summaryrefslogtreecommitdiff
path: root/configmgr/qa
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-01-26 12:28:58 +0100
committerStephan Bergmann <sbergman@redhat.com>2017-01-26 12:54:43 +0000
commite57ca02849c3d87142ff5ff9099a212e72b8139c (patch)
treebcce66b27261553c308779f3e8663a269ed3a671 /configmgr/qa
parent8802ebd5172ec4bc412a59d136c82b77ab452281 (diff)
Remove dynamic exception specifications
...(for now, from LIBO_INTERNAL_CODE only). See the mail thread starting at <https://lists.freedesktop.org/archives/libreoffice/2017-January/076665.html> "Dynamic Exception Specifications" for details. Most changes have been done automatically by the rewriting loplugin:dynexcspec (after enabling the rewriting mode, to be committed shortly). The way it only removes exception specs from declarations if it also sees a definition, it identified some dead declarations-w/o-definitions (that have been removed manually) and some cases where a definition appeared in multiple include files (which have also been cleaned up manually). There's also been cases of macro paramters (that were used to abstract over exception specs) that have become unused now (and been removed). Furthermore, some code needed to be cleaned up manually (avmedia/source/quicktime/ and connectivity/source/drivers/kab/), as I had no configurations available that would actually build that code. Missing @throws documentation has not been applied in such manual clean-up. Change-Id: I3408691256c9b0c12bc5332de976743626e13960 Reviewed-on: https://gerrit.libreoffice.org/33574 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'configmgr/qa')
-rw-r--r--configmgr/qa/unit/test.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/configmgr/qa/unit/test.cxx b/configmgr/qa/unit/test.cxx
index d0fc33260225..cd4614aa4f8f 100644
--- a/configmgr/qa/unit/test.cxx
+++ b/configmgr/qa/unit/test.cxx
@@ -130,12 +130,10 @@ protected:
Test const & test_;
private:
- virtual void SAL_CALL disposing(css::lang::EventObject const &)
- throw (css::uno::RuntimeException, std::exception) override;
+ virtual void SAL_CALL disposing(css::lang::EventObject const &) override;
virtual void SAL_CALL propertyChange(
- css::beans::PropertyChangeEvent const &)
- throw (css::uno::RuntimeException, std::exception) override;
+ css::beans::PropertyChangeEvent const &) override;
int count_;
bool * destroyed_;
@@ -167,14 +165,12 @@ RecursiveTest::~RecursiveTest()
}
void RecursiveTest::disposing(css::lang::EventObject const & Source)
- throw (css::uno::RuntimeException, std::exception)
{
CPPUNIT_ASSERT(properties_.is() && Source.Source == properties_);
properties_.clear();
}
void RecursiveTest::propertyChange(css::beans::PropertyChangeEvent const & evt)
- throw (css::uno::RuntimeException, std::exception)
{
CPPUNIT_ASSERT( evt.Source == properties_ && evt.PropertyName == "Label" );
if (count_ > 0) {
'add' style='width: 0.0%;'/> -rw-r--r--source/ka/reportdesign/source/core/resource.po10
-rw-r--r--source/ka/reportdesign/source/ui/dlg.po6
-rw-r--r--source/ka/reportdesign/source/ui/inspection.po6
-rw-r--r--source/ka/reportdesign/source/ui/report.po6
-rw-r--r--source/ka/sc/source/core/src.po6
-rw-r--r--source/ka/sc/source/ui/pagedlg.po6
-rw-r--r--source/ka/sc/source/ui/src.po6
-rw-r--r--source/ka/sc/uiconfig/scalc/ui.po4
-rw-r--r--source/ka/scp2/source/extensions.po6
-rw-r--r--source/ka/sd/source/core.po6
-rw-r--r--source/ka/sd/source/ui/annotations.po6
-rw-r--r--source/ka/sd/source/ui/app.po6
-rw-r--r--source/ka/sd/source/ui/dlg.po6
-rw-r--r--source/ka/sd/source/ui/table.po6
-rw-r--r--source/ka/sd/source/ui/view.po6
-rw-r--r--source/ka/sd/uiconfig/simpress/ui.po4
-rw-r--r--source/ka/sdext/source/minimizer/registry/data/org/openoffice/Office/extension.po6
-rw-r--r--source/ka/sfx2/source/appl.po6
-rw-r--r--source/ka/sfx2/source/dialog.po6
-rw-r--r--source/ka/sfx2/source/doc.po6
-rw-r--r--source/ka/sfx2/source/menu.po6
-rw-r--r--source/ka/starmath/source.po6
-rw-r--r--source/ka/svl/source/misc.po6
-rw-r--r--source/ka/svtools/source/misc.po6
-rw-r--r--source/ka/svtools/uiconfig/ui.po11
-rw-r--r--source/ka/svx/source/dialog.po10
-rw-r--r--source/ka/svx/source/form.po6
-rw-r--r--source/ka/svx/source/src.po6
-rw-r--r--source/ka/svx/source/svdraw.po6
-rw-r--r--source/ka/svx/source/tbxctrls.po16
-rw-r--r--source/ka/svx/uiconfig/ui.po13
-rw-r--r--source/ka/sw/source/ui/app.po6
-rw-r--r--source/ka/sw/source/ui/config.po6
-rw-r--r--source/ka/sw/source/ui/dbui.po6
-rw-r--r--source/ka/sw/source/ui/docvw.po6
-rw-r--r--source/ka/sw/source/ui/envelp.po6
-rw-r--r--source/ka/sw/source/ui/fldui.po6
-rw-r--r--source/ka/sw/source/ui/frmdlg.po6
-rw-r--r--source/ka/sw/source/ui/index.po6
-rw-r--r--source/ka/sw/source/ui/utlui.po12
-rw-r--r--source/ka/sw/uiconfig/swriter/ui.po11
-rw-r--r--source/ka/swext/mediawiki/help.po6
-rw-r--r--source/ka/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po6
-rw-r--r--source/ka/sysui/desktop/share.po6
-rw-r--r--source/ka/uui/source.po6
-rw-r--r--source/ka/vcl/source/src.po6
-rw-r--r--source/ka/xmlsecurity/uiconfig/ui.po11
127 files changed, 199414 insertions, 203406 deletions
diff --git a/source/ka/android/sdremote/res/values.po b/source/ka/android/sdremote/res/values.po
index 039c2db381c..209020fa5c3 100644
--- a/source/ka/android/sdremote/res/values.po
+++ b/source/ka/android/sdremote/res/values.po
@@ -3,7 +3,7 @@ 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: 2013-05-23 12:05+0200\n"
+"POT-Creation-Date: 2013-05-28 18:08+0200\n"
"PO-Revision-Date: 2013-05-18 07:38+0000\n"
"Last-Translator: Luka <mail@luka.ge>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -151,8 +151,8 @@ msgctxt ""
"string.text"
msgid ""
"#1 Verify Impress is running \n"
-"#2 For Bluetooth user, enable \"Preference\"-\"LibreOffice Impress\"-\"General\"-\"Enable remote control\"\n"
-"#3 For WiFi user, tick \"Preferece\"-\"LibreOffice\"-\"Advanced\"-\"Enable Experimental Features\" \n"
+"#2 For Bluetooth user, enable \"Preferences\"-\"LibreOffice Impress\"-\"General\"-\"Enable remote control\"\n"
+"#3 For WiFi user, tick \"Preferences\"-\"LibreOffice\"-\"Advanced\"-\"Enable Experimental Features\" \n"
" "
msgstr ""
@@ -449,8 +449,8 @@ msgctxt ""
"wifiAlertMsg\n"
"string.text"
msgid ""
-"This is still an experimental feature. You need to \"enable experimental features\" in \"Preference\"-\"LibreOffice\"-\"Advanced\" on your computer. \n"
-"The use over Bluetooth is recommanded."
+"This is still an experimental feature. You need to \"enable experimental features\" in \"Preferences\"-\"LibreOffice\"-\"Advanced\" on your computer. \n"
+"The use over Bluetooth is recommended."
msgstr ""
#: strings.xml
diff --git a/source/ka/basctl/source/basicide.po b/source/ka/basctl/source/basicide.po
index 1e27bce1d94..70ea3e95c1f 100644
--- a/source/ka/basctl/source/basicide.po
+++ b/source/ka/basctl/source/basicide.po
@@ -1,4 +1,4 @@
-#
+#. extracted from basctl/source/basicide
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
@@ -7,13 +7,13 @@ msgstr ""
"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"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
#: basicprint.src
#, fuzzy
diff --git a/source/ka/chart2/source/controller/dialogs.po b/source/ka/chart2/source/controller/dialogs.po
index b09e709fedd..ad9c4132f77 100644
--- a/source/ka/chart2/source/controller/dialogs.po
+++ b/source/ka/chart2/source/controller/dialogs.po
@@ -1,4 +1,4 @@
-#
+#. extracted from chart2/source/controller/dialogs
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
@@ -7,13 +7,13 @@ msgstr ""
"PO-Revision-Date: 2013-02-17 21:01+0000\n"
"Last-Translator: Andras <timar74@gmail.com>\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"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1361134917.0\n"
#: Strings.src
diff --git a/source/ka/cui/source/customize.po b/source/ka/cui/source/customize.po
index c272ae0babf..9966d083778 100644
--- a/source/ka/cui/source/customize.po
+++ b/source/ka/cui/source/customize.po
@@ -1,4 +1,4 @@
-#
+#. extracted from cui/source/customize
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
@@ -7,13 +7,13 @@ msgstr ""
"PO-Revision-Date: 2011-04-05 23:13+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"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
#: acccfg.src
msgctxt ""
diff --git a/source/ka/cui/source/dialogs.po b/source/ka/cui/source/dialogs.po
index a4a2a1b5cff..17ca8910992 100644
--- a/source/ka/cui/source/dialogs.po
+++ b/source/ka/cui/source/dialogs.po
@@ -1,4 +1,4 @@
-#
+#. extracted from cui/source/dialogs
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
@@ -7,13 +7,13 @@ msgstr ""
"PO-Revision-Date: 2012-06-16 14:28+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"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
#: colorpicker.src
msgctxt ""
diff --git a/source/ka/cui/source/options.po b/source/ka/cui/source/options.po
index 57e6e586239..6cba37fd40b 100644
--- a/source/ka/cui/source/options.po
+++ b/source/ka/cui/source/options.po
@@ -1,19 +1,19 @@
-#
+#. extracted from cui/source/options
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: 2013-05-23 12:05+0200\n"
+"POT-Creation-Date: 2013-05-28 18:08+0200\n"
"PO-Revision-Date: 2013-04-15 11:30+0000\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"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1366025434.0\n"
#: certpath.src
@@ -1363,8 +1363,8 @@ msgctxt ""
"RID_SVXDLG_JAVA_PARAMETER\n"
"FT_EXAMPLE\n"
"fixedtext.text"
-msgid "For example: -Dmyprop=c:program filesjava"
-msgstr ""
+msgid "For example: -Dmyprop=c:\\program files\\java"
+msgstr "მაგალითად: -Dmyprop=c:\\program files\\java"
#: optjava.src
#, fuzzy
diff --git a/source/ka/cui/source/tabpages.po b/source/ka/cui/source/tabpages.po
index 75a0f1cf099..ad0d4da3951 100644
--- a/source/ka/cui/source/tabpages.po
+++ b/source/ka/cui/source/tabpages.po
@@ -1,4 +1,4 @@
-#
+#. extracted from cui/source/tabpages
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
@@ -7,13 +7,13 @@ msgstr ""
"PO-Revision-Date: 2012-06-16 14:28+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"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
#: autocdlg.src
msgctxt ""
diff --git a/source/ka/cui/uiconfig/ui.po b/source/ka/cui/uiconfig/ui.po
index b811534f5b6..062973f5976 100644
--- a/source/ka/cui/uiconfig/ui.po
+++ b/source/ka/cui/uiconfig/ui.po
@@ -3,7 +3,7 @@ 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: 2013-05-23 12:05+0200\n"
+"POT-Creation-Date: 2013-06-02 13:55+0200\n"
"PO-Revision-Date: 2012-11-17 19:02+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -440,6 +440,15 @@ msgstr "ფონის ფერი"
#: backgroundpage.ui
msgctxt ""
"backgroundpage.ui\n"
+"fileft\n"
+"label\n"
+"string.text"
+msgid "<FILENAME>"
+msgstr ""
+
+#: backgroundpage.ui
+msgctxt ""
+"backgroundpage.ui\n"
"unlinkedft\n"
"label\n"
"string.text"
@@ -1739,7 +1748,7 @@ msgctxt ""
"modellb\n"
"1\n"
"stringlist.text"
-msgid "CYMK"
+msgid "CMYK"
msgstr ""
#: colorpage.ui
@@ -2009,7 +2018,7 @@ msgctxt ""
"label4\n"
"label\n"
"string.text"
-msgid "LiberOffice Writer Menus"
+msgid "%PRODUCTNAME Writer Menus"
msgstr ""
#: customize.ui
@@ -2216,7 +2225,7 @@ msgctxt ""
"label29\n"
"label\n"
"string.text"
-msgid "_Toolbare"
+msgid "_Toolbars"
msgstr ""
#: customize.ui
@@ -2288,7 +2297,7 @@ msgctxt ""
"label26\n"
"label\n"
"string.text"
-msgid "LiberOffice Writer Toolbars"
+msgid "%PRODUCTNAME Writer Toolbars"
msgstr ""
#: customize.ui
@@ -4787,6 +4796,15 @@ msgstr "_Java-ს გაშვების რეჟიმის გარემ
#: optadvancedpage.ui
msgctxt ""
"optadvancedpage.ui\n"
+"add\n"
+"label\n"
+"string.text"
+msgid "_Add..."
+msgstr ""
+
+#: optadvancedpage.ui
+msgctxt ""
+"optadvancedpage.ui\n"
"parameters\n"
"label\n"
"string.text"
@@ -4889,7 +4907,7 @@ msgctxt ""
"macrorecording\n"
"label\n"
"string.text"
-msgid "Enable macro recording"
+msgid "Enable macro recording (limited)"
msgstr ""
#: optadvancedpage.ui
@@ -5657,6 +5675,15 @@ msgctxt ""
msgid "_Default"
msgstr "_სტანდარტული"
+#: optpathspage.ui
+msgctxt ""
+"optpathspage.ui\n"
+"edit\n"
+"label\n"
+"string.text"
+msgid "_Edit..."
+msgstr ""
+
#: optproxypage.ui
msgctxt ""
"optproxypage.ui\n"
@@ -6077,7 +6104,7 @@ msgctxt ""
"usemasterpassword\n"
"label\n"
"string.text"
-msgid "Protected _by a master passwords (recommended)"
+msgid "Protected _by a master password (recommended)"
msgstr ""
#: optsecuritypage.ui
diff --git a/source/ka/dbaccess/source/ui/dlg.po b/source/ka/dbaccess/source/ui/dlg.po
index cc744548731..390c933eda2 100644
--- a/source/ka/dbaccess/source/ui/dlg.po
+++ b/source/ka/dbaccess/source/ui/dlg.po
@@ -1,4 +1,4 @@
-#
+#. extracted from dbaccess/source/ui/dlg
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
@@ -7,13 +7,13 @@ msgstr ""
"PO-Revision-Date: 2011-12-15 14:16+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"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
#: AutoControls.src
msgctxt ""
diff --git a/source/ka/dbaccess/uiconfig/ui.po b/source/ka/dbaccess/uiconfig/ui.po
index e54cfe36ce3..615d23f16a0 100644
--- a/source/ka/dbaccess/uiconfig/ui.po
+++ b/source/ka/dbaccess/uiconfig/ui.po
@@ -3,7 +3,7 @@ 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: 2013-05-23 12:06+0200\n"
+"POT-Creation-Date: 2013-05-28 18:08+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"
@@ -101,6 +101,15 @@ msgstr ""
#: generalpagewizard.ui
msgctxt ""
"generalpagewizard.ui\n"
+"openDatabase\n"
+"label\n"
+"string.text"
+msgid "Open"
+msgstr ""
+
+#: generalpagewizard.ui
+msgctxt ""
+"generalpagewizard.ui\n"
"connectDatabase\n"
"label\n"
"string.text"
@@ -128,6 +137,24 @@ msgstr ""
#: querypropertiesdialog.ui
msgctxt ""
"querypropertiesdialog.ui\n"
+"distinct\n"
+"label\n"
+"string.text"
+msgid "Yes"
+msgstr ""
+
+#: querypropertiesdialog.ui
+msgctxt ""
+"querypropertiesdialog.ui\n"
+"nondistinct\n"
+"label\n"
+"string.text"
+msgid "No"
+msgstr ""
+
+#: querypropertiesdialog.ui
+msgctxt ""
+"querypropertiesdialog.ui\n"
"limit-label\n"
"label\n"
"string.text"
diff --git a/source/ka/desktop/source/deployment/gui.po b/source/ka/desktop/source/deployment/gui.po
index d3cd381e1e7..94793974c6e 100644
--- a/source/ka/desktop/source/deployment/gui.po
+++ b/source/ka/desktop/source/deployment/gui.po
@@ -1,4 +1,4 @@
-#
+#. extracted from desktop/source/deployment/gui
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
@@ -7,13 +7,13 @@ msgstr ""
"PO-Revision-Date: 2012-06-16 14:28+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"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
#: dp_gui_dependencydialog.src
msgctxt ""
diff --git a/source/ka/dictionaries/is.po b/source/ka/dictionaries/is.po
new file mode 100644
index 00000000000..a2668c095e7
--- /dev/null
+++ b/source/ka/dictionaries/is.po
@@ -0,0 +1,23 @@
+#. extracted from dictionaries/is
+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: 2013-06-03 08:43+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"
+
+#: description.xml
+msgctxt ""
+"description.xml\n"
+"dispname\n"
+"description.text"
+msgid "Icelandic spelling dictionary and thesaurus"
+msgstr ""
diff --git a/source/ka/dictionaries/no.po b/source/ka/dictionaries/no.po
index e85d60b0266..422cd86ebad 100644
--- a/source/ka/dictionaries/no.po
+++ b/source/ka/dictionaries/no.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 350-l10n\n"
"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-05-23 12:05+0200\n"
+"POT-Creation-Date: 2013-05-28 18:07+0200\n"
"PO-Revision-Date: 2011-10-07 14:46+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -19,7 +19,5 @@ msgctxt ""
"description.xml\n"
"dispname\n"
"description.text"
-msgid ""
-"\n"
-"Norwegian (Nynorsk and Bokmål) spelling dictionary, hyphenation rules, and thesaurus\n"
+msgid "Norwegian (Nynorsk and Bokmål) spelling dictionary, hyphenation rules, and thesaurus"
msgstr ""
diff --git a/source/ka/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po b/source/ka/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po
index bc0f14cbca6..9646e9b0ec1 100644
--- a/source/ka/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po
+++ b/source/ka/dictionaries/pt_BR/dialog/registry/data/org/openoffice/Office.po
@@ -3,7 +3,7 @@ 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: 2013-05-23 12:05+0200\n"
+"POT-Creation-Date: 2013-06-03 08:43+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"
@@ -29,5 +29,5 @@ msgctxt ""
"..OptionsDialog.Nodes.LanguageSettings.Leaves.org.openoffice.lightproof.pt_BR\n"
"Label\n"
"value.text"
-msgid "Grammar checking (Portuguese)"
+msgid "Portuguese sentence checking"
msgstr ""
diff --git a/source/ka/editeng/source/editeng.po b/source/ka/editeng/source/editeng.po
index 9d35cc0d33f..e7440c913f8 100644
--- a/source/ka/editeng/source/editeng.po
+++ b/source/ka/editeng/source/editeng.po
@@ -1,4 +1,4 @@
-#
+#. extracted from editeng/source/editeng
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
@@ -7,13 +7,13 @@ msgstr ""
"PO-Revision-Date: 2013-04-15 11:30+0000\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"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1366025440.0\n"
#: editeng.src
diff --git a/source/ka/editeng/source/items.po b/source/ka/editeng/source/items.po
index 8d199f56ebf..5d2830507dc 100644
--- a/source/ka/editeng/source/items.po
+++ b/source/ka/editeng/source/items.po
@@ -1,4 +1,4 @@
-#
+#. extracted from editeng/source/items
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
@@ -7,13 +7,13 @@ msgstr ""
"PO-Revision-Date: 2013-02-17 21:01+0000\n"
"Last-Translator: Andras <timar74@gmail.com>\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"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1361134917.0\n"
#: page.src
diff --git a/source/ka/editeng/source/outliner.po b/source/ka/editeng/source/outliner.po
index 171ec485822..b4294a774e0 100644
--- a/source/ka/editeng/source/outliner.po
+++ b/source/ka/editeng/source/outliner.po
@@ -1,4 +1,4 @@
-#
+#. extracted from editeng/source/outliner
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
@@ -7,13 +7,13 @@ msgstr ""
"PO-Revision-Date: 2011-04-05 23:13+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"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
#: outliner.src
msgctxt ""
diff --git a/source/ka/extensions/source/propctrlr.po b/source/ka/extensions/source/propctrlr.po
index df7d4047fef..86f417e5a4c 100644
--- a/source/ka/extensions/source/propctrlr.po
+++ b/source/ka/extensions/source/propctrlr.po
@@ -1,4 +1,4 @@
-#
+#. extracted from extensions/source/propctrlr
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
@@ -7,13 +7,13 @@ msgstr ""
"PO-Revision-Date: 2011-04-12 00:27+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"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
#: fontdialog.src
msgctxt ""
diff --git a/source/ka/extensions/source/update/check.po b/source/ka/extensions/source/update/check.po
index 28a679414f6..8f39ff3df35 100644
--- a/source/ka/extensions/source/update/check.po
+++ b/source/ka/extensions/source/update/check.po
@@ -1,4 +1,4 @@
-#
+#. extracted from extensions/source/update/check
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
@@ -7,13 +7,13 @@ msgstr ""
"PO-Revision-Date: 2011-04-05 23:13+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"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
#: updatehdl.src
msgctxt ""
diff --git a/source/ka/filter/source/config/fragments/types.po b/source/ka/filter/source/config/fragments/types.po
index 0faa64ae978..080007d6f24 100644
--- a/source/ka/filter/source/config/fragments/types.po
+++ b/source/ka/filter/source/config/fragments/types.po
@@ -1,4 +1,4 @@
-#
+#. extracted from filter/source/config/fragments/types
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
@@ -7,13 +7,13 @@ msgstr ""
"PO-Revision-Date: 2011-11-26 02:59+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"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
#: MS_Excel_2007_Binary.xcu
msgctxt ""
diff --git a/source/ka/filter/source/pdf.po b/source/ka/filter/source/pdf.po
index cf83f0f5ee3..fe276ec080b 100644
--- a/source/ka/filter/source/pdf.po
+++ b/source/ka/filter/source/pdf.po
@@ -1,4 +1,4 @@
-#
+#. extracted from filter/source/pdf
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
@@ -7,13 +7,13 @@ msgstr ""
"PO-Revision-Date: 2011-04-11 23:18+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"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
#: impdialog.src
msgctxt ""
diff --git a/source/ka/filter/source/t602.po b/source/ka/filter/source/t602.po
index 57d8bb2dd15..8b0d64d6dc8 100644
--- a/source/ka/filter/source/t602.po
+++ b/source/ka/filter/source/t602.po
@@ -1,4 +1,4 @@
-#
+#. extracted from filter/source/t602
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
@@ -7,13 +7,13 @@ msgstr ""
"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"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
#: t602filter.src
msgctxt ""
diff --git a/source/ka/forms/source/resource.po b/source/ka/forms/source/resource.po
index 28b296071c2..1ee936f1e87 100644
--- a/source/ka/forms/source/resource.po
+++ b/source/ka/forms/source/resource.po
@@ -1,4 +1,4 @@
-#
+#. extracted from forms/source/resource
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
@@ -7,13 +7,13 @@ msgstr ""
"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"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
#: strings.src
msgctxt ""
diff --git a/source/ka/framework/source/classes.po b/source/ka/framework/source/classes.po
index a37b0a752de..f77151c4ef1 100644
--- a/source/ka/framework/source/classes.po
+++ b/source/ka/framework/source/classes.po
@@ -1,4 +1,4 @@
-#
+#. extracted from framework/source/classes
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
@@ -7,13 +7,13 @@ msgstr ""
"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"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
#: resource.src
msgctxt ""
diff --git a/source/ka/helpcontent2/source/auxiliary.po b/source/ka/helpcontent2/source/auxiliary.po
index 216457e4bdb..80ce06f9fd1 100644
--- a/source/ka/helpcontent2/source/auxiliary.po
+++ b/source/ka/helpcontent2/source/auxiliary.po
@@ -3,7 +3,7 @@ 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-12-10 11:43+0100\n"
+"POT-Creation-Date: 2013-05-23 12:05+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"
@@ -62,141 +62,149 @@ msgctxt ""
msgid "Guides"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"04\n"
+"scalc.tree\n"
+"08\n"
"help_section.text"
-msgid "Presentations and Drawings"
-msgstr ""
+msgid "Spreadsheets"
+msgstr "ელექტრონული ცხრილები"
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"0401\n"
+"scalc.tree\n"
+"0801\n"
"node.text"
msgid "General Information and User Interface Usage"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"0402\n"
+"scalc.tree\n"
+"0802\n"
"node.text"
msgid "Command and Menu Reference"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"040201\n"
+"scalc.tree\n"
+"080201\n"
"node.text"
-msgid "Presentations (%PRODUCTNAME Impress)"
+msgid "Menus"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"04020101\n"
+"scalc.tree\n"
+"080202\n"
"node.text"
-msgid "Menus"
+msgid "Toolbars"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"04020102\n"
+"scalc.tree\n"
+"0803\n"
"node.text"
-msgid "Toolbars"
+msgid "Functions Types and Operators"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"040202\n"
+"scalc.tree\n"
+"0804\n"
"node.text"
-msgid "Drawings (%PRODUCTNAME Draw)"
+msgid "Loading, Saving, Importing, and Exporting"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"04020201\n"
+"scalc.tree\n"
+"0805\n"
"node.text"
-msgid "Menus"
-msgstr ""
+msgid "Formatting"
+msgstr "ფორმატირება"
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"04020202\n"
+"scalc.tree\n"
+"0806\n"
"node.text"
-msgid "Toolbars"
+msgid "Filtering and Sorting"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"0403\n"
+"scalc.tree\n"
+"0807\n"
"node.text"
-msgid "Loading, Saving, Importing, and Exporting"
+msgid "Printing"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"0404\n"
+"scalc.tree\n"
+"0808\n"
"node.text"
-msgid "Formatting"
+msgid "Data Ranges"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"0405\n"
+"scalc.tree\n"
+"0809\n"
"node.text"
-msgid "Printing"
+msgid "Pivot Table"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"0406\n"
+"scalc.tree\n"
+"0810\n"
"node.text"
-msgid "Effects"
-msgstr ""
+msgid "Scenarios"
+msgstr "სცენარები"
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"0407\n"
+"scalc.tree\n"
+"0811\n"
"node.text"
-msgid "Objects, Graphics, and Bitmaps"
+msgid "References"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"0408\n"
+"scalc.tree\n"
+"0812\n"
"node.text"
-msgid "Groups and Layers"
+msgid "Viewing, Selecting, Copying"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"0409\n"
+"scalc.tree\n"
+"0813\n"
"node.text"
-msgid "Text in Presentations and Drawings"
+msgid "Formulas and Calculations"
msgstr ""
-#: simpress.tree
+#: scalc.tree
msgctxt ""
-"simpress.tree\n"
-"0410\n"
+"scalc.tree\n"
+"0814\n"
"node.text"
-msgid "Viewing"
-msgstr ""
+msgid "Protection"
+msgstr "დაცვა"
+
+#: scalc.tree
+msgctxt ""
+"scalc.tree\n"
+"0815\n"
+"node.text"
+msgid "Miscellaneous"
+msgstr "სხვადასხვა"
#: schart.tree
msgctxt ""
@@ -214,254 +222,6 @@ msgctxt ""
msgid "General Information"
msgstr ""
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"02\n"
-"help_section.text"
-msgid "Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0201\n"
-"node.text"
-msgid "General Information and User Interface Usage"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0202\n"
-"node.text"
-msgid "Command and Menu Reference"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"020201\n"
-"node.text"
-msgid "Menus"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"020202\n"
-"node.text"
-msgid "Toolbars"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0203\n"
-"node.text"
-msgid "Creating Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0204\n"
-"node.text"
-msgid "Graphics in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0205\n"
-"node.text"
-msgid "Tables in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0206\n"
-"node.text"
-msgid "Objects in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0207\n"
-"node.text"
-msgid "Sections and Frames in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0208\n"
-"node.text"
-msgid "Tables of Contents and Indexes"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0209\n"
-"node.text"
-msgid "Fields in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0210\n"
-"node.text"
-msgid "Navigating Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0211\n"
-"node.text"
-msgid "Calculating in Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0212\n"
-"node.text"
-msgid "Formatting Text Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"021201\n"
-"node.text"
-msgid "Templates and Styles"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0213\n"
-"node.text"
-msgid "Special Text Elements"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0214\n"
-"node.text"
-msgid "Automatic Functions"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0215\n"
-"node.text"
-msgid "Numbering and Lists"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0216\n"
-"node.text"
-msgid "Spellchecking, Thesaurus, and Languages"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0218\n"
-"node.text"
-msgid "Troubleshooting Tips"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0219\n"
-"node.text"
-msgid "Loading, Saving, Importing, and Exporting"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0220\n"
-"node.text"
-msgid "Master Documents"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0221\n"
-"node.text"
-msgid "Links and References"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0222\n"
-"node.text"
-msgid "Printing"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"0223\n"
-"node.text"
-msgid "Searching and Replacing"
-msgstr ""
-
-#: swriter.tree
-msgctxt ""
-"swriter.tree\n"
-"06\n"
-"help_section.text"
-msgid "HTML Documents"
-msgstr ""
-
-#: smath.tree
-msgctxt ""
-"smath.tree\n"
-"03\n"
-"help_section.text"
-msgid "Formulas"
-msgstr ""
-
-#: smath.tree
-msgctxt ""
-"smath.tree\n"
-"0301\n"
-"node.text"
-msgid "General Information and User Interface Usage"
-msgstr ""
-
-#: smath.tree
-msgctxt ""
-"smath.tree\n"
-"0302\n"
-"node.text"
-msgid "Command and Menu Reference"
-msgstr ""
-
-#: smath.tree
-msgctxt ""
-"smath.tree\n"
-"0303\n"
-"node.text"
-msgid "Working with Formulas"
-msgstr ""
-
#: shared.tree
msgctxt ""
"shared.tree\n"
@@ -540,7 +300,7 @@ msgctxt ""
"100505\n"
"node.text"
msgid "Presentation Wizard"
-msgstr ""
+msgstr "პრეზენტაციის ოსტატი"
#: shared.tree
msgctxt ""
@@ -686,146 +446,386 @@ msgctxt ""
msgid "General Information"
msgstr ""
-#: scalc.tree
+#: simpress.tree
msgctxt ""
-"scalc.tree\n"
-"08\n"
+"simpress.tree\n"
+"04\n"
"help_section.text"
-msgid "Spreadsheets"
+msgid "Presentations and Drawings"
msgstr ""
-#: scalc.tree
+#: simpress.tree
msgctxt ""
-"scalc.tree\n"
-"0801\n"
+"simpress.tree\n"
+"0401\n"
"node.text"
msgid "General Information and User Interface Usage"
msgstr ""
-#: scalc.tree
+#: simpress.tree
msgctxt ""
-"scalc.tree\n"
-"0802\n"
+"simpress.tree\n"
+"0402\n"
"node.text"
msgid "Command and Menu Reference"
msgstr ""
-#: scalc.tree
+#: simpress.tree
msgctxt ""
-"scalc.tree\n"
-"080201\n"
+"simpress.tree\n"
+"040201\n"
+"node.text"
+msgid "Presentations (%PRODUCTNAME Impress)"
+msgstr ""
+
+#: simpress.tree
+msgctxt ""
+"simpress.tree\n"
+"04020101\n"
"node.text"
msgid "Menus"
msgstr ""
-#: scalc.tree
+#: simpress.tree
msgctxt ""
-"scalc.tree\n"
-"080202\n"
+"simpress.tree\n"
+"04020102\n"
"node.text"
msgid "Toolbars"
msgstr ""
-#: scalc.tree
+#: simpress.tree
msgctxt ""
-"scalc.tree\n"
-"0803\n"
+"simpress.tree\n"
+"040202\n"
"node.text"
-msgid "Functions Types and Operators"
+msgid "Drawings (%PRODUCTNAME Draw)"
msgstr ""
-#: scalc.tree
+#: simpress.tree
msgctxt ""
-"scalc.tree\n"
-"0804\n"
+"simpress.tree\n"
+"04020201\n"
+"node.text"
+msgid "Menus"
+msgstr ""
+
+#: simpress.tree
+msgctxt ""
+"simpress.tree\n"
+"04020202\n"
+"node.text"
+msgid "Toolbars"
+msgstr ""
+
+#: simpress.tree
+msgctxt ""
+"simpress.tree\n"
+"0403\n"
"node.text"
msgid "Loading, Saving, Importing, and Exporting"
msgstr ""
-#: scalc.tree
+#: simpress.tree
msgctxt ""
-"scalc.tree\n"
-"0805\n"
+"simpress.tree\n"
+"0404\n"
"node.text"
msgid "Formatting"
+msgstr "ფორმატირება"
+
+#: simpress.tree
+msgctxt ""
+"simpress.tree\n"
+"0405\n"
+"node.text"
+msgid "Printing"
msgstr ""
-#: scalc.tree
+#: simpress.tree
msgctxt ""
-"scalc.tree\n"
-"0806\n"
+"simpress.tree\n"
+"0406\n"
"node.text"
-msgid "Filtering and Sorting"
+msgid "Effects"
+msgstr "ეფექტები"
+
+#: simpress.tree
+msgctxt ""
+"simpress.tree\n"
+"0407\n"
+"node.text"
+msgid "Objects, Graphics, and Bitmaps"
msgstr ""
-#: scalc.tree
+#: simpress.tree
msgctxt ""
-"scalc.tree\n"
-"0807\n"
+"simpress.tree\n"
+"0408\n"
"node.text"
-msgid "Printing"
+msgid "Groups and Layers"
msgstr ""
-#: scalc.tree
+#: simpress.tree
msgctxt ""
-"scalc.tree\n"
-"0808\n"
+"simpress.tree\n"
+"0409\n"
"node.text"
-msgid "Data Ranges"
+msgid "Text in Presentations and Drawings"
msgstr ""
-#: scalc.tree
+#: simpress.tree
msgctxt ""
-"scalc.tree\n"
-"0809\n"
+"simpress.tree\n"
+"0410\n"
"node.text"
-msgid "Pivot Table"
+msgid "Viewing"
msgstr ""
-#: scalc.tree
+#: smath.tree
msgctxt ""
-"scalc.tree\n"
-"0810\n"
+"smath.tree\n"
+"03\n"
+"help_section.text"
+msgid "Formulas"
+msgstr "ფორმულები"
+
+#: smath.tree
+msgctxt ""
+"smath.tree\n"
+"0301\n"
"node.text"
-msgid "Scenarios"
+msgid "General Information and User Interface Usage"
msgstr ""
-#: scalc.tree
+#: smath.tree
msgctxt ""
-"scalc.tree\n"
-"0811\n"
+"smath.tree\n"
+"0302\n"
"node.text"
-msgid "References"
+msgid "Command and Menu Reference"
msgstr ""
-#: scalc.tree
+#: smath.tree
msgctxt ""
-"scalc.tree\n"
-"0812\n"
+"smath.tree\n"
+"0303\n"
"node.text"
-msgid "Viewing, Selecting, Copying"
+msgid "Working with Formulas"
msgstr ""
-#: scalc.tree
+#: swriter.tree
msgctxt ""
-"scalc.tree\n"
-"0813\n"
+"swriter.tree\n"
+"02\n"
+"help_section.text"
+msgid "Text Documents"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0201\n"
"node.text"
-msgid "Formulas and Calculations"
+msgid "General Information and User Interface Usage"
msgstr ""
-#: scalc.tree
+#: swriter.tree
msgctxt ""
-"scalc.tree\n"
-"0814\n"
+"swriter.tree\n"
+"0202\n"
"node.text"
-msgid "Protection"
+msgid "Command and Menu Reference"
msgstr ""
-#: scalc.tree
+#: swriter.tree
msgctxt ""
-"scalc.tree\n"
-"0815\n"
+"swriter.tree\n"
+"020201\n"
"node.text"
-msgid "Miscellaneous"
+msgid "Menus"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"020202\n"
+"node.text"
+msgid "Toolbars"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0203\n"
+"node.text"
+msgid "Creating Text Documents"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0204\n"
+"node.text"
+msgid "Graphics in Text Documents"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0205\n"
+"node.text"
+msgid "Tables in Text Documents"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0206\n"
+"node.text"
+msgid "Objects in Text Documents"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0207\n"
+"node.text"
+msgid "Sections and Frames in Text Documents"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0208\n"
+"node.text"
+msgid "Tables of Contents and Indexes"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0209\n"
+"node.text"
+msgid "Fields in Text Documents"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0210\n"
+"node.text"
+msgid "Navigating Text Documents"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0211\n"
+"node.text"
+msgid "Calculating in Text Documents"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0212\n"
+"node.text"
+msgid "Formatting Text Documents"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"021201\n"
+"node.text"
+msgid "Templates and Styles"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0213\n"
+"node.text"
+msgid "Special Text Elements"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0214\n"
+"node.text"
+msgid "Automatic Functions"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0215\n"
+"node.text"
+msgid "Numbering and Lists"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0216\n"
+"node.text"
+msgid "Spellchecking, Thesaurus, and Languages"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0218\n"
+"node.text"
+msgid "Troubleshooting Tips"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0219\n"
+"node.text"
+msgid "Loading, Saving, Importing, and Exporting"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0220\n"
+"node.text"
+msgid "Master Documents"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0221\n"
+"node.text"
+msgid "Links and References"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0222\n"
+"node.text"
+msgid "Printing"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"0223\n"
+"node.text"
+msgid "Searching and Replacing"
+msgstr ""
+
+#: swriter.tree
+msgctxt ""
+"swriter.tree\n"
+"06\n"
+"help_section.text"
+msgid "HTML Documents"
msgstr ""
diff --git a/source/ka/helpcontent2/source/text/sbasic/guide.po b/source/ka/helpcontent2/source/text/sbasic/guide.po
index 90f30a11ef8..712c7cbbd76 100644
--- a/source/ka/helpcontent2/source/text/sbasic/guide.po
+++ b/source/ka/helpcontent2/source/text/sbasic/guide.po
@@ -3,7 +3,7 @@ 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-12-10 11:44+0100\n"
+"POT-Creation-Date: 2013-05-23 12:05+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"
@@ -15,6 +15,49 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+#: control_properties.xhp
+msgctxt ""
+"control_properties.xhp\n"
+"tit\n"
+"help.text"
+msgid "Changing the Properties of Controls in the Dialog Editor"
+msgstr "დიალოგის რედაქტორის საკონტროლო ელემენტების თვისებების ცვლილება"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
#: create_dialog.xhp
msgctxt ""
"create_dialog.xhp\n"
@@ -207,7 +250,6 @@ msgid "Displaying a Dialog"
msgstr "დიალოგის ჩვენება"
#: sample_code.xhp
-#, fuzzy
msgctxt ""
"sample_code.xhp\n"
"par_id3145801\n"
@@ -346,49 +388,67 @@ msgctxt ""
msgid "REM remove the first entry from the ListBox"
msgstr "REM მოაშორე პირველი ჩანაწერი ListBox-დან"
-#: control_properties.xhp
+#: show_dialog.xhp
msgctxt ""
-"control_properties.xhp\n"
+"show_dialog.xhp\n"
"tit\n"
"help.text"
-msgid "Changing the Properties of Controls in the Dialog Editor"
-msgstr "დიალოგის რედაქტორის საკონტროლო ელემენტების თვისებების ცვლილება"
+msgid "Opening a Dialog With Program Code"
+msgstr "დიალოგის გახსნა პროგრამული კოდით"
-#: control_properties.xhp
+#: show_dialog.xhp
msgctxt ""
-"control_properties.xhp\n"
-"bm_id3145786\n"
+"show_dialog.xhp\n"
+"bm_id3154140\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>"
+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 ""
-#: control_properties.xhp
+#: show_dialog.xhp
msgctxt ""
-"control_properties.xhp\n"
-"hd_id3145786\n"
+"show_dialog.xhp\n"
+"hd_id3154140\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>"
+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 ""
-#: control_properties.xhp
+#: show_dialog.xhp
msgctxt ""
-"control_properties.xhp\n"
-"par_id3147317\n"
+"show_dialog.xhp\n"
+"par_id3145171\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."
+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 ""
-#: control_properties.xhp
+#: show_dialog.xhp
msgctxt ""
-"control_properties.xhp\n"
-"par_id3145749\n"
-"3\n"
+"show_dialog.xhp\n"
+"par_id3153968\n"
+"6\n"
"help.text"
-msgid "To change the properties of a control in design mode, right-click the control, and then choose <emph>Properties</emph>."
+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 ""
+#: 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\"-ის გამოყენების გარეშე თქვენ შეგიძლიათ გამოიძახოთ კოდი შემდეგნაირად:"
+
+#: 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)."
+
#: translation.xhp
msgctxt ""
"translation.xhp\n"
@@ -660,64 +720,3 @@ msgctxt ""
"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 ""
-
-#: show_dialog.xhp
-msgctxt ""
-"show_dialog.xhp\n"
-"tit\n"
-"help.text"
-msgid "Opening a Dialog With Program Code"
-msgstr "დიალოგის გახსნა პროგრამული კოდით"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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\"-ის გამოყენების გარეშე თქვენ შეგიძლიათ გამოიძახოთ კოდი შემდეგნაირად:"
-
-#: 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 8dffb66c3fb..c61dba50067 100644
--- a/source/ka/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ka/helpcontent2/source/text/sbasic/shared.po
@@ -1,14805 +1,13633 @@
-#
+#. extracted from helpcontent2/source/text/sbasic/shared
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-12-10 11:44+0100\n"
+"POT-Creation-Date: 2013-05-23 12:05+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"
+"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
-#: 01170101.xhp
+#: 00000002.xhp
msgctxt ""
-"01170101.xhp\n"
+"00000002.xhp\n"
"tit\n"
"help.text"
-msgid "General"
-msgstr "მთავარი"
+msgid "$[officename] Basic Glossary"
+msgstr ""
-#: 01170101.xhp
-#, fuzzy
+#: 00000002.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3147436\n"
+"00000002.xhp\n"
+"hd_id3145068\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>"
-
-#: 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."
+msgid "<link href=\"text/sbasic/shared/00000002.xhp\" name=\"$[officename] Basic Glossary\">$[officename] Basic Glossary</link>"
msgstr ""
-#: 01170101.xhp
-#, fuzzy
-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განლაგება"
-
-#: 01170101.xhp
+#: 00000002.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3147318\n"
-"12\n"
+"00000002.xhp\n"
+"par_id3150792\n"
+"2\n"
"help.text"
-msgid "<ahelp hid=\"HID_PROP_IMAGE_ALIGN\">Specify the alignment option for the selected control.</ahelp>"
+msgid "This glossary explains some technical terms that you may come across when working with $[officename] Basic."
msgstr ""
-#: 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ავტოშევსება"
-
-#: 01170101.xhp
+#: 00000002.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3152460\n"
-"77\n"
+"00000002.xhp\n"
+"hd_id3155133\n"
+"7\n"
"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to enable the AutoFill function for the selected control. </ahelp>"
+msgid "Decimal Point"
msgstr ""
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3155307\n"
-"3\n"
-"help.text"
-msgid "Background color"
-msgstr "ფონის ფერი"
-
-#: 01170101.xhp
+#: 00000002.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3145251\n"
-"4\n"
+"00000002.xhp\n"
+"par_id3156443\n"
+"8\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the background color for the current control.</ahelp>"
+msgid "When converting numbers, $[officename] Basic uses the locale settings of the system for determining the type of decimal and thousand separator."
msgstr ""
-#: 01170101.xhp
+#: 00000002.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3151076\n"
-"263\n"
+"00000002.xhp\n"
+"par_id3153092\n"
+"9\n"
"help.text"
-msgid "Large change"
+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 ""
-#: 01170101.xhp
+#: 00000002.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3148457\n"
-"262\n"
+"00000002.xhp\n"
+"hd_id3155854\n"
+"29\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 ""
+msgid "Colors"
+msgstr "ფერები"
-#: 01170101.xhp
+#: 00000002.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3153876\n"
-"139\n"
+"00000002.xhp\n"
+"par_id3145366\n"
+"30\n"
"help.text"
-msgid "Border"
+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 ""
-#: 01170101.xhp
+#: 00000002.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3154017\n"
-"140\n"
+"00000002.xhp\n"
+"hd_id3146119\n"
+"32\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the border type for the current control.</ahelp>"
+msgid "Measurement Units"
msgstr ""
-#: 01170101.xhp
+#: 00000002.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3150749\n"
-"23\n"
+"00000002.xhp\n"
+"par_id3154013\n"
+"33\n"
"help.text"
-msgid "Button type"
+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 ""
-#: 01170101.xhp
+#: 00000002.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3155064\n"
-"24\n"
+"00000002.xhp\n"
+"bm_id3145801\n"
"help.text"
-msgid "<ahelp hid=\".\">Select a button type. Button types determine what type of action is initiated.</ahelp>"
-msgstr ""
+msgid "<bookmark_value>twips; definition</bookmark_value>"
+msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
-#: 01170101.xhp
-#, fuzzy
+#: 00000002.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3149019\n"
+"00000002.xhp\n"
+"hd_id3145801\n"
"5\n"
"help.text"
-msgid "Character set"
-msgstr "#-#-#-#-# database.po (PACKAGE VERSION) #-#-#-#-#\\nსიმბოლოთა წყება\\n#-#-#-#-# optionen.po (PACKAGE VERSION) #-#-#-#-#\\nსიმბოლოს მინიჭება"
+msgid "Twips"
+msgstr ""
-#: 01170101.xhp
+#: 00000002.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3148406\n"
+"00000002.xhp\n"
+"par_id3154731\n"
"6\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the font to be used for displaying the contents of the current control.</ahelp>"
+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 ""
-#: 01170101.xhp
+#: 00000002.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3147341\n"
-"149\n"
+"00000002.xhp\n"
+"hd_id3153159\n"
+"106\n"
"help.text"
-msgid "Currency symbol"
+msgid "URL Notation"
msgstr ""
-#: 01170101.xhp
+#: 00000002.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3146315\n"
-"150\n"
+"00000002.xhp\n"
+"par_id3153415\n"
+"108\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the currency symbol to be used for currency controls.</ahelp>"
+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 ""
-#: 01170101.xhp
+#: 00000002.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id7936643\n"
+"00000002.xhp\n"
+"par_id3149121\n"
+"107\n"
"help.text"
-msgid "Date"
+msgid "<emph>protocol</emph>://<emph>host.name</emph>/<emph>path/to/the/file.html</emph>"
msgstr ""
-#: 01170101.xhp
+#: 00000002.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id2293771\n"
+"00000002.xhp\n"
+"par_id3168612\n"
+"109\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the default date to be shown in the Date control.</ahelp>"
+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 ""
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3153965\n"
-"82\n"
-"help.text"
-msgid "Date format"
-msgstr "თარიღის ფორმატი"
-
-#: 01170101.xhp
+#: 00000002.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3155334\n"
-"83\n"
+"00000002.xhp\n"
+"par_id3150324\n"
+"110\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>"
+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 ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3154663\n"
-"121\n"
+"00000003.xhp\n"
+"tit\n"
"help.text"
-msgid "Date max."
+msgid "Information"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3148485\n"
-"122\n"
+"00000003.xhp\n"
+"hd_id3148550\n"
+"1\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the upper limit for a date control.</ahelp>"
+msgid "Information"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3152778\n"
-"131\n"
+"00000003.xhp\n"
+"par_id3153381\n"
+"102\n"
"help.text"
-msgid "Date min."
+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 ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3154120\n"
-"132\n"
+"00000003.xhp\n"
+"par_id3150870\n"
+"103\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the lower limit for a date control.</ahelp>"
+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 ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3154573\n"
-"137\n"
+"00000003.xhp\n"
+"par_id3156424\n"
+"2\n"
"help.text"
-msgid "Decimal accuracy"
+msgid "The color values of the 16 basic colors are as follows:"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3166426\n"
-"138\n"
+"00000003.xhp\n"
+"par_id3153091\n"
+"3\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the number of decimal places displayed for a numerical or currency control.</ahelp>"
+msgid "<emph>Color Value</emph>"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3159091\n"
-"144\n"
+"00000003.xhp\n"
+"par_id3154319\n"
+"4\n"
"help.text"
-msgid "Default button"
+msgid "<emph>Color Name</emph>"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3154200\n"
-"145\n"
+"00000003.xhp\n"
+"par_id3151112\n"
+"5\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>"
+msgid "0"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_idN108BA\n"
+"00000003.xhp\n"
+"par_id3155854\n"
+"6\n"
"help.text"
-msgid "Delay"
+msgid "Black"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_idN108D0\n"
+"00000003.xhp\n"
+"par_id3154942\n"
+"7\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."
+msgid "128"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3151278\n"
-"19\n"
+"00000003.xhp\n"
+"par_id3154731\n"
+"8\n"
"help.text"
-msgid "Dropdown"
-msgstr "ჩამოშლა"
+msgid "Blue"
+msgstr "ცისფერი"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3155113\n"
-"20\n"
+"00000003.xhp\n"
+"par_id3145645\n"
+"9\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>"
+msgid "32768"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3151216\n"
-"13\n"
+"00000003.xhp\n"
+"par_id3149400\n"
+"10\n"
"help.text"
-msgid "Enabled"
-msgstr "აქტივირებული"
+msgid "Green"
+msgstr "მწვანე"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3150517\n"
-"14\n"
+"00000003.xhp\n"
+"par_id3150753\n"
+"11\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>"
+msgid "32896"
msgstr ""
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3155379\n"
-"91\n"
-"help.text"
-msgid "Edit mask"
-msgstr "რედაქტირების ნიღაბი"
-
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3155509\n"
-"92\n"
+"00000003.xhp\n"
+"par_id3153765\n"
+"12\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 ""
+msgid "Cyan"
+msgstr "ციანი"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3154485\n"
-"184\n"
+"00000003.xhp\n"
+"par_id3154756\n"
+"13\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:"
+msgid "8388608"
msgstr ""
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3155809\n"
-"93\n"
-"help.text"
-msgid "Character"
-msgstr "სიმბოლო"
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3148702\n"
-"94\n"
-"help.text"
-msgid "Meaning"
-msgstr "მნიშვნელობა"
-
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3156199\n"
-"95\n"
+"00000003.xhp\n"
+"par_id3159266\n"
+"14\n"
"help.text"
-msgid "L"
-msgstr "L"
+msgid "Red"
+msgstr "წითელი"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3148869\n"
-"96\n"
+"00000003.xhp\n"
+"par_id3163807\n"
+"15\n"
"help.text"
-msgid "A text constant. This character cannot be modified by the user."
+msgid "8388736"
msgstr ""
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3156016\n"
-"97\n"
-"help.text"
-msgid "a"
-msgstr "a"
-
-#: 01170101.xhp
-#, fuzzy
-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 "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა. პატარა ასოს შეყვანისას იგი ავტომატურად გარდაიქმნება მთავრულ ასოდ."
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3148607\n"
-"99\n"
-"help.text"
-msgid "A"
-msgstr "A"
-
-#: 01170101.xhp
-#, fuzzy
-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 "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა. პატარა ასოს შეყვანისას იგი ავტომატურად გარდაიქმნება მთავრულ ასოდ."
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3149126\n"
-"101\n"
-"help.text"
-msgid "c"
-msgstr "c"
-
-#: 01170101.xhp
-#, fuzzy
-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 "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა. პატარა ასოს შეყვანისას იგი ავტომატურად გარდაიქმნება მთავრულ ასოდ."
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3152870\n"
-"103\n"
-"help.text"
-msgid "C"
-msgstr "C"
-
-#: 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 "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა. პატარა ასოს შეყვანისას იგი ავტომატურად გარდაიქმნება მთავრულ ასოდ."
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3159230\n"
-"105\n"
-"help.text"
-msgid "N"
-msgstr "N"
-
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3154650\n"
-"106\n"
+"00000003.xhp\n"
+"par_id3145150\n"
+"16\n"
"help.text"
-msgid "Only the characters 0-9 can be entered."
-msgstr "შესაძლებელია მხოლოდ 0-9 სიმბოლოების შეყვანა."
+msgid "Magenta"
+msgstr "მაგენტა"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3149383\n"
-"107\n"
+"00000003.xhp\n"
+"par_id3147002\n"
+"17\n"
"help.text"
-msgid "x"
+msgid "8421376"
msgstr ""
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3153489\n"
-"108\n"
-"help.text"
-msgid "All printable characters can be entered."
-msgstr "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა."
-
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"par_id3146967\n"
-"109\n"
-"help.text"
-msgid "X"
-msgstr "X"
-
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3154707\n"
-"110\n"
+"00000003.xhp\n"
+"par_id3152778\n"
+"18\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 "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა. პატარა ასოს შეყვანისას იგი ავტომატურად გარდაიქმნება მთავრულ ასოდ."
+msgid "Yellow"
+msgstr "ყვითელი"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id2128971\n"
+"00000003.xhp\n"
+"par_id3150088\n"
+"19\n"
"help.text"
-msgid "Editable"
+msgid "8421504"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id6519974\n"
+"00000003.xhp\n"
+"par_id3159239\n"
+"20\n"
"help.text"
-msgid "<ahelp hid=\".\">Specifies whether the nodes of the tree control are editable.</ahelp>"
+msgid "White"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id4591814\n"
+"00000003.xhp\n"
+"par_id3150206\n"
+"21\n"
"help.text"
-msgid "The default value is FALSE."
+msgid "12632256"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3149317\n"
-"114\n"
+"00000003.xhp\n"
+"par_id3149817\n"
+"22\n"
"help.text"
-msgid "Graphics"
+msgid "Gray"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3147546\n"
-"115\n"
+"00000003.xhp\n"
+"par_id3150363\n"
+"23\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>"
+msgid "255"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3154627\n"
-"258\n"
+"00000003.xhp\n"
+"par_id3154576\n"
+"24\n"
"help.text"
-msgid "Height"
+msgid "Light blue"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3155754\n"
-"257\n"
+"00000003.xhp\n"
+"par_id3150367\n"
+"25\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the height of the current control or the dialog.</ahelp>"
+msgid "65280"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3153072\n"
-"208\n"
+"00000003.xhp\n"
+"par_id3150202\n"
+"26\n"
"help.text"
-msgid "Help text"
+msgid "Light green"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3147502\n"
-"209\n"
+"00000003.xhp\n"
+"par_id3154487\n"
+"27\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>"
+msgid "65535"
msgstr ""
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3154400\n"
-"212\n"
-"help.text"
-msgid "Help URL"
-msgstr "დახმარების URL მისამართი"
-
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3150431\n"
-"213\n"
+"00000003.xhp\n"
+"par_id3151332\n"
+"28\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>"
+msgid "Light cyan"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id4171269\n"
+"00000003.xhp\n"
+"par_id3148702\n"
+"29\n"
"help.text"
-msgid "Set the environment variable HELP_DEBUG to 1 to view the Help-IDs as extended help tips."
+msgid "16711680"
msgstr ""
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3159260\n"
-"85\n"
-"help.text"
-msgid "Incr./decrement value"
-msgstr "ზრდადი/კლებადი მნიშვნელობა"
-
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3145233\n"
-"86\n"
+"00000003.xhp\n"
+"par_id3153067\n"
+"30\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the increment and decrement interval for spin button controls.</ahelp>"
+msgid "Light red"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id539262\n"
+"00000003.xhp\n"
+"par_id3153912\n"
+"31\n"
"help.text"
-msgid "Invokes stop mode editing"
+msgid "16711935"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id234382\n"
+"00000003.xhp\n"
+"par_id3159097\n"
+"32\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>"
+msgid "Light magenta"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id6591082\n"
+"00000003.xhp\n"
+"par_id3155266\n"
+"33\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."
+msgid "16776960"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id9298074\n"
+"00000003.xhp\n"
+"par_id3157978\n"
+"34\n"
"help.text"
-msgid "The default value is FALSE."
+msgid "Light yellow"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3150536\n"
-"7\n"
+"00000003.xhp\n"
+"par_id3153286\n"
+"35\n"
"help.text"
-msgid "Label"
+msgid "16777215"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3146324\n"
-"8\n"
+"00000003.xhp\n"
+"par_id3151302\n"
+"36\n"
"help.text"
-msgid "<ahelp hid=\".\">Specifies the label of the current control. The label is displayed along with the control.</ahelp>"
+msgid "Transparent white"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3146816\n"
-"223\n"
+"00000003.xhp\n"
+"hd_id3152869\n"
+"37\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 ""
+msgid "<variable id=\"errorcode\">Error Codes</variable>"
+msgstr "<variable id=\"alt_icon\">ხატულა </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3150457\n"
-"74\n"
+"00000003.xhp\n"
+"par_id315509599\n"
"help.text"
-msgid "Line Count"
-msgstr ""
+msgid "<variable id=\"err1\">1 An exception occurred</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3149143\n"
-"75\n"
+"00000003.xhp\n"
+"par_id3155095\n"
+"38\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 ""
+msgid "<variable id=\"err2\">2 Syntax error</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id7468489\n"
+"00000003.xhp\n"
+"par_id3149126\n"
+"39\n"
"help.text"
-msgid "Scrollbar"
-msgstr ""
+msgid "<variable id=\"err3\">3 Return without Gosub</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id7706228\n"
+"00000003.xhp\n"
+"par_id3153976\n"
+"40\n"
"help.text"
-msgid "Adds the scrollbar type that you specify to a text box."
-msgstr ""
+msgid "<variable id=\"err4\">4 Incorrect entry; please retry</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3153121\n"
-"256\n"
+"00000003.xhp\n"
+"par_id3150891\n"
+"41\n"
"help.text"
-msgid "Small change"
-msgstr ""
+msgid "<variable id=\"err5\">5 Invalid procedure call</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3157875\n"
-"255\n"
+"00000003.xhp\n"
+"par_id3159227\n"
+"42\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the number of units to scroll when a user clicks an arrow on a scrollbar.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err6\">6 Overflow</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3145221\n"
-"73\n"
+"00000003.xhp\n"
+"par_id3154649\n"
+"43\n"
"help.text"
-msgid "List entries"
-msgstr ""
+msgid "<variable id=\"err7\">7 Not enough memory</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
+#, fuzzy
msgctxt ""
-"01170101.xhp\n"
-"par_id3154580\n"
-"120\n"
+"00000003.xhp\n"
+"par_id3150050\n"
+"44\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 ""
+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>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3149723\n"
-"159\n"
+"00000003.xhp\n"
+"par_id3148900\n"
+"45\n"
"help.text"
-msgid "Literal mask"
-msgstr ""
+msgid "<variable id=\"err9\">9 Index out of defined range</variable>"
+msgstr "<variable id=\"dbrbf\">არჩევა <emph>მონაცემები - არიალის განსაზღვრა</emph></variable>"
-#: 01170101.xhp
+#: 00000003.xhp
+#, fuzzy
msgctxt ""
-"01170101.xhp\n"
-"par_id3150656\n"
-"160\n"
+"00000003.xhp\n"
+"par_id3153806\n"
+"46\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 ""
+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>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3149015\n"
-"116\n"
+"00000003.xhp\n"
+"par_id3146963\n"
+"47\n"
"help.text"
-msgid "Manual line break"
-msgstr ""
+msgid "<variable id=\"err11\">11 Division by zero</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3149893\n"
-"117\n"
+"00000003.xhp\n"
+"par_id3153013\n"
+"48\n"
"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to allow manual line breaks inside multiline controls.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err12\">12 Variable not defined</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
+#, fuzzy
msgctxt ""
-"01170101.xhp\n"
-"hd_id3150463\n"
-"123\n"
+"00000003.xhp\n"
+"par_id3155593\n"
+"49\n"
"help.text"
-msgid "Max. text length"
-msgstr ""
+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>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3150745\n"
-"124\n"
+"00000003.xhp\n"
+"par_id3151197\n"
+"50\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the maximum number of characters that the user can enter.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err14\">14 Invalid parameter</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3154675\n"
-"21\n"
+"00000003.xhp\n"
+"par_id3154710\n"
+"51\n"
"help.text"
-msgid "Multiline Input"
-msgstr ""
+msgid "<variable id=\"err18\">18 Process interrupted by user</variable>"
+msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3144741\n"
-"22\n"
+"00000003.xhp\n"
+"par_id3147504\n"
+"52\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 ""
+msgid "<variable id=\"err20\">20 Resume without error</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3154848\n"
-"129\n"
+"00000003.xhp\n"
+"par_id3145319\n"
+"53\n"
"help.text"
-msgid "Multiselection"
-msgstr ""
+msgid "<variable id=\"err28\">28 Not enough stack memory</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
+#, fuzzy
msgctxt ""
-"01170101.xhp\n"
-"par_id3151235\n"
-"130\n"
+"00000003.xhp\n"
+"par_id3146110\n"
+"54\n"
"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to allow the selection of multiple entries in list controls.</ahelp>"
-msgstr ""
+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>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3148887\n"
-"9\n"
+"00000003.xhp\n"
+"par_id3147246\n"
+"55\n"
"help.text"
-msgid "Name"
-msgstr "სახელი"
+msgid "<variable id=\"err48\">48 Error loading DLL file</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3154548\n"
-"10\n"
+"00000003.xhp\n"
+"par_id3146101\n"
+"56\n"
"help.text"
-msgid "<ahelp hid=\".\">Insert a name for the current control. This name is used to identify the control.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err49\">49 Wrong DLL call convention</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგრეთვე შემდეგი ფუნქციები: </variable>"
-#: 01170101.xhp
-#, fuzzy
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3148739\n"
-"44\n"
+"00000003.xhp\n"
+"par_id3153957\n"
+"57\n"
"help.text"
-msgid "Order"
-msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nბრძანება\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nრიგი"
+msgid "<variable id=\"err51\">51 Internal error</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3149252\n"
-"45\n"
+"00000003.xhp\n"
+"par_id3154404\n"
+"58\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 ""
+msgid "<variable id=\"err52\">52 Invalid file name or file number</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3155259\n"
-"46\n"
+"00000003.xhp\n"
+"par_id3151338\n"
+"59\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 ""
+msgid "<variable id=\"err53\">53 File not found</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 01170101.xhp
-#, fuzzy
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3149511\n"
-"247\n"
+"00000003.xhp\n"
+"par_id3147298\n"
+"60\n"
"help.text"
-msgid "Orientation"
-msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nპრეზენტაცია\\n#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nორიენტაცია"
+msgid "<variable id=\"err54\">54 Incorrect file mode</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3153780\n"
-"246\n"
+"00000003.xhp\n"
+"par_id3148747\n"
+"61\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the orientation for a scrollbar control.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err55\">55 File already open</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3154374\n"
-"239\n"
+"00000003.xhp\n"
+"par_id3145233\n"
+"62\n"
"help.text"
-msgid "Page (step)"
-msgstr ""
+msgid "<variable id=\"err57\">57 Device I/O error</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3154109\n"
-"238\n"
+"00000003.xhp\n"
+"par_id3156399\n"
+"63\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 ""
+msgid "<variable id=\"err58\">58 File already exists</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3148580\n"
-"236\n"
+"00000003.xhp\n"
+"par_id3149324\n"
+"64\n"
"help.text"
-msgid "Select <emph>Page (Step)</emph> = 0 to make a control visible on every dialog page."
-msgstr ""
+msgid "<variable id=\"err59\">59 Incorrect record length</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3146144\n"
-"235\n"
+"00000003.xhp\n"
+"par_id3147409\n"
+"65\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 ""
+msgid "<variable id=\"err61\">61 Disk or hard drive full</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3154558\n"
-"156\n"
+"00000003.xhp\n"
+"par_id3149146\n"
+"66\n"
"help.text"
-msgid "Password characters"
-msgstr ""
+msgid "<variable id=\"err62\">62 Reading exceeds EOF</variable>"
+msgstr "<variable id=\"alt_warning\">გავრთხილების ხატულა </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3152787\n"
-"157\n"
+"00000003.xhp\n"
+"par_id3150456\n"
+"67\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 ""
+msgid "<variable id=\"err63\">63 Incorrect record number</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3148750\n"
-"245\n"
+"00000003.xhp\n"
+"par_id3146883\n"
+"68\n"
"help.text"
-msgid "PositionX"
-msgstr ""
+msgid "<variable id=\"err67\">67 Too many files</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3154517\n"
-"244\n"
+"00000003.xhp\n"
+"par_id3146818\n"
+"69\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the distance of the current control from the left side of the dialog.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err68\">68 Device not available</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3152767\n"
-"243\n"
+"00000003.xhp\n"
+"par_id3145225\n"
+"70\n"
"help.text"
-msgid "PositionY"
-msgstr ""
+msgid "<variable id=\"err70\">70 Access denied</variable>"
+msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3159082\n"
-"242\n"
+"00000003.xhp\n"
+"par_id3150372\n"
+"71\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the distance of the current control from the top of the dialog.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err71\">71 Disk not ready</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3159213\n"
-"221\n"
+"00000003.xhp\n"
+"par_id3148894\n"
+"72\n"
"help.text"
-msgid "Prefix symbol"
-msgstr ""
+msgid "<variable id=\"err73\">73 Not implemented</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3149688\n"
-"222\n"
+"00000003.xhp\n"
+"par_id3152981\n"
+"73\n"
"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to display the currency symbol prefix in currency controls when a number was entered.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err74\">74 Renaming on different drives impossible</variable>"
+msgstr "<variable id=\"moreontop\">მეტი განმარტებისთვის იხილეთ გვერდის დასაწყისი. </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3149728\n"
-"89\n"
+"00000003.xhp\n"
+"par_id3149355\n"
+"74\n"
"help.text"
-msgid "Print"
-msgstr "ბეჭდვა"
+msgid "<variable id=\"err75\">75 Path/file access error</variable>"
+msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3150001\n"
-"90\n"
+"00000003.xhp\n"
+"par_id3150477\n"
+"75\n"
"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to include the current control in a document's printout.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err76\">76 Path not found</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3154671\n"
-"261\n"
+"00000003.xhp\n"
+"par_id3154678\n"
+"76\n"
"help.text"
-msgid "Progress value"
-msgstr ""
+msgid "<variable id=\"err91\">91 Object variable not set</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3146849\n"
-"260\n"
+"00000003.xhp\n"
+"par_id3149890\n"
+"77\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify a progress value for a progress bar control.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err93\">93 Invalid string pattern</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3153112\n"
-"254\n"
+"00000003.xhp\n"
+"par_id3146942\n"
+"78\n"
"help.text"
-msgid "Progress value max."
-msgstr ""
+msgid "<variable id=\"err94\">94 Use of zero not permitted</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3145167\n"
-"253\n"
+"00000003.xhp\n"
+"par_id31469429\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the maximum value of a progress bar control.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err250\">250 DDE Error</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
+#, fuzzy
msgctxt ""
-"01170101.xhp\n"
-"hd_id3153569\n"
-"249\n"
+"00000003.xhp\n"
+"par_id31469428\n"
"help.text"
-msgid "Progress value min."
-msgstr ""
+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>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3154506\n"
-"248\n"
+"00000003.xhp\n"
+"par_id31469427\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the minimum value of a progress bar control.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err281\">281 No DDE channels available</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3150134\n"
-"42\n"
+"00000003.xhp\n"
+"par_id31469426\n"
"help.text"
-msgid "Read-only"
-msgstr ""
+msgid "<variable id=\"err282\">282 No application responded to DDE connect initiation</variable>"
+msgstr "<variable id=\"moreontop\">მეტი განმარტებისთვის იხილეთ გვერდის დასაწყისი. </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3155930\n"
-"43\n"
+"00000003.xhp\n"
+"par_id31469425\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 ""
+msgid "<variable id=\"err283\">283 Too many applications responded to DDE connect initiation</variable>"
+msgstr "<variable id=\"moreontop\">მეტი განმარტებისთვის იხილეთ გვერდის დასაწყისი. </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_idN11112\n"
+"00000003.xhp\n"
+"par_id31469424\n"
"help.text"
-msgid "Repeat"
-msgstr "გამეორება"
+msgid "<variable id=\"err284\">284 DDE channel locked</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_idN11128\n"
+"00000003.xhp\n"
+"par_id31469423\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>"
+msgid "<variable id=\"err285\">285 External application cannot execute DDE operation</variable>"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id9579149\n"
+"00000003.xhp\n"
+"par_id31469422\n"
"help.text"
-msgid "Root displayed"
-msgstr ""
+msgid "<variable id=\"err286\">286 Timeout while waiting for DDE response</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგრეთვე შემდეგი ფუნქციები: </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id7126987\n"
+"00000003.xhp\n"
+"par_id31469421\n"
"help.text"
-msgid "<ahelp hid=\".\">Specifies if the root node of the tree control is displayed.</ahelp>"
+msgid "<variable id=\"err287\">287 user pressed ESCAPE during DDE operation</variable>"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id9174779\n"
+"00000003.xhp\n"
+"par_id31469420\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 ""
+msgid "<variable id=\"err288\">288 External application busy</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id594195\n"
+"00000003.xhp\n"
+"par_id31469419\n"
"help.text"
-msgid "The default value is TRUE."
-msgstr ""
+msgid "<variable id=\"err289\">289 DDE operation without data</variable>"
+msgstr "<variable id=\"alt_icon\">ხატულა </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id7534409\n"
+"00000003.xhp\n"
+"par_id31469418\n"
"help.text"
-msgid "Row height"
-msgstr ""
+msgid "<variable id=\"err290\">290 Data are in wrong format</variable>"
+msgstr "<variable id=\"dbrbf\">არჩევა <emph>მონაცემები - არიალის განსაზღვრა</emph></variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id6471755\n"
+"00000003.xhp\n"
+"par_id31469417\n"
"help.text"
-msgid "<ahelp hid=\".\">Specifies the height of each row of a tree control, in pixels.</ahelp>"
+msgid "<variable id=\"err291\">291 External application has been terminated</variable>"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id2909329\n"
+"00000003.xhp\n"
+"par_id31469416\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."
+msgid "<variable id=\"err292\">292 DDE connection interrupted or modified</variable>"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id4601580\n"
+"00000003.xhp\n"
+"par_id31469415\n"
"help.text"
-msgid "The default value is 0."
+msgid "<variable id=\"err293\">293 DDE method invoked with no channel open</variable>"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3148761\n"
-"264\n"
+"00000003.xhp\n"
+"par_id31469414\n"
"help.text"
-msgid "Scale"
-msgstr "მასშტაბირება"
+msgid "<variable id=\"err294\">294 Invalid DDE link format</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3159134\n"
-"265\n"
+"00000003.xhp\n"
+"par_id31469413\n"
"help.text"
-msgid "<ahelp hid=\".\">Scales the image to fit the control size.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err295\">295 DDE message has been lost</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
+#, fuzzy
msgctxt ""
-"01170101.xhp\n"
-"hd_id7597277\n"
+"00000003.xhp\n"
+"par_id31469412\n"
"help.text"
-msgid "Scrollbar"
-msgstr ""
+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>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id986968\n"
+"00000003.xhp\n"
+"par_id31469411\n"
"help.text"
-msgid "<ahelp hid=\".\">Adds the scrollbar type that you specify to a text box.</ahelp>"
+msgid "<variable id=\"err297\">297 Link mode cannot be set due to invalid link topic</variable>"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3147370\n"
-"241\n"
+"00000003.xhp\n"
+"par_id31469410\n"
"help.text"
-msgid "Scroll value"
+msgid "<variable id=\"err298\">298 DDE requires the DDEML.DLL file</variable>"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3159622\n"
-"240\n"
+"00000003.xhp\n"
+"par_id3150028\n"
+"79\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the initial value of a scrollbar control. This determines the position of the scrollbar slider.</ahelp>"
+msgid "<variable id=\"err323\">323 Module cannot be loaded; invalid format</variable>"
msgstr ""
-#: 01170101.xhp
-msgctxt ""
-"01170101.xhp\n"
-"hd_id3155440\n"
-"252\n"
-"help.text"
-msgid "Scroll value max."
-msgstr "გადაადგილების ზოლის მნიშვნელობის მაქსიმუმი"
-
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3148877\n"
-"251\n"
+"00000003.xhp\n"
+"par_id3148434\n"
+"80\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the maximum value of a scrollbar control.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err341\">341 Invalid object index</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_idN111E4\n"
+"00000003.xhp\n"
+"par_id3143219\n"
+"81\n"
"help.text"
-msgid "Scroll value min."
-msgstr "გადაადგილების ზოლის მნიშვნელობის მინიმუმი"
+msgid "<variable id=\"err366\">366 Object is not available</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_idN111E8\n"
+"00000003.xhp\n"
+"par_id3144744\n"
+"82\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the minimum value of a scrollbar control.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err380\">380 Incorrect property value</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id543534\n"
+"00000003.xhp\n"
+"par_id3147420\n"
+"83\n"
"help.text"
-msgid "Show handles"
-msgstr ""
+msgid "<variable id=\"err382\">382 This property is read-only</variable>"
+msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id5060884\n"
+"00000003.xhp\n"
+"par_id3147472\n"
+"84\n"
"help.text"
-msgid "<ahelp hid=\".\">Specifies whether the handles of the nodes should be displayed.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err394\">394 This property is write-only</variable>"
+msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id4974822\n"
+"00000003.xhp\n"
+"par_id3148583\n"
+"85\n"
"help.text"
-msgid "The handles are dotted lines that visualize the hierarchy of the tree control."
-msgstr ""
+msgid "<variable id=\"err420\">420 Invalid object reference</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id7687307\n"
+"00000003.xhp\n"
+"par_id3153329\n"
+"86\n"
"help.text"
-msgid "The default value is TRUE."
-msgstr ""
+msgid "<variable id=\"err423\">423 Property or method not found</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id4062013\n"
+"00000003.xhp\n"
+"par_id3148738\n"
+"87\n"
"help.text"
-msgid "Show root handles"
-msgstr ""
+msgid "<variable id=\"err424\">424 Object required</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3314004\n"
+"00000003.xhp\n"
+"par_id3159084\n"
+"88\n"
"help.text"
-msgid "<ahelp hid=\".\">Specifies whether the handles of the nodes should also be displayed at root level.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err425\">425 Invalid use of an object</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id2396313\n"
+"00000003.xhp\n"
+"par_id3146806\n"
+"89\n"
"help.text"
-msgid "The default value is TRUE."
-msgstr ""
+msgid "<variable id=\"err430\">430 OLE Automation is not supported by this object</variable>"
+msgstr "<variable id=\"eintraege\">განსაზღვრეთ ჩანაწერების ფორმატი ობიექტების ცხრილში.</variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_idN10EC2\n"
+"00000003.xhp\n"
+"par_id3146130\n"
+"90\n"
"help.text"
-msgid "Selection"
-msgstr "მონიშვნა"
+msgid "<variable id=\"err438\">438 This property or method is not supported by the object</variable>"
+msgstr "<variable id=\"eintraege\">განსაზღვრეთ ჩანაწერების ფორმატი ობიექტების ცხრილში.</variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_idN10ED8\n"
+"00000003.xhp\n"
+"par_id3154374\n"
+"91\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 ""
+msgid "<variable id=\"err440\">440 OLE automation error</variable>"
+msgstr "<variable id=\"alt_icon\">ხატულა </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_idN10EEB\n"
+"00000003.xhp\n"
+"par_id3149685\n"
+"92\n"
"help.text"
-msgid "Click the <emph>...</emph> button to open the <emph>Selection</emph> dialog."
-msgstr ""
+msgid "<variable id=\"err445\">445 This action is not supported by given object</variable>"
+msgstr "<variable id=\"eintraege\">განსაზღვრეთ ჩანაწერების ფორმატი ობიექტების ცხრილში.</variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_idN10F0A\n"
+"00000003.xhp\n"
+"par_id3150282\n"
+"93\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>"
+msgid "<variable id=\"err446\">446 Named arguments are not supported by given object</variable>"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id5026093\n"
+"00000003.xhp\n"
+"par_id3150142\n"
+"94\n"
"help.text"
-msgid "Selection type"
+msgid "<variable id=\"err447\">447 The current locale setting is not supported by the given object</variable>"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id1134067\n"
+"00000003.xhp\n"
+"par_id3152771\n"
+"95\n"
"help.text"
-msgid "<ahelp hid=\".\">Specifies the selection mode that is enabled for this tree control.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err448\">448 Named argument not found</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
+#, fuzzy
msgctxt ""
-"01170101.xhp\n"
-"hd_id3154193\n"
-"87\n"
+"00000003.xhp\n"
+"par_id3145145\n"
+"96\n"
"help.text"
-msgid "Spin Button"
-msgstr ""
+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>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3145298\n"
-"88\n"
+"00000003.xhp\n"
+"par_id3154399\n"
+"97\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 ""
+msgid "<variable id=\"err450\">450 Invalid number of arguments</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგრეთვე შემდეგი ფუნქციები: </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3156267\n"
-"232\n"
+"00000003.xhp\n"
+"par_id3146137\n"
+"98\n"
"help.text"
-msgid "State"
-msgstr "შტატი"
+msgid "<variable id=\"err451\">451 Object is not a list</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3150928\n"
-"231\n"
+"00000003.xhp\n"
+"par_id3149507\n"
+"99\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the selection state of the current control.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err452\">452 Invalid ordinal number</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
+#, fuzzy
msgctxt ""
-"01170101.xhp\n"
-"hd_id3148396\n"
-"112\n"
+"00000003.xhp\n"
+"par_id3154566\n"
+"100\n"
"help.text"
-msgid "Strict format"
-msgstr "მკაცრი ფორმატი"
+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>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3153042\n"
-"113\n"
+"00000003.xhp\n"
+"par_id3145595\n"
+"101\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 ""
+msgid "<variable id=\"err460\">460 Invalid clipboard format</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3149538\n"
-"48\n"
+"00000003.xhp\n"
+"par_id31455951\n"
"help.text"
-msgid "Tabstop"
-msgstr ""
+msgid "<variable id=\"err951\">951 Unexpected symbol:</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3148543\n"
-"49\n"
+"00000003.xhp\n"
+"par_id31455952\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the focus behavior of the current control when using the <emph>Tab</emph> key.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err952\">952 Expected:</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
-#, fuzzy
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3148776\n"
-"178\n"
+"00000003.xhp\n"
+"par_id31455953\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საწყისი"
+msgid "<variable id=\"err953\">953 Symbol expected</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3153547\n"
-"179\n"
+"00000003.xhp\n"
+"par_id31455954\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 ""
+msgid "<variable id=\"err954\">954 Variable expected</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3154632\n"
-"52\n"
+"00000003.xhp\n"
+"par_id31455955\n"
"help.text"
-msgid "No"
-msgstr "არა"
+msgid "<variable id=\"err955\">955 Label expected</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3150475\n"
-"53\n"
+"00000003.xhp\n"
+"par_id31455956\n"
"help.text"
-msgid "When using the tab key focusing skips the control."
-msgstr ""
+msgid "<variable id=\"err956\">956 Value cannot be applied</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3150690\n"
-"50\n"
+"00000003.xhp\n"
+"par_id31455957\n"
"help.text"
-msgid "Yes"
-msgstr "დიახ"
+msgid "<variable id=\"err957\">957 Variable already defined</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3159106\n"
-"51\n"
+"00000003.xhp\n"
+"par_id31455958\n"
"help.text"
-msgid "The control can be selected with the Tab key."
-msgstr ""
+msgid "<variable id=\"err958\">958 Sub procedure or function procedure already defined</variable>"
+msgstr "<variable id=\"wahr\">თუ მოხდა შეცდომა, ფუნქცია დააბრუნებს ლოგიკურ ან ციფრულ მნიშვნელობას. </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3145152\n"
-"147\n"
+"00000003.xhp\n"
+"par_id31455959\n"
"help.text"
-msgid "Thousands Separator"
-msgstr ""
+msgid "<variable id=\"err959\">959 Label already defined</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
+#, fuzzy
msgctxt ""
-"01170101.xhp\n"
-"par_id3155085\n"
-"148\n"
+"00000003.xhp\n"
+"par_id31455960\n"
"help.text"
-msgid "<ahelp hid=\".\">Select \"Yes\" to display thousands separator characters in numerical and currency controls.</ahelp>"
-msgstr ""
+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>"
-#: 01170101.xhp
+#: 00000003.xhp
+#, fuzzy
msgctxt ""
-"01170101.xhp\n"
-"hd_id3152816\n"
-"168\n"
+"00000003.xhp\n"
+"par_id31455961\n"
"help.text"
-msgid "Time Format"
-msgstr ""
+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>"
-#: 01170101.xhp
+#: 00000003.xhp
+#, fuzzy
msgctxt ""
-"01170101.xhp\n"
-"par_id3145263\n"
-"169\n"
+"00000003.xhp\n"
+"par_id31455962\n"
"help.text"
-msgid "<ahelp hid=\".\">Select the format to be used for time controls.</ahelp>"
-msgstr ""
+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>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3153920\n"
-"127\n"
+"00000003.xhp\n"
+"par_id31455963\n"
"help.text"
-msgid "Time max."
-msgstr ""
+msgid "<variable id=\"err963\">963 Label undefined</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3155401\n"
-"128\n"
+"00000003.xhp\n"
+"par_id31455964\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the maximum time value for a time control.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err964\">964 Unknown data type</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3163818\n"
-"135\n"
+"00000003.xhp\n"
+"par_id31455965\n"
"help.text"
-msgid "Time min."
-msgstr ""
+msgid "<variable id=\"err965\">965 Exit expected</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3156262\n"
-"136\n"
+"00000003.xhp\n"
+"par_id31455966\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the minimum time value for a time control.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err966\">966 Statement block still open: missing</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგრეთვე შემდეგი ფუნქციები: </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
+#, fuzzy
msgctxt ""
-"01170101.xhp\n"
-"hd_id3148638\n"
-"266\n"
+"00000003.xhp\n"
+"par_id31455967\n"
"help.text"
-msgid "Title"
-msgstr "სათაური"
+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>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3147169\n"
-"267\n"
+"00000003.xhp\n"
+"par_id31455968\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the title of the dialog. Click the border of the dialog to select the dialog.</ahelp>"
+msgid "<variable id=\"err968\">968 Symbol already defined differently</variable>"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3153716\n"
-"55\n"
+"00000003.xhp\n"
+"par_id31455969\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."
+msgid "<variable id=\"err969\">969 Parameters do not correspond to procedure</variable>"
msgstr ""
-#: 01170101.xhp
+#: 00000003.xhp
+#, fuzzy
msgctxt ""
-"01170101.xhp\n"
-"hd_id3152594\n"
-"173\n"
+"00000003.xhp\n"
+"par_id31455970\n"
"help.text"
-msgid "Tristate"
-msgstr "ტრისტატი"
+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>"
-#: 01170101.xhp
+#: 00000003.xhp
+#, fuzzy
msgctxt ""
-"01170101.xhp\n"
-"par_id3149825\n"
-"174\n"
+"00000003.xhp\n"
+"par_id31455971\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 ""
+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>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3150614\n"
-"268\n"
+"00000003.xhp\n"
+"par_id31455972\n"
"help.text"
-msgid "Value"
-msgstr ""
+msgid "<variable id=\"err972\">972 Else/Endif without If</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
+#, fuzzy
msgctxt ""
-"01170101.xhp\n"
-"par_id3154315\n"
-"269\n"
+"00000003.xhp\n"
+"par_id31455973\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the value for the current control.</ahelp>"
-msgstr ""
+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>"
-#: 01170101.xhp
+#: 00000003.xhp
+#, fuzzy
msgctxt ""
-"01170101.xhp\n"
-"hd_id3152480\n"
-"125\n"
+"00000003.xhp\n"
+"par_id31455974\n"
"help.text"
-msgid "Value max."
-msgstr ""
+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>"
-#: 01170101.xhp
+#: 00000003.xhp
+#, fuzzy
msgctxt ""
-"01170101.xhp\n"
-"par_id3163823\n"
-"126\n"
+"00000003.xhp\n"
+"par_id31455975\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the maximum value for the current control.</ahelp>"
-msgstr ""
+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>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3149276\n"
-"133\n"
+"00000003.xhp\n"
+"par_id31455976\n"
"help.text"
-msgid "Value min."
-msgstr ""
+msgid "<variable id=\"err976\">976 Unknown option:</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3145088\n"
-"134\n"
+"00000003.xhp\n"
+"par_id31455977\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the minimum value for the current control.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err977\">977 Constant redefined</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3149712\n"
-"234\n"
+"00000003.xhp\n"
+"par_id31455978\n"
"help.text"
-msgid "Visible size"
-msgstr "ხილული ზომა"
+msgid "<variable id=\"err978\">978 Program too large</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3149445\n"
-"233\n"
+"00000003.xhp\n"
+"par_id31455979\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the length of the slider of a scrollbar control.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err979\">979 Strings or arrays not permitted</variable>"
+msgstr "<variable id=\"eintraege\">ფორმატის განსაზღვრა ბიბლიოგრაფიული ჩანაწერებისთვის.</variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"hd_id3152472\n"
-"142\n"
+"00000003.xhp\n"
+"par_id31455980\n"
"help.text"
-msgid "Width"
-msgstr "სიგანე"
+msgid "<variable id=\"err1000\">1000 Object does not have this property</variable>"
+msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
-#: 01170101.xhp
+#: 00000003.xhp
msgctxt ""
-"01170101.xhp\n"
-"par_id3157963\n"
-"143\n"
+"00000003.xhp\n"
+"par_id31455981\n"
"help.text"
-msgid "<ahelp hid=\".\">Specify the width of the current control or dialog.</ahelp>"
-msgstr ""
+msgid "<variable id=\"err1001\">1001 Object does not have this method</variable>"
+msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
-#: 03010301.xhp
+#: 00000003.xhp
msgctxt ""
-"03010301.xhp\n"
-"tit\n"
+"00000003.xhp\n"
+"par_id31455982\n"
"help.text"
-msgid "Blue Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "<variable id=\"err1002\">1002 Required argument lacking</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03010301.xhp
+#: 00000003.xhp
msgctxt ""
-"03010301.xhp\n"
-"bm_id3149180\n"
+"00000003.xhp\n"
+"par_id31455983\n"
"help.text"
-msgid "<bookmark_value>Blue function</bookmark_value>"
-msgstr "<bookmark_value>CCur ფუნქცია</bookmark_value>"
+msgid "<variable id=\"err1003\">1003 Invalid number of arguments</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგრეთვე შემდეგი ფუნქციები: </variable>"
-#: 03010301.xhp
-#, fuzzy
+#: 00000003.xhp
msgctxt ""
-"03010301.xhp\n"
-"hd_id3149180\n"
-"1\n"
+"00000003.xhp\n"
+"par_id31455984\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>"
+msgid "<variable id=\"err1004\">1004 Error executing a method</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03010301.xhp
+#: 00000003.xhp
msgctxt ""
-"03010301.xhp\n"
-"par_id3156343\n"
-"2\n"
+"00000003.xhp\n"
+"par_id31455985\n"
"help.text"
-msgid "Returns the blue component of the specified color code."
-msgstr ""
+msgid "<variable id=\"err1005\">1005 Unable to set property</variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 03010301.xhp
+#: 00000003.xhp
msgctxt ""
-"03010301.xhp\n"
-"hd_id3149670\n"
-"3\n"
+"00000003.xhp\n"
+"par_id31455986\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "<variable id=\"err1006\">1006 Unable to determine property</variable>"
+msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
-#: 03010301.xhp
+#: 01000000.xhp
msgctxt ""
-"03010301.xhp\n"
-"par_id3149457\n"
-"4\n"
+"01000000.xhp\n"
+"tit\n"
"help.text"
-msgid "Blue (Color As Long)"
+msgid "Programming with $[officename] Basic"
msgstr ""
-#: 03010301.xhp
-msgctxt ""
-"03010301.xhp\n"
-"hd_id3149656\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03010301.xhp
+#: 01000000.xhp
msgctxt ""
-"03010301.xhp\n"
-"par_id3154365\n"
-"6\n"
+"01000000.xhp\n"
+"hd_id3156027\n"
+"1\n"
"help.text"
-msgid "Integer"
+msgid "<variable id=\"doc_title\"><link href=\"text/sbasic/shared/01000000.xhp\" name=\"Programming with $[officename] Basic \">Programming with $[officename] Basic </link></variable>"
msgstr ""
-#: 03010301.xhp
+#: 01000000.xhp
msgctxt ""
-"03010301.xhp\n"
-"hd_id3156423\n"
-"7\n"
+"01000000.xhp\n"
+"par_id3153708\n"
+"2\n"
"help.text"
-msgid "Parameter:"
+msgid "This is where you find general information about working with macros and $[officename] Basic."
msgstr ""
-#: 03010301.xhp
+#: 01010210.xhp
msgctxt ""
-"03010301.xhp\n"
-"par_id3150448\n"
-"8\n"
+"01010210.xhp\n"
+"tit\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."
+msgid "Basics"
msgstr ""
-#: 03010301.xhp
+#: 01010210.xhp
msgctxt ""
-"03010301.xhp\n"
-"hd_id3153091\n"
-"9\n"
+"01010210.xhp\n"
+"bm_id4488967\n"
"help.text"
-msgid "Example:"
+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 ""
-#: 03010301.xhp
+#: 01010210.xhp
msgctxt ""
-"03010301.xhp\n"
-"par_id3154012\n"
-"13\n"
+"01010210.xhp\n"
+"hd_id3154927\n"
+"1\n"
"help.text"
-msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
-msgstr ""
+msgid "<link href=\"text/sbasic/shared/01010210.xhp\" name=\"Basics\">Basics</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 03010301.xhp
+#: 01010210.xhp
msgctxt ""
-"03010301.xhp\n"
-"par_id3148645\n"
+"01010210.xhp\n"
+"par_id3156023\n"
"14\n"
"help.text"
-msgid "\"red= \" & Red(lVar) & Chr(13)&_"
+msgid "This section provides the fundamentals for working with $[officename] Basic."
msgstr ""
-#: 03010301.xhp
+#: 01010210.xhp
msgctxt ""
-"03010301.xhp\n"
-"par_id3159155\n"
-"15\n"
+"01010210.xhp\n"
+"par_id3147560\n"
+"2\n"
"help.text"
-msgid "\"green= \" & Green(lVar) & Chr(13)&_"
+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 ""
-#: 03010301.xhp
+#: 01010210.xhp
msgctxt ""
-"03010301.xhp\n"
-"par_id3147319\n"
-"16\n"
+"01010210.xhp\n"
+"par_id314756320\n"
"help.text"
-msgid "\"blue= \" & Blue(lVar) & Chr(13) , 64,\"colors\""
+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 ""
-#: 03110100.xhp
+#: 01010210.xhp
msgctxt ""
-"03110100.xhp\n"
-"tit\n"
+"01010210.xhp\n"
+"hd_id3150398\n"
+"3\n"
"help.text"
-msgid "Comparison Operators [Runtime]"
+msgid "What is a Sub?"
msgstr ""
-#: 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>"
-
-#: 03110100.xhp
-#, fuzzy
-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>"
-
-#: 03110100.xhp
+#: 01010210.xhp
msgctxt ""
-"03110100.xhp\n"
-"par_id3156042\n"
-"2\n"
+"01010210.xhp\n"
+"par_id3148797\n"
+"4\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)."
+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 ""
-#: 03110100.xhp
+#: 01010210.xhp
msgctxt ""
-"03110100.xhp\n"
-"hd_id3147291\n"
-"3\n"
+"01010210.xhp\n"
+"par_id3150868\n"
+"15\n"
"help.text"
-msgid "Syntax:"
+msgid "DoSomethingWithTheValues(MyFirstValue,MySecondValue)"
msgstr ""
-#: 03110100.xhp
-msgctxt ""
-"03110100.xhp\n"
-"par_id3149177\n"
-"4\n"
-"help.text"
-msgid "Result = Expression1 { = | < | > | <= | >= } Expression2"
-msgstr "რეზულტატი = გამოსახულება1 { = | < | > | <= | >= } გამოსახულება2"
-
-#: 03110100.xhp
+#: 01010210.xhp
msgctxt ""
-"03110100.xhp\n"
-"hd_id3145316\n"
+"01010210.xhp\n"
+"hd_id3156282\n"
"5\n"
"help.text"
-msgid "Parameters:"
+msgid "What is a Function?"
msgstr ""
-#: 03110100.xhp
+#: 01010210.xhp
msgctxt ""
-"03110100.xhp\n"
-"par_id3147573\n"
+"01010210.xhp\n"
+"par_id3156424\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>ბულევური გამოსახულება, რომელიც განსაზღვავს შედარების რეზულტატს (ჭეშმარიტი, ან მცდარი)"
+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 ""
-#: 03110100.xhp
+#: 01010210.xhp
msgctxt ""
-"03110100.xhp\n"
-"par_id3148686\n"
+"01010210.xhp\n"
+"par_id3146985\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> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
+msgid "MySecondValue = myFunction(MyFirstValue)"
+msgstr ""
-#: 03110100.xhp
+#: 01010210.xhp
msgctxt ""
-"03110100.xhp\n"
-"hd_id3147531\n"
+"01010210.xhp\n"
+"hd_id3153364\n"
"8\n"
"help.text"
-msgid "Comparison operators"
-msgstr "შედარების ოპერატორები"
+msgid "Global and local variables"
+msgstr ""
-#: 03110100.xhp
+#: 01010210.xhp
msgctxt ""
-"03110100.xhp\n"
-"par_id3147265\n"
+"01010210.xhp\n"
+"par_id3151112\n"
"9\n"
"help.text"
-msgid "= : Equal to"
-msgstr "= : ექვივალენტურია"
+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 ""
-#: 03110100.xhp
+#: 01010210.xhp
msgctxt ""
-"03110100.xhp\n"
-"par_id3154924\n"
+"01010210.xhp\n"
+"par_id3154012\n"
"10\n"
"help.text"
-msgid "< : Less than"
-msgstr "< : ნაკლებია ვიდრე"
+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 ""
-#: 03110100.xhp
+#: 01010210.xhp
msgctxt ""
-"03110100.xhp\n"
-"par_id3146795\n"
+"01010210.xhp\n"
+"hd_id3150010\n"
"11\n"
"help.text"
-msgid "> : Greater than"
-msgstr "> : მეტია ვიდრე"
+msgid "Structuring"
+msgstr ""
-#: 03110100.xhp
+#: 01010210.xhp
msgctxt ""
-"03110100.xhp\n"
-"par_id3150541\n"
+"01010210.xhp\n"
+"par_id3153727\n"
"12\n"
"help.text"
-msgid "<= : Less than or equal to"
-msgstr "<= : ნაკლებია ან ექვივალენრურია ვიდრე"
+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 ""
-#: 03110100.xhp
+#: 01010210.xhp
msgctxt ""
-"03110100.xhp\n"
-"par_id3150400\n"
+"01010210.xhp\n"
+"par_id3152578\n"
"13\n"
"help.text"
-msgid ">= : Greater than or equal to"
-msgstr ">= : მეტია ან ექვივალენრურია ვიდრე"
+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 ""
-#: 03110100.xhp
+#: 01020000.xhp
msgctxt ""
-"03110100.xhp\n"
-"par_id3148797\n"
-"14\n"
+"01020000.xhp\n"
+"tit\n"
"help.text"
-msgid "<> : Not equal to"
-msgstr "<> : არ არის ექვივალენტური"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 03110100.xhp
+#: 01020000.xhp
msgctxt ""
-"03110100.xhp\n"
-"hd_id3154686\n"
-"15\n"
+"01020000.xhp\n"
+"hd_id3148946\n"
+"1\n"
"help.text"
-msgid "Example:"
-msgstr ""
+msgid "<link href=\"text/sbasic/shared/01020000.xhp\" name=\"Syntax\">Syntax</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 03110100.xhp
-#, fuzzy
+#: 01020000.xhp
msgctxt ""
-"03110100.xhp\n"
-"par_id3154909\n"
-"18\n"
+"01020000.xhp\n"
+"par_id3150793\n"
+"2\n"
"help.text"
-msgid "Dim sRoot As String ' Root directory for file in and output"
-msgstr "DIM sRoot როგორც სტრიქონი REM ' ძირეული დირექტორია ფაილისთვის და კატალოგისთვის"
+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 ""
-#: 03030303.xhp
+#: 01020100.xhp
msgctxt ""
-"03030303.xhp\n"
+"01020100.xhp\n"
"tit\n"
"help.text"
-msgid "Timer Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Using Variables"
+msgstr ""
-#: 03030303.xhp
+#: 01020100.xhp
msgctxt ""
-"03030303.xhp\n"
+"01020100.xhp\n"
"bm_id3149346\n"
"help.text"
-msgid "<bookmark_value>Timer function</bookmark_value>"
-msgstr "<bookmark_value>Trim ფუნქცია</bookmark_value>"
+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 ""
-#: 03030303.xhp
-#, fuzzy
+#: 01020100.xhp
msgctxt ""
-"03030303.xhp\n"
+"01020100.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>"
-
-#: 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 ""
+msgid "<link href=\"text/sbasic/shared/01020100.xhp\" name=\"Using Variables\">Using Variables</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 03030303.xhp
+#: 01020100.xhp
msgctxt ""
-"03030303.xhp\n"
-"par_id3156212\n"
+"01020100.xhp\n"
+"par_id3154346\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."
+msgid "The following describes the basic use of variables in $[officename] Basic."
msgstr ""
-#: 03030303.xhp
+#: 01020100.xhp
msgctxt ""
-"03030303.xhp\n"
-"hd_id3153768\n"
+"01020100.xhp\n"
+"hd_id3153361\n"
"4\n"
"help.text"
-msgid "Syntax:"
+msgid "Naming Conventions for Variable Identifiers"
msgstr ""
-#: 03030303.xhp
-#, fuzzy
+#: 01020100.xhp
msgctxt ""
-"03030303.xhp\n"
-"par_id3161831\n"
+"01020100.xhp\n"
+"par_id3148797\n"
"5\n"
"help.text"
-msgid "Timer"
-msgstr "დრო"
+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 ""
-#: 03030303.xhp
+#: 01020100.xhp
msgctxt ""
-"03030303.xhp\n"
-"hd_id3146975\n"
+"01020100.xhp\n"
+"par_id3156422\n"
"6\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Examples for variable identifiers:"
+msgstr ""
-#: 03030303.xhp
+#: 01020100.xhp
msgctxt ""
-"03030303.xhp\n"
-"par_id3146984\n"
-"7\n"
+"01020100.xhp\n"
+"par_id3156441\n"
+"126\n"
"help.text"
-msgid "Date"
+msgid "Correct"
msgstr ""
-#: 03030303.xhp
+#: 01020100.xhp
msgctxt ""
-"03030303.xhp\n"
-"hd_id3156442\n"
-"8\n"
+"01020100.xhp\n"
+"par_id3149664\n"
+"127\n"
"help.text"
-msgid "Example:"
+msgid "Correct"
msgstr ""
-#: 03030303.xhp
+#: 01020100.xhp
msgctxt ""
-"03030303.xhp\n"
-"par_id3145748\n"
-"12\n"
+"01020100.xhp\n"
+"par_id3146119\n"
+"128\n"
"help.text"
-msgid "MsgBox lSec,0,\"Seconds since midnight\""
+msgid "Correct"
msgstr ""
-#: 03030303.xhp
+#: 01020100.xhp
msgctxt ""
-"03030303.xhp\n"
-"par_id3156283\n"
-"17\n"
+"01020100.xhp\n"
+"par_id3153876\n"
+"11\n"
"help.text"
-msgid "MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSec , 2) ,0,\"The time is\""
+msgid "Not valid, variable with space must be enclosed in square brackets"
msgstr ""
-#: 03020404.xhp
+#: 01020100.xhp
msgctxt ""
-"03020404.xhp\n"
-"tit\n"
+"01020100.xhp\n"
+"par_id3154510\n"
+"15\n"
"help.text"
-msgid "Dir Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Correct"
+msgstr ""
-#: 03020404.xhp
+#: 01020100.xhp
msgctxt ""
-"03020404.xhp\n"
-"bm_id3154347\n"
+"01020100.xhp\n"
+"par_id3150330\n"
+"129\n"
"help.text"
-msgid "<bookmark_value>Dir function</bookmark_value>"
-msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
+msgid "Not valid, special characters are not allowed"
+msgstr ""
-#: 03020404.xhp
-#, fuzzy
+#: 01020100.xhp
msgctxt ""
-"03020404.xhp\n"
-"hd_id3154347\n"
-"1\n"
+"01020100.xhp\n"
+"par_id3154254\n"
+"130\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>"
+msgid "Not valid, variable may not begin with a number"
+msgstr ""
-#: 03020404.xhp
+#: 01020100.xhp
msgctxt ""
-"03020404.xhp\n"
-"par_id3153381\n"
-"2\n"
+"01020100.xhp\n"
+"par_id3149256\n"
+"131\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."
+msgid "Not valid, punctuation marks are not allowed"
msgstr ""
-#: 03020404.xhp
+#: 01020100.xhp
msgctxt ""
-"03020404.xhp\n"
-"hd_id3154365\n"
-"3\n"
+"01020100.xhp\n"
+"hd_id3146317\n"
+"17\n"
"help.text"
-msgid "Syntax:"
+msgid "Declaring Variables"
msgstr ""
-#: 03020404.xhp
+#: 01020100.xhp
msgctxt ""
-"03020404.xhp\n"
-"par_id3156282\n"
-"4\n"
+"01020100.xhp\n"
+"par_id3150299\n"
+"18\n"
"help.text"
-msgid "Dir [(Text As String) [, Attrib As Integer]]"
+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 ""
-#: 03020404.xhp
+#: 01020100.xhp
msgctxt ""
-"03020404.xhp\n"
-"hd_id3156424\n"
-"5\n"
+"01020100.xhp\n"
+"par_id3154118\n"
+"140\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Examples for variable declarations:"
+msgstr ""
-#: 03020404.xhp
+#: 01020100.xhp
msgctxt ""
-"03020404.xhp\n"
-"par_id3153193\n"
-"6\n"
+"01020100.xhp\n"
+"par_id3150982\n"
+"132\n"
"help.text"
-msgid "String"
-msgstr "სტრიქონები"
+msgid "Declares the variable \"a\" as a String"
+msgstr ""
-#: 03020404.xhp
+#: 01020100.xhp
msgctxt ""
-"03020404.xhp\n"
-"hd_id3153770\n"
-"7\n"
+"01020100.xhp\n"
+"par_id3150343\n"
+"133\n"
"help.text"
-msgid "Parameters:"
+msgid "Declares the variable \"a\" as a String"
msgstr ""
-#: 03020404.xhp
+#: 01020100.xhp
msgctxt ""
-"03020404.xhp\n"
-"par_id3161831\n"
-"8\n"
+"01020100.xhp\n"
+"par_id3155507\n"
+"22\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>."
+msgid "Declares one variable as a String and one as an Integer"
msgstr ""
-#: 03020404.xhp
+#: 01020100.xhp
msgctxt ""
-"03020404.xhp\n"
-"par_id3146974\n"
-"9\n"
+"01020100.xhp\n"
+"par_idN10859\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:"
+msgid "Declares c as a Boolean variable that can be TRUE or FALSE"
msgstr ""
-#: 03020404.xhp
+#: 01020100.xhp
msgctxt ""
-"03020404.xhp\n"
-"par_id3149666\n"
-"11\n"
+"01020100.xhp\n"
+"par_id3150519\n"
+"23\n"
"help.text"
-msgid "0 : Normal files."
+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 ""
-#: 03020404.xhp
+#: 01020100.xhp
msgctxt ""
-"03020404.xhp\n"
-"par_id3147427\n"
-"15\n"
+"01020100.xhp\n"
+"par_id3154527\n"
+"134\n"
"help.text"
-msgid "16 : Returns the name of the directory only."
+msgid "Declares \"a\" as a String"
msgstr ""
-#: 03020404.xhp
+#: 01020100.xhp
msgctxt ""
-"03020404.xhp\n"
-"par_id3153952\n"
-"16\n"
+"01020100.xhp\n"
+"par_id3153064\n"
+"135\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."
+msgid "Type-declaration missing: \"a$=\""
msgstr ""
-#: 03020404.xhp
+#: 01020100.xhp
msgctxt ""
-"03020404.xhp\n"
-"par_id3159156\n"
-"17\n"
+"01020100.xhp\n"
+"par_id3144770\n"
+"26\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 (\"\")."
+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 ""
-#: 03020404.xhp
+#: 01020100.xhp
msgctxt ""
-"03020404.xhp\n"
-"par_id3154012\n"
-"18\n"
+"01020100.xhp\n"
+"hd_id3149331\n"
+"27\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."
+msgid "Forcing Variable Declarations"
msgstr ""
-#: 03020404.xhp
+#: 01020100.xhp
msgctxt ""
-"03020404.xhp\n"
-"par_id3147348\n"
-"19\n"
+"01020100.xhp\n"
+"par_id3149443\n"
+"28\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)"
+msgid "To force declaration of variables, use the following command:"
msgstr ""
-#: 03020404.xhp
+#: 01020100.xhp
msgctxt ""
-"03020404.xhp\n"
-"hd_id3154942\n"
-"20\n"
+"01020100.xhp\n"
+"par_id3155072\n"
+"30\n"
"help.text"
-msgid "Example:"
+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 ""
-#: 03020404.xhp
+#: 01020100.xhp
msgctxt ""
-"03020404.xhp\n"
-"par_id3148455\n"
-"22\n"
+"01020100.xhp\n"
+"hd_id3154614\n"
+"34\n"
"help.text"
-msgid "' Displays all files and directories"
+msgid "Variable Types"
msgstr ""
-#: 03020404.xhp
+#: 01020100.xhp
msgctxt ""
-"03020404.xhp\n"
-"par_id3153416\n"
-"27\n"
+"01020100.xhp\n"
+"par_id3155383\n"
+"35\n"
"help.text"
-msgid "sDir=\"Directories:\""
+msgid "$[officename] Basic supports four variable classes:"
msgstr ""
-#: 03020404.xhp
+#: 01020100.xhp
msgctxt ""
-"03020404.xhp\n"
-"par_id3154253\n"
-"34\n"
+"01020100.xhp\n"
+"par_id3153972\n"
+"36\n"
"help.text"
-msgid "' Get the directories"
+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 ""
-#: 03070500.xhp
+#: 01020100.xhp
msgctxt ""
-"03070500.xhp\n"
-"tit\n"
+"01020100.xhp\n"
+"par_id3159226\n"
+"37\n"
"help.text"
-msgid "\"^\" Operator [Runtime]"
+msgid "<emph>String</emph> variables contain character strings."
msgstr ""
-#: 03070500.xhp
+#: 01020100.xhp
msgctxt ""
-"03070500.xhp\n"
-"bm_id3145315\n"
+"01020100.xhp\n"
+"par_id3145217\n"
+"38\n"
"help.text"
-msgid "<bookmark_value>\"^\" operator (mathematical)</bookmark_value>"
+msgid "<emph>Boolean</emph> variables contain either the TRUE or the FALSE value."
msgstr ""
-#: 03070500.xhp
+#: 01020100.xhp
msgctxt ""
-"03070500.xhp\n"
-"hd_id3145315\n"
-"1\n"
+"01020100.xhp\n"
+"par_id3154762\n"
+"39\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03070500.xhp\">\"^\" Operator [Runtime]</link>"
+msgid "<emph>Object</emph> variables can store objects of various types, like tables and documents within a document."
msgstr ""
-#: 03070500.xhp
+#: 01020100.xhp
msgctxt ""
-"03070500.xhp\n"
-"par_id3149670\n"
-"2\n"
+"01020100.xhp\n"
+"hd_id3153805\n"
+"40\n"
"help.text"
-msgid "Raises a number to a power."
+msgid "Integer Variables"
msgstr ""
-#: 03070500.xhp
+#: 01020100.xhp
msgctxt ""
-"03070500.xhp\n"
-"hd_id3147264\n"
-"3\n"
+"01020100.xhp\n"
+"par_id3146966\n"
+"41\n"
"help.text"
-msgid "Syntax:"
+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 ""
-#: 03070500.xhp
+#: 01020100.xhp
msgctxt ""
-"03070500.xhp\n"
-"par_id3149656\n"
-"4\n"
+"01020100.xhp\n"
+"hd_id3147546\n"
+"45\n"
"help.text"
-msgid "Result = Expression ^ Exponent"
+msgid "Long Integer Variables"
msgstr ""
-#: 03070500.xhp
+#: 01020100.xhp
msgctxt ""
-"03070500.xhp\n"
-"hd_id3151211\n"
-"5\n"
+"01020100.xhp\n"
+"par_id3151193\n"
+"46\n"
"help.text"
-msgid "Parameters:"
+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 ""
-#: 03070500.xhp
+#: 01020100.xhp
msgctxt ""
-"03070500.xhp\n"
-"par_id3153192\n"
-"6\n"
+"01020100.xhp\n"
+"hd_id7596972\n"
"help.text"
-msgid "<emph>Result:</emph> Any numerical expression that contains the result of the number raised to a power."
+msgid "Decimal Variables"
msgstr ""
-#: 03070500.xhp
+#: 01020100.xhp
msgctxt ""
-"03070500.xhp\n"
-"par_id3150448\n"
-"7\n"
+"01020100.xhp\n"
+"par_id2649311\n"
"help.text"
-msgid "<emph>Expression:</emph> Numerical value that you want to raise to a power."
+msgid "Decimal variables can take positive or negative numbers or zero. Accuracy is up to 29 digits."
msgstr ""
-#: 03070500.xhp
+#: 01020100.xhp
msgctxt ""
-"03070500.xhp\n"
-"par_id3156422\n"
-"8\n"
+"01020100.xhp\n"
+"par_id7617114\n"
"help.text"
-msgid "<emph>Exponent:</emph> The value of the power that you want to raise the expression to."
+msgid "You can use plus (+) or minus (-) signs as prefixes for decimal numbers (with or without spaces)."
msgstr ""
-#: 03070500.xhp
+#: 01020100.xhp
msgctxt ""
-"03070500.xhp\n"
-"hd_id3147287\n"
-"9\n"
+"01020100.xhp\n"
+"par_id1593676\n"
"help.text"
-msgid "Example:"
+msgid "If a decimal number is assigned to an integer variable, %PRODUCTNAME Basic rounds the figure up or down."
msgstr ""
-#: 03070500.xhp
+#: 01020100.xhp
msgctxt ""
-"03070500.xhp\n"
-"par_id3146984\n"
-"12\n"
+"01020100.xhp\n"
+"hd_id3147500\n"
+"50\n"
"help.text"
-msgid "Print Exp ( 23 * Log( 12.345 ) ) ' Raises by forming a logarithm"
+msgid "Single Variables"
msgstr ""
-#: 03080701.xhp
+#: 01020100.xhp
msgctxt ""
-"03080701.xhp\n"
-"tit\n"
+"01020100.xhp\n"
+"par_id3153070\n"
+"51\n"
"help.text"
-msgid "Sgn Function [Runtime]"
-msgstr "Split Function [Runtime]"
+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 ""
-#: 03080701.xhp
+#: 01020100.xhp
msgctxt ""
-"03080701.xhp\n"
-"bm_id3148474\n"
+"01020100.xhp\n"
+"hd_id3155753\n"
+"54\n"
"help.text"
-msgid "<bookmark_value>Sgn function</bookmark_value>"
-msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
+msgid "Double Variables"
+msgstr ""
-#: 03080701.xhp
-#, fuzzy
+#: 01020100.xhp
msgctxt ""
-"03080701.xhp\n"
-"hd_id3148474\n"
-"1\n"
+"01020100.xhp\n"
+"par_id3150953\n"
+"55\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>"
+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 ""
-#: 03080701.xhp
+#: 01020100.xhp
msgctxt ""
-"03080701.xhp\n"
-"par_id3148686\n"
-"2\n"
+"01020100.xhp\n"
+"hd_id3155747\n"
+"95\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."
+msgid "Currency Variables"
msgstr ""
-#: 03080701.xhp
+#: 01020100.xhp
msgctxt ""
-"03080701.xhp\n"
-"hd_id3156023\n"
-"3\n"
+"01020100.xhp\n"
+"par_id3153337\n"
+"96\n"
"help.text"
-msgid "Syntax:"
+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 ""
-#: 03080701.xhp
+#: 01020100.xhp
msgctxt ""
-"03080701.xhp\n"
-"par_id3153897\n"
-"4\n"
+"01020100.xhp\n"
+"hd_id3148742\n"
+"58\n"
"help.text"
-msgid "Sgn (Number)"
+msgid "String Variables"
msgstr ""
-#: 03080701.xhp
+#: 01020100.xhp
msgctxt ""
-"03080701.xhp\n"
-"hd_id3145069\n"
-"5\n"
+"01020100.xhp\n"
+"par_id3151393\n"
+"59\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+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 ""
-#: 03080701.xhp
+#: 01020100.xhp
msgctxt ""
-"03080701.xhp\n"
-"par_id3150359\n"
-"6\n"
+"01020100.xhp\n"
+"hd_id3150534\n"
+"62\n"
"help.text"
-msgid "Integer"
+msgid "Boolean Variables"
msgstr ""
-#: 03080701.xhp
+#: 01020100.xhp
msgctxt ""
-"03080701.xhp\n"
-"hd_id3150543\n"
-"7\n"
+"01020100.xhp\n"
+"par_id3145632\n"
+"63\n"
"help.text"
-msgid "Parameters:"
+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 ""
-#: 03080701.xhp
+#: 01020100.xhp
msgctxt ""
-"03080701.xhp\n"
-"par_id3154365\n"
-"8\n"
+"01020100.xhp\n"
+"hd_id3149722\n"
+"65\n"
"help.text"
-msgid "<emph>Number:</emph> Numeric expression that determines the value that is returned by the function."
+msgid "Date Variables"
msgstr ""
-#: 03080701.xhp
+#: 01020100.xhp
msgctxt ""
-"03080701.xhp\n"
-"par_id3150767\n"
-"9\n"
+"01020100.xhp\n"
+"par_id3159116\n"
+"66\n"
"help.text"
-msgid "NumExpression"
+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 ""
-#: 03080701.xhp
+#: 01020100.xhp
msgctxt ""
-"03080701.xhp\n"
-"par_id3150441\n"
-"10\n"
+"01020100.xhp\n"
+"hd_id3148732\n"
+"68\n"
"help.text"
-msgid "Return value"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Initial Variable Values"
+msgstr ""
-#: 03080701.xhp
+#: 01020100.xhp
msgctxt ""
-"03080701.xhp\n"
-"par_id3161833\n"
-"11\n"
+"01020100.xhp\n"
+"par_id3154549\n"
+"69\n"
"help.text"
-msgid "negative"
+msgid "As soon as the variable has been declared, it is automatically set to the \"Null\" value. Note the following conventions:"
msgstr ""
-#: 03080701.xhp
+#: 01020100.xhp
msgctxt ""
-"03080701.xhp\n"
-"par_id3155306\n"
-"12\n"
+"01020100.xhp\n"
+"par_id3143222\n"
+"70\n"
"help.text"
-msgid "Sgn returns -1."
+msgid "<emph>Numeric</emph> variables are automatically assigned the value \"0\" as soon as they are declared."
msgstr ""
-#: 03080701.xhp
+#: 01020100.xhp
msgctxt ""
-"03080701.xhp\n"
-"par_id3145271\n"
-"13\n"
+"01020100.xhp\n"
+"par_id3150693\n"
+"71\n"
"help.text"
-msgid "0"
+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 ""
-#: 03080701.xhp
+#: 01020100.xhp
msgctxt ""
-"03080701.xhp\n"
-"par_id3146119\n"
-"14\n"
+"01020100.xhp\n"
+"par_id3154807\n"
+"72\n"
"help.text"
-msgid "Sgn returns 0."
+msgid "<emph>String variables</emph> are assigned an empty-string (\"\") when they are declared."
msgstr ""
-#: 03080701.xhp
+#: 01020100.xhp
msgctxt ""
-"03080701.xhp\n"
-"par_id3153139\n"
-"15\n"
+"01020100.xhp\n"
+"hd_id3153936\n"
+"83\n"
"help.text"
-msgid "positive"
+msgid "Arrays"
msgstr ""
-#: 03080701.xhp
+#: 01020100.xhp
msgctxt ""
-"03080701.xhp\n"
-"par_id3154319\n"
-"16\n"
+"01020100.xhp\n"
+"par_id3148736\n"
+"84\n"
"help.text"
-msgid "Sgn returns 1."
+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 ""
-#: 03080701.xhp
+#: 01020100.xhp
msgctxt ""
-"03080701.xhp\n"
-"hd_id3152576\n"
-"17\n"
+"01020100.xhp\n"
+"par_id3149546\n"
+"85\n"
"help.text"
-msgid "Example:"
+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 ""
-#: 03080701.xhp
-#, fuzzy
+#: 01020100.xhp
msgctxt ""
-"03080701.xhp\n"
-"par_id3155416\n"
-"19\n"
+"01020100.xhp\n"
+"par_id3154567\n"
+"136\n"
"help.text"
-msgid "Print sgn(-10) ' returns -1"
-msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
+msgid "21 elements numbered from 0 to 20"
+msgstr ""
-#: 03080701.xhp
-#, fuzzy
+#: 01020100.xhp
msgctxt ""
-"03080701.xhp\n"
-"par_id3154096\n"
-"20\n"
+"01020100.xhp\n"
+"par_id3154397\n"
+"137\n"
"help.text"
-msgid "Print sgn(0) ' returns 0"
-msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
+msgid "30 elements (a matrix of 6 x 5 elements)"
+msgstr ""
-#: 03080701.xhp
-#, fuzzy
+#: 01020100.xhp
msgctxt ""
-"03080701.xhp\n"
-"par_id3148457\n"
-"21\n"
+"01020100.xhp\n"
+"par_id3149690\n"
+"138\n"
"help.text"
-msgid "Print sgn(10) ' returns 1"
-msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
+msgid "21 elements numbered from 5 to 25"
+msgstr ""
-#: 03090400.xhp
+#: 01020100.xhp
msgctxt ""
-"03090400.xhp\n"
-"tit\n"
+"01020100.xhp\n"
+"par_id3153113\n"
+"89\n"
"help.text"
-msgid "Further Statements"
+msgid "21 elements (including 0), numbered from -15 to 5"
msgstr ""
-#: 03090400.xhp
-#, fuzzy
+#: 01020100.xhp
msgctxt ""
-"03090400.xhp\n"
-"hd_id3145316\n"
-"1\n"
+"01020100.xhp\n"
+"par_id3153005\n"
+"90\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>"
+msgid "The index range can include positive as well as negative numbers."
+msgstr ""
-#: 03090400.xhp
+#: 01020100.xhp
msgctxt ""
-"03090400.xhp\n"
-"par_id3154923\n"
-"2\n"
+"01020100.xhp\n"
+"hd_id3154507\n"
+"91\n"
"help.text"
-msgid "Statements that do not belong to any of the other runtime categories are described here."
+msgid "Constants"
msgstr ""
-#: 03102900.xhp
+#: 01020100.xhp
msgctxt ""
-"03102900.xhp\n"
-"tit\n"
+"01020100.xhp\n"
+"par_id3156357\n"
+"92\n"
"help.text"
-msgid "LBound Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Constants have a fixed value. They are only defined once in the program and cannot be redefined later:"
+msgstr ""
-#: 03102900.xhp
+#: 01020200.xhp
msgctxt ""
-"03102900.xhp\n"
-"bm_id3156027\n"
+"01020200.xhp\n"
+"tit\n"
"help.text"
-msgid "<bookmark_value>LBound function</bookmark_value>"
-msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
+msgid "Using Objects"
+msgstr ""
-#: 03102900.xhp
-#, fuzzy
+#: 01020200.xhp
msgctxt ""
-"03102900.xhp\n"
-"hd_id3156027\n"
+"01020200.xhp\n"
+"hd_id3145645\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>"
+msgid "<variable id=\"01020200\"><link href=\"text/sbasic/shared/01020200.xhp\">Using the Object Catalog</link></variable>"
+msgstr ""
-#: 03102900.xhp
+#: 01020200.xhp
msgctxt ""
-"03102900.xhp\n"
-"par_id3147226\n"
-"2\n"
+"01020200.xhp\n"
+"par_id3153707\n"
+"76\n"
"help.text"
-msgid "Returns the lower boundary of an array."
+msgid "The object catalog provides an overview of all modules and dialogs you have created in $[officename]."
msgstr ""
-#: 03102900.xhp
+#: 01020200.xhp
msgctxt ""
-"03102900.xhp\n"
-"hd_id3148538\n"
-"3\n"
+"01020200.xhp\n"
+"par_id3147346\n"
+"78\n"
"help.text"
-msgid "Syntax:"
+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 ""
-#: 03102900.xhp
+#: 01020200.xhp
msgctxt ""
-"03102900.xhp\n"
-"par_id3150503\n"
-"4\n"
+"01020200.xhp\n"
+"par_id3155114\n"
+"79\n"
"help.text"
-msgid "LBound (ArrayName [, Dimension])"
+msgid "The dialog shows a list of all existing objects in a hierarchical representation. Double-clicking a list entry opens its subordinate objects."
msgstr ""
-#: 03102900.xhp
+#: 01020200.xhp
msgctxt ""
-"03102900.xhp\n"
-"hd_id3150984\n"
-"5\n"
+"01020200.xhp\n"
+"par_id3150786\n"
+"83\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "To display a certain module in the Editor or to position the cursor in a selected SUB or FUNCTION, double click on the corresponding entry."
+msgstr ""
-#: 03102900.xhp
+#: 01020300.xhp
msgctxt ""
-"03102900.xhp\n"
-"par_id3153126\n"
-"6\n"
+"01020300.xhp\n"
+"tit\n"
"help.text"
-msgid "Integer"
+msgid "Using Procedures and Functions"
msgstr ""
-#: 03102900.xhp
+#: 01020300.xhp
msgctxt ""
-"03102900.xhp\n"
-"hd_id3144500\n"
-"7\n"
+"01020300.xhp\n"
+"bm_id3149456\n"
"help.text"
-msgid "Parameters:"
+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 ""
-#: 03102900.xhp
+#: 01020300.xhp
msgctxt ""
-"03102900.xhp\n"
-"par_id3145069\n"
-"8\n"
+"01020300.xhp\n"
+"hd_id3149456\n"
+"1\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."
+msgid "<link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures and Functions</link>"
msgstr ""
-#: 03102900.xhp
+#: 01020300.xhp
msgctxt ""
-"03102900.xhp\n"
-"par_id3149457\n"
-"9\n"
+"01020300.xhp\n"
+"par_id3150767\n"
+"2\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."
+msgid "The following describes the basic use of procedures and functions in $[officename] Basic."
msgstr ""
-#: 03102900.xhp
+#: 01020300.xhp
msgctxt ""
-"03102900.xhp\n"
-"hd_id3145171\n"
-"10\n"
+"01020300.xhp\n"
+"par_id3151215\n"
+"56\n"
"help.text"
-msgid "Example:"
+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 ""
-#: 03102900.xhp
+#: 01020300.xhp
msgctxt ""
-"03102900.xhp\n"
-"par_id3145365\n"
-"18\n"
+"01020300.xhp\n"
+"par_id314756320\n"
"help.text"
-msgid "Print LBound(sVar()) ' Returns 10"
+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 ""
-#: 03102900.xhp
+#: 01020300.xhp
msgctxt ""
-"03102900.xhp\n"
-"par_id3150486\n"
-"19\n"
+"01020300.xhp\n"
+"par_id3154124\n"
+"3\n"
"help.text"
-msgid "Print UBound(sVar()) ' Returns 20"
+msgid "Procedures (SUBS) and functions (FUNCTIONS) help you maintaining a structured overview by separating a program into logical pieces."
msgstr ""
-#: 03102900.xhp
+#: 01020300.xhp
msgctxt ""
-"03102900.xhp\n"
-"par_id3149665\n"
-"20\n"
+"01020300.xhp\n"
+"par_id3153193\n"
+"4\n"
"help.text"
-msgid "Print LBound(sVar(),2) ' Returns 5"
+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 ""
-#: 03102900.xhp
+#: 01020300.xhp
msgctxt ""
-"03102900.xhp\n"
-"par_id3159154\n"
-"21\n"
+"01020300.xhp\n"
+"hd_id3153770\n"
+"26\n"
"help.text"
-msgid "Print UBound(sVar(),2) ' Returns 70"
+msgid "Passing Variables to Procedures (SUB) and Functions (FUNCTION)"
msgstr ""
-#: 03103000.xhp
+#: 01020300.xhp
msgctxt ""
-"03103000.xhp\n"
-"tit\n"
+"01020300.xhp\n"
+"par_id3155414\n"
+"27\n"
"help.text"
-msgid "UBound Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Variables can be passed to both procedures and functions. The SUB or FUNCTION must be declared to expect parameters:"
+msgstr ""
-#: 03103000.xhp
+#: 01020300.xhp
msgctxt ""
-"03103000.xhp\n"
-"bm_id3148538\n"
+"01020300.xhp\n"
+"par_id3151114\n"
+"29\n"
"help.text"
-msgid "<bookmark_value>UBound function</bookmark_value>"
-msgstr "<bookmark_value>Join ფუნქცია</bookmark_value>"
+msgid "Program code"
+msgstr ""
-#: 03103000.xhp
-#, fuzzy
+#: 01020300.xhp
msgctxt ""
-"03103000.xhp\n"
-"hd_id3148538\n"
-"1\n"
+"01020300.xhp\n"
+"par_id3152577\n"
+"31\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>"
+msgid "The SUB is called using the following syntax:"
+msgstr ""
-#: 03103000.xhp
+#: 01020300.xhp
msgctxt ""
-"03103000.xhp\n"
-"par_id3147573\n"
-"2\n"
+"01020300.xhp\n"
+"par_id3147124\n"
+"33\n"
"help.text"
-msgid "Returns the upper boundary of an array."
+msgid "The parameters passed to a SUB must fit to those specified in the SUB declaration."
msgstr ""
-#: 03103000.xhp
+#: 01020300.xhp
msgctxt ""
-"03103000.xhp\n"
-"hd_id3150984\n"
-"3\n"
+"01020300.xhp\n"
+"par_id3147397\n"
+"34\n"
"help.text"
-msgid "Syntax:"
+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 ""
-#: 03103000.xhp
+#: 01020300.xhp
msgctxt ""
-"03103000.xhp\n"
-"par_id3149415\n"
-"4\n"
+"01020300.xhp\n"
+"par_id3156284\n"
+"36\n"
"help.text"
-msgid "UBound (ArrayName [, Dimension])"
+msgid "Program code"
msgstr ""
-#: 03103000.xhp
+#: 01020300.xhp
msgctxt ""
-"03103000.xhp\n"
-"hd_id3153897\n"
-"5\n"
+"01020300.xhp\n"
+"par_id3145799\n"
+"37\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "FunctionName=Result"
+msgstr ""
-#: 03103000.xhp
+#: 01020300.xhp
msgctxt ""
-"03103000.xhp\n"
-"par_id3149670\n"
-"6\n"
+"01020300.xhp\n"
+"par_id3153839\n"
+"39\n"
"help.text"
-msgid "Integer"
+msgid "The FUNCTION is called using the following syntax:"
msgstr ""
-#: 03103000.xhp
+#: 01020300.xhp
msgctxt ""
-"03103000.xhp\n"
-"hd_id3154347\n"
-"7\n"
+"01020300.xhp\n"
+"par_id3146914\n"
+"40\n"
"help.text"
-msgid "Parameters:"
+msgid "Variable=FunctionName(Parameter1, Parameter2,...)"
msgstr ""
-#: 03103000.xhp
+#: 01020300.xhp
msgctxt ""
-"03103000.xhp\n"
-"par_id3153381\n"
-"8\n"
+"01020300.xhp\n"
+"par_idN107B3\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."
+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 ""
-#: 03103000.xhp
+#: 01020300.xhp
msgctxt ""
-"03103000.xhp\n"
-"par_id3148797\n"
-"9\n"
+"01020300.xhp\n"
+"hd_id3156276\n"
+"45\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."
+msgid "Passing Variables by Value or Reference"
msgstr ""
-#: 03103000.xhp
+#: 01020300.xhp
msgctxt ""
-"03103000.xhp\n"
-"hd_id3153192\n"
-"10\n"
+"01020300.xhp\n"
+"par_id3155765\n"
+"47\n"
"help.text"
-msgid "Example:"
+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 ""
-#: 03103000.xhp
+#: 01020300.xhp
msgctxt ""
-"03103000.xhp\n"
-"par_id3152596\n"
-"18\n"
+"01020300.xhp\n"
+"par_id3145640\n"
+"53\n"
"help.text"
-msgid "Print LBound(sVar()) ' Returns 10"
+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 ""
-#: 03103000.xhp
+#: 01020300.xhp
msgctxt ""
-"03103000.xhp\n"
-"par_id3153138\n"
-"19\n"
+"01020300.xhp\n"
+"par_id3150042\n"
+"54\n"
"help.text"
-msgid "Print UBound(sVar()) ' Returns 20"
+msgid "Result = Function(ByVal Parameter)"
msgstr ""
-#: 03103000.xhp
+#: 01020300.xhp
msgctxt ""
-"03103000.xhp\n"
-"par_id3149665\n"
-"20\n"
+"01020300.xhp\n"
+"par_id3149258\n"
+"55\n"
"help.text"
-msgid "Print LBound(sVar(),2) ' Returns 5"
+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 ""
-#: 03103000.xhp
+#: 01020300.xhp
msgctxt ""
-"03103000.xhp\n"
-"par_id3147214\n"
-"21\n"
+"01020300.xhp\n"
+"hd_id3150982\n"
+"57\n"
"help.text"
-msgid "Print UBound(sVar(),2) ' Returns 70"
+msgid "Scope of Variables"
msgstr ""
-#: 03103400.xhp
+#: 01020300.xhp
msgctxt ""
-"03103400.xhp\n"
-"tit\n"
+"01020300.xhp\n"
+"par_id3149814\n"
+"58\n"
"help.text"
-msgid "Public Statement [Runtime]"
+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 ""
-#: 03103400.xhp
+#: 01020300.xhp
msgctxt ""
-"03103400.xhp\n"
-"bm_id3153311\n"
+"01020300.xhp\n"
+"hd_id3154186\n"
+"59\n"
"help.text"
-msgid "<bookmark_value>Public statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
+msgid "Declaring Variables Outside a SUB or FUNCTION"
+msgstr ""
-#: 03103400.xhp
-#, fuzzy
+#: 01020300.xhp
msgctxt ""
-"03103400.xhp\n"
-"hd_id3153311\n"
-"1\n"
+"01020300.xhp\n"
+"par_id3150208\n"
+"111\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>"
+msgid "Global VarName As TYPENAME"
+msgstr ""
-#: 03103400.xhp
+#: 01020300.xhp
msgctxt ""
-"03103400.xhp\n"
-"par_id3150669\n"
-"2\n"
+"01020300.xhp\n"
+"par_id3145258\n"
+"112\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."
+msgid "The variable is valid as long as the $[officename] session lasts."
msgstr ""
-#: 03103400.xhp
+#: 01020300.xhp
msgctxt ""
-"03103400.xhp\n"
-"hd_id3150772\n"
-"3\n"
+"01020300.xhp\n"
+"par_id3153198\n"
+"60\n"
"help.text"
-msgid "Syntax:"
+msgid "Public VarName As TYPENAME"
msgstr ""
-#: 03103400.xhp
+#: 01020300.xhp
msgctxt ""
-"03103400.xhp\n"
-"par_id3155341\n"
-"4\n"
+"01020300.xhp\n"
+"par_id3150088\n"
+"61\n"
"help.text"
-msgid "Public VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]"
+msgid "The variable is valid in all modules."
msgstr ""
-#: 03103400.xhp
+#: 01020300.xhp
msgctxt ""
-"03103400.xhp\n"
-"hd_id3145315\n"
-"5\n"
+"01020300.xhp\n"
+"par_id3158212\n"
+"62\n"
"help.text"
-msgid "Example:"
+msgid "Private VarName As TYPENAME"
msgstr ""
-#: 03132300.xhp
+#: 01020300.xhp
msgctxt ""
-"03132300.xhp\n"
-"tit\n"
+"01020300.xhp\n"
+"par_id3152994\n"
+"63\n"
"help.text"
-msgid "CreateUnoValue Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "The variable is only valid in this module."
+msgstr ""
-#: 03132300.xhp
+#: 01020300.xhp
msgctxt ""
-"03132300.xhp\n"
-"bm_id3150682\n"
+"01020300.xhp\n"
+"par_id3150886\n"
+"64\n"
"help.text"
-msgid "<bookmark_value>CreateUnoValue function</bookmark_value>"
-msgstr "<bookmark_value>CreateUnoValue ფუნქცია</bookmark_value>"
+msgid "Dim VarName As TYPENAME"
+msgstr ""
-#: 03132300.xhp
-#, fuzzy
+#: 01020300.xhp
msgctxt ""
-"03132300.xhp\n"
-"hd_id3150682\n"
-"1\n"
+"01020300.xhp\n"
+"par_id3150368\n"
+"65\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>"
+msgid "The variable is only valid in this module."
+msgstr ""
-#: 03132300.xhp
+#: 01020300.xhp
msgctxt ""
-"03132300.xhp\n"
-"par_id3147291\n"
-"2\n"
+"01020300.xhp\n"
+"hd_id5097506\n"
"help.text"
-msgid "Returns an object that represents a strictly typed value referring to the Uno type system."
-msgstr "აბრუნებს ობიექტს, რომელიც წარმოადგენს პირდაპირ ჩაწერილ მნიშვნელობას, რომელიც მიუთითებს Uno ტიპის სისტემას."
+msgid "Example for private variables"
+msgstr ""
-#: 03132300.xhp
+#: 01020300.xhp
msgctxt ""
-"03132300.xhp\n"
-"par_id3143267\n"
-"3\n"
+"01020300.xhp\n"
+"par_id8738975\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-ის სრული ტიპით."
+msgid "Enforce private variables to be private across modules by setting CompatibilityMode(true)."
+msgstr ""
-#: 03132300.xhp
+#: 01020300.xhp
msgctxt ""
-"03132300.xhp\n"
-"par_id3153626\n"
-"4\n"
+"01020300.xhp\n"
+"par_id9475997\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."
+msgid "myText = \"Hello\""
msgstr ""
-#: 03132300.xhp
+#: 01020300.xhp
msgctxt ""
-"03132300.xhp\n"
-"hd_id3147560\n"
-"5\n"
+"01020300.xhp\n"
+"par_id6933500\n"
"help.text"
-msgid "Syntax:"
+msgid "Print \"In module1 : \", myText"
msgstr ""
-#: 03132300.xhp
+#: 01020300.xhp
msgctxt ""
-"03132300.xhp\n"
-"par_id3154760\n"
-"6\n"
+"01020300.xhp\n"
+"par_id4104129\n"
"help.text"
-msgid "oUnoValue = CreateUnoValue( \"[]byte\", MyBasicValue ) to get a byte sequence."
-msgstr "oUnoValue = CreateUnoValue( \"[]byte\", MyBasicValue ) ბაიტების მიმდევრობის მისაღებად."
+msgid "' Now returns empty string"
+msgstr ""
-#: 03132300.xhp
+#: 01020300.xhp
msgctxt ""
-"03132300.xhp\n"
-"par_id3150541\n"
-"7\n"
+"01020300.xhp\n"
+"par_id7906125\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 სერვიზი."
+msgid "' (or rises error for Option Explicit)"
+msgstr ""
-#: 03132300.xhp
+#: 01020300.xhp
msgctxt ""
-"03132300.xhp\n"
-"par_id3153524\n"
-"8\n"
+"01020300.xhp\n"
+"par_id8055970\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 გაშვება ვერ გამოიცნობს ამ ტიპებს, რადგანაც ისინი არიან განსაზღვრულები მხოლოდ შესაბამის სერვისში."
+msgid "Print \"Now in module2 : \", myText"
+msgstr ""
-#: 03132300.xhp
+#: 01020300.xhp
msgctxt ""
-"03132300.xhp\n"
-"par_id3154366\n"
-"9\n"
+"01020300.xhp\n"
+"hd_id3154368\n"
+"66\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() ფუნქცია."
+msgid "Saving Variable Content after Exiting a SUB or FUNCTION"
+msgstr ""
-#: 03132300.xhp
+#: 01020300.xhp
msgctxt ""
-"03132300.xhp\n"
-"par_id3150769\n"
-"10\n"
+"01020300.xhp\n"
+"par_id3156288\n"
+"67\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-ის გაშვებას."
+msgid "Static VarName As TYPENAME"
+msgstr ""
-#: 03120303.xhp
+#: 01020300.xhp
msgctxt ""
-"03120303.xhp\n"
-"tit\n"
+"01020300.xhp\n"
+"par_id3154486\n"
+"68\n"
"help.text"
-msgid "Left Function [Runtime]"
-msgstr "Split Function [Runtime]"
+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 ""
-#: 03120303.xhp
+#: 01020300.xhp
msgctxt ""
-"03120303.xhp\n"
-"bm_id3149346\n"
+"01020300.xhp\n"
+"hd_id3155809\n"
+"41\n"
"help.text"
-msgid "<bookmark_value>Left function</bookmark_value>"
-msgstr "<bookmark_value>მარცხენა ფუნქცია</bookmark_value>"
+msgid "Specifying the Return Value Type of a FUNCTION"
+msgstr ""
-#: 03120303.xhp
-#, fuzzy
+#: 01020300.xhp
msgctxt ""
-"03120303.xhp\n"
-"hd_id3149346\n"
-"1\n"
+"01020300.xhp\n"
+"par_id3149404\n"
+"42\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>"
+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 ""
-#: 03120303.xhp
+#: 01020500.xhp
msgctxt ""
-"03120303.xhp\n"
-"par_id3147242\n"
-"2\n"
+"01020500.xhp\n"
+"tit\n"
"help.text"
-msgid "Returns the number of leftmost characters that you specify of a string expression."
+msgid "Libraries, Modules and Dialogs"
msgstr ""
-#: 03120303.xhp
+#: 01020500.xhp
msgctxt ""
-"03120303.xhp\n"
-"hd_id3156153\n"
-"3\n"
+"01020500.xhp\n"
+"hd_id3147317\n"
+"1\n"
"help.text"
-msgid "Syntax:"
+msgid "<link href=\"text/sbasic/shared/01020500.xhp\" name=\"Libraries, Modules and Dialogs\">Libraries, Modules and Dialogs</link>"
msgstr ""
-#: 03120303.xhp
+#: 01020500.xhp
msgctxt ""
-"03120303.xhp\n"
-"par_id3150771\n"
-"4\n"
+"01020500.xhp\n"
+"par_id3147427\n"
+"2\n"
"help.text"
-msgid "Left (Text As String, n As Long)"
-msgstr "მარცხენა (ტექსტი როგორც სტრიქონი, n როგორც გრძელი)"
+msgid "The following describes the basic use of libraries, modules and dialogs in $[officename] Basic."
+msgstr ""
-#: 03120303.xhp
+#: 01020500.xhp
msgctxt ""
-"03120303.xhp\n"
-"hd_id3153824\n"
+"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 ""
+
+#: 01020500.xhp
+msgctxt ""
+"01020500.xhp\n"
+"hd_id3148575\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Libraries"
+msgstr ""
-#: 03120303.xhp
+#: 01020500.xhp
msgctxt ""
-"03120303.xhp\n"
-"par_id3147530\n"
+"01020500.xhp\n"
+"par_id3150011\n"
"6\n"
"help.text"
-msgid "String"
-msgstr "სტრიქონები"
+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 ""
-#: 03120303.xhp
+#: 01020500.xhp
msgctxt ""
-"03120303.xhp\n"
-"hd_id3148946\n"
+"01020500.xhp\n"
+"par_id3151112\n"
"7\n"
"help.text"
-msgid "Parameters:"
+msgid "A library can contain up to 16,000 modules."
msgstr ""
-#: 03120303.xhp
+#: 01020500.xhp
msgctxt ""
-"03120303.xhp\n"
-"par_id3148552\n"
+"01020500.xhp\n"
+"hd_id3149262\n"
"8\n"
"help.text"
-msgid "<emph>Text:</emph> Any string expression that you want to return the leftmost characters from."
-msgstr "<emph>ტექსტი:</emph> ნებისმიერი სტრინგული გამოსახულება, რომლიც ყველაზე მარჯვენა ასო-ნიშნების დაბრუნებაც გსურთ."
+msgid "Modules"
+msgstr ""
-#: 03120303.xhp
+#: 01020500.xhp
msgctxt ""
-"03120303.xhp\n"
-"par_id3149456\n"
+"01020500.xhp\n"
+"par_id3156441\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."
-
-#: 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 ფორმატში."
+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 ""
-#: 03120303.xhp
+#: 01020500.xhp
msgctxt ""
-"03120303.xhp\n"
-"hd_id3125863\n"
+"01020500.xhp\n"
+"hd_id3152577\n"
"11\n"
"help.text"
-msgid "Example:"
+msgid "Dialog Modules"
msgstr ""
-#: 03120303.xhp
+#: 01020500.xhp
msgctxt ""
-"03120303.xhp\n"
-"par_id3150448\n"
-"15\n"
+"01020500.xhp\n"
+"par_id3149377\n"
+"12\n"
"help.text"
-msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
+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 ""
-#: 03020412.xhp
+#: 01030000.xhp
msgctxt ""
-"03020412.xhp\n"
+"01030000.xhp\n"
"tit\n"
"help.text"
-msgid "Name Statement [Runtime]"
+msgid "Integrated Development Environment (IDE)"
msgstr ""
-#: 03020412.xhp
+#: 01030000.xhp
msgctxt ""
-"03020412.xhp\n"
-"bm_id3143268\n"
+"01030000.xhp\n"
+"bm_id3145090\n"
"help.text"
-msgid "<bookmark_value>Name statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
+msgid "<bookmark_value>Basic IDE;Integrated Development Environment</bookmark_value><bookmark_value>IDE;Integrated Development Environment</bookmark_value>"
+msgstr ""
-#: 03020412.xhp
-#, fuzzy
+#: 01030000.xhp
msgctxt ""
-"03020412.xhp\n"
-"hd_id3143268\n"
+"01030000.xhp\n"
+"hd_id3145090\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>"
+msgid "<link href=\"text/sbasic/shared/01030000.xhp\" name=\"Integrated Development Environment (IDE)\">Integrated Development Environment (IDE)</link>"
+msgstr ""
-#: 03020412.xhp
+#: 01030000.xhp
msgctxt ""
-"03020412.xhp\n"
-"par_id3154346\n"
+"01030000.xhp\n"
+"par_id3146795\n"
"2\n"
"help.text"
-msgid "Renames an existing file or directory."
+msgid "This section describes the Integrated Development Environment for $[officename] Basic."
msgstr ""
-#: 03020412.xhp
+#: 01030100.xhp
msgctxt ""
-"03020412.xhp\n"
-"hd_id3156344\n"
-"3\n"
+"01030100.xhp\n"
+"tit\n"
"help.text"
-msgid "Syntax:"
+msgid "IDE Overview"
msgstr ""
-#: 03020412.xhp
+#: 01030100.xhp
msgctxt ""
-"03020412.xhp\n"
-"par_id3153381\n"
-"4\n"
+"01030100.xhp\n"
+"hd_id3147291\n"
+"1\n"
"help.text"
-msgid "Name OldName As String As NewName As String"
-msgstr ""
+msgid "<link href=\"text/sbasic/shared/01030100.xhp\" name=\"IDE Overview\">IDE Overview</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 03020412.xhp
+#: 01030100.xhp
msgctxt ""
-"03020412.xhp\n"
-"hd_id3153362\n"
-"5\n"
+"01030100.xhp\n"
+"par_id3156344\n"
+"3\n"
"help.text"
-msgid "Parameters:"
+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 ""
-#: 03020412.xhp
+#: 01030100.xhp
msgctxt ""
-"03020412.xhp\n"
+"01030100.xhp\n"
"par_id3151210\n"
-"6\n"
+"4\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>."
+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 ""
-#: 03020412.xhp
+#: 01030100.xhp
msgctxt ""
-"03020412.xhp\n"
-"hd_id3125863\n"
-"8\n"
+"01030100.xhp\n"
+"par_id3154686\n"
+"5\n"
"help.text"
-msgid "Example:"
+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 ""
-#: 03020412.xhp
+#: 01030100.xhp
msgctxt ""
-"03020412.xhp\n"
-"par_id3152462\n"
-"16\n"
+"01030100.xhp\n"
+"par_id3145787\n"
+"8\n"
"help.text"
-msgid "MsgBox \"File already exists\""
+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 ""
-#: 03104600.xhp
+#: 01030100.xhp
msgctxt ""
-"03104600.xhp\n"
-"tit\n"
+"01030100.xhp\n"
+"par_id3147434\n"
+"6\n"
"help.text"
-msgid "EqualUnoObjects Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "<link href=\"text/sbasic/shared/01050000.xhp\" name=\"Basic IDE\">Basic IDE</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 03104600.xhp
+#: 01030200.xhp
msgctxt ""
-"03104600.xhp\n"
-"bm_id3149205\n"
+"01030200.xhp\n"
+"tit\n"
"help.text"
-msgid "<bookmark_value>EqualUnoObjects function</bookmark_value>"
-msgstr "<bookmark_value>EqualUnoObjects ფუნქცია</bookmark_value>"
+msgid "The Basic Editor"
+msgstr ""
-#: 03104600.xhp
-#, fuzzy
+#: 01030200.xhp
msgctxt ""
-"03104600.xhp\n"
-"hd_id3149205\n"
-"1\n"
+"01030200.xhp\n"
+"bm_id3148647\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>"
+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 ""
-#: 03104600.xhp
+#: 01030200.xhp
msgctxt ""
-"03104600.xhp\n"
-"par_id3145090\n"
-"2\n"
+"01030200.xhp\n"
+"hd_id3147264\n"
+"1\n"
"help.text"
-msgid "Returns True if the two specified Basic Uno objects represent the same Uno object instance."
-msgstr "აბრუნებს ჭეშმარიტ მნიშვნელობას, თუ ორ აღნიშნული ძირითადი ობიექტი Uno წარმოდგენენ Uno-ს ერთი და იგივე შემთხვევას."
+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>"
-#: 03104600.xhp
+#: 01030200.xhp
msgctxt ""
-"03104600.xhp\n"
-"hd_id3148538\n"
+"01030200.xhp\n"
+"par_id3145069\n"
"3\n"
"help.text"
-msgid "Syntax:"
+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 ""
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3150669\n"
-"4\n"
-"help.text"
-msgid "EqualUnoObjects( oObj1, oObj2 )"
-msgstr "EqualUnoObjects( oObj1, oObj2 )"
-
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"hd_id3150984\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03104600.xhp
+#: 01030200.xhp
msgctxt ""
-"03104600.xhp\n"
-"par_id3154285\n"
-"6\n"
+"01030200.xhp\n"
+"par_id3154686\n"
+"31\n"
"help.text"
-msgid "Bool"
+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 ""
-#: 03104600.xhp
+#: 01030200.xhp
msgctxt ""
-"03104600.xhp\n"
-"hd_id3145315\n"
-"7\n"
+"01030200.xhp\n"
+"par_id3151042\n"
+"32\n"
"help.text"
-msgid "Example:"
+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 ""
-#: 03104600.xhp
-msgctxt ""
-"03104600.xhp\n"
-"par_id3156024\n"
-"8\n"
-"help.text"
-msgid "// Copy of objects -> same instance"
-msgstr "// ობიექტების ასლები -> იგივე შემთხვევა"
-
-#: 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\")"
-
-#: 03104600.xhp
+#: 01030200.xhp
msgctxt ""
-"03104600.xhp\n"
-"par_id3147559\n"
-"10\n"
+"01030200.xhp\n"
+"par_id59816\n"
"help.text"
-msgid "oIntro2 = oIntrospection"
-msgstr "oIntro2 = oIntrospection"
+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 ""
-#: 03104600.xhp
+#: 01030200.xhp
msgctxt ""
-"03104600.xhp\n"
-"par_id3150541\n"
-"11\n"
+"01030200.xhp\n"
+"hd_id3125863\n"
+"4\n"
"help.text"
-msgid "print EqualUnoObjects( oIntrospection, oIntro2 )"
-msgstr "print EqualUnoObjects( oIntrospection, oIntro2 )"
+msgid "Navigating in a Project"
+msgstr ""
-#: 03104600.xhp
+#: 01030200.xhp
msgctxt ""
-"03104600.xhp\n"
-"par_id3153525\n"
-"12\n"
+"01030200.xhp\n"
+"hd_id3145785\n"
+"6\n"
"help.text"
-msgid "// Copy of structs as value -> new instance"
-msgstr "// structs-ს ასლი , როგორც მნიშვნელობა -> ახალი შემთხვევა"
+msgid "The Library List"
+msgstr ""
-#: 03104600.xhp
+#: 01030200.xhp
msgctxt ""
-"03104600.xhp\n"
-"par_id3154366\n"
-"13\n"
+"01030200.xhp\n"
+"par_id3146120\n"
+"7\n"
"help.text"
-msgid "Dim Struct1 as new com.sun.star.beans.Property"
-msgstr "Dim Struct1 როგორც ახალი com.sun.star.beans.თვისება"
+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 ""
-#: 03104600.xhp
+#: 01030200.xhp
msgctxt ""
-"03104600.xhp\n"
-"par_id3154348\n"
-"14\n"
+"01030200.xhp\n"
+"hd_id3153190\n"
+"8\n"
"help.text"
-msgid "Struct2 = Struct1"
-msgstr "Struct2 = Struct1"
+msgid "The Object Catalog"
+msgstr ""
-#: 03104600.xhp
+#: 01030200.xhp
msgctxt ""
-"03104600.xhp\n"
-"par_id3154125\n"
+"01030200.xhp\n"
+"hd_id3148647\n"
"15\n"
"help.text"
-msgid "print EqualUnoObjects( Struct1, Struct2 )"
-msgstr "print EqualUnoObjects( Struct1, Struct2 )"
-
-#: 03020405.xhp
-msgctxt ""
-"03020405.xhp\n"
-"tit\n"
-"help.text"
-msgid "FileAttr-Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Saving and Loading Basic Source Code"
+msgstr ""
-#: 03020405.xhp
+#: 01030200.xhp
msgctxt ""
-"03020405.xhp\n"
-"bm_id3153380\n"
+"01030200.xhp\n"
+"par_id3154320\n"
+"16\n"
"help.text"
-msgid "<bookmark_value>FileAttr function</bookmark_value>"
-msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
+msgid "You can save Basic code in a text file for saving and importing in other programming systems."
+msgstr ""
-#: 03020405.xhp
-#, fuzzy
+#: 01030200.xhp
msgctxt ""
-"03020405.xhp\n"
-"hd_id3153380\n"
-"1\n"
+"01030200.xhp\n"
+"par_id3149959\n"
+"25\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>"
+msgid "You cannot save Basic dialogs to a text file."
+msgstr ""
-#: 03020405.xhp
+#: 01030200.xhp
msgctxt ""
-"03020405.xhp\n"
-"par_id3154366\n"
-"2\n"
+"01030200.xhp\n"
+"hd_id3149403\n"
+"17\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)."
+msgid "Saving Source Code to a Text File"
msgstr ""
-#: 03020405.xhp
+#: 01030200.xhp
msgctxt ""
-"03020405.xhp\n"
-"par_id3153364\n"
-"3\n"
+"01030200.xhp\n"
+"par_id3150327\n"
+"18\n"
"help.text"
-msgid "If you use a 32-Bit operating system, you cannot use the FileAttr-Function to determine the file access number."
+msgid "Select the module that you want to export as text from the object catalog."
msgstr ""
-#: 03020405.xhp
+#: 01030200.xhp
msgctxt ""
-"03020405.xhp\n"
-"par_id3163713\n"
-"4\n"
+"01030200.xhp\n"
+"par_id3150752\n"
+"19\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>"
+msgid "Click the <emph>Save Source As</emph> icon in the Macro toolbar."
msgstr ""
-#: 03020405.xhp
+#: 01030200.xhp
msgctxt ""
-"03020405.xhp\n"
-"hd_id3151116\n"
-"5\n"
+"01030200.xhp\n"
+"par_id3154754\n"
+"20\n"
"help.text"
-msgid "Syntax:"
+msgid "Select a file name and click <emph>OK</emph> to save the file."
msgstr ""
-#: 03020405.xhp
+#: 01030200.xhp
msgctxt ""
-"03020405.xhp\n"
-"par_id3154012\n"
-"6\n"
+"01030200.xhp\n"
+"hd_id3159264\n"
+"21\n"
"help.text"
-msgid "FileAttr (FileNumber As Integer, Attribute As Integer)"
+msgid "Loading Source Code From a Text File"
msgstr ""
-#: 03020405.xhp
+#: 01030200.xhp
msgctxt ""
-"03020405.xhp\n"
-"hd_id3147349\n"
-"7\n"
+"01030200.xhp\n"
+"par_id3147343\n"
+"22\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Select the module where you want to import the source code from the object catalog."
+msgstr ""
-#: 03020405.xhp
+#: 01030200.xhp
msgctxt ""
-"03020405.xhp\n"
-"par_id3146974\n"
-"8\n"
+"01030200.xhp\n"
+"par_id3145230\n"
+"23\n"
"help.text"
-msgid "Integer"
+msgid "Position the cursor where you want to insert the program code."
msgstr ""
-#: 03020405.xhp
+#: 01030200.xhp
msgctxt ""
-"03020405.xhp\n"
-"hd_id3153728\n"
-"9\n"
+"01030200.xhp\n"
+"par_id3149565\n"
+"24\n"
"help.text"
-msgid "Parameters:"
+msgid "Click the <emph>Insert Source Text</emph> icon in the Macro toolbar."
msgstr ""
-#: 03020405.xhp
+#: 01030200.xhp
msgctxt ""
-"03020405.xhp\n"
-"par_id3151074\n"
-"10\n"
+"01030200.xhp\n"
+"par_id3154020\n"
+"33\n"
"help.text"
-msgid "<emph>FileNumber:</emph> The number of the file that was opened with the Open statement."
+msgid "Select the text file containing the source code and click <emph>OK</emph>."
msgstr ""
-#: 03020405.xhp
+#: 01030200.xhp
msgctxt ""
-"03020405.xhp\n"
-"par_id3144766\n"
-"11\n"
+"01030200.xhp\n"
+"par_id3153198\n"
+"29\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 ""
+msgid "<link href=\"text/sbasic/shared/01050000.xhp\" name=\"Basic IDE\">Basic IDE</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 03020405.xhp
+#: 01030300.xhp
msgctxt ""
-"03020405.xhp\n"
-"par_id3147396\n"
-"12\n"
+"01030300.xhp\n"
+"tit\n"
"help.text"
-msgid "1: The FileAttr-Function indicates the access mode of the file."
+msgid "Debugging a Basic Program"
msgstr ""
-#: 03020405.xhp
+#: 01030300.xhp
msgctxt ""
-"03020405.xhp\n"
-"par_id3149959\n"
-"13\n"
+"01030300.xhp\n"
+"bm_id3153344\n"
"help.text"
-msgid "2: The FileAttr-Function returns the file access number of the operating system."
+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 ""
-#: 03020405.xhp
+#: 01030300.xhp
msgctxt ""
-"03020405.xhp\n"
-"par_id3154018\n"
-"14\n"
+"01030300.xhp\n"
+"hd_id3153344\n"
+"1\n"
"help.text"
-msgid "If you specify a parameter attribute with a value of 1, the following return values apply:"
+msgid "<link href=\"text/sbasic/shared/01030300.xhp\">Debugging a Basic Program</link>"
msgstr ""
-#: 03020405.xhp
+#: 01030300.xhp
msgctxt ""
-"03020405.xhp\n"
-"par_id3149124\n"
-"15\n"
+"01030300.xhp\n"
+"hd_id3159224\n"
+"4\n"
"help.text"
-msgid "1 - INPUT (file open for input)"
+msgid "Breakpoints and Single Step Execution"
msgstr ""
-#: 03020405.xhp
+#: 01030300.xhp
msgctxt ""
-"03020405.xhp\n"
-"par_id3156275\n"
-"16\n"
+"01030300.xhp\n"
+"par_id3150682\n"
+"5\n"
"help.text"
-msgid "2 - OUTPUT (file open for output)"
+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 ""
-#: 03020405.xhp
+#: 01030300.xhp
msgctxt ""
-"03020405.xhp\n"
-"par_id3155066\n"
-"17\n"
+"01030300.xhp\n"
+"par_id3147303\n"
+"7\n"
"help.text"
-msgid "4 - RANDOM (file open for random access)"
+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 ""
-#: 03020405.xhp
+#: 01030300.xhp
msgctxt ""
-"03020405.xhp\n"
-"par_id3148406\n"
-"18\n"
+"01030300.xhp\n"
+"par_id3155805\n"
+"8\n"
"help.text"
-msgid "8 - APPEND (file open for appending)"
+msgid "The <emph>single step </emph>execution using the <emph>Single Step</emph> icon causes the program to branch into procedures and functions."
msgstr ""
-#: 03020405.xhp
+#: 01030300.xhp
msgctxt ""
-"03020405.xhp\n"
-"par_id3154757\n"
-"19\n"
+"01030300.xhp\n"
+"par_id3151110\n"
+"25\n"
"help.text"
-msgid "32 - BINARY (file open in binary mode)."
+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 ""
-#: 03020405.xhp
+#: 01030300.xhp
msgctxt ""
-"03020405.xhp\n"
-"hd_id3147339\n"
-"20\n"
+"01030300.xhp\n"
+"hd_id3153825\n"
+"9\n"
"help.text"
-msgid "Example:"
+msgid "Properties of a Breakpoint"
msgstr ""
-#: 03020405.xhp
+#: 01030300.xhp
msgctxt ""
-"03020405.xhp\n"
-"par_id3155607\n"
-"29\n"
+"01030300.xhp\n"
+"par_id3147574\n"
+"26\n"
"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
+msgid "The properties of a breakpoint are available through its context menu by right-clicking the breakpoint in the breakpoint column."
msgstr ""
-#: 03020405.xhp
+#: 01030300.xhp
msgctxt ""
-"03020405.xhp\n"
-"par_id3150361\n"
-"30\n"
+"01030300.xhp\n"
+"par_id3148473\n"
+"10\n"
"help.text"
-msgid "MsgBox FileAttr(#iNumber, 1 ),0,\"Access mode\""
+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 ""
-#: 03020405.xhp
+#: 01030300.xhp
msgctxt ""
-"03020405.xhp\n"
-"par_id3149817\n"
-"31\n"
+"01030300.xhp\n"
+"par_id3159413\n"
+"27\n"
"help.text"
-msgid "MsgBox FileAttr(#iNumber, 2 ),0,\"File attribute\""
+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 ""
-#: 03080301.xhp
+#: 01030300.xhp
msgctxt ""
-"03080301.xhp\n"
-"tit\n"
+"01030300.xhp\n"
+"par_id3156280\n"
+"11\n"
"help.text"
-msgid "Randomize Statement [Runtime]"
+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 ""
-#: 03080301.xhp
+#: 01030300.xhp
msgctxt ""
-"03080301.xhp\n"
-"bm_id3150616\n"
+"01030300.xhp\n"
+"par_id3158407\n"
+"12\n"
"help.text"
-msgid "<bookmark_value>Randomize statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
+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 ""
-#: 03080301.xhp
-#, fuzzy
+#: 01030300.xhp
msgctxt ""
-"03080301.xhp\n"
-"hd_id3150616\n"
-"1\n"
+"01030300.xhp\n"
+"par_id3153968\n"
+"13\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>"
+msgid "Click <emph>Delete</emph> to remove the breakpoint from the program."
+msgstr ""
-#: 03080301.xhp
+#: 01030300.xhp
msgctxt ""
-"03080301.xhp\n"
-"par_id3145090\n"
-"2\n"
+"01030300.xhp\n"
+"hd_id3150439\n"
+"14\n"
"help.text"
-msgid "Initializes the random-number generator."
+msgid "Observing the Value of Variables"
msgstr ""
-#: 03080301.xhp
+#: 01030300.xhp
msgctxt ""
-"03080301.xhp\n"
-"hd_id3147573\n"
-"3\n"
+"01030300.xhp\n"
+"par_id3153368\n"
+"15\n"
"help.text"
-msgid "Syntax:"
+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 ""
-#: 03080301.xhp
+#: 01030300.xhp
msgctxt ""
-"03080301.xhp\n"
-"par_id3145315\n"
-"4\n"
+"01030300.xhp\n"
+"par_id3146986\n"
+"16\n"
"help.text"
-msgid "Randomize [Number]"
+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 ""
-#: 03080301.xhp
+#: 01030300.xhp
msgctxt ""
-"03080301.xhp\n"
-"hd_id3152456\n"
-"5\n"
+"01030300.xhp\n"
+"par_id3145272\n"
+"17\n"
"help.text"
-msgid "Parameters:"
+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 ""
-#: 03080301.xhp
-#, fuzzy
+#: 01030300.xhp
msgctxt ""
-"03080301.xhp\n"
-"par_id3149670\n"
-"6\n"
+"01030300.xhp\n"
+"par_id3145749\n"
+"19\n"
"help.text"
-msgid "<emph>Number:</emph> Any integer value that initializes the random-number generator."
-msgstr "<emph>რიცხვი</emph> არის თარიღის შიდა რიცხვი."
+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 ""
-#: 03080301.xhp
+#: 01030300.xhp
msgctxt ""
-"03080301.xhp\n"
-"hd_id3149655\n"
-"7\n"
+"01030300.xhp\n"
+"hd_id3148618\n"
+"20\n"
"help.text"
-msgid "Example:"
+msgid "The Call Stack Window"
msgstr ""
-#: 03080301.xhp
+#: 01030300.xhp
msgctxt ""
-"03080301.xhp\n"
-"par_id3147288\n"
-"14\n"
+"01030300.xhp\n"
+"par_id3154491\n"
+"21\n"
"help.text"
-msgid "iVar = Int((10 * Rnd) ) ' Range from 0 To 9"
+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 ""
-#: 03080301.xhp
+#: 01030300.xhp
msgctxt ""
-"03080301.xhp\n"
-"par_id3148617\n"
-"22\n"
+"01030300.xhp\n"
+"hd_id3150594\n"
+"24\n"
"help.text"
-msgid "MsgBox sText,0,\"Spectral Distribution\""
+msgid "List of Run-Time Errors"
msgstr ""
-#: 03104300.xhp
+#: 01030400.xhp
msgctxt ""
-"03104300.xhp\n"
+"01030400.xhp\n"
"tit\n"
"help.text"
-msgid "DimArray Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"bm_id3150616\n"
-"help.text"
-msgid "<bookmark_value>DimArray function</bookmark_value>"
-msgstr "<bookmark_value>CVErr ფუნქცია</bookmark_value>"
-
-#: 03104300.xhp
-#, fuzzy
-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>"
+msgid "Organizing Libraries and Modules"
+msgstr ""
-#: 03104300.xhp
+#: 01030400.xhp
msgctxt ""
-"03104300.xhp\n"
-"par_id3153527\n"
-"2\n"
+"01030400.xhp\n"
+"bm_id3148797\n"
"help.text"
-msgid "Returns a Variant array."
+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 ""
-#: 03104300.xhp
+#: 01030400.xhp
msgctxt ""
-"03104300.xhp\n"
-"hd_id3149762\n"
-"3\n"
+"01030400.xhp\n"
+"hd_id3148797\n"
+"1\n"
"help.text"
-msgid "Syntax:"
+msgid "<variable id=\"01030400\"><link href=\"text/sbasic/shared/01030400.xhp\">Organizing Libraries and Modules</link></variable>"
msgstr ""
-#: 03104300.xhp
+#: 01030400.xhp
msgctxt ""
-"03104300.xhp\n"
-"par_id3148473\n"
+"01030400.xhp\n"
+"hd_id3150868\n"
"4\n"
"help.text"
-msgid "DimArray ( Argument list)"
+msgid "Organizing Libraries"
msgstr ""
-#: 03104300.xhp
+#: 01030400.xhp
msgctxt ""
-"03104300.xhp\n"
-"par_id3154142\n"
+"01030400.xhp\n"
+"hd_id3125864\n"
"5\n"
"help.text"
-msgid "See also <link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array\">Array</link>"
+msgid "Creating a New Library"
msgstr ""
-#: 03104300.xhp
+#: 01030400.xhp
msgctxt ""
-"03104300.xhp\n"
-"par_id3156023\n"
+"01030400.xhp\n"
+"par_id3152576\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 ""
-
-#: 03104300.xhp
-msgctxt ""
-"03104300.xhp\n"
-"hd_id3154760\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
+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 ""
-#: 03104300.xhp
+#: 01030400.xhp
msgctxt ""
-"03104300.xhp\n"
-"par_id3159414\n"
+"01030400.xhp\n"
+"par_id3153726\n"
"8\n"
"help.text"
-msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
+msgid "Click the <emph>Libraries</emph> tab."
msgstr ""
-#: 03104300.xhp
+#: 01030400.xhp
msgctxt ""
-"03104300.xhp\n"
-"hd_id3150358\n"
+"01030400.xhp\n"
+"par_id3149664\n"
"9\n"
"help.text"
-msgid "Example:"
+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 ""
-#: 03104300.xhp
+#: 01030400.xhp
msgctxt ""
-"03104300.xhp\n"
-"par_id3154939\n"
+"01030400.xhp\n"
+"par_id3153365\n"
"10\n"
"help.text"
-msgid "DimArray( 2, 2, 4 ) is the same as DIM a( 2, 2, 4 )"
+msgid "Click <emph>New</emph> and insert a name to create a new library."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"tit\n"
+"01030400.xhp\n"
+"hd_id3147394\n"
+"48\n"
"help.text"
-msgid "TypeName Function; VarType Function[Runtime]"
+msgid "Import a Library"
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"bm_id3143267\n"
+"01030400.xhp\n"
+"par_id3153157\n"
+"49\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>"
+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 ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"hd_id3143267\n"
-"1\n"
+"01030400.xhp\n"
+"par_id3146972\n"
+"50\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03103600.xhp\" name=\"TypeName Function; VarType Function[Runtime]\">TypeName Function; VarType Function[Runtime]</link>"
+msgid "Click the <emph>Libraries</emph> tab."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3159157\n"
-"2\n"
+"01030400.xhp\n"
+"par_id3145640\n"
+"51\n"
"help.text"
-msgid "Returns a string (TypeName) or a numeric value (VarType) that contains information for a variable."
+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 ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"hd_id3153825\n"
-"3\n"
+"01030400.xhp\n"
+"par_id3154253\n"
+"52\n"
"help.text"
-msgid "Syntax:"
+msgid "Click <emph>Import...</emph> and select an external library to import."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3155341\n"
-"4\n"
+"01030400.xhp\n"
+"par_id3154705\n"
+"53\n"
"help.text"
-msgid "TypeName (Variable)VarType (Variable)"
+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 ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"hd_id3145610\n"
-"5\n"
+"01030400.xhp\n"
+"par_id3163807\n"
+"54\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+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 ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3148947\n"
-"6\n"
+"01030400.xhp\n"
+"par_id3145228\n"
+"55\n"
"help.text"
-msgid "String; Integer"
+msgid "Check the <emph>Replace existing libraries</emph> box if you want existing libraries of the same name to be overwritten."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"hd_id3146795\n"
-"7\n"
+"01030400.xhp\n"
+"par_id3147004\n"
+"56\n"
"help.text"
-msgid "Parameters:"
+msgid "Click <emph>OK</emph> to import the library."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3148664\n"
-"8\n"
+"01030400.xhp\n"
+"hd_id3159099\n"
+"17\n"
"help.text"
-msgid "<emph>Variable:</emph> The variable that you want to determine the type of. You can use the following values:"
+msgid "Export a Library"
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3145171\n"
-"9\n"
+"01030400.xhp\n"
+"par_id3147005\n"
+"70\n"
"help.text"
-msgid "key word"
+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 ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3156212\n"
-"10\n"
+"01030400.xhp\n"
+"par_id3147006\n"
+"71\n"
"help.text"
-msgid "VarType"
+msgid "Click the <emph>Libraries</emph> tab."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3154684\n"
-"11\n"
+"01030400.xhp\n"
+"par_id3147007\n"
+"72\n"
"help.text"
-msgid "Variable type"
+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 ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3151041\n"
-"12\n"
+"01030400.xhp\n"
+"par_id3147008\n"
+"73\n"
"help.text"
-msgid "Boolean"
+msgid "Click <emph>Export...</emph>"
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3153367\n"
-"13\n"
+"01030400.xhp\n"
+"par_id3147009\n"
+"74\n"
"help.text"
-msgid "11"
+msgid "Choose whether you want to export the library as an extension or as a basic library."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3148645\n"
-"14\n"
+"01030400.xhp\n"
+"par_id3147010\n"
+"75\n"
"help.text"
-msgid "Boolean variable"
-msgstr ""
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპუნეთ <emph>OK</emph>."
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3153138\n"
-"15\n"
+"01030400.xhp\n"
+"par_id3147011\n"
+"76\n"
"help.text"
-msgid "Date"
+msgid "Select where you want your library exported."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3153363\n"
-"16\n"
+"01030400.xhp\n"
+"par_id3147012\n"
+"77\n"
"help.text"
-msgid "7"
+msgid "Click <emph>Save</emph> to export the library."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3155411\n"
+"01030400.xhp\n"
+"hd_id3159100\n"
"17\n"
"help.text"
-msgid "Date variable"
+msgid "Deleting a Library"
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3146975\n"
+"01030400.xhp\n"
+"par_id3150086\n"
"18\n"
"help.text"
-msgid "Double"
+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 ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3150486\n"
-"19\n"
+"01030400.xhp\n"
+"par_id3146808\n"
+"57\n"
"help.text"
-msgid "5"
+msgid "Click the <emph>Libraries</emph> tab."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3148616\n"
-"20\n"
+"01030400.xhp\n"
+"par_id3158212\n"
+"58\n"
"help.text"
-msgid "Double floating point variable"
+msgid "Select the library to be deleted from the list."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3148457\n"
-"21\n"
+"01030400.xhp\n"
+"par_id3150361\n"
+"20\n"
"help.text"
-msgid "Integer"
+msgid "Click <emph>Delete</emph>."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3145647\n"
-"22\n"
+"01030400.xhp\n"
+"par_id3152986\n"
+"19\n"
"help.text"
-msgid "2"
+msgid "Deleting a library permanently deletes all existing modules and corresponding procedures and functions."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3154490\n"
-"23\n"
+"01030400.xhp\n"
+"par_id3148868\n"
+"59\n"
"help.text"
-msgid "Integer variable"
+msgid "You cannot delete the default library named \"Standard\"."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3149960\n"
-"24\n"
+"01030400.xhp\n"
+"par_id3146869\n"
+"60\n"
"help.text"
-msgid "Long"
+msgid "If you delete a library that was inserted as reference only the reference is deleted but not the library itself."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3154513\n"
-"25\n"
+"01030400.xhp\n"
+"hd_id3147070\n"
+"21\n"
"help.text"
-msgid "3"
+msgid "Organizing Modules and Dialogs"
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3151318\n"
-"26\n"
+"01030400.xhp\n"
+"hd_id3155265\n"
+"61\n"
"help.text"
-msgid "Long integer variable"
+msgid "Creating a New Module or Dialog"
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3146972\n"
-"27\n"
+"01030400.xhp\n"
+"par_id3154537\n"
+"62\n"
"help.text"
-msgid "Object"
-msgstr "ობიექტი"
+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 ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3154482\n"
-"28\n"
+"01030400.xhp\n"
+"par_id3146781\n"
+"63\n"
"help.text"
-msgid "9"
+msgid "Click the <emph>Modules</emph> tab or the <emph>Dialogs</emph> tab."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3150323\n"
-"29\n"
+"01030400.xhp\n"
+"par_id3159206\n"
+"64\n"
"help.text"
-msgid "Object variable"
+msgid "Select the library where the module will be inserted and click <emph>New</emph>."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3148405\n"
-"30\n"
+"01030400.xhp\n"
+"par_id3152389\n"
+"65\n"
"help.text"
-msgid "Single"
+msgid "Enter a name for the module or the dialog and click <emph>OK</emph>."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3149020\n"
-"31\n"
+"01030400.xhp\n"
+"hd_id3152872\n"
+"25\n"
"help.text"
-msgid "4"
+msgid "Renaming a Module or Dialog"
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3147341\n"
-"32\n"
+"01030400.xhp\n"
+"par_id3159230\n"
+"66\n"
"help.text"
-msgid "Single floating-point variable"
+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 ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3155901\n"
-"33\n"
+"01030400.xhp\n"
+"par_id3150046\n"
+"67\n"
"help.text"
-msgid "String"
-msgstr "სტრიქონები"
+msgid "Click the module to be renamed twice, with a pause between the clicks. Enter the new name."
+msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3155960\n"
-"34\n"
+"01030400.xhp\n"
+"par_id3153801\n"
+"27\n"
"help.text"
-msgid "8"
-msgstr "8"
+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 ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3146313\n"
-"35\n"
+"01030400.xhp\n"
+"par_id3155526\n"
+"28\n"
"help.text"
-msgid "String variable"
+msgid "Press Enter to confirm your changes."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3145149\n"
-"36\n"
+"01030400.xhp\n"
+"hd_id3146963\n"
+"29\n"
"help.text"
-msgid "Variant"
+msgid "Deleting a Module or Dialog"
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3154021\n"
-"37\n"
+"01030400.xhp\n"
+"par_id3147547\n"
+"68\n"
"help.text"
-msgid "12"
+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 ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3145789\n"
-"38\n"
+"01030400.xhp\n"
+"par_id3150958\n"
+"69\n"
"help.text"
-msgid "Variant variable (can contain all types specified by the definition)"
+msgid "Click the <emph>Modules</emph> tab or the <emph>Dialogs</emph> tab."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3148630\n"
-"39\n"
+"01030400.xhp\n"
+"par_id3149870\n"
+"30\n"
"help.text"
-msgid "Empty"
+msgid "Select the module or dialog to be deleted from the list. Double-click an entry to reveal sub-entries, if required."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3152584\n"
-"40\n"
+"01030400.xhp\n"
+"par_id3147248\n"
+"32\n"
"help.text"
-msgid "0"
+msgid "Click <emph>Delete</emph>."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3151278\n"
-"41\n"
+"01030400.xhp\n"
+"par_id3151339\n"
+"31\n"
"help.text"
-msgid "Variable is not initialized"
+msgid "Deleting a module permanently deletes all existing procedures and functions in that module."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3154576\n"
-"42\n"
+"01030400.xhp\n"
+"hd_id3151392\n"
+"33\n"
"help.text"
-msgid "Null"
-msgstr "ნული"
+msgid "Organizing Projects among Documents or Templates"
+msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3166424\n"
-"43\n"
+"01030400.xhp\n"
+"hd_id3156400\n"
+"36\n"
"help.text"
-msgid "1"
+msgid "Moving or copying modules between documents, templates and the application."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3145131\n"
-"44\n"
+"01030400.xhp\n"
+"par_id3146819\n"
+"37\n"
"help.text"
-msgid "No valid data"
+msgid "Open all documents or templates among which you want to move or copy the modules or dialogs."
msgstr ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"hd_id3149338\n"
-"45\n"
+"01030400.xhp\n"
+"par_id3149319\n"
+"38\n"
"help.text"
-msgid "Example:"
+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 ""
-#: 03103600.xhp
+#: 01030400.xhp
msgctxt ""
-"03103600.xhp\n"
-"par_id3148817\n"
-"58\n"
+"01030400.xhp\n"
+"par_id3145637\n"
+"39\n"
"help.text"
-msgid "TypeName(lVar) & \" \" & VarType(lVar),0,\"Some types In $[officename] Basic\""
+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 ""
-#: 03030201.xhp
+#: 01040000.xhp
msgctxt ""
-"03030201.xhp\n"
+"01040000.xhp\n"
"tit\n"
"help.text"
-msgid "Hour Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Event-Driven Macros"
+msgstr ""
-#: 03030201.xhp
+#: 01040000.xhp
msgctxt ""
-"03030201.xhp\n"
-"bm_id3156042\n"
+"01040000.xhp\n"
+"bm_id3154581\n"
"help.text"
-msgid "<bookmark_value>Hour function</bookmark_value>"
-msgstr "<bookmark_value>CCur ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>deleting; macro assignments to events</bookmark_value> <bookmark_value>macros; assigning to events</bookmark_value> <bookmark_value>assigning macros to events</bookmark_value> <bookmark_value>events; assigning macros</bookmark_value>"
+msgstr ""
-#: 03030201.xhp
-#, fuzzy
+#: 01040000.xhp
msgctxt ""
-"03030201.xhp\n"
-"hd_id3156042\n"
+"01040000.xhp\n"
+"hd_id3147348\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>"
-
-#: 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."
+msgid "<link href=\"text/sbasic/shared/01040000.xhp\" name=\"Event-Driven Macros\">Event-Driven Macros</link>"
msgstr ""
-#: 03030201.xhp
+#: 01040000.xhp
msgctxt ""
-"03030201.xhp\n"
-"hd_id3147574\n"
-"3\n"
+"01040000.xhp\n"
+"par_id3146120\n"
+"2\n"
"help.text"
-msgid "Syntax:"
+msgid "This section describes how to assign Basic programs to program events."
msgstr ""
-#: 03030201.xhp
+#: 01040000.xhp
msgctxt ""
-"03030201.xhp\n"
-"par_id3147264\n"
+"01040000.xhp\n"
+"par_id3149263\n"
"4\n"
"help.text"
-msgid "Hour (Number)"
+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
+#: 01040000.xhp
msgctxt ""
-"03030201.xhp\n"
-"hd_id3145069\n"
+"01040000.xhp\n"
+"par_id3148455\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Event"
+msgstr "მოვლენა"
-#: 03030201.xhp
+#: 01040000.xhp
msgctxt ""
-"03030201.xhp\n"
-"par_id3149670\n"
+"01040000.xhp\n"
+"par_id3145799\n"
"6\n"
"help.text"
-msgid "Integer"
+msgid "An assigned macro is executed..."
msgstr ""
-#: 03030201.xhp
+#: 01040000.xhp
msgctxt ""
-"03030201.xhp\n"
-"hd_id3150359\n"
+"01040000.xhp\n"
+"par_id3149379\n"
"7\n"
"help.text"
-msgid "Parameters:"
+msgid "Program Start"
msgstr ""
-#: 03030201.xhp
+#: 01040000.xhp
msgctxt ""
-"03030201.xhp\n"
-"par_id3154366\n"
+"01040000.xhp\n"
+"par_id3150715\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."
+msgid "... after a $[officename] application is started."
msgstr ""
-#: 03030201.xhp
+#: 01040000.xhp
msgctxt ""
-"03030201.xhp\n"
-"par_id3154909\n"
+"01040000.xhp\n"
+"par_id3146914\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"
+msgid "Program End"
msgstr ""
-#: 03030201.xhp
+#: 01040000.xhp
msgctxt ""
-"03030201.xhp\n"
-"par_id3163798\n"
+"01040000.xhp\n"
+"par_id3153765\n"
"10\n"
"help.text"
-msgid "Print Hour(TimeSerial(12,30,41))"
+msgid "...before a $[officename] application is terminated."
msgstr ""
-#: 03030201.xhp
+#: 01040000.xhp
msgctxt ""
-"03030201.xhp\n"
-"par_id3155132\n"
+"01040000.xhp\n"
+"par_id3145150\n"
"11\n"
"help.text"
-msgid "returns the value 12."
+msgid "Create Document"
msgstr ""
-#: 03030201.xhp
+#: 01040000.xhp
msgctxt ""
-"03030201.xhp\n"
-"hd_id3147348\n"
+"01040000.xhp\n"
+"par_id3163808\n"
"12\n"
"help.text"
-msgid "Example:"
+msgid "...after a new document is created with <emph>File - New</emph> or with the <emph>New</emph> icon."
msgstr ""
-#: 03030201.xhp
+#: 01040000.xhp
msgctxt ""
-"03030201.xhp\n"
-"par_id3146985\n"
+"01040000.xhp\n"
+"par_id3145790\n"
"13\n"
"help.text"
-msgid "Sub ExampleHour"
-msgstr "Sub ExampleStr"
+msgid "Open Document"
+msgstr ""
-#: 03030201.xhp
+#: 01040000.xhp
msgctxt ""
-"03030201.xhp\n"
-"par_id3156441\n"
+"01040000.xhp\n"
+"par_id3154572\n"
"14\n"
"help.text"
-msgid "Print \"The current hour is \" & Hour( Now )"
+msgid "...after a document is opened with <emph>File - Open</emph> or with the <emph>Open</emph> icon."
msgstr ""
-#: 03030201.xhp
+#: 01040000.xhp
msgctxt ""
-"03030201.xhp\n"
-"par_id3153145\n"
+"01040000.xhp\n"
+"par_id3153266\n"
"15\n"
"help.text"
-msgid "End Sub"
-msgstr ""
-
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"tit\n"
-"help.text"
-msgid "End Statement [Runtime]"
+msgid "Save Document As"
msgstr ""
-#: 03090404.xhp
-msgctxt ""
-"03090404.xhp\n"
-"bm_id3150771\n"
-"help.text"
-msgid "<bookmark_value>End statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-
-#: 03090404.xhp
-#, fuzzy
-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>"
-
-#: 03090404.xhp
+#: 01040000.xhp
msgctxt ""
-"03090404.xhp\n"
-"par_id3153126\n"
-"2\n"
+"01040000.xhp\n"
+"par_id3150208\n"
+"16\n"
"help.text"
-msgid "Ends a procedure or block."
+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 ""
-#: 03090404.xhp
+#: 01040000.xhp
msgctxt ""
-"03090404.xhp\n"
-"hd_id3147264\n"
-"3\n"
+"01040000.xhp\n"
+"par_id3158215\n"
+"43\n"
"help.text"
-msgid "Syntax:"
+msgid "Document has been saved as"
msgstr ""
-#: 03090404.xhp
+#: 01040000.xhp
msgctxt ""
-"03090404.xhp\n"
-"par_id3148552\n"
-"4\n"
+"01040000.xhp\n"
+"par_id3150980\n"
+"44\n"
"help.text"
-msgid "End, End Function, End If, End Select, End Sub"
+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 ""
-#: 03090404.xhp
+#: 01040000.xhp
msgctxt ""
-"03090404.xhp\n"
-"hd_id3149456\n"
-"5\n"
+"01040000.xhp\n"
+"par_id3150519\n"
+"17\n"
"help.text"
-msgid "Parameters:"
+msgid "Save Document"
msgstr ""
-#: 03090404.xhp
+#: 01040000.xhp
msgctxt ""
-"03090404.xhp\n"
-"par_id3150398\n"
-"6\n"
+"01040000.xhp\n"
+"par_id3155529\n"
+"18\n"
"help.text"
-msgid "Use the End statement as follows:"
+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 ""
-#: 03090404.xhp
+#: 01040000.xhp
msgctxt ""
-"03090404.xhp\n"
-"hd_id3154366\n"
-"7\n"
+"01040000.xhp\n"
+"par_id3149404\n"
+"45\n"
"help.text"
-msgid "Statement"
+msgid "Document has been saved"
msgstr ""
-#: 03090404.xhp
+#: 01040000.xhp
msgctxt ""
-"03090404.xhp\n"
-"par_id3151043\n"
-"8\n"
+"01040000.xhp\n"
+"par_id3151332\n"
+"46\n"
"help.text"
-msgid "End: Is not required, but can be entered anywhere within a procedure to end the program execution."
+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 ""
-#: 03090404.xhp
+#: 01040000.xhp
msgctxt ""
-"03090404.xhp\n"
-"par_id3145171\n"
-"9\n"
+"01040000.xhp\n"
+"par_id3159171\n"
+"19\n"
"help.text"
-msgid "End Function: Ends a <emph>Function</emph> statement."
+msgid "Document is closing"
msgstr ""
-#: 03090404.xhp
+#: 01040000.xhp
msgctxt ""
-"03090404.xhp\n"
-"par_id3153192\n"
-"10\n"
+"01040000.xhp\n"
+"par_id3146868\n"
+"20\n"
"help.text"
-msgid "End If: Marks the end of a <emph>If...Then...Else</emph> block."
+msgid "...before a document is closed."
msgstr ""
-#: 03090404.xhp
+#: 01040000.xhp
msgctxt ""
-"03090404.xhp\n"
-"par_id3148451\n"
-"11\n"
+"01040000.xhp\n"
+"par_id3159097\n"
+"47\n"
"help.text"
-msgid "End Select: Marks the end of a <emph>Select Case</emph> block."
+msgid "Document closed"
msgstr ""
-#: 03090404.xhp
+#: 01040000.xhp
msgctxt ""
-"03090404.xhp\n"
-"par_id3155131\n"
-"12\n"
+"01040000.xhp\n"
+"par_id3148606\n"
+"48\n"
"help.text"
-msgid "End Sub: Ends a <emph>Sub</emph> statement."
+msgid "...after a document was closed. Note that the \"Save Document\" event may also occur when the document is saved before closing."
msgstr ""
-#: 03090404.xhp
+#: 01040000.xhp
msgctxt ""
-"03090404.xhp\n"
-"hd_id3146120\n"
-"13\n"
+"01040000.xhp\n"
+"par_id3144772\n"
+"21\n"
"help.text"
-msgid "Example:"
+msgid "Activate Document"
msgstr ""
-#: 03090404.xhp
+#: 01040000.xhp
msgctxt ""
-"03090404.xhp\n"
-"par_id3152887\n"
-"19\n"
+"01040000.xhp\n"
+"par_id3149442\n"
+"22\n"
"help.text"
-msgid "Print \"Number from 1 to 5\""
+msgid "...after a document is brought to the foreground."
msgstr ""
-#: 03090404.xhp
+#: 01040000.xhp
msgctxt ""
-"03090404.xhp\n"
-"par_id3148618\n"
-"21\n"
+"01040000.xhp\n"
+"par_id3150888\n"
+"23\n"
"help.text"
-msgid "Print \"Number from 6 to 8\""
+msgid "Deactivate Document"
msgstr ""
-#: 03090404.xhp
+#: 01040000.xhp
msgctxt ""
-"03090404.xhp\n"
-"par_id3147436\n"
-"23\n"
+"01040000.xhp\n"
+"par_id3154060\n"
+"24\n"
"help.text"
-msgid "Print \"Greater than 8\""
+msgid "...after another document is brought to the foreground."
msgstr ""
-#: 03090404.xhp
+#: 01040000.xhp
msgctxt ""
-"03090404.xhp\n"
-"par_id3150418\n"
+"01040000.xhp\n"
+"par_id3152384\n"
"25\n"
"help.text"
-msgid "Print \"Outside range 1 to 10\""
+msgid "Print Document"
msgstr ""
-#: 03104400.xhp
+#: 01040000.xhp
msgctxt ""
-"03104400.xhp\n"
-"tit\n"
+"01040000.xhp\n"
+"par_id3152873\n"
+"26\n"
"help.text"
-msgid "HasUnoInterfaces Function [Runtime]"
+msgid "...after the <emph>Print</emph> dialog is closed, but before the actual print process begins."
msgstr ""
-#: 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
-#, 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
+#: 01040000.xhp
msgctxt ""
-"03104400.xhp\n"
-"par_id3151262\n"
-"2\n"
+"01040000.xhp\n"
+"par_id3159227\n"
+"49\n"
"help.text"
-msgid "Tests if a Basic Uno object supports certain Uno interfaces."
+msgid "JavaScript run-time error"
msgstr ""
-#: 03104400.xhp
+#: 01040000.xhp
msgctxt ""
-"03104400.xhp\n"
-"par_id3154232\n"
-"3\n"
+"01040000.xhp\n"
+"par_id3145362\n"
+"50\n"
"help.text"
-msgid "Returns True, if <emph>all</emph> stated Uno interfaces are supported, otherwise False is returned."
+msgid "...when a JavaScript run-time error occurs."
msgstr ""
-#: 03104400.xhp
+#: 01040000.xhp
msgctxt ""
-"03104400.xhp\n"
-"hd_id3150040\n"
-"4\n"
+"01040000.xhp\n"
+"par_id3154767\n"
+"27\n"
"help.text"
-msgid "Syntax:"
+msgid "Print Mail Merge"
msgstr ""
-#: 03104400.xhp
+#: 01040000.xhp
msgctxt ""
-"03104400.xhp\n"
-"par_id3155555\n"
-"5\n"
+"01040000.xhp\n"
+"par_id3153555\n"
+"28\n"
"help.text"
-msgid "HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name 2, ...])"
+msgid "...after the <emph>Print</emph> dialog is closed, but before the actual print process begins. This event occurs for each copy printed."
msgstr ""
-#: 03104400.xhp
-msgctxt ""
-"03104400.xhp\n"
-"hd_id3153345\n"
-"6\n"
-"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03104400.xhp
+#: 01040000.xhp
msgctxt ""
-"03104400.xhp\n"
-"par_id3148538\n"
-"7\n"
+"01040000.xhp\n"
+"par_id3156366\n"
+"51\n"
"help.text"
-msgid "Bool"
+msgid "Change of the page count"
msgstr ""
-#: 03104400.xhp
+#: 01040000.xhp
msgctxt ""
-"03104400.xhp\n"
-"hd_id3159157\n"
-"8\n"
+"01040000.xhp\n"
+"par_id3154627\n"
+"52\n"
"help.text"
-msgid "Parameters:"
+msgid "...when the page count changes."
msgstr ""
-#: 03104400.xhp
+#: 01040000.xhp
msgctxt ""
-"03104400.xhp\n"
-"par_id3155419\n"
-"9\n"
+"01040000.xhp\n"
+"par_id3154737\n"
+"53\n"
"help.text"
-msgid "<emph>oTest:</emph> the Basic Uno object that you want to test."
+msgid "Message received"
msgstr ""
-#: 03104400.xhp
+#: 01040000.xhp
msgctxt ""
-"03104400.xhp\n"
-"par_id3149236\n"
-"10\n"
+"01040000.xhp\n"
+"par_id3150952\n"
+"54\n"
"help.text"
-msgid "<emph>Uno-Interface-Name:</emph> list of Uno interface names."
+msgid "...if a message was received."
msgstr ""
-#: 03104400.xhp
+#: 01040000.xhp
msgctxt ""
-"03104400.xhp\n"
-"hd_id3147574\n"
-"11\n"
+"01040000.xhp\n"
+"hd_id3153299\n"
+"30\n"
"help.text"
-msgid "Example:"
+msgid "Assigning a Macro to an Event"
msgstr ""
-#: 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\" )"
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"tit\n"
-"help.text"
-msgid "Choose Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03090402.xhp
-msgctxt ""
-"03090402.xhp\n"
-"bm_id3143271\n"
-"help.text"
-msgid "<bookmark_value>Choose function</bookmark_value>"
-msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
-
-#: 03090402.xhp
-#, fuzzy
-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>"
-
-#: 03090402.xhp
+#: 01040000.xhp
msgctxt ""
-"03090402.xhp\n"
-"par_id3149234\n"
-"2\n"
+"01040000.xhp\n"
+"par_id3147244\n"
+"31\n"
"help.text"
-msgid "Returns a selected value from a list of arguments."
+msgid "Choose <emph>Tools - Customize</emph> and click the <emph>Events</emph> tab."
msgstr ""
-#: 03090402.xhp
+#: 01040000.xhp
msgctxt ""
-"03090402.xhp\n"
-"hd_id3148943\n"
-"3\n"
+"01040000.xhp\n"
+"par_id3146098\n"
+"55\n"
"help.text"
-msgid "Syntax:"
+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 ""
-#: 03090402.xhp
+#: 01040000.xhp
msgctxt ""
-"03090402.xhp\n"
-"par_id3147560\n"
-"4\n"
+"01040000.xhp\n"
+"par_id3150431\n"
+"32\n"
"help.text"
-msgid "Choose (Index, Selection1[, Selection2, ... [,Selection_n]])"
+msgid "Select the event from the <emph>Event</emph> list."
msgstr ""
-#: 03090402.xhp
+#: 01040000.xhp
msgctxt ""
-"03090402.xhp\n"
-"hd_id3154346\n"
-"5\n"
+"01040000.xhp\n"
+"par_id3148742\n"
+"33\n"
"help.text"
-msgid "Parameters:"
+msgid "Click <emph>Macro</emph> and select the macro to be assigned to the selected event."
msgstr ""
-#: 03090402.xhp
+#: 01040000.xhp
msgctxt ""
-"03090402.xhp\n"
-"par_id3148664\n"
-"6\n"
+"01040000.xhp\n"
+"par_id3146321\n"
+"35\n"
"help.text"
-msgid "<emph>Index:</emph> A numeric expression that specifies the value to return."
+msgid "Click <emph>OK</emph> to assign the macro."
msgstr ""
-#: 03090402.xhp
+#: 01040000.xhp
msgctxt ""
-"03090402.xhp\n"
-"par_id3150791\n"
-"7\n"
+"01040000.xhp\n"
+"par_id3147414\n"
+"56\n"
"help.text"
-msgid "<emph>Selection1:</emph> Any expression that contains one of the possible choices."
+msgid "Click <emph>OK</emph> to close the dialog."
msgstr ""
-#: 03090402.xhp
+#: 01040000.xhp
msgctxt ""
-"03090402.xhp\n"
-"par_id3151043\n"
-"8\n"
+"01040000.xhp\n"
+"hd_id3154581\n"
+"36\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."
+msgid "Removing the Assignment of a Macro to an Event"
msgstr ""
-#: 03090402.xhp
+#: 01040000.xhp
msgctxt ""
-"03090402.xhp\n"
-"par_id3153192\n"
-"9\n"
+"01040000.xhp\n"
+"par_id3146883\n"
+"57\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."
+msgid "Choose <emph>Tools - Customize</emph> and click the <emph>Events</emph> tab."
msgstr ""
-#: 03090402.xhp
+#: 01040000.xhp
msgctxt ""
-"03090402.xhp\n"
-"par_id3156281\n"
-"10\n"
+"01040000.xhp\n"
+"par_id3155909\n"
+"58\n"
"help.text"
-msgid "The following example uses the <emph>Choose</emph> function to select a string from several strings that form a menu:"
+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 ""
-#: 03090402.xhp
+#: 01040000.xhp
msgctxt ""
-"03090402.xhp\n"
-"hd_id3150439\n"
-"11\n"
+"01040000.xhp\n"
+"par_id3159129\n"
+"59\n"
"help.text"
-msgid "Example:"
+msgid "Select the event that contains the assignment to be removed from the <emph>Event</emph> list."
msgstr ""
-#: 03090402.xhp
+#: 01040000.xhp
msgctxt ""
-"03090402.xhp\n"
-"par_id3156443\n"
-"20\n"
+"01040000.xhp\n"
+"par_id3149143\n"
+"37\n"
"help.text"
-msgid "ChooseMenu = Choose(Index, \"Quick Format\", \"Save Format\", \"System Format\")"
+msgid "Click <emph>Remove</emph>."
msgstr ""
-#: 03020203.xhp
+#: 01040000.xhp
msgctxt ""
-"03020203.xhp\n"
-"tit\n"
+"01040000.xhp\n"
+"par_id3149351\n"
+"60\n"
"help.text"
-msgid "Line Input # Statement [Runtime]"
+msgid "Click <emph>OK</emph> to close the dialog."
msgstr ""
-#: 03020203.xhp
+#: 01050000.xhp
msgctxt ""
-"03020203.xhp\n"
-"bm_id3153361\n"
+"01050000.xhp\n"
+"tit\n"
"help.text"
-msgid "<bookmark_value>Line Input statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+msgid "$[officename] Basic IDE"
+msgstr "$[officename] საწყისი დახმარება"
-#: 03020203.xhp
-#, fuzzy
+#: 01050000.xhp
msgctxt ""
-"03020203.xhp\n"
-"hd_id3153361\n"
+"01050000.xhp\n"
+"hd_id3154422\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>"
+msgid "<variable id=\"01050000\"><link href=\"text/sbasic/shared/01050000.xhp\" name=\"$[officename] Basic IDE\">$[officename] Basic IDE</link></variable>"
+msgstr ""
-#: 03020203.xhp
+#: 01050000.xhp
msgctxt ""
-"03020203.xhp\n"
-"par_id3156280\n"
+"01050000.xhp\n"
+"par_id3153142\n"
"2\n"
"help.text"
-msgid "Reads strings from a sequential file into a variable."
+msgid "This section describes the structure of the Basic IDE."
msgstr ""
-#: 03020203.xhp
+#: 01050000.xhp
msgctxt ""
-"03020203.xhp\n"
-"hd_id3150447\n"
-"3\n"
+"01050000.xhp\n"
+"par_idN105C9\n"
"help.text"
-msgid "Syntax:"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Basic IDE where you can write and edit macros.</ahelp>"
msgstr ""
-#: 03020203.xhp
+#: 01050000.xhp
msgctxt ""
-"03020203.xhp\n"
-"par_id3147229\n"
-"4\n"
+"01050000.xhp\n"
+"hd_id3153188\n"
+"5\n"
"help.text"
-msgid "Line Input #FileNumber As Integer, Var As String"
+msgid "Commands From the Context menu of the Module Tabs"
msgstr ""
-#: 03020203.xhp
+#: 01050000.xhp
+#, fuzzy
msgctxt ""
-"03020203.xhp\n"
-"hd_id3145173\n"
-"5\n"
+"01050000.xhp\n"
+"hd_id3154731\n"
+"6\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+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ჩასმა"
-#: 03020203.xhp
+#: 01050000.xhp
msgctxt ""
-"03020203.xhp\n"
-"par_id3161832\n"
-"6\n"
+"01050000.xhp\n"
+"hd_id3151074\n"
+"8\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."
+msgid "Module"
msgstr ""
-#: 03020203.xhp
+#: 01050000.xhp
msgctxt ""
-"03020203.xhp\n"
-"par_id3151119\n"
-"7\n"
+"01050000.xhp\n"
+"par_id3149581\n"
+"9\n"
"help.text"
-msgid "<emph>var:</emph> The name of the variable that stores the result."
+msgid "<ahelp hid=\".uno:NewModule\">Inserts a new module into the current library.</ahelp>"
msgstr ""
-#: 03020203.xhp
+#: 01050000.xhp
msgctxt ""
-"03020203.xhp\n"
-"par_id3150010\n"
-"8\n"
+"01050000.xhp\n"
+"hd_id3147397\n"
+"10\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."
+msgid "Dialog"
msgstr ""
-#: 03020203.xhp
+#: 01050000.xhp
msgctxt ""
-"03020203.xhp\n"
-"hd_id3163711\n"
-"9\n"
+"01050000.xhp\n"
+"par_id3144335\n"
+"11\n"
"help.text"
-msgid "Example:"
+msgid "<ahelp hid=\".uno:NewDialog\">Inserts a new dialog into the current library.</ahelp>"
msgstr ""
-#: 03020203.xhp
+#: 01050000.xhp
msgctxt ""
-"03020203.xhp\n"
-"par_id3147124\n"
-"18\n"
+"01050000.xhp\n"
+"hd_id3155602\n"
+"12\n"
"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr ""
+msgid "Delete"
+msgstr "წაშლა"
-#: 03020203.xhp
+#: 01050000.xhp
msgctxt ""
-"03020203.xhp\n"
-"par_id3153415\n"
-"19\n"
+"01050000.xhp\n"
+"par_id3155064\n"
+"13\n"
"help.text"
-msgid "Print #iNumber, \"This is another line of text\""
+msgid "<ahelp hid=\".uno:DeleteCurrent\">Deletes the selected module.</ahelp>"
msgstr ""
-#: 03060600.xhp
+#: 01050000.xhp
+#, fuzzy
msgctxt ""
-"03060600.xhp\n"
-"tit\n"
+"01050000.xhp\n"
+"hd_id3149018\n"
+"14\n"
"help.text"
-msgid "Xor-Operator [Runtime]"
-msgstr ""
+msgid "Rename"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nგადარქმევა\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nსახელის გადარქმევა"
-#: 03060600.xhp
+#: 01050000.xhp
msgctxt ""
-"03060600.xhp\n"
-"bm_id3156024\n"
+"01050000.xhp\n"
+"par_id3154754\n"
+"15\n"
"help.text"
-msgid "<bookmark_value>Xor operator (logical)</bookmark_value>"
+msgid "<ahelp hid=\".uno:RenameCurrent\">Renames the current module in place.</ahelp>"
msgstr ""
-#: 03060600.xhp
-#, fuzzy
+#: 01050000.xhp
msgctxt ""
-"03060600.xhp\n"
-"hd_id3156024\n"
-"1\n"
+"01050000.xhp\n"
+"hd_id3150043\n"
+"16\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>"
+msgid "Hide"
+msgstr "დამალვა"
-#: 03060600.xhp
+#: 01050000.xhp
msgctxt ""
-"03060600.xhp\n"
-"par_id3159414\n"
-"2\n"
+"01050000.xhp\n"
+"par_id3145147\n"
+"17\n"
"help.text"
-msgid "Performs a logical Exclusive-Or combination of two expressions."
+msgid "<ahelp hid=\".uno:HideCurPage\">Hides the current module.</ahelp>"
msgstr ""
-#: 03060600.xhp
+#: 01050000.xhp
msgctxt ""
-"03060600.xhp\n"
-"hd_id3153381\n"
-"3\n"
+"01050000.xhp\n"
+"hd_id3163805\n"
+"18\n"
"help.text"
-msgid "Syntax:"
+msgid "Modules"
msgstr ""
-#: 03060600.xhp
+#: 01050000.xhp
msgctxt ""
-"03060600.xhp\n"
-"par_id3150400\n"
-"4\n"
+"01050000.xhp\n"
+"par_id3153965\n"
+"19\n"
"help.text"
-msgid "Result = Expression1 Xor Expression2"
+msgid "Opens the <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro Organizer\"><emph>Macro Organizer</emph></link> dialog."
msgstr ""
-#: 03060600.xhp
+#: 01050100.xhp
msgctxt ""
-"03060600.xhp\n"
-"hd_id3153968\n"
-"5\n"
+"01050100.xhp\n"
+"tit\n"
"help.text"
-msgid "Parameters:"
+msgid "Watch Window"
msgstr ""
-#: 03060600.xhp
+#: 01050100.xhp
msgctxt ""
-"03060600.xhp\n"
-"par_id3150448\n"
-"6\n"
+"01050100.xhp\n"
+"hd_id3149457\n"
+"1\n"
"help.text"
-msgid "<emph>Result:</emph> Any numeric variable that contains the result of the combination."
-msgstr ""
+msgid "<link href=\"text/sbasic/shared/01050100.xhp\">Watch Window</link>"
+msgstr "<link href=\"text/sbasic/shared/03120101.xhp\">ASC</link>"
-#: 03060600.xhp
+#: 01050100.xhp
msgctxt ""
-"03060600.xhp\n"
-"par_id3125864\n"
-"7\n"
+"01050100.xhp\n"
+"par_id3154908\n"
+"9\n"
"help.text"
-msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to combine."
-msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
+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 ""
-#: 03060600.xhp
+#: 01050100.xhp
msgctxt ""
-"03060600.xhp\n"
-"par_id3150439\n"
-"8\n"
+"01050100.xhp\n"
+"hd_id3145173\n"
+"4\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."
+msgid "Watch"
msgstr ""
-#: 03060600.xhp
+#: 01050100.xhp
msgctxt ""
-"03060600.xhp\n"
-"par_id3153770\n"
-"9\n"
+"01050100.xhp\n"
+"par_id3155132\n"
+"5\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."
+msgid "<ahelp hid=\"HID_BASICIDE_WATCHWINDOW_EDIT\">Enter the name of the variable whose value is to be monitored.</ahelp>"
msgstr ""
-#: 03060600.xhp
+#: 01050100.xhp
msgctxt ""
-"03060600.xhp\n"
-"hd_id3153366\n"
-"10\n"
+"01050100.xhp\n"
+"hd_id3148645\n"
+"6\n"
"help.text"
-msgid "Example:"
+msgid "Remove Watch"
msgstr ""
-#: 03060600.xhp
+#: 01050100.xhp
msgctxt ""
-"03060600.xhp\n"
-"par_id3156442\n"
-"15\n"
+"01050100.xhp\n"
+"par_id3148576\n"
+"7\n"
"help.text"
-msgid "vOut = vA > vB Xor vB > vC ' returns 0"
+msgid "<ahelp hid=\"HID_BASICIDE_REMOVEWATCH\">Removes the selected variable from the list of watched variables.</ahelp>"
msgstr ""
-#: 03060600.xhp
+#: 01050100.xhp
msgctxt ""
-"03060600.xhp\n"
-"par_id3153191\n"
-"16\n"
+"01050100.xhp\n"
+"par_id3147426\n"
"help.text"
-msgid "vOut = vB > vA Xor vB > vC ' returns -1"
+msgid "<image id=\"img_id3152460\" src=\"res/baswatr.png\" width=\"0.25inch\" height=\"0.222inch\"><alt id=\"alt_id3152460\">Icon</alt></image>"
msgstr ""
-#: 03060600.xhp
+#: 01050100.xhp
msgctxt ""
-"03060600.xhp\n"
-"par_id3153144\n"
-"17\n"
+"01050100.xhp\n"
+"par_id3154012\n"
+"8\n"
"help.text"
-msgid "vOut = vA > vB Xor vB > vD ' returns -1"
+msgid "Remove Watch"
msgstr ""
-#: 03060600.xhp
+#: 01050100.xhp
msgctxt ""
-"03060600.xhp\n"
-"par_id3154944\n"
-"18\n"
+"01050100.xhp\n"
+"hd_id3154491\n"
+"10\n"
"help.text"
-msgid "vOut = (vB > vD Xor vB > vA) ' returns 0"
+msgid "Editing the Value of a Watched Variable"
msgstr ""
-#: 03060600.xhp
+#: 01050100.xhp
msgctxt ""
-"03060600.xhp\n"
-"par_id3148455\n"
-"19\n"
+"01050100.xhp\n"
+"par_id3156283\n"
+"11\n"
"help.text"
-msgid "vOut = vB Xor vA ' returns 2"
+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 ""
-#: 03080600.xhp
+#: 01050200.xhp
msgctxt ""
-"03080600.xhp\n"
+"01050200.xhp\n"
"tit\n"
"help.text"
-msgid "Absolute Values"
+msgid "Call Stack Window (Calls)"
msgstr ""
-#: 03080600.xhp
+#: 01050200.xhp
msgctxt ""
-"03080600.xhp\n"
-"hd_id3146958\n"
+"01050200.xhp\n"
+"hd_id3146794\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080600.xhp\" name=\"Absolute Values\">Absolute Values</link>"
+msgid "<link href=\"text/sbasic/shared/01050200.xhp\" name=\"Call Stack Window (Calls)\">Call Stack Window (Calls)</link>"
msgstr ""
-#: 03080600.xhp
+#: 01050200.xhp
msgctxt ""
-"03080600.xhp\n"
-"par_id3150771\n"
+"01050200.xhp\n"
+"par_id3150400\n"
"2\n"
"help.text"
-msgid "This function returns absolute values."
+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 ""
-#: 03101600.xhp
+#: 01050300.xhp
msgctxt ""
-"03101600.xhp\n"
+"01050300.xhp\n"
"tit\n"
"help.text"
-msgid "DefLng Statement [Runtime]"
+msgid "Manage Breakpoints"
msgstr ""
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"bm_id3148538\n"
-"help.text"
-msgid "<bookmark_value>DefLng statement</bookmark_value>"
-msgstr "<bookmark_value>DefSng განცხადება</bookmark_value>"
-
-#: 03101600.xhp
-#, fuzzy
+#: 01050300.xhp
msgctxt ""
-"03101600.xhp\n"
-"hd_id3148538\n"
+"01050300.xhp\n"
+"hd_id3154927\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>"
+msgid "<link href=\"text/sbasic/shared/01050300.xhp\" name=\"Manage Breakpoints\">Manage Breakpoints</link>"
+msgstr ""
-#: 03101600.xhp
+#: 01050300.xhp
msgctxt ""
-"03101600.xhp\n"
-"par_id3149514\n"
+"01050300.xhp\n"
+"par_id3148550\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."
+msgid "<ahelp hid=\"HID_BASICIDE_BRKPROPS\">Specifies the options for breakpoints.</ahelp>"
msgstr ""
-#: 03101600.xhp
+#: 01050300.xhp
msgctxt ""
-"03101600.xhp\n"
-"hd_id3150504\n"
+"01050300.xhp\n"
+"hd_id3149670\n"
"3\n"
"help.text"
-msgid "Syntax:"
+msgid "Breakpoints"
msgstr ""
-#: 03101600.xhp
+#: 01050300.xhp
msgctxt ""
-"03101600.xhp\n"
-"par_id3145609\n"
+"01050300.xhp\n"
+"par_id3150398\n"
"4\n"
"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr ""
-
-#: 03101600.xhp
-msgctxt ""
-"03101600.xhp\n"
-"hd_id3154760\n"
-"5\n"
-"help.text"
-msgid "Parameters:"
+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 ""
-#: 03101600.xhp
+#: 01050300.xhp
msgctxt ""
-"03101600.xhp\n"
-"par_id3145069\n"
+"01050300.xhp\n"
+"hd_id3156280\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."
+msgid "Active"
msgstr ""
-#: 03101600.xhp
+#: 01050300.xhp
msgctxt ""
-"03101600.xhp\n"
-"par_id3150791\n"
+"01050300.xhp\n"
+"par_id3154910\n"
"7\n"
"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgid "<ahelp hid=\"HID_BASICIDE_ACTIV\">Activates or deactivates the current breakpoint.</ahelp>"
msgstr ""
-#: 03101600.xhp
+#: 01050300.xhp
msgctxt ""
-"03101600.xhp\n"
-"par_id3148798\n"
+"01050300.xhp\n"
+"hd_id3144500\n"
"8\n"
"help.text"
-msgid "<emph>Keyword: </emph>Default variable type"
+msgid "Pass Count"
msgstr ""
-#: 03101600.xhp
+#: 01050300.xhp
msgctxt ""
-"03101600.xhp\n"
-"par_id3154686\n"
+"01050300.xhp\n"
+"par_id3161831\n"
"9\n"
"help.text"
-msgid "<emph>DefLng:</emph> Long"
-msgstr "<emph>DefStr:</emph> სტრინგი"
+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 ""
-#: 03101600.xhp
+#: 01050300.xhp
msgctxt ""
-"03101600.xhp\n"
-"hd_id3153192\n"
+"01050300.xhp\n"
+"hd_id3152579\n"
"10\n"
"help.text"
-msgid "Example:"
+msgid "New"
+msgstr "ახალი"
+
+#: 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 ""
-#: 03101600.xhp
+#: 01050300.xhp
msgctxt ""
-"03101600.xhp\n"
-"par_id3154124\n"
+"01050300.xhp\n"
+"hd_id3147319\n"
"12\n"
"help.text"
-msgid "' Prefix definitions for variable types:"
-msgstr ""
+msgid "Delete"
+msgstr "წაშლა"
-#: 03101600.xhp
+#: 01050300.xhp
msgctxt ""
-"03101600.xhp\n"
-"par_id3145273\n"
-"22\n"
+"01050300.xhp\n"
+"par_id3153363\n"
+"13\n"
"help.text"
-msgid "lCount=123456789 ' lCount is an implicit long integer variable"
+msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_BASICIDE_BREAKPOINTDLG_RID_PB_DEL\">Deletes the selected breakpoint.</ahelp>"
msgstr ""
-#: 01020100.xhp
+#: 01170100.xhp
msgctxt ""
-"01020100.xhp\n"
+"01170100.xhp\n"
"tit\n"
"help.text"
-msgid "Using Variables"
+msgid "Control and Dialog Properties"
msgstr ""
-#: 01020100.xhp
+#: 01170100.xhp
msgctxt ""
-"01020100.xhp\n"
-"bm_id3149346\n"
+"01170100.xhp\n"
+"bm_id3153379\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>"
+msgid "<bookmark_value>controls; properties</bookmark_value><bookmark_value>properties; controls and dialogs</bookmark_value><bookmark_value>dialogs; properties</bookmark_value>"
msgstr ""
-#: 01020100.xhp
-#, fuzzy
+#: 01170100.xhp
msgctxt ""
-"01020100.xhp\n"
-"hd_id3149346\n"
+"01170100.xhp\n"
+"hd_id3153379\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>"
-
-#: 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."
+msgid "<link href=\"text/sbasic/shared/01170100.xhp\" name=\"Control and Dialog Properties\">Control and Dialog Properties</link>"
msgstr ""
-#: 01020100.xhp
+#: 01170100.xhp
msgctxt ""
-"01020100.xhp\n"
-"hd_id3153361\n"
-"4\n"
+"01170100.xhp\n"
+"par_id3156280\n"
+"2\n"
"help.text"
-msgid "Naming Conventions for Variable Identifiers"
+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 ""
-#: 01020100.xhp
+#: 01170100.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3148797\n"
-"5\n"
+"01170100.xhp\n"
+"hd_id3151043\n"
+"20\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."
+msgid "Entering Data in the Properties Dialog"
msgstr ""
-#: 01020100.xhp
+#: 01170100.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3156422\n"
-"6\n"
+"01170100.xhp\n"
+"par_id3153771\n"
+"3\n"
"help.text"
-msgid "Examples for variable identifiers:"
+msgid "The following key combinations apply to enter data in multiline fields or combo boxes of the <emph>Properties</emph> dialog:"
msgstr ""
-#: 01020100.xhp
+#: 01170100.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3156441\n"
-"126\n"
+"01170100.xhp\n"
+"par_id3150010\n"
+"18\n"
"help.text"
-msgid "Correct"
-msgstr ""
+msgid "Keys"
+msgstr "ღილაკები"
-#: 01020100.xhp
+#: 01170100.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3149664\n"
-"127\n"
+"01170100.xhp\n"
+"par_id3147317\n"
+"19\n"
"help.text"
-msgid "Correct"
-msgstr ""
+msgid "Effects"
+msgstr "ეფექტები"
-#: 01020100.xhp
+#: 01170100.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3146119\n"
-"128\n"
+"01170100.xhp\n"
+"par_id3146121\n"
+"4\n"
"help.text"
-msgid "Correct"
+msgid "Alt+Down Arrow"
msgstr ""
-#: 01020100.xhp
+#: 01170100.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3153876\n"
-"11\n"
+"01170100.xhp\n"
+"par_id3149581\n"
+"5\n"
"help.text"
-msgid "Not valid, variable with space must be enclosed in square brackets"
+msgid "Opens a combo box"
msgstr ""
-#: 01020100.xhp
+#: 01170100.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3154510\n"
-"15\n"
+"01170100.xhp\n"
+"par_id3147394\n"
+"6\n"
"help.text"
-msgid "Correct"
+msgid "Alt+Up Arrow"
msgstr ""
-#: 01020100.xhp
+#: 01170100.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3150330\n"
-"129\n"
+"01170100.xhp\n"
+"par_id3148455\n"
+"7\n"
"help.text"
-msgid "Not valid, special characters are not allowed"
+msgid "Closes a combo box"
msgstr ""
-#: 01020100.xhp
+#: 01170100.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3154254\n"
-"130\n"
+"01170100.xhp\n"
+"par_id3154511\n"
+"8\n"
"help.text"
-msgid "Not valid, variable may not begin with a number"
-msgstr ""
+msgid "Shift+Enter"
+msgstr "Shift+Enter"
-#: 01020100.xhp
+#: 01170100.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3149256\n"
-"131\n"
+"01170100.xhp\n"
+"par_id3146971\n"
+"9\n"
"help.text"
-msgid "Not valid, punctuation marks are not allowed"
+msgid "Inserts a line break in multiline fields."
msgstr ""
-#: 01020100.xhp
+#: 01170100.xhp
msgctxt ""
-"01020100.xhp\n"
-"hd_id3146317\n"
-"17\n"
+"01170100.xhp\n"
+"par_id3146914\n"
+"10\n"
"help.text"
-msgid "Declaring Variables"
+msgid "(UpArrow)"
msgstr ""
-#: 01020100.xhp
+#: 01170100.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3150299\n"
-"18\n"
+"01170100.xhp\n"
+"par_id3153714\n"
+"11\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."
+msgid "Goes to the previous line."
msgstr ""
-#: 01020100.xhp
+#: 01170100.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3154118\n"
-"140\n"
+"01170100.xhp\n"
+"par_id3159266\n"
+"12\n"
"help.text"
-msgid "Examples for variable declarations:"
+msgid "(DownArrow)"
msgstr ""
-#: 01020100.xhp
+#: 01170100.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3150982\n"
-"132\n"
+"01170100.xhp\n"
+"par_id3146314\n"
+"13\n"
"help.text"
-msgid "Declares the variable \"a\" as a String"
+msgid "Goes to the next line."
msgstr ""
-#: 01020100.xhp
+#: 01170100.xhp
+#, fuzzy
msgctxt ""
-"01020100.xhp\n"
-"par_id3150343\n"
-"133\n"
+"01170100.xhp\n"
+"par_id3149255\n"
+"14\n"
"help.text"
-msgid "Declares the variable \"a\" as a String"
-msgstr ""
+msgid "Enter"
+msgstr "#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nშესვლა\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nEnter"
-#: 01020100.xhp
+#: 01170100.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3155507\n"
-"22\n"
+"01170100.xhp\n"
+"par_id3149566\n"
+"15\n"
"help.text"
-msgid "Declares one variable as a String and one as an Integer"
+msgid "Applies the changes made to a field and places the cursor into the next field."
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_idN10859\n"
+"01170101.xhp\n"
+"tit\n"
"help.text"
-msgid "Declares c as a Boolean variable that can be TRUE or FALSE"
-msgstr ""
+msgid "General"
+msgstr "მთავარი"
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3150519\n"
-"23\n"
+"01170101.xhp\n"
+"hd_id3147436\n"
+"1\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 ""
+msgid "<link href=\"text/sbasic/shared/01170101.xhp\" name=\"General\">General</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3154527\n"
-"134\n"
+"01170101.xhp\n"
+"par_id3155855\n"
+"2\n"
"help.text"
-msgid "Declares \"a\" as a String"
+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 ""
-#: 01020100.xhp
+#: 01170101.xhp
+#, fuzzy
msgctxt ""
-"01020100.xhp\n"
-"par_id3153064\n"
-"135\n"
+"01170101.xhp\n"
+"hd_id3148647\n"
+"11\n"
"help.text"
-msgid "Type-declaration missing: \"a$=\""
-msgstr ""
+msgid "Alignment"
+msgstr "#-#-#-#-# optionen.po (PACKAGE VERSION) #-#-#-#-#\\nგასწორება\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nგასწორება\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nგანლაგება"
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3144770\n"
-"26\n"
+"01170101.xhp\n"
+"par_id3147318\n"
+"12\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!"
+msgid "<ahelp hid=\"HID_PROP_IMAGE_ALIGN\">Specify the alignment option for the selected control.</ahelp>"
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
+#, fuzzy
msgctxt ""
-"01020100.xhp\n"
-"hd_id3149331\n"
-"27\n"
+"01170101.xhp\n"
+"hd_id3153189\n"
+"76\n"
"help.text"
-msgid "Forcing Variable Declarations"
-msgstr ""
+msgid "AutoFill"
+msgstr "#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nავტომატური შევსება\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nავტოშევსება"
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3149443\n"
-"28\n"
+"01170101.xhp\n"
+"par_id3152460\n"
+"77\n"
"help.text"
-msgid "To force declaration of variables, use the following command:"
+msgid "<ahelp hid=\".\">Select \"Yes\" to enable the AutoFill function for the selected control. </ahelp>"
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3155072\n"
-"30\n"
+"01170101.xhp\n"
+"hd_id3155307\n"
+"3\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 ""
+msgid "Background color"
+msgstr "ფონის ფერი"
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"hd_id3154614\n"
-"34\n"
+"01170101.xhp\n"
+"par_id3145251\n"
+"4\n"
"help.text"
-msgid "Variable Types"
+msgid "<ahelp hid=\".\">Specify the background color for the current control.</ahelp>"
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3155383\n"
-"35\n"
+"01170101.xhp\n"
+"hd_id3151076\n"
+"263\n"
"help.text"
-msgid "$[officename] Basic supports four variable classes:"
+msgid "Large change"
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3153972\n"
-"36\n"
+"01170101.xhp\n"
+"par_id3148457\n"
+"262\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."
+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 ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3159226\n"
-"37\n"
+"01170101.xhp\n"
+"hd_id3153876\n"
+"139\n"
"help.text"
-msgid "<emph>String</emph> variables contain character strings."
-msgstr ""
+msgid "Border"
+msgstr "საზღვარი"
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3145217\n"
-"38\n"
+"01170101.xhp\n"
+"par_id3154017\n"
+"140\n"
"help.text"
-msgid "<emph>Boolean</emph> variables contain either the TRUE or the FALSE value."
+msgid "<ahelp hid=\".\">Specify the border type for the current control.</ahelp>"
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3154762\n"
-"39\n"
+"01170101.xhp\n"
+"hd_id3150749\n"
+"23\n"
"help.text"
-msgid "<emph>Object</emph> variables can store objects of various types, like tables and documents within a document."
+msgid "Button type"
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"hd_id3153805\n"
-"40\n"
+"01170101.xhp\n"
+"par_id3155064\n"
+"24\n"
"help.text"
-msgid "Integer Variables"
+msgid "<ahelp hid=\".\">Select a button type. Button types determine what type of action is initiated.</ahelp>"
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
+#, fuzzy
msgctxt ""
-"01020100.xhp\n"
-"par_id3146966\n"
-"41\n"
+"01170101.xhp\n"
+"hd_id3149019\n"
+"5\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 ""
+msgid "Character set"
+msgstr "#-#-#-#-# database.po (PACKAGE VERSION) #-#-#-#-#\\nსიმბოლოთა წყება\\n#-#-#-#-# optionen.po (PACKAGE VERSION) #-#-#-#-#\\nსიმბოლოს მინიჭება"
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"hd_id3147546\n"
-"45\n"
+"01170101.xhp\n"
+"par_id3148406\n"
+"6\n"
"help.text"
-msgid "Long Integer Variables"
+msgid "<ahelp hid=\".\">Select the font to be used for displaying the contents of the current control.</ahelp>"
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3151193\n"
-"46\n"
+"01170101.xhp\n"
+"hd_id3147341\n"
+"149\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."
+msgid "Currency symbol"
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"hd_id7596972\n"
+"01170101.xhp\n"
+"par_id3146315\n"
+"150\n"
"help.text"
-msgid "Decimal Variables"
+msgid "<ahelp hid=\".\">Enter the currency symbol to be used for currency controls.</ahelp>"
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id2649311\n"
+"01170101.xhp\n"
+"hd_id7936643\n"
"help.text"
-msgid "Decimal variables can take positive or negative numbers or zero. Accuracy is up to 29 digits."
-msgstr ""
+msgid "Date"
+msgstr "თარიღი"
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id7617114\n"
+"01170101.xhp\n"
+"par_id2293771\n"
"help.text"
-msgid "You can use plus (+) or minus (-) signs as prefixes for decimal numbers (with or without spaces)."
+msgid "<ahelp hid=\".\">Specify the default date to be shown in the Date control.</ahelp>"
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id1593676\n"
+"01170101.xhp\n"
+"hd_id3153965\n"
+"82\n"
"help.text"
-msgid "If a decimal number is assigned to an integer variable, %PRODUCTNAME Basic rounds the figure up or down."
-msgstr ""
+msgid "Date format"
+msgstr "თარიღის ფორმატი"
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"hd_id3147500\n"
-"50\n"
+"01170101.xhp\n"
+"par_id3155334\n"
+"83\n"
"help.text"
-msgid "Single Variables"
+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 ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3153070\n"
-"51\n"
+"01170101.xhp\n"
+"hd_id3154663\n"
+"121\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 \"!\"."
+msgid "Date max."
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"hd_id3155753\n"
-"54\n"
+"01170101.xhp\n"
+"par_id3148485\n"
+"122\n"
"help.text"
-msgid "Double Variables"
+msgid "<ahelp hid=\".\">Specify the upper limit for a date control.</ahelp>"
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3150953\n"
-"55\n"
+"01170101.xhp\n"
+"hd_id3152778\n"
+"131\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 \"#\"."
+msgid "Date min."
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"hd_id3155747\n"
-"95\n"
+"01170101.xhp\n"
+"par_id3154120\n"
+"132\n"
"help.text"
-msgid "Currency Variables"
+msgid "<ahelp hid=\".\">Specify the lower limit for a date control.</ahelp>"
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3153337\n"
-"96\n"
+"01170101.xhp\n"
+"hd_id3154573\n"
+"137\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 \"@\"."
+msgid "Decimal accuracy"
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"hd_id3148742\n"
-"58\n"
+"01170101.xhp\n"
+"par_id3166426\n"
+"138\n"
"help.text"
-msgid "String Variables"
+msgid "<ahelp hid=\".\">Specify the number of decimal places displayed for a numerical or currency control.</ahelp>"
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3151393\n"
-"59\n"
+"01170101.xhp\n"
+"hd_id3159091\n"
+"144\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 \"$\"."
+msgid "Default button"
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"hd_id3150534\n"
-"62\n"
+"01170101.xhp\n"
+"par_id3154200\n"
+"145\n"
"help.text"
-msgid "Boolean Variables"
+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 ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3145632\n"
-"63\n"
+"01170101.xhp\n"
+"par_idN108BA\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."
+msgid "Delay"
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"hd_id3149722\n"
-"65\n"
+"01170101.xhp\n"
+"par_idN108D0\n"
"help.text"
-msgid "Date Variables"
+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 ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3159116\n"
-"66\n"
+"01170101.xhp\n"
+"hd_id3151278\n"
+"19\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 ""
+msgid "Dropdown"
+msgstr "ჩამოშლა"
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"hd_id3148732\n"
-"68\n"
+"01170101.xhp\n"
+"par_id3155113\n"
+"20\n"
"help.text"
-msgid "Initial Variable Values"
+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 ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3154549\n"
-"69\n"
+"01170101.xhp\n"
+"hd_id3151216\n"
+"13\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 ""
+msgid "Enabled"
+msgstr "აქტივირებული"
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3143222\n"
-"70\n"
+"01170101.xhp\n"
+"par_id3150517\n"
+"14\n"
"help.text"
-msgid "<emph>Numeric</emph> variables are automatically assigned the value \"0\" as soon as they are declared."
+msgid "<ahelp hid=\".\">Select \"Yes\" to enable the control. If the control is disabled, it is grayed out in the dialog.</ahelp>"
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3150693\n"
-"71\n"
+"01170101.xhp\n"
+"hd_id3155379\n"
+"91\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 ""
+msgid "Edit mask"
+msgstr "რედაქტირების ნიღაბი"
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3154807\n"
-"72\n"
+"01170101.xhp\n"
+"par_id3155509\n"
+"92\n"
"help.text"
-msgid "<emph>String variables</emph> are assigned an empty-string (\"\") when they are declared."
+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 ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"hd_id3153936\n"
-"83\n"
+"01170101.xhp\n"
+"par_id3154485\n"
+"184\n"
"help.text"
-msgid "Arrays"
+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 ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3148736\n"
-"84\n"
+"01170101.xhp\n"
+"par_id3155809\n"
+"93\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 ""
+msgid "Character"
+msgstr "სიმბოლო"
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3149546\n"
-"85\n"
+"01170101.xhp\n"
+"par_id3148702\n"
+"94\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 ""
+msgid "Meaning"
+msgstr "მნიშვნელობა"
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3154567\n"
-"136\n"
+"01170101.xhp\n"
+"par_id3156199\n"
+"95\n"
"help.text"
-msgid "21 elements numbered from 0 to 20"
+msgid "L"
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3154397\n"
-"137\n"
+"01170101.xhp\n"
+"par_id3148869\n"
+"96\n"
"help.text"
-msgid "30 elements (a matrix of 6 x 5 elements)"
+msgid "A text constant. This character cannot be modified by the user."
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3149690\n"
-"138\n"
+"01170101.xhp\n"
+"par_id3156016\n"
+"97\n"
"help.text"
-msgid "21 elements numbered from 5 to 25"
+msgid "a"
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3153113\n"
-"89\n"
+"01170101.xhp\n"
+"par_id3157983\n"
+"98\n"
"help.text"
-msgid "21 elements (including 0), numbered from -15 to 5"
-msgstr ""
+msgid "The characters a-z can be entered here. If a capital letter is entered, it is automatically converted to a lowercase letter."
+msgstr "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა. პატარა ასოს შეყვანისას იგი ავტომატურად გარდაიქმნება მთავრულ ასოდ."
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3153005\n"
-"90\n"
+"01170101.xhp\n"
+"par_id3148607\n"
+"99\n"
"help.text"
-msgid "The index range can include positive as well as negative numbers."
+msgid "A"
msgstr ""
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"hd_id3154507\n"
-"91\n"
+"01170101.xhp\n"
+"par_id3159204\n"
+"100\n"
"help.text"
-msgid "Constants"
-msgstr ""
+msgid "The characters A-Z can be entered here. If a lowercase letter is entered, it is automatically converted to a capital letter"
+msgstr "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა. პატარა ასოს შეყვანისას იგი ავტომატურად გარდაიქმნება მთავრულ ასოდ."
-#: 01020100.xhp
+#: 01170101.xhp
msgctxt ""
-"01020100.xhp\n"
-"par_id3156357\n"
-"92\n"
+"01170101.xhp\n"
+"par_id3149126\n"
+"101\n"
"help.text"
-msgid "Constants have a fixed value. They are only defined once in the program and cannot be redefined later:"
+msgid "c"
msgstr ""
-#: 03101700.xhp
+#: 01170101.xhp
msgctxt ""
-"03101700.xhp\n"
-"tit\n"
+"01170101.xhp\n"
+"par_id3151304\n"
+"102\n"
"help.text"
-msgid "DefObj Statement [Runtime]"
-msgstr ""
+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 "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა. პატარა ასოს შეყვანისას იგი ავტომატურად გარდაიქმნება მთავრულ ასოდ."
-#: 03101700.xhp
+#: 01170101.xhp
msgctxt ""
-"03101700.xhp\n"
-"bm_id3149811\n"
+"01170101.xhp\n"
+"par_id3152870\n"
+"103\n"
"help.text"
-msgid "<bookmark_value>DefObj statement</bookmark_value>"
-msgstr "<bookmark_value>DefCur განცხადება</bookmark_value>"
+msgid "C"
+msgstr ""
-#: 03101700.xhp
-#, fuzzy
+#: 01170101.xhp
msgctxt ""
-"03101700.xhp\n"
-"hd_id3149811\n"
-"1\n"
+"01170101.xhp\n"
+"par_id3155071\n"
+"104\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>"
+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 "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა. პატარა ასოს შეყვანისას იგი ავტომატურად გარდაიქმნება მთავრულ ასოდ."
-#: 03101700.xhp
+#: 01170101.xhp
msgctxt ""
-"03101700.xhp\n"
-"par_id3147573\n"
-"2\n"
+"01170101.xhp\n"
+"par_id3159230\n"
+"105\n"
"help.text"
-msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
+msgid "N"
msgstr ""
-#: 03101700.xhp
+#: 01170101.xhp
msgctxt ""
-"03101700.xhp\n"
-"hd_id3150504\n"
-"3\n"
+"01170101.xhp\n"
+"par_id3154650\n"
+"106\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "Only the characters 0-9 can be entered."
+msgstr "შესაძლებელია მხოლოდ 0-9 სიმბოლოების შეყვანა."
-#: 03101700.xhp
+#: 01170101.xhp
msgctxt ""
-"03101700.xhp\n"
-"par_id3147530\n"
-"4\n"
+"01170101.xhp\n"
+"par_id3149383\n"
+"107\n"
"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgid "x"
msgstr ""
-#: 03101700.xhp
+#: 01170101.xhp
msgctxt ""
-"03101700.xhp\n"
-"hd_id3153896\n"
-"5\n"
+"01170101.xhp\n"
+"par_id3153489\n"
+"108\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "All printable characters can be entered."
+msgstr "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა."
-#: 03101700.xhp
+#: 01170101.xhp
msgctxt ""
-"03101700.xhp\n"
-"par_id3148552\n"
-"6\n"
+"01170101.xhp\n"
+"par_id3146967\n"
+"109\n"
"help.text"
-msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+msgid "X"
msgstr ""
-#: 03101700.xhp
+#: 01170101.xhp
msgctxt ""
-"03101700.xhp\n"
-"par_id3150358\n"
-"7\n"
+"01170101.xhp\n"
+"par_id3154707\n"
+"110\n"
"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr ""
+msgid "All printable characters can be entered. If a lowercase letter is used, it is automatically converted to a capital letter."
+msgstr "შესაძლებელია ყველა ბეჭდვადი სიმბოლოს შეყვანა. პატარა ასოს შეყვანისას იგი ავტომატურად გარდაიქმნება მთავრულ ასოდ."
-#: 03101700.xhp
+#: 01170101.xhp
msgctxt ""
-"03101700.xhp\n"
-"par_id3148798\n"
-"8\n"
+"01170101.xhp\n"
+"hd_id2128971\n"
"help.text"
-msgid "<emph>Keyword: </emph>Default variable type"
+msgid "Editable"
msgstr ""
-#: 03101700.xhp
+#: 01170101.xhp
msgctxt ""
-"03101700.xhp\n"
-"par_id3150769\n"
-"9\n"
+"01170101.xhp\n"
+"par_id6519974\n"
"help.text"
-msgid "<emph>DefObj:</emph> Object"
+msgid "<ahelp hid=\".\">Specifies whether the nodes of the tree control are editable.</ahelp>"
msgstr ""
-#: 03101700.xhp
+#: 01170101.xhp
msgctxt ""
-"03101700.xhp\n"
-"hd_id3156212\n"
-"10\n"
+"01170101.xhp\n"
+"par_id4591814\n"
"help.text"
-msgid "Example:"
+msgid "The default value is FALSE."
msgstr ""
-#: 03101700.xhp
+#: 01170101.xhp
msgctxt ""
-"03101700.xhp\n"
-"par_id3153969\n"
-"12\n"
+"01170101.xhp\n"
+"hd_id3149317\n"
+"114\n"
"help.text"
-msgid "REM Prefix definitions for variable types:"
-msgstr ""
+msgid "Graphics"
+msgstr "გრაფიკული გამოსახულებები"
-#: 03101700.xhp
+#: 01170101.xhp
msgctxt ""
-"03101700.xhp\n"
-"par_id3156424\n"
-"13\n"
+"01170101.xhp\n"
+"par_id3147546\n"
+"115\n"
"help.text"
-msgid "DefBool b"
+msgid "<ahelp hid=\".\">Specify the source of the graphics for a button or an image control. Click \"...\" to select a file.</ahelp>"
msgstr ""
-#: 03101700.xhp
+#: 01170101.xhp
msgctxt ""
-"03101700.xhp\n"
-"par_id3159254\n"
-"14\n"
+"01170101.xhp\n"
+"hd_id3154627\n"
+"258\n"
"help.text"
-msgid "DefDate t"
-msgstr ""
+msgid "Height"
+msgstr "სიმაღლე"
-#: 03101700.xhp
+#: 01170101.xhp
msgctxt ""
-"03101700.xhp\n"
-"par_id3150440\n"
-"15\n"
+"01170101.xhp\n"
+"par_id3155754\n"
+"257\n"
"help.text"
-msgid "DefDbL d"
+msgid "<ahelp hid=\".\">Specify the height of the current control or the dialog.</ahelp>"
msgstr ""
-#: 03101700.xhp
+#: 01170101.xhp
msgctxt ""
-"03101700.xhp\n"
-"par_id3161832\n"
-"16\n"
+"01170101.xhp\n"
+"hd_id3153072\n"
+"208\n"
"help.text"
-msgid "DefInt i"
+msgid "Help text"
msgstr ""
-#: 03101700.xhp
-#, fuzzy
-msgctxt ""
-"03101700.xhp\n"
-"par_id3145365\n"
-"17\n"
-"help.text"
-msgid "DefLng l"
-msgstr "DefSng s"
-
-#: 03101700.xhp
+#: 01170101.xhp
msgctxt ""
-"03101700.xhp\n"
-"par_id3149481\n"
-"18\n"
+"01170101.xhp\n"
+"par_id3147502\n"
+"209\n"
"help.text"
-msgid "DefObj o"
+msgid "<ahelp hid=\".\">Enter a help text that is displayed as a tip (bubble help) when the mouse rests over the control.</ahelp>"
msgstr ""
-#: 03101700.xhp
+#: 01170101.xhp
msgctxt ""
-"03101700.xhp\n"
-"par_id3152886\n"
-"19\n"
+"01170101.xhp\n"
+"hd_id3154400\n"
+"212\n"
"help.text"
-msgid "DefVar v"
-msgstr ""
+msgid "Help URL"
+msgstr "დახმარების URL მისამართი"
-#: 03103100.xhp
+#: 01170101.xhp
msgctxt ""
-"03103100.xhp\n"
-"tit\n"
+"01170101.xhp\n"
+"par_id3150431\n"
+"213\n"
"help.text"
-msgid "Let Statement [Runtime]"
+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 ""
-#: 03103100.xhp
+#: 01170101.xhp
msgctxt ""
-"03103100.xhp\n"
-"bm_id3147242\n"
+"01170101.xhp\n"
+"par_id4171269\n"
"help.text"
-msgid "<bookmark_value>Let statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+msgid "Set the environment variable HELP_DEBUG to 1 to view the Help-IDs as extended help tips."
+msgstr ""
-#: 03103100.xhp
-#, fuzzy
+#: 01170101.xhp
msgctxt ""
-"03103100.xhp\n"
-"hd_id3147242\n"
-"1\n"
+"01170101.xhp\n"
+"hd_id3159260\n"
+"85\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>"
+msgid "Incr./decrement value"
+msgstr "ზრდადი/კლებადი მნიშვნელობა"
-#: 03103100.xhp
+#: 01170101.xhp
msgctxt ""
-"03103100.xhp\n"
-"par_id3149233\n"
-"2\n"
+"01170101.xhp\n"
+"par_id3145233\n"
+"86\n"
"help.text"
-msgid "Assigns a value to a variable."
+msgid "<ahelp hid=\".\">Specify the increment and decrement interval for spin button controls.</ahelp>"
msgstr ""
-#: 03103100.xhp
+#: 01170101.xhp
msgctxt ""
-"03103100.xhp\n"
-"hd_id3153127\n"
-"3\n"
+"01170101.xhp\n"
+"hd_id539262\n"
"help.text"
-msgid "Syntax:"
+msgid "Invokes stop mode editing"
msgstr ""
-#: 03103100.xhp
+#: 01170101.xhp
msgctxt ""
-"03103100.xhp\n"
-"par_id3154285\n"
-"4\n"
+"01170101.xhp\n"
+"par_id234382\n"
"help.text"
-msgid "[Let] VarName=Expression"
+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 ""
-#: 03103100.xhp
+#: 01170101.xhp
msgctxt ""
-"03103100.xhp\n"
-"hd_id3148944\n"
-"5\n"
+"01170101.xhp\n"
+"par_id6591082\n"
"help.text"
-msgid "Parameters:"
+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 ""
-#: 03103100.xhp
+#: 01170101.xhp
msgctxt ""
-"03103100.xhp\n"
-"par_id3147560\n"
-"6\n"
+"01170101.xhp\n"
+"par_id9298074\n"
"help.text"
-msgid "<emph>VarName:</emph> Variable that you want to assign a value to. Value and variable type must be compatible."
+msgid "The default value is FALSE."
msgstr ""
-#: 03103100.xhp
+#: 01170101.xhp
msgctxt ""
-"03103100.xhp\n"
-"par_id3148451\n"
+"01170101.xhp\n"
+"hd_id3150536\n"
"7\n"
"help.text"
-msgid "As in most BASIC dialects, the keyword <emph>Let</emph> is optional."
+msgid "Label"
msgstr ""
-#: 03103100.xhp
+#: 01170101.xhp
msgctxt ""
-"03103100.xhp\n"
-"hd_id3145785\n"
+"01170101.xhp\n"
+"par_id3146324\n"
"8\n"
"help.text"
-msgid "Example:"
+msgid "<ahelp hid=\".\">Specifies the label of the current control. The label is displayed along with the control.</ahelp>"
msgstr ""
-#: 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"
-
-#: 03010000.xhp
+#: 01170101.xhp
msgctxt ""
-"03010000.xhp\n"
-"tit\n"
+"01170101.xhp\n"
+"par_id3146816\n"
+"223\n"
"help.text"
-msgid "Screen I/O Functions"
+msgid "You can create multi-line <emph>labels</emph> by inserting manual line breaks in the label using <emph>Shift+Enter</emph>."
msgstr ""
-#: 03010000.xhp
+#: 01170101.xhp
msgctxt ""
-"03010000.xhp\n"
-"hd_id3156280\n"
-"1\n"
+"01170101.xhp\n"
+"hd_id3150457\n"
+"74\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03010000.xhp\" name=\"Screen I/O Functions\">Screen I/O Functions</link>"
+msgid "Line Count"
msgstr ""
-#: 03010000.xhp
+#: 01170101.xhp
msgctxt ""
-"03010000.xhp\n"
-"par_id3153770\n"
-"2\n"
+"01170101.xhp\n"
+"par_id3149143\n"
+"75\n"
"help.text"
-msgid "This section describes the Runtime Functions used to call dialogs for the input and output of user entries."
+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 ""
-#: 03131600.xhp
-msgctxt ""
-"03131600.xhp\n"
-"tit\n"
-"help.text"
-msgid "CreateUnoService Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03131600.xhp
-msgctxt ""
-"03131600.xhp\n"
-"bm_id3150682\n"
-"help.text"
-msgid "<bookmark_value>CreateUnoService function</bookmark_value>"
-msgstr "<bookmark_value>CreateUnoService ფუნქცია</bookmark_value>"
-
-#: 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>"
-
-#: 03131600.xhp
-msgctxt ""
-"03131600.xhp\n"
-"par_id3152924\n"
-"2\n"
-"help.text"
-msgid "Instantiates a Uno service with the ProcessServiceManager."
-msgstr "ინიციალიზაციას უკეთებს Uno სერვიზს ProcessServiceManager-ით."
-
-#: 03131600.xhp
+#: 01170101.xhp
msgctxt ""
-"03131600.xhp\n"
-"hd_id3152801\n"
-"3\n"
+"01170101.xhp\n"
+"hd_id7468489\n"
"help.text"
-msgid "Syntax:"
+msgid "Scrollbar"
msgstr ""
-#: 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 )"
-
-#: 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"
-
-#: 03131600.xhp
+#: 01170101.xhp
msgctxt ""
-"03131600.xhp\n"
-"hd_id3151111\n"
-"5\n"
+"01170101.xhp\n"
+"par_id7706228\n"
"help.text"
-msgid "Examples:"
+msgid "Adds the scrollbar type that you specify to a text box."
msgstr ""
-#: 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\")"
-
-#: 03131600.xhp
+#: 01170101.xhp
msgctxt ""
-"03131600.xhp\n"
-"bm_id8334604\n"
+"01170101.xhp\n"
+"hd_id3153121\n"
+"256\n"
"help.text"
-msgid "<bookmark_value>filepicker;API service</bookmark_value>"
-msgstr "<bookmark_value>filepicker;API სერვისი</bookmark_value>"
+msgid "Small change"
+msgstr ""
-#: 03131600.xhp
+#: 01170101.xhp
msgctxt ""
-"03131600.xhp\n"
-"par_idN10625\n"
+"01170101.xhp\n"
+"par_id3157875\n"
+"255\n"
"help.text"
-msgid "The following code uses a service to open a file open dialog:"
-msgstr "შემდეგი კოდი დიალოგური ფანჯრის გასახსნელად იყენებს სერვიზს."
+msgid "<ahelp hid=\".\">Specify the number of units to scroll when a user clicks an arrow on a scrollbar.</ahelp>"
+msgstr ""
-#: 03131600.xhp
+#: 01170101.xhp
msgctxt ""
-"03131600.xhp\n"
-"par_idN1062B\n"
+"01170101.xhp\n"
+"hd_id3145221\n"
+"73\n"
"help.text"
-msgid "fName = FileOpenDialog (\"Please select a file\")"
-msgstr "fName = FileOpenDialog (\"გთხოვთ აირჩიოთ ფაილი\")"
+msgid "List entries"
+msgstr ""
-#: 03131600.xhp
-#, fuzzy
+#: 01170101.xhp
msgctxt ""
-"03131600.xhp\n"
-"par_idN10630\n"
+"01170101.xhp\n"
+"par_id3154580\n"
+"120\n"
"help.text"
-msgid "Print \"file chosen: \"+fName"
-msgstr "print \"file chosen: \"+fName"
+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 ""
-#: 03030104.xhp
+#: 01170101.xhp
msgctxt ""
-"03030104.xhp\n"
-"tit\n"
+"01170101.xhp\n"
+"hd_id3149723\n"
+"159\n"
"help.text"
-msgid "Month Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Literal mask"
+msgstr ""
-#: 03030104.xhp
+#: 01170101.xhp
msgctxt ""
-"03030104.xhp\n"
-"bm_id3153127\n"
+"01170101.xhp\n"
+"par_id3150656\n"
+"160\n"
"help.text"
-msgid "<bookmark_value>Month function</bookmark_value>"
-msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
+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 ""
-#: 03030104.xhp
-#, fuzzy
+#: 01170101.xhp
msgctxt ""
-"03030104.xhp\n"
-"hd_id3153127\n"
-"1\n"
+"01170101.xhp\n"
+"hd_id3149015\n"
+"116\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>"
+msgid "Manual line break"
+msgstr ""
-#: 03030104.xhp
+#: 01170101.xhp
msgctxt ""
-"03030104.xhp\n"
-"par_id3148550\n"
-"2\n"
+"01170101.xhp\n"
+"par_id3149893\n"
+"117\n"
"help.text"
-msgid "Returns the month of a year from a serial date that is generated by the DateSerial or the DateValue function."
+msgid "<ahelp hid=\".\">Select \"Yes\" to allow manual line breaks inside multiline controls.</ahelp>"
msgstr ""
-#: 03030104.xhp
+#: 01170101.xhp
msgctxt ""
-"03030104.xhp\n"
-"hd_id3145068\n"
-"3\n"
+"01170101.xhp\n"
+"hd_id3150463\n"
+"123\n"
"help.text"
-msgid "Syntax:"
+msgid "Max. text length"
msgstr ""
-#: 03030104.xhp
+#: 01170101.xhp
msgctxt ""
-"03030104.xhp\n"
-"par_id3150398\n"
-"4\n"
+"01170101.xhp\n"
+"par_id3150745\n"
+"124\n"
"help.text"
-msgid "Month (Number)"
+msgid "<ahelp hid=\".\">Specify the maximum number of characters that the user can enter.</ahelp>"
msgstr ""
-#: 03030104.xhp
+#: 01170101.xhp
msgctxt ""
-"03030104.xhp\n"
-"hd_id3154366\n"
-"5\n"
+"01170101.xhp\n"
+"hd_id3154675\n"
+"21\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Multiline Input"
+msgstr ""
-#: 03030104.xhp
+#: 01170101.xhp
msgctxt ""
-"03030104.xhp\n"
-"par_id3154125\n"
-"6\n"
+"01170101.xhp\n"
+"par_id3144741\n"
+"22\n"
"help.text"
-msgid "Integer"
+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 ""
-#: 03030104.xhp
+#: 01170101.xhp
msgctxt ""
-"03030104.xhp\n"
-"hd_id3150768\n"
-"7\n"
+"01170101.xhp\n"
+"hd_id3154848\n"
+"129\n"
"help.text"
-msgid "Parameters:"
+msgid "Multiselection"
msgstr ""
-#: 03030104.xhp
+#: 01170101.xhp
msgctxt ""
-"03030104.xhp\n"
-"par_id3156423\n"
-"8\n"
+"01170101.xhp\n"
+"par_id3151235\n"
+"130\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."
+msgid "<ahelp hid=\".\">Select \"Yes\" to allow the selection of multiple entries in list controls.</ahelp>"
msgstr ""
-#: 03030104.xhp
+#: 01170101.xhp
msgctxt ""
-"03030104.xhp\n"
-"par_id3153770\n"
+"01170101.xhp\n"
+"hd_id3148887\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 ""
+msgid "Name"
+msgstr "სახელი"
-#: 03030104.xhp
+#: 01170101.xhp
msgctxt ""
-"03030104.xhp\n"
-"par_id3145366\n"
-"11\n"
+"01170101.xhp\n"
+"par_id3154548\n"
+"10\n"
"help.text"
-msgid "returns the value 12."
+msgid "<ahelp hid=\".\">Insert a name for the current control. This name is used to identify the control.</ahelp>"
msgstr ""
-#: 03030104.xhp
+#: 01170101.xhp
+#, fuzzy
msgctxt ""
-"03030104.xhp\n"
-"hd_id3146923\n"
-"12\n"
+"01170101.xhp\n"
+"hd_id3148739\n"
+"44\n"
"help.text"
-msgid "Example:"
-msgstr ""
+msgid "Order"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nბრძანება\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nრიგი"
-#: 03030104.xhp
+#: 01170101.xhp
msgctxt ""
-"03030104.xhp\n"
-"par_id3149664\n"
-"14\n"
+"01170101.xhp\n"
+"par_id3149252\n"
+"45\n"
"help.text"
-msgid "MsgBox \"\" & Month(Now) ,64,\"The current month\""
+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 ""
-#: 03090301.xhp
+#: 01170101.xhp
msgctxt ""
-"03090301.xhp\n"
-"tit\n"
+"01170101.xhp\n"
+"par_id3155259\n"
+"46\n"
"help.text"
-msgid "GoSub...Return Statement [Runtime]"
+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 ""
-#: 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>"
-
-#: 03090301.xhp
+#: 01170101.xhp
#, fuzzy
msgctxt ""
-"03090301.xhp\n"
-"hd_id3147242\n"
-"1\n"
+"01170101.xhp\n"
+"hd_id3149511\n"
+"247\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>"
+msgid "Orientation"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nპრეზენტაცია\\n#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nორიენტაცია"
-#: 03090301.xhp
+#: 01170101.xhp
msgctxt ""
-"03090301.xhp\n"
-"par_id3145316\n"
-"2\n"
+"01170101.xhp\n"
+"par_id3153780\n"
+"246\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."
+msgid "<ahelp hid=\".\">Specify the orientation for a scrollbar control.</ahelp>"
msgstr ""
-#: 03090301.xhp
+#: 01170101.xhp
msgctxt ""
-"03090301.xhp\n"
-"hd_id3145609\n"
-"3\n"
+"01170101.xhp\n"
+"hd_id3154374\n"
+"239\n"
"help.text"
-msgid "Syntax:"
+msgid "Page (step)"
msgstr ""
-#: 03090301.xhp
+#: 01170101.xhp
msgctxt ""
-"03090301.xhp\n"
-"par_id3145069\n"
-"4\n"
+"01170101.xhp\n"
+"par_id3154109\n"
+"238\n"
"help.text"
-msgid "see Parameters"
+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 ""
-#: 03090301.xhp
+#: 01170101.xhp
msgctxt ""
-"03090301.xhp\n"
-"hd_id3147265\n"
-"5\n"
+"01170101.xhp\n"
+"par_id3148580\n"
+"236\n"
"help.text"
-msgid "Parameters:"
+msgid "Select <emph>Page (Step)</emph> = 0 to make a control visible on every dialog page."
msgstr ""
-#: 03090301.xhp
+#: 01170101.xhp
msgctxt ""
-"03090301.xhp\n"
-"par_id3148664\n"
-"6\n"
+"01170101.xhp\n"
+"par_id3146144\n"
+"235\n"
"help.text"
-msgid "Sub/Function"
-msgstr "End function"
+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 ""
-#: 03090301.xhp
+#: 01170101.xhp
msgctxt ""
-"03090301.xhp\n"
-"par_id3150400\n"
-"7\n"
+"01170101.xhp\n"
+"hd_id3154558\n"
+"156\n"
"help.text"
-msgid "statement block"
+msgid "Password characters"
msgstr ""
-#: 03090301.xhp
+#: 01170101.xhp
msgctxt ""
-"03090301.xhp\n"
-"par_id3154140\n"
-"8\n"
+"01170101.xhp\n"
+"par_id3152787\n"
+"157\n"
"help.text"
-msgid "Label"
+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 ""
-#: 03090301.xhp
+#: 01170101.xhp
msgctxt ""
-"03090301.xhp\n"
-"par_id3150869\n"
-"9\n"
+"01170101.xhp\n"
+"hd_id3148750\n"
+"245\n"
"help.text"
-msgid "statement block"
+msgid "PositionX"
msgstr ""
-#: 03090301.xhp
+#: 01170101.xhp
msgctxt ""
-"03090301.xhp\n"
-"par_id3154909\n"
-"10\n"
+"01170101.xhp\n"
+"par_id3154517\n"
+"244\n"
"help.text"
-msgid "GoSub Label"
+msgid "<ahelp hid=\".\">Specify the distance of the current control from the left side of the dialog.</ahelp>"
msgstr ""
-#: 03090301.xhp
+#: 01170101.xhp
msgctxt ""
-"03090301.xhp\n"
-"par_id3153969\n"
-"11\n"
+"01170101.xhp\n"
+"hd_id3152767\n"
+"243\n"
"help.text"
-msgid "Exit Sub/Function"
-msgstr "End function"
+msgid "PositionY"
+msgstr ""
-#: 03090301.xhp
+#: 01170101.xhp
msgctxt ""
-"03090301.xhp\n"
-"par_id3154685\n"
-"12\n"
+"01170101.xhp\n"
+"par_id3159082\n"
+"242\n"
"help.text"
-msgid "Label:"
+msgid "<ahelp hid=\".\">Specify the distance of the current control from the top of the dialog.</ahelp>"
msgstr ""
-#: 03090301.xhp
+#: 01170101.xhp
msgctxt ""
-"03090301.xhp\n"
-"par_id3145786\n"
-"13\n"
+"01170101.xhp\n"
+"hd_id3159213\n"
+"221\n"
"help.text"
-msgid "statement block"
+msgid "Prefix symbol"
msgstr ""
-#: 03090301.xhp
+#: 01170101.xhp
msgctxt ""
-"03090301.xhp\n"
-"par_id3159252\n"
-"14\n"
+"01170101.xhp\n"
+"par_id3149688\n"
+"222\n"
"help.text"
-msgid "Return"
+msgid "<ahelp hid=\".\">Select \"Yes\" to display the currency symbol prefix in currency controls when a number was entered.</ahelp>"
msgstr ""
-#: 03090301.xhp
+#: 01170101.xhp
msgctxt ""
-"03090301.xhp\n"
-"par_id3154321\n"
-"15\n"
+"01170101.xhp\n"
+"hd_id3149728\n"
+"89\n"
"help.text"
-msgid "End Sub/Function"
-msgstr "End function"
+msgid "Print"
+msgstr "ბეჭდვა"
-#: 03090301.xhp
+#: 01170101.xhp
msgctxt ""
-"03090301.xhp\n"
-"par_id3147318\n"
-"16\n"
+"01170101.xhp\n"
+"par_id3150001\n"
+"90\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 (\":\")."
+msgid "<ahelp hid=\".\">Select \"Yes\" to include the current control in a document's printout.</ahelp>"
msgstr ""
-#: 03090301.xhp
+#: 01170101.xhp
msgctxt ""
-"03090301.xhp\n"
-"par_id3153190\n"
-"17\n"
+"01170101.xhp\n"
+"hd_id3154671\n"
+"261\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."
+msgid "Progress value"
msgstr ""
-#: 03090301.xhp
+#: 01170101.xhp
msgctxt ""
-"03090301.xhp\n"
-"par_id3145799\n"
-"19\n"
+"01170101.xhp\n"
+"par_id3146849\n"
+"260\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."
+msgid "<ahelp hid=\".\">Specify a progress value for a progress bar control.</ahelp>"
msgstr ""
-#: 03090301.xhp
+#: 01170101.xhp
msgctxt ""
-"03090301.xhp\n"
-"hd_id3156284\n"
-"20\n"
+"01170101.xhp\n"
+"hd_id3153112\n"
+"254\n"
"help.text"
-msgid "Example:"
+msgid "Progress value max."
msgstr ""
-#: 03090301.xhp
+#: 01170101.xhp
msgctxt ""
-"03090301.xhp\n"
-"par_id3146970\n"
-"25\n"
+"01170101.xhp\n"
+"par_id3145167\n"
+"253\n"
"help.text"
-msgid "iInputa = Int(InputBox$ \"Enter the first number: \",\"NumberInput\"))"
+msgid "<ahelp hid=\".\">Specify the maximum value of a progress bar control.</ahelp>"
msgstr ""
-#: 03090301.xhp
+#: 01170101.xhp
msgctxt ""
-"03090301.xhp\n"
-"par_id3150329\n"
-"26\n"
+"01170101.xhp\n"
+"hd_id3153569\n"
+"249\n"
"help.text"
-msgid "iInputb = Int(InputBox$ \"Enter the second number: \",\"NumberInput\"))"
+msgid "Progress value min."
msgstr ""
-#: 03090301.xhp
+#: 01170101.xhp
msgctxt ""
-"03090301.xhp\n"
-"par_id3154756\n"
-"29\n"
+"01170101.xhp\n"
+"par_id3154506\n"
+"248\n"
"help.text"
-msgid "Print \"The square root of\";iInputa;\" is\";iInputc"
+msgid "<ahelp hid=\".\">Specify the minimum value of a progress bar control.</ahelp>"
msgstr ""
-#: 03090301.xhp
+#: 01170101.xhp
msgctxt ""
-"03090301.xhp\n"
-"par_id3147340\n"
-"32\n"
+"01170101.xhp\n"
+"hd_id3150134\n"
+"42\n"
"help.text"
-msgid "Print \"The square root of\";iInputb;\" is\";iInputc"
+msgid "Read-only"
msgstr ""
-#: 03090408.xhp
+#: 01170101.xhp
msgctxt ""
-"03090408.xhp\n"
-"tit\n"
+"01170101.xhp\n"
+"par_id3155930\n"
+"43\n"
"help.text"
-msgid "Stop Statement [Runtime]"
+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 ""
-#: 03090408.xhp
-msgctxt ""
-"03090408.xhp\n"
-"bm_id3153311\n"
-"help.text"
-msgid "<bookmark_value>Stop statement</bookmark_value>"
-msgstr "<bookmark_value>Beep მტკიცებულება</bookmark_value>"
-
-#: 03090408.xhp
-#, fuzzy
+#: 01170101.xhp
msgctxt ""
-"03090408.xhp\n"
-"hd_id3153311\n"
-"1\n"
+"01170101.xhp\n"
+"par_idN11112\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>"
+msgid "Repeat"
+msgstr "გამეორება"
-#: 03090408.xhp
+#: 01170101.xhp
msgctxt ""
-"03090408.xhp\n"
-"par_id3154142\n"
-"2\n"
+"01170101.xhp\n"
+"par_idN11128\n"
"help.text"
-msgid "Stops the execution of the Basic program."
+msgid "<ahelp hid=\".\">Repeats trigger events when you keep the mouse button pressed on a control such as a spin button.</ahelp>"
msgstr ""
-#: 03090408.xhp
+#: 01170101.xhp
msgctxt ""
-"03090408.xhp\n"
-"hd_id3153126\n"
-"3\n"
+"01170101.xhp\n"
+"hd_id9579149\n"
"help.text"
-msgid "Syntax:"
+msgid "Root displayed"
msgstr ""
-#: 03090408.xhp
+#: 01170101.xhp
msgctxt ""
-"03090408.xhp\n"
-"par_id3156023\n"
-"4\n"
+"01170101.xhp\n"
+"par_id7126987\n"
"help.text"
-msgid "Stop"
+msgid "<ahelp hid=\".\">Specifies if the root node of the tree control is displayed.</ahelp>"
msgstr ""
-#: 03090408.xhp
+#: 01170101.xhp
msgctxt ""
-"03090408.xhp\n"
-"hd_id3156344\n"
-"5\n"
+"01170101.xhp\n"
+"par_id9174779\n"
"help.text"
-msgid "Example:"
+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 ""
-#: 03010305.xhp
+#: 01170101.xhp
msgctxt ""
-"03010305.xhp\n"
-"tit\n"
+"01170101.xhp\n"
+"par_id594195\n"
"help.text"
-msgid "RGB Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "The default value is TRUE."
+msgstr ""
-#: 03010305.xhp
-#, fuzzy
+#: 01170101.xhp
msgctxt ""
-"03010305.xhp\n"
-"hd_id3150792\n"
-"1\n"
+"01170101.xhp\n"
+"hd_id7534409\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>"
+msgid "Row height"
+msgstr ""
-#: 03010305.xhp
+#: 01170101.xhp
msgctxt ""
-"03010305.xhp\n"
-"par_id3150447\n"
-"2\n"
+"01170101.xhp\n"
+"par_id6471755\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."
+msgid "<ahelp hid=\".\">Specifies the height of each row of a tree control, in pixels.</ahelp>"
msgstr ""
-#: 03010305.xhp
+#: 01170101.xhp
msgctxt ""
-"03010305.xhp\n"
-"hd_id3147229\n"
-"3\n"
+"01170101.xhp\n"
+"par_id2909329\n"
"help.text"
-msgid "Syntax:"
+msgid "If the specified value is less than or equal to zero, the row height is the maximum height of all rows."
msgstr ""
-#: 03010305.xhp
+#: 01170101.xhp
msgctxt ""
-"03010305.xhp\n"
-"par_id3155132\n"
-"4\n"
+"01170101.xhp\n"
+"par_id4601580\n"
"help.text"
-msgid "RGB (Red, Green, Blue)"
+msgid "The default value is 0."
msgstr ""
-#: 03010305.xhp
+#: 01170101.xhp
msgctxt ""
-"03010305.xhp\n"
-"hd_id3156442\n"
-"5\n"
+"01170101.xhp\n"
+"hd_id3148761\n"
+"264\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Scale"
+msgstr "მასშტაბირება"
-#: 03010305.xhp
+#: 01170101.xhp
msgctxt ""
-"03010305.xhp\n"
-"par_id3159153\n"
-"6\n"
+"01170101.xhp\n"
+"par_id3159134\n"
+"265\n"
"help.text"
-msgid "Long"
+msgid "<ahelp hid=\".\">Scales the image to fit the control size.</ahelp>"
msgstr ""
-#: 03010305.xhp
+#: 01170101.xhp
msgctxt ""
-"03010305.xhp\n"
-"hd_id3154013\n"
-"7\n"
+"01170101.xhp\n"
+"hd_id7597277\n"
"help.text"
-msgid "Parameter:"
+msgid "Scrollbar"
msgstr ""
-#: 03010305.xhp
+#: 01170101.xhp
msgctxt ""
-"03010305.xhp\n"
-"par_id3152597\n"
-"8\n"
+"01170101.xhp\n"
+"par_id986968\n"
"help.text"
-msgid "<emph>Red</emph>: Any integer expression that represents the red component (0-255) of the composite color."
+msgid "<ahelp hid=\".\">Adds the scrollbar type that you specify to a text box.</ahelp>"
msgstr ""
-#: 03010305.xhp
+#: 01170101.xhp
msgctxt ""
-"03010305.xhp\n"
-"par_id3146974\n"
-"9\n"
+"01170101.xhp\n"
+"hd_id3147370\n"
+"241\n"
"help.text"
-msgid "<emph>Green</emph>: Any integer expression that represents the green component (0-255) of the composite color."
+msgid "Scroll value"
msgstr ""
-#: 03010305.xhp
+#: 01170101.xhp
msgctxt ""
-"03010305.xhp\n"
-"par_id3151113\n"
-"10\n"
+"01170101.xhp\n"
+"par_id3159622\n"
+"240\n"
"help.text"
-msgid "<emph>Blue</emph>: Any integer expression that represents the blue component (0-255) of the composite color."
+msgid "<ahelp hid=\".\">Specify the initial value of a scrollbar control. This determines the position of the scrollbar slider.</ahelp>"
msgstr ""
-#: 03010305.xhp
+#: 01170101.xhp
msgctxt ""
-"03010305.xhp\n"
-"hd_id3147435\n"
-"11\n"
+"01170101.xhp\n"
+"hd_id3155440\n"
+"252\n"
"help.text"
-msgid "Example:"
-msgstr ""
+msgid "Scroll value max."
+msgstr "გადაადგილების ზოლის მნიშვნელობის მაქსიმუმი"
-#: 03010305.xhp
+#: 01170101.xhp
msgctxt ""
-"03010305.xhp\n"
-"par_id3145647\n"
-"15\n"
+"01170101.xhp\n"
+"par_id3148877\n"
+"251\n"
"help.text"
-msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
+msgid "<ahelp hid=\".\">Specify the maximum value of a scrollbar control.</ahelp>"
msgstr ""
-#: 03010305.xhp
+#: 01170101.xhp
msgctxt ""
-"03010305.xhp\n"
-"par_id3154491\n"
-"16\n"
+"01170101.xhp\n"
+"par_idN111E4\n"
"help.text"
-msgid "\"red= \" & red(lVar) & Chr(13)&_"
-msgstr ""
+msgid "Scroll value min."
+msgstr "გადაადგილების ზოლის მნიშვნელობის მინიმუმი"
-#: 03010305.xhp
+#: 01170101.xhp
msgctxt ""
-"03010305.xhp\n"
-"par_id3149401\n"
-"17\n"
+"01170101.xhp\n"
+"par_idN111E8\n"
"help.text"
-msgid "\"green= \" & green(lVar) & Chr(13)&_"
+msgid "<ahelp hid=\".\">Specify the minimum value of a scrollbar control.</ahelp>"
msgstr ""
-#: 03010305.xhp
+#: 01170101.xhp
msgctxt ""
-"03010305.xhp\n"
-"par_id3150716\n"
-"18\n"
+"01170101.xhp\n"
+"hd_id543534\n"
"help.text"
-msgid "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
+msgid "Show handles"
msgstr ""
-#: 03102600.xhp
+#: 01170101.xhp
msgctxt ""
-"03102600.xhp\n"
-"tit\n"
+"01170101.xhp\n"
+"par_id5060884\n"
"help.text"
-msgid "IsNull Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "<ahelp hid=\".\">Specifies whether the handles of the nodes should be displayed.</ahelp>"
+msgstr ""
-#: 03102600.xhp
+#: 01170101.xhp
msgctxt ""
-"03102600.xhp\n"
-"bm_id3155555\n"
+"01170101.xhp\n"
+"par_id4974822\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>"
+msgid "The handles are dotted lines that visualize the hierarchy of the tree control."
+msgstr ""
-#: 03102600.xhp
-#, fuzzy
+#: 01170101.xhp
msgctxt ""
-"03102600.xhp\n"
-"hd_id3155555\n"
-"1\n"
+"01170101.xhp\n"
+"par_id7687307\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>"
+msgid "The default value is TRUE."
+msgstr ""
-#: 03102600.xhp
+#: 01170101.xhp
msgctxt ""
-"03102600.xhp\n"
-"par_id3146957\n"
-"2\n"
+"01170101.xhp\n"
+"hd_id4062013\n"
"help.text"
-msgid "Tests if a Variant contains the special Null value, indicating that the variable does not contain data."
+msgid "Show root handles"
msgstr ""
-#: 03102600.xhp
+#: 01170101.xhp
msgctxt ""
-"03102600.xhp\n"
-"hd_id3150670\n"
-"3\n"
+"01170101.xhp\n"
+"par_id3314004\n"
"help.text"
-msgid "Syntax:"
+msgid "<ahelp hid=\".\">Specifies whether the handles of the nodes should also be displayed at root level.</ahelp>"
msgstr ""
-#: 03102600.xhp
+#: 01170101.xhp
msgctxt ""
-"03102600.xhp\n"
-"par_id3150984\n"
-"4\n"
+"01170101.xhp\n"
+"par_id2396313\n"
"help.text"
-msgid "IsNull (Var)"
+msgid "The default value is TRUE."
msgstr ""
-#: 03102600.xhp
+#: 01170101.xhp
msgctxt ""
-"03102600.xhp\n"
-"hd_id3149514\n"
-"5\n"
+"01170101.xhp\n"
+"par_idN10EC2\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Selection"
+msgstr "მონიშვნა"
-#: 03102600.xhp
+#: 01170101.xhp
msgctxt ""
-"03102600.xhp\n"
-"par_id3145609\n"
-"6\n"
+"01170101.xhp\n"
+"par_idN10ED8\n"
"help.text"
-msgid "Bool"
+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 ""
-#: 03102600.xhp
+#: 01170101.xhp
msgctxt ""
-"03102600.xhp\n"
-"hd_id3149669\n"
-"7\n"
+"01170101.xhp\n"
+"par_idN10EEB\n"
"help.text"
-msgid "Parameters:"
+msgid "Click the <emph>...</emph> button to open the <emph>Selection</emph> dialog."
msgstr ""
-#: 03102600.xhp
+#: 01170101.xhp
msgctxt ""
-"03102600.xhp\n"
-"par_id3159414\n"
-"8\n"
+"01170101.xhp\n"
+"par_idN10F0A\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."
+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 ""
-#: 03102600.xhp
+#: 01170101.xhp
msgctxt ""
-"03102600.xhp\n"
-"par_idN1062A\n"
+"01170101.xhp\n"
+"hd_id5026093\n"
"help.text"
-msgid "<emph>Null</emph> - This value is used for a variant data sub type without valid contents."
+msgid "Selection type"
msgstr ""
-#: 03102600.xhp
+#: 01170101.xhp
msgctxt ""
-"03102600.xhp\n"
-"hd_id3153381\n"
-"9\n"
+"01170101.xhp\n"
+"par_id1134067\n"
"help.text"
-msgid "Example:"
+msgid "<ahelp hid=\".\">Specifies the selection mode that is enabled for this tree control.</ahelp>"
msgstr ""
-#: 03070300.xhp
+#: 01170101.xhp
msgctxt ""
-"03070300.xhp\n"
-"tit\n"
+"01170101.xhp\n"
+"hd_id3154193\n"
+"87\n"
"help.text"
-msgid "\"+\" Operator [Runtime]"
-msgstr ""
+msgid "Spin Button"
+msgstr "არჩევანის ღილაკი"
-#: 03070300.xhp
+#: 01170101.xhp
msgctxt ""
-"03070300.xhp\n"
-"bm_id3145316\n"
+"01170101.xhp\n"
+"par_id3145298\n"
+"88\n"
"help.text"
-msgid "<bookmark_value>\"+\" operator (mathematical)</bookmark_value>"
+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 ""
-#: 03070300.xhp
+#: 01170101.xhp
msgctxt ""
-"03070300.xhp\n"
-"hd_id3145316\n"
-"1\n"
+"01170101.xhp\n"
+"hd_id3156267\n"
+"232\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03070300.xhp\">\"+\" Operator [Runtime]</link>"
-msgstr ""
+msgid "State"
+msgstr "შტატი"
-#: 03070300.xhp
+#: 01170101.xhp
msgctxt ""
-"03070300.xhp\n"
-"par_id3145068\n"
-"2\n"
+"01170101.xhp\n"
+"par_id3150928\n"
+"231\n"
"help.text"
-msgid "Adds or combines two expressions."
+msgid "<ahelp hid=\".\">Select the selection state of the current control.</ahelp>"
msgstr ""
-#: 03070300.xhp
+#: 01170101.xhp
msgctxt ""
-"03070300.xhp\n"
-"hd_id3144500\n"
-"3\n"
+"01170101.xhp\n"
+"hd_id3148396\n"
+"112\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "Strict format"
+msgstr "მკაცრი ფორმატი"
-#: 03070300.xhp
+#: 01170101.xhp
msgctxt ""
-"03070300.xhp\n"
-"par_id3150358\n"
-"4\n"
+"01170101.xhp\n"
+"par_id3153042\n"
+"113\n"
"help.text"
-msgid "Result = Expression1 + Expression2"
+msgid "<ahelp hid=\".\">Select \"Yes\" to only allow valid characters to be entered in a numerical, currency, date, or time control.</ahelp>"
msgstr ""
-#: 03070300.xhp
+#: 01170101.xhp
msgctxt ""
-"03070300.xhp\n"
-"hd_id3150400\n"
-"5\n"
+"01170101.xhp\n"
+"hd_id3149538\n"
+"48\n"
"help.text"
-msgid "Parameters:"
+msgid "Tabstop"
msgstr ""
-#: 03070300.xhp
+#: 01170101.xhp
msgctxt ""
-"03070300.xhp\n"
-"par_id3154123\n"
-"6\n"
+"01170101.xhp\n"
+"par_id3148543\n"
+"49\n"
"help.text"
-msgid "<emph>Result:</emph> Any numerical expression that contains the result of the addition."
+msgid "<ahelp hid=\".\">Select the focus behavior of the current control when using the <emph>Tab</emph> key.</ahelp>"
msgstr ""
-#: 03070300.xhp
+#: 01170101.xhp
+#, fuzzy
msgctxt ""
-"03070300.xhp\n"
-"par_id3150870\n"
-"7\n"
+"01170101.xhp\n"
+"par_id3148776\n"
+"178\n"
"help.text"
-msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to combine or to add."
-msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
+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საწყისი"
-#: 03070300.xhp
+#: 01170101.xhp
msgctxt ""
-"03070300.xhp\n"
-"hd_id3153969\n"
-"8\n"
+"01170101.xhp\n"
+"par_id3153547\n"
+"179\n"
"help.text"
-msgid "Example:"
+msgid "Only input controls receive the focus when using the <emph>Tab</emph> key. Controls without input like caption controls are omitted."
msgstr ""
-#: 03120311.xhp
-msgctxt ""
-"03120311.xhp\n"
-"tit\n"
-"help.text"
-msgid "Trim Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03120311.xhp
+#: 01170101.xhp
msgctxt ""
-"03120311.xhp\n"
-"bm_id3150616\n"
+"01170101.xhp\n"
+"par_id3154632\n"
+"52\n"
"help.text"
-msgid "<bookmark_value>Trim function</bookmark_value>"
-msgstr "<bookmark_value>Trim ფუნქცია</bookmark_value>"
+msgid "No"
+msgstr "არა"
-#: 03120311.xhp
-#, fuzzy
+#: 01170101.xhp
msgctxt ""
-"03120311.xhp\n"
-"hd_id3150616\n"
-"1\n"
+"01170101.xhp\n"
+"par_id3150475\n"
+"53\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>"
+msgid "When using the tab key focusing skips the control."
+msgstr ""
-#: 03120311.xhp
+#: 01170101.xhp
msgctxt ""
-"03120311.xhp\n"
-"par_id3149177\n"
-"2\n"
+"01170101.xhp\n"
+"par_id3150690\n"
+"50\n"
"help.text"
-msgid "Removes all leading and trailing spaces from a string expression."
-msgstr "წაშლის ყველა"
+msgid "Yes"
+msgstr "დიახ"
-#: 03120311.xhp
+#: 01170101.xhp
msgctxt ""
-"03120311.xhp\n"
-"hd_id3159157\n"
-"3\n"
+"01170101.xhp\n"
+"par_id3159106\n"
+"51\n"
"help.text"
-msgid "Syntax:"
+msgid "The control can be selected with the Tab key."
msgstr ""
-#: 03120311.xhp
+#: 01170101.xhp
msgctxt ""
-"03120311.xhp\n"
-"par_id3155341\n"
-"4\n"
+"01170101.xhp\n"
+"hd_id3145152\n"
+"147\n"
"help.text"
-msgid "Trim( Text As String )"
-msgstr "Trim( Text As String )"
+msgid "Thousands Separator"
+msgstr ""
-#: 03120311.xhp
+#: 01170101.xhp
msgctxt ""
-"03120311.xhp\n"
-"hd_id3155388\n"
-"5\n"
+"01170101.xhp\n"
+"par_id3155085\n"
+"148\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "<ahelp hid=\".\">Select \"Yes\" to display thousands separator characters in numerical and currency controls.</ahelp>"
+msgstr ""
-#: 03120311.xhp
+#: 01170101.xhp
msgctxt ""
-"03120311.xhp\n"
-"par_id3143228\n"
-"6\n"
+"01170101.xhp\n"
+"hd_id3152816\n"
+"168\n"
"help.text"
-msgid "String"
-msgstr "სტრიქონები"
+msgid "Time Format"
+msgstr ""
-#: 03120311.xhp
+#: 01170101.xhp
msgctxt ""
-"03120311.xhp\n"
-"hd_id3145609\n"
-"7\n"
+"01170101.xhp\n"
+"par_id3145263\n"
+"169\n"
"help.text"
-msgid "Parameters:"
+msgid "<ahelp hid=\".\">Select the format to be used for time controls.</ahelp>"
msgstr ""
-#: 03120311.xhp
+#: 01170101.xhp
msgctxt ""
-"03120311.xhp\n"
-"par_id3159414\n"
-"8\n"
+"01170101.xhp\n"
+"hd_id3153920\n"
+"127\n"
"help.text"
-msgid "<emph>Text:</emph> Any string expression."
-msgstr "<emph>ტექსტი: </emph>ნებისმიერი სტრინგული გამოსახულება."
+msgid "Time max."
+msgstr ""
-#: 03120311.xhp
+#: 01170101.xhp
msgctxt ""
-"03120311.xhp\n"
-"hd_id3148663\n"
-"10\n"
+"01170101.xhp\n"
+"par_id3155401\n"
+"128\n"
"help.text"
-msgid "Example:"
+msgid "<ahelp hid=\".\">Specify the maximum time value for a time control.</ahelp>"
msgstr ""
-#: 03000000.xhp
+#: 01170101.xhp
msgctxt ""
-"03000000.xhp\n"
-"tit\n"
+"01170101.xhp\n"
+"hd_id3163818\n"
+"135\n"
"help.text"
-msgid "Run-Time Functions"
+msgid "Time min."
msgstr ""
-#: 03000000.xhp
+#: 01170101.xhp
msgctxt ""
-"03000000.xhp\n"
-"hd_id3152895\n"
-"1\n"
+"01170101.xhp\n"
+"par_id3156262\n"
+"136\n"
"help.text"
-msgid "<variable id=\"doc_title\"><link href=\"text/sbasic/shared/03000000.xhp\" name=\"Run-Time Functions\">Run-Time Functions</link></variable>"
+msgid "<ahelp hid=\".\">Specify the minimum time value for a time control.</ahelp>"
msgstr ""
-#: 03000000.xhp
+#: 01170101.xhp
msgctxt ""
-"03000000.xhp\n"
-"par_id3148983\n"
-"2\n"
+"01170101.xhp\n"
+"hd_id3148638\n"
+"266\n"
"help.text"
-msgid "This section describes the Runtime Functions of <item type=\"productname\">%PRODUCTNAME</item> Basic."
-msgstr ""
+msgid "Title"
+msgstr "სათაური"
-#: 03020103.xhp
+#: 01170101.xhp
msgctxt ""
-"03020103.xhp\n"
-"tit\n"
+"01170101.xhp\n"
+"par_id3147169\n"
+"267\n"
"help.text"
-msgid "Open Statement[Runtime]"
+msgid "<ahelp hid=\".\">Specify the title of the dialog. Click the border of the dialog to select the dialog.</ahelp>"
msgstr ""
-#: 03020103.xhp
+#: 01170101.xhp
msgctxt ""
-"03020103.xhp\n"
-"bm_id3150791\n"
+"01170101.xhp\n"
+"par_id3153716\n"
+"55\n"
"help.text"
-msgid "<bookmark_value>Open statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+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 ""
-#: 03020103.xhp
-#, fuzzy
+#: 01170101.xhp
msgctxt ""
-"03020103.xhp\n"
-"hd_id3150791\n"
-"1\n"
+"01170101.xhp\n"
+"hd_id3152594\n"
+"173\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>"
+msgid "Tristate"
+msgstr "ტრისტატი"
-#: 03020103.xhp
+#: 01170101.xhp
msgctxt ""
-"03020103.xhp\n"
-"par_id3150769\n"
-"2\n"
+"01170101.xhp\n"
+"par_id3149825\n"
+"174\n"
"help.text"
-msgid "Opens a data channel."
+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 ""
-#: 03020103.xhp
+#: 01170101.xhp
msgctxt ""
-"03020103.xhp\n"
-"hd_id3147230\n"
-"3\n"
+"01170101.xhp\n"
+"hd_id3150614\n"
+"268\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "Value"
+msgstr "მნიშვნელობა"
-#: 03020103.xhp
+#: 01170101.xhp
msgctxt ""
-"03020103.xhp\n"
-"par_id3154124\n"
-"4\n"
+"01170101.xhp\n"
+"par_id3154315\n"
+"269\n"
"help.text"
-msgid "Open FileName As String [For Mode] [Access IOMode] [Protected] As [#]FileNumber As Integer [Len = DatasetLength]"
+msgid "<ahelp hid=\".\">Specify the value for the current control.</ahelp>"
msgstr ""
-#: 03020103.xhp
+#: 01170101.xhp
msgctxt ""
-"03020103.xhp\n"
-"hd_id3156280\n"
-"5\n"
+"01170101.xhp\n"
+"hd_id3152480\n"
+"125\n"
"help.text"
-msgid "Parameters:"
+msgid "Value max."
msgstr ""
-#: 03020103.xhp
+#: 01170101.xhp
msgctxt ""
-"03020103.xhp\n"
-"par_id3155132\n"
-"6\n"
+"01170101.xhp\n"
+"par_id3163823\n"
+"126\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."
+msgid "<ahelp hid=\".\">Specify the maximum value for the current control.</ahelp>"
msgstr ""
-#: 03020103.xhp
+#: 01170101.xhp
msgctxt ""
-"03020103.xhp\n"
-"par_id3149262\n"
-"7\n"
+"01170101.xhp\n"
+"hd_id3149276\n"
+"133\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)."
+msgid "Value min."
msgstr ""
-#: 03020103.xhp
+#: 01170101.xhp
msgctxt ""
-"03020103.xhp\n"
-"par_id3154014\n"
-"8\n"
+"01170101.xhp\n"
+"par_id3145088\n"
+"134\n"
"help.text"
-msgid "<emph>IOMode:</emph> Keyword that defines the access type. Valid values: Read (read-only), Write (write-only), Read Write (both)."
+msgid "<ahelp hid=\".\">Specify the minimum value for the current control.</ahelp>"
msgstr ""
-#: 03020103.xhp
+#: 01170101.xhp
msgctxt ""
-"03020103.xhp\n"
-"par_id3150011\n"
-"9\n"
+"01170101.xhp\n"
+"hd_id3149712\n"
+"234\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 ""
+msgid "Visible size"
+msgstr "ხილული ზომა"
-#: 03020103.xhp
+#: 01170101.xhp
msgctxt ""
-"03020103.xhp\n"
-"par_id3153190\n"
-"10\n"
+"01170101.xhp\n"
+"par_id3149445\n"
+"233\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."
+msgid "<ahelp hid=\".\">Specify the length of the slider of a scrollbar control.</ahelp>"
msgstr ""
-#: 03020103.xhp
+#: 01170101.xhp
msgctxt ""
-"03020103.xhp\n"
-"par_id3151115\n"
-"11\n"
+"01170101.xhp\n"
+"hd_id3152472\n"
+"142\n"
"help.text"
-msgid "<emph>DatasetLength:</emph> For random access files, set the length of the records."
-msgstr ""
+msgid "Width"
+msgstr "სიგანე"
-#: 03020103.xhp
+#: 01170101.xhp
msgctxt ""
-"03020103.xhp\n"
-"par_id3153418\n"
-"12\n"
+"01170101.xhp\n"
+"par_id3157963\n"
+"143\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."
+msgid "<ahelp hid=\".\">Specify the width of the current control or dialog.</ahelp>"
msgstr ""
-#: 03020103.xhp
+#: 01170103.xhp
msgctxt ""
-"03020103.xhp\n"
-"hd_id3149123\n"
-"13\n"
+"01170103.xhp\n"
+"tit\n"
"help.text"
-msgid "Example:"
+msgid "Events"
msgstr ""
-#: 03020103.xhp
+#: 01170103.xhp
msgctxt ""
-"03020103.xhp\n"
-"par_id3154705\n"
-"22\n"
+"01170103.xhp\n"
+"hd_id3155506\n"
+"1\n"
"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
-msgstr ""
+msgid "<link href=\"text/sbasic/shared/01170103.xhp\" name=\"Events\">Events</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 03020103.xhp
+#: 01170103.xhp
msgctxt ""
-"03020103.xhp\n"
-"par_id3146916\n"
-"23\n"
+"01170103.xhp\n"
+"par_id3146114\n"
+"2\n"
"help.text"
-msgid "Print #iNumber, \"This is another line of text\""
+msgid "Define event assignments for the selected control or dialog. The available events depend on the type of control selected."
msgstr ""
-#: 03070200.xhp
+#: 01170103.xhp
msgctxt ""
-"03070200.xhp\n"
-"tit\n"
+"01170103.xhp\n"
+"hd_id3145387\n"
+"16\n"
"help.text"
-msgid "\"*\" Operator [Runtime]"
+msgid "When receiving focus"
msgstr ""
-#: 03070200.xhp
+#: 01170103.xhp
msgctxt ""
-"03070200.xhp\n"
-"bm_id3147573\n"
+"01170103.xhp\n"
+"par_id3155090\n"
+"17\n"
"help.text"
-msgid "<bookmark_value>\"*\" operator (mathematical)</bookmark_value>"
+msgid "<ahelp hid=\"HID_EVT_FOCUSGAINED\">This event takes place if a control receives the focus.</ahelp>"
msgstr ""
-#: 03070200.xhp
+#: 01170103.xhp
msgctxt ""
-"03070200.xhp\n"
-"hd_id3147573\n"
-"1\n"
+"01170103.xhp\n"
+"hd_id3152892\n"
+"18\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03070200.xhp\">\"*\" Operator [Runtime]</link>"
+msgid "When losing focus"
msgstr ""
-#: 03070200.xhp
+#: 01170103.xhp
msgctxt ""
-"03070200.xhp\n"
-"par_id3154347\n"
-"2\n"
+"01170103.xhp\n"
+"par_id3153305\n"
+"19\n"
"help.text"
-msgid "Multiplies two values."
+msgid "<ahelp hid=\"HID_EVT_FOCUSLOST\">This event takes place if a control loses the focus.</ahelp>"
msgstr ""
-#: 03070200.xhp
+#: 01170103.xhp
msgctxt ""
-"03070200.xhp\n"
-"hd_id3148946\n"
-"3\n"
+"01170103.xhp\n"
+"hd_id3152896\n"
+"20\n"
"help.text"
-msgid "Syntax:"
+msgid "Key pressed"
msgstr ""
-#: 03070200.xhp
+#: 01170103.xhp
msgctxt ""
-"03070200.xhp\n"
-"par_id3150358\n"
-"4\n"
+"01170103.xhp\n"
+"par_id3148837\n"
+"21\n"
"help.text"
-msgid "Result = Expression1 * Expression2"
+msgid "<ahelp hid=\"HID_EVT_KEYTYPED\">This event occurs when the user presses any key while the control has the focus.</ahelp>"
msgstr ""
-#: 03070200.xhp
+#: 01170103.xhp
msgctxt ""
-"03070200.xhp\n"
-"hd_id3150400\n"
-"5\n"
+"01170103.xhp\n"
+"hd_id3146869\n"
+"43\n"
"help.text"
-msgid "Parameters:"
+msgid "Key released"
msgstr ""
-#: 03070200.xhp
+#: 01170103.xhp
msgctxt ""
-"03070200.xhp\n"
-"par_id3154365\n"
-"6\n"
+"01170103.xhp\n"
+"par_id3155267\n"
+"44\n"
"help.text"
-msgid "<emph>Result:</emph> Any numeric expression that records the result of a multiplication."
+msgid "<ahelp hid=\"HID_EVT_KEYUP\">This event occurs when the user releases a key while the control has the focus.</ahelp>"
msgstr ""
-#: 03070200.xhp
+#: 01170103.xhp
+#, fuzzy
msgctxt ""
-"03070200.xhp\n"
-"par_id3154685\n"
-"7\n"
+"01170103.xhp\n"
+"hd_id3159096\n"
+"41\n"
"help.text"
-msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to multiply."
-msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
+msgid "Modified"
+msgstr "#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nშეცვლილი\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nშეცვლილია"
-#: 03070200.xhp
+#: 01170103.xhp
msgctxt ""
-"03070200.xhp\n"
-"hd_id3153968\n"
-"8\n"
+"01170103.xhp\n"
+"par_id3156019\n"
+"42\n"
"help.text"
-msgid "Example:"
+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 ""
-#: 03020000.xhp
+#: 01170103.xhp
msgctxt ""
-"03020000.xhp\n"
-"tit\n"
+"01170103.xhp\n"
+"hd_id3144508\n"
+"10\n"
"help.text"
-msgid "File I/O Functions"
+msgid "Text modified"
msgstr ""
-#: 03020000.xhp
+#: 01170103.xhp
msgctxt ""
-"03020000.xhp\n"
-"hd_id3156344\n"
-"1\n"
+"01170103.xhp\n"
+"par_id3148608\n"
+"11\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020000.xhp\" name=\"File I/O Functions\">File I/O Functions</link>"
+msgid "<ahelp hid=\"HID_EVT_TEXTCHANGED\">This event takes place if you enter or modify a text in an input field.</ahelp>"
msgstr ""
-#: 03020000.xhp
+#: 01170103.xhp
msgctxt ""
-"03020000.xhp\n"
-"par_id3153360\n"
-"2\n"
+"01170103.xhp\n"
+"hd_id3159207\n"
+"8\n"
"help.text"
-msgid "Use File I/O functions to create and manage user-defined (data) files."
+msgid "Item status changed"
msgstr ""
-#: 03020000.xhp
+#: 01170103.xhp
msgctxt ""
-"03020000.xhp\n"
-"par_id3150398\n"
-"3\n"
+"01170103.xhp\n"
+"par_id3155097\n"
+"9\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."
+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 ""
-#: 03101000.xhp
+#: 01170103.xhp
msgctxt ""
-"03101000.xhp\n"
-"tit\n"
+"01170103.xhp\n"
+"hd_id3151304\n"
+"26\n"
"help.text"
-msgid "CStr Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Mouse inside"
+msgstr ""
-#: 03101000.xhp
+#: 01170103.xhp
msgctxt ""
-"03101000.xhp\n"
-"bm_id3146958\n"
+"01170103.xhp\n"
+"par_id3152871\n"
+"27\n"
"help.text"
-msgid "<bookmark_value>CStr function</bookmark_value>"
-msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
+msgid "<ahelp hid=\"HID_EVT_MOUSEENTERED\">This event takes place when the mouse enters the control.</ahelp>"
+msgstr ""
-#: 03101000.xhp
-#, fuzzy
+#: 01170103.xhp
msgctxt ""
-"03101000.xhp\n"
-"hd_id3146958\n"
-"1\n"
+"01170103.xhp\n"
+"hd_id3146778\n"
+"30\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>"
+msgid "Mouse moved while key pressed"
+msgstr ""
-#: 03101000.xhp
+#: 01170103.xhp
msgctxt ""
-"03101000.xhp\n"
-"par_id3147574\n"
-"2\n"
+"01170103.xhp\n"
+"par_id3150403\n"
+"31\n"
"help.text"
-msgid "Converts any numeric expression to a string expression."
+msgid "<ahelp hid=\"HID_EVT_MOUSEDRAGGED\">This event takes place when the mouse is dragged while a key is pressed.</ahelp>"
msgstr ""
-#: 03101000.xhp
+#: 01170103.xhp
msgctxt ""
-"03101000.xhp\n"
-"hd_id3148473\n"
-"3\n"
+"01170103.xhp\n"
+"hd_id3150210\n"
+"32\n"
"help.text"
-msgid "Syntax:"
+msgid "Mouse moved"
msgstr ""
-#: 03101000.xhp
+#: 01170103.xhp
msgctxt ""
-"03101000.xhp\n"
-"par_id3145315\n"
-"4\n"
+"01170103.xhp\n"
+"par_id3149697\n"
+"33\n"
"help.text"
-msgid "CStr (Expression)"
-msgstr "Str (გამოსახულება)"
+msgid "<ahelp hid=\"HID_EVT_MOUSEMOVED\">This event takes place when the mouse moves over the control.</ahelp>"
+msgstr ""
-#: 03101000.xhp
+#: 01170103.xhp
msgctxt ""
-"03101000.xhp\n"
-"hd_id3153062\n"
-"5\n"
+"01170103.xhp\n"
+"hd_id3145216\n"
+"22\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Mouse button pressed"
+msgstr ""
-#: 03101000.xhp
+#: 01170103.xhp
msgctxt ""
-"03101000.xhp\n"
-"par_id3153897\n"
-"6\n"
+"01170103.xhp\n"
+"par_id3155914\n"
+"23\n"
"help.text"
-msgid "String"
-msgstr "სტრიქონები"
+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 ""
-#: 03101000.xhp
+#: 01170103.xhp
msgctxt ""
-"03101000.xhp\n"
-"hd_id3154760\n"
-"7\n"
+"01170103.xhp\n"
+"hd_id3148899\n"
+"24\n"
"help.text"
-msgid "Parameters:"
+msgid "Mouse button released"
msgstr ""
-#: 03101000.xhp
+#: 01170103.xhp
msgctxt ""
-"03101000.xhp\n"
-"par_id3149457\n"
-"8\n"
+"01170103.xhp\n"
+"par_id3153812\n"
+"25\n"
"help.text"
-msgid "<emph>Expression:</emph> Any valid string or numeric expression that you want to convert."
-msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
+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 ""
-#: 03101000.xhp
+#: 01170103.xhp
msgctxt ""
-"03101000.xhp\n"
-"hd_id3150358\n"
-"9\n"
+"01170103.xhp\n"
+"hd_id3153556\n"
+"28\n"
"help.text"
-msgid "Expression Types and Conversion Returns"
+msgid "Mouse outside"
msgstr ""
-#: 03101000.xhp
+#: 01170103.xhp
msgctxt ""
-"03101000.xhp\n"
-"par_id3153192\n"
-"10\n"
+"01170103.xhp\n"
+"par_id3153013\n"
+"29\n"
"help.text"
-msgid "Boolean :"
+msgid "<ahelp hid=\"HID_EVT_MOUSEEXITED\">This event takes place when the mouse leaves the control.</ahelp>"
msgstr ""
-#: 03101000.xhp
+#: 01170103.xhp
msgctxt ""
-"03101000.xhp\n"
-"par_id3156422\n"
-"11\n"
+"01170103.xhp\n"
+"hd_id3155759\n"
+"45\n"
"help.text"
-msgid "String that evaluates to either <emph>True</emph> or <emph>False</emph>."
+msgid "While adjusting"
msgstr ""
-#: 03101000.xhp
+#: 01170103.xhp
msgctxt ""
-"03101000.xhp\n"
-"par_id3147287\n"
-"12\n"
+"01170103.xhp\n"
+"par_id3156364\n"
+"46\n"
"help.text"
-msgid "Date :"
+msgid "<ahelp hid=\"HID_EVT_MOUSEEXITED\">This event takes place when a scrollbar is being dragged.</ahelp>"
msgstr ""
-#: 03101000.xhp
+#: 03000000.xhp
msgctxt ""
-"03101000.xhp\n"
-"par_id3155411\n"
-"13\n"
+"03000000.xhp\n"
+"tit\n"
"help.text"
-msgid "String that contains the date and time."
+msgid "Run-Time Functions"
msgstr ""
-#: 03101000.xhp
+#: 03000000.xhp
msgctxt ""
-"03101000.xhp\n"
-"par_id3147428\n"
-"14\n"
+"03000000.xhp\n"
+"hd_id3152895\n"
+"1\n"
"help.text"
-msgid "Null :"
+msgid "<variable id=\"doc_title\"><link href=\"text/sbasic/shared/03000000.xhp\" name=\"Run-Time Functions\">Run-Time Functions</link></variable>"
msgstr ""
-#: 03101000.xhp
+#: 03000000.xhp
msgctxt ""
-"03101000.xhp\n"
-"par_id3150486\n"
-"15\n"
+"03000000.xhp\n"
+"par_id3148983\n"
+"2\n"
"help.text"
-msgid "Run-time error."
+msgid "This section describes the Runtime Functions of <item type=\"productname\">%PRODUCTNAME</item> Basic."
msgstr ""
-#: 03101000.xhp
+#: 03010000.xhp
msgctxt ""
-"03101000.xhp\n"
-"par_id3153953\n"
-"16\n"
+"03010000.xhp\n"
+"tit\n"
"help.text"
-msgid "Empty :"
+msgid "Screen I/O Functions"
msgstr ""
-#: 03101000.xhp
+#: 03010000.xhp
msgctxt ""
-"03101000.xhp\n"
-"par_id3155306\n"
-"17\n"
+"03010000.xhp\n"
+"hd_id3156280\n"
+"1\n"
"help.text"
-msgid "String without any characters."
+msgid "<link href=\"text/sbasic/shared/03010000.xhp\" name=\"Screen I/O Functions\">Screen I/O Functions</link>"
msgstr ""
-#: 03101000.xhp
+#: 03010000.xhp
msgctxt ""
-"03101000.xhp\n"
-"par_id3149260\n"
-"18\n"
+"03010000.xhp\n"
+"par_id3153770\n"
+"2\n"
"help.text"
-msgid "Any :"
+msgid "This section describes the Runtime Functions used to call dialogs for the input and output of user entries."
msgstr ""
-#: 03101000.xhp
+#: 03010100.xhp
msgctxt ""
-"03101000.xhp\n"
-"par_id3152938\n"
-"19\n"
+"03010100.xhp\n"
+"tit\n"
"help.text"
-msgid "Corresponding number as string."
+msgid "Display Functions"
msgstr ""
-#: 03101000.xhp
+#: 03010100.xhp
msgctxt ""
-"03101000.xhp\n"
-"par_id3155738\n"
-"20\n"
+"03010100.xhp\n"
+"hd_id3151384\n"
+"1\n"
"help.text"
-msgid "Zeros at the end of a floating-point number are not included in the returned string."
+msgid "<link href=\"text/sbasic/shared/03010100.xhp\" name=\"Display Functions\">Display Functions</link>"
msgstr ""
-#: 03101000.xhp
+#: 03010100.xhp
msgctxt ""
-"03101000.xhp\n"
-"hd_id3154729\n"
-"21\n"
+"03010100.xhp\n"
+"par_id3149346\n"
+"2\n"
"help.text"
-msgid "Example:"
+msgid "This section describes Runtime functions used to output information to the screen display."
msgstr ""
-#: 03020101.xhp
+#: 03010101.xhp
msgctxt ""
-"03020101.xhp\n"
+"03010101.xhp\n"
"tit\n"
"help.text"
-msgid "Close Statement [Runtime]"
+msgid "MsgBox Statement [Runtime]"
msgstr ""
-#: 03020101.xhp
+#: 03010101.xhp
msgctxt ""
-"03020101.xhp\n"
-"bm_id3157896\n"
+"03010101.xhp\n"
+"bm_id1807916\n"
"help.text"
-msgid "<bookmark_value>Close statement</bookmark_value>"
+msgid "<bookmark_value>MsgBox statement</bookmark_value>"
msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03020101.xhp
-#, fuzzy
+#: 03010101.xhp
msgctxt ""
-"03020101.xhp\n"
-"hd_id3157896\n"
+"03010101.xhp\n"
+"hd_id3154927\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>"
+msgid "<link href=\"text/sbasic/shared/03010101.xhp\">MsgBox Statement [Runtime]</link>"
+msgstr ""
-#: 03020101.xhp
+#: 03010101.xhp
msgctxt ""
-"03020101.xhp\n"
-"par_id3147573\n"
+"03010101.xhp\n"
+"par_id3148947\n"
"2\n"
"help.text"
-msgid "Closes a specified file that was opened with the Open statement."
+msgid "Displays a dialog box containing a message."
msgstr ""
-#: 03020101.xhp
+#: 03010101.xhp
msgctxt ""
-"03020101.xhp\n"
-"hd_id3156344\n"
+"03010101.xhp\n"
+"hd_id3153897\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020101.xhp
+#: 03010101.xhp
msgctxt ""
-"03020101.xhp\n"
-"par_id3147265\n"
+"03010101.xhp\n"
+"par_id3148664\n"
"4\n"
"help.text"
-msgid "Close FileNumber As Integer[, FileNumber2 As Integer[,...]]"
+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 ""
-#: 03020101.xhp
+#: 03010101.xhp
msgctxt ""
-"03020101.xhp\n"
-"hd_id3153379\n"
+"03010101.xhp\n"
+"hd_id3153361\n"
"5\n"
"help.text"
-msgid "Parameters:"
+msgid "Parameter:"
msgstr ""
-#: 03020101.xhp
+#: 03010101.xhp
msgctxt ""
-"03020101.xhp\n"
-"par_id3150791\n"
+"03010101.xhp\n"
+"par_id3148798\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."
+msgid "<emph>Text</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)."
msgstr ""
-#: 03020101.xhp
+#: 03010101.xhp
msgctxt ""
-"03020101.xhp\n"
-"hd_id3153192\n"
+"03010101.xhp\n"
+"par_id3150769\n"
"7\n"
"help.text"
-msgid "Example:"
+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 ""
-#: 03020101.xhp
+#: 03010101.xhp
msgctxt ""
-"03020101.xhp\n"
-"par_id3153727\n"
-"16\n"
+"03010101.xhp\n"
+"par_id3147228\n"
+"8\n"
"help.text"
-msgid "Print #iNumber, \"First line of 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 ""
-#: 03020101.xhp
+#: 03010101.xhp
msgctxt ""
-"03020101.xhp\n"
-"par_id3147350\n"
-"17\n"
+"03010101.xhp\n"
+"par_id3161832\n"
+"9\n"
"help.text"
-msgid "Print #iNumber, \"Another line of text\""
+msgid "0 : Display OK button only."
msgstr ""
-#: 03102800.xhp
+#: 03010101.xhp
msgctxt ""
-"03102800.xhp\n"
-"tit\n"
+"03010101.xhp\n"
+"par_id3153726\n"
+"10\n"
"help.text"
-msgid "IsObject Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "1 : Display OK and Cancel buttons."
+msgstr ""
-#: 03102800.xhp
+#: 03010101.xhp
msgctxt ""
-"03102800.xhp\n"
-"bm_id3149346\n"
+"03010101.xhp\n"
+"par_id3149665\n"
+"11\n"
"help.text"
-msgid "<bookmark_value>IsObject function</bookmark_value>"
-msgstr "<bookmark_value>CreateObject ფუნქცია</bookmark_value>"
+msgid "2 : Display Abort, Retry, and Ignore buttons."
+msgstr ""
-#: 03102800.xhp
-#, fuzzy
+#: 03010101.xhp
msgctxt ""
-"03102800.xhp\n"
-"hd_id3149346\n"
-"1\n"
+"03010101.xhp\n"
+"par_id3147318\n"
+"12\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>"
+msgid "3 : Display Yes, No and Cancel buttons."
+msgstr ""
-#: 03102800.xhp
+#: 03010101.xhp
msgctxt ""
-"03102800.xhp\n"
-"par_id3148538\n"
-"2\n"
+"03010101.xhp\n"
+"par_id3155412\n"
+"13\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."
+msgid "4 : Display Yes and No buttons."
msgstr ""
-#: 03102800.xhp
+#: 03010101.xhp
msgctxt ""
-"03102800.xhp\n"
-"hd_id3149234\n"
-"3\n"
+"03010101.xhp\n"
+"par_id3146119\n"
+"14\n"
"help.text"
-msgid "Syntax:"
+msgid "5 : Display Retry and Cancel buttons."
msgstr ""
-#: 03102800.xhp
+#: 03010101.xhp
msgctxt ""
-"03102800.xhp\n"
-"par_id3154285\n"
-"4\n"
+"03010101.xhp\n"
+"par_id3159155\n"
+"15\n"
"help.text"
-msgid "IsObject (ObjectVar)"
+msgid "16 : Add the Stop icon to the dialog."
msgstr ""
-#: 03102800.xhp
+#: 03010101.xhp
msgctxt ""
-"03102800.xhp\n"
-"hd_id3148685\n"
-"5\n"
+"03010101.xhp\n"
+"par_id3145366\n"
+"16\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "32 : Add the Question icon to the dialog."
+msgstr ""
-#: 03102800.xhp
+#: 03010101.xhp
msgctxt ""
-"03102800.xhp\n"
-"par_id3156024\n"
-"6\n"
+"03010101.xhp\n"
+"par_id3147350\n"
+"17\n"
"help.text"
-msgid "Bool"
+msgid "48 : Add the Exclamation icon to the dialog."
msgstr ""
-#: 03102800.xhp
+#: 03010101.xhp
msgctxt ""
-"03102800.xhp\n"
-"hd_id3148947\n"
-"7\n"
+"03010101.xhp\n"
+"par_id3149960\n"
+"18\n"
"help.text"
-msgid "Parameters:"
+msgid "64 : Add the Information icon to the dialog."
msgstr ""
-#: 03102800.xhp
+#: 03010101.xhp
msgctxt ""
-"03102800.xhp\n"
-"par_id3148552\n"
-"8\n"
+"03010101.xhp\n"
+"par_id3154944\n"
+"19\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."
+msgid "128 : First button in the dialog as default button."
msgstr ""
-#: 03132500.xhp
+#: 03010101.xhp
msgctxt ""
-"03132500.xhp\n"
-"tit\n"
+"03010101.xhp\n"
+"par_id3155417\n"
+"20\n"
"help.text"
-msgid "GetDefaultContext Function [Runtime]"
+msgid "256 : Second button in the dialog as default button."
msgstr ""
-#: 03132500.xhp
+#: 03010101.xhp
msgctxt ""
-"03132500.xhp\n"
-"bm_id4761192\n"
+"03010101.xhp\n"
+"par_id3153878\n"
+"21\n"
"help.text"
-msgid "<bookmark_value>GetDefaultContext function</bookmark_value>"
-msgstr "<bookmark_value>GetDefaultContext</bookmark_value>"
+msgid "512 : Third button in the dialog as default button."
+msgstr ""
-#: 03132500.xhp
+#: 03010101.xhp
msgctxt ""
-"03132500.xhp\n"
-"par_idN10580\n"
+"03010101.xhp\n"
+"hd_id3150715\n"
+"22\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03132500.xhp\">GetDefaultContext Function [Runtime]</link>"
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03010101.xhp
+msgctxt ""
+"03010101.xhp\n"
+"par_id3150327\n"
+"24\n"
+"help.text"
+msgid "Const sText1 = \"An unexpected error occurred.\""
msgstr ""
-#: 03132500.xhp
+#: 03010101.xhp
msgctxt ""
-"03132500.xhp\n"
-"par_idN10590\n"
+"03010101.xhp\n"
+"par_id3146912\n"
+"25\n"
"help.text"
-msgid "Returns the default context of the process service factory, if existent, else returns a null reference."
-msgstr "არსებობის შემთხვევაში აბრუნებს სერვისის ქარხნის საწყის შინაარს, წინააღმდეგ შემთხვევაში აბრუნებს null მითითებას"
+msgid "Const sText2 = \"The program execution will continue, however.\""
+msgstr ""
-#: 03132500.xhp
-#, fuzzy
+#: 03010101.xhp
msgctxt ""
-"03132500.xhp\n"
-"par_idN10593\n"
+"03010101.xhp\n"
+"par_id3154757\n"
+"26\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>."
+msgid "Const sText3 = \"Error\""
+msgstr ""
-#: 03080101.xhp
+#: 03010102.xhp
msgctxt ""
-"03080101.xhp\n"
+"03010102.xhp\n"
"tit\n"
"help.text"
-msgid "Atn Function [Runtime]"
+msgid "MsgBox Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03080101.xhp
+#: 03010102.xhp
msgctxt ""
-"03080101.xhp\n"
-"bm_id3150616\n"
+"03010102.xhp\n"
+"bm_id3153379\n"
"help.text"
-msgid "<bookmark_value>Atn function</bookmark_value>"
-msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>MsgBox function</bookmark_value>"
+msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
-#: 03080101.xhp
-#, fuzzy
+#: 03010102.xhp
msgctxt ""
-"03080101.xhp\n"
-"hd_id3150616\n"
+"03010102.xhp\n"
+"hd_id3153379\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080101.xhp\" name=\"Atn Function [Runtime]\">Atn Function [Runtime]</link>"
+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>"
-#: 03080101.xhp
+#: 03010102.xhp
msgctxt ""
-"03080101.xhp\n"
-"par_id3149346\n"
+"03010102.xhp\n"
+"par_id3145171\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."
+msgid "Displays a dialog box containing a message and returns a value."
msgstr ""
-#: 03080101.xhp
+#: 03010102.xhp
msgctxt ""
-"03080101.xhp\n"
-"par_id3143271\n"
+"03010102.xhp\n"
+"hd_id3156281\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."
+msgid "Syntax:"
msgstr ""
-#: 03080101.xhp
+#: 03010102.xhp
msgctxt ""
-"03080101.xhp\n"
-"par_id3145315\n"
+"03010102.xhp\n"
+"par_id3154685\n"
"4\n"
"help.text"
-msgid "Atn(side opposite the angle/side adjacent to angle)= Alpha"
+msgid "MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]])"
msgstr ""
-#: 03080101.xhp
+#: 03010102.xhp
msgctxt ""
-"03080101.xhp\n"
-"hd_id3149669\n"
+"03010102.xhp\n"
+"hd_id3153771\n"
"5\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03080101.xhp
+#: 03010102.xhp
msgctxt ""
-"03080101.xhp\n"
-"par_id3148947\n"
+"03010102.xhp\n"
+"par_id3146985\n"
"6\n"
"help.text"
-msgid "Atn (Number)"
+msgid "Integer"
msgstr ""
-#: 03080101.xhp
+#: 03010102.xhp
msgctxt ""
-"03080101.xhp\n"
-"hd_id3148664\n"
+"03010102.xhp\n"
+"hd_id3153363\n"
"7\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Parameter:"
+msgstr ""
-#: 03080101.xhp
+#: 03010102.xhp
msgctxt ""
-"03080101.xhp\n"
-"par_id3150359\n"
+"03010102.xhp\n"
+"par_id3153727\n"
"8\n"
"help.text"
-msgid "Double"
+msgid "<emph>Text</emph>: String expression displayed as a message in the dialog box. Line breaks can be inserted with Chr$(13)."
msgstr ""
-#: 03080101.xhp
+#: 03010102.xhp
msgctxt ""
-"03080101.xhp\n"
-"hd_id3148798\n"
+"03010102.xhp\n"
+"par_id3147317\n"
"9\n"
"help.text"
-msgid "Parameters:"
+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 ""
-#: 03080101.xhp
+#: 03010102.xhp
msgctxt ""
-"03080101.xhp\n"
-"par_id3156212\n"
+"03010102.xhp\n"
+"par_id3153954\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)."
+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 ""
-#: 03080101.xhp
+#: 03010102.xhp
msgctxt ""
-"03080101.xhp\n"
-"par_id3153192\n"
+"03010102.xhp\n"
+"par_id3154319\n"
"11\n"
"help.text"
-msgid "To convert radians to degrees, multiply radians by 180/pi."
+msgid "<emph>Values</emph>"
msgstr ""
-#: 03080101.xhp
+#: 03010102.xhp
msgctxt ""
-"03080101.xhp\n"
-"par_id3147230\n"
+"03010102.xhp\n"
+"par_id3147397\n"
"12\n"
"help.text"
-msgid "degree=(radian*180)/pi"
+msgid "0 : Display OK button only."
msgstr ""
-#: 03080101.xhp
+#: 03010102.xhp
msgctxt ""
-"03080101.xhp\n"
-"par_id3125864\n"
+"03010102.xhp\n"
+"par_id3145646\n"
"13\n"
"help.text"
-msgid "radian=(degree*pi)/180"
+msgid "1 : Display OK and Cancel buttons."
msgstr ""
-#: 03080101.xhp
+#: 03010102.xhp
msgctxt ""
-"03080101.xhp\n"
-"par_id3159252\n"
+"03010102.xhp\n"
+"par_id3149410\n"
"14\n"
"help.text"
-msgid "Pi is here the fixed circle constant with the rounded value 3.14159."
+msgid "2 : Display Abort, Retry, and Ignore buttons."
msgstr ""
-#: 03080101.xhp
+#: 03010102.xhp
msgctxt ""
-"03080101.xhp\n"
-"hd_id3153142\n"
+"03010102.xhp\n"
+"par_id3151075\n"
"15\n"
"help.text"
-msgid "Example:"
+msgid "3 : Display Yes, No, and Cancel buttons."
msgstr ""
-#: 03080101.xhp
+#: 03010102.xhp
msgctxt ""
-"03080101.xhp\n"
-"par_id3146985\n"
+"03010102.xhp\n"
+"par_id3153878\n"
"16\n"
"help.text"
-msgid "' The following example calculates for a right-angled triangle"
+msgid "4 : Display Yes and No buttons."
msgstr ""
-#: 03080101.xhp
+#: 03010102.xhp
msgctxt ""
-"03080101.xhp\n"
-"par_id3145750\n"
+"03010102.xhp\n"
+"par_id3155601\n"
"17\n"
"help.text"
-msgid "' the angle Alpha from the tangent of the angle Alpha:"
+msgid "5 : Display Retry and Cancel buttons."
msgstr ""
-#: 03080101.xhp
+#: 03010102.xhp
msgctxt ""
-"03080101.xhp\n"
-"par_id3151112\n"
-"19\n"
+"03010102.xhp\n"
+"par_id3150716\n"
+"18\n"
"help.text"
-msgid "' rounded Pi = 3.14159 Is a predefined constant"
+msgid "16 : Add the Stop icon to the dialog."
msgstr ""
-#: 03080101.xhp
+#: 03010102.xhp
msgctxt ""
-"03080101.xhp\n"
-"par_id3149262\n"
-"22\n"
+"03010102.xhp\n"
+"par_id3153837\n"
+"19\n"
"help.text"
-msgid "d1 = InputBox$ (\"Enter the length of the side adjacent to the angle: \",\"Adjacent\")"
+msgid "32 : Add the Question icon to the dialog."
msgstr ""
-#: 03080101.xhp
+#: 03010102.xhp
msgctxt ""
-"03080101.xhp\n"
-"par_id3149482\n"
-"23\n"
+"03010102.xhp\n"
+"par_id3150751\n"
+"20\n"
"help.text"
-msgid "d2 = InputBox$ (\"Enter the length of the side opposite the angle: \",\"Opposite\")"
+msgid "48 : Add the Exclamation Point icon to the dialog."
msgstr ""
-#: 03080101.xhp
+#: 03010102.xhp
msgctxt ""
-"03080101.xhp\n"
-"par_id3155415\n"
-"24\n"
+"03010102.xhp\n"
+"par_id3146915\n"
+"21\n"
"help.text"
-msgid "Print \"The Alpha angle is\"; (atn (d2/d1) * 180 / Pi); \" degrees\""
+msgid "64 : Add the Information icon to the dialog."
msgstr ""
-#: 03080302.xhp
-msgctxt ""
-"03080302.xhp\n"
-"tit\n"
-"help.text"
-msgid "Rnd Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03080302.xhp
-msgctxt ""
-"03080302.xhp\n"
-"bm_id3148685\n"
-"help.text"
-msgid "<bookmark_value>Rnd function</bookmark_value>"
-msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
-
-#: 03080302.xhp
-#, fuzzy
+#: 03010102.xhp
msgctxt ""
-"03080302.xhp\n"
-"hd_id3148685\n"
-"1\n"
+"03010102.xhp\n"
+"par_id3145640\n"
+"22\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>"
+msgid "128 : First button in the dialog as default button."
+msgstr ""
-#: 03080302.xhp
+#: 03010102.xhp
msgctxt ""
-"03080302.xhp\n"
-"par_id3149669\n"
-"2\n"
+"03010102.xhp\n"
+"par_id3153765\n"
+"23\n"
"help.text"
-msgid "Returns a random number between 0 and 1."
+msgid "256 : Second button in the dialog as default button."
msgstr ""
-#: 03080302.xhp
+#: 03010102.xhp
msgctxt ""
-"03080302.xhp\n"
-"hd_id3153897\n"
-"3\n"
+"03010102.xhp\n"
+"par_id3153715\n"
+"24\n"
"help.text"
-msgid "Syntax:"
+msgid "512 : Third button in the dialog as default button."
msgstr ""
-#: 03080302.xhp
+#: 03010102.xhp
msgctxt ""
-"03080302.xhp\n"
-"par_id3150543\n"
-"4\n"
+"03010102.xhp\n"
+"par_id3159267\n"
+"25\n"
"help.text"
-msgid "Rnd [(Expression)]"
-msgstr ""
+msgid "<emph>Return value:</emph>"
+msgstr "<emph>დაბრუნებული მნიშვნელობა</emph>:"
-#: 03080302.xhp
+#: 03010102.xhp
msgctxt ""
-"03080302.xhp\n"
-"hd_id3149655\n"
-"5\n"
+"03010102.xhp\n"
+"par_id3145230\n"
+"26\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "1 : OK"
+msgstr ""
-#: 03080302.xhp
+#: 03010102.xhp
msgctxt ""
-"03080302.xhp\n"
-"par_id3154365\n"
-"6\n"
+"03010102.xhp\n"
+"par_id3149567\n"
+"27\n"
"help.text"
-msgid "Double"
+msgid "2 : Cancel"
msgstr ""
-#: 03080302.xhp
+#: 03010102.xhp
msgctxt ""
-"03080302.xhp\n"
-"hd_id3154909\n"
-"7\n"
+"03010102.xhp\n"
+"par_id4056825\n"
"help.text"
-msgid "Parameters:"
+msgid "3 : Abort"
msgstr ""
-#: 03080302.xhp
-#, fuzzy
+#: 03010102.xhp
msgctxt ""
-"03080302.xhp\n"
-"par_id3125864\n"
-"8\n"
+"03010102.xhp\n"
+"par_id3155335\n"
+"28\n"
"help.text"
-msgid "<emph>Expression:</emph> Any numeric expression."
-msgstr "<emph>Expression: </emph>ნებისმიერი ციფრული გამოსახულება."
+msgid "4 : Retry"
+msgstr ""
-#: 03080302.xhp
+#: 03010102.xhp
msgctxt ""
-"03080302.xhp\n"
-"par_id3155306\n"
-"12\n"
+"03010102.xhp\n"
+"par_id3146918\n"
+"29\n"
"help.text"
-msgid "<emph>Omitted:</emph> Returns the next random number in the sequence."
+msgid "5 : Ignore"
msgstr ""
-#: 03080302.xhp
+#: 03010102.xhp
msgctxt ""
-"03080302.xhp\n"
-"par_id3147318\n"
-"14\n"
+"03010102.xhp\n"
+"par_id3155961\n"
+"30\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:"
+msgid "6 : Yes"
msgstr ""
-#: 03080302.xhp
+#: 03010102.xhp
msgctxt ""
-"03080302.xhp\n"
-"hd_id3151118\n"
-"15\n"
+"03010102.xhp\n"
+"par_id3148488\n"
+"31\n"
"help.text"
-msgid "Example:"
+msgid "7 : No"
msgstr ""
-#: 03080302.xhp
+#: 03010102.xhp
msgctxt ""
-"03080302.xhp\n"
-"par_id3147124\n"
-"21\n"
+"03010102.xhp\n"
+"hd_id3150090\n"
+"40\n"
"help.text"
-msgid "Print \"Number from 1 to 5\""
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03080302.xhp
+#: 03010102.xhp
msgctxt ""
-"03080302.xhp\n"
-"par_id3154943\n"
-"23\n"
+"03010102.xhp\n"
+"par_id3151278\n"
+"43\n"
"help.text"
-msgid "Print \"Number from 6 to 8\""
+msgid "sVar = MsgBox(\"Las Vegas\")"
msgstr ""
-#: 03080302.xhp
+#: 03010102.xhp
msgctxt ""
-"03080302.xhp\n"
-"par_id3151074\n"
-"25\n"
+"03010102.xhp\n"
+"par_id3149034\n"
+"44\n"
"help.text"
-msgid "Print \"Greater than 8\""
+msgid "sVar = MsgBox(\"Las Vegas\",1)"
msgstr ""
-#: 03080302.xhp
+#: 03010102.xhp
msgctxt ""
-"03080302.xhp\n"
-"par_id3155602\n"
-"27\n"
+"03010102.xhp\n"
+"par_id3166424\n"
+"45\n"
"help.text"
-msgid "Print \"Outside range 1 to 10\""
+msgid "sVar = MsgBox( \"Las Vegas\",256 + 16 + 2,\"Dialog title\")"
msgstr ""
-#: 03120103.xhp
+#: 03010103.xhp
msgctxt ""
-"03120103.xhp\n"
+"03010103.xhp\n"
"tit\n"
"help.text"
-msgid "Str Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Print Statement [Runtime]"
+msgstr ""
-#: 03120103.xhp
+#: 03010103.xhp
msgctxt ""
-"03120103.xhp\n"
-"bm_id3143272\n"
+"03010103.xhp\n"
+"bm_id3147230\n"
"help.text"
-msgid "<bookmark_value>Str function</bookmark_value>"
-msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Print statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03120103.xhp
-#, fuzzy
+#: 03010103.xhp
msgctxt ""
-"03120103.xhp\n"
-"hd_id3143272\n"
+"03010103.xhp\n"
+"hd_id3147230\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>"
+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>"
-#: 03120103.xhp
+#: 03010103.xhp
msgctxt ""
-"03120103.xhp\n"
-"par_id3155100\n"
+"03010103.xhp\n"
+"par_id3156281\n"
"2\n"
"help.text"
-msgid "Converts a numeric expression into a string."
-msgstr "ციფრული გამოსახულების სტრიქონში გადაყვანა."
+msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
+msgstr ""
-#: 03120103.xhp
+#: 03010103.xhp
msgctxt ""
-"03120103.xhp\n"
-"hd_id3109850\n"
+"03010103.xhp\n"
+"hd_id3145785\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120103.xhp
+#: 03010103.xhp
msgctxt ""
-"03120103.xhp\n"
-"par_id3149497\n"
+"03010103.xhp\n"
+"par_id3153188\n"
"4\n"
"help.text"
-msgid "Str (Expression)"
-msgstr "Str (გამოსახულება)"
+msgid "Print [#FileName,] Expression1[{;|,} [Spc(Number As Integer);] [Tab(pos As Integer);] [Expression2[...]]"
+msgstr ""
-#: 03120103.xhp
+#: 03010103.xhp
msgctxt ""
-"03120103.xhp\n"
-"hd_id3150040\n"
+"03010103.xhp\n"
+"hd_id3147348\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03120103.xhp
-msgctxt ""
-"03120103.xhp\n"
-"par_id3146117\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr "სტრიქონები"
-
-#: 03120103.xhp
-msgctxt ""
-"03120103.xhp\n"
-"hd_id3155805\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
+msgid "Parameter:"
msgstr ""
-#: 03120103.xhp
+#: 03010103.xhp
msgctxt ""
-"03120103.xhp\n"
-"par_id3149178\n"
-"8\n"
+"03010103.xhp\n"
+"par_id2508621\n"
"help.text"
-msgid "<emph>Expression: </emph>Any numeric expression."
-msgstr "<emph>Expression: </emph>ნებისმიერი ციფრული გამოსახულება."
+msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
+msgstr ""
-#: 03120103.xhp
+#: 03010103.xhp
msgctxt ""
-"03120103.xhp\n"
-"par_id3146958\n"
-"9\n"
+"03010103.xhp\n"
+"par_id3163712\n"
+"6\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)."
+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 ""
-#: 03120103.xhp
+#: 03010103.xhp
msgctxt ""
-"03120103.xhp\n"
-"hd_id3155419\n"
-"10\n"
+"03010103.xhp\n"
+"par_id3153092\n"
+"7\n"
"help.text"
-msgid "Example:"
+msgid "<emph>Number</emph>: Number of spaces to be inserted by the <emph>Spc</emph> function."
msgstr ""
-#: 03030300.xhp
+#: 03010103.xhp
msgctxt ""
-"03030300.xhp\n"
-"tit\n"
+"03010103.xhp\n"
+"par_id3145364\n"
+"8\n"
"help.text"
-msgid "System Date and Time"
+msgid "<emph>Pos</emph>: Spaces are inserted until the specified position."
msgstr ""
-#: 03030300.xhp
+#: 03010103.xhp
msgctxt ""
-"03030300.xhp\n"
-"hd_id3154923\n"
-"1\n"
+"03010103.xhp\n"
+"par_id3154319\n"
+"9\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030300.xhp\" name=\"System Date and Time\">System Date and Time</link>"
+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 ""
-#: 03030300.xhp
+#: 03010103.xhp
msgctxt ""
-"03030300.xhp\n"
-"par_id3149457\n"
-"2\n"
+"03010103.xhp\n"
+"par_id3145272\n"
+"10\n"
"help.text"
-msgid "The following functions and statements set or return the system date and time."
+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 ""
-#: 03090200.xhp
+#: 03010103.xhp
msgctxt ""
-"03090200.xhp\n"
-"tit\n"
+"03010103.xhp\n"
+"par_id3154011\n"
+"11\n"
"help.text"
-msgid "Loops"
+msgid "If the expression to be printed exceeds a certain length, the display will automatically wrap to the next line."
msgstr ""
-#: 03090200.xhp
-#, fuzzy
+#: 03010103.xhp
msgctxt ""
-"03090200.xhp\n"
-"hd_id3153990\n"
-"1\n"
+"03010103.xhp\n"
+"par_id3146969\n"
+"12\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>"
+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 ""
-#: 03090200.xhp
+#: 03010103.xhp
msgctxt ""
-"03090200.xhp\n"
-"par_id3147226\n"
-"2\n"
+"03010103.xhp\n"
+"hd_id3146912\n"
+"13\n"
"help.text"
-msgid "The following statements execute loops."
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03070000.xhp
+#: 03010200.xhp
msgctxt ""
-"03070000.xhp\n"
+"03010200.xhp\n"
"tit\n"
"help.text"
-msgid "Mathematical Operators"
+msgid "Functions for Screen Input"
msgstr ""
-#: 03070000.xhp
+#: 03010200.xhp
msgctxt ""
-"03070000.xhp\n"
-"hd_id3149234\n"
+"03010200.xhp\n"
+"hd_id3149456\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03070000.xhp\" name=\"Mathematical Operators\">Mathematical Operators</link>"
+msgid "<link href=\"text/sbasic/shared/03010200.xhp\" name=\"Functions for Screen Input\">Functions for Screen Input</link>"
msgstr ""
-#: 03070000.xhp
+#: 03010200.xhp
msgctxt ""
-"03070000.xhp\n"
-"par_id3145068\n"
+"03010200.xhp\n"
+"par_id3150398\n"
"2\n"
"help.text"
-msgid "The following mathematical operators are supported in $[officename] Basic."
-msgstr ""
-
-#: 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."
+msgid "This section describes Runtime functions used to control screen input."
msgstr ""
-#: 03090201.xhp
+#: 03010201.xhp
msgctxt ""
-"03090201.xhp\n"
+"03010201.xhp\n"
"tit\n"
"help.text"
-msgid "Do...Loop Statement [Runtime]"
-msgstr ""
+msgid "InputBox Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03090201.xhp
+#: 03010201.xhp
msgctxt ""
-"03090201.xhp\n"
-"bm_id3156116\n"
+"03010201.xhp\n"
+"bm_id3148932\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 ""
+msgid "<bookmark_value>InputBox function</bookmark_value>"
+msgstr "<bookmark_value>InStr ფუნქცია</bookmark_value>"
-#: 03090201.xhp
-#, fuzzy
+#: 03010201.xhp
msgctxt ""
-"03090201.xhp\n"
-"hd_id3156116\n"
+"03010201.xhp\n"
+"hd_id3148932\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>"
+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>"
-#: 03090201.xhp
+#: 03010201.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3109850\n"
+"03010201.xhp\n"
+"par_id3151262\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."
+msgid "Displays a prompt in a dialog at which the user can input text. The input is assigned to a variable."
msgstr ""
-#: 03090201.xhp
+#: 03010201.xhp
msgctxt ""
-"03090201.xhp\n"
-"hd_id3149119\n"
+"03010201.xhp\n"
+"par_id3151100\n"
"3\n"
"help.text"
-msgid "Syntax"
+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 ""
-#: 03090201.xhp
+#: 03010201.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3155150\n"
+"03010201.xhp\n"
+"hd_id3152347\n"
"4\n"
"help.text"
-msgid "Do [{While | Until} condition = True]"
+msgid "Syntax:"
msgstr ""
-#: 03090201.xhp
+#: 03010201.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3154422\n"
+"03010201.xhp\n"
+"par_id3159201\n"
"5\n"
"help.text"
-msgid "statement block"
+msgid "InputBox (Msg As String[, Title As String[, Default As String[, x_pos As Integer, y_pos As Integer]]]])"
msgstr ""
-#: 03090201.xhp
+#: 03010201.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3150789\n"
+"03010201.xhp\n"
+"hd_id3150713\n"
"6\n"
"help.text"
-msgid "[Exit Do]"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03090201.xhp
+#: 03010201.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3155805\n"
+"03010201.xhp\n"
+"par_id3145090\n"
"7\n"
"help.text"
-msgid "statement block"
-msgstr ""
+msgid "String"
+msgstr "სტრიქონები"
-#: 03090201.xhp
+#: 03010201.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3145090\n"
+"03010201.xhp\n"
+"hd_id3149346\n"
"8\n"
"help.text"
-msgid "Loop"
+msgid "Parameter:"
msgstr ""
-#: 03090201.xhp
+#: 03010201.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3154749\n"
+"03010201.xhp\n"
+"par_id3153311\n"
"9\n"
"help.text"
-msgid "or"
-msgstr "ან"
+msgid "<emph>Msg</emph>: String expression displayed as the message in the dialog box."
+msgstr ""
-#: 03090201.xhp
+#: 03010201.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3150503\n"
+"03010201.xhp\n"
+"par_id3145315\n"
"10\n"
"help.text"
-msgid "Do"
+msgid "<emph>Title</emph>: String expression displayed in the title bar of the dialog box."
msgstr ""
-#: 03090201.xhp
+#: 03010201.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3149762\n"
+"03010201.xhp\n"
+"par_id3154307\n"
"11\n"
"help.text"
-msgid "statement block"
+msgid "<emph>Default</emph>: String expression displayed in the text box as default if no other input is given."
msgstr ""
-#: 03090201.xhp
+#: 03010201.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3150984\n"
+"03010201.xhp\n"
+"par_id3147573\n"
"12\n"
"help.text"
-msgid "[Exit Do]"
+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 ""
-#: 03090201.xhp
+#: 03010201.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3143228\n"
+"03010201.xhp\n"
+"par_id3156024\n"
"13\n"
"help.text"
-msgid "statement block"
+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 ""
-#: 03090201.xhp
+#: 03010201.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3149235\n"
+"03010201.xhp\n"
+"par_id3153897\n"
"14\n"
"help.text"
-msgid "Loop [{While | Until} condition = True]"
+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 ""
-#: 03090201.xhp
+#: 03010201.xhp
msgctxt ""
-"03090201.xhp\n"
-"hd_id3156024\n"
+"03010201.xhp\n"
+"hd_id3149456\n"
"15\n"
"help.text"
-msgid "Parameters/Elements"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03090201.xhp
+#: 03010201.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3150791\n"
+"03010201.xhp\n"
+"par_id3154367\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:"
+msgid "sText = InputBox (\"Please enter a phrase:\",\"Dear User\")"
msgstr ""
-#: 03090201.xhp
+#: 03010201.xhp
msgctxt ""
-"03090201.xhp\n"
-"hd_id3154366\n"
+"03010201.xhp\n"
+"par_id3151042\n"
"19\n"
"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3145171\n"
-"20\n"
-"help.text"
-msgid "Do While condition = True"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3149203\n"
-"21\n"
-"help.text"
-msgid "...statement block"
-msgstr ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3125864\n"
-"22\n"
-"help.text"
-msgid "Loop"
-msgstr ""
-
-#: 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 ""
-
-#: 03090201.xhp
-msgctxt ""
-"03090201.xhp\n"
-"par_id3153968\n"
-"25\n"
-"help.text"
-msgid "Do Until condition = True"
+msgid "MsgBox ( sText , 64, \"Confirmation of phrase\")"
msgstr ""
-#: 03090201.xhp
+#: 03010300.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3154909\n"
-"26\n"
+"03010300.xhp\n"
+"tit\n"
"help.text"
-msgid "...statement block"
+msgid "Color Functions"
msgstr ""
-#: 03090201.xhp
+#: 03010300.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3159151\n"
-"27\n"
+"03010300.xhp\n"
+"hd_id3157896\n"
+"1\n"
"help.text"
-msgid "Loop"
-msgstr ""
+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>"
-#: 03090201.xhp
+#: 03010300.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3150440\n"
-"29\n"
+"03010300.xhp\n"
+"par_id3155555\n"
+"2\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."
+msgid "This section describes Runtime functions used to define colors."
msgstr ""
-#: 03090201.xhp
+#: 03010301.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3153952\n"
-"30\n"
+"03010301.xhp\n"
+"tit\n"
"help.text"
-msgid "Do"
-msgstr ""
+msgid "Blue Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03090201.xhp
+#: 03010301.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3147349\n"
-"31\n"
+"03010301.xhp\n"
+"bm_id3149180\n"
"help.text"
-msgid "...statement block"
-msgstr ""
+msgid "<bookmark_value>Blue function</bookmark_value>"
+msgstr "<bookmark_value>CCur ფუნქცია</bookmark_value>"
-#: 03090201.xhp
+#: 03010301.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3159153\n"
-"32\n"
+"03010301.xhp\n"
+"hd_id3149180\n"
+"1\n"
"help.text"
-msgid "Loop While condition = True"
-msgstr ""
+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>"
-#: 03090201.xhp
+#: 03010301.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3146985\n"
-"34\n"
+"03010301.xhp\n"
+"par_id3156343\n"
+"2\n"
"help.text"
-msgid "The statement block between the Do and the Loop statements repeats so long as the condition is true."
+msgid "Returns the blue component of the specified color code."
msgstr ""
-#: 03090201.xhp
+#: 03010301.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3150488\n"
-"35\n"
+"03010301.xhp\n"
+"hd_id3149670\n"
+"3\n"
"help.text"
-msgid "Do"
+msgid "Syntax:"
msgstr ""
-#: 03090201.xhp
+#: 03010301.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3153189\n"
-"36\n"
+"03010301.xhp\n"
+"par_id3149457\n"
+"4\n"
"help.text"
-msgid "...statement block"
+msgid "Blue (Color As Long)"
msgstr ""
-#: 03090201.xhp
+#: 03010301.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3155411\n"
-"37\n"
+"03010301.xhp\n"
+"hd_id3149656\n"
+"5\n"
"help.text"
-msgid "Loop Until condition = True"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03090201.xhp
+#: 03010301.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3151117\n"
-"39\n"
+"03010301.xhp\n"
+"par_id3154365\n"
+"6\n"
"help.text"
-msgid "The statement block between the Do and the Loop statements repeats until the condition is true."
+msgid "Integer"
msgstr ""
-#: 03090201.xhp
+#: 03010301.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3149484\n"
-"41\n"
+"03010301.xhp\n"
+"hd_id3156423\n"
+"7\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:"
+msgid "Parameter:"
msgstr ""
-#: 03090201.xhp
+#: 03010301.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3149262\n"
-"42\n"
+"03010301.xhp\n"
+"par_id3150448\n"
+"8\n"
"help.text"
-msgid "Do..."
+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 ""
-#: 03090201.xhp
+#: 03010301.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3149298\n"
-"43\n"
+"03010301.xhp\n"
+"hd_id3153091\n"
+"9\n"
"help.text"
-msgid "statements"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03090201.xhp
+#: 03010301.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3145646\n"
-"44\n"
+"03010301.xhp\n"
+"par_id3154012\n"
+"13\n"
"help.text"
-msgid "If condition = True Then Exit Do"
+msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
msgstr ""
-#: 03090201.xhp
+#: 03010301.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3154490\n"
-"45\n"
+"03010301.xhp\n"
+"par_id3148645\n"
+"14\n"
"help.text"
-msgid "statements"
+msgid "\"red= \" & Red(lVar) & Chr(13)&_"
msgstr ""
-#: 03090201.xhp
+#: 03010301.xhp
msgctxt ""
-"03090201.xhp\n"
-"par_id3153159\n"
-"46\n"
+"03010301.xhp\n"
+"par_id3159155\n"
+"15\n"
"help.text"
-msgid "Loop..."
+msgid "\"green= \" & Green(lVar) & Chr(13)&_"
msgstr ""
-#: 03090201.xhp
+#: 03010301.xhp
msgctxt ""
-"03090201.xhp\n"
-"hd_id3147396\n"
-"47\n"
+"03010301.xhp\n"
+"par_id3147319\n"
+"16\n"
"help.text"
-msgid "Example"
+msgid "\"blue= \" & Blue(lVar) & Chr(13) , 64,\"colors\""
msgstr ""
-#: 03080802.xhp
+#: 03010302.xhp
msgctxt ""
-"03080802.xhp\n"
+"03010302.xhp\n"
"tit\n"
"help.text"
-msgid "Oct Function [Runtime]"
+msgid "Green Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03080802.xhp
+#: 03010302.xhp
msgctxt ""
-"03080802.xhp\n"
-"bm_id3155420\n"
+"03010302.xhp\n"
+"bm_id3148947\n"
"help.text"
-msgid "<bookmark_value>Oct function</bookmark_value>"
-msgstr "<bookmark_value>მარცხენა ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Green function</bookmark_value>"
+msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
-#: 03080802.xhp
-#, fuzzy
+#: 03010302.xhp
msgctxt ""
-"03080802.xhp\n"
-"hd_id3155420\n"
+"03010302.xhp\n"
+"hd_id3148947\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080802.xhp\" name=\"Oct Function [Runtime]\">Oct Function [Runtime]</link>"
+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>"
-#: 03080802.xhp
+#: 03010302.xhp
msgctxt ""
-"03080802.xhp\n"
-"par_id3154924\n"
+"03010302.xhp\n"
+"par_id3153361\n"
"2\n"
"help.text"
-msgid "Returns the octal value of a number."
+msgid "Returns the Green component of the given color code."
msgstr ""
-#: 03080802.xhp
+#: 03010302.xhp
msgctxt ""
-"03080802.xhp\n"
-"hd_id3148947\n"
+"03010302.xhp\n"
+"hd_id3154140\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03080802.xhp
+#: 03010302.xhp
msgctxt ""
-"03080802.xhp\n"
-"par_id3150543\n"
+"03010302.xhp\n"
+"par_id3153969\n"
"4\n"
"help.text"
-msgid "Oct (Number)"
+msgid "Green (Color As Long)"
msgstr ""
-#: 03080802.xhp
+#: 03010302.xhp
msgctxt ""
-"03080802.xhp\n"
-"hd_id3153360\n"
+"03010302.xhp\n"
+"hd_id3154124\n"
"5\n"
"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03080802.xhp
+#: 03010302.xhp
msgctxt ""
-"03080802.xhp\n"
-"par_id3154138\n"
+"03010302.xhp\n"
+"par_id3153194\n"
"6\n"
"help.text"
-msgid "String"
-msgstr "სტრიქონები"
+msgid "Integer"
+msgstr ""
-#: 03080802.xhp
+#: 03010302.xhp
msgctxt ""
-"03080802.xhp\n"
-"hd_id3156422\n"
+"03010302.xhp\n"
+"hd_id3154909\n"
"7\n"
"help.text"
-msgid "Parameters:"
+msgid "Parameter:"
msgstr ""
-#: 03080802.xhp
-#, fuzzy
+#: 03010302.xhp
msgctxt ""
-"03080802.xhp\n"
-"par_id3150768\n"
+"03010302.xhp\n"
+"par_id3153770\n"
"8\n"
"help.text"
-msgid "<emph>Number:</emph> Any numeric expression that you want to convert to an octal value."
-msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
+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 ""
-#: 03080802.xhp
+#: 03010302.xhp
msgctxt ""
-"03080802.xhp\n"
-"hd_id3148672\n"
+"03010302.xhp\n"
+"hd_id3149664\n"
"9\n"
"help.text"
msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03010302.xhp
+msgctxt ""
+"03010302.xhp\n"
+"par_id3151117\n"
+"13\n"
+"help.text"
+msgid "MsgBox \"The color \" & lVar & \" contains the components:\" & Chr(13) &_"
msgstr ""
-#: 03080400.xhp
+#: 03010302.xhp
msgctxt ""
-"03080400.xhp\n"
-"tit\n"
+"03010302.xhp\n"
+"par_id3153951\n"
+"14\n"
"help.text"
-msgid "Square Root Calculation"
+msgid "\"red = \" & red(lVar) & Chr(13)&_"
msgstr ""
-#: 03080400.xhp
+#: 03010302.xhp
msgctxt ""
-"03080400.xhp\n"
-"hd_id3148946\n"
-"1\n"
+"03010302.xhp\n"
+"par_id3152462\n"
+"15\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080400.xhp\" name=\"Square Root Calculation\">Square Root Calculation</link>"
+msgid "\"green = \" & green(lVar) & Chr(13)&_"
msgstr ""
-#: 03080400.xhp
+#: 03010302.xhp
msgctxt ""
-"03080400.xhp\n"
-"par_id3159414\n"
-"2\n"
+"03010302.xhp\n"
+"par_id3154730\n"
+"16\n"
"help.text"
-msgid "Use this function to calculate square roots."
+msgid "\"blue = \" & blue(lVar) & Chr(13) , 64,\"colors\""
msgstr ""
-#: 03030108.xhp
+#: 03010303.xhp
msgctxt ""
-"03030108.xhp\n"
+"03010303.xhp\n"
"tit\n"
"help.text"
-msgid "CDateFromIso Function [Runtime]"
+msgid "Red Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03030108.xhp
+#: 03010303.xhp
msgctxt ""
-"03030108.xhp\n"
-"bm_id3153127\n"
+"03010303.xhp\n"
+"bm_id3148947\n"
"help.text"
-msgid "<bookmark_value>CdateFromIso function</bookmark_value>"
-msgstr "<bookmark_value>ConvertFromURL ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Red function</bookmark_value>"
+msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
-#: 03030108.xhp
-#, fuzzy
+#: 03010303.xhp
msgctxt ""
-"03030108.xhp\n"
-"hd_id3153127\n"
+"03010303.xhp\n"
+"hd_id3148947\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030108.xhp\" name=\"CDateFromIso Function [Runtime]\">CDateFromIso Function [Runtime]</link>"
+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>"
-#: 03030108.xhp
+#: 03010303.xhp
msgctxt ""
-"03030108.xhp\n"
-"par_id3148550\n"
+"03010303.xhp\n"
+"par_id3149656\n"
"2\n"
"help.text"
-msgid "Returns the internal date number from a string that contains a date in ISO format."
+msgid "Returns the Red component of the specified color code."
msgstr ""
-#: 03030108.xhp
+#: 03010303.xhp
msgctxt ""
-"03030108.xhp\n"
-"hd_id3148947\n"
+"03010303.xhp\n"
+"hd_id3148799\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03030108.xhp
+#: 03010303.xhp
msgctxt ""
-"03030108.xhp\n"
-"par_id3150400\n"
+"03010303.xhp\n"
+"par_id3150448\n"
"4\n"
"help.text"
-msgid "CDateFromIso(String)"
+msgid "Red (ColorNumber As Long)"
msgstr ""
-#: 03030108.xhp
+#: 03010303.xhp
msgctxt ""
-"03030108.xhp\n"
-"hd_id3154367\n"
+"03010303.xhp\n"
+"hd_id3151042\n"
"5\n"
"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03030108.xhp
+#: 03010303.xhp
msgctxt ""
-"03030108.xhp\n"
-"par_id3156212\n"
+"03010303.xhp\n"
+"par_id3145173\n"
"6\n"
"help.text"
-msgid "Internal date number"
+msgid "Integer"
msgstr ""
-#: 03030108.xhp
+#: 03010303.xhp
msgctxt ""
-"03030108.xhp\n"
-"hd_id3125864\n"
+"03010303.xhp\n"
+"hd_id3154685\n"
"7\n"
"help.text"
-msgid "Parameters:"
+msgid "Parameter:"
msgstr ""
-#: 03030108.xhp
+#: 03010303.xhp
msgctxt ""
-"03030108.xhp\n"
-"par_id3154685\n"
+"03010303.xhp\n"
+"par_id3150440\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."
+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 ""
-#: 03030108.xhp
+#: 03010303.xhp
msgctxt ""
-"03030108.xhp\n"
-"hd_id3150439\n"
+"03010303.xhp\n"
+"hd_id3148575\n"
"9\n"
"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
-#: 03030108.xhp
-msgctxt ""
-"03030108.xhp\n"
-"par_id3147318\n"
-"10\n"
-"help.text"
-msgid "dateval = CDateFromIso(\"20021231\")"
-msgstr ""
-
-#: 03030108.xhp
+#: 03010303.xhp
msgctxt ""
-"03030108.xhp\n"
-"par_id3146921\n"
-"11\n"
+"03010303.xhp\n"
+"par_id3147435\n"
+"13\n"
"help.text"
-msgid "returns 12/31/2002 in the date format of your system"
+msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
msgstr ""
-#: 03100050.xhp
-msgctxt ""
-"03100050.xhp\n"
-"tit\n"
-"help.text"
-msgid "CCur Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03100050.xhp
-msgctxt ""
-"03100050.xhp\n"
-"bm_id8926053\n"
-"help.text"
-msgid "<bookmark_value>CCur function</bookmark_value>"
-msgstr "<bookmark_value>CCur ფუნქცია</bookmark_value>"
-
-#: 03100050.xhp
+#: 03010303.xhp
msgctxt ""
-"03100050.xhp\n"
-"par_idN10541\n"
+"03010303.xhp\n"
+"par_id3155306\n"
+"14\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03100050.xhp\">CCur Function [Runtime]</link>"
+msgid "\"red= \" & red(lVar) & Chr(13)&_"
msgstr ""
-#: 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 "გადაყავს სტრინგული ან რიცხვითი გამოსახულება ვალუტის გამოსახულებაში. ლოკალური პარამეტრიები გამოიყენება მეათედის გამომყოფისა და ვალუტის სიმბოლოებისთვის."
-
-#: 03100050.xhp
+#: 03010303.xhp
msgctxt ""
-"03100050.xhp\n"
-"par_idN10548\n"
+"03010303.xhp\n"
+"par_id3149262\n"
+"15\n"
"help.text"
-msgid "Syntax:"
+msgid "\"green= \" & green(lVar) & Chr(13)&_"
msgstr ""
-#: 03100050.xhp
-msgctxt ""
-"03100050.xhp\n"
-"par_idN105E8\n"
-"help.text"
-msgid "CCur(Expression)"
-msgstr "CCur(Expression)"
-
-#: 03100050.xhp
-msgctxt ""
-"03100050.xhp\n"
-"par_idN105EB\n"
-"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03100050.xhp
-msgctxt ""
-"03100050.xhp\n"
-"par_idN105EF\n"
-"help.text"
-msgid "Currency"
-msgstr "ვალუტა"
-
-#: 03100050.xhp
+#: 03010303.xhp
msgctxt ""
-"03100050.xhp\n"
-"par_idN105F2\n"
+"03010303.xhp\n"
+"par_id3147397\n"
+"16\n"
"help.text"
-msgid "Parameter:"
+msgid "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
msgstr ""
-#: 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> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-
-#: 03080104.xhp
+#: 03010304.xhp
msgctxt ""
-"03080104.xhp\n"
+"03010304.xhp\n"
"tit\n"
"help.text"
-msgid "Tan Function [Runtime]"
+msgid "QBColor Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 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>"
-
-#: 03080104.xhp
-#, fuzzy
+#: 03010304.xhp
msgctxt ""
-"03080104.xhp\n"
-"hd_id3148550\n"
+"03010304.xhp\n"
+"hd_id3149670\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080104.xhp\" name=\"Tan Function [Runtime]\">Tan Function [Runtime]</link>"
+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>"
-#: 03080104.xhp
+#: 03010304.xhp
msgctxt ""
-"03080104.xhp\n"
-"par_id3148663\n"
+"03010304.xhp\n"
+"par_id3150359\n"
"2\n"
"help.text"
-msgid "Determines the tangent of an angle. The angle is specified in radians."
+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 ""
-#: 03080104.xhp
+#: 03010304.xhp
msgctxt ""
-"03080104.xhp\n"
-"par_id3153379\n"
+"03010304.xhp\n"
+"hd_id3154140\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."
+msgid "Syntax:"
msgstr ""
-#: 03080104.xhp
+#: 03010304.xhp
msgctxt ""
-"03080104.xhp\n"
-"par_id3154366\n"
+"03010304.xhp\n"
+"par_id3151042\n"
"4\n"
"help.text"
-msgid "Tan(Alpha) = side opposite the angle/side adjacent to angle"
+msgid "QBColor (ColorNumber As Integer)"
msgstr ""
-#: 03080104.xhp
+#: 03010304.xhp
msgctxt ""
-"03080104.xhp\n"
-"hd_id3145174\n"
+"03010304.xhp\n"
+"hd_id3145172\n"
"5\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03080104.xhp
+#: 03010304.xhp
msgctxt ""
-"03080104.xhp\n"
-"par_id3151042\n"
+"03010304.xhp\n"
+"par_id3154685\n"
"6\n"
"help.text"
-msgid "Tan (Number)"
+msgid "Long"
msgstr ""
-#: 03080104.xhp
+#: 03010304.xhp
msgctxt ""
-"03080104.xhp\n"
-"hd_id3156214\n"
+"03010304.xhp\n"
+"hd_id3156560\n"
"7\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Parameter:"
+msgstr ""
-#: 03080104.xhp
+#: 03010304.xhp
msgctxt ""
-"03080104.xhp\n"
-"par_id3156281\n"
+"03010304.xhp\n"
+"par_id3161832\n"
"8\n"
"help.text"
-msgid "Double"
+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 ""
-#: 03080104.xhp
+#: 03010304.xhp
msgctxt ""
-"03080104.xhp\n"
-"hd_id3155132\n"
+"03010304.xhp\n"
+"par_id3147318\n"
"9\n"
"help.text"
-msgid "Parameters:"
+msgid "<emph>ColorNumber</emph> can be assigned the following values:"
msgstr ""
-#: 03080104.xhp
+#: 03010304.xhp
msgctxt ""
-"03080104.xhp\n"
-"par_id3145786\n"
+"03010304.xhp\n"
+"par_id3152576\n"
"10\n"
"help.text"
-msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the tangent for (in radians)."
+msgid "0 : Black"
msgstr ""
-#: 03080104.xhp
+#: 03010304.xhp
msgctxt ""
-"03080104.xhp\n"
-"par_id3153728\n"
+"03010304.xhp\n"
+"par_id3146975\n"
"11\n"
"help.text"
-msgid "To convert degrees to radians, multiply by Pi/180. To convert radians to degrees, multiply by 180/Pi."
+msgid "1 : Blue"
msgstr ""
-#: 03080104.xhp
+#: 03010304.xhp
msgctxt ""
-"03080104.xhp\n"
-"par_id3155414\n"
+"03010304.xhp\n"
+"par_id3151116\n"
"12\n"
"help.text"
-msgid "degrees=(radiant*180)/Pi"
+msgid "2 : Green"
msgstr ""
-#: 03080104.xhp
+#: 03010304.xhp
msgctxt ""
-"03080104.xhp\n"
-"par_id3146975\n"
+"03010304.xhp\n"
+"par_id3155412\n"
"13\n"
"help.text"
-msgid "radiant=(degrees*Pi)/180"
+msgid "3 : Cyan"
msgstr ""
-#: 03080104.xhp
+#: 03010304.xhp
msgctxt ""
-"03080104.xhp\n"
-"par_id3147434\n"
+"03010304.xhp\n"
+"par_id3155306\n"
"14\n"
"help.text"
-msgid "Pi is approximately 3.141593."
+msgid "4 : Red"
msgstr ""
-#: 03080104.xhp
+#: 03010304.xhp
msgctxt ""
-"03080104.xhp\n"
-"hd_id3149483\n"
+"03010304.xhp\n"
+"par_id3153364\n"
"15\n"
"help.text"
-msgid "Example:"
+msgid "5 : Magenta"
msgstr ""
-#: 03080104.xhp
+#: 03010304.xhp
msgctxt ""
-"03080104.xhp\n"
-"par_id3148646\n"
+"03010304.xhp\n"
+"par_id3146119\n"
"16\n"
"help.text"
-msgid "' In this example, the following entry is possible for a right-angled triangle:"
+msgid "6 : Yellow"
msgstr ""
-#: 03080104.xhp
+#: 03010304.xhp
msgctxt ""
-"03080104.xhp\n"
-"par_id3150012\n"
+"03010304.xhp\n"
+"par_id3154730\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:"
+msgid "7 : White"
msgstr ""
-#: 03080104.xhp
+#: 03010304.xhp
msgctxt ""
-"03080104.xhp\n"
-"par_id3153158\n"
-"19\n"
+"03010304.xhp\n"
+"par_id3153877\n"
+"18\n"
"help.text"
-msgid "' Pi = 3.1415926 is a pre-defined variable"
+msgid "8 : Gray"
msgstr ""
-#: 03080104.xhp
+#: 03010304.xhp
msgctxt ""
-"03080104.xhp\n"
-"par_id3145252\n"
-"22\n"
+"03010304.xhp\n"
+"par_id3147124\n"
+"19\n"
"help.text"
-msgid "d1 = InputBox$ (\"Enter the length of the side opposite the angle: \",\"opposite\")"
+msgid "9 : Light Blue"
msgstr ""
-#: 03080104.xhp
+#: 03010304.xhp
msgctxt ""
-"03080104.xhp\n"
-"par_id3149582\n"
-"23\n"
+"03010304.xhp\n"
+"par_id3145646\n"
+"20\n"
"help.text"
-msgid "dAlpha = InputBox$ (\"Enter the Alpha angle (in degrees): \",\"Alpha\")"
+msgid "10 : Light Green"
msgstr ""
-#: 03080104.xhp
+#: 03010304.xhp
msgctxt ""
-"03080104.xhp\n"
-"par_id3154016\n"
-"24\n"
+"03010304.xhp\n"
+"par_id3149958\n"
+"21\n"
"help.text"
-msgid "Print \"the length of the side adjacent the angle is\"; (d1 / tan (dAlpha * Pi / 180))"
+msgid "11 : Light Cyan"
msgstr ""
-#: 03100300.xhp
-msgctxt ""
-"03100300.xhp\n"
-"tit\n"
-"help.text"
-msgid "CDate Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03100300.xhp
-msgctxt ""
-"03100300.xhp\n"
-"bm_id3150772\n"
-"help.text"
-msgid "<bookmark_value>CDate function</bookmark_value>"
-msgstr "<bookmark_value>CDec ფუნქცია</bookmark_value>"
-
-#: 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>"
-
-#: 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 "გარდაქმნის სტრიქონს ან ციფრულ გამოსახულებას ბაიტის ტიპისთვის."
-
-#: 03100300.xhp
+#: 03010304.xhp
msgctxt ""
-"03100300.xhp\n"
-"hd_id3148944\n"
-"3\n"
+"03010304.xhp\n"
+"par_id3154943\n"
+"22\n"
"help.text"
-msgid "Syntax:"
+msgid "12 : Light Red"
msgstr ""
-#: 03100300.xhp
-msgctxt ""
-"03100300.xhp\n"
-"par_id3148947\n"
-"4\n"
-"help.text"
-msgid "CDate (Expression)"
-msgstr "CDec(Expression)"
-
-#: 03100300.xhp
+#: 03010304.xhp
msgctxt ""
-"03100300.xhp\n"
-"hd_id3148552\n"
-"5\n"
+"03010304.xhp\n"
+"par_id3150715\n"
+"23\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "13 : Light Magenta"
+msgstr ""
-#: 03100300.xhp
+#: 03010304.xhp
msgctxt ""
-"03100300.xhp\n"
-"par_id3159414\n"
-"6\n"
+"03010304.xhp\n"
+"par_id3146970\n"
+"24\n"
"help.text"
-msgid "Date"
+msgid "14 : Light Yellow"
msgstr ""
-#: 03100300.xhp
+#: 03010304.xhp
msgctxt ""
-"03100300.xhp\n"
-"hd_id3153525\n"
-"7\n"
+"03010304.xhp\n"
+"par_id3150750\n"
+"25\n"
"help.text"
-msgid "Parameters:"
+msgid "15 : Bright White"
msgstr ""
-#: 03100300.xhp
+#: 03010304.xhp
msgctxt ""
-"03100300.xhp\n"
-"par_id3150359\n"
-"8\n"
+"03010304.xhp\n"
+"par_id3146914\n"
+"26\n"
"help.text"
-msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert."
-msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
+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 ""
-#: 03100300.xhp
+#: 03010304.xhp
msgctxt ""
-"03100300.xhp\n"
-"par_id3125864\n"
-"9\n"
+"03010304.xhp\n"
+"hd_id3148406\n"
+"27\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 ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03100300.xhp
+#: 03010304.xhp
msgctxt ""
-"03100300.xhp\n"
-"hd_id3156422\n"
-"10\n"
+"03010304.xhp\n"
+"par_id3149566\n"
+"33\n"
"help.text"
-msgid "Example:"
+msgid "MsgBox stext,0,\"Color \" & iColor"
msgstr ""
-#: 01170103.xhp
+#: 03010305.xhp
msgctxt ""
-"01170103.xhp\n"
+"03010305.xhp\n"
"tit\n"
"help.text"
-msgid "Events"
-msgstr ""
+msgid "RGB Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 01170103.xhp
-#, fuzzy
+#: 03010305.xhp
msgctxt ""
-"01170103.xhp\n"
-"hd_id3155506\n"
+"03010305.xhp\n"
+"hd_id3150792\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>"
+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>"
-#: 01170103.xhp
+#: 03010305.xhp
msgctxt ""
-"01170103.xhp\n"
-"par_id3146114\n"
+"03010305.xhp\n"
+"par_id3150447\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."
+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 ""
-#: 01170103.xhp
+#: 03010305.xhp
msgctxt ""
-"01170103.xhp\n"
-"hd_id3145387\n"
-"16\n"
+"03010305.xhp\n"
+"hd_id3147229\n"
+"3\n"
"help.text"
-msgid "When receiving focus"
+msgid "Syntax:"
msgstr ""
-#: 01170103.xhp
+#: 03010305.xhp
msgctxt ""
-"01170103.xhp\n"
-"par_id3155090\n"
-"17\n"
+"03010305.xhp\n"
+"par_id3155132\n"
+"4\n"
"help.text"
-msgid "<ahelp hid=\"HID_EVT_FOCUSGAINED\">This event takes place if a control receives the focus.</ahelp>"
+msgid "RGB (Red, Green, Blue)"
msgstr ""
-#: 01170103.xhp
+#: 03010305.xhp
msgctxt ""
-"01170103.xhp\n"
-"hd_id3152892\n"
-"18\n"
+"03010305.xhp\n"
+"hd_id3156442\n"
+"5\n"
"help.text"
-msgid "When losing focus"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 01170103.xhp
+#: 03010305.xhp
msgctxt ""
-"01170103.xhp\n"
-"par_id3153305\n"
-"19\n"
+"03010305.xhp\n"
+"par_id3159153\n"
+"6\n"
"help.text"
-msgid "<ahelp hid=\"HID_EVT_FOCUSLOST\">This event takes place if a control loses the focus.</ahelp>"
+msgid "Long"
msgstr ""
-#: 01170103.xhp
+#: 03010305.xhp
msgctxt ""
-"01170103.xhp\n"
-"hd_id3152896\n"
-"20\n"
+"03010305.xhp\n"
+"hd_id3154013\n"
+"7\n"
"help.text"
-msgid "Key pressed"
+msgid "Parameter:"
msgstr ""
-#: 01170103.xhp
+#: 03010305.xhp
msgctxt ""
-"01170103.xhp\n"
-"par_id3148837\n"
-"21\n"
+"03010305.xhp\n"
+"par_id3152597\n"
+"8\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>"
+msgid "<emph>Red</emph>: Any integer expression that represents the red component (0-255) of the composite color."
msgstr ""
-#: 01170103.xhp
+#: 03010305.xhp
msgctxt ""
-"01170103.xhp\n"
-"hd_id3146869\n"
-"43\n"
+"03010305.xhp\n"
+"par_id3146974\n"
+"9\n"
"help.text"
-msgid "Key released"
+msgid "<emph>Green</emph>: Any integer expression that represents the green component (0-255) of the composite color."
msgstr ""
-#: 01170103.xhp
+#: 03010305.xhp
msgctxt ""
-"01170103.xhp\n"
-"par_id3155267\n"
-"44\n"
+"03010305.xhp\n"
+"par_id3151113\n"
+"10\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>"
+msgid "<emph>Blue</emph>: Any integer expression that represents the blue component (0-255) of the composite color."
msgstr ""
-#: 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
+#: 03010305.xhp
msgctxt ""
-"01170103.xhp\n"
-"par_id3156019\n"
-"42\n"
+"03010305.xhp\n"
+"hd_id3147435\n"
+"11\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 ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 01170103.xhp
+#: 03010305.xhp
msgctxt ""
-"01170103.xhp\n"
-"hd_id3144508\n"
-"10\n"
+"03010305.xhp\n"
+"par_id3145647\n"
+"15\n"
"help.text"
-msgid "Text modified"
+msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
msgstr ""
-#: 01170103.xhp
+#: 03010305.xhp
msgctxt ""
-"01170103.xhp\n"
-"par_id3148608\n"
-"11\n"
+"03010305.xhp\n"
+"par_id3154491\n"
+"16\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>"
+msgid "\"red= \" & red(lVar) & Chr(13)&_"
msgstr ""
-#: 01170103.xhp
+#: 03010305.xhp
msgctxt ""
-"01170103.xhp\n"
-"hd_id3159207\n"
-"8\n"
+"03010305.xhp\n"
+"par_id3149401\n"
+"17\n"
"help.text"
-msgid "Item status changed"
+msgid "\"green= \" & green(lVar) & Chr(13)&_"
msgstr ""
-#: 01170103.xhp
+#: 03010305.xhp
msgctxt ""
-"01170103.xhp\n"
-"par_id3155097\n"
-"9\n"
+"03010305.xhp\n"
+"par_id3150716\n"
+"18\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>"
+msgid "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
msgstr ""
-#: 01170103.xhp
+#: 03020000.xhp
msgctxt ""
-"01170103.xhp\n"
-"hd_id3151304\n"
-"26\n"
+"03020000.xhp\n"
+"tit\n"
"help.text"
-msgid "Mouse inside"
+msgid "File I/O Functions"
msgstr ""
-#: 01170103.xhp
+#: 03020000.xhp
msgctxt ""
-"01170103.xhp\n"
-"par_id3152871\n"
-"27\n"
+"03020000.xhp\n"
+"hd_id3156344\n"
+"1\n"
"help.text"
-msgid "<ahelp hid=\"HID_EVT_MOUSEENTERED\">This event takes place when the mouse enters the control.</ahelp>"
+msgid "<link href=\"text/sbasic/shared/03020000.xhp\" name=\"File I/O Functions\">File I/O Functions</link>"
msgstr ""
-#: 01170103.xhp
+#: 03020000.xhp
msgctxt ""
-"01170103.xhp\n"
-"hd_id3146778\n"
-"30\n"
+"03020000.xhp\n"
+"par_id3153360\n"
+"2\n"
"help.text"
-msgid "Mouse moved while key pressed"
+msgid "Use File I/O functions to create and manage user-defined (data) files."
msgstr ""
-#: 01170103.xhp
+#: 03020000.xhp
msgctxt ""
-"01170103.xhp\n"
-"par_id3150403\n"
-"31\n"
+"03020000.xhp\n"
+"par_id3150398\n"
+"3\n"
"help.text"
-msgid "<ahelp hid=\"HID_EVT_MOUSEDRAGGED\">This event takes place when the mouse is dragged while a key is pressed.</ahelp>"
+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 ""
-#: 01170103.xhp
+#: 03020100.xhp
msgctxt ""
-"01170103.xhp\n"
-"hd_id3150210\n"
-"32\n"
+"03020100.xhp\n"
+"tit\n"
"help.text"
-msgid "Mouse moved"
+msgid "Opening and Closing Files"
msgstr ""
-#: 01170103.xhp
+#: 03020100.xhp
msgctxt ""
-"01170103.xhp\n"
-"par_id3149697\n"
-"33\n"
+"03020100.xhp\n"
+"hd_id3152924\n"
+"1\n"
"help.text"
-msgid "<ahelp hid=\"HID_EVT_MOUSEMOVED\">This event takes place when the mouse moves over the control.</ahelp>"
+msgid "<link href=\"text/sbasic/shared/03020100.xhp\" name=\"Opening and Closing Files\">Opening and Closing Files</link>"
msgstr ""
-#: 01170103.xhp
+#: 03020101.xhp
msgctxt ""
-"01170103.xhp\n"
-"hd_id3145216\n"
-"22\n"
+"03020101.xhp\n"
+"tit\n"
"help.text"
-msgid "Mouse button pressed"
+msgid "Close Statement [Runtime]"
msgstr ""
-#: 01170103.xhp
+#: 03020101.xhp
msgctxt ""
-"01170103.xhp\n"
-"par_id3155914\n"
-"23\n"
+"03020101.xhp\n"
+"bm_id3157896\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 ""
+msgid "<bookmark_value>Close statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 01170103.xhp
+#: 03020101.xhp
msgctxt ""
-"01170103.xhp\n"
-"hd_id3148899\n"
-"24\n"
+"03020101.xhp\n"
+"hd_id3157896\n"
+"1\n"
"help.text"
-msgid "Mouse button released"
-msgstr ""
+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>"
-#: 01170103.xhp
+#: 03020101.xhp
msgctxt ""
-"01170103.xhp\n"
-"par_id3153812\n"
-"25\n"
+"03020101.xhp\n"
+"par_id3147573\n"
+"2\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>"
+msgid "Closes a specified file that was opened with the Open statement."
msgstr ""
-#: 01170103.xhp
+#: 03020101.xhp
msgctxt ""
-"01170103.xhp\n"
-"hd_id3153556\n"
-"28\n"
+"03020101.xhp\n"
+"hd_id3156344\n"
+"3\n"
"help.text"
-msgid "Mouse outside"
+msgid "Syntax:"
msgstr ""
-#: 01170103.xhp
+#: 03020101.xhp
msgctxt ""
-"01170103.xhp\n"
-"par_id3153013\n"
-"29\n"
+"03020101.xhp\n"
+"par_id3147265\n"
+"4\n"
"help.text"
-msgid "<ahelp hid=\"HID_EVT_MOUSEEXITED\">This event takes place when the mouse leaves the control.</ahelp>"
+msgid "Close FileNumber As Integer[, FileNumber2 As Integer[,...]]"
msgstr ""
-#: 01170103.xhp
+#: 03020101.xhp
msgctxt ""
-"01170103.xhp\n"
-"hd_id3155759\n"
-"45\n"
+"03020101.xhp\n"
+"hd_id3153379\n"
+"5\n"
"help.text"
-msgid "While adjusting"
+msgid "Parameters:"
msgstr ""
-#: 01170103.xhp
+#: 03020101.xhp
msgctxt ""
-"01170103.xhp\n"
-"par_id3156364\n"
-"46\n"
+"03020101.xhp\n"
+"par_id3150791\n"
+"6\n"
"help.text"
-msgid "<ahelp hid=\"HID_EVT_MOUSEEXITED\">This event takes place when a scrollbar is being dragged.</ahelp>"
+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 ""
-#: 01050200.xhp
+#: 03020101.xhp
msgctxt ""
-"01050200.xhp\n"
-"tit\n"
+"03020101.xhp\n"
+"hd_id3153192\n"
+"7\n"
"help.text"
-msgid "Call Stack Window (Calls)"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 01050200.xhp
+#: 03020101.xhp
msgctxt ""
-"01050200.xhp\n"
-"hd_id3146794\n"
-"1\n"
+"03020101.xhp\n"
+"par_id3153727\n"
+"16\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/01050200.xhp\" name=\"Call Stack Window (Calls)\">Call Stack Window (Calls)</link>"
+msgid "Print #iNumber, \"First line of text\""
msgstr ""
-#: 01050200.xhp
+#: 03020101.xhp
msgctxt ""
-"01050200.xhp\n"
-"par_id3150400\n"
-"2\n"
+"03020101.xhp\n"
+"par_id3147350\n"
+"17\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."
+msgid "Print #iNumber, \"Another line of text\""
msgstr ""
-#: 03131400.xhp
+#: 03020102.xhp
msgctxt ""
-"03131400.xhp\n"
+"03020102.xhp\n"
"tit\n"
"help.text"
-msgid "TwipsPerPixelY Function [Runtime]"
+msgid "FreeFile Function[Runtime]"
msgstr "Split Function [Runtime]"
-#: 03131400.xhp
+#: 03020102.xhp
msgctxt ""
-"03131400.xhp\n"
-"bm_id3150040\n"
+"03020102.xhp\n"
+"bm_id3150400\n"
"help.text"
-msgid "<bookmark_value>TwipsPerPixelY function</bookmark_value>"
-msgstr "<bookmark_value>TwipsPerPixelY ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>FreeFile function</bookmark_value>"
+msgstr "<bookmark_value>Trim ფუნქცია</bookmark_value>"
-#: 03131400.xhp
-#, fuzzy
+#: 03020102.xhp
msgctxt ""
-"03131400.xhp\n"
-"hd_id3150040\n"
+"03020102.xhp\n"
+"hd_id3150400\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03131400.xhp\" name=\"TwipsPerPixelY Function [Runtime]\">TwipsPerPixelY Function [Runtime]</link>"
+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>"
-#: 03131400.xhp
+#: 03020102.xhp
msgctxt ""
-"03131400.xhp\n"
-"par_id3154186\n"
+"03020102.xhp\n"
+"par_id3154366\n"
"2\n"
"help.text"
-msgid "Returns the number of twips that represent the height of a pixel."
-msgstr "აბრუნებს twip-ების რაოდენობას, რომელიც განსაზღვრავს პიქსელის სიმაღლეს."
+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 ""
-#: 03131400.xhp
+#: 03020102.xhp
msgctxt ""
-"03131400.xhp\n"
-"hd_id3145090\n"
+"03020102.xhp\n"
+"hd_id3150769\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03131400.xhp
-msgctxt ""
-"03131400.xhp\n"
-"par_id3153681\n"
-"4\n"
-"help.text"
-msgid "n = TwipsPerPixelY"
-msgstr "n = TwipsPerPixelY"
-
-#: 03131400.xhp
+#: 03020102.xhp
msgctxt ""
-"03131400.xhp\n"
-"hd_id3148473\n"
+"03020102.xhp\n"
+"hd_id3151042\n"
"5\n"
"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03131400.xhp
+#: 03020102.xhp
msgctxt ""
-"03131400.xhp\n"
-"par_id3154306\n"
+"03020102.xhp\n"
+"par_id3150440\n"
"6\n"
"help.text"
msgid "Integer"
msgstr ""
-#: 03131400.xhp
+#: 03020102.xhp
msgctxt ""
-"03131400.xhp\n"
-"hd_id3149235\n"
+"03020102.xhp\n"
+"hd_id3148576\n"
"7\n"
"help.text"
-msgid "Example:"
+msgid "Parameters:"
msgstr ""
-#: 03131400.xhp
+#: 03020102.xhp
msgctxt ""
-"03131400.xhp\n"
-"par_id3154142\n"
-"9\n"
+"03020102.xhp\n"
+"par_id3155854\n"
+"8\n"
"help.text"
-msgid "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
+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 ""
-#: 03120100.xhp
+#: 03020102.xhp
msgctxt ""
-"03120100.xhp\n"
-"tit\n"
+"03020102.xhp\n"
+"hd_id3159153\n"
+"9\n"
"help.text"
-msgid "ASCII/ANSI Conversion in Strings"
-msgstr "ASCII/ANSI შედარება სტრიქონებში"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03120100.xhp
+#: 03020102.xhp
msgctxt ""
-"03120100.xhp\n"
-"hd_id3147443\n"
-"1\n"
+"03020102.xhp\n"
+"par_id3155416\n"
+"18\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120100.xhp\" name=\"ASCII/ANSI Conversion in Strings\">ASCII/ANSI Conversion in Strings</link>"
+msgid "Print #iNumber, \"First line of text\""
msgstr ""
-#: 03120100.xhp
+#: 03020102.xhp
msgctxt ""
-"03120100.xhp\n"
-"par_id3159201\n"
-"2\n"
+"03020102.xhp\n"
+"par_id3153416\n"
+"19\n"
"help.text"
-msgid "The following functions convert strings to and from ASCII or ANSI code."
-msgstr "აღნიშნული ფუნქციები გარდაქმნის სტრიქონებს ASCII ან ANSI კოდად."
+msgid "Print #iNumber, \"Another line of text\""
+msgstr ""
-#: 03090411.xhp
+#: 03020103.xhp
msgctxt ""
-"03090411.xhp\n"
+"03020103.xhp\n"
"tit\n"
"help.text"
-msgid "With Statement [Runtime]"
+msgid "Open Statement[Runtime]"
msgstr ""
-#: 03090411.xhp
+#: 03020103.xhp
msgctxt ""
-"03090411.xhp\n"
-"bm_id3153311\n"
+"03020103.xhp\n"
+"bm_id3150791\n"
"help.text"
-msgid "<bookmark_value>With statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
+msgid "<bookmark_value>Open statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03090411.xhp
-#, fuzzy
+#: 03020103.xhp
msgctxt ""
-"03090411.xhp\n"
-"hd_id3153311\n"
+"03020103.xhp\n"
+"hd_id3150791\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090411.xhp\" name=\"With Statement [Runtime]\">With Statement [Runtime]</link>"
+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>"
-#: 03090411.xhp
+#: 03020103.xhp
msgctxt ""
-"03090411.xhp\n"
-"par_id3159158\n"
+"03020103.xhp\n"
+"par_id3150769\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."
+msgid "Opens a data channel."
msgstr ""
-#: 03090411.xhp
+#: 03020103.xhp
msgctxt ""
-"03090411.xhp\n"
-"hd_id3156153\n"
+"03020103.xhp\n"
+"hd_id3147230\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03090411.xhp
+#: 03020103.xhp
msgctxt ""
-"03090411.xhp\n"
-"par_id3145609\n"
+"03020103.xhp\n"
+"par_id3154124\n"
"4\n"
"help.text"
-msgid "With Object Statement block End With"
+msgid "Open FileName As String [For Mode] [Access IOMode] [Protected] As [#]FileNumber As Integer [Len = DatasetLength]"
msgstr ""
-#: 03090411.xhp
+#: 03020103.xhp
msgctxt ""
-"03090411.xhp\n"
-"hd_id3154924\n"
+"03020103.xhp\n"
+"hd_id3156280\n"
"5\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03090411.xhp
+#: 03020103.xhp
msgctxt ""
-"03090411.xhp\n"
-"par_id3147560\n"
+"03020103.xhp\n"
+"par_id3155132\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."
+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 ""
-#: 03030130.xhp
-msgctxt ""
-"03030130.xhp\n"
-"tit\n"
-"help.text"
-msgid "DatePart Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03030130.xhp
-msgctxt ""
-"03030130.xhp\n"
-"bm_id249946\n"
-"help.text"
-msgid "<bookmark_value>DatePart function</bookmark_value>"
-msgstr "<bookmark_value>DatePart ფუნქცია</bookmark_value>"
-
-#: 03030130.xhp
+#: 03020103.xhp
msgctxt ""
-"03030130.xhp\n"
-"par_idN10542\n"
+"03020103.xhp\n"
+"par_id3149262\n"
+"7\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030130.xhp\">DatePart Function [Runtime]</link>"
+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 ""
-#: 03030130.xhp
-msgctxt ""
-"03030130.xhp\n"
-"par_idN10546\n"
-"help.text"
-msgid "The DatePart function returns a specified part of a date."
-msgstr "DatePart ფუნქცია აბრუნებს თარიღის კონკრეტულ ნაწილს."
-
-#: 03030130.xhp
+#: 03020103.xhp
msgctxt ""
-"03030130.xhp\n"
-"par_idN10549\n"
+"03020103.xhp\n"
+"par_id3154014\n"
+"8\n"
"help.text"
-msgid "Syntax:"
+msgid "<emph>IOMode:</emph> Keyword that defines the access type. Valid values: Read (read-only), Write (write-only), Read Write (both)."
msgstr ""
-#: 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]])"
-
-#: 03030130.xhp
-msgctxt ""
-"03030130.xhp\n"
-"par_idN105EB\n"
-"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03030130.xhp
+#: 03020103.xhp
msgctxt ""
-"03030130.xhp\n"
-"par_idN105EF\n"
+"03020103.xhp\n"
+"par_id3150011\n"
+"9\n"
"help.text"
-msgid "A Variant containing a date."
+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 ""
-#: 03030130.xhp
+#: 03020103.xhp
msgctxt ""
-"03030130.xhp\n"
-"par_idN105F2\n"
+"03020103.xhp\n"
+"par_id3153190\n"
+"10\n"
"help.text"
-msgid "Parameters:"
+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 ""
-#: 03030130.xhp
+#: 03020103.xhp
msgctxt ""
-"03030130.xhp\n"
-"par_idN105F6\n"
+"03020103.xhp\n"
+"par_id3151115\n"
+"11\n"
"help.text"
-msgid "<emph>Add</emph> - A string expression from the following table, specifying the date interval."
-msgstr "Add - სტრინგული გამოსახულება მომდევნო ცხრილიდან, რომელიც მიუთითებს თარიღის ინტერვალს."
+msgid "<emph>DatasetLength:</emph> For random access files, set the length of the records."
+msgstr ""
-#: 03030130.xhp
+#: 03020103.xhp
msgctxt ""
-"03030130.xhp\n"
-"par_idN10604\n"
+"03020103.xhp\n"
+"par_id3153418\n"
+"12\n"
"help.text"
-msgid "<emph>Date</emph> - The date from which the result is calculated."
-msgstr "<emph>Date</emph> - თარიღი, რომლიდანაც გამოიანგარიშება რეზულტატი."
+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 ""
-#: 03030130.xhp
+#: 03020103.xhp
msgctxt ""
-"03030130.xhp\n"
-"par_idN10611\n"
+"03020103.xhp\n"
+"hd_id3149123\n"
+"13\n"
"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
-#: 03101130.xhp
+#: 03020103.xhp
msgctxt ""
-"03101130.xhp\n"
-"tit\n"
+"03020103.xhp\n"
+"par_id3154705\n"
+"22\n"
"help.text"
-msgid "DefSng Statement [Runtime]"
+msgid "Print #iNumber, \"This is a line of text\""
msgstr ""
-#: 03101130.xhp
+#: 03020103.xhp
msgctxt ""
-"03101130.xhp\n"
-"bm_id2445142\n"
+"03020103.xhp\n"
+"par_id3146916\n"
+"23\n"
"help.text"
-msgid "<bookmark_value>DefSng statement</bookmark_value>"
-msgstr "<bookmark_value>DefSng განცხადება</bookmark_value>"
+msgid "Print #iNumber, \"This is another line of text\""
+msgstr ""
-#: 03101130.xhp
+#: 03020104.xhp
msgctxt ""
-"03101130.xhp\n"
-"par_idN10577\n"
+"03020104.xhp\n"
+"tit\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03101130.xhp\">DefSng Statement [Runtime]</link>"
+msgid "Reset Statement [Runtime]"
msgstr ""
-#: 03101130.xhp
+#: 03020104.xhp
msgctxt ""
-"03101130.xhp\n"
-"par_idN10587\n"
+"03020104.xhp\n"
+"bm_id3154141\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 განცხადება საწყისი ცვლადის ტიპს აყენებს ასოთა რანგის მიხედვით."
+msgid "<bookmark_value>Reset statement</bookmark_value>"
+msgstr "<bookmark_value>RSet დებულება</bookmark_value>"
-#: 03101130.xhp
+#: 03020104.xhp
msgctxt ""
-"03101130.xhp\n"
-"par_idN1058A\n"
+"03020104.xhp\n"
+"hd_id3154141\n"
+"1\n"
"help.text"
-msgid "Syntax:"
+msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement [Runtime]</link>"
msgstr ""
-#: 03101130.xhp
+#: 03020104.xhp
msgctxt ""
-"03101130.xhp\n"
-"par_idN1058E\n"
+"03020104.xhp\n"
+"par_id3156423\n"
+"2\n"
"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
msgstr ""
-#: 03101130.xhp
+#: 03020104.xhp
msgctxt ""
-"03101130.xhp\n"
-"par_idN10591\n"
+"03020104.xhp\n"
+"hd_id3154124\n"
+"3\n"
"help.text"
-msgid "Parameters:"
+msgid "Syntax:"
msgstr ""
-#: 03101130.xhp
+#: 03020104.xhp
msgctxt ""
-"03101130.xhp\n"
-"par_idN10595\n"
+"03020104.xhp\n"
+"hd_id3161831\n"
+"5\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 ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03101130.xhp
+#: 03020104.xhp
msgctxt ""
-"03101130.xhp\n"
-"par_idN1059C\n"
+"03020104.xhp\n"
+"par_id3148455\n"
+"47\n"
"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgid "Print #iNumber, \"This is a new line of text\""
msgstr ""
-#: 03101130.xhp
+#: 03020104.xhp
msgctxt ""
-"03101130.xhp\n"
-"par_idN105A3\n"
+"03020104.xhp\n"
+"par_id3163805\n"
+"62\n"
"help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
+msgid "MsgBox \"All files will be closed\",0,\"Error\""
msgstr ""
-#: 03101130.xhp
-msgctxt ""
-"03101130.xhp\n"
-"par_idN105AA\n"
-"help.text"
-msgid "<emph>DefSng:</emph> Single"
-msgstr "<emph>DefStr:</emph> სტრინგი"
-
-#: 03101130.xhp
+#: 03020200.xhp
msgctxt ""
-"03101130.xhp\n"
-"par_idN105B1\n"
+"03020200.xhp\n"
+"tit\n"
"help.text"
-msgid "Example:"
+msgid "File Input/Output Functions"
msgstr ""
-#: 03101130.xhp
+#: 03020200.xhp
msgctxt ""
-"03101130.xhp\n"
-"par_idN105B5\n"
+"03020200.xhp\n"
+"hd_id3150791\n"
+"1\n"
"help.text"
-msgid "' Prefix definitions for variable types:"
+msgid "<link href=\"text/sbasic/shared/03020200.xhp\" name=\"File Input/Output Functions\">File Input/Output Functions</link>"
msgstr ""
-#: 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 არის ნაგულისხმევი ერთეული ცვლადი"
-
-#: 03120305.xhp
+#: 03020201.xhp
msgctxt ""
-"03120305.xhp\n"
+"03020201.xhp\n"
"tit\n"
"help.text"
-msgid "LTrim Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Get Statement [Runtime]"
+msgstr ""
-#: 03120305.xhp
+#: 03020201.xhp
msgctxt ""
-"03120305.xhp\n"
-"bm_id3147574\n"
+"03020201.xhp\n"
+"bm_id3154927\n"
"help.text"
-msgid "<bookmark_value>LTrim function</bookmark_value>"
-msgstr "<bookmark_value>LTrim function</bookmark_value>"
+msgid "<bookmark_value>Get statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03120305.xhp
-#, fuzzy
+#: 03020201.xhp
msgctxt ""
-"03120305.xhp\n"
-"hd_id3147574\n"
+"03020201.xhp\n"
+"hd_id3154927\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>"
+msgid "<link href=\"text/sbasic/shared/03020201.xhp\">Get Statement [Runtime]</link>"
+msgstr ""
-#: 03120305.xhp
+#: 03020201.xhp
msgctxt ""
-"03120305.xhp\n"
-"par_id3145316\n"
+"03020201.xhp\n"
+"par_id3145069\n"
"2\n"
"help.text"
-msgid "Removes all leading spaces at the start of a string expression."
-msgstr "სტრინგული გამოსახულებიდან ამოიღებს ყველა წამძღვანებულ ჰარს."
+msgid "Reads a record from a relative file, or a sequence of bytes from a binary file, into a variable."
+msgstr ""
-#: 03120305.xhp
+#: 03020201.xhp
msgctxt ""
-"03120305.xhp\n"
-"hd_id3154924\n"
+"03020201.xhp\n"
+"par_id3154346\n"
"3\n"
"help.text"
-msgid "Syntax:"
+msgid "See also: <link href=\"text/sbasic/shared/03020204.xhp\" name=\"PUT\"><item type=\"literal\">PUT</item></link> Statement"
msgstr ""
-#: 03120305.xhp
+#: 03020201.xhp
msgctxt ""
-"03120305.xhp\n"
-"par_id3148552\n"
+"03020201.xhp\n"
+"hd_id3150358\n"
"4\n"
"help.text"
-msgid "LTrim (Text As String)"
-msgstr "LTrim (Text As String)"
-
-#: 03120305.xhp
-msgctxt ""
-"03120305.xhp\n"
-"hd_id3156344\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03120305.xhp
-msgctxt ""
-"03120305.xhp\n"
-"par_id3151056\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr "სტრიქონები"
-
-#: 03120305.xhp
-msgctxt ""
-"03120305.xhp\n"
-"hd_id3150543\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
+msgid "Syntax:"
msgstr ""
-#: 03120305.xhp
+#: 03020201.xhp
msgctxt ""
-"03120305.xhp\n"
+"03020201.xhp\n"
"par_id3150792\n"
-"8\n"
-"help.text"
-msgid "<emph>Text:</emph> Any string expression."
-msgstr "<emph>ტექსტი: </emph>ნებისმიერი სტრინგული გამოსახულება."
-
-#: 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 "გამოიყენეთ ეს ფუნქცია სტრინგული გამოსახულების დასაწყისში ჰარების წასაშლელად."
-
-#: 03120305.xhp
-msgctxt ""
-"03120305.xhp\n"
-"hd_id3145419\n"
-"10\n"
+"5\n"
"help.text"
-msgid "Example:"
+msgid "Get [#] FileNumber As Integer, [Position], Variable"
msgstr ""
-#: 03010103.xhp
+#: 03020201.xhp
msgctxt ""
-"03010103.xhp\n"
-"tit\n"
+"03020201.xhp\n"
+"hd_id3154138\n"
+"6\n"
"help.text"
-msgid "Print Statement [Runtime]"
+msgid "Parameters:"
msgstr ""
-#: 03010103.xhp
-msgctxt ""
-"03010103.xhp\n"
-"bm_id3147230\n"
-"help.text"
-msgid "<bookmark_value>Print statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-
-#: 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>"
-
-#: 03010103.xhp
+#: 03020201.xhp
msgctxt ""
-"03010103.xhp\n"
-"par_id3156281\n"
-"2\n"
+"03020201.xhp\n"
+"par_id3150448\n"
+"7\n"
"help.text"
-msgid "Outputs the specified strings or numeric expressions to a dialog or to a file."
+msgid "<emph>FileNumber:</emph> Any integer expression that determines the file number."
msgstr ""
-#: 03010103.xhp
+#: 03020201.xhp
msgctxt ""
-"03010103.xhp\n"
-"hd_id3145785\n"
-"3\n"
+"03020201.xhp\n"
+"par_id3154684\n"
+"8\n"
"help.text"
-msgid "Syntax:"
+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 ""
-#: 03010103.xhp
+#: 03020201.xhp
msgctxt ""
-"03010103.xhp\n"
-"par_id3153188\n"
-"4\n"
+"03020201.xhp\n"
+"par_id3153768\n"
+"9\n"
"help.text"
-msgid "Print [#FileName,] Expression1[{;|,} [Spc(Number As Integer);] [Tab(pos As Integer);] [Expression2[...]]"
+msgid "For files opened in Binary mode, <emph>Position</emph> is the byte position in the file where the reading starts."
msgstr ""
-#: 03010103.xhp
+#: 03020201.xhp
msgctxt ""
-"03010103.xhp\n"
-"hd_id3147348\n"
-"5\n"
+"03020201.xhp\n"
+"par_id3147319\n"
+"10\n"
"help.text"
-msgid "Parameter:"
+msgid "If <emph>Position</emph> is omitted, the current position or the current data record of the file is used."
msgstr ""
-#: 03010103.xhp
+#: 03020201.xhp
msgctxt ""
-"03010103.xhp\n"
-"par_id2508621\n"
+"03020201.xhp\n"
+"par_id3149484\n"
+"11\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."
+msgid "Variable: Name of the variable to be read. With the exception of object variables, you can use any variable type."
msgstr ""
-#: 03010103.xhp
+#: 03020201.xhp
msgctxt ""
-"03010103.xhp\n"
-"par_id3163712\n"
-"6\n"
+"03020201.xhp\n"
+"hd_id3153144\n"
+"12\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 ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03010103.xhp
+#: 03020201.xhp
msgctxt ""
-"03010103.xhp\n"
-"par_id3153092\n"
-"7\n"
+"03020201.xhp\n"
+"par_id3155307\n"
+"15\n"
"help.text"
-msgid "<emph>Number</emph>: Number of spaces to be inserted by the <emph>Spc</emph> function."
+msgid "Dim sText As Variant ' Must be a variant"
msgstr ""
-#: 03010103.xhp
+#: 03020201.xhp
msgctxt ""
-"03010103.xhp\n"
-"par_id3145364\n"
-"8\n"
+"03020201.xhp\n"
+"par_id3149411\n"
+"21\n"
"help.text"
-msgid "<emph>Pos</emph>: Spaces are inserted until the specified position."
+msgid "Seek #iNumber,1 ' Position at beginning"
msgstr ""
-#: 03010103.xhp
+#: 03020201.xhp
msgctxt ""
-"03010103.xhp\n"
-"par_id3154319\n"
-"9\n"
+"03020201.xhp\n"
+"par_id3153158\n"
+"22\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."
+msgid "Put #iNumber,, \"This is the first line of text\" ' Fill line with text"
msgstr ""
-#: 03010103.xhp
+#: 03020201.xhp
msgctxt ""
-"03010103.xhp\n"
-"par_id3145272\n"
-"10\n"
+"03020201.xhp\n"
+"par_id3148457\n"
+"23\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."
+msgid "Put #iNumber,, \"This is the second line of text\""
msgstr ""
-#: 03010103.xhp
+#: 03020201.xhp
msgctxt ""
-"03010103.xhp\n"
-"par_id3154011\n"
-"11\n"
+"03020201.xhp\n"
+"par_id3150715\n"
+"24\n"
"help.text"
-msgid "If the expression to be printed exceeds a certain length, the display will automatically wrap to the next line."
+msgid "Put #iNumber,, \"This is the third line of text\""
msgstr ""
-#: 03010103.xhp
+#: 03020201.xhp
msgctxt ""
-"03010103.xhp\n"
-"par_id3146969\n"
-"12\n"
+"03020201.xhp\n"
+"par_id3155938\n"
+"33\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."
+msgid "Put #iNumber,,\"This is a new text\""
msgstr ""
-#: 03010103.xhp
+#: 03020201.xhp
msgctxt ""
-"03010103.xhp\n"
-"hd_id3146912\n"
-"13\n"
+"03020201.xhp\n"
+"par_id3146916\n"
+"36\n"
"help.text"
-msgid "Example:"
+msgid "Put #iNumber,20,\"This is the text in record 20\""
msgstr ""
-#: 01170100.xhp
+#: 03020202.xhp
msgctxt ""
-"01170100.xhp\n"
+"03020202.xhp\n"
"tit\n"
"help.text"
-msgid "Control and Dialog Properties"
+msgid "Input# Statement [Runtime]"
msgstr ""
-#: 01170100.xhp
+#: 03020202.xhp
msgctxt ""
-"01170100.xhp\n"
-"bm_id3153379\n"
+"03020202.xhp\n"
+"bm_id3154908\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 ""
+msgid "<bookmark_value>Input statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 01170100.xhp
+#: 03020202.xhp
msgctxt ""
-"01170100.xhp\n"
-"hd_id3153379\n"
+"03020202.xhp\n"
+"hd_id3154908\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/01170100.xhp\" name=\"Control and Dialog Properties\">Control and Dialog Properties</link>"
-msgstr ""
+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>"
-#: 01170100.xhp
+#: 03020202.xhp
msgctxt ""
-"01170100.xhp\n"
-"par_id3156280\n"
+"03020202.xhp\n"
+"par_id3156424\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 ""
-
-#: 01170100.xhp
-msgctxt ""
-"01170100.xhp\n"
-"hd_id3151043\n"
-"20\n"
-"help.text"
-msgid "Entering Data in the Properties Dialog"
+msgid "Reads data from an open sequential file."
msgstr ""
-#: 01170100.xhp
+#: 03020202.xhp
msgctxt ""
-"01170100.xhp\n"
-"par_id3153771\n"
+"03020202.xhp\n"
+"hd_id3125863\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:"
+msgid "Syntax:"
msgstr ""
-#: 01170100.xhp
-msgctxt ""
-"01170100.xhp\n"
-"par_id3150010\n"
-"18\n"
-"help.text"
-msgid "Keys"
-msgstr "ღილაკები"
-
-#: 01170100.xhp
-msgctxt ""
-"01170100.xhp\n"
-"par_id3147317\n"
-"19\n"
-"help.text"
-msgid "Effects"
-msgstr "ეფექტები"
-
-#: 01170100.xhp
+#: 03020202.xhp
msgctxt ""
-"01170100.xhp\n"
-"par_id3146121\n"
+"03020202.xhp\n"
+"par_id3150440\n"
"4\n"
"help.text"
-msgid "Alt+Down Arrow"
+msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
msgstr ""
-#: 01170100.xhp
+#: 03020202.xhp
msgctxt ""
-"01170100.xhp\n"
-"par_id3149581\n"
+"03020202.xhp\n"
+"hd_id3146121\n"
"5\n"
"help.text"
-msgid "Opens a combo box"
+msgid "Parameters:"
msgstr ""
-#: 01170100.xhp
+#: 03020202.xhp
msgctxt ""
-"01170100.xhp\n"
-"par_id3147394\n"
+"03020202.xhp\n"
+"par_id3145749\n"
"6\n"
"help.text"
-msgid "Alt+Up Arrow"
+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 ""
-#: 01170100.xhp
+#: 03020202.xhp
msgctxt ""
-"01170100.xhp\n"
-"par_id3148455\n"
+"03020202.xhp\n"
+"par_id3150011\n"
"7\n"
"help.text"
-msgid "Closes a combo box"
+msgid "<emph>var:</emph> A numeric or string variable that you assign the values read from the opened file to."
msgstr ""
-#: 01170100.xhp
+#: 03020202.xhp
msgctxt ""
-"01170100.xhp\n"
-"par_id3154511\n"
+"03020202.xhp\n"
+"par_id3159153\n"
"8\n"
"help.text"
-msgid "Shift+Enter"
-msgstr "Shift+Enter"
+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 ""
-#: 01170100.xhp
+#: 03020202.xhp
msgctxt ""
-"01170100.xhp\n"
-"par_id3146971\n"
+"03020202.xhp\n"
+"par_id3146984\n"
"9\n"
"help.text"
-msgid "Inserts a line break in multiline fields."
+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 ""
-#: 01170100.xhp
+#: 03020202.xhp
msgctxt ""
-"01170100.xhp\n"
-"par_id3146914\n"
+"03020202.xhp\n"
+"par_id3156442\n"
"10\n"
"help.text"
-msgid "(UpArrow)"
+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 ""
-#: 01170100.xhp
+#: 03020202.xhp
msgctxt ""
-"01170100.xhp\n"
-"par_id3153714\n"
+"03020202.xhp\n"
+"par_id3147349\n"
"11\n"
"help.text"
-msgid "Goes to the previous line."
+msgid "If the end of the file is reached while reading a data element, an error occurs and the process is aborted."
msgstr ""
-#: 01170100.xhp
+#: 03020202.xhp
msgctxt ""
-"01170100.xhp\n"
-"par_id3159266\n"
+"03020202.xhp\n"
+"hd_id3152578\n"
"12\n"
"help.text"
-msgid "(DownArrow)"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 01170100.xhp
+#: 03020202.xhp
msgctxt ""
-"01170100.xhp\n"
-"par_id3146314\n"
-"13\n"
+"03020202.xhp\n"
+"par_id4144765\n"
"help.text"
-msgid "Goes to the next line."
+msgid "' Write data ( which we will read later with Input ) to file"
msgstr ""
-#: 01170100.xhp
-#, fuzzy
+#: 03020202.xhp
msgctxt ""
-"01170100.xhp\n"
-"par_id3149255\n"
-"14\n"
+"03020202.xhp\n"
+"par_id4144766\n"
"help.text"
-msgid "Enter"
-msgstr "#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\nშესვლა\\n#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nEnter"
+msgid "' Read data file using Input"
+msgstr ""
-#: 01170100.xhp
+#: 03020203.xhp
msgctxt ""
-"01170100.xhp\n"
-"par_id3149566\n"
-"15\n"
+"03020203.xhp\n"
+"tit\n"
"help.text"
-msgid "Applies the changes made to a field and places the cursor into the next field."
+msgid "Line Input # Statement [Runtime]"
msgstr ""
-#: 03080100.xhp
+#: 03020203.xhp
msgctxt ""
-"03080100.xhp\n"
-"tit\n"
+"03020203.xhp\n"
+"bm_id3153361\n"
"help.text"
-msgid "Trigonometric Functions"
-msgstr ""
+msgid "<bookmark_value>Line Input statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03080100.xhp
+#: 03020203.xhp
msgctxt ""
-"03080100.xhp\n"
-"hd_id3159201\n"
+"03020203.xhp\n"
+"hd_id3153361\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080100.xhp\" name=\"Trigonometric Functions\">Trigonometric Functions</link>"
-msgstr ""
+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>"
-#: 03080100.xhp
+#: 03020203.xhp
msgctxt ""
-"03080100.xhp\n"
-"par_id3149180\n"
+"03020203.xhp\n"
+"par_id3156280\n"
"2\n"
"help.text"
-msgid "The following are the trigonometric functions that are supported in $[officename] Basic."
+msgid "Reads strings from a sequential file into a variable."
msgstr ""
-#: 03100080.xhp
+#: 03020203.xhp
msgctxt ""
-"03100080.xhp\n"
-"tit\n"
+"03020203.xhp\n"
+"hd_id3150447\n"
+"3\n"
"help.text"
-msgid "CVErr Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Syntax:"
+msgstr ""
-#: 03100080.xhp
+#: 03020203.xhp
msgctxt ""
-"03100080.xhp\n"
-"bm_id531022\n"
+"03020203.xhp\n"
+"par_id3147229\n"
+"4\n"
"help.text"
-msgid "<bookmark_value>CVErr function</bookmark_value>"
-msgstr "<bookmark_value>CVErr ფუნქცია</bookmark_value>"
+msgid "Line Input #FileNumber As Integer, Var As String"
+msgstr ""
-#: 03100080.xhp
+#: 03020203.xhp
msgctxt ""
-"03100080.xhp\n"
-"par_idN1054B\n"
+"03020203.xhp\n"
+"hd_id3145173\n"
+"5\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03100080.xhp\">CVErr Function [Runtime]</link>"
+msgid "Parameters:"
msgstr ""
-#: 03100080.xhp
+#: 03020203.xhp
msgctxt ""
-"03100080.xhp\n"
-"par_idN1055B\n"
+"03020203.xhp\n"
+"par_id3161832\n"
+"6\n"
"help.text"
-msgid "Converts a string expression or numeric expression to a variant expression of the sub type \"Error\"."
-msgstr "გარდაქმნის სტრინგულ ან რიცხვით გამოსახულებას \"Error\"-ის ქვე ტიპის ვარიანტულ გამოსახულებად."
+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 ""
-#: 03100080.xhp
+#: 03020203.xhp
msgctxt ""
-"03100080.xhp\n"
-"par_idN1055E\n"
+"03020203.xhp\n"
+"par_id3151119\n"
+"7\n"
"help.text"
-msgid "Syntax:"
+msgid "<emph>var:</emph> The name of the variable that stores the result."
msgstr ""
-#: 03100080.xhp
+#: 03020203.xhp
msgctxt ""
-"03100080.xhp\n"
-"par_idN10562\n"
+"03020203.xhp\n"
+"par_id3150010\n"
+"8\n"
"help.text"
-msgid "CVErr(Expression)"
-msgstr "CVErr(Expression)"
+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 ""
-#: 03100080.xhp
+#: 03020203.xhp
msgctxt ""
-"03100080.xhp\n"
-"par_idN10565\n"
+"03020203.xhp\n"
+"hd_id3163711\n"
+"9\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03100080.xhp
+#: 03020203.xhp
msgctxt ""
-"03100080.xhp\n"
-"par_idN10569\n"
+"03020203.xhp\n"
+"par_id3147124\n"
+"18\n"
"help.text"
-msgid "Variant."
+msgid "Print #iNumber, \"This is a line of text\""
msgstr ""
-#: 03100080.xhp
+#: 03020203.xhp
msgctxt ""
-"03100080.xhp\n"
-"par_idN1056C\n"
+"03020203.xhp\n"
+"par_id3153415\n"
+"19\n"
"help.text"
-msgid "Parameter:"
+msgid "Print #iNumber, \"This is another line of text\""
msgstr ""
-#: 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> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-
-#: 03080501.xhp
+#: 03020204.xhp
msgctxt ""
-"03080501.xhp\n"
+"03020204.xhp\n"
"tit\n"
"help.text"
-msgid "Fix Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Put Statement [Runtime]"
+msgstr ""
-#: 03080501.xhp
+#: 03020204.xhp
msgctxt ""
-"03080501.xhp\n"
-"bm_id3159201\n"
+"03020204.xhp\n"
+"bm_id3150360\n"
"help.text"
-msgid "<bookmark_value>Fix function</bookmark_value>"
-msgstr "<bookmark_value>Trim ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Put statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03080501.xhp
-#, fuzzy
+#: 03020204.xhp
msgctxt ""
-"03080501.xhp\n"
-"hd_id3159201\n"
+"03020204.xhp\n"
+"hd_id3150360\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>"
+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>"
-#: 03080501.xhp
+#: 03020204.xhp
msgctxt ""
-"03080501.xhp\n"
-"par_id3149346\n"
+"03020204.xhp\n"
+"par_id3154909\n"
"2\n"
"help.text"
-msgid "Returns the integer value of a numeric expression by removing the fractional part of the number."
+msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
msgstr ""
-#: 03080501.xhp
+#: 03020204.xhp
msgctxt ""
-"03080501.xhp\n"
-"hd_id3155419\n"
+"03020204.xhp\n"
+"par_id3156281\n"
"3\n"
"help.text"
-msgid "Syntax:"
+msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
msgstr ""
-#: 03080501.xhp
+#: 03020204.xhp
msgctxt ""
-"03080501.xhp\n"
-"par_id3156152\n"
+"03020204.xhp\n"
+"hd_id3125863\n"
"4\n"
"help.text"
-msgid "Fix (Expression)"
-msgstr "Str (გამოსახულება)"
+msgid "Syntax:"
+msgstr ""
-#: 03080501.xhp
+#: 03020204.xhp
msgctxt ""
-"03080501.xhp\n"
-"hd_id3154923\n"
+"03020204.xhp\n"
+"par_id3155132\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Put [#] FileNumber As Integer, [position], Variable"
+msgstr ""
-#: 03080501.xhp
+#: 03020204.xhp
msgctxt ""
-"03080501.xhp\n"
-"par_id3148947\n"
+"03020204.xhp\n"
+"hd_id3153190\n"
"6\n"
"help.text"
-msgid "Double"
+msgid "Parameters:"
msgstr ""
-#: 03080501.xhp
+#: 03020204.xhp
msgctxt ""
-"03080501.xhp\n"
-"hd_id3154760\n"
+"03020204.xhp\n"
+"par_id3146120\n"
"7\n"
"help.text"
-msgid "Parameters:"
+msgid "<emph>FileNumber:</emph> Any integer expression that defines the file that you want to write to."
msgstr ""
-#: 03080501.xhp
+#: 03020204.xhp
msgctxt ""
-"03080501.xhp\n"
-"par_id3149457\n"
+"03020204.xhp\n"
+"par_id3155411\n"
"8\n"
"help.text"
-msgid "<emph>Expression:</emph> Numeric expression that you want to return the integer value for."
+msgid "<emph>Position: </emph>For relative files (random access files), the number of the record that you want to write."
msgstr ""
-#: 03080501.xhp
+#: 03020204.xhp
msgctxt ""
-"03080501.xhp\n"
-"hd_id3150447\n"
+"03020204.xhp\n"
+"par_id3148576\n"
"9\n"
"help.text"
-msgid "Example:"
+msgid "For binary files (binary access), the position of the byte in the file where you want to start writing."
msgstr ""
-#: 03080501.xhp
-#, fuzzy
+#: 03020204.xhp
msgctxt ""
-"03080501.xhp\n"
-"par_id3156214\n"
+"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 ""
+
+#: 03020204.xhp
+msgctxt ""
+"03020204.xhp\n"
+"par_id3146974\n"
"11\n"
"help.text"
-msgid "Print Fix(3.14159) ' returns 3."
-msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
+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 ""
-#: 03080501.xhp
-#, fuzzy
+#: 03020204.xhp
msgctxt ""
-"03080501.xhp\n"
-"par_id3154217\n"
+"03020204.xhp\n"
+"par_id3155855\n"
"12\n"
"help.text"
-msgid "Print Fix(0) ' returns 0."
-msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
+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 ""
-#: 03080501.xhp
-#, fuzzy
+#: 03020204.xhp
msgctxt ""
-"03080501.xhp\n"
-"par_id3145786\n"
+"03020204.xhp\n"
+"hd_id3154491\n"
"13\n"
"help.text"
-msgid "Print Fix(-3.14159) ' returns -3."
-msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03090300.xhp
+#: 03020204.xhp
msgctxt ""
-"03090300.xhp\n"
-"tit\n"
+"03020204.xhp\n"
+"par_id3154729\n"
+"16\n"
"help.text"
-msgid "Jumps"
+msgid "Dim sText As Variant ' Must be a variant type"
msgstr ""
-#: 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>"
-
-#: 03090300.xhp
+#: 03020204.xhp
msgctxt ""
-"03090300.xhp\n"
-"par_id3148983\n"
-"2\n"
+"03020204.xhp\n"
+"par_id3156278\n"
+"22\n"
"help.text"
-msgid "The following statements execute jumps."
+msgid "Seek #iNumber,1 ' Position To start writing"
msgstr ""
-#: 03131500.xhp
+#: 03020204.xhp
msgctxt ""
-"03131500.xhp\n"
-"tit\n"
+"03020204.xhp\n"
+"par_id3153711\n"
+"23\n"
"help.text"
-msgid "CreateUnoStruct Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Put #iNumber,, \"This is the first line of text\" ' Fill line with text"
+msgstr ""
-#: 03131500.xhp
+#: 03020204.xhp
msgctxt ""
-"03131500.xhp\n"
-"bm_id3150499\n"
+"03020204.xhp\n"
+"par_id3155446\n"
+"24\n"
"help.text"
-msgid "<bookmark_value>CreateUnoStruct function</bookmark_value>"
-msgstr "<bookmark_value>CreateUnoStruct ფუნქცია</bookmark_value>"
+msgid "Put #iNumber,, \"This is the second line of text\""
+msgstr ""
-#: 03131500.xhp
-#, fuzzy
+#: 03020204.xhp
msgctxt ""
-"03131500.xhp\n"
-"hd_id3150499\n"
-"1\n"
+"03020204.xhp\n"
+"par_id3154255\n"
+"25\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>"
+msgid "Put #iNumber,, \"This is the third line of text\""
+msgstr ""
-#: 03131500.xhp
+#: 03020204.xhp
msgctxt ""
-"03131500.xhp\n"
-"par_id3150713\n"
-"2\n"
+"03020204.xhp\n"
+"par_id3150940\n"
+"34\n"
"help.text"
-msgid "<ahelp hid=\".\">Creates an instance of a Uno structure type.</ahelp>"
-msgstr "<ahelp hid=\".\">ქმნის Uno სტრუქტურის ტიპის ასლს.</ahelp>"
+msgid "Put #iNumber,,\"This is new text\""
+msgstr ""
-#: 03131500.xhp
+#: 03020204.xhp
msgctxt ""
-"03131500.xhp\n"
-"par_id3147226\n"
-"3\n"
+"03020204.xhp\n"
+"par_id3159102\n"
+"37\n"
"help.text"
-msgid "Use the following structure for your statement:"
-msgstr "თქვენი გამოსახულებისთვის გამოიყენებთ შემდეგი სტრუქტურა:"
+msgid "Put #iNumber,20,\"This is the text in record 20\""
+msgstr ""
-#: 03131500.xhp
+#: 03020205.xhp
msgctxt ""
-"03131500.xhp\n"
-"par_id3149177\n"
-"4\n"
+"03020205.xhp\n"
+"tit\n"
"help.text"
-msgid "Dim oStruct as new com.sun.star.beans.Property"
-msgstr "Dim oStruct as new com.sun.star.beans.Property"
+msgid "Write Statement [Runtime]"
+msgstr ""
-#: 03131500.xhp
+#: 03020205.xhp
msgctxt ""
-"03131500.xhp\n"
-"hd_id3156153\n"
-"5\n"
+"03020205.xhp\n"
+"bm_id3147229\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "<bookmark_value>Write statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03131500.xhp
+#: 03020205.xhp
msgctxt ""
-"03131500.xhp\n"
-"par_id3155341\n"
-"6\n"
+"03020205.xhp\n"
+"hd_id3147229\n"
+"1\n"
"help.text"
-msgid "oStruct = CreateUnoStruct( Uno type name )"
-msgstr "oStruct = CreateUnoStruct( Uno type name )"
+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>"
-#: 03131500.xhp
+#: 03020205.xhp
msgctxt ""
-"03131500.xhp\n"
-"hd_id3145316\n"
-"7\n"
+"03020205.xhp\n"
+"par_id3154685\n"
+"2\n"
"help.text"
-msgid "Example:"
+msgid "Writes data to a sequential file."
msgstr ""
-#: 03131500.xhp
+#: 03020205.xhp
msgctxt ""
-"03131500.xhp\n"
-"par_id3149762\n"
-"8\n"
+"03020205.xhp\n"
+"hd_id3150449\n"
+"3\n"
"help.text"
-msgid "oStruct = CreateUnoStruct( \"com.sun.star.beans.Property\" )"
-msgstr "oStruct = CreateUnoStruct( \"com.sun.star.beans.Property\" )"
+msgid "Syntax:"
+msgstr ""
-#: 03030302.xhp
+#: 03020205.xhp
msgctxt ""
-"03030302.xhp\n"
-"tit\n"
+"03020205.xhp\n"
+"par_id3145785\n"
+"4\n"
"help.text"
-msgid "Time Statement [Runtime]"
+msgid "Write [#FileName], [Expressionlist]"
msgstr ""
-#: 03030302.xhp
+#: 03020205.xhp
msgctxt ""
-"03030302.xhp\n"
-"bm_id3145090\n"
+"03020205.xhp\n"
+"hd_id3151116\n"
+"5\n"
"help.text"
-msgid "<bookmark_value>Time statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+msgid "Parameters:"
+msgstr ""
-#: 03030302.xhp
+#: 03020205.xhp
msgctxt ""
-"03030302.xhp\n"
-"hd_id3145090\n"
-"1\n"
+"03020205.xhp\n"
+"par_id3153728\n"
+"6\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030302.xhp\">Time Statement [Runtime]</link>"
+msgid "<emph>FileName:</emph> Any numeric expression that contains the file number that was set by the Open statement for the respective file."
msgstr ""
-#: 03030302.xhp
+#: 03020205.xhp
msgctxt ""
-"03030302.xhp\n"
-"par_id3150984\n"
-"2\n"
+"03020205.xhp\n"
+"par_id3146120\n"
+"7\n"
"help.text"
-msgid "This function returns the current system time as a string in the format \"HH:MM:SS\"."
+msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
msgstr ""
-#: 03030302.xhp
+#: 03020205.xhp
msgctxt ""
-"03030302.xhp\n"
-"hd_id3154346\n"
-"3\n"
+"03020205.xhp\n"
+"par_id3150010\n"
+"8\n"
"help.text"
-msgid "Syntax:"
+msgid "If the expression list is omitted, the <emph>Write</emph> statement appends an empty line to the file."
msgstr ""
-#: 03030302.xhp
+#: 03020205.xhp
msgctxt ""
-"03030302.xhp\n"
-"par_id3149670\n"
-"4\n"
+"03020205.xhp\n"
+"par_id3163713\n"
+"9\n"
"help.text"
-msgid "Time"
-msgstr "დრო"
+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 ""
-#: 03030302.xhp
+#: 03020205.xhp
msgctxt ""
-"03030302.xhp\n"
-"hd_id3150792\n"
-"5\n"
+"03020205.xhp\n"
+"par_id3147428\n"
+"10\n"
"help.text"
-msgid "Parameters:"
+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 ""
-#: 03030302.xhp
+#: 03020205.xhp
msgctxt ""
-"03030302.xhp\n"
-"par_id3149656\n"
-"6\n"
+"03020205.xhp\n"
+"par_id1002838\n"
"help.text"
-msgid "<emph>Text:</emph> Any string expression that specifies the new time in the format \"HH:MM:SS\"."
+msgid "Each <emph>Write</emph> statement outputs a line end symbol as last entry."
msgstr ""
-#: 03030302.xhp
+#: 03020205.xhp
msgctxt ""
-"03030302.xhp\n"
-"hd_id3145173\n"
-"7\n"
+"03020205.xhp\n"
+"par_id6618854\n"
"help.text"
-msgid "Example:"
+msgid "Numbers with decimal delimiters are converted according to the locale settings."
msgstr ""
-#: 03030302.xhp
+#: 03020205.xhp
msgctxt ""
-"03030302.xhp\n"
-"par_id3150870\n"
-"9\n"
+"03020205.xhp\n"
+"hd_id3151073\n"
+"11\n"
"help.text"
-msgid "MsgBox Time,0,\"The time is\""
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03131800.xhp
+#: 03020301.xhp
msgctxt ""
-"03131800.xhp\n"
+"03020301.xhp\n"
"tit\n"
"help.text"
-msgid "CreateUnoDialog Function [Runtime]"
+msgid "Eof Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03131800.xhp
+#: 03020301.xhp
msgctxt ""
-"03131800.xhp\n"
-"bm_id3150040\n"
+"03020301.xhp\n"
+"bm_id3154598\n"
"help.text"
-msgid "<bookmark_value>CreateUnoDialog function</bookmark_value>"
-msgstr "<bookmark_value>CreateUnoDialog ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Eof function</bookmark_value>"
+msgstr "<bookmark_value>მარცხენა ფუნქცია</bookmark_value>"
-#: 03131800.xhp
-#, fuzzy
+#: 03020301.xhp
msgctxt ""
-"03131800.xhp\n"
-"hd_id3150040\n"
+"03020301.xhp\n"
+"hd_id3154598\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03131800.xhp\" name=\"CreateUnoDialog Function [Runtime]\">CreateUnoDialog Function [Runtime]</link>"
+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>"
-#: 03131800.xhp
+#: 03020301.xhp
msgctxt ""
-"03131800.xhp\n"
-"par_id3154186\n"
+"03020301.xhp\n"
+"par_id3147182\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-ის გაშვებისას."
+msgid "Determines if the file pointer has reached the end of a file."
+msgstr ""
-#: 03131800.xhp
+#: 03020301.xhp
msgctxt ""
-"03131800.xhp\n"
-"par_id3153750\n"
+"03020301.xhp\n"
+"hd_id3149119\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 "დიალოგები განისაზღვრება დიალოგურ ბიბლიოთეკებში. დიალოგის საჩვენებლად ბიბლიოთეკაში უნდა შეიქმნას \"ცოცხალი\" დიალოგი."
+msgid "Syntax:"
+msgstr ""
-#: 03131800.xhp
+#: 03020301.xhp
msgctxt ""
-"03131800.xhp\n"
-"par_id3153681\n"
+"03020301.xhp\n"
+"par_id3147399\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>."
+msgid "Eof (intexpression As Integer)"
+msgstr ""
-#: 03131800.xhp
+#: 03020301.xhp
msgctxt ""
-"03131800.xhp\n"
-"hd_id3154286\n"
+"03020301.xhp\n"
+"hd_id3153539\n"
"5\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03131800.xhp
+#: 03020301.xhp
msgctxt ""
-"03131800.xhp\n"
-"par_id3159176\n"
+"03020301.xhp\n"
+"par_id3156027\n"
"6\n"
"help.text"
-msgid "CreateUnoDialog( oDlgDesc )"
-msgstr "CreateUnoDialog( oDlgDesc )"
+msgid "Bool"
+msgstr ""
-#: 03131800.xhp
+#: 03020301.xhp
msgctxt ""
-"03131800.xhp\n"
-"hd_id3143270\n"
+"03020301.xhp\n"
+"hd_id3152924\n"
"7\n"
"help.text"
-msgid "Example:"
+msgid "Parameters:"
msgstr ""
-#: 03131800.xhp
+#: 03020301.xhp
msgctxt ""
-"03131800.xhp\n"
-"par_id3159157\n"
+"03020301.xhp\n"
+"par_id3153990\n"
"8\n"
"help.text"
-msgid "' Get dialog description from the dialog library"
-msgstr "' დიალოგთა ბიბლიოთეკიდან დიალოგის აღწერილობის მიღება"
+msgid "<emph>Intexpression:</emph> Any integer expression that evaluates to the number of an open file."
+msgstr ""
-#: 03131800.xhp
+#: 03020301.xhp
msgctxt ""
-"03131800.xhp\n"
-"par_id3149234\n"
+"03020301.xhp\n"
+"par_id3153527\n"
"9\n"
"help.text"
-msgid "oDlgDesc = DialogLibraries.Standard.Dialog1"
+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 ""
-#: 03131800.xhp
+#: 03020301.xhp
msgctxt ""
-"03131800.xhp\n"
-"par_id3154923\n"
+"03020301.xhp\n"
+"hd_id3154046\n"
"10\n"
"help.text"
-msgid "' generate \"live\" dialog"
-msgstr "' \"ცოცხალი\" დიალოგის გენერაცია"
-
-#: 03131800.xhp
-msgctxt ""
-"03131800.xhp\n"
-"par_id3149670\n"
-"11\n"
-"help.text"
-msgid "oDlgControl = CreateUnoDialog( oDlgDesc )"
-msgstr "oDlgControl = CreateUnoDialog( oDlgDesc )"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03131800.xhp
+#: 03020301.xhp
msgctxt ""
-"03131800.xhp\n"
-"par_id3148550\n"
-"12\n"
+"03020301.xhp\n"
+"par_id3153360\n"
+"19\n"
"help.text"
-msgid "' display \"live\" dialog"
-msgstr "' \"ცოცხალი\" დიალოგის ჩვენება"
+msgid "Print #iNumber, \"First line of text\""
+msgstr ""
-#: 03131800.xhp
+#: 03020301.xhp
msgctxt ""
-"03131800.xhp\n"
-"par_id3154072\n"
-"13\n"
+"03020301.xhp\n"
+"par_id3148797\n"
+"20\n"
"help.text"
-msgid "oDlgControl.execute"
-msgstr "oDlgControl.execute"
+msgid "Print #iNumber, \"Another line of text\""
+msgstr ""
-#: 03102400.xhp
+#: 03020302.xhp
msgctxt ""
-"03102400.xhp\n"
+"03020302.xhp\n"
"tit\n"
"help.text"
-msgid "IsEmpty Function [Runtime]"
+msgid "Loc Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03102400.xhp
+#: 03020302.xhp
msgctxt ""
-"03102400.xhp\n"
-"bm_id3153394\n"
+"03020302.xhp\n"
+"bm_id3148663\n"
"help.text"
-msgid "<bookmark_value>IsEmpty function</bookmark_value>"
-msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Loc function</bookmark_value>"
+msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
-#: 03102400.xhp
-#, fuzzy
+#: 03020302.xhp
msgctxt ""
-"03102400.xhp\n"
-"hd_id3153394\n"
+"03020302.xhp\n"
+"hd_id3148663\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03102400.xhp\" name=\"IsEmpty Function [Runtime]\">IsEmpty Function [Runtime]</link>"
+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>"
-#: 03102400.xhp
+#: 03020302.xhp
msgctxt ""
-"03102400.xhp\n"
-"par_id3163045\n"
+"03020302.xhp\n"
+"par_id3154138\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."
+msgid "Returns the current position in an open file."
msgstr ""
-#: 03102400.xhp
+#: 03020302.xhp
msgctxt ""
-"03102400.xhp\n"
-"hd_id3159158\n"
+"03020302.xhp\n"
+"hd_id3156422\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03102400.xhp
+#: 03020302.xhp
msgctxt ""
-"03102400.xhp\n"
-"par_id3153126\n"
+"03020302.xhp\n"
+"par_id3150768\n"
"4\n"
"help.text"
-msgid "IsEmpty (Var)"
+msgid "Loc(FileNumber)"
msgstr ""
-#: 03102400.xhp
+#: 03020302.xhp
msgctxt ""
-"03102400.xhp\n"
-"hd_id3148685\n"
+"03020302.xhp\n"
+"hd_id3150440\n"
"5\n"
"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03102400.xhp
+#: 03020302.xhp
msgctxt ""
-"03102400.xhp\n"
-"par_id3156344\n"
+"03020302.xhp\n"
+"par_id3152578\n"
"6\n"
"help.text"
-msgid "Bool"
+msgid "Long"
msgstr ""
-#: 03102400.xhp
+#: 03020302.xhp
msgctxt ""
-"03102400.xhp\n"
-"hd_id3148947\n"
+"03020302.xhp\n"
+"hd_id3152462\n"
"7\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03102400.xhp
+#: 03020302.xhp
msgctxt ""
-"03102400.xhp\n"
-"par_id3154347\n"
+"03020302.xhp\n"
+"par_id3153363\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-ს."
-
-#: 03102400.xhp
-msgctxt ""
-"03102400.xhp\n"
-"hd_id3154138\n"
-"9\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03102400.xhp
-msgctxt ""
-"03102400.xhp\n"
-"par_id3154863\n"
-"13\n"
-"help.text"
-msgid "Print IsEmpty(sVar) ' Returns True"
-msgstr ""
-
-#: 03030200.xhp
-msgctxt ""
-"03030200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Converting Time Values"
+msgid "<emph>FileNumber:</emph> Any numeric expression that contains the file number that is set by the Open statement for the respective file."
msgstr ""
-#: 03030200.xhp
+#: 03020302.xhp
msgctxt ""
-"03030200.xhp\n"
-"hd_id3147226\n"
-"1\n"
+"03020302.xhp\n"
+"par_id3154320\n"
+"9\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030200.xhp\" name=\"Converting Time Values\">Converting Time Values</link>"
+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 ""
-#: 03030200.xhp
+#: 03020302.xhp
msgctxt ""
-"03030200.xhp\n"
-"par_id3149415\n"
-"2\n"
+"03020302.xhp\n"
+"par_id3151115\n"
+"10\n"
"help.text"
-msgid "The following functions convert time values to calculable numbers."
+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 ""
-#: 03100600.xhp
+#: 03020303.xhp
msgctxt ""
-"03100600.xhp\n"
+"03020303.xhp\n"
"tit\n"
"help.text"
-msgid "CLng Function [Runtime]"
+msgid "Lof Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03100600.xhp
+#: 03020303.xhp
msgctxt ""
-"03100600.xhp\n"
-"bm_id3153311\n"
+"03020303.xhp\n"
+"bm_id3156024\n"
"help.text"
-msgid "<bookmark_value>CLng function</bookmark_value>"
-msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Lof function</bookmark_value>"
+msgstr "<bookmark_value>მარცხენა ფუნქცია</bookmark_value>"
-#: 03100600.xhp
-#, fuzzy
+#: 03020303.xhp
msgctxt ""
-"03100600.xhp\n"
-"hd_id3153311\n"
+"03020303.xhp\n"
+"hd_id3156024\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03100600.xhp\" name=\"CLng Function [Runtime]\">CLng Function [Runtime]</link>"
+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>"
-#: 03100600.xhp
+#: 03020303.xhp
msgctxt ""
-"03100600.xhp\n"
-"par_id3148686\n"
+"03020303.xhp\n"
+"par_id3146794\n"
"2\n"
"help.text"
-msgid "Converts any string or numeric expression to a long integer."
-msgstr "გარდაქმნის სტრიქონს ან ციფრულ გამოსახულებას ბაიტის ტიპისთვის."
+msgid "Returns the size of an open file in bytes."
+msgstr ""
-#: 03100600.xhp
+#: 03020303.xhp
msgctxt ""
-"03100600.xhp\n"
-"hd_id3145315\n"
+"03020303.xhp\n"
+"hd_id3153380\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03100600.xhp
+#: 03020303.xhp
msgctxt ""
-"03100600.xhp\n"
-"par_id3147573\n"
+"03020303.xhp\n"
+"par_id3150359\n"
"4\n"
"help.text"
-msgid "CLng (Expression)"
-msgstr "CCur(Expression)"
+msgid "Lof (FileNumber)"
+msgstr ""
-#: 03100600.xhp
+#: 03020303.xhp
msgctxt ""
-"03100600.xhp\n"
-"hd_id3145610\n"
+"03020303.xhp\n"
+"hd_id3154141\n"
"5\n"
"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03100600.xhp
+#: 03020303.xhp
msgctxt ""
-"03100600.xhp\n"
-"par_id3153897\n"
+"03020303.xhp\n"
+"par_id3147230\n"
"6\n"
"help.text"
msgid "Long"
msgstr ""
-#: 03100600.xhp
+#: 03020303.xhp
msgctxt ""
-"03100600.xhp\n"
-"hd_id3154760\n"
+"03020303.xhp\n"
+"hd_id3156281\n"
"7\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03100600.xhp
+#: 03020303.xhp
msgctxt ""
-"03100600.xhp\n"
-"par_id3159414\n"
+"03020303.xhp\n"
+"par_id3150869\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."
+msgid "<emph>FileNumber:</emph> Any numeric expression that contains the file number that is specified in the Open statement."
msgstr ""
-#: 03100600.xhp
+#: 03020303.xhp
msgctxt ""
-"03100600.xhp\n"
-"par_id3150358\n"
+"03020303.xhp\n"
+"par_id3147349\n"
"9\n"
"help.text"
-msgid "This function always rounds the fractional part of a number to the nearest integer."
+msgid "To obtain the length of a file that is not open, use the <emph>FileLen</emph> function."
msgstr ""
-#: 03100600.xhp
+#: 03020303.xhp
msgctxt ""
-"03100600.xhp\n"
-"hd_id3154216\n"
+"03020303.xhp\n"
+"hd_id3155415\n"
"10\n"
"help.text"
msgid "Example:"
-msgstr ""
-
-#: main0211.xhp
-msgctxt ""
-"main0211.xhp\n"
-"tit\n"
-"help.text"
-msgid "Macro Toolbar"
-msgstr "მაკროს ხელსაწყოთა ზოლი"
+msgstr "მაგალითი:"
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 03070100.xhp
-msgctxt ""
-"03070100.xhp\n"
-"tit\n"
-"help.text"
-msgid "\"-\" Operator [Runtime]"
-msgstr ""
-
-#: 03070100.xhp
-msgctxt ""
-"03070100.xhp\n"
-"bm_id3156042\n"
-"help.text"
-msgid "<bookmark_value>\"-\" operator (mathematical)</bookmark_value>"
-msgstr ""
-
-#: 03070100.xhp
+#: 03020303.xhp
msgctxt ""
-"03070100.xhp\n"
-"hd_id3156042\n"
-"1\n"
+"03020303.xhp\n"
+"par_id3154730\n"
+"13\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03070100.xhp\">\"-\" Operator [Runtime]</link>"
+msgid "Dim sText As Variant REM must be a Variant"
msgstr ""
-#: 03070100.xhp
+#: 03020303.xhp
msgctxt ""
-"03070100.xhp\n"
-"par_id3153345\n"
-"2\n"
+"03020303.xhp\n"
+"par_id3156276\n"
+"19\n"
"help.text"
-msgid "Subtracts two values."
+msgid "Seek #iNumber,1 REM Position at start"
msgstr ""
-#: 03070100.xhp
+#: 03020303.xhp
msgctxt ""
-"03070100.xhp\n"
-"hd_id3149416\n"
-"3\n"
+"03020303.xhp\n"
+"par_id3148405\n"
+"20\n"
"help.text"
-msgid "Syntax:"
+msgid "Put #iNumber,, \"This is the first line of text\" REM Fill with text"
msgstr ""
-#: 03070100.xhp
+#: 03020303.xhp
msgctxt ""
-"03070100.xhp\n"
-"par_id3156023\n"
-"4\n"
+"03020303.xhp\n"
+"par_id3154756\n"
+"21\n"
"help.text"
-msgid "Result = Expression1 - Expression2"
+msgid "Put #iNumber,, \"This is the second line of text\""
msgstr ""
-#: 03070100.xhp
+#: 03020303.xhp
msgctxt ""
-"03070100.xhp\n"
-"hd_id3154760\n"
-"5\n"
+"03020303.xhp\n"
+"par_id3145643\n"
+"22\n"
"help.text"
-msgid "Parameters:"
+msgid "Put #iNumber,, \"This is the third line of text\""
msgstr ""
-#: 03070100.xhp
+#: 03020303.xhp
msgctxt ""
-"03070100.xhp\n"
-"par_id3147560\n"
-"6\n"
+"03020303.xhp\n"
+"par_id3150299\n"
+"31\n"
"help.text"
-msgid "<emph>Result:</emph> Any numerical expression that contains the result of the subtraction."
+msgid "Put #iNumber,,\"This is a new line of text\""
msgstr ""
-#: 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> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-
-#: 03070100.xhp
+#: 03020303.xhp
msgctxt ""
-"03070100.xhp\n"
-"hd_id3154366\n"
-"8\n"
+"03020303.xhp\n"
+"par_id3166425\n"
+"34\n"
"help.text"
-msgid "Example:"
+msgid "Put #iNumber,20,\"This is the text in record 20\""
msgstr ""
-#: 03030205.xhp
+#: 03020304.xhp
msgctxt ""
-"03030205.xhp\n"
+"03020304.xhp\n"
"tit\n"
"help.text"
-msgid "TimeSerial Function [Runtime]"
+msgid "Seek Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03030205.xhp
+#: 03020304.xhp
msgctxt ""
-"03030205.xhp\n"
-"bm_id3143271\n"
+"03020304.xhp\n"
+"bm_id3154367\n"
"help.text"
-msgid "<bookmark_value>TimeSerial function</bookmark_value>"
-msgstr "<bookmark_value>Trim ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Seek function</bookmark_value>"
+msgstr "<bookmark_value>Shell ფუნქცია</bookmark_value>"
-#: 03030205.xhp
-#, fuzzy
+#: 03020304.xhp
msgctxt ""
-"03030205.xhp\n"
-"hd_id3143271\n"
+"03020304.xhp\n"
+"hd_id3154367\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030205.xhp\" name=\"TimeSerial Function [Runtime]\">TimeSerial Function [Runtime]</link>"
+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>"
-#: 03030205.xhp
+#: 03020304.xhp
msgctxt ""
-"03030205.xhp\n"
-"par_id3156344\n"
+"03020304.xhp\n"
+"par_id3156280\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."
+msgid "Returns the position for the next writing or reading in a file that was opened with the open statement."
msgstr ""
-#: 03030205.xhp
+#: 03020304.xhp
msgctxt ""
-"03030205.xhp\n"
-"hd_id3146794\n"
+"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 ""
+
+#: 03020304.xhp
+msgctxt ""
+"03020304.xhp\n"
+"par_id3161831\n"
"4\n"
"help.text"
-msgid "Syntax:"
+msgid "For all other files, the function returns the byte position at which the next operation is to occur."
msgstr ""
-#: 03030205.xhp
+#: 03020304.xhp
msgctxt ""
-"03030205.xhp\n"
-"par_id3150792\n"
+"03020304.xhp\n"
+"par_id3155854\n"
"5\n"
"help.text"
-msgid "TimeSerial (hour, minute, second)"
+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 ""
-#: 03030205.xhp
+#: 03020304.xhp
msgctxt ""
-"03030205.xhp\n"
-"hd_id3148797\n"
+"03020304.xhp\n"
+"hd_id3152460\n"
"6\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Syntax:"
+msgstr ""
-#: 03030205.xhp
+#: 03020304.xhp
msgctxt ""
-"03030205.xhp\n"
-"par_id3154908\n"
+"03020304.xhp\n"
+"par_id3145365\n"
"7\n"
"help.text"
-msgid "Date"
+msgid "Seek (FileNumber)"
msgstr ""
-#: 03030205.xhp
+#: 03020304.xhp
msgctxt ""
-"03030205.xhp\n"
-"hd_id3154124\n"
+"03020304.xhp\n"
+"hd_id3148575\n"
"8\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03030205.xhp
+#: 03020304.xhp
msgctxt ""
-"03030205.xhp\n"
-"par_id3153193\n"
+"03020304.xhp\n"
+"par_id3159156\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."
+msgid "Long"
msgstr ""
-#: 03030205.xhp
+#: 03020304.xhp
msgctxt ""
-"03030205.xhp\n"
-"par_id3159252\n"
+"03020304.xhp\n"
+"hd_id3149665\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."
+msgid "Parameters:"
msgstr ""
-#: 03030205.xhp
+#: 03020304.xhp
msgctxt ""
-"03030205.xhp\n"
-"par_id3161831\n"
+"03020304.xhp\n"
+"par_id3148645\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."
+msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
msgstr ""
-#: 03030205.xhp
-msgctxt ""
-"03030205.xhp\n"
-"par_id3155854\n"
-"12\n"
-"help.text"
-msgid "<emph>Examples:</emph>"
-msgstr "<emph>სახელი</emph>"
-
-#: 03030205.xhp
+#: 03020305.xhp
msgctxt ""
-"03030205.xhp\n"
-"par_id3153952\n"
-"13\n"
+"03020305.xhp\n"
+"tit\n"
"help.text"
-msgid "12, -5, 45 corresponds to 11, 55, 45"
+msgid "Seek Statement [Runtime]"
msgstr ""
-#: 03030205.xhp
+#: 03020305.xhp
msgctxt ""
-"03030205.xhp\n"
-"par_id3147349\n"
-"14\n"
+"03020305.xhp\n"
+"bm_id3159413\n"
"help.text"
-msgid "12, 61, 45 corresponds to 13, 2, 45"
-msgstr ""
+msgid "<bookmark_value>Seek statement</bookmark_value>"
+msgstr "<bookmark_value>Beep მტკიცებულება</bookmark_value>"
-#: 03030205.xhp
+#: 03020305.xhp
msgctxt ""
-"03030205.xhp\n"
-"par_id3147426\n"
-"15\n"
+"03020305.xhp\n"
+"hd_id3159413\n"
+"1\n"
"help.text"
-msgid "12, 20, -2 corresponds to 12, 19, 58"
-msgstr ""
+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>"
-#: 03030205.xhp
+#: 03020305.xhp
msgctxt ""
-"03030205.xhp\n"
-"par_id3153365\n"
-"16\n"
+"03020305.xhp\n"
+"par_id3153381\n"
+"2\n"
"help.text"
-msgid "12, 20, 63 corresponds to 12, 21, 4"
+msgid "Sets the position for the next writing or reading in a file that was opened with the Open statement."
msgstr ""
-#: 03030205.xhp
+#: 03020305.xhp
msgctxt ""
-"03030205.xhp\n"
-"par_id3146985\n"
-"17\n"
+"03020305.xhp\n"
+"par_id2100589\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."
+msgid "For random access files, the Seek statement sets the number of the next record to be accessed."
msgstr ""
-#: 03030205.xhp
+#: 03020305.xhp
msgctxt ""
-"03030205.xhp\n"
-"par_id3155308\n"
-"18\n"
+"03020305.xhp\n"
+"par_id5444807\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."
+msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
msgstr ""
-#: 03030205.xhp
+#: 03020305.xhp
msgctxt ""
-"03030205.xhp\n"
-"par_id3149482\n"
-"19\n"
+"03020305.xhp\n"
+"par_id3156280\n"
+"5\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."
+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 ""
-#: 03030205.xhp
+#: 03020305.xhp
msgctxt ""
-"03030205.xhp\n"
-"hd_id3154790\n"
-"20\n"
+"03020305.xhp\n"
+"hd_id3145785\n"
+"6\n"
"help.text"
-msgid "Example:"
+msgid "Syntax:"
msgstr ""
-#: 03030205.xhp
+#: 03020305.xhp
msgctxt ""
-"03030205.xhp\n"
-"par_id3155600\n"
-"25\n"
+"03020305.xhp\n"
+"par_id3145273\n"
+"7\n"
"help.text"
-msgid "MsgBox dDate,64,\"Time as a number\""
+msgid "Seek[#FileNumber], Position (As Long)"
msgstr ""
-#: 03030205.xhp
+#: 03020305.xhp
msgctxt ""
-"03030205.xhp\n"
-"par_id3153417\n"
-"26\n"
+"03020305.xhp\n"
+"hd_id3154321\n"
+"8\n"
"help.text"
-msgid "MsgBox sDate,64,\"Formatted time\""
+msgid "Parameters:"
msgstr ""
-#: 03110000.xhp
-msgctxt ""
-"03110000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Comparison Operators"
-msgstr "შედარების ოპერატორები"
-
-#: 03110000.xhp
+#: 03020305.xhp
msgctxt ""
-"03110000.xhp\n"
-"hd_id3155555\n"
-"1\n"
+"03020305.xhp\n"
+"par_id3153952\n"
+"9\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03110000.xhp\" name=\"Comparison Operators\">Comparison Operators</link>"
+msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
msgstr ""
-#: 03110000.xhp
+#: 03020305.xhp
msgctxt ""
-"03110000.xhp\n"
-"par_id3153528\n"
-"2\n"
+"03020305.xhp\n"
+"par_id3145366\n"
+"10\n"
"help.text"
-msgid "The available comparison operators are described here."
-msgstr "ხელმისაწვდომი შედარების ოპერატორები აღწერილია აქ."
+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 ""
-#: 03090100.xhp
+#: 03020400.xhp
msgctxt ""
-"03090100.xhp\n"
+"03020400.xhp\n"
"tit\n"
"help.text"
-msgid "Condition Statements"
+msgid "Managing Files"
msgstr ""
-#: 03090100.xhp
-#, fuzzy
+#: 03020400.xhp
msgctxt ""
-"03090100.xhp\n"
-"hd_id3154422\n"
+"03020400.xhp\n"
+"hd_id3145136\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>"
+msgid "<link href=\"text/sbasic/shared/03020400.xhp\" name=\"Managing Files\">Managing Files</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 03090100.xhp
+#: 03020400.xhp
msgctxt ""
-"03090100.xhp\n"
-"par_id3153750\n"
+"03020400.xhp\n"
+"par_id3147264\n"
"2\n"
"help.text"
-msgid "The following statements are based on conditions."
+msgid "The functions and statements for managing files are described here."
msgstr ""
-#: 03120105.xhp
+#: 03020401.xhp
msgctxt ""
-"03120105.xhp\n"
+"03020401.xhp\n"
"tit\n"
"help.text"
-msgid "CByte Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "ChDir Statement [Runtime]"
+msgstr ""
-#: 03120105.xhp
+#: 03020401.xhp
msgctxt ""
-"03120105.xhp\n"
-"bm_id3156027\n"
+"03020401.xhp\n"
+"bm_id3150178\n"
"help.text"
-msgid "<bookmark_value>CByte function</bookmark_value>"
-msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>ChDir statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03120105.xhp
-#, fuzzy
+#: 03020401.xhp
msgctxt ""
-"03120105.xhp\n"
-"hd_id3156027\n"
+"03020401.xhp\n"
+"hd_id3150178\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>"
+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>"
-#: 03120105.xhp
+#: 03020401.xhp
msgctxt ""
-"03120105.xhp\n"
-"par_id3143267\n"
+"03020401.xhp\n"
+"par_id3153126\n"
"2\n"
"help.text"
-msgid "Converts a string or a numeric expression to the type Byte."
-msgstr "გარდაქმნის სტრიქონს ან ციფრულ გამოსახულებას ბაიტის ტიპისთვის."
+msgid "Changes the current directory or drive."
+msgstr ""
-#: 03120105.xhp
+#: 03020401.xhp
msgctxt ""
-"03120105.xhp\n"
-"hd_id3149811\n"
+"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 ""
+
+#: 03020401.xhp
+msgctxt ""
+"03020401.xhp\n"
+"hd_id3154347\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120105.xhp
+#: 03020401.xhp
msgctxt ""
-"03120105.xhp\n"
-"par_id3147573\n"
+"03020401.xhp\n"
+"par_id3153897\n"
"4\n"
"help.text"
-msgid "Cbyte( expression )"
-msgstr "Cbyte( გამოსახულება )"
+msgid "ChDir Text As String"
+msgstr "RTrim (Text As String)"
-#: 03120105.xhp
+#: 03020401.xhp
msgctxt ""
-"03120105.xhp\n"
-"hd_id3145315\n"
+"03020401.xhp\n"
+"hd_id3148664\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Parameters:"
+msgstr ""
-#: 03120105.xhp
+#: 03020401.xhp
msgctxt ""
-"03120105.xhp\n"
-"par_id3148473\n"
+"03020401.xhp\n"
+"par_id3150543\n"
"6\n"
"help.text"
-msgid "Byte"
-msgstr "ბაიტი"
+msgid "<emph>Text:</emph> Any string expression that specifies the directory path or drive."
+msgstr ""
-#: 03120105.xhp
+#: 03020401.xhp
msgctxt ""
-"03120105.xhp\n"
-"hd_id3147530\n"
+"03020401.xhp\n"
+"par_id3152598\n"
"7\n"
"help.text"
-msgid "Parameters:"
+msgid "If you only want to change the current drive, enter the drive letter followed by a colon."
msgstr ""
-#: 03120105.xhp
+#: 03020401.xhp
msgctxt ""
-"03120105.xhp\n"
-"par_id3145068\n"
+"03020401.xhp\n"
+"hd_id3151116\n"
"8\n"
"help.text"
-msgid "<emph>Expression:</emph> A string or a numeric expression."
-msgstr "<emph>Expression:</emph>სტრიქონი ან ციფრული გამოსახულება."
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03010201.xhp
+#: 03020402.xhp
msgctxt ""
-"03010201.xhp\n"
+"03020402.xhp\n"
"tit\n"
"help.text"
-msgid "InputBox Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "ChDrive Statement [Runtime]"
+msgstr ""
-#: 03010201.xhp
+#: 03020402.xhp
msgctxt ""
-"03010201.xhp\n"
-"bm_id3148932\n"
+"03020402.xhp\n"
+"bm_id3145068\n"
"help.text"
-msgid "<bookmark_value>InputBox function</bookmark_value>"
-msgstr "<bookmark_value>InStr ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>ChDrive statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03010201.xhp
-#, fuzzy
+#: 03020402.xhp
msgctxt ""
-"03010201.xhp\n"
-"hd_id3148932\n"
+"03020402.xhp\n"
+"hd_id3145068\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>"
+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>"
-#: 03010201.xhp
+#: 03020402.xhp
msgctxt ""
-"03010201.xhp\n"
-"par_id3151262\n"
+"03020402.xhp\n"
+"par_id3149656\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."
+msgid "Changes the current drive."
msgstr ""
-#: 03010201.xhp
+#: 03020402.xhp
msgctxt ""
-"03010201.xhp\n"
-"par_id3151100\n"
+"03020402.xhp\n"
+"hd_id3154138\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 (\"\")."
+msgid "Syntax:"
msgstr ""
-#: 03010201.xhp
+#: 03020402.xhp
msgctxt ""
-"03010201.xhp\n"
-"hd_id3152347\n"
+"03020402.xhp\n"
+"par_id3154685\n"
"4\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "ChDrive Text As String"
+msgstr "RTrim (Text As String)"
-#: 03010201.xhp
+#: 03020402.xhp
msgctxt ""
-"03010201.xhp\n"
-"par_id3159201\n"
+"03020402.xhp\n"
+"hd_id3156423\n"
"5\n"
"help.text"
-msgid "InputBox (Msg As String[, Title As String[, Default As String[, x_pos As Integer, y_pos As Integer]]]])"
+msgid "Parameters:"
msgstr ""
-#: 03010201.xhp
+#: 03020402.xhp
msgctxt ""
-"03010201.xhp\n"
-"hd_id3150713\n"
+"03020402.xhp\n"
+"par_id3145172\n"
"6\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+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 ""
-#: 03010201.xhp
+#: 03020402.xhp
msgctxt ""
-"03010201.xhp\n"
-"par_id3145090\n"
+"03020402.xhp\n"
+"par_id3145785\n"
"7\n"
"help.text"
-msgid "String"
-msgstr "სტრიქონები"
+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 ""
-#: 03010201.xhp
+#: 03020402.xhp
msgctxt ""
-"03010201.xhp\n"
-"hd_id3149346\n"
+"03020402.xhp\n"
+"hd_id3153188\n"
"8\n"
"help.text"
-msgid "Parameter:"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03010201.xhp
+#: 03020402.xhp
msgctxt ""
-"03010201.xhp\n"
-"par_id3153311\n"
-"9\n"
+"03020402.xhp\n"
+"par_id3152576\n"
+"10\n"
"help.text"
-msgid "<emph>Msg</emph>: String expression displayed as the message in the dialog box."
+msgid "ChDrive \"D\" ' Only possible if a drive 'D' exists."
msgstr ""
-#: 03010201.xhp
+#: 03020403.xhp
msgctxt ""
-"03010201.xhp\n"
-"par_id3145315\n"
-"10\n"
+"03020403.xhp\n"
+"tit\n"
"help.text"
-msgid "<emph>Title</emph>: String expression displayed in the title bar of the dialog box."
-msgstr ""
+msgid "CurDir Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03010201.xhp
+#: 03020403.xhp
msgctxt ""
-"03010201.xhp\n"
-"par_id3154307\n"
-"11\n"
+"03020403.xhp\n"
+"bm_id3153126\n"
"help.text"
-msgid "<emph>Default</emph>: String expression displayed in the text box as default if no other input is given."
+msgid "<bookmark_value>CurDir function</bookmark_value>"
+msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
+
+#: 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 ""
-#: 03010201.xhp
+#: 03020403.xhp
msgctxt ""
-"03010201.xhp\n"
-"par_id3147573\n"
-"12\n"
+"03020403.xhp\n"
+"par_id3156343\n"
+"2\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."
+msgid "Returns a variant string that represents the current path of the specified drive."
msgstr ""
-#: 03010201.xhp
+#: 03020403.xhp
msgctxt ""
-"03010201.xhp\n"
-"par_id3156024\n"
-"13\n"
+"03020403.xhp\n"
+"hd_id3149457\n"
+"3\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."
+msgid "Syntax:"
msgstr ""
-#: 03010201.xhp
+#: 03020403.xhp
msgctxt ""
-"03010201.xhp\n"
-"par_id3153897\n"
-"14\n"
+"03020403.xhp\n"
+"par_id3153381\n"
+"4\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>."
+msgid "CurDir [(Text As String)]"
+msgstr "LTrim (Text As String)"
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"hd_id3154366\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"par_id3156281\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
+
+#: 03020403.xhp
+msgctxt ""
+"03020403.xhp\n"
+"hd_id3156423\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03010201.xhp
+#: 03020403.xhp
msgctxt ""
-"03010201.xhp\n"
-"hd_id3149456\n"
-"15\n"
+"03020403.xhp\n"
+"par_id3153193\n"
+"8\n"
"help.text"
-msgid "Example:"
+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 ""
-#: 03010201.xhp
+#: 03020403.xhp
msgctxt ""
-"03010201.xhp\n"
-"par_id3154367\n"
-"18\n"
+"03020403.xhp\n"
+"par_id3155133\n"
+"9\n"
"help.text"
-msgid "sText = InputBox (\"Please enter a phrase:\",\"Dear User\")"
+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 ""
-#: 03010201.xhp
+#: 03020403.xhp
msgctxt ""
-"03010201.xhp\n"
-"par_id3151042\n"
-"19\n"
+"03020403.xhp\n"
+"par_id3150010\n"
+"10\n"
"help.text"
-msgid "MsgBox ( sText , 64, \"Confirmation of phrase\")"
+msgid "This function is not case-sensitive."
msgstr ""
-#: 03060100.xhp
+#: 03020403.xhp
msgctxt ""
-"03060100.xhp\n"
+"03020403.xhp\n"
+"hd_id3155411\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03020404.xhp
+msgctxt ""
+"03020404.xhp\n"
"tit\n"
"help.text"
-msgid "AND Operator [Runtime]"
-msgstr ""
+msgid "Dir Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03060100.xhp
+#: 03020404.xhp
msgctxt ""
-"03060100.xhp\n"
-"bm_id3146117\n"
+"03020404.xhp\n"
+"bm_id3154347\n"
"help.text"
-msgid "<bookmark_value>AND operator (logical)</bookmark_value>"
-msgstr ""
+msgid "<bookmark_value>Dir function</bookmark_value>"
+msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
-#: 03060100.xhp
-#, fuzzy
+#: 03020404.xhp
msgctxt ""
-"03060100.xhp\n"
-"hd_id3146117\n"
+"03020404.xhp\n"
+"hd_id3154347\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03060100.xhp\" name=\"AND Operator [Runtime]\">AND Operator [Runtime]</link>"
+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>"
-#: 03060100.xhp
+#: 03020404.xhp
msgctxt ""
-"03060100.xhp\n"
-"par_id3143268\n"
+"03020404.xhp\n"
+"par_id3153381\n"
"2\n"
"help.text"
-msgid "Logically combines two expressions."
+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 ""
-#: 03060100.xhp
+#: 03020404.xhp
msgctxt ""
-"03060100.xhp\n"
-"hd_id3147574\n"
+"03020404.xhp\n"
+"hd_id3154365\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03060100.xhp
+#: 03020404.xhp
msgctxt ""
-"03060100.xhp\n"
-"par_id3156344\n"
+"03020404.xhp\n"
+"par_id3156282\n"
"4\n"
"help.text"
-msgid "Result = Expression1 And Expression2"
+msgid "Dir [(Text As String) [, Attrib As Integer]]"
msgstr ""
-#: 03060100.xhp
+#: 03020404.xhp
msgctxt ""
-"03060100.xhp\n"
-"hd_id3148946\n"
+"03020404.xhp\n"
+"hd_id3156424\n"
"5\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03060100.xhp
+#: 03020404.xhp
msgctxt ""
-"03060100.xhp\n"
-"par_id3149457\n"
+"03020404.xhp\n"
+"par_id3153193\n"
"6\n"
"help.text"
-msgid "<emph>Result:</emph> Any numeric variable that records the result of the combination."
-msgstr ""
+msgid "String"
+msgstr "სტრიქონები"
-#: 03060100.xhp
+#: 03020404.xhp
msgctxt ""
-"03060100.xhp\n"
-"par_id3150541\n"
+"03020404.xhp\n"
+"hd_id3153770\n"
"7\n"
"help.text"
-msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to combine."
-msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
+msgid "Parameters:"
+msgstr ""
-#: 03060100.xhp
+#: 03020404.xhp
msgctxt ""
-"03060100.xhp\n"
-"par_id3156215\n"
+"03020404.xhp\n"
+"par_id3161831\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>:"
+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 ""
-#: 03060100.xhp
+#: 03020404.xhp
msgctxt ""
-"03060100.xhp\n"
-"par_id3150870\n"
+"03020404.xhp\n"
+"par_id3146974\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>."
+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 ""
-#: 03060100.xhp
+#: 03020404.xhp
msgctxt ""
-"03060100.xhp\n"
-"par_id3153768\n"
-"10\n"
+"03020404.xhp\n"
+"par_id3149666\n"
+"11\n"
"help.text"
-msgid "The AND operator also performs a bitwise comparison of identically positioned bits in two numeric expressions."
+msgid "0 : Normal files."
msgstr ""
-#: 03060100.xhp
+#: 03020404.xhp
msgctxt ""
-"03060100.xhp\n"
-"hd_id3153727\n"
-"11\n"
+"03020404.xhp\n"
+"par_id3147427\n"
+"15\n"
"help.text"
-msgid "Example:"
+msgid "16 : Returns the name of the directory only."
msgstr ""
-#: 03060100.xhp
+#: 03020404.xhp
msgctxt ""
-"03060100.xhp\n"
-"par_id3146984\n"
+"03020404.xhp\n"
+"par_id3153952\n"
"16\n"
"help.text"
-msgid "vVarOut = A > B And B > C ' returns -1"
+msgid "Use this attribute to check if a file or directory exists, or to determine all files and folders in a specific directory."
msgstr ""
-#: 03060100.xhp
+#: 03020404.xhp
msgctxt ""
-"03060100.xhp\n"
-"par_id3154014\n"
+"03020404.xhp\n"
+"par_id3159156\n"
"17\n"
"help.text"
-msgid "vVarOut = B > A And B > C ' returns 0"
+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 ""
-#: 03060100.xhp
+#: 03020404.xhp
msgctxt ""
-"03060100.xhp\n"
-"par_id3149262\n"
+"03020404.xhp\n"
+"par_id3154012\n"
"18\n"
"help.text"
-msgid "vVarOut = A > B And B > D ' returns 0"
+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 ""
-#: 03060100.xhp
+#: 03020404.xhp
msgctxt ""
-"03060100.xhp\n"
-"par_id3145751\n"
+"03020404.xhp\n"
+"par_id3147348\n"
"19\n"
"help.text"
-msgid "vVarOut = (B > D And B > A) ' returns 0"
+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 ""
-#: 03060100.xhp
+#: 03020404.xhp
msgctxt ""
-"03060100.xhp\n"
-"par_id3147394\n"
+"03020404.xhp\n"
+"hd_id3154942\n"
"20\n"
"help.text"
-msgid "vVarOut = B And A ' returns 8 due to the bitwise And combination of both arguments"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 01000000.xhp
+#: 03020404.xhp
msgctxt ""
-"01000000.xhp\n"
-"tit\n"
+"03020404.xhp\n"
+"par_id3148455\n"
+"22\n"
"help.text"
-msgid "Programming with $[officename] Basic"
+msgid "' Displays all files and directories"
msgstr ""
-#: 01000000.xhp
+#: 03020404.xhp
msgctxt ""
-"01000000.xhp\n"
-"hd_id3156027\n"
-"1\n"
+"03020404.xhp\n"
+"par_id3153416\n"
+"27\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>"
+msgid "sDir=\"Directories:\""
msgstr ""
-#: 01000000.xhp
+#: 03020404.xhp
msgctxt ""
-"01000000.xhp\n"
-"par_id3153708\n"
-"2\n"
+"03020404.xhp\n"
+"par_id3154253\n"
+"34\n"
"help.text"
-msgid "This is where you find general information about working with macros and $[officename] Basic."
+msgid "' Get the directories"
msgstr ""
-#: 03090403.xhp
+#: 03020405.xhp
msgctxt ""
-"03090403.xhp\n"
+"03020405.xhp\n"
"tit\n"
"help.text"
-msgid "Declare Statement [Runtime]"
-msgstr ""
+msgid "FileAttr-Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03090403.xhp
+#: 03020405.xhp
msgctxt ""
-"03090403.xhp\n"
-"bm_id3148473\n"
+"03020405.xhp\n"
+"bm_id3153380\n"
"help.text"
-msgid "<bookmark_value>Declare statement</bookmark_value>"
-msgstr "<bookmark_value>DefCur განცხადება</bookmark_value>"
+msgid "<bookmark_value>FileAttr function</bookmark_value>"
+msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
-#: 03090403.xhp
-#, fuzzy
+#: 03020405.xhp
msgctxt ""
-"03090403.xhp\n"
-"hd_id3148473\n"
+"03020405.xhp\n"
+"hd_id3153380\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>"
-
-#: 03090403.xhp
-msgctxt ""
-"03090403.xhp\n"
-"bm_id3145316\n"
-"help.text"
-msgid "<bookmark_value>DLL (Dynamic Link Library)</bookmark_value>"
-msgstr ""
+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>"
-#: 03090403.xhp
+#: 03020405.xhp
msgctxt ""
-"03090403.xhp\n"
-"par_id3145316\n"
+"03020405.xhp\n"
+"par_id3154366\n"
"2\n"
"help.text"
-msgid "Declares and defines a subroutine in a DLL file that you want to execute from $[officename] Basic."
+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 ""
-#: 03090403.xhp
+#: 03020405.xhp
msgctxt ""
-"03090403.xhp\n"
-"par_id3146795\n"
+"03020405.xhp\n"
+"par_id3153364\n"
"3\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary\">FreeLibrary</link>"
+msgid "If you use a 32-Bit operating system, you cannot use the FileAttr-Function to determine the file access number."
msgstr ""
-#: 03090403.xhp
+#: 03020405.xhp
msgctxt ""
-"03090403.xhp\n"
-"hd_id3156344\n"
+"03020405.xhp\n"
+"par_id3163713\n"
"4\n"
"help.text"
-msgid "Syntax:"
+msgid "See also: <link href=\"text/sbasic/shared/03020103.xhp\" name=\"Open\">Open</link>"
msgstr ""
-#: 03090403.xhp
+#: 03020405.xhp
msgctxt ""
-"03090403.xhp\n"
-"par_id3148664\n"
+"03020405.xhp\n"
+"hd_id3151116\n"
"5\n"
"help.text"
-msgid "Declare {Sub | Function} Name Lib \"Libname\" [Alias \"Aliasname\"] [Parameter] [As Type]"
+msgid "Syntax:"
msgstr ""
-#: 03090403.xhp
+#: 03020405.xhp
msgctxt ""
-"03090403.xhp\n"
-"hd_id3153360\n"
+"03020405.xhp\n"
+"par_id3154012\n"
"6\n"
"help.text"
-msgid "Parameters:"
+msgid "FileAttr (FileNumber As Integer, Attribute As Integer)"
msgstr ""
-#: 03090403.xhp
+#: 03020405.xhp
msgctxt ""
-"03090403.xhp\n"
-"par_id3154140\n"
+"03020405.xhp\n"
+"hd_id3147349\n"
+"7\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
+
+#: 03020405.xhp
+msgctxt ""
+"03020405.xhp\n"
+"par_id3146974\n"
"8\n"
"help.text"
-msgid "<emph>Name:</emph> A different name than defined in the DLL, to call the subroutine from $[officename] Basic."
+msgid "Integer"
msgstr ""
-#: 03090403.xhp
+#: 03020405.xhp
msgctxt ""
-"03090403.xhp\n"
-"par_id3150870\n"
+"03020405.xhp\n"
+"hd_id3153728\n"
"9\n"
"help.text"
-msgid "<emph>Aliasname</emph>: Name of the subroutine as defined in the DLL."
+msgid "Parameters:"
msgstr ""
-#: 03090403.xhp
+#: 03020405.xhp
msgctxt ""
-"03090403.xhp\n"
-"par_id3154684\n"
+"03020405.xhp\n"
+"par_id3151074\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."
+msgid "<emph>FileNumber:</emph> The number of the file that was opened with the Open statement."
msgstr ""
-#: 03090403.xhp
+#: 03020405.xhp
msgctxt ""
-"03090403.xhp\n"
-"par_id3148452\n"
+"03020405.xhp\n"
+"par_id3144766\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."
+msgid "<emph>Attribute:</emph> Integer expression that indicates the type of file information that you want to return. The following values are possible:"
msgstr ""
-#: 03090403.xhp
+#: 03020405.xhp
msgctxt ""
-"03090403.xhp\n"
-"par_id3147289\n"
+"03020405.xhp\n"
+"par_id3147396\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."
+msgid "1: The FileAttr-Function indicates the access mode of the file."
msgstr ""
-#: 03090403.xhp
+#: 03020405.xhp
msgctxt ""
-"03090403.xhp\n"
-"par_id3146922\n"
+"03020405.xhp\n"
+"par_id3149959\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>."
+msgid "2: The FileAttr-Function returns the file access number of the operating system."
msgstr ""
-#: 03090403.xhp
+#: 03020405.xhp
msgctxt ""
-"03090403.xhp\n"
-"hd_id3153951\n"
+"03020405.xhp\n"
+"par_id3154018\n"
"14\n"
"help.text"
-msgid "Example:"
+msgid "If you specify a parameter attribute with a value of 1, the following return values apply:"
msgstr ""
-#: 03120400.xhp
-msgctxt ""
-"03120400.xhp\n"
-"tit\n"
-"help.text"
-msgid "Editing String Length"
-msgstr "სტრინგის სიგრძის რედაქტირება"
-
-#: 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>"
-
-#: 03120400.xhp
-msgctxt ""
-"03120400.xhp\n"
-"par_id3159201\n"
-"2\n"
-"help.text"
-msgid "The following functions determine string lengths and compare strings."
-msgstr "შემდეგი ფუნქციები განსაზღვრავენ სტრინგის სიგრძეს და ადარებენ სტრინგებს."
-
-#: 03060500.xhp
+#: 03020405.xhp
msgctxt ""
-"03060500.xhp\n"
-"tit\n"
+"03020405.xhp\n"
+"par_id3149124\n"
+"15\n"
"help.text"
-msgid "Or-Operator [Runtime]"
+msgid "1 - INPUT (file open for input)"
msgstr ""
-#: 03060500.xhp
+#: 03020405.xhp
msgctxt ""
-"03060500.xhp\n"
-"bm_id3150986\n"
+"03020405.xhp\n"
+"par_id3156275\n"
+"16\n"
"help.text"
-msgid "<bookmark_value>Or operator (logical)</bookmark_value>"
+msgid "2 - OUTPUT (file open for output)"
msgstr ""
-#: 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>"
-
-#: 03060500.xhp
+#: 03020405.xhp
msgctxt ""
-"03060500.xhp\n"
-"par_id3148552\n"
-"2\n"
+"03020405.xhp\n"
+"par_id3155066\n"
+"17\n"
"help.text"
-msgid "Performs a logical OR disjunction on two expressions."
+msgid "4 - RANDOM (file open for random access)"
msgstr ""
-#: 03060500.xhp
+#: 03020405.xhp
msgctxt ""
-"03060500.xhp\n"
-"hd_id3148664\n"
-"3\n"
+"03020405.xhp\n"
+"par_id3148406\n"
+"18\n"
"help.text"
-msgid "Syntax:"
+msgid "8 - APPEND (file open for appending)"
msgstr ""
-#: 03060500.xhp
+#: 03020405.xhp
msgctxt ""
-"03060500.xhp\n"
-"par_id3150358\n"
-"4\n"
+"03020405.xhp\n"
+"par_id3154757\n"
+"19\n"
"help.text"
-msgid "Result = Expression1 Or Expression2"
+msgid "32 - BINARY (file open in binary mode)."
msgstr ""
-#: 03060500.xhp
+#: 03020405.xhp
msgctxt ""
-"03060500.xhp\n"
-"hd_id3151211\n"
-"5\n"
+"03020405.xhp\n"
+"hd_id3147339\n"
+"20\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03060500.xhp
+#: 03020405.xhp
msgctxt ""
-"03060500.xhp\n"
-"par_id3153192\n"
-"6\n"
+"03020405.xhp\n"
+"par_id3155607\n"
+"29\n"
"help.text"
-msgid "<emph>Result:</emph> Any numeric variable that contains the result of the disjunction."
+msgid "Print #iNumber, \"This is a line of text\""
msgstr ""
-#: 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> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-
-#: 03060500.xhp
+#: 03020405.xhp
msgctxt ""
-"03060500.xhp\n"
-"par_id3154684\n"
-"8\n"
+"03020405.xhp\n"
+"par_id3150361\n"
+"30\n"
"help.text"
-msgid "A logical OR disjunction of two Boolean expressions returns the value True if at least one comparison expression is True."
+msgid "MsgBox FileAttr(#iNumber, 1 ),0,\"Access mode\""
msgstr ""
-#: 03060500.xhp
+#: 03020405.xhp
msgctxt ""
-"03060500.xhp\n"
-"par_id3153768\n"
-"9\n"
+"03020405.xhp\n"
+"par_id3149817\n"
+"31\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."
+msgid "MsgBox FileAttr(#iNumber, 2 ),0,\"File attribute\""
msgstr ""
-#: 03060500.xhp
+#: 03020406.xhp
msgctxt ""
-"03060500.xhp\n"
-"hd_id3161831\n"
-"10\n"
+"03020406.xhp\n"
+"tit\n"
"help.text"
-msgid "Example:"
+msgid "FileCopy Statement [Runtime]"
msgstr ""
-#: 03120301.xhp
+#: 03020406.xhp
msgctxt ""
-"03120301.xhp\n"
-"tit\n"
+"03020406.xhp\n"
+"bm_id3154840\n"
"help.text"
-msgid "Format Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "<bookmark_value>FileCopy statement</bookmark_value>"
+msgstr "<bookmark_value>Beep მტკიცებულება</bookmark_value>"
-#: 03120301.xhp
+#: 03020406.xhp
msgctxt ""
-"03120301.xhp\n"
-"bm_id3153539\n"
+"03020406.xhp\n"
+"hd_id3154840\n"
+"1\n"
"help.text"
-msgid "<bookmark_value>Format function</bookmark_value>"
-msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
+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>"
-#: 03120301.xhp
-#, fuzzy
+#: 03020406.xhp
msgctxt ""
-"03120301.xhp\n"
-"hd_id3153539\n"
-"1\n"
+"03020406.xhp\n"
+"par_id3149497\n"
+"2\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>"
+msgid "Copies a file."
+msgstr ""
-#: 03120301.xhp
+#: 03020406.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3156042\n"
-"2\n"
+"03020406.xhp\n"
+"hd_id3147443\n"
+"3\n"
"help.text"
-msgid "Converts a number to a string, and then formats it according to the format that you specify."
-msgstr "გარდაქმნის რიცხვებს სტრიქონებად, და შემდეგ აფორმატებს მას თქვენს მიერ განსაზრვრულ ფორმატში."
+msgid "Syntax:"
+msgstr ""
-#: 03120301.xhp
+#: 03020406.xhp
msgctxt ""
-"03120301.xhp\n"
-"hd_id3145090\n"
+"03020406.xhp\n"
+"par_id3146957\n"
"4\n"
"help.text"
-msgid "Syntax:"
+msgid "FileCopy TextFrom As String, TextTo As String"
msgstr ""
-#: 03120301.xhp
+#: 03020406.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3153527\n"
+"03020406.xhp\n"
+"hd_id3153825\n"
"5\n"
"help.text"
-msgid "Format (Number [, Format As String])"
-msgstr "ფორმატი (რიცხვი [, ფორმატი როგორც სტრიქონი])"
+msgid "Parameters:"
+msgstr ""
-#: 03120301.xhp
+#: 03020406.xhp
msgctxt ""
-"03120301.xhp\n"
-"hd_id3149178\n"
+"03020406.xhp\n"
+"par_id3155390\n"
"6\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+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 ""
-#: 03120301.xhp
+#: 03020406.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3148474\n"
+"03020406.xhp\n"
+"par_id3150669\n"
"7\n"
"help.text"
-msgid "String"
-msgstr "სტრიქონები"
+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 ""
-#: 03120301.xhp
+#: 03020406.xhp
msgctxt ""
-"03120301.xhp\n"
-"hd_id3159176\n"
+"03020406.xhp\n"
+"par_id3150791\n"
"8\n"
"help.text"
-msgid "Parameters:"
+msgid "You can only use the FileCopy statement to copy files that are not opened."
msgstr ""
-#: 03120301.xhp
-#, fuzzy
+#: 03020406.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3149415\n"
+"03020406.xhp\n"
+"hd_id3125863\n"
"9\n"
"help.text"
-msgid "<emph>Number:</emph> Numeric expression that you want to convert to a formatted string."
-msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03120301.xhp
+#: 03020407.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3147531\n"
-"10\n"
+"03020407.xhp\n"
+"tit\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 ""
+msgid "FileDateTime Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03120301.xhp
+#: 03020407.xhp
msgctxt ""
-"03120301.xhp\n"
-"hd_id3147561\n"
-"47\n"
+"03020407.xhp\n"
+"bm_id3153361\n"
"help.text"
-msgid "Formatting Codes"
-msgstr "ფორმატირების კოდები"
+msgid "<bookmark_value>FileDateTime function</bookmark_value>"
+msgstr "<bookmark_value>DateDiff ფუნქცია</bookmark_value>"
-#: 03120301.xhp
+#: 03020407.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3147265\n"
-"11\n"
+"03020407.xhp\n"
+"hd_id3153361\n"
+"1\n"
"help.text"
-msgid "The following list describes the codes that you can use for formatting a number:"
-msgstr ""
+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>"
-#: 03120301.xhp
+#: 03020407.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3153380\n"
-"12\n"
+"03020407.xhp\n"
+"par_id3156423\n"
+"2\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."
+msgid "Returns a string that contains the date and the time that a file was created or last modified."
msgstr ""
-#: 03120301.xhp
+#: 03020407.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3151210\n"
-"13\n"
+"03020407.xhp\n"
+"hd_id3154685\n"
+"3\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."
+msgid "Syntax:"
msgstr ""
-#: 03120301.xhp
+#: 03020407.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3151176\n"
-"14\n"
+"03020407.xhp\n"
+"par_id3154124\n"
+"4\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 ""
+msgid "FileDateTime (Text As String)"
+msgstr "Len (Text As String)"
-#: 03120301.xhp
+#: 03020407.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3154123\n"
-"15\n"
+"03020407.xhp\n"
+"hd_id3150448\n"
+"5\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."
+msgid "Parameters:"
msgstr ""
-#: 03120301.xhp
+#: 03020407.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3148452\n"
-"16\n"
+"03020407.xhp\n"
+"par_id3159153\n"
+"6\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."
+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 ""
-#: 03120301.xhp
+#: 03020407.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3159150\n"
-"17\n"
+"03020407.xhp\n"
+"par_id3155306\n"
+"7\n"
"help.text"
-msgid "<emph>.:</emph> The decimal placeholder determines the number of decimal places to the left and right of the decimal separator."
+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 ""
-#: 03120301.xhp
+#: 03020407.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3159252\n"
-"18\n"
+"03020407.xhp\n"
+"hd_id3146119\n"
+"8\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 ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03120301.xhp
+#: 03020408.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3153368\n"
-"19\n"
+"03020408.xhp\n"
+"tit\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 ""
+msgid "FileLen-Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03120301.xhp
+#: 03020408.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3149481\n"
-"20\n"
+"03020408.xhp\n"
+"bm_id3153126\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 ""
+msgid "<bookmark_value>FileLen function</bookmark_value>"
+msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
-#: 03120301.xhp
+#: 03020408.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3149262\n"
-"21\n"
+"03020408.xhp\n"
+"hd_id3153126\n"
+"1\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 ""
+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>"
-#: 03120301.xhp
+#: 03020408.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3148617\n"
-"23\n"
+"03020408.xhp\n"
+"par_id3145068\n"
+"2\n"
"help.text"
-msgid "The thousands delimiter is displayed if the format code contains the delimiter enclosed by digit placeholders (0 or #)."
+msgid "Returns the length of a file in bytes."
msgstr ""
-#: 03120301.xhp
+#: 03020408.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3163713\n"
-"29\n"
+"03020408.xhp\n"
+"hd_id3159414\n"
+"3\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."
+msgid "Syntax:"
msgstr ""
-#: 03120301.xhp
+#: 03020408.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3152887\n"
-"24\n"
+"03020408.xhp\n"
+"par_id3149656\n"
+"4\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 ""
+msgid "FileLen (Text As String)"
+msgstr "Len (Text As String)"
-#: 03120301.xhp
+#: 03020408.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3148576\n"
-"25\n"
+"03020408.xhp\n"
+"hd_id3148798\n"
+"5\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 ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120301.xhp
+#: 03020408.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3153139\n"
-"26\n"
+"03020408.xhp\n"
+"par_id3156282\n"
+"6\n"
"help.text"
-msgid "\\ : The backslash displays the next character in the format code."
+msgid "Long"
msgstr ""
-#: 03120301.xhp
+#: 03020408.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3153366\n"
-"27\n"
+"03020408.xhp\n"
+"hd_id3150768\n"
+"7\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."
+msgid "Parameters:"
msgstr ""
-#: 03120301.xhp
+#: 03020408.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3155411\n"
-"28\n"
+"03020408.xhp\n"
+"par_id3153193\n"
+"8\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 (@, &, <, >, !)."
+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 ""
-#: 03120301.xhp
+#: 03020408.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3145749\n"
-"30\n"
+"03020408.xhp\n"
+"par_id3150439\n"
+"9\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."
+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 ""
-#: 03120301.xhp
+#: 03020408.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3150113\n"
-"31\n"
+"03020408.xhp\n"
+"hd_id3163710\n"
+"10\n"
"help.text"
-msgid "If you use predefined formats, the name of the format must be enclosed in quotation marks."
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03120301.xhp
+#: 03020409.xhp
msgctxt ""
-"03120301.xhp\n"
-"hd_id3149377\n"
-"32\n"
+"03020409.xhp\n"
+"tit\n"
"help.text"
-msgid "Predefined format"
-msgstr "განსაზღვრული ფორმატი"
+msgid "GetAttr Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03120301.xhp
+#: 03020409.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3154730\n"
-"33\n"
+"03020409.xhp\n"
+"bm_id3150984\n"
"help.text"
-msgid "<emph>General Number:</emph> Numbers are displayed as entered."
-msgstr "<emph>General Number:</emph> რიცხვები ჩნდება როგორც შეყვანილი."
+msgid "<bookmark_value>GetAttr function</bookmark_value>"
+msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
-#: 03120301.xhp
+#: 03020409.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3153158\n"
-"34\n"
+"03020409.xhp\n"
+"hd_id3150984\n"
+"1\n"
"help.text"
-msgid "<emph>Currency:</emph> Inserts a dollar sign in front of the number and encloses negative numbers in brackets."
-msgstr ""
+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>"
-#: 03120301.xhp
+#: 03020409.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3154490\n"
-"35\n"
+"03020409.xhp\n"
+"par_id3154347\n"
+"2\n"
"help.text"
-msgid "<emph>Fixed:</emph> Displays at least one digit in front of the decimal separator."
+msgid "Returns a bit pattern that identifies the file type or the name of a volume or a directory."
msgstr ""
-#: 03120301.xhp
+#: 03020409.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3153415\n"
-"36\n"
+"03020409.xhp\n"
+"hd_id3149457\n"
+"3\n"
"help.text"
-msgid "<emph>Standard:</emph> Displays numbers with a thousands separator."
+msgid "Syntax:"
msgstr ""
-#: 03120301.xhp
+#: 03020409.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3150715\n"
-"37\n"
+"03020409.xhp\n"
+"par_id3150359\n"
+"4\n"
"help.text"
-msgid "<emph>Percent:</emph> Multiplies the number by 100 and appends a percent sign to the number."
-msgstr ""
+msgid "GetAttr (Text As String)"
+msgstr "Asc (ტექსტი როგორც სტრიქონი)"
-#: 03120301.xhp
+#: 03020409.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3153836\n"
-"38\n"
+"03020409.xhp\n"
+"hd_id3151211\n"
+"5\n"
"help.text"
-msgid "<emph>Scientific:</emph> Displays numbers in scientific format (for example, 1.00E+03 for 1000)."
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120301.xhp
+#: 03020409.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3153707\n"
-"39\n"
+"03020409.xhp\n"
+"par_id3154909\n"
+"6\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."
+msgid "Integer"
msgstr ""
-#: 03120301.xhp
+#: 03020409.xhp
msgctxt ""
-"03120301.xhp\n"
-"hd_id3149019\n"
-"40\n"
+"03020409.xhp\n"
+"hd_id3145172\n"
+"7\n"
"help.text"
-msgid "Example:"
+msgid "Parameters:"
msgstr ""
-#: 03120301.xhp
+#: 03020409.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_idN107A2\n"
+"03020409.xhp\n"
+"par_id3151042\n"
+"8\n"
"help.text"
-msgid "' always use a period as decimal delimiter when you enter numbers in Basic source code."
+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 ""
-#: 03120301.xhp
+#: 03020409.xhp
msgctxt ""
-"03120301.xhp\n"
-"par_id3147339\n"
-"46\n"
+"03020409.xhp\n"
+"par_id3161831\n"
+"9\n"
"help.text"
-msgid "' displays for example 6,328.20 in English locale, 6.328,20 in German locale."
+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 ""
-#: 01050000.xhp
+#: 03020409.xhp
msgctxt ""
-"01050000.xhp\n"
-"tit\n"
+"03020409.xhp\n"
+"hd_id3145364\n"
+"10\n"
"help.text"
-msgid "$[officename] Basic IDE"
-msgstr "$[officename] საწყისი დახმარება"
+msgid "Value"
+msgstr "მნიშვნელობა"
-#: 01050000.xhp
+#: 03020409.xhp
msgctxt ""
-"01050000.xhp\n"
-"hd_id3154422\n"
-"1\n"
+"03020409.xhp\n"
+"par_id3147349\n"
+"11\n"
"help.text"
-msgid "<variable id=\"01050000\"><link href=\"text/sbasic/shared/01050000.xhp\" name=\"$[officename] Basic IDE\">$[officename] Basic IDE</link></variable>"
+msgid "0 : Normal files."
msgstr ""
-#: 01050000.xhp
+#: 03020409.xhp
msgctxt ""
-"01050000.xhp\n"
-"par_id3153142\n"
-"2\n"
+"03020409.xhp\n"
+"par_id3147434\n"
+"12\n"
"help.text"
-msgid "This section describes the structure of the Basic IDE."
+msgid "1 : Read-only files."
msgstr ""
-#: 01050000.xhp
+#: 03020409.xhp
msgctxt ""
-"01050000.xhp\n"
-"par_idN105C9\n"
+"03020409.xhp\n"
+"par_id3159154\n"
+"15\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Basic IDE where you can write and edit macros.</ahelp>"
+msgid "8 : Returns the name of the volume"
msgstr ""
-#: 01050000.xhp
+#: 03020409.xhp
msgctxt ""
-"01050000.xhp\n"
-"hd_id3153188\n"
-"5\n"
+"03020409.xhp\n"
+"par_id3145271\n"
+"16\n"
"help.text"
-msgid "Commands From the Context menu of the Module Tabs"
+msgid "16 : Returns the name of the directory only."
msgstr ""
-#: 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ჩასმა"
-
-#: 01050000.xhp
+#: 03020409.xhp
msgctxt ""
-"01050000.xhp\n"
-"hd_id3151074\n"
-"8\n"
+"03020409.xhp\n"
+"par_id3153953\n"
+"17\n"
"help.text"
-msgid "Module"
+msgid "32 : File was changed since last backup (Archive bit)."
msgstr ""
-#: 01050000.xhp
+#: 03020409.xhp
msgctxt ""
-"01050000.xhp\n"
-"par_id3149581\n"
-"9\n"
+"03020409.xhp\n"
+"par_id3156444\n"
+"18\n"
"help.text"
-msgid "<ahelp hid=\".uno:NewModule\">Inserts a new module into the current library.</ahelp>"
+msgid "If you want to know if a bit of the attribute byte is set, use the following query method:"
msgstr ""
-#: 01050000.xhp
+#: 03020409.xhp
msgctxt ""
-"01050000.xhp\n"
-"hd_id3147397\n"
-"10\n"
+"03020409.xhp\n"
+"hd_id3153094\n"
+"19\n"
"help.text"
-msgid "Dialog"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 01050000.xhp
+#: 03020409.xhp
msgctxt ""
-"01050000.xhp\n"
-"par_id3144335\n"
-"11\n"
+"03020409.xhp\n"
+"par_id3155415\n"
+"21\n"
"help.text"
-msgid "<ahelp hid=\".uno:NewDialog\">Inserts a new dialog into the current library.</ahelp>"
+msgid "On Error GoTo ErrorHandler ' Define target for error handler"
msgstr ""
-#: 01050000.xhp
+#: 03020410.xhp
msgctxt ""
-"01050000.xhp\n"
-"hd_id3155602\n"
-"12\n"
+"03020410.xhp\n"
+"tit\n"
"help.text"
-msgid "Delete"
+msgid "Kill Statement [Runtime]"
msgstr ""
-#: 01050000.xhp
+#: 03020410.xhp
msgctxt ""
-"01050000.xhp\n"
-"par_id3155064\n"
-"13\n"
+"03020410.xhp\n"
+"bm_id3153360\n"
"help.text"
-msgid "<ahelp hid=\".uno:DeleteCurrent\">Deletes the selected module.</ahelp>"
-msgstr ""
+msgid "<bookmark_value>Kill statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 01050000.xhp
-#, fuzzy
+#: 03020410.xhp
msgctxt ""
-"01050000.xhp\n"
-"hd_id3149018\n"
-"14\n"
+"03020410.xhp\n"
+"hd_id3153360\n"
+"1\n"
"help.text"
-msgid "Rename"
-msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nგადარქმევა\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nსახელის გადარქმევა"
+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>"
-#: 01050000.xhp
+#: 03020410.xhp
msgctxt ""
-"01050000.xhp\n"
-"par_id3154754\n"
-"15\n"
+"03020410.xhp\n"
+"par_id3151211\n"
+"2\n"
"help.text"
-msgid "<ahelp hid=\".uno:RenameCurrent\">Renames the current module in place.</ahelp>"
+msgid "Deletes a file from a disk."
msgstr ""
-#: 01050000.xhp
+#: 03020410.xhp
msgctxt ""
-"01050000.xhp\n"
-"hd_id3150043\n"
-"16\n"
+"03020410.xhp\n"
+"hd_id3150767\n"
+"3\n"
"help.text"
-msgid "Hide"
-msgstr "დამალვა"
+msgid "Syntax:"
+msgstr ""
-#: 01050000.xhp
+#: 03020410.xhp
msgctxt ""
-"01050000.xhp\n"
-"par_id3145147\n"
-"17\n"
+"03020410.xhp\n"
+"par_id3154685\n"
+"4\n"
"help.text"
-msgid "<ahelp hid=\".uno:HideCurPage\">Hides the current module.</ahelp>"
-msgstr ""
+msgid "Kill File As String"
+msgstr "DIM sFile სტრიქონი როგორც"
-#: 01050000.xhp
+#: 03020410.xhp
msgctxt ""
-"01050000.xhp\n"
-"hd_id3163805\n"
-"18\n"
+"03020410.xhp\n"
+"hd_id3153194\n"
+"5\n"
"help.text"
-msgid "Modules"
+msgid "Parameters:"
msgstr ""
-#: 01050000.xhp
+#: 03020410.xhp
msgctxt ""
-"01050000.xhp\n"
-"par_id3153965\n"
-"19\n"
+"03020410.xhp\n"
+"par_id3150440\n"
+"6\n"
"help.text"
-msgid "Opens the <link href=\"text/sbasic/shared/01/06130000.xhp\" name=\"Macro Organizer\"><emph>Macro Organizer</emph></link> dialog."
+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 ""
-#: 03030120.xhp
+#: 03020410.xhp
msgctxt ""
-"03030120.xhp\n"
-"tit\n"
+"03020410.xhp\n"
+"hd_id3148645\n"
+"7\n"
"help.text"
-msgid "DateDiff Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03030120.xhp
+#: 03020410.xhp
msgctxt ""
-"03030120.xhp\n"
-"bm_id6134830\n"
+"03020410.xhp\n"
+"par_id3163710\n"
+"9\n"
"help.text"
-msgid "<bookmark_value>DateDiff function</bookmark_value>"
-msgstr "<bookmark_value>DateDiff ფუნქცია</bookmark_value>"
+msgid "Kill \"C:\\datafile.dat\" ' File must be created in advance"
+msgstr ""
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN10542\n"
+"03020411.xhp\n"
+"tit\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030120.xhp\">DateDiff Function [Runtime]</link>"
+msgid "MkDir Statement [Runtime]"
msgstr ""
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN10546\n"
+"03020411.xhp\n"
+"bm_id3156421\n"
"help.text"
-msgid "Returns the number of date intervals between two given date values."
-msgstr "ორ მოცემულ თარიღის მნიშვნელობას შორის აბრუნებს თარიღის ინტერვალს."
+msgid "<bookmark_value>MkDir statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN10549\n"
+"03020411.xhp\n"
+"hd_id3156421\n"
+"1\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+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>"
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN10648\n"
+"03020411.xhp\n"
+"par_id3147000\n"
+"2\n"
"help.text"
-msgid "DateDiff (Add, Date1, Date2 [, Week_start [, Year_start]])"
-msgstr "DateDiff (Add, Date1, Date2 [, Week_start [, Year_start]])"
+msgid "Creates a new directory on a data medium."
+msgstr ""
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN1064B\n"
+"03020411.xhp\n"
+"hd_id3148520\n"
+"3\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Syntax:"
+msgstr ""
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN1064F\n"
+"03020411.xhp\n"
+"par_id3155150\n"
+"4\n"
"help.text"
-msgid "A number."
-msgstr "რიცხვი."
+msgid "MkDir Text As String"
+msgstr "RTrim (Text As String)"
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN10652\n"
+"03020411.xhp\n"
+"hd_id3156027\n"
+"5\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 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
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN10664\n"
+"03020411.xhp\n"
+"par_id3153750\n"
+"6\n"
"help.text"
-msgid "<emph>Date1, Date2</emph> - The two date values to be compared."
-msgstr "<emph>Date1, Date2</emph> - ორი თარიღის მნიშვნელობა, რომელიც შეიძლება შედარდეს."
+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 ""
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN1066A\n"
+"03020411.xhp\n"
+"par_id3153311\n"
+"7\n"
"help.text"
-msgid "<emph>Week_start</emph> - An optional parameter that specifies the starting day of a week."
-msgstr "<emph>Week_start</emph> - არასავადლებულო პარამეტრი, რომელიც უთითებს კვირის საწყისს დღეს."
+msgid "If the path is not determined, the directory is created in the current directory."
+msgstr ""
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN1067A\n"
+"03020411.xhp\n"
+"hd_id3155388\n"
+"8\n"
"help.text"
-msgid "Week_start value"
-msgstr "Week_start value"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN10680\n"
+"03020411.xhp\n"
+"par_id3149762\n"
+"10\n"
"help.text"
-msgid "Explanation"
+msgid "' Example for functions of the file organization"
msgstr ""
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN10687\n"
+"03020411.xhp\n"
+"par_id3149669\n"
+"13\n"
"help.text"
-msgid "0"
+msgid "Const sSubDir1 As String =\"Test\""
msgstr ""
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN1068D\n"
+"03020411.xhp\n"
+"par_id3148663\n"
+"14\n"
"help.text"
-msgid "Use system default value"
+msgid "Const sFile2 As String = \"Copied.tmp\""
msgstr ""
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN10694\n"
+"03020411.xhp\n"
+"par_id3154071\n"
+"15\n"
"help.text"
-msgid "1"
+msgid "Const sFile3 As String = \"Renamed.tmp\""
msgstr ""
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN1069A\n"
-"help.text"
-msgid "Sunday (default)"
-msgstr "კვირა (საწყისი)"
-
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN106A1\n"
+"03020411.xhp\n"
+"par_id3154217\n"
+"19\n"
"help.text"
-msgid "2"
+msgid "If Dir(sSubDir1,16)=\"\" Then ' Does the directory exist?"
msgstr ""
-#: 03030120.xhp
-msgctxt ""
-"03030120.xhp\n"
-"par_idN106A7\n"
-"help.text"
-msgid "Monday"
-msgstr "ორშაბათი"
-
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN106AE\n"
+"03020411.xhp\n"
+"par_id3147228\n"
+"21\n"
"help.text"
-msgid "3"
+msgid "MsgBox sFile,0,\"Create directory\""
msgstr ""
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN106B4\n"
+"03020411.xhp\n"
+"par_id3153770\n"
+"26\n"
"help.text"
-msgid "Tuesday"
-msgstr "სამშაბათი"
+msgid "MsgBox fSysURL(CurDir()),0,\"Current directory\""
+msgstr ""
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN106BB\n"
+"03020411.xhp\n"
+"par_id3159154\n"
+"27\n"
"help.text"
-msgid "4"
+msgid "MsgBox sFile & Chr(13) & FileDateTime( sFile ),0,\"Creation time\""
msgstr ""
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN106C1\n"
+"03020411.xhp\n"
+"par_id3149484\n"
+"28\n"
"help.text"
-msgid "Wednesday"
-msgstr "ოთხშაბათი"
+msgid "MsgBox sFile & Chr(13)& FileLen( sFile ),0,\"File length\""
+msgstr ""
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN106C8\n"
+"03020411.xhp\n"
+"par_id3152885\n"
+"29\n"
"help.text"
-msgid "5"
+msgid "MsgBox sFile & Chr(13)& GetAttr( sFile ),0,\"File attributes\""
msgstr ""
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN106CE\n"
+"03020411.xhp\n"
+"par_id3153952\n"
+"31\n"
"help.text"
-msgid "Thursday"
-msgstr "ხუთშაბათი"
+msgid "' Rename in the same directory"
+msgstr ""
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN106D5\n"
+"03020411.xhp\n"
+"par_id3147426\n"
+"34\n"
"help.text"
-msgid "6"
+msgid "SetAttr( sFile, 0 ) 'Delete all attributes"
msgstr ""
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN106DB\n"
+"03020411.xhp\n"
+"par_id3148647\n"
+"35\n"
"help.text"
-msgid "Friday"
-msgstr "პარასკევი"
+msgid "MsgBox sFile & Chr(13) & GetAttr( sFile ),0,\"New file attributes\""
+msgstr ""
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN106E2\n"
+"03020411.xhp\n"
+"par_id3150092\n"
+"40\n"
"help.text"
-msgid "7"
+msgid "' Converts a system path in URL"
msgstr ""
-#: 03030120.xhp
+#: 03020411.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN106E8\n"
+"03020411.xhp\n"
+"par_id3156276\n"
+"49\n"
"help.text"
-msgid "Saturday"
-msgstr "შაბათი"
+msgid "' the colon with DOS"
+msgstr ""
-#: 03030120.xhp
+#: 03020412.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN106EB\n"
+"03020412.xhp\n"
+"tit\n"
"help.text"
-msgid "<emph>Year_start</emph> - An optional parameter that specifies the starting week of a year."
-msgstr "<emph>Year_start</emph> -არჩევითი პარამეტრი, რომელიც მიუთითებს წლის საწყის კვირას."
+msgid "Name Statement [Runtime]"
+msgstr ""
-#: 03030120.xhp
+#: 03020412.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN106FB\n"
+"03020412.xhp\n"
+"bm_id3143268\n"
"help.text"
-msgid "Year_start value"
-msgstr "Year_start -ის მნიშვნელობა"
+msgid "<bookmark_value>Name statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03030120.xhp
+#: 03020412.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN10701\n"
+"03020412.xhp\n"
+"hd_id3143268\n"
+"1\n"
"help.text"
-msgid "Explanation"
-msgstr ""
+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>"
-#: 03030120.xhp
+#: 03020412.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN10708\n"
+"03020412.xhp\n"
+"par_id3154346\n"
+"2\n"
"help.text"
-msgid "0"
+msgid "Renames an existing file or directory."
msgstr ""
-#: 03030120.xhp
+#: 03020412.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN1070E\n"
+"03020412.xhp\n"
+"hd_id3156344\n"
+"3\n"
"help.text"
-msgid "Use system default value"
+msgid "Syntax:"
msgstr ""
-#: 03030120.xhp
+#: 03020412.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN10715\n"
+"03020412.xhp\n"
+"par_id3153381\n"
+"4\n"
"help.text"
-msgid "1"
+msgid "Name OldName As String As NewName As String"
msgstr ""
-#: 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
+#: 03020412.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN10722\n"
+"03020412.xhp\n"
+"hd_id3153362\n"
+"5\n"
"help.text"
-msgid "2"
+msgid "Parameters:"
msgstr ""
-#: 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
+#: 03020412.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN1072F\n"
+"03020412.xhp\n"
+"par_id3151210\n"
+"6\n"
"help.text"
-msgid "3"
+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 ""
-#: 03030120.xhp
+#: 03020412.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN10735\n"
+"03020412.xhp\n"
+"hd_id3125863\n"
+"8\n"
"help.text"
-msgid "Week 1 is the first week containing only days of the new year"
-msgstr "კვირა 1 არის პირველი კვირა, რომელიც შეიცავს მხოლოდ ახალი წილის დღეებს"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03030120.xhp
+#: 03020412.xhp
msgctxt ""
-"03030120.xhp\n"
-"par_idN10738\n"
+"03020412.xhp\n"
+"par_id3152462\n"
+"16\n"
"help.text"
-msgid "Example:"
+msgid "MsgBox \"File already exists\""
msgstr ""
-#: 03090203.xhp
+#: 03020413.xhp
msgctxt ""
-"03090203.xhp\n"
+"03020413.xhp\n"
"tit\n"
"help.text"
-msgid "While...Wend Statement[Runtime]"
+msgid "RmDir Statement [Runtime]"
msgstr ""
-#: 03090203.xhp
+#: 03020413.xhp
msgctxt ""
-"03090203.xhp\n"
-"bm_id3150400\n"
+"03020413.xhp\n"
+"bm_id3148947\n"
"help.text"
-msgid "<bookmark_value>While;While...Wend loop</bookmark_value>"
-msgstr ""
+msgid "<bookmark_value>RmDir statement</bookmark_value>"
+msgstr "<bookmark_value>RSet დებულება</bookmark_value>"
-#: 03090203.xhp
-#, fuzzy
+#: 03020413.xhp
msgctxt ""
-"03090203.xhp\n"
-"hd_id3150400\n"
+"03020413.xhp\n"
+"hd_id3148947\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090203.xhp\" name=\"While...Wend Statement[Runtime]\">While...Wend Statement[Runtime]</link>"
+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>"
-#: 03090203.xhp
+#: 03020413.xhp
msgctxt ""
-"03090203.xhp\n"
-"par_id3151211\n"
+"03020413.xhp\n"
+"par_id3149457\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."
+msgid "Deletes an existing directory from a data medium."
msgstr ""
-#: 03090203.xhp
+#: 03020413.xhp
msgctxt ""
-"03090203.xhp\n"
-"par_id3151041\n"
+"03020413.xhp\n"
+"hd_id3153361\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."
+msgid "Syntax:"
msgstr ""
-#: 03090203.xhp
+#: 03020413.xhp
msgctxt ""
-"03090203.xhp\n"
-"par_id3145172\n"
+"03020413.xhp\n"
+"par_id3154367\n"
"4\n"
"help.text"
-msgid "A Do...Loop is more flexible than a While...Wend."
-msgstr ""
+msgid "RmDir Text As String"
+msgstr "RTrim (Text As String)"
-#: 03090203.xhp
+#: 03020413.xhp
msgctxt ""
-"03090203.xhp\n"
-"hd_id3155133\n"
+"03020413.xhp\n"
+"hd_id3156281\n"
"5\n"
"help.text"
-msgid "Syntax:"
+msgid "Parameters:"
msgstr ""
-#: 03090203.xhp
+#: 03020413.xhp
msgctxt ""
-"03090203.xhp\n"
-"par_id3147288\n"
+"03020413.xhp\n"
+"par_id3151042\n"
"6\n"
"help.text"
-msgid "While Condition [Statement] Wend"
+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 ""
-#: 03090203.xhp
+#: 03020413.xhp
msgctxt ""
-"03090203.xhp\n"
-"hd_id3153139\n"
+"03020413.xhp\n"
+"par_id3153192\n"
"7\n"
"help.text"
-msgid "Example:"
+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 ""
-#: 03090203.xhp
+#: 03020413.xhp
msgctxt ""
-"03090203.xhp\n"
-"par_id3159153\n"
+"03020413.xhp\n"
+"hd_id3145271\n"
"8\n"
"help.text"
-msgid "Sub ExampleWhileWend"
-msgstr "Sub ExampleBeep"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03090203.xhp
+#: 03020414.xhp
msgctxt ""
-"03090203.xhp\n"
-"par_id3151114\n"
-"9\n"
+"03020414.xhp\n"
+"tit\n"
"help.text"
-msgid "Dim stext As String"
-msgstr "Dim sSep As String"
+msgid "SetAttr Statement [Runtime]"
+msgstr ""
-#: 03090203.xhp
+#: 03020414.xhp
msgctxt ""
-"03090203.xhp\n"
-"par_id3153143\n"
-"10\n"
+"03020414.xhp\n"
+"bm_id3147559\n"
"help.text"
-msgid "Dim iRun As Integer"
-msgstr "DIm iLen როგორც Integer"
+msgid "<bookmark_value>SetAttr statement</bookmark_value>"
+msgstr "<bookmark_value>DefStr განცხადება</bookmark_value>"
-#: 03090203.xhp
+#: 03020414.xhp
msgctxt ""
-"03090203.xhp\n"
-"par_id3155306\n"
-"11\n"
+"03020414.xhp\n"
+"hd_id3147559\n"
+"1\n"
"help.text"
-msgid "sText =\"This Is a short text\""
-msgstr ""
+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>"
-#: 03090203.xhp
+#: 03020414.xhp
msgctxt ""
-"03090203.xhp\n"
-"par_id3154011\n"
-"12\n"
+"03020414.xhp\n"
+"par_id3147264\n"
+"2\n"
"help.text"
-msgid "iRun = 1"
+msgid "Sets the attribute information for a specified file."
msgstr ""
-#: 03090203.xhp
+#: 03020414.xhp
msgctxt ""
-"03090203.xhp\n"
-"par_id3147215\n"
-"13\n"
+"03020414.xhp\n"
+"hd_id3150359\n"
+"3\n"
"help.text"
-msgid "While iRun < Len(sText)"
+msgid "Syntax:"
msgstr ""
-#: 03090203.xhp
+#: 03020414.xhp
msgctxt ""
-"03090203.xhp\n"
-"par_id3147427\n"
-"14\n"
+"03020414.xhp\n"
+"par_id3154365\n"
+"4\n"
"help.text"
-msgid "If Mid(sText,iRun,1 )<> \" \" Then Mid( sText ,iRun, 1, Chr( 1 + Asc( Mid(sText,iRun,1 )) )"
+msgid "SetAttr FileName As String, Attribute As Integer"
msgstr ""
-#: 03090203.xhp
+#: 03020414.xhp
msgctxt ""
-"03090203.xhp\n"
-"par_id3149665\n"
-"15\n"
+"03020414.xhp\n"
+"hd_id3125863\n"
+"5\n"
"help.text"
-msgid "iRun = iRun + 1"
+msgid "Parameters:"
msgstr ""
-#: 03090203.xhp
+#: 03020414.xhp
msgctxt ""
-"03090203.xhp\n"
-"par_id3152939\n"
-"16\n"
+"03020414.xhp\n"
+"par_id3154909\n"
+"6\n"
"help.text"
-msgid "Wend"
+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 ""
-#: 03090203.xhp
+#: 03020414.xhp
msgctxt ""
-"03090203.xhp\n"
-"par_id3153189\n"
-"17\n"
+"03020414.xhp\n"
+"par_id3153192\n"
+"7\n"
"help.text"
-msgid "MsgBox sText,0,\"Text encoded\""
+msgid "<emph>Attribute:</emph> Bit pattern defining the attributes that you want to set or to clear:"
msgstr ""
-#: 03090203.xhp
+#: 03020414.xhp
msgctxt ""
-"03090203.xhp\n"
-"par_id3145251\n"
-"18\n"
+"03020414.xhp\n"
+"par_id3145786\n"
+"8\n"
"help.text"
-msgid "End Sub"
+msgid "<emph>Value</emph>"
msgstr ""
-#: 03103450.xhp
+#: 03020414.xhp
msgctxt ""
-"03103450.xhp\n"
-"tit\n"
+"03020414.xhp\n"
+"par_id3152596\n"
+"9\n"
"help.text"
-msgid "Global Statement [Runtime]"
+msgid "0 : Normal files."
msgstr ""
-#: 03103450.xhp
-msgctxt ""
-"03103450.xhp\n"
-"bm_id3159201\n"
-"help.text"
-msgid "<bookmark_value>Global statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-
-#: 03103450.xhp
-#, fuzzy
+#: 03020414.xhp
msgctxt ""
-"03103450.xhp\n"
-"hd_id3159201\n"
-"1\n"
+"03020414.xhp\n"
+"par_id3149262\n"
+"10\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>"
+msgid "1 : Read-only files."
+msgstr ""
-#: 03103450.xhp
+#: 03020414.xhp
msgctxt ""
-"03103450.xhp\n"
-"par_id3149177\n"
-"2\n"
+"03020414.xhp\n"
+"par_id3152576\n"
+"13\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."
+msgid "32 : File was changed since last backup (Archive bit)."
msgstr ""
-#: 03103450.xhp
+#: 03020414.xhp
msgctxt ""
-"03103450.xhp\n"
-"hd_id3143270\n"
-"3\n"
+"03020414.xhp\n"
+"par_id3153093\n"
+"14\n"
"help.text"
-msgid "Syntax:"
+msgid "You can set multiple attributes by combining the respective values with a logic OR statement."
msgstr ""
-#: 03103450.xhp
+#: 03020414.xhp
msgctxt ""
-"03103450.xhp\n"
-"par_id3150771\n"
-"4\n"
+"03020414.xhp\n"
+"hd_id3147434\n"
+"15\n"
"help.text"
-msgid "Global VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03103450.xhp
+#: 03020414.xhp
msgctxt ""
-"03103450.xhp\n"
-"hd_id3156152\n"
-"5\n"
+"03020414.xhp\n"
+"par_id3148645\n"
+"17\n"
"help.text"
-msgid "Example:"
+msgid "On Error GoTo ErrorHandler ' Define target for error handler"
msgstr ""
-#: 03100700.xhp
+#: 03020415.xhp
msgctxt ""
-"03100700.xhp\n"
+"03020415.xhp\n"
"tit\n"
"help.text"
-msgid "Const Statement [Runtime]"
-msgstr ""
+msgid "FileExists Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03100700.xhp
+#: 03020415.xhp
msgctxt ""
-"03100700.xhp\n"
-"bm_id3146958\n"
+"03020415.xhp\n"
+"bm_id3148946\n"
"help.text"
-msgid "<bookmark_value>Const statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+msgid "<bookmark_value>FileExists function</bookmark_value>"
+msgstr "<bookmark_value>Split ფუნქცია</bookmark_value>"
-#: 03100700.xhp
-#, fuzzy
+#: 03020415.xhp
msgctxt ""
-"03100700.xhp\n"
-"hd_id3146958\n"
+"03020415.xhp\n"
+"hd_id3148946\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>"
+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>"
-#: 03100700.xhp
+#: 03020415.xhp
msgctxt ""
-"03100700.xhp\n"
-"par_id3154143\n"
+"03020415.xhp\n"
+"par_id3153361\n"
"2\n"
"help.text"
-msgid "Defines a string as a constant."
+msgid "Determines if a file or a directory is available on the data medium."
msgstr ""
-#: 03100700.xhp
+#: 03020415.xhp
msgctxt ""
-"03100700.xhp\n"
-"hd_id3150670\n"
+"03020415.xhp\n"
+"hd_id3150447\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03100700.xhp
+#: 03020415.xhp
msgctxt ""
-"03100700.xhp\n"
-"par_id3150984\n"
+"03020415.xhp\n"
+"par_id3154685\n"
"4\n"
"help.text"
-msgid "Const Text = Expression"
+msgid "FileExists(FileName As String | DirectoryName As String)"
msgstr ""
-#: 03100700.xhp
+#: 03020415.xhp
msgctxt ""
-"03100700.xhp\n"
-"hd_id3147530\n"
+"03020415.xhp\n"
+"hd_id3154126\n"
"5\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03100700.xhp
+#: 03020415.xhp
msgctxt ""
-"03100700.xhp\n"
-"par_id3153897\n"
+"03020415.xhp\n"
+"par_id3150769\n"
"6\n"
"help.text"
-msgid "<emph>Text:</emph> Any constant name that follows the standard variable naming conventions."
+msgid "Bool"
msgstr ""
-#: 03100700.xhp
+#: 03020415.xhp
msgctxt ""
-"03100700.xhp\n"
-"par_id3147264\n"
+"03020415.xhp\n"
+"hd_id3153770\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:"
+msgid "Parameters:"
msgstr ""
-#: 03100700.xhp
+#: 03020415.xhp
msgctxt ""
-"03100700.xhp\n"
-"par_id3150542\n"
+"03020415.xhp\n"
+"par_id3147349\n"
"8\n"
"help.text"
-msgid "CONST ConstName=Expression"
+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 ""
-#: 03100700.xhp
+#: 03020415.xhp
msgctxt ""
-"03100700.xhp\n"
-"par_id3150400\n"
+"03020415.xhp\n"
+"hd_id3149664\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
-msgctxt ""
-"03100700.xhp\n"
-"hd_id3154366\n"
-"10\n"
-"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
-#: 03100700.xhp
+#: 03030000.xhp
msgctxt ""
-"03100700.xhp\n"
-"par_id3153969\n"
-"14\n"
+"03030000.xhp\n"
+"tit\n"
"help.text"
-msgid "Const sVar = \"Program\", dVar As Double = 1.00"
+msgid "Date and Time Functions"
msgstr ""
-#: 01020200.xhp
+#: 03030000.xhp
msgctxt ""
-"01020200.xhp\n"
-"tit\n"
+"03030000.xhp\n"
+"hd_id3150502\n"
+"1\n"
"help.text"
-msgid "Using Objects"
+msgid "<link href=\"text/sbasic/shared/03030000.xhp\" name=\"Date and Time Functions\">Date and Time Functions</link>"
msgstr ""
-#: 01020200.xhp
+#: 03030000.xhp
msgctxt ""
-"01020200.xhp\n"
-"hd_id3145645\n"
-"1\n"
+"03030000.xhp\n"
+"par_id3153255\n"
+"2\n"
"help.text"
-msgid "<variable id=\"01020200\"><link href=\"text/sbasic/shared/01020200.xhp\">Using the Object Catalog</link></variable>"
+msgid "Use the statements and functions described here to perform date and time calculations."
msgstr ""
-#: 01020200.xhp
+#: 03030000.xhp
msgctxt ""
-"01020200.xhp\n"
-"par_id3153707\n"
-"76\n"
+"03030000.xhp\n"
+"par_id3152363\n"
+"3\n"
"help.text"
-msgid "The object catalog provides an overview of all modules and dialogs you have created in $[officename]."
+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 ""
-#: 01020200.xhp
+#: 03030000.xhp
msgctxt ""
-"01020200.xhp\n"
-"par_id3147346\n"
-"78\n"
+"03030000.xhp\n"
+"par_id3151054\n"
+"4\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."
+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 ""
-#: 01020200.xhp
+#: 03030100.xhp
msgctxt ""
-"01020200.xhp\n"
-"par_id3155114\n"
-"79\n"
+"03030100.xhp\n"
+"tit\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."
+msgid "Converting Date Values"
msgstr ""
-#: 01020200.xhp
+#: 03030100.xhp
msgctxt ""
-"01020200.xhp\n"
-"par_id3150786\n"
-"83\n"
+"03030100.xhp\n"
+"hd_id3147573\n"
+"1\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>."
+msgid "<link href=\"text/sbasic/shared/03030100.xhp\" name=\"Converting Date Values\">Converting Date Values</link>"
msgstr ""
-#: 01020200.xhp
+#: 03030100.xhp
msgctxt ""
-"01020200.xhp\n"
-"par_id3153266\n"
-"81\n"
+"03030100.xhp\n"
+"par_id3154760\n"
+"2\n"
"help.text"
-msgid "Click the (X) icon in the title bar to close the object catalog."
+msgid "The following functions convert date values to calculable numbers and back."
msgstr ""
-#: 03090405.xhp
+#: 03030101.xhp
msgctxt ""
-"03090405.xhp\n"
+"03030101.xhp\n"
"tit\n"
"help.text"
-msgid "FreeLibrary Function [Runtime]"
+msgid "DateSerial Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03090405.xhp
+#: 03030101.xhp
msgctxt ""
-"03090405.xhp\n"
-"bm_id3143270\n"
+"03030101.xhp\n"
+"bm_id3157896\n"
"help.text"
-msgid "<bookmark_value>FreeLibrary function</bookmark_value>"
-msgstr "<bookmark_value>DatePart ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>DateSerial function</bookmark_value>"
+msgstr "<bookmark_value>DateDiff ფუნქცია</bookmark_value>"
-#: 03090405.xhp
-#, fuzzy
+#: 03030101.xhp
msgctxt ""
-"03090405.xhp\n"
-"hd_id3143270\n"
+"03030101.xhp\n"
+"hd_id3157896\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary Function [Runtime]\">FreeLibrary Function [Runtime]</link>"
+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>"
-#: 03090405.xhp
+#: 03030101.xhp
msgctxt ""
-"03090405.xhp\n"
-"par_id3147559\n"
+"03030101.xhp\n"
+"par_id3143267\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>"
+msgid "Returns a <emph>Date</emph> value for a specified year, month, or day."
msgstr ""
-#: 03090405.xhp
+#: 03030101.xhp
msgctxt ""
-"03090405.xhp\n"
-"hd_id3148550\n"
+"03030101.xhp\n"
+"hd_id3147264\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03090405.xhp
+#: 03030101.xhp
msgctxt ""
-"03090405.xhp\n"
-"par_id3153361\n"
+"03030101.xhp\n"
+"par_id3149670\n"
"4\n"
"help.text"
-msgid "FreeLibrary (LibName As String)"
+msgid "DateSerial (year, month, day)"
msgstr ""
-#: 03090405.xhp
+#: 03030101.xhp
msgctxt ""
-"03090405.xhp\n"
-"hd_id3153380\n"
+"03030101.xhp\n"
+"hd_id3150792\n"
"5\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03090405.xhp
+#: 03030101.xhp
msgctxt ""
-"03090405.xhp\n"
-"par_id3154138\n"
+"03030101.xhp\n"
+"par_id3150398\n"
"6\n"
"help.text"
-msgid "<emph>LibName:</emph> String expression that specifies the name of the DLL."
-msgstr ""
+msgid "Date"
+msgstr "თარიღი"
-#: 03090405.xhp
+#: 03030101.xhp
msgctxt ""
-"03090405.xhp\n"
-"par_id3146923\n"
+"03030101.xhp\n"
+"hd_id3154141\n"
"7\n"
"help.text"
-msgid "FreeLibrary can only release DLLs that are loaded during Basic runtime."
+msgid "Parameters:"
msgstr ""
-#: 03090405.xhp
+#: 03030101.xhp
msgctxt ""
-"03090405.xhp\n"
-"hd_id3153363\n"
+"03030101.xhp\n"
+"par_id3147229\n"
"8\n"
"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03103500.xhp
-msgctxt ""
-"03103500.xhp\n"
-"tit\n"
-"help.text"
-msgid "Static Statement [Runtime]"
+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 ""
-#: 03103500.xhp
-msgctxt ""
-"03103500.xhp\n"
-"bm_id3149798\n"
-"help.text"
-msgid "<bookmark_value>Static statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-
-#: 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>"
-
-#: 03103500.xhp
+#: 03030101.xhp
msgctxt ""
-"03103500.xhp\n"
-"par_id3153311\n"
-"2\n"
+"03030101.xhp\n"
+"par_id3156280\n"
+"9\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."
+msgid "<emph>Month:</emph> Integer expression that indicates the month of the specified year. The accepted range is from 1-12."
msgstr ""
-#: 03103500.xhp
+#: 03030101.xhp
msgctxt ""
-"03103500.xhp\n"
-"par_id3147264\n"
-"3\n"
+"03030101.xhp\n"
+"par_id3151043\n"
+"10\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."
+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 ""
-#: 03103500.xhp
+#: 03030101.xhp
msgctxt ""
-"03103500.xhp\n"
-"hd_id3149657\n"
-"4\n"
+"03030101.xhp\n"
+"par_id3161832\n"
+"11\n"
"help.text"
-msgid "Syntax:"
+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 ""
-#: 03103500.xhp
+#: 03030101.xhp
msgctxt ""
-"03103500.xhp\n"
-"par_id3150400\n"
-"5\n"
+"03030101.xhp\n"
+"par_id3155306\n"
+"12\n"
"help.text"
-msgid "Static VarName[(start To end)] [As VarType], VarName2[(start To end)] [As VarType], ..."
+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 ""
-#: 03103500.xhp
+#: 03030101.xhp
msgctxt ""
-"03103500.xhp\n"
-"hd_id3148452\n"
-"6\n"
+"03030101.xhp\n"
+"par_id3152576\n"
+"13\n"
"help.text"
-msgid "Example:"
+msgid "If a date is defined that lies outside of the accepted range, $[officename] Basic returns an error message."
msgstr ""
-#: 03103500.xhp
+#: 03030101.xhp
msgctxt ""
-"03103500.xhp\n"
-"par_id3150870\n"
-"11\n"
+"03030101.xhp\n"
+"par_id3149481\n"
+"14\n"
"help.text"
-msgid "MsgBox iResult,0,\"The answer is\""
+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 ""
-#: 03103500.xhp
+#: 03030101.xhp
msgctxt ""
-"03103500.xhp\n"
-"par_id3151115\n"
+"03030101.xhp\n"
+"hd_id3155411\n"
"15\n"
"help.text"
-msgid "' Function for initialization of the static variable"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03103500.xhp
+#: 03030101.xhp
msgctxt ""
-"03103500.xhp\n"
-"par_id1057161\n"
+"03030101.xhp\n"
+"par_id3154942\n"
"help.text"
-msgid "Const iMinimum As Integer = 40 ' minimum return value of this function"
+msgid "MsgBox lDate ' returns 23476"
msgstr ""
-#: 03103500.xhp
+#: 03030101.xhp
msgctxt ""
-"03103500.xhp\n"
-"par_id580462\n"
+"03030101.xhp\n"
+"par_id3151074\n"
"help.text"
-msgid "If iInit = 0 Then ' check if initialized"
+msgid "MsgBox sDate ' returns 04/09/1964"
msgstr ""
-#: 03090202.xhp
+#: 03030102.xhp
msgctxt ""
-"03090202.xhp\n"
+"03030102.xhp\n"
"tit\n"
"help.text"
-msgid "For...Next Statement [Runtime]"
-msgstr ""
+msgid "DateValue Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03090202.xhp
+#: 03030102.xhp
msgctxt ""
-"03090202.xhp\n"
-"bm_id3149205\n"
+"03030102.xhp\n"
+"bm_id3156344\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 ""
+msgid "<bookmark_value>DateValue function</bookmark_value>"
+msgstr "<bookmark_value>DatePart ფუნქცია</bookmark_value>"
-#: 03090202.xhp
-#, fuzzy
+#: 03030102.xhp
msgctxt ""
-"03090202.xhp\n"
-"hd_id3149205\n"
+"03030102.xhp\n"
+"hd_id3156344\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>"
+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>"
-#: 03090202.xhp
+#: 03030102.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3143267\n"
+"03030102.xhp\n"
+"par_id3150542\n"
"2\n"
"help.text"
-msgid "Repeats the statements between the For...Next block a specified number of times."
+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 ""
-#: 03090202.xhp
+#: 03030102.xhp
msgctxt ""
-"03090202.xhp\n"
-"hd_id3156153\n"
+"03030102.xhp\n"
+"hd_id3148799\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03090202.xhp
+#: 03030102.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3148473\n"
+"03030102.xhp\n"
+"par_id3154910\n"
"4\n"
"help.text"
-msgid "For counter=start To end [Step step]"
+msgid "DateValue [(date)]"
msgstr ""
-#: 03090202.xhp
+#: 03030102.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3156024\n"
+"03030102.xhp\n"
+"hd_id3150870\n"
"5\n"
"help.text"
-msgid "statement block"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03090202.xhp
+#: 03030102.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3146796\n"
+"03030102.xhp\n"
+"par_id3153194\n"
"6\n"
"help.text"
-msgid "[Exit For]"
-msgstr ""
+msgid "Date"
+msgstr "თარიღი"
-#: 03090202.xhp
+#: 03030102.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3159414\n"
+"03030102.xhp\n"
+"hd_id3153969\n"
"7\n"
"help.text"
-msgid "statement block"
+msgid "Parameters:"
msgstr ""
-#: 03090202.xhp
+#: 03030102.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3153897\n"
+"03030102.xhp\n"
+"par_id3153770\n"
"8\n"
"help.text"
-msgid "Next [counter]"
+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 ""
-#: 03090202.xhp
-#, fuzzy
+#: 03030102.xhp
msgctxt ""
-"03090202.xhp\n"
-"hd_id3150400\n"
-"9\n"
+"03030102.xhp\n"
+"par_id3153189\n"
+"22\n"
"help.text"
-msgid "Variables:"
-msgstr "ცვლადები"
+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 ""
-#: 03090202.xhp
+#: 03030102.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3150358\n"
-"10\n"
+"03030102.xhp\n"
+"par_id3146974\n"
+"23\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."
+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 ""
-#: 03090202.xhp
+#: 03030102.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3152455\n"
-"11\n"
+"03030102.xhp\n"
+"hd_id3153142\n"
+"24\n"
"help.text"
-msgid "<emph>Start:</emph> Numeric variable that defines the initial value at the beginning of the loop."
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03090202.xhp
+#: 03030103.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3151043\n"
-"12\n"
+"03030103.xhp\n"
+"tit\n"
"help.text"
-msgid "<emph>End:</emph> Numeric variable that defines the final value at the end of the loop."
-msgstr ""
+msgid "Day Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03090202.xhp
+#: 03030103.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3156281\n"
-"13\n"
+"03030103.xhp\n"
+"bm_id3153345\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 ""
+msgid "<bookmark_value>Day function</bookmark_value>"
+msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
-#: 03090202.xhp
+#: 03030103.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3154684\n"
-"14\n"
+"03030103.xhp\n"
+"hd_id3153345\n"
+"1\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 ""
+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>"
-#: 03090202.xhp
+#: 03030103.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3147287\n"
-"15\n"
+"03030103.xhp\n"
+"par_id3147560\n"
+"2\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."
+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 ""
-#: 03090202.xhp
+#: 03030103.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3159154\n"
-"16\n"
+"03030103.xhp\n"
+"hd_id3149456\n"
+"3\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."
+msgid "Syntax:"
msgstr ""
-#: 03090202.xhp
+#: 03030103.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3155306\n"
-"17\n"
+"03030103.xhp\n"
+"par_id3150358\n"
+"4\n"
"help.text"
-msgid "If you specify an increment of 0, the statements between <emph>For</emph> and <emph>Next</emph> are repeated continuously."
+msgid "Day (Number)"
msgstr ""
-#: 03090202.xhp
+#: 03030103.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3155854\n"
-"18\n"
+"03030103.xhp\n"
+"hd_id3148798\n"
+"5\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 ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03090202.xhp
+#: 03030103.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3145273\n"
-"19\n"
+"03030103.xhp\n"
+"par_id3125865\n"
+"6\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:"
+msgid "Integer"
msgstr ""
-#: 03090202.xhp
+#: 03030103.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3153190\n"
-"20\n"
+"03030103.xhp\n"
+"hd_id3150448\n"
+"7\n"
"help.text"
-msgid "For..."
+msgid "Parameters:"
msgstr ""
-#: 03090202.xhp
+#: 03030103.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3149482\n"
-"21\n"
+"03030103.xhp\n"
+"par_id3156423\n"
+"8\n"
"help.text"
-msgid "statements"
+msgid "<emph>Number:</emph> A numeric expression that contains a serial date number from which you can determine the day of the month."
msgstr ""
-#: 03090202.xhp
+#: 03030103.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3147124\n"
-"22\n"
+"03030103.xhp\n"
+"par_id3145786\n"
+"9\n"
"help.text"
-msgid "If condition = True Then Exit For"
+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 ""
-#: 03090202.xhp
+#: 03030103.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3153159\n"
-"23\n"
+"03030103.xhp\n"
+"par_id3153190\n"
+"11\n"
"help.text"
-msgid "statements"
+msgid "returns the value 20."
msgstr ""
-#: 03090202.xhp
+#: 03030103.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3154096\n"
-"24\n"
+"03030103.xhp\n"
+"hd_id3149481\n"
+"12\n"
"help.text"
-msgid "Next"
-msgstr "შემდეგი"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03090202.xhp
+#: 03030103.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3156286\n"
-"25\n"
+"03030103.xhp\n"
+"par_id3149260\n"
+"14\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."
+msgid "Print \"Day \" & Day(DateSerial(1994, 12, 20)) & \" of the month\""
msgstr ""
-#: 03090202.xhp
+#: 03030104.xhp
msgctxt ""
-"03090202.xhp\n"
-"hd_id3148457\n"
-"26\n"
+"03030104.xhp\n"
+"tit\n"
"help.text"
-msgid "Example"
-msgstr ""
+msgid "Month Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03090202.xhp
+#: 03030104.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3151074\n"
-"27\n"
+"03030104.xhp\n"
+"bm_id3153127\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 ""
+msgid "<bookmark_value>Month function</bookmark_value>"
+msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
-#: 03090202.xhp
+#: 03030104.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3155767\n"
-"42\n"
+"03030104.xhp\n"
+"hd_id3153127\n"
+"1\n"
"help.text"
-msgid "sEntry(0) = \"Jerry\""
-msgstr ""
+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>"
-#: 03090202.xhp
+#: 03030104.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3153711\n"
-"33\n"
+"03030104.xhp\n"
+"par_id3148550\n"
+"2\n"
"help.text"
-msgid "sEntry(1) = \"Patty\""
+msgid "Returns the month of a year from a serial date that is generated by the DateSerial or the DateValue function."
msgstr ""
-#: 03090202.xhp
+#: 03030104.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3148993\n"
-"34\n"
+"03030104.xhp\n"
+"hd_id3145068\n"
+"3\n"
"help.text"
-msgid "sEntry(2) = \"Kurt\""
+msgid "Syntax:"
msgstr ""
-#: 03090202.xhp
+#: 03030104.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3156382\n"
-"35\n"
+"03030104.xhp\n"
+"par_id3150398\n"
+"4\n"
"help.text"
-msgid "sEntry(3) = \"Thomas\""
+msgid "Month (Number)"
msgstr ""
-#: 03090202.xhp
+#: 03030104.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3155174\n"
-"36\n"
+"03030104.xhp\n"
+"hd_id3154366\n"
+"5\n"
"help.text"
-msgid "sEntry(4) = \"Michael\""
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03090202.xhp
+#: 03030104.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3166448\n"
-"37\n"
+"03030104.xhp\n"
+"par_id3154125\n"
+"6\n"
"help.text"
-msgid "sEntry(5) = \"David\""
+msgid "Integer"
msgstr ""
-#: 03090202.xhp
+#: 03030104.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3149255\n"
-"38\n"
+"03030104.xhp\n"
+"hd_id3150768\n"
+"7\n"
"help.text"
-msgid "sEntry(6) = \"Cathy\""
+msgid "Parameters:"
msgstr ""
-#: 03090202.xhp
+#: 03030104.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3149565\n"
-"39\n"
+"03030104.xhp\n"
+"par_id3156423\n"
+"8\n"
"help.text"
-msgid "sEntry(7) = \"Susie\""
+msgid "<emph>Number:</emph> Numeric expression that contains the serial date number that is used to determine the month of the year."
msgstr ""
-#: 03090202.xhp
+#: 03030104.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3145148\n"
-"40\n"
+"03030104.xhp\n"
+"par_id3153770\n"
+"9\n"
"help.text"
-msgid "sEntry(8) = \"Edward\""
+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 ""
-#: 03090202.xhp
+#: 03030104.xhp
msgctxt ""
-"03090202.xhp\n"
-"par_id3145229\n"
-"41\n"
+"03030104.xhp\n"
+"par_id3145366\n"
+"11\n"
"help.text"
-msgid "sEntry(9) = \"Christine\""
+msgid "returns the value 12."
msgstr ""
-#: 03020401.xhp
+#: 03030104.xhp
msgctxt ""
-"03020401.xhp\n"
-"tit\n"
+"03030104.xhp\n"
+"hd_id3146923\n"
+"12\n"
"help.text"
-msgid "ChDir Statement [Runtime]"
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03030104.xhp
+msgctxt ""
+"03030104.xhp\n"
+"par_id3149664\n"
+"14\n"
+"help.text"
+msgid "MsgBox \"\" & Month(Now) ,64,\"The current month\""
msgstr ""
-#: 03020401.xhp
+#: 03030105.xhp
msgctxt ""
-"03020401.xhp\n"
-"bm_id3150178\n"
+"03030105.xhp\n"
+"tit\n"
"help.text"
-msgid "<bookmark_value>ChDir statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
+msgid "WeekDay Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03020401.xhp
-#, fuzzy
+#: 03030105.xhp
msgctxt ""
-"03020401.xhp\n"
-"hd_id3150178\n"
-"1\n"
+"03030105.xhp\n"
+"bm_id3153127\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>"
+msgid "<bookmark_value>WeekDay function</bookmark_value>"
+msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
-#: 03020401.xhp
+#: 03030105.xhp
msgctxt ""
-"03020401.xhp\n"
-"par_id3153126\n"
-"2\n"
+"03030105.xhp\n"
+"hd_id3153127\n"
+"1\n"
"help.text"
-msgid "Changes the current directory or drive."
-msgstr ""
+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>"
-#: 03020401.xhp
+#: 03030105.xhp
msgctxt ""
-"03020401.xhp\n"
-"par_id9783013\n"
+"03030105.xhp\n"
+"par_id3146795\n"
+"2\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."
+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 ""
-#: 03020401.xhp
+#: 03030105.xhp
msgctxt ""
-"03020401.xhp\n"
-"hd_id3154347\n"
+"03030105.xhp\n"
+"hd_id3145068\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020401.xhp
+#: 03030105.xhp
msgctxt ""
-"03020401.xhp\n"
-"par_id3153897\n"
+"03030105.xhp\n"
+"par_id3149655\n"
"4\n"
"help.text"
-msgid "ChDir Text As String"
-msgstr "RTrim (Text As String)"
+msgid "WeekDay (Number)"
+msgstr ""
-#: 03020401.xhp
+#: 03030105.xhp
msgctxt ""
-"03020401.xhp\n"
-"hd_id3148664\n"
+"03030105.xhp\n"
+"hd_id3148799\n"
"5\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020401.xhp
+#: 03030105.xhp
msgctxt ""
-"03020401.xhp\n"
-"par_id3150543\n"
+"03030105.xhp\n"
+"par_id3154125\n"
"6\n"
"help.text"
-msgid "<emph>Text:</emph> Any string expression that specifies the directory path or drive."
+msgid "Integer"
msgstr ""
-#: 03020401.xhp
+#: 03030105.xhp
msgctxt ""
-"03020401.xhp\n"
-"par_id3152598\n"
+"03030105.xhp\n"
+"hd_id3150768\n"
"7\n"
"help.text"
-msgid "If you only want to change the current drive, enter the drive letter followed by a colon."
+msgid "Parameters:"
msgstr ""
-#: 03020401.xhp
+#: 03030105.xhp
msgctxt ""
-"03020401.xhp\n"
-"hd_id3151116\n"
+"03030105.xhp\n"
+"par_id3151042\n"
"8\n"
"help.text"
-msgid "Example:"
+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 ""
-#: 03130000.xhp
-msgctxt ""
-"03130000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Other Commands"
-msgstr "სხვა ბრძანებები"
-
-#: 03130000.xhp
+#: 03030105.xhp
msgctxt ""
-"03130000.xhp\n"
-"hd_id3156027\n"
-"1\n"
+"03030105.xhp\n"
+"par_id3159254\n"
+"9\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>"
+msgid "The following example determines the day of the week using the WeekDay function when you enter a date."
+msgstr ""
-#: 03130000.xhp
+#: 03030105.xhp
msgctxt ""
-"03130000.xhp\n"
-"par_id3153312\n"
-"2\n"
+"03030105.xhp\n"
+"hd_id3148616\n"
+"10\n"
"help.text"
-msgid "This is a list of the functions and the statements that are not included in the other categories."
-msgstr "აქ მოყვანილია ფუნქციების და დებულებებუს სია, რომლების არ შედის სხვა კატეგორიებში."
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03030301.xhp
+#: 03030105.xhp
msgctxt ""
-"03030301.xhp\n"
-"tit\n"
+"03030105.xhp\n"
+"par_id3148576\n"
+"13\n"
"help.text"
-msgid "Date Statement [Runtime]"
+msgid "' Return And display the day of the week"
msgstr ""
-#: 03030301.xhp
-msgctxt ""
-"03030301.xhp\n"
-"bm_id3156027\n"
-"help.text"
-msgid "<bookmark_value>Date statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-
-#: 03030301.xhp
-#, fuzzy
+#: 03030105.xhp
msgctxt ""
-"03030301.xhp\n"
-"hd_id3156027\n"
-"1\n"
+"03030105.xhp\n"
+"par_id3151117\n"
+"16\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>"
+msgid "sDay=\"Sunday\""
+msgstr ""
-#: 03030301.xhp
+#: 03030105.xhp
msgctxt ""
-"03030301.xhp\n"
-"par_id3147291\n"
-"2\n"
+"03030105.xhp\n"
+"par_id3153952\n"
+"18\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."
+msgid "sDay=\"Monday\""
msgstr ""
-#: 03030301.xhp
+#: 03030105.xhp
msgctxt ""
-"03030301.xhp\n"
-"hd_id3148686\n"
-"3\n"
+"03030105.xhp\n"
+"par_id3153157\n"
+"20\n"
"help.text"
-msgid "Syntax:"
+msgid "sDay=\"Tuesday\""
msgstr ""
-#: 03030301.xhp
+#: 03030105.xhp
msgctxt ""
-"03030301.xhp\n"
-"par_id3146794\n"
-"4\n"
+"03030105.xhp\n"
+"par_id3154942\n"
+"22\n"
"help.text"
-msgid "Date ; Date = Text As String"
+msgid "sDay=\"Wednesday\""
msgstr ""
-#: 03030301.xhp
+#: 03030105.xhp
msgctxt ""
-"03030301.xhp\n"
-"hd_id3154347\n"
-"5\n"
+"03030105.xhp\n"
+"par_id3155416\n"
+"24\n"
"help.text"
-msgid "Parameters:"
+msgid "sDay=\"Thursday\""
msgstr ""
-#: 03030301.xhp
+#: 03030105.xhp
msgctxt ""
-"03030301.xhp\n"
-"par_id3145069\n"
-"6\n"
+"03030105.xhp\n"
+"par_id3154015\n"
+"26\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."
+msgid "sDay=\"Friday\""
msgstr ""
-#: 03030301.xhp
+#: 03030105.xhp
msgctxt ""
-"03030301.xhp\n"
-"hd_id3150793\n"
-"7\n"
+"03030105.xhp\n"
+"par_id3153707\n"
+"28\n"
"help.text"
-msgid "Example:"
+msgid "sDay=\"Saturday\""
msgstr ""
-#: 03030301.xhp
+#: 03030105.xhp
msgctxt ""
-"03030301.xhp\n"
-"par_id3156424\n"
-"9\n"
+"03030105.xhp\n"
+"par_id3148993\n"
+"30\n"
"help.text"
-msgid "MsgBox \"The date is \" & Date"
+msgid "MsgBox \"\" + sDay,64,\"Today Is\""
msgstr ""
-#: 03120304.xhp
+#: 03030106.xhp
msgctxt ""
-"03120304.xhp\n"
+"03030106.xhp\n"
"tit\n"
"help.text"
-msgid "LSet Statement [Runtime]"
-msgstr ""
+msgid "Year Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03120304.xhp
+#: 03030106.xhp
msgctxt ""
-"03120304.xhp\n"
-"bm_id3143268\n"
+"03030106.xhp\n"
+"bm_id3148664\n"
"help.text"
-msgid "<bookmark_value>LSet statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+msgid "<bookmark_value>Year function</bookmark_value>"
+msgstr "<bookmark_value>CVar ფუნქცია</bookmark_value>"
-#: 03120304.xhp
-#, fuzzy
+#: 03030106.xhp
msgctxt ""
-"03120304.xhp\n"
-"hd_id3143268\n"
+"03030106.xhp\n"
+"hd_id3148664\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>"
+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>"
-#: 03120304.xhp
+#: 03030106.xhp
msgctxt ""
-"03120304.xhp\n"
-"par_id3155419\n"
+"03030106.xhp\n"
+"par_id3149655\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."
+msgid "Returns the year from a serial date number that is generated by the DateSerial or the DateValue function."
msgstr ""
-#: 03120304.xhp
+#: 03030106.xhp
msgctxt ""
-"03120304.xhp\n"
-"hd_id3145317\n"
+"03030106.xhp\n"
+"hd_id3154125\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120304.xhp
+#: 03030106.xhp
msgctxt ""
-"03120304.xhp\n"
-"par_id3150984\n"
+"03030106.xhp\n"
+"par_id3147229\n"
"4\n"
"help.text"
-msgid "LSet Var As String = Text or LSet Var1 = Var2"
-msgstr "LSet Var როგორც სტრიქონი = ტექსტი ან LSet Var1 = Var2"
+msgid "Year (Number)"
+msgstr ""
-#: 03120304.xhp
+#: 03030106.xhp
msgctxt ""
-"03120304.xhp\n"
-"hd_id3143271\n"
+"03030106.xhp\n"
+"hd_id3154685\n"
"5\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120304.xhp
+#: 03030106.xhp
msgctxt ""
-"03120304.xhp\n"
-"par_id3145610\n"
+"03030106.xhp\n"
+"par_id3153970\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> ნებისმიერი სრიქონის ცვლადი შეიცავს სტრიქონს, რომელიც გინდათ, რომ გადაანაცვლოთ მარცხნივ."
+msgid "Integer"
+msgstr ""
-#: 03120304.xhp
+#: 03030106.xhp
msgctxt ""
-"03120304.xhp\n"
-"par_id3154346\n"
+"03030106.xhp\n"
+"hd_id3150440\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>: სტრინგი, რომელიც გსურთ გაასწოროთ მარჯვნივ სტრინგის ცვლადში."
+msgid "Parameters:"
+msgstr ""
-#: 03120304.xhp
+#: 03030106.xhp
msgctxt ""
-"03120304.xhp\n"
-"par_id3151054\n"
+"03030106.xhp\n"
+"par_id3163712\n"
"8\n"
"help.text"
-msgid "<emph>Var1:</emph> Name of the user-defined type variable that you want to copy to."
+msgid "<emph>Number:</emph> Integer expression that contains the serial date number that is used to calculate the year."
msgstr ""
-#: 03120304.xhp
+#: 03030106.xhp
msgctxt ""
-"03120304.xhp\n"
-"par_id3153361\n"
+"03030106.xhp\n"
+"par_id3152596\n"
"9\n"
"help.text"
-msgid "<emph>Var2:</emph> Name of the user-defined type variable that you want to copy from."
-msgstr ""
-
-#: 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."
+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 ""
-#: 03120304.xhp
+#: 03030106.xhp
msgctxt ""
-"03120304.xhp\n"
-"hd_id3156282\n"
+"03030106.xhp\n"
+"par_id3149483\n"
"11\n"
"help.text"
-msgid "Example:"
+msgid "returns the value 1994."
msgstr ""
-#: 03120304.xhp
-#, fuzzy
+#: 03030106.xhp
msgctxt ""
-"03120304.xhp\n"
-"par_id3152940\n"
-"18\n"
+"03030106.xhp\n"
+"hd_id3146985\n"
+"12\n"
"help.text"
-msgid "' Align \"SBX\" within the 40-character reference string"
-msgstr "REM Align \"SBX\" 40 სიმბოლიანი სტრიქონის საზღვრებში"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03120304.xhp
+#: 03030106.xhp
msgctxt ""
-"03120304.xhp\n"
-"par_id3148647\n"
-"19\n"
+"03030106.xhp\n"
+"par_id3153363\n"
+"14\n"
"help.text"
-msgid "' Replace asterisks with spaces"
+msgid "MsgBox \"\" & Year(Now) ,64,\"Current year\""
msgstr ""
-#: 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 სიმბოლიანი სტრიქონის საზღვრებში"
-
#: 03030107.xhp
msgctxt ""
"03030107.xhp\n"
@@ -14817,7 +13645,6 @@ msgid "<bookmark_value>CdateToIso function</bookmark_value>"
msgstr "<bookmark_value>DateAdd ფუნქცია</bookmark_value>"
#: 03030107.xhp
-#, fuzzy
msgctxt ""
"03030107.xhp\n"
"hd_id3150620\n"
@@ -14896,7 +13723,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
#: 03030107.xhp
msgctxt ""
@@ -14907,469 +13734,119 @@ msgctxt ""
msgid "MsgBox \"\" & CDateToIso(Now) ,64,\"ISO Date\""
msgstr ""
-#: 03130500.xhp
+#: 03030108.xhp
msgctxt ""
-"03130500.xhp\n"
+"03030108.xhp\n"
"tit\n"
"help.text"
-msgid "Shell Function [Runtime]"
+msgid "CDateFromIso Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03130500.xhp
+#: 03030108.xhp
msgctxt ""
-"03130500.xhp\n"
-"bm_id3150040\n"
+"03030108.xhp\n"
+"bm_id3153127\n"
"help.text"
-msgid "<bookmark_value>Shell function</bookmark_value>"
-msgstr "<bookmark_value>Shell ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>CdateFromIso function</bookmark_value>"
+msgstr "<bookmark_value>ConvertFromURL ფუნქცია</bookmark_value>"
-#: 03130500.xhp
-#, fuzzy
+#: 03030108.xhp
msgctxt ""
-"03130500.xhp\n"
-"hd_id3150040\n"
+"03030108.xhp\n"
+"hd_id3153127\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03130500.xhp\" name=\"Shell Function [Runtime]\">Shell Function [Runtime]</link>"
+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>"
-#: 03130500.xhp
+#: 03030108.xhp
msgctxt ""
-"03130500.xhp\n"
-"par_id3153394\n"
+"03030108.xhp\n"
+"par_id3148550\n"
"2\n"
"help.text"
-msgid "Starts another application and defines the respective window style, if necessary."
-msgstr "რთავს პროგრამას და საჭიროების მიხედვით განსაზღვრავს შესაბამისი ფანჯრების სტილს."
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"hd_id3153345\n"
-"4\n"
-"help.text"
-msgid "Syntax"
-msgstr ""
-
-#: 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])"
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"hd_id3149235\n"
-"6\n"
-"help.text"
-msgid "Parameter"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"hd_id3154306\n"
-"23\n"
-"help.text"
-msgid "Pathname"
-msgstr "Pathname"
-
-#: 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 "სასურველი გასაშვები პროგრამის სრული სახელი და გზა."
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"hd_id3150771\n"
-"24\n"
-"help.text"
-msgid "Windowstyle"
-msgstr "Windowstyle"
-
-#: 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 "არჩევითი ინტეგერის გამოსახულება, რომელიც განსაზღვრავს იმ ფანჯრის სტილს, რომელშიც გაეშვება პროგრამა. შესაძლოა შემდეგი მნიშვნელობები:"
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3148663\n"
-"25\n"
-"help.text"
-msgid "0"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3153360\n"
-"10\n"
-"help.text"
-msgid "The focus is on the hidden program window."
-msgstr "ფოკუსი არის პროგრამის დამალულ ფანჯარაზე"
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3154123\n"
-"26\n"
-"help.text"
-msgid "1"
-msgstr ""
-
-#: 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 "ფოკუსი არის პროგრამის ფანჯარაზე სტანდარტულ ზომაზე."
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3156422\n"
-"27\n"
-"help.text"
-msgid "2"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3148451\n"
-"12\n"
-"help.text"
-msgid "The focus is on the minimized program window."
-msgstr "ფოკუსი არის მინიმიზირებული პროგრამის ფანჯარაზე."
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3149561\n"
-"28\n"
-"help.text"
-msgid "3"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3146921\n"
-"13\n"
-"help.text"
-msgid "focus is on the maximized program window."
-msgstr "ფოკუსი არის მაქსიმიზირებული პროგრამის ფანჯარაზე."
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3149481\n"
-"29\n"
-"help.text"
-msgid "4"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3155854\n"
-"14\n"
-"help.text"
-msgid "Standard size program window, without focus."
-msgstr "პროგრამის ფანჯრის სტანდარტული ზომა, ფოკუსის გარეშე."
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3145271\n"
-"30\n"
-"help.text"
-msgid "6"
-msgstr ""
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3152938\n"
-"15\n"
-"help.text"
-msgid "Minimized program window, focus remains on the active window."
-msgstr "მინიმიზირებული პროგრამის ფანჯარა, ფოკუსი რჩება აქტიურ ფანჯარაზე."
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3146119\n"
-"31\n"
-"help.text"
-msgid "10"
-msgstr "10"
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"par_id3151112\n"
-"16\n"
-"help.text"
-msgid "Full-screen display."
-msgstr "ჩვენება მთელს ეკრანზე."
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"hd_id3150419\n"
-"33\n"
-"help.text"
-msgid "Param"
-msgstr "Param"
-
-#: 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 "ნებისმიერი სტრინგული გამოსახულება, რომელიც მიუთუთებს ბრძანებათა ზოლს რომელსაც სურს გადაცემა."
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"hd_id3148456\n"
-"32\n"
-"help.text"
-msgid "bSync"
-msgstr "bSync"
-
-#: 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>."
-
-#: 03130500.xhp
-msgctxt ""
-"03130500.xhp\n"
-"hd_id3154270\n"
-"19\n"
-"help.text"
-msgid "Example"
+msgid "Returns the internal date number from a string that contains a date in ISO format."
msgstr ""
-#: 03131300.xhp
-msgctxt ""
-"03131300.xhp\n"
-"tit\n"
-"help.text"
-msgid "TwipsPerPixelX Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03131300.xhp
-msgctxt ""
-"03131300.xhp\n"
-"bm_id3153539\n"
-"help.text"
-msgid "<bookmark_value>TwipsPerPixelX function</bookmark_value>"
-msgstr "<bookmark_value>TwipsPerPixelX ფუნქცია</bookmark_value>"
-
-#: 03131300.xhp
-#, fuzzy
-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>"
-
-#: 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-ების რიცხვს. რაც განსაზღვრავს პიქსელის სიგანეს."
-
-#: 03131300.xhp
+#: 03030108.xhp
msgctxt ""
-"03131300.xhp\n"
-"hd_id3153527\n"
+"03030108.xhp\n"
+"hd_id3148947\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03131300.xhp
+#: 03030108.xhp
msgctxt ""
-"03131300.xhp\n"
-"par_id3151110\n"
+"03030108.xhp\n"
+"par_id3150400\n"
"4\n"
"help.text"
-msgid "n = TwipsPerPixelX"
-msgstr "n = TwipsPerPixelX"
-
-#: 03131300.xhp
-msgctxt ""
-"03131300.xhp\n"
-"hd_id3150669\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03131300.xhp
-msgctxt ""
-"03131300.xhp\n"
-"par_id3150503\n"
-"6\n"
-"help.text"
-msgid "Integer"
-msgstr ""
-
-#: 03131300.xhp
-msgctxt ""
-"03131300.xhp\n"
-"hd_id3159176\n"
-"7\n"
-"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03131300.xhp
-msgctxt ""
-"03131300.xhp\n"
-"par_id3153061\n"
-"9\n"
-"help.text"
-msgid "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
-msgstr ""
-
-#: 03100500.xhp
-msgctxt ""
-"03100500.xhp\n"
-"tit\n"
-"help.text"
-msgid "CInt Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03100500.xhp
-msgctxt ""
-"03100500.xhp\n"
-"bm_id3149346\n"
-"help.text"
-msgid "<bookmark_value>CInt function</bookmark_value>"
-msgstr "<bookmark_value>InStr ფუნქცია</bookmark_value>"
-
-#: 03100500.xhp
-#, fuzzy
-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>"
-
-#: 03100500.xhp
-msgctxt ""
-"03100500.xhp\n"
-"par_id3155419\n"
-"2\n"
-"help.text"
-msgid "Converts any string or numeric expression to an integer."
-msgstr "გარდაქმნის სტრიქონს ან ციფრულ გამოსახულებას ბაიტის ტიპისთვის."
-
-#: 03100500.xhp
-msgctxt ""
-"03100500.xhp\n"
-"hd_id3147573\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
+msgid "CDateFromIso(String)"
msgstr ""
-#: 03100500.xhp
-msgctxt ""
-"03100500.xhp\n"
-"par_id3154142\n"
-"4\n"
-"help.text"
-msgid "CInt (Expression)"
-msgstr "CCur(Expression)"
-
-#: 03100500.xhp
+#: 03030108.xhp
msgctxt ""
-"03100500.xhp\n"
-"hd_id3147531\n"
+"03030108.xhp\n"
+"hd_id3154367\n"
"5\n"
"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03100500.xhp
+#: 03030108.xhp
msgctxt ""
-"03100500.xhp\n"
-"par_id3147560\n"
+"03030108.xhp\n"
+"par_id3156212\n"
"6\n"
"help.text"
-msgid "Integer"
+msgid "Internal date number"
msgstr ""
-#: 03100500.xhp
+#: 03030108.xhp
msgctxt ""
-"03100500.xhp\n"
-"hd_id3145069\n"
+"03030108.xhp\n"
+"hd_id3125864\n"
"7\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03100500.xhp
+#: 03030108.xhp
msgctxt ""
-"03100500.xhp\n"
-"par_id3159414\n"
+"03030108.xhp\n"
+"par_id3154685\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."
+msgid "<emph>String:</emph> A string that contains a date in ISO format. The year may have two or four digits."
msgstr ""
-#: 03100500.xhp
+#: 03030108.xhp
msgctxt ""
-"03100500.xhp\n"
-"par_id3150358\n"
+"03030108.xhp\n"
+"hd_id3150439\n"
"9\n"
"help.text"
-msgid "This function always rounds the fractional part of a number to the nearest integer."
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03100500.xhp
+#: 03030108.xhp
msgctxt ""
-"03100500.xhp\n"
-"hd_id3145419\n"
+"03030108.xhp\n"
+"par_id3147318\n"
"10\n"
"help.text"
-msgid "Example:"
+msgid "dateval = CDateFromIso(\"20021231\")"
+msgstr ""
+
+#: 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 ""
#: 03030110.xhp
@@ -15466,7 +13943,7 @@ msgctxt ""
"par_idN1063C\n"
"help.text"
msgid "Explanation"
-msgstr ""
+msgstr "ახსნა"
#: 03030110.xhp
msgctxt ""
@@ -15490,7 +13967,7 @@ msgctxt ""
"par_idN10650\n"
"help.text"
msgid "q"
-msgstr "q"
+msgstr ""
#: 03030110.xhp
msgctxt ""
@@ -15506,7 +13983,7 @@ msgctxt ""
"par_idN1065D\n"
"help.text"
msgid "m"
-msgstr "m"
+msgstr ""
#: 03030110.xhp
msgctxt ""
@@ -15522,7 +13999,7 @@ msgctxt ""
"par_idN1066A\n"
"help.text"
msgid "y"
-msgstr "y"
+msgstr ""
#: 03030110.xhp
msgctxt ""
@@ -15538,7 +14015,7 @@ msgctxt ""
"par_idN10677\n"
"help.text"
msgid "w"
-msgstr "w"
+msgstr ""
#: 03030110.xhp
msgctxt ""
@@ -15570,7 +14047,7 @@ msgctxt ""
"par_idN10691\n"
"help.text"
msgid "d"
-msgstr "d"
+msgstr ""
#: 03030110.xhp
msgctxt ""
@@ -15586,7 +14063,7 @@ msgctxt ""
"par_idN1069E\n"
"help.text"
msgid "h"
-msgstr "h"
+msgstr ""
#: 03030110.xhp
msgctxt ""
@@ -15602,7 +14079,7 @@ msgctxt ""
"par_idN106AB\n"
"help.text"
msgid "n"
-msgstr "n"
+msgstr ""
#: 03030110.xhp
msgctxt ""
@@ -15618,7 +14095,7 @@ msgctxt ""
"par_idN106B8\n"
"help.text"
msgid "s"
-msgstr "s"
+msgstr ""
#: 03030110.xhp
msgctxt ""
@@ -15650,10219 +14127,9964 @@ msgctxt ""
"par_idN106C7\n"
"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
-#: 03101100.xhp
+#: 03030120.xhp
msgctxt ""
-"03101100.xhp\n"
+"03030120.xhp\n"
"tit\n"
"help.text"
-msgid "DefBool Statement [Runtime]"
-msgstr ""
+msgid "DateDiff Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03101100.xhp
+#: 03030120.xhp
msgctxt ""
-"03101100.xhp\n"
-"bm_id3145759\n"
+"03030120.xhp\n"
+"bm_id6134830\n"
"help.text"
-msgid "<bookmark_value>DefBool statement</bookmark_value>"
-msgstr "<bookmark_value>DefCur განცხადება</bookmark_value>"
+msgid "<bookmark_value>DateDiff function</bookmark_value>"
+msgstr "<bookmark_value>DateDiff ფუნქცია</bookmark_value>"
-#: 03101100.xhp
-#, fuzzy
+#: 03030120.xhp
msgctxt ""
-"03101100.xhp\n"
-"hd_id3145759\n"
-"1\n"
+"03030120.xhp\n"
+"par_idN10542\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>"
+msgid "<link href=\"text/sbasic/shared/03030120.xhp\">DateDiff Function [Runtime]</link>"
+msgstr ""
-#: 03101100.xhp
+#: 03030120.xhp
msgctxt ""
-"03101100.xhp\n"
-"par_id3153089\n"
-"2\n"
+"03030120.xhp\n"
+"par_idN10546\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 განცხადება საწყისი ცვლადის ტიპს აყენებს ასოთა რანგის მიხედვით."
+msgid "Returns the number of date intervals between two given date values."
+msgstr "ორ მოცემულ თარიღის მნიშვნელობას შორის აბრუნებს თარიღის ინტერვალს."
-#: 03101100.xhp
+#: 03030120.xhp
msgctxt ""
-"03101100.xhp\n"
-"hd_id3149495\n"
-"3\n"
+"03030120.xhp\n"
+"par_idN10549\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03101100.xhp
+#: 03030120.xhp
msgctxt ""
-"03101100.xhp\n"
-"par_id3150682\n"
-"4\n"
+"03030120.xhp\n"
+"par_idN10648\n"
"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr ""
+msgid "DateDiff (Add, Date1, Date2 [, Week_start [, Year_start]])"
+msgstr "DateDiff (Add, Date1, Date2 [, Week_start [, Year_start]])"
-#: 03101100.xhp
+#: 03030120.xhp
msgctxt ""
-"03101100.xhp\n"
-"hd_id3159201\n"
-"5\n"
+"03030120.xhp\n"
+"par_idN1064B\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03101100.xhp
+#: 03030120.xhp
msgctxt ""
-"03101100.xhp\n"
-"par_id3147226\n"
-"6\n"
+"03030120.xhp\n"
+"par_idN1064F\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 ""
+msgid "A number."
+msgstr "რიცხვი."
-#: 03101100.xhp
+#: 03030120.xhp
msgctxt ""
-"03101100.xhp\n"
-"par_id3149178\n"
-"7\n"
+"03030120.xhp\n"
+"par_idN10652\n"
"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgid "Parameters:"
msgstr ""
-#: 03101100.xhp
+#: 03030120.xhp
msgctxt ""
-"03101100.xhp\n"
-"par_id3150669\n"
-"8\n"
+"03030120.xhp\n"
+"par_idN10656\n"
"help.text"
-msgid "<emph>Keyword: </emph>Default variable type"
-msgstr ""
+msgid "<emph>Add</emph> - A string expression from the following table, specifying the date interval."
+msgstr "Add - სტრინგული გამოსახულება მომდევნო ცხრილიდან, რომელიც მიუთითებს თარიღის ინტერვალს."
-#: 03101100.xhp
+#: 03030120.xhp
msgctxt ""
-"03101100.xhp\n"
-"par_id3149233\n"
-"9\n"
+"03030120.xhp\n"
+"par_idN10664\n"
"help.text"
-msgid "<emph>DefBool:</emph> Boolean"
-msgstr ""
+msgid "<emph>Date1, Date2</emph> - The two date values to be compared."
+msgstr "<emph>Date1, Date2</emph> - ორი თარიღის მნიშვნელობა, რომელიც შეიძლება შედარდეს."
-#: 03101100.xhp
+#: 03030120.xhp
msgctxt ""
-"03101100.xhp\n"
-"hd_id3149762\n"
-"10\n"
+"03030120.xhp\n"
+"par_idN1066A\n"
"help.text"
-msgid "Example:"
-msgstr ""
+msgid "<emph>Week_start</emph> - An optional parameter that specifies the starting day of a week."
+msgstr "<emph>Week_start</emph> - არასავადლებულო პარამეტრი, რომელიც უთითებს კვირის საწყისს დღეს."
-#: 03101100.xhp
+#: 03030120.xhp
msgctxt ""
-"03101100.xhp\n"
-"par_id3156152\n"
-"12\n"
+"03030120.xhp\n"
+"par_idN1067A\n"
"help.text"
-msgid "' Prefix definition for variable types:"
-msgstr ""
+msgid "Week_start value"
+msgstr "Week_start value"
-#: 03101100.xhp
+#: 03030120.xhp
msgctxt ""
-"03101100.xhp\n"
-"par_id3151381\n"
-"22\n"
+"03030120.xhp\n"
+"par_idN10680\n"
"help.text"
-msgid "bOK=TRUE ' bOK is an implicit boolean variable"
-msgstr ""
+msgid "Explanation"
+msgstr "ახსნა"
-#: 03020414.xhp
+#: 03030120.xhp
msgctxt ""
-"03020414.xhp\n"
-"tit\n"
+"03030120.xhp\n"
+"par_idN10687\n"
"help.text"
-msgid "SetAttr Statement [Runtime]"
+msgid "0"
msgstr ""
-#: 03020414.xhp
+#: 03030120.xhp
msgctxt ""
-"03020414.xhp\n"
-"bm_id3147559\n"
+"03030120.xhp\n"
+"par_idN1068D\n"
"help.text"
-msgid "<bookmark_value>SetAttr statement</bookmark_value>"
-msgstr "<bookmark_value>DefStr განცხადება</bookmark_value>"
+msgid "Use system default value"
+msgstr ""
-#: 03020414.xhp
-#, fuzzy
+#: 03030120.xhp
msgctxt ""
-"03020414.xhp\n"
-"hd_id3147559\n"
-"1\n"
+"03030120.xhp\n"
+"par_idN10694\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>"
+msgid "1"
+msgstr ""
-#: 03020414.xhp
+#: 03030120.xhp
msgctxt ""
-"03020414.xhp\n"
-"par_id3147264\n"
-"2\n"
+"03030120.xhp\n"
+"par_idN1069A\n"
"help.text"
-msgid "Sets the attribute information for a specified file."
-msgstr ""
+msgid "Sunday (default)"
+msgstr "კვირა (საწყისი)"
-#: 03020414.xhp
+#: 03030120.xhp
msgctxt ""
-"03020414.xhp\n"
-"hd_id3150359\n"
-"3\n"
+"03030120.xhp\n"
+"par_idN106A1\n"
"help.text"
-msgid "Syntax:"
+msgid "2"
msgstr ""
-#: 03020414.xhp
+#: 03030120.xhp
msgctxt ""
-"03020414.xhp\n"
-"par_id3154365\n"
-"4\n"
+"03030120.xhp\n"
+"par_idN106A7\n"
"help.text"
-msgid "SetAttr FileName As String, Attribute As Integer"
-msgstr ""
+msgid "Monday"
+msgstr "ორშაბათი"
-#: 03020414.xhp
+#: 03030120.xhp
msgctxt ""
-"03020414.xhp\n"
-"hd_id3125863\n"
-"5\n"
+"03030120.xhp\n"
+"par_idN106AE\n"
"help.text"
-msgid "Parameters:"
+msgid "3"
msgstr ""
-#: 03020414.xhp
+#: 03030120.xhp
msgctxt ""
-"03020414.xhp\n"
-"par_id3154909\n"
-"6\n"
+"03030120.xhp\n"
+"par_idN106B4\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 ""
+msgid "Tuesday"
+msgstr "სამშაბათი"
-#: 03020414.xhp
+#: 03030120.xhp
msgctxt ""
-"03020414.xhp\n"
-"par_id3153192\n"
-"7\n"
+"03030120.xhp\n"
+"par_idN106BB\n"
"help.text"
-msgid "<emph>Attribute:</emph> Bit pattern defining the attributes that you want to set or to clear:"
+msgid "4"
msgstr ""
-#: 03020414.xhp
+#: 03030120.xhp
msgctxt ""
-"03020414.xhp\n"
-"par_id3145786\n"
-"8\n"
+"03030120.xhp\n"
+"par_idN106C1\n"
"help.text"
-msgid "<emph>Value</emph>"
-msgstr ""
+msgid "Wednesday"
+msgstr "ოთხშაბათი"
-#: 03020414.xhp
+#: 03030120.xhp
msgctxt ""
-"03020414.xhp\n"
-"par_id3152596\n"
-"9\n"
+"03030120.xhp\n"
+"par_idN106C8\n"
"help.text"
-msgid "0 : Normal files."
+msgid "5"
msgstr ""
-#: 03020414.xhp
+#: 03030120.xhp
msgctxt ""
-"03020414.xhp\n"
-"par_id3149262\n"
-"10\n"
+"03030120.xhp\n"
+"par_idN106CE\n"
"help.text"
-msgid "1 : Read-only files."
-msgstr ""
+msgid "Thursday"
+msgstr "ხუთშაბათი"
-#: 03020414.xhp
+#: 03030120.xhp
msgctxt ""
-"03020414.xhp\n"
-"par_id3152576\n"
-"13\n"
+"03030120.xhp\n"
+"par_idN106D5\n"
"help.text"
-msgid "32 : File was changed since last backup (Archive bit)."
+msgid "6"
msgstr ""
-#: 03020414.xhp
+#: 03030120.xhp
msgctxt ""
-"03020414.xhp\n"
-"par_id3153093\n"
-"14\n"
+"03030120.xhp\n"
+"par_idN106DB\n"
"help.text"
-msgid "You can set multiple attributes by combining the respective values with a logic OR statement."
-msgstr ""
+msgid "Friday"
+msgstr "პარასკევი"
-#: 03020414.xhp
+#: 03030120.xhp
msgctxt ""
-"03020414.xhp\n"
-"hd_id3147434\n"
-"15\n"
+"03030120.xhp\n"
+"par_idN106E2\n"
"help.text"
-msgid "Example:"
+msgid "7"
msgstr ""
-#: 03020414.xhp
+#: 03030120.xhp
msgctxt ""
-"03020414.xhp\n"
-"par_id3148645\n"
-"17\n"
+"03030120.xhp\n"
+"par_idN106E8\n"
"help.text"
-msgid "On Error GoTo ErrorHandler ' Define target for error handler"
-msgstr ""
+msgid "Saturday"
+msgstr "შაბათი"
-#: 03090302.xhp
+#: 03030120.xhp
msgctxt ""
-"03090302.xhp\n"
-"tit\n"
+"03030120.xhp\n"
+"par_idN106EB\n"
"help.text"
-msgid "GoTo Statement [Runtime]"
-msgstr ""
+msgid "<emph>Year_start</emph> - An optional parameter that specifies the starting week of a year."
+msgstr "<emph>Year_start</emph> -არჩევითი პარამეტრი, რომელიც მიუთითებს წლის საწყის კვირას."
-#: 03090302.xhp
+#: 03030120.xhp
msgctxt ""
-"03090302.xhp\n"
-"bm_id3159413\n"
+"03030120.xhp\n"
+"par_idN106FB\n"
"help.text"
-msgid "<bookmark_value>GoTo statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+msgid "Year_start value"
+msgstr "Year_start -ის მნიშვნელობა"
-#: 03090302.xhp
-#, fuzzy
+#: 03030120.xhp
msgctxt ""
-"03090302.xhp\n"
-"hd_id3159413\n"
-"1\n"
+"03030120.xhp\n"
+"par_idN10701\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>"
+msgid "Explanation"
+msgstr "ახსნა"
-#: 03090302.xhp
+#: 03030120.xhp
msgctxt ""
-"03090302.xhp\n"
-"par_id3153379\n"
-"2\n"
+"03030120.xhp\n"
+"par_idN10708\n"
"help.text"
-msgid "Continues program execution within a Sub or Function at the procedure line indicated by a label."
+msgid "0"
msgstr ""
-#: 03090302.xhp
+#: 03030120.xhp
msgctxt ""
-"03090302.xhp\n"
-"hd_id3149656\n"
-"3\n"
+"03030120.xhp\n"
+"par_idN1070E\n"
"help.text"
-msgid "Syntax:"
+msgid "Use system default value"
msgstr ""
-#: 03090302.xhp
+#: 03030120.xhp
msgctxt ""
-"03090302.xhp\n"
-"par_id3154367\n"
-"4\n"
+"03030120.xhp\n"
+"par_idN10715\n"
"help.text"
-msgid "see Parameters"
+msgid "1"
msgstr ""
-#: 03090302.xhp
+#: 03030120.xhp
msgctxt ""
-"03090302.xhp\n"
-"hd_id3150870\n"
-"5\n"
+"03030120.xhp\n"
+"par_idN1071B\n"
"help.text"
-msgid "Parameters:"
+msgid "Week 1 is the week with January, 1st (default)"
+msgstr "კვირა 1 არის კვირა იანვრით, პირველი (საწყისად)"
+
+#: 03030120.xhp
+msgctxt ""
+"03030120.xhp\n"
+"par_idN10722\n"
+"help.text"
+msgid "2"
msgstr ""
-#: 03090302.xhp
+#: 03030120.xhp
msgctxt ""
-"03090302.xhp\n"
-"par_id3156214\n"
-"6\n"
+"03030120.xhp\n"
+"par_idN10728\n"
"help.text"
-msgid "Sub/Function"
-msgstr "End function"
+msgid "Week 1 is the first week containing four or more days of that year"
+msgstr "კვირა 1 არის პირველი კვირა, რომელიც შეიცავს ამ კვირის ოთხ ან მეტ დღეს"
-#: 03090302.xhp
+#: 03030120.xhp
msgctxt ""
-"03090302.xhp\n"
-"par_id3156424\n"
-"7\n"
+"03030120.xhp\n"
+"par_idN1072F\n"
"help.text"
-msgid "statement block"
+msgid "3"
msgstr ""
-#: 03090302.xhp
+#: 03030120.xhp
msgctxt ""
-"03090302.xhp\n"
-"par_id3154685\n"
-"8\n"
+"03030120.xhp\n"
+"par_idN10735\n"
"help.text"
-msgid "Label1"
-msgstr ""
+msgid "Week 1 is the first week containing only days of the new year"
+msgstr "კვირა 1 არის პირველი კვირა, რომელიც შეიცავს მხოლოდ ახალი წილის დღეებს"
-#: 03090302.xhp
+#: 03030120.xhp
msgctxt ""
-"03090302.xhp\n"
-"par_id3145786\n"
-"9\n"
+"03030120.xhp\n"
+"par_idN10738\n"
"help.text"
-msgid "<emph>Label2:</emph>"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03090302.xhp
+#: 03030130.xhp
msgctxt ""
-"03090302.xhp\n"
-"par_id3161832\n"
-"10\n"
+"03030130.xhp\n"
+"tit\n"
"help.text"
-msgid "statement block"
-msgstr ""
+msgid "DatePart Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03090302.xhp
+#: 03030130.xhp
msgctxt ""
-"03090302.xhp\n"
-"par_id3146120\n"
-"11\n"
+"03030130.xhp\n"
+"bm_id249946\n"
"help.text"
-msgid "Exit Sub"
-msgstr ""
+msgid "<bookmark_value>DatePart function</bookmark_value>"
+msgstr "<bookmark_value>DatePart ფუნქცია</bookmark_value>"
-#: 03090302.xhp
+#: 03030130.xhp
msgctxt ""
-"03090302.xhp\n"
-"par_id3150010\n"
-"12\n"
+"03030130.xhp\n"
+"par_idN10542\n"
"help.text"
-msgid "<emph>Label1:</emph>"
+msgid "<link href=\"text/sbasic/shared/03030130.xhp\">DatePart Function [Runtime]</link>"
msgstr ""
-#: 03090302.xhp
+#: 03030130.xhp
msgctxt ""
-"03090302.xhp\n"
-"par_id3152462\n"
-"13\n"
+"03030130.xhp\n"
+"par_idN10546\n"
"help.text"
-msgid "statement block"
-msgstr ""
+msgid "The DatePart function returns a specified part of a date."
+msgstr "DatePart ფუნქცია აბრუნებს თარიღის კონკრეტულ ნაწილს."
-#: 03090302.xhp
+#: 03030130.xhp
msgctxt ""
-"03090302.xhp\n"
-"par_id3149664\n"
-"14\n"
+"03030130.xhp\n"
+"par_idN10549\n"
"help.text"
-msgid "GoTo Label2"
+msgid "Syntax:"
msgstr ""
-#: 03090302.xhp
+#: 03030130.xhp
msgctxt ""
-"03090302.xhp\n"
-"par_id3152886\n"
-"15\n"
+"03030130.xhp\n"
+"par_idN105E8\n"
"help.text"
-msgid "End Sub/Function"
-msgstr "End function"
+msgid "DatePart (Add, Date [, Week_start [, Year_start]])"
+msgstr "DatePart (Add, Date [, Week_start [, Year_start]])"
-#: 03090302.xhp
+#: 03030130.xhp
msgctxt ""
-"03090302.xhp\n"
-"par_id3152596\n"
-"16\n"
+"03030130.xhp\n"
+"par_idN105EB\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 ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03090302.xhp
+#: 03030130.xhp
msgctxt ""
-"03090302.xhp\n"
-"par_id3155416\n"
-"17\n"
+"03030130.xhp\n"
+"par_idN105EF\n"
"help.text"
-msgid "You cannot use the GoTo statement to jump out of a Sub or Function."
+msgid "A Variant containing a date."
msgstr ""
-#: 03090302.xhp
+#: 03030130.xhp
msgctxt ""
-"03090302.xhp\n"
-"hd_id3154731\n"
-"19\n"
+"03030130.xhp\n"
+"par_idN105F2\n"
"help.text"
-msgid "Example:"
+msgid "Parameters:"
msgstr ""
-#: 03090302.xhp
+#: 03030130.xhp
msgctxt ""
-"03090302.xhp\n"
-"par_id6967035\n"
+"03030130.xhp\n"
+"par_idN105F6\n"
"help.text"
-msgid "see Parameters"
-msgstr ""
+msgid "<emph>Add</emph> - A string expression from the following table, specifying the date interval."
+msgstr "Add - სტრინგული გამოსახულება მომდევნო ცხრილიდან, რომელიც მიუთითებს თარიღის ინტერვალს."
-#: 03080700.xhp
+#: 03030130.xhp
msgctxt ""
-"03080700.xhp\n"
+"03030130.xhp\n"
+"par_idN10604\n"
+"help.text"
+msgid "<emph>Date</emph> - The date from which the result is calculated."
+msgstr "<emph>Date</emph> - თარიღი, რომლიდანაც გამოიანგარიშება რეზულტატი."
+
+#: 03030130.xhp
+msgctxt ""
+"03030130.xhp\n"
+"par_idN10611\n"
+"help.text"
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03030200.xhp
+msgctxt ""
+"03030200.xhp\n"
"tit\n"
"help.text"
-msgid "Expression Signs"
+msgid "Converting Time Values"
msgstr ""
-#: 03080700.xhp
+#: 03030200.xhp
msgctxt ""
-"03080700.xhp\n"
-"hd_id3150702\n"
+"03030200.xhp\n"
+"hd_id3147226\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080700.xhp\" name=\"Expression Signs\">Expression Signs</link>"
+msgid "<link href=\"text/sbasic/shared/03030200.xhp\" name=\"Converting Time Values\">Converting Time Values</link>"
msgstr ""
-#: 03080700.xhp
+#: 03030200.xhp
msgctxt ""
-"03080700.xhp\n"
-"par_id3148668\n"
+"03030200.xhp\n"
+"par_id3149415\n"
"2\n"
"help.text"
-msgid "This function returns the algebraic sign of a numeric expression."
+msgid "The following functions convert time values to calculable numbers."
msgstr ""
-#: 03120308.xhp
+#: 03030201.xhp
msgctxt ""
-"03120308.xhp\n"
+"03030201.xhp\n"
"tit\n"
"help.text"
-msgid "RSet Statement [Runtime]"
-msgstr ""
+msgid "Hour Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03120308.xhp
+#: 03030201.xhp
msgctxt ""
-"03120308.xhp\n"
-"bm_id3153345\n"
+"03030201.xhp\n"
+"bm_id3156042\n"
"help.text"
-msgid "<bookmark_value>RSet statement</bookmark_value>"
-msgstr "<bookmark_value>RSet დებულება</bookmark_value>"
+msgid "<bookmark_value>Hour function</bookmark_value>"
+msgstr "<bookmark_value>CCur ფუნქცია</bookmark_value>"
-#: 03120308.xhp
+#: 03030201.xhp
msgctxt ""
-"03120308.xhp\n"
-"hd_id3153345\n"
+"03030201.xhp\n"
+"hd_id3156042\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>"
+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>"
-#: 03120308.xhp
+#: 03030201.xhp
msgctxt ""
-"03120308.xhp\n"
-"par_id3150503\n"
+"03030201.xhp\n"
+"par_id3149346\n"
"2\n"
"help.text"
-msgid "Right-aligns a string within a string variable, or copies a user-defined variable type into another."
-msgstr "სტრინგს ასწორებს მარჯვნივ სტრინგის ცვლადში ან აკოპირებს მომხმარებლის მიერ მორგებულ ცვლადის ტიპს სხვაში."
+msgid "Returns the hour from a time value that is generated by the TimeSerial or the TimeValue function."
+msgstr ""
-#: 03120308.xhp
+#: 03030201.xhp
msgctxt ""
-"03120308.xhp\n"
-"hd_id3149234\n"
+"03030201.xhp\n"
+"hd_id3147574\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120308.xhp
+#: 03030201.xhp
msgctxt ""
-"03120308.xhp\n"
-"par_id3150669\n"
+"03030201.xhp\n"
+"par_id3147264\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"
+msgid "Hour (Number)"
+msgstr ""
-#: 03120308.xhp
+#: 03030201.xhp
msgctxt ""
-"03120308.xhp\n"
-"hd_id3156024\n"
+"03030201.xhp\n"
+"hd_id3145069\n"
"5\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120308.xhp
+#: 03030201.xhp
msgctxt ""
-"03120308.xhp\n"
-"par_id3148552\n"
+"03030201.xhp\n"
+"par_id3149670\n"
"6\n"
"help.text"
-msgid "<emph>Text:</emph> Any string variable."
-msgstr "<emph>ტექსტი:</emph> ნებისმიერის სტინგის ცვლადი."
+msgid "Integer"
+msgstr ""
-#: 03120308.xhp
+#: 03030201.xhp
msgctxt ""
-"03120308.xhp\n"
-"par_id3154924\n"
+"03030201.xhp\n"
+"hd_id3150359\n"
"7\n"
"help.text"
-msgid "<emph>Text</emph>: String that you want to right-align in the string variable."
-msgstr "<emph>ტექსტი</emph>: სტრინგი, რომელიც გსურთ გაასწოროთ მარჯვნივ სტრინგის ცვლადში."
+msgid "Parameters:"
+msgstr ""
-#: 03120308.xhp
+#: 03030201.xhp
msgctxt ""
-"03120308.xhp\n"
-"par_id3149456\n"
+"03030201.xhp\n"
+"par_id3154366\n"
"8\n"
"help.text"
-msgid "<emph>Variable1:</emph> User-defined variable that is the target for the copied variable."
-msgstr "<emph>ცვლადი1:</emph> მომხმარებლის მიერ განსაზღვრული ცვლადი რომელიც არის მიზანი კოპირებული ცვლადისთვის."
+msgid "<emph>Number:</emph> Numeric expression that contains the serial time value that is used to return the hour value."
+msgstr ""
-#: 03120308.xhp
+#: 03030201.xhp
msgctxt ""
-"03120308.xhp\n"
-"par_id3153381\n"
+"03030201.xhp\n"
+"par_id3154909\n"
"9\n"
"help.text"
-msgid "<emph>Variable2:</emph> User-defined variable that you want to copy to another variable."
-msgstr "<emph>ცვლადი2:</emph> მომხმარებლის მიერ განსაზღვრული ცვლადი რომელიც გინდათ გადაწეროთ სხვა ცვლადში."
+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 ""
-#: 03120308.xhp
+#: 03030201.xhp
msgctxt ""
-"03120308.xhp\n"
-"par_id3154140\n"
+"03030201.xhp\n"
+"par_id3163798\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> ასწორებს სტრინგს მარჯვნივ. ნებისმიერი დარჩენილი ასო-ნიშანი სტრინგის ცვლადეში ჩანაცვლდება ჰარით. ტუ სტრინგი უფრო გრძელია ვიდრე სტრინგის ცვლდაი, ასო-ნიშნები, რომლების აჭარბებენ ცვლადის ზომას იჭრება, მხოლოდ დარჩენილი ასო-ნიშნები სწორდებიან მარჯვნივ."
+msgid "Print Hour(TimeSerial(12,30,41))"
+msgstr ""
-#: 03120308.xhp
+#: 03030201.xhp
msgctxt ""
-"03120308.xhp\n"
-"par_id3149202\n"
+"03030201.xhp\n"
+"par_id3155132\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> რათა მიანიჭოთ მომხმარებლის მიერ განსაღვრული ერთი ტიპი მეორეს."
+msgid "returns the value 12."
+msgstr ""
-#: 03120308.xhp
+#: 03030201.xhp
msgctxt ""
-"03120308.xhp\n"
-"par_id3151042\n"
+"03030201.xhp\n"
+"hd_id3147348\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> ბრძანებებს რათა შეცვალონ სტინგების მარცხენა და მარჯვენა სწორება."
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03120308.xhp
+#: 03030201.xhp
msgctxt ""
-"03120308.xhp\n"
-"hd_id3154909\n"
+"03030201.xhp\n"
+"par_id3146985\n"
"13\n"
"help.text"
-msgid "Example:"
-msgstr ""
+msgid "Sub ExampleHour"
+msgstr "Sub ExampleStr"
-#: 03120308.xhp
-#, fuzzy
+#: 03030201.xhp
msgctxt ""
-"03120308.xhp\n"
-"par_id3155856\n"
-"20\n"
+"03030201.xhp\n"
+"par_id3156441\n"
+"14\n"
"help.text"
-msgid "' Right-align \"SBX\" in a 40-character string"
-msgstr "REM მარჯვენა სწორება \"SBX\" 40 ასო-ნიშნიან სტრინგში."
+msgid "Print \"The current hour is \" & Hour( Now )"
+msgstr ""
-#: 03120308.xhp
+#: 03030201.xhp
msgctxt ""
-"03120308.xhp\n"
-"par_id3152577\n"
-"21\n"
+"03030201.xhp\n"
+"par_id3153145\n"
+"15\n"
"help.text"
-msgid "' Replace asterisks with spaces"
+msgid "End Sub"
msgstr ""
-#: 03120308.xhp
-#, fuzzy
+#: 03030202.xhp
msgctxt ""
-"03120308.xhp\n"
-"par_id3145801\n"
-"32\n"
+"03030202.xhp\n"
+"tit\n"
"help.text"
-msgid "' Left-align \"SBX\" in a 40-character string"
-msgstr "REM მარცხენა სწორება \"SBX\" 40 ასო-ნიშნიან სტრინგში."
+msgid "Minute Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03080200.xhp
+#: 03030202.xhp
msgctxt ""
-"03080200.xhp\n"
-"tit\n"
+"03030202.xhp\n"
+"bm_id3155419\n"
"help.text"
-msgid "Exponential and Logarithmic Functions"
-msgstr ""
+msgid "<bookmark_value>Minute function</bookmark_value>"
+msgstr "<bookmark_value>მარჯვენა ფუნქცია</bookmark_value>"
-#: 03080200.xhp
+#: 03030202.xhp
msgctxt ""
-"03080200.xhp\n"
-"hd_id3154758\n"
+"03030202.xhp\n"
+"hd_id3155419\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080200.xhp\" name=\"Exponential and Logarithmic Functions\">Exponential and Logarithmic Functions</link>"
-msgstr ""
+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>"
-#: 03080200.xhp
+#: 03030202.xhp
msgctxt ""
-"03080200.xhp\n"
-"par_id3148550\n"
+"03030202.xhp\n"
+"par_id3156344\n"
"2\n"
"help.text"
-msgid "$[officename] Basic supports the following exponential and logarithmic functions."
+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 ""
-#: 01030200.xhp
+#: 03030202.xhp
msgctxt ""
-"01030200.xhp\n"
-"tit\n"
+"03030202.xhp\n"
+"hd_id3154758\n"
+"3\n"
"help.text"
-msgid "The Basic Editor"
+msgid "Syntax:"
msgstr ""
-#: 01030200.xhp
+#: 03030202.xhp
msgctxt ""
-"01030200.xhp\n"
-"bm_id3148647\n"
+"03030202.xhp\n"
+"par_id3149656\n"
+"4\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>"
+msgid "Minute (Number)"
msgstr ""
-#: 01030200.xhp
-#, fuzzy
+#: 03030202.xhp
msgctxt ""
-"01030200.xhp\n"
-"hd_id3147264\n"
-"1\n"
+"03030202.xhp\n"
+"hd_id3148798\n"
+"5\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>"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 01030200.xhp
+#: 03030202.xhp
msgctxt ""
-"01030200.xhp\n"
-"par_id3145069\n"
-"3\n"
+"03030202.xhp\n"
+"par_id3150449\n"
+"6\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)."
+msgid "Integer"
msgstr ""
-#: 01030200.xhp
+#: 03030202.xhp
msgctxt ""
-"01030200.xhp\n"
-"par_id3154686\n"
-"31\n"
+"03030202.xhp\n"
+"hd_id3153193\n"
+"7\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.)"
+msgid "Parameters:"
msgstr ""
-#: 01030200.xhp
+#: 03030202.xhp
msgctxt ""
-"01030200.xhp\n"
-"par_id3151042\n"
-"32\n"
+"03030202.xhp\n"
+"par_id3153969\n"
+"8\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."
+msgid "<emph>Number:</emph> Numeric expression that contains the serial time value that is used to return the minute value."
msgstr ""
-#: 01030200.xhp
+#: 03030202.xhp
msgctxt ""
-"01030200.xhp\n"
-"par_id59816\n"
+"03030202.xhp\n"
+"par_id3150869\n"
+"9\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."
+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 ""
-#: 01030200.xhp
+#: 03030202.xhp
msgctxt ""
-"01030200.xhp\n"
-"hd_id3125863\n"
-"4\n"
+"03030202.xhp\n"
+"par_id3149262\n"
+"10\n"
"help.text"
-msgid "Navigating in a Project"
+msgid "Print Minute(TimeSerial(12,30,41))"
msgstr ""
-#: 01030200.xhp
+#: 03030202.xhp
msgctxt ""
-"01030200.xhp\n"
-"hd_id3145785\n"
-"6\n"
+"03030202.xhp\n"
+"par_id3148576\n"
+"11\n"
"help.text"
-msgid "The Library List"
+msgid "returns the value 30."
msgstr ""
-#: 01030200.xhp
+#: 03030202.xhp
msgctxt ""
-"01030200.xhp\n"
-"par_id3146120\n"
-"7\n"
+"03030202.xhp\n"
+"hd_id3150010\n"
+"12\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 ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 01030200.xhp
+#: 03030202.xhp
msgctxt ""
-"01030200.xhp\n"
-"hd_id3153190\n"
-"8\n"
+"03030202.xhp\n"
+"par_id3159154\n"
+"13\n"
"help.text"
-msgid "The Object Catalog"
-msgstr ""
+msgid "Sub ExampleMinute"
+msgstr "Sub ExampleString"
-#: 01030200.xhp
+#: 03030202.xhp
msgctxt ""
-"01030200.xhp\n"
-"hd_id3148647\n"
-"15\n"
+"03030202.xhp\n"
+"par_id3146119\n"
+"14\n"
"help.text"
-msgid "Saving and Loading Basic Source Code"
+msgid "MsgBox \"The current minute is \"& Minute(Now)& \".\""
msgstr ""
-#: 01030200.xhp
+#: 03030202.xhp
msgctxt ""
-"01030200.xhp\n"
-"par_id3154320\n"
-"16\n"
+"03030202.xhp\n"
+"par_id3153726\n"
+"15\n"
"help.text"
-msgid "You can save Basic code in a text file for saving and importing in other programming systems."
+msgid "end sub"
msgstr ""
-#: 01030200.xhp
+#: 03030203.xhp
msgctxt ""
-"01030200.xhp\n"
-"par_id3149959\n"
-"25\n"
+"03030203.xhp\n"
+"tit\n"
"help.text"
-msgid "You cannot save Basic dialogs to a text file."
-msgstr ""
+msgid "Now Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 01030200.xhp
+#: 03030203.xhp
msgctxt ""
-"01030200.xhp\n"
-"hd_id3149403\n"
-"17\n"
+"03030203.xhp\n"
+"bm_id3149416\n"
"help.text"
-msgid "Saving Source Code to a Text File"
-msgstr ""
+msgid "<bookmark_value>Now function</bookmark_value>"
+msgstr "<bookmark_value>Join ფუნქცია</bookmark_value>"
-#: 01030200.xhp
+#: 03030203.xhp
msgctxt ""
-"01030200.xhp\n"
-"par_id3150327\n"
-"18\n"
+"03030203.xhp\n"
+"hd_id3149416\n"
+"1\n"
"help.text"
-msgid "Select the module that you want to export as text from the object catalog."
-msgstr ""
+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>"
-#: 01030200.xhp
+#: 03030203.xhp
msgctxt ""
-"01030200.xhp\n"
-"par_id3150752\n"
-"19\n"
+"03030203.xhp\n"
+"par_id3149670\n"
+"2\n"
"help.text"
-msgid "Click the <emph>Save Source As</emph> icon in the Macro toolbar."
+msgid "Returns the current system date and time as a <emph>Date</emph> value."
msgstr ""
-#: 01030200.xhp
+#: 03030203.xhp
msgctxt ""
-"01030200.xhp\n"
-"par_id3154754\n"
-"20\n"
+"03030203.xhp\n"
+"hd_id3149456\n"
+"3\n"
"help.text"
-msgid "Select a file name and click <emph>OK</emph> to save the file."
+msgid "Syntax:"
msgstr ""
-#: 01030200.xhp
+#: 03030203.xhp
msgctxt ""
-"01030200.xhp\n"
-"hd_id3159264\n"
-"21\n"
+"03030203.xhp\n"
+"par_id3149655\n"
+"4\n"
"help.text"
-msgid "Loading Source Code From a Text File"
+msgid "Now"
msgstr ""
-#: 01030200.xhp
+#: 03030203.xhp
msgctxt ""
-"01030200.xhp\n"
-"par_id3147343\n"
-"22\n"
+"03030203.xhp\n"
+"hd_id3154366\n"
+"5\n"
"help.text"
-msgid "Select the module where you want to import the source code from the object catalog."
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 01030200.xhp
+#: 03030203.xhp
msgctxt ""
-"01030200.xhp\n"
-"par_id3145230\n"
-"23\n"
+"03030203.xhp\n"
+"par_id3154909\n"
+"6\n"
"help.text"
-msgid "Position the cursor where you want to insert the program code."
-msgstr ""
+msgid "Date"
+msgstr "თარიღი"
-#: 01030200.xhp
+#: 03030203.xhp
msgctxt ""
-"01030200.xhp\n"
-"par_id3149565\n"
-"24\n"
+"03030203.xhp\n"
+"hd_id3147229\n"
+"7\n"
"help.text"
-msgid "Click the <emph>Insert Source Text</emph> icon in the Macro toolbar."
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 01030200.xhp
+#: 03030203.xhp
msgctxt ""
-"01030200.xhp\n"
-"par_id3154020\n"
-"33\n"
+"03030203.xhp\n"
+"par_id3150870\n"
+"9\n"
"help.text"
-msgid "Select the text file containing the source code and click <emph>OK</emph>."
+msgid "MsgBox \"It is now \" & Now"
msgstr ""
-#: 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>"
-
-#: 03102000.xhp
+#: 03030204.xhp
msgctxt ""
-"03102000.xhp\n"
+"03030204.xhp\n"
"tit\n"
"help.text"
-msgid "DefVar Statement [Runtime]"
-msgstr ""
+msgid "Second Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03102000.xhp
+#: 03030204.xhp
msgctxt ""
-"03102000.xhp\n"
-"bm_id3143267\n"
+"03030204.xhp\n"
+"bm_id3153346\n"
"help.text"
-msgid "<bookmark_value>DefVar statement</bookmark_value>"
-msgstr "<bookmark_value>DefCur განცხადება</bookmark_value>"
+msgid "<bookmark_value>Second function</bookmark_value>"
+msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
-#: 03102000.xhp
-#, fuzzy
+#: 03030204.xhp
msgctxt ""
-"03102000.xhp\n"
-"hd_id3143267\n"
+"03030204.xhp\n"
+"hd_id3153346\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>"
+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>"
-#: 03102000.xhp
+#: 03030204.xhp
msgctxt ""
-"03102000.xhp\n"
-"par_id3153825\n"
+"03030204.xhp\n"
+"par_id3156023\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."
+msgid "Returns an integer that represents the seconds of the serial time number that is generated by the TimeSerial or the TimeValue function."
msgstr ""
-#: 03102000.xhp
+#: 03030204.xhp
msgctxt ""
-"03102000.xhp\n"
-"hd_id3154143\n"
+"03030204.xhp\n"
+"hd_id3147264\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03102000.xhp
+#: 03030204.xhp
msgctxt ""
-"03102000.xhp\n"
-"par_id3149514\n"
+"03030204.xhp\n"
+"par_id3146795\n"
"4\n"
"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgid "Second (Number)"
msgstr ""
-#: 03102000.xhp
+#: 03030204.xhp
msgctxt ""
-"03102000.xhp\n"
-"hd_id3156024\n"
+"03030204.xhp\n"
+"hd_id3150792\n"
"5\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03102000.xhp
+#: 03030204.xhp
msgctxt ""
-"03102000.xhp\n"
-"par_id3147560\n"
+"03030204.xhp\n"
+"par_id3154140\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."
+msgid "Integer"
msgstr ""
-#: 03102000.xhp
+#: 03030204.xhp
msgctxt ""
-"03102000.xhp\n"
-"par_id3148552\n"
+"03030204.xhp\n"
+"hd_id3156280\n"
"7\n"
"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgid "Parameters:"
msgstr ""
-#: 03102000.xhp
+#: 03030204.xhp
msgctxt ""
-"03102000.xhp\n"
-"par_id3153524\n"
+"03030204.xhp\n"
+"par_id3154124\n"
"8\n"
"help.text"
-msgid "<emph>Keyword: </emph>Default variable type"
+msgid "<emph>Number:</emph> Numeric expression that contains the serial time number that is used to calculate the number of seconds."
msgstr ""
-#: 03102000.xhp
+#: 03030204.xhp
msgctxt ""
-"03102000.xhp\n"
-"par_id3150767\n"
+"03030204.xhp\n"
+"par_id3125864\n"
"9\n"
"help.text"
-msgid "<emph>DefVar:</emph> Variant"
-msgstr "<emph>DefStr:</emph> სტრინგი"
+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 ""
-#: 03102000.xhp
+#: 03030204.xhp
msgctxt ""
-"03102000.xhp\n"
-"hd_id3151041\n"
+"03030204.xhp\n"
+"par_id3153951\n"
"10\n"
"help.text"
-msgid "Example:"
+msgid "Print Second(TimeSerial(12,30,41))"
msgstr ""
-#: 03102000.xhp
+#: 03030204.xhp
msgctxt ""
-"03102000.xhp\n"
-"par_id3156214\n"
+"03030204.xhp\n"
+"par_id3151117\n"
"11\n"
"help.text"
-msgid "' Prefix definitions for variable types:"
+msgid "returns the value 41."
msgstr ""
-#: 03102000.xhp
+#: 03030204.xhp
msgctxt ""
-"03102000.xhp\n"
-"par_id3154012\n"
-"21\n"
+"03030204.xhp\n"
+"hd_id3147426\n"
+"12\n"
"help.text"
-msgid "vDiv=99 ' vDiv is an implicit variant"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03102000.xhp
+#: 03030204.xhp
msgctxt ""
-"03102000.xhp\n"
-"par_id3146121\n"
-"22\n"
+"03030204.xhp\n"
+"par_id3156441\n"
+"14\n"
"help.text"
-msgid "vDiv=\"Hello world\""
+msgid "MsgBox \"The exact second of the current time is \"& Second( Now )"
msgstr ""
-#: 00000003.xhp
+#: 03030205.xhp
msgctxt ""
-"00000003.xhp\n"
+"03030205.xhp\n"
"tit\n"
"help.text"
-msgid "Information"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"hd_id3148550\n"
-"1\n"
-"help.text"
-msgid "Information"
-msgstr ""
+msgid "TimeSerial Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 00000003.xhp
+#: 03030205.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3153381\n"
-"102\n"
+"03030205.xhp\n"
+"bm_id3143271\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 ""
+msgid "<bookmark_value>TimeSerial function</bookmark_value>"
+msgstr "<bookmark_value>Trim ფუნქცია</bookmark_value>"
-#: 00000003.xhp
+#: 03030205.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3150870\n"
-"103\n"
+"03030205.xhp\n"
+"hd_id3143271\n"
+"1\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 ""
+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>"
-#: 00000003.xhp
+#: 03030205.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3156424\n"
+"03030205.xhp\n"
+"par_id3156344\n"
"2\n"
"help.text"
-msgid "The color values of the 16 basic colors are as follows:"
-msgstr ""
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_id3153091\n"
-"3\n"
-"help.text"
-msgid "<emph>Color Value</emph>"
+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 ""
-#: 00000003.xhp
+#: 03030205.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3154319\n"
+"03030205.xhp\n"
+"hd_id3146794\n"
"4\n"
"help.text"
-msgid "<emph>Color Name</emph>"
+msgid "Syntax:"
msgstr ""
-#: 00000003.xhp
+#: 03030205.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3151112\n"
+"03030205.xhp\n"
+"par_id3150792\n"
"5\n"
"help.text"
-msgid "0"
+msgid "TimeSerial (hour, minute, second)"
msgstr ""
-#: 00000003.xhp
+#: 03030205.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3155854\n"
+"03030205.xhp\n"
+"hd_id3148797\n"
"6\n"
"help.text"
-msgid "Black"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 00000003.xhp
+#: 03030205.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3154942\n"
+"03030205.xhp\n"
+"par_id3154908\n"
"7\n"
"help.text"
-msgid "128"
-msgstr ""
+msgid "Date"
+msgstr "თარიღი"
-#: 00000003.xhp
+#: 03030205.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3154731\n"
+"03030205.xhp\n"
+"hd_id3154124\n"
"8\n"
"help.text"
-msgid "Blue"
-msgstr "ცისფერი"
+msgid "Parameters:"
+msgstr ""
-#: 00000003.xhp
+#: 03030205.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3145645\n"
+"03030205.xhp\n"
+"par_id3153193\n"
"9\n"
"help.text"
-msgid "32768"
+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 ""
-#: 00000003.xhp
+#: 03030205.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3149400\n"
+"03030205.xhp\n"
+"par_id3159252\n"
"10\n"
"help.text"
-msgid "Green"
-msgstr "მწვანე"
+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 ""
-#: 00000003.xhp
+#: 03030205.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3150753\n"
+"03030205.xhp\n"
+"par_id3161831\n"
"11\n"
"help.text"
-msgid "32896"
+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 ""
-#: 00000003.xhp
+#: 03030205.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3153765\n"
+"03030205.xhp\n"
+"par_id3155854\n"
"12\n"
"help.text"
-msgid "Cyan"
-msgstr "ციანი"
+msgid "<emph>Examples:</emph>"
+msgstr "<emph>სახელი</emph>"
-#: 00000003.xhp
+#: 03030205.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3154756\n"
+"03030205.xhp\n"
+"par_id3153952\n"
"13\n"
"help.text"
-msgid "8388608"
+msgid "12, -5, 45 corresponds to 11, 55, 45"
msgstr ""
-#: 00000003.xhp
+#: 03030205.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3159266\n"
+"03030205.xhp\n"
+"par_id3147349\n"
"14\n"
"help.text"
-msgid "Red"
-msgstr "წითელი"
+msgid "12, 61, 45 corresponds to 13, 2, 45"
+msgstr ""
-#: 00000003.xhp
+#: 03030205.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3163807\n"
+"03030205.xhp\n"
+"par_id3147426\n"
"15\n"
"help.text"
-msgid "8388736"
+msgid "12, 20, -2 corresponds to 12, 19, 58"
msgstr ""
-#: 00000003.xhp
+#: 03030205.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3145150\n"
+"03030205.xhp\n"
+"par_id3153365\n"
"16\n"
"help.text"
-msgid "Magenta"
-msgstr "მაგენტა"
+msgid "12, 20, 63 corresponds to 12, 21, 4"
+msgstr ""
-#: 00000003.xhp
+#: 03030205.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3147002\n"
+"03030205.xhp\n"
+"par_id3146985\n"
"17\n"
"help.text"
-msgid "8421376"
+msgid "You can use the TimeSerial function to convert any time into a single value that you can use to calculate time differences."
msgstr ""
-#: 00000003.xhp
+#: 03030205.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3152778\n"
+"03030205.xhp\n"
+"par_id3155308\n"
"18\n"
"help.text"
-msgid "Yellow"
-msgstr "ყვითელი"
+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 ""
-#: 00000003.xhp
+#: 03030205.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3150088\n"
+"03030205.xhp\n"
+"par_id3149482\n"
"19\n"
"help.text"
-msgid "8421504"
+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 ""
-#: 00000003.xhp
+#: 03030205.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3159239\n"
+"03030205.xhp\n"
+"hd_id3154790\n"
"20\n"
"help.text"
-msgid "White"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 00000003.xhp
+#: 03030205.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3150206\n"
-"21\n"
+"03030205.xhp\n"
+"par_id3155600\n"
+"25\n"
"help.text"
-msgid "12632256"
+msgid "MsgBox dDate,64,\"Time as a number\""
msgstr ""
-#: 00000003.xhp
+#: 03030205.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3149817\n"
-"22\n"
+"03030205.xhp\n"
+"par_id3153417\n"
+"26\n"
"help.text"
-msgid "Gray"
+msgid "MsgBox sDate,64,\"Formatted time\""
msgstr ""
-#: 00000003.xhp
+#: 03030206.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3150363\n"
-"23\n"
+"03030206.xhp\n"
+"tit\n"
"help.text"
-msgid "255"
-msgstr ""
+msgid "TimeValue Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 00000003.xhp
+#: 03030206.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3154576\n"
-"24\n"
+"03030206.xhp\n"
+"bm_id3149670\n"
"help.text"
-msgid "Light blue"
-msgstr ""
+msgid "<bookmark_value>TimeValue function</bookmark_value>"
+msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
-#: 00000003.xhp
+#: 03030206.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3150367\n"
-"25\n"
+"03030206.xhp\n"
+"hd_id3149670\n"
+"1\n"
"help.text"
-msgid "65280"
-msgstr ""
+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>"
-#: 00000003.xhp
+#: 03030206.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3150202\n"
-"26\n"
+"03030206.xhp\n"
+"par_id3153361\n"
+"2\n"
"help.text"
-msgid "Light green"
+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 ""
-#: 00000003.xhp
+#: 03030206.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3154487\n"
-"27\n"
+"03030206.xhp\n"
+"hd_id3154138\n"
+"3\n"
"help.text"
-msgid "65535"
+msgid "Syntax:"
msgstr ""
-#: 00000003.xhp
+#: 03030206.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3151332\n"
-"28\n"
+"03030206.xhp\n"
+"par_id3156282\n"
+"4\n"
"help.text"
-msgid "Light cyan"
-msgstr ""
+msgid "TimeValue (Text As String)"
+msgstr "Val (ტექსტი როგორც სტრიქონი)"
-#: 00000003.xhp
+#: 03030206.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3148702\n"
-"29\n"
+"03030206.xhp\n"
+"hd_id3153969\n"
+"5\n"
"help.text"
-msgid "16711680"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 00000003.xhp
+#: 03030206.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3153067\n"
-"30\n"
+"03030206.xhp\n"
+"par_id3156424\n"
+"6\n"
"help.text"
-msgid "Light red"
-msgstr ""
+msgid "Date"
+msgstr "თარიღი"
-#: 00000003.xhp
+#: 03030206.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3153912\n"
-"31\n"
+"03030206.xhp\n"
+"hd_id3145172\n"
+"7\n"
"help.text"
-msgid "16711935"
+msgid "Parameters:"
msgstr ""
-#: 00000003.xhp
+#: 03030206.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3159097\n"
-"32\n"
+"03030206.xhp\n"
+"par_id3145786\n"
+"8\n"
"help.text"
-msgid "Light magenta"
+msgid "<emph>Text:</emph> Any string expression that contains the time that you want to calculate in the format \"HH:MM:SS\"."
msgstr ""
-#: 00000003.xhp
+#: 03030206.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3155266\n"
-"33\n"
+"03030206.xhp\n"
+"par_id3152578\n"
+"9\n"
"help.text"
-msgid "16776960"
+msgid "Use the TimeValue function to convert any time into a single value, so that you can calculate time differences."
msgstr ""
-#: 00000003.xhp
+#: 03030206.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3157978\n"
-"34\n"
+"03030206.xhp\n"
+"par_id3163710\n"
+"10\n"
"help.text"
-msgid "Light yellow"
+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 ""
-#: 00000003.xhp
+#: 03030206.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3153286\n"
-"35\n"
+"03030206.xhp\n"
+"par_id3151117\n"
+"11\n"
"help.text"
-msgid "16777215"
+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 ""
-#: 00000003.xhp
+#: 03030206.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3151302\n"
-"36\n"
+"03030206.xhp\n"
+"par_id3147426\n"
+"12\n"
"help.text"
-msgid "Transparent white"
+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 ""
-#: 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>"
-
-#: 00000003.xhp
-#, fuzzy
+#: 03030206.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id315509599\n"
+"03030206.xhp\n"
+"hd_id3145271\n"
+"13\n"
"help.text"
-msgid "<variable id=\"err1\">1 An exception occurred</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 00000003.xhp
-#, fuzzy
+#: 03030206.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3155095\n"
-"38\n"
+"03030206.xhp\n"
+"par_id3149378\n"
+"33\n"
"help.text"
-msgid "<variable id=\"err2\">2 Syntax error</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "a1 = \"start time\""
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030206.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3149126\n"
-"39\n"
+"03030206.xhp\n"
+"par_id3145800\n"
+"34\n"
"help.text"
-msgid "<variable id=\"err3\">3 Return without Gosub</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "b1 = \"end time\""
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030206.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3153976\n"
-"40\n"
+"03030206.xhp\n"
+"par_id3151074\n"
+"35\n"
"help.text"
-msgid "<variable id=\"err4\">4 Incorrect entry; please retry</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "c1 = \"total time\""
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030300.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3150891\n"
-"41\n"
+"03030300.xhp\n"
+"tit\n"
"help.text"
-msgid "<variable id=\"err5\">5 Invalid procedure call</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "System Date and Time"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030300.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3159227\n"
-"42\n"
+"03030300.xhp\n"
+"hd_id3154923\n"
+"1\n"
"help.text"
-msgid "<variable id=\"err6\">6 Overflow</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "<link href=\"text/sbasic/shared/03030300.xhp\" name=\"System Date and Time\">System Date and Time</link>"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030300.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3154649\n"
-"43\n"
+"03030300.xhp\n"
+"par_id3149457\n"
+"2\n"
"help.text"
-msgid "<variable id=\"err7\">7 Not enough memory</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+msgid "The following functions and statements set or return the system date and time."
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030301.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3150050\n"
-"44\n"
+"03030301.xhp\n"
+"tit\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>"
+msgid "Date Statement [Runtime]"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030301.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3148900\n"
-"45\n"
+"03030301.xhp\n"
+"bm_id3156027\n"
"help.text"
-msgid "<variable id=\"err9\">9 Index out of defined range</variable>"
-msgstr "<variable id=\"dbrbf\">არჩევა <emph>მონაცემები - არიალის განსაზღვრა</emph></variable>"
+msgid "<bookmark_value>Date statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 00000003.xhp
-#, fuzzy
+#: 03030301.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3153806\n"
-"46\n"
+"03030301.xhp\n"
+"hd_id3156027\n"
+"1\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>"
+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>"
-#: 00000003.xhp
-#, fuzzy
+#: 03030301.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3146963\n"
-"47\n"
+"03030301.xhp\n"
+"par_id3147291\n"
+"2\n"
"help.text"
-msgid "<variable id=\"err11\">11 Division by zero</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "Returns the current system date as a string, or resets the date. The date format depends on your local system settings."
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030301.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3153013\n"
-"48\n"
+"03030301.xhp\n"
+"hd_id3148686\n"
+"3\n"
"help.text"
-msgid "<variable id=\"err12\">12 Variable not defined</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "Syntax:"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030301.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3155593\n"
-"49\n"
+"03030301.xhp\n"
+"par_id3146794\n"
+"4\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>"
+msgid "Date ; Date = Text As String"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030301.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3151197\n"
-"50\n"
+"03030301.xhp\n"
+"hd_id3154347\n"
+"5\n"
"help.text"
-msgid "<variable id=\"err14\">14 Invalid parameter</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "Parameters:"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030301.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3154710\n"
-"51\n"
+"03030301.xhp\n"
+"par_id3145069\n"
+"6\n"
"help.text"
-msgid "<variable id=\"err18\">18 Process interrupted by user</variable>"
-msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
+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 ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030301.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3147504\n"
-"52\n"
+"03030301.xhp\n"
+"hd_id3150793\n"
+"7\n"
"help.text"
-msgid "<variable id=\"err20\">20 Resume without error</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 00000003.xhp
-#, fuzzy
+#: 03030301.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3145319\n"
-"53\n"
+"03030301.xhp\n"
+"par_id3156424\n"
+"9\n"
"help.text"
-msgid "<variable id=\"err28\">28 Not enough stack memory</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+msgid "MsgBox \"The date is \" & Date"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030302.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3146110\n"
-"54\n"
+"03030302.xhp\n"
+"tit\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>"
+msgid "Time Statement [Runtime]"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030302.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3147246\n"
-"55\n"
+"03030302.xhp\n"
+"bm_id3145090\n"
"help.text"
-msgid "<variable id=\"err48\">48 Error loading DLL file</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+msgid "<bookmark_value>Time statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 00000003.xhp
-#, fuzzy
+#: 03030302.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3146101\n"
-"56\n"
+"03030302.xhp\n"
+"hd_id3145090\n"
+"1\n"
"help.text"
-msgid "<variable id=\"err49\">49 Wrong DLL call convention</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგრეთვე შემდეგი ფუნქციები: </variable>"
+msgid "<link href=\"text/sbasic/shared/03030302.xhp\">Time Statement [Runtime]</link>"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030302.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3153957\n"
-"57\n"
+"03030302.xhp\n"
+"par_id3150984\n"
+"2\n"
"help.text"
-msgid "<variable id=\"err51\">51 Internal error</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "This function returns the current system time as a string in the format \"HH:MM:SS\"."
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030302.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3154404\n"
-"58\n"
+"03030302.xhp\n"
+"hd_id3154346\n"
+"3\n"
"help.text"
-msgid "<variable id=\"err52\">52 Invalid file name or file number</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "Syntax:"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030302.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3151338\n"
-"59\n"
+"03030302.xhp\n"
+"par_id3149670\n"
+"4\n"
"help.text"
-msgid "<variable id=\"err53\">53 File not found</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+msgid "Time"
+msgstr "დრო"
-#: 00000003.xhp
-#, fuzzy
+#: 03030302.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3147298\n"
-"60\n"
+"03030302.xhp\n"
+"hd_id3150792\n"
+"5\n"
"help.text"
-msgid "<variable id=\"err54\">54 Incorrect file mode</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+msgid "Parameters:"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030302.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3148747\n"
-"61\n"
+"03030302.xhp\n"
+"par_id3149656\n"
+"6\n"
"help.text"
-msgid "<variable id=\"err55\">55 File already open</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "<emph>Text:</emph> Any string expression that specifies the new time in the format \"HH:MM:SS\"."
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030302.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3145233\n"
-"62\n"
+"03030302.xhp\n"
+"hd_id3145173\n"
+"7\n"
"help.text"
-msgid "<variable id=\"err57\">57 Device I/O error</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 00000003.xhp
-#, fuzzy
+#: 03030302.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3156399\n"
-"63\n"
+"03030302.xhp\n"
+"par_id3150870\n"
+"9\n"
"help.text"
-msgid "<variable id=\"err58\">58 File already exists</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "MsgBox Time,0,\"The time is\""
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030303.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3149324\n"
-"64\n"
+"03030303.xhp\n"
+"tit\n"
"help.text"
-msgid "<variable id=\"err59\">59 Incorrect record length</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+msgid "Timer Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 00000003.xhp
-#, fuzzy
+#: 03030303.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3147409\n"
-"65\n"
+"03030303.xhp\n"
+"bm_id3149346\n"
"help.text"
-msgid "<variable id=\"err61\">61 Disk or hard drive full</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "<bookmark_value>Timer function</bookmark_value>"
+msgstr "<bookmark_value>Trim ფუნქცია</bookmark_value>"
-#: 00000003.xhp
-#, fuzzy
+#: 03030303.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3149146\n"
-"66\n"
+"03030303.xhp\n"
+"hd_id3149346\n"
+"1\n"
"help.text"
-msgid "<variable id=\"err62\">62 Reading exceeds EOF</variable>"
-msgstr "<variable id=\"alt_warning\">გავრთხილების ხატულა </variable>"
+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>"
-#: 00000003.xhp
-#, fuzzy
+#: 03030303.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3150456\n"
-"67\n"
+"03030303.xhp\n"
+"par_id3156023\n"
+"2\n"
"help.text"
-msgid "<variable id=\"err63\">63 Incorrect record number</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+msgid "Returns a value that specifies the number of seconds that have elapsed since midnight."
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030303.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3146883\n"
-"68\n"
+"03030303.xhp\n"
+"par_id3156212\n"
+"3\n"
"help.text"
-msgid "<variable id=\"err67\">67 Too many files</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+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 ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030303.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3146818\n"
-"69\n"
+"03030303.xhp\n"
+"hd_id3153768\n"
+"4\n"
"help.text"
-msgid "<variable id=\"err68\">68 Device not available</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "Syntax:"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030303.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3145225\n"
-"70\n"
+"03030303.xhp\n"
+"par_id3161831\n"
+"5\n"
"help.text"
-msgid "<variable id=\"err70\">70 Access denied</variable>"
-msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
+msgid "Timer"
+msgstr "დრო"
-#: 00000003.xhp
-#, fuzzy
+#: 03030303.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3150372\n"
-"71\n"
+"03030303.xhp\n"
+"hd_id3146975\n"
+"6\n"
"help.text"
-msgid "<variable id=\"err71\">71 Disk not ready</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 00000003.xhp
-#, fuzzy
+#: 03030303.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3148894\n"
-"72\n"
+"03030303.xhp\n"
+"par_id3146984\n"
+"7\n"
"help.text"
-msgid "<variable id=\"err73\">73 Not implemented</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+msgid "Date"
+msgstr "თარიღი"
-#: 00000003.xhp
-#, fuzzy
+#: 03030303.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3152981\n"
-"73\n"
+"03030303.xhp\n"
+"hd_id3156442\n"
+"8\n"
"help.text"
-msgid "<variable id=\"err74\">74 Renaming on different drives impossible</variable>"
-msgstr "<variable id=\"moreontop\">მეტი განმარტებისთვის იხილეთ გვერდის დასაწყისი. </variable>"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 00000003.xhp
-#, fuzzy
+#: 03030303.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3149355\n"
-"74\n"
+"03030303.xhp\n"
+"par_id3145748\n"
+"12\n"
"help.text"
-msgid "<variable id=\"err75\">75 Path/file access error</variable>"
-msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
+msgid "MsgBox lSec,0,\"Seconds since midnight\""
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03030303.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3150477\n"
-"75\n"
+"03030303.xhp\n"
+"par_id3156283\n"
+"17\n"
"help.text"
-msgid "<variable id=\"err76\">76 Path not found</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+msgid "MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & Right(\"00\" & lSec , 2) ,0,\"The time is\""
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050000.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3154678\n"
-"76\n"
+"03050000.xhp\n"
+"tit\n"
"help.text"
-msgid "<variable id=\"err91\">91 Object variable not set</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "Error-Handling Functions"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050000.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3149890\n"
-"77\n"
+"03050000.xhp\n"
+"hd_id3143271\n"
+"1\n"
"help.text"
-msgid "<variable id=\"err93\">93 Invalid string pattern</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+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>"
-#: 00000003.xhp
-#, fuzzy
+#: 03050000.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3146942\n"
-"78\n"
+"03050000.xhp\n"
+"par_id3145068\n"
+"2\n"
"help.text"
-msgid "<variable id=\"err94\">94 Use of zero not permitted</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "Use the following statements and functions to define the way $[officename] Basic reacts to run-time errors."
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050000.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31469429\n"
+"03050000.xhp\n"
+"par_id3148946\n"
+"3\n"
"help.text"
-msgid "<variable id=\"err250\">250 DDE Error</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "$[officename] Basic offers several methods to prevent the termination of a program when a run-time error occurs."
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31469428\n"
+"03050100.xhp\n"
+"tit\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>"
+msgid "Erl Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 00000003.xhp
-#, fuzzy
+#: 03050100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31469427\n"
+"03050100.xhp\n"
+"bm_id3157896\n"
"help.text"
-msgid "<variable id=\"err281\">281 No DDE channels available</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+msgid "<bookmark_value>Erl function</bookmark_value>"
+msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
-#: 00000003.xhp
-#, fuzzy
+#: 03050100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31469426\n"
+"03050100.xhp\n"
+"hd_id3157896\n"
+"1\n"
"help.text"
-msgid "<variable id=\"err282\">282 No application responded to DDE connect initiation</variable>"
-msgstr "<variable id=\"moreontop\">მეტი განმარტებისთვის იხილეთ გვერდის დასაწყისი. </variable>"
+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
-#, fuzzy
+#: 03050100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31469425\n"
+"03050100.xhp\n"
+"par_id3153394\n"
+"2\n"
"help.text"
-msgid "<variable id=\"err283\">283 Too many applications responded to DDE connect initiation</variable>"
-msgstr "<variable id=\"moreontop\">მეტი განმარტებისთვის იხილეთ გვერდის დასაწყისი. </variable>"
+msgid "Returns the line number where an error occurred during program execution."
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31469424\n"
+"03050100.xhp\n"
+"hd_id3147574\n"
+"3\n"
"help.text"
-msgid "<variable id=\"err284\">284 DDE channel locked</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "Syntax:"
+msgstr ""
-#: 00000003.xhp
+#: 03050100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31469423\n"
+"03050100.xhp\n"
+"par_id3146795\n"
+"4\n"
"help.text"
-msgid "<variable id=\"err285\">285 External application cannot execute DDE operation</variable>"
+msgid "Erl"
msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31469422\n"
+"03050100.xhp\n"
+"hd_id3147265\n"
+"5\n"
"help.text"
-msgid "<variable id=\"err286\">286 Timeout while waiting for DDE response</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგრეთვე შემდეგი ფუნქციები: </variable>"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 00000003.xhp
+#: 03050100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31469421\n"
+"03050100.xhp\n"
+"par_id3154924\n"
+"6\n"
"help.text"
-msgid "<variable id=\"err287\">287 user pressed ESCAPE during DDE operation</variable>"
+msgid "Integer"
msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31469420\n"
+"03050100.xhp\n"
+"hd_id3150792\n"
+"7\n"
"help.text"
-msgid "<variable id=\"err288\">288 External application busy</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+msgid "Parameters:"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31469419\n"
+"03050100.xhp\n"
+"par_id3153771\n"
+"8\n"
"help.text"
-msgid "<variable id=\"err289\">289 DDE operation without data</variable>"
-msgstr "<variable id=\"alt_icon\">ხატულა </variable>"
+msgid "The Erl function only returns a line number, and not a line label."
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31469418\n"
+"03050100.xhp\n"
+"hd_id3146921\n"
+"9\n"
"help.text"
-msgid "<variable id=\"err290\">290 Data are in wrong format</variable>"
-msgstr "<variable id=\"dbrbf\">არჩევა <emph>მონაცემები - არიალის განსაზღვრა</emph></variable>"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 00000003.xhp
+#: 03050100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31469417\n"
+"03050100.xhp\n"
+"par_id3150010\n"
+"11\n"
"help.text"
-msgid "<variable id=\"err291\">291 External application has been terminated</variable>"
+msgid "On Error GoTo ErrorHandler ' Set up error handler"
msgstr ""
-#: 00000003.xhp
+#: 03050100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31469416\n"
+"03050100.xhp\n"
+"par_id3153188\n"
+"14\n"
"help.text"
-msgid "<variable id=\"err292\">292 DDE connection interrupted or modified</variable>"
+msgid "' Error caused by non-existent file"
msgstr ""
-#: 00000003.xhp
+#: 03050100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31469415\n"
+"03050100.xhp\n"
+"par_id3155416\n"
+"21\n"
"help.text"
-msgid "<variable id=\"err293\">293 DDE method invoked with no channel open</variable>"
+msgid "MsgBox \"Error \" & err & \": \" & Error$ + chr(13) + \"In Line : \" + Erl + chr(13) + Now , 16 ,\"An error occurred\""
msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050200.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31469414\n"
+"03050200.xhp\n"
+"tit\n"
"help.text"
-msgid "<variable id=\"err294\">294 Invalid DDE link format</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "Err Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 00000003.xhp
-#, fuzzy
+#: 03050200.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31469413\n"
+"03050200.xhp\n"
+"bm_id3156343\n"
"help.text"
-msgid "<variable id=\"err295\">295 DDE message has been lost</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "<bookmark_value>Err function</bookmark_value>"
+msgstr "<bookmark_value>CVErr ფუნქცია</bookmark_value>"
-#: 00000003.xhp
-#, fuzzy
+#: 03050200.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31469412\n"
+"03050200.xhp\n"
+"hd_id3156343\n"
+"1\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>"
+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>"
-#: 00000003.xhp
+#: 03050200.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31469411\n"
+"03050200.xhp\n"
+"par_id3150541\n"
+"2\n"
"help.text"
-msgid "<variable id=\"err297\">297 Link mode cannot be set due to invalid link topic</variable>"
+msgid "Returns an error code that identifies the error that occurred during program execution."
msgstr ""
-#: 00000003.xhp
+#: 03050200.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31469410\n"
+"03050200.xhp\n"
+"hd_id3149656\n"
+"3\n"
"help.text"
-msgid "<variable id=\"err298\">298 DDE requires the DDEML.DLL file</variable>"
+msgid "Syntax:"
msgstr ""
-#: 00000003.xhp
+#: 03050200.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3150028\n"
-"79\n"
+"03050200.xhp\n"
+"par_id3154123\n"
+"4\n"
"help.text"
-msgid "<variable id=\"err323\">323 Module cannot be loaded; invalid format</variable>"
+msgid "Err"
msgstr ""
-#: 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>"
-
-#: 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>"
-
-#: 00000003.xhp
-#, fuzzy
+#: 03050200.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3144744\n"
-"82\n"
+"03050200.xhp\n"
+"hd_id3147229\n"
+"5\n"
"help.text"
-msgid "<variable id=\"err380\">380 Incorrect property value</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 00000003.xhp
-#, fuzzy
+#: 03050200.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3147420\n"
-"83\n"
+"03050200.xhp\n"
+"par_id3150869\n"
+"6\n"
"help.text"
-msgid "<variable id=\"err382\">382 This property is read-only</variable>"
-msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
+msgid "Integer"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050200.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3147472\n"
-"84\n"
+"03050200.xhp\n"
+"hd_id3153193\n"
+"7\n"
"help.text"
-msgid "<variable id=\"err394\">394 This property is write-only</variable>"
-msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
+msgid "Parameters:"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050200.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3148583\n"
-"85\n"
+"03050200.xhp\n"
+"par_id3149561\n"
+"8\n"
"help.text"
-msgid "<variable id=\"err420\">420 Invalid object reference</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "The Err function is used in error-handling routines to determine the error and the corrective action."
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050200.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3153329\n"
-"86\n"
+"03050200.xhp\n"
+"hd_id3147317\n"
+"9\n"
"help.text"
-msgid "<variable id=\"err423\">423 Property or method not found</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 00000003.xhp
-#, fuzzy
+#: 03050200.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3148738\n"
-"87\n"
+"03050200.xhp\n"
+"par_id3147426\n"
+"11\n"
"help.text"
-msgid "<variable id=\"err424\">424 Object required</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+msgid "On Error Goto ErrorHandler REM Set up error handler"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050200.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3159084\n"
-"88\n"
+"03050200.xhp\n"
+"par_id3149481\n"
+"14\n"
"help.text"
-msgid "<variable id=\"err425\">425 Invalid use of an object</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "REM Error occurs due to non-existent file"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050200.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3146806\n"
-"89\n"
+"03050200.xhp\n"
+"par_id3145646\n"
+"21\n"
"help.text"
-msgid "<variable id=\"err430\">430 OLE Automation is not supported by this object</variable>"
-msgstr "<variable id=\"eintraege\">განსაზღვრეთ ჩანაწერების ფორმატი ობიექტების ცხრილში.</variable>"
+msgid "MsgBox \"Error \" & Err & \": \" & Error$ + chr(13) + \"At line : \" + Erl + chr(13) + Now , 16 ,\"an error occurred\""
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050300.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3146130\n"
-"90\n"
+"03050300.xhp\n"
+"tit\n"
"help.text"
-msgid "<variable id=\"err438\">438 This property or method is not supported by the object</variable>"
-msgstr "<variable id=\"eintraege\">განსაზღვრეთ ჩანაწერების ფორმატი ობიექტების ცხრილში.</variable>"
+msgid "Error Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 00000003.xhp
-#, fuzzy
+#: 03050300.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3154374\n"
-"91\n"
+"03050300.xhp\n"
+"bm_id3159413\n"
"help.text"
-msgid "<variable id=\"err440\">440 OLE automation error</variable>"
-msgstr "<variable id=\"alt_icon\">ხატულა </variable>"
+msgid "<bookmark_value>Error function</bookmark_value>"
+msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
-#: 00000003.xhp
-#, fuzzy
+#: 03050300.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3149685\n"
-"92\n"
+"03050300.xhp\n"
+"hd_id3159413\n"
+"1\n"
"help.text"
-msgid "<variable id=\"err445\">445 This action is not supported by given object</variable>"
-msgstr "<variable id=\"eintraege\">განსაზღვრეთ ჩანაწერების ფორმატი ობიექტების ცხრილში.</variable>"
+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>"
-#: 00000003.xhp
+#: 03050300.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3150282\n"
-"93\n"
+"03050300.xhp\n"
+"par_id3148663\n"
+"2\n"
"help.text"
-msgid "<variable id=\"err446\">446 Named arguments are not supported by given object</variable>"
+msgid "Returns the error message that corresponds to a given error code."
msgstr ""
-#: 00000003.xhp
+#: 03050300.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3150142\n"
-"94\n"
+"03050300.xhp\n"
+"hd_id3153379\n"
+"3\n"
"help.text"
-msgid "<variable id=\"err447\">447 The current locale setting is not supported by the given object</variable>"
+msgid "Syntax:"
msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050300.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3152771\n"
-"95\n"
+"03050300.xhp\n"
+"par_id3154366\n"
+"4\n"
"help.text"
-msgid "<variable id=\"err448\">448 Named argument not found</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+msgid "Error (Expression)"
+msgstr "Str (გამოსახულება)"
-#: 00000003.xhp
-#, fuzzy
+#: 03050300.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3145145\n"
-"96\n"
+"03050300.xhp\n"
+"hd_id3145173\n"
+"5\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>"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 00000003.xhp
-#, fuzzy
+#: 03050300.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3154399\n"
-"97\n"
+"03050300.xhp\n"
+"par_id3154125\n"
+"6\n"
"help.text"
-msgid "<variable id=\"err450\">450 Invalid number of arguments</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგრეთვე შემდეგი ფუნქციები: </variable>"
+msgid "String"
+msgstr "სტრიქონები"
-#: 00000003.xhp
-#, fuzzy
+#: 03050300.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3146137\n"
-"98\n"
+"03050300.xhp\n"
+"hd_id3150869\n"
+"7\n"
"help.text"
-msgid "<variable id=\"err451\">451 Object is not a list</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "Parameters:"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050300.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3149507\n"
-"99\n"
+"03050300.xhp\n"
+"par_id3153193\n"
+"8\n"
"help.text"
-msgid "<variable id=\"err452\">452 Invalid ordinal number</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "<emph>Expression:</emph> Any numeric expression that contains the error code of the error message that you want to return."
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050300.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3154566\n"
-"100\n"
+"03050300.xhp\n"
+"par_id3159254\n"
+"9\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>"
+msgid "If no parameters are passed, the Error function returns the error message of the most recent error that occurred during program execution."
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050500.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id3145595\n"
-"101\n"
+"03050500.xhp\n"
+"tit\n"
"help.text"
-msgid "<variable id=\"err460\">460 Invalid clipboard format</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "On Error GoTo ... Resume Statement [Runtime]"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050500.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455951\n"
+"03050500.xhp\n"
+"bm_id3146795\n"
"help.text"
-msgid "<variable id=\"err951\">951 Unexpected symbol:</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "<bookmark_value>Resume Next parameter</bookmark_value><bookmark_value>On Error GoTo ... Resume statement</bookmark_value>"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050500.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455952\n"
+"03050500.xhp\n"
+"hd_id3146795\n"
+"1\n"
"help.text"
-msgid "<variable id=\"err952\">952 Expected:</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+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>"
-#: 00000003.xhp
-#, fuzzy
+#: 03050500.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455953\n"
+"03050500.xhp\n"
+"par_id3150358\n"
+"2\n"
"help.text"
-msgid "<variable id=\"err953\">953 Symbol expected</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "Enables an error-handling routine after an error occurs, or resumes program execution."
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050500.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455954\n"
+"03050500.xhp\n"
+"hd_id3151212\n"
+"3\n"
"help.text"
-msgid "<variable id=\"err954\">954 Variable expected</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "Syntax:"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050500.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455955\n"
+"03050500.xhp\n"
+"par_id3145173\n"
+"4\n"
"help.text"
-msgid "<variable id=\"err955\">955 Label expected</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "On {[Local] Error GoTo Labelname | GoTo 0 | Resume Next}"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050500.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455956\n"
+"03050500.xhp\n"
+"hd_id3154125\n"
+"5\n"
"help.text"
-msgid "<variable id=\"err956\">956 Value cannot be applied</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "Parameters:"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050500.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455957\n"
+"03050500.xhp\n"
+"par_id3150869\n"
+"7\n"
"help.text"
-msgid "<variable id=\"err957\">957 Variable already defined</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "<emph>GoTo Labelname:</emph> If an error occurs, enables the error-handling routine that starts at the line \"Labelname\"."
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050500.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455958\n"
+"03050500.xhp\n"
+"par_id3150439\n"
+"8\n"
"help.text"
-msgid "<variable id=\"err958\">958 Sub procedure or function procedure already defined</variable>"
-msgstr "<variable id=\"wahr\">თუ მოხდა შეცდომა, ფუნქცია დააბრუნებს ლოგიკურ ან ციფრულ მნიშვნელობას. </variable>"
+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 ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050500.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455959\n"
+"03050500.xhp\n"
+"par_id3149482\n"
+"9\n"
"help.text"
-msgid "<variable id=\"err959\">959 Label already defined</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "<emph>GoTo 0:</emph> Disables the error handler in the current procedure."
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050500.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455960\n"
+"03050500.xhp\n"
+"par_id3149483\n"
+"9\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>"
+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 ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050500.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455961\n"
+"03050500.xhp\n"
+"par_id3148619\n"
+"10\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>"
+msgid "The On Error GoTo statement is used to react to errors that occur in a macro."
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050500.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455962\n"
+"03050500.xhp\n"
+"hd_id3146985\n"
+"11\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>"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 00000003.xhp
-#, fuzzy
+#: 03050500.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455963\n"
+"03050500.xhp\n"
+"par_id3153876\n"
+"52\n"
"help.text"
-msgid "<variable id=\"err963\">963 Label undefined</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "Print #iNumber, \"This is a line of text\""
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03050500.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455964\n"
+"03050500.xhp\n"
+"par_id3146916\n"
+"67\n"
"help.text"
-msgid "<variable id=\"err964\">964 Unknown data type</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+msgid "MsgBox \"All files will be closed\",0,\"Error\""
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03060000.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455965\n"
+"03060000.xhp\n"
+"tit\n"
"help.text"
-msgid "<variable id=\"err965\">965 Exit expected</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+msgid "Logical Operators"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03060000.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455966\n"
+"03060000.xhp\n"
+"hd_id3147559\n"
+"1\n"
"help.text"
-msgid "<variable id=\"err966\">966 Statement block still open: missing</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგრეთვე შემდეგი ფუნქციები: </variable>"
+msgid "<link href=\"text/sbasic/shared/03060000.xhp\" name=\"Logical Operators\">Logical Operators</link>"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03060000.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455967\n"
+"03060000.xhp\n"
+"par_id3153379\n"
+"2\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>"
+msgid "The following logical operators are supported by $[officename] Basic."
+msgstr ""
-#: 00000003.xhp
+#: 03060000.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455968\n"
+"03060000.xhp\n"
+"par_id3154138\n"
+"3\n"
"help.text"
-msgid "<variable id=\"err968\">968 Symbol already defined differently</variable>"
+msgid "Logical operators combine (bitwise) the contents of two expressions or variables, for example, to test if specific bits are set or not."
msgstr ""
-#: 00000003.xhp
+#: 03060100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455969\n"
+"03060100.xhp\n"
+"tit\n"
"help.text"
-msgid "<variable id=\"err969\">969 Parameters do not correspond to procedure</variable>"
+msgid "AND Operator [Runtime]"
msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03060100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455970\n"
+"03060100.xhp\n"
+"bm_id3146117\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>"
+msgid "<bookmark_value>AND operator (logical)</bookmark_value>"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03060100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455971\n"
+"03060100.xhp\n"
+"hd_id3146117\n"
+"1\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>"
+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>"
-#: 00000003.xhp
-#, fuzzy
+#: 03060100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455972\n"
+"03060100.xhp\n"
+"par_id3143268\n"
+"2\n"
"help.text"
-msgid "<variable id=\"err972\">972 Else/Endif without If</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "Logically combines two expressions."
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03060100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455973\n"
+"03060100.xhp\n"
+"hd_id3147574\n"
+"3\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>"
+msgid "Syntax:"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03060100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455974\n"
+"03060100.xhp\n"
+"par_id3156344\n"
+"4\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>"
+msgid "Result = Expression1 And Expression2"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03060100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455975\n"
+"03060100.xhp\n"
+"hd_id3148946\n"
+"5\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>"
+msgid "Parameters:"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03060100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455976\n"
+"03060100.xhp\n"
+"par_id3149457\n"
+"6\n"
"help.text"
-msgid "<variable id=\"err976\">976 Unknown option:</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+msgid "<emph>Result:</emph> Any numeric variable that records the result of the combination."
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03060100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455977\n"
+"03060100.xhp\n"
+"par_id3150541\n"
+"7\n"
"help.text"
-msgid "<variable id=\"err977\">977 Constant redefined</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to combine."
+msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-#: 00000003.xhp
-#, fuzzy
+#: 03060100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455978\n"
+"03060100.xhp\n"
+"par_id3156215\n"
+"8\n"
"help.text"
-msgid "<variable id=\"err978\">978 Program too large</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "Boolean expressions combined with AND only return the value <emph>True</emph> if both expressions evaluate to <emph>True</emph>:"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03060100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455979\n"
+"03060100.xhp\n"
+"par_id3150870\n"
+"9\n"
"help.text"
-msgid "<variable id=\"err979\">979 Strings or arrays not permitted</variable>"
-msgstr "<variable id=\"eintraege\">ფორმატის განსაზღვრა ბიბლიოგრაფიული ჩანაწერებისთვის.</variable>"
+msgid "<emph>True</emph> AND <emph>True</emph> returns <emph>True</emph>; for all other combinations the result is <emph>False</emph>."
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03060100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455980\n"
+"03060100.xhp\n"
+"par_id3153768\n"
+"10\n"
"help.text"
-msgid "<variable id=\"err1000\">1000 Object does not have this property</variable>"
-msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
+msgid "The AND operator also performs a bitwise comparison of identically positioned bits in two numeric expressions."
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03060100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455981\n"
+"03060100.xhp\n"
+"hd_id3153727\n"
+"11\n"
"help.text"
-msgid "<variable id=\"err1001\">1001 Object does not have this method</variable>"
-msgstr "<variable id=\"wie\">ამ ბრძანებასთან დაშვებისათვის </variable>"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 00000003.xhp
-#, fuzzy
+#: 03060100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455982\n"
+"03060100.xhp\n"
+"par_id3146984\n"
+"16\n"
"help.text"
-msgid "<variable id=\"err1002\">1002 Required argument lacking</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "vVarOut = A > B And B > C ' returns -1"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03060100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455983\n"
+"03060100.xhp\n"
+"par_id3154014\n"
+"17\n"
"help.text"
-msgid "<variable id=\"err1003\">1003 Invalid number of arguments</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგრეთვე შემდეგი ფუნქციები: </variable>"
+msgid "vVarOut = B > A And B > C ' returns 0"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03060100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455984\n"
+"03060100.xhp\n"
+"par_id3149262\n"
+"18\n"
"help.text"
-msgid "<variable id=\"err1004\">1004 Error executing a method</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "vVarOut = A > B And B > D ' returns 0"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03060100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455985\n"
+"03060100.xhp\n"
+"par_id3145751\n"
+"19\n"
"help.text"
-msgid "<variable id=\"err1005\">1005 Unable to set property</variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "vVarOut = (B > D And B > A) ' returns 0"
+msgstr ""
-#: 00000003.xhp
-#, fuzzy
+#: 03060100.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_id31455986\n"
+"03060100.xhp\n"
+"par_id3147394\n"
+"20\n"
"help.text"
-msgid "<variable id=\"err1006\">1006 Unable to determine property</variable>"
-msgstr "<variable id=\"alt_note\">შენიშვნის ხატულა </variable>"
+msgid "vVarOut = B And A ' returns 8 due to the bitwise And combination of both arguments"
+msgstr ""
-#: 03120306.xhp
+#: 03060200.xhp
msgctxt ""
-"03120306.xhp\n"
+"03060200.xhp\n"
"tit\n"
"help.text"
-msgid "Mid Function, Mid Statement [Runtime]"
+msgid "Eqv Operator [Runtime]"
msgstr ""
-#: 03120306.xhp
+#: 03060200.xhp
msgctxt ""
-"03120306.xhp\n"
-"bm_id3143268\n"
+"03060200.xhp\n"
+"bm_id3156344\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>"
+msgid "<bookmark_value>Eqv operator (logical)</bookmark_value>"
+msgstr ""
-#: 03120306.xhp
-#, fuzzy
+#: 03060200.xhp
msgctxt ""
-"03120306.xhp\n"
-"hd_id3143268\n"
+"03060200.xhp\n"
+"hd_id3156344\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>"
+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>"
-#: 03120306.xhp
+#: 03060200.xhp
msgctxt ""
-"03120306.xhp\n"
-"par_id3148473\n"
+"03060200.xhp\n"
+"par_id3149656\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>)."
+msgid "Calculates the logical equivalence of two expressions."
+msgstr ""
-#: 03120306.xhp
+#: 03060200.xhp
msgctxt ""
-"03120306.xhp\n"
-"hd_id3154285\n"
+"03060200.xhp\n"
+"hd_id3154367\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120306.xhp
+#: 03060200.xhp
msgctxt ""
-"03120306.xhp\n"
-"par_id3147530\n"
+"03060200.xhp\n"
+"par_id3154910\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)"
+msgid "Result = Expression1 Eqv Expression2"
+msgstr ""
-#: 03120306.xhp
+#: 03060200.xhp
msgctxt ""
-"03120306.xhp\n"
-"hd_id3145068\n"
+"03060200.xhp\n"
+"hd_id3151043\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Parameters:"
+msgstr ""
-#: 03120306.xhp
+#: 03060200.xhp
msgctxt ""
-"03120306.xhp\n"
-"par_id3149295\n"
+"03060200.xhp\n"
+"par_id3150869\n"
"6\n"
"help.text"
-msgid "String (only by Function)"
-msgstr "სტრინგი (მხოლოდ ფუნქციით)"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the comparison."
+msgstr ""
-#: 03120306.xhp
+#: 03060200.xhp
msgctxt ""
-"03120306.xhp\n"
-"hd_id3154347\n"
+"03060200.xhp\n"
+"par_id3150448\n"
"7\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to compare."
+msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-#: 03120306.xhp
+#: 03060200.xhp
msgctxt ""
-"03120306.xhp\n"
-"par_id3148664\n"
+"03060200.xhp\n"
+"par_id3149562\n"
"8\n"
"help.text"
-msgid "<emph>Text:</emph> Any string expression that you want to modify."
-msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
+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 ""
-#: 03120306.xhp
+#: 03060200.xhp
msgctxt ""
-"03120306.xhp\n"
-"par_id3150359\n"
+"03060200.xhp\n"
+"par_id3154319\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."
+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 ""
-#: 03120306.xhp
+#: 03060200.xhp
msgctxt ""
-"03120306.xhp\n"
-"par_id3148451\n"
+"03060200.xhp\n"
+"hd_id3159154\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."
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03120306.xhp
+#: 03060200.xhp
msgctxt ""
-"03120306.xhp\n"
-"par_id3125864\n"
-"11\n"
+"03060200.xhp\n"
+"par_id3152462\n"
+"15\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> გამოტოვებულია, სტრინგის გამოსახულებაში ყველა ასო-ნიშანი დაბრუნდება საწყისიდან საბოლოო პოზიციამდე."
+msgid "vOut = A > B Eqv B > C ' returns -1"
+msgstr ""
-#: 03120306.xhp
+#: 03060200.xhp
msgctxt ""
-"03120306.xhp\n"
-"par_id3144762\n"
-"12\n"
+"03060200.xhp\n"
+"par_id3153191\n"
+"16\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> ნაკლებია ჩასანაცვლებელი ტექსტის სიგრძეზე, ტექსტი შემცირდება მითითებულ სიგრძემდე."
+msgid "vOut = B > A Eqv B > C ' returns 0"
+msgstr ""
-#: 03120306.xhp
+#: 03060200.xhp
msgctxt ""
-"03120306.xhp\n"
-"par_id3150769\n"
-"13\n"
+"03060200.xhp\n"
+"par_id3145799\n"
+"17\n"
"help.text"
-msgid "<emph>Text:</emph> The string to replace the string expression (<emph>Mid statement</emph>)."
-msgstr "<emph>ტექსტი:</emph> სტრინგული გამოსახულების ჩასანაცვლებელი სტრინგი.(<emph>Mid დებულება</emph>)."
+msgid "vOut = A > B Eqv B > D ' returns 0"
+msgstr ""
-#: 03120306.xhp
+#: 03060200.xhp
msgctxt ""
-"03120306.xhp\n"
-"hd_id3149560\n"
-"14\n"
+"03060200.xhp\n"
+"par_id3149412\n"
+"18\n"
"help.text"
-msgid "Example:"
+msgid "vOut = (B > D Eqv B > A) ' returns -1"
msgstr ""
-#: 03120306.xhp
+#: 03060200.xhp
msgctxt ""
-"03120306.xhp\n"
-"par_id3153189\n"
-"18\n"
+"03060200.xhp\n"
+"par_id3149959\n"
+"19\n"
"help.text"
-msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
+msgid "vOut = B Eqv A ' returns -3"
msgstr ""
-#: 03030106.xhp
+#: 03060300.xhp
msgctxt ""
-"03030106.xhp\n"
+"03060300.xhp\n"
"tit\n"
"help.text"
-msgid "Year Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Imp-Operator [Runtime]"
+msgstr ""
-#: 03030106.xhp
+#: 03060300.xhp
msgctxt ""
-"03030106.xhp\n"
-"bm_id3148664\n"
+"03060300.xhp\n"
+"bm_id3156024\n"
"help.text"
-msgid "<bookmark_value>Year function</bookmark_value>"
-msgstr "<bookmark_value>CVar ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Imp operator (logical)</bookmark_value>"
+msgstr ""
-#: 03030106.xhp
-#, fuzzy
+#: 03060300.xhp
msgctxt ""
-"03030106.xhp\n"
-"hd_id3148664\n"
+"03060300.xhp\n"
+"hd_id3156024\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year Function [Runtime]\">Year Function [Runtime]</link>"
+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>"
-#: 03030106.xhp
+#: 03060300.xhp
msgctxt ""
-"03030106.xhp\n"
-"par_id3149655\n"
+"03060300.xhp\n"
+"par_id3148947\n"
"2\n"
"help.text"
-msgid "Returns the year from a serial date number that is generated by the DateSerial or the DateValue function."
+msgid "Performs a logical implication on two expressions."
msgstr ""
-#: 03030106.xhp
+#: 03060300.xhp
msgctxt ""
-"03030106.xhp\n"
-"hd_id3154125\n"
+"03060300.xhp\n"
+"hd_id3148664\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03030106.xhp
+#: 03060300.xhp
msgctxt ""
-"03030106.xhp\n"
-"par_id3147229\n"
+"03060300.xhp\n"
+"par_id3149656\n"
"4\n"
"help.text"
-msgid "Year (Number)"
+msgid "Result = Expression1 Imp Expression2"
msgstr ""
-#: 03030106.xhp
+#: 03060300.xhp
msgctxt ""
-"03030106.xhp\n"
-"hd_id3154685\n"
+"03060300.xhp\n"
+"hd_id3151212\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Parameters:"
+msgstr ""
-#: 03030106.xhp
+#: 03060300.xhp
msgctxt ""
-"03030106.xhp\n"
-"par_id3153970\n"
+"03060300.xhp\n"
+"par_id3154910\n"
"6\n"
"help.text"
-msgid "Integer"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the implication."
msgstr ""
-#: 03030106.xhp
+#: 03060300.xhp
msgctxt ""
-"03030106.xhp\n"
-"hd_id3150440\n"
+"03060300.xhp\n"
+"par_id3156281\n"
"7\n"
"help.text"
-msgid "Parameters:"
+msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to evaluate with the Imp operator."
msgstr ""
-#: 03030106.xhp
+#: 03060300.xhp
msgctxt ""
-"03030106.xhp\n"
-"par_id3163712\n"
+"03060300.xhp\n"
+"par_id3150440\n"
"8\n"
"help.text"
-msgid "<emph>Number:</emph> Integer expression that contains the serial date number that is used to calculate the year."
+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 ""
-#: 03030106.xhp
+#: 03060300.xhp
msgctxt ""
-"03030106.xhp\n"
-"par_id3152596\n"
+"03060300.xhp\n"
+"par_id3163710\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:"
+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 ""
-#: 03030106.xhp
+#: 03060300.xhp
msgctxt ""
-"03030106.xhp\n"
-"par_id3149483\n"
-"11\n"
+"03060300.xhp\n"
+"hd_id3147318\n"
+"10\n"
"help.text"
-msgid "returns the value 1994."
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3145750\n"
+"15\n"
+"help.text"
+msgid "vOut = A > B Imp B > C ' returns -1"
msgstr ""
-#: 03030106.xhp
+#: 03060300.xhp
msgctxt ""
-"03030106.xhp\n"
-"hd_id3146985\n"
-"12\n"
+"03060300.xhp\n"
+"par_id3156441\n"
+"16\n"
"help.text"
-msgid "Example:"
+msgid "vOut = B > A Imp B > C ' returns -1"
msgstr ""
-#: 03030106.xhp
+#: 03060300.xhp
msgctxt ""
-"03030106.xhp\n"
-"par_id3153363\n"
-"14\n"
+"03060300.xhp\n"
+"par_id3152596\n"
+"17\n"
"help.text"
-msgid "MsgBox \"\" & Year(Now) ,64,\"Current year\""
+msgid "vOut = A > B Imp B > D ' returns 0"
msgstr ""
-#: 03080601.xhp
+#: 03060300.xhp
msgctxt ""
-"03080601.xhp\n"
+"03060300.xhp\n"
+"par_id3154942\n"
+"18\n"
+"help.text"
+msgid "vOut = (B > D Imp B > A) ' returns -1"
+msgstr ""
+
+#: 03060300.xhp
+msgctxt ""
+"03060300.xhp\n"
+"par_id3154492\n"
+"19\n"
+"help.text"
+msgid "vOut = B Imp A ' returns -1"
+msgstr ""
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
"tit\n"
"help.text"
-msgid "Abs Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Not-Operator [Runtime]"
+msgstr ""
-#: 03080601.xhp
+#: 03060400.xhp
msgctxt ""
-"03080601.xhp\n"
-"bm_id3159201\n"
+"03060400.xhp\n"
+"bm_id3156024\n"
"help.text"
-msgid "<bookmark_value>Abs function</bookmark_value>"
-msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Not operator (logical)</bookmark_value>"
+msgstr ""
-#: 03080601.xhp
-#, fuzzy
+#: 03060400.xhp
msgctxt ""
-"03080601.xhp\n"
-"hd_id3159201\n"
+"03060400.xhp\n"
+"hd_id3156024\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080601.xhp\" name=\"Abs Function [Runtime]\">Abs Function [Runtime]</link>"
+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>"
-#: 03080601.xhp
+#: 03060400.xhp
msgctxt ""
-"03080601.xhp\n"
-"par_id3153394\n"
+"03060400.xhp\n"
+"par_id3159414\n"
"2\n"
"help.text"
-msgid "Returns the absolute value of a numeric expression."
+msgid "Negates an expression by inverting the bit values."
msgstr ""
-#: 03080601.xhp
+#: 03060400.xhp
msgctxt ""
-"03080601.xhp\n"
-"hd_id3149233\n"
+"03060400.xhp\n"
+"hd_id3149457\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03080601.xhp
+#: 03060400.xhp
msgctxt ""
-"03080601.xhp\n"
-"par_id3147573\n"
+"03060400.xhp\n"
+"par_id3150360\n"
"4\n"
"help.text"
-msgid "Abs (Number)"
+msgid "Result = Not Expression"
msgstr ""
-#: 03080601.xhp
+#: 03060400.xhp
msgctxt ""
-"03080601.xhp\n"
-"hd_id3156152\n"
+"03060400.xhp\n"
+"hd_id3151211\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Parameters:"
+msgstr ""
-#: 03080601.xhp
+#: 03060400.xhp
msgctxt ""
-"03080601.xhp\n"
-"par_id3149670\n"
+"03060400.xhp\n"
+"par_id3147228\n"
"6\n"
"help.text"
-msgid "Double"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the negation."
msgstr ""
-#: 03080601.xhp
+#: 03060400.xhp
msgctxt ""
-"03080601.xhp\n"
-"hd_id3154924\n"
+"03060400.xhp\n"
+"par_id3154124\n"
"7\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "<emph>Expression:</emph> Any expression that you want to negate."
+msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-#: 03080601.xhp
+#: 03060400.xhp
msgctxt ""
-"03080601.xhp\n"
-"par_id3154347\n"
+"03060400.xhp\n"
+"par_id3150868\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."
+msgid "When a Boolean expression is negated, the value True changes to False, and the value False changes to True."
msgstr ""
-#: 03080601.xhp
+#: 03060400.xhp
msgctxt ""
-"03080601.xhp\n"
-"par_id3153381\n"
+"03060400.xhp\n"
+"par_id3145785\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."
+msgid "In a bitwise negation each individual bit is inverted."
msgstr ""
-#: 03080601.xhp
+#: 03060400.xhp
msgctxt ""
-"03080601.xhp\n"
-"hd_id3148451\n"
+"03060400.xhp\n"
+"hd_id3153093\n"
"10\n"
"help.text"
msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03060400.xhp
+msgctxt ""
+"03060400.xhp\n"
+"par_id3145749\n"
+"15\n"
+"help.text"
+msgid "vOut = Not vA ' Returns -11"
msgstr ""
-#: 03080601.xhp
+#: 03060400.xhp
msgctxt ""
-"03080601.xhp\n"
-"par_id3145786\n"
-"14\n"
+"03060400.xhp\n"
+"par_id3148645\n"
+"16\n"
"help.text"
-msgid "siW1 = Int(InputBox$ (\"Please enter the first amount\",\"Value Input\"))"
+msgid "vOut = Not(vC > vD) ' Returns -1"
msgstr ""
-#: 03080601.xhp
+#: 03060400.xhp
msgctxt ""
-"03080601.xhp\n"
-"par_id3149561\n"
-"15\n"
+"03060400.xhp\n"
+"par_id3156441\n"
+"17\n"
"help.text"
-msgid "siW2 = Int(InputBox$ (\"Please enter the second amount\",\"Value Input\"))"
+msgid "vOut = Not(vB > vA) ' Returns -1"
msgstr ""
-#: 03080601.xhp
+#: 03060400.xhp
msgctxt ""
-"03080601.xhp\n"
-"par_id3145750\n"
-"16\n"
+"03060400.xhp\n"
+"par_id3152596\n"
+"18\n"
"help.text"
-msgid "Print \"The difference is \"; Abs(siW1 - siW2)"
+msgid "vOut = Not(vA > vB) ' Returns 0"
msgstr ""
-#: 03104000.xhp
+#: 03060500.xhp
msgctxt ""
-"03104000.xhp\n"
+"03060500.xhp\n"
"tit\n"
"help.text"
-msgid "IsMissing function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Or-Operator [Runtime]"
+msgstr ""
-#: 03104000.xhp
+#: 03060500.xhp
msgctxt ""
-"03104000.xhp\n"
-"bm_id3153527\n"
+"03060500.xhp\n"
+"bm_id3150986\n"
"help.text"
-msgid "<bookmark_value>IsMissing function</bookmark_value>"
-msgstr "<bookmark_value>სრტიქონის ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Or operator (logical)</bookmark_value>"
+msgstr ""
-#: 03104000.xhp
-#, fuzzy
+#: 03060500.xhp
msgctxt ""
-"03104000.xhp\n"
-"hd_id3153527\n"
+"03060500.xhp\n"
+"hd_id3150986\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03104000.xhp\" name=\"IsMissing function [Runtime]\">IsMissing function [Runtime]</link>"
+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>"
-#: 03104000.xhp
+#: 03060500.xhp
msgctxt ""
-"03104000.xhp\n"
-"par_id3153825\n"
+"03060500.xhp\n"
+"par_id3148552\n"
"2\n"
"help.text"
-msgid "Tests if a function is called with an optional parameter."
+msgid "Performs a logical OR disjunction on two expressions."
msgstr ""
-#: 03104000.xhp
+#: 03060500.xhp
msgctxt ""
-"03104000.xhp\n"
-"par_id3150669\n"
+"03060500.xhp\n"
+"hd_id3148664\n"
"3\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03104100.xhp\" name=\"Optional\">Optional</link>"
+msgid "Syntax:"
msgstr ""
-#: 03104000.xhp
+#: 03060500.xhp
msgctxt ""
-"03104000.xhp\n"
-"hd_id3145611\n"
+"03060500.xhp\n"
+"par_id3150358\n"
"4\n"
"help.text"
-msgid "Syntax:"
+msgid "Result = Expression1 Or Expression2"
msgstr ""
-#: 03104000.xhp
+#: 03060500.xhp
msgctxt ""
-"03104000.xhp\n"
-"par_id3154924\n"
+"03060500.xhp\n"
+"hd_id3151211\n"
"5\n"
"help.text"
-msgid "IsMissing( ArgumentName )"
+msgid "Parameters:"
msgstr ""
-#: 03104000.xhp
+#: 03060500.xhp
msgctxt ""
-"03104000.xhp\n"
-"hd_id3145069\n"
+"03060500.xhp\n"
+"par_id3153192\n"
"6\n"
"help.text"
-msgid "Parameters:"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the disjunction."
msgstr ""
-#: 03104000.xhp
+#: 03060500.xhp
msgctxt ""
-"03104000.xhp\n"
-"par_id3149457\n"
+"03060500.xhp\n"
+"par_id3147229\n"
"7\n"
"help.text"
-msgid "<emph>ArgumentName:</emph> the name of an optional argument."
-msgstr ""
+msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to compare."
+msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-#: 03104000.xhp
+#: 03060500.xhp
msgctxt ""
-"03104000.xhp\n"
-"par_id3150398\n"
+"03060500.xhp\n"
+"par_id3154684\n"
"8\n"
"help.text"
-msgid "If the IsMissing function is called by the ArgumentName, then True is returned."
+msgid "A logical OR disjunction of two Boolean expressions returns the value True if at least one comparison expression is True."
msgstr ""
-#: 03104000.xhp
+#: 03060500.xhp
msgctxt ""
-"03104000.xhp\n"
-"par_id3148798\n"
+"03060500.xhp\n"
+"par_id3153768\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>."
+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 ""
-#: main0601.xhp
+#: 03060500.xhp
msgctxt ""
-"main0601.xhp\n"
+"03060500.xhp\n"
+"hd_id3161831\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
"tit\n"
"help.text"
-msgid "$[officename] Basic Help"
-msgstr "$[officename] საწყისი დახმარება"
+msgid "Xor-Operator [Runtime]"
+msgstr ""
-#: main0601.xhp
+#: 03060600.xhp
msgctxt ""
-"main0601.xhp\n"
-"hd_id3154232\n"
+"03060600.xhp\n"
+"bm_id3156024\n"
+"help.text"
+msgid "<bookmark_value>Xor operator (logical)</bookmark_value>"
+msgstr ""
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"hd_id3156024\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>"
+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>"
-#: main0601.xhp
-#, fuzzy
+#: 03060600.xhp
msgctxt ""
-"main0601.xhp\n"
-"par_id3153894\n"
+"03060600.xhp\n"
+"par_id3159414\n"
+"2\n"
+"help.text"
+msgid "Performs a logical Exclusive-Or combination of two expressions."
+msgstr ""
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"hd_id3153381\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr ""
+
+#: 03060600.xhp
+msgctxt ""
+"03060600.xhp\n"
+"par_id3150400\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>"
+msgid "Result = Expression1 Xor Expression2"
+msgstr ""
-#: main0601.xhp
+#: 03060600.xhp
msgctxt ""
-"main0601.xhp\n"
-"par_id3147226\n"
-"10\n"
+"03060600.xhp\n"
+"hd_id3153968\n"
+"5\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."
+msgid "Parameters:"
msgstr ""
-#: main0601.xhp
+#: 03060600.xhp
msgctxt ""
-"main0601.xhp\n"
-"hd_id3146957\n"
-"9\n"
+"03060600.xhp\n"
+"par_id3150448\n"
+"6\n"
"help.text"
-msgid "Working with %PRODUCTNAME Basic"
-msgstr "მუშაობა %PRODUCTNAME Basic-ში"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the combination."
+msgstr ""
-#: main0601.xhp
+#: 03060600.xhp
msgctxt ""
-"main0601.xhp\n"
-"hd_id3148473\n"
+"03060600.xhp\n"
+"par_id3125864\n"
"7\n"
"help.text"
-msgid "Help about the Help"
-msgstr "დახმარება დახმარების შესახებ"
+msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to combine."
+msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-#: 03090407.xhp
+#: 03060600.xhp
msgctxt ""
-"03090407.xhp\n"
-"tit\n"
+"03060600.xhp\n"
+"par_id3150439\n"
+"8\n"
"help.text"
-msgid "Rem Statement [Runtime]"
+msgid "A logical Exclusive-Or conjunction of two Boolean expressions returns the value True only if both expressions are different from each other."
msgstr ""
-#: 03090407.xhp
+#: 03060600.xhp
msgctxt ""
-"03090407.xhp\n"
-"bm_id3154347\n"
+"03060600.xhp\n"
+"par_id3153770\n"
+"9\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>"
+msgid "A bitwise Exclusive-Or conjunction returns a bit if the corresponding bit is set in only one of the two expressions."
+msgstr ""
-#: 03090407.xhp
-#, fuzzy
+#: 03060600.xhp
msgctxt ""
-"03090407.xhp\n"
-"hd_id3154347\n"
-"1\n"
+"03060600.xhp\n"
+"hd_id3153366\n"
+"10\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>"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03090407.xhp
+#: 03060600.xhp
msgctxt ""
-"03090407.xhp\n"
-"par_id3153525\n"
-"2\n"
+"03060600.xhp\n"
+"par_id3156442\n"
+"15\n"
"help.text"
-msgid "Specifies that a program line is a comment."
+msgid "vOut = vA > vB Xor vB > vC ' returns 0"
msgstr ""
-#: 03090407.xhp
+#: 03060600.xhp
msgctxt ""
-"03090407.xhp\n"
-"hd_id3153360\n"
-"3\n"
+"03060600.xhp\n"
+"par_id3153191\n"
+"16\n"
"help.text"
-msgid "Syntax:"
+msgid "vOut = vB > vA Xor vB > vC ' returns -1"
msgstr ""
-#: 03090407.xhp
+#: 03060600.xhp
msgctxt ""
-"03090407.xhp\n"
-"par_id3154141\n"
-"4\n"
+"03060600.xhp\n"
+"par_id3153144\n"
+"17\n"
"help.text"
-msgid "Rem Text"
+msgid "vOut = vA > vB Xor vB > vD ' returns -1"
msgstr ""
-#: 03090407.xhp
+#: 03060600.xhp
msgctxt ""
-"03090407.xhp\n"
-"hd_id3151042\n"
-"5\n"
+"03060600.xhp\n"
+"par_id3154944\n"
+"18\n"
"help.text"
-msgid "Parameters:"
+msgid "vOut = (vB > vD Xor vB > vA) ' returns 0"
msgstr ""
-#: 03090407.xhp
+#: 03060600.xhp
msgctxt ""
-"03090407.xhp\n"
-"par_id3150869\n"
-"6\n"
+"03060600.xhp\n"
+"par_id3148455\n"
+"19\n"
"help.text"
-msgid "<emph>Text:</emph> Any text that serves as a comment."
+msgid "vOut = vB Xor vA ' returns 2"
msgstr ""
-#: 03090407.xhp
+#: 03070000.xhp
msgctxt ""
-"03090407.xhp\n"
-"par_id3147318\n"
-"7\n"
+"03070000.xhp\n"
+"tit\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."
+msgid "Mathematical Operators"
msgstr ""
-#: 03090407.xhp
+#: 03070000.xhp
msgctxt ""
-"03090407.xhp\n"
-"par_id6187017\n"
+"03070000.xhp\n"
+"hd_id3149234\n"
+"1\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."
+msgid "<link href=\"text/sbasic/shared/03070000.xhp\" name=\"Mathematical Operators\">Mathematical Operators</link>"
msgstr ""
-#: 03090407.xhp
+#: 03070000.xhp
msgctxt ""
-"03090407.xhp\n"
-"hd_id3150012\n"
-"8\n"
+"03070000.xhp\n"
+"par_id3145068\n"
+"2\n"
"help.text"
-msgid "Example:"
+msgid "The following mathematical operators are supported in $[officename] Basic."
msgstr ""
-#: 03090407.xhp
+#: 03070000.xhp
msgctxt ""
-"03090407.xhp\n"
-"par_id3153140\n"
-"13\n"
+"03070000.xhp\n"
+"par_id3148552\n"
+"3\n"
"help.text"
-msgid "' Nothing occurs here"
+msgid "This chapter provides a short overview of all of the arithmetical operators that you may need for calculations within a program."
msgstr ""
-#: 03101140.xhp
+#: 03070100.xhp
msgctxt ""
-"03101140.xhp\n"
+"03070100.xhp\n"
"tit\n"
"help.text"
-msgid "DefStr Statement [Runtime]"
+msgid "\"-\" Operator [Runtime]"
msgstr ""
-#: 03101140.xhp
+#: 03070100.xhp
msgctxt ""
-"03101140.xhp\n"
-"bm_id6161381\n"
+"03070100.xhp\n"
+"bm_id3156042\n"
"help.text"
-msgid "<bookmark_value>DefStr statement</bookmark_value>"
-msgstr "<bookmark_value>DefStr განცხადება</bookmark_value>"
+msgid "<bookmark_value>\"-\" operator (mathematical)</bookmark_value>"
+msgstr ""
-#: 03101140.xhp
+#: 03070100.xhp
msgctxt ""
-"03101140.xhp\n"
-"par_idN10577\n"
+"03070100.xhp\n"
+"hd_id3156042\n"
+"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03101140.xhp\">DefStr Statement [Runtime]</link>"
+msgid "<link href=\"text/sbasic/shared/03070100.xhp\">\"-\" Operator [Runtime]</link>"
msgstr ""
-#: 03101140.xhp
+#: 03070100.xhp
msgctxt ""
-"03101140.xhp\n"
-"par_idN10587\n"
+"03070100.xhp\n"
+"par_id3153345\n"
+"2\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 განცხადება საწყისი ცვლადის ტიპს აყენებს ასოთა რანგის მიხედვით."
+msgid "Subtracts two values."
+msgstr ""
-#: 03101140.xhp
+#: 03070100.xhp
msgctxt ""
-"03101140.xhp\n"
-"par_idN1058A\n"
+"03070100.xhp\n"
+"hd_id3149416\n"
+"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03101140.xhp
+#: 03070100.xhp
msgctxt ""
-"03101140.xhp\n"
-"par_idN1058E\n"
+"03070100.xhp\n"
+"par_id3156023\n"
+"4\n"
"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgid "Result = Expression1 - Expression2"
msgstr ""
-#: 03101140.xhp
+#: 03070100.xhp
msgctxt ""
-"03101140.xhp\n"
-"par_idN10591\n"
+"03070100.xhp\n"
+"hd_id3154760\n"
+"5\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03101140.xhp
+#: 03070100.xhp
msgctxt ""
-"03101140.xhp\n"
-"par_idN10595\n"
+"03070100.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."
+msgid "<emph>Result:</emph> Any numerical expression that contains the result of the subtraction."
msgstr ""
-#: 03101140.xhp
+#: 03070100.xhp
msgctxt ""
-"03101140.xhp\n"
-"par_idN1059C\n"
+"03070100.xhp\n"
+"par_id3150398\n"
+"7\n"
"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr ""
+msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to subtract."
+msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-#: 03101140.xhp
+#: 03070100.xhp
msgctxt ""
-"03101140.xhp\n"
-"par_idN105A3\n"
+"03070100.xhp\n"
+"hd_id3154366\n"
+"8\n"
"help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03101140.xhp
+#: 03070200.xhp
msgctxt ""
-"03101140.xhp\n"
-"par_idN105AA\n"
+"03070200.xhp\n"
+"tit\n"
"help.text"
-msgid "<emph>DefStr:</emph> String"
-msgstr "<emph>DefStr:</emph> სტრინგი"
+msgid "\"*\" Operator [Runtime]"
+msgstr ""
-#: 03101140.xhp
+#: 03070200.xhp
msgctxt ""
-"03101140.xhp\n"
-"par_idN105B1\n"
+"03070200.xhp\n"
+"bm_id3147573\n"
"help.text"
-msgid "Example:"
+msgid "<bookmark_value>\"*\" operator (mathematical)</bookmark_value>"
msgstr ""
-#: 03101140.xhp
+#: 03070200.xhp
msgctxt ""
-"03101140.xhp\n"
-"par_idN105B5\n"
+"03070200.xhp\n"
+"hd_id3147573\n"
+"1\n"
"help.text"
-msgid "' Prefix definitions for variable types:"
+msgid "<link href=\"text/sbasic/shared/03070200.xhp\">\"*\" Operator [Runtime]</link>"
msgstr ""
-#: 03101140.xhp
-#, fuzzy
+#: 03070200.xhp
msgctxt ""
-"03101140.xhp\n"
-"par_idN105D3\n"
+"03070200.xhp\n"
+"par_id3154347\n"
+"2\n"
"help.text"
-msgid "sStr=String ' sStr is an implicit string variable"
-msgstr "sStr=String REM sStr არის ნაგულიცხმევი სტინგული ცვლადი"
+msgid "Multiplies two values."
+msgstr ""
-#: 03060000.xhp
+#: 03070200.xhp
msgctxt ""
-"03060000.xhp\n"
-"tit\n"
+"03070200.xhp\n"
+"hd_id3148946\n"
+"3\n"
"help.text"
-msgid "Logical Operators"
+msgid "Syntax:"
msgstr ""
-#: 03060000.xhp
+#: 03070200.xhp
msgctxt ""
-"03060000.xhp\n"
-"hd_id3147559\n"
-"1\n"
+"03070200.xhp\n"
+"par_id3150358\n"
+"4\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03060000.xhp\" name=\"Logical Operators\">Logical Operators</link>"
+msgid "Result = Expression1 * Expression2"
msgstr ""
-#: 03060000.xhp
+#: 03070200.xhp
msgctxt ""
-"03060000.xhp\n"
-"par_id3153379\n"
-"2\n"
+"03070200.xhp\n"
+"hd_id3150400\n"
+"5\n"
"help.text"
-msgid "The following logical operators are supported by $[officename] Basic."
+msgid "Parameters:"
msgstr ""
-#: 03060000.xhp
+#: 03070200.xhp
msgctxt ""
-"03060000.xhp\n"
-"par_id3154138\n"
-"3\n"
+"03070200.xhp\n"
+"par_id3154365\n"
+"6\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."
+msgid "<emph>Result:</emph> Any numeric expression that records the result of a multiplication."
msgstr ""
-#: 03131900.xhp
+#: 03070200.xhp
msgctxt ""
-"03131900.xhp\n"
+"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> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
+
+#: 03070200.xhp
+msgctxt ""
+"03070200.xhp\n"
+"hd_id3153968\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03070300.xhp
+msgctxt ""
+"03070300.xhp\n"
"tit\n"
"help.text"
-msgid "GlobalScope [Runtime]"
+msgid "\"+\" Operator [Runtime]"
msgstr ""
-#: 03131900.xhp
+#: 03070300.xhp
msgctxt ""
-"03131900.xhp\n"
-"bm_id3150682\n"
+"03070300.xhp\n"
+"bm_id3145316\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>"
+msgid "<bookmark_value>\"+\" operator (mathematical)</bookmark_value>"
msgstr ""
-#: 03131900.xhp
-#, fuzzy
+#: 03070300.xhp
msgctxt ""
-"03131900.xhp\n"
-"hd_id3150682\n"
+"03070300.xhp\n"
+"hd_id3145316\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>"
+msgid "<link href=\"text/sbasic/shared/03070300.xhp\">\"+\" Operator [Runtime]</link>"
+msgstr ""
-#: 03131900.xhp
+#: 03070300.xhp
msgctxt ""
-"03131900.xhp\n"
-"par_id3153345\n"
+"03070300.xhp\n"
+"par_id3145068\n"
"2\n"
"help.text"
-msgid "Basic source code and dialogs are organized in a library system."
-msgstr "Basic-ის საწყისი კოდი და დიალოგები ორგანიზებულები არიან ბიბლიოთეკის სისტემაში."
+msgid "Adds or combines two expressions."
+msgstr ""
-#: 03131900.xhp
+#: 03070300.xhp
msgctxt ""
-"03131900.xhp\n"
-"par_id3145315\n"
+"03070300.xhp\n"
+"hd_id3144500\n"
"3\n"
"help.text"
-msgid "The LibraryContainer contains libraries"
-msgstr "LibraryContainer-ი შეიცავს ბიბლიოთეკებს"
+msgid "Syntax:"
+msgstr ""
-#: 03131900.xhp
+#: 03070300.xhp
msgctxt ""
-"03131900.xhp\n"
-"par_id3149514\n"
+"03070300.xhp\n"
+"par_id3150358\n"
"4\n"
"help.text"
-msgid "Libraries can contain modules and dialogs"
-msgstr "ბიბლიოთეკები შეიძლება შეიცავდნენ მოდულებს და დიალოგებს."
+msgid "Result = Expression1 + Expression2"
+msgstr ""
-#: 03131900.xhp
+#: 03070300.xhp
msgctxt ""
-"03131900.xhp\n"
-"hd_id3143271\n"
+"03070300.xhp\n"
+"hd_id3150400\n"
"5\n"
"help.text"
-msgid "In Basic:"
-msgstr "Basic-ში:"
+msgid "Parameters:"
+msgstr ""
-#: 03131900.xhp
+#: 03070300.xhp
msgctxt ""
-"03131900.xhp\n"
-"par_id3153061\n"
+"03070300.xhp\n"
+"par_id3154123\n"
"6\n"
"help.text"
-msgid "The LibraryContainer is called <emph>BasicLibraries</emph>."
-msgstr "LibraryContainer-ს ეწოდება <emph>BasicLibraries</emph>."
+msgid "<emph>Result:</emph> Any numerical expression that contains the result of the addition."
+msgstr ""
-#: 03131900.xhp
+#: 03070300.xhp
msgctxt ""
-"03131900.xhp\n"
-"hd_id3154346\n"
+"03070300.xhp\n"
+"par_id3150870\n"
"7\n"
"help.text"
-msgid "In dialogs:"
-msgstr "დიალოგში:"
+msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to combine or to add."
+msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-#: 03131900.xhp
+#: 03070300.xhp
msgctxt ""
-"03131900.xhp\n"
-"par_id3148663\n"
+"03070300.xhp\n"
+"hd_id3153969\n"
"8\n"
"help.text"
-msgid "The LibraryContainer is called <emph>DialogLibraries</emph>."
-msgstr "LibraryContainer-ს ეწოდება <emph>DialogLibraries</emph>."
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03131900.xhp
+#: 03070400.xhp
msgctxt ""
-"03131900.xhp\n"
-"par_id3150543\n"
-"9\n"
+"03070400.xhp\n"
+"tit\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>."
+msgid "\"/\" Operator [Runtime]"
+msgstr ""
-#: 03131900.xhp
+#: 03070400.xhp
msgctxt ""
-"03131900.xhp\n"
-"hd_id3148920\n"
-"10\n"
+"03070400.xhp\n"
+"bm_id3150669\n"
"help.text"
-msgid "Syntax:"
+msgid "<bookmark_value>\"/\" operator (mathematical)</bookmark_value>"
msgstr ""
-#: 03131900.xhp
+#: 03070400.xhp
msgctxt ""
-"03131900.xhp\n"
-"par_id3149203\n"
-"11\n"
+"03070400.xhp\n"
+"hd_id3150669\n"
+"1\n"
"help.text"
-msgid "GlobalScope"
-msgstr "GlobalScope"
+msgid "<link href=\"text/sbasic/shared/03070400.xhp\">\"/\" Operator [Runtime]</link>"
+msgstr ""
-#: 03131900.xhp
+#: 03070400.xhp
msgctxt ""
-"03131900.xhp\n"
-"hd_id3154685\n"
-"12\n"
+"03070400.xhp\n"
+"par_id3149670\n"
+"2\n"
"help.text"
-msgid "Example:"
+msgid "Divides two values."
msgstr ""
-#: 03131900.xhp
+#: 03070400.xhp
msgctxt ""
-"03131900.xhp\n"
-"par_id3154124\n"
-"13\n"
+"03070400.xhp\n"
+"hd_id3148946\n"
+"3\n"
"help.text"
-msgid "Example in the document Basic"
-msgstr "მაგალითი დოკუმენტის Basic-ში"
+msgid "Syntax:"
+msgstr ""
-#: 03131900.xhp
+#: 03070400.xhp
msgctxt ""
-"03131900.xhp\n"
-"par_id3158408\n"
-"14\n"
+"03070400.xhp\n"
+"par_id3153360\n"
+"4\n"
"help.text"
-msgid "' calling Dialog1 in the document library Standard"
-msgstr "' calling Dialog1 in the document library Standard"
+msgid "Result = Expression1 / Expression2"
+msgstr ""
-#: 03131900.xhp
+#: 03070400.xhp
msgctxt ""
-"03131900.xhp\n"
-"par_id3125865\n"
-"15\n"
+"03070400.xhp\n"
+"hd_id3150359\n"
+"5\n"
"help.text"
-msgid "oDlgDesc = DialogLibraries.Standard.Dialog1"
+msgid "Parameters:"
msgstr ""
-#: 03131900.xhp
+#: 03070400.xhp
msgctxt ""
-"03131900.xhp\n"
-"par_id3154910\n"
-"16\n"
+"03070400.xhp\n"
+"par_id3154141\n"
+"6\n"
"help.text"
-msgid "' calling Dialog2 in the application library Library1"
-msgstr "' calling Dialog2 in the application library Library1"
+msgid "<emph>Result:</emph> Any numerical value that contains the result of the division."
+msgstr ""
-#: 03131900.xhp
+#: 03070400.xhp
msgctxt ""
-"03131900.xhp\n"
-"par_id3156424\n"
-"17\n"
+"03070400.xhp\n"
+"par_id3150448\n"
+"7\n"
"help.text"
-msgid "oDlgDesc = GlobalScope.DialogLibraries.Library1.Dialog2"
-msgstr "oDlgDesc = GlobalScope.DialogLibraries.Library1.Dialog2"
+msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to divide."
+msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-#: 03030203.xhp
+#: 03070400.xhp
msgctxt ""
-"03030203.xhp\n"
+"03070400.xhp\n"
+"hd_id3154684\n"
+"8\n"
+"help.text"
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03070500.xhp
+msgctxt ""
+"03070500.xhp\n"
"tit\n"
"help.text"
-msgid "Now Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "\"^\" Operator [Runtime]"
+msgstr ""
-#: 03030203.xhp
+#: 03070500.xhp
msgctxt ""
-"03030203.xhp\n"
-"bm_id3149416\n"
+"03070500.xhp\n"
+"bm_id3145315\n"
"help.text"
-msgid "<bookmark_value>Now function</bookmark_value>"
-msgstr "<bookmark_value>Join ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>\"^\" operator (mathematical)</bookmark_value>"
+msgstr ""
-#: 03030203.xhp
-#, fuzzy
+#: 03070500.xhp
msgctxt ""
-"03030203.xhp\n"
-"hd_id3149416\n"
+"03070500.xhp\n"
+"hd_id3145315\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>"
+msgid "<link href=\"text/sbasic/shared/03070500.xhp\">\"^\" Operator [Runtime]</link>"
+msgstr ""
-#: 03030203.xhp
+#: 03070500.xhp
msgctxt ""
-"03030203.xhp\n"
+"03070500.xhp\n"
"par_id3149670\n"
"2\n"
"help.text"
-msgid "Returns the current system date and time as a <emph>Date</emph> value."
+msgid "Raises a number to a power."
msgstr ""
-#: 03030203.xhp
+#: 03070500.xhp
msgctxt ""
-"03030203.xhp\n"
-"hd_id3149456\n"
+"03070500.xhp\n"
+"hd_id3147264\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03030203.xhp
+#: 03070500.xhp
msgctxt ""
-"03030203.xhp\n"
-"par_id3149655\n"
+"03070500.xhp\n"
+"par_id3149656\n"
"4\n"
"help.text"
-msgid "Now"
+msgid "Result = Expression ^ Exponent"
msgstr ""
-#: 03030203.xhp
+#: 03070500.xhp
msgctxt ""
-"03030203.xhp\n"
-"hd_id3154366\n"
+"03070500.xhp\n"
+"hd_id3151211\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Parameters:"
+msgstr ""
-#: 03030203.xhp
+#: 03070500.xhp
msgctxt ""
-"03030203.xhp\n"
-"par_id3154909\n"
+"03070500.xhp\n"
+"par_id3153192\n"
"6\n"
"help.text"
-msgid "Date"
+msgid "<emph>Result:</emph> Any numerical expression that contains the result of the number raised to a power."
msgstr ""
-#: 03030203.xhp
+#: 03070500.xhp
msgctxt ""
-"03030203.xhp\n"
-"hd_id3147229\n"
+"03070500.xhp\n"
+"par_id3150448\n"
"7\n"
"help.text"
-msgid "Example:"
+msgid "<emph>Expression:</emph> Numerical value that you want to raise to a power."
msgstr ""
-#: 03030203.xhp
+#: 03070500.xhp
msgctxt ""
-"03030203.xhp\n"
-"par_id3150870\n"
-"9\n"
+"03070500.xhp\n"
+"par_id3156422\n"
+"8\n"
"help.text"
-msgid "MsgBox \"It is now \" & Now"
+msgid "<emph>Exponent:</emph> The value of the power that you want to raise the expression to."
msgstr ""
-#: 03100000.xhp
-msgctxt ""
-"03100000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Variables"
-msgstr "ცვლადები"
-
-#: 03100000.xhp
-#, fuzzy
+#: 03070500.xhp
msgctxt ""
-"03100000.xhp\n"
-"hd_id3149669\n"
-"1\n"
+"03070500.xhp\n"
+"hd_id3147287\n"
+"9\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>"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03100000.xhp
+#: 03070500.xhp
msgctxt ""
-"03100000.xhp\n"
-"par_id3147265\n"
-"2\n"
+"03070500.xhp\n"
+"par_id3146984\n"
+"12\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."
+msgid "Print Exp ( 23 * Log( 12.345 ) ) ' Raises by forming a logarithm"
msgstr ""
-#: 03080103.xhp
+#: 03070600.xhp
msgctxt ""
-"03080103.xhp\n"
+"03070600.xhp\n"
"tit\n"
"help.text"
-msgid "Sin Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Mod-Operator [Runtime]"
+msgstr ""
-#: 03080103.xhp
+#: 03070600.xhp
msgctxt ""
-"03080103.xhp\n"
-"bm_id3153896\n"
+"03070600.xhp\n"
+"bm_id3150669\n"
"help.text"
-msgid "<bookmark_value>Sin function</bookmark_value>"
-msgstr "<bookmark_value>Join ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>MOD operator (mathematical)</bookmark_value>"
+msgstr ""
-#: 03080103.xhp
-#, fuzzy
+#: 03070600.xhp
msgctxt ""
-"03080103.xhp\n"
-"hd_id3153896\n"
+"03070600.xhp\n"
+"hd_id3150669\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080103.xhp\" name=\"Sin Function [Runtime]\">Sin Function [Runtime]</link>"
+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>"
-#: 03080103.xhp
+#: 03070600.xhp
msgctxt ""
-"03080103.xhp\n"
-"par_id3149456\n"
+"03070600.xhp\n"
+"par_id3148686\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."
+msgid "Returns the integer remainder of a division."
msgstr ""
-#: 03080103.xhp
+#: 03070600.xhp
msgctxt ""
-"03080103.xhp\n"
-"par_id3153379\n"
+"03070600.xhp\n"
+"hd_id3146795\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."
+msgid "Syntax:"
msgstr ""
-#: 03080103.xhp
+#: 03070600.xhp
msgctxt ""
-"03080103.xhp\n"
-"par_id3148798\n"
+"03070600.xhp\n"
+"par_id3147560\n"
"4\n"
"help.text"
-msgid "Sin(Alpha) = side opposite the angle/hypotenuse"
+msgid "Result = Expression1 MOD Expression2"
msgstr ""
-#: 03080103.xhp
+#: 03070600.xhp
msgctxt ""
-"03080103.xhp\n"
-"hd_id3147230\n"
+"03070600.xhp\n"
+"hd_id3149657\n"
"5\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03080103.xhp
+#: 03070600.xhp
msgctxt ""
-"03080103.xhp\n"
-"par_id3154909\n"
+"03070600.xhp\n"
+"par_id3153380\n"
"6\n"
"help.text"
-msgid "Sin (Number)"
+msgid "Integer"
msgstr ""
-#: 03080103.xhp
+#: 03070600.xhp
msgctxt ""
-"03080103.xhp\n"
-"hd_id3156214\n"
+"03070600.xhp\n"
+"hd_id3154365\n"
"7\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Parameters:"
+msgstr ""
-#: 03080103.xhp
+#: 03070600.xhp
msgctxt ""
-"03080103.xhp\n"
-"par_id3150870\n"
+"03070600.xhp\n"
+"par_id3145172\n"
"8\n"
"help.text"
-msgid "Double"
+msgid "<emph>Result:</emph> Any numeric variable that contains the result of the MOD operation."
msgstr ""
-#: 03080103.xhp
+#: 03070600.xhp
msgctxt ""
-"03080103.xhp\n"
-"hd_id3155132\n"
+"03070600.xhp\n"
+"par_id3151042\n"
"9\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to divide."
+msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-#: 03080103.xhp
+#: 03070600.xhp
msgctxt ""
-"03080103.xhp\n"
-"par_id3145786\n"
+"03070600.xhp\n"
+"hd_id3147287\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 ""
-
-#: 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 ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03080103.xhp
+#: 03070600.xhp
msgctxt ""
-"03080103.xhp\n"
-"par_id3149664\n"
+"03070600.xhp\n"
+"par_id3161832\n"
"12\n"
"help.text"
-msgid "grad=(radiant*180)/pi"
+msgid "Print 10 Mod 2.5 ' returns 0"
msgstr ""
-#: 03080103.xhp
+#: 03070600.xhp
msgctxt ""
-"03080103.xhp\n"
-"par_id3153143\n"
+"03070600.xhp\n"
+"par_id3146922\n"
"13\n"
"help.text"
-msgid "radiant=(grad*pi)/180"
+msgid "Print 10 / 2.5 ' returns 4"
msgstr ""
-#: 03080103.xhp
+#: 03070600.xhp
msgctxt ""
-"03080103.xhp\n"
-"par_id3151112\n"
+"03070600.xhp\n"
+"par_id3145273\n"
"14\n"
"help.text"
-msgid "Pi is approximately 3.141593."
+msgid "Print 10 Mod 5 ' returns 0"
msgstr ""
-#: 03080103.xhp
+#: 03070600.xhp
msgctxt ""
-"03080103.xhp\n"
-"hd_id3163712\n"
+"03070600.xhp\n"
+"par_id3150011\n"
"15\n"
"help.text"
-msgid "Example:"
+msgid "Print 10 / 5 ' returns 2"
msgstr ""
-#: 03080103.xhp
+#: 03070600.xhp
msgctxt ""
-"03080103.xhp\n"
-"par_id3149482\n"
+"03070600.xhp\n"
+"par_id3149483\n"
"16\n"
"help.text"
-msgid "' In this example, the following entry is possible for a right-angled triangle:"
+msgid "Print 5 Mod 10 ' returns 5"
msgstr ""
-#: 03080103.xhp
+#: 03070600.xhp
msgctxt ""
-"03080103.xhp\n"
-"par_id3148577\n"
+"03070600.xhp\n"
+"par_id3151114\n"
"17\n"
"help.text"
-msgid "' The side opposite the angle and the angle (in degrees) to calculate the length of the hypotenuse:"
+msgid "Print 5 / 10 ' returns 0.5"
msgstr ""
-#: 03080103.xhp
+#: 03080000.xhp
msgctxt ""
-"03080103.xhp\n"
-"par_id3150011\n"
-"19\n"
+"03080000.xhp\n"
+"tit\n"
"help.text"
-msgid "' Pi = 3.1415926 is a predefined variable"
+msgid "Numeric Functions"
msgstr ""
-#: 03080103.xhp
+#: 03080000.xhp
msgctxt ""
-"03080103.xhp\n"
-"par_id3145251\n"
-"22\n"
+"03080000.xhp\n"
+"hd_id3153127\n"
+"1\n"
"help.text"
-msgid "d1 = InputBox$ (\"Enter the length of the opposite side: \",\"Opposite Side\")"
-msgstr ""
+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>"
-#: 03080103.xhp
+#: 03080000.xhp
msgctxt ""
-"03080103.xhp\n"
-"par_id3148456\n"
-"23\n"
+"03080000.xhp\n"
+"par_id3148550\n"
+"2\n"
"help.text"
-msgid "dAlpha = InputBox$ (\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
+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 ""
-#: 03080103.xhp
+#: 03080100.xhp
msgctxt ""
-"03080103.xhp\n"
-"par_id3153877\n"
-"24\n"
+"03080100.xhp\n"
+"tit\n"
"help.text"
-msgid "Print \"The length of the hypotenuse is\"; (d1 / sin (dAlpha * Pi / 180))"
+msgid "Trigonometric Functions"
+msgstr "ტრიგონომეტრიული ფუნქციები"
+
+#: 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 ""
-#: 03050000.xhp
+#: 03080100.xhp
msgctxt ""
-"03050000.xhp\n"
-"tit\n"
+"03080100.xhp\n"
+"par_id3149180\n"
+"2\n"
"help.text"
-msgid "Error-Handling Functions"
+msgid "The following are the trigonometric functions that are supported in $[officename] Basic."
msgstr ""
-#: 03050000.xhp
-#, fuzzy
+#: 03080101.xhp
msgctxt ""
-"03050000.xhp\n"
-"hd_id3143271\n"
-"1\n"
+"03080101.xhp\n"
+"tit\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>"
+msgid "Atn Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03050000.xhp
+#: 03080101.xhp
msgctxt ""
-"03050000.xhp\n"
-"par_id3145068\n"
-"2\n"
+"03080101.xhp\n"
+"bm_id3150616\n"
"help.text"
-msgid "Use the following statements and functions to define the way $[officename] Basic reacts to run-time errors."
-msgstr ""
+msgid "<bookmark_value>Atn function</bookmark_value>"
+msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
-#: 03050000.xhp
+#: 03080101.xhp
msgctxt ""
-"03050000.xhp\n"
-"par_id3148946\n"
-"3\n"
+"03080101.xhp\n"
+"hd_id3150616\n"
+"1\n"
"help.text"
-msgid "$[officename] Basic offers several methods to prevent the termination of a program when a run-time error occurs."
-msgstr ""
+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>"
-#: 03102100.xhp
+#: 03080101.xhp
msgctxt ""
-"03102100.xhp\n"
-"tit\n"
+"03080101.xhp\n"
+"par_id3149346\n"
+"2\n"
"help.text"
-msgid "Dim Statement [Runtime]"
+msgid "Trigonometric function that returns the arctangent of a numeric expression. The return value is in the range -Pi/2 to +Pi/2."
msgstr ""
-#: 03102100.xhp
+#: 03080101.xhp
msgctxt ""
-"03102100.xhp\n"
-"bm_id3149812\n"
+"03080101.xhp\n"
+"par_id3143271\n"
+"3\n"
"help.text"
-msgid "<bookmark_value>Dim statement</bookmark_value><bookmark_value>arrays; dimensioning</bookmark_value><bookmark_value>dimensioning arrays</bookmark_value>"
+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 ""
-#: 03102100.xhp
-#, fuzzy
+#: 03080101.xhp
msgctxt ""
-"03102100.xhp\n"
-"hd_id3149812\n"
-"1\n"
+"03080101.xhp\n"
+"par_id3145315\n"
+"4\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>"
+msgid "Atn(side opposite the angle/side adjacent to angle)= Alpha"
+msgstr ""
-#: 03102100.xhp
+#: 03080101.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3143271\n"
-"2\n"
+"03080101.xhp\n"
+"hd_id3149669\n"
+"5\n"
"help.text"
-msgid "Declares a variable or an array."
+msgid "Syntax:"
msgstr ""
-#: 03102100.xhp
+#: 03080101.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3154686\n"
-"3\n"
+"03080101.xhp\n"
+"par_id3148947\n"
+"6\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."
+msgid "Atn (Number)"
msgstr ""
-#: 03102100.xhp
+#: 03080101.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3152576\n"
+"03080101.xhp\n"
+"hd_id3148664\n"
"7\n"
"help.text"
-msgid "Dim declares local variables within subroutines. Global variables are declared with the PUBLIC or the PRIVATE statement."
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03102100.xhp
+#: 03080101.xhp
msgctxt ""
-"03102100.xhp\n"
-"hd_id3156443\n"
+"03080101.xhp\n"
+"par_id3150359\n"
"8\n"
"help.text"
-msgid "Syntax:"
+msgid "Double"
msgstr ""
-#: 03102100.xhp
+#: 03080101.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3149412\n"
+"03080101.xhp\n"
+"hd_id3148798\n"
"9\n"
"help.text"
-msgid "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
+msgid "Parameters:"
msgstr ""
-#: 03102100.xhp
+#: 03080101.xhp
msgctxt ""
-"03102100.xhp\n"
-"hd_id3147397\n"
+"03080101.xhp\n"
+"par_id3156212\n"
"10\n"
"help.text"
-msgid "Parameters:"
+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 ""
-#: 03102100.xhp
+#: 03080101.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3154730\n"
+"03080101.xhp\n"
+"par_id3153192\n"
"11\n"
"help.text"
-msgid "<emph>VarName:</emph> Any variable or array name."
+msgid "To convert radians to degrees, multiply radians by 180/pi."
msgstr ""
-#: 03102100.xhp
+#: 03080101.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3147125\n"
+"03080101.xhp\n"
+"par_id3147230\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."
+msgid "degree=(radian*180)/pi"
msgstr ""
-#: 03102100.xhp
+#: 03080101.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3153877\n"
+"03080101.xhp\n"
+"par_id3125864\n"
"13\n"
"help.text"
-msgid "Start and End can be numerical expressions if ReDim is applied at the procedure level."
+msgid "radian=(degree*pi)/180"
msgstr ""
-#: 03102100.xhp
+#: 03080101.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3153510\n"
+"03080101.xhp\n"
+"par_id3159252\n"
"14\n"
"help.text"
-msgid "<emph>VarType:</emph> Key word that declares the data type of a variable."
+msgid "Pi is here the fixed circle constant with the rounded value 3.14159."
msgstr ""
-#: 03102100.xhp
+#: 03080101.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3154015\n"
+"03080101.xhp\n"
+"hd_id3153142\n"
"15\n"
"help.text"
-msgid "<emph>Keyword:</emph> Variable type"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03102100.xhp
+#: 03080101.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3153949\n"
+"03080101.xhp\n"
+"par_id3146985\n"
"16\n"
"help.text"
-msgid "<emph>Bool:</emph> Boolean variable (True, False)"
+msgid "' The following example calculates for a right-angled triangle"
msgstr ""
-#: 03102100.xhp
+#: 03080101.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3156275\n"
+"03080101.xhp\n"
+"par_id3145750\n"
"17\n"
"help.text"
-msgid "<emph>Currency:</emph> Currency-Variable (Currency with 4 Decimal places)"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3156057\n"
-"18\n"
-"help.text"
-msgid "<emph>Date:</emph> Date variable"
+msgid "' the angle Alpha from the tangent of the angle Alpha:"
msgstr ""
-#: 03102100.xhp
+#: 03080101.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3148405\n"
+"03080101.xhp\n"
+"par_id3151112\n"
"19\n"
"help.text"
-msgid "<emph>Double:</emph> Double-precision floating-point variable (1,79769313486232 x 10E308 - 4,94065645841247 x 10E-324)"
-msgstr ""
-
-#: 03102100.xhp
-msgctxt ""
-"03102100.xhp\n"
-"par_id3148916\n"
-"20\n"
-"help.text"
-msgid "<emph>Integer:</emph> Integer variable (-32768 - 32767)"
-msgstr ""
-
-#: 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)"
+msgid "' rounded Pi = 3.14159 Is a predefined constant"
msgstr ""
-#: 03102100.xhp
+#: 03080101.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3149255\n"
+"03080101.xhp\n"
+"par_id3149262\n"
"22\n"
"help.text"
-msgid "<emph>Object:</emph> Object variable (Note: this variable can only subsequently be defined with Set!)"
+msgid "d1 = InputBox$ (\"Enter the length of the side adjacent to the angle: \",\"Adjacent\")"
msgstr ""
-#: 03102100.xhp
+#: 03080101.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3155937\n"
+"03080101.xhp\n"
+"par_id3149482\n"
"23\n"
"help.text"
-msgid "<emph>Single:</emph> Single-precision floating-point variable (3,402823 x 10E38 - 1,401298 x 10E-45)."
+msgid "d2 = InputBox$ (\"Enter the length of the side opposite the angle: \",\"Opposite\")"
msgstr ""
-#: 03102100.xhp
+#: 03080101.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3151251\n"
+"03080101.xhp\n"
+"par_id3155415\n"
"24\n"
"help.text"
-msgid "<emph>String:</emph> String variable consisting of a maximum of 64,000 ASCII characters."
-msgstr ""
-
-#: 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."
+msgid "Print \"The Alpha angle is\"; (atn (d2/d1) * 180 / Pi); \" degrees\""
msgstr ""
-#: 03102100.xhp
+#: 03080102.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3146316\n"
-"26\n"
+"03080102.xhp\n"
+"tit\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 ""
+msgid "Cos Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03102100.xhp
+#: 03080102.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3149924\n"
-"27\n"
+"03080102.xhp\n"
+"bm_id3154923\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 ""
+msgid "<bookmark_value>Cos function</bookmark_value>"
+msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
-#: 03102100.xhp
+#: 03080102.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3148488\n"
-"28\n"
+"03080102.xhp\n"
+"hd_id3154923\n"
+"1\n"
"help.text"
-msgid "Arrays are declared with the Dim statement. There are two methods to define the index range:"
-msgstr ""
+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>"
-#: 03102100.xhp
+#: 03080102.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3154662\n"
-"29\n"
+"03080102.xhp\n"
+"par_id3159413\n"
+"2\n"
"help.text"
-msgid "DIM text(20) as String REM 21 elements numbered from 0 to 20"
+msgid "Calculates the cosine of an angle. The angle is specified in radians. The result lies between -1 and 1."
msgstr ""
-#: 03102100.xhp
+#: 03080102.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3155604\n"
-"30\n"
+"03080102.xhp\n"
+"par_id3150358\n"
+"3\n"
"help.text"
-msgid "DIM text(5 to 25) as String REM 21 elements numbered from 5 to 25"
+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 ""
-#: 03102100.xhp
+#: 03080102.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3151274\n"
-"31\n"
+"03080102.xhp\n"
+"par_id3154141\n"
+"4\n"
"help.text"
-msgid "DIM text(-15 to 5) as String REM 21 elements (including 0)"
+msgid "Cos(Alpha) = Adjacent/Hypotenuse"
msgstr ""
-#: 03102100.xhp
+#: 03080102.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3152774\n"
-"32\n"
+"03080102.xhp\n"
+"hd_id3154125\n"
+"5\n"
"help.text"
-msgid "REM numbered from -15 to 5"
+msgid "Syntax:"
msgstr ""
-#: 03102100.xhp
+#: 03080102.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3150829\n"
-"33\n"
+"03080102.xhp\n"
+"par_id3145172\n"
+"6\n"
"help.text"
-msgid "Two-dimensional data field"
+msgid "Cos (Number)"
msgstr ""
-#: 03102100.xhp
+#: 03080102.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3149529\n"
-"34\n"
+"03080102.xhp\n"
+"hd_id3156214\n"
+"7\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 ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03102100.xhp
+#: 03080102.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3159239\n"
-"35\n"
+"03080102.xhp\n"
+"par_id3150449\n"
+"8\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."
+msgid "Double"
msgstr ""
-#: 03102100.xhp
+#: 03080102.xhp
msgctxt ""
-"03102100.xhp\n"
-"hd_id3150344\n"
-"36\n"
+"03080102.xhp\n"
+"hd_id3153969\n"
+"9\n"
"help.text"
-msgid "Example:"
+msgid "Parameters:"
msgstr ""
-#: 03102100.xhp
+#: 03080102.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3154657\n"
-"40\n"
+"03080102.xhp\n"
+"par_id3153770\n"
+"10\n"
"help.text"
-msgid "sVar = \"Office\""
+msgid "<emph>Number:</emph> Numeric expression that specifies an angle in radians that you want to calculate the cosine for."
msgstr ""
-#: 03102100.xhp
+#: 03080102.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3149036\n"
-"44\n"
+"03080102.xhp\n"
+"par_id3145749\n"
+"11\n"
"help.text"
-msgid "' Two-dimensional data field"
+msgid "To convert degrees to radians, multiply degrees by pi/180. To convert radians to degrees, multiply radians by 180/pi."
msgstr ""
-#: 03102100.xhp
+#: 03080102.xhp
msgctxt ""
-"03102100.xhp\n"
-"par_id3153782\n"
-"46\n"
+"03080102.xhp\n"
+"par_id3149664\n"
+"12\n"
"help.text"
-msgid "Const sDim As String = \" Dimension:\""
+msgid "degree=(radian*180)/pi"
msgstr ""
-#: 03020102.xhp
-msgctxt ""
-"03020102.xhp\n"
-"tit\n"
-"help.text"
-msgid "FreeFile Function[Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03020102.xhp
-msgctxt ""
-"03020102.xhp\n"
-"bm_id3150400\n"
-"help.text"
-msgid "<bookmark_value>FreeFile function</bookmark_value>"
-msgstr "<bookmark_value>Trim ფუნქცია</bookmark_value>"
-
-#: 03020102.xhp
-#, fuzzy
-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>"
-
-#: 03020102.xhp
+#: 03080102.xhp
msgctxt ""
-"03020102.xhp\n"
-"par_id3154366\n"
-"2\n"
+"03080102.xhp\n"
+"par_id3146985\n"
+"13\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."
+msgid "radian=(degree*pi)/180"
msgstr ""
-#: 03020102.xhp
+#: 03080102.xhp
msgctxt ""
-"03020102.xhp\n"
-"hd_id3150769\n"
-"3\n"
+"03080102.xhp\n"
+"par_id3152885\n"
+"14\n"
"help.text"
-msgid "Syntax:"
+msgid "Pi is here the fixed circle constant with the rounded value 3.14159..."
msgstr ""
-#: 03020102.xhp
+#: 03080102.xhp
msgctxt ""
-"03020102.xhp\n"
-"hd_id3151042\n"
-"5\n"
+"03080102.xhp\n"
+"hd_id3153951\n"
+"15\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03020102.xhp
+#: 03080102.xhp
msgctxt ""
-"03020102.xhp\n"
-"par_id3150440\n"
-"6\n"
+"03080102.xhp\n"
+"par_id3155855\n"
+"16\n"
"help.text"
-msgid "Integer"
+msgid "' The following example allows for a right-angled triangle the input of"
msgstr ""
-#: 03020102.xhp
+#: 03080102.xhp
msgctxt ""
-"03020102.xhp\n"
-"hd_id3148576\n"
-"7\n"
+"03080102.xhp\n"
+"par_id3149484\n"
+"17\n"
"help.text"
-msgid "Parameters:"
+msgid "' secant and angle (in degrees) and calculates the length of the hypotenuse:"
msgstr ""
-#: 03020102.xhp
+#: 03080102.xhp
msgctxt ""
-"03020102.xhp\n"
-"par_id3155854\n"
-"8\n"
+"03080102.xhp\n"
+"par_id3150010\n"
+"19\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."
+msgid "' rounded Pi = 3.14159"
msgstr ""
-#: 03020102.xhp
+#: 03080102.xhp
msgctxt ""
-"03020102.xhp\n"
-"hd_id3159153\n"
-"9\n"
+"03080102.xhp\n"
+"par_id3144764\n"
+"21\n"
"help.text"
-msgid "Example:"
+msgid "d1 = InputBox$ (\"\"Enter the length of the adjacent side: \",\"Adjacent\")"
msgstr ""
-#: 03020102.xhp
+#: 03080102.xhp
msgctxt ""
-"03020102.xhp\n"
-"par_id3155416\n"
-"18\n"
+"03080102.xhp\n"
+"par_id3154491\n"
+"22\n"
"help.text"
-msgid "Print #iNumber, \"First line of text\""
+msgid "dAngle = InputBox$ (\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
msgstr ""
-#: 03020102.xhp
+#: 03080102.xhp
msgctxt ""
-"03020102.xhp\n"
-"par_id3153416\n"
-"19\n"
+"03080102.xhp\n"
+"par_id3151074\n"
+"23\n"
"help.text"
-msgid "Print #iNumber, \"Another line of text\""
+msgid "Print \"The length of the hypothenuse is\"; (d1 / cos (dAngle * Pi / 180))"
msgstr ""
-#: 03120312.xhp
+#: 03080103.xhp
msgctxt ""
-"03120312.xhp\n"
+"03080103.xhp\n"
"tit\n"
"help.text"
-msgid "ConvertToURL Function [Runtime]"
+msgid "Sin Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03120312.xhp
+#: 03080103.xhp
msgctxt ""
-"03120312.xhp\n"
-"bm_id3152801\n"
+"03080103.xhp\n"
+"bm_id3153896\n"
"help.text"
-msgid "<bookmark_value>ConvertToURL function</bookmark_value>"
-msgstr "<bookmark_value>ConvertToURL ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Sin function</bookmark_value>"
+msgstr "<bookmark_value>Join ფუნქცია</bookmark_value>"
-#: 03120312.xhp
-#, fuzzy
+#: 03080103.xhp
msgctxt ""
-"03120312.xhp\n"
-"hd_id3152801\n"
+"03080103.xhp\n"
+"hd_id3153896\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120312.xhp\" name=\"ConvertToURL Function [Runtime]\">ConvertToURL Function [Runtime]</link>"
+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>"
-#: 03120312.xhp
+#: 03080103.xhp
msgctxt ""
-"03120312.xhp\n"
-"par_id3148538\n"
+"03080103.xhp\n"
+"par_id3149456\n"
"2\n"
"help.text"
-msgid "Converts a system file name to a file URL."
-msgstr "გადაყავს სისტემური ფაილის სახელი URL-ში."
+msgid "Returns the sine of an angle. The angle is specified in radians. The result lies between -1 and 1."
+msgstr ""
-#: 03120312.xhp
+#: 03080103.xhp
msgctxt ""
-"03120312.xhp\n"
-"hd_id3150669\n"
+"03080103.xhp\n"
+"par_id3153379\n"
"3\n"
"help.text"
-msgid "Syntax:"
+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 ""
-#: 03120312.xhp
+#: 03080103.xhp
msgctxt ""
-"03120312.xhp\n"
-"par_id3154285\n"
+"03080103.xhp\n"
+"par_id3148798\n"
"4\n"
"help.text"
-msgid "ConvertToURL(filename)"
-msgstr "ConvertToURL(filename)"
+msgid "Sin(Alpha) = side opposite the angle/hypotenuse"
+msgstr ""
-#: 03120312.xhp
+#: 03080103.xhp
msgctxt ""
-"03120312.xhp\n"
-"hd_id3150984\n"
+"03080103.xhp\n"
+"hd_id3147230\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Syntax:"
+msgstr ""
-#: 03120312.xhp
+#: 03080103.xhp
msgctxt ""
-"03120312.xhp\n"
-"par_id3147530\n"
+"03080103.xhp\n"
+"par_id3154909\n"
"6\n"
"help.text"
-msgid "String"
-msgstr "სტრიქონები"
+msgid "Sin (Number)"
+msgstr ""
-#: 03120312.xhp
+#: 03080103.xhp
msgctxt ""
-"03120312.xhp\n"
-"hd_id3148550\n"
+"03080103.xhp\n"
+"hd_id3156214\n"
"7\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120312.xhp
+#: 03080103.xhp
msgctxt ""
-"03120312.xhp\n"
-"par_id3148947\n"
+"03080103.xhp\n"
+"par_id3150870\n"
"8\n"
"help.text"
-msgid "<emph>Filename:</emph> A file name as string."
-msgstr "<emph>ფაილის სახელი:</emph> ფაილის სახელი, როგოც სტრინგი."
+msgid "Double"
+msgstr ""
-#: 03120312.xhp
+#: 03080103.xhp
msgctxt ""
-"03120312.xhp\n"
-"hd_id3153361\n"
+"03080103.xhp\n"
+"hd_id3155132\n"
"9\n"
"help.text"
-msgid "Example:"
+msgid "Parameters:"
msgstr ""
-#: 03120312.xhp
+#: 03080103.xhp
msgctxt ""
-"03120312.xhp\n"
-"par_id3150792\n"
+"03080103.xhp\n"
+"par_id3145786\n"
"10\n"
"help.text"
-msgid "systemFile$ = \"c:\\folder\\mytext.txt\""
+msgid "<emph>Number:</emph> Numeric expression that defines the angle in radians that you want to calculate the sine for."
msgstr ""
-#: 03120312.xhp
+#: 03080103.xhp
msgctxt ""
-"03120312.xhp\n"
-"par_id3154365\n"
+"03080103.xhp\n"
+"par_id3155413\n"
"11\n"
"help.text"
-msgid "url$ = ConvertToURL( systemFile$ )"
+msgid "To convert degrees to radians, multiply degrees by Pi/180, and to convert radians to degrees, multiply radians by 180/Pi."
msgstr ""
-#: 03120312.xhp
+#: 03080103.xhp
msgctxt ""
-"03120312.xhp\n"
-"par_id3151042\n"
+"03080103.xhp\n"
+"par_id3149664\n"
"12\n"
"help.text"
-msgid "print url$"
+msgid "grad=(radiant*180)/pi"
msgstr ""
-#: 03120312.xhp
+#: 03080103.xhp
msgctxt ""
-"03120312.xhp\n"
-"par_id3154909\n"
+"03080103.xhp\n"
+"par_id3153143\n"
"13\n"
"help.text"
-msgid "systemFileAgain$ = ConvertFromURL( url$ )"
+msgid "radiant=(grad*pi)/180"
msgstr ""
-#: 03120312.xhp
+#: 03080103.xhp
msgctxt ""
-"03120312.xhp\n"
-"par_id3144762\n"
+"03080103.xhp\n"
+"par_id3151112\n"
"14\n"
"help.text"
-msgid "print systemFileAgain$"
-msgstr ""
-
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"tit\n"
-"help.text"
-msgid "Set Statement[Runtime]"
-msgstr ""
-
-#: 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>"
-
-#: 03103700.xhp
-#, fuzzy
-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>"
-
-#: 03103700.xhp
-msgctxt ""
-"03103700.xhp\n"
-"par_id3159149\n"
-"2\n"
-"help.text"
-msgid "Sets an object reference on a variable or a Property."
+msgid "Pi is approximately 3.141593."
msgstr ""
-#: 03103700.xhp
+#: 03080103.xhp
msgctxt ""
-"03103700.xhp\n"
-"hd_id3153105\n"
-"3\n"
+"03080103.xhp\n"
+"hd_id3163712\n"
+"15\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03103700.xhp
+#: 03080103.xhp
msgctxt ""
-"03103700.xhp\n"
-"par_id3154217\n"
-"4\n"
+"03080103.xhp\n"
+"par_id3149482\n"
+"16\n"
"help.text"
-msgid "Set ObjectVar = Object"
+msgid "' In this example, the following entry is possible for a right-angled triangle:"
msgstr ""
-#: 03103700.xhp
+#: 03080103.xhp
msgctxt ""
-"03103700.xhp\n"
-"hd_id3154685\n"
-"5\n"
+"03080103.xhp\n"
+"par_id3148577\n"
+"17\n"
"help.text"
-msgid "Parameters:"
+msgid "' The side opposite the angle and the angle (in degrees) to calculate the length of the hypotenuse:"
msgstr ""
-#: 03103700.xhp
+#: 03080103.xhp
msgctxt ""
-"03103700.xhp\n"
-"par_id3156281\n"
-"6\n"
+"03080103.xhp\n"
+"par_id3150011\n"
+"19\n"
"help.text"
-msgid "<emph>ObjectVar:</emph> a variable or a property that requires an object reference."
+msgid "' Pi = 3.1415926 is a predefined variable"
msgstr ""
-#: 03103700.xhp
+#: 03080103.xhp
msgctxt ""
-"03103700.xhp\n"
-"par_id3159252\n"
-"7\n"
+"03080103.xhp\n"
+"par_id3145251\n"
+"22\n"
"help.text"
-msgid "<emph>Object:</emph> Object that the variable or the property refers to."
+msgid "d1 = InputBox$ (\"Enter the length of the opposite side: \",\"Opposite Side\")"
msgstr ""
-#: 03103700.xhp
+#: 03080103.xhp
msgctxt ""
-"03103700.xhp\n"
-"par_idN10623\n"
+"03080103.xhp\n"
+"par_id3148456\n"
+"23\n"
"help.text"
-msgid "<emph>Nothing</emph> - Assign the <emph>Nothing</emph> object to a variable to remove a previous assignment."
+msgid "dAlpha = InputBox$ (\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
msgstr ""
-#: 03103700.xhp
+#: 03080103.xhp
msgctxt ""
-"03103700.xhp\n"
-"hd_id3159153\n"
-"8\n"
+"03080103.xhp\n"
+"par_id3153877\n"
+"24\n"
"help.text"
-msgid "Example:"
+msgid "Print \"The length of the hypotenuse is\"; (d1 / sin (dAlpha * Pi / 180))"
msgstr ""
-#: 03101300.xhp
+#: 03080104.xhp
msgctxt ""
-"03101300.xhp\n"
+"03080104.xhp\n"
"tit\n"
"help.text"
-msgid "DefDate Statement [Runtime]"
-msgstr ""
+msgid "Tan Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03101300.xhp
+#: 03080104.xhp
msgctxt ""
-"03101300.xhp\n"
-"bm_id3150504\n"
+"03080104.xhp\n"
+"bm_id3148550\n"
"help.text"
-msgid "<bookmark_value>DefDate statement</bookmark_value>"
-msgstr "<bookmark_value>DefStr განცხადება</bookmark_value>"
+msgid "<bookmark_value>Tan function</bookmark_value>"
+msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
-#: 03101300.xhp
-#, fuzzy
+#: 03080104.xhp
msgctxt ""
-"03101300.xhp\n"
-"hd_id3150504\n"
+"03080104.xhp\n"
+"hd_id3148550\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>"
+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>"
-#: 03101300.xhp
+#: 03080104.xhp
msgctxt ""
-"03101300.xhp\n"
-"par_id3145069\n"
+"03080104.xhp\n"
+"par_id3148663\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 განცხადება საწყისი ცვლადის ტიპს აყენებს ასოთა რანგის მიხედვით."
+msgid "Determines the tangent of an angle. The angle is specified in radians."
+msgstr ""
-#: 03101300.xhp
+#: 03080104.xhp
msgctxt ""
-"03101300.xhp\n"
-"hd_id3154758\n"
+"03080104.xhp\n"
+"par_id3153379\n"
"3\n"
"help.text"
-msgid "Syntax:"
+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 ""
-#: 03101300.xhp
+#: 03080104.xhp
msgctxt ""
-"03101300.xhp\n"
-"par_id3148664\n"
+"03080104.xhp\n"
+"par_id3154366\n"
"4\n"
"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgid "Tan(Alpha) = side opposite the angle/side adjacent to angle"
msgstr ""
-#: 03101300.xhp
+#: 03080104.xhp
msgctxt ""
-"03101300.xhp\n"
-"hd_id3150541\n"
+"03080104.xhp\n"
+"hd_id3145174\n"
"5\n"
"help.text"
-msgid "Parameters:"
+msgid "Syntax:"
msgstr ""
-#: 03101300.xhp
+#: 03080104.xhp
msgctxt ""
-"03101300.xhp\n"
-"par_id3156709\n"
+"03080104.xhp\n"
+"par_id3151042\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."
+msgid "Tan (Number)"
msgstr ""
-#: 03101300.xhp
+#: 03080104.xhp
msgctxt ""
-"03101300.xhp\n"
-"par_id3150869\n"
+"03080104.xhp\n"
+"hd_id3156214\n"
"7\n"
"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03101300.xhp
+#: 03080104.xhp
msgctxt ""
-"03101300.xhp\n"
-"par_id3145171\n"
+"03080104.xhp\n"
+"par_id3156281\n"
"8\n"
"help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
+msgid "Double"
msgstr ""
-#: 03101300.xhp
+#: 03080104.xhp
msgctxt ""
-"03101300.xhp\n"
-"par_id3150767\n"
+"03080104.xhp\n"
+"hd_id3155132\n"
"9\n"
"help.text"
-msgid "<emph>DefDate:</emph> Date"
+msgid "Parameters:"
msgstr ""
-#: 03101300.xhp
+#: 03080104.xhp
msgctxt ""
-"03101300.xhp\n"
-"hd_id3153768\n"
+"03080104.xhp\n"
+"par_id3145786\n"
"10\n"
"help.text"
-msgid "Example:"
+msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the tangent for (in radians)."
msgstr ""
-#: 03101300.xhp
+#: 03080104.xhp
msgctxt ""
-"03101300.xhp\n"
-"par_id3145785\n"
-"12\n"
+"03080104.xhp\n"
+"par_id3153728\n"
+"11\n"
"help.text"
-msgid "' Prefix definitions for variable types:"
+msgid "To convert degrees to radians, multiply by Pi/180. To convert radians to degrees, multiply by 180/Pi."
msgstr ""
-#: 03101300.xhp
+#: 03080104.xhp
msgctxt ""
-"03101300.xhp\n"
-"par_id3152462\n"
-"22\n"
+"03080104.xhp\n"
+"par_id3155414\n"
+"12\n"
"help.text"
-msgid "tDate=Date ' tDate is an implicit date variable"
+msgid "degrees=(radiant*180)/Pi"
msgstr ""
-#: 01020500.xhp
+#: 03080104.xhp
msgctxt ""
-"01020500.xhp\n"
-"tit\n"
+"03080104.xhp\n"
+"par_id3146975\n"
+"13\n"
"help.text"
-msgid "Libraries, Modules and Dialogs"
+msgid "radiant=(degrees*Pi)/180"
msgstr ""
-#: 01020500.xhp
+#: 03080104.xhp
msgctxt ""
-"01020500.xhp\n"
-"hd_id3147317\n"
-"1\n"
+"03080104.xhp\n"
+"par_id3147434\n"
+"14\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/01020500.xhp\" name=\"Libraries, Modules and Dialogs\">Libraries, Modules and Dialogs</link>"
+msgid "Pi is approximately 3.141593."
msgstr ""
-#: 01020500.xhp
+#: 03080104.xhp
msgctxt ""
-"01020500.xhp\n"
-"par_id3147427\n"
-"2\n"
+"03080104.xhp\n"
+"hd_id3149483\n"
+"15\n"
"help.text"
-msgid "The following describes the basic use of libraries, modules and dialogs in $[officename] Basic."
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 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 ""
-#: 01020500.xhp
+#: 03080104.xhp
msgctxt ""
-"01020500.xhp\n"
-"par_id3146120\n"
-"3\n"
+"03080104.xhp\n"
+"par_id3150012\n"
+"17\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."
+msgid "' The side opposite the angle and the angle (in degrees) to calculate the length of the side adjacent to the angle:"
msgstr ""
-#: 01020500.xhp
+#: 03080104.xhp
msgctxt ""
-"01020500.xhp\n"
-"hd_id3148575\n"
-"5\n"
+"03080104.xhp\n"
+"par_id3153158\n"
+"19\n"
"help.text"
-msgid "Libraries"
+msgid "' Pi = 3.1415926 is a pre-defined variable"
msgstr ""
-#: 01020500.xhp
+#: 03080104.xhp
msgctxt ""
-"01020500.xhp\n"
-"par_id3150011\n"
-"6\n"
+"03080104.xhp\n"
+"par_id3145252\n"
+"22\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."
+msgid "d1 = InputBox$ (\"Enter the length of the side opposite the angle: \",\"opposite\")"
msgstr ""
-#: 01020500.xhp
+#: 03080104.xhp
msgctxt ""
-"01020500.xhp\n"
-"par_id3151112\n"
-"7\n"
+"03080104.xhp\n"
+"par_id3149582\n"
+"23\n"
"help.text"
-msgid "A library can contain up to 16,000 modules."
+msgid "dAlpha = InputBox$ (\"Enter the Alpha angle (in degrees): \",\"Alpha\")"
msgstr ""
-#: 01020500.xhp
+#: 03080104.xhp
msgctxt ""
-"01020500.xhp\n"
-"hd_id3149262\n"
-"8\n"
+"03080104.xhp\n"
+"par_id3154016\n"
+"24\n"
"help.text"
-msgid "Modules"
+msgid "Print \"the length of the side adjacent the angle is\"; (d1 / tan (dAlpha * Pi / 180))"
msgstr ""
-#: 01020500.xhp
+#: 03080200.xhp
msgctxt ""
-"01020500.xhp\n"
-"par_id3156441\n"
-"9\n"
+"03080200.xhp\n"
+"tit\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."
+msgid "Exponential and Logarithmic Functions"
msgstr ""
-#: 01020500.xhp
+#: 03080200.xhp
msgctxt ""
-"01020500.xhp\n"
-"hd_id3152577\n"
-"11\n"
+"03080200.xhp\n"
+"hd_id3154758\n"
+"1\n"
"help.text"
-msgid "Dialog Modules"
+msgid "<link href=\"text/sbasic/shared/03080200.xhp\" name=\"Exponential and Logarithmic Functions\">Exponential and Logarithmic Functions</link>"
msgstr ""
-#: 01020500.xhp
+#: 03080200.xhp
msgctxt ""
-"01020500.xhp\n"
-"par_id3149377\n"
-"12\n"
+"03080200.xhp\n"
+"par_id3148550\n"
+"2\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\"."
+msgid "$[officename] Basic supports the following exponential and logarithmic functions."
msgstr ""
-#: 03030000.xhp
+#: 03080201.xhp
msgctxt ""
-"03030000.xhp\n"
+"03080201.xhp\n"
"tit\n"
"help.text"
-msgid "Date and Time Functions"
-msgstr ""
+msgid "Exp Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03030000.xhp
+#: 03080201.xhp
msgctxt ""
-"03030000.xhp\n"
-"hd_id3150502\n"
+"03080201.xhp\n"
+"bm_id3150616\n"
+"help.text"
+msgid "<bookmark_value>Exp function</bookmark_value>"
+msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
+
+#: 03080201.xhp
+msgctxt ""
+"03080201.xhp\n"
+"hd_id3150616\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030000.xhp\" name=\"Date and Time Functions\">Date and Time Functions</link>"
-msgstr ""
+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>"
-#: 03030000.xhp
+#: 03080201.xhp
msgctxt ""
-"03030000.xhp\n"
-"par_id3153255\n"
+"03080201.xhp\n"
+"par_id3155555\n"
"2\n"
"help.text"
-msgid "Use the statements and functions described here to perform date and time calculations."
+msgid "Returns the base of the natural logarithm (e = 2.718282) raised to a power."
msgstr ""
-#: 03030000.xhp
+#: 03080201.xhp
msgctxt ""
-"03030000.xhp\n"
-"par_id3152363\n"
+"03080201.xhp\n"
+"hd_id3150984\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."
+msgid "Syntax:"
msgstr ""
-#: 03030000.xhp
+#: 03080201.xhp
msgctxt ""
-"03030000.xhp\n"
-"par_id3151054\n"
+"03080201.xhp\n"
+"par_id3145315\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."
+msgid "Exp (Number)"
msgstr ""
-#: 03090000.xhp
+#: 03080201.xhp
msgctxt ""
-"03090000.xhp\n"
-"tit\n"
+"03080201.xhp\n"
+"hd_id3154347\n"
+"5\n"
"help.text"
-msgid "Controlling Program Execution"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03090000.xhp
+#: 03080201.xhp
msgctxt ""
-"03090000.xhp\n"
-"hd_id3145136\n"
-"1\n"
+"03080201.xhp\n"
+"par_id3149670\n"
+"6\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090000.xhp\" name=\"Controlling Program Execution\">Controlling Program Execution</link>"
+msgid "Double"
msgstr ""
-#: 03090000.xhp
+#: 03080201.xhp
msgctxt ""
-"03090000.xhp\n"
-"par_id3143268\n"
-"2\n"
+"03080201.xhp\n"
+"hd_id3154760\n"
+"7\n"
"help.text"
-msgid "The following statements control the execution of a program."
+msgid "Parameters:"
msgstr ""
-#: 03090000.xhp
+#: 03080201.xhp
msgctxt ""
-"03090000.xhp\n"
-"par_id3156152\n"
-"3\n"
+"03080201.xhp\n"
+"par_id3150793\n"
+"8\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."
+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 ""
-#: 03080000.xhp
+#: 03080201.xhp
msgctxt ""
-"03080000.xhp\n"
-"tit\n"
+"03080201.xhp\n"
+"hd_id3156280\n"
+"9\n"
"help.text"
-msgid "Numeric Functions"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03080000.xhp
-#, fuzzy
+#: 03080201.xhp
msgctxt ""
-"03080000.xhp\n"
-"hd_id3153127\n"
-"1\n"
+"03080201.xhp\n"
+"par_id3159254\n"
+"13\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>"
+msgid "Const b2=1.345e34"
+msgstr ""
-#: 03080000.xhp
+#: 03080201.xhp
msgctxt ""
-"03080000.xhp\n"
-"par_id3148550\n"
-"2\n"
+"03080201.xhp\n"
+"par_id3161832\n"
+"15\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."
+msgid "MsgBox \"\" & dValue & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm\""
msgstr ""
-#: 03120310.xhp
+#: 03080202.xhp
msgctxt ""
-"03120310.xhp\n"
+"03080202.xhp\n"
"tit\n"
"help.text"
-msgid "UCase Function [Runtime]"
+msgid "Log Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03120310.xhp
+#: 03080202.xhp
msgctxt ""
-"03120310.xhp\n"
-"bm_id3153527\n"
+"03080202.xhp\n"
+"bm_id3149416\n"
"help.text"
-msgid "<bookmark_value>UCase function</bookmark_value>"
-msgstr "<bookmark_value>UCase ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Log function</bookmark_value>"
+msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
-#: 03120310.xhp
+#: 03080202.xhp
msgctxt ""
-"03120310.xhp\n"
-"hd_id3153527\n"
+"03080202.xhp\n"
+"hd_id3149416\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase Function [Runtime]\">UCase Function [Runtime]</link>"
+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>"
-#: 03120310.xhp
+#: 03080202.xhp
msgctxt ""
-"03120310.xhp\n"
-"par_id3155420\n"
+"03080202.xhp\n"
+"par_id3145066\n"
"2\n"
"help.text"
-msgid "Converts lowercase characters in a string to uppercase."
-msgstr "სტრინგში გადაყავს პატარა ასო-ნიშნები დიდში."
+msgid "Returns the natural logarithm of a number."
+msgstr ""
-#: 03120310.xhp
+#: 03080202.xhp
msgctxt ""
-"03120310.xhp\n"
-"par_id3150771\n"
+"03080202.xhp\n"
+"hd_id3159414\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>"
+msgid "Syntax:"
+msgstr ""
-#: 03120310.xhp
+#: 03080202.xhp
msgctxt ""
-"03120310.xhp\n"
-"par_id3149233\n"
+"03080202.xhp\n"
+"par_id3154760\n"
"4\n"
"help.text"
-msgid "<emph>Syntax</emph>:"
-msgstr "<emph>სინტაქსი</emph>:"
+msgid "Log (Number)"
+msgstr ""
-#: 03120310.xhp
+#: 03080202.xhp
msgctxt ""
-"03120310.xhp\n"
-"par_id3153061\n"
+"03080202.xhp\n"
+"hd_id3149457\n"
"5\n"
"help.text"
-msgid "UCase (Text As String)"
-msgstr "UCase (Text As String)"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120310.xhp
+#: 03080202.xhp
msgctxt ""
-"03120310.xhp\n"
-"par_id3159414\n"
+"03080202.xhp\n"
+"par_id3150791\n"
"6\n"
"help.text"
-msgid "<emph>Return value</emph>:"
-msgstr "<emph>დაბრუნებული მნიშვნელობა</emph>:"
+msgid "Double"
+msgstr ""
-#: 03120310.xhp
+#: 03080202.xhp
msgctxt ""
-"03120310.xhp\n"
-"par_id3146795\n"
+"03080202.xhp\n"
+"hd_id3151211\n"
"7\n"
"help.text"
-msgid "String"
-msgstr "სტრიქონები"
+msgid "Parameters:"
+msgstr ""
-#: 03120310.xhp
+#: 03080202.xhp
msgctxt ""
-"03120310.xhp\n"
-"hd_id3149457\n"
+"03080202.xhp\n"
+"par_id3151041\n"
"8\n"
"help.text"
-msgid "Parameters:"
+msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the natural logarithm for."
msgstr ""
-#: 03120310.xhp
+#: 03080202.xhp
msgctxt ""
-"03120310.xhp\n"
-"par_id3150791\n"
+"03080202.xhp\n"
+"par_id3150869\n"
"9\n"
"help.text"
-msgid "<emph>Text:</emph> Any string expression that you want to convert."
-msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
+msgid "The natural logarithm is the logarithm to the base e. Base e is a constant with an approximate value of 2.718282..."
+msgstr ""
-#: 03120310.xhp
+#: 03080202.xhp
msgctxt ""
-"03120310.xhp\n"
-"hd_id3154125\n"
+"03080202.xhp\n"
+"par_id3153968\n"
"10\n"
"help.text"
-msgid "Example:"
+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 ""
-#: 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\""
-
-#: 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\""
-
-#: 03100060.xhp
-msgctxt ""
-"03100060.xhp\n"
-"tit\n"
-"help.text"
-msgid "CDec Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03100060.xhp
-msgctxt ""
-"03100060.xhp\n"
-"bm_id863979\n"
-"help.text"
-msgid "<bookmark_value>CDec function</bookmark_value>"
-msgstr "<bookmark_value>CDec ფუნქცია</bookmark_value>"
-
-#: 03100060.xhp
+#: 03080202.xhp
msgctxt ""
-"03100060.xhp\n"
-"par_idN10548\n"
+"03080202.xhp\n"
+"par_id3145420\n"
+"11\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03100060.xhp\">CDec Function [Runtime]</link>"
+msgid "Log n(x) = Log(x) / Log(n)"
msgstr ""
-#: 03100060.xhp
+#: 03080202.xhp
msgctxt ""
-"03100060.xhp\n"
-"par_idN10558\n"
+"03080202.xhp\n"
+"hd_id3155131\n"
+"12\n"
"help.text"
-msgid "Converts a string expression or numeric expression to a decimal expression."
-msgstr "გადაყავს სტრინგული ან რიცხვითი გამოსახულება ათობით გამოსახულებაში."
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03100060.xhp
+#: 03080202.xhp
msgctxt ""
-"03100060.xhp\n"
-"par_idN1055B\n"
+"03080202.xhp\n"
+"par_id3149262\n"
+"18\n"
"help.text"
-msgid "Syntax:"
+msgid "MsgBox \"\" & a & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm function\""
msgstr ""
-#: 03100060.xhp
-msgctxt ""
-"03100060.xhp\n"
-"par_idN105EA\n"
-"help.text"
-msgid "CDec(Expression)"
-msgstr "CDec(Expression)"
-
-#: 03100060.xhp
-msgctxt ""
-"03100060.xhp\n"
-"par_idN105ED\n"
-"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03100060.xhp
+#: 03080300.xhp
msgctxt ""
-"03100060.xhp\n"
-"par_idN105F1\n"
+"03080300.xhp\n"
+"tit\n"
"help.text"
-msgid "Decimal number."
-msgstr "ათწილადი რიცხვი."
+msgid "Generating Random Numbers"
+msgstr ""
-#: 03100060.xhp
+#: 03080300.xhp
msgctxt ""
-"03100060.xhp\n"
-"par_idN105F4\n"
+"03080300.xhp\n"
+"hd_id3143270\n"
+"1\n"
"help.text"
-msgid "Parameter:"
+msgid "<link href=\"text/sbasic/shared/03080300.xhp\" name=\"Generating Random Numbers\">Generating Random Numbers</link>"
msgstr ""
-#: 03100060.xhp
+#: 03080300.xhp
msgctxt ""
-"03100060.xhp\n"
-"par_idN105F8\n"
+"03080300.xhp\n"
+"par_id3154347\n"
+"2\n"
"help.text"
-msgid "Expression: Any string or numeric expression that you want to convert."
-msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
+msgid "The following statements and functions generate random numbers."
+msgstr ""
-#: 01040000.xhp
+#: 03080301.xhp
msgctxt ""
-"01040000.xhp\n"
+"03080301.xhp\n"
"tit\n"
"help.text"
-msgid "Event-Driven Macros"
+msgid "Randomize Statement [Runtime]"
msgstr ""
-#: 01040000.xhp
+#: 03080301.xhp
msgctxt ""
-"01040000.xhp\n"
-"bm_id3154581\n"
+"03080301.xhp\n"
+"bm_id3150616\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 ""
+msgid "<bookmark_value>Randomize statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 01040000.xhp
+#: 03080301.xhp
msgctxt ""
-"01040000.xhp\n"
-"hd_id3147348\n"
+"03080301.xhp\n"
+"hd_id3150616\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/01040000.xhp\" name=\"Event-Driven Macros\">Event-Driven Macros</link>"
-msgstr ""
+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>"
-#: 01040000.xhp
+#: 03080301.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3146120\n"
+"03080301.xhp\n"
+"par_id3145090\n"
"2\n"
"help.text"
-msgid "This section describes how to assign Basic programs to program events."
+msgid "Initializes the random-number generator."
msgstr ""
-#: 01040000.xhp
+#: 03080301.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3149263\n"
-"4\n"
+"03080301.xhp\n"
+"hd_id3147573\n"
+"3\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."
+msgid "Syntax:"
msgstr ""
-#: 01040000.xhp
+#: 03080301.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3148455\n"
-"5\n"
+"03080301.xhp\n"
+"par_id3145315\n"
+"4\n"
"help.text"
-msgid "Event"
+msgid "Randomize [Number]"
msgstr ""
-#: 01040000.xhp
+#: 03080301.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3145799\n"
-"6\n"
+"03080301.xhp\n"
+"hd_id3152456\n"
+"5\n"
"help.text"
-msgid "An assigned macro is executed..."
+msgid "Parameters:"
msgstr ""
-#: 01040000.xhp
+#: 03080301.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3149379\n"
-"7\n"
+"03080301.xhp\n"
+"par_id3149670\n"
+"6\n"
"help.text"
-msgid "Program Start"
-msgstr ""
+msgid "<emph>Number:</emph> Any integer value that initializes the random-number generator."
+msgstr "<emph>რიცხვი</emph> არის თარიღის შიდა რიცხვი."
-#: 01040000.xhp
+#: 03080301.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3150715\n"
-"8\n"
+"03080301.xhp\n"
+"hd_id3149655\n"
+"7\n"
"help.text"
-msgid "... after a $[officename] application is started."
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 01040000.xhp
+#: 03080301.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3146914\n"
-"9\n"
+"03080301.xhp\n"
+"par_id3147288\n"
+"14\n"
"help.text"
-msgid "Program End"
+msgid "iVar = Int((10 * Rnd) ) ' Range from 0 To 9"
msgstr ""
-#: 01040000.xhp
+#: 03080301.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3153765\n"
-"10\n"
+"03080301.xhp\n"
+"par_id3148617\n"
+"22\n"
"help.text"
-msgid "...before a $[officename] application is terminated."
+msgid "MsgBox sText,0,\"Spectral Distribution\""
msgstr ""
-#: 01040000.xhp
+#: 03080302.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3145150\n"
-"11\n"
+"03080302.xhp\n"
+"tit\n"
"help.text"
-msgid "Create Document"
-msgstr ""
+msgid "Rnd Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 01040000.xhp
+#: 03080302.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3163808\n"
-"12\n"
+"03080302.xhp\n"
+"bm_id3148685\n"
"help.text"
-msgid "...after a new document is created with <emph>File - New</emph> or with the <emph>New</emph> icon."
-msgstr ""
+msgid "<bookmark_value>Rnd function</bookmark_value>"
+msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
-#: 01040000.xhp
+#: 03080302.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3145790\n"
-"13\n"
+"03080302.xhp\n"
+"hd_id3148685\n"
+"1\n"
"help.text"
-msgid "Open Document"
-msgstr ""
+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>"
-#: 01040000.xhp
+#: 03080302.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3154572\n"
-"14\n"
+"03080302.xhp\n"
+"par_id3149669\n"
+"2\n"
"help.text"
-msgid "...after a document is opened with <emph>File - Open</emph> or with the <emph>Open</emph> icon."
+msgid "Returns a random number between 0 and 1."
msgstr ""
-#: 01040000.xhp
+#: 03080302.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3153266\n"
-"15\n"
+"03080302.xhp\n"
+"hd_id3153897\n"
+"3\n"
"help.text"
-msgid "Save Document As"
+msgid "Syntax:"
msgstr ""
-#: 01040000.xhp
+#: 03080302.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3150208\n"
-"16\n"
+"03080302.xhp\n"
+"par_id3150543\n"
+"4\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)."
+msgid "Rnd [(Expression)]"
msgstr ""
-#: 01040000.xhp
+#: 03080302.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3158215\n"
-"43\n"
+"03080302.xhp\n"
+"hd_id3149655\n"
+"5\n"
"help.text"
-msgid "Document has been saved as"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 01040000.xhp
+#: 03080302.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3150980\n"
-"44\n"
+"03080302.xhp\n"
+"par_id3154365\n"
+"6\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)."
+msgid "Double"
msgstr ""
-#: 01040000.xhp
+#: 03080302.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3150519\n"
-"17\n"
+"03080302.xhp\n"
+"hd_id3154909\n"
+"7\n"
"help.text"
-msgid "Save Document"
+msgid "Parameters:"
msgstr ""
-#: 01040000.xhp
+#: 03080302.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3155529\n"
-"18\n"
+"03080302.xhp\n"
+"par_id3125864\n"
+"8\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 ""
+msgid "<emph>Expression:</emph> Any numeric expression."
+msgstr "<emph>Expression: </emph>ნებისმიერი ციფრული გამოსახულება."
-#: 01040000.xhp
+#: 03080302.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3149404\n"
-"45\n"
+"03080302.xhp\n"
+"par_id3155306\n"
+"12\n"
"help.text"
-msgid "Document has been saved"
+msgid "<emph>Omitted:</emph> Returns the next random number in the sequence."
msgstr ""
-#: 01040000.xhp
+#: 03080302.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3151332\n"
-"46\n"
+"03080302.xhp\n"
+"par_id3147318\n"
+"14\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."
+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 ""
-#: 01040000.xhp
+#: 03080302.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3159171\n"
-"19\n"
+"03080302.xhp\n"
+"hd_id3151118\n"
+"15\n"
"help.text"
-msgid "Document is closing"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 01040000.xhp
+#: 03080302.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3146868\n"
-"20\n"
+"03080302.xhp\n"
+"par_id3147124\n"
+"21\n"
"help.text"
-msgid "...before a document is closed."
+msgid "Print \"Number from 1 to 5\""
msgstr ""
-#: 01040000.xhp
+#: 03080302.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3159097\n"
-"47\n"
+"03080302.xhp\n"
+"par_id3154943\n"
+"23\n"
"help.text"
-msgid "Document closed"
+msgid "Print \"Number from 6 to 8\""
msgstr ""
-#: 01040000.xhp
+#: 03080302.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3148606\n"
-"48\n"
+"03080302.xhp\n"
+"par_id3151074\n"
+"25\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."
+msgid "Print \"Greater than 8\""
msgstr ""
-#: 01040000.xhp
+#: 03080302.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3144772\n"
-"21\n"
+"03080302.xhp\n"
+"par_id3155602\n"
+"27\n"
"help.text"
-msgid "Activate Document"
+msgid "Print \"Outside range 1 to 10\""
msgstr ""
-#: 01040000.xhp
+#: 03080400.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3149442\n"
-"22\n"
+"03080400.xhp\n"
+"tit\n"
"help.text"
-msgid "...after a document is brought to the foreground."
+msgid "Square Root Calculation"
msgstr ""
-#: 01040000.xhp
+#: 03080400.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3150888\n"
-"23\n"
+"03080400.xhp\n"
+"hd_id3148946\n"
+"1\n"
"help.text"
-msgid "Deactivate Document"
+msgid "<link href=\"text/sbasic/shared/03080400.xhp\" name=\"Square Root Calculation\">Square Root Calculation</link>"
msgstr ""
-#: 01040000.xhp
+#: 03080400.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3154060\n"
-"24\n"
+"03080400.xhp\n"
+"par_id3159414\n"
+"2\n"
"help.text"
-msgid "...after another document is brought to the foreground."
+msgid "Use this function to calculate square roots."
msgstr ""
-#: 01040000.xhp
+#: 03080401.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3152384\n"
-"25\n"
+"03080401.xhp\n"
+"tit\n"
"help.text"
-msgid "Print Document"
-msgstr ""
+msgid "Sqr Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 01040000.xhp
+#: 03080401.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3152873\n"
-"26\n"
+"03080401.xhp\n"
+"bm_id3156027\n"
"help.text"
-msgid "...after the <emph>Print</emph> dialog is closed, but before the actual print process begins."
-msgstr ""
+msgid "<bookmark_value>Sqr function</bookmark_value>"
+msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
-#: 01040000.xhp
+#: 03080401.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3159227\n"
-"49\n"
+"03080401.xhp\n"
+"hd_id3156027\n"
+"1\n"
"help.text"
-msgid "JavaScript run-time error"
-msgstr ""
+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>"
-#: 01040000.xhp
+#: 03080401.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3145362\n"
-"50\n"
+"03080401.xhp\n"
+"par_id3147226\n"
+"2\n"
"help.text"
-msgid "...when a JavaScript run-time error occurs."
+msgid "Calculates the square root of a numeric expression."
msgstr ""
-#: 01040000.xhp
+#: 03080401.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3154767\n"
-"27\n"
+"03080401.xhp\n"
+"hd_id3143267\n"
+"3\n"
"help.text"
-msgid "Print Mail Merge"
+msgid "Syntax:"
msgstr ""
-#: 01040000.xhp
+#: 03080401.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3153555\n"
-"28\n"
+"03080401.xhp\n"
+"par_id3149415\n"
+"4\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."
+msgid "Sqr (Number)"
msgstr ""
-#: 01040000.xhp
+#: 03080401.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3156366\n"
-"51\n"
+"03080401.xhp\n"
+"hd_id3156023\n"
+"5\n"
"help.text"
-msgid "Change of the page count"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 01040000.xhp
+#: 03080401.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3154627\n"
-"52\n"
+"03080401.xhp\n"
+"par_id3156343\n"
+"6\n"
"help.text"
-msgid "...when the page count changes."
+msgid "Double"
msgstr ""
-#: 01040000.xhp
+#: 03080401.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3154737\n"
-"53\n"
+"03080401.xhp\n"
+"hd_id3147265\n"
+"7\n"
"help.text"
-msgid "Message received"
+msgid "Parameters:"
msgstr ""
-#: 01040000.xhp
+#: 03080401.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3150952\n"
-"54\n"
+"03080401.xhp\n"
+"par_id3149457\n"
+"8\n"
"help.text"
-msgid "...if a message was received."
+msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the square root for."
msgstr ""
-#: 01040000.xhp
+#: 03080401.xhp
msgctxt ""
-"01040000.xhp\n"
-"hd_id3153299\n"
-"30\n"
+"03080401.xhp\n"
+"par_id3154365\n"
+"9\n"
"help.text"
-msgid "Assigning a Macro to an Event"
+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 ""
-#: 01040000.xhp
+#: 03080401.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3147244\n"
-"31\n"
+"03080401.xhp\n"
+"hd_id3153192\n"
+"10\n"
"help.text"
-msgid "Choose <emph>Tools - Customize</emph> and click the <emph>Events</emph> tab."
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 01040000.xhp
+#: 03080500.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3146098\n"
-"55\n"
+"03080500.xhp\n"
+"tit\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."
+msgid "Integers"
msgstr ""
-#: 01040000.xhp
+#: 03080500.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3150431\n"
-"32\n"
+"03080500.xhp\n"
+"hd_id3153345\n"
+"1\n"
"help.text"
-msgid "Select the event from the <emph>Event</emph> list."
-msgstr ""
+msgid "<link href=\"text/sbasic/shared/03080500.xhp\" name=\"Integers\">Integers</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 01040000.xhp
+#: 03080500.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3148742\n"
-"33\n"
+"03080500.xhp\n"
+"par_id3156152\n"
+"2\n"
"help.text"
-msgid "Click <emph>Macro</emph> and select the macro to be assigned to the selected event."
+msgid "The following functions round values to integers."
msgstr ""
-#: 01040000.xhp
+#: 03080501.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3146321\n"
-"35\n"
+"03080501.xhp\n"
+"tit\n"
"help.text"
-msgid "Click <emph>OK</emph> to assign the macro."
-msgstr ""
+msgid "Fix Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 01040000.xhp
+#: 03080501.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3147414\n"
-"56\n"
+"03080501.xhp\n"
+"bm_id3159201\n"
"help.text"
-msgid "Click <emph>OK</emph> to close the dialog."
-msgstr ""
+msgid "<bookmark_value>Fix function</bookmark_value>"
+msgstr "<bookmark_value>Trim ფუნქცია</bookmark_value>"
-#: 01040000.xhp
+#: 03080501.xhp
msgctxt ""
-"01040000.xhp\n"
-"hd_id3154581\n"
-"36\n"
+"03080501.xhp\n"
+"hd_id3159201\n"
+"1\n"
"help.text"
-msgid "Removing the Assignment of a Macro to an Event"
-msgstr ""
+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>"
-#: 01040000.xhp
+#: 03080501.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3146883\n"
-"57\n"
+"03080501.xhp\n"
+"par_id3149346\n"
+"2\n"
"help.text"
-msgid "Choose <emph>Tools - Customize</emph> and click the <emph>Events</emph> tab."
+msgid "Returns the integer value of a numeric expression by removing the fractional part of the number."
msgstr ""
-#: 01040000.xhp
+#: 03080501.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3155909\n"
-"58\n"
+"03080501.xhp\n"
+"hd_id3155419\n"
+"3\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."
+msgid "Syntax:"
msgstr ""
-#: 01040000.xhp
+#: 03080501.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3159129\n"
-"59\n"
+"03080501.xhp\n"
+"par_id3156152\n"
+"4\n"
"help.text"
-msgid "Select the event that contains the assignment to be removed from the <emph>Event</emph> list."
-msgstr ""
+msgid "Fix (Expression)"
+msgstr "Str (გამოსახულება)"
-#: 01040000.xhp
+#: 03080501.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3149143\n"
-"37\n"
+"03080501.xhp\n"
+"hd_id3154923\n"
+"5\n"
"help.text"
-msgid "Click <emph>Remove</emph>."
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 01040000.xhp
+#: 03080501.xhp
msgctxt ""
-"01040000.xhp\n"
-"par_id3149351\n"
-"60\n"
+"03080501.xhp\n"
+"par_id3148947\n"
+"6\n"
"help.text"
-msgid "Click <emph>OK</emph> to close the dialog."
+msgid "Double"
msgstr ""
-#: 01030300.xhp
+#: 03080501.xhp
msgctxt ""
-"01030300.xhp\n"
-"tit\n"
+"03080501.xhp\n"
+"hd_id3154760\n"
+"7\n"
"help.text"
-msgid "Debugging a Basic Program"
+msgid "Parameters:"
msgstr ""
-#: 01030300.xhp
+#: 03080501.xhp
msgctxt ""
-"01030300.xhp\n"
-"bm_id3153344\n"
+"03080501.xhp\n"
+"par_id3149457\n"
+"8\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>"
+msgid "<emph>Expression:</emph> Numeric expression that you want to return the integer value for."
msgstr ""
-#: 01030300.xhp
+#: 03080501.xhp
msgctxt ""
-"01030300.xhp\n"
-"hd_id3153344\n"
-"1\n"
+"03080501.xhp\n"
+"hd_id3150447\n"
+"9\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/01030300.xhp\">Debugging a Basic Program</link>"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 01030300.xhp
+#: 03080501.xhp
msgctxt ""
-"01030300.xhp\n"
-"hd_id3159224\n"
-"4\n"
+"03080501.xhp\n"
+"par_id3156214\n"
+"11\n"
"help.text"
-msgid "Breakpoints and Single Step Execution"
-msgstr ""
+msgid "Print Fix(3.14159) ' returns 3."
+msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
-#: 01030300.xhp
+#: 03080501.xhp
msgctxt ""
-"01030300.xhp\n"
-"par_id3150682\n"
-"5\n"
+"03080501.xhp\n"
+"par_id3154217\n"
+"12\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 ""
+msgid "Print Fix(0) ' returns 0."
+msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
-#: 01030300.xhp
+#: 03080501.xhp
msgctxt ""
-"01030300.xhp\n"
-"par_id3147303\n"
-"7\n"
+"03080501.xhp\n"
+"par_id3145786\n"
+"13\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 ""
+msgid "Print Fix(-3.14159) ' returns -3."
+msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
-#: 01030300.xhp
+#: 03080502.xhp
msgctxt ""
-"01030300.xhp\n"
-"par_id3155805\n"
-"8\n"
+"03080502.xhp\n"
+"tit\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 ""
+msgid "Int Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 01030300.xhp
+#: 03080502.xhp
msgctxt ""
-"01030300.xhp\n"
-"par_id3151110\n"
-"25\n"
+"03080502.xhp\n"
+"bm_id3153345\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 ""
+msgid "<bookmark_value>Int function</bookmark_value>"
+msgstr "<bookmark_value>InStr ფუნქცია</bookmark_value>"
-#: 01030300.xhp
+#: 03080502.xhp
msgctxt ""
-"01030300.xhp\n"
-"hd_id3153825\n"
-"9\n"
+"03080502.xhp\n"
+"hd_id3153345\n"
+"1\n"
"help.text"
-msgid "Properties of a Breakpoint"
-msgstr ""
+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>"
-#: 01030300.xhp
+#: 03080502.xhp
msgctxt ""
-"01030300.xhp\n"
-"par_id3147574\n"
-"26\n"
+"03080502.xhp\n"
+"par_id3155420\n"
+"2\n"
"help.text"
-msgid "The properties of a breakpoint are available through its context menu by right-clicking the breakpoint in the breakpoint column."
+msgid "Returns the integer portion of a number."
msgstr ""
-#: 01030300.xhp
+#: 03080502.xhp
msgctxt ""
-"01030300.xhp\n"
-"par_id3148473\n"
-"10\n"
+"03080502.xhp\n"
+"hd_id3147559\n"
+"3\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."
+msgid "Syntax:"
msgstr ""
-#: 01030300.xhp
+#: 03080502.xhp
msgctxt ""
-"01030300.xhp\n"
-"par_id3159413\n"
-"27\n"
+"03080502.xhp\n"
+"par_id3146795\n"
+"4\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."
+msgid "Int (Number)"
msgstr ""
-#: 01030300.xhp
+#: 03080502.xhp
msgctxt ""
-"01030300.xhp\n"
-"par_id3156280\n"
-"11\n"
+"03080502.xhp\n"
+"hd_id3149670\n"
+"5\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 ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 01030300.xhp
+#: 03080502.xhp
msgctxt ""
-"01030300.xhp\n"
-"par_id3158407\n"
-"12\n"
+"03080502.xhp\n"
+"par_id3150400\n"
+"6\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."
+msgid "Double"
msgstr ""
-#: 01030300.xhp
+#: 03080502.xhp
msgctxt ""
-"01030300.xhp\n"
-"par_id3153968\n"
-"13\n"
+"03080502.xhp\n"
+"hd_id3149656\n"
+"7\n"
"help.text"
-msgid "Click <emph>Delete</emph> to remove the breakpoint from the program."
+msgid "Parameters:"
msgstr ""
-#: 01030300.xhp
+#: 03080502.xhp
msgctxt ""
-"01030300.xhp\n"
-"hd_id3150439\n"
-"14\n"
+"03080502.xhp\n"
+"par_id3148797\n"
+"8\n"
"help.text"
-msgid "Observing the Value of Variables"
+msgid "<emph>Number:</emph> Any valid numeric expression."
msgstr ""
-#: 01030300.xhp
+#: 03080502.xhp
msgctxt ""
-"01030300.xhp\n"
-"par_id3153368\n"
-"15\n"
+"03080502.xhp\n"
+"hd_id3148672\n"
+"9\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 ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 01030300.xhp
+#: 03080502.xhp
msgctxt ""
-"01030300.xhp\n"
-"par_id3146986\n"
-"16\n"
+"03080502.xhp\n"
+"par_id3125864\n"
+"11\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."
+msgid "Print Int(3.99) ' returns the value 3"
msgstr ""
-#: 01030300.xhp
+#: 03080502.xhp
msgctxt ""
-"01030300.xhp\n"
-"par_id3145272\n"
-"17\n"
+"03080502.xhp\n"
+"par_id3145787\n"
+"12\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."
+msgid "Print Int(0) ' returns the value 0"
msgstr ""
-#: 01030300.xhp
+#: 03080502.xhp
msgctxt ""
-"01030300.xhp\n"
-"par_id3145749\n"
-"19\n"
+"03080502.xhp\n"
+"par_id3153143\n"
+"13\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."
+msgid "Print Int(-3.14159) ' returns the value -4"
msgstr ""
-#: 01030300.xhp
+#: 03080600.xhp
msgctxt ""
-"01030300.xhp\n"
-"hd_id3148618\n"
-"20\n"
+"03080600.xhp\n"
+"tit\n"
"help.text"
-msgid "The Call Stack Window"
+msgid "Absolute Values"
msgstr ""
-#: 01030300.xhp
+#: 03080600.xhp
msgctxt ""
-"01030300.xhp\n"
-"par_id3154491\n"
-"21\n"
+"03080600.xhp\n"
+"hd_id3146958\n"
+"1\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."
+msgid "<link href=\"text/sbasic/shared/03080600.xhp\" name=\"Absolute Values\">Absolute Values</link>"
msgstr ""
-#: 01030300.xhp
+#: 03080600.xhp
msgctxt ""
-"01030300.xhp\n"
-"hd_id3150594\n"
-"24\n"
+"03080600.xhp\n"
+"par_id3150771\n"
+"2\n"
"help.text"
-msgid "List of Run-Time Errors"
+msgid "This function returns absolute values."
msgstr ""
-#: keys.xhp
+#: 03080601.xhp
msgctxt ""
-"keys.xhp\n"
+"03080601.xhp\n"
"tit\n"
"help.text"
-msgid "Keyboard Shortcuts in the Basic IDE"
-msgstr ""
+msgid "Abs Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: keys.xhp
+#: 03080601.xhp
msgctxt ""
-"keys.xhp\n"
-"bm_id3154760\n"
+"03080601.xhp\n"
+"bm_id3159201\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>"
+msgid "<bookmark_value>Abs function</bookmark_value>"
+msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
-#: keys.xhp
+#: 03080601.xhp
msgctxt ""
-"keys.xhp\n"
-"hd_id3154760\n"
+"03080601.xhp\n"
+"hd_id3159201\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>"
+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>"
-#: keys.xhp
+#: 03080601.xhp
msgctxt ""
-"keys.xhp\n"
-"par_id3149655\n"
+"03080601.xhp\n"
+"par_id3153394\n"
"2\n"
"help.text"
-msgid "In the Basic IDE you can use the following keyboard shortcuts:"
-msgstr "Basic IDE-ში თქვენ შეგიძლიათ გამოიყენოთ აღნიშნული კლავიატურული მალსახმომები:"
+msgid "Returns the absolute value of a numeric expression."
+msgstr ""
-#: keys.xhp
+#: 03080601.xhp
msgctxt ""
-"keys.xhp\n"
-"par_id3154908\n"
+"03080601.xhp\n"
+"hd_id3149233\n"
"3\n"
"help.text"
-msgid "Action"
-msgstr "მოქმედება"
+msgid "Syntax:"
+msgstr ""
-#: keys.xhp
+#: 03080601.xhp
msgctxt ""
-"keys.xhp\n"
-"par_id3153192\n"
+"03080601.xhp\n"
+"par_id3147573\n"
"4\n"
"help.text"
-msgid "Keyboard shortcut"
-msgstr "კლავიატურული მალსახმობი"
+msgid "Abs (Number)"
+msgstr ""
-#: keys.xhp
+#: 03080601.xhp
msgctxt ""
-"keys.xhp\n"
-"par_id3159254\n"
+"03080601.xhp\n"
+"hd_id3156152\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 "გაუშვით კოდი პირველი ხაზიდან, ან მიმდინარე წყვეტიდან თუ პროგრამა შეცერდა მანამდე"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: keys.xhp
+#: 03080601.xhp
msgctxt ""
-"keys.xhp\n"
-"par_id3163712\n"
+"03080601.xhp\n"
+"par_id3149670\n"
"6\n"
"help.text"
-msgid "F5"
-msgstr "F5"
+msgid "Double"
+msgstr ""
-#: keys.xhp
+#: 03080601.xhp
msgctxt ""
-"keys.xhp\n"
-"par_id3150010\n"
+"03080601.xhp\n"
+"hd_id3154924\n"
"7\n"
"help.text"
-msgid "Stop"
+msgid "Parameters:"
msgstr ""
-#: keys.xhp
+#: 03080601.xhp
msgctxt ""
-"keys.xhp\n"
-"par_id3154319\n"
+"03080601.xhp\n"
+"par_id3154347\n"
"8\n"
"help.text"
-msgid "Shift+F5"
-msgstr "Shift+F5"
-
-#: 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"
+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 ""
-#: keys.xhp
+#: 03080601.xhp
msgctxt ""
-"keys.xhp\n"
-"par_id3154731\n"
-"12\n"
+"03080601.xhp\n"
+"par_id3153381\n"
+"9\n"
"help.text"
-msgid "F7"
-msgstr "F7"
+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 ""
-#: keys.xhp
+#: 03080601.xhp
msgctxt ""
-"keys.xhp\n"
-"par_id3148455\n"
-"13\n"
+"03080601.xhp\n"
+"hd_id3148451\n"
+"10\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 "ერთადერთი ნაბიჯი ყველა განაცხადისთვის, დაწყება პირველი ხაზიდან ან განაცხადიდან სადაც პროგრამის შესრულება შეწყდა მანამდე."
+msgid "Example:"
+msgstr "მაგალითი:"
-#: keys.xhp
+#: 03080601.xhp
msgctxt ""
-"keys.xhp\n"
-"par_id3150716\n"
+"03080601.xhp\n"
+"par_id3145786\n"
"14\n"
"help.text"
-msgid "F8"
-msgstr "F8"
+msgid "siW1 = Int(InputBox$ (\"Please enter the first amount\",\"Value Input\"))"
+msgstr ""
-#: keys.xhp
+#: 03080601.xhp
msgctxt ""
-"keys.xhp\n"
-"par_id3156275\n"
+"03080601.xhp\n"
+"par_id3149561\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> განაცხადი"
+msgid "siW2 = Int(InputBox$ (\"Please enter the second amount\",\"Value Input\"))"
+msgstr ""
-#: keys.xhp
+#: 03080601.xhp
msgctxt ""
-"keys.xhp\n"
-"par_id3153764\n"
+"03080601.xhp\n"
+"par_id3145750\n"
"16\n"
"help.text"
-msgid "Shift+F8"
-msgstr "Shift+F8"
-
-#: 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
-msgctxt ""
-"keys.xhp\n"
-"par_id3147339\n"
-"18\n"
-"help.text"
-msgid "F9"
-msgstr "F9"
+msgid "Print \"The difference is \"; Abs(siW1 - siW2)"
+msgstr ""
-#: keys.xhp
+#: 03080700.xhp
msgctxt ""
-"keys.xhp\n"
-"par_id3153963\n"
-"19\n"
+"03080700.xhp\n"
+"tit\n"
"help.text"
-msgid "Enable/disable the breakpoint at the current line or all breakpoints in the current selection"
+msgid "Expression Signs"
msgstr ""
-#: keys.xhp
+#: 03080700.xhp
msgctxt ""
-"keys.xhp\n"
-"par_id3155175\n"
-"20\n"
+"03080700.xhp\n"
+"hd_id3150702\n"
+"1\n"
"help.text"
-msgid "Shift+F9"
-msgstr "Shift+F9"
+msgid "<link href=\"text/sbasic/shared/03080700.xhp\" name=\"Expression Signs\">Expression Signs</link>"
+msgstr ""
-#: keys.xhp
+#: 03080700.xhp
msgctxt ""
-"keys.xhp\n"
-"par_id3154702\n"
-"21\n"
+"03080700.xhp\n"
+"par_id3148668\n"
+"2\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."
+msgid "This function returns the algebraic sign of a numeric expression."
msgstr ""
-#: 03102200.xhp
+#: 03080701.xhp
msgctxt ""
-"03102200.xhp\n"
+"03080701.xhp\n"
"tit\n"
"help.text"
-msgid "IsArray Function [Runtime]"
+msgid "Sgn Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03102200.xhp
+#: 03080701.xhp
msgctxt ""
-"03102200.xhp\n"
-"bm_id3154346\n"
+"03080701.xhp\n"
+"bm_id3148474\n"
"help.text"
-msgid "<bookmark_value>IsArray function</bookmark_value>"
-msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Sgn function</bookmark_value>"
+msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
-#: 03102200.xhp
-#, fuzzy
+#: 03080701.xhp
msgctxt ""
-"03102200.xhp\n"
-"hd_id3154346\n"
+"03080701.xhp\n"
+"hd_id3148474\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03102200.xhp\" name=\"IsArray Function [Runtime]\">IsArray Function [Runtime]</link>"
+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>"
-#: 03102200.xhp
+#: 03080701.xhp
msgctxt ""
-"03102200.xhp\n"
-"par_id3159413\n"
+"03080701.xhp\n"
+"par_id3148686\n"
"2\n"
"help.text"
-msgid "Determines if a variable is a data field in an array."
+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 ""
-#: 03102200.xhp
+#: 03080701.xhp
msgctxt ""
-"03102200.xhp\n"
-"hd_id3150792\n"
+"03080701.xhp\n"
+"hd_id3156023\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03102200.xhp
+#: 03080701.xhp
msgctxt ""
-"03102200.xhp\n"
-"par_id3153379\n"
+"03080701.xhp\n"
+"par_id3153897\n"
"4\n"
"help.text"
-msgid "IsArray (Var)"
-msgstr "IsError (Var)"
+msgid "Sgn (Number)"
+msgstr ""
-#: 03102200.xhp
+#: 03080701.xhp
msgctxt ""
-"03102200.xhp\n"
-"hd_id3154365\n"
+"03080701.xhp\n"
+"hd_id3145069\n"
"5\n"
"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03102200.xhp
+#: 03080701.xhp
msgctxt ""
-"03102200.xhp\n"
-"par_id3154685\n"
+"03080701.xhp\n"
+"par_id3150359\n"
"6\n"
"help.text"
-msgid "Bool"
+msgid "Integer"
msgstr ""
-#: 03102200.xhp
+#: 03080701.xhp
msgctxt ""
-"03102200.xhp\n"
-"hd_id3153969\n"
+"03080701.xhp\n"
+"hd_id3150543\n"
"7\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03102200.xhp
+#: 03080701.xhp
msgctxt ""
-"03102200.xhp\n"
-"par_id3145172\n"
+"03080701.xhp\n"
+"par_id3154365\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."
+msgid "<emph>Number:</emph> Numeric expression that determines the value that is returned by the function."
msgstr ""
-#: 03102200.xhp
+#: 03080701.xhp
msgctxt ""
-"03102200.xhp\n"
-"hd_id3155131\n"
+"03080701.xhp\n"
+"par_id3150767\n"
"9\n"
"help.text"
-msgid "Example:"
+msgid "NumExpression"
msgstr ""
-#: 03080300.xhp
+#: 03080701.xhp
msgctxt ""
-"03080300.xhp\n"
-"tit\n"
+"03080701.xhp\n"
+"par_id3150441\n"
+"10\n"
"help.text"
-msgid "Generating Random Numbers"
-msgstr ""
+msgid "Return value"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03080300.xhp
+#: 03080701.xhp
msgctxt ""
-"03080300.xhp\n"
-"hd_id3143270\n"
-"1\n"
+"03080701.xhp\n"
+"par_id3161833\n"
+"11\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080300.xhp\" name=\"Generating Random Numbers\">Generating Random Numbers</link>"
+msgid "negative"
msgstr ""
-#: 03080300.xhp
+#: 03080701.xhp
msgctxt ""
-"03080300.xhp\n"
-"par_id3154347\n"
-"2\n"
+"03080701.xhp\n"
+"par_id3155306\n"
+"12\n"
"help.text"
-msgid "The following statements and functions generate random numbers."
+msgid "Sgn returns -1."
msgstr ""
-#: 03100900.xhp
+#: 03080701.xhp
msgctxt ""
-"03100900.xhp\n"
-"tit\n"
+"03080701.xhp\n"
+"par_id3145271\n"
+"13\n"
"help.text"
-msgid "CSng Function[Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "0"
+msgstr ""
-#: 03100900.xhp
+#: 03080701.xhp
msgctxt ""
-"03100900.xhp\n"
-"bm_id3153753\n"
+"03080701.xhp\n"
+"par_id3146119\n"
+"14\n"
"help.text"
-msgid "<bookmark_value>CSng function</bookmark_value>"
-msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
+msgid "Sgn returns 0."
+msgstr ""
-#: 03100900.xhp
-#, fuzzy
+#: 03080701.xhp
msgctxt ""
-"03100900.xhp\n"
-"hd_id3153753\n"
-"1\n"
+"03080701.xhp\n"
+"par_id3153139\n"
+"15\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>"
+msgid "positive"
+msgstr ""
-#: 03100900.xhp
+#: 03080701.xhp
msgctxt ""
-"03100900.xhp\n"
-"par_id3149748\n"
-"2\n"
+"03080701.xhp\n"
+"par_id3154319\n"
+"16\n"
"help.text"
-msgid "Converts any string or numeric expression to data type Single."
-msgstr "გარდაქმნის სტრიქონს ან ციფრულ გამოსახულებას ბაიტის ტიპისთვის."
+msgid "Sgn returns 1."
+msgstr ""
-#: 03100900.xhp
+#: 03080701.xhp
msgctxt ""
-"03100900.xhp\n"
-"hd_id3153255\n"
-"3\n"
+"03080701.xhp\n"
+"hd_id3152576\n"
+"17\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03100900.xhp
+#: 03080701.xhp
msgctxt ""
-"03100900.xhp\n"
-"par_id3148983\n"
-"4\n"
+"03080701.xhp\n"
+"par_id3155416\n"
+"19\n"
"help.text"
-msgid "CSng (Expression)"
-msgstr "Str (გამოსახულება)"
+msgid "Print sgn(-10) ' returns -1"
+msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
-#: 03100900.xhp
+#: 03080701.xhp
msgctxt ""
-"03100900.xhp\n"
-"hd_id3152347\n"
-"5\n"
+"03080701.xhp\n"
+"par_id3154096\n"
+"20\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Print sgn(0) ' returns 0"
+msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
-#: 03100900.xhp
+#: 03080701.xhp
msgctxt ""
-"03100900.xhp\n"
-"par_id3153750\n"
-"6\n"
+"03080701.xhp\n"
+"par_id3148457\n"
+"21\n"
"help.text"
-msgid "Single"
-msgstr ""
+msgid "Print sgn(10) ' returns 1"
+msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
-#: 03100900.xhp
+#: 03080800.xhp
msgctxt ""
-"03100900.xhp\n"
-"hd_id3146957\n"
-"7\n"
+"03080800.xhp\n"
+"tit\n"
"help.text"
-msgid "Parameters:"
+msgid "Converting Numbers"
msgstr ""
-#: 03100900.xhp
+#: 03080800.xhp
msgctxt ""
-"03100900.xhp\n"
-"par_id3153345\n"
-"8\n"
+"03080800.xhp\n"
+"hd_id3145315\n"
+"1\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."
+msgid "<link href=\"text/sbasic/shared/03080800.xhp\" name=\"Converting Numbers\">Converting Numbers</link>"
msgstr ""
-#: 03100900.xhp
+#: 03080800.xhp
msgctxt ""
-"03100900.xhp\n"
-"hd_id3149514\n"
-"9\n"
+"03080800.xhp\n"
+"par_id3154760\n"
+"2\n"
"help.text"
-msgid "Example:"
+msgid "The following functions convert numbers from one number format to another."
msgstr ""
-#: 03080502.xhp
+#: 03080801.xhp
msgctxt ""
-"03080502.xhp\n"
+"03080801.xhp\n"
"tit\n"
"help.text"
-msgid "Int Function [Runtime]"
+msgid "Hex Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03080502.xhp
+#: 03080801.xhp
msgctxt ""
-"03080502.xhp\n"
-"bm_id3153345\n"
+"03080801.xhp\n"
+"bm_id3150616\n"
"help.text"
-msgid "<bookmark_value>Int function</bookmark_value>"
-msgstr "<bookmark_value>InStr ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Hex function</bookmark_value>"
+msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
-#: 03080502.xhp
-#, fuzzy
+#: 03080801.xhp
msgctxt ""
-"03080502.xhp\n"
-"hd_id3153345\n"
+"03080801.xhp\n"
+"hd_id3150616\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080502.xhp\" name=\"Int Function [Runtime]\">Int Function [Runtime]</link>"
+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>"
-#: 03080502.xhp
+#: 03080801.xhp
msgctxt ""
-"03080502.xhp\n"
-"par_id3155420\n"
+"03080801.xhp\n"
+"par_id3145136\n"
"2\n"
"help.text"
-msgid "Returns the integer portion of a number."
+msgid "Returns a string that represents the hexadecimal value of a number."
msgstr ""
-#: 03080502.xhp
+#: 03080801.xhp
msgctxt ""
-"03080502.xhp\n"
-"hd_id3147559\n"
+"03080801.xhp\n"
+"hd_id3147573\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03080502.xhp
+#: 03080801.xhp
msgctxt ""
-"03080502.xhp\n"
-"par_id3146795\n"
+"03080801.xhp\n"
+"par_id3150771\n"
"4\n"
"help.text"
-msgid "Int (Number)"
+msgid "Hex (Number)"
msgstr ""
-#: 03080502.xhp
+#: 03080801.xhp
msgctxt ""
-"03080502.xhp\n"
-"hd_id3149670\n"
+"03080801.xhp\n"
+"hd_id3147530\n"
"5\n"
"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03080502.xhp
+#: 03080801.xhp
msgctxt ""
-"03080502.xhp\n"
-"par_id3150400\n"
+"03080801.xhp\n"
+"par_id3159414\n"
"6\n"
"help.text"
-msgid "Double"
-msgstr ""
+msgid "String"
+msgstr "სტრიქონები"
-#: 03080502.xhp
+#: 03080801.xhp
msgctxt ""
-"03080502.xhp\n"
-"hd_id3149656\n"
+"03080801.xhp\n"
+"hd_id3156344\n"
"7\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03080502.xhp
+#: 03080801.xhp
msgctxt ""
-"03080502.xhp\n"
-"par_id3148797\n"
+"03080801.xhp\n"
+"par_id3148947\n"
"8\n"
"help.text"
-msgid "<emph>Number:</emph> Any valid numeric expression."
-msgstr ""
+msgid "<emph>Number:</emph> Any numeric expression that you want to convert to a hexadecimal number."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-#: 03080502.xhp
+#: 03080801.xhp
msgctxt ""
-"03080502.xhp\n"
-"hd_id3148672\n"
+"03080801.xhp\n"
+"hd_id3154365\n"
"9\n"
"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
-#: 03080502.xhp
+#: 03080801.xhp
msgctxt ""
-"03080502.xhp\n"
-"par_id3125864\n"
-"11\n"
+"03080801.xhp\n"
+"par_id3156214\n"
+"30\n"
"help.text"
-msgid "Print Int(3.99) ' returns the value 3"
+msgid "' uses BasicFormulas in $[officename] Calc"
msgstr ""
-#: 03080502.xhp
+#: 03080801.xhp
msgctxt ""
-"03080502.xhp\n"
-"par_id3145787\n"
-"12\n"
+"03080801.xhp\n"
+"par_id3149262\n"
+"20\n"
"help.text"
-msgid "Print Int(0) ' returns the value 0"
+msgid "' Returns a long integer from a hexadecimal value."
msgstr ""
-#: 03080502.xhp
+#: 03080801.xhp
msgctxt ""
-"03080502.xhp\n"
-"par_id3153143\n"
-"13\n"
+"03080801.xhp\n"
+"par_id3147215\n"
+"25\n"
"help.text"
-msgid "Print Int(-3.14159) ' returns the value -4"
+msgid "' Calculates a hexadecimal value in integer."
msgstr ""
-#: 03120309.xhp
+#: 03080802.xhp
msgctxt ""
-"03120309.xhp\n"
+"03080802.xhp\n"
"tit\n"
"help.text"
-msgid "RTrim Function [Runtime]"
+msgid "Oct Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03120309.xhp
+#: 03080802.xhp
msgctxt ""
-"03120309.xhp\n"
-"bm_id3154286\n"
+"03080802.xhp\n"
+"bm_id3155420\n"
"help.text"
-msgid "<bookmark_value>RTrim function</bookmark_value>"
-msgstr "<bookmark_value>RTrim ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Oct function</bookmark_value>"
+msgstr "<bookmark_value>მარცხენა ფუნქცია</bookmark_value>"
-#: 03120309.xhp
-#, fuzzy
+#: 03080802.xhp
msgctxt ""
-"03120309.xhp\n"
-"hd_id3154286\n"
+"03080802.xhp\n"
+"hd_id3155420\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120309.xhp\" name=\"RTrim Function [Runtime]\">RTrim Function [Runtime]</link>"
+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>"
-#: 03120309.xhp
+#: 03080802.xhp
msgctxt ""
-"03120309.xhp\n"
-"par_id3153127\n"
+"03080802.xhp\n"
+"par_id3154924\n"
"2\n"
"help.text"
-msgid "Deletes the spaces at the end of a string expression."
-msgstr "სტრინგული გამოსახულების ბოლოში შლის ჰარებს."
+msgid "Returns the octal value of a number."
+msgstr ""
-#: 03120309.xhp
+#: 03080802.xhp
msgctxt ""
-"03120309.xhp\n"
-"par_id3153062\n"
+"03080802.xhp\n"
+"hd_id3148947\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>"
+msgid "Syntax:"
+msgstr ""
-#: 03120309.xhp
+#: 03080802.xhp
msgctxt ""
-"03120309.xhp\n"
-"hd_id3154924\n"
+"03080802.xhp\n"
+"par_id3150543\n"
"4\n"
"help.text"
-msgid "Syntax:"
+msgid "Oct (Number)"
msgstr ""
-#: 03120309.xhp
+#: 03080802.xhp
msgctxt ""
-"03120309.xhp\n"
-"par_id3154347\n"
+"03080802.xhp\n"
+"hd_id3153360\n"
"5\n"
"help.text"
-msgid "RTrim (Text As String)"
-msgstr "RTrim (Text As String)"
-
-#: 03120309.xhp
-msgctxt ""
-"03120309.xhp\n"
-"hd_id3149457\n"
-"6\n"
-"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120309.xhp
+#: 03080802.xhp
msgctxt ""
-"03120309.xhp\n"
-"par_id3153381\n"
-"7\n"
+"03080802.xhp\n"
+"par_id3154138\n"
+"6\n"
"help.text"
msgid "String"
msgstr "სტრიქონები"
-#: 03120309.xhp
+#: 03080802.xhp
msgctxt ""
-"03120309.xhp\n"
-"hd_id3148798\n"
-"8\n"
+"03080802.xhp\n"
+"hd_id3156422\n"
+"7\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03120309.xhp
+#: 03080802.xhp
msgctxt ""
-"03120309.xhp\n"
-"par_id3151380\n"
-"9\n"
+"03080802.xhp\n"
+"par_id3150768\n"
+"8\n"
"help.text"
-msgid "<emph>Text: </emph>Any string expression."
-msgstr "<emph>ტექსტი: </emph>ნებისმიერი სტრინგული გამოსახულება."
+msgid "<emph>Number:</emph> Any numeric expression that you want to convert to an octal value."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-#: 03120309.xhp
+#: 03080802.xhp
msgctxt ""
-"03120309.xhp\n"
-"hd_id3151041\n"
-"10\n"
+"03080802.xhp\n"
+"hd_id3148672\n"
+"9\n"
"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
-#: 03080500.xhp
+#: 03090000.xhp
msgctxt ""
-"03080500.xhp\n"
+"03090000.xhp\n"
"tit\n"
"help.text"
-msgid "Integers"
+msgid "Controlling Program Execution"
msgstr ""
-#: 03080500.xhp
-#, fuzzy
+#: 03090000.xhp
msgctxt ""
-"03080500.xhp\n"
-"hd_id3153345\n"
+"03090000.xhp\n"
+"hd_id3145136\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>"
+msgid "<link href=\"text/sbasic/shared/03090000.xhp\" name=\"Controlling Program Execution\">Controlling Program Execution</link>"
+msgstr ""
-#: 03080500.xhp
+#: 03090000.xhp
msgctxt ""
-"03080500.xhp\n"
-"par_id3156152\n"
+"03090000.xhp\n"
+"par_id3143268\n"
"2\n"
"help.text"
-msgid "The following functions round values to integers."
+msgid "The following statements control the execution of a program."
msgstr ""
-#: 03120102.xhp
+#: 03090000.xhp
msgctxt ""
-"03120102.xhp\n"
-"tit\n"
+"03090000.xhp\n"
+"par_id3156152\n"
+"3\n"
"help.text"
-msgid "Chr Function [Runtime]"
-msgstr "Split Function [Runtime]"
+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 ""
-#: 03120102.xhp
+#: 03090100.xhp
msgctxt ""
-"03120102.xhp\n"
-"bm_id3149205\n"
+"03090100.xhp\n"
+"tit\n"
"help.text"
-msgid "<bookmark_value>Chr function</bookmark_value>"
-msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
+msgid "Condition Statements"
+msgstr ""
-#: 03120102.xhp
-#, fuzzy
+#: 03090100.xhp
msgctxt ""
-"03120102.xhp\n"
-"hd_id3149205\n"
+"03090100.xhp\n"
+"hd_id3154422\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>"
+msgid "<link href=\"text/sbasic/shared/03090100.xhp\" name=\"Condition Statements\">Condition Statements</link>"
+msgstr "<link href=\"text/sbasic/shared/03130000.xhp\" name=\"სხვა ბრძენებები\">სხვა ბრძენებები</link>"
-#: 03120102.xhp
+#: 03090100.xhp
msgctxt ""
-"03120102.xhp\n"
-"par_id3153311\n"
+"03090100.xhp\n"
+"par_id3153750\n"
"2\n"
"help.text"
-msgid "Returns the character that corresponds to the specified character code."
+msgid "The following statements are based on conditions."
msgstr ""
-#: 03120102.xhp
+#: 03090101.xhp
msgctxt ""
-"03120102.xhp\n"
-"hd_id3149514\n"
-"3\n"
+"03090101.xhp\n"
+"tit\n"
"help.text"
-msgid "Syntax:"
+msgid "If...Then...Else Statement [Runtime]"
msgstr ""
-#: 03120102.xhp
-msgctxt ""
-"03120102.xhp\n"
-"par_id3150669\n"
-"4\n"
-"help.text"
-msgid "Chr(Expression As Integer)"
-msgstr "Chr(გამოსახულება როგორც Integer)"
-
-#: 03120102.xhp
+#: 03090101.xhp
msgctxt ""
-"03120102.xhp\n"
-"hd_id3143228\n"
-"5\n"
+"03090101.xhp\n"
+"bm_id3154422\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "<bookmark_value>If statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03120102.xhp
+#: 03090101.xhp
msgctxt ""
-"03120102.xhp\n"
-"par_id3153824\n"
-"6\n"
+"03090101.xhp\n"
+"hd_id3154422\n"
+"1\n"
"help.text"
-msgid "String"
-msgstr "სტრიქონები"
+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>"
-#: 03120102.xhp
+#: 03090101.xhp
msgctxt ""
-"03120102.xhp\n"
-"hd_id3148944\n"
-"7\n"
+"03090101.xhp\n"
+"par_id3155555\n"
+"2\n"
"help.text"
-msgid "Parameters:"
+msgid "Defines one or more statement blocks that you only want to execute if a given condition is True."
msgstr ""
-#: 03120102.xhp
+#: 03090101.xhp
msgctxt ""
-"03120102.xhp\n"
-"par_id3149295\n"
-"8\n"
+"03090101.xhp\n"
+"hd_id3146957\n"
+"3\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."
+msgid "Syntax:"
msgstr ""
-#: 03120102.xhp
+#: 03090101.xhp
msgctxt ""
-"03120102.xhp\n"
-"par_id3159414\n"
-"9\n"
+"03090101.xhp\n"
+"par_id3153126\n"
+"4\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."
+msgid "If condition=true Then Statement block [ElseIf condition=true Then] Statement block [Else] Statement block EndIf"
msgstr ""
-#: 03120102.xhp
+#: 03090101.xhp
msgctxt ""
-"03120102.xhp\n"
-"hd_id3154366\n"
-"10\n"
+"03090101.xhp\n"
+"par_id3123476\n"
"help.text"
-msgid "Example:"
+msgid "Instead of Else If you can write ElseIf, instead of End If you can write EndIf."
msgstr ""
-#: 03120102.xhp
+#: 03090101.xhp
msgctxt ""
-"03120102.xhp\n"
-"par_id3154909\n"
-"12\n"
+"03090101.xhp\n"
+"hd_id3155419\n"
+"5\n"
"help.text"
-msgid "' This example inserts quotation marks (ASCII value 34) in a string."
+msgid "Parameters:"
msgstr ""
-#: 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.\""
-
-#: 03120102.xhp
+#: 03090101.xhp
msgctxt ""
-"03120102.xhp\n"
-"par_id3145174\n"
-"14\n"
+"03090101.xhp\n"
+"par_id3153062\n"
+"6\n"
"help.text"
-msgid "' The printout appears in the dialog as: A \"short\" trip."
+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 ""
-#: 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>"
-
-#: 03131700.xhp
+#: 03090101.xhp
msgctxt ""
-"03131700.xhp\n"
-"tit\n"
+"03090101.xhp\n"
+"par_id3153192\n"
+"7\n"
"help.text"
-msgid "GetProcessServiceManager Function [Runtime]"
+msgid "You can nest multiple <emph>If...Then</emph> statements."
msgstr ""
-#: 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>"
-
-#: 03131700.xhp
-#, fuzzy
-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>"
-
-#: 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)."
-
-#: 03131700.xhp
+#: 03090101.xhp
msgctxt ""
-"03131700.xhp\n"
-"par_id3145136\n"
-"3\n"
+"03090101.xhp\n"
+"par_id3154684\n"
+"8\n"
"help.text"
-msgid "This function is required when you want to instantiate a service using CreateInstanceWithArguments."
-msgstr "ფუქნცია გამოიყენება იმ შემთხვევაში, როდესაც გსურთ სერვისის ინსტანირება CreateInstanceWithArguments-ის გამოყენებით."
+msgid "<emph>Else</emph> and <emph>ElseIf</emph> statements are optional."
+msgstr ""
-#: 03131700.xhp
+#: 03090101.xhp
msgctxt ""
-"03131700.xhp\n"
-"hd_id3153681\n"
-"4\n"
+"03090101.xhp\n"
+"par_id3152939\n"
+"9\n"
"help.text"
-msgid "Syntax:"
+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 ""
-#: 03131700.xhp
+#: 03090101.xhp
msgctxt ""
-"03131700.xhp\n"
-"par_id3151110\n"
-"5\n"
+"03090101.xhp\n"
+"par_id3153951\n"
+"10\n"
"help.text"
-msgid "oServiceManager = GetProcessServiceManager()"
+msgid "The following example enables you to enter the expiration date of a product, and determines if the expiration date has passed."
msgstr ""
-#: 03131700.xhp
+#: 03090101.xhp
msgctxt ""
-"03131700.xhp\n"
-"hd_id3149516\n"
-"6\n"
+"03090101.xhp\n"
+"hd_id3152576\n"
+"11\n"
"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
-#: 03131700.xhp
+#: 03090101.xhp
msgctxt ""
-"03131700.xhp\n"
-"par_id3143270\n"
-"7\n"
+"03090101.xhp\n"
+"par_id3154490\n"
+"16\n"
"help.text"
-msgid "oServiceManager = GetProcessServiceManager()"
+msgid "sDate = InputBox(\"Enter the expiration date (MM.DD.YYYY)\")"
msgstr ""
-#: 03131700.xhp
+#: 03090101.xhp
msgctxt ""
-"03131700.xhp\n"
-"par_id3153825\n"
-"8\n"
+"03090101.xhp\n"
+"par_id3155601\n"
+"21\n"
"help.text"
-msgid "oIntrospection = oServiceManager.createInstance(\"com.sun.star.beans.Introspection\");"
-msgstr "oIntrospection = oServiceManager.createInstance(\"com.sun.star.beans.Introspection\");"
+msgid "MsgBox \"The expiration date has passed\""
+msgstr ""
-#: 03131700.xhp
+#: 03090101.xhp
msgctxt ""
-"03131700.xhp\n"
-"par_id3148473\n"
-"9\n"
+"03090101.xhp\n"
+"par_id3146912\n"
+"23\n"
"help.text"
-msgid "this is the same as the following statement:"
-msgstr "ეს იგივია რაც შემდეგი დებულება:"
+msgid "MsgBox \"The expiration date has not yet passed\""
+msgstr ""
-#: 03131700.xhp
+#: 03090101.xhp
msgctxt ""
-"03131700.xhp\n"
-"par_id3145609\n"
-"10\n"
+"03090101.xhp\n"
+"par_id3154754\n"
+"25\n"
"help.text"
-msgid "oIntrospection = CreateUnoService(\"com.sun.star.beans.Introspection\")"
-msgstr "oIntrospection = CreateUnoService(\"com.sun.star.beans.Introspection\")"
+msgid "MsgBox \"The expiration date is today\""
+msgstr ""
-#: 03120101.xhp
+#: 03090102.xhp
msgctxt ""
-"03120101.xhp\n"
+"03090102.xhp\n"
"tit\n"
"help.text"
-msgid "Asc Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Select...Case Statement [Runtime]"
+msgstr ""
-#: 03120101.xhp
+#: 03090102.xhp
msgctxt ""
-"03120101.xhp\n"
-"bm_id3150499\n"
+"03090102.xhp\n"
+"bm_id3149416\n"
"help.text"
-msgid "<bookmark_value>Asc function</bookmark_value>"
-msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
+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>"
-#: 03120101.xhp
-#, fuzzy
+#: 03090102.xhp
msgctxt ""
-"03120101.xhp\n"
-"hd_id3150499\n"
+"03090102.xhp\n"
+"hd_id3149416\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>"
+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>"
-#: 03120101.xhp
+#: 03090102.xhp
msgctxt ""
-"03120101.xhp\n"
-"par_id3151384\n"
+"03090102.xhp\n"
+"par_id3153896\n"
"2\n"
"help.text"
-msgid "Returns the ASCII (American Standard Code for Information Interchange) value of the first character in a string expression."
+msgid "Defines one or more statement blocks depending on the value of an expression."
msgstr ""
-#: 03120101.xhp
+#: 03090102.xhp
msgctxt ""
-"03120101.xhp\n"
-"hd_id3155555\n"
+"03090102.xhp\n"
+"hd_id3147265\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120101.xhp
+#: 03090102.xhp
msgctxt ""
-"03120101.xhp\n"
-"par_id3143267\n"
+"03090102.xhp\n"
+"par_id3150400\n"
"4\n"
"help.text"
-msgid "Asc (Text As String)"
-msgstr "Asc (ტექსტი როგორც სტრიქონი)"
+msgid "Select Case condition Case expression Statement Block [Case expression2 Statement Block][Case Else] Statement Block End Select"
+msgstr ""
-#: 03120101.xhp
+#: 03090102.xhp
msgctxt ""
-"03120101.xhp\n"
-"hd_id3147242\n"
+"03090102.xhp\n"
+"hd_id3150767\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Parameters:"
+msgstr ""
-#: 03120101.xhp
+#: 03090102.xhp
msgctxt ""
-"03120101.xhp\n"
-"par_id3150669\n"
+"03090102.xhp\n"
+"par_id3156281\n"
"6\n"
"help.text"
-msgid "Integer"
+msgid "<emph>Condition:</emph> Any expression that controls if the statement block that follows the respective Case clause is executed."
msgstr ""
-#: 03120101.xhp
+#: 03090102.xhp
msgctxt ""
-"03120101.xhp\n"
-"hd_id3148473\n"
+"03090102.xhp\n"
+"par_id3150448\n"
"7\n"
"help.text"
-msgid "Parameters:"
+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 ""
-#: 03120101.xhp
+#: 03090102.xhp
msgctxt ""
-"03120101.xhp\n"
-"par_id3149415\n"
+"03090102.xhp\n"
+"hd_id3153768\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> ნებისმიერი სწირიგამოსახულება. მხოლოდ პირველი სიმბოლო სტრიქონში არის მართებული"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03120101.xhp
+#: 03090102.xhp
msgctxt ""
-"03120101.xhp\n"
-"par_id3145609\n"
-"9\n"
+"03090102.xhp\n"
+"par_id3152597\n"
+"14\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."
+msgid "Print \"Number from 1 to 5\""
msgstr ""
-#: 03120101.xhp
+#: 03090102.xhp
msgctxt ""
-"03120101.xhp\n"
-"hd_id3159413\n"
-"10\n"
+"03090102.xhp\n"
+"par_id3147349\n"
+"16\n"
"help.text"
-msgid "Example:"
+msgid "Print \"Number from 6 to 8\""
msgstr ""
-#: 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"
-
-#: 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"
-
-#: 03120101.xhp
-#, fuzzy
+#: 03090102.xhp
msgctxt ""
-"03120101.xhp\n"
-"par_id3163800\n"
-"14\n"
+"03090102.xhp\n"
+"par_id3152886\n"
+"18\n"
"help.text"
-msgid "Print ASC(\"Las Vegas\") ' returns 76, since only the first character is taken into account"
-msgstr "Print ASC(\"ლას ვეგასი\") REM აბრუნებს 76, როგორც კი პირველი სიმბოლო არის მხედველობაი"
+msgid "Print \"Greater than 8\""
+msgstr ""
-#: 03120101.xhp
-#, fuzzy
+#: 03090102.xhp
msgctxt ""
-"03120101.xhp\n"
-"par_idN1067B\n"
+"03090102.xhp\n"
+"par_id3146975\n"
+"20\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120102.xhp\">CHR</link>"
-msgstr "<link href=\"text/sbasic/shared/03120101.xhp\">ASC</link>"
+msgid "Print \"Out of range 1 to 10\""
+msgstr ""
-#: 03100400.xhp
+#: 03090103.xhp
msgctxt ""
-"03100400.xhp\n"
+"03090103.xhp\n"
"tit\n"
"help.text"
-msgid "CDbl Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "IIf Statement [Runtime]"
+msgstr ""
-#: 03100400.xhp
+#: 03090103.xhp
msgctxt ""
-"03100400.xhp\n"
-"bm_id3153750\n"
+"03090103.xhp\n"
+"bm_id3155420\n"
"help.text"
-msgid "<bookmark_value>CDbl function</bookmark_value>"
-msgstr "<bookmark_value>CDec ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>IIf statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03100400.xhp
-#, fuzzy
+#: 03090103.xhp
msgctxt ""
-"03100400.xhp\n"
-"hd_id3153750\n"
+"03090103.xhp\n"
+"hd_id3155420\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>"
+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>"
-#: 03100400.xhp
+#: 03090103.xhp
msgctxt ""
-"03100400.xhp\n"
-"par_id3149233\n"
+"03090103.xhp\n"
+"par_id3145610\n"
"2\n"
"help.text"
-msgid "Converts any numerical expression or string expression to a double type."
+msgid "Returns one of two possible function results, depending on the logical value of the evaluated expression."
msgstr ""
-#: 03100400.xhp
+#: 03090103.xhp
msgctxt ""
-"03100400.xhp\n"
-"hd_id3149516\n"
+"03090103.xhp\n"
+"hd_id3159413\n"
"3\n"
"help.text"
-msgid "Syntax"
+msgid "Syntax:"
msgstr ""
-#: 03100400.xhp
+#: 03090103.xhp
msgctxt ""
-"03100400.xhp\n"
-"par_id3156152\n"
+"03090103.xhp\n"
+"par_id3147560\n"
"4\n"
"help.text"
-msgid "CDbl (Expression)"
-msgstr "CDec(Expression)"
+msgid "IIf (Expression, ExpressionTrue, ExpressionFalse)"
+msgstr ""
-#: 03100400.xhp
+#: 03090103.xhp
msgctxt ""
-"03100400.xhp\n"
-"hd_id3153061\n"
+"03090103.xhp\n"
+"hd_id3150541\n"
"5\n"
"help.text"
-msgid "Return value"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Parameters:"
+msgstr ""
-#: 03100400.xhp
+#: 03090103.xhp
msgctxt ""
-"03100400.xhp\n"
-"par_id3145068\n"
+"03090103.xhp\n"
+"par_id3153381\n"
"6\n"
"help.text"
-msgid "Double"
+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 ""
-#: 03100400.xhp
+#: 03090103.xhp
msgctxt ""
-"03100400.xhp\n"
-"hd_id3154760\n"
+"03090103.xhp\n"
+"par_id3150870\n"
"7\n"
"help.text"
-msgid "Parameters:"
+msgid "<emph>ExpressionTrue, ExpressionFalse:</emph> Any expression, one of which will be returned as the function result, depending on the logical evaluation."
msgstr ""
-#: 03100400.xhp
+#: 03090200.xhp
msgctxt ""
-"03100400.xhp\n"
-"par_id3153897\n"
-"8\n"
+"03090200.xhp\n"
+"tit\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."
+msgid "Loops"
msgstr ""
-#: 03100400.xhp
+#: 03090200.xhp
msgctxt ""
-"03100400.xhp\n"
-"hd_id3148797\n"
-"9\n"
+"03090200.xhp\n"
+"hd_id3153990\n"
+"1\n"
"help.text"
-msgid "Example:"
+msgid "<link href=\"text/sbasic/shared/03090200.xhp\" name=\"Loops\">Loops</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
+
+#: 03090200.xhp
+msgctxt ""
+"03090200.xhp\n"
+"par_id3147226\n"
+"2\n"
+"help.text"
+msgid "The following statements execute loops."
msgstr ""
-#: 03080102.xhp
+#: 03090201.xhp
msgctxt ""
-"03080102.xhp\n"
+"03090201.xhp\n"
"tit\n"
"help.text"
-msgid "Cos Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Do...Loop Statement [Runtime]"
+msgstr ""
-#: 03080102.xhp
+#: 03090201.xhp
msgctxt ""
-"03080102.xhp\n"
-"bm_id3154923\n"
+"03090201.xhp\n"
+"bm_id3156116\n"
"help.text"
-msgid "<bookmark_value>Cos function</bookmark_value>"
-msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
+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 ""
-#: 03080102.xhp
-#, fuzzy
+#: 03090201.xhp
msgctxt ""
-"03080102.xhp\n"
-"hd_id3154923\n"
+"03090201.xhp\n"
+"hd_id3156116\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>"
+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>"
-#: 03080102.xhp
+#: 03090201.xhp
msgctxt ""
-"03080102.xhp\n"
-"par_id3159413\n"
+"03090201.xhp\n"
+"par_id3109850\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."
+msgid "Repeats the statements between the Do and the Loop statement while the condition is True or until the condition becomes True."
msgstr ""
-#: 03080102.xhp
+#: 03090201.xhp
msgctxt ""
-"03080102.xhp\n"
-"par_id3150358\n"
+"03090201.xhp\n"
+"hd_id3149119\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 ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 03080102.xhp
+#: 03090201.xhp
msgctxt ""
-"03080102.xhp\n"
-"par_id3154141\n"
+"03090201.xhp\n"
+"par_id3155150\n"
"4\n"
"help.text"
-msgid "Cos(Alpha) = Adjacent/Hypotenuse"
+msgid "Do [{While | Until} condition = True]"
msgstr ""
-#: 03080102.xhp
+#: 03090201.xhp
msgctxt ""
-"03080102.xhp\n"
-"hd_id3154125\n"
+"03090201.xhp\n"
+"par_id3154422\n"
"5\n"
"help.text"
-msgid "Syntax:"
+msgid "statement block"
msgstr ""
-#: 03080102.xhp
+#: 03090201.xhp
msgctxt ""
-"03080102.xhp\n"
-"par_id3145172\n"
+"03090201.xhp\n"
+"par_id3150789\n"
"6\n"
"help.text"
-msgid "Cos (Number)"
+msgid "[Exit Do]"
msgstr ""
-#: 03080102.xhp
+#: 03090201.xhp
msgctxt ""
-"03080102.xhp\n"
-"hd_id3156214\n"
+"03090201.xhp\n"
+"par_id3155805\n"
"7\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "statement block"
+msgstr ""
-#: 03080102.xhp
+#: 03090201.xhp
msgctxt ""
-"03080102.xhp\n"
-"par_id3150449\n"
+"03090201.xhp\n"
+"par_id3145090\n"
"8\n"
"help.text"
-msgid "Double"
+msgid "Loop"
msgstr ""
-#: 03080102.xhp
+#: 03090201.xhp
msgctxt ""
-"03080102.xhp\n"
-"hd_id3153969\n"
+"03090201.xhp\n"
+"par_id3154749\n"
"9\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "or"
+msgstr "ან"
-#: 03080102.xhp
+#: 03090201.xhp
msgctxt ""
-"03080102.xhp\n"
-"par_id3153770\n"
+"03090201.xhp\n"
+"par_id3150503\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."
+msgid "Do"
msgstr ""
-#: 03080102.xhp
+#: 03090201.xhp
msgctxt ""
-"03080102.xhp\n"
-"par_id3145749\n"
+"03090201.xhp\n"
+"par_id3149762\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."
+msgid "statement block"
msgstr ""
-#: 03080102.xhp
+#: 03090201.xhp
msgctxt ""
-"03080102.xhp\n"
-"par_id3149664\n"
+"03090201.xhp\n"
+"par_id3150984\n"
"12\n"
"help.text"
-msgid "degree=(radian*180)/pi"
+msgid "[Exit Do]"
msgstr ""
-#: 03080102.xhp
+#: 03090201.xhp
msgctxt ""
-"03080102.xhp\n"
-"par_id3146985\n"
+"03090201.xhp\n"
+"par_id3143228\n"
"13\n"
"help.text"
-msgid "radian=(degree*pi)/180"
+msgid "statement block"
msgstr ""
-#: 03080102.xhp
+#: 03090201.xhp
msgctxt ""
-"03080102.xhp\n"
-"par_id3152885\n"
+"03090201.xhp\n"
+"par_id3149235\n"
"14\n"
"help.text"
-msgid "Pi is here the fixed circle constant with the rounded value 3.14159..."
+msgid "Loop [{While | Until} condition = True]"
msgstr ""
-#: 03080102.xhp
+#: 03090201.xhp
msgctxt ""
-"03080102.xhp\n"
-"hd_id3153951\n"
+"03090201.xhp\n"
+"hd_id3156024\n"
"15\n"
"help.text"
-msgid "Example:"
+msgid "Parameters/Elements"
msgstr ""
-#: 03080102.xhp
+#: 03090201.xhp
msgctxt ""
-"03080102.xhp\n"
-"par_id3155855\n"
+"03090201.xhp\n"
+"par_id3156344\n"
"16\n"
"help.text"
-msgid "' The following example allows for a right-angled triangle the input of"
+msgid "<emph>Condition:</emph> A comparison, numeric or string expression, that evaluates either True or False."
msgstr ""
-#: 03080102.xhp
+#: 03090201.xhp
msgctxt ""
-"03080102.xhp\n"
-"par_id3149484\n"
+"03090201.xhp\n"
+"par_id3149669\n"
"17\n"
"help.text"
-msgid "' secant and angle (in degrees) and calculates the length of the hypotenuse:"
+msgid "<emph>Statement block:</emph> Statements that you want to repeat while or until the condition is True."
msgstr ""
-#: 03080102.xhp
+#: 03090201.xhp
msgctxt ""
-"03080102.xhp\n"
-"par_id3150010\n"
-"19\n"
+"03090201.xhp\n"
+"par_id3150791\n"
+"18\n"
"help.text"
-msgid "' rounded Pi = 3.14159"
+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 ""
-#: 03080102.xhp
+#: 03090201.xhp
msgctxt ""
-"03080102.xhp\n"
-"par_id3144764\n"
-"21\n"
+"03090201.xhp\n"
+"hd_id3154366\n"
+"19\n"
"help.text"
-msgid "d1 = InputBox$ (\"\"Enter the length of the adjacent side: \",\"Adjacent\")"
-msgstr ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 03080102.xhp
+#: 03090201.xhp
msgctxt ""
-"03080102.xhp\n"
-"par_id3154491\n"
-"22\n"
+"03090201.xhp\n"
+"par_id3145171\n"
+"20\n"
"help.text"
-msgid "dAngle = InputBox$ (\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
+msgid "Do While condition = True"
msgstr ""
-#: 03080102.xhp
+#: 03090201.xhp
msgctxt ""
-"03080102.xhp\n"
-"par_id3151074\n"
-"23\n"
+"03090201.xhp\n"
+"par_id3149203\n"
+"21\n"
"help.text"
-msgid "Print \"The length of the hypothenuse is\"; (d1 / cos (dAngle * Pi / 180))"
+msgid "...statement block"
msgstr ""
-#: 01050300.xhp
+#: 03090201.xhp
msgctxt ""
-"01050300.xhp\n"
-"tit\n"
+"03090201.xhp\n"
+"par_id3125864\n"
+"22\n"
"help.text"
-msgid "Manage Breakpoints"
+msgid "Loop"
msgstr ""
-#: 01050300.xhp
+#: 03090201.xhp
msgctxt ""
-"01050300.xhp\n"
-"hd_id3154927\n"
-"1\n"
+"03090201.xhp\n"
+"par_id3154124\n"
+"24\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/01050300.xhp\" name=\"Manage Breakpoints\">Manage Breakpoints</link>"
+msgid "The statement block between the Do While and the Loop statements is repeated so long as the condition is true."
msgstr ""
-#: 01050300.xhp
+#: 03090201.xhp
msgctxt ""
-"01050300.xhp\n"
-"par_id3148550\n"
-"2\n"
+"03090201.xhp\n"
+"par_id3153968\n"
+"25\n"
"help.text"
-msgid "<ahelp hid=\"HID_BASICIDE_BRKPROPS\">Specifies the options for breakpoints.</ahelp>"
+msgid "Do Until condition = True"
msgstr ""
-#: 01050300.xhp
+#: 03090201.xhp
msgctxt ""
-"01050300.xhp\n"
-"hd_id3149670\n"
-"3\n"
+"03090201.xhp\n"
+"par_id3154909\n"
+"26\n"
"help.text"
-msgid "Breakpoints"
+msgid "...statement block"
msgstr ""
-#: 01050300.xhp
+#: 03090201.xhp
msgctxt ""
-"01050300.xhp\n"
-"par_id3150398\n"
-"4\n"
+"03090201.xhp\n"
+"par_id3159151\n"
+"27\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>"
+msgid "Loop"
msgstr ""
-#: 01050300.xhp
+#: 03090201.xhp
msgctxt ""
-"01050300.xhp\n"
-"hd_id3156280\n"
-"6\n"
+"03090201.xhp\n"
+"par_id3150440\n"
+"29\n"
"help.text"
-msgid "Active"
+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 ""
-#: 01050300.xhp
+#: 03090201.xhp
msgctxt ""
-"01050300.xhp\n"
-"par_id3154910\n"
-"7\n"
+"03090201.xhp\n"
+"par_id3153952\n"
+"30\n"
"help.text"
-msgid "<ahelp hid=\"HID_BASICIDE_ACTIV\">Activates or deactivates the current breakpoint.</ahelp>"
+msgid "Do"
msgstr ""
-#: 01050300.xhp
+#: 03090201.xhp
msgctxt ""
-"01050300.xhp\n"
-"hd_id3144500\n"
-"8\n"
+"03090201.xhp\n"
+"par_id3147349\n"
+"31\n"
"help.text"
-msgid "Pass Count"
+msgid "...statement block"
msgstr ""
-#: 01050300.xhp
+#: 03090201.xhp
msgctxt ""
-"01050300.xhp\n"
-"par_id3161831\n"
-"9\n"
+"03090201.xhp\n"
+"par_id3159153\n"
+"32\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>"
+msgid "Loop While condition = True"
msgstr ""
-#: 01050300.xhp
-msgctxt ""
-"01050300.xhp\n"
-"hd_id3152579\n"
-"10\n"
-"help.text"
-msgid "New"
-msgstr "ახალი"
-
-#: 01050300.xhp
+#: 03090201.xhp
msgctxt ""
-"01050300.xhp\n"
-"par_id3148575\n"
-"11\n"
+"03090201.xhp\n"
+"par_id3146985\n"
+"34\n"
"help.text"
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_BASICIDE_BREAKPOINTDLG_RID_PB_NEW\">Creates a breakpoint on the line number specified.</ahelp>"
+msgid "The statement block between the Do and the Loop statements repeats so long as the condition is true."
msgstr ""
-#: 01050300.xhp
+#: 03090201.xhp
msgctxt ""
-"01050300.xhp\n"
-"hd_id3147319\n"
-"12\n"
+"03090201.xhp\n"
+"par_id3150488\n"
+"35\n"
"help.text"
-msgid "Delete"
+msgid "Do"
msgstr ""
-#: 01050300.xhp
+#: 03090201.xhp
msgctxt ""
-"01050300.xhp\n"
-"par_id3153363\n"
-"13\n"
+"03090201.xhp\n"
+"par_id3153189\n"
+"36\n"
"help.text"
-msgid "<ahelp hid=\"BASCTL_PUSHBUTTON_RID_BASICIDE_BREAKPOINTDLG_RID_PB_DEL\">Deletes the selected breakpoint.</ahelp>"
+msgid "...statement block"
msgstr ""
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Array Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"bm_id3150499\n"
-"help.text"
-msgid "<bookmark_value>Array function</bookmark_value>"
-msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
-
-#: 03104200.xhp
-#, fuzzy
-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>"
-
-#: 03104200.xhp
+#: 03090201.xhp
msgctxt ""
-"03104200.xhp\n"
-"par_id3155555\n"
-"2\n"
+"03090201.xhp\n"
+"par_id3155411\n"
+"37\n"
"help.text"
-msgid "Returns the type Variant with a data field."
+msgid "Loop Until condition = True"
msgstr ""
-#: 03104200.xhp
+#: 03090201.xhp
msgctxt ""
-"03104200.xhp\n"
-"hd_id3148538\n"
-"3\n"
+"03090201.xhp\n"
+"par_id3151117\n"
+"39\n"
"help.text"
-msgid "Syntax:"
+msgid "The statement block between the Do and the Loop statements repeats until the condition is true."
msgstr ""
-#: 03104200.xhp
+#: 03090201.xhp
msgctxt ""
-"03104200.xhp\n"
-"par_id3153126\n"
-"4\n"
+"03090201.xhp\n"
+"par_id3149484\n"
+"41\n"
"help.text"
-msgid "Array ( Argument list)"
+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 ""
-#: 03104200.xhp
+#: 03090201.xhp
msgctxt ""
-"03104200.xhp\n"
-"par_id3155419\n"
-"5\n"
+"03090201.xhp\n"
+"par_id3149262\n"
+"42\n"
"help.text"
-msgid "See also <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
+msgid "Do..."
msgstr ""
-#: 03104200.xhp
+#: 03090201.xhp
msgctxt ""
-"03104200.xhp\n"
-"hd_id3150669\n"
-"6\n"
+"03090201.xhp\n"
+"par_id3149298\n"
+"43\n"
"help.text"
-msgid "Parameters:"
+msgid "statements"
msgstr ""
-#: 03104200.xhp
+#: 03090201.xhp
msgctxt ""
-"03104200.xhp\n"
-"par_id3145609\n"
-"7\n"
+"03090201.xhp\n"
+"par_id3145646\n"
+"44\n"
"help.text"
-msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
+msgid "If condition = True Then Exit Do"
msgstr ""
-#: 03104200.xhp
+#: 03090201.xhp
msgctxt ""
-"03104200.xhp\n"
-"hd_id3156343\n"
-"8\n"
+"03090201.xhp\n"
+"par_id3154490\n"
+"45\n"
"help.text"
-msgid "Example:"
+msgid "statements"
msgstr ""
-#: 03104200.xhp
-msgctxt ""
-"03104200.xhp\n"
-"par_id3153897\n"
-"9\n"
-"help.text"
-msgid "Dim A As Variant"
-msgstr "Dim sVar as string"
-
-#: 03104200.xhp
+#: 03090201.xhp
msgctxt ""
-"03104200.xhp\n"
-"par_id3153525\n"
-"10\n"
+"03090201.xhp\n"
+"par_id3153159\n"
+"46\n"
"help.text"
-msgid "A = Array(\"Fred\",\"Tom\",\"Bill\")"
+msgid "Loop..."
msgstr ""
-#: 03104200.xhp
+#: 03090201.xhp
msgctxt ""
-"03104200.xhp\n"
-"par_id3150792\n"
-"11\n"
+"03090201.xhp\n"
+"hd_id3147396\n"
+"47\n"
"help.text"
-msgid "Msgbox A(2)"
-msgstr ""
+msgid "Example"
+msgstr "მაგალითად"
-#: 03120104.xhp
+#: 03090202.xhp
msgctxt ""
-"03120104.xhp\n"
+"03090202.xhp\n"
"tit\n"
"help.text"
-msgid "Val Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "For...Next Statement [Runtime]"
+msgstr ""
-#: 03120104.xhp
+#: 03090202.xhp
msgctxt ""
-"03120104.xhp\n"
+"03090202.xhp\n"
"bm_id3149205\n"
"help.text"
-msgid "<bookmark_value>Val function</bookmark_value>"
-msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
+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 ""
-#: 03120104.xhp
-#, fuzzy
+#: 03090202.xhp
msgctxt ""
-"03120104.xhp\n"
+"03090202.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>"
+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>"
-#: 03120104.xhp
+#: 03090202.xhp
msgctxt ""
-"03120104.xhp\n"
-"par_id3153345\n"
+"03090202.xhp\n"
+"par_id3143267\n"
"2\n"
"help.text"
-msgid "Converts a string to a numeric expression."
+msgid "Repeats the statements between the For...Next block a specified number of times."
msgstr ""
-#: 03120104.xhp
+#: 03090202.xhp
msgctxt ""
-"03120104.xhp\n"
-"hd_id3159157\n"
+"03090202.xhp\n"
+"hd_id3156153\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120104.xhp
+#: 03090202.xhp
msgctxt ""
-"03120104.xhp\n"
-"par_id3149514\n"
+"03090202.xhp\n"
+"par_id3148473\n"
"4\n"
"help.text"
-msgid "Val (Text As String)"
-msgstr "Val (ტექსტი როგორც სტრიქონი)"
+msgid "For counter=start To end [Step step]"
+msgstr ""
-#: 03120104.xhp
+#: 03090202.xhp
msgctxt ""
-"03120104.xhp\n"
-"hd_id3150669\n"
+"03090202.xhp\n"
+"par_id3156024\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "statement block"
+msgstr ""
-#: 03120104.xhp
+#: 03090202.xhp
msgctxt ""
-"03120104.xhp\n"
-"par_id3143228\n"
+"03090202.xhp\n"
+"par_id3146796\n"
"6\n"
"help.text"
-msgid "Double"
+msgid "[Exit For]"
msgstr ""
-#: 03120104.xhp
+#: 03090202.xhp
msgctxt ""
-"03120104.xhp\n"
-"hd_id3156024\n"
+"03090202.xhp\n"
+"par_id3159414\n"
"7\n"
"help.text"
-msgid "Parameters:"
+msgid "statement block"
msgstr ""
-#: 03120104.xhp
+#: 03090202.xhp
msgctxt ""
-"03120104.xhp\n"
-"par_id3154348\n"
+"03090202.xhp\n"
+"par_id3153897\n"
"8\n"
"help.text"
-msgid "<emph>Text:</emph> String that represents a number."
+msgid "Next [counter]"
msgstr ""
-#: 03120104.xhp
+#: 03090202.xhp
msgctxt ""
-"03120104.xhp\n"
-"par_id3149670\n"
+"03090202.xhp\n"
+"hd_id3150400\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 ""
+msgid "Variables:"
+msgstr "ცვლადები"
-#: 03120104.xhp
+#: 03090202.xhp
msgctxt ""
-"03120104.xhp\n"
-"hd_id3154365\n"
+"03090202.xhp\n"
+"par_id3150358\n"
"10\n"
"help.text"
-msgid "Example:"
+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 ""
-#: 03010200.xhp
+#: 03090202.xhp
msgctxt ""
-"03010200.xhp\n"
-"tit\n"
+"03090202.xhp\n"
+"par_id3152455\n"
+"11\n"
"help.text"
-msgid "Functions for Screen Input"
+msgid "<emph>Start:</emph> Numeric variable that defines the initial value at the beginning of the loop."
msgstr ""
-#: 03010200.xhp
+#: 03090202.xhp
msgctxt ""
-"03010200.xhp\n"
-"hd_id3149456\n"
-"1\n"
+"03090202.xhp\n"
+"par_id3151043\n"
+"12\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03010200.xhp\" name=\"Functions for Screen Input\">Functions for Screen Input</link>"
+msgid "<emph>End:</emph> Numeric variable that defines the final value at the end of the loop."
msgstr ""
-#: 03010200.xhp
+#: 03090202.xhp
msgctxt ""
-"03010200.xhp\n"
-"par_id3150398\n"
-"2\n"
+"03090202.xhp\n"
+"par_id3156281\n"
+"13\n"
"help.text"
-msgid "This section describes Runtime functions used to control screen input."
+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 ""
-#: 03020411.xhp
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"tit\n"
+"03090202.xhp\n"
+"par_id3154684\n"
+"14\n"
"help.text"
-msgid "MkDir Statement [Runtime]"
+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 ""
-#: 03020411.xhp
-msgctxt ""
-"03020411.xhp\n"
-"bm_id3156421\n"
-"help.text"
-msgid "<bookmark_value>MkDir statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-
-#: 03020411.xhp
-#, fuzzy
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"hd_id3156421\n"
-"1\n"
+"03090202.xhp\n"
+"par_id3147287\n"
+"15\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>"
+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 ""
-#: 03020411.xhp
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"par_id3147000\n"
-"2\n"
+"03090202.xhp\n"
+"par_id3159154\n"
+"16\n"
"help.text"
-msgid "Creates a new directory on a data medium."
+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 ""
-#: 03020411.xhp
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"hd_id3148520\n"
-"3\n"
+"03090202.xhp\n"
+"par_id3155306\n"
+"17\n"
"help.text"
-msgid "Syntax:"
+msgid "If you specify an increment of 0, the statements between <emph>For</emph> and <emph>Next</emph> are repeated continuously."
msgstr ""
-#: 03020411.xhp
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"par_id3155150\n"
-"4\n"
+"03090202.xhp\n"
+"par_id3155854\n"
+"18\n"
"help.text"
-msgid "MkDir Text As String"
-msgstr "RTrim (Text As String)"
+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 ""
-#: 03020411.xhp
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"hd_id3156027\n"
-"5\n"
+"03090202.xhp\n"
+"par_id3145273\n"
+"19\n"
"help.text"
-msgid "Parameters:"
+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 ""
-#: 03020411.xhp
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"par_id3153750\n"
-"6\n"
+"03090202.xhp\n"
+"par_id3153190\n"
+"20\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>."
+msgid "For..."
msgstr ""
-#: 03020411.xhp
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"par_id3153311\n"
-"7\n"
+"03090202.xhp\n"
+"par_id3149482\n"
+"21\n"
"help.text"
-msgid "If the path is not determined, the directory is created in the current directory."
+msgid "statements"
msgstr ""
-#: 03020411.xhp
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"hd_id3155388\n"
-"8\n"
+"03090202.xhp\n"
+"par_id3147124\n"
+"22\n"
"help.text"
-msgid "Example:"
+msgid "If condition = True Then Exit For"
msgstr ""
-#: 03020411.xhp
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"par_id3149762\n"
-"10\n"
+"03090202.xhp\n"
+"par_id3153159\n"
+"23\n"
"help.text"
-msgid "' Example for functions of the file organization"
+msgid "statements"
msgstr ""
-#: 03020411.xhp
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"par_id3149669\n"
-"13\n"
+"03090202.xhp\n"
+"par_id3154096\n"
+"24\n"
"help.text"
-msgid "Const sSubDir1 As String =\"Test\""
-msgstr ""
+msgid "Next"
+msgstr "შემდეგი"
-#: 03020411.xhp
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"par_id3148663\n"
-"14\n"
+"03090202.xhp\n"
+"par_id3156286\n"
+"25\n"
"help.text"
-msgid "Const sFile2 As String = \"Copied.tmp\""
+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 ""
-#: 03020411.xhp
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"par_id3154071\n"
-"15\n"
+"03090202.xhp\n"
+"hd_id3148457\n"
+"26\n"
"help.text"
-msgid "Const sFile3 As String = \"Renamed.tmp\""
-msgstr ""
+msgid "Example"
+msgstr "მაგალითად"
-#: 03020411.xhp
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"par_id3154217\n"
-"19\n"
+"03090202.xhp\n"
+"par_id3151074\n"
+"27\n"
"help.text"
-msgid "If Dir(sSubDir1,16)=\"\" Then ' Does the directory exist?"
+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 ""
-#: 03020411.xhp
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"par_id3147228\n"
-"21\n"
+"03090202.xhp\n"
+"par_id3155767\n"
+"42\n"
"help.text"
-msgid "MsgBox sFile,0,\"Create directory\""
+msgid "sEntry(0) = \"Jerry\""
msgstr ""
-#: 03020411.xhp
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"par_id3153770\n"
-"26\n"
+"03090202.xhp\n"
+"par_id3153711\n"
+"33\n"
"help.text"
-msgid "MsgBox fSysURL(CurDir()),0,\"Current directory\""
+msgid "sEntry(1) = \"Patty\""
msgstr ""
-#: 03020411.xhp
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"par_id3159154\n"
-"27\n"
+"03090202.xhp\n"
+"par_id3148993\n"
+"34\n"
"help.text"
-msgid "MsgBox sFile & Chr(13) & FileDateTime( sFile ),0,\"Creation time\""
+msgid "sEntry(2) = \"Kurt\""
msgstr ""
-#: 03020411.xhp
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"par_id3149484\n"
-"28\n"
+"03090202.xhp\n"
+"par_id3156382\n"
+"35\n"
"help.text"
-msgid "MsgBox sFile & Chr(13)& FileLen( sFile ),0,\"File length\""
+msgid "sEntry(3) = \"Thomas\""
msgstr ""
-#: 03020411.xhp
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"par_id3152885\n"
-"29\n"
+"03090202.xhp\n"
+"par_id3155174\n"
+"36\n"
"help.text"
-msgid "MsgBox sFile & Chr(13)& GetAttr( sFile ),0,\"File attributes\""
+msgid "sEntry(4) = \"Michael\""
msgstr ""
-#: 03020411.xhp
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"par_id3153952\n"
-"31\n"
+"03090202.xhp\n"
+"par_id3166448\n"
+"37\n"
"help.text"
-msgid "' Rename in the same directory"
+msgid "sEntry(5) = \"David\""
msgstr ""
-#: 03020411.xhp
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"par_id3147426\n"
-"34\n"
+"03090202.xhp\n"
+"par_id3149255\n"
+"38\n"
"help.text"
-msgid "SetAttr( sFile, 0 ) 'Delete all attributes"
+msgid "sEntry(6) = \"Cathy\""
msgstr ""
-#: 03020411.xhp
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"par_id3148647\n"
-"35\n"
+"03090202.xhp\n"
+"par_id3149565\n"
+"39\n"
"help.text"
-msgid "MsgBox sFile & Chr(13) & GetAttr( sFile ),0,\"New file attributes\""
+msgid "sEntry(7) = \"Susie\""
msgstr ""
-#: 03020411.xhp
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"par_id3150092\n"
+"03090202.xhp\n"
+"par_id3145148\n"
"40\n"
"help.text"
-msgid "' Converts a system path in URL"
+msgid "sEntry(8) = \"Edward\""
msgstr ""
-#: 03020411.xhp
+#: 03090202.xhp
msgctxt ""
-"03020411.xhp\n"
-"par_id3156276\n"
-"49\n"
+"03090202.xhp\n"
+"par_id3145229\n"
+"41\n"
"help.text"
-msgid "' the colon with DOS"
+msgid "sEntry(9) = \"Christine\""
msgstr ""
-#: 03050500.xhp
+#: 03090203.xhp
msgctxt ""
-"03050500.xhp\n"
+"03090203.xhp\n"
"tit\n"
"help.text"
-msgid "On Error GoTo ... Resume Statement [Runtime]"
+msgid "While...Wend Statement[Runtime]"
msgstr ""
-#: 03050500.xhp
+#: 03090203.xhp
msgctxt ""
-"03050500.xhp\n"
-"bm_id3146795\n"
+"03090203.xhp\n"
+"bm_id3150400\n"
"help.text"
-msgid "<bookmark_value>Resume Next parameter</bookmark_value><bookmark_value>On Error GoTo ... Resume statement</bookmark_value>"
+msgid "<bookmark_value>While;While...Wend loop</bookmark_value>"
msgstr ""
-#: 03050500.xhp
-#, fuzzy
+#: 03090203.xhp
msgctxt ""
-"03050500.xhp\n"
-"hd_id3146795\n"
+"03090203.xhp\n"
+"hd_id3150400\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>"
+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>"
-#: 03050500.xhp
+#: 03090203.xhp
msgctxt ""
-"03050500.xhp\n"
-"par_id3150358\n"
+"03090203.xhp\n"
+"par_id3151211\n"
"2\n"
"help.text"
-msgid "Enables an error-handling routine after an error occurs, or resumes program execution."
+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 ""
-#: 03050500.xhp
+#: 03090203.xhp
msgctxt ""
-"03050500.xhp\n"
-"hd_id3151212\n"
+"03090203.xhp\n"
+"par_id3151041\n"
"3\n"
"help.text"
-msgid "Syntax:"
+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 ""
-#: 03050500.xhp
+#: 03090203.xhp
msgctxt ""
-"03050500.xhp\n"
-"par_id3145173\n"
+"03090203.xhp\n"
+"par_id3145172\n"
"4\n"
"help.text"
-msgid "On {[Local] Error GoTo Labelname | GoTo 0 | Resume Next}"
+msgid "A Do...Loop is more flexible than a While...Wend."
msgstr ""
-#: 03050500.xhp
+#: 03090203.xhp
msgctxt ""
-"03050500.xhp\n"
-"hd_id3154125\n"
+"03090203.xhp\n"
+"hd_id3155133\n"
"5\n"
"help.text"
-msgid "Parameters:"
+msgid "Syntax:"
msgstr ""
-#: 03050500.xhp
+#: 03090203.xhp
msgctxt ""
-"03050500.xhp\n"
-"par_id3150869\n"
-"7\n"
+"03090203.xhp\n"
+"par_id3147288\n"
+"6\n"
"help.text"
-msgid "<emph>GoTo Labelname:</emph> If an error occurs, enables the error-handling routine that starts at the line \"Labelname\"."
+msgid "While Condition [Statement] Wend"
msgstr ""
-#: 03050500.xhp
+#: 03090203.xhp
msgctxt ""
-"03050500.xhp\n"
-"par_id3150439\n"
-"8\n"
+"03090203.xhp\n"
+"hd_id3153139\n"
+"7\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 ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03050500.xhp
+#: 03090203.xhp
msgctxt ""
-"03050500.xhp\n"
-"par_id3149482\n"
-"9\n"
+"03090203.xhp\n"
+"par_id3159153\n"
+"8\n"
"help.text"
-msgid "<emph>GoTo 0:</emph> Disables the error handler in the current procedure."
-msgstr ""
+msgid "Sub ExampleWhileWend"
+msgstr "Sub ExampleBeep"
-#: 03050500.xhp
+#: 03090203.xhp
msgctxt ""
-"03050500.xhp\n"
-"par_id3149483\n"
+"03090203.xhp\n"
+"par_id3151114\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 ""
+msgid "Dim stext As String"
+msgstr "Dim sSep As String"
-#: 03050500.xhp
+#: 03090203.xhp
msgctxt ""
-"03050500.xhp\n"
-"par_id3148619\n"
+"03090203.xhp\n"
+"par_id3153143\n"
"10\n"
"help.text"
-msgid "The On Error GoTo statement is used to react to errors that occur in a macro."
-msgstr ""
+msgid "Dim iRun As Integer"
+msgstr "DIm iLen როგორც Integer"
-#: 03050500.xhp
+#: 03090203.xhp
msgctxt ""
-"03050500.xhp\n"
-"hd_id3146985\n"
+"03090203.xhp\n"
+"par_id3155306\n"
"11\n"
"help.text"
-msgid "Example:"
+msgid "sText =\"This Is a short text\""
msgstr ""
-#: 03050500.xhp
+#: 03090203.xhp
msgctxt ""
-"03050500.xhp\n"
-"par_id3153876\n"
-"52\n"
+"03090203.xhp\n"
+"par_id3154011\n"
+"12\n"
"help.text"
-msgid "Print #iNumber, \"This is a line of text\""
+msgid "iRun = 1"
msgstr ""
-#: 03050500.xhp
+#: 03090203.xhp
msgctxt ""
-"03050500.xhp\n"
-"par_id3146916\n"
-"67\n"
+"03090203.xhp\n"
+"par_id3147215\n"
+"13\n"
"help.text"
-msgid "MsgBox \"All files will be closed\",0,\"Error\""
+msgid "While iRun < Len(sText)"
msgstr ""
-#: 00000002.xhp
+#: 03090203.xhp
msgctxt ""
-"00000002.xhp\n"
-"tit\n"
+"03090203.xhp\n"
+"par_id3147427\n"
+"14\n"
"help.text"
-msgid "$[officename] Basic Glossary"
+msgid "If Mid(sText,iRun,1 )<> \" \" Then Mid( sText ,iRun, 1, Chr( 1 + Asc( Mid(sText,iRun,1 )) )"
msgstr ""
-#: 00000002.xhp
+#: 03090203.xhp
msgctxt ""
-"00000002.xhp\n"
-"hd_id3145068\n"
-"1\n"
+"03090203.xhp\n"
+"par_id3149665\n"
+"15\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/00000002.xhp\" name=\"$[officename] Basic Glossary\">$[officename] Basic Glossary</link>"
+msgid "iRun = iRun + 1"
msgstr ""
-#: 00000002.xhp
+#: 03090203.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3150792\n"
-"2\n"
+"03090203.xhp\n"
+"par_id3152939\n"
+"16\n"
"help.text"
-msgid "This glossary explains some technical terms that you may come across when working with $[officename] Basic."
+msgid "Wend"
msgstr ""
-#: 00000002.xhp
+#: 03090203.xhp
msgctxt ""
-"00000002.xhp\n"
-"hd_id3155133\n"
-"7\n"
+"03090203.xhp\n"
+"par_id3153189\n"
+"17\n"
"help.text"
-msgid "Decimal Point"
+msgid "MsgBox sText,0,\"Text encoded\""
msgstr ""
-#: 00000002.xhp
+#: 03090203.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3156443\n"
-"8\n"
+"03090203.xhp\n"
+"par_id3145251\n"
+"18\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."
+msgid "End Sub"
msgstr ""
-#: 00000002.xhp
+#: 03090300.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3153092\n"
-"9\n"
+"03090300.xhp\n"
+"tit\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>."
+msgid "Jumps"
msgstr ""
-#: 00000002.xhp
+#: 03090300.xhp
msgctxt ""
-"00000002.xhp\n"
-"hd_id3155854\n"
-"29\n"
+"03090300.xhp\n"
+"hd_id3151262\n"
+"1\n"
"help.text"
-msgid "Colors"
-msgstr "ფერები"
+msgid "<link href=\"text/sbasic/shared/03090300.xhp\" name=\"Jumps\">Jumps</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 00000002.xhp
+#: 03090300.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3145366\n"
-"30\n"
+"03090300.xhp\n"
+"par_id3148983\n"
+"2\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>."
+msgid "The following statements execute jumps."
msgstr ""
-#: 00000002.xhp
+#: 03090301.xhp
msgctxt ""
-"00000002.xhp\n"
-"hd_id3146119\n"
-"32\n"
+"03090301.xhp\n"
+"tit\n"
"help.text"
-msgid "Measurement Units"
+msgid "GoSub...Return Statement [Runtime]"
msgstr ""
-#: 00000002.xhp
+#: 03090301.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3154013\n"
-"33\n"
+"03090301.xhp\n"
+"bm_id3147242\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>."
+msgid "<bookmark_value>GoSub...Return statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+
+#: 03090301.xhp
+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>"
+
+#: 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 ""
-#: 00000002.xhp
+#: 03090301.xhp
msgctxt ""
-"00000002.xhp\n"
-"bm_id3145801\n"
+"03090301.xhp\n"
+"hd_id3145609\n"
+"3\n"
"help.text"
-msgid "<bookmark_value>twips; definition</bookmark_value>"
-msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
+msgid "Syntax:"
+msgstr ""
-#: 00000002.xhp
+#: 03090301.xhp
msgctxt ""
-"00000002.xhp\n"
-"hd_id3145801\n"
+"03090301.xhp\n"
+"par_id3145069\n"
+"4\n"
+"help.text"
+msgid "see Parameters"
+msgstr ""
+
+#: 03090301.xhp
+msgctxt ""
+"03090301.xhp\n"
+"hd_id3147265\n"
"5\n"
"help.text"
-msgid "Twips"
+msgid "Parameters:"
msgstr ""
-#: 00000002.xhp
+#: 03090301.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3154731\n"
+"03090301.xhp\n"
+"par_id3148664\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 ""
+msgid "Sub/Function"
+msgstr "End function"
-#: 00000002.xhp
+#: 03090301.xhp
msgctxt ""
-"00000002.xhp\n"
-"hd_id3153159\n"
-"106\n"
+"03090301.xhp\n"
+"par_id3150400\n"
+"7\n"
"help.text"
-msgid "URL Notation"
+msgid "statement block"
msgstr ""
-#: 00000002.xhp
+#: 03090301.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3153415\n"
-"108\n"
+"03090301.xhp\n"
+"par_id3154140\n"
+"8\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:"
+msgid "Label"
msgstr ""
-#: 00000002.xhp
+#: 03090301.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3149121\n"
-"107\n"
+"03090301.xhp\n"
+"par_id3150869\n"
+"9\n"
"help.text"
-msgid "<emph>protocol</emph>://<emph>host.name</emph>/<emph>path/to/the/file.html</emph>"
+msgid "statement block"
msgstr ""
-#: 00000002.xhp
+#: 03090301.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3168612\n"
-"109\n"
+"03090301.xhp\n"
+"par_id3154909\n"
+"10\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."
+msgid "GoSub Label"
msgstr ""
-#: 00000002.xhp
+#: 03090301.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3150324\n"
-"110\n"
+"03090301.xhp\n"
+"par_id3153969\n"
+"11\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 ""
+msgid "Exit Sub/Function"
+msgstr "End function"
-#: 03120315.xhp
+#: 03090301.xhp
msgctxt ""
-"03120315.xhp\n"
-"tit\n"
+"03090301.xhp\n"
+"par_id3154685\n"
+"12\n"
"help.text"
-msgid "Join Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Label:"
+msgstr ""
-#: 03120315.xhp
+#: 03090301.xhp
msgctxt ""
-"03120315.xhp\n"
-"bm_id3149416\n"
+"03090301.xhp\n"
+"par_id3145786\n"
+"13\n"
"help.text"
-msgid "<bookmark_value>Join function</bookmark_value>"
-msgstr "<bookmark_value>Join ფუნქცია</bookmark_value>"
+msgid "statement block"
+msgstr ""
-#: 03120315.xhp
-#, fuzzy
+#: 03090301.xhp
msgctxt ""
-"03120315.xhp\n"
-"hd_id3149416\n"
-"1\n"
+"03090301.xhp\n"
+"par_id3159252\n"
+"14\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>"
+msgid "Return"
+msgstr ""
-#: 03120315.xhp
+#: 03090301.xhp
msgctxt ""
-"03120315.xhp\n"
-"par_id3149670\n"
-"2\n"
+"03090301.xhp\n"
+"par_id3154321\n"
+"15\n"
"help.text"
-msgid "Returns a string from a number of substrings in a string array."
-msgstr "მასივში ქვესტრინგებიდან აბრუნებს სტინგს."
+msgid "End Sub/Function"
+msgstr "End function"
-#: 03120315.xhp
+#: 03090301.xhp
msgctxt ""
-"03120315.xhp\n"
-"hd_id3159414\n"
-"3\n"
+"03090301.xhp\n"
+"par_id3147318\n"
+"16\n"
"help.text"
-msgid "Syntax:"
+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 ""
-#: 03120315.xhp
+#: 03090301.xhp
msgctxt ""
-"03120315.xhp\n"
-"par_id3156344\n"
-"4\n"
+"03090301.xhp\n"
+"par_id3153190\n"
+"17\n"
"help.text"
-msgid "Join (Text As String Array, delimiter)"
-msgstr "Join (Text As String Array, delimiter)"
+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 ""
-#: 03120315.xhp
+#: 03090301.xhp
msgctxt ""
-"03120315.xhp\n"
-"hd_id3150400\n"
-"5\n"
+"03090301.xhp\n"
+"par_id3145799\n"
+"19\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+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 ""
-#: 03120315.xhp
+#: 03090301.xhp
msgctxt ""
-"03120315.xhp\n"
-"par_id3150359\n"
-"6\n"
+"03090301.xhp\n"
+"hd_id3156284\n"
+"20\n"
"help.text"
-msgid "String"
-msgstr "სტრიქონები"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03120315.xhp
+#: 03090301.xhp
msgctxt ""
-"03120315.xhp\n"
-"hd_id3148798\n"
-"7\n"
+"03090301.xhp\n"
+"par_id3146970\n"
+"25\n"
"help.text"
-msgid "Parameters:"
+msgid "iInputa = Int(InputBox$ \"Enter the first number: \",\"NumberInput\"))"
msgstr ""
-#: 03120315.xhp
+#: 03090301.xhp
msgctxt ""
-"03120315.xhp\n"
-"par_id3145171\n"
-"8\n"
+"03090301.xhp\n"
+"par_id3150329\n"
+"26\n"
"help.text"
-msgid "<emph>Text:</emph> A string array."
-msgstr "<emph>ტექსტი:</emph> სტრინგების მწკრივი."
+msgid "iInputb = Int(InputBox$ \"Enter the second number: \",\"NumberInput\"))"
+msgstr ""
-#: 03120315.xhp
+#: 03090301.xhp
msgctxt ""
-"03120315.xhp\n"
-"par_id3154908\n"
-"9\n"
+"03090301.xhp\n"
+"par_id3154756\n"
+"29\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> სტრუნგული ასო-ნიშანი, რომელიც გამოიყენება ქვესტრინგების გამოსაყოფად შედეგის სტრინგში. საწყის გამყოფად გამოიყენება ჰარის ასო-ნიშანი. თუ გამყოფი ნულოვანი სიგრძისაა\"\", ქვესტრინგები შეერთდება გამყოფის გარეშე."
+msgid "Print \"The square root of\";iInputa;\" is\";iInputc"
+msgstr ""
-#: 03120315.xhp
+#: 03090301.xhp
msgctxt ""
-"03120315.xhp\n"
-"hd_id3154218\n"
-"10\n"
+"03090301.xhp\n"
+"par_id3147340\n"
+"32\n"
"help.text"
-msgid "Example:"
+msgid "Print \"The square root of\";iInputb;\" is\";iInputc"
msgstr ""
-#: 03030102.xhp
+#: 03090302.xhp
msgctxt ""
-"03030102.xhp\n"
+"03090302.xhp\n"
"tit\n"
"help.text"
-msgid "DateValue Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "GoTo Statement [Runtime]"
+msgstr ""
-#: 03030102.xhp
+#: 03090302.xhp
msgctxt ""
-"03030102.xhp\n"
-"bm_id3156344\n"
+"03090302.xhp\n"
+"bm_id3159413\n"
"help.text"
-msgid "<bookmark_value>DateValue function</bookmark_value>"
-msgstr "<bookmark_value>DatePart ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>GoTo statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03030102.xhp
-#, fuzzy
+#: 03090302.xhp
msgctxt ""
-"03030102.xhp\n"
-"hd_id3156344\n"
+"03090302.xhp\n"
+"hd_id3159413\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>"
+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>"
-#: 03030102.xhp
+#: 03090302.xhp
msgctxt ""
-"03030102.xhp\n"
-"par_id3150542\n"
+"03090302.xhp\n"
+"par_id3153379\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."
+msgid "Continues program execution within a Sub or Function at the procedure line indicated by a label."
msgstr ""
-#: 03030102.xhp
+#: 03090302.xhp
msgctxt ""
-"03030102.xhp\n"
-"hd_id3148799\n"
+"03090302.xhp\n"
+"hd_id3149656\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03030102.xhp
+#: 03090302.xhp
msgctxt ""
-"03030102.xhp\n"
-"par_id3154910\n"
+"03090302.xhp\n"
+"par_id3154367\n"
"4\n"
"help.text"
-msgid "DateValue [(date)]"
+msgid "see Parameters"
msgstr ""
-#: 03030102.xhp
+#: 03090302.xhp
msgctxt ""
-"03030102.xhp\n"
+"03090302.xhp\n"
"hd_id3150870\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Parameters:"
+msgstr ""
-#: 03030102.xhp
+#: 03090302.xhp
msgctxt ""
-"03030102.xhp\n"
-"par_id3153194\n"
+"03090302.xhp\n"
+"par_id3156214\n"
"6\n"
"help.text"
-msgid "Date"
-msgstr ""
+msgid "Sub/Function"
+msgstr "End function"
-#: 03030102.xhp
+#: 03090302.xhp
msgctxt ""
-"03030102.xhp\n"
-"hd_id3153969\n"
+"03090302.xhp\n"
+"par_id3156424\n"
"7\n"
"help.text"
-msgid "Parameters:"
+msgid "statement block"
msgstr ""
-#: 03030102.xhp
+#: 03090302.xhp
msgctxt ""
-"03030102.xhp\n"
-"par_id3153770\n"
+"03090302.xhp\n"
+"par_id3154685\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."
+msgid "Label1"
msgstr ""
-#: 03030102.xhp
+#: 03090302.xhp
msgctxt ""
-"03030102.xhp\n"
-"par_id3153189\n"
-"22\n"
+"03090302.xhp\n"
+"par_id3145786\n"
+"9\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."
+msgid "<emph>Label2:</emph>"
msgstr ""
-#: 03030102.xhp
+#: 03090302.xhp
msgctxt ""
-"03030102.xhp\n"
-"par_id3146974\n"
-"23\n"
+"03090302.xhp\n"
+"par_id3161832\n"
+"10\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\"."
+msgid "statement block"
msgstr ""
-#: 03030102.xhp
+#: 03090302.xhp
msgctxt ""
-"03030102.xhp\n"
-"hd_id3153142\n"
-"24\n"
+"03090302.xhp\n"
+"par_id3146120\n"
+"11\n"
"help.text"
-msgid "Example:"
+msgid "Exit Sub"
msgstr ""
-#: 03120300.xhp
+#: 03090302.xhp
msgctxt ""
-"03120300.xhp\n"
-"tit\n"
+"03090302.xhp\n"
+"par_id3150010\n"
+"12\n"
"help.text"
-msgid "Editing String Contents"
-msgstr "სტრიქონის შეიგთავსის რედაქტირება"
+msgid "<emph>Label1:</emph>"
+msgstr ""
-#: 03120300.xhp
+#: 03090302.xhp
msgctxt ""
-"03120300.xhp\n"
-"bm_id7499008\n"
+"03090302.xhp\n"
+"par_id3152462\n"
+"13\n"
"help.text"
-msgid "<bookmark_value>ampersand symbol in StarBasic</bookmark_value>"
+msgid "statement block"
msgstr ""
-#: 03120300.xhp
-#, fuzzy
+#: 03090302.xhp
msgctxt ""
-"03120300.xhp\n"
-"hd_id3153894\n"
-"1\n"
+"03090302.xhp\n"
+"par_id3149664\n"
+"14\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>"
+msgid "GoTo Label2"
+msgstr ""
-#: 03120300.xhp
+#: 03090302.xhp
msgctxt ""
-"03120300.xhp\n"
-"par_id3149178\n"
-"2\n"
+"03090302.xhp\n"
+"par_id3152886\n"
+"15\n"
"help.text"
-msgid "The following functions edit, format, and align the contents of strings. Use the & operator to concatenate strings."
+msgid "End Sub/Function"
+msgstr "End function"
+
+#: 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 ""
-#: 03132400.xhp
+#: 03090302.xhp
msgctxt ""
-"03132400.xhp\n"
-"tit\n"
+"03090302.xhp\n"
+"par_id3155416\n"
+"17\n"
"help.text"
-msgid "CreateObject Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "You cannot use the GoTo statement to jump out of a Sub or Function."
+msgstr ""
-#: 03132400.xhp
+#: 03090302.xhp
msgctxt ""
-"03132400.xhp\n"
-"bm_id659810\n"
+"03090302.xhp\n"
+"hd_id3154731\n"
+"19\n"
"help.text"
-msgid "<bookmark_value>CreateObject function</bookmark_value>"
-msgstr "<bookmark_value>CreateObject ფუნქცია</bookmark_value>"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03132400.xhp
+#: 03090302.xhp
msgctxt ""
-"03132400.xhp\n"
-"par_idN10580\n"
+"03090302.xhp\n"
+"par_id6967035\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03132400.xhp\">CreateObject Function [Runtime]</link>"
+msgid "see Parameters"
msgstr ""
-#: 03132400.xhp
+#: 03090303.xhp
msgctxt ""
-"03132400.xhp\n"
-"par_idN10590\n"
+"03090303.xhp\n"
+"tit\n"
"help.text"
-msgid "<ahelp hid=\".\">Creates a UNO object. On Windows, can also create OLE objects.</ahelp>"
+msgid "On...GoSub Statement; On...GoTo Statement [Runtime]"
msgstr ""
-#: 03132400.xhp
+#: 03090303.xhp
msgctxt ""
-"03132400.xhp\n"
-"par_idN1059F\n"
+"03090303.xhp\n"
+"bm_id3153897\n"
"help.text"
-msgid "This method creates instances of the type that is passed as parameter."
-msgstr "მეთოდი ქმნის პარამეტრად გადაცემული ტიპის ნიმუშებს."
+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>"
-#: 03132400.xhp
+#: 03090303.xhp
msgctxt ""
-"03132400.xhp\n"
-"par_idN105A2\n"
+"03090303.xhp\n"
+"hd_id3153897\n"
+"1\n"
"help.text"
-msgid "Syntax:"
+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 ""
-#: 03132400.xhp
+#: 03090303.xhp
msgctxt ""
-"03132400.xhp\n"
-"par_idN105A6\n"
+"03090303.xhp\n"
+"par_id3150359\n"
+"2\n"
"help.text"
-msgid "oObj = CreateObject( type )"
-msgstr "oObj = CreateObject( type )"
+msgid "Branches to one of several specified lines in the program code, depending on the value of a numeric expression."
+msgstr ""
-#: 03132400.xhp
+#: 03090303.xhp
msgctxt ""
-"03132400.xhp\n"
-"par_idN105A9\n"
+"03090303.xhp\n"
+"hd_id3148798\n"
+"3\n"
"help.text"
-msgid "Example:"
+msgid "Syntax:"
msgstr ""
-#: 03020104.xhp
+#: 03090303.xhp
msgctxt ""
-"03020104.xhp\n"
-"tit\n"
+"03090303.xhp\n"
+"par_id3154366\n"
+"4\n"
"help.text"
-msgid "Reset Statement [Runtime]"
+msgid "On N GoSub Label1[, Label2[, Label3[,...]]]"
msgstr ""
-#: 03020104.xhp
+#: 03090303.xhp
msgctxt ""
-"03020104.xhp\n"
-"bm_id3154141\n"
+"03090303.xhp\n"
+"par_id3150769\n"
+"5\n"
"help.text"
-msgid "<bookmark_value>Reset statement</bookmark_value>"
-msgstr "<bookmark_value>RSet დებულება</bookmark_value>"
+msgid "On NumExpression GoTo Label1[, Label2[, Label3[,...]]]"
+msgstr ""
-#: 03020104.xhp
+#: 03090303.xhp
msgctxt ""
-"03020104.xhp\n"
-"hd_id3154141\n"
-"1\n"
+"03090303.xhp\n"
+"hd_id3156215\n"
+"6\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020104.xhp\">Reset Statement [Runtime]</link>"
+msgid "Parameters:"
msgstr ""
-#: 03020104.xhp
+#: 03090303.xhp
msgctxt ""
-"03020104.xhp\n"
-"par_id3156423\n"
-"2\n"
+"03090303.xhp\n"
+"par_id3148673\n"
+"7\n"
"help.text"
-msgid "Closes all open files and writes the contents of all file buffers to the harddisk."
+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 ""
-#: 03020104.xhp
+#: 03090303.xhp
msgctxt ""
-"03020104.xhp\n"
-"hd_id3154124\n"
-"3\n"
+"03090303.xhp\n"
+"par_id3153194\n"
+"8\n"
"help.text"
-msgid "Syntax:"
+msgid "<emph>Label:</emph> Target line according to<emph> GoTo </emph>or <emph>GoSub</emph> structure."
msgstr ""
-#: 03020104.xhp
+#: 03090303.xhp
msgctxt ""
-"03020104.xhp\n"
-"hd_id3161831\n"
-"5\n"
+"03090303.xhp\n"
+"par_id3156442\n"
+"9\n"
+"help.text"
+msgid "The <emph>GoTo</emph> or <emph>GoSub </emph>conventions are valid."
+msgstr ""
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"hd_id3148645\n"
+"10\n"
"help.text"
msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03090303.xhp
+msgctxt ""
+"03090303.xhp\n"
+"par_id3153948\n"
+"21\n"
+"help.text"
+msgid "sVar =sVar & \" From Sub 1 to\" : Return"
msgstr ""
-#: 03020104.xhp
+#: 03090303.xhp
msgctxt ""
-"03020104.xhp\n"
-"par_id3148455\n"
-"47\n"
+"03090303.xhp\n"
+"par_id3153708\n"
+"23\n"
"help.text"
-msgid "Print #iNumber, \"This is a new line of text\""
+msgid "sVar =sVar & \" From Sub 2 to\" : Return"
msgstr ""
-#: 03020104.xhp
+#: 03090303.xhp
msgctxt ""
-"03020104.xhp\n"
-"par_id3163805\n"
-"62\n"
+"03090303.xhp\n"
+"par_id3150321\n"
+"25\n"
"help.text"
-msgid "MsgBox \"All files will be closed\",0,\"Error\""
+msgid "sVar =sVar & \" Label 1\" : GoTo Ende"
msgstr ""
-#: 03010303.xhp
+#: 03090303.xhp
msgctxt ""
-"03010303.xhp\n"
-"tit\n"
+"03090303.xhp\n"
+"par_id3155764\n"
+"27\n"
"help.text"
-msgid "Red Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "sVar =sVar & \" Label 2\""
+msgstr ""
-#: 03010303.xhp
+#: 03090400.xhp
msgctxt ""
-"03010303.xhp\n"
-"bm_id3148947\n"
+"03090400.xhp\n"
+"tit\n"
"help.text"
-msgid "<bookmark_value>Red function</bookmark_value>"
-msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
+msgid "Further Statements"
+msgstr ""
-#: 03010303.xhp
-#, fuzzy
+#: 03090400.xhp
msgctxt ""
-"03010303.xhp\n"
-"hd_id3148947\n"
+"03090400.xhp\n"
+"hd_id3145316\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>"
+msgid "<link href=\"text/sbasic/shared/03090400.xhp\" name=\"Further Statements\">Further Statements</link>"
+msgstr "<link href=\"text/sbasic/shared/03130000.xhp\" name=\"სხვა ბრძენებები\">სხვა ბრძენებები</link>"
-#: 03010303.xhp
+#: 03090400.xhp
msgctxt ""
-"03010303.xhp\n"
-"par_id3149656\n"
+"03090400.xhp\n"
+"par_id3154923\n"
"2\n"
"help.text"
-msgid "Returns the Red component of the specified color code."
+msgid "Statements that do not belong to any of the other runtime categories are described here."
msgstr ""
-#: 03010303.xhp
+#: 03090401.xhp
msgctxt ""
-"03010303.xhp\n"
-"hd_id3148799\n"
-"3\n"
+"03090401.xhp\n"
+"tit\n"
"help.text"
-msgid "Syntax:"
+msgid "Call Statement [Runtime]"
msgstr ""
-#: 03010303.xhp
+#: 03090401.xhp
msgctxt ""
-"03010303.xhp\n"
-"par_id3150448\n"
-"4\n"
+"03090401.xhp\n"
+"bm_id3154422\n"
"help.text"
-msgid "Red (ColorNumber As Long)"
-msgstr ""
+msgid "<bookmark_value>Call statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03010303.xhp
+#: 03090401.xhp
msgctxt ""
-"03010303.xhp\n"
-"hd_id3151042\n"
-"5\n"
+"03090401.xhp\n"
+"hd_id3154422\n"
+"1\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+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>"
-#: 03010303.xhp
+#: 03090401.xhp
msgctxt ""
-"03010303.xhp\n"
-"par_id3145173\n"
-"6\n"
+"03090401.xhp\n"
+"par_id3153394\n"
+"2\n"
"help.text"
-msgid "Integer"
+msgid "Transfers the control of the program to a subroutine, a function, or a DLL procedure."
msgstr ""
-#: 03010303.xhp
+#: 03090401.xhp
msgctxt ""
-"03010303.xhp\n"
-"hd_id3154685\n"
-"7\n"
+"03090401.xhp\n"
+"hd_id3153345\n"
+"3\n"
"help.text"
-msgid "Parameter:"
+msgid "Syntax:"
msgstr ""
-#: 03010303.xhp
+#: 03090401.xhp
msgctxt ""
-"03010303.xhp\n"
-"par_id3150440\n"
-"8\n"
+"03090401.xhp\n"
+"par_id3150984\n"
+"4\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."
+msgid "[Call] Name [Parameter]"
msgstr ""
-#: 03010303.xhp
+#: 03090401.xhp
msgctxt ""
-"03010303.xhp\n"
-"hd_id3148575\n"
-"9\n"
+"03090401.xhp\n"
+"hd_id3150771\n"
+"5\n"
"help.text"
-msgid "Example:"
+msgid "Parameters:"
msgstr ""
-#: 03010303.xhp
+#: 03090401.xhp
msgctxt ""
-"03010303.xhp\n"
-"par_id3147435\n"
-"13\n"
+"03090401.xhp\n"
+"par_id3148473\n"
+"6\n"
"help.text"
-msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
+msgid "<emph>Name:</emph> Name of the subroutine, the function, or the DLL that you want to call"
msgstr ""
-#: 03010303.xhp
+#: 03090401.xhp
msgctxt ""
-"03010303.xhp\n"
-"par_id3155306\n"
-"14\n"
+"03090401.xhp\n"
+"par_id3148946\n"
+"7\n"
"help.text"
-msgid "\"red= \" & red(lVar) & Chr(13)&_"
+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 ""
-#: 03010303.xhp
+#: 03090401.xhp
msgctxt ""
-"03010303.xhp\n"
-"par_id3149262\n"
-"15\n"
+"03090401.xhp\n"
+"par_id3154216\n"
+"8\n"
"help.text"
-msgid "\"green= \" & green(lVar) & Chr(13)&_"
+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 ""
-#: 03010303.xhp
+#: 03090401.xhp
msgctxt ""
-"03010303.xhp\n"
-"par_id3147397\n"
-"16\n"
+"03090401.xhp\n"
+"hd_id3125865\n"
+"9\n"
"help.text"
-msgid "\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03120314.xhp
+#: 03090402.xhp
msgctxt ""
-"03120314.xhp\n"
+"03090402.xhp\n"
"tit\n"
"help.text"
-msgid "Split Function [Runtime]"
+msgid "Choose Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03120314.xhp
+#: 03090402.xhp
msgctxt ""
-"03120314.xhp\n"
-"bm_id3156027\n"
+"03090402.xhp\n"
+"bm_id3143271\n"
"help.text"
-msgid "<bookmark_value>Split function</bookmark_value>"
-msgstr "<bookmark_value>Split ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Choose function</bookmark_value>"
+msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
-#: 03120314.xhp
-#, fuzzy
+#: 03090402.xhp
msgctxt ""
-"03120314.xhp\n"
-"hd_id3156027\n"
+"03090402.xhp\n"
+"hd_id3143271\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120314.xhp\" name=\"Split Function [Runtime]\">Split Function [Runtime]</link>"
+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>"
-#: 03120314.xhp
+#: 03090402.xhp
msgctxt ""
-"03120314.xhp\n"
-"par_id3155805\n"
+"03090402.xhp\n"
+"par_id3149234\n"
"2\n"
"help.text"
-msgid "Returns an array of substrings from a string expression."
-msgstr "სტრუნგული გამოსახულებიდან აბრუნებს ქვესტრინგების მასივს."
+msgid "Returns a selected value from a list of arguments."
+msgstr ""
-#: 03120314.xhp
+#: 03090402.xhp
msgctxt ""
-"03120314.xhp\n"
-"hd_id3149177\n"
+"03090402.xhp\n"
+"hd_id3148943\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120314.xhp
+#: 03090402.xhp
msgctxt ""
-"03120314.xhp\n"
-"par_id3153824\n"
+"03090402.xhp\n"
+"par_id3147560\n"
"4\n"
"help.text"
-msgid "Split (Text As String, delimiter, number)"
-msgstr "Split (Text As String, delimiter, number)"
+msgid "Choose (Index, Selection1[, Selection2, ... [,Selection_n]])"
+msgstr ""
-#: 03120314.xhp
+#: 03090402.xhp
msgctxt ""
-"03120314.xhp\n"
-"hd_id3149763\n"
+"03090402.xhp\n"
+"hd_id3154346\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Parameters:"
+msgstr ""
-#: 03120314.xhp
+#: 03090402.xhp
msgctxt ""
-"03120314.xhp\n"
-"par_id3154285\n"
+"03090402.xhp\n"
+"par_id3148664\n"
"6\n"
"help.text"
-msgid "String"
-msgstr "სტრიქონები"
+msgid "<emph>Index:</emph> A numeric expression that specifies the value to return."
+msgstr ""
-#: 03120314.xhp
+#: 03090402.xhp
msgctxt ""
-"03120314.xhp\n"
-"hd_id3145315\n"
+"03090402.xhp\n"
+"par_id3150791\n"
"7\n"
"help.text"
-msgid "Parameters:"
+msgid "<emph>Selection1:</emph> Any expression that contains one of the possible choices."
msgstr ""
-#: 03120314.xhp
+#: 03090402.xhp
msgctxt ""
-"03120314.xhp\n"
-"par_id3156023\n"
+"03090402.xhp\n"
+"par_id3151043\n"
"8\n"
"help.text"
-msgid "<emph>Text:</emph> Any string expression."
-msgstr "<emph>ტექსტი: </emph>ნებისმიერი სტრინგული გამოსახულება."
+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 ""
-#: 03120314.xhp
+#: 03090402.xhp
msgctxt ""
-"03120314.xhp\n"
-"par_id3147560\n"
+"03090402.xhp\n"
+"par_id3153192\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> ერთი ან მეტი ასო-ნიშნის სიგრძის სტრინგი, რომელიც გამოიყენება ტექსტის გამოსაყოფად. საწყისი ნიშანია ჰარი."
+msgid "If the index value is less than 1 or greater than the number of expressions listed, the function returns a Null value."
+msgstr ""
-#: 03120314.xhp
+#: 03090402.xhp
msgctxt ""
-"03120314.xhp\n"
-"par_id3145069\n"
-"12\n"
+"03090402.xhp\n"
+"par_id3156281\n"
+"10\n"
"help.text"
-msgid "<emph>number (optional):</emph> The number of substrings that you want to return."
-msgstr "<emph>number (არჩევითი):</emph> თქვენთვის სასურველი დასაბრუნებელი ქვესტრინგების რაოდენობა."
+msgid "The following example uses the <emph>Choose</emph> function to select a string from several strings that form a menu:"
+msgstr ""
-#: 03120314.xhp
+#: 03090402.xhp
msgctxt ""
-"03120314.xhp\n"
-"hd_id3150398\n"
-"10\n"
+"03090402.xhp\n"
+"hd_id3150439\n"
+"11\n"
"help.text"
msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03090402.xhp
+msgctxt ""
+"03090402.xhp\n"
+"par_id3156443\n"
+"20\n"
+"help.text"
+msgid "ChooseMenu = Choose(Index, \"Quick Format\", \"Save Format\", \"System Format\")"
msgstr ""
-#: 03020202.xhp
+#: 03090403.xhp
msgctxt ""
-"03020202.xhp\n"
+"03090403.xhp\n"
"tit\n"
"help.text"
-msgid "Input# Statement [Runtime]"
+msgid "Declare Statement [Runtime]"
msgstr ""
-#: 03020202.xhp
+#: 03090403.xhp
msgctxt ""
-"03020202.xhp\n"
-"bm_id3154908\n"
+"03090403.xhp\n"
+"bm_id3148473\n"
"help.text"
-msgid "<bookmark_value>Input statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+msgid "<bookmark_value>Declare statement</bookmark_value>"
+msgstr "<bookmark_value>DefCur განცხადება</bookmark_value>"
-#: 03020202.xhp
-#, fuzzy
+#: 03090403.xhp
msgctxt ""
-"03020202.xhp\n"
-"hd_id3154908\n"
+"03090403.xhp\n"
+"hd_id3148473\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020202.xhp\" name=\"Input# Statement [Runtime]\">Input# Statement [Runtime]</link>"
+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>"
-#: 03020202.xhp
+#: 03090403.xhp
msgctxt ""
-"03020202.xhp\n"
-"par_id3156424\n"
+"03090403.xhp\n"
+"bm_id3145316\n"
+"help.text"
+msgid "<bookmark_value>DLL (Dynamic Link Library)</bookmark_value>"
+msgstr ""
+
+#: 03090403.xhp
+msgctxt ""
+"03090403.xhp\n"
+"par_id3145316\n"
"2\n"
"help.text"
-msgid "Reads data from an open sequential file."
+msgid "Declares and defines a subroutine in a DLL file that you want to execute from $[officename] Basic."
msgstr ""
-#: 03020202.xhp
+#: 03090403.xhp
msgctxt ""
-"03020202.xhp\n"
-"hd_id3125863\n"
+"03090403.xhp\n"
+"par_id3146795\n"
"3\n"
"help.text"
-msgid "Syntax:"
+msgid "See also: <link href=\"text/sbasic/shared/03090405.xhp\" name=\"FreeLibrary\">FreeLibrary</link>"
msgstr ""
-#: 03020202.xhp
+#: 03090403.xhp
msgctxt ""
-"03020202.xhp\n"
-"par_id3150440\n"
+"03090403.xhp\n"
+"hd_id3156344\n"
"4\n"
"help.text"
-msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
+msgid "Syntax:"
msgstr ""
-#: 03020202.xhp
+#: 03090403.xhp
msgctxt ""
-"03020202.xhp\n"
-"hd_id3146121\n"
+"03090403.xhp\n"
+"par_id3148664\n"
"5\n"
"help.text"
-msgid "Parameters:"
+msgid "Declare {Sub | Function} Name Lib \"Libname\" [Alias \"Aliasname\"] [Parameter] [As Type]"
msgstr ""
-#: 03020202.xhp
+#: 03090403.xhp
msgctxt ""
-"03020202.xhp\n"
-"par_id3145749\n"
+"03090403.xhp\n"
+"hd_id3153360\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 ""
-
-#: 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."
+msgid "Parameters:"
msgstr ""
-#: 03020202.xhp
+#: 03090403.xhp
msgctxt ""
-"03020202.xhp\n"
-"par_id3159153\n"
+"03090403.xhp\n"
+"par_id3154140\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."
+msgid "<emph>Name:</emph> A different name than defined in the DLL, to call the subroutine from $[officename] Basic."
msgstr ""
-#: 03020202.xhp
+#: 03090403.xhp
msgctxt ""
-"03020202.xhp\n"
-"par_id3146984\n"
+"03090403.xhp\n"
+"par_id3150870\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\"."
+msgid "<emph>Aliasname</emph>: Name of the subroutine as defined in the DLL."
msgstr ""
-#: 03020202.xhp
+#: 03090403.xhp
msgctxt ""
-"03020202.xhp\n"
-"par_id3156442\n"
+"03090403.xhp\n"
+"par_id3154684\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."
+msgid "<emph>Libname:</emph> File or system name of the DLL. This library is automatically loaded the first time the function is used."
msgstr ""
-#: 03020202.xhp
+#: 03090403.xhp
msgctxt ""
-"03020202.xhp\n"
-"par_id3147349\n"
+"03090403.xhp\n"
+"par_id3148452\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."
+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 ""
-#: 03020202.xhp
+#: 03090403.xhp
msgctxt ""
-"03020202.xhp\n"
-"hd_id3152578\n"
+"03090403.xhp\n"
+"par_id3147289\n"
"12\n"
"help.text"
-msgid "Example:"
+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 ""
-#: 03020202.xhp
+#: 03090403.xhp
msgctxt ""
-"03020202.xhp\n"
-"par_id4144765\n"
+"03090403.xhp\n"
+"par_id3146922\n"
+"13\n"
"help.text"
-msgid "' Write data ( which we will read later with Input ) to file"
+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 ""
-#: 03020202.xhp
+#: 03090403.xhp
msgctxt ""
-"03020202.xhp\n"
-"par_id4144766\n"
+"03090403.xhp\n"
+"hd_id3153951\n"
+"14\n"
"help.text"
-msgid "' Read data file using Input"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03102101.xhp
+#: 03090404.xhp
msgctxt ""
-"03102101.xhp\n"
+"03090404.xhp\n"
"tit\n"
"help.text"
-msgid "ReDim Statement [Runtime]"
+msgid "End Statement [Runtime]"
msgstr ""
-#: 03102101.xhp
+#: 03090404.xhp
msgctxt ""
-"03102101.xhp\n"
-"bm_id3150398\n"
+"03090404.xhp\n"
+"bm_id3150771\n"
"help.text"
-msgid "<bookmark_value>ReDim statement</bookmark_value>"
-msgstr "<bookmark_value>RSet დებულება</bookmark_value>"
+msgid "<bookmark_value>End statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03102101.xhp
-#, fuzzy
+#: 03090404.xhp
msgctxt ""
-"03102101.xhp\n"
-"hd_id3150398\n"
+"03090404.xhp\n"
+"hd_id3150771\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03102101.xhp\" name=\"ReDim Statement [Runtime]\">ReDim Statement [Runtime]</link>"
+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>"
-#: 03102101.xhp
+#: 03090404.xhp
msgctxt ""
-"03102101.xhp\n"
-"par_id3154685\n"
+"03090404.xhp\n"
+"par_id3153126\n"
"2\n"
"help.text"
-msgid "Declares a variable or an array."
+msgid "Ends a procedure or block."
msgstr ""
-#: 03102101.xhp
+#: 03090404.xhp
msgctxt ""
-"03102101.xhp\n"
-"hd_id3154218\n"
+"03090404.xhp\n"
+"hd_id3147264\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03102101.xhp
+#: 03090404.xhp
msgctxt ""
-"03102101.xhp\n"
-"par_id3156214\n"
+"03090404.xhp\n"
+"par_id3148552\n"
"4\n"
"help.text"
-msgid "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
-msgstr ""
-
-#: 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."
+msgid "End, End Function, End If, End Select, End Sub"
msgstr ""
-#: 03102101.xhp
+#: 03090404.xhp
msgctxt ""
-"03102101.xhp\n"
-"hd_id3148451\n"
+"03090404.xhp\n"
+"hd_id3149456\n"
"5\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03102101.xhp
+#: 03090404.xhp
msgctxt ""
-"03102101.xhp\n"
-"par_id3156423\n"
+"03090404.xhp\n"
+"par_id3150398\n"
"6\n"
"help.text"
-msgid "<emph>VarName:</emph> Any variable or array name."
+msgid "Use the End statement as follows:"
msgstr ""
-#: 03102101.xhp
+#: 03090404.xhp
msgctxt ""
-"03102101.xhp\n"
-"par_id3149562\n"
+"03090404.xhp\n"
+"hd_id3154366\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."
+msgid "Statement"
msgstr ""
-#: 03102101.xhp
+#: 03090404.xhp
msgctxt ""
-"03102101.xhp\n"
-"par_id3155307\n"
+"03090404.xhp\n"
+"par_id3151043\n"
"8\n"
"help.text"
-msgid "Start and End can be numeric expressions if ReDim is used at the procedure level."
+msgid "End: Is not required, but can be entered anywhere within a procedure to end the program execution."
msgstr ""
-#: 03102101.xhp
+#: 03090404.xhp
msgctxt ""
-"03102101.xhp\n"
-"par_id3153951\n"
+"03090404.xhp\n"
+"par_id3145171\n"
"9\n"
"help.text"
-msgid "<emph>VarType:</emph> Keyword that declares the data type of a variable."
+msgid "End Function: Ends a <emph>Function</emph> statement."
msgstr ""
-#: 03102101.xhp
+#: 03090404.xhp
msgctxt ""
-"03102101.xhp\n"
-"par_id3147317\n"
+"03090404.xhp\n"
+"par_id3153192\n"
"10\n"
"help.text"
-msgid "<emph>Keyword:</emph> Variable type"
+msgid "End If: Marks the end of a <emph>If...Then...Else</emph> block."
msgstr ""
-#: 03102101.xhp
+#: 03090404.xhp
msgctxt ""
-"03102101.xhp\n"
-"par_id3153728\n"
+"03090404.xhp\n"
+"par_id3148451\n"
"11\n"
"help.text"
-msgid "<emph>Bool: </emph>Boolean variable (True, False)"
+msgid "End Select: Marks the end of a <emph>Select Case</emph> block."
msgstr ""
-#: 03102101.xhp
+#: 03090404.xhp
msgctxt ""
-"03102101.xhp\n"
-"par_id3146121\n"
+"03090404.xhp\n"
+"par_id3155131\n"
"12\n"
"help.text"
-msgid "<emph>Date:</emph> Date variable"
+msgid "End Sub: Ends a <emph>Sub</emph> statement."
msgstr ""
-#: 03102101.xhp
+#: 03090404.xhp
msgctxt ""
-"03102101.xhp\n"
-"par_id3159156\n"
+"03090404.xhp\n"
+"hd_id3146120\n"
"13\n"
"help.text"
-msgid "<emph>Double:</emph> Double floating point variable (1.79769313486232x10E308 - 4.94065645841247x10E-324)"
-msgstr ""
-
-#: 03102101.xhp
-msgctxt ""
-"03102101.xhp\n"
-"par_id3148616\n"
-"14\n"
-"help.text"
-msgid "<emph>Integer:</emph> Integer variable (-32768 - 32767)"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03102101.xhp
+#: 03090404.xhp
msgctxt ""
-"03102101.xhp\n"
-"par_id3147348\n"
-"15\n"
+"03090404.xhp\n"
+"par_id3152887\n"
+"19\n"
"help.text"
-msgid "<emph>Long:</emph> Long integer variable (-2,147,483,648 - 2,147,483,647)"
+msgid "Print \"Number from 1 to 5\""
msgstr ""
-#: 03102101.xhp
+#: 03090404.xhp
msgctxt ""
-"03102101.xhp\n"
-"par_id3149412\n"
-"16\n"
+"03090404.xhp\n"
+"par_id3148618\n"
+"21\n"
"help.text"
-msgid "<emph>Object:</emph> Object variable (can only be subsequently defined by Set!)"
+msgid "Print \"Number from 6 to 8\""
msgstr ""
-#: 03102101.xhp
+#: 03090404.xhp
msgctxt ""
-"03102101.xhp\n"
-"par_id3154729\n"
-"17\n"
+"03090404.xhp\n"
+"par_id3147436\n"
+"23\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."
+msgid "Print \"Greater than 8\""
msgstr ""
-#: 03102101.xhp
+#: 03090404.xhp
msgctxt ""
-"03102101.xhp\n"
-"par_id3148458\n"
-"18\n"
+"03090404.xhp\n"
+"par_id3150418\n"
+"25\n"
"help.text"
-msgid "<emph>String:</emph> String variable containing a maximum of 64,000 ASCII characters."
+msgid "Print \"Outside range 1 to 10\""
msgstr ""
-#: 03102101.xhp
+#: 03090405.xhp
msgctxt ""
-"03102101.xhp\n"
-"par_id3149581\n"
-"19\n"
+"03090405.xhp\n"
+"tit\n"
"help.text"
-msgid "<emph>Variant: </emph>Variant variable type (can contain all types and is set by definition)."
-msgstr ""
+msgid "FreeLibrary Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03102101.xhp
+#: 03090405.xhp
msgctxt ""
-"03102101.xhp\n"
-"par_id3155601\n"
-"20\n"
+"03090405.xhp\n"
+"bm_id3143270\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 ""
+msgid "<bookmark_value>FreeLibrary function</bookmark_value>"
+msgstr "<bookmark_value>DatePart ფუნქცია</bookmark_value>"
-#: 03102101.xhp
+#: 03090405.xhp
msgctxt ""
-"03102101.xhp\n"
-"par_id3153415\n"
-"21\n"
+"03090405.xhp\n"
+"hd_id3143270\n"
+"1\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 ""
+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>"
-#: 03102101.xhp
+#: 03090405.xhp
msgctxt ""
-"03102101.xhp\n"
-"par_id3146971\n"
-"22\n"
+"03090405.xhp\n"
+"par_id3147559\n"
+"2\n"
"help.text"
-msgid "There are two ways to set the range of indices for arrays declared with the Dim statement:"
+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 ""
-#: 03102101.xhp
+#: 03090405.xhp
msgctxt ""
-"03102101.xhp\n"
-"par_id3153950\n"
-"23\n"
+"03090405.xhp\n"
+"hd_id3148550\n"
+"3\n"
"help.text"
-msgid "DIM text(20) As String REM 21 elements numbered from 0 to 20"
+msgid "Syntax:"
msgstr ""
-#: 03102101.xhp
+#: 03090405.xhp
msgctxt ""
-"03102101.xhp\n"
-"par_id3146912\n"
-"24\n"
+"03090405.xhp\n"
+"par_id3153361\n"
+"4\n"
"help.text"
-msgid "DIM text(5 to 25) As String REM 21 elements numbered from 5 to 25"
+msgid "FreeLibrary (LibName As String)"
msgstr ""
-#: 03102101.xhp
+#: 03090405.xhp
msgctxt ""
-"03102101.xhp\n"
-"par_id3153709\n"
-"25\n"
+"03090405.xhp\n"
+"hd_id3153380\n"
+"5\n"
"help.text"
-msgid "DIM text$(-15 to 5) As String REM 21 elements (0 inclusive),"
+msgid "Parameters:"
msgstr ""
-#: 03102101.xhp
+#: 03090405.xhp
msgctxt ""
-"03102101.xhp\n"
-"par_id3150321\n"
-"26\n"
+"03090405.xhp\n"
+"par_id3154138\n"
+"6\n"
"help.text"
-msgid "rem numbered from -15 to 5"
+msgid "<emph>LibName:</emph> String expression that specifies the name of the DLL."
msgstr ""
-#: 03102101.xhp
+#: 03090405.xhp
msgctxt ""
-"03102101.xhp\n"
-"par_id3149018\n"
-"27\n"
+"03090405.xhp\n"
+"par_id3146923\n"
+"7\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."
+msgid "FreeLibrary can only release DLLs that are loaded during Basic runtime."
msgstr ""
-#: 03102101.xhp
+#: 03090405.xhp
msgctxt ""
-"03102101.xhp\n"
-"hd_id3148405\n"
-"28\n"
+"03090405.xhp\n"
+"hd_id3153363\n"
+"8\n"
"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
-#: 03030103.xhp
+#: 03090406.xhp
msgctxt ""
-"03030103.xhp\n"
+"03090406.xhp\n"
"tit\n"
"help.text"
-msgid "Day Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Function Statement [Runtime]"
+msgstr ""
-#: 03030103.xhp
+#: 03090406.xhp
msgctxt ""
-"03030103.xhp\n"
-"bm_id3153345\n"
+"03090406.xhp\n"
+"bm_id3153346\n"
"help.text"
-msgid "<bookmark_value>Day function</bookmark_value>"
-msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Function statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03030103.xhp
-#, fuzzy
+#: 03090406.xhp
msgctxt ""
-"03030103.xhp\n"
-"hd_id3153345\n"
+"03090406.xhp\n"
+"hd_id3153346\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>"
+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>"
-#: 03030103.xhp
+#: 03090406.xhp
msgctxt ""
-"03030103.xhp\n"
-"par_id3147560\n"
+"03090406.xhp\n"
+"par_id3159158\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>."
+msgid "Defines a subroutine that can be used as an expression to determine a return type."
msgstr ""
-#: 03030103.xhp
+#: 03090406.xhp
msgctxt ""
-"03030103.xhp\n"
-"hd_id3149456\n"
+"03090406.xhp\n"
+"hd_id3145316\n"
"3\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 03030103.xhp
+#: 03090406.xhp
msgctxt ""
-"03030103.xhp\n"
-"par_id3150358\n"
+"03090406.xhp\n"
+"par_id3148944\n"
"4\n"
"help.text"
-msgid "Day (Number)"
+msgid "see Parameter"
msgstr ""
-#: 03030103.xhp
+#: 03090406.xhp
msgctxt ""
-"03030103.xhp\n"
-"hd_id3148798\n"
+"03090406.xhp\n"
+"hd_id3154760\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Parameters:"
+msgstr ""
-#: 03030103.xhp
+#: 03090406.xhp
msgctxt ""
-"03030103.xhp\n"
-"par_id3125865\n"
+"03090406.xhp\n"
+"par_id3156344\n"
"6\n"
"help.text"
-msgid "Integer"
-msgstr ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 03030103.xhp
+#: 03090406.xhp
msgctxt ""
-"03030103.xhp\n"
-"hd_id3150448\n"
+"03090406.xhp\n"
+"par_id3149457\n"
"7\n"
"help.text"
-msgid "Parameters:"
+msgid "Function Name[(VarName1 [As Type][, VarName2 [As Type][,...]]]) [As Type]"
msgstr ""
-#: 03030103.xhp
+#: 03090406.xhp
msgctxt ""
-"03030103.xhp\n"
-"par_id3156423\n"
+"03090406.xhp\n"
+"par_id3153360\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."
+msgid "statement block"
msgstr ""
-#: 03030103.xhp
+#: 03090406.xhp
msgctxt ""
-"03030103.xhp\n"
-"par_id3145786\n"
+"03090406.xhp\n"
+"par_id3148797\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"
+msgid "[Exit Function]"
msgstr ""
-#: 03030103.xhp
+#: 03090406.xhp
msgctxt ""
-"03030103.xhp\n"
-"par_id3153190\n"
-"11\n"
+"03090406.xhp\n"
+"par_id3145419\n"
+"10\n"
"help.text"
-msgid "returns the value 20."
+msgid "statement block"
msgstr ""
-#: 03030103.xhp
+#: 03090406.xhp
msgctxt ""
-"03030103.xhp\n"
-"hd_id3149481\n"
+"03090406.xhp\n"
+"par_id3150449\n"
+"11\n"
+"help.text"
+msgid "End Function"
+msgstr "End function"
+
+#: 03090406.xhp
+msgctxt ""
+"03090406.xhp\n"
+"par_id3156281\n"
"12\n"
"help.text"
-msgid "Example:"
+msgid "Parameter"
msgstr ""
-#: 03030103.xhp
+#: 03090406.xhp
msgctxt ""
-"03030103.xhp\n"
-"par_id3149260\n"
-"14\n"
+"03090406.xhp\n"
+"par_id3153193\n"
+"13\n"
"help.text"
-msgid "Print \"Day \" & Day(DateSerial(1994, 12, 20)) & \" of the month\""
+msgid "<emph>Name:</emph> Name of the subroutine to contain the value returned by the function."
msgstr ""
-#: 03104500.xhp
+#: 03090406.xhp
msgctxt ""
-"03104500.xhp\n"
-"tit\n"
+"03090406.xhp\n"
+"par_id3147229\n"
+"14\n"
"help.text"
-msgid "IsUnoStruct Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "<emph>VarName:</emph> Parameter to be passed to the subroutine."
+msgstr ""
-#: 03104500.xhp
+#: 03090406.xhp
msgctxt ""
-"03104500.xhp\n"
-"bm_id3146117\n"
+"03090406.xhp\n"
+"par_id3147287\n"
+"15\n"
"help.text"
-msgid "<bookmark_value>IsUnoStruct function</bookmark_value>"
-msgstr "<bookmark_value>IsUnoStruct ფუნქცია</bookmark_value>"
+msgid "<emph>Type:</emph> Type-declaration keyword."
+msgstr ""
-#: 03104500.xhp
-#, fuzzy
+#: 03090406.xhp
msgctxt ""
-"03104500.xhp\n"
-"hd_id3146117\n"
-"1\n"
+"03090406.xhp\n"
+"hd_id3163710\n"
+"16\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>"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03104500.xhp
+#: 03090406.xhp
msgctxt ""
-"03104500.xhp\n"
-"par_id3146957\n"
-"2\n"
+"03090406.xhp\n"
+"par_id3152939\n"
+"21\n"
"help.text"
-msgid "Returns True if the given object is a Uno struct."
-msgstr "აბრუნებს ჭეშმარიტებას თუ მოცემულ ობიექტი არის Uno struct."
+msgid "For siStep = 0 To 10 ' Fill array with test data"
+msgstr ""
-#: 03104500.xhp
+#: 03090406.xhp
msgctxt ""
-"03104500.xhp\n"
-"hd_id3148538\n"
-"3\n"
+"03090406.xhp\n"
+"par_id3154943\n"
+"32\n"
"help.text"
-msgid "Syntax:"
+msgid "' Linsearch searches a TextArray:sList() for a TextEntry:"
msgstr ""
-#: 03104500.xhp
+#: 03090406.xhp
msgctxt ""
-"03104500.xhp\n"
-"par_id3155341\n"
-"4\n"
+"03090406.xhp\n"
+"par_id3155601\n"
+"33\n"
"help.text"
-msgid "IsUnoStruct( Uno type )"
-msgstr "IsUnoStruct( Uno ტიპი )"
+msgid "' Return value Is the index of the entry Or 0 (Null)"
+msgstr ""
-#: 03104500.xhp
+#: 03090406.xhp
msgctxt ""
-"03104500.xhp\n"
-"hd_id3148473\n"
-"5\n"
+"03090406.xhp\n"
+"par_id3153707\n"
+"36\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Exit For ' sItem found"
+msgstr ""
-#: 03104500.xhp
+#: 03090407.xhp
msgctxt ""
-"03104500.xhp\n"
-"par_id3145315\n"
-"6\n"
+"03090407.xhp\n"
+"tit\n"
"help.text"
-msgid "Bool"
+msgid "Rem Statement [Runtime]"
msgstr ""
-#: 03104500.xhp
+#: 03090407.xhp
msgctxt ""
-"03104500.xhp\n"
-"hd_id3145609\n"
-"7\n"
+"03090407.xhp\n"
+"bm_id3154347\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+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>"
-#: 03104500.xhp
+#: 03090407.xhp
msgctxt ""
-"03104500.xhp\n"
-"par_id3148947\n"
-"8\n"
+"03090407.xhp\n"
+"hd_id3154347\n"
+"1\n"
"help.text"
-msgid "Uno type : A UnoObject"
-msgstr "არაის Uno ტიპი : A UnoObject"
+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>"
-#: 03104500.xhp
+#: 03090407.xhp
msgctxt ""
-"03104500.xhp\n"
-"hd_id3156343\n"
-"9\n"
+"03090407.xhp\n"
+"par_id3153525\n"
+"2\n"
"help.text"
-msgid "Example:"
+msgid "Specifies that a program line is a comment."
msgstr ""
-#: 03104500.xhp
+#: 03090407.xhp
msgctxt ""
-"03104500.xhp\n"
-"par_idN10638\n"
+"03090407.xhp\n"
+"hd_id3153360\n"
+"3\n"
"help.text"
-msgid "' Instantiate a service"
-msgstr "გამოსახეთ სერვისები"
+msgid "Syntax:"
+msgstr ""
-#: 03104500.xhp
-#, fuzzy
+#: 03090407.xhp
msgctxt ""
-"03104500.xhp\n"
-"par_idN10644\n"
+"03090407.xhp\n"
+"par_id3154141\n"
+"4\n"
"help.text"
-msgid "MsgBox bIsStruct ' Displays False because oSimpleFileAccess Is NO struct"
-msgstr "MsgBox bIsStruct ' აჩვენებს მცდარს იმიტონმ რომ oSimpleFileAccess არ არის struct"
+msgid "Rem Text"
+msgstr ""
-#: 03104500.xhp
+#: 03090407.xhp
msgctxt ""
-"03104500.xhp\n"
-"par_idN10649\n"
+"03090407.xhp\n"
+"hd_id3151042\n"
+"5\n"
"help.text"
-msgid "' Instantiate a Property struct"
-msgstr "გამისახეთ struct-ს თვისება"
+msgid "Parameters:"
+msgstr ""
-#: 03104500.xhp
+#: 03090407.xhp
msgctxt ""
-"03104500.xhp\n"
-"par_idN10653\n"
+"03090407.xhp\n"
+"par_id3150869\n"
+"6\n"
"help.text"
-msgid "MsgBox bIsStruct ' Displays True because aProperty is a struct"
-msgstr "MsgBox bIsStruct ' აჩვენებს ჭეშმარიტს იმიტომ რომ aთვისება არ არის struct"
+msgid "<emph>Text:</emph> Any text that serves as a comment."
+msgstr ""
-#: 03104500.xhp
+#: 03090407.xhp
msgctxt ""
-"03104500.xhp\n"
-"par_idN1065B\n"
+"03090407.xhp\n"
+"par_id3147318\n"
+"7\n"
"help.text"
-msgid "MsgBox bIsStruct ' Displays False because 42 is NO struct"
-msgstr "MsgBox bIsStruct ' აჩვენებს მცდარს იმიტომ რომ 42 არ არის struct"
+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 ""
-#: 03030100.xhp
+#: 03090407.xhp
msgctxt ""
-"03030100.xhp\n"
-"tit\n"
+"03090407.xhp\n"
+"par_id6187017\n"
"help.text"
-msgid "Converting Date Values"
+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 ""
-#: 03030100.xhp
+#: 03090407.xhp
msgctxt ""
-"03030100.xhp\n"
-"hd_id3147573\n"
-"1\n"
+"03090407.xhp\n"
+"hd_id3150012\n"
+"8\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030100.xhp\" name=\"Converting Date Values\">Converting Date Values</link>"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03030100.xhp
+#: 03090407.xhp
msgctxt ""
-"03030100.xhp\n"
-"par_id3154760\n"
-"2\n"
+"03090407.xhp\n"
+"par_id3153140\n"
+"13\n"
"help.text"
-msgid "The following functions convert date values to calculable numbers and back."
+msgid "' Nothing occurs here"
msgstr ""
-#: 03010102.xhp
+#: 03090408.xhp
msgctxt ""
-"03010102.xhp\n"
+"03090408.xhp\n"
"tit\n"
"help.text"
-msgid "MsgBox Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Stop Statement [Runtime]"
+msgstr ""
-#: 03010102.xhp
+#: 03090408.xhp
msgctxt ""
-"03010102.xhp\n"
-"bm_id3153379\n"
+"03090408.xhp\n"
+"bm_id3153311\n"
"help.text"
-msgid "<bookmark_value>MsgBox function</bookmark_value>"
-msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Stop statement</bookmark_value>"
+msgstr "<bookmark_value>Beep მტკიცებულება</bookmark_value>"
-#: 03010102.xhp
-#, fuzzy
+#: 03090408.xhp
msgctxt ""
-"03010102.xhp\n"
-"hd_id3153379\n"
+"03090408.xhp\n"
+"hd_id3153311\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>"
+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>"
-#: 03010102.xhp
+#: 03090408.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3145171\n"
+"03090408.xhp\n"
+"par_id3154142\n"
"2\n"
"help.text"
-msgid "Displays a dialog box containing a message and returns a value."
+msgid "Stops the execution of the Basic program."
msgstr ""
-#: 03010102.xhp
+#: 03090408.xhp
msgctxt ""
-"03010102.xhp\n"
-"hd_id3156281\n"
+"03090408.xhp\n"
+"hd_id3153126\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03010102.xhp
+#: 03090408.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3154685\n"
+"03090408.xhp\n"
+"par_id3156023\n"
"4\n"
"help.text"
-msgid "MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]])"
-msgstr ""
+msgid "Stop"
+msgstr "გაჩერება"
-#: 03010102.xhp
+#: 03090408.xhp
msgctxt ""
-"03010102.xhp\n"
-"hd_id3153771\n"
+"03090408.xhp\n"
+"hd_id3156344\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03010102.xhp
+#: 03090409.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3146985\n"
-"6\n"
+"03090409.xhp\n"
+"tit\n"
"help.text"
-msgid "Integer"
+msgid "Sub Statement [Runtime]"
msgstr ""
-#: 03010102.xhp
+#: 03090409.xhp
msgctxt ""
-"03010102.xhp\n"
-"hd_id3153363\n"
-"7\n"
+"03090409.xhp\n"
+"bm_id3147226\n"
"help.text"
-msgid "Parameter:"
+msgid "<bookmark_value>Sub statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+
+#: 03090409.xhp
+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>"
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"par_id3153311\n"
+"2\n"
+"help.text"
+msgid "Defines a subroutine."
msgstr ""
-#: 03010102.xhp
+#: 03090409.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3153727\n"
-"8\n"
+"03090409.xhp\n"
+"hd_id3149416\n"
+"3\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)."
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 03090409.xhp
+msgctxt ""
+"03090409.xhp\n"
+"par_id3147530\n"
+"5\n"
+"help.text"
+msgid "statement block"
msgstr ""
-#: 03010102.xhp
+#: 03090409.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3147317\n"
+"03090409.xhp\n"
+"hd_id3153525\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."
+msgid "Parameters:"
msgstr ""
-#: 03010102.xhp
+#: 03090409.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3153954\n"
+"03090409.xhp\n"
+"par_id3150792\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):"
+msgid "<emph>Name:</emph> Name of the subroutine ."
msgstr ""
-#: 03010102.xhp
+#: 03090409.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3154319\n"
+"03090409.xhp\n"
+"par_id3154138\n"
"11\n"
"help.text"
-msgid "<emph>Values</emph>"
+msgid "<emph>VarName: </emph>Parameter that you want to pass to the subroutine."
msgstr ""
-#: 03010102.xhp
+#: 03090409.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3147397\n"
+"03090409.xhp\n"
+"par_id3154908\n"
"12\n"
"help.text"
-msgid "0 : Display OK button only."
+msgid "<emph>Type:</emph> Type-declaration key word."
msgstr ""
-#: 03010102.xhp
+#: 03090409.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3145646\n"
-"13\n"
+"03090409.xhp\n"
+"hd_id3153770\n"
+"16\n"
"help.text"
-msgid "1 : Display OK and Cancel buttons."
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03010102.xhp
+#: 03090409.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3149410\n"
-"14\n"
+"03090409.xhp\n"
+"par_idN1063F\n"
"help.text"
-msgid "2 : Display Abort, Retry, and Ignore buttons."
+msgid "' some statements"
msgstr ""
-#: 03010102.xhp
+#: 03090410.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3151075\n"
-"15\n"
+"03090410.xhp\n"
+"tit\n"
"help.text"
-msgid "3 : Display Yes, No, and Cancel buttons."
-msgstr ""
+msgid "Switch Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03010102.xhp
+#: 03090410.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3153878\n"
-"16\n"
+"03090410.xhp\n"
+"bm_id3148554\n"
"help.text"
-msgid "4 : Display Yes and No buttons."
-msgstr ""
+msgid "<bookmark_value>Switch function</bookmark_value>"
+msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
-#: 03010102.xhp
+#: 03090410.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3155601\n"
-"17\n"
+"03090410.xhp\n"
+"hd_id3148554\n"
+"1\n"
"help.text"
-msgid "5 : Display Retry and Cancel buttons."
-msgstr ""
+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>"
-#: 03010102.xhp
+#: 03090410.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3150716\n"
-"18\n"
+"03090410.xhp\n"
+"par_id3148522\n"
+"2\n"
"help.text"
-msgid "16 : Add the Stop icon to the dialog."
+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 ""
-#: 03010102.xhp
+#: 03090410.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3153837\n"
-"19\n"
+"03090410.xhp\n"
+"hd_id3154863\n"
+"3\n"
"help.text"
-msgid "32 : Add the Question icon to the dialog."
+msgid "Syntax:"
msgstr ""
-#: 03010102.xhp
+#: 03090410.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3150751\n"
-"20\n"
+"03090410.xhp\n"
+"par_id3155934\n"
+"4\n"
"help.text"
-msgid "48 : Add the Exclamation Point icon to the dialog."
+msgid "Switch (Expression1, Value1[, Expression2, Value2[..., Expression_n, Value_n]])"
msgstr ""
-#: 03010102.xhp
+#: 03090410.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3146915\n"
-"21\n"
+"03090410.xhp\n"
+"hd_id3149119\n"
+"5\n"
"help.text"
-msgid "64 : Add the Information icon to the dialog."
+msgid "Parameters:"
msgstr ""
-#: 03010102.xhp
+#: 03090410.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3145640\n"
-"22\n"
+"03090410.xhp\n"
+"par_id3153894\n"
+"6\n"
"help.text"
-msgid "128 : First button in the dialog as default button."
+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 ""
-#: 03010102.xhp
+#: 03090410.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3153765\n"
-"23\n"
+"03090410.xhp\n"
+"par_id3153990\n"
+"7\n"
"help.text"
-msgid "256 : Second button in the dialog as default button."
-msgstr ""
+msgid "<emph>Expression:</emph> The expression that you want to evaluate."
+msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-#: 03010102.xhp
+#: 03090410.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3153715\n"
-"24\n"
+"03090410.xhp\n"
+"par_id3153394\n"
+"8\n"
"help.text"
-msgid "512 : Third button in the dialog as default button."
+msgid "<emph>Value:</emph> The value that you want to return if the expression is True."
msgstr ""
-#: 03010102.xhp
+#: 03090410.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3159267\n"
-"25\n"
+"03090410.xhp\n"
+"par_id3153346\n"
+"9\n"
"help.text"
-msgid "<emph>Return value:</emph>"
-msgstr "<emph>დაბრუნებული მნიშვნელობა</emph>:"
+msgid "In the following example, the <emph>Switch</emph> function assigns the appropriate gender to the name that is passed to the function:"
+msgstr ""
-#: 03010102.xhp
+#: 03090410.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3145230\n"
-"26\n"
+"03090410.xhp\n"
+"hd_id3159157\n"
+"10\n"
"help.text"
-msgid "1 : OK"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03010102.xhp
+#: 03090410.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3149567\n"
-"27\n"
+"03090410.xhp\n"
+"par_id3149579\n"
+"13\n"
"help.text"
-msgid "2 : Cancel"
+msgid "sGender = GetGenderIndex( \"John\" )"
msgstr ""
-#: 03010102.xhp
+#: 03090410.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id4056825\n"
+"03090410.xhp\n"
+"par_id3153361\n"
+"18\n"
"help.text"
-msgid "3 : Abort"
+msgid "GetGenderIndex = Switch(sName = \"Jane\", \"female\", sName = \"John\", \"male\")"
msgstr ""
-#: 03010102.xhp
+#: 03090411.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3155335\n"
-"28\n"
+"03090411.xhp\n"
+"tit\n"
"help.text"
-msgid "4 : Retry"
+msgid "With Statement [Runtime]"
msgstr ""
-#: 03010102.xhp
+#: 03090411.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3146918\n"
-"29\n"
+"03090411.xhp\n"
+"bm_id3153311\n"
"help.text"
-msgid "5 : Ignore"
-msgstr ""
+msgid "<bookmark_value>With statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03010102.xhp
+#: 03090411.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3155961\n"
-"30\n"
+"03090411.xhp\n"
+"hd_id3153311\n"
+"1\n"
"help.text"
-msgid "6 : Yes"
-msgstr ""
+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>"
-#: 03010102.xhp
+#: 03090411.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3148488\n"
-"31\n"
+"03090411.xhp\n"
+"par_id3159158\n"
+"2\n"
"help.text"
-msgid "7 : No"
+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 ""
-#: 03010102.xhp
+#: 03090411.xhp
msgctxt ""
-"03010102.xhp\n"
-"hd_id3150090\n"
-"40\n"
+"03090411.xhp\n"
+"hd_id3156153\n"
+"3\n"
"help.text"
-msgid "Example:"
+msgid "Syntax:"
msgstr ""
-#: 03010102.xhp
+#: 03090411.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3151278\n"
-"43\n"
+"03090411.xhp\n"
+"par_id3145609\n"
+"4\n"
"help.text"
-msgid "sVar = MsgBox(\"Las Vegas\")"
+msgid "With Object Statement block End With"
msgstr ""
-#: 03010102.xhp
+#: 03090411.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3149034\n"
-"44\n"
+"03090411.xhp\n"
+"hd_id3154924\n"
+"5\n"
"help.text"
-msgid "sVar = MsgBox(\"Las Vegas\",1)"
+msgid "Parameters:"
msgstr ""
-#: 03010102.xhp
+#: 03090411.xhp
msgctxt ""
-"03010102.xhp\n"
-"par_id3166424\n"
-"45\n"
+"03090411.xhp\n"
+"par_id3147560\n"
+"6\n"
"help.text"
-msgid "sVar = MsgBox( \"Las Vegas\",256 + 16 + 2,\"Dialog title\")"
+msgid "Use <emph>With</emph> and <emph>End With</emph> if you have several properties or methods for a single object."
msgstr ""
-#: 03120302.xhp
+#: 03090412.xhp
msgctxt ""
-"03120302.xhp\n"
+"03090412.xhp\n"
"tit\n"
"help.text"
-msgid "LCase Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Exit Statement [Runtime]"
+msgstr ""
-#: 03120302.xhp
+#: 03090412.xhp
msgctxt ""
-"03120302.xhp\n"
-"bm_id3152363\n"
+"03090412.xhp\n"
+"bm_id3152924\n"
"help.text"
-msgid "<bookmark_value>LCase function</bookmark_value>"
-msgstr "<bookmark_value>LCase ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Exit statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03120302.xhp
-#, fuzzy
+#: 03090412.xhp
msgctxt ""
-"03120302.xhp\n"
-"hd_id3152363\n"
+"03090412.xhp\n"
+"hd_id3152924\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>"
+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>"
-#: 03120302.xhp
+#: 03090412.xhp
msgctxt ""
-"03120302.xhp\n"
-"par_id3145609\n"
+"03090412.xhp\n"
+"par_id3153394\n"
"2\n"
"help.text"
-msgid "Converts all uppercase letters in a string to lowercase."
-msgstr "ზედარეგისტრის სიმბოლოების გარდაქმნა ქვედარეგისტრის სტრიქონად."
+msgid "Exits a <emph>Do...Loop</emph>, <emph>For...Next</emph>, a function, or a subroutine."
+msgstr ""
-#: 03120302.xhp
+#: 03090412.xhp
msgctxt ""
-"03120302.xhp\n"
-"par_id3154347\n"
+"03090412.xhp\n"
+"hd_id3149763\n"
"3\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase\">UCase</link> Function"
+msgid "Syntax:"
msgstr ""
-#: 03120302.xhp
+#: 03090412.xhp
msgctxt ""
-"03120302.xhp\n"
-"hd_id3149456\n"
+"03090412.xhp\n"
+"par_id3159157\n"
"4\n"
"help.text"
-msgid "Syntax:"
+msgid "see Parameters"
msgstr ""
-#: 03120302.xhp
+#: 03090412.xhp
msgctxt ""
-"03120302.xhp\n"
-"par_id3150791\n"
+"03090412.xhp\n"
+"hd_id3148943\n"
"5\n"
"help.text"
-msgid "LCase (Text As String)"
-msgstr "LCase (ტექსტი როგორც სრიქონი)"
+msgid "Parameters:"
+msgstr ""
-#: 03120302.xhp
+#: 03090412.xhp
msgctxt ""
-"03120302.xhp\n"
-"hd_id3154940\n"
+"03090412.xhp\n"
+"par_id3154760\n"
"6\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "<emph>Exit Do</emph>"
+msgstr ""
-#: 03120302.xhp
+#: 03090412.xhp
msgctxt ""
-"03120302.xhp\n"
-"par_id3144760\n"
+"03090412.xhp\n"
+"par_id3147559\n"
"7\n"
"help.text"
-msgid "String"
-msgstr "სტრიქონები"
+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 ""
-#: 03120302.xhp
+#: 03090412.xhp
msgctxt ""
-"03120302.xhp\n"
-"hd_id3151043\n"
+"03090412.xhp\n"
+"par_id3150398\n"
"8\n"
"help.text"
-msgid "Parameters:"
+msgid "<emph>Exit For</emph>"
msgstr ""
-#: 03120302.xhp
+#: 03090412.xhp
msgctxt ""
-"03120302.xhp\n"
-"par_id3153193\n"
+"03090412.xhp\n"
+"par_id3148797\n"
"9\n"
"help.text"
-msgid "<emph>Text:</emph> Any string expression that you want to convert."
-msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
+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 ""
-#: 03120302.xhp
+#: 03090412.xhp
msgctxt ""
-"03120302.xhp\n"
-"hd_id3148451\n"
+"03090412.xhp\n"
+"par_id3147229\n"
"10\n"
"help.text"
-msgid "Example:"
+msgid "<emph>Exit Function</emph>"
msgstr ""
-#: 03120302.xhp
-#, fuzzy
+#: 03090412.xhp
msgctxt ""
-"03120302.xhp\n"
-"par_id3146121\n"
-"14\n"
+"03090412.xhp\n"
+"par_id3154685\n"
+"11\n"
"help.text"
-msgid "Print LCase(sVar) ' Returns \"las vegas\""
-msgstr "Print LCase(sVar) REM აბრუნებს \"ლას ვეგასი\""
+msgid "Exits the <emph>Function</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Function</emph> call."
+msgstr ""
-#: 03120302.xhp
-#, fuzzy
+#: 03090412.xhp
msgctxt ""
-"03120302.xhp\n"
-"par_id3146986\n"
-"15\n"
+"03090412.xhp\n"
+"par_id3155132\n"
+"12\n"
"help.text"
-msgid "Print UCase(sVar) ' Returns \"LAS VEGAS\""
-msgstr "Print UCase(sVar) REM აბრუნებს \"ლას ვეგასი\""
+msgid "<emph>Exit Sub</emph>"
+msgstr ""
-#: 03132200.xhp
+#: 03090412.xhp
msgctxt ""
-"03132200.xhp\n"
-"tit\n"
+"03090412.xhp\n"
+"par_id3149561\n"
+"13\n"
"help.text"
-msgid "ThisComponent Statement [Runtime]"
+msgid "Exits the subroutine immediately. Program execution continues with the statement that follows the <emph>Sub</emph> call."
msgstr ""
-#: 03132200.xhp
+#: 03090412.xhp
msgctxt ""
-"03132200.xhp\n"
-"bm_id3155342\n"
+"03090412.xhp\n"
+"par_id3153143\n"
+"14\n"
"help.text"
-msgid "<bookmark_value>ThisComponent property</bookmark_value><bookmark_value>components;addressing</bookmark_value>"
+msgid "The Exit statement does not define the end of a structure, and must not be confused with the End statement."
msgstr ""
-#: 03132200.xhp
-#, fuzzy
+#: 03090412.xhp
msgctxt ""
-"03132200.xhp\n"
-"hd_id3155342\n"
-"1\n"
+"03090412.xhp\n"
+"hd_id3147348\n"
+"15\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>"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03132200.xhp
+#: 03090412.xhp
msgctxt ""
-"03132200.xhp\n"
-"par_id3154923\n"
-"2\n"
+"03090412.xhp\n"
+"par_id3153158\n"
+"20\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."
+msgid "For siStep = 0 To 10 ' Fill array with test data"
msgstr ""
-#: 03132200.xhp
+#: 03090412.xhp
msgctxt ""
-"03132200.xhp\n"
-"hd_id3154346\n"
-"3\n"
+"03090412.xhp\n"
+"par_id3153764\n"
+"31\n"
"help.text"
-msgid "Syntax:"
+msgid "' LinSearch searches a TextArray:sList() for a TextEntry:"
msgstr ""
-#: 03132200.xhp
+#: 03090412.xhp
msgctxt ""
-"03132200.xhp\n"
-"par_id3151056\n"
-"4\n"
+"03090412.xhp\n"
+"par_id3148995\n"
+"32\n"
"help.text"
-msgid "ThisComponent"
-msgstr "ThisComponent"
+msgid "' Returns the index of the entry or 0 (Null)"
+msgstr ""
-#: 03132200.xhp
+#: 03090412.xhp
msgctxt ""
-"03132200.xhp\n"
-"hd_id3154940\n"
-"5\n"
+"03090412.xhp\n"
+"par_id3149567\n"
+"35\n"
"help.text"
-msgid "Example:"
+msgid "Exit For ' sItem found"
msgstr ""
-#: 03132200.xhp
-#, fuzzy
+#: 03100000.xhp
msgctxt ""
-"03132200.xhp\n"
-"par_id3154123\n"
-"7\n"
+"03100000.xhp\n"
+"tit\n"
"help.text"
-msgid "' updates the \"Table of Contents\" in a text doc"
-msgstr "REM ანახლებს \"სარჩევის ცხილრ\" ტექსტურ doc-ში"
+msgid "Variables"
+msgstr "ცვლადები"
-#: 03132200.xhp
+#: 03100000.xhp
msgctxt ""
-"03132200.xhp\n"
-"par_id3153194\n"
-"10\n"
+"03100000.xhp\n"
+"hd_id3149669\n"
+"1\n"
"help.text"
-msgid "index = allindexes.getByName(\"Table of Contents1\")"
-msgstr "index = allindexes.getByName(\"Table of Contents1\")"
+msgid "<link href=\"text/sbasic/shared/03100000.xhp\" name=\"Variables\">Variables</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 03132200.xhp
-#, fuzzy
+#: 03100000.xhp
msgctxt ""
-"03132200.xhp\n"
-"par_id3156422\n"
-"11\n"
+"03100000.xhp\n"
+"par_id3147265\n"
+"2\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"
+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 ""
-#: 03030204.xhp
+#: 03100050.xhp
msgctxt ""
-"03030204.xhp\n"
+"03100050.xhp\n"
"tit\n"
"help.text"
-msgid "Second Function [Runtime]"
+msgid "CCur Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03030204.xhp
+#: 03100050.xhp
msgctxt ""
-"03030204.xhp\n"
-"bm_id3153346\n"
+"03100050.xhp\n"
+"bm_id8926053\n"
"help.text"
-msgid "<bookmark_value>Second function</bookmark_value>"
-msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>CCur function</bookmark_value>"
+msgstr "<bookmark_value>CCur ფუნქცია</bookmark_value>"
-#: 03030204.xhp
-#, fuzzy
+#: 03100050.xhp
msgctxt ""
-"03030204.xhp\n"
-"hd_id3153346\n"
-"1\n"
+"03100050.xhp\n"
+"par_idN10541\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>"
+msgid "<link href=\"text/sbasic/shared/03100050.xhp\">CCur Function [Runtime]</link>"
+msgstr ""
-#: 03030204.xhp
+#: 03100050.xhp
msgctxt ""
-"03030204.xhp\n"
-"par_id3156023\n"
-"2\n"
+"03100050.xhp\n"
+"par_idN10545\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 ""
+msgid "Converts a string expression or numeric expression to a currency expression. The locale settings are used for decimal separators and currency symbols."
+msgstr "გადაყავს სტრინგული ან რიცხვითი გამოსახულება ვალუტის გამოსახულებაში. ლოკალური პარამეტრიები გამოიყენება მეათედის გამომყოფისა და ვალუტის სიმბოლოებისთვის."
-#: 03030204.xhp
+#: 03100050.xhp
msgctxt ""
-"03030204.xhp\n"
-"hd_id3147264\n"
-"3\n"
+"03100050.xhp\n"
+"par_idN10548\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03030204.xhp
+#: 03100050.xhp
msgctxt ""
-"03030204.xhp\n"
-"par_id3146795\n"
-"4\n"
+"03100050.xhp\n"
+"par_idN105E8\n"
"help.text"
-msgid "Second (Number)"
-msgstr ""
+msgid "CCur(Expression)"
+msgstr "CCur(Expression)"
-#: 03030204.xhp
+#: 03100050.xhp
msgctxt ""
-"03030204.xhp\n"
-"hd_id3150792\n"
-"5\n"
+"03100050.xhp\n"
+"par_idN105EB\n"
"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03030204.xhp
+#: 03100050.xhp
msgctxt ""
-"03030204.xhp\n"
-"par_id3154140\n"
-"6\n"
+"03100050.xhp\n"
+"par_idN105EF\n"
"help.text"
-msgid "Integer"
-msgstr ""
+msgid "Currency"
+msgstr "ვალუტა"
-#: 03030204.xhp
+#: 03100050.xhp
msgctxt ""
-"03030204.xhp\n"
-"hd_id3156280\n"
-"7\n"
+"03100050.xhp\n"
+"par_idN105F2\n"
"help.text"
-msgid "Parameters:"
+msgid "Parameter:"
msgstr ""
-#: 03030204.xhp
+#: 03100050.xhp
msgctxt ""
-"03030204.xhp\n"
-"par_id3154124\n"
-"8\n"
+"03100050.xhp\n"
+"par_idN105F6\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 ""
+msgid "Expression: Any string or numeric expression that you want to convert."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-#: 03030204.xhp
+#: 03100060.xhp
msgctxt ""
-"03030204.xhp\n"
-"par_id3125864\n"
-"9\n"
+"03100060.xhp\n"
+"tit\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 ""
+msgid "CDec Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03030204.xhp
+#: 03100060.xhp
msgctxt ""
-"03030204.xhp\n"
-"par_id3153951\n"
-"10\n"
+"03100060.xhp\n"
+"bm_id863979\n"
"help.text"
-msgid "Print Second(TimeSerial(12,30,41))"
-msgstr ""
+msgid "<bookmark_value>CDec function</bookmark_value>"
+msgstr "<bookmark_value>CDec ფუნქცია</bookmark_value>"
-#: 03030204.xhp
+#: 03100060.xhp
msgctxt ""
-"03030204.xhp\n"
-"par_id3151117\n"
-"11\n"
+"03100060.xhp\n"
+"par_idN10548\n"
"help.text"
-msgid "returns the value 41."
+msgid "<link href=\"text/sbasic/shared/03100060.xhp\">CDec Function [Runtime]</link>"
msgstr ""
-#: 03030204.xhp
+#: 03100060.xhp
msgctxt ""
-"03030204.xhp\n"
-"hd_id3147426\n"
-"12\n"
+"03100060.xhp\n"
+"par_idN10558\n"
"help.text"
-msgid "Example:"
+msgid "Converts a string expression or numeric expression to a decimal expression."
+msgstr "გადაყავს სტრინგული ან რიცხვითი გამოსახულება ათობით გამოსახულებაში."
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN1055B\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03030204.xhp
+#: 03100060.xhp
msgctxt ""
-"03030204.xhp\n"
-"par_id3156441\n"
-"14\n"
+"03100060.xhp\n"
+"par_idN105EA\n"
"help.text"
-msgid "MsgBox \"The exact second of the current time is \"& Second( Now )"
+msgid "CDec(Expression)"
+msgstr "CDec(Expression)"
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN105ED\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN105F1\n"
+"help.text"
+msgid "Decimal number."
+msgstr "ათწილადი რიცხვი."
+
+#: 03100060.xhp
+msgctxt ""
+"03100060.xhp\n"
+"par_idN105F4\n"
+"help.text"
+msgid "Parameter:"
msgstr ""
-#: 03102300.xhp
+#: 03100060.xhp
msgctxt ""
-"03102300.xhp\n"
+"03100060.xhp\n"
+"par_idN105F8\n"
+"help.text"
+msgid "Expression: Any string or numeric expression that you want to convert."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
+
+#: 03100070.xhp
+msgctxt ""
+"03100070.xhp\n"
"tit\n"
"help.text"
-msgid "IsDate Function [Runtime]"
+msgid "CVar Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03102300.xhp
+#: 03100070.xhp
msgctxt ""
-"03102300.xhp\n"
-"bm_id3145090\n"
+"03100070.xhp\n"
+"bm_id2338633\n"
"help.text"
-msgid "<bookmark_value>IsDate function</bookmark_value>"
-msgstr "<bookmark_value>Erase ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>CVar function</bookmark_value>"
+msgstr "<bookmark_value>CVar ფუნქცია</bookmark_value>"
-#: 03102300.xhp
-#, fuzzy
+#: 03100070.xhp
msgctxt ""
-"03102300.xhp\n"
-"hd_id3145090\n"
-"1\n"
+"03100070.xhp\n"
+"par_idN1054B\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>"
+msgid "<link href=\"text/sbasic/shared/03100070.xhp\">CVar Function [Runtime]</link>"
+msgstr ""
-#: 03102300.xhp
+#: 03100070.xhp
msgctxt ""
-"03102300.xhp\n"
-"par_id3153311\n"
-"2\n"
+"03100070.xhp\n"
+"par_idN1055B\n"
"help.text"
-msgid "Tests if a numeric or string expression can be converted to a <emph>Date</emph> variable."
-msgstr ""
+msgid "Converts a string expression or numeric expression to a variant expression."
+msgstr "გადაყავს სტრინგული ან რიცხვითი გამოსახულება განსხვავებულ გამოსახულებად."
-#: 03102300.xhp
+#: 03100070.xhp
msgctxt ""
-"03102300.xhp\n"
-"hd_id3153824\n"
-"3\n"
+"03100070.xhp\n"
+"par_idN1055E\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03102300.xhp
+#: 03100070.xhp
msgctxt ""
-"03102300.xhp\n"
-"par_id3147573\n"
-"4\n"
+"03100070.xhp\n"
+"par_idN10562\n"
"help.text"
-msgid "IsDate (Expression)"
-msgstr "CDec(Expression)"
+msgid "CVar(Expression)"
+msgstr "CVar(Expression)"
-#: 03102300.xhp
+#: 03100070.xhp
msgctxt ""
-"03102300.xhp\n"
-"hd_id3143270\n"
-"5\n"
+"03100070.xhp\n"
+"par_idN10565\n"
"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03102300.xhp
+#: 03100070.xhp
msgctxt ""
-"03102300.xhp\n"
-"par_id3147560\n"
-"6\n"
+"03100070.xhp\n"
+"par_idN10569\n"
"help.text"
-msgid "Bool"
+msgid "Variant."
msgstr ""
-#: 03102300.xhp
+#: 03100070.xhp
msgctxt ""
-"03102300.xhp\n"
-"hd_id3148947\n"
-"7\n"
+"03100070.xhp\n"
+"par_idN1056C\n"
"help.text"
-msgid "Parameters:"
+msgid "Parameter:"
msgstr ""
-#: 03102300.xhp
+#: 03100070.xhp
msgctxt ""
-"03102300.xhp\n"
-"par_id3145069\n"
-"8\n"
+"03100070.xhp\n"
+"par_idN10570\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 ""
+msgid "Expression: Any string or numeric expression that you want to convert."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-#: 03102300.xhp
+#: 03100080.xhp
msgctxt ""
-"03102300.xhp\n"
-"hd_id3150447\n"
-"9\n"
+"03100080.xhp\n"
+"tit\n"
"help.text"
-msgid "Example:"
-msgstr ""
+msgid "CVErr Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03102300.xhp
+#: 03100080.xhp
msgctxt ""
-"03102300.xhp\n"
-"par_id3150869\n"
-"13\n"
+"03100080.xhp\n"
+"bm_id531022\n"
"help.text"
-msgid "Print IsDate(sDateVar) ' Returns True"
-msgstr ""
+msgid "<bookmark_value>CVErr function</bookmark_value>"
+msgstr "<bookmark_value>CVErr ფუნქცია</bookmark_value>"
-#: 03102300.xhp
+#: 03100080.xhp
msgctxt ""
-"03102300.xhp\n"
-"par_id3147288\n"
-"15\n"
+"03100080.xhp\n"
+"par_idN1054B\n"
"help.text"
-msgid "Print IsDate(sDateVar) ' Returns False"
+msgid "<link href=\"text/sbasic/shared/03100080.xhp\">CVErr Function [Runtime]</link>"
msgstr ""
-#: 03020400.xhp
+#: 03100080.xhp
msgctxt ""
-"03020400.xhp\n"
-"tit\n"
+"03100080.xhp\n"
+"par_idN1055B\n"
"help.text"
-msgid "Managing Files"
+msgid "Converts a string expression or numeric expression to a variant expression of the sub type \"Error\"."
+msgstr "გარდაქმნის სტრინგულ ან რიცხვით გამოსახულებას \"Error\"-ის ქვე ტიპის ვარიანტულ გამოსახულებად."
+
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN1055E\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03020400.xhp
-#, fuzzy
+#: 03100080.xhp
msgctxt ""
-"03020400.xhp\n"
-"hd_id3145136\n"
-"1\n"
+"03100080.xhp\n"
+"par_idN10562\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>"
+msgid "CVErr(Expression)"
+msgstr "CVErr(Expression)"
-#: 03020400.xhp
+#: 03100080.xhp
msgctxt ""
-"03020400.xhp\n"
-"par_id3147264\n"
-"2\n"
+"03100080.xhp\n"
+"par_idN10565\n"
"help.text"
-msgid "The functions and statements for managing files are described here."
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
+
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN10569\n"
+"help.text"
+msgid "Variant."
msgstr ""
+#: 03100080.xhp
+msgctxt ""
+"03100080.xhp\n"
+"par_idN1056C\n"
+"help.text"
+msgid "Parameter:"
+msgstr ""
+
+#: 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> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
+
#: 03100100.xhp
msgctxt ""
"03100100.xhp\n"
@@ -25880,7 +24102,6 @@ msgid "<bookmark_value>CBool function</bookmark_value>"
msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
#: 03100100.xhp
-#, fuzzy
msgctxt ""
"03100100.xhp\n"
"hd_id3150616\n"
@@ -25977,7 +24198,7 @@ msgctxt ""
"11\n"
"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
#: 03100100.xhp
msgctxt ""
@@ -26042,1713 +24263,1533 @@ msgctxt ""
msgid "MsgBox \"The word »and« appears in the sentence you entered!\""
msgstr ""
-#: 03020201.xhp
+#: 03100300.xhp
msgctxt ""
-"03020201.xhp\n"
+"03100300.xhp\n"
"tit\n"
"help.text"
-msgid "Get Statement [Runtime]"
-msgstr ""
+msgid "CDate Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03020201.xhp
+#: 03100300.xhp
msgctxt ""
-"03020201.xhp\n"
-"bm_id3154927\n"
+"03100300.xhp\n"
+"bm_id3150772\n"
"help.text"
-msgid "<bookmark_value>Get statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+msgid "<bookmark_value>CDate function</bookmark_value>"
+msgstr "<bookmark_value>CDec ფუნქცია</bookmark_value>"
-#: 03020201.xhp
+#: 03100300.xhp
msgctxt ""
-"03020201.xhp\n"
-"hd_id3154927\n"
+"03100300.xhp\n"
+"hd_id3150772\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020201.xhp\">Get Statement [Runtime]</link>"
-msgstr ""
+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>"
-#: 03020201.xhp
+#: 03100300.xhp
msgctxt ""
-"03020201.xhp\n"
-"par_id3145069\n"
+"03100300.xhp\n"
+"par_id3150986\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 ""
+msgid "Converts any string or numeric expression to a date value."
+msgstr "გარდაქმნის სტრიქონს ან ციფრულ გამოსახულებას ბაიტის ტიპისთვის."
-#: 03020201.xhp
+#: 03100300.xhp
msgctxt ""
-"03020201.xhp\n"
-"par_id3154346\n"
+"03100300.xhp\n"
+"hd_id3148944\n"
"3\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020204.xhp\" name=\"PUT\"><item type=\"literal\">PUT</item></link> Statement"
+msgid "Syntax:"
msgstr ""
-#: 03020201.xhp
+#: 03100300.xhp
msgctxt ""
-"03020201.xhp\n"
-"hd_id3150358\n"
+"03100300.xhp\n"
+"par_id3148947\n"
"4\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "CDate (Expression)"
+msgstr "CDec(Expression)"
-#: 03020201.xhp
+#: 03100300.xhp
msgctxt ""
-"03020201.xhp\n"
-"par_id3150792\n"
+"03100300.xhp\n"
+"hd_id3148552\n"
"5\n"
"help.text"
-msgid "Get [#] FileNumber As Integer, [Position], Variable"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020201.xhp
+#: 03100300.xhp
msgctxt ""
-"03020201.xhp\n"
-"hd_id3154138\n"
+"03100300.xhp\n"
+"par_id3159414\n"
"6\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Date"
+msgstr "თარიღი"
-#: 03020201.xhp
+#: 03100300.xhp
msgctxt ""
-"03020201.xhp\n"
-"par_id3150448\n"
+"03100300.xhp\n"
+"hd_id3153525\n"
"7\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Any integer expression that determines the file number."
+msgid "Parameters:"
msgstr ""
-#: 03020201.xhp
+#: 03100300.xhp
msgctxt ""
-"03020201.xhp\n"
-"par_id3154684\n"
+"03100300.xhp\n"
+"par_id3150359\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 ""
+msgid "<emph>Expression:</emph> Any string or numeric expression that you want to convert."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-#: 03020201.xhp
+#: 03100300.xhp
msgctxt ""
-"03020201.xhp\n"
-"par_id3153768\n"
+"03100300.xhp\n"
+"par_id3125864\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."
+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 ""
-#: 03020201.xhp
+#: 03100300.xhp
msgctxt ""
-"03020201.xhp\n"
-"par_id3147319\n"
+"03100300.xhp\n"
+"hd_id3156422\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 ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03020201.xhp
+#: 03100400.xhp
msgctxt ""
-"03020201.xhp\n"
-"par_id3149484\n"
-"11\n"
+"03100400.xhp\n"
+"tit\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 ""
+msgid "CDbl Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03020201.xhp
+#: 03100400.xhp
msgctxt ""
-"03020201.xhp\n"
-"hd_id3153144\n"
-"12\n"
+"03100400.xhp\n"
+"bm_id3153750\n"
"help.text"
-msgid "Example:"
-msgstr ""
+msgid "<bookmark_value>CDbl function</bookmark_value>"
+msgstr "<bookmark_value>CDec ფუნქცია</bookmark_value>"
-#: 03020201.xhp
+#: 03100400.xhp
msgctxt ""
-"03020201.xhp\n"
-"par_id3155307\n"
-"15\n"
+"03100400.xhp\n"
+"hd_id3153750\n"
+"1\n"
"help.text"
-msgid "Dim sText As Variant ' Must be a variant"
-msgstr ""
+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>"
-#: 03020201.xhp
+#: 03100400.xhp
msgctxt ""
-"03020201.xhp\n"
-"par_id3149411\n"
-"21\n"
+"03100400.xhp\n"
+"par_id3149233\n"
+"2\n"
"help.text"
-msgid "Seek #iNumber,1 ' Position at beginning"
+msgid "Converts any numerical expression or string expression to a double type."
msgstr ""
-#: 03020201.xhp
+#: 03100400.xhp
msgctxt ""
-"03020201.xhp\n"
-"par_id3153158\n"
-"22\n"
+"03100400.xhp\n"
+"hd_id3149516\n"
+"3\n"
"help.text"
-msgid "Put #iNumber,, \"This is the first line of text\" ' Fill line with text"
-msgstr ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 03020201.xhp
+#: 03100400.xhp
msgctxt ""
-"03020201.xhp\n"
-"par_id3148457\n"
-"23\n"
+"03100400.xhp\n"
+"par_id3156152\n"
+"4\n"
"help.text"
-msgid "Put #iNumber,, \"This is the second line of text\""
-msgstr ""
+msgid "CDbl (Expression)"
+msgstr "CDec(Expression)"
-#: 03020201.xhp
+#: 03100400.xhp
msgctxt ""
-"03020201.xhp\n"
-"par_id3150715\n"
-"24\n"
+"03100400.xhp\n"
+"hd_id3153061\n"
+"5\n"
"help.text"
-msgid "Put #iNumber,, \"This is the third line of text\""
+msgid "Return value"
+msgstr "დაბრუნებული მნიშვნელობა:"
+
+#: 03100400.xhp
+msgctxt ""
+"03100400.xhp\n"
+"par_id3145068\n"
+"6\n"
+"help.text"
+msgid "Double"
msgstr ""
-#: 03020201.xhp
+#: 03100400.xhp
msgctxt ""
-"03020201.xhp\n"
-"par_id3155938\n"
-"33\n"
+"03100400.xhp\n"
+"hd_id3154760\n"
+"7\n"
"help.text"
-msgid "Put #iNumber,,\"This is a new text\""
+msgid "Parameters:"
msgstr ""
-#: 03020201.xhp
+#: 03100400.xhp
msgctxt ""
-"03020201.xhp\n"
-"par_id3146916\n"
-"36\n"
+"03100400.xhp\n"
+"par_id3153897\n"
+"8\n"
"help.text"
-msgid "Put #iNumber,20,\"This is the text in record 20\""
+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 ""
-#: 03102700.xhp
+#: 03100400.xhp
msgctxt ""
-"03102700.xhp\n"
+"03100400.xhp\n"
+"hd_id3148797\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03100500.xhp
+msgctxt ""
+"03100500.xhp\n"
"tit\n"
"help.text"
-msgid "IsNumeric Function [Runtime]"
+msgid "CInt Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03102700.xhp
+#: 03100500.xhp
msgctxt ""
-"03102700.xhp\n"
-"bm_id3145136\n"
+"03100500.xhp\n"
+"bm_id3149346\n"
"help.text"
-msgid "<bookmark_value>IsNumeric function</bookmark_value>"
-msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>CInt function</bookmark_value>"
+msgstr "<bookmark_value>InStr ფუნქცია</bookmark_value>"
-#: 03102700.xhp
-#, fuzzy
+#: 03100500.xhp
msgctxt ""
-"03102700.xhp\n"
-"hd_id3145136\n"
+"03100500.xhp\n"
+"hd_id3149346\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03102700.xhp\" name=\"IsNumeric Function [Runtime]\">IsNumeric Function [Runtime]</link>"
+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>"
-#: 03102700.xhp
+#: 03100500.xhp
msgctxt ""
-"03102700.xhp\n"
-"par_id3149177\n"
+"03100500.xhp\n"
+"par_id3155419\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 ""
+msgid "Converts any string or numeric expression to an integer."
+msgstr "გარდაქმნის სტრიქონს ან ციფრულ გამოსახულებას ბაიტის ტიპისთვის."
-#: 03102700.xhp
+#: 03100500.xhp
msgctxt ""
-"03102700.xhp\n"
-"hd_id3149415\n"
+"03100500.xhp\n"
+"hd_id3147573\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03102700.xhp
+#: 03100500.xhp
msgctxt ""
-"03102700.xhp\n"
-"par_id3150771\n"
+"03100500.xhp\n"
+"par_id3154142\n"
"4\n"
"help.text"
-msgid "IsNumeric (Var)"
-msgstr ""
+msgid "CInt (Expression)"
+msgstr "CCur(Expression)"
-#: 03102700.xhp
+#: 03100500.xhp
msgctxt ""
-"03102700.xhp\n"
-"hd_id3148685\n"
+"03100500.xhp\n"
+"hd_id3147531\n"
"5\n"
"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03102700.xhp
+#: 03100500.xhp
msgctxt ""
-"03102700.xhp\n"
-"par_id3148944\n"
+"03100500.xhp\n"
+"par_id3147560\n"
"6\n"
"help.text"
-msgid "Bool"
+msgid "Integer"
msgstr ""
-#: 03102700.xhp
+#: 03100500.xhp
msgctxt ""
-"03102700.xhp\n"
-"hd_id3148947\n"
+"03100500.xhp\n"
+"hd_id3145069\n"
"7\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03102700.xhp
+#: 03100500.xhp
msgctxt ""
-"03102700.xhp\n"
-"par_id3154760\n"
+"03100500.xhp\n"
+"par_id3159414\n"
"8\n"
"help.text"
-msgid "<emph>Var:</emph> Any expression that you want to test."
-msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-
-#: 03102700.xhp
-msgctxt ""
-"03102700.xhp\n"
-"hd_id3149656\n"
-"9\n"
-"help.text"
-msgid "Example:"
+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 ""
-#: 03102700.xhp
+#: 03100500.xhp
msgctxt ""
-"03102700.xhp\n"
-"par_id3147230\n"
-"13\n"
+"03100500.xhp\n"
+"par_id3150358\n"
+"9\n"
"help.text"
-msgid "Print IsNumeric(vVar) ' Returns False"
+msgid "This function always rounds the fractional part of a number to the nearest integer."
msgstr ""
-#: 03102700.xhp
+#: 03100500.xhp
msgctxt ""
-"03102700.xhp\n"
-"par_id3154910\n"
-"15\n"
+"03100500.xhp\n"
+"hd_id3145419\n"
+"10\n"
"help.text"
-msgid "Print IsNumeric(vVar) ' Returns True"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03104100.xhp
+#: 03100600.xhp
msgctxt ""
-"03104100.xhp\n"
+"03100600.xhp\n"
"tit\n"
"help.text"
-msgid "Optional (in Function Statement) [Runtime]"
-msgstr ""
+msgid "CLng Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03104100.xhp
+#: 03100600.xhp
msgctxt ""
-"03104100.xhp\n"
-"bm_id3149205\n"
+"03100600.xhp\n"
+"bm_id3153311\n"
"help.text"
-msgid "<bookmark_value>Optional function</bookmark_value>"
-msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
+msgid "<bookmark_value>CLng function</bookmark_value>"
+msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
-#: 03104100.xhp
-#, fuzzy
+#: 03100600.xhp
msgctxt ""
-"03104100.xhp\n"
-"hd_id3149205\n"
+"03100600.xhp\n"
+"hd_id3153311\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>"
+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>"
-#: 03104100.xhp
+#: 03100600.xhp
msgctxt ""
-"03104100.xhp\n"
-"par_id3143267\n"
+"03100600.xhp\n"
+"par_id3148686\n"
"2\n"
"help.text"
-msgid "Allows you to define parameters that are passed to a function as optional."
-msgstr ""
+msgid "Converts any string or numeric expression to a long integer."
+msgstr "გარდაქმნის სტრიქონს ან ციფრულ გამოსახულებას ბაიტის ტიპისთვის."
-#: 03104100.xhp
+#: 03100600.xhp
msgctxt ""
-"03104100.xhp\n"
-"par_id3155419\n"
+"03100600.xhp\n"
+"hd_id3145315\n"
"3\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03104000.xhp\" name=\"IsMissing\">IsMissing</link>"
+msgid "Syntax:"
msgstr ""
-#: 03104100.xhp
+#: 03100600.xhp
msgctxt ""
-"03104100.xhp\n"
-"hd_id3153824\n"
+"03100600.xhp\n"
+"par_id3147573\n"
"4\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "CLng (Expression)"
+msgstr "CCur(Expression)"
-#: 03104100.xhp
+#: 03100600.xhp
msgctxt ""
-"03104100.xhp\n"
-"par_id3159157\n"
+"03100600.xhp\n"
+"hd_id3145610\n"
"5\n"
"help.text"
-msgid "Function MyFunction(Text1 As String, Optional Arg2, Optional Arg3)"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
+
+#: 03100600.xhp
+msgctxt ""
+"03100600.xhp\n"
+"par_id3153897\n"
+"6\n"
+"help.text"
+msgid "Long"
msgstr ""
-#: 03104100.xhp
+#: 03100600.xhp
msgctxt ""
-"03104100.xhp\n"
-"hd_id3145610\n"
+"03100600.xhp\n"
+"hd_id3154760\n"
"7\n"
"help.text"
-msgid "Examples:"
+msgid "Parameters:"
msgstr ""
-#: 03104100.xhp
+#: 03100600.xhp
msgctxt ""
-"03104100.xhp\n"
-"par_id3154347\n"
+"03100600.xhp\n"
+"par_id3159414\n"
"8\n"
"help.text"
-msgid "Result = MyFunction(\"Here\", 1, \"There\") ' all arguments are passed."
+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 ""
-#: 03104100.xhp
+#: 03100600.xhp
msgctxt ""
-"03104100.xhp\n"
-"par_id3146795\n"
+"03100600.xhp\n"
+"par_id3150358\n"
"9\n"
"help.text"
-msgid "Result = MyFunction(\"Test\", ,1) ' second argument is missing."
+msgid "This function always rounds the fractional part of a number to the nearest integer."
msgstr ""
-#: 03104100.xhp
+#: 03100600.xhp
msgctxt ""
-"03104100.xhp\n"
-"par_id3153897\n"
+"03100600.xhp\n"
+"hd_id3154216\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>."
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03090406.xhp
+#: 03100700.xhp
msgctxt ""
-"03090406.xhp\n"
+"03100700.xhp\n"
"tit\n"
"help.text"
-msgid "Function Statement [Runtime]"
+msgid "Const Statement [Runtime]"
msgstr ""
-#: 03090406.xhp
+#: 03100700.xhp
msgctxt ""
-"03090406.xhp\n"
-"bm_id3153346\n"
+"03100700.xhp\n"
+"bm_id3146958\n"
"help.text"
-msgid "<bookmark_value>Function statement</bookmark_value>"
+msgid "<bookmark_value>Const statement</bookmark_value>"
msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03090406.xhp
-#, fuzzy
+#: 03100700.xhp
msgctxt ""
-"03090406.xhp\n"
-"hd_id3153346\n"
+"03100700.xhp\n"
+"hd_id3146958\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090406.xhp\" name=\"Function Statement [Runtime]\">Function Statement [Runtime]</link>"
+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>"
-#: 03090406.xhp
+#: 03100700.xhp
msgctxt ""
-"03090406.xhp\n"
-"par_id3159158\n"
+"03100700.xhp\n"
+"par_id3154143\n"
"2\n"
"help.text"
-msgid "Defines a subroutine that can be used as an expression to determine a return type."
+msgid "Defines a string as a constant."
msgstr ""
-#: 03090406.xhp
+#: 03100700.xhp
msgctxt ""
-"03090406.xhp\n"
-"hd_id3145316\n"
+"03100700.xhp\n"
+"hd_id3150670\n"
"3\n"
"help.text"
-msgid "Syntax"
+msgid "Syntax:"
msgstr ""
-#: 03090406.xhp
+#: 03100700.xhp
msgctxt ""
-"03090406.xhp\n"
-"par_id3148944\n"
+"03100700.xhp\n"
+"par_id3150984\n"
"4\n"
"help.text"
-msgid "see Parameter"
+msgid "Const Text = Expression"
msgstr ""
-#: 03090406.xhp
+#: 03100700.xhp
msgctxt ""
-"03090406.xhp\n"
-"hd_id3154760\n"
+"03100700.xhp\n"
+"hd_id3147530\n"
"5\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03090406.xhp
+#: 03100700.xhp
msgctxt ""
-"03090406.xhp\n"
-"par_id3156344\n"
+"03100700.xhp\n"
+"par_id3153897\n"
"6\n"
"help.text"
-msgid "Syntax"
+msgid "<emph>Text:</emph> Any constant name that follows the standard variable naming conventions."
msgstr ""
-#: 03090406.xhp
+#: 03100700.xhp
msgctxt ""
-"03090406.xhp\n"
-"par_id3149457\n"
+"03100700.xhp\n"
+"par_id3147264\n"
"7\n"
"help.text"
-msgid "Function Name[(VarName1 [As Type][, VarName2 [As Type][,...]]]) [As Type]"
+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 ""
-#: 03090406.xhp
+#: 03100700.xhp
msgctxt ""
-"03090406.xhp\n"
-"par_id3153360\n"
+"03100700.xhp\n"
+"par_id3150542\n"
"8\n"
"help.text"
-msgid "statement block"
+msgid "CONST ConstName=Expression"
msgstr ""
-#: 03090406.xhp
+#: 03100700.xhp
msgctxt ""
-"03090406.xhp\n"
-"par_id3148797\n"
+"03100700.xhp\n"
+"par_id3150400\n"
"9\n"
"help.text"
-msgid "[Exit Function]"
+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 ""
-#: 03090406.xhp
+#: 03100700.xhp
msgctxt ""
-"03090406.xhp\n"
-"par_id3145419\n"
+"03100700.xhp\n"
+"hd_id3154366\n"
"10\n"
"help.text"
-msgid "statement block"
-msgstr ""
-
-#: 03090406.xhp
-#, fuzzy
-msgctxt ""
-"03090406.xhp\n"
-"par_id3150449\n"
-"11\n"
-"help.text"
-msgid "End Function"
-msgstr "End function"
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"par_id3156281\n"
-"12\n"
-"help.text"
-msgid "Parameter"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"par_id3147287\n"
-"15\n"
-"help.text"
-msgid "<emph>Type:</emph> Type-declaration keyword."
-msgstr ""
-
-#: 03090406.xhp
-msgctxt ""
-"03090406.xhp\n"
-"hd_id3163710\n"
-"16\n"
-"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
-#: 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 ""
-
-#: 03090406.xhp
+#: 03100700.xhp
msgctxt ""
-"03090406.xhp\n"
-"par_id3154943\n"
-"32\n"
+"03100700.xhp\n"
+"par_id3153969\n"
+"14\n"
"help.text"
-msgid "' Linsearch searches a TextArray:sList() for a TextEntry:"
+msgid "Const sVar = \"Program\", dVar As Double = 1.00"
msgstr ""
-#: 03090406.xhp
+#: 03100900.xhp
msgctxt ""
-"03090406.xhp\n"
-"par_id3155601\n"
-"33\n"
+"03100900.xhp\n"
+"tit\n"
"help.text"
-msgid "' Return value Is the index of the entry Or 0 (Null)"
-msgstr ""
+msgid "CSng Function[Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03090406.xhp
+#: 03100900.xhp
msgctxt ""
-"03090406.xhp\n"
-"par_id3153707\n"
-"36\n"
+"03100900.xhp\n"
+"bm_id3153753\n"
"help.text"
-msgid "Exit For ' sItem found"
-msgstr ""
+msgid "<bookmark_value>CSng function</bookmark_value>"
+msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
-#: 01020300.xhp
+#: 03100900.xhp
msgctxt ""
-"01020300.xhp\n"
-"tit\n"
+"03100900.xhp\n"
+"hd_id3153753\n"
+"1\n"
"help.text"
-msgid "Using Procedures and Functions"
-msgstr ""
+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>"
-#: 01020300.xhp
+#: 03100900.xhp
msgctxt ""
-"01020300.xhp\n"
-"bm_id3149456\n"
+"03100900.xhp\n"
+"par_id3149748\n"
+"2\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 ""
+msgid "Converts any string or numeric expression to data type Single."
+msgstr "გარდაქმნის სტრიქონს ან ციფრულ გამოსახულებას ბაიტის ტიპისთვის."
-#: 01020300.xhp
+#: 03100900.xhp
msgctxt ""
-"01020300.xhp\n"
-"hd_id3149456\n"
-"1\n"
+"03100900.xhp\n"
+"hd_id3153255\n"
+"3\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/01020300.xhp\">Using Procedures and Functions</link>"
+msgid "Syntax:"
msgstr ""
-#: 01020300.xhp
+#: 03100900.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3150767\n"
-"2\n"
+"03100900.xhp\n"
+"par_id3148983\n"
+"4\n"
"help.text"
-msgid "The following describes the basic use of procedures and functions in $[officename] Basic."
-msgstr ""
+msgid "CSng (Expression)"
+msgstr "Str (გამოსახულება)"
-#: 01020300.xhp
+#: 03100900.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3151215\n"
-"56\n"
+"03100900.xhp\n"
+"hd_id3152347\n"
+"5\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 ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 01020300.xhp
+#: 03100900.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id314756320\n"
+"03100900.xhp\n"
+"par_id3153750\n"
+"6\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."
+msgid "Single"
msgstr ""
-#: 01020300.xhp
+#: 03100900.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3154124\n"
-"3\n"
+"03100900.xhp\n"
+"hd_id3146957\n"
+"7\n"
"help.text"
-msgid "Procedures (SUBS) and functions (FUNCTIONS) help you maintaining a structured overview by separating a program into logical pieces."
+msgid "Parameters:"
msgstr ""
-#: 01020300.xhp
+#: 03100900.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3153193\n"
-"4\n"
+"03100900.xhp\n"
+"par_id3153345\n"
+"8\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."
+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 ""
-#: 01020300.xhp
+#: 03100900.xhp
msgctxt ""
-"01020300.xhp\n"
-"hd_id3153770\n"
-"26\n"
+"03100900.xhp\n"
+"hd_id3149514\n"
+"9\n"
"help.text"
-msgid "Passing Variables to Procedures (SUB) and Functions (FUNCTION)"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 01020300.xhp
+#: 03101000.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3155414\n"
-"27\n"
+"03101000.xhp\n"
+"tit\n"
"help.text"
-msgid "Variables can be passed to both procedures and functions. The SUB or FUNCTION must be declared to expect parameters:"
-msgstr ""
+msgid "CStr Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 01020300.xhp
+#: 03101000.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3151114\n"
-"29\n"
+"03101000.xhp\n"
+"bm_id3146958\n"
"help.text"
-msgid "Program code"
-msgstr ""
+msgid "<bookmark_value>CStr function</bookmark_value>"
+msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
-#: 01020300.xhp
+#: 03101000.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3152577\n"
-"31\n"
+"03101000.xhp\n"
+"hd_id3146958\n"
+"1\n"
"help.text"
-msgid "The SUB is called using the following syntax:"
-msgstr ""
+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>"
-#: 01020300.xhp
+#: 03101000.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3147124\n"
-"33\n"
+"03101000.xhp\n"
+"par_id3147574\n"
+"2\n"
"help.text"
-msgid "The parameters passed to a SUB must fit to those specified in the SUB declaration."
+msgid "Converts any numeric expression to a string expression."
msgstr ""
-#: 01020300.xhp
+#: 03101000.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3147397\n"
-"34\n"
+"03101000.xhp\n"
+"hd_id3148473\n"
+"3\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:"
+msgid "Syntax:"
msgstr ""
-#: 01020300.xhp
+#: 03101000.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3156284\n"
-"36\n"
+"03101000.xhp\n"
+"par_id3145315\n"
+"4\n"
"help.text"
-msgid "Program code"
-msgstr ""
+msgid "CStr (Expression)"
+msgstr "Str (გამოსახულება)"
-#: 01020300.xhp
+#: 03101000.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3145799\n"
-"37\n"
+"03101000.xhp\n"
+"hd_id3153062\n"
+"5\n"
"help.text"
-msgid "FunctionName=Result"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 01020300.xhp
+#: 03101000.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3153839\n"
-"39\n"
+"03101000.xhp\n"
+"par_id3153897\n"
+"6\n"
"help.text"
-msgid "The FUNCTION is called using the following syntax:"
-msgstr ""
+msgid "String"
+msgstr "სტრიქონები"
-#: 01020300.xhp
+#: 03101000.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3146914\n"
-"40\n"
+"03101000.xhp\n"
+"hd_id3154760\n"
+"7\n"
"help.text"
-msgid "Variable=FunctionName(Parameter1, Parameter2,...)"
+msgid "Parameters:"
msgstr ""
-#: 01020300.xhp
+#: 03101000.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_idN107B3\n"
+"03101000.xhp\n"
+"par_id3149457\n"
+"8\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 ""
+msgid "<emph>Expression:</emph> Any valid string or numeric expression that you want to convert."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-#: 01020300.xhp
+#: 03101000.xhp
msgctxt ""
-"01020300.xhp\n"
-"hd_id3156276\n"
-"45\n"
+"03101000.xhp\n"
+"hd_id3150358\n"
+"9\n"
"help.text"
-msgid "Passing Variables by Value or Reference"
+msgid "Expression Types and Conversion Returns"
msgstr ""
-#: 01020300.xhp
+#: 03101000.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3155765\n"
-"47\n"
+"03101000.xhp\n"
+"par_id3153192\n"
+"10\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."
+msgid "Boolean :"
msgstr ""
-#: 01020300.xhp
+#: 03101000.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3145640\n"
-"53\n"
+"03101000.xhp\n"
+"par_id3156422\n"
+"11\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:"
+msgid "String that evaluates to either <emph>True</emph> or <emph>False</emph>."
msgstr ""
-#: 01020300.xhp
+#: 03101000.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3150042\n"
-"54\n"
+"03101000.xhp\n"
+"par_id3147287\n"
+"12\n"
"help.text"
-msgid "Result = Function(<emph>ByVal</emph> Parameter)"
+msgid "Date :"
msgstr ""
-#: 01020300.xhp
+#: 03101000.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3149258\n"
-"55\n"
+"03101000.xhp\n"
+"par_id3155411\n"
+"13\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."
+msgid "String that contains the date and time."
msgstr ""
-#: 01020300.xhp
+#: 03101000.xhp
msgctxt ""
-"01020300.xhp\n"
-"hd_id3150982\n"
-"57\n"
+"03101000.xhp\n"
+"par_id3147428\n"
+"14\n"
"help.text"
-msgid "Scope of Variables"
+msgid "Null :"
msgstr ""
-#: 01020300.xhp
+#: 03101000.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3149814\n"
-"58\n"
+"03101000.xhp\n"
+"par_id3150486\n"
+"15\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."
+msgid "Run-time error."
msgstr ""
-#: 01020300.xhp
+#: 03101000.xhp
msgctxt ""
-"01020300.xhp\n"
-"hd_id3154186\n"
-"59\n"
+"03101000.xhp\n"
+"par_id3153953\n"
+"16\n"
"help.text"
-msgid "Declaring Variables Outside a SUB or FUNCTION"
+msgid "Empty :"
msgstr ""
-#: 01020300.xhp
+#: 03101000.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3150208\n"
-"111\n"
+"03101000.xhp\n"
+"par_id3155306\n"
+"17\n"
"help.text"
-msgid "Global VarName As TYPENAME"
+msgid "String without any characters."
msgstr ""
-#: 01020300.xhp
+#: 03101000.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3145258\n"
-"112\n"
+"03101000.xhp\n"
+"par_id3149260\n"
+"18\n"
"help.text"
-msgid "The variable is valid as long as the $[officename] session lasts."
+msgid "Any :"
msgstr ""
-#: 01020300.xhp
+#: 03101000.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3153198\n"
-"60\n"
+"03101000.xhp\n"
+"par_id3152938\n"
+"19\n"
"help.text"
-msgid "Public VarName As TYPENAME"
+msgid "Corresponding number as string."
msgstr ""
-#: 01020300.xhp
+#: 03101000.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3150088\n"
-"61\n"
+"03101000.xhp\n"
+"par_id3155738\n"
+"20\n"
"help.text"
-msgid "The variable is valid in all modules."
+msgid "Zeros at the end of a floating-point number are not included in the returned string."
msgstr ""
-#: 01020300.xhp
+#: 03101000.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3158212\n"
-"62\n"
+"03101000.xhp\n"
+"hd_id3154729\n"
+"21\n"
"help.text"
-msgid "Private VarName As TYPENAME"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 01020300.xhp
+#: 03101100.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3152994\n"
-"63\n"
+"03101100.xhp\n"
+"tit\n"
"help.text"
-msgid "The variable is only valid in this module."
+msgid "DefBool Statement [Runtime]"
msgstr ""
-#: 01020300.xhp
+#: 03101100.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3150368\n"
-"65\n"
+"03101100.xhp\n"
+"bm_id3145759\n"
"help.text"
-msgid "The variable is only valid in this module."
-msgstr ""
+msgid "<bookmark_value>DefBool statement</bookmark_value>"
+msgstr "<bookmark_value>DefCur განცხადება</bookmark_value>"
-#: 01020300.xhp
+#: 03101100.xhp
msgctxt ""
-"01020300.xhp\n"
-"hd_id5097506\n"
+"03101100.xhp\n"
+"hd_id3145759\n"
+"1\n"
"help.text"
-msgid "Example for private variables"
-msgstr ""
+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>"
-#: 01020300.xhp
+#: 03101100.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id8738975\n"
+"03101100.xhp\n"
+"par_id3153089\n"
+"2\n"
"help.text"
-msgid "Enforce private variables to be private across modules by setting CompatibilityMode(true)."
-msgstr ""
+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 განცხადება საწყისი ცვლადის ტიპს აყენებს ასოთა რანგის მიხედვით."
-#: 01020300.xhp
+#: 03101100.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id9475997\n"
+"03101100.xhp\n"
+"hd_id3149495\n"
+"3\n"
"help.text"
-msgid "myText = \"Hello\""
+msgid "Syntax:"
msgstr ""
-#: 01020300.xhp
+#: 03101100.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id6933500\n"
+"03101100.xhp\n"
+"par_id3150682\n"
+"4\n"
"help.text"
-msgid "Print \"In module1 : \", myText"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""
-#: 01020300.xhp
+#: 03101100.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id4104129\n"
+"03101100.xhp\n"
+"hd_id3159201\n"
+"5\n"
"help.text"
-msgid "' Now returns empty string"
+msgid "Parameters:"
msgstr ""
-#: 01020300.xhp
+#: 03101100.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id7906125\n"
+"03101100.xhp\n"
+"par_id3147226\n"
+"6\n"
"help.text"
-msgid "' (or rises error for Option Explicit)"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
msgstr ""
-#: 01020300.xhp
+#: 03101100.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id8055970\n"
+"03101100.xhp\n"
+"par_id3149178\n"
+"7\n"
"help.text"
-msgid "Print \"Now in module2 : \", myText"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr ""
-#: 01020300.xhp
+#: 03101100.xhp
msgctxt ""
-"01020300.xhp\n"
-"hd_id3154368\n"
-"66\n"
+"03101100.xhp\n"
+"par_id3150669\n"
+"8\n"
"help.text"
-msgid "Saving Variable Content after Exiting a SUB or FUNCTION"
+msgid "<emph>Keyword: </emph>Default variable type"
msgstr ""
-#: 01020300.xhp
+#: 03101100.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3156288\n"
-"67\n"
+"03101100.xhp\n"
+"par_id3149233\n"
+"9\n"
"help.text"
-msgid "Static VarName As TYPENAME"
+msgid "<emph>DefBool:</emph> Boolean"
msgstr ""
-#: 01020300.xhp
+#: 03101100.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3154486\n"
-"68\n"
+"03101100.xhp\n"
+"hd_id3149762\n"
+"10\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 ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 01020300.xhp
+#: 03101100.xhp
msgctxt ""
-"01020300.xhp\n"
-"hd_id3155809\n"
-"41\n"
+"03101100.xhp\n"
+"par_id3156152\n"
+"12\n"
"help.text"
-msgid "Specifying the Return Value Type of a FUNCTION"
+msgid "' Prefix definition for variable types:"
msgstr ""
-#: 01020300.xhp
+#: 03101100.xhp
msgctxt ""
-"01020300.xhp\n"
-"par_id3149404\n"
-"42\n"
+"03101100.xhp\n"
+"par_id3151381\n"
+"22\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:"
+msgid "bOK=TRUE ' bOK is an implicit boolean variable"
msgstr ""
-#: 03060200.xhp
+#: 03101110.xhp
msgctxt ""
-"03060200.xhp\n"
+"03101110.xhp\n"
"tit\n"
"help.text"
-msgid "Eqv Operator [Runtime]"
+msgid "DefCur Statement [Runtime]"
msgstr ""
-#: 03060200.xhp
+#: 03101110.xhp
msgctxt ""
-"03060200.xhp\n"
-"bm_id3156344\n"
+"03101110.xhp\n"
+"bm_id9555345\n"
"help.text"
-msgid "<bookmark_value>Eqv operator (logical)</bookmark_value>"
-msgstr ""
+msgid "<bookmark_value>DefCur statement</bookmark_value>"
+msgstr "<bookmark_value>DefCur განცხადება</bookmark_value>"
-#: 03060200.xhp
-#, fuzzy
+#: 03101110.xhp
msgctxt ""
-"03060200.xhp\n"
-"hd_id3156344\n"
-"1\n"
+"03101110.xhp\n"
+"par_idN1057D\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>"
+msgid "<link href=\"text/sbasic/shared/03101110.xhp\">DefCur Statement [Runtime]</link>"
+msgstr ""
-#: 03060200.xhp
+#: 03101110.xhp
msgctxt ""
-"03060200.xhp\n"
-"par_id3149656\n"
-"2\n"
+"03101110.xhp\n"
+"par_idN1058D\n"
"help.text"
-msgid "Calculates the logical equivalence of two expressions."
-msgstr ""
+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 განცხადება საწყისი ცვლადის ტიპს აყენებს ასოთა რანგის მიხედვით."
-#: 03060200.xhp
+#: 03101110.xhp
msgctxt ""
-"03060200.xhp\n"
-"hd_id3154367\n"
-"3\n"
+"03101110.xhp\n"
+"par_idN10590\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03060200.xhp
+#: 03101110.xhp
msgctxt ""
-"03060200.xhp\n"
-"par_id3154910\n"
-"4\n"
+"03101110.xhp\n"
+"par_idN10594\n"
"help.text"
-msgid "Result = Expression1 Eqv Expression2"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""
-#: 03060200.xhp
+#: 03101110.xhp
msgctxt ""
-"03060200.xhp\n"
-"hd_id3151043\n"
-"5\n"
+"03101110.xhp\n"
+"par_idN10597\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03060200.xhp
+#: 03101110.xhp
msgctxt ""
-"03060200.xhp\n"
-"par_id3150869\n"
-"6\n"
+"03101110.xhp\n"
+"par_idN1059B\n"
"help.text"
-msgid "<emph>Result:</emph> Any numeric variable that contains the result of the comparison."
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
msgstr ""
-#: 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> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
-
-#: 03060200.xhp
+#: 03101110.xhp
msgctxt ""
-"03060200.xhp\n"
-"par_id3149562\n"
-"8\n"
+"03101110.xhp\n"
+"par_idN105A2\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>."
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr ""
-#: 03060200.xhp
+#: 03101110.xhp
msgctxt ""
-"03060200.xhp\n"
-"par_id3154319\n"
-"9\n"
+"03101110.xhp\n"
+"par_idN105A9\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."
+msgid "<emph>Keyword:</emph> Default variable type"
msgstr ""
-#: 03060200.xhp
+#: 03101110.xhp
msgctxt ""
-"03060200.xhp\n"
-"hd_id3159154\n"
-"10\n"
+"03101110.xhp\n"
+"par_idN105B0\n"
"help.text"
-msgid "Example:"
-msgstr ""
+msgid "<emph>DefCur:</emph> Currency"
+msgstr "<emph>DefCur:</emph> ვალუტა"
-#: 03060200.xhp
+#: 03101110.xhp
msgctxt ""
-"03060200.xhp\n"
-"par_id3152462\n"
-"15\n"
+"03101110.xhp\n"
+"par_idN105B7\n"
"help.text"
-msgid "vOut = A > B Eqv B > C ' returns -1"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03060200.xhp
+#: 03101110.xhp
msgctxt ""
-"03060200.xhp\n"
-"par_id3153191\n"
-"16\n"
+"03101110.xhp\n"
+"par_idN105BB\n"
"help.text"
-msgid "vOut = B > A Eqv B > C ' returns 0"
+msgid "REM Prefix definitions for variable types:"
msgstr ""
-#: 03060200.xhp
+#: 03101110.xhp
msgctxt ""
-"03060200.xhp\n"
-"par_id3145799\n"
-"17\n"
+"03101110.xhp\n"
+"par_idN105D9\n"
"help.text"
-msgid "vOut = A > B Eqv B > D ' returns 0"
-msgstr ""
+msgid "cCur=Currency REM cCur is an implicit currency variable"
+msgstr "cCur=Currency REM cCur არის ნაგულისხმევი ვალუტის ცვლადი"
-#: 03060200.xhp
+#: 03101120.xhp
msgctxt ""
-"03060200.xhp\n"
-"par_id3149412\n"
-"18\n"
+"03101120.xhp\n"
+"tit\n"
"help.text"
-msgid "vOut = (B > D Eqv B > A) ' returns -1"
+msgid "DefErr Statement [Runtime]"
msgstr ""
-#: 03060200.xhp
+#: 03101120.xhp
msgctxt ""
-"03060200.xhp\n"
-"par_id3149959\n"
-"19\n"
+"03101120.xhp\n"
+"bm_id8177739\n"
"help.text"
-msgid "vOut = B Eqv A ' returns -3"
-msgstr ""
+msgid "<bookmark_value>DefErr statement</bookmark_value>"
+msgstr "<bookmark_value>DefErr განცხადება</bookmark_value>"
-#: 03010101.xhp
+#: 03101120.xhp
msgctxt ""
-"03010101.xhp\n"
-"tit\n"
+"03101120.xhp\n"
+"par_idN1057D\n"
"help.text"
-msgid "MsgBox Statement [Runtime]"
+msgid "<link href=\"text/sbasic/shared/03101120.xhp\">DefErr Statement [Runtime]</link>"
msgstr ""
-#: 03010101.xhp
+#: 03101120.xhp
msgctxt ""
-"03010101.xhp\n"
-"bm_id1807916\n"
+"03101120.xhp\n"
+"par_idN1058D\n"
"help.text"
-msgid "<bookmark_value>MsgBox statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+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 განცხადება საწყისი ცვლადის ტიპს აყენებს ასოთა რანგის მიხედვით."
-#: 03010101.xhp
+#: 03101120.xhp
msgctxt ""
-"03010101.xhp\n"
-"hd_id3154927\n"
-"1\n"
+"03101120.xhp\n"
+"par_idN10590\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03010101.xhp\">MsgBox Statement [Runtime]</link>"
+msgid "Syntax:"
msgstr ""
-#: 03010101.xhp
+#: 03101120.xhp
msgctxt ""
-"03010101.xhp\n"
-"par_id3148947\n"
-"2\n"
+"03101120.xhp\n"
+"par_idN10594\n"
"help.text"
-msgid "Displays a dialog box containing a message."
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""
-#: 03010101.xhp
+#: 03101120.xhp
msgctxt ""
-"03010101.xhp\n"
-"hd_id3153897\n"
-"3\n"
+"03101120.xhp\n"
+"par_idN10597\n"
"help.text"
-msgid "Syntax:"
+msgid "Parameters:"
msgstr ""
-#: 03010101.xhp
+#: 03101120.xhp
msgctxt ""
-"03010101.xhp\n"
-"par_id3148664\n"
-"4\n"
+"03101120.xhp\n"
+"par_idN1059B\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)"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
msgstr ""
-#: 03010101.xhp
+#: 03101120.xhp
msgctxt ""
-"03010101.xhp\n"
-"hd_id3153361\n"
-"5\n"
+"03101120.xhp\n"
+"par_idN105A2\n"
"help.text"
-msgid "Parameter:"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr ""
-#: 03010101.xhp
+#: 03101120.xhp
msgctxt ""
-"03010101.xhp\n"
-"par_id3148798\n"
-"6\n"
+"03101120.xhp\n"
+"par_idN105A9\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)."
+msgid "<emph>Keyword:</emph> Default variable type"
msgstr ""
-#: 03010101.xhp
+#: 03101120.xhp
msgctxt ""
-"03010101.xhp\n"
-"par_id3150769\n"
-"7\n"
+"03101120.xhp\n"
+"par_idN105B0\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 ""
+msgid "<emph>DefErr:</emph> Error"
+msgstr "<emph>DefErr:</emph> შეცდომა"
-#: 03010101.xhp
+#: 03101120.xhp
msgctxt ""
-"03010101.xhp\n"
-"par_id3147228\n"
-"8\n"
+"03101120.xhp\n"
+"par_idN105B7\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 ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03010101.xhp
+#: 03101120.xhp
msgctxt ""
-"03010101.xhp\n"
-"par_id3161832\n"
-"9\n"
+"03101120.xhp\n"
+"par_idN105BB\n"
"help.text"
-msgid "0 : Display OK button only."
+msgid "' Prefix definitions for variable types:"
msgstr ""
-#: 03010101.xhp
+#: 03101120.xhp
msgctxt ""
-"03010101.xhp\n"
-"par_id3153726\n"
-"10\n"
+"03101120.xhp\n"
+"par_idN105D9\n"
"help.text"
-msgid "1 : Display OK and Cancel buttons."
-msgstr ""
+msgid "eErr=Error ' eErr is an implicit error variable"
+msgstr "eErr=Error REM eErr არის ნაგულისხმევი შეცდომის ცვლადი"
-#: 03010101.xhp
+#: 03101130.xhp
msgctxt ""
-"03010101.xhp\n"
-"par_id3149665\n"
-"11\n"
+"03101130.xhp\n"
+"tit\n"
"help.text"
-msgid "2 : Display Abort, Retry, and Ignore buttons."
+msgid "DefSng Statement [Runtime]"
msgstr ""
-#: 03010101.xhp
+#: 03101130.xhp
msgctxt ""
-"03010101.xhp\n"
-"par_id3147318\n"
-"12\n"
+"03101130.xhp\n"
+"bm_id2445142\n"
"help.text"
-msgid "3 : Display Yes, No and Cancel buttons."
-msgstr ""
+msgid "<bookmark_value>DefSng statement</bookmark_value>"
+msgstr "<bookmark_value>DefSng განცხადება</bookmark_value>"
-#: 03010101.xhp
+#: 03101130.xhp
msgctxt ""
-"03010101.xhp\n"
-"par_id3155412\n"
-"13\n"
+"03101130.xhp\n"
+"par_idN10577\n"
"help.text"
-msgid "4 : Display Yes and No buttons."
+msgid "<link href=\"text/sbasic/shared/03101130.xhp\">DefSng Statement [Runtime]</link>"
msgstr ""
-#: 03010101.xhp
+#: 03101130.xhp
msgctxt ""
-"03010101.xhp\n"
-"par_id3146119\n"
-"14\n"
+"03101130.xhp\n"
+"par_idN10587\n"
"help.text"
-msgid "5 : Display Retry and Cancel buttons."
-msgstr ""
+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 განცხადება საწყისი ცვლადის ტიპს აყენებს ასოთა რანგის მიხედვით."
-#: 03010101.xhp
+#: 03101130.xhp
msgctxt ""
-"03010101.xhp\n"
-"par_id3159155\n"
-"15\n"
+"03101130.xhp\n"
+"par_idN1058A\n"
"help.text"
-msgid "16 : Add the Stop icon to the dialog."
+msgid "Syntax:"
msgstr ""
-#: 03010101.xhp
+#: 03101130.xhp
msgctxt ""
-"03010101.xhp\n"
-"par_id3145366\n"
-"16\n"
+"03101130.xhp\n"
+"par_idN1058E\n"
"help.text"
-msgid "32 : Add the Question icon to the dialog."
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""
-#: 03010101.xhp
+#: 03101130.xhp
msgctxt ""
-"03010101.xhp\n"
-"par_id3147350\n"
-"17\n"
+"03101130.xhp\n"
+"par_idN10591\n"
"help.text"
-msgid "48 : Add the Exclamation icon to the dialog."
+msgid "Parameters:"
msgstr ""
-#: 03010101.xhp
+#: 03101130.xhp
msgctxt ""
-"03010101.xhp\n"
-"par_id3149960\n"
-"18\n"
+"03101130.xhp\n"
+"par_idN10595\n"
"help.text"
-msgid "64 : Add the Information icon to the dialog."
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
msgstr ""
-#: 03010101.xhp
+#: 03101130.xhp
msgctxt ""
-"03010101.xhp\n"
-"par_id3154944\n"
-"19\n"
+"03101130.xhp\n"
+"par_idN1059C\n"
"help.text"
-msgid "128 : First button in the dialog as default button."
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr ""
-#: 03010101.xhp
+#: 03101130.xhp
msgctxt ""
-"03010101.xhp\n"
-"par_id3155417\n"
-"20\n"
+"03101130.xhp\n"
+"par_idN105A3\n"
"help.text"
-msgid "256 : Second button in the dialog as default button."
+msgid "<emph>Keyword:</emph> Default variable type"
msgstr ""
-#: 03010101.xhp
+#: 03101130.xhp
msgctxt ""
-"03010101.xhp\n"
-"par_id3153878\n"
-"21\n"
+"03101130.xhp\n"
+"par_idN105AA\n"
"help.text"
-msgid "512 : Third button in the dialog as default button."
-msgstr ""
+msgid "<emph>DefSng:</emph> Single"
+msgstr "<emph>DefStr:</emph> სტრინგი"
-#: 03010101.xhp
+#: 03101130.xhp
msgctxt ""
-"03010101.xhp\n"
-"hd_id3150715\n"
-"22\n"
+"03101130.xhp\n"
+"par_idN105B1\n"
"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
-#: 03010101.xhp
-msgctxt ""
-"03010101.xhp\n"
-"par_id3150327\n"
-"24\n"
-"help.text"
-msgid "Const sText1 = \"An unexpected error occurred.\""
-msgstr ""
-
-#: 03010101.xhp
+#: 03101130.xhp
msgctxt ""
-"03010101.xhp\n"
-"par_id3146912\n"
-"25\n"
+"03101130.xhp\n"
+"par_idN105B5\n"
"help.text"
-msgid "Const sText2 = \"The program execution will continue, however.\""
+msgid "' Prefix definitions for variable types:"
msgstr ""
-#: 03010101.xhp
+#: 03101130.xhp
msgctxt ""
-"03010101.xhp\n"
-"par_id3154757\n"
-"26\n"
+"03101130.xhp\n"
+"par_idN105D3\n"
"help.text"
-msgid "Const sText3 = \"Error\""
-msgstr ""
+msgid "sSng=Single ' sSng is an implicit single variable"
+msgstr "sSng=Single REM sSng არის ნაგულისხმევი ერთეული ცვლადი"
-#: 03080801.xhp
+#: 03101140.xhp
msgctxt ""
-"03080801.xhp\n"
+"03101140.xhp\n"
"tit\n"
"help.text"
-msgid "Hex Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "DefStr Statement [Runtime]"
+msgstr ""
-#: 03080801.xhp
+#: 03101140.xhp
msgctxt ""
-"03080801.xhp\n"
-"bm_id3150616\n"
+"03101140.xhp\n"
+"bm_id6161381\n"
"help.text"
-msgid "<bookmark_value>Hex function</bookmark_value>"
-msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>DefStr statement</bookmark_value>"
+msgstr "<bookmark_value>DefStr განცხადება</bookmark_value>"
-#: 03080801.xhp
-#, fuzzy
+#: 03101140.xhp
msgctxt ""
-"03080801.xhp\n"
-"hd_id3150616\n"
-"1\n"
+"03101140.xhp\n"
+"par_idN10577\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>"
+msgid "<link href=\"text/sbasic/shared/03101140.xhp\">DefStr Statement [Runtime]</link>"
+msgstr ""
-#: 03080801.xhp
+#: 03101140.xhp
msgctxt ""
-"03080801.xhp\n"
-"par_id3145136\n"
-"2\n"
+"03101140.xhp\n"
+"par_idN10587\n"
"help.text"
-msgid "Returns a string that represents the hexadecimal value of a number."
-msgstr ""
+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 განცხადება საწყისი ცვლადის ტიპს აყენებს ასოთა რანგის მიხედვით."
-#: 03080801.xhp
+#: 03101140.xhp
msgctxt ""
-"03080801.xhp\n"
-"hd_id3147573\n"
-"3\n"
+"03101140.xhp\n"
+"par_idN1058A\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03080801.xhp
+#: 03101140.xhp
msgctxt ""
-"03080801.xhp\n"
-"par_id3150771\n"
-"4\n"
+"03101140.xhp\n"
+"par_idN1058E\n"
"help.text"
-msgid "Hex (Number)"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""
-#: 03080801.xhp
-msgctxt ""
-"03080801.xhp\n"
-"hd_id3147530\n"
-"5\n"
-"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03080801.xhp
-msgctxt ""
-"03080801.xhp\n"
-"par_id3159414\n"
-"6\n"
-"help.text"
-msgid "String"
-msgstr "სტრიქონები"
-
-#: 03080801.xhp
+#: 03101140.xhp
msgctxt ""
-"03080801.xhp\n"
-"hd_id3156344\n"
-"7\n"
+"03101140.xhp\n"
+"par_idN10591\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 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> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-
-#: 03080801.xhp
+#: 03101140.xhp
msgctxt ""
-"03080801.xhp\n"
-"hd_id3154365\n"
-"9\n"
+"03101140.xhp\n"
+"par_idN10595\n"
"help.text"
-msgid "Example:"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
msgstr ""
-#: 03080801.xhp
+#: 03101140.xhp
msgctxt ""
-"03080801.xhp\n"
-"par_id3156214\n"
-"30\n"
+"03101140.xhp\n"
+"par_idN1059C\n"
"help.text"
-msgid "' uses BasicFormulas in $[officename] Calc"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr ""
-#: 03080801.xhp
+#: 03101140.xhp
msgctxt ""
-"03080801.xhp\n"
-"par_id3149262\n"
-"20\n"
+"03101140.xhp\n"
+"par_idN105A3\n"
"help.text"
-msgid "' Returns a long integer from a hexadecimal value."
+msgid "<emph>Keyword:</emph> Default variable type"
msgstr ""
-#: 03080801.xhp
+#: 03101140.xhp
msgctxt ""
-"03080801.xhp\n"
-"par_id3147215\n"
-"25\n"
+"03101140.xhp\n"
+"par_idN105AA\n"
"help.text"
-msgid "' Calculates a hexadecimal value in integer."
-msgstr ""
+msgid "<emph>DefStr:</emph> String"
+msgstr "<emph>DefStr:</emph> სტრინგი"
-#: 03080800.xhp
+#: 03101140.xhp
msgctxt ""
-"03080800.xhp\n"
-"tit\n"
+"03101140.xhp\n"
+"par_idN105B1\n"
"help.text"
-msgid "Converting Numbers"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03080800.xhp
+#: 03101140.xhp
msgctxt ""
-"03080800.xhp\n"
-"hd_id3145315\n"
-"1\n"
+"03101140.xhp\n"
+"par_idN105B5\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080800.xhp\" name=\"Converting Numbers\">Converting Numbers</link>"
+msgid "' Prefix definitions for variable types:"
msgstr ""
-#: 03080800.xhp
+#: 03101140.xhp
msgctxt ""
-"03080800.xhp\n"
-"par_id3154760\n"
-"2\n"
+"03101140.xhp\n"
+"par_idN105D3\n"
"help.text"
-msgid "The following functions convert numbers from one number format to another."
-msgstr ""
+msgid "sStr=String ' sStr is an implicit string variable"
+msgstr "sStr=String REM sStr არის ნაგულიცხმევი სტინგული ცვლადი"
-#: 03120401.xhp
+#: 03101300.xhp
msgctxt ""
-"03120401.xhp\n"
+"03101300.xhp\n"
"tit\n"
"help.text"
-msgid "InStr Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "DefDate Statement [Runtime]"
+msgstr ""
-#: 03120401.xhp
+#: 03101300.xhp
msgctxt ""
-"03120401.xhp\n"
-"bm_id3155934\n"
+"03101300.xhp\n"
+"bm_id3150504\n"
"help.text"
-msgid "<bookmark_value>InStr function</bookmark_value>"
-msgstr "<bookmark_value>InStr ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>DefDate statement</bookmark_value>"
+msgstr "<bookmark_value>DefStr განცხადება</bookmark_value>"
-#: 03120401.xhp
-#, fuzzy
+#: 03101300.xhp
msgctxt ""
-"03120401.xhp\n"
-"hd_id3155934\n"
+"03101300.xhp\n"
+"hd_id3150504\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>"
+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>"
-#: 03120401.xhp
+#: 03101300.xhp
msgctxt ""
-"03120401.xhp\n"
-"par_id3153990\n"
+"03101300.xhp\n"
+"par_id3145069\n"
"2\n"
"help.text"
-msgid "Returns the position of a string within another string."
-msgstr "აბრუნებს სტრინგის პოზიციას სხვა სტრინგში."
+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 განცხადება საწყისი ცვლადის ტიპს აყენებს ასოთა რანგის მიხედვით."
-#: 03120401.xhp
+#: 03101300.xhp
msgctxt ""
-"03120401.xhp\n"
-"par_id3147303\n"
+"03101300.xhp\n"
+"hd_id3154758\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-ს."
+msgid "Syntax:"
+msgstr ""
-#: 03120401.xhp
+#: 03101300.xhp
msgctxt ""
-"03120401.xhp\n"
-"hd_id3145090\n"
+"03101300.xhp\n"
+"par_id3148664\n"
"4\n"
"help.text"
-msgid "Syntax:"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""
-#: 03120401.xhp
+#: 03101300.xhp
msgctxt ""
-"03120401.xhp\n"
-"par_id3146957\n"
+"03101300.xhp\n"
+"hd_id3150541\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])"
+msgid "Parameters:"
+msgstr ""
-#: 03120401.xhp
+#: 03101300.xhp
msgctxt ""
-"03120401.xhp\n"
-"hd_id3148538\n"
+"03101300.xhp\n"
+"par_id3156709\n"
"6\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
+msgstr ""
-#: 03120401.xhp
+#: 03101300.xhp
msgctxt ""
-"03120401.xhp\n"
-"par_id3149763\n"
+"03101300.xhp\n"
+"par_id3150869\n"
"7\n"
"help.text"
-msgid "Integer"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr ""
-#: 03120401.xhp
+#: 03101300.xhp
msgctxt ""
-"03120401.xhp\n"
-"hd_id3148473\n"
+"03101300.xhp\n"
+"par_id3145171\n"
"8\n"
"help.text"
-msgid "Parameters:"
+msgid "<emph>Keyword:</emph> Default variable type"
msgstr ""
-#: 03120401.xhp
+#: 03101300.xhp
msgctxt ""
-"03120401.xhp\n"
-"par_id3153126\n"
+"03101300.xhp\n"
+"par_id3150767\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."
+msgid "<emph>DefDate:</emph> Date"
+msgstr ""
-#: 03120401.xhp
+#: 03101300.xhp
msgctxt ""
-"03120401.xhp\n"
-"par_id3145609\n"
+"03101300.xhp\n"
+"hd_id3153768\n"
"10\n"
"help.text"
-msgid "<emph>Text1:</emph> The string expression that you want to search."
-msgstr "<emph>Text1:</emph> სტრინგის გამოსახულება, რომელიც გსურთ ეძებოთ."
-
-#: 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> სტრინგის გამოსახულება, რომლის ძებნაც გსურთ."
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03120401.xhp
+#: 03101300.xhp
msgctxt ""
-"03120401.xhp\n"
-"par_id3154758\n"
+"03101300.xhp\n"
+"par_id3145785\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 მიუთითებს ბინარულ შედარებას, რომელიც განასაზღვრებს დიდ და პატარა ასოებს."
-
-#: 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 "თუ პირველი დაბრუნების პარამეტრი გამოტოვებულია, გაშვების შეცდომის თავიდან ასაცილებლად არ დააყენოთ შედარების პარამეტრი."
-
-#: 03120401.xhp
-msgctxt ""
-"03120401.xhp\n"
-"hd_id3154366\n"
-"14\n"
-"help.text"
-msgid "Example:"
+msgid "' Prefix definitions for variable types:"
msgstr ""
-#: 03120401.xhp
-msgctxt ""
-"03120401.xhp\n"
-"par_id3144760\n"
-"19\n"
-"help.text"
-msgid "sInput = \"Office\""
-msgstr "sInput = \"Office\""
-
-#: 03120401.xhp
+#: 03101300.xhp
msgctxt ""
-"03120401.xhp\n"
-"par_id3154125\n"
-"20\n"
+"03101300.xhp\n"
+"par_id3152462\n"
+"22\n"
"help.text"
-msgid "iPos = Instr(sInput,\"c\")"
-msgstr "iPos = Instr(sInput,\"c\")"
+msgid "tDate=Date ' tDate is an implicit date variable"
+msgstr ""
#: 03101400.xhp
msgctxt ""
@@ -27767,7 +25808,6 @@ msgid "<bookmark_value>DefDbl statement</bookmark_value>"
msgstr "<bookmark_value>DefCur განცხადება</bookmark_value>"
#: 03101400.xhp
-#, fuzzy
msgctxt ""
"03101400.xhp\n"
"hd_id3147242\n"
@@ -27855,7 +25895,7 @@ msgctxt ""
"10\n"
"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
#: 03101400.xhp
msgctxt ""
@@ -27875,3199 +25915,3372 @@ msgctxt ""
msgid "dValue=1.23e43 ' dValue is an implicit double variable type"
msgstr ""
-#: 03010302.xhp
+#: 03101500.xhp
msgctxt ""
-"03010302.xhp\n"
+"03101500.xhp\n"
"tit\n"
"help.text"
-msgid "Green Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "DefInt Statement [Runtime]"
+msgstr ""
-#: 03010302.xhp
+#: 03101500.xhp
msgctxt ""
-"03010302.xhp\n"
-"bm_id3148947\n"
+"03101500.xhp\n"
+"bm_id3149811\n"
"help.text"
-msgid "<bookmark_value>Green function</bookmark_value>"
-msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>DefInt statement</bookmark_value>"
+msgstr "<bookmark_value>DefSng განცხადება</bookmark_value>"
-#: 03010302.xhp
-#, fuzzy
+#: 03101500.xhp
msgctxt ""
-"03010302.xhp\n"
-"hd_id3148947\n"
+"03101500.xhp\n"
+"hd_id3149811\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>"
+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>"
-#: 03010302.xhp
+#: 03101500.xhp
msgctxt ""
-"03010302.xhp\n"
-"par_id3153361\n"
+"03101500.xhp\n"
+"par_id3149762\n"
"2\n"
"help.text"
-msgid "Returns the Green component of the given color code."
+msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
msgstr ""
-#: 03010302.xhp
+#: 03101500.xhp
msgctxt ""
-"03010302.xhp\n"
-"hd_id3154140\n"
+"03101500.xhp\n"
+"hd_id3148686\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03010302.xhp
+#: 03101500.xhp
msgctxt ""
-"03010302.xhp\n"
-"par_id3153969\n"
+"03101500.xhp\n"
+"par_id3156023\n"
"4\n"
"help.text"
-msgid "Green (Color As Long)"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""
-#: 03010302.xhp
+#: 03101500.xhp
msgctxt ""
-"03010302.xhp\n"
-"hd_id3154124\n"
+"03101500.xhp\n"
+"hd_id3156344\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Parameters:"
+msgstr ""
-#: 03010302.xhp
+#: 03101500.xhp
msgctxt ""
-"03010302.xhp\n"
-"par_id3153194\n"
+"03101500.xhp\n"
+"par_id3147560\n"
"6\n"
"help.text"
-msgid "Integer"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set a default data type for."
msgstr ""
-#: 03010302.xhp
+#: 03101500.xhp
msgctxt ""
-"03010302.xhp\n"
-"hd_id3154909\n"
+"03101500.xhp\n"
+"par_id3150398\n"
"7\n"
"help.text"
-msgid "Parameter:"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr ""
-#: 03010302.xhp
+#: 03101500.xhp
msgctxt ""
-"03010302.xhp\n"
-"par_id3153770\n"
+"03101500.xhp\n"
+"par_id3154365\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."
+msgid "<emph>Keyword:</emph> Default variable type"
msgstr ""
-#: 03010302.xhp
+#: 03101500.xhp
msgctxt ""
-"03010302.xhp\n"
-"hd_id3149664\n"
+"03101500.xhp\n"
+"par_id3125863\n"
"9\n"
"help.text"
-msgid "Example:"
+msgid "<emph>DefInt:</emph> Integer"
msgstr ""
-#: 03010302.xhp
+#: 03101500.xhp
msgctxt ""
-"03010302.xhp\n"
-"par_id3151117\n"
-"13\n"
+"03101500.xhp\n"
+"hd_id3154123\n"
+"10\n"
"help.text"
-msgid "MsgBox \"The color \" & lVar & \" contains the components:\" & Chr(13) &_"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03010302.xhp
+#: 03101500.xhp
msgctxt ""
-"03010302.xhp\n"
-"par_id3153951\n"
-"14\n"
+"03101500.xhp\n"
+"par_id3151042\n"
+"12\n"
"help.text"
-msgid "\"red = \" & red(lVar) & Chr(13)&_"
+msgid "' Prefix definitions for variable types"
msgstr ""
-#: 03010302.xhp
+#: 03101500.xhp
msgctxt ""
-"03010302.xhp\n"
-"par_id3152462\n"
-"15\n"
+"03101500.xhp\n"
+"par_id3153728\n"
+"22\n"
"help.text"
-msgid "\"green = \" & green(lVar) & Chr(13)&_"
+msgid "iCount=200 ' iCount is an implicit integer variable"
msgstr ""
-#: 03010302.xhp
+#: 03101600.xhp
msgctxt ""
-"03010302.xhp\n"
-"par_id3154730\n"
-"16\n"
+"03101600.xhp\n"
+"tit\n"
"help.text"
-msgid "\"blue = \" & blue(lVar) & Chr(13) , 64,\"colors\""
+msgid "DefLng Statement [Runtime]"
msgstr ""
-#: 01030000.xhp
+#: 03101600.xhp
msgctxt ""
-"01030000.xhp\n"
-"tit\n"
+"03101600.xhp\n"
+"bm_id3148538\n"
"help.text"
-msgid "Integrated Development Environment (IDE)"
+msgid "<bookmark_value>DefLng statement</bookmark_value>"
+msgstr "<bookmark_value>DefSng განცხადება</bookmark_value>"
+
+#: 03101600.xhp
+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>"
+
+#: 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 ""
-#: 01030000.xhp
+#: 03101600.xhp
msgctxt ""
-"01030000.xhp\n"
-"bm_id3145090\n"
+"03101600.xhp\n"
+"hd_id3150504\n"
+"3\n"
"help.text"
-msgid "<bookmark_value>Basic IDE;Integrated Development Environment</bookmark_value><bookmark_value>IDE;Integrated Development Environment</bookmark_value>"
+msgid "Syntax:"
msgstr ""
-#: 01030000.xhp
+#: 03101600.xhp
msgctxt ""
-"01030000.xhp\n"
-"hd_id3145090\n"
-"1\n"
+"03101600.xhp\n"
+"par_id3145609\n"
+"4\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/01030000.xhp\" name=\"Integrated Development Environment (IDE)\">Integrated Development Environment (IDE)</link>"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""
-#: 01030000.xhp
+#: 03101600.xhp
msgctxt ""
-"01030000.xhp\n"
-"par_id3146795\n"
-"2\n"
+"03101600.xhp\n"
+"hd_id3154760\n"
+"5\n"
"help.text"
-msgid "This section describes the Integrated Development Environment for $[officename] Basic."
+msgid "Parameters:"
msgstr ""
-#: 03010100.xhp
+#: 03101600.xhp
msgctxt ""
-"03010100.xhp\n"
-"tit\n"
+"03101600.xhp\n"
+"par_id3145069\n"
+"6\n"
"help.text"
-msgid "Display Functions"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
msgstr ""
-#: 03010100.xhp
+#: 03101600.xhp
msgctxt ""
-"03010100.xhp\n"
-"hd_id3151384\n"
-"1\n"
+"03101600.xhp\n"
+"par_id3150791\n"
+"7\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03010100.xhp\" name=\"Display Functions\">Display Functions</link>"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr ""
-#: 03010100.xhp
+#: 03101600.xhp
msgctxt ""
-"03010100.xhp\n"
-"par_id3149346\n"
-"2\n"
+"03101600.xhp\n"
+"par_id3148798\n"
+"8\n"
"help.text"
-msgid "This section describes Runtime functions used to output information to the screen display."
+msgid "<emph>Keyword: </emph>Default variable type"
msgstr ""
-#: 03102450.xhp
+#: 03101600.xhp
msgctxt ""
-"03102450.xhp\n"
-"tit\n"
+"03101600.xhp\n"
+"par_id3154686\n"
+"9\n"
"help.text"
-msgid "IsError Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "<emph>DefLng:</emph> Long"
+msgstr "<emph>DefStr:</emph> სტრინგი"
-#: 03102450.xhp
+#: 03101600.xhp
msgctxt ""
-"03102450.xhp\n"
-"bm_id4954680\n"
+"03101600.xhp\n"
+"hd_id3153192\n"
+"10\n"
"help.text"
-msgid "<bookmark_value>IsError function</bookmark_value>"
-msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03102450.xhp
+#: 03101600.xhp
msgctxt ""
-"03102450.xhp\n"
-"par_idN1054E\n"
+"03101600.xhp\n"
+"par_id3154124\n"
+"12\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03102450.xhp\">IsError Function [Runtime]</link>"
+msgid "' Prefix definitions for variable types:"
msgstr ""
-#: 03102450.xhp
+#: 03101600.xhp
msgctxt ""
-"03102450.xhp\n"
-"par_idN1055E\n"
+"03101600.xhp\n"
+"par_id3145273\n"
+"22\n"
"help.text"
-msgid "Tests if a variable contains an error value."
-msgstr "ამოწმებს ცვლადს შეცდომის შემცველობაზე."
+msgid "lCount=123456789 ' lCount is an implicit long integer variable"
+msgstr ""
-#: 03102450.xhp
+#: 03101700.xhp
msgctxt ""
-"03102450.xhp\n"
-"par_idN10561\n"
+"03101700.xhp\n"
+"tit\n"
"help.text"
-msgid "Syntax:"
+msgid "DefObj Statement [Runtime]"
msgstr ""
-#: 03102450.xhp
+#: 03101700.xhp
msgctxt ""
-"03102450.xhp\n"
-"par_idN10565\n"
+"03101700.xhp\n"
+"bm_id3149811\n"
"help.text"
-msgid "IsError (Var)"
-msgstr "IsError (Var)"
+msgid "<bookmark_value>DefObj statement</bookmark_value>"
+msgstr "<bookmark_value>DefCur განცხადება</bookmark_value>"
-#: 03102450.xhp
+#: 03101700.xhp
msgctxt ""
-"03102450.xhp\n"
-"par_idN10568\n"
+"03101700.xhp\n"
+"hd_id3149811\n"
+"1\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+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>"
-#: 03102450.xhp
+#: 03101700.xhp
msgctxt ""
-"03102450.xhp\n"
-"par_idN1056C\n"
+"03101700.xhp\n"
+"par_id3147573\n"
+"2\n"
"help.text"
-msgid "Bool"
+msgid "Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified."
msgstr ""
-#: 03102450.xhp
+#: 03101700.xhp
msgctxt ""
-"03102450.xhp\n"
-"par_idN1056F\n"
+"03101700.xhp\n"
+"hd_id3150504\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
+msgstr ""
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"par_id3147530\n"
+"4\n"
+"help.text"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr ""
+
+#: 03101700.xhp
+msgctxt ""
+"03101700.xhp\n"
+"hd_id3153896\n"
+"5\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03102450.xhp
+#: 03101700.xhp
msgctxt ""
-"03102450.xhp\n"
-"par_idN10573\n"
+"03101700.xhp\n"
+"par_id3148552\n"
+"6\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-ს."
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+msgstr ""
-#: 03131000.xhp
+#: 03101700.xhp
msgctxt ""
-"03131000.xhp\n"
-"tit\n"
+"03101700.xhp\n"
+"par_id3150358\n"
+"7\n"
"help.text"
-msgid "GetSolarVersion Function [Runtime]"
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
msgstr ""
-#: 03131000.xhp
+#: 03101700.xhp
msgctxt ""
-"03131000.xhp\n"
-"bm_id3157898\n"
+"03101700.xhp\n"
+"par_id3148798\n"
+"8\n"
"help.text"
-msgid "<bookmark_value>GetSolarVersion function</bookmark_value>"
-msgstr "<bookmark_value>GetSolarVersion ფუნქცია</bookmark_value>"
+msgid "<emph>Keyword: </emph>Default variable type"
+msgstr ""
-#: 03131000.xhp
-#, fuzzy
+#: 03101700.xhp
msgctxt ""
-"03131000.xhp\n"
-"hd_id3157898\n"
-"1\n"
+"03101700.xhp\n"
+"par_id3150769\n"
+"9\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>"
+msgid "<emph>DefObj:</emph> Object"
+msgstr ""
-#: 03131000.xhp
+#: 03101700.xhp
msgctxt ""
-"03131000.xhp\n"
-"par_id3152801\n"
-"2\n"
+"03101700.xhp\n"
+"hd_id3156212\n"
+"10\n"
"help.text"
-msgid "Returns the internal number of the current $[officename] version."
-msgstr "აბრუნებს მიმდინარე $[officename] ვერსიის შიდა ნომერს."
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03131000.xhp
+#: 03101700.xhp
msgctxt ""
-"03131000.xhp\n"
-"hd_id3153311\n"
-"3\n"
+"03101700.xhp\n"
+"par_id3153969\n"
+"12\n"
"help.text"
-msgid "Syntax:"
+msgid "REM Prefix definitions for variable types:"
msgstr ""
-#: 03131000.xhp
+#: 03101700.xhp
msgctxt ""
-"03131000.xhp\n"
-"par_id3155388\n"
-"4\n"
+"03101700.xhp\n"
+"par_id3156424\n"
+"13\n"
"help.text"
-msgid "s = GetSolarVersion"
-msgstr "s = GetSolarVersion"
+msgid "DefBool b"
+msgstr ""
-#: 03131000.xhp
+#: 03101700.xhp
msgctxt ""
-"03131000.xhp\n"
-"hd_id3149514\n"
-"5\n"
+"03101700.xhp\n"
+"par_id3159254\n"
+"14\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "DefDate t"
+msgstr ""
-#: 03131000.xhp
+#: 03101700.xhp
msgctxt ""
-"03131000.xhp\n"
-"par_id3148685\n"
-"6\n"
+"03101700.xhp\n"
+"par_id3150440\n"
+"15\n"
"help.text"
-msgid "String"
-msgstr "სტრიქონები"
+msgid "DefDbL d"
+msgstr ""
-#: 03131000.xhp
+#: 03101700.xhp
msgctxt ""
-"03131000.xhp\n"
-"hd_id3143270\n"
-"7\n"
+"03101700.xhp\n"
+"par_id3161832\n"
+"16\n"
"help.text"
-msgid "Example:"
+msgid "DefInt i"
msgstr ""
-#: 03131000.xhp
+#: 03101700.xhp
msgctxt ""
-"03131000.xhp\n"
-"par_id3148947\n"
-"11\n"
+"03101700.xhp\n"
+"par_id3145365\n"
+"17\n"
"help.text"
-msgid "MsgBox sSep,64,\"Version number of the solar technology\""
-msgstr "MsgBox sSep,64,\"solar technology-ს ვერსიის ნომერი\""
+msgid "DefLng l"
+msgstr "DefSng s"
-#: 03132000.xhp
+#: 03101700.xhp
msgctxt ""
-"03132000.xhp\n"
-"tit\n"
+"03101700.xhp\n"
+"par_id3149481\n"
+"18\n"
"help.text"
-msgid "CreateUnoListener Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "DefObj o"
+msgstr ""
-#: 03132000.xhp
+#: 03101700.xhp
msgctxt ""
-"03132000.xhp\n"
-"bm_id3155150\n"
+"03101700.xhp\n"
+"par_id3152886\n"
+"19\n"
"help.text"
-msgid "<bookmark_value>CreateUnoListener function</bookmark_value>"
-msgstr "<bookmark_value>CreateUnoListener ფუნქცია</bookmark_value>"
+msgid "DefVar v"
+msgstr ""
-#: 03132000.xhp
-#, fuzzy
+#: 03102000.xhp
msgctxt ""
-"03132000.xhp\n"
-"hd_id3155150\n"
-"53\n"
+"03102000.xhp\n"
+"tit\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>"
+msgid "DefVar Statement [Runtime]"
+msgstr ""
-#: 03132000.xhp
+#: 03102000.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3149346\n"
-"52\n"
+"03102000.xhp\n"
+"bm_id3143267\n"
"help.text"
-msgid "Creates a Listener instance."
-msgstr "ქმნის მსმენელის ნიმუშს."
+msgid "<bookmark_value>DefVar statement</bookmark_value>"
+msgstr "<bookmark_value>DefCur განცხადება</bookmark_value>"
-#: 03132000.xhp
+#: 03102000.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3153681\n"
-"51\n"
+"03102000.xhp\n"
+"hd_id3143267\n"
+"1\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 ფუნქცია უცდის დარეკილ მსმენელის ინტერფეისს და შემდეგ გადასცემს ინტერფეისს ობიექტს, რომელსაც აქვს მხარდაჭერა. ეს ობიექტი შემდეგ გადაეცემა მეთოდეს რათა დაარეგისტრიროს მსმენელი."
+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>"
-#: 03132000.xhp
+#: 03102000.xhp
msgctxt ""
-"03132000.xhp\n"
-"hd_id3148685\n"
-"50\n"
+"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 ""
+
+#: 03102000.xhp
+msgctxt ""
+"03102000.xhp\n"
+"hd_id3154143\n"
+"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03132000.xhp
+#: 03102000.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3143228\n"
-"49\n"
+"03102000.xhp\n"
+"par_id3149514\n"
+"4\n"
"help.text"
-msgid "oListener = CreateUnoListener( Prefixname, ListenerInterfaceName )"
-msgstr "oListener = CreateUnoListener( Prefixname, ListenerInterfaceName )"
+msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
+msgstr ""
-#: 03132000.xhp
+#: 03102000.xhp
msgctxt ""
-"03132000.xhp\n"
-"hd_id3147574\n"
-"48\n"
+"03102000.xhp\n"
+"hd_id3156024\n"
+"5\n"
"help.text"
-msgid "Example:"
+msgid "Parameters:"
msgstr ""
-#: 03132000.xhp
+#: 03102000.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3154046\n"
-"47\n"
+"03102000.xhp\n"
+"par_id3147560\n"
+"6\n"
"help.text"
-msgid "The following example is based on a Basic library object."
-msgstr "შემდეგი მაგალითი დამყარებულია BASIC ბიბლიოთეკის ობიექტზე"
+msgid "<emph>Characterrange:</emph> Letters that specify the range of variables that you want to set the default data type for."
+msgstr ""
-#: 03132000.xhp
+#: 03102000.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3149294\n"
-"44\n"
+"03102000.xhp\n"
+"par_id3148552\n"
+"7\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 მეთოდი მოითხოვს ორ პარამეტრს. პირველი არის თავსართი, რომელიც ახსნილია ქვემოთ. მეორე პარამეტრი არის იმ სრული მსმენელის ინტერფეისის სრული სახელი, რომლის გამოყენებაც გსურთ."
+msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgstr ""
-#: 03132000.xhp
+#: 03102000.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3149670\n"
-"43\n"
+"03102000.xhp\n"
+"par_id3153524\n"
+"8\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 -ის დასარეგისტრირებლად:"
+msgid "<emph>Keyword: </emph>Default variable type"
+msgstr ""
-#: 03132000.xhp
+#: 03102000.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3154940\n"
-"41\n"
+"03102000.xhp\n"
+"par_id3150767\n"
+"9\n"
"help.text"
-msgid "oLib = BasicLibraries.Library1 ' Library1 must exist!"
-msgstr "oLib = BasicLibraries.Library1 ' Library1 უნდა არსებობდეს!"
+msgid "<emph>DefVar:</emph> Variant"
+msgstr "<emph>DefStr:</emph> სტრინგი"
-#: 03132000.xhp
+#: 03102000.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3150359\n"
-"40\n"
+"03102000.xhp\n"
+"hd_id3151041\n"
+"10\n"
"help.text"
-msgid "oLib.addContainerListener( oListener ) ' Register the listener"
-msgstr "oLib.addContainerListener( oListener ) ' მსმენელის რეგისტრაცია"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03132000.xhp
+#: 03102000.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3154138\n"
-"39\n"
+"03102000.xhp\n"
+"par_id3156214\n"
+"11\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 ინტერფეისიდან."
+msgid "' Prefix definitions for variable types:"
+msgstr ""
-#: 03132000.xhp
+#: 03102000.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3148922\n"
-"38\n"
+"03102000.xhp\n"
+"par_id3154012\n"
+"21\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\" და იძახებს მათ პოვნის შემთხვევაში. წინააღმდეგ შემთხვევაში მოხდება შეცდომა გაშვებისას."
+msgid "vDiv=99 ' vDiv is an implicit variant"
+msgstr ""
-#: 03132000.xhp
+#: 03102000.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3150768\n"
-"37\n"
+"03102000.xhp\n"
+"par_id3146121\n"
+"22\n"
"help.text"
-msgid "In this example, the Listener-Interface uses the following methods:"
-msgstr "ამ მაგალითში Listener-Interface-ი იყენებს შემდეგ მეთოდებს:"
+msgid "vDiv=\"Hello world\""
+msgstr ""
-#: 03132000.xhp
+#: 03102100.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3151176\n"
-"36\n"
+"03102100.xhp\n"
+"tit\n"
"help.text"
-msgid "disposing:"
-msgstr "განლაგება:"
+msgid "Dim Statement [Runtime]"
+msgstr ""
-#: 03132000.xhp
+#: 03102100.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3145173\n"
-"35\n"
+"03102100.xhp\n"
+"bm_id3149812\n"
"help.text"
-msgid "Listener base interface (com.sun.star.lang.XEventListener): base interface for all Listener Interfaces"
+msgid "<bookmark_value>Dim statement</bookmark_value><bookmark_value>arrays; dimensioning</bookmark_value><bookmark_value>dimensioning arrays</bookmark_value>"
msgstr ""
-#: 03132000.xhp
+#: 03102100.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3156212\n"
-"34\n"
+"03102100.xhp\n"
+"hd_id3149812\n"
+"1\n"
"help.text"
-msgid "elementInserted:"
-msgstr "elementInserted:"
+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>"
-#: 03132000.xhp
+#: 03102100.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3159254\n"
-"33\n"
+"03102100.xhp\n"
+"par_id3143271\n"
+"2\n"
"help.text"
-msgid "Method of the com.sun.star.container.XContainerListener interface"
+msgid "Declares a variable or an array."
msgstr ""
-#: 03132000.xhp
+#: 03102100.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3147287\n"
-"32\n"
+"03102100.xhp\n"
+"par_id3154686\n"
+"3\n"
"help.text"
-msgid "elementRemoved:"
-msgstr "elementRemoved:"
+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 ""
-#: 03132000.xhp
+#: 03102100.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3146119\n"
-"31\n"
+"03102100.xhp\n"
+"par_id3152576\n"
+"7\n"
"help.text"
-msgid "Method of the com.sun.star.container.XContainerListener interface"
+msgid "Dim declares local variables within subroutines. Global variables are declared with the PUBLIC or the PRIVATE statement."
msgstr ""
-#: 03132000.xhp
+#: 03102100.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3153951\n"
-"30\n"
+"03102100.xhp\n"
+"hd_id3156443\n"
+"8\n"
"help.text"
-msgid "elementReplaced:"
-msgstr "elementReplaced:"
+msgid "Syntax:"
+msgstr ""
-#: 03132000.xhp
+#: 03102100.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3154013\n"
-"29\n"
+"03102100.xhp\n"
+"par_id3149412\n"
+"9\n"
"help.text"
-msgid "Method of the com.sun.star.container.XContainerListener interface"
+msgid "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
msgstr ""
-#: 03132000.xhp
+#: 03102100.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3147435\n"
-"28\n"
+"03102100.xhp\n"
+"hd_id3147397\n"
+"10\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-ში:"
+msgid "Parameters:"
+msgstr ""
-#: 03132000.xhp
+#: 03102100.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3155411\n"
-"27\n"
+"03102100.xhp\n"
+"par_id3154730\n"
+"11\n"
"help.text"
-msgid "ContListener_disposing"
-msgstr "ContListener_disposing"
+msgid "<emph>VarName:</emph> Any variable or array name."
+msgstr ""
-#: 03132000.xhp
+#: 03102100.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3146923\n"
-"26\n"
+"03102100.xhp\n"
+"par_id3147125\n"
+"12\n"
"help.text"
-msgid "ContListener_elementInserted"
-msgstr "ContListener_elementInserted"
+msgid "<emph>Start, End:</emph> Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range."
+msgstr ""
-#: 03132000.xhp
+#: 03102100.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3147318\n"
-"25\n"
+"03102100.xhp\n"
+"par_id3153877\n"
+"13\n"
"help.text"
-msgid "ContListener_elementRemoved"
-msgstr "ContListener_elementRemoved"
+msgid "Start and End can be numerical expressions if ReDim is applied at the procedure level."
+msgstr ""
-#: 03132000.xhp
+#: 03102100.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3152578\n"
-"24\n"
+"03102100.xhp\n"
+"par_id3153510\n"
+"14\n"
"help.text"
-msgid "ContListener_elementReplaced"
-msgstr "ContListener_elementReplaced"
+msgid "<emph>VarType:</emph> Key word that declares the data type of a variable."
+msgstr ""
-#: 03132000.xhp
+#: 03102100.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3150592\n"
-"23\n"
+"03102100.xhp\n"
+"par_id3154015\n"
+"15\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 მსმენელის მეთოდები შეგიძლიათ გამოიძახოთ ამ მოვლენის ობიექტებს, მაშინვე, როგორც კი შესაბამისი პარამეტრი იქნება გადაცემული ქვე გამოცხადებაში:"
+msgid "<emph>Keyword:</emph> Variable type"
+msgstr ""
-#: 03132000.xhp
+#: 03102100.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3153876\n"
-"21\n"
+"03102100.xhp\n"
+"par_id3153949\n"
+"16\n"
"help.text"
-msgid "MsgBox \"disposing\""
-msgstr "MsgBox \"განლაგება\""
+msgid "<emph>Bool:</emph> Boolean variable (True, False)"
+msgstr ""
-#: 03132000.xhp
+#: 03102100.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3154098\n"
+"03102100.xhp\n"
+"par_id3156275\n"
"17\n"
"help.text"
-msgid "MsgBox \"elementInserted\""
-msgstr "MsgBox \"elementInserted\""
+msgid "<emph>Currency:</emph> Currency-Variable (Currency with 4 Decimal places)"
+msgstr ""
-#: 03132000.xhp
+#: 03102100.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3153947\n"
-"13\n"
+"03102100.xhp\n"
+"par_id3156057\n"
+"18\n"
"help.text"
-msgid "MsgBox \"elementRemoved\""
-msgstr "MsgBox \"elementRemoved\""
+msgid "<emph>Date:</emph> Date variable"
+msgstr ""
-#: 03132000.xhp
+#: 03102100.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3148915\n"
-"9\n"
+"03102100.xhp\n"
+"par_id3148405\n"
+"19\n"
"help.text"
-msgid "MsgBox \"elementReplaced\""
-msgstr "MsgBox \"elementReplaced\""
+msgid "<emph>Double:</emph> Double-precision floating-point variable (1,79769313486232 x 10E308 - 4,94065645841247 x 10E-324)"
+msgstr ""
-#: 03132000.xhp
+#: 03102100.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3156056\n"
-"6\n"
+"03102100.xhp\n"
+"par_id3148916\n"
+"20\n"
"help.text"
-msgid "You do not need to include the parameter of an event object if the object is not used:"
-msgstr "თუ ობიექტი არ გამოიყენება, მოვლენის პარამეტრის ჩამატება აუცილებელი არ არის:"
+msgid "<emph>Integer:</emph> Integer variable (-32768 - 32767)"
+msgstr ""
-#: 03132000.xhp
+#: 03102100.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3150042\n"
-"5\n"
+"03102100.xhp\n"
+"par_id3150045\n"
+"21\n"
"help.text"
-msgid "' Minimal implementation of Sub disposing"
-msgstr "' Sub disposing -ის მინიმალური განხორციელება"
+msgid "<emph>Long:</emph> Long integer variable (-2.147.483.648 - 2.147.483.647)"
+msgstr ""
-#: 03132000.xhp
+#: 03102100.xhp
msgctxt ""
-"03132000.xhp\n"
-"par_id3150940\n"
-"2\n"
+"03102100.xhp\n"
+"par_id3149255\n"
+"22\n"
"help.text"
-msgid "Listener methods must <emph>always</emph> be implemented to avoid Basic run-time errors."
-msgstr "Listener მეთოდები საჭიროა დაინერგოს <emph>ყოველთვის</emph> გაშვებისას Basic შეცდომების თავიდან ასაცილებლად."
+msgid "<emph>Object:</emph> Object variable (Note: this variable can only subsequently be defined with Set!)"
+msgstr ""
-#: 03020205.xhp
+#: 03102100.xhp
msgctxt ""
-"03020205.xhp\n"
-"tit\n"
+"03102100.xhp\n"
+"par_id3155937\n"
+"23\n"
"help.text"
-msgid "Write Statement [Runtime]"
+msgid "<emph>Single:</emph> Single-precision floating-point variable (3,402823 x 10E38 - 1,401298 x 10E-45)."
msgstr ""
-#: 03020205.xhp
+#: 03102100.xhp
msgctxt ""
-"03020205.xhp\n"
-"bm_id3147229\n"
+"03102100.xhp\n"
+"par_id3151251\n"
+"24\n"
"help.text"
-msgid "<bookmark_value>Write statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
+msgid "<emph>String:</emph> String variable consisting of a maximum of 64,000 ASCII characters."
+msgstr ""
-#: 03020205.xhp
-#, fuzzy
+#: 03102100.xhp
msgctxt ""
-"03020205.xhp\n"
-"hd_id3147229\n"
-"1\n"
+"03102100.xhp\n"
+"par_id3154704\n"
+"25\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>"
+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 ""
-#: 03020205.xhp
+#: 03102100.xhp
msgctxt ""
-"03020205.xhp\n"
-"par_id3154685\n"
-"2\n"
+"03102100.xhp\n"
+"par_id3146316\n"
+"26\n"
"help.text"
-msgid "Writes data to a sequential file."
+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 ""
-#: 03020205.xhp
+#: 03102100.xhp
msgctxt ""
-"03020205.xhp\n"
-"hd_id3150449\n"
-"3\n"
+"03102100.xhp\n"
+"par_id3149924\n"
+"27\n"
"help.text"
-msgid "Syntax:"
+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 ""
-#: 03020205.xhp
+#: 03102100.xhp
msgctxt ""
-"03020205.xhp\n"
-"par_id3145785\n"
-"4\n"
+"03102100.xhp\n"
+"par_id3148488\n"
+"28\n"
"help.text"
-msgid "Write [#FileName], [Expressionlist]"
+msgid "Arrays are declared with the Dim statement. There are two methods to define the index range:"
msgstr ""
-#: 03020205.xhp
+#: 03102100.xhp
msgctxt ""
-"03020205.xhp\n"
-"hd_id3151116\n"
-"5\n"
+"03102100.xhp\n"
+"par_id3154662\n"
+"29\n"
"help.text"
-msgid "Parameters:"
+msgid "DIM text(20) as String REM 21 elements numbered from 0 to 20"
msgstr ""
-#: 03020205.xhp
+#: 03102100.xhp
msgctxt ""
-"03020205.xhp\n"
-"par_id3153728\n"
-"6\n"
+"03102100.xhp\n"
+"par_id3155604\n"
+"30\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."
+msgid "DIM text(5 to 25) as String REM 21 elements numbered from 5 to 25"
msgstr ""
-#: 03020205.xhp
+#: 03102100.xhp
msgctxt ""
-"03020205.xhp\n"
-"par_id3146120\n"
-"7\n"
+"03102100.xhp\n"
+"par_id3151274\n"
+"31\n"
"help.text"
-msgid "<emph>Expressionlist:</emph> Variables or expressions that you want to enter in a file, separated by commas."
+msgid "DIM text(-15 to 5) as String REM 21 elements (including 0)"
msgstr ""
-#: 03020205.xhp
+#: 03102100.xhp
msgctxt ""
-"03020205.xhp\n"
-"par_id3150010\n"
-"8\n"
+"03102100.xhp\n"
+"par_id3152774\n"
+"32\n"
"help.text"
-msgid "If the expression list is omitted, the <emph>Write</emph> statement appends an empty line to the file."
+msgid "REM numbered from -15 to 5"
msgstr ""
-#: 03020205.xhp
+#: 03102100.xhp
msgctxt ""
-"03020205.xhp\n"
-"par_id3163713\n"
-"9\n"
+"03102100.xhp\n"
+"par_id3150829\n"
+"33\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."
+msgid "Two-dimensional data field"
msgstr ""
-#: 03020205.xhp
+#: 03102100.xhp
msgctxt ""
-"03020205.xhp\n"
-"par_id3147428\n"
-"10\n"
+"03102100.xhp\n"
+"par_id3149529\n"
+"34\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."
+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 ""
-#: 03020205.xhp
+#: 03102100.xhp
msgctxt ""
-"03020205.xhp\n"
-"par_id1002838\n"
+"03102100.xhp\n"
+"par_id3159239\n"
+"35\n"
"help.text"
-msgid "Each <emph>Write</emph> statement outputs a line end symbol as last entry."
+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 ""
-#: 03020205.xhp
+#: 03102100.xhp
msgctxt ""
-"03020205.xhp\n"
-"par_id6618854\n"
+"03102100.xhp\n"
+"hd_id3150344\n"
+"36\n"
"help.text"
-msgid "Numbers with decimal delimiters are converted according to the locale settings."
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03102100.xhp
+msgctxt ""
+"03102100.xhp\n"
+"par_id3154657\n"
+"40\n"
+"help.text"
+msgid "sVar = \"Office\""
msgstr ""
-#: 03020205.xhp
+#: 03102100.xhp
msgctxt ""
-"03020205.xhp\n"
-"hd_id3151073\n"
-"11\n"
+"03102100.xhp\n"
+"par_id3149036\n"
+"44\n"
"help.text"
-msgid "Example:"
+msgid "' Two-dimensional data field"
msgstr ""
-#: 03020409.xhp
+#: 03102100.xhp
msgctxt ""
-"03020409.xhp\n"
+"03102100.xhp\n"
+"par_id3153782\n"
+"46\n"
+"help.text"
+msgid "Const sDim As String = \" Dimension:\""
+msgstr ""
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
"tit\n"
"help.text"
-msgid "GetAttr Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "ReDim Statement [Runtime]"
+msgstr ""
-#: 03020409.xhp
+#: 03102101.xhp
msgctxt ""
-"03020409.xhp\n"
-"bm_id3150984\n"
+"03102101.xhp\n"
+"bm_id3150398\n"
"help.text"
-msgid "<bookmark_value>GetAttr function</bookmark_value>"
-msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>ReDim statement</bookmark_value>"
+msgstr "<bookmark_value>RSet დებულება</bookmark_value>"
-#: 03020409.xhp
-#, fuzzy
+#: 03102101.xhp
msgctxt ""
-"03020409.xhp\n"
-"hd_id3150984\n"
+"03102101.xhp\n"
+"hd_id3150398\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>"
+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>"
-#: 03020409.xhp
+#: 03102101.xhp
msgctxt ""
-"03020409.xhp\n"
-"par_id3154347\n"
+"03102101.xhp\n"
+"par_id3154685\n"
"2\n"
"help.text"
-msgid "Returns a bit pattern that identifies the file type or the name of a volume or a directory."
+msgid "Declares a variable or an array."
msgstr ""
-#: 03020409.xhp
+#: 03102101.xhp
msgctxt ""
-"03020409.xhp\n"
-"hd_id3149457\n"
+"03102101.xhp\n"
+"hd_id3154218\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020409.xhp
+#: 03102101.xhp
msgctxt ""
-"03020409.xhp\n"
-"par_id3150359\n"
+"03102101.xhp\n"
+"par_id3156214\n"
"4\n"
"help.text"
-msgid "GetAttr (Text As String)"
-msgstr "Asc (ტექსტი როგორც სტრიქონი)"
+msgid "[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] [As VarType][,...]]"
+msgstr ""
-#: 03020409.xhp
+#: 03102101.xhp
msgctxt ""
-"03020409.xhp\n"
-"hd_id3151211\n"
+"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 ""
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"hd_id3148451\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Parameters:"
+msgstr ""
-#: 03020409.xhp
+#: 03102101.xhp
msgctxt ""
-"03020409.xhp\n"
-"par_id3154909\n"
+"03102101.xhp\n"
+"par_id3156423\n"
"6\n"
"help.text"
-msgid "Integer"
+msgid "<emph>VarName:</emph> Any variable or array name."
msgstr ""
-#: 03020409.xhp
+#: 03102101.xhp
msgctxt ""
-"03020409.xhp\n"
-"hd_id3145172\n"
+"03102101.xhp\n"
+"par_id3149562\n"
"7\n"
"help.text"
-msgid "Parameters:"
+msgid "<emph>Start, End:</emph> Numerical values or constants that define the number of elements (NumberElements=(end-start)+1) and the index range."
msgstr ""
-#: 03020409.xhp
+#: 03102101.xhp
msgctxt ""
-"03020409.xhp\n"
-"par_id3151042\n"
+"03102101.xhp\n"
+"par_id3155307\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>."
+msgid "Start and End can be numeric expressions if ReDim is used at the procedure level."
msgstr ""
-#: 03020409.xhp
+#: 03102101.xhp
msgctxt ""
-"03020409.xhp\n"
-"par_id3161831\n"
+"03102101.xhp\n"
+"par_id3153951\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:"
+msgid "<emph>VarType:</emph> Keyword that declares the data type of a variable."
msgstr ""
-#: 03020409.xhp
+#: 03102101.xhp
msgctxt ""
-"03020409.xhp\n"
-"hd_id3145364\n"
+"03102101.xhp\n"
+"par_id3147317\n"
"10\n"
"help.text"
-msgid "Value"
+msgid "<emph>Keyword:</emph> Variable type"
msgstr ""
-#: 03020409.xhp
+#: 03102101.xhp
msgctxt ""
-"03020409.xhp\n"
-"par_id3147349\n"
+"03102101.xhp\n"
+"par_id3153728\n"
"11\n"
"help.text"
-msgid "0 : Normal files."
+msgid "<emph>Bool: </emph>Boolean variable (True, False)"
msgstr ""
-#: 03020409.xhp
+#: 03102101.xhp
msgctxt ""
-"03020409.xhp\n"
-"par_id3147434\n"
+"03102101.xhp\n"
+"par_id3146121\n"
"12\n"
"help.text"
-msgid "1 : Read-only files."
+msgid "<emph>Date:</emph> Date variable"
msgstr ""
-#: 03020409.xhp
+#: 03102101.xhp
msgctxt ""
-"03020409.xhp\n"
-"par_id3159154\n"
+"03102101.xhp\n"
+"par_id3159156\n"
+"13\n"
+"help.text"
+msgid "<emph>Double:</emph> Double floating point variable (1.79769313486232x10E308 - 4.94065645841247x10E-324)"
+msgstr ""
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3148616\n"
+"14\n"
+"help.text"
+msgid "<emph>Integer:</emph> Integer variable (-32768 - 32767)"
+msgstr ""
+
+#: 03102101.xhp
+msgctxt ""
+"03102101.xhp\n"
+"par_id3147348\n"
"15\n"
"help.text"
-msgid "8 : Returns the name of the volume"
+msgid "<emph>Long:</emph> Long integer variable (-2,147,483,648 - 2,147,483,647)"
msgstr ""
-#: 03020409.xhp
+#: 03102101.xhp
msgctxt ""
-"03020409.xhp\n"
-"par_id3145271\n"
+"03102101.xhp\n"
+"par_id3149412\n"
"16\n"
"help.text"
-msgid "16 : Returns the name of the directory only."
+msgid "<emph>Object:</emph> Object variable (can only be subsequently defined by Set!)"
msgstr ""
-#: 03020409.xhp
+#: 03102101.xhp
msgctxt ""
-"03020409.xhp\n"
-"par_id3153953\n"
+"03102101.xhp\n"
+"par_id3154729\n"
"17\n"
"help.text"
-msgid "32 : File was changed since last backup (Archive bit)."
+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 ""
-#: 03020409.xhp
+#: 03102101.xhp
msgctxt ""
-"03020409.xhp\n"
-"par_id3156444\n"
+"03102101.xhp\n"
+"par_id3148458\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:"
+msgid "<emph>String:</emph> String variable containing a maximum of 64,000 ASCII characters."
msgstr ""
-#: 03020409.xhp
+#: 03102101.xhp
msgctxt ""
-"03020409.xhp\n"
-"hd_id3153094\n"
+"03102101.xhp\n"
+"par_id3149581\n"
"19\n"
"help.text"
-msgid "Example:"
+msgid "<emph>Variant: </emph>Variant variable type (can contain all types and is set by definition)."
msgstr ""
-#: 03020409.xhp
+#: 03102101.xhp
msgctxt ""
-"03020409.xhp\n"
-"par_id3155415\n"
-"21\n"
+"03102101.xhp\n"
+"par_id3155601\n"
+"20\n"
"help.text"
-msgid "On Error GoTo ErrorHandler ' Define target for error handler"
+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 ""
-#: 03090102.xhp
+#: 03102101.xhp
msgctxt ""
-"03090102.xhp\n"
-"tit\n"
+"03102101.xhp\n"
+"par_id3153415\n"
+"21\n"
"help.text"
-msgid "Select...Case Statement [Runtime]"
+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 ""
-#: 03090102.xhp
+#: 03102101.xhp
msgctxt ""
-"03090102.xhp\n"
-"bm_id3149416\n"
+"03102101.xhp\n"
+"par_id3146971\n"
+"22\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>"
+msgid "There are two ways to set the range of indices for arrays declared with the Dim statement:"
+msgstr ""
-#: 03090102.xhp
-#, fuzzy
+#: 03102101.xhp
msgctxt ""
-"03090102.xhp\n"
-"hd_id3149416\n"
-"1\n"
+"03102101.xhp\n"
+"par_id3153950\n"
+"23\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>"
+msgid "DIM text(20) As String REM 21 elements numbered from 0 to 20"
+msgstr ""
-#: 03090102.xhp
+#: 03102101.xhp
msgctxt ""
-"03090102.xhp\n"
-"par_id3153896\n"
-"2\n"
+"03102101.xhp\n"
+"par_id3146912\n"
+"24\n"
"help.text"
-msgid "Defines one or more statement blocks depending on the value of an expression."
+msgid "DIM text(5 to 25) As String REM 21 elements numbered from 5 to 25"
msgstr ""
-#: 03090102.xhp
+#: 03102101.xhp
msgctxt ""
-"03090102.xhp\n"
-"hd_id3147265\n"
-"3\n"
+"03102101.xhp\n"
+"par_id3153709\n"
+"25\n"
"help.text"
-msgid "Syntax:"
+msgid "DIM text$(-15 to 5) As String REM 21 elements (0 inclusive),"
msgstr ""
-#: 03090102.xhp
+#: 03102101.xhp
msgctxt ""
-"03090102.xhp\n"
-"par_id3150400\n"
-"4\n"
+"03102101.xhp\n"
+"par_id3150321\n"
+"26\n"
"help.text"
-msgid "Select Case condition Case expression Statement Block [Case expression2 Statement Block][Case Else] Statement Block End Select"
+msgid "rem numbered from -15 to 5"
msgstr ""
-#: 03090102.xhp
+#: 03102101.xhp
msgctxt ""
-"03090102.xhp\n"
-"hd_id3150767\n"
-"5\n"
+"03102101.xhp\n"
+"par_id3149018\n"
+"27\n"
"help.text"
-msgid "Parameters:"
+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 ""
-#: 03090102.xhp
+#: 03102101.xhp
msgctxt ""
-"03090102.xhp\n"
-"par_id3156281\n"
-"6\n"
+"03102101.xhp\n"
+"hd_id3148405\n"
+"28\n"
"help.text"
-msgid "<emph>Condition:</emph> Any expression that controls if the statement block that follows the respective Case clause is executed."
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03090102.xhp
+#: 03102200.xhp
msgctxt ""
-"03090102.xhp\n"
-"par_id3150448\n"
-"7\n"
+"03102200.xhp\n"
+"tit\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 ""
+msgid "IsArray Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03090102.xhp
+#: 03102200.xhp
msgctxt ""
-"03090102.xhp\n"
-"hd_id3153768\n"
-"8\n"
+"03102200.xhp\n"
+"bm_id3154346\n"
"help.text"
-msgid "Example:"
+msgid "<bookmark_value>IsArray function</bookmark_value>"
+msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
+
+#: 03102200.xhp
+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>"
+
+#: 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 ""
-#: 03090102.xhp
+#: 03102200.xhp
msgctxt ""
-"03090102.xhp\n"
-"par_id3152597\n"
-"14\n"
+"03102200.xhp\n"
+"hd_id3150792\n"
+"3\n"
"help.text"
-msgid "Print \"Number from 1 to 5\""
+msgid "Syntax:"
msgstr ""
-#: 03090102.xhp
+#: 03102200.xhp
msgctxt ""
-"03090102.xhp\n"
-"par_id3147349\n"
-"16\n"
+"03102200.xhp\n"
+"par_id3153379\n"
+"4\n"
"help.text"
-msgid "Print \"Number from 6 to 8\""
+msgid "IsArray (Var)"
+msgstr "IsError (Var)"
+
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"hd_id3154365\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
+
+#: 03102200.xhp
+msgctxt ""
+"03102200.xhp\n"
+"par_id3154685\n"
+"6\n"
+"help.text"
+msgid "Bool"
msgstr ""
-#: 03090102.xhp
+#: 03102200.xhp
msgctxt ""
-"03090102.xhp\n"
-"par_id3152886\n"
-"18\n"
+"03102200.xhp\n"
+"hd_id3153969\n"
+"7\n"
"help.text"
-msgid "Print \"Greater than 8\""
+msgid "Parameters:"
msgstr ""
-#: 03090102.xhp
+#: 03102200.xhp
msgctxt ""
-"03090102.xhp\n"
-"par_id3146975\n"
-"20\n"
+"03102200.xhp\n"
+"par_id3145172\n"
+"8\n"
"help.text"
-msgid "Print \"Out of range 1 to 10\""
+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 ""
-#: 03120313.xhp
+#: 03102200.xhp
msgctxt ""
-"03120313.xhp\n"
+"03102200.xhp\n"
+"hd_id3155131\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03102300.xhp
+msgctxt ""
+"03102300.xhp\n"
"tit\n"
"help.text"
-msgid "ConvertFromURL Function [Runtime]"
+msgid "IsDate Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03120313.xhp
+#: 03102300.xhp
msgctxt ""
-"03120313.xhp\n"
-"bm_id3153894\n"
+"03102300.xhp\n"
+"bm_id3145090\n"
"help.text"
-msgid "<bookmark_value>ConvertFromURL function</bookmark_value>"
-msgstr "<bookmark_value>ConvertFromURL ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>IsDate function</bookmark_value>"
+msgstr "<bookmark_value>Erase ფუნქცია</bookmark_value>"
-#: 03120313.xhp
-#, fuzzy
+#: 03102300.xhp
msgctxt ""
-"03120313.xhp\n"
-"hd_id3153894\n"
+"03102300.xhp\n"
+"hd_id3145090\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120313.xhp\" name=\"ConvertFromURL Function [Runtime]\">ConvertFromURL Function [Runtime]</link>"
+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>"
-#: 03120313.xhp
+#: 03102300.xhp
msgctxt ""
-"03120313.xhp\n"
-"par_id3147226\n"
+"03102300.xhp\n"
+"par_id3153311\n"
"2\n"
"help.text"
-msgid "Converts a file URL to a system file name."
-msgstr "გარდაქმნის URL-ს სისტემურ ფაილის სახელად."
+msgid "Tests if a numeric or string expression can be converted to a <emph>Date</emph> variable."
+msgstr ""
-#: 03120313.xhp
+#: 03102300.xhp
msgctxt ""
-"03120313.xhp\n"
-"hd_id3143267\n"
+"03102300.xhp\n"
+"hd_id3153824\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120313.xhp
+#: 03102300.xhp
msgctxt ""
-"03120313.xhp\n"
-"par_id3154142\n"
+"03102300.xhp\n"
+"par_id3147573\n"
"4\n"
"help.text"
-msgid "ConvertFromURL(filename)"
-msgstr "ConvertFromURL(filename)"
+msgid "IsDate (Expression)"
+msgstr "CDec(Expression)"
-#: 03120313.xhp
+#: 03102300.xhp
msgctxt ""
-"03120313.xhp\n"
-"hd_id3159157\n"
+"03102300.xhp\n"
+"hd_id3143270\n"
"5\n"
"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120313.xhp
+#: 03102300.xhp
msgctxt ""
-"03120313.xhp\n"
-"par_id3150669\n"
+"03102300.xhp\n"
+"par_id3147560\n"
"6\n"
"help.text"
-msgid "String"
-msgstr "სტრიქონები"
+msgid "Bool"
+msgstr ""
-#: 03120313.xhp
+#: 03102300.xhp
msgctxt ""
-"03120313.xhp\n"
-"hd_id3143270\n"
+"03102300.xhp\n"
+"hd_id3148947\n"
"7\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03120313.xhp
+#: 03102300.xhp
msgctxt ""
-"03120313.xhp\n"
-"par_id3156023\n"
+"03102300.xhp\n"
+"par_id3145069\n"
"8\n"
"help.text"
-msgid "<emph>Filename:</emph> A file name as a string."
-msgstr "<emph>ფაილის სახელი:</emph> ფაილის სახელი, როგორც სტრინგი."
+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 ""
-#: 03120313.xhp
+#: 03102300.xhp
msgctxt ""
-"03120313.xhp\n"
-"hd_id3154760\n"
+"03102300.xhp\n"
+"hd_id3150447\n"
"9\n"
"help.text"
msgid "Example:"
-msgstr ""
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"par_id3148664\n"
-"10\n"
-"help.text"
-msgid "systemFile$ = \"c:\\folder\\mytext.txt\""
-msgstr ""
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"par_id3150541\n"
-"11\n"
-"help.text"
-msgid "url$ = ConvertToURL( systemFile$ )"
-msgstr ""
-
-#: 03120313.xhp
-msgctxt ""
-"03120313.xhp\n"
-"par_id3150792\n"
-"12\n"
-"help.text"
-msgid "print url$"
-msgstr ""
+msgstr "მაგალითი:"
-#: 03120313.xhp
+#: 03102300.xhp
msgctxt ""
-"03120313.xhp\n"
-"par_id3154367\n"
+"03102300.xhp\n"
+"par_id3150869\n"
"13\n"
"help.text"
-msgid "systemFileAgain$ = ConvertFromURL( url$ )"
+msgid "Print IsDate(sDateVar) ' Returns True"
msgstr ""
-#: 03120313.xhp
+#: 03102300.xhp
msgctxt ""
-"03120313.xhp\n"
-"par_id3153194\n"
-"14\n"
+"03102300.xhp\n"
+"par_id3147288\n"
+"15\n"
"help.text"
-msgid "print systemFileAgain$"
+msgid "Print IsDate(sDateVar) ' Returns False"
msgstr ""
-#: 03020408.xhp
+#: 03102400.xhp
msgctxt ""
-"03020408.xhp\n"
+"03102400.xhp\n"
"tit\n"
"help.text"
-msgid "FileLen-Function [Runtime]"
+msgid "IsEmpty Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03020408.xhp
+#: 03102400.xhp
msgctxt ""
-"03020408.xhp\n"
-"bm_id3153126\n"
+"03102400.xhp\n"
+"bm_id3153394\n"
"help.text"
-msgid "<bookmark_value>FileLen function</bookmark_value>"
-msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>IsEmpty function</bookmark_value>"
+msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
-#: 03020408.xhp
-#, fuzzy
+#: 03102400.xhp
msgctxt ""
-"03020408.xhp\n"
-"hd_id3153126\n"
+"03102400.xhp\n"
+"hd_id3153394\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020408.xhp\" name=\"FileLen-Function [Runtime]\">FileLen Function [Runtime]</link>"
+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>"
-#: 03020408.xhp
+#: 03102400.xhp
msgctxt ""
-"03020408.xhp\n"
-"par_id3145068\n"
+"03102400.xhp\n"
+"par_id3163045\n"
"2\n"
"help.text"
-msgid "Returns the length of a file in bytes."
+msgid "Tests if a Variant variable contains the Empty value. The Empty value indicates that the variable is not initialized."
msgstr ""
-#: 03020408.xhp
+#: 03102400.xhp
msgctxt ""
-"03020408.xhp\n"
-"hd_id3159414\n"
+"03102400.xhp\n"
+"hd_id3159158\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020408.xhp
+#: 03102400.xhp
msgctxt ""
-"03020408.xhp\n"
-"par_id3149656\n"
+"03102400.xhp\n"
+"par_id3153126\n"
"4\n"
"help.text"
-msgid "FileLen (Text As String)"
-msgstr "Len (Text As String)"
+msgid "IsEmpty (Var)"
+msgstr ""
-#: 03020408.xhp
+#: 03102400.xhp
msgctxt ""
-"03020408.xhp\n"
-"hd_id3148798\n"
+"03102400.xhp\n"
+"hd_id3148685\n"
"5\n"
"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020408.xhp
+#: 03102400.xhp
msgctxt ""
-"03020408.xhp\n"
-"par_id3156282\n"
+"03102400.xhp\n"
+"par_id3156344\n"
"6\n"
"help.text"
-msgid "Long"
+msgid "Bool"
msgstr ""
-#: 03020408.xhp
+#: 03102400.xhp
msgctxt ""
-"03020408.xhp\n"
-"hd_id3150768\n"
+"03102400.xhp\n"
+"hd_id3148947\n"
"7\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03020408.xhp
+#: 03102400.xhp
msgctxt ""
-"03020408.xhp\n"
-"par_id3153193\n"
+"03102400.xhp\n"
+"par_id3154347\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 ""
+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-ს."
-#: 03020408.xhp
+#: 03102400.xhp
msgctxt ""
-"03020408.xhp\n"
-"par_id3150439\n"
+"03102400.xhp\n"
+"hd_id3154138\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 ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03020408.xhp
+#: 03102400.xhp
msgctxt ""
-"03020408.xhp\n"
-"hd_id3163710\n"
-"10\n"
+"03102400.xhp\n"
+"par_id3154863\n"
+"13\n"
"help.text"
-msgid "Example:"
+msgid "Print IsEmpty(sVar) ' Returns True"
msgstr ""
-#: 03020402.xhp
+#: 03102450.xhp
msgctxt ""
-"03020402.xhp\n"
+"03102450.xhp\n"
"tit\n"
"help.text"
-msgid "ChDrive Statement [Runtime]"
-msgstr ""
+msgid "IsError Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03020402.xhp
+#: 03102450.xhp
msgctxt ""
-"03020402.xhp\n"
-"bm_id3145068\n"
+"03102450.xhp\n"
+"bm_id4954680\n"
"help.text"
-msgid "<bookmark_value>ChDrive statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
+msgid "<bookmark_value>IsError function</bookmark_value>"
+msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
-#: 03020402.xhp
-#, fuzzy
+#: 03102450.xhp
msgctxt ""
-"03020402.xhp\n"
-"hd_id3145068\n"
-"1\n"
+"03102450.xhp\n"
+"par_idN1054E\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>"
+msgid "<link href=\"text/sbasic/shared/03102450.xhp\">IsError Function [Runtime]</link>"
+msgstr ""
-#: 03020402.xhp
+#: 03102450.xhp
msgctxt ""
-"03020402.xhp\n"
-"par_id3149656\n"
-"2\n"
+"03102450.xhp\n"
+"par_idN1055E\n"
"help.text"
-msgid "Changes the current drive."
-msgstr ""
+msgid "Tests if a variable contains an error value."
+msgstr "ამოწმებს ცვლადს შეცდომის შემცველობაზე."
-#: 03020402.xhp
+#: 03102450.xhp
msgctxt ""
-"03020402.xhp\n"
-"hd_id3154138\n"
-"3\n"
+"03102450.xhp\n"
+"par_idN10561\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020402.xhp
-msgctxt ""
-"03020402.xhp\n"
-"par_id3154685\n"
-"4\n"
-"help.text"
-msgid "ChDrive Text As String"
-msgstr "RTrim (Text As String)"
-
-#: 03020402.xhp
+#: 03102450.xhp
msgctxt ""
-"03020402.xhp\n"
-"hd_id3156423\n"
-"5\n"
+"03102450.xhp\n"
+"par_idN10565\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "IsError (Var)"
+msgstr "IsError (Var)"
-#: 03020402.xhp
+#: 03102450.xhp
msgctxt ""
-"03020402.xhp\n"
-"par_id3145172\n"
-"6\n"
+"03102450.xhp\n"
+"par_idN10568\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 ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020402.xhp
+#: 03102450.xhp
msgctxt ""
-"03020402.xhp\n"
-"par_id3145785\n"
-"7\n"
+"03102450.xhp\n"
+"par_idN1056C\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."
+msgid "Bool"
msgstr ""
-#: 03020402.xhp
+#: 03102450.xhp
msgctxt ""
-"03020402.xhp\n"
-"hd_id3153188\n"
-"8\n"
+"03102450.xhp\n"
+"par_idN1056F\n"
"help.text"
-msgid "Example:"
+msgid "Parameters:"
msgstr ""
-#: 03020402.xhp
+#: 03102450.xhp
msgctxt ""
-"03020402.xhp\n"
-"par_id3152576\n"
-"10\n"
+"03102450.xhp\n"
+"par_idN10573\n"
"help.text"
-msgid "ChDrive \"D\" ' Only possible if a drive 'D' exists."
-msgstr ""
+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-ს."
-#: 03020410.xhp
+#: 03102600.xhp
msgctxt ""
-"03020410.xhp\n"
+"03102600.xhp\n"
"tit\n"
"help.text"
-msgid "Kill Statement [Runtime]"
-msgstr ""
+msgid "IsNull Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03020410.xhp
+#: 03102600.xhp
msgctxt ""
-"03020410.xhp\n"
-"bm_id3153360\n"
+"03102600.xhp\n"
+"bm_id3155555\n"
"help.text"
-msgid "<bookmark_value>Kill statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+msgid "<bookmark_value>IsNull function</bookmark_value><bookmark_value>Null value</bookmark_value>"
+msgstr "<bookmark_value>Mid ფუნქცია</bookmark_value><bookmark_value>Mid დებულება</bookmark_value>"
-#: 03020410.xhp
-#, fuzzy
+#: 03102600.xhp
msgctxt ""
-"03020410.xhp\n"
-"hd_id3153360\n"
+"03102600.xhp\n"
+"hd_id3155555\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>"
+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>"
-#: 03020410.xhp
+#: 03102600.xhp
msgctxt ""
-"03020410.xhp\n"
-"par_id3151211\n"
+"03102600.xhp\n"
+"par_id3146957\n"
"2\n"
"help.text"
-msgid "Deletes a file from a disk."
+msgid "Tests if a Variant contains the special Null value, indicating that the variable does not contain data."
msgstr ""
-#: 03020410.xhp
+#: 03102600.xhp
msgctxt ""
-"03020410.xhp\n"
-"hd_id3150767\n"
+"03102600.xhp\n"
+"hd_id3150670\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020410.xhp
+#: 03102600.xhp
msgctxt ""
-"03020410.xhp\n"
-"par_id3154685\n"
+"03102600.xhp\n"
+"par_id3150984\n"
"4\n"
"help.text"
-msgid "Kill File As String"
-msgstr "DIM sFile სტრიქონი როგორც"
+msgid "IsNull (Var)"
+msgstr ""
-#: 03020410.xhp
+#: 03102600.xhp
msgctxt ""
-"03020410.xhp\n"
-"hd_id3153194\n"
+"03102600.xhp\n"
+"hd_id3149514\n"
"5\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020410.xhp
+#: 03102600.xhp
msgctxt ""
-"03020410.xhp\n"
-"par_id3150440\n"
+"03102600.xhp\n"
+"par_id3145609\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>."
+msgid "Bool"
msgstr ""
-#: 03020410.xhp
+#: 03102600.xhp
msgctxt ""
-"03020410.xhp\n"
-"hd_id3148645\n"
+"03102600.xhp\n"
+"hd_id3149669\n"
"7\n"
"help.text"
-msgid "Example:"
+msgid "Parameters:"
msgstr ""
-#: 03020410.xhp
+#: 03102600.xhp
msgctxt ""
-"03020410.xhp\n"
-"par_id3163710\n"
-"9\n"
+"03102600.xhp\n"
+"par_id3159414\n"
+"8\n"
"help.text"
-msgid "Kill \"C:\\datafile.dat\" ' File must be created in advance"
+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 ""
-#: 03020407.xhp
+#: 03102600.xhp
msgctxt ""
-"03020407.xhp\n"
+"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 ""
+
+#: 03102600.xhp
+msgctxt ""
+"03102600.xhp\n"
+"hd_id3153381\n"
+"9\n"
+"help.text"
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
"tit\n"
"help.text"
-msgid "FileDateTime Function [Runtime]"
+msgid "IsNumeric Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03020407.xhp
+#: 03102700.xhp
msgctxt ""
-"03020407.xhp\n"
-"bm_id3153361\n"
+"03102700.xhp\n"
+"bm_id3145136\n"
"help.text"
-msgid "<bookmark_value>FileDateTime function</bookmark_value>"
-msgstr "<bookmark_value>DateDiff ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>IsNumeric function</bookmark_value>"
+msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
-#: 03020407.xhp
-#, fuzzy
+#: 03102700.xhp
msgctxt ""
-"03020407.xhp\n"
-"hd_id3153361\n"
+"03102700.xhp\n"
+"hd_id3145136\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020407.xhp\" name=\"FileDateTime Function [Runtime]\">FileDateTime Function [Runtime]</link>"
+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>"
-#: 03020407.xhp
+#: 03102700.xhp
msgctxt ""
-"03020407.xhp\n"
-"par_id3156423\n"
+"03102700.xhp\n"
+"par_id3149177\n"
"2\n"
"help.text"
-msgid "Returns a string that contains the date and the time that a file was created or last modified."
+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 ""
-#: 03020407.xhp
+#: 03102700.xhp
msgctxt ""
-"03020407.xhp\n"
-"hd_id3154685\n"
+"03102700.xhp\n"
+"hd_id3149415\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020407.xhp
+#: 03102700.xhp
msgctxt ""
-"03020407.xhp\n"
-"par_id3154124\n"
+"03102700.xhp\n"
+"par_id3150771\n"
"4\n"
"help.text"
-msgid "FileDateTime (Text As String)"
-msgstr "Len (Text As String)"
+msgid "IsNumeric (Var)"
+msgstr ""
-#: 03020407.xhp
+#: 03102700.xhp
msgctxt ""
-"03020407.xhp\n"
-"hd_id3150448\n"
+"03102700.xhp\n"
+"hd_id3148685\n"
"5\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020407.xhp
+#: 03102700.xhp
msgctxt ""
-"03020407.xhp\n"
-"par_id3159153\n"
+"03102700.xhp\n"
+"par_id3148944\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>."
+msgid "Bool"
msgstr ""
-#: 03020407.xhp
+#: 03102700.xhp
msgctxt ""
-"03020407.xhp\n"
-"par_id3155306\n"
+"03102700.xhp\n"
+"hd_id3148947\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\"."
+msgid "Parameters:"
msgstr ""
-#: 03020407.xhp
+#: 03102700.xhp
msgctxt ""
-"03020407.xhp\n"
-"hd_id3146119\n"
+"03102700.xhp\n"
+"par_id3154760\n"
"8\n"
"help.text"
+msgid "<emph>Var:</emph> Any expression that you want to test."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
+
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"hd_id3149656\n"
+"9\n"
+"help.text"
msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03102700.xhp
+msgctxt ""
+"03102700.xhp\n"
+"par_id3147230\n"
+"13\n"
+"help.text"
+msgid "Print IsNumeric(vVar) ' Returns False"
msgstr ""
-#: 03103300.xhp
+#: 03102700.xhp
msgctxt ""
-"03103300.xhp\n"
-"tit\n"
+"03102700.xhp\n"
+"par_id3154910\n"
+"15\n"
"help.text"
-msgid "Option Explicit Statement [Runtime]"
+msgid "Print IsNumeric(vVar) ' Returns True"
msgstr ""
-#: 03103300.xhp
+#: 03102800.xhp
msgctxt ""
-"03103300.xhp\n"
-"bm_id3145090\n"
+"03102800.xhp\n"
+"tit\n"
"help.text"
-msgid "<bookmark_value>Option Explicit statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
+msgid "IsObject Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03103300.xhp
-#, fuzzy
+#: 03102800.xhp
msgctxt ""
-"03103300.xhp\n"
-"hd_id3145090\n"
+"03102800.xhp\n"
+"bm_id3149346\n"
+"help.text"
+msgid "<bookmark_value>IsObject function</bookmark_value>"
+msgstr "<bookmark_value>CreateObject ფუნქცია</bookmark_value>"
+
+#: 03102800.xhp
+msgctxt ""
+"03102800.xhp\n"
+"hd_id3149346\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>"
+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>"
-#: 03103300.xhp
+#: 03102800.xhp
msgctxt ""
-"03103300.xhp\n"
+"03102800.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."
+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 ""
-#: 03103300.xhp
+#: 03102800.xhp
msgctxt ""
-"03103300.xhp\n"
-"hd_id3149763\n"
+"03102800.xhp\n"
+"hd_id3149234\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03103300.xhp
+#: 03102800.xhp
msgctxt ""
-"03103300.xhp\n"
-"par_id3149514\n"
+"03102800.xhp\n"
+"par_id3154285\n"
"4\n"
"help.text"
-msgid "Option Explicit"
+msgid "IsObject (ObjectVar)"
msgstr ""
-#: 03103300.xhp
+#: 03102800.xhp
msgctxt ""
-"03103300.xhp\n"
-"hd_id3145315\n"
+"03102800.xhp\n"
+"hd_id3148685\n"
"5\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03103300.xhp
+#: 03102800.xhp
msgctxt ""
-"03103300.xhp\n"
-"par_id3145172\n"
+"03102800.xhp\n"
+"par_id3156024\n"
"6\n"
"help.text"
-msgid "This statement must be added before the executable program code in a module."
+msgid "Bool"
msgstr ""
-#: 03103300.xhp
+#: 03102800.xhp
msgctxt ""
-"03103300.xhp\n"
-"hd_id3125864\n"
+"03102800.xhp\n"
+"hd_id3148947\n"
"7\n"
"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 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 ""
-
-#: 03020100.xhp
-msgctxt ""
-"03020100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Opening and Closing Files"
+msgid "Parameters:"
msgstr ""
-#: 03020100.xhp
+#: 03102800.xhp
msgctxt ""
-"03020100.xhp\n"
-"hd_id3152924\n"
-"1\n"
+"03102800.xhp\n"
+"par_id3148552\n"
+"8\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020100.xhp\" name=\"Opening and Closing Files\">Opening and Closing Files</link>"
+msgid "<emph>ObjectVar:</emph> Any variable that you want to test. If the Object variable contains an OLE object, the function returns True."
msgstr ""
-#: 03120307.xhp
+#: 03102900.xhp
msgctxt ""
-"03120307.xhp\n"
+"03102900.xhp\n"
"tit\n"
"help.text"
-msgid "Right Function [Runtime]"
+msgid "LBound Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03120307.xhp
+#: 03102900.xhp
msgctxt ""
-"03120307.xhp\n"
-"bm_id3153311\n"
+"03102900.xhp\n"
+"bm_id3156027\n"
"help.text"
-msgid "<bookmark_value>Right function</bookmark_value>"
-msgstr "<bookmark_value>მარჯვენა ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>LBound function</bookmark_value>"
+msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
-#: 03120307.xhp
-#, fuzzy
+#: 03102900.xhp
msgctxt ""
-"03120307.xhp\n"
-"hd_id3153311\n"
+"03102900.xhp\n"
+"hd_id3156027\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120307.xhp\" name=\"Right Function [Runtime]\">Right Function [Runtime]</link>"
+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>"
-#: 03120307.xhp
+#: 03102900.xhp
msgctxt ""
-"03120307.xhp\n"
-"par_id3150984\n"
+"03102900.xhp\n"
+"par_id3147226\n"
"2\n"
"help.text"
-msgid "Returns the rightmost \"n\" characters of a string expression."
-msgstr "აბრუნებს სტინგ გამოსახულების \"n\" მარჯვენა უკიდურეს ასო-ნიშნებს."
+msgid "Returns the lower boundary of an array."
+msgstr ""
-#: 03120307.xhp
+#: 03102900.xhp
msgctxt ""
-"03120307.xhp\n"
-"par_id3149763\n"
+"03102900.xhp\n"
+"hd_id3148538\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>."
+msgid "Syntax:"
+msgstr ""
-#: 03120307.xhp
+#: 03102900.xhp
msgctxt ""
-"03120307.xhp\n"
-"hd_id3145315\n"
+"03102900.xhp\n"
+"par_id3150503\n"
"4\n"
"help.text"
-msgid "Syntax:"
+msgid "LBound (ArrayName [, Dimension])"
msgstr ""
-#: 03120307.xhp
+#: 03102900.xhp
msgctxt ""
-"03120307.xhp\n"
-"par_id3153061\n"
+"03102900.xhp\n"
+"hd_id3150984\n"
"5\n"
"help.text"
-msgid "Right (Text As String, n As Long)"
-msgstr "მარჯვენა (Text As String, n As Long)"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120307.xhp
+#: 03102900.xhp
msgctxt ""
-"03120307.xhp\n"
-"hd_id3145068\n"
+"03102900.xhp\n"
+"par_id3153126\n"
"6\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Integer"
+msgstr ""
-#: 03120307.xhp
+#: 03102900.xhp
msgctxt ""
-"03120307.xhp\n"
-"par_id3156344\n"
+"03102900.xhp\n"
+"hd_id3144500\n"
"7\n"
"help.text"
-msgid "String"
-msgstr "სტრიქონები"
+msgid "Parameters:"
+msgstr ""
-#: 03120307.xhp
+#: 03102900.xhp
msgctxt ""
-"03120307.xhp\n"
-"hd_id3146795\n"
+"03102900.xhp\n"
+"par_id3145069\n"
"8\n"
"help.text"
-msgid "Parameters:"
+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 ""
-#: 03120307.xhp
+#: 03102900.xhp
msgctxt ""
-"03120307.xhp\n"
-"par_id3153526\n"
+"03102900.xhp\n"
+"par_id3149457\n"
"9\n"
"help.text"
-msgid "<emph>Text:</emph> Any string expression that you want to return the rightmost characters of."
-msgstr "<emph>ტექსტი:</emph> ნებისმიერი სტრინგული გამოსახულება, რომლიც ყველაზე მარჯვენა ასო-ნიშნების დაბრუნებაც გსურთ."
+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 ""
-#: 03120307.xhp
+#: 03102900.xhp
msgctxt ""
-"03120307.xhp\n"
-"par_id3151211\n"
+"03102900.xhp\n"
+"hd_id3145171\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."
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03120307.xhp
+#: 03102900.xhp
msgctxt ""
-"03120307.xhp\n"
-"par_id3158410\n"
-"11\n"
+"03102900.xhp\n"
+"par_id3145365\n"
+"18\n"
"help.text"
-msgid "The following example converts a date in YYYY-MM-DD format to the US date format (MM/DD/YYYY)."
-msgstr "შემდეგ მაგალითს გადაყავს წწწწ-თთ-დდ ფორმატი ამერიკულ თარიღის ფორმატში (თთ/დდ/წწწწ)."
+msgid "Print LBound(sVar()) ' Returns 10"
+msgstr ""
-#: 03120307.xhp
+#: 03102900.xhp
msgctxt ""
-"03120307.xhp\n"
-"hd_id3156212\n"
-"12\n"
+"03102900.xhp\n"
+"par_id3150486\n"
+"19\n"
"help.text"
-msgid "Example:"
+msgid "Print UBound(sVar()) ' Returns 20"
msgstr ""
-#: 03120307.xhp
+#: 03102900.xhp
msgctxt ""
-"03120307.xhp\n"
-"par_id3159252\n"
-"16\n"
+"03102900.xhp\n"
+"par_id3149665\n"
+"20\n"
"help.text"
-msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
+msgid "Print LBound(sVar(),2) ' Returns 5"
msgstr ""
-#: 03120200.xhp
+#: 03102900.xhp
msgctxt ""
-"03120200.xhp\n"
+"03102900.xhp\n"
+"par_id3159154\n"
+"21\n"
+"help.text"
+msgid "Print UBound(sVar(),2) ' Returns 70"
+msgstr ""
+
+#: 03103000.xhp
+msgctxt ""
+"03103000.xhp\n"
"tit\n"
"help.text"
-msgid "Repeating Contents"
-msgstr "შიგთავსის გფამეორება"
+msgid "UBound Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03120200.xhp
-#, fuzzy
+#: 03103000.xhp
msgctxt ""
-"03120200.xhp\n"
-"hd_id3152363\n"
+"03103000.xhp\n"
+"bm_id3148538\n"
+"help.text"
+msgid "<bookmark_value>UBound function</bookmark_value>"
+msgstr "<bookmark_value>Join ფუნქცია</bookmark_value>"
+
+#: 03103000.xhp
+msgctxt ""
+"03103000.xhp\n"
+"hd_id3148538\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>"
+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>"
-#: 03120200.xhp
+#: 03103000.xhp
msgctxt ""
-"03120200.xhp\n"
-"par_id3150178\n"
+"03103000.xhp\n"
+"par_id3147573\n"
"2\n"
"help.text"
-msgid "The following functions repeat the contents of strings."
-msgstr "აღნიშნული ფუნქციები მეორდება სტრიქონების შეგთავსში."
+msgid "Returns the upper boundary of an array."
+msgstr ""
-#: 03070400.xhp
+#: 03103000.xhp
msgctxt ""
-"03070400.xhp\n"
-"tit\n"
+"03103000.xhp\n"
+"hd_id3150984\n"
+"3\n"
"help.text"
-msgid "\"/\" Operator [Runtime]"
+msgid "Syntax:"
msgstr ""
-#: 03070400.xhp
+#: 03103000.xhp
msgctxt ""
-"03070400.xhp\n"
-"bm_id3150669\n"
+"03103000.xhp\n"
+"par_id3149415\n"
+"4\n"
"help.text"
-msgid "<bookmark_value>\"/\" operator (mathematical)</bookmark_value>"
+msgid "UBound (ArrayName [, Dimension])"
msgstr ""
-#: 03070400.xhp
+#: 03103000.xhp
msgctxt ""
-"03070400.xhp\n"
-"hd_id3150669\n"
-"1\n"
+"03103000.xhp\n"
+"hd_id3153897\n"
+"5\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03070400.xhp\">\"/\" Operator [Runtime]</link>"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03070400.xhp
+#: 03103000.xhp
msgctxt ""
-"03070400.xhp\n"
+"03103000.xhp\n"
"par_id3149670\n"
-"2\n"
+"6\n"
"help.text"
-msgid "Divides two values."
+msgid "Integer"
msgstr ""
-#: 03070400.xhp
+#: 03103000.xhp
msgctxt ""
-"03070400.xhp\n"
-"hd_id3148946\n"
-"3\n"
+"03103000.xhp\n"
+"hd_id3154347\n"
+"7\n"
"help.text"
-msgid "Syntax:"
+msgid "Parameters:"
msgstr ""
-#: 03070400.xhp
+#: 03103000.xhp
msgctxt ""
-"03070400.xhp\n"
-"par_id3153360\n"
-"4\n"
+"03103000.xhp\n"
+"par_id3153381\n"
+"8\n"
"help.text"
-msgid "Result = Expression1 / Expression2"
+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 ""
-#: 03070400.xhp
+#: 03103000.xhp
msgctxt ""
-"03070400.xhp\n"
-"hd_id3150359\n"
-"5\n"
+"03103000.xhp\n"
+"par_id3148797\n"
+"9\n"
"help.text"
-msgid "Parameters:"
+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 ""
-#: 03070400.xhp
+#: 03103000.xhp
msgctxt ""
-"03070400.xhp\n"
-"par_id3154141\n"
-"6\n"
+"03103000.xhp\n"
+"hd_id3153192\n"
+"10\n"
"help.text"
-msgid "<emph>Result:</emph> Any numerical value that contains the result of the division."
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03103000.xhp
+msgctxt ""
+"03103000.xhp\n"
+"par_id3152596\n"
+"18\n"
+"help.text"
+msgid "Print LBound(sVar()) ' Returns 10"
msgstr ""
-#: 03070400.xhp
+#: 03103000.xhp
msgctxt ""
-"03070400.xhp\n"
-"par_id3150448\n"
-"7\n"
+"03103000.xhp\n"
+"par_id3153138\n"
+"19\n"
"help.text"
-msgid "<emph>Expression1, Expression2:</emph> Any numerical expressions that you want to divide."
-msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
+msgid "Print UBound(sVar()) ' Returns 20"
+msgstr ""
-#: 03070400.xhp
+#: 03103000.xhp
msgctxt ""
-"03070400.xhp\n"
-"hd_id3154684\n"
-"8\n"
+"03103000.xhp\n"
+"par_id3149665\n"
+"20\n"
"help.text"
-msgid "Example:"
+msgid "Print LBound(sVar(),2) ' Returns 5"
msgstr ""
-#: 03050100.xhp
+#: 03103000.xhp
msgctxt ""
-"03050100.xhp\n"
+"03103000.xhp\n"
+"par_id3147214\n"
+"21\n"
+"help.text"
+msgid "Print UBound(sVar(),2) ' Returns 70"
+msgstr ""
+
+#: 03103100.xhp
+msgctxt ""
+"03103100.xhp\n"
"tit\n"
"help.text"
-msgid "Erl Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Let Statement [Runtime]"
+msgstr ""
-#: 03050100.xhp
+#: 03103100.xhp
msgctxt ""
-"03050100.xhp\n"
-"bm_id3157896\n"
+"03103100.xhp\n"
+"bm_id3147242\n"
"help.text"
-msgid "<bookmark_value>Erl function</bookmark_value>"
-msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Let statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03050100.xhp
-#, fuzzy
+#: 03103100.xhp
msgctxt ""
-"03050100.xhp\n"
-"hd_id3157896\n"
+"03103100.xhp\n"
+"hd_id3147242\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>"
+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>"
-#: 03050100.xhp
+#: 03103100.xhp
msgctxt ""
-"03050100.xhp\n"
-"par_id3153394\n"
+"03103100.xhp\n"
+"par_id3149233\n"
"2\n"
"help.text"
-msgid "Returns the line number where an error occurred during program execution."
+msgid "Assigns a value to a variable."
msgstr ""
-#: 03050100.xhp
+#: 03103100.xhp
msgctxt ""
-"03050100.xhp\n"
-"hd_id3147574\n"
+"03103100.xhp\n"
+"hd_id3153127\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03050100.xhp
+#: 03103100.xhp
msgctxt ""
-"03050100.xhp\n"
-"par_id3146795\n"
+"03103100.xhp\n"
+"par_id3154285\n"
"4\n"
"help.text"
-msgid "Erl"
+msgid "[Let] VarName=Expression"
msgstr ""
-#: 03050100.xhp
+#: 03103100.xhp
msgctxt ""
-"03050100.xhp\n"
-"hd_id3147265\n"
+"03103100.xhp\n"
+"hd_id3148944\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Parameters:"
+msgstr ""
-#: 03050100.xhp
+#: 03103100.xhp
msgctxt ""
-"03050100.xhp\n"
-"par_id3154924\n"
+"03103100.xhp\n"
+"par_id3147560\n"
"6\n"
"help.text"
-msgid "Integer"
+msgid "<emph>VarName:</emph> Variable that you want to assign a value to. Value and variable type must be compatible."
msgstr ""
-#: 03050100.xhp
+#: 03103100.xhp
msgctxt ""
-"03050100.xhp\n"
-"hd_id3150792\n"
+"03103100.xhp\n"
+"par_id3148451\n"
"7\n"
"help.text"
-msgid "Parameters:"
+msgid "As in most BASIC dialects, the keyword <emph>Let</emph> is optional."
msgstr ""
-#: 03050100.xhp
+#: 03103100.xhp
msgctxt ""
-"03050100.xhp\n"
-"par_id3153771\n"
+"03103100.xhp\n"
+"hd_id3145785\n"
"8\n"
"help.text"
-msgid "The Erl function only returns a line number, and not a line label."
-msgstr ""
-
-#: 03050100.xhp
-msgctxt ""
-"03050100.xhp\n"
-"hd_id3146921\n"
-"9\n"
-"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
-#: 03050100.xhp
-msgctxt ""
-"03050100.xhp\n"
-"par_id3150010\n"
-"11\n"
-"help.text"
-msgid "On Error GoTo ErrorHandler ' Set up error handler"
-msgstr ""
-
-#: 03050100.xhp
+#: 03103100.xhp
msgctxt ""
-"03050100.xhp\n"
-"par_id3153188\n"
-"14\n"
+"03103100.xhp\n"
+"par_id3152939\n"
+"12\n"
"help.text"
-msgid "' Error caused by non-existent file"
-msgstr ""
+msgid "MsgBox Len(sText) ' returns 9"
+msgstr "MsgBox Len(sText) REM Returns 9"
-#: 03050100.xhp
+#: 03103200.xhp
msgctxt ""
-"03050100.xhp\n"
-"par_id3155416\n"
-"21\n"
+"03103200.xhp\n"
+"tit\n"
"help.text"
-msgid "MsgBox \"Error \" & err & \": \" & Error$ + chr(13) + \"In Line : \" + Erl + chr(13) + Now , 16 ,\"An error occurred\""
+msgid "Option Base Statement [Runtime]"
msgstr ""
-#: 03104700.xhp
+#: 03103200.xhp
msgctxt ""
-"03104700.xhp\n"
-"tit\n"
+"03103200.xhp\n"
+"bm_id3155805\n"
"help.text"
-msgid "Erase Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "<bookmark_value>Option Base statement</bookmark_value>"
+msgstr "<bookmark_value>Beep მტკიცებულება</bookmark_value>"
-#: 03104700.xhp
+#: 03103200.xhp
msgctxt ""
-"03104700.xhp\n"
-"bm_id624713\n"
+"03103200.xhp\n"
+"hd_id3155805\n"
+"1\n"
"help.text"
-msgid "<bookmark_value>Erase function</bookmark_value>"
-msgstr "<bookmark_value>Erase ფუნქცია</bookmark_value>"
+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>"
-#: 03104700.xhp
+#: 03103200.xhp
msgctxt ""
-"03104700.xhp\n"
-"par_idN10548\n"
+"03103200.xhp\n"
+"par_id3147242\n"
+"2\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03104700.xhp\">Erase Function [Runtime]</link>"
+msgid "Defines the default lower boundary for arrays as 0 or 1."
msgstr ""
-#: 03104700.xhp
+#: 03103200.xhp
msgctxt ""
-"03104700.xhp\n"
-"par_idN10558\n"
+"03103200.xhp\n"
+"hd_id3150771\n"
+"3\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 "შლის ფიქსირებული ზომის მასივების ელემენტების შემცველობას და ათავისუბლებს ცვლადის ზომის მასივების მიერ დაკავებულ მეხსიერებას."
+msgid "Syntax:"
+msgstr ""
-#: 03104700.xhp
+#: 03103200.xhp
msgctxt ""
-"03104700.xhp\n"
-"par_idN1055D\n"
+"03103200.xhp\n"
+"par_id3147573\n"
+"4\n"
"help.text"
-msgid "Syntax:"
+msgid "Option Base { 0 | 1}"
msgstr ""
-#: 03104700.xhp
+#: 03103200.xhp
msgctxt ""
-"03104700.xhp\n"
-"par_idN105E6\n"
+"03103200.xhp\n"
+"hd_id3145315\n"
+"5\n"
"help.text"
-msgid "Erase Arraylist"
-msgstr "წაშალე Arraylist"
+msgid "Parameters:"
+msgstr ""
-#: 03104700.xhp
+#: 03103200.xhp
msgctxt ""
-"03104700.xhp\n"
-"par_idN105E9\n"
+"03103200.xhp\n"
+"par_id3147229\n"
+"6\n"
"help.text"
-msgid "Parameters:"
+msgid "This statement must be added before the executable program code in a module."
msgstr ""
-#: 03104700.xhp
+#: 03103200.xhp
msgctxt ""
-"03104700.xhp\n"
-"par_idN105ED\n"
+"03103200.xhp\n"
+"hd_id3150870\n"
+"7\n"
"help.text"
-msgid "<emph>Arraylist</emph> - The list of arrays to be erased."
-msgstr "<emph>Arraylist</emph> - წასაშლელი მასივების სია."
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03080201.xhp
+#: 03103300.xhp
msgctxt ""
-"03080201.xhp\n"
+"03103300.xhp\n"
"tit\n"
"help.text"
-msgid "Exp Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Option Explicit Statement [Runtime]"
+msgstr ""
-#: 03080201.xhp
+#: 03103300.xhp
msgctxt ""
-"03080201.xhp\n"
-"bm_id3150616\n"
+"03103300.xhp\n"
+"bm_id3145090\n"
"help.text"
-msgid "<bookmark_value>Exp function</bookmark_value>"
-msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Option Explicit statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03080201.xhp
-#, fuzzy
+#: 03103300.xhp
msgctxt ""
-"03080201.xhp\n"
-"hd_id3150616\n"
+"03103300.xhp\n"
+"hd_id3145090\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>"
+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>"
-#: 03080201.xhp
+#: 03103300.xhp
msgctxt ""
-"03080201.xhp\n"
-"par_id3155555\n"
+"03103300.xhp\n"
+"par_id3148538\n"
"2\n"
"help.text"
-msgid "Returns the base of the natural logarithm (e = 2.718282) raised to a power."
+msgid "Specifies that every variable in the program code must be explicitly declared with the Dim statement."
msgstr ""
-#: 03080201.xhp
+#: 03103300.xhp
msgctxt ""
-"03080201.xhp\n"
-"hd_id3150984\n"
+"03103300.xhp\n"
+"hd_id3149763\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03080201.xhp
+#: 03103300.xhp
msgctxt ""
-"03080201.xhp\n"
-"par_id3145315\n"
+"03103300.xhp\n"
+"par_id3149514\n"
"4\n"
"help.text"
-msgid "Exp (Number)"
+msgid "Option Explicit"
msgstr ""
-#: 03080201.xhp
+#: 03103300.xhp
msgctxt ""
-"03080201.xhp\n"
-"hd_id3154347\n"
+"03103300.xhp\n"
+"hd_id3145315\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Parameters:"
+msgstr ""
-#: 03080201.xhp
+#: 03103300.xhp
msgctxt ""
-"03080201.xhp\n"
-"par_id3149670\n"
+"03103300.xhp\n"
+"par_id3145172\n"
"6\n"
"help.text"
-msgid "Double"
+msgid "This statement must be added before the executable program code in a module."
msgstr ""
-#: 03080201.xhp
+#: 03103300.xhp
msgctxt ""
-"03080201.xhp\n"
-"hd_id3154760\n"
+"03103300.xhp\n"
+"hd_id3125864\n"
"7\n"
"help.text"
-msgid "Parameters:"
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 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 ""
-#: 03080201.xhp
+#: 03103400.xhp
msgctxt ""
-"03080201.xhp\n"
-"par_id3150793\n"
-"8\n"
+"03103400.xhp\n"
+"tit\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."
+msgid "Public Statement [Runtime]"
msgstr ""
-#: 03080201.xhp
+#: 03103400.xhp
msgctxt ""
-"03080201.xhp\n"
-"hd_id3156280\n"
-"9\n"
+"03103400.xhp\n"
+"bm_id3153311\n"
"help.text"
-msgid "Example:"
+msgid "<bookmark_value>Public statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
+
+#: 03103400.xhp
+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>"
+
+#: 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 ""
-#: 03080201.xhp
+#: 03103400.xhp
msgctxt ""
-"03080201.xhp\n"
-"par_id3159254\n"
-"13\n"
+"03103400.xhp\n"
+"hd_id3150772\n"
+"3\n"
"help.text"
-msgid "Const b2=1.345e34"
+msgid "Syntax:"
msgstr ""
-#: 03080201.xhp
+#: 03103400.xhp
msgctxt ""
-"03080201.xhp\n"
-"par_id3161832\n"
-"15\n"
+"03103400.xhp\n"
+"par_id3155341\n"
+"4\n"
"help.text"
-msgid "MsgBox \"\" & dValue & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm\""
+msgid "Public VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]"
msgstr ""
-#: 05060700.xhp
+#: 03103400.xhp
msgctxt ""
-"05060700.xhp\n"
+"03103400.xhp\n"
+"hd_id3145315\n"
+"5\n"
+"help.text"
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03103450.xhp
+msgctxt ""
+"03103450.xhp\n"
"tit\n"
"help.text"
-msgid "Macro"
-msgstr "მაკრო"
+msgid "Global Statement [Runtime]"
+msgstr ""
-#: 05060700.xhp
+#: 03103450.xhp
msgctxt ""
-"05060700.xhp\n"
-"bm_id3153894\n"
+"03103450.xhp\n"
+"bm_id3159201\n"
"help.text"
-msgid "<bookmark_value>events;linked to objects</bookmark_value>"
-msgstr "<bookmark_value>მოვლენები;დაკავშირებული ობიექტებთან</bookmark_value>"
+msgid "<bookmark_value>Global statement</bookmark_value>"
+msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 05060700.xhp
+#: 03103450.xhp
msgctxt ""
-"05060700.xhp\n"
-"hd_id3153894\n"
+"03103450.xhp\n"
+"hd_id3159201\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>"
+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>"
-#: 05060700.xhp
+#: 03103450.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3153748\n"
+"03103450.xhp\n"
+"par_id3149177\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."
+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 ""
-#: 05060700.xhp
+#: 03103450.xhp
msgctxt ""
-"05060700.xhp\n"
-"hd_id3150503\n"
+"03103450.xhp\n"
+"hd_id3143270\n"
"3\n"
"help.text"
-msgid "Event"
+msgid "Syntax:"
msgstr ""
-#: 05060700.xhp
+#: 03103450.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3149763\n"
+"03103450.xhp\n"
+"par_id3150771\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>"
+msgid "Global VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As VarType][,...]]"
+msgstr ""
-#: 05060700.xhp
+#: 03103450.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3150670\n"
-"23\n"
+"03103450.xhp\n"
+"hd_id3156152\n"
+"5\n"
"help.text"
-msgid "The following table describes the macros and the events that can by linked to objects in your document:"
-msgstr "შემდეგი ცხრილი აღწერს მაკროებს და მოვლენებს რომლებიც თქვენს დოკუმენტში შეიძლება დუკავშირდნენ ობიექტებს:"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 05060700.xhp
+#: 03103500.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3153360\n"
-"24\n"
+"03103500.xhp\n"
+"tit\n"
"help.text"
-msgid "Event"
+msgid "Static Statement [Runtime]"
msgstr ""
-#: 05060700.xhp
+#: 03103500.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3154365\n"
-"25\n"
+"03103500.xhp\n"
+"bm_id3149798\n"
"help.text"
-msgid "Event trigger"
-msgstr "მოვლენის ტრიგერი"
+msgid "<bookmark_value>Static statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 05060700.xhp
+#: 03103500.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3159149\n"
-"26\n"
+"03103500.xhp\n"
+"hd_id3149798\n"
+"1\n"
"help.text"
-msgid "OLE object"
-msgstr "OLE ობიექტი"
+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>"
-#: 05060700.xhp
+#: 03103500.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3148451\n"
-"27\n"
+"03103500.xhp\n"
+"par_id3153311\n"
+"2\n"
"help.text"
-msgid "Graphics"
+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 ""
-#: 05060700.xhp
+#: 03103500.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3125863\n"
-"28\n"
+"03103500.xhp\n"
+"par_id3147264\n"
+"3\n"
"help.text"
-msgid "Frame"
-msgstr "ჩარჩო"
+msgid "The <emph>Static statement</emph> cannot be used to define variable arrays. Arrays must be specified according to a fixed size."
+msgstr ""
-#: 05060700.xhp
+#: 03103500.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3154216\n"
-"29\n"
+"03103500.xhp\n"
+"hd_id3149657\n"
+"4\n"
"help.text"
-msgid "AutoText"
-msgstr "AutoText"
+msgid "Syntax:"
+msgstr ""
-#: 05060700.xhp
+#: 03103500.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3145785\n"
-"30\n"
+"03103500.xhp\n"
+"par_id3150400\n"
+"5\n"
"help.text"
-msgid "ImageMap area"
-msgstr "ImageMap არე"
+msgid "Static VarName[(start To end)] [As VarType], VarName2[(start To end)] [As VarType], ..."
+msgstr ""
-#: 05060700.xhp
+#: 03103500.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3153138\n"
-"31\n"
+"03103500.xhp\n"
+"hd_id3148452\n"
+"6\n"
"help.text"
-msgid "Hyperlink"
-msgstr "ჰიპერ ბმული"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 05060700.xhp
+#: 03103500.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3155306\n"
-"32\n"
+"03103500.xhp\n"
+"par_id3150870\n"
+"11\n"
"help.text"
-msgid "Click object"
-msgstr "დაწკაპუნების ობიექტი"
+msgid "MsgBox iResult,0,\"The answer is\""
+msgstr ""
-#: 05060700.xhp
+#: 03103500.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3152460\n"
-"33\n"
+"03103500.xhp\n"
+"par_id3151115\n"
+"15\n"
"help.text"
-msgid "Object is selected."
-msgstr "ობიექტი არჩეულია."
+msgid "' Function for initialization of the static variable"
+msgstr ""
-#: 05060700.xhp
+#: 03103500.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3147348\n"
-"34\n"
+"03103500.xhp\n"
+"par_id1057161\n"
"help.text"
-msgid "x"
+msgid "Const iMinimum As Integer = 40 ' minimum return value of this function"
msgstr ""
-#: 05060700.xhp
+#: 03103500.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3147426\n"
-"35\n"
+"03103500.xhp\n"
+"par_id580462\n"
"help.text"
-msgid "x"
+msgid "If iInit = 0 Then ' check if initialized"
msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3153951\n"
-"36\n"
+"03103600.xhp\n"
+"tit\n"
"help.text"
-msgid "x"
+msgid "TypeName Function; VarType Function[Runtime]"
msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3150116\n"
-"37\n"
+"03103600.xhp\n"
+"bm_id3143267\n"
"help.text"
-msgid "Mouse over object"
-msgstr "მაუსი ობიექტზე."
+msgid "<bookmark_value>TypeName function</bookmark_value><bookmark_value>VarType function</bookmark_value>"
+msgstr "<bookmark_value>Mid ფუნქცია</bookmark_value><bookmark_value>Mid დებულება</bookmark_value>"
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3145253\n"
-"38\n"
+"03103600.xhp\n"
+"hd_id3143267\n"
+"1\n"
"help.text"
-msgid "Mouse moves over the object."
-msgstr "მაუსი მოძრაობს ობიექტზე."
+msgid "<link href=\"text/sbasic/shared/03103600.xhp\" name=\"TypeName Function; VarType Function[Runtime]\">TypeName Function; VarType Function[Runtime]</link>"
+msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3144765\n"
-"39\n"
+"03103600.xhp\n"
+"par_id3159157\n"
+"2\n"
"help.text"
-msgid "x"
+msgid "Returns a string (TypeName) or a numeric value (VarType) that contains information for a variable."
msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3153418\n"
-"40\n"
+"03103600.xhp\n"
+"hd_id3153825\n"
+"3\n"
"help.text"
-msgid "x"
+msgid "Syntax:"
msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3153948\n"
-"41\n"
+"03103600.xhp\n"
+"par_id3155341\n"
+"4\n"
"help.text"
-msgid "x"
+msgid "TypeName (Variable)VarType (Variable)"
msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3145652\n"
-"42\n"
+"03103600.xhp\n"
+"hd_id3145610\n"
+"5\n"
"help.text"
-msgid "x"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3155066\n"
-"43\n"
+"03103600.xhp\n"
+"par_id3148947\n"
+"6\n"
"help.text"
-msgid "x"
+msgid "String; Integer"
msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3155446\n"
-"44\n"
+"03103600.xhp\n"
+"hd_id3146795\n"
+"7\n"
"help.text"
-msgid "Trigger Hyperlink"
-msgstr "ტრიგერის ჰიპერ ბმული"
+msgid "Parameters:"
+msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3154756\n"
-"45\n"
+"03103600.xhp\n"
+"par_id3148664\n"
+"8\n"
"help.text"
-msgid "Hyperlink assigned to the object is clicked."
-msgstr "დაწკაპუნებულია ობიექტზე მინიჭებული ჰიპერ ბმული"
+msgid "<emph>Variable:</emph> The variable that you want to determine the type of. You can use the following values:"
+msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3150042\n"
-"46\n"
+"03103600.xhp\n"
+"par_id3145171\n"
+"9\n"
"help.text"
-msgid "x"
+msgid "key word"
msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3151252\n"
-"47\n"
+"03103600.xhp\n"
+"par_id3156212\n"
+"10\n"
"help.text"
-msgid "x"
+msgid "VarType"
msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3147344\n"
-"48\n"
+"03103600.xhp\n"
+"par_id3154684\n"
+"11\n"
"help.text"
-msgid "x"
+msgid "Variable type"
msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3146920\n"
-"49\n"
+"03103600.xhp\n"
+"par_id3151041\n"
+"12\n"
"help.text"
-msgid "x"
+msgid "Boolean"
msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3159333\n"
-"50\n"
+"03103600.xhp\n"
+"par_id3153367\n"
+"13\n"
"help.text"
-msgid "Mouse leaves object"
-msgstr "მაუსი სტოვებს ობიექტს"
+msgid "11"
+msgstr "11"
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3147003\n"
-"51\n"
+"03103600.xhp\n"
+"par_id3148645\n"
+"14\n"
"help.text"
-msgid "Mouse moves off of the object."
-msgstr "მაუსი გადის ობიექტიდან."
+msgid "Boolean variable"
+msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3151278\n"
-"52\n"
+"03103600.xhp\n"
+"par_id3153138\n"
+"15\n"
"help.text"
-msgid "x"
+msgid "Date"
+msgstr "თარიღი"
+
+#: 03103600.xhp
+msgctxt ""
+"03103600.xhp\n"
+"par_id3153363\n"
+"16\n"
+"help.text"
+msgid "7"
msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3145257\n"
-"53\n"
+"03103600.xhp\n"
+"par_id3155411\n"
+"17\n"
"help.text"
-msgid "x"
+msgid "Date variable"
msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3154122\n"
-"54\n"
+"03103600.xhp\n"
+"par_id3146975\n"
+"18\n"
"help.text"
-msgid "x"
+msgid "Double"
msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3156139\n"
-"55\n"
+"03103600.xhp\n"
+"par_id3150486\n"
+"19\n"
"help.text"
-msgid "x"
+msgid "5"
msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3149036\n"
-"56\n"
+"03103600.xhp\n"
+"par_id3148616\n"
+"20\n"
"help.text"
-msgid "x"
+msgid "Double floating point variable"
msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3150785\n"
-"57\n"
+"03103600.xhp\n"
+"par_id3148457\n"
+"21\n"
"help.text"
-msgid "Graphics load successful"
-msgstr "გრაფიკის ჩატვირთვა წარმატებულია"
+msgid "Integer"
+msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3153705\n"
-"58\n"
+"03103600.xhp\n"
+"par_id3145647\n"
+"22\n"
"help.text"
-msgid "Graphics are loaded successfully."
-msgstr "გრაფიკის ჩატვირთვა წარმატებულია"
+msgid "2"
+msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3150343\n"
-"59\n"
+"03103600.xhp\n"
+"par_id3154490\n"
+"23\n"
"help.text"
-msgid "x"
+msgid "Integer variable"
msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3150202\n"
-"60\n"
+"03103600.xhp\n"
+"par_id3149960\n"
+"24\n"
"help.text"
-msgid "Graphics load terminated"
-msgstr "გრაფიკის ჩატვირთვა შეწყვეტილია"
+msgid "Long"
+msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3145584\n"
-"61\n"
+"03103600.xhp\n"
+"par_id3154513\n"
+"25\n"
"help.text"
-msgid "Loading of graphics is stopped by the user (for example, when downloading the page)."
-msgstr "გრაფიკის ჩატვირთვა გაჩერებულია მომხარებლის მიერ (მაგალითად: გვერდის ჩატვირთვისას)"
+msgid "3"
+msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3154259\n"
-"62\n"
+"03103600.xhp\n"
+"par_id3151318\n"
+"26\n"
"help.text"
-msgid "x"
+msgid "Long integer variable"
msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3155089\n"
-"63\n"
+"03103600.xhp\n"
+"par_id3146972\n"
+"27\n"
"help.text"
-msgid "Graphics load faulty"
-msgstr "გრაფიკი შეცდომით ჩაიტვირთა."
+msgid "Object"
+msgstr "ობიექტი"
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3153307\n"
-"64\n"
+"03103600.xhp\n"
+"par_id3154482\n"
+"28\n"
"help.text"
-msgid "Graphics not successfully loaded, for example, if a graphic was not found."
-msgstr "გრაფიკი წარმატებით ვერ ჩაიტვირა, მაგალითად მაშინ როცა გრაფიკი ვერ მოიძებნა."
+msgid "9"
+msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3148840\n"
-"65\n"
+"03103600.xhp\n"
+"par_id3150323\n"
+"29\n"
"help.text"
-msgid "x"
+msgid "Object variable"
msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3154533\n"
-"66\n"
+"03103600.xhp\n"
+"par_id3148405\n"
+"30\n"
"help.text"
-msgid "Input of alpha characters"
-msgstr "ალფა ასო-ნიშნების შეტანა"
+msgid "Single"
+msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3155266\n"
-"67\n"
+"03103600.xhp\n"
+"par_id3149020\n"
+"31\n"
"help.text"
-msgid "Text is entered from the keyboard."
-msgstr "ტექსტი კლავიატურიდან შეიტანება."
+msgid "4"
+msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3144768\n"
-"68\n"
+"03103600.xhp\n"
+"par_id3147341\n"
+"32\n"
"help.text"
-msgid "x"
+msgid "Single floating-point variable"
msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3145659\n"
-"69\n"
+"03103600.xhp\n"
+"par_id3155901\n"
+"33\n"
"help.text"
-msgid "Input of non-alpha characters"
-msgstr "არა-ალფა ასო-ნიშნების შეტანა"
+msgid "String"
+msgstr "სტრიქონები"
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3151131\n"
-"70\n"
+"03103600.xhp\n"
+"par_id3155960\n"
+"34\n"
"help.text"
-msgid "Nonprinting characters are entered from the keyboard, for example, tabs and line breaks."
-msgstr "კლავიატურიდან შეტანილია არა ბეჭდური ასო-ნიშნები, მაგალითად ხაზის გამწყვეტები და ჩანართები."
+msgid "8"
+msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3159206\n"
-"71\n"
+"03103600.xhp\n"
+"par_id3146313\n"
+"35\n"
"help.text"
-msgid "x"
+msgid "String variable"
msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3150405\n"
-"72\n"
+"03103600.xhp\n"
+"par_id3145149\n"
+"36\n"
"help.text"
-msgid "Resize frame"
-msgstr "ჩარჩოს ზომის შეცვლა"
+msgid "Variant"
+msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3153972\n"
-"73\n"
+"03103600.xhp\n"
+"par_id3154021\n"
+"37\n"
"help.text"
-msgid "Frame is resized with the mouse."
-msgstr "ჩარჩოს ზომის შეცვლა ხდება მაუსით."
+msgid "12"
+msgstr "12"
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3152873\n"
-"74\n"
+"03103600.xhp\n"
+"par_id3145789\n"
+"38\n"
"help.text"
-msgid "x"
+msgid "Variant variable (can contain all types specified by the definition)"
msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3148900\n"
-"75\n"
+"03103600.xhp\n"
+"par_id3148630\n"
+"39\n"
"help.text"
-msgid "Move frame"
-msgstr "ჩარჩოს გადაადგილება"
+msgid "Empty"
+msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3154767\n"
-"76\n"
+"03103600.xhp\n"
+"par_id3152584\n"
+"40\n"
"help.text"
-msgid "Frame is moved with the mouse."
-msgstr "ჩარჩოს გადაადგილება ხდება მაუსით."
+msgid "0"
+msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3155914\n"
-"77\n"
+"03103600.xhp\n"
+"par_id3151278\n"
+"41\n"
"help.text"
-msgid "x"
+msgid "Variable is not initialized"
msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3153010\n"
-"78\n"
+"03103600.xhp\n"
+"par_id3154576\n"
+"42\n"
"help.text"
-msgid "Before inserting AutoText"
-msgstr "AutoText-ს ჩასმის შემდეგ"
+msgid "Null"
+msgstr "ნული"
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3147515\n"
-"79\n"
+"03103600.xhp\n"
+"par_id3166424\n"
+"43\n"
"help.text"
-msgid "Before a text block is inserted."
-msgstr "ტექსტის ბლოკის ჩასმის წინ."
+msgid "1"
+msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3151191\n"
-"80\n"
+"03103600.xhp\n"
+"par_id3145131\n"
+"44\n"
"help.text"
-msgid "x"
+msgid "No valid data"
msgstr ""
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3150956\n"
-"81\n"
+"03103600.xhp\n"
+"hd_id3149338\n"
+"45\n"
"help.text"
-msgid "After inserting AutoText"
-msgstr "AutoText-ს ჩასმის შემდეგ"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 05060700.xhp
+#: 03103600.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3147502\n"
-"82\n"
+"03103600.xhp\n"
+"par_id3148817\n"
+"58\n"
"help.text"
-msgid "After a text block is inserted."
-msgstr "ტექსტის ბლოკის ჩასმის შემდეგ"
+msgid "TypeName(lVar) & \" \" & VarType(lVar),0,\"Some types In $[officename] Basic\""
+msgstr ""
-#: 05060700.xhp
+#: 03103700.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3147555\n"
-"83\n"
+"03103700.xhp\n"
+"tit\n"
"help.text"
-msgid "x"
+msgid "Set Statement[Runtime]"
msgstr ""
-#: 05060700.xhp
+#: 03103700.xhp
msgctxt ""
-"05060700.xhp\n"
-"hd_id3153958\n"
-"5\n"
+"03103700.xhp\n"
+"bm_id3154422\n"
"help.text"
-msgid "Macros"
-msgstr "მაკროები"
+msgid "<bookmark_value>Set statement</bookmark_value><bookmark_value>Nothing object</bookmark_value>"
+msgstr "<bookmark_value>Mid ფუნქცია</bookmark_value><bookmark_value>Mid დებულება</bookmark_value>"
-#: 05060700.xhp
+#: 03103700.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3150432\n"
-"6\n"
+"03103700.xhp\n"
+"hd_id3154422\n"
+"1\n"
"help.text"
-msgid "Choose the macro that you want to execute when the selected event occurs."
-msgstr "აირჩიეთ მაკრო, რომელიც ჩაირთვება არჩეული მოვლენის მოხდენის შემდეგ."
+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>"
-#: 05060700.xhp
+#: 03103700.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3147296\n"
-"84\n"
+"03103700.xhp\n"
+"par_id3159149\n"
+"2\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-ს."
+msgid "Sets an object reference on a variable or a Property."
+msgstr ""
-#: 05060700.xhp
+#: 03103700.xhp
msgctxt ""
-"05060700.xhp\n"
-"hd_id3155587\n"
-"7\n"
+"03103700.xhp\n"
+"hd_id3153105\n"
+"3\n"
"help.text"
-msgid "Category"
-msgstr "კატეგორია"
+msgid "Syntax:"
+msgstr ""
-#: 05060700.xhp
+#: 03103700.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3154068\n"
-"8\n"
+"03103700.xhp\n"
+"par_id3154217\n"
+"4\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>"
+msgid "Set ObjectVar = Object"
+msgstr ""
-#: 05060700.xhp
+#: 03103700.xhp
msgctxt ""
-"05060700.xhp\n"
-"hd_id3149744\n"
-"9\n"
+"03103700.xhp\n"
+"hd_id3154685\n"
+"5\n"
"help.text"
-msgid "Macro name"
-msgstr "მაკროს სახელი"
+msgid "Parameters:"
+msgstr ""
-#: 05060700.xhp
+#: 03103700.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3151391\n"
-"10\n"
+"03103700.xhp\n"
+"par_id3156281\n"
+"6\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>"
+msgid "<emph>ObjectVar:</emph> a variable or a property that requires an object reference."
+msgstr ""
-#: 05060700.xhp
+#: 03103700.xhp
msgctxt ""
-"05060700.xhp\n"
-"hd_id3159260\n"
-"11\n"
+"03103700.xhp\n"
+"par_id3159252\n"
+"7\n"
"help.text"
-msgid "Assign"
-msgstr "მინიჭება"
+msgid "<emph>Object:</emph> Object that the variable or the property refers to."
+msgstr ""
-#: 05060700.xhp
+#: 03103700.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3147406\n"
-"12\n"
+"03103700.xhp\n"
+"par_idN10623\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> მითითებული მაკროს შინაარსი ყენდება მოვლენის მოხდენის შემდეგ."
+msgid "<emph>Nothing</emph> - Assign the <emph>Nothing</emph> object to a variable to remove a previous assignment."
+msgstr ""
-#: 05060700.xhp
+#: 03103700.xhp
msgctxt ""
-"05060700.xhp\n"
-"hd_id3150533\n"
-"15\n"
+"03103700.xhp\n"
+"hd_id3159153\n"
+"8\n"
"help.text"
-msgid "Remove"
-msgstr "ამოღება"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 05060700.xhp
+#: 03103800.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3166456\n"
-"16\n"
+"03103800.xhp\n"
+"tit\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>"
+msgid "FindObject Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 05060700.xhp
+#: 03103800.xhp
msgctxt ""
-"05060700.xhp\n"
-"hd_id3159126\n"
-"85\n"
+"03103800.xhp\n"
+"bm_id3145136\n"
"help.text"
-msgid "Macro selection"
-msgstr "მაკროს არჩევა"
+msgid "<bookmark_value>FindObject function</bookmark_value>"
+msgstr "<bookmark_value>CreateObject ფუნქცია</bookmark_value>"
-#: 05060700.xhp
+#: 03103800.xhp
msgctxt ""
-"05060700.xhp\n"
-"par_id3149149\n"
-"86\n"
+"03103800.xhp\n"
+"hd_id3145136\n"
+"1\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>"
+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>"
-#: 01010210.xhp
+#: 03103800.xhp
msgctxt ""
-"01010210.xhp\n"
-"tit\n"
+"03103800.xhp\n"
+"par_id3155341\n"
+"2\n"
"help.text"
-msgid "Basics"
+msgid "Enables an object to be addressed at run-time as a string parameter through the object name."
msgstr ""
-#: 01010210.xhp
+#: 03103800.xhp
msgctxt ""
-"01010210.xhp\n"
-"bm_id4488967\n"
+"03103800.xhp\n"
+"par_id3150669\n"
+"3\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>"
+msgid "For example, the following command:"
msgstr ""
-#: 01010210.xhp
-#, fuzzy
+#: 03103800.xhp
msgctxt ""
-"01010210.xhp\n"
-"hd_id3154927\n"
-"1\n"
+"03103800.xhp\n"
+"par_id3148473\n"
+"4\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>"
+msgid "MyObj.Prop1.Command = 5"
+msgstr ""
-#: 01010210.xhp
+#: 03103800.xhp
msgctxt ""
-"01010210.xhp\n"
+"03103800.xhp\n"
"par_id3156023\n"
-"14\n"
+"5\n"
"help.text"
-msgid "This section provides the fundamentals for working with $[officename] Basic."
+msgid "corresponds to the command block:"
msgstr ""
-#: 01010210.xhp
+#: 03103800.xhp
msgctxt ""
-"01010210.xhp\n"
-"par_id3147560\n"
-"2\n"
+"03103800.xhp\n"
+"par_id3153896\n"
+"6\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>."
+msgid "Dim ObjVar as Object"
msgstr ""
-#: 01010210.xhp
+#: 03103800.xhp
msgctxt ""
-"01010210.xhp\n"
-"par_id314756320\n"
+"03103800.xhp\n"
+"par_id3154760\n"
+"7\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."
+msgid "Dim ObjProp as Object"
msgstr ""
-#: 01010210.xhp
+#: 03103800.xhp
msgctxt ""
-"01010210.xhp\n"
-"hd_id3150398\n"
-"3\n"
+"03103800.xhp\n"
+"par_id3145069\n"
+"8\n"
"help.text"
-msgid "What is a Sub?"
+msgid "ObjName As String = \"MyObj\""
msgstr ""
-#: 01010210.xhp
+#: 03103800.xhp
msgctxt ""
-"01010210.xhp\n"
-"par_id3148797\n"
-"4\n"
+"03103800.xhp\n"
+"par_id3154939\n"
+"9\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:"
+msgid "ObjVar = FindObject( ObjName As String )"
msgstr ""
-#: 01010210.xhp
+#: 03103800.xhp
msgctxt ""
-"01010210.xhp\n"
-"par_id3150868\n"
-"15\n"
+"03103800.xhp\n"
+"par_id3150793\n"
+"10\n"
"help.text"
-msgid "DoSomethingWithTheValues(MyFirstValue,MySecondValue)"
+msgid "PropName As String = \"Prop1\""
msgstr ""
-#: 01010210.xhp
+#: 03103800.xhp
msgctxt ""
-"01010210.xhp\n"
-"hd_id3156282\n"
-"5\n"
+"03103800.xhp\n"
+"par_id3154141\n"
+"11\n"
"help.text"
-msgid "What is a Function?"
+msgid "ObjProp = FindPropertyObject( ObjVar, PropName As String )"
msgstr ""
-#: 01010210.xhp
+#: 03103800.xhp
msgctxt ""
-"01010210.xhp\n"
+"03103800.xhp\n"
"par_id3156424\n"
-"6\n"
+"12\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:"
+msgid "ObjProp.Command = 5"
msgstr ""
-#: 01010210.xhp
+#: 03103800.xhp
msgctxt ""
-"01010210.xhp\n"
-"par_id3146985\n"
-"7\n"
+"03103800.xhp\n"
+"par_id3145420\n"
+"13\n"
"help.text"
-msgid "MySecondValue = myFunction(MyFirstValue)"
+msgid "This allows names to be dynamically created at run-time. For example:"
msgstr ""
-#: 01010210.xhp
+#: 03103800.xhp
msgctxt ""
-"01010210.xhp\n"
-"hd_id3153364\n"
-"8\n"
+"03103800.xhp\n"
+"par_id3153104\n"
+"14\n"
"help.text"
-msgid "Global and local variables"
+msgid "\"TextEdit1\" to TextEdit5\" in a loop to create five control names."
msgstr ""
-#: 01010210.xhp
+#: 03103800.xhp
msgctxt ""
-"01010210.xhp\n"
-"par_id3151112\n"
-"9\n"
+"03103800.xhp\n"
+"par_id3150767\n"
+"15\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."
+msgid "See also: <link href=\"text/sbasic/shared/03103900.xhp\" name=\"FindPropertyObject\">FindPropertyObject</link>"
msgstr ""
-#: 01010210.xhp
+#: 03103800.xhp
msgctxt ""
-"01010210.xhp\n"
-"par_id3154012\n"
-"10\n"
+"03103800.xhp\n"
+"hd_id3150868\n"
+"16\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."
+msgid "Syntax:"
msgstr ""
-#: 01010210.xhp
+#: 03103800.xhp
msgctxt ""
-"01010210.xhp\n"
-"hd_id3150010\n"
-"11\n"
+"03103800.xhp\n"
+"par_id3151042\n"
+"17\n"
"help.text"
-msgid "Structuring"
+msgid "FindObject( ObjName As String )"
msgstr ""
-#: 01010210.xhp
+#: 03103800.xhp
msgctxt ""
-"01010210.xhp\n"
-"par_id3153727\n"
-"12\n"
+"03103800.xhp\n"
+"hd_id3159254\n"
+"18\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."
+msgid "Parameters:"
msgstr ""
-#: 01010210.xhp
+#: 03103800.xhp
msgctxt ""
-"01010210.xhp\n"
-"par_id3152578\n"
-"13\n"
+"03103800.xhp\n"
+"par_id3150439\n"
+"19\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."
+msgid "<emph>ObjName: </emph>String that specifies the name of the object that you want to address at run-time."
msgstr ""
#: 03103900.xhp
@@ -31087,7 +29300,6 @@ msgid "<bookmark_value>FindPropertyObject function</bookmark_value>"
msgstr "<bookmark_value>CreateObject ფუნქცია</bookmark_value>"
#: 03103900.xhp
-#, fuzzy
msgctxt ""
"03103900.xhp\n"
"hd_id3146958\n"
@@ -31267,4360 +29479,5047 @@ msgctxt ""
msgid "<emph>PropName:</emph> String that specifies the name of the property that you want to address at run-time."
msgstr ""
-#: 03090303.xhp
+#: 03104000.xhp
msgctxt ""
-"03090303.xhp\n"
+"03104000.xhp\n"
"tit\n"
"help.text"
-msgid "On...GoSub Statement; On...GoTo Statement [Runtime]"
-msgstr ""
+msgid "IsMissing function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03090303.xhp
+#: 03104000.xhp
msgctxt ""
-"03090303.xhp\n"
-"bm_id3153897\n"
+"03104000.xhp\n"
+"bm_id3153527\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>"
+msgid "<bookmark_value>IsMissing function</bookmark_value>"
+msgstr "<bookmark_value>სრტიქონის ფუნქცია</bookmark_value>"
-#: 03090303.xhp
+#: 03104000.xhp
msgctxt ""
-"03090303.xhp\n"
-"hd_id3153897\n"
+"03104000.xhp\n"
+"hd_id3153527\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 ""
+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>"
-#: 03090303.xhp
+#: 03104000.xhp
msgctxt ""
-"03090303.xhp\n"
-"par_id3150359\n"
+"03104000.xhp\n"
+"par_id3153825\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."
+msgid "Tests if a function is called with an optional parameter."
msgstr ""
-#: 03090303.xhp
+#: 03104000.xhp
msgctxt ""
-"03090303.xhp\n"
-"hd_id3148798\n"
+"03104000.xhp\n"
+"par_id3150669\n"
"3\n"
"help.text"
-msgid "Syntax:"
+msgid "See also: <link href=\"text/sbasic/shared/03104100.xhp\" name=\"Optional\">Optional</link>"
msgstr ""
-#: 03090303.xhp
+#: 03104000.xhp
msgctxt ""
-"03090303.xhp\n"
-"par_id3154366\n"
+"03104000.xhp\n"
+"hd_id3145611\n"
"4\n"
"help.text"
-msgid "On N GoSub Label1[, Label2[, Label3[,...]]]"
+msgid "Syntax:"
msgstr ""
-#: 03090303.xhp
+#: 03104000.xhp
msgctxt ""
-"03090303.xhp\n"
-"par_id3150769\n"
+"03104000.xhp\n"
+"par_id3154924\n"
"5\n"
"help.text"
-msgid "On NumExpression GoTo Label1[, Label2[, Label3[,...]]]"
+msgid "IsMissing( ArgumentName )"
msgstr ""
-#: 03090303.xhp
+#: 03104000.xhp
msgctxt ""
-"03090303.xhp\n"
-"hd_id3156215\n"
+"03104000.xhp\n"
+"hd_id3145069\n"
"6\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03090303.xhp
+#: 03104000.xhp
msgctxt ""
-"03090303.xhp\n"
-"par_id3148673\n"
+"03104000.xhp\n"
+"par_id3149457\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)"
+msgid "<emph>ArgumentName:</emph> the name of an optional argument."
msgstr ""
-#: 03090303.xhp
+#: 03104000.xhp
msgctxt ""
-"03090303.xhp\n"
-"par_id3153194\n"
+"03104000.xhp\n"
+"par_id3150398\n"
"8\n"
"help.text"
-msgid "<emph>Label:</emph> Target line according to<emph> GoTo </emph>or <emph>GoSub</emph> structure."
+msgid "If the IsMissing function is called by the ArgumentName, then True is returned."
msgstr ""
-#: 03090303.xhp
+#: 03104000.xhp
msgctxt ""
-"03090303.xhp\n"
-"par_id3156442\n"
+"03104000.xhp\n"
+"par_id3148798\n"
"9\n"
"help.text"
-msgid "The <emph>GoTo</emph> or <emph>GoSub </emph>conventions are valid."
+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>."
+
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Optional (in Function Statement) [Runtime]"
msgstr ""
-#: 03090303.xhp
+#: 03104100.xhp
msgctxt ""
-"03090303.xhp\n"
-"hd_id3148645\n"
-"10\n"
+"03104100.xhp\n"
+"bm_id3149205\n"
"help.text"
-msgid "Example:"
+msgid "<bookmark_value>Optional function</bookmark_value>"
+msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
+
+#: 03104100.xhp
+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>"
+
+#: 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 ""
-#: 03090303.xhp
+#: 03104100.xhp
msgctxt ""
-"03090303.xhp\n"
-"par_id3153948\n"
-"21\n"
+"03104100.xhp\n"
+"par_id3155419\n"
+"3\n"
"help.text"
-msgid "sVar =sVar & \" From Sub 1 to\" : Return"
+msgid "See also: <link href=\"text/sbasic/shared/03104000.xhp\" name=\"IsMissing\">IsMissing</link>"
msgstr ""
-#: 03090303.xhp
+#: 03104100.xhp
msgctxt ""
-"03090303.xhp\n"
-"par_id3153708\n"
-"23\n"
+"03104100.xhp\n"
+"hd_id3153824\n"
+"4\n"
"help.text"
-msgid "sVar =sVar & \" From Sub 2 to\" : Return"
+msgid "Syntax:"
msgstr ""
-#: 03090303.xhp
+#: 03104100.xhp
msgctxt ""
-"03090303.xhp\n"
-"par_id3150321\n"
-"25\n"
+"03104100.xhp\n"
+"par_id3159157\n"
+"5\n"
"help.text"
-msgid "sVar =sVar & \" Label 1\" : GoTo Ende"
+msgid "Function MyFunction(Text1 As String, Optional Arg2, Optional Arg3)"
msgstr ""
-#: 03090303.xhp
+#: 03104100.xhp
msgctxt ""
-"03090303.xhp\n"
-"par_id3155764\n"
-"27\n"
+"03104100.xhp\n"
+"hd_id3145610\n"
+"7\n"
"help.text"
-msgid "sVar =sVar & \" Label 2\""
+msgid "Examples:"
+msgstr "მაგალითები"
+
+#: 03104100.xhp
+msgctxt ""
+"03104100.xhp\n"
+"par_id3154347\n"
+"8\n"
+"help.text"
+msgid "Result = MyFunction(\"Here\", 1, \"There\") ' all arguments are passed."
msgstr ""
-#: 03120202.xhp
+#: 03104100.xhp
msgctxt ""
-"03120202.xhp\n"
+"03104100.xhp\n"
+"par_id3146795\n"
+"9\n"
+"help.text"
+msgid "Result = MyFunction(\"Test\", ,1) ' second argument is missing."
+msgstr ""
+
+#: 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>."
+
+#: 03104200.xhp
+msgctxt ""
+"03104200.xhp\n"
"tit\n"
"help.text"
-msgid "String Function [Runtime]"
+msgid "Array Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03120202.xhp
+#: 03104200.xhp
msgctxt ""
-"03120202.xhp\n"
-"bm_id3147291\n"
+"03104200.xhp\n"
+"bm_id3150499\n"
"help.text"
-msgid "<bookmark_value>String function</bookmark_value>"
-msgstr "<bookmark_value>სრტიქონის ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Array function</bookmark_value>"
+msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
-#: 03120202.xhp
-#, fuzzy
+#: 03104200.xhp
msgctxt ""
-"03120202.xhp\n"
-"hd_id3147291\n"
+"03104200.xhp\n"
+"hd_id3150499\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120202.xhp\" name=\"String Function [Runtime]\">String Function [Runtime]</link>"
+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>"
-#: 03120202.xhp
+#: 03104200.xhp
msgctxt ""
-"03120202.xhp\n"
-"par_id3147242\n"
+"03104200.xhp\n"
+"par_id3155555\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."
+msgid "Returns the type Variant with a data field."
msgstr ""
-#: 03120202.xhp
+#: 03104200.xhp
msgctxt ""
-"03120202.xhp\n"
-"hd_id3149516\n"
+"03104200.xhp\n"
+"hd_id3148538\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120202.xhp
+#: 03104200.xhp
msgctxt ""
-"03120202.xhp\n"
-"par_id3149233\n"
+"03104200.xhp\n"
+"par_id3153126\n"
"4\n"
"help.text"
-msgid "String (n As Long, {expression As Integer | character As String})"
+msgid "Array ( Argument list)"
msgstr ""
-#: 03120202.xhp
+#: 03104200.xhp
msgctxt ""
-"03120202.xhp\n"
-"hd_id3143270\n"
+"03104200.xhp\n"
+"par_id3155419\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "See also <link href=\"text/sbasic/shared/03104300.xhp\" name=\"DimArray\">DimArray</link>"
+msgstr ""
-#: 03120202.xhp
+#: 03104200.xhp
msgctxt ""
-"03120202.xhp\n"
-"par_id3147530\n"
+"03104200.xhp\n"
+"hd_id3150669\n"
"6\n"
"help.text"
-msgid "String"
-msgstr "სტრიქონები"
+msgid "Parameters:"
+msgstr ""
-#: 03120202.xhp
+#: 03104200.xhp
msgctxt ""
-"03120202.xhp\n"
-"hd_id3154923\n"
+"03104200.xhp\n"
+"par_id3145609\n"
"7\n"
"help.text"
-msgid "Parameters:"
+msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
msgstr ""
-#: 03120202.xhp
+#: 03104200.xhp
msgctxt ""
-"03120202.xhp\n"
-"par_id3154347\n"
+"03104200.xhp\n"
+"hd_id3156343\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 ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03120202.xhp
+#: 03104200.xhp
msgctxt ""
-"03120202.xhp\n"
-"par_id3148664\n"
+"03104200.xhp\n"
+"par_id3153897\n"
"9\n"
"help.text"
-msgid "<emph>Expression:</emph> Numeric expression that defines the ASCII code for the character."
-msgstr ""
+msgid "Dim A As Variant"
+msgstr "Dim sVar as string"
-#: 03120202.xhp
+#: 03104200.xhp
msgctxt ""
-"03120202.xhp\n"
-"par_id3150359\n"
+"03104200.xhp\n"
+"par_id3153525\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."
+msgid "A = Array(\"Fred\",\"Tom\",\"Bill\")"
msgstr ""
-#: 03120202.xhp
+#: 03104200.xhp
msgctxt ""
-"03120202.xhp\n"
-"hd_id3152920\n"
+"03104200.xhp\n"
+"par_id3150792\n"
"11\n"
"help.text"
-msgid "Example:"
+msgid "Msgbox A(2)"
msgstr ""
-#: 01030100.xhp
+#: 03104300.xhp
msgctxt ""
-"01030100.xhp\n"
+"03104300.xhp\n"
"tit\n"
"help.text"
-msgid "IDE Overview"
-msgstr ""
+msgid "DimArray Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 01030100.xhp
-#, fuzzy
+#: 03104300.xhp
msgctxt ""
-"01030100.xhp\n"
-"hd_id3147291\n"
+"03104300.xhp\n"
+"bm_id3150616\n"
+"help.text"
+msgid "<bookmark_value>DimArray function</bookmark_value>"
+msgstr "<bookmark_value>CVErr ფუნქცია</bookmark_value>"
+
+#: 03104300.xhp
+msgctxt ""
+"03104300.xhp\n"
+"hd_id3150616\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>"
+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>"
-#: 01030100.xhp
+#: 03104300.xhp
msgctxt ""
-"01030100.xhp\n"
-"par_id3156344\n"
+"03104300.xhp\n"
+"par_id3153527\n"
+"2\n"
+"help.text"
+msgid "Returns a Variant array."
+msgstr ""
+
+#: 03104300.xhp
+msgctxt ""
+"03104300.xhp\n"
+"hd_id3149762\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."
+msgid "Syntax:"
msgstr ""
-#: 01030100.xhp
+#: 03104300.xhp
msgctxt ""
-"01030100.xhp\n"
-"par_id3151210\n"
+"03104300.xhp\n"
+"par_id3148473\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."
+msgid "DimArray ( Argument list)"
msgstr ""
-#: 01030100.xhp
+#: 03104300.xhp
msgctxt ""
-"01030100.xhp\n"
-"par_id3154686\n"
+"03104300.xhp\n"
+"par_id3154142\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."
+msgid "See also <link href=\"text/sbasic/shared/03104200.xhp\" name=\"Array\">Array</link>"
msgstr ""
-#: 01030100.xhp
+#: 03104300.xhp
msgctxt ""
-"01030100.xhp\n"
-"par_id3145787\n"
+"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 ""
+
+#: 03104300.xhp
+msgctxt ""
+"03104300.xhp\n"
+"hd_id3154760\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
+msgstr ""
+
+#: 03104300.xhp
+msgctxt ""
+"03104300.xhp\n"
+"par_id3159414\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."
+msgid "<emph>Argument list:</emph> A list of any number of arguments that are separated by commas."
msgstr ""
-#: 01030100.xhp
-#, fuzzy
+#: 03104300.xhp
msgctxt ""
-"01030100.xhp\n"
-"par_id3147434\n"
-"6\n"
+"03104300.xhp\n"
+"hd_id3150358\n"
+"9\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>"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 01050100.xhp
+#: 03104300.xhp
msgctxt ""
-"01050100.xhp\n"
+"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 ""
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
"tit\n"
"help.text"
-msgid "Watch Window"
+msgid "HasUnoInterfaces Function [Runtime]"
msgstr ""
-#: 01050100.xhp
-#, fuzzy
+#: 03104400.xhp
msgctxt ""
-"01050100.xhp\n"
-"hd_id3149457\n"
+"03104400.xhp\n"
+"bm_id3149987\n"
+"help.text"
+msgid "<bookmark_value>HasUnoInterfaces function</bookmark_value>"
+msgstr "<bookmark_value>IsUnoStruct ფუნქცია</bookmark_value>"
+
+#: 03104400.xhp
+msgctxt ""
+"03104400.xhp\n"
+"hd_id3149987\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>"
+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>"
-#: 01050100.xhp
+#: 03104400.xhp
msgctxt ""
-"01050100.xhp\n"
-"par_id3154908\n"
-"9\n"
+"03104400.xhp\n"
+"par_id3151262\n"
+"2\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."
+msgid "Tests if a Basic Uno object supports certain Uno interfaces."
msgstr ""
-#: 01050100.xhp
+#: 03104400.xhp
msgctxt ""
-"01050100.xhp\n"
-"hd_id3145173\n"
+"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
+msgctxt ""
+"03104400.xhp\n"
+"hd_id3150040\n"
"4\n"
"help.text"
-msgid "Watch"
+msgid "Syntax:"
msgstr ""
-#: 01050100.xhp
+#: 03104400.xhp
msgctxt ""
-"01050100.xhp\n"
-"par_id3155132\n"
+"03104400.xhp\n"
+"par_id3155555\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>"
+msgid "HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name 2, ...])"
msgstr ""
-#: 01050100.xhp
+#: 03104400.xhp
msgctxt ""
-"01050100.xhp\n"
-"hd_id3148645\n"
+"03104400.xhp\n"
+"hd_id3153345\n"
"6\n"
"help.text"
-msgid "Remove Watch"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 01050100.xhp
+#: 03104400.xhp
msgctxt ""
-"01050100.xhp\n"
-"par_id3148576\n"
+"03104400.xhp\n"
+"par_id3148538\n"
"7\n"
"help.text"
-msgid "<ahelp hid=\"HID_BASICIDE_REMOVEWATCH\">Removes the selected variable from the list of watched variables.</ahelp>"
+msgid "Bool"
msgstr ""
-#: 01050100.xhp
+#: 03104400.xhp
msgctxt ""
-"01050100.xhp\n"
-"par_id3147426\n"
+"03104400.xhp\n"
+"hd_id3159157\n"
+"8\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>"
+msgid "Parameters:"
msgstr ""
-#: 01050100.xhp
+#: 03104400.xhp
msgctxt ""
-"01050100.xhp\n"
-"par_id3154012\n"
-"8\n"
+"03104400.xhp\n"
+"par_id3155419\n"
+"9\n"
"help.text"
-msgid "Remove Watch"
+msgid "<emph>oTest:</emph> the Basic Uno object that you want to test."
msgstr ""
-#: 01050100.xhp
+#: 03104400.xhp
msgctxt ""
-"01050100.xhp\n"
-"hd_id3154491\n"
+"03104400.xhp\n"
+"par_id3149236\n"
"10\n"
"help.text"
-msgid "Editing the Value of a Watched Variable"
+msgid "<emph>Uno-Interface-Name:</emph> list of Uno interface names."
msgstr ""
-#: 01050100.xhp
+#: 03104400.xhp
msgctxt ""
-"01050100.xhp\n"
-"par_id3156283\n"
+"03104400.xhp\n"
+"hd_id3147574\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 ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03020301.xhp
+#: 03104400.xhp
msgctxt ""
-"03020301.xhp\n"
+"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\" )"
+
+#: 03104500.xhp
+msgctxt ""
+"03104500.xhp\n"
"tit\n"
"help.text"
-msgid "Eof Function [Runtime]"
+msgid "IsUnoStruct Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03020301.xhp
+#: 03104500.xhp
msgctxt ""
-"03020301.xhp\n"
-"bm_id3154598\n"
+"03104500.xhp\n"
+"bm_id3146117\n"
"help.text"
-msgid "<bookmark_value>Eof function</bookmark_value>"
-msgstr "<bookmark_value>მარცხენა ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>IsUnoStruct function</bookmark_value>"
+msgstr "<bookmark_value>IsUnoStruct ფუნქცია</bookmark_value>"
-#: 03020301.xhp
-#, fuzzy
+#: 03104500.xhp
msgctxt ""
-"03020301.xhp\n"
-"hd_id3154598\n"
+"03104500.xhp\n"
+"hd_id3146117\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020301.xhp\" name=\"Eof Function [Runtime]\">Eof Function [Runtime]</link>"
+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>"
-#: 03020301.xhp
+#: 03104500.xhp
msgctxt ""
-"03020301.xhp\n"
-"par_id3147182\n"
+"03104500.xhp\n"
+"par_id3146957\n"
"2\n"
"help.text"
-msgid "Determines if the file pointer has reached the end of a file."
-msgstr ""
+msgid "Returns True if the given object is a Uno struct."
+msgstr "აბრუნებს ჭეშმარიტებას თუ მოცემულ ობიექტი არის Uno struct."
-#: 03020301.xhp
+#: 03104500.xhp
msgctxt ""
-"03020301.xhp\n"
-"hd_id3149119\n"
+"03104500.xhp\n"
+"hd_id3148538\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020301.xhp
+#: 03104500.xhp
msgctxt ""
-"03020301.xhp\n"
-"par_id3147399\n"
+"03104500.xhp\n"
+"par_id3155341\n"
"4\n"
"help.text"
-msgid "Eof (intexpression As Integer)"
-msgstr ""
+msgid "IsUnoStruct( Uno type )"
+msgstr "IsUnoStruct( Uno ტიპი )"
-#: 03020301.xhp
+#: 03104500.xhp
msgctxt ""
-"03020301.xhp\n"
-"hd_id3153539\n"
+"03104500.xhp\n"
+"hd_id3148473\n"
"5\n"
"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020301.xhp
+#: 03104500.xhp
msgctxt ""
-"03020301.xhp\n"
-"par_id3156027\n"
+"03104500.xhp\n"
+"par_id3145315\n"
"6\n"
"help.text"
msgid "Bool"
msgstr ""
-#: 03020301.xhp
+#: 03104500.xhp
msgctxt ""
-"03020301.xhp\n"
-"hd_id3152924\n"
+"03104500.xhp\n"
+"hd_id3145609\n"
"7\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03020301.xhp
+#: 03104500.xhp
msgctxt ""
-"03020301.xhp\n"
-"par_id3153990\n"
+"03104500.xhp\n"
+"par_id3148947\n"
"8\n"
"help.text"
-msgid "<emph>Intexpression:</emph> Any integer expression that evaluates to the number of an open file."
-msgstr ""
+msgid "Uno type : A UnoObject"
+msgstr "არაის Uno ტიპი : A UnoObject"
-#: 03020301.xhp
+#: 03104500.xhp
msgctxt ""
-"03020301.xhp\n"
-"par_id3153527\n"
+"03104500.xhp\n"
+"hd_id3156343\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 ""
-
-#: 03020301.xhp
-msgctxt ""
-"03020301.xhp\n"
-"hd_id3154046\n"
-"10\n"
-"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
-#: 03020301.xhp
-msgctxt ""
-"03020301.xhp\n"
-"par_id3153360\n"
-"19\n"
-"help.text"
-msgid "Print #iNumber, \"First line of text\""
-msgstr ""
-
-#: 03020301.xhp
+#: 03104500.xhp
msgctxt ""
-"03020301.xhp\n"
-"par_id3148797\n"
-"20\n"
+"03104500.xhp\n"
+"par_idN10638\n"
"help.text"
-msgid "Print #iNumber, \"Another line of text\""
-msgstr ""
+msgid "' Instantiate a service"
+msgstr "გამოსახეთ სერვისები"
-#: 03120000.xhp
+#: 03104500.xhp
msgctxt ""
-"03120000.xhp\n"
-"tit\n"
+"03104500.xhp\n"
+"par_idN10644\n"
"help.text"
-msgid "Strings"
-msgstr "სტრიქონები"
+msgid "MsgBox bIsStruct ' Displays False because oSimpleFileAccess Is NO struct"
+msgstr "MsgBox bIsStruct ' აჩვენებს მცდარს იმიტონმ რომ oSimpleFileAccess არ არის struct"
-#: 03120000.xhp
-#, fuzzy
+#: 03104500.xhp
msgctxt ""
-"03120000.xhp\n"
-"hd_id3156153\n"
-"1\n"
+"03104500.xhp\n"
+"par_idN10649\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>"
+msgid "' Instantiate a Property struct"
+msgstr "გამისახეთ struct-ს თვისება"
-#: 03120000.xhp
+#: 03104500.xhp
msgctxt ""
-"03120000.xhp\n"
-"par_id3159176\n"
-"2\n"
+"03104500.xhp\n"
+"par_idN10653\n"
"help.text"
-msgid "The following functions and statements validate and return strings."
-msgstr "აღნიშნული ფუნქციები და განაცხადები მოწმდებინ და აბრუნებენ სრიქონებს."
+msgid "MsgBox bIsStruct ' Displays True because aProperty is a struct"
+msgstr "MsgBox bIsStruct ' აჩვენებს ჭეშმარიტს იმიტომ რომ aთვისება არ არის struct"
-#: 03120000.xhp
+#: 03104500.xhp
msgctxt ""
-"03120000.xhp\n"
-"par_id3154285\n"
-"3\n"
+"03104500.xhp\n"
+"par_idN1065B\n"
"help.text"
-msgid "You can use strings to edit text within $[officename] Basic programs."
-msgstr "თქვენ შეგიძლიათ სტრიქონების გამოყენება რედაქტირებისთვის $[officename] მთავარი პროგრამებისთვის."
+msgid "MsgBox bIsStruct ' Displays False because 42 is NO struct"
+msgstr "MsgBox bIsStruct ' აჩვენებს მცდარს იმიტომ რომ 42 არ არის struct"
-#: 03060400.xhp
+#: 03104600.xhp
msgctxt ""
-"03060400.xhp\n"
+"03104600.xhp\n"
"tit\n"
"help.text"
-msgid "Not-Operator [Runtime]"
-msgstr ""
+msgid "EqualUnoObjects Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03060400.xhp
+#: 03104600.xhp
msgctxt ""
-"03060400.xhp\n"
-"bm_id3156024\n"
+"03104600.xhp\n"
+"bm_id3149205\n"
"help.text"
-msgid "<bookmark_value>Not operator (logical)</bookmark_value>"
-msgstr ""
+msgid "<bookmark_value>EqualUnoObjects function</bookmark_value>"
+msgstr "<bookmark_value>EqualUnoObjects ფუნქცია</bookmark_value>"
-#: 03060400.xhp
-#, fuzzy
+#: 03104600.xhp
msgctxt ""
-"03060400.xhp\n"
-"hd_id3156024\n"
+"03104600.xhp\n"
+"hd_id3149205\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03060400.xhp\" name=\"Not-Operator [Runtime]\">Not-Operator [Runtime]</link>"
+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>"
-#: 03060400.xhp
+#: 03104600.xhp
msgctxt ""
-"03060400.xhp\n"
-"par_id3159414\n"
+"03104600.xhp\n"
+"par_id3145090\n"
"2\n"
"help.text"
-msgid "Negates an expression by inverting the bit values."
-msgstr ""
+msgid "Returns True if the two specified Basic Uno objects represent the same Uno object instance."
+msgstr "აბრუნებს ჭეშმარიტ მნიშვნელობას, თუ ორ აღნიშნული ძირითადი ობიექტი Uno წარმოდგენენ Uno-ს ერთი და იგივე შემთხვევას."
-#: 03060400.xhp
+#: 03104600.xhp
msgctxt ""
-"03060400.xhp\n"
-"hd_id3149457\n"
+"03104600.xhp\n"
+"hd_id3148538\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03060400.xhp
+#: 03104600.xhp
msgctxt ""
-"03060400.xhp\n"
-"par_id3150360\n"
+"03104600.xhp\n"
+"par_id3150669\n"
"4\n"
"help.text"
-msgid "Result = Not Expression"
-msgstr ""
+msgid "EqualUnoObjects( oObj1, oObj2 )"
+msgstr "EqualUnoObjects( oObj1, oObj2 )"
-#: 03060400.xhp
+#: 03104600.xhp
msgctxt ""
-"03060400.xhp\n"
-"hd_id3151211\n"
+"03104600.xhp\n"
+"hd_id3150984\n"
"5\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03060400.xhp
+#: 03104600.xhp
msgctxt ""
-"03060400.xhp\n"
-"par_id3147228\n"
+"03104600.xhp\n"
+"par_id3154285\n"
"6\n"
"help.text"
-msgid "<emph>Result:</emph> Any numeric variable that contains the result of the negation."
+msgid "Bool"
msgstr ""
-#: 03060400.xhp
+#: 03104600.xhp
msgctxt ""
-"03060400.xhp\n"
-"par_id3154124\n"
+"03104600.xhp\n"
+"hd_id3145315\n"
"7\n"
"help.text"
-msgid "<emph>Expression:</emph> Any expression that you want to negate."
-msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03060400.xhp
+#: 03104600.xhp
msgctxt ""
-"03060400.xhp\n"
-"par_id3150868\n"
+"03104600.xhp\n"
+"par_id3156024\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 ""
+msgid "// Copy of objects -> same instance"
+msgstr "// ობიექტების ასლები -> იგივე შემთხვევა"
-#: 03060400.xhp
+#: 03104600.xhp
msgctxt ""
-"03060400.xhp\n"
-"par_id3145785\n"
+"03104600.xhp\n"
+"par_id3154923\n"
"9\n"
"help.text"
-msgid "In a bitwise negation each individual bit is inverted."
-msgstr ""
+msgid "oIntrospection = CreateUnoService( \"com.sun.star.beans.Introspection\" )"
+msgstr "oIntrospection = CreateUnoService(\"com.sun.star.beans.Introspection\")"
-#: 03060400.xhp
+#: 03104600.xhp
msgctxt ""
-"03060400.xhp\n"
-"hd_id3153093\n"
+"03104600.xhp\n"
+"par_id3147559\n"
"10\n"
"help.text"
-msgid "Example:"
-msgstr ""
+msgid "oIntro2 = oIntrospection"
+msgstr "oIntro2 = oIntrospection"
-#: 03060400.xhp
+#: 03104600.xhp
msgctxt ""
-"03060400.xhp\n"
-"par_id3145749\n"
+"03104600.xhp\n"
+"par_id3150541\n"
+"11\n"
+"help.text"
+msgid "print EqualUnoObjects( oIntrospection, oIntro2 )"
+msgstr "print EqualUnoObjects( oIntrospection, oIntro2 )"
+
+#: 03104600.xhp
+msgctxt ""
+"03104600.xhp\n"
+"par_id3153525\n"
+"12\n"
+"help.text"
+msgid "// Copy of structs as value -> new instance"
+msgstr "// structs-ს ასლი , როგორც მნიშვნელობა -> ახალი შემთხვევა"
+
+#: 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.თვისება"
+
+#: 03104600.xhp
+msgctxt ""
+"03104600.xhp\n"
+"par_id3154348\n"
+"14\n"
+"help.text"
+msgid "Struct2 = Struct1"
+msgstr "Struct2 = Struct1"
+
+#: 03104600.xhp
+msgctxt ""
+"03104600.xhp\n"
+"par_id3154125\n"
"15\n"
"help.text"
-msgid "vOut = Not vA ' Returns -11"
+msgid "print EqualUnoObjects( Struct1, Struct2 )"
+msgstr "print EqualUnoObjects( Struct1, Struct2 )"
+
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"tit\n"
+"help.text"
+msgid "Erase Function [Runtime]"
+msgstr "Split Function [Runtime]"
+
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"bm_id624713\n"
+"help.text"
+msgid "<bookmark_value>Erase function</bookmark_value>"
+msgstr "<bookmark_value>Erase ფუნქცია</bookmark_value>"
+
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"par_idN10548\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03104700.xhp\">Erase Function [Runtime]</link>"
msgstr ""
-#: 03060400.xhp
+#: 03104700.xhp
msgctxt ""
-"03060400.xhp\n"
-"par_id3148645\n"
-"16\n"
+"03104700.xhp\n"
+"par_idN10558\n"
"help.text"
-msgid "vOut = Not(vC > vD) ' Returns -1"
+msgid "Erases the contents of array elements of fixed size arrays, and releases the memory used by arrays of variable size."
+msgstr "შლის ფიქსირებული ზომის მასივების ელემენტების შემცველობას და ათავისუბლებს ცვლადის ზომის მასივების მიერ დაკავებულ მეხსიერებას."
+
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"par_idN1055D\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03060400.xhp
+#: 03104700.xhp
msgctxt ""
-"03060400.xhp\n"
-"par_id3156441\n"
-"17\n"
+"03104700.xhp\n"
+"par_idN105E6\n"
"help.text"
-msgid "vOut = Not(vB > vA) ' Returns -1"
+msgid "Erase Arraylist"
+msgstr "წაშალე Arraylist"
+
+#: 03104700.xhp
+msgctxt ""
+"03104700.xhp\n"
+"par_idN105E9\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03060400.xhp
+#: 03104700.xhp
msgctxt ""
-"03060400.xhp\n"
-"par_id3152596\n"
-"18\n"
+"03104700.xhp\n"
+"par_idN105ED\n"
"help.text"
-msgid "vOut = Not(vA > vB) ' Returns 0"
+msgid "<emph>Arraylist</emph> - The list of arrays to be erased."
+msgstr "<emph>Arraylist</emph> - წასაშლელი მასივების სია."
+
+#: 03110000.xhp
+msgctxt ""
+"03110000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Comparison Operators"
+msgstr "შედარების ოპერატორები"
+
+#: 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 ""
-#: 03090409.xhp
+#: 03110000.xhp
msgctxt ""
-"03090409.xhp\n"
+"03110000.xhp\n"
+"par_id3153528\n"
+"2\n"
+"help.text"
+msgid "The available comparison operators are described here."
+msgstr "ხელმისაწვდომი შედარების ოპერატორები აღწერილია აქ."
+
+#: 03110100.xhp
+msgctxt ""
+"03110100.xhp\n"
"tit\n"
"help.text"
-msgid "Sub Statement [Runtime]"
+msgid "Comparison Operators [Runtime]"
msgstr ""
-#: 03090409.xhp
+#: 03110100.xhp
msgctxt ""
-"03090409.xhp\n"
-"bm_id3147226\n"
+"03110100.xhp\n"
+"bm_id3150682\n"
"help.text"
-msgid "<bookmark_value>Sub statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+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>"
-#: 03090409.xhp
-#, fuzzy
+#: 03110100.xhp
msgctxt ""
-"03090409.xhp\n"
-"hd_id3147226\n"
+"03110100.xhp\n"
+"hd_id3150682\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>"
+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>"
-#: 03090409.xhp
+#: 03110100.xhp
msgctxt ""
-"03090409.xhp\n"
-"par_id3153311\n"
+"03110100.xhp\n"
+"par_id3156042\n"
"2\n"
"help.text"
-msgid "Defines a subroutine."
+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 ""
-#: 03090409.xhp
+#: 03110100.xhp
msgctxt ""
-"03090409.xhp\n"
-"hd_id3149416\n"
+"03110100.xhp\n"
+"hd_id3147291\n"
"3\n"
"help.text"
-msgid "Syntax"
+msgid "Syntax:"
msgstr ""
-#: 03090409.xhp
+#: 03110100.xhp
msgctxt ""
-"03090409.xhp\n"
-"par_id3147530\n"
+"03110100.xhp\n"
+"par_id3149177\n"
+"4\n"
+"help.text"
+msgid "Result = Expression1 { = | < | > | <= | >= } Expression2"
+msgstr "რეზულტატი = გამოსახულება1 { = | < | > | <= | >= } გამოსახულება2"
+
+#: 03110100.xhp
+msgctxt ""
+"03110100.xhp\n"
+"hd_id3145316\n"
"5\n"
"help.text"
-msgid "statement block"
+msgid "Parameters:"
msgstr ""
-#: 03090409.xhp
+#: 03110100.xhp
msgctxt ""
-"03090409.xhp\n"
-"hd_id3153525\n"
+"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>ბულევური გამოსახულება, რომელიც განსაზღვავს შედარების რეზულტატს (ჭეშმარიტი, ან მცდარი)"
+
+#: 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> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
+
+#: 03110100.xhp
+msgctxt ""
+"03110100.xhp\n"
+"hd_id3147531\n"
+"8\n"
+"help.text"
+msgid "Comparison operators"
+msgstr "შედარების ოპერატორები"
+
+#: 03110100.xhp
+msgctxt ""
+"03110100.xhp\n"
+"par_id3147265\n"
"9\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "= : Equal to"
+msgstr "= : ექვივალენტურია"
-#: 03090409.xhp
+#: 03110100.xhp
msgctxt ""
-"03090409.xhp\n"
-"par_id3150792\n"
+"03110100.xhp\n"
+"par_id3154924\n"
"10\n"
"help.text"
-msgid "<emph>Name:</emph> Name of the subroutine ."
-msgstr ""
+msgid "< : Less than"
+msgstr "< : ნაკლებია ვიდრე"
-#: 03090409.xhp
+#: 03110100.xhp
msgctxt ""
-"03090409.xhp\n"
-"par_id3154138\n"
+"03110100.xhp\n"
+"par_id3146795\n"
"11\n"
"help.text"
-msgid "<emph>VarName: </emph>Parameter that you want to pass to the subroutine."
-msgstr ""
+msgid "> : Greater than"
+msgstr "> : მეტია ვიდრე"
-#: 03090409.xhp
+#: 03110100.xhp
msgctxt ""
-"03090409.xhp\n"
-"par_id3154908\n"
+"03110100.xhp\n"
+"par_id3150541\n"
"12\n"
"help.text"
-msgid "<emph>Type:</emph> Type-declaration key word."
-msgstr ""
+msgid "<= : Less than or equal to"
+msgstr "<= : ნაკლებია ან ექვივალენრურია ვიდრე"
-#: 03090409.xhp
+#: 03110100.xhp
msgctxt ""
-"03090409.xhp\n"
-"hd_id3153770\n"
-"16\n"
+"03110100.xhp\n"
+"par_id3150400\n"
+"13\n"
+"help.text"
+msgid ">= : Greater than or equal to"
+msgstr ">= : მეტია ან ექვივალენრურია ვიდრე"
+
+#: 03110100.xhp
+msgctxt ""
+"03110100.xhp\n"
+"par_id3148797\n"
+"14\n"
+"help.text"
+msgid "<> : Not equal to"
+msgstr "<> : არ არის ექვივალენტური"
+
+#: 03110100.xhp
+msgctxt ""
+"03110100.xhp\n"
+"hd_id3154686\n"
+"15\n"
"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
-#: 03090409.xhp
+#: 03110100.xhp
msgctxt ""
-"03090409.xhp\n"
-"par_idN1063F\n"
+"03110100.xhp\n"
+"par_id3154909\n"
+"18\n"
"help.text"
-msgid "' some statements"
-msgstr ""
+msgid "Dim sRoot As String ' Root directory for file in and output"
+msgstr "DIM sRoot როგორც სტრიქონი REM ' ძირეული დირექტორია ფაილისთვის და კატალოგისთვის"
-#: 01020000.xhp
+#: 03120000.xhp
msgctxt ""
-"01020000.xhp\n"
+"03120000.xhp\n"
"tit\n"
"help.text"
-msgid "Syntax"
-msgstr ""
+msgid "Strings"
+msgstr "სტრიქონები"
-#: 01020000.xhp
-#, fuzzy
+#: 03120000.xhp
msgctxt ""
-"01020000.xhp\n"
-"hd_id3148946\n"
+"03120000.xhp\n"
+"hd_id3156153\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/01020000.xhp\" name=\"Syntax\">Syntax</link>"
+msgid "<link href=\"text/sbasic/shared/03120000.xhp\" name=\"Strings\">Strings</link>"
msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 01020000.xhp
+#: 03120000.xhp
msgctxt ""
-"01020000.xhp\n"
-"par_id3150793\n"
+"03120000.xhp\n"
+"par_id3159176\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 ""
+msgid "The following functions and statements validate and return strings."
+msgstr "აღნიშნული ფუნქციები და განაცხადები მოწმდებინ და აბრუნებენ სრიქონებს."
-#: 03090412.xhp
+#: 03120000.xhp
msgctxt ""
-"03090412.xhp\n"
+"03120000.xhp\n"
+"par_id3154285\n"
+"3\n"
+"help.text"
+msgid "You can use strings to edit text within $[officename] Basic programs."
+msgstr "თქვენ შეგიძლიათ სტრიქონების გამოყენება რედაქტირებისთვის $[officename] მთავარი პროგრამებისთვის."
+
+#: 03120100.xhp
+msgctxt ""
+"03120100.xhp\n"
"tit\n"
"help.text"
-msgid "Exit Statement [Runtime]"
+msgid "ASCII/ANSI Conversion in Strings"
+msgstr "ASCII/ANSI შედარება სტრიქონებში"
+
+#: 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 ""
-#: 03090412.xhp
+#: 03120100.xhp
msgctxt ""
-"03090412.xhp\n"
-"bm_id3152924\n"
+"03120100.xhp\n"
+"par_id3159201\n"
+"2\n"
"help.text"
-msgid "<bookmark_value>Exit statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
+msgid "The following functions convert strings to and from ASCII or ANSI code."
+msgstr "აღნიშნული ფუნქციები გარდაქმნის სტრიქონებს ASCII ან ANSI კოდად."
-#: 03090412.xhp
-#, fuzzy
+#: 03120101.xhp
msgctxt ""
-"03090412.xhp\n"
-"hd_id3152924\n"
+"03120101.xhp\n"
+"tit\n"
+"help.text"
+msgid "Asc Function [Runtime]"
+msgstr "Split Function [Runtime]"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"bm_id3150499\n"
+"help.text"
+msgid "<bookmark_value>Asc function</bookmark_value>"
+msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"hd_id3150499\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>"
+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>"
-#: 03090412.xhp
+#: 03120101.xhp
msgctxt ""
-"03090412.xhp\n"
-"par_id3153394\n"
+"03120101.xhp\n"
+"par_id3151384\n"
"2\n"
"help.text"
-msgid "Exits a <emph>Do...Loop</emph>, <emph>For...Next</emph>, a function, or a subroutine."
+msgid "Returns the ASCII (American Standard Code for Information Interchange) value of the first character in a string expression."
msgstr ""
-#: 03090412.xhp
+#: 03120101.xhp
msgctxt ""
-"03090412.xhp\n"
-"hd_id3149763\n"
+"03120101.xhp\n"
+"hd_id3155555\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03090412.xhp
+#: 03120101.xhp
msgctxt ""
-"03090412.xhp\n"
-"par_id3159157\n"
+"03120101.xhp\n"
+"par_id3143267\n"
"4\n"
"help.text"
-msgid "see Parameters"
-msgstr ""
+msgid "Asc (Text As String)"
+msgstr "Asc (ტექსტი როგორც სტრიქონი)"
-#: 03090412.xhp
+#: 03120101.xhp
msgctxt ""
-"03090412.xhp\n"
-"hd_id3148943\n"
+"03120101.xhp\n"
+"hd_id3147242\n"
"5\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03090412.xhp
+#: 03120101.xhp
msgctxt ""
-"03090412.xhp\n"
-"par_id3154760\n"
+"03120101.xhp\n"
+"par_id3150669\n"
"6\n"
"help.text"
-msgid "<emph>Exit Do</emph>"
+msgid "Integer"
msgstr ""
-#: 03090412.xhp
+#: 03120101.xhp
msgctxt ""
-"03090412.xhp\n"
-"par_id3147559\n"
+"03120101.xhp\n"
+"hd_id3148473\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."
+msgid "Parameters:"
msgstr ""
-#: 03090412.xhp
+#: 03120101.xhp
msgctxt ""
-"03090412.xhp\n"
-"par_id3150398\n"
+"03120101.xhp\n"
+"par_id3149415\n"
"8\n"
"help.text"
-msgid "<emph>Exit For</emph>"
-msgstr ""
+msgid "<emph>Text:</emph> Any valid string expression. Only the first character in the string is relevant."
+msgstr "<emph>Text:</emph> ნებისმიერი სწირიგამოსახულება. მხოლოდ პირველი სიმბოლო სტრიქონში არის მართებული"
-#: 03090412.xhp
+#: 03120101.xhp
msgctxt ""
-"03090412.xhp\n"
-"par_id3148797\n"
+"03120101.xhp\n"
+"par_id3145609\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."
+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 ""
-#: 03090412.xhp
+#: 03120101.xhp
msgctxt ""
-"03090412.xhp\n"
-"par_id3147229\n"
+"03120101.xhp\n"
+"hd_id3159413\n"
"10\n"
"help.text"
-msgid "<emph>Exit Function</emph>"
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"par_id3150792\n"
+"12\n"
+"help.text"
+msgid "Print ASC(\"A\") ' returns 65"
+msgstr "Print ASC(\"A\") REM აბრუნებს 65"
+
+#: 03120101.xhp
+msgctxt ""
+"03120101.xhp\n"
+"par_id3148797\n"
+"13\n"
+"help.text"
+msgid "Print ASC(\"Z\") ' returns 90"
+msgstr "Print ASC(\"Z\") REM აბრუნებს 90"
+
+#: 03120101.xhp
+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, როგორც კი პირველი სიმბოლო არის მხედველობაი"
+
+#: 03120101.xhp
+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>"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chr Function [Runtime]"
+msgstr "Split Function [Runtime]"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"bm_id3149205\n"
+"help.text"
+msgid "<bookmark_value>Chr function</bookmark_value>"
+msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
+
+#: 03120102.xhp
+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>"
+
+#: 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 ""
-#: 03090412.xhp
+#: 03120102.xhp
msgctxt ""
-"03090412.xhp\n"
-"par_id3154685\n"
-"11\n"
+"03120102.xhp\n"
+"hd_id3149514\n"
+"3\n"
"help.text"
-msgid "Exits the <emph>Function</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Function</emph> call."
+msgid "Syntax:"
msgstr ""
-#: 03090412.xhp
+#: 03120102.xhp
msgctxt ""
-"03090412.xhp\n"
-"par_id3155132\n"
-"12\n"
+"03120102.xhp\n"
+"par_id3150669\n"
+"4\n"
"help.text"
-msgid "<emph>Exit Sub</emph>"
+msgid "Chr(Expression As Integer)"
+msgstr "Chr(გამოსახულება როგორც Integer)"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"hd_id3143228\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"par_id3153824\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
+
+#: 03120102.xhp
+msgctxt ""
+"03120102.xhp\n"
+"hd_id3148944\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 03090412.xhp
+#: 03120102.xhp
msgctxt ""
-"03090412.xhp\n"
-"par_id3149561\n"
-"13\n"
+"03120102.xhp\n"
+"par_id3149295\n"
+"8\n"
"help.text"
-msgid "Exits the subroutine immediately. Program execution continues with the statement that follows the <emph>Sub</emph> call."
+msgid "<emph>Expression:</emph> Numeric variables that represent a valid 8 bit ASCII value (0-255) or a 16 bit Unicode value."
msgstr ""
-#: 03090412.xhp
+#: 03120102.xhp
msgctxt ""
-"03090412.xhp\n"
-"par_id3153143\n"
-"14\n"
+"03120102.xhp\n"
+"par_id3159414\n"
+"9\n"
"help.text"
-msgid "The Exit statement does not define the end of a structure, and must not be confused with the End statement."
+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 ""
-#: 03090412.xhp
+#: 03120102.xhp
msgctxt ""
-"03090412.xhp\n"
-"hd_id3147348\n"
-"15\n"
+"03120102.xhp\n"
+"hd_id3154366\n"
+"10\n"
"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
-#: 03090412.xhp
+#: 03120102.xhp
msgctxt ""
-"03090412.xhp\n"
-"par_id3153158\n"
-"20\n"
+"03120102.xhp\n"
+"par_id3154909\n"
+"12\n"
"help.text"
-msgid "For siStep = 0 To 10 ' Fill array with test data"
+msgid "' This example inserts quotation marks (ASCII value 34) in a string."
msgstr ""
-#: 03090412.xhp
+#: 03120102.xhp
msgctxt ""
-"03090412.xhp\n"
-"par_id3153764\n"
-"31\n"
+"03120102.xhp\n"
+"par_id3151380\n"
+"13\n"
"help.text"
-msgid "' LinSearch searches a TextArray:sList() for a TextEntry:"
-msgstr ""
+msgid "MsgBox \"A \"+ Chr$(34)+\"short\" + Chr$(34)+\" trip.\""
+msgstr "MsgBox \"A \"+ Chr$(34)+\"short\" + Chr$(34)+\" trip.\""
-#: 03090412.xhp
+#: 03120102.xhp
msgctxt ""
-"03090412.xhp\n"
-"par_id3148995\n"
-"32\n"
+"03120102.xhp\n"
+"par_id3145174\n"
+"14\n"
"help.text"
-msgid "' Returns the index of the entry or 0 (Null)"
+msgid "' The printout appears in the dialog as: A \"short\" trip."
msgstr ""
-#: 03090412.xhp
+#: 03120102.xhp
msgctxt ""
-"03090412.xhp\n"
-"par_id3149567\n"
-"35\n"
+"03120102.xhp\n"
+"par_idN10668\n"
"help.text"
-msgid "Exit For ' sItem found"
-msgstr ""
+msgid "<link href=\"text/sbasic/shared/03120101.xhp\">ASC</link>"
+msgstr "<link href=\"text/sbasic/shared/03120101.xhp\">ASC</link>"
-#: 03020204.xhp
+#: 03120103.xhp
msgctxt ""
-"03020204.xhp\n"
+"03120103.xhp\n"
"tit\n"
"help.text"
-msgid "Put Statement [Runtime]"
-msgstr ""
+msgid "Str Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03020204.xhp
+#: 03120103.xhp
msgctxt ""
-"03020204.xhp\n"
-"bm_id3150360\n"
+"03120103.xhp\n"
+"bm_id3143272\n"
"help.text"
-msgid "<bookmark_value>Put statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+msgid "<bookmark_value>Str function</bookmark_value>"
+msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
-#: 03020204.xhp
-#, fuzzy
+#: 03120103.xhp
msgctxt ""
-"03020204.xhp\n"
-"hd_id3150360\n"
+"03120103.xhp\n"
+"hd_id3143272\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>"
+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>"
-#: 03020204.xhp
+#: 03120103.xhp
msgctxt ""
-"03020204.xhp\n"
-"par_id3154909\n"
+"03120103.xhp\n"
+"par_id3155100\n"
"2\n"
"help.text"
-msgid "Writes a record to a relative file or a sequence of bytes to a binary file."
-msgstr ""
+msgid "Converts a numeric expression into a string."
+msgstr "ციფრული გამოსახულების სტრიქონში გადაყვანა."
-#: 03020204.xhp
+#: 03120103.xhp
msgctxt ""
-"03020204.xhp\n"
-"par_id3156281\n"
+"03120103.xhp\n"
+"hd_id3109850\n"
"3\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03020201.xhp\" name=\"Get\"><item type=\"literal\">Get</item></link> statement"
+msgid "Syntax:"
msgstr ""
-#: 03020204.xhp
+#: 03120103.xhp
msgctxt ""
-"03020204.xhp\n"
-"hd_id3125863\n"
+"03120103.xhp\n"
+"par_id3149497\n"
"4\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "Str (Expression)"
+msgstr "Str (გამოსახულება)"
-#: 03020204.xhp
+#: 03120103.xhp
msgctxt ""
-"03020204.xhp\n"
-"par_id3155132\n"
+"03120103.xhp\n"
+"hd_id3150040\n"
"5\n"
"help.text"
-msgid "Put [#] FileNumber As Integer, [position], Variable"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020204.xhp
+#: 03120103.xhp
msgctxt ""
-"03020204.xhp\n"
-"hd_id3153190\n"
+"03120103.xhp\n"
+"par_id3146117\n"
"6\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "String"
+msgstr "სტრიქონები"
-#: 03020204.xhp
+#: 03120103.xhp
msgctxt ""
-"03020204.xhp\n"
-"par_id3146120\n"
+"03120103.xhp\n"
+"hd_id3155805\n"
"7\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Any integer expression that defines the file that you want to write to."
+msgid "Parameters:"
msgstr ""
-#: 03020204.xhp
+#: 03120103.xhp
msgctxt ""
-"03020204.xhp\n"
-"par_id3155411\n"
+"03120103.xhp\n"
+"par_id3149178\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 ""
+msgid "<emph>Expression: </emph>Any numeric expression."
+msgstr "<emph>Expression: </emph>ნებისმიერი ციფრული გამოსახულება."
-#: 03020204.xhp
+#: 03120103.xhp
msgctxt ""
-"03020204.xhp\n"
-"par_id3148576\n"
+"03120103.xhp\n"
+"par_id3146958\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."
+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 ""
-#: 03020204.xhp
+#: 03120103.xhp
msgctxt ""
-"03020204.xhp\n"
-"par_id3153729\n"
+"03120103.xhp\n"
+"hd_id3155419\n"
"10\n"
"help.text"
-msgid "<emph>Variable:</emph> Name of the variable that you want to write to the file."
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03020204.xhp
+#: 03120104.xhp
msgctxt ""
-"03020204.xhp\n"
-"par_id3146974\n"
-"11\n"
+"03120104.xhp\n"
+"tit\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 ""
+msgid "Val Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03020204.xhp
+#: 03120104.xhp
msgctxt ""
-"03020204.xhp\n"
-"par_id3155855\n"
-"12\n"
+"03120104.xhp\n"
+"bm_id3149205\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 ""
+msgid "<bookmark_value>Val function</bookmark_value>"
+msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
-#: 03020204.xhp
+#: 03120104.xhp
msgctxt ""
-"03020204.xhp\n"
-"hd_id3154491\n"
-"13\n"
+"03120104.xhp\n"
+"hd_id3149205\n"
+"1\n"
"help.text"
-msgid "Example:"
-msgstr ""
+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>"
-#: 03020204.xhp
+#: 03120104.xhp
msgctxt ""
-"03020204.xhp\n"
-"par_id3154729\n"
-"16\n"
+"03120104.xhp\n"
+"par_id3153345\n"
+"2\n"
"help.text"
-msgid "Dim sText As Variant ' Must be a variant type"
+msgid "Converts a string to a numeric expression."
msgstr ""
-#: 03020204.xhp
+#: 03120104.xhp
msgctxt ""
-"03020204.xhp\n"
-"par_id3156278\n"
-"22\n"
+"03120104.xhp\n"
+"hd_id3159157\n"
+"3\n"
"help.text"
-msgid "Seek #iNumber,1 ' Position To start writing"
+msgid "Syntax:"
msgstr ""
-#: 03020204.xhp
+#: 03120104.xhp
msgctxt ""
-"03020204.xhp\n"
-"par_id3153711\n"
-"23\n"
+"03120104.xhp\n"
+"par_id3149514\n"
+"4\n"
"help.text"
-msgid "Put #iNumber,, \"This is the first line of text\" ' Fill line with text"
-msgstr ""
+msgid "Val (Text As String)"
+msgstr "Val (ტექსტი როგორც სტრიქონი)"
-#: 03020204.xhp
+#: 03120104.xhp
msgctxt ""
-"03020204.xhp\n"
-"par_id3155446\n"
-"24\n"
+"03120104.xhp\n"
+"hd_id3150669\n"
+"5\n"
"help.text"
-msgid "Put #iNumber,, \"This is the second line of text\""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
+
+#: 03120104.xhp
+msgctxt ""
+"03120104.xhp\n"
+"par_id3143228\n"
+"6\n"
+"help.text"
+msgid "Double"
msgstr ""
-#: 03020204.xhp
+#: 03120104.xhp
msgctxt ""
-"03020204.xhp\n"
-"par_id3154255\n"
-"25\n"
+"03120104.xhp\n"
+"hd_id3156024\n"
+"7\n"
"help.text"
-msgid "Put #iNumber,, \"This is the third line of text\""
+msgid "Parameters:"
msgstr ""
-#: 03020204.xhp
+#: 03120104.xhp
msgctxt ""
-"03020204.xhp\n"
-"par_id3150940\n"
-"34\n"
+"03120104.xhp\n"
+"par_id3154348\n"
+"8\n"
"help.text"
-msgid "Put #iNumber,,\"This is new text\""
+msgid "<emph>Text:</emph> String that represents a number."
msgstr ""
-#: 03020204.xhp
+#: 03120104.xhp
msgctxt ""
-"03020204.xhp\n"
-"par_id3159102\n"
-"37\n"
+"03120104.xhp\n"
+"par_id3149670\n"
+"9\n"
"help.text"
-msgid "Put #iNumber,20,\"This is the text in record 20\""
+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 ""
-#: 03020415.xhp
+#: 03120104.xhp
msgctxt ""
-"03020415.xhp\n"
+"03120104.xhp\n"
+"hd_id3154365\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03120105.xhp
+msgctxt ""
+"03120105.xhp\n"
"tit\n"
"help.text"
-msgid "FileExists Function [Runtime]"
+msgid "CByte Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03020415.xhp
+#: 03120105.xhp
msgctxt ""
-"03020415.xhp\n"
-"bm_id3148946\n"
+"03120105.xhp\n"
+"bm_id3156027\n"
"help.text"
-msgid "<bookmark_value>FileExists function</bookmark_value>"
-msgstr "<bookmark_value>Split ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>CByte function</bookmark_value>"
+msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
-#: 03020415.xhp
-#, fuzzy
+#: 03120105.xhp
msgctxt ""
-"03020415.xhp\n"
-"hd_id3148946\n"
+"03120105.xhp\n"
+"hd_id3156027\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020415.xhp\" name=\"FileExists Function [Runtime]\">FileExists Function [Runtime]</link>"
+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>"
-#: 03020415.xhp
+#: 03120105.xhp
msgctxt ""
-"03020415.xhp\n"
-"par_id3153361\n"
+"03120105.xhp\n"
+"par_id3143267\n"
"2\n"
"help.text"
-msgid "Determines if a file or a directory is available on the data medium."
-msgstr ""
+msgid "Converts a string or a numeric expression to the type Byte."
+msgstr "გარდაქმნის სტრიქონს ან ციფრულ გამოსახულებას ბაიტის ტიპისთვის."
-#: 03020415.xhp
+#: 03120105.xhp
msgctxt ""
-"03020415.xhp\n"
-"hd_id3150447\n"
+"03120105.xhp\n"
+"hd_id3149811\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020415.xhp
+#: 03120105.xhp
msgctxt ""
-"03020415.xhp\n"
-"par_id3154685\n"
+"03120105.xhp\n"
+"par_id3147573\n"
"4\n"
"help.text"
-msgid "FileExists(FileName As String | DirectoryName As String)"
-msgstr ""
+msgid "Cbyte( expression )"
+msgstr "Cbyte( გამოსახულება )"
-#: 03020415.xhp
+#: 03120105.xhp
msgctxt ""
-"03020415.xhp\n"
-"hd_id3154126\n"
+"03120105.xhp\n"
+"hd_id3145315\n"
"5\n"
"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020415.xhp
+#: 03120105.xhp
msgctxt ""
-"03020415.xhp\n"
-"par_id3150769\n"
+"03120105.xhp\n"
+"par_id3148473\n"
"6\n"
"help.text"
-msgid "Bool"
-msgstr ""
+msgid "Byte"
+msgstr "ბაიტი"
-#: 03020415.xhp
+#: 03120105.xhp
msgctxt ""
-"03020415.xhp\n"
-"hd_id3153770\n"
+"03120105.xhp\n"
+"hd_id3147530\n"
"7\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03020415.xhp
+#: 03120105.xhp
msgctxt ""
-"03020415.xhp\n"
-"par_id3147349\n"
+"03120105.xhp\n"
+"par_id3145068\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 ""
+msgid "<emph>Expression:</emph> A string or a numeric expression."
+msgstr "<emph>Expression:</emph>სტრიქონი ან ციფრული გამოსახულება."
-#: 03020415.xhp
+#: 03120200.xhp
msgctxt ""
-"03020415.xhp\n"
-"hd_id3149664\n"
-"9\n"
+"03120200.xhp\n"
+"tit\n"
"help.text"
-msgid "Example:"
-msgstr ""
+msgid "Repeating Contents"
+msgstr "შიგთავსის გფამეორება"
-#: 01030400.xhp
+#: 03120200.xhp
msgctxt ""
-"01030400.xhp\n"
+"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>"
+
+#: 03120200.xhp
+msgctxt ""
+"03120200.xhp\n"
+"par_id3150178\n"
+"2\n"
+"help.text"
+msgid "The following functions repeat the contents of strings."
+msgstr "აღნიშნული ფუნქციები მეორდება სტრიქონების შეგთავსში."
+
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
"tit\n"
"help.text"
-msgid "Organizing Libraries and Modules"
-msgstr ""
+msgid "Space Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 01030400.xhp
+#: 03120201.xhp
msgctxt ""
-"01030400.xhp\n"
-"bm_id3148797\n"
+"03120201.xhp\n"
+"bm_id3150499\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 ""
+msgid "<bookmark_value>Space function</bookmark_value>"
+msgstr "<bookmark_value>სივრცითი ფუნქცია</bookmark_value>"
-#: 01030400.xhp
+#: 03120201.xhp
msgctxt ""
-"01030400.xhp\n"
-"hd_id3148797\n"
+"03120201.xhp\n"
+"hd_id3150499\n"
"1\n"
"help.text"
-msgid "<variable id=\"01030400\"><link href=\"text/sbasic/shared/01030400.xhp\">Organizing Libraries and Modules</link></variable>"
+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>"
+
+#: 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 ""
-#: 01030400.xhp
+#: 03120201.xhp
msgctxt ""
-"01030400.xhp\n"
-"hd_id3150868\n"
-"4\n"
+"03120201.xhp\n"
+"hd_id3153394\n"
+"3\n"
"help.text"
-msgid "Organizing Libraries"
+msgid "Syntax:"
msgstr ""
-#: 01030400.xhp
+#: 03120201.xhp
msgctxt ""
-"01030400.xhp\n"
-"hd_id3125864\n"
+"03120201.xhp\n"
+"par_id3143267\n"
+"4\n"
+"help.text"
+msgid "Space (n As Long)"
+msgstr "სივრცე (n როგორც გრძელი)"
+
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"hd_id3147242\n"
"5\n"
"help.text"
-msgid "Creating a New Library"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 01030400.xhp
+#: 03120201.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3152576\n"
+"03120201.xhp\n"
+"par_id3149233\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."
+msgid "String"
+msgstr "სტრიქონები"
+
+#: 03120201.xhp
+msgctxt ""
+"03120201.xhp\n"
+"hd_id3156152\n"
+"7\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 01030400.xhp
+#: 03120201.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3153726\n"
+"03120201.xhp\n"
+"par_id3143228\n"
"8\n"
"help.text"
-msgid "Click the <emph>Libraries</emph> tab."
+msgid "<emph>n:</emph> Numeric expression that defines the number of spaces in the string. The maximum allowed value of n is 65535."
msgstr ""
-#: 01030400.xhp
+#: 03120201.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3149664\n"
+"03120201.xhp\n"
+"hd_id3154760\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 ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 01030400.xhp
+#: 03120201.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3153365\n"
-"10\n"
+"03120201.xhp\n"
+"par_id3154216\n"
+"18\n"
"help.text"
-msgid "Click <emph>New</emph> and insert a name to create a new library."
-msgstr ""
+msgid "MsgBox sOut,0,\"Info:\""
+msgstr "msgBox sOut,0,\"ინფო:\""
-#: 01030400.xhp
+#: 03120202.xhp
msgctxt ""
-"01030400.xhp\n"
-"hd_id3147394\n"
-"48\n"
+"03120202.xhp\n"
+"tit\n"
"help.text"
-msgid "Import a Library"
-msgstr ""
+msgid "String Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 01030400.xhp
+#: 03120202.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3153157\n"
-"49\n"
+"03120202.xhp\n"
+"bm_id3147291\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 ""
+msgid "<bookmark_value>String function</bookmark_value>"
+msgstr "<bookmark_value>სრტიქონის ფუნქცია</bookmark_value>"
-#: 01030400.xhp
+#: 03120202.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3146972\n"
-"50\n"
+"03120202.xhp\n"
+"hd_id3147291\n"
+"1\n"
"help.text"
-msgid "Click the <emph>Libraries</emph> tab."
-msgstr ""
+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>"
-#: 01030400.xhp
+#: 03120202.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3145640\n"
-"51\n"
+"03120202.xhp\n"
+"par_id3147242\n"
+"2\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."
+msgid "Creates a string according to the specified character, or the first character of a string expression that is passed to the function."
msgstr ""
-#: 01030400.xhp
+#: 03120202.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3154253\n"
-"52\n"
+"03120202.xhp\n"
+"hd_id3149516\n"
+"3\n"
"help.text"
-msgid "Click <emph>Import...</emph> and select an external library to import."
+msgid "Syntax:"
msgstr ""
-#: 01030400.xhp
+#: 03120202.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3154705\n"
-"53\n"
+"03120202.xhp\n"
+"par_id3149233\n"
+"4\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."
+msgid "String (n As Long, {expression As Integer | character As String})"
msgstr ""
-#: 01030400.xhp
+#: 03120202.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3163807\n"
-"54\n"
+"03120202.xhp\n"
+"hd_id3143270\n"
+"5\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 ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 01030400.xhp
+#: 03120202.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3145228\n"
-"55\n"
+"03120202.xhp\n"
+"par_id3147530\n"
+"6\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 ""
+msgid "String"
+msgstr "სტრიქონები"
-#: 01030400.xhp
+#: 03120202.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3147004\n"
-"56\n"
+"03120202.xhp\n"
+"hd_id3154923\n"
+"7\n"
"help.text"
-msgid "Click <emph>OK</emph> to import the library."
+msgid "Parameters:"
msgstr ""
-#: 01030400.xhp
+#: 03120202.xhp
msgctxt ""
-"01030400.xhp\n"
-"hd_id3159099\n"
-"17\n"
+"03120202.xhp\n"
+"par_id3154347\n"
+"8\n"
"help.text"
-msgid "Export a Library"
+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 ""
-#: 01030400.xhp
+#: 03120202.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3147005\n"
-"70\n"
+"03120202.xhp\n"
+"par_id3148664\n"
+"9\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."
+msgid "<emph>Expression:</emph> Numeric expression that defines the ASCII code for the character."
msgstr ""
-#: 01030400.xhp
+#: 03120202.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3147006\n"
-"71\n"
+"03120202.xhp\n"
+"par_id3150359\n"
+"10\n"
"help.text"
-msgid "Click the <emph>Libraries</emph> tab."
+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 ""
-#: 01030400.xhp
+#: 03120202.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3147007\n"
-"72\n"
+"03120202.xhp\n"
+"hd_id3152920\n"
+"11\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 ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 01030400.xhp
+#: 03120300.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3147008\n"
-"73\n"
+"03120300.xhp\n"
+"tit\n"
"help.text"
-msgid "Click <emph>Export...</emph>"
-msgstr ""
+msgid "Editing String Contents"
+msgstr "სტრიქონის შეიგთავსის რედაქტირება"
-#: 01030400.xhp
+#: 03120300.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3147009\n"
-"74\n"
+"03120300.xhp\n"
+"bm_id7499008\n"
"help.text"
-msgid "Choose whether you want to export the library as an extension or as a basic library."
+msgid "<bookmark_value>ampersand symbol in StarBasic</bookmark_value>"
msgstr ""
-#: 01030400.xhp
+#: 03120300.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3147010\n"
-"75\n"
+"03120300.xhp\n"
+"hd_id3153894\n"
+"1\n"
"help.text"
-msgid "Click <emph>OK</emph>."
-msgstr ""
+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>"
-#: 01030400.xhp
+#: 03120300.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3147011\n"
-"76\n"
+"03120300.xhp\n"
+"par_id3149178\n"
+"2\n"
"help.text"
-msgid "Select where you want your library exported."
+msgid "The following functions edit, format, and align the contents of strings. Use the & operator to concatenate strings."
msgstr ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3147012\n"
-"77\n"
+"03120301.xhp\n"
+"tit\n"
"help.text"
-msgid "Click <emph>Save</emph> to export the library."
-msgstr ""
+msgid "Format Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"hd_id3159100\n"
-"17\n"
+"03120301.xhp\n"
+"bm_id3153539\n"
"help.text"
-msgid "Deleting a Library"
-msgstr ""
+msgid "<bookmark_value>Format function</bookmark_value>"
+msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3150086\n"
-"18\n"
+"03120301.xhp\n"
+"hd_id3153539\n"
+"1\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 ""
+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>"
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3146808\n"
-"57\n"
+"03120301.xhp\n"
+"par_id3156042\n"
+"2\n"
"help.text"
-msgid "Click the <emph>Libraries</emph> tab."
+msgid "Converts a number to a string, and then formats it according to the format that you specify."
+msgstr "გარდაქმნის რიცხვებს სტრიქონებად, და შემდეგ აფორმატებს მას თქვენს მიერ განსაზრვრულ ფორმატში."
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3145090\n"
+"4\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3158212\n"
-"58\n"
+"03120301.xhp\n"
+"par_id3153527\n"
+"5\n"
"help.text"
-msgid "Select the library to be deleted from the list."
+msgid "Format (Number [, Format As String])"
+msgstr "ფორმატი (რიცხვი [, ფორმატი როგორც სტრიქონი])"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3149178\n"
+"6\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3148474\n"
+"7\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"hd_id3159176\n"
+"8\n"
+"help.text"
+msgid "Parameters:"
msgstr ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3150361\n"
-"20\n"
+"03120301.xhp\n"
+"par_id3149415\n"
+"9\n"
"help.text"
-msgid "Click <emph>Delete</emph>."
+msgid "<emph>Number:</emph> Numeric expression that you want to convert to a formatted string."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
+
+#: 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 ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3152986\n"
-"19\n"
+"03120301.xhp\n"
+"hd_id3147561\n"
+"47\n"
"help.text"
-msgid "Deleting a library permanently deletes all existing modules and corresponding procedures and functions."
+msgid "Formatting Codes"
+msgstr "ფორმატირების კოდები"
+
+#: 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 ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3148868\n"
-"59\n"
+"03120301.xhp\n"
+"par_id3153380\n"
+"12\n"
"help.text"
-msgid "You cannot delete the default library named \"Standard\"."
+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 ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3146869\n"
-"60\n"
+"03120301.xhp\n"
+"par_id3151210\n"
+"13\n"
"help.text"
-msgid "If you delete a library that was inserted as reference only the reference is deleted but not the library itself."
+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 ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"hd_id3147070\n"
-"21\n"
+"03120301.xhp\n"
+"par_id3151176\n"
+"14\n"
"help.text"
-msgid "Organizing Modules and Dialogs"
+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 ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"hd_id3155265\n"
-"61\n"
+"03120301.xhp\n"
+"par_id3154123\n"
+"15\n"
"help.text"
-msgid "Creating a New Module or Dialog"
+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 ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3154537\n"
-"62\n"
+"03120301.xhp\n"
+"par_id3148452\n"
+"16\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."
+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 ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3146781\n"
-"63\n"
+"03120301.xhp\n"
+"par_id3159150\n"
+"17\n"
"help.text"
-msgid "Click the <emph>Modules</emph> tab or the <emph>Dialogs</emph> tab."
+msgid "<emph>.:</emph> The decimal placeholder determines the number of decimal places to the left and right of the decimal separator."
msgstr ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3159206\n"
-"64\n"
+"03120301.xhp\n"
+"par_id3159252\n"
+"18\n"
"help.text"
-msgid "Select the library where the module will be inserted and click <emph>New</emph>."
+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 ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3152389\n"
-"65\n"
+"03120301.xhp\n"
+"par_id3153368\n"
+"19\n"
"help.text"
-msgid "Enter a name for the module or the dialog and click <emph>OK</emph>."
+msgid "<emph>%:</emph> Multiplies the number by 100 and inserts the percent sign (%) where the number appears in the format code."
msgstr ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"hd_id3152872\n"
-"25\n"
+"03120301.xhp\n"
+"par_id3149481\n"
+"20\n"
"help.text"
-msgid "Renaming a Module or Dialog"
+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 ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3159230\n"
-"66\n"
+"03120301.xhp\n"
+"par_id3149262\n"
+"21\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."
+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 ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3150046\n"
-"67\n"
+"03120301.xhp\n"
+"par_id3148617\n"
+"23\n"
"help.text"
-msgid "Click the module to be renamed twice, with a pause between the clicks. Enter the new name."
+msgid "The thousands delimiter is displayed if the format code contains the delimiter enclosed by digit placeholders (0 or #)."
msgstr ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3153801\n"
-"27\n"
+"03120301.xhp\n"
+"par_id3163713\n"
+"29\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."
+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 ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3155526\n"
-"28\n"
+"03120301.xhp\n"
+"par_id3152887\n"
+"24\n"
"help.text"
-msgid "Press Enter to confirm your changes."
+msgid "<emph>- + $ ( ) space:</emph> A plus (+), minus (-), dollar ($), space, or brackets entered directly in the format code is displayed as a literal character."
msgstr ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"hd_id3146963\n"
-"29\n"
+"03120301.xhp\n"
+"par_id3148576\n"
+"25\n"
"help.text"
-msgid "Deleting a Module or Dialog"
+msgid "To display characters other than the ones listed here, you must precede it by a backslash (\\), or enclose it in quotation marks (\" \")."
msgstr ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3147547\n"
-"68\n"
+"03120301.xhp\n"
+"par_id3153139\n"
+"26\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."
+msgid "\\ : The backslash displays the next character in the format code."
msgstr ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3150958\n"
-"69\n"
+"03120301.xhp\n"
+"par_id3153366\n"
+"27\n"
"help.text"
-msgid "Click the <emph>Modules</emph> tab or the <emph>Dialogs</emph> tab."
+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 ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3149870\n"
-"30\n"
+"03120301.xhp\n"
+"par_id3155411\n"
+"28\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."
+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 ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3147248\n"
-"32\n"
+"03120301.xhp\n"
+"par_id3145749\n"
+"30\n"
"help.text"
-msgid "Click <emph>Delete</emph>."
+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 ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3151339\n"
+"03120301.xhp\n"
+"par_id3150113\n"
"31\n"
"help.text"
-msgid "Deleting a module permanently deletes all existing procedures and functions in that module."
+msgid "If you use predefined formats, the name of the format must be enclosed in quotation marks."
msgstr ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"hd_id3151392\n"
+"03120301.xhp\n"
+"hd_id3149377\n"
+"32\n"
+"help.text"
+msgid "Predefined format"
+msgstr "განსაზღვრული ფორმატი"
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3154730\n"
"33\n"
"help.text"
-msgid "Organizing Projects among Documents or Templates"
+msgid "<emph>General Number:</emph> Numbers are displayed as entered."
+msgstr "<emph>General Number:</emph> რიცხვები ჩნდება როგორც შეყვანილი."
+
+#: 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 ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"hd_id3156400\n"
+"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 ""
+
+#: 03120301.xhp
+msgctxt ""
+"03120301.xhp\n"
+"par_id3153415\n"
"36\n"
"help.text"
-msgid "Moving or copying modules between documents, templates and the application."
+msgid "<emph>Standard:</emph> Displays numbers with a thousands separator."
msgstr ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3146819\n"
+"03120301.xhp\n"
+"par_id3150715\n"
"37\n"
"help.text"
-msgid "Open all documents or templates among which you want to move or copy the modules or dialogs."
+msgid "<emph>Percent:</emph> Multiplies the number by 100 and appends a percent sign to the number."
msgstr ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3149319\n"
+"03120301.xhp\n"
+"par_id3153836\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."
+msgid "<emph>Scientific:</emph> Displays numbers in scientific format (for example, 1.00E+03 for 1000)."
msgstr ""
-#: 01030400.xhp
+#: 03120301.xhp
msgctxt ""
-"01030400.xhp\n"
-"par_id3145637\n"
+"03120301.xhp\n"
+"par_id3153707\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."
+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 ""
-#: 03020403.xhp
+#: 03120301.xhp
msgctxt ""
-"03020403.xhp\n"
+"03120301.xhp\n"
+"hd_id3149019\n"
+"40\n"
+"help.text"
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
"tit\n"
"help.text"
-msgid "CurDir Function [Runtime]"
+msgid "LCase Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03020403.xhp
+#: 03120302.xhp
msgctxt ""
-"03020403.xhp\n"
-"bm_id3153126\n"
+"03120302.xhp\n"
+"bm_id3152363\n"
"help.text"
-msgid "<bookmark_value>CurDir function</bookmark_value>"
-msgstr "<bookmark_value>Chr ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>LCase function</bookmark_value>"
+msgstr "<bookmark_value>LCase ფუნქცია</bookmark_value>"
-#: 03020403.xhp
+#: 03120302.xhp
msgctxt ""
-"03020403.xhp\n"
-"hd_id3153126\n"
+"03120302.xhp\n"
+"hd_id3152363\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020403.xhp\">CurDir Function [Runtime]</link>"
-msgstr ""
+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>"
-#: 03020403.xhp
+#: 03120302.xhp
msgctxt ""
-"03020403.xhp\n"
-"par_id3156343\n"
+"03120302.xhp\n"
+"par_id3145609\n"
"2\n"
"help.text"
-msgid "Returns a variant string that represents the current path of the specified drive."
-msgstr ""
+msgid "Converts all uppercase letters in a string to lowercase."
+msgstr "ზედარეგისტრის სიმბოლოების გარდაქმნა ქვედარეგისტრის სტრიქონად."
-#: 03020403.xhp
+#: 03120302.xhp
msgctxt ""
-"03020403.xhp\n"
-"hd_id3149457\n"
+"03120302.xhp\n"
+"par_id3154347\n"
"3\n"
"help.text"
-msgid "Syntax:"
+msgid "See also: <link href=\"text/sbasic/shared/03120310.xhp\" name=\"UCase\">UCase</link> Function"
msgstr ""
-#: 03020403.xhp
+#: 03120302.xhp
msgctxt ""
-"03020403.xhp\n"
-"par_id3153381\n"
+"03120302.xhp\n"
+"hd_id3149456\n"
"4\n"
"help.text"
-msgid "CurDir [(Text As String)]"
-msgstr "LTrim (Text As String)"
+msgid "Syntax:"
+msgstr ""
-#: 03020403.xhp
+#: 03120302.xhp
msgctxt ""
-"03020403.xhp\n"
-"hd_id3154366\n"
+"03120302.xhp\n"
+"par_id3150791\n"
"5\n"
"help.text"
+msgid "LCase (Text As String)"
+msgstr "LCase (ტექსტი როგორც სრიქონი)"
+
+#: 03120302.xhp
+msgctxt ""
+"03120302.xhp\n"
+"hd_id3154940\n"
+"6\n"
+"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020403.xhp
+#: 03120302.xhp
msgctxt ""
-"03020403.xhp\n"
-"par_id3156281\n"
-"6\n"
+"03120302.xhp\n"
+"par_id3144760\n"
+"7\n"
"help.text"
msgid "String"
msgstr "სტრიქონები"
-#: 03020403.xhp
+#: 03120302.xhp
msgctxt ""
-"03020403.xhp\n"
-"hd_id3156423\n"
-"7\n"
+"03120302.xhp\n"
+"hd_id3151043\n"
+"8\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03020403.xhp
+#: 03120302.xhp
msgctxt ""
-"03020403.xhp\n"
+"03120302.xhp\n"
"par_id3153193\n"
-"8\n"
+"9\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 ""
+msgid "<emph>Text:</emph> Any string expression that you want to convert."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-#: 03020403.xhp
+#: 03120302.xhp
msgctxt ""
-"03020403.xhp\n"
-"par_id3155133\n"
-"9\n"
+"03120302.xhp\n"
+"hd_id3148451\n"
+"10\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 ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03020403.xhp
+#: 03120302.xhp
msgctxt ""
-"03020403.xhp\n"
-"par_id3150010\n"
-"10\n"
+"03120302.xhp\n"
+"par_id3146121\n"
+"14\n"
"help.text"
-msgid "This function is not case-sensitive."
-msgstr ""
+msgid "Print LCase(sVar) ' Returns \"las vegas\""
+msgstr "Print LCase(sVar) REM აბრუნებს \"ლას ვეგასი\""
-#: 03020403.xhp
+#: 03120302.xhp
msgctxt ""
-"03020403.xhp\n"
-"hd_id3155411\n"
-"11\n"
+"03120302.xhp\n"
+"par_id3146986\n"
+"15\n"
"help.text"
-msgid "Example:"
-msgstr ""
+msgid "Print UCase(sVar) ' Returns \"LAS VEGAS\""
+msgstr "Print UCase(sVar) REM აბრუნებს \"ლას ვეგასი\""
-#: 03080202.xhp
+#: 03120303.xhp
msgctxt ""
-"03080202.xhp\n"
+"03120303.xhp\n"
"tit\n"
"help.text"
-msgid "Log Function [Runtime]"
+msgid "Left Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03080202.xhp
+#: 03120303.xhp
msgctxt ""
-"03080202.xhp\n"
-"bm_id3149416\n"
+"03120303.xhp\n"
+"bm_id3149346\n"
"help.text"
-msgid "<bookmark_value>Log function</bookmark_value>"
-msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Left function</bookmark_value>"
+msgstr "<bookmark_value>მარცხენა ფუნქცია</bookmark_value>"
-#: 03080202.xhp
-#, fuzzy
+#: 03120303.xhp
msgctxt ""
-"03080202.xhp\n"
-"hd_id3149416\n"
+"03120303.xhp\n"
+"hd_id3149346\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03080202.xhp\" name=\"Log Function [Runtime]\">Log Function [Runtime]</link>"
+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>"
-#: 03080202.xhp
+#: 03120303.xhp
msgctxt ""
-"03080202.xhp\n"
-"par_id3145066\n"
+"03120303.xhp\n"
+"par_id3147242\n"
"2\n"
"help.text"
-msgid "Returns the natural logarithm of a number."
+msgid "Returns the number of leftmost characters that you specify of a string expression."
msgstr ""
-#: 03080202.xhp
+#: 03120303.xhp
msgctxt ""
-"03080202.xhp\n"
-"hd_id3159414\n"
+"03120303.xhp\n"
+"hd_id3156153\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03080202.xhp
+#: 03120303.xhp
msgctxt ""
-"03080202.xhp\n"
-"par_id3154760\n"
+"03120303.xhp\n"
+"par_id3150771\n"
"4\n"
"help.text"
-msgid "Log (Number)"
-msgstr ""
+msgid "Left (Text As String, n As Long)"
+msgstr "მარცხენა (ტექსტი როგორც სტრიქონი, n როგორც გრძელი)"
-#: 03080202.xhp
+#: 03120303.xhp
msgctxt ""
-"03080202.xhp\n"
-"hd_id3149457\n"
+"03120303.xhp\n"
+"hd_id3153824\n"
"5\n"
"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03080202.xhp
+#: 03120303.xhp
msgctxt ""
-"03080202.xhp\n"
-"par_id3150791\n"
+"03120303.xhp\n"
+"par_id3147530\n"
"6\n"
"help.text"
-msgid "Double"
-msgstr ""
+msgid "String"
+msgstr "სტრიქონები"
-#: 03080202.xhp
+#: 03120303.xhp
msgctxt ""
-"03080202.xhp\n"
-"hd_id3151211\n"
+"03120303.xhp\n"
+"hd_id3148946\n"
"7\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03080202.xhp
+#: 03120303.xhp
msgctxt ""
-"03080202.xhp\n"
-"par_id3151041\n"
+"03120303.xhp\n"
+"par_id3148552\n"
"8\n"
"help.text"
-msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the natural logarithm for."
-msgstr ""
+msgid "<emph>Text:</emph> Any string expression that you want to return the leftmost characters from."
+msgstr "<emph>ტექსტი:</emph> ნებისმიერი სტრინგული გამოსახულება, რომლიც ყველაზე მარჯვენა ასო-ნიშნების დაბრუნებაც გსურთ."
-#: 03080202.xhp
+#: 03120303.xhp
msgctxt ""
-"03080202.xhp\n"
-"par_id3150869\n"
+"03120303.xhp\n"
+"par_id3149456\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 ""
+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."
-#: 03080202.xhp
+#: 03120303.xhp
msgctxt ""
-"03080202.xhp\n"
-"par_id3153968\n"
+"03120303.xhp\n"
+"par_id3150791\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 ""
+msgid "The following example converts a date in YYYY.MM.DD format to MM/DD/YYYY format."
+msgstr "შემდეგი მაგალით ი გარდაქმნის თარიღს ფორმატში YYYY.MM.DD ფორმატს MM/DD/YYYY ფორმატში."
-#: 03080202.xhp
+#: 03120303.xhp
msgctxt ""
-"03080202.xhp\n"
-"par_id3145420\n"
+"03120303.xhp\n"
+"hd_id3125863\n"
"11\n"
"help.text"
-msgid "Log n(x) = Log(x) / Log(n)"
-msgstr ""
-
-#: 03080202.xhp
-msgctxt ""
-"03080202.xhp\n"
-"hd_id3155131\n"
-"12\n"
-"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
-#: 03080202.xhp
+#: 03120303.xhp
msgctxt ""
-"03080202.xhp\n"
-"par_id3149262\n"
-"18\n"
+"03120303.xhp\n"
+"par_id3150448\n"
+"15\n"
"help.text"
-msgid "MsgBox \"\" & a & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm function\""
+msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
msgstr ""
-#: 03090103.xhp
+#: 03120304.xhp
msgctxt ""
-"03090103.xhp\n"
+"03120304.xhp\n"
"tit\n"
"help.text"
-msgid "IIf Statement [Runtime]"
+msgid "LSet Statement [Runtime]"
msgstr ""
-#: 03090103.xhp
+#: 03120304.xhp
msgctxt ""
-"03090103.xhp\n"
-"bm_id3155420\n"
+"03120304.xhp\n"
+"bm_id3143268\n"
"help.text"
-msgid "<bookmark_value>IIf statement</bookmark_value>"
+msgid "<bookmark_value>LSet statement</bookmark_value>"
msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
-#: 03090103.xhp
-#, fuzzy
+#: 03120304.xhp
msgctxt ""
-"03090103.xhp\n"
-"hd_id3155420\n"
+"03120304.xhp\n"
+"hd_id3143268\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090103.xhp\" name=\"IIf Statement [Runtime]\">IIf Statement [Runtime]</link>"
+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>"
-#: 03090103.xhp
+#: 03120304.xhp
msgctxt ""
-"03090103.xhp\n"
-"par_id3145610\n"
+"03120304.xhp\n"
+"par_id3155419\n"
"2\n"
"help.text"
-msgid "Returns one of two possible function results, depending on the logical value of the evaluated expression."
+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 ""
-#: 03090103.xhp
+#: 03120304.xhp
msgctxt ""
-"03090103.xhp\n"
-"hd_id3159413\n"
+"03120304.xhp\n"
+"hd_id3145317\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03090103.xhp
+#: 03120304.xhp
msgctxt ""
-"03090103.xhp\n"
-"par_id3147560\n"
+"03120304.xhp\n"
+"par_id3150984\n"
"4\n"
"help.text"
-msgid "IIf (Expression, ExpressionTrue, ExpressionFalse)"
-msgstr ""
+msgid "LSet Var As String = Text or LSet Var1 = Var2"
+msgstr "LSet Var როგორც სტრიქონი = ტექსტი ან LSet Var1 = Var2"
-#: 03090103.xhp
+#: 03120304.xhp
msgctxt ""
-"03090103.xhp\n"
-"hd_id3150541\n"
+"03120304.xhp\n"
+"hd_id3143271\n"
"5\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03090103.xhp
+#: 03120304.xhp
msgctxt ""
-"03090103.xhp\n"
-"par_id3153381\n"
+"03120304.xhp\n"
+"par_id3145610\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 ""
+msgid "<emph>Var:</emph> Any String variable that contains the string that you want align to the left."
+msgstr "<emph>Var:</emph> ნებისმიერი სრიქონის ცვლადი შეიცავს სტრიქონს, რომელიც გინდათ, რომ გადაანაცვლოთ მარცხნივ."
-#: 03090103.xhp
+#: 03120304.xhp
msgctxt ""
-"03090103.xhp\n"
-"par_id3150870\n"
+"03120304.xhp\n"
+"par_id3154346\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."
+msgid "<emph>Text:</emph> String that you want to align to the left of the string variable."
+msgstr "<emph>ტექსტი</emph>: სტრინგი, რომელიც გსურთ გაასწოროთ მარჯვნივ სტრინგის ცვლადში."
+
+#: 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 ""
-#: 03090410.xhp
+#: 03120304.xhp
msgctxt ""
-"03090410.xhp\n"
+"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 ""
+
+#: 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 ""
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"hd_id3156282\n"
+"11\n"
+"help.text"
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03120304.xhp
+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 სიმბოლიანი სტრიქონის საზღვრებში"
+
+#: 03120304.xhp
+msgctxt ""
+"03120304.xhp\n"
+"par_id3148647\n"
+"19\n"
+"help.text"
+msgid "' Replace asterisks with spaces"
+msgstr ""
+
+#: 03120304.xhp
+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 სიმბოლიანი სტრიქონის საზღვრებში"
+
+#: 03120305.xhp
+msgctxt ""
+"03120305.xhp\n"
"tit\n"
"help.text"
-msgid "Switch Function [Runtime]"
+msgid "LTrim Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03090410.xhp
+#: 03120305.xhp
msgctxt ""
-"03090410.xhp\n"
-"bm_id3148554\n"
+"03120305.xhp\n"
+"bm_id3147574\n"
"help.text"
-msgid "<bookmark_value>Switch function</bookmark_value>"
-msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>LTrim function</bookmark_value>"
+msgstr "<bookmark_value>LTrim function</bookmark_value>"
-#: 03090410.xhp
-#, fuzzy
+#: 03120305.xhp
msgctxt ""
-"03090410.xhp\n"
-"hd_id3148554\n"
+"03120305.xhp\n"
+"hd_id3147574\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch Function [Runtime]\">Switch Function [Runtime]</link>"
+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>"
-#: 03090410.xhp
+#: 03120305.xhp
msgctxt ""
-"03090410.xhp\n"
-"par_id3148522\n"
+"03120305.xhp\n"
+"par_id3145316\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 ""
+msgid "Removes all leading spaces at the start of a string expression."
+msgstr "სტრინგული გამოსახულებიდან ამოიღებს ყველა წამძღვანებულ ჰარს."
-#: 03090410.xhp
+#: 03120305.xhp
msgctxt ""
-"03090410.xhp\n"
-"hd_id3154863\n"
+"03120305.xhp\n"
+"hd_id3154924\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03090410.xhp
+#: 03120305.xhp
msgctxt ""
-"03090410.xhp\n"
-"par_id3155934\n"
+"03120305.xhp\n"
+"par_id3148552\n"
"4\n"
"help.text"
-msgid "Switch (Expression1, Value1[, Expression2, Value2[..., Expression_n, Value_n]])"
-msgstr ""
+msgid "LTrim (Text As String)"
+msgstr "LTrim (Text As String)"
-#: 03090410.xhp
+#: 03120305.xhp
msgctxt ""
-"03090410.xhp\n"
-"hd_id3149119\n"
+"03120305.xhp\n"
+"hd_id3156344\n"
"5\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03090410.xhp
+#: 03120305.xhp
msgctxt ""
-"03090410.xhp\n"
-"par_id3153894\n"
+"03120305.xhp\n"
+"par_id3151056\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 ""
+msgid "String"
+msgstr "სტრიქონები"
-#: 03090410.xhp
+#: 03120305.xhp
msgctxt ""
-"03090410.xhp\n"
-"par_id3153990\n"
+"03120305.xhp\n"
+"hd_id3150543\n"
"7\n"
"help.text"
-msgid "<emph>Expression:</emph> The expression that you want to evaluate."
-msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
+msgid "Parameters:"
+msgstr ""
-#: 03090410.xhp
+#: 03120305.xhp
msgctxt ""
-"03090410.xhp\n"
-"par_id3153394\n"
+"03120305.xhp\n"
+"par_id3150792\n"
"8\n"
"help.text"
-msgid "<emph>Value:</emph> The value that you want to return if the expression is True."
-msgstr ""
+msgid "<emph>Text:</emph> Any string expression."
+msgstr "<emph>ტექსტი: </emph>ნებისმიერი სტრინგული გამოსახულება."
-#: 03090410.xhp
+#: 03120305.xhp
msgctxt ""
-"03090410.xhp\n"
-"par_id3153346\n"
+"03120305.xhp\n"
+"par_id3125863\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 ""
+msgid "Use this function to remove spaces at the beginning of a string expression."
+msgstr "გამოიყენეთ ეს ფუნქცია სტრინგული გამოსახულების დასაწყისში ჰარების წასაშლელად."
-#: 03090410.xhp
+#: 03120305.xhp
msgctxt ""
-"03090410.xhp\n"
-"hd_id3159157\n"
+"03120305.xhp\n"
+"hd_id3145419\n"
"10\n"
"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
-#: 03090410.xhp
-msgctxt ""
-"03090410.xhp\n"
-"par_id3149579\n"
-"13\n"
-"help.text"
-msgid "sGender = GetGenderIndex( \"John\" )"
-msgstr ""
-
-#: 03090410.xhp
+#: 03120306.xhp
msgctxt ""
-"03090410.xhp\n"
-"par_id3153361\n"
-"18\n"
+"03120306.xhp\n"
+"tit\n"
"help.text"
-msgid "GetGenderIndex = Switch(sName = \"Jane\", \"female\", sName = \"John\", \"male\")"
+msgid "Mid Function, Mid Statement [Runtime]"
msgstr ""
-#: 03010304.xhp
+#: 03120306.xhp
msgctxt ""
-"03010304.xhp\n"
-"tit\n"
+"03120306.xhp\n"
+"bm_id3143268\n"
"help.text"
-msgid "QBColor Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "<bookmark_value>Mid function</bookmark_value><bookmark_value>Mid statement</bookmark_value>"
+msgstr "<bookmark_value>Mid ფუნქცია</bookmark_value><bookmark_value>Mid დებულება</bookmark_value>"
-#: 03010304.xhp
-#, fuzzy
+#: 03120306.xhp
msgctxt ""
-"03010304.xhp\n"
-"hd_id3149670\n"
+"03120306.xhp\n"
+"hd_id3143268\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>"
+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>"
-#: 03010304.xhp
+#: 03120306.xhp
msgctxt ""
-"03010304.xhp\n"
-"par_id3150359\n"
+"03120306.xhp\n"
+"par_id3148473\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 ""
+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>)."
-#: 03010304.xhp
+#: 03120306.xhp
msgctxt ""
-"03010304.xhp\n"
-"hd_id3154140\n"
+"03120306.xhp\n"
+"hd_id3154285\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03010304.xhp
+#: 03120306.xhp
msgctxt ""
-"03010304.xhp\n"
-"par_id3151042\n"
+"03120306.xhp\n"
+"par_id3147530\n"
"4\n"
"help.text"
-msgid "QBColor (ColorNumber As Integer)"
-msgstr ""
+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)"
-#: 03010304.xhp
+#: 03120306.xhp
msgctxt ""
-"03010304.xhp\n"
-"hd_id3145172\n"
+"03120306.xhp\n"
+"hd_id3145068\n"
"5\n"
"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03010304.xhp
+#: 03120306.xhp
msgctxt ""
-"03010304.xhp\n"
-"par_id3154685\n"
+"03120306.xhp\n"
+"par_id3149295\n"
"6\n"
"help.text"
-msgid "Long"
-msgstr ""
+msgid "String (only by Function)"
+msgstr "სტრინგი (მხოლოდ ფუნქციით)"
-#: 03010304.xhp
+#: 03120306.xhp
msgctxt ""
-"03010304.xhp\n"
-"hd_id3156560\n"
+"03120306.xhp\n"
+"hd_id3154347\n"
"7\n"
"help.text"
-msgid "Parameter:"
+msgid "Parameters:"
msgstr ""
-#: 03010304.xhp
+#: 03120306.xhp
msgctxt ""
-"03010304.xhp\n"
-"par_id3161832\n"
+"03120306.xhp\n"
+"par_id3148664\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 ""
+msgid "<emph>Text:</emph> Any string expression that you want to modify."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-#: 03010304.xhp
+#: 03120306.xhp
msgctxt ""
-"03010304.xhp\n"
-"par_id3147318\n"
+"03120306.xhp\n"
+"par_id3150359\n"
"9\n"
"help.text"
-msgid "<emph>ColorNumber</emph> can be assigned the following values:"
-msgstr ""
+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."
-#: 03010304.xhp
+#: 03120306.xhp
msgctxt ""
-"03010304.xhp\n"
-"par_id3152576\n"
+"03120306.xhp\n"
+"par_id3148451\n"
"10\n"
"help.text"
-msgid "0 : Black"
-msgstr ""
+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."
-#: 03010304.xhp
+#: 03120306.xhp
msgctxt ""
-"03010304.xhp\n"
-"par_id3146975\n"
+"03120306.xhp\n"
+"par_id3125864\n"
"11\n"
"help.text"
-msgid "1 : Blue"
-msgstr ""
+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> გამოტოვებულია, სტრინგის გამოსახულებაში ყველა ასო-ნიშანი დაბრუნდება საწყისიდან საბოლოო პოზიციამდე."
-#: 03010304.xhp
+#: 03120306.xhp
msgctxt ""
-"03010304.xhp\n"
-"par_id3151116\n"
+"03120306.xhp\n"
+"par_id3144762\n"
"12\n"
"help.text"
-msgid "2 : Green"
-msgstr ""
+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> ნაკლებია ჩასანაცვლებელი ტექსტის სიგრძეზე, ტექსტი შემცირდება მითითებულ სიგრძემდე."
-#: 03010304.xhp
+#: 03120306.xhp
msgctxt ""
-"03010304.xhp\n"
-"par_id3155412\n"
+"03120306.xhp\n"
+"par_id3150769\n"
"13\n"
"help.text"
-msgid "3 : Cyan"
-msgstr ""
+msgid "<emph>Text:</emph> The string to replace the string expression (<emph>Mid statement</emph>)."
+msgstr "<emph>ტექსტი:</emph> სტრინგული გამოსახულების ჩასანაცვლებელი სტრინგი.(<emph>Mid დებულება</emph>)."
-#: 03010304.xhp
+#: 03120306.xhp
msgctxt ""
-"03010304.xhp\n"
-"par_id3155306\n"
+"03120306.xhp\n"
+"hd_id3149560\n"
"14\n"
"help.text"
-msgid "4 : Red"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03010304.xhp
+#: 03120306.xhp
msgctxt ""
-"03010304.xhp\n"
-"par_id3153364\n"
-"15\n"
+"03120306.xhp\n"
+"par_id3153189\n"
+"18\n"
"help.text"
-msgid "5 : Magenta"
+msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
msgstr ""
-#: 03010304.xhp
+#: 03120307.xhp
msgctxt ""
-"03010304.xhp\n"
-"par_id3146119\n"
-"16\n"
+"03120307.xhp\n"
+"tit\n"
"help.text"
-msgid "6 : Yellow"
-msgstr ""
+msgid "Right Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03010304.xhp
+#: 03120307.xhp
msgctxt ""
-"03010304.xhp\n"
-"par_id3154730\n"
-"17\n"
+"03120307.xhp\n"
+"bm_id3153311\n"
"help.text"
-msgid "7 : White"
-msgstr ""
+msgid "<bookmark_value>Right function</bookmark_value>"
+msgstr "<bookmark_value>მარჯვენა ფუნქცია</bookmark_value>"
-#: 03010304.xhp
+#: 03120307.xhp
msgctxt ""
-"03010304.xhp\n"
-"par_id3153877\n"
-"18\n"
+"03120307.xhp\n"
+"hd_id3153311\n"
+"1\n"
"help.text"
-msgid "8 : Gray"
-msgstr ""
+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>"
-#: 03010304.xhp
+#: 03120307.xhp
msgctxt ""
-"03010304.xhp\n"
-"par_id3147124\n"
-"19\n"
+"03120307.xhp\n"
+"par_id3150984\n"
+"2\n"
"help.text"
-msgid "9 : Light Blue"
-msgstr ""
+msgid "Returns the rightmost \"n\" characters of a string expression."
+msgstr "აბრუნებს სტინგ გამოსახულების \"n\" მარჯვენა უკიდურეს ასო-ნიშნებს."
-#: 03010304.xhp
+#: 03120307.xhp
msgctxt ""
-"03010304.xhp\n"
-"par_id3145646\n"
-"20\n"
+"03120307.xhp\n"
+"par_id3149763\n"
+"3\n"
"help.text"
-msgid "10 : Light Green"
-msgstr ""
+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>."
-#: 03010304.xhp
+#: 03120307.xhp
msgctxt ""
-"03010304.xhp\n"
-"par_id3149958\n"
-"21\n"
+"03120307.xhp\n"
+"hd_id3145315\n"
+"4\n"
"help.text"
-msgid "11 : Light Cyan"
+msgid "Syntax:"
msgstr ""
-#: 03010304.xhp
+#: 03120307.xhp
msgctxt ""
-"03010304.xhp\n"
-"par_id3154943\n"
-"22\n"
+"03120307.xhp\n"
+"par_id3153061\n"
+"5\n"
"help.text"
-msgid "12 : Light Red"
-msgstr ""
+msgid "Right (Text As String, n As Long)"
+msgstr "მარჯვენა (Text As String, n As Long)"
-#: 03010304.xhp
+#: 03120307.xhp
msgctxt ""
-"03010304.xhp\n"
-"par_id3150715\n"
-"23\n"
+"03120307.xhp\n"
+"hd_id3145068\n"
+"6\n"
"help.text"
-msgid "13 : Light Magenta"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03010304.xhp
+#: 03120307.xhp
msgctxt ""
-"03010304.xhp\n"
-"par_id3146970\n"
-"24\n"
+"03120307.xhp\n"
+"par_id3156344\n"
+"7\n"
"help.text"
-msgid "14 : Light Yellow"
-msgstr ""
+msgid "String"
+msgstr "სტრიქონები"
-#: 03010304.xhp
+#: 03120307.xhp
msgctxt ""
-"03010304.xhp\n"
-"par_id3150750\n"
-"25\n"
+"03120307.xhp\n"
+"hd_id3146795\n"
+"8\n"
"help.text"
-msgid "15 : Bright White"
+msgid "Parameters:"
msgstr ""
-#: 03010304.xhp
+#: 03120307.xhp
msgctxt ""
-"03010304.xhp\n"
-"par_id3146914\n"
-"26\n"
+"03120307.xhp\n"
+"par_id3153526\n"
+"9\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 ""
+msgid "<emph>Text:</emph> Any string expression that you want to return the rightmost characters of."
+msgstr "<emph>ტექსტი:</emph> ნებისმიერი სტრინგული გამოსახულება, რომლიც ყველაზე მარჯვენა ასო-ნიშნების დაბრუნებაც გსურთ."
-#: 03010304.xhp
+#: 03120307.xhp
msgctxt ""
-"03010304.xhp\n"
-"hd_id3148406\n"
-"27\n"
+"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."
+
+#: 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 "შემდეგ მაგალითს გადაყავს წწწწ-თთ-დდ ფორმატი ამერიკულ თარიღის ფორმატში (თთ/დდ/წწწწ)."
+
+#: 03120307.xhp
+msgctxt ""
+"03120307.xhp\n"
+"hd_id3156212\n"
+"12\n"
"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
-#: 03010304.xhp
+#: 03120307.xhp
msgctxt ""
-"03010304.xhp\n"
-"par_id3149566\n"
-"33\n"
+"03120307.xhp\n"
+"par_id3159252\n"
+"16\n"
"help.text"
-msgid "MsgBox stext,0,\"Color \" & iColor"
+msgid "sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-DD'\")"
msgstr ""
-#: 03030105.xhp
+#: 03120308.xhp
msgctxt ""
-"03030105.xhp\n"
+"03120308.xhp\n"
"tit\n"
"help.text"
-msgid "WeekDay Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "RSet Statement [Runtime]"
+msgstr ""
-#: 03030105.xhp
+#: 03120308.xhp
msgctxt ""
-"03030105.xhp\n"
-"bm_id3153127\n"
+"03120308.xhp\n"
+"bm_id3153345\n"
"help.text"
-msgid "<bookmark_value>WeekDay function</bookmark_value>"
-msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
+msgid "<bookmark_value>RSet statement</bookmark_value>"
+msgstr "<bookmark_value>RSet დებულება</bookmark_value>"
-#: 03030105.xhp
-#, fuzzy
+#: 03120308.xhp
msgctxt ""
-"03030105.xhp\n"
-"hd_id3153127\n"
+"03120308.xhp\n"
+"hd_id3153345\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>"
+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>"
-#: 03030105.xhp
+#: 03120308.xhp
msgctxt ""
-"03030105.xhp\n"
-"par_id3146795\n"
+"03120308.xhp\n"
+"par_id3150503\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 ""
+msgid "Right-aligns a string within a string variable, or copies a user-defined variable type into another."
+msgstr "სტრინგს ასწორებს მარჯვნივ სტრინგის ცვლადში ან აკოპირებს მომხმარებლის მიერ მორგებულ ცვლადის ტიპს სხვაში."
-#: 03030105.xhp
+#: 03120308.xhp
msgctxt ""
-"03030105.xhp\n"
-"hd_id3145068\n"
+"03120308.xhp\n"
+"hd_id3149234\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03030105.xhp
+#: 03120308.xhp
msgctxt ""
-"03030105.xhp\n"
-"par_id3149655\n"
+"03120308.xhp\n"
+"par_id3150669\n"
"4\n"
"help.text"
-msgid "WeekDay (Number)"
-msgstr ""
+msgid "RSet Text As String = Text or RSet Variable1 = Variable2"
+msgstr "RSet Text As String = Text or RSet Variable1 = Variable2"
-#: 03030105.xhp
+#: 03120308.xhp
msgctxt ""
-"03030105.xhp\n"
-"hd_id3148799\n"
+"03120308.xhp\n"
+"hd_id3156024\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Parameters:"
+msgstr ""
-#: 03030105.xhp
+#: 03120308.xhp
msgctxt ""
-"03030105.xhp\n"
-"par_id3154125\n"
+"03120308.xhp\n"
+"par_id3148552\n"
"6\n"
"help.text"
-msgid "Integer"
-msgstr ""
+msgid "<emph>Text:</emph> Any string variable."
+msgstr "<emph>ტექსტი:</emph> ნებისმიერის სტინგის ცვლადი."
-#: 03030105.xhp
+#: 03120308.xhp
msgctxt ""
-"03030105.xhp\n"
-"hd_id3150768\n"
+"03120308.xhp\n"
+"par_id3154924\n"
"7\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "<emph>Text</emph>: String that you want to right-align in the string variable."
+msgstr "<emph>ტექსტი</emph>: სტრინგი, რომელიც გსურთ გაასწოროთ მარჯვნივ სტრინგის ცვლადში."
-#: 03030105.xhp
+#: 03120308.xhp
msgctxt ""
-"03030105.xhp\n"
-"par_id3151042\n"
+"03120308.xhp\n"
+"par_id3149456\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 ""
+msgid "<emph>Variable1:</emph> User-defined variable that is the target for the copied variable."
+msgstr "<emph>ცვლადი1:</emph> მომხმარებლის მიერ განსაზღვრული ცვლადი რომელიც არის მიზანი კოპირებული ცვლადისთვის."
-#: 03030105.xhp
+#: 03120308.xhp
msgctxt ""
-"03030105.xhp\n"
-"par_id3159254\n"
+"03120308.xhp\n"
+"par_id3153381\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 ""
+msgid "<emph>Variable2:</emph> User-defined variable that you want to copy to another variable."
+msgstr "<emph>ცვლადი2:</emph> მომხმარებლის მიერ განსაზღვრული ცვლადი რომელიც გინდათ გადაწეროთ სხვა ცვლადში."
-#: 03030105.xhp
+#: 03120308.xhp
msgctxt ""
-"03030105.xhp\n"
-"hd_id3148616\n"
+"03120308.xhp\n"
+"par_id3154140\n"
"10\n"
"help.text"
-msgid "Example:"
-msgstr ""
+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> ასწორებს სტრინგს მარჯვნივ. ნებისმიერი დარჩენილი ასო-ნიშანი სტრინგის ცვლადეში ჩანაცვლდება ჰარით. ტუ სტრინგი უფრო გრძელია ვიდრე სტრინგის ცვლდაი, ასო-ნიშნები, რომლების აჭარბებენ ცვლადის ზომას იჭრება, მხოლოდ დარჩენილი ასო-ნიშნები სწორდებიან მარჯვნივ."
-#: 03030105.xhp
+#: 03120308.xhp
msgctxt ""
-"03030105.xhp\n"
-"par_id3148576\n"
-"13\n"
+"03120308.xhp\n"
+"par_id3149202\n"
+"11\n"
"help.text"
-msgid "' Return And display the day of the week"
-msgstr ""
+msgid "You can also use the <emph>RSet statement</emph> to assign variables of one user-defined type to another."
+msgstr "თქვენ აგრეთვე შეგიძლიათ გამოიყენოთ <emph>RSet ბრძანება</emph> რათა მიანიჭოთ მომხმარებლის მიერ განსაღვრული ერთი ტიპი მეორეს."
-#: 03030105.xhp
+#: 03120308.xhp
msgctxt ""
-"03030105.xhp\n"
-"par_id3151117\n"
-"16\n"
+"03120308.xhp\n"
+"par_id3151042\n"
+"12\n"
"help.text"
-msgid "sDay=\"Sunday\""
-msgstr ""
+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> ბრძანებებს რათა შეცვალონ სტინგების მარცხენა და მარჯვენა სწორება."
-#: 03030105.xhp
+#: 03120308.xhp
msgctxt ""
-"03030105.xhp\n"
-"par_id3153952\n"
-"18\n"
+"03120308.xhp\n"
+"hd_id3154909\n"
+"13\n"
"help.text"
-msgid "sDay=\"Monday\""
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03030105.xhp
+#: 03120308.xhp
msgctxt ""
-"03030105.xhp\n"
-"par_id3153157\n"
+"03120308.xhp\n"
+"par_id3155856\n"
"20\n"
"help.text"
-msgid "sDay=\"Tuesday\""
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"par_id3154942\n"
-"22\n"
-"help.text"
-msgid "sDay=\"Wednesday\""
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"par_id3155416\n"
-"24\n"
-"help.text"
-msgid "sDay=\"Thursday\""
-msgstr ""
-
-#: 03030105.xhp
-msgctxt ""
-"03030105.xhp\n"
-"par_id3154015\n"
-"26\n"
-"help.text"
-msgid "sDay=\"Friday\""
-msgstr ""
+msgid "' Right-align \"SBX\" in a 40-character string"
+msgstr "REM მარჯვენა სწორება \"SBX\" 40 ასო-ნიშნიან სტრინგში."
-#: 03030105.xhp
+#: 03120308.xhp
msgctxt ""
-"03030105.xhp\n"
-"par_id3153707\n"
-"28\n"
+"03120308.xhp\n"
+"par_id3152577\n"
+"21\n"
"help.text"
-msgid "sDay=\"Saturday\""
+msgid "' Replace asterisks with spaces"
msgstr ""
-#: 03030105.xhp
+#: 03120308.xhp
msgctxt ""
-"03030105.xhp\n"
-"par_id3148993\n"
-"30\n"
+"03120308.xhp\n"
+"par_id3145801\n"
+"32\n"
"help.text"
-msgid "MsgBox \"\" + sDay,64,\"Today Is\""
-msgstr ""
+msgid "' Left-align \"SBX\" in a 40-character string"
+msgstr "REM მარცხენა სწორება \"SBX\" 40 ასო-ნიშნიან სტრინგში."
-#: 03130800.xhp
+#: 03120309.xhp
msgctxt ""
-"03130800.xhp\n"
+"03120309.xhp\n"
"tit\n"
"help.text"
-msgid "Environ Function [Runtime]"
+msgid "RTrim Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03130800.xhp
+#: 03120309.xhp
msgctxt ""
-"03130800.xhp\n"
-"bm_id3155364\n"
+"03120309.xhp\n"
+"bm_id3154286\n"
"help.text"
-msgid "<bookmark_value>Environ function</bookmark_value>"
-msgstr "<bookmark_value>Environ ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>RTrim function</bookmark_value>"
+msgstr "<bookmark_value>RTrim ფუნქცია</bookmark_value>"
-#: 03130800.xhp
-#, fuzzy
+#: 03120309.xhp
msgctxt ""
-"03130800.xhp\n"
-"hd_id3155364\n"
+"03120309.xhp\n"
+"hd_id3154286\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03130800.xhp\" name=\"Environ Function [Runtime]\">Environ Function [Runtime]</link>"
+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>"
-#: 03130800.xhp
+#: 03120309.xhp
msgctxt ""
-"03130800.xhp\n"
-"par_id3145090\n"
+"03120309.xhp\n"
+"par_id3153127\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 "აბრუნებს გარემოს ცვლადის მნიშვნელობას როგორც სტრინგს. გარემოს ცვლადები დამოკიდებულები არიან თქვენი ოპერაციული სისტემის ტიპზე."
+msgid "Deletes the spaces at the end of a string expression."
+msgstr "სტრინგული გამოსახულების ბოლოში შლის ჰარებს."
-#: 03130800.xhp
+#: 03120309.xhp
msgctxt ""
-"03130800.xhp\n"
-"hd_id3150670\n"
+"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>"
+
+#: 03120309.xhp
+msgctxt ""
+"03120309.xhp\n"
+"hd_id3154924\n"
"4\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03130800.xhp
+#: 03120309.xhp
msgctxt ""
-"03130800.xhp\n"
-"par_id3159176\n"
+"03120309.xhp\n"
+"par_id3154347\n"
"5\n"
"help.text"
-msgid "Environ (Environment As String)"
-msgstr "Environ (Environment As String)"
+msgid "RTrim (Text As String)"
+msgstr "RTrim (Text As String)"
-#: 03130800.xhp
+#: 03120309.xhp
msgctxt ""
-"03130800.xhp\n"
-"hd_id3159157\n"
+"03120309.xhp\n"
+"hd_id3149457\n"
"6\n"
"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03130800.xhp
+#: 03120309.xhp
msgctxt ""
-"03130800.xhp\n"
-"par_id3148473\n"
+"03120309.xhp\n"
+"par_id3153381\n"
"7\n"
"help.text"
msgid "String"
msgstr "სტრიქონები"
-#: 03130800.xhp
+#: 03120309.xhp
msgctxt ""
-"03130800.xhp\n"
-"hd_id3145609\n"
+"03120309.xhp\n"
+"hd_id3148798\n"
"8\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03130800.xhp
+#: 03120309.xhp
msgctxt ""
-"03130800.xhp\n"
-"par_id3159414\n"
+"03120309.xhp\n"
+"par_id3151380\n"
"9\n"
"help.text"
-msgid "Environment: Environment variable that you want to return the value for."
-msgstr "Environment: გარემოს ცვლადი, რომელისთვისაც გნებავთ დააბრუნოთ მნიშვნელობა."
+msgid "<emph>Text: </emph>Any string expression."
+msgstr "<emph>ტექსტი: </emph>ნებისმიერი სტრინგული გამოსახულება."
-#: 03130800.xhp
+#: 03120309.xhp
msgctxt ""
-"03130800.xhp\n"
-"hd_id3148663\n"
+"03120309.xhp\n"
+"hd_id3151041\n"
"10\n"
"help.text"
msgid "Example:"
-msgstr ""
-
-#: 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,\"დროებითი ფაილების დირექტორია:\""
+msgstr "მაგალითი:"
-#: 03020200.xhp
-msgctxt ""
-"03020200.xhp\n"
-"tit\n"
-"help.text"
-msgid "File Input/Output Functions"
-msgstr ""
-
-#: 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 ""
-
-#: 03050300.xhp
+#: 03120310.xhp
msgctxt ""
-"03050300.xhp\n"
+"03120310.xhp\n"
"tit\n"
"help.text"
-msgid "Error Function [Runtime]"
+msgid "UCase Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03050300.xhp
+#: 03120310.xhp
msgctxt ""
-"03050300.xhp\n"
-"bm_id3159413\n"
+"03120310.xhp\n"
+"bm_id3153527\n"
"help.text"
-msgid "<bookmark_value>Error function</bookmark_value>"
-msgstr "<bookmark_value>IsError ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>UCase function</bookmark_value>"
+msgstr "<bookmark_value>UCase ფუნქცია</bookmark_value>"
-#: 03050300.xhp
-#, fuzzy
+#: 03120310.xhp
msgctxt ""
-"03050300.xhp\n"
-"hd_id3159413\n"
+"03120310.xhp\n"
+"hd_id3153527\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03050300.xhp\" name=\"Error Function [Runtime]\">Error Function [Runtime]</link>"
+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>"
-#: 03050300.xhp
+#: 03120310.xhp
msgctxt ""
-"03050300.xhp\n"
-"par_id3148663\n"
+"03120310.xhp\n"
+"par_id3155420\n"
"2\n"
"help.text"
-msgid "Returns the error message that corresponds to a given error code."
-msgstr ""
+msgid "Converts lowercase characters in a string to uppercase."
+msgstr "სტრინგში გადაყავს პატარა ასო-ნიშნები დიდში."
-#: 03050300.xhp
+#: 03120310.xhp
msgctxt ""
-"03050300.xhp\n"
-"hd_id3153379\n"
+"03120310.xhp\n"
+"par_id3150771\n"
"3\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+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>"
-#: 03050300.xhp
+#: 03120310.xhp
msgctxt ""
-"03050300.xhp\n"
-"par_id3154366\n"
+"03120310.xhp\n"
+"par_id3149233\n"
"4\n"
"help.text"
-msgid "Error (Expression)"
-msgstr "Str (გამოსახულება)"
+msgid "<emph>Syntax</emph>:"
+msgstr "<emph>სინტაქსი</emph>:"
-#: 03050300.xhp
+#: 03120310.xhp
msgctxt ""
-"03050300.xhp\n"
-"hd_id3145173\n"
+"03120310.xhp\n"
+"par_id3153061\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "UCase (Text As String)"
+msgstr "UCase (Text As String)"
-#: 03050300.xhp
+#: 03120310.xhp
msgctxt ""
-"03050300.xhp\n"
-"par_id3154125\n"
+"03120310.xhp\n"
+"par_id3159414\n"
"6\n"
"help.text"
-msgid "String"
-msgstr "სტრიქონები"
+msgid "<emph>Return value</emph>:"
+msgstr "<emph>დაბრუნებული მნიშვნელობა</emph>:"
-#: 03050300.xhp
+#: 03120310.xhp
msgctxt ""
-"03050300.xhp\n"
-"hd_id3150869\n"
+"03120310.xhp\n"
+"par_id3146795\n"
"7\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "String"
+msgstr "სტრიქონები"
-#: 03050300.xhp
+#: 03120310.xhp
msgctxt ""
-"03050300.xhp\n"
-"par_id3153193\n"
+"03120310.xhp\n"
+"hd_id3149457\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."
+msgid "Parameters:"
msgstr ""
-#: 03050300.xhp
+#: 03120310.xhp
msgctxt ""
-"03050300.xhp\n"
-"par_id3159254\n"
+"03120310.xhp\n"
+"par_id3150791\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 ""
+msgid "<emph>Text:</emph> Any string expression that you want to convert."
+msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
-#: 03020413.xhp
+#: 03120310.xhp
msgctxt ""
-"03020413.xhp\n"
+"03120310.xhp\n"
+"hd_id3154125\n"
+"10\n"
+"help.text"
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03120310.xhp
+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\""
+
+#: 03120310.xhp
+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\""
+
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
"tit\n"
"help.text"
-msgid "RmDir Statement [Runtime]"
-msgstr ""
+msgid "Trim Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03020413.xhp
+#: 03120311.xhp
msgctxt ""
-"03020413.xhp\n"
-"bm_id3148947\n"
+"03120311.xhp\n"
+"bm_id3150616\n"
"help.text"
-msgid "<bookmark_value>RmDir statement</bookmark_value>"
-msgstr "<bookmark_value>RSet დებულება</bookmark_value>"
+msgid "<bookmark_value>Trim function</bookmark_value>"
+msgstr "<bookmark_value>Trim ფუნქცია</bookmark_value>"
-#: 03020413.xhp
-#, fuzzy
+#: 03120311.xhp
msgctxt ""
-"03020413.xhp\n"
-"hd_id3148947\n"
+"03120311.xhp\n"
+"hd_id3150616\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>"
+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>"
-#: 03020413.xhp
+#: 03120311.xhp
msgctxt ""
-"03020413.xhp\n"
-"par_id3149457\n"
+"03120311.xhp\n"
+"par_id3149177\n"
"2\n"
"help.text"
-msgid "Deletes an existing directory from a data medium."
-msgstr ""
+msgid "Removes all leading and trailing spaces from a string expression."
+msgstr "წაშლის ყველა"
-#: 03020413.xhp
+#: 03120311.xhp
msgctxt ""
-"03020413.xhp\n"
-"hd_id3153361\n"
+"03120311.xhp\n"
+"hd_id3159157\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020413.xhp
+#: 03120311.xhp
msgctxt ""
-"03020413.xhp\n"
-"par_id3154367\n"
+"03120311.xhp\n"
+"par_id3155341\n"
"4\n"
"help.text"
-msgid "RmDir Text As String"
-msgstr "RTrim (Text As String)"
+msgid "Trim( Text As String )"
+msgstr "Trim( Text As String )"
-#: 03020413.xhp
+#: 03120311.xhp
msgctxt ""
-"03020413.xhp\n"
-"hd_id3156281\n"
+"03120311.xhp\n"
+"hd_id3155388\n"
"5\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020413.xhp
+#: 03120311.xhp
msgctxt ""
-"03020413.xhp\n"
-"par_id3151042\n"
+"03120311.xhp\n"
+"par_id3143228\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 ""
+msgid "String"
+msgstr "სტრიქონები"
-#: 03020413.xhp
+#: 03120311.xhp
msgctxt ""
-"03020413.xhp\n"
-"par_id3153192\n"
+"03120311.xhp\n"
+"hd_id3145609\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."
+msgid "Parameters:"
msgstr ""
-#: 03020413.xhp
+#: 03120311.xhp
msgctxt ""
-"03020413.xhp\n"
-"hd_id3145271\n"
+"03120311.xhp\n"
+"par_id3159414\n"
"8\n"
"help.text"
+msgid "<emph>Text:</emph> Any string expression."
+msgstr "<emph>ტექსტი: </emph>ნებისმიერი სტრინგული გამოსახულება."
+
+#: 03120311.xhp
+msgctxt ""
+"03120311.xhp\n"
+"hd_id3148663\n"
+"10\n"
+"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
-#: 03020302.xhp
+#: 03120312.xhp
msgctxt ""
-"03020302.xhp\n"
+"03120312.xhp\n"
"tit\n"
"help.text"
-msgid "Loc Function [Runtime]"
+msgid "ConvertToURL Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03020302.xhp
+#: 03120312.xhp
msgctxt ""
-"03020302.xhp\n"
-"bm_id3148663\n"
+"03120312.xhp\n"
+"bm_id3152801\n"
"help.text"
-msgid "<bookmark_value>Loc function</bookmark_value>"
-msgstr "<bookmark_value>Asc ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>ConvertToURL function</bookmark_value>"
+msgstr "<bookmark_value>ConvertToURL ფუნქცია</bookmark_value>"
-#: 03020302.xhp
-#, fuzzy
+#: 03120312.xhp
msgctxt ""
-"03020302.xhp\n"
-"hd_id3148663\n"
+"03120312.xhp\n"
+"hd_id3152801\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03020302.xhp\" name=\"Loc Function [Runtime]\">Loc Function [Runtime]</link>"
+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>"
-#: 03020302.xhp
+#: 03120312.xhp
msgctxt ""
-"03020302.xhp\n"
-"par_id3154138\n"
+"03120312.xhp\n"
+"par_id3148538\n"
"2\n"
"help.text"
-msgid "Returns the current position in an open file."
-msgstr ""
+msgid "Converts a system file name to a file URL."
+msgstr "გადაყავს სისტემური ფაილის სახელი URL-ში."
-#: 03020302.xhp
+#: 03120312.xhp
msgctxt ""
-"03020302.xhp\n"
-"hd_id3156422\n"
+"03120312.xhp\n"
+"hd_id3150669\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020302.xhp
+#: 03120312.xhp
msgctxt ""
-"03020302.xhp\n"
-"par_id3150768\n"
+"03120312.xhp\n"
+"par_id3154285\n"
"4\n"
"help.text"
-msgid "Loc(FileNumber)"
-msgstr ""
+msgid "ConvertToURL(filename)"
+msgstr "ConvertToURL(filename)"
-#: 03020302.xhp
+#: 03120312.xhp
msgctxt ""
-"03020302.xhp\n"
-"hd_id3150440\n"
+"03120312.xhp\n"
+"hd_id3150984\n"
"5\n"
"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020302.xhp
+#: 03120312.xhp
msgctxt ""
-"03020302.xhp\n"
-"par_id3152578\n"
+"03120312.xhp\n"
+"par_id3147530\n"
"6\n"
"help.text"
-msgid "Long"
-msgstr ""
+msgid "String"
+msgstr "სტრიქონები"
-#: 03020302.xhp
+#: 03120312.xhp
msgctxt ""
-"03020302.xhp\n"
-"hd_id3152462\n"
+"03120312.xhp\n"
+"hd_id3148550\n"
"7\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03020302.xhp
+#: 03120312.xhp
msgctxt ""
-"03020302.xhp\n"
-"par_id3153363\n"
+"03120312.xhp\n"
+"par_id3148947\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 ""
+msgid "<emph>Filename:</emph> A file name as string."
+msgstr "<emph>ფაილის სახელი:</emph> ფაილის სახელი, როგოც სტრინგი."
-#: 03020302.xhp
+#: 03120312.xhp
msgctxt ""
-"03020302.xhp\n"
-"par_id3154320\n"
+"03120312.xhp\n"
+"hd_id3153361\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 ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03020302.xhp
+#: 03120312.xhp
msgctxt ""
-"03020302.xhp\n"
-"par_id3151115\n"
+"03120312.xhp\n"
+"par_id3150792\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."
+msgid "systemFile$ = \"c:\\folder\\mytext.txt\""
msgstr ""
-#: 03101120.xhp
+#: 03120312.xhp
msgctxt ""
-"03101120.xhp\n"
-"tit\n"
+"03120312.xhp\n"
+"par_id3154365\n"
+"11\n"
"help.text"
-msgid "DefErr Statement [Runtime]"
+msgid "url$ = ConvertToURL( systemFile$ )"
msgstr ""
-#: 03101120.xhp
+#: 03120312.xhp
msgctxt ""
-"03101120.xhp\n"
-"bm_id8177739\n"
+"03120312.xhp\n"
+"par_id3151042\n"
+"12\n"
"help.text"
-msgid "<bookmark_value>DefErr statement</bookmark_value>"
-msgstr "<bookmark_value>DefErr განცხადება</bookmark_value>"
+msgid "print url$"
+msgstr ""
-#: 03101120.xhp
+#: 03120312.xhp
msgctxt ""
-"03101120.xhp\n"
-"par_idN1057D\n"
+"03120312.xhp\n"
+"par_id3154909\n"
+"13\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03101120.xhp\">DefErr Statement [Runtime]</link>"
+msgid "systemFileAgain$ = ConvertFromURL( url$ )"
msgstr ""
-#: 03101120.xhp
+#: 03120312.xhp
msgctxt ""
-"03101120.xhp\n"
-"par_idN1058D\n"
+"03120312.xhp\n"
+"par_id3144762\n"
+"14\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 განცხადება საწყისი ცვლადის ტიპს აყენებს ასოთა რანგის მიხედვით."
+msgid "print systemFileAgain$"
+msgstr ""
-#: 03101120.xhp
+#: 03120313.xhp
msgctxt ""
-"03101120.xhp\n"
-"par_idN10590\n"
+"03120313.xhp\n"
+"tit\n"
+"help.text"
+msgid "ConvertFromURL Function [Runtime]"
+msgstr "Split Function [Runtime]"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"bm_id3153894\n"
+"help.text"
+msgid "<bookmark_value>ConvertFromURL function</bookmark_value>"
+msgstr "<bookmark_value>ConvertFromURL ფუნქცია</bookmark_value>"
+
+#: 03120313.xhp
+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>"
+
+#: 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-ს სისტემურ ფაილის სახელად."
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"hd_id3143267\n"
+"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03101120.xhp
+#: 03120313.xhp
msgctxt ""
-"03101120.xhp\n"
-"par_idN10594\n"
+"03120313.xhp\n"
+"par_id3154142\n"
+"4\n"
"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr ""
+msgid "ConvertFromURL(filename)"
+msgstr "ConvertFromURL(filename)"
-#: 03101120.xhp
+#: 03120313.xhp
msgctxt ""
-"03101120.xhp\n"
-"par_idN10597\n"
+"03120313.xhp\n"
+"hd_id3159157\n"
+"5\n"
+"help.text"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"par_id3150669\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
+
+#: 03120313.xhp
+msgctxt ""
+"03120313.xhp\n"
+"hd_id3143270\n"
+"7\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03101120.xhp
+#: 03120313.xhp
msgctxt ""
-"03101120.xhp\n"
-"par_idN1059B\n"
+"03120313.xhp\n"
+"par_id3156023\n"
+"8\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 ""
+msgid "<emph>Filename:</emph> A file name as a string."
+msgstr "<emph>ფაილის სახელი:</emph> ფაილის სახელი, როგორც სტრინგი."
-#: 03101120.xhp
+#: 03120313.xhp
msgctxt ""
-"03101120.xhp\n"
-"par_idN105A2\n"
+"03120313.xhp\n"
+"hd_id3154760\n"
+"9\n"
"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03101120.xhp
+#: 03120313.xhp
msgctxt ""
-"03101120.xhp\n"
-"par_idN105A9\n"
+"03120313.xhp\n"
+"par_id3148664\n"
+"10\n"
"help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
+msgid "systemFile$ = \"c:\\folder\\mytext.txt\""
msgstr ""
-#: 03101120.xhp
+#: 03120313.xhp
msgctxt ""
-"03101120.xhp\n"
-"par_idN105B0\n"
+"03120313.xhp\n"
+"par_id3150541\n"
+"11\n"
"help.text"
-msgid "<emph>DefErr:</emph> Error"
-msgstr "<emph>DefErr:</emph> შეცდომა"
+msgid "url$ = ConvertToURL( systemFile$ )"
+msgstr ""
-#: 03101120.xhp
+#: 03120313.xhp
msgctxt ""
-"03101120.xhp\n"
-"par_idN105B7\n"
+"03120313.xhp\n"
+"par_id3150792\n"
+"12\n"
"help.text"
-msgid "Example:"
+msgid "print url$"
msgstr ""
-#: 03101120.xhp
+#: 03120313.xhp
msgctxt ""
-"03101120.xhp\n"
-"par_idN105BB\n"
+"03120313.xhp\n"
+"par_id3154367\n"
+"13\n"
"help.text"
-msgid "' Prefix definitions for variable types:"
+msgid "systemFileAgain$ = ConvertFromURL( url$ )"
msgstr ""
-#: 03101120.xhp
-#, fuzzy
+#: 03120313.xhp
msgctxt ""
-"03101120.xhp\n"
-"par_idN105D9\n"
+"03120313.xhp\n"
+"par_id3153194\n"
+"14\n"
"help.text"
-msgid "eErr=Error ' eErr is an implicit error variable"
-msgstr "eErr=Error REM eErr არის ნაგულისხმევი შეცდომის ცვლადი"
+msgid "print systemFileAgain$"
+msgstr ""
-#: 03060300.xhp
+#: 03120314.xhp
msgctxt ""
-"03060300.xhp\n"
+"03120314.xhp\n"
"tit\n"
"help.text"
-msgid "Imp-Operator [Runtime]"
-msgstr ""
+msgid "Split Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03060300.xhp
+#: 03120314.xhp
msgctxt ""
-"03060300.xhp\n"
-"bm_id3156024\n"
+"03120314.xhp\n"
+"bm_id3156027\n"
"help.text"
-msgid "<bookmark_value>Imp operator (logical)</bookmark_value>"
-msgstr ""
+msgid "<bookmark_value>Split function</bookmark_value>"
+msgstr "<bookmark_value>Split ფუნქცია</bookmark_value>"
-#: 03060300.xhp
-#, fuzzy
+#: 03120314.xhp
msgctxt ""
-"03060300.xhp\n"
-"hd_id3156024\n"
+"03120314.xhp\n"
+"hd_id3156027\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03060300.xhp\" name=\"Imp-Operator [Runtime]\">Imp Operator [Runtime]</link>"
+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>"
-#: 03060300.xhp
+#: 03120314.xhp
msgctxt ""
-"03060300.xhp\n"
-"par_id3148947\n"
+"03120314.xhp\n"
+"par_id3155805\n"
"2\n"
"help.text"
-msgid "Performs a logical implication on two expressions."
-msgstr ""
+msgid "Returns an array of substrings from a string expression."
+msgstr "სტრუნგული გამოსახულებიდან აბრუნებს ქვესტრინგების მასივს."
-#: 03060300.xhp
+#: 03120314.xhp
msgctxt ""
-"03060300.xhp\n"
-"hd_id3148664\n"
+"03120314.xhp\n"
+"hd_id3149177\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03060300.xhp
+#: 03120314.xhp
msgctxt ""
-"03060300.xhp\n"
-"par_id3149656\n"
+"03120314.xhp\n"
+"par_id3153824\n"
"4\n"
"help.text"
-msgid "Result = Expression1 Imp Expression2"
-msgstr ""
+msgid "Split (Text As String, delimiter, number)"
+msgstr "Split (Text As String, delimiter, number)"
-#: 03060300.xhp
+#: 03120314.xhp
msgctxt ""
-"03060300.xhp\n"
-"hd_id3151212\n"
+"03120314.xhp\n"
+"hd_id3149763\n"
"5\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03060300.xhp
+#: 03120314.xhp
msgctxt ""
-"03060300.xhp\n"
-"par_id3154910\n"
+"03120314.xhp\n"
+"par_id3154285\n"
"6\n"
"help.text"
-msgid "<emph>Result:</emph> Any numeric variable that contains the result of the implication."
-msgstr ""
+msgid "String"
+msgstr "სტრიქონები"
-#: 03060300.xhp
+#: 03120314.xhp
msgctxt ""
-"03060300.xhp\n"
-"par_id3156281\n"
+"03120314.xhp\n"
+"hd_id3145315\n"
"7\n"
"help.text"
-msgid "<emph>Expression1, Expression2:</emph> Any expressions that you want to evaluate with the Imp operator."
+msgid "Parameters:"
msgstr ""
-#: 03060300.xhp
+#: 03120314.xhp
msgctxt ""
-"03060300.xhp\n"
-"par_id3150440\n"
+"03120314.xhp\n"
+"par_id3156023\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 ""
+msgid "<emph>Text:</emph> Any string expression."
+msgstr "<emph>ტექსტი: </emph>ნებისმიერი სტრინგული გამოსახულება."
-#: 03060300.xhp
+#: 03120314.xhp
msgctxt ""
-"03060300.xhp\n"
-"par_id3163710\n"
+"03120314.xhp\n"
+"par_id3147560\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 ""
+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> ერთი ან მეტი ასო-ნიშნის სიგრძის სტრინგი, რომელიც გამოიყენება ტექსტის გამოსაყოფად. საწყისი ნიშანია ჰარი."
-#: 03060300.xhp
+#: 03120314.xhp
msgctxt ""
-"03060300.xhp\n"
-"hd_id3147318\n"
+"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> თქვენთვის სასურველი დასაბრუნებელი ქვესტრინგების რაოდენობა."
+
+#: 03120314.xhp
+msgctxt ""
+"03120314.xhp\n"
+"hd_id3150398\n"
"10\n"
"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
-#: 03060300.xhp
+#: 03120315.xhp
msgctxt ""
-"03060300.xhp\n"
-"par_id3145750\n"
-"15\n"
+"03120315.xhp\n"
+"tit\n"
"help.text"
-msgid "vOut = A > B Imp B > C ' returns -1"
-msgstr ""
+msgid "Join Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03060300.xhp
+#: 03120315.xhp
msgctxt ""
-"03060300.xhp\n"
-"par_id3156441\n"
-"16\n"
+"03120315.xhp\n"
+"bm_id3149416\n"
"help.text"
-msgid "vOut = B > A Imp B > C ' returns -1"
-msgstr ""
+msgid "<bookmark_value>Join function</bookmark_value>"
+msgstr "<bookmark_value>Join ფუნქცია</bookmark_value>"
-#: 03060300.xhp
+#: 03120315.xhp
msgctxt ""
-"03060300.xhp\n"
-"par_id3152596\n"
-"17\n"
+"03120315.xhp\n"
+"hd_id3149416\n"
+"1\n"
"help.text"
-msgid "vOut = A > B Imp B > D ' returns 0"
-msgstr ""
+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>"
-#: 03060300.xhp
+#: 03120315.xhp
msgctxt ""
-"03060300.xhp\n"
-"par_id3154942\n"
-"18\n"
+"03120315.xhp\n"
+"par_id3149670\n"
+"2\n"
"help.text"
-msgid "vOut = (B > D Imp B > A) ' returns -1"
-msgstr ""
+msgid "Returns a string from a number of substrings in a string array."
+msgstr "მასივში ქვესტრინგებიდან აბრუნებს სტინგს."
-#: 03060300.xhp
+#: 03120315.xhp
msgctxt ""
-"03060300.xhp\n"
-"par_id3154492\n"
-"19\n"
+"03120315.xhp\n"
+"hd_id3159414\n"
+"3\n"
"help.text"
-msgid "vOut = B Imp A ' returns -1"
+msgid "Syntax:"
msgstr ""
-#: 03100070.xhp
+#: 03120315.xhp
msgctxt ""
-"03100070.xhp\n"
-"tit\n"
+"03120315.xhp\n"
+"par_id3156344\n"
+"4\n"
"help.text"
-msgid "CVar Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Join (Text As String Array, delimiter)"
+msgstr "Join (Text As String Array, delimiter)"
-#: 03100070.xhp
+#: 03120315.xhp
msgctxt ""
-"03100070.xhp\n"
-"bm_id2338633\n"
+"03120315.xhp\n"
+"hd_id3150400\n"
+"5\n"
"help.text"
-msgid "<bookmark_value>CVar function</bookmark_value>"
-msgstr "<bookmark_value>CVar ფუნქცია</bookmark_value>"
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03100070.xhp
+#: 03120315.xhp
msgctxt ""
-"03100070.xhp\n"
-"par_idN1054B\n"
+"03120315.xhp\n"
+"par_id3150359\n"
+"6\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03100070.xhp\">CVar Function [Runtime]</link>"
-msgstr ""
+msgid "String"
+msgstr "სტრიქონები"
-#: 03100070.xhp
+#: 03120315.xhp
msgctxt ""
-"03100070.xhp\n"
-"par_idN1055B\n"
+"03120315.xhp\n"
+"hd_id3148798\n"
+"7\n"
"help.text"
-msgid "Converts a string expression or numeric expression to a variant expression."
-msgstr "გადაყავს სტრინგული ან რიცხვითი გამოსახულება განსხვავებულ გამოსახულებად."
+msgid "Parameters:"
+msgstr ""
-#: 03100070.xhp
+#: 03120315.xhp
msgctxt ""
-"03100070.xhp\n"
-"par_idN1055E\n"
+"03120315.xhp\n"
+"par_id3145171\n"
+"8\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "<emph>Text:</emph> A string array."
+msgstr "<emph>ტექსტი:</emph> სტრინგების მწკრივი."
-#: 03100070.xhp
+#: 03120315.xhp
msgctxt ""
-"03100070.xhp\n"
-"par_idN10562\n"
+"03120315.xhp\n"
+"par_id3154908\n"
+"9\n"
"help.text"
-msgid "CVar(Expression)"
-msgstr "CVar(Expression)"
+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> სტრუნგული ასო-ნიშანი, რომელიც გამოიყენება ქვესტრინგების გამოსაყოფად შედეგის სტრინგში. საწყის გამყოფად გამოიყენება ჰარის ასო-ნიშანი. თუ გამყოფი ნულოვანი სიგრძისაა\"\", ქვესტრინგები შეერთდება გამყოფის გარეშე."
-#: 03100070.xhp
+#: 03120315.xhp
msgctxt ""
-"03100070.xhp\n"
-"par_idN10565\n"
+"03120315.xhp\n"
+"hd_id3154218\n"
+"10\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03100070.xhp
+#: 03120400.xhp
msgctxt ""
-"03100070.xhp\n"
-"par_idN10569\n"
+"03120400.xhp\n"
+"tit\n"
"help.text"
-msgid "Variant."
-msgstr ""
+msgid "Editing String Length"
+msgstr "სტრინგის სიგრძის რედაქტირება"
-#: 03100070.xhp
+#: 03120400.xhp
msgctxt ""
-"03100070.xhp\n"
-"par_idN1056C\n"
+"03120400.xhp\n"
+"hd_id3155150\n"
+"1\n"
"help.text"
-msgid "Parameter:"
-msgstr ""
+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>"
-#: 03100070.xhp
+#: 03120400.xhp
msgctxt ""
-"03100070.xhp\n"
-"par_idN10570\n"
+"03120400.xhp\n"
+"par_id3159201\n"
+"2\n"
"help.text"
-msgid "Expression: Any string or numeric expression that you want to convert."
-msgstr "<emph>ტექსტი:</emph> თქვენთვის რედაქტირებისთვის სასურველი ნებისმიერი ტექსტური გამოსახულება."
+msgid "The following functions determine string lengths and compare strings."
+msgstr "შემდეგი ფუნქციები განსაზღვრავენ სტრინგის სიგრძეს და ადარებენ სტრინგებს."
-#: 03070600.xhp
+#: 03120401.xhp
msgctxt ""
-"03070600.xhp\n"
+"03120401.xhp\n"
"tit\n"
"help.text"
-msgid "Mod-Operator [Runtime]"
-msgstr ""
+msgid "InStr Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03070600.xhp
+#: 03120401.xhp
msgctxt ""
-"03070600.xhp\n"
-"bm_id3150669\n"
+"03120401.xhp\n"
+"bm_id3155934\n"
"help.text"
-msgid "<bookmark_value>MOD operator (mathematical)</bookmark_value>"
-msgstr ""
+msgid "<bookmark_value>InStr function</bookmark_value>"
+msgstr "<bookmark_value>InStr ფუნქცია</bookmark_value>"
-#: 03070600.xhp
-#, fuzzy
+#: 03120401.xhp
msgctxt ""
-"03070600.xhp\n"
-"hd_id3150669\n"
+"03120401.xhp\n"
+"hd_id3155934\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03070600.xhp\" name=\"Mod-Operator [Runtime]\">Mod Operator [Runtime]</link>"
+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>"
-#: 03070600.xhp
+#: 03120401.xhp
msgctxt ""
-"03070600.xhp\n"
-"par_id3148686\n"
+"03120401.xhp\n"
+"par_id3153990\n"
"2\n"
"help.text"
-msgid "Returns the integer remainder of a division."
-msgstr ""
+msgid "Returns the position of a string within another string."
+msgstr "აბრუნებს სტრინგის პოზიციას სხვა სტრინგში."
-#: 03070600.xhp
+#: 03120401.xhp
msgctxt ""
-"03070600.xhp\n"
-"hd_id3146795\n"
+"03120401.xhp\n"
+"par_id3147303\n"
"3\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+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-ს."
-#: 03070600.xhp
+#: 03120401.xhp
msgctxt ""
-"03070600.xhp\n"
-"par_id3147560\n"
+"03120401.xhp\n"
+"hd_id3145090\n"
"4\n"
"help.text"
-msgid "Result = Expression1 MOD Expression2"
+msgid "Syntax:"
msgstr ""
-#: 03070600.xhp
+#: 03120401.xhp
msgctxt ""
-"03070600.xhp\n"
-"hd_id3149657\n"
+"03120401.xhp\n"
+"par_id3146957\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "InStr ([Start As Long,] Text1 As String, Text2 As String[, Compare])"
+msgstr "InStr ([Start As Long,] Text1 As String, Text2 As String[, Compare])"
-#: 03070600.xhp
+#: 03120401.xhp
msgctxt ""
-"03070600.xhp\n"
-"par_id3153380\n"
+"03120401.xhp\n"
+"hd_id3148538\n"
"6\n"
"help.text"
-msgid "Integer"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03070600.xhp
+#: 03120401.xhp
msgctxt ""
-"03070600.xhp\n"
-"hd_id3154365\n"
+"03120401.xhp\n"
+"par_id3149763\n"
"7\n"
"help.text"
-msgid "Parameters:"
+msgid "Integer"
msgstr ""
-#: 03070600.xhp
+#: 03120401.xhp
msgctxt ""
-"03070600.xhp\n"
-"par_id3145172\n"
+"03120401.xhp\n"
+"hd_id3148473\n"
"8\n"
"help.text"
-msgid "<emph>Result:</emph> Any numeric variable that contains the result of the MOD operation."
+msgid "Parameters:"
msgstr ""
-#: 03070600.xhp
+#: 03120401.xhp
msgctxt ""
-"03070600.xhp\n"
-"par_id3151042\n"
+"03120401.xhp\n"
+"par_id3153126\n"
"9\n"
"help.text"
-msgid "<emph>Expression1, Expression2:</emph> Any numeric expressions that you want to divide."
-msgstr "<emph>Expression1, Expression2:</emph> ნებისმიერი ციფრული სიდიდეები ან სტრიქონები, რომლებიც გინდათ შეადაროთ."
+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."
-#: 03070600.xhp
+#: 03120401.xhp
msgctxt ""
-"03070600.xhp\n"
-"hd_id3147287\n"
+"03120401.xhp\n"
+"par_id3145609\n"
"10\n"
"help.text"
-msgid "Example:"
-msgstr ""
+msgid "<emph>Text1:</emph> The string expression that you want to search."
+msgstr "<emph>Text1:</emph> სტრინგის გამოსახულება, რომელიც გსურთ ეძებოთ."
-#: 03070600.xhp
+#: 03120401.xhp
msgctxt ""
-"03070600.xhp\n"
-"par_id3161832\n"
-"12\n"
+"03120401.xhp\n"
+"par_id3147559\n"
+"11\n"
"help.text"
-msgid "Print 10 Mod 2.5 ' returns 0"
-msgstr ""
+msgid "<emph>Text2:</emph> The string expression that you want to search for."
+msgstr "<emph>Text2:</emph> სტრინგის გამოსახულება, რომლის ძებნაც გსურთ."
-#: 03070600.xhp
+#: 03120401.xhp
msgctxt ""
-"03070600.xhp\n"
-"par_id3146922\n"
-"13\n"
+"03120401.xhp\n"
+"par_id3154758\n"
+"12\n"
"help.text"
-msgid "Print 10 / 2.5 ' returns 4"
-msgstr ""
+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 მიუთითებს ბინარულ შედარებას, რომელიც განასაზღვრებს დიდ და პატარა ასოებს."
-#: 03070600.xhp
+#: 03120401.xhp
msgctxt ""
-"03070600.xhp\n"
-"par_id3145273\n"
-"14\n"
+"03120401.xhp\n"
+"par_id3153361\n"
+"13\n"
"help.text"
-msgid "Print 10 Mod 5 ' returns 0"
-msgstr ""
+msgid "To avoid a run-time error, do not set the Compare parameter if the first return parameter is omitted."
+msgstr "თუ პირველი დაბრუნების პარამეტრი გამოტოვებულია, გაშვების შეცდომის თავიდან ასაცილებლად არ დააყენოთ შედარების პარამეტრი."
-#: 03070600.xhp
+#: 03120401.xhp
msgctxt ""
-"03070600.xhp\n"
-"par_id3150011\n"
-"15\n"
+"03120401.xhp\n"
+"hd_id3154366\n"
+"14\n"
"help.text"
-msgid "Print 10 / 5 ' returns 2"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03070600.xhp
+#: 03120401.xhp
msgctxt ""
-"03070600.xhp\n"
-"par_id3149483\n"
-"16\n"
+"03120401.xhp\n"
+"par_id3144760\n"
+"19\n"
"help.text"
-msgid "Print 5 Mod 10 ' returns 5"
-msgstr ""
+msgid "sInput = \"Office\""
+msgstr "sInput = \"Office\""
-#: 03070600.xhp
+#: 03120401.xhp
msgctxt ""
-"03070600.xhp\n"
-"par_id3151114\n"
-"17\n"
+"03120401.xhp\n"
+"par_id3154125\n"
+"20\n"
"help.text"
-msgid "Print 5 / 10 ' returns 0.5"
-msgstr ""
+msgid "iPos = Instr(sInput,\"c\")"
+msgstr "iPos = Instr(sInput,\"c\")"
-#: 03020406.xhp
+#: 03120402.xhp
msgctxt ""
-"03020406.xhp\n"
+"03120402.xhp\n"
"tit\n"
"help.text"
-msgid "FileCopy Statement [Runtime]"
-msgstr ""
+msgid "Len Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03020406.xhp
+#: 03120402.xhp
msgctxt ""
-"03020406.xhp\n"
-"bm_id3154840\n"
+"03120402.xhp\n"
+"bm_id3154136\n"
"help.text"
-msgid "<bookmark_value>FileCopy statement</bookmark_value>"
-msgstr "<bookmark_value>Beep მტკიცებულება</bookmark_value>"
+msgid "<bookmark_value>Len function</bookmark_value>"
+msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
-#: 03020406.xhp
-#, fuzzy
+#: 03120402.xhp
msgctxt ""
-"03020406.xhp\n"
-"hd_id3154840\n"
+"03120402.xhp\n"
+"hd_id3154136\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>"
+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>"
-#: 03020406.xhp
+#: 03120402.xhp
msgctxt ""
-"03020406.xhp\n"
-"par_id3149497\n"
+"03120402.xhp\n"
+"par_id3147576\n"
"2\n"
"help.text"
-msgid "Copies a file."
-msgstr ""
+msgid "Returns the number of characters in a string, or the number of bytes that are required to store a variable."
+msgstr "აბრუნებს სტრინგში ასო-ნიშნების რაოდენობას, ან ბაიტების რეოდენობას რომლებიც საჭიროა ცვლადის შენახვისთვის."
-#: 03020406.xhp
+#: 03120402.xhp
msgctxt ""
-"03020406.xhp\n"
-"hd_id3147443\n"
+"03120402.xhp\n"
+"hd_id3159177\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03020406.xhp
+#: 03120402.xhp
msgctxt ""
-"03020406.xhp\n"
-"par_id3146957\n"
+"03120402.xhp\n"
+"par_id3150669\n"
"4\n"
"help.text"
-msgid "FileCopy TextFrom As String, TextTo As String"
-msgstr ""
+msgid "Len (Text As String)"
+msgstr "Len (Text As String)"
-#: 03020406.xhp
+#: 03120402.xhp
msgctxt ""
-"03020406.xhp\n"
-"hd_id3153825\n"
+"03120402.xhp\n"
+"hd_id3148473\n"
"5\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03020406.xhp
+#: 03120402.xhp
msgctxt ""
-"03020406.xhp\n"
-"par_id3155390\n"
+"03120402.xhp\n"
+"par_id3143270\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>."
+msgid "Long"
msgstr ""
-#: 03020406.xhp
+#: 03120402.xhp
msgctxt ""
-"03020406.xhp\n"
-"par_id3150669\n"
+"03120402.xhp\n"
+"hd_id3147531\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."
+msgid "Parameters:"
msgstr ""
-#: 03020406.xhp
+#: 03120402.xhp
msgctxt ""
-"03020406.xhp\n"
-"par_id3150791\n"
+"03120402.xhp\n"
+"par_id3147265\n"
"8\n"
"help.text"
-msgid "You can only use the FileCopy statement to copy files that are not opened."
-msgstr ""
+msgid "<emph>Text:</emph> Any string expression or a variable of another type."
+msgstr "<emph>ტექსტი:</emph> ნებისმიერი სხვა ტიპის სტრინგული გამოსახულება ან ცვლადი."
-#: 03020406.xhp
+#: 03120402.xhp
msgctxt ""
-"03020406.xhp\n"
-"hd_id3125863\n"
+"03120402.xhp\n"
+"hd_id3153360\n"
"9\n"
"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
-#: 03101500.xhp
+#: 03120402.xhp
msgctxt ""
-"03101500.xhp\n"
+"03120402.xhp\n"
+"par_id3156214\n"
+"13\n"
+"help.text"
+msgid "MsgBox Len(sText) REM Returns 9"
+msgstr "MsgBox Len(sText) REM Returns 9"
+
+#: 03120403.xhp
+msgctxt ""
+"03120403.xhp\n"
"tit\n"
"help.text"
-msgid "DefInt Statement [Runtime]"
-msgstr ""
+msgid "StrComp Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03101500.xhp
+#: 03120403.xhp
msgctxt ""
-"03101500.xhp\n"
-"bm_id3149811\n"
+"03120403.xhp\n"
+"bm_id3156027\n"
"help.text"
-msgid "<bookmark_value>DefInt statement</bookmark_value>"
-msgstr "<bookmark_value>DefSng განცხადება</bookmark_value>"
+msgid "<bookmark_value>StrComp function</bookmark_value>"
+msgstr "<bookmark_value>StrComp ფუნქცია</bookmark_value>"
-#: 03101500.xhp
-#, fuzzy
+#: 03120403.xhp
msgctxt ""
-"03101500.xhp\n"
-"hd_id3149811\n"
+"03120403.xhp\n"
+"hd_id3156027\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>"
+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>"
-#: 03101500.xhp
+#: 03120403.xhp
msgctxt ""
-"03101500.xhp\n"
-"par_id3149762\n"
+"03120403.xhp\n"
+"par_id3155805\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 ""
+msgid "Compares two strings and returns an integer value that represents the result of the comparison."
+msgstr "ადარებს ორ სტრინგს და აბრუნებს ინტეგერის მნიშვნელობას რომელიც წარმოადგეს შედარების შედეგს."
-#: 03101500.xhp
+#: 03120403.xhp
msgctxt ""
-"03101500.xhp\n"
-"hd_id3148686\n"
+"03120403.xhp\n"
+"hd_id3153345\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03101500.xhp
+#: 03120403.xhp
msgctxt ""
-"03101500.xhp\n"
-"par_id3156023\n"
+"03120403.xhp\n"
+"par_id3150503\n"
"4\n"
"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr ""
+msgid "StrComp (Text1 As String, Text2 As String[, Compare])"
+msgstr "StrComp (Text1 As String, Text2 As String[, Compare])"
-#: 03101500.xhp
+#: 03120403.xhp
msgctxt ""
-"03101500.xhp\n"
-"hd_id3156344\n"
+"03120403.xhp\n"
+"hd_id3147574\n"
"5\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03101500.xhp
+#: 03120403.xhp
msgctxt ""
-"03101500.xhp\n"
-"par_id3147560\n"
+"03120403.xhp\n"
+"par_id3156152\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."
+msgid "Integer"
msgstr ""
-#: 03101500.xhp
+#: 03120403.xhp
msgctxt ""
-"03101500.xhp\n"
-"par_id3150398\n"
+"03120403.xhp\n"
+"hd_id3150984\n"
"7\n"
"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+msgid "Parameter:"
msgstr ""
-#: 03101500.xhp
+#: 03120403.xhp
msgctxt ""
-"03101500.xhp\n"
-"par_id3154365\n"
+"03120403.xhp\n"
+"par_id3153061\n"
"8\n"
"help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
-msgstr ""
+msgid "<emph>Text1:</emph> Any string expression"
+msgstr "<emph>ტექსტი1:</emph> ნებისმიერი სტრინგული გამოსახულება"
-#: 03101500.xhp
+#: 03120403.xhp
msgctxt ""
-"03101500.xhp\n"
-"par_id3125863\n"
+"03120403.xhp\n"
+"par_id3147560\n"
"9\n"
"help.text"
-msgid "<emph>DefInt:</emph> Integer"
-msgstr ""
+msgid "<emph>Text2:</emph> Any string expression"
+msgstr "<emph>ტექსტი2:</emph> ნებისმიერი სტრინგული გამოსახულება"
-#: 03101500.xhp
+#: 03120403.xhp
msgctxt ""
-"03101500.xhp\n"
-"hd_id3154123\n"
+"03120403.xhp\n"
+"par_id3146796\n"
"10\n"
"help.text"
-msgid "Example:"
-msgstr ""
+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, შედარება არ გაარჩევს დიდ და პატარა ასო-ნიშნებს."
-#: 03101500.xhp
+#: 03120403.xhp
msgctxt ""
-"03101500.xhp\n"
-"par_id3151042\n"
-"12\n"
+"03120403.xhp\n"
+"hd_id3154940\n"
+"13\n"
"help.text"
-msgid "' Prefix definitions for variable types"
-msgstr ""
+msgid "Return value"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03101500.xhp
+#: 03120403.xhp
msgctxt ""
-"03101500.xhp\n"
-"par_id3153728\n"
-"22\n"
+"03120403.xhp\n"
+"par_id3150358\n"
+"27\n"
"help.text"
-msgid "iCount=200 ' iCount is an implicit integer variable"
-msgstr ""
+msgid "If Text1 < Text2 the function returns -1"
+msgstr "თუ Text1 < Text2 ფუნქცია აბრუნებს -1"
-#: 03020304.xhp
+#: 03120403.xhp
msgctxt ""
-"03020304.xhp\n"
-"tit\n"
+"03120403.xhp\n"
+"par_id3151043\n"
+"28\n"
"help.text"
-msgid "Seek Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "If Text1 = Text2 the function returns 0"
+msgstr "თუ Text1 = Text2 ფუნქცია აბრუნებს 0"
-#: 03020304.xhp
+#: 03120403.xhp
msgctxt ""
-"03020304.xhp\n"
-"bm_id3154367\n"
+"03120403.xhp\n"
+"par_id3158410\n"
+"29\n"
"help.text"
-msgid "<bookmark_value>Seek function</bookmark_value>"
-msgstr "<bookmark_value>Shell ფუნქცია</bookmark_value>"
+msgid "If Text1 > Text2 the function returns 1"
+msgstr "თუ Text1 > Text2 ფუნქცია აბრუნებს 1"
-#: 03020304.xhp
-#, fuzzy
+#: 03120403.xhp
msgctxt ""
-"03020304.xhp\n"
-"hd_id3154367\n"
-"1\n"
+"03120403.xhp\n"
+"hd_id3153968\n"
+"18\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>"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03020304.xhp
+#: 03130000.xhp
msgctxt ""
-"03020304.xhp\n"
-"par_id3156280\n"
-"2\n"
+"03130000.xhp\n"
+"tit\n"
"help.text"
-msgid "Returns the position for the next writing or reading in a file that was opened with the open statement."
-msgstr ""
+msgid "Other Commands"
+msgstr "სხვა ბრძანებები"
-#: 03020304.xhp
+#: 03130000.xhp
msgctxt ""
-"03020304.xhp\n"
-"par_id3153194\n"
-"3\n"
+"03130000.xhp\n"
+"hd_id3156027\n"
+"1\n"
"help.text"
-msgid "For random access files, the Seek function returns the number of the next record to be read."
-msgstr ""
+msgid "<link href=\"text/sbasic/shared/03130000.xhp\" name=\"Other Commands\">Other Commands</link>"
+msgstr "<link href=\"text/sbasic/shared/03130000.xhp\" name=\"სხვა ბრძენებები\">სხვა ბრძენებები</link>"
-#: 03020304.xhp
+#: 03130000.xhp
msgctxt ""
-"03020304.xhp\n"
-"par_id3161831\n"
-"4\n"
+"03130000.xhp\n"
+"par_id3153312\n"
+"2\n"
"help.text"
-msgid "For all other files, the function returns the byte position at which the next operation is to occur."
-msgstr ""
+msgid "This is a list of the functions and the statements that are not included in the other categories."
+msgstr "აქ მოყვანილია ფუნქციების და დებულებებუს სია, რომლების არ შედის სხვა კატეგორიებში."
-#: 03020304.xhp
+#: 03130100.xhp
msgctxt ""
-"03020304.xhp\n"
-"par_id3155854\n"
-"5\n"
+"03130100.xhp\n"
+"tit\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>."
+msgid "Beep Statement [Runtime]"
msgstr ""
-#: 03020304.xhp
+#: 03130100.xhp
msgctxt ""
-"03020304.xhp\n"
-"hd_id3152460\n"
-"6\n"
+"03130100.xhp\n"
+"bm_id3143284\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "<bookmark_value>Beep statement</bookmark_value>"
+msgstr "<bookmark_value>Beep მტკიცებულება</bookmark_value>"
-#: 03020304.xhp
+#: 03130100.xhp
msgctxt ""
-"03020304.xhp\n"
-"par_id3145365\n"
-"7\n"
+"03130100.xhp\n"
+"hd_id3143284\n"
+"1\n"
"help.text"
-msgid "Seek (FileNumber)"
-msgstr ""
+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>"
-#: 03020304.xhp
+#: 03130100.xhp
msgctxt ""
-"03020304.xhp\n"
-"hd_id3148575\n"
-"8\n"
+"03130100.xhp\n"
+"par_id3159201\n"
+"2\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Plays a tone through the computer's speaker. The tone is system-dependent and you cannot modify its volume or pitch."
+msgstr "აპიპინებს კომპიუტერის სპიკერიდან. ტონი დამოკიდებულია სისტემაზე და თქვენ არ შეგიძლიათ მისი ხმის ან ტონის შეცვლა."
-#: 03020304.xhp
+#: 03130100.xhp
msgctxt ""
-"03020304.xhp\n"
-"par_id3159156\n"
-"9\n"
+"03130100.xhp\n"
+"hd_id3153990\n"
+"3\n"
"help.text"
-msgid "Long"
+msgid "Syntax:"
msgstr ""
-#: 03020304.xhp
+#: 03130100.xhp
msgctxt ""
-"03020304.xhp\n"
-"hd_id3149665\n"
-"10\n"
+"03130100.xhp\n"
+"par_id3147291\n"
+"4\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Beep"
+msgstr "დაპიპინება"
-#: 03020304.xhp
+#: 03130100.xhp
msgctxt ""
-"03020304.xhp\n"
-"par_id3148645\n"
-"11\n"
+"03130100.xhp\n"
+"hd_id3148538\n"
+"5\n"
"help.text"
-msgid "<emph>FileNumber:</emph> The data channel number used in the Open statement."
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03030202.xhp
+#: 03130500.xhp
msgctxt ""
-"03030202.xhp\n"
+"03130500.xhp\n"
"tit\n"
"help.text"
-msgid "Minute Function [Runtime]"
+msgid "Shell Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03030202.xhp
+#: 03130500.xhp
msgctxt ""
-"03030202.xhp\n"
-"bm_id3155419\n"
+"03130500.xhp\n"
+"bm_id3150040\n"
"help.text"
-msgid "<bookmark_value>Minute function</bookmark_value>"
-msgstr "<bookmark_value>მარჯვენა ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Shell function</bookmark_value>"
+msgstr "<bookmark_value>Shell ფუნქცია</bookmark_value>"
-#: 03030202.xhp
-#, fuzzy
+#: 03130500.xhp
msgctxt ""
-"03030202.xhp\n"
-"hd_id3155419\n"
+"03130500.xhp\n"
+"hd_id3150040\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute Function [Runtime]\">Minute Function [Runtime]</link>"
+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>"
-#: 03030202.xhp
+#: 03130500.xhp
msgctxt ""
-"03030202.xhp\n"
-"par_id3156344\n"
+"03130500.xhp\n"
+"par_id3153394\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 ""
-
-#: 03030202.xhp
-msgctxt ""
-"03030202.xhp\n"
-"hd_id3154758\n"
-"3\n"
-"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "Starts another application and defines the respective window style, if necessary."
+msgstr "რთავს პროგრამას და საჭიროების მიხედვით განსაზღვრავს შესაბამისი ფანჯრების სტილს."
-#: 03030202.xhp
+#: 03130500.xhp
msgctxt ""
-"03030202.xhp\n"
-"par_id3149656\n"
+"03130500.xhp\n"
+"hd_id3153345\n"
"4\n"
"help.text"
-msgid "Minute (Number)"
-msgstr ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 03030202.xhp
+#: 03130500.xhp
msgctxt ""
-"03030202.xhp\n"
-"hd_id3148798\n"
+"03130500.xhp\n"
+"par_id3147576\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync])"
+msgstr "Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, bSync])"
-#: 03030202.xhp
+#: 03130500.xhp
msgctxt ""
-"03030202.xhp\n"
-"par_id3150449\n"
+"03130500.xhp\n"
+"hd_id3149235\n"
"6\n"
"help.text"
-msgid "Integer"
+msgid "Parameter"
msgstr ""
-#: 03030202.xhp
+#: 03130500.xhp
msgctxt ""
-"03030202.xhp\n"
-"hd_id3153193\n"
+"03130500.xhp\n"
+"hd_id3154306\n"
+"23\n"
+"help.text"
+msgid "Pathname"
+msgstr "Pathname"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3155419\n"
"7\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Complete path and program name of the program that you want to start."
+msgstr "სასურველი გასაშვები პროგრამის სრული სახელი და გზა."
-#: 03030202.xhp
+#: 03130500.xhp
msgctxt ""
-"03030202.xhp\n"
-"par_id3153969\n"
+"03130500.xhp\n"
+"hd_id3150771\n"
+"24\n"
+"help.text"
+msgid "Windowstyle"
+msgstr "Windowstyle"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3145609\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 ""
+msgid "Optional integer expression that specifies the style of the window that the program is executed in. The following values are possible:"
+msgstr "არჩევითი ინტეგერის გამოსახულება, რომელიც განსაზღვრავს იმ ფანჯრის სტილს, რომელშიც გაეშვება პროგრამა. შესაძლოა შემდეგი მნიშვნელობები:"
-#: 03030202.xhp
+#: 03130500.xhp
msgctxt ""
-"03030202.xhp\n"
-"par_id3150869\n"
-"9\n"
+"03130500.xhp\n"
+"par_id3148663\n"
+"25\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:"
+msgid "0"
msgstr ""
-#: 03030202.xhp
+#: 03130500.xhp
msgctxt ""
-"03030202.xhp\n"
-"par_id3149262\n"
+"03130500.xhp\n"
+"par_id3153360\n"
"10\n"
"help.text"
-msgid "Print Minute(TimeSerial(12,30,41))"
+msgid "The focus is on the hidden program window."
+msgstr "ფოკუსი არის პროგრამის დამალულ ფანჯარაზე"
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3154123\n"
+"26\n"
+"help.text"
+msgid "1"
msgstr ""
-#: 03030202.xhp
+#: 03130500.xhp
msgctxt ""
-"03030202.xhp\n"
-"par_id3148576\n"
+"03130500.xhp\n"
+"par_id3144760\n"
"11\n"
"help.text"
-msgid "returns the value 30."
+msgid "The focus is on the program window in standard size."
+msgstr "ფოკუსი არის პროგრამის ფანჯარაზე სტანდარტულ ზომაზე."
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3156422\n"
+"27\n"
+"help.text"
+msgid "2"
msgstr ""
-#: 03030202.xhp
+#: 03130500.xhp
msgctxt ""
-"03030202.xhp\n"
-"hd_id3150010\n"
+"03130500.xhp\n"
+"par_id3148451\n"
"12\n"
"help.text"
-msgid "Example:"
+msgid "The focus is on the minimized program window."
+msgstr "ფოკუსი არის მინიმიზირებული პროგრამის ფანჯარაზე."
+
+#: 03130500.xhp
+msgctxt ""
+"03130500.xhp\n"
+"par_id3149561\n"
+"28\n"
+"help.text"
+msgid "3"
msgstr ""
-#: 03030202.xhp
+#: 03130500.xhp
msgctxt ""
-"03030202.xhp\n"
-"par_id3159154\n"
+"03130500.xhp\n"
+"par_id3146921\n"
"13\n"
"help.text"
-msgid "Sub ExampleMinute"
-msgstr "Sub ExampleString"
+msgid "focus is on the maximized program window."
+msgstr "ფოკუსი არის მაქსიმიზირებული პროგრამის ფანჯარაზე."
-#: 03030202.xhp
+#: 03130500.xhp
msgctxt ""
-"03030202.xhp\n"
-"par_id3146119\n"
-"14\n"
+"03130500.xhp\n"
+"par_id3149481\n"
+"29\n"
"help.text"
-msgid "MsgBox \"The current minute is \"& Minute(Now)& \".\""
+msgid "4"
msgstr ""
-#: 03030202.xhp
+#: 03130500.xhp
msgctxt ""
-"03030202.xhp\n"
-"par_id3153726\n"
-"15\n"
+"03130500.xhp\n"
+"par_id3155854\n"
+"14\n"
"help.text"
-msgid "end sub"
-msgstr ""
+msgid "Standard size program window, without focus."
+msgstr "პროგრამის ფანჯრის სტანდარტული ზომა, ფოკუსის გარეშე."
-#: 03103200.xhp
+#: 03130500.xhp
msgctxt ""
-"03103200.xhp\n"
-"tit\n"
+"03130500.xhp\n"
+"par_id3145271\n"
+"30\n"
"help.text"
-msgid "Option Base Statement [Runtime]"
+msgid "6"
msgstr ""
-#: 03103200.xhp
+#: 03130500.xhp
msgctxt ""
-"03103200.xhp\n"
-"bm_id3155805\n"
+"03130500.xhp\n"
+"par_id3152938\n"
+"15\n"
"help.text"
-msgid "<bookmark_value>Option Base statement</bookmark_value>"
-msgstr "<bookmark_value>Beep მტკიცებულება</bookmark_value>"
+msgid "Minimized program window, focus remains on the active window."
+msgstr "მინიმიზირებული პროგრამის ფანჯარა, ფოკუსი რჩება აქტიურ ფანჯარაზე."
-#: 03103200.xhp
-#, fuzzy
+#: 03130500.xhp
msgctxt ""
-"03103200.xhp\n"
-"hd_id3155805\n"
-"1\n"
+"03130500.xhp\n"
+"par_id3146119\n"
+"31\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>"
+msgid "10"
+msgstr "10"
-#: 03103200.xhp
+#: 03130500.xhp
msgctxt ""
-"03103200.xhp\n"
-"par_id3147242\n"
-"2\n"
+"03130500.xhp\n"
+"par_id3151112\n"
+"16\n"
"help.text"
-msgid "Defines the default lower boundary for arrays as 0 or 1."
-msgstr ""
+msgid "Full-screen display."
+msgstr "ჩვენება მთელს ეკრანზე."
-#: 03103200.xhp
+#: 03130500.xhp
msgctxt ""
-"03103200.xhp\n"
-"hd_id3150771\n"
-"3\n"
+"03130500.xhp\n"
+"hd_id3150419\n"
+"33\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "Param"
+msgstr "Param"
-#: 03103200.xhp
+#: 03130500.xhp
msgctxt ""
-"03103200.xhp\n"
-"par_id3147573\n"
-"4\n"
+"03130500.xhp\n"
+"par_id3149412\n"
+"17\n"
"help.text"
-msgid "Option Base { 0 | 1}"
-msgstr ""
+msgid "Any string expression that specifies the command line that want to pass."
+msgstr "ნებისმიერი სტრინგული გამოსახულება, რომელიც მიუთუთებს ბრძანებათა ზოლს რომელსაც სურს გადაცემა."
-#: 03103200.xhp
+#: 03130500.xhp
msgctxt ""
-"03103200.xhp\n"
-"hd_id3145315\n"
-"5\n"
+"03130500.xhp\n"
+"hd_id3148456\n"
+"32\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "bSync"
+msgstr "bSync"
-#: 03103200.xhp
+#: 03130500.xhp
msgctxt ""
-"03103200.xhp\n"
-"par_id3147229\n"
-"6\n"
+"03130500.xhp\n"
+"par_id3154096\n"
+"18\n"
"help.text"
-msgid "This statement must be added before the executable program code in a module."
-msgstr ""
+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>."
-#: 03103200.xhp
+#: 03130500.xhp
msgctxt ""
-"03103200.xhp\n"
-"hd_id3150870\n"
-"7\n"
+"03130500.xhp\n"
+"hd_id3154270\n"
+"19\n"
"help.text"
-msgid "Example:"
-msgstr ""
+msgid "Example"
+msgstr "მაგალითად"
-#: 03080401.xhp
+#: 03130600.xhp
msgctxt ""
-"03080401.xhp\n"
+"03130600.xhp\n"
"tit\n"
"help.text"
-msgid "Sqr Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Wait Statement [Runtime]"
+msgstr ""
-#: 03080401.xhp
+#: 03130600.xhp
msgctxt ""
-"03080401.xhp\n"
-"bm_id3156027\n"
+"03130600.xhp\n"
+"bm_id3154136\n"
"help.text"
-msgid "<bookmark_value>Sqr function</bookmark_value>"
-msgstr "<bookmark_value>Str ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>Wait statement</bookmark_value>"
+msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
-#: 03080401.xhp
-#, fuzzy
+#: 03130600.xhp
msgctxt ""
-"03080401.xhp\n"
-"hd_id3156027\n"
+"03130600.xhp\n"
+"hd_id3154136\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>"
+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>"
-#: 03080401.xhp
+#: 03130600.xhp
msgctxt ""
-"03080401.xhp\n"
-"par_id3147226\n"
+"03130600.xhp\n"
+"par_id3149236\n"
"2\n"
"help.text"
-msgid "Calculates the square root of a numeric expression."
-msgstr ""
+msgid "Interrupts the program execution for the amount of time that you specify in milliseconds."
+msgstr "მილიწამებში მითითებული დროის მანძილზე წყვეტს პროგრამის მუშაობას."
-#: 03080401.xhp
+#: 03130600.xhp
msgctxt ""
-"03080401.xhp\n"
-"hd_id3143267\n"
+"03130600.xhp\n"
+"hd_id3143229\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03080401.xhp
+#: 03130600.xhp
msgctxt ""
-"03080401.xhp\n"
-"par_id3149415\n"
+"03130600.xhp\n"
+"par_id3150669\n"
"4\n"
"help.text"
-msgid "Sqr (Number)"
-msgstr ""
+msgid "Wait millisec"
+msgstr "Wait millisec"
-#: 03080401.xhp
+#: 03130600.xhp
msgctxt ""
-"03080401.xhp\n"
-"hd_id3156023\n"
+"03130600.xhp\n"
+"hd_id3148943\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
-
-#: 03080401.xhp
-msgctxt ""
-"03080401.xhp\n"
-"par_id3156343\n"
-"6\n"
-"help.text"
-msgid "Double"
-msgstr ""
-
-#: 03080401.xhp
-msgctxt ""
-"03080401.xhp\n"
-"hd_id3147265\n"
-"7\n"
-"help.text"
msgid "Parameters:"
msgstr ""
-#: 03080401.xhp
+#: 03130600.xhp
msgctxt ""
-"03080401.xhp\n"
-"par_id3149457\n"
-"8\n"
+"03130600.xhp\n"
+"par_id3154924\n"
+"6\n"
"help.text"
-msgid "<emph>Number:</emph> Any numeric expression that you want to calculate the square root for."
-msgstr ""
+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> რიცხვითი გამოსახულება რომელიც შეიცავს დროს (მილიწამებში) რომლის გასვლის შემდეეგაც გაეშვება პროგრამა.."
-#: 03080401.xhp
+#: 03130600.xhp
msgctxt ""
-"03080401.xhp\n"
-"par_id3154365\n"
-"9\n"
+"03130600.xhp\n"
+"hd_id3150541\n"
+"7\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 ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03080401.xhp
+#: 03130600.xhp
msgctxt ""
-"03080401.xhp\n"
-"hd_id3153192\n"
-"10\n"
+"03130600.xhp\n"
+"par_id3156214\n"
+"13\n"
"help.text"
-msgid "Example:"
+msgid "MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\""
msgstr ""
#: 03130700.xhp
@@ -35640,7 +34539,6 @@ msgid "<bookmark_value>GetSystemTicks function</bookmark_value>"
msgstr "<bookmark_value>GetSystemTicks ფუნქცია</bookmark_value>"
#: 03130700.xhp
-#, fuzzy
msgctxt ""
"03130700.xhp\n"
"hd_id3147143\n"
@@ -35701,7 +34599,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
#: 03130700.xhp
msgctxt ""
@@ -35712,1082 +34610,1312 @@ msgctxt ""
msgid "MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\""
msgstr ""
-#: 03090101.xhp
+#: 03130800.xhp
msgctxt ""
-"03090101.xhp\n"
+"03130800.xhp\n"
"tit\n"
"help.text"
-msgid "If...Then...Else Statement [Runtime]"
-msgstr ""
+msgid "Environ Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03090101.xhp
+#: 03130800.xhp
msgctxt ""
-"03090101.xhp\n"
-"bm_id3154422\n"
+"03130800.xhp\n"
+"bm_id3155364\n"
"help.text"
-msgid "<bookmark_value>If statement</bookmark_value>"
-msgstr "<bookmark_value>LSet განაცხადი</bookmark_value>"
+msgid "<bookmark_value>Environ function</bookmark_value>"
+msgstr "<bookmark_value>Environ ფუნქცია</bookmark_value>"
-#: 03090101.xhp
-#, fuzzy
+#: 03130800.xhp
msgctxt ""
-"03090101.xhp\n"
-"hd_id3154422\n"
+"03130800.xhp\n"
+"hd_id3155364\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>"
+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>"
-#: 03090101.xhp
+#: 03130800.xhp
msgctxt ""
-"03090101.xhp\n"
-"par_id3155555\n"
+"03130800.xhp\n"
+"par_id3145090\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 ""
+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 "აბრუნებს გარემოს ცვლადის მნიშვნელობას როგორც სტრინგს. გარემოს ცვლადები დამოკიდებულები არიან თქვენი ოპერაციული სისტემის ტიპზე."
-#: 03090101.xhp
+#: 03130800.xhp
msgctxt ""
-"03090101.xhp\n"
-"hd_id3146957\n"
-"3\n"
+"03130800.xhp\n"
+"hd_id3150670\n"
+"4\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03090101.xhp
+#: 03130800.xhp
msgctxt ""
-"03090101.xhp\n"
-"par_id3153126\n"
-"4\n"
+"03130800.xhp\n"
+"par_id3159176\n"
+"5\n"
"help.text"
-msgid "If condition=true Then Statement block [ElseIf condition=true Then] Statement block [Else] Statement block EndIf"
-msgstr ""
+msgid "Environ (Environment As String)"
+msgstr "Environ (Environment As String)"
-#: 03090101.xhp
+#: 03130800.xhp
msgctxt ""
-"03090101.xhp\n"
-"par_id3123476\n"
+"03130800.xhp\n"
+"hd_id3159157\n"
+"6\n"
"help.text"
-msgid "Instead of Else If you can write ElseIf, instead of End If you can write EndIf."
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03090101.xhp
+#: 03130800.xhp
msgctxt ""
-"03090101.xhp\n"
-"hd_id3155419\n"
-"5\n"
+"03130800.xhp\n"
+"par_id3148473\n"
+"7\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
+
+#: 03130800.xhp
+msgctxt ""
+"03130800.xhp\n"
+"hd_id3145609\n"
+"8\n"
"help.text"
msgid "Parameters:"
msgstr ""
-#: 03090101.xhp
+#: 03130800.xhp
msgctxt ""
-"03090101.xhp\n"
-"par_id3153062\n"
-"6\n"
+"03130800.xhp\n"
+"par_id3159414\n"
+"9\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 ""
+msgid "Environment: Environment variable that you want to return the value for."
+msgstr "Environment: გარემოს ცვლადი, რომელისთვისაც გნებავთ დააბრუნოთ მნიშვნელობა."
-#: 03090101.xhp
+#: 03130800.xhp
msgctxt ""
-"03090101.xhp\n"
-"par_id3153192\n"
-"7\n"
+"03130800.xhp\n"
+"hd_id3148663\n"
+"10\n"
"help.text"
-msgid "You can nest multiple <emph>If...Then</emph> statements."
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03090101.xhp
+#: 03130800.xhp
msgctxt ""
-"03090101.xhp\n"
-"par_id3154684\n"
-"8\n"
+"03130800.xhp\n"
+"par_id3145419\n"
+"15\n"
"help.text"
-msgid "<emph>Else</emph> and <emph>ElseIf</emph> statements are optional."
-msgstr ""
+msgid "MsgBox \"'\" & sTemp & \"'\" ,64,\"Directory of temporary files:\""
+msgstr "MsgBox \"'\" & sTemp & \"'\" ,64,\"დროებითი ფაილების დირექტორია:\""
-#: 03090101.xhp
+#: 03131000.xhp
msgctxt ""
-"03090101.xhp\n"
-"par_id3152939\n"
-"9\n"
+"03131000.xhp\n"
+"tit\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."
+msgid "GetSolarVersion Function [Runtime]"
msgstr ""
-#: 03090101.xhp
+#: 03131000.xhp
msgctxt ""
-"03090101.xhp\n"
-"par_id3153951\n"
-"10\n"
+"03131000.xhp\n"
+"bm_id3157898\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 ""
+msgid "<bookmark_value>GetSolarVersion function</bookmark_value>"
+msgstr "<bookmark_value>GetSolarVersion ფუნქცია</bookmark_value>"
-#: 03090101.xhp
+#: 03131000.xhp
msgctxt ""
-"03090101.xhp\n"
-"hd_id3152576\n"
-"11\n"
+"03131000.xhp\n"
+"hd_id3157898\n"
+"1\n"
"help.text"
-msgid "Example:"
-msgstr ""
+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>"
-#: 03090101.xhp
+#: 03131000.xhp
msgctxt ""
-"03090101.xhp\n"
-"par_id3154490\n"
-"16\n"
+"03131000.xhp\n"
+"par_id3152801\n"
+"2\n"
"help.text"
-msgid "sDate = InputBox(\"Enter the expiration date (MM.DD.YYYY)\")"
-msgstr ""
+msgid "Returns the internal number of the current $[officename] version."
+msgstr "აბრუნებს მიმდინარე $[officename] ვერსიის შიდა ნომერს."
-#: 03090101.xhp
+#: 03131000.xhp
msgctxt ""
-"03090101.xhp\n"
-"par_id3155601\n"
-"21\n"
+"03131000.xhp\n"
+"hd_id3153311\n"
+"3\n"
"help.text"
-msgid "MsgBox \"The expiration date has passed\""
+msgid "Syntax:"
msgstr ""
-#: 03090101.xhp
+#: 03131000.xhp
msgctxt ""
-"03090101.xhp\n"
-"par_id3146912\n"
-"23\n"
+"03131000.xhp\n"
+"par_id3155388\n"
+"4\n"
"help.text"
-msgid "MsgBox \"The expiration date has not yet passed\""
-msgstr ""
+msgid "s = GetSolarVersion"
+msgstr "s = GetSolarVersion"
-#: 03090101.xhp
+#: 03131000.xhp
msgctxt ""
-"03090101.xhp\n"
-"par_id3154754\n"
-"25\n"
+"03131000.xhp\n"
+"hd_id3149514\n"
+"5\n"
"help.text"
-msgid "MsgBox \"The expiration date is today\""
-msgstr ""
+msgid "Return value:"
+msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120201.xhp
+#: 03131000.xhp
msgctxt ""
-"03120201.xhp\n"
+"03131000.xhp\n"
+"par_id3148685\n"
+"6\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონები"
+
+#: 03131000.xhp
+msgctxt ""
+"03131000.xhp\n"
+"hd_id3143270\n"
+"7\n"
+"help.text"
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 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-ს ვერსიის ნომერი\""
+
+#: 03131300.xhp
+msgctxt ""
+"03131300.xhp\n"
"tit\n"
"help.text"
-msgid "Space Function [Runtime]"
+msgid "TwipsPerPixelX Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03120201.xhp
+#: 03131300.xhp
msgctxt ""
-"03120201.xhp\n"
-"bm_id3150499\n"
+"03131300.xhp\n"
+"bm_id3153539\n"
"help.text"
-msgid "<bookmark_value>Space function</bookmark_value>"
-msgstr "<bookmark_value>სივრცითი ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>TwipsPerPixelX function</bookmark_value>"
+msgstr "<bookmark_value>TwipsPerPixelX ფუნქცია</bookmark_value>"
-#: 03120201.xhp
-#, fuzzy
+#: 03131300.xhp
msgctxt ""
-"03120201.xhp\n"
-"hd_id3150499\n"
+"03131300.xhp\n"
+"hd_id3153539\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120201.xhp\" name=\"Space Function [Runtime]\">Space Function [Runtime]</link>"
+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>"
-#: 03120201.xhp
+#: 03131300.xhp
msgctxt ""
-"03120201.xhp\n"
-"par_id3154927\n"
+"03131300.xhp\n"
+"par_id3153394\n"
"2\n"
"help.text"
-msgid "Returns a string that consists of a specified amount of spaces."
-msgstr ""
+msgid "Returns the number of twips that represent the width of a pixel."
+msgstr "აბრუნებს twip-ების რიცხვს. რაც განსაზღვრავს პიქსელის სიგანეს."
-#: 03120201.xhp
+#: 03131300.xhp
msgctxt ""
-"03120201.xhp\n"
-"hd_id3153394\n"
+"03131300.xhp\n"
+"hd_id3153527\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120201.xhp
+#: 03131300.xhp
msgctxt ""
-"03120201.xhp\n"
-"par_id3143267\n"
+"03131300.xhp\n"
+"par_id3151110\n"
"4\n"
"help.text"
-msgid "Space (n As Long)"
-msgstr "სივრცე (n როგორც გრძელი)"
+msgid "n = TwipsPerPixelX"
+msgstr "n = TwipsPerPixelX"
-#: 03120201.xhp
+#: 03131300.xhp
msgctxt ""
-"03120201.xhp\n"
-"hd_id3147242\n"
+"03131300.xhp\n"
+"hd_id3150669\n"
"5\n"
"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03120201.xhp
+#: 03131300.xhp
msgctxt ""
-"03120201.xhp\n"
-"par_id3149233\n"
+"03131300.xhp\n"
+"par_id3150503\n"
"6\n"
"help.text"
-msgid "String"
-msgstr "სტრიქონები"
-
-#: 03120201.xhp
-msgctxt ""
-"03120201.xhp\n"
-"hd_id3156152\n"
-"7\n"
-"help.text"
-msgid "Parameters:"
+msgid "Integer"
msgstr ""
-#: 03120201.xhp
+#: 03131300.xhp
msgctxt ""
-"03120201.xhp\n"
-"par_id3143228\n"
-"8\n"
+"03131300.xhp\n"
+"hd_id3159176\n"
+"7\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 ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03120201.xhp
+#: 03131300.xhp
msgctxt ""
-"03120201.xhp\n"
-"hd_id3154760\n"
+"03131300.xhp\n"
+"par_id3153061\n"
"9\n"
"help.text"
-msgid "Example:"
+msgid "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
msgstr ""
-#: 03120201.xhp
-#, fuzzy
-msgctxt ""
-"03120201.xhp\n"
-"par_id3154216\n"
-"18\n"
-"help.text"
-msgid "MsgBox sOut,0,\"Info:\""
-msgstr "msgBox sOut,0,\"ინფო:\""
-
-#: 03030101.xhp
+#: 03131400.xhp
msgctxt ""
-"03030101.xhp\n"
+"03131400.xhp\n"
"tit\n"
"help.text"
-msgid "DateSerial Function [Runtime]"
+msgid "TwipsPerPixelY Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03030101.xhp
+#: 03131400.xhp
msgctxt ""
-"03030101.xhp\n"
-"bm_id3157896\n"
+"03131400.xhp\n"
+"bm_id3150040\n"
"help.text"
-msgid "<bookmark_value>DateSerial function</bookmark_value>"
-msgstr "<bookmark_value>DateDiff ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>TwipsPerPixelY function</bookmark_value>"
+msgstr "<bookmark_value>TwipsPerPixelY ფუნქცია</bookmark_value>"
-#: 03030101.xhp
-#, fuzzy
+#: 03131400.xhp
msgctxt ""
-"03030101.xhp\n"
-"hd_id3157896\n"
+"03131400.xhp\n"
+"hd_id3150040\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030101.xhp\" name=\"DateSerial Function [Runtime]\">DateSerial Function [Runtime]</link>"
+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>"
-#: 03030101.xhp
+#: 03131400.xhp
msgctxt ""
-"03030101.xhp\n"
-"par_id3143267\n"
+"03131400.xhp\n"
+"par_id3154186\n"
"2\n"
"help.text"
-msgid "Returns a <emph>Date</emph> value for a specified year, month, or day."
-msgstr ""
+msgid "Returns the number of twips that represent the height of a pixel."
+msgstr "აბრუნებს twip-ების რაოდენობას, რომელიც განსაზღვრავს პიქსელის სიმაღლეს."
-#: 03030101.xhp
+#: 03131400.xhp
msgctxt ""
-"03030101.xhp\n"
-"hd_id3147264\n"
+"03131400.xhp\n"
+"hd_id3145090\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03030101.xhp
+#: 03131400.xhp
msgctxt ""
-"03030101.xhp\n"
-"par_id3149670\n"
+"03131400.xhp\n"
+"par_id3153681\n"
"4\n"
"help.text"
-msgid "DateSerial (year, month, day)"
-msgstr ""
+msgid "n = TwipsPerPixelY"
+msgstr "n = TwipsPerPixelY"
-#: 03030101.xhp
+#: 03131400.xhp
msgctxt ""
-"03030101.xhp\n"
-"hd_id3150792\n"
+"03131400.xhp\n"
+"hd_id3148473\n"
"5\n"
"help.text"
msgid "Return value:"
msgstr "დაბრუნებული მნიშვნელობა:"
-#: 03030101.xhp
+#: 03131400.xhp
msgctxt ""
-"03030101.xhp\n"
-"par_id3150398\n"
+"03131400.xhp\n"
+"par_id3154306\n"
"6\n"
"help.text"
-msgid "Date"
+msgid "Integer"
msgstr ""
-#: 03030101.xhp
+#: 03131400.xhp
msgctxt ""
-"03030101.xhp\n"
-"hd_id3154141\n"
+"03131400.xhp\n"
+"hd_id3149235\n"
"7\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03030101.xhp
+#: 03131400.xhp
msgctxt ""
-"03030101.xhp\n"
-"par_id3147229\n"
-"8\n"
+"03131400.xhp\n"
+"par_id3154142\n"
+"9\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."
+msgid "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Twips\",0,\"Pixel size\""
msgstr ""
-#: 03030101.xhp
+#: 03131500.xhp
msgctxt ""
-"03030101.xhp\n"
-"par_id3156280\n"
-"9\n"
+"03131500.xhp\n"
+"tit\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 ""
+msgid "CreateUnoStruct Function [Runtime]"
+msgstr "Split Function [Runtime]"
-#: 03030101.xhp
+#: 03131500.xhp
msgctxt ""
-"03030101.xhp\n"
-"par_id3151043\n"
-"10\n"
+"03131500.xhp\n"
+"bm_id3150499\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 ""
+msgid "<bookmark_value>CreateUnoStruct function</bookmark_value>"
+msgstr "<bookmark_value>CreateUnoStruct ფუნქცია</bookmark_value>"
-#: 03030101.xhp
+#: 03131500.xhp
msgctxt ""
-"03030101.xhp\n"
-"par_id3161832\n"
-"11\n"
+"03131500.xhp\n"
+"hd_id3150499\n"
+"1\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 ""
+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>"
-#: 03030101.xhp
+#: 03131500.xhp
msgctxt ""
-"03030101.xhp\n"
-"par_id3155306\n"
-"12\n"
+"03131500.xhp\n"
+"par_id3150713\n"
+"2\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 ""
+msgid "<ahelp hid=\".\">Creates an instance of a Uno structure type.</ahelp>"
+msgstr "<ahelp hid=\".\">ქმნის Uno სტრუქტურის ტიპის ასლს.</ahelp>"
-#: 03030101.xhp
+#: 03131500.xhp
msgctxt ""
-"03030101.xhp\n"
-"par_id3152576\n"
-"13\n"
+"03131500.xhp\n"
+"par_id3147226\n"
+"3\n"
"help.text"
-msgid "If a date is defined that lies outside of the accepted range, $[officename] Basic returns an error message."
-msgstr ""
+msgid "Use the following structure for your statement:"
+msgstr "თქვენი გამოსახულებისთვის გამოიყენებთ შემდეგი სტრუქტურა:"
-#: 03030101.xhp
+#: 03131500.xhp
msgctxt ""
-"03030101.xhp\n"
-"par_id3149481\n"
-"14\n"
+"03131500.xhp\n"
+"par_id3149177\n"
+"4\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."
+msgid "Dim oStruct as new com.sun.star.beans.Property"
+msgstr "Dim oStruct as new com.sun.star.beans.Property"
+
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"hd_id3156153\n"
+"5\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03030101.xhp
+#: 03131500.xhp
msgctxt ""
-"03030101.xhp\n"
-"hd_id3155411\n"
-"15\n"
+"03131500.xhp\n"
+"par_id3155341\n"
+"6\n"
+"help.text"
+msgid "oStruct = CreateUnoStruct( Uno type name )"
+msgstr "oStruct = CreateUnoStruct( Uno type name )"
+
+#: 03131500.xhp
+msgctxt ""
+"03131500.xhp\n"
+"hd_id3145316\n"
+"7\n"
"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
-#: 03030101.xhp
+#: 03131500.xhp
msgctxt ""
-"03030101.xhp\n"
-"par_id3154942\n"
+"03131500.xhp\n"
+"par_id3149762\n"
+"8\n"
"help.text"
-msgid "MsgBox lDate ' returns 23476"
-msgstr ""
+msgid "oStruct = CreateUnoStruct( \"com.sun.star.beans.Property\" )"
+msgstr "oStruct = CreateUnoStruct( \"com.sun.star.beans.Property\" )"
-#: 03030101.xhp
+#: 03131600.xhp
msgctxt ""
-"03030101.xhp\n"
-"par_id3151074\n"
+"03131600.xhp\n"
+"tit\n"
"help.text"
-msgid "MsgBox sDate ' returns 04/09/1964"
+msgid "CreateUnoService Function [Runtime]"
+msgstr "Split Function [Runtime]"
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"bm_id3150682\n"
+"help.text"
+msgid "<bookmark_value>CreateUnoService function</bookmark_value>"
+msgstr "<bookmark_value>CreateUnoService ფუნქცია</bookmark_value>"
+
+#: 03131600.xhp
+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>"
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"par_id3152924\n"
+"2\n"
+"help.text"
+msgid "Instantiates a Uno service with the ProcessServiceManager."
+msgstr "ინიციალიზაციას უკეთებს Uno სერვიზს ProcessServiceManager-ით."
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"hd_id3152801\n"
+"3\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03020305.xhp
+#: 03131600.xhp
msgctxt ""
-"03020305.xhp\n"
+"03131600.xhp\n"
+"par_id3153346\n"
+"4\n"
+"help.text"
+msgid "oService = CreateUnoService( Uno service name )"
+msgstr "oService = CreateUnoService( Uno service name )"
+
+#: 03131600.xhp
+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"
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"hd_id3151111\n"
+"5\n"
+"help.text"
+msgid "Examples:"
+msgstr "მაგალითები"
+
+#: 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\")"
+
+#: 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>"
+
+#: 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 "შემდეგი კოდი დიალოგური ფანჯრის გასახსნელად იყენებს სერვიზს."
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"par_idN1062B\n"
+"help.text"
+msgid "fName = FileOpenDialog (\"Please select a file\")"
+msgstr "fName = FileOpenDialog (\"გთხოვთ აირჩიოთ ფაილი\")"
+
+#: 03131600.xhp
+msgctxt ""
+"03131600.xhp\n"
+"par_idN10630\n"
+"help.text"
+msgid "Print \"file chosen: \"+fName"
+msgstr "print \"file chosen: \"+fName"
+
+#: 03131700.xhp
+msgctxt ""
+"03131700.xhp\n"
"tit\n"
"help.text"
-msgid "Seek Statement [Runtime]"
+msgid "GetProcessServiceManager Function [Runtime]"
msgstr ""
-#: 03020305.xhp
+#: 03131700.xhp
msgctxt ""
-"03020305.xhp\n"
-"bm_id3159413\n"
+"03131700.xhp\n"
+"bm_id3153255\n"
"help.text"
-msgid "<bookmark_value>Seek statement</bookmark_value>"
-msgstr "<bookmark_value>Beep მტკიცებულება</bookmark_value>"
+msgid "<bookmark_value>GetProcessServiceManager function</bookmark_value><bookmark_value>ProcessServiceManager</bookmark_value>"
+msgstr "<bookmark_value>GetProcessServiceManager ფუნქცია</bookmark_value><bookmark_value>ProcessServiceManager</bookmark_value>"
-#: 03020305.xhp
-#, fuzzy
+#: 03131700.xhp
msgctxt ""
-"03020305.xhp\n"
-"hd_id3159413\n"
+"03131700.xhp\n"
+"hd_id3153255\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>"
+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>"
-#: 03020305.xhp
+#: 03131700.xhp
msgctxt ""
-"03020305.xhp\n"
-"par_id3153381\n"
+"03131700.xhp\n"
+"par_id3156414\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 ""
+msgid "Returns the ProcessServiceManager (central Uno ServiceManager)."
+msgstr "Returns the ProcessServiceManager (central Uno ServiceManager)."
-#: 03020305.xhp
+#: 03131700.xhp
msgctxt ""
-"03020305.xhp\n"
-"par_id2100589\n"
+"03131700.xhp\n"
+"par_id3145136\n"
+"3\n"
"help.text"
-msgid "For random access files, the Seek statement sets the number of the next record to be accessed."
-msgstr ""
+msgid "This function is required when you want to instantiate a service using CreateInstanceWithArguments."
+msgstr "ფუქნცია გამოიყენება იმ შემთხვევაში, როდესაც გსურთ სერვისის ინსტანირება CreateInstanceWithArguments-ის გამოყენებით."
-#: 03020305.xhp
+#: 03131700.xhp
msgctxt ""
-"03020305.xhp\n"
-"par_id5444807\n"
+"03131700.xhp\n"
+"hd_id3153681\n"
+"4\n"
"help.text"
-msgid "For all other files, the Seek statement sets the byte position at which the next operation is to occur."
+msgid "Syntax:"
msgstr ""
-#: 03020305.xhp
+#: 03131700.xhp
msgctxt ""
-"03020305.xhp\n"
-"par_id3156280\n"
+"03131700.xhp\n"
+"par_id3151110\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>."
+msgid "oServiceManager = GetProcessServiceManager()"
msgstr ""
-#: 03020305.xhp
+#: 03131700.xhp
msgctxt ""
-"03020305.xhp\n"
-"hd_id3145785\n"
+"03131700.xhp\n"
+"hd_id3149516\n"
"6\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03020305.xhp
+#: 03131700.xhp
msgctxt ""
-"03020305.xhp\n"
-"par_id3145273\n"
+"03131700.xhp\n"
+"par_id3143270\n"
"7\n"
"help.text"
-msgid "Seek[#FileNumber], Position (As Long)"
+msgid "oServiceManager = GetProcessServiceManager()"
msgstr ""
-#: 03020305.xhp
+#: 03131700.xhp
msgctxt ""
-"03020305.xhp\n"
-"hd_id3154321\n"
+"03131700.xhp\n"
+"par_id3153825\n"
"8\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "oIntrospection = oServiceManager.createInstance(\"com.sun.star.beans.Introspection\");"
+msgstr "oIntrospection = oServiceManager.createInstance(\"com.sun.star.beans.Introspection\");"
-#: 03020305.xhp
+#: 03131700.xhp
msgctxt ""
-"03020305.xhp\n"
-"par_id3153952\n"
+"03131700.xhp\n"
+"par_id3148473\n"
"9\n"
"help.text"
-msgid "<emph>FileNumber: </emph>The data channel number used in the Open statement."
-msgstr ""
+msgid "this is the same as the following statement:"
+msgstr "ეს იგივია რაც შემდეგი დებულება:"
-#: 03020305.xhp
+#: 03131700.xhp
msgctxt ""
-"03020305.xhp\n"
-"par_id3145366\n"
+"03131700.xhp\n"
+"par_id3145609\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 ""
+msgid "oIntrospection = CreateUnoService(\"com.sun.star.beans.Introspection\")"
+msgstr "oIntrospection = CreateUnoService(\"com.sun.star.beans.Introspection\")"
-#: 03030206.xhp
+#: 03131800.xhp
msgctxt ""
-"03030206.xhp\n"
+"03131800.xhp\n"
"tit\n"
"help.text"
-msgid "TimeValue Function [Runtime]"
+msgid "CreateUnoDialog Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03030206.xhp
+#: 03131800.xhp
msgctxt ""
-"03030206.xhp\n"
-"bm_id3149670\n"
+"03131800.xhp\n"
+"bm_id3150040\n"
"help.text"
-msgid "<bookmark_value>TimeValue function</bookmark_value>"
-msgstr "<bookmark_value>Va lფუნქცია</bookmark_value>"
+msgid "<bookmark_value>CreateUnoDialog function</bookmark_value>"
+msgstr "<bookmark_value>CreateUnoDialog ფუნქცია</bookmark_value>"
-#: 03030206.xhp
-#, fuzzy
+#: 03131800.xhp
msgctxt ""
-"03030206.xhp\n"
-"hd_id3149670\n"
+"03131800.xhp\n"
+"hd_id3150040\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03030206.xhp\" name=\"TimeValue Function [Runtime]\">TimeValue Function [Runtime]</link>"
+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>"
-#: 03030206.xhp
+#: 03131800.xhp
msgctxt ""
-"03030206.xhp\n"
-"par_id3153361\n"
+"03131800.xhp\n"
+"par_id3154186\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 ""
+msgid "Creates a Basic Uno object that represents a Uno dialog control during Basic runtime."
+msgstr "ქმნის Basic Uno ობიექტს, რომელიც წარმოადგენს Uno დიალოგის კონტროლს Basic-ის გაშვებისას."
-#: 03030206.xhp
+#: 03131800.xhp
msgctxt ""
-"03030206.xhp\n"
-"hd_id3154138\n"
+"03131800.xhp\n"
+"par_id3153750\n"
"3\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "Dialogs are defined in the dialog libraries. To display a dialog, a \"live\" dialog must be created from the library."
+msgstr "დიალოგები განისაზღვრება დიალოგურ ბიბლიოთეკებში. დიალოგის საჩვენებლად ბიბლიოთეკაში უნდა შეიქმნას \"ცოცხალი\" დიალოგი."
-#: 03030206.xhp
+#: 03131800.xhp
msgctxt ""
-"03030206.xhp\n"
-"par_id3156282\n"
+"03131800.xhp\n"
+"par_id3153681\n"
"4\n"
"help.text"
-msgid "TimeValue (Text As String)"
-msgstr "Val (ტექსტი როგორც სტრიქონი)"
+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>."
-#: 03030206.xhp
+#: 03131800.xhp
msgctxt ""
-"03030206.xhp\n"
-"hd_id3153969\n"
+"03131800.xhp\n"
+"hd_id3154286\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Syntax:"
+msgstr ""
-#: 03030206.xhp
+#: 03131800.xhp
msgctxt ""
-"03030206.xhp\n"
-"par_id3156424\n"
+"03131800.xhp\n"
+"par_id3159176\n"
"6\n"
"help.text"
-msgid "Date"
-msgstr ""
+msgid "CreateUnoDialog( oDlgDesc )"
+msgstr "CreateUnoDialog( oDlgDesc )"
-#: 03030206.xhp
+#: 03131800.xhp
msgctxt ""
-"03030206.xhp\n"
-"hd_id3145172\n"
+"03131800.xhp\n"
+"hd_id3143270\n"
"7\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03030206.xhp
+#: 03131800.xhp
msgctxt ""
-"03030206.xhp\n"
-"par_id3145786\n"
+"03131800.xhp\n"
+"par_id3159157\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 ""
+msgid "' Get dialog description from the dialog library"
+msgstr "' დიალოგთა ბიბლიოთეკიდან დიალოგის აღწერილობის მიღება"
-#: 03030206.xhp
+#: 03131800.xhp
msgctxt ""
-"03030206.xhp\n"
-"par_id3152578\n"
+"03131800.xhp\n"
+"par_id3149234\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."
+msgid "oDlgDesc = DialogLibraries.Standard.Dialog1"
msgstr ""
-#: 03030206.xhp
+#: 03131800.xhp
msgctxt ""
-"03030206.xhp\n"
-"par_id3163710\n"
+"03131800.xhp\n"
+"par_id3154923\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 ""
+msgid "' generate \"live\" dialog"
+msgstr "' \"ცოცხალი\" დიალოგის გენერაცია"
-#: 03030206.xhp
+#: 03131800.xhp
msgctxt ""
-"03030206.xhp\n"
-"par_id3151117\n"
+"03131800.xhp\n"
+"par_id3149670\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 ""
+msgid "oDlgControl = CreateUnoDialog( oDlgDesc )"
+msgstr "oDlgControl = CreateUnoDialog( oDlgDesc )"
-#: 03030206.xhp
+#: 03131800.xhp
msgctxt ""
-"03030206.xhp\n"
-"par_id3147426\n"
+"03131800.xhp\n"
+"par_id3148550\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 ""
+msgid "' display \"live\" dialog"
+msgstr "' \"ცოცხალი\" დიალოგის ჩვენება"
-#: 03030206.xhp
+#: 03131800.xhp
msgctxt ""
-"03030206.xhp\n"
-"hd_id3145271\n"
+"03131800.xhp\n"
+"par_id3154072\n"
"13\n"
"help.text"
-msgid "Example:"
-msgstr ""
-
-#: 03030206.xhp
-msgctxt ""
-"03030206.xhp\n"
-"par_id3149378\n"
-"33\n"
-"help.text"
-msgid "a1 = \"start time\""
-msgstr ""
+msgid "oDlgControl.execute"
+msgstr "oDlgControl.execute"
-#: 03030206.xhp
+#: 03131900.xhp
msgctxt ""
-"03030206.xhp\n"
-"par_id3145800\n"
-"34\n"
+"03131900.xhp\n"
+"tit\n"
"help.text"
-msgid "b1 = \"end time\""
+msgid "GlobalScope [Runtime]"
msgstr ""
-#: 03030206.xhp
+#: 03131900.xhp
msgctxt ""
-"03030206.xhp\n"
-"par_id3151074\n"
-"35\n"
+"03131900.xhp\n"
+"bm_id3150682\n"
"help.text"
-msgid "c1 = \"total time\""
+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 ""
-#: 03120403.xhp
-msgctxt ""
-"03120403.xhp\n"
-"tit\n"
-"help.text"
-msgid "StrComp Function [Runtime]"
-msgstr "Split Function [Runtime]"
-
-#: 03120403.xhp
-msgctxt ""
-"03120403.xhp\n"
-"bm_id3156027\n"
-"help.text"
-msgid "<bookmark_value>StrComp function</bookmark_value>"
-msgstr "<bookmark_value>StrComp ფუნქცია</bookmark_value>"
-
-#: 03120403.xhp
-#, fuzzy
+#: 03131900.xhp
msgctxt ""
-"03120403.xhp\n"
-"hd_id3156027\n"
+"03131900.xhp\n"
+"hd_id3150682\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>"
+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>"
-#: 03120403.xhp
+#: 03131900.xhp
msgctxt ""
-"03120403.xhp\n"
-"par_id3155805\n"
+"03131900.xhp\n"
+"par_id3153345\n"
"2\n"
"help.text"
-msgid "Compares two strings and returns an integer value that represents the result of the comparison."
-msgstr "ადარებს ორ სტრინგს და აბრუნებს ინტეგერის მნიშვნელობას რომელიც წარმოადგეს შედარების შედეგს."
+msgid "Basic source code and dialogs are organized in a library system."
+msgstr "Basic-ის საწყისი კოდი და დიალოგები ორგანიზებულები არიან ბიბლიოთეკის სისტემაში."
-#: 03120403.xhp
+#: 03131900.xhp
msgctxt ""
-"03120403.xhp\n"
-"hd_id3153345\n"
+"03131900.xhp\n"
+"par_id3145315\n"
"3\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "The LibraryContainer contains libraries"
+msgstr "LibraryContainer-ი შეიცავს ბიბლიოთეკებს"
-#: 03120403.xhp
+#: 03131900.xhp
msgctxt ""
-"03120403.xhp\n"
-"par_id3150503\n"
+"03131900.xhp\n"
+"par_id3149514\n"
"4\n"
"help.text"
-msgid "StrComp (Text1 As String, Text2 As String[, Compare])"
-msgstr "StrComp (Text1 As String, Text2 As String[, Compare])"
+msgid "Libraries can contain modules and dialogs"
+msgstr "ბიბლიოთეკები შეიძლება შეიცავდნენ მოდულებს და დიალოგებს."
-#: 03120403.xhp
+#: 03131900.xhp
msgctxt ""
-"03120403.xhp\n"
-"hd_id3147574\n"
+"03131900.xhp\n"
+"hd_id3143271\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "In Basic:"
+msgstr "Basic-ში:"
-#: 03120403.xhp
+#: 03131900.xhp
msgctxt ""
-"03120403.xhp\n"
-"par_id3156152\n"
+"03131900.xhp\n"
+"par_id3153061\n"
"6\n"
"help.text"
-msgid "Integer"
-msgstr ""
+msgid "The LibraryContainer is called <emph>BasicLibraries</emph>."
+msgstr "LibraryContainer-ს ეწოდება <emph>BasicLibraries</emph>."
-#: 03120403.xhp
+#: 03131900.xhp
msgctxt ""
-"03120403.xhp\n"
-"hd_id3150984\n"
+"03131900.xhp\n"
+"hd_id3154346\n"
"7\n"
"help.text"
-msgid "Parameter:"
-msgstr ""
+msgid "In dialogs:"
+msgstr "დიალოგში:"
-#: 03120403.xhp
+#: 03131900.xhp
msgctxt ""
-"03120403.xhp\n"
-"par_id3153061\n"
+"03131900.xhp\n"
+"par_id3148663\n"
"8\n"
"help.text"
-msgid "<emph>Text1:</emph> Any string expression"
-msgstr "<emph>ტექსტი1:</emph> ნებისმიერი სტრინგული გამოსახულება"
+msgid "The LibraryContainer is called <emph>DialogLibraries</emph>."
+msgstr "LibraryContainer-ს ეწოდება <emph>DialogLibraries</emph>."
-#: 03120403.xhp
+#: 03131900.xhp
msgctxt ""
-"03120403.xhp\n"
-"par_id3147560\n"
+"03131900.xhp\n"
+"par_id3150543\n"
"9\n"
"help.text"
-msgid "<emph>Text2:</emph> Any string expression"
-msgstr "<emph>ტექსტი2:</emph> ნებისმიერი სტრინგული გამოსახულება"
+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>."
-#: 03120403.xhp
+#: 03131900.xhp
msgctxt ""
-"03120403.xhp\n"
-"par_id3146796\n"
+"03131900.xhp\n"
+"hd_id3148920\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, შედარება არ გაარჩევს დიდ და პატარა ასო-ნიშნებს."
+msgid "Syntax:"
+msgstr ""
-#: 03120403.xhp
+#: 03131900.xhp
msgctxt ""
-"03120403.xhp\n"
-"hd_id3154940\n"
-"13\n"
+"03131900.xhp\n"
+"par_id3149203\n"
+"11\n"
"help.text"
-msgid "Return value"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "GlobalScope"
+msgstr "GlobalScope"
-#: 03120403.xhp
+#: 03131900.xhp
msgctxt ""
-"03120403.xhp\n"
-"par_id3150358\n"
-"27\n"
+"03131900.xhp\n"
+"hd_id3154685\n"
+"12\n"
"help.text"
-msgid "If Text1 < Text2 the function returns -1"
-msgstr "თუ Text1 < Text2 ფუნქცია აბრუნებს -1"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03120403.xhp
+#: 03131900.xhp
msgctxt ""
-"03120403.xhp\n"
-"par_id3151043\n"
-"28\n"
+"03131900.xhp\n"
+"par_id3154124\n"
+"13\n"
"help.text"
-msgid "If Text1 = Text2 the function returns 0"
-msgstr "თუ Text1 = Text2 ფუნქცია აბრუნებს 0"
+msgid "Example in the document Basic"
+msgstr "მაგალითი დოკუმენტის Basic-ში"
-#: 03120403.xhp
+#: 03131900.xhp
msgctxt ""
-"03120403.xhp\n"
-"par_id3158410\n"
-"29\n"
+"03131900.xhp\n"
+"par_id3158408\n"
+"14\n"
"help.text"
-msgid "If Text1 > Text2 the function returns 1"
-msgstr "თუ Text1 > Text2 ფუნქცია აბრუნებს 1"
+msgid "' calling Dialog1 in the document library Standard"
+msgstr "' calling Dialog1 in the document library Standard"
-#: 03120403.xhp
+#: 03131900.xhp
msgctxt ""
-"03120403.xhp\n"
-"hd_id3153968\n"
-"18\n"
+"03131900.xhp\n"
+"par_id3125865\n"
+"15\n"
"help.text"
-msgid "Example:"
+msgid "oDlgDesc = DialogLibraries.Standard.Dialog1"
msgstr ""
-#: 03120402.xhp
+#: 03131900.xhp
msgctxt ""
-"03120402.xhp\n"
+"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"
+
+#: 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"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
"tit\n"
"help.text"
-msgid "Len Function [Runtime]"
+msgid "CreateUnoListener Function [Runtime]"
msgstr "Split Function [Runtime]"
-#: 03120402.xhp
+#: 03132000.xhp
msgctxt ""
-"03120402.xhp\n"
-"bm_id3154136\n"
+"03132000.xhp\n"
+"bm_id3155150\n"
"help.text"
-msgid "<bookmark_value>Len function</bookmark_value>"
-msgstr "<bookmark_value>Len ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>CreateUnoListener function</bookmark_value>"
+msgstr "<bookmark_value>CreateUnoListener ფუნქცია</bookmark_value>"
-#: 03120402.xhp
-#, fuzzy
+#: 03132000.xhp
msgctxt ""
-"03120402.xhp\n"
-"hd_id3154136\n"
-"1\n"
+"03132000.xhp\n"
+"hd_id3155150\n"
+"53\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03120402.xhp\" name=\"Len Function [Runtime]\">Len Function [Runtime]</link>"
+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>"
-#: 03120402.xhp
+#: 03132000.xhp
msgctxt ""
-"03120402.xhp\n"
-"par_id3147576\n"
-"2\n"
+"03132000.xhp\n"
+"par_id3149346\n"
+"52\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 "აბრუნებს სტრინგში ასო-ნიშნების რაოდენობას, ან ბაიტების რეოდენობას რომლებიც საჭიროა ცვლადის შენახვისთვის."
+msgid "Creates a Listener instance."
+msgstr "ქმნის მსმენელის ნიმუშს."
-#: 03120402.xhp
+#: 03132000.xhp
msgctxt ""
-"03120402.xhp\n"
-"hd_id3159177\n"
-"3\n"
+"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 ფუნქცია უცდის დარეკილ მსმენელის ინტერფეისს და შემდეგ გადასცემს ინტერფეისს ობიექტს, რომელსაც აქვს მხარდაჭერა. ეს ობიექტი შემდეგ გადაეცემა მეთოდეს რათა დაარეგისტრიროს მსმენელი."
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"hd_id3148685\n"
+"50\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03120402.xhp
+#: 03132000.xhp
msgctxt ""
-"03120402.xhp\n"
-"par_id3150669\n"
-"4\n"
+"03132000.xhp\n"
+"par_id3143228\n"
+"49\n"
"help.text"
-msgid "Len (Text As String)"
-msgstr "Len (Text As String)"
+msgid "oListener = CreateUnoListener( Prefixname, ListenerInterfaceName )"
+msgstr "oListener = CreateUnoListener( Prefixname, ListenerInterfaceName )"
-#: 03120402.xhp
+#: 03132000.xhp
msgctxt ""
-"03120402.xhp\n"
-"hd_id3148473\n"
-"5\n"
+"03132000.xhp\n"
+"hd_id3147574\n"
+"48\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 03120402.xhp
+#: 03132000.xhp
msgctxt ""
-"03120402.xhp\n"
-"par_id3143270\n"
-"6\n"
+"03132000.xhp\n"
+"par_id3154046\n"
+"47\n"
"help.text"
-msgid "Long"
+msgid "The following example is based on a Basic library object."
+msgstr "შემდეგი მაგალითი დამყარებულია BASIC ბიბლიოთეკის ობიექტზე"
+
+#: 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 მეთოდი მოითხოვს ორ პარამეტრს. პირველი არის თავსართი, რომელიც ახსნილია ქვემოთ. მეორე პარამეტრი არის იმ სრული მსმენელის ინტერფეისის სრული სახელი, რომლის გამოყენებაც გსურთ."
+
+#: 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 -ის დასარეგისტრირებლად:"
+
+#: 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 უნდა არსებობდეს!"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3150359\n"
+"40\n"
+"help.text"
+msgid "oLib.addContainerListener( oListener ) ' Register the listener"
+msgstr "oLib.addContainerListener( oListener ) ' მსმენელის რეგისტრაცია"
+
+#: 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 ინტერფეისიდან."
+
+#: 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\" და იძახებს მათ პოვნის შემთხვევაში. წინააღმდეგ შემთხვევაში მოხდება შეცდომა გაშვებისას."
+
+#: 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-ი იყენებს შემდეგ მეთოდებს:"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3151176\n"
+"36\n"
+"help.text"
+msgid "disposing:"
+msgstr "განლაგება:"
+
+#: 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 ""
-#: 03120402.xhp
+#: 03132000.xhp
msgctxt ""
-"03120402.xhp\n"
-"hd_id3147531\n"
-"7\n"
+"03132000.xhp\n"
+"par_id3156212\n"
+"34\n"
"help.text"
-msgid "Parameters:"
+msgid "elementInserted:"
+msgstr "elementInserted:"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3159254\n"
+"33\n"
+"help.text"
+msgid "Method of the com.sun.star.container.XContainerListener interface"
msgstr ""
-#: 03120402.xhp
+#: 03132000.xhp
msgctxt ""
-"03120402.xhp\n"
-"par_id3147265\n"
-"8\n"
+"03132000.xhp\n"
+"par_id3147287\n"
+"32\n"
"help.text"
-msgid "<emph>Text:</emph> Any string expression or a variable of another type."
-msgstr "<emph>ტექსტი:</emph> ნებისმიერი სხვა ტიპის სტრინგული გამოსახულება ან ცვლადი."
+msgid "elementRemoved:"
+msgstr "elementRemoved:"
-#: 03120402.xhp
+#: 03132000.xhp
msgctxt ""
-"03120402.xhp\n"
-"hd_id3153360\n"
-"9\n"
+"03132000.xhp\n"
+"par_id3146119\n"
+"31\n"
"help.text"
-msgid "Example:"
+msgid "Method of the com.sun.star.container.XContainerListener interface"
msgstr ""
-#: 03120402.xhp
+#: 03132000.xhp
msgctxt ""
-"03120402.xhp\n"
-"par_id3156214\n"
-"13\n"
+"03132000.xhp\n"
+"par_id3153951\n"
+"30\n"
"help.text"
-msgid "MsgBox Len(sText) REM Returns 9"
-msgstr "MsgBox Len(sText) REM Returns 9"
+msgid "elementReplaced:"
+msgstr "elementReplaced:"
-#: 03130600.xhp
+#: 03132000.xhp
msgctxt ""
-"03130600.xhp\n"
-"tit\n"
+"03132000.xhp\n"
+"par_id3154013\n"
+"29\n"
"help.text"
-msgid "Wait Statement [Runtime]"
+msgid "Method of the com.sun.star.container.XContainerListener interface"
msgstr ""
-#: 03130600.xhp
+#: 03132000.xhp
msgctxt ""
-"03130600.xhp\n"
-"bm_id3154136\n"
+"03132000.xhp\n"
+"par_id3147435\n"
+"28\n"
"help.text"
-msgid "<bookmark_value>Wait statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
+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-ში:"
-#: 03130600.xhp
-#, fuzzy
+#: 03132000.xhp
msgctxt ""
-"03130600.xhp\n"
-"hd_id3154136\n"
-"1\n"
+"03132000.xhp\n"
+"par_id3155411\n"
+"27\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>"
+msgid "ContListener_disposing"
+msgstr "ContListener_disposing"
-#: 03130600.xhp
+#: 03132000.xhp
msgctxt ""
-"03130600.xhp\n"
-"par_id3149236\n"
-"2\n"
+"03132000.xhp\n"
+"par_id3146923\n"
+"26\n"
"help.text"
-msgid "Interrupts the program execution for the amount of time that you specify in milliseconds."
-msgstr "მილიწამებში მითითებული დროის მანძილზე წყვეტს პროგრამის მუშაობას."
+msgid "ContListener_elementInserted"
+msgstr "ContListener_elementInserted"
-#: 03130600.xhp
+#: 03132000.xhp
msgctxt ""
-"03130600.xhp\n"
-"hd_id3143229\n"
-"3\n"
+"03132000.xhp\n"
+"par_id3147318\n"
+"25\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "ContListener_elementRemoved"
+msgstr "ContListener_elementRemoved"
-#: 03130600.xhp
+#: 03132000.xhp
msgctxt ""
-"03130600.xhp\n"
-"par_id3150669\n"
-"4\n"
+"03132000.xhp\n"
+"par_id3152578\n"
+"24\n"
"help.text"
-msgid "Wait millisec"
-msgstr "Wait millisec"
+msgid "ContListener_elementReplaced"
+msgstr "ContListener_elementReplaced"
-#: 03130600.xhp
+#: 03132000.xhp
msgctxt ""
-"03130600.xhp\n"
-"hd_id3148943\n"
-"5\n"
+"03132000.xhp\n"
+"par_id3150592\n"
+"23\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+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 მსმენელის მეთოდები შეგიძლიათ გამოიძახოთ ამ მოვლენის ობიექტებს, მაშინვე, როგორც კი შესაბამისი პარამეტრი იქნება გადაცემული ქვე გამოცხადებაში:"
-#: 03130600.xhp
+#: 03132000.xhp
msgctxt ""
-"03130600.xhp\n"
-"par_id3154924\n"
-"6\n"
+"03132000.xhp\n"
+"par_id3153876\n"
+"21\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> რიცხვითი გამოსახულება რომელიც შეიცავს დროს (მილიწამებში) რომლის გასვლის შემდეეგაც გაეშვება პროგრამა.."
+msgid "MsgBox \"disposing\""
+msgstr "MsgBox \"განლაგება\""
-#: 03130600.xhp
+#: 03132000.xhp
msgctxt ""
-"03130600.xhp\n"
-"hd_id3150541\n"
-"7\n"
+"03132000.xhp\n"
+"par_id3154098\n"
+"17\n"
"help.text"
-msgid "Example:"
-msgstr ""
+msgid "MsgBox \"elementInserted\""
+msgstr "MsgBox \"elementInserted\""
-#: 03130600.xhp
+#: 03132000.xhp
msgctxt ""
-"03130600.xhp\n"
-"par_id3156214\n"
+"03132000.xhp\n"
+"par_id3153947\n"
"13\n"
"help.text"
-msgid "MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\""
-msgstr ""
+msgid "MsgBox \"elementRemoved\""
+msgstr "MsgBox \"elementRemoved\""
-#: 03010300.xhp
+#: 03132000.xhp
msgctxt ""
-"03010300.xhp\n"
-"tit\n"
+"03132000.xhp\n"
+"par_id3148915\n"
+"9\n"
"help.text"
-msgid "Color Functions"
-msgstr ""
+msgid "MsgBox \"elementReplaced\""
+msgstr "MsgBox \"elementReplaced\""
-#: 03010300.xhp
-#, fuzzy
+#: 03132000.xhp
msgctxt ""
-"03010300.xhp\n"
-"hd_id3157896\n"
-"1\n"
+"03132000.xhp\n"
+"par_id3156056\n"
+"6\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>"
+msgid "You do not need to include the parameter of an event object if the object is not used:"
+msgstr "თუ ობიექტი არ გამოიყენება, მოვლენის პარამეტრის ჩამატება აუცილებელი არ არის:"
-#: 03010300.xhp
+#: 03132000.xhp
msgctxt ""
-"03010300.xhp\n"
-"par_id3155555\n"
+"03132000.xhp\n"
+"par_id3150042\n"
+"5\n"
+"help.text"
+msgid "' Minimal implementation of Sub disposing"
+msgstr "' Sub disposing -ის მინიმალური განხორციელება"
+
+#: 03132000.xhp
+msgctxt ""
+"03132000.xhp\n"
+"par_id3150940\n"
"2\n"
"help.text"
-msgid "This section describes Runtime functions used to define colors."
-msgstr ""
+msgid "Listener methods must <emph>always</emph> be implemented to avoid Basic run-time errors."
+msgstr "Listener მეთოდები საჭიროა დაინერგოს <emph>ყოველთვის</emph> გაშვებისას Basic შეცდომების თავიდან ასაცილებლად."
#: 03132100.xhp
msgctxt ""
@@ -36806,7 +35934,6 @@ msgid "<bookmark_value>GetGuiType function</bookmark_value>"
msgstr "<bookmark_value>GetGuiType ფუნქცია</bookmark_value>"
#: 03132100.xhp
-#, fuzzy
msgctxt ""
"03132100.xhp\n"
"hd_id3155310\n"
@@ -36903,759 +36030,1294 @@ msgctxt ""
"12\n"
"help.text"
msgid "Example:"
-msgstr ""
+msgstr "მაგალითი:"
-#: 03050200.xhp
+#: 03132200.xhp
msgctxt ""
-"03050200.xhp\n"
+"03132200.xhp\n"
"tit\n"
"help.text"
-msgid "Err Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "ThisComponent Statement [Runtime]"
+msgstr ""
-#: 03050200.xhp
+#: 03132200.xhp
msgctxt ""
-"03050200.xhp\n"
-"bm_id3156343\n"
+"03132200.xhp\n"
+"bm_id3155342\n"
"help.text"
-msgid "<bookmark_value>Err function</bookmark_value>"
-msgstr "<bookmark_value>CVErr ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>ThisComponent property</bookmark_value><bookmark_value>components;addressing</bookmark_value>"
+msgstr ""
-#: 03050200.xhp
-#, fuzzy
+#: 03132200.xhp
msgctxt ""
-"03050200.xhp\n"
-"hd_id3156343\n"
+"03132200.xhp\n"
+"hd_id3155342\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>"
+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>"
-#: 03050200.xhp
+#: 03132200.xhp
msgctxt ""
-"03050200.xhp\n"
-"par_id3150541\n"
+"03132200.xhp\n"
+"par_id3154923\n"
"2\n"
"help.text"
-msgid "Returns an error code that identifies the error that occurred during program execution."
+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 ""
-#: 03050200.xhp
+#: 03132200.xhp
msgctxt ""
-"03050200.xhp\n"
-"hd_id3149656\n"
+"03132200.xhp\n"
+"hd_id3154346\n"
"3\n"
"help.text"
msgid "Syntax:"
msgstr ""
-#: 03050200.xhp
+#: 03132200.xhp
msgctxt ""
-"03050200.xhp\n"
+"03132200.xhp\n"
+"par_id3151056\n"
+"4\n"
+"help.text"
+msgid "ThisComponent"
+msgstr "ThisComponent"
+
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
+"hd_id3154940\n"
+"5\n"
+"help.text"
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03132200.xhp
+msgctxt ""
+"03132200.xhp\n"
"par_id3154123\n"
+"7\n"
+"help.text"
+msgid "' updates the \"Table of Contents\" in a text doc"
+msgstr "REM ანახლებს \"სარჩევის ცხილრ\" ტექსტურ doc-ში"
+
+#: 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\")"
+
+#: 03132200.xhp
+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"
+
+#: 03132300.xhp
+msgctxt ""
+"03132300.xhp\n"
+"tit\n"
+"help.text"
+msgid "CreateUnoValue Function [Runtime]"
+msgstr "Split Function [Runtime]"
+
+#: 03132300.xhp
+msgctxt ""
+"03132300.xhp\n"
+"bm_id3150682\n"
+"help.text"
+msgid "<bookmark_value>CreateUnoValue function</bookmark_value>"
+msgstr "<bookmark_value>CreateUnoValue ფუნქცია</bookmark_value>"
+
+#: 03132300.xhp
+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>"
+
+#: 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 ტიპის სისტემას."
+
+#: 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-ის სრული ტიპით."
+
+#: 03132300.xhp
+msgctxt ""
+"03132300.xhp\n"
+"par_id3153626\n"
"4\n"
"help.text"
-msgid "Err"
+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 ""
-#: 03050200.xhp
+#: 03132300.xhp
msgctxt ""
-"03050200.xhp\n"
-"hd_id3147229\n"
+"03132300.xhp\n"
+"hd_id3147560\n"
"5\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Syntax:"
+msgstr ""
-#: 03050200.xhp
+#: 03132300.xhp
msgctxt ""
-"03050200.xhp\n"
-"par_id3150869\n"
+"03132300.xhp\n"
+"par_id3154760\n"
"6\n"
"help.text"
-msgid "Integer"
-msgstr ""
+msgid "oUnoValue = CreateUnoValue( \"[]byte\", MyBasicValue ) to get a byte sequence."
+msgstr "oUnoValue = CreateUnoValue( \"[]byte\", MyBasicValue ) ბაიტების მიმდევრობის მისაღებად."
-#: 03050200.xhp
+#: 03132300.xhp
msgctxt ""
-"03050200.xhp\n"
-"hd_id3153193\n"
+"03132300.xhp\n"
+"par_id3150541\n"
"7\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+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 სერვიზი."
-#: 03050200.xhp
+#: 03132300.xhp
msgctxt ""
-"03050200.xhp\n"
-"par_id3149561\n"
+"03132300.xhp\n"
+"par_id3153524\n"
"8\n"
"help.text"
-msgid "The Err function is used in error-handling routines to determine the error and the corrective action."
-msgstr ""
+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 გაშვება ვერ გამოიცნობს ამ ტიპებს, რადგანაც ისინი არიან განსაზღვრულები მხოლოდ შესაბამის სერვისში."
-#: 03050200.xhp
+#: 03132300.xhp
msgctxt ""
-"03050200.xhp\n"
-"hd_id3147317\n"
+"03132300.xhp\n"
+"par_id3154366\n"
"9\n"
"help.text"
-msgid "Example:"
+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
+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-ის გაშვებას."
+
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"tit\n"
+"help.text"
+msgid "CreateObject Function [Runtime]"
+msgstr "Split Function [Runtime]"
+
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"bm_id659810\n"
+"help.text"
+msgid "<bookmark_value>CreateObject function</bookmark_value>"
+msgstr "<bookmark_value>CreateObject ფუნქცია</bookmark_value>"
+
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"par_idN10580\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03132400.xhp\">CreateObject Function [Runtime]</link>"
msgstr ""
-#: 03050200.xhp
+#: 03132400.xhp
msgctxt ""
-"03050200.xhp\n"
-"par_id3147426\n"
-"11\n"
+"03132400.xhp\n"
+"par_idN10590\n"
"help.text"
-msgid "On Error Goto ErrorHandler REM Set up error handler"
+msgid "<ahelp hid=\".\">Creates a UNO object. On Windows, can also create OLE objects.</ahelp>"
msgstr ""
-#: 03050200.xhp
+#: 03132400.xhp
msgctxt ""
-"03050200.xhp\n"
-"par_id3149481\n"
-"14\n"
+"03132400.xhp\n"
+"par_idN1059F\n"
"help.text"
-msgid "REM Error occurs due to non-existent file"
+msgid "This method creates instances of the type that is passed as parameter."
+msgstr "მეთოდი ქმნის პარამეტრად გადაცემული ტიპის ნიმუშებს."
+
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"par_idN105A2\n"
+"help.text"
+msgid "Syntax:"
msgstr ""
-#: 03050200.xhp
+#: 03132400.xhp
msgctxt ""
-"03050200.xhp\n"
-"par_id3145646\n"
-"21\n"
+"03132400.xhp\n"
+"par_idN105A6\n"
"help.text"
-msgid "MsgBox \"Error \" & Err & \": \" & Error$ + chr(13) + \"At line : \" + Erl + chr(13) + Now , 16 ,\"an error occurred\""
+msgid "oObj = CreateObject( type )"
+msgstr "oObj = CreateObject( type )"
+
+#: 03132400.xhp
+msgctxt ""
+"03132400.xhp\n"
+"par_idN105A9\n"
+"help.text"
+msgid "Example:"
+msgstr "მაგალითი:"
+
+#: 03132500.xhp
+msgctxt ""
+"03132500.xhp\n"
+"tit\n"
+"help.text"
+msgid "GetDefaultContext Function [Runtime]"
msgstr ""
-#: 03103800.xhp
+#: 03132500.xhp
msgctxt ""
-"03103800.xhp\n"
+"03132500.xhp\n"
+"bm_id4761192\n"
+"help.text"
+msgid "<bookmark_value>GetDefaultContext function</bookmark_value>"
+msgstr "<bookmark_value>GetDefaultContext</bookmark_value>"
+
+#: 03132500.xhp
+msgctxt ""
+"03132500.xhp\n"
+"par_idN10580\n"
+"help.text"
+msgid "<link href=\"text/sbasic/shared/03132500.xhp\">GetDefaultContext Function [Runtime]</link>"
+msgstr ""
+
+#: 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 მითითებას"
+
+#: 03132500.xhp
+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>."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
"tit\n"
"help.text"
-msgid "FindObject Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Macro"
+msgstr "მაკრო"
-#: 03103800.xhp
+#: 05060700.xhp
msgctxt ""
-"03103800.xhp\n"
-"bm_id3145136\n"
+"05060700.xhp\n"
+"bm_id3153894\n"
"help.text"
-msgid "<bookmark_value>FindObject function</bookmark_value>"
-msgstr "<bookmark_value>CreateObject ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>events;linked to objects</bookmark_value>"
+msgstr "<bookmark_value>მოვლენები;დაკავშირებული ობიექტებთან</bookmark_value>"
-#: 03103800.xhp
-#, fuzzy
+#: 05060700.xhp
msgctxt ""
-"03103800.xhp\n"
-"hd_id3145136\n"
+"05060700.xhp\n"
+"hd_id3153894\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>"
+msgid "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"Macro\">Macro</link>"
+msgstr "<link href=\"text/sbasic/shared/05060700.xhp\" name=\"მაკრო\">მაკრო</link>"
-#: 03103800.xhp
+#: 05060700.xhp
msgctxt ""
-"03103800.xhp\n"
-"par_id3155341\n"
+"05060700.xhp\n"
+"par_id3153748\n"
"2\n"
"help.text"
-msgid "Enables an object to be addressed at run-time as a string parameter through the object name."
-msgstr ""
+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."
-#: 03103800.xhp
+#: 05060700.xhp
msgctxt ""
-"03103800.xhp\n"
-"par_id3150669\n"
+"05060700.xhp\n"
+"hd_id3150503\n"
"3\n"
"help.text"
-msgid "For example, the following command:"
-msgstr ""
+msgid "Event"
+msgstr "მოვლენა"
-#: 03103800.xhp
+#: 05060700.xhp
msgctxt ""
-"03103800.xhp\n"
-"par_id3148473\n"
+"05060700.xhp\n"
+"par_id3149763\n"
"4\n"
"help.text"
-msgid "MyObj.Prop1.Command = 5"
-msgstr ""
+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>"
-#: 03103800.xhp
+#: 05060700.xhp
msgctxt ""
-"03103800.xhp\n"
-"par_id3156023\n"
-"5\n"
+"05060700.xhp\n"
+"par_id3150670\n"
+"23\n"
"help.text"
-msgid "corresponds to the command block:"
-msgstr ""
+msgid "The following table describes the macros and the events that can by linked to objects in your document:"
+msgstr "შემდეგი ცხრილი აღწერს მაკროებს და მოვლენებს რომლებიც თქვენს დოკუმენტში შეიძლება დუკავშირდნენ ობიექტებს:"
-#: 03103800.xhp
+#: 05060700.xhp
msgctxt ""
-"03103800.xhp\n"
-"par_id3153896\n"
-"6\n"
+"05060700.xhp\n"
+"par_id3153360\n"
+"24\n"
"help.text"
-msgid "Dim ObjVar as Object"
-msgstr ""
+msgid "Event"
+msgstr "მოვლენა"
-#: 03103800.xhp
+#: 05060700.xhp
msgctxt ""
-"03103800.xhp\n"
-"par_id3154760\n"
-"7\n"
+"05060700.xhp\n"
+"par_id3154365\n"
+"25\n"
"help.text"
-msgid "Dim ObjProp as Object"
-msgstr ""
+msgid "Event trigger"
+msgstr "მოვლენის ტრიგერი"
-#: 03103800.xhp
+#: 05060700.xhp
msgctxt ""
-"03103800.xhp\n"
-"par_id3145069\n"
-"8\n"
+"05060700.xhp\n"
+"par_id3159149\n"
+"26\n"
"help.text"
-msgid "ObjName As String = \"MyObj\""
-msgstr ""
+msgid "OLE object"
+msgstr "OLE ობიექტი"
-#: 03103800.xhp
+#: 05060700.xhp
msgctxt ""
-"03103800.xhp\n"
-"par_id3154939\n"
-"9\n"
+"05060700.xhp\n"
+"par_id3148451\n"
+"27\n"
"help.text"
-msgid "ObjVar = FindObject( ObjName As String )"
-msgstr ""
+msgid "Graphics"
+msgstr "გრაფიკული გამოსახულებები"
-#: 03103800.xhp
+#: 05060700.xhp
msgctxt ""
-"03103800.xhp\n"
-"par_id3150793\n"
-"10\n"
+"05060700.xhp\n"
+"par_id3125863\n"
+"28\n"
"help.text"
-msgid "PropName As String = \"Prop1\""
-msgstr ""
+msgid "Frame"
+msgstr "ჩარჩო"
-#: 03103800.xhp
+#: 05060700.xhp
msgctxt ""
-"03103800.xhp\n"
-"par_id3154141\n"
-"11\n"
+"05060700.xhp\n"
+"par_id3154216\n"
+"29\n"
"help.text"
-msgid "ObjProp = FindPropertyObject( ObjVar, PropName As String )"
-msgstr ""
+msgid "AutoText"
+msgstr "AutoText"
-#: 03103800.xhp
+#: 05060700.xhp
msgctxt ""
-"03103800.xhp\n"
-"par_id3156424\n"
-"12\n"
+"05060700.xhp\n"
+"par_id3145785\n"
+"30\n"
"help.text"
-msgid "ObjProp.Command = 5"
+msgid "ImageMap area"
+msgstr "ImageMap არე"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153138\n"
+"31\n"
+"help.text"
+msgid "Hyperlink"
+msgstr "ჰიპერ ბმული"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3155306\n"
+"32\n"
+"help.text"
+msgid "Click object"
+msgstr "დაწკაპუნების ობიექტი"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3152460\n"
+"33\n"
+"help.text"
+msgid "Object is selected."
+msgstr "ობიექტი არჩეულია."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147348\n"
+"34\n"
+"help.text"
+msgid "x"
msgstr ""
-#: 03103800.xhp
+#: 05060700.xhp
msgctxt ""
-"03103800.xhp\n"
-"par_id3145420\n"
-"13\n"
+"05060700.xhp\n"
+"par_id3147426\n"
+"35\n"
"help.text"
-msgid "This allows names to be dynamically created at run-time. For example:"
+msgid "x"
msgstr ""
-#: 03103800.xhp
+#: 05060700.xhp
msgctxt ""
-"03103800.xhp\n"
-"par_id3153104\n"
-"14\n"
+"05060700.xhp\n"
+"par_id3153951\n"
+"36\n"
"help.text"
-msgid "\"TextEdit1\" to TextEdit5\" in a loop to create five control names."
+msgid "x"
msgstr ""
-#: 03103800.xhp
+#: 05060700.xhp
msgctxt ""
-"03103800.xhp\n"
-"par_id3150767\n"
-"15\n"
+"05060700.xhp\n"
+"par_id3150116\n"
+"37\n"
"help.text"
-msgid "See also: <link href=\"text/sbasic/shared/03103900.xhp\" name=\"FindPropertyObject\">FindPropertyObject</link>"
+msgid "Mouse over object"
+msgstr "მაუსი ობიექტზე."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3145253\n"
+"38\n"
+"help.text"
+msgid "Mouse moves over the object."
+msgstr "მაუსი მოძრაობს ობიექტზე."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3144765\n"
+"39\n"
+"help.text"
+msgid "x"
msgstr ""
-#: 03103800.xhp
+#: 05060700.xhp
msgctxt ""
-"03103800.xhp\n"
-"hd_id3150868\n"
-"16\n"
+"05060700.xhp\n"
+"par_id3153418\n"
+"40\n"
"help.text"
-msgid "Syntax:"
+msgid "x"
msgstr ""
-#: 03103800.xhp
+#: 05060700.xhp
msgctxt ""
-"03103800.xhp\n"
-"par_id3151042\n"
-"17\n"
+"05060700.xhp\n"
+"par_id3153948\n"
+"41\n"
"help.text"
-msgid "FindObject( ObjName As String )"
+msgid "x"
msgstr ""
-#: 03103800.xhp
+#: 05060700.xhp
msgctxt ""
-"03103800.xhp\n"
-"hd_id3159254\n"
-"18\n"
+"05060700.xhp\n"
+"par_id3145652\n"
+"42\n"
"help.text"
-msgid "Parameters:"
+msgid "x"
msgstr ""
-#: 03103800.xhp
+#: 05060700.xhp
msgctxt ""
-"03103800.xhp\n"
-"par_id3150439\n"
-"19\n"
+"05060700.xhp\n"
+"par_id3155066\n"
+"43\n"
"help.text"
-msgid "<emph>ObjName: </emph>String that specifies the name of the object that you want to address at run-time."
+msgid "x"
msgstr ""
-#: 03020303.xhp
+#: 05060700.xhp
msgctxt ""
-"03020303.xhp\n"
-"tit\n"
+"05060700.xhp\n"
+"par_id3155446\n"
+"44\n"
"help.text"
-msgid "Lof Function [Runtime]"
-msgstr "Split Function [Runtime]"
+msgid "Trigger Hyperlink"
+msgstr "ტრიგერის ჰიპერ ბმული"
-#: 03020303.xhp
+#: 05060700.xhp
msgctxt ""
-"03020303.xhp\n"
-"bm_id3156024\n"
+"05060700.xhp\n"
+"par_id3154756\n"
+"45\n"
"help.text"
-msgid "<bookmark_value>Lof function</bookmark_value>"
-msgstr "<bookmark_value>მარცხენა ფუნქცია</bookmark_value>"
+msgid "Hyperlink assigned to the object is clicked."
+msgstr "დაწკაპუნებულია ობიექტზე მინიჭებული ჰიპერ ბმული"
-#: 03020303.xhp
-#, fuzzy
+#: 05060700.xhp
msgctxt ""
-"03020303.xhp\n"
-"hd_id3156024\n"
-"1\n"
+"05060700.xhp\n"
+"par_id3150042\n"
+"46\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>"
+msgid "x"
+msgstr ""
-#: 03020303.xhp
+#: 05060700.xhp
msgctxt ""
-"03020303.xhp\n"
-"par_id3146794\n"
-"2\n"
+"05060700.xhp\n"
+"par_id3151252\n"
+"47\n"
"help.text"
-msgid "Returns the size of an open file in bytes."
+msgid "x"
msgstr ""
-#: 03020303.xhp
+#: 05060700.xhp
msgctxt ""
-"03020303.xhp\n"
-"hd_id3153380\n"
-"3\n"
+"05060700.xhp\n"
+"par_id3147344\n"
+"48\n"
"help.text"
-msgid "Syntax:"
+msgid "x"
msgstr ""
-#: 03020303.xhp
+#: 05060700.xhp
msgctxt ""
-"03020303.xhp\n"
-"par_id3150359\n"
-"4\n"
+"05060700.xhp\n"
+"par_id3146920\n"
+"49\n"
"help.text"
-msgid "Lof (FileNumber)"
+msgid "x"
msgstr ""
-#: 03020303.xhp
+#: 05060700.xhp
msgctxt ""
-"03020303.xhp\n"
-"hd_id3154141\n"
-"5\n"
+"05060700.xhp\n"
+"par_id3159333\n"
+"50\n"
"help.text"
-msgid "Return value:"
-msgstr "დაბრუნებული მნიშვნელობა:"
+msgid "Mouse leaves object"
+msgstr "მაუსი სტოვებს ობიექტს"
-#: 03020303.xhp
+#: 05060700.xhp
msgctxt ""
-"03020303.xhp\n"
-"par_id3147230\n"
-"6\n"
+"05060700.xhp\n"
+"par_id3147003\n"
+"51\n"
"help.text"
-msgid "Long"
-msgstr ""
+msgid "Mouse moves off of the object."
+msgstr "მაუსი გადის ობიექტიდან."
-#: 03020303.xhp
+#: 05060700.xhp
msgctxt ""
-"03020303.xhp\n"
-"hd_id3156281\n"
-"7\n"
+"05060700.xhp\n"
+"par_id3151278\n"
+"52\n"
"help.text"
-msgid "Parameters:"
+msgid "x"
msgstr ""
-#: 03020303.xhp
+#: 05060700.xhp
msgctxt ""
-"03020303.xhp\n"
-"par_id3150869\n"
-"8\n"
+"05060700.xhp\n"
+"par_id3145257\n"
+"53\n"
"help.text"
-msgid "<emph>FileNumber:</emph> Any numeric expression that contains the file number that is specified in the Open statement."
+msgid "x"
msgstr ""
-#: 03020303.xhp
+#: 05060700.xhp
msgctxt ""
-"03020303.xhp\n"
-"par_id3147349\n"
-"9\n"
+"05060700.xhp\n"
+"par_id3154122\n"
+"54\n"
"help.text"
-msgid "To obtain the length of a file that is not open, use the <emph>FileLen</emph> function."
+msgid "x"
msgstr ""
-#: 03020303.xhp
+#: 05060700.xhp
msgctxt ""
-"03020303.xhp\n"
-"hd_id3155415\n"
-"10\n"
+"05060700.xhp\n"
+"par_id3156139\n"
+"55\n"
"help.text"
-msgid "Example:"
+msgid "x"
msgstr ""
-#: 03020303.xhp
+#: 05060700.xhp
msgctxt ""
-"03020303.xhp\n"
-"par_id3154730\n"
-"13\n"
+"05060700.xhp\n"
+"par_id3149036\n"
+"56\n"
"help.text"
-msgid "Dim sText As Variant REM must be a Variant"
+msgid "x"
msgstr ""
-#: 03020303.xhp
+#: 05060700.xhp
msgctxt ""
-"03020303.xhp\n"
-"par_id3156276\n"
-"19\n"
+"05060700.xhp\n"
+"par_id3150785\n"
+"57\n"
"help.text"
-msgid "Seek #iNumber,1 REM Position at start"
-msgstr ""
+msgid "Graphics load successful"
+msgstr "გრაფიკის ჩატვირთვა წარმატებულია"
-#: 03020303.xhp
+#: 05060700.xhp
msgctxt ""
-"03020303.xhp\n"
-"par_id3148405\n"
-"20\n"
+"05060700.xhp\n"
+"par_id3153705\n"
+"58\n"
"help.text"
-msgid "Put #iNumber,, \"This is the first line of text\" REM Fill with text"
+msgid "Graphics are loaded successfully."
+msgstr "გრაფიკის ჩატვირთვა წარმატებულია"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3150343\n"
+"59\n"
+"help.text"
+msgid "x"
msgstr ""
-#: 03020303.xhp
+#: 05060700.xhp
msgctxt ""
-"03020303.xhp\n"
-"par_id3154756\n"
-"21\n"
+"05060700.xhp\n"
+"par_id3150202\n"
+"60\n"
"help.text"
-msgid "Put #iNumber,, \"This is the second line of text\""
+msgid "Graphics load terminated"
+msgstr "გრაფიკის ჩატვირთვა შეწყვეტილია"
+
+#: 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
+msgctxt ""
+"05060700.xhp\n"
+"par_id3154259\n"
+"62\n"
+"help.text"
+msgid "x"
msgstr ""
-#: 03020303.xhp
+#: 05060700.xhp
msgctxt ""
-"03020303.xhp\n"
-"par_id3145643\n"
-"22\n"
+"05060700.xhp\n"
+"par_id3155089\n"
+"63\n"
"help.text"
-msgid "Put #iNumber,, \"This is the third line of text\""
+msgid "Graphics load faulty"
+msgstr "გრაფიკი შეცდომით ჩაიტვირთა."
+
+#: 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
+msgctxt ""
+"05060700.xhp\n"
+"par_id3148840\n"
+"65\n"
+"help.text"
+msgid "x"
msgstr ""
-#: 03020303.xhp
+#: 05060700.xhp
msgctxt ""
-"03020303.xhp\n"
-"par_id3150299\n"
-"31\n"
+"05060700.xhp\n"
+"par_id3154533\n"
+"66\n"
"help.text"
-msgid "Put #iNumber,,\"This is a new line of text\""
+msgid "Input of alpha characters"
+msgstr "ალფა ასო-ნიშნების შეტანა"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3155266\n"
+"67\n"
+"help.text"
+msgid "Text is entered from the keyboard."
+msgstr "ტექსტი კლავიატურიდან შეიტანება."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3144768\n"
+"68\n"
+"help.text"
+msgid "x"
msgstr ""
-#: 03020303.xhp
+#: 05060700.xhp
msgctxt ""
-"03020303.xhp\n"
-"par_id3166425\n"
-"34\n"
+"05060700.xhp\n"
+"par_id3145659\n"
+"69\n"
"help.text"
-msgid "Put #iNumber,20,\"This is the text in record 20\""
+msgid "Input of non-alpha characters"
+msgstr "არა-ალფა ასო-ნიშნების შეტანა"
+
+#: 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
+msgctxt ""
+"05060700.xhp\n"
+"par_id3159206\n"
+"71\n"
+"help.text"
+msgid "x"
msgstr ""
-#: 03090401.xhp
+#: 05060700.xhp
msgctxt ""
-"03090401.xhp\n"
-"tit\n"
+"05060700.xhp\n"
+"par_id3150405\n"
+"72\n"
"help.text"
-msgid "Call Statement [Runtime]"
+msgid "Resize frame"
+msgstr "ჩარჩოს ზომის შეცვლა"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3153972\n"
+"73\n"
+"help.text"
+msgid "Frame is resized with the mouse."
+msgstr "ჩარჩოს ზომის შეცვლა ხდება მაუსით."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3152873\n"
+"74\n"
+"help.text"
+msgid "x"
msgstr ""
-#: 03090401.xhp
+#: 05060700.xhp
msgctxt ""
-"03090401.xhp\n"
-"bm_id3154422\n"
+"05060700.xhp\n"
+"par_id3148900\n"
+"75\n"
"help.text"
-msgid "<bookmark_value>Call statement</bookmark_value>"
-msgstr "<bookmark_value>Wait განცხადება</bookmark_value>"
+msgid "Move frame"
+msgstr "ჩარჩოს გადაადგილება"
-#: 03090401.xhp
-#, fuzzy
+#: 05060700.xhp
msgctxt ""
-"03090401.xhp\n"
-"hd_id3154422\n"
-"1\n"
+"05060700.xhp\n"
+"par_id3154767\n"
+"76\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>"
+msgid "Frame is moved with the mouse."
+msgstr "ჩარჩოს გადაადგილება ხდება მაუსით."
-#: 03090401.xhp
+#: 05060700.xhp
msgctxt ""
-"03090401.xhp\n"
-"par_id3153394\n"
-"2\n"
+"05060700.xhp\n"
+"par_id3155914\n"
+"77\n"
"help.text"
-msgid "Transfers the control of the program to a subroutine, a function, or a DLL procedure."
+msgid "x"
msgstr ""
-#: 03090401.xhp
+#: 05060700.xhp
msgctxt ""
-"03090401.xhp\n"
-"hd_id3153345\n"
-"3\n"
+"05060700.xhp\n"
+"par_id3153010\n"
+"78\n"
"help.text"
-msgid "Syntax:"
+msgid "Before inserting AutoText"
+msgstr "AutoText-ს ჩასმის შემდეგ"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147515\n"
+"79\n"
+"help.text"
+msgid "Before a text block is inserted."
+msgstr "ტექსტის ბლოკის ჩასმის წინ."
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3151191\n"
+"80\n"
+"help.text"
+msgid "x"
msgstr ""
-#: 03090401.xhp
+#: 05060700.xhp
msgctxt ""
-"03090401.xhp\n"
-"par_id3150984\n"
-"4\n"
+"05060700.xhp\n"
+"par_id3150956\n"
+"81\n"
"help.text"
-msgid "[Call] Name [Parameter]"
+msgid "After inserting AutoText"
+msgstr "AutoText-ს ჩასმის შემდეგ"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147502\n"
+"82\n"
+"help.text"
+msgid "After a text block is inserted."
+msgstr "ტექსტის ბლოკის ჩასმის შემდეგ"
+
+#: 05060700.xhp
+msgctxt ""
+"05060700.xhp\n"
+"par_id3147555\n"
+"83\n"
+"help.text"
+msgid "x"
msgstr ""
-#: 03090401.xhp
+#: 05060700.xhp
msgctxt ""
-"03090401.xhp\n"
-"hd_id3150771\n"
+"05060700.xhp\n"
+"hd_id3153958\n"
"5\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Macros"
+msgstr "მაკროები"
-#: 03090401.xhp
+#: 05060700.xhp
msgctxt ""
-"03090401.xhp\n"
-"par_id3148473\n"
+"05060700.xhp\n"
+"par_id3150432\n"
"6\n"
"help.text"
-msgid "<emph>Name:</emph> Name of the subroutine, the function, or the DLL that you want to call"
-msgstr ""
+msgid "Choose the macro that you want to execute when the selected event occurs."
+msgstr "აირჩიეთ მაკრო, რომელიც ჩაირთვება არჩეული მოვლენის მოხდენის შემდეგ."
-#: 03090401.xhp
+#: 05060700.xhp
msgctxt ""
-"03090401.xhp\n"
-"par_id3148946\n"
+"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
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3155587\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 ""
+msgid "Category"
+msgstr "კატეგორია"
-#: 03090401.xhp
+#: 05060700.xhp
msgctxt ""
-"03090401.xhp\n"
-"par_id3154216\n"
+"05060700.xhp\n"
+"par_id3154068\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 ""
+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>"
-#: 03090401.xhp
+#: 05060700.xhp
msgctxt ""
-"03090401.xhp\n"
-"hd_id3125865\n"
+"05060700.xhp\n"
+"hd_id3149744\n"
"9\n"
"help.text"
-msgid "Example:"
-msgstr ""
+msgid "Macro name"
+msgstr "მაკროს სახელი"
-#: 03130100.xhp
+#: 05060700.xhp
msgctxt ""
-"03130100.xhp\n"
+"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
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3159260\n"
+"11\n"
+"help.text"
+msgid "Assign"
+msgstr "მინიჭება"
+
+#: 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
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3150533\n"
+"15\n"
+"help.text"
+msgid "Remove"
+msgstr "ამოღება"
+
+#: 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
+msgctxt ""
+"05060700.xhp\n"
+"hd_id3159126\n"
+"85\n"
+"help.text"
+msgid "Macro selection"
+msgstr "მაკროს არჩევა"
+
+#: 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>"
+
+#: keys.xhp
+msgctxt ""
+"keys.xhp\n"
"tit\n"
"help.text"
-msgid "Beep Statement [Runtime]"
+msgid "Keyboard Shortcuts in the Basic IDE"
msgstr ""
-#: 03130100.xhp
+#: keys.xhp
msgctxt ""
-"03130100.xhp\n"
-"bm_id3143284\n"
+"keys.xhp\n"
+"bm_id3154760\n"
"help.text"
-msgid "<bookmark_value>Beep statement</bookmark_value>"
-msgstr "<bookmark_value>Beep მტკიცებულება</bookmark_value>"
+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>"
-#: 03130100.xhp
-#, fuzzy
+#: keys.xhp
msgctxt ""
-"03130100.xhp\n"
-"hd_id3143284\n"
+"keys.xhp\n"
+"hd_id3154760\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>"
+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>"
-#: 03130100.xhp
+#: keys.xhp
msgctxt ""
-"03130100.xhp\n"
-"par_id3159201\n"
+"keys.xhp\n"
+"par_id3149655\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 "აპიპინებს კომპიუტერის სპიკერიდან. ტონი დამოკიდებულია სისტემაზე და თქვენ არ შეგიძლიათ მისი ხმის ან ტონის შეცვლა."
+msgid "In the Basic IDE you can use the following keyboard shortcuts:"
+msgstr "Basic IDE-ში თქვენ შეგიძლიათ გამოიყენოთ აღნიშნული კლავიატურული მალსახმომები:"
-#: 03130100.xhp
+#: keys.xhp
msgctxt ""
-"03130100.xhp\n"
-"hd_id3153990\n"
+"keys.xhp\n"
+"par_id3154908\n"
"3\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "Action"
+msgstr "მოქმედება"
-#: 03130100.xhp
+#: keys.xhp
msgctxt ""
-"03130100.xhp\n"
-"par_id3147291\n"
+"keys.xhp\n"
+"par_id3153192\n"
"4\n"
"help.text"
-msgid "Beep"
-msgstr "დაპიპინება"
+msgid "Keyboard shortcut"
+msgstr "კლავიატურული მალსახმობი"
-#: 03130100.xhp
+#: keys.xhp
msgctxt ""
-"03130100.xhp\n"
-"hd_id3148538\n"
+"keys.xhp\n"
+"par_id3159254\n"
"5\n"
"help.text"
-msgid "Example:"
-msgstr ""
+msgid "Run code starting from the first line, or from the current breakpoint, if the program stopped there before"
+msgstr "გაუშვით კოდი პირველი ხაზიდან, ან მიმდინარე წყვეტიდან თუ პროგრამა შეცერდა მანამდე"
-#: 03101110.xhp
+#: keys.xhp
msgctxt ""
-"03101110.xhp\n"
-"tit\n"
+"keys.xhp\n"
+"par_id3163712\n"
+"6\n"
"help.text"
-msgid "DefCur Statement [Runtime]"
-msgstr ""
+msgid "F5"
+msgstr "F5"
-#: 03101110.xhp
+#: keys.xhp
msgctxt ""
-"03101110.xhp\n"
-"bm_id9555345\n"
+"keys.xhp\n"
+"par_id3150010\n"
+"7\n"
"help.text"
-msgid "<bookmark_value>DefCur statement</bookmark_value>"
-msgstr "<bookmark_value>DefCur განცხადება</bookmark_value>"
+msgid "Stop"
+msgstr "გაჩერება"
-#: 03101110.xhp
+#: keys.xhp
msgctxt ""
-"03101110.xhp\n"
-"par_idN1057D\n"
+"keys.xhp\n"
+"par_id3154319\n"
+"8\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/03101110.xhp\">DefCur Statement [Runtime]</link>"
+msgid "Shift+F5"
+msgstr "Shift+F5"
+
+#: 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 ""
-#: 03101110.xhp
+#: keys.xhp
msgctxt ""
-"03101110.xhp\n"
-"par_idN1058D\n"
+"keys.xhp\n"
+"par_id3154731\n"
+"12\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 განცხადება საწყისი ცვლადის ტიპს აყენებს ასოთა რანგის მიხედვით."
+msgid "F7"
+msgstr "F7"
-#: 03101110.xhp
+#: keys.xhp
msgctxt ""
-"03101110.xhp\n"
-"par_idN10590\n"
+"keys.xhp\n"
+"par_id3148455\n"
+"13\n"
"help.text"
-msgid "Syntax:"
-msgstr ""
+msgid "Single step through each statement, starting at the first line or at that statement where the program execution stopped before."
+msgstr "ერთადერთი ნაბიჯი ყველა განაცხადისთვის, დაწყება პირველი ხაზიდან ან განაცხადიდან სადაც პროგრამის შესრულება შეწყდა მანამდე."
-#: 03101110.xhp
+#: keys.xhp
msgctxt ""
-"03101110.xhp\n"
-"par_idN10594\n"
+"keys.xhp\n"
+"par_id3150716\n"
+"14\n"
"help.text"
-msgid "Defxxx Characterrange1[, Characterrange2[,...]]"
-msgstr ""
+msgid "F8"
+msgstr "F8"
-#: 03101110.xhp
+#: keys.xhp
msgctxt ""
-"03101110.xhp\n"
-"par_idN10597\n"
+"keys.xhp\n"
+"par_id3156275\n"
+"15\n"
"help.text"
-msgid "Parameters:"
-msgstr ""
+msgid "Single step as with F8, but a function call is considered to be only <emph>one</emph> statement"
+msgstr "ერთადერთი საფეხური როგორც F8-თან, მაგრამ ფუნქციონალური მოთხოვნა არის მხოლოდ <emph>one</emph> განაცხადი"
-#: 03101110.xhp
+#: keys.xhp
msgctxt ""
-"03101110.xhp\n"
-"par_idN1059B\n"
+"keys.xhp\n"
+"par_id3153764\n"
+"16\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 ""
+msgid "Shift+F8"
+msgstr "Shift+F8"
-#: 03101110.xhp
+#: keys.xhp
msgctxt ""
-"03101110.xhp\n"
-"par_idN105A2\n"
+"keys.xhp\n"
+"par_id3150323\n"
+"17\n"
"help.text"
-msgid "<emph>xxx:</emph> Keyword that defines the default variable type:"
+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
+msgctxt ""
+"keys.xhp\n"
+"par_id3147339\n"
+"18\n"
+"help.text"
+msgid "F9"
+msgstr "F9"
+
+#: 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 ""
-#: 03101110.xhp
+#: keys.xhp
msgctxt ""
-"03101110.xhp\n"
-"par_idN105A9\n"
+"keys.xhp\n"
+"par_id3155175\n"
+"20\n"
"help.text"
-msgid "<emph>Keyword:</emph> Default variable type"
+msgid "Shift+F9"
+msgstr "Shift+F9"
+
+#: 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 ""
-#: 03101110.xhp
+#: main0211.xhp
msgctxt ""
-"03101110.xhp\n"
-"par_idN105B0\n"
+"main0211.xhp\n"
+"tit\n"
"help.text"
-msgid "<emph>DefCur:</emph> Currency"
-msgstr "<emph>DefCur:</emph> ვალუტა"
+msgid "Macro Toolbar"
+msgstr "მაკროს ხელსაწყოთა ზოლი"
-#: 03101110.xhp
+#: main0211.xhp
msgctxt ""
-"03101110.xhp\n"
-"par_idN105B7\n"
+"main0211.xhp\n"
+"bm_id3150543\n"
"help.text"
-msgid "Example:"
+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
+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>"
+
+#: 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>"
+
+#: main0601.xhp
+msgctxt ""
+"main0601.xhp\n"
+"tit\n"
+"help.text"
+msgid "$[officename] Basic Help"
+msgstr "$[officename] საწყისი დახმარება"
+
+#: 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>"
+
+#: main0601.xhp
+msgctxt ""
+"main0601.xhp\n"
+"par_id3153894\n"
+"4\n"
+"help.text"
+msgid "%PRODUCTNAME 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 ""
-#: 03101110.xhp
+#: main0601.xhp
msgctxt ""
-"03101110.xhp\n"
-"par_idN105BB\n"
+"main0601.xhp\n"
+"par_id3147226\n"
+"10\n"
"help.text"
-msgid "REM Prefix definitions for variable types:"
+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 ""
-#: 03101110.xhp
+#: main0601.xhp
msgctxt ""
-"03101110.xhp\n"
-"par_idN105D9\n"
+"main0601.xhp\n"
+"hd_id3146957\n"
+"9\n"
"help.text"
-msgid "cCur=Currency REM cCur is an implicit currency variable"
-msgstr "cCur=Currency REM cCur არის ნაგულისხმევი ვალუტის ცვლადი"
+msgid "Working with %PRODUCTNAME Basic"
+msgstr "მუშაობა %PRODUCTNAME Basic-ში"
+
+#: main0601.xhp
+msgctxt ""
+"main0601.xhp\n"
+"hd_id3148473\n"
+"7\n"
+"help.text"
+msgid "Help about the Help"
+msgstr "დახმარება დახმარების შესახებ"
diff --git a/source/ka/helpcontent2/source/text/sbasic/shared/01.po b/source/ka/helpcontent2/source/text/sbasic/shared/01.po
index 59422ef2a19..7cc7c1a12b6 100644
--- a/source/ka/helpcontent2/source/text/sbasic/shared/01.po
+++ b/source/ka/helpcontent2/source/text/sbasic/shared/01.po
@@ -1,216 +1,19 @@
-#
+#. extracted from helpcontent2/source/text/sbasic/shared/01
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-12-10 11:44+0100\n"
+"POT-Creation-Date: 2013-05-23 12:05+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"
+"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-
-#: 06130500.xhp
-msgctxt ""
-"06130500.xhp\n"
-"tit\n"
-"help.text"
-msgid "Append libraries"
-msgstr ""
-
-#: 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>"
-
-#: 06130500.xhp
-msgctxt ""
-"06130500.xhp\n"
-"hd_id3150502\n"
-"1\n"
-"help.text"
-msgid "Append libraries"
-msgstr ""
-
-#: 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>"
-
-#: 06130500.xhp
-msgctxt ""
-"06130500.xhp\n"
-"hd_id3149119\n"
-"3\n"
-"help.text"
-msgid "File name:"
-msgstr "ფაილის სახელი:"
-
-#: 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> თქვენ შეგიძლიად აგრეთვე აირჩიოთ ბიბილიოთეკა სიაში."
-
-#: 06130500.xhp
-msgctxt ""
-"06130500.xhp\n"
-"hd_id3147291\n"
-"5\n"
-"help.text"
-msgid "Options"
-msgstr "თვისებები"
-
-#: 06130500.xhp
-msgctxt ""
-"06130500.xhp\n"
-"hd_id3147226\n"
-"7\n"
-"help.text"
-msgid "Insert as reference (read-only)"
-msgstr "ჩასვით როგორც მითითება (მხოლოდ წაკითხვადი)"
-
-#: 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>"
-
-#: 06130500.xhp
-msgctxt ""
-"06130500.xhp\n"
-"hd_id3145071\n"
-"9\n"
-"help.text"
-msgid "Replace existing libraries"
-msgstr "ჩაანაცვლეთ არსებული ბიბლიოთეკები"
-
-#: 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>"
-
-#: 06130100.xhp
-msgctxt ""
-"06130100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Change Password"
-msgstr ""
-
-#: 06130100.xhp
-msgctxt ""
-"06130100.xhp\n"
-"hd_id3159399\n"
-"1\n"
-"help.text"
-msgid "Change Password"
-msgstr ""
-
-#: 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> თქვენ შეგიძლიათ შეიყვანოთ ახალი პაროლი ან გამოცვალოთ მიმდინარე."
-
-#: 06130100.xhp
-msgctxt ""
-"06130100.xhp\n"
-"hd_id3154285\n"
-"3\n"
-"help.text"
-msgid "Old password"
-msgstr "ძველი პაროლი"
-
-#: 06130100.xhp
-msgctxt ""
-"06130100.xhp\n"
-"hd_id3153665\n"
-"4\n"
-"help.text"
-msgid "Password"
-msgstr ""
-
-#: 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>"
-
-#: 06130100.xhp
-msgctxt ""
-"06130100.xhp\n"
-"hd_id3153126\n"
-"6\n"
-"help.text"
-msgid "New password"
-msgstr "ახალი პაროლი"
-
-#: 06130100.xhp
-msgctxt ""
-"06130100.xhp\n"
-"hd_id3153628\n"
-"7\n"
-"help.text"
-msgid "Password"
-msgstr ""
-
-#: 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>"
-
-#: 06130100.xhp
-msgctxt ""
-"06130100.xhp\n"
-"hd_id3148947\n"
-"9\n"
-"help.text"
-msgid "Confirm"
-msgstr ""
-
-#: 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>"
+"X-Accelerator-Marker: ~\n"
#: 06130000.xhp
msgctxt ""
@@ -218,7 +21,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Macro"
-msgstr ""
+msgstr "მაკრო"
#: 06130000.xhp
msgctxt ""
@@ -235,7 +38,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "Macro"
-msgstr ""
+msgstr "მაკრო"
#: 06130000.xhp
msgctxt ""
@@ -274,7 +77,6 @@ msgid "Macro from / Save macro in"
msgstr "მაკრო / მაკროს შენახვა"
#: 06130000.xhp
-#, fuzzy
msgctxt ""
"06130000.xhp\n"
"par_id3153190\n"
@@ -326,7 +128,7 @@ msgctxt ""
"17\n"
"help.text"
msgid "Edit"
-msgstr ""
+msgstr "გასვლა"
#: 06130000.xhp
msgctxt ""
@@ -383,7 +185,6 @@ msgid "Organizer"
msgstr "ორგანიზატორი"
#: 06130000.xhp
-#, fuzzy
msgctxt ""
"06130000.xhp\n"
"par_id3148405\n"
@@ -435,7 +236,7 @@ msgctxt ""
"34\n"
"help.text"
msgid "Edit"
-msgstr ""
+msgstr "გასვლა"
#: 06130000.xhp
msgctxt ""
@@ -453,7 +254,7 @@ msgctxt ""
"36\n"
"help.text"
msgid "New"
-msgstr ""
+msgstr "ახალი"
#: 06130000.xhp
msgctxt ""
@@ -535,7 +336,7 @@ msgctxt ""
"48\n"
"help.text"
msgid "Edit"
-msgstr ""
+msgstr "გასვლა"
#: 06130000.xhp
msgctxt ""
@@ -553,7 +354,7 @@ msgctxt ""
"50\n"
"help.text"
msgid "Password"
-msgstr ""
+msgstr "პაროლი"
#: 06130000.xhp
msgctxt ""
@@ -571,7 +372,7 @@ msgctxt ""
"52\n"
"help.text"
msgid "New"
-msgstr ""
+msgstr "ახალი"
#: 06130000.xhp
msgctxt ""
@@ -617,3 +418,198 @@ msgctxt ""
"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
+msgctxt ""
+"06130100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Change Password"
+msgstr ""
+
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"hd_id3159399\n"
+"1\n"
+"help.text"
+msgid "Change Password"
+msgstr ""
+
+#: 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> თქვენ შეგიძლიათ შეიყვანოთ ახალი პაროლი ან გამოცვალოთ მიმდინარე."
+
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"hd_id3154285\n"
+"3\n"
+"help.text"
+msgid "Old password"
+msgstr "ძველი პაროლი"
+
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"hd_id3153665\n"
+"4\n"
+"help.text"
+msgid "Password"
+msgstr "პაროლი"
+
+#: 06130100.xhp
+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>"
+
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"hd_id3153126\n"
+"6\n"
+"help.text"
+msgid "New password"
+msgstr "ახალი პაროლი"
+
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"hd_id3153628\n"
+"7\n"
+"help.text"
+msgid "Password"
+msgstr "პაროლი"
+
+#: 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>"
+
+#: 06130100.xhp
+msgctxt ""
+"06130100.xhp\n"
+"hd_id3148947\n"
+"9\n"
+"help.text"
+msgid "Confirm"
+msgstr ""
+
+#: 06130100.xhp
+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>"
+
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Append libraries"
+msgstr ""
+
+#: 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>"
+
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"hd_id3150502\n"
+"1\n"
+"help.text"
+msgid "Append libraries"
+msgstr ""
+
+#: 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>"
+
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"hd_id3149119\n"
+"3\n"
+"help.text"
+msgid "File name:"
+msgstr "ფაილის სახელი:"
+
+#: 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> თქვენ შეგიძლიად აგრეთვე აირჩიოთ ბიბილიოთეკა სიაში."
+
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"hd_id3147291\n"
+"5\n"
+"help.text"
+msgid "Options"
+msgstr "თვისებები"
+
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"hd_id3147226\n"
+"7\n"
+"help.text"
+msgid "Insert as reference (read-only)"
+msgstr "ჩასვით როგორც მითითება (მხოლოდ წაკითხვადი)"
+
+#: 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>"
+
+#: 06130500.xhp
+msgctxt ""
+"06130500.xhp\n"
+"hd_id3145071\n"
+"9\n"
+"help.text"
+msgid "Replace existing libraries"
+msgstr "ჩაანაცვლეთ არსებული ბიბლიოთეკები"
+
+#: 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>"
diff --git a/source/ka/helpcontent2/source/text/sbasic/shared/02.po b/source/ka/helpcontent2/source/text/sbasic/shared/02.po
index ee0917b1ecf..166274f79c7 100644
--- a/source/ka/helpcontent2/source/text/sbasic/shared/02.po
+++ b/source/ka/helpcontent2/source/text/sbasic/shared/02.po
@@ -3,7 +3,7 @@ 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-12-10 11:44+0100\n"
+"POT-Creation-Date: 2013-05-23 12:05+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"
@@ -15,146 +15,133 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 11150000.xhp
+#: 11010000.xhp
msgctxt ""
-"11150000.xhp\n"
+"11010000.xhp\n"
"tit\n"
"help.text"
-msgid "Save Source As"
-msgstr ""
+msgid "Library"
+msgstr "ბიბლიოთეკა"
-#: 11150000.xhp
+#: 11010000.xhp
msgctxt ""
-"11150000.xhp\n"
-"hd_id3149497\n"
+"11010000.xhp\n"
+"hd_id3151100\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>"
+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>"
-#: 11150000.xhp
+#: 11010000.xhp
msgctxt ""
-"11150000.xhp\n"
-"par_id3147261\n"
-"3\n"
+"11010000.xhp\n"
+"par_id3154136\n"
+"2\n"
"help.text"
-msgid "<ahelp hid=\".uno:SaveBasicAs\">Saves the source code of the selected Basic macro.</ahelp>"
-msgstr ""
+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-ში."
-#: 11150000.xhp
-#, fuzzy
+#: 11010000.xhp
msgctxt ""
-"11150000.xhp\n"
-"par_id3145071\n"
+"11010000.xhp\n"
+"par_id3149095\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>"
+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>"
-#: 11150000.xhp
+#: 11010000.xhp
msgctxt ""
-"11150000.xhp\n"
-"par_id3151110\n"
-"2\n"
+"11010000.xhp\n"
+"par_id3147654\n"
+"3\n"
"help.text"
-msgid "Save Source As"
-msgstr ""
+msgid "Library List Box"
+msgstr "ბიბლიოთეკის სიის სარკმელი"
-#: 11140000.xhp
+#: 11020000.xhp
msgctxt ""
-"11140000.xhp\n"
+"11020000.xhp\n"
"tit\n"
"help.text"
-msgid "Insert Source Text"
-msgstr "წყაროს ტექსტის ჩასმა"
+msgid "Compile"
+msgstr ""
-#: 11140000.xhp
+#: 11020000.xhp
msgctxt ""
-"11140000.xhp\n"
-"hd_id3154044\n"
+"11020000.xhp\n"
+"hd_id3148983\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>"
+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>"
-#: 11140000.xhp
+#: 11020000.xhp
msgctxt ""
-"11140000.xhp\n"
-"par_id3150702\n"
+"11020000.xhp\n"
+"par_id3159201\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\".uno:LoadBasic\">Opens the Basic source text in the Basic IDE window.</ahelp>"
-msgstr ""
-
-#: 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>-ზე."
+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> თქვენ უნდა დააკომპილიროთ მაკროსი ცვლილების შემდეგ, ან თუ მაკროსი იყენებს ერთჯერად ან პროცედურულ ბიჯებს."
-#: 11140000.xhp
-#, fuzzy
+#: 11020000.xhp
msgctxt ""
-"11140000.xhp\n"
-"par_id3145136\n"
+"11020000.xhp\n"
+"par_id3156426\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>"
+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>"
-#: 11140000.xhp
+#: 11020000.xhp
msgctxt ""
-"11140000.xhp\n"
-"par_id3145346\n"
-"4\n"
+"11020000.xhp\n"
+"par_id3149399\n"
+"3\n"
"help.text"
-msgid "Insert source text"
-msgstr "წყაროს ტექსტის ჩასმა"
+msgid "Compile"
+msgstr ""
-#: 11190000.xhp
+#: 11030000.xhp
msgctxt ""
-"11190000.xhp\n"
+"11030000.xhp\n"
"tit\n"
"help.text"
-msgid "Export Dialog"
+msgid "Run"
msgstr ""
-#: 11190000.xhp
-#, fuzzy
+#: 11030000.xhp
msgctxt ""
-"11190000.xhp\n"
-"hd_id3156183\n"
+"11030000.xhp\n"
+"hd_id3153255\n"
"1\n"
"help.text"
-msgid "<link href=\"text/sbasic/shared/02/11190000.xhp\" name=\"Export Dialog\">Export Dialog</link>"
+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>"
-#: 11190000.xhp
+#: 11030000.xhp
msgctxt ""
-"11190000.xhp\n"
-"par_id3152363\n"
+"11030000.xhp\n"
+"par_id3159201\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 ""
+msgid "<ahelp hid=\".uno:RunBasic\">Runs the first macro of the current module.</ahelp>"
+msgstr "<ahelp hid=\".uno:RunBasic\">გაუშვით მიმდინარე მოდულის პირველი მაკროსი.</ahelp>"
-#: 11190000.xhp
-#, fuzzy
+#: 11030000.xhp
msgctxt ""
-"11190000.xhp\n"
-"par_id3143267\n"
+"11030000.xhp\n"
+"par_id3156410\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>"
+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>"
-#: 11190000.xhp
+#: 11030000.xhp
msgctxt ""
-"11190000.xhp\n"
-"par_id3145383\n"
+"11030000.xhp\n"
+"par_id3154750\n"
"3\n"
"help.text"
-msgid "Export Dialog"
+msgid "Run"
msgstr ""
#: 11040000.xhp
@@ -163,7 +150,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Stop"
-msgstr ""
+msgstr "გაჩერება"
#: 11040000.xhp
msgctxt ""
@@ -192,7 +179,6 @@ msgid "<ahelp hid=\".uno:BasicStop\">Stops running the current macro.</ahelp><sw
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
-#, fuzzy
msgctxt ""
"11040000.xhp\n"
"par_id3146797\n"
@@ -207,6 +193,311 @@ msgctxt ""
"3\n"
"help.text"
msgid "Stop"
+msgstr "გაჩერება"
+
+#: 11050000.xhp
+msgctxt ""
+"11050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Single Step"
+msgstr ""
+
+#: 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>"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 11050000.xhp
+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>"
+
+#: 11050000.xhp
+msgctxt ""
+"11050000.xhp\n"
+"par_id3147573\n"
+"3\n"
+"help.text"
+msgid "Single Step"
+msgstr ""
+
+#: 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>"
+
+#: 11060000.xhp
+msgctxt ""
+"11060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Procedure Step"
+msgstr ""
+
+#: 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>"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 11060000.xhp
+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>"
+
+#: 11060000.xhp
+msgctxt ""
+"11060000.xhp\n"
+"par_id3154307\n"
+"3\n"
+"help.text"
+msgid "Procedure Step"
+msgstr ""
+
+#: 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>"
+
+#: 11070000.xhp
+msgctxt ""
+"11070000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Breakpoint"
+msgstr ""
+
+#: 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>"
+
+#: 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>"
+
+#: 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> ხატულა შესაბამისი ცვლადების შემცველობის შესამოწმებლად."
+
+#: 11070000.xhp
+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>"
+
+#: 11070000.xhp
+msgctxt ""
+"11070000.xhp\n"
+"par_id3149416\n"
+"3\n"
+"help.text"
+msgid "Breakpoint"
+msgstr ""
+
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Enable Watch"
+msgstr ""
+
+#: 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>"
+
+#: 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>"
+
+#: 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>-ს ხატულაზე. მნიშვნელობა, რომელიც მინიჭებულია ცვლადზე გამოისახება მისი სახელის შემდეგ. ეს მნიშვნელობა მუდმივად ახლდება."
+
+#: 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>"
+
+#: 11080000.xhp
+msgctxt ""
+"11080000.xhp\n"
+"par_id3150276\n"
+"3\n"
+"help.text"
+msgid "Enable Watch"
+msgstr ""
+
+#: 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 ""
+
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Object Catalog"
+msgstr ""
+
+#: 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>"
+
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"par_id3151384\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".uno:ObjectCatalog\">Opens the <emph>Objects</emph> pane, where you can view Basic objects.</ahelp>"
+msgstr ""
+
+#: 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. Double click the name of a module or dialog to load and display that module or dialog."
+msgstr ""
+
+#: 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>"
+
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"par_id3154515\n"
+"3\n"
+"help.text"
+msgid "Object Catalog"
+msgstr ""
+
+#: 11090000.xhp
+msgctxt ""
+"11090000.xhp\n"
+"hd_id3146794\n"
+"13\n"
+"help.text"
+msgid "Window Area"
+msgstr "ფანჯრის არეალი"
+
+#: 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.</ahelp>"
msgstr ""
#: 11100000.xhp
@@ -215,7 +506,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Macros"
-msgstr ""
+msgstr "მაკროები"
#: 11100000.xhp
msgctxt ""
@@ -250,49 +541,49 @@ msgctxt ""
"3\n"
"help.text"
msgid "Macros"
-msgstr ""
+msgstr "მაკროები"
-#: 11160000.xhp
+#: 11110000.xhp
msgctxt ""
-"11160000.xhp\n"
+"11110000.xhp\n"
"tit\n"
"help.text"
-msgid "Step Out"
+msgid "Modules"
msgstr ""
-#: 11160000.xhp
+#: 11110000.xhp
msgctxt ""
-"11160000.xhp\n"
-"hd_id3148983\n"
+"11110000.xhp\n"
+"hd_id3148520\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>"
+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>"
-#: 11160000.xhp
+#: 11110000.xhp
msgctxt ""
-"11160000.xhp\n"
-"par_id3157898\n"
+"11110000.xhp\n"
+"par_id3156414\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>"
+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>"
-#: 11160000.xhp
+#: 11110000.xhp
msgctxt ""
-"11160000.xhp\n"
-"par_id3156410\n"
+"11110000.xhp\n"
+"par_id3157958\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>"
+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>"
-#: 11160000.xhp
+#: 11110000.xhp
msgctxt ""
-"11160000.xhp\n"
-"par_id3158421\n"
+"11110000.xhp\n"
+"par_id3145383\n"
"3\n"
"help.text"
-msgid "Step Out"
+msgid "Modules"
msgstr ""
#: 11120000.xhp
@@ -338,310 +629,328 @@ msgctxt ""
msgid "Find Parentheses"
msgstr ""
-#: 11110000.xhp
+#: 11140000.xhp
msgctxt ""
-"11110000.xhp\n"
+"11140000.xhp\n"
"tit\n"
"help.text"
-msgid "Modules"
-msgstr ""
+msgid "Insert Source Text"
+msgstr "წყაროს ტექსტის ჩასმა"
-#: 11110000.xhp
+#: 11140000.xhp
msgctxt ""
-"11110000.xhp\n"
-"hd_id3148520\n"
+"11140000.xhp\n"
+"hd_id3154044\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>"
+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>"
-#: 11110000.xhp
+#: 11140000.xhp
msgctxt ""
-"11110000.xhp\n"
-"par_id3156414\n"
+"11140000.xhp\n"
+"par_id3150702\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>"
+msgid "<ahelp hid=\".uno:LoadBasic\">Opens the Basic source text in the Basic IDE window.</ahelp>"
+msgstr ""
-#: 11110000.xhp
+#: 11140000.xhp
msgctxt ""
-"11110000.xhp\n"
-"par_id3157958\n"
+"11140000.xhp\n"
+"par_id3150445\n"
+"3\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>"
+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>-ზე."
-#: 11110000.xhp
+#: 11140000.xhp
msgctxt ""
-"11110000.xhp\n"
-"par_id3145383\n"
-"3\n"
+"11140000.xhp\n"
+"par_id3145136\n"
"help.text"
-msgid "Modules"
-msgstr ""
+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>"
-#: 11060000.xhp
+#: 11140000.xhp
msgctxt ""
-"11060000.xhp\n"
+"11140000.xhp\n"
+"par_id3145346\n"
+"4\n"
+"help.text"
+msgid "Insert source text"
+msgstr "წყაროს ტექსტის ჩასმა"
+
+#: 11150000.xhp
+msgctxt ""
+"11150000.xhp\n"
"tit\n"
"help.text"
-msgid "Procedure Step"
+msgid "Save Source As"
msgstr ""
-#: 11060000.xhp
+#: 11150000.xhp
msgctxt ""
-"11060000.xhp\n"
-"hd_id3148520\n"
+"11150000.xhp\n"
+"hd_id3149497\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>"
+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>"
-#: 11060000.xhp
+#: 11150000.xhp
msgctxt ""
-"11060000.xhp\n"
-"par_id3152363\n"
+"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 ""
+
+#: 11150000.xhp
+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>"
+
+#: 11150000.xhp
+msgctxt ""
+"11150000.xhp\n"
+"par_id3151110\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\".uno:BasicStepOver\">Runs the macro and stops it after the next procedure.</ahelp>"
+msgid "Save Source As"
msgstr ""
-#: 11060000.xhp
+#: 11160000.xhp
msgctxt ""
-"11060000.xhp\n"
-"par_id3153394\n"
-"4\n"
+"11160000.xhp\n"
+"tit\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."
+msgid "Step Out"
msgstr ""
-#: 11060000.xhp
-#, fuzzy
+#: 11160000.xhp
msgctxt ""
-"11060000.xhp\n"
-"par_id3147576\n"
+"11160000.xhp\n"
+"hd_id3148983\n"
+"1\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>"
+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>"
-#: 11060000.xhp
+#: 11160000.xhp
msgctxt ""
-"11060000.xhp\n"
-"par_id3154307\n"
-"3\n"
+"11160000.xhp\n"
+"par_id3157898\n"
+"2\n"
"help.text"
-msgid "Procedure Step"
-msgstr ""
+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>"
-#: 11060000.xhp
+#: 11160000.xhp
msgctxt ""
-"11060000.xhp\n"
-"par_id3153562\n"
-"6\n"
+"11160000.xhp\n"
+"par_id3156410\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>"
+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>"
-#: 11090000.xhp
+#: 11160000.xhp
msgctxt ""
-"11090000.xhp\n"
-"tit\n"
+"11160000.xhp\n"
+"par_id3158421\n"
+"3\n"
"help.text"
-msgid "Object Catalog"
+msgid "Step Out"
msgstr ""
-#: 11090000.xhp
+#: 11170000.xhp
msgctxt ""
-"11090000.xhp\n"
-"hd_id3153255\n"
-"1\n"
+"11170000.xhp\n"
+"tit\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>"
+msgid "Manage Breakpoints"
+msgstr ""
-#: 11090000.xhp
+#: 11170000.xhp
msgctxt ""
-"11090000.xhp\n"
-"par_id3151384\n"
-"2\n"
+"11170000.xhp\n"
+"hd_id3156183\n"
+"1\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>"
+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>"
-#: 11090000.xhp
+#: 11170000.xhp
msgctxt ""
-"11090000.xhp\n"
-"par_id3147576\n"
-"15\n"
+"11170000.xhp\n"
+"par_id3152363\n"
+"2\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>-ის ხატულაზე მოდულის ან დიალოგის ჩასატვირთად და საჩვენებლად."
+msgid "<ahelp hid=\".\">Calls a dialog to manage breakpoints.</ahelp>"
+msgstr "<ahelp hid=\".\">იძახებს დიალოგს წყვეტის წერტილების სამართავად.</ahelp>"
-#: 11090000.xhp
+#: 11170000.xhp
msgctxt ""
-"11090000.xhp\n"
-"par_id3148538\n"
+"11170000.xhp\n"
+"par_id3143267\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>"
+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>"
-#: 11090000.xhp
+#: 11170000.xhp
msgctxt ""
-"11090000.xhp\n"
-"par_id3154515\n"
+"11170000.xhp\n"
+"par_id3145383\n"
"3\n"
"help.text"
-msgid "Object Catalog"
+msgid "Manage Breakpoints"
msgstr ""
-#: 11090000.xhp
+#: 11170000.xhp
msgctxt ""
-"11090000.xhp\n"
-"hd_id3155388\n"
+"11170000.xhp\n"
+"par_id3154897\n"
"4\n"
"help.text"
-msgid "Show"
-msgstr ""
+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>"
-#: 11090000.xhp
+#: 11180000.xhp
msgctxt ""
-"11090000.xhp\n"
-"par_id3155630\n"
-"5\n"
+"11180000.xhp\n"
+"tit\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>"
+msgid "Import Dialog"
+msgstr ""
-#: 11090000.xhp
+#: 11180000.xhp
msgctxt ""
-"11090000.xhp\n"
-"par_id3153126\n"
+"11180000.xhp\n"
+"hd_id3156183\n"
+"1\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>"
+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
+#: 11180000.xhp
msgctxt ""
-"11090000.xhp\n"
-"par_id3147560\n"
-"6\n"
+"11180000.xhp\n"
+"par_id3152363\n"
+"2\n"
"help.text"
-msgid "Show"
+msgid "<ahelp hid=\".\">Calls an \"Open\" dialog to import a BASIC dialog file.</ahelp>"
msgstr ""
-#: 11090000.xhp
+#: 11180000.xhp
msgctxt ""
-"11090000.xhp\n"
-"hd_id3146794\n"
-"13\n"
+"11180000.xhp\n"
+"par_id0929200903505211\n"
"help.text"
-msgid "Window Area"
-msgstr "ფანჯრის არეალი"
+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
+#: 11180000.xhp
msgctxt ""
-"11090000.xhp\n"
-"par_id3149655\n"
-"14\n"
+"11180000.xhp\n"
+"par_id0929200903505360\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>"
+msgid "Dialogs can contain localization data. When importing a dialog, a mismatch of the dialogs' localization status can occur."
+msgstr ""
-#: 11070000.xhp
+#: 11180000.xhp
msgctxt ""
-"11070000.xhp\n"
-"tit\n"
+"11180000.xhp\n"
+"par_id0929200903505320\n"
"help.text"
-msgid "Breakpoint"
+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 ""
-#: 11070000.xhp
+#: 11180000.xhp
msgctxt ""
-"11070000.xhp\n"
-"hd_id3154863\n"
-"1\n"
+"11180000.xhp\n"
+"par_id0929200903505383\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>"
+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 ""
-#: 11070000.xhp
+#: 11180000.xhp
msgctxt ""
-"11070000.xhp\n"
-"par_id3155364\n"
-"2\n"
+"11180000.xhp\n"
+"par_id0929200903505340\n"
"help.text"
-msgid "<ahelp hid=\".uno:ToggleBreakPoint\">Inserts a breakpoint in the program line.</ahelp>"
-msgstr "<ahelp hid=\".uno:ToggleBreakPoint\">ჩასვით წყვეტის წერტილი პროგრამის .</ahelp>"
+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 ""
-#: 11070000.xhp
+#: 11180000.xhp
msgctxt ""
-"11070000.xhp\n"
-"par_id3149346\n"
-"4\n"
+"11180000.xhp\n"
+"par_id0929200903505367\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> ხატულა შესაბამისი ცვლადების შემცველობის შესამოწმებლად."
+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 ""
-#: 11070000.xhp
-#, fuzzy
+#: 11180000.xhp
msgctxt ""
-"11070000.xhp\n"
-"par_id3156346\n"
+"11180000.xhp\n"
+"par_id3143267\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>"
+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>"
-#: 11070000.xhp
+#: 11180000.xhp
msgctxt ""
-"11070000.xhp\n"
-"par_id3149416\n"
+"11180000.xhp\n"
+"par_id3145383\n"
"3\n"
"help.text"
-msgid "Breakpoint"
+msgid "Import Dialog"
msgstr ""
-#: 11020000.xhp
+#: 11190000.xhp
msgctxt ""
-"11020000.xhp\n"
+"11190000.xhp\n"
"tit\n"
"help.text"
-msgid "Compile"
+msgid "Export Dialog"
msgstr ""
-#: 11020000.xhp
+#: 11190000.xhp
msgctxt ""
-"11020000.xhp\n"
-"hd_id3148983\n"
+"11190000.xhp\n"
+"hd_id3156183\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>"
+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>"
-#: 11020000.xhp
+#: 11190000.xhp
msgctxt ""
-"11020000.xhp\n"
-"par_id3159201\n"
+"11190000.xhp\n"
+"par_id3152363\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> თქვენ უნდა დააკომპილიროთ მაკროსი ცვლილების შემდეგ, ან თუ მაკროსი იყენებს ერთჯერად ან პროცედურულ ბიჯებს."
+msgid "<ahelp hid=\".\">In the dialog editor, this command calls a \"Save as\" dialog to export the current BASIC dialog.</ahelp>"
+msgstr ""
-#: 11020000.xhp
+#: 11190000.xhp
msgctxt ""
-"11020000.xhp\n"
-"par_id3156426\n"
+"11190000.xhp\n"
+"par_id3143267\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>"
+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>"
-#: 11020000.xhp
+#: 11190000.xhp
msgctxt ""
-"11020000.xhp\n"
-"par_id3149399\n"
+"11190000.xhp\n"
+"par_id3145383\n"
"3\n"
"help.text"
-msgid "Compile"
+msgid "Export Dialog"
msgstr ""
#: 20000000.xhp
@@ -1411,357 +1720,3 @@ msgctxt ""
"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 ""
-
-#: 11010000.xhp
-msgctxt ""
-"11010000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Library"
-msgstr "ბიბლიოთეკა"
-
-#: 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>"
-
-#: 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-ში."
-
-#: 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>"
-
-#: 11010000.xhp
-msgctxt ""
-"11010000.xhp\n"
-"par_id3147654\n"
-"3\n"
-"help.text"
-msgid "Library List Box"
-msgstr "ბიბლიოთეკის სიის სარკმელი"
-
-#: 11180000.xhp
-msgctxt ""
-"11180000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Import Dialog"
-msgstr ""
-
-#: 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>"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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>"
-
-#: 11180000.xhp
-msgctxt ""
-"11180000.xhp\n"
-"par_id3145383\n"
-"3\n"
-"help.text"
-msgid "Import Dialog"
-msgstr ""
-
-#: 11050000.xhp
-msgctxt ""
-"11050000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Single Step"
-msgstr ""
-
-#: 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>"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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>"
-
-#: 11050000.xhp
-msgctxt ""
-"11050000.xhp\n"
-"par_id3147573\n"
-"3\n"
-"help.text"
-msgid "Single Step"
-msgstr ""
-
-#: 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>"
-
-#: 11030000.xhp
-msgctxt ""
-"11030000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Run"
-msgstr ""
-
-#: 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
-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
-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
-msgctxt ""
-"11030000.xhp\n"
-"par_id3154750\n"
-"3\n"
-"help.text"
-msgid "Run"
-msgstr ""
-
-#: 11080000.xhp
-msgctxt ""
-"11080000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Enable Watch"
-msgstr ""
-
-#: 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>"
-
-#: 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>"
-
-#: 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>-ს ხატულაზე. მნიშვნელობა, რომელიც მინიჭებულია ცვლადზე გამოისახება მისი სახელის შემდეგ. ეს მნიშვნელობა მუდმივად ახლდება."
-
-#: 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>"
-
-#: 11080000.xhp
-msgctxt ""
-"11080000.xhp\n"
-"par_id3150276\n"
-"3\n"
-"help.text"
-msgid "Enable Watch"
-msgstr ""
-
-#: 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 ""
-
-#: 11170000.xhp
-msgctxt ""
-"11170000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Manage Breakpoints"
-msgstr ""
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 11170000.xhp
-msgctxt ""
-"11170000.xhp\n"
-"par_id3145383\n"
-"3\n"
-"help.text"
-msgid "Manage Breakpoints"
-msgstr ""
-
-#: 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 9b753ce5eab..024644ec76c 100644
--- a/source/ka/helpcontent2/source/text/scalc.po
+++ b/source/ka/helpcontent2/source/text/scalc.po
@@ -1,599 +1,327 @@
-#
+#. extracted from helpcontent2/source/text/scalc
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-12-10 11:44+0100\n"
+"POT-Creation-Date: 2013-05-23 12:06+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"
+"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
-#: main0208.xhp
+#: main0000.xhp
msgctxt ""
-"main0208.xhp\n"
+"main0000.xhp\n"
"tit\n"
"help.text"
-msgid "Status Bar"
-msgstr "სტატუსის ზოლი"
-
-#: 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>"
-
-#: 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."
-
-#: main0208.xhp
-msgctxt ""
-"main0208.xhp\n"
-"hd_id0821200911024321\n"
-"help.text"
-msgid "Digital Signature"
-msgstr "ციფრული ხელმოწერა"
-
-#: 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>."
+msgid "Welcome to the $[officename] Calc Help"
msgstr ""
-#: main0112.xhp
-msgctxt ""
-"main0112.xhp\n"
-"tit\n"
-"help.text"
-msgid "Data"
-msgstr "მონაცემები"
-
-#: main0112.xhp
+#: main0000.xhp
msgctxt ""
-"main0112.xhp\n"
-"hd_id3153254\n"
+"main0000.xhp\n"
+"hd_id3147338\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
-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>"
+msgid "Welcome to the $[officename] Calc Help"
msgstr ""
-#: main0112.xhp
+#: main0000.xhp
msgctxt ""
-"main0112.xhp\n"
-"hd_id3150400\n"
+"main0000.xhp\n"
+"hd_id3153965\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
-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>"
+msgid "How to Work With $[officename] Calc"
+msgstr "როგორ ვიმუშაოთ $[officename] Calc-თან"
-#: main0112.xhp
+#: main0000.xhp
msgctxt ""
-"main0112.xhp\n"
-"hd_id3153726\n"
+"main0000.xhp\n"
+"par_id3147004\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
-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
-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
-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
-msgctxt ""
-"main0112.xhp\n"
-"hd_id1387066\n"
-"help.text"
-msgid "<link href=\"text/scalc/01/text2columns.xhp\">Text to Columns</link>"
+msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Functions by Category\">List of Functions by Category</link>"
msgstr ""
-#: main0112.xhp
+#: main0000.xhp
msgctxt ""
-"main0112.xhp\n"
-"hd_id3150717\n"
-"8\n"
+"main0000.xhp\n"
+"hd_id3154659\n"
+"6\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>"
+msgid "$[officename] Calc Menus, Toolbars, and Keys"
+msgstr "$[officename] Calc-ის მენიუები, ინსტრუმენტთა დაფები და გასაღებები"
-#: main0112.xhp
+#: main0000.xhp
msgctxt ""
-"main0112.xhp\n"
-"hd_id3154754\n"
-"9\n"
+"main0000.xhp\n"
+"hd_id3150883\n"
+"4\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>"
+msgid "Help about the Help"
+msgstr "დახმარება დახმარების შესახებ"
-#: main0106.xhp
+#: main0100.xhp
msgctxt ""
-"main0106.xhp\n"
+"main0100.xhp\n"
"tit\n"
"help.text"
-msgid "Tools"
-msgstr "ინსტრუმენტები"
+msgid "Menus"
+msgstr "მენიუები"
-#: main0106.xhp
+#: main0100.xhp
msgctxt ""
-"main0106.xhp\n"
-"hd_id3150769\n"
+"main0100.xhp\n"
+"hd_id3156023\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>"
+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>"
-#: main0106.xhp
+#: main0100.xhp
msgctxt ""
-"main0106.xhp\n"
-"par_id3150440\n"
+"main0100.xhp\n"
+"par_id3154760\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 ""
-
-#: 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] პროგრამისთვის."
-
-#: main0106.xhp
-#, fuzzy
-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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
+msgid "The following menu commands are available for spreadsheets."
+msgstr "მენიუს შემდეგი ბრძანებები ხელმისაწვდომია ელექტრონული ცხრილებისთვის."
-#: main0503.xhp
+#: main0101.xhp
msgctxt ""
-"main0503.xhp\n"
+"main0101.xhp\n"
"tit\n"
"help.text"
-msgid "$[officename] Calc Features"
-msgstr "$[officename] Calc-ის შესაძლებლობები"
+msgid "File"
+msgstr "ფაილი"
-#: main0503.xhp
+#: main0101.xhp
msgctxt ""
-"main0503.xhp\n"
-"hd_id3154758\n"
+"main0101.xhp\n"
+"hd_id3156023\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>"
+msgid "<link href=\"text/scalc/main0101.xhp\" name=\"File\">File</link>"
+msgstr "<link href=\"text/scalc/main0101.xhp\" name=\"ფაილი\">ფაილი</link>"
-#: main0503.xhp
+#: main0101.xhp
msgctxt ""
-"main0503.xhp\n"
-"par_id3149457\n"
+"main0101.xhp\n"
+"par_id3151112\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-ის ელექტრონული ცხრილები."
+msgid "<ahelp hid=\".\">These commands apply to the current document, open a new document, or close the application.</ahelp>"
+msgstr ""
-#: main0503.xhp
+#: main0101.xhp
msgctxt ""
-"main0503.xhp\n"
-"hd_id3148797\n"
+"main0101.xhp\n"
+"hd_id3154684\n"
"4\n"
"help.text"
-msgid "Calculations"
-msgstr "გამოთვლები"
+msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">Open</link>"
+msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"გახსნა\">გახსნა</link>"
-#: main0503.xhp
+#: main0101.xhp
msgctxt ""
-"main0503.xhp\n"
-"par_id3145172\n"
+"main0101.xhp\n"
+"hd_id3147434\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>, რომელშიც შედის სტატისტიკური და საბანკო ფუნქციები, მათი გამოყენება შეგიძლიათ შეასრულოთ თქვენი მონაცემების კომპლექსური გამოთვლები."
-
-#: 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> იმისათვის რომ ის დაგეხმაროთ ფორმულების შექმნაში."
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"hd_id3152596\n"
-"13\n"
-"help.text"
-msgid "What-If Calculations"
-msgstr "რა-თუ გამოთვლები"
+msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>"
+msgstr "<link href=\"text/shared/01/01070000.xhp\" name=\"შეინახე როგორც\">შეინახე როგორც</link>"
-#: main0503.xhp
+#: main0101.xhp
msgctxt ""
-"main0503.xhp\n"
-"par_id3156444\n"
-"14\n"
+"main0101.xhp\n"
+"hd_id3147396\n"
+"11\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 ""
+msgid "<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">Versions</link>"
+msgstr "<link href=\"text/shared/01/01190000.xhp\" name=\"ვერსიები\">ვერსიები</link>"
-#: main0503.xhp
+#: main0101.xhp
msgctxt ""
-"main0503.xhp\n"
-"hd_id3148576\n"
+"main0101.xhp\n"
+"hd_id3149400\n"
"7\n"
"help.text"
-msgid "Database Functions"
-msgstr "მოანცემთა ბაზების ფუნქციები"
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"par_id3154011\n"
-"8\n"
-"help.text"
-msgid "Use spreadsheets to arrange, store, and filter your data."
-msgstr "გამოიყენეთ ელექტრონული ცხრილები თქვენი მონაცემების მოსაწყობად, შესანახად და გასაფილტრად."
-
-#: 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-ში."
+msgid "<link href=\"text/shared/01/01100000.xhp\" name=\"Properties\">Properties</link>"
+msgstr "<link href=\"text/shared/01/01100000.xhp\" name=\"თვისებები\">თვისებები</link>"
-#: main0503.xhp
+#: main0101.xhp
msgctxt ""
-"main0503.xhp\n"
-"hd_id3145800\n"
+"main0101.xhp\n"
+"hd_id3155445\n"
"9\n"
"help.text"
-msgid "Arranging Data"
-msgstr "მონაცემების მოწყობა"
+msgid "<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">Print</link>"
+msgstr "<link href=\"text/shared/01/01130000.xhp\" name=\"დაბეჭდვა\">დაბეჭდვა</link>"
-#: main0503.xhp
+#: main0101.xhp
msgctxt ""
-"main0503.xhp\n"
-"par_id3154490\n"
+"main0101.xhp\n"
+"hd_id3147339\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 "რამდენჯერმე მაუსზე დაწკაპუნებით თქვენ შეგიძლიათ მოაწყოთ ელექტრონული ცხრილები - გამოაჩინოთ ან დამალოთ მონაცემების ზუსტი საზღვრები, ან საგანგებო პირობების მიხედვით საზღვრების ფორმატირება, ან სწრაფად ქვეჯამების და ჯამების გამოთვლა."
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"hd_id3155601\n"
-"16\n"
-"help.text"
-msgid "Dynamic Charts"
-msgstr "დინამიკური დიაგრამები"
-
-#: 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 გაძლევთ საშუალებას წარმოადგინოთ ელექტრონული ცხრილები დინამიკური დიაგრამის სახით, რომელიც განახლდება მონაცემების ყოველი შეცვლისას."
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"hd_id3153707\n"
-"18\n"
-"help.text"
-msgid "Opening and Saving Microsoft Files"
-msgstr "Microsoft-ის ფაილების გახსნა და შენახვა"
-
-#: 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>."
+msgid "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Setup\">Printer Setup</link>"
+msgstr "<link href=\"text/shared/01/01140000.xhp\" name=\"პრინტერის დაყენება\">პრინტერის დაყენება</link>"
-#: main0205.xhp
+#: main0102.xhp
msgctxt ""
-"main0205.xhp\n"
+"main0102.xhp\n"
"tit\n"
"help.text"
-msgid "Text Formatting Bar"
-msgstr "ტექსტის ფორმატირების ზოლი"
+msgid "Edit"
+msgstr "რედაქტირება"
-#: main0205.xhp
+#: main0102.xhp
msgctxt ""
-"main0205.xhp\n"
-"hd_id3156330\n"
+"main0102.xhp\n"
+"hd_id3156023\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>"
+msgid "<link href=\"text/scalc/main0102.xhp\" name=\"Edit\">Edit</link>"
+msgstr "<link href=\"text/scalc/main0102.xhp\" name=\"რედაქტირება\">რედაქტირება</link>"
-#: main0205.xhp
+#: main0102.xhp
msgctxt ""
-"main0205.xhp\n"
-"par_id3151112\n"
+"main0102.xhp\n"
+"par_id3154758\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
-#, fuzzy
-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
-#, 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
-#, 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 "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">ხაზის სტილი</link>"
-
-#: 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>"
+msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>"
+msgstr ""
-#: main0205.xhp
-#, fuzzy
+#: main0102.xhp
msgctxt ""
-"main0205.xhp\n"
-"hd_id3147345\n"
-"11\n"
+"main0102.xhp\n"
+"hd_id3146119\n"
+"3\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>"
+msgid "<link href=\"text/shared/01/02070000.xhp\" name=\"Paste Special\">Paste Special</link>"
+msgstr "<link href=\"text/shared/01/02070000.xhp\" name=\"საგანგებოდ ჩასმა\">საგანგებოდ ჩასმა</link>"
-#: main0205.xhp
-#, fuzzy
+#: main0102.xhp
msgctxt ""
-"main0205.xhp\n"
-"hd_id3155337\n"
+"main0102.xhp\n"
+"hd_id3153728\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>"
+msgid "<link href=\"text/shared/01/02240000.xhp\" name=\"Compare Document\">Compare Document</link>"
+msgstr "<link href=\"text/shared/01/02240000.xhp\" name=\"დოკუმენტის შედარება\">დოკუმენტის შედარება</link>"
-#: main0205.xhp
-#, fuzzy
+#: main0102.xhp
msgctxt ""
-"main0205.xhp\n"
-"hd_id3147001\n"
-"13\n"
+"main0102.xhp\n"
+"hd_id3154492\n"
+"4\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>"
+msgid "<link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link>"
+msgstr "<link href=\"text/shared/01/02100000.xhp\" name=\"პოვნა და შეცვლა\">პოვნა და შეცვლა</link>"
-#: main0205.xhp
-#, fuzzy
+#: main0102.xhp
msgctxt ""
-"main0205.xhp\n"
-"hd_id3155115\n"
-"14\n"
+"main0102.xhp\n"
+"hd_id3150715\n"
+"5\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>"
+msgid "<link href=\"text/scalc/01/02120000.xhp\" name=\"Headers & Footers\">Headers & Footers</link>"
+msgstr "<link href=\"text/scalc/01/02120000.xhp\" name=\"ზედა და ქვედა კოლონტიტული\">ზედა და ქვედა კოლონტიტული</link>"
-#: main0205.xhp
+#: main0102.xhp
msgctxt ""
-"main0205.xhp\n"
-"hd_id3150202\n"
-"15\n"
+"main0102.xhp\n"
+"hd_id3149018\n"
+"6\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>"
+msgid "<link href=\"text/scalc/01/02150000.xhp\" name=\"Delete Contents\">Delete Contents</link>"
+msgstr "<link href=\"text/scalc/01/02150000.xhp\" name=\"შემცველობის წაშლა\">შემცველობის წაშლა</link>"
-#: main0205.xhp
+#: main0102.xhp
msgctxt ""
-"main0205.xhp\n"
-"hd_id3155531\n"
-"16\n"
+"main0102.xhp\n"
+"hd_id3156384\n"
+"7\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>"
+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>"
-#: main0205.xhp
-#, fuzzy
+#: main0102.xhp
msgctxt ""
-"main0205.xhp\n"
-"hd_id3145387\n"
-"17\n"
+"main0102.xhp\n"
+"hd_id3146919\n"
+"10\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>"
+msgid "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Links</link>"
+msgstr "<link href=\"text/shared/01/02180000.xhp\" name=\"ბმულები\">ბმულები</link>"
-#: main0205.xhp
-#, fuzzy
+#: main0102.xhp
msgctxt ""
-"main0205.xhp\n"
-"hd_id3153067\n"
-"18\n"
+"main0102.xhp\n"
+"hd_id3148488\n"
+"11\n"
"help.text"
-msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>"
+msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-#: main0203.xhp
+#: main0103.xhp
msgctxt ""
-"main0203.xhp\n"
+"main0103.xhp\n"
"tit\n"
"help.text"
-msgid "Drawing Object Properties Bar"
-msgstr "სახატავი ობიექტის თვისებების ზოლი"
+msgid "View"
+msgstr "ხედი"
-#: main0203.xhp
+#: main0103.xhp
msgctxt ""
-"main0203.xhp\n"
-"hd_id3154346\n"
+"main0103.xhp\n"
+"hd_id3151112\n"
"1\n"
"help.text"
-msgid "<link href=\"text/scalc/main0203.xhp\" name=\"Drawing Object Properties Bar\">Drawing Object Properties Bar</link>"
-msgstr ""
+msgid "<link href=\"text/scalc/main0103.xhp\" name=\"View\">View</link>"
+msgstr "<link href=\"text/scalc/main0103.xhp\" name=\"ხედი\">ხედი</link>"
-#: main0203.xhp
+#: main0103.xhp
msgctxt ""
-"main0203.xhp\n"
-"par_id3149656\n"
+"main0103.xhp\n"
+"par_id3149456\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>"
+msgid "<ahelp hid=\".\">This menu contains commands for controlling the on-screen display of the document.</ahelp>"
msgstr ""
-#: 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>"
-
-#: main0203.xhp
-#, fuzzy
+#: main0103.xhp
msgctxt ""
-"main0203.xhp\n"
-"hd_id3151073\n"
-"4\n"
+"main0103.xhp\n"
+"par_idN105AB\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>"
+msgid "Normal"
+msgstr "ნორმალური"
-#: main0203.xhp
+#: main0103.xhp
msgctxt ""
-"main0203.xhp\n"
-"hd_id3153417\n"
-"5\n"
+"main0103.xhp\n"
+"par_idN105AF\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>"
+msgid "<ahelp hid=\".\">Displays the normal view of the sheet.</ahelp>"
+msgstr "<ahelp hid=\".\">გამოსახავს ფურცლის ნორმალურ ხედს.</ahelp>"
-#: main0203.xhp
-#, fuzzy
+#: main0103.xhp
msgctxt ""
-"main0203.xhp\n"
-"hd_id3147338\n"
-"6\n"
+"main0103.xhp\n"
+"hd_id3125863\n"
+"3\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>"
+msgid "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link>"
+msgstr "<link href=\"text/shared/01/03010000.xhp\" name=\"გადიდება\">გადიდება</link>"
#: main0104.xhp
msgctxt ""
@@ -710,94 +438,6 @@ msgctxt ""
msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>"
msgstr "<link href=\"text/shared/01/04160500.xhp\" name=\"მოძრავი ჩარჩო\">მოძრავი ჩარჩო</link>"
-#: main0218.xhp
-msgctxt ""
-"main0218.xhp\n"
-"tit\n"
-"help.text"
-msgid "Tools Bar"
-msgstr "ხელსაწყოთა ზოლი"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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 ""
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
#: main0105.xhp
msgctxt ""
"main0105.xhp\n"
@@ -843,7 +483,6 @@ msgid "<link href=\"text/scalc/01/05070000.xhp\" name=\"Page\">Page</link>"
msgstr "<link href=\"text/scalc/01/05070000.xhp\" name=\"გვერდი\">გვერდი</link>"
#: main0105.xhp
-#, fuzzy
msgctxt ""
"main0105.xhp\n"
"hd_id3145748\n"
@@ -853,7 +492,6 @@ msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</
msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"საგანგებო სიმბოლო\">საგანგებო სიმბოლო</link>"
#: main0105.xhp
-#, fuzzy
msgctxt ""
"main0105.xhp\n"
"hd_id3154485\n"
@@ -898,284 +536,234 @@ msgctxt ""
msgid "<link href=\"text/shared/02/01170200.xhp\" name=\"Form\">Form</link>"
msgstr "<link href=\"text/shared/02/01170200.xhp\" name=\"ფორმა\">ფორმა</link>"
-#: main0107.xhp
-msgctxt ""
-"main0107.xhp\n"
-"tit\n"
-"help.text"
-msgid "Window"
-msgstr "ფანჯარა"
-
-#: 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>"
-
-#: 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 ""
-
-#: main0210.xhp
+#: main0106.xhp
msgctxt ""
-"main0210.xhp\n"
+"main0106.xhp\n"
"tit\n"
"help.text"
-msgid "Page Preview Bar"
-msgstr "გევრდის გადახედვის ზოლი"
+msgid "Tools"
+msgstr "ინსტრუმენტები"
-#: main0210.xhp
+#: main0106.xhp
msgctxt ""
-"main0210.xhp\n"
-"hd_id3156023\n"
+"main0106.xhp\n"
+"hd_id3150769\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>"
+msgid "<link href=\"text/scalc/main0106.xhp\" name=\"Tools\">Tools</link>"
+msgstr "<link href=\"text/scalc/main0106.xhp\" name=\"ინსტრუმენტები\">ინსტრუმენტები</link>"
-#: main0210.xhp
+#: main0106.xhp
msgctxt ""
-"main0210.xhp\n"
-"par_id3148663\n"
+"main0106.xhp\n"
+"par_id3150440\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>"
-
-#: main0210.xhp
-msgctxt ""
-"main0210.xhp\n"
-"hd_id3147393\n"
-"3\n"
-"help.text"
-msgid "Full Screen"
+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 ""
-#: main0210.xhp
+#: main0106.xhp
msgctxt ""
-"main0210.xhp\n"
-"par_id460828\n"
+"main0106.xhp\n"
+"par_id3152576\n"
+"10\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 ""
+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] პროგრამისთვის."
-#: main0210.xhp
-#, fuzzy
+#: main0106.xhp
msgctxt ""
-"main0210.xhp\n"
-"hd_id3147394\n"
-"3\n"
+"main0106.xhp\n"
+"hd_id3149122\n"
+"12\n"
"help.text"
-msgid "<link href=\"text/scalc/01/05070000.xhp\" name=\"Format Page\">Format Page</link>"
+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
+#: main0106.xhp
msgctxt ""
-"main0210.xhp\n"
-"hd_id3147494\n"
-"3\n"
+"main0106.xhp\n"
+"hd_id3155768\n"
+"6\n"
"help.text"
-msgid "Margins"
-msgstr ""
+msgid "<link href=\"text/scalc/01/06050000.xhp\" name=\"Scenarios\">Scenarios</link>"
+msgstr "<link href=\"text/scalc/01/06050000.xhp\" name=\"სცენარები\">სცენარები</link>"
-#: main0210.xhp
+#: main0106.xhp
msgctxt ""
-"main0210.xhp\n"
-"par_id460929\n"
+"main0106.xhp\n"
+"hd_id3154015\n"
+"9\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 ""
+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
+#: main0106.xhp
msgctxt ""
-"main0210.xhp\n"
-"hd_id3245494\n"
-"3\n"
+"main0106.xhp\n"
+"hd_id3150086\n"
+"8\n"
"help.text"
-msgid "Scaling Factor"
-msgstr ""
+msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>"
+msgstr "<link href=\"text/shared/01/06140000.xhp\" name=\"კონფიგურაცია\">მორგება</link>"
-#: main0210.xhp
+#: main0107.xhp
msgctxt ""
-"main0210.xhp\n"
-"par_id460939\n"
+"main0107.xhp\n"
+"tit\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 ""
+msgid "Window"
+msgstr "ფანჯარა"
-#: main0210.xhp
+#: main0107.xhp
msgctxt ""
-"main0210.xhp\n"
-"hd_id3147395\n"
-"3\n"
+"main0107.xhp\n"
+"hd_id3154758\n"
+"1\n"
"help.text"
-msgid "Close Preview"
-msgstr ""
+msgid "<link href=\"text/scalc/main0107.xhp\" name=\"Window\">Window</link>"
+msgstr "<link href=\"text/scalc/main0107.xhp\" name=\"ფანჯარა\">ფანჯარა</link>"
-#: main0210.xhp
+#: main0107.xhp
msgctxt ""
-"main0210.xhp\n"
-"par_id460829\n"
+"main0107.xhp\n"
+"par_id3150398\n"
+"2\n"
"help.text"
-msgid "To exit the page preview, click the <emph>Close Preview</emph> button."
+msgid "<ahelp hid=\".uno:WindowList\">Contains commands for manipulating and displaying document windows.</ahelp>"
msgstr ""
-#: main0103.xhp
+#: main0112.xhp
msgctxt ""
-"main0103.xhp\n"
+"main0112.xhp\n"
"tit\n"
"help.text"
-msgid "View"
-msgstr "ხედი"
+msgid "Data"
+msgstr "მონაცემები"
-#: main0103.xhp
+#: main0112.xhp
msgctxt ""
-"main0103.xhp\n"
-"hd_id3151112\n"
+"main0112.xhp\n"
+"hd_id3153254\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>"
+msgid "<link href=\"text/scalc/main0112.xhp\" name=\"Data\">Data</link>"
+msgstr "<link href=\"text/scalc/main0112.xhp\" name=\"მონაცემები\">მონაცემები</link>"
-#: main0103.xhp
+#: main0112.xhp
msgctxt ""
-"main0103.xhp\n"
-"par_id3149456\n"
+"main0112.xhp\n"
+"par_id3147264\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\".\">This menu contains commands for controlling the on-screen display of the document.</ahelp>"
+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 ""
-#: main0103.xhp
-msgctxt ""
-"main0103.xhp\n"
-"par_idN105AB\n"
-"help.text"
-msgid "Normal"
-msgstr "ნორმალური"
-
-#: 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>"
-
-#: main0103.xhp
+#: main0112.xhp
msgctxt ""
-"main0103.xhp\n"
-"hd_id3125863\n"
+"main0112.xhp\n"
+"hd_id3150400\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>"
+msgid "<link href=\"text/scalc/01/12010000.xhp\" name=\"Define Range\">Define Range</link>"
+msgstr "<link href=\"text/scalc/01/12010000.xhp\" name=\"არის მითითება\">არის მითითება</link>"
-#: main0102.xhp
+#: main0112.xhp
msgctxt ""
-"main0102.xhp\n"
-"tit\n"
+"main0112.xhp\n"
+"hd_id3125863\n"
+"4\n"
"help.text"
-msgid "Edit"
-msgstr "რედაქტირება"
+msgid "<link href=\"text/scalc/01/12020000.xhp\" name=\"Select Range\">Select Range</link>"
+msgstr "<link href=\"text/scalc/01/12020000.xhp\" name=\"არის მონიშვნა\">არის მონიშვნა</link>"
-#: main0102.xhp
+#: main0112.xhp
msgctxt ""
-"main0102.xhp\n"
-"hd_id3156023\n"
-"1\n"
+"main0112.xhp\n"
+"hd_id3153726\n"
+"5\n"
"help.text"
-msgid "<link href=\"text/scalc/main0102.xhp\" name=\"Edit\">Edit</link>"
-msgstr "<link href=\"text/scalc/main0102.xhp\" name=\"რედაქტირება\">რედაქტირება</link>"
+msgid "<link href=\"text/scalc/01/12030000.xhp\" name=\"Sort\">Sort</link>"
+msgstr "<link href=\"text/scalc/01/12030000.xhp\" name=\"დახარისხება\">დახარისხება</link>"
-#: main0102.xhp
+#: main0112.xhp
msgctxt ""
-"main0102.xhp\n"
-"par_id3154758\n"
-"2\n"
+"main0112.xhp\n"
+"hd_id3153142\n"
+"6\n"
"help.text"
-msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>"
-msgstr ""
+msgid "<link href=\"text/scalc/01/12050000.xhp\" name=\"Subtotals\">Subtotals</link>"
+msgstr "<link href=\"text/scalc/01/12050000.xhp\" name=\"შუალედური ჯამები\">შუალედური ჯამები</link>"
-#: main0102.xhp
+#: main0112.xhp
msgctxt ""
-"main0102.xhp\n"
-"hd_id3146119\n"
-"3\n"
+"main0112.xhp\n"
+"hd_id3151073\n"
+"10\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>"
+msgid "<link href=\"text/scalc/01/12120000.xhp\" name=\"Validity\">Validity</link>"
+msgstr "<link href=\"text/scalc/01/12120000.xhp\" name=\"შემოწმება\">შემოწმება</link>"
-#: main0102.xhp
+#: main0112.xhp
msgctxt ""
-"main0102.xhp\n"
-"hd_id3153728\n"
-"12\n"
+"main0112.xhp\n"
+"hd_id3145254\n"
+"7\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>"
+msgid "<link href=\"text/scalc/01/12060000.xhp\" name=\"Multiple Operations\">Multiple Operations</link>"
+msgstr "<link href=\"text/scalc/01/12060000.xhp\" name=\"ოპერანდების ცხრილი\">ოპერანდების ცხრილი</link>"
-#: main0102.xhp
+#: main0112.xhp
msgctxt ""
-"main0102.xhp\n"
-"hd_id3154492\n"
-"4\n"
+"main0112.xhp\n"
+"hd_id1387066\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>"
+msgid "<link href=\"text/scalc/01/text2columns.xhp\">Text to Columns</link>"
+msgstr ""
-#: main0102.xhp
+#: main0112.xhp
msgctxt ""
-"main0102.xhp\n"
-"hd_id3150715\n"
-"5\n"
+"main0112.xhp\n"
+"hd_id3150717\n"
+"8\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>"
+msgid "<link href=\"text/scalc/01/12070000.xhp\" name=\"Consolidate\">Consolidate</link>"
+msgstr "<link href=\"text/scalc/01/12070000.xhp\" name=\"კონსოლიდაცია\">კონსოლიდაცია</link>"
-#: main0102.xhp
+#: main0112.xhp
msgctxt ""
-"main0102.xhp\n"
-"hd_id3149018\n"
-"6\n"
+"main0112.xhp\n"
+"hd_id3154754\n"
+"9\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>"
+msgid "<link href=\"text/scalc/01/12100000.xhp\" name=\"Refresh Range\">Refresh Range</link>"
+msgstr "<link href=\"text/scalc/01/12100000.xhp\" name=\"დიაპაზონის განახლება\">დიაპაზონის განახლება</link>"
-#: main0102.xhp
+#: main0200.xhp
msgctxt ""
-"main0102.xhp\n"
-"hd_id3156384\n"
-"7\n"
+"main0200.xhp\n"
+"tit\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>"
+msgid "Toolbars"
+msgstr "ინსტრუმენტთა პანელები"
-#: main0102.xhp
+#: main0200.xhp
msgctxt ""
-"main0102.xhp\n"
-"hd_id3146919\n"
-"10\n"
+"main0200.xhp\n"
+"hd_id3154758\n"
+"1\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>"
+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>"
-#: main0102.xhp
+#: main0200.xhp
msgctxt ""
-"main0102.xhp\n"
-"hd_id3148488\n"
-"11\n"
+"main0200.xhp\n"
+"par_id3148798\n"
+"2\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>"
+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\"/>"
#: main0202.xhp
msgctxt ""
@@ -1204,7 +792,6 @@ msgid "<ahelp hid=\"HID_SC_TOOLBOX_TABLE\">The <emph>Formatting</emph> bar conta
msgstr "<ahelp hid=\"HID_SC_TOOLBOX_TABLE\">The <emph>ფორმატირების</emph>ზოლი შეიცავს ხელით დაფორმატებისთვის ხელმისაწვდომ ძირითად ბრძანებებს. </ahelp>"
#: main0202.xhp
-#, fuzzy
msgctxt ""
"main0202.xhp\n"
"hd_id3153160\n"
@@ -1404,84 +991,202 @@ msgctxt ""
msgid "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the left and right cell borders.</ahelp>"
msgstr ""
-#: main0000.xhp
+#: main0203.xhp
msgctxt ""
-"main0000.xhp\n"
+"main0203.xhp\n"
"tit\n"
"help.text"
-msgid "Welcome to the $[officename] Calc Help"
-msgstr ""
+msgid "Drawing Object Properties Bar"
+msgstr "სახატავი ობიექტის თვისებების ზოლი"
-#: main0000.xhp
+#: main0203.xhp
msgctxt ""
-"main0000.xhp\n"
-"hd_id3147338\n"
+"main0203.xhp\n"
+"hd_id3154346\n"
"1\n"
"help.text"
-msgid "Welcome to the $[officename] Calc Help"
+msgid "<link href=\"text/scalc/main0203.xhp\" name=\"Drawing Object Properties Bar\">Drawing Object Properties Bar</link>"
msgstr ""
-#: main0000.xhp
+#: main0203.xhp
msgctxt ""
-"main0000.xhp\n"
-"hd_id3153965\n"
+"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 ""
+
+#: main0203.xhp
+msgctxt ""
+"main0203.xhp\n"
+"hd_id3145748\n"
"3\n"
"help.text"
-msgid "How to Work With $[officename] Calc"
-msgstr "როგორ ვიმუშაოთ $[officename] Calc-თან"
+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>"
-#: main0000.xhp
+#: main0203.xhp
+#, fuzzy
msgctxt ""
-"main0000.xhp\n"
-"par_id3147004\n"
-"5\n"
+"main0203.xhp\n"
+"hd_id3151073\n"
+"4\n"
"help.text"
-msgid "<link href=\"text/scalc/01/04060100.xhp\" name=\"List of Functions by Category\">List of Functions by Category</link>"
-msgstr ""
+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>"
-#: main0000.xhp
+#: main0203.xhp
msgctxt ""
-"main0000.xhp\n"
-"hd_id3154659\n"
-"6\n"
+"main0203.xhp\n"
+"hd_id3153417\n"
+"5\n"
"help.text"
-msgid "$[officename] Calc Menus, Toolbars, and Keys"
-msgstr "$[officename] Calc-ის მენიუები, ინსტრუმენტთა დაფები და გასაღებები"
+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>"
-#: main0000.xhp
+#: main0203.xhp
msgctxt ""
-"main0000.xhp\n"
-"hd_id3150883\n"
-"4\n"
+"main0203.xhp\n"
+"hd_id3147338\n"
+"6\n"
"help.text"
-msgid "Help about the Help"
-msgstr "დახმარება დახმარების შესახებ"
+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>"
-#: main0100.xhp
+#: main0205.xhp
msgctxt ""
-"main0100.xhp\n"
+"main0205.xhp\n"
"tit\n"
"help.text"
-msgid "Menus"
-msgstr "მენიუები"
+msgid "Text Formatting Bar"
+msgstr "ტექსტის ფორმატირების ზოლი"
-#: main0100.xhp
+#: main0205.xhp
msgctxt ""
-"main0100.xhp\n"
-"hd_id3156023\n"
+"main0205.xhp\n"
+"hd_id3156330\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>"
+msgid "<link href=\"text/scalc/main0205.xhp\" name=\"Text Formatting Bar\">Text Formatting Bar</link>"
+msgstr "<link href=\"text/scalc/main0205.xhp\" name=\"ტექსტის ფორმატირების ზოლი\">ტექსტის ფორმატირების ზოლი</link>"
-#: main0100.xhp
+#: main0205.xhp
msgctxt ""
-"main0100.xhp\n"
-"par_id3154760\n"
+"main0205.xhp\n"
+"par_id3151112\n"
"2\n"
"help.text"
-msgid "The following menu commands are available for spreadsheets."
-msgstr "მენიუს შემდეგი ბრძანებები ხელმისაწვდომია ელექტრონული ცხრილებისთვის."
+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
+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
+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
+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 "<link href=\"text/shared/01/05200100.xhp\" name=\"Line Style\">ხაზის სტილი</link>"
+
+#: main0205.xhp
+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
+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
+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
+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
+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
+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
+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
+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
+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>"
#: main0206.xhp
msgctxt ""
@@ -1492,7 +1197,6 @@ msgid "Formula Bar"
msgstr "ფორმულათა ზოლი"
#: main0206.xhp
-#, fuzzy
msgctxt ""
"main0206.xhp\n"
"hd_id3147264\n"
@@ -1510,111 +1214,150 @@ msgctxt ""
msgid "<ahelp hid=\"HID_SC_INPUTWIN\">Use this bar to enter formulas.</ahelp>"
msgstr "<ahelp hid=\"HID_SC_INPUTWIN\">გამოიყენეთ ეს ზოლი ფორმულების შესაყვანად.</ahelp>"
-#: main0200.xhp
+#: main0208.xhp
msgctxt ""
-"main0200.xhp\n"
+"main0208.xhp\n"
"tit\n"
"help.text"
-msgid "Toolbars"
-msgstr "ინსტრუმენტთა პანელები"
+msgid "Status Bar"
+msgstr "სტატუსის ზოლი"
-#: main0200.xhp
+#: main0208.xhp
msgctxt ""
-"main0200.xhp\n"
-"hd_id3154758\n"
+"main0208.xhp\n"
+"hd_id3151385\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>"
+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>"
-#: main0200.xhp
+#: main0208.xhp
msgctxt ""
-"main0200.xhp\n"
-"par_id3148798\n"
+"main0208.xhp\n"
+"par_id3149669\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\"/>"
+msgid "The <emph>Status Bar</emph> displays information about the current sheet."
+msgstr "The <emph>სტატუსის ზოლი</emph> displays information about the current sheet."
-#: main0101.xhp
+#: main0208.xhp
msgctxt ""
-"main0101.xhp\n"
+"main0208.xhp\n"
+"hd_id0821200911024321\n"
+"help.text"
+msgid "Digital Signature"
+msgstr "ციფრული ხელმოწერა"
+
+#: 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 ""
+
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
"tit\n"
"help.text"
-msgid "File"
-msgstr "ფაილი"
+msgid "Page Preview Bar"
+msgstr "გევრდის გადახედვის ზოლი"
-#: main0101.xhp
+#: main0210.xhp
msgctxt ""
-"main0101.xhp\n"
+"main0210.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>"
+msgid "<link href=\"text/scalc/main0210.xhp\" name=\"Page Preview Bar\">Page Preview Bar</link>"
+msgstr "<link href=\"text/scalc/main0210.xhp\" name=\"გევრდის გადახედვის ზოლი\">გევრდის გადახედვის ზოლი</link>"
-#: main0101.xhp
+#: main0210.xhp
msgctxt ""
-"main0101.xhp\n"
-"par_id3151112\n"
+"main0210.xhp\n"
+"par_id3148663\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\".\">These commands apply to the current document, open a new document, or close the application.</ahelp>"
+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
+msgctxt ""
+"main0210.xhp\n"
+"hd_id3147393\n"
+"3\n"
+"help.text"
+msgid "Full Screen"
msgstr ""
-#: main0101.xhp
+#: main0210.xhp
msgctxt ""
-"main0101.xhp\n"
-"hd_id3154684\n"
-"4\n"
+"main0210.xhp\n"
+"par_id460828\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>"
+msgid "Hides the menus and toolbars. To exit the full screen mode, click the <emph>Full Screen On/Off</emph> button."
+msgstr ""
-#: main0101.xhp
+#: main0210.xhp
msgctxt ""
-"main0101.xhp\n"
-"hd_id3147434\n"
-"5\n"
+"main0210.xhp\n"
+"hd_id3147394\n"
+"3\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>"
+msgid "<link href=\"text/scalc/01/05070000.xhp\" name=\"Format Page\">Format Page</link>"
+msgstr "<link href=\"text/scalc/01/05070000.xhp\" name=\"გვერდი\">გვერდი</link>"
-#: main0101.xhp
+#: main0210.xhp
msgctxt ""
-"main0101.xhp\n"
-"hd_id3147396\n"
-"11\n"
+"main0210.xhp\n"
+"hd_id3147494\n"
+"3\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>"
+msgid "Margins"
+msgstr "საზღვრები"
-#: main0101.xhp
+#: main0210.xhp
msgctxt ""
-"main0101.xhp\n"
-"hd_id3149400\n"
-"7\n"
+"main0210.xhp\n"
+"par_id460929\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>"
+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 ""
-#: main0101.xhp
+#: main0210.xhp
msgctxt ""
-"main0101.xhp\n"
-"hd_id3155445\n"
-"9\n"
+"main0210.xhp\n"
+"hd_id3245494\n"
+"3\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>"
+msgid "Scaling Factor"
+msgstr ""
-#: main0101.xhp
+#: main0210.xhp
msgctxt ""
-"main0101.xhp\n"
-"hd_id3147339\n"
-"10\n"
+"main0210.xhp\n"
+"par_id460939\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>"
+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 ""
+
+#: main0210.xhp
+msgctxt ""
+"main0210.xhp\n"
+"hd_id3147395\n"
+"3\n"
+"help.text"
+msgid "Close Preview"
+msgstr ""
+
+#: 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 ""
#: main0214.xhp
msgctxt ""
@@ -1641,3 +1384,238 @@ msgctxt ""
"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>"
+
+#: main0218.xhp
+msgctxt ""
+"main0218.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tools Bar"
+msgstr "ხელსაწყოთა ზოლი"
+
+#: 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>"
+
+#: 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>"
+
+#: main0218.xhp
+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>"
+
+#: main0218.xhp
+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>"
+
+#: 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 ""
+
+#: main0218.xhp
+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>"
+
+#: 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>"
+
+#: main0218.xhp
+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
+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>"
+
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"tit\n"
+"help.text"
+msgid "$[officename] Calc Features"
+msgstr "$[officename] Calc-ის შესაძლებლობები"
+
+#: 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>"
+
+#: 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-ის ელექტრონული ცხრილები."
+
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3148797\n"
+"4\n"
+"help.text"
+msgid "Calculations"
+msgstr "გამოთვლები"
+
+#: 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>, რომელშიც შედის სტატისტიკური და საბანკო ფუნქციები, მათი გამოყენება შეგიძლიათ შეასრულოთ თქვენი მონაცემების კომპლექსური გამოთვლები."
+
+#: 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> იმისათვის რომ ის დაგეხმაროთ ფორმულების შექმნაში."
+
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3152596\n"
+"13\n"
+"help.text"
+msgid "What-If Calculations"
+msgstr "რა-თუ გამოთვლები"
+
+#: 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 ""
+
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3148576\n"
+"7\n"
+"help.text"
+msgid "Database Functions"
+msgstr "მოანცემთა ბაზების ფუნქციები"
+
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"par_id3154011\n"
+"8\n"
+"help.text"
+msgid "Use spreadsheets to arrange, store, and filter your data."
+msgstr "გამოიყენეთ ელექტრონული ცხრილები თქვენი მონაცემების მოსაწყობად, შესანახად და გასაფილტრად."
+
+#: 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-ში."
+
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3145800\n"
+"9\n"
+"help.text"
+msgid "Arranging Data"
+msgstr "მონაცემების მოწყობა"
+
+#: 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 "რამდენჯერმე მაუსზე დაწკაპუნებით თქვენ შეგიძლიათ მოაწყოთ ელექტრონული ცხრილები - გამოაჩინოთ ან დამალოთ მონაცემების ზუსტი საზღვრები, ან საგანგებო პირობების მიხედვით საზღვრების ფორმატირება, ან სწრაფად ქვეჯამების და ჯამების გამოთვლა."
+
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3155601\n"
+"16\n"
+"help.text"
+msgid "Dynamic Charts"
+msgstr "დინამიკური დიაგრამები"
+
+#: 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 გაძლევთ საშუალებას წარმოადგინოთ ელექტრონული ცხრილები დინამიკური დიაგრამის სახით, რომელიც განახლდება მონაცემების ყოველი შეცვლისას."
+
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3153707\n"
+"18\n"
+"help.text"
+msgid "Opening and Saving Microsoft Files"
+msgstr "Microsoft-ის ფაილების გახსნა და შენახვა"
+
+#: 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>."
diff --git a/source/ka/helpcontent2/source/text/scalc/00.po b/source/ka/helpcontent2/source/text/scalc/00.po
index dc6560bdb6e..7dc9f41b05f 100644
--- a/source/ka/helpcontent2/source/text/scalc/00.po
+++ b/source/ka/helpcontent2/source/text/scalc/00.po
@@ -3,7 +3,7 @@ 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-12-10 11:44+0100\n"
+"POT-Creation-Date: 2013-05-23 12:06+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"
@@ -15,842 +15,287 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-#: 00000407.xhp
+#: 00000004.xhp
msgctxt ""
-"00000407.xhp\n"
+"00000004.xhp\n"
"tit\n"
"help.text"
-msgid "Window Menu"
-msgstr "სარკმლის მენიუ"
+msgid "To access this function..."
+msgstr "წვდომა ამ ფუნქციასთან..."
-#: 00000407.xhp
+#: 00000004.xhp
msgctxt ""
-"00000407.xhp\n"
-"hd_id3155628\n"
+"00000004.xhp\n"
+"hd_id3155535\n"
"1\n"
"help.text"
-msgid "Window Menu"
-msgstr "სარკმლის მენიუ"
+msgid "<variable id=\"wie\">To access this function... </variable>"
+msgstr "<variable id=\"wie\">ამ ფუნქციასთან დასაკავშირებლად... </variable>"
-#: 00000407.xhp
+#: 00000004.xhp
msgctxt ""
-"00000407.xhp\n"
-"par_id3147335\n"
-"2\n"
+"00000004.xhp\n"
+"par_idN1056E\n"
"help.text"
-msgid "<variable id=\"fete\">Choose <emph>Window - Split</emph></variable>"
-msgstr "<variable id=\"fete\">არჩევა <emph>ფანჯარა - გაყოფა</emph></variable>"
+msgid "<variable id=\"moreontop\">More explanations on top of this page. </variable>"
+msgstr "<variable id=\"moreontop\">მეტი განმარტებისთვის იხილეთ გვერდის დასაწყისი. </variable>"
-#: 00000407.xhp
+#: 00000004.xhp
msgctxt ""
-"00000407.xhp\n"
-"par_id3153663\n"
-"3\n"
+"00000004.xhp\n"
+"par_idN105AF\n"
"help.text"
-msgid "<variable id=\"fefix\">Choose <emph>Window - Freeze</emph></variable>"
-msgstr "<variable id=\"fefix\">არჩევა <emph>ფანჯარა - გაშეშება</emph></variable>"
+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
+#: 00000004.xhp
msgctxt ""
-"00000412.xhp\n"
+"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 ""
+
+#: 00000402.xhp
+msgctxt ""
+"00000402.xhp\n"
"tit\n"
"help.text"
-msgid "Data Menu"
-msgstr "მონაცემთა მენიუ"
+msgid "Edit Menu"
+msgstr "რედაქტირების მენიუ"
-#: 00000412.xhp
+#: 00000402.xhp
msgctxt ""
-"00000412.xhp\n"
-"hd_id3145136\n"
+"00000402.xhp\n"
+"hd_id3147303\n"
"1\n"
"help.text"
-msgid "Data Menu"
-msgstr "მონაცემთა მენიუ"
+msgid "Edit Menu"
+msgstr "რედაქტირების მენიუ"
-#: 00000412.xhp
+#: 00000402.xhp
msgctxt ""
-"00000412.xhp\n"
-"par_id8366954\n"
+"00000402.xhp\n"
+"par_id3155555\n"
+"2\n"
"help.text"
-msgid "<variable id=\"text2columns\">Choose <emph>Data - Text to Columns</emph></variable>"
-msgstr ""
+msgid "<variable id=\"kopffuss\">Choose <emph>Edit - Headers & Footers</emph></variable>"
+msgstr "<variable id=\"kopffuss\">არჩევა <emph> ქვედა და ზედა კოლინტიტულების - რედაქტირება </emph></variable>"
-#: 00000412.xhp
+#: 00000402.xhp
msgctxt ""
-"00000412.xhp\n"
-"par_id3147399\n"
+"00000402.xhp\n"
+"par_id3159233\n"
"3\n"
"help.text"
-msgid "<variable id=\"dbrbf\">Choose <emph>Data - Define Range</emph></variable>"
-msgstr "<variable id=\"dbrbf\">არჩევა <emph>მონაცემები - არიალის განსაზღვრა</emph></variable>"
+msgid "<variable id=\"bkopfzeile\">Choose <emph>Edit - Headers & Footers - Header/Footer</emph> tabs</variable>"
+msgstr "<variable id=\"bkopfzeile\">არჩევა <emph>ქვედა და ზედა კოლინტიტულების - რედაქტირება - ზედა კოლინტიტული/ქვედა კოლინტიტული</emph> tabs</variable>"
-#: 00000412.xhp
+#: 00000402.xhp
msgctxt ""
-"00000412.xhp\n"
-"par_id3145345\n"
+"00000402.xhp\n"
+"par_id3150443\n"
"4\n"
"help.text"
-msgid "<variable id=\"dbrba\">Choose <emph>Data - Select Range</emph></variable>"
-msgstr "<variable id=\"dbrba\">არჩევა <emph>მონაცემები - არიალის მონიშვნა</emph></variable>"
+msgid "<variable id=\"bausfullen\">Choose <emph>Edit - Fill</emph></variable>"
+msgstr "<variable id=\"bausfullen\">არჩევა <emph>რედაქტირება - შევსება</emph></variable>"
-#: 00000412.xhp
+#: 00000402.xhp
msgctxt ""
-"00000412.xhp\n"
-"par_id3150443\n"
+"00000402.xhp\n"
+"par_id3143267\n"
"5\n"
"help.text"
-msgid "<variable id=\"dnsrt\">Choose <emph>Data - Sort</emph></variable>"
-msgstr "<variable id=\"dnsrt\">არჩევა <emph>მონაცემები - დახარისხება</emph></variable>"
+msgid "<variable id=\"bausunten\">Choose <emph>Edit - Fill - Down</emph></variable>"
+msgstr "<variable id=\"bausunten\">არჩევა <emph>რედაქტირება - შევსება - ქვევით</emph></variable>"
-#: 00000412.xhp
+#: 00000402.xhp
msgctxt ""
-"00000412.xhp\n"
-"par_id3148491\n"
+"00000402.xhp\n"
+"par_id3153880\n"
"6\n"
"help.text"
-msgid "Choose <emph>Data - Sort - Sort Criteria</emph> tab"
-msgstr "არჩევა <emph>მონაცემები -დახარისხება - კრიტერიუმებით დახარისხება</emph> ჩანართი"
+msgid "<variable id=\"bausrechts\">Choose <emph>Edit - Fill - Right</emph></variable>"
+msgstr "<variable id=\"bausrechts\">არჩევა <emph>რედაქტირება - შევსება - მარჯვნივ</emph></variable>"
-#: 00000412.xhp
+#: 00000402.xhp
msgctxt ""
-"00000412.xhp\n"
-"par_id3154516\n"
+"00000402.xhp\n"
+"par_id3151245\n"
"7\n"
"help.text"
-msgid "On Standard bar, click"
-msgstr "დააწკაპუნეთ სტანდარტულ ზოლზე"
-
-#: 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>"
+msgid "<variable id=\"bausoben\">Choose <emph>Edit - Fill - Up</emph></variable>"
+msgstr "<variable id=\"bausoben\">არჩევა<emph>რედაქტირება - შევსება - ზევით</emph></variable>"
-#: 00000412.xhp
+#: 00000402.xhp
msgctxt ""
-"00000412.xhp\n"
-"par_id3150767\n"
+"00000402.xhp\n"
+"par_id3145068\n"
"8\n"
"help.text"
-msgid "Sort Ascending"
-msgstr "ზრდადობით დახარისხება"
-
-#: 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>"
+msgid "<variable id=\"bauslinks\">Choose <emph>Edit - Fill - Left</emph></variable>"
+msgstr "<variable id=\"bauslinks\">არჩევა <emph>რედაქტირება - შევსება - მარცხნივ</emph></variable>"
-#: 00000412.xhp
+#: 00000402.xhp
msgctxt ""
-"00000412.xhp\n"
-"par_id3145364\n"
+"00000402.xhp\n"
+"par_id3150400\n"
"9\n"
"help.text"
-msgid "Sort Descending"
-msgstr "კლებადობით დახარისხება"
+msgid "<variable id=\"baustab\">Choose <emph>Edit - Fill - Sheet</emph></variable>"
+msgstr "<variable id=\"baustab\">არჩევა <emph>რედაქტირება - შევსება - ფურცელი</emph></variable>"
-#: 00000412.xhp
-#, fuzzy
+#: 00000402.xhp
msgctxt ""
-"00000412.xhp\n"
-"par_id3146984\n"
+"00000402.xhp\n"
+"par_id3154910\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>"
+msgid "<variable id=\"bausreihe\">Choose <emph>Edit - Fill - Series</emph></variable>"
+msgstr "<variable id=\"bausreihe\">არჩევა <emph>რედაქტირება - შევსება - სერიები</emph></variable>"
-#: 00000412.xhp
+#: 00000402.xhp
msgctxt ""
-"00000412.xhp\n"
-"par_id3155308\n"
+"00000402.xhp\n"
+"par_id3154123\n"
"11\n"
"help.text"
-msgid "<variable id=\"dnftr\">Choose <emph>Data - Filter</emph></variable>"
-msgstr "<variable id=\"dnftr\">არჩევა <emph>მონაცემები - ფილტრი</emph></variable>"
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3148646\n"
-"12\n"
-"help.text"
-msgid "Choose <emph>Data - Filter - AutoFilter</emph>"
-msgstr "არჩევა <emph>მონაცემები - ფილტრი - ავტოფილტრი</emph>"
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3151113\n"
-"13\n"
-"help.text"
-msgid "On Tools bar or Table Data bar, click"
-msgstr "დააწკაპუნეთ ხელსაწყოთა ან ცხრილის მონაცემთა ხაზზე"
-
-#: 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>"
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3149401\n"
-"14\n"
-"help.text"
-msgid "AutoFilter"
-msgstr "ავტოფილტრი"
-
-#: 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>"
-
-#: 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"
-
-#: 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> ღილაკი"
+msgid "Choose <emph>Edit - Delete Contents</emph>"
+msgstr "არჩევა<emph>რედაქტირება - შიგთავსის წაშლა</emph>"
-#: 00000412.xhp
+#: 00000402.xhp
msgctxt ""
-"00000412.xhp\n"
-"par_id3156382\n"
+"00000402.xhp\n"
+"par_id3145785\n"
"20\n"
"help.text"
-msgid "Choose <emph>Data - Filter - Remove Filter</emph>"
-msgstr "არჩევა <emph>მონაცემები - ფილტრი - ფილტრის წაშლა</emph>"
-
-#: 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>"
-
-#: 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>"
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3149207\n"
-"49\n"
-"help.text"
-msgid "Remove Filter/Sort"
-msgstr "ფილტრის/დახარისხების წაშლა"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3144507\n"
-"51\n"
-"help.text"
-msgid "F12"
-msgstr "F12"
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3144772\n"
-"35\n"
-"help.text"
-msgid "On <emph>Tools</emph> bar, click"
-msgstr "ხაზზე<emph>ხელსაწყოები</emph>"
-
-#: 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>"
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3150214\n"
-"36\n"
-"help.text"
-msgid "Group"
-msgstr "ჯგუფი"
-
-#: 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>"
-
-#: 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"
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3155097\n"
-"38\n"
-"help.text"
-msgid "On <emph>Tools</emph> bar, click"
-msgstr "<emph>ხელსაწყოები</emph>"
-
-#: 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>"
-
-#: 00000412.xhp
-msgctxt ""
-"00000412.xhp\n"
-"par_id3153555\n"
-"39\n"
-"help.text"
-msgid "Ungroup"
-msgstr "განჯგუფება"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
+msgid "Backspace"
+msgstr ""
-#: 00000412.xhp
-#, fuzzy
+#: 00000402.xhp
msgctxt ""
-"00000412.xhp\n"
-"par_id3154625\n"
-"43\n"
+"00000402.xhp\n"
+"par_id3150011\n"
+"12\n"
"help.text"
-msgid "<variable id=\"dndpa\">Choose <emph>Data - Pivot Table - Create</emph></variable>"
-msgstr "<variable id=\"dndpa\">არჩევა <emph>მონაცემები - DataPilot - დაწყება</emph></variable>"
+msgid "<variable id=\"bzelo\">Choose <emph>Edit - Delete Cells</emph></variable>"
+msgstr "<variable id=\"bzelo\">არჩევა <emph>რედაქტირება - უჯრების წაშლა</emph></variable>"
-#: 00000412.xhp
-#, fuzzy
+#: 00000402.xhp
msgctxt ""
-"00000412.xhp\n"
-"par_id3147558\n"
-"53\n"
+"00000402.xhp\n"
+"par_id3153951\n"
+"13\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>"
+msgid "Choose <emph>Edit – Sheet - Delete</emph>"
+msgstr "არჩევა <emph>რედაქტირება /– ფურცელი - წაშლა</emph>"
-#: 00000412.xhp
-#, fuzzy
+#: 00000402.xhp
msgctxt ""
-"00000412.xhp\n"
-"par_id3153297\n"
-"50\n"
+"00000402.xhp\n"
+"par_id3155306\n"
+"18\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>."
+msgid "Open context menu for a sheet tab"
+msgstr "ელ-ცხრილის დაფისთვის კონტექსტის მენიუს გახსნა"
-#: 00000412.xhp
-#, fuzzy
+#: 00000402.xhp
msgctxt ""
-"00000412.xhp\n"
-"par_id3145118\n"
-"54\n"
+"00000402.xhp\n"
+"par_id3146119\n"
+"14\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> დიალოგი."
+msgid "Choose <emph>Edit – Sheets – Move/Copy</emph>"
+msgstr "არჩევა <emph>რედაქტირება – ფურცლები – გადატანა/კოპირება</emph>"
-#: 00000412.xhp
-#, fuzzy
+#: 00000402.xhp
msgctxt ""
-"00000412.xhp\n"
-"par_id3153294\n"
-"44\n"
+"00000402.xhp\n"
+"par_id3148645\n"
+"19\n"
"help.text"
-msgid "<variable id=\"dndpak\">Choose <emph>Data - Pivot Table - Refresh</emph></variable>"
-msgstr "<variable id=\"dndpak\">არჩევა <emph>მონაცემები - DataPilot - განახლება</emph></variable>"
+msgid "Open context menu for a sheet tab"
+msgstr "ელ-ცხრილის დაფისთვის კონტექსტის მენიუს გახსნა"
-#: 00000412.xhp
-#, fuzzy
+#: 00000402.xhp
msgctxt ""
-"00000412.xhp\n"
-"par_id3151344\n"
-"45\n"
+"00000402.xhp\n"
+"par_id3153093\n"
+"15\n"
"help.text"
-msgid "<variable id=\"dndploe\">Choose <emph>Data - Pivot Table - Delete</emph></variable>"
-msgstr "<variable id=\"dndploe\">არჩევა <emph>მონაცემები - DataPilot - წაშლა</emph></variable>"
+msgid "<variable id=\"bmaumloe\">Choose <emph>Edit - Delete Manual Break</emph></variable>"
+msgstr "<variable id=\"bmaumloe\">აირჩიეთ<emph>რედაქტირება -ხელოვნური წყვეტის წაშლა</emph></variable>"
-#: 00000412.xhp
+#: 00000402.xhp
msgctxt ""
-"00000412.xhp\n"
-"par_id3150397\n"
-"46\n"
+"00000402.xhp\n"
+"par_id3153191\n"
+"16\n"
"help.text"
-msgid "<variable id=\"dndakt\">Choose <emph>Data - Refresh Range</emph></variable>"
-msgstr "<variable id=\"dndakt\">არჩევა <emph>მონაცემები - განახლების არეალი</emph></variable>"
+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
+#: 00000402.xhp
msgctxt ""
-"00000412.xhp\n"
-"par_idN10B8F\n"
+"00000402.xhp\n"
+"par_id3145645\n"
+"17\n"
"help.text"
-msgid "<variable id=\"grouping\">Choose <emph>Data - Group and Outline - Group</emph></variable>"
-msgstr "<variable id=\"grouping\">არჩევა <emph>მონაცემები - მონახაზი - ჯგუფი</emph></variable>"
+msgid "<variable id=\"bspaum\">Choose <emph>Edit - Delete Manual Break - Column Break</emph></variable>"
+msgstr "<variable id=\"bspaum\">არჩევა <emph>რედაქტირება - წაშალე ხელით გამყოფი - სვეტი გამყოფი</emph></variable>"
-#: 00000405.xhp
+#: 00000403.xhp
msgctxt ""
-"00000405.xhp\n"
+"00000403.xhp\n"
"tit\n"
"help.text"
-msgid "Format Menu"
-msgstr "ფორმატის მენიუ"
+msgid "View Menu"
+msgstr "ხედის მენიუ"
-#: 00000405.xhp
+#: 00000403.xhp
msgctxt ""
-"00000405.xhp\n"
-"hd_id3150769\n"
+"00000403.xhp\n"
+"hd_id3145673\n"
"1\n"
"help.text"
-msgid "Format Menu"
-msgstr "ფორმატის მენიუ"
+msgid "View Menu"
+msgstr "ხედის მენიუ"
-#: 00000405.xhp
+#: 00000403.xhp
msgctxt ""
-"00000405.xhp\n"
-"par_id3154685\n"
+"00000403.xhp\n"
+"par_id3150275\n"
"2\n"
"help.text"
-msgid "<variable id=\"fozelle\">Choose <emph>Format - Cells</emph></variable>"
-msgstr "<variable id=\"fozelle\">არჩევა<emph>ფორმატი - უჯრები</emph></variable>"
+msgid "<variable id=\"aspze\">Choose <emph>View - Column & Row Headers</emph></variable>"
+msgstr "<variable id=\"aspze\">არჩევა <emph>ჩვენება - სვეტი & მწკივის თავი</emph></variable>"
-#: 00000405.xhp
+#: 00000403.xhp
msgctxt ""
-"00000405.xhp\n"
-"par_id3153194\n"
+"00000403.xhp\n"
+"par_id3154514\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>"
+msgid "<variable id=\"awehe\">Choose <emph>View - Value Highlighting</emph></variable>"
+msgstr "<variable id=\"awehe\">არჩევა <emph>ჩვენება - მნიშვნელობის მონიშვნა</emph></variable>"
-#: 00000405.xhp
+#: 00000403.xhp
msgctxt ""
-"00000405.xhp\n"
-"par_id3155854\n"
+"00000403.xhp\n"
+"par_id3148947\n"
"4\n"
"help.text"
-msgid "<variable id=\"fozei\">Choose <emph>Format - Row</emph></variable>"
-msgstr "<variable id=\"fozei\">არჩევა<emph>ფორმატი - სტრიქონი</emph></variable>"
+msgid "<variable id=\"rechenleiste\">Choose <emph>View - Toolbars - Formula Bar</emph></variable>"
+msgstr "<variable id=\"rechenleiste\">არჩევა <emph>ჩვენება - ხელსაწყოთა ზოლი - ფორმულის ზოლი </emph></variable>"
-#: 00000405.xhp
+#: 00000403.xhp
msgctxt ""
-"00000405.xhp\n"
-"par_id3150012\n"
+"00000403.xhp\n"
+"par_id3148663\n"
"5\n"
"help.text"
-msgid "<variable id=\"fozeiophoe\">Choose <emph>Format - Row - Optimal Height</emph></variable>"
-msgstr "<variable id=\"fozeiophoe\">არჩევა<emph>ფორმატი - სტრიქონი - ოპტიმალური სიმაღლე</emph></variable>"
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3148645\n"
-"6\n"
-"help.text"
-msgid "Choose <emph>Format - Row - Hide</emph>"
-msgstr "არჩევა <emph>ფორმატი - სტრიქონი - დამალვა</emph>"
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3153728\n"
-"7\n"
-"help.text"
-msgid "Choose <emph>Format - Column - Hide</emph>"
-msgstr "არჩევა<emph>ფორმატი - სვეტი - დამალვა</emph>"
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3151114\n"
-"8\n"
-"help.text"
-msgid "Choose <emph>Format - Sheet - Hide</emph>"
-msgstr "არჩევა <emph>ფორმატი - ფურცელი - დამალვა</emph>"
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3148576\n"
-"9\n"
-"help.text"
-msgid "Choose <emph>Format - Row - Show</emph>"
-msgstr "არჩევა <emph>ფორმატი - სტრიქონი - ჩვენება</emph>"
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3156286\n"
-"10\n"
-"help.text"
-msgid "Choose <emph>Format - Column - Show</emph>"
-msgstr "არჩევა <emph>ფორმატი - სვეტი - ჩვენება</emph>"
-
-#: 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>"
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3145252\n"
-"12\n"
-"help.text"
-msgid "Choose <emph>Format - Column - Optimal Width</emph>"
-msgstr "არჩევა <emph>ფორმატი - სვეტი - ოპტიმალური სიგანე</emph>"
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3146971\n"
-"36\n"
-"help.text"
-msgid "Double-click right column separator in column headers"
-msgstr "სვეტის სათაურზე მარჯვენა სვეტის გამყოფზე ორჯერ დაწკაპუნება"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3153916\n"
-"31\n"
-"help.text"
-msgid "Choose <emph>Format - AutoFormat</emph>"
-msgstr "არჩევა <emph>ფორმატი - ავტო-ფორმატი</emph>"
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3154532\n"
-"32\n"
-"help.text"
-msgid "On the Tools bar, click"
-msgstr "ხელსაწყოთა ზოლზე, დააწკაპუნეთ"
-
-#: 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>"
-
-#: 00000405.xhp
-msgctxt ""
-"00000405.xhp\n"
-"par_id3154060\n"
-"33\n"
-"help.text"
-msgid "AutoFormat"
-msgstr "ავტოფორმატი"
-
-#: 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>"
+msgid "<variable id=\"seumvo\">Choose <emph>View - Page Break Preview</emph></variable>"
+msgstr "<variable id=\"seumvo\">არჩევა <emph>ჩვენება - გვერდის გამყოფის დათვალიერება</emph></variable>"
#: 00000404.xhp
msgctxt ""
@@ -915,7 +360,6 @@ msgid "Open <emph>Insert Cells</emph> toolbar from Tools bar:"
msgstr "გახსენით <emph>უჯრების ჩასმის</emph>ხაზი ხელსაწყოთა ხაზიდან:"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3149656\n"
@@ -1259,58 +703,263 @@ msgctxt ""
msgid "<variable id=\"einabesch\">Choose <emph>Insert - Names - Labels</emph></variable>"
msgstr "<variable id=\"einabesch\">არჩევა<emph>ჩასმა - სახელები - სათაურები</emph></variable>"
-#: 00000403.xhp
+#: 00000405.xhp
msgctxt ""
-"00000403.xhp\n"
+"00000405.xhp\n"
"tit\n"
"help.text"
-msgid "View Menu"
-msgstr "ხედის მენიუ"
+msgid "Format Menu"
+msgstr "ფორმატის მენიუ"
-#: 00000403.xhp
+#: 00000405.xhp
msgctxt ""
-"00000403.xhp\n"
-"hd_id3145673\n"
+"00000405.xhp\n"
+"hd_id3150769\n"
"1\n"
"help.text"
-msgid "View Menu"
-msgstr "ხედის მენიუ"
+msgid "Format Menu"
+msgstr "ფორმატის მენიუ"
-#: 00000403.xhp
+#: 00000405.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3150275\n"
+"00000405.xhp\n"
+"par_id3154685\n"
"2\n"
"help.text"
-msgid "<variable id=\"aspze\">Choose <emph>View - Column & Row Headers</emph></variable>"
-msgstr "<variable id=\"aspze\">არჩევა <emph>ჩვენება - სვეტი & მწკივის თავი</emph></variable>"
+msgid "<variable id=\"fozelle\">Choose <emph>Format - Cells</emph></variable>"
+msgstr "<variable id=\"fozelle\">არჩევა<emph>ფორმატი - უჯრები</emph></variable>"
-#: 00000403.xhp
+#: 00000405.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3154514\n"
+"00000405.xhp\n"
+"par_id3153194\n"
"3\n"
"help.text"
-msgid "<variable id=\"awehe\">Choose <emph>View - Value Highlighting</emph></variable>"
-msgstr "<variable id=\"awehe\">არჩევა <emph>ჩვენება - მნიშვნელობის მონიშვნა</emph></variable>"
+msgid "<variable id=\"fozelstz\">Choose <emph>Format - Cells - Cell Protection</emph> tab </variable>"
+msgstr "<variable id=\"fozelstz\">არჩევა<emph>ფორმატი - უჯრები - უჯრების დაცვა</emph> tab </variable>"
-#: 00000403.xhp
+#: 00000405.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3148947\n"
+"00000405.xhp\n"
+"par_id3155854\n"
"4\n"
"help.text"
-msgid "<variable id=\"rechenleiste\">Choose <emph>View - Toolbars - Formula Bar</emph></variable>"
-msgstr "<variable id=\"rechenleiste\">არჩევა <emph>ჩვენება - ხელსაწყოთა ზოლი - ფორმულის ზოლი </emph></variable>"
+msgid "<variable id=\"fozei\">Choose <emph>Format - Row</emph></variable>"
+msgstr "<variable id=\"fozei\">არჩევა<emph>ფორმატი - სტრიქონი</emph></variable>"
-#: 00000403.xhp
+#: 00000405.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3148663\n"
+"00000405.xhp\n"
+"par_id3150012\n"
"5\n"
"help.text"
-msgid "<variable id=\"seumvo\">Choose <emph>View - Page Break Preview</emph></variable>"
-msgstr "<variable id=\"seumvo\">არჩევა <emph>ჩვენება - გვერდის გამყოფის დათვალიერება</emph></variable>"
+msgid "<variable id=\"fozeiophoe\">Choose <emph>Format - Row - Optimal Height</emph></variable>"
+msgstr "<variable id=\"fozeiophoe\">არჩევა<emph>ფორმატი - სტრიქონი - ოპტიმალური სიმაღლე</emph></variable>"
+
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3148645\n"
+"6\n"
+"help.text"
+msgid "Choose <emph>Format - Row - Hide</emph>"
+msgstr "არჩევა <emph>ფორმატი - სტრიქონი - დამალვა</emph>"
+
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3153728\n"
+"7\n"
+"help.text"
+msgid "Choose <emph>Format - Column - Hide</emph>"
+msgstr "არჩევა<emph>ფორმატი - სვეტი - დამალვა</emph>"
+
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3151114\n"
+"8\n"
+"help.text"
+msgid "Choose <emph>Format - Sheet - Hide</emph>"
+msgstr "არჩევა <emph>ფორმატი - ფურცელი - დამალვა</emph>"
+
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3148576\n"
+"9\n"
+"help.text"
+msgid "Choose <emph>Format - Row - Show</emph>"
+msgstr "არჩევა <emph>ფორმატი - სტრიქონი - ჩვენება</emph>"
+
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3156286\n"
+"10\n"
+"help.text"
+msgid "Choose <emph>Format - Column - Show</emph>"
+msgstr "არჩევა <emph>ფორმატი - სვეტი - ჩვენება</emph>"
+
+#: 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>"
+
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3145252\n"
+"12\n"
+"help.text"
+msgid "Choose <emph>Format - Column - Optimal Width</emph>"
+msgstr "არჩევა <emph>ფორმატი - სვეტი - ოპტიმალური სიგანე</emph>"
+
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3146971\n"
+"36\n"
+"help.text"
+msgid "Double-click right column separator in column headers"
+msgstr "სვეტის სათაურზე მარჯვენა სვეტის გამყოფზე ორჯერ დაწკაპუნება"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3153916\n"
+"31\n"
+"help.text"
+msgid "Choose <emph>Format - AutoFormat</emph>"
+msgstr "არჩევა <emph>ფორმატი - ავტო-ფორმატი</emph>"
+
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3154532\n"
+"32\n"
+"help.text"
+msgid "On the Tools bar, click"
+msgstr "ხელსაწყოთა ზოლზე, დააწკაპუნეთ"
+
+#: 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>"
+
+#: 00000405.xhp
+msgctxt ""
+"00000405.xhp\n"
+"par_id3154060\n"
+"33\n"
+"help.text"
+msgid "AutoFormat"
+msgstr "ავტოფორმატი"
+
+#: 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>"
#: 00000406.xhp
msgctxt ""
@@ -1561,231 +1210,567 @@ msgctxt ""
msgid "<variable id=\"autoeingabe\">Choose <emph>Tools - Cell Contents - AutoInput</emph></variable>"
msgstr "<variable id=\"autoeingabe\">არჩევა <emph>ხელსაწყოები - უჯრების შიგთავსი - ავტოშეტანა</emph></variable>"
-#: 00000004.xhp
+#: 00000407.xhp
msgctxt ""
-"00000004.xhp\n"
+"00000407.xhp\n"
"tit\n"
"help.text"
-msgid "To access this function..."
-msgstr "წვდომა ამ ფუნქციასთან..."
+msgid "Window Menu"
+msgstr "სარკმლის მენიუ"
-#: 00000004.xhp
+#: 00000407.xhp
msgctxt ""
-"00000004.xhp\n"
-"hd_id3155535\n"
+"00000407.xhp\n"
+"hd_id3155628\n"
"1\n"
"help.text"
-msgid "<variable id=\"wie\">To access this function... </variable>"
-msgstr "<variable id=\"wie\">ამ ფუნქციასთან დასაკავშირებლად... </variable>"
-
-#: 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>"
+msgid "Window Menu"
+msgstr "სარკმლის მენიუ"
-#: 00000004.xhp
+#: 00000407.xhp
msgctxt ""
-"00000004.xhp\n"
-"par_idN105AF\n"
+"00000407.xhp\n"
+"par_id3147335\n"
+"2\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 ""
+msgid "<variable id=\"fete\">Choose <emph>Window - Split</emph></variable>"
+msgstr "<variable id=\"fete\">არჩევა <emph>ფანჯარა - გაყოფა</emph></variable>"
-#: 00000004.xhp
+#: 00000407.xhp
msgctxt ""
-"00000004.xhp\n"
-"par_id9751884\n"
+"00000407.xhp\n"
+"par_id3153663\n"
+"3\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 ""
+msgid "<variable id=\"fefix\">Choose <emph>Window - Freeze</emph></variable>"
+msgstr "<variable id=\"fefix\">არჩევა <emph>ფანჯარა - გაშეშება</emph></variable>"
-#: 00000402.xhp
+#: 00000412.xhp
msgctxt ""
-"00000402.xhp\n"
+"00000412.xhp\n"
"tit\n"
"help.text"
-msgid "Edit Menu"
-msgstr "რედაქტირების მენიუ"
+msgid "Data Menu"
+msgstr "მონაცემთა მენიუ"
-#: 00000402.xhp
+#: 00000412.xhp
msgctxt ""
-"00000402.xhp\n"
-"hd_id3147303\n"
+"00000412.xhp\n"
+"hd_id3145136\n"
"1\n"
"help.text"
-msgid "Edit Menu"
-msgstr "რედაქტირების მენიუ"
+msgid "Data Menu"
+msgstr "მონაცემთა მენიუ"
-#: 00000402.xhp
+#: 00000412.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3155555\n"
-"2\n"
+"00000412.xhp\n"
+"par_id8366954\n"
"help.text"
-msgid "<variable id=\"kopffuss\">Choose <emph>Edit - Headers & Footers</emph></variable>"
-msgstr "<variable id=\"kopffuss\">არჩევა <emph> ქვედა და ზედა კოლინტიტულების - რედაქტირება </emph></variable>"
+msgid "<variable id=\"text2columns\">Choose <emph>Data - Text to Columns</emph></variable>"
+msgstr ""
-#: 00000402.xhp
+#: 00000412.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3159233\n"
+"00000412.xhp\n"
+"par_id3147399\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>"
+msgid "<variable id=\"dbrbf\">Choose <emph>Data - Define Range</emph></variable>"
+msgstr "<variable id=\"dbrbf\">არჩევა <emph>მონაცემები - არიალის განსაზღვრა</emph></variable>"
-#: 00000402.xhp
+#: 00000412.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3150443\n"
+"00000412.xhp\n"
+"par_id3145345\n"
"4\n"
"help.text"
-msgid "<variable id=\"bausfullen\">Choose <emph>Edit - Fill</emph></variable>"
-msgstr "<variable id=\"bausfullen\">არჩევა <emph>რედაქტირება - შევსება</emph></variable>"
+msgid "<variable id=\"dbrba\">Choose <emph>Data - Select Range</emph></variable>"
+msgstr "<variable id=\"dbrba\">არჩევა <emph>მონაცემები - არიალის მონიშვნა</emph></variable>"
-#: 00000402.xhp
+#: 00000412.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3143267\n"
+"00000412.xhp\n"
+"par_id3150443\n"
"5\n"
"help.text"
-msgid "<variable id=\"bausunten\">Choose <emph>Edit - Fill - Down</emph></variable>"
-msgstr "<variable id=\"bausunten\">არჩევა <emph>რედაქტირება - შევსება - ქვევით</emph></variable>"
+msgid "<variable id=\"dnsrt\">Choose <emph>Data - Sort</emph></variable>"
+msgstr "<variable id=\"dnsrt\">არჩევა <emph>მონაცემები - დახარისხება</emph></variable>"
-#: 00000402.xhp
+#: 00000412.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3153880\n"
+"00000412.xhp\n"
+"par_id3148491\n"
"6\n"
"help.text"
-msgid "<variable id=\"bausrechts\">Choose <emph>Edit - Fill - Right</emph></variable>"
-msgstr "<variable id=\"bausrechts\">არჩევა <emph>რედაქტირება - შევსება - მარჯვნივ</emph></variable>"
+msgid "Choose <emph>Data - Sort - Sort Criteria</emph> tab"
+msgstr "არჩევა <emph>მონაცემები -დახარისხება - კრიტერიუმებით დახარისხება</emph> ჩანართი"
-#: 00000402.xhp
+#: 00000412.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3151245\n"
+"00000412.xhp\n"
+"par_id3154516\n"
"7\n"
"help.text"
-msgid "<variable id=\"bausoben\">Choose <emph>Edit - Fill - Up</emph></variable>"
-msgstr "<variable id=\"bausoben\">არჩევა<emph>რედაქტირება - შევსება - ზევით</emph></variable>"
+msgid "On Standard bar, click"
+msgstr "დააწკაპუნეთ სტანდარტულ ზოლზე"
-#: 00000402.xhp
+#: 00000412.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3145068\n"
+"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>"
+
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3150767\n"
"8\n"
"help.text"
-msgid "<variable id=\"bauslinks\">Choose <emph>Edit - Fill - Left</emph></variable>"
-msgstr "<variable id=\"bauslinks\">არჩევა <emph>რედაქტირება - შევსება - მარცხნივ</emph></variable>"
+msgid "Sort Ascending"
+msgstr "ზრდადობით დახარისხება"
-#: 00000402.xhp
+#: 00000412.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3150400\n"
-"9\n"
+"00000412.xhp\n"
+"par_id3153969\n"
"help.text"
-msgid "<variable id=\"baustab\">Choose <emph>Edit - Fill - Sheet</emph></variable>"
-msgstr "<variable id=\"baustab\">არჩევა <emph>რედაქტირება - შევსება - ფურცელი</emph></variable>"
+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
+#: 00000412.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3154910\n"
-"10\n"
+"00000412.xhp\n"
+"par_id3145364\n"
+"9\n"
"help.text"
-msgid "<variable id=\"bausreihe\">Choose <emph>Edit - Fill - Series</emph></variable>"
-msgstr "<variable id=\"bausreihe\">არჩევა <emph>რედაქტირება - შევსება - სერიები</emph></variable>"
+msgid "Sort Descending"
+msgstr "კლებადობით დახარისხება"
-#: 00000402.xhp
+#: 00000412.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3154123\n"
-"11\n"
+"00000412.xhp\n"
+"par_id3146984\n"
+"10\n"
"help.text"
-msgid "Choose <emph>Edit - Delete Contents</emph>"
-msgstr "არჩევა<emph>რედაქტირება - შიგთავსის წაშლა</emph>"
+msgid "<variable id=\"dnstot\">Choose <emph>Data - Sort - Options</emph> tab</variable>"
+msgstr "<variable id=\"dnstot\">არჩევა <emph>მონაცემები - დახარისხება - პარამეტრები</emph> tab </variable>"
-#: 00000402.xhp
+#: 00000412.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3145785\n"
-"20\n"
+"00000412.xhp\n"
+"par_id3155308\n"
+"11\n"
"help.text"
-msgid "Backspace"
-msgstr ""
+msgid "<variable id=\"dnftr\">Choose <emph>Data - Filter</emph></variable>"
+msgstr "<variable id=\"dnftr\">არჩევა <emph>მონაცემები - ფილტრი</emph></variable>"
-#: 00000402.xhp
+#: 00000412.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3150011\n"
+"00000412.xhp\n"
+"par_id3148646\n"
"12\n"
"help.text"
-msgid "<variable id=\"bzelo\">Choose <emph>Edit - Delete Cells</emph></variable>"
-msgstr "<variable id=\"bzelo\">არჩევა <emph>რედაქტირება - უჯრების წაშლა</emph></variable>"
+msgid "Choose <emph>Data - Filter - AutoFilter</emph>"
+msgstr "არჩევა <emph>მონაცემები - ფილტრი - ავტოფილტრი</emph>"
-#: 00000402.xhp
+#: 00000412.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3153951\n"
+"00000412.xhp\n"
+"par_id3151113\n"
"13\n"
"help.text"
-msgid "Choose <emph>Edit – Sheet - Delete</emph>"
-msgstr "არჩევა <emph>რედაქტირება /– ფურცელი - წაშლა</emph>"
+msgid "On Tools bar or Table Data bar, click"
+msgstr "დააწკაპუნეთ ხელსაწყოთა ან ცხრილის მონაცემთა ხაზზე"
-#: 00000402.xhp
+#: 00000412.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3155306\n"
-"18\n"
+"00000412.xhp\n"
+"par_id3145799\n"
"help.text"
-msgid "Open context menu for a sheet tab"
-msgstr "ელ-ცხრილის დაფისთვის კონტექსტის მენიუს გახსნა"
+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
+#: 00000412.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3146119\n"
+"00000412.xhp\n"
+"par_id3149401\n"
"14\n"
"help.text"
-msgid "Choose <emph>Edit – Sheets – Move/Copy</emph>"
-msgstr "არჩევა <emph>რედაქტირება – ფურცლები – გადატანა/კოპირება</emph>"
+msgid "AutoFilter"
+msgstr "ავტოფილტრი"
-#: 00000402.xhp
+#: 00000412.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3148645\n"
+"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>"
+
+#: 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"
+
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3155444\n"
"19\n"
"help.text"
-msgid "Open context menu for a sheet tab"
-msgstr "ელ-ცხრილის დაფისთვის კონტექსტის მენიუს გახსნა"
+msgid "Choose <emph>Data - Filter - Advanced Filter - More>></emph> button"
+msgstr "არჩევა <emph>მონაცემები - ფილტრი - გაფართოებული ფილტრი - დამატებით>></emph> ღილაკი"
-#: 00000402.xhp
+#: 00000412.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3153093\n"
-"15\n"
+"00000412.xhp\n"
+"par_id3156382\n"
+"20\n"
"help.text"
-msgid "<variable id=\"bmaumloe\">Choose <emph>Edit - Delete Manual Break</emph></variable>"
-msgstr "<variable id=\"bmaumloe\">აირჩიეთ<emph>რედაქტირება -ხელოვნური წყვეტის წაშლა</emph></variable>"
+msgid "Choose <emph>Data - Filter - Remove Filter</emph>"
+msgstr "არჩევა <emph>მონაცემები - ფილტრი - ფილტრის წაშლა</emph>"
-#: 00000402.xhp
+#: 00000412.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3153191\n"
-"16\n"
+"00000412.xhp\n"
+"par_id3155961\n"
+"48\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>"
+msgid "On Table Data bar, click <emph>Remove Filter/Sort</emph>"
+msgstr "დააწკაპუნეთ ცხრილის მონაცემთა ხაზზე <emph>ფილტრის/დახარისხების წაშლა</emph>"
-#: 00000402.xhp
+#: 00000412.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3145645\n"
-"17\n"
+"00000412.xhp\n"
+"par_id3148485\n"
"help.text"
-msgid "<variable id=\"bspaum\">Choose <emph>Edit - Delete Manual Break - Column Break</emph></variable>"
-msgstr "<variable id=\"bspaum\">არჩევა <emph>რედაქტირება - წაშალე ხელით გამყოფი - სვეტი გამყოფი</emph></variable>"
+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
+msgctxt ""
+"00000412.xhp\n"
+"par_id3149207\n"
+"49\n"
+"help.text"
+msgid "Remove Filter/Sort"
+msgstr "ფილტრის/დახარისხების წაშლა"
+
+#: 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>"
+
+#: 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>"
+
+#: 00000412.xhp
+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>"
+
+#: 00000412.xhp
+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>"
+
+#: 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>"
+
+#: 00000412.xhp
+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>"
+
+#: 00000412.xhp
+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>"
+
+#: 00000412.xhp
+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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3144507\n"
+"51\n"
+"help.text"
+msgid "F12"
+msgstr "F12"
+
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3144772\n"
+"35\n"
+"help.text"
+msgid "On <emph>Tools</emph> bar, click"
+msgstr "ხაზზე<emph>ხელსაწყოები</emph>"
+
+#: 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>"
+
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3150214\n"
+"36\n"
+"help.text"
+msgid "Group"
+msgstr "ჯგუფი"
+
+#: 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>"
+
+#: 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"
+
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3155097\n"
+"38\n"
+"help.text"
+msgid "On <emph>Tools</emph> bar, click"
+msgstr "ხაზზე<emph>ხელსაწყოები</emph>"
+
+#: 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>"
+
+#: 00000412.xhp
+msgctxt ""
+"00000412.xhp\n"
+"par_id3153555\n"
+"39\n"
+"help.text"
+msgid "Ungroup"
+msgstr "განჯგუფება"
+
+#: 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>"
+
+#: 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>"
+
+#: 00000412.xhp
+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>"
+
+#: 00000412.xhp
+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>"
+
+#: 00000412.xhp
+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>"
+
+#: 00000412.xhp
+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>"
+
+#: 00000412.xhp
+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>."
+
+#: 00000412.xhp
+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> დიალოგი."
+
+#: 00000412.xhp
+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>"
+
+#: 00000412.xhp
+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>"
+
+#: 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>"
+
+#: 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>"
diff --git a/source/ka/helpcontent2/source/text/scalc/01.po b/source/ka/helpcontent2/source/text/scalc/01.po
index 0c7b143272f..18855774f9b 100644
--- a/source/ka/helpcontent2/source/text/scalc/01.po
+++ b/source/ka/helpcontent2/source/text/scalc/01.po
@@ -1,206 +1,20 @@
-#
+#. extracted from helpcontent2/source/text/scalc/01
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-12-10 11:44+0100\n"
-"PO-Revision-Date: 2012-07-04 18:06+0200\n"
+"POT-Creation-Date: 2013-05-23 12:06+0200\n"
+"PO-Revision-Date: 2012-12-10 12:50+0000\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"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-
-#: 04090000.xhp
-msgctxt ""
-"04090000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Link to External Data"
-msgstr "გარე მონაცემების ბმული"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 04090000.xhp
-msgctxt ""
-"04090000.xhp\n"
-"hd_id3146984\n"
-"5\n"
-"help.text"
-msgid "URL of external data source."
-msgstr "მონაცემთა გარე წყაროს მისამართი."
-
-#: 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 ""
-
-#: 04090000.xhp
-msgctxt ""
-"04090000.xhp\n"
-"hd_id3145251\n"
-"7\n"
-"help.text"
-msgid "Available tables/ranges"
-msgstr "ხელმისაწვდომი ცხრილები/დიაპაზონები"
-
-#: 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 ""
-
-#: 04090000.xhp
-msgctxt ""
-"04090000.xhp\n"
-"hd_id3154492\n"
-"9\n"
-"help.text"
-msgid "Update every"
-msgstr "გამოკითხვის განახლება"
-
-#: 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 ""
-
-#: func_minute.xhp
-#, fuzzy
-msgctxt ""
-"func_minute.xhp\n"
-"tit\n"
-"help.text"
-msgid "MINUTE"
-msgstr "MINUTE"
-
-#: 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>"
-
-#: 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>"
-
-#: 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 ""
-
-#: func_minute.xhp
-msgctxt ""
-"func_minute.xhp\n"
-"hd_id3154343\n"
-"68\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: func_minute.xhp
-msgctxt ""
-"func_minute.xhp\n"
-"par_id3148660\n"
-"69\n"
-"help.text"
-msgid "MINUTE(Number)"
-msgstr "MINUTE(რიცხვი)"
-
-#: 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>, რგორც დროის მნიშვნელობა; არის ათწილადი; რომლისთვისაც დაბრუნდება წამები."
-
-#: func_minute.xhp
-msgctxt ""
-"func_minute.xhp\n"
-"hd_id3145374\n"
-"71\n"
-"help.text"
-msgid "Examples"
-msgstr "მაგალითები"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
+"X-Accelerator-Marker: ~\n"
+"X-POOTLE-MTIME: 1355143851.0\n"
#: 01120000.xhp
#, fuzzy
@@ -212,7 +26,6 @@ msgid "Page Preview"
msgstr "#-#-#-#-# swriter.po (PACKAGE VERSION) #-#-#-#-#\\nგვერდის გადახედვა\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nგვერდის წინასწარი დათვალიერება"
#: 01120000.xhp
-#, fuzzy
msgctxt ""
"01120000.xhp\n"
"hd_id1918698\n"
@@ -268,6145 +81,1911 @@ msgctxt ""
msgid "<link href=\"text/scalc/main0210.xhp\" name=\"Page View Object Bar\">Page View Object Bar</link>"
msgstr ""
-#: 12030200.xhp
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
+"02110000.xhp\n"
"tit\n"
"help.text"
-msgid "Options"
-msgstr "პარამეტრები"
+msgid "Navigator"
+msgstr "ნავიგატორი"
-#: 12030200.xhp
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
-"bm_id3147228\n"
+"02110000.xhp\n"
+"bm_id3150791\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>"
+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>"
-#: 12030200.xhp
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
-"hd_id3147228\n"
+"02110000.xhp\n"
+"hd_id3150791\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>"
+msgid "<link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link>"
+msgstr "<link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">ნავიგატორი</link>"
-#: 12030200.xhp
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
-"par_id3153770\n"
+"02110000.xhp\n"
+"par_id3156422\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/SortOptionsPage\"> Sets additional sorting options.</ahelp>"
-msgstr ""
+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>."
-#: 12030200.xhp
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
-"hd_id3146976\n"
-"3\n"
+"02110000.xhp\n"
+"par_id3145271\n"
+"40\n"
"help.text"
-msgid "Case Sensitivity"
-msgstr "რეგისტრისადმი მგრძნობიარობა"
+msgid "Choose <emph>View - Navigator</emph> to display the Navigator."
+msgstr "ამოირჩიეთ <emph>რედაქტირება - ნავიგატორი</emph> გამოაჩინე ნავიგატორი."
-#: 12030200.xhp
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
-"par_id3153091\n"
+"02110000.xhp\n"
+"hd_id3159155\n"
"4\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/case\"> Sorts first by uppercase letters and then by lowercase letters. For Asian languages, special handling applies.</ahelp>"
-msgstr ""
-
-#: 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 ""
+msgid "Column"
+msgstr "სვეტი"
-#: 12030200.xhp
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
-"hd_id3155856\n"
+"02110000.xhp\n"
+"par_id3146984\n"
"5\n"
"help.text"
-msgid "Range contains column/row labels"
-msgstr "დიაპაზონი შეიცავს სვეტის/რიგის ეტიკეტებს"
+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>"
-#: 12030200.xhp
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
-"par_id3154014\n"
+"02110000.xhp\n"
+"hd_id3147126\n"
"6\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/header\"> 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 ""
+msgid "Row"
+msgstr "რიგი"
-#: 12030200.xhp
-#, fuzzy
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
-"hd_id3147436\n"
+"02110000.xhp\n"
+"par_id3149958\n"
"7\n"
"help.text"
-msgid "Include formats"
-msgstr "ფორმატების ჩართვა"
+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>"
-#: 12030200.xhp
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
-"par_id3149377\n"
+"02110000.xhp\n"
+"hd_id3150717\n"
"8\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/formats\"> Preserves the current cell formatting.</ahelp>"
-msgstr "<ahelp hid=\"modules/scalc/ui/sortoptionspage/formats\">ინხავს უჯრის მიმდინარე ფორმატირებას.</ahelp>"
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"hd_id3147438\n"
-"help.text"
-msgid "Enable natural sort"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"par_id3149378\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/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 ""
+msgid "Data Range"
+msgstr "მონაცემთა დიაპაზონი"
-#: 12030200.xhp
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
-"hd_id3153878\n"
+"02110000.xhp\n"
+"par_id3150752\n"
"10\n"
"help.text"
-msgid "Copy sort results to:"
-msgstr "დახარისხების შედეგების ასლი:"
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"par_id3156286\n"
-"11\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/copyresult\"> Copies the sorted list to the cell range that you specify.</ahelp>"
-msgstr ""
+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>"
-#: 12030200.xhp
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
-"hd_id3153418\n"
-"12\n"
+"02110000.xhp\n"
+"par_id3159264\n"
"help.text"
-msgid "Sort results"
-msgstr "დახარისხების შედეგები"
+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>"
-#: 12030200.xhp
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
-"par_id3155602\n"
-"13\n"
+"02110000.xhp\n"
+"par_id3146919\n"
+"9\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/outarealb\"> 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 ""
+msgid "Data Range"
+msgstr "მონაცემთა დიაპაზონი"
-#: 12030200.xhp
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
-"hd_id3153707\n"
+"02110000.xhp\n"
+"hd_id3148488\n"
"14\n"
"help.text"
-msgid "Sort results"
-msgstr "დახარისხების შედეგები"
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"par_id3145642\n"
-"15\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/outareaed\"> Enter the cell range where you want to display the sorted list, or select a named range from the list.</ahelp>"
-msgstr ""
+msgid "Start"
+msgstr "დაწყება"
-#: 12030200.xhp
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
-"hd_id3155445\n"
+"02110000.xhp\n"
+"par_id3150086\n"
"16\n"
"help.text"
-msgid "Custom sort order"
-msgstr "სხვა დახარისხების წესი"
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"par_id3156385\n"
-"17\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/sortuser\"> Click here and then select the custom sort order that you want.</ahelp>"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"hd_id3154704\n"
-"18\n"
-"help.text"
-msgid "Custom sort order"
-msgstr "სხვა დახარისხების წესი"
+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>"
-#: 12030200.xhp
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
-"par_id3155962\n"
-"19\n"
+"02110000.xhp\n"
+"par_id3152994\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/sortuserlb\"> 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 ""
+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>"
-#: 12030200.xhp
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
-"hd_id3149257\n"
-"28\n"
+"02110000.xhp\n"
+"par_id3154372\n"
+"15\n"
"help.text"
-msgid "Language"
-msgstr "ენა"
+msgid "Start"
+msgstr "დაწყება"
-#: 12030200.xhp
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
-"hd_id3147004\n"
-"29\n"
+"02110000.xhp\n"
+"hd_id3146982\n"
+"17\n"
"help.text"
-msgid "Language"
-msgstr "ენა"
+msgid "End"
+msgstr "დასრულება"
-#: 12030200.xhp
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
-"par_id3150787\n"
-"32\n"
+"02110000.xhp\n"
+"par_id3152985\n"
+"19\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/language\"> Select the language for the sorting rules.</ahelp>"
-msgstr ""
+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>"
-#: 12030200.xhp
-#, fuzzy
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
-"hd_id3150344\n"
-"30\n"
+"02110000.xhp\n"
+"par_id3159170\n"
"help.text"
-msgid "Options"
-msgstr "პარამეტრები"
+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>"
-#: 12030200.xhp
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
-"par_id3155113\n"
-"33\n"
+"02110000.xhp\n"
+"par_id3147072\n"
+"18\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/algorithmlb\"> 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 ""
+msgid "End"
+msgstr "დასრულება"
-#: 12030200.xhp
-#, fuzzy
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
-"hd_id3152580\n"
+"02110000.xhp\n"
+"hd_id3150107\n"
"20\n"
"help.text"
-msgid "Direction"
-msgstr "მიმართულება"
+msgid "Toggle"
+msgstr "გადართვა"
-#: 12030200.xhp
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
-"hd_id3154201\n"
+"02110000.xhp\n"
+"par_id3159098\n"
"22\n"
"help.text"
-msgid "Top to Bottom (Sort Rows)"
-msgstr "ზემოდან ქვემოთ (რიგების დახარისხება)"
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"par_id3166430\n"
-"23\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/topdown\"> Sorts rows by the values in the active columns of the selected range.</ahelp>"
-msgstr ""
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"hd_id3145588\n"
-"24\n"
-"help.text"
-msgid "Left to Right (Sort Columns)"
-msgstr "მარცხნიდან მარჯვნივ (სვეტების დახარისხება)"
-
-#: 12030200.xhp
-msgctxt ""
-"12030200.xhp\n"
-"par_id3154370\n"
-"25\n"
-"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/leftright\"> Sorts columns by the values in the active rows of the selected range.</ahelp>"
-msgstr ""
-
-#: 12030200.xhp
-#, fuzzy
-msgctxt ""
-"12030200.xhp\n"
-"hd_id3156290\n"
-"26\n"
-"help.text"
-msgid "Data area"
-msgstr "მონაცემების არე"
+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> დააწკაპეთ ხატულაზე ელემენტების ხედვის აღსადგენად."
-#: 12030200.xhp
+#: 02110000.xhp
msgctxt ""
-"12030200.xhp\n"
-"par_id3156446\n"
-"27\n"
+"02110000.xhp\n"
+"par_id3152869\n"
"help.text"
-msgid "Displays the cell range that you want to sort."
-msgstr "ასახავს დასახარისხებელ უკრათა დიაპაზონს."
+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>"
-#: 12100000.xhp
+#: 02110000.xhp
msgctxt ""
-"12100000.xhp\n"
-"tit\n"
+"02110000.xhp\n"
+"par_id3159229\n"
+"21\n"
"help.text"
-msgid "Refresh Range"
-msgstr "დიაპაზონის განახლება"
+msgid "Toggle"
+msgstr "გადართვა"
-#: 12100000.xhp
+#: 02110000.xhp
msgctxt ""
-"12100000.xhp\n"
-"bm_id3153662\n"
+"02110000.xhp\n"
+"hd_id3149381\n"
+"11\n"
"help.text"
-msgid "<bookmark_value>database ranges; refreshing</bookmark_value>"
-msgstr "<bookmark_value>მონაცემთა ბაზის დიაპაზონები; განახლება</bookmark_value>"
+msgid "Contents"
+msgstr "შიგთავსი"
-#: 12100000.xhp
+#: 02110000.xhp
msgctxt ""
-"12100000.xhp\n"
-"hd_id3153662\n"
-"1\n"
+"02110000.xhp\n"
+"par_id3150051\n"
+"13\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>"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_ZOOM\">Allows you to hide/show the contents.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_ZOOM\">ნებას გაძლევთ დამალოთ/გამოაჩინო სარჩევი.</ahelp>"
-#: 12100000.xhp
+#: 02110000.xhp
msgctxt ""
-"12100000.xhp\n"
-"par_id3153088\n"
-"2\n"
+"02110000.xhp\n"
+"par_id3155597\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 ""
+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>"
-#: 12040500.xhp
+#: 02110000.xhp
msgctxt ""
-"12040500.xhp\n"
-"tit\n"
+"02110000.xhp\n"
+"par_id3150955\n"
+"12\n"
"help.text"
-msgid "Hide AutoFilter"
-msgstr "ავტოფილტრის დამალვა"
+msgid "Contents"
+msgstr "შიგთავსი"
-#: 12040500.xhp
+#: 02110000.xhp
msgctxt ""
-"12040500.xhp\n"
-"bm_id3150276\n"
+"02110000.xhp\n"
+"hd_id3147244\n"
+"23\n"
"help.text"
-msgid "<bookmark_value>database ranges; hiding AutoFilter</bookmark_value>"
-msgstr "<bookmark_value>მონაცემთა ბაზის დიაპაზონები; ავტოფილტრილ დამალვა</bookmark_value>"
+msgid "Scenarios"
+msgstr "სცენარები"
-#: 12040500.xhp
+#: 02110000.xhp
msgctxt ""
-"12040500.xhp\n"
-"hd_id3150276\n"
-"1\n"
+"02110000.xhp\n"
+"par_id3153955\n"
+"25\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>"
+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>."
-#: 12040500.xhp
+#: 02110000.xhp
msgctxt ""
-"12040500.xhp\n"
-"par_id3156326\n"
-"2\n"
+"02110000.xhp\n"
+"par_id3148745\n"
"help.text"
-msgid "<ahelp hid=\".uno:DataFilterHideAutoFilter\" visibility=\"visible\">Hides the AutoFilter buttons in the selected cell range.</ahelp>"
+msgid "<image id=\"img_id3159256\" src=\"sc/imglst/na07.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159256\">Icon</alt></image>"
msgstr ""
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Insert Sheet"
-msgstr "ფურცლის ჩასმა"
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"bm_id4522232\n"
-"help.text"
-msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr "<bookmark_value>RSQ გამოთვლები</bookmark_value>"
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"hd_id3155629\n"
-"1\n"
-"help.text"
-msgid "Insert Sheet"
-msgstr "ფურცლის ჩასმა"
-
-#: 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>"
-
-#: 04050000.xhp
-msgctxt ""
-"04050000.xhp\n"
-"hd_id3154684\n"
-"19\n"
-"help.text"
-msgid "Position"
-msgstr "Position"
-
-#: 04050000.xhp
+#: 02110000.xhp
msgctxt ""
-"04050000.xhp\n"
-"par_id3156281\n"
-"20\n"
+"02110000.xhp\n"
+"par_id3166466\n"
+"24\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."
+msgid "Scenarios"
+msgstr "სცენარები"
-#: 04050000.xhp
+#: 02110000.xhp
msgctxt ""
-"04050000.xhp\n"
-"hd_id3154123\n"
-"21\n"
+"02110000.xhp\n"
+"par_idN10A6C\n"
"help.text"
-msgid "Before current sheet"
-msgstr "Before current sheet"
+msgid "If the Navigator displays scenarios, you can access the following commands when you right-click a scenario entry:"
+msgstr "თუ ნავიგატორი აჩვენებს სცენარებს, მაჯვენა დაწკაპების მეშვეობით სცენარზე თქვენთვის მისაწვდომი იქნება შემდგომი ბრძანებები:"
-#: 04050000.xhp
+#: 02110000.xhp
msgctxt ""
-"04050000.xhp\n"
-"par_id3145787\n"
-"22\n"
+"02110000.xhp\n"
+"par_idN10A77\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>"
+msgid "Delete"
+msgstr "წაშლა"
-#: 04050000.xhp
+#: 02110000.xhp
msgctxt ""
-"04050000.xhp\n"
-"hd_id3155414\n"
-"23\n"
+"02110000.xhp\n"
+"par_idN10A7B\n"
"help.text"
-msgid "After current sheet"
-msgstr "After current sheet"
+msgid "<ahelp hid=\"HID_SC_SCENARIO_DELETE\">Deletes the selected scenario.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_SCENARIO_DELETE\">ამ მონიშნული სცენარების წაშლა.</ahelp>"
-#: 04050000.xhp
+#: 02110000.xhp
msgctxt ""
-"04050000.xhp\n"
-"par_id3145271\n"
-"24\n"
+"02110000.xhp\n"
+"par_idN10A92\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>"
+msgid "Properties"
+msgstr "თვისებები"
-#: 04050000.xhp
+#: 02110000.xhp
msgctxt ""
-"04050000.xhp\n"
-"hd_id3147428\n"
-"25\n"
+"02110000.xhp\n"
+"par_idN10A96\n"
"help.text"
-msgid "Sheet"
-msgstr "შექმნა"
+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>"
-#: 04050000.xhp
+#: 02110000.xhp
msgctxt ""
-"04050000.xhp\n"
-"par_id3154012\n"
+"02110000.xhp\n"
+"hd_id3150037\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."
+msgid "Drag Mode"
+msgstr "გადათრევის რეჟიმი"
-#: 04050000.xhp
+#: 02110000.xhp
msgctxt ""
-"04050000.xhp\n"
-"hd_id3147350\n"
-"3\n"
+"02110000.xhp\n"
+"par_id3157876\n"
+"28\n"
"help.text"
-msgid "New sheet"
-msgstr "შექმნა"
+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>"
-#: 04050000.xhp
+#: 02110000.xhp
msgctxt ""
-"04050000.xhp\n"
-"par_id3149262\n"
-"4\n"
+"02110000.xhp\n"
+"par_id3149947\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 ""
+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>"
-#: 04050000.xhp
-#, fuzzy
+#: 02110000.xhp
msgctxt ""
-"04050000.xhp\n"
-"hd_id3155418\n"
+"02110000.xhp\n"
+"par_id3150656\n"
"27\n"
"help.text"
-msgid "No. of sheets"
-msgstr "No. of Sheets"
+msgid "Drag Mode"
+msgstr "გადათრევის რეჟიმი"
-#: 04050000.xhp
+#: 02110000.xhp
msgctxt ""
-"04050000.xhp\n"
-"par_id3148457\n"
-"28\n"
+"02110000.xhp\n"
+"hd_id3149009\n"
+"29\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>"
+msgid "Insert as Hyperlink"
+msgstr "ჩასვი როგორც ჰიპერბმული"
-#: 04050000.xhp
+#: 02110000.xhp
msgctxt ""
-"04050000.xhp\n"
-"hd_id3149379\n"
-"7\n"
+"02110000.xhp\n"
+"par_id3146938\n"
+"30\n"
"help.text"
-msgid "Name"
-msgstr "სახელი"
+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> შემდგომში თქვენ შეგიძლიათ დააწკაპოთ და ნახოთ შესაბამისი ობიექტი."
-#: 04050000.xhp
+#: 02110000.xhp
msgctxt ""
-"04050000.xhp\n"
-"par_id3150718\n"
-"8\n"
+"02110000.xhp\n"
+"par_id3880733\n"
"help.text"
-msgid "<ahelp hid=\"SC:EDIT:RID_SCDLG_INSERT_TABLE:ED_TABNAME\">Specifies the name of the new sheet.</ahelp>"
-msgstr ""
+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 "თუ თქვენ ჩავსვით ჰიპერბმული გახსნილ დოკუმენტში, მაშინ მისი გამოყენებამდე უნდა შეინახოთ ეს დოკუმენტი."
-#: 04050000.xhp
+#: 02110000.xhp
msgctxt ""
-"04050000.xhp\n"
-"hd_id3155066\n"
-"9\n"
+"02110000.xhp\n"
+"hd_id3154682\n"
+"31\n"
"help.text"
-msgid "From File"
-msgstr "From File"
+msgid "Insert as Link"
+msgstr "ჩასვი როგორც კავშირი"
-#: 04050000.xhp
+#: 02110000.xhp
msgctxt ""
-"04050000.xhp\n"
-"par_id3153714\n"
-"10\n"
+"02110000.xhp\n"
+"par_id3150746\n"
+"32\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>"
+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>"
-#: 04050000.xhp
+#: 02110000.xhp
msgctxt ""
-"04050000.xhp\n"
-"hd_id3149020\n"
-"15\n"
+"02110000.xhp\n"
+"hd_id3145824\n"
+"33\n"
"help.text"
-msgid "Browse"
-msgstr "მიმოხილვა"
+msgid "Insert as Copy"
+msgstr "ჩასვი როგორც ასლი"
-#: 04050000.xhp
+#: 02110000.xhp
msgctxt ""
-"04050000.xhp\n"
-"par_id3159267\n"
-"16\n"
+"02110000.xhp\n"
+"par_id3147471\n"
+"34\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>"
+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>"
-#: 04050000.xhp
+#: 02110000.xhp
msgctxt ""
-"04050000.xhp\n"
-"hd_id3149255\n"
-"29\n"
+"02110000.xhp\n"
+"hd_id3147423\n"
+"38\n"
"help.text"
-msgid "Available Sheets"
-msgstr "Available Sheets"
+msgid "Objects"
+msgstr "ობიექტები"
-#: 04050000.xhp
+#: 02110000.xhp
msgctxt ""
-"04050000.xhp\n"
-"par_id3155336\n"
-"30\n"
+"02110000.xhp\n"
+"par_id3150700\n"
+"39\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>"
+msgid "<ahelp hid=\"HID_SC_NAVIPI_ENTRIES\">Displays all objects in your document.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_ENTRIES\">გამოაჩენს ყველა ობიექტს თქვენს დოკუმენტში.</ahelp>"
-#: 04050000.xhp
+#: 02110000.xhp
msgctxt ""
-"04050000.xhp\n"
-"hd_id3145791\n"
-"17\n"
+"02110000.xhp\n"
+"hd_id3150860\n"
+"35\n"
"help.text"
-msgid "Link"
-msgstr "Link"
+msgid "Documents"
+msgstr "დოკუმენტები"
-#: 04050000.xhp
+#: 02110000.xhp
msgctxt ""
-"04050000.xhp\n"
-"par_id3152580\n"
-"18\n"
+"02110000.xhp\n"
+"par_id3153929\n"
+"36\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>"
+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>."
-#: 06060100.xhp
+#: 02120000.xhp
msgctxt ""
-"06060100.xhp\n"
+"02120000.xhp\n"
"tit\n"
"help.text"
-msgid "Protecting Sheet"
-msgstr "ფურცლის დაცვა"
+msgid "Headers & Footers"
+msgstr "თავსართები & ქვესართები"
-#: 06060100.xhp
+#: 02120000.xhp
msgctxt ""
-"06060100.xhp\n"
-"hd_id3153087\n"
+"02120000.xhp\n"
+"hd_id3145251\n"
"1\n"
"help.text"
-msgid "Protecting Sheet"
-msgstr "ფურცლის დაცვა"
+msgid "Headers & Footers"
+msgstr "თავსართები & ქვესართები"
-#: 06060100.xhp
+#: 02120000.xhp
msgctxt ""
-"06060100.xhp\n"
-"par_id3148664\n"
+"02120000.xhp\n"
+"par_id3151073\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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"par_id3149123\n"
-"16\n"
-"help.text"
-msgid "Select the cells that will be unprotected"
-msgstr "აირჩიეთ დასაცავი უჯრები"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
+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>"
-#: 06060100.xhp
+#: 02120000.xhp
msgctxt ""
-"06060100.xhp\n"
-"par_id3154656\n"
+"02120000.xhp\n"
+"par_id3153415\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 ""
-
-#: 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 ""
-
-#: 06060100.xhp
-msgctxt ""
-"06060100.xhp\n"
-"hd_id3150206\n"
-"4\n"
-"help.text"
-msgid "Password (optional)"
-msgstr "პაროლი (არასავალდებულო)"
-
-#: 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 ""
-
-#: 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 ""
+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> დიალოგში."
-#: 06030300.xhp
+#: 02120100.xhp
msgctxt ""
-"06030300.xhp\n"
+"02120100.xhp\n"
"tit\n"
"help.text"
-msgid "Trace Dependents"
-msgstr "დამოკიდებულებების კვალი"
+msgid "Header/Footer"
+msgstr "თავსართი/ქვესართი"
-#: 06030300.xhp
+#: 02120100.xhp
msgctxt ""
-"06030300.xhp\n"
-"bm_id3153252\n"
+"02120100.xhp\n"
+"bm_id3153360\n"
"help.text"
-msgid "<bookmark_value>cells; tracing dependents</bookmark_value>"
-msgstr "<bookmark_value>უჯრები; დამოკიდებულებების გაკვლევა</bookmark_value>"
+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>"
-#: 06030300.xhp
-#, fuzzy
+#: 02120100.xhp
msgctxt ""
-"06030300.xhp\n"
-"hd_id3153252\n"
+"02120100.xhp\n"
+"hd_id3153360\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>"
+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>"
-#: 06030300.xhp
+#: 02120100.xhp
msgctxt ""
-"06030300.xhp\n"
-"par_id3156024\n"
+"02120100.xhp\n"
+"par_id3150768\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 ""
-
-#: 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 ჩარჩო."
+msgid "<ahelp hid=\"modules/scalc/ui/headerfootercontent/HeaderFooterContent\">Defines or formats a header or footer for a Page Style.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/headerfootercontent/HeaderFooterContent\">Defines or formats a header or footer for a ფურცლის სტილისთვის ზედა და ქვედა კოლონტიტულების განსაზღვრა და ფორმატირება.</ahelp>"
-#: 06030300.xhp
+#: 02120100.xhp
msgctxt ""
-"06030300.xhp\n"
-"par_id3151112\n"
+"02120100.xhp\n"
+"hd_id3145748\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 ""
-
-#: 12060000.xhp
-msgctxt ""
-"12060000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Multiple Operations"
-msgstr "რამდენიმე პარამეტრი"
-
-#: 12060000.xhp
-msgctxt ""
-"12060000.xhp\n"
-"hd_id3153381\n"
-"1\n"
-"help.text"
-msgid "Multiple Operations"
-msgstr "რამდენიმე პარამეტრი"
+msgid "Left Area"
+msgstr "მანცხენა არე"
-#: 12060000.xhp
+#: 02120100.xhp
msgctxt ""
-"12060000.xhp\n"
-"par_id3154140\n"
-"2\n"
+"02120100.xhp\n"
+"par_id3147434\n"
+"4\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 ""
+msgid "<ahelp hid=\"modules/scalc/ui/headerfootercontent/textviewWND_LEFT\">Enter the text to be displayed at the left side of the header or footer.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/headerfootercontent/textviewWND_LEFT\">შეიყვანეთ ტექსტი, რომელიც გამოჩნდება კოლონტიტულების მარცხენა მხარეს.</ahelp>"
-#: 12060000.xhp
+#: 02120100.xhp
msgctxt ""
-"12060000.xhp\n"
-"par_id3152598\n"
+"02120100.xhp\n"
+"hd_id3148648\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 ""
-
-#: 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 ""
-
-#: 12060000.xhp
-msgctxt ""
-"12060000.xhp\n"
-"hd_id3156441\n"
-"3\n"
-"help.text"
-msgid "Defaults"
-msgstr "ნაგულისხმები პარამეტრები"
+msgid "Center Area"
+msgstr "შუა არე"
-#: 12060000.xhp
+#: 02120100.xhp
msgctxt ""
-"12060000.xhp\n"
-"hd_id3154492\n"
+"02120100.xhp\n"
+"par_id3163710\n"
"6\n"
"help.text"
-msgid "Formulas"
-msgstr "ფორმულები"
+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>"
-#: 12060000.xhp
+#: 02120100.xhp
msgctxt ""
-"12060000.xhp\n"
-"par_id3151073\n"
+"02120100.xhp\n"
+"hd_id3154942\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 ""
+msgid "Right Area"
+msgstr "მარჯვენა არე"
-#: 12060000.xhp
+#: 02120100.xhp
msgctxt ""
-"12060000.xhp\n"
-"hd_id3154729\n"
+"02120100.xhp\n"
+"par_id3147126\n"
"8\n"
"help.text"
-msgid "Row"
-msgstr "რიგი"
+msgid "<ahelp hid=\"modules/scalc/ui/headerfootercontent/textviewWND_RIGHT\">Enter the text to be displayed at the right side of the header or footer.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/headerfootercontent/textviewWND_RIGHT\">შეიყვანეთ ტექსტი, რომელიც გამოჩნდება კოლონტიტულებისმარჯვენა მხარეს.</ahelp>"
-#: 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 ""
-
-#: 12060000.xhp
-msgctxt ""
-"12060000.xhp\n"
-"hd_id3150718\n"
-"14\n"
-"help.text"
-msgid "Column"
-msgstr "სვეტი"
-
-#: 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 ""
-
-#: func_today.xhp
-msgctxt ""
-"func_today.xhp\n"
-"tit\n"
-"help.text"
-msgid "TODAY"
-msgstr "TODAY"
-
-#: 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>"
-
-#: func_today.xhp
+#: 02120100.xhp
msgctxt ""
-"func_today.xhp\n"
-"hd_id3145659\n"
-"29\n"
+"02120100.xhp\n"
+"par_idN10811\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>"
+msgid "Header/Footer"
+msgstr "თავსართი/ქვესართი"
-#: func_today.xhp
+#: 02120100.xhp
msgctxt ""
-"func_today.xhp\n"
-"par_id3153759\n"
-"30\n"
+"02120100.xhp\n"
+"par_idN10815\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 ""
+msgid "<ahelp hid=\".\">Select a predefined header or footer from the list.</ahelp>"
+msgstr "<ahelp hid=\".\">სიაში მოიშნეთ წინასწარ განსაზღვრული ზედა და ქვედა კოლონტიტულები.</ahelp>"
-#: func_today.xhp
+#: 02120100.xhp
msgctxt ""
-"func_today.xhp\n"
-"hd_id3154051\n"
-"31\n"
+"02120100.xhp\n"
+"hd_id3154729\n"
+"9\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Text attributes"
+msgstr "ტექსტის ატრიბუტები"
-#: func_today.xhp
+#: 02120100.xhp
msgctxt ""
-"func_today.xhp\n"
-"par_id3153154\n"
-"32\n"
+"02120100.xhp\n"
+"par_id3150717\n"
+"10\n"
"help.text"
-msgid "TODAY()"
-msgstr "TODAY()"
+msgid "<ahelp hid=\"modules/scalc/ui/headerfootercontent/buttonBTN_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=\"modules/scalc/ui/headerfootercontent/buttonBTN_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>."
-#: func_today.xhp
+#: 02120100.xhp
msgctxt ""
-"func_today.xhp\n"
-"par_id3154741\n"
-"33\n"
+"02120100.xhp\n"
+"par_id3159266\n"
"help.text"
-msgid "TODAY is a function without arguments."
-msgstr ""
+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>"
-#: func_today.xhp
+#: 02120100.xhp
msgctxt ""
-"func_today.xhp\n"
-"hd_id3153627\n"
-"34\n"
+"02120100.xhp\n"
+"par_id3155336\n"
+"25\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Text Attributes"
+msgstr "ტექსტის ატრიბუტები"
-#: func_today.xhp
+#: 02120100.xhp
msgctxt ""
-"func_today.xhp\n"
-"par_id3156106\n"
-"35\n"
+"02120100.xhp\n"
+"hd_id3145792\n"
+"11\n"
"help.text"
-msgid "<item type=\"input\">TODAY()</item> returns the current computer system date."
-msgstr ""
+msgid "File Name"
+msgstr "ფაილის სახელი"
-#: 04060103.xhp
+#: 02120100.xhp
msgctxt ""
-"04060103.xhp\n"
-"tit\n"
+"02120100.xhp\n"
+"par_id3150206\n"
+"12\n"
"help.text"
-msgid "Financial Functions Part One"
-msgstr "ფინანსური ფუნქციები ნაწილი ერთი"
+msgid "<ahelp hid=\"modules/scalc/ui/headerfootercontent/buttonBTN_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=\"modules/scalc/ui/headerfootercontent/buttonBTN_FILE\">მონიშნულ არეაში ჩასვამს ფაილის ჩანაცვლების ველს.</ahelp> სათაურის ჩასასმელად დააწკაპეთ. გრძელი-წკაპი ქვემენიუდან მონიშნავს მთლიან სათაურს, ფაილის სახელს და ადგილმდებარეობას. თუ სათაური არ იქნა მინიჭებული (იხ <emph>ფაილი - თვისებები</emph>), მაშინი ჩაჯდება ფაილის სახელი."
-#: 04060103.xhp
+#: 02120100.xhp
msgctxt ""
-"04060103.xhp\n"
-"bm_id3143284\n"
+"02120100.xhp\n"
+"par_id3150369\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 ""
+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>"
-#: 04060103.xhp
+#: 02120100.xhp
msgctxt ""
-"04060103.xhp\n"
-"hd_id3143284\n"
-"1\n"
+"02120100.xhp\n"
+"par_id3154487\n"
+"26\n"
"help.text"
-msgid "Financial Functions Part One"
-msgstr "ფინანსური ფუნქციები ნაწილი ერთი"
+msgid "File Name"
+msgstr "ფაილის სახელი"
-#: 04060103.xhp
+#: 02120100.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3149095\n"
-"2\n"
+"02120100.xhp\n"
+"hd_id3155812\n"
+"13\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>"
+msgid "Sheet Name"
+msgstr "ფურცლის სახელი"
-#: 04060103.xhp
+#: 02120100.xhp
msgctxt ""
-"04060103.xhp\n"
-"bm_id3153366\n"
+"02120100.xhp\n"
+"par_id3148842\n"
+"14\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>"
+msgid "<ahelp hid=\"modules/scalc/ui/headerfootercontent/buttonBTN_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=\"modules/scalc/ui/headerfootercontent/buttonBTN_TABLE\">მონიშნული კალონტიტულების არეში ჩასვამს ჩანაცვლების ველს რომელიც შეცვლილი იქნება ფურცლის სახელით აქტიური დოკუმენტის კოლონტიტულებიდან.</ahelp>"
-#: 04060103.xhp
+#: 02120100.xhp
msgctxt ""
-"04060103.xhp\n"
-"hd_id3153366\n"
-"359\n"
+"02120100.xhp\n"
+"par_id3146870\n"
"help.text"
-msgid "AMORDEGRC"
-msgstr "AMORDEGRC"
+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>"
-#: 04060103.xhp
+#: 02120100.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3147434\n"
-"360\n"
+"02120100.xhp\n"
+"par_id3147071\n"
+"27\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 ""
+msgid "Sheet Name"
+msgstr "ფურცლის სახელი"
-#: 04060103.xhp
+#: 02120100.xhp
msgctxt ""
-"04060103.xhp\n"
-"hd_id3155855\n"
-"361\n"
+"02120100.xhp\n"
+"hd_id3144768\n"
+"15\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Page"
+msgstr "გვერდი"
-#: 04060103.xhp
+#: 02120100.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3147427\n"
-"362\n"
+"02120100.xhp\n"
+"par_id3154960\n"
+"16\n"
"help.text"
-msgid "AMORDEGRC(Cost; DatePurchased; FirstPeriod; Salvage; Period; Rate; Basis)"
-msgstr "AMORDEGRC(ღირებულება;ყიდვის თარიღი;პირველი პერიოდი;გადარჩენა;პერიოდი;სიხშირე;ფუძე)"
+msgid "<ahelp hid=\"modules/scalc/ui/headerfootercontent/buttonBTN_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=\"modules/scalc/ui/headerfootercontent/buttonBTN_PAGE\">მონიშნული კალონტიტულების არეში ჩასვამს ჩანაცვლების ველს რომელიც შეცვლილი იქნება ფურცლის ნუმერაციით. ეს საშუალებას იძლევა დოკუმენტის მიმდევრობით გადანომვრისა.</ahelp>"
-#: 04060103.xhp
+#: 02120100.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3147125\n"
-"363\n"
+"02120100.xhp\n"
+"par_id3151304\n"
"help.text"
-msgid "<emph>Cost</emph> is the acquisition costs."
-msgstr "<emph>ღირებულება</emph>: შესყიდვის ფასი."
+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>"
-#: 04060103.xhp
+#: 02120100.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3151074\n"
-"364\n"
+"02120100.xhp\n"
+"par_id3150048\n"
+"28\n"
"help.text"
-msgid "<emph>DatePurchased</emph> is the date of acquisition."
-msgstr "<emph>ყიდვის თარიღი</emph>: შესყიდვის თარიღი."
+msgid "Page"
+msgstr "გვერდი"
-#: 04060103.xhp
+#: 02120100.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3144765\n"
-"365\n"
+"02120100.xhp\n"
+"hd_id3146962\n"
+"17\n"
"help.text"
-msgid "<emph>FirstPeriod </emph>is the end date of the first settlement period."
-msgstr "<emph>პირველი პერიოდი</emph>: პირველი დასახლების თარიღის დასასრული."
+msgid "Pages"
+msgstr "გვერდები"
-#: 04060103.xhp
+#: 02120100.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3156286\n"
-"366\n"
+"02120100.xhp\n"
+"par_id3153812\n"
+"18\n"
"help.text"
-msgid "<emph>Salvage</emph> is the salvage value of the capital asset at the end of the depreciable life."
-msgstr ""
+msgid "<ahelp hid=\"modules/scalc/ui/headerfootercontent/buttonBTN_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=\"modules/scalc/ui/headerfootercontent/buttonBTN_PAGES\">მონიშნული კალონტიტულების არეში ჩასვამს ჩანაცვლების ველს რომელიც შეცვლილი იქნება დოკუმენტის ფურცლიების საერთო რაოდენობის გამომხატველი რიცხვით.</ahelp>"
-#: 04060103.xhp
+#: 02120100.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3153415\n"
-"367\n"
+"02120100.xhp\n"
+"par_id3149315\n"
"help.text"
-msgid "<emph>Period</emph> is the settlement period to be considered."
-msgstr ""
+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>"
-#: 04060103.xhp
-#, fuzzy
+#: 02120100.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3155064\n"
-"368\n"
+"02120100.xhp\n"
+"par_id3147499\n"
+"29\n"
"help.text"
-msgid "<emph>Rate</emph> is the rate of depreciation."
-msgstr "<emph>რაოდენობა</emph> არის განმეორებათა რაოდენობა."
+msgid "Pages"
+msgstr "გვერდები"
-#: 04060103.xhp
+#: 02120100.xhp
msgctxt ""
-"04060103.xhp\n"
-"bm_id3153765\n"
+"02120100.xhp\n"
+"hd_id3149050\n"
+"19\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>"
+msgid "Date"
+msgstr "თარიღი"
-#: 04060103.xhp
+#: 02120100.xhp
msgctxt ""
-"04060103.xhp\n"
-"hd_id3153765\n"
-"369\n"
+"02120100.xhp\n"
+"par_id3153960\n"
+"20\n"
"help.text"
-msgid "AMORLINC"
-msgstr "AMORLINC"
+msgid "<ahelp hid=\"modules/scalc/ui/headerfootercontent/buttonBTN_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=\"modules/scalc/ui/headerfootercontent/buttonBTN_DATE\">მონიშნული კალონტიტულების არეში ჩასვამს ჩანაცვლების ველს რომელიც შეცვლილი იქნება მიმდინარე თარიღით და გამეორებული იქნება ყველა ფურცელზე.</ahelp>"
-#: 04060103.xhp
+#: 02120100.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3159264\n"
-"370\n"
+"02120100.xhp\n"
+"par_id3147299\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 ""
+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>"
-#: 04060103.xhp
+#: 02120100.xhp
msgctxt ""
-"04060103.xhp\n"
-"hd_id3150044\n"
-"371\n"
+"02120100.xhp\n"
+"par_id3150540\n"
+"30\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Date"
+msgstr "თარიღი"
-#: 04060103.xhp
+#: 02120100.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3147363\n"
-"372\n"
+"02120100.xhp\n"
+"hd_id3147610\n"
+"21\n"
"help.text"
-msgid "AMORLINC(Cost; DatePurchased; FirstPeriod; Salvage; Period; Rate; Basis)"
-msgstr "AMORLINC(ღირებულება;ყიდვის თარიღი;პირველი პერიოდი;გადარჩენა;პერიოდი;სიხშირე;ფუძე)"
+msgid "Time"
+msgstr "დრო"
-#: 04060103.xhp
+#: 02120100.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3146920\n"
-"373\n"
+"02120100.xhp\n"
+"par_id3145638\n"
+"22\n"
"help.text"
-msgid "<emph>Cost</emph> means the acquisition costs."
-msgstr "<emph>ღირებულება</emph>: შესყიდვის ფასი."
+msgid "<ahelp hid=\"modules/scalc/ui/headerfootercontent/buttonBTN_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=\"modules/scalc/ui/headerfootercontent/buttonBTN_TIME\">მონიშნული კალონტიტულების არეში ჩასვამს ჩანაცვლების ველს რომელიც შეცვლილი იქნება მიმდინარე დროით და გამეორდება ყველა ფურცელზე.</ahelp>"
-#: 04060103.xhp
+#: 02120100.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3163807\n"
-"374\n"
+"02120100.xhp\n"
+"par_id3153122\n"
"help.text"
-msgid "<emph>DatePurchased</emph> is the date of acquisition."
-msgstr "<emph>ყიდვის თარიღი</emph>: შესყიდვის თარიღი."
+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>"
-#: 04060103.xhp
+#: 02120100.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3148488\n"
-"375\n"
+"02120100.xhp\n"
+"par_id3157904\n"
+"31\n"
"help.text"
-msgid "<emph>FirstPeriod </emph>is the end date of the first settlement period."
-msgstr "<emph>პირველი პერიოდი</emph>: პირველი დასახლების თარიღის დასასრული."
+msgid "Time"
+msgstr "დრო"
-#: 04060103.xhp
+#: 02140000.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3149530\n"
-"376\n"
+"02140000.xhp\n"
+"tit\n"
"help.text"
-msgid "<emph>Salvage</emph> is the salvage value of the capital asset at the end of the depreciable life."
-msgstr ""
+msgid "Fill"
+msgstr "შევსება"
-#: 04060103.xhp
+#: 02140000.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3148633\n"
-"377\n"
+"02140000.xhp\n"
+"bm_id8473769\n"
"help.text"
-msgid "<emph>Period</emph> is the settlement period to be considered."
+msgid "<bookmark_value>filling;selection lists</bookmark_value> <bookmark_value>selection lists;filling cells</bookmark_value>"
msgstr ""
-#: 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> არის განმეორებათა რაოდენობა."
-
-#: 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"
-
-#: 04060103.xhp
+#: 02140000.xhp
msgctxt ""
-"04060103.xhp\n"
-"bm_id3151276\n"
+"02140000.xhp\n"
+"hd_id3153876\n"
+"1\n"
"help.text"
-msgid "<bookmark_value>accrued interests;periodic payments</bookmark_value>"
-msgstr ""
+msgid "<link href=\"text/scalc/01/02140000.xhp\" name=\"Fill\">Fill</link>"
+msgstr "<link href=\"text/scalc/01/02140000.xhp\" name=\"Fill\">შევსება</link>"
-#: 04060103.xhp
+#: 02140000.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3151276\n"
-"336\n"
+"02140000.xhp\n"
+"par_id3156285\n"
+"2\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 ""
+msgid "<ahelp hid=\".\">Automatically fills cells with content.</ahelp>"
+msgstr "<ahelp hid=\".\">უჯრების ავტომატური შევსება შინაარსით.</ahelp>"
-#: 04060103.xhp
+#: 02140000.xhp
msgctxt ""
-"04060103.xhp\n"
-"hd_id3152581\n"
-"337\n"
+"02140000.xhp\n"
+"par_id3147343\n"
+"9\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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> უჯრების შესავსებად."
-#: 04060103.xhp
+#: 02140000.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3159092\n"
-"338\n"
+"02140000.xhp\n"
+"hd_id3149207\n"
+"7\n"
"help.text"
-msgid "ACCRINT(Issue; FirstInterest; Settlement; Rate; Par; Frequency; Basis)"
-msgstr ""
+msgid "<link href=\"text/scalc/01/02140500.xhp\" name=\"Sheet\">Sheet</link>"
+msgstr "<link href=\"text/scalc/01/02140500.xhp\" name=\"Sheet\">ფურცელი</link>"
-#: 04060103.xhp
+#: 02140000.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3150519\n"
-"339\n"
+"02140000.xhp\n"
+"hd_id3155111\n"
+"8\n"
"help.text"
-msgid "<emph>Issue</emph> is the issue date of the security."
-msgstr ""
+msgid "<link href=\"text/scalc/01/02140600.xhp\" name=\"Rows\">Series</link>"
+msgstr "<link href=\"text/scalc/01/02140600.xhp\" name=\"Rows\">სტრიქონები</link>"
-#: 04060103.xhp
+#: 02140000.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3155376\n"
-"340\n"
+"02140000.xhp\n"
+"par_id3152994\n"
+"3\n"
"help.text"
-msgid "<emph>FirstInterest</emph> is the first interest date of the security."
-msgstr ""
+msgid "<emph>Filling cells using context menus:</emph>"
+msgstr "<emph>უჯრების შესავსებათ კონტექსტური მენიუების გამოყენება:</emph>"
-#: 04060103.xhp
+#: 02140000.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3166431\n"
-"341\n"
+"02140000.xhp\n"
+"par_id3145384\n"
+"4\n"
"help.text"
-msgid "<emph>Settlement</emph> is the date at which the interest accrued up until then is to be calculated."
-msgstr ""
+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>."
-#: 04060103.xhp
+#: 02140000.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3154486\n"
-"342\n"
+"02140000.xhp\n"
+"par_id3156450\n"
+"5\n"
"help.text"
-msgid "<emph>Rate</emph> is the annual nominal rate of interest (coupon interest rate)"
-msgstr ""
+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> ტექსტი დახარისხებულია ალფავიტის მიხელვით და გამეორებული ტექსტები ჩანს მხოლოდ ერთხელ."
-#: 04060103.xhp
+#: 02140000.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3156445\n"
-"343\n"
+"02140000.xhp\n"
+"par_id3148699\n"
+"6\n"
"help.text"
-msgid "<emph>Par</emph> is the par value of the security."
-msgstr ""
+msgid "Click one of the listed entries to copy it to the cell."
+msgstr "დააწკაპე ჩამონათვალში ერთერთს მისი უჯრაში კოპირებისათვის."
-#: 04060103.xhp
+#: 02140100.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3149406\n"
-"344\n"
+"02140100.xhp\n"
+"tit\n"
"help.text"
-msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
-msgstr ""
+msgid "Down"
+msgstr "დახატული"
-#: 04060103.xhp
+#: 02140100.xhp
msgctxt ""
-"04060103.xhp\n"
-"hd_id3148699\n"
-"345\n"
+"02140100.xhp\n"
+"hd_id3150792\n"
+"1\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">Down</link>"
+msgstr "<link href=\"text/scalc/01/02140100.xhp\" name=\"Down\">ქვემოთ</link>"
-#: 04060103.xhp
+#: 02140100.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3148599\n"
-"346\n"
+"02140100.xhp\n"
+"par_id3153969\n"
+"2\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 ""
+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>"
-#: 04060103.xhp
+#: 02140100.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3148840\n"
-"347\n"
+"02140100.xhp\n"
+"par_id3145787\n"
+"3\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 ""
+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 "თუ მონიშნული დიაპაზონი არის მხოლოდ ერთი სვეტი, მაშინ ზედა უჯრის შემადგენლობა კოპირდება ყველ დანარჩენში. თუ მონიშნული რამოდენიმე სვეტი, მაშინ მითითებული მაღლითა უჯრა კოპირებული იქნება დაბლა."
-#: 04060103.xhp
+#: 02140200.xhp
msgctxt ""
-"04060103.xhp\n"
-"bm_id3151240\n"
+"02140200.xhp\n"
+"tit\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>"
+msgid "Right"
+msgstr "მარჯვენა"
-#: 04060103.xhp
+#: 02140200.xhp
msgctxt ""
-"04060103.xhp\n"
-"hd_id3151240\n"
-"348\n"
+"02140200.xhp\n"
+"hd_id3153896\n"
+"1\n"
"help.text"
-msgid "ACCRINTM"
-msgstr "ACCRINTM"
+msgid "<link href=\"text/scalc/01/02140200.xhp\" name=\"Right\">Right</link>"
+msgstr "<link href=\"text/scalc/01/02140200.xhp\" name=\"Right\">მარჯვნივ</link>"
-#: 04060103.xhp
+#: 02140200.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3157981\n"
-"349\n"
+"02140200.xhp\n"
+"par_id3153361\n"
+"2\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 ""
+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>"
-#: 04060103.xhp
+#: 02140200.xhp
msgctxt ""
-"04060103.xhp\n"
-"hd_id3159097\n"
-"350\n"
+"02140200.xhp\n"
+"par_id3154684\n"
+"3\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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 "თუ მონიშნული დიაპაზონი არის მხოლოდ ერთი სტრიქონი, მაშინ კიდურა მარცხენა უჯრის შემადგენლობა კოპირდება ყველ დანარჩენში მონიშნულში. თუ მონიშნული რამოდენიმე სტრიქონი, მაშინ მითითებული მარცხენა უჯრა კოპირებული იქნება მარჯვნივ."
-#: 04060103.xhp
+#: 02140300.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3147074\n"
-"351\n"
+"02140300.xhp\n"
+"tit\n"
"help.text"
-msgid "ACCRINTM(Issue; Settlement; Rate; Par; Basis)"
-msgstr ""
+msgid "Up"
+msgstr "ზევით"
-#: 04060103.xhp
+#: 02140300.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3144773\n"
-"352\n"
+"02140300.xhp\n"
+"hd_id3147264\n"
+"1\n"
"help.text"
-msgid "<emph>Issue</emph> is the issue date of the security."
-msgstr ""
+msgid "<link href=\"text/scalc/01/02140300.xhp\" name=\"Up\">Up</link>"
+msgstr "<link href=\"text/scalc/01/02140300.xhp\" name=\"Up\">მაღლა</link>"
-#: 04060103.xhp
+#: 02140300.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3154956\n"
-"353\n"
+"02140300.xhp\n"
+"par_id3150793\n"
+"2\n"
"help.text"
-msgid "<emph>Settlement</emph> is the date at which the interest accrued up until then is to be calculated."
-msgstr ""
+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>"
-#: 04060103.xhp
+#: 02140300.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3153972\n"
-"354\n"
+"02140300.xhp\n"
+"par_id3150447\n"
+"3\n"
"help.text"
-msgid "<emph>Rate</emph> is the annual nominal rate of interest (coupon interest rate)."
-msgstr ""
+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 "თუ მონიშნული დიაპაზონი არის მხოლოდ ერთი სვეტი, მაშინ ქვედა უჯრის შემადგენლობა კოპირდება ყველ დანარჩენში მონიშნულში. თუ მონიშნული რამოდენიმე სვეტი, მაშინ მითითებული დაბლითა უჯრა კოპირებული იქნება ზემოთ."
-#: 04060103.xhp
+#: 02140400.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3159204\n"
-"355\n"
+"02140400.xhp\n"
+"tit\n"
"help.text"
-msgid "<emph>Par</emph> is the par value of the security."
-msgstr ""
+msgid "Left"
+msgstr "მარცხნივ"
-#: 04060103.xhp
+#: 02140400.xhp
msgctxt ""
-"04060103.xhp\n"
-"hd_id3155384\n"
-"356\n"
+"02140400.xhp\n"
+"hd_id3153896\n"
+"1\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<link href=\"text/scalc/01/02140400.xhp\" name=\"Left\">Left</link>"
+msgstr "<link href=\"text/scalc/01/02140400.xhp\" name=\"Left\">მარცხნივ</link>"
-#: 04060103.xhp
+#: 02140400.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3154541\n"
-"357\n"
+"02140400.xhp\n"
+"par_id3150793\n"
+"2\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 ტოლია ჩართულია თარიღი ტოლია მინიჭება -თვის სიხშირე ტოლია ან და ქულები ტოლია - დღიური ტოლია დღიური?"
+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>"
-#: 04060103.xhp
+#: 02140400.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3149128\n"
-"358\n"
+"02140400.xhp\n"
+"par_id3156280\n"
+"3\n"
"help.text"
-msgid "<item type=\"input\">=ACCRINTM(\"2001-04-01\";\"2001-06-15\";0.1;1000;3)</item> returns 20.54795."
-msgstr ""
+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 "თუ მონიშნული დიაპაზონი არის მხოლოდ ერთი სტრიქონი, მაშინ კიდურა მარჯვენა უჯრის შემადგენლობა კოპირდება ყველ დანარჩენში მონიშნულში. თუ მონიშნული რამოდენიმე სტრიქონი, მაშინ მითითებული მარჯვნა უჯრა კოპირებული იქნება მარცხნივ."
-#: 04060103.xhp
+#: 02140500.xhp
msgctxt ""
-"04060103.xhp\n"
-"bm_id3145753\n"
+"02140500.xhp\n"
+"tit\n"
"help.text"
-msgid "<bookmark_value>RECEIVED function</bookmark_value> <bookmark_value>amount received for fixed-interest securities</bookmark_value>"
-msgstr ""
+msgid "Fill Sheet"
+msgstr "ფურცლის შევსება"
-#: 04060103.xhp
+#: 02140500.xhp
msgctxt ""
-"04060103.xhp\n"
-"hd_id3145753\n"
-"390\n"
+"02140500.xhp\n"
+"hd_id3153897\n"
+"1\n"
"help.text"
-msgid "RECEIVED"
-msgstr "RECEIVED"
+msgid "Fill Sheet"
+msgstr "ფურცლის შევსება"
-#: 04060103.xhp
+#: 02140500.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3150051\n"
-"391\n"
+"02140500.xhp\n"
+"par_id3150791\n"
+"2\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 ""
+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>"
-#: 04060103.xhp
+#: 02140500.xhp
msgctxt ""
-"04060103.xhp\n"
-"hd_id3149385\n"
-"392\n"
+"02140500.xhp\n"
+"par_id3150767\n"
+"3\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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."
-#: 04060103.xhp
+#: 02140500.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3145362\n"
-"393\n"
+"02140500.xhp\n"
+"hd_id3155131\n"
+"4\n"
"help.text"
-msgid "RECEIVED(\"Settlement\"; \"Maturity\"; Investment; Discount; Basis)"
+msgid "Filling a Sheet"
msgstr ""
-#: 04060103.xhp
+#: 02140500.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3154654\n"
-"394\n"
+"02140500.xhp\n"
+"par_id3146119\n"
+"5\n"
"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
+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 "მთლიანი ფურცლის მოსანიშნად დააწკაპეთ სერ უჯრაზე ელექტრონული ცხრილის ზედა მარცხენა კუთხეში. თქვენ შეგიძლიათ აგრევვე მონიშნოთ არე ფურცელზე კოპირებისათვის."
-#: 04060103.xhp
+#: 02140500.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3153011\n"
-"395\n"
+"02140500.xhp\n"
+"par_id3153726\n"
+"6\n"
"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+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."
-#: 04060103.xhp
+#: 02140500.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3155525\n"
-"396\n"
+"02140500.xhp\n"
+"par_id3147436\n"
+"7\n"
"help.text"
-msgid "<emph>Investment</emph> is the purchase sum."
-msgstr ""
+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."
-#: 04060103.xhp
+#: 02140500.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3155760\n"
-"397\n"
+"02140500.xhp\n"
+"par_id3154942\n"
+"8\n"
"help.text"
-msgid "<emph>Discount</emph> is the percentage discount on acquisition of the security."
-msgstr ""
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპეთ <emph>ოკ</emph>."
-#: 04060103.xhp
+#: 02140500.xhp
msgctxt ""
-"04060103.xhp\n"
-"hd_id3154710\n"
-"398\n"
+"02140500.xhp\n"
+"par_id3156283\n"
+"9\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+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."
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3154735\n"
-"399\n"
+"02140600.xhp\n"
+"tit\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 "თარიღი თებერვალი თარიღი მაი ინვესტიცია ყოველდღიურად."
+msgid "Fill Series"
+msgstr "სრიულად შევსება"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3146108\n"
-"400\n"
+"02140600.xhp\n"
+"hd_id3148664\n"
+"1\n"
"help.text"
-msgid "The amount received on the maturity date is calculated as follows:"
-msgstr ""
+msgid "Fill Series"
+msgstr "სრიულად შევსება"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3147246\n"
-"401\n"
+"02140600.xhp\n"
+"par_id3148797\n"
+"2\n"
"help.text"
-msgid "<item type=\"input\">=RECEIVED(\"1999-02-15\";\"1999-05-15\";1000;0.0575;2)</item> returns 1014.420266."
-msgstr ""
+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>"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"bm_id3147556\n"
+"02140600.xhp\n"
+"par_id3146976\n"
+"41\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>"
+msgid "Before filling a series, first select the cell range."
+msgstr "იმისათვის, რომ შეავსოთ სერიით, ჯერ მონიშნეთ უჯრების დიაპაზონი."
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"hd_id3147556\n"
+"02140600.xhp\n"
+"par_id3145748\n"
"3\n"
"help.text"
-msgid "PV"
-msgstr "PV"
+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> დიალოგის შემდეგ."
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3153301\n"
+"02140600.xhp\n"
+"hd_id3147435\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 ""
+msgid "Direction"
+msgstr "მიმართულება"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3146099\n"
+"02140600.xhp\n"
+"par_id3154729\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 ""
+msgid "Determines the direction of series creation."
+msgstr "განსაზღვრავს სერიების შექმნის მიმართულებებს."
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3153334\n"
+"02140600.xhp\n"
+"hd_id3145253\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 ""
+msgid "Down"
+msgstr "დახატული"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"hd_id3147407\n"
+"02140600.xhp\n"
+"par_id3155418\n"
"7\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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>"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3150395\n"
+"02140600.xhp\n"
+"hd_id3155738\n"
"8\n"
"help.text"
-msgid "PV(Rate; NPer; Pmt; FV; Type)"
-msgstr "PV(სიხშირე; NPER; PMT; FV; ტიპი)"
+msgid "Right"
+msgstr "მარჯვენა"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3151341\n"
+"02140600.xhp\n"
+"par_id3149402\n"
"9\n"
"help.text"
-msgid "<emph>Rate</emph> defines the interest rate per period."
-msgstr ""
+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>"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3153023\n"
+"02140600.xhp\n"
+"hd_id3146972\n"
"10\n"
"help.text"
-msgid "<emph>NPer</emph> is the total number of periods (payment period)."
-msgstr ""
+msgid "Up"
+msgstr "ზევით"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3146323\n"
+"02140600.xhp\n"
+"par_id3153711\n"
"11\n"
"help.text"
-msgid "<emph>Pmt</emph> is the regular payment made per period."
-msgstr ""
+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>"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3150536\n"
+"02140600.xhp\n"
+"hd_id3153764\n"
"12\n"
"help.text"
-msgid "<emph>FV</emph> (optional) defines the future value remaining after the final installment has been made."
-msgstr ""
+msgid "Left"
+msgstr "მარცხნივ"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3146883\n"
+"02140600.xhp\n"
+"par_id3156382\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 ""
-
-#: 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\"/>"
+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>"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"hd_id3150037\n"
+"02140600.xhp\n"
+"hd_id3147344\n"
"14\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Series Type"
+msgstr "სერიების ტიპი"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3145225\n"
+"02140600.xhp\n"
+"par_id3149257\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 ""
+msgid "Defines the series type. Choose between <emph>Linear, Growth, Date </emph>and <emph>AutoFill</emph>."
+msgstr "განსაზღვრავს სერიების ტიპებს. ამოირჩიეთ <emph>წრფივი, Growth, თარიღი </emph> და <emph>ავტოშევსებას</emph> შორის."
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3155907\n"
+"02140600.xhp\n"
+"hd_id3148488\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 ""
+msgid "Linear"
+msgstr "წრფივი"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3149150\n"
+"02140600.xhp\n"
+"par_id3159238\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 ""
+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>"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"bm_id3152978\n"
+"02140600.xhp\n"
+"hd_id3149210\n"
+"18\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 ""
+msgid "Growth"
+msgstr "ზრდა"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"hd_id3152978\n"
+"02140600.xhp\n"
+"par_id3150364\n"
"19\n"
"help.text"
-msgid "SYD"
-msgstr "SYD"
+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>"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3148732\n"
+"02140600.xhp\n"
+"hd_id3149528\n"
"20\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_DIA\">Returns the arithmetic-declining depreciation rate.</ahelp>"
-msgstr ""
+msgid "Date"
+msgstr "თარიღი"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3149886\n"
+"02140600.xhp\n"
+"par_id3150887\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 ""
+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>"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"hd_id3149431\n"
+"02140600.xhp\n"
+"hd_id3150202\n"
"22\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "AutoFill"
+msgstr "ავტოშევსება"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3150483\n"
+"02140600.xhp\n"
+"par_id3156288\n"
"23\n"
"help.text"
-msgid "SYD(Cost; Salvage; Life; Period)"
-msgstr "SYD(ღირებულება;გადარჩენა;სიცოცხლე;პერიოდი)"
+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 ""
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3146879\n"
+"02140600.xhp\n"
+"par_id3155811\n"
"24\n"
"help.text"
-msgid "<emph>Cost</emph> is the initial cost of an asset."
-msgstr ""
+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 დღიანი პერიოდით.."
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3147423\n"
+"02140600.xhp\n"
+"hd_id3148700\n"
"25\n"
"help.text"
-msgid "<emph>Salvage</emph> is the value of an asset after depreciation."
-msgstr ""
+msgid "Unit of Time"
+msgstr "დროის ერთეული"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3151229\n"
+"02140600.xhp\n"
+"par_id3153308\n"
"26\n"
"help.text"
-msgid "<emph>Life</emph> is the period fixing the time span over which an asset is depreciated."
-msgstr ""
+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> არე."
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3147473\n"
+"02140600.xhp\n"
+"hd_id3148868\n"
"27\n"
"help.text"
-msgid "<emph>Period</emph> defines the period for which the depreciation is to be calculated."
-msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა, რომლისთვისაც F განაწილება გამოითვლება."
+msgid "Day"
+msgstr "დღე"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"hd_id3148434\n"
+"02140600.xhp\n"
+"par_id3148605\n"
"28\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+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>"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3149688\n"
+"02140600.xhp\n"
+"hd_id3144771\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 ""
+msgid "Weekday"
+msgstr "კვირის დღე"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3150900\n"
+"02140600.xhp\n"
+"par_id3150108\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 ""
+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>"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3146142\n"
+"02140600.xhp\n"
+"hd_id3154957\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 ""
+msgid "Month"
+msgstr "თვე"
-#: 04060103.xhp
-#, fuzzy
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3155258\n"
+"02140600.xhp\n"
+"par_id3149126\n"
"32\n"
"help.text"
-msgid "<emph>A</emph>"
-msgstr "<emph>A</emph>"
+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>"
-#: 04060103.xhp
-#, fuzzy
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3154558\n"
+"02140600.xhp\n"
+"hd_id3152870\n"
"33\n"
"help.text"
-msgid "<emph>B</emph>"
-msgstr "<emph>B</emph>"
+msgid "Year"
+msgstr "წელი"
-#: 04060103.xhp
-#, fuzzy
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3152372\n"
+"02140600.xhp\n"
+"par_id3151300\n"
"34\n"
"help.text"
-msgid "<emph>C</emph>"
-msgstr "<emph>C</emph>"
+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>"
-#: 04060103.xhp
-#, fuzzy
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3149949\n"
+"02140600.xhp\n"
+"hd_id3154762\n"
"35\n"
"help.text"
-msgid "<emph>D</emph>"
-msgstr "<emph>A</emph>"
+msgid "Start Value"
+msgstr "საწყისი მნიშვნელობა"
-#: 04060103.xhp
-#, fuzzy
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3145123\n"
+"02140600.xhp\n"
+"par_id3149381\n"
"36\n"
"help.text"
-msgid "<emph>E</emph>"
-msgstr "<emph>A</emph>"
+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."
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3149504\n"
+"02140600.xhp\n"
+"hd_id3153013\n"
"37\n"
"help.text"
-msgid "1"
-msgstr "1"
+msgid "End Value"
+msgstr "ბოლო მნიშვნელობა"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3153778\n"
+"02140600.xhp\n"
+"par_id3153487\n"
"38\n"
"help.text"
-msgid "<item type=\"input\">Initial Cost</item>"
-msgstr ""
+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."
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3159083\n"
+"02140600.xhp\n"
+"hd_id3149312\n"
"39\n"
"help.text"
-msgid "<item type=\"input\">Salvage Value</item>"
-msgstr ""
+msgid "Increment"
+msgstr "ზრდა"
-#: 04060103.xhp
+#: 02140600.xhp
msgctxt ""
-"04060103.xhp\n"
-"par_id3150002\n"
+"02140600.xhp\n"
+"par_id3154739\n"
"40\n"
"help.text"
-msgid "<item type=\"input\">Useful Life</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3153006\n"
-"41\n"
-"help.text"
-msgid "<item type=\"input\">Time Period</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3154505\n"
-"42\n"
-"help.text"
-msgid "<item type=\"input\">Deprec. SYD</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3150336\n"
-"43\n"
-"help.text"
-msgid "2"
-msgstr "2"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3155926\n"
-"44\n"
-"help.text"
-msgid "<item type=\"input\">50,000 currency units</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3153736\n"
-"45\n"
-"help.text"
-msgid "<item type=\"input\">10,000 currency units</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3150131\n"
-"46\n"
-"help.text"
-msgid "<item type=\"input\">5</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3148766\n"
-"47\n"
-"help.text"
-msgid "<item type=\"input\">1</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3159136\n"
-"48\n"
-"help.text"
-msgid "<item type=\"input\">13,333.33 currency units</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3151018\n"
-"49\n"
-"help.text"
-msgid "3"
-msgstr "3"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3148397\n"
-"50\n"
-"help.text"
-msgid "<item type=\"input\">2</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3146907\n"
-"51\n"
-"help.text"
-msgid "<item type=\"input\">10,666.67 currency units</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3147356\n"
-"52\n"
-"help.text"
-msgid "4"
-msgstr "4"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3150267\n"
-"53\n"
-"help.text"
-msgid "<item type=\"input\">3</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3145628\n"
-"54\n"
-"help.text"
-msgid "<item type=\"input\">8,000.00 currency units</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149004\n"
-"55\n"
-"help.text"
-msgid "5"
-msgstr "5"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3153545\n"
-"56\n"
-"help.text"
-msgid "<item type=\"input\">4</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3154634\n"
-"57\n"
-"help.text"
-msgid "<item type=\"input\">5,333.33 currency units</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3147537\n"
-"58\n"
-"help.text"
-msgid "6"
-msgstr "6"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3155085\n"
-"59\n"
-"help.text"
-msgid "<item type=\"input\">5</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3158413\n"
-"60\n"
-"help.text"
-msgid "<item type=\"input\">2,666.67 currency units</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3154866\n"
-"61\n"
-"help.text"
-msgid "7"
-msgstr "7"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3155404\n"
-"62\n"
-"help.text"
-msgid "<item type=\"input\">6</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3148431\n"
-"63\n"
-"help.text"
-msgid "<item type=\"input\">0.00 currency units</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3156261\n"
-"64\n"
-"help.text"
-msgid "8"
-msgstr "8"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3083286\n"
-"65\n"
-"help.text"
-msgid "<item type=\"input\">7</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3083443\n"
-"67\n"
-"help.text"
-msgid "9"
-msgstr "9"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3154815\n"
-"68\n"
-"help.text"
-msgid "<item type=\"input\">8</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3145082\n"
-"70\n"
-"help.text"
-msgid "10"
-msgstr "10"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3156307\n"
-"71\n"
-"help.text"
-msgid "<item type=\"input\">9</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3147564\n"
-"73\n"
-"help.text"
-msgid "11"
-msgstr "11"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3146856\n"
-"74\n"
-"help.text"
-msgid "<item type=\"input\">10</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3150880\n"
-"76\n"
-"help.text"
-msgid "12"
-msgstr "12"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3145208\n"
-"77\n"
-"help.text"
-msgid "13"
-msgstr "13"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3156113\n"
-"78\n"
-"help.text"
-msgid "<item type=\"input\">>0</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3153625\n"
-"79\n"
-"help.text"
-msgid "<item type=\"input\">Total</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3151297\n"
-"80\n"
-"help.text"
-msgid "<item type=\"input\">40,000.00 currency units</item>"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149979\n"
-"81\n"
-"help.text"
-msgid "The formula in E2 is as follows:"
-msgstr "ფორმულა E2 არის როგორც მომდევნო:"
-
-#: 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 ""
-
-#: 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 ძირს -სკენ არჩება ძირს მარჯვნივ."
-
-#: 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 დუ არა მდგომარეობა ტოლია დუ ფორმულა დუ ტოლია:"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3152811\n"
-"85\n"
-"help.text"
-msgid "<item type=\"input\">=SUMIF(E2:E11;A13)</item>"
-msgstr ""
-
-#: 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 და ჩართულია."
-
-#: 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>"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3155104\n"
-"379\n"
-"help.text"
-msgid "DISC"
-msgstr "DISC"
-
-#: 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 ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3153982\n"
-"381\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149756\n"
-"382\n"
-"help.text"
-msgid "DISC(\"Settlement\"; \"Maturity\"; Price; Redemption; Basis)"
-msgstr "DISC(მოსახლე;ხნიერება;ფასი;გამოსასყისი;ფუძე)"
-
-#: 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 ""
-
-#: 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 "ტექსტი თარიღი ჩართულია."
-
-#: 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 ""
-
-#: 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 ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3151174\n"
-"387\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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>"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3154695\n"
-"402\n"
-"help.text"
-msgid "DURATION_ADD"
-msgstr "ADDDURATION_ADD"
-
-#: 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 ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3153904\n"
-"404\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3153373\n"
-"405\n"
-"help.text"
-msgid "DURATION_ADD(\"Settlement\"; \"Maturity\"; Coupon; Yield; Frequency; Basis)"
-msgstr ""
-
-#: 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 ""
-
-#: 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 "ტექსტი თარიღი ჩართულია."
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3146995\n"
-"411\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3159147\n"
-"88\n"
-"help.text"
-msgid "EFFECTIVE"
-msgstr "EFFECTIVE"
-
-#: 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 ""
-
-#: 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 ეფექტური რიცხვი - სხვა ტოლია ხშირად დუ -თვის მაგალითი ან დასასრული -."
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3150510\n"
-"91\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3148805\n"
-"92\n"
-"help.text"
-msgid "EFFECTIVE(Nom; P)"
-msgstr "EFFECTIVE(NOM;P)"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3149768\n"
-"93\n"
-"help.text"
-msgid "<emph>Nom</emph> is the nominal interest."
-msgstr ""
-
-#: 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 ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3154223\n"
-"95\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3147241\n"
-"414\n"
-"help.text"
-msgid "EFFECT_ADD"
-msgstr "EFFECT_ADD"
-
-#: 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 ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3155364\n"
-"416\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3155118\n"
-"417\n"
-"help.text"
-msgid "EFFECT_ADD(NominalRate; NPerY)"
-msgstr "EFFECT_ADD(ნომინალური სიხშირე;Npery)"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3149156\n"
-"420\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3149998\n"
-"99\n"
-"help.text"
-msgid "DDB"
-msgstr "DDB"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3156038\n"
-"102\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3166452\n"
-"103\n"
-"help.text"
-msgid "DDB(Cost; Salvage; Life; Period; Factor)"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 განაწილება გამოითვლება."
-
-#: 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 ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3159274\n"
-"109\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3149962\n"
-"113\n"
-"help.text"
-msgid "DB"
-msgstr "DB"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3149807\n"
-"116\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3153349\n"
-"117\n"
-"help.text"
-msgid "DB(Cost; Salvage; Life; Period; Month)"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3151130\n"
-"123\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3153948\n"
-"128\n"
-"help.text"
-msgid "IRR"
-msgstr "IRR"
-
-#: 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 ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3150599\n"
-"130\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3155427\n"
-"131\n"
-"help.text"
-msgid "IRR(Values; Guess)"
-msgstr "IRR(მნიშვნელობები;მიხვედრები)"
-
-#: 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> ასახავს მნიშვნელობების შემცველ მასივს."
-
-#: 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 ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3151258\n"
-"134\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3151012\n"
-"314\n"
-"help.text"
-msgid "ISPMT"
-msgstr "ISPMT"
-
-#: 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 ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3154661\n"
-"316\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3146070\n"
-"317\n"
-"help.text"
-msgid "ISPMT(Rate; Period; TotalPeriods; Invest)"
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3148672\n"
-"318\n"
-"help.text"
-msgid "<emph>Rate</emph> sets the periodic interest rate."
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"par_id3159390\n"
-"321\n"
-"help.text"
-msgid "<emph>Invest</emph> is the amount of the investment."
-msgstr ""
-
-#: 04060103.xhp
-msgctxt ""
-"04060103.xhp\n"
-"hd_id3156162\n"
-"322\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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>"
-
-#: 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>"
+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."
-#: 04060116.xhp
+#: 02150000.xhp
msgctxt ""
-"04060116.xhp\n"
+"02150000.xhp\n"
"tit\n"
"help.text"
-msgid "Add-in Functions, List of Analysis Functions Part Two"
-msgstr "დამატებითი ფუნქციები, ანალიზის ფუნქციების სია ნაწილი ორი"
+msgid "Deleting Contents"
+msgstr "შიგთავის წაშლა"
-#: 04060116.xhp
+#: 02150000.xhp
msgctxt ""
-"04060116.xhp\n"
-"bm_id3145074\n"
+"02150000.xhp\n"
+"bm_id3143284\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>"
+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>"
-#: 04060116.xhp
+#: 02150000.xhp
msgctxt ""
-"04060116.xhp\n"
-"hd_id3154659\n"
+"02150000.xhp\n"
+"hd_id3143284\n"
"1\n"
"help.text"
-msgid "Add-in Functions, List of Analysis Functions Part Two"
-msgstr "დამატებითი ფუნქციები, ანალიზის ფუნქციების სია ნაწილი ორი"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3154959\n"
-"help.text"
-msgid "<bookmark_value>IMABS function</bookmark_value>"
-msgstr "<bookmark_value>IMAGINARY ფუნქცია</bookmark_value>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3154959\n"
-"44\n"
-"help.text"
-msgid "IMABS"
-msgstr "IMABS"
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3155382\n"
-"46\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3151302\n"
-"47\n"
-"help.text"
-msgid "IMABS(\"ComplexNumber\")"
-msgstr "IMABS(კომპლექსური რიცხვი)"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3149697\n"
-"49\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3143222\n"
-"50\n"
-"help.text"
-msgid "<item type=\"input\">=IMABS(\"5+12j\")</item> returns 13."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3145357\n"
-"help.text"
-msgid "<bookmark_value>IMAGINARY function</bookmark_value>"
-msgstr "<bookmark_value>IMAGINARY ფუნქცია</bookmark_value>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3145357\n"
-"51\n"
-"help.text"
-msgid "IMAGINARY"
-msgstr "IMAGINARY"
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3153555\n"
-"53\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3155522\n"
-"54\n"
-"help.text"
-msgid "IMAGINARY(\"ComplexNumber\")"
-msgstr "IMAGINARY(კომპლექსური რიცხვი)"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3151193\n"
-"56\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3155592\n"
-"57\n"
-"help.text"
-msgid "<item type=\"input\">=IMAGINARY(\"4+3j\")</item> returns 3."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3146106\n"
-"help.text"
-msgid "<bookmark_value>IMPOWER function</bookmark_value>"
-msgstr "<bookmark_value>IMPOWER ფუნქცია</bookmark_value>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3146106\n"
-"58\n"
-"help.text"
-msgid "IMPOWER"
-msgstr "IMPOWER"
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3150954\n"
-"60\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3147501\n"
-"61\n"
-"help.text"
-msgid "IMPOWER(\"ComplexNumber\"; Number)"
-msgstr "IMPOWER(კომპლექსური რიცხვი;რიცხვი)"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3155743\n"
-"63\n"
-"help.text"
-msgid "<emph>Number</emph> is the exponent."
-msgstr "<emph>რიცხვი</emph> გამოსაცდელი მნიშვნელობა."
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3149048\n"
-"64\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3148748\n"
-"help.text"
-msgid "<bookmark_value>IMARGUMENT function</bookmark_value>"
-msgstr "<bookmark_value>IMARGUMENT ფუნქცია</bookmark_value>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3148748\n"
-"66\n"
-"help.text"
-msgid "IMARGUMENT"
-msgstr "IMARGUMENT"
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3150533\n"
-"68\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3156402\n"
-"69\n"
-"help.text"
-msgid "IMARGUMENT(\"ComplexNumber\")"
-msgstr "IMARGUMENT(კომპლექსური რიცხვი)"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3153019\n"
-"71\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3149146\n"
-"help.text"
-msgid "<bookmark_value>IMCOS function</bookmark_value>"
-msgstr "<bookmark_value>IMCOS ფუნქცია</bookmark_value>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3149146\n"
-"73\n"
-"help.text"
-msgid "IMCOS"
-msgstr "IMCOS"
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3159116\n"
-"75\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3147415\n"
-"76\n"
-"help.text"
-msgid "IMCOS(\"ComplexNumber\")"
-msgstr "IMCOS(კომპლექსური რიცხვი)"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3152980\n"
-"78\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3150024\n"
-"help.text"
-msgid "<bookmark_value>IMDIV function</bookmark_value>"
-msgstr "<bookmark_value>IMDIV ფუნქცია</bookmark_value>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3150024\n"
-"80\n"
-"help.text"
-msgid "IMDIV"
-msgstr "IMDIV"
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3150465\n"
-"82\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3146942\n"
-"83\n"
-"help.text"
-msgid "IMDIV(\"Numerator\"; \"Denominator\")"
-msgstr "IMDIV(ნუმერატორი;დენომინატორი)"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3151229\n"
-"85\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3153039\n"
-"help.text"
-msgid "<bookmark_value>IMEXP function</bookmark_value>"
-msgstr "<bookmark_value>IMEXP ფუნქცია</bookmark_value>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3153039\n"
-"87\n"
-"help.text"
-msgid "IMEXP"
-msgstr "IMEXP"
-
-#: 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."
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3145591\n"
-"89\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3154810\n"
-"90\n"
-"help.text"
-msgid "IMEXP(\"ComplexNumber\")"
-msgstr "IMEXP(კომპლექსური რიცხვი)"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3148581\n"
-"92\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3149955\n"
-"help.text"
-msgid "<bookmark_value>IMCONJUGATE function</bookmark_value>"
-msgstr "<bookmark_value>IMCONJUGATE ფუნქცია</bookmark_value>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3149955\n"
-"94\n"
-"help.text"
-msgid "IMCONJUGATE"
-msgstr "IMCONJUGATE"
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3148750\n"
-"96\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3153082\n"
-"97\n"
-"help.text"
-msgid "IMCONJUGATE(\"ComplexNumber\")"
-msgstr "IMCONJUGATE(კომპლექსური რიცხვი)"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3153326\n"
-"99\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3150898\n"
-"help.text"
-msgid "<bookmark_value>IMLN function</bookmark_value>"
-msgstr "<bookmark_value>IMLN ფუნქცია</bookmark_value>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3150898\n"
-"101\n"
-"help.text"
-msgid "IMLN"
-msgstr "IMLN"
-
-#: 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."
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3150008\n"
-"103\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3155954\n"
-"104\n"
-"help.text"
-msgid "IMLN(\"ComplexNumber\")"
-msgstr "IMLN(კომპლექსური რიცხვი)"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3153565\n"
-"106\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3155929\n"
-"help.text"
-msgid "<bookmark_value>IMLOG10 function</bookmark_value>"
-msgstr "<bookmark_value>IMLOG10 ფუნქცია</bookmark_value>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3155929\n"
-"108\n"
-"help.text"
-msgid "IMLOG10"
-msgstr "IMLOG10"
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3154327\n"
-"110\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3150128\n"
-"111\n"
-"help.text"
-msgid "IMLOG10(\"ComplexNumber\")"
-msgstr "IMLOG10(კომპლექსური რიცხვი)"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3149003\n"
-"113\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3155623\n"
-"help.text"
-msgid "<bookmark_value>IMLOG2 function</bookmark_value>"
-msgstr "<bookmark_value>IMLOG2 ფუნქცია</bookmark_value>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3155623\n"
-"115\n"
-"help.text"
-msgid "IMLOG2"
-msgstr "IMLOG2"
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3153046\n"
-"117\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3145355\n"
-"118\n"
-"help.text"
-msgid "IMLOG2(\"ComplexNumber\")"
-msgstr "IMLOG2(კომპლექსური რიცხვი)"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3148768\n"
-"120\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3145626\n"
-"help.text"
-msgid "<bookmark_value>IMPRODUCT function</bookmark_value>"
-msgstr "<bookmark_value>IMPRODUCT ფუნქცია</bookmark_value>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3145626\n"
-"122\n"
-"help.text"
-msgid "IMPRODUCT"
-msgstr "IMPRODUCT"
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3149388\n"
-"124\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149027\n"
-"125\n"
-"help.text"
-msgid "IMPRODUCT(\"ComplexNumber\"; \"ComplexNumber1\"; ...)"
-msgstr "IMPRODUCT(კომპლექსური რიცხვი;კომპლექსური რიცხვი 1;...)"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3153228\n"
-"127\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3147539\n"
-"help.text"
-msgid "<bookmark_value>IMREAL function</bookmark_value>"
-msgstr "<bookmark_value>IMREAL ფუნქცია</bookmark_value>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3147539\n"
-"129\n"
-"help.text"
-msgid "IMREAL"
-msgstr "IMREAL"
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3154951\n"
-"131\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3153927\n"
-"132\n"
-"help.text"
-msgid "IMREAL(\"ComplexNumber\")"
-msgstr "IMREAL(კომპლექსური რიცხვი)"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3155409\n"
-"134\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3155986\n"
-"135\n"
-"help.text"
-msgid "<item type=\"input\">=IMREAL(\"1+3j\")</item> returns 1."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3148431\n"
-"help.text"
-msgid "<bookmark_value>IMSIN function</bookmark_value>"
-msgstr "<bookmark_value>IMSIN ფუნქცია</bookmark_value>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3148431\n"
-"136\n"
-"help.text"
-msgid "IMSIN"
-msgstr "IMSIN"
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3149822\n"
-"138\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3150387\n"
-"139\n"
-"help.text"
-msgid "IMSIN(\"ComplexNumber\")"
-msgstr "IMSIN(კომპლექსური რიცხვი)"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3150613\n"
-"141\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3163826\n"
-"help.text"
-msgid "<bookmark_value>IMSUB function</bookmark_value>"
-msgstr "<bookmark_value>IMSUB ფუნქცია</bookmark_value>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3163826\n"
-"143\n"
-"help.text"
-msgid "IMSUB"
-msgstr "IMSUB"
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3149264\n"
-"145\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149710\n"
-"146\n"
-"help.text"
-msgid "IMSUB(\"ComplexNumber1\"; \"ComplexNumber2\")"
-msgstr "IMPRODUCT(კომპლექსური რიცხვი;კომპლექსური რიცხვი 1;...)"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3155833\n"
-"148\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3156312\n"
-"help.text"
-msgid "<bookmark_value>IMSUM function</bookmark_value>"
-msgstr "<bookmark_value>IMSUM ფუნქცია</bookmark_value>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3156312\n"
-"150\n"
-"help.text"
-msgid "IMSUM"
-msgstr "IMSUM"
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3156095\n"
-"152\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3152930\n"
-"153\n"
-"help.text"
-msgid "IMSUM(\"ComplexNumber1\"; \"ComplexNumber2\"; ...)"
-msgstr "IMPRODUCT(კომპლექსური რიცხვი;კომპლექსური რიცხვი 1;...)"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3154640\n"
-"155\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3147570\n"
-"help.text"
-msgid "<bookmark_value>IMSQRT function</bookmark_value>"
-msgstr "<bookmark_value>IMSQRT ფუნქცია</bookmark_value>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3147570\n"
-"167\n"
-"help.text"
-msgid "IMSQRT"
-msgstr "IMSQRT"
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3145202\n"
-"169\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3150760\n"
-"170\n"
-"help.text"
-msgid "IMSQRT(\"ComplexNumber\")"
-msgstr "IMSQRT(კომპლექსური რიცხვი)"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3147268\n"
-"172\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"bm_id3154054\n"
-"help.text"
-msgid "<bookmark_value>COMPLEX function</bookmark_value>"
-msgstr "<bookmark_value>COMPLEX ფუნქცია</bookmark_value>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3154054\n"
-"157\n"
-"help.text"
-msgid "COMPLEX"
-msgstr "COMPLEX"
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3154744\n"
-"159\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3155999\n"
-"160\n"
-"help.text"
-msgid "COMPLEX(RealNum; INum; Suffix)"
-msgstr "COMPLEX(ნამდვილი რიცხვი;I რიცხვი;სუფიქსი)"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3145659\n"
-"164\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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 ""
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3155103\n"
-"217\n"
-"help.text"
-msgid "OCT2BIN"
-msgstr "OCT2BIN"
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3146088\n"
-"219\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3154303\n"
-"220\n"
-"help.text"
-msgid "OCT2BIN(Number; Places)"
-msgstr "OCT2BIN(რიცხვი;ადგილები)"
-
-#: 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 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
-
-#: 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 "ადგილები: გამოსატანი ადგილების ნომრები."
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3147493\n"
-"223\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3147260\n"
-"224\n"
-"help.text"
-msgid "<item type=\"input\">=OCT2BIN(3;3)</item> returns 011."
-msgstr ""
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3152791\n"
-"225\n"
-"help.text"
-msgid "OCT2DEC"
-msgstr "OCT2DEC"
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3159337\n"
-"227\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3153902\n"
-"228\n"
-"help.text"
-msgid "OCT2DEC(Number)"
-msgstr "OCT2DEC(რიცხვი)"
-
-#: 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 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3154698\n"
-"230\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3154930\n"
-"231\n"
-"help.text"
-msgid "<item type=\"input\">=OCT2DEC(144)</item> returns 100."
-msgstr ""
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3155391\n"
-"232\n"
-"help.text"
-msgid "OCT2HEX"
-msgstr "OCT2HEX"
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3146988\n"
-"234\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3150523\n"
-"235\n"
-"help.text"
-msgid "OCT2HEX(Number; Places)"
-msgstr "OCT2HEX(რიცხვი;ადგილები)"
-
-#: 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 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
-
-#: 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 "ადგილები: გამოსატანი ადგილების ნომრები."
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3150504\n"
-"238\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3148802\n"
-"239\n"
-"help.text"
-msgid "<item type=\"input\">=OCT2HEX(144;4)</item> returns 0064."
-msgstr ""
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3148446\n"
-"175\n"
-"help.text"
-msgid "CONVERT_ADD"
-msgstr "CONVERT_ADD"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3153055\n"
-"177\n"
-"help.text"
-msgid "Property"
-msgstr "მდგომარეობა"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3147234\n"
-"178\n"
-"help.text"
-msgid "Units"
-msgstr "ერთეულები"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3147512\n"
-"179\n"
-"help.text"
-msgid "Weight"
-msgstr "წონა"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3155361\n"
-"181\n"
-"help.text"
-msgid "Length"
-msgstr "სიგრძე"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3158429\n"
-"183\n"
-"help.text"
-msgid "Time"
-msgstr "დრო"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3153238\n"
-"185\n"
-"help.text"
-msgid "Pressure"
-msgstr "წნევა"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3152944\n"
-"187\n"
-"help.text"
-msgid "Force"
-msgstr "ძალა"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3153686\n"
-"189\n"
-"help.text"
-msgid "Energy"
-msgstr "ენერგია"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3154100\n"
-"191\n"
-"help.text"
-msgid "Power"
-msgstr "ძალა"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149915\n"
-"192\n"
-"help.text"
-msgid "<emph>W</emph>, <emph>w</emph>, HP, PS"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3148988\n"
-"193\n"
-"help.text"
-msgid "Field strength"
-msgstr "ველის ძალა"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3148616\n"
-"194\n"
-"help.text"
-msgid "<emph>T</emph>, <emph>ga</emph>"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3151120\n"
-"195\n"
-"help.text"
-msgid "Temperature"
-msgstr "ტემპერატურა"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3154610\n"
-"197\n"
-"help.text"
-msgid "Volume"
-msgstr "ხმა"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149244\n"
-"199\n"
-"help.text"
-msgid "Area"
-msgstr "არე"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3150629\n"
-"201\n"
-"help.text"
-msgid "Speed"
-msgstr "სიჩქარე"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3150789\n"
-"201\n"
-"help.text"
-msgid "Information"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3159899\n"
-"202\n"
-"help.text"
-msgid "<emph>bit</emph>, <emph>byte</emph>"
-msgstr ""
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3148422\n"
-"204\n"
-"help.text"
-msgid "Prefix"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3148423\n"
-"help.text"
-msgid "Multiplier"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149490\n"
-"help.text"
-msgid "Y (yotta)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149931\n"
-"help.text"
-msgid "10^24"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149491\n"
-"help.text"
-msgid "Z (zetta)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149932\n"
-"help.text"
-msgid "10^21"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149492\n"
-"help.text"
-msgid "E (exa)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149933\n"
-"help.text"
-msgid "10^18"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149493\n"
-"help.text"
-msgid "P (peta)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149934\n"
-"help.text"
-msgid "10^15"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149494\n"
-"help.text"
-msgid "T (tera)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149935\n"
-"help.text"
-msgid "10^12"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149495\n"
-"help.text"
-msgid "G (giga)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149936\n"
-"help.text"
-msgid "10^9"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149496\n"
-"help.text"
-msgid "M (mega)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149937\n"
-"help.text"
-msgid "10^6"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149497\n"
-"help.text"
-msgid "k (kilo)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149938\n"
-"help.text"
-msgid "10^3"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149498\n"
-"help.text"
-msgid "h (hecto)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149939\n"
-"help.text"
-msgid "10^2"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149499\n"
-"help.text"
-msgid "e (deca)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149940\n"
-"help.text"
-msgid "10^1"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149500\n"
-"help.text"
-msgid "d (deci)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3143940\n"
-"help.text"
-msgid "10^-1"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149501\n"
-"help.text"
-msgid "c (centi)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149941\n"
-"help.text"
-msgid "10^-2"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149502\n"
-"help.text"
-msgid "m (milli)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149942\n"
-"help.text"
-msgid "10^-3"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149503\n"
-"help.text"
-msgid "u (micro)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149943\n"
-"help.text"
-msgid "10^-6"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149504\n"
-"help.text"
-msgid "n (nano)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149944\n"
-"help.text"
-msgid "10^-9"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149505\n"
-"help.text"
-msgid "p (pico)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149945\n"
-"help.text"
-msgid "10^-12"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149506\n"
-"help.text"
-msgid "f (femto)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149946\n"
-"help.text"
-msgid "10^-15"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149507\n"
-"help.text"
-msgid "a (atto)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149947\n"
-"help.text"
-msgid "10^-18"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149508\n"
-"help.text"
-msgid "z (zepto)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149948\n"
-"help.text"
-msgid "10^-21"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149509\n"
-"help.text"
-msgid "y (yocto)"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3149949\n"
-"help.text"
-msgid "10^-24"
-msgstr ""
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id0908200903090966\n"
-"help.text"
-msgid "ki kibi 1024"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id0908200903090958\n"
-"help.text"
-msgid "Mi mebi 1048576"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id0908200903090936\n"
-"help.text"
-msgid "Gi gibi 1073741824"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id0908200903090975\n"
-"help.text"
-msgid "Ti tebi 1099511627776"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id0908200903090930\n"
-"help.text"
-msgid "Pi pebi 1125899906842620"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id0908200903091070\n"
-"help.text"
-msgid "Ei exbi 1152921504606850000"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id0908200903091097\n"
-"help.text"
-msgid "Zi zebi 1180591620717410000000"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id0908200903091010\n"
-"help.text"
-msgid "Yi yobi 1208925819614630000000000"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3146125\n"
-"209\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3153695\n"
-"210\n"
-"help.text"
-msgid "CONVERT_ADD(Number; \"FromUnit\"; \"ToUnit\")"
-msgstr "CONVERT_ADD(რიცხვი;ერთეულიდან;ერთეულამდე)"
-
-#: 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> არის გარდასაქმნელი ციფრული მნიშვნელობა."
-
-#: 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 "ერთეულიდან: ერთეული რომლიდანაც ხდება გადაყვანა."
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3156270\n"
-"214\n"
-"help.text"
-msgid "Examples"
-msgstr "მაგალითები"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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>"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3147096\n"
-"36\n"
-"help.text"
-msgid "FACTDOUBLE"
-msgstr "FACTDOUBLE"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3154666\n"
-"38\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3155121\n"
-"39\n"
-"help.text"
-msgid "FACTDOUBLE(Number)"
-msgstr "FACTDOUBLE(რიცხვი)"
-
-#: 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 ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id2480849\n"
-"help.text"
-msgid "For even numbers FACTDOUBLE(n) returns:"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id4181951\n"
-"help.text"
-msgid "2*4*6*8* ... *n"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id2927335\n"
-"help.text"
-msgid "For odd numbers FACTDOUBLE(n) returns:"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id2107303\n"
-"help.text"
-msgid "1*3*5*7* ... *n"
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id4071779\n"
-"help.text"
-msgid "FACTDOUBLE(0) returns 1 by definition."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"hd_id3154622\n"
-"42\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id7844477\n"
-"help.text"
-msgid "<item type=\"input\">=FACTDOUBLE(5)</item> returns 15."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id3154116\n"
-"43\n"
-"help.text"
-msgid "<item type=\"input\">=FACTDOUBLE(6)</item> returns 48."
-msgstr ""
-
-#: 04060116.xhp
-msgctxt ""
-"04060116.xhp\n"
-"par_id6478469\n"
-"help.text"
-msgid "<item type=\"input\">=FACTDOUBLE(0)</item> returns 1."
-msgstr ""
-
-#: solver_options.xhp
-msgctxt ""
-"solver_options.xhp\n"
-"tit\n"
-"help.text"
-msgid "Options"
-msgstr "პარამეტრები"
-
-#: solver_options.xhp
-msgctxt ""
-"solver_options.xhp\n"
-"hd_id2794274\n"
-"help.text"
-msgid "Options"
-msgstr "პარამეტრები"
-
-#: 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 ""
-
-#: 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 ""
-
-#: solver_options.xhp
-msgctxt ""
-"solver_options.xhp\n"
-"par_id5871761\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Configure the current solver.</ahelp>"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
+msgid "Deleting Contents"
+msgstr "შიგთავის წაშლა"
-#: solver_options.xhp
+#: 02150000.xhp
msgctxt ""
-"solver_options.xhp\n"
-"par_id3806878\n"
+"02150000.xhp\n"
+"par_id3149456\n"
+"2\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 ""
+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."
-#: solver_options.xhp
+#: 02150000.xhp
msgctxt ""
-"solver_options.xhp\n"
-"par_id130619\n"
+"02150000.xhp\n"
+"par_id3159154\n"
+"21\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."
+msgid "This dialog is also called by pressing Backspace after the cell cursor has been activated on the sheet."
msgstr ""
-#: solver_options.xhp
+#: 02150000.xhp
msgctxt ""
-"solver_options.xhp\n"
-"par_id9999694\n"
+"02150000.xhp\n"
+"par_id3145367\n"
+"22\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."
+msgid "Pressing Delete deletes content without calling the dialog or changing formats."
msgstr ""
-#: 05080400.xhp
-msgctxt ""
-"05080400.xhp\n"
-"tit\n"
-"help.text"
-msgid "Add"
-msgstr "დამატება"
-
-#: 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>"
-
-#: 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>"
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Styles and Formatting"
-msgstr "სტილები და ფორმატირება"
-
-#: 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>"
-
-#: 05100000.xhp
+#: 02150000.xhp
msgctxt ""
-"05100000.xhp\n"
-"hd_id3150447\n"
-"1\n"
+"02150000.xhp\n"
+"par_id3153951\n"
+"23\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>"
+msgid "Use <emph>Cut</emph> on the Standard bar to delete contents and formats without the dialog."
+msgstr "სარჩევის წასაშლელად და ფორმატირებისათვის დიალოგის გარეშე გამოიყენეთ <emph>ამოჭრა</emph>"
-#: 05100000.xhp
+#: 02150000.xhp
msgctxt ""
-"05100000.xhp\n"
-"par_id3147434\n"
-"2\n"
+"02150000.xhp\n"
+"hd_id3148575\n"
+"3\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 "გამოყენება სტილები და ფორმატირება -სკენ -სკენ და ტექსტი სექცია თქვენ განახლება სტილები სტილები ან ახალი სტილები."
+msgid "Selection"
+msgstr "მონიშვნა"
-#: 05100000.xhp
+#: 02150000.xhp
msgctxt ""
-"05100000.xhp\n"
+"02150000.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> შეიძლება შეგახსენოთ გახსნა დოკუმენტის რედაქტირებისას."
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"hd_id3150012\n"
-"36\n"
-"help.text"
-msgid "How to apply a cell style:"
-msgstr "როგორ მოხდეს უჯრის სტილის გააქტიურება:"
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_id3159155\n"
-"37\n"
-"help.text"
-msgid "Select the cell or cell range."
-msgstr "უჯრის ან უჯრათა დიაპაზონის ამორჩევა."
-
-#: 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 "ორმაგი-წკაპი სტილზე სტილების და ფორმატირების ფანჯარაში."
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"hd_id3153877\n"
"4\n"
"help.text"
-msgid "Cell Styles"
-msgstr "უჯრის სტილები"
-
-#: 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>"
-
-#: 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>"
+msgid "This area lists the options for deleting contents."
+msgstr "ეს არე ჩამოწერს წაშლილი სარჩევის პარამეტრებს."
-#: 05100000.xhp
+#: 02150000.xhp
msgctxt ""
-"05100000.xhp\n"
-"par_id3154255\n"
+"02150000.xhp\n"
+"hd_id3146975\n"
"5\n"
"help.text"
-msgid "Cell Styles"
-msgstr "უჯრის სტილები"
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"hd_id3153963\n"
-"7\n"
-"help.text"
-msgid "Page Styles"
-msgstr "გვერდის სტილები"
+msgid "Delete All"
+msgstr "ყველაფრის წაშლა"
-#: 05100000.xhp
+#: 02150000.xhp
msgctxt ""
-"05100000.xhp\n"
-"par_id3147003\n"
-"9\n"
+"02150000.xhp\n"
+"par_id3154729\n"
+"6\n"
"help.text"
-msgid "<ahelp hid=\".uno:PageStyle\">Displays the Page Styles available for indirect page formatting.</ahelp>"
-msgstr "<ahelp hid=\".uno:PageStyle\">ასახავს არაპირდაპირი ფორმატირებისთვის ხელმისაწვდომ გვერთა სტილებს.</ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/deletecontents/deleteall\">Deletes all content from the selected cell range.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/deletecontents/deleteall\">Deletes all content from the selected cell range.</ahelp>"
-#: 05100000.xhp
+#: 02150000.xhp
msgctxt ""
-"05100000.xhp\n"
-"par_id3159100\n"
+"02150000.xhp\n"
+"hd_id3156286\n"
+"7\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>"
+msgid "Text"
+msgstr "შემდეგი"
-#: 05100000.xhp
+#: 02150000.xhp
msgctxt ""
-"05100000.xhp\n"
-"par_id3150361\n"
+"02150000.xhp\n"
+"par_id3154015\n"
"8\n"
"help.text"
-msgid "Page Styles"
-msgstr "გვერდის სტილები"
+msgid "<ahelp hid=\"/modules/scalc/ui/deletecontents/text\">Deletes text only. Formats, formulas, numbers and dates are not affected.</ahelp>"
+msgstr "<ahelp hid=\"/modules/scalc/ui/deletecontents/text\">Deletes strings only. Formats, formulas, numbers and dates are not affected.</ahelp>"
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"hd_id3150202\n"
-"10\n"
-"help.text"
-msgid "Fill Format Mode"
-msgstr "ფორმატით შევსების რეჟიმი"
-
-#: 05100000.xhp
+#: 02150000.xhp
msgctxt ""
-"05100000.xhp\n"
-"par_id3155531\n"
-"12\n"
+"02150000.xhp\n"
+"hd_id3153840\n"
+"9\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 ""
+msgid "Numbers"
+msgstr "რიცხვები"
-#: 05100000.xhp
+#: 02150000.xhp
msgctxt ""
-"05100000.xhp\n"
-"par_id3155087\n"
+"02150000.xhp\n"
+"par_id3148405\n"
+"10\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>"
+msgid "<ahelp hid=\"/modules/scalc/ui/deletecontents/numbers\">Deletes numbers only. Formats and formulas remain unchanged.</ahelp>"
+msgstr "<ahelp hid=\"/modules/scalc/ui/deletecontents/numbers\">Deletes numbers only. Formats and formulas remain unchanged.</ahelp>"
-#: 05100000.xhp
+#: 02150000.xhp
msgctxt ""
-"05100000.xhp\n"
-"par_id3156198\n"
+"02150000.xhp\n"
+"hd_id3155764\n"
"11\n"
"help.text"
-msgid "Fill Format Mode"
-msgstr "ფორმატით შემსების რეჟიმი"
+msgid "Date & time"
+msgstr "თარიღი და დრო"
-#: 05100000.xhp
+#: 02150000.xhp
msgctxt ""
-"05100000.xhp\n"
-"hd_id3148870\n"
-"13\n"
+"02150000.xhp\n"
+"par_id3149567\n"
+"12\n"
"help.text"
-msgid "How to apply a new style with the paint can:"
-msgstr "ახალი სტილის ხატვით გააქტიურება:"
+msgid "<ahelp hid=\"/modules/scalc/ui/deletecontents/datetime\">Deletes date and time values. Formats, text, numbers and formulas remain unchanged.</ahelp>"
+msgstr "<ahelp hid=\"/modules/scalc/ui/deletecontents/datetime\">Deletes date and time values. Formats, text, numbers and formulas remain unchanged.</ahelp>"
-#: 05100000.xhp
+#: 02150000.xhp
msgctxt ""
-"05100000.xhp\n"
-"par_id3145078\n"
-"27\n"
+"02150000.xhp\n"
+"hd_id3154703\n"
+"13\n"
"help.text"
-msgid "Select the desired style from the Styles and Formatting window."
-msgstr "ამოირჩიეთ სასურველი სტილი სტილების და ფორმატირების ფანჯრიდან."
+msgid "Formulas"
+msgstr "ფორმულები"
-#: 05100000.xhp
+#: 02150000.xhp
msgctxt ""
-"05100000.xhp\n"
-"par_id3159098\n"
-"28\n"
+"02150000.xhp\n"
+"par_id3148485\n"
+"14\n"
"help.text"
-msgid "Click the <emph>Fill Format Mode</emph> icon."
-msgstr "დააწკაპეთ <emph>ფორმატირებით შევსების რეჟიმის</emph> ხატულას."
+msgid "<ahelp hid=\"/modules/scalc/ui/deletecontents/formulas\">Deletes formulas. Text, numbers, formats, dates and times remain unchanged.</ahelp>"
+msgstr "<ahelp hid=\"/modules/scalc/ui/deletecontents/formulas\">Deletes formulas. Text, numbers, formats, dates and times remain unchanged.</ahelp>"
-#: 05100000.xhp
+#: 02150000.xhp
msgctxt ""
-"05100000.xhp\n"
-"par_id3148609\n"
+"02150000.xhp\n"
+"hd_id3150300\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 "დააწკაპეთ უჯრას გასაფორმებლად, ან გადმოათრიეთ თაგვი მითითებულ დიაპაზონზე მთელი დიაპაზონის გასაფორმებლად. გაიმეორეთ მოქმედება სხვა უჯრებისთვის და უჯრათა დიაპაზონისთვის."
-
-#: 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> კიდევ ერთხელ რეჟიმიდან გასასვლელად."
+msgid "Comments"
+msgstr "კომენტარი"
-#: 05100000.xhp
+#: 02150000.xhp
msgctxt ""
-"05100000.xhp\n"
-"hd_id3153975\n"
+"02150000.xhp\n"
+"par_id3154658\n"
"16\n"
"help.text"
-msgid "New Style from Selection"
-msgstr "მონიშნულიდან ახალი სტილი"
+msgid "<ahelp hid=\"/modules/scalc/ui/deletecontents/comments\">Deletes comments added to cells. All other elements remain unchanged.</ahelp>"
+msgstr "<ahelp hid=\"/modules/scalc/ui/deletecontents/comments\">Deletes notes added to cells. All other elements remain unchanged.</ahelp>"
-#: 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 ""
-
-#: 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>"
-
-#: 05100000.xhp
+#: 02150000.xhp
msgctxt ""
-"05100000.xhp\n"
-"par_id3146963\n"
+"02150000.xhp\n"
+"hd_id3155112\n"
"17\n"
"help.text"
-msgid "New Style from Selection"
-msgstr "მონიშნულიდან ახალი სტილი"
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"hd_id3153813\n"
-"19\n"
-"help.text"
-msgid "Update Style"
-msgstr "სტილის განახლება"
+msgid "Formats"
+msgstr "ფორმატები"
-#: 05100000.xhp
+#: 02150000.xhp
msgctxt ""
-"05100000.xhp\n"
-"par_id3154707\n"
-"21\n"
+"02150000.xhp\n"
+"par_id3146134\n"
+"18\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>"
+msgid "<ahelp hid=\"/modules/scalc/ui/deletecontents/formats\">Deletes format attributes applied to cells. All cell content remains unchanged.</ahelp>"
+msgstr "<ahelp hid=\"/modules/scalc/ui/deletecontents/formats\">Deletes format attributes applied to cells. All cell content remains unchanged.</ahelp>"
-#: 05100000.xhp
+#: 02150000.xhp
msgctxt ""
-"05100000.xhp\n"
-"par_id3145118\n"
+"02150000.xhp\n"
+"hd_id3150088\n"
+"19\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>"
+msgid "Objects"
+msgstr "ობიექტები"
-#: 05100000.xhp
+#: 02150000.xhp
msgctxt ""
-"05100000.xhp\n"
-"par_id3147501\n"
+"02150000.xhp\n"
+"par_id3152990\n"
"20\n"
"help.text"
-msgid "Update Style"
-msgstr "სტილის განახლება"
-
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"par_idN109BE\n"
-"help.text"
-msgid "Style List"
-msgstr "სტილის სია"
-
-#: 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>"
-
-#: 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 ""
+msgid "<ahelp hid=\"/modules/scalc/ui/deletecontents/objects\">Deletes objects. All cell content remains unchanged.</ahelp>"
+msgstr "<ahelp hid=\"/modules/scalc/ui/deletecontents/objects\">Deletes objects. All cell content remains unchanged.</ahelp>"
-#: 05100000.xhp
-msgctxt ""
-"05100000.xhp\n"
-"hd_id3149053\n"
-"24\n"
-"help.text"
-msgid "Style Groups"
-msgstr "სტილის ჯგუფები"
-
-#: 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>"
-
-#: 04070300.xhp
+#: 02160000.xhp
msgctxt ""
-"04070300.xhp\n"
+"02160000.xhp\n"
"tit\n"
"help.text"
-msgid "Creating Names"
-msgstr "სახელების შექმნა"
+msgid "Delete Cells"
+msgstr "უჯრების წაშლა"
-#: 04070300.xhp
+#: 02160000.xhp
msgctxt ""
-"04070300.xhp\n"
-"bm_id3147264\n"
+"02160000.xhp\n"
+"bm_id3153726\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>"
+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 ""
-#: 04070300.xhp
+#: 02160000.xhp
msgctxt ""
-"04070300.xhp\n"
-"hd_id3147264\n"
+"02160000.xhp\n"
+"hd_id3153726\n"
"1\n"
"help.text"
-msgid "Creating Names"
-msgstr "სახელების შექმნა"
+msgid "Delete Cells"
+msgstr "უჯრების წაშლა"
-#: 04070300.xhp
+#: 02160000.xhp
msgctxt ""
-"04070300.xhp\n"
-"par_id3153969\n"
+"02160000.xhp\n"
+"par_id3154490\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>"
-
-#: 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 ""
+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."
-#: 04070300.xhp
+#: 02160000.xhp
msgctxt ""
-"04070300.xhp\n"
-"hd_id3151116\n"
+"02160000.xhp\n"
+"hd_id3149121\n"
"3\n"
"help.text"
-msgid "Create names from"
-msgstr "სახელების შექმნა"
+msgid "Selection"
+msgstr "მონიშვნა"
-#: 04070300.xhp
+#: 02160000.xhp
msgctxt ""
-"04070300.xhp\n"
-"par_id3152597\n"
+"02160000.xhp\n"
+"par_id3150751\n"
"4\n"
"help.text"
-msgid "Defines which part of the spreadsheet is to be used for creating the name."
-msgstr ""
+msgid "This area contains options for specifying how sheets are displayed after deleting cells."
+msgstr "ეს არე შეიცავს იმ სპეციფიური დაფების პარამეტრები, რომელიც ჩანს უჯრების წაშლის შემდეგ."
-#: 04070300.xhp
+#: 02160000.xhp
msgctxt ""
-"04070300.xhp\n"
-"hd_id3153729\n"
+"02160000.xhp\n"
+"hd_id3155767\n"
"5\n"
"help.text"
-msgid "Top row"
-msgstr "ზედა რიგი"
+msgid "Shift cells up"
+msgstr "უჯრების ზემოთ ანაცვლება"
-#: 04070300.xhp
+#: 02160000.xhp
msgctxt ""
-"04070300.xhp\n"
-"par_id3149263\n"
+"02160000.xhp\n"
+"par_id3153714\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 ""
+msgid "<ahelp hid=\"modules/scalc/ui/deletecells/up\">Fills the space produced by the deleted cells with the cells underneath it.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/deletecells/up\">შეავსებს the space produced by the deleted cells with the cells underneath it.</ahelp>"
-#: 04070300.xhp
+#: 02160000.xhp
msgctxt ""
-"04070300.xhp\n"
-"hd_id3146984\n"
+"02160000.xhp\n"
+"hd_id3156382\n"
"7\n"
"help.text"
-msgid "Left Column"
-msgstr "მარცხენა სვეტი"
+msgid "Shift cells left"
+msgstr "უჯრების მარცხნივ გადანაცვლება"
-#: 04070300.xhp
+#: 02160000.xhp
msgctxt ""
-"04070300.xhp\n"
-"par_id3153190\n"
+"02160000.xhp\n"
+"par_id3154702\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 ""
+msgid "<ahelp hid=\"modules/scalc/ui/deletecells/left\">Fills the resulting space by the cells to the right of the deleted cells.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/deletecells/left\">შეავსებს the resulting space by the cells to the right of the deleted cells.</ahelp>"
-#: 04070300.xhp
+#: 02160000.xhp
msgctxt ""
-"04070300.xhp\n"
-"hd_id3156284\n"
+"02160000.xhp\n"
+"hd_id3146918\n"
"9\n"
"help.text"
-msgid "Bottom row"
-msgstr "ქვედა რიგი"
+msgid "Delete entire row(s)"
+msgstr "მთლიანი უჯრ(ებ)ის წაშლა"
-#: 04070300.xhp
+#: 02160000.xhp
msgctxt ""
-"04070300.xhp\n"
-"par_id3147124\n"
+"02160000.xhp\n"
+"par_id3148487\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 ""
+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>"
-#: 04070300.xhp
+#: 02160000.xhp
msgctxt ""
-"04070300.xhp\n"
-"hd_id3154731\n"
+"02160000.xhp\n"
+"hd_id3155114\n"
"11\n"
"help.text"
-msgid "Right Column"
-msgstr "მარჯვენა სვეტი"
+msgid "Delete entire column(s)"
+msgstr "მთლიანი სვეტ(ებ)ის წაშლა"
-#: 04070300.xhp
+#: 02160000.xhp
msgctxt ""
-"04070300.xhp\n"
-"par_id3153158\n"
+"02160000.xhp\n"
+"par_id3150086\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 ""
+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>"
+
+#: 02160000.xhp
+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>"
#: 02170000.xhp
-#, fuzzy
msgctxt ""
"02170000.xhp\n"
"tit\n"
@@ -6423,7 +2002,6 @@ msgid "<bookmark_value>spreadsheets; deleting</bookmark_value><bookmark_value>sh
msgstr "<bookmark_value>ელექტრონული ცხრილები; deleting</bookmark_value><bookmark_value>sheets; deleting</bookmark_value><bookmark_value>deleting; ელექტრონული ცხრილები</bookmark_value>"
#: 02170000.xhp
-#, fuzzy
msgctxt ""
"02170000.xhp\n"
"hd_id3156424\n"
@@ -6486,4652 +2064,3523 @@ msgctxt ""
msgid "Cancels the dialog. No delete is performed."
msgstr "დიალოგის შეწყვეტა. წაშლა არ მომზადებულა."
-#: 12050200.xhp
+#: 02180000.xhp
msgctxt ""
-"12050200.xhp\n"
+"02180000.xhp\n"
"tit\n"
"help.text"
-msgid "Options"
-msgstr "პარამეტრები"
+msgid "Move or Copy a Sheet"
+msgstr "ფურცლის ასლი ან გადატანა"
-#: 12050200.xhp
+#: 02180000.xhp
msgctxt ""
-"12050200.xhp\n"
-"bm_id3154758\n"
+"02180000.xhp\n"
+"bm_id3153360\n"
"help.text"
-msgid "<bookmark_value>subtotals; sorting options</bookmark_value>"
-msgstr "<bookmark_value>ქვეჯამები; დახარისხების პარამეტრები</bookmark_value>"
+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>"
-#: 12050200.xhp
+#: 02180000.xhp
msgctxt ""
-"12050200.xhp\n"
-"hd_id3154758\n"
+"02180000.xhp\n"
+"hd_id3153360\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>"
+msgid "Move or Copy a Sheet"
+msgstr "ფურცლის ასლი ან გადატანა"
-#: 12050200.xhp
+#: 02180000.xhp
msgctxt ""
-"12050200.xhp\n"
-"par_id3154124\n"
+"02180000.xhp\n"
+"par_id3154686\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"HID_SCPAGE_SUBT_OPTIONS\">Specify the settings for calculating and presenting subtotals.</ahelp>"
-msgstr ""
+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>"
-#: 12050200.xhp
+#: 02180000.xhp
msgctxt ""
-"12050200.xhp\n"
-"hd_id3156422\n"
+"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!"
+
+#: 02180000.xhp
+msgctxt ""
+"02180000.xhp\n"
+"hd_id3163710\n"
"3\n"
"help.text"
-msgid "Page break between groups"
-msgstr "ჯგუფებს შორის გვერდის გაყოფა"
+msgid "To Document"
+msgstr "დოკუმენტისათვის"
-#: 12050200.xhp
+#: 02180000.xhp
msgctxt ""
-"12050200.xhp\n"
-"par_id3147317\n"
+"02180000.xhp\n"
+"par_id3148645\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 ""
+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."
-#: 12050200.xhp
+#: 02180000.xhp
msgctxt ""
-"12050200.xhp\n"
-"hd_id3146985\n"
+"02180000.xhp\n"
+"hd_id3154012\n"
"5\n"
"help.text"
-msgid "Case sensitive"
-msgstr "რეგისტრისადმი მგძნობიარე"
+msgid "Insert Before"
+msgstr "წინ ჩასმა"
-#: 12050200.xhp
+#: 02180000.xhp
msgctxt ""
-"12050200.xhp\n"
-"par_id3153190\n"
+"02180000.xhp\n"
+"par_id3145366\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 ""
+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."
-#: 12050200.xhp
+#: 02180000.xhp
msgctxt ""
-"12050200.xhp\n"
-"hd_id3151119\n"
+"02180000.xhp\n"
+"hd_id3153726\n"
"7\n"
"help.text"
-msgid "Pre-sort area according to groups"
-msgstr ""
+msgid "Copy"
+msgstr "კოპირება"
-#: 12050200.xhp
+#: 02180000.xhp
msgctxt ""
-"12050200.xhp\n"
-"par_id3149664\n"
+"02180000.xhp\n"
+"par_id3144764\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 ""
-
-#: 12050200.xhp
-msgctxt ""
-"12050200.xhp\n"
-"hd_id3153951\n"
-"9\n"
-"help.text"
-msgid "Sort"
-msgstr "დახარისხება"
-
-#: 12050200.xhp
-#, fuzzy
-msgctxt ""
-"12050200.xhp\n"
-"hd_id3145252\n"
-"11\n"
-"help.text"
-msgid "Include formats"
-msgstr "ფორმატების ჩათვლით"
-
-#: 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 ""
-
-#: 12050200.xhp
-#, fuzzy
-msgctxt ""
-"12050200.xhp\n"
-"hd_id3155418\n"
-"13\n"
-"help.text"
-msgid "Custom sort order"
-msgstr "დახარისხების სხვა წესი"
-
-#: 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 ""
-
-#: 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დამავალი"
+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."
-#: 12050200.xhp
+#: 02190000.xhp
msgctxt ""
-"12050200.xhp\n"
-"par_id3155068\n"
-"16\n"
+"02190000.xhp\n"
+"tit\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 ""
+msgid "Delete Manual Breaks"
+msgstr "ხელით წყვეტების წაშლა"
-#: 12050200.xhp
+#: 02190000.xhp
msgctxt ""
-"12050200.xhp\n"
-"hd_id3155443\n"
-"17\n"
+"02190000.xhp\n"
+"hd_id3150541\n"
+"1\n"
"help.text"
-msgid "Descending"
-msgstr "კლებადობით"
+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>"
-#: 12050200.xhp
+#: 02190000.xhp
msgctxt ""
-"12050200.xhp\n"
-"par_id3153766\n"
-"18\n"
+"02190000.xhp\n"
+"par_id3154365\n"
+"2\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 ""
+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>"
-#: 04060112.xhp
+#: 02190100.xhp
msgctxt ""
-"04060112.xhp\n"
+"02190100.xhp\n"
"tit\n"
"help.text"
-msgid "Add-in for Programming in $[officename] Calc"
-msgstr "პროგრამირებისთვის დამატება $[officename] Calc-ში"
+msgid "Row Break"
+msgstr "რიგის გაწყვეტა"
-#: 04060112.xhp
+#: 02190100.xhp
msgctxt ""
-"04060112.xhp\n"
-"bm_id3151076\n"
+"02190100.xhp\n"
+"bm_id3156326\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>"
+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>"
-#: 04060112.xhp
+#: 02190100.xhp
msgctxt ""
-"04060112.xhp\n"
-"hd_id3151076\n"
+"02190100.xhp\n"
+"hd_id3156326\n"
"1\n"
"help.text"
-msgid "Add-in for Programming in $[officename] Calc"
-msgstr "პროგრამირებისთვის დამატება $[officename] Calc-ში"
-
-#: 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 ""
+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>"
-#: 04060112.xhp
+#: 02190100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3150361\n"
+"02190100.xhp\n"
+"par_id3154366\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 ""
+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>"
-#: 04060112.xhp
+#: 02190100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149211\n"
+"02190100.xhp\n"
+"par_id3151041\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 ""
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"hd_id3146981\n"
-"4\n"
-"help.text"
-msgid "The Add-In Concept"
-msgstr "დამატება"
-
-#: 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 ""
+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."
-#: 04060112.xhp
+#: 02190200.xhp
msgctxt ""
-"04060112.xhp\n"
-"hd_id3152890\n"
-"6\n"
+"02190200.xhp\n"
+"tit\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> ფუნქციები"
+msgid "Column Break"
+msgstr "სვეტის გაწყვეტა"
-#: 04060112.xhp
+#: 02190200.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3148837\n"
-"7\n"
+"02190200.xhp\n"
+"bm_id3151384\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 ""
+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>"
-#: 04060112.xhp
+#: 02190200.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3148604\n"
-"8\n"
+"02190200.xhp\n"
+"hd_id3151384\n"
+"1\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 ""
+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>"
-#: 04060112.xhp
+#: 02190200.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3150112\n"
-"9\n"
+"02190200.xhp\n"
+"par_id3154124\n"
+"2\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 ""
+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>"
-#: 04060112.xhp
+#: 02190200.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3155269\n"
-"10\n"
+"02190200.xhp\n"
+"par_id3145173\n"
+"3\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 ""
+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."
-#: 04060112.xhp
+#: 02200000.xhp
msgctxt ""
-"04060112.xhp\n"
-"hd_id3145077\n"
-"11\n"
+"02200000.xhp\n"
+"tit\n"
"help.text"
-msgid "General information about the interface"
-msgstr "საერთო ინფორმაცია ინტერფეისის შესახებ"
+msgid "Sheet"
+msgstr "შექმნა"
-#: 04060112.xhp
+#: 02200000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3146776\n"
-"12\n"
+"02200000.xhp\n"
+"hd_id3146794\n"
+"1\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 ""
+msgid "<link href=\"text/scalc/01/02200000.xhp\" name=\"Sheet\">Sheet</link>"
+msgstr "<link href=\"text/scalc/01/02200000.xhp\" name=\"Sheet\">ფურცელი</link>"
-#: 04060112.xhp
+#: 02200000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149899\n"
-"13\n"
+"02200000.xhp\n"
+"par_id3149456\n"
+"2\n"
"help.text"
-msgid "The data types are defined as follows:"
-msgstr "მონაცემთა ტიპები განსაზღვრულია შემდეგით:"
+msgid "<ahelp hid=\".\">Edit commands for entire sheets.</ahelp>"
+msgstr "<ahelp hid=\".\">რედაქტირება commands for entire sheets.</ahelp>"
-#: 04060112.xhp
+#: 02200000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3151302\n"
-"14\n"
+"02200000.xhp\n"
+"hd_id3150792\n"
+"3\n"
"help.text"
-msgid "<emph>Data types</emph>"
-msgstr "<emph>მონაცემების ტიპები</emph>"
+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>"
-#: 04060112.xhp
+#: 02200000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3143222\n"
-"15\n"
+"02200000.xhp\n"
+"hd_id3153968\n"
+"4\n"
"help.text"
-msgid "<emph>Definition</emph>"
-msgstr "<emph>განსაზღვრა</emph>"
+msgid "<link href=\"text/scalc/01/02210000.xhp\" name=\"Select\">Select</link>"
+msgstr "<link href=\"text/scalc/01/02210000.xhp\" name=\"Select\">მონიშნეთ</link>"
-#: 04060112.xhp
+#: 02200000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149384\n"
-"16\n"
+"02200000.xhp\n"
+"hd_id3163708\n"
+"5\n"
"help.text"
-msgid "CALLTYPE"
-msgstr "CALLTYPE"
+msgid "<link href=\"text/scalc/01/02170000.xhp\" name=\"Delete\">Delete</link>"
+msgstr "<link href=\"text/scalc/01/02170000.xhp\" name=\"Delete\">Delete</link>"
-#: 04060112.xhp
+#: 02200000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3146963\n"
-"17\n"
+"02200000.xhp\n"
+"hd_id3163733308\n"
"help.text"
-msgid "Under Windows: FAR PASCAL (_far _pascal)"
-msgstr "Windows-ში: FAR PASCAL (_far _pascal)"
+msgid "<link href=\"text/shared/01/06140500.xhp\" name=\"Events\">Events</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: 04060112.xhp
+#: 02210000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3153809\n"
-"18\n"
+"02210000.xhp\n"
+"tit\n"
"help.text"
-msgid "Other: default (operating system specific default)"
-msgstr "სხვა: ნაგულისხმევი (ოპერაციული სისტემის ნაგულისხმევი)"
+msgid "Selecting Sheets"
+msgstr "არჩეული ფურცლები"
-#: 04060112.xhp
+#: 02210000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3154734\n"
-"19\n"
+"02210000.xhp\n"
+"hd_id3156023\n"
+"5\n"
"help.text"
-msgid "USHORT"
-msgstr "USHORT"
+msgid "Selecting Sheets"
+msgstr "არჩეული ფურცლები"
-#: 04060112.xhp
+#: 02210000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3155760\n"
-"20\n"
+"02210000.xhp\n"
+"par_id3147265\n"
+"1\n"
"help.text"
-msgid "2 Byte unsigned Integer"
-msgstr "2 ბაიტი მიუნიჭებელი მთელი რიცხვი"
+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>"
-#: 04060112.xhp
+#: 02210000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3145320\n"
-"21\n"
+"02210000.xhp\n"
+"hd_id3125863\n"
+"2\n"
"help.text"
-msgid "DOUBLE"
-msgstr "DOUBLE"
+msgid "Selected Sheets"
+msgstr "Selected Sheets"
-#: 04060112.xhp
+#: 02210000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3150956\n"
-"22\n"
+"02210000.xhp\n"
+"par_id3153969\n"
+"3\n"
"help.text"
-msgid "8 byte platform-dependent format"
-msgstr "8 ბაიტიან პლათფორმაზე დამოკიდებული ფორმატი"
+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>"
-#: 04060112.xhp
+#: 03070000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3146097\n"
-"23\n"
+"03070000.xhp\n"
+"tit\n"
"help.text"
-msgid "Paramtype"
-msgstr "პარამეტრის ტიპი"
+msgid "Column & Row Headers"
+msgstr "სვეტი & Row Headers"
-#: 04060112.xhp
+#: 03070000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3150432\n"
-"24\n"
+"03070000.xhp\n"
+"bm_id3156024\n"
"help.text"
-msgid "Platform-dependent like int"
-msgstr "int-ის მსგავსი პლათფორმაზე დამოკიდებული"
+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>"
-#: 04060112.xhp
+#: 03070000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3153955\n"
-"25\n"
+"03070000.xhp\n"
+"hd_id3156024\n"
+"1\n"
"help.text"
-msgid "PTR_DOUBLE =0 pointer to a double"
-msgstr ""
+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>"
-#: 04060112.xhp
+#: 03070000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3159262\n"
-"26\n"
+"03070000.xhp\n"
+"par_id3147230\n"
+"2\n"
"help.text"
-msgid "PTR_STRING =1 pointer to a zero-terminated string"
-msgstr ""
+msgid "<ahelp hid=\".uno:ViewRowColumnHeaders\">Shows column headers and row headers.</ahelp>"
+msgstr "<ahelp hid=\".uno:ViewRowColumnHeaders\">Shows column headers and row headers.</ahelp>"
-#: 04060112.xhp
+#: 03070000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3148747\n"
-"27\n"
+"03070000.xhp\n"
+"par_id3156280\n"
+"4\n"
"help.text"
-msgid "PTR_DOUBLE_ARR =2 pointer to a double array"
-msgstr ""
+msgid "To hide the column and row headers unmark this menu entry."
+msgstr "To hide the column and row headers unmark this menu entry."
-#: 04060112.xhp
+#: 03070000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3147406\n"
-"28\n"
+"03070000.xhp\n"
+"par_id3156441\n"
+"3\n"
"help.text"
-msgid "PTR_STRING_ARR =3 pointer to a string array"
+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 ""
-#: 04060112.xhp
+#: 03080000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3151392\n"
-"29\n"
+"03080000.xhp\n"
+"tit\n"
"help.text"
-msgid "PTR_CELL_ARR =4 pointer to a cell array"
-msgstr ""
+msgid "Value Highlighting"
+msgstr "Value Highlighting"
-#: 04060112.xhp
+#: 03080000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3153028\n"
-"30\n"
+"03080000.xhp\n"
+"bm_id3151384\n"
"help.text"
-msgid "NONE =5"
-msgstr "NONE =5"
+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>"
-#: 04060112.xhp
+#: 03080000.xhp
msgctxt ""
-"04060112.xhp\n"
-"hd_id3156396\n"
-"31\n"
+"03080000.xhp\n"
+"hd_id3151384\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> ფუნქციები"
+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>"
-#: 04060112.xhp
+#: 03080000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3153019\n"
-"32\n"
+"03080000.xhp\n"
+"par_id3154366\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>."
+msgid "<ahelp hid=\".uno:ViewValueHighlighting\">Displays cell contents in different colors, depending on type.</ahelp>"
msgstr ""
-#: 04060112.xhp
+#: 03080000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3150038\n"
-"33\n"
+"03080000.xhp\n"
+"par_id3125863\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> ფუნქციები"
+msgid "To remove the highlighting, unmark the menu entry."
+msgstr "To remove the highlighting, unmark the menu entry."
-#: 04060112.xhp
+#: 03080000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3157876\n"
-"34\n"
+"03080000.xhp\n"
+"par_id3145785\n"
"help.text"
-msgid "void CALLTYPE fn(out, in1, in2, ...)"
+msgid "Text cells are formatted in black, formulas in green, and number cells in blue, no matter how their display is formatted."
msgstr ""
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3147616\n"
-"35\n"
-"help.text"
-msgid "Output: Resulting value"
-msgstr "გამონატანი: შედეგის მნიშვნელობა"
-
-#: 04060112.xhp
+#: 03080000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3159119\n"
-"36\n"
+"03080000.xhp\n"
+"par_id3153188\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 ""
+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
+#: 03090000.xhp
msgctxt ""
-"04060112.xhp\n"
-"hd_id3150653\n"
-"37\n"
+"03090000.xhp\n"
+"tit\n"
"help.text"
-msgid "GetFunctionCount()"
-msgstr "GetFunctionCount()"
+msgid "Formula Bar"
+msgstr "Formula Bar"
-#: 04060112.xhp
+#: 03090000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3152981\n"
-"38\n"
+"03090000.xhp\n"
+"bm_id3147264\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 ""
+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>"
-#: 04060112.xhp
+#: 03090000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3150742\n"
-"39\n"
+"03090000.xhp\n"
+"hd_id3147264\n"
+"1\n"
"help.text"
-msgid "<emph>Syntax</emph>"
-msgstr "<emph>სინტაქსი</emph>"
+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>"
-#: 04060112.xhp
+#: 03090000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3148728\n"
-"40\n"
+"03090000.xhp\n"
+"par_id3156423\n"
+"2\n"
"help.text"
-msgid "void CALLTYPE GetFunctionCount(USHORT& nCount)"
-msgstr "void CALLTYPE GetFunctionCount(USHORT& nCount)"
+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 ელექტრონული ცხრილები."
-#: 04060112.xhp
+#: 03090000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3154677\n"
-"41\n"
+"03090000.xhp\n"
+"par_id3154686\n"
+"4\n"
"help.text"
-msgid "<emph>Parameter</emph>"
-msgstr "<emph>პარამეტრი</emph>"
+msgid "To hide the Formula Bar, unmark the menu item."
+msgstr "To hide the Formula Bar, unmark the menu item."
-#: 04060112.xhp
+#: 03090000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3146940\n"
-"42\n"
+"03090000.xhp\n"
+"par_id3145787\n"
+"3\n"
"help.text"
-msgid "USHORT &nCount:"
-msgstr "USHORT &nCount:"
+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."
-#: 04060112.xhp
+#: 03100000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149893\n"
-"43\n"
+"03100000.xhp\n"
+"tit\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 ტოლია -სკენ შეიცავს რიცხვი - დამატება -თვის მაგალითი დამატება შეიცავს -თვის გამოთვლა."
+msgid "Page Break Preview"
+msgstr "Page Break Preview"
-#: 04060112.xhp
+#: 03100000.xhp
msgctxt ""
-"04060112.xhp\n"
-"hd_id3147476\n"
-"44\n"
+"03100000.xhp\n"
+"hd_id3151384\n"
+"1\n"
"help.text"
-msgid "GetFunctionData()"
-msgstr "GetFunctionData()"
+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>"
-#: 04060112.xhp
+#: 03100000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3154841\n"
-"45\n"
+"03100000.xhp\n"
+"par_id3150792\n"
+"2\n"
"help.text"
-msgid "Determines all the important information about an Add-In function."
-msgstr "ყველა მნიშვნელოვანი ინფორმაცია დამატება."
+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>"
-#: 04060112.xhp
+#: 03100000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3148888\n"
-"46\n"
+"03100000.xhp\n"
+"par_id3153877\n"
+"13\n"
"help.text"
-msgid "<emph>Syntax</emph>"
-msgstr "<emph>სინტაქსი</emph>"
+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:"
-#: 04060112.xhp
+#: 03100000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3148434\n"
-"47\n"
+"03100000.xhp\n"
+"hd_id3154731\n"
+"14\n"
"help.text"
-msgid "void CALLTYPE GetFunctionData(USHORT& nNo, char* pFuncName, USHORT& nParamCount, Paramtype* peType, char* pInternalName)"
-msgstr "CALLTYPE USHORT char USHORT პარამეტრის ტიპი char"
+msgid "Delete All Manual Breaks"
+msgstr "Delete All Manual Breaks"
-#: 04060112.xhp
+#: 03100000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149253\n"
-"48\n"
+"03100000.xhp\n"
+"par_id3149400\n"
+"15\n"
"help.text"
-msgid "<emph>Parameter</emph>"
-msgstr "<emph>პარამეტრი</emph>"
+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>"
-#: 04060112.xhp
+#: 03100000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149686\n"
-"49\n"
+"03100000.xhp\n"
+"hd_id3155067\n"
+"18\n"
"help.text"
-msgid "USHORT& nNo:"
-msgstr "USHORT& nNo:"
+msgid "Add Print Range"
+msgstr "დასაბეჭდი დიაპაზონის დამატება"
-#: 04060112.xhp
+#: 03100000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149949\n"
-"50\n"
+"03100000.xhp\n"
+"par_id3155764\n"
+"19\n"
"help.text"
-msgid "Input: Function number between 0 and nCount-1, inclusively."
-msgstr "შეყვანა ფუნქცია რიცხვი არის შორის და."
+msgid "Adds the selected cells to print ranges."
+msgstr "Adds the selected cells to print ranges."
-#: 04060112.xhp
+#: 04010000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149546\n"
-"51\n"
+"04010000.xhp\n"
+"tit\n"
"help.text"
-msgid "char* pFuncName:"
-msgstr "char* pFuncName:"
+msgid "Manual Break"
+msgstr "Manual Break"
-#: 04060112.xhp
+#: 04010000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3148579\n"
-"52\n"
+"04010000.xhp\n"
+"bm_id3153192\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 ""
+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>"
-#: 04060112.xhp
+#: 04010000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3153935\n"
-"53\n"
+"04010000.xhp\n"
+"hd_id3153192\n"
+"1\n"
"help.text"
-msgid "USHORT& nParamCount:"
-msgstr "USHORT& nParamCount:"
+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>"
-#: 04060112.xhp
+#: 04010000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3150142\n"
-"54\n"
+"04010000.xhp\n"
+"par_id3125864\n"
+"2\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 ""
+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>"
-#: 04060112.xhp
+#: 04010000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3145143\n"
-"55\n"
+"04010000.xhp\n"
+"par_id3155133\n"
+"3\n"
"help.text"
-msgid "Paramtype* peType:"
-msgstr "პარამეტრის ტიპი* peType:"
+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."
-#: 04060112.xhp
+#: 04010100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3148750\n"
-"56\n"
+"04010100.xhp\n"
+"tit\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 ""
+msgid "Row Break"
+msgstr "რიგის გაწყვეტა"
-#: 04060112.xhp
+#: 04010100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3153078\n"
-"57\n"
+"04010100.xhp\n"
+"bm_id3153821\n"
"help.text"
-msgid "char* pInternalName:"
-msgstr "char* pInternalName:"
+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>"
-#: 04060112.xhp
+#: 04010100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3155261\n"
-"58\n"
+"04010100.xhp\n"
+"hd_id3153821\n"
+"1\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> ჩანს. შეიძლება შეიცავდეს უმლაუტებს."
+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>"
-#: 04060112.xhp
+#: 04010100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3153327\n"
-"59\n"
+"04010100.xhp\n"
+"par_id3149656\n"
+"2\n"
"help.text"
-msgid "The pFuncName and pInternalName parameters are char arrays, which are implemented with size 256 in $[officename] Calc."
-msgstr ""
+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>"
-#: 04060112.xhp
+#: 04010100.xhp
msgctxt ""
-"04060112.xhp\n"
-"hd_id3148567\n"
-"60\n"
+"04010100.xhp\n"
+"par_id3156422\n"
+"3\n"
"help.text"
-msgid "GetParameterDescription()"
-msgstr "GetParameterDescription()"
+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."
-#: 04060112.xhp
+#: 04010200.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3153000\n"
-"61\n"
+"04010200.xhp\n"
+"tit\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 ""
+msgid "Column Break"
+msgstr "სვეტის გაწყვეტა"
-#: 04060112.xhp
+#: 04010200.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3154501\n"
-"62\n"
+"04010200.xhp\n"
+"bm_id3155923\n"
"help.text"
-msgid "<emph>Syntax</emph>"
-msgstr "<emph>სინტაქსი</emph>"
+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>"
-#: 04060112.xhp
+#: 04010200.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3153564\n"
-"63\n"
+"04010200.xhp\n"
+"hd_id3155923\n"
+"1\n"
"help.text"
-msgid "void CALLTYPE GetParameterDescription(USHORT& nNo, USHORT& nParam, char* pName, char* pDesc)"
-msgstr ""
+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>"
-#: 04060112.xhp
+#: 04010200.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3157995\n"
-"64\n"
+"04010200.xhp\n"
+"par_id3150447\n"
+"2\n"
"help.text"
-msgid "<emph>Parameter</emph>"
-msgstr "<emph>პარამეტრი</emph>"
+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>"
-#: 04060112.xhp
+#: 04010200.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3155925\n"
-"65\n"
+"04010200.xhp\n"
+"par_id3145171\n"
+"3\n"
"help.text"
-msgid "USHORT& nNo:"
-msgstr "USHORT& nNo:"
+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."
-#: 04060112.xhp
+#: 04020000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149883\n"
-"66\n"
+"04020000.xhp\n"
+"tit\n"
"help.text"
-msgid "Input: Number of the function in the library; between 0 and nCount-1."
-msgstr "შეყვანა ნომერი - დუ არის შორის და."
+msgid "Insert Cells"
+msgstr "Insert Cells"
-#: 04060112.xhp
+#: 04020000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3154326\n"
-"67\n"
+"04020000.xhp\n"
+"bm_id3156023\n"
"help.text"
-msgid "USHORT& nParam:"
-msgstr "USHORT& nParam:"
+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>"
-#: 04060112.xhp
+#: 04020000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3159139\n"
-"68\n"
+"04020000.xhp\n"
+"hd_id3156023\n"
+"1\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 ""
+msgid "Insert Cells"
+msgstr "Insert Cells"
-#: 04060112.xhp
+#: 04020000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3147374\n"
-"69\n"
+"04020000.xhp\n"
+"par_id3150542\n"
+"2\n"
"help.text"
-msgid "char* pName:"
-msgstr "char* pName:"
+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>."
-#: 04060112.xhp
+#: 04020000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3145245\n"
-"70\n"
+"04020000.xhp\n"
+"hd_id3153768\n"
+"3\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."
+msgid "Selection"
+msgstr "მონიშვნა"
-#: 04060112.xhp
+#: 04020000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3151020\n"
-"71\n"
+"04020000.xhp\n"
+"par_id3149262\n"
+"4\n"
"help.text"
-msgid "char* pDesc:"
-msgstr "char* pDesc:"
+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."
-#: 04060112.xhp
+#: 04020000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3148389\n"
-"72\n"
+"04020000.xhp\n"
+"hd_id3146120\n"
+"5\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 ""
+msgid "Shift cells down"
+msgstr "Shift cells down"
-#: 04060112.xhp
+#: 04020000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3145303\n"
-"73\n"
+"04020000.xhp\n"
+"par_id3152596\n"
+"6\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 ""
+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>"
-#: 04060112.xhp
+#: 04020000.xhp
msgctxt ""
-"04060112.xhp\n"
-"hd_id3148874\n"
-"76\n"
+"04020000.xhp\n"
+"hd_id3147434\n"
+"7\n"
"help.text"
-msgid "Cell areas"
-msgstr "უჯრების არეები"
+msgid "Shift cells right"
+msgstr "Shift cells right"
-#: 04060112.xhp
+#: 04020000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3150265\n"
-"77\n"
+"04020000.xhp\n"
+"par_id3144764\n"
+"8\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 ""
+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>"
-#: 04060112.xhp
+#: 04020000.xhp
msgctxt ""
-"04060112.xhp\n"
-"hd_id3156060\n"
-"78\n"
+"04020000.xhp\n"
+"hd_id3153877\n"
+"9\n"
"help.text"
-msgid "Double Array"
-msgstr "ორმაგი მასივი"
+msgid "Entire row"
+msgstr "Entire row"
-#: 04060112.xhp
+#: 04020000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149540\n"
-"79\n"
+"04020000.xhp\n"
+"par_id3155417\n"
+"10\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 დუ გამოთვლა ტოლია:"
+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."
-#: 04060112.xhp
+#: 04020000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149388\n"
-"80\n"
+"04020000.xhp\n"
+"hd_id3146971\n"
+"11\n"
"help.text"
-msgid "<emph>Offset</emph>"
-msgstr "<emph>შერევა</emph>"
+msgid "Entire column"
+msgstr "Entire column"
-#: 04060112.xhp
+#: 04020000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3154636\n"
-"81\n"
+"04020000.xhp\n"
+"par_id3155068\n"
+"12\n"
"help.text"
-msgid "<emph>Name</emph>"
-msgstr "<emph>სახელი</emph>"
+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."
-#: 04060112.xhp
+#: 04030000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3153228\n"
-"82\n"
+"04030000.xhp\n"
+"tit\n"
"help.text"
-msgid "<emph>Description</emph>"
-msgstr "<emph>აღწერა</emph>"
+msgid "Rows"
+msgstr "რიგები"
-#: 04060112.xhp
+#: 04030000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3150685\n"
-"83\n"
+"04030000.xhp\n"
+"bm_id3150541\n"
"help.text"
-msgid "0"
-msgstr "0"
+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>"
-#: 04060112.xhp
+#: 04030000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3154869\n"
-"84\n"
+"04030000.xhp\n"
+"hd_id3150541\n"
+"1\n"
"help.text"
-msgid "Col1"
-msgstr "სვეტი1"
+msgid "<link href=\"text/scalc/01/04030000.xhp\" name=\"Rows\">Rows</link>"
+msgstr "<link href=\"text/scalc/01/04030000.xhp\" name=\"Rows\">სტრიქონები</link>"
-#: 04060112.xhp
+#: 04030000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3147541\n"
-"85\n"
+"04030000.xhp\n"
+"par_id3150767\n"
+"2\n"
"help.text"
-msgid "Column number in the upper-left corner of the cell area. Numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+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."
-#: 04060112.xhp
+#: 04040000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149783\n"
-"86\n"
+"04040000.xhp\n"
+"tit\n"
"help.text"
-msgid "2"
-msgstr "2"
+msgid "Columns"
+msgstr "სვეტები"
-#: 04060112.xhp
+#: 04040000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3155986\n"
-"87\n"
+"04040000.xhp\n"
+"bm_id3155628\n"
"help.text"
-msgid "Row1"
-msgstr "რიგი1"
+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>"
-#: 04060112.xhp
+#: 04040000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3147483\n"
-"88\n"
+"04040000.xhp\n"
+"hd_id3155628\n"
+"1\n"
"help.text"
-msgid "Row number in the upper-left corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+msgid "<link href=\"text/scalc/01/04040000.xhp\" name=\"Columns\">Columns</link>"
+msgstr "<link href=\"text/scalc/01/04040000.xhp\" name=\"Columns\">სვეტიs</link>"
-#: 04060112.xhp
+#: 04040000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3153721\n"
-"89\n"
+"04040000.xhp\n"
+"par_id3150791\n"
+"2\n"
"help.text"
-msgid "4"
-msgstr "4"
+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."
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3154317\n"
-"90\n"
+"04050000.xhp\n"
+"tit\n"
"help.text"
-msgid "Tab1"
-msgstr "ჩანართი1"
+msgid "Insert Sheet"
+msgstr "ფურცლის ჩასმა"
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149820\n"
-"91\n"
+"04050000.xhp\n"
+"bm_id4522232\n"
"help.text"
-msgid "Table number in the upper-left corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+msgid "<bookmark_value>sheets;creating</bookmark_value>"
+msgstr "<bookmark_value>RSQ გამოთვლები</bookmark_value>"
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3163820\n"
-"92\n"
+"04050000.xhp\n"
+"hd_id3155629\n"
+"1\n"
"help.text"
-msgid "6"
-msgstr "6"
+msgid "Insert Sheet"
+msgstr "ფურცლის ჩასმა"
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149710\n"
-"93\n"
+"04050000.xhp\n"
+"par_id3147264\n"
+"2\n"
"help.text"
-msgid "Col2"
-msgstr "სვეტი2"
+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>"
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3154819\n"
-"94\n"
+"04050000.xhp\n"
+"hd_id3154684\n"
+"19\n"
"help.text"
-msgid "Column number in the lower-right corner of the cell area. Numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+msgid "Position"
+msgstr "Position"
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3145083\n"
-"95\n"
+"04050000.xhp\n"
+"par_id3156281\n"
+"20\n"
"help.text"
-msgid "8"
-msgstr "8"
+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."
-#: 04060112.xhp
-#, fuzzy
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3156310\n"
-"96\n"
+"04050000.xhp\n"
+"hd_id3154123\n"
+"21\n"
"help.text"
-msgid "Row2"
-msgstr "რიგი2"
+msgid "Before current sheet"
+msgstr "Before current sheet"
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3150968\n"
-"97\n"
+"04050000.xhp\n"
+"par_id3145787\n"
+"22\n"
"help.text"
-msgid "Row number in the lower-right corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+msgid "<ahelp hid=\"modules/scalc/ui/insertsheet/before\">Inserts a new sheet directly before the current sheet.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/insertsheet/before\">Inserts a new sheet directly before the current sheet.</ahelp>"
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3156133\n"
-"98\n"
+"04050000.xhp\n"
+"hd_id3155414\n"
+"23\n"
"help.text"
-msgid "10"
-msgstr "10"
+msgid "After current sheet"
+msgstr "After current sheet"
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3153218\n"
-"99\n"
+"04050000.xhp\n"
+"par_id3145271\n"
+"24\n"
"help.text"
-msgid "Tab2"
-msgstr "ჩანართი2"
+msgid "<ahelp hid=\"modules/scalc/ui/insertsheet/after\">Inserts a new sheet directly after the current sheet.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/insertsheet/after\">Inserts a new sheet directly after the current sheet.</ahelp>"
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3147086\n"
-"100\n"
+"04050000.xhp\n"
+"hd_id3147428\n"
+"25\n"
"help.text"
-msgid "Table number in the lower-right corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+msgid "Sheet"
+msgstr "შექმნა"
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3151270\n"
-"101\n"
+"04050000.xhp\n"
+"par_id3154012\n"
+"26\n"
"help.text"
-msgid "12"
-msgstr "12"
+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."
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3152934\n"
-"102\n"
+"04050000.xhp\n"
+"hd_id3147350\n"
+"3\n"
"help.text"
-msgid "Count"
-msgstr "თვლა"
+msgid "New sheet"
+msgstr "შექმნა"
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3145202\n"
-"103\n"
+"04050000.xhp\n"
+"par_id3149262\n"
+"4\n"
"help.text"
-msgid "Number of the following elements. Empty cells are not counted or passed."
+msgid "<ahelp hid=\"modules/scalc/ui/insertsheet/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 ""
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150879\n"
-"104\n"
-"help.text"
-msgid "14"
-msgstr "14"
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3156002\n"
-"105\n"
-"help.text"
-msgid "Col"
-msgstr "სვეტი"
-
-#: 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-ით."
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3151295\n"
-"107\n"
-"help.text"
-msgid "16"
-msgstr "16"
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150261\n"
-"108\n"
-"help.text"
-msgid "Row"
-msgstr "რიგი"
-
-#: 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-ით."
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153150\n"
-"110\n"
-"help.text"
-msgid "18"
-msgstr "18"
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3153758\n"
-"111\n"
-"help.text"
-msgid "Tab"
-msgstr "ჩანართი"
-
-#: 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-ით."
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149289\n"
-"113\n"
-"help.text"
-msgid "20"
-msgstr "20"
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3156010\n"
-"114\n"
-"help.text"
-msgid "Error"
-msgstr "შეცდომა"
-
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3159181\n"
-"115\n"
+"04050000.xhp\n"
+"hd_id3155418\n"
+"27\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 ""
+msgid "No. of sheets"
+msgstr "No. of Sheets"
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3147493\n"
-"116\n"
+"04050000.xhp\n"
+"par_id3148457\n"
+"28\n"
"help.text"
-msgid "22"
-msgstr "22"
+msgid "<ahelp hid=\"modules/scalc/ui/insertsheet/countnf\">Specifies the number of sheets to be created.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/insertsheet/countnf\">Specifies the number of sheets to be created.</ahelp>"
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149200\n"
-"117\n"
+"04050000.xhp\n"
+"hd_id3149379\n"
+"7\n"
"help.text"
-msgid "Value"
-msgstr "მნიშვნელობა"
+msgid "Name"
+msgstr "სახელი"
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3151174\n"
-"118\n"
+"04050000.xhp\n"
+"par_id3150718\n"
+"8\n"
"help.text"
-msgid "8 byte IEEE variable of type double/floating point"
+msgid "<ahelp hid=\"modules/scalc/ui/insertsheet/nameed\">Specifies the name of the new sheet.</ahelp>"
msgstr ""
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3154688\n"
-"119\n"
-"help.text"
-msgid "30"
-msgstr "30"
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3159337\n"
-"120\n"
-"help.text"
-msgid "..."
-msgstr "..."
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3155388\n"
-"121\n"
-"help.text"
-msgid "Next element"
-msgstr "შემდეგი ელემენტი"
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"hd_id3154935\n"
-"122\n"
-"help.text"
-msgid "String Array"
-msgstr "სტრიქონის მასივი"
-
-#: 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 სტრიქონი დუ გამოთვლა ტოლია:"
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149908\n"
-"124\n"
-"help.text"
-msgid "<emph>Offset</emph>"
-msgstr "<emph>შერევა</emph>"
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3159165\n"
-"125\n"
-"help.text"
-msgid "<emph>Name</emph>"
-msgstr "<emph>სახელი</emph>"
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3159150\n"
-"126\n"
-"help.text"
-msgid "<emph>Description</emph>"
-msgstr "<emph>აღწერა</emph>"
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149769\n"
-"127\n"
-"help.text"
-msgid "0"
-msgstr "0"
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150509\n"
-"128\n"
-"help.text"
-msgid "Col1"
-msgstr "სვეტი1"
-
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3148447\n"
-"129\n"
+"04050000.xhp\n"
+"hd_id3155066\n"
+"9\n"
"help.text"
-msgid "Column number in the upper-left corner of the cell area. Numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+msgid "From File"
+msgstr "From File"
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3145418\n"
-"130\n"
+"04050000.xhp\n"
+"par_id3153714\n"
+"10\n"
"help.text"
-msgid "2"
-msgstr "2"
+msgid "<ahelp hid=\"modules/scalc/ui/insertsheet/fromfile\">Inserts a sheet from an existing file into the current document.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/insertsheet/fromfile\">Inserts a sheet from an existing file into the current document.</ahelp>"
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3147512\n"
-"131\n"
-"help.text"
-msgid "Row1"
-msgstr "რიგი1"
-
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3147235\n"
-"132\n"
+"04050000.xhp\n"
+"hd_id3149020\n"
+"15\n"
"help.text"
-msgid "Row number in the upper-left corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+msgid "Browse"
+msgstr "მიმოხილვა"
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3155362\n"
-"133\n"
+"04050000.xhp\n"
+"par_id3159267\n"
+"16\n"
"help.text"
-msgid "4"
-msgstr "4"
+msgid "<ahelp hid=\"modules/scalc/ui/insertsheet/browse\">Opens a dialog for selecting a file.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/insertsheet/browse\">Opens a dialog for selecting a file.</ahelp>"
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3151051\n"
-"134\n"
+"04050000.xhp\n"
+"hd_id3149255\n"
+"29\n"
"help.text"
-msgid "Tab1"
-msgstr "ჩანართი1"
+msgid "Available Sheets"
+msgstr "Available Sheets"
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3148923\n"
-"135\n"
+"04050000.xhp\n"
+"par_id3155336\n"
+"30\n"
"help.text"
-msgid "Table number in the upper-left corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+msgid "<ahelp hid=\"modules/scalc/ui/insertsheet/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=\"modules/scalc/ui/insertsheet/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>"
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149158\n"
-"136\n"
+"04050000.xhp\n"
+"hd_id3145791\n"
+"17\n"
"help.text"
-msgid "6"
-msgstr "6"
+msgid "Link"
+msgstr "Link"
-#: 04060112.xhp
+#: 04050000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3166437\n"
-"137\n"
+"04050000.xhp\n"
+"par_id3152580\n"
+"18\n"
"help.text"
-msgid "Col2"
-msgstr "სვეტი2"
+msgid "<ahelp hid=\"modules/scalc/ui/insertsheet/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=\"modules/scalc/ui/insertsheet/link\">მონიშნეთ to insert the sheet as a link instead as a copy. The links can be updated to show the current contents.</ahelp>"
-#: 04060112.xhp
+#: 04050100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149788\n"
-"138\n"
+"04050100.xhp\n"
+"tit\n"
"help.text"
-msgid "Column number in the lower-right corner of the cell area. Numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+msgid "Sheet from file"
+msgstr "Sheet from file"
-#: 04060112.xhp
+#: 04050100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3166450\n"
-"139\n"
+"04050100.xhp\n"
+"par_idN105C1\n"
"help.text"
-msgid "8"
-msgstr "8"
+msgid "<link href=\"text/scalc/01/04050100.xhp\">Sheet from file</link>"
+msgstr "<link href=\"text/scalc/01/04050100.xhp\">ფურცლის ფორმის ფაილი</link>"
-#: 04060112.xhp
+#: 04050100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3152877\n"
-"140\n"
+"04050100.xhp\n"
+"par_idN105D1\n"
"help.text"
-msgid "Row2"
-msgstr "რიგი"
+msgid "<ahelp hid=\"26275\">Inserts a sheet from a different spreadsheet file.</ahelp>"
+msgstr "<ahelp hid=\"26275\">სვავს ფურცლებს სხვადასხვა ელექტრონული ცხრილის ფაილიდან.</ahelp>"
-#: 04060112.xhp
+#: 04050100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3152949\n"
-"141\n"
+"04050100.xhp\n"
+"par_idN105F7\n"
"help.text"
-msgid "Row number in the lower-right corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+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> დიალოგი ელცხრილის მოსაძებნად."
-#: 04060112.xhp
+#: 04050100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3159270\n"
-"142\n"
+"04050100.xhp\n"
+"par_idN10609\n"
"help.text"
-msgid "10"
-msgstr "10"
+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> დიალოგში, აირჩიეთ ჩასასმელი ფურცელი."
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3154107\n"
-"143\n"
+"04060000.xhp\n"
+"tit\n"
"help.text"
-msgid "Tab2"
-msgstr "ჩანართი2"
+msgid "Function Wizard"
+msgstr "ფუნქციის ოსტატი"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3153747\n"
-"144\n"
+"04060000.xhp\n"
+"bm_id3147426\n"
"help.text"
-msgid "Table number in the lower-right corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+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>"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149924\n"
-"145\n"
+"04060000.xhp\n"
+"hd_id3147426\n"
+"1\n"
"help.text"
-msgid "12"
-msgstr "12"
+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>"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3154858\n"
-"146\n"
+"04060000.xhp\n"
+"par_id3145271\n"
+"2\n"
"help.text"
-msgid "Count"
-msgstr "თვლა"
+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> ოსტატის გაშვებამდე, აირჩიეთ უჯრა ან უჯრათა დიაპაზონი მიმდინარე ფურცლიდან, რათა განსაზღვროთ ფორმულის ჩასმის მდებარეობა."
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3148621\n"
-"147\n"
+"04060000.xhp\n"
+"par_id8007446\n"
"help.text"
-msgid "Number of the following elements. Empty cells are not counted or passed."
+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 ""
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3148467\n"
-"148\n"
-"help.text"
-msgid "14"
-msgstr "14"
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3151126\n"
-"149\n"
-"help.text"
-msgid "Col"
-msgstr "სვეტი"
-
-#: 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-ით."
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149416\n"
-"151\n"
-"help.text"
-msgid "16"
-msgstr "16"
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3150631\n"
-"152\n"
-"help.text"
-msgid "Row"
-msgstr "რიგი"
-
-#: 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-ით."
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3154797\n"
-"154\n"
-"help.text"
-msgid "18"
-msgstr "18"
-
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3143274\n"
-"155\n"
+"04060000.xhp\n"
+"par_id3159153\n"
+"60\n"
"help.text"
-msgid "Tab"
-msgstr "ჩანართი"
+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> გამოიყენება ფორმულის ასაგებად."
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149513\n"
-"156\n"
+"04060000.xhp\n"
+"hd_id3154490\n"
+"3\n"
"help.text"
-msgid "Table number of the element; numbering starts at 0."
-msgstr "ელემენტის ცხრილის ნომერი. ნუმერაცია იწყება 0-ით."
+msgid "Functions Tab"
+msgstr "ფუნქციის ჩანართი"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3145306\n"
-"157\n"
+"04060000.xhp\n"
+"par_id3149378\n"
+"5\n"
"help.text"
-msgid "20"
-msgstr "20"
+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>"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3153948\n"
-"158\n"
+"04060000.xhp\n"
+"hd_id3154730\n"
+"36\n"
"help.text"
-msgid "Error"
-msgstr "შეცდომა"
+msgid "Category"
+msgstr "კატეგორია"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3153534\n"
-"159\n"
+"04060000.xhp\n"
+"par_id3153417\n"
+"37\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 ""
+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>"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3153311\n"
-"160\n"
+"04060000.xhp\n"
+"hd_id3150749\n"
+"6\n"
"help.text"
-msgid "22"
-msgstr "22"
+msgid "Function"
+msgstr "ფუნქცია"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3148695\n"
-"161\n"
+"04060000.xhp\n"
+"par_id3155445\n"
+"7\n"
"help.text"
-msgid "Len"
-msgstr "Len"
+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> ცალი წკაპი ასახავს ფუნქციის მოკლე აღწერას."
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3152769\n"
-"162\n"
+"04060000.xhp\n"
+"hd_id3159264\n"
+"8\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 ""
+msgid "Array"
+msgstr "მასივი"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3153772\n"
-"163\n"
+"04060000.xhp\n"
+"par_id3149566\n"
+"9\n"
"help.text"
-msgid "24"
-msgstr "24"
+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> მასივის ფორმულები ეხება რამდენიმე უჯრას. ყოველი უჯრა მასივში შეიცავს ფორმულას, არა როგორც ასლს, არამედ როგორც სერთო ფორმულას როელიც მატრიცის უჯრებზეა გადანაწილებული."
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3153702\n"
-"164\n"
+"04060000.xhp\n"
+"par_id3155959\n"
+"61\n"
"help.text"
-msgid "String"
-msgstr "სტრიქონი"
+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 ბრძანების იდენტურია, რომელიც გამოიყენება ფურცელზე ფორმულის შესაყვანად და დასადასტურებლად. მატრიცული ფორმულა აღინიშნება ფიგურული ფრჩხილებით { }."
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3154474\n"
-"165\n"
+"04060000.xhp\n"
+"par_id3152993\n"
+"40\n"
"help.text"
-msgid "String with closing zero byte"
-msgstr "სტრიქონი დამხურავი ნულოვანი ბაიტით"
+msgid "The maximum size of an array range is 128 by 128 cells."
+msgstr "მასივის დიაპაზონის მაქსიმალური ზომაა 128 128 -ზე."
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3156269\n"
-"166\n"
+"04060000.xhp\n"
+"hd_id3150367\n"
+"41\n"
"help.text"
-msgid "24+Len"
-msgstr "24+Len"
+msgid "Argument Input Fields"
+msgstr "არგუმენტების ჩასმის ველები"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3154825\n"
-"167\n"
+"04060000.xhp\n"
+"par_id3145587\n"
+"15\n"
"help.text"
-msgid "..."
-msgstr "..."
+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> გამოყენებისას შეამოწმეთ რომ ფორმატი სწორად გაქვთ არჩეული. შედეგის ელცხრილში ჩასასმელად დააწკაპეთ ოკ."
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3147097\n"
-"168\n"
+"04060000.xhp\n"
+"hd_id3149408\n"
+"18\n"
"help.text"
-msgid "Next element"
-msgstr "შემდეგი ელემენტი"
+msgid "Function Result"
+msgstr "ფუნქციის შედეგი"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"hd_id3159091\n"
-"169\n"
+"04060000.xhp\n"
+"par_id3155809\n"
+"19\n"
"help.text"
-msgid "Cell Array"
-msgstr "უჯრების მასივი"
+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> აისახება."
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3156140\n"
-"170\n"
+"04060000.xhp\n"
+"par_id3148700\n"
+"23\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:"
+msgid "The required arguments are indicated by names in bold print."
msgstr ""
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3154664\n"
-"171\n"
+"04060000.xhp\n"
+"hd_id3153064\n"
+"22\n"
"help.text"
-msgid "<emph>Offset</emph>"
-msgstr "<emph>შერევა</emph>"
+msgid "f(x) (depending on the selected function)"
+msgstr "f(x) (დამოკიდებულია არჩეულ ფუნქციაზე)"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3154566\n"
-"172\n"
+"04060000.xhp\n"
+"par_id3157980\n"
+"24\n"
"help.text"
-msgid "<emph>Name</emph>"
-msgstr "<emph>სახელი</emph>"
+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>"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3146073\n"
-"173\n"
+"04060000.xhp\n"
+"hd_id3145076\n"
+"25\n"
"help.text"
-msgid "<emph>Description</emph>"
-msgstr "<emph>აღწერა</emph>"
+msgid "Argument/Parameter/Cell Reference (depending on the selected function)"
+msgstr "არგუმენტი/პარამეტრი/უჯრის მითითება (დამოკიდებულია არჩეულ ფუნქციაზე)"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3154117\n"
-"174\n"
+"04060000.xhp\n"
+"par_id3159097\n"
+"26\n"
"help.text"
-msgid "0"
-msgstr "0"
+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>"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3150988\n"
-"175\n"
+"04060000.xhp\n"
+"hd_id3154957\n"
+"51\n"
"help.text"
-msgid "Col1"
-msgstr "სვეტი1"
+msgid "Result"
+msgstr "შედეგი"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3146783\n"
-"176\n"
+"04060000.xhp\n"
+"par_id3150211\n"
+"52\n"
"help.text"
-msgid "Column number in the upper-left corner of the cell area. Numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+msgid "Displays the calculation result or an error message."
+msgstr "ასახავს კალკულაციის შედეგს ან შეცდომის შეტყობინებას."
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3153666\n"
-"177\n"
+"04060000.xhp\n"
+"hd_id3151304\n"
+"43\n"
"help.text"
-msgid "2"
-msgstr "2"
+msgid "Formula"
+msgstr "ფორმულა"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149560\n"
-"178\n"
+"04060000.xhp\n"
+"par_id3149898\n"
+"44\n"
"help.text"
-msgid "Row1"
-msgstr "რიგი1"
+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>"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3156156\n"
-"179\n"
+"04060000.xhp\n"
+"hd_id3153249\n"
+"45\n"
"help.text"
-msgid "Row number in the upper-left corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+msgid "Back"
+msgstr "უკან"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3150408\n"
-"180\n"
+"04060000.xhp\n"
+"par_id3152869\n"
+"53\n"
"help.text"
-msgid "4"
-msgstr "4"
+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>"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3150593\n"
-"181\n"
+"04060000.xhp\n"
+"par_id3146966\n"
+"56\n"
"help.text"
-msgid "Tab1"
-msgstr "ჩანართი1"
+msgid "To select a single function from a complex formula consisting of several functions, double-click the function in the formula window."
+msgstr "კომპლექსური ფორმულიდა, რომელიც რამდენიმე ფუნქციისგან შედგება ცალი ფუნქციის ასარჩევად ორჯერ დააწკაპეთ ფუნქციას ფორმულის ფანჯარაში."
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3150357\n"
-"182\n"
+"04060000.xhp\n"
+"hd_id3155762\n"
+"54\n"
"help.text"
-msgid "Table number in the upper-left corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+msgid "Next"
+msgstr "შემდეგი"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3146912\n"
-"183\n"
+"04060000.xhp\n"
+"par_id3149316\n"
+"55\n"
"help.text"
-msgid "6"
-msgstr "6"
+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>ღილაკს, მონიშვნა გამოჩნდება ფორმულის ფანჯარაში."
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3153352\n"
-"184\n"
+"04060000.xhp\n"
+"par_id3159262\n"
+"57\n"
"help.text"
-msgid "Col2"
-msgstr "სვეტი2"
+msgid "Double-click a function in the selection window to transfer it to the formula window."
+msgstr "მონიშვნის ფანჯარაში ფუნქციას ორჯერ დააწკაპეთ, მის ფორმულის ფანჯარაში გადასატანად."
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3155893\n"
-"185\n"
+"04060000.xhp\n"
+"hd_id3148745\n"
+"58\n"
"help.text"
-msgid "Column number in the lower-right corner of the cell area. Numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+msgid "Cancel"
+msgstr "გაუქმება"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3150827\n"
-"186\n"
+"04060000.xhp\n"
+"par_id3147402\n"
+"59\n"
"help.text"
-msgid "8"
-msgstr "8"
+msgid "Closes the dialog without implementing the formula."
+msgstr "ხურავს დიალოგს ფორმულის ჩასმის გარეშე."
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3148406\n"
-"187\n"
+"04060000.xhp\n"
+"hd_id3150534\n"
+"32\n"
"help.text"
-msgid "Row2"
-msgstr "რიგი2"
+msgid "OK"
+msgstr "OK"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3150673\n"
-"188\n"
+"04060000.xhp\n"
+"par_id3153029\n"
+"33\n"
"help.text"
-msgid "Row number in the lower-right corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+msgid "Ends the <emph>Function Wizard</emph>, and transfers the formula to the selected cells."
+msgstr "ასრეულებს <emph>ფუნქციის ოსტატს</emph> და გადააქვს ფორმულა არჩეულ უჯრაში ან უჯრებში."
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3155864\n"
-"189\n"
+"04060000.xhp\n"
+"par_id3156400\n"
+"34\n"
"help.text"
-msgid "10"
-msgstr "10"
+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>"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3153197\n"
-"190\n"
+"04060000.xhp\n"
+"hd_id3147610\n"
+"47\n"
"help.text"
-msgid "Tab2"
-msgstr "ჩანართი2"
+msgid "Structure tab"
+msgstr "სტრუქტურის ჩანართი"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149329\n"
-"191\n"
+"04060000.xhp\n"
+"par_id3153122\n"
+"48\n"
"help.text"
-msgid "Table number in the lower-right corner of the cell area; numbering starts at 0."
-msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+msgid "On this page, you can view the structure of the function."
+msgstr "ამ გვერდზე შეგიძლიათ ფუნქციის სტრუქტურის ხილვა."
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3147360\n"
-"192\n"
+"04060000.xhp\n"
+"par_id3149350\n"
+"4\n"
"help.text"
-msgid "12"
-msgstr "12"
+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> ჩანართი გაიხსნება და მიმდინარე ფორმულას ასახავს."
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3154520\n"
-"193\n"
+"04060000.xhp\n"
+"hd_id3149014\n"
+"49\n"
"help.text"
-msgid "Count"
-msgstr "თვლა"
+msgid "Structure"
+msgstr "სტრუქტურა"
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3150647\n"
-"194\n"
+"04060000.xhp\n"
+"par_id3150481\n"
+"50\n"
"help.text"
-msgid "Number of the following elements. Empty cells are not counted or passed."
-msgstr ""
+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> შეგიძლიათ დამალოთ ან გამოაჩინოთ არგუმენტები პლუსის ან მინუსის ნიშანზე დაწკაპებით."
-#: 04060112.xhp
+#: 04060000.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149747\n"
-"195\n"
+"04060000.xhp\n"
+"par_id3148886\n"
+"63\n"
"help.text"
-msgid "14"
-msgstr "14"
+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 მხოლოდ ციფრულ არგუმენტებს იღებს."
-#: 04060112.xhp
+#: 04060100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3147579\n"
-"196\n"
+"04060100.xhp\n"
+"tit\n"
"help.text"
-msgid "Col"
-msgstr "სვეტი"
+msgid "Functions by Category"
+msgstr ""
-#: 04060112.xhp
+#: 04060100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3154188\n"
-"197\n"
+"04060100.xhp\n"
+"bm_id3148575\n"
"help.text"
-msgid "Column number of the element. Numbering starts at 0."
-msgstr "სვეტის ელემენტთა რაოდენობა. ნუმერაცია 0-ით იწყება."
+msgid "<bookmark_value>functions;listed by category</bookmark_value> <bookmark_value>categories of functions</bookmark_value> <bookmark_value>list of functions</bookmark_value>"
+msgstr ""
-#: 04060112.xhp
+#: 04060100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3159209\n"
-"198\n"
+"04060100.xhp\n"
+"hd_id3154944\n"
+"16\n"
"help.text"
-msgid "16"
-msgstr "16"
+msgid "Functions by Category"
+msgstr ""
-#: 04060112.xhp
+#: 04060100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3153265\n"
-"199\n"
+"04060100.xhp\n"
+"par_id3149378\n"
+"2\n"
"help.text"
-msgid "Row"
-msgstr "რიგი"
+msgid "This section describes the functions of $[officename] Calc. The various functions are divided into categories in the Function Wizard."
+msgstr ""
-#: 04060112.xhp
+#: 04060100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3150095\n"
-"200\n"
+"04060100.xhp\n"
+"par_id0120200910234570\n"
"help.text"
-msgid "Row number of the element; numbering starts at 0."
-msgstr "რიგის ელემენტთა რაოდენობა. ნუმერაცია 0-ით იწყება."
+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 ""
-#: 04060112.xhp
+#: 04060100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3151276\n"
-"201\n"
+"04060100.xhp\n"
+"hd_id3146972\n"
+"3\n"
"help.text"
-msgid "18"
-msgstr "18"
+msgid "<link href=\"text/scalc/01/04060101.xhp\" name=\"Database\">Database</link>"
+msgstr "<link href=\"text/scalc/01/04060101.xhp\" name=\"Database\">მონაცემთა ბაზა</link>"
-#: 04060112.xhp
+#: 04060100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149177\n"
-"202\n"
+"04060100.xhp\n"
+"hd_id3155443\n"
+"4\n"
"help.text"
-msgid "Tab"
-msgstr "ჩანართი"
+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>"
-#: 04060112.xhp
+#: 04060100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3146925\n"
-"203\n"
+"04060100.xhp\n"
+"hd_id3147339\n"
+"5\n"
"help.text"
-msgid "Table number of the element; numbering starts at 0."
-msgstr "ცხრილის ელემენტთა რაოდენობა. ნუმერაცია 0-ით იწყება."
+msgid "<link href=\"text/scalc/01/04060103.xhp\" name=\"Financial\">Financial</link>"
+msgstr "<link href=\"text/scalc/01/04060103.xhp\" name=\"Financial\">ფინანსური</link>"
-#: 04060112.xhp
+#: 04060100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3150488\n"
-"204\n"
+"04060100.xhp\n"
+"hd_id3153963\n"
+"6\n"
"help.text"
-msgid "20"
-msgstr "20"
+msgid "<link href=\"text/scalc/01/04060104.xhp\" name=\"Information\">Information</link>"
+msgstr "<link href=\"text/scalc/01/04060104.xhp\" name=\"Information\">ინფორმაცია</link>"
-#: 04060112.xhp
+#: 04060100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149441\n"
-"205\n"
+"04060100.xhp\n"
+"hd_id3146316\n"
+"7\n"
"help.text"
-msgid "Error"
-msgstr "შეცდომა"
+msgid "<link href=\"text/scalc/01/04060105.xhp\" name=\"Logical\">Logical</link>"
+msgstr "<link href=\"text/scalc/01/04060105.xhp\" name=\"Logical\">ლოგიკური</link>"
-#: 04060112.xhp
+#: 04060100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3156048\n"
-"206\n"
+"04060100.xhp\n"
+"hd_id3148485\n"
+"8\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 ""
+msgid "<link href=\"text/scalc/01/04060106.xhp\" name=\"Mathematical\">Mathematical</link>"
+msgstr "<link href=\"text/scalc/01/04060106.xhp\" name=\"Mathematical\">მათემატიკური</link>"
-#: 04060112.xhp
+#: 04060100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3163813\n"
-"207\n"
+"04060100.xhp\n"
+"hd_id3150363\n"
+"9\n"
"help.text"
-msgid "22"
-msgstr "22"
+msgid "<link href=\"text/scalc/01/04060107.xhp\" name=\"Matrix\">Array</link>"
+msgstr "<link href=\"text/scalc/01/04060107.xhp\" name=\"Matrix\">მასივი</link>"
-#: 04060112.xhp
+#: 04060100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3159102\n"
-"208\n"
+"04060100.xhp\n"
+"hd_id3150208\n"
+"10\n"
"help.text"
-msgid "Type"
-msgstr "ტიპი"
+msgid "<link href=\"text/scalc/01/04060108.xhp\" name=\"Statistical\">Statistical</link>"
+msgstr "<link href=\"text/scalc/01/04060108.xhp\" name=\"Statistical\">სტატისტიკური</link>"
-#: 04060112.xhp
+#: 04060100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3149581\n"
-"209\n"
+"04060100.xhp\n"
+"hd_id3166428\n"
+"11\n"
"help.text"
-msgid "Type of cell content, 0 == Double, 1 == String"
-msgstr "უჯრის შიგთავსის ტიპი - ორმაგი სტრიქონი"
+msgid "<link href=\"text/scalc/01/04060109.xhp\" name=\"Spreadsheet\">Spreadsheet</link>"
+msgstr "<link href=\"text/scalc/01/04060109.xhp\" name=\"Spreadsheet\">ელცხრილი</link>"
-#: 04060112.xhp
+#: 04060100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3155182\n"
-"210\n"
+"04060100.xhp\n"
+"hd_id3145585\n"
+"12\n"
"help.text"
-msgid "24"
-msgstr "24"
+msgid "<link href=\"text/scalc/01/04060110.xhp\" name=\"Text\">Text</link>"
+msgstr "<link href=\"text/scalc/01/04060110.xhp\" name=\"Text\">ტექსტი</link>"
-#: 04060112.xhp
+#: 04060100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3153291\n"
-"211\n"
+"04060100.xhp\n"
+"hd_id3156449\n"
+"13\n"
"help.text"
-msgid "Value or Len"
-msgstr "მნიშვნელობა ან Len"
+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>"
-#: 04060112.xhp
+#: 04060100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3148560\n"
-"212\n"
+"04060100.xhp\n"
+"par_id3150715\n"
+"14\n"
"help.text"
-msgid "If type == 0: 8 byte IEEE variable of type double/floating point"
-msgstr ""
+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> ასევე ხელმისაწვდომია."
-#: 04060112.xhp
+#: 04060100.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3148901\n"
-"213\n"
+"04060100.xhp\n"
+"par_id0902200809540918\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)."
+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 ""
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3145215\n"
-"214\n"
-"help.text"
-msgid "26 if type==1"
-msgstr "26 თუ ტიპი==1"
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3155143\n"
-"215\n"
-"help.text"
-msgid "String"
-msgstr "სტრიქონი"
-
-#: 04060112.xhp
-msgctxt ""
-"04060112.xhp\n"
-"par_id3149298\n"
-"216\n"
-"help.text"
-msgid "If type == 1: String with closing zero byte"
-msgstr "თუ ტიპი == 1. სტრიქონი დამხურავი ნულოვანი ბაიტით"
-
-#: 04060112.xhp
+#: 04060101.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3151322\n"
-"217\n"
+"04060101.xhp\n"
+"tit\n"
"help.text"
-msgid "32 or 26+Len"
-msgstr "32 ან26+Len"
+msgid "Database Functions"
+msgstr "მონაცემთა ბაზების ფუნქციები"
-#: 04060112.xhp
+#: 04060101.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3163722\n"
-"218\n"
+"04060101.xhp\n"
+"bm_id3148946\n"
"help.text"
-msgid "..."
-msgstr "..."
+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 ""
-#: 04060112.xhp
+#: 04060101.xhp
msgctxt ""
-"04060112.xhp\n"
-"par_id3151059\n"
-"219\n"
+"04060101.xhp\n"
+"hd_id3148946\n"
+"1\n"
"help.text"
-msgid "Next element"
-msgstr "შემდეგი ელემენტი"
+msgid "Database Functions"
+msgstr "მონაცემთა ბაზების ფუნქციები"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"tit\n"
+"04060101.xhp\n"
+"par_id3145173\n"
+"2\n"
"help.text"
-msgid "Statistical Functions Part Four"
-msgstr "სტატისტიკური ფუნქციები ნაწილი ოთხი"
+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>"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3153415\n"
-"1\n"
+"04060101.xhp\n"
+"par_id3154016\n"
+"186\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>"
+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-ში მონაცემთა ბაზას შორის კავშირი არ არის."
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"bm_id3154511\n"
+"04060101.xhp\n"
+"hd_id3150329\n"
+"190\n"
"help.text"
-msgid "<bookmark_value>MAX function</bookmark_value>"
-msgstr "<bookmark_value>MAX ფუნქცია</bookmark_value>"
+msgid "Example Data:"
+msgstr "სამაგალითო მონაცემები:"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3154511\n"
-"2\n"
+"04060101.xhp\n"
+"par_id3153713\n"
+"191\n"
"help.text"
-msgid "MAX"
-msgstr "MAX"
+msgid "The following data will be used in some of the function description examples:"
+msgstr "შემდეგი მონაცემები გამოყენებულ იქნება ფუნქციის აღწერებში მაგალითებად:"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3153709\n"
+"04060101.xhp\n"
+"par_id3155766\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
-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 ""
+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 საფეხურსს, შემდეგ ასაკი წლებით, სკოლამდე მანძილი მეტრებში და წონა კილოგრამებში."
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3154256\n"
+"04060101.xhp\n"
+"par_id3145232\n"
"4\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "A"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3147340\n"
+"04060101.xhp\n"
+"par_id3146316\n"
"5\n"
"help.text"
-msgid "MAX(Number1; Number2; ...Number30)"
-msgstr "MAX(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
+msgid "B"
+msgstr ""
-#: 04060184.xhp
-#, fuzzy
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3149568\n"
+"04060101.xhp\n"
+"par_id3150297\n"
"6\n"
"help.text"
-msgid "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges."
-msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის დიაპაზონის ციფრული მნიშვნელობები."
+msgid "C"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3153963\n"
+"04060101.xhp\n"
+"par_id3150344\n"
"7\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "D"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3147343\n"
+"04060101.xhp\n"
+"par_id3150785\n"
"8\n"
"help.text"
-msgid "<item type=\"input\">=MAX(A1;A2;A3;50;100;200)</item> returns the largest value from the list."
+msgid "E"
msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3148485\n"
+"04060101.xhp\n"
+"par_id3150090\n"
"9\n"
"help.text"
-msgid "<item type=\"input\">=MAX(A1:B100)</item> returns the largest value from the list."
-msgstr ""
-
-#: 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
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3166426\n"
-"139\n"
-"help.text"
-msgid "MAXA"
-msgstr "MAXA"
-
-#: 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
-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
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3150516\n"
-"141\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 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
-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
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3156290\n"
-"144\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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."
+msgid "1"
msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3149404\n"
-"146\n"
+"04060101.xhp\n"
+"par_id3152992\n"
+"10\n"
"help.text"
-msgid "<item type=\"input\">=MAXA(A1:B100)</item> returns the largest value from the list."
+msgid "<item type=\"input\">Name</item>"
msgstr ""
-#: 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
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3153820\n"
+"04060101.xhp\n"
+"par_id3155532\n"
"11\n"
"help.text"
-msgid "MEDIAN"
-msgstr "MEDIAN"
+msgid "<item type=\"input\">Grade</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3151241\n"
+"04060101.xhp\n"
+"par_id3156448\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>"
+msgid "<item type=\"input\">Age</item>"
msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3148871\n"
+"04060101.xhp\n"
+"par_id3154486\n"
"13\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<item type=\"input\">Distance to School</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3155264\n"
+"04060101.xhp\n"
+"par_id3152899\n"
"14\n"
"help.text"
-msgid "MEDIAN(Number1; Number2; ...Number30)"
-msgstr "MEDIAN(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
+msgid "<item type=\"input\">Weight</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3150109\n"
+"04060101.xhp\n"
+"par_id3153816\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> არის მნიშვნელობები ან დიაპაზონები, რომლებიც აღნიშნავს შერჩევას. ყოველი რიცხვი შესაძლოა ასევე იყოს მითითება."
+msgid "2"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3144506\n"
+"04060101.xhp\n"
+"par_id3151240\n"
"16\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<item type=\"input\">Andy</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3145078\n"
+"04060101.xhp\n"
+"par_id3156016\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."
+msgid "<item type=\"input\">3</item>"
msgstr ""
-#: 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
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"bm_id3154541\n"
+"04060101.xhp\n"
+"par_id3145073\n"
+"18\n"
"help.text"
-msgid "<bookmark_value>MIN function</bookmark_value>"
-msgstr "<bookmark_value>MIN ფუნქცია</bookmark_value>"
+msgid "<item type=\"input\">9</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3154541\n"
+"04060101.xhp\n"
+"par_id3154956\n"
"19\n"
"help.text"
-msgid "MIN"
-msgstr "MIN"
+msgid "<item type=\"input\">150</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3143222\n"
+"04060101.xhp\n"
+"par_id3153976\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
-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."
+msgid "<item type=\"input\">40</item>"
msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3154651\n"
+"04060101.xhp\n"
+"par_id3150894\n"
"21\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "3"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3146964\n"
+"04060101.xhp\n"
+"par_id3152870\n"
"22\n"
"help.text"
-msgid "MIN(Number1; Number2; ...Number30)"
-msgstr "MIN(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
+msgid "<item type=\"input\">Betty</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3153486\n"
+"04060101.xhp\n"
+"par_id3149692\n"
"23\n"
"help.text"
-msgid "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges."
-msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის დიაპაზონის ციფრული მნიშვნელობები."
-
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3155523\n"
-"24\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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."
+msgid "<item type=\"input\">4</item>"
msgstr ""
-#: 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
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3147504\n"
-"148\n"
-"help.text"
-msgid "MINA"
-msgstr "MINA"
-
-#: 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
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id4294564\n"
+"04060101.xhp\n"
+"par_id3154652\n"
+"24\n"
"help.text"
-msgid "The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered."
+msgid "<item type=\"input\">10</item>"
msgstr ""
-#: 04060184.xhp
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3150435\n"
-"150\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 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
-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
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3148743\n"
-"153\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3147401\n"
-"154\n"
+"04060101.xhp\n"
+"par_id3149381\n"
+"25\n"
"help.text"
-msgid "<item type=\"input\">=MINA(1;\"Text\";20)</item> returns 0."
+msgid "<item type=\"input\">1000</item>"
msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3147295\n"
-"155\n"
+"04060101.xhp\n"
+"par_id3153812\n"
+"26\n"
"help.text"
-msgid "<item type=\"input\">=MINA(A1:B100)</item> returns the smallest value in the list."
+msgid "<item type=\"input\">42</item>"
msgstr ""
-#: 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
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3166465\n"
+"04060101.xhp\n"
+"par_id3146965\n"
"27\n"
"help.text"
-msgid "AVEDEV"
-msgstr "AVEDEV"
+msgid "4"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3150373\n"
+"04060101.xhp\n"
+"par_id3155596\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."
+msgid "<item type=\"input\">Charles</item>"
msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3150038\n"
+"04060101.xhp\n"
+"par_id3147244\n"
"29\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<item type=\"input\">3</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3145636\n"
+"04060101.xhp\n"
+"par_id3149871\n"
"30\n"
"help.text"
-msgid "AVEDEV(Number1; Number2; ...Number30)"
-msgstr "AVEDEV(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
+msgid "<item type=\"input\">10</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3157871\n"
+"04060101.xhp\n"
+"par_id3155752\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> არის მნიშვნელობები ან დიაპაზონები, რომლებიც ასახავს შერჩევას. ყოველი რიცხვი შეიძლება ასახავდეს მითითებას."
+msgid "<item type=\"input\">300</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3149725\n"
+"04060101.xhp\n"
+"par_id3149052\n"
"32\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<item type=\"input\">51</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3153122\n"
+"04060101.xhp\n"
+"par_id3146097\n"
"33\n"
"help.text"
-msgid "<item type=\"input\">=AVEDEV(A1:A50)</item>"
+msgid "5"
msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"bm_id3145824\n"
+"04060101.xhp\n"
+"par_id3147296\n"
+"34\n"
"help.text"
-msgid "<bookmark_value>AVERAGE function</bookmark_value>"
-msgstr "<bookmark_value> AVERAGE ფუნქცია</bookmark_value>"
+msgid "<item type=\"input\">Daniel</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3145824\n"
+"04060101.xhp\n"
+"par_id3150393\n"
"35\n"
"help.text"
-msgid "AVERAGE"
-msgstr "AVERAGE"
+msgid "<item type=\"input\">5</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3150482\n"
+"04060101.xhp\n"
+"par_id3145236\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>"
+msgid "<item type=\"input\">11</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3146943\n"
+"04060101.xhp\n"
+"par_id3150534\n"
"37\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<item type=\"input\">1200</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3154679\n"
+"04060101.xhp\n"
+"par_id3150375\n"
"38\n"
"help.text"
-msgid "AVERAGE(Number1; Number2; ...Number30)"
-msgstr "AVERAGE(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
+msgid "<item type=\"input\">48</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3150741\n"
+"04060101.xhp\n"
+"par_id3159121\n"
"39\n"
"help.text"
-msgid "<emph>Number1; Number2;...Number 0</emph> are numerical values or ranges."
-msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის დიაპაზონის ციფრული მნიშვნელობები."
+msgid "6"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3153039\n"
+"04060101.xhp\n"
+"par_id3150456\n"
"40\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<item type=\"input\">Eva</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3151232\n"
+"04060101.xhp\n"
+"par_id3146886\n"
"41\n"
"help.text"
-msgid "<item type=\"input\">=AVERAGE(A1:A50)</item>"
+msgid "<item type=\"input\">2</item>"
msgstr ""
-#: 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
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3148754\n"
-"157\n"
-"help.text"
-msgid "AVERAGEA"
-msgstr "AVERAGEA"
-
-#: 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
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3153326\n"
-"159\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 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
-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
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3149504\n"
-"162\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3150864\n"
-"163\n"
+"04060101.xhp\n"
+"par_id3149945\n"
+"42\n"
"help.text"
-msgid "<item type=\"input\">=AVERAGEA(A1:A50)</item>"
+msgid "<item type=\"input\">8</item>"
msgstr ""
-#: 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
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3153933\n"
+"04060101.xhp\n"
+"par_id3157904\n"
"43\n"
"help.text"
-msgid "MODE"
-msgstr "MODE"
+msgid "<item type=\"input\">650</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3153085\n"
+"04060101.xhp\n"
+"par_id3149352\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."
+msgid "<item type=\"input\">33</item>"
msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3153003\n"
+"04060101.xhp\n"
+"par_id3150028\n"
"45\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "7"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3155950\n"
+"04060101.xhp\n"
+"par_id3145826\n"
"46\n"
"help.text"
-msgid "MODE(Number1; Number2; ...Number30)"
-msgstr "MODE(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
+msgid "<item type=\"input\">F</item><item type=\"input\">rank</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3150337\n"
+"04060101.xhp\n"
+"par_id3150743\n"
"47\n"
"help.text"
-msgid "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges."
-msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის დიაპაზონის ციფრული მნიშვნელობები."
+msgid "<item type=\"input\">2</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3153571\n"
+"04060101.xhp\n"
+"par_id3154844\n"
"48\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<item type=\"input\">7</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3153733\n"
+"04060101.xhp\n"
+"par_id3148435\n"
"49\n"
"help.text"
-msgid "<item type=\"input\">=MODE(A1:A50)</item>"
+msgid "<item type=\"input\">3</item><item type=\"input\">00</item>"
msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"bm_id3149879\n"
+"04060101.xhp\n"
+"par_id3148882\n"
+"50\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>"
+msgid "<item type=\"input\">4</item><item type=\"input\">2</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3149879\n"
+"04060101.xhp\n"
+"par_id3150140\n"
"51\n"
"help.text"
-msgid "NEGBINOMDIST"
-msgstr "NEGBINOMDIST"
+msgid "8"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3155437\n"
+"04060101.xhp\n"
+"par_id3146137\n"
"52\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_NEGBINOMVERT\">Returns the negative binomial distribution.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_NEGBINOMVERT\">აბრუნებს უარყოფით ბინომინალურ განაწილებას.</ahelp>"
+msgid "<item type=\"input\">Greta</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3145351\n"
+"04060101.xhp\n"
+"par_id3148739\n"
"53\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<item type=\"input\">1</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3150935\n"
+"04060101.xhp\n"
+"par_id3148583\n"
"54\n"
"help.text"
-msgid "NEGBINOMDIST(X; R; SP)"
-msgstr "NEGBINOMDIST(X; R; SP)"
+msgid "<item type=\"input\">7</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3153044\n"
+"04060101.xhp\n"
+"par_id3154556\n"
"55\n"
"help.text"
-msgid "<emph>X</emph> represents the value returned for unsuccessful tests."
-msgstr "<emph>X</emph> ასახავს წარუმატებელი ცდების შედეგებს."
+msgid "<item type=\"input\">200</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3151018\n"
+"04060101.xhp\n"
+"par_id3155255\n"
"56\n"
"help.text"
-msgid "<emph>R</emph> represents the value returned for successful tests."
-msgstr "<emph>R</emph> ასახავს წარმატებელი ცდების შედეგებს."
+msgid "<item type=\"input\">36</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3148878\n"
+"04060101.xhp\n"
+"par_id3145141\n"
"57\n"
"help.text"
-msgid "<emph>SP</emph> is the probability of the success of an attempt."
-msgstr "<emph>SP</emph> არის ცდის წარმატების ალბათობა."
+msgid "9"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3149539\n"
+"04060101.xhp\n"
+"par_id3153078\n"
"58\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<item type=\"input\">Harry</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3148770\n"
+"04060101.xhp\n"
+"par_id3149955\n"
"59\n"
"help.text"
-msgid "<item type=\"input\">=NEGBINOMDIST(1;1;0.5)</item> returns 0.25."
+msgid "<item type=\"input\">3</item>"
msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"bm_id3155516\n"
+"04060101.xhp\n"
+"par_id3150005\n"
+"60\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>"
+msgid "<item type=\"input\">9</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3155516\n"
+"04060101.xhp\n"
+"par_id3155951\n"
"61\n"
"help.text"
-msgid "NORMINV"
-msgstr "NORMINV"
+msgid "<item type=\"input\">1200</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3154634\n"
+"04060101.xhp\n"
+"par_id3145169\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>"
+msgid "<item type=\"input\">44</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3153227\n"
+"04060101.xhp\n"
+"par_id3153571\n"
"63\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "10"
+msgstr "10"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3147534\n"
+"04060101.xhp\n"
+"par_id3148761\n"
"64\n"
"help.text"
-msgid "NORMINV(Number; Mean; StDev)"
-msgstr "NORMINV(რიცხვი; მნიშვნელობა; STDEV)"
+msgid "<item type=\"input\">Irene</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3154950\n"
+"04060101.xhp\n"
+"par_id3149877\n"
"65\n"
"help.text"
-msgid "<emph>Number</emph> represents the probability value used to determine the inverse normal distribution."
-msgstr "<emph>რიცხვი</emph> ასახავს ალბათონის მნიშვნელობას ნორმალური განაწილების ინვერსიისთვის."
+msgid "<item type=\"input\">2</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3150690\n"
+"04060101.xhp\n"
+"par_id3154327\n"
"66\n"
"help.text"
-msgid "<emph>Mean</emph> represents the mean value in the normal distribution."
-msgstr "<emph>საშუალო</emph> ასახავს ნორმალური განაწილების საშუალოს."
+msgid "<item type=\"input\">8</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3148594\n"
+"04060101.xhp\n"
+"par_id3155435\n"
"67\n"
"help.text"
-msgid "<emph>StDev</emph> represents the standard deviation of the normal distribution."
-msgstr "<emph>STDEV</emph> ასახავს ნორმალური განაწილების სტანდარტულ გადახრას."
+msgid "<item type=\"input\">1000</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3155822\n"
+"04060101.xhp\n"
+"par_id3145353\n"
"68\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<item type=\"input\">42</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3153921\n"
+"04060101.xhp\n"
+"par_id3150662\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 ""
+msgid "11"
+msgstr "11"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"bm_id3153722\n"
+"04060101.xhp\n"
+"par_id3150568\n"
+"70\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>"
+msgid "12"
+msgstr "12"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3153722\n"
+"04060101.xhp\n"
+"par_id3149393\n"
"71\n"
"help.text"
-msgid "NORMDIST"
-msgstr "NORMDIST"
+msgid "13"
+msgstr "13"
-#: 04060184.xhp
-#, fuzzy
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3150386\n"
+"04060101.xhp\n"
+"par_id3153544\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>"
+msgid "<item type=\"input\">Name</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3083282\n"
+"04060101.xhp\n"
+"par_id3158414\n"
"73\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<item type=\"input\">Grade</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3150613\n"
+"04060101.xhp\n"
+"par_id3152820\n"
"74\n"
"help.text"
-msgid "NORMDIST(Number; Mean; StDev; C)"
-msgstr "NORMDIST(რიცხვი; მნიშვნელობა; STDEV; C)"
+msgid "<item type=\"input\">Age</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3149820\n"
+"04060101.xhp\n"
+"par_id3154866\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."
+msgid "<item type=\"input\">Distance to School</item>"
msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3146063\n"
+"04060101.xhp\n"
+"par_id3150471\n"
"76\n"
"help.text"
-msgid "<emph>Mean</emph> is the mean value of the distribution."
-msgstr "<emph>საშუალო</emph> არის განაწილების საშუალო."
+msgid "<item type=\"input\">Weight</item>"
+msgstr ""
-#: 04060184.xhp
-#, fuzzy
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3156295\n"
+"04060101.xhp\n"
+"par_id3153920\n"
"77\n"
"help.text"
-msgid "<emph>StDev</emph> is the standard deviation of the distribution."
-msgstr "<emph>STDEV</emph> არის ნორმალური განაწილების სტანდარტული გადახრა."
+msgid "14"
+msgstr "14"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3145080\n"
+"04060101.xhp\n"
+"par_id3148429\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 განაწილება."
+msgid "<item type=\"input\">>600</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3152972\n"
+"04060101.xhp\n"
+"par_id3152588\n"
"79\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "15"
+msgstr "15"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3149283\n"
+"04060101.xhp\n"
+"par_id3083286\n"
"80\n"
"help.text"
-msgid "<item type=\"input\">=NORMDIST(70;63;5;0)</item> returns 0.03."
-msgstr ""
+msgid "16"
+msgstr "16"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3149448\n"
+"04060101.xhp\n"
+"par_id3163823\n"
"81\n"
"help.text"
-msgid "<item type=\"input\">=NORMDIST(70;63;5;1)</item> returns 0.92."
+msgid "<item type=\"input\">DCOUNT</item>"
msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"bm_id3152934\n"
+"04060101.xhp\n"
+"par_id3145083\n"
+"82\n"
"help.text"
-msgid "<bookmark_value>PEARSON function</bookmark_value>"
-msgstr "<bookmark_value>PEARSON ფუნქცია</bookmark_value>"
+msgid "<item type=\"input\">5</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3152934\n"
+"04060101.xhp\n"
+"par_id3149282\n"
"83\n"
"help.text"
-msgid "PEARSON"
-msgstr "PEARSON"
+msgid "The formula in cell B16 is =DCOUNT(A1:E10;0;A13:E14)"
+msgstr "ფორმულა უჯრაში B16 არის =DCOUNT(A1:E10;0;A13:E14)"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3153216\n"
+"04060101.xhp\n"
+"hd_id3150962\n"
+"192\n"
+"help.text"
+msgid "Database Function Parameters:"
+msgstr "მონაცემთა ბაზის ფუნქციის პარამეტრები:"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"par_id3155837\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>"
+msgid "The following items are the parameter definitions for all database functions:"
+msgstr "შემდეგი არის მონაცემთა ბაზების ყველა ფუნქციისთვის პარამეტრების განსაზღვრა:"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3147081\n"
+"04060101.xhp\n"
+"par_id3149453\n"
"85\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<emph>Database</emph> is the cell range defining the database."
+msgstr "<emph> მონაცემთა ბაზა</emph> არის უჯრა ან უჯრათა დიაპაზონი, რომელიც მონაცემთა ბაზას განსაზღვრავს."
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3156133\n"
+"04060101.xhp\n"
+"par_id3151272\n"
"86\n"
"help.text"
-msgid "PEARSON(Data1; Data2)"
-msgstr "PEARSON(მონაცემები_1; მონაცემები_2)"
+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>"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3151272\n"
+"04060101.xhp\n"
+"par_id3147083\n"
"87\n"
"help.text"
-msgid "<emph>Data1</emph> represents the array of the first data set."
-msgstr "<emph>მონაცემები_1</emph> მონაცემთა პირველი წყობის მასივს ასახავს."
+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-ით. ძიების კრიტერიუმის დიაპაზონში ცარიელი უჯრები იგნორირებული იქნებიან."
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3153279\n"
+"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 ""
+
+#: 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 ""
+
+#: 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>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3150882\n"
"88\n"
"help.text"
-msgid "<emph>Data2</emph> represents the array of the second data set."
-msgstr "<emph>მონაცემები_2</emph> მონაცემთა მეორე წყობის მასივს ასახავს."
+msgid "DCOUNT"
+msgstr "DCOUNT"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3147567\n"
+"04060101.xhp\n"
+"par_id3156133\n"
"89\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+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>"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3151187\n"
+"04060101.xhp\n"
+"hd_id3156099\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) აბრუნებს მონაცემთა ორივე წყობისთვის პირსონის კორელაციის კოეფიციენტს."
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"bm_id3152806\n"
+"04060101.xhp\n"
+"par_id3153218\n"
+"91\n"
"help.text"
-msgid "<bookmark_value>PHI function</bookmark_value>"
-msgstr "<bookmark_value>PHI ფუნქცია</bookmark_value>"
+msgid "DCOUNT(Database; DatabaseField; SearchCriteria)"
+msgstr "DCOUNT(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3152806\n"
+"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\"/>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3154743\n"
"92\n"
"help.text"
-msgid "PHI"
-msgstr "PHI"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3150254\n"
+"04060101.xhp\n"
+"par_id3153623\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>"
+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> დაგეხმარებათ შეიტანოთ დიაპაზონები."
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3154748\n"
+"04060101.xhp\n"
+"par_id3149142\n"
"94\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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."
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3149976\n"
+"04060101.xhp\n"
+"par_id3145652\n"
"95\n"
"help.text"
-msgid "PHI(Number)"
-msgstr "PHI(რიცხვი)"
+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."
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3156108\n"
-"96\n"
+"04060101.xhp\n"
+"bm_id3156123\n"
"help.text"
-msgid "<emph>Number</emph> represents the value based on which the standard normal distribution is calculated."
-msgstr "<emph>რიცხვი</emph> ასახავს მნიშვნელობას, რომელზე დაყრდნობით გამოითვლება სტანდარტული ნორმალური გადახრა."
+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>"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3153621\n"
+"04060101.xhp\n"
+"hd_id3156123\n"
"97\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "DCOUNTA"
+msgstr "DCOUNTA"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3155849\n"
+"04060101.xhp\n"
+"par_id3156110\n"
"98\n"
"help.text"
-msgid "<item type=\"input\">=PHI(2.25) </item>= 0.03"
-msgstr ""
+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>"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3143236\n"
+"04060101.xhp\n"
+"hd_id3143228\n"
"99\n"
"help.text"
-msgid "<item type=\"input\">=PHI(-2.25)</item> = 0.03"
-msgstr ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3149286\n"
+"04060101.xhp\n"
+"par_id3146893\n"
"100\n"
"help.text"
-msgid "<item type=\"input\">=PHI(0)</item> = 0.4"
-msgstr ""
+msgid "DCOUNTA(Database; DatabaseField; SearchCriteria)"
+msgstr "DCOUNTA(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"bm_id3153985\n"
+"04060101.xhp\n"
+"hd_id3149751\n"
+"101\n"
"help.text"
-msgid "<bookmark_value>POISSON function</bookmark_value>"
-msgstr "<bookmark_value>POISSON ფუნქცია</bookmark_value>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3153985\n"
+"04060101.xhp\n"
+"par_id3153982\n"
"102\n"
"help.text"
-msgid "POISSON"
-msgstr "POISSON"
+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 ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3154298\n"
-"103\n"
+"04060101.xhp\n"
+"bm_id3147256\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_POISSON\">Returns the Poisson distribution.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_POISSON\">აბრუნებს პოიზონის განაწილებას.</ahelp>"
+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>"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3159183\n"
+"04060101.xhp\n"
+"hd_id3147256\n"
"104\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "DGET"
+msgstr "DGET"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3146093\n"
+"04060101.xhp\n"
+"par_id3152801\n"
"105\n"
"help.text"
-msgid "POISSON(Number; Mean; C)"
-msgstr "POISSON(რიცხვი; მნიშვნელობა; C)"
+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 ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3147253\n"
+"04060101.xhp\n"
+"hd_id3159344\n"
"106\n"
"help.text"
-msgid "<emph>Number</emph> represents the value based on which the Poisson distribution is calculated."
-msgstr "<emph>რიცხვი</emph> ასახავს მნიშვნელობას, რომელზე დაყრდნობით გამოითვლება პოიზონის განაწილება."
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3151177\n"
+"04060101.xhp\n"
+"par_id3154696\n"
"107\n"
"help.text"
-msgid "<emph>Mean</emph> represents the middle value of the Poisson distribution."
-msgstr "<emph>საშუალო</emph> ასახავს პოიზონის განაწილების საშუალო მნისვნელობას."
+msgid "DGET(Database; DatabaseField; SearchCriteria)"
+msgstr "DGET(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3149200\n"
+"04060101.xhp\n"
+"hd_id3153909\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 ""
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3159347\n"
+"04060101.xhp\n"
+"par_id3155388\n"
"109\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+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 ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3150113\n"
+"04060101.xhp\n"
+"par_id3153096\n"
"110\n"
"help.text"
-msgid "<item type=\"input\">=POISSON(60;50;1)</item> returns 0.93."
+msgid "<item type=\"input\">=DGET(A1:E10;\"Grade\";A13:E14)</item>"
msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"bm_id3153100\n"
+"04060101.xhp\n"
+"par_id3150524\n"
+"111\n"
"help.text"
-msgid "<bookmark_value>PERCENTILE function</bookmark_value>"
-msgstr "<bookmark_value>PERCENTILE ფუნქცია</bookmark_value>"
+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 ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3153100\n"
+"04060101.xhp\n"
+"par_id3148833\n"
"112\n"
"help.text"
-msgid "PERCENTILE"
-msgstr "PERCENTILE"
+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 ჩაასწორეთ როგორც შემდეგში:"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3154940\n"
+"04060101.xhp\n"
+"par_id3149912\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."
+msgid "<item type=\"input\">=DGET(A1:E10;\"Name\";A13:E14)</item>"
msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3150531\n"
+"04060101.xhp\n"
+"par_id3148813\n"
"114\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Instead of the grade, the name is queried. The answer appears at once: Daniel is the only child aged 11."
+msgstr "საფეხურის ნაცვლად მოთხოვნილია სახელი. პასუხი უმალვე ჩნდება. დანიელი ერთადერთი 11 წლის ბავშვია."
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3148813\n"
+"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>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3149766\n"
"115\n"
"help.text"
-msgid "PERCENTILE(Data; Alpha)"
-msgstr "PERCENTILE(მონაცემები;ალფა)"
+msgid "DMAX"
+msgstr "DMAX"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3153054\n"
+"04060101.xhp\n"
+"par_id3154903\n"
"116\n"
"help.text"
-msgid "<emph>Data</emph> represents the array of data."
-msgstr "<emph>მონაცემები</emph> მონაცემთა მასივის ასახვა."
+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>"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3154212\n"
+"04060101.xhp\n"
+"hd_id3150771\n"
"117\n"
"help.text"
-msgid "<emph>Alpha</emph> represents the percentage of the scale between 0 and 1."
-msgstr ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3154290\n"
+"04060101.xhp\n"
+"par_id3159157\n"
"118\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "DMAX(Database; DatabaseField; SearchCriteria)"
+msgstr "DMAX(მონაცემთა ბაზა;მონაცემთა ბაზის ველი;ძიების კრიტერიუმი)"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3159147\n"
+"04060101.xhp\n"
+"hd_id3145420\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 ""
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"bm_id3148807\n"
+"04060101.xhp\n"
+"par_id3148442\n"
+"120\n"
"help.text"
-msgid "<bookmark_value>PERCENTRANK function</bookmark_value>"
-msgstr "<bookmark_value>PERCENTRANK ფუნქცია</bookmark_value>"
+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-ში შემდეგი ფორმულა:"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3148807\n"
+"04060101.xhp\n"
+"par_id3148804\n"
"121\n"
"help.text"
-msgid "PERCENTRANK"
-msgstr "PERCENTRANK"
+msgid "<item type=\"input\">=DMAX(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3153573\n"
+"04060101.xhp\n"
+"par_id3150510\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>"
+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, და ა.შ., ერთი მეორეს მიყოლებით. საფეხურის ნომრუის შეყვანის შემდეგ, გამოჩნდება საფეხურზე უმძიმესი ბავშვის წონა."
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3147512\n"
+"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>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3159141\n"
"123\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "DMIN"
+msgstr "DMIN"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3147238\n"
+"04060101.xhp\n"
+"par_id3154261\n"
"124\n"
"help.text"
-msgid "PERCENTRANK(Data; Value)"
-msgstr "PERCENTRANK(მონაცემები; მნიშვნელობა)"
+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>"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3154266\n"
+"04060101.xhp\n"
+"hd_id3147238\n"
"125\n"
"help.text"
-msgid "<emph>Data</emph> represents the array of data in the sample."
-msgstr "<emph>მონაცემი</emph> ასახავს შერჩევაში მონაცემთა მასივს."
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3148475\n"
+"04060101.xhp\n"
+"par_id3148479\n"
"126\n"
"help.text"
-msgid "<emph>Value</emph> represents the value whose percentile rank must be determined."
-msgstr "<emph>მნიშვნელობა</emph> ასახავს მნიშვნელობას რომლის პროცენტული რანგი უნდა დადგინდეს."
+msgid "DMIN(Database; DatabaseField; SearchCriteria)"
+msgstr "DMIN(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3155364\n"
+"04060101.xhp\n"
+"hd_id3151050\n"
"127\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3149163\n"
+"04060101.xhp\n"
+"par_id3148925\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 ""
+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:"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"bm_id3166442\n"
+"04060101.xhp\n"
+"par_id3149161\n"
+"129\n"
"help.text"
-msgid "<bookmark_value>QUARTILE function</bookmark_value>"
-msgstr "<bookmark_value>QUARTILE ფუნქცია</bookmark_value>"
+msgid "<item type=\"input\">=DMIN(A1:E10;\"Distance to School\";A13:E14)</item>"
+msgstr ""
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3166442\n"
+"04060101.xhp\n"
+"par_id3148917\n"
"130\n"
"help.text"
-msgid "QUARTILE"
-msgstr "QUARTILE"
+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 და ა.შ. საფეხურებზე ერთი მეორეს შემდეგ. უმოკლესი მანძილი სკოლამდე ყოველი საფეხურისთვის ჩნდება."
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3146958\n"
+"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>"
+
+#: 04060101.xhp
+msgctxt ""
+"04060101.xhp\n"
+"hd_id3154274\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>"
+msgid "DAVERAGE"
+msgstr "DAVERAGE"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"hd_id3152942\n"
+"04060101.xhp\n"
+"par_id3166453\n"
"132\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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>"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3153684\n"
+"04060101.xhp\n"
+"hd_id3146955\n"
"133\n"
"help.text"
-msgid "QUARTILE(Data; Type)"
-msgstr "QUARTILE(მონაცემები; ტიპი)"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3153387\n"
+"04060101.xhp\n"
+"par_id3150710\n"
"134\n"
"help.text"
-msgid "<emph>Data</emph> represents the array of data in the sample."
-msgstr "<emph>მონაცემი</emph> ასახავს შერჩევაში მონაცემთა მასივს."
+msgid "DAVERAGE(Database; DatabaseField; SearchCriteria)"
+msgstr "DAVERAGE(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
-#: 04060184.xhp
+#: 04060101.xhp
msgctxt ""
-"04060184.xhp\n"
-"par_id3155589\n"
+"04060101.xhp\n"
+"hd_id3152943\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
-msgctxt ""
-"04060184.xhp\n"
-"hd_id3149103\n"
-"136\n"
-"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 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 ""
-
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"tit\n"
+"04060101.xhp\n"
+"par_id3149104\n"
+"136\n"
"help.text"
-msgid "Operators in $[officename] Calc"
-msgstr "$[officename] Calc-ში ოპერატორები"
+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:"
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"bm_id3156445\n"
+"04060101.xhp\n"
+"par_id3153688\n"
+"137\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>"
+msgid "<item type=\"input\">=DAVERAGE(A1:E10;\"Weight\";A13:E14)</item>"
msgstr ""
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"hd_id3156445\n"
-"1\n"
+"04060101.xhp\n"
+"par_id3155587\n"
+"138\n"
"help.text"
-msgid "Operators in $[officename] Calc"
-msgstr "$[officename] Calc-ში ოპერატორები"
+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 და ა.შ. ერთი მეორეს მიყოლებით. გამოჩნდება ერთი და იგივე ასაკის ბავშვების საშუალო წონა."
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3155812\n"
-"2\n"
+"04060101.xhp\n"
+"bm_id3159269\n"
"help.text"
-msgid "You can use the following operators in $[officename] Calc:"
-msgstr "$[officename] Calc-ში შემდეგი ოპერატორები გამოიყენეთ:"
+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>"
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"hd_id3153066\n"
-"3\n"
+"04060101.xhp\n"
+"hd_id3159269\n"
+"139\n"
"help.text"
-msgid "Arithmetical Operators"
-msgstr "არითმეტიკული ოპერატორები"
+msgid "DPRODUCT"
+msgstr "DPRODUCT"
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3148601\n"
-"4\n"
+"04060101.xhp\n"
+"par_id3152879\n"
+"140\n"
"help.text"
-msgid "These operators return numerical results."
-msgstr "აბრუნებს რიცხობროვ შედეგს."
+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>"
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3144768\n"
-"5\n"
+"04060101.xhp\n"
+"hd_id3149966\n"
+"141\n"
"help.text"
-msgid "Operator"
-msgstr "ოპერატორი"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3157982\n"
-"6\n"
+"04060101.xhp\n"
+"par_id3154854\n"
+"142\n"
"help.text"
-msgid "Name"
-msgstr "სახელი"
+msgid "DPRODUCT(Database; DatabaseField; SearchCriteria)"
+msgstr "DPRODUCT(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3159096\n"
-"7\n"
+"04060101.xhp\n"
+"hd_id3149802\n"
+"143\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3149126\n"
-"8\n"
-"help.text"
-msgid "+ (Plus)"
-msgstr "+ (პლუსი)"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3150892\n"
-"9\n"
-"help.text"
-msgid "Addition"
-msgstr "მიმატება"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3153247\n"
-"10\n"
-"help.text"
-msgid "1+1"
-msgstr "1+1"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3159204\n"
-"11\n"
-"help.text"
-msgid "- (Minus)"
-msgstr "- (მინუსი)"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3145362\n"
-"12\n"
-"help.text"
-msgid "Subtraction"
-msgstr "გამოკლება"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3153554\n"
-"13\n"
-"help.text"
-msgid "2-1"
-msgstr "2-1"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3153808\n"
-"14\n"
-"help.text"
-msgid "- (Minus)"
-msgstr "- (მინუსი)"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3151193\n"
-"15\n"
-"help.text"
-msgid "Negation"
-msgstr "უარყოფა"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3154712\n"
-"16\n"
-"help.text"
-msgid "-5"
-msgstr "-5"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3149873\n"
-"17\n"
-"help.text"
-msgid "* (asterisk)"
-msgstr "* (ვარლსკვავი)"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3147504\n"
-"18\n"
-"help.text"
-msgid "Multiplication"
-msgstr "გამრავლება"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3149055\n"
-"19\n"
-"help.text"
-msgid "2*2"
-msgstr "2*2"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3151341\n"
-"20\n"
-"help.text"
-msgid "/ (Slash)"
-msgstr "/ (გაყოფა)"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3159260\n"
-"21\n"
-"help.text"
-msgid "Division"
-msgstr "გაყოფა"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3153027\n"
-"22\n"
-"help.text"
-msgid "9/3"
-msgstr "9/3"
-
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3156396\n"
-"23\n"
+"04060101.xhp\n"
+"par_id3148986\n"
+"144\n"
"help.text"
-msgid "% (Percent)"
-msgstr "% (პროცენტი)"
+msgid "With the birthday party example above (scroll up, please), there is no meaningful application of this function."
+msgstr "ზემოთ დაბადების დღის ზეიმის მაგალითი (აასრიალეთ), ამ ფუნქციისთვის არ არის შესაბამისი პროგრამა."
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3150372\n"
-"24\n"
+"04060101.xhp\n"
+"bm_id3148462\n"
"help.text"
-msgid "Percent"
-msgstr "პროცენტი"
+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>"
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3145632\n"
-"25\n"
+"04060101.xhp\n"
+"hd_id3148462\n"
+"145\n"
"help.text"
-msgid "15%"
-msgstr "15%"
+msgid "DSTDEV"
+msgstr "DSTDEV"
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3149722\n"
-"26\n"
+"04060101.xhp\n"
+"par_id3154605\n"
+"146\n"
"help.text"
-msgid "^ (Caret)"
+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 ""
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3159127\n"
-"27\n"
-"help.text"
-msgid "Exponentiation"
-msgstr "ახარისხება"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3157873\n"
-"28\n"
-"help.text"
-msgid "3^2"
-msgstr "3^2"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"hd_id3152981\n"
-"29\n"
-"help.text"
-msgid "Comparative operators"
-msgstr "შემადარებელი ოპერატორები"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3157902\n"
-"30\n"
-"help.text"
-msgid "These operators return either true or false."
-msgstr "ეს ოპერატორები აბრუნებენ ჭეშმარიტს ან მცდარს."
-
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3149889\n"
-"31\n"
+"04060101.xhp\n"
+"hd_id3149427\n"
+"147\n"
"help.text"
-msgid "Operator"
-msgstr "ოპერატორი"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3150743\n"
-"32\n"
+"04060101.xhp\n"
+"par_id3148661\n"
+"148\n"
"help.text"
-msgid "Name"
-msgstr "სახელი"
+msgid "DSTDEV(Database; DatabaseField; SearchCriteria)"
+msgstr "DSTDEV(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3146877\n"
-"33\n"
+"04060101.xhp\n"
+"hd_id3153945\n"
+"149\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3148888\n"
-"34\n"
-"help.text"
-msgid "= (equal sign)"
-msgstr "= (ტოლობის ნიშანი)"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3154845\n"
-"35\n"
-"help.text"
-msgid "Equal"
-msgstr "ტოლია"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3154546\n"
-"36\n"
-"help.text"
-msgid "A1=B1"
-msgstr "A1=B1"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3154807\n"
-"37\n"
-"help.text"
-msgid "> (Greater than)"
-msgstr "> (მეტია ვიდრე)"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3148580\n"
-"38\n"
-"help.text"
-msgid "Greater than"
-msgstr "მეტია ვიდრე"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3145138\n"
-"39\n"
-"help.text"
-msgid "A1>B1"
-msgstr "A1>B1"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3149507\n"
-"40\n"
-"help.text"
-msgid "< (Less than)"
-msgstr "< (ნაკლებია ვიდრე)"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3150145\n"
-"41\n"
-"help.text"
-msgid "Less than"
-msgstr "ნაკლებია ვიდრე"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3150901\n"
-"42\n"
-"help.text"
-msgid "A1<B1"
-msgstr "A1<B1"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3153078\n"
-"43\n"
-"help.text"
-msgid ">= (Greater than or equal to)"
-msgstr ">= (მეტია ან ტოლია)"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3150866\n"
-"44\n"
-"help.text"
-msgid "Greater than or equal to"
-msgstr "მეტია ან ტოლია"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3153111\n"
-"45\n"
-"help.text"
-msgid "A1>=B1"
-msgstr "A1>=B1"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3153004\n"
-"46\n"
-"help.text"
-msgid "<= (Less than or equal to)"
-msgstr "<= (ნაკლებია ან ტოლია)"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3150335\n"
-"47\n"
-"help.text"
-msgid "Less than or equal to"
-msgstr "ნაკლებია ან ტოლია"
-
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3148760\n"
-"48\n"
+"04060101.xhp\n"
+"par_id3149934\n"
+"150\n"
"help.text"
-msgid "A1<=B1"
-msgstr "A1<=B1"
+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:"
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3157994\n"
-"49\n"
+"04060101.xhp\n"
+"par_id3150630\n"
+"151\n"
"help.text"
-msgid "<> (Inequality)"
-msgstr "<> (სხვაობა)"
+msgid "<item type=\"input\">=DSTDEV(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr ""
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3150019\n"
-"50\n"
+"04060101.xhp\n"
+"par_id3153536\n"
+"152\n"
"help.text"
-msgid "Inequality"
-msgstr "სხვაობა"
+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 და ა.შ. ერთი მეორეს მიყოლებით. შედეგი იქნება ამ ასაკის ბავშვების წონის სტანდარტული გადახრა."
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3149878\n"
-"51\n"
+"04060101.xhp\n"
+"bm_id3150429\n"
"help.text"
-msgid "A1<>B1"
-msgstr "A1<>B1"
+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>"
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"hd_id3145241\n"
-"52\n"
+"04060101.xhp\n"
+"hd_id3150429\n"
+"153\n"
"help.text"
-msgid "Text operators"
-msgstr "ტექსტის ოპერატორები"
+msgid "DSTDEVP"
+msgstr "DSTDEVP"
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3155438\n"
-"53\n"
+"04060101.xhp\n"
+"par_id3145598\n"
+"154\n"
"help.text"
-msgid "The operator combines separate texts into one text."
-msgstr "ეს ოპერატორი განცალკევებულ ტექსტს ერთ ტექსტად აერთიანებს."
+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 ""
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3150566\n"
-"54\n"
+"04060101.xhp\n"
+"hd_id3145307\n"
+"155\n"
"help.text"
-msgid "Operator"
-msgstr "ოპერატორი"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3153048\n"
-"55\n"
+"04060101.xhp\n"
+"par_id3149484\n"
+"156\n"
"help.text"
-msgid "Name"
-msgstr "სახელი"
+msgid "DSTDEVP(Database; DatabaseField; SearchCriteria)"
+msgstr "DSTDEVP(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3149001\n"
-"56\n"
+"04060101.xhp\n"
+"hd_id3153322\n"
+"157\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3148769\n"
-"57\n"
-"help.text"
-msgid "& (And)"
-msgstr "& (და)"
-
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"bm_id3157975\n"
+"04060101.xhp\n"
+"par_id3155431\n"
+"158\n"
"help.text"
-msgid "<bookmark_value>text concatenation AND</bookmark_value>"
-msgstr "<bookmark_value>ტექსტის გაერთიანება AND</bookmark_value>"
+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:"
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3157975\n"
-"58\n"
+"04060101.xhp\n"
+"par_id3148411\n"
+"159\n"
"help.text"
-msgid "text concatenation AND"
-msgstr "ტექსტის გაერთიანება AND"
+msgid "<item type=\"input\">=DSTDEVP(A1:E10;\"Weight\";A13:E14)</item>"
+msgstr ""
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3157993\n"
-"59\n"
+"04060101.xhp\n"
+"par_id3143271\n"
+"160\n"
"help.text"
-msgid "\"Sun\" & \"day\" is \"Sunday\""
-msgstr "\"ორ\" & \"შაბათი\" არის \"ორშაბათი\""
+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 და ა.შ. ერთი მეორეს მიყოლებით. შედეგი არის ერთიდაიგივე ასაკის ბავშვების ვისი წონაც ცნობილია, წონის სტანდარტული გადახრა."
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"hd_id3153550\n"
-"60\n"
+"04060101.xhp\n"
+"bm_id3154794\n"
"help.text"
-msgid "Reference operators"
-msgstr "მითითების ოპერატორები"
+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>"
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3149024\n"
-"61\n"
+"04060101.xhp\n"
+"hd_id3154794\n"
+"161\n"
"help.text"
-msgid "These operators return a cell range of zero, one or more cells."
-msgstr ""
+msgid "DSUM"
+msgstr "DSUM"
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id2324900\n"
+"04060101.xhp\n"
+"par_id3149591\n"
+"162\n"
"help.text"
-msgid "Range has the highest precedence, then intersection, and then finally union."
-msgstr ""
+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>"
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3158416\n"
-"62\n"
+"04060101.xhp\n"
+"hd_id3146128\n"
+"163\n"
"help.text"
-msgid "Operator"
-msgstr "ოპერატორი"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3152822\n"
-"63\n"
+"04060101.xhp\n"
+"par_id3150989\n"
+"164\n"
"help.text"
-msgid "Name"
-msgstr "სახელი"
+msgid "DSUM(Database; DatabaseField; SearchCriteria)"
+msgstr "DSUM(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id3154949\n"
-"64\n"
+"04060101.xhp\n"
+"hd_id3159079\n"
+"165\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3156257\n"
-"65\n"
-"help.text"
-msgid ": (Colon)"
-msgstr ": (ორი წერტილი)"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3153924\n"
-"66\n"
-"help.text"
-msgid "Range"
-msgstr "დიაპაზონი"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3148432\n"
-"67\n"
-"help.text"
-msgid "A1:C108"
-msgstr "A1:C108"
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id3152592\n"
-"68\n"
-"help.text"
-msgid "! (Exclamation point)"
-msgstr "! (ძახილის ნიშანი)"
-
-#: 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
-msgctxt ""
-"04060199.xhp\n"
-"par_id3150606\n"
-"69\n"
-"help.text"
-msgid "Intersection"
-msgstr "თანაკვეთა"
-
-#: 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
-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
-msgctxt ""
-"04060199.xhp\n"
-"par_id4003723\n"
-"help.text"
-msgid "~ (Tilde)"
-msgstr ""
-
-#: 04060199.xhp
-msgctxt ""
-"04060199.xhp\n"
-"par_id838953\n"
-"help.text"
-msgid "Concatenation or union"
-msgstr ""
-
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id2511978\n"
+"04060101.xhp\n"
+"par_id3152766\n"
+"166\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."
+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 ""
-#: 04060199.xhp
+#: 04060101.xhp
msgctxt ""
-"04060199.xhp\n"
-"par_id181890\n"
+"04060101.xhp\n"
+"par_id3151312\n"
+"167\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."
+msgid "<item type=\"input\">=DSUM(A1:E10;\"Distance to School\";A13:E14)</item>"
msgstr ""
-#: func_weekday.xhp
+#: 04060101.xhp
msgctxt ""
-"func_weekday.xhp\n"
-"tit\n"
+"04060101.xhp\n"
+"par_id3150596\n"
+"168\n"
"help.text"
-msgid "WEEKDAY"
-msgstr "WEEKDAY"
+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."
-#: func_weekday.xhp
+#: 04060101.xhp
msgctxt ""
-"func_weekday.xhp\n"
-"bm_id3154925\n"
+"04060101.xhp\n"
+"bm_id3155614\n"
"help.text"
-msgid "<bookmark_value>WEEKDAY function</bookmark_value>"
-msgstr "<bookmark_value>WEEKDAY ფუნქცია</bookmark_value>"
+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>"
-#: func_weekday.xhp
+#: 04060101.xhp
msgctxt ""
-"func_weekday.xhp\n"
-"hd_id3154925\n"
-"136\n"
+"04060101.xhp\n"
+"hd_id3155614\n"
+"170\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>"
+msgid "DVAR"
+msgstr "DVAR"
-#: func_weekday.xhp
+#: 04060101.xhp
msgctxt ""
-"func_weekday.xhp\n"
-"par_id3154228\n"
-"137\n"
+"04060101.xhp\n"
+"par_id3154418\n"
+"171\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."
+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 ""
-#: func_weekday.xhp
+#: 04060101.xhp
msgctxt ""
-"func_weekday.xhp\n"
-"hd_id3147217\n"
-"138\n"
+"04060101.xhp\n"
+"hd_id3154825\n"
+"172\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_weekday.xhp
-msgctxt ""
-"func_weekday.xhp\n"
-"par_id3149033\n"
-"139\n"
-"help.text"
-msgid "WEEKDAY(Number; Type)"
-msgstr "WEEKDAY(ნომერი; ტიპი)"
-
-#: 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>, როგორც თარიღის მნიშვნელობა; არის ათწილადი, რომლითაც კვირის დღე ბრუნდება."
-
-#: 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 ""
-
-#: 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 ""
-
-#: func_weekday.xhp
-msgctxt ""
-"func_weekday.xhp\n"
-"hd_id3153836\n"
-"143\n"
-"help.text"
-msgid "Examples"
-msgstr "მაგალითები"
-
-#: 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 ""
-
-#: func_weekday.xhp
+#: 04060101.xhp
msgctxt ""
-"func_weekday.xhp\n"
-"par_id3153174\n"
-"145\n"
+"04060101.xhp\n"
+"par_id3156138\n"
+"173\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 ""
+msgid "DVAR(Database; DatabaseField; SearchCriteria)"
+msgstr "DVAR(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
-#: func_weekday.xhp
+#: 04060101.xhp
msgctxt ""
-"func_weekday.xhp\n"
-"par_id3153525\n"
-"146\n"
+"04060101.xhp\n"
+"hd_id3151257\n"
+"174\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 ""
+msgid "Example"
+msgstr "მაგალითი"
-#: func_weekday.xhp
+#: 04060101.xhp
msgctxt ""
-"func_weekday.xhp\n"
-"par_id3150575\n"
-"147\n"
+"04060101.xhp\n"
+"par_id3153701\n"
+"175\n"
"help.text"
-msgid "=WEEKDAY(NOW()) returns the number of the current day."
-msgstr "WEEKDAY(NOW()) აბრუნებს მიმდინარე დღის რიცხვს."
+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_weekday.xhp
+#: 04060101.xhp
msgctxt ""
-"func_weekday.xhp\n"
-"par_id3150588\n"
-"171\n"
+"04060101.xhp\n"
+"par_id3153676\n"
+"176\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\")"
+msgid "<item type=\"input\">=DVAR(A1:E10;\"Weight\";A13:E14)</item>"
msgstr ""
-#: 12070100.xhp
-msgctxt ""
-"12070100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Consolidate by"
-msgstr "კონსოლიდაცია"
-
-#: 12070100.xhp
-msgctxt ""
-"12070100.xhp\n"
-"hd_id3151210\n"
-"1\n"
-"help.text"
-msgid "Consolidate by"
-msgstr "კონსოლიდაცია"
-
-#: 12070100.xhp
+#: 04060101.xhp
msgctxt ""
-"12070100.xhp\n"
-"hd_id3125864\n"
-"2\n"
+"04060101.xhp\n"
+"par_id3153798\n"
+"177\n"
"help.text"
-msgid "Consolidate by"
-msgstr "კონსოლიდაცია"
+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, და ა. შ. ერთი მეორეს მიყოლებით. შედეგად იხილავთ ამ ასაკის ყველა ბავსვის წონის ვარიაციას."
-#: 12070100.xhp
+#: 04060101.xhp
msgctxt ""
-"12070100.xhp\n"
-"par_id3154909\n"
-"3\n"
+"04060101.xhp\n"
+"bm_id3153880\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 ""
+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>"
-#: 12070100.xhp
+#: 04060101.xhp
msgctxt ""
-"12070100.xhp\n"
-"hd_id3153968\n"
-"4\n"
+"04060101.xhp\n"
+"hd_id3153880\n"
+"178\n"
"help.text"
-msgid "Row labels"
-msgstr "რიგების ეტიკეტები"
+msgid "DVARP"
+msgstr "DVARP"
-#: 12070100.xhp
+#: 04060101.xhp
msgctxt ""
-"12070100.xhp\n"
-"par_id3150441\n"
-"5\n"
+"04060101.xhp\n"
+"par_id3155119\n"
+"179\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>"
+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 ""
-#: 12070100.xhp
+#: 04060101.xhp
msgctxt ""
-"12070100.xhp\n"
-"hd_id3146976\n"
-"6\n"
+"04060101.xhp\n"
+"hd_id3145774\n"
+"180\n"
"help.text"
-msgid "Column labels"
-msgstr "სვეტის ეტიკეტები"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12070100.xhp
+#: 04060101.xhp
msgctxt ""
-"12070100.xhp\n"
-"par_id3155411\n"
-"7\n"
+"04060101.xhp\n"
+"par_id3153776\n"
+"181\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 ""
+msgid "DVARP(Database; DatabaseField; SearchCriteria)"
+msgstr "DVARP(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
-#: 12070100.xhp
+#: 04060101.xhp
msgctxt ""
-"12070100.xhp\n"
-"hd_id3153191\n"
-"12\n"
+"04060101.xhp\n"
+"hd_id3151110\n"
+"182\n"
"help.text"
-msgid "Options"
-msgstr "პარამეტრები"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12070100.xhp
+#: 04060101.xhp
msgctxt ""
-"12070100.xhp\n"
-"hd_id3159154\n"
-"8\n"
+"04060101.xhp\n"
+"par_id3147099\n"
+"183\n"
"help.text"
-msgid "Link to source data"
-msgstr "ბმული წყაროს მონაცემებზე"
+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:"
-#: 12070100.xhp
+#: 04060101.xhp
msgctxt ""
-"12070100.xhp\n"
-"par_id3146986\n"
-"9\n"
+"04060101.xhp\n"
+"par_id3147322\n"
+"184\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>"
+msgid "<item type=\"input\">=DVARP(A1:E10;\"Weight\";A13:E14)</item>"
msgstr ""
-#: 12070100.xhp
-msgctxt ""
-"12070100.xhp\n"
-"hd_id3163708\n"
-"10\n"
-"help.text"
-msgid "More <<"
-msgstr "დამატებით <<"
-
-#: 12070100.xhp
-msgctxt ""
-"12070100.xhp\n"
-"par_id3151118\n"
-"11\n"
-"help.text"
-msgid "Hides the additional options."
-msgstr "მალავს დამატებით პარამეტრებს."
-
-#: 05080100.xhp
-msgctxt ""
-"05080100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Define"
-msgstr "განსაზღვრა"
-
-#: 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>"
-
-#: 05080100.xhp
+#: 04060101.xhp
msgctxt ""
-"05080100.xhp\n"
-"par_id3153896\n"
-"2\n"
+"04060101.xhp\n"
+"par_id3146902\n"
+"185\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>"
+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, და ა. შ. ერთი მეორეს მიყოლებით. შედეგად იხილავთ დაბადების დღეზე ამ ასაკის ყველა ბავშვის წონის ვარიაციას."
#: 04060102.xhp
msgctxt ""
@@ -11339,7 +5788,6 @@ msgid "<embedvar href=\"text/scalc/01/func_date.xhp#date\"/>"
msgstr "<embedvar href=\"text/scalc/01/func_date.xhp#date\"/>"
#: 04060102.xhp
-#, fuzzy
msgctxt ""
"04060102.xhp\n"
"par_id6354457\n"
@@ -11507,6074 +5955,2200 @@ msgctxt ""
msgid "<embedvar href=\"text/scalc/01/func_timevalue.xhp#timevalue\"/>"
msgstr "<embedvar href=\"text/scalc/01/func_timevalue.xhp#timevalue\"/>"
-#: 05030000.xhp
+#: 04060103.xhp
msgctxt ""
-"05030000.xhp\n"
+"04060103.xhp\n"
"tit\n"
"help.text"
-msgid "Row"
-msgstr "რიგი"
-
-#: 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>"
+msgid "Financial Functions Part One"
+msgstr "ფინანსური ფუნქციები ნაწილი ერთი"
-#: 05030000.xhp
+#: 04060103.xhp
msgctxt ""
-"05030000.xhp\n"
-"par_id3154685\n"
-"2\n"
+"04060103.xhp\n"
+"bm_id3143284\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the row height and hides or shows selected rows.</ahelp>"
+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 ""
-#: 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>"
-
-#: 05030000.xhp
+#: 04060103.xhp
msgctxt ""
-"05030000.xhp\n"
-"hd_id3155854\n"
-"4\n"
+"04060103.xhp\n"
+"hd_id3143284\n"
+"1\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>"
+msgid "Financial Functions Part One"
+msgstr "ფინანსური ფუნქციები ნაწილი ერთი"
-#: func_days.xhp
+#: 04060103.xhp
msgctxt ""
-"func_days.xhp\n"
-"tit\n"
+"04060103.xhp\n"
+"par_id3149095\n"
+"2\n"
"help.text"
-msgid "DAYS"
-msgstr "DAYS"
+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>"
-#: func_days.xhp
+#: 04060103.xhp
msgctxt ""
-"func_days.xhp\n"
-"bm_id3151328\n"
+"04060103.xhp\n"
+"bm_id3153366\n"
"help.text"
-msgid "<bookmark_value>DAYS function</bookmark_value>"
-msgstr "<bookmark_value>DAYS ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>AMORDEGRC function</bookmark_value> <bookmark_value>depreciations;degressive amortizations</bookmark_value>"
+msgstr "<bookmark_value>AMORDEGRC ფუნქცია</bookmark_value><bookmark_value>დეპრიკაციები;დეგრესიული ამორტიზაციები</bookmark_value>"
-#: func_days.xhp
+#: 04060103.xhp
msgctxt ""
-"func_days.xhp\n"
-"hd_id3151328\n"
-"116\n"
+"04060103.xhp\n"
+"hd_id3153366\n"
+"359\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>"
+msgid "AMORDEGRC"
+msgstr "AMORDEGRC"
-#: func_days.xhp
+#: 04060103.xhp
msgctxt ""
-"func_days.xhp\n"
-"par_id3155139\n"
-"117\n"
+"04060103.xhp\n"
+"par_id3147434\n"
+"360\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."
+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 ""
-#: func_days.xhp
+#: 04060103.xhp
msgctxt ""
-"func_days.xhp\n"
-"hd_id3155184\n"
-"118\n"
+"04060103.xhp\n"
+"hd_id3155855\n"
+"361\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_days.xhp
-msgctxt ""
-"func_days.xhp\n"
-"par_id3149578\n"
-"119\n"
-"help.text"
-msgid "DAYS(Date2; Date1)"
-msgstr "DAYS(თარიღი_2;თარიღი_1)"
-
-#: 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 ""
-
-#: func_days.xhp
-msgctxt ""
-"func_days.xhp\n"
-"hd_id3151001\n"
-"121\n"
-"help.text"
-msgid "Examples"
-msgstr "მაგალითები"
-
-#: func_days.xhp
+#: 04060103.xhp
msgctxt ""
-"func_days.xhp\n"
-"par_id3159101\n"
-"123\n"
+"04060103.xhp\n"
+"par_id3147427\n"
+"362\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 იანვრამდე."
+msgid "AMORDEGRC(Cost; DatePurchased; FirstPeriod; Salvage; Period; Rate; Basis)"
+msgstr "AMORDEGRC(ღირებულება;ყიდვის თარიღი;პირველი პერიოდი;გადარჩენა;პერიოდი;სიხშირე;ფუძე)"
-#: func_days.xhp
+#: 04060103.xhp
msgctxt ""
-"func_days.xhp\n"
-"par_id3163720\n"
-"172\n"
+"04060103.xhp\n"
+"par_id3147125\n"
+"363\n"
"help.text"
-msgid "=DAYS(\"1990-10-10\";\"1980-10-10\") returns 3652 days."
-msgstr ""
+msgid "<emph>Cost</emph> is the acquisition costs."
+msgstr "<emph>ღირებულება</emph>: შესყიდვის ფასი."
-#: 07080000.xhp
+#: 04060103.xhp
msgctxt ""
-"07080000.xhp\n"
-"tit\n"
+"04060103.xhp\n"
+"par_id3151074\n"
+"364\n"
"help.text"
-msgid "Split"
-msgstr "გაყოფა"
+msgid "<emph>DatePurchased</emph> is the date of acquisition."
+msgstr "<emph>ყიდვის თარიღი</emph>: შესყიდვის თარიღი."
-#: 07080000.xhp
+#: 04060103.xhp
msgctxt ""
-"07080000.xhp\n"
-"hd_id3163800\n"
-"1\n"
+"04060103.xhp\n"
+"par_id3144765\n"
+"365\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>"
+msgid "<emph>FirstPeriod </emph>is the end date of the first settlement period."
+msgstr "<emph>პირველი პერიოდი</emph>: პირველი დასახლების თარიღის დასასრული."
-#: 07080000.xhp
+#: 04060103.xhp
msgctxt ""
-"07080000.xhp\n"
-"par_id3150084\n"
-"2\n"
+"04060103.xhp\n"
+"par_id3156286\n"
+"366\n"
"help.text"
-msgid "<ahelp hid=\".uno:SplitWindow\" visibility=\"visible\">Divides the current window at the top left corner of the active cell.</ahelp>"
+msgid "<emph>Salvage</emph> is the salvage value of the capital asset at the end of the depreciable life."
msgstr ""
-#: 07080000.xhp
+#: 04060103.xhp
msgctxt ""
-"07080000.xhp\n"
-"par_id3154910\n"
-"3\n"
+"04060103.xhp\n"
+"par_id3153415\n"
+"367\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."
+msgid "<emph>Period</emph> is the settlement period to be considered."
msgstr ""
-#: 07080000.xhp
+#: 04060103.xhp
msgctxt ""
-"07080000.xhp\n"
-"par_id3149263\n"
-"4\n"
+"04060103.xhp\n"
+"par_id3155064\n"
+"368\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 ""
+msgid "<emph>Rate</emph> is the rate of depreciation."
+msgstr "<emph>რაოდენობა</emph> არის განმეორებათა რაოდენობა."
-#: 12080500.xhp
+#: 04060103.xhp
msgctxt ""
-"12080500.xhp\n"
-"tit\n"
+"04060103.xhp\n"
+"bm_id3153765\n"
"help.text"
-msgid "AutoOutline"
-msgstr "ავტომონახაზი"
+msgid "<bookmark_value>AMORLINC function</bookmark_value> <bookmark_value>depreciations;linear amortizations</bookmark_value>"
+msgstr "<bookmark_value>AMORLINC ფუნქცია</bookmark_value><bookmark_value>დეპრიკაციები;წრფივი ამორტიზაციები</bookmark_value>"
-#: 12080500.xhp
+#: 04060103.xhp
msgctxt ""
-"12080500.xhp\n"
-"hd_id3150275\n"
-"1\n"
+"04060103.xhp\n"
+"hd_id3153765\n"
+"369\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>"
+msgid "AMORLINC"
+msgstr "AMORLINC"
-#: 12080500.xhp
+#: 04060103.xhp
msgctxt ""
-"12080500.xhp\n"
-"par_id3145069\n"
-"2\n"
+"04060103.xhp\n"
+"par_id3159264\n"
+"370\n"
"help.text"
-msgid "<ahelp hid=\".uno:AutoOutline\">If the selected cell range contains formulas or references, $[officename] automatically outlines the selection.</ahelp>"
+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 ""
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3148798\n"
-"10\n"
-"help.text"
-msgid "For example, consider the following table:"
-msgstr "მაგალითისთვის დააკვირდით შემდეგ ცხრილს:"
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3154123\n"
-"11\n"
-"help.text"
-msgid "January"
-msgstr "იანვარი"
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3154011\n"
-"12\n"
-"help.text"
-msgid "February"
-msgstr "თებერვალი"
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3152460\n"
-"13\n"
-"help.text"
-msgid "March"
-msgstr "მარტი"
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3146119\n"
-"14\n"
-"help.text"
-msgid "1st Quarter"
-msgstr "პირველი კვარტალი"
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3155854\n"
-"15\n"
-"help.text"
-msgid "April"
-msgstr "აპრილი"
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3148575\n"
-"16\n"
-"help.text"
-msgid "May"
-msgstr "მაისი"
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3145271\n"
-"17\n"
-"help.text"
-msgid "June"
-msgstr "ივნისი"
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3145648\n"
-"18\n"
-"help.text"
-msgid "2nd Quarter"
-msgstr "მეორე კვარტალი"
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3153876\n"
-"19\n"
-"help.text"
-msgid "100"
-msgstr "100"
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3145251\n"
-"20\n"
-"help.text"
-msgid "120"
-msgstr "120"
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3149400\n"
-"21\n"
-"help.text"
-msgid "130"
-msgstr "130"
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3150328\n"
-"22\n"
-"help.text"
-msgid "350"
-msgstr "350"
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3155443\n"
-"23\n"
-"help.text"
-msgid "100"
-msgstr "100"
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3153713\n"
-"24\n"
-"help.text"
-msgid "100"
-msgstr "100"
-
-#: 12080500.xhp
-msgctxt ""
-"12080500.xhp\n"
-"par_id3156385\n"
-"25\n"
-"help.text"
-msgid "200"
-msgstr "200"
-
-#: 12080500.xhp
+#: 04060103.xhp
msgctxt ""
-"12080500.xhp\n"
-"par_id3145230\n"
-"26\n"
+"04060103.xhp\n"
+"hd_id3150044\n"
+"371\n"
"help.text"
-msgid "400"
-msgstr "400"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12080500.xhp
+#: 04060103.xhp
msgctxt ""
-"12080500.xhp\n"
+"04060103.xhp\n"
"par_id3147363\n"
-"27\n"
+"372\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 ""
+msgid "AMORLINC(Cost; DatePurchased; FirstPeriod; Salvage; Period; Rate; Basis)"
+msgstr "AMORLINC(ღირებულება;ყიდვის თარიღი;პირველი პერიოდი;გადარჩენა;პერიოდი;სიხშირე;ფუძე)"
-#: 12080500.xhp
+#: 04060103.xhp
msgctxt ""
-"12080500.xhp\n"
-"par_id3146918\n"
-"9\n"
+"04060103.xhp\n"
+"par_id3146920\n"
+"373\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 ""
+msgid "<emph>Cost</emph> means the acquisition costs."
+msgstr "<emph>ღირებულება</emph>: შესყიდვის ფასი."
-#: 05120000.xhp
+#: 04060103.xhp
msgctxt ""
-"05120000.xhp\n"
-"tit\n"
+"04060103.xhp\n"
+"par_id3163807\n"
+"374\n"
"help.text"
-msgid "Conditional Formatting"
-msgstr "პირბითი ფორმატირება"
+msgid "<emph>DatePurchased</emph> is the date of acquisition."
+msgstr "<emph>ყიდვის თარიღი</emph>: შესყიდვის თარიღი."
-#: 05120000.xhp
+#: 04060103.xhp
msgctxt ""
-"05120000.xhp\n"
-"hd_id3155132\n"
-"1\n"
+"04060103.xhp\n"
+"par_id3148488\n"
+"375\n"
"help.text"
-msgid "Conditional Formatting"
-msgstr "პირბითი ფორმატირება"
+msgid "<emph>FirstPeriod </emph>is the end date of the first settlement period."
+msgstr "<emph>პირველი პერიოდი</emph>: პირველი დასახლების თარიღის დასასრული."
-#: 05120000.xhp
+#: 04060103.xhp
msgctxt ""
-"05120000.xhp\n"
-"par_id3163710\n"
-"2\n"
+"04060103.xhp\n"
+"par_id3149530\n"
+"376\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."
+msgid "<emph>Salvage</emph> is the salvage value of the capital asset at the end of the depreciable life."
msgstr ""
-#: 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 -სკენ ავტოგამოთვლა ტოლია ჩართული."
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"bm_id3153189\n"
-"help.text"
-msgid "<bookmark_value>conditional formatting; conditions</bookmark_value>"
-msgstr "<bookmark_value>პირბითი ფორმატირება;პირობები</bookmark_value>"
-
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"hd_id3153189\n"
-"18\n"
-"help.text"
-msgid "Condition 1/2/3"
-msgstr "პირობა 1/2/3"
-
-#: 05120000.xhp
+#: 04060103.xhp
msgctxt ""
-"05120000.xhp\n"
-"par_id3149413\n"
-"4\n"
+"04060103.xhp\n"
+"par_id3148633\n"
+"377\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>."
+msgid "<emph>Period</emph> is the settlement period to be considered."
msgstr ""
-#: 05120000.xhp
+#: 04060103.xhp
msgctxt ""
-"05120000.xhp\n"
-"hd_id3147394\n"
-"5\n"
+"04060103.xhp\n"
+"par_id3150982\n"
+"378\n"
"help.text"
-msgid "Cell Value / Formula"
-msgstr "უჯრის მნიშვნელობა / ფორმულა"
+msgid "<emph>Rate</emph> is the rate of depreciation."
+msgstr "<emph>რაოდენობა</emph> არის განმეორებათა რაოდენობა."
-#: 05120000.xhp
+#: 04060103.xhp
msgctxt ""
-"05120000.xhp\n"
-"par_id3155602\n"
-"6\n"
+"04060103.xhp\n"
+"bm_id3145257\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 ""
+msgid "<bookmark_value>ACCRINT function</bookmark_value>"
+msgstr "<bookmark_value>ACCRINT ფუნქცია</bookmark_value>"
-#: 05120000.xhp
+#: 04060103.xhp
msgctxt ""
-"05120000.xhp\n"
-"hd_id3153709\n"
-"7\n"
+"04060103.xhp\n"
+"hd_id3145257\n"
+"335\n"
"help.text"
-msgid "Cell Value Condition"
-msgstr "უჯრის მნიშვნელობის მდგომარეობა"
+msgid "ACCRINT"
+msgstr "ACCRINT"
-#: 05120000.xhp
+#: 04060103.xhp
msgctxt ""
-"05120000.xhp\n"
-"par_id3153764\n"
-"8\n"
+"04060103.xhp\n"
+"bm_id3151276\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>"
+msgid "<bookmark_value>accrued interests;periodic payments</bookmark_value>"
msgstr ""
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"hd_id3156384\n"
-"9\n"
-"help.text"
-msgid "Cell Style"
-msgstr "უჯრის სტილი"
-
-#: 05120000.xhp
+#: 04060103.xhp
msgctxt ""
-"05120000.xhp\n"
-"par_id3145228\n"
-"10\n"
+"04060103.xhp\n"
+"par_id3151276\n"
+"336\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>"
+msgid "<ahelp hid=\"HID_AAI_FUNC_ACCRINT\">Calculates the accrued interest of a security in the case of periodic payments.</ahelp>"
msgstr ""
-#: 05120000.xhp
+#: 04060103.xhp
msgctxt ""
-"05120000.xhp\n"
-"hd_id0509200913175331\n"
+"04060103.xhp\n"
+"hd_id3152581\n"
+"337\n"
"help.text"
-msgid "New Style"
-msgstr ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 05120000.xhp
+#: 04060103.xhp
msgctxt ""
-"05120000.xhp\n"
-"par_id0509200913175368\n"
+"04060103.xhp\n"
+"par_id3159092\n"
+"338\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>"
+msgid "ACCRINT(Issue; FirstInterest; Settlement; Rate; Par; Frequency; Basis)"
msgstr ""
-#: 05120000.xhp
-msgctxt ""
-"05120000.xhp\n"
-"hd_id3146316\n"
-"11\n"
-"help.text"
-msgid "Parameter field"
-msgstr "პარამეტრის ველი"
-
-#: 05120000.xhp
+#: 04060103.xhp
msgctxt ""
-"05120000.xhp\n"
-"par_id3155114\n"
-"12\n"
+"04060103.xhp\n"
+"par_id3150519\n"
+"339\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."
+msgid "<emph>Issue</emph> is the issue date of the security."
msgstr ""
-#: 05120000.xhp
+#: 04060103.xhp
msgctxt ""
-"05120000.xhp\n"
-"par_id3145257\n"
-"13\n"
+"04060103.xhp\n"
+"par_id3155376\n"
+"340\n"
"help.text"
-msgid "Once the parameters have been defined, the condition is complete. It may appear as:"
+msgid "<emph>FirstInterest</emph> is the first interest date of the security."
msgstr ""
-#: 05120000.xhp
+#: 04060103.xhp
msgctxt ""
-"05120000.xhp\n"
-"par_id3150784\n"
-"14\n"
+"04060103.xhp\n"
+"par_id3166431\n"
+"341\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)."
+msgid "<emph>Settlement</emph> is the date at which the interest accrued up until then is to be calculated."
msgstr ""
-#: 05120000.xhp
+#: 04060103.xhp
msgctxt ""
-"05120000.xhp\n"
-"par_id3150365\n"
-"15\n"
+"04060103.xhp\n"
+"par_id3154486\n"
+"342\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)."
+msgid "<emph>Rate</emph> is the annual nominal rate of interest (coupon interest rate)"
msgstr ""
-#: 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 ტოლია ტოლია -სკენ."
-
-#: 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\"/>"
-
-#: 12080200.xhp
-msgctxt ""
-"12080200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Show Details"
-msgstr "დეტალების ჩვენება"
-
-#: 12080200.xhp
-msgctxt ""
-"12080200.xhp\n"
-"bm_id3153561\n"
-"help.text"
-msgid "<bookmark_value>tables; showing details</bookmark_value>"
-msgstr "<bookmark_value>ცხრილები; დეტალების ჩვენება</bookmark_value>"
-
-#: 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>"
-
-#: 12080200.xhp
+#: 04060103.xhp
msgctxt ""
-"12080200.xhp\n"
-"par_id3153822\n"
-"2\n"
+"04060103.xhp\n"
+"par_id3156445\n"
+"343\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>"
+msgid "<emph>Par</emph> is the par value of the security."
msgstr ""
-#: 12080200.xhp
+#: 04060103.xhp
msgctxt ""
-"12080200.xhp\n"
-"par_id3155922\n"
-"3\n"
+"04060103.xhp\n"
+"par_id3149406\n"
+"344\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>."
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
msgstr ""
-#: 12080200.xhp
-#, fuzzy
-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
-msgctxt ""
-"04060183.xhp\n"
-"tit\n"
-"help.text"
-msgid "Statistical Functions Part Three"
-msgstr "სტატისტიკური ფუნქციები ნაწილი სამი"
-
-#: 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
-msgctxt ""
-"04060183.xhp\n"
-"bm_id3149530\n"
-"help.text"
-msgid "<bookmark_value>LARGE function</bookmark_value>"
-msgstr "<bookmark_value>LARGE ფუნქცია</bookmark_value>"
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3149530\n"
-"2\n"
-"help.text"
-msgid "LARGE"
-msgstr "LARGE"
-
-#: 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
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3152990\n"
-"4\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3154372\n"
-"5\n"
-"help.text"
-msgid "LARGE(Data; RankC)"
-msgstr "LARGE(მონაცემები; რანგი_c)"
-
-#: 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
-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
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"hd_id3152889\n"
-"8\n"
+"04060103.xhp\n"
+"hd_id3148699\n"
+"345\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060183.xhp
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"par_id3148702\n"
-"9\n"
+"04060103.xhp\n"
+"par_id3148599\n"
+"346\n"
"help.text"
-msgid "<item type=\"input\">=LARGE(A1:C50;2)</item> gives the second largest value in A1:C50."
+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 ""
-#: 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
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3154532\n"
-"11\n"
-"help.text"
-msgid "SMALL"
-msgstr "SMALL"
-
-#: 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
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3154957\n"
-"13\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3153974\n"
-"14\n"
-"help.text"
-msgid "SMALL(Data; RankC)"
-msgstr "SMALL(მონაცემები; რანგი_c)"
-
-#: 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
-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
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3153247\n"
-"17\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060183.xhp
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"par_id3149897\n"
-"18\n"
+"04060103.xhp\n"
+"par_id3148840\n"
+"347\n"
"help.text"
-msgid "<item type=\"input\">=SMALL(A1:C50;2)</item> gives the second smallest value in A1:C50."
+msgid "<item type=\"input\">=ACCRINT(\"2001-02-28\";\"2001-08-31\";\"2001-05-01\";0.1;1000;2;0)</item> returns 16.94444."
msgstr ""
-#: 04060183.xhp
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"bm_id3153559\n"
+"04060103.xhp\n"
+"bm_id3151240\n"
"help.text"
-msgid "<bookmark_value>CONFIDENCE function</bookmark_value>"
-msgstr "<bookmark_value>CONFIDENCE ფუნქცია</bookmark_value>"
+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>"
-#: 04060183.xhp
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"hd_id3153559\n"
-"20\n"
+"04060103.xhp\n"
+"hd_id3151240\n"
+"348\n"
"help.text"
-msgid "CONFIDENCE"
-msgstr "CONFIDENCE"
+msgid "ACCRINTM"
+msgstr "ACCRINTM"
-#: 04060183.xhp
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"par_id3153814\n"
-"21\n"
+"04060103.xhp\n"
+"par_id3157981\n"
+"349\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_KONFIDENZ\">Returns the (1-alpha) confidence interval for a normal distribution.</ahelp>"
+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 ""
-#: 04060183.xhp
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"hd_id3149315\n"
-"22\n"
+"04060103.xhp\n"
+"hd_id3159097\n"
+"350\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3147501\n"
-"23\n"
-"help.text"
-msgid "CONFIDENCE(Alpha; StDev; Size)"
-msgstr "CONFIDENCE(ალფა; STDEV; ზომა)"
-
-#: 04060183.xhp
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"par_id3149872\n"
-"24\n"
+"04060103.xhp\n"
+"par_id3147074\n"
+"351\n"
"help.text"
-msgid "<emph>Alpha</emph> is the level of the confidence interval."
+msgid "ACCRINTM(Issue; Settlement; Rate; Par; Basis)"
msgstr ""
-#: 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
-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
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3150435\n"
-"27\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060183.xhp
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"par_id3153335\n"
-"28\n"
+"04060103.xhp\n"
+"par_id3144773\n"
+"352\n"
"help.text"
-msgid "<item type=\"input\">=CONFIDENCE(0.05;1.5;100)</item> gives 0.29."
+msgid "<emph>Issue</emph> is the issue date of the security."
msgstr ""
-#: 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
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3148746\n"
-"30\n"
-"help.text"
-msgid "CORREL"
-msgstr "CORREL"
-
-#: 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
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3156397\n"
-"32\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3153023\n"
-"33\n"
-"help.text"
-msgid "CORREL(Data1; Data2)"
-msgstr "CORREL(მონაცემები_1; მონაცემები_2)"
-
-#: 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
-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
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3149720\n"
-"36\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060183.xhp
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"par_id3149941\n"
-"37\n"
+"04060103.xhp\n"
+"par_id3154956\n"
+"353\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."
+msgid "<emph>Settlement</emph> is the date at which the interest accrued up until then is to be calculated."
msgstr ""
-#: 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
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3150652\n"
-"39\n"
-"help.text"
-msgid "COVAR"
-msgstr "COVAR"
-
-#: 04060183.xhp
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"par_id3146875\n"
-"40\n"
+"04060103.xhp\n"
+"par_id3153972\n"
+"354\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_KOVAR\">Returns the covariance of the product of paired deviations.</ahelp>"
+msgid "<emph>Rate</emph> is the annual nominal rate of interest (coupon interest rate)."
msgstr ""
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3149013\n"
-"41\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3150740\n"
-"42\n"
-"help.text"
-msgid "COVAR(Data1; Data2)"
-msgstr "COVAR(მონაცემები_1; მონაცემები_2)"
-
-#: 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
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"par_id3150465\n"
-"44\n"
+"04060103.xhp\n"
+"par_id3159204\n"
+"355\n"
"help.text"
-msgid "<emph>Data2</emph> is the second data set."
-msgstr "<emph>მონაცემი_2</emph> არის მონაცემთა მეორე წყობა."
+msgid "<emph>Par</emph> is the par value of the security."
+msgstr ""
-#: 04060183.xhp
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"hd_id3154677\n"
-"45\n"
+"04060103.xhp\n"
+"hd_id3155384\n"
+"356\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 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
-msgctxt ""
-"04060183.xhp\n"
-"bm_id3147472\n"
-"help.text"
-msgid "<bookmark_value>CRITBINOM function</bookmark_value>"
-msgstr "<bookmark_value>CRITBINOM ფუნქცია</bookmark_value>"
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3147472\n"
-"48\n"
-"help.text"
-msgid "CRITBINOM"
-msgstr "CRITBINOM"
-
-#: 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
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3153930\n"
-"50\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3148586\n"
-"51\n"
-"help.text"
-msgid "CRITBINOM(Trials; SP; Alpha)"
-msgstr ""
-
-#: 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
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"par_id3153084\n"
-"53\n"
+"04060103.xhp\n"
+"par_id3154541\n"
+"357\n"
"help.text"
-msgid "<emph>SP</emph> is the probability of success for one trial."
-msgstr "<emph>SP</emph> არის ცდის წარმატების ალბათობა."
+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 ტოლია ჩართულია თარიღი ტოლია მინიჭება -თვის სიხშირე ტოლია ან და ქულები ტოლია - დღიური ტოლია დღიური?"
-#: 04060183.xhp
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"par_id3149726\n"
-"54\n"
+"04060103.xhp\n"
+"par_id3149128\n"
+"358\n"
"help.text"
-msgid "<emph>Alpha</emph> is the threshold probability to be reached or exceeded."
+msgid "<item type=\"input\">=ACCRINTM(\"2001-04-01\";\"2001-06-15\";0.1;1000;3)</item> returns 20.54795."
msgstr ""
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3148752\n"
-"55\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060183.xhp
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"par_id3148740\n"
-"56\n"
+"04060103.xhp\n"
+"bm_id3145753\n"
"help.text"
-msgid "<item type=\"input\">=CRITBINOM(100;0.5;0.1)</item> yields 44."
+msgid "<bookmark_value>RECEIVED function</bookmark_value> <bookmark_value>amount received for fixed-interest securities</bookmark_value>"
msgstr ""
-#: 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
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"hd_id3155956\n"
-"58\n"
+"04060103.xhp\n"
+"hd_id3145753\n"
+"390\n"
"help.text"
-msgid "KURT"
-msgstr "KURT"
+msgid "RECEIVED"
+msgstr "RECEIVED"
-#: 04060183.xhp
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"par_id3153108\n"
-"59\n"
+"04060103.xhp\n"
+"par_id3150051\n"
+"391\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_KURT\">Returns the kurtosis of a data set (at least 4 values required).</ahelp>"
+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 ""
-#: 04060183.xhp
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"hd_id3150334\n"
-"60\n"
+"04060103.xhp\n"
+"hd_id3149385\n"
+"392\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 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
-#, 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 "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის შერჩევის ამსახველი დიაპაზონის ციფრული მნიშვნელობები."
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3158000\n"
-"63\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060183.xhp
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"par_id3150016\n"
-"64\n"
+"04060103.xhp\n"
+"par_id3145362\n"
+"393\n"
"help.text"
-msgid "<item type=\"input\">=KURT(A1;A2;A3;A4;A5;A6)</item>"
+msgid "RECEIVED(\"Settlement\"; \"Maturity\"; Investment; Discount; Basis)"
msgstr ""
-#: 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
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3150928\n"
-"66\n"
-"help.text"
-msgid "LOGINV"
-msgstr "LOGINV"
-
-#: 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
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3151016\n"
-"68\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060183.xhp
-msgctxt ""
-"04060183.xhp\n"
-"par_id3153049\n"
-"69\n"
-"help.text"
-msgid "LOGINV(Number; Mean; StDev)"
-msgstr "LOGINV(რიცხვი; მნიშვნელობა; STDEV)"
-
-#: 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
-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
-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
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3148768\n"
-"73\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060183.xhp
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"par_id3155623\n"
-"74\n"
+"04060103.xhp\n"
+"par_id3154654\n"
+"394\n"
"help.text"
-msgid "<item type=\"input\">=LOGINV(0.05;0;1)</item> returns 0.19."
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr ""
-#: 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
-msgctxt ""
-"04060183.xhp\n"
-"hd_id3158417\n"
-"76\n"
-"help.text"
-msgid "LOGNORMDIST"
-msgstr "LOGNORMDIST"
-
-#: 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
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"hd_id3150474\n"
-"78\n"
+"04060103.xhp\n"
+"par_id3153011\n"
+"395\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
-#: 04060183.xhp
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"par_id3150686\n"
-"79\n"
+"04060103.xhp\n"
+"par_id3155525\n"
+"396\n"
"help.text"
-msgid "LOGNORMDIST(Number; Mean; StDev; Cumulative)"
+msgid "<emph>Investment</emph> is the purchase sum."
msgstr ""
-#: 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
-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
-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
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"par_id3155992\n"
+"04060103.xhp\n"
+"par_id3155760\n"
+"397\n"
"help.text"
-msgid "<emph>Cumulative</emph> (optional) = 0 calculates the density function, Cumulative = 1 calculates the distribution."
+msgid "<emph>Discount</emph> is the percentage discount on acquisition of the security."
msgstr ""
-#: 04060183.xhp
+#: 04060103.xhp
msgctxt ""
-"04060183.xhp\n"
-"hd_id3153178\n"
-"83\n"
+"04060103.xhp\n"
+"hd_id3154710\n"
+"398\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 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 ""
-
-#: 04070000.xhp
-msgctxt ""
-"04070000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Names"
-msgstr "სახელები"
-
-#: 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>"
-
-#: 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 ""
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 05050300.xhp
-msgctxt ""
-"05050300.xhp\n"
-"tit\n"
-"help.text"
-msgid "Show Sheet"
-msgstr "ფურცელის ჩვენება"
-
-#: 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>"
-
-#: 05050300.xhp
-msgctxt ""
-"05050300.xhp\n"
-"hd_id3148946\n"
-"1\n"
-"help.text"
-msgid "Show Sheet"
-msgstr "ფურცელის ჩვენება"
-
-#: 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 ""
-
-#: 05050300.xhp
-msgctxt ""
-"05050300.xhp\n"
-"hd_id3151112\n"
-"3\n"
-"help.text"
-msgid "Hidden sheets"
-msgstr "დამალული ფურცლები"
-
-#: 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 ""
-
-#: 06990000.xhp
-msgctxt ""
-"06990000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Cell Contents"
-msgstr "უჯრების შიგთავსი"
-
-#: 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>"
-
-#: 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 "ხსნის ქვემენიუს ცხრილების გამოსათვლელად და ანტიშეტანის გასააქტიურებლად."
-
-#: 12090100.xhp
-msgctxt ""
-"12090100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Select Source"
-msgstr "წყაროს არჩევა"
-
-#: 12090100.xhp
-msgctxt ""
-"12090100.xhp\n"
-"hd_id3153663\n"
-"1\n"
-"help.text"
-msgid "Select Source"
-msgstr "წყაროს არჩევა"
-
-#: 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>"
-
-#: 12090100.xhp
-msgctxt ""
-"12090100.xhp\n"
-"hd_id3154760\n"
-"5\n"
-"help.text"
-msgid "Selection"
-msgstr "მონიშვნა"
-
-#: 12090100.xhp
-#, fuzzy
-msgctxt ""
-"12090100.xhp\n"
-"par_id3150543\n"
-"6\n"
-"help.text"
-msgid "Select a data source for the pivot table."
-msgstr "ნაერთი ცხრილის წყაროს არჩევა."
-
-#: 12090100.xhp
-msgctxt ""
-"12090100.xhp\n"
-"hd_id3148799\n"
-"7\n"
-"help.text"
-msgid "Current Selection"
-msgstr "მიმდინარე არჩევა"
-
-#: 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>"
-
-#: 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 ""
-
-#: 12090100.xhp
-msgctxt ""
-"12090100.xhp\n"
-"hd_id3147348\n"
-"9\n"
-"help.text"
-msgid "Data source registered in $[officename]"
-msgstr "$[officename]-ში რეგისტრირებული მონაცემთა წყარო"
-
-#: 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>"
-
-#: 12090100.xhp
-msgctxt ""
-"12090100.xhp\n"
-"hd_id3146119\n"
-"11\n"
-"help.text"
-msgid "External source/interface"
-msgstr "გარე წყარო/ინტერფეისი"
-
-#: 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>"
-
-#: 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>"
-
-#: 12090102.xhp
-#, fuzzy
-msgctxt ""
-"12090102.xhp\n"
-"tit\n"
-"help.text"
-msgid "Pivot Table"
-msgstr "ცხრილის დაყოფა"
-
-#: 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>"
-
-#: 12090102.xhp
-#, fuzzy
-msgctxt ""
-"12090102.xhp\n"
-"hd_id3149165\n"
-"1\n"
-"help.text"
-msgid "Pivot Table"
-msgstr "ცხრილის დაყოფა"
-
-#: 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>"
-
-#: 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 ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"hd_id3154908\n"
-"18\n"
-"help.text"
-msgid "Layout"
-msgstr "განლაგება"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 12090102.xhp
+#: 04060103.xhp
msgctxt ""
-"12090102.xhp\n"
-"hd_id3149260\n"
-"28\n"
+"04060103.xhp\n"
+"par_id3154735\n"
+"399\n"
"help.text"
-msgid "Remove"
-msgstr "წაშლა"
+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 "თარიღი თებერვალი თარიღი მაი ინვესტიცია ყოველდღიურად."
-#: 12090102.xhp
+#: 04060103.xhp
msgctxt ""
-"12090102.xhp\n"
-"par_id3150010\n"
-"27\n"
+"04060103.xhp\n"
+"par_id3146108\n"
+"400\n"
"help.text"
-msgid "<ahelp hid=\"SC_PUSHBUTTON_RID_SCDLG_PIVOT_LAYOUT_BTN_REMOVE\">Removes the selected data field from the table layout.</ahelp>"
+msgid "The amount received on the maturity date is calculated as follows:"
msgstr ""
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"hd_id3145273\n"
-"26\n"
-"help.text"
-msgid "Options"
-msgstr "პარამეტრები"
-
-#: 12090102.xhp
+#: 04060103.xhp
msgctxt ""
-"12090102.xhp\n"
-"par_id3146120\n"
-"25\n"
+"04060103.xhp\n"
+"par_id3147246\n"
+"401\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>"
+msgid "<item type=\"input\">=RECEIVED(\"1999-02-15\";\"1999-05-15\";1000;0.0575;2)</item> returns 1014.420266."
msgstr ""
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"hd_id3154944\n"
-"22\n"
-"help.text"
-msgid "More"
-msgstr "მეტი"
-
-#: 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>"
-
-#: 12090102.xhp
+#: 04060103.xhp
msgctxt ""
-"12090102.xhp\n"
-"hd_id3151073\n"
-"2\n"
+"04060103.xhp\n"
+"bm_id3147556\n"
"help.text"
-msgid "Result"
-msgstr "შედეგი"
+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>"
-#: 12090102.xhp
-#, fuzzy
+#: 04060103.xhp
msgctxt ""
-"12090102.xhp\n"
-"par_id3155417\n"
+"04060103.xhp\n"
+"hd_id3147556\n"
"3\n"
"help.text"
-msgid "Specify the settings for displaying the results of the pivot table."
-msgstr "მონიშნული მონახაზის დონის ფორმატის განსაზღვრა."
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"hd_id0509200913025625\n"
-"help.text"
-msgid "Selection from"
-msgstr ""
-
-#: 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>"
+msgid "PV"
+msgstr "PV"
-#: 12090102.xhp
+#: 04060103.xhp
msgctxt ""
-"12090102.xhp\n"
-"hd_id3155603\n"
+"04060103.xhp\n"
+"par_id3153301\n"
"4\n"
"help.text"
-msgid "Results to"
+msgid "<ahelp hid=\"HID_FUNC_BW\">Returns the present value of an investment resulting from a series of regular payments.</ahelp>"
msgstr ""
-#: 12090102.xhp
-#, fuzzy
+#: 04060103.xhp
msgctxt ""
-"12090102.xhp\n"
-"par_id3153838\n"
+"04060103.xhp\n"
+"par_id3146099\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>"
+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 ""
-#: 12090102.xhp
+#: 04060103.xhp
msgctxt ""
-"12090102.xhp\n"
-"par_id3155961\n"
+"04060103.xhp\n"
+"par_id3153334\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."
+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 ""
-#: 12090102.xhp
+#: 04060103.xhp
msgctxt ""
-"12090102.xhp\n"
-"hd_id3147364\n"
+"04060103.xhp\n"
+"hd_id3147407\n"
"7\n"
"help.text"
-msgid "Ignore empty rows"
-msgstr "ცარიელი რიგების იგნორირება"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090102.xhp
+#: 04060103.xhp
msgctxt ""
-"12090102.xhp\n"
-"par_id3154022\n"
+"04060103.xhp\n"
+"par_id3150395\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 ""
+msgid "PV(Rate; NPer; Pmt; FV; Type)"
+msgstr "PV(სიხშირე; NPER; PMT; FV; ტიპი)"
-#: 12090102.xhp
+#: 04060103.xhp
msgctxt ""
-"12090102.xhp\n"
-"hd_id3155114\n"
+"04060103.xhp\n"
+"par_id3151341\n"
"9\n"
"help.text"
-msgid "Identify categories"
-msgstr "კატეგორიების იდენტიფიკაცია"
-
-#: 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 ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"hd_id3149207\n"
-"14\n"
-"help.text"
-msgid "Total columns"
-msgstr "სულ სვეტები"
-
-#: 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 ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"hd_id3150364\n"
-"16\n"
-"help.text"
-msgid "Total rows"
-msgstr "სულ რიგები"
-
-#: 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 ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_idN10897\n"
-"help.text"
-msgid "Add filter"
-msgstr "ფილტრის დამატება"
-
-#: 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>"
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_idN108B2\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens the Filter dialog.</ahelp>"
-msgstr "<ahelp hid=\".\">ხსნის ფილტრის დიალოგს.</ahelp>"
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_idN108C9\n"
-"help.text"
-msgid "Enable drill to details"
-msgstr ""
-
-#: 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 ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_idN108DC\n"
-"help.text"
-msgid "To examine details inside a pivot table"
-msgstr ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_idN108E0\n"
-"help.text"
-msgid "Do one of the following:"
-msgstr "შემდეგიდან ერთერთის გაკეთება:"
-
-#: 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 ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_idN108EE\n"
-"help.text"
-msgid "Double-click a field in the table."
-msgstr "ცხრილის ველზე ორმაგი წკაპი."
-
-#: 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 ""
-
-#: 12090102.xhp
-msgctxt ""
-"12090102.xhp\n"
-"par_idN10900\n"
-"help.text"
-msgid "Show Detail"
-msgstr "დეტალების ჩვენება"
-
-#: 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 ""
-
-#: 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>"
-
-#: 03070000.xhp
-msgctxt ""
-"03070000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Column & Row Headers"
-msgstr "სვეტი & Row Headers"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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."
-
-#: 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 ""
-
-#: 04070400.xhp
-msgctxt ""
-"04070400.xhp\n"
-"tit\n"
-"help.text"
-msgid "Define Label Range"
-msgstr "ეტიკეტის დიაპაზონის განსაზღვრა"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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 ""
-
-#: 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."
+msgid "<emph>Rate</emph> defines the interest rate per period."
msgstr ""
-#: 04070400.xhp
-msgctxt ""
-"04070400.xhp\n"
-"hd_id3145801\n"
-"3\n"
-"help.text"
-msgid "Range"
-msgstr "დიაპაზონი"
-
-#: 04070400.xhp
+#: 04060103.xhp
msgctxt ""
-"04070400.xhp\n"
-"par_id3154731\n"
-"4\n"
+"04060103.xhp\n"
+"par_id3153023\n"
+"10\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>."
+msgid "<emph>NPer</emph> is the total number of periods (payment period)."
msgstr ""
-#: 04070400.xhp
-msgctxt ""
-"04070400.xhp\n"
-"hd_id3149121\n"
-"5\n"
-"help.text"
-msgid "Contains column labels"
-msgstr "შეიცავს სვეტის ეტიკეტებს"
-
-#: 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>"
-
-#: 04070400.xhp
-msgctxt ""
-"04070400.xhp\n"
-"hd_id3149020\n"
-"7\n"
-"help.text"
-msgid "Contains row labels"
-msgstr "შეიცავს რიგის ეტიკეტებს"
-
-#: 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>"
-
-#: 04070400.xhp
+#: 04060103.xhp
msgctxt ""
-"04070400.xhp\n"
-"hd_id3159264\n"
+"04060103.xhp\n"
+"par_id3146323\n"
"11\n"
"help.text"
-msgid "For data range"
-msgstr "მონაცემთა დიაპაზონისთვის"
+msgid "<emph>Pmt</emph> is the regular payment made per period."
+msgstr ""
-#: 04070400.xhp
+#: 04060103.xhp
msgctxt ""
-"04070400.xhp\n"
-"par_id3154703\n"
+"04060103.xhp\n"
+"par_id3150536\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>"
+msgid "<emph>FV</emph> (optional) defines the future value remaining after the final installment has been made."
msgstr ""
-#: 04070400.xhp
-msgctxt ""
-"04070400.xhp\n"
-"hd_id3145789\n"
-"9\n"
-"help.text"
-msgid "Add"
-msgstr "დამატება"
-
-#: 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>"
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"tit\n"
-"help.text"
-msgid "Statistical Functions Part Two"
-msgstr "სტატისტიკური ფუნქციები ნაწილი ორი"
-
-#: 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>"
-
-#: 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>"
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3145388\n"
-"2\n"
-"help.text"
-msgid "FINV"
-msgstr "FINV"
-
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3155089\n"
-"3\n"
+"04060103.xhp\n"
+"par_id3146883\n"
+"13\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."
+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 ""
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3153816\n"
-"4\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3153068\n"
-"5\n"
-"help.text"
-msgid "FINV(Number; DegreesFreedom1; DegreesFreedom2)"
-msgstr "FINV(რიცხვი; თავისუფლების_ხარისხი_1; თავისუფლების_ხარისხი_2)"
-
-#: 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 განაწილება გამოითვლება."
-
-#: 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 განაწილების ნუმერატორში."
-
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3148607\n"
-"8\n"
+"04060103.xhp\n"
+"par_idN10B13\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 განაწილების დენომინატორში."
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3156021\n"
-"9\n"
+"04060103.xhp\n"
+"hd_id3150037\n"
+"14\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 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 ""
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"bm_id3150888\n"
-"help.text"
-msgid "<bookmark_value>FISHER function</bookmark_value>"
-msgstr "<bookmark_value>FISHER ფუნქცია</bookmark_value>"
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3150888\n"
-"12\n"
-"help.text"
-msgid "FISHER"
-msgstr "FISHER"
-
-#: 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>"
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3149898\n"
-"14\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3143220\n"
+"04060103.xhp\n"
+"par_id3145225\n"
"15\n"
"help.text"
-msgid "FISHER(Number)"
-msgstr "FISHER(რიცხვი)"
+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 ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3159228\n"
+"04060103.xhp\n"
+"par_id3155907\n"
"16\n"
"help.text"
-msgid "<emph>Number</emph> is the value to be transformed."
-msgstr "<emph>რიცხვი</emph> არის გარდასაქმნელი მნიშვნელობა."
+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 ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3154763\n"
+"04060103.xhp\n"
+"par_id3149150\n"
"17\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+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 ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3149383\n"
-"18\n"
+"04060103.xhp\n"
+"bm_id3152978\n"
"help.text"
-msgid "<item type=\"input\">=FISHER(0.5)</item> yields 0.55."
+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 ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"bm_id3155758\n"
+"04060103.xhp\n"
+"hd_id3152978\n"
+"19\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>"
+msgid "SYD"
+msgstr "SYD"
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3155758\n"
+"04060103.xhp\n"
+"par_id3148732\n"
"20\n"
"help.text"
-msgid "FISHERINV"
-msgstr "FISHERINV"
+msgid "<ahelp hid=\"HID_FUNC_DIA\">Returns the arithmetic-declining depreciation rate.</ahelp>"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3154734\n"
+"04060103.xhp\n"
+"par_id3149886\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>"
+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 ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3155755\n"
+"04060103.xhp\n"
+"hd_id3149431\n"
"22\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3146108\n"
+"04060103.xhp\n"
+"par_id3150483\n"
"23\n"
"help.text"
-msgid "FISHERINV(Number)"
-msgstr "FISHERINV(რიცხვი)"
+msgid "SYD(Cost; Salvage; Life; Period)"
+msgstr "SYD(ღირებულება;გადარჩენა;სიცოცხლე;პერიოდი)"
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3145115\n"
+"04060103.xhp\n"
+"par_id3146879\n"
"24\n"
"help.text"
-msgid "<emph>Number</emph> is the value that is to undergo reverse-transformation."
+msgid "<emph>Cost</emph> is the initial cost of an asset."
msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3155744\n"
+"04060103.xhp\n"
+"par_id3147423\n"
"25\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<emph>Salvage</emph> is the value of an asset after depreciation."
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3150432\n"
+"04060103.xhp\n"
+"par_id3151229\n"
"26\n"
"help.text"
-msgid "<item type=\"input\">=FISHERINV(0.5)</item> yields 0.46."
+msgid "<emph>Life</emph> is the period fixing the time span over which an asset is depreciated."
msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"bm_id3151390\n"
+"04060103.xhp\n"
+"par_id3147473\n"
+"27\n"
"help.text"
-msgid "<bookmark_value>FTEST function</bookmark_value>"
-msgstr "<bookmark_value>FTEST ფუნქცია</bookmark_value>"
+msgid "<emph>Period</emph> defines the period for which the depreciation is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა, რომლისთვისაც F განაწილება გამოითვლება."
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3151390\n"
+"04060103.xhp\n"
+"hd_id3148434\n"
"28\n"
"help.text"
-msgid "FTEST"
-msgstr "FTEST"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3150534\n"
+"04060103.xhp\n"
+"par_id3149688\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>"
+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 ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3166466\n"
+"04060103.xhp\n"
+"par_id3150900\n"
"30\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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 ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3153024\n"
+"04060103.xhp\n"
+"par_id3146142\n"
"31\n"
"help.text"
-msgid "FTEST(Data1; Data2)"
-msgstr "FTEST(მონაცემები_1; მონაცემები_2)"
+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 ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3150032\n"
+"04060103.xhp\n"
+"par_id3155258\n"
"32\n"
"help.text"
-msgid "<emph>Data1</emph> is the first record array."
-msgstr "<emph>მონაცემი_1</emph> პირველი ჩანაწერის მასივი."
+msgid "<emph>A</emph>"
+msgstr "<emph>A</emph>"
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3153018\n"
+"04060103.xhp\n"
+"par_id3154558\n"
"33\n"
"help.text"
-msgid "<emph>Data2</emph> is the second record array."
-msgstr "<emph>მონაცემი_2</emph> მეორე ჩანაწერის მასივი."
+msgid "<emph>B</emph>"
+msgstr "<emph>B</emph>"
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3153123\n"
+"04060103.xhp\n"
+"par_id3152372\n"
"34\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<emph>C</emph>"
+msgstr "<emph>C</emph>"
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3159126\n"
+"04060103.xhp\n"
+"par_id3149949\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 ""
+msgid "<emph>D</emph>"
+msgstr "<emph>A</emph>"
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"bm_id3150372\n"
+"04060103.xhp\n"
+"par_id3145123\n"
+"36\n"
"help.text"
-msgid "<bookmark_value>FDIST function</bookmark_value>"
-msgstr "<bookmark_value>FDIST ფუნქცია</bookmark_value>"
+msgid "<emph>E</emph>"
+msgstr "<emph>A</emph>"
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3150372\n"
+"04060103.xhp\n"
+"par_id3149504\n"
"37\n"
"help.text"
-msgid "FDIST"
-msgstr "FDIST"
+msgid "1"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3152981\n"
+"04060103.xhp\n"
+"par_id3153778\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>"
+msgid "<item type=\"input\">Initial Cost</item>"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3150484\n"
+"04060103.xhp\n"
+"par_id3159083\n"
"39\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<item type=\"input\">Salvage Value</item>"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3145826\n"
+"04060103.xhp\n"
+"par_id3150002\n"
"40\n"
"help.text"
-msgid "FDIST(Number; DegreesFreedom1; DegreesFreedom2)"
-msgstr "FDIST(რიცხვი; თავისუფლების_ხარისხი_1; თავისუფლების_ხარისხი_2)"
+msgid "<item type=\"input\">Useful Life</item>"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3150461\n"
+"04060103.xhp\n"
+"par_id3153006\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 განაწილება გამოითვლება."
+msgid "<item type=\"input\">Time Period</item>"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3150029\n"
+"04060103.xhp\n"
+"par_id3154505\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 განაწილების ნუმერატორის თავისუფლების ხარისხი."
+msgid "<item type=\"input\">Deprec. SYD</item>"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3146877\n"
+"04060103.xhp\n"
+"par_id3150336\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 განაწილების დენომინარატორის თავისუფლების ხარისხი."
+msgid "2"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3147423\n"
+"04060103.xhp\n"
+"par_id3155926\n"
"44\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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."
+msgid "<item type=\"input\">50,000 currency units</item>"
msgstr ""
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"bm_id0119200903223192\n"
-"help.text"
-msgid "<bookmark_value>GAMMA function</bookmark_value>"
-msgstr "<bookmark_value>GAMMAINV ფუნქცია</bookmark_value>"
-
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id0119200903205393\n"
+"04060103.xhp\n"
+"par_id3153736\n"
+"45\n"
"help.text"
-msgid "GAMMA"
+msgid "<item type=\"input\">10,000 currency units</item>"
msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id0119200903205379\n"
+"04060103.xhp\n"
+"par_id3150131\n"
+"46\n"
"help.text"
-msgid "<ahelp hid=\".\">Returns the Gamma function value.</ahelp> Note that GAMMAINV is not the inverse of GAMMA, but of GAMMADIST."
+msgid "<item type=\"input\">5</item>"
msgstr ""
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id0119200903271613\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 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> არის მნიშვნელობა რომლისთვისაც გამა განაწილება უნდა გამოითვალოს."
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"bm_id3154841\n"
-"help.text"
-msgid "<bookmark_value>GAMMAINV function</bookmark_value>"
-msgstr "<bookmark_value>GAMMAINV ფუნქცია</bookmark_value>"
-
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3154841\n"
+"04060103.xhp\n"
+"par_id3148766\n"
"47\n"
"help.text"
-msgid "GAMMAINV"
-msgstr "GAMMAINV"
+msgid "<item type=\"input\">1</item>"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3153932\n"
+"04060103.xhp\n"
+"par_id3159136\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."
+msgid "<item type=\"input\">13,333.33 currency units</item>"
msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3149949\n"
+"04060103.xhp\n"
+"par_id3151018\n"
"49\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "3"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3155828\n"
+"04060103.xhp\n"
+"par_id3148397\n"
"50\n"
"help.text"
-msgid "GAMMAINV(Number; Alpha; Beta)"
-msgstr "GAMMAINV(რიცხვი; ალფა; ბეტა)"
+msgid "<item type=\"input\">2</item>"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3145138\n"
+"04060103.xhp\n"
+"par_id3146907\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> არის მნიშვნელობა რომლისთვისაც გამა განაწილება უნდა გამოითვალოს."
+msgid "<item type=\"input\">10,666.67 currency units</item>"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3152785\n"
+"04060103.xhp\n"
+"par_id3147356\n"
"52\n"
"help.text"
-msgid "<emph>Alpha</emph> is the parameter Alpha of the Gamma distribution."
-msgstr "<emph>ალფა</emph> არის გამა განაწილების ალფა პარამეტრი."
+msgid "4"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3154561\n"
+"04060103.xhp\n"
+"par_id3150267\n"
"53\n"
"help.text"
-msgid "<emph>Beta</emph> is the parameter Beta of the Gamma distribution."
-msgstr "<emph>ბეტა</emph> არის გამა განაწილების ბეტა პარამეტრი."
+msgid "<item type=\"input\">3</item>"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3148734\n"
+"04060103.xhp\n"
+"par_id3145628\n"
"54\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<item type=\"input\">8,000.00 currency units</item>"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3153331\n"
+"04060103.xhp\n"
+"par_id3149004\n"
"55\n"
"help.text"
-msgid "<item type=\"input\">=GAMMAINV(0.8;1;1)</item> yields 1.61."
+msgid "5"
msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"bm_id3154806\n"
+"04060103.xhp\n"
+"par_id3153545\n"
+"56\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>"
+msgid "<item type=\"input\">4</item>"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3154806\n"
+"04060103.xhp\n"
+"par_id3154634\n"
"57\n"
"help.text"
-msgid "GAMMALN"
-msgstr "GAMMALN"
+msgid "<item type=\"input\">5,333.33 currency units</item>"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3148572\n"
+"04060103.xhp\n"
+"par_id3147537\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>"
+msgid "6"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3152999\n"
+"04060103.xhp\n"
+"par_id3155085\n"
"59\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<item type=\"input\">5</item>"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3153112\n"
+"04060103.xhp\n"
+"par_id3158413\n"
"60\n"
"help.text"
-msgid "GAMMALN(Number)"
-msgstr "GAMMALN(რიცხვი)"
+msgid "<item type=\"input\">2,666.67 currency units</item>"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3154502\n"
+"04060103.xhp\n"
+"par_id3154866\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> არის მნიშვნელობა რომლისთვისაც გამოითვლება გამა ფუნქციის ნატურალური ლოგარითმი."
+msgid "7"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3153568\n"
+"04060103.xhp\n"
+"par_id3155404\n"
"62\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<item type=\"input\">6</item>"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3153730\n"
+"04060103.xhp\n"
+"par_id3148431\n"
"63\n"
"help.text"
-msgid "<item type=\"input\">=GAMMALN(2)</item> yields 0."
+msgid "<item type=\"input\">0.00 currency units</item>"
msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"bm_id3150132\n"
+"04060103.xhp\n"
+"par_id3156261\n"
+"64\n"
"help.text"
-msgid "<bookmark_value>GAMMADIST function</bookmark_value>"
-msgstr "<bookmark_value>GAMMADIST ფუნქცია</bookmark_value>"
+msgid "8"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3150132\n"
+"04060103.xhp\n"
+"par_id3083286\n"
"65\n"
"help.text"
-msgid "GAMMADIST"
-msgstr "GAMMADIST"
-
-#: 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>"
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id0119200903333675\n"
-"help.text"
-msgid "The inverse function is GAMMAINV."
+msgid "<item type=\"input\">7</item>"
msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3147373\n"
+"04060103.xhp\n"
+"par_id3083443\n"
"67\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "9"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3155436\n"
+"04060103.xhp\n"
+"par_id3154815\n"
"68\n"
"help.text"
-msgid "GAMMADIST(Number; Alpha; Beta; C)"
-msgstr "GAMMADIST(რიცხვი; ალფა; ბეტა; C)"
-
-#: 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> არის მნიშვნელობა რომლისთვისაც გამა განაწილება უნდა გამოითვალოს."
+msgid "<item type=\"input\">8</item>"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3145295\n"
+"04060103.xhp\n"
+"par_id3145082\n"
"70\n"
"help.text"
-msgid "<emph>Alpha</emph> is the parameter Alpha of the Gamma distribution."
-msgstr "<emph>ალფა</emph> არის გამა განაწილების ალფა პარამეტრი."
+msgid "10"
+msgstr "10"
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3151015\n"
+"04060103.xhp\n"
+"par_id3156307\n"
"71\n"
"help.text"
-msgid "<emph>Beta</emph> is the parameter Beta of the Gamma distribution"
-msgstr "<emph>ბეტა</emph> არის გამა განაწილების ბეტა პარამეტრი"
-
-#: 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 განაწილება."
+msgid "<item type=\"input\">9</item>"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3149535\n"
+"04060103.xhp\n"
+"par_id3147564\n"
"73\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "11"
+msgstr "11"
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3145354\n"
+"04060103.xhp\n"
+"par_id3146856\n"
"74\n"
"help.text"
-msgid "<item type=\"input\">=GAMMADIST(2;1;1;1)</item> yields 0.86."
+msgid "<item type=\"input\">10</item>"
msgstr ""
-#: 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>"
-
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3150272\n"
+"04060103.xhp\n"
+"par_id3150880\n"
"76\n"
"help.text"
-msgid "GAUSS"
-msgstr "GAUSS"
+msgid "12"
+msgstr "12"
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3149030\n"
+"04060103.xhp\n"
+"par_id3145208\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>"
-
-#: 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"
+msgid "13"
+msgstr "13"
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3153551\n"
+"04060103.xhp\n"
+"par_id3156113\n"
"78\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<item type=\"input\">>0</item>"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3155368\n"
+"04060103.xhp\n"
+"par_id3153625\n"
"79\n"
"help.text"
-msgid "GAUSS(Number)"
-msgstr "GAUSS(რიცხვი)"
+msgid "<item type=\"input\">Total</item>"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3153228\n"
+"04060103.xhp\n"
+"par_id3151297\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> არის მნიშვნელობა რომლისთვისაც სტანდარტული ნორმალური გადახრა უნდა გამოითვალოს."
+msgid "<item type=\"input\">40,000.00 currency units</item>"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3150691\n"
+"04060103.xhp\n"
+"par_id3149979\n"
"81\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "The formula in E2 is as follows:"
+msgstr "ფორმულა E2 არის როგორც მომდევნო:"
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3154867\n"
+"04060103.xhp\n"
+"par_id3155849\n"
"82\n"
"help.text"
-msgid "<item type=\"input\">=GAUSS(0.19)</item> = 0.08"
+msgid "<item type=\"input\">=SYD($A$2;$B$2;$C$2;D2)</item>"
msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3148594\n"
+"04060103.xhp\n"
+"par_id3156124\n"
"83\n"
"help.text"
-msgid "<item type=\"input\">=GAUSS(0.0375)</item> = 0.01"
-msgstr ""
+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 ძირს -სკენ არჩება ძირს მარჯვნივ."
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"bm_id3148425\n"
+"04060103.xhp\n"
+"par_id3147270\n"
+"84\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>"
+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 დუ არა მდგომარეობა ტოლია დუ ფორმულა დუ ტოლია:"
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3148425\n"
+"04060103.xhp\n"
+"par_id3152811\n"
"85\n"
"help.text"
-msgid "GEOMEAN"
-msgstr "GEOMEAN"
+msgid "<item type=\"input\">=SUMIF(E2:E11;A13)</item>"
+msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3156257\n"
+"04060103.xhp\n"
+"par_id3155998\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>"
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3147167\n"
-"87\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3153720\n"
-"88\n"
-"help.text"
-msgid "GEOMEAN(Number1; Number2; ...Number30)"
-msgstr "GEOMEAN(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-
-#: 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> არის შერჩევის ამსახველი დიაპაზონის ციფრული მნიშვნელობები."
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3146146\n"
-"90\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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."
+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 და ჩართულია."
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"bm_id3152966\n"
+"04060103.xhp\n"
+"bm_id3155104\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>"
+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>"
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3152966\n"
-"94\n"
+"04060103.xhp\n"
+"hd_id3155104\n"
+"379\n"
"help.text"
-msgid "TRIMMEAN"
-msgstr "TRIMMEAN"
+msgid "DISC"
+msgstr "DISC"
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3149716\n"
-"95\n"
+"04060103.xhp\n"
+"par_id3153891\n"
+"380\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>"
+msgid "<ahelp hid=\"HID_AAI_FUNC_DISC\">Calculates the allowance (discount) of a security as a percentage.</ahelp>"
msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3149281\n"
-"96\n"
+"04060103.xhp\n"
+"hd_id3153982\n"
+"381\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3154821\n"
-"97\n"
-"help.text"
-msgid "TRIMMEAN(Data; Alpha)"
-msgstr "TRIMMEAN(მონაცემები; ალფა)"
-
-#: 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> არის მონაცემთა მასივი მაგალითში."
-
-#: 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 ""
-
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3151180\n"
-"100\n"
+"04060103.xhp\n"
+"par_id3149756\n"
+"382\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "DISC(\"Settlement\"; \"Maturity\"; Price; Redemption; Basis)"
+msgstr "DISC(მოსახლე;ხნიერება;ფასი;გამოსასყისი;ფუძე)"
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3156130\n"
-"101\n"
+"04060103.xhp\n"
+"par_id3156014\n"
+"383\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."
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
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>"
-
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3153216\n"
-"103\n"
+"04060103.xhp\n"
+"par_id3154304\n"
+"384\n"
"help.text"
-msgid "ZTEST"
-msgstr "ZTEST"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3150758\n"
-"104\n"
+"04060103.xhp\n"
+"par_id3159180\n"
+"385\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>"
+msgid "<emph>Price</emph> is the price of the security per 100 currency units of par value."
msgstr ""
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3150872\n"
-"105\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3153274\n"
-"106\n"
-"help.text"
-msgid "ZTEST(Data; mu; Sigma)"
-msgstr "ZTEST(მონაცემი; რიცხვი; სიგმა)"
-
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3156109\n"
-"107\n"
+"04060103.xhp\n"
+"par_id3147253\n"
+"386\n"
"help.text"
-msgid "<emph>Data</emph> is the given sample, drawn from a normally distributed population."
+msgid "<emph>Redemption</emph> is the redemption value of the security per 100 currency units of par value."
msgstr ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3149977\n"
-"108\n"
+"04060103.xhp\n"
+"hd_id3151174\n"
+"387\n"
"help.text"
-msgid "<emph>mu</emph> is the known mean of the population."
-msgstr ""
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3154740\n"
-"109\n"
+"04060103.xhp\n"
+"par_id3155902\n"
+"388\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."
+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 ""
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id0305200911372999\n"
+"04060103.xhp\n"
+"par_id3152797\n"
+"389\n"
"help.text"
-msgid "See also the <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_ZTEST_function\">Wiki page</link>."
+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 ""
-#: 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>"
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3153623\n"
-"113\n"
-"help.text"
-msgid "HARMEAN"
-msgstr "HARMEAN"
-
-#: 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>"
-
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3146900\n"
-"115\n"
+"04060103.xhp\n"
+"bm_id3154695\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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>"
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3149287\n"
-"116\n"
+"04060103.xhp\n"
+"hd_id3154695\n"
+"402\n"
"help.text"
-msgid "HARMEAN(Number1; Number2; ...Number30)"
-msgstr "HARMEAN(რიცხვი 1; რიცხვი 2; ... რიცხვი 30)"
+msgid "DURATION_ADD"
+msgstr "ADDDURATION_ADD"
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3154303\n"
-"117\n"
+"04060103.xhp\n"
+"par_id3145768\n"
+"403\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."
+msgid "<ahelp hid=\"HID_AAI_FUNC_DURATION\">Calculates the duration of a fixed interest security in years.</ahelp>"
msgstr ""
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3159179\n"
-"118\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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."
-
-#: 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>"
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3152801\n"
-"122\n"
-"help.text"
-msgid "HYPGEOMDIST"
-msgstr "HYPGEOMDIST"
-
-#: 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>"
-
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"hd_id3154697\n"
-"124\n"
+"04060103.xhp\n"
+"hd_id3153904\n"
+"404\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"par_id3155388\n"
-"125\n"
-"help.text"
-msgid "HYPGEOMDIST(X; NSample; Successes; NPopulation)"
-msgstr "HYPGEOMDIST(X; N_შერჩევა; წარმატებები; N_მოსახლეობა)"
-
-#: 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> არის შედეგის ნომერი რომელიც მოცემულია შემთხვევით შერჩევაში."
-
-#: 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> არის შემთხვევითი შერჩევის ზომა."
-
-#: 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> მთელ მოსახლეობაში შესაძლო შედეგების რაოდენობა."
-
-#: 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>არის სრული მოსახლეობის ზომა."
-
-#: 04060182.xhp
-msgctxt ""
-"04060182.xhp\n"
-"hd_id3150529\n"
-"130\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060182.xhp
+#: 04060103.xhp
msgctxt ""
-"04060182.xhp\n"
-"par_id3154904\n"
-"131\n"
+"04060103.xhp\n"
+"par_id3153373\n"
+"405\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."
+msgid "DURATION_ADD(\"Settlement\"; \"Maturity\"; Coupon; Yield; Frequency; Basis)"
msgstr ""
-#: 12010100.xhp
-msgctxt ""
-"12010100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Options"
-msgstr "პარამეტრები"
-
-#: 12010100.xhp
-msgctxt ""
-"12010100.xhp\n"
-"hd_id3154760\n"
-"1\n"
-"help.text"
-msgid "Options"
-msgstr "პარამეტრები"
-
-#: 12010100.xhp
-msgctxt ""
-"12010100.xhp\n"
-"hd_id3153379\n"
-"3\n"
-"help.text"
-msgid "Contains column labels"
-msgstr "შეიცავს სვეტის ეტიკეტებს"
-
-#: 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>"
-
-#: 12010100.xhp
-msgctxt ""
-"12010100.xhp\n"
-"hd_id3153970\n"
-"5\n"
-"help.text"
-msgid "Insert or delete cells"
-msgstr "უჯრების ჩამატება ან წაშლა"
-
-#: 12010100.xhp
+#: 04060103.xhp
msgctxt ""
-"12010100.xhp\n"
-"par_id3154684\n"
-"6\n"
+"04060103.xhp\n"
+"par_id3155397\n"
+"406\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>."
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr ""
-#: 12010100.xhp
+#: 04060103.xhp
msgctxt ""
-"12010100.xhp\n"
-"hd_id3153768\n"
-"7\n"
+"04060103.xhp\n"
+"par_id3148558\n"
+"407\n"
"help.text"
-msgid "Keep formatting"
-msgstr "ფორმატირების დატოვება"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
-#: 12010100.xhp
+#: 04060103.xhp
msgctxt ""
-"12010100.xhp\n"
-"par_id3147435\n"
-"8\n"
+"04060103.xhp\n"
+"par_id3153096\n"
+"408\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>"
+msgid "<emph>Coupon</emph> is the annual coupon interest rate (nominal rate of interest)"
msgstr ""
-#: 12010100.xhp
-msgctxt ""
-"12010100.xhp\n"
-"hd_id3155856\n"
-"9\n"
-"help.text"
-msgid "Don't save imported data"
-msgstr "იმპორტირებული მონაცემების არ შენახვა"
-
-#: 12010100.xhp
+#: 04060103.xhp
msgctxt ""
-"12010100.xhp\n"
-"par_id3153363\n"
-"10\n"
+"04060103.xhp\n"
+"par_id3154594\n"
+"409\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>"
+msgid "<emph>Yield</emph> is the annual yield of the security."
msgstr ""
-#: 12010100.xhp
-msgctxt ""
-"12010100.xhp\n"
-"hd_id3147428\n"
-"11\n"
-"help.text"
-msgid "Source:"
-msgstr "წყარო:"
-
-#: 12010100.xhp
+#: 04060103.xhp
msgctxt ""
-"12010100.xhp\n"
-"par_id3148576\n"
-"12\n"
+"04060103.xhp\n"
+"par_id3149906\n"
+"410\n"
"help.text"
-msgid "Displays information about the current database source and any existing operators."
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
msgstr ""
-#: 12010100.xhp
-msgctxt ""
-"12010100.xhp\n"
-"hd_id3146976\n"
-"13\n"
-"help.text"
-msgid "More <<"
-msgstr "დამატებით <<"
-
-#: 12010100.xhp
-msgctxt ""
-"12010100.xhp\n"
-"par_id3149664\n"
-"14\n"
-"help.text"
-msgid "Hides the additional options."
-msgstr "მალავს დამატებით პარამეტრებს."
-
-#: func_hour.xhp
-msgctxt ""
-"func_hour.xhp\n"
-"tit\n"
-"help.text"
-msgid "HOUR"
-msgstr "HOUR"
-
-#: 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>"
-
-#: 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>"
-
-#: 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-ს შორის."
-
-#: func_hour.xhp
-msgctxt ""
-"func_hour.xhp\n"
-"hd_id3149338\n"
-"98\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: func_hour.xhp
-msgctxt ""
-"func_hour.xhp\n"
-"par_id3150637\n"
-"99\n"
-"help.text"
-msgid "HOUR(Number)"
-msgstr "HOUR(რიცხვი)"
-
-#: 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>, რგორც დროის მნიშვნელობა; არის ათწილადი; რომლისთვისაც დაბრუნდება წამები."
-
-#: func_hour.xhp
+#: 04060103.xhp
msgctxt ""
-"func_hour.xhp\n"
-"hd_id3153264\n"
-"101\n"
+"04060103.xhp\n"
+"hd_id3146995\n"
+"411\n"
"help.text"
-msgid "Examples"
-msgstr "მაგალითები"
+msgid "Example"
+msgstr "მაგალითი"
-#: func_hour.xhp
+#: 04060103.xhp
msgctxt ""
-"func_hour.xhp\n"
-"par_id3159215\n"
-"103\n"
+"04060103.xhp\n"
+"par_id3148834\n"
+"412\n"
"help.text"
-msgid "<item type=\"input\">=HOUR(NOW())</item> returns the current hour"
+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 ""
-#: func_hour.xhp
+#: 04060103.xhp
msgctxt ""
-"func_hour.xhp\n"
-"par_id3145152\n"
-"104\n"
+"04060103.xhp\n"
+"par_id3154902\n"
+"413\n"
"help.text"
-msgid "<item type=\"input\">=HOUR(C4)</item> returns 17 if the contents of C4 = <item type=\"input\">17:20:00</item>."
+msgid "<item type=\"input\">=DURATION_ADD(\"2001-01-01\";\"2006-01-01\";0.08;0.09;2;3)</item>"
msgstr ""
-#: 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>."
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"tit\n"
-"help.text"
-msgid "Add-in Functions, List of Analysis Functions Part One"
-msgstr "დამატებითი ფუნქციები, ანალიზის ფუნქციების სია პირველი ნაწილი"
-
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3152871\n"
-"1\n"
-"help.text"
-msgid "Add-in Functions, List of Analysis Functions Part One"
-msgstr "დამატებითი ფუნქციები, ანალიზის ფუნქციების სია პირველი ნაწილი"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"bm_id3153074\n"
-"help.text"
-msgid "<bookmark_value>Bessel functions</bookmark_value>"
-msgstr "<bookmark_value>Bessel ფუნქცია</bookmark_value>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3153334\n"
-"111\n"
-"help.text"
-msgid "BESSELI"
-msgstr "BESSELI"
-
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3150392\n"
-"113\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3147295\n"
-"114\n"
-"help.text"
-msgid "BESSELI(X; N)"
-msgstr "BESSELI(x;n)"
-
-#: 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: მნიშვნელობა, რომელზეც გამოითვლება ფუნქცია."
-
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3151392\n"
-"116\n"
+"04060103.xhp\n"
+"bm_id3159147\n"
"help.text"
-msgid "<emph>N</emph> is the order of the Bessel function"
+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 ""
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3153027\n"
-"103\n"
-"help.text"
-msgid "BESSELJ"
-msgstr "BESSELJ"
-
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3146884\n"
-"105\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3150032\n"
-"106\n"
-"help.text"
-msgid "BESSELJ(X; N)"
-msgstr "BESSELJ(x;n)"
-
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3150378\n"
-"107\n"
+"04060103.xhp\n"
+"hd_id3159147\n"
+"88\n"
"help.text"
-msgid "<emph>X</emph> is the value on which the function will be calculated."
-msgstr "x: მნიშვნელობა, რომელზეც გამოითვლება ფუნქცია."
+msgid "EFFECTIVE"
+msgstr "EFFECTIVE"
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3145638\n"
-"108\n"
+"04060103.xhp\n"
+"par_id3154204\n"
+"89\n"
"help.text"
-msgid "<emph>N</emph> is the order of the Bessel function"
+msgid "<ahelp hid=\"HID_FUNC_EFFEKTIV\">Returns the net annual interest rate for a nominal interest rate.</ahelp>"
msgstr ""
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3149946\n"
-"117\n"
-"help.text"
-msgid "BESSELK"
-msgstr "BESSELK"
-
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3159122\n"
-"118\n"
+"04060103.xhp\n"
+"par_id3145417\n"
+"90\n"
"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_BESSELK\">Calculates the modified Bessel function.</ahelp>"
-msgstr "<ahelp hid=\"HID_AAI_FUNC_BESSELK\">გამოთვლის ჩასწორებულ ბეზელის ფუნქციას.</ahelp>"
+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 ეფექტური რიცხვი - სხვა ტოლია ხშირად დუ -თვის მაგალითი ან დასასრული -."
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"hd_id3150650\n"
-"119\n"
+"04060103.xhp\n"
+"hd_id3150510\n"
+"91\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3149354\n"
-"120\n"
-"help.text"
-msgid "BESSELK(X; N)"
-msgstr "BESSELK(x;n)"
-
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3150481\n"
-"121\n"
+"04060103.xhp\n"
+"par_id3148805\n"
+"92\n"
"help.text"
-msgid "<emph>X</emph> is the value on which the function will be calculated."
-msgstr "x: მნიშვნელობა, რომელზეც გამოითვლება ფუნქცია."
+msgid "EFFECTIVE(Nom; P)"
+msgstr "EFFECTIVE(NOM;P)"
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3150024\n"
-"122\n"
+"04060103.xhp\n"
+"par_id3149768\n"
+"93\n"
"help.text"
-msgid "<emph>N</emph> is the order of the Bessel function"
+msgid "<emph>Nom</emph> is the nominal interest."
msgstr ""
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3145828\n"
-"123\n"
-"help.text"
-msgid "BESSELY"
-msgstr "BESSELY"
-
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3146941\n"
-"125\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3148884\n"
-"126\n"
-"help.text"
-msgid "BESSELY(X; N)"
-msgstr "BESSELY(x;n)"
-
-#: 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: მნიშვნელობა, რომელზეც გამოითვლება ფუნქცია."
-
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3147421\n"
-"128\n"
+"04060103.xhp\n"
+"par_id3149334\n"
+"94\n"
"help.text"
-msgid "<emph>N</emph> is the order of the Bessel function"
+msgid "<emph>P</emph> is the number of interest payment periods per year."
msgstr ""
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3153034\n"
-"17\n"
-"help.text"
-msgid "BIN2DEC"
-msgstr "BIN2DEC"
-
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3145593\n"
-"19\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3149726\n"
-"20\n"
-"help.text"
-msgid "BIN2DEC(Number)"
-msgstr "BIN2DEC (რიცხვი)"
-
-#: 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 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
-
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"hd_id3149250\n"
-"22\n"
+"04060103.xhp\n"
+"hd_id3154223\n"
+"95\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3145138\n"
-"23\n"
+"04060103.xhp\n"
+"par_id3144499\n"
+"96\n"
"help.text"
-msgid "<item type=\"input\">=BIN2DEC(1100100)</item> returns 100."
+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 ""
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3149954\n"
-"24\n"
-"help.text"
-msgid "BIN2HEX"
-msgstr "BIN2HEX"
-
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3153936\n"
-"26\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3148753\n"
-"27\n"
-"help.text"
-msgid "BIN2HEX(Number; Places)"
-msgstr "BIN2HEX(რიცხვი;ადგილები)"
-
-#: 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 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3150860\n"
-"29\n"
-"help.text"
-msgid "Places means the number of places to be output."
-msgstr "ადგილები: გამოსატანი ადგილების ნომრები."
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3155829\n"
-"30\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3149686\n"
-"31\n"
+"04060103.xhp\n"
+"par_id3150772\n"
+"97\n"
"help.text"
-msgid "<item type=\"input\">=BIN2HEX(1100100;6)</item> returns 000064."
+msgid "<item type=\"input\">=EFFECTIVE(9.75%;4)</item> = 10.11% The annual effective rate is therefore 10.11%."
msgstr ""
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3153332\n"
-"9\n"
-"help.text"
-msgid "BIN2OCT"
-msgstr "BIN2OCT"
-
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3153001\n"
-"11\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3154508\n"
-"12\n"
-"help.text"
-msgid "BIN2OCT(Number; Places)"
-msgstr "BIN2OCT(რიცხვი;ადგილები)"
-
-#: 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 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
-
-#: 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 "ადგილები: გამოსატანი ადგილების ნომრები."
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3150128\n"
-"15\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3153733\n"
-"16\n"
+"04060103.xhp\n"
+"bm_id3147241\n"
"help.text"
-msgid "<item type=\"input\">=BIN2OCT(1100100;4)</item> returns 0144."
+msgid "<bookmark_value>effective interest rates</bookmark_value> <bookmark_value>EFFECT_ADD function</bookmark_value>"
msgstr ""
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3150014\n"
-"129\n"
-"help.text"
-msgid "DELTA"
-msgstr "DELTA"
-
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3155435\n"
-"131\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3145247\n"
-"132\n"
-"help.text"
-msgid "DELTA(Number1; Number2)"
-msgstr "DELTA(რიცხვი 1;რიცხვი 2)"
-
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"hd_id3149002\n"
-"133\n"
+"04060103.xhp\n"
+"hd_id3147241\n"
+"414\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "EFFECT_ADD"
+msgstr "EFFECT_ADD"
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3151020\n"
-"134\n"
+"04060103.xhp\n"
+"par_id3147524\n"
+"415\n"
"help.text"
-msgid "<item type=\"input\">=DELTA(1;2)</item> returns 0."
+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 ""
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3157971\n"
-"55\n"
-"help.text"
-msgid "DEC2BIN"
-msgstr "DEC2BIN"
-
-#: 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>"
-
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"hd_id3145349\n"
-"57\n"
+"04060103.xhp\n"
+"hd_id3155364\n"
+"416\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3150569\n"
-"58\n"
-"help.text"
-msgid "DEC2BIN(Number; Places)"
-msgstr "DEC2BIN(რიცხვი;ადგილები)"
-
-#: 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 ბიტი არის მნიშვნელობა."
-
-#: 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 "ადგილები: გამოსატანი ადგილების ნომრები."
-
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"hd_id3150265\n"
-"61\n"
+"04060103.xhp\n"
+"par_id3155118\n"
+"417\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "EFFECT_ADD(NominalRate; NPerY)"
+msgstr "EFFECT_ADD(ნომინალური სიხშირე;Npery)"
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3150662\n"
-"62\n"
+"04060103.xhp\n"
+"par_id3148907\n"
+"418\n"
"help.text"
-msgid "<item type=\"input\">=DEC2BIN(100;8)</item> returns 01100100."
+msgid "<emph>NominalRate</emph> is the annual nominal rate of interest."
msgstr ""
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3149388\n"
-"71\n"
-"help.text"
-msgid "DEC2HEX"
-msgstr "DEC2HEX"
-
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3150691\n"
-"73\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3147535\n"
-"74\n"
-"help.text"
-msgid "DEC2HEX(Number; Places)"
-msgstr "DEC2HEX(რიცხვი;ადგილები)"
-
-#: 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 ბიტი არის მნიშვნელობა."
-
-#: 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 "ადგილები: გამოსატანი ადგილების ნომრები."
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3154869\n"
-"77\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3150476\n"
-"78\n"
+"04060103.xhp\n"
+"par_id3154274\n"
+"419\n"
"help.text"
-msgid "<item type=\"input\">=DEC2HEX(100;4)</item> returns 0064."
+msgid "<emph>NPerY </emph>is the number of interest payments per year."
msgstr ""
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3154948\n"
-"63\n"
-"help.text"
-msgid "DEC2OCT"
-msgstr "DEC2OCT"
-
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3153178\n"
-"65\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3148427\n"
-"66\n"
-"help.text"
-msgid "DEC2OCT(Number; Places)"
-msgstr "DEC2OCT(რიცხვი;ადგილები)"
-
-#: 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 ბიტი არის მნიშვნელობა."
-
-#: 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 "ადგილები: გამოსატანი ადგილების ნომრები."
-
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"hd_id3147482\n"
-"69\n"
+"04060103.xhp\n"
+"hd_id3149156\n"
+"420\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3154317\n"
-"70\n"
+"04060103.xhp\n"
+"par_id3158426\n"
+"421\n"
"help.text"
-msgid "<item type=\"input\">=DEC2OCT(100;4)</item> returns 0144."
+msgid "What is the effective annual rate of interest for a 5.25% nominal rate and quarterly payment."
msgstr ""
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3083446\n"
-"135\n"
-"help.text"
-msgid "ERF"
-msgstr "ERF"
-
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3152475\n"
-"137\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3163824\n"
-"138\n"
-"help.text"
-msgid "ERF(LowerLimit; UpperLimit)"
-msgstr "ERF(ქვედა ზღურბლი;ზედა ზღურბლი)"
-
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3149715\n"
-"139\n"
+"04060103.xhp\n"
+"par_id3148927\n"
+"422\n"
"help.text"
-msgid "<emph>LowerLimit</emph> is the lower limit of the integral."
+msgid "<item type=\"input\">=EFFECT_ADD(0.0525;4)</item> returns 0.053543 or 5.3543%."
msgstr ""
-#: 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-სა და ქვედა ზღვარს შორის."
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3154819\n"
-"141\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3152974\n"
-"142\n"
+"04060103.xhp\n"
+"bm_id3149998\n"
"help.text"
-msgid "<item type=\"input\">=ERF(0;1)</item> returns 0.842701."
+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 ""
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"bm_id3145082\n"
+"04060103.xhp\n"
+"hd_id3149998\n"
+"99\n"
"help.text"
-msgid "<bookmark_value>ERFC function</bookmark_value>"
-msgstr "<bookmark_value>ERFC ფუნქცია</bookmark_value>"
+msgid "DDB"
+msgstr "DDB"
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"hd_id3145082\n"
-"143\n"
+"04060103.xhp\n"
+"par_id3159190\n"
+"100\n"
"help.text"
-msgid "ERFC"
-msgstr "ERFC"
+msgid "<ahelp hid=\"HID_FUNC_GDA\">Returns the depreciation of an asset for a specified period using the arithmetic-declining method.</ahelp>"
+msgstr ""
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3149453\n"
-"144\n"
+"04060103.xhp\n"
+"par_id3152361\n"
+"101\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>"
+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 ""
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"hd_id3155839\n"
-"145\n"
+"04060103.xhp\n"
+"hd_id3156038\n"
+"102\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3153220\n"
-"146\n"
-"help.text"
-msgid "ERFC(LowerLimit)"
-msgstr "ERFC(ქვედა ზღურბლი)"
-
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3147620\n"
-"147\n"
+"04060103.xhp\n"
+"par_id3166452\n"
+"103\n"
"help.text"
-msgid "<emph>LowerLimit</emph> is the lower limit of the integral"
+msgid "DDB(Cost; Salvage; Life; Period; Factor)"
msgstr ""
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3146861\n"
-"148\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3156102\n"
-"149\n"
+"04060103.xhp\n"
+"par_id3153237\n"
+"104\n"
"help.text"
-msgid "<item type=\"input\">=ERFC(1)</item> returns 0.157299."
+msgid "<emph>Cost</emph> fixes the initial cost of an asset."
msgstr ""
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3152927\n"
-"150\n"
-"help.text"
-msgid "GESTEP"
-msgstr "GESTEP"
-
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3150763\n"
-"151\n"
+"04060103.xhp\n"
+"par_id3149787\n"
+"105\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>"
+msgid "<emph>Salvage</emph> fixes the value of an asset at the end of its life."
msgstr ""
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3150879\n"
-"152\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3145212\n"
-"153\n"
-"help.text"
-msgid "GESTEP(Number; Step)"
-msgstr "GESTEP(რიცხვი; ნაბიჯი)"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3153275\n"
-"154\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3156132\n"
-"155\n"
+"04060103.xhp\n"
+"par_id3152945\n"
+"106\n"
"help.text"
-msgid "<item type=\"input\">=GESTEP(5;1)</item> returns 1."
+msgid "<emph>Life</emph> is the number of periods (for example, years or months) defining how long the asset is to be used."
msgstr ""
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3147276\n"
-"79\n"
-"help.text"
-msgid "HEX2BIN"
-msgstr "HEX2BIN"
-
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3156117\n"
-"81\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3155847\n"
-"82\n"
-"help.text"
-msgid "HEX2BIN(Number; Places)"
-msgstr "HEX2BIN(რიცხვი;ადგილები)"
-
-#: 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 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
-
-#: 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 "ადგილები: გამოსატანი ადგილების ნომრები."
-
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"hd_id3154052\n"
-"85\n"
+"04060103.xhp\n"
+"par_id3149736\n"
+"107\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<emph>Period</emph> states the period for which the value is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა, რომლისთვისაც F განაწილება გამოითვლება."
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3156002\n"
-"86\n"
+"04060103.xhp\n"
+"par_id3150243\n"
+"108\n"
"help.text"
-msgid "<item type=\"input\">=HEX2BIN(64;8)</item> returns 01100100."
+msgid "<emph>Factor</emph> (optional) is the factor by which depreciation decreases. If a value is not entered, the default is factor 2."
msgstr ""
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3154742\n"
-"87\n"
-"help.text"
-msgid "HEX2DEC"
-msgstr "HEX2DEC"
-
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3143233\n"
-"89\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3149293\n"
-"90\n"
-"help.text"
-msgid "HEX2DEC(Number)"
-msgstr "HEX2DEC(რიცხვი)"
-
-#: 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 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
-
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"hd_id3154304\n"
-"92\n"
+"04060103.xhp\n"
+"hd_id3159274\n"
+"109\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3146093\n"
-"93\n"
+"04060103.xhp\n"
+"par_id3152882\n"
+"110\n"
"help.text"
-msgid "<item type=\"input\">=HEX2DEC(64)</item> returns 100."
+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 ""
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3149750\n"
-"94\n"
-"help.text"
-msgid "HEX2OCT"
-msgstr "HEX2OCT"
-
-#: 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>"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3145660\n"
-"96\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"par_id3151170\n"
-"97\n"
-"help.text"
-msgid "HEX2OCT(Number; Places)"
-msgstr "HEX2OCT(რაოდენობა;ადგილები)"
-
-#: 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 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
-
-#: 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 "ადგილები: გამოსატანი ადგილების ნომრები."
-
-#: 04060115.xhp
-msgctxt ""
-"04060115.xhp\n"
-"hd_id3153901\n"
-"100\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060115.xhp
+#: 04060103.xhp
msgctxt ""
-"04060115.xhp\n"
-"par_id3159341\n"
-"101\n"
+"04060103.xhp\n"
+"par_id3154106\n"
+"111\n"
"help.text"
-msgid "<item type=\"input\">=HEX2OCT(64;4)</item> returns 0144."
+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 ""
-#: 12090300.xhp
-msgctxt ""
-"12090300.xhp\n"
-"tit\n"
-"help.text"
-msgid "Delete"
-msgstr "წაშლა"
-
-#: 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>"
-
-#: 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>"
-
-#: 05070000.xhp
-msgctxt ""
-"05070000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Page Style"
-msgstr "გვერდის სტილი"
-
-#: 05070000.xhp
-msgctxt ""
-"05070000.xhp\n"
-"hd_id3157910\n"
-"1\n"
-"help.text"
-msgid "Page Style"
-msgstr "გვერდის სტილი"
-
-#: 05070000.xhp
+#: 04060103.xhp
msgctxt ""
-"05070000.xhp\n"
-"par_id3156023\n"
-"2\n"
+"04060103.xhp\n"
+"bm_id3149962\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>"
+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 ""
-#: func_second.xhp
-msgctxt ""
-"func_second.xhp\n"
-"tit\n"
-"help.text"
-msgid "SECOND"
-msgstr "SECOND"
-
-#: func_second.xhp
+#: 04060103.xhp
msgctxt ""
-"func_second.xhp\n"
-"bm_id3159390\n"
+"04060103.xhp\n"
+"hd_id3149962\n"
+"113\n"
"help.text"
-msgid "<bookmark_value>SECOND function</bookmark_value>"
-msgstr "<bookmark_value>SECOND ფუნქცია</bookmark_value>"
+msgid "DB"
+msgstr "DB"
-#: func_second.xhp
+#: 04060103.xhp
msgctxt ""
-"func_second.xhp\n"
-"hd_id3159390\n"
-"86\n"
+"04060103.xhp\n"
+"par_id3148989\n"
+"114\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>"
+msgid "<ahelp hid=\"HID_FUNC_GDA2\">Returns the depreciation of an asset for a specified period using the fixed-declining balance method.</ahelp>"
+msgstr ""
-#: func_second.xhp
+#: 04060103.xhp
msgctxt ""
-"func_second.xhp\n"
-"par_id3148974\n"
-"87\n"
+"04060103.xhp\n"
+"par_id3156213\n"
+"115\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-მდე."
+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 ""
-#: func_second.xhp
+#: 04060103.xhp
msgctxt ""
-"func_second.xhp\n"
-"hd_id3154362\n"
-"88\n"
+"04060103.xhp\n"
+"hd_id3149807\n"
+"116\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_second.xhp
-msgctxt ""
-"func_second.xhp\n"
-"par_id3148407\n"
-"89\n"
-"help.text"
-msgid "SECOND(Number)"
-msgstr "SECOND(რიცხვი)"
-
-#: 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>, რგორც დროის მნიშვნელობა; არის ათწილადი; რომლისთვისაც დაბრუნდება წამები."
-
-#: func_second.xhp
-msgctxt ""
-"func_second.xhp\n"
-"hd_id3149992\n"
-"91\n"
-"help.text"
-msgid "Examples"
-msgstr "მაგალითები"
-
-#: func_second.xhp
+#: 04060103.xhp
msgctxt ""
-"func_second.xhp\n"
-"par_id3153350\n"
-"93\n"
+"04060103.xhp\n"
+"par_id3153349\n"
+"117\n"
"help.text"
-msgid "<item type=\"input\">=SECOND(NOW())</item> returns the current second"
+msgid "DB(Cost; Salvage; Life; Period; Month)"
msgstr ""
-#: func_second.xhp
+#: 04060103.xhp
msgctxt ""
-"func_second.xhp\n"
-"par_id3150831\n"
-"94\n"
+"04060103.xhp\n"
+"par_id3148462\n"
+"118\n"
"help.text"
-msgid "<item type=\"input\">=SECOND(C4)</item> returns 17 if contents of C4 = <item type=\"input\">12:20:17</item>."
+msgid "<emph>Cost</emph> is the initial cost of an asset."
msgstr ""
-#: 02190200.xhp
-msgctxt ""
-"02190200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Column Break"
-msgstr "სვეტის გაწყვეტა"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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."
-
-#: 12080100.xhp
-msgctxt ""
-"12080100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Hide Details"
-msgstr "დეტალების დამალვა"
-
-#: 12080100.xhp
-msgctxt ""
-"12080100.xhp\n"
-"bm_id3155628\n"
-"help.text"
-msgid "<bookmark_value>sheets; hiding details</bookmark_value>"
-msgstr "<bookmark_value>ფურცლები, დეტალების დამალვა</bookmark_value>"
-
-#: 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>"
-
-#: 12080100.xhp
+#: 04060103.xhp
msgctxt ""
-"12080100.xhp\n"
-"par_id3154515\n"
-"2\n"
+"04060103.xhp\n"
+"par_id3148658\n"
+"119\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>"
+msgid "<emph>Salvage</emph> is the value of an asset at the end of the depreciation."
msgstr ""
-#: 12080100.xhp
+#: 04060103.xhp
msgctxt ""
-"12080100.xhp\n"
-"par_id3153252\n"
-"3\n"
+"04060103.xhp\n"
+"par_id3145371\n"
+"120\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>."
+msgid "<emph>Life</emph> defines the period over which an asset is depreciated."
msgstr ""
-#: 12090200.xhp
-msgctxt ""
-"12090200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Refresh"
-msgstr "განახლება"
-
-#: 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>"
-
-#: 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>"
-
-#: 12090200.xhp
-#, fuzzy
+#: 04060103.xhp
msgctxt ""
-"12090200.xhp\n"
-"par_id3150400\n"
-"3\n"
+"04060103.xhp\n"
+"par_id3154608\n"
+"121\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>."
+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 ""
-#: 05080000.xhp
+#: 04060103.xhp
msgctxt ""
-"05080000.xhp\n"
-"tit\n"
+"04060103.xhp\n"
+"par_id3150829\n"
+"122\n"
"help.text"
-msgid "Print Ranges"
-msgstr "დიაპაზონების ბეჭდვა"
+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 ""
-#: 05080000.xhp
+#: 04060103.xhp
msgctxt ""
-"05080000.xhp\n"
-"hd_id3154013\n"
-"1\n"
+"04060103.xhp\n"
+"hd_id3151130\n"
+"123\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>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 05080000.xhp
+#: 04060103.xhp
msgctxt ""
-"05080000.xhp\n"
-"par_id3155855\n"
-"2\n"
+"04060103.xhp\n"
+"par_id3156147\n"
+"124\n"
"help.text"
-msgid "<ahelp hid=\".\">Manages print ranges. Only cells within the print ranges will be printed.</ahelp>"
+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 ""
-#: 05080000.xhp
+#: 04060103.xhp
msgctxt ""
-"05080000.xhp\n"
-"par_id3146119\n"
-"4\n"
+"04060103.xhp\n"
+"par_id3149513\n"
+"125\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."
+msgid "<item type=\"input\">=DB(25000;1000;36;1;6)</item> = 1,075.00 currency units"
msgstr ""
-#: 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>"
-
-#: func_eomonth.xhp
+#: 04060103.xhp
msgctxt ""
-"func_eomonth.xhp\n"
-"tit\n"
+"04060103.xhp\n"
+"par_id3159242\n"
+"126\n"
"help.text"
-msgid "EOMONTH"
-msgstr "EOMONTH"
+msgid "The fixed-declining depreciation of the computer system is 1,075.00 currency units."
+msgstr ""
-#: func_eomonth.xhp
+#: 04060103.xhp
msgctxt ""
-"func_eomonth.xhp\n"
-"bm_id3150991\n"
+"04060103.xhp\n"
+"bm_id3153948\n"
"help.text"
-msgid "<bookmark_value>EOMONTH function</bookmark_value>"
-msgstr "<bookmark_value>EOMONTH ფუნქცია</bookmark_value>"
+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 ""
-#: func_eomonth.xhp
+#: 04060103.xhp
msgctxt ""
-"func_eomonth.xhp\n"
-"hd_id3150991\n"
-"231\n"
+"04060103.xhp\n"
+"hd_id3153948\n"
+"128\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>"
+msgid "IRR"
+msgstr "IRR"
-#: func_eomonth.xhp
+#: 04060103.xhp
msgctxt ""
-"func_eomonth.xhp\n"
-"par_id3152766\n"
-"232\n"
+"04060103.xhp\n"
+"par_id3143282\n"
+"129\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>"
+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 ""
-#: func_eomonth.xhp
+#: 04060103.xhp
msgctxt ""
-"func_eomonth.xhp\n"
-"hd_id3150597\n"
-"233\n"
+"04060103.xhp\n"
+"hd_id3150599\n"
+"130\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_eomonth.xhp
+#: 04060103.xhp
msgctxt ""
-"func_eomonth.xhp\n"
-"par_id3150351\n"
-"234\n"
+"04060103.xhp\n"
+"par_id3155427\n"
+"131\n"
"help.text"
-msgid "EOMONTH(StartDate; Months)"
-msgstr "EOMONTH (საწყისი თარიღი; თვეები)"
+msgid "IRR(Values; Guess)"
+msgstr "IRR(მნიშვნელობები;მიხვედრები)"
-#: func_eomonth.xhp
+#: 04060103.xhp
msgctxt ""
-"func_eomonth.xhp\n"
-"par_id3146787\n"
-"235\n"
+"04060103.xhp\n"
+"par_id3144758\n"
+"132\n"
"help.text"
-msgid "<emph>StartDate</emph> is a date (the starting point of the calculation)."
-msgstr ""
+msgid "<emph>Values</emph> represents an array containing the values."
+msgstr "<emph>მნიშვნელობები</emph> ასახავს მნიშვნელობების შემცველ მასივს."
-#: func_eomonth.xhp
+#: 04060103.xhp
msgctxt ""
-"func_eomonth.xhp\n"
-"par_id3155615\n"
-"236\n"
+"04060103.xhp\n"
+"par_id3149233\n"
+"133\n"
"help.text"
-msgid "<emph>Months</emph> is the number of months before (negative) or after (positive) the start date."
+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 ""
-#: func_eomonth.xhp
+#: 04060103.xhp
msgctxt ""
-"func_eomonth.xhp\n"
-"hd_id3156335\n"
-"237\n"
+"04060103.xhp\n"
+"hd_id3151258\n"
+"134\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 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 "რა ტოლია დღე - თვე თვეები სექტემბერი?"
-
-#: 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 ""
-
-#: func_eomonth.xhp
+#: 04060103.xhp
msgctxt ""
-"func_eomonth.xhp\n"
-"par_id3156144\n"
-"239\n"
+"04060103.xhp\n"
+"par_id3150630\n"
+"135\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."
+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 ""
-#: 02120000.xhp
-msgctxt ""
-"02120000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Headers & Footers"
-msgstr "თავსართები & ქვესართები"
-
-#: 02120000.xhp
-msgctxt ""
-"02120000.xhp\n"
-"hd_id3145251\n"
-"1\n"
-"help.text"
-msgid "Headers & Footers"
-msgstr "თავსართები & ქვესართები"
-
-#: 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>"
-
-#: 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> დიალოგში."
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"tit\n"
-"help.text"
-msgid "Statistics Functions"
-msgstr "სტატისტიკური ფუნქციები"
-
-#: 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>"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"hd_id3153018\n"
-"1\n"
-"help.text"
-msgid "Statistics Functions"
-msgstr "სტატისტიკური ფუნქციები"
-
-#: 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>"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3149001\n"
-"9\n"
-"help.text"
-msgid "Some of the examples use the following data table:"
-msgstr "ზოგი მაგალითი გამოყენებულია შემდეგ ცხრილში:"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3148775\n"
-"10\n"
-"help.text"
-msgid "C"
-msgstr "C"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3145297\n"
-"11\n"
-"help.text"
-msgid "D"
-msgstr "D"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3150661\n"
-"12\n"
-"help.text"
-msgid "2"
-msgstr "2"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3153551\n"
-"13\n"
-"help.text"
-msgid "x value"
-msgstr "x მნიშვნელობა"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3147536\n"
-"14\n"
-"help.text"
-msgid "y value"
-msgstr "y მნიშვნელობა"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3153224\n"
-"15\n"
-"help.text"
-msgid "3"
-msgstr "3"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3150475\n"
-"16\n"
-"help.text"
-msgid "-5"
-msgstr "-5"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3155367\n"
-"17\n"
-"help.text"
-msgid "-3"
-msgstr "-3"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3149783\n"
-"18\n"
-"help.text"
-msgid "4"
-msgstr "4"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3153181\n"
-"19\n"
-"help.text"
-msgid "-2"
-msgstr "-2"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3148429\n"
-"20\n"
-"help.text"
-msgid "0"
-msgstr "0"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3152588\n"
-"21\n"
-"help.text"
-msgid "5"
-msgstr "5"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3147483\n"
-"22\n"
-"help.text"
-msgid "-1"
-msgstr "-1"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3083443\n"
-"23\n"
-"help.text"
-msgid "1"
-msgstr "1"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3149826\n"
-"24\n"
-"help.text"
-msgid "6"
-msgstr "6"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3163820\n"
-"25\n"
-"help.text"
-msgid "0"
-msgstr "0"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3154816\n"
-"26\n"
-"help.text"
-msgid "3"
-msgstr "3"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3149276\n"
-"27\n"
-"help.text"
-msgid "7"
-msgstr "7"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3149267\n"
-"28\n"
-"help.text"
-msgid "2"
-msgstr "2"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3156310\n"
-"29\n"
-"help.text"
-msgid "4"
-msgstr "4"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3154639\n"
-"30\n"
-"help.text"
-msgid "8"
-msgstr "8"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3145205\n"
-"31\n"
-"help.text"
-msgid "4"
-msgstr "4"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3153276\n"
-"32\n"
-"help.text"
-msgid "6"
-msgstr "6"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3150756\n"
-"33\n"
-"help.text"
-msgid "9"
-msgstr "9"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3156095\n"
-"34\n"
-"help.text"
-msgid "6"
-msgstr "6"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3152929\n"
-"35\n"
-"help.text"
-msgid "8"
-msgstr "8"
-
-#: 04060108.xhp
-msgctxt ""
-"04060108.xhp\n"
-"par_id3156324\n"
-"36\n"
-"help.text"
-msgid "The statistical functions are described in the following subsections."
-msgstr "სტატისტიკური ფუნქციები შემდეგ ქვესექციაშია აღწერილი."
-
-#: 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>"
-
-#: 02190100.xhp
-msgctxt ""
-"02190100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Row Break"
-msgstr "რიგის გაწყვეტა"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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."
-
-#: 02140300.xhp
-msgctxt ""
-"02140300.xhp\n"
-"tit\n"
-"help.text"
-msgid "Up"
-msgstr "ზევით"
-
-#: 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>"
-
-#: 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>"
-
-#: 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 "თუ მონიშნული დიაპაზონი არის მხოლოდ ერთი სვეტი, მაშინ ქვედა უჯრის შემადგენლობა კოპირდება ყველ დანარჩენში მონიშნულში. თუ მონიშნული რამოდენიმე სვეტი, მაშინ მითითებული დაბლითა უჯრა კოპირებული იქნება ზემოთ."
-
-#: 05030200.xhp
-msgctxt ""
-"05030200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Optimal Row Heights"
-msgstr "რიგის ოპტიმალური სიმაღლე"
-
-#: 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>"
-
-#: 05030200.xhp
-msgctxt ""
-"05030200.xhp\n"
-"hd_id3148491\n"
-"1\n"
-"help.text"
-msgid "Optimal Row Heights"
-msgstr "რიგის ოპტიმალური სიმაღლე"
-
-#: 05030200.xhp
+#: 04060103.xhp
msgctxt ""
-"05030200.xhp\n"
-"par_id3154758\n"
-"2\n"
+"04060103.xhp\n"
+"bm_id3151012\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>."
+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 ""
-#: 05030200.xhp
+#: 04060103.xhp
msgctxt ""
-"05030200.xhp\n"
-"hd_id3154908\n"
-"3\n"
+"04060103.xhp\n"
+"hd_id3151012\n"
+"314\n"
"help.text"
-msgid "Add"
-msgstr "დამატება"
+msgid "ISPMT"
+msgstr "ISPMT"
-#: 05030200.xhp
+#: 04060103.xhp
msgctxt ""
-"05030200.xhp\n"
-"par_id3151044\n"
-"4\n"
+"04060103.xhp\n"
+"par_id3148693\n"
+"315\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>"
+msgid "<ahelp hid=\"HID_FUNC_ISPMT\">Calculates the level of interest for unchanged amortization installments.</ahelp>"
msgstr ""
-#: 05030200.xhp
-msgctxt ""
-"05030200.xhp\n"
-"hd_id3150439\n"
-"5\n"
-"help.text"
-msgid "Default value"
-msgstr "ნაგულისხმევი მნიშვნელობა"
-
-#: 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>"
-
-#: 04070200.xhp
-msgctxt ""
-"04070200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Insert Name"
-msgstr "სახელის ჩასმა"
-
-#: 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>"
-
-#: 04070200.xhp
+#: 04060103.xhp
msgctxt ""
-"04070200.xhp\n"
-"hd_id3153195\n"
-"1\n"
+"04060103.xhp\n"
+"hd_id3154661\n"
+"316\n"
"help.text"
-msgid "Insert Name"
-msgstr "სახელი ჩამატება"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04070200.xhp
+#: 04060103.xhp
msgctxt ""
-"04070200.xhp\n"
-"par_id3150011\n"
-"2\n"
+"04060103.xhp\n"
+"par_id3146070\n"
+"317\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>"
+msgid "ISPMT(Rate; Period; TotalPeriods; Invest)"
msgstr ""
-#: 04070200.xhp
+#: 04060103.xhp
msgctxt ""
-"04070200.xhp\n"
-"par_id3149412\n"
-"7\n"
+"04060103.xhp\n"
+"par_id3148672\n"
+"318\n"
"help.text"
-msgid "You can only insert a cell area after having defined a name for the area."
+msgid "<emph>Rate</emph> sets the periodic interest rate."
msgstr ""
-#: 04070200.xhp
-msgctxt ""
-"04070200.xhp\n"
-"hd_id3153160\n"
-"3\n"
-"help.text"
-msgid "Insert name"
-msgstr "სახელის ჩამატება"
-
-#: 04070200.xhp
+#: 04060103.xhp
msgctxt ""
-"04070200.xhp\n"
-"par_id3154944\n"
-"4\n"
+"04060103.xhp\n"
+"par_id3145777\n"
+"319\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>"
+msgid "<emph>Period</emph> is the number of installments for calculation of interest."
msgstr ""
-#: 04070200.xhp
-msgctxt ""
-"04070200.xhp\n"
-"hd_id3153418\n"
-"5\n"
-"help.text"
-msgid "Insert All"
-msgstr "ყველას ჩამატება"
-
-#: 04070200.xhp
+#: 04060103.xhp
msgctxt ""
-"04070200.xhp\n"
-"par_id3155066\n"
-"6\n"
+"04060103.xhp\n"
+"par_id3153678\n"
+"320\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>"
+msgid "<emph>TotalPeriods</emph> is the total number of installment periods."
msgstr ""
-#: 06030500.xhp
-msgctxt ""
-"06030500.xhp\n"
-"tit\n"
-"help.text"
-msgid "Remove All Traces"
-msgstr "ყველა კვალის ამოშლა"
-
-#: 06030500.xhp
-msgctxt ""
-"06030500.xhp\n"
-"bm_id3153088\n"
-"help.text"
-msgid "<bookmark_value>cells; removing traces</bookmark_value>"
-msgstr "<bookmark_value>უჯრები; კვალების მოხსნა</bookmark_value>"
-
-#: 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>"
-
-#: 06030500.xhp
+#: 04060103.xhp
msgctxt ""
-"06030500.xhp\n"
-"par_id3151246\n"
-"2\n"
+"04060103.xhp\n"
+"par_id3159390\n"
+"321\n"
"help.text"
-msgid "<ahelp hid=\".uno:ClearArrows\" visibility=\"visible\">Removes all tracer arrows from the spreadsheet.</ahelp>"
+msgid "<emph>Invest</emph> is the amount of the investment."
msgstr ""
-#: 02210000.xhp
-msgctxt ""
-"02210000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Selecting Sheets"
-msgstr "არჩეული ფურცლები"
-
-#: 02210000.xhp
-msgctxt ""
-"02210000.xhp\n"
-"hd_id3156023\n"
-"5\n"
-"help.text"
-msgid "Selecting Sheets"
-msgstr "ფურცლების არჩევა"
-
-#: 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>"
-
-#: 02210000.xhp
-msgctxt ""
-"02210000.xhp\n"
-"hd_id3125863\n"
-"2\n"
-"help.text"
-msgid "Selected Sheets"
-msgstr "Selected Sheets"
-
-#: 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>"
-
-#: func_timevalue.xhp
-msgctxt ""
-"func_timevalue.xhp\n"
-"tit\n"
-"help.text"
-msgid "TIMEVALUE"
-msgstr "TIMEVALUE"
-
-#: 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>"
-
-#: 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>"
-
-#: func_timevalue.xhp
+#: 04060103.xhp
msgctxt ""
-"func_timevalue.xhp\n"
-"par_id3148502\n"
-"161\n"
+"04060103.xhp\n"
+"hd_id3156162\n"
+"322\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 ""
+msgid "Example"
+msgstr "მაგალითი"
-#: func_timevalue.xhp
+#: 04060103.xhp
msgctxt ""
-"func_timevalue.xhp\n"
-"par_id3150794\n"
-"162\n"
+"04060103.xhp\n"
+"par_id3149558\n"
+"323\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."
+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 ""
-#: func_timevalue.xhp
+#: 04060103.xhp
msgctxt ""
-"func_timevalue.xhp\n"
-"par_id011920090347118\n"
+"04060103.xhp\n"
+"par_id3150949\n"
+"324\n"
"help.text"
-msgid "If the text string also includes a year, month, or day, TIMEVALUE only returns the fractional part of the conversion."
+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 ""
-#: func_timevalue.xhp
-msgctxt ""
-"func_timevalue.xhp\n"
-"hd_id3150810\n"
-"163\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: func_timevalue.xhp
-msgctxt ""
-"func_timevalue.xhp\n"
-"par_id3150823\n"
-"164\n"
-"help.text"
-msgid "TIMEVALUE(\"Text\")"
-msgstr "TIMEVALUE(\"ტექსტი\")"
-
-#: 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> არის მართებული დროის გამოსახულება, რომელიც ბრჭყალებში უნდა ჩასვთ."
-
-#: func_timevalue.xhp
-msgctxt ""
-"func_timevalue.xhp\n"
-"hd_id3146815\n"
-"166\n"
-"help.text"
-msgid "Examples"
-msgstr "მაგალითები"
-
-#: func_timevalue.xhp
+#: 04060103.xhp
msgctxt ""
-"func_timevalue.xhp\n"
-"par_id3146829\n"
-"167\n"
+"04060103.xhp\n"
+"par_id3146812\n"
+"426\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."
+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>"
-#: func_timevalue.xhp
+#: 04060103.xhp
msgctxt ""
-"func_timevalue.xhp\n"
-"par_id3153632\n"
-"168\n"
+"04060103.xhp\n"
+"par_id3154411\n"
+"427\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."
+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>"
#: 04060104.xhp
msgctxt ""
@@ -17626,7 +8200,7 @@ msgctxt ""
"4\n"
"help.text"
msgid "C"
-msgstr "C"
+msgstr ""
#: 04060104.xhp
msgctxt ""
@@ -17635,7 +8209,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "D"
-msgstr "D"
+msgstr ""
#: 04060104.xhp
msgctxt ""
@@ -17910,7 +8484,6 @@ msgid "Value for \"Type\""
msgstr "მნიშვნელობა \"ტიპისთვის\""
#: 04060104.xhp
-#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id8360850\n"
@@ -18480,7 +9053,6 @@ msgid "<item type=\"input\">=ISERROR(C9)</item> where cell C9 contains <item typ
msgstr ""
#: 04060104.xhp
-#, fuzzy
msgctxt ""
"04060104.xhp\n"
"bm_id3153618\n"
@@ -19209,7 +9781,7 @@ msgctxt ""
"119\n"
"help.text"
msgid "N"
-msgstr "N"
+msgstr ""
#: 04060104.xhp
msgctxt ""
@@ -20114,8121 +10686,6709 @@ msgctxt ""
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 ""
-#: func_yearfrac.xhp
+#: 04060105.xhp
msgctxt ""
-"func_yearfrac.xhp\n"
+"04060105.xhp\n"
"tit\n"
"help.text"
-msgid "YEARFRAC"
-msgstr "YEARFRAC"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"hd_id3155259\n"
-"198\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3155823\n"
-"199\n"
-"help.text"
-msgid "YEARFRAC(StartDate; EndDate; Basis)"
-msgstr "YEARFRAC(საწყისი თარიღი;საბოლოო თარიღი;ფუძე)"
-
-#: 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>: თარიღის ორი მნისვნელობა."
-
-#: 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>: ამოირჩევა პარამეტრების სიიდან და განსაზღვრავს როგორ გამოითვალოს წლები."
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3146847\n"
-"202\n"
-"help.text"
-msgid "Basis"
-msgstr "ფუძე"
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3155956\n"
-"203\n"
-"help.text"
-msgid "Calculation"
-msgstr "გამოთვლა"
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3154502\n"
-"204\n"
-"help.text"
-msgid "0 or missing"
-msgstr "0 ან არ არის"
-
-#: 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 დღე"
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3148766\n"
-"250\n"
-"help.text"
-msgid "1"
-msgstr "1"
-
-#: 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 "თვეებში დღეების ზუსტი რაოდენობა, ყოველ წელს დღეების ზუსტი რაოდენობა"
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3145245\n"
-"251\n"
-"help.text"
-msgid "2"
-msgstr "2"
-
-#: 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 დღეა"
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3145297\n"
-"252\n"
-"help.text"
-msgid "3"
-msgstr "3"
-
-#: 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 დღეა"
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"par_id3151022\n"
-"253\n"
-"help.text"
-msgid "4"
-msgstr "4"
-
-#: 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 დღე"
-
-#: func_yearfrac.xhp
-msgctxt ""
-"func_yearfrac.xhp\n"
-"hd_id3145626\n"
-"210\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 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-ს შორის?"
-
-#: 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 ""
+msgid "Logical Functions"
+msgstr "ლოგიკური ფუნქციები"
-#: 12040300.xhp
+#: 04060105.xhp
msgctxt ""
-"12040300.xhp\n"
-"tit\n"
+"04060105.xhp\n"
+"bm_id3153484\n"
"help.text"
-msgid "Advanced Filter"
-msgstr "გაფართოებული ფილტრი"
+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>"
-#: 12040300.xhp
+#: 04060105.xhp
msgctxt ""
-"12040300.xhp\n"
-"hd_id3158394\n"
+"04060105.xhp\n"
+"hd_id3153484\n"
"1\n"
"help.text"
-msgid "Advanced Filter"
-msgstr "გაფართოებული ფილტრი"
+msgid "Logical Functions"
+msgstr "ლოგიკური ფუნქციები"
-#: 12040300.xhp
+#: 04060105.xhp
msgctxt ""
-"12040300.xhp\n"
-"par_id3156281\n"
+"04060105.xhp\n"
+"par_id3149312\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>"
-
-#: 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\"/>"
-
-#: 12040300.xhp
-msgctxt ""
-"12040300.xhp\n"
-"hd_id3153771\n"
-"25\n"
-"help.text"
-msgid "Read filter criteria from"
-msgstr "ფილტრის კრიტერიუმის წაკითხვა"
+msgid "<variable id=\"logischtext\">This category contains the <emph>Logical</emph> functions. </variable>"
+msgstr "<variable id=\"logischtext\">ეს კატეგორია შეიცავს <emph>ლოგიკურ</emph> ფუნქციებს. </variable>"
-#: 12040300.xhp
+#: 04060105.xhp
msgctxt ""
-"12040300.xhp\n"
-"par_id3147426\n"
-"26\n"
+"04060105.xhp\n"
+"bm_id3147505\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 ""
+msgid "<bookmark_value>AND function</bookmark_value>"
+msgstr "<bookmark_value>AND ფუნქცია</bookmark_value>"
-#: 12040300.xhp
+#: 04060105.xhp
msgctxt ""
-"12040300.xhp\n"
-"hd_id3153188\n"
-"27\n"
+"04060105.xhp\n"
+"hd_id3147505\n"
+"29\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>"
+msgid "AND"
+msgstr "AND"
-#: 06030600.xhp
+#: 04060105.xhp
msgctxt ""
-"06030600.xhp\n"
-"tit\n"
+"04060105.xhp\n"
+"par_id3153959\n"
+"65\n"
"help.text"
-msgid "Trace Error"
-msgstr "შეცდომის გაკვლევა"
+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> თუ ერთერთი არგუმენტი მცდარია, ფუნქცია დააბრუნებს მცდარს."
-#: 06030600.xhp
+#: 04060105.xhp
msgctxt ""
-"06030600.xhp\n"
-"bm_id3153561\n"
+"04060105.xhp\n"
+"par_id3146100\n"
+"66\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>"
+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) რომლებიც შრიცავს ლოგიკურ მნიშვნელობას."
-#: 06030600.xhp
+#: 04060105.xhp
msgctxt ""
-"06030600.xhp\n"
-"hd_id3153561\n"
-"1\n"
+"04060105.xhp\n"
+"par_id3150538\n"
+"67\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>"
+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 "როდესაც ფუნქცია მოელის ცალ მნიშვნელობას, მაგრამ თქვენ შეგყავთ უჯრების დიაპაზონი, მაშინ მნიშვნელობა დიაპაზონიდან აიღება რომელიც იმავე რიგშია ან სვეტში სადაც ფორმულაა."
-#: 06030600.xhp
+#: 04060105.xhp
msgctxt ""
-"06030600.xhp\n"
-"par_id3148550\n"
-"2\n"
+"04060105.xhp\n"
+"par_id3149128\n"
+"68\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>"
+msgid "If the entered range is outside of the current column or row of the formula, the function returns the error value #VALUE!"
msgstr ""
-#: 02140200.xhp
-msgctxt ""
-"02140200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Right"
-msgstr "მარჯვენა"
-
-#: 02140200.xhp
+#: 04060105.xhp
msgctxt ""
-"02140200.xhp\n"
-"hd_id3153896\n"
-"1\n"
+"04060105.xhp\n"
+"hd_id3150374\n"
+"31\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>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 02140200.xhp
+#: 04060105.xhp
msgctxt ""
-"02140200.xhp\n"
-"par_id3153361\n"
-"2\n"
+"04060105.xhp\n"
+"par_id3159123\n"
+"32\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>"
+msgid "AND(LogicalValue1; LogicalValue2 ...LogicalValue30)"
+msgstr "AND(ლოგიკური მნიშვნელობა 1; ლოგიკური მნიშვნელობა 2 ...ლოგიკური მნიშვნელობა 30)"
-#: 02140200.xhp
+#: 04060105.xhp
msgctxt ""
-"02140200.xhp\n"
-"par_id3154684\n"
-"3\n"
+"04060105.xhp\n"
+"par_id3150038\n"
+"33\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 "თუ მონიშნული დიაპაზონი არის მხოლოდ ერთი სტრიქონი, მაშინ კიდურა მარცხენა უჯრის შემადგენლობა კოპირდება ყველ დანარჩენში მონიშნულში. თუ მონიშნული რამოდენიმე სტრიქონი, მაშინ მითითებული მარცხენა უჯრა კოპირებული იქნება მარჯვნივ."
+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 ""
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"tit\n"
+"04060105.xhp\n"
+"hd_id3149143\n"
+"34\n"
"help.text"
-msgid "Data field"
-msgstr "მონაცემთა ველი"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090105.xhp
-#, fuzzy
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"bm_id7292397\n"
+"04060105.xhp\n"
+"par_id3153123\n"
+"35\n"
"help.text"
-msgid "<bookmark_value>calculating;pivot table</bookmark_value>"
-msgstr "<bookmark_value>გამოთვლა;ნაერთი ცხრილი</bookmark_value>"
+msgid "The logical values of entries 12<13; 14>12, and 7<6 are to be checked:"
+msgstr "ჩანაწერთა 12<13; 14>12, და 7<6 ლოგიკური მნიშვნელობა გამოიცდება:"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"hd_id3150871\n"
-"1\n"
+"04060105.xhp\n"
+"par_id3145632\n"
+"36\n"
"help.text"
-msgid "Data field"
-msgstr "მონაცემთა ველი"
+msgid "<item type=\"input\">=AND(12<13;14>12;7<6)</item> returns FALSE."
+msgstr ""
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_id3154124\n"
-"16\n"
+"04060105.xhp\n"
+"par_id3149946\n"
+"60\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."
+msgid "<item type=\"input\">=AND (FALSE;TRUE)</item> returns FALSE."
msgstr ""
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"hd_id3152596\n"
-"2\n"
+"04060105.xhp\n"
+"bm_id3149015\n"
"help.text"
-msgid "Subtotals"
-msgstr "ქვეჯამები"
+msgid "<bookmark_value>FALSE function</bookmark_value>"
+msgstr "<bookmark_value>FALSE ფუნქცია</bookmark_value>"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_id3151113\n"
+"04060105.xhp\n"
+"hd_id3149015\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>"
+msgid "FALSE"
+msgstr "FALSE"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"hd_id3145366\n"
+"04060105.xhp\n"
+"par_id3149890\n"
"4\n"
"help.text"
-msgid "None"
-msgstr "არა"
+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."
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_id3152576\n"
+"04060105.xhp\n"
+"hd_id3146939\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>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"hd_id3154012\n"
+"04060105.xhp\n"
+"par_id3150030\n"
"6\n"
"help.text"
-msgid "Automatic"
-msgstr "ავტომატური"
+msgid "FALSE()"
+msgstr "FALSE()"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_id3155856\n"
+"04060105.xhp\n"
+"hd_id3150697\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>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"hd_id3155411\n"
+"04060105.xhp\n"
+"par_id3154842\n"
"8\n"
"help.text"
-msgid "User-defined"
-msgstr "მომხმარებლის მიერ განსაზღვრული"
+msgid "<item type=\"input\">=FALSE()</item> returns FALSE"
+msgstr ""
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_id3149581\n"
+"04060105.xhp\n"
+"par_id3147468\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>"
+msgid "<item type=\"input\">=NOT(FALSE())</item> returns TRUE"
msgstr ""
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"hd_id3147124\n"
-"10\n"
+"04060105.xhp\n"
+"bm_id3150141\n"
"help.text"
-msgid "Function"
-msgstr "ფუნქცია"
+msgid "<bookmark_value>IF function</bookmark_value>"
+msgstr "<bookmark_value>IF ფუნქცია</bookmark_value>"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_id3154490\n"
-"11\n"
+"04060105.xhp\n"
+"hd_id3150141\n"
+"48\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 ""
+msgid "IF"
+msgstr "IF"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"hd_id3154944\n"
-"14\n"
+"04060105.xhp\n"
+"par_id3148740\n"
+"49\n"
"help.text"
-msgid "Show elements without data"
-msgstr "ელემენტების მონაცემთა გარეშე ჩვენება"
+msgid "<ahelp hid=\"HID_FUNC_WENN\">Specifies a logical test to be performed.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_WENN\">საზღვრავს წარსადგენ ლოგიკურ ტესტს.</ahelp>"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_id3149403\n"
-"15\n"
+"04060105.xhp\n"
+"hd_id3153325\n"
+"50\n"
"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOTSUBT:CB_SHOWALL\">Includes empty columns and rows in the results table.</ahelp>"
-msgstr ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"hd_id3149122\n"
-"12\n"
+"04060105.xhp\n"
+"par_id3154558\n"
+"51\n"
"help.text"
-msgid "Name:"
-msgstr "სახელი:"
+msgid "IF(Test; ThenValue; OtherwiseValue)"
+msgstr "IF(ტესტი;შემდეგ_მნიშვნელობა;სხვაგვარად_მნისვნელობა)"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_id3150749\n"
-"13\n"
+"04060105.xhp\n"
+"par_id3149727\n"
+"52\n"
"help.text"
-msgid "Lists the name of the selected data field."
-msgstr "არჩეული მონაცემთა ველების სახელთა სია."
+msgid "<emph>Test</emph> is any value or expression that can be TRUE or FALSE."
+msgstr "<emph>ტესტი</emph> არის ნებისმიერი მნისვნელობა ან გამოსახულება რომელიც შეიძლება იყოს ჭეშმარიტი ან მცდარი."
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN106EC\n"
+"04060105.xhp\n"
+"par_id3155828\n"
+"53\n"
"help.text"
-msgid "More"
-msgstr "მეტი"
+msgid "<emph>ThenValue</emph> (optional) is the value that is returned if the logical test is TRUE."
+msgstr "<emph>მაშინ_მნიშვნელობა</emph> (არასავალდებულო) არის ლოგიკური ტესტი თუ TRUE არის, დაბრუნებული მნიშვნელობა."
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN106F0\n"
+"04060105.xhp\n"
+"par_id3154811\n"
+"54\n"
"help.text"
-msgid "<ahelp hid=\".\">Expands or reduces the dialog. The <emph>More</emph> button is visible for data fields only.</ahelp>"
-msgstr ""
+msgid "<emph>OtherwiseValue</emph> (optional) is the value that is returned if the logical test is FALSE."
+msgstr "<emph>სხვაგვარად_მნიშვნელობა</emph> (არასავალდებულო) არის ლოგიკური ტესტი თუ FALSE არის, დაბრუნებული მნიშვნელობა."
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN106F3\n"
+"04060105.xhp\n"
+"par_idN107FA\n"
"help.text"
-msgid "Options"
-msgstr "პარამეტრები"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN106F7\n"
+"04060105.xhp\n"
+"hd_id3149507\n"
+"55\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>"
+msgid "Examples"
+msgstr "მაგალითები"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN10708\n"
+"04060105.xhp\n"
+"par_id3150867\n"
+"57\n"
"help.text"
-msgid "If the dialog is expanded by the <emph>More</emph> button, the following items are added to the dialog:"
+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 ""
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN1070B\n"
-"help.text"
-msgid "Displayed value"
-msgstr "ასახული მნიშვნელობა"
-
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN1070F\n"
+"04060105.xhp\n"
+"bm_id3155954\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 ""
+msgid "<bookmark_value>NOT function</bookmark_value>"
+msgstr "<bookmark_value>NOT ფუნქცია</bookmark_value>"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN10712\n"
+"04060105.xhp\n"
+"hd_id3155954\n"
+"12\n"
"help.text"
-msgid "Type"
-msgstr "ტიპი"
+msgid "NOT"
+msgstr "NOT"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN10716\n"
+"04060105.xhp\n"
+"par_id3153570\n"
+"13\n"
"help.text"
-msgid "<ahelp hid=\"1495371266\">Select the type of calculating of the displayed value for the data field.</ahelp>"
+msgid "<ahelp hid=\"HID_FUNC_NICHT\">Complements (inverts) a logical value.</ahelp>"
msgstr ""
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN10724\n"
-"help.text"
-msgid "Type"
-msgstr "ტიპი"
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN1072A\n"
-"help.text"
-msgid "Displayed value"
-msgstr "ასახული მნიშვნელობა"
-
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN10731\n"
-"help.text"
-msgid "Normal"
-msgstr "ჩვეულებრივი"
-
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN10737\n"
+"04060105.xhp\n"
+"hd_id3147372\n"
+"14\n"
"help.text"
-msgid "Results are shown unchanged"
-msgstr "შედეგები უცვლელადაა ნაჩვენები"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN1073E\n"
+"04060105.xhp\n"
+"par_id3157996\n"
+"15\n"
"help.text"
-msgid "Difference from"
-msgstr "განსხვავება"
+msgid "NOT(LogicalValue)"
+msgstr "NOT(ლოგიკური მნიშვნელობა)"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN10744\n"
+"04060105.xhp\n"
+"par_id3148766\n"
+"16\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."
+msgid "<emph>LogicalValue</emph> is any value to be complemented."
msgstr ""
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN10747\n"
+"04060105.xhp\n"
+"hd_id3149884\n"
+"17\n"
"help.text"
-msgid "<emph>Named item</emph>"
-msgstr "<emph>დასახელებული ელემენტი</emph>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN1074C\n"
+"04060105.xhp\n"
+"par_id3150132\n"
+"18\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."
+msgid "<item type=\"input\">=NOT(A)</item>. If A=TRUE then NOT(A) will evaluate FALSE."
msgstr ""
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN1074F\n"
+"04060105.xhp\n"
+"bm_id3148394\n"
"help.text"
-msgid "<emph>Previous item or Next item</emph>"
-msgstr "<emph>წინა ელემენტი ან შემდეგი ელემენტი</emph>"
+msgid "<bookmark_value>OR function</bookmark_value>"
+msgstr "<bookmark_value>OR ფუნქცია</bookmark_value>"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN10754\n"
+"04060105.xhp\n"
+"hd_id3148394\n"
+"20\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 ""
+msgid "OR"
+msgstr "OR"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN1075B\n"
+"04060105.xhp\n"
+"par_id3156060\n"
+"61\n"
"help.text"
-msgid "% Of"
-msgstr "%"
+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> ეს ფუნქცია აბრუნებს მცდარ მნიშვნელობას; თუ ორიგე არგუმენტს აქვს ლოგიკური მნიშვნელობა მცდარი."
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN10761\n"
+"04060105.xhp\n"
+"par_id3148771\n"
+"62\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 ""
+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) რომლებიც შრიცავს ლოგიკურ მნიშვნელობას."
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN1076A\n"
+"04060105.xhp\n"
+"par_id3153546\n"
+"63\n"
"help.text"
-msgid "% Difference from"
-msgstr "% განსხვავება"
+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 "როდესაც ფუნქცია მოელის ცალ მნიშვნელობას, მაგრამ თქვენ შეგყავთ უჯრების დიაპაზონი, მაშინ მნიშვნელობა დიაპაზონიდან აიღება რომელიც იმავე რიგშია ან სვეტში სადაც ფორმულაა."
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN10770\n"
+"04060105.xhp\n"
+"par_id3149027\n"
+"64\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."
+msgid "If the entered range is outside of the current column or row of the formula, the function returns the error value #VALUE!"
msgstr ""
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN10777\n"
+"04060105.xhp\n"
+"hd_id3155517\n"
+"22\n"
"help.text"
-msgid "Running total in"
-msgstr ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN1077D\n"
+"04060105.xhp\n"
+"par_id3150468\n"
+"23\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 ""
+msgid "OR(LogicalValue1; LogicalValue2 ...LogicalValue30)"
+msgstr "OR(ლოგიკური მნიშვნელობა 1; ლოგიკური მნიშვნელობა 2 ...ლოგიკური მნიშვნელობა 30)"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN10780\n"
+"04060105.xhp\n"
+"par_id3155819\n"
+"24\n"
"help.text"
-msgid "Results are always summed, even if a different summary function was used to get each result."
+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 ""
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN10787\n"
-"help.text"
-msgid "% of row"
-msgstr "% რიგის"
-
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN1078D\n"
+"04060105.xhp\n"
+"hd_id3153228\n"
+"25\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 ""
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN10794\n"
+"04060105.xhp\n"
+"par_id3154870\n"
+"26\n"
"help.text"
-msgid "% of column"
-msgstr "% სვეტის"
+msgid "The logical values of entries 12<11; 13>22, and 45=45 are to be checked."
+msgstr "12<11; 13>22, და 45=45 ჩანაწერების ლოგიკური მნიშვნელობაა შესამოწმებელი."
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN1079A\n"
+"04060105.xhp\n"
+"par_id3155371\n"
+"27\n"
"help.text"
-msgid "Same as \"% of row\", but the total for the result's column is used."
+msgid "<item type=\"input\">=OR(12<11;13>22;45=45)</item> returns TRUE."
msgstr ""
-#: 12090105.xhp
-msgctxt ""
-"12090105.xhp\n"
-"par_idN107A1\n"
-"help.text"
-msgid "% of total"
-msgstr "% მთელიდან"
-
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN107A7\n"
+"04060105.xhp\n"
+"par_id3158412\n"
+"59\n"
"help.text"
-msgid "Same as \"% of row\", but the grand total for the result's data field is used."
+msgid "<item type=\"input\">=OR(FALSE;TRUE)</item> returns TRUE."
msgstr ""
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN107AE\n"
+"04060105.xhp\n"
+"bm_id3156256\n"
"help.text"
-msgid "Index"
-msgstr "ინდექსი"
+msgid "<bookmark_value>TRUE function</bookmark_value>"
+msgstr "<bookmark_value>TRUE ფუნქცია</bookmark_value>"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN107B4\n"
+"04060105.xhp\n"
+"hd_id3156256\n"
+"38\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 ""
+msgid "TRUE"
+msgstr "TRUE"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN107B7\n"
+"04060105.xhp\n"
+"par_id3155985\n"
+"39\n"
"help.text"
-msgid "( original result * grand total ) / ( row total * column total )"
-msgstr "( თავდაპირველი შედეგი * უდიდესი ჯამი ) / ( რიგი სულ * სვეტი სულ )"
+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."
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN107BA\n"
+"04060105.xhp\n"
+"hd_id3153717\n"
+"40\n"
"help.text"
-msgid "Base field"
-msgstr "ფუძის ველი"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN107BE\n"
+"04060105.xhp\n"
+"par_id3152590\n"
+"41\n"
"help.text"
-msgid "<ahelp hid=\"1495371267\">Select the field from which the respective value is taken as base for the calculation.</ahelp>"
-msgstr ""
+msgid "TRUE()"
+msgstr "TRUE()"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN107C1\n"
+"04060105.xhp\n"
+"hd_id3147175\n"
+"42\n"
"help.text"
-msgid "Base item"
-msgstr "ფუძის ელემენტი"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090105.xhp
+#: 04060105.xhp
msgctxt ""
-"12090105.xhp\n"
-"par_idN107C5\n"
+"04060105.xhp\n"
+"par_id3146148\n"
+"43\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>"
+msgid "If A=TRUE and B=FALSE the following examples appear:"
msgstr ""
-#: 02150000.xhp
-msgctxt ""
-"02150000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Deleting Contents"
-msgstr "შიგთავის წაშლა"
-
-#: 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
-msgctxt ""
-"02150000.xhp\n"
-"hd_id3143284\n"
-"1\n"
-"help.text"
-msgid "Deleting Contents"
-msgstr "შიგთავის წაშლა"
-
-#: 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
+#: 04060105.xhp
msgctxt ""
-"02150000.xhp\n"
-"par_id3159154\n"
-"21\n"
+"04060105.xhp\n"
+"par_id3083285\n"
+"44\n"
"help.text"
-msgid "This dialog is also called by pressing Backspace after the cell cursor has been activated on the sheet."
+msgid "<item type=\"input\">=AND(A;B)</item> returns FALSE"
msgstr ""
-#: 02150000.xhp
+#: 04060105.xhp
msgctxt ""
-"02150000.xhp\n"
-"par_id3145367\n"
-"22\n"
+"04060105.xhp\n"
+"par_id3083444\n"
+"45\n"
"help.text"
-msgid "Pressing Delete deletes content without calling the dialog or changing formats."
+msgid "<item type=\"input\">=OR(A;B)</item> returns TRUE"
msgstr ""
-#: 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
-msgctxt ""
-"02150000.xhp\n"
-"hd_id3148575\n"
-"3\n"
-"help.text"
-msgid "Selection"
-msgstr "მონიშვნა"
-
-#: 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
-msgctxt ""
-"02150000.xhp\n"
-"hd_id3146975\n"
-"5\n"
-"help.text"
-msgid "Delete All"
-msgstr "ყველაფრის წაშლა"
-
-#: 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
-msgctxt ""
-"02150000.xhp\n"
-"hd_id3156286\n"
-"7\n"
-"help.text"
-msgid "Text"
-msgstr "შემდეგი"
-
-#: 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
+#: 04060105.xhp
msgctxt ""
-"02150000.xhp\n"
-"hd_id3153840\n"
-"9\n"
+"04060105.xhp\n"
+"par_id3154314\n"
+"46\n"
"help.text"
-msgid "Numbers"
-msgstr "რიცხვები"
+msgid "<item type=\"input\">=NOT(AND(A;B))</item> returns TRUE"
+msgstr ""
-#: 02150000.xhp
+#: 04060106.xhp
msgctxt ""
-"02150000.xhp\n"
-"par_id3148405\n"
-"10\n"
+"04060106.xhp\n"
+"tit\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>"
+msgid "Mathematical Functions"
+msgstr "მათემატიკური ფუნქციები"
-#: 02150000.xhp
+#: 04060106.xhp
msgctxt ""
-"02150000.xhp\n"
-"hd_id3155764\n"
-"11\n"
+"04060106.xhp\n"
+"bm_id3147124\n"
"help.text"
-msgid "Date & time"
-msgstr "თარიღი და დრო"
+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 ""
-#: 02150000.xhp
+#: 04060106.xhp
msgctxt ""
-"02150000.xhp\n"
-"par_id3149567\n"
-"12\n"
+"04060106.xhp\n"
+"hd_id3147124\n"
+"1\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>"
+msgid "Mathematical Functions"
+msgstr "მათემატიკური ფუნქციები"
-#: 02150000.xhp
+#: 04060106.xhp
msgctxt ""
-"02150000.xhp\n"
-"hd_id3154703\n"
-"13\n"
+"04060106.xhp\n"
+"par_id3154943\n"
+"2\n"
"help.text"
-msgid "Formulas"
-msgstr "ფორმულები"
+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>."
-#: 02150000.xhp
+#: 04060106.xhp
msgctxt ""
-"02150000.xhp\n"
-"par_id3148485\n"
-"14\n"
+"04060106.xhp\n"
+"bm_id3146944\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>"
+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>"
-#: 02150000.xhp
+#: 04060106.xhp
msgctxt ""
-"02150000.xhp\n"
-"hd_id3150300\n"
-"15\n"
+"04060106.xhp\n"
+"hd_id3146944\n"
+"33\n"
"help.text"
-msgid "Comments"
-msgstr "კომენტარი"
+msgid "ABS"
+msgstr "ABS"
-#: 02150000.xhp
+#: 04060106.xhp
msgctxt ""
-"02150000.xhp\n"
-"par_id3154658\n"
-"16\n"
+"04060106.xhp\n"
+"par_id3154546\n"
+"34\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>"
+msgid "<ahelp hid=\"HID_FUNC_ABS\">Returns the absolute value of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ABS\">აბრუნებს რიცხვის აბსოლუტურ მნიშვნელობას.</ahelp>"
-#: 02150000.xhp
+#: 04060106.xhp
msgctxt ""
-"02150000.xhp\n"
-"hd_id3155112\n"
-"17\n"
+"04060106.xhp\n"
+"hd_id3154843\n"
+"35\n"
"help.text"
-msgid "Formats"
-msgstr "ფორმატები"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 02150000.xhp
+#: 04060106.xhp
msgctxt ""
-"02150000.xhp\n"
-"par_id3146134\n"
-"18\n"
+"04060106.xhp\n"
+"par_id3147475\n"
+"36\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>"
+msgid "ABS(Number)"
+msgstr "ABS(რიცხვი)"
-#: 02150000.xhp
+#: 04060106.xhp
msgctxt ""
-"02150000.xhp\n"
-"hd_id3150088\n"
-"19\n"
+"04060106.xhp\n"
+"par_id3148438\n"
+"37\n"
"help.text"
-msgid "Objects"
-msgstr "ობიექტები"
+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 ""
-#: 02150000.xhp
+#: 04060106.xhp
msgctxt ""
-"02150000.xhp\n"
-"par_id3152990\n"
-"20\n"
+"04060106.xhp\n"
+"hd_id3155823\n"
+"38\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>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12080400.xhp
+#: 04060106.xhp
msgctxt ""
-"12080400.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"par_id3152787\n"
+"39\n"
"help.text"
-msgid "Ungroup"
-msgstr "განცალკევება"
+msgid "<item type=\"input\">=ABS(-56)</item> returns 56."
+msgstr ""
-#: 12080400.xhp
+#: 04060106.xhp
msgctxt ""
-"12080400.xhp\n"
-"hd_id3148492\n"
-"1\n"
+"04060106.xhp\n"
+"par_id3148752\n"
+"40\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>"
+msgid "<item type=\"input\">=ABS(12)</item> returns 12."
+msgstr ""
-#: 12080400.xhp
+#: 04060106.xhp
msgctxt ""
-"12080400.xhp\n"
-"par_id3151384\n"
-"2\n"
+"04060106.xhp\n"
+"par_id320139\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>"
+msgid "<item type=\"input\">=ABS(0)</item> returns 0."
msgstr ""
-#: 12080400.xhp
+#: 04060106.xhp
msgctxt ""
-"12080400.xhp\n"
-"hd_id3151210\n"
-"3\n"
+"04060106.xhp\n"
+"bm_id3150896\n"
"help.text"
-msgid "Deactivate for"
-msgstr "დეაქტივიზაცია"
+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>"
-#: 12080400.xhp
+#: 04060106.xhp
msgctxt ""
-"12080400.xhp\n"
-"hd_id3156280\n"
-"5\n"
+"04060106.xhp\n"
+"hd_id3150896\n"
+"42\n"
"help.text"
-msgid "Rows"
-msgstr "რიგები"
+msgid "COUNTBLANK"
+msgstr "COUNTBLANK"
-#: 12080400.xhp
+#: 04060106.xhp
msgctxt ""
-"12080400.xhp\n"
-"par_id3125864\n"
-"6\n"
+"04060106.xhp\n"
+"par_id3155260\n"
+"43\n"
"help.text"
-msgid "Removes selected rows from a group."
-msgstr "ჯგუფიდან ამოიღებს მონიშნულ რიგებს."
+msgid "<ahelp hid=\"HID_FUNC_ANZAHLLEEREZELLEN\">Returns the number of empty cells.</ahelp>"
+msgstr ""
-#: 12080400.xhp
+#: 04060106.xhp
msgctxt ""
-"12080400.xhp\n"
-"hd_id3147230\n"
-"7\n"
+"04060106.xhp\n"
+"hd_id3145144\n"
+"44\n"
"help.text"
-msgid "Columns"
-msgstr "სვეტები"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12080400.xhp
+#: 04060106.xhp
msgctxt ""
-"12080400.xhp\n"
-"par_id3154685\n"
-"8\n"
+"04060106.xhp\n"
+"par_id3153931\n"
+"45\n"
"help.text"
-msgid "Removes selected columns from a group."
-msgstr "ჯგუფიდან ამოიღებს მონიშნულ სვეტებს."
+msgid "COUNTBLANK(Range)"
+msgstr "COUNTBLANK(დიაპაზონი)"
-#: 07090000.xhp
+#: 04060106.xhp
msgctxt ""
-"07090000.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"par_id3149512\n"
+"46\n"
"help.text"
-msgid "Freeze"
-msgstr "გაყინვა"
+msgid "Returns the number of empty cells in the cell range <emph>Range</emph>."
+msgstr ""
-#: 07090000.xhp
+#: 04060106.xhp
msgctxt ""
-"07090000.xhp\n"
-"hd_id3150517\n"
-"1\n"
+"04060106.xhp\n"
+"hd_id3146139\n"
+"47\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>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 07090000.xhp
+#: 04060106.xhp
msgctxt ""
-"07090000.xhp\n"
-"par_id3156289\n"
-"2\n"
+"04060106.xhp\n"
+"par_id3148586\n"
+"48\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>"
+msgid "<item type=\"input\">=COUNTBLANK(A1:B2)</item> returns 4 if cells A1, A2, B1, and B2 are all empty."
msgstr ""
-#: 12050000.xhp
-msgctxt ""
-"12050000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Subtotals"
-msgstr "ქვეჯამები"
-
-#: 12050000.xhp
+#: 04060106.xhp
msgctxt ""
-"12050000.xhp\n"
-"hd_id3153822\n"
-"1\n"
+"04060106.xhp\n"
+"bm_id3153114\n"
"help.text"
-msgid "Subtotals"
-msgstr "ქვეჯამები"
+msgid "<bookmark_value>ACOS function</bookmark_value>"
+msgstr "<bookmark_value>ACOS ფუნქცია</bookmark_value>"
-#: 12050000.xhp
+#: 04060106.xhp
msgctxt ""
-"12050000.xhp\n"
-"par_id3145119\n"
-"2\n"
+"04060106.xhp\n"
+"hd_id3153114\n"
+"50\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 ""
+msgid "ACOS"
+msgstr "ACOS"
-#: 12050000.xhp
+#: 04060106.xhp
msgctxt ""
-"12050000.xhp\n"
-"par_id3153896\n"
-"3\n"
+"04060106.xhp\n"
+"par_id3145163\n"
+"51\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 ""
+msgid "<ahelp hid=\"HID_FUNC_ARCCOS\">Returns the inverse trigonometric cosine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCCOS\">აბრუნებს რიცხვის შებრუნებულ ტრიგონომეტრიულ კოსინუსს.</ahelp>"
-#: 12050000.xhp
+#: 04060106.xhp
msgctxt ""
-"12050000.xhp\n"
-"hd_id3163708\n"
-"4\n"
+"04060106.xhp\n"
+"hd_id3153565\n"
+"52\n"
"help.text"
-msgid "Delete"
-msgstr "წაშლა"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12050000.xhp
+#: 04060106.xhp
msgctxt ""
-"12050000.xhp\n"
-"par_id3154125\n"
-"5\n"
+"04060106.xhp\n"
+"par_id3150020\n"
+"53\n"
"help.text"
-msgid "Deletes the subtotal rows in the selected area."
-msgstr "მონიშნულ არეში შლის ქვეჯამების რიგებს."
+msgid "ACOS(Number)"
+msgstr "ACOS(რიცხვი)"
-#: 06030800.xhp
+#: 04060106.xhp
msgctxt ""
-"06030800.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"par_id3159134\n"
+"54\n"
"help.text"
-msgid "Mark Invalid Data"
-msgstr "არასწორი მონაცემების მონიშვნა"
+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 ""
-#: 06030800.xhp
+#: 04060106.xhp
msgctxt ""
-"06030800.xhp\n"
-"bm_id3153821\n"
+"04060106.xhp\n"
+"par_id679647\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>"
+msgid "To return the angle in degrees, use the DEGREES function."
msgstr ""
-#: 06030800.xhp
+#: 04060106.xhp
msgctxt ""
-"06030800.xhp\n"
-"hd_id3153821\n"
-"1\n"
+"04060106.xhp\n"
+"hd_id3149882\n"
+"55\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>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 06030800.xhp
+#: 04060106.xhp
msgctxt ""
-"06030800.xhp\n"
-"par_id3147264\n"
-"2\n"
+"04060106.xhp\n"
+"par_id3150128\n"
+"56\n"
"help.text"
-msgid "<ahelp hid=\".uno:ShowInvalid\" visibility=\"visible\">Marks all cells in the sheet that contain values outside the validation rules.</ahelp>"
+msgid "<item type=\"input\">=ACOS(-1)</item> returns 3.14159265358979 (PI radians)"
msgstr ""
-#: 06030800.xhp
+#: 04060106.xhp
msgctxt ""
-"06030800.xhp\n"
-"par_id3151211\n"
-"3\n"
+"04060106.xhp\n"
+"par_id8792382\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."
+msgid "<item type=\"input\">=DEGREES(ACOS(0.5))</item> returns 60. The cosine of 60 degrees is 0.5."
msgstr ""
-#: func_eastersunday.xhp
-msgctxt ""
-"func_eastersunday.xhp\n"
-"tit\n"
-"help.text"
-msgid "EASTERSUNDAY"
-msgstr "EASTERSUNDAY"
-
-#: func_eastersunday.xhp
+#: 04060106.xhp
msgctxt ""
-"func_eastersunday.xhp\n"
-"bm_id3152960\n"
+"04060106.xhp\n"
+"bm_id3145355\n"
"help.text"
-msgid "<bookmark_value>EASTERSUNDAY function</bookmark_value>"
-msgstr "<bookmark_value>EASTERSUNDAY ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>ACOSH function</bookmark_value>"
+msgstr "<bookmark_value>ACOSH ფუნქცია</bookmark_value>"
-#: func_eastersunday.xhp
+#: 04060106.xhp
msgctxt ""
-"func_eastersunday.xhp\n"
-"hd_id3152960\n"
-"175\n"
+"04060106.xhp\n"
+"hd_id3145355\n"
+"60\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>"
+msgid "ACOSH"
+msgstr "ACOSH"
-#: func_eastersunday.xhp
+#: 04060106.xhp
msgctxt ""
-"func_eastersunday.xhp\n"
-"par_id3154570\n"
-"176\n"
+"04060106.xhp\n"
+"par_id3157993\n"
+"61\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_OSTERSONNTAG\">Returns the date of Easter Sunday for the entered year.</ahelp>"
-msgstr ""
+msgid "<ahelp hid=\"HID_FUNC_ARCOSHYP\">Returns the inverse hyperbolic cosine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCOSHYP\">აბრუნებს რიცხვის შებრუნებულ ჰიპერბოლურ კოსინუსს.</ahelp>"
-#: func_eastersunday.xhp
+#: 04060106.xhp
msgctxt ""
-"func_eastersunday.xhp\n"
-"hd_id9460127\n"
+"04060106.xhp\n"
+"hd_id3145295\n"
+"62\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_eastersunday.xhp
+#: 04060106.xhp
msgctxt ""
-"func_eastersunday.xhp\n"
-"par_id2113711\n"
+"04060106.xhp\n"
+"par_id3151017\n"
+"63\n"
"help.text"
-msgid "EASTERSUNDAY(Year)"
-msgstr ""
+msgid "ACOSH(Number)"
+msgstr "ACOSH(რიცხვი)"
-#: func_eastersunday.xhp
+#: 04060106.xhp
msgctxt ""
-"func_eastersunday.xhp\n"
-"par_id3938413\n"
+"04060106.xhp\n"
+"par_id3149000\n"
+"64\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."
+msgid "This function returns the inverse hyperbolic cosine of <emph>Number</emph>, that is the number whose hyperbolic cosine is Number."
msgstr ""
-#: func_eastersunday.xhp
-msgctxt ""
-"func_eastersunday.xhp\n"
-"par_id3156156\n"
-"177\n"
-"help.text"
-msgid "Easter Monday = EASTERSUNDAY(Year) + 1"
-msgstr "სააღდგომო ორშაბათი = EASTERSUNDAY() + 1"
-
-#: func_eastersunday.xhp
-msgctxt ""
-"func_eastersunday.xhp\n"
-"par_id3147521\n"
-"178\n"
-"help.text"
-msgid "Good Friday = EASTERSUNDAY(Year) - 2"
-msgstr "წითელი პარასკევი EASTERSUNDAY() - 2"
-
-#: func_eastersunday.xhp
-msgctxt ""
-"func_eastersunday.xhp\n"
-"par_id3146072\n"
-"179\n"
-"help.text"
-msgid "Pentecost Sunday = EASTERSUNDAY(Year) + 49"
-msgstr "სამების კვირა = EASTERSUNDAY() + 49"
-
-#: func_eastersunday.xhp
+#: 04060106.xhp
msgctxt ""
-"func_eastersunday.xhp\n"
-"par_id3149553\n"
-"180\n"
+"04060106.xhp\n"
+"par_id6393932\n"
"help.text"
-msgid "Pentecost Monday = EASTERSUNDAY(Year) + 50"
-msgstr "სამების ორშაბათი EASTERSUNDAY() + 50"
+msgid "Number must be greater than or equal to 1."
+msgstr ""
-#: func_eastersunday.xhp
+#: 04060106.xhp
msgctxt ""
-"func_eastersunday.xhp\n"
-"hd_id3155120\n"
-"181\n"
+"04060106.xhp\n"
+"hd_id3150566\n"
+"65\n"
"help.text"
-msgid "Examples"
-msgstr "მაგალითები"
+msgid "Example"
+msgstr "მაგალითი"
-#: func_eastersunday.xhp
+#: 04060106.xhp
msgctxt ""
-"func_eastersunday.xhp\n"
-"par_id3154472\n"
-"182\n"
+"04060106.xhp\n"
+"par_id3145629\n"
+"66\n"
"help.text"
-msgid "=EASTERSUNDAY(2000) returns 2000-04-23."
+msgid "<item type=\"input\">=ACOSH(1)</item> returns 0."
msgstr ""
-#: func_eastersunday.xhp
+#: 04060106.xhp
msgctxt ""
-"func_eastersunday.xhp\n"
-"par_id3150940\n"
-"184\n"
+"04060106.xhp\n"
+"par_id951567\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."
+msgid "<item type=\"input\">=ACOSH(COSH(4))</item> returns 4."
msgstr ""
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"bm_id3149027\n"
"help.text"
-msgid "Navigator"
-msgstr "ნავიგატორი"
+msgid "<bookmark_value>ACOT function</bookmark_value>"
+msgstr "<bookmark_value>ACOT ფუნქცია</bookmark_value>"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"bm_id3150791\n"
+"04060106.xhp\n"
+"hd_id3149027\n"
+"70\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>"
+msgid "ACOT"
+msgstr "ACOT"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"hd_id3150791\n"
-"1\n"
+"04060106.xhp\n"
+"par_id3155818\n"
+"71\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>"
+msgid "<ahelp hid=\"HID_FUNC_ARCCOT\">Returns the inverse cotangent (the arccotangent) of the given number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCOTHYP\">აბრუნებს მოცემული რიცხვის შებრუნებულ ჰიპერბოლურ კოტანგენსს.</ahelp>"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3156422\n"
-"2\n"
+"04060106.xhp\n"
+"hd_id3153225\n"
+"72\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>."
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3145271\n"
-"40\n"
+"04060106.xhp\n"
+"par_id3158419\n"
+"73\n"
"help.text"
-msgid "Choose <emph>View - Navigator</emph> to display the Navigator."
-msgstr "ამოირჩიეთ <emph>რედაქტირება - ნავიგატორი</emph> გამოაჩინე ნავიგატორი."
+msgid "ACOT(Number)"
+msgstr "ACOT(რიცხვი)"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"hd_id3159155\n"
-"4\n"
+"04060106.xhp\n"
+"par_id3154948\n"
+"74\n"
"help.text"
-msgid "Column"
-msgstr "სვეტი"
+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 ""
-#: 02110000.xhp
-#, fuzzy
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3146984\n"
-"5\n"
+"04060106.xhp\n"
+"par_id5834528\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>"
+msgid "To return the angle in degrees, use the DEGREES function."
+msgstr ""
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"hd_id3147126\n"
-"6\n"
+"04060106.xhp\n"
+"hd_id3147538\n"
+"75\n"
"help.text"
-msgid "Row"
-msgstr "რიგი"
+msgid "Example"
+msgstr "მაგალითი"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3149958\n"
-"7\n"
+"04060106.xhp\n"
+"par_id3155375\n"
+"76\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>"
+msgid "<item type=\"input\">=ACOT(1)</item> returns 0.785398163397448 (PI/4 radians)."
+msgstr ""
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"hd_id3150717\n"
-"8\n"
+"04060106.xhp\n"
+"par_id8589434\n"
"help.text"
-msgid "Data Range"
-msgstr "მონაცემთა დიაპაზონი"
+msgid "<item type=\"input\">=DEGREES(ACOT(1))</item> returns 45. The tangent of 45 degrees is 1."
+msgstr ""
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3150752\n"
-"10\n"
+"04060106.xhp\n"
+"bm_id3148426\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>"
+msgid "<bookmark_value>ACOTH function</bookmark_value>"
+msgstr "<bookmark_value>ACOTH ფუნქცია</bookmark_value>"
-#: 02110000.xhp
-#, fuzzy
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3159264\n"
+"04060106.xhp\n"
+"hd_id3148426\n"
+"80\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>"
+msgid "ACOTH"
+msgstr "ACOTH"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3146919\n"
-"9\n"
+"04060106.xhp\n"
+"par_id3147478\n"
+"81\n"
"help.text"
-msgid "Data Range"
-msgstr "მონაცემთა დიაპაზონი"
+msgid "<ahelp hid=\"HID_FUNC_ARCOTHYP\">Returns the inverse hyperbolic cotangent of the given number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCOTHYP\">აბრუნებს მოცემული რიცხვის შებრუნებულ ჰიპერბოლურ კოტანგენსს.</ahelp>"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"hd_id3148488\n"
-"14\n"
+"04060106.xhp\n"
+"hd_id3152585\n"
+"82\n"
"help.text"
-msgid "Start"
-msgstr "დაწყება"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3150086\n"
-"16\n"
+"04060106.xhp\n"
+"par_id3147172\n"
+"83\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>"
+msgid "ACOTH(Number)"
+msgstr "ACOTH(რიცხვი)"
-#: 02110000.xhp
-#, fuzzy
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3152994\n"
+"04060106.xhp\n"
+"par_id3146155\n"
+"84\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>"
+msgid "This function returns the inverse hyperbolic cotangent of <emph>Number</emph>, that is the number whose hyperbolic cotangent is Number."
+msgstr ""
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3154372\n"
-"15\n"
+"04060106.xhp\n"
+"par_id5818659\n"
"help.text"
-msgid "Start"
-msgstr "დაწყება"
+msgid "An error results if Number is between -1 and 1 inclusive."
+msgstr ""
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"hd_id3146982\n"
-"17\n"
+"04060106.xhp\n"
+"hd_id3083452\n"
+"85\n"
"help.text"
-msgid "End"
-msgstr "დასრულება"
+msgid "Example"
+msgstr "მაგალითი"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3152985\n"
-"19\n"
+"04060106.xhp\n"
+"par_id3150608\n"
+"86\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>"
+msgid "<item type=\"input\">=ACOTH(1.1)</item> returns inverse hyperbolic cotangent of 1.1, approximately 1.52226."
+msgstr ""
-#: 02110000.xhp
-#, fuzzy
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3159170\n"
+"04060106.xhp\n"
+"bm_id3145084\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>"
+msgid "<bookmark_value>ASIN function</bookmark_value>"
+msgstr "<bookmark_value>ASIN ფუნქცია</bookmark_value>"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3147072\n"
-"18\n"
+"04060106.xhp\n"
+"hd_id3145084\n"
+"90\n"
"help.text"
-msgid "End"
-msgstr "დასრულება"
+msgid "ASIN"
+msgstr "ASIN"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"hd_id3150107\n"
-"20\n"
+"04060106.xhp\n"
+"par_id3156296\n"
+"91\n"
"help.text"
-msgid "Toggle"
-msgstr "გადართვა"
+msgid "<ahelp hid=\"HID_FUNC_ARCSIN\">Returns the inverse trigonometric sine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCSIN\">აბრუნებს რიცხვის შებრუნებულ ტრიგონომეტრიულ სინუსს.</ahelp>"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3159098\n"
-"22\n"
+"04060106.xhp\n"
+"hd_id3149716\n"
+"92\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> დააწკაპეთ ხატულაზე ელემენტების ხედვის აღსადგენად."
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 02110000.xhp
-#, fuzzy
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3152869\n"
+"04060106.xhp\n"
+"par_id3156305\n"
+"93\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>"
+msgid "ASIN(Number)"
+msgstr "ASIN (რიცხვი)"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3159229\n"
-"21\n"
+"04060106.xhp\n"
+"par_id3150964\n"
+"94\n"
"help.text"
-msgid "Toggle"
-msgstr "გადართვა"
+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 ""
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"hd_id3149381\n"
-"11\n"
+"04060106.xhp\n"
+"par_id203863\n"
"help.text"
-msgid "Contents"
-msgstr "შიგთავსი"
+msgid "To return the angle in degrees, use the DEGREES function."
+msgstr ""
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3150051\n"
-"13\n"
+"04060106.xhp\n"
+"hd_id3149448\n"
+"95\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>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 02110000.xhp
-#, fuzzy
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3155597\n"
+"04060106.xhp\n"
+"par_id3156100\n"
+"96\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>"
+msgid "<item type=\"input\">=ASIN(0)</item> returns 0."
+msgstr ""
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3150955\n"
-"12\n"
+"04060106.xhp\n"
+"par_id6853846\n"
"help.text"
-msgid "Contents"
-msgstr "შიგთავსი"
+msgid "<item type=\"input\">=ASIN(1)</item> returns 1.5707963267949 (PI/2 radians)."
+msgstr ""
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"hd_id3147244\n"
-"23\n"
+"04060106.xhp\n"
+"par_id8772240\n"
"help.text"
-msgid "Scenarios"
-msgstr "სცენარები"
+msgid "<item type=\"input\">=DEGREES(ASIN(0.5))</item> returns 30. The sine of 30 degrees is 0.5."
+msgstr ""
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3153955\n"
-"25\n"
+"04060106.xhp\n"
+"bm_id3151266\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>."
+msgid "<bookmark_value>ASINH function</bookmark_value>"
+msgstr "<bookmark_value>ASINH ფუნქცია</bookmark_value>"
-#: 02110000.xhp
-#, fuzzy
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3148745\n"
+"04060106.xhp\n"
+"hd_id3151266\n"
+"100\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>"
+msgid "ASINH"
+msgstr "ASINH"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3166466\n"
-"24\n"
+"04060106.xhp\n"
+"par_id3147077\n"
+"101\n"
"help.text"
-msgid "Scenarios"
-msgstr "სცენარები"
+msgid "<ahelp hid=\"HID_FUNC_ARSINHYP\">Returns the inverse hyperbolic sine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARSINHYP\">აბრუნებს რიცხვის შებრუნებულ ჰიპერბოლურ სინუსს.</ahelp>"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_idN10A6C\n"
+"04060106.xhp\n"
+"hd_id3150763\n"
+"102\n"
"help.text"
-msgid "If the Navigator displays scenarios, you can access the following commands when you right-click a scenario entry:"
-msgstr "თუ ნავიგატორი აჩვენებს სცენარებს, მაჯვენა დაწკაპების მეშვეობით სცენარზე თქვენთვის მისაწვდომი იქნება შემდგომი ბრძანებები:"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_idN10A77\n"
+"04060106.xhp\n"
+"par_id3150882\n"
+"103\n"
"help.text"
-msgid "Delete"
-msgstr "წაშლა"
+msgid "ASINH(Number)"
+msgstr "ASINH(რიცხვი)"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_idN10A7B\n"
+"04060106.xhp\n"
+"par_id3147621\n"
+"104\n"
"help.text"
-msgid "<ahelp hid=\"HID_SC_SCENARIO_DELETE\">Deletes the selected scenario.</ahelp>"
-msgstr "<ahelp hid=\"HID_SC_SCENARIO_DELETE\">ამ მონიშნული სცენარების წაშლა.</ahelp>"
+msgid "This function returns the inverse hyperbolic sine of <emph>Number</emph>, that is the number whose hyperbolic sine is Number."
+msgstr ""
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_idN10A92\n"
+"04060106.xhp\n"
+"hd_id3153212\n"
+"105\n"
"help.text"
-msgid "Properties"
-msgstr "თვისებები"
+msgid "Example"
+msgstr "მაგალითი"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_idN10A96\n"
+"04060106.xhp\n"
+"par_id3156120\n"
+"106\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>"
+msgid "<item type=\"input\">=ASINH(-90)</item> returns approximately -5.1929877."
+msgstr ""
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"hd_id3150037\n"
-"26\n"
+"04060106.xhp\n"
+"par_id4808496\n"
"help.text"
-msgid "Drag Mode"
-msgstr "გადათრევის რეჟიმი"
+msgid "<item type=\"input\">=ASINH(SINH(4))</item> returns 4."
+msgstr ""
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3157876\n"
-"28\n"
+"04060106.xhp\n"
+"bm_id3155996\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>"
+msgid "<bookmark_value>ATAN function</bookmark_value>"
+msgstr "<bookmark_value>ATAN ფუნქცია</bookmark_value>"
-#: 02110000.xhp
-#, fuzzy
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3149947\n"
+"04060106.xhp\n"
+"hd_id3155996\n"
+"110\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>"
+msgid "ATAN"
+msgstr "ATAN"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3150656\n"
-"27\n"
+"04060106.xhp\n"
+"par_id3149985\n"
+"111\n"
"help.text"
-msgid "Drag Mode"
-msgstr "გადათრევის რეჟიმი"
+msgid "<ahelp hid=\"HID_FUNC_ARCTAN\">Returns the inverse trigonometric tangent of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCTAN\">აბრუნებს რიცხვის შებრუნებულ ტრიგონომეტრიულ ტანგენსს.</ahelp>"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"hd_id3149009\n"
-"29\n"
+"04060106.xhp\n"
+"hd_id3151294\n"
+"112\n"
"help.text"
-msgid "Insert as Hyperlink"
-msgstr "ჩასვი როგორც ჰიპერბმული"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3146938\n"
-"30\n"
+"04060106.xhp\n"
+"par_id3150261\n"
+"113\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> შემდგომში თქვენ შეგიძლიათ დააწკაპოთ და ნახოთ შესაბამისი ობიექტი."
+msgid "ATAN(Number)"
+msgstr "ATAN(რიცხვი)"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3880733\n"
+"04060106.xhp\n"
+"par_id3147267\n"
+"114\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 "თუ თქვენ ჩავსვით ჰიპერბმული გახსნილ დოკუმენტში, მაშინ მისი გამოყენებამდე უნდა შეინახოთ ეს დოკუმენტი."
+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 ""
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"hd_id3154682\n"
-"31\n"
+"04060106.xhp\n"
+"par_id6293527\n"
"help.text"
-msgid "Insert as Link"
-msgstr "ჩასვი როგორც კავშირი"
+msgid "To return the angle in degrees, use the DEGREES function."
+msgstr ""
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3150746\n"
-"32\n"
+"04060106.xhp\n"
+"hd_id3154054\n"
+"115\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>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"hd_id3145824\n"
-"33\n"
+"04060106.xhp\n"
+"par_id3143229\n"
+"116\n"
"help.text"
-msgid "Insert as Copy"
-msgstr "ჩასვი როგორც ასლი"
+msgid "<item type=\"input\">=ATAN(1)</item> returns 0.785398163397448 (PI/4 radians)."
+msgstr ""
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3147471\n"
-"34\n"
+"04060106.xhp\n"
+"par_id8746299\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>"
+msgid "<item type=\"input\">=DEGREES(ATAN(1))</item> returns 45. The tangent of 45 degrees is 1."
+msgstr ""
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"hd_id3147423\n"
-"38\n"
+"04060106.xhp\n"
+"bm_id3153983\n"
"help.text"
-msgid "Objects"
-msgstr "ობიექტები"
+msgid "<bookmark_value>ATAN2 function</bookmark_value>"
+msgstr "<bookmark_value>ATAN2 ფუნქცია</bookmark_value>"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3150700\n"
-"39\n"
+"04060106.xhp\n"
+"hd_id3153983\n"
+"120\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>"
+msgid "ATAN2"
+msgstr "ATAN2"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"hd_id3150860\n"
-"35\n"
+"04060106.xhp\n"
+"par_id3154297\n"
+"121\n"
"help.text"
-msgid "Documents"
-msgstr "დოკუმენტები"
+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>"
-#: 02110000.xhp
+#: 04060106.xhp
msgctxt ""
-"02110000.xhp\n"
-"par_id3153929\n"
-"36\n"
+"04060106.xhp\n"
+"hd_id3149758\n"
+"122\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>."
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04080000.xhp
+#: 04060106.xhp
msgctxt ""
-"04080000.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"par_id3156013\n"
+"123\n"
"help.text"
-msgid "Function List"
-msgstr "ფუნქციების სია"
+msgid "ATAN2(NumberX; NumberY)"
+msgstr ""
-#: 04080000.xhp
+#: 04060106.xhp
msgctxt ""
-"04080000.xhp\n"
-"bm_id3154126\n"
+"04060106.xhp\n"
+"par_id3151168\n"
+"124\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>"
+msgid "<emph>NumberX</emph> is the value of the x coordinate."
+msgstr "<emph>რიცხვი</emph> ფუნქციის მნიშვნელობა."
-#: 04080000.xhp
+#: 04060106.xhp
msgctxt ""
-"04080000.xhp\n"
-"hd_id3154126\n"
-"1\n"
+"04060106.xhp\n"
+"par_id3152798\n"
+"125\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>"
+msgid "<emph>NumberY</emph> is the value of the y coordinate."
+msgstr "<emph>რიცხვი</emph> ფუნქციის მნიშვნელობა."
-#: 04080000.xhp
+#: 04060106.xhp
msgctxt ""
-"04080000.xhp\n"
-"par_id3151118\n"
-"2\n"
+"04060106.xhp\n"
+"par_id5036164\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."
+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 ""
-#: 04080000.xhp
+#: 04060106.xhp
msgctxt ""
-"04080000.xhp\n"
-"par_id3152576\n"
-"3\n"
+"04060106.xhp\n"
+"par_id3001800\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."
+msgid "To return the angle in degrees, use the DEGREES function."
msgstr ""
-#: 04080000.xhp
-msgctxt ""
-"04080000.xhp\n"
-"hd_id3145799\n"
-"4\n"
-"help.text"
-msgid "Category List"
-msgstr "კატეგორიების სია"
-
-#: 04080000.xhp
+#: 04060106.xhp
msgctxt ""
-"04080000.xhp\n"
-"hd_id3153160\n"
-"5\n"
+"04060106.xhp\n"
+"hd_id3145663\n"
+"126\n"
"help.text"
-msgid "Function List"
-msgstr "ფუნქციების სია"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04080000.xhp
+#: 04060106.xhp
msgctxt ""
-"04080000.xhp\n"
-"par_id3149412\n"
-"6\n"
+"04060106.xhp\n"
+"par_id3154692\n"
+"127\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."
+msgid "<item type=\"input\">=ATAN2(20;20)</item> returns 0.785398163397448 (PI/4 radians)."
msgstr ""
-#: 04080000.xhp
-msgctxt ""
-"04080000.xhp\n"
-"hd_id3146971\n"
-"7\n"
-"help.text"
-msgid "Insert Function into calculation sheet"
-msgstr "გამოთვლის ფურცელში ფუნქციის ჩართვა"
-
-#: 04080000.xhp
+#: 04060106.xhp
msgctxt ""
-"04080000.xhp\n"
-"par_id3150043\n"
+"04060106.xhp\n"
+"par_id1477095\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>"
+msgid "<item type=\"input\">=DEGREES(ATAN2(12.3;12.3))</item> returns 45. The tangent of 45 degrees is 1."
+msgstr ""
-#: 04080000.xhp
+#: 04060106.xhp
msgctxt ""
-"04080000.xhp\n"
-"par_id3147345\n"
-"8\n"
+"04060106.xhp\n"
+"bm_id3155398\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>"
+msgid "<bookmark_value>ATANH function</bookmark_value>"
+msgstr "<bookmark_value>ATANH ფუნქცია</bookmark_value>"
-#: 12070000.xhp
+#: 04060106.xhp
msgctxt ""
-"12070000.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"hd_id3155398\n"
+"130\n"
"help.text"
-msgid "Consolidate"
-msgstr "კონსოლიდაცია"
+msgid "ATANH"
+msgstr "ATANH"
-#: 12070000.xhp
+#: 04060106.xhp
msgctxt ""
-"12070000.xhp\n"
-"hd_id3148946\n"
-"1\n"
+"04060106.xhp\n"
+"par_id3148829\n"
+"131\n"
"help.text"
-msgid "Consolidate"
-msgstr "კონსოლიდაცია"
+msgid "<ahelp hid=\"HID_FUNC_ARTANHYP\">Returns the inverse hyperbolic tangent of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ARTANHYP\">აბრუნებს რიცხვის შებრუნებულ ჰიპერბოლურ ტანგენსს.</ahelp>"
-#: 12070000.xhp
+#: 04060106.xhp
msgctxt ""
-"12070000.xhp\n"
-"par_id3148798\n"
-"2\n"
+"04060106.xhp\n"
+"hd_id3146997\n"
+"132\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 ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12070000.xhp
+#: 04060106.xhp
msgctxt ""
-"12070000.xhp\n"
-"hd_id3150010\n"
-"8\n"
+"04060106.xhp\n"
+"par_id3149912\n"
+"133\n"
"help.text"
-msgid "Function"
-msgstr "ფუნქცია"
+msgid "ATANH(Number)"
+msgstr "ATANH(რიცხვი)"
-#: 12070000.xhp
+#: 04060106.xhp
msgctxt ""
-"12070000.xhp\n"
-"par_id3149377\n"
-"9\n"
+"04060106.xhp\n"
+"par_id3150521\n"
+"134\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>"
+msgid "This function returns the inverse hyperbolic tangent of <emph>Number</emph>, that is the number whose hyperbolic tangent is Number."
msgstr ""
-#: 12070000.xhp
-msgctxt ""
-"12070000.xhp\n"
-"hd_id3147127\n"
-"10\n"
-"help.text"
-msgid "Consolidation ranges"
-msgstr "კონსოლიდაციის დიაპაზონი"
-
-#: 12070000.xhp
+#: 04060106.xhp
msgctxt ""
-"12070000.xhp\n"
-"par_id3151075\n"
-"11\n"
+"04060106.xhp\n"
+"par_id9357280\n"
"help.text"
-msgid "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_CONSOLIDATE:LB_CONSAREAS\">Displays the cell ranges that you want to consolidate.</ahelp>"
+msgid "Number must obey the condition -1 < number < 1."
msgstr ""
-#: 12070000.xhp
+#: 04060106.xhp
msgctxt ""
-"12070000.xhp\n"
-"hd_id3147397\n"
-"12\n"
+"04060106.xhp\n"
+"hd_id3148450\n"
+"135\n"
"help.text"
-msgid "Source data range"
-msgstr "წყაროს მონაცემთა დიაპაზონი"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12070000.xhp
+#: 04060106.xhp
msgctxt ""
-"12070000.xhp\n"
-"par_id3153836\n"
-"13\n"
+"04060106.xhp\n"
+"par_id3145419\n"
+"136\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>"
+msgid "<item type=\"input\">=ATANH(0)</item> returns 0."
msgstr ""
-#: 12070000.xhp
-msgctxt ""
-"12070000.xhp\n"
-"hd_id3155768\n"
-"15\n"
-"help.text"
-msgid "Copy results to"
-msgstr "შედეგების ასლს აკეთებს"
-
-#: 12070000.xhp
+#: 04060106.xhp
msgctxt ""
-"12070000.xhp\n"
-"par_id3147341\n"
-"16\n"
+"04060106.xhp\n"
+"bm_id3153062\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 ""
+msgid "<bookmark_value>COS function</bookmark_value>"
+msgstr "<bookmark_value>COS ფუნქცია</bookmark_value>"
-#: 12070000.xhp
+#: 04060106.xhp
msgctxt ""
-"12070000.xhp\n"
-"hd_id3147345\n"
-"17\n"
+"04060106.xhp\n"
+"hd_id3153062\n"
+"149\n"
"help.text"
-msgid "Add"
-msgstr "დამატება"
+msgid "COS"
+msgstr "COS"
-#: 12070000.xhp
+#: 04060106.xhp
msgctxt ""
-"12070000.xhp\n"
-"par_id3155335\n"
-"18\n"
+"04060106.xhp\n"
+"par_id3148803\n"
+"150\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>"
+msgid "<ahelp hid=\"HID_FUNC_COS\">Returns the cosine of the given angle (in radians).</ahelp>"
msgstr ""
-#: 12070000.xhp
+#: 04060106.xhp
msgctxt ""
-"12070000.xhp\n"
-"hd_id3148630\n"
-"19\n"
+"04060106.xhp\n"
+"hd_id3150779\n"
+"151\n"
"help.text"
-msgid "More >>"
-msgstr "დამატებითი >>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12070000.xhp
+#: 04060106.xhp
msgctxt ""
-"12070000.xhp\n"
-"par_id3159239\n"
-"20\n"
+"04060106.xhp\n"
+"par_id3154213\n"
+"152\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>"
+msgid "COS(Number)"
+msgstr "COS(რიცხვი)"
-#: 06070000.xhp
+#: 04060106.xhp
msgctxt ""
-"06070000.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"par_id3154285\n"
+"153\n"
"help.text"
-msgid "AutoCalculate"
-msgstr "ავტოგამოთვლა"
+msgid "Returns the (trigonometric) cosine of <emph>Number</emph>, the angle in radians."
+msgstr ""
-#: 06070000.xhp
+#: 04060106.xhp
msgctxt ""
-"06070000.xhp\n"
-"bm_id3145673\n"
+"04060106.xhp\n"
+"par_id831019\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>"
+msgid "To return the cosine of an angle in degrees, use the RADIANS function."
msgstr ""
-#: 06070000.xhp
+#: 04060106.xhp
msgctxt ""
-"06070000.xhp\n"
-"hd_id3145673\n"
-"1\n"
+"04060106.xhp\n"
+"hd_id3153579\n"
+"154\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>"
+msgid "Examples"
+msgstr "მაგალითები"
-#: 06070000.xhp
+#: 04060106.xhp
msgctxt ""
-"06070000.xhp\n"
-"par_id3148798\n"
-"2\n"
+"04060106.xhp\n"
+"par_id3147240\n"
+"155\n"
"help.text"
-msgid "<ahelp hid=\".uno:AutomaticCalculation\">Automatically recalculates all formulas in the document.</ahelp>"
+msgid "<item type=\"input\">=COS(PI()/2)</item> returns 0, the cosine of PI/2 radians."
msgstr ""
-#: 06070000.xhp
+#: 04060106.xhp
msgctxt ""
-"06070000.xhp\n"
-"par_id3145173\n"
-"3\n"
+"04060106.xhp\n"
+"par_id3147516\n"
+"156\n"
"help.text"
-msgid "All cells are recalculated after a sheet cell has been modified. Any charts in the sheet will also be refreshed."
+msgid "<item type=\"input\">=COS(RADIANS(60))</item> returns 0.5, the cosine of 60 degrees."
msgstr ""
-#: func_networkdays.xhp
-msgctxt ""
-"func_networkdays.xhp\n"
-"tit\n"
-"help.text"
-msgid "NETWORKDAYS"
-msgstr "NETWORKDAYS"
-
-#: func_networkdays.xhp
+#: 04060106.xhp
msgctxt ""
-"func_networkdays.xhp\n"
-"bm_id3151254\n"
+"04060106.xhp\n"
+"bm_id3154277\n"
"help.text"
-msgid "<bookmark_value>NETWORKDAYS function</bookmark_value>"
-msgstr "<bookmark_value>NETWORKDAYS ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>COSH function</bookmark_value>"
+msgstr "<bookmark_value>COSH ფუნქცია</bookmark_value>"
-#: func_networkdays.xhp
+#: 04060106.xhp
msgctxt ""
-"func_networkdays.xhp\n"
-"hd_id3151254\n"
-"240\n"
+"04060106.xhp\n"
+"hd_id3154277\n"
+"159\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>"
+msgid "COSH"
+msgstr "COSH"
-#: func_networkdays.xhp
+#: 04060106.xhp
msgctxt ""
-"func_networkdays.xhp\n"
-"par_id3153788\n"
-"241\n"
+"04060106.xhp\n"
+"par_id3146946\n"
+"160\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 ""
+msgid "<ahelp hid=\"HID_FUNC_COSHYP\">Returns the hyperbolic cosine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_COSHYP\">აბრუნებს რიცხვიის ჰიპერბოლურ კოსინუსს.</ahelp>"
-#: func_networkdays.xhp
+#: 04060106.xhp
msgctxt ""
-"func_networkdays.xhp\n"
-"hd_id3148677\n"
-"242\n"
+"04060106.xhp\n"
+"hd_id3149792\n"
+"161\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_networkdays.xhp
-msgctxt ""
-"func_networkdays.xhp\n"
-"par_id3145775\n"
-"243\n"
-"help.text"
-msgid "NETWORKDAYS(StartDate; EndDate; Holidays)"
-msgstr "NETWORKDAYS (საწყისი თარიღი;სასრული თარიღი;დღესასწაულები)"
-
-#: 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>: თარიღი რომლიდანაც იწყება გამოთვლა. თუ საწყისი თარიღი სამუშაო დღეა, თარიღი ჩართულია გამოთვლაში."
-
-#: func_networkdays.xhp
+#: 04060106.xhp
msgctxt ""
-"func_networkdays.xhp\n"
-"par_id3151110\n"
-"245\n"
+"04060106.xhp\n"
+"par_id3166440\n"
+"162\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>: თარიღი რომლიდანაც იწყება გამოთვლა. თუ საწყისი თარიღი სამუშაო დღეა, თარიღი ჩართულია გამოთვლაში."
+msgid "COSH(Number)"
+msgstr "COSH(რიცხვი)"
-#: func_networkdays.xhp
+#: 04060106.xhp
msgctxt ""
-"func_networkdays.xhp\n"
-"par_id3154115\n"
-"246\n"
+"04060106.xhp\n"
+"par_id3150710\n"
+"163\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>: დღესასწაულების არასავალდებულო სია. ესაა არასამუშაო დღეები. შეიყვანეთ უჯრათა დიაპაზონი სადაც სათითაოდაა ჩამოთვლილი დღესასწაულები."
+msgid "Returns the hyperbolic cosine of <emph>Number</emph>."
+msgstr ""
-#: func_networkdays.xhp
+#: 04060106.xhp
msgctxt ""
-"func_networkdays.xhp\n"
-"hd_id3146902\n"
-"247\n"
+"04060106.xhp\n"
+"hd_id3153234\n"
+"164\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: func_networkdays.xhp
+#: 04060106.xhp
msgctxt ""
-"func_networkdays.xhp\n"
-"par_id3154661\n"
-"248\n"
+"04060106.xhp\n"
+"par_id3154099\n"
+"165\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 და დასასრული თარიღი დუ უჯრედები -სკენ შეიცავს და ახალი წელი."
+msgid "<item type=\"input\">=COSH(0)</item> returns 1, the hyperbolic cosine of 0."
+msgstr ""
-#: func_networkdays.xhp
+#: 04060106.xhp
msgctxt ""
-"func_networkdays.xhp\n"
-"par_id3147328\n"
-"249\n"
+"04060106.xhp\n"
+"bm_id3152888\n"
"help.text"
-msgid "=NETWORKDAYS(C3;D3;F3:J3) returns 17 workdays."
-msgstr "=NETWORKDAYS(C3;D3;F3:J3) აბრუნებს 17 სამუშაო დღეს."
+msgid "<bookmark_value>COT function</bookmark_value>"
+msgstr "<bookmark_value>COT ფუნქცია</bookmark_value>"
-#: 05030400.xhp
+#: 04060106.xhp
msgctxt ""
-"05030400.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"hd_id3152888\n"
+"169\n"
"help.text"
-msgid "Show"
-msgstr "ჩვენება"
+msgid "COT"
+msgstr "COT"
-#: 05030400.xhp
+#: 04060106.xhp
msgctxt ""
-"05030400.xhp\n"
-"bm_id3147264\n"
+"04060106.xhp\n"
+"par_id3153679\n"
+"170\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>"
+msgid "<ahelp hid=\"HID_FUNC_COT\">Returns the cotangent of the given angle (in radians).</ahelp>"
+msgstr ""
-#: 05030400.xhp
+#: 04060106.xhp
msgctxt ""
-"05030400.xhp\n"
-"hd_id3147264\n"
-"1\n"
+"04060106.xhp\n"
+"hd_id3152943\n"
+"171\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>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 05030400.xhp
+#: 04060106.xhp
msgctxt ""
-"05030400.xhp\n"
-"par_id3150447\n"
-"2\n"
+"04060106.xhp\n"
+"par_id3154856\n"
+"172\n"
"help.text"
-msgid "<ahelp hid=\".uno:ShowColumn\">Choose this command to show previously hidden rows or columns.</ahelp>"
-msgstr ""
+msgid "COT(Number)"
+msgstr "COT(რიცხვი)"
-#: 05030400.xhp
+#: 04060106.xhp
msgctxt ""
-"05030400.xhp\n"
-"par_id3155131\n"
-"3\n"
+"04060106.xhp\n"
+"par_id3149969\n"
+"173\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>."
+msgid "Returns the (trigonometric) cotangent of <emph>Number</emph>, the angle in radians."
msgstr ""
-#: 05030400.xhp
+#: 04060106.xhp
msgctxt ""
-"05030400.xhp\n"
-"par_id3145748\n"
-"4\n"
+"04060106.xhp\n"
+"par_id3444624\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."
+msgid "To return the cotangent of an angle in degrees, use the RADIANS function."
msgstr ""
-#: 06030100.xhp
-msgctxt ""
-"06030100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Trace Precedents"
-msgstr "დამოკიდებულებების კვალი"
-
-#: 06030100.xhp
+#: 04060106.xhp
msgctxt ""
-"06030100.xhp\n"
-"bm_id3155628\n"
+"04060106.xhp\n"
+"par_id6814477\n"
"help.text"
-msgid "<bookmark_value>cells; tracing precedents</bookmark_value><bookmark_value>formula cells;tracing precedents</bookmark_value>"
+msgid "The cotangent of an angle is equivalent to 1 divided by the tangent of that angle."
msgstr ""
-#: 06030100.xhp
-#, fuzzy
+#: 04060106.xhp
msgctxt ""
-"06030100.xhp\n"
-"hd_id3155628\n"
-"1\n"
+"04060106.xhp\n"
+"hd_id3149800\n"
+"174\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>"
+msgid "Examples:"
+msgstr "მაგალითები"
-#: 06030100.xhp
+#: 04060106.xhp
msgctxt ""
-"06030100.xhp\n"
-"par_id3153542\n"
-"2\n"
+"04060106.xhp\n"
+"par_id3148616\n"
+"175\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>"
+msgid "<item type=\"input\">=COT(PI()/4)</item> returns 1, the cotangent of PI/4 radians."
msgstr ""
-#: 06030100.xhp
+#: 04060106.xhp
msgctxt ""
-"06030100.xhp\n"
-"par_id3147265\n"
-"4\n"
+"04060106.xhp\n"
+"par_id3148986\n"
+"176\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."
+msgid "<item type=\"input\">=COT(RADIANS(45))</item> returns 1, the cotangent of 45 degrees."
msgstr ""
-#: 06030100.xhp
+#: 04060106.xhp
msgctxt ""
-"06030100.xhp\n"
-"par_id3154321\n"
-"3\n"
+"04060106.xhp\n"
+"bm_id3154337\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 ""
+msgid "<bookmark_value>COTH function</bookmark_value>"
+msgstr "<bookmark_value>COTH ფუნქცია</bookmark_value>"
-#: 04070100.xhp
+#: 04060106.xhp
msgctxt ""
-"04070100.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"hd_id3154337\n"
+"178\n"
"help.text"
-msgid "Define Names"
-msgstr "განსაზღვრული სახელები"
+msgid "COTH"
+msgstr "COTH"
-#: 04070100.xhp
+#: 04060106.xhp
msgctxt ""
-"04070100.xhp\n"
-"hd_id3156330\n"
-"1\n"
+"04060106.xhp\n"
+"par_id3149419\n"
+"179\n"
"help.text"
-msgid "Define Names"
-msgstr "განსაზღვრული სახელები"
+msgid "<ahelp hid=\"HID_FUNC_COTHYP\">Returns the hyperbolic cotangent of a given number (angle).</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_COTHYP\">აბრუნებს მოცემული რიცხვის (კუთხის) ჰიპერბოლურ კოტანგენსს.</ahelp>"
-#: 04070100.xhp
+#: 04060106.xhp
msgctxt ""
-"04070100.xhp\n"
-"par_id3154366\n"
-"2\n"
+"04060106.xhp\n"
+"hd_id3149242\n"
+"180\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>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04070100.xhp
+#: 04060106.xhp
msgctxt ""
-"04070100.xhp\n"
-"par_id3154123\n"
-"31\n"
+"04060106.xhp\n"
+"par_id3143280\n"
+"181\n"
"help.text"
-msgid "Use the mouse to define ranges or type the reference into the <emph>Define Name </emph>dialog fields."
-msgstr ""
+msgid "COTH(Number)"
+msgstr "COTH(რიცხვი)"
-#: 04070100.xhp
+#: 04060106.xhp
msgctxt ""
-"04070100.xhp\n"
-"par_id3155131\n"
-"30\n"
+"04060106.xhp\n"
+"par_id3154799\n"
+"182\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."
+msgid "Returns the hyperbolic cotangent of <emph>Number</emph>."
msgstr ""
-#: 04070100.xhp
+#: 04060106.xhp
msgctxt ""
-"04070100.xhp\n"
-"hd_id3151118\n"
-"3\n"
+"04060106.xhp\n"
+"hd_id3155422\n"
+"183\n"
"help.text"
-msgid "Name"
-msgstr "სახელი"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04070100.xhp
+#: 04060106.xhp
msgctxt ""
-"04070100.xhp\n"
-"par_id3163712\n"
-"29\n"
+"04060106.xhp\n"
+"par_id3144754\n"
+"184\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."
+msgid "<item type=\"input\">=COTH(1)</item> returns the hyperbolic cotangent of 1, approximately 1.3130."
msgstr ""
-#: 04070100.xhp
+#: 04060106.xhp
msgctxt ""
-"04070100.xhp\n"
-"hd_id3153728\n"
-"9\n"
+"04060106.xhp\n"
+"bm_id6110552\n"
"help.text"
-msgid "Assigned to"
-msgstr "მიწერილია"
+msgid "<bookmark_value>CSC function</bookmark_value>"
+msgstr "<bookmark_value>ASIN ფუნქცია</bookmark_value>"
-#: 04070100.xhp
+#: 04060106.xhp
msgctxt ""
-"04070100.xhp\n"
-"par_id3147435\n"
-"10\n"
+"04060106.xhp\n"
+"hd_id9523234\n"
+"149\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>"
+msgid "CSC"
msgstr ""
-#: 04070100.xhp
+#: 04060106.xhp
msgctxt ""
-"04070100.xhp\n"
-"par_id3146986\n"
-"12\n"
+"04060106.xhp\n"
+"par_id4896433\n"
+"150\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."
+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 ""
-#: 04070100.xhp
-msgctxt ""
-"04070100.xhp\n"
-"hd_id3154729\n"
-"13\n"
-"help.text"
-msgid "More"
-msgstr "დამატებით"
-
-#: 04070100.xhp
+#: 04060106.xhp
msgctxt ""
-"04070100.xhp\n"
-"par_id3149958\n"
-"14\n"
+"04060106.xhp\n"
+"hd_id3534032\n"
+"151\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>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04070100.xhp
+#: 04060106.xhp
msgctxt ""
-"04070100.xhp\n"
-"hd_id3147394\n"
-"15\n"
+"04060106.xhp\n"
+"par_id4571344\n"
+"152\n"
"help.text"
-msgid "Area type"
-msgstr "არეს ტიპი"
+msgid "CSC(Number)"
+msgstr "COSH(რიცხვი)"
-#: 04070100.xhp
+#: 04060106.xhp
msgctxt ""
-"04070100.xhp\n"
-"par_id3155416\n"
-"16\n"
+"04060106.xhp\n"
+"par_id9859164\n"
+"153\n"
"help.text"
-msgid "Defines additional options related to the type of reference area."
-msgstr "მითითების არისთვის საზღვრავს დამატებით პარამეტრებს."
+msgid "Returns the (trigonometric) cosecant of <emph>Number</emph>, the angle in radians."
+msgstr ""
-#: 04070100.xhp
+#: 04060106.xhp
msgctxt ""
-"04070100.xhp\n"
-"hd_id3150716\n"
-"17\n"
+"04060106.xhp\n"
+"par_id3428494\n"
"help.text"
-msgid "Print range"
-msgstr "დიაპაზონის დაბეჭდვა"
+msgid "To return the cosecant of an angle in degrees, use the RADIANS function."
+msgstr ""
-#: 04070100.xhp
+#: 04060106.xhp
msgctxt ""
-"04070100.xhp\n"
-"par_id3150751\n"
-"18\n"
+"04060106.xhp\n"
+"hd_id2577161\n"
+"154\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>"
+msgid "Examples"
+msgstr "მაგალითები"
-#: 04070100.xhp
+#: 04060106.xhp
msgctxt ""
-"04070100.xhp\n"
-"hd_id3153764\n"
-"19\n"
+"04060106.xhp\n"
+"par_id3736803\n"
+"155\n"
"help.text"
-msgid "Filter"
-msgstr "ფილტრი"
+msgid "<item type=\"input\">=CSC(PI()/4)</item> returns approximately 1.4142135624, the inverse of the sine of PI/4 radians."
+msgstr ""
-#: 04070100.xhp
+#: 04060106.xhp
msgctxt ""
-"04070100.xhp\n"
-"par_id3155766\n"
-"20\n"
+"04060106.xhp\n"
+"par_id6016818\n"
+"156\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>"
+msgid "<item type=\"input\">=CSC(RADIANS(30))</item> returns 2, the cosecant of 30 degrees."
msgstr ""
-#: 04070100.xhp
+#: 04060106.xhp
msgctxt ""
-"04070100.xhp\n"
-"hd_id3159267\n"
-"21\n"
+"04060106.xhp\n"
+"bm_id9288877\n"
"help.text"
-msgid "Repeat column"
-msgstr "სვეტის გამეორება"
+msgid "<bookmark_value>CSCH function</bookmark_value>"
+msgstr "<bookmark_value>ASIN ფუნქცია</bookmark_value>"
-#: 04070100.xhp
+#: 04060106.xhp
msgctxt ""
-"04070100.xhp\n"
-"par_id3149565\n"
-"22\n"
+"04060106.xhp\n"
+"hd_id4325650\n"
+"159\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>"
+msgid "CSCH"
+msgstr ""
-#: 04070100.xhp
+#: 04060106.xhp
msgctxt ""
-"04070100.xhp\n"
-"hd_id3153966\n"
-"23\n"
+"04060106.xhp\n"
+"par_id579916\n"
+"160\n"
"help.text"
-msgid "Repeat row"
-msgstr "რიგის გამეორება"
+msgid "<ahelp hid=\"HID_FUNC_COSECANTHYP\">Returns the hyperbolic cosecant of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_COSHYP\">აბრუნებს რიცხვიის ჰიპერბოლურ კოსინუსს.</ahelp>"
-#: 04070100.xhp
+#: 04060106.xhp
msgctxt ""
-"04070100.xhp\n"
-"par_id3150300\n"
-"24\n"
+"04060106.xhp\n"
+"hd_id5336768\n"
+"161\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>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04070100.xhp
+#: 04060106.xhp
msgctxt ""
-"04070100.xhp\n"
-"hd_id3155112\n"
-"27\n"
+"04060106.xhp\n"
+"par_id3108851\n"
+"162\n"
"help.text"
-msgid "Add/Modify"
-msgstr "დამატება/შეცვლა"
+msgid "CSCH(Number)"
+msgstr "COSH(რიცხვი)"
-#: 04070100.xhp
+#: 04060106.xhp
msgctxt ""
-"04070100.xhp\n"
-"par_id3159236\n"
-"28\n"
+"04060106.xhp\n"
+"par_id1394188\n"
+"163\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>"
+msgid "Returns the hyperbolic cosecant of <emph>Number</emph>."
msgstr ""
-#: func_datevalue.xhp
-msgctxt ""
-"func_datevalue.xhp\n"
-"tit\n"
-"help.text"
-msgid "DATEVALUE"
-msgstr "DATEVALUE"
-
-#: func_datevalue.xhp
+#: 04060106.xhp
msgctxt ""
-"func_datevalue.xhp\n"
-"bm_id3145621\n"
+"04060106.xhp\n"
+"hd_id6037477\n"
+"164\n"
"help.text"
-msgid "<bookmark_value>DATEVALUE function</bookmark_value>"
-msgstr "<bookmark_value>DATEVALUE ფუნქცია</bookmark_value>"
+msgid "Example"
+msgstr "მაგალითი"
-#: func_datevalue.xhp
+#: 04060106.xhp
msgctxt ""
-"func_datevalue.xhp\n"
-"hd_id3145621\n"
-"18\n"
+"04060106.xhp\n"
+"par_id5426085\n"
+"165\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>"
+msgid "<item type=\"input\">=CSCH(1)</item> returns approximately 0.8509181282, the hyperbolic cosecant of 1."
+msgstr ""
-#: func_datevalue.xhp
+#: 04060106.xhp
msgctxt ""
-"func_datevalue.xhp\n"
-"par_id3145087\n"
-"19\n"
+"04060106.xhp\n"
+"bm_id3145314\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_DATWERT\">Returns the internal date number for text in quotes.</ahelp>"
-msgstr ""
+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>"
-#: func_datevalue.xhp
+#: 04060106.xhp
msgctxt ""
-"func_datevalue.xhp\n"
-"par_id3149281\n"
-"20\n"
+"04060106.xhp\n"
+"hd_id3145314\n"
+"188\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 ""
+msgid "DEGREES"
+msgstr "DEGREES"
-#: func_datevalue.xhp
+#: 04060106.xhp
msgctxt ""
-"func_datevalue.xhp\n"
-"par_id0119200903491982\n"
+"04060106.xhp\n"
+"par_id3149939\n"
+"189\n"
"help.text"
-msgid "If the text string also includes a time value, DATEVALUE only returns the integer part of the conversion."
-msgstr ""
+msgid "<ahelp hid=\"HID_FUNC_DEG\">Converts radians into degrees.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DEG\">რადიანების გრადუსებად გარდაქმნა.</ahelp>"
-#: func_datevalue.xhp
+#: 04060106.xhp
msgctxt ""
-"func_datevalue.xhp\n"
-"hd_id3156294\n"
-"21\n"
+"04060106.xhp\n"
+"hd_id3150623\n"
+"190\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_datevalue.xhp
+#: 04060106.xhp
msgctxt ""
-"func_datevalue.xhp\n"
-"par_id3149268\n"
-"22\n"
+"04060106.xhp\n"
+"par_id3145600\n"
+"191\n"
"help.text"
-msgid "DATEVALUE(\"Text\")"
-msgstr "DATEVALUE(\"ტექსტი\")"
+msgid "DEGREES(Number)"
+msgstr ""
-#: func_datevalue.xhp
+#: 04060106.xhp
msgctxt ""
-"func_datevalue.xhp\n"
-"par_id3154819\n"
-"23\n"
+"04060106.xhp\n"
+"par_id3149484\n"
+"192\n"
"help.text"
-msgid "<emph>Text</emph> is a valid date expression and must be entered with quotation marks."
-msgstr "<emph>ტექსტი</emph> არის მართებული დროის გამოსახულება, რომელიც ბრჭყალებში უნდა ჩასვთ."
+msgid "<emph>Number</emph> is the angle in radians to be converted to degrees."
+msgstr ""
-#: func_datevalue.xhp
+#: 04060106.xhp
msgctxt ""
-"func_datevalue.xhp\n"
-"hd_id3156309\n"
-"24\n"
+"04060106.xhp\n"
+"hd_id3669545\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: func_datevalue.xhp
+#: 04060106.xhp
msgctxt ""
-"func_datevalue.xhp\n"
-"par_id3155841\n"
-"25\n"
+"04060106.xhp\n"
+"par_id3459578\n"
"help.text"
-msgid "<emph>=DATEVALUE(\"1954-07-20\")</emph> yields 19925."
+msgid "<item type=\"input\">=DEGREES(PI())</item> returns 180 degrees."
msgstr ""
-#: 06060200.xhp
+#: 04060106.xhp
msgctxt ""
-"06060200.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"bm_id3148698\n"
"help.text"
-msgid "Protecting document"
-msgstr "დოკუმენტის დაცვა"
+msgid "<bookmark_value>EXP function</bookmark_value>"
+msgstr "<bookmark_value>EXP ფუნქცია</bookmark_value>"
-#: 06060200.xhp
+#: 04060106.xhp
msgctxt ""
-"06060200.xhp\n"
-"hd_id3150541\n"
-"1\n"
+"04060106.xhp\n"
+"hd_id3148698\n"
+"198\n"
"help.text"
-msgid "Protecting document"
-msgstr "დოკუმენტის დაცვა"
+msgid "EXP"
+msgstr "EXP"
-#: 06060200.xhp
+#: 04060106.xhp
msgctxt ""
-"06060200.xhp\n"
-"par_id3145172\n"
-"2\n"
+"04060106.xhp\n"
+"par_id3150592\n"
+"199\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 ""
+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."
-#: 06060200.xhp
+#: 04060106.xhp
msgctxt ""
-"06060200.xhp\n"
-"par_id3153188\n"
-"6\n"
+"04060106.xhp\n"
+"hd_id3150351\n"
+"200\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 ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 06060200.xhp
+#: 04060106.xhp
msgctxt ""
-"06060200.xhp\n"
-"par_id3145750\n"
-"7\n"
+"04060106.xhp\n"
+"par_id3146786\n"
+"201\n"
"help.text"
-msgid "A protected document, once saved, can only be saved again with the <emph>File - Save As</emph> menu command."
-msgstr ""
+msgid "EXP(Number)"
+msgstr "EXP(რიცხვი)"
-#: 06060200.xhp
+#: 04060106.xhp
msgctxt ""
-"06060200.xhp\n"
-"hd_id3152596\n"
-"4\n"
+"04060106.xhp\n"
+"par_id3155608\n"
+"202\n"
"help.text"
-msgid "Password (optional)"
-msgstr "პაროლი (არასავალდებულო)"
+msgid "<emph>Number</emph> is the power to which e is to be raised."
+msgstr "<emph>რიცხვი</emph> არის ხარისხი რომელშიც e იქნება აყვანილი."
-#: 06060200.xhp
+#: 04060106.xhp
msgctxt ""
-"06060200.xhp\n"
-"par_id3155412\n"
-"5\n"
+"04060106.xhp\n"
+"hd_id3154418\n"
+"203\n"
"help.text"
-msgid "You can create a password to protect your document against unauthorized or accidental modifications."
-msgstr ""
+msgid "Example"
+msgstr "მაგალითი"
-#: 06060200.xhp
+#: 04060106.xhp
msgctxt ""
-"06060200.xhp\n"
-"par_id3150717\n"
-"9\n"
+"04060106.xhp\n"
+"par_id3156340\n"
+"204\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."
+msgid "<item type=\"input\">=EXP(1)</item> returns 2.71828182845904, the mathematical constant e to Calc's accuracy."
msgstr ""
-#: 12040100.xhp
+#: 04060106.xhp
msgctxt ""
-"12040100.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"bm_id3145781\n"
"help.text"
-msgid "AutoFilter"
-msgstr "ავტოფილტრი"
+msgid "<bookmark_value>FACT function</bookmark_value><bookmark_value>factorials;numbers</bookmark_value>"
+msgstr "<bookmark_value>FACT ფუნქცია</bookmark_value><bookmark_value>ფაქტორიალები;რიცხვები</bookmark_value>"
-#: 12040100.xhp
+#: 04060106.xhp
msgctxt ""
-"12040100.xhp\n"
-"hd_id3153541\n"
-"1\n"
+"04060106.xhp\n"
+"hd_id3145781\n"
+"208\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>"
+msgid "FACT"
+msgstr "FACT"
-#: 12040100.xhp
+#: 04060106.xhp
msgctxt ""
-"12040100.xhp\n"
-"par_id3148550\n"
-"2\n"
+"04060106.xhp\n"
+"par_id3151109\n"
+"209\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>"
+msgid "<ahelp hid=\"HID_FUNC_FAKULTAET\">Returns the factorial of a number.</ahelp>"
msgstr ""
-#: 12040100.xhp
+#: 04060106.xhp
msgctxt ""
-"12040100.xhp\n"
-"par_id3145171\n"
-"3\n"
+"04060106.xhp\n"
+"hd_id3146902\n"
+"210\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>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"par_id3154661\n"
+"211\n"
"help.text"
-msgid "Logical Functions"
-msgstr "ლოგიკური ფუნქციები"
+msgid "FACT(Number)"
+msgstr "FACT(რიცხვი)"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"bm_id3153484\n"
+"04060106.xhp\n"
+"par_id3152952\n"
+"212\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>"
+msgid "Returns Number!, the factorial of <emph>Number</emph>, calculated as 1*2*3*4* ... * Number."
+msgstr ""
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"hd_id3153484\n"
-"1\n"
+"04060106.xhp\n"
+"par_id3834650\n"
"help.text"
-msgid "Logical Functions"
-msgstr "ლოგიკური ფუნქციები"
+msgid "=FACT(0) returns 1 by definition."
+msgstr ""
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3149312\n"
-"2\n"
+"04060106.xhp\n"
+"par_id8429517\n"
"help.text"
-msgid "<variable id=\"logischtext\">This category contains the <emph>Logical</emph> functions. </variable>"
-msgstr "<variable id=\"logischtext\">ეს კატეგორია შეიცავს <emph>ლოგიკურ</emph> ფუნქციებს. </variable>"
+msgid "The factorial of a negative number returns the \"invalid argument\" error."
+msgstr ""
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"bm_id3147505\n"
+"04060106.xhp\n"
+"hd_id3154569\n"
+"213\n"
"help.text"
-msgid "<bookmark_value>AND function</bookmark_value>"
-msgstr "<bookmark_value>AND ფუნქცია</bookmark_value>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"hd_id3147505\n"
-"29\n"
+"04060106.xhp\n"
+"par_id3154476\n"
+"216\n"
"help.text"
-msgid "AND"
-msgstr "AND"
+msgid "<item type=\"input\">=FACT(3)</item> returns 6."
+msgstr ""
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3153959\n"
-"65\n"
+"04060106.xhp\n"
+"par_id3147525\n"
+"214\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> თუ ერთერთი არგუმენტი მცდარია, ფუნქცია დააბრუნებს მცდარს."
+msgid "<item type=\"input\">=FACT(0)</item> returns 1."
+msgstr ""
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3146100\n"
-"66\n"
+"04060106.xhp\n"
+"bm_id3159084\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) რომლებიც შრიცავს ლოგიკურ მნიშვნელობას."
+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>"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3150538\n"
-"67\n"
+"04060106.xhp\n"
+"hd_id3159084\n"
+"218\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 "როდესაც ფუნქცია მოელის ცალ მნიშვნელობას, მაგრამ თქვენ შეგყავთ უჯრების დიაპაზონი, მაშინ მნიშვნელობა დიაპაზონიდან აიღება რომელიც იმავე რიგშია ან სვეტში სადაც ფორმულაა."
+msgid "INT"
+msgstr "INT"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3149128\n"
-"68\n"
+"04060106.xhp\n"
+"par_id3158441\n"
+"219\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 ""
+msgid "<ahelp hid=\"HID_FUNC_GANZZAHL\">Rounds a number down to the nearest integer.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GANZZAHL\">ამრგვალებს რიცხვს ქვემოთ შემდეგ მთელ რიცხვამდე.</ahelp>"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"hd_id3150374\n"
-"31\n"
+"04060106.xhp\n"
+"hd_id3146132\n"
+"220\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3159123\n"
-"32\n"
-"help.text"
-msgid "AND(LogicalValue1; LogicalValue2 ...LogicalValue30)"
-msgstr "AND(ლოგიკური მნიშვნელობა 1; ლოგიკური მნიშვნელობა 2 ...ლოგიკური მნიშვნელობა 30)"
-
-#: 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 ""
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"hd_id3149143\n"
-"34\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3153123\n"
-"35\n"
+"04060106.xhp\n"
+"par_id3156146\n"
+"221\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 ლოგიკური მნიშვნელობა გამოიცდება:"
+msgid "INT(Number)"
+msgstr "INT(რიცხვი)"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3145632\n"
-"36\n"
+"04060106.xhp\n"
+"par_id3154117\n"
+"222\n"
"help.text"
-msgid "<item type=\"input\">=AND(12<13;14>12;7<6)</item> returns FALSE."
+msgid "Returns <emph>Number</emph> rounded down to the nearest integer."
msgstr ""
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3149946\n"
-"60\n"
+"04060106.xhp\n"
+"par_id153508\n"
"help.text"
-msgid "<item type=\"input\">=AND (FALSE;TRUE)</item> returns FALSE."
+msgid "Negative numbers round down to the integer below."
msgstr ""
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"bm_id3149015\n"
-"help.text"
-msgid "<bookmark_value>FALSE function</bookmark_value>"
-msgstr "<bookmark_value>FALSE ფუნქცია</bookmark_value>"
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"hd_id3149015\n"
-"3\n"
-"help.text"
-msgid "FALSE"
-msgstr "FALSE"
-
-#: 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."
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"hd_id3146939\n"
-"5\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"par_id3150030\n"
-"6\n"
-"help.text"
-msgid "FALSE()"
-msgstr "FALSE()"
-
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"hd_id3150697\n"
-"7\n"
+"04060106.xhp\n"
+"hd_id3155118\n"
+"223\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3154842\n"
-"8\n"
+"04060106.xhp\n"
+"par_id3156267\n"
+"224\n"
"help.text"
-msgid "<item type=\"input\">=FALSE()</item> returns FALSE"
+msgid "<item type=\"input\">=INT(5.7)</item> returns 5."
msgstr ""
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3147468\n"
-"9\n"
+"04060106.xhp\n"
+"par_id3147323\n"
+"225\n"
"help.text"
-msgid "<item type=\"input\">=NOT(FALSE())</item> returns TRUE"
+msgid "<item type=\"input\">=INT(-1.3)</item> returns -2."
msgstr ""
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"bm_id3150141\n"
+"04060106.xhp\n"
+"bm_id3150938\n"
"help.text"
-msgid "<bookmark_value>IF function</bookmark_value>"
-msgstr "<bookmark_value>IF ფუნქცია</bookmark_value>"
+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>"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"hd_id3150141\n"
-"48\n"
+"04060106.xhp\n"
+"hd_id3150938\n"
+"227\n"
"help.text"
-msgid "IF"
-msgstr "IF"
+msgid "EVEN"
+msgstr "EVEN"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3148740\n"
-"49\n"
+"04060106.xhp\n"
+"par_id3149988\n"
+"228\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_WENN\">Specifies a logical test to be performed.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_WENN\">საზღვრავს წარსადგენ ლოგიკურ ტესტს.</ahelp>"
+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>"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"hd_id3153325\n"
-"50\n"
+"04060106.xhp\n"
+"hd_id3148401\n"
+"229\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3154558\n"
-"51\n"
+"04060106.xhp\n"
+"par_id3150830\n"
+"230\n"
"help.text"
-msgid "IF(Test; ThenValue; OtherwiseValue)"
-msgstr "IF(ტესტი;შემდეგ_მნიშვნელობა;სხვაგვარად_მნისვნელობა)"
+msgid "EVEN(Number)"
+msgstr "EVEN(რიცხვი)"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3149727\n"
-"52\n"
+"04060106.xhp\n"
+"par_id3153350\n"
+"231\n"
"help.text"
-msgid "<emph>Test</emph> is any value or expression that can be TRUE or FALSE."
-msgstr "<emph>ტესტი</emph> არის ნებისმიერი მნისვნელობა ან გამოსახულება რომელიც შეიძლება იყოს ჭეშმარიტი ან მცდარი."
+msgid "Returns <emph>Number</emph> rounded to the next even integer up, away from zero."
+msgstr ""
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3155828\n"
-"53\n"
+"04060106.xhp\n"
+"hd_id3155508\n"
+"232\n"
"help.text"
-msgid "<emph>ThenValue</emph> (optional) is the value that is returned if the logical test is TRUE."
-msgstr "<emph>მაშინ_მნიშვნელობა</emph> (არასავალდებულო) არის ლოგიკური ტესტი თუ TRUE არის, დაბრუნებული მნიშვნელობა."
+msgid "Examples"
+msgstr "მაგალითები"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3154811\n"
-"54\n"
+"04060106.xhp\n"
+"par_id3154361\n"
+"233\n"
"help.text"
-msgid "<emph>OtherwiseValue</emph> (optional) is the value that is returned if the logical test is FALSE."
-msgstr "<emph>სხვაგვარად_მნიშვნელობა</emph> (არასავალდებულო) არის ლოგიკური ტესტი თუ FALSE არის, დაბრუნებული მნიშვნელობა."
+msgid "<item type=\"input\">=EVEN(2.3)</item> returns 4."
+msgstr ""
-#: 04060105.xhp
-#, fuzzy
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_idN107FA\n"
+"04060106.xhp\n"
+"par_id8477736\n"
"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgid "<item type=\"input\">=EVEN(2)</item> returns 2."
+msgstr ""
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"hd_id3149507\n"
-"55\n"
+"04060106.xhp\n"
+"par_id159611\n"
"help.text"
-msgid "Examples"
-msgstr "მაგალითები"
+msgid "<item type=\"input\">=EVEN(0)</item> returns 0."
+msgstr ""
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3150867\n"
-"57\n"
+"04060106.xhp\n"
+"par_id6097598\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."
+msgid "<item type=\"input\">=EVEN(-0.5)</item> returns -2."
msgstr ""
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"bm_id3155954\n"
+"04060106.xhp\n"
+"bm_id3147356\n"
"help.text"
-msgid "<bookmark_value>NOT function</bookmark_value>"
-msgstr "<bookmark_value>NOT ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>GCD function</bookmark_value><bookmark_value>greatest common divisor</bookmark_value>"
+msgstr "<bookmark_value>GCD ფუნქცია</bookmark_value><bookmark_value>უდიდესი საერთო გამყოფი</bookmark_value>"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"hd_id3155954\n"
-"12\n"
+"04060106.xhp\n"
+"hd_id3147356\n"
+"237\n"
"help.text"
-msgid "NOT"
-msgstr "NOT"
+msgid "GCD"
+msgstr "GCD"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3153570\n"
-"13\n"
+"04060106.xhp\n"
+"par_id3152465\n"
+"238\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_NICHT\">Complements (inverts) a logical value.</ahelp>"
+msgid "<ahelp hid=\"HID_FUNC_GGT\">Returns the greatest common divisor of two or more integers.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GGT\">აბრუნებს ორი ან მეტი მთელი რიცხვის უდიდეს საერთო გამყოფს.</ahelp>"
+
+#: 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 ""
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"hd_id3147372\n"
-"14\n"
+"04060106.xhp\n"
+"hd_id3150643\n"
+"239\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3157996\n"
-"15\n"
+"04060106.xhp\n"
+"par_id3154524\n"
+"240\n"
"help.text"
-msgid "NOT(LogicalValue)"
-msgstr "NOT(ლოგიკური მნიშვნელობა)"
+msgid "GCD(Integer1; Integer2; ...; Integer30)"
+msgstr ""
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3148766\n"
-"16\n"
+"04060106.xhp\n"
+"par_id3149340\n"
+"241\n"
"help.text"
-msgid "<emph>LogicalValue</emph> is any value to be complemented."
-msgstr ""
+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მდე მთელი რიცხვი, რომელთა უდიდესი საერთო გამყოფი უნდა გამოითვალოს."
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"hd_id3149884\n"
-"17\n"
+"04060106.xhp\n"
+"hd_id3147317\n"
+"242\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3150132\n"
-"18\n"
+"04060106.xhp\n"
+"par_id3151285\n"
+"243\n"
"help.text"
-msgid "<item type=\"input\">=NOT(A)</item>. If A=TRUE then NOT(A) will evaluate FALSE."
+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 ""
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"bm_id3148394\n"
-"help.text"
-msgid "<bookmark_value>OR function</bookmark_value>"
-msgstr "<bookmark_value>OR ფუნქცია</bookmark_value>"
-
-#: 04060105.xhp
-msgctxt ""
-"04060105.xhp\n"
-"hd_id3148394\n"
-"20\n"
-"help.text"
-msgid "OR"
-msgstr "OR"
-
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3156060\n"
-"61\n"
+"04060106.xhp\n"
+"par_id1604663\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> ეს ფუნქცია აბრუნებს მცდარ მნიშვნელობას; თუ ორიგე არგუმენტს აქვს ლოგიკური მნიშვნელობა მცდარი."
+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 ""
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3148771\n"
-"62\n"
+"04060106.xhp\n"
+"bm_id3151221\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) რომლებიც შრიცავს ლოგიკურ მნიშვნელობას."
+msgid "<bookmark_value>GCD_ADD function</bookmark_value>"
+msgstr "<bookmark_value>GCD_ADD ფუნქცია</bookmark_value>"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3153546\n"
-"63\n"
+"04060106.xhp\n"
+"hd_id3151221\n"
+"677\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 "როდესაც ფუნქცია მოელის ცალ მნიშვნელობას, მაგრამ თქვენ შეგყავთ უჯრების დიაპაზონი, მაშინ მნიშვნელობა დიაპაზონიდან აიღება რომელიც იმავე რიგშია ან სვეტში სადაც ფორმულაა."
+msgid "GCD_ADD"
+msgstr "GCD_ADD"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3149027\n"
-"64\n"
+"04060106.xhp\n"
+"par_id3153257\n"
+"678\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 ""
+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>"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"hd_id3155517\n"
-"22\n"
+"04060106.xhp\n"
+"hd_id3147548\n"
+"679\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3150468\n"
-"23\n"
+"04060106.xhp\n"
+"par_id3156205\n"
+"680\n"
"help.text"
-msgid "OR(LogicalValue1; LogicalValue2 ...LogicalValue30)"
-msgstr "OR(ლოგიკური მნიშვნელობა 1; ლოგიკური მნიშვნელობა 2 ...ლოგიკური მნიშვნელობა 30)"
+msgid "GCD_ADD(Number(s))"
+msgstr "GCD_ADD(რიცხვ(ებ)ი)"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3155819\n"
-"24\n"
+"04060106.xhp\n"
+"par_id3145150\n"
+"681\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 ""
+msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
+msgstr "<emph>რიცხვ(ებ)ი</emph>: 30 რიცხვამდე სია."
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"hd_id3153228\n"
-"25\n"
+"04060106.xhp\n"
+"hd_id3150239\n"
+"682\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 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 ჩანაწერების ლოგიკური მნიშვნელობაა შესამოწმებელი."
-
-#: 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 ""
-
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3158412\n"
-"59\n"
+"04060106.xhp\n"
+"par_id3159192\n"
+"683\n"
"help.text"
-msgid "<item type=\"input\">=OR(FALSE;TRUE)</item> returns TRUE."
+msgid "<item type=\"input\">=GCD_ADD(5;15;25)</item> returns 5."
msgstr ""
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"bm_id3156256\n"
+"04060106.xhp\n"
+"bm_id3156048\n"
"help.text"
-msgid "<bookmark_value>TRUE function</bookmark_value>"
-msgstr "<bookmark_value>TRUE ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>ISEVEN function</bookmark_value><bookmark_value>even integers</bookmark_value>"
+msgstr "<bookmark_value>ISEVEN ფუნქცია</bookmark_value><bookmark_value>ლუწი მთელი რიცხვები</bookmark_value>"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"hd_id3156256\n"
-"38\n"
+"04060106.xhp\n"
+"hd_id3156048\n"
+"245\n"
"help.text"
-msgid "TRUE"
-msgstr "TRUE"
+msgid "ISEVEN"
+msgstr "ISEVEN"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3155985\n"
-"39\n"
+"04060106.xhp\n"
+"par_id3149169\n"
+"246\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."
+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>"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"hd_id3153717\n"
-"40\n"
+"04060106.xhp\n"
+"hd_id3146928\n"
+"247\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3152590\n"
-"41\n"
+"04060106.xhp\n"
+"par_id3151203\n"
+"248\n"
"help.text"
-msgid "TRUE()"
-msgstr "TRUE()"
+msgid "ISEVEN(Value)"
+msgstr "ISEVEN(მნიშვნელობა)"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"hd_id3147175\n"
-"42\n"
+"04060106.xhp\n"
+"par_id3150491\n"
+"249\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<emph>Value</emph> is the value to be checked."
+msgstr "<emph>მნიშვნელობა</emph> შესამოწმებელი მნიშვნელობა."
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3146148\n"
-"43\n"
+"04060106.xhp\n"
+"par_id3445844\n"
"help.text"
-msgid "If A=TRUE and B=FALSE the following examples appear:"
+msgid "If Value is not an integer any digits after the decimal point are ignored. The sign of Value is also ignored."
msgstr ""
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3083285\n"
-"44\n"
+"04060106.xhp\n"
+"hd_id3154136\n"
+"250\n"
"help.text"
-msgid "<item type=\"input\">=AND(A;B)</item> returns FALSE"
-msgstr ""
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3083444\n"
-"45\n"
+"04060106.xhp\n"
+"par_id3163813\n"
+"251\n"
"help.text"
-msgid "<item type=\"input\">=OR(A;B)</item> returns TRUE"
+msgid "<item type=\"input\">=ISEVEN(48)</item> returns TRUE"
msgstr ""
-#: 04060105.xhp
+#: 04060106.xhp
msgctxt ""
-"04060105.xhp\n"
-"par_id3154314\n"
-"46\n"
+"04060106.xhp\n"
+"par_id8378856\n"
"help.text"
-msgid "<item type=\"input\">=NOT(AND(A;B))</item> returns TRUE"
+msgid "<item type=\"input\">=ISEVEN(33)</item> returns FALSE"
msgstr ""
-#: 12080700.xhp
-#, fuzzy
-msgctxt ""
-"12080700.xhp\n"
-"tit\n"
-"help.text"
-msgid "Show Details (Pivot Table)"
-msgstr "დეტალების ჩვენება"
-
-#: 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>"
-
-#: 12080700.xhp
+#: 04060106.xhp
msgctxt ""
-"12080700.xhp\n"
-"par_id871303\n"
+"04060106.xhp\n"
+"par_id7154759\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>"
+msgid "<item type=\"input\">=ISEVEN(0)</item> returns TRUE"
msgstr ""
-#: 12080700.xhp
+#: 04060106.xhp
msgctxt ""
-"12080700.xhp\n"
-"par_id7132480\n"
+"04060106.xhp\n"
+"par_id1912289\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."
+msgid "<item type=\"input\">=ISEVEN(-2.1)</item> returns TRUE"
msgstr ""
-#: func_date.xhp
+#: 04060106.xhp
msgctxt ""
-"func_date.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"par_id5627307\n"
"help.text"
-msgid "DATE"
-msgstr "DATE"
+msgid "<item type=\"input\">=ISEVEN(3.999)</item> returns FALSE"
+msgstr ""
-#: func_date.xhp
+#: 04060106.xhp
msgctxt ""
-"func_date.xhp\n"
-"bm_id3155511\n"
+"04060106.xhp\n"
+"bm_id3156034\n"
"help.text"
-msgid "<bookmark_value>DATE function</bookmark_value>"
-msgstr "<bookmark_value>DATE ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>ISODD function</bookmark_value><bookmark_value>odd integers</bookmark_value>"
+msgstr "<bookmark_value>ISODD ფუნქცია</bookmark_value><bookmark_value>კენტი მთელი რიცხვები</bookmark_value>"
-#: func_date.xhp
+#: 04060106.xhp
msgctxt ""
-"func_date.xhp\n"
-"hd_id3155511\n"
-"3\n"
+"04060106.xhp\n"
+"hd_id3156034\n"
+"255\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>"
+msgid "ISODD"
+msgstr "ISODD"
-#: func_date.xhp
+#: 04060106.xhp
msgctxt ""
-"func_date.xhp\n"
-"par_id3153551\n"
-"4\n"
+"04060106.xhp\n"
+"par_id3155910\n"
+"256\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 ""
+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>"
-#: func_date.xhp
+#: 04060106.xhp
msgctxt ""
-"func_date.xhp\n"
-"hd_id3148590\n"
-"5\n"
+"04060106.xhp\n"
+"hd_id3151006\n"
+"257\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_date.xhp
-msgctxt ""
-"func_date.xhp\n"
-"par_id3150474\n"
-"6\n"
-"help.text"
-msgid "DATE(Year; Month; Day)"
-msgstr "DATE(წელი; თვე; დღე)"
-
-#: 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."
-
-#: 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 ""
-
-#: func_date.xhp
+#: 04060106.xhp
msgctxt ""
-"func_date.xhp\n"
-"par_id3155817\n"
-"8\n"
+"04060106.xhp\n"
+"par_id3151375\n"
+"258\n"
"help.text"
-msgid "<emph>Month</emph> is an integer indicating the month."
-msgstr "<emph>თვე</emph> არის რიცხვი 1 და 12 შორის განსაზღვრავს თვეს."
+msgid "ISODD(value)"
+msgstr "ISODD(მნიშვნელობა)"
-#: func_date.xhp
+#: 04060106.xhp
msgctxt ""
-"func_date.xhp\n"
-"par_id3153183\n"
-"9\n"
+"04060106.xhp\n"
+"par_id3155139\n"
+"259\n"
"help.text"
-msgid "<emph>Day</emph> is an integer indicating the day of the month."
-msgstr ""
+msgid "<emph>Value</emph> is the value to be checked."
+msgstr "<emph>მნიშვნელობა</emph> შესამოწმებელი მნიშვნელობა."
-#: func_date.xhp
+#: 04060106.xhp
msgctxt ""
-"func_date.xhp\n"
-"par_id3156260\n"
-"10\n"
+"04060106.xhp\n"
+"par_id9027680\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."
+msgid "If Value is not an integer any digits after the decimal point are ignored. The sign of Value is also ignored."
msgstr ""
-#: func_date.xhp
+#: 04060106.xhp
msgctxt ""
-"func_date.xhp\n"
-"hd_id3147477\n"
-"12\n"
+"04060106.xhp\n"
+"hd_id3163723\n"
+"260\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: func_date.xhp
+#: 04060106.xhp
msgctxt ""
-"func_date.xhp\n"
-"par_id3152589\n"
-"16\n"
+"04060106.xhp\n"
+"par_id3155345\n"
+"261\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."
+msgid "<item type=\"input\">=ISODD(33)</item> returns TRUE"
msgstr ""
-#: 02180000.xhp
-msgctxt ""
-"02180000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "ფურცლის ასლი ან გადატანა"
-
-#: 02180000.xhp
+#: 04060106.xhp
msgctxt ""
-"02180000.xhp\n"
-"bm_id3153360\n"
+"04060106.xhp\n"
+"par_id9392986\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>"
+msgid "<item type=\"input\">=ISODD(48)</item> returns FALSE"
+msgstr ""
-#: 02180000.xhp
+#: 04060106.xhp
msgctxt ""
-"02180000.xhp\n"
-"hd_id3153360\n"
-"1\n"
+"04060106.xhp\n"
+"par_id5971251\n"
"help.text"
-msgid "Move or Copy a Sheet"
-msgstr "ფურცლის ასლი ან გადატანა"
+msgid "<item type=\"input\">=ISODD(3.999)</item> returns TRUE"
+msgstr ""
-#: 02180000.xhp
+#: 04060106.xhp
msgctxt ""
-"02180000.xhp\n"
-"par_id3154686\n"
-"2\n"
+"04060106.xhp\n"
+"par_id4136478\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>"
+msgid "<item type=\"input\">=ISODD(-3.1)</item> returns TRUE"
+msgstr ""
-#: 02180000.xhp
+#: 04060106.xhp
msgctxt ""
-"02180000.xhp\n"
-"par_id2282479\n"
+"04060106.xhp\n"
+"bm_id3145213\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!"
+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>"
-#: 02180000.xhp
+#: 04060106.xhp
msgctxt ""
-"02180000.xhp\n"
-"hd_id3163710\n"
-"3\n"
+"04060106.xhp\n"
+"hd_id3145213\n"
+"265\n"
"help.text"
-msgid "To Document"
-msgstr "დოკუმენტისათვის"
+msgid "LCM"
+msgstr "LCM"
-#: 02180000.xhp
-#, fuzzy
+#: 04060106.xhp
msgctxt ""
-"02180000.xhp\n"
-"par_id3148645\n"
-"4\n"
+"04060106.xhp\n"
+"par_id3146814\n"
+"266\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."
+msgid "<ahelp hid=\"HID_FUNC_KGV\">Returns the least common multiple of one or more integers.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_KGV\">აბრუნებს ერთი ან მეტი რიცხვის საერთო მამრავლს.</ahelp>"
-#: 02180000.xhp
+#: 04060106.xhp
msgctxt ""
-"02180000.xhp\n"
-"hd_id3154012\n"
-"5\n"
+"04060106.xhp\n"
+"hd_id3148632\n"
+"267\n"
"help.text"
-msgid "Insert Before"
-msgstr "წინ ჩასმა"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 02180000.xhp
-#, fuzzy
+#: 04060106.xhp
msgctxt ""
-"02180000.xhp\n"
-"par_id3145366\n"
-"6\n"
+"04060106.xhp\n"
+"par_id3147279\n"
+"268\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."
+msgid "LCM(Integer1; Integer2; ...; Integer30)"
+msgstr ""
-#: 02180000.xhp
+#: 04060106.xhp
msgctxt ""
-"02180000.xhp\n"
-"hd_id3153726\n"
-"7\n"
+"04060106.xhp\n"
+"par_id3156348\n"
+"269\n"
"help.text"
-msgid "Copy"
-msgstr "კოპირება"
+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-მდე რიცხვი, რომლის უმდაბლესი საერთო მამრავლი უნდა გამოითვალოს."
-#: 02180000.xhp
+#: 04060106.xhp
msgctxt ""
-"02180000.xhp\n"
-"par_id3144764\n"
-"8\n"
+"04060106.xhp\n"
+"hd_id3156431\n"
+"270\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."
+msgid "Example"
+msgstr "მაგალითი"
-#: func_now.xhp
+#: 04060106.xhp
msgctxt ""
-"func_now.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"par_id3154914\n"
+"271\n"
"help.text"
-msgid "NOW"
-msgstr "NOW"
+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 ""
-#: func_now.xhp
+#: 04060106.xhp
msgctxt ""
-"func_now.xhp\n"
-"bm_id3150521\n"
+"04060106.xhp\n"
+"bm_id3154230\n"
"help.text"
-msgid "<bookmark_value>NOW function</bookmark_value>"
-msgstr "<bookmark_value>NOW ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>LCM_ADD function</bookmark_value>"
+msgstr "<bookmark_value>LCM_ADD ფუნქცია</bookmark_value>"
-#: func_now.xhp
+#: 04060106.xhp
msgctxt ""
-"func_now.xhp\n"
-"hd_id3150521\n"
-"47\n"
+"04060106.xhp\n"
+"hd_id3154230\n"
+"684\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>"
+msgid "LCM_ADD"
+msgstr "LCM_ADD"
-#: func_now.xhp
+#: 04060106.xhp
msgctxt ""
-"func_now.xhp\n"
-"par_id3148829\n"
-"48\n"
+"04060106.xhp\n"
+"par_id3149036\n"
+"685\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 ""
+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>"
-#: func_now.xhp
+#: 04060106.xhp
msgctxt ""
-"func_now.xhp\n"
-"hd_id3146988\n"
-"49\n"
+"04060106.xhp\n"
+"hd_id3153132\n"
+"686\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_now.xhp
+#: 04060106.xhp
msgctxt ""
-"func_now.xhp\n"
-"par_id3154897\n"
-"50\n"
+"04060106.xhp\n"
+"par_id3154395\n"
+"687\n"
"help.text"
-msgid "NOW()"
-msgstr "NOW()"
+msgid "LCM_ADD(Number(s))"
+msgstr "LCM_ADD (რიცხვ(ებ)ი)"
-#: func_now.xhp
+#: 04060106.xhp
msgctxt ""
-"func_now.xhp\n"
-"par_id4598529\n"
+"04060106.xhp\n"
+"par_id3147377\n"
+"688\n"
"help.text"
-msgid "NOW is a function without arguments."
-msgstr ""
+msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
+msgstr "<emph>რიცხვ(ებ)ი</emph>: 30 რიცხვამდე სია."
-#: func_now.xhp
+#: 04060106.xhp
msgctxt ""
-"func_now.xhp\n"
-"hd_id3154205\n"
-"51\n"
+"04060106.xhp\n"
+"hd_id3145122\n"
+"689\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: func_now.xhp
+#: 04060106.xhp
msgctxt ""
-"func_now.xhp\n"
-"par_id3150774\n"
-"52\n"
+"04060106.xhp\n"
+"par_id3145135\n"
+"690\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."
+msgid "<item type=\"input\">=LCM_ADD(5;15;25)</item> returns 75."
msgstr ""
-#: 02140100.xhp
-msgctxt ""
-"02140100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Down"
-msgstr "დახატული"
-
-#: 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>"
-
-#: 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>"
-
-#: 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 "თუ მონიშნული დიაპაზონი არის მხოლოდ ერთი სვეტი, მაშინ ზედა უჯრის შემადგენლობა კოპირდება ყველ დანარჩენში. თუ მონიშნული რამოდენიმე სვეტი, მაშინ მითითებული მაღლითა უჯრა კოპირებული იქნება დაბლა."
-
-#: format_graphic.xhp
-msgctxt ""
-"format_graphic.xhp\n"
-"tit\n"
-"help.text"
-msgid "Graphic"
-msgstr "გრაფიკა"
-
-#: 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>"
-
-#: format_graphic.xhp
+#: 04060106.xhp
msgctxt ""
-"format_graphic.xhp\n"
-"par_idN10558\n"
+"04060106.xhp\n"
+"bm_id3155802\n"
"help.text"
-msgid "<ahelp hid=\".\">Opens a submenu to edit the properties of the selected object.</ahelp>"
-msgstr "<ahelp hid=\".\">ხსნის ქვემენიუს მონიშნული ობიექტის პარამეტრების ჩასასწორებლად.</ahelp>"
+msgid "<bookmark_value>COMBIN function</bookmark_value><bookmark_value>number of combinations</bookmark_value>"
+msgstr "<bookmark_value>COMBIN ფუნქცია</bookmark_value><bookmark_value>კომბინაციების რაოდენობა</bookmark_value>"
-#: format_graphic.xhp
+#: 04060106.xhp
msgctxt ""
-"format_graphic.xhp\n"
-"par_id1650440\n"
+"04060106.xhp\n"
+"hd_id3155802\n"
+"273\n"
"help.text"
-msgid "<link href=\"text/shared/01/05990000.xhp\">Define Text Attributes</link>"
-msgstr "<link href=\"text/shared/01/05990000.xhp\">ტექსტური ატრიბუტების განსაზღვრა</link>"
+msgid "COMBIN"
+msgstr "COMBIN"
-#: format_graphic.xhp
+#: 04060106.xhp
msgctxt ""
-"format_graphic.xhp\n"
-"par_id363475\n"
+"04060106.xhp\n"
+"par_id3156172\n"
+"274\n"
"help.text"
-msgid "Sets the layout and anchoring properties for text in the selected drawing or text object."
-msgstr "მომართავს განლაგებას და ღუზის პარამეტრებს ტექსტისათვის მონიშნულ ნახატში ან ტექსტურ ობიექტში."
+msgid "<ahelp hid=\"HID_FUNC_KOMBINATIONEN\">Returns the number of combinations for elements without repetition.</ahelp>"
+msgstr ""
-#: format_graphic.xhp
+#: 04060106.xhp
msgctxt ""
-"format_graphic.xhp\n"
-"par_id9746696\n"
+"04060106.xhp\n"
+"hd_id3156193\n"
+"275\n"
"help.text"
-msgid "Points"
-msgstr "წერტილები"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: format_graphic.xhp
+#: 04060106.xhp
msgctxt ""
-"format_graphic.xhp\n"
-"par_id2480544\n"
+"04060106.xhp\n"
+"par_id3150223\n"
+"276\n"
"help.text"
-msgid "<ahelp hid=\".\">Switches <emph>Edit Points</emph> mode for an inserted freeform line on and off.</ahelp>"
+msgid "COMBIN(Count1; Count2)"
msgstr ""
-#: 06030900.xhp
-msgctxt ""
-"06030900.xhp\n"
-"tit\n"
-"help.text"
-msgid "Refresh Traces"
-msgstr "კვალების განახლება"
-
-#: 06030900.xhp
+#: 04060106.xhp
msgctxt ""
-"06030900.xhp\n"
-"bm_id3152349\n"
+"04060106.xhp\n"
+"par_id3150313\n"
+"277\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>"
+msgid "<emph>Count1</emph> is the number of items in the set."
+msgstr ""
-#: 06030900.xhp
+#: 04060106.xhp
msgctxt ""
-"06030900.xhp\n"
-"hd_id3152349\n"
-"1\n"
+"04060106.xhp\n"
+"par_id3153830\n"
+"278\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>"
+msgid "<emph>Count2</emph> is the number of items to choose from the set."
+msgstr ""
-#: 06030900.xhp
+#: 04060106.xhp
msgctxt ""
-"06030900.xhp\n"
-"par_id3148947\n"
-"2\n"
+"04060106.xhp\n"
+"par_id6807458\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>"
+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 ""
-#: 06030900.xhp
+#: 04060106.xhp
msgctxt ""
-"06030900.xhp\n"
-"par_id3148798\n"
-"3\n"
+"04060106.xhp\n"
+"par_id7414471\n"
"help.text"
-msgid "Detective arrows in the document are updated under the following circumstances:"
+msgid "COMBIN implements the formula: Count1!/(Count2!*(Count1-Count2)!)"
msgstr ""
-#: 06030900.xhp
+#: 04060106.xhp
msgctxt ""
-"06030900.xhp\n"
-"par_id3153192\n"
-"4\n"
+"04060106.xhp\n"
+"hd_id3153171\n"
+"279\n"
"help.text"
-msgid "Starting <emph>Tools - Detective - Update Refresh Traces</emph>"
-msgstr "დაწყება<emph>ხელსაწყოები - აღმომჩენი კვალების განახლება</emph>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 06030900.xhp
+#: 04060106.xhp
msgctxt ""
-"06030900.xhp\n"
-"par_id3151041\n"
-"5\n"
+"04060106.xhp\n"
+"par_id3153517\n"
+"280\n"
"help.text"
-msgid "If <emph>Tools - Detective - Update Automatically</emph> is turned on, every time formulas are changed in the document."
+msgid "<item type=\"input\">=COMBIN(3;2)</item> returns 3."
msgstr ""
-#: 05080300.xhp
+#: 04060106.xhp
msgctxt ""
-"05080300.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"bm_id3150284\n"
"help.text"
-msgid "Edit Print Ranges"
-msgstr "დასაბეჭდი დიაპაზონების ჩასწორება"
+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>"
-#: 05080300.xhp
+#: 04060106.xhp
msgctxt ""
-"05080300.xhp\n"
-"hd_id3153088\n"
-"1\n"
+"04060106.xhp\n"
+"hd_id3150284\n"
+"282\n"
"help.text"
-msgid "Edit Print Ranges"
-msgstr "დასაბეჭდი დიაპაზონების ჩასწორება"
+msgid "COMBINA"
+msgstr "COMBINA"
-#: 05080300.xhp
+#: 04060106.xhp
msgctxt ""
-"05080300.xhp\n"
-"par_id3159488\n"
-"2\n"
+"04060106.xhp\n"
+"par_id3157894\n"
+"283\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."
+msgid "<ahelp hid=\"HID_FUNC_KOMBINATIONEN2\">Returns the number of combinations of a subset of items including repetitions.</ahelp>"
msgstr ""
-#: 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\"/>"
-
-#: 05080300.xhp
-msgctxt ""
-"05080300.xhp\n"
-"hd_id3156281\n"
-"3\n"
-"help.text"
-msgid "Print range"
-msgstr "დიაპაზონის დაბეჭდვა"
-
-#: 05080300.xhp
+#: 04060106.xhp
msgctxt ""
-"05080300.xhp\n"
-"par_id3147228\n"
-"4\n"
+"04060106.xhp\n"
+"hd_id3145752\n"
+"284\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>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 05080300.xhp
+#: 04060106.xhp
msgctxt ""
-"05080300.xhp\n"
-"par_id3145174\n"
-"5\n"
+"04060106.xhp\n"
+"par_id3145765\n"
+"285\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."
+msgid "COMBINA(Count1; Count2)"
msgstr ""
-#: 05080300.xhp
+#: 04060106.xhp
msgctxt ""
-"05080300.xhp\n"
-"par_id3145272\n"
-"6\n"
+"04060106.xhp\n"
+"par_id3153372\n"
+"286\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."
+msgid "<emph>Count1</emph> is the number of items in the set."
msgstr ""
-#: 05080300.xhp
+#: 04060106.xhp
msgctxt ""
-"05080300.xhp\n"
-"hd_id3149260\n"
-"7\n"
+"04060106.xhp\n"
+"par_id3155544\n"
+"287\n"
"help.text"
-msgid "Rows to repeat"
-msgstr "გასამეორებელი რიგები"
+msgid "<emph>Count2</emph> is the number of items to choose from the set."
+msgstr ""
-#: 05080300.xhp
+#: 04060106.xhp
msgctxt ""
-"05080300.xhp\n"
-"par_id3147426\n"
-"8\n"
+"04060106.xhp\n"
+"par_id1997131\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."
+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 ""
-#: 05080300.xhp
+#: 04060106.xhp
msgctxt ""
-"05080300.xhp\n"
-"par_id3155418\n"
-"9\n"
+"04060106.xhp\n"
+"par_id2052064\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."
+msgid "COMBINA implements the formula: (Count1+Count2-1)! / (Count2!(Count1-1)!)"
msgstr ""
-#: 05080300.xhp
+#: 04060106.xhp
msgctxt ""
-"05080300.xhp\n"
-"hd_id3149581\n"
-"10\n"
+"04060106.xhp\n"
+"hd_id3154584\n"
+"288\n"
"help.text"
-msgid "Columns to repeat"
-msgstr "გასამეორებელი სვეტები"
+msgid "Example"
+msgstr "მაგალითი"
-#: 05080300.xhp
+#: 04060106.xhp
msgctxt ""
-"05080300.xhp\n"
-"par_id3155602\n"
-"11\n"
+"04060106.xhp\n"
+"par_id3152904\n"
+"289\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."
+msgid "<item type=\"input\">=COMBINA(3;2)</item> returns 6."
msgstr ""
-#: 05080300.xhp
+#: 04060106.xhp
msgctxt ""
-"05080300.xhp\n"
-"par_id3150749\n"
-"12\n"
+"04060106.xhp\n"
+"bm_id3156086\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 ""
+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>"
-#: 05060000.xhp
+#: 04060106.xhp
msgctxt ""
-"05060000.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"hd_id3156086\n"
+"291\n"
"help.text"
-msgid "Merge and Center Cells"
-msgstr ""
+msgid "TRUNC"
+msgstr "TRUNC"
-#: 05060000.xhp
+#: 04060106.xhp
msgctxt ""
-"05060000.xhp\n"
-"hd_id3149785\n"
-"1\n"
+"04060106.xhp\n"
+"par_id3157866\n"
+"292\n"
"help.text"
-msgid "<link href=\"text/scalc/01/05060000.xhp\" name=\"Merge and Center Cells\">Merge and Center Cells</link>"
+msgid "<ahelp hid=\"HID_FUNC_KUERZEN\">Truncates a number by removing decimal places.</ahelp>"
msgstr ""
-#: 05060000.xhp
+#: 04060106.xhp
msgctxt ""
-"05060000.xhp\n"
-"par_id3151246\n"
-"2\n"
+"04060106.xhp\n"
+"hd_id3148499\n"
+"293\n"
"help.text"
-msgid "<ahelp hid=\".\">Combines the selected cells into a single cell or splits merged cells. Aligns cell content centered.</ahelp>"
-msgstr ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 05060000.xhp
+#: 04060106.xhp
msgctxt ""
-"05060000.xhp\n"
-"par_id3154020\n"
-"18\n"
+"04060106.xhp\n"
+"par_id3148511\n"
+"294\n"
"help.text"
-msgid "Choose <emph>Format - Merge Cells - Merge and Center Cells</emph>"
-msgstr ""
+msgid "TRUNC(Number; Count)"
+msgstr "TRUNC(რიცხვი; თვლა)"
-#: 05060000.xhp
+#: 04060106.xhp
msgctxt ""
-"05060000.xhp\n"
-"par_id3148552\n"
-"4\n"
+"04060106.xhp\n"
+"par_id3150796\n"
+"295\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."
+msgid "Returns <emph>Number</emph> with at most <emph>Count</emph> decimal places. Excess decimal places are simply removed, irrespective of sign."
msgstr ""
-#: 05060000.xhp
+#: 04060106.xhp
msgctxt ""
-"05060000.xhp\n"
-"par_id3149665\n"
-"3\n"
+"04060106.xhp\n"
+"par_id3150816\n"
+"296\n"
"help.text"
-msgid "If the cells to be merged have any contents, a security dialog is shown."
+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 ""
-#: 05060000.xhp
+#: 04060106.xhp
msgctxt ""
-"05060000.xhp\n"
-"par_id3153718\n"
+"04060106.xhp\n"
+"par_id3148548\n"
+"557\n"
"help.text"
-msgid "Merging cells can lead to calculation errors in formulas in the table."
+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 ""
-#: 12040000.xhp
-msgctxt ""
-"12040000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Filter"
-msgstr "ფილტრი"
-
-#: 12040000.xhp
+#: 04060106.xhp
msgctxt ""
-"12040000.xhp\n"
-"hd_id3150767\n"
-"1\n"
+"04060106.xhp\n"
+"hd_id3152555\n"
+"297\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>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12040000.xhp
+#: 04060106.xhp
msgctxt ""
-"12040000.xhp\n"
-"par_id3155131\n"
-"2\n"
+"04060106.xhp\n"
+"par_id3152569\n"
+"298\n"
"help.text"
-msgid "<ahelp hid=\".\">Shows commands to filter your data.</ahelp>"
+msgid "<item type=\"input\">=TRUNC(1.239;2)</item> returns 1.23. The 9 is lost."
msgstr ""
-#: 12040000.xhp
-msgctxt ""
-"12040000.xhp\n"
-"par_id3146119\n"
-"7\n"
-"help.text"
-msgid "$[officename] automatically recognizes predefined database ranges."
-msgstr "$[officename] ავტომატურად ამოიცნობს წინასწარ განსაზღვრულ მონაცემთა ბაზის დიაპაზონს."
-
-#: 12040000.xhp
-msgctxt ""
-"12040000.xhp\n"
-"par_id3153363\n"
-"3\n"
-"help.text"
-msgid "The following filtering options are available:"
-msgstr "ფილტრის შემდეგი პარამეტრებია ხელმისაწვდომი:"
-
-#: 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>"
-
-#: 12040000.xhp
+#: 04060106.xhp
msgctxt ""
-"12040000.xhp\n"
-"hd_id3159153\n"
-"5\n"
+"04060106.xhp\n"
+"par_id7050080\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>"
+msgid "<item type=\"input\">=TRUNC(-1.234999;3)</item> returns -1.234. All the 9s are lost."
+msgstr ""
-#: 12090104.xhp
+#: 04060106.xhp
msgctxt ""
-"12090104.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"bm_id3153601\n"
"help.text"
-msgid "Options"
-msgstr "პარამეტრები"
+msgid "<bookmark_value>LN function</bookmark_value><bookmark_value>natural logarithm</bookmark_value>"
+msgstr "<bookmark_value>LN ფუნქცია</bookmark_value><bookmark_value>ნატურალური ლოგარითმი</bookmark_value>"
-#: 12090104.xhp
+#: 04060106.xhp
msgctxt ""
-"12090104.xhp\n"
-"hd_id3149119\n"
-"1\n"
+"04060106.xhp\n"
+"hd_id3153601\n"
+"301\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>"
+msgid "LN"
+msgstr "LN"
-#: 12090104.xhp
+#: 04060106.xhp
msgctxt ""
-"12090104.xhp\n"
-"par_id3147102\n"
-"2\n"
+"04060106.xhp\n"
+"par_id3154974\n"
+"302\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>"
+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."
-#: 12090104.xhp
+#: 04060106.xhp
msgctxt ""
-"12090104.xhp\n"
-"hd_id3147008\n"
-"3\n"
+"04060106.xhp\n"
+"hd_id3154993\n"
+"303\n"
"help.text"
-msgid "Options"
-msgstr "პარამეტრები"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090104.xhp
+#: 04060106.xhp
msgctxt ""
-"12090104.xhp\n"
-"hd_id3153662\n"
-"5\n"
+"04060106.xhp\n"
+"par_id3155284\n"
+"304\n"
"help.text"
-msgid "Case sensitive"
-msgstr "რეგისტრისადმი მგძნობიარე"
+msgid "LN(Number)"
+msgstr "LN(რიცხვი)"
-#: 12090104.xhp
+#: 04060106.xhp
msgctxt ""
-"12090104.xhp\n"
-"par_id3145673\n"
-"6\n"
+"04060106.xhp\n"
+"par_id3155297\n"
+"305\n"
"help.text"
-msgid "Distinguishes between uppercase and lowercase letters."
-msgstr ""
+msgid "<emph>Number</emph> is the value whose natural logarithm is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა რომლის ნატურალური ლოგარითმი უნდა გამოითვალოს."
-#: 12090104.xhp
+#: 04060106.xhp
msgctxt ""
-"12090104.xhp\n"
-"hd_id3156327\n"
-"7\n"
+"04060106.xhp\n"
+"hd_id3153852\n"
+"306\n"
"help.text"
-msgid "Regular Expression"
-msgstr "რეგულარული გამოსახულება"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090104.xhp
+#: 04060106.xhp
msgctxt ""
-"12090104.xhp\n"
-"par_id3151245\n"
-"8\n"
+"04060106.xhp\n"
+"par_id3153866\n"
+"307\n"
"help.text"
-msgid "Allows you to use wildcards in the filter definition."
+msgid "<item type=\"input\">=LN(3)</item> returns the natural logarithm of 3 (approximately 1.0986)."
msgstr ""
-#: 12090104.xhp
+#: 04060106.xhp
msgctxt ""
-"12090104.xhp\n"
-"par_id3147264\n"
-"29\n"
+"04060106.xhp\n"
+"par_id5747245\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."
+msgid "<item type=\"input\">=LN(EXP(321))</item> returns 321."
msgstr ""
-#: 12090104.xhp
-msgctxt ""
-"12090104.xhp\n"
-"hd_id3153379\n"
-"30\n"
-"help.text"
-msgid "Unique records only"
-msgstr "მხოლოდ უნიკალური ჩანაწერები"
-
-#: 12090104.xhp
-msgctxt ""
-"12090104.xhp\n"
-"par_id3154138\n"
-"31\n"
-"help.text"
-msgid "Excludes duplicate rows in the list of filtered data."
-msgstr "გაფილტრული რიგების სიიდან შვლის დუბლირებულ რიგებს."
-
-#: 12090104.xhp
-#, fuzzy
-msgctxt ""
-"12090104.xhp\n"
-"hd_id3156282\n"
-"32\n"
-"help.text"
-msgid "Data area"
-msgstr "მონაცემების არე"
-
-#: 12090104.xhp
+#: 04060106.xhp
msgctxt ""
-"12090104.xhp\n"
-"par_id3150768\n"
-"33\n"
+"04060106.xhp\n"
+"bm_id3109813\n"
"help.text"
-msgid "Displays the name of the filtered data area in the table."
-msgstr "ასახავს ცხრილში გაფილტრული მონაცემების არის სახელს."
+msgid "<bookmark_value>LOG function</bookmark_value><bookmark_value>logarithms</bookmark_value>"
+msgstr "<bookmark_value>LOG ფუნქცია</bookmark_value><bookmark_value>ლოგარითმები</bookmark_value>"
-#: 12090104.xhp
+#: 04060106.xhp
msgctxt ""
-"12090104.xhp\n"
-"hd_id3156424\n"
-"34\n"
+"04060106.xhp\n"
+"hd_id3109813\n"
+"311\n"
"help.text"
-msgid "More<<"
-msgstr "დამატებით<<"
+msgid "LOG"
+msgstr "LOG"
-#: 12090104.xhp
+#: 04060106.xhp
msgctxt ""
-"12090104.xhp\n"
-"par_id3125864\n"
-"35\n"
+"04060106.xhp\n"
+"par_id3109841\n"
+"312\n"
"help.text"
-msgid "Hides the additional options."
-msgstr "მალავს დამატებით პარამეტრებს."
+msgid "<ahelp hid=\"HID_FUNC_LOG\">Returns the logarithm of a number to the specified base.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_LOG\">აბრუნებს რიცხვის ლოგარითმს მითითებული ფუძით.</ahelp>"
-#: 12090104.xhp
+#: 04060106.xhp
msgctxt ""
-"12090104.xhp\n"
-"par_id3154011\n"
+"04060106.xhp\n"
+"hd_id3144719\n"
+"313\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>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 05040000.xhp
+#: 04060106.xhp
msgctxt ""
-"05040000.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"par_id3144732\n"
+"314\n"
"help.text"
-msgid "Column"
-msgstr "სვეტი"
+msgid "LOG(Number; Base)"
+msgstr "LOG(რიცხვი; ფუძე)"
-#: 05040000.xhp
+#: 04060106.xhp
msgctxt ""
-"05040000.xhp\n"
-"hd_id3155628\n"
-"1\n"
+"04060106.xhp\n"
+"par_id3144746\n"
+"315\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>"
+msgid "<emph>Number</emph> is the value whose logarithm is to be calculated."
+msgstr "<emph>რიცხვი</emph> მნიშვნელობა, რომლის ლოგარითმიც უნდა გამოითვალოს."
-#: 05040000.xhp
+#: 04060106.xhp
msgctxt ""
-"05040000.xhp\n"
-"par_id3148946\n"
-"2\n"
+"04060106.xhp\n"
+"par_id3152840\n"
+"316\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the column width and hides or shows selected columns.</ahelp>"
+msgid "<emph>Base</emph> (optional) is the base for the logarithm calculation. If omitted, Base 10 is assumed."
msgstr ""
-#: 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>"
-
-#: 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>"
-
-#: 02140000.xhp
+#: 04060106.xhp
msgctxt ""
-"02140000.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"hd_id3152860\n"
+"317\n"
"help.text"
-msgid "Fill"
-msgstr "შევსება"
+msgid "Example"
+msgstr "მაგალითი"
-#: 02140000.xhp
+#: 04060106.xhp
msgctxt ""
-"02140000.xhp\n"
-"bm_id8473769\n"
+"04060106.xhp\n"
+"par_id3154429\n"
+"318\n"
"help.text"
-msgid "<bookmark_value>filling;selection lists</bookmark_value> <bookmark_value>selection lists;filling cells</bookmark_value>"
+msgid "<item type=\"input\">=LOG(10;3)</item> returns the logarithm to base 3 of 10 (approximately 2.0959)."
msgstr ""
-#: 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>"
-
-#: 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>"
-
-#: 02140000.xhp
+#: 04060106.xhp
msgctxt ""
-"02140000.xhp\n"
-"par_id3147343\n"
-"9\n"
+"04060106.xhp\n"
+"par_id5577562\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> უჯრების შესავსებად."
+msgid "<item type=\"input\">=LOG(7^4;7)</item> returns 4."
+msgstr ""
-#: 02140000.xhp
+#: 04060106.xhp
msgctxt ""
-"02140000.xhp\n"
-"hd_id3149207\n"
-"7\n"
+"04060106.xhp\n"
+"bm_id3154187\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>"
+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>"
-#: 02140000.xhp
+#: 04060106.xhp
msgctxt ""
-"02140000.xhp\n"
-"hd_id3155111\n"
-"8\n"
+"04060106.xhp\n"
+"hd_id3154187\n"
+"322\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>"
+msgid "LOG10"
+msgstr "LOG10"
-#: 02140000.xhp
+#: 04060106.xhp
msgctxt ""
-"02140000.xhp\n"
-"par_id3152994\n"
-"3\n"
+"04060106.xhp\n"
+"par_id3155476\n"
+"323\n"
"help.text"
-msgid "<emph>Filling cells using context menus:</emph>"
-msgstr "<emph>უჯრების შესავსებათ კონტექსტური მენიუების გამოყენება:</emph>"
+msgid "<ahelp hid=\"HID_FUNC_LOG10\">Returns the base-10 logarithm of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_LOG10\">აბრუნებს რიცხვის ლოგარითმს ფუძით 10.</ahelp>"
-#: 02140000.xhp
+#: 04060106.xhp
msgctxt ""
-"02140000.xhp\n"
-"par_id3145384\n"
-"4\n"
+"04060106.xhp\n"
+"hd_id3155494\n"
+"324\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>."
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 02140000.xhp
+#: 04060106.xhp
msgctxt ""
-"02140000.xhp\n"
-"par_id3156450\n"
-"5\n"
+"04060106.xhp\n"
+"par_id3159294\n"
+"325\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> ტექსტი დახარისხებულია ალფავიტის მიხელვით და გამეორებული ტექსტები ჩანს მხოლოდ ერთხელ."
+msgid "LOG10(Number)"
+msgstr "LOG10(რიცხვი)"
-#: 02140000.xhp
+#: 04060106.xhp
msgctxt ""
-"02140000.xhp\n"
-"par_id3148699\n"
-"6\n"
+"04060106.xhp\n"
+"par_id3159308\n"
+"326\n"
"help.text"
-msgid "Click one of the listed entries to copy it to the cell."
-msgstr "დააწკაპე ჩამონათვალში ერთერთს მისი უჯრაში კოპირებისათვის."
+msgid "Returns the logarithm to base 10 of <emph>Number</emph>."
+msgstr ""
-#: 06030000.xhp
+#: 04060106.xhp
msgctxt ""
-"06030000.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"hd_id3159328\n"
+"327\n"
"help.text"
-msgid "Detective"
-msgstr "აღმომჩენი"
+msgid "Example"
+msgstr "მაგალითი"
-#: 06030000.xhp
+#: 04060106.xhp
msgctxt ""
-"06030000.xhp\n"
-"bm_id3151245\n"
+"04060106.xhp\n"
+"par_id3157916\n"
+"328\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>"
+msgid "<item type=\"input\">=LOG10(5)</item> returns the base-10 logarithm of 5 (approximately 0.69897)."
msgstr ""
-#: 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>"
-
-#: 06030000.xhp
+#: 04060106.xhp
msgctxt ""
-"06030000.xhp\n"
-"par_id3151211\n"
-"2\n"
+"04060106.xhp\n"
+"bm_id3152518\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 "აღმომჩენი აღმომჩენი დამოკიდებულებები ფორმულა -სკენ დუ."
+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>"
-#: 06030000.xhp
+#: 04060106.xhp
msgctxt ""
-"06030000.xhp\n"
-"par_id3150447\n"
-"3\n"
+"04060106.xhp\n"
+"hd_id3152518\n"
+"332\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 ""
+msgid "CEILING"
+msgstr "CEILING"
-#: text2columns.xhp
+#: 04060106.xhp
msgctxt ""
-"text2columns.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"par_id3153422\n"
+"558\n"
"help.text"
-msgid "Text to Columns"
-msgstr ""
+msgid "<ahelp hid=\"HID_FUNC_OBERGRENZE\">Rounds a number up to the nearest multiple of Significance.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_OBERGRENZE\">ამრგვალებს რიცხვს უახლოეს საერთო მამრავლამდე.</ahelp>"
-#: text2columns.xhp
+#: 04060106.xhp
msgctxt ""
-"text2columns.xhp\n"
-"bm_id8004394\n"
+"04060106.xhp\n"
+"hd_id3153440\n"
+"334\n"
"help.text"
-msgid "<bookmark_value>text to columns</bookmark_value>"
-msgstr "<bookmark_value>RSQ გამოთვლები</bookmark_value>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: text2columns.xhp
+#: 04060106.xhp
msgctxt ""
-"text2columns.xhp\n"
-"hd_id2300180\n"
+"04060106.xhp\n"
+"par_id3153454\n"
+"335\n"
"help.text"
-msgid "<link href=\"text/scalc/01/text2columns.xhp\">Text to Columns</link>"
-msgstr ""
+msgid "CEILING(Number; Significance; Mode)"
+msgstr "CEILING(რიცხვი; რეჟიმი"
-#: text2columns.xhp
+#: 04060106.xhp
msgctxt ""
-"text2columns.xhp\n"
-"par_id655232\n"
+"04060106.xhp\n"
+"par_id3153467\n"
+"336\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 ""
+msgid "<emph>Number</emph> is the number that is to be rounded up."
+msgstr "<emph>რიცხვი</emph> არის ასამრგვალებელი რიცხვი."
-#: text2columns.xhp
+#: 04060106.xhp
msgctxt ""
-"text2columns.xhp\n"
-"hd_id9599597\n"
+"04060106.xhp\n"
+"par_id3155000\n"
+"337\n"
"help.text"
-msgid "To expand cell contents to multiple cells"
+msgid "<emph>Significance</emph> is the number to whose multiple the value is to be rounded up."
msgstr ""
-#: text2columns.xhp
+#: 04060106.xhp
msgctxt ""
-"text2columns.xhp\n"
-"par_id2021546\n"
+"04060106.xhp\n"
+"par_id3155020\n"
+"559\n"
"help.text"
-msgid "You can expand cells that contain comma separated values (CSV) into multiple cells in the same row."
+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 ""
-#: text2columns.xhp
+#: 04060106.xhp
msgctxt ""
-"text2columns.xhp\n"
-"par_id2623981\n"
+"04060106.xhp\n"
+"par_id3163792\n"
+"629\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>."
+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 ""
-#: text2columns.xhp
+#: 04060106.xhp
msgctxt ""
-"text2columns.xhp\n"
-"par_id7242042\n"
+"04060106.xhp\n"
+"hd_id3145697\n"
+"338\n"
"help.text"
-msgid "Select the cell or cells that you want to expand."
-msgstr ""
+msgid "Example"
+msgstr "მაგალითი"
-#: text2columns.xhp
+#: 04060106.xhp
msgctxt ""
-"text2columns.xhp\n"
-"par_id6999420\n"
+"04060106.xhp\n"
+"par_id3145710\n"
+"339\n"
"help.text"
-msgid "Choose <emph>Data - Text to Columns</emph>."
+msgid "<item type=\"input\">=CEILING(-11;-2)</item> returns -10"
msgstr ""
-#: text2columns.xhp
+#: 04060106.xhp
msgctxt ""
-"text2columns.xhp\n"
-"par_id6334116\n"
+"04060106.xhp\n"
+"par_id3145725\n"
+"340\n"
"help.text"
-msgid "You see the Text to Columns dialog."
+msgid "<item type=\"input\">=CEILING(-11;-2;0)</item> returns -10"
msgstr ""
-#: text2columns.xhp
+#: 04060106.xhp
msgctxt ""
-"text2columns.xhp\n"
-"par_id9276406\n"
+"04060106.xhp\n"
+"par_id3145740\n"
+"341\n"
"help.text"
-msgid "Select the separator options. The preview shows how the current cell contents will be transformed into multiple cells."
+msgid "<item type=\"input\">=CEILING(-11;-2;1)</item> returns -12"
msgstr ""
-#: text2columns.xhp
+#: 04060106.xhp
msgctxt ""
-"text2columns.xhp\n"
-"par_id8523819\n"
+"04060106.xhp\n"
+"bm_id3157762\n"
"help.text"
-msgid "You can select a fixed width and then click the ruler on the preview to set cell breakup positions."
-msgstr ""
+msgid "<bookmark_value>PI function</bookmark_value>"
+msgstr "<bookmark_value>PI ფუნქცია</bookmark_value>"
-#: text2columns.xhp
+#: 04060106.xhp
msgctxt ""
-"text2columns.xhp\n"
-"par_id1517380\n"
+"04060106.xhp\n"
+"hd_id3157762\n"
+"343\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 ""
+msgid "PI"
+msgstr "PI"
-#: text2columns.xhp
+#: 04060106.xhp
msgctxt ""
-"text2columns.xhp\n"
-"par_id7110812\n"
+"04060106.xhp\n"
+"par_id3157790\n"
+"344\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."
+msgid "<ahelp hid=\"HID_FUNC_PI\">Returns 3.14159265358979, the value of the mathematical constant PI to 14 decimal places.</ahelp>"
msgstr ""
-#: 06031000.xhp
+#: 04060106.xhp
msgctxt ""
-"06031000.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"hd_id3157809\n"
+"345\n"
"help.text"
-msgid "AutoRefresh"
-msgstr "ავტოგანახლება"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 06031000.xhp
+#: 04060106.xhp
msgctxt ""
-"06031000.xhp\n"
-"bm_id3154515\n"
+"04060106.xhp\n"
+"par_id3157822\n"
+"346\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>"
+msgid "PI()"
+msgstr "PI()"
-#: 06031000.xhp
+#: 04060106.xhp
msgctxt ""
-"06031000.xhp\n"
-"hd_id3154515\n"
-"1\n"
+"04060106.xhp\n"
+"hd_id3157836\n"
+"347\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>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 06031000.xhp
+#: 04060106.xhp
msgctxt ""
-"06031000.xhp\n"
-"par_id3147264\n"
-"2\n"
+"04060106.xhp\n"
+"par_id3152370\n"
+"348\n"
"help.text"
-msgid "<ahelp hid=\".uno:AutoRefreshArrows\" visibility=\"visible\">Automatically refreshes all the traces in the sheet whenever you modify a formula.</ahelp>"
+msgid "<item type=\"input\">=PI()</item> returns 3.14159265358979."
msgstr ""
-#: func_workday.xhp
-msgctxt ""
-"func_workday.xhp\n"
-"tit\n"
-"help.text"
-msgid "WORKDAY"
-msgstr "WORKDAY"
-
-#: func_workday.xhp
+#: 04060106.xhp
msgctxt ""
-"func_workday.xhp\n"
-"bm_id3149012\n"
+"04060106.xhp\n"
+"bm_id3152418\n"
"help.text"
-msgid "<bookmark_value>WORKDAY function</bookmark_value>"
-msgstr "<bookmark_value>WORKDAY ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>MULTINOMIAL function</bookmark_value>"
+msgstr "<bookmark_value>MULTINOMIAL ფუნქცია</bookmark_value>"
-#: func_workday.xhp
+#: 04060106.xhp
msgctxt ""
-"func_workday.xhp\n"
-"hd_id3149012\n"
-"186\n"
+"04060106.xhp\n"
+"hd_id3152418\n"
+"635\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>"
+msgid "MULTINOMIAL"
+msgstr "MULTINOMIAL"
-#: func_workday.xhp
+#: 04060106.xhp
msgctxt ""
-"func_workday.xhp\n"
-"par_id3149893\n"
-"187\n"
+"04060106.xhp\n"
+"par_id3152454\n"
+"636\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>"
+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>"
-#: func_workday.xhp
+#: 04060106.xhp
msgctxt ""
-"func_workday.xhp\n"
-"hd_id3146944\n"
-"188\n"
+"04060106.xhp\n"
+"hd_id3155646\n"
+"637\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_workday.xhp
-msgctxt ""
-"func_workday.xhp\n"
-"par_id3154844\n"
-"189\n"
-"help.text"
-msgid "WORKDAY(StartDate; Days; Holidays)"
-msgstr "WORKDAY (საწყისი თარიღი;დღეები;დღესასწაულები)"
-
-#: 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>: თარიღი რომლიდანაც იწყება გამოთვლა. თუ საწყისი თარიღი სამუშაო დღეა, თარიღი ჩართულია გამოთვლაში."
-
-#: func_workday.xhp
+#: 04060106.xhp
msgctxt ""
-"func_workday.xhp\n"
-"par_id3153038\n"
-"191\n"
+"04060106.xhp\n"
+"par_id3155660\n"
+"638\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>: სამუშაო დღეების რაოდენობა. დადებითი მნიშვნელობა საწყისი თარიღიდან უარყოფითი მნიშვნელობა შედეგისთვის საწყის თარიღამდე."
+msgid "MULTINOMIAL(Number(s))"
+msgstr "MULTINOMIAL (რიცხვ(ებ)ი)"
-#: func_workday.xhp
+#: 04060106.xhp
msgctxt ""
-"func_workday.xhp\n"
-"par_id3150693\n"
-"192\n"
+"04060106.xhp\n"
+"par_id3155673\n"
+"639\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>: დღესასწაულების სია. ესენია არასამუშაო დღეები. შეიყვანეთ უჯრათა დიაპაზონი სადაც გამოსასვლელებია ჩამოთვლილი."
+msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
+msgstr "<emph>რიცხვ(ებ)ი</emph>: 30 რიცხვამდე სია."
-#: func_workday.xhp
+#: 04060106.xhp
msgctxt ""
-"func_workday.xhp\n"
-"hd_id3150141\n"
-"193\n"
+"04060106.xhp\n"
+"hd_id3155687\n"
+"640\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 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\"."
-
-#: func_workday.xhp
+#: 04060106.xhp
msgctxt ""
-"func_workday.xhp\n"
-"par_id3146142\n"
-"195\n"
+"04060106.xhp\n"
+"par_id3155701\n"
+"641\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."
+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 ""
-#: 12020000.xhp
-msgctxt ""
-"12020000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Select Database Range"
-msgstr "მონაცემთა ბაზის დიაპაზონი"
-
-#: 12020000.xhp
+#: 04060106.xhp
msgctxt ""
-"12020000.xhp\n"
-"bm_id3145068\n"
+"04060106.xhp\n"
+"bm_id3155717\n"
"help.text"
-msgid "<bookmark_value>databases; selecting (Calc)</bookmark_value>"
-msgstr "<bookmark_value>მონცემთა ბაზები; მონიშვნა (Calc)</bookmark_value>"
+msgid "<bookmark_value>POWER function</bookmark_value>"
+msgstr "<bookmark_value>POWER ფუნქცია</bookmark_value>"
-#: 12020000.xhp
+#: 04060106.xhp
msgctxt ""
-"12020000.xhp\n"
-"hd_id3145068\n"
-"1\n"
+"04060106.xhp\n"
+"hd_id3155717\n"
+"350\n"
"help.text"
-msgid "Select Database Range"
-msgstr "მონაცემთა ბაზის დიაპაზონის არჩევა"
+msgid "POWER"
+msgstr "POWER"
-#: 12020000.xhp
+#: 04060106.xhp
msgctxt ""
-"12020000.xhp\n"
-"par_id3149655\n"
-"2\n"
+"04060106.xhp\n"
+"par_id3159495\n"
+"351\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>"
+msgid "<ahelp hid=\"HID_FUNC_POTENZ\">Returns a number raised to another number.</ahelp>"
msgstr ""
-#: 12020000.xhp
+#: 04060106.xhp
msgctxt ""
-"12020000.xhp\n"
-"hd_id3153192\n"
-"3\n"
+"04060106.xhp\n"
+"hd_id3159513\n"
+"352\n"
"help.text"
-msgid "Ranges"
-msgstr "დიაპაზონები"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12020000.xhp
+#: 04060106.xhp
msgctxt ""
-"12020000.xhp\n"
-"par_id3154684\n"
-"4\n"
+"04060106.xhp\n"
+"par_id3159526\n"
+"353\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>"
+msgid "POWER(Base; Exponent)"
msgstr ""
-#: 02160000.xhp
-msgctxt ""
-"02160000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Delete Cells"
-msgstr "უჯრების წაშლა"
-
-#: 02160000.xhp
+#: 04060106.xhp
msgctxt ""
-"02160000.xhp\n"
-"bm_id3153726\n"
+"04060106.xhp\n"
+"par_id3159540\n"
+"354\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>"
+msgid "Returns <emph>Base</emph> raised to the power of <emph>Exponent</emph>."
msgstr ""
-#: 02160000.xhp
-msgctxt ""
-"02160000.xhp\n"
-"hd_id3153726\n"
-"1\n"
-"help.text"
-msgid "Delete Cells"
-msgstr "უჯრების წაშლა"
-
-#: 02160000.xhp
-#, fuzzy
+#: 04060106.xhp
msgctxt ""
-"02160000.xhp\n"
-"par_id3154490\n"
-"2\n"
+"04060106.xhp\n"
+"par_id5081637\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."
+msgid "The same result may be achieved by using the exponentiation operator ^:"
+msgstr ""
-#: 02160000.xhp
+#: 04060106.xhp
msgctxt ""
-"02160000.xhp\n"
-"hd_id3149121\n"
-"3\n"
+"04060106.xhp\n"
+"par_id9759514\n"
"help.text"
-msgid "Selection"
-msgstr "მონიშვნა"
+msgid "<item type=\"literal\">Base^Exponent</item>"
+msgstr ""
-#: 02160000.xhp
+#: 04060106.xhp
msgctxt ""
-"02160000.xhp\n"
-"par_id3150751\n"
-"4\n"
+"04060106.xhp\n"
+"hd_id3159580\n"
+"356\n"
"help.text"
-msgid "This area contains options for specifying how sheets are displayed after deleting cells."
-msgstr "ეს არე შეიცავს იმ სპეციფიური დაფების პარამეტრები, რომელიც ჩანს უჯრების წაშლის შემდეგ."
+msgid "Example"
+msgstr "მაგალითი"
-#: 02160000.xhp
+#: 04060106.xhp
msgctxt ""
-"02160000.xhp\n"
-"hd_id3155767\n"
-"5\n"
+"04060106.xhp\n"
+"par_id3159594\n"
+"357\n"
"help.text"
-msgid "Shift cells up"
-msgstr "უჯრების ზემოთ ანაცვლება"
+msgid "<item type=\"input\">=POWER(4;3)</item> returns 64, which is 4 to the power of 3."
+msgstr ""
-#: 02160000.xhp
+#: 04060106.xhp
msgctxt ""
-"02160000.xhp\n"
-"par_id3153714\n"
-"6\n"
+"04060106.xhp\n"
+"par_id1614429\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>"
+msgid "=4^3 also returns 4 to the power of 3."
+msgstr ""
-#: 02160000.xhp
+#: 04060106.xhp
msgctxt ""
-"02160000.xhp\n"
-"hd_id3156382\n"
-"7\n"
+"04060106.xhp\n"
+"bm_id3152651\n"
"help.text"
-msgid "Shift cells left"
-msgstr "უჯრების მარცხნივ გადანაცვლება"
+msgid "<bookmark_value>SERIESSUM function</bookmark_value>"
+msgstr "<bookmark_value>SERIESSUM ფუნქცია</bookmark_value>"
-#: 02160000.xhp
+#: 04060106.xhp
msgctxt ""
-"02160000.xhp\n"
-"par_id3154702\n"
-"8\n"
+"04060106.xhp\n"
+"hd_id3152651\n"
+"642\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>"
+msgid "SERIESSUM"
+msgstr "SERIESSUM"
-#: 02160000.xhp
+#: 04060106.xhp
msgctxt ""
-"02160000.xhp\n"
-"hd_id3146918\n"
-"9\n"
+"04060106.xhp\n"
+"par_id3152688\n"
+"643\n"
"help.text"
-msgid "Delete entire row(s)"
-msgstr "მთლიანი უჯრ(ებ)ის წაშლა"
+msgid "<ahelp hid=\".\">Sums the first terms of a power series.</ahelp>"
+msgstr ""
-#: 02160000.xhp
+#: 04060106.xhp
msgctxt ""
-"02160000.xhp\n"
-"par_id3148487\n"
-"10\n"
+"04060106.xhp\n"
+"par_id3152708\n"
+"644\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>"
+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)"
-#: 02160000.xhp
+#: 04060106.xhp
msgctxt ""
-"02160000.xhp\n"
-"hd_id3155114\n"
-"11\n"
+"04060106.xhp\n"
+"hd_id3152724\n"
+"645\n"
"help.text"
-msgid "Delete entire column(s)"
-msgstr "მთლიანი სვეტ(ებ)ის წაშლა"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 02160000.xhp
+#: 04060106.xhp
msgctxt ""
-"02160000.xhp\n"
-"par_id3150086\n"
-"12\n"
+"04060106.xhp\n"
+"par_idN11BD9\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>"
+msgid "SERIESSUM(X; N; M; Coefficients)"
+msgstr "SERIESSUM(x; n; m; კოეფიციენტები)"
-#: 02160000.xhp
-#, fuzzy
+#: 04060106.xhp
msgctxt ""
-"02160000.xhp\n"
-"par_id3166424\n"
+"04060106.xhp\n"
+"par_id3152737\n"
+"646\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>"
+msgid "<emph>X</emph> is the input value for the power series."
+msgstr ""
-#: 03100000.xhp
+#: 04060106.xhp
msgctxt ""
-"03100000.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"par_id3144344\n"
+"647\n"
"help.text"
-msgid "Page Break Preview"
-msgstr "Page Break Preview"
+msgid "<emph>N</emph> is the initial power"
+msgstr ""
-#: 03100000.xhp
+#: 04060106.xhp
msgctxt ""
-"03100000.xhp\n"
-"hd_id3151384\n"
-"1\n"
+"04060106.xhp\n"
+"par_id3144357\n"
+"648\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>"
+msgid "<emph>M</emph> is the increment to increase N"
+msgstr ""
-#: 03100000.xhp
+#: 04060106.xhp
msgctxt ""
-"03100000.xhp\n"
-"par_id3150792\n"
-"2\n"
+"04060106.xhp\n"
+"par_id3144370\n"
+"649\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>"
+msgid "<emph>Coefficients</emph> is a series of coefficients. For each coefficient the series sum is extended by one section."
+msgstr "კოეფიციენტები: კოეფიციენტების სერიები. ყოველი კოეფიციენტისთვის სერიების ჯამი იზრდება ერთი სექციით."
-#: 03100000.xhp
+#: 04060106.xhp
msgctxt ""
-"03100000.xhp\n"
-"par_id3153877\n"
-"13\n"
+"04060106.xhp\n"
+"bm_id3144386\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:"
+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>"
-#: 03100000.xhp
+#: 04060106.xhp
msgctxt ""
-"03100000.xhp\n"
-"hd_id3154731\n"
-"14\n"
+"04060106.xhp\n"
+"hd_id3144386\n"
+"361\n"
"help.text"
-msgid "Delete All Manual Breaks"
-msgstr "Delete All Manual Breaks"
+msgid "PRODUCT"
+msgstr "PRODUCT"
-#: 03100000.xhp
+#: 04060106.xhp
msgctxt ""
-"03100000.xhp\n"
-"par_id3149400\n"
-"15\n"
+"04060106.xhp\n"
+"par_id3144414\n"
+"362\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>"
+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>"
-#: 03100000.xhp
+#: 04060106.xhp
msgctxt ""
-"03100000.xhp\n"
-"hd_id3155067\n"
-"18\n"
+"04060106.xhp\n"
+"hd_id3144433\n"
+"363\n"
"help.text"
-msgid "Add Print Range"
-msgstr "დასაბეჭდი დიაპაზონის დამატება"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 03100000.xhp
+#: 04060106.xhp
msgctxt ""
-"03100000.xhp\n"
-"par_id3155764\n"
-"19\n"
+"04060106.xhp\n"
+"par_id3144446\n"
+"364\n"
"help.text"
-msgid "Adds the selected cells to print ranges."
-msgstr "Adds the selected cells to print ranges."
+msgid "PRODUCT(Number1; Number2; ...; Number30)"
+msgstr "KURT(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-#: func_time.xhp
+#: 04060106.xhp
msgctxt ""
-"func_time.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"par_id3144460\n"
+"365\n"
"help.text"
-msgid "TIME"
-msgstr "TIME"
+msgid "<emph>Number1 to 30</emph> are up to 30 arguments whose product is to be calculated."
+msgstr "<emph>რიცხვი 1-დან 30-მდე</emph> არის 30-მდე არგუმენტი რომელიც უნდა გადამრავლდეს."
-#: func_time.xhp
+#: 04060106.xhp
msgctxt ""
-"func_time.xhp\n"
-"bm_id3154073\n"
+"04060106.xhp\n"
+"par_id1589098\n"
"help.text"
-msgid "<bookmark_value>TIME function</bookmark_value>"
-msgstr "<bookmark_value>TIME ფუნქცია</bookmark_value>"
+msgid "PRODUCT returns number1 * number2 * number3 * ..."
+msgstr ""
-#: func_time.xhp
+#: 04060106.xhp
msgctxt ""
-"func_time.xhp\n"
-"hd_id3154073\n"
-"149\n"
+"04060106.xhp\n"
+"hd_id3144480\n"
+"366\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>"
+msgid "Example"
+msgstr "მაგალითი"
-#: func_time.xhp
+#: 04060106.xhp
msgctxt ""
-"func_time.xhp\n"
-"par_id3145762\n"
-"150\n"
+"04060106.xhp\n"
+"par_id3144494\n"
+"367\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."
+msgid "<item type=\"input\">=PRODUCT(2;3;4)</item> returns 24."
msgstr ""
-#: func_time.xhp
+#: 04060106.xhp
msgctxt ""
-"func_time.xhp\n"
-"hd_id3155550\n"
-"151\n"
+"04060106.xhp\n"
+"bm_id3160340\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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>"
-#: func_time.xhp
+#: 04060106.xhp
msgctxt ""
-"func_time.xhp\n"
-"par_id3154584\n"
-"152\n"
+"04060106.xhp\n"
+"hd_id3160340\n"
+"369\n"
"help.text"
-msgid "TIME(Hour; Minute; Second)"
-msgstr "TIME(საათი; წუთი; წამი)"
+msgid "SUMSQ"
+msgstr "SUMSQ"
-#: func_time.xhp
+#: 04060106.xhp
msgctxt ""
-"func_time.xhp\n"
-"par_id3152904\n"
-"153\n"
+"04060106.xhp\n"
+"par_id3160368\n"
+"370\n"
"help.text"
-msgid "Use an integer to set the <emph>Hour</emph>."
-msgstr "მთელი რიცხვი გამოიყენეთ <emph>საათის</emph> მისათითებლად."
+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>"
-#: func_time.xhp
+#: 04060106.xhp
msgctxt ""
-"func_time.xhp\n"
-"par_id3151346\n"
-"154\n"
+"04060106.xhp\n"
+"hd_id3160388\n"
+"371\n"
"help.text"
-msgid "Use an integer to set the <emph>Minute</emph>."
-msgstr "მთელი რიცხვი გამოიყენეთ <emph>წუთის</emph> მისათითებლად."
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: func_time.xhp
+#: 04060106.xhp
msgctxt ""
-"func_time.xhp\n"
-"par_id3151366\n"
-"155\n"
+"04060106.xhp\n"
+"par_id3160402\n"
+"372\n"
"help.text"
-msgid "Use an integer to set the <emph>Second</emph>."
-msgstr "მთელი რიცხვი გამოიყენეთ <emph>წამის</emph> მისათითებლად."
+msgid "SUMSQ(Number1; Number2; ...; Number30)"
+msgstr "SUM(რიცხვი 1; რიცხვი 2; ..., რიცხვი 30)"
-#: func_time.xhp
+#: 04060106.xhp
msgctxt ""
-"func_time.xhp\n"
-"hd_id3145577\n"
-"156\n"
+"04060106.xhp\n"
+"par_id3160415\n"
+"373\n"
"help.text"
-msgid "Examples"
-msgstr "მაგალითები"
+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-მდე არგუმენტი რომელთა კვადრატების ჯამიც გამოითვება."
-#: func_time.xhp
+#: 04060106.xhp
msgctxt ""
-"func_time.xhp\n"
-"par_id3156076\n"
-"157\n"
+"04060106.xhp\n"
+"hd_id3160436\n"
+"374\n"
"help.text"
-msgid "<item type=\"input\">=TIME(0;0;0)</item> returns 00:00:00"
-msgstr ""
+msgid "Example"
+msgstr "მაგალითი"
-#: func_time.xhp
+#: 04060106.xhp
msgctxt ""
-"func_time.xhp\n"
-"par_id3156090\n"
-"158\n"
+"04060106.xhp\n"
+"par_id3160449\n"
+"375\n"
"help.text"
-msgid "<item type=\"input\">=TIME(4;20;4)</item> returns 04:20:04"
+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 ""
-#: func_days360.xhp
-msgctxt ""
-"func_days360.xhp\n"
-"tit\n"
-"help.text"
-msgid "DAYS360"
-msgstr "DAYS360"
-
-#: func_days360.xhp
+#: 04060106.xhp
msgctxt ""
-"func_days360.xhp\n"
-"bm_id3148555\n"
+"04060106.xhp\n"
+"bm_id3158247\n"
"help.text"
-msgid "<bookmark_value>DAYS360 function</bookmark_value>"
-msgstr "<bookmark_value>DAYS360 ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>MOD function</bookmark_value><bookmark_value>remainders of divisions</bookmark_value>"
+msgstr "<bookmark_value>MOD ფუნქცია</bookmark_value><bookmark_value>გაყოფის ნაშთი</bookmark_value>"
-#: func_days360.xhp
+#: 04060106.xhp
msgctxt ""
-"func_days360.xhp\n"
-"hd_id3148555\n"
-"124\n"
+"04060106.xhp\n"
+"hd_id3158247\n"
+"387\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>"
+msgid "MOD"
+msgstr "MOD"
-#: func_days360.xhp
+#: 04060106.xhp
msgctxt ""
-"func_days360.xhp\n"
-"par_id3156032\n"
-"125\n"
+"04060106.xhp\n"
+"par_id3158276\n"
+"388\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>"
+msgid "<ahelp hid=\"HID_FUNC_REST\">Returns the remainder when one integer is divided by another.</ahelp>"
msgstr ""
-#: func_days360.xhp
+#: 04060106.xhp
msgctxt ""
-"func_days360.xhp\n"
-"hd_id3155347\n"
-"126\n"
+"04060106.xhp\n"
+"hd_id3158294\n"
+"389\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_days360.xhp
+#: 04060106.xhp
msgctxt ""
-"func_days360.xhp\n"
-"par_id3155313\n"
-"127\n"
+"04060106.xhp\n"
+"par_id3158308\n"
+"390\n"
"help.text"
-msgid "DAYS360(\"Date1\"; \"Date2\"; Type)"
-msgstr ""
+msgid "MOD(Dividend; Divisor)"
+msgstr "MOD(გასაყოფი; გამყოფი)"
-#: func_days360.xhp
+#: 04060106.xhp
msgctxt ""
-"func_days360.xhp\n"
-"par_id3145263\n"
-"128\n"
+"04060106.xhp\n"
+"par_id3158321\n"
+"391\n"
"help.text"
-msgid "If <emph>Date2</emph> is earlier than <emph>Date1</emph>, the function will return a negative number."
+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 ""
-#: func_days360.xhp
+#: 04060106.xhp
msgctxt ""
-"func_days360.xhp\n"
-"par_id3151064\n"
-"129\n"
+"04060106.xhp\n"
+"par_id3158341\n"
+"392\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."
+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 ""
-#: func_days360.xhp
+#: 04060106.xhp
msgctxt ""
-"func_days360.xhp\n"
-"hd_id3148641\n"
-"130\n"
+"04060106.xhp\n"
+"hd_id3158361\n"
+"393\n"
"help.text"
-msgid "Examples"
-msgstr "მაგალითები"
+msgid "Example"
+msgstr "მაგალითი"
-#: func_days360.xhp
+#: 04060106.xhp
msgctxt ""
-"func_days360.xhp\n"
-"par_id3156348\n"
-"132\n"
+"04060106.xhp\n"
+"par_id3158374\n"
+"394\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 იანვრიდან."
+msgid "<item type=\"input\">=MOD(22;3)</item> returns 1, the remainder when 22 is divided by 3."
+msgstr ""
-#: 12030000.xhp
+#: 04060106.xhp
msgctxt ""
-"12030000.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"par_id1278420\n"
"help.text"
-msgid "Sort"
-msgstr "დახარისხება"
+msgid "<item type=\"input\">=MOD(11.25;2.5)</item> returns 1.25."
+msgstr ""
-#: 12030000.xhp
+#: 04060106.xhp
msgctxt ""
-"12030000.xhp\n"
-"hd_id3150275\n"
-"1\n"
+"04060106.xhp\n"
+"bm_id3144592\n"
"help.text"
-msgid "Sort"
-msgstr "დახარისხება"
+msgid "<bookmark_value>QUOTIENT function</bookmark_value><bookmark_value>divisions</bookmark_value>"
+msgstr "<bookmark_value>QUOTIENT ფუნქცია</bookmark_value><bookmark_value>გამყოფები</bookmark_value>"
-#: 12030000.xhp
+#: 04060106.xhp
msgctxt ""
-"12030000.xhp\n"
-"par_id3155922\n"
-"2\n"
+"04060106.xhp\n"
+"hd_id3144592\n"
+"652\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 ""
+msgid "QUOTIENT"
+msgstr "QUOTIENT"
-#: 12030000.xhp
+#: 04060106.xhp
msgctxt ""
-"12030000.xhp\n"
-"par_id3147428\n"
-"4\n"
+"04060106.xhp\n"
+"par_id3144627\n"
+"653\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."
+msgid "<ahelp hid=\"HID_AAI_FUNC_QUOTIENT\">Returns the integer part of a division operation.</ahelp>"
msgstr ""
-#: 05080200.xhp
+#: 04060106.xhp
msgctxt ""
-"05080200.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"hd_id3144646\n"
+"654\n"
"help.text"
-msgid "Remove"
-msgstr "წაშლა"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 05080200.xhp
+#: 04060106.xhp
msgctxt ""
-"05080200.xhp\n"
-"hd_id3153562\n"
-"1\n"
+"04060106.xhp\n"
+"par_id3144659\n"
+"655\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>"
+msgid "QUOTIENT(Numerator; Denominator)"
+msgstr "QUOTIENT(ნუმერატორი;დენომინატორი)"
-#: 05080200.xhp
+#: 04060106.xhp
msgctxt ""
-"05080200.xhp\n"
-"par_id3148550\n"
-"2\n"
+"04060106.xhp\n"
+"par_id9038972\n"
"help.text"
-msgid "<ahelp hid=\".uno:DeletePrintArea\">Removes the defined print area.</ahelp>"
-msgstr "<ahelp hid=\".uno:DeletePrintArea\">შლის განსაზღვრულ საბეჭდ არეს.</ahelp>"
+msgid "Returns the integer part of <emph>Numerator</emph> divided by <emph>Denominator</emph>."
+msgstr ""
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"par_id7985168\n"
"help.text"
-msgid "Fill Series"
-msgstr "სრიულად შევსება"
+msgid "QUOTIENT is equivalent to <item type=\"literal\">INT(numerator/denominator)</item>, except that it may report errors with different error codes."
+msgstr ""
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"hd_id3148664\n"
-"1\n"
+"04060106.xhp\n"
+"hd_id3144674\n"
+"656\n"
"help.text"
-msgid "Fill Series"
-msgstr "სრიულად შევსება"
+msgid "Example"
+msgstr "მაგალითი"
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"par_id3148797\n"
-"2\n"
+"04060106.xhp\n"
+"par_id3144687\n"
+"657\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>"
+msgid "<item type=\"input\">=QUOTIENT(11;3)</item> returns 3. The remainder of 2 is lost."
+msgstr ""
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"par_id3146976\n"
-"41\n"
+"04060106.xhp\n"
+"bm_id3144702\n"
"help.text"
-msgid "Before filling a series, first select the cell range."
-msgstr "იმისათვის, რომ შეავსოთ სერიით, ჯერ მონიშნეთ უჯრების დიაპაზონი."
+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>"
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"par_id3145748\n"
-"3\n"
+"04060106.xhp\n"
+"hd_id3144702\n"
+"377\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> დიალოგის შემდეგ."
+msgid "RADIANS"
+msgstr "RADIANS"
-#: 02140600.xhp
-#, fuzzy
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"hd_id3147435\n"
-"4\n"
+"04060106.xhp\n"
+"par_id3158025\n"
+"378\n"
"help.text"
-msgid "Direction"
-msgstr "მიმარულება"
+msgid "<ahelp hid=\"HID_FUNC_RAD\">Converts degrees to radians.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_RAD\">გრადუსების რადიანებში გარდაქმნა.</ahelp>"
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"par_id3154729\n"
-"5\n"
+"04060106.xhp\n"
+"hd_id3158042\n"
+"379\n"
"help.text"
-msgid "Determines the direction of series creation."
-msgstr "განსაზღვრავს სერიების შექმნის მიმართულებებს."
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"hd_id3145253\n"
-"6\n"
+"04060106.xhp\n"
+"par_id3158055\n"
+"380\n"
"help.text"
-msgid "Down"
-msgstr "ქვემოთ"
+msgid "RADIANS(Number)"
+msgstr "RADIANS(რიცხვი)"
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"par_id3155418\n"
-"7\n"
+"04060106.xhp\n"
+"par_id3158069\n"
+"381\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>"
+msgid "<emph>Number</emph> is the angle in degrees to be converted to radians."
+msgstr ""
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"hd_id3155738\n"
-"8\n"
+"04060106.xhp\n"
+"hd_id876186\n"
"help.text"
-msgid "Right"
-msgstr "მარჯვნივ"
+msgid "Example"
+msgstr "მაგალითი"
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"par_id3149402\n"
-"9\n"
+"04060106.xhp\n"
+"par_id3939634\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>"
+msgid "<item type=\"input\">=RADIANS(90)</item> returns 1.5707963267949, which is PI/2 to Calc's accuracy."
+msgstr ""
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"hd_id3146972\n"
-"10\n"
+"04060106.xhp\n"
+"bm_id3158121\n"
"help.text"
-msgid "Up"
-msgstr "ზემოთ"
+msgid "<bookmark_value>ROUND function</bookmark_value>"
+msgstr "<bookmark_value>ROUND ფუნქცია</bookmark_value>"
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"par_id3153711\n"
-"11\n"
+"04060106.xhp\n"
+"hd_id3158121\n"
+"398\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>"
+msgid "ROUND"
+msgstr "ROUND"
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"hd_id3153764\n"
-"12\n"
+"04060106.xhp\n"
+"par_id3158150\n"
+"399\n"
"help.text"
-msgid "Left"
-msgstr "მარცხნივ"
+msgid "<ahelp hid=\"HID_FUNC_RUNDEN\">Rounds a number to a certain number of decimal places.</ahelp>"
+msgstr ""
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"par_id3156382\n"
-"13\n"
+"04060106.xhp\n"
+"hd_id3158169\n"
+"400\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>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"hd_id3147344\n"
-"14\n"
+"04060106.xhp\n"
+"par_id3158182\n"
+"401\n"
"help.text"
-msgid "Series Type"
-msgstr "სერიების ტიპი"
+msgid "ROUND(Number; Count)"
+msgstr "ROUND(რიცხვი; თვლა)"
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"par_id3149257\n"
-"15\n"
+"04060106.xhp\n"
+"par_id3158196\n"
+"402\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> შორის."
+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 ""
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"hd_id3148488\n"
-"16\n"
+"04060106.xhp\n"
+"par_id599688\n"
"help.text"
-msgid "Linear"
-msgstr "წრფივი"
+msgid "This function rounds to the nearest number. See ROUNDDOWN and ROUNDUP for alternatives."
+msgstr ""
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"par_id3159238\n"
-"17\n"
+"04060106.xhp\n"
+"hd_id3145863\n"
+"404\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>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"hd_id3149210\n"
-"18\n"
+"04060106.xhp\n"
+"par_id3145876\n"
+"405\n"
"help.text"
-msgid "Growth"
-msgstr "ზრდა"
+msgid "<item type=\"input\">=ROUND(2.348;2)</item> returns 2.35"
+msgstr ""
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"par_id3150364\n"
-"19\n"
+"04060106.xhp\n"
+"par_id3145899\n"
+"406\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>"
+msgid "<item type=\"input\">=ROUND(-32.4834;3)</item> returns -32.483. Change the cell format to see all decimals."
+msgstr ""
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"hd_id3149528\n"
-"20\n"
+"04060106.xhp\n"
+"par_id1371501\n"
"help.text"
-msgid "Date"
-msgstr "თარიღი"
+msgid "<item type=\"input\">=ROUND(2.348;0)</item> returns 2."
+msgstr ""
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"par_id3150887\n"
-"21\n"
+"04060106.xhp\n"
+"par_id4661702\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>"
+msgid "<item type=\"input\">=ROUND(2.5)</item> returns 3."
+msgstr ""
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"hd_id3150202\n"
-"22\n"
+"04060106.xhp\n"
+"par_id7868892\n"
"help.text"
-msgid "AutoFill"
-msgstr "ავტოშევსება"
+msgid "<item type=\"input\">=ROUND(987.65;-2)</item> returns 1000."
+msgstr ""
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"par_id3156288\n"
-"23\n"
+"04060106.xhp\n"
+"bm_id3145991\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 ""
+msgid "<bookmark_value>ROUNDDOWN function</bookmark_value>"
+msgstr "<bookmark_value>ROUNDDOWN ფუნქცია</bookmark_value>"
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"par_id3155811\n"
+"04060106.xhp\n"
+"hd_id3145991\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 დღიანი პერიოდით.."
+msgid "ROUNDDOWN"
+msgstr "ROUNDDOWN"
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"hd_id3148700\n"
+"04060106.xhp\n"
+"par_id3146020\n"
"25\n"
"help.text"
-msgid "Unit of Time"
-msgstr "დროის ერთეული"
+msgid "<ahelp hid=\"HID_FUNC_ABRUNDEN\">Rounds a number down, toward zero, to a certain precision.</ahelp>"
+msgstr ""
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"par_id3153308\n"
+"04060106.xhp\n"
+"hd_id3146037\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> არე."
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"hd_id3148868\n"
+"04060106.xhp\n"
+"par_id3146051\n"
"27\n"
"help.text"
-msgid "Day"
-msgstr "დღე"
+msgid "ROUNDDOWN(Number; Count)"
+msgstr "ROUNDDOWN(რიცხვი; თვლა)"
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"par_id3148605\n"
+"04060106.xhp\n"
+"par_id3146064\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>"
+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 ""
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"hd_id3144771\n"
-"29\n"
+"04060106.xhp\n"
+"par_id2188787\n"
"help.text"
-msgid "Weekday"
-msgstr "კვირის დღე"
+msgid "This function rounds towards zero. See ROUNDUP and ROUND for alternatives."
+msgstr ""
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"par_id3150108\n"
+"04060106.xhp\n"
+"hd_id3163164\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>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"hd_id3154957\n"
+"04060106.xhp\n"
+"par_id3163178\n"
"31\n"
"help.text"
-msgid "Month"
-msgstr "თვე"
+msgid "<item type=\"input\">=ROUNDDOWN(1.234;2)</item> returns 1.23."
+msgstr ""
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"par_id3149126\n"
-"32\n"
+"04060106.xhp\n"
+"par_id5833307\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>"
+msgid "<item type=\"input\">=ROUNDDOWN(45.67;0)</item> returns 45."
+msgstr ""
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"hd_id3152870\n"
-"33\n"
+"04060106.xhp\n"
+"par_id7726676\n"
"help.text"
-msgid "Year"
-msgstr "წელი"
+msgid "<item type=\"input\">=ROUNDDOWN(-45.67)</item> returns -45."
+msgstr ""
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"par_id3151300\n"
-"34\n"
+"04060106.xhp\n"
+"par_id3729361\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>"
+msgid "<item type=\"input\">=ROUNDDOWN(987.65;-2)</item> returns 900."
+msgstr ""
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"hd_id3154762\n"
-"35\n"
+"04060106.xhp\n"
+"bm_id3163268\n"
"help.text"
-msgid "Start Value"
-msgstr "საწყისი მნიშვნელობა"
+msgid "<bookmark_value>ROUNDUP function</bookmark_value>"
+msgstr "<bookmark_value>ROUNDUP ფუნქცია</bookmark_value>"
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"par_id3149381\n"
-"36\n"
+"04060106.xhp\n"
+"hd_id3163268\n"
+"140\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."
+msgid "ROUNDUP"
+msgstr "ROUNDUP"
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"hd_id3153013\n"
-"37\n"
+"04060106.xhp\n"
+"par_id3163297\n"
+"141\n"
"help.text"
-msgid "End Value"
-msgstr "ბოლო მნიშვნელობა"
+msgid "<ahelp hid=\"HID_FUNC_AUFRUNDEN\">Rounds a number up, away from zero, to a certain precision.</ahelp>"
+msgstr ""
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"par_id3153487\n"
-"38\n"
+"04060106.xhp\n"
+"hd_id3163315\n"
+"142\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."
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"hd_id3149312\n"
-"39\n"
+"04060106.xhp\n"
+"par_id3163328\n"
+"143\n"
"help.text"
-msgid "Increment"
-msgstr "ზრდა"
+msgid "ROUNDUP(Number; Count)"
+msgstr "ROUNDUP(რიცხვი; თვლა)"
-#: 02140600.xhp
+#: 04060106.xhp
msgctxt ""
-"02140600.xhp\n"
-"par_id3154739\n"
-"40\n"
+"04060106.xhp\n"
+"par_id3163342\n"
+"144\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."
+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 ""
-#: 12120000.xhp
+#: 04060106.xhp
msgctxt ""
-"12120000.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"par_id9573961\n"
"help.text"
-msgid "Validity"
-msgstr "დამოწმება"
+msgid "This function rounds away from zero. See ROUNDDOWN and ROUND for alternatives."
+msgstr ""
-#: 12120000.xhp
+#: 04060106.xhp
msgctxt ""
-"12120000.xhp\n"
-"hd_id3156347\n"
-"1\n"
+"04060106.xhp\n"
+"hd_id3163381\n"
+"146\n"
"help.text"
-msgid "Validity"
-msgstr "დამოწმება"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12120000.xhp
+#: 04060106.xhp
msgctxt ""
-"12120000.xhp\n"
-"par_id3153252\n"
-"2\n"
+"04060106.xhp\n"
+"par_id3144786\n"
+"147\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>"
+msgid "<item type=\"input\">=ROUNDUP(1.1111;2)</item> returns 1.12."
msgstr ""
-#: 12120000.xhp
+#: 04060106.xhp
msgctxt ""
-"12120000.xhp\n"
-"par_idN105D1\n"
+"04060106.xhp\n"
+"par_id7700430\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."
+msgid "<item type=\"input\">=ROUNDUP(1.2345;1)</item> returns 1.3."
msgstr ""
-#: 03090000.xhp
+#: 04060106.xhp
msgctxt ""
-"03090000.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"par_id1180455\n"
"help.text"
-msgid "Formula Bar"
-msgstr "Formula Bar"
+msgid "<item type=\"input\">=ROUNDUP(45.67;0)</item> returns 46."
+msgstr ""
-#: 03090000.xhp
+#: 04060106.xhp
msgctxt ""
-"03090000.xhp\n"
-"bm_id3147264\n"
+"04060106.xhp\n"
+"par_id3405560\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>"
+msgid "<item type=\"input\">=ROUNDUP(-45.67)</item> returns -46."
+msgstr ""
-#: 03090000.xhp
+#: 04060106.xhp
msgctxt ""
-"03090000.xhp\n"
-"hd_id3147264\n"
-"1\n"
+"04060106.xhp\n"
+"par_id3409527\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>"
+msgid "<item type=\"input\">=ROUNDUP(987.65;-2)</item> returns 1000."
+msgstr ""
-#: 03090000.xhp
+#: 04060106.xhp
msgctxt ""
-"03090000.xhp\n"
-"par_id3156423\n"
-"2\n"
+"04060106.xhp\n"
+"bm_id5256537\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 ელექტრონული ცხრილები."
+msgid "<bookmark_value>SEC function</bookmark_value>"
+msgstr "<bookmark_value>SKEW ფუნქცია</bookmark_value>"
-#: 03090000.xhp
+#: 04060106.xhp
msgctxt ""
-"03090000.xhp\n"
-"par_id3154686\n"
-"4\n"
+"04060106.xhp\n"
+"hd_id5187204\n"
+"149\n"
"help.text"
-msgid "To hide the Formula Bar, unmark the menu item."
-msgstr "To hide the Formula Bar, unmark the menu item."
+msgid "SEC"
+msgstr ""
-#: 03090000.xhp
+#: 04060106.xhp
msgctxt ""
-"03090000.xhp\n"
-"par_id3145787\n"
-"3\n"
+"04060106.xhp\n"
+"par_id9954962\n"
+"150\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."
+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 ""
-#: 03080000.xhp
+#: 04060106.xhp
msgctxt ""
-"03080000.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"hd_id422243\n"
+"151\n"
"help.text"
-msgid "Value Highlighting"
-msgstr "Value Highlighting"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 03080000.xhp
-#, fuzzy
+#: 04060106.xhp
msgctxt ""
-"03080000.xhp\n"
-"bm_id3151384\n"
+"04060106.xhp\n"
+"par_id2055913\n"
+"152\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>"
+msgid "SEC(Number)"
+msgstr "SIN(რიცხვი)"
-#: 03080000.xhp
+#: 04060106.xhp
msgctxt ""
-"03080000.xhp\n"
-"hd_id3151384\n"
+"04060106.xhp\n"
+"par_id9568170\n"
+"153\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>"
+msgid "Returns the (trigonometric) secant of <emph>Number</emph>, the angle in radians."
+msgstr ""
-#: 03080000.xhp
+#: 04060106.xhp
msgctxt ""
-"03080000.xhp\n"
-"par_id3154366\n"
+"04060106.xhp\n"
+"par_id9047465\n"
"help.text"
-msgid "<ahelp hid=\".uno:ViewValueHighlighting\">Displays cell contents in different colors, depending on type.</ahelp>"
+msgid "To return the secant of an angle in degrees, use the RADIANS function."
msgstr ""
-#: 03080000.xhp
+#: 04060106.xhp
msgctxt ""
-"03080000.xhp\n"
-"par_id3125863\n"
+"04060106.xhp\n"
+"hd_id9878918\n"
+"154\n"
"help.text"
-msgid "To remove the highlighting, unmark the menu entry."
-msgstr "To remove the highlighting, unmark the menu entry."
+msgid "Examples"
+msgstr "მაგალითები"
-#: 03080000.xhp
+#: 04060106.xhp
msgctxt ""
-"03080000.xhp\n"
-"par_id3145785\n"
+"04060106.xhp\n"
+"par_id6935513\n"
+"155\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."
+msgid "<item type=\"input\">=SEC(PI()/4)</item> returns approximately 1.4142135624, the inverse of the cosine of PI/4 radians."
msgstr ""
-#: 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."
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"tit\n"
+"04060106.xhp\n"
+"par_id3954287\n"
+"156\n"
"help.text"
-msgid "Financial Functions Part Three"
-msgstr "ფინანსური ფუნქციები ნაწილი 3"
+msgid "<item type=\"input\">=SEC(RADIANS(60))</item> returns 2, the secant of 60 degrees."
+msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3146780\n"
-"1\n"
+"04060106.xhp\n"
+"bm_id840005\n"
"help.text"
-msgid "Financial Functions Part Three"
-msgstr "ფუნანსური ფუნქციები ნაწილი 3"
+msgid "<bookmark_value>SECH function</bookmark_value>"
+msgstr "<bookmark_value>SEARCH ფუნქცია</bookmark_value>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"bm_id3145112\n"
+"04060106.xhp\n"
+"hd_id8661934\n"
+"159\n"
"help.text"
-msgid "<bookmark_value>ODDFPRICE function</bookmark_value><bookmark_value>prices;securities with irregular first interest date</bookmark_value>"
+msgid "SECH"
msgstr ""
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3145112\n"
-"71\n"
-"help.text"
-msgid "ODDFPRICE"
-msgstr "ODDFPRICE"
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3147250\n"
-"72\n"
+"04060106.xhp\n"
+"par_id408174\n"
+"160\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 ""
+msgid "<ahelp hid=\"HID_FUNC_SECANTHYP\">Returns the hyperbolic secant of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SINHYP\">აბრუნებს რიცხვის ჰიპერბოლურ სინუსს.</ahelp>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3153074\n"
-"73\n"
+"04060106.xhp\n"
+"hd_id875988\n"
+"161\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3146098\n"
-"74\n"
+"04060106.xhp\n"
+"par_id4985391\n"
+"162\n"
"help.text"
-msgid "ODDFPRICE(Settlement; Maturity; Issue; FirstCoupon; Rate; Yield; Redemption; Frequency; Basis)"
-msgstr "ODDFYIELD პირველი სიხშირე სიხშირე ფუძე"
+msgid "SECH(Number)"
+msgstr "ASINH(რიცხვი)"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3153337\n"
-"75\n"
+"04060106.xhp\n"
+"par_id1952124\n"
+"163\n"
"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgid "Returns the hyperbolic secant of <emph>Number</emph>."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3149051\n"
-"76\n"
+"04060106.xhp\n"
+"hd_id9838764\n"
+"164\n"
"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3147297\n"
-"77\n"
+"04060106.xhp\n"
+"par_id1187764\n"
+"165\n"
"help.text"
-msgid "<emph>Issue</emph> is the date of issue of the security."
+msgid "<item type=\"input\">=SECH(0)</item> returns 1, the hyperbolic secant of 0."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3150393\n"
-"78\n"
+"04060106.xhp\n"
+"bm_id3144877\n"
"help.text"
-msgid "<emph>FirstCoupon</emph> is the first interest date of the security."
-msgstr ""
+msgid "<bookmark_value>SIN function</bookmark_value>"
+msgstr "<bookmark_value>SIN ფუნქცია</bookmark_value>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3147402\n"
-"79\n"
+"04060106.xhp\n"
+"hd_id3144877\n"
+"408\n"
"help.text"
-msgid "<emph>Rate</emph> is the annual rate of interest."
-msgstr ""
+msgid "SIN"
+msgstr "SIN"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3151387\n"
-"80\n"
+"04060106.xhp\n"
+"par_id3144906\n"
+"409\n"
"help.text"
-msgid "<emph>Yield</emph> is the annual yield of the security."
+msgid "<ahelp hid=\"HID_FUNC_SIN\">Returns the sine of the given angle (in radians).</ahelp>"
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3153023\n"
-"81\n"
+"04060106.xhp\n"
+"hd_id3144923\n"
+"410\n"
"help.text"
-msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
-msgstr ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3150539\n"
-"82\n"
+"04060106.xhp\n"
+"par_id3144937\n"
+"411\n"
"help.text"
-msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
-msgstr ""
+msgid "SIN(Number)"
+msgstr "SIN(რიცხვი)"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"bm_id3157871\n"
+"04060106.xhp\n"
+"par_id3144950\n"
+"412\n"
"help.text"
-msgid "<bookmark_value>ODDFYIELD function</bookmark_value>"
-msgstr "<bookmark_value>ODDFYIELD ფუნქცია</bookmark_value>"
+msgid "Returns the (trigonometric) sine of <emph>Number</emph>, the angle in radians."
+msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3157871\n"
-"87\n"
+"04060106.xhp\n"
+"par_id8079470\n"
"help.text"
-msgid "ODDFYIELD"
-msgstr "ODDFYIELD"
+msgid "To return the sine of an angle in degrees, use the RADIANS function."
+msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3147414\n"
-"88\n"
+"04060106.xhp\n"
+"hd_id3144969\n"
+"413\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 ""
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3150651\n"
-"89\n"
+"04060106.xhp\n"
+"par_id3144983\n"
+"414\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<item type=\"input\">=SIN(PI()/2)</item> returns 1, the sine of PI/2 radians."
+msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3152982\n"
-"90\n"
+"04060106.xhp\n"
+"par_id3916440\n"
"help.text"
-msgid "ODDFYIELD(Settlement; Maturity; Issue; FirstCoupon; Rate; Price; Redemption; Frequency; Basis)"
-msgstr "ODDFYIELD პირველი სიხშირე სიხშირე ფუძე"
+msgid "<item type=\"input\">=SIN(RADIANS(30))</item> returns 0.5, the sine of 30 degrees."
+msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3157906\n"
-"91\n"
+"04060106.xhp\n"
+"bm_id3163397\n"
"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
+msgid "<bookmark_value>SINH function</bookmark_value>"
+msgstr "<bookmark_value>SINH ფუნქცია</bookmark_value>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3150026\n"
-"92\n"
+"04060106.xhp\n"
+"hd_id3163397\n"
+"418\n"
"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+msgid "SINH"
+msgstr "SINH"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3149012\n"
-"93\n"
+"04060106.xhp\n"
+"par_id3163426\n"
+"419\n"
"help.text"
-msgid "<emph>Issue</emph> is the date of issue of the security."
-msgstr ""
+msgid "<ahelp hid=\"HID_FUNC_SINHYP\">Returns the hyperbolic sine of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SINHYP\">აბრუნებს რიცხვის ჰიპერბოლურ სინუსს.</ahelp>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3148725\n"
-"94\n"
+"04060106.xhp\n"
+"hd_id3163444\n"
+"420\n"
"help.text"
-msgid "<emph>FirstCoupon</emph> is the first interest period of the security."
-msgstr ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3150465\n"
-"95\n"
+"04060106.xhp\n"
+"par_id3163457\n"
+"421\n"
"help.text"
-msgid "<emph>Rate</emph> is the annual rate of interest."
-msgstr ""
+msgid "SINH(Number)"
+msgstr "ASINH(რიცხვი)"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3146940\n"
-"96\n"
+"04060106.xhp\n"
+"par_id3163471\n"
+"422\n"
"help.text"
-msgid "<emph>Price</emph> is the price of the security."
+msgid "Returns the hyperbolic sine of <emph>Number</emph>."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3149893\n"
-"97\n"
+"04060106.xhp\n"
+"hd_id3163491\n"
+"423\n"
"help.text"
-msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
-msgstr ""
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3148888\n"
-"98\n"
+"04060106.xhp\n"
+"par_id3163504\n"
+"424\n"
"help.text"
-msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgid "<item type=\"input\">=SINH(0)</item> returns 0, the hyperbolic sine of 0."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"bm_id3153933\n"
+"04060106.xhp\n"
+"bm_id3163596\n"
"help.text"
-msgid "<bookmark_value>ODDLPRICE function</bookmark_value>"
-msgstr "<bookmark_value>ODDLPRICE ფუნქცია</bookmark_value>"
+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>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3153933\n"
-"103\n"
+"04060106.xhp\n"
+"hd_id3163596\n"
+"428\n"
"help.text"
-msgid "ODDLPRICE"
-msgstr "ODDLPRICE"
+msgid "SUM"
+msgstr "SUM"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3145145\n"
-"104\n"
+"04060106.xhp\n"
+"par_id3163625\n"
+"429\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 ""
+msgid "<ahelp hid=\"HID_FUNC_SUMME\">Adds all the numbers in a range of cells.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_SUMME\">უჯრების დიაპაზონში აჯამებს ციფრებს.</ahelp>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3152784\n"
-"105\n"
+"04060106.xhp\n"
+"hd_id3163643\n"
+"430\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3155262\n"
-"106\n"
+"04060106.xhp\n"
+"par_id3163656\n"
+"431\n"
"help.text"
-msgid "ODDLPRICE(Settlement; Maturity; LastInterest; Rate; Yield; Redemption; Frequency; Basis)"
-msgstr "ODDFYIELD პირველი სიხშირე სიხშირე ფუძე"
+msgid "SUM(Number1; Number2; ...; Number30)"
+msgstr "SUM(რიცხვი 1; რიცხვი 2; ..., რიცხვი 30)"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3149689\n"
-"107\n"
+"04060106.xhp\n"
+"par_id3163671\n"
+"432\n"
"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
+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-მდე არგუმენტი, რომელიც უნდა დაჯამდეს."
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3148753\n"
-"108\n"
+"04060106.xhp\n"
+"hd_id3163690\n"
+"433\n"
"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3150861\n"
-"109\n"
+"04060106.xhp\n"
+"par_id3163704\n"
+"434\n"
"help.text"
-msgid "<emph>LastInterest</emph> is the last interest date of the security."
+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 ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3155831\n"
-"110\n"
+"04060106.xhp\n"
+"par_id3151740\n"
+"556\n"
"help.text"
-msgid "<emph>Rate</emph> is the annual rate of interest."
+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 ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3153328\n"
-"111\n"
+"04060106.xhp\n"
+"par_id3151756\n"
+"619\n"
"help.text"
-msgid "<emph>Yield</emph> is the annual yield of the security."
-msgstr ""
+msgid "Conditions linked by AND can be used with the function SUM() in the following manner:"
+msgstr "AND-ით დაკავშირებული პირობები ფუნქცია SUM()-ით შემდეგ ნაერად შეიძლება იყოს:"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3149186\n"
-"112\n"
+"04060106.xhp\n"
+"par_id3151774\n"
+"620\n"
"help.text"
-msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
-msgstr ""
+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 თარიღი ტოლია არა."
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3149726\n"
-"113\n"
+"04060106.xhp\n"
+"par_id3151799\n"
+"621\n"
"help.text"
-msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
-msgstr ""
+msgid "Enter the following formula as an array formula:"
+msgstr "შემდეგი ფორმულის მასივის ფორმულად შეყვანა:"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3153111\n"
-"114\n"
+"04060106.xhp\n"
+"par_id3151813\n"
+"622\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<item type=\"input\">=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)</item>"
+msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3152999\n"
-"115\n"
+"04060106.xhp\n"
+"par_id3151828\n"
+"623\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"
+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 ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3148567\n"
-"116\n"
+"04060106.xhp\n"
+"par_id3151869\n"
+"624\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 ""
+msgid "{=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}"
+msgstr "{=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3150332\n"
-"117\n"
+"04060106.xhp\n"
+"par_id3151884\n"
+"625\n"
"help.text"
-msgid "=ODDLPRICE(\"1999-02-07\";\"1999-06-15\";\"1998-10-15\"; 0.0375; 0.0405;100;2;0) returns 99.87829."
+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 ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"bm_id3153564\n"
+"04060106.xhp\n"
+"bm_id3151957\n"
"help.text"
-msgid "<bookmark_value>ODDLYIELD function</bookmark_value>"
-msgstr "<bookmark_value>ODDLYIELD ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>SUMIF function</bookmark_value><bookmark_value>adding;specified numbers</bookmark_value>"
+msgstr "<bookmark_value>SUMIF ფუნქცია</bookmark_value><bookmark_value>მოცემული რიცხვების მიმატება</bookmark_value>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3153564\n"
-"118\n"
+"04060106.xhp\n"
+"hd_id3151957\n"
+"436\n"
"help.text"
-msgid "ODDLYIELD"
-msgstr "ODDLYIELD"
+msgid "SUMIF"
+msgstr "SUMIF"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3158002\n"
-"119\n"
+"04060106.xhp\n"
+"par_id3151986\n"
+"437\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 ""
+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> ეს ფუნქცია გამოიყენება დიაპაზონის მიმოხილვისთვის, როდესაც ეძებთ განსაზღვრულ მნიშვნელობას."
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3147366\n"
-"120\n"
+"04060106.xhp\n"
+"hd_id3152015\n"
+"438\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 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 პირველი სიხშირე სიხშირე ფუძე"
-
-#: 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 ""
-
-#: 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 "ტექსტი თარიღი ჩართულია."
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3145245\n"
-"124\n"
+"04060106.xhp\n"
+"par_id3152028\n"
+"439\n"
"help.text"
-msgid "<emph>LastInterest</emph> is the last interest date of the security."
-msgstr ""
+msgid "SUMIF(Range; Criteria; SumRange)"
+msgstr "SUMIF(დიაპაზონი; კრიტერიუმი; ჯამი_დიაპაზონი)"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3151014\n"
-"125\n"
+"04060106.xhp\n"
+"par_id3152043\n"
+"440\n"
"help.text"
-msgid "<emph>Rate</emph> is the annual rate of interest."
-msgstr ""
+msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
+msgstr "<emph>დიაპაზონი</emph> არის დიაპაზონი რომლისთვისაც კრიტერიუმი უნდა გააქტიურდეს."
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3149003\n"
-"126\n"
+"04060106.xhp\n"
+"par_id3152062\n"
+"441\n"
"help.text"
-msgid "<emph>Price</emph> is the price of the security."
+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 ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3148880\n"
-"127\n"
+"04060106.xhp\n"
+"par_id3152083\n"
+"442\n"
"help.text"
-msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+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 ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3155622\n"
-"128\n"
+"04060106.xhp\n"
+"par_id8347422\n"
"help.text"
-msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgid "SUMIF supports the reference concatenation operator (~) only in the Criteria parameter, and only if the optional SumRange parameter is not given."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3145303\n"
-"129\n"
+"04060106.xhp\n"
+"hd_id3152110\n"
+"443\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3145350\n"
-"130\n"
+"04060106.xhp\n"
+"par_id3152148\n"
+"626\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"
+msgid "To sum up only negative numbers: <item type=\"input\">=SUMIF(A1:A10;\"<0\")</item>"
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3157990\n"
-"131\n"
+"04060106.xhp\n"
+"par_id6670125\n"
"help.text"
-msgid "The yield of the security, that has an irregular last interest date, is calculated as follows:"
+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 ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3150572\n"
-"132\n"
+"04060106.xhp\n"
+"par_id6062196\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%."
+msgid "See COUNTIF() for some more syntax examples that can be used with SUMIF()."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"bm_id3148768\n"
+"04060106.xhp\n"
+"bm_id3152195\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 ""
+msgid "<bookmark_value>TAN function</bookmark_value>"
+msgstr "<bookmark_value>TAN ფუნქცია</bookmark_value>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3148768\n"
-"222\n"
+"04060106.xhp\n"
+"hd_id3152195\n"
+"446\n"
"help.text"
-msgid "VDB"
-msgstr "VDB"
+msgid "TAN"
+msgstr "TAN"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3154636\n"
-"223\n"
+"04060106.xhp\n"
+"par_id3152224\n"
+"447\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>"
+msgid "<ahelp hid=\"HID_FUNC_TAN\">Returns the tangent of the given angle (in radians).</ahelp>"
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3155519\n"
-"224\n"
+"04060106.xhp\n"
+"hd_id3152242\n"
+"448\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149025\n"
-"225\n"
-"help.text"
-msgid "VDB(Cost; Salvage; Life; S; End; Factor; Type)"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3154954\n"
-"228\n"
+"04060106.xhp\n"
+"par_id3152255\n"
+"449\n"
"help.text"
-msgid "<emph>Life</emph> is the depreciation duration of the asset."
-msgstr ""
+msgid "TAN(Number)"
+msgstr "ATAN(რიცხვი)"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3152817\n"
-"229\n"
+"04060106.xhp\n"
+"par_id3152269\n"
+"450\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."
+msgid "Returns the (trigonometric) tangent of <emph>Number</emph>, the angle in radians."
msgstr ""
-#: 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> არის განმეორებათა რაოდენობა."
-
-#: 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 სისწრაფე."
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3154865\n"
-"232\n"
+"04060106.xhp\n"
+"par_id5752128\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."
+msgid "To return the tangent of an angle in degrees, use the RADIANS function."
msgstr ""
-#: 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\"/>"
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3148429\n"
-"233\n"
+"04060106.xhp\n"
+"hd_id3152287\n"
+"451\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3153927\n"
-"234\n"
+"04060106.xhp\n"
+"par_id3152301\n"
+"452\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."
+msgid "<item type=\"input\">=TAN(PI()/4) </item>returns 1, the tangent of PI/4 radians."
msgstr ""
-#: 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 ტოლია."
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"bm_id3147485\n"
+"04060106.xhp\n"
+"par_id1804864\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>"
+msgid "<item type=\"input\">=TAN(RADIANS(45))</item> returns 1, the tangent of 45 degrees."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3147485\n"
-"193\n"
+"04060106.xhp\n"
+"bm_id3165434\n"
"help.text"
-msgid "XIRR"
-msgstr "XIRR"
+msgid "<bookmark_value>TANH function</bookmark_value>"
+msgstr "<bookmark_value>TANH ფუნქცია</bookmark_value>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3145614\n"
-"194\n"
+"04060106.xhp\n"
+"hd_id3165434\n"
+"456\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 ""
+msgid "TANH"
+msgstr "TANH"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_idN10E62\n"
+"04060106.xhp\n"
+"par_id3165462\n"
+"457\n"
"help.text"
-msgid "If the payments take place at regular intervals, use the IRR function."
-msgstr "ეთ წესიერი IRR."
+msgid "<ahelp hid=\"HID_FUNC_TANHYP\">Returns the hyperbolic tangent of a number.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TANHYP\">აბრუნებს რიცხვის ჰიპერბოლურ ტანგენსს.</ahelp>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3146149\n"
-"195\n"
+"04060106.xhp\n"
+"hd_id3165480\n"
+"458\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149826\n"
-"196\n"
-"help.text"
-msgid "XIRR(Values; Dates; Guess)"
-msgstr "XIRR(მნიშვნელობები;თარიღები;მიხვედრები)"
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3163821\n"
-"197\n"
+"04060106.xhp\n"
+"par_id3165494\n"
+"459\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 - და - თარიღი პირველი - დასაწყისი - ყველა სხვა თარიღი არა დუ ნებისმიერი - შეიცავს ეთ და და."
+msgid "TANH(Number)"
+msgstr "ATANH(რიცხვი)"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3149708\n"
-"198\n"
+"04060106.xhp\n"
+"par_id3165508\n"
+"460\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 შენატანი -თვის სისწრაფე - დაბრუნება ნაგულისხმევი ტოლია."
+msgid "Returns the hyperbolic tangent of <emph>Number</emph>."
+msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3145085\n"
-"199\n"
+"04060106.xhp\n"
+"hd_id3165527\n"
+"461\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3149273\n"
-"200\n"
+"04060106.xhp\n"
+"par_id3165541\n"
+"462\n"
"help.text"
-msgid "Calculation of the internal rate of return for the following five payments:"
-msgstr "გამოთვლა - სისწრაფე - დაბრუნება -თვის:"
+msgid "<item type=\"input\">=TANH(0)</item> returns 0, the hyperbolic tangent of 0."
+msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3155838\n"
-"305\n"
+"04060106.xhp\n"
+"bm_id3165633\n"
"help.text"
-msgid "A"
-msgstr "A"
+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>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3152934\n"
-"306\n"
+"04060106.xhp\n"
+"hd_id3165633\n"
+"466\n"
"help.text"
-msgid "B"
-msgstr "B"
+msgid "SUBTOTAL"
+msgstr "SUBTOTAL"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3154638\n"
-"307\n"
+"04060106.xhp\n"
+"par_id3165682\n"
+"467\n"
"help.text"
-msgid "C"
-msgstr "C"
+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> თუ დიაპაზონი უკვე შეიცავს ქვეჯამებს, იგი არ გამოიყენება შემდგომი გამოთვლისთვის. გამოიყენეთ ეს ფუნქცია ავტოფილტრთან ერთად ანგარიშში მხოლოდ გაფილტრული ჩანაწერების მისაღებად."
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3147083\n"
-"308\n"
+"04060106.xhp\n"
+"hd_id3165704\n"
+"495\n"
"help.text"
-msgid "1"
-msgstr "1"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3151187\n"
-"309\n"
+"04060106.xhp\n"
+"par_id3165717\n"
+"496\n"
"help.text"
-msgid "2001-01-01"
-msgstr ""
+msgid "SUBTOTAL(Function; Range)"
+msgstr "SUBTOTAL(ფუნქცია; დიაპაზონი)"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3145212\n"
-"201\n"
+"04060106.xhp\n"
+"par_id3165731\n"
+"497\n"
"help.text"
-msgid "-<item type=\"input\">10000</item>"
-msgstr ""
+msgid "<emph>Function</emph> is a number that stands for one of the following functions:"
+msgstr "<emph>ფუნქცია</emph> არის რიცხვი, რომელიც მიეკუთვნება შემდეგ ფუნქციათაგან ერთერთს:"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3146856\n"
-"202\n"
+"04060106.xhp\n"
+"par_id3165782\n"
+"469\n"
"help.text"
-msgid "<item type=\"input\">Received</item>"
-msgstr ""
+msgid "Function index"
+msgstr "ფუნქციის ინდექსი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3153277\n"
-"310\n"
+"04060106.xhp\n"
+"par_id3165806\n"
+"470\n"
"help.text"
-msgid "2"
-msgstr "2"
+msgid "Function"
+msgstr "ფუნქცია"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3154052\n"
-"203\n"
+"04060106.xhp\n"
+"par_id3165833\n"
+"471\n"
"help.text"
-msgid "2001-01-02"
+msgid "1"
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3151297\n"
-"204\n"
+"04060106.xhp\n"
+"par_id3165856\n"
+"472\n"
"help.text"
-msgid "<item type=\"input\">2000</item>"
-msgstr ""
+msgid "AVERAGE"
+msgstr "AVERAGE"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3149985\n"
-"205\n"
+"04060106.xhp\n"
+"par_id3165883\n"
+"473\n"
"help.text"
-msgid "<item type=\"input\">Deposited</item>"
+msgid "2"
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3154744\n"
-"311\n"
+"04060106.xhp\n"
+"par_id3165906\n"
+"474\n"
"help.text"
-msgid "3"
-msgstr "3"
+msgid "COUNT"
+msgstr "COUNT"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3153151\n"
-"206\n"
+"04060106.xhp\n"
+"par_id3165933\n"
+"475\n"
"help.text"
-msgid "2001-03-15"
+msgid "3"
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3145657\n"
-"207\n"
+"04060106.xhp\n"
+"par_id3165956\n"
+"476\n"
"help.text"
-msgid "2500"
-msgstr "2500"
+msgid "COUNTA"
+msgstr "COUNTA"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3155101\n"
-"312\n"
+"04060106.xhp\n"
+"par_id3165983\n"
+"477\n"
"help.text"
msgid "4"
-msgstr "4"
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3146894\n"
-"208\n"
-"help.text"
-msgid "2001-05-12"
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3143231\n"
-"209\n"
+"04060106.xhp\n"
+"par_id3166006\n"
+"478\n"
"help.text"
-msgid "5000"
-msgstr "5000"
+msgid "MAX"
+msgstr "MAX"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3156012\n"
-"313\n"
+"04060106.xhp\n"
+"par_id3166033\n"
+"479\n"
"help.text"
msgid "5"
-msgstr "5"
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149758\n"
-"210\n"
-"help.text"
-msgid "2001-08-10"
msgstr ""
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3147495\n"
-"211\n"
-"help.text"
-msgid "1000"
-msgstr "1000"
-
-#: 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."
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"bm_id3149198\n"
-"help.text"
-msgid "<bookmark_value>XNPV function</bookmark_value>"
-msgstr "<bookmark_value>XNPV ფუნქცია</bookmark_value>"
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3149198\n"
-"213\n"
+"04060106.xhp\n"
+"par_id3166056\n"
+"480\n"
"help.text"
-msgid "XNPV"
-msgstr "XNPV"
+msgid "MIN"
+msgstr "MIN"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3153904\n"
-"214\n"
+"04060106.xhp\n"
+"par_id3143316\n"
+"481\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."
+msgid "6"
msgstr ""
-#: 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."
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3155323\n"
-"215\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3150117\n"
-"216\n"
+"04060106.xhp\n"
+"par_id3143339\n"
+"482\n"
"help.text"
-msgid "XNPV(Rate; Values; Dates)"
-msgstr "XNPV(სიხშირე;მნიშვნელობები;თარიღები)"
+msgid "PRODUCT"
+msgstr "PRODUCT"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3153100\n"
-"217\n"
+"04060106.xhp\n"
+"par_id3143366\n"
+"483\n"
"help.text"
-msgid "<emph>Rate</emph> is the internal rate of return for the payments."
+msgid "7"
msgstr ""
-#: 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 - და - თარიღი პირველი - დასაწყისი - ყველა სხვა თარიღი არა დუ ნებისმიერი - შეიცავს ეთ და და."
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3148832\n"
-"219\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3150525\n"
-"220\n"
+"04060106.xhp\n"
+"par_id3143389\n"
+"484\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 ""
+msgid "STDEV"
+msgstr "STDEV"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3149910\n"
-"221\n"
+"04060106.xhp\n"
+"par_id3143416\n"
+"485\n"
"help.text"
-msgid "<item type=\"input\">=XNPV(0.06;B1:B5;A1:A5)</item> returns 323.02."
+msgid "8"
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"bm_id3148822\n"
+"04060106.xhp\n"
+"par_id3143439\n"
+"486\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>"
+msgid "STDEVP"
+msgstr "STDEVP"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3148822\n"
-"237\n"
+"04060106.xhp\n"
+"par_id3143466\n"
+"487\n"
"help.text"
-msgid "RRI"
-msgstr "RRI"
+msgid "9"
+msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3154293\n"
-"238\n"
+"04060106.xhp\n"
+"par_id3143489\n"
+"488\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ZGZ\">Calculates the interest rate resulting from the profit (return) of an investment.</ahelp>"
-msgstr ""
+msgid "SUM"
+msgstr "SUM"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3148444\n"
-"239\n"
+"04060106.xhp\n"
+"par_id3143516\n"
+"489\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "10"
+msgstr "10"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3148804\n"
-"240\n"
+"04060106.xhp\n"
+"par_id3143539\n"
+"490\n"
"help.text"
-msgid "RRI(P; PV; FV)"
-msgstr "RRI(P;PV;FV)"
+msgid "VAR"
+msgstr "VAR"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3154901\n"
-"241\n"
+"04060106.xhp\n"
+"par_id3143566\n"
+"491\n"
"help.text"
-msgid "<emph>P</emph> is the number of periods needed for calculating the interest rate."
-msgstr ""
+msgid "11"
+msgstr "11"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3159149\n"
-"242\n"
+"04060106.xhp\n"
+"par_id3143589\n"
+"492\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 ""
+msgid "VARP"
+msgstr "VARP"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3149771\n"
-"243\n"
+"04060106.xhp\n"
+"par_id3143606\n"
+"498\n"
"help.text"
-msgid "<emph>FV</emph> determines what is desired as the cash value of the deposit."
-msgstr ""
+msgid "<emph>Range</emph> is the range whose cells are included."
+msgstr "<emph>დიაპაზონი</emph> არის დიაპაზონი, რომელთა უჯრებიც ჩართულია."
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3148941\n"
-"244\n"
+"04060106.xhp\n"
+"hd_id3143625\n"
+"499\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 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 ""
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3150775\n"
-"246\n"
+"04060106.xhp\n"
+"par_id3143638\n"
+"562\n"
"help.text"
-msgid "<item type=\"input\">=RRI(4;7500;10000)</item> = 7.46 %"
+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 ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3145413\n"
-"247\n"
+"04060106.xhp\n"
+"par_id3143658\n"
+"563\n"
"help.text"
-msgid "The interest rate must be 7.46 % so that 7,500 currency units will become 10,000 currency units."
+msgid "<item type=\"input\">=SUBTOTAL(9;B2:B5)</item>"
msgstr ""
-#: 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>"
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3154267\n"
-"249\n"
+"04060106.xhp\n"
+"bm_id3143672\n"
"help.text"
-msgid "RATE"
-msgstr "RATE"
+msgid "<bookmark_value>Euro; converting</bookmark_value><bookmark_value>EUROCONVERT function</bookmark_value>"
+msgstr "<bookmark_value>Euro; გარდაქმნა</bookmark_value><bookmark_value>CONVERT ფუნქცია</bookmark_value>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3151052\n"
-"250\n"
+"04060106.xhp\n"
+"hd_id3143672\n"
+"564\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ZINS\">Returns the constant interest rate per period of an annuity.</ahelp>"
+msgid "EUROCONVERT"
msgstr ""
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3154272\n"
-"251\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3158423\n"
-"252\n"
+"04060106.xhp\n"
+"par_id3143708\n"
+"565\n"
"help.text"
-msgid "RATE(NPer; Pmt; PV; FV; Type; Guess)"
+msgid "<ahelp hid=\"HID_FUNC_UMRECHNEN\">Converts between old European national currency and to and from Euros.</ahelp>"
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3148910\n"
-"253\n"
+"04060106.xhp\n"
+"par_id3143731\n"
+"566\n"
"help.text"
-msgid "<emph>NPer</emph> is the total number of periods, during which payments are made (payment period)."
-msgstr ""
+msgid "<emph>Syntax</emph>"
+msgstr "<emph>სინტაქსი</emph>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3148925\n"
-"254\n"
+"04060106.xhp\n"
+"par_id3143748\n"
+"567\n"
"help.text"
-msgid "<emph>Pmt</emph> is the constant payment (annuity) paid during each period."
+msgid "EUROCONVERT(Value; \"From_currency\"; \"To_currency\", full_precision, triangulation_precision)"
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3149160\n"
-"255\n"
+"04060106.xhp\n"
+"par_id3143763\n"
+"568\n"
"help.text"
-msgid "<emph>PV</emph> is the cash value in the sequence of payments."
+msgid "<emph>Value</emph> is the amount of the currency to be converted."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3166456\n"
-"256\n"
+"04060106.xhp\n"
+"par_id3143782\n"
+"569\n"
"help.text"
-msgid "<emph>FV</emph> (optional) is the future value, which is reached at the end of the periodic payments."
+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 ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3153243\n"
-"257\n"
+"04060106.xhp\n"
+"par_id0119200904301810\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."
+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 ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3146949\n"
-"258\n"
+"04060106.xhp\n"
+"par_id0119200904301815\n"
"help.text"
-msgid "<emph>Guess</emph> (optional) determines the estimated value of the interest with iterative calculation."
+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 ""
-#: 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\"/>"
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3149791\n"
-"259\n"
+"04060106.xhp\n"
+"par_id3143819\n"
+"570\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<emph>Examples</emph>"
+msgstr "<emph>სახელი</emph>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3150706\n"
-"260\n"
+"04060106.xhp\n"
+"par_id3143837\n"
+"571\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."
+msgid "<item type=\"input\">=EUROCONVERT(100;\"ATS\";\"EUR\")</item> converts 100 Austrian Schillings into Euros."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3155586\n"
-"261\n"
+"04060106.xhp\n"
+"par_id3143853\n"
+"572\n"
"help.text"
-msgid "<item type=\"input\">=RATE(3;10;900)</item> = -121% The interest rate is therefore 121%."
+msgid "<item type=\"input\">=EUROCONVERT(100;\"EUR\";\"DEM\")</item> converts 100 Euros into German Marks."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"bm_id3149106\n"
+"04060106.xhp\n"
+"bm_id0908200902090676\n"
"help.text"
-msgid "<bookmark_value>INTRATE function</bookmark_value>"
-msgstr "<bookmark_value>INTRATE ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>CONVERT function</bookmark_value>"
+msgstr "<bookmark_value>COVAR ფუნქცია</bookmark_value>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3149106\n"
-"60\n"
+"04060106.xhp\n"
+"hd_id0908200902074836\n"
"help.text"
-msgid "INTRATE"
-msgstr "INTRATE"
+msgid "CONVERT"
+msgstr "CONVERT"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3149918\n"
-"61\n"
+"04060106.xhp\n"
+"par_id0908200902131122\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>"
+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 ""
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3149974\n"
-"62\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3149800\n"
-"63\n"
-"help.text"
-msgid "INTRATE(Settlement; Maturity; Investment; Redemption; Basis)"
-msgstr "DISC(მოსახლე;ხნიერება;ფასი;გამოსასყისი;ფუძე)"
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3148618\n"
-"64\n"
+"04060106.xhp\n"
+"par_id0908200902475420\n"
"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
+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 ""
-#: 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 "ტექსტი თარიღი ჩართულია."
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3154604\n"
-"66\n"
+"04060106.xhp\n"
+"hd_id0908200902131071\n"
"help.text"
-msgid "<emph>Investment</emph> is the purchase price."
-msgstr ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3154337\n"
-"67\n"
+"04060106.xhp\n"
+"par_id0908200902131191\n"
"help.text"
-msgid "<emph>Redemption</emph> is the selling price."
+msgid "CONVERT(value;\"text\";\"text\")"
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3145380\n"
-"68\n"
+"04060106.xhp\n"
+"hd_id0908200902131152\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3149426\n"
-"69\n"
+"04060106.xhp\n"
+"par_id090820090213112\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?"
+msgid "<item type=\"input\">=CONVERT(100;\"ATS\";\"EUR\")</item> returns the Euro value of 100 Austrian Schillings."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3151125\n"
-"70\n"
+"04060106.xhp\n"
+"par_id0908200902475431\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%."
+msgid "=CONVERT(100;\"EUR\";\"DEM\") converts 100 Euros into German Marks."
+msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"bm_id3148654\n"
+"04060106.xhp\n"
+"bm_id3157177\n"
"help.text"
-msgid "<bookmark_value>COUPNCD function</bookmark_value>"
-msgstr "<bookmark_value>COUPNCD ფუნქცია</bookmark_value>"
+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>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3148654\n"
-"163\n"
+"04060106.xhp\n"
+"hd_id3157177\n"
+"502\n"
"help.text"
-msgid "COUPNCD"
-msgstr "COUPNCD"
+msgid "ODD"
+msgstr "ODD"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3149927\n"
-"164\n"
+"04060106.xhp\n"
+"par_id3157205\n"
+"503\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 ""
+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>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3153317\n"
-"165\n"
+"04060106.xhp\n"
+"hd_id3157223\n"
+"504\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3150423\n"
-"166\n"
-"help.text"
-msgid "COUPNCD(Settlement; Maturity; Frequency; Basis)"
-msgstr ""
-
-#: 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 ""
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3153536\n"
-"168\n"
+"04060106.xhp\n"
+"par_id3157237\n"
+"505\n"
"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+msgid "ODD(Number)"
+msgstr "ODD(რიცხვი)"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3145313\n"
-"169\n"
+"04060106.xhp\n"
+"par_id3157250\n"
+"506\n"
"help.text"
-msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgid "Returns <emph>Number</emph> rounded to the next odd integer up, away from zero."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3155424\n"
-"170\n"
+"04060106.xhp\n"
+"hd_id3157270\n"
+"507\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 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 ""
-
-#: 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 ""
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"bm_id3143281\n"
-"help.text"
-msgid "<bookmark_value>COUPDAYS function</bookmark_value>"
-msgstr "<bookmark_value>COUPDAYS ფუნქცია</bookmark_value>"
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3143281\n"
-"143\n"
-"help.text"
-msgid "COUPDAYS"
-msgstr "COUPDAYS"
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3149488\n"
-"144\n"
+"04060106.xhp\n"
+"par_id3157283\n"
+"508\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>"
+msgid "<item type=\"input\">=ODD(1.2)</item> returns 3."
msgstr ""
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3148685\n"
-"145\n"
-"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3149585\n"
-"146\n"
+"04060106.xhp\n"
+"par_id8746910\n"
"help.text"
-msgid "COUPDAYS(Settlement; Maturity; Frequency; Basis)"
+msgid "<item type=\"input\">=ODD(1)</item> returns 1."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3152767\n"
-"147\n"
+"04060106.xhp\n"
+"par_id9636524\n"
"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgid "<item type=\"input\">=ODD(0)</item> returns 1."
msgstr ""
-#: 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 "ტექსტი თარიღი ჩართულია."
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3146126\n"
-"149\n"
+"04060106.xhp\n"
+"par_id5675527\n"
"help.text"
-msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgid "<item type=\"input\">=ODD(-3.1)</item> returns -5."
msgstr ""
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3153705\n"
-"150\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითი"
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3147530\n"
-"151\n"
+"04060106.xhp\n"
+"bm_id3157404\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 ""
+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>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3156338\n"
-"152\n"
+"04060106.xhp\n"
+"hd_id3157404\n"
+"512\n"
"help.text"
-msgid "=COUPDAYS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 181."
-msgstr ""
+msgid "FLOOR"
+msgstr "FLOOR"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"bm_id3154832\n"
+"04060106.xhp\n"
+"par_id3157432\n"
+"513\n"
"help.text"
-msgid "<bookmark_value>COUPDAYSNC function</bookmark_value>"
-msgstr "<bookmark_value>COUPDAYSNC ფუნქცია</bookmark_value>"
+msgid "<ahelp hid=\"HID_FUNC_UNTERGRENZE\">Rounds a number down to the nearest multiple of Significance.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_OBERGRENZE\">ამრგვალებს რიცხვს უახლოეს საერთო მამრავლამდე.</ahelp>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3154832\n"
-"153\n"
+"04060106.xhp\n"
+"hd_id3157451\n"
+"514\n"
"help.text"
-msgid "COUPDAYSNC"
-msgstr "COUPDAYSNC"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3147100\n"
-"154\n"
+"04060106.xhp\n"
+"par_id3157464\n"
+"515\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 ""
+msgid "FLOOR(Number; Significance; Mode)"
+msgstr "FLOOR ნომერი რეჟიმი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3151312\n"
-"155\n"
+"04060106.xhp\n"
+"par_id3157478\n"
+"516\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<emph>Number</emph> is the number that is to be rounded down."
+msgstr "<emph>რიცხვი</emph> არის ქვემოთ დასამრგვალებელი რიცხვი."
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3155121\n"
-"156\n"
+"04060106.xhp\n"
+"par_id3157497\n"
+"517\n"
"help.text"
-msgid "COUPDAYSNC(Settlement; Maturity; Frequency; Basis)"
+msgid "<emph>Significance</emph> is the value to whose multiple the number is to be rounded down."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3158440\n"
-"157\n"
+"04060106.xhp\n"
+"par_id3157517\n"
+"561\n"
"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
+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 ""
-#: 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 "ტექსტი თარიღი ჩართულია."
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3154620\n"
-"159\n"
+"04060106.xhp\n"
+"par_id3163894\n"
+"630\n"
"help.text"
-msgid "<emph>Frequency </emph>is number of interest payments per year (1, 2 or 4)."
+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 ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3155604\n"
-"160\n"
+"04060106.xhp\n"
+"hd_id3163932\n"
+"518\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3148671\n"
-"161\n"
+"04060106.xhp\n"
+"par_id3163945\n"
+"519\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?"
+msgid "<item type=\"input\">=FLOOR( -11;-2)</item> returns -12"
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3156158\n"
-"162\n"
+"04060106.xhp\n"
+"par_id3163966\n"
+"520\n"
"help.text"
-msgid "=COUPDAYSNC(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 110."
+msgid "<item type=\"input\">=FLOOR( -11;-2;0)</item> returns -12"
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"bm_id3150408\n"
+"04060106.xhp\n"
+"par_id3163988\n"
+"521\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>"
+msgid "<item type=\"input\">=FLOOR( -11;-2;1)</item> returns -10"
msgstr ""
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"hd_id3150408\n"
-"133\n"
-"help.text"
-msgid "COUPDAYBS"
-msgstr "COUPDAYBS"
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3146795\n"
-"134\n"
+"04060106.xhp\n"
+"bm_id3164086\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 ""
+msgid "<bookmark_value>SIGN function</bookmark_value><bookmark_value>algebraic signs</bookmark_value>"
+msgstr "<bookmark_value>SIGN ფუნქცია</bookmark_value><bookmark_value>ალგებრული ნიშნები</bookmark_value>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3156142\n"
-"135\n"
+"04060106.xhp\n"
+"hd_id3164086\n"
+"523\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "SIGN"
+msgstr "SIGN"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3159083\n"
-"136\n"
+"04060106.xhp\n"
+"par_id3164115\n"
+"524\n"
"help.text"
-msgid "COUPDAYBS(Settlement; Maturity; Frequency; Basis)"
+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 ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3146907\n"
-"137\n"
+"04060106.xhp\n"
+"hd_id3164136\n"
+"525\n"
"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
-msgstr ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3159390\n"
-"138\n"
+"04060106.xhp\n"
+"par_id3164150\n"
+"526\n"
"help.text"
-msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
-msgstr "ტექსტი თარიღი ჩართულია."
+msgid "SIGN(Number)"
+msgstr "SIGN(რიცხვი)"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3154414\n"
-"139\n"
+"04060106.xhp\n"
+"par_id3164164\n"
+"527\n"
"help.text"
-msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
-msgstr ""
+msgid "<emph>Number</emph> is the number whose sign is to be determined."
+msgstr "<emph>რიცხვი</emph> რიცხვი, რომლის ნიშანიც უნდა განისაზღვროს."
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3153880\n"
-"140\n"
+"04060106.xhp\n"
+"hd_id3164183\n"
+"528\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3150592\n"
-"141\n"
+"04060106.xhp\n"
+"par_id3164197\n"
+"529\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?"
+msgid "<item type=\"input\">=SIGN(3.4)</item> returns 1."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3151103\n"
-"142\n"
+"04060106.xhp\n"
+"par_id3164212\n"
+"530\n"
"help.text"
-msgid "=COUPDAYBS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 71."
+msgid "<item type=\"input\">=SIGN(-4.5)</item> returns -1."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"bm_id3152957\n"
+"04060106.xhp\n"
+"bm_id3164252\n"
"help.text"
-msgid "<bookmark_value>COUPPCD function</bookmark_value><bookmark_value>dates;interest date prior to settlement date</bookmark_value>"
-msgstr ""
+msgid "<bookmark_value>MROUND function</bookmark_value><bookmark_value>nearest multiple</bookmark_value>"
+msgstr "<bookmark_value>ROT13 ფუნქცია</bookmark_value><bookmark_value>ტექსტის გაშიფვრვა</bookmark_value>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3152957\n"
-"183\n"
+"04060106.xhp\n"
+"hd_id3164252\n"
+"658\n"
"help.text"
-msgid "COUPPCD"
-msgstr "COUPPCD"
+msgid "MROUND"
+msgstr "MROUND"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3153678\n"
-"184\n"
+"04060106.xhp\n"
+"par_id3164288\n"
+"659\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>"
+msgid "<ahelp hid=\"HID_AAI_FUNC_MROUND\">Returns a number rounded to the nearest multiple of another number.</ahelp>"
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3156269\n"
-"185\n"
+"04060106.xhp\n"
+"hd_id3164306\n"
+"660\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3153790\n"
-"186\n"
+"04060106.xhp\n"
+"par_id3164320\n"
+"661\n"
"help.text"
-msgid "COUPPCD(Settlement; Maturity; Frequency; Basis)"
-msgstr ""
+msgid "MROUND(Number; Multiple)"
+msgstr "MROUND(რიცხვი; მამრავლი)"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3150989\n"
-"187\n"
+"04060106.xhp\n"
+"par_id3486434\n"
"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgid "Returns <emph>Number</emph> rounded to the nearest multiple of <emph>Multiple</emph>."
msgstr ""
-#: 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 "ტექსტი თარიღი ჩართულია."
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3154569\n"
-"189\n"
+"04060106.xhp\n"
+"par_id3068636\n"
"help.text"
-msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgid "An alternative implementation would be <item type=\"literal\">Multiple * ROUND(Number/Multiple)</item>."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3150826\n"
-"190\n"
+"04060106.xhp\n"
+"hd_id3164333\n"
+"662\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3148968\n"
-"191\n"
+"04060106.xhp\n"
+"par_id3164347\n"
+"663\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?"
+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 ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3149992\n"
-"192\n"
+"04060106.xhp\n"
+"par_idN14DD6\n"
"help.text"
-msgid "=COUPPCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2000-15-11."
+msgid "<item type=\"input\">=MROUND(1.4;0.5)</item> returns 1.5 (= 0.5*3)."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"bm_id3150673\n"
+"04060106.xhp\n"
+"bm_id3164375\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>"
+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>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3150673\n"
-"173\n"
+"04060106.xhp\n"
+"hd_id3164375\n"
+"532\n"
"help.text"
-msgid "COUPNUM"
-msgstr "COUPNUM"
+msgid "SQRT"
+msgstr "SQRT"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3154350\n"
-"174\n"
+"04060106.xhp\n"
+"par_id3164404\n"
+"533\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>"
+msgid "<ahelp hid=\"HID_FUNC_WURZEL\">Returns the positive square root of a number.</ahelp>"
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3148400\n"
-"175\n"
+"04060106.xhp\n"
+"hd_id3164424\n"
+"534\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3153200\n"
-"176\n"
+"04060106.xhp\n"
+"par_id3164437\n"
+"535\n"
"help.text"
-msgid "COUPNUM(Settlement; Maturity; Frequency; Basis)"
-msgstr ""
+msgid "SQRT(Number)"
+msgstr "SQRT(რიცხვი)"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3159406\n"
-"177\n"
+"04060106.xhp\n"
+"par_id3164451\n"
+"536\n"
"help.text"
-msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgid "Returns the positive square root of <emph>Number</emph>."
msgstr ""
-#: 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 "ტექსტი თარიღი ჩართულია."
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3154720\n"
-"179\n"
+"04060106.xhp\n"
+"par_id6870021\n"
"help.text"
-msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgid "Number must be positive."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3149319\n"
-"180\n"
+"04060106.xhp\n"
+"hd_id3164471\n"
+"537\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3152460\n"
-"181\n"
+"04060106.xhp\n"
+"par_id3164484\n"
+"538\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?"
+msgid "<item type=\"input\">=SQRT(16)</item> returns 4."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3150640\n"
-"182\n"
+"04060106.xhp\n"
+"par_id3591723\n"
"help.text"
-msgid "=COUPNUM(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2."
+msgid "<item type=\"input\">=SQRT(-16)</item> returns an <item type=\"literal\">invalid argument</item> error."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"bm_id3149339\n"
+"04060106.xhp\n"
+"bm_id3164560\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>"
+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>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3149339\n"
-"263\n"
+"04060106.xhp\n"
+"hd_id3164560\n"
+"665\n"
"help.text"
-msgid "IPMT"
-msgstr "IPMT"
+msgid "SQRTPI"
+msgstr "SQRTPI"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3154522\n"
-"264\n"
+"04060106.xhp\n"
+"par_id3164596\n"
+"666\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>"
+msgid "<ahelp hid=\"HID_AAI_FUNC_SQRTPI\">Returns the square root of (PI times a number).</ahelp>"
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3153266\n"
-"265\n"
+"04060106.xhp\n"
+"hd_id3164614\n"
+"667\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 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; ტიპი)"
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3147313\n"
-"267\n"
-"help.text"
-msgid "<emph>Rate</emph> is the periodic interest rate."
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3156211\n"
-"270\n"
+"04060106.xhp\n"
+"par_id3164627\n"
+"668\n"
"help.text"
-msgid "<emph>PV</emph> is the present cash value in sequence of payments."
-msgstr ""
+msgid "SQRTPI(Number)"
+msgstr "SQRT(რიცხვი)"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3151213\n"
-"271\n"
+"04060106.xhp\n"
+"par_id1501510\n"
"help.text"
-msgid "<emph>FV</emph> (optional) is the desired value (future value) at the end of the periods."
+msgid "Returns the positive square root of (PI multiplied by <emph>Number</emph>)."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3154195\n"
-"272\n"
+"04060106.xhp\n"
+"par_id9929197\n"
"help.text"
-msgid "<emph>Type</emph> is the due date for the periodic payments."
+msgid "This is equivalent to <item type=\"literal\">SQRT(PI()*Number)</item>."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3150102\n"
-"273\n"
+"04060106.xhp\n"
+"hd_id3164641\n"
+"669\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 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 ""
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3150496\n"
-"275\n"
+"04060106.xhp\n"
+"par_id3164654\n"
+"670\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."
+msgid "<item type=\"input\">=SQRTPI(2)</item> returns the squareroot of (2PI), approximately 2.506628."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"bm_id3151205\n"
+"04060106.xhp\n"
+"bm_id3164669\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>"
+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>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3151205\n"
-"277\n"
+"04060106.xhp\n"
+"hd_id3164669\n"
+"671\n"
"help.text"
-msgid "FV"
-msgstr "FV"
+msgid "RANDBETWEEN"
+msgstr "RANDBETWEEN"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3154140\n"
-"278\n"
+"04060106.xhp\n"
+"par_id3164711\n"
+"672\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>"
+msgid "<ahelp hid=\"HID_AAI_FUNC_RANDBETWEEN\">Returns an integer random number in a specified range.</ahelp>"
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3155178\n"
-"279\n"
+"04060106.xhp\n"
+"hd_id3164745\n"
+"673\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 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; ტიპი)"
-
-#: 04060118.xhp
-msgctxt ""
-"04060118.xhp\n"
-"par_id3155136\n"
-"281\n"
-"help.text"
-msgid "<emph>Rate</emph> is the periodic interest rate."
-msgstr ""
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3156029\n"
-"282\n"
+"04060106.xhp\n"
+"par_id3164758\n"
+"674\n"
"help.text"
-msgid "<emph>NPer</emph> is the total number of periods (payment period)."
+msgid "RANDBETWEEN(Bottom; Top)"
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3151322\n"
-"283\n"
+"04060106.xhp\n"
+"par_id7112338\n"
"help.text"
-msgid "<emph>Pmt</emph> is the annuity paid regularly per period."
+msgid "Returns an integer random number between integers <emph>Bottom</emph> and <emph>Top</emph> (both inclusive)."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3145256\n"
-"284\n"
+"04060106.xhp\n"
+"par_id2855616\n"
"help.text"
-msgid "<emph>PV</emph> (optional) is the (present) cash value of an investment."
+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 ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3150999\n"
-"285\n"
+"04060106.xhp\n"
+"par_id2091433\n"
"help.text"
-msgid "<emph>Type</emph> (optional) defines whether the payment is due at the beginning or the end of a period."
+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 ""
-#: 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\"/>"
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3146800\n"
-"286\n"
+"04060106.xhp\n"
+"hd_id3164772\n"
+"675\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 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 ""
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3149302\n"
-"288\n"
+"04060106.xhp\n"
+"par_id3164785\n"
+"676\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."
+msgid "<item type=\"input\">=RANDBETWEEN(20;30)</item> returns an integer of between 20 and 30."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"bm_id3155912\n"
+"04060106.xhp\n"
+"bm_id3164800\n"
"help.text"
-msgid "<bookmark_value>FVSCHEDULE function</bookmark_value><bookmark_value>future values;varying interest rates</bookmark_value>"
-msgstr ""
+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>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3155912\n"
-"51\n"
+"04060106.xhp\n"
+"hd_id3164800\n"
+"542\n"
"help.text"
-msgid "FVSCHEDULE"
-msgstr "FVSCHEDULE"
+msgid "RAND"
+msgstr "RAND"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3163726\n"
-"52\n"
+"04060106.xhp\n"
+"par_id3164829\n"
+"543\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 ""
+msgid "<ahelp hid=\"HID_FUNC_ZUFALLSZAHL\">Returns a random number between 0 and 1.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_ZUFALLSZAHL\">აბრუნებს 0-სა და 1-ს შორის შემთხვევით რიცხვს.</ahelp>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3149571\n"
-"53\n"
+"04060106.xhp\n"
+"hd_id3164870\n"
+"545\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3148891\n"
-"54\n"
+"04060106.xhp\n"
+"par_id3164884\n"
+"546\n"
"help.text"
-msgid "FVSCHEDULE(Principal; Schedule)"
+msgid "RAND()"
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3148904\n"
-"55\n"
+"04060106.xhp\n"
+"par_id5092318\n"
"help.text"
-msgid "<emph>Principal</emph> is the starting capital."
+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 ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3148562\n"
-"56\n"
+"04060106.xhp\n"
+"par_id9312417\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)."
+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 ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3147288\n"
-"57\n"
+"04060106.xhp\n"
+"hd_id9089022\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 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 ""
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3156358\n"
-"59\n"
+"04060106.xhp\n"
+"par_id9569078\n"
"help.text"
-msgid "<item type=\"input\">=FVSCHEDULE(1000;{0.03;0.04;0.05})</item> returns 1124.76."
+msgid "<item type=\"input\">=RAND()</item> returns a random number between 0 and 1."
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"bm_id3156435\n"
+"04060106.xhp\n"
+"bm_id3164897\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 ""
+msgid "<bookmark_value>COUNTIF function</bookmark_value><bookmark_value>counting;specified cells</bookmark_value>"
+msgstr "<bookmark_value>COUNTIF ფუნქცია</bookmark_value><bookmark_value>დათვლა;სპეციალური უჯრები</bookmark_value>"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3156435\n"
-"290\n"
+"04060106.xhp\n"
+"hd_id3164897\n"
+"547\n"
"help.text"
-msgid "NPER"
-msgstr "NPER"
+msgid "COUNTIF"
+msgstr "COUNTIF"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3152363\n"
-"291\n"
+"04060106.xhp\n"
+"par_id3164926\n"
+"548\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>"
+msgid "<ahelp hid=\"HID_FUNC_ZAEHLENWENN\">Returns the number of cells that meet with certain criteria within a cell range.</ahelp>"
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3147216\n"
-"292\n"
+"04060106.xhp\n"
+"hd_id3164953\n"
+"549\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3155934\n"
-"293\n"
+"04060106.xhp\n"
+"par_id3164967\n"
+"550\n"
"help.text"
-msgid "NPER(Rate; Pmt; PV; FV; Type)"
-msgstr "PV(სიხშირე; NPER; PMT; FV; ტიპი)"
+msgid "COUNTIF(Range; Criteria)"
+msgstr "COUNTIF(დიაპაზონი; კრიტერიუმი)"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3155946\n"
-"294\n"
+"04060106.xhp\n"
+"par_id3164980\n"
+"551\n"
"help.text"
-msgid "<emph>Rate</emph> is the periodic interest rate."
-msgstr ""
+msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
+msgstr "<emph>დიაპაზონი</emph> არის დიაპაზონი რომლისთვისაც კრიტერიუმი უნდა გააქტიურდეს."
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3149042\n"
-"295\n"
+"04060106.xhp\n"
+"par_id3165000\n"
+"552\n"
"help.text"
-msgid "<emph>Pmt</emph> is the constant annuity paid in each period."
+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 ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3153134\n"
-"296\n"
+"04060106.xhp\n"
+"hd_id3165037\n"
+"553\n"
"help.text"
-msgid "<emph>PV</emph> is the present value (cash value) in a sequence of payments."
-msgstr ""
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3154398\n"
-"297\n"
+"04060106.xhp\n"
+"par_id3166505\n"
+"627\n"
"help.text"
-msgid "<emph>FV</emph> (optional) is the future value, which is reached at the end of the last period."
+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 ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3145127\n"
-"298\n"
+"04060106.xhp\n"
+"par_id3581652\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."
+msgid "<item type=\"input\">=COUNTIF(A1:A10;2006)</item> - this returns 1"
msgstr ""
-#: 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\"/>"
-
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"hd_id3155795\n"
-"299\n"
+"04060106.xhp\n"
+"par_id708639\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<item type=\"input\">=COUNTIF(A1:A10;B1)</item> - this returns 1"
+msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3147378\n"
-"300\n"
+"04060106.xhp\n"
+"par_id5169225\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."
+msgid "<item type=\"input\">=COUNTIF(A1:A10;\">=2006\") </item>- this returns 4"
msgstr ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3156171\n"
-"301\n"
+"04060106.xhp\n"
+"par_id2118594\n"
"help.text"
-msgid "<item type=\"input\">=NPER(6%;153.75;2600)</item> = -12,02. The payment period covers 12.02 periods."
+msgid "<item type=\"input\">=COUNTIF(A1:A10;\"<\"&B1)</item> - when B1 contains <item type=\"input\">2006</item>, this returns 6"
msgstr ""
-#: 04060118.xhp
-#, fuzzy
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3150309\n"
-"314\n"
+"04060106.xhp\n"
+"par_id166020\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>"
+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 ""
-#: 04060118.xhp
+#: 04060106.xhp
msgctxt ""
-"04060118.xhp\n"
-"par_id3153163\n"
-"315\n"
+"04060106.xhp\n"
+"par_id6386913\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>"
+msgid "To count only negative numbers: <item type=\"input\">=COUNTIF(A1:A10;\"<0\")</item>"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -28289,7 +17449,7 @@ msgctxt ""
"260\n"
"help.text"
msgid "A"
-msgstr "A"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -28298,7 +17458,7 @@ msgctxt ""
"261\n"
"help.text"
msgid "B"
-msgstr "B"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -28307,7 +17467,7 @@ msgctxt ""
"262\n"
"help.text"
msgid "C"
-msgstr "C"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -28316,7 +17476,7 @@ msgctxt ""
"263\n"
"help.text"
msgid "1"
-msgstr "1"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -28352,7 +17512,7 @@ msgctxt ""
"267\n"
"help.text"
msgid "2"
-msgstr "2"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -28388,7 +17548,7 @@ msgctxt ""
"271\n"
"help.text"
msgid "3"
-msgstr "3"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -28806,7 +17966,7 @@ msgctxt ""
"330\n"
"help.text"
msgid "Select the cell range or array containing the array formula."
-msgstr "აირჩიეთ უჯრათა დიაპაზონი ან მასივი მასივის ფორმულით."
+msgstr "მონიშნეთ ფორმულის შემცველი უჯრათა დიაპაზონი ან მასივი."
#: 04060107.xhp
msgctxt ""
@@ -28865,7 +18025,7 @@ msgctxt ""
"par_idN10D65\n"
"help.text"
msgid "A"
-msgstr "A"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -28889,7 +18049,7 @@ msgctxt ""
"par_idN10D79\n"
"help.text"
msgid "1"
-msgstr "1"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -28897,7 +18057,7 @@ msgctxt ""
"par_idN10D80\n"
"help.text"
msgid "1"
-msgstr "1"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -28921,7 +18081,7 @@ msgctxt ""
"par_idN10D94\n"
"help.text"
msgid "2"
-msgstr "2"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -28929,7 +18089,7 @@ msgctxt ""
"par_idN10D9B\n"
"help.text"
msgid "0"
-msgstr "0"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -28953,7 +18113,7 @@ msgctxt ""
"par_idN10DAF\n"
"help.text"
msgid "3"
-msgstr "3"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -28961,7 +18121,7 @@ msgctxt ""
"par_idN10DB6\n"
"help.text"
msgid "1"
-msgstr "1"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -28993,7 +18153,7 @@ msgctxt ""
"par_idN10DE2\n"
"help.text"
msgid "A"
-msgstr "A"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -29033,7 +18193,7 @@ msgctxt ""
"par_idN10E02\n"
"help.text"
msgid "1"
-msgstr "1"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -29041,7 +18201,7 @@ msgctxt ""
"par_idN10E09\n"
"help.text"
msgid "1"
-msgstr "1"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -29057,7 +18217,7 @@ msgctxt ""
"par_idN10E17\n"
"help.text"
msgid "2"
-msgstr "2"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -29073,7 +18233,7 @@ msgctxt ""
"par_idN10E25\n"
"help.text"
msgid "5"
-msgstr "5"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -29081,7 +18241,7 @@ msgctxt ""
"par_idN10E2D\n"
"help.text"
msgid "2"
-msgstr "2"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -29089,7 +18249,7 @@ msgctxt ""
"par_idN10E34\n"
"help.text"
msgid "2"
-msgstr "2"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -29105,7 +18265,7 @@ msgctxt ""
"par_idN10E42\n"
"help.text"
msgid "3"
-msgstr "3"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -29121,7 +18281,7 @@ msgctxt ""
"par_idN10E50\n"
"help.text"
msgid "5"
-msgstr "5"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -29129,7 +18289,7 @@ msgctxt ""
"par_idN10E58\n"
"help.text"
msgid "3"
-msgstr "3"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -29161,7 +18321,7 @@ msgctxt ""
"par_idN10E78\n"
"help.text"
msgid "5"
-msgstr "5"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -29366,7 +18526,6 @@ msgid "In the following table, column A lists unsorted measurement values. Colum
msgstr "ცხრილი A სვეტი B შეიცავს -თვის კლასები -სკენ დუ A -სკენ დუ FREQUENCY რიცხვი - ცოტა ან ტოლია -სკენ დუ ტოლია FREQUENCY მეორე რიცხვი - ან ან ტოლია -სკენ ტექსტი დუ B6 ტოლია -თვის."
#: 04060107.xhp
-#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3155869\n"
@@ -29376,7 +18535,6 @@ msgid "<emph>A</emph>"
msgstr "<emph>A</emph>"
#: 04060107.xhp
-#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3149328\n"
@@ -29386,7 +18544,6 @@ msgid "<emph>B</emph>"
msgstr "<emph>B</emph>"
#: 04060107.xhp
-#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3152467\n"
@@ -29420,7 +18577,7 @@ msgctxt ""
"225\n"
"help.text"
msgid "5"
-msgstr "5"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -29429,7 +18586,7 @@ msgctxt ""
"226\n"
"help.text"
msgid "1"
-msgstr "1"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -29447,7 +18604,7 @@ msgctxt ""
"228\n"
"help.text"
msgid "8"
-msgstr "8"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -29465,7 +18622,7 @@ msgctxt ""
"230\n"
"help.text"
msgid "3"
-msgstr "3"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -29501,7 +18658,7 @@ msgctxt ""
"234\n"
"help.text"
msgid "2"
-msgstr "2"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -29537,7 +18694,7 @@ msgctxt ""
"238\n"
"help.text"
msgid "3"
-msgstr "3"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -29555,7 +18712,7 @@ msgctxt ""
"240\n"
"help.text"
msgid "5"
-msgstr "5"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -29573,7 +18730,7 @@ msgctxt ""
"242\n"
"help.text"
msgid "1"
-msgstr "1"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -29609,7 +18766,7 @@ msgctxt ""
"246\n"
"help.text"
msgid "1"
-msgstr "1"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -29645,7 +18802,7 @@ msgctxt ""
"250\n"
"help.text"
msgid "9"
-msgstr "9"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -29663,7 +18820,7 @@ msgctxt ""
"252\n"
"help.text"
msgid "7"
-msgstr "7"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -30197,7 +19354,7 @@ msgctxt ""
"77\n"
"help.text"
msgid "A"
-msgstr "A"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -30206,7 +19363,7 @@ msgctxt ""
"78\n"
"help.text"
msgid "B"
-msgstr "B"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -30215,7 +19372,7 @@ msgctxt ""
"79\n"
"help.text"
msgid "C"
-msgstr "C"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -30224,7 +19381,7 @@ msgctxt ""
"80\n"
"help.text"
msgid "D"
-msgstr "D"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -30233,7 +19390,7 @@ msgctxt ""
"81\n"
"help.text"
msgid "E"
-msgstr "E"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -30242,7 +19399,7 @@ msgctxt ""
"82\n"
"help.text"
msgid "F"
-msgstr "F"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -30251,7 +19408,7 @@ msgctxt ""
"83\n"
"help.text"
msgid "G"
-msgstr "G"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -31059,7 +20216,7 @@ msgctxt ""
"par_idN11B2F\n"
"help.text"
msgid "A"
-msgstr "A"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -31067,7 +20224,7 @@ msgctxt ""
"par_idN11B35\n"
"help.text"
msgid "B"
-msgstr "B"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -31075,7 +20232,7 @@ msgctxt ""
"par_idN11B3B\n"
"help.text"
msgid "C"
-msgstr "C"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -31083,7 +20240,7 @@ msgctxt ""
"par_idN11B41\n"
"help.text"
msgid "D"
-msgstr "D"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -31091,7 +20248,7 @@ msgctxt ""
"par_idN11B48\n"
"help.text"
msgid "1"
-msgstr "1"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -31131,7 +20288,7 @@ msgctxt ""
"par_idN11B67\n"
"help.text"
msgid "2"
-msgstr "2"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -31171,7 +20328,7 @@ msgctxt ""
"par_idN11B86\n"
"help.text"
msgid "3"
-msgstr "3"
+msgstr ""
#: 04060107.xhp
msgctxt ""
@@ -31263,7 +20420,6 @@ msgid "SUMX2MY2"
msgstr "SUMX2MY2"
#: 04060107.xhp
-#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144871\n"
@@ -31291,7 +20447,6 @@ msgid "SUMX2MY2(ArrayX; ArrayY)"
msgstr "SUMX2PY2(მასივი X; მასივი Y)"
#: 04060107.xhp
-#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144916\n"
@@ -31335,7 +20490,6 @@ msgid "SUMX2PY2"
msgstr "SUMX2PY2"
#: 04060107.xhp
-#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3145055\n"
@@ -31363,7 +20517,6 @@ msgid "SUMX2PY2(ArrayX; ArrayY)"
msgstr "SUMX2PY2(მასივი X; მასივი Y)"
#: 04060107.xhp
-#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3163417\n"
@@ -31687,534 +20840,2786 @@ msgctxt ""
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 ""
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
+"04060108.xhp\n"
"tit\n"
"help.text"
-msgid "DATEDIF"
-msgstr ""
+msgid "Statistics Functions"
+msgstr "სტატისტიკური ფუნქციები"
-#: func_datedif.xhp
-#, fuzzy
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"bm_id3155511\n"
+"04060108.xhp\n"
+"bm_id3153018\n"
"help.text"
-msgid "<bookmark_value>DATEDIF function</bookmark_value>"
-msgstr "<bookmark_value>DATE ფუნქცია</bookmark_value>"
+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>"
-#: func_datedif.xhp
-#, fuzzy
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"hd_id3155511\n"
+"04060108.xhp\n"
+"hd_id3153018\n"
+"1\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>"
+msgid "Statistics Functions"
+msgstr "სტატისტიკური ფუნქციები"
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id3153551\n"
+"04060108.xhp\n"
+"par_id3157874\n"
+"2\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 ""
+msgid "<variable id=\"statistiktext\">This category contains the <emph>Statistics</emph> functions. </variable>"
+msgstr "<variable id=\"statistiktext\">ეს კატეგორია შეიცავს <emph>სტატისტიკურ</emph> ფუნქციებს. </variable>"
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"hd_id3148590\n"
+"04060108.xhp\n"
+"par_id3149001\n"
+"9\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Some of the examples use the following data table:"
+msgstr "ზოგი მაგალითი გამოყენებულია შემდეგ ცხრილში:"
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id3150474\n"
+"04060108.xhp\n"
+"par_id3148775\n"
+"10\n"
"help.text"
-msgid "DATEDIF(Start date; End date; Interval)"
+msgid "C"
msgstr ""
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id3152815\n"
+"04060108.xhp\n"
+"par_id3145297\n"
+"11\n"
"help.text"
-msgid "<emph>Start date</emph> is the date from when the calculation is carried out."
+msgid "D"
msgstr ""
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id3155817\n"
+"04060108.xhp\n"
+"par_id3150661\n"
+"12\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."
+msgid "2"
msgstr ""
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id3153183\n"
+"04060108.xhp\n"
+"par_id3153551\n"
+"13\n"
"help.text"
-msgid "<emph>Interval</emph> is a string, accepted values are \"d\", \"m\", \"y\", \"ym\", \"md\" or \"yd\"."
-msgstr ""
+msgid "x value"
+msgstr "x მნიშვნელობა"
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id5735953\n"
+"04060108.xhp\n"
+"par_id3147536\n"
+"14\n"
"help.text"
-msgid "Value for \"Interval\""
+msgid "y value"
+msgstr "y მნიშვნელობა"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3153224\n"
+"15\n"
+"help.text"
+msgid "3"
msgstr ""
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id8360850\n"
+"04060108.xhp\n"
+"par_id3150475\n"
+"16\n"
"help.text"
-msgid "Return value"
-msgstr "დაბრუნების მნიშვნელობა"
+msgid "-5"
+msgstr "-5"
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id9648731\n"
+"04060108.xhp\n"
+"par_id3155367\n"
+"17\n"
"help.text"
-msgid "\"d\""
-msgstr ""
+msgid "-3"
+msgstr "-3"
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id908841\n"
+"04060108.xhp\n"
+"par_id3149783\n"
+"18\n"
"help.text"
-msgid "Number of whole days between Start date and End date."
+msgid "4"
msgstr ""
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id8193914\n"
+"04060108.xhp\n"
+"par_id3153181\n"
+"19\n"
"help.text"
-msgid "\"m\""
-msgstr ""
+msgid "-2"
+msgstr "-2"
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id9841608\n"
+"04060108.xhp\n"
+"par_id3148429\n"
+"20\n"
"help.text"
-msgid "Number of whole months between Start date and End date."
+msgid "0"
msgstr ""
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id2701803\n"
+"04060108.xhp\n"
+"par_id3152588\n"
+"21\n"
"help.text"
-msgid "\"y\""
+msgid "5"
msgstr ""
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id2136295\n"
+"04060108.xhp\n"
+"par_id3147483\n"
+"22\n"
"help.text"
-msgid "Number of whole years between Start date and End date."
+msgid "-1"
+msgstr "-1"
+
+#: 04060108.xhp
+msgctxt ""
+"04060108.xhp\n"
+"par_id3083443\n"
+"23\n"
+"help.text"
+msgid "1"
msgstr ""
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id9200109\n"
+"04060108.xhp\n"
+"par_id3149826\n"
+"24\n"
"help.text"
-msgid "\"ym\""
+msgid "6"
msgstr ""
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id4186223\n"
+"04060108.xhp\n"
+"par_id3163820\n"
+"25\n"
"help.text"
-msgid "Number of whole months when subtracting years from the difference of Start date and End date."
+msgid "0"
msgstr ""
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id5766472\n"
+"04060108.xhp\n"
+"par_id3154816\n"
+"26\n"
"help.text"
-msgid "\"md\""
+msgid "3"
msgstr ""
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id1491134\n"
+"04060108.xhp\n"
+"par_id3149276\n"
+"27\n"
"help.text"
-msgid "Number of whole days when subtracting years and months from the difference of Start date and End date."
+msgid "7"
msgstr ""
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id5866472\n"
+"04060108.xhp\n"
+"par_id3149267\n"
+"28\n"
"help.text"
-msgid "\"yd\""
+msgid "2"
msgstr ""
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id1591134\n"
+"04060108.xhp\n"
+"par_id3156310\n"
+"29\n"
"help.text"
-msgid "Number of whole days when subtracting years from the difference of Start date and End date."
+msgid "4"
msgstr ""
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"hd_id3147477\n"
+"04060108.xhp\n"
+"par_id3154639\n"
+"30\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "8"
+msgstr ""
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id3152589\n"
+"04060108.xhp\n"
+"par_id3145205\n"
+"31\n"
"help.text"
-msgid "Birthday calculation. A man was born on 1974-04-17. Today is 2012-06-13."
+msgid "4"
msgstr ""
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id3252589\n"
+"04060108.xhp\n"
+"par_id3153276\n"
+"32\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."
+msgid "6"
msgstr ""
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id3352589\n"
+"04060108.xhp\n"
+"par_id3150756\n"
+"33\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."
+msgid "9"
msgstr ""
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id3452589\n"
+"04060108.xhp\n"
+"par_id3156095\n"
+"34\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."
+msgid "6"
msgstr ""
-#: func_datedif.xhp
+#: 04060108.xhp
msgctxt ""
-"func_datedif.xhp\n"
-"par_id3752589\n"
+"04060108.xhp\n"
+"par_id3152929\n"
+"35\n"
"help.text"
-msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"yd\")</item> yields 57, his birthday was 57 days ago."
+msgid "8"
msgstr ""
-#: 06030200.xhp
+#: 04060108.xhp
msgctxt ""
-"06030200.xhp\n"
+"04060108.xhp\n"
+"par_id3156324\n"
+"36\n"
+"help.text"
+msgid "The statistical functions are described in the following subsections."
+msgstr "სტატისტიკური ფუნქციები შემდეგ ქვესექციაშია აღწერილი."
+
+#: 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>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
"tit\n"
"help.text"
-msgid "Remove Precedents"
-msgstr "დამოკიდებულებების ამოშლა"
+msgid "Spreadsheet Functions"
+msgstr "ელცხრილის ფუნქციები"
-#: 06030200.xhp
+#: 04060109.xhp
msgctxt ""
-"06030200.xhp\n"
-"bm_id3155628\n"
+"04060109.xhp\n"
+"bm_id3148522\n"
"help.text"
-msgid "<bookmark_value>cells; removing precedents</bookmark_value><bookmark_value>formula cells;removing precedents</bookmark_value>"
-msgstr ""
+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>"
-#: 06030200.xhp
-#, fuzzy
+#: 04060109.xhp
msgctxt ""
-"06030200.xhp\n"
-"hd_id3155628\n"
+"04060109.xhp\n"
+"hd_id3148522\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>"
+msgid "Spreadsheet Functions"
+msgstr "ელცხრილის ფუნქციები"
-#: 06030200.xhp
+#: 04060109.xhp
msgctxt ""
-"06030200.xhp\n"
-"par_id3149456\n"
+"04060109.xhp\n"
+"par_id3144508\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>"
+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>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3146968\n"
+"help.text"
+msgid "<bookmark_value>ADDRESS function</bookmark_value>"
+msgstr "<bookmark_value>ADDRESS ფუნქცია</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3146968\n"
+"3\n"
+"help.text"
+msgid "ADDRESS"
+msgstr "მისამართი"
+
+#: 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 ""
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"tit\n"
+"04060109.xhp\n"
+"par_id1027200802301348\n"
"help.text"
-msgid "AutoFormat"
-msgstr "ავტო-ფორმატირება"
+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 ""
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"hd_id3149666\n"
-"1\n"
+"04060109.xhp\n"
+"par_id1027200802301445\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>"
+msgid "In ADDRESS, the parameter is inserted as the fourth parameter, shifting the optional sheet name parameter to the fifth position."
+msgstr ""
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"par_id3145367\n"
-"2\n"
+"04060109.xhp\n"
+"par_id102720080230153\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>"
+msgid "In INDIRECT, the parameter is appended as the second parameter."
msgstr ""
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"hd_id3148455\n"
-"3\n"
+"04060109.xhp\n"
+"par_id102720080230151\n"
"help.text"
-msgid "Format"
-msgstr "ფორმატი"
+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 ""
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"par_id3145799\n"
-"4\n"
+"04060109.xhp\n"
+"par_id1027200802301556\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>"
+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 ""
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"hd_id3149410\n"
-"5\n"
+"04060109.xhp\n"
+"par_id1027200802301521\n"
"help.text"
-msgid "Add"
-msgstr "დამატება"
+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 ""
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"par_id3154017\n"
-"6\n"
+"04060109.xhp\n"
+"par_id1027200802301650\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."
+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 ""
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"par_id3153708\n"
-"29\n"
+"04060109.xhp\n"
+"par_id102720080230162\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>"
+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 ""
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"hd_id3150044\n"
+"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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3151196\n"
+"5\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154707\n"
+"6\n"
+"help.text"
+msgid "ADDRESS(Row; Column; Abs; A1; \"Sheet\")"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3147505\n"
"7\n"
"help.text"
-msgid "More"
-msgstr "დამატებით"
+msgid "<emph>Row</emph> represents the row number for the cell reference"
+msgstr "<emph>რიგი</emph> უჯრის მითითებაში ასახავს რიგის ნომერს"
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"par_id3146920\n"
+"04060109.xhp\n"
+"par_id3145323\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 ""
+msgid "<emph>Column</emph> represents the column number for the cell reference (the number, not the letter)"
+msgstr "<emph>სვეტი</emph> უჯრის მითითებაში ასახავს სვეტის ნომერს (ნომერს და არა ასოს)"
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"hd_id3155961\n"
+"04060109.xhp\n"
+"par_id3153074\n"
"9\n"
"help.text"
-msgid "Formatting"
-msgstr "ფორმატირება"
+msgid "<emph>Abs</emph> determines the type of reference:"
+msgstr "<emph>abs</emph> განსაზღვრავს მითითების ტიპს:"
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"par_id3153965\n"
+"04060109.xhp\n"
+"par_id3153298\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 ""
+msgid "1: absolute ($A$1)"
+msgstr "1: აბსოლუტური ($A$1)"
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"hd_id3154021\n"
+"04060109.xhp\n"
+"par_id3150431\n"
"11\n"
"help.text"
-msgid "Number format"
-msgstr "რიცხვის ფორმატი"
+msgid "2: row reference type is absolute; column reference is relative (A$1)"
+msgstr "2: რიგიდ მითითება აბსოლუტურია, სვეტის კი შედარებითი (A$1)"
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"par_id3159239\n"
+"04060109.xhp\n"
+"par_id3146096\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 ""
+msgid "3: row (relative); column (absolute) ($A1)"
+msgstr "3: რიგი (შედარებითი); სვეტი (აბსოლუტური) ($A1)"
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"hd_id3149530\n"
+"04060109.xhp\n"
+"par_id3153334\n"
"13\n"
"help.text"
-msgid "Borders"
-msgstr "ჩარჩოები"
+msgid "4: relative (A1)"
+msgstr "4: დაკავშირებული (A1)"
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"par_id3145259\n"
-"14\n"
+"04060109.xhp\n"
+"par_id1027200802465915\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>"
+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 ""
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"hd_id3154657\n"
+"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> ასახავს ფურცლის სახელს. იგი ორმაგ ბრჭყალებში უნდა იყოს."
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3147299\n"
"15\n"
"help.text"
-msgid "Font"
-msgstr "შრიფტი"
+msgid "Example:"
+msgstr "მაგალითი:"
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"par_id3152990\n"
+"04060109.xhp\n"
+"par_id3148744\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>"
+msgid "<item type=\"input\">=ADDRESS(1;1;2;;\"Sheet2\")</item> returns the following: Sheet2.A$1"
msgstr ""
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"hd_id3155379\n"
+"04060109.xhp\n"
+"par_id3159260\n"
"17\n"
"help.text"
-msgid "Pattern"
-msgstr "თარგი"
+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 ტოლია აბსოლუტური - დუ დუ ტოლია."
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"par_id3150368\n"
-"18\n"
+"04060109.xhp\n"
+"bm_id3150372\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 ""
+msgid "<bookmark_value>AREAS function</bookmark_value>"
+msgstr "<bookmark_value>AREAS ფუნქცია</bookmark_value>"
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"hd_id3146115\n"
+"04060109.xhp\n"
+"hd_id3150372\n"
"19\n"
"help.text"
-msgid "Alignment"
-msgstr "გასწორება"
+msgid "AREAS"
+msgstr "AREAS"
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"par_id3156445\n"
+"04060109.xhp\n"
+"par_id3150036\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>"
+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 ""
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"hd_id3155811\n"
+"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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3145222\n"
"21\n"
"help.text"
-msgid "AutoFit width and height"
-msgstr "სიგანის და სიმაღლის ავტომორგება"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"par_id3148703\n"
+"04060109.xhp\n"
+"par_id3155907\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>"
+msgid "AREAS(Reference)"
+msgstr "AREAS(მითითება)"
+
+#: 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 "მითითება ასახავს უჯრის ან უჯრათა დიაპაზონის მითითებას."
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3148891\n"
+"24\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"hd_id3159223\n"
+"04060109.xhp\n"
+"par_id3146820\n"
"26\n"
"help.text"
-msgid "Rename"
-msgstr "სახელის გადარქმევა"
+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>."
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"par_id3153064\n"
-"27\n"
+"04060109.xhp\n"
+"bm_id3148727\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 ""
+msgid "<bookmark_value>DDE function</bookmark_value>"
+msgstr "<bookmark_value>DDE ფუნქცია</bookmark_value>"
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"par_id3153912\n"
+"04060109.xhp\n"
+"hd_id3148727\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>"
+msgid "DDE"
+msgstr "DDE"
+
+#: 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 ""
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"hd_id3155264\n"
-"23\n"
+"04060109.xhp\n"
+"hd_id3150700\n"
+"30\n"
"help.text"
-msgid "More"
-msgstr "დამატებით"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 05110000.xhp
+#: 04060109.xhp
msgctxt ""
-"05110000.xhp\n"
-"par_id3159094\n"
-"24\n"
+"04060109.xhp\n"
+"par_id3148886\n"
+"31\n"
"help.text"
-msgid "Closes the <emph>Formatting</emph> options section, if it is currently open."
-msgstr "ხურავს <emph>ფორმატირების</emph> პარამეტრის სექციას, თუ იგი გახსნილია."
+msgid "DDE(\"Server\"; \"File\"; \"Range\"; Mode)"
+msgstr ""
+
+#: 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\"."
+
+#: 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> არის ფაილის სრული სახელი გეზის ჩათვლით."
+
+#: 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> არის მონაცემების შემცველი არე."
+
+#: 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 სერვერი გარდაქმნის მონაცემებს ციფრებად."
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154383\n"
+"185\n"
+"help.text"
+msgid "<emph>Mode</emph>"
+msgstr "<emph>სახელი</emph>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3145146\n"
+"186\n"
+"help.text"
+msgid "<emph>Effect</emph>"
+msgstr "<emph>შერევა</emph>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154558\n"
+"187\n"
+"help.text"
+msgid "0 or missing"
+msgstr "0 ან არ არის"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3145596\n"
+"188\n"
+"help.text"
+msgid "Number format from the \"Default\" cell style"
+msgstr "რიცხვის ფორმატი \"ნაგულისხმები\" უჯრის სტილიდან"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3152785\n"
+"189\n"
+"help.text"
+msgid "1"
+msgstr ""
+
+#: 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 "მონაცემები რომლითაც სტანდარტული ფორმატების ინგლისურ და ამერიკულ ფორმატებად გარდაქმნა შეიძლება"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150279\n"
+"191\n"
+"help.text"
+msgid "2"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153775\n"
+"192\n"
+"help.text"
+msgid "Data are retrieved as text; no conversion to numbers"
+msgstr "მონაცემები მიღებულია ტექსტად, არაა გარდაქმნილი ციფრებად"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3149546\n"
+"35\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 -დან."
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3153114\n"
+"help.text"
+msgid "<bookmark_value>ERRORTYPE function</bookmark_value>"
+msgstr "<bookmark_value>ERRORTYPE ფუნქცია</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153114\n"
+"38\n"
+"help.text"
+msgid "ERRORTYPE"
+msgstr "ERRORTYPE"
+
+#: 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 ""
+
+#: 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> თუ დააწკაპებთ შეცდომის შემცველ უჯრაზე."
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3154327\n"
+"41\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3151322\n"
+"42\n"
+"help.text"
+msgid "ERRORTYPE(Reference)"
+msgstr "ERRORTYPE(მითითება)"
+
+#: 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 "მაგალითი"
+
+#: 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."
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3151221\n"
+"help.text"
+msgid "<bookmark_value>INDEX function</bookmark_value>"
+msgstr "<bookmark_value>INDEX ფუნქცია</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3151221\n"
+"47\n"
+"help.text"
+msgid "INDEX"
+msgstr "INDEX"
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3156063\n"
+"49\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149007\n"
+"50\n"
+"help.text"
+msgid "INDEX(Reference; Row; Column; Range)"
+msgstr "INDEX(მითითება;რიგი;სვეტი;დიაპაზონი)"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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> (არასავალდებულო) ასახავს ქვედიაპაზონის ინდექსს თუ მითითება რამდენიმე დიაპაზონზეა."
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3145264\n"
+"55\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3153181\n"
+"help.text"
+msgid "<bookmark_value>INDIRECT function</bookmark_value>"
+msgstr "<bookmark_value>INDIRECT ფუნქცია</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153181\n"
+"62\n"
+"help.text"
+msgid "INDIRECT"
+msgstr "INDIRECT"
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153717\n"
+"64\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149824\n"
+"65\n"
+"help.text"
+msgid "INDIRECT(Ref; A1)"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3150389\n"
+"67\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
+
+#: 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 დიაპაზონია დაჯამებული."
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3154818\n"
+"help.text"
+msgid "<bookmark_value>COLUMN function</bookmark_value>"
+msgstr "<bookmark_value>COLUMN ფუნქციები</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3154818\n"
+"70\n"
+"help.text"
+msgid "COLUMN"
+msgstr "COLUMN"
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3149283\n"
+"72\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149447\n"
+"73\n"
+"help.text"
+msgid "COLUMN(Reference)"
+msgstr "COLUMN(მითითება)"
+
+#: 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> არის უჯრის ან უჯრათა არის მითითებს რომლის პირველი სვეტის ნომერიც უნდა მოიძებნოს."
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3152932\n"
+"75\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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."
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3154643\n"
+"help.text"
+msgid "<bookmark_value>COLUMNS function</bookmark_value>"
+msgstr "<bookmark_value>COLUMNS ფუნქცია</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3154643\n"
+"79\n"
+"help.text"
+msgid "COLUMNS"
+msgstr "COLUMNS"
+
+#: 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>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3149141\n"
+"81\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154047\n"
+"82\n"
+"help.text"
+msgid "COLUMNS(Array)"
+msgstr "COLUMNS(მასივი)"
+
+#: 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> არის უჯრათა დიაპაზონის მითითება რომლის სვეტების სრული რაოდენობა უნდა მოიძებნოს. არგუმენტი შესაძლოა იყოს ცალი უჯრაც."
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153622\n"
+"84\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153152\n"
+"87\n"
+"help.text"
+msgid "VLOOKUP"
+msgstr "VLOOKUP"
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3146898\n"
+"89\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150156\n"
+"90\n"
+"help.text"
+msgid "=VLOOKUP(SearchCriterion; Array; Index; SortOrder)"
+msgstr "=VLOOKUP(ძიების კრიტერიუმი,მასივი,ინდექსი,დახარისხების წესრიგი)"
+
+#: 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> არის მასივის პირველ სვეტში მოსაძებნი მნიშვნელობა."
+
+#: 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."
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3147487\n"
+"95\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3145663\n"
+"97\n"
+"help.text"
+msgid "Enter the following formula in B1:"
+msgstr "შემდეგი ფორმულის B1 შეყვანა:"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3151172\n"
+"98\n"
+"help.text"
+msgid "<item type=\"input\">=VLOOKUP(A1;D1:E100;2)</item>"
+msgstr ""
+
+#: 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 რიცხვი ტოლია."
+
+#: 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 "ფურცელი"
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3148564\n"
+"217\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3153095\n"
+"218\n"
+"help.text"
+msgid "SHEET(Reference)"
+msgstr "SHEET(მითითება)"
+
+#: 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> არასავალდებულოა და არის უჯრის, არის ან ფურცლის სახელის მითითება."
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3155399\n"
+"220\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 არის ელცხრილის დოკუმენტის მეორე ფურცელი."
+
+#: 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>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3148829\n"
+"222\n"
+"help.text"
+msgid "SHEETS"
+msgstr "SHEETS"
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3154220\n"
+"224\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150777\n"
+"225\n"
+"help.text"
+msgid "SHEETS(Reference)"
+msgstr "SHEETS(მითითება)"
+
+#: 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> არის ფურცლის ან არის მითითება. ეს პარამეტრი არასავალდებულოა."
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3149766\n"
+"227\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 არიან მითითებული თანმიმდევრობით."
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3158407\n"
+"help.text"
+msgid "<bookmark_value>MATCH function</bookmark_value>"
+msgstr "<bookmark_value>MATCH ფუნქცია</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3158407\n"
+"101\n"
+"help.text"
+msgid "MATCH"
+msgstr "MATCH"
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153834\n"
+"103\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3159152\n"
+"104\n"
+"help.text"
+msgid "MATCH(SearchCriterion; LookupArray; Type)"
+msgstr "MATCH(ძიების კრიტერიუმი;მასივში_ძებნა;ტიპი)"
+
+#: 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> არის მნიშვნელობა რომელიც უნდა მოიძებნის ერთრიგიან ან ერთსვეტიან მასივში."
+
+#: 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> არის მოსაძებნი მითითება. იგი შეიძლება იყოს ერთრიგიანი ან ერთსვეტიანი, ან ცალი რიგის ან სვეტის ნაწილი."
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3155119\n"
+"108\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ტოლია დუ რიცხვი - რიგი ტოლია."
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3158430\n"
+"help.text"
+msgid "<bookmark_value>OFFSET function</bookmark_value>"
+msgstr "<bookmark_value>OFFSET ფუნქცია</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3158430\n"
+"111\n"
+"help.text"
+msgid "OFFSET"
+msgstr "OFFSET"
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3146952\n"
+"113\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3159194\n"
+"114\n"
+"help.text"
+msgid "OFFSET(Reference; Rows; Columns; Height; Width)"
+msgstr "OFFSET(მითითება;რიგები;სვეტები;სიმაღლე;სიგანე)"
+
+#: 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> არის უჯრა საიდანაც ფუნქცია ეძებს ახალ მითითებას."
+
+#: 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> არის უჯრების რაოდენობა, რომლითაც გასწორდა მითითება (უარყოფითი მნისვნელობა)."
+
+#: 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> არის უჯრების რაოდენობა, რომლითაც გასწორდა მითითება (უარყოფითი მნისვნელობა)."
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 04060109.xhp
+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\"/>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3155586\n"
+"120\n"
+"help.text"
+msgid "Example"
+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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3159273\n"
+"help.text"
+msgid "<bookmark_value>LOOKUP function</bookmark_value>"
+msgstr "<bookmark_value>LOOKUP ფუნქცია</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3159273\n"
+"123\n"
+"help.text"
+msgid "LOOKUP"
+msgstr "LOOKUP"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3152947\n"
+"125\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154104\n"
+"126\n"
+"help.text"
+msgid "LOOKUP(SearchCriterion; SearchVector; ResultVector)"
+msgstr "LOOKUP ძიება ძიება ვექტორი ვექტორი"
+
+#: 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> არის მოსაძებნი მნიშვნელობა პირდაპირ ან მითითებად შეყვანილი."
+
+#: 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 ""
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3148624\n"
+"130\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3149425\n"
+"help.text"
+msgid "<bookmark_value>STYLE function</bookmark_value>"
+msgstr "<bookmark_value>STYLE ფუნქცია</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3149425\n"
+"133\n"
+"help.text"
+msgid "STYLE"
+msgstr "STYLE"
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3145373\n"
+"135\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3149302\n"
+"136\n"
+"help.text"
+msgid "STYLE(\"Style\"; Time; \"Style2\")"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 04060109.xhp
+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\"/>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3159254\n"
+"140\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 უჩინარი ნაგულისხმები დუ გამჭვირვალე -თვის წამები ან ნაგულისხმები ტოლია ორივე -სკენ."
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3668935\n"
+"help.text"
+msgid "<item type=\"input\">=\"Text\"&T(STYLE(\"myStyle\"))</item>"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3042085\n"
+"help.text"
+msgid "See also CURRENT() for another example."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3150430\n"
+"help.text"
+msgid "<bookmark_value>CHOOSE function</bookmark_value>"
+msgstr "<bookmark_value>CHOOSE ფუნქცია</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3150430\n"
+"142\n"
+"help.text"
+msgid "CHOOSE"
+msgstr "CHOOSE"
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3153533\n"
+"144\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3155425\n"
+"145\n"
+"help.text"
+msgid "CHOOSE(Index; Value1; ...; Value30)"
+msgstr "CHOOSE(ინდექსი; მნიშვნელობა1;...მნიშვნელობა30)"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3151253\n"
+"148\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3151001\n"
+"help.text"
+msgid "<bookmark_value>HLOOKUP function</bookmark_value>"
+msgstr "<bookmark_value>IMAGINARY ფუნქცია</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3151001\n"
+"151\n"
+"help.text"
+msgid "HLOOKUP"
+msgstr "HLOOKUP"
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3154661\n"
+"153\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3146070\n"
+"154\n"
+"help.text"
+msgid "HLOOKUP(SearchCriteria; Array; Index; Sorted)"
+msgstr "=HLOOKUP(ძიების კრიტერიუმი;მასივი;ინდექსი;დახარისხებული)"
+
+#: 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> (რიგები და სვეტები გაცვლილია)"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3147321\n"
+"help.text"
+msgid "<bookmark_value>ROW function</bookmark_value>"
+msgstr "<bookmark_value>ROW ფუნქცია</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3147321\n"
+"157\n"
+"help.text"
+msgid "ROW"
+msgstr "რიგი"
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3158439\n"
+"159\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154916\n"
+"160\n"
+"help.text"
+msgid "ROW(Reference)"
+msgstr "ROW(მითითება_"
+
+#: 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> არის უჯრა, არე ან არის სახელი."
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3155609\n"
+"162\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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."
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id3145772\n"
+"help.text"
+msgid "<bookmark_value>ROWS function</bookmark_value>"
+msgstr "<bookmark_value>ROWS ფუნქცია</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3145772\n"
+"166\n"
+"help.text"
+msgid "ROWS"
+msgstr "ROWS"
+
+#: 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>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3156051\n"
+"168\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3154357\n"
+"169\n"
+"help.text"
+msgid "ROWS(Array)"
+msgstr "ROWS(მასივი)"
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3155869\n"
+"171\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id3150102\n"
+"172\n"
+"help.text"
+msgid "<item type=\"input\">=ROWS(A10:B12)</item> returns 3."
+msgstr ""
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id9959410\n"
+"help.text"
+msgid "<bookmark_value>HYPERLINK function</bookmark_value>"
+msgstr "<bookmark_value>IMAGINARY ფუნქცია</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN11798\n"
+"help.text"
+msgid "HYPERLINK"
+msgstr "HYPERLINK"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN1180A\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN1180E\n"
+"help.text"
+msgid "HYPERLINK(\"URL\") or HYPERLINK(\"URL\"; \"CellText\")"
+msgstr "HYPERLINK (URL) ან HYPERLINK (URL;უჯრის ტექსტი)"
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id0907200912224576\n"
+"help.text"
+msgid "The number 0 is returned for empty cells and matrix elements."
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_idN11823\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 - და ტექსტი ტოლია ფორმულა."
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"bm_id7682424\n"
+"help.text"
+msgid "<bookmark_value>GETPIVOTDATA function</bookmark_value>"
+msgstr "<bookmark_value>EDATE ფუნქცია</bookmark_value>"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3747062\n"
+"help.text"
+msgid "GETPIVOTDATA"
+msgstr ""
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id9741508\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id909451\n"
+"help.text"
+msgid "Two different syntax definitions can be used:"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id1665089\n"
+"help.text"
+msgid "GETPIVOTDATA(TargetField; pivot table; [ Field 1; Item 1; ... ])"
+msgstr ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"par_id4997100\n"
+"help.text"
+msgid "GETPIVOTDATA(pivot table; Constraints)"
+msgstr ""
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id9464094\n"
+"help.text"
+msgid "First Syntax"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 04060109.xhp
+msgctxt ""
+"04060109.xhp\n"
+"hd_id3144016\n"
+"help.text"
+msgid "Second Syntax"
+msgstr ""
+
+#: 04060109.xhp
+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> განაწილების საშუალო არითმეტიკული."
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
#: 04060110.xhp
msgctxt ""
@@ -32239,7 +23644,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "Text Functions"
-msgstr "ტექსტური ფუნქციები"
+msgstr "ტექსტის ფუნქციები"
#: 04060110.xhp
msgctxt ""
@@ -34410,7 +25815,7 @@ msgctxt ""
"140\n"
"help.text"
msgid "T"
-msgstr "T"
+msgstr ""
#: 04060110.xhp
msgctxt ""
@@ -34885,3173 +26290,8722 @@ msgctxt ""
msgid "<item type=\"input\">=VALUE(\"4321\")</item> returns 4321."
msgstr ""
-#: 04020000.xhp
-#, fuzzy
+#: 04060111.xhp
msgctxt ""
-"04020000.xhp\n"
+"04060111.xhp\n"
"tit\n"
"help.text"
-msgid "Insert Cells"
-msgstr "Insert Cells"
+msgid "Add-in Functions"
+msgstr "დამატებითი ფუნქციები"
-#: 04020000.xhp
+#: 04060111.xhp
msgctxt ""
-"04020000.xhp\n"
-"bm_id3156023\n"
+"04060111.xhp\n"
+"bm_id3150870\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>"
+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>"
-#: 04020000.xhp
-#, fuzzy
+#: 04060111.xhp
msgctxt ""
-"04020000.xhp\n"
-"hd_id3156023\n"
+"04060111.xhp\n"
+"hd_id3150870\n"
"1\n"
"help.text"
-msgid "Insert Cells"
-msgstr "Insert Cells"
+msgid "Add-in Functions"
+msgstr "დამატებითი ფუნქციები"
-#: 04020000.xhp
+#: 04060111.xhp
msgctxt ""
-"04020000.xhp\n"
-"par_id3150542\n"
+"04060111.xhp\n"
+"par_id3147427\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>."
+msgid "<variable id=\"addintext\">The following describes and lists some of the available add-in functions. </variable>"
+msgstr "<variable id=\"addintext\">შემდეგი აღწერს და თვლის ზოგიერთ დამატებით ფუნქციას. </variable>"
-#: 04020000.xhp
-#, fuzzy
+#: 04060111.xhp
msgctxt ""
-"04020000.xhp\n"
-"hd_id3153768\n"
+"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>"
+
+#: 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>დახმარებაში."
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3151075\n"
+"7\n"
+"help.text"
+msgid "Add-ins supplied"
+msgstr "დამატება"
+
+#: 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-ის დამატების ინტერფეისის მაგალითს."
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3149566\n"
+"14\n"
+"help.text"
+msgid "ISLEAPYEAR"
+msgstr "ISLEAPYEAR"
+
+#: 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 ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3148487\n"
+"16\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3150205\n"
+"17\n"
+"help.text"
+msgid "ISLEAPYEAR(\"Date\")"
+msgstr "ISLEAPYEAR(თარიღი)"
+
+#: 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 ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3149817\n"
+"19\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 თებერვალი."
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3154656\n"
+"21\n"
+"help.text"
+msgid "YEARS"
+msgstr "YEARS"
+
+#: 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>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3154370\n"
+"23\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3146114\n"
+"24\n"
+"help.text"
+msgid "YEARS(StartDate; EndDate; Type)"
+msgstr "YEARS(საწყისი თარიღი;საბოლოო თარიღი; ტიპი)"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3145387\n"
+"25\n"
+"help.text"
+msgid "<emph>StartDate</emph> is the first date"
+msgstr "<emph>საწყისი თარიღი</emph>: თარიღი."
+
+#: 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> არის მონაცემთა მეორე წყობა."
+
+#: 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 (კალენდარი წლები)."
+
+#: 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>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3152898\n"
+"28\n"
+"help.text"
+msgid "MONTHS"
+msgstr "MONTHS"
+
+#: 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>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3151240\n"
+"30\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3146869\n"
+"31\n"
+"help.text"
+msgid "MONTHS(StartDate; EndDate; Type)"
+msgstr "MONTHS(საწყისი თარიღი;საბოლოო თარიღი; ტიპი)"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3145075\n"
+"32\n"
+"help.text"
+msgid "<emph>StartDate</emph> is the first date"
+msgstr "<emph>საწყისი თარიღი</emph>: თარიღი."
+
+#: 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> არის მონაცემთა მეორე წყობა."
+
+#: 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 (კალენდარი თვეები)."
+
+#: 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>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3159094\n"
+"35\n"
+"help.text"
+msgid "ROT13"
+msgstr "ROT13"
+
+#: 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 ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3150893\n"
+"37\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3159205\n"
+"38\n"
+"help.text"
+msgid "ROT13(Text)"
+msgstr "ROT13(ტექსტი)"
+
+#: 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 ""
+
+#: 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>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3151300\n"
+"43\n"
+"help.text"
+msgid "DAYSINYEAR"
+msgstr "DAYSINYEAR"
+
+#: 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 ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3145358\n"
+"45\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3154651\n"
+"46\n"
+"help.text"
+msgid "DAYSINYEAR(Date)"
+msgstr "DAYSINYEAR(თარიღი)"
+
+#: 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 ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3153487\n"
+"48\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 წლითვის."
+
+#: 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>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3154737\n"
+"50\n"
+"help.text"
+msgid "DAYSINMONTH"
+msgstr "DAYSINMONTH"
+
+#: 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 ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3145114\n"
+"52\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3150955\n"
+"53\n"
+"help.text"
+msgid "DAYSINMONTH(Date)"
+msgstr "DAYSINMONTH(თარიღი)"
+
+#: 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 ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3149871\n"
+"55\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 წლითვის."
+
+#: 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>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3149048\n"
+"57\n"
+"help.text"
+msgid "WEEKS"
+msgstr "WEEKS"
+
+#: 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>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3150393\n"
+"59\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3147402\n"
+"60\n"
+"help.text"
+msgid "WEEKS(StartDate; EndDate; Type)"
+msgstr "WEEKS(საწყისი თარიღი;საბოლოო თარიღი; ტიპი)"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3151387\n"
+"61\n"
+"help.text"
+msgid "<emph>StartDate</emph> is the first date"
+msgstr "<emph>საწყისი თარიღი</emph>: თარიღი."
+
+#: 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> არის მონაცემთა მეორე წყობა."
+
+#: 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 (კვირების რაოდენობა)."
+
+#: 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>"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3145237\n"
+"64\n"
+"help.text"
+msgid "WEEKSINYEAR"
+msgstr "WEEKSINYEAR"
+
+#: 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 ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3149719\n"
+"66\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"par_id3145638\n"
+"67\n"
+"help.text"
+msgid "WEEKSINYEAR(Date)"
+msgstr "WEEKSINYEAR(თარიღი)"
+
+#: 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 ""
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3150037\n"
+"69\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 წლითვის."
+
+#: 04060111.xhp
+msgctxt ""
+"04060111.xhp\n"
+"hd_id3157901\n"
+"72\n"
+"help.text"
+msgid "Add-ins through %PRODUCTNAME API"
+msgstr "დამატება %PRODUCTNAME API"
+
+#: 04060111.xhp
+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>."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"tit\n"
+"help.text"
+msgid "Add-in for Programming in $[officename] Calc"
+msgstr "პროგრამირებისთვის დამატება $[officename] Calc-ში"
+
+#: 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-ში"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149211\n"
"3\n"
"help.text"
-msgid "Selection"
-msgstr "მონიშვნა"
+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 ""
-#: 04020000.xhp
+#: 04060112.xhp
msgctxt ""
-"04020000.xhp\n"
-"par_id3149262\n"
+"04060112.xhp\n"
+"hd_id3146981\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."
+msgid "The Add-In Concept"
+msgstr "დამატება"
-#: 04020000.xhp
+#: 04060112.xhp
msgctxt ""
-"04020000.xhp\n"
-"hd_id3146120\n"
+"04060112.xhp\n"
+"par_id3156292\n"
"5\n"
"help.text"
-msgid "Shift cells down"
-msgstr "Shift cells down"
+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 ""
-#: 04020000.xhp
+#: 04060112.xhp
msgctxt ""
-"04020000.xhp\n"
-"par_id3152596\n"
+"04060112.xhp\n"
+"hd_id3152890\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>"
+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> ფუნქციები"
-#: 04020000.xhp
+#: 04060112.xhp
msgctxt ""
-"04020000.xhp\n"
-"hd_id3147434\n"
+"04060112.xhp\n"
+"par_id3148837\n"
"7\n"
"help.text"
-msgid "Shift cells right"
-msgstr "Shift cells right"
+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 ""
-#: 04020000.xhp
+#: 04060112.xhp
msgctxt ""
-"04020000.xhp\n"
-"par_id3144764\n"
+"04060112.xhp\n"
+"par_id3148604\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>"
+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 ""
-#: 04020000.xhp
+#: 04060112.xhp
msgctxt ""
-"04020000.xhp\n"
-"hd_id3153877\n"
+"04060112.xhp\n"
+"par_id3150112\n"
"9\n"
"help.text"
-msgid "Entire row"
-msgstr "Entire row"
+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 ""
-#: 04020000.xhp
+#: 04060112.xhp
msgctxt ""
-"04020000.xhp\n"
-"par_id3155417\n"
+"04060112.xhp\n"
+"par_id3155269\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."
+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 ""
-#: 04020000.xhp
+#: 04060112.xhp
msgctxt ""
-"04020000.xhp\n"
-"hd_id3146971\n"
+"04060112.xhp\n"
+"hd_id3145077\n"
"11\n"
"help.text"
-msgid "Entire column"
-msgstr "Entire column"
+msgid "General information about the interface"
+msgstr "საერთო ინფორმაცია ინტერფეისის შესახებ"
-#: 04020000.xhp
+#: 04060112.xhp
msgctxt ""
-"04020000.xhp\n"
-"par_id3155068\n"
+"04060112.xhp\n"
+"par_id3146776\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."
+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 ""
-#: 05050100.xhp
+#: 04060112.xhp
msgctxt ""
-"05050100.xhp\n"
-"tit\n"
+"04060112.xhp\n"
+"par_id3149899\n"
+"13\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "ფურცლის სახელის გადარქმევა"
+msgid "The data types are defined as follows:"
+msgstr "მონაცემთა ტიპები განსაზღვრულია შემდეგით:"
-#: 05050100.xhp
+#: 04060112.xhp
msgctxt ""
-"05050100.xhp\n"
-"bm_id3147336\n"
+"04060112.xhp\n"
+"par_id3151302\n"
+"14\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>"
+msgid "<emph>Data types</emph>"
+msgstr "<emph>მონაცემების ტიპები</emph>"
-#: 05050100.xhp
+#: 04060112.xhp
msgctxt ""
-"05050100.xhp\n"
-"hd_id3147336\n"
-"1\n"
+"04060112.xhp\n"
+"par_id3143222\n"
+"15\n"
"help.text"
-msgid "Rename Sheet"
-msgstr "ფურცლის სახელის გადარქმევა"
+msgid "<emph>Definition</emph>"
+msgstr "<emph>განსაზღვრა</emph>"
-#: 05050100.xhp
+#: 04060112.xhp
msgctxt ""
-"05050100.xhp\n"
-"par_id3150792\n"
-"2\n"
+"04060112.xhp\n"
+"par_id3149384\n"
+"16\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>"
+msgid "CALLTYPE"
+msgstr "CALLTYPE"
+
+#: 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)"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153809\n"
+"18\n"
+"help.text"
+msgid "Other: default (operating system specific default)"
+msgstr "სხვა: ნაგულისხმევი (ოპერაციული სისტემის ნაგულისხმევი)"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154734\n"
+"19\n"
+"help.text"
+msgid "USHORT"
+msgstr "USHORT"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3155760\n"
+"20\n"
+"help.text"
+msgid "2 Byte unsigned Integer"
+msgstr "2 ბაიტი მიუნიჭებელი მთელი რიცხვი"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3145320\n"
+"21\n"
+"help.text"
+msgid "DOUBLE"
+msgstr "DOUBLE"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150956\n"
+"22\n"
+"help.text"
+msgid "8 byte platform-dependent format"
+msgstr "8 ბაიტიან პლათფორმაზე დამოკიდებული ფორმატი"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3146097\n"
+"23\n"
+"help.text"
+msgid "Paramtype"
+msgstr "პარამეტრის ტიპი"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150432\n"
+"24\n"
+"help.text"
+msgid "Platform-dependent like int"
+msgstr "int-ის მსგავსი პლათფორმაზე დამოკიდებული"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153955\n"
+"25\n"
+"help.text"
+msgid "PTR_DOUBLE =0 pointer to a double"
msgstr ""
-#: 05050100.xhp
+#: 04060112.xhp
msgctxt ""
-"05050100.xhp\n"
-"hd_id3153968\n"
-"3\n"
+"04060112.xhp\n"
+"par_id3159262\n"
+"26\n"
"help.text"
-msgid "Name"
-msgstr "სახელი"
+msgid "PTR_STRING =1 pointer to a zero-terminated string"
+msgstr ""
-#: 05050100.xhp
+#: 04060112.xhp
msgctxt ""
-"05050100.xhp\n"
-"par_id3155131\n"
+"04060112.xhp\n"
+"par_id3148747\n"
+"27\n"
"help.text"
-msgid "<ahelp hid=\"HID_SC_APPEND_NAME\">Enter a new name for the sheet here.</ahelp>"
+msgid "PTR_DOUBLE_ARR =2 pointer to a double array"
msgstr ""
-#: 05050100.xhp
+#: 04060112.xhp
msgctxt ""
-"05050100.xhp\n"
-"par_id3153092\n"
-"5\n"
+"04060112.xhp\n"
+"par_id3147406\n"
+"28\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>."
+msgid "PTR_STRING_ARR =3 pointer to a string array"
msgstr ""
-#: 05050100.xhp
+#: 04060112.xhp
msgctxt ""
-"05050100.xhp\n"
-"par_id3147396\n"
-"6\n"
+"04060112.xhp\n"
+"par_id3151392\n"
+"29\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>"
+msgid "PTR_CELL_ARR =4 pointer to a cell array"
msgstr ""
-#: 06060000.xhp
+#: 04060112.xhp
msgctxt ""
-"06060000.xhp\n"
-"tit\n"
+"04060112.xhp\n"
+"par_id3153028\n"
+"30\n"
"help.text"
-msgid "Protect Document"
-msgstr "დოკუმენტის დაცვა"
+msgid "NONE =5"
+msgstr "NONE =5"
-#: 06060000.xhp
+#: 04060112.xhp
msgctxt ""
-"06060000.xhp\n"
-"hd_id3148946\n"
-"1\n"
+"04060112.xhp\n"
+"hd_id3156396\n"
+"31\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>"
+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> ფუნქციები"
-#: 06060000.xhp
+#: 04060112.xhp
msgctxt ""
-"06060000.xhp\n"
-"par_id3153362\n"
-"2\n"
+"04060112.xhp\n"
+"par_id3153019\n"
+"32\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."
+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 ""
-#: 06060000.xhp
+#: 04060112.xhp
msgctxt ""
-"06060000.xhp\n"
-"hd_id3147228\n"
-"3\n"
+"04060112.xhp\n"
+"par_id3150038\n"
+"33\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>"
+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> ფუნქციები"
-#: 06060000.xhp
+#: 04060112.xhp
msgctxt ""
-"06060000.xhp\n"
-"hd_id3153768\n"
-"4\n"
+"04060112.xhp\n"
+"par_id3157876\n"
+"34\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>"
+msgid "void CALLTYPE fn(out, in1, in2, ...)"
+msgstr ""
-#: 06060000.xhp
+#: 04060112.xhp
msgctxt ""
-"06060000.xhp\n"
-"par_idN10622\n"
+"04060112.xhp\n"
+"par_id3147616\n"
+"35\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\"/>"
+msgid "Output: Resulting value"
+msgstr "გამონატანი: შედეგის მნიშვნელობა"
-#: 04060120.xhp
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"tit\n"
+"04060112.xhp\n"
+"par_id3159119\n"
+"36\n"
"help.text"
-msgid "Bit Operation Functions"
+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 ""
-#: 04060120.xhp
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"hd_id4149052\n"
-"1\n"
+"04060112.xhp\n"
+"hd_id3150653\n"
+"37\n"
"help.text"
-msgid "Bit Operation Functions"
+msgid "GetFunctionCount()"
+msgstr "GetFunctionCount()"
+
+#: 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 ""
-#: 04060120.xhp
-#, fuzzy
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"bm_id4150026\n"
+"04060112.xhp\n"
+"par_id3150742\n"
+"39\n"
"help.text"
-msgid "<bookmark_value>BITAND function</bookmark_value>"
-msgstr "<bookmark_value>AND ფუნქცია</bookmark_value>"
+msgid "<emph>Syntax</emph>"
+msgstr "<emph>სინტაქსი</emph>"
-#: 04060120.xhp
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"hd_id4150026\n"
-"238\n"
+"04060112.xhp\n"
+"par_id3148728\n"
+"40\n"
"help.text"
-msgid "BITAND"
+msgid "void CALLTYPE GetFunctionCount(USHORT& nCount)"
+msgstr "void CALLTYPE GetFunctionCount(USHORT& nCount)"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154677\n"
+"41\n"
+"help.text"
+msgid "<emph>Parameter</emph>"
+msgstr "<emph>პარამეტრი</emph>"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3146940\n"
+"42\n"
+"help.text"
+msgid "USHORT &nCount:"
+msgstr "USHORT &nCount:"
+
+#: 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 ტოლია -სკენ შეიცავს რიცხვი - დამატება -თვის მაგალითი დამატება შეიცავს -თვის გამოთვლა."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"hd_id3147476\n"
+"44\n"
+"help.text"
+msgid "GetFunctionData()"
+msgstr "GetFunctionData()"
+
+#: 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 "ყველა მნიშვნელოვანი ინფორმაცია დამატება."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3148888\n"
+"46\n"
+"help.text"
+msgid "<emph>Syntax</emph>"
+msgstr "<emph>სინტაქსი</emph>"
+
+#: 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"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149253\n"
+"48\n"
+"help.text"
+msgid "<emph>Parameter</emph>"
+msgstr "<emph>პარამეტრი</emph>"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149686\n"
+"49\n"
+"help.text"
+msgid "USHORT& nNo:"
+msgstr "USHORT& nNo:"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149949\n"
+"50\n"
+"help.text"
+msgid "Input: Function number between 0 and nCount-1, inclusively."
+msgstr "შეყვანა ფუნქცია რიცხვი არის შორის და."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149546\n"
+"51\n"
+"help.text"
+msgid "char* pFuncName:"
+msgstr "char* pFuncName:"
+
+#: 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 ""
-#: 04060120.xhp
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"par_id4146942\n"
-"239\n"
+"04060112.xhp\n"
+"par_id3153935\n"
+"53\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_BITAND\">Returns a bitwise logical \"and\" of the parameters.</ahelp>"
+msgid "USHORT& nParamCount:"
+msgstr "USHORT& nParamCount:"
+
+#: 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 ""
-#: 04060120.xhp
-#, fuzzy
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"hd_id4150459\n"
-"240\n"
+"04060112.xhp\n"
+"par_id3145143\n"
+"55\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Paramtype* peType:"
+msgstr "პარამეტრის ტიპი* peType:"
-#: 04060120.xhp
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"par_id4146878\n"
-"241\n"
+"04060112.xhp\n"
+"par_id3148750\n"
+"56\n"
"help.text"
-msgid "BITAND(number1; number2)"
+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 ""
-#: 04060120.xhp
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"par_id4151228\n"
-"242\n"
+"04060112.xhp\n"
+"par_id3153078\n"
+"57\n"
"help.text"
-msgid "<emph>Number1</emph> and <emph>number2</emph> are positive integers less than 2 ^ 48 (281 474 976 710 656)."
+msgid "char* pInternalName:"
+msgstr "char* pInternalName:"
+
+#: 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> ჩანს. შეიძლება შეიცავდეს უმლაუტებს."
+
+#: 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 ""
-#: 04060120.xhp
-#, fuzzy
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"hd_id4148582\n"
-"248\n"
+"04060112.xhp\n"
+"hd_id3148567\n"
+"60\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "GetParameterDescription()"
+msgstr "GetParameterDescription()"
-#: 04060120.xhp
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"par_id4149246\n"
-"250\n"
+"04060112.xhp\n"
+"par_id3153000\n"
+"61\n"
"help.text"
-msgid "<item type=\"input\">=BITAND(6;10)</item> returns 2 (0110 & 1010 = 0010)."
+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 ""
-#: 04060120.xhp
-#, fuzzy
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"bm_id4146139\n"
+"04060112.xhp\n"
+"par_id3154501\n"
+"62\n"
"help.text"
-msgid "<bookmark_value>BITOR function</bookmark_value>"
-msgstr "<bookmark_value>OR ფუნქცია</bookmark_value>"
+msgid "<emph>Syntax</emph>"
+msgstr "<emph>სინტაქსი</emph>"
-#: 04060120.xhp
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"hd_id4146139\n"
-"252\n"
+"04060112.xhp\n"
+"par_id3153564\n"
+"63\n"
"help.text"
-msgid "BITOR"
+msgid "void CALLTYPE GetParameterDescription(USHORT& nNo, USHORT& nParam, char* pName, char* pDesc)"
msgstr ""
-#: 04060120.xhp
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"par_id4150140\n"
-"253\n"
+"04060112.xhp\n"
+"par_id3157995\n"
+"64\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_BITOR\">Returns a bitwise logical \"or\" of the parameters.</ahelp>"
+msgid "<emph>Parameter</emph>"
+msgstr "<emph>პარამეტრი</emph>"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3155925\n"
+"65\n"
+"help.text"
+msgid "USHORT& nNo:"
+msgstr "USHORT& nNo:"
+
+#: 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 "შეყვანა ნომერი - დუ არის შორის და."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154326\n"
+"67\n"
+"help.text"
+msgid "USHORT& nParam:"
+msgstr "USHORT& nParam:"
+
+#: 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 ""
-#: 04060120.xhp
-#, fuzzy
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"hd_id4149188\n"
-"254\n"
+"04060112.xhp\n"
+"par_id3147374\n"
+"69\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "char* pName:"
+msgstr "char* pName:"
-#: 04060120.xhp
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"par_id4148733\n"
-"255\n"
+"04060112.xhp\n"
+"par_id3145245\n"
+"70\n"
"help.text"
-msgid "BITOR(number1; number2)"
+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
+msgctxt ""
+"04060112.xhp\n"
+"par_id3151020\n"
+"71\n"
+"help.text"
+msgid "char* pDesc:"
+msgstr "char* pDesc:"
+
+#: 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 ""
-#: 04060120.xhp
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"par_id4150864\n"
-"256\n"
+"04060112.xhp\n"
+"par_id3145303\n"
+"73\n"
"help.text"
-msgid "<emph>Number1</emph> and <emph>number2</emph> are positive integers less than 2 ^ 48 (281 474 976 710 656)."
+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 ""
-#: 04060120.xhp
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"par_id4149884\n"
-"264\n"
+"04060112.xhp\n"
+"hd_id3148874\n"
+"76\n"
"help.text"
-msgid "<item type=\"input\">=BITOR(6;10)</item> returns 14 (0110 | 1010 = 1110)."
+msgid "Cell areas"
+msgstr "უჯრების არეები"
+
+#: 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 ""
-#: 04060120.xhp
-#, fuzzy
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"bm_id4150019\n"
+"04060112.xhp\n"
+"hd_id3156060\n"
+"78\n"
"help.text"
-msgid "<bookmark_value>BITXOR function</bookmark_value>"
-msgstr "<bookmark_value>OR ფუნქცია</bookmark_value>"
+msgid "Double Array"
+msgstr "ორმაგი მასივი"
-#: 04060120.xhp
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"hd_id4150019\n"
-"182\n"
+"04060112.xhp\n"
+"par_id3149540\n"
+"79\n"
"help.text"
-msgid "BITXOR"
+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
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149388\n"
+"80\n"
+"help.text"
+msgid "<emph>Offset</emph>"
+msgstr "<emph>შერევა</emph>"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154636\n"
+"81\n"
+"help.text"
+msgid "<emph>Name</emph>"
+msgstr "<emph>სახელი</emph>"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153228\n"
+"82\n"
+"help.text"
+msgid "<emph>Description</emph>"
+msgstr "<emph>აღწერა</emph>"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150685\n"
+"83\n"
+"help.text"
+msgid "0"
msgstr ""
-#: 04060120.xhp
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"par_id4145246\n"
+"04060112.xhp\n"
+"par_id3154869\n"
+"84\n"
+"help.text"
+msgid "Col1"
+msgstr "სვეტი1"
+
+#: 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 "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149783\n"
+"86\n"
+"help.text"
+msgid "2"
+msgstr ""
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3155986\n"
+"87\n"
+"help.text"
+msgid "Row1"
+msgstr "რიგი1"
+
+#: 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 "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153721\n"
+"89\n"
+"help.text"
+msgid "4"
+msgstr ""
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154317\n"
+"90\n"
+"help.text"
+msgid "Tab1"
+msgstr "ჩანართი1"
+
+#: 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 "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3163820\n"
+"92\n"
+"help.text"
+msgid "6"
+msgstr ""
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149710\n"
+"93\n"
+"help.text"
+msgid "Col2"
+msgstr "სვეტი2"
+
+#: 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 "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3145083\n"
+"95\n"
+"help.text"
+msgid "8"
+msgstr ""
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3156310\n"
+"96\n"
+"help.text"
+msgid "Row2"
+msgstr "რიგი2"
+
+#: 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 "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3156133\n"
+"98\n"
+"help.text"
+msgid "10"
+msgstr "10"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153218\n"
+"99\n"
+"help.text"
+msgid "Tab2"
+msgstr "ჩანართი2"
+
+#: 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 "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3151270\n"
+"101\n"
+"help.text"
+msgid "12"
+msgstr "12"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3152934\n"
+"102\n"
+"help.text"
+msgid "Count"
+msgstr "თვლა"
+
+#: 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 ""
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150879\n"
+"104\n"
+"help.text"
+msgid "14"
+msgstr "14"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3156002\n"
+"105\n"
+"help.text"
+msgid "Col"
+msgstr "სვეტი"
+
+#: 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-ით."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3151295\n"
+"107\n"
+"help.text"
+msgid "16"
+msgstr "16"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150261\n"
+"108\n"
+"help.text"
+msgid "Row"
+msgstr "რიგი"
+
+#: 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-ით."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153150\n"
+"110\n"
+"help.text"
+msgid "18"
+msgstr "18"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153758\n"
+"111\n"
+"help.text"
+msgid "Tab"
+msgstr "ჩანართი"
+
+#: 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-ით."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149289\n"
+"113\n"
+"help.text"
+msgid "20"
+msgstr "20"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3156010\n"
+"114\n"
+"help.text"
+msgid "Error"
+msgstr "შეცდომა"
+
+#: 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 ""
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3147493\n"
+"116\n"
+"help.text"
+msgid "22"
+msgstr "22"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149200\n"
+"117\n"
+"help.text"
+msgid "Value"
+msgstr "მნიშვნელობა"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3151174\n"
+"118\n"
+"help.text"
+msgid "8 byte IEEE variable of type double/floating point"
+msgstr ""
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154688\n"
+"119\n"
+"help.text"
+msgid "30"
+msgstr "30"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3159337\n"
+"120\n"
+"help.text"
+msgid "..."
+msgstr "..."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3155388\n"
+"121\n"
+"help.text"
+msgid "Next element"
+msgstr "შემდეგი ელემენტი"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"hd_id3154935\n"
+"122\n"
+"help.text"
+msgid "String Array"
+msgstr "სტრიქონის მასივი"
+
+#: 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 სტრიქონი დუ გამოთვლა ტოლია:"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149908\n"
+"124\n"
+"help.text"
+msgid "<emph>Offset</emph>"
+msgstr "<emph>შერევა</emph>"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3159165\n"
+"125\n"
+"help.text"
+msgid "<emph>Name</emph>"
+msgstr "<emph>სახელი</emph>"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3159150\n"
+"126\n"
+"help.text"
+msgid "<emph>Description</emph>"
+msgstr "<emph>აღწერა</emph>"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149769\n"
+"127\n"
+"help.text"
+msgid "0"
+msgstr ""
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150509\n"
+"128\n"
+"help.text"
+msgid "Col1"
+msgstr "სვეტი1"
+
+#: 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 "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3145418\n"
+"130\n"
+"help.text"
+msgid "2"
+msgstr ""
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3147512\n"
+"131\n"
+"help.text"
+msgid "Row1"
+msgstr "რიგი1"
+
+#: 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 "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3155362\n"
+"133\n"
+"help.text"
+msgid "4"
+msgstr ""
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3151051\n"
+"134\n"
+"help.text"
+msgid "Tab1"
+msgstr "ჩანართი1"
+
+#: 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 "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149158\n"
+"136\n"
+"help.text"
+msgid "6"
+msgstr ""
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3166437\n"
+"137\n"
+"help.text"
+msgid "Col2"
+msgstr "სვეტი2"
+
+#: 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 "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3166450\n"
+"139\n"
+"help.text"
+msgid "8"
+msgstr ""
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3152877\n"
+"140\n"
+"help.text"
+msgid "Row2"
+msgstr "რიგი2"
+
+#: 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 "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3159270\n"
+"142\n"
+"help.text"
+msgid "10"
+msgstr "10"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154107\n"
+"143\n"
+"help.text"
+msgid "Tab2"
+msgstr "ჩანართი2"
+
+#: 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 "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149924\n"
+"145\n"
+"help.text"
+msgid "12"
+msgstr "12"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154858\n"
+"146\n"
+"help.text"
+msgid "Count"
+msgstr "თვლა"
+
+#: 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 ""
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3148467\n"
+"148\n"
+"help.text"
+msgid "14"
+msgstr "14"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3151126\n"
+"149\n"
+"help.text"
+msgid "Col"
+msgstr "სვეტი"
+
+#: 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-ით."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149416\n"
+"151\n"
+"help.text"
+msgid "16"
+msgstr "16"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150631\n"
+"152\n"
+"help.text"
+msgid "Row"
+msgstr "რიგი"
+
+#: 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-ით."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154797\n"
+"154\n"
+"help.text"
+msgid "18"
+msgstr "18"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3143274\n"
+"155\n"
+"help.text"
+msgid "Tab"
+msgstr "ჩანართი"
+
+#: 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-ით."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3145306\n"
+"157\n"
+"help.text"
+msgid "20"
+msgstr "20"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153948\n"
+"158\n"
+"help.text"
+msgid "Error"
+msgstr "შეცდომა"
+
+#: 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 ""
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153311\n"
+"160\n"
+"help.text"
+msgid "22"
+msgstr "22"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3148695\n"
+"161\n"
+"help.text"
+msgid "Len"
+msgstr "Len"
+
+#: 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 ""
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153772\n"
+"163\n"
+"help.text"
+msgid "24"
+msgstr "24"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153702\n"
+"164\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონი"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154474\n"
+"165\n"
+"help.text"
+msgid "String with closing zero byte"
+msgstr "სტრიქონი დამხურავი ნულოვანი ბაიტით"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3156269\n"
+"166\n"
+"help.text"
+msgid "24+Len"
+msgstr "24+Len"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154825\n"
+"167\n"
+"help.text"
+msgid "..."
+msgstr "..."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3147097\n"
+"168\n"
+"help.text"
+msgid "Next element"
+msgstr "შემდეგი ელემენტი"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"hd_id3159091\n"
+"169\n"
+"help.text"
+msgid "Cell Array"
+msgstr "უჯრების მასივი"
+
+#: 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 ""
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154664\n"
+"171\n"
+"help.text"
+msgid "<emph>Offset</emph>"
+msgstr "<emph>შერევა</emph>"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154566\n"
+"172\n"
+"help.text"
+msgid "<emph>Name</emph>"
+msgstr "<emph>სახელი</emph>"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3146073\n"
+"173\n"
+"help.text"
+msgid "<emph>Description</emph>"
+msgstr "<emph>აღწერა</emph>"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154117\n"
+"174\n"
+"help.text"
+msgid "0"
+msgstr ""
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150988\n"
+"175\n"
+"help.text"
+msgid "Col1"
+msgstr "სვეტი1"
+
+#: 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 "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153666\n"
+"177\n"
+"help.text"
+msgid "2"
+msgstr ""
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149560\n"
+"178\n"
+"help.text"
+msgid "Row1"
+msgstr "რიგი1"
+
+#: 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 "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150408\n"
+"180\n"
+"help.text"
+msgid "4"
+msgstr ""
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150593\n"
+"181\n"
+"help.text"
+msgid "Tab1"
+msgstr "ჩანართი1"
+
+#: 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 "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3146912\n"
"183\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_BITXOR\">Returns a bitwise logical \"exclusive or\" of the parameters.</ahelp>"
+msgid "6"
msgstr ""
-#: 04060120.xhp
-#, fuzzy
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"hd_id4153047\n"
+"04060112.xhp\n"
+"par_id3153352\n"
"184\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Col2"
+msgstr "სვეტი2"
-#: 04060120.xhp
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"par_id4157970\n"
+"04060112.xhp\n"
+"par_id3155893\n"
"185\n"
"help.text"
-msgid "BITXOR(number1; number2)"
-msgstr ""
+msgid "Column number in the lower-right corner of the cell area. Numbering starts at 0."
+msgstr "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
-#: 04060120.xhp
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"par_id4145302\n"
+"04060112.xhp\n"
+"par_id3150827\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)."
+msgid "8"
msgstr ""
-#: 04060120.xhp
-#, fuzzy
+#: 04060112.xhp
msgctxt ""
-"04060120.xhp\n"
-"hd_id4150269\n"
+"04060112.xhp\n"
+"par_id3148406\n"
+"187\n"
+"help.text"
+msgid "Row2"
+msgstr "რიგი2"
+
+#: 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 "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3155864\n"
+"189\n"
+"help.text"
+msgid "10"
+msgstr "10"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153197\n"
+"190\n"
+"help.text"
+msgid "Tab2"
+msgstr "ჩანართი2"
+
+#: 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 "ტექსტი რიცხვი დუ მარცხნივ - არე ეთ."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3147360\n"
"192\n"
"help.text"
+msgid "12"
+msgstr "12"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3154520\n"
+"193\n"
+"help.text"
+msgid "Count"
+msgstr "თვლა"
+
+#: 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 ""
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149747\n"
+"195\n"
+"help.text"
+msgid "14"
+msgstr "14"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3147579\n"
+"196\n"
+"help.text"
+msgid "Col"
+msgstr "სვეტი"
+
+#: 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-ით."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3159209\n"
+"198\n"
+"help.text"
+msgid "16"
+msgstr "16"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153265\n"
+"199\n"
+"help.text"
+msgid "Row"
+msgstr "რიგი"
+
+#: 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-ით."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3151276\n"
+"201\n"
+"help.text"
+msgid "18"
+msgstr "18"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149177\n"
+"202\n"
+"help.text"
+msgid "Tab"
+msgstr "ჩანართი"
+
+#: 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-ით."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3150488\n"
+"204\n"
+"help.text"
+msgid "20"
+msgstr "20"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149441\n"
+"205\n"
+"help.text"
+msgid "Error"
+msgstr "შეცდომა"
+
+#: 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 ""
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3163813\n"
+"207\n"
+"help.text"
+msgid "22"
+msgstr "22"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3159102\n"
+"208\n"
+"help.text"
+msgid "Type"
+msgstr "ტიპი"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149581\n"
+"209\n"
+"help.text"
+msgid "Type of cell content, 0 == Double, 1 == String"
+msgstr "უჯრის შიგთავსის ტიპი - ორმაგი სტრიქონი"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3155182\n"
+"210\n"
+"help.text"
+msgid "24"
+msgstr "24"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3153291\n"
+"211\n"
+"help.text"
+msgid "Value or Len"
+msgstr "მნიშვნელობა ან Len"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3145215\n"
+"214\n"
+"help.text"
+msgid "26 if type==1"
+msgstr "26 თუ ტიპი==1"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3155143\n"
+"215\n"
+"help.text"
+msgid "String"
+msgstr "სტრიქონი"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3149298\n"
+"216\n"
+"help.text"
+msgid "If type == 1: String with closing zero byte"
+msgstr "თუ ტიპი == 1. სტრიქონი დამხურავი ნულოვანი ბაიტით"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3151322\n"
+"217\n"
+"help.text"
+msgid "32 or 26+Len"
+msgstr "32 ან26+Len"
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3163722\n"
+"218\n"
+"help.text"
+msgid "..."
+msgstr "..."
+
+#: 04060112.xhp
+msgctxt ""
+"04060112.xhp\n"
+"par_id3151059\n"
+"219\n"
+"help.text"
+msgid "Next element"
+msgstr "შემდეგი ელემენტი"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"tit\n"
+"help.text"
+msgid "Add-in Functions, List of Analysis Functions Part One"
+msgstr "დამატებითი ფუნქციები, ანალიზის ფუნქციების სია პირველი ნაწილი"
+
+#: 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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3152871\n"
+"1\n"
+"help.text"
+msgid "Add-in Functions, List of Analysis Functions Part One"
+msgstr "დამატებითი ფუნქციები, ანალიზის ფუნქციების სია პირველი ნაწილი"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"bm_id3153074\n"
+"help.text"
+msgid "<bookmark_value>Bessel functions</bookmark_value>"
+msgstr "<bookmark_value>Bessel ფუნქცია</bookmark_value>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153334\n"
+"111\n"
+"help.text"
+msgid "BESSELI"
+msgstr "BESSELI"
+
+#: 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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3150392\n"
+"113\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3147295\n"
+"114\n"
+"help.text"
+msgid "BESSELI(X; N)"
+msgstr "BESSELI(x;n)"
+
+#: 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: მნიშვნელობა, რომელზეც გამოითვლება ფუნქცია."
+
+#: 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 ""
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153027\n"
+"103\n"
+"help.text"
+msgid "BESSELJ"
+msgstr "BESSELJ"
+
+#: 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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3146884\n"
+"105\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150032\n"
+"106\n"
+"help.text"
+msgid "BESSELJ(X; N)"
+msgstr "BESSELJ(x;n)"
+
+#: 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: მნიშვნელობა, რომელზეც გამოითვლება ფუნქცია."
+
+#: 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 ""
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3149946\n"
+"117\n"
+"help.text"
+msgid "BESSELK"
+msgstr "BESSELK"
+
+#: 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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3150650\n"
+"119\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149354\n"
+"120\n"
+"help.text"
+msgid "BESSELK(X; N)"
+msgstr "BESSELK(x;n)"
+
+#: 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: მნიშვნელობა, რომელზეც გამოითვლება ფუნქცია."
+
+#: 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 ""
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3145828\n"
+"123\n"
+"help.text"
+msgid "BESSELY"
+msgstr "BESSELY"
+
+#: 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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3146941\n"
+"125\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3148884\n"
+"126\n"
+"help.text"
+msgid "BESSELY(X; N)"
+msgstr "BESSELY(x;n)"
+
+#: 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: მნიშვნელობა, რომელზეც გამოითვლება ფუნქცია."
+
+#: 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 ""
+
+#: 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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153034\n"
+"17\n"
+"help.text"
+msgid "BIN2DEC"
+msgstr "BIN2DEC"
+
+#: 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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3145593\n"
+"19\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149726\n"
+"20\n"
+"help.text"
+msgid "BIN2DEC(Number)"
+msgstr "BIN2DEC (რიცხვი)"
+
+#: 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 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3149250\n"
+"22\n"
+"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060120.xhp
+#: 04060115.xhp
msgctxt ""
-"04060120.xhp\n"
-"par_id4149394\n"
-"196\n"
+"04060115.xhp\n"
+"par_id3145138\n"
+"23\n"
"help.text"
-msgid "<item type=\"input\">=BITXOR(6;10)</item> returns 12 (0110 ^ 1010 = 1100)"
+msgid "<item type=\"input\">=BIN2DEC(1100100)</item> returns 100."
msgstr ""
-#: 04060120.xhp
-#, fuzzy
+#: 04060115.xhp
msgctxt ""
-"04060120.xhp\n"
-"bm_id4155370\n"
+"04060115.xhp\n"
+"bm_id3149954\n"
"help.text"
-msgid "<bookmark_value>BITLSHIFT function</bookmark_value>"
-msgstr "<bookmark_value>BINOMDIST ფუნქცია</bookmark_value>"
+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>"
-#: 04060120.xhp
+#: 04060115.xhp
msgctxt ""
-"04060120.xhp\n"
-"hd_id4155370\n"
-"266\n"
+"04060115.xhp\n"
+"hd_id3149954\n"
+"24\n"
"help.text"
-msgid "BITLSHIFT"
+msgid "BIN2HEX"
+msgstr "BIN2HEX"
+
+#: 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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153936\n"
+"26\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3148753\n"
+"27\n"
+"help.text"
+msgid "BIN2HEX(Number; Places)"
+msgstr "BIN2HEX(რიცხვი;ადგილები)"
+
+#: 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 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150860\n"
+"29\n"
+"help.text"
+msgid "Places means the number of places to be output."
+msgstr "ადგილები: გამოსატანი ადგილების ნომრები."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3155829\n"
+"30\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3149686\n"
+"31\n"
+"help.text"
+msgid "<item type=\"input\">=BIN2HEX(1100100;6)</item> returns 000064."
msgstr ""
-#: 04060120.xhp
+#: 04060115.xhp
msgctxt ""
-"04060120.xhp\n"
-"par_id4158411\n"
-"267\n"
+"04060115.xhp\n"
+"bm_id3153332\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_BITLSHIFT\">Shifts a number left by n bits.</ahelp>"
+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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153332\n"
+"9\n"
+"help.text"
+msgid "BIN2OCT"
+msgstr "BIN2OCT"
+
+#: 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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153001\n"
+"11\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3154508\n"
+"12\n"
+"help.text"
+msgid "BIN2OCT(Number; Places)"
+msgstr "BIN2OCT(რიცხვი;ადგილები)"
+
+#: 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 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
+
+#: 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 "ადგილები: გამოსატანი ადგილების ნომრები."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3150128\n"
+"15\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3153733\n"
+"16\n"
+"help.text"
+msgid "<item type=\"input\">=BIN2OCT(1100100;4)</item> returns 0144."
msgstr ""
-#: 04060120.xhp
-#, fuzzy
+#: 04060115.xhp
msgctxt ""
-"04060120.xhp\n"
-"hd_id4155814\n"
-"268\n"
+"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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3150014\n"
+"129\n"
+"help.text"
+msgid "DELTA"
+msgstr "DELTA"
+
+#: 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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3155435\n"
+"131\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060120.xhp
+#: 04060115.xhp
msgctxt ""
-"04060120.xhp\n"
-"par_id4147536\n"
-"269\n"
+"04060115.xhp\n"
+"par_id3145247\n"
+"132\n"
"help.text"
-msgid "BITLSHIFT(number; shift)"
+msgid "DELTA(Number1; Number2)"
+msgstr "DELTA(რიცხვი 1;რიცხვი 2)"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3149002\n"
+"133\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3151020\n"
+"134\n"
+"help.text"
+msgid "<item type=\"input\">=DELTA(1;2)</item> returns 0."
msgstr ""
-#: 04060120.xhp
+#: 04060115.xhp
msgctxt ""
-"04060120.xhp\n"
-"par_id4150475\n"
-"270\n"
+"04060115.xhp\n"
+"bm_id3157971\n"
"help.text"
-msgid "<emph>Number</emph> is a positive integer less than 2 ^ 48 (281 474 976 710 656)."
+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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3157971\n"
+"55\n"
+"help.text"
+msgid "DEC2BIN"
+msgstr "DEC2BIN"
+
+#: 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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3145349\n"
+"57\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150569\n"
+"58\n"
+"help.text"
+msgid "DEC2BIN(Number; Places)"
+msgstr "DEC2BIN(რიცხვი;ადგილები)"
+
+#: 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 ბიტი არის მნიშვნელობა."
+
+#: 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 "ადგილები: გამოსატანი ადგილების ნომრები."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3150265\n"
+"61\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150662\n"
+"62\n"
+"help.text"
+msgid "<item type=\"input\">=DEC2BIN(100;8)</item> returns 01100100."
msgstr ""
-#: 04060120.xhp
+#: 04060115.xhp
msgctxt ""
-"04060120.xhp\n"
-"par_id4153921\n"
-"271\n"
+"04060115.xhp\n"
+"bm_id3149388\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)."
+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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3149388\n"
+"71\n"
+"help.text"
+msgid "DEC2HEX"
+msgstr "DEC2HEX"
+
+#: 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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3150691\n"
+"73\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3147535\n"
+"74\n"
+"help.text"
+msgid "DEC2HEX(Number; Places)"
+msgstr "DEC2HEX(რიცხვი;ადგილები)"
+
+#: 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 ბიტი არის მნიშვნელობა."
+
+#: 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 "ადგილები: გამოსატანი ადგილების ნომრები."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3154869\n"
+"77\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3150476\n"
+"78\n"
+"help.text"
+msgid "<item type=\"input\">=DEC2HEX(100;4)</item> returns 0064."
msgstr ""
-#: 04060120.xhp
-#, fuzzy
+#: 04060115.xhp
msgctxt ""
-"04060120.xhp\n"
-"hd_id4153723\n"
-"276\n"
+"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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3154948\n"
+"63\n"
+"help.text"
+msgid "DEC2OCT"
+msgstr "DEC2OCT"
+
+#: 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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153178\n"
+"65\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3148427\n"
+"66\n"
+"help.text"
+msgid "DEC2OCT(Number; Places)"
+msgstr "DEC2OCT(რიცხვი;ადგილები)"
+
+#: 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 ბიტი არის მნიშვნელობა."
+
+#: 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 "ადგილები: გამოსატანი ადგილების ნომრები."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3147482\n"
+"69\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060120.xhp
+#: 04060115.xhp
msgctxt ""
-"04060120.xhp\n"
-"par_id4149819\n"
-"278\n"
+"04060115.xhp\n"
+"par_id3154317\n"
+"70\n"
"help.text"
-msgid "<item type=\"input\">=BITLSHIFT(6;1)</item> returns 12 (0110 << 1 = 1100)."
+msgid "<item type=\"input\">=DEC2OCT(100;4)</item> returns 0144."
msgstr ""
-#: 04060120.xhp
-#, fuzzy
+#: 04060115.xhp
msgctxt ""
-"04060120.xhp\n"
-"bm_id4083280\n"
+"04060115.xhp\n"
+"bm_id3083446\n"
"help.text"
-msgid "<bookmark_value>BITRSHIFT function</bookmark_value>"
-msgstr "<bookmark_value>BINOMDIST ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>ERF function</bookmark_value><bookmark_value>Gaussian error integral</bookmark_value>"
+msgstr "<bookmark_value>ERF ფუნქცია</bookmark_value><bookmark_value>ინტეგრალის გაუსის შეცდომა</bookmark_value>"
-#: 04060120.xhp
+#: 04060115.xhp
msgctxt ""
-"04060120.xhp\n"
-"hd_id4083280\n"
-"165\n"
+"04060115.xhp\n"
+"hd_id3083446\n"
+"135\n"
"help.text"
-msgid "BITRSHIFT"
+msgid "ERF"
+msgstr "ERF"
+
+#: 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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3152475\n"
+"137\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3163824\n"
+"138\n"
+"help.text"
+msgid "ERF(LowerLimit; UpperLimit)"
+msgstr "ERF(ქვედა ზღურბლი;ზედა ზღურბლი)"
+
+#: 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 ""
-#: 04060120.xhp
+#: 04060115.xhp
msgctxt ""
-"04060120.xhp\n"
-"par_id4152482\n"
-"166\n"
+"04060115.xhp\n"
+"par_id3156294\n"
+"140\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_BITRSHIFT\">Shifts a number right by n bits.</ahelp>"
+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-სა და ქვედა ზღვარს შორის."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3154819\n"
+"141\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 04060120.xhp
-#, fuzzy
+#: 04060115.xhp
msgctxt ""
-"04060120.xhp\n"
-"hd_id4149713\n"
-"167\n"
+"04060115.xhp\n"
+"bm_id3145082\n"
+"help.text"
+msgid "<bookmark_value>ERFC function</bookmark_value>"
+msgstr "<bookmark_value>ERFC ფუნქცია</bookmark_value>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3145082\n"
+"143\n"
+"help.text"
+msgid "ERFC"
+msgstr "ERFC"
+
+#: 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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3155839\n"
+"145\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060120.xhp
+#: 04060115.xhp
msgctxt ""
-"04060120.xhp\n"
-"par_id4145087\n"
-"168\n"
+"04060115.xhp\n"
+"par_id3153220\n"
+"146\n"
"help.text"
-msgid "BITRSHIFT(number; shift)"
+msgid "ERFC(LowerLimit)"
+msgstr "ERFC(ქვედა ზღურბლი)"
+
+#: 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 ""
-#: 04060120.xhp
+#: 04060115.xhp
msgctxt ""
-"04060120.xhp\n"
-"par_id4149277\n"
-"169\n"
+"04060115.xhp\n"
+"hd_id3146861\n"
+"148\n"
"help.text"
-msgid "<emph>Number</emph> is a positive integer less than 2 ^ 48 (281 474 976 710 656)."
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3156102\n"
+"149\n"
+"help.text"
+msgid "<item type=\"input\">=ERFC(1)</item> returns 0.157299."
msgstr ""
-#: 04060120.xhp
+#: 04060115.xhp
msgctxt ""
-"04060120.xhp\n"
-"par_id4149270\n"
-"170\n"
+"04060115.xhp\n"
+"bm_id3152927\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)."
+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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3152927\n"
+"150\n"
+"help.text"
+msgid "GESTEP"
+msgstr "GESTEP"
+
+#: 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 ""
-#: 04060120.xhp
-#, fuzzy
+#: 04060115.xhp
msgctxt ""
-"04060120.xhp\n"
-"hd_id4152933\n"
-"175\n"
+"04060115.xhp\n"
+"hd_id3150879\n"
+"152\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3145212\n"
+"153\n"
+"help.text"
+msgid "GESTEP(Number; Step)"
+msgstr "GESTEP(რიცხვი; ნაბიჯი)"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153275\n"
+"154\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060120.xhp
+#: 04060115.xhp
msgctxt ""
-"04060120.xhp\n"
-"par_id4156130\n"
-"179\n"
+"04060115.xhp\n"
+"par_id3156132\n"
+"155\n"
"help.text"
-msgid "<item type=\"input\">=BITRSHIFT(6;1)</item> returns 3 (0110 >> 1 = 0011)."
+msgid "<item type=\"input\">=GESTEP(5;1)</item> returns 1."
msgstr ""
-#: 05020600.xhp
+#: 04060115.xhp
msgctxt ""
-"05020600.xhp\n"
-"tit\n"
+"04060115.xhp\n"
+"bm_id3147276\n"
"help.text"
-msgid "Cell Protection"
-msgstr "უჯრედის დაცვა"
+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>"
-#: 05020600.xhp
+#: 04060115.xhp
msgctxt ""
-"05020600.xhp\n"
-"hd_id3145119\n"
-"1\n"
+"04060115.xhp\n"
+"hd_id3147276\n"
+"79\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>"
+msgid "HEX2BIN"
+msgstr "HEX2BIN"
-#: 05020600.xhp
+#: 04060115.xhp
msgctxt ""
-"05020600.xhp\n"
-"par_id3150398\n"
-"2\n"
+"04060115.xhp\n"
+"par_id3150258\n"
+"80\n"
"help.text"
-msgid "<ahelp hid=\"HID_SCPAGE_PROTECTION\">Defines protection options for selected cells.</ahelp>"
-msgstr "<ahelp hid=\"HID_SCPAGE_PROTECTION\">საზღვრავს მონიშნული უჯრებისთვის დაცვის პარამეტრებს.</ahelp>"
+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>"
-#: 05020600.xhp
+#: 04060115.xhp
msgctxt ""
-"05020600.xhp\n"
-"hd_id3150447\n"
-"3\n"
+"04060115.xhp\n"
+"hd_id3156117\n"
+"81\n"
"help.text"
-msgid "Protection"
-msgstr "დაცვა"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 05020600.xhp
+#: 04060115.xhp
msgctxt ""
-"05020600.xhp\n"
-"hd_id3125864\n"
-"9\n"
+"04060115.xhp\n"
+"par_id3155847\n"
+"82\n"
"help.text"
-msgid "Hide all"
-msgstr "ყველაფრის დამალვა"
+msgid "HEX2BIN(Number; Places)"
+msgstr "HEX2BIN(რიცხვი;ადგილები)"
-#: 05020600.xhp
-#, fuzzy
+#: 04060115.xhp
msgctxt ""
-"05020600.xhp\n"
-"par_id3153768\n"
-"10\n"
+"04060115.xhp\n"
+"par_id3152810\n"
+"83\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>"
+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 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
-#: 05020600.xhp
+#: 04060115.xhp
msgctxt ""
-"05020600.xhp\n"
-"hd_id3153190\n"
-"5\n"
+"04060115.xhp\n"
+"par_id3153758\n"
+"84\n"
"help.text"
-msgid "Protected"
-msgstr "დაცული"
+msgid "<emph>Places</emph> is the number of places to be output."
+msgstr "ადგილები: გამოსატანი ადგილების ნომრები."
-#: 05020600.xhp
-#, fuzzy
+#: 04060115.xhp
msgctxt ""
-"05020600.xhp\n"
-"par_id3151119\n"
-"6\n"
+"04060115.xhp\n"
+"hd_id3154052\n"
+"85\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>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 05020600.xhp
+#: 04060115.xhp
msgctxt ""
-"05020600.xhp\n"
-"par_id3156283\n"
-"15\n"
+"04060115.xhp\n"
+"par_id3156002\n"
+"86\n"
"help.text"
-msgid "This cell protection only takes effect if you also protect the sheet (<emph>Tools - Protect Document - Sheet</emph>)."
+msgid "<item type=\"input\">=HEX2BIN(64;8)</item> returns 01100100."
msgstr ""
-#: 05020600.xhp
+#: 04060115.xhp
msgctxt ""
-"05020600.xhp\n"
-"hd_id3149377\n"
-"7\n"
+"04060115.xhp\n"
+"bm_id3154742\n"
"help.text"
-msgid "Hide formula"
-msgstr "ფორმულების დამალვა"
+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>"
-#: 05020600.xhp
+#: 04060115.xhp
msgctxt ""
-"05020600.xhp\n"
-"par_id3154510\n"
-"8\n"
+"04060115.xhp\n"
+"hd_id3154742\n"
+"87\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>"
+msgid "HEX2DEC"
+msgstr "HEX2DEC"
-#: 05020600.xhp
+#: 04060115.xhp
msgctxt ""
-"05020600.xhp\n"
-"hd_id3155602\n"
-"11\n"
+"04060115.xhp\n"
+"par_id3153626\n"
+"88\n"
"help.text"
-msgid "Print"
-msgstr "ბეჭდვა"
+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>"
-#: 05020600.xhp
+#: 04060115.xhp
msgctxt ""
-"05020600.xhp\n"
-"par_id3153836\n"
-"12\n"
+"04060115.xhp\n"
+"hd_id3143233\n"
+"89\n"
"help.text"
-msgid "Defines print options for the sheet."
-msgstr "ფურცლისთვის საზღვრავს ბეჭდვის პარამეტრებს."
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 05020600.xhp
+#: 04060115.xhp
msgctxt ""
-"05020600.xhp\n"
-"hd_id3155065\n"
-"13\n"
+"04060115.xhp\n"
+"par_id3149293\n"
+"90\n"
"help.text"
-msgid "Hide when printing"
-msgstr "ბეჭდვისას დამალვა"
+msgid "HEX2DEC(Number)"
+msgstr "HEX2DEC(რიცხვი)"
-#: 05020600.xhp
+#: 04060115.xhp
msgctxt ""
-"05020600.xhp\n"
-"par_id3155443\n"
-"14\n"
+"04060115.xhp\n"
+"par_id3159176\n"
+"91\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>"
+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 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
-#: 05020000.xhp
+#: 04060115.xhp
msgctxt ""
-"05020000.xhp\n"
+"04060115.xhp\n"
+"hd_id3154304\n"
+"92\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3146093\n"
+"93\n"
+"help.text"
+msgid "<item type=\"input\">=HEX2DEC(64)</item> returns 100."
+msgstr ""
+
+#: 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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3149750\n"
+"94\n"
+"help.text"
+msgid "HEX2OCT"
+msgstr "HEX2OCT"
+
+#: 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>"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3145660\n"
+"96\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3151170\n"
+"97\n"
+"help.text"
+msgid "HEX2OCT(Number; Places)"
+msgstr "HEX2OCT(რაოდენობა;ადგილები)"
+
+#: 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 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
+
+#: 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 "ადგილები: გამოსატანი ადგილების ნომრები."
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"hd_id3153901\n"
+"100\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 04060115.xhp
+msgctxt ""
+"04060115.xhp\n"
+"par_id3159341\n"
+"101\n"
+"help.text"
+msgid "<item type=\"input\">=HEX2OCT(64;4)</item> returns 0144."
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
"tit\n"
"help.text"
-msgid "Format Cells"
-msgstr "უჯრების ფორმატირება"
+msgid "Add-in Functions, List of Analysis Functions Part Two"
+msgstr "დამატებითი ფუნქციები, ანალიზის ფუნქციების სია ნაწილი ორი"
-#: 05020000.xhp
+#: 04060116.xhp
msgctxt ""
-"05020000.xhp\n"
-"bm_id3148663\n"
+"04060116.xhp\n"
+"bm_id3145074\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>"
+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>"
-#: 05020000.xhp
+#: 04060116.xhp
msgctxt ""
-"05020000.xhp\n"
-"hd_id3148663\n"
+"04060116.xhp\n"
+"hd_id3154659\n"
"1\n"
"help.text"
-msgid "Format Cells"
-msgstr "უჯრების ფორმატირება"
+msgid "Add-in Functions, List of Analysis Functions Part Two"
+msgstr "დამატებითი ფუნქციები, ანალიზის ფუნქციების სია ნაწილი ორი"
-#: 05020000.xhp
+#: 04060116.xhp
msgctxt ""
-"05020000.xhp\n"
-"par_id3150448\n"
-"2\n"
+"04060116.xhp\n"
+"par_id3151242\n"
+"174\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 ""
+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>"
-#: 05020000.xhp
+#: 04060116.xhp
msgctxt ""
-"05020000.xhp\n"
-"hd_id3145785\n"
-"3\n"
+"04060116.xhp\n"
+"par_id3148869\n"
+"5\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>"
+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>"
-#: 05020000.xhp
+#: 04060116.xhp
msgctxt ""
-"05020000.xhp\n"
-"hd_id3146119\n"
-"4\n"
+"04060116.xhp\n"
+"par_id3147072\n"
+"240\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>"
+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>"
-#: func_weeknum.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknum.xhp\n"
-"tit\n"
+"04060116.xhp\n"
+"bm_id3154959\n"
"help.text"
-msgid "WEEKNUM"
-msgstr "WEEKNUM"
+msgid "<bookmark_value>IMABS function</bookmark_value>"
+msgstr "<bookmark_value>IMAGINARY ფუნქცია</bookmark_value>"
-#: func_weeknum.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknum.xhp\n"
-"bm_id3159161\n"
+"04060116.xhp\n"
+"hd_id3154959\n"
+"44\n"
"help.text"
-msgid "<bookmark_value>WEEKNUM function</bookmark_value>"
-msgstr "<bookmark_value>WEEKNUM ფუნქცია</bookmark_value>"
+msgid "IMABS"
+msgstr "IMABS"
-#: func_weeknum.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknum.xhp\n"
-"hd_id3159161\n"
-"54\n"
+"04060116.xhp\n"
+"par_id3149895\n"
+"45\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>"
+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>"
-#: func_weeknum.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknum.xhp\n"
-"par_id3149770\n"
-"55\n"
+"04060116.xhp\n"
+"hd_id3155382\n"
+"46\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_KALENDERWOCHE\">WEEKNUM calculates the week number of the year for the internal date value.</ahelp>"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3151302\n"
+"47\n"
+"help.text"
+msgid "IMABS(\"ComplexNumber\")"
+msgstr "IMABS(კომპლექსური რიცხვი)"
+
+#: 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 ""
-#: func_weeknum.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknum.xhp\n"
-"par_idN105E4\n"
+"04060116.xhp\n"
+"hd_id3149697\n"
+"49\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."
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3143222\n"
+"50\n"
+"help.text"
+msgid "<item type=\"input\">=IMABS(\"5+12j\")</item> returns 13."
msgstr ""
-#: func_weeknum.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknum.xhp\n"
-"hd_id3153055\n"
-"56\n"
+"04060116.xhp\n"
+"bm_id3145357\n"
+"help.text"
+msgid "<bookmark_value>IMAGINARY function</bookmark_value>"
+msgstr "<bookmark_value>IMAGINARY ფუნქცია</bookmark_value>"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3145357\n"
+"51\n"
+"help.text"
+msgid "IMAGINARY"
+msgstr "IMAGINARY"
+
+#: 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>"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3153555\n"
+"53\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_weeknum.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknum.xhp\n"
-"par_id3147236\n"
+"04060116.xhp\n"
+"par_id3155522\n"
+"54\n"
+"help.text"
+msgid "IMAGINARY(\"ComplexNumber\")"
+msgstr "IMAGINARY(კომპლექსური რიცხვი)"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3151193\n"
+"56\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3155592\n"
"57\n"
"help.text"
-msgid "WEEKNUM(Number; Mode)"
-msgstr "WEEKNUM(რიცხვი; რეჟიმი)"
+msgid "<item type=\"input\">=IMAGINARY(\"4+3j\")</item> returns 3."
+msgstr ""
-#: func_weeknum.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknum.xhp\n"
-"par_id3147511\n"
+"04060116.xhp\n"
+"bm_id3146106\n"
+"help.text"
+msgid "<bookmark_value>IMPOWER function</bookmark_value>"
+msgstr "<bookmark_value>IMPOWER ფუნქცია</bookmark_value>"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3146106\n"
"58\n"
"help.text"
-msgid "<emph>Number</emph> is the internal date number."
-msgstr "<emph>რიცხვი</emph> არის თარიღის შიდა რიცხვი."
+msgid "IMPOWER"
+msgstr "IMPOWER"
-#: func_weeknum.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknum.xhp\n"
-"par_id3154269\n"
+"04060116.xhp\n"
+"par_id3147245\n"
"59\n"
"help.text"
-msgid "<emph>Mode</emph> sets the start of the week and the calculation type."
-msgstr ""
+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>"
-#: func_weeknum.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknum.xhp\n"
-"par_id3148930\n"
+"04060116.xhp\n"
+"hd_id3150954\n"
"60\n"
"help.text"
-msgid "1 = Sunday"
-msgstr "1 = კვირა"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: func_weeknum.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknum.xhp\n"
-"par_id3154280\n"
+"04060116.xhp\n"
+"par_id3147501\n"
"61\n"
"help.text"
-msgid "2 = Monday"
-msgstr "2 = ორშაბათი"
+msgid "IMPOWER(\"ComplexNumber\"; Number)"
+msgstr "IMPOWER(კომპლექსური რიცხვი;რიცხვი)"
-#: func_weeknum.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknum.xhp\n"
-"hd_id3146948\n"
-"62\n"
+"04060116.xhp\n"
+"par_id3155743\n"
+"63\n"
"help.text"
-msgid "Examples"
-msgstr "მაგალითები"
+msgid "<emph>Number</emph> is the exponent."
+msgstr "<emph>რიცხვი</emph> გამოსაცდელი მნიშვნელობა."
-#: func_weeknum.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknum.xhp\n"
-"par_id3150704\n"
+"04060116.xhp\n"
+"hd_id3149048\n"
+"64\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3151393\n"
"65\n"
"help.text"
-msgid "=WEEKNUM(\"1995-01-01\";1) returns 1"
+msgid "<item type=\"input\">=IMPOWER(\"2+3i\";2)</item> returns -5+12i."
msgstr ""
-#: func_weeknum.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknum.xhp\n"
-"par_id3149792\n"
-"64\n"
+"04060116.xhp\n"
+"bm_id3148748\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 კვირა ჩართულია ორშაბათი კვირა -სკენ კვირა - წელი."
+msgid "<bookmark_value>IMARGUMENT function</bookmark_value>"
+msgstr "<bookmark_value>IMARGUMENT ფუნქცია</bookmark_value>"
-#: 02140500.xhp
+#: 04060116.xhp
msgctxt ""
-"02140500.xhp\n"
-"tit\n"
+"04060116.xhp\n"
+"hd_id3148748\n"
+"66\n"
"help.text"
-msgid "Fill Sheet"
-msgstr "ფურცლის შევსება"
+msgid "IMARGUMENT"
+msgstr "IMARGUMENT"
-#: 02140500.xhp
+#: 04060116.xhp
msgctxt ""
-"02140500.xhp\n"
-"hd_id3153897\n"
-"1\n"
+"04060116.xhp\n"
+"par_id3151341\n"
+"67\n"
"help.text"
-msgid "Fill Sheet"
-msgstr "ფურცლის შევსება"
+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>"
-#: 02140500.xhp
+#: 04060116.xhp
msgctxt ""
-"02140500.xhp\n"
-"par_id3150791\n"
-"2\n"
+"04060116.xhp\n"
+"hd_id3150533\n"
+"68\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>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 02140500.xhp
+#: 04060116.xhp
msgctxt ""
-"02140500.xhp\n"
-"par_id3150767\n"
-"3\n"
+"04060116.xhp\n"
+"par_id3156402\n"
+"69\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."
+msgid "IMARGUMENT(\"ComplexNumber\")"
+msgstr "IMARGUMENT(კომპლექსური რიცხვი)"
-#: 02140500.xhp
+#: 04060116.xhp
msgctxt ""
-"02140500.xhp\n"
-"hd_id3155131\n"
-"4\n"
+"04060116.xhp\n"
+"hd_id3153019\n"
+"71\n"
"help.text"
-msgid "Filling a Sheet"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 02140500.xhp
+#: 04060116.xhp
msgctxt ""
-"02140500.xhp\n"
-"par_id3146119\n"
-"5\n"
+"04060116.xhp\n"
+"bm_id3149146\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 "მთლიანი ფურცლის მოსანიშნად დააწკაპეთ სერ უჯრაზე ელექტრონული ცხრილის ზედა მარცხენა კუთხეში. თქვენ შეგიძლიათ აგრევვე მონიშნოთ არე ფურცელზე კოპირებისათვის."
+msgid "<bookmark_value>IMCOS function</bookmark_value>"
+msgstr "<bookmark_value>IMCOS ფუნქცია</bookmark_value>"
-#: 02140500.xhp
+#: 04060116.xhp
msgctxt ""
-"02140500.xhp\n"
-"par_id3153726\n"
-"6\n"
+"04060116.xhp\n"
+"hd_id3149146\n"
+"73\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."
+msgid "IMCOS"
+msgstr "IMCOS"
-#: 02140500.xhp
+#: 04060116.xhp
msgctxt ""
-"02140500.xhp\n"
-"par_id3147436\n"
-"7\n"
+"04060116.xhp\n"
+"par_id3149725\n"
+"74\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."
+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>"
-#: 02140500.xhp
+#: 04060116.xhp
msgctxt ""
-"02140500.xhp\n"
-"par_id3154942\n"
-"8\n"
+"04060116.xhp\n"
+"hd_id3159116\n"
+"75\n"
"help.text"
-msgid "Click <emph>OK</emph>."
-msgstr "დააწკაპეთ <emph>ოკ</emph>."
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 02140500.xhp
+#: 04060116.xhp
msgctxt ""
-"02140500.xhp\n"
-"par_id3156283\n"
-"9\n"
+"04060116.xhp\n"
+"par_id3147415\n"
+"76\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."
+msgid "IMCOS(\"ComplexNumber\")"
+msgstr "IMCOS(კომპლექსური რიცხვი)"
-#: 05070500.xhp
-#, fuzzy
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"tit\n"
+"04060116.xhp\n"
+"hd_id3152980\n"
+"78\n"
"help.text"
-msgid "Sheet"
-msgstr "ფურცელი"
+msgid "Example"
+msgstr "მაგალითი"
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"bm_id3150542\n"
+"04060116.xhp\n"
+"par_id3157901\n"
+"79\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>"
+msgid "<item type=\"input\">=IMCOS(\"3+4j\") </item>returns -27.03-3.85i (rounded)."
+msgstr ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"hd_id3156329\n"
-"1\n"
+"04060116.xhp\n"
+"bm_id3150024\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>"
+msgid "<bookmark_value>IMDIV function</bookmark_value>"
+msgstr "<bookmark_value>IMDIV ფუნქცია</bookmark_value>"
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_id3151384\n"
-"2\n"
+"04060116.xhp\n"
+"hd_id3150024\n"
+"80\n"
+"help.text"
+msgid "IMDIV"
+msgstr "IMDIV"
+
+#: 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>"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3150465\n"
+"82\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3146942\n"
+"83\n"
+"help.text"
+msgid "IMDIV(\"Numerator\"; \"Denominator\")"
+msgstr "IMDIV(ნუმერატორი;დენომინატორი)"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3150741\n"
+"84\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>"
+msgid "<emph>Numerator</emph>, <emph>Denominator</emph> are complex numbers that are entered in the form \"x+yi\" or \"x+yj\"."
msgstr ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"hd_id3150542\n"
-"3\n"
+"04060116.xhp\n"
+"hd_id3151229\n"
+"85\n"
"help.text"
-msgid "Print"
-msgstr "ბეჭდვა"
+msgid "Example"
+msgstr "მაგალითი"
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_id3125863\n"
-"4\n"
+"04060116.xhp\n"
+"par_id3148440\n"
+"86\n"
"help.text"
-msgid "Defines which elements of the spreadsheet are to be printed."
-msgstr "საზღვრავს ელცხრილის რა ელემენტები უნდა იქნას ამობეჭდილი."
+msgid "<item type=\"input\">=IMDIV(\"-238+240i\";\"10+24i\")</item> returns 5+12i."
+msgstr ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"hd_id3151041\n"
-"5\n"
+"04060116.xhp\n"
+"bm_id3153039\n"
"help.text"
-msgid "Column and row headers"
-msgstr "სვეტის და რიგის თავსართები"
+msgid "<bookmark_value>IMEXP function</bookmark_value>"
+msgstr "<bookmark_value>IMEXP ფუნქცია</bookmark_value>"
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_id3147228\n"
-"6\n"
+"04060116.xhp\n"
+"hd_id3153039\n"
+"87\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>"
+msgid "IMEXP"
+msgstr "IMEXP"
+
+#: 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."
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3145591\n"
+"89\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3154810\n"
+"90\n"
+"help.text"
+msgid "IMEXP(\"ComplexNumber\")"
+msgstr "IMEXP(კომპლექსური რიცხვი)"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3148581\n"
+"92\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"hd_id3150439\n"
-"7\n"
+"04060116.xhp\n"
+"bm_id3149955\n"
"help.text"
-msgid "Grid"
-msgstr "ბადე"
+msgid "<bookmark_value>IMCONJUGATE function</bookmark_value>"
+msgstr "<bookmark_value>IMCONJUGATE ფუნქცია</bookmark_value>"
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_id3147436\n"
-"8\n"
+"04060116.xhp\n"
+"hd_id3149955\n"
+"94\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>."
+msgid "IMCONJUGATE"
+msgstr "IMCONJUGATE"
+
+#: 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>"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3148750\n"
+"96\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3153082\n"
+"97\n"
+"help.text"
+msgid "IMCONJUGATE(\"ComplexNumber\")"
+msgstr "IMCONJUGATE(კომპლექსური რიცხვი)"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3153326\n"
+"99\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"hd_id3145750\n"
-"9\n"
+"04060116.xhp\n"
+"bm_id3150898\n"
"help.text"
-msgid "Comments"
-msgstr "კომენტარი"
+msgid "<bookmark_value>IMLN function</bookmark_value>"
+msgstr "<bookmark_value>IMLN ფუნქცია</bookmark_value>"
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_id3150010\n"
-"10\n"
+"04060116.xhp\n"
+"hd_id3150898\n"
+"101\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."
+msgid "IMLN"
+msgstr "IMLN"
+
+#: 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."
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3150008\n"
+"103\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3155954\n"
+"104\n"
+"help.text"
+msgid "IMLN(\"ComplexNumber\")"
+msgstr "IMLN(კომპლექსური რიცხვი)"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3153565\n"
+"106\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"hd_id3154944\n"
-"11\n"
+"04060116.xhp\n"
+"bm_id3155929\n"
"help.text"
-msgid "Objects/graphics"
-msgstr "ობიექტები/გრაფიკები"
+msgid "<bookmark_value>IMLOG10 function</bookmark_value>"
+msgstr "<bookmark_value>IMLOG10 ფუნქცია</bookmark_value>"
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_id3149581\n"
-"12\n"
+"04060116.xhp\n"
+"hd_id3155929\n"
+"108\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>"
+msgid "IMLOG10"
+msgstr "IMLOG10"
+
+#: 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>"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3154327\n"
+"110\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3150128\n"
+"111\n"
+"help.text"
+msgid "IMLOG10(\"ComplexNumber\")"
+msgstr "IMLOG10(კომპლექსური რიცხვი)"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3149003\n"
+"113\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"hd_id3149377\n"
-"13\n"
+"04060116.xhp\n"
+"bm_id3155623\n"
"help.text"
-msgid "Charts"
-msgstr "დიაგრამები"
+msgid "<bookmark_value>IMLOG2 function</bookmark_value>"
+msgstr "<bookmark_value>IMLOG2 ფუნქცია</bookmark_value>"
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_id3148455\n"
-"14\n"
+"04060116.xhp\n"
+"hd_id3155623\n"
+"115\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>"
+msgid "IMLOG2"
+msgstr "IMLOG2"
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"hd_id3153418\n"
-"15\n"
+"04060116.xhp\n"
+"par_id3150932\n"
+"116\n"
"help.text"
-msgid "Drawing Objects"
-msgstr "ნახატი ობიექტები"
+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>"
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_id3149122\n"
-"16\n"
+"04060116.xhp\n"
+"hd_id3153046\n"
+"117\n"
"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_DRAWINGS\">Includes all drawing objects in the printed document.</ahelp>"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3145355\n"
+"118\n"
+"help.text"
+msgid "IMLOG2(\"ComplexNumber\")"
+msgstr "IMLOG2(კომპლექსური რიცხვი)"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3148768\n"
+"120\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"hd_id3150330\n"
-"17\n"
+"04060116.xhp\n"
+"bm_id3145626\n"
"help.text"
-msgid "Formulas"
-msgstr "ფორმულები"
+msgid "<bookmark_value>IMPRODUCT function</bookmark_value>"
+msgstr "<bookmark_value>IMPRODUCT ფუნქცია</bookmark_value>"
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_id3153715\n"
-"18\n"
+"04060116.xhp\n"
+"hd_id3145626\n"
+"122\n"
+"help.text"
+msgid "IMPRODUCT"
+msgstr "IMPRODUCT"
+
+#: 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>"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3149388\n"
+"124\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149027\n"
+"125\n"
+"help.text"
+msgid "IMPRODUCT(\"ComplexNumber\"; \"ComplexNumber1\"; ...)"
+msgstr "IMPRODUCT(კომპლექსური რიცხვი;კომპლექსური რიცხვი 1;...)"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3153228\n"
+"127\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>"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"hd_id3156385\n"
-"19\n"
+"04060116.xhp\n"
+"bm_id3147539\n"
"help.text"
-msgid "Zero Values"
-msgstr "ნულოვანი ნიშვნელობები"
+msgid "<bookmark_value>IMREAL function</bookmark_value>"
+msgstr "<bookmark_value>IMREAL ფუნქცია</bookmark_value>"
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_id3149258\n"
-"20\n"
+"04060116.xhp\n"
+"hd_id3147539\n"
+"129\n"
"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_NULLVALS\">Specifies that cells with a zero value are printed.</ahelp>"
+msgid "IMREAL"
+msgstr "IMREAL"
+
+#: 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>"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3154951\n"
+"131\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3153927\n"
+"132\n"
+"help.text"
+msgid "IMREAL(\"ComplexNumber\")"
+msgstr "IMREAL(კომპლექსური რიცხვი)"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3155409\n"
+"134\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3155986\n"
+"135\n"
+"help.text"
+msgid "<item type=\"input\">=IMREAL(\"1+3j\")</item> returns 1."
msgstr ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"hd_id3154022\n"
-"21\n"
+"04060116.xhp\n"
+"bm_id3148431\n"
"help.text"
-msgid "Page Order"
-msgstr "გვერდის თანრიგი"
+msgid "<bookmark_value>IMSIN function</bookmark_value>"
+msgstr "<bookmark_value>IMSIN ფუნქცია</bookmark_value>"
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_id3166423\n"
-"22\n"
+"04060116.xhp\n"
+"hd_id3148431\n"
+"136\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."
+msgid "IMSIN"
+msgstr "IMSIN"
+
+#: 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>"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3149822\n"
+"138\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3150387\n"
+"139\n"
+"help.text"
+msgid "IMSIN(\"ComplexNumber\")"
+msgstr "IMSIN(კომპლექსური რიცხვი)"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3150613\n"
+"141\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"hd_id3152580\n"
-"23\n"
+"04060116.xhp\n"
+"bm_id3163826\n"
"help.text"
-msgid "Top to bottom, then right"
-msgstr "ზევიდან ქვემოთ, შემდეგ მარჯვნივ"
+msgid "<bookmark_value>IMSUB function</bookmark_value>"
+msgstr "<bookmark_value>IMSUB ფუნქცია</bookmark_value>"
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_id3150205\n"
-"24\n"
+"04060116.xhp\n"
+"hd_id3163826\n"
+"143\n"
+"help.text"
+msgid "IMSUB"
+msgstr "IMSUB"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149277\n"
+"144\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>"
+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>"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3149264\n"
+"145\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149710\n"
+"146\n"
+"help.text"
+msgid "IMSUB(\"ComplexNumber1\"; \"ComplexNumber2\")"
+msgstr "IMPRODUCT(კომპლექსური რიცხვი;კომპლექსური რიცხვი 1;...)"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3155833\n"
+"148\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"hd_id3150786\n"
-"25\n"
+"04060116.xhp\n"
+"bm_id3156312\n"
"help.text"
-msgid "Left to right, then down"
-msgstr "მარცხნიდან მარჯვნივ შემდეგ ძირს"
+msgid "<bookmark_value>IMSUM function</bookmark_value>"
+msgstr "<bookmark_value>IMSUM ფუნქცია</bookmark_value>"
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_id3154657\n"
-"26\n"
+"04060116.xhp\n"
+"hd_id3156312\n"
+"150\n"
+"help.text"
+msgid "IMSUM"
+msgstr "IMSUM"
+
+#: 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>"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3156095\n"
+"152\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3152930\n"
+"153\n"
+"help.text"
+msgid "IMSUM(\"ComplexNumber1\"; \"ComplexNumber2\"; ...)"
+msgstr "IMPRODUCT(კომპლექსური რიცხვი;კომპლექსური რიცხვი 1;...)"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3154640\n"
+"155\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>"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"hd_id3150887\n"
-"27\n"
+"04060116.xhp\n"
+"bm_id3147570\n"
"help.text"
-msgid "First page number"
-msgstr "პირველი გვერდის ნომერი"
+msgid "<bookmark_value>IMSQRT function</bookmark_value>"
+msgstr "<bookmark_value>IMSQRT ფუნქცია</bookmark_value>"
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_id3155378\n"
-"28\n"
+"04060116.xhp\n"
+"hd_id3147570\n"
+"167\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>"
+msgid "IMSQRT"
+msgstr "IMSQRT"
+
+#: 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>"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3145202\n"
+"169\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3150760\n"
+"170\n"
+"help.text"
+msgid "IMSQRT(\"ComplexNumber\")"
+msgstr "IMSQRT(კომპლექსური რიცხვი)"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3147268\n"
+"172\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_id3145389\n"
-"35\n"
+"04060116.xhp\n"
+"bm_id3154054\n"
+"help.text"
+msgid "<bookmark_value>COMPLEX function</bookmark_value>"
+msgstr "<bookmark_value>COMPLEX ფუნქცია</bookmark_value>"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3154054\n"
+"157\n"
+"help.text"
+msgid "COMPLEX"
+msgstr "COMPLEX"
+
+#: 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>"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3154744\n"
+"159\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3155999\n"
+"160\n"
+"help.text"
+msgid "COMPLEX(RealNum; INum; Suffix)"
+msgstr "COMPLEX(ნამდვილი რიცხვი;I რიცხვი;სუფიქსი)"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3153626\n"
+"161\n"
"help.text"
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_TABLE:ED_PAGENO\">Enter the number of the first page.</ahelp>"
+msgid "<emph>RealNum</emph> is the real coefficient of the complex number."
msgstr ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"hd_id3146978\n"
-"29\n"
+"04060116.xhp\n"
+"par_id3149135\n"
+"162\n"
"help.text"
-msgid "Scale"
-msgstr "მასშტაბირება"
+msgid "<emph>INum</emph> is the imaginary coefficient of the complex number."
+msgstr ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_id3149408\n"
-"30\n"
+"04060116.xhp\n"
+"par_id3155849\n"
+"163\n"
"help.text"
-msgid "Defines a page scale for the printed spreadsheet."
+msgid "<emph>Suffix</emph> is a list of options, \"i\" or \"j\"."
msgstr ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_idN1096D\n"
+"04060116.xhp\n"
+"hd_id3145659\n"
+"164\n"
"help.text"
-msgid "Scaling mode"
-msgstr "მასშტაბირების რეჟიმი"
+msgid "Example"
+msgstr "მაგალითი"
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_idN10971\n"
+"04060116.xhp\n"
+"par_id3143229\n"
+"165\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>"
+msgid "<item type=\"input\">=COMPLEX(3;4;\"j\")</item> returns 3+4j."
msgstr ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"hd_id3155089\n"
-"31\n"
+"04060116.xhp\n"
+"bm_id3155103\n"
"help.text"
-msgid "Reduce/enlarge printout"
-msgstr "ამობეჭდვის შემცირება/გადიდება"
+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>"
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_id3159171\n"
-"32\n"
+"04060116.xhp\n"
+"hd_id3155103\n"
+"217\n"
"help.text"
-msgid "Specifies a scaling factor to scale all printed pages."
+msgid "OCT2BIN"
+msgstr "OCT2BIN"
+
+#: 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>"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3146088\n"
+"219\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3154303\n"
+"220\n"
+"help.text"
+msgid "OCT2BIN(Number; Places)"
+msgstr "OCT2BIN(რიცხვი;ადგილები)"
+
+#: 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 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
+
+#: 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 "ადგილები: გამოსატანი ადგილების ნომრები."
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3147493\n"
+"223\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3147260\n"
+"224\n"
+"help.text"
+msgid "<item type=\"input\">=OCT2BIN(3;3)</item> returns 011."
msgstr ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_idN1099A\n"
+"04060116.xhp\n"
+"bm_id3152791\n"
"help.text"
-msgid "Scaling factor"
-msgstr "მასშტაბირების ფაქტორი"
+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>"
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_id3152899\n"
-"36\n"
+"04060116.xhp\n"
+"hd_id3152791\n"
+"225\n"
+"help.text"
+msgid "OCT2DEC"
+msgstr "OCT2DEC"
+
+#: 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>"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3159337\n"
+"227\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3153902\n"
+"228\n"
+"help.text"
+msgid "OCT2DEC(Number)"
+msgstr "OCT2DEC(რიცხვი)"
+
+#: 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 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3154698\n"
+"230\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>"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3154930\n"
+"231\n"
+"help.text"
+msgid "<item type=\"input\">=OCT2DEC(144)</item> returns 100."
msgstr ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_idN109B2\n"
+"04060116.xhp\n"
+"bm_id3155391\n"
"help.text"
-msgid "Fit print range(s) to width/height"
+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>"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3155391\n"
+"232\n"
+"help.text"
+msgid "OCT2HEX"
+msgstr "OCT2HEX"
+
+#: 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>"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3146988\n"
+"234\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3150523\n"
+"235\n"
+"help.text"
+msgid "OCT2HEX(Number; Places)"
+msgstr "OCT2HEX(რიცხვი;ადგილები)"
+
+#: 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 ადგილი (ბიტი) ჰქონდეს. ყველაზე მნისვნელოვანია ნიშნის ბიტი. უარყოფითი რიცხვები შეყვანილია როგორც ორის დამატება."
+
+#: 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 "ადგილები: გამოსატანი ადგილების ნომრები."
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3150504\n"
+"238\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3148802\n"
+"239\n"
+"help.text"
+msgid "<item type=\"input\">=OCT2HEX(144;4)</item> returns 0064."
msgstr ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_idN109B5\n"
+"04060116.xhp\n"
+"bm_id3148446\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 "რიცხვი - სიგანე და სიმაღლე ჩართულია ფურცელი გვერდი სტილი ტოლია -სკენ"
+msgid "<bookmark_value>CONVERT_ADD function</bookmark_value>"
+msgstr "<bookmark_value> CONVERT ADD ფუნქცია</bookmark_value>"
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_idN109BB\n"
+"04060116.xhp\n"
+"hd_id3148446\n"
+"175\n"
"help.text"
-msgid "The print ranges are always scaled proportionally, so the resulting number of pages may be less than specified."
+msgid "CONVERT_ADD"
+msgstr "CONVERT_ADD"
+
+#: 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 ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_idN109BF\n"
+"04060116.xhp\n"
+"par_id3153055\n"
+"177\n"
"help.text"
-msgid "You may clear one of the boxes, then the unspecified dimension will use as many pages as necessary."
+msgid "Property"
+msgstr "მდგომარეობა"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3147234\n"
+"178\n"
+"help.text"
+msgid "Units"
+msgstr "ერთეულები"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3147512\n"
+"179\n"
+"help.text"
+msgid "Weight"
+msgstr "წონა"
+
+#: 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 ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_idN109C3\n"
+"04060116.xhp\n"
+"par_id3155361\n"
+"181\n"
"help.text"
-msgid "If you clear both boxes, this will result in a scaling factor of 100%."
+msgid "Length"
+msgstr "სიგრძე"
+
+#: 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 ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_idN109CE\n"
+"04060116.xhp\n"
+"par_id3158429\n"
+"183\n"
"help.text"
-msgid "Width in pages"
-msgstr "სიგანე გვერდებში"
+msgid "Time"
+msgstr "დრო"
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_idN109D1\n"
+"04060116.xhp\n"
+"par_id3150707\n"
+"184\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>"
+msgid "yr, day, hr, mn, <emph>sec</emph>, <emph>s</emph>"
msgstr ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_idN109E8\n"
+"04060116.xhp\n"
+"par_id3153238\n"
+"185\n"
"help.text"
-msgid "Height in pages"
-msgstr "სიმაღლე გვერდებში"
+msgid "Pressure"
+msgstr "წნევა"
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_idN109EB\n"
+"04060116.xhp\n"
+"par_id3166437\n"
+"186\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>"
+msgid "<emph>Pa</emph>, <emph>atm</emph>, <emph>at</emph>, <emph>mmHg</emph>, Torr, psi"
msgstr ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"hd_id3148868\n"
-"33\n"
+"04060116.xhp\n"
+"par_id3152944\n"
+"187\n"
"help.text"
-msgid "Fit print range(s) on number of pages"
+msgid "Force"
+msgstr "ძალა"
+
+#: 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 ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_id3145074\n"
-"34\n"
+"04060116.xhp\n"
+"par_id3153686\n"
+"189\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."
+msgid "Energy"
+msgstr "ენერგია"
+
+#: 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 ""
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_idN10A26\n"
+"04060116.xhp\n"
+"par_id3154100\n"
+"191\n"
"help.text"
-msgid "Number of pages"
-msgstr "გვერდების ნომერი"
+msgid "Power"
+msgstr "ძალა"
-#: 05070500.xhp
+#: 04060116.xhp
msgctxt ""
-"05070500.xhp\n"
-"par_id3144507\n"
-"37\n"
+"04060116.xhp\n"
+"par_id3149915\n"
+"192\n"
"help.text"
-msgid "<ahelp hid=\"SC:NUMERICFIELD:RID_SCPAGE_TABLE:ED_SCALEPAGENUM\">Enter the maximum number of pages to be printed.</ahelp>"
+msgid "<emph>W</emph>, <emph>w</emph>, HP, PS"
msgstr ""
-#: func_weeknumadd.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknumadd.xhp\n"
-"tit\n"
+"04060116.xhp\n"
+"par_id3148988\n"
+"193\n"
"help.text"
-msgid "WEEKNUM_ADD"
-msgstr "WEEKNUM_ADD"
+msgid "Field strength"
+msgstr "ველის ძალა"
-#: func_weeknumadd.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknumadd.xhp\n"
-"bm_id3166443\n"
+"04060116.xhp\n"
+"par_id3148616\n"
+"194\n"
"help.text"
-msgid "<bookmark_value>WEEKNUM_ADD function</bookmark_value>"
-msgstr "<bookmark_value>WEEKNUM_ADD ფუნქცია</bookmark_value>"
+msgid "<emph>T</emph>, <emph>ga</emph>"
+msgstr ""
-#: func_weeknumadd.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknumadd.xhp\n"
-"hd_id3166443\n"
-"222\n"
+"04060116.xhp\n"
+"par_id3151120\n"
+"195\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>"
+msgid "Temperature"
+msgstr "ტემპერატურა"
-#: func_weeknumadd.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknumadd.xhp\n"
-"par_id3152945\n"
-"223\n"
+"04060116.xhp\n"
+"par_id3148659\n"
+"196\n"
"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_WEEKNUM\">The result indicates the number of the calendar week for a date.</ahelp>"
+msgid "C, F, <emph>K</emph>, <emph>kel</emph>, Reau, Rank"
msgstr ""
-#: func_weeknumadd.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknumadd.xhp\n"
-"par_idN105DD\n"
+"04060116.xhp\n"
+"par_id3154610\n"
+"197\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."
+msgid "Volume"
+msgstr "ხმა"
+
+#: 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 ""
-#: func_weeknumadd.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknumadd.xhp\n"
-"hd_id3153745\n"
-"224\n"
+"04060116.xhp\n"
+"par_id3149244\n"
+"199\n"
+"help.text"
+msgid "Area"
+msgstr "არე"
+
+#: 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 ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3150629\n"
+"201\n"
+"help.text"
+msgid "Speed"
+msgstr "სიჩქარე"
+
+#: 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 ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3150789\n"
+"201\n"
+"help.text"
+msgid "Information"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3159899\n"
+"202\n"
+"help.text"
+msgid "<emph>bit</emph>, <emph>byte</emph>"
+msgstr ""
+
+#: 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 ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3148422\n"
+"204\n"
+"help.text"
+msgid "Prefix"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3148423\n"
+"help.text"
+msgid "Multiplier"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149490\n"
+"help.text"
+msgid "Y (yotta)"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149931\n"
+"help.text"
+msgid "10^24"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149491\n"
+"help.text"
+msgid "Z (zetta)"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149932\n"
+"help.text"
+msgid "10^21"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149492\n"
+"help.text"
+msgid "E (exa)"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149933\n"
+"help.text"
+msgid "10^18"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149493\n"
+"help.text"
+msgid "P (peta)"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149934\n"
+"help.text"
+msgid "10^15"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149494\n"
+"help.text"
+msgid "T (tera)"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149935\n"
+"help.text"
+msgid "10^12"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149495\n"
+"help.text"
+msgid "G (giga)"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149936\n"
+"help.text"
+msgid "10^9"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149496\n"
+"help.text"
+msgid "M (mega)"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149937\n"
+"help.text"
+msgid "10^6"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149497\n"
+"help.text"
+msgid "k (kilo)"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149938\n"
+"help.text"
+msgid "10^3"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149498\n"
+"help.text"
+msgid "h (hecto)"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149939\n"
+"help.text"
+msgid "10^2"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149499\n"
+"help.text"
+msgid "e (deca)"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149940\n"
+"help.text"
+msgid "10^1"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149500\n"
+"help.text"
+msgid "d (deci)"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3143940\n"
+"help.text"
+msgid "10^-1"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149501\n"
+"help.text"
+msgid "c (centi)"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149941\n"
+"help.text"
+msgid "10^-2"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149502\n"
+"help.text"
+msgid "m (milli)"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149942\n"
+"help.text"
+msgid "10^-3"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149503\n"
+"help.text"
+msgid "u (micro)"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149943\n"
+"help.text"
+msgid "10^-6"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149504\n"
+"help.text"
+msgid "n (nano)"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149944\n"
+"help.text"
+msgid "10^-9"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149505\n"
+"help.text"
+msgid "p (pico)"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149945\n"
+"help.text"
+msgid "10^-12"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149506\n"
+"help.text"
+msgid "f (femto)"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149946\n"
+"help.text"
+msgid "10^-15"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149507\n"
+"help.text"
+msgid "a (atto)"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149947\n"
+"help.text"
+msgid "10^-18"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149508\n"
+"help.text"
+msgid "z (zepto)"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149948\n"
+"help.text"
+msgid "10^-21"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149509\n"
+"help.text"
+msgid "y (yocto)"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3149949\n"
+"help.text"
+msgid "10^-24"
+msgstr ""
+
+#: 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 ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id0908200903090966\n"
+"help.text"
+msgid "ki kibi 1024"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id0908200903090958\n"
+"help.text"
+msgid "Mi mebi 1048576"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id0908200903090936\n"
+"help.text"
+msgid "Gi gibi 1073741824"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id0908200903090975\n"
+"help.text"
+msgid "Ti tebi 1099511627776"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id0908200903090930\n"
+"help.text"
+msgid "Pi pebi 1125899906842620"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id0908200903091070\n"
+"help.text"
+msgid "Ei exbi 1152921504606850000"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id0908200903091097\n"
+"help.text"
+msgid "Zi zebi 1180591620717410000000"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id0908200903091010\n"
+"help.text"
+msgid "Yi yobi 1208925819614630000000000"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3146125\n"
+"209\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_weeknumadd.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknumadd.xhp\n"
-"par_id3153685\n"
-"225\n"
+"04060116.xhp\n"
+"par_id3153695\n"
+"210\n"
"help.text"
-msgid "WEEKNUM_ADD(Date; ReturnType)"
-msgstr "WEEKNUM_ADD(თარიღი;დაბრუნების ტიპი)"
+msgid "CONVERT_ADD(Number; \"FromUnit\"; \"ToUnit\")"
+msgstr "CONVERT_ADD(რიცხვი;ერთეულიდან;ერთეულამდე)"
-#: func_weeknumadd.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknumadd.xhp\n"
-"par_id3159277\n"
-"226\n"
+"04060116.xhp\n"
+"par_id3147522\n"
+"211\n"
"help.text"
-msgid "<emph>Date</emph> is the date within the calendar week."
-msgstr "<emph>თარიღი</emph>: თარიღი კალენდარულ კვირაში."
+msgid "<emph>Number</emph> is the number to be converted."
+msgstr "<emph>რიცხვი</emph> არის გარდასაქმნელი ციფრული მნიშვნელობა."
-#: func_weeknumadd.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknumadd.xhp\n"
-"par_id3154098\n"
-"227\n"
+"04060116.xhp\n"
+"par_id3154472\n"
+"212\n"
"help.text"
-msgid "<emph>ReturnType</emph> is 1 for week beginning on a Sunday, 2 for week beginning on a Monday."
+msgid "<emph>FromUnit</emph> is the unit from which conversion is taking place."
+msgstr "ერთეულიდან: ერთეული რომლიდანაც ხდება გადაყვანა."
+
+#: 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 ""
-#: func_weeknumadd.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknumadd.xhp\n"
-"hd_id3152886\n"
-"228\n"
+"04060116.xhp\n"
+"hd_id3156270\n"
+"214\n"
+"help.text"
+msgid "Examples"
+msgstr "მაგალითები"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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>"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3147096\n"
+"36\n"
+"help.text"
+msgid "FACTDOUBLE"
+msgstr "FACTDOUBLE"
+
+#: 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 ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3154666\n"
+"38\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id3155121\n"
+"39\n"
+"help.text"
+msgid "FACTDOUBLE(Number)"
+msgstr "FACTDOUBLE(რიცხვი)"
+
+#: 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 ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id2480849\n"
+"help.text"
+msgid "For even numbers FACTDOUBLE(n) returns:"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id4181951\n"
+"help.text"
+msgid "2*4*6*8* ... *n"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id2927335\n"
+"help.text"
+msgid "For odd numbers FACTDOUBLE(n) returns:"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id2107303\n"
+"help.text"
+msgid "1*3*5*7* ... *n"
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"par_id4071779\n"
+"help.text"
+msgid "FACTDOUBLE(0) returns 1 by definition."
+msgstr ""
+
+#: 04060116.xhp
+msgctxt ""
+"04060116.xhp\n"
+"hd_id3154622\n"
+"42\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: func_weeknumadd.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknumadd.xhp\n"
-"par_id3149973\n"
-"229\n"
+"04060116.xhp\n"
+"par_id7844477\n"
"help.text"
-msgid "In which week number does 12.24.2001 fall?"
-msgstr "კვირა რიცხვი?"
+msgid "<item type=\"input\">=FACTDOUBLE(5)</item> returns 15."
+msgstr ""
-#: func_weeknumadd.xhp
+#: 04060116.xhp
msgctxt ""
-"func_weeknumadd.xhp\n"
-"par_id3149914\n"
-"230\n"
+"04060116.xhp\n"
+"par_id3154116\n"
+"43\n"
"help.text"
-msgid "<item type=\"input\">=WEEKNUM_ADD(24.12.2001;1)</item> returns 52."
+msgid "<item type=\"input\">=FACTDOUBLE(6)</item> returns 48."
msgstr ""
-#: func_month.xhp
+#: 04060116.xhp
msgctxt ""
-"func_month.xhp\n"
+"04060116.xhp\n"
+"par_id6478469\n"
+"help.text"
+msgid "<item type=\"input\">=FACTDOUBLE(0)</item> returns 1."
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
"tit\n"
"help.text"
-msgid "MONTH"
-msgstr "MONTH"
+msgid "Financial Functions Part Three"
+msgstr "ფინანსური ფუნქციები ნაწილი 3"
-#: func_month.xhp
+#: 04060118.xhp
msgctxt ""
-"func_month.xhp\n"
-"bm_id3149936\n"
+"04060118.xhp\n"
+"hd_id3146780\n"
+"1\n"
"help.text"
-msgid "<bookmark_value>MONTH function</bookmark_value>"
-msgstr "<bookmark_value>MONTH ფუნქცია</bookmark_value>"
+msgid "Financial Functions Part Three"
+msgstr "ფინანსური ფუნქციები ნაწილი 3"
-#: func_month.xhp
+#: 04060118.xhp
msgctxt ""
-"func_month.xhp\n"
-"hd_id3149936\n"
+"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 ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3145112\n"
+"71\n"
+"help.text"
+msgid "ODDFPRICE"
+msgstr "ODDFPRICE"
+
+#: 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 ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153074\n"
+"73\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 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 პირველი სიხშირე სიხშირე ფუძე"
+
+#: 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 ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149051\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>"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
-#: func_month.xhp
+#: 04060118.xhp
msgctxt ""
-"func_month.xhp\n"
-"par_id3153538\n"
+"04060118.xhp\n"
+"par_id3147297\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-ს შორის."
+msgid "<emph>Issue</emph> is the date of issue of the security."
+msgstr ""
-#: func_month.xhp
+#: 04060118.xhp
msgctxt ""
-"func_month.xhp\n"
-"hd_id3149517\n"
+"04060118.xhp\n"
+"par_id3150393\n"
"78\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<emph>FirstCoupon</emph> is the first interest date of the security."
+msgstr ""
-#: func_month.xhp
+#: 04060118.xhp
msgctxt ""
-"func_month.xhp\n"
-"par_id3145602\n"
+"04060118.xhp\n"
+"par_id3147402\n"
"79\n"
"help.text"
-msgid "MONTH(Number)"
-msgstr "MONTH(რიცხვი)"
+msgid "<emph>Rate</emph> is the annual rate of interest."
+msgstr ""
-#: func_month.xhp
+#: 04060118.xhp
msgctxt ""
-"func_month.xhp\n"
-"par_id3149485\n"
+"04060118.xhp\n"
+"par_id3151387\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>, რგორც დროის მნიშვნელობა; არის ათწილადი; რომლისთვისაც დაბრუნდება წამები."
+msgid "<emph>Yield</emph> is the annual yield of the security."
+msgstr ""
-#: func_month.xhp
+#: 04060118.xhp
msgctxt ""
-"func_month.xhp\n"
-"hd_id3153322\n"
+"04060118.xhp\n"
+"par_id3153023\n"
"81\n"
"help.text"
-msgid "Examples"
-msgstr "მაგალითები"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr ""
-#: func_month.xhp
+#: 04060118.xhp
msgctxt ""
-"func_month.xhp\n"
-"par_id3149244\n"
-"83\n"
+"04060118.xhp\n"
+"par_id3150539\n"
+"82\n"
"help.text"
-msgid "=MONTH(NOW()) returns the current month."
-msgstr "MONTH(NOW()) აბრუნებს მიმდინარე თვეს"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr ""
-#: func_month.xhp
+#: 04060118.xhp
msgctxt ""
-"func_month.xhp\n"
-"par_id3154790\n"
-"84\n"
+"04060118.xhp\n"
+"bm_id3157871\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)."
+msgid "<bookmark_value>ODDFYIELD function</bookmark_value>"
+msgstr "<bookmark_value>ODDFYIELD ფუნქცია</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3157871\n"
+"87\n"
+"help.text"
+msgid "ODDFYIELD"
+msgstr "ODDFYIELD"
+
+#: 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 ""
-#: solver.xhp
+#: 04060118.xhp
msgctxt ""
-"solver.xhp\n"
-"tit\n"
+"04060118.xhp\n"
+"hd_id3150651\n"
+"89\n"
"help.text"
-msgid "Solver"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 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 პირველი სიხშირე სიხშირე ფუძე"
+
+#: 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 ""
-#: solver.xhp
+#: 04060118.xhp
msgctxt ""
-"solver.xhp\n"
-"bm_id7654652\n"
+"04060118.xhp\n"
+"par_id3150026\n"
+"92\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>"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
+
+#: 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 ""
-#: solver.xhp
-#, fuzzy
+#: 04060118.xhp
msgctxt ""
-"solver.xhp\n"
-"hd_id9216284\n"
+"04060118.xhp\n"
+"par_id3148725\n"
+"94\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>"
+msgid "<emph>FirstCoupon</emph> is the first interest period of the security."
+msgstr ""
-#: solver.xhp
+#: 04060118.xhp
msgctxt ""
-"solver.xhp\n"
-"par_id9210486\n"
+"04060118.xhp\n"
+"par_id3150465\n"
+"95\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>"
+msgid "<emph>Rate</emph> is the annual rate of interest."
msgstr ""
-#: solver.xhp
+#: 04060118.xhp
msgctxt ""
-"solver.xhp\n"
-"par_id8538773\n"
+"04060118.xhp\n"
+"par_id3146940\n"
+"96\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>"
+msgid "<emph>Price</emph> is the price of the security."
msgstr ""
-#: solver.xhp
+#: 04060118.xhp
msgctxt ""
-"solver.xhp\n"
-"par_id7564012\n"
+"04060118.xhp\n"
+"par_id3149893\n"
+"97\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation for a maximum value of the target cell.</ahelp>"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
msgstr ""
-#: solver.xhp
+#: 04060118.xhp
msgctxt ""
-"solver.xhp\n"
-"par_id1186254\n"
+"04060118.xhp\n"
+"par_id3148888\n"
+"98\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation for a minimum value of the target cell.</ahelp>"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
msgstr ""
-#: solver.xhp
+#: 04060118.xhp
msgctxt ""
-"solver.xhp\n"
-"par_id7432477\n"
+"04060118.xhp\n"
+"bm_id3153933\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation to approach a given value of the target cell.</ahelp>"
+msgid "<bookmark_value>ODDLPRICE function</bookmark_value>"
+msgstr "<bookmark_value>ODDLPRICE ფუნქცია</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153933\n"
+"103\n"
+"help.text"
+msgid "ODDLPRICE"
+msgstr "ODDLPRICE"
+
+#: 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 ""
-#: solver.xhp
+#: 04060118.xhp
msgctxt ""
-"solver.xhp\n"
-"par_id7141026\n"
+"04060118.xhp\n"
+"hd_id3152784\n"
+"105\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the value or a cell reference.</ahelp>"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 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 პირველი სიხშირე სიხშირე ფუძე"
+
+#: 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 ""
-#: solver.xhp
+#: 04060118.xhp
msgctxt ""
-"solver.xhp\n"
-"par_id8531449\n"
+"04060118.xhp\n"
+"par_id3148753\n"
+"108\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the cell range that can be changed.</ahelp>"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
+
+#: 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 ""
-#: solver.xhp
+#: 04060118.xhp
msgctxt ""
-"solver.xhp\n"
-"par_id9183935\n"
+"04060118.xhp\n"
+"par_id3155831\n"
+"110\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a cell reference.</ahelp>"
+msgid "<emph>Rate</emph> is the annual rate of interest."
msgstr ""
-#: solver.xhp
+#: 04060118.xhp
msgctxt ""
-"solver.xhp\n"
-"par_id946684\n"
+"04060118.xhp\n"
+"par_id3153328\n"
+"111\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select an operator from the list.</ahelp>"
+msgid "<emph>Yield</emph> is the annual yield of the security."
msgstr ""
-#: solver.xhp
+#: 04060118.xhp
msgctxt ""
-"solver.xhp\n"
-"par_id9607226\n"
+"04060118.xhp\n"
+"par_id3149186\n"
+"112\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a value or a cell reference.</ahelp>"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
msgstr ""
-#: solver.xhp
+#: 04060118.xhp
msgctxt ""
-"solver.xhp\n"
-"par_id1939451\n"
+"04060118.xhp\n"
+"par_id3149726\n"
+"113\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>"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
msgstr ""
-#: solver.xhp
+#: 04060118.xhp
msgctxt ""
-"solver.xhp\n"
-"par_id9038972\n"
+"04060118.xhp\n"
+"hd_id3153111\n"
+"114\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>"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: solver.xhp
+#: 04060118.xhp
msgctxt ""
-"solver.xhp\n"
-"par_id2423780\n"
+"04060118.xhp\n"
+"par_id3148567\n"
+"116\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Options dialog.</ahelp>"
+msgid "The price per 100 currency units per value of a security, which has an irregular last interest date, is calculated as follows:"
msgstr ""
-#: solver.xhp
+#: 04060118.xhp
msgctxt ""
-"solver.xhp\n"
-"par_id2569658\n"
+"04060118.xhp\n"
+"par_id3150332\n"
+"117\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>"
+msgid "=ODDLPRICE(\"1999-02-07\";\"1999-06-15\";\"1998-10-15\"; 0.0375; 0.0405;100;2;0) returns 99.87829."
msgstr ""
-#: solver.xhp
+#: 04060118.xhp
msgctxt ""
-"solver.xhp\n"
-"par_id5474410\n"
+"04060118.xhp\n"
+"bm_id3153564\n"
"help.text"
-msgid "To solve equations with the solver"
+msgid "<bookmark_value>ODDLYIELD function</bookmark_value>"
+msgstr "<bookmark_value>ODDLYIELD ფუნქცია</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3153564\n"
+"118\n"
+"help.text"
+msgid "ODDLYIELD"
+msgstr "ODDLYIELD"
+
+#: 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 ""
-#: solver.xhp
+#: 04060118.xhp
msgctxt ""
-"solver.xhp\n"
-"par_id2216559\n"
+"04060118.xhp\n"
+"hd_id3147366\n"
+"120\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."
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 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 პირველი სიხშირე სიხშირე ფუძე"
+
+#: 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 ""
-#: solver.xhp
+#: 04060118.xhp
msgctxt ""
-"solver.xhp\n"
-"par_id7869502\n"
+"04060118.xhp\n"
+"par_id3150134\n"
+"123\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."
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
+
+#: 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 ""
-#: solver.xhp
+#: 04060118.xhp
msgctxt ""
-"solver.xhp\n"
-"par_id9852900\n"
+"04060118.xhp\n"
+"par_id3151014\n"
+"125\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)."
+msgid "<emph>Rate</emph> is the annual rate of interest."
msgstr ""
-#: solver.xhp
+#: 04060118.xhp
msgctxt ""
-"solver.xhp\n"
-"par_id5323953\n"
+"04060118.xhp\n"
+"par_id3149003\n"
+"126\n"
"help.text"
-msgid "The default solver engine supports only linear equations."
+msgid "<emph>Price</emph> is the price of the security."
msgstr ""
-#: 12010000.xhp
+#: 04060118.xhp
msgctxt ""
-"12010000.xhp\n"
-"tit\n"
+"04060118.xhp\n"
+"par_id3148880\n"
+"127\n"
"help.text"
-msgid "Define Database Range"
-msgstr "მონაცემთა ბაზის დიაპაზონის განსაზღვრა"
+msgid "<emph>Redemption</emph> is the redemption value per 100 currency units of par value."
+msgstr ""
-#: 12010000.xhp
+#: 04060118.xhp
msgctxt ""
-"12010000.xhp\n"
-"hd_id3157909\n"
-"1\n"
+"04060118.xhp\n"
+"par_id3155622\n"
+"128\n"
"help.text"
-msgid "Define Database Range"
-msgstr "მონაცემთა ბაზის დიაპაზონი"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr ""
-#: 12010000.xhp
+#: 04060118.xhp
msgctxt ""
-"12010000.xhp\n"
-"par_id3155922\n"
-"2\n"
+"04060118.xhp\n"
+"hd_id3145303\n"
+"129\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>"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 12010000.xhp
+#: 04060118.xhp
msgctxt ""
-"12010000.xhp\n"
-"par_id3149456\n"
-"5\n"
+"04060118.xhp\n"
+"par_id3157990\n"
+"131\n"
"help.text"
-msgid "You can only select a rectangular cell range."
-msgstr "მხოლოდ უჯრათა მართკუთხა დიაპაზონის მონიშვნაა შესაძლებელი."
+msgid "The yield of the security, that has an irregular last interest date, is calculated as follows:"
+msgstr ""
-#: 12010000.xhp
+#: 04060118.xhp
msgctxt ""
-"12010000.xhp\n"
-"hd_id3156422\n"
-"3\n"
+"04060118.xhp\n"
+"par_id3150572\n"
+"132\n"
"help.text"
-msgid "Name"
-msgstr "სახელი"
+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 ""
-#: 12010000.xhp
+#: 04060118.xhp
msgctxt ""
-"12010000.xhp\n"
-"par_id3150770\n"
-"4\n"
+"04060118.xhp\n"
+"bm_id3148768\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>"
+msgid "<bookmark_value>calculating;variable declining depreciations</bookmark_value><bookmark_value>depreciations;variable declining</bookmark_value><bookmark_value>VDB function</bookmark_value>"
msgstr ""
-#: 12010000.xhp
+#: 04060118.xhp
msgctxt ""
-"12010000.xhp\n"
-"hd_id3147228\n"
-"6\n"
+"04060118.xhp\n"
+"hd_id3148768\n"
+"222\n"
"help.text"
-msgid "Range"
-msgstr "დიაპაზონი"
+msgid "VDB"
+msgstr "VDB"
-#: 12010000.xhp
+#: 04060118.xhp
msgctxt ""
-"12010000.xhp\n"
-"par_id3150441\n"
-"7\n"
+"04060118.xhp\n"
+"par_id3154636\n"
+"223\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>"
+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 ""
-#: 12010000.xhp
+#: 04060118.xhp
msgctxt ""
-"12010000.xhp\n"
-"hd_id3153188\n"
-"10\n"
+"04060118.xhp\n"
+"hd_id3155519\n"
+"224\n"
"help.text"
-msgid "Add/Modify"
-msgstr "დამატება/შეცვლა"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12010000.xhp
+#: 04060118.xhp
msgctxt ""
-"12010000.xhp\n"
-"par_id3153726\n"
-"11\n"
+"04060118.xhp\n"
+"par_id3149025\n"
+"225\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>"
+msgid "VDB(Cost; Salvage; Life; S; End; Factor; Type)"
msgstr ""
-#: 12010000.xhp
+#: 04060118.xhp
msgctxt ""
-"12010000.xhp\n"
-"hd_id3150010\n"
-"12\n"
+"04060118.xhp\n"
+"par_id3150692\n"
+"226\n"
"help.text"
-msgid "More >>"
-msgstr "დამატებით >>"
+msgid "<emph>Cost</emph> is the initial value of an asset."
+msgstr ""
-#: 12010000.xhp
+#: 04060118.xhp
msgctxt ""
-"12010000.xhp\n"
-"par_id3153144\n"
-"13\n"
+"04060118.xhp\n"
+"par_id3155369\n"
+"227\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>"
+msgid "<emph>Salvage</emph> is the value of an asset at the end of the depreciation."
+msgstr ""
-#: 12050100.xhp
+#: 04060118.xhp
msgctxt ""
-"12050100.xhp\n"
-"tit\n"
+"04060118.xhp\n"
+"par_id3154954\n"
+"228\n"
"help.text"
-msgid "1st, 2nd, 3rd Group"
-msgstr "I, II, III ჯგუფი"
+msgid "<emph>Life</emph> is the depreciation duration of the asset."
+msgstr ""
-#: 12050100.xhp
+#: 04060118.xhp
msgctxt ""
-"12050100.xhp\n"
-"hd_id3149784\n"
-"1\n"
+"04060118.xhp\n"
+"par_id3152817\n"
+"229\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>"
+msgid "<emph>S</emph> is the start of the depreciation. A must be entered in the same date unit as the duration."
+msgstr ""
-#: 12050100.xhp
+#: 04060118.xhp
msgctxt ""
-"12050100.xhp\n"
-"par_id3145068\n"
-"2\n"
+"04060118.xhp\n"
+"par_id3153221\n"
+"230\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>"
+msgid "<emph>End</emph> is the end of the depreciation."
+msgstr "<emph>რაოდენობა</emph> არის განმეორებათა რაოდენობა."
+
+#: 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 სისწრაფე."
+
+#: 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 ""
-#: 12050100.xhp
+#: 04060118.xhp
msgctxt ""
-"12050100.xhp\n"
-"par_id3148797\n"
-"3\n"
+"04060118.xhp\n"
+"par_idN10A0D\n"
"help.text"
-msgid "To insert subtotal values into a table:"
-msgstr "სვავს ცხრილში ქვეჯამების მნიშვნელობებს:"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-#: 12050100.xhp
+#: 04060118.xhp
msgctxt ""
-"12050100.xhp\n"
-"par_id3154908\n"
-"13\n"
+"04060118.xhp\n"
+"hd_id3148429\n"
+"233\n"
"help.text"
-msgid "Ensure that the columns of the table have labels."
-msgstr "დარწმინდით რომ ცხრილში სვეტებს აქვთ ეტიკეტები."
+msgid "Example"
+msgstr "მაგალითი"
-#: 12050100.xhp
+#: 04060118.xhp
msgctxt ""
-"12050100.xhp\n"
-"par_id3153968\n"
-"4\n"
+"04060118.xhp\n"
+"par_id3153927\n"
+"234\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>."
+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 ""
-#: 12050100.xhp
+#: 04060118.xhp
msgctxt ""
-"12050100.xhp\n"
-"par_id3161831\n"
-"5\n"
+"04060118.xhp\n"
+"par_id3155991\n"
+"235\n"
"help.text"
-msgid "In the <emph>Group By</emph> box, select the column that you want to add the subtotals to."
+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 ტოლია."
+
+#: 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 ""
-#: 12050100.xhp
+#: 04060118.xhp
msgctxt ""
-"12050100.xhp\n"
-"par_id3153188\n"
-"6\n"
+"04060118.xhp\n"
+"hd_id3147485\n"
+"193\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."
+msgid "XIRR"
+msgstr "XIRR"
+
+#: 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 ""
-#: 12050100.xhp
+#: 04060118.xhp
msgctxt ""
-"12050100.xhp\n"
-"par_id3152460\n"
-"14\n"
+"04060118.xhp\n"
+"par_idN10E62\n"
"help.text"
-msgid "In the <emph>Use function</emph> box, select the function that you want to use to calculate the subtotals."
+msgid "If the payments take place at regular intervals, use the IRR function."
+msgstr "ეთ წესიერი IRR."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3146149\n"
+"195\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3149826\n"
+"196\n"
+"help.text"
+msgid "XIRR(Values; Dates; Guess)"
+msgstr "XIRR(მნიშვნელობები;თარიღები;მიხვედრები)"
+
+#: 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 - და - თარიღი პირველი - დასაწყისი - ყველა სხვა თარიღი არა დუ ნებისმიერი - შეიცავს ეთ და და."
+
+#: 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 შენატანი -თვის სისწრაფე - დაბრუნება ნაგულისხმევი ტოლია."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3145085\n"
+"199\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 "გამოთვლა - სისწრაფე - დაბრუნება -თვის:"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155838\n"
+"305\n"
+"help.text"
+msgid "A"
msgstr ""
-#: 12050100.xhp
+#: 04060118.xhp
msgctxt ""
-"12050100.xhp\n"
-"par_id3154321\n"
-"15\n"
+"04060118.xhp\n"
+"par_id3152934\n"
+"306\n"
"help.text"
-msgid "Click <emph>OK</emph>."
-msgstr "დააწკაპეთ <emph>ოკ</emph>."
+msgid "B"
+msgstr ""
-#: 12050100.xhp
+#: 04060118.xhp
msgctxt ""
-"12050100.xhp\n"
-"hd_id3156441\n"
-"7\n"
+"04060118.xhp\n"
+"par_id3154638\n"
+"307\n"
"help.text"
-msgid "Group by"
-msgstr "დაჯგუფება"
+msgid "C"
+msgstr ""
-#: 12050100.xhp
+#: 04060118.xhp
msgctxt ""
-"12050100.xhp\n"
-"par_id3154013\n"
-"8\n"
+"04060118.xhp\n"
+"par_id3147083\n"
+"308\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>"
+msgid "1"
msgstr ""
-#: 12050100.xhp
+#: 04060118.xhp
msgctxt ""
-"12050100.xhp\n"
-"hd_id3154943\n"
-"9\n"
+"04060118.xhp\n"
+"par_id3151187\n"
+"309\n"
"help.text"
-msgid "Calculate subtotals for"
-msgstr "ქვეჯამების გამოთვლა"
+msgid "2001-01-01"
+msgstr ""
-#: 12050100.xhp
+#: 04060118.xhp
msgctxt ""
-"12050100.xhp\n"
-"par_id3147125\n"
-"10\n"
+"04060118.xhp\n"
+"par_id3145212\n"
+"201\n"
"help.text"
-msgid "<ahelp hid=\"HID_SC_SUBT_COLS\">Select the column(s) containing the values that you want to subtotal.</ahelp>"
+msgid "-<item type=\"input\">10000</item>"
msgstr ""
-#: 12050100.xhp
+#: 04060118.xhp
msgctxt ""
-"12050100.xhp\n"
-"hd_id3156283\n"
-"11\n"
+"04060118.xhp\n"
+"par_id3146856\n"
+"202\n"
"help.text"
-msgid "Use function"
-msgstr "ფუნქციის გამოყენება"
+msgid "<item type=\"input\">Received</item>"
+msgstr ""
-#: 12050100.xhp
+#: 04060118.xhp
msgctxt ""
-"12050100.xhp\n"
-"par_id3145647\n"
-"12\n"
+"04060118.xhp\n"
+"par_id3153277\n"
+"310\n"
"help.text"
-msgid "<ahelp hid=\"HID_SC_SUBT_FUNC\">Select the mathematical function that you want to use to calculate the subtotals.</ahelp>"
+msgid "2"
msgstr ""
-#: 06050000.xhp
+#: 04060118.xhp
msgctxt ""
-"06050000.xhp\n"
-"tit\n"
+"04060118.xhp\n"
+"par_id3154052\n"
+"203\n"
"help.text"
-msgid "Create Scenario"
-msgstr "სცენარის შექმნა"
+msgid "2001-01-02"
+msgstr ""
-#: 06050000.xhp
+#: 04060118.xhp
msgctxt ""
-"06050000.xhp\n"
-"hd_id3156023\n"
-"1\n"
+"04060118.xhp\n"
+"par_id3151297\n"
+"204\n"
"help.text"
-msgid "Create Scenario"
-msgstr "სცენარის შექმნა"
+msgid "<item type=\"input\">2000</item>"
+msgstr ""
-#: 06050000.xhp
+#: 04060118.xhp
msgctxt ""
-"06050000.xhp\n"
-"par_id3150541\n"
-"2\n"
+"04060118.xhp\n"
+"par_id3149985\n"
+"205\n"
"help.text"
-msgid "<variable id=\"szenariotext\"><ahelp hid=\".uno:ScenarioManager\">Defines a scenario for the selected sheet area.</ahelp></variable>"
+msgid "<item type=\"input\">Deposited</item>"
msgstr ""
-#: 06050000.xhp
+#: 04060118.xhp
msgctxt ""
-"06050000.xhp\n"
-"par_idN10637\n"
+"04060118.xhp\n"
+"par_id3154744\n"
+"311\n"
"help.text"
-msgid "<embedvar href=\"text/scalc/guide/scenario.xhp#scenario\"/>"
-msgstr "<embedvar href=\"text/scalc/guide/scenario.xhp#scenario\"/>"
+msgid "3"
+msgstr ""
-#: 06050000.xhp
+#: 04060118.xhp
msgctxt ""
-"06050000.xhp\n"
-"hd_id3156280\n"
-"3\n"
+"04060118.xhp\n"
+"par_id3153151\n"
+"206\n"
"help.text"
-msgid "Name of scenario"
-msgstr "სცენარის სახელი"
+msgid "2001-03-15"
+msgstr ""
-#: 06050000.xhp
+#: 04060118.xhp
msgctxt ""
-"06050000.xhp\n"
-"par_id3151041\n"
-"13\n"
+"04060118.xhp\n"
+"par_id3145657\n"
+"207\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."
+msgid "2500"
+msgstr "2500"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155101\n"
+"312\n"
+"help.text"
+msgid "4"
msgstr ""
-#: 06050000.xhp
+#: 04060118.xhp
msgctxt ""
-"06050000.xhp\n"
-"hd_id3153954\n"
-"14\n"
+"04060118.xhp\n"
+"par_id3146894\n"
+"208\n"
"help.text"
-msgid "Comment"
-msgstr "კომენტარი"
+msgid "2001-05-12"
+msgstr ""
-#: 06050000.xhp
+#: 04060118.xhp
msgctxt ""
-"06050000.xhp\n"
-"par_id3155411\n"
-"15\n"
+"04060118.xhp\n"
+"par_id3143231\n"
+"209\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."
+msgid "5000"
+msgstr "5000"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3156012\n"
+"313\n"
+"help.text"
+msgid "5"
msgstr ""
-#: 06050000.xhp
+#: 04060118.xhp
msgctxt ""
-"06050000.xhp\n"
-"hd_id3145273\n"
-"16\n"
+"04060118.xhp\n"
+"par_id3149758\n"
+"210\n"
"help.text"
-msgid "Settings"
-msgstr "პარამეტრები"
+msgid "2001-08-10"
+msgstr ""
-#: 06050000.xhp
+#: 04060118.xhp
msgctxt ""
-"06050000.xhp\n"
-"par_id3153364\n"
-"17\n"
+"04060118.xhp\n"
+"par_id3147495\n"
+"211\n"
"help.text"
-msgid "This section is used to define some of the settings used in the scenario display."
+msgid "1000"
+msgstr "1000"
+
+#: 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."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3149198\n"
+"help.text"
+msgid "<bookmark_value>XNPV function</bookmark_value>"
+msgstr "<bookmark_value>XNPV ფუნქცია</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149198\n"
+"213\n"
+"help.text"
+msgid "XNPV"
+msgstr "XNPV"
+
+#: 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 ""
-#: 06050000.xhp
+#: 04060118.xhp
msgctxt ""
-"06050000.xhp\n"
-"hd_id3145367\n"
-"18\n"
+"04060118.xhp\n"
+"par_idN11138\n"
"help.text"
-msgid "Display border"
-msgstr "საზღვრის ჩვენება"
+msgid "If the payments take place at regular intervals, use the NPV function."
+msgstr "ეთ წესიერი IRR."
-#: 06050000.xhp
+#: 04060118.xhp
msgctxt ""
-"06050000.xhp\n"
-"par_id3151073\n"
-"19\n"
+"04060118.xhp\n"
+"hd_id3155323\n"
+"215\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."
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150117\n"
+"216\n"
+"help.text"
+msgid "XNPV(Rate; Values; Dates)"
+msgstr "XNPV(სიხშირე;მნიშვნელობები;თარიღები)"
+
+#: 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 ""
-#: 06050000.xhp
+#: 04060118.xhp
msgctxt ""
-"06050000.xhp\n"
-"hd_id3149582\n"
-"20\n"
+"04060118.xhp\n"
+"par_id3155395\n"
+"218\n"
"help.text"
-msgid "Copy back"
-msgstr "უკან ასლი"
+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 - და - თარიღი პირველი - დასაწყისი - ყველა სხვა თარიღი არა დუ ნებისმიერი - შეიცავს ეთ და და."
-#: 06050000.xhp
+#: 04060118.xhp
msgctxt ""
-"06050000.xhp\n"
-"par_id3154942\n"
-"21\n"
+"04060118.xhp\n"
+"hd_id3148832\n"
+"219\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>"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 06050000.xhp
+#: 04060118.xhp
msgctxt ""
-"06050000.xhp\n"
-"hd_id3149402\n"
-"22\n"
+"04060118.xhp\n"
+"par_id3149910\n"
+"221\n"
"help.text"
-msgid "Copy entire sheet"
-msgstr "ფურცლის ასლი"
+msgid "<item type=\"input\">=XNPV(0.06;B1:B5;A1:A5)</item> returns 323.02."
+msgstr ""
-#: 06050000.xhp
+#: 04060118.xhp
msgctxt ""
-"06050000.xhp\n"
-"par_id3146969\n"
-"23\n"
+"04060118.xhp\n"
+"bm_id3148822\n"
"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NEWSCENARIO:CB_COPYALL\">Copies the entire sheet into an additional scenario sheet. </ahelp>"
+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>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148822\n"
+"237\n"
+"help.text"
+msgid "RRI"
+msgstr "RRI"
+
+#: 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 ""
-#: 06050000.xhp
+#: 04060118.xhp
msgctxt ""
-"06050000.xhp\n"
-"par_idN1075A\n"
+"04060118.xhp\n"
+"hd_id3148444\n"
+"239\n"
"help.text"
-msgid "Prevent changes"
-msgstr "ცვლილებების არ დაშვება"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 06050000.xhp
+#: 04060118.xhp
msgctxt ""
-"06050000.xhp\n"
-"par_idN1075E\n"
+"04060118.xhp\n"
+"par_id3148804\n"
+"240\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>"
+msgid "RRI(P; PV; FV)"
+msgstr "RRI(P;PV;FV)"
+
+#: 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 ""
-#: 06050000.xhp
+#: 04060118.xhp
msgctxt ""
-"06050000.xhp\n"
-"par_idN10778\n"
+"04060118.xhp\n"
+"par_id3159149\n"
+"242\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."
+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 ""
-#: 06050000.xhp
+#: 04060118.xhp
msgctxt ""
-"06050000.xhp\n"
-"par_idN10780\n"
+"04060118.xhp\n"
+"par_id3149771\n"
+"243\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."
+msgid "<emph>FV</emph> determines what is desired as the cash value of the deposit."
msgstr ""
-#: 06050000.xhp
+#: 04060118.xhp
msgctxt ""
-"06050000.xhp\n"
-"par_idN1078C\n"
+"04060118.xhp\n"
+"hd_id3148941\n"
+"244\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."
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"tit\n"
+"04060118.xhp\n"
+"par_id3150775\n"
+"246\n"
"help.text"
-msgid "Data Field Options"
-msgstr "მონაცემთა ველის პარამეტრები"
+msgid "<item type=\"input\">=RRI(4;7500;10000)</item> = 7.46 %"
+msgstr ""
-#: 12090106.xhp
-#, fuzzy
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"bm_id711386\n"
+"04060118.xhp\n"
+"par_id3145413\n"
+"247\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>"
+msgid "The interest rate must be 7.46 % so that 7,500 currency units will become 10,000 currency units."
+msgstr ""
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN10542\n"
+"04060118.xhp\n"
+"bm_id3154267\n"
"help.text"
-msgid "Data Field Options"
-msgstr "მონაცემთა ველის პარამეტრები"
+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>"
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN10546\n"
+"04060118.xhp\n"
+"hd_id3154267\n"
+"249\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>."
+msgid "RATE"
+msgstr "RATE"
+
+#: 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 ""
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN10557\n"
+"04060118.xhp\n"
+"hd_id3154272\n"
+"251\n"
"help.text"
-msgid "Sort by"
-msgstr "დახარისხება"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN1055B\n"
+"04060118.xhp\n"
+"par_id3158423\n"
+"252\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>"
+msgid "RATE(NPer; Pmt; PV; FV; Type; Guess)"
+msgstr ""
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN1055E\n"
+"04060118.xhp\n"
+"par_id3148910\n"
+"253\n"
"help.text"
-msgid "Ascending"
-msgstr "ზრდით"
+msgid "<emph>NPer</emph> is the total number of periods, during which payments are made (payment period)."
+msgstr ""
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN10562\n"
+"04060118.xhp\n"
+"par_id3148925\n"
+"254\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>"
+msgid "<emph>Pmt</emph> is the constant payment (annuity) paid during each period."
msgstr ""
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN10565\n"
+"04060118.xhp\n"
+"par_id3149160\n"
+"255\n"
"help.text"
-msgid "Descending"
-msgstr "კლებადობით"
+msgid "<emph>PV</emph> is the cash value in the sequence of payments."
+msgstr ""
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN10569\n"
+"04060118.xhp\n"
+"par_id3166456\n"
+"256\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>"
+msgid "<emph>FV</emph> (optional) is the future value, which is reached at the end of the periodic payments."
msgstr ""
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN1056C\n"
+"04060118.xhp\n"
+"par_id3153243\n"
+"257\n"
"help.text"
-msgid "Manual"
-msgstr "ხელით"
+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 ""
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN10570\n"
+"04060118.xhp\n"
+"par_id3146949\n"
+"258\n"
"help.text"
-msgid "<ahelp hid=\"1495384582\">Sorts values alphabetically.</ahelp>"
+msgid "<emph>Guess</emph> (optional) determines the estimated value of the interest with iterative calculation."
msgstr ""
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN10585\n"
+"04060118.xhp\n"
+"par_idN10E2A\n"
"help.text"
-msgid "Display options"
-msgstr "პარამეტრების ჩვენების"
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN10589\n"
+"04060118.xhp\n"
+"hd_id3149791\n"
+"259\n"
"help.text"
-msgid "You can specify the display options for all row fields except for the last, innermost row field."
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN1058C\n"
+"04060118.xhp\n"
+"par_id3155586\n"
+"261\n"
"help.text"
-msgid "Layout"
-msgstr "განლაგება"
+msgid "<item type=\"input\">=RATE(3;10;900)</item> = -121% The interest rate is therefore 121%."
+msgstr ""
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN10590\n"
+"04060118.xhp\n"
+"bm_id3149106\n"
"help.text"
-msgid "<ahelp hid=\"1495387654\">Select the layout mode for the field in the list box.</ahelp>"
+msgid "<bookmark_value>INTRATE function</bookmark_value>"
+msgstr "<bookmark_value>INTRATE ფუნქცია</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149106\n"
+"60\n"
+"help.text"
+msgid "INTRATE"
+msgstr "INTRATE"
+
+#: 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 ""
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN10593\n"
+"04060118.xhp\n"
+"hd_id3149974\n"
+"62\n"
"help.text"
-msgid "Empty line after each item"
-msgstr "ყოველი ელემენტის შემდეგ ცარიელი ხაზი"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090106.xhp
-#, fuzzy
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN10597\n"
+"04060118.xhp\n"
+"par_id3149800\n"
+"63\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>"
+msgid "INTRATE(Settlement; Maturity; Investment; Redemption; Basis)"
+msgstr "DISC(მოსახლე;ხნიერება;ფასი;გამოსასყისი;ფუძე)"
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN1059A\n"
+"04060118.xhp\n"
+"par_id3148618\n"
+"64\n"
"help.text"
-msgid "Show automatically"
-msgstr "ავტომატურად ჩვენება"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN1059E\n"
+"04060118.xhp\n"
+"par_id3148988\n"
+"65\n"
"help.text"
-msgid "Displays the top or bottom nn items when you sort by a specified field."
+msgid "<emph>Maturity</emph> is the date on which the security is sold."
+msgstr "ტექსტი თარიღი ჩართულია."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3154604\n"
+"66\n"
+"help.text"
+msgid "<emph>Investment</emph> is the purchase price."
msgstr ""
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN105A1\n"
+"04060118.xhp\n"
+"par_id3154337\n"
+"67\n"
"help.text"
-msgid "Show"
-msgstr "ჩვენება"
+msgid "<emph>Redemption</emph> is the selling price."
+msgstr ""
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN105A5\n"
+"04060118.xhp\n"
+"hd_id3145380\n"
+"68\n"
"help.text"
-msgid "<ahelp hid=\"1495385091\">Turns on the automatic show feature.</ahelp>"
-msgstr "<ahelp hid=\"1495385091\">რთვაბს ავტომატურად ჩვენების შესაძლებლობას.</ahelp>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN105A8\n"
+"04060118.xhp\n"
+"par_id3149426\n"
+"69\n"
"help.text"
-msgid "items"
-msgstr "ელემეტები"
+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 ""
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN105AC\n"
+"04060118.xhp\n"
+"par_id3151125\n"
+"70\n"
"help.text"
-msgid "<ahelp hid=\"1495390209\">Enter the maximum number of items that you want to show automatically.</ahelp>"
+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%."
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"bm_id3148654\n"
+"help.text"
+msgid "<bookmark_value>COUPNCD function</bookmark_value>"
+msgstr "<bookmark_value>COUPNCD ფუნქცია</bookmark_value>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3148654\n"
+"163\n"
+"help.text"
+msgid "COUPNCD"
+msgstr "COUPNCD"
+
+#: 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 ""
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN105AF\n"
+"04060118.xhp\n"
+"hd_id3153317\n"
+"165\n"
"help.text"
-msgid "From"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3150423\n"
+"166\n"
+"help.text"
+msgid "COUPNCD(Settlement; Maturity; Frequency; Basis)"
msgstr ""
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN105B3\n"
+"04060118.xhp\n"
+"par_id3150628\n"
+"167\n"
"help.text"
-msgid "<ahelp hid=\"1495387655\">Shows the top or bottom items in the specified sort order.</ahelp>"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr ""
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN105B6\n"
+"04060118.xhp\n"
+"par_id3153536\n"
+"168\n"
"help.text"
-msgid "Using field"
-msgstr "ველის გამოყენება"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
-#: 12090106.xhp
-#, fuzzy
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN105BA\n"
+"04060118.xhp\n"
+"par_id3145313\n"
+"169\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>"
+msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4)."
+msgstr ""
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN105BD\n"
+"04060118.xhp\n"
+"hd_id3155424\n"
+"170\n"
"help.text"
-msgid "Hide items"
-msgstr "ელემეტების დამალვა"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN105C1\n"
+"04060118.xhp\n"
+"par_id3154794\n"
+"171\n"
"help.text"
-msgid "<ahelp hid=\"59010\">Select the items that you want to hide from the calculations.</ahelp>"
+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 ""
-#: 12090106.xhp
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN105C4\n"
+"04060118.xhp\n"
+"par_id3159251\n"
+"172\n"
"help.text"
-msgid "Hierarchy"
-msgstr "იერარქია"
+msgid "=COUPNCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2001-05-15."
+msgstr ""
-#: 12090106.xhp
-#, fuzzy
+#: 04060118.xhp
msgctxt ""
-"12090106.xhp\n"
-"par_idN105C8\n"
+"04060118.xhp\n"
+"bm_id3143281\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>"
+msgid "<bookmark_value>COUPDAYS function</bookmark_value>"
+msgstr "<bookmark_value>COUPDAYS ფუნქცია</bookmark_value>"
-#: 06080000.xhp
+#: 04060118.xhp
msgctxt ""
-"06080000.xhp\n"
-"tit\n"
+"04060118.xhp\n"
+"hd_id3143281\n"
+"143\n"
"help.text"
-msgid "Recalculate"
-msgstr "თავიდან გამოთვლა"
+msgid "COUPDAYS"
+msgstr "COUPDAYS"
-#: 06080000.xhp
+#: 04060118.xhp
msgctxt ""
-"06080000.xhp\n"
-"bm_id3157909\n"
+"04060118.xhp\n"
+"par_id3149488\n"
+"144\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>"
+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 ""
-#: 06080000.xhp
+#: 04060118.xhp
msgctxt ""
-"06080000.xhp\n"
-"hd_id3157909\n"
-"1\n"
+"04060118.xhp\n"
+"hd_id3148685\n"
+"145\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>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 06080000.xhp
+#: 04060118.xhp
msgctxt ""
-"06080000.xhp\n"
-"par_id3154758\n"
-"2\n"
+"04060118.xhp\n"
+"par_id3149585\n"
+"146\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>"
+msgid "COUPDAYS(Settlement; Maturity; Frequency; Basis)"
msgstr ""
-#: 06080000.xhp
+#: 04060118.xhp
msgctxt ""
-"06080000.xhp\n"
-"par_id315475899\n"
+"04060118.xhp\n"
+"par_id3152767\n"
+"147\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."
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr ""
-#: 06080000.xhp
+#: 04060118.xhp
msgctxt ""
-"06080000.xhp\n"
-"par_id3150793\n"
-"5\n"
+"04060118.xhp\n"
+"par_id3151250\n"
+"148\n"
"help.text"
-msgid "After the document has been recalculated, the display is refreshed. All charts are also refreshed."
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
+
+#: 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 ""
-#: 06080000.xhp
+#: 04060118.xhp
msgctxt ""
-"06080000.xhp\n"
-"par_id315475855\n"
+"04060118.xhp\n"
+"hd_id3153705\n"
+"150\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."
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 05050000.xhp
+#: 04060118.xhp
msgctxt ""
-"05050000.xhp\n"
-"tit\n"
+"04060118.xhp\n"
+"par_id3156338\n"
+"152\n"
"help.text"
-msgid "Sheet"
-msgstr "ფურცელი"
+msgid "=COUPDAYS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 181."
+msgstr ""
-#: 05050000.xhp
+#: 04060118.xhp
msgctxt ""
-"05050000.xhp\n"
-"bm_id1245460\n"
+"04060118.xhp\n"
+"bm_id3154832\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>"
+msgid "<bookmark_value>COUPDAYSNC function</bookmark_value>"
+msgstr "<bookmark_value>COUPDAYSNC ფუნქცია</bookmark_value>"
-#: 05050000.xhp
+#: 04060118.xhp
msgctxt ""
-"05050000.xhp\n"
-"hd_id3155923\n"
-"1\n"
+"04060118.xhp\n"
+"hd_id3154832\n"
+"153\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>"
+msgid "COUPDAYSNC"
+msgstr "COUPDAYSNC"
-#: 05050000.xhp
+#: 04060118.xhp
msgctxt ""
-"05050000.xhp\n"
-"par_id3154758\n"
-"2\n"
+"04060118.xhp\n"
+"par_id3147100\n"
+"154\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets the sheet name and hides or shows selected sheets.</ahelp>"
+msgid "<ahelp hid=\"HID_AAI_FUNC_COUPDAYSNC\">Returns the number of days from the settlement date until the next interest date.</ahelp>"
msgstr ""
-#: 05050000.xhp
+#: 04060118.xhp
msgctxt ""
-"05050000.xhp\n"
-"hd_id3156280\n"
-"3\n"
+"04060118.xhp\n"
+"hd_id3151312\n"
+"155\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>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 05050000.xhp
+#: 04060118.xhp
msgctxt ""
-"05050000.xhp\n"
-"hd_id3145787\n"
-"4\n"
+"04060118.xhp\n"
+"par_id3155121\n"
+"156\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>"
+msgid "COUPDAYSNC(Settlement; Maturity; Frequency; Basis)"
+msgstr ""
-#: 05050000.xhp
+#: 04060118.xhp
msgctxt ""
-"05050000.xhp\n"
-"par_id3150542\n"
-"5\n"
+"04060118.xhp\n"
+"par_id3158440\n"
+"157\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."
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr ""
-#: 05050000.xhp
+#: 04060118.xhp
msgctxt ""
-"05050000.xhp\n"
-"par_idN10656\n"
+"04060118.xhp\n"
+"par_id3146075\n"
+"158\n"
"help.text"
-msgid "Right-To-Left"
-msgstr "მარჯვნიდან მარცხნივ"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
-#: 05050000.xhp
+#: 04060118.xhp
msgctxt ""
-"05050000.xhp\n"
-"par_idN1065A\n"
+"04060118.xhp\n"
+"par_id3154620\n"
+"159\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>"
+msgid "<emph>Frequency </emph>is number of interest payments per year (1, 2 or 4)."
msgstr ""
-#: 05030300.xhp
+#: 04060118.xhp
msgctxt ""
-"05030300.xhp\n"
-"tit\n"
+"04060118.xhp\n"
+"hd_id3155604\n"
+"160\n"
"help.text"
-msgid "Hide"
-msgstr "დამალვა"
+msgid "Example"
+msgstr "მაგალითი"
-#: 05030300.xhp
+#: 04060118.xhp
msgctxt ""
-"05030300.xhp\n"
-"bm_id3147265\n"
+"04060118.xhp\n"
+"par_id3148671\n"
+"161\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>"
+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 ""
-#: 05030300.xhp
+#: 04060118.xhp
msgctxt ""
-"05030300.xhp\n"
-"hd_id3147265\n"
-"1\n"
+"04060118.xhp\n"
+"par_id3156158\n"
+"162\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>"
+msgid "=COUPDAYSNC(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 110."
+msgstr ""
-#: 05030300.xhp
+#: 04060118.xhp
msgctxt ""
-"05030300.xhp\n"
-"par_id3156281\n"
-"2\n"
+"04060118.xhp\n"
+"bm_id3150408\n"
"help.text"
-msgid "<ahelp hid=\".uno:Hide\">Hides selected rows, columns or individual sheets.</ahelp>"
+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 ""
-#: 05030300.xhp
+#: 04060118.xhp
msgctxt ""
-"05030300.xhp\n"
-"par_id3148645\n"
-"3\n"
+"04060118.xhp\n"
+"hd_id3150408\n"
+"133\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>."
+msgid "COUPDAYBS"
+msgstr "COUPDAYBS"
+
+#: 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 ""
-#: 05030300.xhp
+#: 04060118.xhp
msgctxt ""
-"05030300.xhp\n"
-"par_id3147427\n"
-"6\n"
+"04060118.xhp\n"
+"hd_id3156142\n"
+"135\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>."
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3159083\n"
+"136\n"
+"help.text"
+msgid "COUPDAYBS(Settlement; Maturity; Frequency; Basis)"
msgstr ""
-#: 05030300.xhp
+#: 04060118.xhp
msgctxt ""
-"05030300.xhp\n"
-"par_id3153157\n"
-"5\n"
+"04060118.xhp\n"
+"par_id3146907\n"
+"137\n"
"help.text"
-msgid "A break in the row or column header indicates whether the row or column is hidden."
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
msgstr ""
-#: 05030300.xhp
+#: 04060118.xhp
msgctxt ""
-"05030300.xhp\n"
-"par_id3145251\n"
-"4\n"
+"04060118.xhp\n"
+"par_id3159390\n"
+"138\n"
"help.text"
-msgid "To display hidden rows, columns or sheets"
-msgstr "დამალული რიგების, სვეტების ან ფურცლების ასასახად"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
-#: 05030300.xhp
+#: 04060118.xhp
msgctxt ""
-"05030300.xhp\n"
-"par_id8337046\n"
+"04060118.xhp\n"
+"par_id3154414\n"
+"139\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."
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
msgstr ""
-#: 05030300.xhp
+#: 04060118.xhp
msgctxt ""
-"05030300.xhp\n"
-"par_id5532090\n"
+"04060118.xhp\n"
+"hd_id3153880\n"
+"140\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>."
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090101.xhp
+#: 04060118.xhp
msgctxt ""
-"12090101.xhp\n"
-"tit\n"
+"04060118.xhp\n"
+"par_id3150592\n"
+"141\n"
"help.text"
-msgid "Select Data Source"
-msgstr "მონაცემთა წყაროს არჩევა"
+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 ""
-#: 12090101.xhp
+#: 04060118.xhp
msgctxt ""
-"12090101.xhp\n"
-"hd_id3143268\n"
-"1\n"
+"04060118.xhp\n"
+"par_id3151103\n"
+"142\n"
"help.text"
-msgid "Select Data Source"
-msgstr "მონაცემთა წყაროს არჩევა"
+msgid "=COUPDAYBS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 71."
+msgstr ""
-#: 12090101.xhp
+#: 04060118.xhp
msgctxt ""
-"12090101.xhp\n"
-"par_id3148552\n"
-"2\n"
+"04060118.xhp\n"
+"bm_id3152957\n"
"help.text"
-msgid "Select the database and the table or query containing the data that you want to use."
+msgid "<bookmark_value>COUPPCD function</bookmark_value><bookmark_value>dates;interest date prior to settlement date</bookmark_value>"
msgstr ""
-#: 12090101.xhp
+#: 04060118.xhp
msgctxt ""
-"12090101.xhp\n"
-"hd_id3154140\n"
-"3\n"
+"04060118.xhp\n"
+"hd_id3152957\n"
+"183\n"
"help.text"
-msgid "Selection"
-msgstr "მონიშნული"
+msgid "COUPPCD"
+msgstr "COUPPCD"
-#: 12090101.xhp
+#: 04060118.xhp
msgctxt ""
-"12090101.xhp\n"
-"par_id3125863\n"
-"4\n"
+"04060118.xhp\n"
+"par_id3153678\n"
+"184\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>."
+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 ""
-#: 12090101.xhp
+#: 04060118.xhp
msgctxt ""
-"12090101.xhp\n"
-"hd_id3151041\n"
-"5\n"
+"04060118.xhp\n"
+"hd_id3156269\n"
+"185\n"
"help.text"
-msgid "Database"
-msgstr "მონაცემთა ბაზა"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090101.xhp
+#: 04060118.xhp
msgctxt ""
-"12090101.xhp\n"
-"par_id3156424\n"
-"6\n"
+"04060118.xhp\n"
+"par_id3153790\n"
+"186\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>"
+msgid "COUPPCD(Settlement; Maturity; Frequency; Basis)"
msgstr ""
-#: 12090101.xhp
+#: 04060118.xhp
msgctxt ""
-"12090101.xhp\n"
-"hd_id3145364\n"
-"7\n"
+"04060118.xhp\n"
+"par_id3150989\n"
+"187\n"
"help.text"
-msgid "Data source"
-msgstr "მონაცემთა წყარო"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
-#: 12090101.xhp
+#: 04060118.xhp
msgctxt ""
-"12090101.xhp\n"
-"par_id3149260\n"
-"8\n"
+"04060118.xhp\n"
+"par_id3154667\n"
+"188\n"
"help.text"
-msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_DAPIDATA:CB_OBJECT\">Select the data source that you want to use.</ahelp>"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
+
+#: 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 ""
-#: 12090101.xhp
+#: 04060118.xhp
msgctxt ""
-"12090101.xhp\n"
-"hd_id3147428\n"
-"9\n"
+"04060118.xhp\n"
+"hd_id3150826\n"
+"190\n"
"help.text"
-msgid "Type"
-msgstr "ტიპი"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090101.xhp
+#: 04060118.xhp
msgctxt ""
-"12090101.xhp\n"
-"par_id3150010\n"
-"10\n"
+"04060118.xhp\n"
+"par_id3148968\n"
+"191\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)."
+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 ""
-#: 12090101.xhp
-#, fuzzy
+#: 04060118.xhp
msgctxt ""
-"12090101.xhp\n"
-"par_id3147348\n"
-"11\n"
+"04060118.xhp\n"
+"par_id3149992\n"
+"192\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>"
+msgid "=COUPPCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2000-15-11."
+msgstr ""
-#: 02200000.xhp
+#: 04060118.xhp
msgctxt ""
-"02200000.xhp\n"
-"tit\n"
+"04060118.xhp\n"
+"bm_id3150673\n"
"help.text"
-msgid "Sheet"
-msgstr "ფურცელი"
+msgid "<bookmark_value>COUPNUM function</bookmark_value><bookmark_value>number of coupons</bookmark_value>"
+msgstr "<bookmark_value>COUNTA ფუნქცია</bookmark_value><bookmark_value>ჩანაწერთა რაოდენობა</bookmark_value>"
-#: 02200000.xhp
+#: 04060118.xhp
msgctxt ""
-"02200000.xhp\n"
-"hd_id3146794\n"
-"1\n"
+"04060118.xhp\n"
+"hd_id3150673\n"
+"173\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>"
+msgid "COUPNUM"
+msgstr "COUPNUM"
-#: 02200000.xhp
+#: 04060118.xhp
msgctxt ""
-"02200000.xhp\n"
-"par_id3149456\n"
-"2\n"
+"04060118.xhp\n"
+"par_id3154350\n"
+"174\n"
"help.text"
-msgid "<ahelp hid=\".\">Edit commands for entire sheets.</ahelp>"
-msgstr "<ahelp hid=\".\">რედაქტირება commands for entire sheets.</ahelp>"
+msgid "<ahelp hid=\"HID_AAI_FUNC_COUPNUM\">Returns the number of coupons (interest payments) between the settlement date and the maturity date.</ahelp>"
+msgstr ""
-#: 02200000.xhp
+#: 04060118.xhp
msgctxt ""
-"02200000.xhp\n"
-"hd_id3150792\n"
-"3\n"
+"04060118.xhp\n"
+"hd_id3148400\n"
+"175\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>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 02200000.xhp
+#: 04060118.xhp
msgctxt ""
-"02200000.xhp\n"
-"hd_id3153968\n"
-"4\n"
+"04060118.xhp\n"
+"par_id3153200\n"
+"176\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>"
+msgid "COUPNUM(Settlement; Maturity; Frequency; Basis)"
+msgstr ""
-#: 02200000.xhp
+#: 04060118.xhp
msgctxt ""
-"02200000.xhp\n"
-"hd_id3163708\n"
-"5\n"
+"04060118.xhp\n"
+"par_id3159406\n"
+"177\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>"
+msgid "<emph>Settlement</emph> is the date of purchase of the security."
+msgstr ""
-#: 02200000.xhp
-#, fuzzy
+#: 04060118.xhp
msgctxt ""
-"02200000.xhp\n"
-"hd_id3163733308\n"
+"04060118.xhp\n"
+"par_id3155864\n"
+"178\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>"
+msgid "<emph>Maturity</emph> is the date on which the security matures (expires)."
+msgstr "ტექსტი თარიღი ჩართულია."
-#: 06130000.xhp
+#: 04060118.xhp
msgctxt ""
-"06130000.xhp\n"
-"tit\n"
+"04060118.xhp\n"
+"par_id3154720\n"
+"179\n"
"help.text"
-msgid "AutoInput"
-msgstr "ავტოშეტანა"
+msgid "<emph>Frequency</emph> is the number of interest payments per year (1, 2 or 4)."
+msgstr ""
-#: 06130000.xhp
+#: 04060118.xhp
msgctxt ""
-"06130000.xhp\n"
-"bm_id2486037\n"
+"04060118.xhp\n"
+"hd_id3149319\n"
+"180\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>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 06130000.xhp
+#: 04060118.xhp
msgctxt ""
-"06130000.xhp\n"
-"hd_id3148492\n"
-"1\n"
+"04060118.xhp\n"
+"par_id3152460\n"
+"181\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>"
+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 ""
-#: 06130000.xhp
+#: 04060118.xhp
msgctxt ""
-"06130000.xhp\n"
-"par_id3150793\n"
-"2\n"
+"04060118.xhp\n"
+"par_id3150640\n"
+"182\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."
+msgid "=COUPNUM(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2."
msgstr ""
-#: 06130000.xhp
+#: 04060118.xhp
msgctxt ""
-"06130000.xhp\n"
-"par_id3156422\n"
-"8\n"
+"04060118.xhp\n"
+"bm_id3149339\n"
"help.text"
-msgid "The completion text is highlighted."
-msgstr "დასრულებული ტექსტი მარკირებულია."
+msgid "<bookmark_value>IPMT function</bookmark_value><bookmark_value>periodic amortizement rates</bookmark_value>"
+msgstr "<bookmark_value>SUM ფუნქცია</bookmark_value><bookmark_value>დამატება;რიცხვები უჯრათა დიაპაზონში</bookmark_value>"
-#: 06130000.xhp
+#: 04060118.xhp
msgctxt ""
-"06130000.xhp\n"
-"par_idN1065D\n"
+"04060118.xhp\n"
+"hd_id3149339\n"
+"263\n"
"help.text"
-msgid "To accept the completion, press <item type=\"keycode\">Enter</item> or a cursor key."
+msgid "IPMT"
+msgstr "IPMT"
+
+#: 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 ""
-#: 06130000.xhp
+#: 04060118.xhp
msgctxt ""
-"06130000.xhp\n"
-"par_idN10665\n"
+"04060118.xhp\n"
+"hd_id3153266\n"
+"265\n"
"help.text"
-msgid "To append text or to edit the completion, press <item type=\"keycode\">F2</item>."
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 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; ტიპი)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3147313\n"
+"267\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
msgstr ""
-#: 06130000.xhp
+#: 04060118.xhp
msgctxt ""
-"06130000.xhp\n"
-"par_idN1066D\n"
+"04060118.xhp\n"
+"par_id3145158\n"
+"268\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."
+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 ""
-#: 06130000.xhp
+#: 04060118.xhp
msgctxt ""
-"06130000.xhp\n"
-"par_idN10679\n"
+"04060118.xhp\n"
+"par_id3147577\n"
+"269\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>."
+msgid "<emph>NPer</emph> is the total number of periods, during which annuity is paid."
msgstr ""
-#: 06130000.xhp
+#: 04060118.xhp
msgctxt ""
-"06130000.xhp\n"
-"par_id3150439\n"
-"3\n"
+"04060118.xhp\n"
+"par_id3156211\n"
+"270\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."
+msgid "<emph>PV</emph> is the present cash value in sequence of payments."
msgstr ""
-#: 06130000.xhp
+#: 04060118.xhp
msgctxt ""
-"06130000.xhp\n"
-"par_id3153363\n"
-"5\n"
+"04060118.xhp\n"
+"par_id3151213\n"
+"271\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."
+msgid "<emph>FV</emph> (optional) is the desired value (future value) at the end of the periods."
msgstr ""
-#: 06020000.xhp
+#: 04060118.xhp
msgctxt ""
-"06020000.xhp\n"
-"tit\n"
+"04060118.xhp\n"
+"par_id3154195\n"
+"272\n"
"help.text"
-msgid "Hyphenation"
-msgstr "ჰიპერნაცია"
+msgid "<emph>Type</emph> is the due date for the periodic payments."
+msgstr ""
-#: 06020000.xhp
+#: 04060118.xhp
msgctxt ""
-"06020000.xhp\n"
-"bm_id3159399\n"
+"04060118.xhp\n"
+"hd_id3150102\n"
+"273\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>"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 06020000.xhp
+#: 04060118.xhp
msgctxt ""
-"06020000.xhp\n"
-"hd_id3159399\n"
-"1\n"
+"04060118.xhp\n"
+"par_id3150496\n"
+"275\n"
"help.text"
-msgid "Hyphenation"
-msgstr "ჰიპერნაცია"
+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 ""
-#: 06020000.xhp
+#: 04060118.xhp
msgctxt ""
-"06020000.xhp\n"
-"par_id3145068\n"
-"2\n"
+"04060118.xhp\n"
+"bm_id3151205\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>"
+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>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3151205\n"
+"277\n"
+"help.text"
+msgid "FV"
+msgstr "FV"
+
+#: 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 ""
-#: 06020000.xhp
+#: 04060118.xhp
msgctxt ""
-"06020000.xhp\n"
-"par_id3154366\n"
-"3\n"
+"04060118.xhp\n"
+"hd_id3155178\n"
+"279\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."
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 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; ტიპი)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155136\n"
+"281\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
msgstr ""
-#: 06020000.xhp
+#: 04060118.xhp
msgctxt ""
-"06020000.xhp\n"
-"hd_id3153192\n"
-"4\n"
+"04060118.xhp\n"
+"par_id3156029\n"
+"282\n"
"help.text"
-msgid "Hyphenation for selected cells."
+msgid "<emph>NPer</emph> is the total number of periods (payment period)."
msgstr ""
-#: 06020000.xhp
+#: 04060118.xhp
msgctxt ""
-"06020000.xhp\n"
-"par_id3150868\n"
-"5\n"
+"04060118.xhp\n"
+"par_id3151322\n"
+"283\n"
"help.text"
-msgid "Select the cells for which you want to change the hyphenation."
+msgid "<emph>Pmt</emph> is the annuity paid regularly per period."
msgstr ""
-#: 06020000.xhp
+#: 04060118.xhp
msgctxt ""
-"06020000.xhp\n"
-"par_id3150440\n"
-"6\n"
+"04060118.xhp\n"
+"par_id3145256\n"
+"284\n"
"help.text"
-msgid "Choose <emph>Tools - Language - Hyphenation</emph>."
-msgstr "აირჩიეთ <emph>ხელსაწყოები - ენა - ჰიფენაცია</emph>."
+msgid "<emph>PV</emph> (optional) is the (present) cash value of an investment."
+msgstr ""
-#: 06020000.xhp
+#: 04060118.xhp
msgctxt ""
-"06020000.xhp\n"
-"par_id3156441\n"
-"7\n"
+"04060118.xhp\n"
+"par_id3150999\n"
+"285\n"
"help.text"
-msgid "The <emph>Format Cells</emph> dialog appears with the <emph>Alignment</emph> tab page open."
+msgid "<emph>Type</emph> (optional) defines whether the payment is due at the beginning or the end of a period."
msgstr ""
-#: 06020000.xhp
+#: 04060118.xhp
msgctxt ""
-"06020000.xhp\n"
-"par_id3149260\n"
-"12\n"
+"04060118.xhp\n"
+"par_idN114D8\n"
"help.text"
-msgid "Mark the <emph>Wrap text automatically</emph> and <emph>Hyphenation active</emph> check boxes."
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3146800\n"
+"286\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 06020000.xhp
+#: 04060118.xhp
msgctxt ""
-"06020000.xhp\n"
-"hd_id3153094\n"
-"8\n"
+"04060118.xhp\n"
+"par_id3149302\n"
+"288\n"
"help.text"
-msgid "Hyphenation for Drawing Objects"
-msgstr "გადატანა -თვის ხაზვა ობიექტები"
+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 ""
-#: 06020000.xhp
+#: 04060118.xhp
msgctxt ""
-"06020000.xhp\n"
-"par_id3148577\n"
-"9\n"
+"04060118.xhp\n"
+"bm_id3155912\n"
"help.text"
-msgid "Select a drawing object."
-msgstr "სახატავი ობიექტის ამორჩევა."
+msgid "<bookmark_value>FVSCHEDULE function</bookmark_value><bookmark_value>future values;varying interest rates</bookmark_value>"
+msgstr ""
-#: 06020000.xhp
+#: 04060118.xhp
msgctxt ""
-"06020000.xhp\n"
-"par_id3156285\n"
-"10\n"
+"04060118.xhp\n"
+"hd_id3155912\n"
+"51\n"
"help.text"
-msgid "Choose <emph>Tools - Language - Hyphenation</emph>."
-msgstr "აირჩიეთ <emph>ხელსაწყოები - ენა - ჰიფენაცია</emph>."
+msgid "FVSCHEDULE"
+msgstr "FVSCHEDULE"
-#: 06020000.xhp
+#: 04060118.xhp
msgctxt ""
-"06020000.xhp\n"
-"par_id3147394\n"
-"11\n"
+"04060118.xhp\n"
+"par_id3163726\n"
+"52\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 მდგომარეობა."
+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 ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3149571\n"
+"53\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148891\n"
+"54\n"
+"help.text"
+msgid "FVSCHEDULE(Principal; Schedule)"
+msgstr ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3148904\n"
+"55\n"
+"help.text"
+msgid "<emph>Principal</emph> is the starting capital."
+msgstr ""
+
+#: 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 ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3147288\n"
+"57\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3156435\n"
+"290\n"
+"help.text"
+msgid "NPER"
+msgstr "NPER"
+
+#: 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 ""
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3147216\n"
+"292\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 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; ტიპი)"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"par_id3155946\n"
+"294\n"
+"help.text"
+msgid "<emph>Rate</emph> is the periodic interest rate."
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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\"/>"
+
+#: 04060118.xhp
+msgctxt ""
+"04060118.xhp\n"
+"hd_id3155795\n"
+"299\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 04060118.xhp
+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>"
+
+#: 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>"
#: 04060119.xhp
msgctxt ""
@@ -38071,7 +35025,6 @@ msgid "Financial Functions Part Two"
msgstr "ფინანსური ფუნქციები ნაწილი 2"
#: 04060119.xhp
-#, fuzzy
msgctxt ""
"04060119.xhp\n"
"par_id3148742\n"
@@ -40483,7 +37436,7 @@ msgctxt ""
"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."
+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 ""
#: 04060119.xhp
@@ -40782,7 +37735,6 @@ msgid "=TBILLYIELD(\"1999-03-31\";\"1999-06-01\"; 98.45) returns 0.091417 or 9.1
msgstr ""
#: 04060119.xhp
-#, fuzzy
msgctxt ""
"04060119.xhp\n"
"par_id3148546\n"
@@ -40800,4459 +37752,5374 @@ msgctxt ""
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>"
-#: 02190000.xhp
+#: 04060120.xhp
msgctxt ""
-"02190000.xhp\n"
+"04060120.xhp\n"
"tit\n"
"help.text"
-msgid "Delete Manual Breaks"
-msgstr "ხელით წყვეტების წაშლა"
+msgid "Bit Operation Functions"
+msgstr ""
-#: 02190000.xhp
+#: 04060120.xhp
msgctxt ""
-"02190000.xhp\n"
-"hd_id3150541\n"
+"04060120.xhp\n"
+"hd_id4149052\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>"
+msgid "Bit Operation Functions"
+msgstr ""
-#: 02190000.xhp
+#: 04060120.xhp
msgctxt ""
-"02190000.xhp\n"
-"par_id3154365\n"
-"2\n"
+"04060120.xhp\n"
+"bm_id4150026\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>"
+msgid "<bookmark_value>BITAND function</bookmark_value>"
+msgstr "<bookmark_value>AND ფუნქცია</bookmark_value>"
-#: 05100200.xhp
+#: 04060120.xhp
msgctxt ""
-"05100200.xhp\n"
-"tit\n"
+"04060120.xhp\n"
+"hd_id4150026\n"
+"238\n"
"help.text"
-msgid "Split Cells"
+msgid "BITAND"
msgstr ""
-#: 05100200.xhp
+#: 04060120.xhp
msgctxt ""
-"05100200.xhp\n"
-"hd_id3154654\n"
+"04060120.xhp\n"
+"par_id4146942\n"
+"239\n"
"help.text"
-msgid "Split Cells"
+msgid "<ahelp hid=\"HID_FUNC_BITAND\">Returns a bitwise logical \"and\" of the parameters.</ahelp>"
msgstr ""
-#: 05100200.xhp
+#: 04060120.xhp
msgctxt ""
-"05100200.xhp\n"
-"par_id3083451\n"
+"04060120.xhp\n"
+"hd_id4150459\n"
+"240\n"
"help.text"
-msgid "<ahelp hid=\".\">Splits previously merged cells.</ahelp>"
-msgstr ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 05100200.xhp
+#: 04060120.xhp
msgctxt ""
-"05100200.xhp\n"
-"par_id3154023\n"
+"04060120.xhp\n"
+"par_id4146878\n"
+"241\n"
"help.text"
-msgid "Choose <emph>Format - Merge Cells - Split Cells</emph>"
+msgid "BITAND(number1; number2)"
msgstr ""
-#: 04040000.xhp
+#: 04060120.xhp
msgctxt ""
-"04040000.xhp\n"
-"tit\n"
+"04060120.xhp\n"
+"par_id4151228\n"
+"242\n"
"help.text"
-msgid "Columns"
-msgstr "სვეტები"
+msgid "<emph>Number1</emph> and <emph>number2</emph> are positive integers less than 2 ^ 48 (281 474 976 710 656)."
+msgstr ""
-#: 04040000.xhp
+#: 04060120.xhp
msgctxt ""
-"04040000.xhp\n"
-"bm_id3155628\n"
+"04060120.xhp\n"
+"hd_id4148582\n"
+"248\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>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04040000.xhp
+#: 04060120.xhp
msgctxt ""
-"04040000.xhp\n"
-"hd_id3155628\n"
-"1\n"
+"04060120.xhp\n"
+"par_id4149246\n"
+"250\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>"
+msgid "<item type=\"input\">=BITAND(6;10)</item> returns 2 (0110 & 1010 = 0010)."
+msgstr ""
-#: 04040000.xhp
+#: 04060120.xhp
msgctxt ""
-"04040000.xhp\n"
-"par_id3150791\n"
-"2\n"
+"04060120.xhp\n"
+"bm_id4146139\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."
+msgid "<bookmark_value>BITOR function</bookmark_value>"
+msgstr "<bookmark_value>OR ფუნქცია</bookmark_value>"
-#: 12080000.xhp
+#: 04060120.xhp
msgctxt ""
-"12080000.xhp\n"
-"tit\n"
+"04060120.xhp\n"
+"hd_id4146139\n"
+"252\n"
"help.text"
-msgid "Group and Outline"
+msgid "BITOR"
msgstr ""
-#: 12080000.xhp
+#: 04060120.xhp
msgctxt ""
-"12080000.xhp\n"
-"bm_id3152350\n"
+"04060120.xhp\n"
+"par_id4150140\n"
+"253\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>"
+msgid "<ahelp hid=\"HID_FUNC_BITOR\">Returns a bitwise logical \"or\" of the parameters.</ahelp>"
+msgstr ""
-#: 12080000.xhp
-#, fuzzy
+#: 04060120.xhp
msgctxt ""
-"12080000.xhp\n"
-"hd_id3152350\n"
-"1\n"
+"04060120.xhp\n"
+"hd_id4149188\n"
+"254\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>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12080000.xhp
+#: 04060120.xhp
msgctxt ""
-"12080000.xhp\n"
-"par_id3150793\n"
-"2\n"
+"04060120.xhp\n"
+"par_id4148733\n"
+"255\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."
+msgid "BITOR(number1; number2)"
msgstr ""
-#: 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>"
-
-#: 12080000.xhp
+#: 04060120.xhp
msgctxt ""
-"12080000.xhp\n"
-"hd_id3153188\n"
-"4\n"
+"04060120.xhp\n"
+"par_id4150864\n"
+"256\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>"
+msgid "<emph>Number1</emph> and <emph>number2</emph> are positive integers less than 2 ^ 48 (281 474 976 710 656)."
+msgstr ""
-#: func_year.xhp
+#: 04060120.xhp
msgctxt ""
-"func_year.xhp\n"
-"tit\n"
+"04060120.xhp\n"
+"par_id4149884\n"
+"264\n"
"help.text"
-msgid "YEAR"
-msgstr "YEAR"
+msgid "<item type=\"input\">=BITOR(6;10)</item> returns 14 (0110 | 1010 = 1110)."
+msgstr ""
-#: func_year.xhp
+#: 04060120.xhp
msgctxt ""
-"func_year.xhp\n"
-"bm_id3153982\n"
+"04060120.xhp\n"
+"bm_id4150019\n"
"help.text"
-msgid "<bookmark_value>YEAR function</bookmark_value>"
-msgstr "<bookmark_value>YEAR ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>BITXOR function</bookmark_value>"
+msgstr "<bookmark_value>OR ფუნქცია</bookmark_value>"
-#: func_year.xhp
+#: 04060120.xhp
msgctxt ""
-"func_year.xhp\n"
-"hd_id3153982\n"
-"37\n"
+"04060120.xhp\n"
+"hd_id4150019\n"
+"182\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>"
+msgid "BITXOR"
+msgstr ""
-#: func_year.xhp
+#: 04060120.xhp
msgctxt ""
-"func_year.xhp\n"
-"par_id3147496\n"
-"38\n"
+"04060120.xhp\n"
+"par_id4145246\n"
+"183\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>"
+msgid "<ahelp hid=\"HID_FUNC_BITXOR\">Returns a bitwise logical \"exclusive or\" of the parameters.</ahelp>"
+msgstr ""
-#: func_year.xhp
+#: 04060120.xhp
msgctxt ""
-"func_year.xhp\n"
-"hd_id3146090\n"
-"39\n"
+"04060120.xhp\n"
+"hd_id4153047\n"
+"184\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_year.xhp
-msgctxt ""
-"func_year.xhp\n"
-"par_id3154304\n"
-"40\n"
-"help.text"
-msgid "YEAR(Number)"
-msgstr "YEAR(რიცხვი)"
-
-#: 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_year.xhp
-msgctxt ""
-"func_year.xhp\n"
-"hd_id3152797\n"
-"42\n"
-"help.text"
-msgid "Examples"
-msgstr "მაგალითები"
-
-#: func_year.xhp
+#: 04060120.xhp
msgctxt ""
-"func_year.xhp\n"
-"par_id3145668\n"
-"43\n"
+"04060120.xhp\n"
+"par_id4157970\n"
+"185\n"
"help.text"
-msgid "<item type=\"input\">=YEAR(1)</item> returns 1899"
+msgid "BITXOR(number1; number2)"
msgstr ""
-#: func_year.xhp
+#: 04060120.xhp
msgctxt ""
-"func_year.xhp\n"
-"par_id3151168\n"
-"44\n"
+"04060120.xhp\n"
+"par_id4145302\n"
+"186\n"
"help.text"
-msgid "<item type=\"input\">=YEAR(2)</item> returns 1900"
+msgid "<emph>Number1</emph> and <emph>number2</emph> are positive integers less than 2 ^ 48 (281 474 976 710 656)."
msgstr ""
-#: func_year.xhp
+#: 04060120.xhp
msgctxt ""
-"func_year.xhp\n"
-"par_id3150115\n"
-"45\n"
+"04060120.xhp\n"
+"hd_id4150269\n"
+"192\n"
"help.text"
-msgid "<item type=\"input\">=YEAR(33333.33)</item> returns 1991"
-msgstr ""
+msgid "Example"
+msgstr "მაგალითი"
-#: func_day.xhp
+#: 04060120.xhp
msgctxt ""
-"func_day.xhp\n"
-"tit\n"
+"04060120.xhp\n"
+"par_id4149394\n"
+"196\n"
"help.text"
-msgid "DAY"
-msgstr "DAY"
+msgid "<item type=\"input\">=BITXOR(6;10)</item> returns 12 (0110 ^ 1010 = 1100)"
+msgstr ""
-#: func_day.xhp
+#: 04060120.xhp
msgctxt ""
-"func_day.xhp\n"
-"bm_id3147317\n"
+"04060120.xhp\n"
+"bm_id4155370\n"
"help.text"
-msgid "<bookmark_value>DAY function</bookmark_value>"
-msgstr "<bookmark_value>DAY ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>BITLSHIFT function</bookmark_value>"
+msgstr "<bookmark_value>BINOMDIST ფუნქცია</bookmark_value>"
-#: func_day.xhp
+#: 04060120.xhp
msgctxt ""
-"func_day.xhp\n"
-"hd_id3147317\n"
-"106\n"
+"04060120.xhp\n"
+"hd_id4155370\n"
+"266\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>"
+msgid "BITLSHIFT"
+msgstr ""
-#: func_day.xhp
+#: 04060120.xhp
msgctxt ""
-"func_day.xhp\n"
-"par_id3147584\n"
-"107\n"
+"04060120.xhp\n"
+"par_id4158411\n"
+"267\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."
+msgid "<ahelp hid=\"HID_FUNC_BITLSHIFT\">Shifts a number left by n bits.</ahelp>"
msgstr ""
-#: func_day.xhp
+#: 04060120.xhp
msgctxt ""
-"func_day.xhp\n"
-"hd_id3150487\n"
-"108\n"
+"04060120.xhp\n"
+"hd_id4155814\n"
+"268\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: func_day.xhp
-msgctxt ""
-"func_day.xhp\n"
-"par_id3149430\n"
-"109\n"
-"help.text"
-msgid "DAY(Number)"
-msgstr "DAY(რიცხვი)"
-
-#: func_day.xhp
+#: 04060120.xhp
msgctxt ""
-"func_day.xhp\n"
-"par_id3149443\n"
-"110\n"
+"04060120.xhp\n"
+"par_id4147536\n"
+"269\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>, რგორც დროის მნიშვნელობა; არის ათწილადი; რომლისთვისაც დაბრუნდება წამები."
+msgid "BITLSHIFT(number; shift)"
+msgstr ""
-#: func_day.xhp
-#, fuzzy
+#: 04060120.xhp
msgctxt ""
-"func_day.xhp\n"
-"hd_id3163809\n"
-"111\n"
+"04060120.xhp\n"
+"par_id4150475\n"
+"270\n"
"help.text"
-msgid "Examples"
-msgstr "მაგალითები"
+msgid "<emph>Number</emph> is a positive integer less than 2 ^ 48 (281 474 976 710 656)."
+msgstr ""
-#: func_day.xhp
+#: 04060120.xhp
msgctxt ""
-"func_day.xhp\n"
-"par_id3151200\n"
-"112\n"
+"04060120.xhp\n"
+"par_id4153921\n"
+"271\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 დეკემბრიდან)"
+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 ""
-#: func_day.xhp
+#: 04060120.xhp
msgctxt ""
-"func_day.xhp\n"
-"par_id3154130\n"
-"113\n"
+"04060120.xhp\n"
+"hd_id4153723\n"
+"276\n"
"help.text"
-msgid "DAY(NOW()) returns the current day."
-msgstr "DAY(NOW()) აბრუნებს მიმდნარე დღეს."
+msgid "Example"
+msgstr "მაგალითი"
-#: func_day.xhp
+#: 04060120.xhp
msgctxt ""
-"func_day.xhp\n"
-"par_id3159190\n"
-"114\n"
+"04060120.xhp\n"
+"par_id4149819\n"
+"278\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)."
+msgid "<item type=\"input\">=BITLSHIFT(6;1)</item> returns 12 (0110 << 1 = 1100)."
msgstr ""
-#: 04060109.xhp
-msgctxt ""
-"04060109.xhp\n"
-"tit\n"
-"help.text"
-msgid "Spreadsheet Functions"
-msgstr "ელცხრილის ფუნქციები"
-
-#: 04060109.xhp
+#: 04060120.xhp
msgctxt ""
-"04060109.xhp\n"
-"bm_id3148522\n"
+"04060120.xhp\n"
+"bm_id4083280\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>"
+msgid "<bookmark_value>BITRSHIFT function</bookmark_value>"
+msgstr "<bookmark_value>BINOMDIST ფუნქცია</bookmark_value>"
-#: 04060109.xhp
+#: 04060120.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3148522\n"
-"1\n"
+"04060120.xhp\n"
+"hd_id4083280\n"
+"165\n"
"help.text"
-msgid "Spreadsheet Functions"
-msgstr "ელცხრილის ფუნქციები"
+msgid "BITRSHIFT"
+msgstr ""
-#: 04060109.xhp
+#: 04060120.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3144508\n"
-"2\n"
+"04060120.xhp\n"
+"par_id4152482\n"
+"166\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>"
+msgid "<ahelp hid=\"HID_FUNC_BITRSHIFT\">Shifts a number right by n bits.</ahelp>"
+msgstr ""
-#: 04060109.xhp
+#: 04060120.xhp
msgctxt ""
-"04060109.xhp\n"
-"bm_id3146968\n"
+"04060120.xhp\n"
+"hd_id4149713\n"
+"167\n"
"help.text"
-msgid "<bookmark_value>ADDRESS function</bookmark_value>"
-msgstr "<bookmark_value>ADDRESS ფუნქცია</bookmark_value>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060120.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3146968\n"
-"3\n"
+"04060120.xhp\n"
+"par_id4145087\n"
+"168\n"
"help.text"
-msgid "ADDRESS"
-msgstr "ADDRESS"
+msgid "BITRSHIFT(number; shift)"
+msgstr ""
-#: 04060109.xhp
+#: 04060120.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3155762\n"
-"4\n"
+"04060120.xhp\n"
+"par_id4149277\n"
+"169\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."
+msgid "<emph>Number</emph> is a positive integer less than 2 ^ 48 (281 474 976 710 656)."
msgstr ""
-#: 04060109.xhp
+#: 04060120.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id1027200802301348\n"
+"04060120.xhp\n"
+"par_id4149270\n"
+"170\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."
+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 ""
-#: 04060109.xhp
+#: 04060120.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id1027200802301445\n"
+"04060120.xhp\n"
+"hd_id4152933\n"
+"175\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 ""
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060120.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id102720080230153\n"
+"04060120.xhp\n"
+"par_id4156130\n"
+"179\n"
"help.text"
-msgid "In INDIRECT, the parameter is appended as the second parameter."
+msgid "<item type=\"input\">=BITRSHIFT(6;1)</item> returns 3 (0110 >> 1 = 0011)."
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id102720080230151\n"
+"04060181.xhp\n"
+"tit\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 ""
+msgid "Statistical Functions Part One"
+msgstr "სტატისტიკური ფუნქციები ნაწილი 5"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id1027200802301556\n"
+"04060181.xhp\n"
+"hd_id3146320\n"
+"1\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."
+msgid "<variable id=\"ae\"><link href=\"text/scalc/01/04060181.xhp\">Statistical Functions Part One</link></variable>"
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id1027200802301521\n"
+"04060181.xhp\n"
+"bm_id3145632\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 ""
+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>"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id1027200802301650\n"
+"04060181.xhp\n"
+"hd_id3145632\n"
+"2\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 ""
+msgid "INTERCEPT"
+msgstr "INTERCEPT"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id102720080230162\n"
+"04060181.xhp\n"
+"par_id3146887\n"
+"3\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."
+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 ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id1027200802301756\n"
+"04060181.xhp\n"
+"hd_id3150374\n"
+"4\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 ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3151196\n"
+"04060181.xhp\n"
+"par_id3149718\n"
"5\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "INTERCEPT(DataY; DataX)"
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3154707\n"
+"04060181.xhp\n"
+"par_id3149947\n"
"6\n"
"help.text"
-msgid "ADDRESS(Row; Column; Abs; A1; \"Sheet\")"
+msgid "<emph>DataY</emph> is the dependent set of observations or data."
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3147505\n"
+"04060181.xhp\n"
+"par_id3147412\n"
"7\n"
"help.text"
-msgid "<emph>Row</emph> represents the row number for the cell reference"
-msgstr "<emph>რიგი</emph> უჯრის მითითებაში ასახავს რიგის ნომერს"
+msgid "<emph>DataX</emph> is the independent set of observations or data."
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3145323\n"
+"04060181.xhp\n"
+"par_id3152983\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> უჯრის მითითებაში ასახავს სვეტის ნომერს (ნომერს და არა ასოს)"
+msgid "Names, arrays or references containing numbers must be used here. Numbers can also be entered directly."
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3153074\n"
+"04060181.xhp\n"
+"hd_id3157906\n"
"9\n"
"help.text"
-msgid "<emph>Abs</emph> determines the type of reference:"
-msgstr "<emph>abs</emph> განსაზღვრავს მითითების ტიპს:"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3153298\n"
+"04060181.xhp\n"
+"par_id3148728\n"
"10\n"
"help.text"
-msgid "1: absolute ($A$1)"
-msgstr "1: აბსოლუტური ($A$1)"
+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 ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3150431\n"
+"04060181.xhp\n"
+"par_id3149013\n"
"11\n"
"help.text"
-msgid "2: row reference type is absolute; column reference is relative (A$1)"
-msgstr "2: რიგიდ მითითება აბსოლუტურია, სვეტის კი შედარებითი (A$1)"
+msgid "<item type=\"input\">=INTERCEPT(D3:D9;C3:C9)</item> = 2.15."
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3146096\n"
-"12\n"
+"04060181.xhp\n"
+"bm_id3148437\n"
"help.text"
-msgid "3: row (relative); column (absolute) ($A1)"
-msgstr "3: რიგი (შედარებითი); სვეტი (აბსოლუტური) ($A1)"
+msgid "<bookmark_value>COUNT function</bookmark_value> <bookmark_value>numbers;counting</bookmark_value>"
+msgstr "<bookmark_value>COUNTA ფუნქცია</bookmark_value><bookmark_value>ჩანაწერთა რაოდენობა</bookmark_value>"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3153334\n"
+"04060181.xhp\n"
+"hd_id3148437\n"
"13\n"
"help.text"
-msgid "4: relative (A1)"
-msgstr "4: დაკავშირებული (A1)"
-
-#: 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 ""
+msgid "COUNT"
+msgstr "COUNT"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3153962\n"
+"04060181.xhp\n"
+"par_id3150700\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> ასახავს ფურცლის სახელს. იგი ორმაგ ბრჭყალებში უნდა იყოს."
+msgid "<ahelp hid=\"HID_FUNC_ANZAHL\">Counts how many numbers are in the list of arguments.</ahelp> Text entries are ignored."
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3147299\n"
+"04060181.xhp\n"
+"hd_id3153930\n"
"15\n"
"help.text"
-msgid "Example:"
-msgstr "მაგალითი:"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3148744\n"
+"04060181.xhp\n"
+"par_id3148585\n"
"16\n"
"help.text"
-msgid "<item type=\"input\">=ADDRESS(1;1;2;;\"Sheet2\")</item> returns the following: Sheet2.A$1"
-msgstr ""
+msgid "COUNT(Value1; Value2; ... Value30)"
+msgstr "COUNTA(მნიშვნელობა1; მნიშვნელობა2; ... მნიშვნელობა30)"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3159260\n"
+"04060181.xhp\n"
+"par_id3155827\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 ტოლია აბსოლუტური - დუ დუ ტოლია."
+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-მდე მნიშვნელობის ამსახველი გამოსათვლელი არგუმენტი."
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"bm_id3150372\n"
+"04060181.xhp\n"
+"hd_id3149254\n"
+"18\n"
"help.text"
-msgid "<bookmark_value>AREAS function</bookmark_value>"
-msgstr "<bookmark_value>AREAS ფუნქცია</bookmark_value>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3150372\n"
+"04060181.xhp\n"
+"par_id3149953\n"
"19\n"
"help.text"
-msgid "AREAS"
-msgstr "AREAS"
-
-#: 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."
+msgid "The entries 2, 4, 6 and eight in the Value 1-4 fields are to be counted."
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id061020090307073\n"
+"04060181.xhp\n"
+"par_id3154558\n"
+"20\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."
+msgid "<item type=\"input\">=COUNT(2;4;6;\"eight\")</item> = 3. The count of numbers is therefore 3."
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3145222\n"
-"21\n"
+"04060181.xhp\n"
+"bm_id3149729\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<bookmark_value>COUNTA function</bookmark_value> <bookmark_value>number of entries</bookmark_value>"
+msgstr "<bookmark_value>COUNTA ფუნქცია</bookmark_value><bookmark_value>ჩანაწერთა რაოდენობა</bookmark_value>"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3155907\n"
+"04060181.xhp\n"
+"hd_id3149729\n"
"22\n"
"help.text"
-msgid "AREAS(Reference)"
-msgstr "AREAS(მითითება)"
+msgid "COUNTA"
+msgstr "COUNTA"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3153118\n"
+"04060181.xhp\n"
+"par_id3150142\n"
"23\n"
"help.text"
-msgid "Reference represents the reference to a cell or cell range."
-msgstr "მითითება ასახავს უჯრის ან უჯრათა დიაპაზონის მითითებას."
+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 ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3148891\n"
+"04060181.xhp\n"
+"hd_id3148573\n"
"24\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3149946\n"
+"04060181.xhp\n"
+"par_id3153111\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 ""
+msgid "COUNTA(Value1; Value2; ... Value30)"
+msgstr "COUNTA(მნიშვნელობა1; მნიშვნელობა2; ... მნიშვნელობა30)"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3146820\n"
+"04060181.xhp\n"
+"par_id3150001\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>."
+msgid "<emph>Value1; Value2, ...</emph> are 1 to 30 arguments representing the values to be counted."
+msgstr "<emph>მნიშვნელობა1; მნიშვნელობა2; ...</emph> არის 1-დან 30-მდე მნიშვნელობის ამსახველი გამოსათვლელი არგუმენტი."
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"bm_id3148727\n"
+"04060181.xhp\n"
+"hd_id3150334\n"
+"27\n"
"help.text"
-msgid "<bookmark_value>DDE function</bookmark_value>"
-msgstr "<bookmark_value>DDE ფუნქცია</bookmark_value>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3148727\n"
+"04060181.xhp\n"
+"par_id3154508\n"
"28\n"
"help.text"
-msgid "DDE"
-msgstr "DDE"
+msgid "The entries 2, 4, 6 and eight in the Value 1-4 fields are to be counted."
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3149434\n"
+"04060181.xhp\n"
+"par_id3158000\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."
+msgid "<item type=\"input\">=COUNTA(2;4;6;\"eight\")</item> = 4. The count of values is therefore 4."
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3150700\n"
-"30\n"
+"04060181.xhp\n"
+"bm_id3150267\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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>"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3148886\n"
+"04060181.xhp\n"
+"hd_id3150267\n"
"31\n"
"help.text"
-msgid "DDE(\"Server\"; \"File\"; \"Range\"; Mode)"
+msgid "B"
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3154842\n"
+"04060181.xhp\n"
+"par_id3156061\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\"."
+msgid "<ahelp hid=\"HID_FUNC_B\">Returns the probability of a sample with binomial distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_B\">აბრუნებს ბინომინალური განაწილებით შერჩევების ალბათობას.</ahelp>"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3153034\n"
+"04060181.xhp\n"
+"hd_id3150659\n"
"33\n"
"help.text"
-msgid "<emph>File</emph> is the complete file name, including path specification."
-msgstr "<emph>ფაილი</emph> არის ფაილის სრული სახელი გეზის ჩათვლით."
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3147472\n"
+"04060181.xhp\n"
+"par_id3148392\n"
"34\n"
"help.text"
-msgid "<emph>Range</emph> is the area containing the data to be evaluated."
-msgstr "<emph>დიაპაზონი</emph> არის მონაცემების შემცველი არე."
+msgid "B(Trials; SP; T1; T2)"
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3152773\n"
-"184\n"
+"04060181.xhp\n"
+"par_id3149002\n"
+"35\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 სერვერი გარდაქმნის მონაცემებს ციფრებად."
+msgid "<emph>Trials</emph> is the number of independent trials."
+msgstr "<emph>რაოდენობა</emph> არის განმეორებათა რაოდენობა."
-#: 04060109.xhp
-#, fuzzy
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3154383\n"
-"185\n"
+"04060181.xhp\n"
+"par_id3148875\n"
+"36\n"
"help.text"
-msgid "<emph>Mode</emph>"
-msgstr "<emph>სახელი</emph>"
+msgid "<emph>SP</emph> is the probability of success on each trial."
+msgstr "<emph>SP</emph> არის ცდის წარმატების ალბათობა."
-#: 04060109.xhp
-#, fuzzy
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3145146\n"
-"186\n"
+"04060181.xhp\n"
+"par_id3145352\n"
+"37\n"
"help.text"
-msgid "<emph>Effect</emph>"
-msgstr "<emph>შერევა</emph>"
+msgid "<emph>T1</emph> defines the lower limit for the number of trials."
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3154558\n"
-"187\n"
+"04060181.xhp\n"
+"par_id3149538\n"
+"38\n"
"help.text"
-msgid "0 or missing"
-msgstr "0 ან არ არის"
+msgid "<emph>T2</emph> (optional) defines the upper limit for the number of trials."
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3145596\n"
-"188\n"
+"04060181.xhp\n"
+"hd_id3148768\n"
+"39\n"
"help.text"
-msgid "Number format from the \"Default\" cell style"
-msgstr "რიცხვის ფორმატი \"ნაგულისხმები\" უჯრის სტილიდან"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3152785\n"
-"189\n"
+"04060181.xhp\n"
+"par_id3154633\n"
+"40\n"
"help.text"
-msgid "1"
-msgstr "1"
+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 ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3154380\n"
-"190\n"
+"04060181.xhp\n"
+"par_id3149393\n"
+"41\n"
"help.text"
-msgid "Data are always interpreted in the standard format for US English"
-msgstr "მონაცემები რომლითაც სტანდარტული ფორმატების ინგლისურ და ამერიკულ ფორმატებად გარდაქმნა შეიძლება"
+msgid "<item type=\"input\">=B(10;1/6;2)</item> returns a probability of 29%."
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3150279\n"
-"191\n"
+"04060181.xhp\n"
+"bm_id3158416\n"
"help.text"
-msgid "2"
-msgstr "2"
+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>"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3153775\n"
-"192\n"
+"04060181.xhp\n"
+"hd_id3158416\n"
+"43\n"
"help.text"
-msgid "Data are retrieved as text; no conversion to numbers"
-msgstr "მონაცემები მიღებულია ტექსტად, არაა გარდაქმნილი ციფრებად"
+msgid "RSQ"
+msgstr "RSQ"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3149546\n"
-"35\n"
+"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 ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3152820\n"
+"45\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3155822\n"
+"46\n"
+"help.text"
+msgid "RSQ(DataY; DataX)"
+msgstr "RSQ(მონაცემი_Y; მონაცემი_X)"
+
+#: 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> მასივი ან მონაცემთა დიაპაზონი."
+
+#: 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> მასივი ან მონაცემთა დიაპაზონი."
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3156258\n"
+"49\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3148734\n"
-"36\n"
+"04060181.xhp\n"
+"par_id3155991\n"
+"50\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 -დან."
+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
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3153081\n"
-"37\n"
+"04060181.xhp\n"
+"bm_id3145620\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."
+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>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3145620\n"
+"52\n"
+"help.text"
+msgid "BETAINV"
+msgstr "BETAINV"
+
+#: 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 ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"bm_id3153114\n"
+"04060181.xhp\n"
+"hd_id3152479\n"
+"54\n"
"help.text"
-msgid "<bookmark_value>ERRORTYPE function</bookmark_value>"
-msgstr "<bookmark_value>ERRORTYPE ფუნქცია</bookmark_value>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3153114\n"
-"38\n"
+"04060181.xhp\n"
+"par_id3156300\n"
+"55\n"
"help.text"
-msgid "ERRORTYPE"
-msgstr "ERRORTYPE"
+msgid "BETAINV(Number; Alpha; Beta; Start; End)"
+msgstr "BETAINV(რიცხვი;ალფა;ბეტა;გაშვება;დასასრული)"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3148568\n"
-"39\n"
+"04060181.xhp\n"
+"par_id3149266\n"
+"56\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."
+msgid "<emph>Number</emph> is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function."
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3149877\n"
-"40\n"
+"04060181.xhp\n"
+"par_id3149710\n"
+"57\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> თუ დააწკაპებთ შეცდომის შემცველ უჯრაზე."
+msgid "<emph>Alpha</emph> is a parameter to the distribution."
+msgstr "<emph>ალფა</emph> განაწილების პარამეტრი."
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3154327\n"
-"41\n"
+"04060181.xhp\n"
+"par_id3156306\n"
+"58\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<emph>Beta</emph> is a parameter to the distribution."
+msgstr "<emph>ბეტა</emph> განაწილების პარამეტრი."
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3151322\n"
-"42\n"
+"04060181.xhp\n"
+"par_id3150960\n"
+"59\n"
"help.text"
-msgid "ERRORTYPE(Reference)"
-msgstr "ERRORTYPE(მითითება)"
+msgid "<emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>."
+msgstr "<emph>გაშვება</emph> (არასავალდებულო) <emph>რიცხვის</emph> ქვედა ზღვარი."
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3150132\n"
-"43\n"
+"04060181.xhp\n"
+"par_id3151268\n"
+"60\n"
"help.text"
-msgid "<emph>Reference</emph> contains the address of the cell in which the error occurs."
-msgstr "<emph>მითითება</emph> შეიცავს უჯრის მისამართს სადაც შეცდომაა."
+msgid "<emph>End</emph> (optional) is the upper bound for <emph>Number</emph>."
+msgstr "<emph>დასასრული</emph> (არასავალდებულო) <emph>რიცხვის</emph> ზედა ზღვარი."
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3145248\n"
-"44\n"
+"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\"/>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3147077\n"
+"61\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3146904\n"
-"45\n"
+"04060181.xhp\n"
+"par_id3146859\n"
+"62\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."
+msgid "<item type=\"input\">=BETAINV(0.5;5;10)</item> returns the value 0.33."
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"bm_id3151221\n"
+"04060181.xhp\n"
+"bm_id3156096\n"
"help.text"
-msgid "<bookmark_value>INDEX function</bookmark_value>"
-msgstr "<bookmark_value>INDEX ფუნქცია</bookmark_value>"
+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>"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3151221\n"
-"47\n"
+"04060181.xhp\n"
+"hd_id3156096\n"
+"64\n"
"help.text"
-msgid "INDEX"
-msgstr "INDEX"
+msgid "BETADIST"
+msgstr "BETADIST"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3150268\n"
-"48\n"
+"04060181.xhp\n"
+"par_id3150880\n"
+"65\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 ""
+msgid "<ahelp hid=\"HID_FUNC_BETAVERT\">Returns the beta function.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TVERT\">აბრუნებს t-განაწილებას.</ahelp>"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3156063\n"
-"49\n"
+"04060181.xhp\n"
+"hd_id3150762\n"
+"66\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3149007\n"
-"50\n"
+"04060181.xhp\n"
+"par_id3147571\n"
+"67\n"
"help.text"
-msgid "INDEX(Reference; Row; Column; Range)"
-msgstr "INDEX(მითითება;რიგი;სვეტი;დიაპაზონი)"
+msgid "BETADIST(Number; Alpha; Beta; Start; End; Cumulative)"
+msgstr "BETADIST(რიცხვი;ალფა;ბეტა;გაშვება;დასასრული)"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3153260\n"
-"51\n"
+"04060181.xhp\n"
+"par_id3156317\n"
+"68\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."
+msgid "<emph>Number</emph> is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function."
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3145302\n"
-"52\n"
+"04060181.xhp\n"
+"par_id3156107\n"
+"69\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 ""
+msgid "<emph>Alpha</emph> is a parameter to the distribution."
+msgstr "<emph>ალფა</emph> განაწილების პარამეტრი."
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3154628\n"
-"53\n"
+"04060181.xhp\n"
+"par_id3153619\n"
+"70\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."
+msgid "<emph>Beta</emph> is a parameter to the distribution."
+msgstr "<emph>ბეტა</emph> განაწილების პარამეტრი."
+
+#: 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> ქვედა ზღვარი."
+
+#: 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> ზედა ზღვარი."
+
+#: 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 ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3155514\n"
-"54\n"
+"04060181.xhp\n"
+"par_idN10AB3\n"
"help.text"
-msgid "<emph>Range</emph> (optional) represents the index of the subrange if referring to a multiple range."
-msgstr "<emph>დიაპაზონი</emph> (არასავალდებულო) ასახავს ქვედიაპაზონის ინდექსს თუ მითითება რამდენიმე დიაპაზონზეა."
+msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3145264\n"
-"55\n"
+"04060181.xhp\n"
+"hd_id3145649\n"
+"73\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3159112\n"
-"56\n"
+"04060181.xhp\n"
+"par_id3156118\n"
+"74\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>."
+msgid "<item type=\"input\">=BETADIST(0.75;3;4)</item> returns the value 0.96"
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3150691\n"
-"57\n"
+"04060181.xhp\n"
+"bm_id3143228\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 ""
+msgid "<bookmark_value>BINOMDIST function</bookmark_value>"
+msgstr "<bookmark_value>BINOMDIST ფუნქცია</bookmark_value>"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id4109012\n"
+"04060181.xhp\n"
+"hd_id3143228\n"
+"76\n"
"help.text"
-msgid "<item type=\"input\">=INDEX(A1:B6;1)</item> returns a reference to the first row of A1:B6."
-msgstr ""
+msgid "BINOMDIST"
+msgstr "BINOMDIST"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id9272133\n"
+"04060181.xhp\n"
+"par_id3146897\n"
+"77\n"
"help.text"
-msgid "<item type=\"input\">=INDEX(A1:B6;0;1)</item> returns a reference to the first column of A1:B6."
+msgid "<ahelp hid=\"HID_FUNC_BINOMVERT\">Returns the individual term binomial distribution probability.</ahelp>"
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3158419\n"
-"58\n"
+"04060181.xhp\n"
+"hd_id3149289\n"
+"78\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 ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3148595\n"
-"59\n"
+"04060181.xhp\n"
+"par_id3156009\n"
+"79\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 ""
+msgid "BINOMDIST(X; Trials; SP; C)"
+msgstr "BINOMDIST(X;trials;SP;C)"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id9960020\n"
+"04060181.xhp\n"
+"par_id3154304\n"
+"80\n"
"help.text"
-msgid "<item type=\"input\">=INDEX((multi);0;0;2)</item> returns a reference to the second range of the multiple range."
+msgid "<emph>X</emph> is the number of successes in a set of trials."
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"bm_id3153181\n"
+"04060181.xhp\n"
+"par_id3147492\n"
+"81\n"
"help.text"
-msgid "<bookmark_value>INDIRECT function</bookmark_value>"
-msgstr "<bookmark_value>INDIRECT ფუნქცია</bookmark_value>"
+msgid "<emph>Trials</emph> is the number of independent trials."
+msgstr "<emph>რაოდენობა</emph> არის განმეორებათა რაოდენობა."
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3153181\n"
-"62\n"
+"04060181.xhp\n"
+"par_id3146085\n"
+"82\n"
"help.text"
-msgid "INDIRECT"
-msgstr "INDIRECT"
+msgid "<emph>SP</emph> is the probability of success on each trial."
+msgstr "<emph>SP</emph> არის ცდის წარმატების ალბათობა."
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3147169\n"
-"63\n"
+"04060181.xhp\n"
+"par_id3149760\n"
+"83\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."
+msgid "<emph>C</emph> = 0 calculates the probability of a single event and <emph>C</emph> = 1 calculates the cumulative probability."
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3153717\n"
-"64\n"
+"04060181.xhp\n"
+"hd_id3151171\n"
+"84\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3149824\n"
-"65\n"
+"04060181.xhp\n"
+"par_id3145666\n"
+"85\n"
"help.text"
-msgid "INDIRECT(Ref; A1)"
+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 ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3154317\n"
-"66\n"
+"04060181.xhp\n"
+"par_id3150120\n"
+"86\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."
+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 ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id1027200802470312\n"
+"04060181.xhp\n"
+"bm_id0119200902432928\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 ""
+msgid "<bookmark_value>CHISQINV function</bookmark_value>"
+msgstr "<bookmark_value>CHIINV ფუნქცია</bookmark_value>"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_idN10CAE\n"
+"04060181.xhp\n"
+"hd_id0119200902421451\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)."
+msgid "CHISQINV"
+msgstr "CHIINV"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id0119200902421449\n"
+"help.text"
+msgid "<ahelp hid=\".\">Returns the inverse of CHISQDIST.</ahelp>"
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3150389\n"
-"67\n"
+"04060181.xhp\n"
+"hd_id0119200902475241\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3150608\n"
-"68\n"
+"04060181.xhp\n"
+"par_id0119200902475286\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 ""
+msgid "<emph>Probability</emph> is the probability value for which the inverse of the chi-square distribution is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა რომლისთვისაც გამა განაწილება უნდა გამოითვალოს."
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3083286\n"
-"181\n"
+"04060181.xhp\n"
+"par_id0119200902475282\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 დიაპაზონია დაჯამებული."
+msgid "<emph>Degrees Of Freedom</emph> is the degrees of freedom for the chi-square function."
+msgstr "<emph>თავისუფლების_ხარისხი</emph> ექსპერიმენტის თავისუფლების ხარისხი."
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"bm_id3154818\n"
+"04060181.xhp\n"
+"bm_id3148835\n"
"help.text"
-msgid "<bookmark_value>COLUMN function</bookmark_value>"
-msgstr "<bookmark_value>COLUMN ფუნქციები</bookmark_value>"
+msgid "<bookmark_value>CHIINV function</bookmark_value>"
+msgstr "<bookmark_value>CHIINV ფუნქცია</bookmark_value>"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3154818\n"
-"70\n"
+"04060181.xhp\n"
+"hd_id3148835\n"
+"88\n"
"help.text"
-msgid "COLUMN"
-msgstr "COLUMN"
+msgid "CHIINV"
+msgstr "CHIINV"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3149711\n"
-"193\n"
+"04060181.xhp\n"
+"par_id3149906\n"
+"89\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."
+msgid "<ahelp hid=\"HID_FUNC_CHIINV\">Returns the inverse of the one-tailed probability of the chi-squared distribution.</ahelp>"
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3149283\n"
-"72\n"
+"04060181.xhp\n"
+"hd_id3159157\n"
+"90\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3149447\n"
-"73\n"
+"04060181.xhp\n"
+"par_id3150504\n"
+"91\n"
"help.text"
-msgid "COLUMN(Reference)"
-msgstr "COLUMN(მითითება)"
+msgid "CHIINV(Number; DegreesFreedom)"
+msgstr "CHIINV(რიცხვი; თავისუფლების ხარისხი)"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3156310\n"
-"74\n"
+"04060181.xhp\n"
+"par_id3154898\n"
+"92\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> არის უჯრის ან უჯრათა არის მითითებს რომლის პირველი სვეტის ნომერიც უნდა მოიძებნოს."
+msgid "<emph>Number</emph> is the value of the error probability."
+msgstr "<emph>რიცხვი</emph> შეცდომის ალბათონის მნიშვნელობა."
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3155837\n"
-"194\n"
+"04060181.xhp\n"
+"par_id3154294\n"
+"93\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 ""
+msgid "<emph>DegreesFreedom</emph> is the degrees of freedom of the experiment."
+msgstr "<emph>თავისუფლების_ხარისხი</emph> ექსპერიმენტის თავისუფლების ხარისხი."
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3152932\n"
-"75\n"
+"04060181.xhp\n"
+"hd_id3154208\n"
+"94\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3147571\n"
-"76\n"
+"04060181.xhp\n"
+"par_id3150777\n"
+"130\n"
"help.text"
-msgid "<item type=\"input\">=COLUMN(A1)</item> equals 1. Column A is the first column in the table."
+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 ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3147079\n"
-"77\n"
+"04060181.xhp\n"
+"par_id3153062\n"
+"131\n"
"help.text"
-msgid "<item type=\"input\">=COLUMN(C3:E3)</item> equals 3. Column C is the third column in the table."
+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 ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3146861\n"
-"195\n"
+"04060181.xhp\n"
+"par_id3148806\n"
+"132\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.)"
+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 ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3156320\n"
-"196\n"
+"04060181.xhp\n"
+"par_id3149763\n"
+"95\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."
+msgid "<item type=\"input\">=CHIINV(0.05;5)</item> returns 11.07."
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3150872\n"
-"197\n"
+"04060181.xhp\n"
+"par_id3159142\n"
+"133\n"
"help.text"
-msgid "<item type=\"input\">=COLUMN()</item> returns 3 if the formula was entered in column C."
+msgid "<item type=\"input\">=CHIINV(0.02;5)</item> returns 13.39."
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3153277\n"
-"198\n"
+"04060181.xhp\n"
+"par_id3158401\n"
+"134\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."
+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 ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"bm_id3154643\n"
+"04060181.xhp\n"
+"bm_id3154260\n"
"help.text"
-msgid "<bookmark_value>COLUMNS function</bookmark_value>"
-msgstr "<bookmark_value>COLUMNS ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>CHITEST function</bookmark_value>"
+msgstr "<bookmark_value>CHITEST ფუნქცია</bookmark_value>"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3154643\n"
-"79\n"
+"04060181.xhp\n"
+"hd_id3154260\n"
+"97\n"
"help.text"
-msgid "COLUMNS"
-msgstr "COLUMNS"
+msgid "CHITEST"
+msgstr "CHITEST"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3151182\n"
-"80\n"
+"04060181.xhp\n"
+"par_id3151052\n"
+"98\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>"
+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 ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3149141\n"
-"81\n"
+"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 ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3154280\n"
+"99\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3154047\n"
-"82\n"
+"04060181.xhp\n"
+"par_id3149162\n"
+"100\n"
"help.text"
-msgid "COLUMNS(Array)"
-msgstr "COLUMNS(მასივი)"
+msgid "CHITEST(DataB; DataE)"
+msgstr "CHITEST(მონაცემი_B; მონაცემი_E)"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3154745\n"
-"83\n"
+"04060181.xhp\n"
+"par_id3158421\n"
+"101\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> არის უჯრათა დიაპაზონის მითითება რომლის სვეტების სრული რაოდენობა უნდა მოიძებნოს. არგუმენტი შესაძლოა იყოს ცალი უჯრაც."
+msgid "<emph>DataB</emph> is the array of the observations."
+msgstr "<emph>მონაცემი_B</emph> დაკვირვების მასივი."
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3153622\n"
-"84\n"
+"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> მოსალოდნელი მნიშვნელობების დიაპაზონი."
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3146946\n"
+"103\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3149577\n"
-"200\n"
+"04060181.xhp\n"
+"par_id3154096\n"
+"136\n"
"help.text"
-msgid "<item type=\"input\">=COLUMNS(B5)</item> returns 1 because a cell only contains one column."
+msgid "Data_B (observed)"
+msgstr "მონაცემი_B (დაკვირვებული)"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3152948\n"
+"137\n"
+"help.text"
+msgid "Data_E (expected)"
+msgstr "მონაცემი_E (დაკვირვებული)"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"par_id3152876\n"
+"138\n"
+"help.text"
+msgid "1"
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3145649\n"
-"85\n"
+"04060181.xhp\n"
+"par_id3159279\n"
+"139\n"
"help.text"
-msgid "<item type=\"input\">=COLUMNS(A1:C5)</item> equals 3. The reference comprises three columns."
+msgid "<item type=\"input\">195</item>"
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3155846\n"
-"201\n"
+"04060181.xhp\n"
+"par_id3149105\n"
+"140\n"
"help.text"
-msgid "<item type=\"input\">=COLUMNS(Rabbit)</item> returns 2 if <item type=\"literal\">Rabbit</item> is the named range (C1:D3)."
+msgid "<item type=\"input\">170</item>"
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"bm_id3153152\n"
+"04060181.xhp\n"
+"par_id3149922\n"
+"141\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>"
+msgid "2"
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3153152\n"
-"87\n"
+"04060181.xhp\n"
+"par_id3148621\n"
+"142\n"
"help.text"
-msgid "VLOOKUP"
-msgstr "VLOOKUP"
+msgid "<item type=\"input\">151</item>"
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3149984\n"
-"88\n"
+"04060181.xhp\n"
+"par_id3148987\n"
+"143\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."
+msgid "<item type=\"input\">170</item>"
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3146898\n"
-"89\n"
+"04060181.xhp\n"
+"par_id3149417\n"
+"144\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "3"
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3150156\n"
-"90\n"
+"04060181.xhp\n"
+"par_id3148661\n"
+"145\n"
"help.text"
-msgid "=VLOOKUP(SearchCriterion; Array; Index; SortOrder)"
-msgstr "=VLOOKUP(ძიების კრიტერიუმი,მასივი,ინდექსი,დახარისხების წესრიგი)"
+msgid "<item type=\"input\">148</item>"
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3149289\n"
-"91\n"
+"04060181.xhp\n"
+"par_id3151128\n"
+"146\n"
"help.text"
-msgid "<emph>SearchCriterion</emph> is the value searched for in the first column of the array."
-msgstr "<emph>ძიების კრიტერიუმი</emph> არის მასივის პირველ სვეტში მოსაძებნი მნიშვნელობა."
+msgid "<item type=\"input\">170</item>"
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3153884\n"
-"92\n"
+"04060181.xhp\n"
+"par_id3148467\n"
+"147\n"
"help.text"
-msgid "<emph>Array</emph> is the reference, which is to comprise at least two columns."
-msgstr "<emph>მასივი</emph> არის მითითება, რომელიც მინიმუმ ორ სვეტს შეიცავს."
+msgid "4"
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3156005\n"
-"93\n"
+"04060181.xhp\n"
+"par_id3149237\n"
+"148\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."
+msgid "<item type=\"input\">189</item>"
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3151208\n"
-"94\n"
+"04060181.xhp\n"
+"par_id3145304\n"
+"149\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>."
+msgid "<item type=\"input\">170</item>"
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3147487\n"
-"95\n"
+"04060181.xhp\n"
+"par_id3149927\n"
+"150\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "5"
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3154129\n"
-"96\n"
+"04060181.xhp\n"
+"par_id3150630\n"
+"151\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."
+msgid "<item type=\"input\">183</item>"
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3145663\n"
-"97\n"
+"04060181.xhp\n"
+"par_id3150423\n"
+"152\n"
"help.text"
-msgid "Enter the following formula in B1:"
-msgstr "შემდეგი ფორმულის B1 შეყვანა:"
+msgid "<item type=\"input\">170</item>"
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3151172\n"
-"98\n"
+"04060181.xhp\n"
+"par_id3143275\n"
+"153\n"
"help.text"
-msgid "<item type=\"input\">=VLOOKUP(A1;D1:E100;2)</item>"
+msgid "6"
msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3149200\n"
-"99\n"
+"04060181.xhp\n"
+"par_id3144750\n"
+"154\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 რიცხვი ტოლია."
+msgid "<item type=\"input\">154</item>"
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"bm_id3153905\n"
+"04060181.xhp\n"
+"par_id3153947\n"
+"155\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>"
+msgid "<item type=\"input\">170</item>"
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3153905\n"
-"215\n"
+"04060181.xhp\n"
+"par_id3149481\n"
+"104\n"
"help.text"
-msgid "SHEET"
-msgstr "SHEET"
+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 ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3150309\n"
-"216\n"
+"04060181.xhp\n"
+"bm_id3148690\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."
+msgid "<bookmark_value>CHIDIST function</bookmark_value>"
+msgstr "<bookmark_value>CHIDIST ფუნქცია</bookmark_value>"
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3148690\n"
+"106\n"
+"help.text"
+msgid "CHIDIST"
+msgstr "CHIDIST"
+
+#: 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 ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3148564\n"
-"217\n"
+"04060181.xhp\n"
+"par_id3151316\n"
+"157\n"
+"help.text"
+msgid "The probability determined by CHIDIST can also be determined by CHITEST."
+msgstr ""
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3155123\n"
+"108\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3153095\n"
-"218\n"
+"04060181.xhp\n"
+"par_id3158439\n"
+"109\n"
"help.text"
-msgid "SHEET(Reference)"
-msgstr "SHEET(მითითება)"
+msgid "CHIDIST(Number; DegreesFreedom)"
+msgstr "CHIDIST (რიცხვი; თავისუფლების ხარისხი)"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3154588\n"
-"219\n"
+"04060181.xhp\n"
+"par_id3148675\n"
+"110\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> არასავალდებულოა და არის უჯრის, არის ან ფურცლის სახელის მითითება."
+msgid "<emph>Number</emph> is the chi-square value of the random sample used to determine the error probability."
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3155399\n"
-"220\n"
+"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> არის ექსპერიმენტის თავისუფლების ხარისხი."
+
+#: 04060181.xhp
+msgctxt ""
+"04060181.xhp\n"
+"hd_id3146787\n"
+"112\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3146988\n"
-"221\n"
+"04060181.xhp\n"
+"par_id3145774\n"
+"113\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 არის ელცხრილის დოკუმენტის მეორე ფურცელი."
+msgid "<item type=\"input\">=CHIDIST(13.27; 5)</item> equals 0.02."
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"bm_id3148829\n"
+"04060181.xhp\n"
+"par_id3156141\n"
+"158\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>"
+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 ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3148829\n"
-"222\n"
+"04060181.xhp\n"
+"bm_id0119200902231887\n"
"help.text"
-msgid "SHEETS"
-msgstr "SHEETS"
+msgid "<bookmark_value>CHISQDIST function</bookmark_value><bookmark_value>chi-square distribution</bookmark_value>"
+msgstr "<bookmark_value>LOGNORMDIST ფუნქცია</bookmark_value><bookmark_value>სრული ლოგარითმული განაწილება</bookmark_value>"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3148820\n"
-"223\n"
+"04060181.xhp\n"
+"hd_id0119200901583452\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."
+msgid "CHISQDIST"
+msgstr "CHIDIST"
+
+#: 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 ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3154220\n"
-"224\n"
+"04060181.xhp\n"
+"hd_id0119200902395520\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3150777\n"
-"225\n"
+"04060181.xhp\n"
+"par_id0119200902395679\n"
"help.text"
-msgid "SHEETS(Reference)"
-msgstr "SHEETS(მითითება)"
+msgid "CHISQDIST(Number; Degrees Of Freedom; Cumulative)"
+msgstr ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3153060\n"
-"226\n"
+"04060181.xhp\n"
+"par_id011920090239564\n"
"help.text"
-msgid "<emph>Reference</emph> is the reference to a sheet or an area. This parameter is optional."
-msgstr "<emph>მითითება</emph> არის ფურცლის ან არის მითითება. ეს პარამეტრი არასავალდებულოა."
+msgid "<emph>Number</emph> is the number for which the function is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა, რომლისთვისაც F განაწილება გამოითვლება."
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3149766\n"
-"227\n"
+"04060181.xhp\n"
+"par_id0119200902395660\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<emph>Degrees Of Freedom</emph> is the degrees of freedom for the chi-square function."
+msgstr "<emph>თავისუფლების_ხარისხი</emph> ექსპერიმენტის თავისუფლების ხარისხი."
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3150507\n"
-"228\n"
+"04060181.xhp\n"
+"par_id0119200902395623\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 არიან მითითებული თანმიმდევრობით."
+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 ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"bm_id3158407\n"
+"04060181.xhp\n"
+"bm_id3150603\n"
"help.text"
-msgid "<bookmark_value>MATCH function</bookmark_value>"
-msgstr "<bookmark_value>MATCH ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>EXPONDIST function</bookmark_value> <bookmark_value>exponential distributions</bookmark_value>"
+msgstr "<bookmark_value>EXPONDIST ფუნქცია</bookmark_value><bookmark_value>საჩვენებელი განაწილება</bookmark_value>"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3158407\n"
-"101\n"
+"04060181.xhp\n"
+"hd_id3150603\n"
+"115\n"
"help.text"
-msgid "MATCH"
-msgstr "MATCH"
+msgid "EXPONDIST"
+msgstr "EXPONDIST"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3154896\n"
-"102\n"
+"04060181.xhp\n"
+"par_id3149563\n"
+"116\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 ""
+msgid "<ahelp hid=\"HID_FUNC_EXPONVERT\">Returns the exponential distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_EXPONVERT\">აბრუნებს საჩვენებელ განაწილებას.</ahelp>"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3153834\n"
-"103\n"
+"04060181.xhp\n"
+"hd_id3153789\n"
+"117\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3159152\n"
-"104\n"
+"04060181.xhp\n"
+"par_id3150987\n"
+"118\n"
"help.text"
-msgid "MATCH(SearchCriterion; LookupArray; Type)"
-msgstr "MATCH(ძიების კრიტერიუმი;მასივში_ძებნა;ტიპი)"
+msgid "EXPONDIST(Number; Lambda; C)"
+msgstr "EXPONDIST(რიცხვი; ლამბდა; C)"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3149336\n"
-"105\n"
+"04060181.xhp\n"
+"par_id3154663\n"
+"119\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> არის მნიშვნელობა რომელიც უნდა მოიძებნის ერთრიგიან ან ერთსვეტიან მასივში."
+msgid "<emph>Number</emph> is the value of the function."
+msgstr "<emph>რიცხვი</emph> ფუნქციის მნიშვნელობა."
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3159167\n"
-"106\n"
+"04060181.xhp\n"
+"par_id3154569\n"
+"120\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> არის მოსაძებნი მითითება. იგი შეიძლება იყოს ერთრიგიანი ან ერთსვეტიანი, ან ცალი რიგის ან სვეტის ნაწილი."
+msgid "<emph>Lambda</emph> is the parameter value."
+msgstr "<emph>ლამბდა</emph> არის პარამეტრის მნიშვნელობა."
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3147239\n"
-"107\n"
+"04060181.xhp\n"
+"par_id3147332\n"
+"121\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."
+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 ""
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3154265\n"
-"231\n"
+"04060181.xhp\n"
+"hd_id3146133\n"
+"122\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 ""
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060181.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3147528\n"
-"232\n"
+"04060181.xhp\n"
+"par_id3150357\n"
+"123\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."
+msgid "<item type=\"input\">=EXPONDIST(3;0.5;1)</item> returns 0.78."
msgstr ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3155119\n"
-"108\n"
+"04060182.xhp\n"
+"tit\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Statistical Functions Part Two"
+msgstr "სტატისტიკური ფუნქციები ნაწილი ორი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3155343\n"
-"109\n"
+"04060182.xhp\n"
+"hd_id3154372\n"
+"1\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 ტოლია დუ რიცხვი - რიგი ტოლია."
+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>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"bm_id3158430\n"
+"04060182.xhp\n"
+"bm_id3145388\n"
"help.text"
-msgid "<bookmark_value>OFFSET function</bookmark_value>"
-msgstr "<bookmark_value>OFFSET ფუნქცია</bookmark_value>"
+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>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3158430\n"
-"111\n"
+"04060182.xhp\n"
+"hd_id3145388\n"
+"2\n"
"help.text"
-msgid "OFFSET"
-msgstr "OFFSET"
+msgid "FINV"
+msgstr "FINV"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3149167\n"
-"112\n"
+"04060182.xhp\n"
+"par_id3155089\n"
+"3\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>"
+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 ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3146952\n"
-"113\n"
+"04060182.xhp\n"
+"hd_id3153816\n"
+"4\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3159194\n"
-"114\n"
+"04060182.xhp\n"
+"par_id3153068\n"
+"5\n"
"help.text"
-msgid "OFFSET(Reference; Rows; Columns; Height; Width)"
-msgstr "OFFSET(მითითება;რიგები;სვეტები;სიმაღლე;სიგანე)"
+msgid "FINV(Number; DegreesFreedom1; DegreesFreedom2)"
+msgstr "FINV(რიცხვი; თავისუფლების_ხარისხი_1; თავისუფლების_ხარისხი_2)"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3152360\n"
-"115\n"
+"04060182.xhp\n"
+"par_id3146866\n"
+"6\n"
"help.text"
-msgid "<emph>Reference</emph> is the reference from which the function searches for the new reference."
-msgstr "<emph>მითითება</emph> არის უჯრა საიდანაც ფუნქცია ეძებს ახალ მითითებას."
+msgid "<emph>Number</emph> is probability value for which the inverse F distribution is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა, რომლისთვისაც F განაწილება გამოითვლება."
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3156032\n"
-"116\n"
+"04060182.xhp\n"
+"par_id3153914\n"
+"7\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> არის უჯრების რაოდენობა, რომლითაც გასწორდა მითითება (უარყოფითი მნისვნელობა)."
+msgid "<emph>DegreesFreedom1</emph> is the number of degrees of freedom in the numerator of the F distribution."
+msgstr "<emph>თავისუფლების_ხარისხი_1</emph> არის თავიუფლების ხარისხი F განაწილების ნუმერატორში."
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3166458\n"
-"117\n"
+"04060182.xhp\n"
+"par_id3148607\n"
+"8\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> არის უჯრების რაოდენობა, რომლითაც გასწორდა მითითება (უარყოფითი მნისვნელობა)."
+msgid "<emph>DegreesFreedom2</emph> is the number of degrees of freedom in the denominator of the F distribution."
+msgstr "<emph>თავისუფლების_ხარისხი_2</emph> არის თავიუფლების ხარისხი F განაწილების დენომინატორში."
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3150708\n"
-"118\n"
+"04060182.xhp\n"
+"hd_id3156021\n"
+"9\n"
"help.text"
-msgid "<emph>Height</emph> (optional) is the vertical height for an area that starts at the new reference position."
-msgstr ""
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3147278\n"
-"119\n"
+"04060182.xhp\n"
+"par_id3145073\n"
+"10\n"
"help.text"
-msgid "<emph>Width</emph> (optional) is the horizontal width for an area that starts at the new reference position."
+msgid "<item type=\"input\">=FINV(0.5;5;10)</item> yields 0.93."
msgstr ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id8662373\n"
+"04060182.xhp\n"
+"bm_id3150888\n"
"help.text"
-msgid "Arguments <emph>Rows</emph> and <emph>Columns</emph> must not lead to zero or negative start row or column."
-msgstr ""
+msgid "<bookmark_value>FISHER function</bookmark_value>"
+msgstr "<bookmark_value>FISHER ფუნქცია</bookmark_value>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id9051484\n"
+"04060182.xhp\n"
+"hd_id3150888\n"
+"12\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 ""
+msgid "FISHER"
+msgstr "FISHER"
-#: 04060109.xhp
-#, fuzzy
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_idN1104B\n"
+"04060182.xhp\n"
+"par_id3155384\n"
+"13\n"
"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+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>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3155586\n"
-"120\n"
+"04060182.xhp\n"
+"hd_id3149898\n"
+"14\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"par_id3143220\n"
+"15\n"
+"help.text"
+msgid "FISHER(Number)"
+msgstr "FISHER(რიცხვი)"
+
+#: 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> არის გარდასაქმნელი მნიშვნელობა."
+
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3154763\n"
+"17\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3149744\n"
-"121\n"
+"04060182.xhp\n"
+"par_id3149383\n"
+"18\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."
+msgid "<item type=\"input\">=FISHER(0.5)</item> yields 0.55."
msgstr ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id7439802\n"
+"04060182.xhp\n"
+"bm_id3155758\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 ""
+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>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3009430\n"
+"04060182.xhp\n"
+"hd_id3155758\n"
+"20\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 ""
+msgid "FISHERINV"
+msgstr "FISHERINV"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id2629169\n"
+"04060182.xhp\n"
+"par_id3154734\n"
+"21\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 ""
+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>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id6668599\n"
+"04060182.xhp\n"
+"hd_id3155755\n"
+"22\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 ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3153739\n"
-"122\n"
+"04060182.xhp\n"
+"par_id3146108\n"
+"23\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 ""
+msgid "FISHERINV(Number)"
+msgstr "FISHERINV(რიცხვი)"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"bm_id3159273\n"
+"04060182.xhp\n"
+"par_id3145115\n"
+"24\n"
"help.text"
-msgid "<bookmark_value>LOOKUP function</bookmark_value>"
-msgstr "<bookmark_value>LOOKUP ფუნქცია</bookmark_value>"
+msgid "<emph>Number</emph> is the value that is to undergo reverse-transformation."
+msgstr ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3159273\n"
-"123\n"
+"04060182.xhp\n"
+"hd_id3155744\n"
+"25\n"
"help.text"
-msgid "LOOKUP"
-msgstr "LOOKUP"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3153389\n"
-"124\n"
+"04060182.xhp\n"
+"par_id3150432\n"
+"26\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."
+msgid "<item type=\"input\">=FISHERINV(0.5)</item> yields 0.46."
msgstr ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id4484084\n"
+"04060182.xhp\n"
+"bm_id3151390\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 ""
+msgid "<bookmark_value>FTEST function</bookmark_value>"
+msgstr "<bookmark_value>FTEST ფუნქცია</bookmark_value>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3152947\n"
-"125\n"
+"04060182.xhp\n"
+"hd_id3151390\n"
+"28\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "FTEST"
+msgstr "FTEST"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3154104\n"
-"126\n"
+"04060182.xhp\n"
+"par_id3150534\n"
+"29\n"
"help.text"
-msgid "LOOKUP(SearchCriterion; SearchVector; ResultVector)"
-msgstr "LOOKUP ძიება ძიება ვექტორი ვექტორი"
+msgid "<ahelp hid=\"HID_FUNC_FTEST\">Returns the result of an F test.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_FTEST\">აბრუნებს F ტესტის შედეგს.</ahelp>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3150646\n"
-"127\n"
+"04060182.xhp\n"
+"hd_id3166466\n"
+"30\n"
"help.text"
-msgid "<emph>SearchCriterion</emph> is the value to be searched for; entered either directly or as a reference."
-msgstr "<emph>ძიების კრიტერიუმი</emph> არის მოსაძებნი მნიშვნელობა პირდაპირ ან მითითებად შეყვანილი."
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3154854\n"
-"128\n"
+"04060182.xhp\n"
+"par_id3153024\n"
+"31\n"
"help.text"
-msgid "<emph>SearchVector</emph> is the single-row or single-column area to be searched."
-msgstr ""
+msgid "FTEST(Data1; Data2)"
+msgstr "FTEST(მონაცემები_1; მონაცემები_2)"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3149925\n"
-"129\n"
+"04060182.xhp\n"
+"par_id3150032\n"
+"32\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 ""
+msgid "<emph>Data1</emph> is the first record array."
+msgstr "<emph>მონაცემი_1</emph> პირველი ჩანაწერის მასივი."
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3148624\n"
-"130\n"
+"04060182.xhp\n"
+"par_id3153018\n"
+"33\n"
+"help.text"
+msgid "<emph>Data2</emph> is the second record array."
+msgstr "<emph>მონაცემი_2</emph> მეორე ჩანაწერის მასივი."
+
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3153123\n"
+"34\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3149809\n"
-"131\n"
+"04060182.xhp\n"
+"par_id3159126\n"
+"35\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)."
+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 ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"bm_id3149425\n"
+"04060182.xhp\n"
+"bm_id3150372\n"
"help.text"
-msgid "<bookmark_value>STYLE function</bookmark_value>"
-msgstr "<bookmark_value>STYLE ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>FDIST function</bookmark_value>"
+msgstr "<bookmark_value>FDIST ფუნქცია</bookmark_value>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3149425\n"
-"133\n"
+"04060182.xhp\n"
+"hd_id3150372\n"
+"37\n"
"help.text"
-msgid "STYLE"
-msgstr "STYLE"
+msgid "FDIST"
+msgstr "FDIST"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3150826\n"
-"134\n"
+"04060182.xhp\n"
+"par_id3152981\n"
+"38\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 ""
+msgid "<ahelp hid=\"HID_FUNC_FVERT\">Calculates the values of an F distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_FVERT\">F განაწილების მნიშვნელობას ანგარიშობს.</ahelp>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3145373\n"
-"135\n"
+"04060182.xhp\n"
+"hd_id3150484\n"
+"39\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3149302\n"
-"136\n"
+"04060182.xhp\n"
+"par_id3145826\n"
+"40\n"
"help.text"
-msgid "STYLE(\"Style\"; Time; \"Style2\")"
-msgstr ""
+msgid "FDIST(Number; DegreesFreedom1; DegreesFreedom2)"
+msgstr "FDIST(რიცხვი; თავისუფლების_ხარისხი_1; თავისუფლების_ხარისხი_2)"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3150596\n"
-"137\n"
+"04060182.xhp\n"
+"par_id3150461\n"
+"41\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 ""
+msgid "<emph>Number</emph> is the value for which the F distribution is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა, რომლისთვისაც F განაწილება გამოითვლება."
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3156149\n"
-"138\n"
+"04060182.xhp\n"
+"par_id3150029\n"
+"42\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 ""
+msgid "<emph>degreesFreedom1</emph> is the degrees of freedom in the numerator in the F distribution."
+msgstr "<emph>თავისუფლების_ხარისხი_1</emph> არის F განაწილების ნუმერატორის თავისუფლების ხარისხი."
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3149520\n"
-"139\n"
+"04060182.xhp\n"
+"par_id3146877\n"
+"43\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 ""
+msgid "<emph>degreesFreedom2</emph> is the degrees of freedom in the denominator in the F distribution."
+msgstr "<emph>თავისუფლების_ხარისხი_2</emph> არის F განაწილების დენომინარატორის თავისუფლების ხარისხი."
-#: 04060109.xhp
-#, fuzzy
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_idN111CA\n"
+"04060182.xhp\n"
+"hd_id3147423\n"
+"44\n"
"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3159254\n"
-"140\n"
+"04060182.xhp\n"
+"par_id3150696\n"
+"45\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<item type=\"input\">=FDIST(0.8;8;12)</item> yields 0.61."
+msgstr ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3151374\n"
-"141\n"
+"04060182.xhp\n"
+"bm_id0119200903223192\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 უჩინარი ნაგულისხმები დუ გამჭვირვალე -თვის წამები ან ნაგულისხმები ტოლია ორივე -სკენ."
+msgid "<bookmark_value>GAMMA function</bookmark_value>"
+msgstr "<bookmark_value>GAMMAINV ფუნქცია</bookmark_value>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id8056886\n"
+"04060182.xhp\n"
+"hd_id0119200903205393\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"
+msgid "GAMMA"
msgstr ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3668935\n"
+"04060182.xhp\n"
+"par_id0119200903205379\n"
"help.text"
-msgid "<item type=\"input\">=\"Text\"&T(STYLE(\"myStyle\"))</item>"
+msgid "<ahelp hid=\".\">Returns the Gamma function value.</ahelp> Note that GAMMAINV is not the inverse of GAMMA, but of GAMMADIST."
msgstr ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3042085\n"
+"04060182.xhp\n"
+"hd_id0119200903271613\n"
"help.text"
-msgid "See also CURRENT() for another example."
-msgstr ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"bm_id3150430\n"
+"04060182.xhp\n"
+"par_id0119200903271614\n"
"help.text"
-msgid "<bookmark_value>CHOOSE function</bookmark_value>"
-msgstr "<bookmark_value>CHOOSE ფუნქცია</bookmark_value>"
+msgid "<emph>Number</emph> is the number for which the Gamma function value is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა რომლისთვისაც გამა განაწილება უნდა გამოითვალოს."
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3150430\n"
-"142\n"
+"04060182.xhp\n"
+"bm_id3154841\n"
"help.text"
-msgid "CHOOSE"
-msgstr "CHOOSE"
+msgid "<bookmark_value>GAMMAINV function</bookmark_value>"
+msgstr "<bookmark_value>GAMMAINV ფუნქცია</bookmark_value>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3143270\n"
-"143\n"
+"04060182.xhp\n"
+"hd_id3154841\n"
+"47\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>"
+msgid "GAMMAINV"
+msgstr "GAMMAINV"
+
+#: 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 ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3153533\n"
-"144\n"
+"04060182.xhp\n"
+"hd_id3149949\n"
+"49\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3155425\n"
-"145\n"
+"04060182.xhp\n"
+"par_id3155828\n"
+"50\n"
"help.text"
-msgid "CHOOSE(Index; Value1; ...; Value30)"
-msgstr "CHOOSE(ინდექსი; მნიშვნელობა1;...მნიშვნელობა30)"
+msgid "GAMMAINV(Number; Alpha; Beta)"
+msgstr "GAMMAINV(რიცხვი; ალფა; ბეტა)"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3144755\n"
-"146\n"
+"04060182.xhp\n"
+"par_id3145138\n"
+"51\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 ""
+msgid "<emph>Number</emph> is the probability value for which the inverse Gamma distribution is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა რომლისთვისაც გამა განაწილება უნდა გამოითვალოს."
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3149939\n"
-"147\n"
+"04060182.xhp\n"
+"par_id3152785\n"
+"52\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 ""
+msgid "<emph>Alpha</emph> is the parameter Alpha of the Gamma distribution."
+msgstr "<emph>ალფა</emph> არის გამა განაწილების ალფა პარამეტრი."
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3151253\n"
-"148\n"
+"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> არის გამა განაწილების ბეტა პარამეტრი."
+
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3148734\n"
+"54\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3150625\n"
-"149\n"
+"04060182.xhp\n"
+"par_id3153331\n"
+"55\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\"."
+msgid "<item type=\"input\">=GAMMAINV(0.8;1;1)</item> yields 1.61."
msgstr ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"bm_id3151001\n"
+"04060182.xhp\n"
+"bm_id3154806\n"
"help.text"
-msgid "<bookmark_value>HLOOKUP function</bookmark_value>"
-msgstr "<bookmark_value>IMAGINARY ფუნქცია</bookmark_value>"
+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>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3151001\n"
-"151\n"
+"04060182.xhp\n"
+"hd_id3154806\n"
+"57\n"
"help.text"
-msgid "HLOOKUP"
-msgstr "HLOOKUP"
+msgid "GAMMALN"
+msgstr "GAMMALN"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3148688\n"
-"152\n"
+"04060182.xhp\n"
+"par_id3148572\n"
+"58\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 ""
+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>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3154661\n"
-"153\n"
+"04060182.xhp\n"
+"hd_id3152999\n"
+"59\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3146070\n"
-"154\n"
+"04060182.xhp\n"
+"par_id3153112\n"
+"60\n"
"help.text"
-msgid "HLOOKUP(SearchCriteria; Array; Index; Sorted)"
-msgstr "=HLOOKUP(ძიების კრიტერიუმი;მასივი;ინდექსი;დახარისხებული)"
+msgid "GAMMALN(Number)"
+msgstr "GAMMALN(რიცხვი)"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3148672\n"
-"155\n"
+"04060182.xhp\n"
+"par_id3154502\n"
+"61\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> (რიგები და სვეტები გაცვლილია)"
+msgid "<emph>Number</emph> is the value for which the natural logarithm of the Gamma function is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა რომლისთვისაც გამოითვლება გამა ფუნქციის ნატურალური ლოგარითმი."
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"bm_id3147321\n"
+"04060182.xhp\n"
+"hd_id3153568\n"
+"62\n"
"help.text"
-msgid "<bookmark_value>ROW function</bookmark_value>"
-msgstr "<bookmark_value>ROW ფუნქცია</bookmark_value>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3147321\n"
-"157\n"
+"04060182.xhp\n"
+"par_id3153730\n"
+"63\n"
"help.text"
-msgid "ROW"
-msgstr "ROW"
+msgid "<item type=\"input\">=GAMMALN(2)</item> yields 0."
+msgstr ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3154564\n"
-"203\n"
+"04060182.xhp\n"
+"bm_id3150132\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 ""
+msgid "<bookmark_value>GAMMADIST function</bookmark_value>"
+msgstr "<bookmark_value>GAMMADIST ფუნქცია</bookmark_value>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3158439\n"
-"159\n"
+"04060182.xhp\n"
+"hd_id3150132\n"
+"65\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "GAMMADIST"
+msgstr "GAMMADIST"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3154916\n"
-"160\n"
+"04060182.xhp\n"
+"par_id3155931\n"
+"66\n"
"help.text"
-msgid "ROW(Reference)"
-msgstr "ROW(მითითება_"
+msgid "<ahelp hid=\"HID_FUNC_GAMMAVERT\">Returns the values of a Gamma distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GAMMAVERT\">აბრუნებს გამა განაწილების მნიშვნელობას.</ahelp>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3156336\n"
-"161\n"
+"04060182.xhp\n"
+"par_id0119200903333675\n"
"help.text"
-msgid "<emph>Reference</emph> is a cell, an area, or the name of an area."
-msgstr "<emph>მითითება</emph> არის უჯრა, არე ან არის სახელი."
+msgid "The inverse function is GAMMAINV."
+msgstr ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3151109\n"
-"204\n"
+"04060182.xhp\n"
+"hd_id3147373\n"
+"67\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 ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3155609\n"
-"162\n"
+"04060182.xhp\n"
+"par_id3155436\n"
+"68\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "GAMMADIST(Number; Alpha; Beta; C)"
+msgstr "GAMMADIST(რიცხვი; ალფა; ბეტა; C)"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3154830\n"
-"205\n"
+"04060182.xhp\n"
+"par_id3150571\n"
+"69\n"
"help.text"
-msgid "<item type=\"input\">=ROW(B3)</item> returns 3 because the reference refers to the third row in the table."
-msgstr ""
+msgid "<emph>Number</emph> is the value for which the Gamma distribution is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა რომლისთვისაც გამა განაწილება უნდა გამოითვალოს."
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3147094\n"
-"206\n"
+"04060182.xhp\n"
+"par_id3145295\n"
+"70\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 ""
+msgid "<emph>Alpha</emph> is the parameter Alpha of the Gamma distribution."
+msgstr "<emph>ალფა</emph> არის გამა განაწილების ალფა პარამეტრი."
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3153701\n"
-"207\n"
+"04060182.xhp\n"
+"par_id3151015\n"
+"71\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 ""
+msgid "<emph>Beta</emph> is the parameter Beta of the Gamma distribution"
+msgstr "<emph>ბეტა</emph> არის გამა განაწილების ბეტა პარამეტრი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3150996\n"
-"208\n"
+"04060182.xhp\n"
+"par_id3157972\n"
+"72\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 ""
+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 განაწილება."
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3153671\n"
-"209\n"
+"04060182.xhp\n"
+"hd_id3149535\n"
+"73\n"
"help.text"
-msgid "<item type=\"input\">=ROW()</item> returns 3 if the formula was entered in row 3."
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3153790\n"
-"210\n"
+"04060182.xhp\n"
+"bm_id3150272\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."
+msgid "<bookmark_value>GAUSS function</bookmark_value> <bookmark_value>normal distribution; standard</bookmark_value>"
+msgstr "<bookmark_value>GAUSS ფუნქცია</bookmark_value><bookmark_value>ნორმალური განაწილება; სტანდარტული</bookmark_value>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"bm_id3145772\n"
+"04060182.xhp\n"
+"hd_id3150272\n"
+"76\n"
"help.text"
-msgid "<bookmark_value>ROWS function</bookmark_value>"
-msgstr "<bookmark_value>ROWS ფუნქცია</bookmark_value>"
+msgid "GAUSS"
+msgstr "GAUSS"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3145772\n"
-"166\n"
+"04060182.xhp\n"
+"par_id3149030\n"
+"77\n"
"help.text"
-msgid "ROWS"
-msgstr "ROWS"
+msgid "<ahelp hid=\"HID_FUNC_GAUSS\">Returns the standard normal cumulative distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GAUSS\">აბრუნებს სტანდარტულ ნორმალურ კუმულაციურ განაწილებას.</ahelp>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3148971\n"
-"167\n"
+"04060182.xhp\n"
+"par_id2059694\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>"
+msgid "It is GAUSS(x)=NORMSDIST(x)-0.5"
+msgstr "ეს არის GAUSS(x)=NORMSDIST(x)-0.5"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3156051\n"
-"168\n"
+"04060182.xhp\n"
+"hd_id3153551\n"
+"78\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3154357\n"
-"169\n"
+"04060182.xhp\n"
+"par_id3155368\n"
+"79\n"
"help.text"
-msgid "ROWS(Array)"
-msgstr "ROWS(მასივი)"
+msgid "GAUSS(Number)"
+msgstr "GAUSS(რიცხვი)"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3155942\n"
-"170\n"
+"04060182.xhp\n"
+"par_id3153228\n"
+"80\n"
"help.text"
-msgid "<emph>Array</emph> is the reference or named area whose total number of rows is to be determined."
-msgstr ""
+msgid "<emph>Number</emph> is the value for which the value of the standard normal distribution is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა რომლისთვისაც სტანდარტული ნორმალური გადახრა უნდა გამოითვალოს."
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3155869\n"
-"171\n"
+"04060182.xhp\n"
+"hd_id3150691\n"
+"81\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3154725\n"
-"212\n"
+"04060182.xhp\n"
+"par_id3154867\n"
+"82\n"
"help.text"
-msgid "<item type=\"input\">=Rows(B5)</item> returns 1 because a cell only contains one row."
+msgid "<item type=\"input\">=GAUSS(0.19)</item> = 0.08"
msgstr ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3150102\n"
-"172\n"
+"04060182.xhp\n"
+"par_id3148594\n"
+"83\n"
"help.text"
-msgid "<item type=\"input\">=ROWS(A10:B12)</item> returns 3."
+msgid "<item type=\"input\">=GAUSS(0.0375)</item> = 0.01"
msgstr ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3155143\n"
-"213\n"
+"04060182.xhp\n"
+"bm_id3148425\n"
"help.text"
-msgid "<item type=\"input\">=ROWS(Rabbit)</item> returns 3 if \"Rabbit\" is the named area (C1:D3)."
-msgstr ""
+msgid "<bookmark_value>GEOMEAN function</bookmark_value> <bookmark_value>means;geometric</bookmark_value>"
+msgstr "<bookmark_value>GEOMEAN ფუნქცია</bookmark_value><bookmark_value>მნიშვნელობები;გეომეტრია</bookmark_value>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"bm_id9959410\n"
+"04060182.xhp\n"
+"hd_id3148425\n"
+"85\n"
"help.text"
-msgid "<bookmark_value>HYPERLINK function</bookmark_value>"
-msgstr "<bookmark_value>IMAGINARY ფუნქცია</bookmark_value>"
+msgid "GEOMEAN"
+msgstr "GEOMEAN"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_idN11798\n"
+"04060182.xhp\n"
+"par_id3156257\n"
+"86\n"
"help.text"
-msgid "HYPERLINK"
-msgstr "HYPERLINK"
+msgid "<ahelp hid=\"HID_FUNC_GEOMITTEL\">Returns the geometric mean of a sample.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_GEOMITTEL\">აბრუნებს შერჩევის გეომეტრიულ მნიშვნელობას.</ahelp>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_idN117F1\n"
+"04060182.xhp\n"
+"hd_id3147167\n"
+"87\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_HYPERLINK\">When you click a cell that contains the HYPERLINK function, the hyperlink opens.</ahelp>"
-msgstr ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_idN11800\n"
+"04060182.xhp\n"
+"par_id3153720\n"
+"88\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 ""
+msgid "GEOMEAN(Number1; Number2; ...Number30)"
+msgstr "GEOMEAN(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_idN11803\n"
+"04060182.xhp\n"
+"par_id3152585\n"
+"89\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>."
+msgid "<emph>Number1, Number2,...Number30</emph> are numeric arguments or ranges that represent a random sample."
+msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის შერჩევის ამსახველი დიაპაზონის ციფრული მნიშვნელობები."
+
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3146146\n"
+"90\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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."
+
+#: 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>"
+
+#: 04060182.xhp
+msgctxt ""
+"04060182.xhp\n"
+"hd_id3152966\n"
+"94\n"
+"help.text"
+msgid "TRIMMEAN"
+msgstr "TRIMMEAN"
+
+#: 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 ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_idN1180A\n"
+"04060182.xhp\n"
+"hd_id3149281\n"
+"96\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_idN1180E\n"
+"04060182.xhp\n"
+"par_id3154821\n"
+"97\n"
"help.text"
-msgid "HYPERLINK(\"URL\") or HYPERLINK(\"URL\"; \"CellText\")"
-msgstr "HYPERLINK (URL) ან HYPERLINK (URL;უჯრის ტექსტი)"
+msgid "TRIMMEAN(Data; Alpha)"
+msgstr "TRIMMEAN(მონაცემები; ალფა)"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_idN11811\n"
+"04060182.xhp\n"
+"par_id3155834\n"
+"98\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 ""
+msgid "<emph>Data</emph> is the array of data in the sample."
+msgstr "<emph>მონაცემი</emph> არის მონაცემთა მასივი მაგალითში."
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id0907200912224576\n"
+"04060182.xhp\n"
+"par_id3156304\n"
+"99\n"
"help.text"
-msgid "The number 0 is returned for empty cells and matrix elements."
+msgid "<emph>Alpha</emph> is the percentage of the marginal data that will not be taken into consideration."
msgstr ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_idN11823\n"
+"04060182.xhp\n"
+"hd_id3151180\n"
+"100\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_idN11827\n"
+"04060182.xhp\n"
+"par_id3156130\n"
+"101\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."
+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 ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_idN1182A\n"
+"04060182.xhp\n"
+"bm_id3153216\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 ""
+msgid "<bookmark_value>ZTEST function</bookmark_value>"
+msgstr "<bookmark_value>ZTEST ფუნქცია</bookmark_value>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id0907200912224534\n"
+"04060182.xhp\n"
+"hd_id3153216\n"
+"103\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 ""
+msgid "ZTEST"
+msgstr "ZTEST"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_idN1182D\n"
+"04060182.xhp\n"
+"par_id3150758\n"
+"104\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 - და ტექსტი ტოლია ფორმულა."
+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 ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_idN11830\n"
+"04060182.xhp\n"
+"hd_id3150872\n"
+"105\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 ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id8859523\n"
+"04060182.xhp\n"
+"par_id3153274\n"
+"106\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 ""
+msgid "ZTEST(Data; mu; Sigma)"
+msgstr "ZTEST(მონაცემი; რიცხვი; სიგმა)"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id2958769\n"
+"04060182.xhp\n"
+"par_id3156109\n"
+"107\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\"."
+msgid "<emph>Data</emph> is the given sample, drawn from a normally distributed population."
msgstr ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"bm_id7682424\n"
+"04060182.xhp\n"
+"par_id3149977\n"
+"108\n"
"help.text"
-msgid "<bookmark_value>GETPIVOTDATA function</bookmark_value>"
-msgstr "<bookmark_value>EDATE ფუნქცია</bookmark_value>"
+msgid "<emph>mu</emph> is the known mean of the population."
+msgstr ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3747062\n"
+"04060182.xhp\n"
+"par_id3154740\n"
+"109\n"
"help.text"
-msgid "GETPIVOTDATA"
+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 ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3593859\n"
+"04060182.xhp\n"
+"par_id0305200911372999\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>"
+msgid "See also the <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_ZTEST_function\">Wiki page</link>."
msgstr ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id9741508\n"
+"04060182.xhp\n"
+"bm_id3153623\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<bookmark_value>HARMEAN function</bookmark_value> <bookmark_value>means;harmonic</bookmark_value>"
+msgstr "<bookmark_value>HARMEAN ფუნქცია</bookmark_value><bookmark_value>მნიშვნელობები;ჰარმონია</bookmark_value>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id909451\n"
+"04060182.xhp\n"
+"hd_id3153623\n"
+"113\n"
"help.text"
-msgid "Two different syntax definitions can be used:"
-msgstr ""
+msgid "HARMEAN"
+msgstr "HARMEAN"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id1665089\n"
+"04060182.xhp\n"
+"par_id3155102\n"
+"114\n"
"help.text"
-msgid "GETPIVOTDATA(TargetField; pivot table; [ Field 1; Item 1; ... ])"
-msgstr ""
+msgid "<ahelp hid=\"HID_FUNC_HARMITTEL\">Returns the harmonic mean of a data set.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_HARMITTEL\">აბრუნებს მონაცემთა განლაგების ჰარმონიულ მნიშვნელობას.</ahelp>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id4997100\n"
+"04060182.xhp\n"
+"hd_id3146900\n"
+"115\n"
"help.text"
-msgid "GETPIVOTDATA(pivot table; Constraints)"
-msgstr ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id1672109\n"
+"04060182.xhp\n"
+"par_id3149287\n"
+"116\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 ""
+msgid "HARMEAN(Number1; Number2; ...Number30)"
+msgstr "HARMEAN(რიცხვი 1; რიცხვი 2; ... რიცხვი 30)"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id9464094\n"
+"04060182.xhp\n"
+"par_id3154303\n"
+"117\n"
"help.text"
-msgid "First Syntax"
+msgid "<emph>Number1,Number2,...Number30</emph> are up to 30 values or ranges, that can be used to calculate the harmonic mean."
msgstr ""
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id9302346\n"
+"04060182.xhp\n"
+"hd_id3159179\n"
+"118\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 ""
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id8296151\n"
+"04060182.xhp\n"
+"par_id3146093\n"
+"120\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 ""
+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."
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id4809411\n"
+"04060182.xhp\n"
+"bm_id3152801\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 ""
+msgid "<bookmark_value>HYPGEOMDIST function</bookmark_value> <bookmark_value>sampling without replacement</bookmark_value>"
+msgstr "<bookmark_value>HYPGEOMDIST ფუნქცია</bookmark_value><bookmark_value>მაშტაბირება ჩანაცვების გარეშე</bookmark_value>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id6454969\n"
+"04060182.xhp\n"
+"hd_id3152801\n"
+"122\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 ""
+msgid "HYPGEOMDIST"
+msgstr "HYPGEOMDIST"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id79042\n"
+"04060182.xhp\n"
+"par_id3159341\n"
+"123\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 ""
+msgid "<ahelp hid=\"HID_FUNC_HYPGEOMVERT\">Returns the hypergeometric distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_HYPGEOMVERT\">აბრუნებს ჰიპერბოლიურ განაწილებას.</ahelp>"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id7928708\n"
+"04060182.xhp\n"
+"hd_id3154697\n"
+"124\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 ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3864253\n"
+"04060182.xhp\n"
+"par_id3155388\n"
+"125\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 ""
+msgid "HYPGEOMDIST(X; NSample; Successes; NPopulation)"
+msgstr "HYPGEOMDIST(X; N_შერჩევა; წარმატებები; N_მოსახლეობა)"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"hd_id3144016\n"
+"04060182.xhp\n"
+"par_id3154933\n"
+"126\n"
"help.text"
-msgid "Second Syntax"
-msgstr ""
+msgid "<emph>X</emph> is the number of results achieved in the random sample."
+msgstr "<emph>X</emph> არის შედეგის ნომერი რომელიც მოცემულია შემთხვევით შერჩევაში."
-#: 04060109.xhp
-#, fuzzy
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id9937131\n"
+"04060182.xhp\n"
+"par_id3153106\n"
+"127\n"
"help.text"
-msgid "<emph>pivot table</emph> has the same meaning as in the first syntax."
-msgstr "<emph>საშუალო</emph> განაწილების საშუალო არითმეტიკული."
+msgid "<emph>NSample</emph> is the size of the random sample."
+msgstr "<emph>N_შერჩევა</emph> არის შემთხვევითი შერჩევის ზომა."
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id5616626\n"
+"04060182.xhp\n"
+"par_id3146992\n"
+"128\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 ""
+msgid "<emph>Successes</emph> is the number of possible results in the total population."
+msgstr "<emph>წარმატება</emph> მთელ მოსახლეობაში შესაძლო შედეგების რაოდენობა."
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id4076357\n"
+"04060182.xhp\n"
+"par_id3148826\n"
+"129\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 ""
+msgid "<emph>NPopulation </emph>is the size of the total population."
+msgstr "<emph>N_მოსახლეობა </emph>არის სრული მოსახლეობის ზომა."
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id8231757\n"
+"04060182.xhp\n"
+"hd_id3150529\n"
+"130\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 ""
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060109.xhp
+#: 04060182.xhp
msgctxt ""
-"04060109.xhp\n"
-"par_id3168736\n"
+"04060182.xhp\n"
+"par_id3154904\n"
+"131\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."
+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 ""
-#: 12120300.xhp
+#: 04060183.xhp
msgctxt ""
-"12120300.xhp\n"
+"04060183.xhp\n"
"tit\n"
"help.text"
-msgid "Error Alert"
-msgstr "შეცდომის გაფრთხილება"
+msgid "Statistical Functions Part Three"
+msgstr "სტატისტიკური ფუნქციები ნაწილი სამი"
-#: 12120300.xhp
+#: 04060183.xhp
msgctxt ""
-"12120300.xhp\n"
-"hd_id3153821\n"
+"04060183.xhp\n"
+"hd_id3166425\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>"
+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>"
-#: 12120300.xhp
+#: 04060183.xhp
msgctxt ""
-"12120300.xhp\n"
-"par_id3153379\n"
-"2\n"
+"04060183.xhp\n"
+"bm_id3149530\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 ""
+msgid "<bookmark_value>LARGE function</bookmark_value>"
+msgstr "<bookmark_value>LARGE ფუნქცია</bookmark_value>"
-#: 12120300.xhp
+#: 04060183.xhp
msgctxt ""
-"12120300.xhp\n"
-"par_id3154138\n"
-"25\n"
+"04060183.xhp\n"
+"hd_id3149530\n"
+"2\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 ""
+msgid "LARGE"
+msgstr "LARGE"
-#: 12120300.xhp
+#: 04060183.xhp
msgctxt ""
-"12120300.xhp\n"
-"hd_id3156280\n"
+"04060183.xhp\n"
+"par_id3150518\n"
"3\n"
"help.text"
-msgid "Show error message when invalid values are entered."
-msgstr "არასწორი მნიშვნელობის შეყვანისას შეცდომის შეტყობინების ჩვენება."
+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>"
-#: 12120300.xhp
+#: 04060183.xhp
msgctxt ""
-"12120300.xhp\n"
-"par_id3150768\n"
+"04060183.xhp\n"
+"hd_id3152990\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 ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12120300.xhp
+#: 04060183.xhp
msgctxt ""
-"12120300.xhp\n"
-"par_id3146984\n"
+"04060183.xhp\n"
+"par_id3154372\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 ""
+msgid "LARGE(Data; RankC)"
+msgstr "LARGE(მონაცემები; რანგი_c)"
-#: 12120300.xhp
+#: 04060183.xhp
msgctxt ""
-"12120300.xhp\n"
-"hd_id3152460\n"
+"04060183.xhp\n"
+"par_id3152986\n"
"6\n"
"help.text"
-msgid "Contents"
-msgstr "შიგთავსი"
+msgid "<emph>Data</emph> is the cell range of data."
+msgstr "<emph>მონაცემი</emph> არის მონაცემთა უჯრათა დიაპაზონი."
-#: 12120300.xhp
+#: 04060183.xhp
msgctxt ""
-"12120300.xhp\n"
-"hd_id3148646\n"
+"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
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3152889\n"
"8\n"
"help.text"
-msgid "Action"
-msgstr "მოქმედება"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12120300.xhp
+#: 04060183.xhp
msgctxt ""
-"12120300.xhp\n"
-"par_id3151115\n"
+"04060183.xhp\n"
+"par_id3148702\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>."
+msgid "<item type=\"input\">=LARGE(A1:C50;2)</item> gives the second largest value in A1:C50."
msgstr ""
-#: 12120300.xhp
+#: 04060183.xhp
msgctxt ""
-"12120300.xhp\n"
-"hd_id3156441\n"
-"10\n"
+"04060183.xhp\n"
+"bm_id3154532\n"
"help.text"
-msgid "Browse"
-msgstr "მიმოხილვა"
+msgid "<bookmark_value>SMALL function</bookmark_value>"
+msgstr "<bookmark_value>SMALL ფუნქცია</bookmark_value>"
-#: 12120300.xhp
+#: 04060183.xhp
msgctxt ""
-"12120300.xhp\n"
-"par_id3153160\n"
+"04060183.xhp\n"
+"hd_id3154532\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 ""
+msgid "SMALL"
+msgstr "SMALL"
-#: 12120300.xhp
+#: 04060183.xhp
msgctxt ""
-"12120300.xhp\n"
-"hd_id3153876\n"
+"04060183.xhp\n"
+"par_id3157981\n"
"12\n"
"help.text"
-msgid "Title"
-msgstr "სათაური"
+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>"
-#: 12120300.xhp
+#: 04060183.xhp
msgctxt ""
-"12120300.xhp\n"
-"par_id3149410\n"
+"04060183.xhp\n"
+"hd_id3154957\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 ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12120300.xhp
+#: 04060183.xhp
msgctxt ""
-"12120300.xhp\n"
-"hd_id3154510\n"
+"04060183.xhp\n"
+"par_id3153974\n"
"14\n"
"help.text"
-msgid "Error message"
-msgstr "შეცდომის შეტყობინება"
+msgid "SMALL(Data; RankC)"
+msgstr "SMALL(მონაცემები; რანგი_c)"
-#: 12120300.xhp
+#: 04060183.xhp
msgctxt ""
-"12120300.xhp\n"
-"par_id3149122\n"
+"04060183.xhp\n"
+"par_id3154540\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 ""
+msgid "<emph>Data</emph> is the cell range of data."
+msgstr "<emph>მონაცემი</emph> არის მონაცემთა უჯრათა დიაპაზონი."
-#: 12120300.xhp
+#: 04060183.xhp
msgctxt ""
-"12120300.xhp\n"
-"par_id3150752\n"
+"04060183.xhp\n"
+"par_id3155094\n"
"16\n"
"help.text"
-msgid "<emph>Sample macro:</emph>"
-msgstr "<emph>სანიმუშო მაკროსი:</emph>"
+msgid "<emph>RankC</emph> is the rank of the value."
+msgstr "<emph>რანგი_c</emph> არის მნიშვნელობის რანგი."
-#: 06040000.xhp
+#: 04060183.xhp
msgctxt ""
-"06040000.xhp\n"
-"tit\n"
+"04060183.xhp\n"
+"hd_id3153247\n"
+"17\n"
"help.text"
-msgid "Goal Seek"
-msgstr "მიზნის ძიება"
+msgid "Example"
+msgstr "მაგალითი"
-#: 06040000.xhp
+#: 04060183.xhp
msgctxt ""
-"06040000.xhp\n"
-"hd_id3155629\n"
-"1\n"
+"04060183.xhp\n"
+"par_id3149897\n"
+"18\n"
"help.text"
-msgid "Goal Seek"
-msgstr "მიზნის ძიება"
+msgid "<item type=\"input\">=SMALL(A1:C50;2)</item> gives the second smallest value in A1:C50."
+msgstr ""
-#: 06040000.xhp
+#: 04060183.xhp
msgctxt ""
-"06040000.xhp\n"
-"par_id3145119\n"
-"2\n"
+"04060183.xhp\n"
+"bm_id3153559\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 ""
+msgid "<bookmark_value>CONFIDENCE function</bookmark_value>"
+msgstr "<bookmark_value>CONFIDENCE ფუნქცია</bookmark_value>"
-#: 06040000.xhp
+#: 04060183.xhp
msgctxt ""
-"06040000.xhp\n"
-"hd_id3149656\n"
-"3\n"
+"04060183.xhp\n"
+"hd_id3153559\n"
+"20\n"
"help.text"
-msgid "Default"
-msgstr "ნაგულისხმები"
+msgid "CONFIDENCE"
+msgstr "CONFIDENCE"
-#: 06040000.xhp
+#: 04060183.xhp
msgctxt ""
-"06040000.xhp\n"
-"par_id3151211\n"
-"4\n"
+"04060183.xhp\n"
+"par_id3153814\n"
+"21\n"
"help.text"
-msgid "In this section, you can define the variables in your formula."
-msgstr "ამ სექციაში, შეგიძლიათ ფორმულის ცვლადების განსაზღვრა."
+msgid "<ahelp hid=\"HID_FUNC_KONFIDENZ\">Returns the (1-alpha) confidence interval for a normal distribution.</ahelp>"
+msgstr ""
-#: 06040000.xhp
+#: 04060183.xhp
msgctxt ""
-"06040000.xhp\n"
-"hd_id3150869\n"
-"5\n"
+"04060183.xhp\n"
+"hd_id3149315\n"
+"22\n"
"help.text"
-msgid "Formula cell"
-msgstr "ფორმულის უჯრა"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 06040000.xhp
+#: 04060183.xhp
msgctxt ""
-"06040000.xhp\n"
-"par_id3153194\n"
-"6\n"
+"04060183.xhp\n"
+"par_id3147501\n"
+"23\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."
+msgid "CONFIDENCE(Alpha; StDev; Size)"
+msgstr "CONFIDENCE(ალფა; STDEV; ზომა)"
+
+#: 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 ""
-#: 06040000.xhp
+#: 04060183.xhp
msgctxt ""
-"06040000.xhp\n"
-"hd_id3154685\n"
-"7\n"
+"04060183.xhp\n"
+"par_id3145324\n"
+"25\n"
"help.text"
-msgid "Target value"
-msgstr "სამიზნე მნიშვნელობა"
+msgid "<emph>StDev</emph> is the standard deviation for the total population."
+msgstr "<emph>STDEV</emph> არის სრულ მოსახლეობაში სტანდარტული გადახრა."
-#: 06040000.xhp
+#: 04060183.xhp
msgctxt ""
-"06040000.xhp\n"
-"par_id3146984\n"
-"8\n"
+"04060183.xhp\n"
+"par_id3153075\n"
+"26\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 ""
+msgid "<emph>Size</emph> is the size of the total population."
+msgstr "<emph>ზომა</emph> არის მოსახლეობის სრული ზომა."
-#: 06040000.xhp
+#: 04060183.xhp
msgctxt ""
-"06040000.xhp\n"
-"hd_id3150012\n"
-"9\n"
+"04060183.xhp\n"
+"hd_id3150435\n"
+"27\n"
"help.text"
-msgid "Variable cell"
-msgstr "ცვლადი უჯრა"
+msgid "Example"
+msgstr "მაგალითი"
-#: 06040000.xhp
+#: 04060183.xhp
msgctxt ""
-"06040000.xhp\n"
-"par_id3147427\n"
-"10\n"
+"04060183.xhp\n"
+"par_id3153335\n"
+"28\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>"
+msgid "<item type=\"input\">=CONFIDENCE(0.05;1.5;100)</item> gives 0.29."
msgstr ""
-#: 04060100.xhp
+#: 04060183.xhp
msgctxt ""
-"04060100.xhp\n"
-"tit\n"
+"04060183.xhp\n"
+"bm_id3148746\n"
"help.text"
-msgid "Functions by Category"
-msgstr ""
+msgid "<bookmark_value>CORREL function</bookmark_value><bookmark_value>coefficient of correlation</bookmark_value>"
+msgstr "<bookmark_value>CORREL ფუნქცია</bookmark_value><bookmark_value>კორელაციის ფუნქცია</bookmark_value>"
-#: 04060100.xhp
+#: 04060183.xhp
msgctxt ""
-"04060100.xhp\n"
-"bm_id3148575\n"
+"04060183.xhp\n"
+"hd_id3148746\n"
+"30\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 ""
+msgid "CORREL"
+msgstr "CORREL"
-#: 04060100.xhp
+#: 04060183.xhp
msgctxt ""
-"04060100.xhp\n"
-"hd_id3154944\n"
-"16\n"
+"04060183.xhp\n"
+"par_id3147299\n"
+"31\n"
"help.text"
-msgid "Functions by Category"
-msgstr ""
+msgid "<ahelp hid=\"HID_FUNC_KORREL\">Returns the correlation coefficient between two data sets.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_KORREL\">აბრუნებს მონაცემთა ორ წყობაში კორელაციის კოეფიციენტს.</ahelp>"
-#: 04060100.xhp
+#: 04060183.xhp
msgctxt ""
-"04060100.xhp\n"
-"par_id3149378\n"
-"2\n"
+"04060183.xhp\n"
+"hd_id3156397\n"
+"32\n"
"help.text"
-msgid "This section describes the functions of $[officename] Calc. The various functions are divided into categories in the Function Wizard."
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"par_id3153023\n"
+"33\n"
+"help.text"
+msgid "CORREL(Data1; Data2)"
+msgstr "CORREL(მონაცემები_1; მონაცემები_2)"
+
+#: 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
+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
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3149720\n"
+"36\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 04060100.xhp
+#: 04060183.xhp
msgctxt ""
-"04060100.xhp\n"
-"par_id0120200910234570\n"
+"04060183.xhp\n"
+"bm_id3150652\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>."
+msgid "<bookmark_value>COVAR function</bookmark_value>"
+msgstr "<bookmark_value>COVAR ფუნქცია</bookmark_value>"
+
+#: 04060183.xhp
+msgctxt ""
+"04060183.xhp\n"
+"hd_id3150652\n"
+"39\n"
+"help.text"
+msgid "COVAR"
+msgstr "COVAR"
+
+#: 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 ""
-#: 04060100.xhp
+#: 04060183.xhp
msgctxt ""
-"04060100.xhp\n"
-"hd_id3146972\n"
-"3\n"
+"04060183.xhp\n"
+"hd_id3149013\n"
+"41\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>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060100.xhp
+#: 04060183.xhp
msgctxt ""
-"04060100.xhp\n"
-"hd_id3155443\n"
-"4\n"
+"04060183.xhp\n"
+"par_id3150740\n"
+"42\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>"
+msgid "COVAR(Data1; Data2)"
+msgstr "COVAR(მონაცემები_1; მონაცემები_2)"
-#: 04060100.xhp
+#: 04060183.xhp
msgctxt ""
-"04060100.xhp\n"
-"hd_id3147339\n"
-"5\n"
+"04060183.xhp\n"
+"par_id3145827\n"
+"43\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>"
+msgid "<emph>Data1</emph> is the first data set."
+msgstr "<emph>მონაცემი_1</emph> არის მონაცემთა პირველი წყობა."
-#: 04060100.xhp
+#: 04060183.xhp
msgctxt ""
-"04060100.xhp\n"
-"hd_id3153963\n"
-"6\n"
+"04060183.xhp\n"
+"par_id3150465\n"
+"44\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>"
+msgid "<emph>Data2</emph> is the second data set."
+msgstr "<emph>მონაცემი_2</emph> არის მონაცემთა მეორე წყობა."
-#: 04060100.xhp
+#: 04060183.xhp
msgctxt ""
-"04060100.xhp\n"
-"hd_id3146316\n"
-"7\n"
+"04060183.xhp\n"
+"hd_id3154677\n"
+"45\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>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060100.xhp
+#: 04060183.xhp
msgctxt ""
-"04060100.xhp\n"
-"hd_id3148485\n"
-"8\n"
+"04060183.xhp\n"
+"par_id3144748\n"
+"46\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>"
+msgid "<item type=\"input\">=COVAR(A1:A30;B1:B30)</item>"
+msgstr ""
-#: 04060100.xhp
+#: 04060183.xhp
msgctxt ""
-"04060100.xhp\n"
-"hd_id3150363\n"
-"9\n"
+"04060183.xhp\n"
+"bm_id3147472\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>"
+msgid "<bookmark_value>CRITBINOM function</bookmark_value>"
+msgstr "<bookmark_value>CRITBINOM ფუნქცია</bookmark_value>"
-#: 04060100.xhp
+#: 04060183.xhp
msgctxt ""
-"04060100.xhp\n"
-"hd_id3150208\n"
-"10\n"
+"04060183.xhp\n"
+"hd_id3147472\n"
+"48\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>"
+msgid "CRITBINOM"
+msgstr "CRITBINOM"
-#: 04060100.xhp
+#: 04060183.xhp
msgctxt ""
-"04060100.xhp\n"
-"hd_id3166428\n"
-"11\n"
+"04060183.xhp\n"
+"par_id3149254\n"
+"49\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>"
+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 ""
-#: 04060100.xhp
+#: 04060183.xhp
msgctxt ""
-"04060100.xhp\n"
-"hd_id3145585\n"
-"12\n"
+"04060183.xhp\n"
+"hd_id3153930\n"
+"50\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>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060100.xhp
+#: 04060183.xhp
msgctxt ""
-"04060100.xhp\n"
-"hd_id3156449\n"
-"13\n"
+"04060183.xhp\n"
+"par_id3148586\n"
+"51\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>"
+msgid "CRITBINOM(Trials; SP; Alpha)"
+msgstr ""
-#: 04060100.xhp
+#: 04060183.xhp
msgctxt ""
-"04060100.xhp\n"
-"par_id3150715\n"
-"14\n"
+"04060183.xhp\n"
+"par_id3145593\n"
+"52\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> ასევე ხელმისაწვდომია."
+msgid "<emph>Trials</emph> is the total number of trials."
+msgstr "<emph>თვლა_1</emph> ობიექტების სრული რაოდენობა."
-#: 04060100.xhp
+#: 04060183.xhp
msgctxt ""
-"04060100.xhp\n"
-"par_id0902200809540918\n"
+"04060183.xhp\n"
+"par_id3153084\n"
+"53\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>"
+msgid "<emph>SP</emph> is the probability of success for one trial."
+msgstr "<emph>SP</emph> არის ცდის წარმატების ალბათობა."
+
+#: 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 ""
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"tit\n"
+"04060183.xhp\n"
+"hd_id3148752\n"
+"55\n"
"help.text"
-msgid "Filter"
-msgstr "ფილტრი"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"hd_id3153970\n"
-"1\n"
+"04060183.xhp\n"
+"par_id3148740\n"
+"56\n"
"help.text"
-msgid "Filter"
-msgstr "ფილტრი"
+msgid "<item type=\"input\">=CRITBINOM(100;0.5;0.1)</item> yields 44."
+msgstr ""
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"par_id3150448\n"
-"2\n"
+"04060183.xhp\n"
+"bm_id3155956\n"
"help.text"
-msgid "Set the filtering options for the data."
-msgstr "ფილტრაციისთვის პარამეტრებს აყენებს."
+msgid "<bookmark_value>KURT function</bookmark_value>"
+msgstr "<bookmark_value>KURT ფუნქცია</bookmark_value>"
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"hd_id3151043\n"
-"3\n"
+"04060183.xhp\n"
+"hd_id3155956\n"
+"58\n"
"help.text"
-msgid "Filter Criteria"
-msgstr "ფილტრის კრიტერიუმი"
+msgid "KURT"
+msgstr "KURT"
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"par_id3150440\n"
-"4\n"
+"04060183.xhp\n"
+"par_id3153108\n"
+"59\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."
+msgid "<ahelp hid=\"HID_FUNC_KURT\">Returns the kurtosis of a data set (at least 4 values required).</ahelp>"
msgstr ""
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"hd_id3159153\n"
-"5\n"
+"04060183.xhp\n"
+"hd_id3150334\n"
+"60\n"
"help.text"
-msgid "Operator"
-msgstr "ოპერატორი"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"par_id3153093\n"
-"6\n"
+"04060183.xhp\n"
+"par_id3154508\n"
+"61\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>"
+msgid "KURT(Number1; Number2; ...Number30)"
+msgstr "KURT(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"hd_id3152462\n"
-"7\n"
+"04060183.xhp\n"
+"par_id3145167\n"
+"62\n"
"help.text"
-msgid "Field name"
-msgstr "ველის დასახელება"
+msgid "<emph>Number1,Number2,...Number30</emph> are numeric arguments or ranges representing a random sample of distribution."
+msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის შერჩევის ამსახველი დიაპაზონის ციფრული მნიშვნელობები."
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"par_id3155306\n"
-"8\n"
+"04060183.xhp\n"
+"hd_id3158000\n"
+"63\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>"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"hd_id3148575\n"
-"9\n"
+"04060183.xhp\n"
+"bm_id3150928\n"
"help.text"
-msgid "Condition"
-msgstr "პირობა"
+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>"
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"par_id3147394\n"
-"10\n"
+"04060183.xhp\n"
+"hd_id3150928\n"
+"66\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 ""
+msgid "LOGINV"
+msgstr "LOGINV"
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"par_id3144764\n"
-"11\n"
+"04060183.xhp\n"
+"par_id3145297\n"
+"67\n"
"help.text"
-msgid "The following operators are available:"
-msgstr "შემდეგი ოპერაციებია ხელმისაწვდომი:"
+msgid "<ahelp hid=\"HID_FUNC_LOGINV\">Returns the inverse of the lognormal distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_TINV\">აბრუნებს t-განაწილების ინვერსიას.</ahelp>"
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"par_id3153415\n"
-"12\n"
+"04060183.xhp\n"
+"hd_id3151016\n"
+"68\n"
"help.text"
-msgid "<emph>Conditions:</emph>"
-msgstr "<emph>პირობები:</emph>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"par_id3150324\n"
-"13\n"
+"04060183.xhp\n"
+"par_id3153049\n"
+"69\n"
"help.text"
-msgid "="
-msgstr "="
+msgid "LOGINV(Number; Mean; StDev)"
+msgstr "LOGINV(რიცხვი; მნიშვნელობა; STDEV)"
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"par_id3153714\n"
-"14\n"
+"04060183.xhp\n"
+"par_id3148390\n"
+"70\n"
"help.text"
-msgid "equal"
-msgstr "ტოლია"
+msgid "<emph>Number</emph> is the probability value for which the inverse standard logarithmic distribution is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის ალბათობა რომლისთვისაც სტანდარტული ნორმალური გადახრა უნდა გამოითვალოს."
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"par_id3154254\n"
-"15\n"
+"04060183.xhp\n"
+"par_id3149538\n"
+"71\n"
"help.text"
-msgid "<"
-msgstr "<"
+msgid "<emph>Mean</emph> is the arithmetic mean of the standard logarithmic distribution."
+msgstr "<emph>საშუალო</emph> სტანდარტული ლოგარითმული განაწილების საშუალო არითმეტიკული."
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"par_id3154703\n"
-"16\n"
+"04060183.xhp\n"
+"par_id3145355\n"
+"72\n"
"help.text"
-msgid "less than"
-msgstr "ნაკლებია ვიდრე"
+msgid "<emph>StDev</emph> is the standard deviation of the standard logarithmic distribution."
+msgstr "<emph>STDEV</emph> სტანდარტული ლოგარითმული განაწილების სტანდარტული გადახრა."
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"par_id3155335\n"
-"17\n"
+"04060183.xhp\n"
+"hd_id3148768\n"
+"73\n"
"help.text"
-msgid ">"
-msgstr ">"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"par_id3147003\n"
-"18\n"
+"04060183.xhp\n"
+"par_id3155623\n"
+"74\n"
"help.text"
-msgid "greater than"
-msgstr "მეტია ვიდრე"
+msgid "<item type=\"input\">=LOGINV(0.05;0;1)</item> returns 0.19."
+msgstr ""
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"par_id3153270\n"
-"19\n"
+"04060183.xhp\n"
+"bm_id3158417\n"
"help.text"
-msgid "<="
-msgstr "<="
+msgid "<bookmark_value>LOGNORMDIST function</bookmark_value><bookmark_value>cumulative lognormal distribution</bookmark_value>"
+msgstr "<bookmark_value>LOGNORMDIST ფუნქცია</bookmark_value><bookmark_value>სრული ლოგარითმული განაწილება</bookmark_value>"
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"par_id3145257\n"
-"20\n"
+"04060183.xhp\n"
+"hd_id3158417\n"
+"76\n"
"help.text"
-msgid "less than or equal to"
-msgstr "ნაკლებია ან ტოლია"
+msgid "LOGNORMDIST"
+msgstr "LOGNORMDIST"
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"par_id3145134\n"
-"21\n"
+"04060183.xhp\n"
+"par_id3154953\n"
+"77\n"
"help.text"
-msgid ">="
-msgstr ">="
+msgid "<ahelp hid=\"HID_FUNC_LOGNORMVERT\">Returns the cumulative lognormal distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_NEGBINOMVERT\">აბრუნებს უარყოფით ბინომინალურ განაწილებას.</ahelp>"
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"par_id3151214\n"
-"22\n"
+"04060183.xhp\n"
+"hd_id3150474\n"
+"78\n"
"help.text"
-msgid "greater than or equal to"
-msgstr "მეტია ან ტოლია"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"par_id3150345\n"
-"23\n"
+"04060183.xhp\n"
+"par_id3150686\n"
+"79\n"
"help.text"
-msgid "<>"
-msgstr "<>"
+msgid "LOGNORMDIST(Number; Mean; StDev; Cumulative)"
+msgstr ""
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"par_id3159101\n"
-"24\n"
+"04060183.xhp\n"
+"par_id3154871\n"
+"80\n"
"help.text"
-msgid "not equal to"
-msgstr "არაა ტოლი"
+msgid "<emph>Number</emph> is the probability value for which the standard logarithmic distribution is to be calculated."
+msgstr "<emph>რიცხვი</emph> არის ალბათობა რომლისთვისაც სტანდარტული ნორმალური გადახრა უნდა გამოითვალოს."
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"hd_id3150886\n"
-"25\n"
+"04060183.xhp\n"
+"par_id3155820\n"
+"81\n"
"help.text"
-msgid "Value"
-msgstr "მნიშვნელობა"
+msgid "<emph>Mean</emph> (optional) is the mean value of the standard logarithmic distribution."
+msgstr "<emph>საშუალო</emph> სტანდარტული ლოგარითმული განაწილების საშუალო არითმეტიკული."
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"par_id3155506\n"
-"26\n"
+"04060183.xhp\n"
+"par_id3155991\n"
+"82\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>"
+msgid "<emph>StDev</emph> (optional) is the standard deviation of the standard logarithmic distribution."
+msgstr "<emph>STDEV</emph> სტანდარტული ლოგარითმული განაწილების სტანდარტული გადახრა."
+
+#: 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 ""
-#: 12090103.xhp
+#: 04060183.xhp
msgctxt ""
-"12090103.xhp\n"
-"hd_id3146980\n"
-"27\n"
+"04060183.xhp\n"
+"hd_id3153178\n"
+"83\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>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060111.xhp
+#: 04060183.xhp
msgctxt ""
-"04060111.xhp\n"
-"tit\n"
+"04060183.xhp\n"
+"par_id3149778\n"
+"84\n"
"help.text"
-msgid "Add-in Functions"
-msgstr "დამატებითი ფუნქციები"
+msgid "<item type=\"input\">=LOGNORMDIST(0.1;0;1)</item> returns 0.01."
+msgstr ""
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"bm_id3150870\n"
+"04060184.xhp\n"
+"tit\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>"
+msgid "Statistical Functions Part Four"
+msgstr "სტატისტიკური ფუნქციები ნაწილი ოთხი"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"hd_id3150870\n"
+"04060184.xhp\n"
+"hd_id3153415\n"
"1\n"
"help.text"
-msgid "Add-in Functions"
-msgstr "დამატებითი ფუნქციები"
+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>"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3147427\n"
+"04060184.xhp\n"
+"bm_id3154511\n"
+"help.text"
+msgid "<bookmark_value>MAX function</bookmark_value>"
+msgstr "<bookmark_value>MAX ფუნქცია</bookmark_value>"
+
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3154511\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>"
+msgid "MAX"
+msgstr "MAX"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3163713\n"
-"75\n"
+"04060184.xhp\n"
+"par_id3153709\n"
+"3\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>"
+msgid "<ahelp hid=\"HID_FUNC_MAX\">Returns the maximum value in a list of arguments.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_MAX\">აბრუნებს არგუმენტთა სიიდან მაქსიმალურ მნიშვნელობას.</ahelp>"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3146120\n"
+"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
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3154256\n"
+"4\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3147340\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>დახმარებაში."
+msgid "MAX(Number1; Number2; ...Number30)"
+msgstr "MAX(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"hd_id3151075\n"
+"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
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3153963\n"
"7\n"
"help.text"
-msgid "Add-ins supplied"
-msgstr "დამატება"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3156285\n"
+"04060184.xhp\n"
+"par_id3147343\n"
"8\n"
"help.text"
-msgid "$[officename] contains examples for the add-in interface of $[officename] Calc."
-msgstr "$[officename] შეიცავს $[officename] Calc-ის დამატების ინტერფეისის მაგალითს."
+msgid "<item type=\"input\">=MAX(A1;A2;A3;50;100;200)</item> returns the largest value from the list."
+msgstr ""
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3159267\n"
-"76\n"
+"04060184.xhp\n"
+"par_id3148485\n"
+"9\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>"
+msgid "<item type=\"input\">=MAX(A1:B100)</item> returns the largest value from the list."
+msgstr ""
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3154703\n"
-"77\n"
+"04060184.xhp\n"
+"bm_id3166426\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>"
+msgid "<bookmark_value>MAXA function</bookmark_value>"
+msgstr "<bookmark_value>MAXA ფუნქცია</bookmark_value>"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"bm_id3149566\n"
+"04060184.xhp\n"
+"hd_id3166426\n"
+"139\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>"
+msgid "MAXA"
+msgstr "MAXA"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"hd_id3149566\n"
-"14\n"
+"04060184.xhp\n"
+"par_id3150363\n"
+"140\n"
"help.text"
-msgid "ISLEAPYEAR"
-msgstr "ISLEAPYEAR"
+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>"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3150297\n"
-"15\n"
+"04060184.xhp\n"
+"par_id7689443\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)."
+msgid "The functions MINA() and MAXA() return 0 if no value (numeric or text) and no error was encountered."
msgstr ""
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"hd_id3148487\n"
-"16\n"
+"04060184.xhp\n"
+"hd_id3150516\n"
+"141\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3150205\n"
-"17\n"
+"04060184.xhp\n"
+"par_id3166431\n"
+"142\n"
"help.text"
-msgid "ISLEAPYEAR(\"Date\")"
-msgstr "ISLEAPYEAR(თარიღი)"
+msgid "MAXA(Value1; Value2; ... Value30)"
+msgstr "MAXA(მნიშვნელობა 1; მნიშვნელობა 2; ... მნიშვნელობა 30)"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3159239\n"
-"18\n"
+"04060184.xhp\n"
+"par_id3150202\n"
+"143\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 ""
+msgid "<emph>Value1; Value2;...Value30</emph> are values or ranges. Text has the value of 0."
+msgstr "<emph>მნიშვნელობა 1; მნიშვნელობა 2;...მნიშვნელობა 30</emph> არის მნიშვნელობები ან დიაპაზონები. ტექსტს აქვს მნიშვნელობა 0."
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"hd_id3149817\n"
-"19\n"
+"04060184.xhp\n"
+"hd_id3156290\n"
+"144\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3150786\n"
-"20\n"
+"04060184.xhp\n"
+"par_id3156446\n"
+"145\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 თებერვალი."
+msgid "<item type=\"input\">=MAXA(A1;A2;A3;50;100;200;\"Text\")</item> returns the largest value from the list."
+msgstr ""
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_idN107E7\n"
+"04060184.xhp\n"
+"par_id3149404\n"
+"146\n"
"help.text"
-msgid "You may also use =ISLEAPYEAR(\"1968-02-29\") or =ISLEAPYEAR(\"2/29/68\")."
+msgid "<item type=\"input\">=MAXA(A1:B100)</item> returns the largest value from the list."
msgstr ""
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_idN107EA\n"
+"04060184.xhp\n"
+"bm_id3153820\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."
+msgid "<bookmark_value>MEDIAN function</bookmark_value>"
+msgstr "<bookmark_value>MEDIAN ფუნქცია</bookmark_value>"
+
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3153820\n"
+"11\n"
+"help.text"
+msgid "MEDIAN"
+msgstr "MEDIAN"
+
+#: 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 ""
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"bm_id3154656\n"
+"04060184.xhp\n"
+"hd_id3148871\n"
+"13\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>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"hd_id3154656\n"
+"04060184.xhp\n"
+"par_id3155264\n"
+"14\n"
+"help.text"
+msgid "MEDIAN(Number1; Number2; ...Number30)"
+msgstr "MEDIAN(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
+
+#: 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
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3144506\n"
+"16\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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
+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
+msgctxt ""
+"04060184.xhp\n"
+"bm_id3154541\n"
+"help.text"
+msgid "<bookmark_value>MIN function</bookmark_value>"
+msgstr "<bookmark_value>MIN ფუნქცია</bookmark_value>"
+
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3154541\n"
+"19\n"
+"help.text"
+msgid "MIN"
+msgstr "MIN"
+
+#: 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
+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
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3154651\n"
"21\n"
"help.text"
-msgid "YEARS"
-msgstr "YEARS"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3150886\n"
+"04060184.xhp\n"
+"par_id3146964\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>"
+msgid "MIN(Number1; Number2; ...Number30)"
+msgstr "MIN(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"hd_id3154370\n"
+"04060184.xhp\n"
+"par_id3153486\n"
"23\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges."
+msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის დიაპაზონის ციფრული მნიშვნელობები."
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3146114\n"
+"04060184.xhp\n"
+"hd_id3155523\n"
"24\n"
"help.text"
-msgid "YEARS(StartDate; EndDate; Type)"
-msgstr "YEARS(საწყისი თარიღი;საბოლოო თარიღი; ტიპი)"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3145387\n"
+"04060184.xhp\n"
+"par_id3154734\n"
"25\n"
"help.text"
-msgid "<emph>StartDate</emph> is the first date"
-msgstr "<emph>საწყისი თარიღი</emph>: თარიღი."
+msgid "<item type=\"input\">=MIN(A1:B100)</item> returns the smallest value in the list."
+msgstr ""
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3156290\n"
-"26\n"
+"04060184.xhp\n"
+"bm_id3147504\n"
"help.text"
-msgid "<emph>EndDate</emph> is the second date"
-msgstr "<emph>მონაცემი_2</emph> არის მონაცემთა მეორე წყობა."
+msgid "<bookmark_value>MINA function</bookmark_value>"
+msgstr "<bookmark_value>MINA ფუნქცია</bookmark_value>"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3152893\n"
-"27\n"
+"04060184.xhp\n"
+"hd_id3147504\n"
+"148\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 (კალენდარი წლები)."
+msgid "MINA"
+msgstr "MINA"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"bm_id3152898\n"
+"04060184.xhp\n"
+"par_id3147249\n"
+"149\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>"
+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>"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"hd_id3152898\n"
+"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
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3150435\n"
+"150\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 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
+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
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3148743\n"
+"153\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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
+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
+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
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3166465\n"
+"27\n"
+"help.text"
+msgid "AVEDEV"
+msgstr "AVEDEV"
+
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3150373\n"
"28\n"
"help.text"
-msgid "MONTHS"
-msgstr "MONTHS"
+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 ""
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3153066\n"
+"04060184.xhp\n"
+"hd_id3150038\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>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"hd_id3151240\n"
+"04060184.xhp\n"
+"par_id3145636\n"
"30\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "AVEDEV(Number1; Number2; ...Number30)"
+msgstr "AVEDEV(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3146869\n"
+"04060184.xhp\n"
+"par_id3157871\n"
"31\n"
"help.text"
-msgid "MONTHS(StartDate; EndDate; Type)"
-msgstr "MONTHS(საწყისი თარიღი;საბოლოო თარიღი; ტიპი)"
+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> არის მნიშვნელობები ან დიაპაზონები, რომლებიც ასახავს შერჩევას. ყოველი რიცხვი შეიძლება ასახავდეს მითითებას."
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3145075\n"
+"04060184.xhp\n"
+"hd_id3149725\n"
"32\n"
"help.text"
-msgid "<emph>StartDate</emph> is the first date"
-msgstr "<emph>საწყისი თარიღი</emph>: თარიღი."
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3157981\n"
+"04060184.xhp\n"
+"par_id3153122\n"
"33\n"
"help.text"
-msgid "<emph>EndDate</emph> is the second date"
-msgstr "<emph>მონაცემი_2</emph> არის მონაცემთა მეორე წყობა."
-
-#: 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 (კალენდარი თვეები)."
+msgid "<item type=\"input\">=AVEDEV(A1:A50)</item>"
+msgstr ""
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"bm_id3159094\n"
+"04060184.xhp\n"
+"bm_id3145824\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>"
+msgid "<bookmark_value>AVERAGE function</bookmark_value>"
+msgstr "<bookmark_value> AVERAGE ფუნქცია</bookmark_value>"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"hd_id3159094\n"
+"04060184.xhp\n"
+"hd_id3145824\n"
"35\n"
"help.text"
-msgid "ROT13"
-msgstr "ROT13"
+msgid "AVERAGE"
+msgstr "AVERAGE"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3146781\n"
+"04060184.xhp\n"
+"par_id3150482\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 ""
+msgid "<ahelp hid=\"HID_FUNC_MITTELWERT\">Returns the average of the arguments.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_MITTELWERT\">აბრუნებს არგუმენტთა საშუალო არითმეტიკულს.</ahelp>"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"hd_id3150893\n"
+"04060184.xhp\n"
+"hd_id3146943\n"
"37\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3159205\n"
+"04060184.xhp\n"
+"par_id3154679\n"
"38\n"
"help.text"
-msgid "ROT13(Text)"
-msgstr "ROT13(ტექსტი)"
+msgid "AVERAGE(Number1; Number2; ...Number30)"
+msgstr "AVERAGE(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3153249\n"
+"04060184.xhp\n"
+"par_id3150741\n"
"39\n"
"help.text"
-msgid "<emph>Text</emph> is the character string to be encrypted. ROT13(ROT13(Text)) decrypts the code."
+msgid "<emph>Number1; Number2;...Number 0</emph> are numerical values or ranges."
+msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის დიაპაზონის ციფრული მნიშვნელობები."
+
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3153039\n"
+"40\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3151232\n"
+"41\n"
+"help.text"
+msgid "<item type=\"input\">=AVERAGE(A1:A50)</item>"
msgstr ""
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"bm_id3151300\n"
+"04060184.xhp\n"
+"bm_id3148754\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>"
+msgid "<bookmark_value>AVERAGEA function</bookmark_value>"
+msgstr "<bookmark_value>AVERAGEA ფუნქცია</bookmark_value>"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"hd_id3151300\n"
+"04060184.xhp\n"
+"hd_id3148754\n"
+"157\n"
+"help.text"
+msgid "AVERAGEA"
+msgstr "AVERAGEA"
+
+#: 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
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3153326\n"
+"159\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 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
+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
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3149504\n"
+"162\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3150864\n"
+"163\n"
+"help.text"
+msgid "<item type=\"input\">=AVERAGEA(A1:A50)</item>"
+msgstr ""
+
+#: 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
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3153933\n"
"43\n"
"help.text"
-msgid "DAYSINYEAR"
-msgstr "DAYSINYEAR"
+msgid "MODE"
+msgstr "MODE"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3143220\n"
+"04060184.xhp\n"
+"par_id3153085\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>"
+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 ""
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"hd_id3145358\n"
+"04060184.xhp\n"
+"hd_id3153003\n"
"45\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3154651\n"
+"04060184.xhp\n"
+"par_id3155950\n"
"46\n"
"help.text"
-msgid "DAYSINYEAR(Date)"
-msgstr "DAYSINYEAR(თარიღი)"
+msgid "MODE(Number1; Number2; ...Number30)"
+msgstr "MODE(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3153803\n"
+"04060184.xhp\n"
+"par_id3150337\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 ""
+msgid "<emph>Number1; Number2;...Number30</emph> are numerical values or ranges."
+msgstr "<emph>რიცხვი 1; რიცხვი 2;...რიცხვი 30</emph> არის დიაპაზონის ციფრული მნიშვნელობები."
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"hd_id3153487\n"
+"04060184.xhp\n"
+"hd_id3153571\n"
"48\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3153811\n"
+"04060184.xhp\n"
+"par_id3153733\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 წლითვის."
-
-#: 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>"
+msgid "<item type=\"input\">=MODE(A1:A50)</item>"
+msgstr ""
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"hd_id3154737\n"
-"50\n"
+"04060184.xhp\n"
+"bm_id3149879\n"
"help.text"
-msgid "DAYSINMONTH"
-msgstr "DAYSINMONTH"
+msgid "<bookmark_value>NEGBINOMDIST function</bookmark_value><bookmark_value>negative binomial distribution</bookmark_value>"
+msgstr "<bookmark_value>NEGBINOMDIST ფუნქცია</bookmark_value><bookmark_value>ბინომინალური განაწილების უარყოფა</bookmark_value>"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3149316\n"
+"04060184.xhp\n"
+"hd_id3149879\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 ""
+msgid "NEGBINOMDIST"
+msgstr "NEGBINOMDIST"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"hd_id3145114\n"
+"04060184.xhp\n"
+"par_id3155437\n"
"52\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<ahelp hid=\"HID_FUNC_NEGBINOMVERT\">Returns the negative binomial distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_NEGBINOMVERT\">აბრუნებს უარყოფით ბინომინალურ განაწილებას.</ahelp>"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3150955\n"
+"04060184.xhp\n"
+"hd_id3145351\n"
"53\n"
"help.text"
-msgid "DAYSINMONTH(Date)"
-msgstr "DAYSINMONTH(თარიღი)"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3147501\n"
+"04060184.xhp\n"
+"par_id3150935\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 ""
+msgid "NEGBINOMDIST(X; R; SP)"
+msgstr "NEGBINOMDIST(X; R; SP)"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"hd_id3149871\n"
+"04060184.xhp\n"
+"par_id3153044\n"
"55\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<emph>X</emph> represents the value returned for unsuccessful tests."
+msgstr "<emph>X</emph> ასახავს წარუმატებელი ცდების შედეგებს."
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3155742\n"
+"04060184.xhp\n"
+"par_id3151018\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 წლითვის."
-
-#: 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>"
+msgid "<emph>R</emph> represents the value returned for successful tests."
+msgstr "<emph>R</emph> ასახავს წარმატებელი ცდების შედეგებს."
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"hd_id3149048\n"
+"04060184.xhp\n"
+"par_id3148878\n"
"57\n"
"help.text"
-msgid "WEEKS"
-msgstr "WEEKS"
+msgid "<emph>SP</emph> is the probability of the success of an attempt."
+msgstr "<emph>SP</emph> არის ცდის წარმატების ალბათობა."
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3153340\n"
+"04060184.xhp\n"
+"hd_id3149539\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>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"hd_id3150393\n"
+"04060184.xhp\n"
+"par_id3148770\n"
"59\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<item type=\"input\">=NEGBINOMDIST(1;1;0.5)</item> returns 0.25."
+msgstr ""
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3147402\n"
-"60\n"
+"04060184.xhp\n"
+"bm_id3155516\n"
"help.text"
-msgid "WEEKS(StartDate; EndDate; Type)"
-msgstr "WEEKS(საწყისი თარიღი;საბოლოო თარიღი; ტიპი)"
+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>"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3151387\n"
+"04060184.xhp\n"
+"hd_id3155516\n"
"61\n"
"help.text"
-msgid "<emph>StartDate</emph> is the first date"
-msgstr "<emph>საწყისი თარიღი</emph>: თარიღი."
+msgid "NORMINV"
+msgstr "NORMINV"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3146324\n"
+"04060184.xhp\n"
+"par_id3154634\n"
"62\n"
"help.text"
-msgid "<emph>EndDate</emph> is the second date"
-msgstr "<emph>მონაცემი_2</emph> არის მონაცემთა მეორე წყობა."
+msgid "<ahelp hid=\"HID_FUNC_NORMINV\">Returns the inverse of the normal cumulative distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_NORMINV\">აბრუნებს ნორმალური კუმულაციური განაწილების ინვერსიას.</ahelp>"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3166467\n"
+"04060184.xhp\n"
+"hd_id3153227\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 (კვირების რაოდენობა)."
-
-#: 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>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"hd_id3145237\n"
+"04060184.xhp\n"
+"par_id3147534\n"
"64\n"
"help.text"
-msgid "WEEKSINYEAR"
-msgstr "WEEKSINYEAR"
+msgid "NORMINV(Number; Mean; StDev)"
+msgstr "NORMINV(რიცხვი; მნიშვნელობა; STDEV)"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3147410\n"
+"04060184.xhp\n"
+"par_id3154950\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 ""
+msgid "<emph>Number</emph> represents the probability value used to determine the inverse normal distribution."
+msgstr "<emph>რიცხვი</emph> ასახავს ალბათონის მნიშვნელობას ნორმალური განაწილების ინვერსიისთვის."
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"hd_id3149719\n"
+"04060184.xhp\n"
+"par_id3150690\n"
"66\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<emph>Mean</emph> represents the mean value in the normal distribution."
+msgstr "<emph>საშუალო</emph> ასახავს ნორმალური განაწილების საშუალოს."
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3145638\n"
+"04060184.xhp\n"
+"par_id3148594\n"
"67\n"
"help.text"
-msgid "WEEKSINYEAR(Date)"
-msgstr "WEEKSINYEAR(თარიღი)"
+msgid "<emph>StDev</emph> represents the standard deviation of the normal distribution."
+msgstr "<emph>STDEV</emph> ასახავს ნორმალური განაწილების სტანდარტულ გადახრას."
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3149946\n"
+"04060184.xhp\n"
+"hd_id3155822\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 ""
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"hd_id3150037\n"
+"04060184.xhp\n"
+"par_id3153921\n"
"69\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+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 ""
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3147614\n"
-"70\n"
+"04060184.xhp\n"
+"bm_id3153722\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 წლითვის."
+msgid "<bookmark_value>NORMDIST function</bookmark_value><bookmark_value>density function</bookmark_value>"
+msgstr "<bookmark_value>NORMDIST ფუნქცია</bookmark_value><bookmark_value>სიმკვრივის ფუნქცია</bookmark_value>"
-#: 04060111.xhp
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"hd_id3157901\n"
+"04060184.xhp\n"
+"hd_id3153722\n"
+"71\n"
+"help.text"
+msgid "NORMDIST"
+msgstr "NORMDIST"
+
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3150386\n"
"72\n"
"help.text"
-msgid "Add-ins through %PRODUCTNAME API"
-msgstr "დამატება %PRODUCTNAME API"
+msgid "<ahelp hid=\"HID_FUNC_NORMVERT\">Returns the density function or the normal cumulative distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_NORMINV\">აბრუნებს ნორმალური კუმულაციური განაწილების ინვერსიას.</ahelp>"
-#: 04060111.xhp
-#, fuzzy
+#: 04060184.xhp
msgctxt ""
-"04060111.xhp\n"
-"par_id3149351\n"
+"04060184.xhp\n"
+"hd_id3083282\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>."
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12080600.xhp
+#: 04060184.xhp
msgctxt ""
-"12080600.xhp\n"
-"tit\n"
+"04060184.xhp\n"
+"par_id3150613\n"
+"74\n"
"help.text"
-msgid "Remove"
-msgstr "წაშლა"
+msgid "NORMDIST(Number; Mean; StDev; C)"
+msgstr "NORMDIST(რიცხვი; მნიშვნელობა; STDEV; C)"
-#: 12080600.xhp
+#: 04060184.xhp
msgctxt ""
-"12080600.xhp\n"
-"hd_id3148947\n"
-"1\n"
+"04060184.xhp\n"
+"par_id3149820\n"
+"75\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>"
+msgid "<emph>Number</emph> is the value of the distribution based on which the normal distribution is to be calculated."
+msgstr ""
-#: 12080600.xhp
+#: 04060184.xhp
msgctxt ""
-"12080600.xhp\n"
-"par_id3149656\n"
-"2\n"
+"04060184.xhp\n"
+"par_id3146063\n"
+"76\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>"
+msgid "<emph>Mean</emph> is the mean value of the distribution."
+msgstr "<emph>საშუალო</emph> არის განაწილების საშუალო."
-#: 12090000.xhp
-#, fuzzy
+#: 04060184.xhp
msgctxt ""
-"12090000.xhp\n"
-"tit\n"
+"04060184.xhp\n"
+"par_id3156295\n"
+"77\n"
"help.text"
-msgid "Pivot Table"
-msgstr "ცხრილის დაყოფა"
+msgid "<emph>StDev</emph> is the standard deviation of the distribution."
+msgstr "<emph>STDEV</emph> არის ნორმალური განაწილების სტანდარტული გადახრა."
-#: 12090000.xhp
-#, fuzzy
+#: 04060184.xhp
msgctxt ""
-"12090000.xhp\n"
-"hd_id3150275\n"
-"1\n"
+"04060184.xhp\n"
+"par_id3145080\n"
+"78\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>"
+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 განაწილება."
-#: 12090000.xhp
+#: 04060184.xhp
msgctxt ""
-"12090000.xhp\n"
-"par_id3153562\n"
-"2\n"
+"04060184.xhp\n"
+"hd_id3152972\n"
+"79\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."
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 12090000.xhp
-#, fuzzy
+#: 04060184.xhp
msgctxt ""
-"12090000.xhp\n"
-"hd_id3155923\n"
-"3\n"
+"04060184.xhp\n"
+"par_id3149448\n"
+"81\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>"
+msgid "<item type=\"input\">=NORMDIST(70;63;5;1)</item> returns 0.92."
+msgstr ""
-#: 12090000.xhp
-#, fuzzy
+#: 04060184.xhp
msgctxt ""
-"12090000.xhp\n"
-"par_idN105FB\n"
+"04060184.xhp\n"
+"bm_id3152934\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>"
+msgid "<bookmark_value>PEARSON function</bookmark_value>"
+msgstr "<bookmark_value>PEARSON ფუნქცია</bookmark_value>"
-#: 12090400.xhp
+#: 04060184.xhp
msgctxt ""
-"12090400.xhp\n"
-"tit\n"
+"04060184.xhp\n"
+"hd_id3152934\n"
+"83\n"
"help.text"
-msgid "Grouping"
-msgstr "დაჯგუფება"
+msgid "PEARSON"
+msgstr "PEARSON"
-#: 12090400.xhp
+#: 04060184.xhp
msgctxt ""
-"12090400.xhp\n"
-"par_idN1054D\n"
+"04060184.xhp\n"
+"par_id3153216\n"
+"84\n"
"help.text"
-msgid "Grouping"
-msgstr "დაჯგუფება"
+msgid "<ahelp hid=\"HID_FUNC_PEARSON\">Returns the Pearson product moment correlation coefficient r.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_PEARSON\">აბრუნებს r კორელაციის კოეფიციენტის პირსონის ნამრავლს.</ahelp>"
-#: 12090400.xhp
+#: 04060184.xhp
msgctxt ""
-"12090400.xhp\n"
-"par_idN10551\n"
+"04060184.xhp\n"
+"hd_id3147081\n"
+"85\n"
"help.text"
-msgid "Grouping pivot tables displays the <emph>Grouping</emph> dialog for either values or dates."
-msgstr ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 12090400.xhp
+#: 04060184.xhp
msgctxt ""
-"12090400.xhp\n"
-"par_idN10568\n"
+"04060184.xhp\n"
+"par_id3156133\n"
+"86\n"
"help.text"
-msgid "Start"
-msgstr "დასაწყისი"
+msgid "PEARSON(Data1; Data2)"
+msgstr "PEARSON(მონაცემები_1; მონაცემები_2)"
-#: 12090400.xhp
+#: 04060184.xhp
msgctxt ""
-"12090400.xhp\n"
-"par_idN1056C\n"
+"04060184.xhp\n"
+"par_id3151272\n"
+"87\n"
"help.text"
-msgid "Specifies the start of the grouping."
-msgstr "საზღვრავს დაჯგუფების დასაწყისს."
+msgid "<emph>Data1</emph> represents the array of the first data set."
+msgstr "<emph>მონაცემები_1</emph> მონაცემთა პირველი წყობის მასივს ასახავს."
-#: 12090400.xhp
+#: 04060184.xhp
msgctxt ""
-"12090400.xhp\n"
-"par_idN1056F\n"
+"04060184.xhp\n"
+"par_id3153279\n"
+"88\n"
"help.text"
-msgid "Automatically"
-msgstr "ავტომატურად"
+msgid "<emph>Data2</emph> represents the array of the second data set."
+msgstr "<emph>მონაცემები_2</emph> მონაცემთა მეორე წყობის მასივს ასახავს."
-#: 12090400.xhp
+#: 04060184.xhp
msgctxt ""
-"12090400.xhp\n"
-"par_idN10573\n"
+"04060184.xhp\n"
+"hd_id3147567\n"
+"89\n"
"help.text"
-msgid "Specifies whether to start grouping at the smallest value."
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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
+msgctxt ""
+"04060184.xhp\n"
+"bm_id3152806\n"
+"help.text"
+msgid "<bookmark_value>PHI function</bookmark_value>"
+msgstr "<bookmark_value>PHI ფუნქცია</bookmark_value>"
+
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3152806\n"
+"92\n"
+"help.text"
+msgid "PHI"
+msgstr "PHI"
+
+#: 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
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3154748\n"
+"94\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3149976\n"
+"95\n"
+"help.text"
+msgid "PHI(Number)"
+msgstr "PHI(რიცხვი)"
+
+#: 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
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3153621\n"
+"97\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3155849\n"
+"98\n"
+"help.text"
+msgid "<item type=\"input\">=PHI(2.25) </item>= 0.03"
msgstr ""
-#: 12090400.xhp
+#: 04060184.xhp
msgctxt ""
-"12090400.xhp\n"
-"par_idN10576\n"
+"04060184.xhp\n"
+"par_id3143236\n"
+"99\n"
"help.text"
-msgid "Manually at"
-msgstr "ხელით"
+msgid "<item type=\"input\">=PHI(-2.25)</item> = 0.03"
+msgstr ""
-#: 12090400.xhp
+#: 04060184.xhp
msgctxt ""
-"12090400.xhp\n"
-"par_idN1057A\n"
+"04060184.xhp\n"
+"par_id3149286\n"
+"100\n"
"help.text"
-msgid "Specifies whether to enter the start value for grouping yourself."
+msgid "<item type=\"input\">=PHI(0)</item> = 0.4"
msgstr ""
-#: 12090400.xhp
+#: 04060184.xhp
msgctxt ""
-"12090400.xhp\n"
-"par_idN1057D\n"
+"04060184.xhp\n"
+"bm_id3153985\n"
"help.text"
-msgid "End"
-msgstr "დასასრული"
+msgid "<bookmark_value>POISSON function</bookmark_value>"
+msgstr "<bookmark_value>POISSON ფუნქცია</bookmark_value>"
-#: 12090400.xhp
+#: 04060184.xhp
msgctxt ""
-"12090400.xhp\n"
-"par_idN10581\n"
+"04060184.xhp\n"
+"hd_id3153985\n"
+"102\n"
"help.text"
-msgid "Specifies the end of the grouping."
-msgstr "საზღვრავს დაჯგუფების დასასრულს."
+msgid "POISSON"
+msgstr "POISSON"
-#: 12090400.xhp
+#: 04060184.xhp
msgctxt ""
-"12090400.xhp\n"
-"par_idN10584\n"
+"04060184.xhp\n"
+"par_id3154298\n"
+"103\n"
"help.text"
-msgid "Automatically"
-msgstr "ავტომატურად"
+msgid "<ahelp hid=\"HID_FUNC_POISSON\">Returns the Poisson distribution.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_POISSON\">აბრუნებს პოიზონის განაწილებას.</ahelp>"
-#: 12090400.xhp
+#: 04060184.xhp
msgctxt ""
-"12090400.xhp\n"
-"par_idN10588\n"
+"04060184.xhp\n"
+"hd_id3159183\n"
+"104\n"
"help.text"
-msgid "Specifies whether to end grouping at the largest value."
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3146093\n"
+"105\n"
+"help.text"
+msgid "POISSON(Number; Mean; C)"
+msgstr "POISSON(რიცხვი; მნიშვნელობა; C)"
+
+#: 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
+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
+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 ""
-#: 12090400.xhp
+#: 04060184.xhp
msgctxt ""
-"12090400.xhp\n"
-"par_idN1058B\n"
+"04060184.xhp\n"
+"hd_id3159347\n"
+"109\n"
"help.text"
-msgid "Manually at"
-msgstr "ხელით"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090400.xhp
+#: 04060184.xhp
msgctxt ""
-"12090400.xhp\n"
-"par_idN1058F\n"
+"04060184.xhp\n"
+"par_id3150113\n"
+"110\n"
"help.text"
-msgid "Specifies whether to enter the end value for grouping yourself."
+msgid "<item type=\"input\">=POISSON(60;50;1)</item> returns 0.93."
msgstr ""
-#: 12090400.xhp
+#: 04060184.xhp
msgctxt ""
-"12090400.xhp\n"
-"par_idN10592\n"
+"04060184.xhp\n"
+"bm_id3153100\n"
"help.text"
-msgid "Group by"
-msgstr "დაკგუფება"
+msgid "<bookmark_value>PERCENTILE function</bookmark_value>"
+msgstr "<bookmark_value>PERCENTILE ფუნქცია</bookmark_value>"
-#: 12090400.xhp
+#: 04060184.xhp
msgctxt ""
-"12090400.xhp\n"
-"par_idN10596\n"
+"04060184.xhp\n"
+"hd_id3153100\n"
+"112\n"
"help.text"
-msgid "Specifies the value range by which every group's limits are calculated."
-msgstr "საზღვრავს მნიშვნელობათა დიაპაზონს, რომლითაც ჯგუფის ყოველი შეზღუდვები გამოითვლება."
+msgid "PERCENTILE"
+msgstr "PERCENTILE"
-#: 12090400.xhp
+#: 04060184.xhp
msgctxt ""
-"12090400.xhp\n"
-"par_idN10599\n"
+"04060184.xhp\n"
+"par_id3154940\n"
+"113\n"
"help.text"
-msgid "Number of days"
-msgstr "დღეების რაოდენობა"
+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 ""
-#: 12090400.xhp
+#: 04060184.xhp
msgctxt ""
-"12090400.xhp\n"
-"par_idN1059D\n"
+"04060184.xhp\n"
+"hd_id3150531\n"
+"114\n"
"help.text"
-msgid "In the case of grouping date values, specifies the number of days to group by."
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3148813\n"
+"115\n"
+"help.text"
+msgid "PERCENTILE(Data; Alpha)"
+msgstr "PERCENTILE(მონაცემები;ალფა)"
+
+#: 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
+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 ""
-#: 12090400.xhp
+#: 04060184.xhp
msgctxt ""
-"12090400.xhp\n"
-"par_idN105A0\n"
+"04060184.xhp\n"
+"hd_id3154290\n"
+"118\n"
"help.text"
-msgid "Intervals"
-msgstr "ინტერვალები"
+msgid "Example"
+msgstr "მაგალითი"
-#: 12090400.xhp
+#: 04060184.xhp
msgctxt ""
-"12090400.xhp\n"
-"par_idN105A4\n"
+"04060184.xhp\n"
+"par_id3159147\n"
+"119\n"
"help.text"
-msgid "In the case of grouping date values, specifies the intervals to group by."
+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 ""
-#: 12090400.xhp
+#: 04060184.xhp
msgctxt ""
-"12090400.xhp\n"
-"par_idN105B2\n"
+"04060184.xhp\n"
+"bm_id3148807\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\"/>"
+msgid "<bookmark_value>PERCENTRANK function</bookmark_value>"
+msgstr "<bookmark_value>PERCENTRANK ფუნქცია</bookmark_value>"
-#: 06030700.xhp
+#: 04060184.xhp
msgctxt ""
-"06030700.xhp\n"
-"tit\n"
+"04060184.xhp\n"
+"hd_id3148807\n"
+"121\n"
"help.text"
-msgid "Fill Mode"
-msgstr "შევსების რეჟიმი"
+msgid "PERCENTRANK"
+msgstr "PERCENTRANK"
-#: 06030700.xhp
+#: 04060184.xhp
msgctxt ""
-"06030700.xhp\n"
-"bm_id3145119\n"
+"04060184.xhp\n"
+"par_id3153573\n"
+"122\n"
"help.text"
-msgid "<bookmark_value>cells; trace fill mode</bookmark_value><bookmark_value>traces; precedents for multiple cells</bookmark_value>"
-msgstr ""
+msgid "<ahelp hid=\"HID_FUNC_QUANTILSRANG\">Returns the percentage rank of a value in a sample.</ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_QUANTILSRANG\">აბრუნებს შერჩევასი მნიშვნელობის პროცენტულ რანგს.</ahelp>"
-#: 06030700.xhp
+#: 04060184.xhp
msgctxt ""
-"06030700.xhp\n"
-"hd_id3145119\n"
-"1\n"
+"04060184.xhp\n"
+"hd_id3147512\n"
+"123\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>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 06030700.xhp
+#: 04060184.xhp
msgctxt ""
-"06030700.xhp\n"
-"par_id3151246\n"
-"2\n"
+"04060184.xhp\n"
+"par_id3147238\n"
+"124\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."
+msgid "PERCENTRANK(Data; Value)"
+msgstr "PERCENTRANK(მონაცემები; მნიშვნელობა)"
+
+#: 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
+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
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3155364\n"
+"127\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
-#: 06030700.xhp
+#: 04060184.xhp
msgctxt ""
-"06030700.xhp\n"
-"par_id3151211\n"
-"3\n"
+"04060184.xhp\n"
+"bm_id3166442\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."
+msgid "<bookmark_value>QUARTILE function</bookmark_value>"
+msgstr "<bookmark_value>QUARTILE ფუნქცია</bookmark_value>"
+
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3166442\n"
+"130\n"
+"help.text"
+msgid "QUARTILE"
+msgstr "QUARTILE"
+
+#: 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
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3152942\n"
+"132\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: 04060184.xhp
+msgctxt ""
+"04060184.xhp\n"
+"par_id3153684\n"
+"133\n"
+"help.text"
+msgid "QUARTILE(Data; Type)"
+msgstr "QUARTILE(მონაცემები; ტიპი)"
+
+#: 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
+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
+msgctxt ""
+"04060184.xhp\n"
+"hd_id3149103\n"
+"136\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 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 ""
#: 04060185.xhp
@@ -45555,7 +43422,6 @@ msgid "STDEV"
msgstr "STDEV"
#: 04060185.xhp
-#, fuzzy
msgctxt ""
"04060185.xhp\n"
"par_id3146888\n"
@@ -45885,7 +43751,6 @@ msgid "<emph>Mean</emph> is the arithmetic mean of the distribution."
msgstr "<emph>საშუალო</emph> განაწილების საშუალო არითმეტიკული."
#: 04060185.xhp
-#, fuzzy
msgctxt ""
"04060185.xhp\n"
"par_id3148874\n"
@@ -46015,7 +43880,7 @@ msgctxt ""
"par_id8652302\n"
"help.text"
msgid "It is GAUSS(x)=NORMSDIST(x)-0.5"
-msgstr "თუ არის GAUSS(x)=NORMSDIST(x)-0.5"
+msgstr "ეს არის GAUSS(x)=NORMSDIST(x)-0.5"
#: 04060185.xhp
msgctxt ""
@@ -46942,7 +44807,6 @@ msgid "PERMUTATIONA"
msgstr "PERMUTATIONA"
#: 04060185.xhp
-#, fuzzy
msgctxt ""
"04060185.xhp\n"
"par_id3144759\n"
@@ -47251,11611 +45115,13598 @@ msgctxt ""
msgid "See also the <link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Calc:_WEIBULL_function\">Wiki page</link>."
msgstr ""
-#: 12120200.xhp
+#: 04060199.xhp
msgctxt ""
-"12120200.xhp\n"
+"04060199.xhp\n"
"tit\n"
"help.text"
-msgid "Input Help"
-msgstr "შეყვანის დახმარება"
+msgid "Operators in $[officename] Calc"
+msgstr "$[officename] Calc-ში ოპერატორები"
-#: 12120200.xhp
+#: 04060199.xhp
msgctxt ""
-"12120200.xhp\n"
-"hd_id3156280\n"
+"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
+msgctxt ""
+"04060199.xhp\n"
+"hd_id3156445\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>"
+msgid "Operators in $[officename] Calc"
+msgstr "$[officename] Calc-ში ოპერატორები"
-#: 12120200.xhp
-#, fuzzy
+#: 04060199.xhp
msgctxt ""
-"12120200.xhp\n"
-"par_id3147229\n"
+"04060199.xhp\n"
+"par_id3155812\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>"
+msgid "You can use the following operators in $[officename] Calc:"
+msgstr "$[officename] Calc-ში შემდეგი ოპერატორები გამოიყენეთ:"
-#: 12120200.xhp
+#: 04060199.xhp
msgctxt ""
-"12120200.xhp\n"
-"hd_id3146986\n"
+"04060199.xhp\n"
+"hd_id3153066\n"
"3\n"
"help.text"
-msgid "Show input help when cell is selected"
-msgstr "როდესაც უჯრა მონიშნულია, შეტანის დახმარების ჩვენება"
+msgid "Arithmetical Operators"
+msgstr "არითმეტიკული ოპერატორები"
-#: 12120200.xhp
+#: 04060199.xhp
msgctxt ""
-"12120200.xhp\n"
-"par_id3153363\n"
+"04060199.xhp\n"
+"par_id3148601\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 ""
+msgid "These operators return numerical results."
+msgstr "აბრუნებს რიცხობროვ შედეგს."
-#: 12120200.xhp
+#: 04060199.xhp
msgctxt ""
-"12120200.xhp\n"
-"par_id3154730\n"
+"04060199.xhp\n"
+"par_id3144768\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> უჯრაში და შემდეგ აირჩევთ გაწმენდას, ტექსტი დაიკარგება."
+msgid "Operator"
+msgstr "ოპერატორი"
-#: 12120200.xhp
+#: 04060199.xhp
msgctxt ""
-"12120200.xhp\n"
-"hd_id3147394\n"
+"04060199.xhp\n"
+"par_id3157982\n"
"6\n"
"help.text"
-msgid "Contents"
-msgstr "შიგთავსი"
+msgid "Name"
+msgstr "სახელი"
-#: 12120200.xhp
+#: 04060199.xhp
msgctxt ""
-"12120200.xhp\n"
-"hd_id3149582\n"
+"04060199.xhp\n"
+"par_id3159096\n"
+"7\n"
+"help.text"
+msgid "Example"
+msgstr "მაგალითი"
+
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id3149126\n"
"8\n"
"help.text"
-msgid "Title"
-msgstr "სათაური"
+msgid "+ (Plus)"
+msgstr "+ (პლუსი)"
-#: 12120200.xhp
+#: 04060199.xhp
msgctxt ""
-"12120200.xhp\n"
-"par_id3149400\n"
+"04060199.xhp\n"
+"par_id3150892\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>"
+msgid "Addition"
+msgstr "მიმატება"
-#: 12120200.xhp
+#: 04060199.xhp
msgctxt ""
-"12120200.xhp\n"
-"hd_id3149121\n"
+"04060199.xhp\n"
+"par_id3153247\n"
"10\n"
"help.text"
-msgid "Input help"
-msgstr "შეყვანის დახმარება"
+msgid "1+1"
+msgstr "1+1"
-#: 12120200.xhp
+#: 04060199.xhp
msgctxt ""
-"12120200.xhp\n"
-"par_id3150752\n"
+"04060199.xhp\n"
+"par_id3159204\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>"
+msgid "- (Minus)"
+msgstr "- (მინუსი)"
-#: 02140400.xhp
+#: 04060199.xhp
msgctxt ""
-"02140400.xhp\n"
-"tit\n"
+"04060199.xhp\n"
+"par_id3145362\n"
+"12\n"
"help.text"
-msgid "Left"
-msgstr "მარცხენა"
+msgid "Subtraction"
+msgstr "გამოკლება"
-#: 02140400.xhp
+#: 04060199.xhp
msgctxt ""
-"02140400.xhp\n"
-"hd_id3153896\n"
-"1\n"
+"04060199.xhp\n"
+"par_id3153554\n"
+"13\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>"
+msgid "2-1"
+msgstr "2-1"
-#: 02140400.xhp
+#: 04060199.xhp
msgctxt ""
-"02140400.xhp\n"
-"par_id3150793\n"
-"2\n"
+"04060199.xhp\n"
+"par_id3153808\n"
+"14\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>"
+msgid "- (Minus)"
+msgstr "- (მინუსი)"
-#: 02140400.xhp
+#: 04060199.xhp
msgctxt ""
-"02140400.xhp\n"
-"par_id3156280\n"
-"3\n"
+"04060199.xhp\n"
+"par_id3151193\n"
+"15\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 "თუ მონიშნული დიაპაზონი არის მხოლოდ ერთი სტრიქონი, მაშინ კიდურა მარჯვენა უჯრის შემადგენლობა კოპირდება ყველ დანარჩენში მონიშნულში. თუ მონიშნული რამოდენიმე სტრიქონი, მაშინ მითითებული მარჯვნა უჯრა კოპირებული იქნება მარცხნივ."
+msgid "Negation"
+msgstr "უარყოფა"
-#: 04010200.xhp
+#: 04060199.xhp
msgctxt ""
-"04010200.xhp\n"
-"tit\n"
+"04060199.xhp\n"
+"par_id3154712\n"
+"16\n"
"help.text"
-msgid "Column Break"
-msgstr "სვეტის გაწყვეტა"
+msgid "-5"
+msgstr "-5"
-#: 04010200.xhp
+#: 04060199.xhp
msgctxt ""
-"04010200.xhp\n"
-"bm_id3155923\n"
+"04060199.xhp\n"
+"par_id3149873\n"
+"17\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>"
+msgid "* (asterisk)"
+msgstr "* (ვარლსკვავი)"
-#: 04010200.xhp
+#: 04060199.xhp
msgctxt ""
-"04010200.xhp\n"
-"hd_id3155923\n"
-"1\n"
+"04060199.xhp\n"
+"par_id3147504\n"
+"18\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>"
+msgid "Multiplication"
+msgstr "გამრავლება"
-#: 04010200.xhp
+#: 04060199.xhp
msgctxt ""
-"04010200.xhp\n"
-"par_id3150447\n"
-"2\n"
+"04060199.xhp\n"
+"par_id3149055\n"
+"19\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>"
+msgid "2*2"
+msgstr "2*2"
-#: 04010200.xhp
+#: 04060199.xhp
msgctxt ""
-"04010200.xhp\n"
-"par_id3145171\n"
-"3\n"
+"04060199.xhp\n"
+"par_id3151341\n"
+"20\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."
+msgid "/ (Slash)"
+msgstr "/ (გაყოფა)"
-#: 04030000.xhp
+#: 04060199.xhp
msgctxt ""
-"04030000.xhp\n"
-"tit\n"
+"04060199.xhp\n"
+"par_id3159260\n"
+"21\n"
"help.text"
-msgid "Rows"
-msgstr "რიგები"
+msgid "Division"
+msgstr "გაყოფა"
-#: 04030000.xhp
+#: 04060199.xhp
msgctxt ""
-"04030000.xhp\n"
-"bm_id3150541\n"
+"04060199.xhp\n"
+"par_id3153027\n"
+"22\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>"
+msgid "9/3"
+msgstr "9/3"
-#: 04030000.xhp
+#: 04060199.xhp
msgctxt ""
-"04030000.xhp\n"
-"hd_id3150541\n"
-"1\n"
+"04060199.xhp\n"
+"par_id3156396\n"
+"23\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>"
+msgid "% (Percent)"
+msgstr "% (პროცენტი)"
-#: 04030000.xhp
+#: 04060199.xhp
msgctxt ""
-"04030000.xhp\n"
-"par_id3150767\n"
-"2\n"
+"04060199.xhp\n"
+"par_id3150372\n"
+"24\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."
+msgid "Percent"
+msgstr "პროცენტი"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"tit\n"
+"04060199.xhp\n"
+"par_id3145632\n"
+"25\n"
"help.text"
-msgid "Header/Footer"
-msgstr "თავსართი/ქვესართი"
+msgid "15%"
+msgstr "15%"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"bm_id3153360\n"
+"04060199.xhp\n"
+"par_id3149722\n"
+"26\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>"
+msgid "^ (Caret)"
+msgstr ""
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"hd_id3153360\n"
-"1\n"
+"04060199.xhp\n"
+"par_id3159127\n"
+"27\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>"
+msgid "Exponentiation"
+msgstr "ახარისხება"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3150768\n"
-"2\n"
+"04060199.xhp\n"
+"par_id3157873\n"
+"28\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>"
+msgid "3^2"
+msgstr "3^2"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"hd_id3145748\n"
-"3\n"
+"04060199.xhp\n"
+"hd_id3152981\n"
+"29\n"
"help.text"
-msgid "Left Area"
-msgstr "მანცხენა არე"
+msgid "Comparative operators"
+msgstr "შემადარებელი ოპერატორები"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3147434\n"
-"4\n"
+"04060199.xhp\n"
+"par_id3157902\n"
+"30\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>"
+msgid "These operators return either true or false."
+msgstr "ეს ოპერატორები აბრუნებენ ჭეშმარიტს ან მცდარს."
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"hd_id3148648\n"
-"5\n"
+"04060199.xhp\n"
+"par_id3149889\n"
+"31\n"
"help.text"
-msgid "Center Area"
-msgstr "შუა არე"
+msgid "Operator"
+msgstr "ოპერატორი"
-#: 02120100.xhp
-#, fuzzy
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3163710\n"
-"6\n"
+"04060199.xhp\n"
+"par_id3150743\n"
+"32\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>"
+msgid "Name"
+msgstr "სახელი"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"hd_id3154942\n"
-"7\n"
+"04060199.xhp\n"
+"par_id3146877\n"
+"33\n"
"help.text"
-msgid "Right Area"
-msgstr "მარჯვენა არე"
+msgid "Example"
+msgstr "მაგალითი"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3147126\n"
-"8\n"
+"04060199.xhp\n"
+"par_id3148888\n"
+"34\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>"
+msgid "= (equal sign)"
+msgstr "= (ტოლობის ნიშანი)"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_idN10811\n"
+"04060199.xhp\n"
+"par_id3154845\n"
+"35\n"
"help.text"
-msgid "Header/Footer"
-msgstr "თავსართი/ქვესართი"
+msgid "Equal"
+msgstr "ტოლია"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_idN10815\n"
+"04060199.xhp\n"
+"par_id3154546\n"
+"36\n"
"help.text"
-msgid "<ahelp hid=\".\">Select a predefined header or footer from the list.</ahelp>"
-msgstr "<ahelp hid=\".\">სიაში მოიშნეთ წინასწარ განსაზღვრული ზედა და ქვედა კოლონტიტულები.</ahelp>"
+msgid "A1=B1"
+msgstr "A1=B1"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"hd_id3154729\n"
-"9\n"
+"04060199.xhp\n"
+"par_id3154807\n"
+"37\n"
"help.text"
-msgid "Text attributes"
-msgstr "ტექსტის ატრიბუტები"
+msgid "> (Greater than)"
+msgstr "> (მეტია ვიდრე)"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3150717\n"
-"10\n"
+"04060199.xhp\n"
+"par_id3148580\n"
+"38\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>."
+msgid "Greater than"
+msgstr "მეტია ვიდრე"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3159266\n"
+"04060199.xhp\n"
+"par_id3145138\n"
+"39\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>"
+msgid "A1>B1"
+msgstr "A1>B1"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3155336\n"
-"25\n"
+"04060199.xhp\n"
+"par_id3149507\n"
+"40\n"
"help.text"
-msgid "Text Attributes"
-msgstr "ტექსტის ატრიბუტები"
+msgid "< (Less than)"
+msgstr "< (ნაკლებია ვიდრე)"
-#: 02120100.xhp
-#, fuzzy
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"hd_id3145792\n"
-"11\n"
+"04060199.xhp\n"
+"par_id3150145\n"
+"41\n"
"help.text"
-msgid "File Name"
-msgstr "ფაილის სახელი"
+msgid "Less than"
+msgstr "ნაკლებია ვიდრე"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3150206\n"
-"12\n"
+"04060199.xhp\n"
+"par_id3150901\n"
+"42\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>), მაშინი ჩაჯდება ფაილის სახელი."
+msgid "A1<B1"
+msgstr "A1<B1"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3150369\n"
+"04060199.xhp\n"
+"par_id3153078\n"
+"43\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>"
+msgid ">= (Greater than or equal to)"
+msgstr ">= (მეტია ან ტოლია)"
-#: 02120100.xhp
-#, fuzzy
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3154487\n"
-"26\n"
+"04060199.xhp\n"
+"par_id3150866\n"
+"44\n"
"help.text"
-msgid "File Name"
-msgstr "ფაილის სახელი"
+msgid "Greater than or equal to"
+msgstr "მეტია ან ტოლია"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"hd_id3155812\n"
-"13\n"
+"04060199.xhp\n"
+"par_id3153111\n"
+"45\n"
"help.text"
-msgid "Sheet Name"
-msgstr "ფურცლის სახელი"
+msgid "A1>=B1"
+msgstr "A1>=B1"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3148842\n"
-"14\n"
+"04060199.xhp\n"
+"par_id3153004\n"
+"46\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>"
+msgid "<= (Less than or equal to)"
+msgstr "<= (ნაკლებია ან ტოლია)"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3146870\n"
+"04060199.xhp\n"
+"par_id3150335\n"
+"47\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>"
+msgid "Less than or equal to"
+msgstr "ნაკლებია ან ტოლია"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3147071\n"
-"27\n"
+"04060199.xhp\n"
+"par_id3148760\n"
+"48\n"
"help.text"
-msgid "Sheet Name"
-msgstr "ფურცლის სახელი"
+msgid "A1<=B1"
+msgstr "A1<=B1"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"hd_id3144768\n"
-"15\n"
+"04060199.xhp\n"
+"par_id3157994\n"
+"49\n"
"help.text"
-msgid "Page"
-msgstr "გვერდი"
+msgid "<> (Inequality)"
+msgstr "<> (სხვაობა)"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3154960\n"
-"16\n"
+"04060199.xhp\n"
+"par_id3150019\n"
+"50\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>"
+msgid "Inequality"
+msgstr "სხვაობა"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3151304\n"
+"04060199.xhp\n"
+"par_id3149878\n"
+"51\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>"
+msgid "A1<>B1"
+msgstr "A1<>B1"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3150048\n"
-"28\n"
+"04060199.xhp\n"
+"hd_id3145241\n"
+"52\n"
"help.text"
-msgid "Page"
-msgstr "გვერდი"
+msgid "Text operators"
+msgstr "ტექსტის ოპერატორები"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"hd_id3146962\n"
-"17\n"
+"04060199.xhp\n"
+"par_id3155438\n"
+"53\n"
"help.text"
-msgid "Pages"
-msgstr "გვერდები"
+msgid "The operator combines separate texts into one text."
+msgstr "ეს ოპერატორი განცალკევებულ ტექსტს ერთ ტექსტად აერთიანებს."
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3153812\n"
-"18\n"
+"04060199.xhp\n"
+"par_id3150566\n"
+"54\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>"
+msgid "Operator"
+msgstr "ოპერატორი"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3149315\n"
+"04060199.xhp\n"
+"par_id3153048\n"
+"55\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>"
+msgid "Name"
+msgstr "სახელი"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3147499\n"
-"29\n"
+"04060199.xhp\n"
+"par_id3149001\n"
+"56\n"
"help.text"
-msgid "Pages"
-msgstr "გვერდები"
+msgid "Example"
+msgstr "მაგალითი"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"hd_id3149050\n"
-"19\n"
+"04060199.xhp\n"
+"par_id3148769\n"
+"57\n"
"help.text"
-msgid "Date"
-msgstr "თარიღი"
+msgid "& (And)"
+msgstr "& (და)"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3153960\n"
-"20\n"
+"04060199.xhp\n"
+"bm_id3157975\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>"
+msgid "<bookmark_value>text concatenation AND</bookmark_value>"
+msgstr "<bookmark_value>ტექსტის გაერთიანება AND</bookmark_value>"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3147299\n"
+"04060199.xhp\n"
+"par_id3157975\n"
+"58\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>"
+msgid "text concatenation AND"
+msgstr "ტექსტის გაერთიანება AND"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3150540\n"
-"30\n"
+"04060199.xhp\n"
+"par_id3157993\n"
+"59\n"
"help.text"
-msgid "Date"
-msgstr "თარიღი"
+msgid "\"Sun\" & \"day\" is \"Sunday\""
+msgstr "\"ორ\" & \"შაბათი\" არის \"ორშაბათი\""
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"hd_id3147610\n"
-"21\n"
+"04060199.xhp\n"
+"hd_id3153550\n"
+"60\n"
"help.text"
-msgid "Time"
-msgstr "დრო"
+msgid "Reference operators"
+msgstr "მითითების ოპერატორები"
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3145638\n"
-"22\n"
+"04060199.xhp\n"
+"par_id3149024\n"
+"61\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>"
+msgid "These operators return a cell range of zero, one or more cells."
+msgstr ""
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3153122\n"
+"04060199.xhp\n"
+"par_id2324900\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>"
+msgid "Range has the highest precedence, then intersection, and then finally union."
+msgstr ""
-#: 02120100.xhp
+#: 04060199.xhp
msgctxt ""
-"02120100.xhp\n"
-"par_id3157904\n"
-"31\n"
+"04060199.xhp\n"
+"par_id3158416\n"
+"62\n"
"help.text"
-msgid "Time"
-msgstr "დრო"
+msgid "Operator"
+msgstr "ოპერატორი"
-#: 04050100.xhp
+#: 04060199.xhp
msgctxt ""
-"04050100.xhp\n"
-"tit\n"
+"04060199.xhp\n"
+"par_id3152822\n"
+"63\n"
"help.text"
-msgid "Sheet from file"
-msgstr "Sheet from file"
+msgid "Name"
+msgstr "სახელი"
-#: 04050100.xhp
+#: 04060199.xhp
msgctxt ""
-"04050100.xhp\n"
-"par_idN105C1\n"
+"04060199.xhp\n"
+"par_id3154949\n"
+"64\n"
"help.text"
-msgid "<link href=\"text/scalc/01/04050100.xhp\">Sheet from file</link>"
-msgstr "<link href=\"text/scalc/01/04050100.xhp\">ფურცლის ფორმის ფაილი</link>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04050100.xhp
+#: 04060199.xhp
msgctxt ""
-"04050100.xhp\n"
-"par_idN105D1\n"
+"04060199.xhp\n"
+"par_id3156257\n"
+"65\n"
"help.text"
-msgid "<ahelp hid=\"26275\">Inserts a sheet from a different spreadsheet file.</ahelp>"
-msgstr "<ahelp hid=\"26275\">სვავს ფურცლებს სხვადასხვა ელექტრონული ცხრილის ფაილიდან.</ahelp>"
+msgid ": (Colon)"
+msgstr ": (ორი წერტილი)"
-#: 04050100.xhp
+#: 04060199.xhp
msgctxt ""
-"04050100.xhp\n"
-"par_idN105F7\n"
+"04060199.xhp\n"
+"par_id3153924\n"
+"66\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> დიალოგი ელცხრილის მოსაძებნად."
+msgid "Range"
+msgstr "დიაპაზონი"
-#: 04050100.xhp
+#: 04060199.xhp
msgctxt ""
-"04050100.xhp\n"
-"par_idN10609\n"
+"04060199.xhp\n"
+"par_id3148432\n"
+"67\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> დიალოგში, აირჩიეთ ჩასასმელი ფურცელი."
+msgid "A1:C108"
+msgstr "A1:C108"
-#: 12040201.xhp
+#: 04060199.xhp
msgctxt ""
-"12040201.xhp\n"
+"04060199.xhp\n"
+"par_id3152592\n"
+"68\n"
+"help.text"
+msgid "! (Exclamation point)"
+msgstr "! (ძახილის ნიშანი)"
+
+#: 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
+msgctxt ""
+"04060199.xhp\n"
+"par_id3150606\n"
+"69\n"
+"help.text"
+msgid "Intersection"
+msgstr "თანაკვეთა"
+
+#: 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
+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
+msgctxt ""
+"04060199.xhp\n"
+"par_id4003723\n"
+"help.text"
+msgid "~ (Tilde)"
+msgstr ""
+
+#: 04060199.xhp
+msgctxt ""
+"04060199.xhp\n"
+"par_id838953\n"
+"help.text"
+msgid "Concatenation or union"
+msgstr ""
+
+#: 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
+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 ""
+
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
"tit\n"
"help.text"
-msgid "More"
-msgstr "დამატებით"
+msgid "Names"
+msgstr "სახელები"
-#: 12040201.xhp
+#: 04070000.xhp
msgctxt ""
-"12040201.xhp\n"
-"hd_id3148492\n"
+"04070000.xhp\n"
+"hd_id3153951\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>"
+msgid "<link href=\"text/scalc/01/04070000.xhp\" name=\"Names\">Names</link>"
+msgstr "<link href=\"text/scalc/01/04070000.xhp\" name=\"Names\">სახელები</link>"
-#: 12040201.xhp
+#: 04070000.xhp
msgctxt ""
-"12040201.xhp\n"
-"par_id3159400\n"
+"04070000.xhp\n"
+"par_id3145801\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>"
+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 ""
-#: 12040201.xhp
+#: 04070000.xhp
msgctxt ""
-"12040201.xhp\n"
-"hd_id3150791\n"
+"04070000.xhp\n"
+"hd_id3153878\n"
"3\n"
"help.text"
-msgid "Options"
-msgstr "პარამეტრები"
+msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Define\">Define</link>"
+msgstr "<link href=\"text/scalc/01/04070100.xhp\" name=\"Define\">განსაზღვრა</link>"
-#: 12040201.xhp
+#: 04070000.xhp
msgctxt ""
-"12040201.xhp\n"
-"hd_id3154138\n"
+"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>"
+
+#: 04070000.xhp
+msgctxt ""
+"04070000.xhp\n"
+"hd_id3155764\n"
"5\n"
"help.text"
-msgid "Case sensitive"
-msgstr "რეგისტრისადმი მგძნობიარე"
+msgid "<link href=\"text/scalc/01/04070300.xhp\" name=\"Apply\">Apply</link>"
+msgstr "<link href=\"text/scalc/01/04070300.xhp\" name=\"Apply\">გამოყენება</link>"
-#: 12040201.xhp
+#: 04070000.xhp
msgctxt ""
-"12040201.xhp\n"
-"par_id3147228\n"
+"04070000.xhp\n"
+"hd_id3156382\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>"
+msgid "<link href=\"text/scalc/01/04070400.xhp\" name=\"Labels\">Labels</link>"
+msgstr "<link href=\"text/scalc/01/04070400.xhp\" name=\"Labels\">ეტიკეტები</link>"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Define Names"
+msgstr "განსაზღვრული სახელები"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3156330\n"
+"1\n"
+"help.text"
+msgid "Define Names"
+msgstr "განსაზღვრული სახელები"
+
+#: 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>"
+
+#: 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 ""
-#: 12040201.xhp
+#: 04070100.xhp
msgctxt ""
-"12040201.xhp\n"
-"hd_id3154908\n"
-"7\n"
+"04070100.xhp\n"
+"par_id3155131\n"
+"30\n"
"help.text"
-msgid "Range contains column labels"
-msgstr "დიაპაზონი შეიცავს სვეტის ეტიკეტებს"
+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 ""
-#: 12040201.xhp
+#: 04070100.xhp
msgctxt ""
-"12040201.xhp\n"
-"par_id3153768\n"
-"8\n"
+"04070100.xhp\n"
+"hd_id3151118\n"
+"3\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>"
+msgid "Name"
+msgstr "სახელი"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3163712\n"
+"29\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/definename/edit\">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 ""
-#: 12040201.xhp
+#: 04070100.xhp
msgctxt ""
-"12040201.xhp\n"
-"hd_id3155306\n"
+"04070100.xhp\n"
+"hd_id3153728\n"
"9\n"
"help.text"
-msgid "Copy results to"
-msgstr "შედეგების ასლი"
+msgid "Assigned to"
+msgstr "მიწერილია"
-#: 12040201.xhp
+#: 04070100.xhp
msgctxt ""
-"12040201.xhp\n"
-"par_id3154319\n"
+"04070100.xhp\n"
+"par_id3147435\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."
+msgid "<ahelp hid=\"modules/scalc/ui/definename/range\">The reference of the selected area name is shown here as an absolute value.</ahelp>"
msgstr ""
-#: 12040201.xhp
+#: 04070100.xhp
msgctxt ""
-"12040201.xhp\n"
-"hd_id3145272\n"
-"11\n"
+"04070100.xhp\n"
+"par_id3146986\n"
+"12\n"
"help.text"
-msgid "Regular expression"
-msgstr "რეგულარული გამოსახულება"
+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 ""
-#: 12040201.xhp
+#: 04070100.xhp
msgctxt ""
-"12040201.xhp\n"
-"par_id3152576\n"
-"12\n"
+"04070100.xhp\n"
+"hd_id3154729\n"
+"13\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>."
+msgid "More"
+msgstr "მეტი"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3149958\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/definename/more\">Allows you to specify the <emph>Area type </emph>(optional) for the reference.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/definename/more\">საშუალებას გაძლევთ განსაზღვროთ <emph>არეს ტიპი </emph>(არასავალდებულო) მითითებისთვის.</ahelp>"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3147394\n"
+"15\n"
+"help.text"
+msgid "Area type"
+msgstr "არეს ტიპი"
+
+#: 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 "მითითების არისთვის საზღვრავს დამატებით პარამეტრებს."
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3150716\n"
+"17\n"
+"help.text"
+msgid "Print range"
+msgstr "დიაპაზონის დაბეჭდვა"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3150751\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/definename/printarea\">Defines the area as a print range.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/definename/printarea\">საზღვრავს არეს როგორც საბეჭდ დიაპაზონს.</ahelp>"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3153764\n"
+"19\n"
+"help.text"
+msgid "Filter"
+msgstr "ფილტრი"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3155766\n"
+"20\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/definename/filter\">Defines the selected area to be used in an <link href=\"text/scalc/01/12040300.xhp\" name=\"advanced filter\">advanced filter</link>.</ahelp>"
msgstr ""
-#: 12040201.xhp
+#: 04070100.xhp
msgctxt ""
-"12040201.xhp\n"
-"par_id3149377\n"
-"33\n"
+"04070100.xhp\n"
+"hd_id3159267\n"
+"21\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."
+msgid "Repeat column"
+msgstr "სვეტის გამეორება"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3149565\n"
+"22\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/definename/colheader\">Defines the area as a repeating column.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/definename/colheader\">საზღვრავს არეს როგორც განმეორებად სვეტს.</ahelp>"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3153966\n"
+"23\n"
+"help.text"
+msgid "Repeat row"
+msgstr "რიგის გამეორება"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3150300\n"
+"24\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/definename/rowheader\">Defines the area as a repeating row.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/definename/rowheader\">საზღვრავს არეს როგორც განმეორებად რიგს.</ahelp>"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"hd_id3155112\n"
+"27\n"
+"help.text"
+msgid "Add/Modify"
+msgstr "დამატება/შეცვლა"
+
+#: 04070100.xhp
+msgctxt ""
+"04070100.xhp\n"
+"par_id3159236\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/managenamesdialog/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 ""
-#: 12040201.xhp
+#: 04070200.xhp
msgctxt ""
-"12040201.xhp\n"
-"hd_id3149958\n"
-"34\n"
+"04070200.xhp\n"
+"tit\n"
"help.text"
-msgid "No duplication"
-msgstr "დუპლიკაციის გარეშე"
+msgid "Insert Name"
+msgstr "სახელის ჩასმა"
-#: 12040201.xhp
+#: 04070200.xhp
msgctxt ""
-"12040201.xhp\n"
-"par_id3153876\n"
-"35\n"
+"04070200.xhp\n"
+"bm_id3153195\n"
"help.text"
-msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_UNIQUE\">Excludes duplicate rows in the list of filtered data.</ahelp>"
+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>"
+
+#: 04070200.xhp
+msgctxt ""
+"04070200.xhp\n"
+"hd_id3153195\n"
+"1\n"
+"help.text"
+msgid "Insert Name"
+msgstr "სახელის ჩასმა"
+
+#: 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 ""
-#: 12040201.xhp
+#: 04070200.xhp
msgctxt ""
-"12040201.xhp\n"
-"hd_id3154018\n"
-"40\n"
+"04070200.xhp\n"
+"par_id3149412\n"
+"7\n"
"help.text"
-msgid "Keep filter criteria"
-msgstr "ფილტრის კრიტრიუმის დატოვება"
+msgid "You can only insert a cell area after having defined a name for the area."
+msgstr ""
-#: 12040201.xhp
+#: 04070200.xhp
msgctxt ""
-"12040201.xhp\n"
-"par_id3149123\n"
-"41\n"
+"04070200.xhp\n"
+"hd_id3153160\n"
+"3\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>."
+msgid "Insert name"
+msgstr "სახელის ჩამატება"
+
+#: 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 ""
-#: 12040201.xhp
+#: 04070200.xhp
msgctxt ""
-"12040201.xhp\n"
-"hd_id3149018\n"
-"36\n"
+"04070200.xhp\n"
+"hd_id3153418\n"
+"5\n"
"help.text"
-msgid "Data range"
-msgstr "მონაცემების დიაპაზონი"
+msgid "Insert All"
+msgstr "ყველას ჩამატება"
-#: 12040201.xhp
+#: 04070200.xhp
msgctxt ""
-"12040201.xhp\n"
-"par_id3150042\n"
-"37\n"
+"04070200.xhp\n"
+"par_id3155066\n"
+"6\n"
"help.text"
-msgid "Displays the cell range or the name of the cell range that you want to filter."
+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 ""
-#: 04060181.xhp
+#: 04070300.xhp
msgctxt ""
-"04060181.xhp\n"
+"04070300.xhp\n"
"tit\n"
"help.text"
-msgid "Statistical Functions Part One"
-msgstr "სტატისტიკური ფუნქციები ნაწილი 5"
+msgid "Creating Names"
+msgstr "სახელების შექმნა"
-#: 04060181.xhp
+#: 04070300.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3146320\n"
-"1\n"
+"04070300.xhp\n"
+"bm_id3147264\n"
"help.text"
-msgid "<variable id=\"ae\"><link href=\"text/scalc/01/04060181.xhp\">Statistical Functions Part One</link></variable>"
-msgstr ""
+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>"
-#: 04060181.xhp
+#: 04070300.xhp
msgctxt ""
-"04060181.xhp\n"
-"bm_id3145632\n"
+"04070300.xhp\n"
+"hd_id3147264\n"
+"1\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>"
+msgid "Creating Names"
+msgstr "სახელების შექმნა"
-#: 04060181.xhp
+#: 04070300.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3145632\n"
+"04070300.xhp\n"
+"par_id3153969\n"
"2\n"
"help.text"
-msgid "INTERCEPT"
-msgstr "INTERCEPT"
+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>"
-#: 04060181.xhp
+#: 04070300.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3146887\n"
-"3\n"
+"04070300.xhp\n"
+"par_id3156280\n"
+"13\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>"
+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 ""
-#: 04060181.xhp
+#: 04070300.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3150374\n"
+"04070300.xhp\n"
+"hd_id3151116\n"
+"3\n"
+"help.text"
+msgid "Create names from"
+msgstr "სახელების შექმნა"
+
+#: 04070300.xhp
+msgctxt ""
+"04070300.xhp\n"
+"par_id3152597\n"
"4\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Defines which part of the spreadsheet is to be used for creating the name."
+msgstr ""
-#: 04060181.xhp
+#: 04070300.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3149718\n"
+"04070300.xhp\n"
+"hd_id3153729\n"
"5\n"
"help.text"
-msgid "INTERCEPT(DataY; DataX)"
-msgstr ""
+msgid "Top row"
+msgstr "ზედა რიგი"
-#: 04060181.xhp
+#: 04070300.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3149947\n"
+"04070300.xhp\n"
+"par_id3149263\n"
"6\n"
"help.text"
-msgid "<emph>DataY</emph> is the dependent set of observations or data."
+msgid "<ahelp hid=\"modules/scalc/ui/createnamesdialog/top\">Creates the range names from the header row of the selected range.</ahelp> Each column receives a separated name and cell reference."
msgstr ""
-#: 04060181.xhp
+#: 04070300.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3147412\n"
+"04070300.xhp\n"
+"hd_id3146984\n"
"7\n"
"help.text"
-msgid "<emph>DataX</emph> is the independent set of observations or data."
-msgstr ""
+msgid "Left Column"
+msgstr "მარცხენა სვეტი"
-#: 04060181.xhp
+#: 04070300.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3152983\n"
+"04070300.xhp\n"
+"par_id3153190\n"
"8\n"
"help.text"
-msgid "Names, arrays or references containing numbers must be used here. Numbers can also be entered directly."
+msgid "<ahelp hid=\"modules/scalc/ui/createnamesdialog/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 ""
-#: 04060181.xhp
+#: 04070300.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3157906\n"
+"04070300.xhp\n"
+"hd_id3156284\n"
"9\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Bottom row"
+msgstr "ქვედა რიგი"
-#: 04060181.xhp
+#: 04070300.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3148728\n"
+"04070300.xhp\n"
+"par_id3147124\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:"
+msgid "<ahelp hid=\"modules/scalc/ui/createnamesdialog/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 ""
-#: 04060181.xhp
+#: 04070300.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3149013\n"
+"04070300.xhp\n"
+"hd_id3154731\n"
"11\n"
"help.text"
-msgid "<item type=\"input\">=INTERCEPT(D3:D9;C3:C9)</item> = 2.15."
+msgid "Right Column"
+msgstr "მარჯვენა სვეტი"
+
+#: 04070300.xhp
+msgctxt ""
+"04070300.xhp\n"
+"par_id3153158\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/createnamesdialog/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 ""
-#: 04060181.xhp
+#: 04070400.xhp
msgctxt ""
-"04060181.xhp\n"
-"bm_id3148437\n"
+"04070400.xhp\n"
+"tit\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>"
+msgid "Define Label Range"
+msgstr "ეტიკეტის დიაპაზონის განსაზღვრა"
-#: 04060181.xhp
+#: 04070400.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3148437\n"
+"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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 04070400.xhp
+msgctxt ""
+"04070400.xhp\n"
+"par_id3155411\n"
"13\n"
"help.text"
-msgid "COUNT"
-msgstr "COUNT"
+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 ""
-#: 04060181.xhp
+#: 04070400.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3150700\n"
+"04070400.xhp\n"
+"par_id3147435\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."
+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 ""
-#: 04060181.xhp
+#: 04070400.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3153930\n"
-"15\n"
+"04070400.xhp\n"
+"hd_id3145801\n"
+"3\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Range"
+msgstr "დიაპაზონი"
-#: 04060181.xhp
+#: 04070400.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3148585\n"
-"16\n"
+"04070400.xhp\n"
+"par_id3154731\n"
+"4\n"
"help.text"
-msgid "COUNT(Value1; Value2; ... Value30)"
-msgstr "COUNTA(მნიშვნელობა1; მნიშვნელობა2; ... მნიშვნელობა30)"
+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 ""
-#: 04060181.xhp
+#: 04070400.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3155827\n"
-"17\n"
+"04070400.xhp\n"
+"hd_id3149121\n"
+"5\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-მდე მნიშვნელობის ამსახველი გამოსათვლელი არგუმენტი."
+msgid "Contains column labels"
+msgstr "შეიცავს სვეტის ეტიკეტებს"
-#: 04060181.xhp
+#: 04070400.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3149254\n"
-"18\n"
+"04070400.xhp\n"
+"par_id3150330\n"
+"6\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+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>"
-#: 04060181.xhp
+#: 04070400.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3149953\n"
-"19\n"
+"04070400.xhp\n"
+"hd_id3149020\n"
+"7\n"
"help.text"
-msgid "The entries 2, 4, 6 and eight in the Value 1-4 fields are to be counted."
-msgstr ""
+msgid "Contains row labels"
+msgstr "შეიცავს რიგის ეტიკეტებს"
-#: 04060181.xhp
+#: 04070400.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3154558\n"
-"20\n"
+"04070400.xhp\n"
+"par_id3154754\n"
+"8\n"
"help.text"
-msgid "<item type=\"input\">=COUNT(2;4;6;\"eight\")</item> = 3. The count of numbers is therefore 3."
-msgstr ""
+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>"
-#: 04060181.xhp
+#: 04070400.xhp
msgctxt ""
-"04060181.xhp\n"
-"bm_id3149729\n"
+"04070400.xhp\n"
+"hd_id3159264\n"
+"11\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>"
+msgid "For data range"
+msgstr "მონაცემთა დიაპაზონისთვის"
-#: 04060181.xhp
+#: 04070400.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3149729\n"
-"22\n"
+"04070400.xhp\n"
+"par_id3154703\n"
+"12\n"
"help.text"
-msgid "COUNTA"
-msgstr "COUNTA"
+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 ""
-#: 04060181.xhp
+#: 04070400.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3150142\n"
-"23\n"
+"04070400.xhp\n"
+"hd_id3145789\n"
+"9\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 ""
+msgid "Add"
+msgstr "დამატება"
-#: 04060181.xhp
+#: 04070400.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3148573\n"
-"24\n"
+"04070400.xhp\n"
+"par_id3147005\n"
+"10\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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>"
-#: 04060181.xhp
+#: 04080000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3153111\n"
-"25\n"
+"04080000.xhp\n"
+"tit\n"
"help.text"
-msgid "COUNTA(Value1; Value2; ... Value30)"
-msgstr "COUNTA(მნიშვნელობა1; მნიშვნელობა2; ... მნიშვნელობა30)"
+msgid "Function List"
+msgstr "ფუნქციების სია"
-#: 04060181.xhp
+#: 04080000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3150001\n"
-"26\n"
+"04080000.xhp\n"
+"bm_id3154126\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-მდე მნიშვნელობის ამსახველი გამოსათვლელი არგუმენტი."
+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>"
-#: 04060181.xhp
+#: 04080000.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3150334\n"
-"27\n"
+"04080000.xhp\n"
+"hd_id3154126\n"
+"1\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+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>"
-#: 04060181.xhp
+#: 04080000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3154508\n"
-"28\n"
+"04080000.xhp\n"
+"par_id3151118\n"
+"2\n"
"help.text"
-msgid "The entries 2, 4, 6 and eight in the Value 1-4 fields are to be counted."
+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 ""
-#: 04060181.xhp
+#: 04080000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3158000\n"
-"29\n"
+"04080000.xhp\n"
+"par_id3152576\n"
+"3\n"
"help.text"
-msgid "<item type=\"input\">=COUNTA(2;4;6;\"eight\")</item> = 4. The count of values is therefore 4."
+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 ""
-#: 04060181.xhp
+#: 04080000.xhp
msgctxt ""
-"04060181.xhp\n"
-"bm_id3150267\n"
+"04080000.xhp\n"
+"hd_id3145799\n"
+"4\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>"
+msgid "Category List"
+msgstr "კატეგორიების სია"
-#: 04060181.xhp
+#: 04080000.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3150267\n"
-"31\n"
+"04080000.xhp\n"
+"hd_id3153160\n"
+"5\n"
"help.text"
-msgid "B"
-msgstr "B"
+msgid "Function List"
+msgstr "ფუნქციების სია"
-#: 04060181.xhp
+#: 04080000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3156061\n"
-"32\n"
+"04080000.xhp\n"
+"par_id3149412\n"
+"6\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>"
+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 ""
-#: 04060181.xhp
+#: 04080000.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3150659\n"
-"33\n"
+"04080000.xhp\n"
+"hd_id3146971\n"
+"7\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Insert Function into calculation sheet"
+msgstr "გამოთვლის ფურცელში ფუნქციის ჩართვა"
-#: 04060181.xhp
+#: 04080000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3148392\n"
-"34\n"
+"04080000.xhp\n"
+"par_id3150043\n"
"help.text"
-msgid "B(Trials; SP; T1; T2)"
-msgstr ""
+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>"
-#: 04060181.xhp
+#: 04080000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3149002\n"
-"35\n"
+"04080000.xhp\n"
+"par_id3147345\n"
+"8\n"
"help.text"
-msgid "<emph>Trials</emph> is the number of independent trials."
-msgstr "<emph>რაოდენობა</emph> არის განმეორებათა რაოდენობა."
+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>"
-#: 04060181.xhp
+#: 04090000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3148875\n"
-"36\n"
+"04090000.xhp\n"
+"tit\n"
"help.text"
-msgid "<emph>SP</emph> is the probability of success on each trial."
-msgstr "<emph>SP</emph> არის ცდის წარმატების ალბათობა."
+msgid "Link to External Data"
+msgstr "გარე მონაცემების ბმული"
-#: 04060181.xhp
+#: 04090000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3145352\n"
-"37\n"
+"04090000.xhp\n"
+"par_id3153192\n"
+"2\n"
"help.text"
-msgid "<emph>T1</emph> defines the lower limit for the number of trials."
-msgstr ""
+msgid "<ahelp hid=\"modules/scalc/ui/externaldata/browse\" visibility=\"hidden\">Locate the file containing the data you want to insert.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/externaldata/browse\" visibility=\"hidden\">იპოვეთ ჩასასმელი მონაცემების მქონე ფაილი.</ahelp>"
-#: 04060181.xhp
+#: 04090000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3149538\n"
-"38\n"
+"04090000.xhp\n"
+"hd_id3145785\n"
+"3\n"
"help.text"
-msgid "<emph>T2</emph> (optional) defines the upper limit for the number of trials."
+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>"
+
+#: 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>"
+
+#: 04090000.xhp
+msgctxt ""
+"04090000.xhp\n"
+"hd_id3146984\n"
+"5\n"
+"help.text"
+msgid "URL of external data source."
+msgstr "მონაცემთა გარე წყაროს მისამართი."
+
+#: 04090000.xhp
+msgctxt ""
+"04090000.xhp\n"
+"par_id3145366\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/externaldata/url\">Enter the URL or the file name that contains the data that you want to insert, and then press Enter.</ahelp>"
msgstr ""
-#: 04060181.xhp
+#: 04090000.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3148768\n"
-"39\n"
+"04090000.xhp\n"
+"hd_id3145251\n"
+"7\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Available tables/ranges"
+msgstr "ხელმისაწვდომი ცხრილები/დიაპაზონები"
-#: 04060181.xhp
+#: 04090000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3154633\n"
-"40\n"
+"04090000.xhp\n"
+"par_id3147397\n"
+"8\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:"
+msgid "<ahelp hid=\"modules/scalc/ui/externaldata/ranges\">Select the table or the data range that you want to insert.</ahelp>"
msgstr ""
-#: 04060181.xhp
+#: 04090000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3149393\n"
-"41\n"
+"04090000.xhp\n"
+"hd_id3154492\n"
+"9\n"
"help.text"
-msgid "<item type=\"input\">=B(10;1/6;2)</item> returns a probability of 29%."
+msgid "Update every"
+msgstr "გამოკითხვის განახლება"
+
+#: 04090000.xhp
+msgctxt ""
+"04090000.xhp\n"
+"par_id3154017\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/externaldata/delay\">Enter the number of seconds to wait before the external data are reloaded into the current document.</ahelp>"
msgstr ""
-#: 04060181.xhp
+#: 05020000.xhp
msgctxt ""
-"04060181.xhp\n"
-"bm_id3158416\n"
+"05020000.xhp\n"
+"tit\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>"
+msgid "Format Cells"
+msgstr "უჯრების ფორმატირება"
-#: 04060181.xhp
+#: 05020000.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3158416\n"
-"43\n"
+"05020000.xhp\n"
+"bm_id3148663\n"
"help.text"
-msgid "RSQ"
-msgstr "RSQ"
+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>"
-#: 04060181.xhp
+#: 05020000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3154949\n"
-"44\n"
+"05020000.xhp\n"
+"hd_id3148663\n"
+"1\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."
+msgid "Format Cells"
+msgstr "უჯრების ფორმატირება"
+
+#: 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 ""
-#: 04060181.xhp
+#: 05020000.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3152820\n"
-"45\n"
+"05020000.xhp\n"
+"hd_id3145785\n"
+"3\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">Numbers</link>"
+msgstr "<link href=\"text/shared/01/05020300.xhp\" name=\"Numbers\">რიცხვები</link>"
-#: 04060181.xhp
+#: 05020000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3155822\n"
-"46\n"
+"05020000.xhp\n"
+"hd_id3146119\n"
+"4\n"
"help.text"
-msgid "RSQ(DataY; DataX)"
-msgstr "RSQ(მონაცემი_Y; მონაცემი_X)"
+msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">Font</link>"
+msgstr "<link href=\"text/shared/01/05020100.xhp\" name=\"Font\">შრიფტი</link>"
-#: 04060181.xhp
+#: 05020600.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3150470\n"
-"47\n"
+"05020600.xhp\n"
+"tit\n"
"help.text"
-msgid "<emph>DataY</emph> is an array or range of data points."
-msgstr "<emph>მონაცემი_Y</emph> მასივი ან მონაცემთა დიაპაზონი."
+msgid "Cell Protection"
+msgstr "უჯრედის დაცვა"
-#: 04060181.xhp
+#: 05020600.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3153181\n"
-"48\n"
+"05020600.xhp\n"
+"hd_id3145119\n"
+"1\n"
"help.text"
-msgid "<emph>DataX</emph> is an array or range of data points."
-msgstr "<emph>მონაცემი_X</emph> მასივი ან მონაცემთა დიაპაზონი."
+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>"
-#: 04060181.xhp
+#: 05020600.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3156258\n"
-"49\n"
+"05020600.xhp\n"
+"par_id3150398\n"
+"2\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<ahelp hid=\"modules/scalc/ui/cellprotectionpage/CellProtectionPage\">Defines protection options for selected cells.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/cellprotectionpage/CellProtectionPage\">საზღვრავს მონიშნული უჯრებისთვის დაცვის პარამეტრებს.</ahelp>"
-#: 04060181.xhp
+#: 05020600.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3155991\n"
-"50\n"
+"05020600.xhp\n"
+"hd_id3150447\n"
+"3\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."
+msgid "Protection"
+msgstr "დაცვა"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3125864\n"
+"9\n"
+"help.text"
+msgid "Hide all"
+msgstr "ყველაფრის დამალვა"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3153768\n"
+"10\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/cellprotectionpage/checkHideAll\">Hides formulas and contents of the selected cells.</ahelp>"
msgstr ""
-#: 04060181.xhp
+#: 05020600.xhp
msgctxt ""
-"04060181.xhp\n"
-"bm_id3145620\n"
+"05020600.xhp\n"
+"hd_id3153190\n"
+"5\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>"
+msgid "Protected"
+msgstr "დაცული"
-#: 04060181.xhp
+#: 05020600.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3145620\n"
-"52\n"
+"05020600.xhp\n"
+"par_id3151119\n"
+"6\n"
"help.text"
-msgid "BETAINV"
-msgstr "BETAINV"
+msgid "<ahelp hid=\"modules/scalc/ui/cellprotectionpage/checkProtected\">Prevents the selected cells from being modified.</ahelp>"
+msgstr ""
-#: 04060181.xhp
+#: 05020600.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3149825\n"
-"53\n"
+"05020600.xhp\n"
+"par_id3156283\n"
+"15\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_BETAINV\">Returns the inverse of the cumulative beta probability density function.</ahelp>"
+msgid "This cell protection only takes effect if you also protect the sheet (<emph>Tools - Protect Document - Sheet</emph>)."
msgstr ""
-#: 04060181.xhp
+#: 05020600.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3152479\n"
-"54\n"
+"05020600.xhp\n"
+"hd_id3149377\n"
+"7\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Hide formula"
+msgstr "ფორმულების დამალვა"
-#: 04060181.xhp
+#: 05020600.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3156300\n"
-"55\n"
+"05020600.xhp\n"
+"par_id3154510\n"
+"8\n"
"help.text"
-msgid "BETAINV(Number; Alpha; Beta; Start; End)"
-msgstr "BETAINV(რიცხვი;ალფა;ბეტა;გაშვება;დასასრული)"
+msgid "<ahelp hid=\"modules/scalc/ui/cellprotectionpage/checkHideFormula\">Hides formulas in the selected cells.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/cellprotectionpage/checkHideFormula\">მონიშნულ უჯრებში მალავს ფორმულებს.</ahelp>"
-#: 04060181.xhp
+#: 05020600.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3149266\n"
-"56\n"
+"05020600.xhp\n"
+"hd_id3155602\n"
+"11\n"
"help.text"
-msgid "<emph>Number</emph> is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function."
+msgid "Print"
+msgstr "ბეჭდვა"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3153836\n"
+"12\n"
+"help.text"
+msgid "Defines print options for the sheet."
+msgstr "ფურცლისთვის საზღვრავს ბეჭდვის პარამეტრებს."
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"hd_id3155065\n"
+"13\n"
+"help.text"
+msgid "Hide when printing"
+msgstr "ბეჭდვისას დამალვა"
+
+#: 05020600.xhp
+msgctxt ""
+"05020600.xhp\n"
+"par_id3155443\n"
+"14\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/cellprotectionpage/checkHidePrinting\">Keeps the selected cells from being printed.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/cellprotectionpage/checkHidePrinting\">შემდეგ უჯრებს არ აბეჭდინებს.</ahelp>"
+
+#: 05030000.xhp
+msgctxt ""
+"05030000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Row"
+msgstr "რიგი"
+
+#: 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>"
+
+#: 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 ""
-#: 04060181.xhp
+#: 05030000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3149710\n"
-"57\n"
+"05030000.xhp\n"
+"hd_id3155132\n"
+"3\n"
"help.text"
-msgid "<emph>Alpha</emph> is a parameter to the distribution."
-msgstr "<emph>ალფა</emph> განაწილების პარამეტრი."
+msgid "<link href=\"text/shared/01/05340100.xhp\" name=\"Height\">Height</link>"
+msgstr "<link href=\"text/shared/01/05340100.xhp\" name=\"Height\">სიმაღლე</link>"
-#: 04060181.xhp
+#: 05030000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3156306\n"
-"58\n"
+"05030000.xhp\n"
+"hd_id3155854\n"
+"4\n"
"help.text"
-msgid "<emph>Beta</emph> is a parameter to the distribution."
-msgstr "<emph>ბეტა</emph> განაწილების პარამეტრი."
+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>"
-#: 04060181.xhp
+#: 05030200.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3150960\n"
-"59\n"
+"05030200.xhp\n"
+"tit\n"
"help.text"
-msgid "<emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>."
-msgstr "<emph>გაშვება</emph> (არასავალდებულო) <emph>რიცხვის</emph> ქვედა ზღვარი."
+msgid "Optimal Row Heights"
+msgstr "რიგის ოპტიმალური სიმაღლე"
-#: 04060181.xhp
+#: 05030200.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3151268\n"
-"60\n"
+"05030200.xhp\n"
+"bm_id3148491\n"
"help.text"
-msgid "<emph>End</emph> (optional) is the upper bound for <emph>Number</emph>."
-msgstr "<emph>დასასრული</emph> (არასავალდებულო) <emph>რიცხვის</emph> ზედა ზღვარი."
+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>"
-#: 04060181.xhp
-#, fuzzy
+#: 05030200.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_idN109DF\n"
+"05030200.xhp\n"
+"hd_id3148491\n"
+"1\n"
"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+msgid "Optimal Row Heights"
+msgstr "რიგის ოპტიმალური სიმაღლე"
-#: 04060181.xhp
+#: 05030200.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3147077\n"
-"61\n"
+"05030200.xhp\n"
+"par_id3154758\n"
+"2\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+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 ""
-#: 04060181.xhp
+#: 05030200.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3146859\n"
-"62\n"
+"05030200.xhp\n"
+"hd_id3154908\n"
+"3\n"
"help.text"
-msgid "<item type=\"input\">=BETAINV(0.5;5;10)</item> returns the value 0.33."
+msgid "Add"
+msgstr "დამატება"
+
+#: 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 ""
-#: 04060181.xhp
+#: 05030200.xhp
msgctxt ""
-"04060181.xhp\n"
-"bm_id3156096\n"
+"05030200.xhp\n"
+"hd_id3150439\n"
+"5\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>"
+msgid "Default value"
+msgstr "ნაგულისხმევი მნიშვნელობა"
-#: 04060181.xhp
+#: 05030200.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3156096\n"
-"64\n"
+"05030200.xhp\n"
+"par_id3146984\n"
+"6\n"
"help.text"
-msgid "BETADIST"
-msgstr "BETADIST"
+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>"
-#: 04060181.xhp
-#, fuzzy
+#: 05030300.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3150880\n"
-"65\n"
+"05030300.xhp\n"
+"tit\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_BETAVERT\">Returns the beta function.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_TVERT\">აბრუნებს t-განაწილებას.</ahelp>"
+msgid "Hide"
+msgstr "დამალვა"
-#: 04060181.xhp
+#: 05030300.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3150762\n"
-"66\n"
+"05030300.xhp\n"
+"bm_id3147265\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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>"
-#: 04060181.xhp
+#: 05030300.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3147571\n"
-"67\n"
+"05030300.xhp\n"
+"hd_id3147265\n"
+"1\n"
"help.text"
-msgid "BETADIST(Number; Alpha; Beta; Start; End; Cumulative)"
-msgstr "BETADIST(რიცხვი;ალფა;ბეტა;გაშვება;დასასრული)"
+msgid "<link href=\"text/scalc/01/05030300.xhp\" name=\"Hide\">Hide</link>"
+msgstr "<link href=\"text/scalc/01/05030300.xhp\" name=\"Hide\">დამალვა</link>"
-#: 04060181.xhp
+#: 05030300.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3156317\n"
-"68\n"
+"05030300.xhp\n"
+"par_id3156281\n"
+"2\n"
"help.text"
-msgid "<emph>Number</emph> is the value between <emph>Start</emph> and <emph>End</emph> at which to evaluate the function."
+msgid "<ahelp hid=\".uno:Hide\">Hides selected rows, columns or individual sheets.</ahelp>"
msgstr ""
-#: 04060181.xhp
+#: 05030300.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3156107\n"
-"69\n"
+"05030300.xhp\n"
+"par_id3148645\n"
+"3\n"
"help.text"
-msgid "<emph>Alpha</emph> is a parameter to the distribution."
-msgstr "<emph>ალფა</emph> განაწილების პარამეტრი."
+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 ""
-#: 04060181.xhp
+#: 05030300.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3153619\n"
-"70\n"
+"05030300.xhp\n"
+"par_id3147427\n"
+"6\n"
"help.text"
-msgid "<emph>Beta</emph> is a parameter to the distribution."
-msgstr "<emph>ბეტა</emph> განაწილების პარამეტრი."
+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 ""
-#: 04060181.xhp
+#: 05030300.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3150254\n"
-"71\n"
+"05030300.xhp\n"
+"par_id3153157\n"
+"5\n"
"help.text"
-msgid "<emph>Start</emph> (optional) is the lower bound for <emph>Number</emph>."
-msgstr "<emph>გაშვება</emph> (არასავალდებულო) <emph>რიცხვის</emph> ქვედა ზღვარი."
+msgid "A break in the row or column header indicates whether the row or column is hidden."
+msgstr ""
-#: 04060181.xhp
+#: 05030300.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3149138\n"
-"72\n"
+"05030300.xhp\n"
+"par_id3145251\n"
+"4\n"
"help.text"
-msgid "<emph>End</emph> (optional) is the upper bound for <emph>Number</emph>."
-msgstr "<emph>დასასრული</emph> (არასავალდებულო) <emph>რიცხვის</emph> ზედა ზღვარი."
+msgid "To display hidden rows, columns or sheets"
+msgstr "დამალული რიგების, სვეტების ან ფურცლების ასასახად"
-#: 04060181.xhp
+#: 05030300.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id012020091254453\n"
+"05030300.xhp\n"
+"par_id8337046\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."
+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 ""
-#: 04060181.xhp
-#, fuzzy
+#: 05030300.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_idN10AB3\n"
+"05030300.xhp\n"
+"par_id5532090\n"
"help.text"
-msgid "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
-msgstr "<embedvar href=\"text/scalc/00/00000004.xhp#optional\"/>"
+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>."
-#: 04060181.xhp
+#: 05030400.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3145649\n"
-"73\n"
+"05030400.xhp\n"
+"tit\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Show"
+msgstr "ჩვენება"
-#: 04060181.xhp
+#: 05030400.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3156118\n"
-"74\n"
+"05030400.xhp\n"
+"bm_id3147264\n"
"help.text"
-msgid "<item type=\"input\">=BETADIST(0.75;3;4)</item> returns the value 0.96"
-msgstr ""
+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>"
-#: 04060181.xhp
+#: 05030400.xhp
msgctxt ""
-"04060181.xhp\n"
-"bm_id3143228\n"
+"05030400.xhp\n"
+"hd_id3147264\n"
+"1\n"
"help.text"
-msgid "<bookmark_value>BINOMDIST function</bookmark_value>"
-msgstr "<bookmark_value>BINOMDIST ფუნქცია</bookmark_value>"
+msgid "<link href=\"text/scalc/01/05030400.xhp\" name=\"Show\">Show</link>"
+msgstr "<link href=\"text/scalc/01/05030400.xhp\" name=\"Show\">ჩვენება</link>"
-#: 04060181.xhp
+#: 05030400.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3143228\n"
-"76\n"
+"05030400.xhp\n"
+"par_id3150447\n"
+"2\n"
"help.text"
-msgid "BINOMDIST"
-msgstr "BINOMDIST"
+msgid "<ahelp hid=\".uno:ShowColumn\">Choose this command to show previously hidden rows or columns.</ahelp>"
+msgstr ""
-#: 04060181.xhp
+#: 05030400.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3146897\n"
-"77\n"
+"05030400.xhp\n"
+"par_id3155131\n"
+"3\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_BINOMVERT\">Returns the individual term binomial distribution probability.</ahelp>"
+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 ""
-#: 04060181.xhp
+#: 05030400.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3149289\n"
-"78\n"
+"05030400.xhp\n"
+"par_id3145748\n"
+"4\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "To show all hidden cells, first click in the field in the upper left corner. This selects all cells of the table."
+msgstr ""
-#: 04060181.xhp
+#: 05040000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3156009\n"
-"79\n"
+"05040000.xhp\n"
+"tit\n"
"help.text"
-msgid "BINOMDIST(X; Trials; SP; C)"
-msgstr "BINOMDIST(X;trials;SP;C)"
+msgid "Column"
+msgstr "სვეტი"
-#: 04060181.xhp
+#: 05040000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3154304\n"
-"80\n"
+"05040000.xhp\n"
+"hd_id3155628\n"
+"1\n"
"help.text"
-msgid "<emph>X</emph> is the number of successes in a set of trials."
+msgid "<link href=\"text/scalc/01/05040000.xhp\" name=\"Column\">Column</link>"
+msgstr "<link href=\"text/scalc/01/05040000.xhp\" name=\"Column\">სვეტი</link>"
+
+#: 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 ""
-#: 04060181.xhp
+#: 05040000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3147492\n"
-"81\n"
+"05040000.xhp\n"
+"hd_id3150398\n"
+"3\n"
"help.text"
-msgid "<emph>Trials</emph> is the number of independent trials."
-msgstr "<emph>რაოდენობა</emph> არის განმეორებათა რაოდენობა."
+msgid "<link href=\"text/shared/01/05340200.xhp\" name=\"Width\">Width</link>"
+msgstr "<link href=\"text/shared/01/05340200.xhp\" name=\"Width\">სიგანე</link>"
-#: 04060181.xhp
+#: 05040000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3146085\n"
-"82\n"
+"05040000.xhp\n"
+"hd_id3145171\n"
+"4\n"
"help.text"
-msgid "<emph>SP</emph> is the probability of success on each trial."
-msgstr "<emph>SP</emph> არის ცდის წარმატების ალბათობა."
+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>"
-#: 04060181.xhp
+#: 05040200.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3149760\n"
-"83\n"
+"05040200.xhp\n"
+"tit\n"
"help.text"
-msgid "<emph>C</emph> = 0 calculates the probability of a single event and <emph>C</emph> = 1 calculates the cumulative probability."
+msgid "Optimal Column Width"
+msgstr "სვეტის ოპტიმალური სიგანე"
+
+#: 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>"
+
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3155628\n"
+"1\n"
+"help.text"
+msgid "Optimal Column Width"
+msgstr "სვეტის ოპტიმალური სიგანე"
+
+#: 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 ""
-#: 04060181.xhp
+#: 05040200.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3151171\n"
-"84\n"
+"05040200.xhp\n"
+"hd_id3150767\n"
+"3\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Add"
+msgstr "დამატება"
-#: 04060181.xhp
+#: 05040200.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3145666\n"
-"85\n"
+"05040200.xhp\n"
+"par_id3150449\n"
+"4\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."
+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 ""
-#: 04060181.xhp
+#: 05040200.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3150120\n"
-"86\n"
+"05040200.xhp\n"
+"hd_id3145785\n"
+"5\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)."
+msgid "Default value"
+msgstr "ნაგულისხმევი მნიშვნელობა"
+
+#: 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 ""
-#: 04060181.xhp
+#: 05050000.xhp
msgctxt ""
-"04060181.xhp\n"
-"bm_id0119200902432928\n"
+"05050000.xhp\n"
+"tit\n"
"help.text"
-msgid "<bookmark_value>CHISQINV function</bookmark_value>"
-msgstr "<bookmark_value>CHIINV ფუნქცია</bookmark_value>"
+msgid "Sheet"
+msgstr "შექმნა"
-#: 04060181.xhp
+#: 05050000.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id0119200902421451\n"
+"05050000.xhp\n"
+"bm_id1245460\n"
"help.text"
-msgid "CHISQINV"
-msgstr "CHIINV"
+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>"
-#: 04060181.xhp
+#: 05050000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id0119200902421449\n"
+"05050000.xhp\n"
+"hd_id3155923\n"
+"1\n"
"help.text"
-msgid "<ahelp hid=\".\">Returns the inverse of CHISQDIST.</ahelp>"
-msgstr ""
+msgid "<link href=\"text/scalc/01/05050000.xhp\" name=\"Sheet\">Sheet</link>"
+msgstr "<link href=\"text/scalc/01/05050000.xhp\" name=\"Sheet\">ფურცელი</link>"
-#: 04060181.xhp
+#: 05050000.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id0119200902475241\n"
+"05050000.xhp\n"
+"par_id3154758\n"
+"2\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<ahelp hid=\".\">Sets the sheet name and hides or shows selected sheets.</ahelp>"
+msgstr ""
-#: 04060181.xhp
+#: 05050000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id0119200902475286\n"
+"05050000.xhp\n"
+"hd_id3156280\n"
+"3\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> არის მნიშვნელობა რომლისთვისაც გამა განაწილება უნდა გამოითვალოს."
+msgid "<link href=\"text/scalc/01/05050100.xhp\" name=\"Rename\">Rename</link>"
+msgstr "<link href=\"text/scalc/01/05050100.xhp\" name=\"Rename\">სახელის გადარქმევა</link>"
-#: 04060181.xhp
+#: 05050000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id0119200902475282\n"
+"05050000.xhp\n"
+"hd_id3145787\n"
+"4\n"
"help.text"
-msgid "<emph>Degrees Of Freedom</emph> is the degrees of freedom for the chi-square function."
-msgstr "<emph>თავისუფლების_ხარისხი</emph> ექსპერიმენტის თავისუფლების ხარისხი."
+msgid "<link href=\"text/scalc/01/05050300.xhp\" name=\"Show\">Show</link>"
+msgstr "<link href=\"text/scalc/01/05050300.xhp\" name=\"Show\">ჩვენება</link>"
-#: 04060181.xhp
+#: 05050000.xhp
msgctxt ""
-"04060181.xhp\n"
-"bm_id3148835\n"
+"05050000.xhp\n"
+"par_id3150542\n"
+"5\n"
"help.text"
-msgid "<bookmark_value>CHIINV function</bookmark_value>"
-msgstr "<bookmark_value>CHIINV ფუნქცია</bookmark_value>"
+msgid "If a sheet has been hidden, the Show Sheet dialog opens, which allows you to select a sheet to be shown again."
+msgstr ""
-#: 04060181.xhp
+#: 05050000.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3148835\n"
-"88\n"
+"05050000.xhp\n"
+"par_idN10656\n"
"help.text"
-msgid "CHIINV"
-msgstr "CHIINV"
+msgid "Right-To-Left"
+msgstr "მარჯვნიდან მარცხნივ"
-#: 04060181.xhp
+#: 05050000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3149906\n"
-"89\n"
+"05050000.xhp\n"
+"par_idN1065A\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_CHIINV\">Returns the inverse of the one-tailed probability of the chi-squared distribution.</ahelp>"
+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 ""
-#: 04060181.xhp
+#: 05050100.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3159157\n"
-"90\n"
+"05050100.xhp\n"
+"tit\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Rename Sheet"
+msgstr "ფურცლის სახელის გადარქმევა"
-#: 04060181.xhp
+#: 05050100.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3150504\n"
-"91\n"
+"05050100.xhp\n"
+"bm_id3147336\n"
"help.text"
-msgid "CHIINV(Number; DegreesFreedom)"
-msgstr "CHIINV(რიცხვი; თავისუფლების ხარისხი)"
+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>"
-#: 04060181.xhp
+#: 05050100.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3154898\n"
-"92\n"
+"05050100.xhp\n"
+"hd_id3147336\n"
+"1\n"
"help.text"
-msgid "<emph>Number</emph> is the value of the error probability."
-msgstr "<emph>რიცხვი</emph> შეცდომის ალბათონის მნიშვნელობა."
+msgid "Rename Sheet"
+msgstr "ფურცლის სახელის გადარქმევა"
-#: 04060181.xhp
+#: 05050100.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3154294\n"
-"93\n"
+"05050100.xhp\n"
+"par_id3150792\n"
+"2\n"
"help.text"
-msgid "<emph>DegreesFreedom</emph> is the degrees of freedom of the experiment."
-msgstr "<emph>თავისუფლების_ხარისხი</emph> ექსპერიმენტის თავისუფლების ხარისხი."
+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 ""
-#: 04060181.xhp
+#: 05050100.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3154208\n"
-"94\n"
+"05050100.xhp\n"
+"hd_id3153968\n"
+"3\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Name"
+msgstr "სახელი"
-#: 04060181.xhp
+#: 05050100.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3150777\n"
-"130\n"
+"05050100.xhp\n"
+"par_id3155131\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."
+msgid "<ahelp hid=\"HID_SC_APPEND_NAME\">Enter a new name for the sheet here.</ahelp>"
msgstr ""
-#: 04060181.xhp
+#: 05050100.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3153062\n"
-"131\n"
+"05050100.xhp\n"
+"par_id3153092\n"
+"5\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."
+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 ""
-#: 04060181.xhp
+#: 05050100.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3148806\n"
-"132\n"
+"05050100.xhp\n"
+"par_id3147396\n"
+"6\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."
+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 ""
-#: 04060181.xhp
+#: 05050300.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3149763\n"
-"95\n"
+"05050300.xhp\n"
+"tit\n"
"help.text"
-msgid "<item type=\"input\">=CHIINV(0.05;5)</item> returns 11.07."
+msgid "Show Sheet"
+msgstr "ფურცელის ჩვენება"
+
+#: 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>"
+
+#: 05050300.xhp
+msgctxt ""
+"05050300.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "Show Sheet"
+msgstr "ფურცელის ჩვენება"
+
+#: 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 ""
-#: 04060181.xhp
+#: 05050300.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3159142\n"
-"133\n"
+"05050300.xhp\n"
+"hd_id3151112\n"
+"3\n"
"help.text"
-msgid "<item type=\"input\">=CHIINV(0.02;5)</item> returns 13.39."
+msgid "Hidden sheets"
+msgstr "დამალული ფურცლები"
+
+#: 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 ""
-#: 04060181.xhp
+#: 05060000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3158401\n"
-"134\n"
+"05060000.xhp\n"
+"tit\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."
+msgid "Merge and Center Cells"
msgstr ""
-#: 04060181.xhp
+#: 05060000.xhp
msgctxt ""
-"04060181.xhp\n"
-"bm_id3154260\n"
+"05060000.xhp\n"
+"hd_id3149785\n"
+"1\n"
"help.text"
-msgid "<bookmark_value>CHITEST function</bookmark_value>"
-msgstr "<bookmark_value>CHITEST ფუნქცია</bookmark_value>"
+msgid "<link href=\"text/scalc/01/05060000.xhp\" name=\"Merge and Center Cells\">Merge and Center Cells</link>"
+msgstr ""
-#: 04060181.xhp
+#: 05060000.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3154260\n"
-"97\n"
+"05060000.xhp\n"
+"par_id3151246\n"
+"2\n"
"help.text"
-msgid "CHITEST"
-msgstr "CHITEST"
+msgid "<ahelp hid=\".\">Combines the selected cells into a single cell or splits merged cells. Aligns cell content centered.</ahelp>"
+msgstr ""
-#: 04060181.xhp
+#: 05060000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3151052\n"
-"98\n"
+"05060000.xhp\n"
+"par_id3154020\n"
+"18\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."
+msgid "Choose <emph>Format - Merge Cells - Merge and Center Cells</emph>"
msgstr ""
-#: 04060181.xhp
+#: 05060000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3148925\n"
-"135\n"
+"05060000.xhp\n"
+"par_id3148552\n"
+"4\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."
+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 ""
-#: 04060181.xhp
+#: 05060000.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3154280\n"
-"99\n"
+"05060000.xhp\n"
+"par_id3149665\n"
+"3\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "If the cells to be merged have any contents, a security dialog is shown."
+msgstr ""
-#: 04060181.xhp
+#: 05060000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3149162\n"
-"100\n"
+"05060000.xhp\n"
+"par_id3153718\n"
"help.text"
-msgid "CHITEST(DataB; DataE)"
-msgstr "CHITEST(მონაცემი_B; მონაცემი_E)"
+msgid "Merging cells can lead to calculation errors in formulas in the table."
+msgstr ""
-#: 04060181.xhp
+#: 05070000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3158421\n"
-"101\n"
+"05070000.xhp\n"
+"tit\n"
"help.text"
-msgid "<emph>DataB</emph> is the array of the observations."
-msgstr "<emph>მონაცემი_B</emph> დაკვირვების მასივი."
+msgid "Page Style"
+msgstr "გვერდის სტილი"
-#: 04060181.xhp
+#: 05070000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3166453\n"
-"102\n"
+"05070000.xhp\n"
+"hd_id3157910\n"
+"1\n"
"help.text"
-msgid "<emph>DataE</emph> is the range of the expected values."
-msgstr "<emph>მონაცემი_E</emph> მოსალოდნელი მნიშვნელობების დიაპაზონი."
+msgid "Page Style"
+msgstr "გვერდის სტილი"
-#: 04060181.xhp
+#: 05070000.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3146946\n"
-"103\n"
+"05070000.xhp\n"
+"par_id3156023\n"
+"2\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+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 ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3154096\n"
-"136\n"
+"05070500.xhp\n"
+"tit\n"
"help.text"
-msgid "Data_B (observed)"
-msgstr "მონაცემი_B (დაკვირვებული)"
+msgid "Sheet"
+msgstr "შექმნა"
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3152948\n"
-"137\n"
+"05070500.xhp\n"
+"bm_id3150542\n"
"help.text"
-msgid "Data_E (expected)"
-msgstr "მონაცემი_E (დაკვირვებული)"
+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>"
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3152876\n"
-"138\n"
+"05070500.xhp\n"
+"hd_id3156329\n"
+"1\n"
"help.text"
-msgid "1"
-msgstr "1"
+msgid "<link href=\"text/scalc/01/05070500.xhp\" name=\"Sheet\">Sheet</link>"
+msgstr "<link href=\"text/scalc/01/05070500.xhp\" name=\"Sheet\">ფურცელი</link>"
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3159279\n"
-"139\n"
+"05070500.xhp\n"
+"par_id3151384\n"
+"2\n"
"help.text"
-msgid "<item type=\"input\">195</item>"
+msgid "<ahelp hid=\"modules/scalc/ui/sheetprintpage/SheetPrintPage\">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 ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3149105\n"
-"140\n"
+"05070500.xhp\n"
+"hd_id3150542\n"
+"3\n"
"help.text"
-msgid "<item type=\"input\">170</item>"
-msgstr ""
+msgid "Print"
+msgstr "ბეჭდვა"
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3149922\n"
-"141\n"
+"05070500.xhp\n"
+"par_id3125863\n"
+"4\n"
"help.text"
-msgid "2"
-msgstr "2"
+msgid "Defines which elements of the spreadsheet are to be printed."
+msgstr "საზღვრავს ელცხრილის რა ელემენტები უნდა იქნას ამობეჭდილი."
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3148621\n"
-"142\n"
+"05070500.xhp\n"
+"hd_id3151041\n"
+"5\n"
"help.text"
-msgid "<item type=\"input\">151</item>"
+msgid "Column and row headers"
+msgstr "სვეტის და რიგის თავსართები"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3147228\n"
+"6\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/sheetprintpage/checkBTN_HEADER\">Specifies whether you want the column and row headers to be printed.</ahelp>"
msgstr ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3148987\n"
-"143\n"
+"05070500.xhp\n"
+"hd_id3150439\n"
+"7\n"
"help.text"
-msgid "<item type=\"input\">170</item>"
+msgid "Grid"
+msgstr "ბადე"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3147436\n"
+"8\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/sheetprintpage/checkBTN_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 ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3149417\n"
-"144\n"
+"05070500.xhp\n"
+"hd_id3145750\n"
+"9\n"
"help.text"
-msgid "3"
-msgstr "3"
+msgid "Comments"
+msgstr "კომენტარი"
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3148661\n"
-"145\n"
+"05070500.xhp\n"
+"par_id3150010\n"
+"10\n"
"help.text"
-msgid "<item type=\"input\">148</item>"
+msgid "<ahelp hid=\"modules/scalc/ui/sheetprintpage/checkBTN_NOTES\">Prints the comments defined in your spreadsheet.</ahelp> They will be printed on a separate page, along with the corresponding cell reference."
msgstr ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3151128\n"
-"146\n"
+"05070500.xhp\n"
+"hd_id3154944\n"
+"11\n"
"help.text"
-msgid "<item type=\"input\">170</item>"
+msgid "Objects/graphics"
+msgstr "ობიექტები/გრაფიკები"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3149581\n"
+"12\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/sheetprintpage/checkBTN_OBJECTS\">Includes all inserted objects (if printable) and graphics with the printed document.</ahelp>"
msgstr ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3148467\n"
-"147\n"
+"05070500.xhp\n"
+"hd_id3149377\n"
+"13\n"
"help.text"
-msgid "4"
-msgstr "4"
+msgid "Charts"
+msgstr "დიაგრამები"
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3149237\n"
-"148\n"
+"05070500.xhp\n"
+"par_id3148455\n"
+"14\n"
"help.text"
-msgid "<item type=\"input\">189</item>"
+msgid "<ahelp hid=\"modules/scalc/ui/sheetprintpage/checkBTN_CHARTS\">Prints the charts that have been inserted into your spreadsheet.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/sheetprintpage/checkBTN_CHARTS\">ბეჭდავს გრაფიკს რომელიც მიმდინარე ელცხრილშია ჩასმული.</ahelp>"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"hd_id3153418\n"
+"15\n"
+"help.text"
+msgid "Drawing Objects"
+msgstr "ნახატი ობიექტები"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3149122\n"
+"16\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/sheetprintpage/checkBTN_DRAWINGS\">Includes all drawing objects in the printed document.</ahelp>"
msgstr ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3145304\n"
-"149\n"
+"05070500.xhp\n"
+"hd_id3150330\n"
+"17\n"
"help.text"
-msgid "<item type=\"input\">170</item>"
+msgid "Formulas"
+msgstr "ფორმულები"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3153715\n"
+"18\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/sheetprintpage/checkBTN_FORMULAS\">Prints the formulas contained in the cells, instead of the results.</ahelp>"
msgstr ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3149927\n"
-"150\n"
+"05070500.xhp\n"
+"hd_id3156385\n"
+"19\n"
"help.text"
-msgid "5"
-msgstr "5"
+msgid "Zero Values"
+msgstr "ნულოვანი ნიშვნელობები"
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3150630\n"
-"151\n"
+"05070500.xhp\n"
+"par_id3149258\n"
+"20\n"
"help.text"
-msgid "<item type=\"input\">183</item>"
+msgid "<ahelp hid=\"modules/scalc/ui/sheetprintpage/checkBTN_NULLVALS\">Specifies that cells with a zero value are printed.</ahelp>"
msgstr ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3150423\n"
-"152\n"
+"05070500.xhp\n"
+"hd_id3154022\n"
+"21\n"
"help.text"
-msgid "<item type=\"input\">170</item>"
+msgid "Page Order"
+msgstr "გვერდის თანრიგი"
+
+#: 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 ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3143275\n"
-"153\n"
+"05070500.xhp\n"
+"hd_id3152580\n"
+"23\n"
"help.text"
-msgid "6"
-msgstr "6"
+msgid "Top to bottom, then right"
+msgstr "ზევიდან ქვემოთ, შემდეგ მარჯვნივ"
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3144750\n"
-"154\n"
+"05070500.xhp\n"
+"par_id3150205\n"
+"24\n"
"help.text"
-msgid "<item type=\"input\">154</item>"
+msgid "<ahelp hid=\"modules/scalc/ui/sheetprintpage/radioBTN_TOPDOW\">Prints vertically from the left column to the bottom of the sheet.</ahelp>"
msgstr ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3153947\n"
-"155\n"
+"05070500.xhp\n"
+"hd_id3150786\n"
+"25\n"
"help.text"
-msgid "<item type=\"input\">170</item>"
+msgid "Left to right, then down"
+msgstr "მარცხნიდან მარჯვნივ შემდეგ ძირს"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3154657\n"
+"26\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/sheetprintpage/radioBTN_LEFTRIGHT\">Prints horizontally from the top row of the sheet to the right column.</ahelp>"
msgstr ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3149481\n"
-"104\n"
+"05070500.xhp\n"
+"hd_id3150887\n"
+"27\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."
+msgid "First page number"
+msgstr "პირველი გვერდის ნომერი"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3155378\n"
+"28\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/sheetprintpage/checkBTN_PAGENO\">Select this option if you want the first page to start with a number other than 1.</ahelp>"
msgstr ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"bm_id3148690\n"
+"05070500.xhp\n"
+"par_id3145389\n"
+"35\n"
"help.text"
-msgid "<bookmark_value>CHIDIST function</bookmark_value>"
-msgstr "<bookmark_value>CHIDIST ფუნქცია</bookmark_value>"
+msgid "<ahelp hid=\"modules/scalc/ui/sheetprintpage/spinED_PAGENO\">Enter the number of the first page.</ahelp>"
+msgstr ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3148690\n"
-"106\n"
+"05070500.xhp\n"
+"hd_id3146978\n"
+"29\n"
"help.text"
-msgid "CHIDIST"
-msgstr "CHIDIST"
+msgid "Scale"
+msgstr "მასშტაბირება"
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3156338\n"
-"156\n"
+"05070500.xhp\n"
+"par_id3149408\n"
+"30\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."
+msgid "Defines a page scale for the printed spreadsheet."
msgstr ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3151316\n"
-"157\n"
+"05070500.xhp\n"
+"par_idN1096D\n"
"help.text"
-msgid "The probability determined by CHIDIST can also be determined by CHITEST."
+msgid "Scaling mode"
+msgstr "მასშტაბირების რეჟიმი"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_idN10971\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/sheetprintpage/comboLB_SCALEMODE\">Select a scaling mode from the list box. Appropriate controls will be shown at the side of the list box.</ahelp>"
msgstr ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3155123\n"
-"108\n"
+"05070500.xhp\n"
+"hd_id3155089\n"
+"31\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Reduce/enlarge printout"
+msgstr "ამობეჭდვის შემცირება/გადიდება"
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3158439\n"
-"109\n"
+"05070500.xhp\n"
+"par_id3159171\n"
+"32\n"
"help.text"
-msgid "CHIDIST(Number; DegreesFreedom)"
-msgstr "CHIDIST (რიცხვი; თავისუფლების ხარისხი)"
+msgid "Specifies a scaling factor to scale all printed pages."
+msgstr ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3148675\n"
-"110\n"
+"05070500.xhp\n"
+"par_idN1099A\n"
"help.text"
-msgid "<emph>Number</emph> is the chi-square value of the random sample used to determine the error probability."
+msgid "Scaling factor"
+msgstr "მასშტაბირების ფაქტორი"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3152899\n"
+"36\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/sheetprintpage/spinED_SCALEALL\" visibility=\"hidden\">Enter a scaling factor. Factors less than 100 reduce the pages, higher factors enlarge the pages.</ahelp>"
msgstr ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3155615\n"
-"111\n"
+"05070500.xhp\n"
+"par_idN109B2\n"
"help.text"
-msgid "<emph>DegreesFreedom</emph> are the degrees of freedom of the experiment."
-msgstr "<emph>თავისუფლების_ხარისხი</emph> არის ექსპერიმენტის თავისუფლების ხარისხი."
+msgid "Fit print range(s) to width/height"
+msgstr ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3146787\n"
-"112\n"
+"05070500.xhp\n"
+"par_idN109B5\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+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 "რიცხვი - სიგანე და სიმაღლე ჩართულია ფურცელი გვერდი სტილი ტოლია -სკენ"
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3145774\n"
-"113\n"
+"05070500.xhp\n"
+"par_idN109BB\n"
"help.text"
-msgid "<item type=\"input\">=CHIDIST(13.27; 5)</item> equals 0.02."
+msgid "The print ranges are always scaled proportionally, so the resulting number of pages may be less than specified."
msgstr ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3156141\n"
-"158\n"
+"05070500.xhp\n"
+"par_idN109BF\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%."
+msgid "You may clear one of the boxes, then the unspecified dimension will use as many pages as necessary."
msgstr ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"bm_id0119200902231887\n"
+"05070500.xhp\n"
+"par_idN109C3\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>"
+msgid "If you clear both boxes, this will result in a scaling factor of 100%."
+msgstr ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id0119200901583452\n"
+"05070500.xhp\n"
+"par_idN109CE\n"
"help.text"
-msgid "CHISQDIST"
-msgstr "CHIDIST"
+msgid "Width in pages"
+msgstr "სიგანე გვერდებში"
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id0119200901583471\n"
+"05070500.xhp\n"
+"par_idN109D1\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>"
+msgid "<ahelp hid=\"modules/scalc/ui/sheetprintpage/spinED_SCALEPAGEWIDTH\">Enter the maximum number of pages to be printed horizontally across.</ahelp>"
msgstr ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id0119200902395520\n"
+"05070500.xhp\n"
+"par_idN109E8\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Height in pages"
+msgstr "სიმაღლე გვერდებში"
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id0119200902395679\n"
+"05070500.xhp\n"
+"par_idN109EB\n"
"help.text"
-msgid "CHISQDIST(Number; Degrees Of Freedom; Cumulative)"
+msgid "<ahelp hid=\"modules/scalc/ui/sheetprintpage/spinED_SCALEPAGEHEIGHT\">Enter the maximum number of pages to be printed vertically stacked.</ahelp>"
msgstr ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id011920090239564\n"
+"05070500.xhp\n"
+"hd_id3148868\n"
+"33\n"
"help.text"
-msgid "<emph>Number</emph> is the number for which the function is to be calculated."
-msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა, რომლისთვისაც F განაწილება გამოითვლება."
+msgid "Fit print range(s) on number of pages"
+msgstr ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id0119200902395660\n"
+"05070500.xhp\n"
+"par_id3145074\n"
+"34\n"
"help.text"
-msgid "<emph>Degrees Of Freedom</emph> is the degrees of freedom for the chi-square function."
-msgstr "<emph>თავისუფლების_ხარისხი</emph> ექსპერიმენტის თავისუფლების ხარისხი."
+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 ""
-#: 04060181.xhp
+#: 05070500.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id0119200902395623\n"
+"05070500.xhp\n"
+"par_idN10A26\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."
+msgid "Number of pages"
+msgstr "გვერდების ნომერი"
+
+#: 05070500.xhp
+msgctxt ""
+"05070500.xhp\n"
+"par_id3144507\n"
+"37\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/sheetprintpage/spinED_SCALEPAGENUM\">Enter the maximum number of pages to be printed.</ahelp>"
msgstr ""
-#: 04060181.xhp
+#: 05080000.xhp
msgctxt ""
-"04060181.xhp\n"
-"bm_id3150603\n"
+"05080000.xhp\n"
+"tit\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>"
+msgid "Print Ranges"
+msgstr "დიაპაზონების ბეჭდვა"
-#: 04060181.xhp
+#: 05080000.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3150603\n"
-"115\n"
+"05080000.xhp\n"
+"hd_id3154013\n"
+"1\n"
"help.text"
-msgid "EXPONDIST"
-msgstr "EXPONDIST"
+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>"
-#: 04060181.xhp
+#: 05080000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3149563\n"
-"116\n"
+"05080000.xhp\n"
+"par_id3155855\n"
+"2\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_EXPONVERT\">Returns the exponential distribution.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_EXPONVERT\">აბრუნებს საჩვენებელ განაწილებას.</ahelp>"
+msgid "<ahelp hid=\".\">Manages print ranges. Only cells within the print ranges will be printed.</ahelp>"
+msgstr ""
-#: 04060181.xhp
+#: 05080000.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3153789\n"
-"117\n"
+"05080000.xhp\n"
+"par_id3146119\n"
+"4\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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 ""
-#: 04060181.xhp
+#: 05080000.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3150987\n"
-"118\n"
+"05080000.xhp\n"
+"hd_id3154729\n"
+"3\n"
"help.text"
-msgid "EXPONDIST(Number; Lambda; C)"
-msgstr "EXPONDIST(რიცხვი; ლამბდა; C)"
+msgid "<link href=\"text/scalc/01/05080300.xhp\" name=\"Edit\">Edit</link>"
+msgstr "<link href=\"text/scalc/01/05080300.xhp\" name=\"Edit\">რედაქტირება</link>"
-#: 04060181.xhp
+#: 05080100.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3154663\n"
-"119\n"
+"05080100.xhp\n"
+"tit\n"
"help.text"
-msgid "<emph>Number</emph> is the value of the function."
-msgstr "<emph>რიცხვი</emph> ფუნქციის მნიშვნელობა."
+msgid "Define"
+msgstr "განსაზღვრა"
-#: 04060181.xhp
+#: 05080100.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3154569\n"
-"120\n"
+"05080100.xhp\n"
+"hd_id3145673\n"
+"1\n"
"help.text"
-msgid "<emph>Lambda</emph> is the parameter value."
-msgstr "<emph>ლამბდა</emph> არის პარამეტრის მნიშვნელობა."
+msgid "<link href=\"text/scalc/01/05080100.xhp\" name=\"Define\">Define</link>"
+msgstr "<link href=\"text/scalc/01/05080100.xhp\" name=\"Define\">განსაზღვრა</link>"
-#: 04060181.xhp
+#: 05080100.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3147332\n"
-"121\n"
+"05080100.xhp\n"
+"par_id3153896\n"
+"2\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 ""
+msgid "<ahelp hid=\".uno:DefinePrintArea\">Defines an active cell or selected cell area as the print range.</ahelp>"
+msgstr "<ahelp hid=\".uno:DefinePrintArea\">საზღვრავს აქტიურ უჯრათა არეს ან მონიშნულ უჯრებს როგორც საბეჭდ არეს.</ahelp>"
-#: 04060181.xhp
+#: 05080200.xhp
msgctxt ""
-"04060181.xhp\n"
-"hd_id3146133\n"
-"122\n"
+"05080200.xhp\n"
+"tit\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Remove"
+msgstr "წაშლა"
-#: 04060181.xhp
+#: 05080200.xhp
msgctxt ""
-"04060181.xhp\n"
-"par_id3150357\n"
-"123\n"
+"05080200.xhp\n"
+"hd_id3153562\n"
+"1\n"
"help.text"
-msgid "<item type=\"input\">=EXPONDIST(3;0.5;1)</item> returns 0.78."
-msgstr ""
+msgid "<link href=\"text/scalc/01/05080200.xhp\" name=\"Remove\">Remove</link>"
+msgstr "<link href=\"text/scalc/01/05080200.xhp\" name=\"Remove\">ამოშლა</link>"
-#: 12040400.xhp
+#: 05080200.xhp
msgctxt ""
-"12040400.xhp\n"
+"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>"
+
+#: 05080300.xhp
+msgctxt ""
+"05080300.xhp\n"
"tit\n"
"help.text"
-msgid "Remove Filter"
-msgstr "ფილტრის წაშლა"
+msgid "Edit Print Ranges"
+msgstr "დასაბეჭდი დიაპაზონების ჩასწორება"
-#: 12040400.xhp
+#: 05080300.xhp
msgctxt ""
-"12040400.xhp\n"
-"hd_id3153087\n"
+"05080300.xhp\n"
+"hd_id3153088\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>"
+msgid "Edit Print Ranges"
+msgstr "დასაბეჭდი დიაპაზონების ჩასწორება"
-#: 12040400.xhp
+#: 05080300.xhp
msgctxt ""
-"12040400.xhp\n"
-"par_id3154760\n"
+"05080300.xhp\n"
+"par_id3159488\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>"
+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 ""
-#: func_edate.xhp
+#: 05080300.xhp
msgctxt ""
-"func_edate.xhp\n"
-"tit\n"
+"05080300.xhp\n"
+"par_idN105AE\n"
"help.text"
-msgid "EDATE"
-msgstr "EDATE"
+msgid "<embedvar href=\"text/scalc/guide/printranges.xhp#printranges\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/printranges.xhp#printranges\"/>"
-#: func_edate.xhp
+#: 05080300.xhp
msgctxt ""
-"func_edate.xhp\n"
-"bm_id3151184\n"
+"05080300.xhp\n"
+"hd_id3156281\n"
+"3\n"
"help.text"
-msgid "<bookmark_value>EDATE function</bookmark_value>"
-msgstr "<bookmark_value>EDATE ფუნქცია</bookmark_value>"
+msgid "Print range"
+msgstr "დიაპაზონის დაბეჭდვა"
-#: func_edate.xhp
+#: 05080300.xhp
msgctxt ""
-"func_edate.xhp\n"
-"hd_id3151184\n"
-"213\n"
+"05080300.xhp\n"
+"par_id3147228\n"
+"4\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>"
+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>"
-#: func_edate.xhp
+#: 05080300.xhp
msgctxt ""
-"func_edate.xhp\n"
-"par_id3150880\n"
-"214\n"
+"05080300.xhp\n"
+"par_id3145174\n"
+"5\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>"
+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 ""
-#: func_edate.xhp
+#: 05080300.xhp
msgctxt ""
-"func_edate.xhp\n"
-"hd_id3154647\n"
-"215\n"
+"05080300.xhp\n"
+"par_id3145272\n"
+"6\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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 ""
-#: func_edate.xhp
+#: 05080300.xhp
msgctxt ""
-"func_edate.xhp\n"
-"par_id3153212\n"
-"216\n"
+"05080300.xhp\n"
+"hd_id3149260\n"
+"7\n"
"help.text"
-msgid "EDATE(StartDate; Months)"
-msgstr "EDATE(საწყისი თარიღი;თვეები)"
+msgid "Rows to repeat"
+msgstr "გასამეორებელი რიგები"
-#: func_edate.xhp
+#: 05080300.xhp
msgctxt ""
-"func_edate.xhp\n"
-"par_id3146860\n"
-"217\n"
+"05080300.xhp\n"
+"par_id3147426\n"
+"8\n"
"help.text"
-msgid "<emph>StartDate</emph> is a date."
-msgstr "<emph>საწყისი თარიღი</emph>: თარიღი."
+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 ""
-#: func_edate.xhp
+#: 05080300.xhp
msgctxt ""
-"func_edate.xhp\n"
-"par_id3152929\n"
-"218\n"
+"05080300.xhp\n"
+"par_id3155418\n"
+"9\n"
"help.text"
-msgid "<emph>Months</emph> is the number of months before (negative) or after (positive) the start date."
+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 ""
-#: func_edate.xhp
+#: 05080300.xhp
msgctxt ""
-"func_edate.xhp\n"
-"hd_id3151289\n"
-"219\n"
+"05080300.xhp\n"
+"hd_id3149581\n"
+"10\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Columns to repeat"
+msgstr "გასამეორებელი სვეტები"
-#: func_edate.xhp
+#: 05080300.xhp
msgctxt ""
-"func_edate.xhp\n"
-"par_id3155845\n"
-"220\n"
+"05080300.xhp\n"
+"par_id3155602\n"
+"11\n"
"help.text"
-msgid "What date is one month prior to 3.31.2001?"
+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 ""
-#: func_edate.xhp
+#: 05080300.xhp
msgctxt ""
-"func_edate.xhp\n"
-"par_id3155999\n"
-"221\n"
+"05080300.xhp\n"
+"par_id3150749\n"
+"12\n"
"help.text"
-msgid "<item type=\"input\">=EDATE(3.31.2001;-1)</item> returns 2.28.2001."
+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 ""
-#: 12030100.xhp
+#: 05080400.xhp
msgctxt ""
-"12030100.xhp\n"
+"05080400.xhp\n"
"tit\n"
"help.text"
-msgid "Sort Criteria"
-msgstr "დახარისხების კრიტერიუმი"
+msgid "Add"
+msgstr "დამატება"
-#: 12030100.xhp
+#: 05080400.xhp
msgctxt ""
-"12030100.xhp\n"
-"bm_id3152350\n"
+"05080400.xhp\n"
+"hd_id3149457\n"
+"1\n"
"help.text"
-msgid "<bookmark_value>sorting; sort criteria for database ranges</bookmark_value>"
-msgstr ""
+msgid "<link href=\"text/scalc/01/05080400.xhp\" name=\"Add\">Add</link>"
+msgstr "<link href=\"text/scalc/01/05080400.xhp\" name=\"Add\">დამატება</link>"
-#: 12030100.xhp
+#: 05080400.xhp
msgctxt ""
-"12030100.xhp\n"
-"hd_id3152350\n"
+"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>"
+
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Styles and Formatting"
+msgstr "სტილები და ფორმატირება"
+
+#: 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>"
+
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"hd_id3150447\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>"
+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>"
-#: 12030100.xhp
+#: 05100000.xhp
msgctxt ""
-"12030100.xhp\n"
-"par_id3151385\n"
+"05100000.xhp\n"
+"par_id3147434\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortcriteria/SortCriteriaPage\">Specify the sorting options for the selected range.</ahelp>"
-msgstr ""
+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 "გამოყენება სტილები და ფორმატირება -სკენ -სკენ და ტექსტი სექცია თქვენ განახლება სტილები სტილები ან ახალი სტილები."
-#: 12030100.xhp
+#: 05100000.xhp
msgctxt ""
-"12030100.xhp\n"
-"par_id3152462\n"
-"24\n"
+"05100000.xhp\n"
+"par_id3149665\n"
+"30\n"
"help.text"
-msgid "Ensure that you include any row and column titles in the selection."
-msgstr ""
+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> შეიძლება შეგახსენოთ გახსნა დოკუმენტის რედაქტირებისას."
-#: 12030100.xhp
+#: 05100000.xhp
msgctxt ""
-"12030100.xhp\n"
-"hd_id3147428\n"
-"3\n"
+"05100000.xhp\n"
+"hd_id3150012\n"
+"36\n"
"help.text"
-msgid "Sort by"
-msgstr "დახარისხება"
+msgid "How to apply a cell style:"
+msgstr "როგორ მოხდეს უჯრის სტილის გააქტიურება:"
-#: 12030100.xhp
+#: 05100000.xhp
msgctxt ""
-"12030100.xhp\n"
-"par_id3155854\n"
-"4\n"
+"05100000.xhp\n"
+"par_id3159155\n"
+"37\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortkey/sortlb\">Select the column that you want to use as the primary sort key.</ahelp>"
-msgstr ""
+msgid "Select the cell or cell range."
+msgstr "უჯრის ან უჯრათა დიაპაზონის ამორჩევა."
-#: 12030100.xhp
+#: 05100000.xhp
msgctxt ""
-"12030100.xhp\n"
-"hd_id3146121\n"
-"5\n"
+"05100000.xhp\n"
+"par_id3145749\n"
+"38\n"
"help.text"
-msgid "Ascending"
-msgstr "ზდრადობით"
+msgid "Double-click the style in the Styles and Formatting window."
+msgstr "ორმაგი-წკაპი სტილზე სტილების და ფორმატირების ფანჯარაში."
-#: 12030100.xhp
+#: 05100000.xhp
msgctxt ""
-"12030100.xhp\n"
-"par_id3148645\n"
+"05100000.xhp\n"
+"hd_id3153877\n"
+"4\n"
+"help.text"
+msgid "Cell Styles"
+msgstr "უჯრის სტილები"
+
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3145801\n"
"6\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortkey/up\">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 ""
+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>"
-#: 12030100.xhp
+#: 05100000.xhp
msgctxt ""
-"12030100.xhp\n"
-"hd_id3155411\n"
-"7\n"
+"05100000.xhp\n"
+"par_id3150751\n"
"help.text"
-msgid "Descending"
-msgstr "კლებადობით"
+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>"
-#: 12030100.xhp
+#: 05100000.xhp
msgctxt ""
-"12030100.xhp\n"
-"par_id3151075\n"
-"8\n"
+"05100000.xhp\n"
+"par_id3154255\n"
+"5\n"
"help.text"
-msgid "<ahelp hid=\"modules/scalc/ui/sortkey/down\">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 ""
+msgid "Cell Styles"
+msgstr "უჯრის სტილები"
-#: 12030100.xhp
+#: 05100000.xhp
msgctxt ""
-"12030100.xhp\n"
-"hd_id3154492\n"
+"05100000.xhp\n"
+"hd_id3153963\n"
+"7\n"
+"help.text"
+msgid "Page Styles"
+msgstr "გვერდის სტილები"
+
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3147003\n"
"9\n"
"help.text"
-msgid "Then by"
-msgstr "მაშინ"
+msgid "<ahelp hid=\".uno:PageStyle\">Displays the Page Styles available for indirect page formatting.</ahelp>"
+msgstr "<ahelp hid=\".uno:PageStyle\">ასახავს არაპირდაპირი ფორმატირებისთვის ხელმისაწვდომ გვერთა სტილებს.</ahelp>"
-#: 12030100.xhp
+#: 05100000.xhp
msgctxt ""
-"12030100.xhp\n"
-"par_id3156283\n"
-"10\n"
+"05100000.xhp\n"
+"par_id3159100\n"
"help.text"
-msgid "Select the column that you want to use as the secondary sort key."
-msgstr ""
+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>"
-#: 12030100.xhp
+#: 05100000.xhp
msgctxt ""
-"12030100.xhp\n"
-"hd_id3149413\n"
-"11\n"
+"05100000.xhp\n"
+"par_id3150361\n"
+"8\n"
"help.text"
-msgid "Ascending"
-msgstr "ზდრადობით"
+msgid "Page Styles"
+msgstr "გვერდის სტილები"
-#: 12030100.xhp
+#: 05100000.xhp
msgctxt ""
-"12030100.xhp\n"
-"par_id3154018\n"
+"05100000.xhp\n"
+"hd_id3150202\n"
+"10\n"
+"help.text"
+msgid "Fill Format Mode"
+msgstr "ფორმატით შევსების რეჟიმი"
+
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3155531\n"
"12\n"
"help.text"
-msgid "Sorts the selection from the lowest value to the highest value. You can define the sort rules on Data - Sort - Options. You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+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 ""
-#: 12030100.xhp
+#: 05100000.xhp
msgctxt ""
-"12030100.xhp\n"
-"hd_id3146972\n"
+"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>"
+
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3156198\n"
+"11\n"
+"help.text"
+msgid "Fill Format Mode"
+msgstr "ფორმატით შევსების რეჟიმი"
+
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"hd_id3148870\n"
"13\n"
"help.text"
-msgid "Descending"
-msgstr "კლებადობით"
+msgid "How to apply a new style with the paint can:"
+msgstr "ახალი სტილის ხატვით გააქტიურება:"
-#: 12030100.xhp
+#: 05100000.xhp
msgctxt ""
-"12030100.xhp\n"
-"par_id3145640\n"
-"14\n"
+"05100000.xhp\n"
+"par_id3145078\n"
+"27\n"
"help.text"
-msgid "Sorts the selection from the highest value to the lowest value. You can define the sort rules on Data - Sort - Options. You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+msgid "Select the desired style from the Styles and Formatting window."
+msgstr "ამოირჩიეთ სასურველი სტილი სტილების და ფორმატირების ფანჯრიდან."
+
+#: 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> ხატულას."
+
+#: 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 "დააწკაპეთ უჯრას გასაფორმებლად, ან გადმოათრიეთ თაგვი მითითებულ დიაპაზონზე მთელი დიაპაზონის გასაფორმებლად. გაიმეორეთ მოქმედება სხვა უჯრებისთვის და უჯრათა დიაპაზონისთვის."
+
+#: 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> კიდევ ერთხელ რეჟიმიდან გასასვლელად."
+
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"hd_id3153975\n"
+"16\n"
+"help.text"
+msgid "New Style from Selection"
+msgstr "მონიშნულიდან ახალი სტილი"
+
+#: 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 ""
-#: 12030100.xhp
+#: 05100000.xhp
msgctxt ""
-"12030100.xhp\n"
-"hd_id3150300\n"
+"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>"
+
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3146963\n"
+"17\n"
+"help.text"
+msgid "New Style from Selection"
+msgstr "მონიშნულიდან ახალი სტილი"
+
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"hd_id3153813\n"
+"19\n"
+"help.text"
+msgid "Update Style"
+msgstr "სტილის განახლება"
+
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3154707\n"
"21\n"
"help.text"
-msgid "Sort Ascending/Descending"
-msgstr "დახარისხება ზრდადობის/კლებადობით მიხედვით"
+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>"
-#: 12030100.xhp
+#: 05100000.xhp
msgctxt ""
-"12030100.xhp\n"
-"par_id3158212\n"
-"22\n"
+"05100000.xhp\n"
+"par_id3145118\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."
+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>"
+
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_id3147501\n"
+"20\n"
+"help.text"
+msgid "Update Style"
+msgstr "სტილის განახლება"
+
+#: 05100000.xhp
+msgctxt ""
+"05100000.xhp\n"
+"par_idN109BE\n"
+"help.text"
+msgid "Style List"
+msgstr "სტილის სია"
+
+#: 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>"
+
+#: 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 ""
-#: 12030100.xhp
+#: 05100000.xhp
msgctxt ""
-"12030100.xhp\n"
-"par_id3159236\n"
-"25\n"
+"05100000.xhp\n"
+"hd_id3149053\n"
+"24\n"
"help.text"
-msgid "Icons on the <emph>Standard</emph> toolbar"
-msgstr "ხატულები <emph>სტანდარტულ</emph> ხელსაწყოთა პანელზე"
+msgid "Style Groups"
+msgstr "სტილის ჯგუფები"
-#: 04010100.xhp
+#: 05100000.xhp
msgctxt ""
-"04010100.xhp\n"
-"tit\n"
+"05100000.xhp\n"
+"par_id3147299\n"
+"25\n"
"help.text"
-msgid "Row Break"
-msgstr "რიგის გაწყვეტა"
+msgid "<ahelp hid=\"HID_TEMPLATE_FILTER\">Lists the available style groups.</ahelp>"
+msgstr "<ahelp hid=\"HID_TEMPLATE_FILTER\">ჩამოთვლის სტილთა ხელმისაწვდომ ჯგუფებს.</ahelp>"
-#: 04010100.xhp
+#: 05100100.xhp
msgctxt ""
-"04010100.xhp\n"
-"bm_id3153821\n"
+"05100100.xhp\n"
+"tit\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>"
+msgid "Merge Cells"
+msgstr "უჯრების შეერთება"
-#: 04010100.xhp
+#: 05100100.xhp
msgctxt ""
-"04010100.xhp\n"
-"hd_id3153821\n"
-"1\n"
+"05100100.xhp\n"
+"hd_id3154765\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>"
+msgid "Merge Cells"
+msgstr "უჯრების შეერთება"
-#: 04010100.xhp
+#: 05100100.xhp
msgctxt ""
-"04010100.xhp\n"
-"par_id3149656\n"
-"2\n"
+"05100100.xhp\n"
+"par_id3147406\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>"
+msgid "<ahelp hid=\".\">Combines the contents of the selected cells into a single cell.</ahelp>"
+msgstr ""
-#: 04010100.xhp
+#: 05100100.xhp
msgctxt ""
-"04010100.xhp\n"
-"par_id3156422\n"
-"3\n"
+"05100100.xhp\n"
+"par_id3154351\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."
+msgid "Choose <emph>Format - Merge Cells - Merge Cells</emph>"
+msgstr ""
-#: 04060101.xhp
+#: 05100200.xhp
msgctxt ""
-"04060101.xhp\n"
+"05100200.xhp\n"
"tit\n"
"help.text"
-msgid "Database Functions"
-msgstr "მონაცემთა ბაზების ფუნქციები"
+msgid "Split Cells"
+msgstr ""
-#: 04060101.xhp
+#: 05100200.xhp
msgctxt ""
-"04060101.xhp\n"
-"bm_id3148946\n"
+"05100200.xhp\n"
+"hd_id3154654\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>"
+msgid "Split Cells"
msgstr ""
-#: 04060101.xhp
+#: 05100200.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3148946\n"
-"1\n"
+"05100200.xhp\n"
+"par_id3083451\n"
"help.text"
-msgid "Database Functions"
-msgstr "მონაცემთა ბაზების ფუნქციები"
+msgid "<ahelp hid=\".\">Splits previously merged cells.</ahelp>"
+msgstr ""
-#: 04060101.xhp
+#: 05100200.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3145173\n"
-"2\n"
+"05100200.xhp\n"
+"par_id3154023\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>"
+msgid "Choose <emph>Format - Merge Cells - Split Cells</emph>"
+msgstr ""
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3154016\n"
-"186\n"
+"05110000.xhp\n"
+"tit\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-ში მონაცემთა ბაზას შორის კავშირი არ არის."
+msgid "AutoFormat"
+msgstr "ავტო-ფორმატირება"
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3150329\n"
-"190\n"
+"05110000.xhp\n"
+"hd_id3149666\n"
+"1\n"
"help.text"
-msgid "Example Data:"
-msgstr "სამაგალითო მონაცემები:"
+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>"
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3153713\n"
-"191\n"
+"05110000.xhp\n"
+"par_id3145367\n"
+"2\n"
"help.text"
-msgid "The following data will be used in some of the function description examples:"
-msgstr "შემდეგი მონაცემები გამოყენებულ იქნება ფუნქციის აღწერებში მაგალითებად:"
+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 ""
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3155766\n"
+"05110000.xhp\n"
+"hd_id3148455\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 საფეხურსს, შემდეგ ასაკი წლებით, სკოლამდე მანძილი მეტრებში და წონა კილოგრამებში."
+msgid "Format"
+msgstr "ფორმატი"
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3145232\n"
+"05110000.xhp\n"
+"par_id3145799\n"
"4\n"
"help.text"
-msgid "A"
-msgstr "A"
+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 ""
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3146316\n"
+"05110000.xhp\n"
+"hd_id3149410\n"
"5\n"
"help.text"
-msgid "B"
-msgstr "B"
+msgid "Add"
+msgstr "დამატება"
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3150297\n"
+"05110000.xhp\n"
+"par_id3154017\n"
"6\n"
"help.text"
-msgid "C"
-msgstr "C"
+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 ""
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3150344\n"
+"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>"
+
+#: 05110000.xhp
+msgctxt ""
+"05110000.xhp\n"
+"hd_id3150044\n"
"7\n"
"help.text"
-msgid "D"
-msgstr "D"
+msgid "More"
+msgstr "მეტი"
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3150785\n"
+"05110000.xhp\n"
+"par_id3146920\n"
"8\n"
"help.text"
-msgid "E"
-msgstr "E"
+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 ""
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3150090\n"
+"05110000.xhp\n"
+"hd_id3155961\n"
"9\n"
"help.text"
-msgid "1"
-msgstr "1"
+msgid "Formatting"
+msgstr "ფორმატირება"
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3152992\n"
+"05110000.xhp\n"
+"par_id3153965\n"
"10\n"
"help.text"
-msgid "<item type=\"input\">Name</item>"
+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 ""
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3155532\n"
+"05110000.xhp\n"
+"hd_id3154021\n"
"11\n"
"help.text"
-msgid "<item type=\"input\">Grade</item>"
-msgstr ""
+msgid "Number format"
+msgstr "რიცხვის ფორმატი"
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3156448\n"
+"05110000.xhp\n"
+"par_id3159239\n"
"12\n"
"help.text"
-msgid "<item type=\"input\">Age</item>"
+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 ""
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3154486\n"
+"05110000.xhp\n"
+"hd_id3149530\n"
"13\n"
"help.text"
-msgid "<item type=\"input\">Distance to School</item>"
-msgstr ""
+msgid "Borders"
+msgstr "ჩარჩოები"
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3152899\n"
+"05110000.xhp\n"
+"par_id3145259\n"
"14\n"
"help.text"
-msgid "<item type=\"input\">Weight</item>"
+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 ""
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3153816\n"
+"05110000.xhp\n"
+"hd_id3154657\n"
"15\n"
"help.text"
-msgid "2"
-msgstr "2"
+msgid "Font"
+msgstr "შრიფტი"
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3151240\n"
+"05110000.xhp\n"
+"par_id3152990\n"
"16\n"
"help.text"
-msgid "<item type=\"input\">Andy</item>"
+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 ""
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3156016\n"
+"05110000.xhp\n"
+"hd_id3155379\n"
"17\n"
"help.text"
-msgid "<item type=\"input\">3</item>"
-msgstr ""
+msgid "Pattern"
+msgstr "თარგი"
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3145073\n"
+"05110000.xhp\n"
+"par_id3150368\n"
"18\n"
"help.text"
-msgid "<item type=\"input\">9</item>"
+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 ""
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3154956\n"
+"05110000.xhp\n"
+"hd_id3146115\n"
"19\n"
"help.text"
-msgid "<item type=\"input\">150</item>"
-msgstr ""
+msgid "Alignment"
+msgstr "გასწორება"
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3153976\n"
+"05110000.xhp\n"
+"par_id3156445\n"
"20\n"
"help.text"
-msgid "<item type=\"input\">40</item>"
+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 ""
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3150894\n"
+"05110000.xhp\n"
+"hd_id3155811\n"
"21\n"
"help.text"
-msgid "3"
-msgstr "3"
+msgid "AutoFit width and height"
+msgstr "სიგანის და სიმაღლის ავტომორგება"
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3152870\n"
+"05110000.xhp\n"
+"par_id3148703\n"
"22\n"
"help.text"
-msgid "<item type=\"input\">Betty</item>"
+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 ""
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3149692\n"
-"23\n"
+"05110000.xhp\n"
+"hd_id3159223\n"
+"26\n"
"help.text"
-msgid "<item type=\"input\">4</item>"
-msgstr ""
+msgid "Rename"
+msgstr "სახელის გადარქმევა"
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3154652\n"
-"24\n"
+"05110000.xhp\n"
+"par_id3153064\n"
+"27\n"
"help.text"
-msgid "<item type=\"input\">10</item>"
+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 ""
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3149381\n"
-"25\n"
+"05110000.xhp\n"
+"par_id3153912\n"
+"28\n"
"help.text"
-msgid "<item type=\"input\">1000</item>"
+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 ""
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3153812\n"
-"26\n"
+"05110000.xhp\n"
+"hd_id3155264\n"
+"23\n"
"help.text"
-msgid "<item type=\"input\">42</item>"
-msgstr ""
+msgid "More"
+msgstr "მეტი"
-#: 04060101.xhp
+#: 05110000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3146965\n"
-"27\n"
+"05110000.xhp\n"
+"par_id3159094\n"
+"24\n"
"help.text"
-msgid "4"
-msgstr "4"
+msgid "Closes the <emph>Formatting</emph> options section, if it is currently open."
+msgstr "ხურავს <emph>ფორმატირების</emph> პარამეტრის სექციას, თუ იგი გახსნილია."
-#: 04060101.xhp
+#: 05120000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3155596\n"
-"28\n"
+"05120000.xhp\n"
+"tit\n"
"help.text"
-msgid "<item type=\"input\">Charles</item>"
-msgstr ""
+msgid "Conditional Formatting"
+msgstr "პირბითი ფორმატირება"
-#: 04060101.xhp
+#: 05120000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3147244\n"
-"29\n"
+"05120000.xhp\n"
+"hd_id3155132\n"
+"1\n"
"help.text"
-msgid "<item type=\"input\">3</item>"
-msgstr ""
+msgid "Conditional Formatting"
+msgstr "პირბითი ფორმატირება"
-#: 04060101.xhp
+#: 05120000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3149871\n"
-"30\n"
+"05120000.xhp\n"
+"par_id3163710\n"
+"2\n"
"help.text"
-msgid "<item type=\"input\">10</item>"
+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 ""
-#: 04060101.xhp
+#: 05120000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3155752\n"
-"31\n"
+"05120000.xhp\n"
+"par_id2414014\n"
"help.text"
-msgid "<item type=\"input\">300</item>"
-msgstr ""
+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 -სკენ ავტოგამოთვლა ტოლია ჩართული."
-#: 04060101.xhp
+#: 05120000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3149052\n"
-"32\n"
+"05120000.xhp\n"
+"bm_id3153189\n"
"help.text"
-msgid "<item type=\"input\">51</item>"
-msgstr ""
+msgid "<bookmark_value>conditional formatting; conditions</bookmark_value>"
+msgstr "<bookmark_value>პირბითი ფორმატირება;პირობები</bookmark_value>"
-#: 04060101.xhp
+#: 05120000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3146097\n"
-"33\n"
+"05120000.xhp\n"
+"hd_id3153189\n"
+"18\n"
"help.text"
-msgid "5"
-msgstr "5"
+msgid "Condition 1/2/3"
+msgstr "პირობა 1/2/3"
-#: 04060101.xhp
+#: 05120000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3147296\n"
-"34\n"
+"05120000.xhp\n"
+"par_id3149413\n"
+"4\n"
"help.text"
-msgid "<item type=\"input\">Daniel</item>"
+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 ""
-#: 04060101.xhp
+#: 05120000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3150393\n"
-"35\n"
+"05120000.xhp\n"
+"hd_id3147394\n"
+"5\n"
"help.text"
-msgid "<item type=\"input\">5</item>"
-msgstr ""
+msgid "Cell Value / Formula"
+msgstr "უჯრის მნიშვნელობა / ფორმულა"
-#: 04060101.xhp
+#: 05120000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3145236\n"
-"36\n"
+"05120000.xhp\n"
+"par_id3155602\n"
+"6\n"
"help.text"
-msgid "<item type=\"input\">11</item>"
+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 ""
-#: 04060101.xhp
+#: 05120000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3150534\n"
-"37\n"
+"05120000.xhp\n"
+"hd_id3153709\n"
+"7\n"
"help.text"
-msgid "<item type=\"input\">1200</item>"
-msgstr ""
+msgid "Cell Value Condition"
+msgstr "უჯრის მნიშვნელობის მდგომარეობა"
-#: 04060101.xhp
+#: 05120000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3150375\n"
-"38\n"
+"05120000.xhp\n"
+"par_id3153764\n"
+"8\n"
"help.text"
-msgid "<item type=\"input\">48</item>"
+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 ""
-#: 04060101.xhp
+#: 05120000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3159121\n"
-"39\n"
+"05120000.xhp\n"
+"hd_id3156384\n"
+"9\n"
"help.text"
-msgid "6"
-msgstr "6"
+msgid "Cell Style"
+msgstr "უჯრის სტილი"
-#: 04060101.xhp
+#: 05120000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3150456\n"
-"40\n"
+"05120000.xhp\n"
+"par_id3145228\n"
+"10\n"
"help.text"
-msgid "<item type=\"input\">Eva</item>"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_CONDFORMAT:LB_COND3_TEMPLATE\">Choose the style to be applied if the specified condition matches.</ahelp>"
msgstr ""
-#: 04060101.xhp
+#: 05120000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3146886\n"
-"41\n"
+"05120000.xhp\n"
+"hd_id0509200913175331\n"
"help.text"
-msgid "<item type=\"input\">2</item>"
+msgid "New Style"
msgstr ""
-#: 04060101.xhp
+#: 05120000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3149945\n"
-"42\n"
+"05120000.xhp\n"
+"par_id0509200913175368\n"
"help.text"
-msgid "<item type=\"input\">8</item>"
+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 ""
-#: 04060101.xhp
+#: 05120000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3157904\n"
-"43\n"
+"05120000.xhp\n"
+"hd_id3146316\n"
+"11\n"
"help.text"
-msgid "<item type=\"input\">650</item>"
-msgstr ""
+msgid "Parameter field"
+msgstr "პარამეტრის ველი"
-#: 04060101.xhp
+#: 05120000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3149352\n"
-"44\n"
+"05120000.xhp\n"
+"par_id3155114\n"
+"12\n"
"help.text"
-msgid "<item type=\"input\">33</item>"
+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 ""
-#: 04060101.xhp
+#: 05120000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3150028\n"
-"45\n"
+"05120000.xhp\n"
+"par_id3145257\n"
+"13\n"
"help.text"
-msgid "7"
-msgstr "7"
+msgid "Once the parameters have been defined, the condition is complete. It may appear as:"
+msgstr ""
-#: 04060101.xhp
+#: 05120000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3145826\n"
-"46\n"
+"05120000.xhp\n"
+"par_id3150784\n"
+"14\n"
"help.text"
-msgid "<item type=\"input\">F</item><item type=\"input\">rank</item>"
+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 ""
-#: 04060101.xhp
+#: 05120000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3150743\n"
-"47\n"
+"05120000.xhp\n"
+"par_id3150365\n"
+"15\n"
"help.text"
-msgid "<item type=\"input\">2</item>"
+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 ""
-#: 04060101.xhp
+#: 05120000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3154844\n"
-"48\n"
+"05120000.xhp\n"
+"par_id3152992\n"
+"16\n"
"help.text"
-msgid "<item type=\"input\">7</item>"
-msgstr ""
+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 ტოლია ტოლია -სკენ."
-#: 04060101.xhp
+#: 05120000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3148435\n"
-"49\n"
+"05120000.xhp\n"
+"par_idN107E1\n"
"help.text"
-msgid "<item type=\"input\">3</item><item type=\"input\">00</item>"
-msgstr ""
+msgid "<embedvar href=\"text/scalc/guide/cellstyle_conditional.xhp#cellstyle_conditional\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/cellstyle_conditional.xhp#cellstyle_conditional\"/>"
-#: 04060101.xhp
+#: 06020000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3148882\n"
-"50\n"
+"06020000.xhp\n"
+"tit\n"
"help.text"
-msgid "<item type=\"input\">4</item><item type=\"input\">2</item>"
-msgstr ""
+msgid "Hyphenation"
+msgstr "ჰიპერნაცია"
-#: 04060101.xhp
+#: 06020000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3150140\n"
-"51\n"
+"06020000.xhp\n"
+"bm_id3159399\n"
"help.text"
-msgid "8"
-msgstr "8"
+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
+#: 06020000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3146137\n"
-"52\n"
+"06020000.xhp\n"
+"hd_id3159399\n"
+"1\n"
"help.text"
-msgid "<item type=\"input\">Greta</item>"
-msgstr ""
+msgid "Hyphenation"
+msgstr "ჰიპერნაცია"
-#: 04060101.xhp
+#: 06020000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3148739\n"
-"53\n"
+"06020000.xhp\n"
+"par_id3145068\n"
+"2\n"
"help.text"
-msgid "<item type=\"input\">1</item>"
+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
+#: 06020000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3148583\n"
-"54\n"
+"06020000.xhp\n"
+"par_id3154366\n"
+"3\n"
"help.text"
-msgid "<item type=\"input\">7</item>"
+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
+#: 06020000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3154556\n"
-"55\n"
+"06020000.xhp\n"
+"hd_id3153192\n"
+"4\n"
"help.text"
-msgid "<item type=\"input\">200</item>"
+msgid "Hyphenation for selected cells."
msgstr ""
-#: 04060101.xhp
+#: 06020000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3155255\n"
-"56\n"
+"06020000.xhp\n"
+"par_id3150868\n"
+"5\n"
"help.text"
-msgid "<item type=\"input\">36</item>"
+msgid "Select the cells for which you want to change the hyphenation."
msgstr ""
-#: 04060101.xhp
+#: 06020000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3145141\n"
-"57\n"
+"06020000.xhp\n"
+"par_id3150440\n"
+"6\n"
"help.text"
-msgid "9"
-msgstr "9"
+msgid "Choose <emph>Tools - Language - Hyphenation</emph>."
+msgstr "აირჩიეთ <emph>ხელსაწყოები - ენა - ჰიფენაცია</emph>."
-#: 04060101.xhp
+#: 06020000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3153078\n"
-"58\n"
+"06020000.xhp\n"
+"par_id3156441\n"
+"7\n"
"help.text"
-msgid "<item type=\"input\">Harry</item>"
+msgid "The <emph>Format Cells</emph> dialog appears with the <emph>Alignment</emph> tab page open."
msgstr ""
-#: 04060101.xhp
+#: 06020000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3149955\n"
-"59\n"
+"06020000.xhp\n"
+"par_id3149260\n"
+"12\n"
"help.text"
-msgid "<item type=\"input\">3</item>"
+msgid "Mark the <emph>Wrap text automatically</emph> and <emph>Hyphenation active</emph> check boxes."
msgstr ""
-#: 04060101.xhp
+#: 06020000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3150005\n"
-"60\n"
+"06020000.xhp\n"
+"hd_id3153094\n"
+"8\n"
"help.text"
-msgid "<item type=\"input\">9</item>"
-msgstr ""
+msgid "Hyphenation for Drawing Objects"
+msgstr "გადატანა -თვის ხაზვა ობიექტები"
-#: 04060101.xhp
+#: 06020000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3155951\n"
-"61\n"
+"06020000.xhp\n"
+"par_id3148577\n"
+"9\n"
"help.text"
-msgid "<item type=\"input\">1200</item>"
-msgstr ""
+msgid "Select a drawing object."
+msgstr "სახატავი ობიექტის ამორჩევა."
-#: 04060101.xhp
+#: 06020000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3145169\n"
-"62\n"
+"06020000.xhp\n"
+"par_id3156285\n"
+"10\n"
"help.text"
-msgid "<item type=\"input\">44</item>"
-msgstr ""
+msgid "Choose <emph>Tools - Language - Hyphenation</emph>."
+msgstr "აირჩიეთ <emph>ხელსაწყოები - ენა - ჰიფენაცია</emph>."
-#: 04060101.xhp
+#: 06020000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3153571\n"
-"63\n"
+"06020000.xhp\n"
+"par_id3147394\n"
+"11\n"
"help.text"
-msgid "10"
-msgstr "10"
+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 მდგომარეობა."
-#: 04060101.xhp
+#: 06030000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3148761\n"
-"64\n"
+"06030000.xhp\n"
+"tit\n"
"help.text"
-msgid "<item type=\"input\">Irene</item>"
-msgstr ""
+msgid "Detective"
+msgstr "აღმომჩენი"
-#: 04060101.xhp
+#: 06030000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3149877\n"
-"65\n"
+"06030000.xhp\n"
+"bm_id3151245\n"
"help.text"
-msgid "<item type=\"input\">2</item>"
+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 ""
-#: 04060101.xhp
+#: 06030000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3154327\n"
-"66\n"
+"06030000.xhp\n"
+"hd_id3151245\n"
+"1\n"
"help.text"
-msgid "<item type=\"input\">8</item>"
-msgstr ""
+msgid "<link href=\"text/scalc/01/06030000.xhp\" name=\"Detective\">Detective</link>"
+msgstr "<link href=\"text/scalc/01/02170000.xhp\" name=\"Delete\">Delete</link>"
-#: 04060101.xhp
+#: 06030000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3155435\n"
-"67\n"
+"06030000.xhp\n"
+"par_id3151211\n"
+"2\n"
"help.text"
-msgid "<item type=\"input\">1000</item>"
-msgstr ""
+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 "აღმომჩენი აღმომჩენი დამოკიდებულებები ფორმულა -სკენ დუ."
-#: 04060101.xhp
+#: 06030000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3145353\n"
-"68\n"
+"06030000.xhp\n"
+"par_id3150447\n"
+"3\n"
"help.text"
-msgid "<item type=\"input\">42</item>"
+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 ""
-#: 04060101.xhp
+#: 06030100.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3150662\n"
-"69\n"
+"06030100.xhp\n"
+"tit\n"
"help.text"
-msgid "11"
-msgstr "11"
+msgid "Trace Precedents"
+msgstr "დამოკიდებულებების კვალი"
-#: 04060101.xhp
+#: 06030100.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3150568\n"
-"70\n"
+"06030100.xhp\n"
+"bm_id3155628\n"
"help.text"
-msgid "12"
-msgstr "12"
+msgid "<bookmark_value>cells; tracing precedents</bookmark_value><bookmark_value>formula cells;tracing precedents</bookmark_value>"
+msgstr ""
-#: 04060101.xhp
+#: 06030100.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3149393\n"
-"71\n"
+"06030100.xhp\n"
+"hd_id3155628\n"
+"1\n"
"help.text"
-msgid "13"
-msgstr "13"
+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>"
-#: 04060101.xhp
+#: 06030100.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3153544\n"
-"72\n"
+"06030100.xhp\n"
+"par_id3153542\n"
+"2\n"
"help.text"
-msgid "<item type=\"input\">Name</item>"
+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 ""
-#: 04060101.xhp
+#: 06030100.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3158414\n"
-"73\n"
+"06030100.xhp\n"
+"par_id3147265\n"
+"4\n"
"help.text"
-msgid "<item type=\"input\">Grade</item>"
+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 ""
-#: 04060101.xhp
+#: 06030100.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3152820\n"
-"74\n"
+"06030100.xhp\n"
+"par_id3154321\n"
+"3\n"
"help.text"
-msgid "<item type=\"input\">Age</item>"
+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 ""
-#: 04060101.xhp
+#: 06030200.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3154866\n"
-"75\n"
+"06030200.xhp\n"
+"tit\n"
"help.text"
-msgid "<item type=\"input\">Distance to School</item>"
-msgstr ""
+msgid "Remove Precedents"
+msgstr "დამოკიდებულებების ამოშლა"
-#: 04060101.xhp
+#: 06030200.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3150471\n"
-"76\n"
+"06030200.xhp\n"
+"bm_id3155628\n"
"help.text"
-msgid "<item type=\"input\">Weight</item>"
+msgid "<bookmark_value>cells; removing precedents</bookmark_value><bookmark_value>formula cells;removing precedents</bookmark_value>"
msgstr ""
-#: 04060101.xhp
+#: 06030200.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3153920\n"
-"77\n"
+"06030200.xhp\n"
+"hd_id3155628\n"
+"1\n"
"help.text"
-msgid "14"
-msgstr "14"
+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>"
-#: 04060101.xhp
+#: 06030200.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3148429\n"
-"78\n"
+"06030200.xhp\n"
+"par_id3149456\n"
+"2\n"
"help.text"
-msgid "<item type=\"input\">>600</item>"
+msgid "<ahelp hid=\".uno:ClearArrowPrecedents\">Deletes one level of the trace arrows that were inserted with the <emph>Trace Precedents</emph> command.</ahelp>"
msgstr ""
-#: 04060101.xhp
+#: 06030300.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3152588\n"
-"79\n"
+"06030300.xhp\n"
+"tit\n"
"help.text"
-msgid "15"
-msgstr "15"
+msgid "Trace Dependents"
+msgstr "დამოკიდებულებების კვალი"
-#: 04060101.xhp
+#: 06030300.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3083286\n"
-"80\n"
+"06030300.xhp\n"
+"bm_id3153252\n"
"help.text"
-msgid "16"
-msgstr "16"
+msgid "<bookmark_value>cells; tracing dependents</bookmark_value>"
+msgstr "<bookmark_value>უჯრები; დამოკიდებულებების გაკვლევა</bookmark_value>"
-#: 04060101.xhp
+#: 06030300.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3163823\n"
-"81\n"
+"06030300.xhp\n"
+"hd_id3153252\n"
+"1\n"
"help.text"
-msgid "<item type=\"input\">DCOUNT</item>"
+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>"
+
+#: 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 ""
-#: 04060101.xhp
+#: 06030300.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3145083\n"
-"82\n"
+"06030300.xhp\n"
+"par_id3148948\n"
+"4\n"
"help.text"
-msgid "<item type=\"input\">5</item>"
+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 ჩარჩო."
+
+#: 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 ""
-#: 04060101.xhp
+#: 06030400.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3149282\n"
-"83\n"
+"06030400.xhp\n"
+"tit\n"
"help.text"
-msgid "The formula in cell B16 is =DCOUNT(A1:E10;0;A13:E14)"
-msgstr "ფორმულა უჯრაში B16 არის =DCOUNT(A1:E10;0;A13:E14)"
+msgid "Remove Dependents"
+msgstr "დამოკიდებულებების ამოშლა"
-#: 04060101.xhp
+#: 06030400.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3150962\n"
-"192\n"
+"06030400.xhp\n"
+"bm_id3147335\n"
"help.text"
-msgid "Database Function Parameters:"
-msgstr "მონაცემთა ბაზის ფუნქციის პარამეტრები:"
+msgid "<bookmark_value>cells; removing dependents</bookmark_value>"
+msgstr "<bookmark_value>უჯრები; დამოკიდებულებების ამოშლა</bookmark_value>"
-#: 04060101.xhp
+#: 06030400.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3155837\n"
-"84\n"
+"06030400.xhp\n"
+"hd_id3147335\n"
+"1\n"
"help.text"
-msgid "The following items are the parameter definitions for all database functions:"
-msgstr "შემდეგი არის მონაცემთა ბაზების ყველა ფუნქციისთვის პარამეტრების განსაზღვრა:"
+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>"
-#: 04060101.xhp
+#: 06030400.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3149453\n"
-"85\n"
+"06030400.xhp\n"
+"par_id3148663\n"
+"2\n"
"help.text"
-msgid "<emph>Database</emph> is the cell range defining the database."
-msgstr "<emph> მონაცემთა ბაზა</emph> არის უჯრა ან უჯრათა დიაპაზონი, რომელიც მონაცემთა ბაზას განსაზღვრავს."
+msgid "<ahelp visibility=\"visible\" hid=\".uno:ClearArrowDependents\">Deletes one level of tracer arrows created with <emph>Trace Dependents</emph>.</ahelp>"
+msgstr ""
-#: 04060101.xhp
+#: 06030500.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3151272\n"
-"86\n"
+"06030500.xhp\n"
+"tit\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>"
+msgid "Remove All Traces"
+msgstr "ყველა კვალის ამოშლა"
-#: 04060101.xhp
+#: 06030500.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3147083\n"
-"87\n"
+"06030500.xhp\n"
+"bm_id3153088\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-ით. ძიების კრიტერიუმის დიაპაზონში ცარიელი უჯრები იგნორირებული იქნებიან."
+msgid "<bookmark_value>cells; removing traces</bookmark_value>"
+msgstr "<bookmark_value>უჯრები; კვალების მოხსნა</bookmark_value>"
-#: 04060101.xhp
+#: 06030500.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3151188\n"
-"188\n"
+"06030500.xhp\n"
+"hd_id3153088\n"
+"1\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 ""
+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>"
-#: 04060101.xhp
+#: 06030500.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3882869\n"
+"06030500.xhp\n"
+"par_id3151246\n"
+"2\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>."
+msgid "<ahelp hid=\".uno:ClearArrows\" visibility=\"visible\">Removes all tracer arrows from the spreadsheet.</ahelp>"
msgstr ""
-#: 04060101.xhp
+#: 06030600.xhp
msgctxt ""
-"04060101.xhp\n"
-"bm_id3150882\n"
+"06030600.xhp\n"
+"tit\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>"
+msgid "Trace Error"
+msgstr "შეცდომის გაკვლევა"
-#: 04060101.xhp
+#: 06030600.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3150882\n"
-"88\n"
+"06030600.xhp\n"
+"bm_id3153561\n"
"help.text"
-msgid "DCOUNT"
-msgstr "DCOUNT"
+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>"
-#: 04060101.xhp
+#: 06030600.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3156133\n"
-"89\n"
+"06030600.xhp\n"
+"hd_id3153561\n"
+"1\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>"
+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>"
-#: 04060101.xhp
+#: 06030600.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3156099\n"
-"90\n"
+"06030600.xhp\n"
+"par_id3148550\n"
+"2\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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 ""
-#: 04060101.xhp
+#: 06030700.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3153218\n"
-"91\n"
+"06030700.xhp\n"
+"tit\n"
"help.text"
-msgid "DCOUNT(Database; DatabaseField; SearchCriteria)"
-msgstr "DCOUNT(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
+msgid "Fill Mode"
+msgstr "შევსების რეჟიმი"
-#: 04060101.xhp
+#: 06030700.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3153273\n"
-"187\n"
+"06030700.xhp\n"
+"bm_id3145119\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\"/>"
+msgid "<bookmark_value>cells; trace fill mode</bookmark_value><bookmark_value>traces; precedents for multiple cells</bookmark_value>"
+msgstr ""
-#: 04060101.xhp
+#: 06030700.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3154743\n"
-"92\n"
+"06030700.xhp\n"
+"hd_id3145119\n"
+"1\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+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>"
-#: 04060101.xhp
+#: 06030700.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3153623\n"
-"93\n"
+"06030700.xhp\n"
+"par_id3151246\n"
+"2\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> დაგეხმარებათ შეიტანოთ დიაპაზონები."
+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 ""
-#: 04060101.xhp
+#: 06030700.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3149142\n"
-"94\n"
+"06030700.xhp\n"
+"par_id3151211\n"
+"3\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."
+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 ""
-#: 04060101.xhp
+#: 06030800.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3145652\n"
-"95\n"
+"06030800.xhp\n"
+"tit\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."
+msgid "Mark Invalid Data"
+msgstr "არასწორი მონაცემების მონიშვნა"
-#: 04060101.xhp
+#: 06030800.xhp
msgctxt ""
-"04060101.xhp\n"
-"bm_id3156123\n"
+"06030800.xhp\n"
+"bm_id3153821\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>"
+msgid "<bookmark_value>cells; invalid data</bookmark_value><bookmark_value>data; showing invalid data</bookmark_value><bookmark_value>invalid data;marking</bookmark_value>"
+msgstr ""
-#: 04060101.xhp
+#: 06030800.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3156123\n"
-"97\n"
+"06030800.xhp\n"
+"hd_id3153821\n"
+"1\n"
"help.text"
-msgid "DCOUNTA"
-msgstr "DCOUNTA"
+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>"
-#: 04060101.xhp
-#, fuzzy
+#: 06030800.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3156110\n"
-"98\n"
+"06030800.xhp\n"
+"par_id3147264\n"
+"2\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>"
+msgid "<ahelp hid=\".uno:ShowInvalid\" visibility=\"visible\">Marks all cells in the sheet that contain values outside the validation rules.</ahelp>"
+msgstr ""
-#: 04060101.xhp
+#: 06030800.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3143228\n"
-"99\n"
+"06030800.xhp\n"
+"par_id3151211\n"
+"3\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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 ""
-#: 04060101.xhp
+#: 06030900.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3146893\n"
-"100\n"
+"06030900.xhp\n"
+"tit\n"
"help.text"
-msgid "DCOUNTA(Database; DatabaseField; SearchCriteria)"
-msgstr "DCOUNTA(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
+msgid "Refresh Traces"
+msgstr "კვალების განახლება"
-#: 04060101.xhp
+#: 06030900.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3149751\n"
-"101\n"
+"06030900.xhp\n"
+"bm_id3152349\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+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>"
-#: 04060101.xhp
+#: 06030900.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3153982\n"
-"102\n"
+"06030900.xhp\n"
+"hd_id3152349\n"
+"1\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."
+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>"
+
+#: 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 ""
-#: 04060101.xhp
+#: 06030900.xhp
msgctxt ""
-"04060101.xhp\n"
-"bm_id3147256\n"
+"06030900.xhp\n"
+"par_id3148798\n"
+"3\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>"
+msgid "Detective arrows in the document are updated under the following circumstances:"
+msgstr ""
-#: 04060101.xhp
+#: 06030900.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3147256\n"
-"104\n"
+"06030900.xhp\n"
+"par_id3153192\n"
+"4\n"
"help.text"
-msgid "DGET"
-msgstr "DGET"
+msgid "Starting <emph>Tools - Detective - Update Refresh Traces</emph>"
+msgstr "დაწყება<emph>ხელსაწყოები - აღმომჩენი კვალების განახლება</emph>"
-#: 04060101.xhp
+#: 06030900.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3152801\n"
-"105\n"
+"06030900.xhp\n"
+"par_id3151041\n"
+"5\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."
+msgid "If <emph>Tools - Detective - Update Automatically</emph> is turned on, every time formulas are changed in the document."
msgstr ""
-#: 04060101.xhp
+#: 06031000.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3159344\n"
-"106\n"
+"06031000.xhp\n"
+"tit\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "AutoRefresh"
+msgstr "ავტოგანახლება"
-#: 04060101.xhp
+#: 06031000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3154696\n"
-"107\n"
+"06031000.xhp\n"
+"bm_id3154515\n"
"help.text"
-msgid "DGET(Database; DatabaseField; SearchCriteria)"
-msgstr "DGET(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
+msgid "<bookmark_value>cells; autorefreshing traces</bookmark_value><bookmark_value>traces; autorefreshing</bookmark_value>"
+msgstr "<bookmark_value>უჯრები; კვალების ავტოგანახლება</bookmark_value><bookmark_value>კვალები; ავტოგანახლება</bookmark_value>"
-#: 04060101.xhp
+#: 06031000.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3153909\n"
-"108\n"
+"06031000.xhp\n"
+"hd_id3154515\n"
+"1\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<link href=\"text/scalc/01/06031000.xhp\" name=\"AutoRefresh\">AutoRefresh</link>"
+msgstr "<link href=\"text/scalc/01/06031000.xhp\" name=\"AutoRefresh\">ავტოგანახლება</link>"
-#: 04060101.xhp
+#: 06031000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3155388\n"
-"109\n"
+"06031000.xhp\n"
+"par_id3147264\n"
+"2\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:"
+msgid "<ahelp hid=\".uno:AutoRefreshArrows\" visibility=\"visible\">Automatically refreshes all the traces in the sheet whenever you modify a formula.</ahelp>"
msgstr ""
-#: 04060101.xhp
+#: 06040000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3153096\n"
-"110\n"
+"06040000.xhp\n"
+"tit\n"
"help.text"
-msgid "<item type=\"input\">=DGET(A1:E10;\"Grade\";A13:E14)</item>"
-msgstr ""
+msgid "Goal Seek"
+msgstr "მიზნის ძიება"
-#: 04060101.xhp
+#: 06040000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3150524\n"
-"111\n"
+"06040000.xhp\n"
+"hd_id3155629\n"
+"1\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."
+msgid "Goal Seek"
+msgstr "მიზნის ძიება"
+
+#: 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 ""
-#: 04060101.xhp
+#: 06040000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3148833\n"
-"112\n"
+"06040000.xhp\n"
+"hd_id3149656\n"
+"3\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 ჩაასწორეთ როგორც შემდეგში:"
+msgid "Default"
+msgstr "ნაგულისხმები"
-#: 04060101.xhp
+#: 06040000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3149912\n"
-"113\n"
+"06040000.xhp\n"
+"par_id3151211\n"
+"4\n"
"help.text"
-msgid "<item type=\"input\">=DGET(A1:E10;\"Name\";A13:E14)</item>"
-msgstr ""
+msgid "In this section, you can define the variables in your formula."
+msgstr "ამ სექციაში, შეგიძლიათ ფორმულის ცვლადების განსაზღვრა."
-#: 04060101.xhp
+#: 06040000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3148813\n"
-"114\n"
+"06040000.xhp\n"
+"hd_id3150869\n"
+"5\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 წლის ბავშვია."
+msgid "Formula cell"
+msgstr "ფორმულის უჯრა"
-#: 04060101.xhp
+#: 06040000.xhp
msgctxt ""
-"04060101.xhp\n"
-"bm_id3149766\n"
+"06040000.xhp\n"
+"par_id3153194\n"
+"6\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>"
+msgid "<ahelp hid=\"modules/scalc/ui/goalseekdlg/formulaedit\">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 ""
-#: 04060101.xhp
+#: 06040000.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3149766\n"
-"115\n"
+"06040000.xhp\n"
+"hd_id3154685\n"
+"7\n"
"help.text"
-msgid "DMAX"
-msgstr "DMAX"
+msgid "Target value"
+msgstr "სამიზნე მნიშვნელობა"
-#: 04060101.xhp
+#: 06040000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3154903\n"
-"116\n"
+"06040000.xhp\n"
+"par_id3146984\n"
+"8\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>"
+msgid "<ahelp hid=\"modules/scalc/ui/goalseekdlg/target\">Specifies the value you want to achieve as a new result.</ahelp>"
+msgstr ""
-#: 04060101.xhp
+#: 06040000.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3150771\n"
-"117\n"
+"06040000.xhp\n"
+"hd_id3150012\n"
+"9\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Variable cell"
+msgstr "ცვლადი უჯრა"
-#: 04060101.xhp
+#: 06040000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3159157\n"
-"118\n"
+"06040000.xhp\n"
+"par_id3147427\n"
+"10\n"
"help.text"
-msgid "DMAX(Database; DatabaseField; SearchCriteria)"
-msgstr "DMAX(მონაცემთა ბაზა;მონაცემთა ბაზის ველი;ძიების კრიტერიუმი)"
+msgid "<ahelp hid=\"modules/scalc/ui/goalseekdlg/varedit\">Specifies the reference for the cell that contains the value you want to adjust in order to reach the target.</ahelp>"
+msgstr ""
-#: 04060101.xhp
+#: 06050000.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3145420\n"
-"119\n"
+"06050000.xhp\n"
+"tit\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Create Scenario"
+msgstr "სცენარის შექმნა"
-#: 04060101.xhp
+#: 06050000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3148442\n"
-"120\n"
+"06050000.xhp\n"
+"hd_id3156023\n"
+"1\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-ში შემდეგი ფორმულა:"
+msgid "Create Scenario"
+msgstr "სცენარის შექმნა"
-#: 04060101.xhp
+#: 06050000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3148804\n"
-"121\n"
+"06050000.xhp\n"
+"par_id3150541\n"
+"2\n"
"help.text"
-msgid "<item type=\"input\">=DMAX(A1:E10;\"Weight\";A13:E14)</item>"
+msgid "<variable id=\"szenariotext\"><ahelp hid=\".uno:ScenarioManager\">Defines a scenario for the selected sheet area.</ahelp></variable>"
msgstr ""
-#: 04060101.xhp
+#: 06050000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3150510\n"
-"122\n"
+"06050000.xhp\n"
+"par_idN10637\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, და ა.შ., ერთი მეორეს მიყოლებით. საფეხურის ნომრუის შეყვანის შემდეგ, გამოჩნდება საფეხურზე უმძიმესი ბავშვის წონა."
+msgid "<embedvar href=\"text/scalc/guide/scenario.xhp#scenario\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/scenario.xhp#scenario\"/>"
-#: 04060101.xhp
+#: 06050000.xhp
msgctxt ""
-"04060101.xhp\n"
-"bm_id3159141\n"
+"06050000.xhp\n"
+"hd_id3156280\n"
+"3\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>"
+msgid "Name of scenario"
+msgstr "სცენარის სახელი"
-#: 04060101.xhp
+#: 06050000.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3159141\n"
-"123\n"
+"06050000.xhp\n"
+"par_id3151041\n"
+"13\n"
"help.text"
-msgid "DMIN"
-msgstr "DMIN"
+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
+#: 06050000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3154261\n"
-"124\n"
+"06050000.xhp\n"
+"hd_id3153954\n"
+"14\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>"
+msgid "Comment"
+msgstr "კომენტარი"
-#: 04060101.xhp
+#: 06050000.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3147238\n"
-"125\n"
+"06050000.xhp\n"
+"par_id3155411\n"
+"15\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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
+#: 06050000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3148479\n"
-"126\n"
+"06050000.xhp\n"
+"hd_id3145273\n"
+"16\n"
"help.text"
-msgid "DMIN(Database; DatabaseField; SearchCriteria)"
-msgstr "DMIN(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
+msgid "Settings"
+msgstr "პარამეტრები"
-#: 04060101.xhp
+#: 06050000.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3151050\n"
-"127\n"
+"06050000.xhp\n"
+"par_id3153364\n"
+"17\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "This section is used to define some of the settings used in the scenario display."
+msgstr ""
-#: 04060101.xhp
+#: 06050000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3148925\n"
-"128\n"
+"06050000.xhp\n"
+"hd_id3145367\n"
+"18\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:"
+msgid "Display border"
+msgstr "საზღვრის ჩვენება"
-#: 04060101.xhp
+#: 06050000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3149161\n"
-"129\n"
+"06050000.xhp\n"
+"par_id3151073\n"
+"19\n"
"help.text"
-msgid "<item type=\"input\">=DMIN(A1:E10;\"Distance to School\";A13:E14)</item>"
+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
+#: 06050000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3148917\n"
-"130\n"
+"06050000.xhp\n"
+"hd_id3149582\n"
+"20\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 და ა.შ. საფეხურებზე ერთი მეორეს შემდეგ. უმოკლესი მანძილი სკოლამდე ყოველი საფეხურისთვის ჩნდება."
+msgid "Copy back"
+msgstr "უკან ასლი"
-#: 04060101.xhp
+#: 06050000.xhp
msgctxt ""
-"04060101.xhp\n"
-"bm_id3154274\n"
+"06050000.xhp\n"
+"par_id3154942\n"
+"21\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>"
+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
+#: 06050000.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3154274\n"
-"131\n"
+"06050000.xhp\n"
+"hd_id3149402\n"
+"22\n"
"help.text"
-msgid "DAVERAGE"
-msgstr "DAVERAGE"
+msgid "Copy entire sheet"
+msgstr "ფურცლის ასლი"
-#: 04060101.xhp
+#: 06050000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3166453\n"
-"132\n"
+"06050000.xhp\n"
+"par_id3146969\n"
+"23\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>"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_NEWSCENARIO:CB_COPYALL\">Copies the entire sheet into an additional scenario sheet. </ahelp>"
+msgstr ""
-#: 04060101.xhp
+#: 06050000.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3146955\n"
-"133\n"
+"06050000.xhp\n"
+"par_idN1075A\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Prevent changes"
+msgstr "ცვლილებების არ დაშვება"
-#: 04060101.xhp
+#: 06050000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3150710\n"
-"134\n"
+"06050000.xhp\n"
+"par_idN1075E\n"
"help.text"
-msgid "DAVERAGE(Database; DatabaseField; SearchCriteria)"
-msgstr "DAVERAGE(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
+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
+#: 06050000.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3152943\n"
-"135\n"
+"06050000.xhp\n"
+"par_idN10778\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+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
+#: 06050000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3149104\n"
-"136\n"
+"06050000.xhp\n"
+"par_idN10780\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:"
+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
+#: 06050000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3153688\n"
-"137\n"
+"06050000.xhp\n"
+"par_idN1078C\n"
"help.text"
-msgid "<item type=\"input\">=DAVERAGE(A1:E10;\"Weight\";A13:E14)</item>"
+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
+#: 06060000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3155587\n"
-"138\n"
+"06060000.xhp\n"
+"tit\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 და ა.შ. ერთი მეორეს მიყოლებით. გამოჩნდება ერთი და იგივე ასაკის ბავშვების საშუალო წონა."
+msgid "Protect Document"
+msgstr "დოკუმენტის დაცვა"
-#: 04060101.xhp
+#: 06060000.xhp
msgctxt ""
-"04060101.xhp\n"
-"bm_id3159269\n"
+"06060000.xhp\n"
+"hd_id3148946\n"
+"1\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>"
+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>"
-#: 04060101.xhp
+#: 06060000.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3159269\n"
-"139\n"
+"06060000.xhp\n"
+"par_id3153362\n"
+"2\n"
"help.text"
-msgid "DPRODUCT"
-msgstr "DPRODUCT"
+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 ""
-#: 04060101.xhp
+#: 06060000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3152879\n"
-"140\n"
+"06060000.xhp\n"
+"hd_id3147228\n"
+"3\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>"
+msgid "<link href=\"text/scalc/01/06060100.xhp\" name=\"Sheets\">Sheets</link>"
+msgstr "<link href=\"text/scalc/01/06060100.xhp\" name=\"Sheets\">ფურცლები</link>"
-#: 04060101.xhp
+#: 06060000.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3149966\n"
-"141\n"
+"06060000.xhp\n"
+"hd_id3153768\n"
+"4\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<link href=\"text/scalc/01/06060200.xhp\" name=\"Documents\">Documents</link>"
+msgstr "<link href=\"text/scalc/01/06060200.xhp\" name=\"Documents\">დოკუმენტები</link>"
-#: 04060101.xhp
+#: 06060000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3154854\n"
-"142\n"
+"06060000.xhp\n"
+"par_idN10622\n"
"help.text"
-msgid "DPRODUCT(Database; DatabaseField; SearchCriteria)"
-msgstr "DPRODUCT(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
+msgid "<embedvar href=\"text/scalc/guide/cell_protect.xhp#cell_protect\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/cell_protect.xhp#cell_protect\"/>"
-#: 04060101.xhp
+#: 06060100.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3149802\n"
-"143\n"
+"06060100.xhp\n"
+"tit\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Protecting Sheet"
+msgstr "ფურცლის დაცვა"
-#: 04060101.xhp
+#: 06060100.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3148986\n"
-"144\n"
+"06060100.xhp\n"
+"hd_id3153087\n"
+"1\n"
"help.text"
-msgid "With the birthday party example above (scroll up, please), there is no meaningful application of this function."
-msgstr "ზემოთ დაბადების დღის ზეიმის მაგალითი (აასრიალეთ), ამ ფუნქციისთვის არ არის შესაბამისი პროგრამა."
+msgid "Protecting Sheet"
+msgstr "ფურცლის დაცვა"
-#: 04060101.xhp
+#: 06060100.xhp
msgctxt ""
-"04060101.xhp\n"
-"bm_id3148462\n"
+"06060100.xhp\n"
+"par_id3148664\n"
+"2\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>"
+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 ""
-#: 04060101.xhp
+#: 06060100.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3148462\n"
-"145\n"
+"06060100.xhp\n"
+"par_id3149664\n"
+"5\n"
"help.text"
-msgid "DSTDEV"
-msgstr "DSTDEV"
+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 ""
-#: 04060101.xhp
+#: 06060100.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3154605\n"
-"146\n"
+"06060100.xhp\n"
+"par_id3154490\n"
+"8\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."
+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 ""
-#: 04060101.xhp
+#: 06060100.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3149427\n"
-"147\n"
+"06060100.xhp\n"
+"par_id3149123\n"
+"16\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Select the cells that will be unprotected"
+msgstr "აირჩიეთ დასაცავი უჯრები"
-#: 04060101.xhp
+#: 06060100.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3148661\n"
-"148\n"
+"06060100.xhp\n"
+"par_id3150329\n"
+"17\n"
"help.text"
-msgid "DSTDEV(Database; DatabaseField; SearchCriteria)"
-msgstr "DSTDEV(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
+msgid "Select <emph>Format - Cells - Cell Protection</emph>. Unmark the <emph>Protected</emph> box and click <emph>OK</emph>."
+msgstr ""
-#: 04060101.xhp
+#: 06060100.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3153945\n"
-"149\n"
+"06060100.xhp\n"
+"par_id3156384\n"
+"18\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+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 ""
-#: 04060101.xhp
+#: 06060100.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3149934\n"
-"150\n"
+"06060100.xhp\n"
+"par_id3149566\n"
+"9\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:"
+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 ""
-#: 04060101.xhp
+#: 06060100.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3150630\n"
-"151\n"
+"06060100.xhp\n"
+"par_id3153964\n"
+"10\n"
"help.text"
-msgid "<item type=\"input\">=DSTDEV(A1:E10;\"Weight\";A13:E14)</item>"
+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 ""
-#: 04060101.xhp
+#: 06060100.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3153536\n"
-"152\n"
+"06060100.xhp\n"
+"par_id3150301\n"
+"19\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 და ა.შ. ერთი მეორეს მიყოლებით. შედეგი იქნება ამ ასაკის ბავშვების წონის სტანდარტული გადახრა."
+msgid "If a sheet is protected, you will not be able to modify or delete any Cell Styles."
+msgstr ""
-#: 04060101.xhp
+#: 06060100.xhp
msgctxt ""
-"04060101.xhp\n"
-"bm_id3150429\n"
+"06060100.xhp\n"
+"par_id3154656\n"
+"3\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>"
+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 ""
-#: 04060101.xhp
+#: 06060100.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3150429\n"
-"153\n"
+"06060100.xhp\n"
+"par_id3149815\n"
+"11\n"
"help.text"
-msgid "DSTDEVP"
-msgstr "DSTDEVP"
+msgid "Once saved, protected sheets can only be saved again by using the <emph>File - Save As</emph> command."
+msgstr ""
-#: 04060101.xhp
+#: 06060100.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3145598\n"
-"154\n"
+"06060100.xhp\n"
+"hd_id3150206\n"
+"4\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."
+msgid "Password (optional)"
+msgstr "პაროლი (არასავალდებულო)"
+
+#: 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 ""
-#: 04060101.xhp
+#: 06060100.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3145307\n"
-"155\n"
+"06060100.xhp\n"
+"par_id3148700\n"
+"12\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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 ""
-#: 04060101.xhp
+#: 06060200.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3149484\n"
-"156\n"
+"06060200.xhp\n"
+"tit\n"
"help.text"
-msgid "DSTDEVP(Database; DatabaseField; SearchCriteria)"
-msgstr "DSTDEVP(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
+msgid "Protecting document"
+msgstr "დოკუმენტის დაცვა"
-#: 04060101.xhp
+#: 06060200.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3153322\n"
-"157\n"
+"06060200.xhp\n"
+"hd_id3150541\n"
+"1\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Protecting document"
+msgstr "დოკუმენტის დაცვა"
-#: 04060101.xhp
+#: 06060200.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3155431\n"
-"158\n"
+"06060200.xhp\n"
+"par_id3145172\n"
+"2\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:"
+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 ""
-#: 04060101.xhp
+#: 06060200.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3148411\n"
-"159\n"
+"06060200.xhp\n"
+"par_id3153188\n"
+"6\n"
"help.text"
-msgid "<item type=\"input\">=DSTDEVP(A1:E10;\"Weight\";A13:E14)</item>"
+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 ""
-#: 04060101.xhp
+#: 06060200.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3143271\n"
-"160\n"
+"06060200.xhp\n"
+"par_id3145750\n"
+"7\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 და ა.შ. ერთი მეორეს მიყოლებით. შედეგი არის ერთიდაიგივე ასაკის ბავშვების ვისი წონაც ცნობილია, წონის სტანდარტული გადახრა."
+msgid "A protected document, once saved, can only be saved again with the <emph>File - Save As</emph> menu command."
+msgstr ""
-#: 04060101.xhp
+#: 06060200.xhp
msgctxt ""
-"04060101.xhp\n"
-"bm_id3154794\n"
+"06060200.xhp\n"
+"hd_id3152596\n"
+"4\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>"
+msgid "Password (optional)"
+msgstr "პაროლი (არასავალდებულო)"
-#: 04060101.xhp
+#: 06060200.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3154794\n"
-"161\n"
+"06060200.xhp\n"
+"par_id3155412\n"
+"5\n"
"help.text"
-msgid "DSUM"
-msgstr "DSUM"
+msgid "You can create a password to protect your document against unauthorized or accidental modifications."
+msgstr ""
-#: 04060101.xhp
+#: 06060200.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3149591\n"
-"162\n"
+"06060200.xhp\n"
+"par_id3150717\n"
+"9\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>"
+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 ""
-#: 04060101.xhp
+#: 06070000.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3146128\n"
-"163\n"
+"06070000.xhp\n"
+"tit\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "AutoCalculate"
+msgstr "ავტოგამოთვლა"
-#: 04060101.xhp
+#: 06070000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3150989\n"
-"164\n"
+"06070000.xhp\n"
+"bm_id3145673\n"
"help.text"
-msgid "DSUM(Database; DatabaseField; SearchCriteria)"
-msgstr "DSUM(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
+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 ""
-#: 04060101.xhp
+#: 06070000.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3159079\n"
-"165\n"
+"06070000.xhp\n"
+"hd_id3145673\n"
+"1\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<link href=\"text/scalc/01/06070000.xhp\" name=\"AutoCalculate\">AutoCalculate</link>"
+msgstr "<link href=\"text/scalc/01/06070000.xhp\" name=\"AutoCalculate\">ავტოგამოთვლა</link>"
-#: 04060101.xhp
+#: 06070000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3152766\n"
-"166\n"
+"06070000.xhp\n"
+"par_id3148798\n"
+"2\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:"
+msgid "<ahelp hid=\".uno:AutomaticCalculation\">Automatically recalculates all formulas in the document.</ahelp>"
msgstr ""
-#: 04060101.xhp
+#: 06070000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3151312\n"
-"167\n"
+"06070000.xhp\n"
+"par_id3145173\n"
+"3\n"
"help.text"
-msgid "<item type=\"input\">=DSUM(A1:E10;\"Distance to School\";A13:E14)</item>"
+msgid "All cells are recalculated after a sheet cell has been modified. Any charts in the sheet will also be refreshed."
msgstr ""
-#: 04060101.xhp
+#: 06080000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3150596\n"
-"168\n"
+"06080000.xhp\n"
+"tit\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."
+msgid "Recalculate"
+msgstr "თავიდან გამოთვლა"
-#: 04060101.xhp
+#: 06080000.xhp
msgctxt ""
-"04060101.xhp\n"
-"bm_id3155614\n"
+"06080000.xhp\n"
+"bm_id3157909\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>"
+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
+#: 06080000.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3155614\n"
-"170\n"
+"06080000.xhp\n"
+"hd_id3157909\n"
+"1\n"
"help.text"
-msgid "DVAR"
-msgstr "DVAR"
+msgid "<link href=\"text/scalc/01/06080000.xhp\" name=\"Recalculate\">Recalculate</link>"
+msgstr "<link href=\"text/scalc/01/06080000.xhp\" name=\"Recalculate\">თავიდან გამოთვლა</link>"
-#: 04060101.xhp
+#: 06080000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3154418\n"
-"171\n"
+"06080000.xhp\n"
+"par_id3154758\n"
+"2\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."
+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
+#: 06080000.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3154825\n"
-"172\n"
+"06080000.xhp\n"
+"par_id315475899\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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
+#: 06080000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3156138\n"
-"173\n"
+"06080000.xhp\n"
+"par_id3150793\n"
+"5\n"
"help.text"
-msgid "DVAR(Database; DatabaseField; SearchCriteria)"
-msgstr "DVAR(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
+msgid "After the document has been recalculated, the display is refreshed. All charts are also refreshed."
+msgstr ""
-#: 04060101.xhp
+#: 06080000.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3151257\n"
-"174\n"
+"06080000.xhp\n"
+"par_id315475855\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+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
+#: 06130000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3153701\n"
-"175\n"
+"06130000.xhp\n"
+"tit\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:"
+msgid "AutoInput"
+msgstr "ავტოშეტანა"
-#: 04060101.xhp
+#: 06130000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3153676\n"
-"176\n"
+"06130000.xhp\n"
+"bm_id2486037\n"
"help.text"
-msgid "<item type=\"input\">=DVAR(A1:E10;\"Weight\";A13:E14)</item>"
-msgstr ""
+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>"
-#: 04060101.xhp
+#: 06130000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3153798\n"
-"177\n"
+"06130000.xhp\n"
+"hd_id3148492\n"
+"1\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, და ა. შ. ერთი მეორეს მიყოლებით. შედეგად იხილავთ ამ ასაკის ყველა ბავსვის წონის ვარიაციას."
+msgid "<link href=\"text/scalc/01/06130000.xhp\" name=\"AutoInput\">AutoInput</link>"
+msgstr "<link href=\"text/scalc/01/06130000.xhp\" name=\"AutoInput\">ავტოშეტანა</link>"
-#: 04060101.xhp
+#: 06130000.xhp
msgctxt ""
-"04060101.xhp\n"
-"bm_id3153880\n"
+"06130000.xhp\n"
+"par_id3150793\n"
+"2\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>"
+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
+#: 06130000.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3153880\n"
-"178\n"
+"06130000.xhp\n"
+"par_id3156422\n"
+"8\n"
"help.text"
-msgid "DVARP"
-msgstr "DVARP"
+msgid "The completion text is highlighted."
+msgstr "დასრულებული ტექსტი მარკირებულია."
-#: 04060101.xhp
+#: 06130000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3155119\n"
-"179\n"
+"06130000.xhp\n"
+"par_idN1065D\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."
+msgid "To accept the completion, press <item type=\"keycode\">Enter</item> or a cursor key."
msgstr ""
-#: 04060101.xhp
+#: 06130000.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3145774\n"
-"180\n"
+"06130000.xhp\n"
+"par_idN10665\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "To append text or to edit the completion, press <item type=\"keycode\">F2</item>."
+msgstr ""
-#: 04060101.xhp
+#: 06130000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3153776\n"
-"181\n"
+"06130000.xhp\n"
+"par_idN1066D\n"
"help.text"
-msgid "DVARP(Database; DatabaseField; SearchCriteria)"
-msgstr "DVARP(მონაცემთა ბაზა; მონაცემთა ბაზის ველი; ძიების კრიტერიუმი)"
+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
+#: 06130000.xhp
msgctxt ""
-"04060101.xhp\n"
-"hd_id3151110\n"
-"182\n"
+"06130000.xhp\n"
+"par_idN10679\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+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
+#: 06130000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3147099\n"
-"183\n"
+"06130000.xhp\n"
+"par_id3150439\n"
+"3\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:"
+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
+#: 06130000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3147322\n"
-"184\n"
+"06130000.xhp\n"
+"par_id3153363\n"
+"5\n"
"help.text"
-msgid "<item type=\"input\">=DVARP(A1:E10;\"Weight\";A13:E14)</item>"
+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
+#: 06990000.xhp
msgctxt ""
-"04060101.xhp\n"
-"par_id3146902\n"
-"185\n"
+"06990000.xhp\n"
+"tit\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, და ა. შ. ერთი მეორეს მიყოლებით. შედეგად იხილავთ დაბადების დღეზე ამ ასაკის ყველა ბავშვის წონის ვარიაციას."
+msgid "Cell Contents"
+msgstr "უჯრების შიგთავსი"
-#: 05100100.xhp
+#: 06990000.xhp
msgctxt ""
-"05100100.xhp\n"
+"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>"
+
+#: 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 "ხსნის ქვემენიუს ცხრილების გამოსათვლელად და ანტიშეტანის გასააქტიურებლად."
+
+#: 07080000.xhp
+msgctxt ""
+"07080000.xhp\n"
"tit\n"
"help.text"
-msgid "Merge Cells"
-msgstr "უჯრების შეერთება"
+msgid "Split"
+msgstr "გაყოფა"
-#: 05100100.xhp
+#: 07080000.xhp
msgctxt ""
-"05100100.xhp\n"
-"hd_id3154765\n"
+"07080000.xhp\n"
+"hd_id3163800\n"
+"1\n"
"help.text"
-msgid "Merge Cells"
-msgstr "უჯრების შეერთება"
+msgid "<link href=\"text/scalc/01/07080000.xhp\" name=\"Split\">Split</link>"
+msgstr "<link href=\"text/scalc/01/07080000.xhp\" name=\"Split\">გაყოფა</link>"
-#: 05100100.xhp
+#: 07080000.xhp
msgctxt ""
-"05100100.xhp\n"
-"par_id3147406\n"
+"07080000.xhp\n"
+"par_id3150084\n"
+"2\n"
"help.text"
-msgid "<ahelp hid=\".\">Combines the contents of the selected cells into a single cell.</ahelp>"
+msgid "<ahelp hid=\".uno:SplitWindow\" visibility=\"visible\">Divides the current window at the top left corner of the active cell.</ahelp>"
msgstr ""
-#: 05100100.xhp
+#: 07080000.xhp
msgctxt ""
-"05100100.xhp\n"
-"par_id3154351\n"
+"07080000.xhp\n"
+"par_id3154910\n"
+"3\n"
"help.text"
-msgid "Choose <emph>Format - Merge Cells - Merge Cells</emph>"
+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 ""
-#: 04060000.xhp
+#: 07080000.xhp
msgctxt ""
-"04060000.xhp\n"
-"tit\n"
+"07080000.xhp\n"
+"par_id3149263\n"
+"4\n"
"help.text"
-msgid "Function Wizard"
-msgstr "ფუნქციის ოსტატი"
+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 ""
-#: 04060000.xhp
+#: 07090000.xhp
msgctxt ""
-"04060000.xhp\n"
-"bm_id3147426\n"
+"07090000.xhp\n"
+"tit\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>"
+msgid "Freeze"
+msgstr "გაყინვა"
-#: 04060000.xhp
+#: 07090000.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id3147426\n"
+"07090000.xhp\n"
+"hd_id3150517\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>"
+msgid "<link href=\"text/scalc/01/07090000.xhp\" name=\"Freeze\">Freeze</link>"
+msgstr "<link href=\"text/scalc/01/07090000.xhp\" name=\"Freeze\">გაყინვა</link>"
-#: 04060000.xhp
+#: 07090000.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3145271\n"
+"07090000.xhp\n"
+"par_id3156289\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> ოსტატის გაშვებამდე, აირჩიეთ უჯრა ან უჯრათა დიაპაზონი მიმდინარე ფურცლიდან, რათა განსაზღვროთ ფორმულის ჩასმის მდებარეობა."
+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 ""
-#: 04060000.xhp
+#: 12010000.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id8007446\n"
+"12010000.xhp\n"
+"tit\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 ""
+msgid "Define Database Range"
+msgstr "მონაცემთა ბაზის დიაპაზონის განსაზღვრა"
-#: 04060000.xhp
+#: 12010000.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3159153\n"
-"60\n"
+"12010000.xhp\n"
+"hd_id3157909\n"
+"1\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> გამოიყენება ფორმულის ასაგებად."
+msgid "Define Database Range"
+msgstr "მონაცემთა ბაზის დიაპაზონის განსაზღვრა"
-#: 04060000.xhp
+#: 12010000.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id3154490\n"
-"3\n"
+"12010000.xhp\n"
+"par_id3155922\n"
+"2\n"
"help.text"
-msgid "Functions Tab"
-msgstr "ფუნქციის ჩანართი"
+msgid "<variable id=\"bereichtext\"><ahelp hid=\".uno:DefineDBName\">Defines a database range based on the selected cells in your sheet.</ahelp></variable>"
+msgstr ""
-#: 04060000.xhp
+#: 12010000.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3149378\n"
+"12010000.xhp\n"
+"par_id3149456\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>"
+msgid "You can only select a rectangular cell range."
+msgstr "მხოლოდ უჯრათა მართკუთხა დიაპაზონის მონიშვნაა შესაძლებელი."
-#: 04060000.xhp
+#: 12010000.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id3154730\n"
-"36\n"
+"12010000.xhp\n"
+"hd_id3156422\n"
+"3\n"
"help.text"
-msgid "Category"
-msgstr "კატეგორია"
+msgid "Name"
+msgstr "სახელი"
-#: 04060000.xhp
+#: 12010000.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3153417\n"
-"37\n"
+"12010000.xhp\n"
+"par_id3150770\n"
+"4\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>"
+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 ""
-#: 04060000.xhp
+#: 12010000.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id3150749\n"
+"12010000.xhp\n"
+"hd_id3147228\n"
"6\n"
"help.text"
-msgid "Function"
-msgstr "ფუნქციები"
+msgid "Range"
+msgstr "დიაპაზონი"
-#: 04060000.xhp
+#: 12010000.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3155445\n"
+"12010000.xhp\n"
+"par_id3150441\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> ცალი წკაპი ასახავს ფუნქციის მოკლე აღწერას."
+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>"
-#: 04060000.xhp
+#: 12010000.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id3159264\n"
-"8\n"
+"12010000.xhp\n"
+"hd_id3153188\n"
+"10\n"
"help.text"
-msgid "Array"
-msgstr "მასივი"
+msgid "Add/Modify"
+msgstr "დამატება/შეცვლა"
-#: 04060000.xhp
+#: 12010000.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3149566\n"
-"9\n"
+"12010000.xhp\n"
+"par_id3153726\n"
+"11\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> მასივის ფორმულები ეხება რამდენიმე უჯრას. ყოველი უჯრა მასივში შეიცავს ფორმულას, არა როგორც ასლს, არამედ როგორც სერთო ფორმულას როელიც მატრიცის უჯრებზეა გადანაწილებული."
+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 ""
-#: 04060000.xhp
+#: 12010000.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3155959\n"
-"61\n"
+"12010000.xhp\n"
+"hd_id3150010\n"
+"12\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 ბრძანების იდენტურია, რომელიც გამოიყენება ფურცელზე ფორმულის შესაყვანად და დასადასტურებლად. მატრიცული ფორმულა აღინიშნება ფიგურული ფრჩხილებით { }."
+msgid "More >>"
+msgstr "დამატებითი >>"
-#: 04060000.xhp
+#: 12010000.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3152993\n"
-"40\n"
+"12010000.xhp\n"
+"par_id3153144\n"
+"13\n"
"help.text"
-msgid "The maximum size of an array range is 128 by 128 cells."
-msgstr "მასივის დიაპაზონის მაქსიმალური ზომაა 128 128 -ზე."
+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>"
-#: 04060000.xhp
+#: 12010100.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id3150367\n"
-"41\n"
+"12010100.xhp\n"
+"tit\n"
"help.text"
-msgid "Argument Input Fields"
-msgstr "არგუმენტების ჩასმის ველები"
+msgid "Options"
+msgstr "პარამეტრები"
-#: 04060000.xhp
+#: 12010100.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3145587\n"
-"15\n"
+"12010100.xhp\n"
+"hd_id3154760\n"
+"1\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> გამოყენებისას შეამოწმეთ რომ ფორმატი სწორად გაქვთ არჩეული. შედეგის ელცხრილში ჩასასმელად დააწკაპეთ ოკ."
+msgid "Options"
+msgstr "პარამეტრები"
-#: 04060000.xhp
+#: 12010100.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id3149408\n"
-"18\n"
+"12010100.xhp\n"
+"hd_id3153379\n"
+"3\n"
"help.text"
-msgid "Function Result"
-msgstr "ფუნქციის შედეგი"
+msgid "Contains column labels"
+msgstr "შეიცავს სვეტის ეტიკეტებს"
-#: 04060000.xhp
+#: 12010100.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3155809\n"
-"19\n"
+"12010100.xhp\n"
+"par_id3148798\n"
+"4\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> აისახება."
+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>"
-#: 04060000.xhp
+#: 12010100.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3148700\n"
-"23\n"
+"12010100.xhp\n"
+"hd_id3153970\n"
+"5\n"
"help.text"
-msgid "The required arguments are indicated by names in bold print."
+msgid "Insert or delete cells"
+msgstr "უჯრების ჩამატება ან წაშლა"
+
+#: 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 ""
-#: 04060000.xhp
+#: 12010100.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id3153064\n"
-"22\n"
+"12010100.xhp\n"
+"hd_id3153768\n"
+"7\n"
"help.text"
-msgid "f(x) (depending on the selected function)"
-msgstr "f(x) (დამოკიდებულია არჩეულ ფუნქციაზე)"
+msgid "Keep formatting"
+msgstr "ფორმატირების დატოვება"
-#: 04060000.xhp
+#: 12010100.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3157980\n"
-"24\n"
+"12010100.xhp\n"
+"par_id3147435\n"
+"8\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>"
+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 ""
-#: 04060000.xhp
+#: 12010100.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id3145076\n"
-"25\n"
+"12010100.xhp\n"
+"hd_id3155856\n"
+"9\n"
"help.text"
-msgid "Argument/Parameter/Cell Reference (depending on the selected function)"
-msgstr "არგუმენტი/პარამეტრი/უჯრის მითითება (დამოკიდებულია არჩეულ ფუნქციაზე)"
+msgid "Don't save imported data"
+msgstr "იმპორტირებული მონაცემების არ შენახვა"
-#: 04060000.xhp
+#: 12010100.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3159097\n"
-"26\n"
+"12010100.xhp\n"
+"par_id3153363\n"
+"10\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>"
+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 ""
-#: 04060000.xhp
+#: 12010100.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id3154957\n"
-"51\n"
+"12010100.xhp\n"
+"hd_id3147428\n"
+"11\n"
"help.text"
-msgid "Result"
-msgstr "შედეგი"
+msgid "Source:"
+msgstr "წყარო:"
-#: 04060000.xhp
+#: 12010100.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3150211\n"
-"52\n"
+"12010100.xhp\n"
+"par_id3148576\n"
+"12\n"
"help.text"
-msgid "Displays the calculation result or an error message."
-msgstr "ასახავს კალკულაციის შედეგს ან შეცდომის შეტყობინებას."
+msgid "Displays information about the current database source and any existing operators."
+msgstr ""
-#: 04060000.xhp
+#: 12010100.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id3151304\n"
-"43\n"
+"12010100.xhp\n"
+"hd_id3146976\n"
+"13\n"
"help.text"
-msgid "Formula"
-msgstr "ფორმულა"
+msgid "More <<"
+msgstr "დამატებით <<"
-#: 04060000.xhp
+#: 12010100.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3149898\n"
-"44\n"
+"12010100.xhp\n"
+"par_id3149664\n"
+"14\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>"
+msgid "Hides the additional options."
+msgstr "მალავს დამატებით პარამეტრებს."
-#: 04060000.xhp
+#: 12020000.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id3153249\n"
-"45\n"
+"12020000.xhp\n"
+"tit\n"
"help.text"
-msgid "Back"
-msgstr "უკან"
+msgid "Select Database Range"
+msgstr "მონაცემთა ბაზის დიაპაზონი"
-#: 04060000.xhp
+#: 12020000.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3152869\n"
-"53\n"
+"12020000.xhp\n"
+"bm_id3145068\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>"
+msgid "<bookmark_value>databases; selecting (Calc)</bookmark_value>"
+msgstr "<bookmark_value>მონცემთა ბაზები; მონიშვნა (Calc)</bookmark_value>"
-#: 04060000.xhp
+#: 12020000.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3146966\n"
-"56\n"
+"12020000.xhp\n"
+"hd_id3145068\n"
+"1\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 "კომპლექსური ფორმულიდა, რომელიც რამდენიმე ფუნქციისგან შედგება ცალი ფუნქციის ასარჩევად ორჯერ დააწკაპეთ ფუნქციას ფორმულის ფანჯარაში."
+msgid "Select Database Range"
+msgstr "მონაცემთა ბაზის დიაპაზონი"
-#: 04060000.xhp
+#: 12020000.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id3155762\n"
-"54\n"
+"12020000.xhp\n"
+"par_id3149655\n"
+"2\n"
"help.text"
-msgid "Next"
-msgstr "შემდეგი"
+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 ""
-#: 04060000.xhp
+#: 12020000.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3149316\n"
-"55\n"
+"12020000.xhp\n"
+"hd_id3153192\n"
+"3\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>ღილაკს, მონიშვნა გამოჩნდება ფორმულის ფანჯარაში."
+msgid "Ranges"
+msgstr "დიაპაზონები"
-#: 04060000.xhp
+#: 12020000.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3159262\n"
-"57\n"
+"12020000.xhp\n"
+"par_id3154684\n"
+"4\n"
"help.text"
-msgid "Double-click a function in the selection window to transfer it to the formula window."
-msgstr "მონიშვნის ფანჯარაში ფუნქციას ორჯერ დააწკაპეთ, მის ფორმულის ფანჯარაში გადასატანად."
+msgid "<ahelp hid=\"modules/scalc/ui/selectrange/treeview\">Lists the available database ranges. To select a database range, click its name, and then click <emph>OK</emph>.</ahelp>"
+msgstr ""
-#: 04060000.xhp
+#: 12030000.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id3148745\n"
-"58\n"
+"12030000.xhp\n"
+"tit\n"
"help.text"
-msgid "Cancel"
-msgstr "გაუქმება"
+msgid "Sort"
+msgstr "დახარისხება"
-#: 04060000.xhp
+#: 12030000.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3147402\n"
-"59\n"
+"12030000.xhp\n"
+"hd_id3150275\n"
+"1\n"
"help.text"
-msgid "Closes the dialog without implementing the formula."
-msgstr "ხურავს დიალოგს ფორმულის ჩასმის გარეშე."
+msgid "Sort"
+msgstr "დახარისხება"
-#: 04060000.xhp
+#: 12030000.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id3150534\n"
-"32\n"
+"12030000.xhp\n"
+"par_id3155922\n"
+"2\n"
"help.text"
-msgid "OK"
-msgstr "OK"
+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 ""
-#: 04060000.xhp
+#: 12030000.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3153029\n"
-"33\n"
+"12030000.xhp\n"
+"par_id3147428\n"
+"4\n"
"help.text"
-msgid "Ends the <emph>Function Wizard</emph>, and transfers the formula to the selected cells."
-msgstr "ასრეულებს <emph>ფუნქციის ოსტატს</emph> და გადააქვს ფორმულა არჩეულ უჯრაში ან უჯრებში."
+msgid "You cannot sort data if the <link href=\"text/shared/01/02230000.xhp\" name=\"Record changes\">Record changes</link> options is enabled."
+msgstr ""
-#: 04060000.xhp
+#: 12030100.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3156400\n"
-"34\n"
+"12030100.xhp\n"
+"tit\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>"
+msgid "Sort Criteria"
+msgstr "დახარისხების კრიტერიუმი"
-#: 04060000.xhp
+#: 12030100.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id3147610\n"
-"47\n"
+"12030100.xhp\n"
+"bm_id3152350\n"
"help.text"
-msgid "Structure tab"
-msgstr "სტრუქტურის ჩანართი"
+msgid "<bookmark_value>sorting; sort criteria for database ranges</bookmark_value>"
+msgstr ""
-#: 04060000.xhp
+#: 12030100.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3153122\n"
-"48\n"
+"12030100.xhp\n"
+"hd_id3152350\n"
+"1\n"
"help.text"
-msgid "On this page, you can view the structure of the function."
-msgstr "ამ გვერდზე შეგიძლიათ ფუნქციის სტრუქტურის ხილვა."
+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>"
-#: 04060000.xhp
+#: 12030100.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3149350\n"
+"12030100.xhp\n"
+"par_id3151385\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/sortcriteria/SortCriteriaPage\">Specify the sorting options for the selected range.</ahelp>"
+msgstr ""
+
+#: 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 ""
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"hd_id3147428\n"
+"3\n"
+"help.text"
+msgid "Sort by"
+msgstr "დახარისხება"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3155854\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> ჩანართი გაიხსნება და მიმდინარე ფორმულას ასახავს."
+msgid "<ahelp hid=\"modules/scalc/ui/sortkey/sortlb\">Select the column that you want to use as the primary sort key.</ahelp>"
+msgstr ""
-#: 04060000.xhp
+#: 12030100.xhp
+#, fuzzy
msgctxt ""
-"04060000.xhp\n"
-"hd_id3149014\n"
-"49\n"
+"12030100.xhp\n"
+"hd_id3146121\n"
+"5\n"
"help.text"
-msgid "Structure"
-msgstr "სტრუქტურა"
+msgid "Ascending"
+msgstr "#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nზრდადობით\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nდამავალი"
-#: 04060000.xhp
+#: 12030100.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3150481\n"
-"50\n"
+"12030100.xhp\n"
+"par_id3148645\n"
+"6\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> შეგიძლიათ დამალოთ ან გამოაჩინოთ არგუმენტები პლუსის ან მინუსის ნიშანზე დაწკაპებით."
+msgid "<ahelp hid=\"modules/scalc/ui/sortkey/up\">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 ""
-#: 04060000.xhp
+#: 12030100.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3148886\n"
-"63\n"
+"12030100.xhp\n"
+"hd_id3155411\n"
+"7\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 მხოლოდ ციფრულ არგუმენტებს იღებს."
+msgid "Descending"
+msgstr "კლებადობით"
-#: 12080300.xhp
+#: 12030100.xhp
msgctxt ""
-"12080300.xhp\n"
-"tit\n"
+"12030100.xhp\n"
+"par_id3151075\n"
+"8\n"
"help.text"
-msgid "Group"
-msgstr "ჯგუფი"
+msgid "<ahelp hid=\"modules/scalc/ui/sortkey/down\">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 ""
-#: 12080300.xhp
+#: 12030100.xhp
msgctxt ""
-"12080300.xhp\n"
-"hd_id3153088\n"
-"1\n"
+"12030100.xhp\n"
+"hd_id3154492\n"
+"9\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>"
+msgid "Then by"
+msgstr "მაშინ"
-#: 12080300.xhp
+#: 12030100.xhp
msgctxt ""
-"12080300.xhp\n"
-"par_id3153821\n"
-"2\n"
+"12030100.xhp\n"
+"par_id3156283\n"
+"10\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>"
+msgid "Select the column that you want to use as the secondary sort key."
msgstr ""
-#: 12080300.xhp
+#: 12030100.xhp
+#, fuzzy
msgctxt ""
-"12080300.xhp\n"
-"par_id3145069\n"
-"3\n"
+"12030100.xhp\n"
+"hd_id3149413\n"
+"11\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>."
+msgid "Ascending"
+msgstr "#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nზრდადობით\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nდამავალი"
+
+#: 12030100.xhp
+msgctxt ""
+"12030100.xhp\n"
+"par_id3154018\n"
+"12\n"
+"help.text"
+msgid "Sorts the selection from the lowest value to the highest value. You can define the sort rules on Data - Sort - Options. You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
msgstr ""
-#: 12080300.xhp
+#: 12030100.xhp
msgctxt ""
-"12080300.xhp\n"
-"hd_id3125863\n"
-"4\n"
+"12030100.xhp\n"
+"hd_id3146972\n"
+"13\n"
"help.text"
-msgid "Include"
-msgstr "ჩართვა"
+msgid "Descending"
+msgstr "კლებადობით"
-#: 12080300.xhp
+#: 12030100.xhp
msgctxt ""
-"12080300.xhp\n"
-"hd_id3150448\n"
-"6\n"
+"12030100.xhp\n"
+"par_id3145640\n"
+"14\n"
"help.text"
-msgid "Rows"
-msgstr "რიგები"
+msgid "Sorts the selection from the highest value to the lowest value. You can define the sort rules on Data - Sort - Options. You define the default on <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Language settings - Languages."
+msgstr ""
-#: 12080300.xhp
+#: 12030100.xhp
msgctxt ""
-"12080300.xhp\n"
-"par_id3153194\n"
-"7\n"
+"12030100.xhp\n"
+"hd_id3150300\n"
+"21\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>"
+msgid "Sort Ascending/Descending"
+msgstr "დახარისხება ზრდადობის/კლებადობით მიხედვით"
-#: 12080300.xhp
+#: 12030100.xhp
msgctxt ""
-"12080300.xhp\n"
-"hd_id3145786\n"
-"8\n"
+"12030100.xhp\n"
+"par_id3158212\n"
+"22\n"
"help.text"
-msgid "Columns"
-msgstr "სვეტები"
+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 ""
-#: 12080300.xhp
+#: 12030100.xhp
msgctxt ""
-"12080300.xhp\n"
-"par_id3146984\n"
-"9\n"
+"12030100.xhp\n"
+"par_id3159236\n"
+"25\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>"
+msgid "Icons on the <emph>Standard</emph> toolbar"
+msgstr "ხატულები <emph>სტანდარტულ</emph> ხელსაწყოთა პანელზე"
-#: 05040200.xhp
+#: 12030200.xhp
msgctxt ""
-"05040200.xhp\n"
+"12030200.xhp\n"
"tit\n"
"help.text"
-msgid "Optimal Column Width"
-msgstr "სვეტის ოპტიმალური სიგანე"
+msgid "Options"
+msgstr "პარამეტრები"
-#: 05040200.xhp
+#: 12030200.xhp
msgctxt ""
-"05040200.xhp\n"
-"bm_id3155628\n"
+"12030200.xhp\n"
+"bm_id3147228\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>"
+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>"
-#: 05040200.xhp
+#: 12030200.xhp
msgctxt ""
-"05040200.xhp\n"
-"hd_id3155628\n"
+"12030200.xhp\n"
+"hd_id3147228\n"
"1\n"
"help.text"
-msgid "Optimal Column Width"
-msgstr "სვეტის ოპტიმალური სიგანე"
+msgid "<link href=\"text/scalc/01/12030200.xhp\" name=\"Options\"> Options</link>"
+msgstr "<link href=\"text/scalc/01/12030200.xhp\" name=\"Options\"> პარამეტრები</link>"
-#: 05040200.xhp
+#: 12030200.xhp
msgctxt ""
-"05040200.xhp\n"
-"par_id3145068\n"
+"12030200.xhp\n"
+"par_id3153770\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>."
+msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/SortOptionsPage\"> Sets additional sorting options.</ahelp>"
msgstr ""
-#: 05040200.xhp
+#: 12030200.xhp
msgctxt ""
-"05040200.xhp\n"
-"hd_id3150767\n"
+"12030200.xhp\n"
+"hd_id3146976\n"
"3\n"
"help.text"
-msgid "Add"
-msgstr "დამატება"
+msgid "Case Sensitivity"
+msgstr "რეგისტრისადმი მგრძნობიარობა"
-#: 05040200.xhp
+#: 12030200.xhp
msgctxt ""
-"05040200.xhp\n"
-"par_id3150449\n"
+"12030200.xhp\n"
+"par_id3153091\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>"
+msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/case\"> Sorts first by uppercase letters and then by lowercase letters. For Asian languages, special handling applies.</ahelp>"
msgstr ""
-#: 05040200.xhp
+#: 12030200.xhp
msgctxt ""
-"05040200.xhp\n"
-"hd_id3145785\n"
+"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 ""
+
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"hd_id3155856\n"
"5\n"
"help.text"
-msgid "Default value"
-msgstr "ნაგულისხმევი მნიშვნელობა"
+msgid "Range contains column/row labels"
+msgstr "დიაპაზონი შეიცავს სვეტის/რიგის ეტიკეტებს"
-#: 05040200.xhp
+#: 12030200.xhp
msgctxt ""
-"05040200.xhp\n"
-"par_id3146120\n"
+"12030200.xhp\n"
+"par_id3154014\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."
+msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/header\"> 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 ""
-#: 04060106.xhp
+#: 12030200.xhp
msgctxt ""
-"04060106.xhp\n"
-"tit\n"
+"12030200.xhp\n"
+"hd_id3147436\n"
+"7\n"
"help.text"
-msgid "Mathematical Functions"
-msgstr "მათემატიკური ფუნქციები"
+msgid "Include formats"
+msgstr "ფორმატების ჩართვა"
-#: 04060106.xhp
+#: 12030200.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3147124\n"
+"12030200.xhp\n"
+"par_id3149377\n"
+"8\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>"
+msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/formats\"> Preserves the current cell formatting.</ahelp>"
+msgstr "<ahelp hid=\"modules/scalc/ui/sortoptionspage/formats\">ინხავს უჯრის მიმდინარე ფორმატირებას.</ahelp>"
+
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"hd_id3147438\n"
+"help.text"
+msgid "Enable natural sort"
msgstr ""
-#: 04060106.xhp
+#: 12030200.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3147124\n"
-"1\n"
+"12030200.xhp\n"
+"par_id3149378\n"
"help.text"
-msgid "Mathematical Functions"
-msgstr "მათემატიკური ფუნქციები"
+msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/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 ""
-#: 04060106.xhp
+#: 12030200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3154943\n"
-"2\n"
+"12030200.xhp\n"
+"hd_id3153878\n"
+"10\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>."
+msgid "Copy sort results to:"
+msgstr "დახარისხების შედეგების ასლი:"
-#: 04060106.xhp
+#: 12030200.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3146944\n"
+"12030200.xhp\n"
+"par_id3156286\n"
+"11\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>"
+msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/copyresult\"> Copies the sorted list to the cell range that you specify.</ahelp>"
+msgstr ""
-#: 04060106.xhp
+#: 12030200.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3146944\n"
-"33\n"
+"12030200.xhp\n"
+"hd_id3153418\n"
+"12\n"
"help.text"
-msgid "ABS"
-msgstr "ABS"
+msgid "Sort results"
+msgstr "დახარისხების შედეგები"
-#: 04060106.xhp
+#: 12030200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3154546\n"
-"34\n"
+"12030200.xhp\n"
+"par_id3155602\n"
+"13\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ABS\">Returns the absolute value of a number.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_ABS\">აბრუნებს რიცხვის აბსოლუტურ მნიშვნელობას.</ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/outarealb\"> 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 ""
-#: 04060106.xhp
+#: 12030200.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3154843\n"
-"35\n"
+"12030200.xhp\n"
+"hd_id3153707\n"
+"14\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Sort results"
+msgstr "დახარისხების შედეგები"
-#: 04060106.xhp
+#: 12030200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3147475\n"
-"36\n"
+"12030200.xhp\n"
+"par_id3145642\n"
+"15\n"
"help.text"
-msgid "ABS(Number)"
-msgstr "ABS(რიცხვი)"
+msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/outareaed\"> Enter the cell range where you want to display the sorted list, or select a named range from the list.</ahelp>"
+msgstr ""
-#: 04060106.xhp
+#: 12030200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3148438\n"
-"37\n"
+"12030200.xhp\n"
+"hd_id3155445\n"
+"16\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."
+msgid "Custom sort order"
+msgstr "სხვა დახარისხების წესი"
+
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"par_id3156385\n"
+"17\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/sortuser\"> Click here and then select the custom sort order that you want.</ahelp>"
msgstr ""
-#: 04060106.xhp
+#: 12030200.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3155823\n"
-"38\n"
+"12030200.xhp\n"
+"hd_id3154704\n"
+"18\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Custom sort order"
+msgstr "სხვა დახარისხების წესი"
-#: 04060106.xhp
+#: 12030200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3152787\n"
-"39\n"
+"12030200.xhp\n"
+"par_id3155962\n"
+"19\n"
"help.text"
-msgid "<item type=\"input\">=ABS(-56)</item> returns 56."
+msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/sortuserlb\"> 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 ""
-#: 04060106.xhp
+#: 12030200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3148752\n"
-"40\n"
+"12030200.xhp\n"
+"hd_id3149257\n"
+"28\n"
"help.text"
-msgid "<item type=\"input\">=ABS(12)</item> returns 12."
+msgid "Language"
+msgstr "ენა"
+
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"hd_id3147004\n"
+"29\n"
+"help.text"
+msgid "Language"
+msgstr "ენა"
+
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"par_id3150787\n"
+"32\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/language\"> Select the language for the sorting rules.</ahelp>"
msgstr ""
-#: 04060106.xhp
+#: 12030200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id320139\n"
+"12030200.xhp\n"
+"hd_id3150344\n"
+"30\n"
"help.text"
-msgid "<item type=\"input\">=ABS(0)</item> returns 0."
+msgid "Options"
+msgstr "პარამეტრები"
+
+#: 12030200.xhp
+msgctxt ""
+"12030200.xhp\n"
+"par_id3155113\n"
+"33\n"
+"help.text"
+msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/algorithmlb\"> 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 ""
-#: 04060106.xhp
+#: 12030200.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3150896\n"
+"12030200.xhp\n"
+"hd_id3152580\n"
+"20\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>"
+msgid "Direction"
+msgstr "მიმართულება"
-#: 04060106.xhp
+#: 12030200.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3150896\n"
-"42\n"
+"12030200.xhp\n"
+"hd_id3154201\n"
+"22\n"
"help.text"
-msgid "COUNTBLANK"
-msgstr "COUNTBLANK"
+msgid "Top to Bottom (Sort Rows)"
+msgstr "ზემოდან ქვემოთ (რიგების დახარისხება)"
-#: 04060106.xhp
+#: 12030200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3155260\n"
-"43\n"
+"12030200.xhp\n"
+"par_id3166430\n"
+"23\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ANZAHLLEEREZELLEN\">Returns the number of empty cells.</ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/topdown\"> Sorts rows by the values in the active columns of the selected range.</ahelp>"
msgstr ""
-#: 04060106.xhp
+#: 12030200.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3145144\n"
-"44\n"
+"12030200.xhp\n"
+"hd_id3145588\n"
+"24\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Left to Right (Sort Columns)"
+msgstr "მარცხნიდან მარჯვნივ (სვეტების დახარისხება)"
-#: 04060106.xhp
+#: 12030200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3153931\n"
-"45\n"
+"12030200.xhp\n"
+"par_id3154370\n"
+"25\n"
"help.text"
-msgid "COUNTBLANK(Range)"
-msgstr "COUNTBLANK(დიაპაზონი)"
+msgid "<ahelp hid=\"modules/scalc/ui/sortoptionspage/leftright\"> Sorts columns by the values in the active rows of the selected range.</ahelp>"
+msgstr ""
-#: 04060106.xhp
+#: 12030200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3149512\n"
-"46\n"
+"12030200.xhp\n"
+"hd_id3156290\n"
+"26\n"
"help.text"
-msgid "Returns the number of empty cells in the cell range <emph>Range</emph>."
-msgstr ""
+msgid "Data area"
+msgstr "მონაცემების არე"
-#: 04060106.xhp
+#: 12030200.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3146139\n"
-"47\n"
+"12030200.xhp\n"
+"par_id3156446\n"
+"27\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Displays the cell range that you want to sort."
+msgstr "ასახავს დასახარისხებელ უკრათა დიაპაზონს."
-#: 04060106.xhp
+#: 12040000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3148586\n"
-"48\n"
+"12040000.xhp\n"
+"tit\n"
"help.text"
-msgid "<item type=\"input\">=COUNTBLANK(A1:B2)</item> returns 4 if cells A1, A2, B1, and B2 are all empty."
+msgid "Filter"
+msgstr "ფილტრი"
+
+#: 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>"
+
+#: 12040000.xhp
+msgctxt ""
+"12040000.xhp\n"
+"par_id3155131\n"
+"2\n"
+"help.text"
+msgid "<ahelp hid=\".\">Shows commands to filter your data.</ahelp>"
msgstr ""
-#: 04060106.xhp
+#: 12040000.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3153114\n"
+"12040000.xhp\n"
+"par_id3146119\n"
+"7\n"
"help.text"
-msgid "<bookmark_value>ACOS function</bookmark_value>"
-msgstr "<bookmark_value>ACOS ფუნქცია</bookmark_value>"
+msgid "$[officename] automatically recognizes predefined database ranges."
+msgstr "$[officename] ავტომატურად ამოიცნობს წინასწარ განსაზღვრულ მონაცემთა ბაზის დიაპაზონს."
-#: 04060106.xhp
+#: 12040000.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3153114\n"
-"50\n"
+"12040000.xhp\n"
+"par_id3153363\n"
+"3\n"
"help.text"
-msgid "ACOS"
-msgstr "ACOS"
+msgid "The following filtering options are available:"
+msgstr "ფილტრის შემდეგი პარამეტრებია ხელმისაწვდომი:"
-#: 04060106.xhp
+#: 12040000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3145163\n"
-"51\n"
+"12040000.xhp\n"
+"hd_id3153728\n"
+"4\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>"
+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>"
-#: 04060106.xhp
+#: 12040000.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3153565\n"
-"52\n"
+"12040000.xhp\n"
+"hd_id3159153\n"
+"5\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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>"
-#: 04060106.xhp
+#: 12040100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3150020\n"
-"53\n"
+"12040100.xhp\n"
+"tit\n"
"help.text"
-msgid "ACOS(Number)"
-msgstr "ACOS(რიცხვი)"
+msgid "AutoFilter"
+msgstr "ავტოფილტრი"
-#: 04060106.xhp
+#: 12040100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3159134\n"
-"54\n"
+"12040100.xhp\n"
+"hd_id3153541\n"
+"1\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 ""
+msgid "<link href=\"text/scalc/01/12040100.xhp\" name=\"AutoFilter\">AutoFilter</link>"
+msgstr "<link href=\"text/scalc/01/12040100.xhp\" name=\"AutoFilter\">ავტოფილტრი</link>"
-#: 04060106.xhp
+#: 12040100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id679647\n"
+"12040100.xhp\n"
+"par_id3148550\n"
+"2\n"
"help.text"
-msgid "To return the angle in degrees, use the DEGREES function."
+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 ""
-#: 04060106.xhp
+#: 12040100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3149882\n"
-"55\n"
+"12040100.xhp\n"
+"par_id3145171\n"
+"3\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+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>"
-#: 04060106.xhp
+#: 12040201.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3150128\n"
-"56\n"
+"12040201.xhp\n"
+"tit\n"
"help.text"
-msgid "<item type=\"input\">=ACOS(-1)</item> returns 3.14159265358979 (PI radians)"
+msgid "More"
+msgstr "მეტი"
+
+#: 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>"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12040201.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id8792382\n"
+"12040201.xhp\n"
+"hd_id3150791\n"
+"3\n"
"help.text"
-msgid "<item type=\"input\">=DEGREES(ACOS(0.5))</item> returns 60. The cosine of 60 degrees is 0.5."
+msgid "Options"
+msgstr "პარამეტრები"
+
+#: 12040201.xhp
+msgctxt ""
+"12040201.xhp\n"
+"hd_id3154138\n"
+"5\n"
+"help.text"
+msgid "Case sensitive"
+msgstr "რეგისტრისადმი მგძნობიარე"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12040201.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3145355\n"
+"12040201.xhp\n"
+"hd_id3154908\n"
+"7\n"
"help.text"
-msgid "<bookmark_value>ACOSH function</bookmark_value>"
-msgstr "<bookmark_value>ACOSH ფუნქცია</bookmark_value>"
+msgid "Range contains column labels"
+msgstr "დიაპაზონი შეიცავს სვეტის ეტიკეტებს"
-#: 04060106.xhp
+#: 12040201.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3145355\n"
-"60\n"
+"12040201.xhp\n"
+"par_id3153768\n"
+"8\n"
"help.text"
-msgid "ACOSH"
-msgstr "ACOSH"
+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 ""
-#: 04060106.xhp
+#: 12040201.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3157993\n"
-"61\n"
+"12040201.xhp\n"
+"hd_id3155306\n"
+"9\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>"
+msgid "Copy results to"
+msgstr "შედეგების ასლს აკეთებს"
-#: 04060106.xhp
+#: 12040201.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3145295\n"
-"62\n"
+"12040201.xhp\n"
+"par_id3154319\n"
+"10\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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 ""
-#: 04060106.xhp
+#: 12040201.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3151017\n"
-"63\n"
+"12040201.xhp\n"
+"hd_id3145272\n"
+"11\n"
"help.text"
-msgid "ACOSH(Number)"
-msgstr "ACOSH(რიცხვი)"
+msgid "Regular expression"
+msgstr "რეგულარული გამოსახულება"
-#: 04060106.xhp
+#: 12040201.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3149000\n"
-"64\n"
+"12040201.xhp\n"
+"par_id3152576\n"
+"12\n"
"help.text"
-msgid "This function returns the inverse hyperbolic cosine of <emph>Number</emph>, that is the number whose hyperbolic cosine is Number."
+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 ""
-#: 04060106.xhp
+#: 12040201.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id6393932\n"
+"12040201.xhp\n"
+"par_id3149377\n"
+"33\n"
"help.text"
-msgid "Number must be greater than or equal to 1."
+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 ""
-#: 04060106.xhp
+#: 12040201.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3150566\n"
-"65\n"
+"12040201.xhp\n"
+"hd_id3149958\n"
+"34\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "No duplication"
+msgstr "დუპლიკაციის გარეშე"
-#: 04060106.xhp
+#: 12040201.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3145629\n"
-"66\n"
+"12040201.xhp\n"
+"par_id3153876\n"
+"35\n"
"help.text"
-msgid "<item type=\"input\">=ACOSH(1)</item> returns 0."
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_UNIQUE\">Excludes duplicate rows in the list of filtered data.</ahelp>"
msgstr ""
-#: 04060106.xhp
+#: 12040201.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id951567\n"
+"12040201.xhp\n"
+"hd_id3154018\n"
+"40\n"
"help.text"
-msgid "<item type=\"input\">=ACOSH(COSH(4))</item> returns 4."
+msgid "Keep filter criteria"
+msgstr "ფილტრის კრიტრიუმის დატოვება"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12040201.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3149027\n"
+"12040201.xhp\n"
+"hd_id3149018\n"
+"36\n"
"help.text"
-msgid "<bookmark_value>ACOT function</bookmark_value>"
-msgstr "<bookmark_value>ACOT ფუნქცია</bookmark_value>"
+msgid "Data range"
+msgstr "მონაცემების დიაპაზონი"
-#: 04060106.xhp
+#: 12040201.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3149027\n"
-"70\n"
+"12040201.xhp\n"
+"par_id3150042\n"
+"37\n"
"help.text"
-msgid "ACOT"
-msgstr "ACOT"
+msgid "Displays the cell range or the name of the cell range that you want to filter."
+msgstr ""
-#: 04060106.xhp
-#, fuzzy
+#: 12040300.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3155818\n"
-"71\n"
+"12040300.xhp\n"
+"tit\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>"
+msgid "Advanced Filter"
+msgstr "გაფართოებული ფილტრი"
-#: 04060106.xhp
+#: 12040300.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3153225\n"
-"72\n"
+"12040300.xhp\n"
+"hd_id3158394\n"
+"1\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Advanced Filter"
+msgstr "გაფართოებული ფილტრი"
-#: 04060106.xhp
+#: 12040300.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3158419\n"
-"73\n"
+"12040300.xhp\n"
+"par_id3156281\n"
+"2\n"
"help.text"
-msgid "ACOT(Number)"
-msgstr "ACOT(რიცხვი)"
+msgid "<variable id=\"spezialfilter\"><ahelp hid=\".uno:DataFilterSpecialFilter\">Defines an advanced filter.</ahelp></variable>"
+msgstr "<variable id=\"spezialfilter\"><ahelp hid=\".uno:DataFilterSpecialFilter\">საზღვრავს გაფართოებულ ფილტრს.</ahelp></variable>"
-#: 04060106.xhp
+#: 12040300.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3154948\n"
-"74\n"
+"12040300.xhp\n"
+"par_idN105EB\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 ""
+msgid "<embedvar href=\"text/scalc/guide/filters.xhp#filters\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/filters.xhp#filters\"/>"
-#: 04060106.xhp
+#: 12040300.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id5834528\n"
+"12040300.xhp\n"
+"hd_id3153771\n"
+"25\n"
"help.text"
-msgid "To return the angle in degrees, use the DEGREES function."
+msgid "Read filter criteria from"
+msgstr "ფილტრის კრიტერიუმის წაკითხვა"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12040300.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3147538\n"
-"75\n"
+"12040300.xhp\n"
+"hd_id3153188\n"
+"27\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">More</link>"
+msgstr "<link href=\"text/scalc/01/12040201.xhp\" name=\"More\">დამატებით</link>"
-#: 04060106.xhp
+#: 12040400.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3155375\n"
-"76\n"
+"12040400.xhp\n"
+"tit\n"
"help.text"
-msgid "<item type=\"input\">=ACOT(1)</item> returns 0.785398163397448 (PI/4 radians)."
-msgstr ""
+msgid "Remove Filter"
+msgstr "ფილტრის წაშლა"
-#: 04060106.xhp
+#: 12040400.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id8589434\n"
+"12040400.xhp\n"
+"hd_id3153087\n"
+"1\n"
"help.text"
-msgid "<item type=\"input\">=DEGREES(ACOT(1))</item> returns 45. The tangent of 45 degrees is 1."
+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>"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12040500.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3148426\n"
+"12040500.xhp\n"
+"tit\n"
"help.text"
-msgid "<bookmark_value>ACOTH function</bookmark_value>"
-msgstr "<bookmark_value>ACOTH ფუნქცია</bookmark_value>"
+msgid "Hide AutoFilter"
+msgstr "ავტოფილტრის დამალვა"
-#: 04060106.xhp
+#: 12040500.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3148426\n"
-"80\n"
+"12040500.xhp\n"
+"bm_id3150276\n"
"help.text"
-msgid "ACOTH"
-msgstr "ACOTH"
+msgid "<bookmark_value>database ranges; hiding AutoFilter</bookmark_value>"
+msgstr "<bookmark_value>მონაცემთა ბაზის დიაპაზონები; ავტოფილტრილ დამალვა</bookmark_value>"
-#: 04060106.xhp
+#: 12040500.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3147478\n"
-"81\n"
+"12040500.xhp\n"
+"hd_id3150276\n"
+"1\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>"
+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>"
-#: 04060106.xhp
+#: 12040500.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3152585\n"
-"82\n"
+"12040500.xhp\n"
+"par_id3156326\n"
+"2\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<ahelp hid=\".uno:DataFilterHideAutoFilter\" visibility=\"visible\">Hides the AutoFilter buttons in the selected cell range.</ahelp>"
+msgstr ""
-#: 04060106.xhp
+#: 12050000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3147172\n"
-"83\n"
+"12050000.xhp\n"
+"tit\n"
"help.text"
-msgid "ACOTH(Number)"
-msgstr "ACOTH(რიცხვი)"
+msgid "Subtotals"
+msgstr "ქვეჯამები"
-#: 04060106.xhp
+#: 12050000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3146155\n"
-"84\n"
+"12050000.xhp\n"
+"hd_id3153822\n"
+"1\n"
"help.text"
-msgid "This function returns the inverse hyperbolic cotangent of <emph>Number</emph>, that is the number whose hyperbolic cotangent is Number."
+msgid "Subtotals"
+msgstr "ქვეჯამები"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12050000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id5818659\n"
+"12050000.xhp\n"
+"par_id3153896\n"
+"3\n"
"help.text"
-msgid "An error results if Number is between -1 and 1 inclusive."
+msgid "For example, you can generate a sales summary for a certain postal code based on data from a client database."
msgstr ""
-#: 04060106.xhp
+#: 12050000.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3083452\n"
-"85\n"
+"12050000.xhp\n"
+"hd_id3163708\n"
+"4\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Delete"
+msgstr "წაშლა"
-#: 04060106.xhp
+#: 12050000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3150608\n"
-"86\n"
+"12050000.xhp\n"
+"par_id3154125\n"
+"5\n"
"help.text"
-msgid "<item type=\"input\">=ACOTH(1.1)</item> returns inverse hyperbolic cotangent of 1.1, approximately 1.52226."
-msgstr ""
+msgid "Deletes the subtotal rows in the selected area."
+msgstr "მონიშნულ არეში შლის ქვეჯამების რიგებს."
-#: 04060106.xhp
+#: 12050100.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3145084\n"
+"12050100.xhp\n"
+"tit\n"
"help.text"
-msgid "<bookmark_value>ASIN function</bookmark_value>"
-msgstr "<bookmark_value>ASIN ფუნქცია</bookmark_value>"
+msgid "1st, 2nd, 3rd Group"
+msgstr "I, II, III ჯგუფი"
-#: 04060106.xhp
+#: 12050100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3145084\n"
-"90\n"
+"12050100.xhp\n"
+"hd_id3149784\n"
+"1\n"
"help.text"
-msgid "ASIN"
-msgstr "ASIN"
+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>"
-#: 04060106.xhp
+#: 12050100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3156296\n"
-"91\n"
+"12050100.xhp\n"
+"par_id3145068\n"
+"2\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>"
+msgid "<ahelp hid=\"HID_SCPAGE_SUBT_GROUP1\">Specify the settings for up to three subtotal groups. Each tab has the same layout.</ahelp>"
+msgstr ""
-#: 04060106.xhp
+#: 12050100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3149716\n"
-"92\n"
+"12050100.xhp\n"
+"par_id3148797\n"
+"3\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "To insert subtotal values into a table:"
+msgstr "სვავს ცხრილში ქვეჯამების მნიშვნელობებს:"
-#: 04060106.xhp
+#: 12050100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3156305\n"
-"93\n"
+"12050100.xhp\n"
+"par_id3154908\n"
+"13\n"
"help.text"
-msgid "ASIN(Number)"
-msgstr "ASIN (რიცხვი)"
+msgid "Ensure that the columns of the table have labels."
+msgstr "დარწმინდით რომ ცხრილში სვეტებს აქვთ ეტიკეტები."
-#: 04060106.xhp
+#: 12050100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3150964\n"
-"94\n"
+"12050100.xhp\n"
+"par_id3153968\n"
+"4\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."
+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 ""
-#: 04060106.xhp
+#: 12050100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id203863\n"
+"12050100.xhp\n"
+"par_id3161831\n"
+"5\n"
"help.text"
-msgid "To return the angle in degrees, use the DEGREES function."
+msgid "In the <emph>Group By</emph> box, select the column that you want to add the subtotals to."
msgstr ""
-#: 04060106.xhp
+#: 12050100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3149448\n"
-"95\n"
+"12050100.xhp\n"
+"par_id3153188\n"
+"6\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+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 ""
-#: 04060106.xhp
+#: 12050100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3156100\n"
-"96\n"
+"12050100.xhp\n"
+"par_id3152460\n"
+"14\n"
"help.text"
-msgid "<item type=\"input\">=ASIN(0)</item> returns 0."
+msgid "In the <emph>Use function</emph> box, select the function that you want to use to calculate the subtotals."
msgstr ""
-#: 04060106.xhp
+#: 12050100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id6853846\n"
+"12050100.xhp\n"
+"par_id3154321\n"
+"15\n"
"help.text"
-msgid "<item type=\"input\">=ASIN(1)</item> returns 1.5707963267949 (PI/2 radians)."
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპეთ <emph>ოკ</emph>."
+
+#: 12050100.xhp
+msgctxt ""
+"12050100.xhp\n"
+"hd_id3156441\n"
+"7\n"
+"help.text"
+msgid "Group by"
+msgstr "დაჯგუფება"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12050100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id8772240\n"
+"12050100.xhp\n"
+"hd_id3154943\n"
+"9\n"
"help.text"
-msgid "<item type=\"input\">=DEGREES(ASIN(0.5))</item> returns 30. The sine of 30 degrees is 0.5."
+msgid "Calculate subtotals for"
+msgstr "ქვეჯამების გამოთვლა"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12050100.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3151266\n"
+"12050100.xhp\n"
+"hd_id3156283\n"
+"11\n"
"help.text"
-msgid "<bookmark_value>ASINH function</bookmark_value>"
-msgstr "<bookmark_value>ASINH ფუნქცია</bookmark_value>"
+msgid "Use function"
+msgstr "ფუნქციის გამოყენება"
-#: 04060106.xhp
+#: 12050100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3151266\n"
-"100\n"
+"12050100.xhp\n"
+"par_id3145647\n"
+"12\n"
"help.text"
-msgid "ASINH"
-msgstr "ASINH"
+msgid "<ahelp hid=\"HID_SC_SUBT_FUNC\">Select the mathematical function that you want to use to calculate the subtotals.</ahelp>"
+msgstr ""
-#: 04060106.xhp
+#: 12050200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3147077\n"
-"101\n"
+"12050200.xhp\n"
+"tit\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>"
+msgid "Options"
+msgstr "პარამეტრები"
-#: 04060106.xhp
+#: 12050200.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3150763\n"
-"102\n"
+"12050200.xhp\n"
+"bm_id3154758\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<bookmark_value>subtotals; sorting options</bookmark_value>"
+msgstr "<bookmark_value>ქვეჯამები; დახარისხების პარამეტრები</bookmark_value>"
-#: 04060106.xhp
+#: 12050200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3150882\n"
-"103\n"
+"12050200.xhp\n"
+"hd_id3154758\n"
+"1\n"
"help.text"
-msgid "ASINH(Number)"
-msgstr "ASINH(რიცხვი)"
+msgid "<link href=\"text/scalc/01/12050200.xhp\" name=\"Options\">Options</link>"
+msgstr "<link href=\"text/scalc/01/12050200.xhp\" name=\"Options\">პარამეტრები</link>"
-#: 04060106.xhp
+#: 12050200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3147621\n"
-"104\n"
+"12050200.xhp\n"
+"par_id3154124\n"
+"2\n"
"help.text"
-msgid "This function returns the inverse hyperbolic sine of <emph>Number</emph>, that is the number whose hyperbolic sine is Number."
+msgid "<ahelp hid=\"HID_SCPAGE_SUBT_OPTIONS\">Specify the settings for calculating and presenting subtotals.</ahelp>"
msgstr ""
-#: 04060106.xhp
+#: 12050200.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3153212\n"
-"105\n"
+"12050200.xhp\n"
+"hd_id3156422\n"
+"3\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Page break between groups"
+msgstr "ჯგუფებს შორის გვერდის გაყოფა"
-#: 04060106.xhp
+#: 12050200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3156120\n"
-"106\n"
+"12050200.xhp\n"
+"par_id3147317\n"
+"4\n"
"help.text"
-msgid "<item type=\"input\">=ASINH(-90)</item> returns approximately -5.1929877."
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SUBT_OPTIONS:BTN_PAGEBREAK\">Inserts a new page after each group of subtotaled data.</ahelp>"
msgstr ""
-#: 04060106.xhp
+#: 12050200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id4808496\n"
+"12050200.xhp\n"
+"hd_id3146985\n"
+"5\n"
"help.text"
-msgid "<item type=\"input\">=ASINH(SINH(4))</item> returns 4."
-msgstr ""
+msgid "Case sensitive"
+msgstr "რეგისტრისადმი მგძნობიარე"
-#: 04060106.xhp
+#: 12050200.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3155996\n"
+"12050200.xhp\n"
+"par_id3153190\n"
+"6\n"
"help.text"
-msgid "<bookmark_value>ATAN function</bookmark_value>"
-msgstr "<bookmark_value>ATAN ფუნქცია</bookmark_value>"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SUBT_OPTIONS:BTN_CASE\">Recalculates subtotals when you change the case of a data label.</ahelp>"
+msgstr ""
-#: 04060106.xhp
+#: 12050200.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3155996\n"
-"110\n"
+"12050200.xhp\n"
+"hd_id3151119\n"
+"7\n"
"help.text"
-msgid "ATAN"
-msgstr "ATAN"
+msgid "Pre-sort area according to groups"
+msgstr ""
-#: 04060106.xhp
+#: 12050200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3149985\n"
-"111\n"
+"12050200.xhp\n"
+"par_id3149664\n"
+"8\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>"
+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 ""
-#: 04060106.xhp
+#: 12050200.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3151294\n"
-"112\n"
+"12050200.xhp\n"
+"hd_id3153951\n"
+"9\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Sort"
+msgstr "დახარისხება"
-#: 04060106.xhp
+#: 12050200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3150261\n"
-"113\n"
+"12050200.xhp\n"
+"hd_id3145252\n"
+"11\n"
"help.text"
-msgid "ATAN(Number)"
-msgstr "ATAN(რიცხვი)"
+msgid "Include formats"
+msgstr "ფორმატების ჩართვა"
-#: 04060106.xhp
+#: 12050200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3147267\n"
-"114\n"
+"12050200.xhp\n"
+"par_id3147125\n"
+"12\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."
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCPAGE_SUBT_OPTIONS:BTN_FORMATS\">Considers formatting attributes when sorting.</ahelp>"
msgstr ""
-#: 04060106.xhp
+#: 12050200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id6293527\n"
+"12050200.xhp\n"
+"hd_id3155418\n"
+"13\n"
"help.text"
-msgid "To return the angle in degrees, use the DEGREES function."
+msgid "Custom sort order"
+msgstr "სხვა დახარისხების წესი"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12050200.xhp
+#, fuzzy
msgctxt ""
-"04060106.xhp\n"
-"hd_id3154054\n"
-"115\n"
+"12050200.xhp\n"
+"hd_id3149121\n"
+"15\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Ascending"
+msgstr "#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nზრდადობით\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nდამავალი"
-#: 04060106.xhp
+#: 12050200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143229\n"
-"116\n"
+"12050200.xhp\n"
+"par_id3155068\n"
+"16\n"
"help.text"
-msgid "<item type=\"input\">=ATAN(1)</item> returns 0.785398163397448 (PI/4 radians)."
+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 ""
-#: 04060106.xhp
+#: 12050200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id8746299\n"
+"12050200.xhp\n"
+"hd_id3155443\n"
+"17\n"
"help.text"
-msgid "<item type=\"input\">=DEGREES(ATAN(1))</item> returns 45. The tangent of 45 degrees is 1."
+msgid "Descending"
+msgstr "კლებადობით"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12060000.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3153983\n"
+"12060000.xhp\n"
+"tit\n"
"help.text"
-msgid "<bookmark_value>ATAN2 function</bookmark_value>"
-msgstr "<bookmark_value>ATAN2 ფუნქცია</bookmark_value>"
+msgid "Multiple Operations"
+msgstr "რამდენიმე პარამეტრი"
-#: 04060106.xhp
+#: 12060000.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3153983\n"
-"120\n"
+"12060000.xhp\n"
+"hd_id3153381\n"
+"1\n"
"help.text"
-msgid "ATAN2"
-msgstr "ATAN2"
+msgid "Multiple Operations"
+msgstr "რამდენიმე პარამეტრი"
-#: 04060106.xhp
+#: 12060000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3154297\n"
-"121\n"
+"12060000.xhp\n"
+"par_id3154140\n"
+"2\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>"
+msgid "<variable id=\"mehrfachoperationen\"><ahelp hid=\".uno:TableOperationDialog\">Applies the same formula to different cells, but with different parameter values.</ahelp></variable>"
+msgstr ""
-#: 04060106.xhp
+#: 12060000.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3149758\n"
-"122\n"
+"12060000.xhp\n"
+"par_id3152598\n"
+"5\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "The <emph>Row</emph> or <emph>Column</emph> box must contain a reference to the first cell of the selected range."
+msgstr ""
-#: 04060106.xhp
+#: 12060000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3156013\n"
-"123\n"
+"12060000.xhp\n"
+"par_id3154011\n"
+"16\n"
"help.text"
-msgid "ATAN2(NumberX; NumberY)"
+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 ""
-#: 04060106.xhp
+#: 12060000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3151168\n"
-"124\n"
+"12060000.xhp\n"
+"hd_id3156441\n"
+"3\n"
"help.text"
-msgid "<emph>NumberX</emph> is the value of the x coordinate."
-msgstr "<emph>რიცხვი</emph> ფუნქციის მნიშვნელობა."
+msgid "Defaults"
+msgstr "ნაგულისხმები პარამეტრები"
-#: 04060106.xhp
+#: 12060000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3152798\n"
-"125\n"
+"12060000.xhp\n"
+"hd_id3154492\n"
+"6\n"
"help.text"
-msgid "<emph>NumberY</emph> is the value of the y coordinate."
-msgstr "<emph>რიცხვი</emph> ფუნქციის მნიშვნელობა."
+msgid "Formulas"
+msgstr "ფორმულები"
-#: 04060106.xhp
+#: 12060000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id5036164\n"
+"12060000.xhp\n"
+"par_id3151073\n"
+"7\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."
+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 ""
-#: 04060106.xhp
+#: 12060000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3001800\n"
+"12060000.xhp\n"
+"hd_id3154729\n"
+"8\n"
"help.text"
-msgid "To return the angle in degrees, use the DEGREES function."
+msgid "Row"
+msgstr "რიგი"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12060000.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3145663\n"
-"126\n"
+"12060000.xhp\n"
+"hd_id3150718\n"
+"14\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Column"
+msgstr "სვეტი"
-#: 04060106.xhp
+#: 12060000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3154692\n"
-"127\n"
+"12060000.xhp\n"
+"par_id3150327\n"
+"15\n"
"help.text"
-msgid "<item type=\"input\">=ATAN2(20;20)</item> returns 0.785398163397448 (PI/4 radians)."
+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 ""
-#: 04060106.xhp
+#: 12070000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id1477095\n"
+"12070000.xhp\n"
+"tit\n"
"help.text"
-msgid "<item type=\"input\">=DEGREES(ATAN2(12.3;12.3))</item> returns 45. The tangent of 45 degrees is 1."
+msgid "Consolidate"
+msgstr "კონსოლიდაცია"
+
+#: 12070000.xhp
+msgctxt ""
+"12070000.xhp\n"
+"hd_id3148946\n"
+"1\n"
+"help.text"
+msgid "Consolidate"
+msgstr "კონსოლიდაცია"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12070000.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3155398\n"
+"12070000.xhp\n"
+"hd_id3150010\n"
+"8\n"
"help.text"
-msgid "<bookmark_value>ATANH function</bookmark_value>"
-msgstr "<bookmark_value>ATANH ფუნქცია</bookmark_value>"
+msgid "Function"
+msgstr "ფუნქცია"
-#: 04060106.xhp
+#: 12070000.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3155398\n"
-"130\n"
+"12070000.xhp\n"
+"par_id3149377\n"
+"9\n"
"help.text"
-msgid "ATANH"
-msgstr "ATANH"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_CONSOLIDATE:LB_FUNC\">Select the function that you want to use to consolidate the data.</ahelp>"
+msgstr ""
-#: 04060106.xhp
+#: 12070000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3148829\n"
-"131\n"
+"12070000.xhp\n"
+"hd_id3147127\n"
+"10\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>"
+msgid "Consolidation ranges"
+msgstr "კონსოლიდაციის დიაპაზონი"
-#: 04060106.xhp
+#: 12070000.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3146997\n"
-"132\n"
+"12070000.xhp\n"
+"par_id3151075\n"
+"11\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<ahelp hid=\"SC:MULTILISTBOX:RID_SCDLG_CONSOLIDATE:LB_CONSAREAS\">Displays the cell ranges that you want to consolidate.</ahelp>"
+msgstr ""
-#: 04060106.xhp
+#: 12070000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3149912\n"
-"133\n"
+"12070000.xhp\n"
+"hd_id3147397\n"
+"12\n"
"help.text"
-msgid "ATANH(Number)"
-msgstr "ATANH(რიცხვი)"
+msgid "Source data range"
+msgstr "წყაროს მონაცემთა დიაპაზონი"
-#: 04060106.xhp
+#: 12070000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3150521\n"
-"134\n"
+"12070000.xhp\n"
+"par_id3153836\n"
+"13\n"
"help.text"
-msgid "This function returns the inverse hyperbolic tangent of <emph>Number</emph>, that is the number whose hyperbolic tangent is Number."
+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 ""
-#: 04060106.xhp
+#: 12070000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id9357280\n"
+"12070000.xhp\n"
+"hd_id3155768\n"
+"15\n"
"help.text"
-msgid "Number must obey the condition -1 < number < 1."
+msgid "Copy results to"
+msgstr "შედეგების ასლს აკეთებს"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12070000.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3148450\n"
-"135\n"
+"12070000.xhp\n"
+"hd_id3147345\n"
+"17\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Add"
+msgstr "დამატება"
-#: 04060106.xhp
+#: 12070000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3145419\n"
-"136\n"
+"12070000.xhp\n"
+"par_id3155335\n"
+"18\n"
"help.text"
-msgid "<item type=\"input\">=ATANH(0)</item> returns 0."
+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 ""
-#: 04060106.xhp
+#: 12070000.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3153062\n"
+"12070000.xhp\n"
+"hd_id3148630\n"
+"19\n"
"help.text"
-msgid "<bookmark_value>COS function</bookmark_value>"
-msgstr "<bookmark_value>COS ფუნქცია</bookmark_value>"
+msgid "More >>"
+msgstr "დამატებითი >>"
-#: 04060106.xhp
+#: 12070000.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3153062\n"
-"149\n"
+"12070000.xhp\n"
+"par_id3159239\n"
+"20\n"
"help.text"
-msgid "COS"
-msgstr "COS"
+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>"
-#: 04060106.xhp
+#: 12070100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3148803\n"
-"150\n"
+"12070100.xhp\n"
+"tit\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_COS\">Returns the cosine of the given angle (in radians).</ahelp>"
-msgstr ""
+msgid "Consolidate by"
+msgstr "კონსოლიდაცია"
-#: 04060106.xhp
+#: 12070100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3150779\n"
-"151\n"
+"12070100.xhp\n"
+"hd_id3151210\n"
+"1\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Consolidate by"
+msgstr "კონსოლიდაცია"
-#: 04060106.xhp
+#: 12070100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3154213\n"
-"152\n"
+"12070100.xhp\n"
+"hd_id3125864\n"
+"2\n"
"help.text"
-msgid "COS(Number)"
-msgstr "COS(რიცხვი)"
+msgid "Consolidate by"
+msgstr "კონსოლიდაცია"
-#: 04060106.xhp
+#: 12070100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3154285\n"
-"153\n"
+"12070100.xhp\n"
+"par_id3154909\n"
+"3\n"
"help.text"
-msgid "Returns the (trigonometric) cosine of <emph>Number</emph>, the angle in radians."
+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
+#: 12070100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id831019\n"
+"12070100.xhp\n"
+"hd_id3153968\n"
+"4\n"
"help.text"
-msgid "To return the cosine of an angle in degrees, use the RADIANS function."
+msgid "Row labels"
+msgstr "რიგების ეტიკეტები"
+
+#: 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
+#: 12070100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3153579\n"
-"154\n"
+"12070100.xhp\n"
+"hd_id3146976\n"
+"6\n"
"help.text"
-msgid "Examples"
-msgstr "მაგალითები"
+msgid "Column labels"
+msgstr "სვეტის ეტიკეტები"
-#: 04060106.xhp
+#: 12070100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3147240\n"
-"155\n"
+"12070100.xhp\n"
+"par_id3155411\n"
+"7\n"
"help.text"
-msgid "<item type=\"input\">=COS(PI()/2)</item> returns 0, the cosine of PI/2 radians."
+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
+#: 12070100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3147516\n"
-"156\n"
+"12070100.xhp\n"
+"hd_id3153191\n"
+"12\n"
"help.text"
-msgid "<item type=\"input\">=COS(RADIANS(60))</item> returns 0.5, the cosine of 60 degrees."
+msgid "Options"
+msgstr "პარამეტრები"
+
+#: 12070100.xhp
+msgctxt ""
+"12070100.xhp\n"
+"hd_id3159154\n"
+"8\n"
+"help.text"
+msgid "Link to source data"
+msgstr "ბმული წყაროს მონაცემებზე"
+
+#: 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
+#: 12070100.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3154277\n"
+"12070100.xhp\n"
+"hd_id3163708\n"
+"10\n"
"help.text"
-msgid "<bookmark_value>COSH function</bookmark_value>"
-msgstr "<bookmark_value>COSH ფუნქცია</bookmark_value>"
+msgid "More <<"
+msgstr "დამატებით <<"
-#: 04060106.xhp
+#: 12070100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3154277\n"
-"159\n"
+"12070100.xhp\n"
+"par_id3151118\n"
+"11\n"
"help.text"
-msgid "COSH"
-msgstr "COSH"
+msgid "Hides the additional options."
+msgstr "მალავს დამატებით პარამეტრებს."
-#: 04060106.xhp
+#: 12080000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3146946\n"
-"160\n"
+"12080000.xhp\n"
+"tit\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_COSHYP\">Returns the hyperbolic cosine of a number.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_COSHYP\">აბრუნებს რიცხვიის ჰიპერბოლურ კოსინუსს.</ahelp>"
+msgid "Group and Outline"
+msgstr ""
-#: 04060106.xhp
+#: 12080000.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3149792\n"
-"161\n"
+"12080000.xhp\n"
+"bm_id3152350\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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>"
-#: 04060106.xhp
+#: 12080000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3166440\n"
-"162\n"
+"12080000.xhp\n"
+"hd_id3152350\n"
+"1\n"
"help.text"
-msgid "COSH(Number)"
-msgstr "COSH(რიცხვი)"
+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>"
-#: 04060106.xhp
+#: 12080000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3150710\n"
-"163\n"
+"12080000.xhp\n"
+"par_id3150793\n"
+"2\n"
"help.text"
-msgid "Returns the hyperbolic cosine of <emph>Number</emph>."
+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 ""
-#: 04060106.xhp
+#: 12080000.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3153234\n"
-"164\n"
+"12080000.xhp\n"
+"hd_id3147229\n"
+"3\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">Group</link>"
+msgstr "<link href=\"text/scalc/01/12080300.xhp\" name=\"Group\">ჯგუფი</link>"
-#: 04060106.xhp
+#: 12080000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3154099\n"
-"165\n"
+"12080000.xhp\n"
+"hd_id3153188\n"
+"4\n"
"help.text"
-msgid "<item type=\"input\">=COSH(0)</item> returns 1, the hyperbolic cosine of 0."
-msgstr ""
+msgid "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">Ungroup</link>"
+msgstr "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">განცალკევება</link>"
-#: 04060106.xhp
+#: 12080100.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3152888\n"
+"12080100.xhp\n"
+"tit\n"
"help.text"
-msgid "<bookmark_value>COT function</bookmark_value>"
-msgstr "<bookmark_value>COT ფუნქცია</bookmark_value>"
+msgid "Hide Details"
+msgstr "დეტალების დამალვა"
-#: 04060106.xhp
+#: 12080100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3152888\n"
-"169\n"
+"12080100.xhp\n"
+"bm_id3155628\n"
"help.text"
-msgid "COT"
-msgstr "COT"
+msgid "<bookmark_value>sheets; hiding details</bookmark_value>"
+msgstr "<bookmark_value>ფურცლები, დეტალების დამალვა</bookmark_value>"
-#: 04060106.xhp
+#: 12080100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3153679\n"
-"170\n"
+"12080100.xhp\n"
+"hd_id3155628\n"
+"1\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_COT\">Returns the cotangent of the given angle (in radians).</ahelp>"
+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>"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12080100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3152943\n"
-"171\n"
+"12080100.xhp\n"
+"par_id3153252\n"
+"3\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "To show all hidden groups, select the outlined table, and then choose <emph>Data - Group and Outline –</emph> <link href=\"text/scalc/01/12080200.xhp\" name=\"Show Details\"><emph>Show Details</emph></link>."
+msgstr ""
-#: 04060106.xhp
+#: 12080200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3154856\n"
-"172\n"
+"12080200.xhp\n"
+"tit\n"
"help.text"
-msgid "COT(Number)"
-msgstr "COT(რიცხვი)"
+msgid "Show Details"
+msgstr "დეტალების ჩვენება"
-#: 04060106.xhp
+#: 12080200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3149969\n"
-"173\n"
+"12080200.xhp\n"
+"bm_id3153561\n"
"help.text"
-msgid "Returns the (trigonometric) cotangent of <emph>Number</emph>, the angle in radians."
-msgstr ""
+msgid "<bookmark_value>tables; showing details</bookmark_value>"
+msgstr "<bookmark_value>ცხრილები; დეტალების ჩვენება</bookmark_value>"
-#: 04060106.xhp
+#: 12080200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3444624\n"
+"12080200.xhp\n"
+"hd_id3153561\n"
+"1\n"
"help.text"
-msgid "To return the cotangent of an angle in degrees, use the RADIANS function."
+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
+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
+#: 12080200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id6814477\n"
+"12080200.xhp\n"
+"par_id3155922\n"
+"3\n"
"help.text"
-msgid "The cotangent of an angle is equivalent to 1 divided by the tangent of that angle."
+msgid "To hide a selected group, choose <emph>Data - Group and Outline – </emph><link href=\"text/scalc/01/12080100.xhp\" name=\"Hide Details\"><emph>Hide Details</emph></link>."
msgstr ""
-#: 04060106.xhp
+#: 12080200.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3149800\n"
-"174\n"
+"12080200.xhp\n"
+"par_id6036561\n"
"help.text"
-msgid "Examples:"
-msgstr "მაგალითები"
+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>"
-#: 04060106.xhp
+#: 12080300.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3148616\n"
-"175\n"
+"12080300.xhp\n"
+"tit\n"
"help.text"
-msgid "<item type=\"input\">=COT(PI()/4)</item> returns 1, the cotangent of PI/4 radians."
+msgid "Group"
+msgstr "ჯგუფი"
+
+#: 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>"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12080300.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3148986\n"
-"176\n"
+"12080300.xhp\n"
+"par_id3145069\n"
+"3\n"
"help.text"
-msgid "<item type=\"input\">=COT(RADIANS(45))</item> returns 1, the cotangent of 45 degrees."
+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 ""
-#: 04060106.xhp
+#: 12080300.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3154337\n"
+"12080300.xhp\n"
+"hd_id3125863\n"
+"4\n"
"help.text"
-msgid "<bookmark_value>COTH function</bookmark_value>"
-msgstr "<bookmark_value>COTH ფუნქცია</bookmark_value>"
+msgid "Include"
+msgstr "ჩართვა"
-#: 04060106.xhp
+#: 12080300.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3154337\n"
-"178\n"
+"12080300.xhp\n"
+"hd_id3150448\n"
+"6\n"
"help.text"
-msgid "COTH"
-msgstr "COTH"
+msgid "Rows"
+msgstr "რიგები"
-#: 04060106.xhp
+#: 12080300.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3149419\n"
-"179\n"
+"12080300.xhp\n"
+"par_id3153194\n"
+"7\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>"
+msgid "<ahelp hid=\"HID_SC_GROUP_ROWS\" visibility=\"visible\">Groups the selected rows.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_GROUP_ROWS\" visibility=\"visible\">აჯგუფებს მონიშნულ რიგებს.</ahelp>"
-#: 04060106.xhp
+#: 12080300.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3149242\n"
-"180\n"
+"12080300.xhp\n"
+"hd_id3145786\n"
+"8\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Columns"
+msgstr "სვეტები"
-#: 04060106.xhp
+#: 12080300.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143280\n"
-"181\n"
+"12080300.xhp\n"
+"par_id3146984\n"
+"9\n"
"help.text"
-msgid "COTH(Number)"
-msgstr "COTH(რიცხვი)"
+msgid "<ahelp hid=\"HID_SC_GROUP_COLS\" visibility=\"visible\">Groups the selected columns.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_GROUP_COLS\" visibility=\"visible\">მონიშნული სვეტების დაჯგუფება.</ahelp>"
-#: 04060106.xhp
+#: 12080400.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3154799\n"
-"182\n"
+"12080400.xhp\n"
+"tit\n"
"help.text"
-msgid "Returns the hyperbolic cotangent of <emph>Number</emph>."
-msgstr ""
+msgid "Ungroup"
+msgstr "განცალკევება"
-#: 04060106.xhp
+#: 12080400.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3155422\n"
-"183\n"
+"12080400.xhp\n"
+"hd_id3148492\n"
+"1\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">Ungroup</link>"
+msgstr "<link href=\"text/scalc/01/12080400.xhp\" name=\"Ungroup\">განცალკევება</link>"
-#: 04060106.xhp
+#: 12080400.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3144754\n"
-"184\n"
+"12080400.xhp\n"
+"par_id3151384\n"
+"2\n"
"help.text"
-msgid "<item type=\"input\">=COTH(1)</item> returns the hyperbolic cotangent of 1, approximately 1.3130."
+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 ""
-#: 04060106.xhp
-#, fuzzy
+#: 12080400.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id6110552\n"
+"12080400.xhp\n"
+"hd_id3151210\n"
+"3\n"
"help.text"
-msgid "<bookmark_value>CSC function</bookmark_value>"
-msgstr "<bookmark_value>ASIN ფუნქცია</bookmark_value>"
+msgid "Deactivate for"
+msgstr "დეაქტივიზაცია"
-#: 04060106.xhp
+#: 12080400.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id9523234\n"
-"149\n"
+"12080400.xhp\n"
+"hd_id3156280\n"
+"5\n"
"help.text"
-msgid "CSC"
-msgstr ""
+msgid "Rows"
+msgstr "რიგები"
-#: 04060106.xhp
+#: 12080400.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id4896433\n"
-"150\n"
+"12080400.xhp\n"
+"par_id3125864\n"
+"6\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 ""
+msgid "Removes selected rows from a group."
+msgstr "ჯგუფიდან ამოიღებს მონიშნულ რიგებს."
-#: 04060106.xhp
+#: 12080400.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3534032\n"
-"151\n"
+"12080400.xhp\n"
+"hd_id3147230\n"
+"7\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Columns"
+msgstr "სვეტები"
-#: 04060106.xhp
-#, fuzzy
+#: 12080400.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id4571344\n"
-"152\n"
+"12080400.xhp\n"
+"par_id3154685\n"
+"8\n"
"help.text"
-msgid "CSC(Number)"
-msgstr "COSH(რიცხვი)"
+msgid "Removes selected columns from a group."
+msgstr "ჯგუფიდან ამოიღებს მონიშნულ სვეტებს."
-#: 04060106.xhp
+#: 12080500.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id9859164\n"
-"153\n"
+"12080500.xhp\n"
+"tit\n"
"help.text"
-msgid "Returns the (trigonometric) cosecant of <emph>Number</emph>, the angle in radians."
-msgstr ""
+msgid "AutoOutline"
+msgstr "ავტომონახაზი"
-#: 04060106.xhp
+#: 12080500.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3428494\n"
+"12080500.xhp\n"
+"hd_id3150275\n"
+"1\n"
"help.text"
-msgid "To return the cosecant of an angle in degrees, use the RADIANS function."
+msgid "<link href=\"text/scalc/01/12080500.xhp\" name=\"AutoOutline\">AutoOutline</link>"
+msgstr "<link href=\"text/scalc/01/12080500.xhp\" name=\"AutoOutline\">ავტომონახაზი</link>"
+
+#: 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
+#: 12080500.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id2577161\n"
-"154\n"
+"12080500.xhp\n"
+"par_id3148798\n"
+"10\n"
"help.text"
-msgid "Examples"
-msgstr "მაგალითები"
+msgid "For example, consider the following table:"
+msgstr "მაგალითისთვის დააკვირდით შემდეგ ცხრილს:"
-#: 04060106.xhp
+#: 12080500.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3736803\n"
-"155\n"
+"12080500.xhp\n"
+"par_id3154123\n"
+"11\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 ""
+msgid "January"
+msgstr "იანვარი"
-#: 04060106.xhp
+#: 12080500.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id6016818\n"
-"156\n"
+"12080500.xhp\n"
+"par_id3154011\n"
+"12\n"
"help.text"
-msgid "<item type=\"input\">=CSC(RADIANS(30))</item> returns 2, the cosecant of 30 degrees."
-msgstr ""
+msgid "February"
+msgstr "თებერვალი"
-#: 04060106.xhp
-#, fuzzy
+#: 12080500.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id9288877\n"
+"12080500.xhp\n"
+"par_id3152460\n"
+"13\n"
"help.text"
-msgid "<bookmark_value>CSCH function</bookmark_value>"
-msgstr "<bookmark_value>ASIN ფუნქცია</bookmark_value>"
+msgid "March"
+msgstr "მარტი"
-#: 04060106.xhp
+#: 12080500.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id4325650\n"
-"159\n"
+"12080500.xhp\n"
+"par_id3146119\n"
+"14\n"
"help.text"
-msgid "CSCH"
-msgstr ""
+msgid "1st Quarter"
+msgstr "პირველი კვარტალი"
-#: 04060106.xhp
-#, fuzzy
+#: 12080500.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id579916\n"
-"160\n"
+"12080500.xhp\n"
+"par_id3155854\n"
+"15\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_COSECANTHYP\">Returns the hyperbolic cosecant of a number.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_COSHYP\">აბრუნებს რიცხვიის ჰიპერბოლურ კოსინუსს.</ahelp>"
+msgid "April"
+msgstr "აპრილი"
-#: 04060106.xhp
+#: 12080500.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id5336768\n"
-"161\n"
+"12080500.xhp\n"
+"par_id3148575\n"
+"16\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "May"
+msgstr "მაისი"
-#: 04060106.xhp
-#, fuzzy
+#: 12080500.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3108851\n"
-"162\n"
+"12080500.xhp\n"
+"par_id3145271\n"
+"17\n"
"help.text"
-msgid "CSCH(Number)"
-msgstr "COSH(რიცხვი)"
+msgid "June"
+msgstr "ივნისი"
-#: 04060106.xhp
+#: 12080500.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id1394188\n"
-"163\n"
+"12080500.xhp\n"
+"par_id3145648\n"
+"18\n"
"help.text"
-msgid "Returns the hyperbolic cosecant of <emph>Number</emph>."
-msgstr ""
+msgid "2nd Quarter"
+msgstr "მეორე კვარტალი"
-#: 04060106.xhp
+#: 12080500.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id6037477\n"
-"164\n"
+"12080500.xhp\n"
+"par_id3153876\n"
+"19\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "100"
+msgstr "100"
-#: 04060106.xhp
+#: 12080500.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id5426085\n"
-"165\n"
+"12080500.xhp\n"
+"par_id3145251\n"
+"20\n"
"help.text"
-msgid "<item type=\"input\">=CSCH(1)</item> returns approximately 0.8509181282, the hyperbolic cosecant of 1."
+msgid "120"
+msgstr "120"
+
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3149400\n"
+"21\n"
+"help.text"
+msgid "130"
+msgstr "130"
+
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3150328\n"
+"22\n"
+"help.text"
+msgid "350"
+msgstr "350"
+
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3155443\n"
+"23\n"
+"help.text"
+msgid "100"
+msgstr "100"
+
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3153713\n"
+"24\n"
+"help.text"
+msgid "100"
+msgstr "100"
+
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3156385\n"
+"25\n"
+"help.text"
+msgid "200"
+msgstr "200"
+
+#: 12080500.xhp
+msgctxt ""
+"12080500.xhp\n"
+"par_id3145230\n"
+"26\n"
+"help.text"
+msgid "400"
+msgstr "400"
+
+#: 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
+#: 12080500.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3145314\n"
+"12080500.xhp\n"
+"par_id3146918\n"
+"9\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>"
+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
+#: 12080600.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3145314\n"
-"188\n"
+"12080600.xhp\n"
+"tit\n"
"help.text"
-msgid "DEGREES"
-msgstr "DEGREES"
+msgid "Remove"
+msgstr "წაშლა"
-#: 04060106.xhp
+#: 12080600.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3149939\n"
-"189\n"
+"12080600.xhp\n"
+"hd_id3148947\n"
+"1\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_DEG\">Converts radians into degrees.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_DEG\">რადიანების გრადუსებად გარდაქმნა.</ahelp>"
+msgid "<link href=\"text/scalc/01/12080600.xhp\" name=\"Remove\">Remove</link>"
+msgstr "<link href=\"text/scalc/01/12080600.xhp\" name=\"Remove\">ამოშლა</link>"
-#: 04060106.xhp
+#: 12080600.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3150623\n"
-"190\n"
+"12080600.xhp\n"
+"par_id3149656\n"
+"2\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<ahelp hid=\".uno:ClearOutline\" visibility=\"visible\">Removes the outline from the selected cell range.</ahelp>"
+msgstr "<ahelp hid=\".uno:ClearOutline\" visibility=\"visible\">მონიშნულ უჯრების დიაპაზონს აცლის კონტურს.</ahelp>"
-#: 04060106.xhp
+#: 12080700.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3145600\n"
-"191\n"
+"12080700.xhp\n"
+"tit\n"
"help.text"
-msgid "DEGREES(Number)"
+msgid "Show Details (Pivot Table)"
+msgstr "დეტალების ჩვენება"
+
+#: 12080700.xhp
+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>"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12080700.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3149484\n"
-"192\n"
+"12080700.xhp\n"
+"par_id7132480\n"
"help.text"
-msgid "<emph>Number</emph> is the angle in radians to be converted to degrees."
+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 ""
-#: 04060106.xhp
+#: 12090000.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3669545\n"
+"12090000.xhp\n"
+"tit\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Pivot Table"
+msgstr "ცხრილის დაყოფა"
-#: 04060106.xhp
+#: 12090000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3459578\n"
+"12090000.xhp\n"
+"hd_id3150275\n"
+"1\n"
"help.text"
-msgid "<item type=\"input\">=DEGREES(PI())</item> returns 180 degrees."
+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>"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12090000.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3148698\n"
+"12090000.xhp\n"
+"hd_id3155923\n"
+"3\n"
"help.text"
-msgid "<bookmark_value>EXP function</bookmark_value>"
-msgstr "<bookmark_value>EXP ფუნქცია</bookmark_value>"
+msgid "<link href=\"text/scalc/01/12090100.xhp\" name=\"Create\">Create</link>"
+msgstr "<link href=\"text/scalc/01/12090300.xhp\" name=\"Delete\">წაშლა</link>"
-#: 04060106.xhp
+#: 12090000.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3148698\n"
-"198\n"
+"12090000.xhp\n"
+"par_idN105FB\n"
"help.text"
-msgid "EXP"
-msgstr "EXP"
+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>"
-#: 04060106.xhp
+#: 12090100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3150592\n"
-"199\n"
+"12090100.xhp\n"
+"tit\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."
+msgid "Select Source"
+msgstr "წყაროს არჩევა"
-#: 04060106.xhp
+#: 12090100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3150351\n"
-"200\n"
+"12090100.xhp\n"
+"hd_id3153663\n"
+"1\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Select Source"
+msgstr "წყაროს არჩევა"
-#: 04060106.xhp
+#: 12090100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3146786\n"
-"201\n"
+"12090100.xhp\n"
+"par_id3145119\n"
+"2\n"
"help.text"
-msgid "EXP(Number)"
-msgstr "EXP(რიცხვი)"
+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>"
-#: 04060106.xhp
+#: 12090100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3155608\n"
-"202\n"
+"12090100.xhp\n"
+"hd_id3154760\n"
+"5\n"
"help.text"
-msgid "<emph>Number</emph> is the power to which e is to be raised."
-msgstr "<emph>რიცხვი</emph> არის ხარისხი რომელშიც e იქნება აყვანილი."
+msgid "Selection"
+msgstr "მონიშვნა"
-#: 04060106.xhp
+#: 12090100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3154418\n"
-"203\n"
+"12090100.xhp\n"
+"par_id3150543\n"
+"6\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Select a data source for the pivot table."
+msgstr "ნაერთი ცხრილის წყაროს არჩევა."
-#: 04060106.xhp
+#: 12090100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3156340\n"
-"204\n"
+"12090100.xhp\n"
+"hd_id3148799\n"
+"7\n"
"help.text"
-msgid "<item type=\"input\">=EXP(1)</item> returns 2.71828182845904, the mathematical constant e to Calc's accuracy."
+msgid "Current Selection"
+msgstr "მიმდინარე არჩევა"
+
+#: 12090100.xhp
+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>"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12090100.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3145781\n"
+"12090100.xhp\n"
+"hd_id3147348\n"
+"9\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>"
+msgid "Data source registered in $[officename]"
+msgstr "$[officename]-ში რეგისტრირებული მონაცემთა წყარო"
-#: 04060106.xhp
+#: 12090100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3145781\n"
-"208\n"
+"12090100.xhp\n"
+"par_id3145271\n"
+"10\n"
"help.text"
-msgid "FACT"
-msgstr "FACT"
+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>"
-#: 04060106.xhp
+#: 12090100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3151109\n"
-"209\n"
+"12090100.xhp\n"
+"hd_id3146119\n"
+"11\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_FAKULTAET\">Returns the factorial of a number.</ahelp>"
-msgstr ""
+msgid "External source/interface"
+msgstr "გარე წყარო/ინტერფეისი"
-#: 04060106.xhp
+#: 12090100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3146902\n"
-"210\n"
+"12090100.xhp\n"
+"par_id3145647\n"
+"12\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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>"
-#: 04060106.xhp
+#: 12090100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3154661\n"
-"211\n"
+"12090100.xhp\n"
+"par_idN10670\n"
"help.text"
-msgid "FACT(Number)"
-msgstr "FACT(რიცხვი)"
+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>"
-#: 04060106.xhp
+#: 12090101.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3152952\n"
-"212\n"
+"12090101.xhp\n"
+"tit\n"
"help.text"
-msgid "Returns Number!, the factorial of <emph>Number</emph>, calculated as 1*2*3*4* ... * Number."
+msgid "Select Data Source"
+msgstr "მონაცემთა წყაროს არჩევა"
+
+#: 12090101.xhp
+msgctxt ""
+"12090101.xhp\n"
+"hd_id3143268\n"
+"1\n"
+"help.text"
+msgid "Select Data Source"
+msgstr "მონაცემთა წყაროს არჩევა"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12090101.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3834650\n"
+"12090101.xhp\n"
+"hd_id3154140\n"
+"3\n"
"help.text"
-msgid "=FACT(0) returns 1 by definition."
+msgid "Selection"
+msgstr "მონიშვნა"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12090101.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id8429517\n"
+"12090101.xhp\n"
+"hd_id3151041\n"
+"5\n"
"help.text"
-msgid "The factorial of a negative number returns the \"invalid argument\" error."
+msgid "Database"
+msgstr "მონაცემთა ბაზა"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12090101.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3154569\n"
-"213\n"
+"12090101.xhp\n"
+"hd_id3145364\n"
+"7\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Data source"
+msgstr "მონაცემთა წყარო"
-#: 04060106.xhp
+#: 12090101.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3154476\n"
-"216\n"
+"12090101.xhp\n"
+"par_id3149260\n"
+"8\n"
"help.text"
-msgid "<item type=\"input\">=FACT(3)</item> returns 6."
+msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_DAPIDATA:CB_OBJECT\">Select the data source that you want to use.</ahelp>"
msgstr ""
-#: 04060106.xhp
+#: 12090101.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3147525\n"
-"214\n"
+"12090101.xhp\n"
+"hd_id3147428\n"
+"9\n"
"help.text"
-msgid "<item type=\"input\">=FACT(0)</item> returns 1."
+msgid "Type"
+msgstr "ტიპი"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12090101.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3159084\n"
+"12090101.xhp\n"
+"par_id3147348\n"
+"11\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>"
+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>"
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3159084\n"
-"218\n"
+"12090102.xhp\n"
+"tit\n"
"help.text"
-msgid "INT"
-msgstr "INT"
+msgid "Pivot Table"
+msgstr "ცხრილის დაყოფა"
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3158441\n"
-"219\n"
+"12090102.xhp\n"
+"bm_id2306894\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>"
+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>"
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3146132\n"
-"220\n"
+"12090102.xhp\n"
+"hd_id3149165\n"
+"1\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Pivot Table"
+msgstr "ცხრილის დაყოფა"
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3156146\n"
-"221\n"
+"12090102.xhp\n"
+"par_id3155922\n"
+"13\n"
"help.text"
-msgid "INT(Number)"
-msgstr "INT(რიცხვი)"
+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>"
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3154117\n"
-"222\n"
+"12090102.xhp\n"
+"par_id3148798\n"
+"34\n"
"help.text"
-msgid "Returns <emph>Number</emph> rounded down to the nearest integer."
+msgid "The pivot table displays data fields as buttons which you can drag and drop to define the pivot table."
msgstr ""
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id153508\n"
+"12090102.xhp\n"
+"hd_id3154908\n"
+"18\n"
"help.text"
-msgid "Negative numbers round down to the integer below."
+msgid "Layout"
+msgstr "განლაგება"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3155118\n"
-"223\n"
+"12090102.xhp\n"
+"par_id3147229\n"
+"20\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+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 ""
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3156267\n"
-"224\n"
+"12090102.xhp\n"
+"par_id3145749\n"
+"21\n"
"help.text"
-msgid "<item type=\"input\">=INT(5.7)</item> returns 5."
+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 ""
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3147323\n"
-"225\n"
+"12090102.xhp\n"
+"hd_id3149260\n"
+"28\n"
"help.text"
-msgid "<item type=\"input\">=INT(-1.3)</item> returns -2."
+msgid "Remove"
+msgstr "წაშლა"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3150938\n"
+"12090102.xhp\n"
+"hd_id3145273\n"
+"26\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>"
+msgid "Options"
+msgstr "პარამეტრები"
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3150938\n"
-"227\n"
+"12090102.xhp\n"
+"par_id3146120\n"
+"25\n"
"help.text"
-msgid "EVEN"
-msgstr "EVEN"
+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 ""
-#: 04060106.xhp
-#, fuzzy
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3149988\n"
-"228\n"
+"12090102.xhp\n"
+"hd_id3154944\n"
+"22\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>"
+msgid "More"
+msgstr "მეტი"
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3148401\n"
-"229\n"
+"12090102.xhp\n"
+"par_id3145647\n"
+"23\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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>"
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3150830\n"
-"230\n"
+"12090102.xhp\n"
+"hd_id3151073\n"
+"2\n"
"help.text"
-msgid "EVEN(Number)"
-msgstr "EVEN(რიცხვი)"
+msgid "Result"
+msgstr "შედეგი"
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3153350\n"
-"231\n"
+"12090102.xhp\n"
+"par_id3155417\n"
+"3\n"
"help.text"
-msgid "Returns <emph>Number</emph> rounded to the next even integer up, away from zero."
+msgid "Specify the settings for displaying the results of the pivot table."
+msgstr "მონიშნული მონახაზის დონის ფორმატის განსაზღვრა."
+
+#: 12090102.xhp
+msgctxt ""
+"12090102.xhp\n"
+"hd_id0509200913025625\n"
+"help.text"
+msgid "Selection from"
msgstr ""
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3155508\n"
-"232\n"
+"12090102.xhp\n"
+"par_id0509200913025615\n"
"help.text"
-msgid "Examples"
-msgstr "მაგალითები"
+msgid "<ahelp hid=\".\">Select the area that contains the data for the current pivot table.</ahelp>"
+msgstr "<ahelp hid=\".\">მონიშნეთ მონაცემთა ბაზის ველი, რომელიც შეიცავს ადრესატის ელფოსტის მისამართს.</ahelp>"
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3154361\n"
-"233\n"
+"12090102.xhp\n"
+"hd_id3155603\n"
+"4\n"
"help.text"
-msgid "<item type=\"input\">=EVEN(2.3)</item> returns 4."
+msgid "Results to"
msgstr ""
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id8477736\n"
+"12090102.xhp\n"
+"par_id3153838\n"
+"5\n"
"help.text"
-msgid "<item type=\"input\">=EVEN(2)</item> returns 2."
-msgstr ""
+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>"
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id159611\n"
+"12090102.xhp\n"
+"par_id3155961\n"
+"6\n"
"help.text"
-msgid "<item type=\"input\">=EVEN(0)</item> returns 0."
+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 ""
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id6097598\n"
+"12090102.xhp\n"
+"hd_id3147364\n"
+"7\n"
"help.text"
-msgid "<item type=\"input\">=EVEN(-0.5)</item> returns -2."
+msgid "Ignore empty rows"
+msgstr "ცარიელი რიგების იგნორირება"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3147356\n"
+"12090102.xhp\n"
+"hd_id3155114\n"
+"9\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>"
+msgid "Identify categories"
+msgstr "კატეგორიების იდენტიფიკაცია"
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3147356\n"
-"237\n"
+"12090102.xhp\n"
+"par_id3145257\n"
+"10\n"
"help.text"
-msgid "GCD"
-msgstr "GCD"
+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 ""
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3152465\n"
-"238\n"
+"12090102.xhp\n"
+"hd_id3149207\n"
+"14\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>"
+msgid "Total columns"
+msgstr "სულ სვეტები"
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id2769249\n"
+"12090102.xhp\n"
+"par_id3166426\n"
+"15\n"
"help.text"
-msgid "The greatest common divisor is the positive largest integer which will divide, without remainder, each of the given integers."
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOT_LAYOUT:BTN_TOTALCOL\">Calculates and displays the grand total of the column calculation.</ahelp>"
msgstr ""
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3150643\n"
-"239\n"
+"12090102.xhp\n"
+"hd_id3150364\n"
+"16\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Total rows"
+msgstr "სულ რიგები"
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3154524\n"
-"240\n"
+"12090102.xhp\n"
+"par_id3152583\n"
+"17\n"
"help.text"
-msgid "GCD(Integer1; Integer2; ...; Integer30)"
+msgid "<ahelp hid=\"SC:CHECKBOX:RID_SCDLG_PIVOT_LAYOUT:BTN_TOTALROW\">Calculates and displays the grand total of the row calculation.</ahelp>"
msgstr ""
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3149340\n"
-"241\n"
+"12090102.xhp\n"
+"par_idN10897\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მდე მთელი რიცხვი, რომელთა უდიდესი საერთო გამყოფი უნდა გამოითვალოს."
+msgid "Add filter"
+msgstr "ფილტრის დამატება"
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3147317\n"
-"242\n"
+"12090102.xhp\n"
+"par_idN1089B\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<ahelp hid=\".\">Adds a Filter button to pivot tables that are based on spreadsheet data.</ahelp>"
+msgstr "<ahelp hid=\".\">საშუალებას აძლევს მომხმარებელს წაშალოს მონაცემები.</ahelp>"
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3151285\n"
-"243\n"
+"12090102.xhp\n"
+"par_idN108B2\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 ""
+msgid "<ahelp hid=\".\">Opens the Filter dialog.</ahelp>"
+msgstr "<ahelp hid=\".\">ხსნის ფილტრის დიალოგს.</ahelp>"
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id1604663\n"
+"12090102.xhp\n"
+"par_idN108C9\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."
+msgid "Enable drill to details"
msgstr ""
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3151221\n"
+"12090102.xhp\n"
+"par_idN108CD\n"
"help.text"
-msgid "<bookmark_value>GCD_ADD function</bookmark_value>"
-msgstr "<bookmark_value>GCD_ADD ფუნქცია</bookmark_value>"
+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 ""
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3151221\n"
-"677\n"
+"12090102.xhp\n"
+"par_idN108DC\n"
"help.text"
-msgid "GCD_ADD"
-msgstr "GCD_ADD"
+msgid "To examine details inside a pivot table"
+msgstr ""
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3153257\n"
-"678\n"
+"12090102.xhp\n"
+"par_idN108E0\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>"
+msgid "Do one of the following:"
+msgstr "შემდეგიდან ერთერთის გაკეთება:"
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3147548\n"
-"679\n"
+"12090102.xhp\n"
+"par_idN108E6\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Select a range of cells and choose <emph>Data - Group and Outline - Show Details</emph>."
+msgstr ""
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3156205\n"
-"680\n"
+"12090102.xhp\n"
+"par_idN108EE\n"
"help.text"
-msgid "GCD_ADD(Number(s))"
-msgstr "GCD_ADD(რიცხვ(ებ)ი)"
+msgid "Double-click a field in the table."
+msgstr "ცხრილის ველზე ორმაგი წკაპი."
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3145150\n"
-"681\n"
+"12090102.xhp\n"
+"par_idN108F1\n"
"help.text"
-msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
-msgstr "<emph>რიცხვ(ებ)ი</emph>: 30 რიცხვამდე სია."
+msgid "If you double-click a field which has adjacent fields at the same level, the <emph>Show Detail</emph> dialog opens:"
+msgstr ""
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3150239\n"
-"682\n"
+"12090102.xhp\n"
+"par_idN10900\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Show Detail"
+msgstr "დეტალების ჩვენება"
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3159192\n"
-"683\n"
+"12090102.xhp\n"
+"par_idN10904\n"
"help.text"
-msgid "<item type=\"input\">=GCD_ADD(5;15;25)</item> returns 5."
+msgid "<ahelp hid=\".\">Choose the field that you want to view the details for.</ahelp>"
msgstr ""
-#: 04060106.xhp
+#: 12090102.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3156048\n"
+"12090102.xhp\n"
+"par_id3149817\n"
+"35\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>"
+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>"
-#: 04060106.xhp
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3156048\n"
-"245\n"
+"12090103.xhp\n"
+"tit\n"
"help.text"
-msgid "ISEVEN"
-msgstr "ISEVEN"
+msgid "Filter"
+msgstr "ფილტრი"
-#: 04060106.xhp
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3149169\n"
-"246\n"
+"12090103.xhp\n"
+"hd_id3153970\n"
+"1\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>"
+msgid "Filter"
+msgstr "ფილტრი"
-#: 04060106.xhp
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3146928\n"
-"247\n"
+"12090103.xhp\n"
+"par_id3150448\n"
+"2\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Set the filtering options for the data."
+msgstr "ფილტრაციისთვის პარამეტრებს აყენებს."
-#: 04060106.xhp
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3151203\n"
-"248\n"
+"12090103.xhp\n"
+"hd_id3151043\n"
+"3\n"
"help.text"
-msgid "ISEVEN(Value)"
-msgstr "ISEVEN(მნიშვნელობა)"
+msgid "Filter Criteria"
+msgstr "ფილტრის კრიტერიუმი"
-#: 04060106.xhp
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3150491\n"
-"249\n"
+"12090103.xhp\n"
+"par_id3150440\n"
+"4\n"
"help.text"
-msgid "<emph>Value</emph> is the value to be checked."
-msgstr "<emph>მნიშვნელობა</emph> შესამოწმებელი მნიშვნელობა."
+msgid "You can define a default filter for the data by filtering, for example, field names, using a combination of logical expressions arguments."
+msgstr ""
-#: 04060106.xhp
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3445844\n"
+"12090103.xhp\n"
+"hd_id3159153\n"
+"5\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 ""
+msgid "Operator"
+msgstr "ოპერატორი"
-#: 04060106.xhp
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3154136\n"
-"250\n"
+"12090103.xhp\n"
+"par_id3153093\n"
+"6\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+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>"
-#: 04060106.xhp
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3163813\n"
-"251\n"
+"12090103.xhp\n"
+"hd_id3152462\n"
+"7\n"
"help.text"
-msgid "<item type=\"input\">=ISEVEN(48)</item> returns TRUE"
-msgstr ""
+msgid "Field name"
+msgstr "ველის დასახელება"
-#: 04060106.xhp
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id8378856\n"
+"12090103.xhp\n"
+"par_id3155306\n"
+"8\n"
"help.text"
-msgid "<item type=\"input\">=ISEVEN(33)</item> returns FALSE"
+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 ""
-#: 04060106.xhp
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id7154759\n"
+"12090103.xhp\n"
+"hd_id3148575\n"
+"9\n"
"help.text"
-msgid "<item type=\"input\">=ISEVEN(0)</item> returns TRUE"
+msgid "Condition"
+msgstr "პირობა"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id1912289\n"
+"12090103.xhp\n"
+"par_id3144764\n"
+"11\n"
"help.text"
-msgid "<item type=\"input\">=ISEVEN(-2.1)</item> returns TRUE"
+msgid "The following operators are available:"
+msgstr "შემდეგი ოპერაციებია ხელმისაწვდომი:"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3153415\n"
+"12\n"
+"help.text"
+msgid "<emph>Conditions:</emph>"
+msgstr "<emph>პირობები:</emph>"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3150324\n"
+"13\n"
+"help.text"
+msgid "="
msgstr ""
-#: 04060106.xhp
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id5627307\n"
+"12090103.xhp\n"
+"par_id3153714\n"
+"14\n"
"help.text"
-msgid "<item type=\"input\">=ISEVEN(3.999)</item> returns FALSE"
+msgid "equal"
+msgstr "ტოლია"
+
+#: 12090103.xhp
+msgctxt ""
+"12090103.xhp\n"
+"par_id3154254\n"
+"15\n"
+"help.text"
+msgid "<"
msgstr ""
-#: 04060106.xhp
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3156034\n"
+"12090103.xhp\n"
+"par_id3154703\n"
+"16\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>"
+msgid "less than"
+msgstr "ნაკლებია ვიდრე"
-#: 04060106.xhp
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3156034\n"
-"255\n"
+"12090103.xhp\n"
+"par_id3155335\n"
+"17\n"
"help.text"
-msgid "ISODD"
-msgstr "ISODD"
+msgid ">"
+msgstr ""
-#: 04060106.xhp
-#, fuzzy
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3155910\n"
-"256\n"
+"12090103.xhp\n"
+"par_id3147003\n"
+"18\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>"
+msgid "greater than"
+msgstr "მეტია ვიდრე"
-#: 04060106.xhp
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3151006\n"
-"257\n"
+"12090103.xhp\n"
+"par_id3153270\n"
+"19\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<="
+msgstr "<="
-#: 04060106.xhp
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3151375\n"
-"258\n"
+"12090103.xhp\n"
+"par_id3145257\n"
+"20\n"
"help.text"
-msgid "ISODD(value)"
-msgstr "ISODD(მნიშვნელობა)"
+msgid "less than or equal to"
+msgstr "ნაკლებია ან ტოლია"
-#: 04060106.xhp
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3155139\n"
-"259\n"
+"12090103.xhp\n"
+"par_id3145134\n"
+"21\n"
"help.text"
-msgid "<emph>Value</emph> is the value to be checked."
-msgstr "<emph>მნიშვნელობა</emph> შესამოწმებელი მნიშვნელობა."
+msgid ">="
+msgstr ">="
-#: 04060106.xhp
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id9027680\n"
+"12090103.xhp\n"
+"par_id3151214\n"
+"22\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 ""
+msgid "greater than or equal to"
+msgstr "მეტია ან ტოლია"
-#: 04060106.xhp
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3163723\n"
-"260\n"
+"12090103.xhp\n"
+"par_id3150345\n"
+"23\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<>"
+msgstr "<>"
-#: 04060106.xhp
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3155345\n"
-"261\n"
+"12090103.xhp\n"
+"par_id3159101\n"
+"24\n"
"help.text"
-msgid "<item type=\"input\">=ISODD(33)</item> returns TRUE"
-msgstr ""
+msgid "not equal to"
+msgstr "არაა ტოლი"
-#: 04060106.xhp
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id9392986\n"
+"12090103.xhp\n"
+"hd_id3150886\n"
+"25\n"
"help.text"
-msgid "<item type=\"input\">=ISODD(48)</item> returns FALSE"
-msgstr ""
+msgid "Value"
+msgstr "მნიშვნელობა"
-#: 04060106.xhp
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id5971251\n"
+"12090103.xhp\n"
+"par_id3155506\n"
+"26\n"
"help.text"
-msgid "<item type=\"input\">=ISODD(3.999)</item> returns TRUE"
+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 ""
-#: 04060106.xhp
+#: 12090103.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id4136478\n"
+"12090103.xhp\n"
+"hd_id3146980\n"
+"27\n"
"help.text"
-msgid "<item type=\"input\">=ISODD(-3.1)</item> returns TRUE"
-msgstr ""
+msgid "<link href=\"text/scalc/01/12090104.xhp\" name=\"More>>\">More>></link>"
+msgstr "<link href=\"text/scalc/01/12090104.xhp\" name=\"More>>\">დამატებით>></link>"
-#: 04060106.xhp
+#: 12090104.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3145213\n"
+"12090104.xhp\n"
+"tit\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>"
+msgid "Options"
+msgstr "პარამეტრები"
-#: 04060106.xhp
+#: 12090104.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3145213\n"
-"265\n"
+"12090104.xhp\n"
+"hd_id3149119\n"
+"1\n"
"help.text"
-msgid "LCM"
-msgstr "LCM"
+msgid "<link href=\"text/scalc/01/12090104.xhp\" name=\"Options\">Options</link>"
+msgstr "<link href=\"text/scalc/01/12090104.xhp\" name=\"Options\">პარამეტრები</link>"
-#: 04060106.xhp
+#: 12090104.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3146814\n"
-"266\n"
+"12090104.xhp\n"
+"par_id3147102\n"
+"2\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>"
+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>"
-#: 04060106.xhp
+#: 12090104.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3148632\n"
-"267\n"
+"12090104.xhp\n"
+"hd_id3147008\n"
+"3\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Options"
+msgstr "პარამეტრები"
-#: 04060106.xhp
+#: 12090104.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3147279\n"
-"268\n"
+"12090104.xhp\n"
+"hd_id3153662\n"
+"5\n"
"help.text"
-msgid "LCM(Integer1; Integer2; ...; Integer30)"
+msgid "Case sensitive"
+msgstr "რეგისტრისადმი მგძნობიარე"
+
+#: 12090104.xhp
+msgctxt ""
+"12090104.xhp\n"
+"par_id3145673\n"
+"6\n"
+"help.text"
+msgid "Distinguishes between uppercase and lowercase letters."
msgstr ""
-#: 04060106.xhp
+#: 12090104.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3156348\n"
-"269\n"
+"12090104.xhp\n"
+"hd_id3156327\n"
+"7\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-მდე რიცხვი, რომლის უმდაბლესი საერთო მამრავლი უნდა გამოითვალოს."
+msgid "Regular Expression"
+msgstr "რეგულარული გამოსახულება"
-#: 04060106.xhp
+#: 12090104.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3156431\n"
-"270\n"
+"12090104.xhp\n"
+"par_id3151245\n"
+"8\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Allows you to use wildcards in the filter definition."
+msgstr ""
-#: 04060106.xhp
+#: 12090104.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3154914\n"
-"271\n"
+"12090104.xhp\n"
+"par_id3147264\n"
+"29\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."
+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 ""
-#: 04060106.xhp
+#: 12090104.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3154230\n"
+"12090104.xhp\n"
+"hd_id3153379\n"
+"30\n"
"help.text"
-msgid "<bookmark_value>LCM_ADD function</bookmark_value>"
-msgstr "<bookmark_value>LCM_ADD ფუნქცია</bookmark_value>"
+msgid "Unique records only"
+msgstr "მხოლოდ უნიკალური ჩანაწერები"
-#: 04060106.xhp
+#: 12090104.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3154230\n"
-"684\n"
+"12090104.xhp\n"
+"par_id3154138\n"
+"31\n"
"help.text"
-msgid "LCM_ADD"
-msgstr "LCM_ADD"
+msgid "Excludes duplicate rows in the list of filtered data."
+msgstr "გაფილტრული რიგების სიიდან შვლის დუბლირებულ რიგებს."
-#: 04060106.xhp
+#: 12090104.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3149036\n"
-"685\n"
+"12090104.xhp\n"
+"hd_id3156282\n"
+"32\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>"
+msgid "Data area"
+msgstr "მონაცემების არე"
-#: 04060106.xhp
+#: 12090104.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3153132\n"
-"686\n"
+"12090104.xhp\n"
+"par_id3150768\n"
+"33\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Displays the name of the filtered data area in the table."
+msgstr "ასახავს ცხრილში გაფილტრული მონაცემების არის სახელს."
-#: 04060106.xhp
+#: 12090104.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3154395\n"
-"687\n"
+"12090104.xhp\n"
+"hd_id3156424\n"
+"34\n"
"help.text"
-msgid "LCM_ADD(Number(s))"
-msgstr "LCM_ADD (რიცხვ(ებ)ი)"
+msgid "More<<"
+msgstr "დამატებით<<"
-#: 04060106.xhp
+#: 12090104.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3147377\n"
-"688\n"
+"12090104.xhp\n"
+"par_id3125864\n"
+"35\n"
"help.text"
-msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
-msgstr "<emph>რიცხვ(ებ)ი</emph>: 30 რიცხვამდე სია."
+msgid "Hides the additional options."
+msgstr "მალავს დამატებით პარამეტრებს."
-#: 04060106.xhp
+#: 12090104.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3145122\n"
-"689\n"
+"12090104.xhp\n"
+"par_id3154011\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+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>"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3145135\n"
-"690\n"
+"12090105.xhp\n"
+"tit\n"
"help.text"
-msgid "<item type=\"input\">=LCM_ADD(5;15;25)</item> returns 75."
-msgstr ""
+msgid "Data field"
+msgstr "მონაცემთა ველი"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3155802\n"
+"12090105.xhp\n"
+"bm_id7292397\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>"
+msgid "<bookmark_value>calculating;pivot table</bookmark_value>"
+msgstr "<bookmark_value>გამოთვლა;ნაერთი ცხრილი</bookmark_value>"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3155802\n"
-"273\n"
+"12090105.xhp\n"
+"hd_id3150871\n"
+"1\n"
"help.text"
-msgid "COMBIN"
-msgstr "COMBIN"
+msgid "Data field"
+msgstr "მონაცემთა ველი"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3156172\n"
-"274\n"
+"12090105.xhp\n"
+"par_id3154124\n"
+"16\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_KOMBINATIONEN\">Returns the number of combinations for elements without repetition.</ahelp>"
+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 ""
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3156193\n"
-"275\n"
+"12090105.xhp\n"
+"hd_id3152596\n"
+"2\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Subtotals"
+msgstr "ქვეჯამები"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3150223\n"
-"276\n"
+"12090105.xhp\n"
+"par_id3151113\n"
+"3\n"
"help.text"
-msgid "COMBIN(Count1; Count2)"
-msgstr ""
+msgid "<ahelp hid=\"HID_SC_PIVOTSUBT\">Specify the subtotals that you want to calculate.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_PIVOTSUBT\">მიუთითეთ დასაჯამებელი ქვეჯამები.</ahelp>"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3150313\n"
-"277\n"
+"12090105.xhp\n"
+"hd_id3145366\n"
+"4\n"
"help.text"
-msgid "<emph>Count1</emph> is the number of items in the set."
-msgstr ""
+msgid "None"
+msgstr "არა"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3153830\n"
-"278\n"
+"12090105.xhp\n"
+"par_id3152576\n"
+"5\n"
"help.text"
-msgid "<emph>Count2</emph> is the number of items to choose from the set."
-msgstr ""
+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>"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id6807458\n"
+"12090105.xhp\n"
+"hd_id3154012\n"
+"6\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 ""
+msgid "Automatic"
+msgstr "ავტომატური"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id7414471\n"
+"12090105.xhp\n"
+"par_id3155856\n"
+"7\n"
"help.text"
-msgid "COMBIN implements the formula: Count1!/(Count2!*(Count1-Count2)!)"
-msgstr ""
+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>"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3153171\n"
-"279\n"
+"12090105.xhp\n"
+"hd_id3155411\n"
+"8\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "User-defined"
+msgstr "მომხმარებლის მიერ განსაზღვრული"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3153517\n"
-"280\n"
+"12090105.xhp\n"
+"par_id3149581\n"
+"9\n"
"help.text"
-msgid "<item type=\"input\">=COMBIN(3;2)</item> returns 3."
+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 ""
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3150284\n"
+"12090105.xhp\n"
+"hd_id3147124\n"
+"10\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>"
+msgid "Function"
+msgstr "ფუნქცია"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3150284\n"
-"282\n"
+"12090105.xhp\n"
+"par_id3154490\n"
+"11\n"
"help.text"
-msgid "COMBINA"
-msgstr "COMBINA"
+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 ""
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3157894\n"
-"283\n"
+"12090105.xhp\n"
+"hd_id3154944\n"
+"14\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_KOMBINATIONEN2\">Returns the number of combinations of a subset of items including repetitions.</ahelp>"
+msgid "Show elements without data"
+msgstr "ელემენტების მონაცემთა გარეშე ჩვენება"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3145752\n"
-"284\n"
+"12090105.xhp\n"
+"hd_id3149122\n"
+"12\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Name:"
+msgstr "სახელი:"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3145765\n"
-"285\n"
+"12090105.xhp\n"
+"par_id3150749\n"
+"13\n"
"help.text"
-msgid "COMBINA(Count1; Count2)"
-msgstr ""
+msgid "Lists the name of the selected data field."
+msgstr "არჩეული მონაცემთა ველების სახელთა სია."
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3153372\n"
-"286\n"
+"12090105.xhp\n"
+"par_idN106EC\n"
"help.text"
-msgid "<emph>Count1</emph> is the number of items in the set."
-msgstr ""
+msgid "More"
+msgstr "მეტი"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3155544\n"
-"287\n"
+"12090105.xhp\n"
+"par_idN106F0\n"
"help.text"
-msgid "<emph>Count2</emph> is the number of items to choose from the set."
+msgid "<ahelp hid=\".\">Expands or reduces the dialog. The <emph>More</emph> button is visible for data fields only.</ahelp>"
msgstr ""
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id1997131\n"
+"12090105.xhp\n"
+"par_idN106F3\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."
+msgid "Options"
+msgstr "პარამეტრები"
+
+#: 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>"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id2052064\n"
+"12090105.xhp\n"
+"par_idN1070B\n"
"help.text"
-msgid "COMBINA implements the formula: (Count1+Count2-1)! / (Count2!(Count1-1)!)"
+msgid "Displayed value"
+msgstr "ასახული მნიშვნელობა"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3154584\n"
-"288\n"
+"12090105.xhp\n"
+"par_idN10712\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Type"
+msgstr "ტიპი"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3152904\n"
-"289\n"
+"12090105.xhp\n"
+"par_idN10716\n"
"help.text"
-msgid "<item type=\"input\">=COMBINA(3;2)</item> returns 6."
+msgid "<ahelp hid=\"1495371266\">Select the type of calculating of the displayed value for the data field.</ahelp>"
msgstr ""
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3156086\n"
+"12090105.xhp\n"
+"par_idN10724\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>"
+msgid "Type"
+msgstr "ტიპი"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3156086\n"
-"291\n"
+"12090105.xhp\n"
+"par_idN1072A\n"
"help.text"
-msgid "TRUNC"
-msgstr "TRUNC"
+msgid "Displayed value"
+msgstr "ასახული მნიშვნელობა"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3157866\n"
-"292\n"
+"12090105.xhp\n"
+"par_idN10731\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_KUERZEN\">Truncates a number by removing decimal places.</ahelp>"
-msgstr ""
+msgid "Normal"
+msgstr "ჩვეულებრივი"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3148499\n"
-"293\n"
+"12090105.xhp\n"
+"par_idN10737\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Results are shown unchanged"
+msgstr "შედეგები უცვლელადაა ნაჩვენები"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3148511\n"
-"294\n"
+"12090105.xhp\n"
+"par_idN1073E\n"
"help.text"
-msgid "TRUNC(Number; Count)"
-msgstr "TRUNC(რიცხვი; თვლა)"
+msgid "Difference from"
+msgstr "განსხვავება"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3150796\n"
-"295\n"
+"12090105.xhp\n"
+"par_idN10744\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."
+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 ""
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3150816\n"
-"296\n"
+"12090105.xhp\n"
+"par_idN10747\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 ""
+msgid "<emph>Named item</emph>"
+msgstr "<emph>დასახელებული ელემენტი</emph>"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3148548\n"
-"557\n"
+"12090105.xhp\n"
+"par_idN1074C\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>."
+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 ""
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3152555\n"
-"297\n"
+"12090105.xhp\n"
+"par_idN1074F\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<emph>Previous item or Next item</emph>"
+msgstr "<emph>წინა ელემენტი ან შემდეგი ელემენტი</emph>"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3152569\n"
-"298\n"
+"12090105.xhp\n"
+"par_idN10754\n"
"help.text"
-msgid "<item type=\"input\">=TRUNC(1.239;2)</item> returns 1.23. The 9 is lost."
+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 ""
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id7050080\n"
+"12090105.xhp\n"
+"par_idN1075B\n"
"help.text"
-msgid "<item type=\"input\">=TRUNC(-1.234999;3)</item> returns -1.234. All the 9s are lost."
-msgstr ""
+msgid "% Of"
+msgstr "%"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3153601\n"
+"12090105.xhp\n"
+"par_idN10761\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>"
+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 ""
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3153601\n"
-"301\n"
+"12090105.xhp\n"
+"par_idN1076A\n"
"help.text"
-msgid "LN"
-msgstr "LN"
+msgid "% Difference from"
+msgstr "% განსხვავება"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3154974\n"
-"302\n"
+"12090105.xhp\n"
+"par_idN10770\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."
+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 ""
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3154993\n"
-"303\n"
+"12090105.xhp\n"
+"par_idN10777\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Running total in"
+msgstr ""
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3155284\n"
-"304\n"
+"12090105.xhp\n"
+"par_idN1077D\n"
"help.text"
-msgid "LN(Number)"
-msgstr "LN(რიცხვი)"
+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 ""
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3155297\n"
-"305\n"
+"12090105.xhp\n"
+"par_idN10780\n"
"help.text"
-msgid "<emph>Number</emph> is the value whose natural logarithm is to be calculated."
-msgstr "<emph>რიცხვი</emph> არის მნიშვნელობა რომლის ნატურალური ლოგარითმი უნდა გამოითვალოს."
+msgid "Results are always summed, even if a different summary function was used to get each result."
+msgstr ""
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3153852\n"
-"306\n"
+"12090105.xhp\n"
+"par_idN10787\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "% of row"
+msgstr "% რიგის"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3153866\n"
-"307\n"
+"12090105.xhp\n"
+"par_idN1078D\n"
"help.text"
-msgid "<item type=\"input\">=LN(3)</item> returns the natural logarithm of 3 (approximately 1.0986)."
+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 ""
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id5747245\n"
+"12090105.xhp\n"
+"par_idN10794\n"
"help.text"
-msgid "<item type=\"input\">=LN(EXP(321))</item> returns 321."
+msgid "% of column"
+msgstr "% სვეტის"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3109813\n"
+"12090105.xhp\n"
+"par_idN107A1\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>"
+msgid "% of total"
+msgstr "% მთელიდან"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3109813\n"
-"311\n"
+"12090105.xhp\n"
+"par_idN107A7\n"
"help.text"
-msgid "LOG"
-msgstr "LOG"
+msgid "Same as \"% of row\", but the grand total for the result's data field is used."
+msgstr ""
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3109841\n"
-"312\n"
+"12090105.xhp\n"
+"par_idN107AE\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>"
+msgid "Index"
+msgstr "ინდექსი"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3144719\n"
-"313\n"
+"12090105.xhp\n"
+"par_idN107B4\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "The row and column totals and the grand total, following the same rules as above, are used to calculate the following expression:"
+msgstr ""
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3144732\n"
-"314\n"
+"12090105.xhp\n"
+"par_idN107B7\n"
"help.text"
-msgid "LOG(Number; Base)"
-msgstr "LOG(რიცხვი; ფუძე)"
+msgid "( original result * grand total ) / ( row total * column total )"
+msgstr "( თავდაპირველი შედეგი * უდიდესი ჯამი ) / ( რიგი სულ * სვეტი სულ )"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3144746\n"
-"315\n"
+"12090105.xhp\n"
+"par_idN107BA\n"
"help.text"
-msgid "<emph>Number</emph> is the value whose logarithm is to be calculated."
-msgstr "<emph>რიცხვი</emph> მნიშვნელობა, რომლის ლოგარითმიც უნდა გამოითვალოს."
+msgid "Base field"
+msgstr "ფუძის ველი"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3152840\n"
-"316\n"
+"12090105.xhp\n"
+"par_idN107BE\n"
"help.text"
-msgid "<emph>Base</emph> (optional) is the base for the logarithm calculation. If omitted, Base 10 is assumed."
+msgid "<ahelp hid=\"1495371267\">Select the field from which the respective value is taken as base for the calculation.</ahelp>"
msgstr ""
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3152860\n"
-"317\n"
+"12090105.xhp\n"
+"par_idN107C1\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Base item"
+msgstr "ფუძის ელემენტი"
-#: 04060106.xhp
+#: 12090105.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3154429\n"
-"318\n"
+"12090105.xhp\n"
+"par_idN107C5\n"
"help.text"
-msgid "<item type=\"input\">=LOG(10;3)</item> returns the logarithm to base 3 of 10 (approximately 2.0959)."
+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 ""
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id5577562\n"
+"12090106.xhp\n"
+"tit\n"
"help.text"
-msgid "<item type=\"input\">=LOG(7^4;7)</item> returns 4."
+msgid "Data Field Options"
+msgstr "მონაცემთა ველის პარამეტრები"
+
+#: 12090106.xhp
+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>"
+
+#: 12090106.xhp
+msgctxt ""
+"12090106.xhp\n"
+"par_idN10542\n"
+"help.text"
+msgid "Data Field Options"
+msgstr "მონაცემთა ველის პარამეტრები"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3154187\n"
+"12090106.xhp\n"
+"par_idN10557\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>"
+msgid "Sort by"
+msgstr "დახარისხება"
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3154187\n"
-"322\n"
+"12090106.xhp\n"
+"par_idN1055B\n"
"help.text"
-msgid "LOG10"
-msgstr "LOG10"
+msgid "<ahelp hid=\"1495387653\">Select the data field that you want to sort columns or rows by.</ahelp>"
+msgstr "<ahelp hid=\"1495387653\">აირჩიეთ დასახარისხებელი მონაცემთა ველი რიგები ან სვეტები.</ahelp>"
-#: 04060106.xhp
+#: 12090106.xhp
+#, fuzzy
msgctxt ""
-"04060106.xhp\n"
-"par_id3155476\n"
-"323\n"
+"12090106.xhp\n"
+"par_idN1055E\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>"
+msgid "Ascending"
+msgstr "#-#-#-#-# autopi.po (PACKAGE VERSION) #-#-#-#-#\\nზრდადობით\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nდამავალი"
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3155494\n"
-"324\n"
+"12090106.xhp\n"
+"par_idN10562\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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 ""
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3159294\n"
-"325\n"
+"12090106.xhp\n"
+"par_idN10565\n"
"help.text"
-msgid "LOG10(Number)"
-msgstr "LOG10(რიცხვი)"
+msgid "Descending"
+msgstr "კლებადობით"
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3159308\n"
-"326\n"
+"12090106.xhp\n"
+"par_idN10569\n"
"help.text"
-msgid "Returns the logarithm to base 10 of <emph>Number</emph>."
+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 ""
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3159328\n"
-"327\n"
+"12090106.xhp\n"
+"par_idN1056C\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Manual"
+msgstr "ხელით"
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3157916\n"
-"328\n"
+"12090106.xhp\n"
+"par_idN10570\n"
"help.text"
-msgid "<item type=\"input\">=LOG10(5)</item> returns the base-10 logarithm of 5 (approximately 0.69897)."
+msgid "<ahelp hid=\"1495384582\">Sorts values alphabetically.</ahelp>"
msgstr ""
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3152518\n"
+"12090106.xhp\n"
+"par_idN10585\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>"
+msgid "Display options"
+msgstr "პარამეტრების ჩვენების"
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3152518\n"
-"332\n"
+"12090106.xhp\n"
+"par_idN10589\n"
"help.text"
-msgid "CEILING"
-msgstr "CEILING"
+msgid "You can specify the display options for all row fields except for the last, innermost row field."
+msgstr ""
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3153422\n"
-"558\n"
+"12090106.xhp\n"
+"par_idN1058C\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>"
+msgid "Layout"
+msgstr "განლაგება"
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3153440\n"
-"334\n"
+"12090106.xhp\n"
+"par_idN10590\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<ahelp hid=\"1495387654\">Select the layout mode for the field in the list box.</ahelp>"
+msgstr ""
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3153454\n"
-"335\n"
+"12090106.xhp\n"
+"par_idN10593\n"
"help.text"
-msgid "CEILING(Number; Significance; Mode)"
-msgstr "CEILING(რიცხვი; რეჟიმი"
+msgid "Empty line after each item"
+msgstr "ყოველი ელემენტის შემდეგ ცარიელი ხაზი"
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3153467\n"
-"336\n"
+"12090106.xhp\n"
+"par_idN10597\n"
"help.text"
-msgid "<emph>Number</emph> is the number that is to be rounded up."
-msgstr "<emph>რიცხვი</emph> არის ასამრგვალებელი რიცხვი."
+msgid "<ahelp hid=\"1495385090\">Adds an empty row after the data for each item in the pivot table.</ahelp>"
+msgstr "<ahelp hid=\"1495385091\">რთვაბს ავტომატურად ჩვენების შესაძლებლობას.</ahelp>"
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3155000\n"
-"337\n"
+"12090106.xhp\n"
+"par_idN1059A\n"
"help.text"
-msgid "<emph>Significance</emph> is the number to whose multiple the value is to be rounded up."
-msgstr ""
+msgid "Show automatically"
+msgstr "ავტომატურად ჩვენება"
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3155020\n"
-"559\n"
+"12090106.xhp\n"
+"par_idN1059E\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."
+msgid "Displays the top or bottom nn items when you sort by a specified field."
msgstr ""
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3163792\n"
-"629\n"
+"12090106.xhp\n"
+"par_idN105A1\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 ""
+msgid "Show"
+msgstr "ჩვენება"
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3145697\n"
-"338\n"
+"12090106.xhp\n"
+"par_idN105A5\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<ahelp hid=\"1495385091\">Turns on the automatic show feature.</ahelp>"
+msgstr "<ahelp hid=\"1495385091\">რთვაბს ავტომატურად ჩვენების შესაძლებლობას.</ahelp>"
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3145710\n"
-"339\n"
+"12090106.xhp\n"
+"par_idN105A8\n"
"help.text"
-msgid "<item type=\"input\">=CEILING(-11;-2)</item> returns -10"
-msgstr ""
+msgid "items"
+msgstr "ელემეტები"
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3145725\n"
-"340\n"
+"12090106.xhp\n"
+"par_idN105AC\n"
"help.text"
-msgid "<item type=\"input\">=CEILING(-11;-2;0)</item> returns -10"
+msgid "<ahelp hid=\"1495390209\">Enter the maximum number of items that you want to show automatically.</ahelp>"
msgstr ""
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3145740\n"
-"341\n"
+"12090106.xhp\n"
+"par_idN105AF\n"
"help.text"
-msgid "<item type=\"input\">=CEILING(-11;-2;1)</item> returns -12"
+msgid "From"
+msgstr "-დან"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3157762\n"
+"12090106.xhp\n"
+"par_idN105B6\n"
"help.text"
-msgid "<bookmark_value>PI function</bookmark_value>"
-msgstr "<bookmark_value>PI ფუნქცია</bookmark_value>"
+msgid "Using field"
+msgstr "ველის გამოყენება"
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3157762\n"
-"343\n"
+"12090106.xhp\n"
+"par_idN105BA\n"
"help.text"
-msgid "PI"
-msgstr "PI"
+msgid "<ahelp hid=\"1495387656\">Select the data field that you want to sort the data by.</ahelp>"
+msgstr "<ahelp hid=\"1495387653\">აირჩიეთ დასახარისხებელი მონაცემთა ველი რიგები ან სვეტები.</ahelp>"
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3157790\n"
-"344\n"
+"12090106.xhp\n"
+"par_idN105BD\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_PI\">Returns 3.14159265358979, the value of the mathematical constant PI to 14 decimal places.</ahelp>"
+msgid "Hide items"
+msgstr "ელემეტების დამალვა"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3157809\n"
-"345\n"
+"12090106.xhp\n"
+"par_idN105C4\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Hierarchy"
+msgstr "იერარქია"
-#: 04060106.xhp
+#: 12090106.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3157822\n"
-"346\n"
+"12090106.xhp\n"
+"par_idN105C8\n"
"help.text"
-msgid "PI()"
-msgstr "PI()"
+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>"
-#: 04060106.xhp
+#: 12090200.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3157836\n"
-"347\n"
+"12090200.xhp\n"
+"tit\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Refresh"
+msgstr "განახლება"
-#: 04060106.xhp
+#: 12090200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3152370\n"
-"348\n"
+"12090200.xhp\n"
+"hd_id3151385\n"
+"1\n"
"help.text"
-msgid "<item type=\"input\">=PI()</item> returns 3.14159265358979."
-msgstr ""
+msgid "<link href=\"text/scalc/01/12090200.xhp\" name=\"Refresh\">Refresh</link>"
+msgstr "<link href=\"text/scalc/01/12090200.xhp\" name=\"Refresh\">განახლება</link>"
-#: 04060106.xhp
+#: 12090200.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3152418\n"
+"12090200.xhp\n"
+"par_id3149456\n"
+"2\n"
"help.text"
-msgid "<bookmark_value>MULTINOMIAL function</bookmark_value>"
-msgstr "<bookmark_value>MULTINOMIAL ფუნქცია</bookmark_value>"
+msgid "<ahelp hid=\".uno:RecalcPivotTable\">Updates the pivot table.</ahelp>"
+msgstr "<ahelp hid=\".\">შლის შერჩეულ მომხმარებელს.</ahelp>"
-#: 04060106.xhp
+#: 12090200.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3152418\n"
-"635\n"
+"12090200.xhp\n"
+"par_id3150400\n"
+"3\n"
"help.text"
-msgid "MULTINOMIAL"
-msgstr "MULTINOMIAL"
+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>."
-#: 04060106.xhp
+#: 12090300.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3152454\n"
-"636\n"
+"12090300.xhp\n"
+"tit\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>"
+msgid "Delete"
+msgstr "წაშლა"
-#: 04060106.xhp
+#: 12090300.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3155646\n"
-"637\n"
+"12090300.xhp\n"
+"hd_id3150276\n"
+"1\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<link href=\"text/scalc/01/12090300.xhp\" name=\"Delete\">Delete</link>"
+msgstr "<link href=\"text/scalc/01/12090300.xhp\" name=\"Delete\">წაშლა</link>"
-#: 04060106.xhp
+#: 12090300.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3155660\n"
-"638\n"
+"12090300.xhp\n"
+"par_id3159400\n"
+"2\n"
"help.text"
-msgid "MULTINOMIAL(Number(s))"
-msgstr "MULTINOMIAL (რიცხვ(ებ)ი)"
+msgid "<ahelp hid=\".uno:DeletePivotTable\" visibility=\"visible\">Deletes the selected pivot table.</ahelp>"
+msgstr "<ahelp hid=\".uno:RemoveTableOf\" visibility=\"visible\">შლის მიმდინარე ინდექსს ან ცხრილს.</ahelp>"
-#: 04060106.xhp
+#: 12090400.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3155673\n"
-"639\n"
+"12090400.xhp\n"
+"tit\n"
"help.text"
-msgid "<emph>Number(s)</emph> is a list of up to 30 numbers."
-msgstr "<emph>რიცხვ(ებ)ი</emph>: 30 რიცხვამდე სია."
+msgid "Grouping"
+msgstr "დაჯგუფება"
-#: 04060106.xhp
+#: 12090400.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3155687\n"
-"640\n"
+"12090400.xhp\n"
+"par_idN1054D\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Grouping"
+msgstr "დაჯგუფება"
-#: 04060106.xhp
+#: 12090400.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3155701\n"
-"641\n"
+"12090400.xhp\n"
+"par_idN10551\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!)"
+msgid "Grouping pivot tables displays the <emph>Grouping</emph> dialog for either values or dates."
msgstr ""
-#: 04060106.xhp
+#: 12090400.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3155717\n"
+"12090400.xhp\n"
+"par_idN10568\n"
"help.text"
-msgid "<bookmark_value>POWER function</bookmark_value>"
-msgstr "<bookmark_value>POWER ფუნქცია</bookmark_value>"
+msgid "Start"
+msgstr "დაწყება"
-#: 04060106.xhp
+#: 12090400.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3155717\n"
-"350\n"
+"12090400.xhp\n"
+"par_idN1056C\n"
"help.text"
-msgid "POWER"
-msgstr "POWER"
+msgid "Specifies the start of the grouping."
+msgstr "საზღვრავს დაჯგუფების დასაწყისს."
-#: 04060106.xhp
+#: 12090400.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3159495\n"
-"351\n"
+"12090400.xhp\n"
+"par_idN1056F\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_POTENZ\">Returns a number raised to another number.</ahelp>"
+msgid "Automatically"
+msgstr "ავტომატურად"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10573\n"
+"help.text"
+msgid "Specifies whether to start grouping at the smallest value."
msgstr ""
-#: 04060106.xhp
+#: 12090400.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3159513\n"
-"352\n"
+"12090400.xhp\n"
+"par_idN10576\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Manually at"
+msgstr "ხელით"
-#: 04060106.xhp
+#: 12090400.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3159526\n"
-"353\n"
+"12090400.xhp\n"
+"par_idN1057A\n"
"help.text"
-msgid "POWER(Base; Exponent)"
+msgid "Specifies whether to enter the start value for grouping yourself."
msgstr ""
-#: 04060106.xhp
+#: 12090400.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3159540\n"
-"354\n"
+"12090400.xhp\n"
+"par_idN1057D\n"
"help.text"
-msgid "Returns <emph>Base</emph> raised to the power of <emph>Exponent</emph>."
-msgstr ""
+msgid "End"
+msgstr "დასრულება"
-#: 04060106.xhp
+#: 12090400.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id5081637\n"
+"12090400.xhp\n"
+"par_idN10581\n"
"help.text"
-msgid "The same result may be achieved by using the exponentiation operator ^:"
+msgid "Specifies the end of the grouping."
+msgstr "საზღვრავს დაჯგუფების დასასრულს."
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10584\n"
+"help.text"
+msgid "Automatically"
+msgstr "ავტომატურად"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10588\n"
+"help.text"
+msgid "Specifies whether to end grouping at the largest value."
msgstr ""
-#: 04060106.xhp
+#: 12090400.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id9759514\n"
+"12090400.xhp\n"
+"par_idN1058B\n"
"help.text"
-msgid "<item type=\"literal\">Base^Exponent</item>"
+msgid "Manually at"
+msgstr "ხელით"
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN1058F\n"
+"help.text"
+msgid "Specifies whether to enter the end value for grouping yourself."
msgstr ""
-#: 04060106.xhp
+#: 12090400.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3159580\n"
-"356\n"
+"12090400.xhp\n"
+"par_idN10592\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Group by"
+msgstr "დაჯგუფება"
-#: 04060106.xhp
+#: 12090400.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3159594\n"
-"357\n"
+"12090400.xhp\n"
+"par_idN10596\n"
"help.text"
-msgid "<item type=\"input\">=POWER(4;3)</item> returns 64, which is 4 to the power of 3."
+msgid "Specifies the value range by which every group's limits are calculated."
+msgstr "საზღვრავს მნიშვნელობათა დიაპაზონს, რომლითაც ჯგუფის ყოველი შეზღუდვები გამოითვლება."
+
+#: 12090400.xhp
+msgctxt ""
+"12090400.xhp\n"
+"par_idN10599\n"
+"help.text"
+msgid "Number of days"
+msgstr "დღეების რაოდენობა"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12090400.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id1614429\n"
+"12090400.xhp\n"
+"par_idN105A0\n"
"help.text"
-msgid "=4^3 also returns 4 to the power of 3."
+msgid "Intervals"
+msgstr "ინტერვალები"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12090400.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3152651\n"
+"12090400.xhp\n"
+"par_idN105B2\n"
"help.text"
-msgid "<bookmark_value>SERIESSUM function</bookmark_value>"
-msgstr "<bookmark_value>SERIESSUM ფუნქცია</bookmark_value>"
+msgid "<embedvar href=\"text/scalc/guide/datapilot_grouping.xhp#datapilot_grouping\"/>"
+msgstr "<embedvar href=\"text/scalc/guide/datapilot_grouping.xhp#datapilot_grouping\"/>"
-#: 04060106.xhp
+#: 12100000.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3152651\n"
-"642\n"
+"12100000.xhp\n"
+"tit\n"
"help.text"
-msgid "SERIESSUM"
-msgstr "SERIESSUM"
+msgid "Refresh Range"
+msgstr "დიაპაზონის განახლება"
-#: 04060106.xhp
+#: 12100000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3152688\n"
-"643\n"
+"12100000.xhp\n"
+"bm_id3153662\n"
"help.text"
-msgid "<ahelp hid=\".\">Sums the first terms of a power series.</ahelp>"
-msgstr ""
+msgid "<bookmark_value>database ranges; refreshing</bookmark_value>"
+msgstr "<bookmark_value>მონაცემთა ბაზის დიაპაზონები; განახლება</bookmark_value>"
-#: 04060106.xhp
+#: 12100000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3152708\n"
-"644\n"
+"12100000.xhp\n"
+"hd_id3153662\n"
+"1\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)"
+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>"
-#: 04060106.xhp
+#: 12100000.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3152724\n"
-"645\n"
+"12100000.xhp\n"
+"par_id3153088\n"
+"2\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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 ""
-#: 04060106.xhp
+#: 12120000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_idN11BD9\n"
+"12120000.xhp\n"
+"tit\n"
"help.text"
-msgid "SERIESSUM(X; N; M; Coefficients)"
-msgstr "SERIESSUM(x; n; m; კოეფიციენტები)"
+msgid "Validity"
+msgstr "დამოწმება"
-#: 04060106.xhp
+#: 12120000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3152737\n"
-"646\n"
+"12120000.xhp\n"
+"hd_id3156347\n"
+"1\n"
"help.text"
-msgid "<emph>X</emph> is the input value for the power series."
+msgid "Validity"
+msgstr "დამოწმება"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12120000.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3144344\n"
-"647\n"
+"12120000.xhp\n"
+"par_idN105D1\n"
"help.text"
-msgid "<emph>N</emph> is the initial power"
+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 ""
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3144357\n"
-"648\n"
+"12120100.xhp\n"
+"tit\n"
"help.text"
-msgid "<emph>M</emph> is the increment to increase N"
+msgid "Criteria"
+msgstr "კრიტერიუმი"
+
+#: 12120100.xhp
+msgctxt ""
+"12120100.xhp\n"
+"bm_id1464278\n"
+"help.text"
+msgid "<bookmark_value>selection lists;validity</bookmark_value>"
msgstr ""
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3144370\n"
-"649\n"
+"12120100.xhp\n"
+"hd_id3153032\n"
+"1\n"
"help.text"
-msgid "<emph>Coefficients</emph> is a series of coefficients. For each coefficient the series sum is extended by one section."
-msgstr "კოეფიციენტები: კოეფიციენტების სერიები. ყოველი კოეფიციენტისთვის სერიების ჯამი იზრდება ერთი სექციით."
+msgid "<link href=\"text/scalc/01/12120100.xhp\" name=\"Criteria\">Criteria</link>"
+msgstr "<link href=\"text/scalc/01/12120100.xhp\" name=\"Criteria\">კრიტერიუმი</link>"
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3144386\n"
+"12120100.xhp\n"
+"par_id3156327\n"
+"2\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>"
+msgid "<ahelp hid=\"SC:TABPAGE:TP_VALIDATION_VALUES\">Specify the validation rules for the selected cell(s).</ahelp>"
+msgstr ""
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3144386\n"
-"361\n"
+"12120100.xhp\n"
+"par_id3155923\n"
+"4\n"
"help.text"
-msgid "PRODUCT"
-msgstr "PRODUCT"
+msgid "For example, you can define criteria such as: \"Numbers between 1 and 10\" or \"Texts that are no more than 20 characters\"."
+msgstr ""
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3144414\n"
-"362\n"
+"12120100.xhp\n"
+"hd_id3153896\n"
+"5\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>"
+msgid "Allow"
+msgstr "ნების დართვა"
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3144433\n"
-"363\n"
+"12120100.xhp\n"
+"par_id3150400\n"
+"6\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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>"
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3144446\n"
-"364\n"
+"12120100.xhp\n"
+"par_id3148797\n"
+"17\n"
"help.text"
-msgid "PRODUCT(Number1; Number2; ...; Number30)"
-msgstr "KURT(რიცხვი 1; რიცხვი 2; ...რიცხვი 30)"
+msgid "The following conditions are available:"
+msgstr "შემდეგი პირობებია ხელმისაწვდომი:"
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3144460\n"
-"365\n"
+"12120100.xhp\n"
+"par_id3150447\n"
+"18\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-მდე არგუმენტი რომელიც უნდა გადამრავლდეს."
+msgid "Condition"
+msgstr "პირობა"
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id1589098\n"
+"12120100.xhp\n"
+"par_id3155854\n"
+"19\n"
"help.text"
-msgid "PRODUCT returns number1 * number2 * number3 * ..."
-msgstr ""
+msgid "Effect"
+msgstr "ეფექტები"
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3144480\n"
-"366\n"
+"12120100.xhp\n"
+"par_id3153092\n"
+"20\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "All values"
+msgstr "ყველა მნიშვნელობა"
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3144494\n"
-"367\n"
+"12120100.xhp\n"
+"par_id3155411\n"
+"21\n"
"help.text"
-msgid "<item type=\"input\">=PRODUCT(2;3;4)</item> returns 24."
-msgstr ""
+msgid "No limitation."
+msgstr "შეზღუდვის გარეშე."
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3160340\n"
+"12120100.xhp\n"
+"par_id3147434\n"
+"22\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>"
+msgid "Whole number"
+msgstr "მთელი რიცხვი"
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3160340\n"
-"369\n"
+"12120100.xhp\n"
+"par_id3154319\n"
+"23\n"
"help.text"
-msgid "SUMSQ"
-msgstr "SUMSQ"
+msgid "Only whole numbers corresponding to the condition."
+msgstr "პირობის შესაბამისი ყველა მთელი რიცხვი."
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3160368\n"
-"370\n"
+"12120100.xhp\n"
+"par_id3145802\n"
+"24\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>"
+msgid "Decimal"
+msgstr "ათობითი"
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3160388\n"
-"371\n"
+"12120100.xhp\n"
+"par_id3153160\n"
+"25\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "All numbers corresponding to the condition."
+msgstr "პირობის შესაბამისი ყველა რიცხვი."
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3160402\n"
-"372\n"
+"12120100.xhp\n"
+"par_id3149377\n"
+"26\n"
"help.text"
-msgid "SUMSQ(Number1; Number2; ...; Number30)"
-msgstr "SUM(რიცხვი 1; რიცხვი 2; ..., რიცხვი 30)"
+msgid "Date"
+msgstr "თარიღი"
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3160415\n"
-"373\n"
+"12120100.xhp\n"
+"par_id3150718\n"
+"27\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-მდე არგუმენტი რომელთა კვადრატების ჯამიც გამოითვება."
+msgid "All numbers corresponding to the condition. The entered values are formatted accordingly the next time the dialog is called up."
+msgstr ""
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3160436\n"
-"374\n"
+"12120100.xhp\n"
+"par_id3146969\n"
+"28\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Time"
+msgstr "დრო"
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3160449\n"
-"375\n"
+"12120100.xhp\n"
+"par_id3155066\n"
+"29\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."
+msgid "All numbers corresponding to the condition. The entered values are formatted accordingly the next time the dialog is called up."
msgstr ""
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3158247\n"
+"12120100.xhp\n"
+"par_idN106A0\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>"
+msgid "Cell range"
+msgstr "უჯრის დიაპაზონი"
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3158247\n"
-"387\n"
+"12120100.xhp\n"
+"par_idN106A5\n"
"help.text"
-msgid "MOD"
-msgstr "MOD"
+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 ""
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3158276\n"
-"388\n"
+"12120100.xhp\n"
+"par_idN106AB\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_REST\">Returns the remainder when one integer is divided by another.</ahelp>"
+msgid "List"
+msgstr "სია"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3158294\n"
-"389\n"
+"12120100.xhp\n"
+"par_id3154756\n"
+"30\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Text length"
+msgstr "ტექსტის სიგრძე"
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3158308\n"
-"390\n"
+"12120100.xhp\n"
+"par_id3147339\n"
+"31\n"
"help.text"
-msgid "MOD(Dividend; Divisor)"
-msgstr "MOD(გასაყოფი; გამყოფი)"
+msgid "Entries whose length corresponds to the condition."
+msgstr "ელემენტები რომელთა სიგრძე შეესაბამება პირობას."
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3158321\n"
-"391\n"
+"12120100.xhp\n"
+"hd_id3154704\n"
+"7\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 ""
+msgid "Allow blank cells"
+msgstr "ცარიელი უჯრების ნების დართვა"
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3158341\n"
-"392\n"
+"12120100.xhp\n"
+"par_id3153967\n"
+"8\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."
+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 ""
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3158361\n"
-"393\n"
+"12120100.xhp\n"
+"par_idN10709\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Show selection list"
+msgstr "მონიშნულთა სიის ჩვენება"
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3158374\n"
-"394\n"
+"12120100.xhp\n"
+"par_idN1070D\n"
"help.text"
-msgid "<item type=\"input\">=MOD(22;3)</item> returns 1, the remainder when 22 is divided by 3."
+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 ""
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id1278420\n"
+"12120100.xhp\n"
+"par_idN10724\n"
"help.text"
-msgid "<item type=\"input\">=MOD(11.25;2.5)</item> returns 1.25."
-msgstr ""
+msgid "Sort entries ascending"
+msgstr "ჩანაწერების დახარისხება მიხედვით"
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3144592\n"
+"12120100.xhp\n"
+"par_idN10728\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>"
+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 ""
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3144592\n"
-"652\n"
+"12120100.xhp\n"
+"par_idN1073F\n"
"help.text"
-msgid "QUOTIENT"
-msgstr "QUOTIENT"
+msgid "Source"
+msgstr "წყარო"
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3144627\n"
-"653\n"
+"12120100.xhp\n"
+"par_idN10743\n"
"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_QUOTIENT\">Returns the integer part of a division operation.</ahelp>"
+msgid "<ahelp hid=\"sc:Edit:TP_VALIDATION_VALUES:EDT_MIN\">Enter the cell range that contains the valid values or text.</ahelp>"
msgstr ""
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3144646\n"
-"654\n"
+"12120100.xhp\n"
+"par_idN1075A\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Entries"
+msgstr "ელემენტები"
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3144659\n"
-"655\n"
+"12120100.xhp\n"
+"par_idN1075E\n"
"help.text"
-msgid "QUOTIENT(Numerator; Denominator)"
-msgstr "QUOTIENT(ნუმერატორი;დენომინატორი)"
+msgid "<ahelp hid=\"sc:MultiLineEdit:TP_VALIDATION_VALUES:EDT_LIST\">Enter the entries that will be valid values or text strings.</ahelp>"
+msgstr ""
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id9038972\n"
+"12120100.xhp\n"
+"hd_id3163807\n"
+"9\n"
"help.text"
-msgid "Returns the integer part of <emph>Numerator</emph> divided by <emph>Denominator</emph>."
+msgid "Data"
+msgstr "მონაცემები"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id7985168\n"
+"12120100.xhp\n"
+"hd_id3153782\n"
+"11\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."
+msgid "Value"
+msgstr "მნიშვნელობა"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3144674\n"
-"656\n"
+"12120100.xhp\n"
+"hd_id3149814\n"
+"13\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Minimum"
+msgstr "მინიმუმი"
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3144687\n"
-"657\n"
+"12120100.xhp\n"
+"par_id3153199\n"
+"14\n"
"help.text"
-msgid "<item type=\"input\">=QUOTIENT(11;3)</item> returns 3. The remainder of 2 is lost."
+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 ""
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3144702\n"
+"12120100.xhp\n"
+"hd_id3149035\n"
+"15\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>"
+msgid "Maximum"
+msgstr "მაქსიმუმი"
-#: 04060106.xhp
+#: 12120100.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3144702\n"
-"377\n"
+"12120100.xhp\n"
+"par_id3150089\n"
+"16\n"
"help.text"
-msgid "RADIANS"
-msgstr "RADIANS"
+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 ""
-#: 04060106.xhp
+#: 12120200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3158025\n"
-"378\n"
+"12120200.xhp\n"
+"tit\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_RAD\">Converts degrees to radians.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_RAD\">გრადუსების რადიანებში გარდაქმნა.</ahelp>"
+msgid "Input Help"
+msgstr "შეყვანის დახმარება"
-#: 04060106.xhp
+#: 12120200.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3158042\n"
-"379\n"
+"12120200.xhp\n"
+"hd_id3156280\n"
+"1\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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>"
-#: 04060106.xhp
+#: 12120200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3158055\n"
-"380\n"
+"12120200.xhp\n"
+"par_id3147229\n"
+"2\n"
"help.text"
-msgid "RADIANS(Number)"
-msgstr "RADIANS(რიცხვი)"
+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>"
-#: 04060106.xhp
+#: 12120200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3158069\n"
-"381\n"
+"12120200.xhp\n"
+"hd_id3146986\n"
+"3\n"
"help.text"
-msgid "<emph>Number</emph> is the angle in degrees to be converted to radians."
+msgid "Show input help when cell is selected"
+msgstr "როდესაც უჯრა მონიშნულია, შეტანის დახმარების ჩვენება"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12120200.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id876186\n"
+"12120200.xhp\n"
+"par_id3154730\n"
+"5\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+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> უჯრაში და შემდეგ აირჩევთ გაწმენდას, ტექსტი დაიკარგება."
-#: 04060106.xhp
+#: 12120200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3939634\n"
+"12120200.xhp\n"
+"hd_id3147394\n"
+"6\n"
"help.text"
-msgid "<item type=\"input\">=RADIANS(90)</item> returns 1.5707963267949, which is PI/2 to Calc's accuracy."
-msgstr ""
+msgid "Contents"
+msgstr "შიგთავსი"
-#: 04060106.xhp
+#: 12120200.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3158121\n"
+"12120200.xhp\n"
+"hd_id3149582\n"
+"8\n"
"help.text"
-msgid "<bookmark_value>ROUND function</bookmark_value>"
-msgstr "<bookmark_value>ROUND ფუნქცია</bookmark_value>"
+msgid "Title"
+msgstr "სათაური"
-#: 04060106.xhp
+#: 12120200.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3158121\n"
-"398\n"
+"12120200.xhp\n"
+"par_id3149400\n"
+"9\n"
"help.text"
-msgid "ROUND"
-msgstr "ROUND"
+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>"
-#: 04060106.xhp
+#: 12120200.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3158150\n"
-"399\n"
+"12120200.xhp\n"
+"hd_id3149121\n"
+"10\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_RUNDEN\">Rounds a number to a certain number of decimal places.</ahelp>"
-msgstr ""
+msgid "Input help"
+msgstr "შეყვანის დახმარება"
-#: 04060106.xhp
+#: 12120200.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3158169\n"
-"400\n"
+"12120200.xhp\n"
+"par_id3150752\n"
+"11\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+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>"
-#: 04060106.xhp
+#: 12120300.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3158182\n"
-"401\n"
+"12120300.xhp\n"
+"tit\n"
"help.text"
-msgid "ROUND(Number; Count)"
-msgstr "ROUND(რიცხვი; თვლა)"
+msgid "Error Alert"
+msgstr "შეცდომის გაფრთხილება"
-#: 04060106.xhp
+#: 12120300.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3158196\n"
-"402\n"
+"12120300.xhp\n"
+"hd_id3153821\n"
+"1\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."
+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>"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12120300.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id599688\n"
+"12120300.xhp\n"
+"par_id3154138\n"
+"25\n"
"help.text"
-msgid "This function rounds to the nearest number. See ROUNDDOWN and ROUNDUP for alternatives."
+msgid "You can also start a macro with an error message. A sample macro is provided at the end of this page."
msgstr ""
-#: 04060106.xhp
+#: 12120300.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3145863\n"
-"404\n"
+"12120300.xhp\n"
+"hd_id3156280\n"
+"3\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Show error message when invalid values are entered."
+msgstr "არასწორი მნიშვნელობის შეყვანისას შეცდომის შეტყობინების ჩვენება."
-#: 04060106.xhp
+#: 12120300.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3145876\n"
-"405\n"
+"12120300.xhp\n"
+"par_id3150768\n"
+"4\n"
"help.text"
-msgid "<item type=\"input\">=ROUND(2.348;2)</item> returns 2.35"
+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 ""
-#: 04060106.xhp
+#: 12120300.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3145899\n"
-"406\n"
+"12120300.xhp\n"
+"par_id3146984\n"
+"5\n"
"help.text"
-msgid "<item type=\"input\">=ROUND(-32.4834;3)</item> returns -32.483. Change the cell format to see all decimals."
+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 ""
-#: 04060106.xhp
+#: 12120300.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id1371501\n"
+"12120300.xhp\n"
+"hd_id3152460\n"
+"6\n"
"help.text"
-msgid "<item type=\"input\">=ROUND(2.348;0)</item> returns 2."
-msgstr ""
+msgid "Contents"
+msgstr "შიგთავსი"
-#: 04060106.xhp
+#: 12120300.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id4661702\n"
+"12120300.xhp\n"
+"hd_id3148646\n"
+"8\n"
"help.text"
-msgid "<item type=\"input\">=ROUND(2.5)</item> returns 3."
+msgid "Action"
+msgstr "მოქმედება"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12120300.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id7868892\n"
+"12120300.xhp\n"
+"hd_id3156441\n"
+"10\n"
"help.text"
-msgid "<item type=\"input\">=ROUND(987.65;-2)</item> returns 1000."
+msgid "Browse"
+msgstr "მიმოხილვა"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12120300.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3145991\n"
+"12120300.xhp\n"
+"hd_id3153876\n"
+"12\n"
"help.text"
-msgid "<bookmark_value>ROUNDDOWN function</bookmark_value>"
-msgstr "<bookmark_value>ROUNDDOWN ფუნქცია</bookmark_value>"
+msgid "Title"
+msgstr "სათაური"
-#: 04060106.xhp
+#: 12120300.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3145991\n"
-"24\n"
+"12120300.xhp\n"
+"par_id3149410\n"
+"13\n"
"help.text"
-msgid "ROUNDDOWN"
-msgstr "ROUNDDOWN"
+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 ""
-#: 04060106.xhp
+#: 12120300.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3146020\n"
-"25\n"
+"12120300.xhp\n"
+"hd_id3154510\n"
+"14\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_ABRUNDEN\">Rounds a number down, toward zero, to a certain precision.</ahelp>"
+msgid "Error message"
+msgstr "შეცდომის შეტყობინება"
+
+#: 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 ""
-#: 04060106.xhp
+#: 12120300.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3146037\n"
-"26\n"
+"12120300.xhp\n"
+"par_id3150752\n"
+"16\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<emph>Sample macro:</emph>"
+msgstr "<emph>სანიმუშო მაკროსი:</emph>"
-#: 04060106.xhp
+#: format_graphic.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3146051\n"
-"27\n"
+"format_graphic.xhp\n"
+"tit\n"
"help.text"
-msgid "ROUNDDOWN(Number; Count)"
-msgstr "ROUNDDOWN(რიცხვი; თვლა)"
+msgid "Graphic"
+msgstr "გრაფიკა"
-#: 04060106.xhp
+#: format_graphic.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3146064\n"
-"28\n"
+"format_graphic.xhp\n"
+"par_idN10548\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 ""
+msgid "<link href=\"text/scalc/01/format_graphic.xhp\">Graphic</link>"
+msgstr "<link href=\"text/scalc/01/format_graphic.xhp\">გრაფიკა</link>"
-#: 04060106.xhp
+#: format_graphic.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id2188787\n"
+"format_graphic.xhp\n"
+"par_idN10558\n"
"help.text"
-msgid "This function rounds towards zero. See ROUNDUP and ROUND for alternatives."
-msgstr ""
+msgid "<ahelp hid=\".\">Opens a submenu to edit the properties of the selected object.</ahelp>"
+msgstr "<ahelp hid=\".\">ხსნის ქვემენიუს მონიშნული ობიექტის პარამეტრების ჩასასწორებლად.</ahelp>"
-#: 04060106.xhp
+#: format_graphic.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3163164\n"
-"30\n"
+"format_graphic.xhp\n"
+"par_id1650440\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<link href=\"text/shared/01/05990000.xhp\">Define Text Attributes</link>"
+msgstr "<link href=\"text/shared/01/05990000.xhp\">ტექსტური ატრიბუტების განსაზღვრა</link>"
-#: 04060106.xhp
+#: format_graphic.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3163178\n"
-"31\n"
+"format_graphic.xhp\n"
+"par_id363475\n"
"help.text"
-msgid "<item type=\"input\">=ROUNDDOWN(1.234;2)</item> returns 1.23."
-msgstr ""
+msgid "Sets the layout and anchoring properties for text in the selected drawing or text object."
+msgstr "მომართავს განლაგებას და ღუზის პარამეტრებს ტექსტისათვის მონიშნულ ნახატში ან ტექსტურ ობიექტში."
-#: 04060106.xhp
+#: format_graphic.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id5833307\n"
+"format_graphic.xhp\n"
+"par_id9746696\n"
"help.text"
-msgid "<item type=\"input\">=ROUNDDOWN(45.67;0)</item> returns 45."
-msgstr ""
+msgid "Points"
+msgstr "წერტილები"
-#: 04060106.xhp
+#: format_graphic.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id7726676\n"
+"format_graphic.xhp\n"
+"par_id2480544\n"
"help.text"
-msgid "<item type=\"input\">=ROUNDDOWN(-45.67)</item> returns -45."
+msgid "<ahelp hid=\".\">Switches <emph>Edit Points</emph> mode for an inserted freeform line on and off.</ahelp>"
msgstr ""
-#: 04060106.xhp
+#: func_date.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3729361\n"
+"func_date.xhp\n"
+"tit\n"
"help.text"
-msgid "<item type=\"input\">=ROUNDDOWN(987.65;-2)</item> returns 900."
-msgstr ""
+msgid "DATE"
+msgstr "DATE"
-#: 04060106.xhp
+#: func_date.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3163268\n"
+"func_date.xhp\n"
+"bm_id3155511\n"
"help.text"
-msgid "<bookmark_value>ROUNDUP function</bookmark_value>"
-msgstr "<bookmark_value>ROUNDUP ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>DATE function</bookmark_value>"
+msgstr "<bookmark_value>DATE ფუნქცია</bookmark_value>"
-#: 04060106.xhp
+#: func_date.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3163268\n"
-"140\n"
+"func_date.xhp\n"
+"hd_id3155511\n"
+"3\n"
"help.text"
-msgid "ROUNDUP"
-msgstr "ROUNDUP"
+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>"
-#: 04060106.xhp
+#: func_date.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3163297\n"
-"141\n"
+"func_date.xhp\n"
+"par_id3153551\n"
+"4\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_AUFRUNDEN\">Rounds a number up, away from zero, to a certain precision.</ahelp>"
+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 ""
-#: 04060106.xhp
+#: func_date.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3163315\n"
-"142\n"
+"func_date.xhp\n"
+"hd_id3148590\n"
+"5\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060106.xhp
+#: func_date.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3163328\n"
-"143\n"
+"func_date.xhp\n"
+"par_id3150474\n"
+"6\n"
"help.text"
-msgid "ROUNDUP(Number; Count)"
-msgstr "ROUNDUP(რიცხვი; თვლა)"
+msgid "DATE(Year; Month; Day)"
+msgstr "DATE(წელი; თვე; დღე)"
-#: 04060106.xhp
+#: func_date.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3163342\n"
-"144\n"
+"func_date.xhp\n"
+"par_id3152815\n"
+"7\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."
+msgid "<emph>Year</emph> is an integer between 1583 and 9957 or between 0 and 99."
+msgstr "<emph>წელი</emph> არის რიცხვი 1583-დან 9956-მდე ან 0 - 99."
+
+#: 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 ""
-#: 04060106.xhp
+#: func_date.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id9573961\n"
+"func_date.xhp\n"
+"par_id3155817\n"
+"8\n"
"help.text"
-msgid "This function rounds away from zero. See ROUNDDOWN and ROUND for alternatives."
+msgid "<emph>Month</emph> is an integer indicating the month."
+msgstr "<emph>თვე</emph> არის რიცხვი 1 და 12 შორის განსაზღვრავს თვეს."
+
+#: 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 ""
-#: 04060106.xhp
+#: func_date.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3163381\n"
-"146\n"
+"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 ""
+
+#: func_date.xhp
+msgctxt ""
+"func_date.xhp\n"
+"hd_id3147477\n"
+"12\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060106.xhp
+#: func_date.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3144786\n"
-"147\n"
+"func_date.xhp\n"
+"par_id3152589\n"
+"16\n"
"help.text"
-msgid "<item type=\"input\">=ROUNDUP(1.1111;2)</item> returns 1.12."
+msgid "<item type=\"input\">=DATE(00;1;31)</item> yields 1/31/00 if the cell format setting is MM/DD/YY."
msgstr ""
-#: 04060106.xhp
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id7700430\n"
+"func_datedif.xhp\n"
+"tit\n"
"help.text"
-msgid "<item type=\"input\">=ROUNDUP(1.2345;1)</item> returns 1.3."
+msgid "DATEDIF"
msgstr ""
-#: 04060106.xhp
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id1180455\n"
+"func_datedif.xhp\n"
+"bm_id3155511\n"
"help.text"
-msgid "<item type=\"input\">=ROUNDUP(45.67;0)</item> returns 46."
+msgid "<bookmark_value>DATEDIF function</bookmark_value>"
+msgstr "<bookmark_value>DATE ფუნქცია</bookmark_value>"
+
+#: func_datedif.xhp
+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>"
+
+#: 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 ""
-#: 04060106.xhp
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3405560\n"
+"func_datedif.xhp\n"
+"hd_id3148590\n"
"help.text"
-msgid "<item type=\"input\">=ROUNDUP(-45.67)</item> returns -46."
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: func_datedif.xhp
+msgctxt ""
+"func_datedif.xhp\n"
+"par_id3150474\n"
+"help.text"
+msgid "DATEDIF(Start date; End date; Interval)"
msgstr ""
-#: 04060106.xhp
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3409527\n"
+"func_datedif.xhp\n"
+"par_id3152815\n"
"help.text"
-msgid "<item type=\"input\">=ROUNDUP(987.65;-2)</item> returns 1000."
+msgid "<emph>Start date</emph> is the date from when the calculation is carried out."
msgstr ""
-#: 04060106.xhp
-#, fuzzy
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id5256537\n"
+"func_datedif.xhp\n"
+"par_id3155817\n"
"help.text"
-msgid "<bookmark_value>SEC function</bookmark_value>"
-msgstr "<bookmark_value>SKEW ფუნქცია</bookmark_value>"
+msgid "<emph>End date</emph> is the date until the calculation is carried out. End date must be later, than Start date."
+msgstr ""
-#: 04060106.xhp
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id5187204\n"
-"149\n"
+"func_datedif.xhp\n"
+"par_id3153183\n"
"help.text"
-msgid "SEC"
+msgid "<emph>Interval</emph> is a string, accepted values are \"d\", \"m\", \"y\", \"ym\", \"md\" or \"yd\"."
msgstr ""
-#: 04060106.xhp
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id9954962\n"
-"150\n"
+"func_datedif.xhp\n"
+"par_id5735953\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>"
+msgid "Value for \"Interval\""
msgstr ""
-#: 04060106.xhp
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id422243\n"
-"151\n"
+"func_datedif.xhp\n"
+"par_id8360850\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Return value"
+msgstr "დაბრუნების მნიშვნელობა"
-#: 04060106.xhp
-#, fuzzy
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id2055913\n"
-"152\n"
+"func_datedif.xhp\n"
+"par_id9648731\n"
"help.text"
-msgid "SEC(Number)"
-msgstr "SIN(რიცხვი)"
+msgid "\"d\""
+msgstr ""
-#: 04060106.xhp
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id9568170\n"
-"153\n"
+"func_datedif.xhp\n"
+"par_id908841\n"
"help.text"
-msgid "Returns the (trigonometric) secant of <emph>Number</emph>, the angle in radians."
+msgid "Number of whole days between Start date and End date."
msgstr ""
-#: 04060106.xhp
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id9047465\n"
+"func_datedif.xhp\n"
+"par_id8193914\n"
"help.text"
-msgid "To return the secant of an angle in degrees, use the RADIANS function."
+msgid "\"m\""
msgstr ""
-#: 04060106.xhp
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id9878918\n"
-"154\n"
+"func_datedif.xhp\n"
+"par_id9841608\n"
"help.text"
-msgid "Examples"
-msgstr "მაგალითები"
+msgid "Number of whole months between Start date and End date."
+msgstr ""
-#: 04060106.xhp
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id6935513\n"
-"155\n"
+"func_datedif.xhp\n"
+"par_id2701803\n"
"help.text"
-msgid "<item type=\"input\">=SEC(PI()/4)</item> returns approximately 1.4142135624, the inverse of the cosine of PI/4 radians."
+msgid "\"y\""
msgstr ""
-#: 04060106.xhp
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3954287\n"
-"156\n"
+"func_datedif.xhp\n"
+"par_id2136295\n"
"help.text"
-msgid "<item type=\"input\">=SEC(RADIANS(60))</item> returns 2, the secant of 60 degrees."
+msgid "Number of whole years between Start date and End date."
msgstr ""
-#: 04060106.xhp
-#, fuzzy
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id840005\n"
+"func_datedif.xhp\n"
+"par_id9200109\n"
"help.text"
-msgid "<bookmark_value>SECH function</bookmark_value>"
-msgstr "<bookmark_value>SEARCH ფუნქცია</bookmark_value>"
+msgid "\"ym\""
+msgstr ""
-#: 04060106.xhp
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id8661934\n"
-"159\n"
+"func_datedif.xhp\n"
+"par_id4186223\n"
"help.text"
-msgid "SECH"
+msgid "Number of whole months when subtracting years from the difference of Start date and End date."
msgstr ""
-#: 04060106.xhp
-#, fuzzy
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id408174\n"
-"160\n"
+"func_datedif.xhp\n"
+"par_id5766472\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SECANTHYP\">Returns the hyperbolic secant of a number.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_SINHYP\">აბრუნებს რიცხვის ჰიპერბოლურ სინუსს.</ahelp>"
+msgid "\"md\""
+msgstr ""
-#: 04060106.xhp
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id875988\n"
-"161\n"
+"func_datedif.xhp\n"
+"par_id1491134\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Number of whole days when subtracting years and months from the difference of Start date and End date."
+msgstr ""
-#: 04060106.xhp
-#, fuzzy
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id4985391\n"
-"162\n"
+"func_datedif.xhp\n"
+"par_id5866472\n"
"help.text"
-msgid "SECH(Number)"
-msgstr "ASINH(რიცხვი)"
+msgid "\"yd\""
+msgstr ""
-#: 04060106.xhp
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id1952124\n"
-"163\n"
+"func_datedif.xhp\n"
+"par_id1591134\n"
"help.text"
-msgid "Returns the hyperbolic secant of <emph>Number</emph>."
+msgid "Number of whole days when subtracting years from the difference of Start date and End date."
msgstr ""
-#: 04060106.xhp
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id9838764\n"
-"164\n"
+"func_datedif.xhp\n"
+"hd_id3147477\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060106.xhp
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id1187764\n"
-"165\n"
+"func_datedif.xhp\n"
+"par_id3152589\n"
"help.text"
-msgid "<item type=\"input\">=SECH(0)</item> returns 1, the hyperbolic secant of 0."
+msgid "Birthday calculation. A man was born on 1974-04-17. Today is 2012-06-13."
msgstr ""
-#: 04060106.xhp
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3144877\n"
+"func_datedif.xhp\n"
+"par_id3252589\n"
"help.text"
-msgid "<bookmark_value>SIN function</bookmark_value>"
-msgstr "<bookmark_value>SIN ფუნქცია</bookmark_value>"
+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 ""
-#: 04060106.xhp
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3144877\n"
-"408\n"
+"func_datedif.xhp\n"
+"par_id3352589\n"
"help.text"
-msgid "SIN"
-msgstr "SIN"
+msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"m\")</item> yields 457, he has been living for 457 months."
+msgstr ""
-#: 04060106.xhp
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3144906\n"
-"409\n"
+"func_datedif.xhp\n"
+"par_id3452589\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SIN\">Returns the sine of the given angle (in radians).</ahelp>"
+msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"d\")</item> yields 13937, he has been living for 13937 days."
msgstr ""
-#: 04060106.xhp
+#: func_datedif.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3144923\n"
-"410\n"
+"func_datedif.xhp\n"
+"par_id3752589\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<item type=\"input\">=DATEDIF(\"1974-04-17\";\"2012-06-13\";\"yd\")</item> yields 57, his birthday was 57 days ago."
+msgstr ""
-#: 04060106.xhp
+#: func_datevalue.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3144937\n"
-"411\n"
+"func_datevalue.xhp\n"
+"tit\n"
"help.text"
-msgid "SIN(Number)"
-msgstr "SIN(რიცხვი)"
+msgid "DATEVALUE"
+msgstr "DATEVALUE"
-#: 04060106.xhp
+#: func_datevalue.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3144950\n"
-"412\n"
+"func_datevalue.xhp\n"
+"bm_id3145621\n"
"help.text"
-msgid "Returns the (trigonometric) sine of <emph>Number</emph>, the angle in radians."
+msgid "<bookmark_value>DATEVALUE function</bookmark_value>"
+msgstr "<bookmark_value>DATEVALUE ფუნქცია</bookmark_value>"
+
+#: 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>"
+
+#: 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 ""
-#: 04060106.xhp
+#: func_datevalue.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id8079470\n"
+"func_datevalue.xhp\n"
+"par_id3149281\n"
+"20\n"
"help.text"
-msgid "To return the sine of an angle in degrees, use the RADIANS function."
+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 ""
-#: 04060106.xhp
+#: func_datevalue.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3144969\n"
-"413\n"
+"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 ""
+
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"hd_id3156294\n"
+"21\n"
+"help.text"
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"par_id3149268\n"
+"22\n"
+"help.text"
+msgid "DATEVALUE(\"Text\")"
+msgstr "DATEVALUE(\"ტექსტი\")"
+
+#: 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> არის მართებული დროის გამოსახულება, რომელიც ბრჭყალებში უნდა ჩასვთ."
+
+#: func_datevalue.xhp
+msgctxt ""
+"func_datevalue.xhp\n"
+"hd_id3156309\n"
+"24\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060106.xhp
+#: func_datevalue.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3144983\n"
-"414\n"
+"func_datevalue.xhp\n"
+"par_id3155841\n"
+"25\n"
"help.text"
-msgid "<item type=\"input\">=SIN(PI()/2)</item> returns 1, the sine of PI/2 radians."
+msgid "<emph>=DATEVALUE(\"1954-07-20\")</emph> yields 19925."
msgstr ""
-#: 04060106.xhp
+#: func_day.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3916440\n"
+"func_day.xhp\n"
+"tit\n"
"help.text"
-msgid "<item type=\"input\">=SIN(RADIANS(30))</item> returns 0.5, the sine of 30 degrees."
-msgstr ""
+msgid "DAY"
+msgstr "DAY"
-#: 04060106.xhp
+#: func_day.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3163397\n"
+"func_day.xhp\n"
+"bm_id3147317\n"
"help.text"
-msgid "<bookmark_value>SINH function</bookmark_value>"
-msgstr "<bookmark_value>SINH ფუნქცია</bookmark_value>"
+msgid "<bookmark_value>DAY function</bookmark_value>"
+msgstr "<bookmark_value>DAY ფუნქცია</bookmark_value>"
-#: 04060106.xhp
+#: func_day.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3163397\n"
-"418\n"
+"func_day.xhp\n"
+"hd_id3147317\n"
+"106\n"
"help.text"
-msgid "SINH"
-msgstr "SINH"
+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>"
-#: 04060106.xhp
+#: func_day.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3163426\n"
-"419\n"
+"func_day.xhp\n"
+"par_id3147584\n"
+"107\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_SINHYP\">Returns the hyperbolic sine of a number.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_SINHYP\">აბრუნებს რიცხვის ჰიპერბოლურ სინუსს.</ahelp>"
+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 ""
-#: 04060106.xhp
+#: func_day.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3163444\n"
-"420\n"
+"func_day.xhp\n"
+"hd_id3150487\n"
+"108\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060106.xhp
+#: func_day.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3163457\n"
-"421\n"
+"func_day.xhp\n"
+"par_id3149430\n"
+"109\n"
"help.text"
-msgid "SINH(Number)"
-msgstr "ASINH(რიცხვი)"
+msgid "DAY(Number)"
+msgstr "DAY(რიცხვი)"
-#: 04060106.xhp
+#: func_day.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3163471\n"
-"422\n"
+"func_day.xhp\n"
+"par_id3149443\n"
+"110\n"
"help.text"
-msgid "Returns the hyperbolic sine of <emph>Number</emph>."
-msgstr ""
+msgid "<emph>Number</emph>, as a time value, is a decimal, for which the day is to be returned."
+msgstr "<emph>რიცხვი</emph>, რგორც დროის მნიშვნელობა; არის ათწილადი; რომლისთვისაც დაბრუნდება წამები."
-#: 04060106.xhp
+#: func_day.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3163491\n"
-"423\n"
+"func_day.xhp\n"
+"hd_id3163809\n"
+"111\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Examples"
+msgstr "მაგალითები"
-#: 04060106.xhp
+#: func_day.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3163504\n"
-"424\n"
+"func_day.xhp\n"
+"par_id3151200\n"
+"112\n"
"help.text"
-msgid "<item type=\"input\">=SINH(0)</item> returns 0, the hyperbolic sine of 0."
+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
+msgctxt ""
+"func_day.xhp\n"
+"par_id3154130\n"
+"113\n"
+"help.text"
+msgid "DAY(NOW()) returns the current day."
+msgstr "DAY(NOW()) აბრუნებს მიმდნარე დღეს."
+
+#: 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 ""
-#: 04060106.xhp
+#: func_days.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3163596\n"
+"func_days.xhp\n"
+"tit\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>"
+msgid "DAYS"
+msgstr "DAYS"
-#: 04060106.xhp
+#: func_days.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3163596\n"
-"428\n"
+"func_days.xhp\n"
+"bm_id3151328\n"
"help.text"
-msgid "SUM"
-msgstr "SUM"
+msgid "<bookmark_value>DAYS function</bookmark_value>"
+msgstr "<bookmark_value>DAYS ფუნქცია</bookmark_value>"
-#: 04060106.xhp
+#: func_days.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3163625\n"
-"429\n"
+"func_days.xhp\n"
+"hd_id3151328\n"
+"116\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>"
+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
+#: func_days.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3163643\n"
-"430\n"
+"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 ""
+
+#: func_days.xhp
+msgctxt ""
+"func_days.xhp\n"
+"hd_id3155184\n"
+"118\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060106.xhp
+#: func_days.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3163656\n"
-"431\n"
+"func_days.xhp\n"
+"par_id3149578\n"
+"119\n"
"help.text"
-msgid "SUM(Number1; Number2; ...; Number30)"
-msgstr "SUM(რიცხვი 1; რიცხვი 2; ..., რიცხვი 30)"
+msgid "DAYS(Date2; Date1)"
+msgstr "DAYS(თარიღი_2;თარიღი_1)"
-#: 04060106.xhp
+#: func_days.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3163671\n"
-"432\n"
+"func_days.xhp\n"
+"par_id3151376\n"
+"120\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-მდე არგუმენტი, რომელიც უნდა დაჯამდეს."
+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
+#: func_days.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3163690\n"
-"433\n"
+"func_days.xhp\n"
+"hd_id3151001\n"
+"121\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Examples"
+msgstr "მაგალითები"
-#: 04060106.xhp
+#: func_days.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3163704\n"
-"434\n"
+"func_days.xhp\n"
+"par_id3159101\n"
+"123\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 ""
+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
+#: func_days.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3151740\n"
-"556\n"
+"func_days.xhp\n"
+"par_id3163720\n"
+"172\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."
+msgid "=DAYS(\"1990-10-10\";\"1980-10-10\") returns 3652 days."
msgstr ""
-#: 04060106.xhp
+#: func_days360.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3151756\n"
-"619\n"
+"func_days360.xhp\n"
+"tit\n"
"help.text"
-msgid "Conditions linked by AND can be used with the function SUM() in the following manner:"
-msgstr "AND-ით დაკავშირებული პირობები ფუნქცია SUM()-ით შემდეგ ნაერად შეიძლება იყოს:"
+msgid "DAYS360"
+msgstr "DAYS360"
-#: 04060106.xhp
+#: func_days360.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3151774\n"
-"620\n"
+"func_days360.xhp\n"
+"bm_id3148555\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 თარიღი ტოლია არა."
+msgid "<bookmark_value>DAYS360 function</bookmark_value>"
+msgstr "<bookmark_value>DAYS360 ფუნქცია</bookmark_value>"
-#: 04060106.xhp
+#: func_days360.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3151799\n"
-"621\n"
+"func_days360.xhp\n"
+"hd_id3148555\n"
+"124\n"
"help.text"
-msgid "Enter the following formula as an array formula:"
-msgstr "შემდეგი ფორმულის მასივის ფორმულად შეყვანა:"
+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>"
-#: 04060106.xhp
+#: func_days360.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3151813\n"
-"622\n"
+"func_days360.xhp\n"
+"par_id3156032\n"
+"125\n"
"help.text"
-msgid "<item type=\"input\">=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)</item>"
+msgid "<ahelp hid=\"HID_FUNC_TAGE360\">Returns the difference between two dates based on the 360 day year used in interest calculations.</ahelp>"
msgstr ""
-#: 04060106.xhp
+#: func_days360.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3151828\n"
-"623\n"
+"func_days360.xhp\n"
+"hd_id3155347\n"
+"126\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 ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060106.xhp
+#: func_days360.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3151869\n"
-"624\n"
+"func_days360.xhp\n"
+"par_id3155313\n"
+"127\n"
"help.text"
-msgid "{=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}"
-msgstr "{=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}"
+msgid "DAYS360(\"Date1\"; \"Date2\"; Type)"
+msgstr ""
-#: 04060106.xhp
+#: func_days360.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3151884\n"
-"625\n"
+"func_days360.xhp\n"
+"par_id3145263\n"
+"128\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."
+msgid "If <emph>Date2</emph> is earlier than <emph>Date1</emph>, the function will return a negative number."
msgstr ""
-#: 04060106.xhp
+#: func_days360.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3151957\n"
+"func_days360.xhp\n"
+"par_id3151064\n"
+"129\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>"
+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 ""
-#: 04060106.xhp
+#: func_days360.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3151957\n"
-"436\n"
+"func_days360.xhp\n"
+"hd_id3148641\n"
+"130\n"
"help.text"
-msgid "SUMIF"
-msgstr "SUMIF"
+msgid "Examples"
+msgstr "მაგალითები"
-#: 04060106.xhp
+#: func_days360.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3151986\n"
-"437\n"
+"func_days360.xhp\n"
+"par_id3156348\n"
+"132\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> ეს ფუნქცია გამოიყენება დიაპაზონის მიმოხილვისთვის, როდესაც ეძებთ განსაზღვრულ მნიშვნელობას."
+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 იანვრიდან."
-#: 04060106.xhp
+#: func_eastersunday.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3152015\n"
-"438\n"
+"func_eastersunday.xhp\n"
+"tit\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "EASTERSUNDAY"
+msgstr "EASTERSUNDAY"
-#: 04060106.xhp
+#: func_eastersunday.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3152028\n"
-"439\n"
+"func_eastersunday.xhp\n"
+"bm_id3152960\n"
"help.text"
-msgid "SUMIF(Range; Criteria; SumRange)"
-msgstr "SUMIF(დიაპაზონი; კრიტერიუმი; ჯამი_დიაპაზონი)"
+msgid "<bookmark_value>EASTERSUNDAY function</bookmark_value>"
+msgstr "<bookmark_value>EASTERSUNDAY ფუნქცია</bookmark_value>"
-#: 04060106.xhp
+#: func_eastersunday.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3152043\n"
-"440\n"
+"func_eastersunday.xhp\n"
+"hd_id3152960\n"
+"175\n"
"help.text"
-msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
-msgstr "<emph>დიაპაზონი</emph> არის დიაპაზონი რომლისთვისაც კრიტერიუმი უნდა გააქტიურდეს."
+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>"
-#: 04060106.xhp
+#: func_eastersunday.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3152062\n"
-"441\n"
+"func_eastersunday.xhp\n"
+"par_id3154570\n"
+"176\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."
+msgid "<ahelp hid=\"HID_FUNC_OSTERSONNTAG\">Returns the date of Easter Sunday for the entered year.</ahelp>"
msgstr ""
-#: 04060106.xhp
+#: func_eastersunday.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3152083\n"
-"442\n"
+"func_eastersunday.xhp\n"
+"hd_id9460127\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."
+msgid "Syntax"
+msgstr "სინტაქსი"
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id2113711\n"
+"help.text"
+msgid "EASTERSUNDAY(Year)"
msgstr ""
-#: 04060106.xhp
+#: func_eastersunday.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id8347422\n"
+"func_eastersunday.xhp\n"
+"par_id3938413\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."
+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 ""
-#: 04060106.xhp
+#: func_eastersunday.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3152110\n"
-"443\n"
+"func_eastersunday.xhp\n"
+"par_id3156156\n"
+"177\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Easter Monday = EASTERSUNDAY(Year) + 1"
+msgstr "სააღდგომო ორშაბათი = EASTERSUNDAY() + 1"
-#: 04060106.xhp
+#: func_eastersunday.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3152148\n"
-"626\n"
+"func_eastersunday.xhp\n"
+"par_id3147521\n"
+"178\n"
"help.text"
-msgid "To sum up only negative numbers: <item type=\"input\">=SUMIF(A1:A10;\"<0\")</item>"
-msgstr ""
+msgid "Good Friday = EASTERSUNDAY(Year) - 2"
+msgstr "წითელი პარასკევი EASTERSUNDAY() - 2"
-#: 04060106.xhp
+#: func_eastersunday.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id6670125\n"
+"func_eastersunday.xhp\n"
+"par_id3146072\n"
+"179\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."
+msgid "Pentecost Sunday = EASTERSUNDAY(Year) + 49"
+msgstr "სამების კვირა = EASTERSUNDAY() + 49"
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3149553\n"
+"180\n"
+"help.text"
+msgid "Pentecost Monday = EASTERSUNDAY(Year) + 50"
+msgstr "სამების ორშაბათი EASTERSUNDAY() + 50"
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"hd_id3155120\n"
+"181\n"
+"help.text"
+msgid "Examples"
+msgstr "მაგალითები"
+
+#: func_eastersunday.xhp
+msgctxt ""
+"func_eastersunday.xhp\n"
+"par_id3154472\n"
+"182\n"
+"help.text"
+msgid "=EASTERSUNDAY(2000) returns 2000-04-23."
msgstr ""
-#: 04060106.xhp
+#: func_eastersunday.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id6062196\n"
+"func_eastersunday.xhp\n"
+"par_id3150940\n"
+"184\n"
"help.text"
-msgid "See COUNTIF() for some more syntax examples that can be used with SUMIF()."
+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 ""
-#: 04060106.xhp
+#: func_edate.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3152195\n"
+"func_edate.xhp\n"
+"tit\n"
"help.text"
-msgid "<bookmark_value>TAN function</bookmark_value>"
-msgstr "<bookmark_value>TAN ფუნქცია</bookmark_value>"
+msgid "EDATE"
+msgstr "EDATE"
-#: 04060106.xhp
+#: func_edate.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3152195\n"
-"446\n"
+"func_edate.xhp\n"
+"bm_id3151184\n"
"help.text"
-msgid "TAN"
-msgstr "TAN"
+msgid "<bookmark_value>EDATE function</bookmark_value>"
+msgstr "<bookmark_value>EDATE ფუნქცია</bookmark_value>"
-#: 04060106.xhp
+#: func_edate.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3152224\n"
-"447\n"
+"func_edate.xhp\n"
+"hd_id3151184\n"
+"213\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_TAN\">Returns the tangent of the given angle (in radians).</ahelp>"
+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>"
+
+#: 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 ""
-#: 04060106.xhp
+#: func_edate.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3152242\n"
-"448\n"
+"func_edate.xhp\n"
+"hd_id3154647\n"
+"215\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060106.xhp
+#: func_edate.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3152255\n"
-"449\n"
+"func_edate.xhp\n"
+"par_id3153212\n"
+"216\n"
"help.text"
-msgid "TAN(Number)"
-msgstr "ATAN(რიცხვი)"
+msgid "EDATE(StartDate; Months)"
+msgstr "EDATE(საწყისი თარიღი;თვეები)"
-#: 04060106.xhp
+#: func_edate.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3152269\n"
-"450\n"
+"func_edate.xhp\n"
+"par_id3146860\n"
+"217\n"
"help.text"
-msgid "Returns the (trigonometric) tangent of <emph>Number</emph>, the angle in radians."
-msgstr ""
+msgid "<emph>StartDate</emph> is a date."
+msgstr "<emph>საწყისი თარიღი</emph>: თარიღი."
-#: 04060106.xhp
+#: func_edate.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id5752128\n"
+"func_edate.xhp\n"
+"par_id3152929\n"
+"218\n"
"help.text"
-msgid "To return the tangent of an angle in degrees, use the RADIANS function."
+msgid "<emph>Months</emph> is the number of months before (negative) or after (positive) the start date."
msgstr ""
-#: 04060106.xhp
+#: func_edate.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3152287\n"
-"451\n"
+"func_edate.xhp\n"
+"hd_id3151289\n"
+"219\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060106.xhp
+#: func_edate.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3152301\n"
-"452\n"
+"func_edate.xhp\n"
+"par_id3155845\n"
+"220\n"
"help.text"
-msgid "<item type=\"input\">=TAN(PI()/4) </item>returns 1, the tangent of PI/4 radians."
+msgid "What date is one month prior to 3.31.2001?"
msgstr ""
-#: 04060106.xhp
+#: func_edate.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id1804864\n"
+"func_edate.xhp\n"
+"par_id3155999\n"
+"221\n"
"help.text"
-msgid "<item type=\"input\">=TAN(RADIANS(45))</item> returns 1, the tangent of 45 degrees."
+msgid "<item type=\"input\">=EDATE(3.31.2001;-1)</item> returns 2.28.2001."
msgstr ""
-#: 04060106.xhp
+#: func_eomonth.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3165434\n"
+"func_eomonth.xhp\n"
+"tit\n"
"help.text"
-msgid "<bookmark_value>TANH function</bookmark_value>"
-msgstr "<bookmark_value>TANH ფუნქცია</bookmark_value>"
+msgid "EOMONTH"
+msgstr "EOMONTH"
-#: 04060106.xhp
+#: func_eomonth.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3165434\n"
-"456\n"
+"func_eomonth.xhp\n"
+"bm_id3150991\n"
"help.text"
-msgid "TANH"
-msgstr "TANH"
+msgid "<bookmark_value>EOMONTH function</bookmark_value>"
+msgstr "<bookmark_value>EOMONTH ფუნქცია</bookmark_value>"
-#: 04060106.xhp
+#: func_eomonth.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3165462\n"
-"457\n"
+"func_eomonth.xhp\n"
+"hd_id3150991\n"
+"231\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_TANHYP\">Returns the hyperbolic tangent of a number.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_TANHYP\">აბრუნებს რიცხვის ჰიპერბოლურ ტანგენსს.</ahelp>"
+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>"
-#: 04060106.xhp
+#: func_eomonth.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3165480\n"
-"458\n"
+"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 ""
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"hd_id3150597\n"
+"233\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060106.xhp
+#: func_eomonth.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3165494\n"
-"459\n"
+"func_eomonth.xhp\n"
+"par_id3150351\n"
+"234\n"
"help.text"
-msgid "TANH(Number)"
-msgstr "ATANH(რიცხვი)"
+msgid "EOMONTH(StartDate; Months)"
+msgstr "EOMONTH (საწყისი თარიღი; თვეები)"
-#: 04060106.xhp
+#: func_eomonth.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3165508\n"
-"460\n"
+"func_eomonth.xhp\n"
+"par_id3146787\n"
+"235\n"
"help.text"
-msgid "Returns the hyperbolic tangent of <emph>Number</emph>."
+msgid "<emph>StartDate</emph> is a date (the starting point of the calculation)."
msgstr ""
-#: 04060106.xhp
+#: func_eomonth.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3165527\n"
-"461\n"
+"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 ""
+
+#: func_eomonth.xhp
+msgctxt ""
+"func_eomonth.xhp\n"
+"hd_id3156335\n"
+"237\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060106.xhp
+#: func_eomonth.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3165541\n"
-"462\n"
+"func_eomonth.xhp\n"
+"par_id3154829\n"
+"238\n"
"help.text"
-msgid "<item type=\"input\">=TANH(0)</item> returns 0, the hyperbolic tangent of 0."
-msgstr ""
+msgid "What is the last day of the month that falls 6 months after September 14 2001?"
+msgstr "რა ტოლია დღე - თვე თვეები სექტემბერი?"
-#: 04060106.xhp
+#: func_eomonth.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3165633\n"
+"func_eomonth.xhp\n"
+"par_id3156143\n"
+"239\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>"
+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 ""
-#: 04060106.xhp
+#: func_eomonth.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3165633\n"
-"466\n"
+"func_eomonth.xhp\n"
+"par_id3156144\n"
+"239\n"
"help.text"
-msgid "SUBTOTAL"
-msgstr "SUBTOTAL"
+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 ""
-#: 04060106.xhp
+#: func_hour.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3165682\n"
-"467\n"
+"func_hour.xhp\n"
+"tit\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> თუ დიაპაზონი უკვე შეიცავს ქვეჯამებს, იგი არ გამოიყენება შემდგომი გამოთვლისთვის. გამოიყენეთ ეს ფუნქცია ავტოფილტრთან ერთად ანგარიშში მხოლოდ გაფილტრული ჩანაწერების მისაღებად."
+msgid "HOUR"
+msgstr "HOUR"
-#: 04060106.xhp
+#: func_hour.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3165704\n"
-"495\n"
+"func_hour.xhp\n"
+"bm_id3154725\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "<bookmark_value>HOUR function</bookmark_value>"
+msgstr "<bookmark_value>HOUR ფუნქცია</bookmark_value>"
-#: 04060106.xhp
+#: func_hour.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3165717\n"
-"496\n"
+"func_hour.xhp\n"
+"hd_id3154725\n"
+"96\n"
"help.text"
-msgid "SUBTOTAL(Function; Range)"
-msgstr "SUBTOTAL(ფუნქცია; დიაპაზონი)"
+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>"
-#: 04060106.xhp
+#: func_hour.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3165731\n"
-"497\n"
+"func_hour.xhp\n"
+"par_id3149747\n"
+"97\n"
"help.text"
-msgid "<emph>Function</emph> is a number that stands for one of the following functions:"
-msgstr "<emph>ფუნქცია</emph> არის რიცხვი, რომელიც მიეკუთვნება შემდეგ ფუნქციათაგან ერთერთს:"
+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-ს შორის."
-#: 04060106.xhp
+#: func_hour.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3165782\n"
-"469\n"
+"func_hour.xhp\n"
+"hd_id3149338\n"
+"98\n"
"help.text"
-msgid "Function index"
-msgstr "ფუნქციის ინდექსი"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060106.xhp
+#: func_hour.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3165806\n"
-"470\n"
+"func_hour.xhp\n"
+"par_id3150637\n"
+"99\n"
"help.text"
-msgid "Function"
-msgstr "ფუნქცია"
+msgid "HOUR(Number)"
+msgstr "HOUR(რიცხვი)"
-#: 04060106.xhp
+#: func_hour.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3165833\n"
-"471\n"
+"func_hour.xhp\n"
+"par_id3147547\n"
+"100\n"
"help.text"
-msgid "1"
-msgstr "1"
+msgid "<emph>Number</emph>, as a time value, is a decimal, for which the hour is to be returned."
+msgstr "<emph>რიცხვი</emph>, რგორც დროის მნიშვნელობა; არის ათწილადი; რომლისთვისაც დაბრუნდება წამები."
-#: 04060106.xhp
+#: func_hour.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3165856\n"
-"472\n"
+"func_hour.xhp\n"
+"hd_id3153264\n"
+"101\n"
"help.text"
-msgid "AVERAGE"
-msgstr "AVERAGE"
+msgid "Examples"
+msgstr "მაგალითები"
-#: 04060106.xhp
+#: func_hour.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3165883\n"
-"473\n"
+"func_hour.xhp\n"
+"par_id3159215\n"
+"103\n"
"help.text"
-msgid "2"
-msgstr "2"
+msgid "<item type=\"input\">=HOUR(NOW())</item> returns the current hour"
+msgstr ""
-#: 04060106.xhp
+#: func_hour.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3165906\n"
-"474\n"
+"func_hour.xhp\n"
+"par_id3145152\n"
+"104\n"
"help.text"
-msgid "COUNT"
-msgstr "COUNT"
+msgid "<item type=\"input\">=HOUR(C4)</item> returns 17 if the contents of C4 = <item type=\"input\">17:20:00</item>."
+msgstr ""
-#: 04060106.xhp
+#: func_hour.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3165933\n"
-"475\n"
+"func_hour.xhp\n"
+"par_id3154188\n"
+"105\n"
"help.text"
-msgid "3"
-msgstr "3"
+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>."
-#: 04060106.xhp
+#: func_minute.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3165956\n"
-"476\n"
+"func_minute.xhp\n"
+"tit\n"
"help.text"
-msgid "COUNTA"
-msgstr "COUNTA"
+msgid "MINUTE"
+msgstr "MINUTE"
-#: 04060106.xhp
+#: func_minute.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3165983\n"
-"477\n"
+"func_minute.xhp\n"
+"bm_id3149803\n"
"help.text"
-msgid "4"
-msgstr "4"
+msgid "<bookmark_value>MINUTE function</bookmark_value>"
+msgstr "<bookmark_value>MINUTE ფუნქცია</bookmark_value>"
-#: 04060106.xhp
+#: func_minute.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3166006\n"
-"478\n"
+"func_minute.xhp\n"
+"hd_id3149803\n"
+"66\n"
"help.text"
-msgid "MAX"
-msgstr "MAX"
+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>"
-#: 04060106.xhp
+#: func_minute.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3166033\n"
-"479\n"
+"func_minute.xhp\n"
+"par_id3148988\n"
+"67\n"
"help.text"
-msgid "5"
-msgstr "5"
+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 ""
-#: 04060106.xhp
+#: func_minute.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3166056\n"
-"480\n"
+"func_minute.xhp\n"
+"hd_id3154343\n"
+"68\n"
"help.text"
-msgid "MIN"
-msgstr "MIN"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060106.xhp
+#: func_minute.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143316\n"
-"481\n"
+"func_minute.xhp\n"
+"par_id3148660\n"
+"69\n"
"help.text"
-msgid "6"
-msgstr "6"
+msgid "MINUTE(Number)"
+msgstr "MINUTE(რიცხვი)"
-#: 04060106.xhp
+#: func_minute.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143339\n"
-"482\n"
+"func_minute.xhp\n"
+"par_id3154611\n"
+"70\n"
"help.text"
-msgid "PRODUCT"
-msgstr "PRODUCT"
+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>, რგორც დროის მნიშვნელობა; არის ათწილადი; რომლისთვისაც დაბრუნდება წამები."
-#: 04060106.xhp
+#: func_minute.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143366\n"
-"483\n"
+"func_minute.xhp\n"
+"hd_id3145374\n"
+"71\n"
"help.text"
-msgid "7"
-msgstr "7"
+msgid "Examples"
+msgstr "მაგალითები"
-#: 04060106.xhp
+#: func_minute.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143389\n"
-"484\n"
+"func_minute.xhp\n"
+"par_id3148463\n"
+"72\n"
"help.text"
-msgid "STDEV"
-msgstr "STDEV"
+msgid "<item type=\"input\">=MINUTE(8.999)</item> returns 58"
+msgstr ""
-#: 04060106.xhp
+#: func_minute.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143416\n"
-"485\n"
+"func_minute.xhp\n"
+"par_id3149419\n"
+"73\n"
"help.text"
-msgid "8"
-msgstr "8"
+msgid "<item type=\"input\">=MINUTE(8.9999)</item> returns 59"
+msgstr ""
-#: 04060106.xhp
+#: func_minute.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143439\n"
-"486\n"
+"func_minute.xhp\n"
+"par_id3144755\n"
+"74\n"
"help.text"
-msgid "STDEVP"
-msgstr "STDEVP"
+msgid "<item type=\"input\">=MINUTE(NOW())</item> returns the current minute value."
+msgstr ""
-#: 04060106.xhp
+#: func_month.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143466\n"
-"487\n"
+"func_month.xhp\n"
+"tit\n"
"help.text"
-msgid "9"
-msgstr "9"
+msgid "MONTH"
+msgstr "MONTH"
-#: 04060106.xhp
+#: func_month.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143489\n"
-"488\n"
+"func_month.xhp\n"
+"bm_id3149936\n"
"help.text"
-msgid "SUM"
-msgstr "SUM"
+msgid "<bookmark_value>MONTH function</bookmark_value>"
+msgstr "<bookmark_value>MONTH ფუნქცია</bookmark_value>"
-#: 04060106.xhp
+#: func_month.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143516\n"
-"489\n"
+"func_month.xhp\n"
+"hd_id3149936\n"
+"76\n"
"help.text"
-msgid "10"
-msgstr "10"
+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>"
-#: 04060106.xhp
+#: func_month.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143539\n"
-"490\n"
+"func_month.xhp\n"
+"par_id3153538\n"
+"77\n"
"help.text"
-msgid "VAR"
-msgstr "VAR"
+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-ს შორის."
-#: 04060106.xhp
+#: func_month.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143566\n"
-"491\n"
+"func_month.xhp\n"
+"hd_id3149517\n"
+"78\n"
"help.text"
-msgid "11"
-msgstr "11"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060106.xhp
+#: func_month.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143589\n"
-"492\n"
+"func_month.xhp\n"
+"par_id3145602\n"
+"79\n"
"help.text"
-msgid "VARP"
-msgstr "VARP"
+msgid "MONTH(Number)"
+msgstr "MONTH(რიცხვი)"
-#: 04060106.xhp
+#: func_month.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143606\n"
-"498\n"
+"func_month.xhp\n"
+"par_id3149485\n"
+"80\n"
"help.text"
-msgid "<emph>Range</emph> is the range whose cells are included."
-msgstr "<emph>დიაპაზონი</emph> არის დიაპაზონი, რომელთა უჯრებიც ჩართულია."
+msgid "<emph>Number</emph>, as a time value, is a decimal for which the month is to be returned."
+msgstr "<emph>რიცხვი</emph>, რგორც დროის მნიშვნელობა; არის ათწილადი; რომლისთვისაც დაბრუნდება წამები."
-#: 04060106.xhp
+#: func_month.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3143625\n"
-"499\n"
+"func_month.xhp\n"
+"hd_id3153322\n"
+"81\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Examples"
+msgstr "მაგალითები"
-#: 04060106.xhp
+#: func_month.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143638\n"
-"562\n"
+"func_month.xhp\n"
+"par_id3149244\n"
+"83\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 ""
+msgid "=MONTH(NOW()) returns the current month."
+msgstr "MONTH(NOW()) აბრუნებს მიმდინარე თვეს"
-#: 04060106.xhp
+#: func_month.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143658\n"
-"563\n"
+"func_month.xhp\n"
+"par_id3154790\n"
+"84\n"
"help.text"
-msgid "<item type=\"input\">=SUBTOTAL(9;B2:B5)</item>"
+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 ""
-#: 04060106.xhp
+#: func_networkdays.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3143672\n"
+"func_networkdays.xhp\n"
+"tit\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>"
+msgid "NETWORKDAYS"
+msgstr "NETWORKDAYS"
-#: 04060106.xhp
+#: func_networkdays.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3143672\n"
-"564\n"
+"func_networkdays.xhp\n"
+"bm_id3151254\n"
"help.text"
-msgid "EUROCONVERT"
-msgstr ""
+msgid "<bookmark_value>NETWORKDAYS function</bookmark_value>"
+msgstr "<bookmark_value>NETWORKDAYS ფუნქცია</bookmark_value>"
-#: 04060106.xhp
+#: func_networkdays.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143708\n"
-"565\n"
+"func_networkdays.xhp\n"
+"hd_id3151254\n"
+"240\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_UMRECHNEN\">Converts between old European national currency and to and from Euros.</ahelp>"
-msgstr ""
+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>"
-#: 04060106.xhp
+#: func_networkdays.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143731\n"
-"566\n"
+"func_networkdays.xhp\n"
+"par_id3153788\n"
+"241\n"
"help.text"
-msgid "<emph>Syntax</emph>"
-msgstr "<emph>სინტაქსი</emph>"
+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 ""
-#: 04060106.xhp
+#: func_networkdays.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143748\n"
-"567\n"
+"func_networkdays.xhp\n"
+"hd_id3148677\n"
+"242\n"
"help.text"
-msgid "EUROCONVERT(Value; \"From_currency\"; \"To_currency\", full_precision, triangulation_precision)"
-msgstr ""
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060106.xhp
+#: func_networkdays.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143763\n"
-"568\n"
+"func_networkdays.xhp\n"
+"par_id3145775\n"
+"243\n"
"help.text"
-msgid "<emph>Value</emph> is the amount of the currency to be converted."
-msgstr ""
+msgid "NETWORKDAYS(StartDate; EndDate; Holidays)"
+msgstr "NETWORKDAYS (საწყისი თარიღი;სასრული თარიღი;დღესასწაულები)"
-#: 04060106.xhp
+#: func_networkdays.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143782\n"
-"569\n"
+"func_networkdays.xhp\n"
+"par_id3153885\n"
+"244\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 ""
+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>: თარიღი რომლიდანაც იწყება გამოთვლა. თუ საწყისი თარიღი სამუშაო დღეა, თარიღი ჩართულია გამოთვლაში."
-#: 04060106.xhp
+#: func_networkdays.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id0119200904301810\n"
+"func_networkdays.xhp\n"
+"par_id3151110\n"
+"245\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 ""
+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>: თარიღი რომლიდანაც იწყება გამოთვლა. თუ საწყისი თარიღი სამუშაო დღეა, თარიღი ჩართულია გამოთვლაში."
-#: 04060106.xhp
+#: func_networkdays.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id0119200904301815\n"
+"func_networkdays.xhp\n"
+"par_id3154115\n"
+"246\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 ""
+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>: დღესასწაულების არასავალდებულო სია. ესაა არასამუშაო დღეები. შეიყვანეთ უჯრათა დიაპაზონი სადაც სათითაოდაა ჩამოთვლილი დღესასწაულები."
-#: 04060106.xhp
+#: func_networkdays.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143819\n"
-"570\n"
+"func_networkdays.xhp\n"
+"hd_id3146902\n"
+"247\n"
"help.text"
-msgid "<emph>Examples</emph>"
-msgstr "<emph>სახელი</emph>"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04060106.xhp
+#: func_networkdays.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143837\n"
-"571\n"
+"func_networkdays.xhp\n"
+"par_id3154661\n"
+"248\n"
"help.text"
-msgid "<item type=\"input\">=EUROCONVERT(100;\"ATS\";\"EUR\")</item> converts 100 Austrian Schillings into Euros."
-msgstr ""
+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 და დასასრული თარიღი დუ უჯრედები -სკენ შეიცავს და ახალი წელი."
-#: 04060106.xhp
+#: func_networkdays.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3143853\n"
-"572\n"
+"func_networkdays.xhp\n"
+"par_id3147328\n"
+"249\n"
"help.text"
-msgid "<item type=\"input\">=EUROCONVERT(100;\"EUR\";\"DEM\")</item> converts 100 Euros into German Marks."
-msgstr ""
+msgid "=NETWORKDAYS(C3;D3;F3:J3) returns 17 workdays."
+msgstr "=NETWORKDAYS(C3;D3;F3:J3) აბრუნებს 17 სამუშაო დღეს."
-#: 04060106.xhp
+#: func_now.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id0908200902090676\n"
+"func_now.xhp\n"
+"tit\n"
"help.text"
-msgid "<bookmark_value>CONVERT function</bookmark_value>"
-msgstr "<bookmark_value>COVAR ფუნქცია</bookmark_value>"
+msgid "NOW"
+msgstr "NOW"
-#: 04060106.xhp
+#: func_now.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id0908200902074836\n"
+"func_now.xhp\n"
+"bm_id3150521\n"
"help.text"
-msgid "CONVERT"
-msgstr "CONVERT"
+msgid "<bookmark_value>NOW function</bookmark_value>"
+msgstr "<bookmark_value>NOW ფუნქცია</bookmark_value>"
-#: 04060106.xhp
+#: func_now.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id0908200902131122\n"
+"func_now.xhp\n"
+"hd_id3150521\n"
+"47\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 ""
+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>"
-#: 04060106.xhp
+#: func_now.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id0908200902475420\n"
+"func_now.xhp\n"
+"par_id3148829\n"
+"48\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."
+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 ""
-#: 04060106.xhp
+#: func_now.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id0908200902131071\n"
+"func_now.xhp\n"
+"hd_id3146988\n"
+"49\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060106.xhp
+#: func_now.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id0908200902131191\n"
+"func_now.xhp\n"
+"par_id3154897\n"
+"50\n"
"help.text"
-msgid "CONVERT(value;\"text\";\"text\")"
+msgid "NOW()"
+msgstr "NOW()"
+
+#: func_now.xhp
+msgctxt ""
+"func_now.xhp\n"
+"par_id4598529\n"
+"help.text"
+msgid "NOW is a function without arguments."
msgstr ""
-#: 04060106.xhp
+#: func_now.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id0908200902131152\n"
+"func_now.xhp\n"
+"hd_id3154205\n"
+"51\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060106.xhp
+#: func_now.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id090820090213112\n"
+"func_now.xhp\n"
+"par_id3150774\n"
+"52\n"
"help.text"
-msgid "<item type=\"input\">=CONVERT(100;\"ATS\";\"EUR\")</item> returns the Euro value of 100 Austrian Schillings."
+msgid "<item type=\"input\">=NOW()-A1</item> returns the difference between the date in A1 and now. Format the result as a number."
msgstr ""
-#: 04060106.xhp
+#: func_second.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id0908200902475431\n"
+"func_second.xhp\n"
+"tit\n"
"help.text"
-msgid "=CONVERT(100;\"EUR\";\"DEM\") converts 100 Euros into German Marks."
-msgstr ""
+msgid "SECOND"
+msgstr "SECOND"
-#: 04060106.xhp
+#: func_second.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3157177\n"
+"func_second.xhp\n"
+"bm_id3159390\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>"
+msgid "<bookmark_value>SECOND function</bookmark_value>"
+msgstr "<bookmark_value>SECOND ფუნქცია</bookmark_value>"
-#: 04060106.xhp
+#: func_second.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3157177\n"
-"502\n"
+"func_second.xhp\n"
+"hd_id3159390\n"
+"86\n"
"help.text"
-msgid "ODD"
-msgstr "ODD"
+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>"
-#: 04060106.xhp
+#: func_second.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3157205\n"
-"503\n"
+"func_second.xhp\n"
+"par_id3148974\n"
+"87\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>"
+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-მდე."
-#: 04060106.xhp
+#: func_second.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3157223\n"
-"504\n"
+"func_second.xhp\n"
+"hd_id3154362\n"
+"88\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060106.xhp
+#: func_second.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3157237\n"
-"505\n"
+"func_second.xhp\n"
+"par_id3148407\n"
+"89\n"
"help.text"
-msgid "ODD(Number)"
-msgstr "ODD(რიცხვი)"
+msgid "SECOND(Number)"
+msgstr "SECOND(რიცხვი)"
-#: 04060106.xhp
+#: func_second.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3157250\n"
-"506\n"
+"func_second.xhp\n"
+"par_id3155904\n"
+"90\n"
"help.text"
-msgid "Returns <emph>Number</emph> rounded to the next odd integer up, away from zero."
-msgstr ""
+msgid "<emph>Number</emph>, as a time value, is a decimal, for which the second is to be returned."
+msgstr "<emph>რიცხვი</emph>, რგორც დროის მნიშვნელობა; არის ათწილადი; რომლისთვისაც დაბრუნდება წამები."
-#: 04060106.xhp
+#: func_second.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3157270\n"
-"507\n"
+"func_second.xhp\n"
+"hd_id3149992\n"
+"91\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Examples"
+msgstr "მაგალითები"
-#: 04060106.xhp
+#: func_second.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3157283\n"
-"508\n"
+"func_second.xhp\n"
+"par_id3153350\n"
+"93\n"
"help.text"
-msgid "<item type=\"input\">=ODD(1.2)</item> returns 3."
+msgid "<item type=\"input\">=SECOND(NOW())</item> returns the current second"
msgstr ""
-#: 04060106.xhp
+#: func_second.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id8746910\n"
+"func_second.xhp\n"
+"par_id3150831\n"
+"94\n"
"help.text"
-msgid "<item type=\"input\">=ODD(1)</item> returns 1."
+msgid "<item type=\"input\">=SECOND(C4)</item> returns 17 if contents of C4 = <item type=\"input\">12:20:17</item>."
msgstr ""
-#: 04060106.xhp
+#: func_time.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id9636524\n"
+"func_time.xhp\n"
+"tit\n"
"help.text"
-msgid "<item type=\"input\">=ODD(0)</item> returns 1."
-msgstr ""
+msgid "TIME"
+msgstr "TIME"
-#: 04060106.xhp
+#: func_time.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id5675527\n"
+"func_time.xhp\n"
+"bm_id3154073\n"
"help.text"
-msgid "<item type=\"input\">=ODD(-3.1)</item> returns -5."
+msgid "<bookmark_value>TIME function</bookmark_value>"
+msgstr "<bookmark_value>TIME ფუნქცია</bookmark_value>"
+
+#: 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>"
+
+#: 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 ""
-#: 04060106.xhp
+#: func_time.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3157404\n"
+"func_time.xhp\n"
+"hd_id3155550\n"
+"151\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>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060106.xhp
+#: func_time.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3157404\n"
-"512\n"
+"func_time.xhp\n"
+"par_id3154584\n"
+"152\n"
"help.text"
-msgid "FLOOR"
-msgstr "FLOOR"
+msgid "TIME(Hour; Minute; Second)"
+msgstr "TIME(საათი; წუთი; წამი)"
-#: 04060106.xhp
-#, fuzzy
+#: func_time.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3157432\n"
-"513\n"
+"func_time.xhp\n"
+"par_id3152904\n"
+"153\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>"
+msgid "Use an integer to set the <emph>Hour</emph>."
+msgstr "მთელი რიცხვი გამოიყენეთ <emph>საათის</emph> მისათითებლად."
-#: 04060106.xhp
+#: func_time.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3157451\n"
-"514\n"
+"func_time.xhp\n"
+"par_id3151346\n"
+"154\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "Use an integer to set the <emph>Minute</emph>."
+msgstr "მთელი რიცხვი გამოიყენეთ <emph>წუთის</emph> მისათითებლად."
-#: 04060106.xhp
+#: func_time.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3157464\n"
-"515\n"
+"func_time.xhp\n"
+"par_id3151366\n"
+"155\n"
"help.text"
-msgid "FLOOR(Number; Significance; Mode)"
-msgstr "FLOOR ნომერი რეჟიმი"
+msgid "Use an integer to set the <emph>Second</emph>."
+msgstr "მთელი რიცხვი გამოიყენეთ <emph>წამის</emph> მისათითებლად."
-#: 04060106.xhp
+#: func_time.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3157478\n"
-"516\n"
+"func_time.xhp\n"
+"hd_id3145577\n"
+"156\n"
"help.text"
-msgid "<emph>Number</emph> is the number that is to be rounded down."
-msgstr "<emph>რიცხვი</emph> არის ქვემოთ დასამრგვალებელი რიცხვი."
+msgid "Examples"
+msgstr "მაგალითები"
-#: 04060106.xhp
+#: func_time.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3157497\n"
-"517\n"
+"func_time.xhp\n"
+"par_id3156076\n"
+"157\n"
"help.text"
-msgid "<emph>Significance</emph> is the value to whose multiple the number is to be rounded down."
+msgid "<item type=\"input\">=TIME(0;0;0)</item> returns 00:00:00"
msgstr ""
-#: 04060106.xhp
+#: func_time.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3157517\n"
-"561\n"
+"func_time.xhp\n"
+"par_id3156090\n"
+"158\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."
+msgid "<item type=\"input\">=TIME(4;20;4)</item> returns 04:20:04"
msgstr ""
-#: 04060106.xhp
+#: func_timevalue.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3163894\n"
-"630\n"
+"func_timevalue.xhp\n"
+"tit\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 ""
+msgid "TIMEVALUE"
+msgstr "TIMEVALUE"
-#: 04060106.xhp
+#: func_timevalue.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3163932\n"
-"518\n"
+"func_timevalue.xhp\n"
+"bm_id3146755\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<bookmark_value>TIMEVALUE function</bookmark_value>"
+msgstr "<bookmark_value>TIMEVALUE ფუნქცია</bookmark_value>"
-#: 04060106.xhp
+#: func_timevalue.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3163945\n"
-"519\n"
+"func_timevalue.xhp\n"
+"hd_id3146755\n"
+"160\n"
"help.text"
-msgid "<item type=\"input\">=FLOOR( -11;-2)</item> returns -12"
+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
+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 ""
-#: 04060106.xhp
+#: func_timevalue.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3163966\n"
-"520\n"
+"func_timevalue.xhp\n"
+"par_id3150794\n"
+"162\n"
"help.text"
-msgid "<item type=\"input\">=FLOOR( -11;-2;0)</item> returns -12"
+msgid "The internal number indicated as a decimal is the result of the date system used under $[officename] to calculate date entries."
msgstr ""
-#: 04060106.xhp
+#: func_timevalue.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3163988\n"
-"521\n"
+"func_timevalue.xhp\n"
+"par_id011920090347118\n"
"help.text"
-msgid "<item type=\"input\">=FLOOR( -11;-2;1)</item> returns -10"
+msgid "If the text string also includes a year, month, or day, TIMEVALUE only returns the fractional part of the conversion."
msgstr ""
-#: 04060106.xhp
+#: func_timevalue.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3164086\n"
+"func_timevalue.xhp\n"
+"hd_id3150810\n"
+"163\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>"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060106.xhp
+#: func_timevalue.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3164086\n"
-"523\n"
+"func_timevalue.xhp\n"
+"par_id3150823\n"
+"164\n"
"help.text"
-msgid "SIGN"
-msgstr "SIGN"
+msgid "TIMEVALUE(\"Text\")"
+msgstr "TIMEVALUE(\"ტექსტი\")"
-#: 04060106.xhp
+#: func_timevalue.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3164115\n"
-"524\n"
+"func_timevalue.xhp\n"
+"par_id3152556\n"
+"165\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>"
+msgid "<emph>Text</emph> is a valid time expression and must be entered in quotation marks."
+msgstr "<emph>ტექსტი</emph> არის მართებული დროის გამოსახულება, რომელიც ბრჭყალებში უნდა ჩასვთ."
+
+#: func_timevalue.xhp
+msgctxt ""
+"func_timevalue.xhp\n"
+"hd_id3146815\n"
+"166\n"
+"help.text"
+msgid "Examples"
+msgstr "მაგალითები"
+
+#: 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."
+
+#: 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."
+
+#: func_today.xhp
+msgctxt ""
+"func_today.xhp\n"
+"tit\n"
+"help.text"
+msgid "TODAY"
+msgstr "TODAY"
+
+#: 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>"
+
+#: 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 ""
-#: 04060106.xhp
+#: func_today.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3164136\n"
-"525\n"
+"func_today.xhp\n"
+"hd_id3154051\n"
+"31\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060106.xhp
+#: func_today.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3164150\n"
-"526\n"
+"func_today.xhp\n"
+"par_id3153154\n"
+"32\n"
"help.text"
-msgid "SIGN(Number)"
-msgstr "SIGN(რიცხვი)"
+msgid "TODAY()"
+msgstr "TODAY()"
-#: 04060106.xhp
+#: func_today.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3164164\n"
-"527\n"
+"func_today.xhp\n"
+"par_id3154741\n"
+"33\n"
"help.text"
-msgid "<emph>Number</emph> is the number whose sign is to be determined."
-msgstr "<emph>რიცხვი</emph> რიცხვი, რომლის ნიშანიც უნდა განისაზღვროს."
+msgid "TODAY is a function without arguments."
+msgstr ""
-#: 04060106.xhp
+#: func_today.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3164183\n"
-"528\n"
+"func_today.xhp\n"
+"hd_id3153627\n"
+"34\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060106.xhp
+#: func_today.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3164197\n"
-"529\n"
+"func_today.xhp\n"
+"par_id3156106\n"
+"35\n"
"help.text"
-msgid "<item type=\"input\">=SIGN(3.4)</item> returns 1."
+msgid "<item type=\"input\">TODAY()</item> returns the current computer system date."
msgstr ""
-#: 04060106.xhp
+#: func_weekday.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3164212\n"
-"530\n"
+"func_weekday.xhp\n"
+"tit\n"
"help.text"
-msgid "<item type=\"input\">=SIGN(-4.5)</item> returns -1."
-msgstr ""
+msgid "WEEKDAY"
+msgstr "WEEKDAY"
-#: 04060106.xhp
+#: func_weekday.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3164252\n"
+"func_weekday.xhp\n"
+"bm_id3154925\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>"
+msgid "<bookmark_value>WEEKDAY function</bookmark_value>"
+msgstr "<bookmark_value>WEEKDAY ფუნქცია</bookmark_value>"
-#: 04060106.xhp
+#: func_weekday.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3164252\n"
-"658\n"
+"func_weekday.xhp\n"
+"hd_id3154925\n"
+"136\n"
"help.text"
-msgid "MROUND"
-msgstr "MROUND"
+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
+#: func_weekday.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3164288\n"
-"659\n"
+"func_weekday.xhp\n"
+"par_id3154228\n"
+"137\n"
"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_MROUND\">Returns a number rounded to the nearest multiple of another number.</ahelp>"
+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
+#: func_weekday.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3164306\n"
-"660\n"
+"func_weekday.xhp\n"
+"hd_id3147217\n"
+"138\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060106.xhp
+#: func_weekday.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3164320\n"
-"661\n"
+"func_weekday.xhp\n"
+"par_id3149033\n"
+"139\n"
"help.text"
-msgid "MROUND(Number; Multiple)"
-msgstr "MROUND(რიცხვი; მამრავლი)"
+msgid "WEEKDAY(Number; Type)"
+msgstr "WEEKDAY(ნომერი; ტიპი)"
-#: 04060106.xhp
+#: func_weekday.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3486434\n"
+"func_weekday.xhp\n"
+"par_id3149046\n"
+"140\n"
"help.text"
-msgid "Returns <emph>Number</emph> rounded to the nearest multiple of <emph>Multiple</emph>."
+msgid "<emph>Number</emph>, as a date value, is a decimal for which the weekday is to be returned."
+msgstr "<emph>რიცხვი</emph>, როგორც თარიღის მნიშვნელობა; არის ათწილადი, რომლითაც კვირის დღე ბრუნდება."
+
+#: 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
+#: func_weekday.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3068636\n"
+"func_weekday.xhp\n"
+"par_id3156188\n"
+"142\n"
"help.text"
-msgid "An alternative implementation would be <item type=\"literal\">Multiple * ROUND(Number/Multiple)</item>."
+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
+#: func_weekday.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3164333\n"
-"662\n"
+"func_weekday.xhp\n"
+"hd_id3153836\n"
+"143\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Examples"
+msgstr "მაგალითები"
-#: 04060106.xhp
+#: func_weekday.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3164347\n"
-"663\n"
+"func_weekday.xhp\n"
+"par_id3150317\n"
+"144\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)."
+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
+#: func_weekday.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_idN14DD6\n"
+"func_weekday.xhp\n"
+"par_id3153174\n"
+"145\n"
"help.text"
-msgid "<item type=\"input\">=MROUND(1.4;0.5)</item> returns 1.5 (= 0.5*3)."
+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
+#: func_weekday.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3164375\n"
+"func_weekday.xhp\n"
+"par_id3153525\n"
+"146\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>"
+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
+#: func_weekday.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3164375\n"
-"532\n"
+"func_weekday.xhp\n"
+"par_id3150575\n"
+"147\n"
"help.text"
-msgid "SQRT"
-msgstr "SQRT"
+msgid "=WEEKDAY(NOW()) returns the number of the current day."
+msgstr "WEEKDAY(NOW()) აბრუნებს მიმდინარე დღის რიცხვს."
-#: 04060106.xhp
+#: func_weekday.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3164404\n"
-"533\n"
+"func_weekday.xhp\n"
+"par_id3150588\n"
+"171\n"
"help.text"
-msgid "<ahelp hid=\"HID_FUNC_WURZEL\">Returns the positive square root of a number.</ahelp>"
+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
+#: func_weeknum.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3164424\n"
-"534\n"
+"func_weeknum.xhp\n"
+"tit\n"
"help.text"
-msgid "Syntax"
-msgstr "სინტაქსი"
+msgid "WEEKNUM"
+msgstr "WEEKNUM"
-#: 04060106.xhp
+#: func_weeknum.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3164437\n"
-"535\n"
+"func_weeknum.xhp\n"
+"bm_id3159161\n"
"help.text"
-msgid "SQRT(Number)"
-msgstr "SQRT(რიცხვი)"
+msgid "<bookmark_value>WEEKNUM function</bookmark_value>"
+msgstr "<bookmark_value>WEEKNUM ფუნქცია</bookmark_value>"
-#: 04060106.xhp
+#: func_weeknum.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3164451\n"
-"536\n"
+"func_weeknum.xhp\n"
+"hd_id3159161\n"
+"54\n"
"help.text"
-msgid "Returns the positive square root of <emph>Number</emph>."
+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
+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 ""
-#: 04060106.xhp
+#: func_weeknum.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id6870021\n"
+"func_weeknum.xhp\n"
+"par_idN105E4\n"
"help.text"
-msgid "Number must be positive."
+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 ""
-#: 04060106.xhp
+#: func_weeknum.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3164471\n"
-"537\n"
+"func_weeknum.xhp\n"
+"hd_id3153055\n"
+"56\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Syntax"
+msgstr "სინტაქსი"
-#: 04060106.xhp
+#: func_weeknum.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3164484\n"
-"538\n"
+"func_weeknum.xhp\n"
+"par_id3147236\n"
+"57\n"
"help.text"
-msgid "<item type=\"input\">=SQRT(16)</item> returns 4."
+msgid "WEEKNUM(Number; Mode)"
+msgstr "WEEKNUM(რიცხვი; რეჟიმი)"
+
+#: 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> არის თარიღის შიდა რიცხვი."
+
+#: 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 ""
-#: 04060106.xhp
+#: func_weeknum.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3591723\n"
+"func_weeknum.xhp\n"
+"par_id3148930\n"
+"60\n"
"help.text"
-msgid "<item type=\"input\">=SQRT(-16)</item> returns an <item type=\"literal\">invalid argument</item> error."
+msgid "1 = Sunday"
+msgstr "1 = კვირა"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3154280\n"
+"61\n"
+"help.text"
+msgid "2 = Monday"
+msgstr "2 = ორშაბათი"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"hd_id3146948\n"
+"62\n"
+"help.text"
+msgid "Examples"
+msgstr "მაგალითები"
+
+#: func_weeknum.xhp
+msgctxt ""
+"func_weeknum.xhp\n"
+"par_id3150704\n"
+"65\n"
+"help.text"
+msgid "=WEEKNUM(\"1995-01-01\";1) returns 1"
msgstr ""
-#: 04060106.xhp
+#: func_weeknum.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3164560\n"
+"func_weeknum.xhp\n"
+"par_id3149792\n"
+"64\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>"
+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 კვირა ჩართულია ორშაბათი კვირა -სკენ კვირა - წელი."
-#: 04060106.xhp
+#: func_weeknumadd.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3164560\n"
-"665\n"
+"func_weeknumadd.xhp\n"
+"tit\n"
"help.text"
-msgid "SQRTPI"
-msgstr "SQRTPI"
+msgid "WEEKNUM_ADD"
+msgstr "WEEKNUM_ADD"
-#: 04060106.xhp
+#: func_weeknumadd.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3164596\n"
-"666\n"
+"func_weeknumadd.xhp\n"
+"bm_id3166443\n"
"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_SQRTPI\">Returns the square root of (PI times a number).</ahelp>"
+msgid "<bookmark_value>WEEKNUM_ADD function</bookmark_value>"
+msgstr "<bookmark_value>WEEKNUM_ADD ფუნქცია</bookmark_value>"
+
+#: 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>"
+
+#: 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 ""
-#: 04060106.xhp
+#: func_weeknumadd.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3164614\n"
-"667\n"
+"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 ""
+
+#: func_weeknumadd.xhp
+msgctxt ""
+"func_weeknumadd.xhp\n"
+"hd_id3153745\n"
+"224\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060106.xhp
+#: func_weeknumadd.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3164627\n"
-"668\n"
+"func_weeknumadd.xhp\n"
+"par_id3153685\n"
+"225\n"
"help.text"
-msgid "SQRTPI(Number)"
-msgstr "SQRT(რიცხვი)"
+msgid "WEEKNUM_ADD(Date; ReturnType)"
+msgstr "WEEKNUM_ADD(თარიღი;დაბრუნების ტიპი)"
-#: 04060106.xhp
+#: func_weeknumadd.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id1501510\n"
+"func_weeknumadd.xhp\n"
+"par_id3159277\n"
+"226\n"
"help.text"
-msgid "Returns the positive square root of (PI multiplied by <emph>Number</emph>)."
-msgstr ""
+msgid "<emph>Date</emph> is the date within the calendar week."
+msgstr "<emph>თარიღი</emph>: თარიღი კალენდარულ კვირაში."
-#: 04060106.xhp
+#: func_weeknumadd.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id9929197\n"
+"func_weeknumadd.xhp\n"
+"par_id3154098\n"
+"227\n"
"help.text"
-msgid "This is equivalent to <item type=\"literal\">SQRT(PI()*Number)</item>."
+msgid "<emph>ReturnType</emph> is 1 for week beginning on a Sunday, 2 for week beginning on a Monday."
msgstr ""
-#: 04060106.xhp
+#: func_weeknumadd.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3164641\n"
-"669\n"
+"func_weeknumadd.xhp\n"
+"hd_id3152886\n"
+"228\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060106.xhp
+#: func_weeknumadd.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3164654\n"
-"670\n"
+"func_weeknumadd.xhp\n"
+"par_id3149973\n"
+"229\n"
"help.text"
-msgid "<item type=\"input\">=SQRTPI(2)</item> returns the squareroot of (2PI), approximately 2.506628."
+msgid "In which week number does 12.24.2001 fall?"
+msgstr "კვირა რიცხვი?"
+
+#: 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 ""
-#: 04060106.xhp
+#: func_workday.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3164669\n"
+"func_workday.xhp\n"
+"tit\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>"
+msgid "WORKDAY"
+msgstr "WORKDAY"
-#: 04060106.xhp
+#: func_workday.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3164669\n"
-"671\n"
+"func_workday.xhp\n"
+"bm_id3149012\n"
"help.text"
-msgid "RANDBETWEEN"
-msgstr "RANDBETWEEN"
+msgid "<bookmark_value>WORKDAY function</bookmark_value>"
+msgstr "<bookmark_value>WORKDAY ფუნქცია</bookmark_value>"
-#: 04060106.xhp
+#: func_workday.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3164711\n"
-"672\n"
+"func_workday.xhp\n"
+"hd_id3149012\n"
+"186\n"
"help.text"
-msgid "<ahelp hid=\"HID_AAI_FUNC_RANDBETWEEN\">Returns an integer random number in a specified range.</ahelp>"
-msgstr ""
+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>"
-#: 04060106.xhp
+#: func_workday.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3164745\n"
-"673\n"
+"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>"
+
+#: func_workday.xhp
+msgctxt ""
+"func_workday.xhp\n"
+"hd_id3146944\n"
+"188\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060106.xhp
+#: func_workday.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3164758\n"
-"674\n"
+"func_workday.xhp\n"
+"par_id3154844\n"
+"189\n"
"help.text"
-msgid "RANDBETWEEN(Bottom; Top)"
-msgstr ""
+msgid "WORKDAY(StartDate; Days; Holidays)"
+msgstr "WORKDAY (საწყისი თარიღი;დღეები;დღესასწაულები)"
-#: 04060106.xhp
+#: func_workday.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id7112338\n"
+"func_workday.xhp\n"
+"par_id3147469\n"
+"190\n"
"help.text"
-msgid "Returns an integer random number between integers <emph>Bottom</emph> and <emph>Top</emph> (both inclusive)."
-msgstr ""
+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>: თარიღი რომლიდანაც იწყება გამოთვლა. თუ საწყისი თარიღი სამუშაო დღეა, თარიღი ჩართულია გამოთვლაში."
-#: 04060106.xhp
+#: func_workday.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id2855616\n"
+"func_workday.xhp\n"
+"par_id3153038\n"
+"191\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 ""
+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>: სამუშაო დღეების რაოდენობა. დადებითი მნიშვნელობა საწყისი თარიღიდან უარყოფითი მნიშვნელობა შედეგისთვის საწყის თარიღამდე."
-#: 04060106.xhp
+#: func_workday.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id2091433\n"
+"func_workday.xhp\n"
+"par_id3150693\n"
+"192\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 ""
+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>: დღესასწაულების სია. ესენია არასამუშაო დღეები. შეიყვანეთ უჯრათა დიაპაზონი სადაც გამოსასვლელებია ჩამოთვლილი."
-#: 04060106.xhp
+#: func_workday.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3164772\n"
-"675\n"
+"func_workday.xhp\n"
+"hd_id3150141\n"
+"193\n"
"help.text"
msgid "Example"
msgstr "მაგალითი"
-#: 04060106.xhp
+#: func_workday.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3164785\n"
-"676\n"
+"func_workday.xhp\n"
+"par_id3152782\n"
+"194\n"
"help.text"
-msgid "<item type=\"input\">=RANDBETWEEN(20;30)</item> returns an integer of between 20 and 30."
+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
+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 ""
-#: 04060106.xhp
+#: func_year.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3164800\n"
+"func_year.xhp\n"
+"tit\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>"
+msgid "YEAR"
+msgstr "YEAR"
-#: 04060106.xhp
+#: func_year.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3164800\n"
-"542\n"
+"func_year.xhp\n"
+"bm_id3153982\n"
"help.text"
-msgid "RAND"
-msgstr "RAND"
+msgid "<bookmark_value>YEAR function</bookmark_value>"
+msgstr "<bookmark_value>YEAR ფუნქცია</bookmark_value>"
-#: 04060106.xhp
+#: func_year.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3164829\n"
-"543\n"
+"func_year.xhp\n"
+"hd_id3153982\n"
+"37\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>"
+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>"
-#: 04060106.xhp
+#: func_year.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3164870\n"
-"545\n"
+"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>"
+
+#: func_year.xhp
+msgctxt ""
+"func_year.xhp\n"
+"hd_id3146090\n"
+"39\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060106.xhp
+#: func_year.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3164884\n"
-"546\n"
+"func_year.xhp\n"
+"par_id3154304\n"
+"40\n"
"help.text"
-msgid "RAND()"
-msgstr ""
+msgid "YEAR(Number)"
+msgstr "YEAR(რიცხვი)"
-#: 04060106.xhp
+#: func_year.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id5092318\n"
+"func_year.xhp\n"
+"par_id3156013\n"
+"41\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 ""
+msgid "<emph>Number</emph> shows the internal date value for which the year is to be returned."
+msgstr "<emph>რიცხვი</emph> ასახავს ინტერვალის თარიღის მნიშვნელობას, რომლისთვისაც უნდა დაბრუნდეს წელი."
-#: 04060106.xhp
+#: func_year.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id9312417\n"
+"func_year.xhp\n"
+"hd_id3152797\n"
+"42\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)."
+msgid "Examples"
+msgstr "მაგალითები"
+
+#: 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 ""
-#: 04060106.xhp
+#: func_year.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id9089022\n"
+"func_year.xhp\n"
+"par_id3151168\n"
+"44\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "<item type=\"input\">=YEAR(2)</item> returns 1900"
+msgstr ""
-#: 04060106.xhp
+#: func_year.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id9569078\n"
+"func_year.xhp\n"
+"par_id3150115\n"
+"45\n"
"help.text"
-msgid "<item type=\"input\">=RAND()</item> returns a random number between 0 and 1."
+msgid "<item type=\"input\">=YEAR(33333.33)</item> returns 1991"
msgstr ""
-#: 04060106.xhp
+#: func_yearfrac.xhp
msgctxt ""
-"04060106.xhp\n"
-"bm_id3164897\n"
+"func_yearfrac.xhp\n"
+"tit\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>"
+msgid "YEARFRAC"
+msgstr "YEARFRAC"
-#: 04060106.xhp
+#: func_yearfrac.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3164897\n"
-"547\n"
+"func_yearfrac.xhp\n"
+"bm_id3148735\n"
"help.text"
-msgid "COUNTIF"
-msgstr "COUNTIF"
+msgid "<bookmark_value>YEARFRAC function</bookmark_value>"
+msgstr "<bookmark_value>YEARFRAC ფუნქცია</bookmark_value>"
-#: 04060106.xhp
+#: func_yearfrac.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3164926\n"
-"548\n"
+"func_yearfrac.xhp\n"
+"hd_id3148735\n"
+"196\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 ""
+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>"
-#: 04060106.xhp
+#: func_yearfrac.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3164953\n"
-"549\n"
+"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>"
+
+#: func_yearfrac.xhp
+msgctxt ""
+"func_yearfrac.xhp\n"
+"hd_id3155259\n"
+"198\n"
"help.text"
msgid "Syntax"
msgstr "სინტაქსი"
-#: 04060106.xhp
+#: func_yearfrac.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3164967\n"
-"550\n"
+"func_yearfrac.xhp\n"
+"par_id3155823\n"
+"199\n"
"help.text"
-msgid "COUNTIF(Range; Criteria)"
-msgstr "COUNTIF(დიაპაზონი; კრიტერიუმი)"
+msgid "YEARFRAC(StartDate; EndDate; Basis)"
+msgstr "YEARFRAC(საწყისი თარიღი;საბოლოო თარიღი;ფუძე)"
-#: 04060106.xhp
+#: func_yearfrac.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3164980\n"
-"551\n"
+"func_yearfrac.xhp\n"
+"par_id3145144\n"
+"200\n"
"help.text"
-msgid "<emph>Range</emph> is the range to which the criteria are to be applied."
-msgstr "<emph>დიაპაზონი</emph> არის დიაპაზონი რომლისთვისაც კრიტერიუმი უნდა გააქტიურდეს."
+msgid "<emph>StartDate</emph> and <emph>EndDate</emph> are two date values."
+msgstr "<emph>საწყისი თარიღი</emph> და <emph>საბოლოო თარითი</emph>: თარიღის ორი მნისვნელობა."
-#: 04060106.xhp
+#: func_yearfrac.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3165000\n"
-"552\n"
+"func_yearfrac.xhp\n"
+"par_id3149954\n"
+"201\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 ""
+msgid "<emph>Basis</emph> is chosen from a list of options and indicates how the year is to be calculated."
+msgstr "<emph>ფუძე</emph>: ამოირჩევა პარამეტრების სიიდან და განსაზღვრავს როგორ გამოითვალოს წლები."
-#: 04060106.xhp
+#: func_yearfrac.xhp
msgctxt ""
-"04060106.xhp\n"
-"hd_id3165037\n"
-"553\n"
+"func_yearfrac.xhp\n"
+"par_id3146847\n"
+"202\n"
"help.text"
-msgid "Example"
-msgstr "მაგალითი"
+msgid "Basis"
+msgstr "ფუძე"
-#: 04060106.xhp
+#: func_yearfrac.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3166505\n"
-"627\n"
+"func_yearfrac.xhp\n"
+"par_id3155956\n"
+"203\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 ""
+msgid "Calculation"
+msgstr "გამოთვლა"
-#: 04060106.xhp
+#: func_yearfrac.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id3581652\n"
+"func_yearfrac.xhp\n"
+"par_id3154502\n"
+"204\n"
"help.text"
-msgid "<item type=\"input\">=COUNTIF(A1:A10;2006)</item> - this returns 1"
-msgstr ""
+msgid "0 or missing"
+msgstr "0 ან არ არის"
-#: 04060106.xhp
+#: func_yearfrac.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id708639\n"
+"func_yearfrac.xhp\n"
+"par_id3149877\n"
+"205\n"
"help.text"
-msgid "<item type=\"input\">=COUNTIF(A1:A10;B1)</item> - this returns 1"
-msgstr ""
+msgid "US method (NASD), 12 months of 30 days each"
+msgstr "აშშ მეთოდი (NASD), 12 თვე, ყოველში 30 დღე"
-#: 04060106.xhp
+#: func_yearfrac.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id5169225\n"
+"func_yearfrac.xhp\n"
+"par_id3148766\n"
+"250\n"
"help.text"
-msgid "<item type=\"input\">=COUNTIF(A1:A10;\">=2006\") </item>- this returns 4"
+msgid "1"
msgstr ""
-#: 04060106.xhp
+#: func_yearfrac.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id2118594\n"
+"func_yearfrac.xhp\n"
+"par_id3154326\n"
+"206\n"
"help.text"
-msgid "<item type=\"input\">=COUNTIF(A1:A10;\"<\"&B1)</item> - when B1 contains <item type=\"input\">2006</item>, this returns 6"
-msgstr ""
+msgid "Exact number of days in months, exact number of days in year"
+msgstr "თვეებში დღეების ზუსტი რაოდენობა, ყოველ წელს დღეების ზუსტი რაოდენობა"
-#: 04060106.xhp
+#: func_yearfrac.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id166020\n"
+"func_yearfrac.xhp\n"
+"par_id3145245\n"
+"251\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"
+msgid "2"
msgstr ""
-#: 04060106.xhp
+#: func_yearfrac.xhp
msgctxt ""
-"04060106.xhp\n"
-"par_id6386913\n"
+"func_yearfrac.xhp\n"
+"par_id3155620\n"
+"207\n"
"help.text"
-msgid "To count only negative numbers: <item type=\"input\">=COUNTIF(A1:A10;\"<0\")</item>"
-msgstr ""
+msgid "Exact number of days in month, year has 360 days"
+msgstr "თვეში დღეების ზუსტი რაოდენობა, წელიწადში 360 დღეა"
-#: 06030400.xhp
+#: func_yearfrac.xhp
msgctxt ""
-"06030400.xhp\n"
-"tit\n"
+"func_yearfrac.xhp\n"
+"par_id3145297\n"
+"252\n"
"help.text"
-msgid "Remove Dependents"
-msgstr "დამოკიდებულებების ამოშლა"
+msgid "3"
+msgstr ""
-#: 06030400.xhp
+#: func_yearfrac.xhp
msgctxt ""
-"06030400.xhp\n"
-"bm_id3147335\n"
+"func_yearfrac.xhp\n"
+"par_id3148394\n"
+"208\n"
"help.text"
-msgid "<bookmark_value>cells; removing dependents</bookmark_value>"
-msgstr "<bookmark_value>უჯრები; დამოკიდებულებების ამოშლა</bookmark_value>"
+msgid "Exact number of days in month, year has 365 days"
+msgstr "თვეში დღეების ზუსტი რაოდენობა, წელიწადში 365 დღეა"
-#: 06030400.xhp
+#: func_yearfrac.xhp
msgctxt ""
-"06030400.xhp\n"
-"hd_id3147335\n"
-"1\n"
+"func_yearfrac.xhp\n"
+"par_id3151022\n"
+"253\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>"
+msgid "4"
+msgstr ""
-#: 06030400.xhp
+#: func_yearfrac.xhp
msgctxt ""
-"06030400.xhp\n"
-"par_id3148663\n"
-"2\n"
+"func_yearfrac.xhp\n"
+"par_id3150931\n"
+"209\n"
"help.text"
-msgid "<ahelp visibility=\"visible\" hid=\".uno:ClearArrowDependents\">Deletes one level of tracer arrows created with <emph>Trace Dependents</emph>.</ahelp>"
-msgstr ""
+msgid "European method, 12 months of 30 days each"
+msgstr "ევროპული მეთოდი, 12 თვე ყოველში 30 დღე"
-#: 04010000.xhp
+#: func_yearfrac.xhp
msgctxt ""
-"04010000.xhp\n"
-"tit\n"
+"func_yearfrac.xhp\n"
+"hd_id3145626\n"
+"210\n"
"help.text"
-msgid "Manual Break"
-msgstr "Manual Break"
+msgid "Example"
+msgstr "მაგალითი"
-#: 04010000.xhp
+#: func_yearfrac.xhp
msgctxt ""
-"04010000.xhp\n"
-"bm_id3153192\n"
+"func_yearfrac.xhp\n"
+"par_id3149007\n"
+"211\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>"
+msgid "What fraction of the year 2008 lies between 2008-01-01 and 2008-07-01?"
+msgstr "2001 წლის რა ნაწილი არის 1.1.2002-ს და 7.1.2001-ს შორის?"
-#: 04010000.xhp
+#: func_yearfrac.xhp
msgctxt ""
-"04010000.xhp\n"
-"hd_id3153192\n"
-"1\n"
+"func_yearfrac.xhp\n"
+"par_id3154632\n"
+"212\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>"
+msgid "=YEARFRAC(\"2008-01-01\"; \"2008-07-01\";0) returns 0.50."
+msgstr ""
-#: 04010000.xhp
+#: solver.xhp
msgctxt ""
-"04010000.xhp\n"
-"par_id3125864\n"
-"2\n"
+"solver.xhp\n"
+"tit\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>"
+msgid "Solver"
+msgstr ""
-#: 04010000.xhp
+#: solver.xhp
msgctxt ""
-"04010000.xhp\n"
-"par_id3155133\n"
-"3\n"
+"solver.xhp\n"
+"bm_id7654652\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."
+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 ""
-#: 12120100.xhp
+#: solver.xhp
msgctxt ""
-"12120100.xhp\n"
-"tit\n"
+"solver.xhp\n"
+"hd_id9216284\n"
"help.text"
-msgid "Criteria"
-msgstr "კრიტერიუმი"
+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>"
-#: 12120100.xhp
+#: solver.xhp
msgctxt ""
-"12120100.xhp\n"
-"bm_id1464278\n"
+"solver.xhp\n"
+"par_id9210486\n"
"help.text"
-msgid "<bookmark_value>selection lists;validity</bookmark_value>"
+msgid "<ahelp hid=\".\">Opens the Solver dialog. A solver allows to solve equations with multiple unknown variables by goal seeking methods.</ahelp>"
msgstr ""
-#: 12120100.xhp
+#: solver.xhp
msgctxt ""
-"12120100.xhp\n"
-"hd_id3153032\n"
-"1\n"
+"solver.xhp\n"
+"par_id8538773\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>"
+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 ""
-#: 12120100.xhp
+#: solver.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_id3156327\n"
-"2\n"
+"solver.xhp\n"
+"par_id7564012\n"
"help.text"
-msgid "<ahelp hid=\"SC:TABPAGE:TP_VALIDATION_VALUES\">Specify the validation rules for the selected cell(s).</ahelp>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation for a maximum value of the target cell.</ahelp>"
msgstr ""
-#: 12120100.xhp
+#: solver.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_id3155923\n"
-"4\n"
+"solver.xhp\n"
+"par_id1186254\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\"."
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation for a minimum value of the target cell.</ahelp>"
msgstr ""
-#: 12120100.xhp
+#: solver.xhp
msgctxt ""
-"12120100.xhp\n"
-"hd_id3153896\n"
-"5\n"
+"solver.xhp\n"
+"par_id7432477\n"
"help.text"
-msgid "Allow"
-msgstr "ნების დართვა"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Try to solve the equation to approach a given value of the target cell.</ahelp>"
+msgstr ""
-#: 12120100.xhp
+#: solver.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_id3150400\n"
-"6\n"
+"solver.xhp\n"
+"par_id7141026\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>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the value or a cell reference.</ahelp>"
+msgstr ""
-#: 12120100.xhp
+#: solver.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_id3148797\n"
-"17\n"
+"solver.xhp\n"
+"par_id8531449\n"
"help.text"
-msgid "The following conditions are available:"
-msgstr "შემდეგი პირობებია ხელმისაწვდომი:"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter the cell range that can be changed.</ahelp>"
+msgstr ""
-#: 12120100.xhp
+#: solver.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_id3150447\n"
-"18\n"
+"solver.xhp\n"
+"par_id9183935\n"
"help.text"
-msgid "Condition"
-msgstr "პირობა"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a cell reference.</ahelp>"
+msgstr ""
-#: 12120100.xhp
+#: solver.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_id3155854\n"
-"19\n"
+"solver.xhp\n"
+"par_id946684\n"
"help.text"
-msgid "Effect"
-msgstr "ეფექტები"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select an operator from the list.</ahelp>"
+msgstr ""
-#: 12120100.xhp
+#: solver.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_id3153092\n"
-"20\n"
+"solver.xhp\n"
+"par_id9607226\n"
"help.text"
-msgid "All values"
-msgstr "ყველა მნიშვნელობა"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter a value or a cell reference.</ahelp>"
+msgstr ""
-#: 12120100.xhp
+#: solver.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_id3155411\n"
-"21\n"
+"solver.xhp\n"
+"par_id1939451\n"
"help.text"
-msgid "No limitation."
-msgstr "შეზღუდვის გარეშე."
+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 ""
-#: 12120100.xhp
+#: solver.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_id3147434\n"
-"22\n"
+"solver.xhp\n"
+"par_id9038972\n"
"help.text"
-msgid "Whole number"
-msgstr "მთელი რიცხვი"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to remove the row from the list. Any rows from below this row move up.</ahelp>"
+msgstr ""
-#: 12120100.xhp
+#: solver.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_id3154319\n"
-"23\n"
+"solver.xhp\n"
+"par_id2423780\n"
"help.text"
-msgid "Only whole numbers corresponding to the condition."
-msgstr "პირობის შესაბამისი ყველა მთელი რიცხვი."
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Options dialog.</ahelp>"
+msgstr ""
-#: 12120100.xhp
+#: solver.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_id3145802\n"
-"24\n"
+"solver.xhp\n"
+"par_id2569658\n"
"help.text"
-msgid "Decimal"
-msgstr "ათობითი"
+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 ""
-#: 12120100.xhp
+#: solver.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_id3153160\n"
-"25\n"
+"solver.xhp\n"
+"par_id5474410\n"
"help.text"
-msgid "All numbers corresponding to the condition."
-msgstr "პირობის შესაბამისი ყველა რიცხვი."
+msgid "To solve equations with the solver"
+msgstr ""
-#: 12120100.xhp
+#: solver.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_id3149377\n"
-"26\n"
+"solver.xhp\n"
+"par_id2216559\n"
"help.text"
-msgid "Date"
-msgstr "თარიღი"
+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 ""
-#: 12120100.xhp
+#: solver.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_id3150718\n"
-"27\n"
+"solver.xhp\n"
+"par_id7869502\n"
"help.text"
-msgid "All numbers corresponding to the condition. The entered values are formatted accordingly the next time the dialog is called up."
+msgid "The initial variable values are inserted in a rectangular cell range that you enter in the <emph>By changing cells</emph> box."
msgstr ""
-#: 12120100.xhp
+#: solver.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_id3146969\n"
-"28\n"
+"solver.xhp\n"
+"par_id9852900\n"
"help.text"
-msgid "Time"
-msgstr "დრო"
+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 ""
-#: 12120100.xhp
+#: solver.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_id3155066\n"
-"29\n"
+"solver.xhp\n"
+"par_id5323953\n"
"help.text"
-msgid "All numbers corresponding to the condition. The entered values are formatted accordingly the next time the dialog is called up."
+msgid "The default solver engine supports only linear equations."
msgstr ""
-#: 12120100.xhp
+#: solver_options.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_idN106A0\n"
+"solver_options.xhp\n"
+"tit\n"
"help.text"
-msgid "Cell range"
-msgstr "უჯრის დიაპაზონი"
+msgid "Options"
+msgstr "პარამეტრები"
-#: 12120100.xhp
+#: solver_options.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_idN106A5\n"
+"solver_options.xhp\n"
+"hd_id2794274\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."
+msgid "Options"
+msgstr "პარამეტრები"
+
+#: 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 ""
-#: 12120100.xhp
+#: solver_options.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_idN106AB\n"
+"solver_options.xhp\n"
+"par_id393993\n"
"help.text"
-msgid "List"
-msgstr "სია"
+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 ""
-#: 12120100.xhp
+#: solver_options.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_idN106B0\n"
+"solver_options.xhp\n"
+"par_id5871761\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."
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Configure the current solver.</ahelp>"
msgstr ""
-#: 12120100.xhp
+#: solver_options.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_id3154756\n"
-"30\n"
+"solver_options.xhp\n"
+"par_id6531266\n"
"help.text"
-msgid "Text length"
-msgstr "ტექსტის სიგრძე"
+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 ""
-#: 12120100.xhp
+#: solver_options.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_id3147339\n"
-"31\n"
+"solver_options.xhp\n"
+"par_id3912778\n"
"help.text"
-msgid "Entries whose length corresponds to the condition."
-msgstr "ელემენტები რომელთა სიგრძე შეესაბამება პირობას."
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter or change the value.</ahelp>"
+msgstr ""
-#: 12120100.xhp
+#: solver_options.xhp
msgctxt ""
-"12120100.xhp\n"
-"hd_id3154704\n"
-"7\n"
+"solver_options.xhp\n"
+"par_id3163853\n"
"help.text"
-msgid "Allow blank cells"
-msgstr "ცარიელი უჯრების ნების დართვა"
+msgid "Use the Options dialog to configure the current solver engine."
+msgstr ""
-#: 12120100.xhp
+#: solver_options.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_id3153967\n"
-"8\n"
+"solver_options.xhp\n"
+"par_id121158\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>"
+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 ""
-#: 12120100.xhp
+#: solver_options.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_idN10709\n"
+"solver_options.xhp\n"
+"par_id3806878\n"
"help.text"
-msgid "Show selection list"
-msgstr "მონიშნულთა სიის ჩვენება"
+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 ""
-#: 12120100.xhp
+#: solver_options.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_idN1070D\n"
+"solver_options.xhp\n"
+"par_id130619\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>"
+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 ""
-#: 12120100.xhp
+#: solver_options.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_idN10724\n"
+"solver_options.xhp\n"
+"par_id9999694\n"
"help.text"
-msgid "Sort entries ascending"
-msgstr "ჩანაწერების დახარისხება მიხედვით"
+msgid "Click OK to accept the changes and to go back to the <link href=\"text/scalc/01/solver.xhp\">Solver</link> dialog."
+msgstr ""
-#: 12120100.xhp
+#: text2columns.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_idN10728\n"
+"text2columns.xhp\n"
+"tit\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>"
+msgid "Text to Columns"
msgstr ""
-#: 12120100.xhp
+#: text2columns.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_idN1073F\n"
+"text2columns.xhp\n"
+"bm_id8004394\n"
"help.text"
-msgid "Source"
-msgstr "წყარო"
+msgid "<bookmark_value>text to columns</bookmark_value>"
+msgstr "<bookmark_value>RSQ გამოთვლები</bookmark_value>"
-#: 12120100.xhp
+#: text2columns.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_idN10743\n"
+"text2columns.xhp\n"
+"hd_id2300180\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>"
+msgid "<link href=\"text/scalc/01/text2columns.xhp\">Text to Columns</link>"
msgstr ""
-#: 12120100.xhp
+#: text2columns.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_idN1075A\n"
+"text2columns.xhp\n"
+"par_id655232\n"
"help.text"
-msgid "Entries"
-msgstr "ელემენტები"
+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
+#: text2columns.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_idN1075E\n"
+"text2columns.xhp\n"
+"hd_id9599597\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>"
+msgid "To expand cell contents to multiple cells"
msgstr ""
-#: 12120100.xhp
+#: text2columns.xhp
msgctxt ""
-"12120100.xhp\n"
-"hd_id3163807\n"
-"9\n"
+"text2columns.xhp\n"
+"par_id2021546\n"
"help.text"
-msgid "Data"
-msgstr "მონაცემები"
+msgid "You can expand cells that contain comma separated values (CSV) into multiple cells in the same row."
+msgstr ""
-#: 12120100.xhp
+#: text2columns.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_id3144502\n"
-"10\n"
+"text2columns.xhp\n"
+"par_id2623981\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."
+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
+#: text2columns.xhp
msgctxt ""
-"12120100.xhp\n"
-"hd_id3153782\n"
-"11\n"
+"text2columns.xhp\n"
+"par_id7242042\n"
"help.text"
-msgid "Value"
-msgstr "მნიშვნელობა"
+msgid "Select the cell or cells that you want to expand."
+msgstr ""
-#: 12120100.xhp
+#: text2columns.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_id3153266\n"
-"12\n"
+"text2columns.xhp\n"
+"par_id6999420\n"
"help.text"
-msgid "Enter the value for the data validation option that you selected in the <emph>Allow </emph>box."
+msgid "Choose <emph>Data - Text to Columns</emph>."
msgstr ""
-#: 12120100.xhp
+#: text2columns.xhp
msgctxt ""
-"12120100.xhp\n"
-"hd_id3149814\n"
-"13\n"
+"text2columns.xhp\n"
+"par_id6334116\n"
"help.text"
-msgid "Minimum"
-msgstr "მინიმუმი"
+msgid "You see the Text to Columns dialog."
+msgstr ""
-#: 12120100.xhp
+#: text2columns.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_id3153199\n"
-"14\n"
+"text2columns.xhp\n"
+"par_id9276406\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>"
+msgid "Select the separator options. The preview shows how the current cell contents will be transformed into multiple cells."
msgstr ""
-#: 12120100.xhp
+#: text2columns.xhp
msgctxt ""
-"12120100.xhp\n"
-"hd_id3149035\n"
-"15\n"
+"text2columns.xhp\n"
+"par_id8523819\n"
"help.text"
-msgid "Maximum"
-msgstr "მაქსიმუმი"
+msgid "You can select a fixed width and then click the ruler on the preview to set cell breakup positions."
+msgstr ""
-#: 12120100.xhp
+#: text2columns.xhp
msgctxt ""
-"12120100.xhp\n"
-"par_id3150089\n"
-"16\n"
+"text2columns.xhp\n"
+"par_id1517380\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>"
+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 ""
+
+#: 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 ""
diff --git a/source/ka/helpcontent2/source/text/scalc/02.po b/source/ka/helpcontent2/source/text/scalc/02.po
index 91b755fdb27..015bca9568c 100644
--- a/source/ka/helpcontent2/source/text/scalc/02.po
+++ b/source/ka/helpcontent2/source/text/scalc/02.po
@@ -1,296 +1,166 @@
-#
+#. extracted from helpcontent2/source/text/scalc/02
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-12-10 11:44+0100\n"
+"POT-Creation-Date: 2013-05-23 12:06+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"
+"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
-#: 10060000.xhp
+#: 02130000.xhp
msgctxt ""
-"10060000.xhp\n"
+"02130000.xhp\n"
"tit\n"
"help.text"
-msgid "Zoom Out"
-msgstr "დაპატარავება"
-
-#: 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 ""
+msgid "Number format: Currency"
+msgstr "რიცხვის ფორმატი: ვალუტა"
-#: 10060000.xhp
+#: 02130000.xhp
msgctxt ""
-"10060000.xhp\n"
-"hd_id3153561\n"
+"02130000.xhp\n"
+"hd_id3152892\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>"
+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
+#: 02130000.xhp
msgctxt ""
-"10060000.xhp\n"
-"par_id3151246\n"
+"02130000.xhp\n"
+"par_id3148837\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>"
-
-#: 10060000.xhp
-msgctxt ""
-"10060000.xhp\n"
-"par_id3150398\n"
-"4\n"
-"help.text"
-msgid "The minimum zoom factor is 20%."
-msgstr "მასშტაბირების მინიმალური ფაქტორი არის 20%."
-
-#: 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>"
-
-#: 10060000.xhp
-msgctxt ""
-"10060000.xhp\n"
-"par_id3150440\n"
-"3\n"
-"help.text"
-msgid "Zooming Out"
-msgstr "დაპატარავება"
-
-#: 18010000.xhp
-msgctxt ""
-"18010000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Insert"
-msgstr "ჩასმა"
-
-#: 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
-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>"
+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>"
-#: 18010000.xhp
+#: 02130000.xhp
msgctxt ""
-"18010000.xhp\n"
-"par_id3147336\n"
-"2\n"
+"02130000.xhp\n"
+"par_id3155267\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>"
+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>"
-#: 18010000.xhp
+#: 02130000.xhp
msgctxt ""
-"18010000.xhp\n"
-"par_id3148664\n"
+"02130000.xhp\n"
+"par_id3150214\n"
"3\n"
"help.text"
-msgid "Tools bar icon:"
-msgstr "ხელსაწყოთა ზოლის ხატულა:"
-
-#: 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>"
+msgid "Number Format: Currency"
+msgstr "რიცხვის ფორმატი: ვალუტა"
-#: 18010000.xhp
+#: 02130000.xhp
msgctxt ""
-"18010000.xhp\n"
-"par_id3146120\n"
+"02130000.xhp\n"
+"par_id3146776\n"
"4\n"
"help.text"
-msgid "Insert"
-msgstr "ჩასმა"
-
-#: 18010000.xhp
-msgctxt ""
-"18010000.xhp\n"
-"par_id3153188\n"
-"6\n"
-"help.text"
-msgid "You can select the following icons:"
-msgstr "შეგიძლიათ აირჩიოთ შემდეგი ხატულები:"
-
-#: 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
-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
-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
-#, 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
-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
-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>"
+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>"
-#: 02170000.xhp
+#: 02140000.xhp
msgctxt ""
-"02170000.xhp\n"
+"02140000.xhp\n"
"tit\n"
"help.text"
-msgid "Number Format: Delete Decimal Place"
-msgstr "რიცხვის ფორმატი: ათეულის წაშლა"
+msgid "Number format: Percent"
+msgstr "რიცხვის ფორმატი: პროცენტი"
-#: 02170000.xhp
+#: 02140000.xhp
msgctxt ""
-"02170000.xhp\n"
-"hd_id3149164\n"
+"02140000.xhp\n"
+"hd_id3156329\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>"
+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>"
-#: 02170000.xhp
+#: 02140000.xhp
msgctxt ""
-"02170000.xhp\n"
-"par_id3147264\n"
+"02140000.xhp\n"
+"par_id3155629\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>"
+msgid "<ahelp hid=\".uno:NumberFormatPercent\">Applies the percentage format to the selected cells.</ahelp>"
+msgstr "<ahelp hid=\".uno:NumberFormatPercent\">არჩეულ უჯრებზე პროც.</ahelp>"
-#: 02170000.xhp
+#: 02140000.xhp
msgctxt ""
-"02170000.xhp\n"
-"par_id3145173\n"
+"02140000.xhp\n"
+"par_id3153968\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>"
+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>"
-#: 02170000.xhp
+#: 02140000.xhp
msgctxt ""
-"02170000.xhp\n"
-"par_id3154686\n"
+"02140000.xhp\n"
+"par_id3151114\n"
"3\n"
"help.text"
-msgid "Number Format: Delete Decimal Place"
-msgstr "რიცხვის ფორმატი: ათეულის წაშლა"
+msgid "Number Format: Percent"
+msgstr "რიცხვის ფორმატი: პროცენტი"
-#: 02130000.xhp
+#: 02140000.xhp
msgctxt ""
-"02130000.xhp\n"
-"tit\n"
+"02140000.xhp\n"
+"bm_id3149260\n"
"help.text"
-msgid "Number format: Currency"
-msgstr "რიცხვის ფორმატი: ვალუტა"
+msgid "<bookmark_value>percentage calculations</bookmark_value>"
+msgstr "<bookmark_value>პროცენტული ანგარიში</bookmark_value>"
-#: 02130000.xhp
+#: 02140000.xhp
msgctxt ""
-"02130000.xhp\n"
-"hd_id3152892\n"
-"1\n"
+"02140000.xhp\n"
+"par_id3149260\n"
+"5\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>"
+msgid "You can also enter a percentage sign (%) after a number in a cell:"
+msgstr "უჯრაში, რიცხვის შემდეგ ასევე შეგიძლიათ პროცენტის ნიშნის (%) მიწერა:"
-#: 02130000.xhp
+#: 02140000.xhp
msgctxt ""
-"02130000.xhp\n"
-"par_id3148837\n"
-"2\n"
+"02140000.xhp\n"
+"par_id3155411\n"
+"6\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>"
+msgid "1% corresponds to 0.01"
+msgstr "1% შეესაბამება 0.01"
-#: 02130000.xhp
+#: 02140000.xhp
msgctxt ""
-"02130000.xhp\n"
-"par_id3155267\n"
+"02140000.xhp\n"
+"par_id3145749\n"
+"7\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>"
+msgid "1 + 16% corresponds to 116% or 1.16"
+msgstr "1 + 16% შეესაბამება 116% ან 1.16"
-#: 02130000.xhp
+#: 02140000.xhp
msgctxt ""
-"02130000.xhp\n"
-"par_id3150214\n"
-"3\n"
+"02140000.xhp\n"
+"par_id3148575\n"
+"8\n"
"help.text"
-msgid "Number Format: Currency"
-msgstr "რიცხვის ფორმატი: ვალუტა"
+msgid "1%% corresponds to 0.0001"
+msgstr "1%% შეესაბამება 0.0001"
-#: 02130000.xhp
-#, fuzzy
+#: 02140000.xhp
msgctxt ""
-"02130000.xhp\n"
-"par_id3146776\n"
-"4\n"
+"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>."
+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
@@ -337,7 +207,6 @@ msgid "Number Format: Standard"
msgstr "რიცხვების ფორმატი: სტანდარტული"
#: 02150000.xhp
-#, fuzzy
msgctxt ""
"02150000.xhp\n"
"par_id3154908\n"
@@ -346,152 +215,151 @@ msgctxt ""
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>"
-#: 06070000.xhp
+#: 02160000.xhp
msgctxt ""
-"06070000.xhp\n"
+"02160000.xhp\n"
"tit\n"
"help.text"
-msgid "Accept"
-msgstr "მიღება"
-
-#: 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>"
+msgid "Number Format: Add Decimal Place"
+msgstr "რიცხვის ფორმატი: ათეულის დამატება"
-#: 06070000.xhp
+#: 02160000.xhp
msgctxt ""
-"06070000.xhp\n"
-"hd_id3143267\n"
+"02160000.xhp\n"
+"hd_id3150275\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>"
+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>"
-#: 06070000.xhp
+#: 02160000.xhp
msgctxt ""
-"06070000.xhp\n"
-"par_id3151245\n"
+"02160000.xhp\n"
+"par_id3150792\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>"
+msgid "<ahelp hid=\".uno:NumberFormatIncDecimals\">Adds one decimal place to the numbers in the selected cells.</ahelp>"
+msgstr "<ahelp hid=\".uno:NumberFormatIncDecimals\">ამატებს არჩეულ უჯრაში ერთ წილადის ნიშანს.</ahelp>"
-#: 06070000.xhp
+#: 02160000.xhp
msgctxt ""
-"06070000.xhp\n"
-"par_id3150769\n"
+"02160000.xhp\n"
+"par_id3145787\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>"
+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>"
-#: 06070000.xhp
+#: 02160000.xhp
msgctxt ""
-"06070000.xhp\n"
-"par_id3125864\n"
+"02160000.xhp\n"
+"par_id3149262\n"
"3\n"
"help.text"
-msgid "Accept"
-msgstr "მიღება"
+msgid "Number Format: Add Decimal Place"
+msgstr "რიცხვის ფორმატი: ათეულის დამატება"
-#: 02140000.xhp
+#: 02170000.xhp
msgctxt ""
-"02140000.xhp\n"
+"02170000.xhp\n"
"tit\n"
"help.text"
-msgid "Number format: Percent"
-msgstr "რიცხვის ფორმატი: პროცენტი"
+msgid "Number Format: Delete Decimal Place"
+msgstr "რიცხვის ფორმატი: ათეულის წაშლა"
-#: 02140000.xhp
+#: 02170000.xhp
msgctxt ""
-"02140000.xhp\n"
-"hd_id3156329\n"
+"02170000.xhp\n"
+"hd_id3149164\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>"
+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>"
-#: 02140000.xhp
+#: 02170000.xhp
msgctxt ""
-"02140000.xhp\n"
-"par_id3155629\n"
+"02170000.xhp\n"
+"par_id3147264\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>"
+msgid "<ahelp hid=\".uno:NumberFormatDecDecimals\">Removes one decimal place from the numbers in the selected cells.</ahelp>"
+msgstr "<ahelp hid=\".uno:NumberFormatDecDecimals\">არჩეულ უჯრებში რიცხვებიდან იღებს წილადის ნიშანს.</ahelp>"
-#: 02140000.xhp
+#: 02170000.xhp
msgctxt ""
-"02140000.xhp\n"
-"par_id3153968\n"
+"02170000.xhp\n"
+"par_id3145173\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>"
+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>"
-#: 02140000.xhp
+#: 02170000.xhp
msgctxt ""
-"02140000.xhp\n"
-"par_id3151114\n"
+"02170000.xhp\n"
+"par_id3154686\n"
"3\n"
"help.text"
-msgid "Number Format: Percent"
-msgstr "რიცხვის ფორმატი: პროცენტი"
+msgid "Number Format: Delete Decimal Place"
+msgstr "რიცხვის ფორმატი: ათეულის წაშლა"
-#: 02140000.xhp
+#: 06010000.xhp
msgctxt ""
-"02140000.xhp\n"
-"bm_id3149260\n"
+"06010000.xhp\n"
+"tit\n"
"help.text"
-msgid "<bookmark_value>percentage calculations</bookmark_value>"
-msgstr "<bookmark_value>პროცენტული ანგარიში</bookmark_value>"
+msgid "Sheet Area"
+msgstr "ფურცლის არე"
-#: 02140000.xhp
+#: 06010000.xhp
msgctxt ""
-"02140000.xhp\n"
-"par_id3149260\n"
-"5\n"
+"06010000.xhp\n"
+"bm_id3156326\n"
"help.text"
-msgid "You can also enter a percentage sign (%) after a number in a cell:"
-msgstr "უჯრაში, რიცხვის შემდეგ ასევე შეგიძლიათ პროცენტის ნიშნის (%) მიწერა:"
+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>"
-#: 02140000.xhp
+#: 06010000.xhp
msgctxt ""
-"02140000.xhp\n"
-"par_id3155411\n"
-"6\n"
+"06010000.xhp\n"
+"hd_id3156326\n"
+"1\n"
"help.text"
-msgid "1% corresponds to 0.01"
-msgstr "1% შეესაბამება 0.01"
+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>"
-#: 02140000.xhp
+#: 06010000.xhp
msgctxt ""
-"02140000.xhp\n"
-"par_id3145749\n"
-"7\n"
+"06010000.xhp\n"
+"par_id3149656\n"
+"2\n"
"help.text"
-msgid "1 + 16% corresponds to 116% or 1.16"
-msgstr "1 + 16% შეესაბამება 116% ან 1.16"
+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>"
-#: 02140000.xhp
+#: 06010000.xhp
msgctxt ""
-"02140000.xhp\n"
-"par_id3148575\n"
-"8\n"
+"06010000.xhp\n"
+"par_id3163710\n"
"help.text"
-msgid "1%% corresponds to 0.0001"
-msgstr "1%% შეესაბამება 0.0001"
+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>"
-#: 02140000.xhp
+#: 06010000.xhp
msgctxt ""
-"02140000.xhp\n"
-"par_id3159153\n"
-"10\n"
+"06010000.xhp\n"
+"par_id3151118\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>"
+msgid "Name Box"
+msgstr "სახელის სარკმელი"
+
+#: 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."
#: 06030000.xhp
msgctxt ""
@@ -528,7 +396,6 @@ msgid "<ahelp hid=\"HID_INSWIN_SUMME\">Inserts the sum of a cell range into the
msgstr ""
#: 06030000.xhp
-#, fuzzy
msgctxt ""
"06030000.xhp\n"
"par_id3153770\n"
@@ -563,48 +430,91 @@ msgctxt ""
msgid "Click the <emph>Accept</emph> icon (green check mark) to use the formula displayed in the input line."
msgstr "დააწკაპუნეთ <emph>მიღება</emph> ხატულაზე (მწვანე ნიშანი) შეტანის სტრიქონზე ფორმულის ასასახად."
-#: 02160000.xhp
+#: 06040000.xhp
msgctxt ""
-"02160000.xhp\n"
+"06040000.xhp\n"
"tit\n"
"help.text"
-msgid "Number Format: Add Decimal Place"
-msgstr "რიცხვის ფორმატი: ათეულის დამატება"
+msgid "Function"
+msgstr "ფუნქცია"
-#: 02160000.xhp
+#: 06040000.xhp
msgctxt ""
-"02160000.xhp\n"
-"hd_id3150275\n"
+"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
+msgctxt ""
+"06040000.xhp\n"
+"hd_id3150084\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>"
+msgid "<link href=\"text/scalc/02/06040000.xhp\" name=\"Function\">Function</link>"
+msgstr "<link href=\"text/scalc/02/06040000.xhp\" name=\"Function\">ფუნქცია</link>"
-#: 02160000.xhp
+#: 06040000.xhp
msgctxt ""
-"02160000.xhp\n"
-"par_id3150792\n"
+"06040000.xhp\n"
+"par_id3151245\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>"
+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>"
-#: 02160000.xhp
+#: 06040000.xhp
msgctxt ""
-"02160000.xhp\n"
-"par_id3145787\n"
+"06040000.xhp\n"
+"par_id3153360\n"
+"3\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>"
+msgid "This icon is only available when the <emph>Input line</emph> box is not active."
+msgstr "ეს ხატულა ხელმისაწვდომია მაშiნ, როცა <emph>შეტანის სტრიქონი</emph> სარკმელი დამალულია."
-#: 02160000.xhp
+#: 06040000.xhp
msgctxt ""
-"02160000.xhp\n"
-"par_id3149262\n"
-"3\n"
+"06040000.xhp\n"
+"par_id3153770\n"
"help.text"
-msgid "Number Format: Add Decimal Place"
-msgstr "რიცხვის ფორმატი: ათეულის დამატება"
+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
+msgctxt ""
+"06040000.xhp\n"
+"par_id3153951\n"
+"4\n"
+"help.text"
+msgid "Function"
+msgstr "ფუნქცია"
+
+#: 06050000.xhp
+msgctxt ""
+"06050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Input line"
+msgstr "შეტანის სტრიქონი"
+
+#: 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>"
+
+#: 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>"
#: 06060000.xhp
msgctxt ""
@@ -657,119 +567,56 @@ msgctxt ""
msgid "Cancel"
msgstr "გაუქმება"
-#: 18020000.xhp
+#: 06070000.xhp
msgctxt ""
-"18020000.xhp\n"
+"06070000.xhp\n"
"tit\n"
"help.text"
-msgid "Insert Cells"
-msgstr "უჯრების ჩასმა"
+msgid "Accept"
+msgstr "მიღება"
-#: 18020000.xhp
+#: 06070000.xhp
msgctxt ""
-"18020000.xhp\n"
-"bm_id3150275\n"
+"06070000.xhp\n"
+"bm_id3143267\n"
"help.text"
-msgid "<bookmark_value>inserting; cells, toolbar icon</bookmark_value>"
-msgstr "<bookmark_value>ჩასმა; უჯრები, ხელსაწყოთა ხატულა</bookmark_value>"
+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>"
-#: 18020000.xhp
+#: 06070000.xhp
msgctxt ""
-"18020000.xhp\n"
-"hd_id3150275\n"
+"06070000.xhp\n"
+"hd_id3143267\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>"
+msgid "<link href=\"text/scalc/02/06070000.xhp\" name=\"Accept\">Accept</link>"
+msgstr "<link href=\"text/scalc/02/06070000.xhp\" name=\"Accept\">მიღება</link>"
-#: 18020000.xhp
+#: 06070000.xhp
msgctxt ""
-"18020000.xhp\n"
-"par_id3156024\n"
+"06070000.xhp\n"
+"par_id3151245\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>"
-
-#: 18020000.xhp
-msgctxt ""
-"18020000.xhp\n"
-"par_id3150398\n"
-"3\n"
-"help.text"
-msgid "Tools bar icon:"
-msgstr "ხელსაწყოთა ზოლის ხატულა:"
-
-#: 18020000.xhp
-msgctxt ""
-"18020000.xhp\n"
-"par_id3150767\n"
-"5\n"
-"help.text"
-msgid "You can select the following icons:"
-msgstr "შეგიძლიათ აირჩიოთ შემდეგი ხატულები:"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 06050000.xhp
-msgctxt ""
-"06050000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Input line"
-msgstr "შეტანის სტრიქონი"
+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>"
-#: 06050000.xhp
+#: 06070000.xhp
msgctxt ""
-"06050000.xhp\n"
-"hd_id3153821\n"
-"1\n"
+"06070000.xhp\n"
+"par_id3150769\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>"
+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>"
-#: 06050000.xhp
+#: 06070000.xhp
msgctxt ""
-"06050000.xhp\n"
-"par_id3155922\n"
-"2\n"
+"06070000.xhp\n"
+"par_id3125864\n"
+"3\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>"
+msgid "Accept"
+msgstr "მიღება"
#: 06080000.xhp
msgctxt ""
@@ -823,6 +670,32 @@ msgctxt ""
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>"
+#: 08010000.xhp
+msgctxt ""
+"08010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Position in document"
+msgstr "პოზიცია დოკუმენტში"
+
+#: 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>"
+
+#: 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>"
+
#: 08080000.xhp
msgctxt ""
"08080000.xhp\n"
@@ -875,68 +748,6 @@ msgctxt ""
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>"
-#: 06040000.xhp
-msgctxt ""
-"06040000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Function"
-msgstr "ფუნქცია"
-
-#: 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
-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
-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
-#, 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
-#, 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
-msgctxt ""
-"06040000.xhp\n"
-"par_id3153951\n"
-"4\n"
-"help.text"
-msgid "Function"
-msgstr "ფუნქცია"
-
#: 10050000.xhp
msgctxt ""
"10050000.xhp\n"
@@ -981,13 +792,12 @@ msgid "The maximum zoom factor is 400%."
msgstr "მასშტაბის მაქსიმალური ფაქტორი არის 400%."
#: 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>"
+msgid "<image id=\"img_id3151116\" src=\"cmd/sc_zoomin.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3151116\">Icon</alt></image>"
+msgstr ""
#: 10050000.xhp
msgctxt ""
@@ -998,88 +808,270 @@ msgctxt ""
msgid "Zoom In"
msgstr "გადიდება"
-#: 06010000.xhp
+#: 10060000.xhp
msgctxt ""
-"06010000.xhp\n"
+"10060000.xhp\n"
"tit\n"
"help.text"
-msgid "Sheet Area"
-msgstr "ფურცლის არე"
+msgid "Zoom Out"
+msgstr "დაპატარავება"
-#: 06010000.xhp
+#: 10060000.xhp
msgctxt ""
-"06010000.xhp\n"
-"bm_id3156326\n"
+"10060000.xhp\n"
+"bm_id3153561\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>"
+msgid "<bookmark_value>page views;reducing scales</bookmark_value><bookmark_value>zooming;reducing page views</bookmark_value>"
+msgstr ""
-#: 06010000.xhp
+#: 10060000.xhp
msgctxt ""
-"06010000.xhp\n"
-"hd_id3156326\n"
+"10060000.xhp\n"
+"hd_id3153561\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>"
+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>"
-#: 06010000.xhp
+#: 10060000.xhp
msgctxt ""
-"06010000.xhp\n"
-"par_id3149656\n"
+"10060000.xhp\n"
+"par_id3151246\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>"
+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>"
-#: 06010000.xhp
+#: 10060000.xhp
msgctxt ""
-"06010000.xhp\n"
-"par_id3163710\n"
+"10060000.xhp\n"
+"par_id3150398\n"
+"4\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>"
+msgid "The minimum zoom factor is 20%."
+msgstr "მასშტაბირების მინიმალური ფაქტორი არის 20%."
-#: 06010000.xhp
+#: 10060000.xhp
msgctxt ""
-"06010000.xhp\n"
-"par_id3151118\n"
+"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>"
+
+#: 10060000.xhp
+msgctxt ""
+"10060000.xhp\n"
+"par_id3150440\n"
+"3\n"
+"help.text"
+msgid "Zooming Out"
+msgstr "დაპატარავება"
+
+#: 18010000.xhp
+msgctxt ""
+"18010000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Insert"
+msgstr "ჩასმა"
+
+#: 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
+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
+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
+msgctxt ""
+"18010000.xhp\n"
+"par_id3148664\n"
+"3\n"
+"help.text"
+msgid "Tools bar icon:"
+msgstr "ხელსაწყოთა ზოლის ხატულა:"
+
+#: 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
+msgctxt ""
+"18010000.xhp\n"
+"par_id3146120\n"
"4\n"
"help.text"
-msgid "Name Box"
-msgstr "სახელის სარკმელი"
+msgid "Insert"
+msgstr "ჩასმა"
-#: 06010000.xhp
+#: 18010000.xhp
msgctxt ""
-"06010000.xhp\n"
-"par_id3152596\n"
+"18010000.xhp\n"
+"par_id3153188\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."
+msgid "You can select the following icons:"
+msgstr "შეგიძლიათ აირჩიოთ შემდეგი ხატულები:"
-#: 08010000.xhp
+#: 18010000.xhp
+#, fuzzy
msgctxt ""
-"08010000.xhp\n"
+"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
+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
+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
+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
+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
+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>"
+
+#: 18020000.xhp
+msgctxt ""
+"18020000.xhp\n"
"tit\n"
"help.text"
-msgid "Position in document"
-msgstr "პოზიცია დოკუმენტში"
+msgid "Insert Cells"
+msgstr "უჯრების ჩასმა"
-#: 08010000.xhp
+#: 18020000.xhp
msgctxt ""
-"08010000.xhp\n"
-"hd_id3145119\n"
+"18020000.xhp\n"
+"bm_id3150275\n"
+"help.text"
+msgid "<bookmark_value>inserting; cells, toolbar icon</bookmark_value>"
+msgstr "<bookmark_value>ჩასმა; უჯრები, ხელსაწყოთა ხატულა</bookmark_value>"
+
+#: 18020000.xhp
+msgctxt ""
+"18020000.xhp\n"
+"hd_id3150275\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>"
+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>"
-#: 08010000.xhp
+#: 18020000.xhp
msgctxt ""
-"08010000.xhp\n"
-"par_id3147265\n"
+"18020000.xhp\n"
+"par_id3156024\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>"
+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>"
+
+#: 18020000.xhp
+msgctxt ""
+"18020000.xhp\n"
+"par_id3150398\n"
+"3\n"
+"help.text"
+msgid "Tools bar icon:"
+msgstr "ხელსაწყოთა ზოლის ხატულა:"
+
+#: 18020000.xhp
+msgctxt ""
+"18020000.xhp\n"
+"par_id3150767\n"
+"5\n"
+"help.text"
+msgid "You can select the following icons:"
+msgstr "შეგიძლიათ აირჩიოთ შემდეგი ხატულები:"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
diff --git a/source/ka/helpcontent2/source/text/scalc/04.po b/source/ka/helpcontent2/source/text/scalc/04.po
index c768cac1930..2353c859ca5 100644
--- a/source/ka/helpcontent2/source/text/scalc/04.po
+++ b/source/ka/helpcontent2/source/text/scalc/04.po
@@ -3,7 +3,7 @@ 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-12-10 11:44+0100\n"
+"POT-Creation-Date: 2013-05-23 12:06+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"
@@ -410,7 +410,6 @@ msgid "In the page preview: Moves to the next print page."
msgstr "გვერდის გადახედვის რეჟიმი: გადადის მომდევნო დასაბეჭდ გვერდზე."
#: 01020000.xhp
-#, fuzzy
msgctxt ""
"01020000.xhp\n"
"hd_id3146885\n"
@@ -429,7 +428,6 @@ msgid "Moves one screen to the left."
msgstr "გადააქვს ერთი ეკრანი მარცხნივ."
#: 01020000.xhp
-#, fuzzy
msgctxt ""
"01020000.xhp\n"
"hd_id3149013\n"
@@ -480,7 +478,6 @@ msgid "Adds the next sheet to the current selection of sheets. If all the sheets
msgstr "უმატებს მომდევნო ცხრილს ცხრილების მოცემულ არჩევანს. თუ ელექტრო ცხრილში ყველა ცხრილი არჩეულია, ეს მალსახმობი ღილაკი მხოლოდ მომდევნო ცხრილს ირჩევს. მომდევნო ცხრილს მოცემულ ცხრილად აქცევს."
#: 01020000.xhp
-#, fuzzy
msgctxt ""
"01020000.xhp\n"
"hd_id3145826\n"
@@ -508,7 +505,6 @@ msgid "Selects the data range that contains the cursor. A range is a contiguous
msgstr "ირჩევს მონაცემთა რიგს, რომელიც კურსორს შეიცავს. რიგი მიმდევრობითი უჯრების რიგია, რომელიც მონაცემებს შეიცავს და შემოსაზღვრულია ცარიელი მწკრივებით და სვეტებით."
#: 01020000.xhp
-#, fuzzy
msgctxt ""
"01020000.xhp\n"
"hd_id3151233\n"
@@ -586,7 +582,6 @@ msgid "Moves the cursor down one cell in a selected range. To specify the direct
msgstr ""
#: 01020000.xhp
-#, fuzzy
msgctxt ""
"01020000.xhp\n"
"par_id5961180\n"
@@ -1059,7 +1054,6 @@ msgid "Ungroups the selected data range."
msgstr "განაჯგუფებს არჩეულ მონაცემთა რიგს."
#: 01020000.xhp
-#, fuzzy
msgctxt ""
"01020000.xhp\n"
"hd_id3151264\n"
@@ -1078,7 +1072,6 @@ msgid "Increases the height of current row (only in <link href=\"text/shared/opt
msgstr ""
#: 01020000.xhp
-#, fuzzy
msgctxt ""
"01020000.xhp\n"
"hd_id3151297\n"
@@ -1097,7 +1090,6 @@ msgid "Decreases the height of current row (only in <link href=\"text/shared/opt
msgstr ""
#: 01020000.xhp
-#, fuzzy
msgctxt ""
"01020000.xhp\n"
"hd_id3155997\n"
@@ -1116,7 +1108,6 @@ msgid "Increases the width of the current column."
msgstr "ზრდის მოცემული სვეტის სიგანეს."
#: 01020000.xhp
-#, fuzzy
msgctxt ""
"01020000.xhp\n"
"hd_id3154046\n"
@@ -1313,7 +1304,6 @@ msgid "Standard format"
msgstr "სტანდარტული ფორმატი"
#: 01020000.xhp
-#, fuzzy
msgctxt ""
"01020000.xhp\n"
"hd_id3154205\n"
@@ -1375,7 +1365,6 @@ msgid "Changes the focus by moving backwards through the areas and buttons of th
msgstr "ცვლის ფოკუსს დიალოგური სარკმლის არეებისა და ღილაკების გავლით უკან მოძრაობით."
#: 01020000.xhp
-#, fuzzy
msgctxt ""
"01020000.xhp\n"
"hd_id3148484\n"
@@ -1394,7 +1383,6 @@ msgid "Moves the focus up one item in the current dialog area."
msgstr "გადაყავს ფოკუსი დიალოგის მიმდინარე არეში ერთი ელემენტით ზევით."
#: 01020000.xhp
-#, fuzzy
msgctxt ""
"01020000.xhp\n"
"hd_id3154273\n"
@@ -1413,7 +1401,6 @@ msgid "Moves the focus down one item in the current dialog area."
msgstr "გადაყავს ფოკუსი დიალოგის მიმდინარე არეში ერთი ელემენტით ქვევით."
#: 01020000.xhp
-#, fuzzy
msgctxt ""
"01020000.xhp\n"
"hd_id3148912\n"
@@ -1432,7 +1419,6 @@ msgid "Moves the focus one item to the left in the current dialog area."
msgstr "გადაყავს ფოკუსი დიალოგის მიმდინარე არეში ერთი ელემენტით მარცხნივ."
#: 01020000.xhp
-#, fuzzy
msgctxt ""
"01020000.xhp\n"
"hd_id3150712\n"
diff --git a/source/ka/helpcontent2/source/text/scalc/05.po b/source/ka/helpcontent2/source/text/scalc/05.po
index 207b6ffc5b8..91a2b0bdbb4 100644
--- a/source/ka/helpcontent2/source/text/scalc/05.po
+++ b/source/ka/helpcontent2/source/text/scalc/05.po
@@ -3,7 +3,7 @@ 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-12-10 11:44+0100\n"
+"POT-Creation-Date: 2013-05-23 12:06+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"
diff --git a/source/ka/helpcontent2/source/text/scalc/guide.po b/source/ka/helpcontent2/source/text/scalc/guide.po
index 4ff51918e14..5677a148b35 100644
--- a/source/ka/helpcontent2/source/text/scalc/guide.po
+++ b/source/ka/helpcontent2/source/text/scalc/guide.po
@@ -1,1551 +1,387 @@
-#
+#. extracted from helpcontent2/source/text/scalc/guide
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-12-10 11:44+0100\n"
+"POT-Creation-Date: 2013-05-23 12:06+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"
+"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
-#: scenario.xhp
+#: address_auto.xhp
msgctxt ""
-"scenario.xhp\n"
+"address_auto.xhp\n"
"tit\n"
"help.text"
-msgid "Using Scenarios"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: scenario.xhp
-msgctxt ""
-"scenario.xhp\n"
-"hd_id3149255\n"
-"15\n"
-"help.text"
-msgid "Creating Your Own Scenarios"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: scenario.xhp
-msgctxt ""
-"scenario.xhp\n"
-"hd_id3149664\n"
-"3\n"
-"help.text"
-msgid "Using Scenarios"
-msgstr ""
-
-#: scenario.xhp
-msgctxt ""
-"scenario.xhp\n"
-"par_id3153415\n"
-"11\n"
-"help.text"
-msgid "Scenarios can be selected in the Navigator:"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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."
+msgid "Recognizing Names as Addressing"
msgstr ""
-#: scenario.xhp
+#: address_auto.xhp
msgctxt ""
-"scenario.xhp\n"
-"par_id1243629\n"
+"address_auto.xhp\n"
+"bm_id3148797\n"
"help.text"
-msgid "Double-click a scenario name in the Navigator to apply that scenario to the current sheet."
+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 ""
-#: scenario.xhp
+#: address_auto.xhp
msgctxt ""
-"scenario.xhp\n"
-"par_id9044770\n"
+"address_auto.xhp\n"
+"hd_id3148797\n"
+"20\n"
"help.text"
-msgid "To delete a scenario, right-click the name in the Navigator and choose <emph>Delete</emph>."
+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 ""
-#: scenario.xhp
+#: address_auto.xhp
msgctxt ""
-"scenario.xhp\n"
-"par_id3674123\n"
+"address_auto.xhp\n"
+"par_id3152597\n"
+"21\n"
"help.text"
-msgid "To edit a scenario, right-click the name in the Navigator and choose <emph>Properties</emph>."
+msgid "You can use cells with text to refer to the rows or to the columns that contain the cells."
msgstr ""
-#: scenario.xhp
+#: address_auto.xhp
msgctxt ""
-"scenario.xhp\n"
-"par_id3424481\n"
+"address_auto.xhp\n"
+"par_id3156283\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."
+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 ""
-#: scenario.xhp
+#: address_auto.xhp
msgctxt ""
-"scenario.xhp\n"
-"par_id3154368\n"
+"address_auto.xhp\n"
+"par_id3154512\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 ""
-
-#: 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 ""
-
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"tit\n"
-"help.text"
-msgid "Applying Multiple Sheets"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3148576\n"
-"10\n"
-"help.text"
-msgid "Inserting a Sheet"
-msgstr ""
-
-#: 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 ""
-
-#: 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>"
-
-#: 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>"
-
-#: 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 ""
-
-#: 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 ""
-
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3154491\n"
-"11\n"
-"help.text"
-msgid "Selecting Multiple Sheets"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: multitables.xhp
-msgctxt ""
-"multitables.xhp\n"
-"hd_id3155600\n"
-"12\n"
-"help.text"
-msgid "Undoing a Selection"
-msgstr ""
-
-#: 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."
+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 ""
-#: multitables.xhp
+#: address_auto.xhp
msgctxt ""
-"multitables.xhp\n"
-"hd_id3156382\n"
-"15\n"
+"address_auto.xhp\n"
+"par_id3155443\n"
+"24\n"
"help.text"
-msgid "Calculating Across Multiple Sheets"
+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 ""
-#: multitables.xhp
+#: address_auto.xhp
msgctxt ""
-"multitables.xhp\n"
-"par_id3155333\n"
-"16\n"
+"address_auto.xhp\n"
+"par_id3149210\n"
+"37\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."
+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 ""
-#: format_table.xhp
+#: auto_off.xhp
msgctxt ""
-"format_table.xhp\n"
+"auto_off.xhp\n"
"tit\n"
"help.text"
-msgid "Formatting Spreadsheets"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: format_table.xhp
-msgctxt ""
-"format_table.xhp\n"
-"hd_id3153912\n"
-"13\n"
-"help.text"
-msgid "Formatting Text in a Spreadsheet"
+msgid "Deactivating Automatic Changes"
msgstr ""
-#: format_table.xhp
+#: auto_off.xhp
msgctxt ""
-"format_table.xhp\n"
-"par_id3144772\n"
-"14\n"
+"auto_off.xhp\n"
+"bm_id3149456\n"
"help.text"
-msgid "Select the text you want to format."
+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 ""
-#: format_table.xhp
+#: auto_off.xhp
msgctxt ""
-"format_table.xhp\n"
-"par_id3155268\n"
-"15\n"
+"auto_off.xhp\n"
+"hd_id3149456\n"
+"1\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."
+msgid "<variable id=\"auto_off\"><link href=\"text/scalc/guide/auto_off.xhp\" name=\"Deactivating Automatic Changes\">Deactivating Automatic Changes</link></variable>"
msgstr ""
-#: format_table.xhp
+#: auto_off.xhp
msgctxt ""
-"format_table.xhp\n"
-"hd_id3149899\n"
-"16\n"
+"auto_off.xhp\n"
+"par_id3156442\n"
+"2\n"
"help.text"
-msgid "Formatting Numbers in a Spreadsheet"
+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 ""
-#: format_table.xhp
+#: auto_off.xhp
msgctxt ""
-"format_table.xhp\n"
-"par_id3159226\n"
-"17\n"
+"auto_off.xhp\n"
+"par_id3145273\n"
+"3\n"
"help.text"
-msgid "Select the cells containing the numbers you want to format."
+msgid "The following shows you how to deactivate and reactivate the automatic changes in $[officename] Calc:"
msgstr ""
-#: format_table.xhp
+#: auto_off.xhp
msgctxt ""
-"format_table.xhp\n"
-"par_id3150046\n"
-"18\n"
+"auto_off.xhp\n"
+"hd_id3145748\n"
+"4\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."
+msgid "Automatic Text or Number Completion"
msgstr ""
-#: format_table.xhp
+#: auto_off.xhp
msgctxt ""
-"format_table.xhp\n"
-"hd_id3153483\n"
-"19\n"
+"auto_off.xhp\n"
+"par_id3154730\n"
+"5\n"
"help.text"
-msgid "Formatting Borders and Backgrounds for Cells and Pages"
+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 ""
-#: format_table.xhp
+#: auto_off.xhp
msgctxt ""
-"format_table.xhp\n"
-"par_id3154733\n"
-"20\n"
+"auto_off.xhp\n"
+"par_id3153878\n"
+"6\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."
+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 ""
-#: format_table.xhp
+#: auto_off.xhp
msgctxt ""
-"format_table.xhp\n"
-"par_id3145116\n"
+"auto_off.xhp\n"
+"hd_id3146972\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."
+msgid "Automatic Conversion to Date Format"
msgstr ""
-#: format_table.xhp
+#: auto_off.xhp
msgctxt ""
-"format_table.xhp\n"
-"par_id3145389\n"
+"auto_off.xhp\n"
+"par_id3153707\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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: goalseek.xhp
-msgctxt ""
-"goalseek.xhp\n"
-"tit\n"
-"help.text"
-msgid "Applying Goal Seek"
-msgstr ""
-
-#: 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>"
+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 ""
-#: goalseek.xhp
+#: auto_off.xhp
msgctxt ""
-"goalseek.xhp\n"
-"hd_id3145068\n"
-"22\n"
+"auto_off.xhp\n"
+"par_id3159267\n"
+"23\n"
"help.text"
-msgid "<variable id=\"goalseek\"><link href=\"text/scalc/guide/goalseek.xhp\" name=\"Applying Goal Seek\">Applying Goal Seek</link></variable>"
+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 ""
-#: goalseek.xhp
+#: auto_off.xhp
msgctxt ""
-"goalseek.xhp\n"
-"par_id3145171\n"
-"2\n"
+"auto_off.xhp\n"
+"hd_id3150043\n"
+"7\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."
+msgid "Quotation Marks Replaced by Custom Quotes"
msgstr ""
-#: goalseek.xhp
+#: auto_off.xhp
msgctxt ""
-"goalseek.xhp\n"
-"hd_id3153966\n"
-"14\n"
+"auto_off.xhp\n"
+"par_id3155333\n"
+"9\n"
"help.text"
-msgid "Goal Seek Example"
+msgid "Choose <emph>Tools - AutoCorrect Options</emph>. Go to the <emph>Localized Options</emph> tab and unmark <emph>Replace</emph>."
msgstr ""
-#: goalseek.xhp
+#: auto_off.xhp
msgctxt ""
-"goalseek.xhp\n"
-"par_id3150871\n"
-"4\n"
+"auto_off.xhp\n"
+"hd_id3149565\n"
+"11\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:"
+msgid "Cell Content Always Begins With Uppercase"
msgstr ""
-#: goalseek.xhp
+#: auto_off.xhp
msgctxt ""
-"goalseek.xhp\n"
-"par_id3152596\n"
-"5\n"
+"auto_off.xhp\n"
+"par_id3147001\n"
+"13\n"
"help.text"
-msgid "I = C * n* i"
+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 ""
-#: goalseek.xhp
+#: auto_off.xhp
msgctxt ""
-"goalseek.xhp\n"
-"par_id3155335\n"
+"auto_off.xhp\n"
+"hd_id3150345\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 ""
-
-#: 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 ""
-
-#: 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."
+msgid "Replace Word With Another Word"
msgstr ""
-#: goalseek.xhp
+#: auto_off.xhp
msgctxt ""
-"goalseek.xhp\n"
-"par_id3150088\n"
+"auto_off.xhp\n"
+"par_id3166425\n"
"17\n"
"help.text"
-msgid "The correct cell is already entered in the field <emph>Formula Cell</emph>."
-msgstr ""
-
-#: 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>."
+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 ""
-#: goalseek.xhp
+#: auto_off.xhp
msgctxt ""
-"goalseek.xhp\n"
-"par_id3150369\n"
+"auto_off.xhp\n"
+"par_id3152992\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>."
+msgid "<link href=\"text/scalc/01/06130000.xhp\" name=\"Tools - Cell Contents - AutoInput\">Tools - Cell Contents - AutoInput</link>"
msgstr ""
-#: goalseek.xhp
+#: auto_off.xhp
msgctxt ""
-"goalseek.xhp\n"
-"par_id3146978\n"
+"auto_off.xhp\n"
+"par_id3154368\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 ""
-
-#: 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 ""
-
-#: fraction_enter.xhp
-msgctxt ""
-"fraction_enter.xhp\n"
-"tit\n"
-"help.text"
-msgid "Entering Fractions"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: datapilot_filtertable.xhp
-#, fuzzy
-msgctxt ""
-"datapilot_filtertable.xhp\n"
-"tit\n"
-"help.text"
-msgid "Filtering Pivot Tables"
-msgstr "მონაცემთა გაფილტვრა"
-
-#: 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>"
-
-#: datapilot_filtertable.xhp
-#, fuzzy
-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>"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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-ს"
-
-#: 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."
+msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"Tools - AutoCorrect\">Tools - AutoCorrect Options</link>"
msgstr ""
-#: 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."
-
-#: table_rotate.xhp
+#: autofilter.xhp
msgctxt ""
-"table_rotate.xhp\n"
+"autofilter.xhp\n"
"tit\n"
"help.text"
-msgid "Rotating Tables (Transposing)"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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."
+msgid "Applying AutoFilter"
msgstr ""
-#: table_rotate.xhp
+#: autofilter.xhp
msgctxt ""
-"table_rotate.xhp\n"
-"par_id3153191\n"
-"4\n"
+"autofilter.xhp\n"
+"bm_id3156423\n"
"help.text"
-msgid "Choose <emph>Edit - Cut</emph>."
+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 ""
-#: table_rotate.xhp
+#: autofilter.xhp
msgctxt ""
-"table_rotate.xhp\n"
-"par_id3148575\n"
+"autofilter.xhp\n"
+"hd_id3156423\n"
"6\n"
"help.text"
-msgid "Click the cell that is to be the top left cell in the result."
+msgid "<variable id=\"autofilter\"><link href=\"text/scalc/guide/autofilter.xhp\" name=\"Applying AutoFilter\">Applying AutoFilter</link></variable>"
msgstr ""
-#: table_rotate.xhp
+#: autofilter.xhp
msgctxt ""
-"table_rotate.xhp\n"
-"par_id3156286\n"
+"autofilter.xhp\n"
+"par_id3147427\n"
"7\n"
"help.text"
-msgid "Choose <emph>Edit - Paste Special</emph>."
-msgstr ""
-
-#: 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>."
+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 ""
-#: table_rotate.xhp
+#: autofilter.xhp
msgctxt ""
-"table_rotate.xhp\n"
-"par_id3155600\n"
+"autofilter.xhp\n"
+"par_id3152576\n"
"9\n"
"help.text"
-msgid "If you now click OK the columns and rows are transposed."
+msgid "Select the columns you want to use AutoFilter on."
msgstr ""
-#: table_rotate.xhp
-#, fuzzy
+#: autofilter.xhp
msgctxt ""
-"table_rotate.xhp\n"
-"par_id3146969\n"
+"autofilter.xhp\n"
+"par_id3153157\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>"
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"tit\n"
-"help.text"
-msgid "Inserting External Data in Table (WebQuery)"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"par_id3149664\n"
-"5\n"
-"help.text"
-msgid "The following insert methods are available:"
-msgstr ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"hd_id3146976\n"
-"6\n"
-"help.text"
-msgid "Inserting by Dialog"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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."
+msgid "Choose <emph>Data - Filter - AutoFilter</emph>. The combo box arrows are visible in the first row of the range selected."
msgstr ""
-#: webquery.xhp
+#: autofilter.xhp
msgctxt ""
-"webquery.xhp\n"
-"par_id3149400\n"
-"10\n"
+"autofilter.xhp\n"
+"par_id3154510\n"
+"11\n"
"help.text"
-msgid "In the large list box of the dialog, select the named ranges or tables you want to insert."
+msgid "Run the filter by clicking the drop-down arrow in the column heading and choosing an item."
msgstr ""
-#: webquery.xhp
+#: autofilter.xhp
msgctxt ""
-"webquery.xhp\n"
+"autofilter.xhp\n"
"par_id3155064\n"
-"11\n"
+"13\n"
"help.text"
-msgid "You can also specify that the ranges or tables are updated every n seconds."
+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 ""
-#: webquery.xhp
+#: autofilter.xhp
msgctxt ""
-"webquery.xhp\n"
-"par_id3155443\n"
-"30\n"
+"autofilter.xhp\n"
+"par_id9216589\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."
+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 ""
-#: webquery.xhp
+#: autofilter.xhp
msgctxt ""
-"webquery.xhp\n"
-"hd_id3149021\n"
+"autofilter.xhp\n"
+"par_id3153714\n"
"12\n"
"help.text"
-msgid "Inserting by Navigator"
-msgstr ""
-
-#: 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 ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"par_id3150205\n"
-"16\n"
-"help.text"
-msgid "In the target document open the Navigator."
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: webquery.xhp
-msgctxt ""
-"webquery.xhp\n"
-"hd_id3149126\n"
-"26\n"
-"help.text"
-msgid "Editing the external data"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: cellcopy.xhp
-msgctxt ""
-"cellcopy.xhp\n"
-"tit\n"
-"help.text"
-msgid "Only Copy Visible Cells"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: cellcopy.xhp
-msgctxt ""
-"cellcopy.xhp\n"
-"par_id3155603\n"
-"4\n"
-"help.text"
-msgid "Method and Action"
-msgstr ""
-
-#: cellcopy.xhp
-msgctxt ""
-"cellcopy.xhp\n"
-"par_id3150751\n"
-"5\n"
-"help.text"
-msgid "Result"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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."
+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 ""
-#: cellcopy.xhp
+#: autofilter.xhp
msgctxt ""
-"cellcopy.xhp\n"
-"par_id3166427\n"
-"12\n"
+"autofilter.xhp\n"
+"par_id3147340\n"
+"19\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>."
+msgid "To stop using AutoFilter, reselect all cells selected in step 1 and once again choose <emph>Data - Filter - AutoFilter</emph>."
msgstr ""
-#: cellcopy.xhp
+#: autofilter.xhp
msgctxt ""
-"cellcopy.xhp\n"
-"par_id3152990\n"
-"13\n"
+"autofilter.xhp\n"
+"par_id4303415\n"
"help.text"
-msgid "Copy, delete, move, or format a selection of currently visible cells."
+msgid "To assign different AutoFilters to different sheets, you must first define a database range on each sheet."
msgstr ""
-#: cellcopy.xhp
+#: autofilter.xhp
msgctxt ""
-"cellcopy.xhp\n"
-"par_id3154371\n"
+"autofilter.xhp\n"
+"par_id3159236\n"
"14\n"
"help.text"
-msgid "All cells of the selection, including the hidden cells, are copied, deleted, moved, or formatted."
-msgstr ""
-
-#: datapilot_deletetable.xhp
-#, fuzzy
-msgctxt ""
-"datapilot_deletetable.xhp\n"
-"tit\n"
-"help.text"
-msgid "Deleting Pivot Tables"
-msgstr "შიგთავის წაშლა"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>."
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"tit\n"
-"help.text"
-msgid "Converting Text to Numbers"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265220\n"
-"help.text"
-msgid "The following ISO 8601 formats are converted:"
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265288\n"
-"help.text"
-msgid "CCYY-MM-DD"
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265267\n"
-"help.text"
-msgid "CCYY-MM-DDThh:mm"
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265248\n"
-"help.text"
-msgid "CCYY-MM-DDThh:mm:ss"
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265374\n"
-"help.text"
-msgid "CCYY-MM-DDThh:mm:ss,s"
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265327\n"
-"help.text"
-msgid "CCYY-MM-DDThh:mm:ss.s"
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265399\n"
-"help.text"
-msgid "hh:mm"
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265347\n"
-"help.text"
-msgid "hh:mm:ss"
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265349\n"
-"help.text"
-msgid "hh:mm:ss,s"
-msgstr ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"par_id0908200901265342\n"
-"help.text"
-msgid "hh:mm:ss.s"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: numbers_text.xhp
-msgctxt ""
-"numbers_text.xhp\n"
-"hd_id1005200903485368\n"
-"help.text"
-msgid "Example"
-msgstr "მაგალითად"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: note_insert.xhp
-msgctxt ""
-"note_insert.xhp\n"
-"tit\n"
-"help.text"
-msgid "Inserting and Editing Comments"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: note_insert.xhp
-msgctxt ""
-"note_insert.xhp\n"
-"par_idN10699\n"
-"help.text"
-msgid "Move or resize each comment as you like."
-msgstr ""
-
-#: 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 ""
-
-#: 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."
+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 ""
-#: note_insert.xhp
+#: autofilter.xhp
msgctxt ""
-"note_insert.xhp\n"
-"par_id3150715\n"
-"39\n"
+"autofilter.xhp\n"
+"par_id3152985\n"
+"16\n"
"help.text"
-msgid "To display a help tip for a selected cell, use <emph>Data - Validity - Input Help</emph>."
+msgid "<link href=\"text/scalc/01/12040100.xhp\" name=\"Data - Filter - AutoFilter\">Data - Filter - AutoFilter</link>"
msgstr ""
-#: note_insert.xhp
+#: autofilter.xhp
msgctxt ""
-"note_insert.xhp\n"
-"par_id3153707\n"
-"36\n"
+"autofilter.xhp\n"
+"par_id3154484\n"
+"17\n"
"help.text"
-msgid "<link href=\"text/shared/01/04050000.xhp\" name=\"Insert - Comment\">Insert - Comment</link>"
+msgid "<link href=\"text/scalc/01/04060106.xhp\" name=\"SUBTOTAL\">SUBTOTAL</link>"
msgstr ""
#: autoformat.xhp
@@ -1616,7 +452,6 @@ msgid "To select which properties to include in an AutoFormat, click <emph>More<
msgstr ""
#: autoformat.xhp
-#, fuzzy
msgctxt ""
"autoformat.xhp\n"
"par_idN10715\n"
@@ -1703,7 +538,6 @@ msgid "In the <emph>Name</emph> box of the <emph>Add AutoFormat</emph> dialog, e
msgstr ""
#: autoformat.xhp
-#, fuzzy
msgctxt ""
"autoformat.xhp\n"
"par_idN107C3\n"
@@ -1720,1373 +554,1069 @@ msgctxt ""
msgid "<link href=\"text/scalc/01/05110000.xhp\" name=\"Format - AutoFormat\">Format - AutoFormat</link>"
msgstr ""
-#: table_view.xhp
+#: background.xhp
msgctxt ""
-"table_view.xhp\n"
+"background.xhp\n"
"tit\n"
"help.text"
-msgid "Changing Table Views"
+msgid "Defining Background Colors or Background Graphics"
msgstr ""
-#: table_view.xhp
+#: background.xhp
msgctxt ""
-"table_view.xhp\n"
-"bm_id3147304\n"
+"background.xhp\n"
+"bm_id3149346\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>"
+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 ""
-#: table_view.xhp
+#: background.xhp
msgctxt ""
-"table_view.xhp\n"
-"hd_id3147304\n"
+"background.xhp\n"
+"hd_id3149346\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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: table_view.xhp
-msgctxt ""
-"table_view.xhp\n"
-"par_id3147436\n"
-"4\n"
-"help.text"
-msgid "To hide grid lines:"
-msgstr ""
-
-#: 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>."
+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_timevalues.xhp
+#: background.xhp
msgctxt ""
-"calc_timevalues.xhp\n"
-"tit\n"
+"background.xhp\n"
+"par_id9520249\n"
"help.text"
-msgid "Calculating Time Differences"
+msgid "You can define a background color or use a graphic as a background for cell ranges in $[officename] Calc."
msgstr ""
-#: calc_timevalues.xhp
+#: background.xhp
msgctxt ""
-"calc_timevalues.xhp\n"
-"bm_id3150769\n"
+"background.xhp\n"
+"hd_id3144760\n"
+"16\n"
"help.text"
-msgid "<bookmark_value>calculating;time differences</bookmark_value><bookmark_value>time differences</bookmark_value>"
+msgid "Applying a Background Color to a $[officename] Calc Spreadsheet"
msgstr ""
-#: calc_timevalues.xhp
+#: background.xhp
msgctxt ""
-"calc_timevalues.xhp\n"
-"hd_id3150769\n"
-"53\n"
+"background.xhp\n"
+"par_id3155429\n"
+"17\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>"
+msgid "Select the cells."
msgstr ""
-#: calc_timevalues.xhp
+#: background.xhp
msgctxt ""
-"calc_timevalues.xhp\n"
-"par_id3149263\n"
-"54\n"
+"background.xhp\n"
+"par_id3149260\n"
+"18\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:"
+msgid "Choose <emph>Format - Cells</emph> (or <emph>Format Cells</emph> from the context menu)."
msgstr ""
-#: calc_timevalues.xhp
+#: background.xhp
msgctxt ""
-"calc_timevalues.xhp\n"
-"par_id3159153\n"
-"55\n"
+"background.xhp\n"
+"par_id3152938\n"
+"19\n"
"help.text"
-msgid "=(B2<A2)+B2-A2"
+msgid "On the <emph>Background</emph> tab page, select the background color."
msgstr ""
-#: calc_timevalues.xhp
+#: background.xhp
msgctxt ""
-"calc_timevalues.xhp\n"
-"par_id3152598\n"
-"56\n"
+"background.xhp\n"
+"hd_id3146974\n"
+"20\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."
+msgid "Graphics in the Background of Cells"
msgstr ""
-#: calc_timevalues.xhp
+#: background.xhp
msgctxt ""
-"calc_timevalues.xhp\n"
-"par_id3145271\n"
-"57\n"
+"background.xhp\n"
+"par_id3155414\n"
+"21\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 ""
+msgid "Choose <emph>Insert - Picture - From File</emph>."
+msgstr "ამოირჩიეთ <emph>ჩასმა - ნახატი</emph>."
-#: text_numbers.xhp
+#: background.xhp
msgctxt ""
-"text_numbers.xhp\n"
-"tit\n"
+"background.xhp\n"
+"par_id3149664\n"
+"22\n"
"help.text"
-msgid "Formatting Numbers as Text"
+msgid "Select the graphic and click <emph>Open</emph>."
msgstr ""
-#: text_numbers.xhp
+#: background.xhp
msgctxt ""
-"text_numbers.xhp\n"
-"bm_id3145068\n"
+"background.xhp\n"
+"par_id3153575\n"
+"23\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>"
+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 ""
-#: text_numbers.xhp
+#: background.xhp
msgctxt ""
-"text_numbers.xhp\n"
-"hd_id3145068\n"
-"46\n"
+"background.xhp\n"
+"par_id51576\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>"
+msgid "<link href=\"text/shared/guide/background.xhp\">Watermarks</link>"
msgstr ""
-#: text_numbers.xhp
+#: background.xhp
msgctxt ""
-"text_numbers.xhp\n"
-"par_id3156280\n"
-"43\n"
+"background.xhp\n"
+"par_id3156180\n"
+"30\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."
+msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Background tab page\"><emph>Background</emph> tab page</link>"
msgstr ""
-#: text_numbers.xhp
+#: background.xhp
msgctxt ""
-"text_numbers.xhp\n"
-"par_id3149377\n"
-"44\n"
+"background.xhp\n"
+"par_id7601245\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."
+msgid "<link href=\"text/scalc/guide/format_table.xhp\">Formatting Spreadsheets</link>"
msgstr ""
-#: text_numbers.xhp
+#: borders.xhp
msgctxt ""
-"text_numbers.xhp\n"
-"par_id3144765\n"
-"45\n"
+"borders.xhp\n"
+"tit\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."
+msgid "User Defined Borders in Cells"
msgstr ""
-#: text_numbers.xhp
+#: borders.xhp
msgctxt ""
-"text_numbers.xhp\n"
-"par_id3156284\n"
-"47\n"
+"borders.xhp\n"
+"bm_id3457441\n"
"help.text"
-msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>"
+msgid "<bookmark_value>cells;borders</bookmark_value> <bookmark_value>line arrangements with cells</bookmark_value> <bookmark_value>borders;cells</bookmark_value>"
msgstr ""
-#: html_doc.xhp
+#: borders.xhp
msgctxt ""
-"html_doc.xhp\n"
-"tit\n"
+"borders.xhp\n"
+"hd_id4544816\n"
"help.text"
-msgid "Saving and Opening Sheets in HTML"
+msgid "<variable id=\"borders\"><link href=\"text/scalc/guide/borders.xhp\">User Defined Borders in Cells</link></variable>"
msgstr ""
-#: html_doc.xhp
+#: borders.xhp
msgctxt ""
-"html_doc.xhp\n"
-"bm_id3150542\n"
+"borders.xhp\n"
+"par_id2320017\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>"
+msgid "You can apply a variety of different lines to selected cells."
msgstr ""
-#: html_doc.xhp
+#: borders.xhp
msgctxt ""
-"html_doc.xhp\n"
-"hd_id3150542\n"
-"1\n"
+"borders.xhp\n"
+"par_id8055665\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>"
+msgid "Select the cell or a block of cells."
msgstr ""
-#: html_doc.xhp
+#: borders.xhp
msgctxt ""
-"html_doc.xhp\n"
-"hd_id3154124\n"
-"2\n"
+"borders.xhp\n"
+"par_id9181188\n"
"help.text"
-msgid "Saving Sheets in HTML"
+msgid "Choose <item type=\"menuitem\">Format - Cells</item>."
msgstr ""
-#: html_doc.xhp
+#: borders.xhp
msgctxt ""
-"html_doc.xhp\n"
-"par_id3145785\n"
-"3\n"
+"borders.xhp\n"
+"par_id9947508\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."
+msgid "In the dialog, click the <emph>Borders</emph> tab."
msgstr ""
-#: html_doc.xhp
+#: borders.xhp
msgctxt ""
-"html_doc.xhp\n"
-"par_id3155854\n"
-"4\n"
+"borders.xhp\n"
+"par_id7907956\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."
+msgid "Choose the border options you want to apply and click OK."
msgstr ""
-#: html_doc.xhp
+#: borders.xhp
msgctxt ""
-"html_doc.xhp\n"
-"par_id3153188\n"
-"5\n"
+"borders.xhp\n"
+"par_id1342204\n"
"help.text"
-msgid "To save the current Calc document as HTML, choose <emph>File - Save As</emph>."
+msgid "The options in the <emph>Line arrangement</emph> area can be used to apply multiple border styles."
msgstr ""
-#: html_doc.xhp
+#: borders.xhp
msgctxt ""
-"html_doc.xhp\n"
-"par_id3148645\n"
-"6\n"
+"borders.xhp\n"
+"hd_id4454481\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)\"."
+msgid "Selection of cells"
msgstr ""
-#: html_doc.xhp
+#: borders.xhp
msgctxt ""
-"html_doc.xhp\n"
-"par_id3154729\n"
-"7\n"
+"borders.xhp\n"
+"par_id7251503\n"
"help.text"
-msgid "Enter a <emph>File name</emph> and click <emph>Save</emph>."
+msgid "Depending on the selection of cells, the area looks different."
msgstr ""
-#: html_doc.xhp
+#: borders.xhp
msgctxt ""
-"html_doc.xhp\n"
-"hd_id3149379\n"
-"8\n"
+"borders.xhp\n"
+"par_id8716696\n"
"help.text"
-msgid "Opening Sheets in HTML"
-msgstr ""
+msgid "Selection"
+msgstr "მონიშვნა"
-#: html_doc.xhp
+#: borders.xhp
msgctxt ""
-"html_doc.xhp\n"
-"par_id3149959\n"
-"10\n"
+"borders.xhp\n"
+"par_id4677877\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:"
+msgid "Line arrangement area"
msgstr ""
-#: html_doc.xhp
+#: borders.xhp
msgctxt ""
-"html_doc.xhp\n"
-"par_id3146969\n"
-"15\n"
+"borders.xhp\n"
+"par_id807824\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."
+msgid "One cell"
msgstr ""
-#: html_doc.xhp
+#: borders.xhp
msgctxt ""
-"html_doc.xhp\n"
-"par_id3155446\n"
-"16\n"
+"borders.xhp\n"
+"par_id8473464\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."
+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 ""
-#: html_doc.xhp
+#: borders.xhp
msgctxt ""
-"html_doc.xhp\n"
-"par_id3150370\n"
-"17\n"
+"borders.xhp\n"
+"par_id3509933\n"
"help.text"
-msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"File - Open\">File - Open</link>"
+msgid "Cells in a column"
msgstr ""
-#: html_doc.xhp
+#: borders.xhp
msgctxt ""
-"html_doc.xhp\n"
-"par_id3150199\n"
-"18\n"
+"borders.xhp\n"
+"par_id6635639\n"
"help.text"
-msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"File - Save As\">File - Save As</link>"
+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 ""
-#: datapilot_updatetable.xhp
-#, fuzzy
-msgctxt ""
-"datapilot_updatetable.xhp\n"
-"tit\n"
-"help.text"
-msgid "Updating Pivot Tables"
-msgstr "ტექსტის რედაქტირება"
-
-#: datapilot_updatetable.xhp
-#, fuzzy
-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_updatetable.xhp
-#, fuzzy
-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>"
-
-#: datapilot_updatetable.xhp
+#: borders.xhp
msgctxt ""
-"datapilot_updatetable.xhp\n"
-"par_id3154684\n"
-"34\n"
+"borders.xhp\n"
+"par_id8073366\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."
+msgid "Cells in a row"
msgstr ""
-#: relativ_absolut_ref.xhp
+#: borders.xhp
msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"tit\n"
+"borders.xhp\n"
+"par_id6054567\n"
"help.text"
-msgid "Addresses and References, Absolute and Relative"
+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 ""
-#: relativ_absolut_ref.xhp
+#: borders.xhp
msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"bm_id3156423\n"
+"borders.xhp\n"
+"par_id466322\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>"
+msgid "Cells in a block of 2x2 or more"
msgstr ""
-#: relativ_absolut_ref.xhp
+#: borders.xhp
msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"hd_id3156423\n"
-"53\n"
+"borders.xhp\n"
+"par_id4511551\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>"
+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 ""
-#: relativ_absolut_ref.xhp
+#: borders.xhp
msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"hd_id3163712\n"
-"3\n"
+"borders.xhp\n"
+"par_id5383465\n"
"help.text"
-msgid "Relative Addressing"
+msgid "You cannot apply borders to multiple selections."
msgstr ""
-#: relativ_absolut_ref.xhp
+#: borders.xhp
msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"par_id3146119\n"
-"4\n"
+"borders.xhp\n"
+"hd_id7790154\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."
+msgid "Default Settings"
msgstr ""
-#: relativ_absolut_ref.xhp
+#: borders.xhp
msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"par_id3154730\n"
-"5\n"
+"borders.xhp\n"
+"par_id2918485\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."
+msgid "Click one of the <emph>Default</emph> icons to set or reset multiple borders."
msgstr ""
-#: relativ_absolut_ref.xhp
+#: borders.xhp
msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"hd_id3149377\n"
-"6\n"
+"borders.xhp\n"
+"par_id1836909\n"
"help.text"
-msgid "Absolute Addressing"
+msgid "The thin gray lines inside an icon show the borders that will be reset or cleared."
msgstr ""
-#: relativ_absolut_ref.xhp
+#: borders.xhp
msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"par_id3154943\n"
-"7\n"
+"borders.xhp\n"
+"par_id5212561\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."
+msgid "The dark lines inside an icon show the lines that will be set using the selected line style and color."
msgstr ""
-#: relativ_absolut_ref.xhp
+#: borders.xhp
msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"par_id3147338\n"
-"36\n"
+"borders.xhp\n"
+"par_id4818872\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)"
+msgid "The thick gray lines inside an icon show the lines that will not be changed."
msgstr ""
-#: relativ_absolut_ref.xhp
+#: borders.xhp
msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"par_id3153963\n"
-"52\n"
+"borders.xhp\n"
+"hd_id8989226\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 ""
+msgid "Examples"
+msgstr "მაგალითად"
-#: relativ_absolut_ref.xhp
+#: borders.xhp
msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"hd_id3154704\n"
-"29\n"
+"borders.xhp\n"
+"par_id622577\n"
"help.text"
-msgid "When to Use Relative and Absolute References"
+msgid "Select a block of about 8x8 cells, then choose <emph>Format - Cells - Borders</emph>."
msgstr ""
-#: relativ_absolut_ref.xhp
+#: borders.xhp
msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"par_id3147346\n"
-"8\n"
+"borders.xhp\n"
+"par_id8119754\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."
+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 ""
-#: relativ_absolut_ref.xhp
+#: borders.xhp
msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"par_id3155335\n"
-"9\n"
+"borders.xhp\n"
+"par_id8964201\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."
+msgid "Click the left icon to clear all lines. This removes all outer borders, all inner lines, and all diagonal lines."
msgstr ""
-#: relativ_absolut_ref.xhp
+#: borders.xhp
msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"par_id3145791\n"
-"39\n"
+"borders.xhp\n"
+"par_id6048463\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."
+msgid "Click the second icon from the left to set an outer border and to remove all other lines."
msgstr ""
-#: relativ_absolut_ref.xhp
+#: borders.xhp
msgctxt ""
-"relativ_absolut_ref.xhp\n"
-"par_id3147005\n"
-"10\n"
+"borders.xhp\n"
+"par_id1495406\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)."
+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 ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"tit\n"
+"borders.xhp\n"
+"par_id9269386\n"
"help.text"
-msgid "Moving Cells by Drag-and-Drop"
+msgid "Now you can continue to see which lines the other icons will set or remove."
msgstr ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"bm_id3155686\n"
+"borders.xhp\n"
+"hd_id3593554\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>"
+msgid "User Defined Settings"
msgstr ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"hd_id986358\n"
+"borders.xhp\n"
+"par_id4018066\n"
"help.text"
-msgid "<variable id=\"move_dragdrop\"><link href=\"text/scalc/guide/move_dragdrop.xhp\">Moving Cells by Drag-and-Drop</link></variable>"
+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 ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id2760093\n"
+"borders.xhp\n"
+"par_id8004699\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>."
+msgid "Repeatedly click an edge or a corner to switch through the three different states."
msgstr ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id9527268\n"
+"borders.xhp\n"
+"par_id8037659\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>."
+msgid "Line types"
msgstr ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id79653\n"
+"borders.xhp\n"
+"par_id2305978\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."
+msgid "Image"
msgstr ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id8676717\n"
+"borders.xhp\n"
+"par_id8716086\n"
"help.text"
-msgid "The surrounding box of the moved cells looks different in insert mode."
-msgstr ""
+msgid "Meaning"
+msgstr "მნიშვნელობა"
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id3968932\n"
+"borders.xhp\n"
+"par_id3978087\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."
+msgid "A black line"
msgstr ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id7399517\n"
+"borders.xhp\n"
+"par_id4065065\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."
+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 ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id8040406\n"
+"borders.xhp\n"
+"par_id6987823\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."
+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 ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id2586748\n"
+"borders.xhp\n"
+"par_id1209143\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."
+msgid "A gray line"
msgstr ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id5814081\n"
+"borders.xhp\n"
+"par_id6653340\n"
"help.text"
-msgid "Keys pressed while releasing the mouse button"
+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 ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id6581316\n"
+"borders.xhp\n"
+"par_id2278817\n"
"help.text"
-msgid "Result"
+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 ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id9906613\n"
+"borders.xhp\n"
+"par_id5374919\n"
"help.text"
-msgid "No key"
+msgid "A white line"
msgstr ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id2815637\n"
+"borders.xhp\n"
+"par_id52491\n"
"help.text"
-msgid "Cells are moved and overwrite the cells in the target area. Source cells are emptied."
+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 ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id6161687\n"
+"borders.xhp\n"
+"par_id372325\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key"
+msgid "A white line is shown when the corresponding line of the selected cells will be removed."
msgstr ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id4278389\n"
+"borders.xhp\n"
+"hd_id7282937\n"
"help.text"
-msgid "Cells are copied and overwrite the cells in the target area. Source cells stay as they are."
-msgstr ""
+msgid "Examples"
+msgstr "მაგალითად"
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id2805566\n"
+"borders.xhp\n"
+"par_id4230780\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys"
+msgid "Select a single cell, then choose <emph>Format - Cells - Borders</emph>."
msgstr ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id5369121\n"
+"borders.xhp\n"
+"par_id1712393\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."
+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 ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id9518723\n"
+"borders.xhp\n"
+"par_id5149693\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key"
+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 ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id2926419\n"
+"borders.xhp\n"
+"par_id5759453\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."
+msgid "Choose a thicker line style and click the lower edge. This sets a thicker line as a lower border."
msgstr ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id4021423\n"
+"borders.xhp\n"
+"par_id6342051\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."
+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 ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id2783898\n"
+"borders.xhp\n"
+"par_id5775322\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command </caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline> keys"
+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 ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id2785119\n"
+"borders.xhp\n"
+"par_id2882778\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."
+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 ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id584124\n"
+"borders.xhp\n"
+"par_id8102053\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command</caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline>+Shift keys"
+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 ""
-#: move_dragdrop.xhp
+#: borders.xhp
msgctxt ""
-"move_dragdrop.xhp\n"
-"par_id5590990\n"
+"borders.xhp\n"
+"par_id2102420\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."
+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 ""
-#: calculate.xhp
+#: calc_date.xhp
msgctxt ""
-"calculate.xhp\n"
+"calc_date.xhp\n"
"tit\n"
"help.text"
-msgid "Calculating in Spreadsheets"
-msgstr ""
-
-#: 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>"
-
-#: 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>"
+msgid "Calculating With Dates and Times"
msgstr ""
-#: calculate.xhp
+#: calc_date.xhp
msgctxt ""
-"calculate.xhp\n"
-"par_id3146120\n"
+"calc_date.xhp\n"
+"bm_id3146120\n"
"help.text"
-msgid "The following is an example of a calculation in $[officename] Calc."
+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 ""
-#: calculate.xhp
+#: calc_date.xhp
msgctxt ""
-"calculate.xhp\n"
-"par_id3153951\n"
+"calc_date.xhp\n"
+"hd_id3146120\n"
+"11\n"
"help.text"
-msgid "Click in a cell, and type a number"
+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 ""
-#: calculate.xhp
+#: calc_date.xhp
msgctxt ""
-"calculate.xhp\n"
-"par_idN10656\n"
+"calc_date.xhp\n"
+"par_id3154320\n"
+"12\n"
"help.text"
-msgid "Press Enter."
+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 ""
-#: calculate.xhp
+#: calc_date.xhp
msgctxt ""
-"calculate.xhp\n"
-"par_idN1065D\n"
+"calc_date.xhp\n"
+"par_id3150750\n"
+"13\n"
"help.text"
-msgid "The cursor moves down to the next cell."
+msgid "In a spreadsheet, enter your birthday in cell A1."
msgstr ""
-#: calculate.xhp
+#: calc_date.xhp
msgctxt ""
-"calculate.xhp\n"
-"par_id3155064\n"
+"calc_date.xhp\n"
+"par_id3145642\n"
+"14\n"
"help.text"
-msgid "Enter another number."
+msgid "Enter the following formula in cell A3: <item type=\"literal\">=NOW()-A1</item>"
msgstr ""
-#: calculate.xhp
+#: calc_date.xhp
msgctxt ""
-"calculate.xhp\n"
-"par_idN1066F\n"
+"calc_date.xhp\n"
+"par_id3149020\n"
+"52\n"
"help.text"
-msgid "Press the Tab key."
+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 ""
-#: calculate.xhp
+#: calc_date.xhp
msgctxt ""
-"calculate.xhp\n"
-"par_idN10676\n"
+"calc_date.xhp\n"
+"par_id3155335\n"
+"53\n"
"help.text"
-msgid "The cursor moves to the right into the next cell."
+msgid "Place the cursor in cell A3, right-click to open a context menu and choose <emph>Format Cells</emph>."
msgstr ""
-#: calculate.xhp
+#: calc_date.xhp
msgctxt ""
-"calculate.xhp\n"
-"par_id3154253\n"
+"calc_date.xhp\n"
+"par_id3147343\n"
+"54\n"
"help.text"
-msgid "Type in a formula, for example, <item type=\"literal\">=A3 * A4 / 100.</item>"
+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 ""
-#: calculate.xhp
+#: calc_date.xhp
msgctxt ""
-"calculate.xhp\n"
-"par_idN1068B\n"
+"calc_date.xhp\n"
+"par_id3147001\n"
+"15\n"
"help.text"
-msgid "Press Enter."
+msgid "The number of days between today's date and the specified date is displayed in cell A3."
msgstr ""
-#: calculate.xhp
+#: calc_date.xhp
msgctxt ""
-"calculate.xhp\n"
-"par_id3147343\n"
+"calc_date.xhp\n"
+"par_id3150304\n"
+"16\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."
+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 ""
-#: calculate.xhp
+#: calc_date.xhp
msgctxt ""
-"calculate.xhp\n"
-"par_id3155378\n"
+"calc_date.xhp\n"
+"par_id3149207\n"
+"17\n"
"help.text"
-msgid "When you edit a formula, the new result is calculated automatically."
+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 ""
-#: text_rotate.xhp
+#: calc_series.xhp
msgctxt ""
-"text_rotate.xhp\n"
+"calc_series.xhp\n"
"tit\n"
"help.text"
-msgid "Rotating Text"
-msgstr ""
-
-#: 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>"
+msgid "Automatically Calculating Series"
msgstr ""
-#: text_rotate.xhp
+#: calc_series.xhp
msgctxt ""
-"text_rotate.xhp\n"
-"hd_id3151112\n"
-"1\n"
+"calc_series.xhp\n"
+"bm_id3150769\n"
"help.text"
-msgid "<variable id=\"text_rotate\"><link href=\"text/scalc/guide/text_rotate.xhp\" name=\"Rotating Text\">Rotating Text</link></variable>"
+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 ""
-#: text_rotate.xhp
+#: calc_series.xhp
msgctxt ""
-"text_rotate.xhp\n"
-"par_id3145171\n"
-"2\n"
+"calc_series.xhp\n"
+"hd_id3150769\n"
+"6\n"
"help.text"
-msgid "Select the cells whose text you want to rotate."
+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 ""
-#: text_rotate.xhp
+#: calc_series.xhp
msgctxt ""
-"text_rotate.xhp\n"
-"par_id3155133\n"
-"3\n"
+"calc_series.xhp\n"
+"par_idN106A8\n"
"help.text"
-msgid "Choose <emph>Format - Cells</emph>. You will see the <emph>Format Cells</emph> dialog."
+msgid "You can automatically fill cells with data with the AutoFill command or the Series command."
msgstr ""
-#: text_rotate.xhp
+#: calc_series.xhp
msgctxt ""
-"text_rotate.xhp\n"
-"par_id3155854\n"
-"4\n"
+"calc_series.xhp\n"
+"par_idN106D3\n"
"help.text"
-msgid "Click the <emph>Alignment</emph> tab."
+msgid "Using AutoFill"
msgstr ""
-#: text_rotate.xhp
+#: calc_series.xhp
msgctxt ""
-"text_rotate.xhp\n"
-"par_id3147426\n"
-"5\n"
+"calc_series.xhp\n"
+"par_idN106D7\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>."
+msgid "AutoFill automatically generates a data series based on a defined pattern."
msgstr ""
-#: text_rotate.xhp
+#: calc_series.xhp
msgctxt ""
-"text_rotate.xhp\n"
-"par_id3148456\n"
+"calc_series.xhp\n"
+"par_id3154319\n"
"7\n"
"help.text"
-msgid "<link href=\"text/scalc/01/05020000.xhp\" name=\"Format - Cells\">Format - Cells</link>"
-msgstr ""
-
-#: 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 ""
-
-#: cell_protect.xhp
-msgctxt ""
-"cell_protect.xhp\n"
-"tit\n"
-"help.text"
-msgid "Protecting Cells from Changes"
+msgid "On a sheet, click in a cell, and type a number."
msgstr ""
-#: cell_protect.xhp
+#: calc_series.xhp
msgctxt ""
-"cell_protect.xhp\n"
-"bm_id3146119\n"
+"calc_series.xhp\n"
+"par_idN106CB\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>"
+msgid "Click in another cell and then click back in the cell where you typed the number."
msgstr ""
-#: cell_protect.xhp
+#: calc_series.xhp
msgctxt ""
-"cell_protect.xhp\n"
-"hd_id3146119\n"
-"5\n"
+"calc_series.xhp\n"
+"par_id3145272\n"
+"16\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>"
+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 ""
-#: cell_protect.xhp
+#: calc_series.xhp
msgctxt ""
-"cell_protect.xhp\n"
-"par_id3153368\n"
+"calc_series.xhp\n"
+"par_id3145801\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."
+msgid "The cells are filled with ascending numbers."
msgstr ""
-#: cell_protect.xhp
+#: calc_series.xhp
msgctxt ""
-"cell_protect.xhp\n"
-"par_id3145261\n"
-"18\n"
+"calc_series.xhp\n"
+"par_idN106EE\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."
+msgid "To quickly create a list of consecutive days, enter <item type=\"literal\">Monday</item> in a cell, and drag the fill handle."
msgstr ""
-#: cell_protect.xhp
+#: calc_series.xhp
msgctxt ""
-"cell_protect.xhp\n"
-"par_id3148576\n"
-"19\n"
+"calc_series.xhp\n"
+"par_id9720145\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."
+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 ""
-#: cell_protect.xhp
+#: calc_series.xhp
msgctxt ""
-"cell_protect.xhp\n"
-"par_id5974303\n"
+"calc_series.xhp\n"
+"par_id3154490\n"
+"18\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."
+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 ""
-#: cell_protect.xhp
+#: calc_series.xhp
msgctxt ""
-"cell_protect.xhp\n"
-"par_idN1066B\n"
+"calc_series.xhp\n"
+"par_idN10737\n"
"help.text"
-msgid "Select the cells that you want to specify the cell protection options for."
+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 ""
-#: cell_protect.xhp
+#: calc_series.xhp
msgctxt ""
-"cell_protect.xhp\n"
-"par_id3149019\n"
-"7\n"
+"calc_series.xhp\n"
+"par_idN10713\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Format - Cells</item> and click the <emph>Cell Protection</emph> tab."
+msgid "Using a Defined Series"
msgstr ""
-#: cell_protect.xhp
+#: calc_series.xhp
msgctxt ""
-"cell_protect.xhp\n"
-"par_id3152985\n"
+"calc_series.xhp\n"
+"par_id3150749\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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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."
+msgid "Select the cell range in the sheet that you want to fill."
msgstr ""
-#: cell_protect.xhp
-#, fuzzy
-msgctxt ""
-"cell_protect.xhp\n"
-"par_id3152872\n"
-"11\n"
-"help.text"
-msgid "Click <emph>OK</emph>."
-msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-
-#: cell_protect.xhp
+#: calc_series.xhp
msgctxt ""
-"cell_protect.xhp\n"
-"par_id3145362\n"
-"12\n"
+"calc_series.xhp\n"
+"par_id3154754\n"
+"19\n"
"help.text"
-msgid "Apply the protection options."
+msgid "Choose <item type=\"menuitem\">Edit - Fill - Series</item>."
msgstr ""
-#: cell_protect.xhp
+#: calc_series.xhp
msgctxt ""
-"cell_protect.xhp\n"
-"par_idN106C0\n"
+"calc_series.xhp\n"
+"par_idN10716\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>."
+msgid "Select the parameters for the series."
msgstr ""
-#: cell_protect.xhp
+#: calc_series.xhp
msgctxt ""
-"cell_protect.xhp\n"
-"par_idN106C7\n"
+"calc_series.xhp\n"
+"par_idN10731\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>."
+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 ""
-#: cell_protect.xhp
+#: calc_series.xhp
msgctxt ""
-"cell_protect.xhp\n"
-"par_idN106CF\n"
+"calc_series.xhp\n"
+"par_idN1073C\n"
"help.text"
-msgid "(Optional) Enter a password."
+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 ""
-#: cell_protect.xhp
+#: calc_series.xhp
msgctxt ""
-"cell_protect.xhp\n"
-"par_idN106D2\n"
+"calc_series.xhp\n"
+"par_idN10747\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."
+msgid "If you select a <emph>date</emph> series, the increment that you enter is added to the time unit that you specify."
msgstr ""
-#: cell_protect.xhp
-#, fuzzy
-msgctxt ""
-"cell_protect.xhp\n"
-"par_id3153810\n"
-"13\n"
-"help.text"
-msgid "Click <emph>OK</emph>."
-msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-
-#: cell_protect.xhp
+#: calc_series.xhp
msgctxt ""
-"cell_protect.xhp\n"
-"par_idN10B8C\n"
+"calc_series.xhp\n"
+"par_id3159173\n"
+"20\n"
"help.text"
-msgid "<embedvar href=\"text/shared/guide/digital_signatures.xhp#digital_signatures\"/>"
-msgstr ""
+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_define.xhp
+#: calc_timevalues.xhp
msgctxt ""
-"database_define.xhp\n"
+"calc_timevalues.xhp\n"
"tit\n"
"help.text"
-msgid "Defining Database Ranges"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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."
+msgid "Calculating Time Differences"
msgstr ""
-#: database_define.xhp
+#: calc_timevalues.xhp
msgctxt ""
-"database_define.xhp\n"
-"par_id3145801\n"
-"82\n"
+"calc_timevalues.xhp\n"
+"bm_id3150769\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."
+msgid "<bookmark_value>calculating;time differences</bookmark_value><bookmark_value>time differences</bookmark_value>"
msgstr ""
-#: database_define.xhp
+#: calc_timevalues.xhp
msgctxt ""
-"database_define.xhp\n"
-"par_idN10648\n"
+"calc_timevalues.xhp\n"
+"hd_id3150769\n"
+"53\n"
"help.text"
-msgid "To define a database range"
+msgid "<variable id=\"calc_timevalues\"><link href=\"text/scalc/guide/calc_timevalues.xhp\" name=\"Calculating Time Differences\">Calculating Time Differences</link></variable>"
msgstr ""
-#: database_define.xhp
+#: calc_timevalues.xhp
msgctxt ""
-"database_define.xhp\n"
-"par_id3155064\n"
-"41\n"
+"calc_timevalues.xhp\n"
+"par_id3149263\n"
+"54\n"
"help.text"
-msgid "Select the range of cells that you want to define as a database range."
+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 ""
-#: database_define.xhp
+#: calc_timevalues.xhp
msgctxt ""
-"database_define.xhp\n"
-"par_idN10654\n"
+"calc_timevalues.xhp\n"
+"par_id3159153\n"
+"55\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Data - Define Range</item>."
+msgid "=(B2<A2)+B2-A2"
msgstr ""
-#: database_define.xhp
+#: calc_timevalues.xhp
msgctxt ""
-"database_define.xhp\n"
-"par_id3153715\n"
-"72\n"
+"calc_timevalues.xhp\n"
+"par_id3152598\n"
+"56\n"
"help.text"
-msgid "In the <emph>Name</emph> box, enter a name for the database range."
+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 ""
-#: database_define.xhp
-#, fuzzy
-msgctxt ""
-"database_define.xhp\n"
-"par_idN1066A\n"
-"help.text"
-msgid "Click <emph>More</emph>."
-msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-
-#: database_define.xhp
+#: calc_timevalues.xhp
msgctxt ""
-"database_define.xhp\n"
-"par_id3154253\n"
-"42\n"
+"calc_timevalues.xhp\n"
+"par_id3145271\n"
+"57\n"
"help.text"
-msgid "Specify the options for the database range."
+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 ""
-#: database_define.xhp
-#, fuzzy
-msgctxt ""
-"database_define.xhp\n"
-"par_idN10675\n"
-"help.text"
-msgid "Click <emph>OK</emph>."
-msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-
-#: value_with_name.xhp
+#: calculate.xhp
msgctxt ""
-"value_with_name.xhp\n"
+"calculate.xhp\n"
"tit\n"
"help.text"
-msgid "Naming Cells"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: value_with_name.xhp
-msgctxt ""
-"value_with_name.xhp\n"
-"hd_id4391918\n"
-"help.text"
-msgid "Allowed names"
-msgstr ""
-
-#: 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 ""
-
-#: value_with_name.xhp
-msgctxt ""
-"value_with_name.xhp\n"
-"par_id1120029\n"
-"help.text"
-msgid "Allowed special characters:"
-msgstr ""
-
-#: value_with_name.xhp
-msgctxt ""
-"value_with_name.xhp\n"
-"par_id3362224\n"
-"help.text"
-msgid "underline (_)"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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."
+msgid "Calculating in Spreadsheets"
msgstr ""
-#: value_with_name.xhp
+#: calculate.xhp
msgctxt ""
-"value_with_name.xhp\n"
-"par_id32898987\n"
+"calculate.xhp\n"
+"bm_id3150791\n"
"help.text"
-msgid "Names must not start with the letter R followed by a number. See the ADDRESS function for more information."
-msgstr ""
+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>"
-#: value_with_name.xhp
+#: calculate.xhp
msgctxt ""
-"value_with_name.xhp\n"
-"par_id4769737\n"
+"calculate.xhp\n"
+"hd_id3150791\n"
"help.text"
-msgid "Names for cell ranges must not include blanks. Blanks are allowed within names for single cells, sheets and documents."
+msgid "<variable id=\"calculate\"><link href=\"text/scalc/guide/calculate.xhp\" name=\"Calculating in Spreadsheets\">Calculating in Spreadsheets</link></variable>"
msgstr ""
-#: value_with_name.xhp
+#: calculate.xhp
msgctxt ""
-"value_with_name.xhp\n"
-"hd_id1226233\n"
+"calculate.xhp\n"
+"par_id3146120\n"
"help.text"
-msgid "Naming cells and formulas"
+msgid "The following is an example of a calculation in $[officename] Calc."
msgstr ""
-#: value_with_name.xhp
+#: calculate.xhp
msgctxt ""
-"value_with_name.xhp\n"
-"par_id5489364\n"
+"calculate.xhp\n"
+"par_id3153951\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."
+msgid "Click in a cell, and type a number"
msgstr ""
-#: value_with_name.xhp
+#: calculate.xhp
msgctxt ""
-"value_with_name.xhp\n"
-"par_id953398\n"
+"calculate.xhp\n"
+"par_idN10656\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.\""
+msgid "Press Enter."
msgstr ""
-#: value_with_name.xhp
+#: calculate.xhp
msgctxt ""
-"value_with_name.xhp\n"
-"par_id4889675\n"
+"calculate.xhp\n"
+"par_idN1065D\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,"
+msgid "The cursor moves down to the next cell."
msgstr ""
-#: value_with_name.xhp
+#: calculate.xhp
msgctxt ""
-"value_with_name.xhp\n"
-"par_id3153954\n"
-"3\n"
+"calculate.xhp\n"
+"par_id3155064\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."
+msgid "Enter another number."
msgstr ""
-#: value_with_name.xhp
+#: calculate.xhp
msgctxt ""
-"value_with_name.xhp\n"
-"par_id3156283\n"
-"4\n"
+"calculate.xhp\n"
+"par_idN1066F\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."
+msgid "Press the Tab key."
msgstr ""
-#: value_with_name.xhp
+#: calculate.xhp
msgctxt ""
-"value_with_name.xhp\n"
-"par_id5774101\n"
+"calculate.xhp\n"
+"par_idN10676\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."
+msgid "The cursor moves to the right into the next cell."
msgstr ""
-#: value_with_name.xhp
+#: calculate.xhp
msgctxt ""
-"value_with_name.xhp\n"
-"par_id3154942\n"
-"5\n"
+"calculate.xhp\n"
+"par_id3154253\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."
+msgid "Type in a formula, for example, <item type=\"literal\">=A3 * A4 / 100.</item>"
msgstr ""
-#: value_with_name.xhp
+#: calculate.xhp
msgctxt ""
-"value_with_name.xhp\n"
-"par_id3154510\n"
-"6\n"
+"calculate.xhp\n"
+"par_idN1068B\n"
"help.text"
-msgid "Press the Enter key in order to accept the name from the tip."
+msgid "Press Enter."
msgstr ""
-#: value_with_name.xhp
+#: calculate.xhp
msgctxt ""
-"value_with_name.xhp\n"
-"par_id3150749\n"
-"7\n"
+"calculate.xhp\n"
+"par_id3147343\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."
+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 ""
-#: value_with_name.xhp
+#: calculate.xhp
msgctxt ""
-"value_with_name.xhp\n"
-"par_id3153711\n"
-"8\n"
+"calculate.xhp\n"
+"par_id3155378\n"
"help.text"
-msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Insert - Names - Define\">Insert - Names - Define</link>"
+msgid "When you edit a formula, the new result is calculated automatically."
msgstr ""
#: cell_enter.xhp
@@ -3217,769 +1747,633 @@ msgctxt ""
msgid "See <link href=\"text/scalc/guide/calc_series.xhp\">Automatically Filling in Data Based on Adjacent Cells</link>."
msgstr ""
-#: row_height.xhp
+#: cell_protect.xhp
msgctxt ""
-"row_height.xhp\n"
+"cell_protect.xhp\n"
"tit\n"
"help.text"
-msgid "Changing Row Height or Column Width"
+msgid "Protecting Cells from Changes"
msgstr ""
-#: row_height.xhp
+#: cell_protect.xhp
msgctxt ""
-"row_height.xhp\n"
-"bm_id3145748\n"
+"cell_protect.xhp\n"
+"bm_id3146119\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>"
+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 ""
-#: row_height.xhp
+#: cell_protect.xhp
msgctxt ""
-"row_height.xhp\n"
-"hd_id3145748\n"
-"1\n"
+"cell_protect.xhp\n"
+"hd_id3146119\n"
+"5\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>"
+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 ""
-#: row_height.xhp
+#: cell_protect.xhp
msgctxt ""
-"row_height.xhp\n"
-"par_id3154017\n"
-"2\n"
+"cell_protect.xhp\n"
+"par_id3153368\n"
+"17\n"
"help.text"
-msgid "You can change the height of the rows with the mouse or through the dialog."
+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 ""
-#: row_height.xhp
+#: cell_protect.xhp
msgctxt ""
-"row_height.xhp\n"
-"par_id3154702\n"
-"3\n"
+"cell_protect.xhp\n"
+"par_id3145261\n"
+"18\n"
"help.text"
-msgid "What is described here for rows and row height applies accordingly for columns and column width."
+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 ""
-#: row_height.xhp
+#: cell_protect.xhp
msgctxt ""
-"row_height.xhp\n"
-"hd_id3153963\n"
-"4\n"
+"cell_protect.xhp\n"
+"par_id3148576\n"
+"19\n"
"help.text"
-msgid "Using the mouse to change the row height or column width"
+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 ""
-#: row_height.xhp
+#: cell_protect.xhp
msgctxt ""
-"row_height.xhp\n"
-"par_id3154020\n"
-"5\n"
+"cell_protect.xhp\n"
+"par_id5974303\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."
+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 ""
-#: row_height.xhp
+#: cell_protect.xhp
msgctxt ""
-"row_height.xhp\n"
-"par_id3159237\n"
-"6\n"
+"cell_protect.xhp\n"
+"par_idN1066B\n"
"help.text"
-msgid "Select the optimal row height by double-clicking the separator below the row."
+msgid "Select the cells that you want to specify the cell protection options for."
msgstr ""
-#: row_height.xhp
+#: cell_protect.xhp
msgctxt ""
-"row_height.xhp\n"
-"hd_id3154659\n"
+"cell_protect.xhp\n"
+"par_id3149019\n"
"7\n"
"help.text"
-msgid "Using the dialog to change the row height or column width"
-msgstr ""
-
-#: 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."
+msgid "Choose <item type=\"menuitem\">Format - Cells</item> and click the <emph>Cell Protection</emph> tab."
msgstr ""
-#: row_height.xhp
+#: cell_protect.xhp
msgctxt ""
-"row_height.xhp\n"
-"par_id3166432\n"
+"cell_protect.xhp\n"
+"par_id3152985\n"
"9\n"
"help.text"
-msgid "Start the context menu on the header at the left-hand side."
+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 ""
-#: row_height.xhp
+#: cell_protect.xhp
msgctxt ""
-"row_height.xhp\n"
-"par_id3150519\n"
-"10\n"
+"cell_protect.xhp\n"
+"par_id31529866655\n"
"help.text"
-msgid "You will see the commands <emph>Row Height</emph> and <emph>Optimal row height</emph>. Choosing either opens a dialog."
+msgid "Uncheck <emph>Protected</emph> to allow the user to change the currently selected cells."
msgstr ""
-#: row_height.xhp
+#: cell_protect.xhp
msgctxt ""
-"row_height.xhp\n"
-"par_id3154487\n"
-"11\n"
+"cell_protect.xhp\n"
+"par_id3152898\n"
+"10\n"
"help.text"
-msgid "<link href=\"text/shared/01/05340100.xhp\" name=\"Row height\">Row height</link>"
+msgid "Select <emph>Protected</emph> to prevent changes to the contents and the format of a cell."
msgstr ""
-#: row_height.xhp
+#: cell_protect.xhp
msgctxt ""
-"row_height.xhp\n"
-"par_id3149408\n"
-"12\n"
+"cell_protect.xhp\n"
+"par_idN1069A\n"
"help.text"
-msgid "<link href=\"text/scalc/01/05030200.xhp\" name=\"Optimal row height\">Optimal row height</link>"
+msgid "Select <emph>Hide formula</emph> to hide and to protect formulas from changes."
msgstr ""
-#: row_height.xhp
+#: cell_protect.xhp
msgctxt ""
-"row_height.xhp\n"
-"par_id3153305\n"
-"13\n"
+"cell_protect.xhp\n"
+"par_idN106A1\n"
"help.text"
-msgid "<link href=\"text/shared/01/05340200.xhp\" name=\"Column width\">Column width</link>"
+msgid "Select <emph>Hide when printing</emph> to hide protected cells in the printed document. The cells are not hidden onscreen."
msgstr ""
-#: row_height.xhp
+#: cell_protect.xhp
msgctxt ""
-"row_height.xhp\n"
-"par_id3153815\n"
-"14\n"
+"cell_protect.xhp\n"
+"par_id3152872\n"
+"11\n"
"help.text"
-msgid "<link href=\"text/scalc/01/05040200.xhp\" name=\"Optimal column width\">Optimal column width</link>"
-msgstr ""
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-#: line_fix.xhp
+#: cell_protect.xhp
msgctxt ""
-"line_fix.xhp\n"
-"tit\n"
+"cell_protect.xhp\n"
+"par_id3145362\n"
+"12\n"
"help.text"
-msgid "Freezing Rows or Columns as Headers"
+msgid "Apply the protection options."
msgstr ""
-#: line_fix.xhp
+#: cell_protect.xhp
msgctxt ""
-"line_fix.xhp\n"
-"bm_id3154684\n"
+"cell_protect.xhp\n"
+"par_idN106C0\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>"
+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 ""
-#: line_fix.xhp
+#: cell_protect.xhp
msgctxt ""
-"line_fix.xhp\n"
-"hd_id3154684\n"
-"1\n"
+"cell_protect.xhp\n"
+"par_idN106C7\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>"
+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 ""
-#: line_fix.xhp
+#: cell_protect.xhp
msgctxt ""
-"line_fix.xhp\n"
-"par_id3148576\n"
-"2\n"
+"cell_protect.xhp\n"
+"par_idN106CF\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."
+msgid "(Optional) Enter a password."
msgstr ""
-#: line_fix.xhp
+#: cell_protect.xhp
msgctxt ""
-"line_fix.xhp\n"
-"par_id3156441\n"
-"3\n"
+"cell_protect.xhp\n"
+"par_idN106D2\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."
+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 ""
-#: line_fix.xhp
+#: cell_protect.xhp
msgctxt ""
-"line_fix.xhp\n"
-"par_id3153158\n"
+"cell_protect.xhp\n"
+"par_id3153810\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 ""
-
-#: line_fix.xhp
-msgctxt ""
-"line_fix.xhp\n"
-"par_id3156286\n"
-"4\n"
-"help.text"
-msgid "Choose <emph>Window - Freeze</emph>."
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
-#: line_fix.xhp
+#: cell_protect.xhp
msgctxt ""
-"line_fix.xhp\n"
-"par_id3150304\n"
-"11\n"
+"cell_protect.xhp\n"
+"par_idN10B8C\n"
"help.text"
-msgid "<link href=\"text/scalc/01/05080300.xhp\" name=\"Format - Print ranges - Edit\">Format - Print ranges - Edit</link>"
+msgid "<embedvar href=\"text/shared/guide/digital_signatures.xhp#digital_signatures\"/>"
msgstr ""
-#: address_auto.xhp
+#: cell_unprotect.xhp
msgctxt ""
-"address_auto.xhp\n"
+"cell_unprotect.xhp\n"
"tit\n"
"help.text"
-msgid "Recognizing Names as Addressing"
-msgstr ""
-
-#: 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>"
+msgid "Unprotecting Cells"
msgstr ""
-#: address_auto.xhp
+#: cell_unprotect.xhp
msgctxt ""
-"address_auto.xhp\n"
-"hd_id3148797\n"
-"20\n"
+"cell_unprotect.xhp\n"
+"bm_id3153252\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>"
+msgid "<bookmark_value>cell protection; unprotecting</bookmark_value> <bookmark_value>protecting; unprotecting cells</bookmark_value> <bookmark_value>unprotecting cells</bookmark_value>"
msgstr ""
-#: address_auto.xhp
+#: cell_unprotect.xhp
msgctxt ""
-"address_auto.xhp\n"
-"par_id3152597\n"
-"21\n"
+"cell_unprotect.xhp\n"
+"hd_id3153252\n"
+"14\n"
"help.text"
-msgid "You can use cells with text to refer to the rows or to the columns that contain the cells."
+msgid "<variable id=\"cell_unprotect\"><link href=\"text/scalc/guide/cell_unprotect.xhp\" name=\"Unprotecting Cells\">Unprotecting Cells</link> </variable>"
msgstr ""
-#: address_auto.xhp
+#: cell_unprotect.xhp
msgctxt ""
-"address_auto.xhp\n"
-"par_id3156283\n"
+"cell_unprotect.xhp\n"
+"par_id3151112\n"
+"15\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>"
+msgid "Click the sheet for which you want to cancel the protection."
msgstr ""
-#: address_auto.xhp
+#: cell_unprotect.xhp
msgctxt ""
-"address_auto.xhp\n"
-"par_id3154512\n"
-"22\n"
+"cell_unprotect.xhp\n"
+"par_id3149656\n"
+"16\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."
+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 ""
-#: address_auto.xhp
+#: cell_unprotect.xhp
msgctxt ""
-"address_auto.xhp\n"
-"par_id3155443\n"
-"24\n"
+"cell_unprotect.xhp\n"
+"par_id3145171\n"
+"17\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."
+msgid "If you have assigned a password, enter it in this dialog and click <emph>OK</emph>."
msgstr ""
-#: address_auto.xhp
+#: cell_unprotect.xhp
msgctxt ""
-"address_auto.xhp\n"
-"par_id3149210\n"
-"37\n"
+"cell_unprotect.xhp\n"
+"par_id3153771\n"
+"18\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>"
+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 ""
-#: filters.xhp
+#: cellcopy.xhp
msgctxt ""
-"filters.xhp\n"
+"cellcopy.xhp\n"
"tit\n"
"help.text"
-msgid "Applying Filters"
+msgid "Only Copy Visible Cells"
msgstr ""
-#: filters.xhp
+#: cellcopy.xhp
msgctxt ""
-"filters.xhp\n"
-"bm_id3153896\n"
+"cellcopy.xhp\n"
+"bm_id3150440\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>"
+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 ""
-#: filters.xhp
+#: cellcopy.xhp
msgctxt ""
-"filters.xhp\n"
-"hd_id3153896\n"
-"70\n"
+"cellcopy.xhp\n"
+"hd_id3150440\n"
+"1\n"
"help.text"
-msgid "<variable id=\"filters\"><link href=\"text/scalc/guide/filters.xhp\" name=\"Applying Filters\">Applying Filters</link></variable>"
+msgid "<variable id=\"cellcopy\"><link href=\"text/scalc/guide/cellcopy.xhp\" name=\"Only Copy Visible Cells\">Only Copy Visible Cells</link></variable>"
msgstr ""
-#: filters.xhp
+#: cellcopy.xhp
msgctxt ""
-"filters.xhp\n"
-"par_id3150869\n"
+"cellcopy.xhp\n"
+"par_id3148577\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."
+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 ""
-#: filters.xhp
+#: cellcopy.xhp
msgctxt ""
-"filters.xhp\n"
-"par_id3155131\n"
+"cellcopy.xhp\n"
+"par_id3154729\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."
+msgid "$[officename] behavior depends on how the cells were made invisible, by a filter or manually."
msgstr ""
-#: filters.xhp
+#: cellcopy.xhp
msgctxt ""
-"filters.xhp\n"
-"par_id3146119\n"
+"cellcopy.xhp\n"
+"par_id3155603\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."
+msgid "Method and Action"
msgstr ""
-#: filters.xhp
+#: cellcopy.xhp
msgctxt ""
-"filters.xhp\n"
-"par_id3150010\n"
+"cellcopy.xhp\n"
+"par_id3150751\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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
+msgid "Result"
+msgstr "შედეგი"
-#: calc_series.xhp
+#: cellcopy.xhp
msgctxt ""
-"calc_series.xhp\n"
-"tit\n"
+"cellcopy.xhp\n"
+"par_id3149018\n"
+"6\n"
"help.text"
-msgid "Automatically Calculating Series"
+msgid "Cells were filtered by AutoFilters, standard filters or advanced filters."
msgstr ""
-#: calc_series.xhp
+#: cellcopy.xhp
msgctxt ""
-"calc_series.xhp\n"
-"bm_id3150769\n"
+"cellcopy.xhp\n"
+"par_id3150044\n"
+"7\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>"
+msgid "Copy, delete, move, or format a selection of currently visible cells."
msgstr ""
-#: calc_series.xhp
+#: cellcopy.xhp
msgctxt ""
-"calc_series.xhp\n"
-"hd_id3150769\n"
-"6\n"
+"cellcopy.xhp\n"
+"par_id3146918\n"
+"8\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>"
+msgid "Only the visible cells of the selection are copied, deleted, moved, or formatted."
msgstr ""
-#: calc_series.xhp
+#: cellcopy.xhp
msgctxt ""
-"calc_series.xhp\n"
-"par_idN106A8\n"
+"cellcopy.xhp\n"
+"par_id3166427\n"
+"12\n"
"help.text"
-msgid "You can automatically fill cells with data with the AutoFill command or the Series command."
+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 ""
-#: calc_series.xhp
+#: cellcopy.xhp
msgctxt ""
-"calc_series.xhp\n"
-"par_idN106D3\n"
+"cellcopy.xhp\n"
+"par_id3152990\n"
+"13\n"
"help.text"
-msgid "Using AutoFill"
+msgid "Copy, delete, move, or format a selection of currently visible cells."
msgstr ""
-#: calc_series.xhp
+#: cellcopy.xhp
msgctxt ""
-"calc_series.xhp\n"
-"par_idN106D7\n"
+"cellcopy.xhp\n"
+"par_id3154371\n"
+"14\n"
"help.text"
-msgid "AutoFill automatically generates a data series based on a defined pattern."
+msgid "All cells of the selection, including the hidden cells, are copied, deleted, moved, or formatted."
msgstr ""
-#: calc_series.xhp
+#: cellreference_dragdrop.xhp
msgctxt ""
-"calc_series.xhp\n"
-"par_id3154319\n"
-"7\n"
+"cellreference_dragdrop.xhp\n"
+"tit\n"
"help.text"
-msgid "On a sheet, click in a cell, and type a number."
+msgid "Referencing Cells by Drag-and-Drop"
msgstr ""
-#: calc_series.xhp
+#: cellreference_dragdrop.xhp
msgctxt ""
-"calc_series.xhp\n"
-"par_idN106CB\n"
+"cellreference_dragdrop.xhp\n"
+"bm_id3154686\n"
"help.text"
-msgid "Click in another cell and then click back in the cell where you typed the number."
+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 ""
-#: calc_series.xhp
+#: cellreference_dragdrop.xhp
msgctxt ""
-"calc_series.xhp\n"
-"par_id3145272\n"
+"cellreference_dragdrop.xhp\n"
+"hd_id3154686\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."
+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 ""
-#: calc_series.xhp
+#: cellreference_dragdrop.xhp
msgctxt ""
-"calc_series.xhp\n"
-"par_id3145801\n"
+"cellreference_dragdrop.xhp\n"
+"par_id3156444\n"
"17\n"
"help.text"
-msgid "The cells are filled with ascending numbers."
+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 ""
-#: calc_series.xhp
+#: cellreference_dragdrop.xhp
msgctxt ""
-"calc_series.xhp\n"
-"par_idN106EE\n"
+"cellreference_dragdrop.xhp\n"
+"par_id3152576\n"
+"25\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."
+msgid "Open the document that contains the source cells."
msgstr ""
-#: calc_series.xhp
+#: cellreference_dragdrop.xhp
msgctxt ""
-"calc_series.xhp\n"
-"par_id9720145\n"
+"cellreference_dragdrop.xhp\n"
+"par_id3154011\n"
+"26\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."
+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 ""
-#: calc_series.xhp
+#: cellreference_dragdrop.xhp
msgctxt ""
-"calc_series.xhp\n"
-"par_id3154490\n"
+"cellreference_dragdrop.xhp\n"
+"par_id3151073\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 ""
-
-#: 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."
+msgid "Open the sheet in which you want to insert something."
msgstr ""
-#: calc_series.xhp
+#: cellreference_dragdrop.xhp
msgctxt ""
-"calc_series.xhp\n"
-"par_idN10713\n"
+"cellreference_dragdrop.xhp\n"
+"par_id3154732\n"
+"19\n"
"help.text"
-msgid "Using a Defined Series"
+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 ""
-#: calc_series.xhp
+#: cellreference_dragdrop.xhp
msgctxt ""
-"calc_series.xhp\n"
-"par_id3150749\n"
-"9\n"
+"cellreference_dragdrop.xhp\n"
+"par_id3150752\n"
+"22\n"
"help.text"
-msgid "Select the cell range in the sheet that you want to fill."
+msgid "In the Navigator, the source file object appears under \"Range names\"."
msgstr ""
-#: calc_series.xhp
+#: cellreference_dragdrop.xhp
msgctxt ""
-"calc_series.xhp\n"
+"cellreference_dragdrop.xhp\n"
"par_id3154754\n"
-"19\n"
-"help.text"
-msgid "Choose <item type=\"menuitem\">Edit - Fill - Series</item>."
-msgstr ""
-
-#: calc_series.xhp
-msgctxt ""
-"calc_series.xhp\n"
-"par_idN10716\n"
+"27\n"
"help.text"
-msgid "Select the parameters for the series."
+msgid "Using the <emph>Drag Mode</emph> icon in Navigator, choose whether you want the reference to be a hyperlink, link, or copy."
msgstr ""
-#: calc_series.xhp
+#: cellreference_dragdrop.xhp
msgctxt ""
-"calc_series.xhp\n"
-"par_idN10731\n"
+"cellreference_dragdrop.xhp\n"
+"par_id3154256\n"
+"23\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."
+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 ""
-#: calc_series.xhp
+#: cellreference_dragdrop.xhp
msgctxt ""
-"calc_series.xhp\n"
-"par_idN1073C\n"
+"cellreference_dragdrop.xhp\n"
+"par_id3149565\n"
+"24\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."
+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 ""
-#: calc_series.xhp
+#: cellreferences.xhp
msgctxt ""
-"calc_series.xhp\n"
-"par_idN10747\n"
+"cellreferences.xhp\n"
+"tit\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."
+msgid "Referencing a Cell in Another Document"
msgstr ""
-#: calc_series.xhp
-#, fuzzy
-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>"
-
-#: auto_off.xhp
+#: cellreferences.xhp
msgctxt ""
-"auto_off.xhp\n"
-"tit\n"
+"cellreferences.xhp\n"
+"bm_id3147436\n"
"help.text"
-msgid "Deactivating Automatic Changes"
+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 ""
-#: auto_off.xhp
+#: cellreferences.xhp
msgctxt ""
-"auto_off.xhp\n"
-"bm_id3149456\n"
+"cellreferences.xhp\n"
+"hd_id3147436\n"
+"9\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>"
+msgid "<variable id=\"cellreferences\"><link href=\"text/scalc/guide/cellreferences.xhp\" name=\"Referencing Other Sheets\">Referencing Other Sheets</link></variable>"
msgstr ""
-#: auto_off.xhp
+#: cellreferences.xhp
msgctxt ""
-"auto_off.xhp\n"
-"hd_id3149456\n"
-"1\n"
+"cellreferences.xhp\n"
+"par_id9663075\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>"
+msgid "In a sheet cell you can show a reference to a cell in another sheet."
msgstr ""
-#: auto_off.xhp
+#: cellreferences.xhp
msgctxt ""
-"auto_off.xhp\n"
-"par_id3156442\n"
-"2\n"
+"cellreferences.xhp\n"
+"par_id1879329\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."
+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 ""
-#: auto_off.xhp
+#: cellreferences.xhp
msgctxt ""
-"auto_off.xhp\n"
-"par_id3145273\n"
-"3\n"
+"cellreferences.xhp\n"
+"hd_id7122409\n"
"help.text"
-msgid "The following shows you how to deactivate and reactivate the automatic changes in $[officename] Calc:"
+msgid "To Reference a Cell in the Same Document"
msgstr ""
-#: auto_off.xhp
+#: cellreferences.xhp
msgctxt ""
-"auto_off.xhp\n"
-"hd_id3145748\n"
-"4\n"
+"cellreferences.xhp\n"
+"par_id2078005\n"
"help.text"
-msgid "Automatic Text or Number Completion"
+msgid "Open a new, empty spreadsheet."
msgstr ""
-#: auto_off.xhp
+#: cellreferences.xhp
msgctxt ""
-"auto_off.xhp\n"
-"par_id3154730\n"
-"5\n"
+"cellreferences.xhp\n"
+"par_id4943693\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>."
+msgid "By way of example, enter the following formula in cell A1 of Sheet1:"
msgstr ""
-#: auto_off.xhp
+#: cellreferences.xhp
msgctxt ""
-"auto_off.xhp\n"
-"par_id3153878\n"
-"6\n"
+"cellreferences.xhp\n"
+"par_id9064302\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>."
+msgid "<item type=\"literal\">=Sheet2.A1</item>"
msgstr ""
-#: auto_off.xhp
+#: cellreferences.xhp
msgctxt ""
-"auto_off.xhp\n"
-"hd_id3146972\n"
-"21\n"
+"cellreferences.xhp\n"
+"par_id7609790\n"
"help.text"
-msgid "Automatic Conversion to Date Format"
+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 ""
-#: auto_off.xhp
+#: cellreferences.xhp
msgctxt ""
-"auto_off.xhp\n"
-"par_id3153707\n"
-"22\n"
+"cellreferences.xhp\n"
+"par_id809961\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."
+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 ""
-#: auto_off.xhp
+#: cellreferences.xhp
msgctxt ""
-"auto_off.xhp\n"
-"par_id3159267\n"
-"23\n"
+"cellreferences.xhp\n"
+"hd_id9209570\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."
+msgid "To Reference a Cell in Another Document"
msgstr ""
-#: auto_off.xhp
+#: cellreferences.xhp
msgctxt ""
-"auto_off.xhp\n"
-"hd_id3150043\n"
-"7\n"
+"cellreferences.xhp\n"
+"par_id5949278\n"
"help.text"
-msgid "Quotation Marks Replaced by Custom Quotes"
+msgid "Choose <emph>File - Open</emph>, to load an existing spreadsheet document."
msgstr ""
-#: auto_off.xhp
+#: cellreferences.xhp
msgctxt ""
-"auto_off.xhp\n"
-"par_id3155333\n"
-"9\n"
+"cellreferences.xhp\n"
+"par_id8001953\n"
"help.text"
-msgid "Choose <emph>Tools - AutoCorrect Options</emph>. Go to the <emph>Localized Options</emph> tab and unmark <emph>Replace</emph>."
+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 ""
-#: auto_off.xhp
+#: cellreferences.xhp
msgctxt ""
-"auto_off.xhp\n"
-"hd_id3149565\n"
-"11\n"
+"cellreferences.xhp\n"
+"par_id8571123\n"
"help.text"
-msgid "Cell Content Always Begins With Uppercase"
+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 ""
-#: auto_off.xhp
+#: cellreferences.xhp
msgctxt ""
-"auto_off.xhp\n"
-"par_id3147001\n"
-"13\n"
+"cellreferences.xhp\n"
+"par_id8261665\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>."
+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 ""
-#: auto_off.xhp
+#: cellreferences.xhp
msgctxt ""
-"auto_off.xhp\n"
-"hd_id3150345\n"
-"15\n"
+"cellreferences.xhp\n"
+"par_id5888241\n"
"help.text"
-msgid "Replace Word With Another Word"
+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 ""
-#: auto_off.xhp
+#: cellreferences.xhp
msgctxt ""
-"auto_off.xhp\n"
-"par_id3166425\n"
-"17\n"
+"cellreferences.xhp\n"
+"par_id7697683\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>."
+msgid "Confirm the formula by clicking the green check mark."
msgstr ""
-#: auto_off.xhp
+#: cellreferences.xhp
msgctxt ""
-"auto_off.xhp\n"
-"par_id3152992\n"
-"19\n"
+"cellreferences.xhp\n"
+"par_id7099826\n"
"help.text"
-msgid "<link href=\"text/scalc/01/06130000.xhp\" name=\"Tools - Cell Contents - AutoInput\">Tools - Cell Contents - AutoInput</link>"
+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 ""
-#: auto_off.xhp
+#: cellreferences.xhp
msgctxt ""
-"auto_off.xhp\n"
-"par_id3154368\n"
-"20\n"
+"cellreferences.xhp\n"
+"par_id674459\n"
"help.text"
-msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"Tools - AutoCorrect\">Tools - AutoCorrect Options</link>"
+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 ""
#: cellreferences_url.xhp
@@ -4087,1360 +2481,553 @@ msgctxt ""
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 ""
-#: multi_tables.xhp
-msgctxt ""
-"multi_tables.xhp\n"
-"tit\n"
-"help.text"
-msgid "Navigating Through Sheets Tabs"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: multioperation.xhp
-msgctxt ""
-"multioperation.xhp\n"
-"tit\n"
-"help.text"
-msgid "Applying Multiple Operations"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: multioperation.xhp
-msgctxt ""
-"multioperation.xhp\n"
-"hd_id3145171\n"
-"1\n"
-"help.text"
-msgid "Multiple Operations in Columns or Rows"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: multioperation.xhp
-#, fuzzy
-msgctxt ""
-"multioperation.xhp\n"
-"hd_id3159153\n"
-"7\n"
-"help.text"
-msgid "Examples"
-msgstr "მაგალითად"
-
-#: 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 ""
-
-#: 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 ""
-
-#: multioperation.xhp
-msgctxt ""
-"multioperation.xhp\n"
-"hd_id3145239\n"
-"41\n"
-"help.text"
-msgid "Calculating With One Formula and One Variable"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: multioperation.xhp
-msgctxt ""
-"multioperation.xhp\n"
-"par_id3149723\n"
-"45\n"
-"help.text"
-msgid "Choose <emph>Data - Multiple operations</emph>."
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: multioperation.xhp
-msgctxt ""
-"multioperation.xhp\n"
-"hd_id3148725\n"
-"49\n"
-"help.text"
-msgid "Calculating with Several Formulas Simultaneously"
-msgstr ""
-
-#: multioperation.xhp
-msgctxt ""
-"multioperation.xhp\n"
-"par_id3146880\n"
-"50\n"
-"help.text"
-msgid "Delete column E."
-msgstr ""
-
-#: 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 ""
-
-#: multioperation.xhp
-msgctxt ""
-"multioperation.xhp\n"
-"par_id3148885\n"
-"52\n"
-"help.text"
-msgid "Select the range D2:F11, thus three columns."
-msgstr ""
-
-#: multioperation.xhp
-msgctxt ""
-"multioperation.xhp\n"
-"par_id3147474\n"
-"53\n"
-"help.text"
-msgid "Choose <emph>Data - Multiple Operations</emph>."
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: multioperation.xhp
-msgctxt ""
-"multioperation.xhp\n"
-"hd_id3146139\n"
-"3\n"
-"help.text"
-msgid "Multiple Operations Across Rows and Columns"
-msgstr ""
-
-#: 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 ""
-
-#: multioperation.xhp
-msgctxt ""
-"multioperation.xhp\n"
-"hd_id3149949\n"
-"57\n"
-"help.text"
-msgid "Calculating with Two Variables"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: multioperation.xhp
-msgctxt ""
-"multioperation.xhp\n"
-"par_id3152810\n"
-"95\n"
-"help.text"
-msgid "Select the range D1:H11."
-msgstr ""
-
-#: multioperation.xhp
-msgctxt ""
-"multioperation.xhp\n"
-"par_id3153620\n"
-"96\n"
-"help.text"
-msgid "Choose <emph>Data - Multiple Operations</emph>."
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: keyboard.xhp
+#: cellstyle_by_formula.xhp
msgctxt ""
-"keyboard.xhp\n"
+"cellstyle_by_formula.xhp\n"
"tit\n"
"help.text"
-msgid "Shortcut Keys (%PRODUCTNAME Calc Accessibility)"
-msgstr ""
-
-#: 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>"
+msgid "Assigning Formats by Formula"
msgstr ""
-#: keyboard.xhp
+#: cellstyle_by_formula.xhp
msgctxt ""
-"keyboard.xhp\n"
-"hd_id3145120\n"
-"1\n"
+"cellstyle_by_formula.xhp\n"
+"bm_id3145673\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>"
+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 ""
-#: keyboard.xhp
+#: cellstyle_by_formula.xhp
msgctxt ""
-"keyboard.xhp\n"
-"par_id3154760\n"
+"cellstyle_by_formula.xhp\n"
+"hd_id3145673\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 ""
-
-#: keyboard.xhp
-msgctxt ""
-"keyboard.xhp\n"
-"hd_id3153360\n"
-"12\n"
-"help.text"
-msgid "Cell Selection Mode"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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."
+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 ""
-#: keyboard.xhp
+#: cellstyle_by_formula.xhp
msgctxt ""
-"keyboard.xhp\n"
-"hd_id3148646\n"
+"cellstyle_by_formula.xhp\n"
+"par_id3150275\n"
"14\n"
"help.text"
-msgid "Controlling the Outline"
+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 ""
-#: keyboard.xhp
+#: cellstyle_by_formula.xhp
msgctxt ""
-"keyboard.xhp\n"
-"par_id3146120\n"
+"cellstyle_by_formula.xhp\n"
+"par_id3151385\n"
"15\n"
"help.text"
-msgid "You can use the keyboard in <link href=\"text/scalc/01/12080000.xhp\" name=\"Outline\">Outline</link>:"
+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 ""
-#: keyboard.xhp
+#: cellstyle_by_formula.xhp
msgctxt ""
-"keyboard.xhp\n"
-"par_id3147394\n"
+"cellstyle_by_formula.xhp\n"
+"par_id3149456\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."
+msgid "Select all the desired cells."
msgstr ""
-#: keyboard.xhp
+#: cellstyle_by_formula.xhp
msgctxt ""
-"keyboard.xhp\n"
-"par_id3149379\n"
+"cellstyle_by_formula.xhp\n"
+"par_id3148797\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."
+msgid "Select the menu command <emph>Edit - Find & Replace</emph>."
msgstr ""
-#: keyboard.xhp
+#: cellstyle_by_formula.xhp
msgctxt ""
-"keyboard.xhp\n"
-"par_id3156286\n"
+"cellstyle_by_formula.xhp\n"
+"par_id3150767\n"
"18\n"
"help.text"
-msgid "<item type=\"keycode\">Shift+Tab</item> - cycle through all visible buttons in the opposite direction."
+msgid "For the <item type=\"menuitem\">Search for</item> term, enter: .<item type=\"literal\">*</item>"
msgstr ""
-#: keyboard.xhp
+#: cellstyle_by_formula.xhp
msgctxt ""
-"keyboard.xhp\n"
-"par_id3149403\n"
+"cellstyle_by_formula.xhp\n"
+"par_id3153770\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."
+msgid "\".*\" is a regular expression that designates the contents of the current cell."
msgstr ""
-#: keyboard.xhp
+#: cellstyle_by_formula.xhp
msgctxt ""
-"keyboard.xhp\n"
-"par_id3150329\n"
+"cellstyle_by_formula.xhp\n"
+"par_id3153143\n"
"20\n"
"help.text"
-msgid "Use <item type=\"keycode\">+</item> or <item type=\"keycode\">-</item> to show or hide the focused outline group."
+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 ""
-#: keyboard.xhp
+#: cellstyle_by_formula.xhp
msgctxt ""
-"keyboard.xhp\n"
-"par_id3155446\n"
+"cellstyle_by_formula.xhp\n"
+"par_id3146975\n"
"21\n"
"help.text"
-msgid "Press <item type=\"keycode\">Enter</item> to activate the focused button."
+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 ""
-#: keyboard.xhp
+#: cellstyle_by_formula.xhp
msgctxt ""
-"keyboard.xhp\n"
-"par_id3154253\n"
+"cellstyle_by_formula.xhp\n"
+"par_id3149262\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 ""
-
-#: keyboard.xhp
-msgctxt ""
-"keyboard.xhp\n"
-"hd_id3147343\n"
-"8\n"
-"help.text"
-msgid "Selecting a Drawing Object or a Graphic"
-msgstr ""
-
-#: keyboard.xhp
-msgctxt ""
-"keyboard.xhp\n"
-"par_idN107AA\n"
-"help.text"
-msgid "Choose View - Toolbars - Drawing to open the Drawing toolbar."
-msgstr ""
-
-#: 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 ""
-
-#: 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."
+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 ""
-#: keyboard.xhp
+#: cellstyle_by_formula.xhp
msgctxt ""
-"keyboard.xhp\n"
-"par_id3159240\n"
-"3\n"
+"cellstyle_by_formula.xhp\n"
+"par_id3144767\n"
+"24\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."
+msgid "All cells with contents that were included in the selection are now highlighted."
msgstr ""
-#: keyboard.xhp
+#: cellstyle_by_formula.xhp
msgctxt ""
-"keyboard.xhp\n"
-"par_id3155379\n"
-"2\n"
+"cellstyle_by_formula.xhp\n"
+"par_id3147127\n"
+"23\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."
+msgid "Click <item type=\"menuitem\">Replace all</item>."
msgstr ""
-#: formula_copy.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"formula_copy.xhp\n"
+"cellstyle_conditional.xhp\n"
"tit\n"
"help.text"
-msgid "Copying Formulas"
+msgid "Applying Conditional Formatting"
msgstr ""
-#: formula_copy.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"formula_copy.xhp\n"
-"bm_id3151113\n"
+"cellstyle_conditional.xhp\n"
+"bm_id3149263\n"
"help.text"
-msgid "<bookmark_value>formulas; copying and pasting</bookmark_value><bookmark_value>copying; formulas</bookmark_value><bookmark_value>pasting;formulas</bookmark_value>"
+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 ""
-#: formula_copy.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"formula_copy.xhp\n"
-"hd_id3151113\n"
-"54\n"
+"cellstyle_conditional.xhp\n"
+"hd_id3149263\n"
+"24\n"
"help.text"
-msgid "<variable id=\"formula_copy\"><link href=\"text/scalc/guide/formula_copy.xhp\" name=\"Copying Formulas\">Copying Formulas</link></variable>"
+msgid "<variable id=\"cellstyle_conditional\"><link href=\"text/scalc/guide/cellstyle_conditional.xhp\" name=\"Applying Conditional Formatting\">Applying Conditional Formatting</link></variable>"
msgstr ""
-#: formula_copy.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"formula_copy.xhp\n"
-"par_id3156424\n"
-"11\n"
+"cellstyle_conditional.xhp\n"
+"par_id3159156\n"
+"25\n"
"help.text"
-msgid "There are various ways to copy a formula. One suggested method is:"
+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 ""
-#: formula_copy.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"formula_copy.xhp\n"
-"par_id3150439\n"
-"30\n"
+"cellstyle_conditional.xhp\n"
+"par_id8039796\n"
"help.text"
-msgid "Select the cell containing the formula."
+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 ""
-#: formula_copy.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"formula_copy.xhp\n"
-"par_id3154319\n"
-"31\n"
+"cellstyle_conditional.xhp\n"
+"par_id3154944\n"
+"26\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."
+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 ""
-#: formula_copy.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"formula_copy.xhp\n"
-"par_id3159155\n"
-"32\n"
+"cellstyle_conditional.xhp\n"
+"hd_id4480727\n"
"help.text"
-msgid "Select the cell into which you want the formula to be copied."
+msgid "To Define the Conditions"
msgstr ""
-#: formula_copy.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"formula_copy.xhp\n"
-"par_id3153728\n"
-"33\n"
+"cellstyle_conditional.xhp\n"
+"par_id3154490\n"
+"27\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."
+msgid "Select the cells to which you want to apply a conditional style."
msgstr ""
-#: formula_copy.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"formula_copy.xhp\n"
-"par_id3149961\n"
-"34\n"
+"cellstyle_conditional.xhp\n"
+"par_id3155603\n"
+"28\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:"
+msgid "Choose <emph>Format - Conditional Formatting</emph>."
msgstr ""
-#: formula_copy.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"formula_copy.xhp\n"
-"par_id3149400\n"
-"12\n"
+"cellstyle_conditional.xhp\n"
+"par_id3146969\n"
+"29\n"
"help.text"
-msgid "Select the cell containing the formula."
+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 ""
-#: formula_copy.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"formula_copy.xhp\n"
-"par_id3154018\n"
-"13\n"
+"cellstyle_conditional.xhp\n"
+"hd_id3155766\n"
+"38\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."
+msgid "Example of Conditional Formatting: Highlighting Totals Above/Under the Average Value"
msgstr ""
-#: formula_copy.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"formula_copy.xhp\n"
-"par_id3150749\n"
-"14\n"
+"cellstyle_conditional.xhp\n"
+"hd_id4341868\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."
+msgid "Step1: Generate Number Values"
msgstr ""
-#: formula_copy.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"formula_copy.xhp\n"
-"par_id3153714\n"
-"15\n"
+"cellstyle_conditional.xhp\n"
+"par_id3150043\n"
+"39\n"
"help.text"
-msgid "When you release the mouse button, the formula will be copied into the cells and automatically adjusted."
+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 ""
-#: formula_copy.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"formula_copy.xhp\n"
-"par_id3156385\n"
-"53\n"
+"cellstyle_conditional.xhp\n"
+"par_id3155337\n"
+"40\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."
+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 ""
-#: datapilot.xhp
-#, fuzzy
-msgctxt ""
-"datapilot.xhp\n"
-"tit\n"
-"help.text"
-msgid "Pivot Table"
-msgstr "ცხრილის დაყოფა"
-
-#: 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>"
-
-#: datapilot.xhp
-#, fuzzy
+#: cellstyle_conditional.xhp
msgctxt ""
-"datapilot.xhp\n"
-"hd_id3150448\n"
-"7\n"
+"cellstyle_conditional.xhp\n"
+"par_id3149565\n"
+"41\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>"
+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 ""
-#: datapilot.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"datapilot.xhp\n"
-"par_id3156024\n"
-"2\n"
+"cellstyle_conditional.xhp\n"
+"par_id3149258\n"
+"42\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."
+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 ""
-#: datapilot.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"datapilot.xhp\n"
-"par_id3145069\n"
-"9\n"
+"cellstyle_conditional.xhp\n"
+"par_id3159236\n"
+"43\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."
+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 ""
-#: currency_format.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"currency_format.xhp\n"
-"tit\n"
+"cellstyle_conditional.xhp\n"
+"hd_id3149211\n"
+"44\n"
"help.text"
-msgid "Cells in Currency Format"
+msgid "Step 2: Define Cell Styles"
msgstr ""
-#: currency_format.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"currency_format.xhp\n"
-"bm_id3156329\n"
+"cellstyle_conditional.xhp\n"
+"par_id3154659\n"
+"45\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>"
+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 ""
-#: currency_format.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"currency_format.xhp\n"
-"hd_id3156329\n"
+"cellstyle_conditional.xhp\n"
+"par_id3150883\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>"
+msgid "Click in a blank cell and select the command <emph>Format Cells</emph> in the context menu."
msgstr ""
-#: currency_format.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"currency_format.xhp\n"
-"par_id3153968\n"
+"cellstyle_conditional.xhp\n"
+"par_id3155529\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>."
+msgid "In the <emph>Format Cells</emph> dialog on the <emph>Background</emph> tab, select a background color. Click <emph>OK</emph>."
msgstr ""
-#: currency_format.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"currency_format.xhp\n"
-"par_id3150010\n"
+"cellstyle_conditional.xhp\n"
+"par_id3154484\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 ""
-
-#: 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."
+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 ""
-#: currency_format.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"currency_format.xhp\n"
-"par_id3151075\n"
+"cellstyle_conditional.xhp\n"
+"par_id3152889\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."
+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 ""
-#: currency_format.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"currency_format.xhp\n"
-"par_id3150749\n"
-"50\n"
+"cellstyle_conditional.xhp\n"
+"hd_id3148704\n"
+"60\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."
+msgid "Step 3: Calculate Average"
msgstr ""
-#: currency_format.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"currency_format.xhp\n"
-"par_id3145640\n"
+"cellstyle_conditional.xhp\n"
+"par_id3148837\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 ""
-
-#: 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 ""
-
-#: mark_cells.xhp
-msgctxt ""
-"mark_cells.xhp\n"
-"tit\n"
-"help.text"
-msgid "Selecting Multiple Cells"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: mark_cells.xhp
-msgctxt ""
-"mark_cells.xhp\n"
-"hd_id3145272\n"
-"2\n"
-"help.text"
-msgid "Select a rectangular range"
-msgstr ""
-
-#: 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 ""
-
-#: mark_cells.xhp
-msgctxt ""
-"mark_cells.xhp\n"
-"hd_id3151119\n"
-"4\n"
-"help.text"
-msgid "Mark a single cell"
-msgstr ""
-
-#: mark_cells.xhp
-msgctxt ""
-"mark_cells.xhp\n"
-"par_id3146975\n"
-"19\n"
-"help.text"
-msgid "Do one of the following:"
-msgstr ""
-
-#: mark_cells.xhp
-msgctxt ""
-"mark_cells.xhp\n"
-"par_id3163710\n"
-"20\n"
-"help.text"
-msgid "Click, then Shift-click the cell."
-msgstr ""
-
-#: 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 ""
-
-#: mark_cells.xhp
-msgctxt ""
-"mark_cells.xhp\n"
-"hd_id3154942\n"
-"6\n"
-"help.text"
-msgid "Select various dispersed cells"
-msgstr ""
-
-#: mark_cells.xhp
-msgctxt ""
-"mark_cells.xhp\n"
-"par_id1001200901072060\n"
-"help.text"
-msgid "Do one of the following:"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: mark_cells.xhp
-msgctxt ""
-"mark_cells.xhp\n"
-"hd_id3146971\n"
-"8\n"
-"help.text"
-msgid "Switch marking mode"
-msgstr ""
-
-#: 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 ""
-
-#: mark_cells.xhp
-msgctxt ""
-"mark_cells.xhp\n"
-"par_id3159264\n"
-"10\n"
-"help.text"
-msgid "Field contents"
-msgstr ""
-
-#: mark_cells.xhp
-msgctxt ""
-"mark_cells.xhp\n"
-"par_id3155337\n"
-"11\n"
-"help.text"
-msgid "Effect of clicking the mouse"
-msgstr ""
-
-#: mark_cells.xhp
-msgctxt ""
-"mark_cells.xhp\n"
-"par_id3149568\n"
-"12\n"
-"help.text"
-msgid "STD"
-msgstr ""
-
-#: 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 ""
-
-#: mark_cells.xhp
-msgctxt ""
-"mark_cells.xhp\n"
-"par_id3150090\n"
-"14\n"
-"help.text"
-msgid "EXT"
-msgstr ""
-
-#: 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 ""
-
-#: mark_cells.xhp
-msgctxt ""
-"mark_cells.xhp\n"
-"par_id3145587\n"
-"16\n"
-"help.text"
-msgid "ADD"
-msgstr ""
-
-#: 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."
+msgid "In our particular example, we are calculating the average of the random values. The result is placed in a cell:"
msgstr ""
-#: mark_cells.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"mark_cells.xhp\n"
-"par_id3154487\n"
-"18\n"
+"cellstyle_conditional.xhp\n"
+"par_id3144768\n"
+"52\n"
"help.text"
-msgid "<link href=\"text/scalc/main0208.xhp\" name=\"Status bar\">Status bar</link>"
+msgid "Set the cursor in a blank cell, for example, J14, and choose <emph>Insert - Function</emph>."
msgstr ""
-#: integer_leading_zero.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"integer_leading_zero.xhp\n"
-"tit\n"
+"cellstyle_conditional.xhp\n"
+"par_id3156016\n"
+"53\n"
"help.text"
-msgid "Entering a Number with Leading Zeros"
+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 ""
-#: integer_leading_zero.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"integer_leading_zero.xhp\n"
-"bm_id3147560\n"
+"cellstyle_conditional.xhp\n"
+"par_id3153246\n"
+"54\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>"
+msgid "Close the Function Wizard with <item type=\"menuitem\">OK</item>."
msgstr ""
-#: integer_leading_zero.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"integer_leading_zero.xhp\n"
-"hd_id3147560\n"
-"67\n"
+"cellstyle_conditional.xhp\n"
+"hd_id3149898\n"
+"50\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>"
+msgid "Step 4: Apply Cell Styles"
msgstr ""
-#: integer_leading_zero.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"integer_leading_zero.xhp\n"
-"par_id3153194\n"
+"cellstyle_conditional.xhp\n"
+"par_id3149126\n"
"55\n"
"help.text"
-msgid "There are various ways to enter integers starting with a zero:"
+msgid "Now you can apply the conditional formatting to the sheet:"
msgstr ""
-#: integer_leading_zero.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"integer_leading_zero.xhp\n"
-"par_id3146119\n"
+"cellstyle_conditional.xhp\n"
+"par_id3150049\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."
+msgid "Select all cells with the random numbers."
msgstr ""
-#: integer_leading_zero.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"integer_leading_zero.xhp\n"
-"par_id3154013\n"
+"cellstyle_conditional.xhp\n"
+"par_id3153801\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\"."
+msgid "Choose the <emph>Format - Conditional Formatting</emph> command to open the corresponding dialog."
msgstr ""
-#: integer_leading_zero.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"integer_leading_zero.xhp\n"
-"par_id3153158\n"
+"cellstyle_conditional.xhp\n"
+"par_id3153013\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 ""
-
-#: 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 ""
-
-#: integer_leading_zero.xhp
-msgctxt ""
-"integer_leading_zero.xhp\n"
-"par_id3154944\n"
-"60\n"
-"help.text"
-msgid "Choose <emph>Edit - Find & Replace</emph>"
+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 ""
-#: integer_leading_zero.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"integer_leading_zero.xhp\n"
-"par_id3154510\n"
+"cellstyle_conditional.xhp\n"
+"hd_id3155761\n"
"61\n"
"help.text"
-msgid "In the <emph>Search for</emph> box, enter <item type=\"input\">^[0-9]</item>"
+msgid "Step 5: Copy Cell Style"
msgstr ""
-#: integer_leading_zero.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"integer_leading_zero.xhp\n"
-"par_id3155068\n"
+"cellstyle_conditional.xhp\n"
+"par_id3145320\n"
"62\n"
"help.text"
-msgid "In the <emph>Replace with</emph> box, enter <item type=\"input\">&</item>"
+msgid "To apply the conditional formatting to other cells later:"
msgstr ""
-#: integer_leading_zero.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"integer_leading_zero.xhp\n"
-"par_id3149018\n"
+"cellstyle_conditional.xhp\n"
+"par_id3153074\n"
"63\n"
"help.text"
-msgid "Check <emph>Regular expressions</emph>"
+msgid "Click one of the cells that has been assigned conditional formatting."
msgstr ""
-#: integer_leading_zero.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"integer_leading_zero.xhp\n"
-"par_id3156382\n"
+"cellstyle_conditional.xhp\n"
+"par_id3149051\n"
"64\n"
"help.text"
-msgid "Check <emph>Current selection only</emph>"
+msgid "Copy the cell to the clipboard."
msgstr ""
-#: integer_leading_zero.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"integer_leading_zero.xhp\n"
-"par_id3146916\n"
+"cellstyle_conditional.xhp\n"
+"par_id3150436\n"
"65\n"
"help.text"
-msgid "Click <emph>Replace All</emph>"
-msgstr ""
-
-#: cellreferences.xhp
-msgctxt ""
-"cellreferences.xhp\n"
-"tit\n"
-"help.text"
-msgid "Referencing a Cell in Another Document"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: cellreferences.xhp
-msgctxt ""
-"cellreferences.xhp\n"
-"hd_id7122409\n"
-"help.text"
-msgid "To Reference a Cell in the Same Document"
-msgstr ""
-
-#: cellreferences.xhp
-msgctxt ""
-"cellreferences.xhp\n"
-"par_id2078005\n"
-"help.text"
-msgid "Open a new, empty spreadsheet."
-msgstr ""
-
-#: 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 ""
-
-#: cellreferences.xhp
-msgctxt ""
-"cellreferences.xhp\n"
-"par_id9064302\n"
-"help.text"
-msgid "<item type=\"literal\">=Sheet2.A1</item>"
-msgstr ""
-
-#: 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."
+msgid "Select the cells that are to receive this same formatting."
msgstr ""
-#: cellreferences.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"cellreferences.xhp\n"
-"par_id809961\n"
+"cellstyle_conditional.xhp\n"
+"par_id3147298\n"
+"66\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."
+msgid "Choose <emph>Edit - Paste Special</emph>. The <emph>Paste Special</emph> dialog appears."
msgstr ""
-#: cellreferences.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"cellreferences.xhp\n"
-"hd_id9209570\n"
+"cellstyle_conditional.xhp\n"
+"par_id3166465\n"
+"67\n"
"help.text"
-msgid "To Reference a Cell in Another Document"
+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 ""
-#: cellreferences.xhp
+#: cellstyle_conditional.xhp
msgctxt ""
-"cellreferences.xhp\n"
-"par_id5949278\n"
+"cellstyle_conditional.xhp\n"
+"par_id3159123\n"
+"68\n"
"help.text"
-msgid "Choose <emph>File - Open</emph>, to load an existing spreadsheet document."
+msgid "<link href=\"text/scalc/01/05120000.xhp\" name=\"Format - Conditional formatting\">Format - Conditional formatting</link>"
msgstr ""
-#: cellreferences.xhp
+#: cellstyle_minusvalue.xhp
msgctxt ""
-"cellreferences.xhp\n"
-"par_id8001953\n"
+"cellstyle_minusvalue.xhp\n"
+"tit\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."
+msgid "Highlighting Negative Numbers"
msgstr ""
-#: cellreferences.xhp
+#: cellstyle_minusvalue.xhp
msgctxt ""
-"cellreferences.xhp\n"
-"par_id8571123\n"
+"cellstyle_minusvalue.xhp\n"
+"bm_id3147434\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."
+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 ""
-#: cellreferences.xhp
+#: cellstyle_minusvalue.xhp
msgctxt ""
-"cellreferences.xhp\n"
-"par_id8261665\n"
+"cellstyle_minusvalue.xhp\n"
+"hd_id3147434\n"
+"31\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."
+msgid "<variable id=\"cellstyle_minusvalue\"><link href=\"text/scalc/guide/cellstyle_minusvalue.xhp\" name=\"Highlighting Negative Numbers\">Highlighting Negative Numbers</link></variable>"
msgstr ""
-#: cellreferences.xhp
+#: cellstyle_minusvalue.xhp
msgctxt ""
-"cellreferences.xhp\n"
-"par_id5888241\n"
+"cellstyle_minusvalue.xhp\n"
+"par_id3153878\n"
+"33\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."
+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 ""
-#: cellreferences.xhp
+#: cellstyle_minusvalue.xhp
msgctxt ""
-"cellreferences.xhp\n"
-"par_id7697683\n"
+"cellstyle_minusvalue.xhp\n"
+"par_id3155600\n"
+"34\n"
"help.text"
-msgid "Confirm the formula by clicking the green check mark."
+msgid "Select the cells and choose <emph>Format - Cells</emph>."
msgstr ""
-#: cellreferences.xhp
+#: cellstyle_minusvalue.xhp
msgctxt ""
-"cellreferences.xhp\n"
-"par_id7099826\n"
+"cellstyle_minusvalue.xhp\n"
+"par_id3146969\n"
+"35\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."
+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 ""
-#: cellreferences.xhp
+#: cellstyle_minusvalue.xhp
msgctxt ""
-"cellreferences.xhp\n"
-"par_id674459\n"
+"cellstyle_minusvalue.xhp\n"
+"par_id3145640\n"
+"36\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."
+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 ""
#: consolidate.xhp
@@ -5914,765 +3501,869 @@ msgctxt ""
msgid "<link href=\"text/shared/00/00000208.xhp\" name=\"Import text files\">Import text files</link>"
msgstr ""
-#: specialfilter.xhp
+#: csv_formula.xhp
msgctxt ""
-"specialfilter.xhp\n"
+"csv_formula.xhp\n"
"tit\n"
"help.text"
-msgid "Filter: Applying Advanced Filters"
+msgid "Importing and Exporting Text Files"
msgstr ""
-#: specialfilter.xhp
+#: csv_formula.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"bm_id3148798\n"
+"csv_formula.xhp\n"
+"bm_id3153726\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>"
+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 ""
-#: specialfilter.xhp
+#: csv_formula.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"hd_id3148798\n"
-"18\n"
+"csv_formula.xhp\n"
+"hd_id3153726\n"
+"1\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>"
+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 ""
-#: specialfilter.xhp
+#: csv_formula.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3145785\n"
-"19\n"
+"csv_formula.xhp\n"
+"par_id3149402\n"
+"2\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."
+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 ""
-#: specialfilter.xhp
+#: csv_formula.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3153142\n"
-"20\n"
+"csv_formula.xhp\n"
+"hd_id3150715\n"
+"15\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."
+msgid "To Import a CSV File"
msgstr ""
-#: specialfilter.xhp
+#: csv_formula.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3153726\n"
-"21\n"
+"csv_formula.xhp\n"
+"par_id3153709\n"
+"16\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."
+msgid "Choose <emph>File - Open</emph>."
msgstr ""
-#: specialfilter.xhp
+#: csv_formula.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3149664\n"
-"22\n"
+"csv_formula.xhp\n"
+"par_id3155445\n"
+"17\n"
"help.text"
-msgid "<emph>Example</emph>"
+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 ""
-#: specialfilter.xhp
+#: csv_formula.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3147427\n"
-"23\n"
+"csv_formula.xhp\n"
+"par_id3149565\n"
+"18\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:"
+msgid "You will see the <item type=\"menuitem\">Text Import</item> dialog. Click <item type=\"menuitem\">OK</item>."
msgstr ""
-#: specialfilter.xhp
+#: csv_formula.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3154510\n"
-"24\n"
+"csv_formula.xhp\n"
+"par_id3149255\n"
+"19\n"
"help.text"
-msgid "<emph>A</emph>"
+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 ""
-#: specialfilter.xhp
+#: csv_formula.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3150327\n"
-"25\n"
+"csv_formula.xhp\n"
+"hd_id3154022\n"
+"3\n"
"help.text"
-msgid "<emph>B</emph>"
+msgid "To Export Formulas and Values as CSV Files"
msgstr ""
-#: specialfilter.xhp
+#: csv_formula.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3154756\n"
-"26\n"
+"csv_formula.xhp\n"
+"par_id3150342\n"
+"4\n"
"help.text"
-msgid "<emph>C</emph>"
+msgid "Click the sheet to be written as a csv file."
msgstr ""
-#: specialfilter.xhp
+#: csv_formula.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3155335\n"
-"27\n"
+"csv_formula.xhp\n"
+"par_id3166423\n"
+"5\n"
"help.text"
-msgid "<emph>D</emph>"
+msgid "If you want to export the formulas as formulas, for example, in the form =SUM(A1:B5), proceed as follows:"
msgstr ""
-#: specialfilter.xhp
+#: csv_formula.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3146315\n"
-"28\n"
+"csv_formula.xhp\n"
+"par_id3155111\n"
+"6\n"
"help.text"
-msgid "<emph>E</emph>"
-msgstr ""
+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-ს"
-#: specialfilter.xhp
+#: csv_formula.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3145790\n"
-"29\n"
+"csv_formula.xhp\n"
+"par_id3150200\n"
+"7\n"
"help.text"
-msgid "<emph>1</emph>"
+msgid "Under <emph>Display</emph>, mark the <emph>Formulas</emph> check box. Click <emph>OK</emph>."
msgstr ""
-#: specialfilter.xhp
+#: csv_formula.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3159239\n"
-"30\n"
+"csv_formula.xhp\n"
+"par_id3154484\n"
+"8\n"
"help.text"
-msgid "Month"
+msgid "If you want to export the calculation results instead of the formulas, do not mark <emph>Formulas</emph>."
msgstr ""
-#: specialfilter.xhp
+#: csv_formula.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3150086\n"
-"31\n"
+"csv_formula.xhp\n"
+"par_id3148702\n"
+"9\n"
"help.text"
-msgid "Standard"
+msgid "Choose <emph>File - Save as</emph>. You will see the <emph>Save as</emph> dialog."
msgstr ""
-#: specialfilter.xhp
+#: csv_formula.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3150202\n"
-"32\n"
+"csv_formula.xhp\n"
+"par_id3153912\n"
+"10\n"
"help.text"
-msgid "Business"
+msgid "In the <item type=\"menuitem\">File type</item> field select the format \"Text CSV\"."
msgstr ""
-#: specialfilter.xhp
+#: csv_formula.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3150883\n"
-"33\n"
+"csv_formula.xhp\n"
+"par_id3157978\n"
+"13\n"
"help.text"
-msgid "Luxury"
+msgid "Enter a name and click <emph>Save</emph>."
msgstr ""
-#: specialfilter.xhp
+#: csv_formula.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3152987\n"
-"34\n"
+"csv_formula.xhp\n"
+"par_id3152869\n"
+"23\n"
"help.text"
-msgid "Suite"
+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
+#: csv_formula.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3154486\n"
-"35\n"
+"csv_formula.xhp\n"
+"par_id3150050\n"
+"14\n"
"help.text"
-msgid "<emph>2</emph>"
+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
+#: csv_formula.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3148839\n"
-"36\n"
+"csv_formula.xhp\n"
+"par_id3153487\n"
+"20\n"
"help.text"
-msgid "January"
+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
+#: csv_formula.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3153816\n"
-"37\n"
+"csv_formula.xhp\n"
+"par_id3153008\n"
+"21\n"
"help.text"
-msgid "125600"
+msgid "<link href=\"text/shared/00/00000207.xhp\" name=\"Export text files\">Export text files</link>"
msgstr ""
-#: specialfilter.xhp
+#: csv_formula.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3157978\n"
-"38\n"
+"csv_formula.xhp\n"
+"par_id3155595\n"
+"22\n"
"help.text"
-msgid "200500"
+msgid "<link href=\"text/shared/00/00000208.xhp\" name=\"Import text files\">Import text files</link>"
msgstr ""
-#: specialfilter.xhp
+#: currency_format.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3155268\n"
-"39\n"
+"currency_format.xhp\n"
+"tit\n"
"help.text"
-msgid "240000"
+msgid "Cells in Currency Format"
msgstr ""
-#: specialfilter.xhp
+#: currency_format.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3153286\n"
-"40\n"
+"currency_format.xhp\n"
+"bm_id3156329\n"
"help.text"
-msgid "170000"
+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 ""
-#: specialfilter.xhp
+#: currency_format.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3146782\n"
-"41\n"
+"currency_format.xhp\n"
+"hd_id3156329\n"
+"46\n"
"help.text"
-msgid "<emph>3</emph>"
+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 ""
-#: specialfilter.xhp
+#: currency_format.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3149900\n"
-"42\n"
+"currency_format.xhp\n"
+"par_id3153968\n"
+"47\n"
"help.text"
-msgid "February"
-msgstr "თებერვალი"
+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 ""
-#: specialfilter.xhp
+#: currency_format.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3154763\n"
-"43\n"
+"currency_format.xhp\n"
+"par_id3150010\n"
+"48\n"
"help.text"
-msgid "160000"
+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 ""
-#: specialfilter.xhp
+#: currency_format.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3150050\n"
-"44\n"
+"currency_format.xhp\n"
+"par_id3156442\n"
+"52\n"
"help.text"
-msgid "180300"
+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 ""
-#: specialfilter.xhp
+#: currency_format.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3153801\n"
-"45\n"
+"currency_format.xhp\n"
+"par_id3151075\n"
+"49\n"
"help.text"
-msgid "362000"
+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 ""
-#: specialfilter.xhp
+#: currency_format.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3154708\n"
-"46\n"
+"currency_format.xhp\n"
+"par_id3150749\n"
+"50\n"
"help.text"
-msgid "220000"
+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 ""
-#: specialfilter.xhp
+#: currency_format.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3151191\n"
-"47\n"
+"currency_format.xhp\n"
+"par_id3145640\n"
+"51\n"
"help.text"
-msgid "<emph>4</emph>"
+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 ""
-#: specialfilter.xhp
+#: currency_format.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3147250\n"
-"48\n"
+"currency_format.xhp\n"
+"par_id3154255\n"
+"53\n"
"help.text"
-msgid "March"
-msgstr "მარტი"
+msgid "<link href=\"text/shared/01/05020300.xhp\" name=\"Format - Cells - Numbers\">Format - Cells - Numbers</link>"
+msgstr ""
-#: specialfilter.xhp
+#: database_define.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3153334\n"
-"49\n"
+"database_define.xhp\n"
+"tit\n"
"help.text"
-msgid "170000"
+msgid "Defining Database Ranges"
msgstr ""
-#: specialfilter.xhp
+#: database_define.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3151391\n"
-"50\n"
+"database_define.xhp\n"
+"bm_id3154758\n"
"help.text"
-msgid "and so on..."
+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 ""
-#: specialfilter.xhp
+#: database_define.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3147300\n"
-"51\n"
+"database_define.xhp\n"
+"hd_id3154758\n"
+"31\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."
+msgid "<variable id=\"database_define\"><link href=\"text/scalc/guide/database_define.xhp\" name=\"Defining Database Ranges\">Defining a Database Range</link></variable>"
msgstr ""
-#: specialfilter.xhp
+#: database_define.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3159115\n"
-"52\n"
+"database_define.xhp\n"
+"par_id3153768\n"
+"81\n"
"help.text"
-msgid "<emph>A</emph>"
+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 ""
-#: specialfilter.xhp
+#: database_define.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3146886\n"
-"53\n"
+"database_define.xhp\n"
+"par_id3145801\n"
+"82\n"
"help.text"
-msgid "<emph>B</emph>"
+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 ""
-#: specialfilter.xhp
+#: database_define.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3153124\n"
-"54\n"
+"database_define.xhp\n"
+"par_idN10648\n"
"help.text"
-msgid "<emph>C</emph>"
+msgid "To define a database range"
msgstr ""
-#: specialfilter.xhp
+#: database_define.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3152979\n"
-"55\n"
+"database_define.xhp\n"
+"par_id3155064\n"
+"41\n"
"help.text"
-msgid "<emph>D</emph>"
+msgid "Select the range of cells that you want to define as a database range."
msgstr ""
-#: specialfilter.xhp
+#: database_define.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3145827\n"
-"56\n"
+"database_define.xhp\n"
+"par_idN10654\n"
"help.text"
-msgid "<emph>E</emph>"
+msgid "Choose <item type=\"menuitem\">Data - Define Range</item>."
msgstr ""
-#: specialfilter.xhp
+#: database_define.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3149892\n"
-"57\n"
+"database_define.xhp\n"
+"par_id3153715\n"
+"72\n"
"help.text"
-msgid "<emph>20</emph>"
+msgid "In the <emph>Name</emph> box, enter a name for the database range."
msgstr ""
-#: specialfilter.xhp
+#: database_define.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3150693\n"
-"58\n"
+"database_define.xhp\n"
+"par_idN1066A\n"
"help.text"
-msgid "Month"
+msgid "Click <emph>More</emph>."
+msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
+
+#: database_define.xhp
+msgctxt ""
+"database_define.xhp\n"
+"par_id3154253\n"
+"42\n"
+"help.text"
+msgid "Specify the options for the database range."
msgstr ""
-#: specialfilter.xhp
+#: database_define.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3147475\n"
-"59\n"
+"database_define.xhp\n"
+"par_idN10675\n"
"help.text"
-msgid "Standard"
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
+
+#: database_filter.xhp
+msgctxt ""
+"database_filter.xhp\n"
+"tit\n"
+"help.text"
+msgid "Filtering Cell Ranges"
msgstr ""
-#: specialfilter.xhp
+#: database_filter.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3154846\n"
-"60\n"
+"database_filter.xhp\n"
+"bm_id3153541\n"
"help.text"
-msgid "Business"
+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 ""
-#: specialfilter.xhp
+#: database_filter.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3153082\n"
-"61\n"
+"database_filter.xhp\n"
+"hd_id3153541\n"
+"47\n"
"help.text"
-msgid "Luxury"
+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>"
+
+#: 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 ""
-#: specialfilter.xhp
+#: database_filter.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3149506\n"
-"62\n"
+"database_filter.xhp\n"
+"par_idN10682\n"
"help.text"
-msgid "Suite"
+msgid "To Apply a Standard Filter to a Cell Range"
msgstr ""
-#: specialfilter.xhp
+#: database_filter.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3149188\n"
-"63\n"
+"database_filter.xhp\n"
+"par_id3150398\n"
+"50\n"
"help.text"
-msgid "<emph>21</emph>"
+msgid "Click in a cell range."
msgstr ""
-#: specialfilter.xhp
+#: database_filter.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3149956\n"
-"64\n"
+"database_filter.xhp\n"
+"par_idN10693\n"
"help.text"
-msgid "January"
+msgid "Choose <item type=\"menuitem\">Data - Filter - Standard Filter</item>."
msgstr ""
-#: specialfilter.xhp
+#: database_filter.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3150865\n"
-"65\n"
+"database_filter.xhp\n"
+"par_id3156422\n"
+"51\n"
"help.text"
-msgid "<emph>22</emph>"
+msgid "In the <emph>Standard Filter</emph> dialog, specify the filter options that you want."
msgstr ""
-#: specialfilter.xhp
+#: database_filter.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3155957\n"
-"66\n"
+"database_filter.xhp\n"
+"par_idN106A5\n"
"help.text"
-msgid "<160000"
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
+
+#: 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 ""
-#: specialfilter.xhp
+#: database_filter.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3153566\n"
-"67\n"
+"database_filter.xhp\n"
+"par_id3153728\n"
+"53\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."
+msgid "To Apply an AutoFilter to a Cell Range"
msgstr ""
-#: specialfilter.xhp
+#: database_filter.xhp
msgctxt ""
-"specialfilter.xhp\n"
-"par_id3147372\n"
-"68\n"
+"database_filter.xhp\n"
+"par_id3144764\n"
+"54\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."
+msgid "Click in a cell range or a database range."
msgstr ""
-#: csv_formula.xhp
+#: database_filter.xhp
msgctxt ""
-"csv_formula.xhp\n"
-"tit\n"
+"database_filter.xhp\n"
+"par_id9303872\n"
"help.text"
-msgid "Importing and Exporting Text Files"
+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 ""
-#: csv_formula.xhp
+#: database_filter.xhp
msgctxt ""
-"csv_formula.xhp\n"
-"bm_id3153726\n"
+"database_filter.xhp\n"
+"par_id3154944\n"
+"55\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>"
+msgid "Choose <item type=\"menuitem\">Data - Filter - AutoFilter</item>."
msgstr ""
-#: csv_formula.xhp
+#: database_filter.xhp
msgctxt ""
-"csv_formula.xhp\n"
-"hd_id3153726\n"
-"1\n"
+"database_filter.xhp\n"
+"par_idN106DB\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>"
+msgid "An arrow button is added to the head of each column in the database range."
msgstr ""
-#: csv_formula.xhp
+#: database_filter.xhp
msgctxt ""
-"csv_formula.xhp\n"
-"par_id3149402\n"
-"2\n"
+"database_filter.xhp\n"
+"par_id3153878\n"
+"56\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."
+msgid "Click the arrow button in the column that contains the value or string that you want to set as the filter criteria."
msgstr ""
-#: csv_formula.xhp
+#: database_filter.xhp
msgctxt ""
-"csv_formula.xhp\n"
-"hd_id3150715\n"
-"15\n"
+"database_filter.xhp\n"
+"par_idN10749\n"
"help.text"
-msgid "To Import a CSV File"
+msgid "Select the value or string that you want to use as the filter criteria."
msgstr ""
-#: csv_formula.xhp
+#: database_filter.xhp
msgctxt ""
-"csv_formula.xhp\n"
-"par_id3153709\n"
-"16\n"
+"database_filter.xhp\n"
+"par_idN1074C\n"
"help.text"
-msgid "Choose <emph>File - Open</emph>."
+msgid "The records that match the filter criteria that you selected are shown."
msgstr ""
-#: csv_formula.xhp
+#: database_filter.xhp
msgctxt ""
-"csv_formula.xhp\n"
-"par_id3155445\n"
-"17\n"
+"database_filter.xhp\n"
+"par_idN106E8\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."
+msgid "To Remove a Filter From a Cell Range"
msgstr ""
-#: csv_formula.xhp
+#: database_filter.xhp
msgctxt ""
-"csv_formula.xhp\n"
-"par_id3149565\n"
-"18\n"
+"database_filter.xhp\n"
+"par_idN1075C\n"
"help.text"
-msgid "You will see the <item type=\"menuitem\">Text Import</item> dialog. Click <item type=\"menuitem\">OK</item>."
+msgid "Click in a filtered cell range."
msgstr ""
-#: csv_formula.xhp
+#: database_filter.xhp
msgctxt ""
-"csv_formula.xhp\n"
-"par_id3149255\n"
-"19\n"
+"database_filter.xhp\n"
+"par_idN106EC\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."
+msgid "Choose <item type=\"menuitem\">Data - Filter - Remove Filter</item>."
msgstr ""
-#: csv_formula.xhp
+#: database_filter.xhp
msgctxt ""
-"csv_formula.xhp\n"
-"hd_id3154022\n"
-"3\n"
+"database_filter.xhp\n"
+"par_id4525284\n"
"help.text"
-msgid "To Export Formulas and Values as CSV Files"
+msgid "<link href=\"http://wiki.documentfoundation.org/Documentation/How_Tos/Defining_a_Data_Range\">Wiki page about defining a data range</link>"
msgstr ""
-#: csv_formula.xhp
+#: database_sort.xhp
msgctxt ""
-"csv_formula.xhp\n"
-"par_id3150342\n"
-"4\n"
+"database_sort.xhp\n"
+"tit\n"
"help.text"
-msgid "Click the sheet to be written as a csv file."
+msgid "Sorting Data"
msgstr ""
-#: csv_formula.xhp
+#: database_sort.xhp
msgctxt ""
-"csv_formula.xhp\n"
-"par_id3166423\n"
-"5\n"
+"database_sort.xhp\n"
+"bm_id3150767\n"
"help.text"
-msgid "If you want to export the formulas as formulas, for example, in the form =SUM(A1:B5), proceed as follows:"
+msgid "<bookmark_value>database ranges; sorting</bookmark_value> <bookmark_value>sorting; database ranges</bookmark_value> <bookmark_value>data;sorting in databases</bookmark_value>"
msgstr ""
-#: csv_formula.xhp
-#, fuzzy
+#: database_sort.xhp
msgctxt ""
-"csv_formula.xhp\n"
-"par_id3155111\n"
-"6\n"
+"database_sort.xhp\n"
+"hd_id3150767\n"
+"44\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-ს"
+msgid "<variable id=\"database_sort\"><link href=\"text/scalc/guide/database_sort.xhp\" name=\"Sorting Database Ranges\">Sorting Data</link></variable>"
+msgstr ""
-#: csv_formula.xhp
+#: database_sort.xhp
msgctxt ""
-"csv_formula.xhp\n"
-"par_id3150200\n"
-"7\n"
+"database_sort.xhp\n"
+"par_id3145751\n"
+"45\n"
"help.text"
-msgid "Under <emph>Display</emph>, mark the <emph>Formulas</emph> check box. Click <emph>OK</emph>."
+msgid "Click in a database range."
msgstr ""
-#: csv_formula.xhp
+#: database_sort.xhp
msgctxt ""
-"csv_formula.xhp\n"
-"par_id3154484\n"
-"8\n"
+"database_sort.xhp\n"
+"par_id121020081121549\n"
"help.text"
-msgid "If you want to export the calculation results instead of the formulas, do not mark <emph>Formulas</emph>."
+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 ""
-#: csv_formula.xhp
+#: database_sort.xhp
msgctxt ""
-"csv_formula.xhp\n"
-"par_id3148702\n"
-"9\n"
+"database_sort.xhp\n"
+"par_idN10635\n"
"help.text"
-msgid "Choose <emph>File - Save as</emph>. You will see the <emph>Save as</emph> dialog."
+msgid "Choose <item type=\"menuitem\">Data - Sort</item>."
msgstr ""
-#: csv_formula.xhp
+#: database_sort.xhp
msgctxt ""
-"csv_formula.xhp\n"
-"par_id3153912\n"
-"10\n"
+"database_sort.xhp\n"
+"par_id121020081121547\n"
"help.text"
-msgid "In the <item type=\"menuitem\">File type</item> field select the format \"Text CSV\"."
+msgid "The range of cells that will get sorted is shown in inverted colors."
msgstr ""
-#: csv_formula.xhp
+#: database_sort.xhp
msgctxt ""
-"csv_formula.xhp\n"
-"par_id3157978\n"
-"13\n"
+"database_sort.xhp\n"
+"par_idN10645\n"
"help.text"
-msgid "Enter a name and click <emph>Save</emph>."
+msgid "Select the sort options that you want."
msgstr ""
-#: csv_formula.xhp
+#: database_sort.xhp
msgctxt ""
-"csv_formula.xhp\n"
-"par_id3152869\n"
-"23\n"
+"database_sort.xhp\n"
+"par_idN1063D\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>."
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
+
+#: 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 ""
-#: csv_formula.xhp
+#: datapilot.xhp
msgctxt ""
-"csv_formula.xhp\n"
-"par_id3150050\n"
-"14\n"
+"datapilot.xhp\n"
+"tit\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."
+msgid "Pivot Table"
+msgstr "ცხრილის დაყოფა"
+
+#: datapilot.xhp
+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>"
+
+#: datapilot.xhp
+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>"
+
+#: 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 ""
-#: csv_formula.xhp
+#: datapilot.xhp
msgctxt ""
-"csv_formula.xhp\n"
-"par_id3153487\n"
-"20\n"
+"datapilot.xhp\n"
+"par_id3145069\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/01060100.xhp\" name=\"Spreadsheet - View\">%PRODUCTNAME Calc - View</link>"
+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 ""
-#: csv_formula.xhp
+#: datapilot_createtable.xhp
msgctxt ""
-"csv_formula.xhp\n"
-"par_id3153008\n"
-"21\n"
+"datapilot_createtable.xhp\n"
+"tit\n"
"help.text"
-msgid "<link href=\"text/shared/00/00000207.xhp\" name=\"Export text files\">Export text files</link>"
+msgid "Creating Pivot Tables"
+msgstr "სახელების შექმნა"
+
+#: datapilot_createtable.xhp
+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>"
+
+#: datapilot_createtable.xhp
+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>"
+
+#: 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 ""
-#: csv_formula.xhp
+#: datapilot_createtable.xhp
msgctxt ""
-"csv_formula.xhp\n"
-"par_id3155595\n"
-"22\n"
+"datapilot_createtable.xhp\n"
+"par_id3147264\n"
+"9\n"
"help.text"
-msgid "<link href=\"text/shared/00/00000208.xhp\" name=\"Import text files\">Import text files</link>"
+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 ""
-#: datapilot_grouping.xhp
-#, fuzzy
+#: datapilot_createtable.xhp
msgctxt ""
-"datapilot_grouping.xhp\n"
-"tit\n"
+"datapilot_createtable.xhp\n"
+"par_id3150868\n"
+"10\n"
"help.text"
-msgid "Grouping Pivot Tables"
-msgstr "ობიექტების დაჯგუფება"
+msgid "Drag the desired buttons into one of the four areas."
+msgstr ""
-#: datapilot_grouping.xhp
-#, fuzzy
+#: datapilot_createtable.xhp
msgctxt ""
-"datapilot_grouping.xhp\n"
-"bm_id4195684\n"
+"datapilot_createtable.xhp\n"
+"par_id7599414\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>"
+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 ""
-#: datapilot_grouping.xhp
-#, fuzzy
+#: datapilot_createtable.xhp
msgctxt ""
-"datapilot_grouping.xhp\n"
-"par_idN10643\n"
+"datapilot_createtable.xhp\n"
+"par_id3154011\n"
+"11\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>"
+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 ""
-#: datapilot_grouping.xhp
+#: datapilot_createtable.xhp
msgctxt ""
-"datapilot_grouping.xhp\n"
-"par_idN10661\n"
+"datapilot_createtable.xhp\n"
+"par_id3146974\n"
+"16\n"
"help.text"
-msgid "The resulting pivot table can contain many different entries. By grouping the entries, you can improve the visible result."
+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 ""
-#: datapilot_grouping.xhp
-#, fuzzy
+#: datapilot_createtable.xhp
msgctxt ""
-"datapilot_grouping.xhp\n"
-"par_idN10667\n"
+"datapilot_createtable.xhp\n"
+"par_id3156286\n"
+"17\n"
"help.text"
-msgid "Select a cell or range of cells in the pivot table."
-msgstr "ნაერთი ცხრილის წყაროს არჩევა."
+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 ""
-#: datapilot_grouping.xhp
+#: datapilot_createtable.xhp
msgctxt ""
-"datapilot_grouping.xhp\n"
-"par_idN1066B\n"
+"datapilot_createtable.xhp\n"
+"par_id3150329\n"
+"13\n"
"help.text"
-msgid "Choose <emph>Data - Group and Outline - Group</emph>."
+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 ""
-#: datapilot_grouping.xhp
+#: datapilot_createtable.xhp
msgctxt ""
-"datapilot_grouping.xhp\n"
-"par_idN1066E\n"
+"datapilot_createtable.xhp\n"
+"par_id3153714\n"
+"14\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."
+msgid "Remove a button by dragging it back to the area of the other buttons at the right of the dialog."
msgstr ""
-#: datapilot_grouping.xhp
+#: datapilot_createtable.xhp
msgctxt ""
-"datapilot_grouping.xhp\n"
-"par_id3328653\n"
+"datapilot_createtable.xhp\n"
+"par_id3147338\n"
+"15\n"
"help.text"
-msgid "The pivot table must be organized in a way that grouping can be applied."
+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 ""
-#: datapilot_grouping.xhp
+#: datapilot_createtable.xhp
msgctxt ""
-"datapilot_grouping.xhp\n"
-"par_idN10682\n"
+"datapilot_createtable.xhp\n"
+"par_id3154020\n"
+"18\n"
"help.text"
-msgid "To remove a grouping, click inside the group, then choose <emph>Data - Group and Outline - Ungroup</emph>."
+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 ""
+#: datapilot_deletetable.xhp
+msgctxt ""
+"datapilot_deletetable.xhp\n"
+"tit\n"
+"help.text"
+msgid "Deleting Pivot Tables"
+msgstr "შიგთავის წაშლა"
+
+#: datapilot_deletetable.xhp
+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>"
+
+#: datapilot_deletetable.xhp
+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>"
+
+#: datapilot_deletetable.xhp
+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>."
+
#: datapilot_edittable.xhp
-#, fuzzy
msgctxt ""
"datapilot_edittable.xhp\n"
"tit\n"
@@ -6681,7 +4372,6 @@ msgid "Editing Pivot Tables"
msgstr "ტექსტის რედაქტირება"
#: datapilot_edittable.xhp
-#, fuzzy
msgctxt ""
"datapilot_edittable.xhp\n"
"bm_id3148663\n"
@@ -6690,7 +4380,6 @@ msgid "<bookmark_value>pivot table function; editing tables</bookmark_value><boo
msgstr "<bookmark_value>მოქმედების დაბრუნება;რედაქტირება</bookmark_value><bookmark_value>რედაქტირება;მოქმედების დაბრუნება</bookmark_value>"
#: datapilot_edittable.xhp
-#, fuzzy
msgctxt ""
"datapilot_edittable.xhp\n"
"hd_id3148663\n"
@@ -6759,149 +4448,292 @@ msgctxt ""
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 ""
-#: rounding_numbers.xhp
+#: datapilot_filtertable.xhp
msgctxt ""
-"rounding_numbers.xhp\n"
+"datapilot_filtertable.xhp\n"
"tit\n"
"help.text"
-msgid "Using Rounded Off Numbers"
+msgid "Filtering Pivot Tables"
+msgstr "მონაცემთა გაფილტვრა"
+
+#: datapilot_filtertable.xhp
+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>"
+
+#: datapilot_filtertable.xhp
+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>"
+
+#: 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 ""
-#: rounding_numbers.xhp
+#: datapilot_filtertable.xhp
msgctxt ""
-"rounding_numbers.xhp\n"
-"bm_id3153361\n"
+"datapilot_filtertable.xhp\n"
+"par_id3150441\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>"
+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 ""
-#: rounding_numbers.xhp
+#: datapilot_filtertable.xhp
msgctxt ""
-"rounding_numbers.xhp\n"
-"hd_id3156422\n"
-"2\n"
+"datapilot_filtertable.xhp\n"
+"par_id315044199\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>"
+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 ""
-#: rounding_numbers.xhp
+#: datapilot_filtertable.xhp
msgctxt ""
-"rounding_numbers.xhp\n"
-"par_id3153726\n"
-"3\n"
+"datapilot_filtertable.xhp\n"
+"par_id0720201001344485\n"
"help.text"
-msgid "In $[officename] Calc, all decimal numbers are displayed rounded off to two decimal places."
+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 ""
-#: rounding_numbers.xhp
+#: datapilot_filtertable.xhp
msgctxt ""
-"rounding_numbers.xhp\n"
-"hd_id3152596\n"
-"4\n"
+"datapilot_filtertable.xhp\n"
+"par_id0720201001344449\n"
"help.text"
-msgid "To change this for selected cells"
+msgid "Enable or disable a checkbox to show or hide the associated field member in the pivot table."
msgstr ""
-#: rounding_numbers.xhp
+#: datapilot_filtertable.xhp
msgctxt ""
-"rounding_numbers.xhp\n"
-"par_id3154321\n"
-"5\n"
+"datapilot_filtertable.xhp\n"
+"par_id0720201001344493\n"
"help.text"
-msgid "Mark all the cells you want to modify."
+msgid "Enable or disable the <emph>All</emph> checkbox to show all or none of the field members."
msgstr ""
-#: rounding_numbers.xhp
+#: datapilot_filtertable.xhp
msgctxt ""
-"rounding_numbers.xhp\n"
-"par_id3147428\n"
-"6\n"
+"datapilot_filtertable.xhp\n"
+"par_id0720201001344431\n"
"help.text"
-msgid "Choose <emph>Format - Cells</emph> and go to the <emph>Numbers</emph> tab page."
+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 ""
-#: rounding_numbers.xhp
+#: datapilot_filtertable.xhp
msgctxt ""
-"rounding_numbers.xhp\n"
-"par_id3153876\n"
-"7\n"
+"datapilot_filtertable.xhp\n"
+"par_id0720201001344484\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."
+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 ""
-#: rounding_numbers.xhp
+#: datapilot_filtertable.xhp
msgctxt ""
-"rounding_numbers.xhp\n"
-"hd_id3155415\n"
-"8\n"
+"datapilot_filtertable.xhp\n"
+"par_id0720201001344578\n"
"help.text"
-msgid "To change this everywhere"
+msgid "Commands enable you to sort the field members in ascending order, descending order, or using a custom sort list."
msgstr ""
-#: rounding_numbers.xhp
-#, fuzzy
+#: datapilot_filtertable.xhp
msgctxt ""
-"rounding_numbers.xhp\n"
-"par_id3150715\n"
-"9\n"
+"datapilot_filtertable.xhp\n"
+"par_id0720201001344584\n"
"help.text"
-msgid "Choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - %PRODUCTNAME Calc</emph>."
+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-ს"
-#: rounding_numbers.xhp
+#: datapilot_filtertable.xhp
msgctxt ""
-"rounding_numbers.xhp\n"
-"par_id3153707\n"
-"10\n"
+"datapilot_filtertable.xhp\n"
+"par_id0720201001344811\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."
+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 ""
-#: rounding_numbers.xhp
+#: datapilot_filtertable.xhp
msgctxt ""
-"rounding_numbers.xhp\n"
-"hd_id3154755\n"
-"11\n"
+"datapilot_filtertable.xhp\n"
+"par_id0720201001344884\n"
"help.text"
-msgid "To calculate with the rounded off numbers instead of the internal exact values"
+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."
+
+#: datapilot_grouping.xhp
+msgctxt ""
+"datapilot_grouping.xhp\n"
+"tit\n"
+"help.text"
+msgid "Grouping Pivot Tables"
+msgstr "ობიექტების დაჯგუფება"
+
+#: datapilot_grouping.xhp
+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>"
+
+#: datapilot_grouping.xhp
+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>"
+
+#: 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 ""
-#: rounding_numbers.xhp
-#, fuzzy
+#: datapilot_grouping.xhp
msgctxt ""
-"rounding_numbers.xhp\n"
-"par_id3150045\n"
-"12\n"
+"datapilot_grouping.xhp\n"
+"par_idN10667\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-ს"
+msgid "Select a cell or range of cells in the pivot table."
+msgstr "ნაერთი ცხრილის წყაროს არჩევა."
-#: rounding_numbers.xhp
+#: datapilot_grouping.xhp
msgctxt ""
-"rounding_numbers.xhp\n"
-"par_id3146920\n"
-"13\n"
+"datapilot_grouping.xhp\n"
+"par_idN1066B\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."
+msgid "Choose <emph>Data - Group and Outline - Group</emph>."
msgstr ""
-#: rounding_numbers.xhp
+#: datapilot_grouping.xhp
msgctxt ""
-"rounding_numbers.xhp\n"
-"par_id3145790\n"
-"14\n"
+"datapilot_grouping.xhp\n"
+"par_idN1066E\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>"
+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 ""
-#: rounding_numbers.xhp
+#: datapilot_grouping.xhp
msgctxt ""
-"rounding_numbers.xhp\n"
-"par_id3147005\n"
-"15\n"
+"datapilot_grouping.xhp\n"
+"par_id3328653\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>"
+msgid "The pivot table must be organized in a way that grouping can be applied."
+msgstr ""
+
+#: 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 ""
+
+#: datapilot_tipps.xhp
+msgctxt ""
+"datapilot_tipps.xhp\n"
+"tit\n"
+"help.text"
+msgid "Selecting Pivot Table Output Ranges"
+msgstr "მონაცემთა ბაზის დიაპაზონი"
+
+#: datapilot_tipps.xhp
+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>"
+
+#: datapilot_tipps.xhp
+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>"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: datapilot_updatetable.xhp
+msgctxt ""
+"datapilot_updatetable.xhp\n"
+"tit\n"
+"help.text"
+msgid "Updating Pivot Tables"
+msgstr "ტექსტის რედაქტირება"
+
+#: datapilot_updatetable.xhp
+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_updatetable.xhp
+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>"
+
+#: 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
msgctxt ""
@@ -6960,7 +4792,6 @@ msgid "Locate the *.dbf file that you want to import."
msgstr ""
#: dbase_files.xhp
-#, fuzzy
msgctxt ""
"dbase_files.xhp\n"
"par_idN10768\n"
@@ -6977,7 +4808,6 @@ msgid "The <emph>Import dBASE files</emph> dialog opens."
msgstr ""
#: dbase_files.xhp
-#, fuzzy
msgctxt ""
"dbase_files.xhp\n"
"par_idN10774\n"
@@ -7034,7 +4864,6 @@ msgid "In the <emph>File name</emph> box of the <emph>Save As</emph> dialog, ent
msgstr ""
#: dbase_files.xhp
-#, fuzzy
msgctxt ""
"dbase_files.xhp\n"
"par_idN10792\n"
@@ -7051,7 +4880,6 @@ msgid "In the <emph>Database type </emph>box of the <emph>Database Properties</e
msgstr ""
#: dbase_files.xhp
-#, fuzzy
msgctxt ""
"dbase_files.xhp\n"
"par_idN107A6\n"
@@ -7060,7 +4888,6 @@ msgid "Click <emph>Next</emph>."
msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
#: dbase_files.xhp
-#, fuzzy
msgctxt ""
"dbase_files.xhp\n"
"par_idN107AE\n"
@@ -7077,7 +4904,6 @@ msgid "Locate the directory that contains the dBASE file, and click <emph>OK</em
msgstr ""
#: dbase_files.xhp
-#, fuzzy
msgctxt ""
"dbase_files.xhp\n"
"par_idN107BE\n"
@@ -7118,7 +4944,6 @@ msgid "In the <emph>File name</emph> box, type a name for the dBASE file."
msgstr ""
#: dbase_files.xhp
-#, fuzzy
msgctxt ""
"dbase_files.xhp\n"
"par_idN10801\n"
@@ -7134,6 +4959,275 @@ msgctxt ""
msgid "Only the data on the current sheet is exported."
msgstr ""
+#: design.xhp
+msgctxt ""
+"design.xhp\n"
+"tit\n"
+"help.text"
+msgid "Selecting Themes for Sheets"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: design.xhp
+msgctxt ""
+"design.xhp\n"
+"par_id3153963\n"
+"19\n"
+"help.text"
+msgid "To apply a theme to a spreadsheet:"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: design.xhp
+msgctxt ""
+"design.xhp\n"
+"par_id3150090\n"
+"21\n"
+"help.text"
+msgid "Click OK"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: edit_multitables.xhp
+msgctxt ""
+"edit_multitables.xhp\n"
+"tit\n"
+"help.text"
+msgid "Copying to Multiple Sheets"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: filters.xhp
+msgctxt ""
+"filters.xhp\n"
+"tit\n"
+"help.text"
+msgid "Applying Filters"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
#: finding.xhp
msgctxt ""
"finding.xhp\n"
@@ -7342,709 +5436,795 @@ msgctxt ""
msgid "Use the Navigator for inserting objects and links within the same document or from other open documents."
msgstr ""
-#: main.xhp
+#: format_table.xhp
msgctxt ""
-"main.xhp\n"
+"format_table.xhp\n"
"tit\n"
"help.text"
-msgid "Instructions for Using $[officename] Calc"
+msgid "Formatting Spreadsheets"
msgstr ""
-#: main.xhp
+#: format_table.xhp
msgctxt ""
-"main.xhp\n"
-"bm_id3150770\n"
+"format_table.xhp\n"
+"bm_id3154125\n"
"help.text"
-msgid "<bookmark_value>HowTos for Calc</bookmark_value><bookmark_value>instructions; $[officename] Calc</bookmark_value>"
+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 ""
-#: main.xhp
+#: format_table.xhp
msgctxt ""
-"main.xhp\n"
-"hd_id3150770\n"
-"1\n"
+"format_table.xhp\n"
+"hd_id3154125\n"
+"6\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>"
+msgid "<variable id=\"format_table\"><link href=\"text/scalc/guide/format_table.xhp\" name=\"Designing Spreadsheets\">Formatting Spreadsheets</link></variable>"
msgstr ""
-#: main.xhp
+#: format_table.xhp
msgctxt ""
-"main.xhp\n"
-"hd_id3145748\n"
-"2\n"
+"format_table.xhp\n"
+"hd_id3153912\n"
+"13\n"
"help.text"
-msgid "Formatting Tables and Cells"
+msgid "Formatting Text in a Spreadsheet"
msgstr ""
-#: main.xhp
+#: format_table.xhp
msgctxt ""
-"main.xhp\n"
-"hd_id3154022\n"
-"3\n"
+"format_table.xhp\n"
+"par_id3144772\n"
+"14\n"
"help.text"
-msgid "Entering Values and Formulas"
+msgid "Select the text you want to format."
msgstr ""
-#: main.xhp
+#: format_table.xhp
msgctxt ""
-"main.xhp\n"
-"hd_id3152899\n"
-"4\n"
+"format_table.xhp\n"
+"par_id3155268\n"
+"15\n"
"help.text"
-msgid "Entering References"
+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 ""
-#: main.xhp
+#: format_table.xhp
msgctxt ""
-"main.xhp\n"
-"hd_id3155382\n"
-"5\n"
+"format_table.xhp\n"
+"hd_id3149899\n"
+"16\n"
"help.text"
-msgid "Database Ranges in Tables"
+msgid "Formatting Numbers in a Spreadsheet"
msgstr ""
-#: main.xhp
+#: format_table.xhp
msgctxt ""
-"main.xhp\n"
-"hd_id3159229\n"
-"6\n"
+"format_table.xhp\n"
+"par_id3159226\n"
+"17\n"
"help.text"
-msgid "Advanced Calculations"
+msgid "Select the cells containing the numbers you want to format."
msgstr ""
-#: main.xhp
+#: format_table.xhp
msgctxt ""
-"main.xhp\n"
-"hd_id3153070\n"
-"7\n"
+"format_table.xhp\n"
+"par_id3150046\n"
+"18\n"
"help.text"
-msgid "Printing and Page Preview"
+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 ""
-#: main.xhp
+#: format_table.xhp
msgctxt ""
-"main.xhp\n"
-"hd_id3150437\n"
-"8\n"
+"format_table.xhp\n"
+"hd_id3153483\n"
+"19\n"
"help.text"
-msgid "Importing and Exporting Documents"
+msgid "Formatting Borders and Backgrounds for Cells and Pages"
msgstr ""
-#: main.xhp
+#: format_table.xhp
msgctxt ""
-"main.xhp\n"
-"hd_id3166464\n"
-"9\n"
+"format_table.xhp\n"
+"par_id3154733\n"
+"20\n"
"help.text"
-msgid "Miscellaneous"
-msgstr "სხვადასხვა"
+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 ""
-#: validity.xhp
+#: format_table.xhp
msgctxt ""
-"validity.xhp\n"
-"tit\n"
+"format_table.xhp\n"
+"par_id3145116\n"
+"21\n"
"help.text"
-msgid "Validity of Cell Contents"
+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 ""
-#: validity.xhp
+#: format_table.xhp
msgctxt ""
-"validity.xhp\n"
-"bm_id3156442\n"
+"format_table.xhp\n"
+"par_id3145389\n"
+"22\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>"
+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 ""
-#: validity.xhp
+#: format_table.xhp
msgctxt ""
-"validity.xhp\n"
-"hd_id3156442\n"
-"22\n"
+"format_table.xhp\n"
+"par_id2837916\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>"
+msgid "<link href=\"text/shared/01/05020300.xhp\">Number Formatting Options</link>"
msgstr ""
-#: validity.xhp
+#: format_table.xhp
msgctxt ""
-"validity.xhp\n"
-"par_id3156283\n"
-"2\n"
+"format_table.xhp\n"
+"par_id2614215\n"
"help.text"
-msgid "For each cell, you can define entries to be valid. Invalid entries to a cell will be rejected."
+msgid "<link href=\"text/scalc/guide/background.xhp\">Backgrounds for Cells</link>"
msgstr ""
-#: validity.xhp
+#: format_value.xhp
msgctxt ""
-"validity.xhp\n"
-"par_id3145252\n"
-"3\n"
+"format_value.xhp\n"
+"tit\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."
+msgid "Formatting Numbers With Decimals"
msgstr ""
-#: validity.xhp
+#: format_value.xhp
msgctxt ""
-"validity.xhp\n"
-"par_id5174718\n"
+"format_value.xhp\n"
+"bm_id3145367\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."
+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 ""
-#: validity.xhp
+#: format_value.xhp
msgctxt ""
-"validity.xhp\n"
-"hd_id3155603\n"
+"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 ""
+
+#: format_value.xhp
+msgctxt ""
+"format_value.xhp\n"
+"par_id3148576\n"
"5\n"
"help.text"
-msgid "Using Cell Contents Validity"
+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 ""
-#: validity.xhp
+#: format_value.xhp
msgctxt ""
-"validity.xhp\n"
-"par_id3155959\n"
-"6\n"
+"format_value.xhp\n"
+"par_id3154012\n"
+"12\n"
"help.text"
-msgid "Select the cells for which you want to define a new validity rule."
+msgid "To format numbers with decimals:"
msgstr ""
-#: validity.xhp
+#: format_value.xhp
msgctxt ""
-"validity.xhp\n"
-"par_id3148837\n"
-"8\n"
+"format_value.xhp\n"
+"par_id3147394\n"
+"6\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Data - Validity</item>."
+msgid "Set the cursor at the number and choose <emph>Format - Cells</emph> to start the <emph>Format Cells</emph> dialog."
msgstr ""
-#: validity.xhp
+#: format_value.xhp
msgctxt ""
-"validity.xhp\n"
-"par_id3156020\n"
+"format_value.xhp\n"
+"par_id3153157\n"
"9\n"
"help.text"
-msgid "On the <emph>Criteria</emph> tab page, enter the conditions for new values entered into cells."
+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 ""
-#: validity.xhp
+#: format_value.xhp
msgctxt ""
-"validity.xhp\n"
-"par_id3159208\n"
+"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 ""
+
+#: format_value.xhp
+msgctxt ""
+"format_value.xhp\n"
+"par_id3149256\n"
"10\n"
"help.text"
-msgid "In the <emph>Allow</emph> field, select an option."
+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 ""
-#: validity.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"validity.xhp\n"
-"par_id3153011\n"
-"11\n"
+"format_value_userdef.xhp\n"
+"tit\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."
+msgid "User-defined Number Formats"
msgstr ""
-#: validity.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"validity.xhp\n"
-"par_id9224829\n"
+"format_value_userdef.xhp\n"
+"bm_id3143268\n"
"help.text"
-msgid "Select \"List\" to enter a list of valid entries."
+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 ""
-#: validity.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"validity.xhp\n"
-"par_id3149317\n"
-"13\n"
+"format_value_userdef.xhp\n"
+"hd_id3143268\n"
+"26\n"
"help.text"
-msgid "Select the next condition under <emph>Data</emph>. According to what you choose, additional options will be selectable."
+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 ""
-#: validity.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"validity.xhp\n"
-"par_id3151389\n"
-"15\n"
+"format_value_userdef.xhp\n"
+"par_id3150400\n"
+"1\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:"
+msgid "You can define your own number formats to display numbers in <item type=\"productname\">%PRODUCTNAME</item> Calc."
msgstr ""
-#: validity.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"validity.xhp\n"
-"par_id3159261\n"
-"16\n"
+"format_value_userdef.xhp\n"
+"par_id3150767\n"
+"2\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."
+msgid "As an example, to display the number 10,200,000 as 10.2 Million:"
msgstr ""
-#: validity.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"validity.xhp\n"
-"par_id3156396\n"
-"17\n"
+"format_value_userdef.xhp\n"
+"par_id3150868\n"
+"3\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."
+msgid "Select the cells to which you want to apply a new, user-defined format."
msgstr ""
-#: validity.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"validity.xhp\n"
-"par_id3147416\n"
-"18\n"
+"format_value_userdef.xhp\n"
+"par_id3149664\n"
+"4\n"
"help.text"
-msgid "If you select \"Stop\" as the action, invalid entries are not accepted, and the previous cell contents are retained."
+msgid "Choose <emph>Format - Cells - Numbers</emph>."
msgstr ""
-#: validity.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"validity.xhp\n"
-"par_id3150033\n"
-"19\n"
+"format_value_userdef.xhp\n"
+"par_id3149260\n"
+"5\n"
"help.text"
-msgid "Select \"Warning\" or \"Information\" to display a dialog in which the entry can either be canceled or accepted."
+msgid "In the <emph>Categories</emph> list box select \"User-defined\"."
msgstr ""
-#: validity.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"validity.xhp\n"
-"par_id3149947\n"
-"20\n"
+"format_value_userdef.xhp\n"
+"par_id3148646\n"
+"6\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."
+msgid "In the <emph>Format code</emph> text box enter the following code:"
msgstr ""
-#: validity.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"validity.xhp\n"
-"par_id3149011\n"
-"35\n"
+"format_value_userdef.xhp\n"
+"par_id3152596\n"
+"7\n"
"help.text"
-msgid "To display the error message, select <emph>Show error message when invalid values are entered</emph>."
+msgid "0.0,, \"Million\""
msgstr ""
-#: validity.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"validity.xhp\n"
-"par_id3148586\n"
-"21\n"
+"format_value_userdef.xhp\n"
+"par_id3144764\n"
+"8\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."
+msgid "Click OK."
msgstr ""
-#: validity.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"validity.xhp\n"
-"par_id3154805\n"
-"30\n"
+"format_value_userdef.xhp\n"
+"par_id3155417\n"
+"9\n"
"help.text"
-msgid "<link href=\"text/scalc/01/12120000.xhp\" name=\"Data - Validity\">Data - Validity</link>"
+msgid "The following table shows the effects of rounding, thousands delimiters (,), decimal delimiters (.) and the placeholders # and 0."
msgstr ""
-#: background.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"background.xhp\n"
-"tit\n"
+"format_value_userdef.xhp\n"
+"par_id3146971\n"
+"10\n"
"help.text"
-msgid "Defining Background Colors or Background Graphics"
+msgid "Number"
+msgstr "ციფრი"
+
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3154757\n"
+"11\n"
+"help.text"
+msgid ".#,, \"Million\""
msgstr ""
-#: background.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"background.xhp\n"
-"bm_id3149346\n"
+"format_value_userdef.xhp\n"
+"par_id3147338\n"
+"12\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>"
+msgid "0.0,, \"Million\""
msgstr ""
-#: background.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"background.xhp\n"
-"hd_id3149346\n"
-"1\n"
+"format_value_userdef.xhp\n"
+"par_id3146920\n"
+"13\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>"
+msgid "#,, \"Million\""
msgstr ""
-#: background.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"background.xhp\n"
-"par_id9520249\n"
+"format_value_userdef.xhp\n"
+"par_id3147344\n"
+"14\n"
"help.text"
-msgid "You can define a background color or use a graphic as a background for cell ranges in $[officename] Calc."
+msgid "10200000"
msgstr ""
-#: background.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"background.xhp\n"
-"hd_id3144760\n"
+"format_value_userdef.xhp\n"
+"par_id3147003\n"
+"15\n"
+"help.text"
+msgid "10.2 Million"
+msgstr ""
+
+#: format_value_userdef.xhp
+msgctxt ""
+"format_value_userdef.xhp\n"
+"par_id3166426\n"
"16\n"
"help.text"
-msgid "Applying a Background Color to a $[officename] Calc Spreadsheet"
+msgid "10.2 Million"
msgstr ""
-#: background.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"background.xhp\n"
-"par_id3155429\n"
+"format_value_userdef.xhp\n"
+"par_id3155113\n"
"17\n"
"help.text"
-msgid "Select the cells."
+msgid "10 Million"
msgstr ""
-#: background.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"background.xhp\n"
-"par_id3149260\n"
+"format_value_userdef.xhp\n"
+"par_id3150369\n"
"18\n"
"help.text"
-msgid "Choose <emph>Format - Cells</emph> (or <emph>Format Cells</emph> from the context menu)."
+msgid "500000"
msgstr ""
-#: background.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"background.xhp\n"
-"par_id3152938\n"
+"format_value_userdef.xhp\n"
+"par_id3145585\n"
"19\n"
"help.text"
-msgid "On the <emph>Background</emph> tab page, select the background color."
+msgid ".5 Million"
msgstr ""
-#: background.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"background.xhp\n"
-"hd_id3146974\n"
+"format_value_userdef.xhp\n"
+"par_id3154486\n"
"20\n"
"help.text"
-msgid "Graphics in the Background of Cells"
+msgid "0.5 Million"
msgstr ""
-#: background.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"background.xhp\n"
-"par_id3155414\n"
+"format_value_userdef.xhp\n"
+"par_id3146114\n"
"21\n"
"help.text"
-msgid "Choose <emph>Insert - Picture - From File</emph>."
-msgstr "ამოირჩიეთ <emph>ჩასმა - ნახატი</emph>."
+msgid "1 Million"
+msgstr ""
-#: background.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"background.xhp\n"
-"par_id3149664\n"
+"format_value_userdef.xhp\n"
+"par_id3155810\n"
"22\n"
"help.text"
-msgid "Select the graphic and click <emph>Open</emph>."
+msgid "100000000"
msgstr ""
-#: background.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"background.xhp\n"
-"par_id3153575\n"
+"format_value_userdef.xhp\n"
+"par_id3153818\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>."
+msgid "100. Million"
msgstr ""
-#: background.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"background.xhp\n"
-"par_id51576\n"
+"format_value_userdef.xhp\n"
+"par_id3151241\n"
+"24\n"
"help.text"
-msgid "<link href=\"text/shared/guide/background.xhp\">Watermarks</link>"
+msgid "100.0 Million"
msgstr ""
-#: background.xhp
+#: format_value_userdef.xhp
msgctxt ""
-"background.xhp\n"
-"par_id3156180\n"
-"30\n"
+"format_value_userdef.xhp\n"
+"par_id3144771\n"
+"25\n"
"help.text"
-msgid "<link href=\"text/shared/01/05030600.xhp\" name=\"Background tab page\"><emph>Background</emph> tab page</link>"
+msgid "100 Million"
msgstr ""
-#: background.xhp
+#: formula_copy.xhp
msgctxt ""
-"background.xhp\n"
-"par_id7601245\n"
+"formula_copy.xhp\n"
+"tit\n"
"help.text"
-msgid "<link href=\"text/scalc/guide/format_table.xhp\">Formatting Spreadsheets</link>"
+msgid "Copying Formulas"
msgstr ""
-#: super_subscript.xhp
+#: formula_copy.xhp
msgctxt ""
-"super_subscript.xhp\n"
-"tit\n"
+"formula_copy.xhp\n"
+"bm_id3151113\n"
"help.text"
-msgid "Text Superscript / Subscript"
+msgid "<bookmark_value>formulas; copying and pasting</bookmark_value><bookmark_value>copying; formulas</bookmark_value><bookmark_value>pasting;formulas</bookmark_value>"
msgstr ""
-#: super_subscript.xhp
+#: formula_copy.xhp
msgctxt ""
-"super_subscript.xhp\n"
-"bm_id3151112\n"
+"formula_copy.xhp\n"
+"hd_id3151113\n"
+"54\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>"
+msgid "<variable id=\"formula_copy\"><link href=\"text/scalc/guide/formula_copy.xhp\" name=\"Copying Formulas\">Copying Formulas</link></variable>"
msgstr ""
-#: super_subscript.xhp
+#: formula_copy.xhp
msgctxt ""
-"super_subscript.xhp\n"
-"hd_id3151112\n"
-"1\n"
+"formula_copy.xhp\n"
+"par_id3156424\n"
+"11\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>"
+msgid "There are various ways to copy a formula. One suggested method is:"
msgstr ""
-#: super_subscript.xhp
+#: formula_copy.xhp
msgctxt ""
-"super_subscript.xhp\n"
-"par_id3154684\n"
-"2\n"
+"formula_copy.xhp\n"
+"par_id3150439\n"
+"30\n"
"help.text"
-msgid "In the cell, select the character that you want to put in superscript or subscript."
+msgid "Select the cell containing the formula."
msgstr ""
-#: super_subscript.xhp
+#: formula_copy.xhp
msgctxt ""
-"super_subscript.xhp\n"
-"par_id3150439\n"
-"3\n"
+"formula_copy.xhp\n"
+"par_id3154319\n"
+"31\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)."
+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 ""
-#: super_subscript.xhp
+#: formula_copy.xhp
msgctxt ""
-"super_subscript.xhp\n"
-"par_id3149260\n"
-"4\n"
+"formula_copy.xhp\n"
+"par_id3159155\n"
+"32\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."
+msgid "Select the cell into which you want the formula to be copied."
msgstr ""
-#: super_subscript.xhp
+#: formula_copy.xhp
msgctxt ""
-"super_subscript.xhp\n"
-"par_id3153142\n"
-"5\n"
+"formula_copy.xhp\n"
+"par_id3153728\n"
+"33\n"
"help.text"
-msgid "Click the <emph>Font Position</emph> tab."
+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 ""
-#: super_subscript.xhp
+#: formula_copy.xhp
msgctxt ""
-"super_subscript.xhp\n"
-"par_id3153954\n"
-"6\n"
+"formula_copy.xhp\n"
+"par_id3149961\n"
+"34\n"
"help.text"
-msgid "Select the <emph>Subscript</emph> option and click OK."
+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 ""
-#: super_subscript.xhp
+#: formula_copy.xhp
msgctxt ""
-"super_subscript.xhp\n"
-"par_id3153876\n"
-"7\n"
+"formula_copy.xhp\n"
+"par_id3149400\n"
+"12\n"
"help.text"
-msgid "<link href=\"text/shared/01/05020500.xhp\" name=\"Context menu - Character - Font Position\">Context menu - Character - Font Position</link>"
+msgid "Select the cell containing the formula."
msgstr ""
-#: datapilot_createtable.xhp
-#, fuzzy
+#: formula_copy.xhp
msgctxt ""
-"datapilot_createtable.xhp\n"
-"tit\n"
+"formula_copy.xhp\n"
+"par_id3154018\n"
+"13\n"
"help.text"
-msgid "Creating Pivot Tables"
-msgstr "სახელების შექმნა"
+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 ""
-#: datapilot_createtable.xhp
-#, fuzzy
+#: formula_copy.xhp
msgctxt ""
-"datapilot_createtable.xhp\n"
-"bm_id3148491\n"
+"formula_copy.xhp\n"
+"par_id3150749\n"
+"14\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>"
+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 ""
-#: datapilot_createtable.xhp
-#, fuzzy
+#: formula_copy.xhp
msgctxt ""
-"datapilot_createtable.xhp\n"
-"hd_id3148491\n"
-"7\n"
+"formula_copy.xhp\n"
+"par_id3153714\n"
+"15\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>"
+msgid "When you release the mouse button, the formula will be copied into the cells and automatically adjusted."
+msgstr ""
-#: datapilot_createtable.xhp
+#: formula_copy.xhp
msgctxt ""
-"datapilot_createtable.xhp\n"
-"par_id3156023\n"
-"8\n"
+"formula_copy.xhp\n"
+"par_id3156385\n"
+"53\n"
"help.text"
-msgid "Position the cursor within a range of cells containing values, row and column headings."
+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 ""
-#: datapilot_createtable.xhp
+#: formula_enter.xhp
msgctxt ""
-"datapilot_createtable.xhp\n"
-"par_id3147264\n"
+"formula_enter.xhp\n"
+"tit\n"
+"help.text"
+msgid "Entering Formulas"
+msgstr ""
+
+#: 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 ""
+
+#: formula_enter.xhp
+msgctxt ""
+"formula_enter.xhp\n"
+"hd_id3150868\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\"."
+msgid "<variable id=\"formula_enter\"><link href=\"text/scalc/guide/formula_enter.xhp\" name=\"Entering Formulas\">Entering Formulas</link></variable>"
msgstr ""
-#: datapilot_createtable.xhp
+#: formula_enter.xhp
msgctxt ""
-"datapilot_createtable.xhp\n"
-"par_id3150868\n"
-"10\n"
+"formula_enter.xhp\n"
+"par_id6848353\n"
"help.text"
-msgid "Drag the desired buttons into one of the four areas."
+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 ""
-#: datapilot_createtable.xhp
+#: formula_enter.xhp
msgctxt ""
-"datapilot_createtable.xhp\n"
-"par_id7599414\n"
+"formula_enter.xhp\n"
+"par_id3145364\n"
+"10\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."
+msgid "Click the cell in which you want to enter the formula."
msgstr ""
-#: datapilot_createtable.xhp
+#: formula_enter.xhp
msgctxt ""
-"datapilot_createtable.xhp\n"
-"par_id3154011\n"
+"formula_enter.xhp\n"
+"par_id3150012\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."
+msgid "Click the <emph>Function</emph> icon on the Formula Bar."
msgstr ""
-#: datapilot_createtable.xhp
+#: formula_enter.xhp
msgctxt ""
-"datapilot_createtable.xhp\n"
-"par_id3146974\n"
-"16\n"
+"formula_enter.xhp\n"
+"par_id3156441\n"
+"12\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."
+msgid "You will now see an equals sign in the input line and you can begin to input the formula."
msgstr ""
-#: datapilot_createtable.xhp
+#: formula_enter.xhp
msgctxt ""
-"datapilot_createtable.xhp\n"
-"par_id3156286\n"
-"17\n"
+"formula_enter.xhp\n"
+"par_id3153726\n"
+"3\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."
+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 ""
-#: datapilot_createtable.xhp
+#: formula_enter.xhp
msgctxt ""
-"datapilot_createtable.xhp\n"
-"par_id3150329\n"
-"13\n"
+"formula_enter.xhp\n"
+"par_id3147394\n"
+"8\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."
+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 ""
-#: datapilot_createtable.xhp
+#: formula_enter.xhp
msgctxt ""
-"datapilot_createtable.xhp\n"
-"par_id3153714\n"
-"14\n"
+"formula_enter.xhp\n"
+"par_id4206976\n"
"help.text"
-msgid "Remove a button by dragging it back to the area of the other buttons at the right of the dialog."
+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 ""
-#: datapilot_createtable.xhp
+#: formula_enter.xhp
msgctxt ""
-"datapilot_createtable.xhp\n"
-"par_id3147338\n"
-"15\n"
+"formula_enter.xhp\n"
+"par_id1836909\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."
+msgid "+ 5 0 - 8 Enter"
msgstr ""
-#: datapilot_createtable.xhp
+#: formula_enter.xhp
msgctxt ""
-"datapilot_createtable.xhp\n"
-"par_id3154020\n"
-"18\n"
+"formula_enter.xhp\n"
+"par_id8171330\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."
+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 ""
-#: text_wrap.xhp
+#: formula_enter.xhp
msgctxt ""
-"text_wrap.xhp\n"
-"tit\n"
+"formula_enter.xhp\n"
+"par_id3155764\n"
+"6\n"
"help.text"
-msgid "Writing Multi-line 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 ""
-#: text_wrap.xhp
+#: formula_enter.xhp
msgctxt ""
-"text_wrap.xhp\n"
-"bm_id3154346\n"
+"formula_enter.xhp\n"
+"par_id3149210\n"
+"7\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>"
+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 ""
-#: text_wrap.xhp
+#: formula_enter.xhp
msgctxt ""
-"text_wrap.xhp\n"
-"hd_id3154346\n"
-"42\n"
+"formula_enter.xhp\n"
+"par_id3150304\n"
+"5\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>"
+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 ""
-#: text_wrap.xhp
+#: formula_enter.xhp
msgctxt ""
-"text_wrap.xhp\n"
-"par_id3156280\n"
-"41\n"
+"formula_enter.xhp\n"
+"par_id3152993\n"
+"13\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."
+msgid "<link href=\"text/scalc/main0206.xhp\" name=\"Formula bar\">Formula bar</link>"
msgstr ""
-#: text_wrap.xhp
+#: formula_value.xhp
msgctxt ""
-"text_wrap.xhp\n"
-"par_id3153142\n"
-"43\n"
+"formula_value.xhp\n"
+"tit\n"
"help.text"
-msgid "If you want the text to automatically break at the right border of the cell, proceed as follows:"
+msgid "Displaying Formulas or Values"
msgstr ""
-#: text_wrap.xhp
+#: formula_value.xhp
msgctxt ""
-"text_wrap.xhp\n"
-"par_id3153951\n"
-"44\n"
+"formula_value.xhp\n"
+"bm_id3153195\n"
"help.text"
-msgid "Select all the cells where you want the text to break at the right border."
+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 ""
-#: text_wrap.xhp
+#: formula_value.xhp
msgctxt ""
-"text_wrap.xhp\n"
-"par_id3148575\n"
-"45\n"
+"formula_value.xhp\n"
+"hd_id3153195\n"
+"1\n"
"help.text"
-msgid "In <emph>Format - Cells - Alignment</emph>, mark the <emph>Wrap text automatically</emph> option and click OK."
+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 ""
-#: text_wrap.xhp
+#: formula_value.xhp
msgctxt ""
-"text_wrap.xhp\n"
-"par_id3145799\n"
-"46\n"
+"formula_value.xhp\n"
+"par_id3150010\n"
+"2\n"
"help.text"
-msgid "<link href=\"text/scalc/01/05020000.xhp\" name=\"Format - Cell\">Format - Cell</link>"
+msgid "If you want to display the formulas in the cells, for example in the form =SUM(A1:B5), proceed as follows:"
+msgstr ""
+
+#: formula_value.xhp
+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-ს"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
#: formulas.xhp
@@ -8056,7 +6236,6 @@ msgid "Calculating With Formulas"
msgstr ""
#: formulas.xhp
-#, fuzzy
msgctxt ""
"formulas.xhp\n"
"bm_id3155411\n"
@@ -8245,7 +6424,6 @@ msgid "It is also possible to nest functions in formulas, as shown in the exampl
msgstr ""
#: formulas.xhp
-#, fuzzy
msgctxt ""
"formulas.xhp\n"
"par_id3150213\n"
@@ -8263,1481 +6441,2474 @@ msgctxt ""
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>"
-#: rename_table.xhp
+#: fraction_enter.xhp
msgctxt ""
-"rename_table.xhp\n"
+"fraction_enter.xhp\n"
"tit\n"
"help.text"
-msgid "Renaming Sheets"
+msgid "Entering Fractions"
msgstr ""
-#: rename_table.xhp
+#: fraction_enter.xhp
msgctxt ""
-"rename_table.xhp\n"
-"bm_id3150398\n"
+"fraction_enter.xhp\n"
+"bm_id3155411\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>"
+msgid "<bookmark_value>fractions; entering</bookmark_value><bookmark_value>numbers; entering fractions </bookmark_value><bookmark_value>inserting;fractions</bookmark_value>"
msgstr ""
-#: rename_table.xhp
+#: fraction_enter.xhp
msgctxt ""
-"rename_table.xhp\n"
-"hd_id3150398\n"
-"11\n"
+"fraction_enter.xhp\n"
+"hd_id3155411\n"
+"41\n"
"help.text"
-msgid "<variable id=\"rename_table\"><link href=\"text/scalc/guide/rename_table.xhp\" name=\"Renaming Sheets\">Renaming Sheets</link></variable>"
+msgid "<variable id=\"fraction_enter\"><link href=\"text/scalc/guide/fraction_enter.xhp\" name=\"Entering Fractions \">Entering Fractions </link></variable>"
msgstr ""
-#: rename_table.xhp
+#: fraction_enter.xhp
msgctxt ""
-"rename_table.xhp\n"
-"par_id3155131\n"
-"12\n"
+"fraction_enter.xhp\n"
+"par_id3153968\n"
+"40\n"
"help.text"
-msgid "Click the name of the sheet that you want to change."
+msgid "You can enter a fractional number in a cell and use it for calculation:"
msgstr ""
-#: rename_table.xhp
+#: fraction_enter.xhp
msgctxt ""
-"rename_table.xhp\n"
-"par_id3146976\n"
-"13\n"
+"fraction_enter.xhp\n"
+"par_id3155133\n"
+"42\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."
+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 ""
-#: rename_table.xhp
+#: fraction_enter.xhp
msgctxt ""
-"rename_table.xhp\n"
-"par_id3149260\n"
+"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 ""
+
+#: 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 ""
+
+#: goalseek.xhp
+msgctxt ""
+"goalseek.xhp\n"
+"tit\n"
+"help.text"
+msgid "Applying Goal Seek"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: goalseek.xhp
+msgctxt ""
+"goalseek.xhp\n"
+"hd_id3153966\n"
+"14\n"
+"help.text"
+msgid "Goal Seek Example"
+msgstr ""
+
+#: 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 ""
+
+#: goalseek.xhp
+msgctxt ""
+"goalseek.xhp\n"
+"par_id3152596\n"
+"5\n"
+"help.text"
+msgid "I = C * n* i"
+msgstr ""
+
+#: goalseek.xhp
+msgctxt ""
+"goalseek.xhp\n"
+"par_id3155335\n"
"15\n"
"help.text"
-msgid "Enter a new name for the sheet and click <emph>OK</emph>."
+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 ""
-#: rename_table.xhp
+#: goalseek.xhp
msgctxt ""
-"rename_table.xhp\n"
-"par_id3149667\n"
-"27\n"
+"goalseek.xhp\n"
+"par_id3155960\n"
+"6\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."
+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 ""
-#: rename_table.xhp
+#: goalseek.xhp
msgctxt ""
-"rename_table.xhp\n"
-"par_id0909200810502833\n"
+"goalseek.xhp\n"
+"par_id3147001\n"
+"16\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."
+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 ""
-#: rename_table.xhp
+#: goalseek.xhp
msgctxt ""
-"rename_table.xhp\n"
-"par_id090920081050283\n"
+"goalseek.xhp\n"
+"par_id3150088\n"
+"17\n"
"help.text"
-msgid "When saving to Microsoft Excel format, the following characters are not allowed in sheet names:"
+msgid "The correct cell is already entered in the field <emph>Formula Cell</emph>."
msgstr ""
-#: rename_table.xhp
+#: goalseek.xhp
msgctxt ""
-"rename_table.xhp\n"
-"par_id090920081050281\n"
+"goalseek.xhp\n"
+"par_id3166426\n"
+"18\n"
"help.text"
-msgid "colon :"
+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 ""
-#: rename_table.xhp
+#: goalseek.xhp
msgctxt ""
-"rename_table.xhp\n"
-"par_id0909200810502897\n"
+"goalseek.xhp\n"
+"par_id3150369\n"
+"19\n"
"help.text"
-msgid "back slash \\"
+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 ""
-#: rename_table.xhp
+#: goalseek.xhp
msgctxt ""
-"rename_table.xhp\n"
-"par_id090920081050299\n"
+"goalseek.xhp\n"
+"par_id3146978\n"
+"20\n"
"help.text"
-msgid "forward slash /"
+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 ""
-#: rename_table.xhp
+#: goalseek.xhp
msgctxt ""
-"rename_table.xhp\n"
-"par_id0909200810502913\n"
+"goalseek.xhp\n"
+"par_id3149409\n"
+"23\n"
"help.text"
-msgid "question mark ?"
+msgid "<link href=\"text/scalc/01/06040000.xhp\" name=\"Goal Seek\">Goal Seek</link>"
msgstr ""
-#: rename_table.xhp
+#: html_doc.xhp
msgctxt ""
-"rename_table.xhp\n"
-"par_id090920081050298\n"
+"html_doc.xhp\n"
+"tit\n"
"help.text"
-msgid "asterisk *"
+msgid "Saving and Opening Sheets in HTML"
msgstr ""
-#: rename_table.xhp
+#: html_doc.xhp
msgctxt ""
-"rename_table.xhp\n"
-"par_id0909200810502969\n"
+"html_doc.xhp\n"
+"bm_id3150542\n"
"help.text"
-msgid "left square bracket ["
+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 ""
-#: rename_table.xhp
+#: html_doc.xhp
msgctxt ""
-"rename_table.xhp\n"
-"par_id0909200810502910\n"
+"html_doc.xhp\n"
+"hd_id3150542\n"
+"1\n"
"help.text"
-msgid "right square bracket ]"
+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 ""
-#: rename_table.xhp
+#: html_doc.xhp
msgctxt ""
-"rename_table.xhp\n"
-"par_id0909200810502971\n"
+"html_doc.xhp\n"
+"hd_id3154124\n"
+"2\n"
"help.text"
-msgid "single quote ' as the first or last character of the name"
+msgid "Saving Sheets in HTML"
msgstr ""
-#: rename_table.xhp
+#: html_doc.xhp
msgctxt ""
-"rename_table.xhp\n"
-"par_id090920081050307\n"
+"html_doc.xhp\n"
+"par_id3145785\n"
+"3\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:"
+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 ""
-#: rename_table.xhp
+#: html_doc.xhp
msgctxt ""
-"rename_table.xhp\n"
-"par_id0909200810503071\n"
+"html_doc.xhp\n"
+"par_id3155854\n"
+"4\n"
"help.text"
-msgid "This year's sheet"
+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 ""
-#: rename_table.xhp
+#: html_doc.xhp
msgctxt ""
-"rename_table.xhp\n"
-"par_id0909200810503054\n"
+"html_doc.xhp\n"
+"par_id3153188\n"
+"5\n"
"help.text"
-msgid "The reference must be enclosed in single quotes, and the one single quote inside the name must be doubled:"
+msgid "To save the current Calc document as HTML, choose <emph>File - Save As</emph>."
msgstr ""
-#: rename_table.xhp
+#: html_doc.xhp
msgctxt ""
-"rename_table.xhp\n"
-"par_id0909200810503069\n"
+"html_doc.xhp\n"
+"par_id3148645\n"
+"6\n"
"help.text"
-msgid "'This year''s sheet'.A1"
+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 ""
-#: rename_table.xhp
+#: html_doc.xhp
msgctxt ""
-"rename_table.xhp\n"
-"par_id3155444\n"
+"html_doc.xhp\n"
+"par_id3154729\n"
+"7\n"
+"help.text"
+msgid "Enter a <emph>File name</emph> and click <emph>Save</emph>."
+msgstr ""
+
+#: html_doc.xhp
+msgctxt ""
+"html_doc.xhp\n"
+"hd_id3149379\n"
+"8\n"
+"help.text"
+msgid "Opening Sheets in HTML"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: html_doc.xhp
+msgctxt ""
+"html_doc.xhp\n"
+"par_id3155446\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."
+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 ""
-#: datapilot_tipps.xhp
-#, fuzzy
+#: html_doc.xhp
msgctxt ""
-"datapilot_tipps.xhp\n"
+"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 ""
+
+#: 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 ""
+
+#: integer_leading_zero.xhp
+msgctxt ""
+"integer_leading_zero.xhp\n"
"tit\n"
"help.text"
-msgid "Selecting Pivot Table Output Ranges"
-msgstr "მონაცემთა ბაზის დიაპაზონი"
+msgid "Entering a Number with Leading Zeros"
+msgstr ""
-#: datapilot_tipps.xhp
-#, fuzzy
+#: integer_leading_zero.xhp
msgctxt ""
-"datapilot_tipps.xhp\n"
-"bm_id3148663\n"
+"integer_leading_zero.xhp\n"
+"bm_id3147560\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>"
+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 ""
-#: datapilot_tipps.xhp
-#, fuzzy
+#: integer_leading_zero.xhp
msgctxt ""
-"datapilot_tipps.xhp\n"
-"hd_id3148663\n"
+"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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: integer_leading_zero.xhp
+msgctxt ""
+"integer_leading_zero.xhp\n"
+"par_id3146916\n"
+"65\n"
+"help.text"
+msgid "Click <emph>Replace All</emph>"
+msgstr ""
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"tit\n"
+"help.text"
+msgid "Shortcut Keys (%PRODUCTNAME Calc Accessibility)"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3153360\n"
+"12\n"
+"help.text"
+msgid "Cell Selection Mode"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"hd_id3148646\n"
+"14\n"
+"help.text"
+msgid "Controlling the Outline"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: keyboard.xhp
+msgctxt ""
+"keyboard.xhp\n"
+"par_id3149403\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>"
+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 ""
-#: datapilot_tipps.xhp
+#: keyboard.xhp
msgctxt ""
-"datapilot_tipps.xhp\n"
-"par_id3154123\n"
+"keyboard.xhp\n"
+"par_id3150329\n"
"20\n"
"help.text"
-msgid "Click the button <emph>More</emph> in the <emph>Pivot Table</emph> dialog. The dialog will be extended."
+msgid "Use <item type=\"keycode\">+</item> or <item type=\"keycode\">-</item> to show or hide the focused outline group."
msgstr ""
-#: datapilot_tipps.xhp
+#: keyboard.xhp
msgctxt ""
-"datapilot_tipps.xhp\n"
-"par_id3153771\n"
+"keyboard.xhp\n"
+"par_id3155446\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."
+msgid "Press <item type=\"keycode\">Enter</item> to activate the focused button."
msgstr ""
-#: datapilot_tipps.xhp
+#: keyboard.xhp
msgctxt ""
-"datapilot_tipps.xhp\n"
-"par_id3146974\n"
-"23\n"
+"keyboard.xhp\n"
+"par_id3154253\n"
+"22\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."
+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 ""
-#: datapilot_tipps.xhp
+#: keyboard.xhp
msgctxt ""
-"datapilot_tipps.xhp\n"
-"par_id3145273\n"
-"24\n"
+"keyboard.xhp\n"
+"hd_id3147343\n"
+"8\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."
+msgid "Selecting a Drawing Object or a Graphic"
msgstr ""
-#: autofilter.xhp
+#: keyboard.xhp
msgctxt ""
-"autofilter.xhp\n"
+"keyboard.xhp\n"
+"par_idN107AA\n"
+"help.text"
+msgid "Choose View - Toolbars - Drawing to open the Drawing toolbar."
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: line_fix.xhp
+msgctxt ""
+"line_fix.xhp\n"
"tit\n"
"help.text"
-msgid "Applying AutoFilter"
+msgid "Freezing Rows or Columns as Headers"
msgstr ""
-#: autofilter.xhp
+#: line_fix.xhp
msgctxt ""
-"autofilter.xhp\n"
-"bm_id3156423\n"
+"line_fix.xhp\n"
+"bm_id3154684\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>"
+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 ""
-#: autofilter.xhp
+#: line_fix.xhp
msgctxt ""
-"autofilter.xhp\n"
-"hd_id3156423\n"
-"6\n"
+"line_fix.xhp\n"
+"hd_id3154684\n"
+"1\n"
"help.text"
-msgid "<variable id=\"autofilter\"><link href=\"text/scalc/guide/autofilter.xhp\" name=\"Applying AutoFilter\">Applying AutoFilter</link></variable>"
+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 ""
-#: autofilter.xhp
+#: line_fix.xhp
msgctxt ""
-"autofilter.xhp\n"
-"par_id3147427\n"
+"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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: line_fix.xhp
+msgctxt ""
+"line_fix.xhp\n"
+"par_id3156286\n"
+"4\n"
+"help.text"
+msgid "Choose <emph>Window - Freeze</emph>."
+msgstr ""
+
+#: 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 ""
+
+#: line_fix.xhp
+msgctxt ""
+"line_fix.xhp\n"
+"par_id3155335\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."
+msgid "If the area defined is to be scrollable, apply the <emph>Window - Split</emph> command."
msgstr ""
-#: autofilter.xhp
+#: line_fix.xhp
msgctxt ""
-"autofilter.xhp\n"
-"par_id3152576\n"
+"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 ""
+
+#: line_fix.xhp
+msgctxt ""
+"line_fix.xhp\n"
+"par_id3147004\n"
"9\n"
"help.text"
-msgid "Select the columns you want to use AutoFilter on."
+msgid "<link href=\"text/scalc/01/07090000.xhp\" name=\"Window - Freeze\">Window - Freeze</link>"
msgstr ""
-#: autofilter.xhp
+#: line_fix.xhp
msgctxt ""
-"autofilter.xhp\n"
-"par_id3153157\n"
+"line_fix.xhp\n"
+"par_id3150088\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."
+msgid "<link href=\"text/scalc/01/07080000.xhp\" name=\"Window - Split\">Window - Split</link>"
msgstr ""
-#: autofilter.xhp
+#: line_fix.xhp
msgctxt ""
-"autofilter.xhp\n"
-"par_id3154510\n"
+"line_fix.xhp\n"
+"par_id3150304\n"
"11\n"
"help.text"
-msgid "Run the filter by clicking the drop-down arrow in the column heading and choosing an item."
+msgid "<link href=\"text/scalc/01/05080300.xhp\" name=\"Format - Print ranges - Edit\">Format - Print ranges - Edit</link>"
msgstr ""
-#: autofilter.xhp
+#: main.xhp
msgctxt ""
-"autofilter.xhp\n"
-"par_id3155064\n"
-"13\n"
+"main.xhp\n"
+"tit\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."
+msgid "Instructions for Using $[officename] Calc"
msgstr ""
-#: autofilter.xhp
+#: main.xhp
msgctxt ""
-"autofilter.xhp\n"
-"par_id9216589\n"
+"main.xhp\n"
+"bm_id3150770\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."
+msgid "<bookmark_value>HowTos for Calc</bookmark_value><bookmark_value>instructions; $[officename] Calc</bookmark_value>"
msgstr ""
-#: autofilter.xhp
+#: main.xhp
msgctxt ""
-"autofilter.xhp\n"
-"par_id3153714\n"
-"12\n"
+"main.xhp\n"
+"hd_id3150770\n"
+"1\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."
+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 ""
-#: autofilter.xhp
+#: main.xhp
msgctxt ""
-"autofilter.xhp\n"
-"par_id3147340\n"
+"main.xhp\n"
+"hd_id3145748\n"
+"2\n"
+"help.text"
+msgid "Formatting Tables and Cells"
+msgstr ""
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3154022\n"
+"3\n"
+"help.text"
+msgid "Entering Values and Formulas"
+msgstr ""
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3152899\n"
+"4\n"
+"help.text"
+msgid "Entering References"
+msgstr ""
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3155382\n"
+"5\n"
+"help.text"
+msgid "Database Ranges in Tables"
+msgstr ""
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3159229\n"
+"6\n"
+"help.text"
+msgid "Advanced Calculations"
+msgstr ""
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3153070\n"
+"7\n"
+"help.text"
+msgid "Printing and Page Preview"
+msgstr ""
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3150437\n"
+"8\n"
+"help.text"
+msgid "Importing and Exporting Documents"
+msgstr ""
+
+#: main.xhp
+msgctxt ""
+"main.xhp\n"
+"hd_id3166464\n"
+"9\n"
+"help.text"
+msgid "Miscellaneous"
+msgstr "სხვადასხვა"
+
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"tit\n"
+"help.text"
+msgid "Selecting Multiple Cells"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"hd_id3145272\n"
+"2\n"
+"help.text"
+msgid "Select a rectangular range"
+msgstr ""
+
+#: 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 ""
+
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"hd_id3151119\n"
+"4\n"
+"help.text"
+msgid "Mark a single cell"
+msgstr ""
+
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id3146975\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>."
+msgid "Do one of the following:"
+msgstr "შეასრულეთ ერთ-ერთი შემდეგი:"
+
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id3163710\n"
+"20\n"
+"help.text"
+msgid "Click, then Shift-click the cell."
msgstr ""
-#: autofilter.xhp
+#: mark_cells.xhp
msgctxt ""
-"autofilter.xhp\n"
-"par_id4303415\n"
+"mark_cells.xhp\n"
+"par_id3149959\n"
+"5\n"
"help.text"
-msgid "To assign different AutoFilters to different sheets, you must first define a database range on each sheet."
+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 ""
-#: autofilter.xhp
+#: mark_cells.xhp
msgctxt ""
-"autofilter.xhp\n"
-"par_id3159236\n"
+"mark_cells.xhp\n"
+"hd_id3154942\n"
+"6\n"
+"help.text"
+msgid "Select various dispersed cells"
+msgstr ""
+
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id1001200901072060\n"
+"help.text"
+msgid "Do one of the following:"
+msgstr "შეასრულეთ ერთ-ერთი შემდეგი:"
+
+#: 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 ""
+
+#: 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 ""
+
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"hd_id3146971\n"
+"8\n"
+"help.text"
+msgid "Switch marking mode"
+msgstr ""
+
+#: 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 ""
+
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id3159264\n"
+"10\n"
+"help.text"
+msgid "Field contents"
+msgstr ""
+
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id3155337\n"
+"11\n"
+"help.text"
+msgid "Effect of clicking the mouse"
+msgstr ""
+
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id3149568\n"
+"12\n"
+"help.text"
+msgid "STD"
+msgstr ""
+
+#: 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 ""
+
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id3150090\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."
+msgid "EXT"
msgstr ""
-#: autofilter.xhp
+#: mark_cells.xhp
msgctxt ""
-"autofilter.xhp\n"
-"par_id3152985\n"
+"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 ""
+
+#: mark_cells.xhp
+msgctxt ""
+"mark_cells.xhp\n"
+"par_id3145587\n"
"16\n"
"help.text"
-msgid "<link href=\"text/scalc/01/12040100.xhp\" name=\"Data - Filter - AutoFilter\">Data - Filter - AutoFilter</link>"
+msgid "ADD"
msgstr ""
-#: autofilter.xhp
+#: mark_cells.xhp
msgctxt ""
-"autofilter.xhp\n"
-"par_id3154484\n"
+"mark_cells.xhp\n"
+"par_id3154368\n"
"17\n"
"help.text"
-msgid "<link href=\"text/scalc/01/04060106.xhp\" name=\"SUBTOTAL\">SUBTOTAL</link>"
+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 ""
-#: cellreference_dragdrop.xhp
+#: mark_cells.xhp
msgctxt ""
-"cellreference_dragdrop.xhp\n"
+"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 ""
+
+#: matrixformula.xhp
+msgctxt ""
+"matrixformula.xhp\n"
"tit\n"
"help.text"
-msgid "Referencing Cells by Drag-and-Drop"
+msgid "Entering Matrix Formulas"
msgstr ""
-#: cellreference_dragdrop.xhp
+#: matrixformula.xhp
msgctxt ""
-"cellreference_dragdrop.xhp\n"
-"bm_id3154686\n"
+"matrixformula.xhp\n"
+"bm_id3153969\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>"
+msgid "<bookmark_value>matrices; entering matrix formulas</bookmark_value><bookmark_value>formulas; matrix formulas</bookmark_value><bookmark_value>inserting;matrix formulas</bookmark_value>"
msgstr ""
-#: cellreference_dragdrop.xhp
+#: matrixformula.xhp
msgctxt ""
-"cellreference_dragdrop.xhp\n"
-"hd_id3154686\n"
-"16\n"
+"matrixformula.xhp\n"
+"hd_id3153969\n"
+"13\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>"
+msgid "<variable id=\"matrixformula\"><link href=\"text/scalc/guide/matrixformula.xhp\" name=\"Entering Matrix Formulas\">Entering Matrix Formulas</link></variable>"
msgstr ""
-#: cellreference_dragdrop.xhp
+#: matrixformula.xhp
msgctxt ""
-"cellreference_dragdrop.xhp\n"
-"par_id3156444\n"
-"17\n"
+"matrixformula.xhp\n"
+"par_id3153144\n"
+"14\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."
+msgid "The following is an example of how you can enter a matrix formula, without going into the details of matrix functions."
msgstr ""
-#: cellreference_dragdrop.xhp
+#: matrixformula.xhp
msgctxt ""
-"cellreference_dragdrop.xhp\n"
-"par_id3152576\n"
-"25\n"
+"matrixformula.xhp\n"
+"par_id3153188\n"
+"15\n"
"help.text"
-msgid "Open the document that contains the source cells."
+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 ""
-#: cellreference_dragdrop.xhp
+#: matrixformula.xhp
msgctxt ""
-"cellreference_dragdrop.xhp\n"
-"par_id3154011\n"
-"26\n"
+"matrixformula.xhp\n"
+"par_id3154321\n"
+"16\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."
+msgid "Using the mouse, select the range C1:C10, in which the results are to be displayed."
msgstr ""
-#: cellreference_dragdrop.xhp
+#: matrixformula.xhp
msgctxt ""
-"cellreference_dragdrop.xhp\n"
-"par_id3151073\n"
+"matrixformula.xhp\n"
+"par_id3149260\n"
+"17\n"
+"help.text"
+msgid "Press F2, or click in the input line of the Formula bar."
+msgstr ""
+
+#: matrixformula.xhp
+msgctxt ""
+"matrixformula.xhp\n"
+"par_id3154944\n"
"18\n"
"help.text"
-msgid "Open the sheet in which you want to insert something."
+msgid "Enter an equal sign (=)."
msgstr ""
-#: cellreference_dragdrop.xhp
+#: matrixformula.xhp
msgctxt ""
-"cellreference_dragdrop.xhp\n"
-"par_id3154732\n"
+"matrixformula.xhp\n"
+"par_id3145252\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."
+msgid "Select the range A1:A10, which contains the first values for the sum formula."
msgstr ""
-#: cellreference_dragdrop.xhp
+#: matrixformula.xhp
msgctxt ""
-"cellreference_dragdrop.xhp\n"
-"par_id3150752\n"
-"22\n"
+"matrixformula.xhp\n"
+"par_id3144767\n"
+"20\n"
"help.text"
-msgid "In the Navigator, the source file object appears under \"Range names\"."
+msgid "Press the (+) key from the numerical keypad."
msgstr ""
-#: cellreference_dragdrop.xhp
+#: matrixformula.xhp
msgctxt ""
-"cellreference_dragdrop.xhp\n"
-"par_id3154754\n"
-"27\n"
+"matrixformula.xhp\n"
+"par_id3154018\n"
+"21\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."
+msgid "Select the numbers in the second column in cells B1:B10."
msgstr ""
-#: cellreference_dragdrop.xhp
+#: matrixformula.xhp
msgctxt ""
-"cellreference_dragdrop.xhp\n"
-"par_id3154256\n"
-"23\n"
+"matrixformula.xhp\n"
+"par_id3150716\n"
+"22\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."
+msgid "End the input with the matrix key combination: Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter."
msgstr ""
-#: cellreference_dragdrop.xhp
+#: matrixformula.xhp
msgctxt ""
-"cellreference_dragdrop.xhp\n"
-"par_id3149565\n"
-"24\n"
+"matrixformula.xhp\n"
+"par_id3145640\n"
+"23\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."
+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 ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
+"move_dragdrop.xhp\n"
"tit\n"
"help.text"
-msgid "Using Print Ranges on a Spreadsheet"
+msgid "Moving Cells by Drag-and-Drop"
msgstr ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"bm_id14648\n"
+"move_dragdrop.xhp\n"
+"bm_id3155686\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>"
+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 ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_idN108D7\n"
+"move_dragdrop.xhp\n"
+"hd_id986358\n"
"help.text"
-msgid "<variable id=\"printranges\"><link href=\"text/scalc/guide/printranges.xhp\">Defining Print Ranges on a Sheet</link> </variable>"
+msgid "<variable id=\"move_dragdrop\"><link href=\"text/scalc/guide/move_dragdrop.xhp\">Moving Cells by Drag-and-Drop</link></variable>"
msgstr ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_idN108F5\n"
+"move_dragdrop.xhp\n"
+"par_id2760093\n"
"help.text"
-msgid "You can define which range of cells on a spreadsheet to print."
+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 ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_idN108FB\n"
+"move_dragdrop.xhp\n"
+"par_id9527268\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."
+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 ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_idN1077A\n"
+"move_dragdrop.xhp\n"
+"par_id79653\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."
+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 ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_idN108FE\n"
+"move_dragdrop.xhp\n"
+"par_id8676717\n"
"help.text"
-msgid "To Define a Print Range"
+msgid "The surrounding box of the moved cells looks different in insert mode."
msgstr ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_idN10905\n"
+"move_dragdrop.xhp\n"
+"par_id3968932\n"
"help.text"
-msgid "Select the cells that you want to print."
+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 ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_idN10909\n"
+"move_dragdrop.xhp\n"
+"par_id7399517\n"
"help.text"
-msgid "Choose <emph>Format - Print Ranges - Define</emph>."
+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 ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_idN10910\n"
+"move_dragdrop.xhp\n"
+"par_id8040406\n"
"help.text"
-msgid "To Add Cells to a Print Range"
+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 ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_idN10917\n"
+"move_dragdrop.xhp\n"
+"par_id2586748\n"
"help.text"
-msgid "Select the cells that you want to add to the existing print range."
+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 ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_idN1091B\n"
+"move_dragdrop.xhp\n"
+"par_id5814081\n"
"help.text"
-msgid "Choose <emph>Format - Print Ranges - Add</emph>."
+msgid "Keys pressed while releasing the mouse button"
msgstr ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_idN10922\n"
+"move_dragdrop.xhp\n"
+"par_id6581316\n"
"help.text"
-msgid "To Clear a Print Range"
+msgid "Result"
+msgstr "შედეგი"
+
+#: move_dragdrop.xhp
+msgctxt ""
+"move_dragdrop.xhp\n"
+"par_id9906613\n"
+"help.text"
+msgid "No key"
msgstr ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_idN10929\n"
+"move_dragdrop.xhp\n"
+"par_id2815637\n"
"help.text"
-msgid "Choose <emph>Format - Print Ranges - Remove</emph>."
+msgid "Cells are moved and overwrite the cells in the target area. Source cells are emptied."
msgstr ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_idN10953\n"
+"move_dragdrop.xhp\n"
+"par_id6161687\n"
"help.text"
-msgid "Using the Page Break Preview to Edit Print Ranges"
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key"
msgstr ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_idN1093E\n"
+"move_dragdrop.xhp\n"
+"par_id4278389\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."
+msgid "Cells are copied and overwrite the cells in the target area. Source cells stay as they are."
msgstr ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_id3153143\n"
-"8\n"
+"move_dragdrop.xhp\n"
+"par_id2805566\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."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift keys"
msgstr ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_idN10930\n"
+"move_dragdrop.xhp\n"
+"par_id5369121\n"
"help.text"
-msgid "To View and Edit Print Ranges"
+msgid "Links to the source cells are inserted and overwrite the cells in the target area. Source cells stay as they are."
msgstr ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_idN10937\n"
+"move_dragdrop.xhp\n"
+"par_id9518723\n"
"help.text"
-msgid "Choose <emph>View - Page Break Preview</emph>."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option</caseinline><defaultinline>Alt</defaultinline></switchinline> key"
msgstr ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_idN1082A\n"
+"move_dragdrop.xhp\n"
+"par_id2926419\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."
+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 ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_idN10836\n"
+"move_dragdrop.xhp\n"
+"par_id4021423\n"
"help.text"
-msgid "Edit the print range."
+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 ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_idN10944\n"
+"move_dragdrop.xhp\n"
+"par_id2783898\n"
"help.text"
-msgid "To change the size of a print range, drag a border of the range to a new location."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command </caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline> keys"
msgstr ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_id3151075\n"
-"12\n"
+"move_dragdrop.xhp\n"
+"par_id2785119\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."
+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 ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_idN10948\n"
+"move_dragdrop.xhp\n"
+"par_id584124\n"
"help.text"
-msgid "To clear a print range, drag a border of the range onto the opposite border of the range."
+msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Option+Command</caseinline><defaultinline>Alt+Ctrl</defaultinline></switchinline>+Shift keys"
msgstr ""
-#: printranges.xhp
+#: move_dragdrop.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_idN10862\n"
+"move_dragdrop.xhp\n"
+"par_id5590990\n"
"help.text"
-msgid "To exit the <emph>Page Break Preview</emph>, choose <emph>View - Normal</emph>."
+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 ""
-#: printranges.xhp
+#: multi_tables.xhp
msgctxt ""
-"printranges.xhp\n"
-"par_idN109CF\n"
+"multi_tables.xhp\n"
+"tit\n"
"help.text"
-msgid "<link href=\"text/scalc/01/05080300.xhp\">Editing Print Ranges</link>"
+msgid "Navigating Through Sheets Tabs"
msgstr ""
-#: borders.xhp
+#: multi_tables.xhp
msgctxt ""
-"borders.xhp\n"
+"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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: multioperation.xhp
+msgctxt ""
+"multioperation.xhp\n"
"tit\n"
"help.text"
-msgid "User Defined Borders in Cells"
+msgid "Applying Multiple Operations"
msgstr ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"bm_id3457441\n"
+"multioperation.xhp\n"
+"bm_id3147559\n"
"help.text"
-msgid "<bookmark_value>cells;borders</bookmark_value> <bookmark_value>line arrangements with cells</bookmark_value> <bookmark_value>borders;cells</bookmark_value>"
+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 ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"hd_id4544816\n"
+"multioperation.xhp\n"
+"hd_id3147559\n"
+"5\n"
"help.text"
-msgid "<variable id=\"borders\"><link href=\"text/scalc/guide/borders.xhp\">User Defined Borders in Cells</link></variable>"
+msgid "<variable id=\"multioperation\"><link href=\"text/scalc/guide/multioperation.xhp\" name=\"Applying Multiple Operations\">Applying Multiple Operations</link></variable>"
msgstr ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id2320017\n"
+"multioperation.xhp\n"
+"hd_id3145171\n"
+"1\n"
"help.text"
-msgid "You can apply a variety of different lines to selected cells."
+msgid "Multiple Operations in Columns or Rows"
msgstr ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id8055665\n"
+"multioperation.xhp\n"
+"par_id4123966\n"
"help.text"
-msgid "Select the cell or a block of cells."
+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 ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id9181188\n"
+"multioperation.xhp\n"
+"par_id3156424\n"
+"2\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Format - Cells</item>."
+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 ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id9947508\n"
+"multioperation.xhp\n"
+"hd_id3159153\n"
+"7\n"
"help.text"
-msgid "In the dialog, click the <emph>Borders</emph> tab."
+msgid "Examples"
+msgstr "მაგალითად"
+
+#: 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 ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id7907956\n"
+"multioperation.xhp\n"
+"par_id6478774\n"
"help.text"
-msgid "Choose the border options you want to apply and click OK."
+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 ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id1342204\n"
+"multioperation.xhp\n"
+"hd_id3145239\n"
+"41\n"
"help.text"
-msgid "The options in the <emph>Line arrangement</emph> area can be used to apply multiple border styles."
+msgid "Calculating With One Formula and One Variable"
msgstr ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"hd_id4454481\n"
+"multioperation.xhp\n"
+"par_id3146888\n"
+"42\n"
"help.text"
-msgid "Selection of cells"
+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 ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id7251503\n"
+"multioperation.xhp\n"
+"par_id3157875\n"
+"43\n"
"help.text"
-msgid "Depending on the selection of cells, the area looks different."
+msgid "In column D enter given annual sales, one below the other; for example, 500 to 5000, in steps of 500."
msgstr ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id8716696\n"
+"multioperation.xhp\n"
+"par_id3159115\n"
+"44\n"
"help.text"
-msgid "Selection"
-msgstr "მონიშვნა"
+msgid "Select the range D2:E11, and thus the values in column D and the empty cells alongside in column E."
+msgstr ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id4677877\n"
+"multioperation.xhp\n"
+"par_id3149723\n"
+"45\n"
"help.text"
-msgid "Line arrangement area"
+msgid "Choose <emph>Data - Multiple operations</emph>."
msgstr ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id807824\n"
+"multioperation.xhp\n"
+"par_id3149149\n"
+"46\n"
"help.text"
-msgid "One cell"
+msgid "With the cursor in the <emph>Formulas </emph>field, click cell B5."
msgstr ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id8473464\n"
+"multioperation.xhp\n"
+"par_id3149355\n"
+"47\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>"
+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 ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id3509933\n"
+"multioperation.xhp\n"
+"par_id3149009\n"
+"48\n"
"help.text"
-msgid "Cells in a column"
+msgid "Close the dialog with <emph>OK</emph>. You see the profits for the different quantities in column E."
msgstr ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id6635639\n"
+"multioperation.xhp\n"
+"hd_id3148725\n"
+"49\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>"
+msgid "Calculating with Several Formulas Simultaneously"
msgstr ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id8073366\n"
+"multioperation.xhp\n"
+"par_id3146880\n"
+"50\n"
"help.text"
-msgid "Cells in a row"
+msgid "Delete column E."
msgstr ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id6054567\n"
+"multioperation.xhp\n"
+"par_id3154675\n"
+"51\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>"
+msgid "Enter the following formula in C5: = B5 / B4. You are now calculating the annual profit per item sold."
msgstr ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id466322\n"
+"multioperation.xhp\n"
+"par_id3148885\n"
+"52\n"
"help.text"
-msgid "Cells in a block of 2x2 or more"
+msgid "Select the range D2:F11, thus three columns."
msgstr ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id4511551\n"
+"multioperation.xhp\n"
+"par_id3147474\n"
+"53\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>"
+msgid "Choose <emph>Data - Multiple Operations</emph>."
msgstr ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id5383465\n"
+"multioperation.xhp\n"
+"par_id3154846\n"
+"54\n"
"help.text"
-msgid "You cannot apply borders to multiple selections."
+msgid "With the cursor in the <emph>Formulas</emph> field, select cells B5 thru C5."
msgstr ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"hd_id7790154\n"
+"multioperation.xhp\n"
+"par_id3153931\n"
+"55\n"
"help.text"
-msgid "Default Settings"
+msgid "Set the cursor in the <emph>Column input cell</emph> field and click cell B4."
msgstr ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id2918485\n"
+"multioperation.xhp\n"
+"par_id3150862\n"
+"56\n"
"help.text"
-msgid "Click one of the <emph>Default</emph> icons to set or reset multiple borders."
+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 ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id1836909\n"
+"multioperation.xhp\n"
+"hd_id3146139\n"
+"3\n"
"help.text"
-msgid "The thin gray lines inside an icon show the borders that will be reset or cleared."
+msgid "Multiple Operations Across Rows and Columns"
msgstr ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id5212561\n"
+"multioperation.xhp\n"
+"par_id3148584\n"
+"4\n"
"help.text"
-msgid "The dark lines inside an icon show the lines that will be set using the selected line style and color."
+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 ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id4818872\n"
+"multioperation.xhp\n"
+"hd_id3149949\n"
+"57\n"
"help.text"
-msgid "The thick gray lines inside an icon show the lines that will not be changed."
+msgid "Calculating with Two Variables"
msgstr ""
-#: borders.xhp
-#, fuzzy
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"hd_id8989226\n"
+"multioperation.xhp\n"
+"par_id3154808\n"
+"58\n"
"help.text"
-msgid "Examples"
-msgstr "მაგალითად"
+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 ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id622577\n"
+"multioperation.xhp\n"
+"par_id3149731\n"
+"59\n"
"help.text"
-msgid "Select a block of about 8x8 cells, then choose <emph>Format - Cells - Borders</emph>."
+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 ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id8119754\n"
+"multioperation.xhp\n"
+"par_id3152810\n"
+"95\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>"
+msgid "Select the range D1:H11."
msgstr ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id8964201\n"
+"multioperation.xhp\n"
+"par_id3153620\n"
+"96\n"
"help.text"
-msgid "Click the left icon to clear all lines. This removes all outer borders, all inner lines, and all diagonal lines."
+msgid "Choose <emph>Data - Multiple Operations</emph>."
msgstr ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id6048463\n"
+"multioperation.xhp\n"
+"par_id3149981\n"
+"97\n"
"help.text"
-msgid "Click the second icon from the left to set an outer border and to remove all other lines."
+msgid "With the cursor in the <emph>Formulas</emph> field, click cell B5."
msgstr ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id1495406\n"
+"multioperation.xhp\n"
+"par_id3156113\n"
+"98\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."
+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 ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id9269386\n"
+"multioperation.xhp\n"
+"par_id3154049\n"
+"99\n"
"help.text"
-msgid "Now you can continue to see which lines the other icons will set or remove."
+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 ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"hd_id3593554\n"
+"multioperation.xhp\n"
+"par_id3149141\n"
+"100\n"
"help.text"
-msgid "User Defined Settings"
+msgid "Close the dialog with OK. You see the profits for the different selling prices in the range E2:H11."
msgstr ""
-#: borders.xhp
+#: multioperation.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id4018066\n"
+"multioperation.xhp\n"
+"par_id3155104\n"
+"101\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."
+msgid "<link href=\"text/scalc/01/12060000.xhp\" name=\"Multiple operations\">Multiple operations</link>"
msgstr ""
-#: borders.xhp
+#: multitables.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id8004699\n"
+"multitables.xhp\n"
+"tit\n"
"help.text"
-msgid "Repeatedly click an edge or a corner to switch through the three different states."
+msgid "Applying Multiple Sheets"
msgstr ""
-#: borders.xhp
+#: multitables.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id8037659\n"
+"multitables.xhp\n"
+"bm_id3154759\n"
"help.text"
-msgid "Line types"
+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 ""
-#: borders.xhp
+#: multitables.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id2305978\n"
+"multitables.xhp\n"
+"hd_id3154759\n"
+"9\n"
"help.text"
-msgid "Image"
+msgid "<variable id=\"multitables\"><link href=\"text/scalc/guide/multitables.xhp\" name=\"Applying Multiple Sheets\">Applying Multiple Sheets</link></variable>"
msgstr ""
-#: borders.xhp
+#: multitables.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id8716086\n"
+"multitables.xhp\n"
+"hd_id3148576\n"
+"10\n"
"help.text"
-msgid "Meaning"
-msgstr "მნიშვნელობა"
+msgid "Inserting a Sheet"
+msgstr ""
-#: borders.xhp
+#: multitables.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id3978087\n"
+"multitables.xhp\n"
+"par_id3154731\n"
+"4\n"
"help.text"
-msgid "A black line"
+msgid "Choose <item type=\"menuitem\">Insert - Sheet</item> to insert a new sheet or an existing sheet from another file."
msgstr ""
-#: borders.xhp
+#: multitables.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id4065065\n"
+"multitables.xhp\n"
+"par_id05092009140203598\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>"
+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
+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>"
+
+#: 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 ""
-#: borders.xhp
+#: multitables.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id6987823\n"
+"multitables.xhp\n"
+"par_id0509200914020391\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."
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to deselect all sheets in the document, except the current sheet.</ahelp>"
msgstr ""
-#: borders.xhp
+#: multitables.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id1209143\n"
+"multitables.xhp\n"
+"hd_id3154491\n"
+"11\n"
"help.text"
-msgid "A gray line"
+msgid "Selecting Multiple Sheets"
msgstr ""
-#: borders.xhp
+#: multitables.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id6653340\n"
+"multitables.xhp\n"
+"par_id3145251\n"
+"6\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>"
+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 ""
-#: borders.xhp
+#: multitables.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id2278817\n"
+"multitables.xhp\n"
+"par_idN106B7\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."
+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 ""
-#: borders.xhp
+#: multitables.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id5374919\n"
+"multitables.xhp\n"
+"hd_id3155600\n"
+"12\n"
"help.text"
-msgid "A white line"
+msgid "Undoing a Selection"
msgstr ""
-#: borders.xhp
+#: multitables.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id52491\n"
+"multitables.xhp\n"
+"par_id3146969\n"
+"13\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>"
+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 ""
-#: borders.xhp
+#: multitables.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id372325\n"
+"multitables.xhp\n"
+"hd_id3156382\n"
+"15\n"
"help.text"
-msgid "A white line is shown when the corresponding line of the selected cells will be removed."
+msgid "Calculating Across Multiple Sheets"
msgstr ""
-#: borders.xhp
-#, fuzzy
+#: multitables.xhp
msgctxt ""
-"borders.xhp\n"
-"hd_id7282937\n"
+"multitables.xhp\n"
+"par_id3155333\n"
+"16\n"
"help.text"
-msgid "Examples"
-msgstr "მაგალითად"
+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 ""
-#: borders.xhp
+#: note_insert.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id4230780\n"
+"note_insert.xhp\n"
+"tit\n"
"help.text"
-msgid "Select a single cell, then choose <emph>Format - Cells - Borders</emph>."
+msgid "Inserting and Editing Comments"
msgstr ""
-#: borders.xhp
+#: note_insert.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id1712393\n"
+"note_insert.xhp\n"
+"bm_id3153968\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."
+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 ""
-#: borders.xhp
+#: note_insert.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id5149693\n"
+"note_insert.xhp\n"
+"hd_id3153968\n"
+"31\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>"
+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 ""
-#: borders.xhp
+#: note_insert.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id5759453\n"
+"note_insert.xhp\n"
+"par_id3150440\n"
+"32\n"
"help.text"
-msgid "Choose a thicker line style and click the lower edge. This sets a thicker line as a lower border."
+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 ""
-#: borders.xhp
+#: note_insert.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id6342051\n"
+"note_insert.xhp\n"
+"par_id3145750\n"
+"34\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>"
+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 ""
-#: borders.xhp
+#: note_insert.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id5775322\n"
+"note_insert.xhp\n"
+"par_id3148575\n"
+"33\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."
+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 ""
-#: borders.xhp
+#: note_insert.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id2882778\n"
+"note_insert.xhp\n"
+"par_id3149958\n"
+"35\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>"
+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 ""
-#: borders.xhp
+#: note_insert.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id8102053\n"
+"note_insert.xhp\n"
+"par_idN10699\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)."
+msgid "Move or resize each comment as you like."
msgstr ""
-#: borders.xhp
+#: note_insert.xhp
msgctxt ""
-"borders.xhp\n"
-"par_id2102420\n"
+"note_insert.xhp\n"
+"par_idN1069D\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>"
+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 ""
-#: userdefined_function.xhp
+#: note_insert.xhp
msgctxt ""
-"userdefined_function.xhp\n"
+"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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: numbers_text.xhp
+msgctxt ""
+"numbers_text.xhp\n"
"tit\n"
"help.text"
-msgid "User-Defined Functions"
+msgid "Converting Text to Numbers"
msgstr ""
-#: userdefined_function.xhp
+#: numbers_text.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"bm_id3155411\n"
+"numbers_text.xhp\n"
+"bm_id3145068\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>"
+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 ""
-#: userdefined_function.xhp
+#: numbers_text.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"hd_id3155411\n"
-"1\n"
+"numbers_text.xhp\n"
+"hd_id0908200901265171\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>"
+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 ""
-#: userdefined_function.xhp
+#: numbers_text.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"par_id3153969\n"
-"2\n"
+"numbers_text.xhp\n"
+"par_id0908200901265127\n"
"help.text"
-msgid "You can apply user-defined functions in $[officename] Calc in the following ways:"
+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 ""
-#: userdefined_function.xhp
+#: numbers_text.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"par_id3145366\n"
-"4\n"
+"numbers_text.xhp\n"
+"par_id0908200901265196\n"
"help.text"
-msgid "You can define your own functions using the Basic-IDE. This method requires a basic knowledge of programming."
+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 ""
-#: userdefined_function.xhp
+#: numbers_text.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"par_id3153768\n"
-"3\n"
+"numbers_text.xhp\n"
+"par_id0908200901265220\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."
+msgid "The following ISO 8601 formats are converted:"
msgstr ""
-#: userdefined_function.xhp
+#: numbers_text.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"hd_id3149260\n"
-"6\n"
+"numbers_text.xhp\n"
+"par_id0908200901265288\n"
"help.text"
-msgid "Defining A Function Using %PRODUCTNAME Basic"
+msgid "CCYY-MM-DD"
msgstr ""
-#: userdefined_function.xhp
+#: numbers_text.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"par_id3148456\n"
-"7\n"
+"numbers_text.xhp\n"
+"par_id0908200901265267\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Tools - Macros - Organize Macros - %PRODUCTNAME Basic</item>."
+msgid "CCYY-MM-DDThh:mm"
msgstr ""
-#: userdefined_function.xhp
+#: numbers_text.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"par_id3154510\n"
-"8\n"
+"numbers_text.xhp\n"
+"par_id0908200901265248\n"
"help.text"
-msgid "Click the <emph>Edit</emph> button. You will now see the Basic IDE."
+msgid "CCYY-MM-DDThh:mm:ss"
msgstr ""
-#: userdefined_function.xhp
+#: numbers_text.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"par_id3150327\n"
-"9\n"
+"numbers_text.xhp\n"
+"par_id0908200901265374\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>:"
+msgid "CCYY-MM-DDThh:mm:ss,s"
msgstr ""
-#: userdefined_function.xhp
+#: numbers_text.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"par_id3155443\n"
-"10\n"
+"numbers_text.xhp\n"
+"par_id0908200901265327\n"
"help.text"
-msgid "Close the Basic-IDE window."
+msgid "CCYY-MM-DDThh:mm:ss.s"
msgstr ""
-#: userdefined_function.xhp
+#: numbers_text.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"par_id3150043\n"
-"11\n"
+"numbers_text.xhp\n"
+"par_id0908200901265399\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."
+msgid "hh:mm"
msgstr ""
-#: userdefined_function.xhp
+#: numbers_text.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"hd_id3147340\n"
-"18\n"
+"numbers_text.xhp\n"
+"par_id0908200901265347\n"
"help.text"
-msgid "Copying a Function To a Document"
+msgid "hh:mm:ss"
msgstr ""
-#: userdefined_function.xhp
+#: numbers_text.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"par_id3145232\n"
-"19\n"
+"numbers_text.xhp\n"
+"par_id0908200901265349\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."
+msgid "hh:mm:ss,s"
msgstr ""
-#: userdefined_function.xhp
+#: numbers_text.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"par_id3154022\n"
-"20\n"
+"numbers_text.xhp\n"
+"par_id0908200901265342\n"
"help.text"
-msgid "If you want to copy the user-defined function to a Calc document:"
+msgid "hh:mm:ss.s"
msgstr ""
-#: userdefined_function.xhp
+#: numbers_text.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"par_id3150304\n"
-"21\n"
+"numbers_text.xhp\n"
+"par_id0908200901265491\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Tools - Macros - Organize Macros - %PRODUCTNAME Basic</item> ."
+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 ""
-#: userdefined_function.xhp
+#: numbers_text.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"par_id3150086\n"
-"22\n"
+"numbers_text.xhp\n"
+"par_id0908200901265467\n"
"help.text"
-msgid "In the <emph>Macro from</emph> field select <emph>My Macros - Standard - Module1</emph> and click <emph>Edit</emph>."
+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 ""
-#: userdefined_function.xhp
+#: numbers_text.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"par_id3166430\n"
-"23\n"
+"numbers_text.xhp\n"
+"par_id0908200901265420\n"
"help.text"
-msgid "In the Basic-IDE, select the source of your user-defined function and copy it to the clipboard."
+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 ""
-#: userdefined_function.xhp
+#: numbers_text.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"par_idN1081D\n"
+"numbers_text.xhp\n"
+"par_id0908200901265448\n"
"help.text"
-msgid "Close the Basic-IDE."
+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 ""
-#: userdefined_function.xhp
+#: numbers_text.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"par_id3150517\n"
-"24\n"
+"numbers_text.xhp\n"
+"par_id090820090126540\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Tools - Macros - Organize Macros - %PRODUCTNAME Basic</item> ."
+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 ""
-#: userdefined_function.xhp
+#: numbers_text.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"par_id3145384\n"
-"25\n"
+"numbers_text.xhp\n"
+"hd_id1005200903485368\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>."
+msgid "Example"
+msgstr "მაგალითად"
+
+#: 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 ""
-#: userdefined_function.xhp
+#: numbers_text.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"par_id3148699\n"
-"26\n"
+"numbers_text.xhp\n"
+"par_id1005200903485341\n"
"help.text"
-msgid "Paste the clipboard contents in the Basic-IDE of the document."
+msgid "In A2 enter <item type=\"literal\">=A1+1</item> (which correctly results in 101)."
msgstr ""
-#: userdefined_function.xhp
+#: numbers_text.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"hd_id3153305\n"
+"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 ""
+
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"tit\n"
+"help.text"
+msgid "Printing Sheet Details"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3150010\n"
+"3\n"
+"help.text"
+msgid "Row and column headers"
+msgstr ""
+
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3154013\n"
+"4\n"
+"help.text"
+msgid "Sheet grid"
+msgstr ""
+
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3145273\n"
+"5\n"
+"help.text"
+msgid "Comments"
+msgstr "შიგთავსი"
+
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3145801\n"
+"6\n"
+"help.text"
+msgid "Objects and graphics"
+msgstr ""
+
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3154491\n"
+"7\n"
+"help.text"
+msgid "Charts"
+msgstr "დიაგრამები"
+
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3154731\n"
+"8\n"
+"help.text"
+msgid "Drawing objects"
+msgstr "ხატვის ობიქტები"
+
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3149400\n"
+"9\n"
+"help.text"
+msgid "Formulas"
+msgstr "ფორმულები"
+
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3150752\n"
+"10\n"
+"help.text"
+msgid "To choose the details proceed as follows:"
+msgstr ""
+
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3145640\n"
+"11\n"
+"help.text"
+msgid "Select the sheet you want to print."
+msgstr ""
+
+#: print_details.xhp
+msgctxt ""
+"print_details.xhp\n"
+"par_id3150042\n"
"12\n"
"help.text"
-msgid "Applying a User-defined Function in $[officename] Calc"
+msgid "Choose <emph>Format - Page</emph>."
msgstr ""
-#: userdefined_function.xhp
+#: print_details.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"par_id3148869\n"
+"print_details.xhp\n"
+"par_id3147340\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."
+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 ""
-#: userdefined_function.xhp
+#: print_details.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"par_id3148606\n"
+"print_details.xhp\n"
+"par_id3146916\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."
+msgid "Select the <emph>Sheet</emph> tab. In the <emph>Print </emph>area mark the details to be printed and click OK."
msgstr ""
-#: userdefined_function.xhp
+#: print_details.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"par_id3156019\n"
+"print_details.xhp\n"
+"par_id3145789\n"
"15\n"
"help.text"
-msgid "Set the cursor in another cell and enter the following:"
+msgid "Print the document."
msgstr ""
-#: userdefined_function.xhp
+#: print_details.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"par_id3155264\n"
+"print_details.xhp\n"
+"par_id3150345\n"
"16\n"
"help.text"
-msgid "=VOL(A1;B1;C1)"
+msgid "<link href=\"text/scalc/01/03100000.xhp\" name=\"View - Page Break Preview\">View - Page Break Preview</link>"
msgstr ""
-#: userdefined_function.xhp
+#: print_exact.xhp
msgctxt ""
-"userdefined_function.xhp\n"
-"par_id3146776\n"
-"17\n"
+"print_exact.xhp\n"
+"tit\n"
"help.text"
-msgid "The function is evaluated and you will see the result in the selected cell."
+msgid "Defining Number of Pages for Printing"
msgstr ""
-#: cellstyle_minusvalue.xhp
+#: print_exact.xhp
msgctxt ""
-"cellstyle_minusvalue.xhp\n"
-"tit\n"
+"print_exact.xhp\n"
+"bm_id3153194\n"
"help.text"
-msgid "Highlighting Negative Numbers"
+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 ""
-#: cellstyle_minusvalue.xhp
+#: print_exact.xhp
msgctxt ""
-"cellstyle_minusvalue.xhp\n"
-"bm_id3147434\n"
+"print_exact.xhp\n"
+"hd_id3153194\n"
+"1\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>"
+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 ""
-#: cellstyle_minusvalue.xhp
+#: print_exact.xhp
msgctxt ""
-"cellstyle_minusvalue.xhp\n"
-"hd_id3147434\n"
-"31\n"
+"print_exact.xhp\n"
+"par_id3153771\n"
+"2\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>"
+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 ""
-#: cellstyle_minusvalue.xhp
+#: print_exact.xhp
msgctxt ""
-"cellstyle_minusvalue.xhp\n"
-"par_id3153878\n"
-"33\n"
+"print_exact.xhp\n"
+"par_id3159155\n"
+"3\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."
+msgid "Go to the sheet to be printed."
msgstr ""
-#: cellstyle_minusvalue.xhp
+#: print_exact.xhp
msgctxt ""
-"cellstyle_minusvalue.xhp\n"
-"par_id3155600\n"
-"34\n"
+"print_exact.xhp\n"
+"par_id3150012\n"
+"4\n"
"help.text"
-msgid "Select the cells and choose <emph>Format - Cells</emph>."
+msgid "Choose <emph>View - Page Break Preview</emph>."
msgstr ""
-#: cellstyle_minusvalue.xhp
+#: print_exact.xhp
msgctxt ""
-"cellstyle_minusvalue.xhp\n"
-"par_id3146969\n"
-"35\n"
+"print_exact.xhp\n"
+"par_id3146974\n"
+"5\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>."
+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 ""
-#: cellstyle_minusvalue.xhp
+#: print_exact.xhp
msgctxt ""
-"cellstyle_minusvalue.xhp\n"
-"par_id3145640\n"
-"36\n"
+"print_exact.xhp\n"
+"par_id3152578\n"
+"6\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."
+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 ""
+
+#: 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 ""
#: print_landscape.xhp
@@ -9923,1734 +9094,1770 @@ msgctxt ""
msgid "<link href=\"text/scalc/guide/printranges.xhp\">Defining Print Ranges on a Sheet</link>"
msgstr ""
-#: calc_date.xhp
+#: print_title_row.xhp
msgctxt ""
-"calc_date.xhp\n"
+"print_title_row.xhp\n"
"tit\n"
"help.text"
-msgid "Calculating With Dates and Times"
+msgid "Printing Rows or Columns on Every Page"
msgstr ""
-#: calc_date.xhp
+#: print_title_row.xhp
msgctxt ""
-"calc_date.xhp\n"
-"bm_id3146120\n"
+"print_title_row.xhp\n"
+"bm_id3151112\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>"
+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 ""
-#: calc_date.xhp
+#: print_title_row.xhp
msgctxt ""
-"calc_date.xhp\n"
-"hd_id3146120\n"
-"11\n"
+"print_title_row.xhp\n"
+"hd_id3153727\n"
+"21\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>"
+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 ""
-#: calc_date.xhp
+#: print_title_row.xhp
msgctxt ""
-"calc_date.xhp\n"
-"par_id3154320\n"
-"12\n"
+"print_title_row.xhp\n"
+"par_id3154014\n"
+"2\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:"
+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 ""
-#: calc_date.xhp
+#: print_title_row.xhp
msgctxt ""
-"calc_date.xhp\n"
-"par_id3150750\n"
-"13\n"
+"print_title_row.xhp\n"
+"par_id3146975\n"
+"7\n"
"help.text"
-msgid "In a spreadsheet, enter your birthday in cell A1."
+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 ""
-#: calc_date.xhp
+#: print_title_row.xhp
msgctxt ""
-"calc_date.xhp\n"
-"par_id3145642\n"
-"14\n"
+"print_title_row.xhp\n"
+"par_id3163710\n"
+"8\n"
"help.text"
-msgid "Enter the following formula in cell A3: <item type=\"literal\">=NOW()-A1</item>"
+msgid "Choose <emph>Format - Print Ranges - Edit</emph>. The <emph>Edit Print Ranges</emph> dialog appears."
msgstr ""
-#: calc_date.xhp
+#: print_title_row.xhp
msgctxt ""
-"calc_date.xhp\n"
-"par_id3149020\n"
-"52\n"
+"print_title_row.xhp\n"
+"par_id3149958\n"
+"9\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."
+msgid "Click the icon at the far right of the <emph>Rows to repeat</emph> area."
msgstr ""
-#: calc_date.xhp
+#: print_title_row.xhp
msgctxt ""
-"calc_date.xhp\n"
-"par_id3155335\n"
-"53\n"
+"print_title_row.xhp\n"
+"par_id3145800\n"
+"10\n"
"help.text"
-msgid "Place the cursor in cell A3, right-click to open a context menu and choose <emph>Format Cells</emph>."
+msgid "The dialog shrinks so that you can see more of the sheet."
msgstr ""
-#: calc_date.xhp
+#: print_title_row.xhp
msgctxt ""
-"calc_date.xhp\n"
-"par_id3147343\n"
-"54\n"
+"print_title_row.xhp\n"
+"par_id3155602\n"
+"11\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."
+msgid "Select the first two rows and, for this example, click cell A1 and drag to A2."
msgstr ""
-#: calc_date.xhp
+#: print_title_row.xhp
msgctxt ""
-"calc_date.xhp\n"
-"par_id3147001\n"
-"15\n"
+"print_title_row.xhp\n"
+"par_id3154018\n"
+"12\n"
"help.text"
-msgid "The number of days between today's date and the specified date is displayed in cell A3."
+msgid "In the shrunk dialog you will see $1:$2. Rows 1 and 2 are now rows to repeat."
msgstr ""
-#: calc_date.xhp
+#: print_title_row.xhp
msgctxt ""
-"calc_date.xhp\n"
-"par_id3150304\n"
-"16\n"
+"print_title_row.xhp\n"
+"par_id3153707\n"
+"13\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."
+msgid "Click the icon at the far right of the <emph>Rows to repeat</emph> area. The dialog is restored again."
msgstr ""
-#: calc_date.xhp
+#: print_title_row.xhp
msgctxt ""
-"calc_date.xhp\n"
-"par_id3149207\n"
-"17\n"
+"print_title_row.xhp\n"
+"par_id3155443\n"
+"14\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."
+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 ""
-#: format_value_userdef.xhp
+#: print_title_row.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"tit\n"
+"print_title_row.xhp\n"
+"par_id3154256\n"
+"15\n"
"help.text"
-msgid "User-defined Number Formats"
+msgid "Click column A (not in the column header)."
msgstr ""
-#: format_value_userdef.xhp
+#: print_title_row.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"bm_id3143268\n"
+"print_title_row.xhp\n"
+"par_id3154704\n"
+"16\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>"
+msgid "Click the icon again at the far right of the <emph>Columns to repeat</emph> area."
msgstr ""
-#: format_value_userdef.xhp
+#: print_title_row.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"hd_id3143268\n"
-"26\n"
+"print_title_row.xhp\n"
+"par_id3150088\n"
+"17\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>"
+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 ""
-#: format_value_userdef.xhp
+#: print_title_row.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3150400\n"
-"1\n"
+"print_title_row.xhp\n"
+"par_id3155380\n"
+"18\n"
"help.text"
-msgid "You can define your own number formats to display numbers in <item type=\"productname\">%PRODUCTNAME</item> Calc."
+msgid "<link href=\"text/scalc/01/03100000.xhp\" name=\"View - Page Break Preview\">View - Page Break Preview</link>"
msgstr ""
-#: format_value_userdef.xhp
+#: print_title_row.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3150767\n"
-"2\n"
+"print_title_row.xhp\n"
+"par_id3154371\n"
+"19\n"
"help.text"
-msgid "As an example, to display the number 10,200,000 as 10.2 Million:"
+msgid "<link href=\"text/scalc/01/05080300.xhp\" name=\"Format - Print ranges - Edit\">Format - Print ranges - Edit</link>"
msgstr ""
-#: format_value_userdef.xhp
+#: print_title_row.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3150868\n"
-"3\n"
+"print_title_row.xhp\n"
+"par_id3146113\n"
+"20\n"
"help.text"
-msgid "Select the cells to which you want to apply a new, user-defined format."
+msgid "<link href=\"text/scalc/01/05070000.xhp\" name=\"Format - Page - (Header / Footer)\">Format - Page - (Header / Footer)</link>"
msgstr ""
-#: format_value_userdef.xhp
+#: printranges.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3149664\n"
-"4\n"
+"printranges.xhp\n"
+"tit\n"
"help.text"
-msgid "Choose <emph>Format - Cells - Numbers</emph>."
+msgid "Using Print Ranges on a Spreadsheet"
msgstr ""
-#: format_value_userdef.xhp
+#: printranges.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3149260\n"
-"5\n"
+"printranges.xhp\n"
+"bm_id14648\n"
"help.text"
-msgid "In the <emph>Categories</emph> list box select \"User-defined\"."
+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 ""
-#: format_value_userdef.xhp
+#: printranges.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3148646\n"
-"6\n"
+"printranges.xhp\n"
+"par_idN108D7\n"
"help.text"
-msgid "In the <emph>Format code</emph> text box enter the following code:"
+msgid "<variable id=\"printranges\"><link href=\"text/scalc/guide/printranges.xhp\">Defining Print Ranges on a Sheet</link> </variable>"
msgstr ""
-#: format_value_userdef.xhp
+#: printranges.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3152596\n"
-"7\n"
+"printranges.xhp\n"
+"par_idN108F5\n"
"help.text"
-msgid "0.0,, \"Million\""
+msgid "You can define which range of cells on a spreadsheet to print."
msgstr ""
-#: format_value_userdef.xhp
+#: printranges.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3144764\n"
-"8\n"
+"printranges.xhp\n"
+"par_idN108FB\n"
"help.text"
-msgid "Click OK."
+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 ""
-#: format_value_userdef.xhp
+#: printranges.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3155417\n"
-"9\n"
+"printranges.xhp\n"
+"par_idN1077A\n"
"help.text"
-msgid "The following table shows the effects of rounding, thousands delimiters (,), decimal delimiters (.) and the placeholders # and 0."
+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 ""
-#: format_value_userdef.xhp
+#: printranges.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3146971\n"
-"10\n"
+"printranges.xhp\n"
+"par_idN108FE\n"
"help.text"
-msgid "Number"
+msgid "To Define a Print Range"
msgstr ""
-#: format_value_userdef.xhp
+#: printranges.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3154757\n"
-"11\n"
+"printranges.xhp\n"
+"par_idN10905\n"
"help.text"
-msgid ".#,, \"Million\""
+msgid "Select the cells that you want to print."
msgstr ""
-#: format_value_userdef.xhp
+#: printranges.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3147338\n"
-"12\n"
+"printranges.xhp\n"
+"par_idN10909\n"
"help.text"
-msgid "0.0,, \"Million\""
+msgid "Choose <emph>Format - Print Ranges - Define</emph>."
msgstr ""
-#: format_value_userdef.xhp
+#: printranges.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3146920\n"
-"13\n"
+"printranges.xhp\n"
+"par_idN10910\n"
"help.text"
-msgid "#,, \"Million\""
+msgid "To Add Cells to a Print Range"
msgstr ""
-#: format_value_userdef.xhp
+#: printranges.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3147344\n"
-"14\n"
+"printranges.xhp\n"
+"par_idN10917\n"
"help.text"
-msgid "10200000"
+msgid "Select the cells that you want to add to the existing print range."
msgstr ""
-#: format_value_userdef.xhp
+#: printranges.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3147003\n"
-"15\n"
+"printranges.xhp\n"
+"par_idN1091B\n"
"help.text"
-msgid "10.2 Million"
+msgid "Choose <emph>Format - Print Ranges - Add</emph>."
msgstr ""
-#: format_value_userdef.xhp
+#: printranges.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3166426\n"
-"16\n"
+"printranges.xhp\n"
+"par_idN10922\n"
"help.text"
-msgid "10.2 Million"
+msgid "To Clear a Print Range"
msgstr ""
-#: format_value_userdef.xhp
+#: printranges.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3155113\n"
-"17\n"
+"printranges.xhp\n"
+"par_idN10929\n"
"help.text"
-msgid "10 Million"
+msgid "Choose <emph>Format - Print Ranges - Remove</emph>."
msgstr ""
-#: format_value_userdef.xhp
+#: printranges.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3150369\n"
-"18\n"
+"printranges.xhp\n"
+"par_idN10953\n"
"help.text"
-msgid "500000"
+msgid "Using the Page Break Preview to Edit Print Ranges"
msgstr ""
-#: format_value_userdef.xhp
+#: printranges.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3145585\n"
-"19\n"
+"printranges.xhp\n"
+"par_idN1093E\n"
"help.text"
-msgid ".5 Million"
+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 ""
-#: format_value_userdef.xhp
+#: printranges.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3154486\n"
-"20\n"
+"printranges.xhp\n"
+"par_id3153143\n"
+"8\n"
"help.text"
-msgid "0.5 Million"
+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 ""
-#: format_value_userdef.xhp
+#: printranges.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3146114\n"
-"21\n"
+"printranges.xhp\n"
+"par_idN10930\n"
"help.text"
-msgid "1 Million"
+msgid "To View and Edit Print Ranges"
msgstr ""
-#: format_value_userdef.xhp
+#: printranges.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3155810\n"
-"22\n"
+"printranges.xhp\n"
+"par_idN10937\n"
"help.text"
-msgid "100000000"
+msgid "Choose <emph>View - Page Break Preview</emph>."
msgstr ""
-#: format_value_userdef.xhp
+#: printranges.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3153818\n"
-"23\n"
+"printranges.xhp\n"
+"par_idN1082A\n"
"help.text"
-msgid "100. Million"
+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 ""
-#: format_value_userdef.xhp
+#: printranges.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3151241\n"
-"24\n"
+"printranges.xhp\n"
+"par_idN10836\n"
"help.text"
-msgid "100.0 Million"
+msgid "Edit the print range."
msgstr ""
-#: format_value_userdef.xhp
+#: printranges.xhp
msgctxt ""
-"format_value_userdef.xhp\n"
-"par_id3144771\n"
-"25\n"
+"printranges.xhp\n"
+"par_idN10944\n"
"help.text"
-msgid "100 Million"
+msgid "To change the size of a print range, drag a border of the range to a new location."
msgstr ""
-#: edit_multitables.xhp
+#: printranges.xhp
msgctxt ""
-"edit_multitables.xhp\n"
-"tit\n"
+"printranges.xhp\n"
+"par_id3151075\n"
+"12\n"
"help.text"
-msgid "Copying to Multiple Sheets"
+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 ""
-#: edit_multitables.xhp
+#: printranges.xhp
msgctxt ""
-"edit_multitables.xhp\n"
-"bm_id3149456\n"
+"printranges.xhp\n"
+"par_idN10948\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>"
+msgid "To clear a print range, drag a border of the range onto the opposite border of the range."
msgstr ""
-#: edit_multitables.xhp
+#: printranges.xhp
msgctxt ""
-"edit_multitables.xhp\n"
-"hd_id3149456\n"
-"3\n"
+"printranges.xhp\n"
+"par_idN10862\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>"
+msgid "To exit the <emph>Page Break Preview</emph>, choose <emph>View - Normal</emph>."
msgstr ""
-#: edit_multitables.xhp
+#: printranges.xhp
msgctxt ""
-"edit_multitables.xhp\n"
-"par_id3150868\n"
-"6\n"
+"printranges.xhp\n"
+"par_idN109CF\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."
+msgid "<link href=\"text/scalc/01/05080300.xhp\">Editing Print Ranges</link>"
msgstr ""
-#: edit_multitables.xhp
+#: relativ_absolut_ref.xhp
msgctxt ""
-"edit_multitables.xhp\n"
-"par_id3153768\n"
-"8\n"
+"relativ_absolut_ref.xhp\n"
+"tit\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."
+msgid "Addresses and References, Absolute and Relative"
msgstr ""
-#: edit_multitables.xhp
+#: relativ_absolut_ref.xhp
msgctxt ""
-"edit_multitables.xhp\n"
-"par_idN10614\n"
+"relativ_absolut_ref.xhp\n"
+"bm_id3156423\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."
+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 ""
-#: edit_multitables.xhp
+#: relativ_absolut_ref.xhp
msgctxt ""
-"edit_multitables.xhp\n"
-"par_id3147435\n"
-"7\n"
+"relativ_absolut_ref.xhp\n"
+"hd_id3156423\n"
+"53\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."
+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 ""
-#: sorted_list.xhp
+#: relativ_absolut_ref.xhp
msgctxt ""
-"sorted_list.xhp\n"
-"tit\n"
+"relativ_absolut_ref.xhp\n"
+"hd_id3163712\n"
+"3\n"
"help.text"
-msgid "Applying Sort Lists"
+msgid "Relative Addressing"
msgstr ""
-#: sorted_list.xhp
+#: relativ_absolut_ref.xhp
msgctxt ""
-"sorted_list.xhp\n"
-"bm_id3150870\n"
+"relativ_absolut_ref.xhp\n"
+"par_id3146119\n"
+"4\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>"
+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 ""
-#: sorted_list.xhp
+#: relativ_absolut_ref.xhp
msgctxt ""
-"sorted_list.xhp\n"
-"hd_id3150870\n"
-"3\n"
+"relativ_absolut_ref.xhp\n"
+"par_id3154730\n"
+"5\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>"
+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 ""
-#: sorted_list.xhp
+#: relativ_absolut_ref.xhp
msgctxt ""
-"sorted_list.xhp\n"
-"par_id3159154\n"
+"relativ_absolut_ref.xhp\n"
+"hd_id3149377\n"
+"6\n"
+"help.text"
+msgid "Absolute Addressing"
+msgstr ""
+
+#: relativ_absolut_ref.xhp
+msgctxt ""
+"relativ_absolut_ref.xhp\n"
+"par_id3154943\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."
+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 ""
-#: sorted_list.xhp
+#: relativ_absolut_ref.xhp
msgctxt ""
-"sorted_list.xhp\n"
-"par_id3148645\n"
-"4\n"
+"relativ_absolut_ref.xhp\n"
+"par_id3147338\n"
+"36\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."
+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 ""
-#: sorted_list.xhp
+#: relativ_absolut_ref.xhp
msgctxt ""
-"sorted_list.xhp\n"
-"par_id2367931\n"
+"relativ_absolut_ref.xhp\n"
+"par_id3153963\n"
+"52\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."
+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 ""
-#: sorted_list.xhp
+#: relativ_absolut_ref.xhp
msgctxt ""
-"sorted_list.xhp\n"
-"par_id3152577\n"
-"5\n"
+"relativ_absolut_ref.xhp\n"
+"hd_id3154704\n"
+"29\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."
+msgid "When to Use Relative and Absolute References"
msgstr ""
-#: sorted_list.xhp
-#, fuzzy
+#: relativ_absolut_ref.xhp
msgctxt ""
-"sorted_list.xhp\n"
-"par_id3147434\n"
-"6\n"
+"relativ_absolut_ref.xhp\n"
+"par_id3147346\n"
+"8\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>"
+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 ""
-#: formula_enter.xhp
+#: relativ_absolut_ref.xhp
msgctxt ""
-"formula_enter.xhp\n"
-"tit\n"
+"relativ_absolut_ref.xhp\n"
+"par_id3155335\n"
+"9\n"
"help.text"
-msgid "Entering Formulas"
+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 ""
-#: formula_enter.xhp
+#: relativ_absolut_ref.xhp
msgctxt ""
-"formula_enter.xhp\n"
-"bm_id3150868\n"
+"relativ_absolut_ref.xhp\n"
+"par_id3145791\n"
+"39\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>"
+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 ""
-#: formula_enter.xhp
+#: relativ_absolut_ref.xhp
msgctxt ""
-"formula_enter.xhp\n"
-"hd_id3150868\n"
-"9\n"
+"relativ_absolut_ref.xhp\n"
+"par_id3147005\n"
+"10\n"
"help.text"
-msgid "<variable id=\"formula_enter\"><link href=\"text/scalc/guide/formula_enter.xhp\" name=\"Entering Formulas\">Entering Formulas</link></variable>"
+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 ""
-#: formula_enter.xhp
+#: rename_table.xhp
msgctxt ""
-"formula_enter.xhp\n"
-"par_id6848353\n"
+"rename_table.xhp\n"
+"tit\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."
+msgid "Renaming Sheets"
msgstr ""
-#: formula_enter.xhp
+#: rename_table.xhp
msgctxt ""
-"formula_enter.xhp\n"
-"par_id3145364\n"
-"10\n"
+"rename_table.xhp\n"
+"bm_id3150398\n"
"help.text"
-msgid "Click the cell in which you want to enter the formula."
+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 ""
-#: formula_enter.xhp
+#: rename_table.xhp
msgctxt ""
-"formula_enter.xhp\n"
-"par_id3150012\n"
+"rename_table.xhp\n"
+"hd_id3150398\n"
"11\n"
"help.text"
-msgid "Click the <emph>Function</emph> icon on the Formula Bar."
+msgid "<variable id=\"rename_table\"><link href=\"text/scalc/guide/rename_table.xhp\" name=\"Renaming Sheets\">Renaming Sheets</link></variable>"
msgstr ""
-#: formula_enter.xhp
+#: rename_table.xhp
msgctxt ""
-"formula_enter.xhp\n"
-"par_id3156441\n"
+"rename_table.xhp\n"
+"par_id3155131\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."
+msgid "Click the name of the sheet that you want to change."
msgstr ""
-#: formula_enter.xhp
+#: rename_table.xhp
msgctxt ""
-"formula_enter.xhp\n"
-"par_id3153726\n"
-"3\n"
+"rename_table.xhp\n"
+"par_id3146976\n"
+"13\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>."
+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 ""
-#: formula_enter.xhp
+#: rename_table.xhp
msgctxt ""
-"formula_enter.xhp\n"
-"par_id3147394\n"
-"8\n"
+"rename_table.xhp\n"
+"par_id3149260\n"
+"15\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."
+msgid "Enter a new name for the sheet and click <emph>OK</emph>."
msgstr ""
-#: formula_enter.xhp
+#: rename_table.xhp
msgctxt ""
-"formula_enter.xhp\n"
-"par_id4206976\n"
+"rename_table.xhp\n"
+"par_id3149667\n"
+"27\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:"
+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 ""
-#: formula_enter.xhp
+#: rename_table.xhp
msgctxt ""
-"formula_enter.xhp\n"
-"par_id1836909\n"
+"rename_table.xhp\n"
+"par_id0909200810502833\n"
"help.text"
-msgid "+ 5 0 - 8 Enter"
+msgid "Sheet names can contain almost any character. Some naming restrictions apply when you want to save the spreadsheet to Microsoft Excel format."
msgstr ""
-#: formula_enter.xhp
+#: rename_table.xhp
msgctxt ""
-"formula_enter.xhp\n"
-"par_id8171330\n"
+"rename_table.xhp\n"
+"par_id090920081050283\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>."
+msgid "When saving to Microsoft Excel format, the following characters are not allowed in sheet names:"
msgstr ""
-#: formula_enter.xhp
+#: rename_table.xhp
msgctxt ""
-"formula_enter.xhp\n"
-"par_id3155764\n"
-"6\n"
+"rename_table.xhp\n"
+"par_id090920081050281\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>."
+msgid "colon :"
msgstr ""
-#: formula_enter.xhp
+#: rename_table.xhp
msgctxt ""
-"formula_enter.xhp\n"
-"par_id3149210\n"
-"7\n"
+"rename_table.xhp\n"
+"par_id0909200810502897\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>"
+msgid "back slash \\"
msgstr ""
-#: formula_enter.xhp
+#: rename_table.xhp
msgctxt ""
-"formula_enter.xhp\n"
-"par_id3150304\n"
-"5\n"
+"rename_table.xhp\n"
+"par_id090920081050299\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."
+msgid "forward slash /"
msgstr ""
-#: formula_enter.xhp
+#: rename_table.xhp
msgctxt ""
-"formula_enter.xhp\n"
-"par_id3152993\n"
-"13\n"
+"rename_table.xhp\n"
+"par_id0909200810502913\n"
"help.text"
-msgid "<link href=\"text/scalc/main0206.xhp\" name=\"Formula bar\">Formula bar</link>"
+msgid "question mark ?"
msgstr ""
-#: cellstyle_by_formula.xhp
+#: rename_table.xhp
msgctxt ""
-"cellstyle_by_formula.xhp\n"
-"tit\n"
+"rename_table.xhp\n"
+"par_id090920081050298\n"
"help.text"
-msgid "Assigning Formats by Formula"
+msgid "asterisk *"
msgstr ""
-#: cellstyle_by_formula.xhp
+#: rename_table.xhp
msgctxt ""
-"cellstyle_by_formula.xhp\n"
-"bm_id3145673\n"
+"rename_table.xhp\n"
+"par_id0909200810502969\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>"
+msgid "left square bracket ["
msgstr ""
-#: cellstyle_by_formula.xhp
+#: rename_table.xhp
msgctxt ""
-"cellstyle_by_formula.xhp\n"
-"hd_id3145673\n"
-"13\n"
+"rename_table.xhp\n"
+"par_id0909200810502910\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>"
+msgid "right square bracket ]"
msgstr ""
-#: cellstyle_by_formula.xhp
+#: rename_table.xhp
msgctxt ""
-"cellstyle_by_formula.xhp\n"
-"par_id3150275\n"
-"14\n"
+"rename_table.xhp\n"
+"par_id0909200810502971\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."
+msgid "single quote ' as the first or last character of the name"
msgstr ""
-#: cellstyle_by_formula.xhp
+#: rename_table.xhp
msgctxt ""
-"cellstyle_by_formula.xhp\n"
-"par_id3151385\n"
-"15\n"
+"rename_table.xhp\n"
+"par_id090920081050307\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."
+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 ""
-#: cellstyle_by_formula.xhp
+#: rename_table.xhp
msgctxt ""
-"cellstyle_by_formula.xhp\n"
-"par_id3149456\n"
-"16\n"
+"rename_table.xhp\n"
+"par_id0909200810503071\n"
"help.text"
-msgid "Select all the desired cells."
+msgid "This year's sheet"
msgstr ""
-#: cellstyle_by_formula.xhp
+#: rename_table.xhp
msgctxt ""
-"cellstyle_by_formula.xhp\n"
-"par_id3148797\n"
-"17\n"
+"rename_table.xhp\n"
+"par_id0909200810503054\n"
"help.text"
-msgid "Select the menu command <emph>Edit - Find & Replace</emph>."
+msgid "The reference must be enclosed in single quotes, and the one single quote inside the name must be doubled:"
msgstr ""
-#: cellstyle_by_formula.xhp
+#: rename_table.xhp
msgctxt ""
-"cellstyle_by_formula.xhp\n"
-"par_id3150767\n"
-"18\n"
+"rename_table.xhp\n"
+"par_id0909200810503069\n"
"help.text"
-msgid "For the <item type=\"menuitem\">Search for</item> term, enter: .<item type=\"literal\">*</item>"
+msgid "'This year''s sheet'.A1"
msgstr ""
-#: cellstyle_by_formula.xhp
+#: rename_table.xhp
msgctxt ""
-"cellstyle_by_formula.xhp\n"
-"par_id3153770\n"
-"19\n"
+"rename_table.xhp\n"
+"par_id3155444\n"
+"16\n"
"help.text"
-msgid "\".*\" is a regular expression that designates the contents of the current cell."
+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 ""
-#: cellstyle_by_formula.xhp
+#: rounding_numbers.xhp
msgctxt ""
-"cellstyle_by_formula.xhp\n"
-"par_id3153143\n"
-"20\n"
+"rounding_numbers.xhp\n"
+"tit\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>"
+msgid "Using Rounded Off Numbers"
msgstr ""
-#: cellstyle_by_formula.xhp
+#: rounding_numbers.xhp
msgctxt ""
-"cellstyle_by_formula.xhp\n"
-"par_id3146975\n"
-"21\n"
+"rounding_numbers.xhp\n"
+"bm_id3153361\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."
+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 ""
-#: cellstyle_by_formula.xhp
+#: rounding_numbers.xhp
msgctxt ""
-"cellstyle_by_formula.xhp\n"
-"par_id3149262\n"
-"22\n"
+"rounding_numbers.xhp\n"
+"hd_id3156422\n"
+"2\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>."
+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 ""
-#: cellstyle_by_formula.xhp
+#: rounding_numbers.xhp
msgctxt ""
-"cellstyle_by_formula.xhp\n"
-"par_id3144767\n"
-"24\n"
+"rounding_numbers.xhp\n"
+"par_id3153726\n"
+"3\n"
"help.text"
-msgid "All cells with contents that were included in the selection are now highlighted."
+msgid "In $[officename] Calc, all decimal numbers are displayed rounded off to two decimal places."
msgstr ""
-#: cellstyle_by_formula.xhp
+#: rounding_numbers.xhp
msgctxt ""
-"cellstyle_by_formula.xhp\n"
-"par_id3147127\n"
-"23\n"
+"rounding_numbers.xhp\n"
+"hd_id3152596\n"
+"4\n"
"help.text"
-msgid "Click <item type=\"menuitem\">Replace all</item>."
+msgid "To change this for selected cells"
msgstr ""
-#: print_exact.xhp
+#: rounding_numbers.xhp
msgctxt ""
-"print_exact.xhp\n"
-"tit\n"
+"rounding_numbers.xhp\n"
+"par_id3154321\n"
+"5\n"
"help.text"
-msgid "Defining Number of Pages for Printing"
+msgid "Mark all the cells you want to modify."
msgstr ""
-#: print_exact.xhp
+#: rounding_numbers.xhp
msgctxt ""
-"print_exact.xhp\n"
-"bm_id3153194\n"
+"rounding_numbers.xhp\n"
+"par_id3147428\n"
+"6\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>"
+msgid "Choose <emph>Format - Cells</emph> and go to the <emph>Numbers</emph> tab page."
msgstr ""
-#: print_exact.xhp
+#: rounding_numbers.xhp
msgctxt ""
-"print_exact.xhp\n"
-"hd_id3153194\n"
-"1\n"
+"rounding_numbers.xhp\n"
+"par_id3153876\n"
+"7\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>"
+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 ""
-#: print_exact.xhp
+#: rounding_numbers.xhp
msgctxt ""
-"print_exact.xhp\n"
-"par_id3153771\n"
-"2\n"
+"rounding_numbers.xhp\n"
+"hd_id3155415\n"
+"8\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."
+msgid "To change this everywhere"
msgstr ""
-#: print_exact.xhp
+#: rounding_numbers.xhp
msgctxt ""
-"print_exact.xhp\n"
-"par_id3159155\n"
-"3\n"
+"rounding_numbers.xhp\n"
+"par_id3150715\n"
+"9\n"
"help.text"
-msgid "Go to the sheet to be printed."
-msgstr ""
+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-ს"
-#: print_exact.xhp
+#: rounding_numbers.xhp
msgctxt ""
-"print_exact.xhp\n"
-"par_id3150012\n"
-"4\n"
+"rounding_numbers.xhp\n"
+"par_id3153707\n"
+"10\n"
"help.text"
-msgid "Choose <emph>View - Page Break Preview</emph>."
+msgid "Go to the <emph>Calculate</emph> page. Modify the number of <emph>Decimal places</emph> and exit the dialog with OK."
msgstr ""
-#: print_exact.xhp
+#: rounding_numbers.xhp
msgctxt ""
-"print_exact.xhp\n"
-"par_id3146974\n"
-"5\n"
+"rounding_numbers.xhp\n"
+"hd_id3154755\n"
+"11\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."
+msgid "To calculate with the rounded off numbers instead of the internal exact values"
msgstr ""
-#: print_exact.xhp
+#: rounding_numbers.xhp
msgctxt ""
-"print_exact.xhp\n"
-"par_id3152578\n"
-"6\n"
+"rounding_numbers.xhp\n"
+"par_id3150045\n"
+"12\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 ""
+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-ს"
-#: print_exact.xhp
+#: rounding_numbers.xhp
msgctxt ""
-"print_exact.xhp\n"
-"par_id3151073\n"
-"7\n"
+"rounding_numbers.xhp\n"
+"par_id3146920\n"
+"13\n"
"help.text"
-msgid "<link href=\"text/scalc/01/03100000.xhp\" name=\"View - Page Break Preview\">View - Page Break Preview</link>"
+msgid "Go to the <emph>Calculate</emph> page. Mark the <emph>Precision as shown</emph> field and exit the dialog with OK."
msgstr ""
-#: database_filter.xhp
+#: rounding_numbers.xhp
msgctxt ""
-"database_filter.xhp\n"
+"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>"
+
+#: 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>"
+
+#: row_height.xhp
+msgctxt ""
+"row_height.xhp\n"
"tit\n"
"help.text"
-msgid "Filtering Cell Ranges"
+msgid "Changing Row Height or Column Width"
msgstr ""
-#: database_filter.xhp
+#: row_height.xhp
msgctxt ""
-"database_filter.xhp\n"
-"bm_id3153541\n"
+"row_height.xhp\n"
+"bm_id3145748\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>"
+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 ""
-#: database_filter.xhp
-#, fuzzy
+#: row_height.xhp
msgctxt ""
-"database_filter.xhp\n"
-"hd_id3153541\n"
-"47\n"
+"row_height.xhp\n"
+"hd_id3145748\n"
+"1\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>"
+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 ""
-#: database_filter.xhp
+#: row_height.xhp
msgctxt ""
-"database_filter.xhp\n"
-"par_id3145069\n"
-"48\n"
+"row_height.xhp\n"
+"par_id3154017\n"
+"2\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."
+msgid "You can change the height of the rows with the mouse or through the dialog."
msgstr ""
-#: database_filter.xhp
+#: row_height.xhp
msgctxt ""
-"database_filter.xhp\n"
-"par_idN10682\n"
+"row_height.xhp\n"
+"par_id3154702\n"
+"3\n"
"help.text"
-msgid "To Apply a Standard Filter to a Cell Range"
+msgid "What is described here for rows and row height applies accordingly for columns and column width."
msgstr ""
-#: database_filter.xhp
+#: row_height.xhp
msgctxt ""
-"database_filter.xhp\n"
-"par_id3150398\n"
-"50\n"
+"row_height.xhp\n"
+"hd_id3153963\n"
+"4\n"
"help.text"
-msgid "Click in a cell range."
+msgid "Using the mouse to change the row height or column width"
msgstr ""
-#: database_filter.xhp
+#: row_height.xhp
msgctxt ""
-"database_filter.xhp\n"
-"par_idN10693\n"
+"row_height.xhp\n"
+"par_id3154020\n"
+"5\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Data - Filter - Standard Filter</item>."
+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 ""
-#: database_filter.xhp
+#: row_height.xhp
msgctxt ""
-"database_filter.xhp\n"
-"par_id3156422\n"
-"51\n"
+"row_height.xhp\n"
+"par_id3159237\n"
+"6\n"
"help.text"
-msgid "In the <emph>Standard Filter</emph> dialog, specify the filter options that you want."
+msgid "Select the optimal row height by double-clicking the separator below the row."
msgstr ""
-#: database_filter.xhp
-#, fuzzy
+#: row_height.xhp
msgctxt ""
-"database_filter.xhp\n"
-"par_idN106A5\n"
+"row_height.xhp\n"
+"hd_id3154659\n"
+"7\n"
"help.text"
-msgid "Click <emph>OK</emph>."
-msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
+msgid "Using the dialog to change the row height or column width"
+msgstr ""
-#: database_filter.xhp
+#: row_height.xhp
msgctxt ""
-"database_filter.xhp\n"
-"par_id3153143\n"
-"52\n"
+"row_height.xhp\n"
+"par_id3150367\n"
+"8\n"
"help.text"
-msgid "The records that match the filter options that you specified are shown."
+msgid "Click the row so that you achieve the focus."
msgstr ""
-#: database_filter.xhp
+#: row_height.xhp
msgctxt ""
-"database_filter.xhp\n"
-"par_id3153728\n"
-"53\n"
+"row_height.xhp\n"
+"par_id3166432\n"
+"9\n"
"help.text"
-msgid "To Apply an AutoFilter to a Cell Range"
+msgid "Start the context menu on the header at the left-hand side."
msgstr ""
-#: database_filter.xhp
+#: row_height.xhp
msgctxt ""
-"database_filter.xhp\n"
-"par_id3144764\n"
-"54\n"
+"row_height.xhp\n"
+"par_id3150519\n"
+"10\n"
"help.text"
-msgid "Click in a cell range or a database range."
+msgid "You will see the commands <emph>Row Height</emph> and <emph>Optimal row height</emph>. Choosing either opens a dialog."
msgstr ""
-#: database_filter.xhp
+#: row_height.xhp
msgctxt ""
-"database_filter.xhp\n"
-"par_id9303872\n"
+"row_height.xhp\n"
+"par_id3154487\n"
+"11\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."
+msgid "<link href=\"text/shared/01/05340100.xhp\" name=\"Row height\">Row height</link>"
msgstr ""
-#: database_filter.xhp
+#: row_height.xhp
msgctxt ""
-"database_filter.xhp\n"
-"par_id3154944\n"
-"55\n"
+"row_height.xhp\n"
+"par_id3149408\n"
+"12\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Data - Filter - AutoFilter</item>."
+msgid "<link href=\"text/scalc/01/05030200.xhp\" name=\"Optimal row height\">Optimal row height</link>"
msgstr ""
-#: database_filter.xhp
+#: row_height.xhp
msgctxt ""
-"database_filter.xhp\n"
-"par_idN106DB\n"
+"row_height.xhp\n"
+"par_id3153305\n"
+"13\n"
"help.text"
-msgid "An arrow button is added to the head of each column in the database range."
+msgid "<link href=\"text/shared/01/05340200.xhp\" name=\"Column width\">Column width</link>"
msgstr ""
-#: database_filter.xhp
+#: row_height.xhp
msgctxt ""
-"database_filter.xhp\n"
-"par_id3153878\n"
-"56\n"
+"row_height.xhp\n"
+"par_id3153815\n"
+"14\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."
+msgid "<link href=\"text/scalc/01/05040200.xhp\" name=\"Optimal column width\">Optimal column width</link>"
msgstr ""
-#: database_filter.xhp
+#: scenario.xhp
msgctxt ""
-"database_filter.xhp\n"
-"par_idN10749\n"
+"scenario.xhp\n"
+"tit\n"
"help.text"
-msgid "Select the value or string that you want to use as the filter criteria."
+msgid "Using Scenarios"
msgstr ""
-#: database_filter.xhp
+#: scenario.xhp
msgctxt ""
-"database_filter.xhp\n"
-"par_idN1074C\n"
+"scenario.xhp\n"
+"bm_id3149664\n"
"help.text"
-msgid "The records that match the filter criteria that you selected are shown."
+msgid "<bookmark_value>scenarios; creating/editing/deleting</bookmark_value><bookmark_value>opening;scenarios</bookmark_value><bookmark_value>selecting;scenarios in Navigator</bookmark_value>"
msgstr ""
-#: database_filter.xhp
+#: scenario.xhp
msgctxt ""
-"database_filter.xhp\n"
-"par_idN106E8\n"
+"scenario.xhp\n"
+"hd_id3125863\n"
+"1\n"
"help.text"
-msgid "To Remove a Filter From a Cell Range"
+msgid "<variable id=\"scenario\"><link href=\"text/scalc/guide/scenario.xhp\" name=\"Using Scenarios\">Using Scenarios</link></variable>"
msgstr ""
-#: database_filter.xhp
+#: scenario.xhp
msgctxt ""
-"database_filter.xhp\n"
-"par_idN1075C\n"
+"scenario.xhp\n"
+"par_id3150869\n"
+"2\n"
"help.text"
-msgid "Click in a filtered cell range."
+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 ""
-#: database_filter.xhp
+#: scenario.xhp
msgctxt ""
-"database_filter.xhp\n"
-"par_idN106EC\n"
+"scenario.xhp\n"
+"hd_id3149255\n"
+"15\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Data - Filter - Remove Filter</item>."
+msgid "Creating Your Own Scenarios"
msgstr ""
-#: database_filter.xhp
+#: scenario.xhp
msgctxt ""
-"database_filter.xhp\n"
-"par_id4525284\n"
+"scenario.xhp\n"
+"par_id3154704\n"
+"16\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>"
+msgid "To create a scenario, select all the cells that provide the data for the scenario."
msgstr ""
-#: design.xhp
+#: scenario.xhp
msgctxt ""
-"design.xhp\n"
-"tit\n"
+"scenario.xhp\n"
+"par_id3154020\n"
+"17\n"
"help.text"
-msgid "Selecting Themes for Sheets"
+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 ""
-#: design.xhp
+#: scenario.xhp
msgctxt ""
-"design.xhp\n"
-"bm_id3150791\n"
+"scenario.xhp\n"
+"par_id3150364\n"
+"18\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>"
+msgid "Choose <emph>Tools - Scenarios</emph>. The <emph>Create Scenario</emph> dialog appears."
msgstr ""
-#: design.xhp
+#: scenario.xhp
msgctxt ""
-"design.xhp\n"
-"hd_id3150791\n"
-"6\n"
+"scenario.xhp\n"
+"par_id3166426\n"
+"19\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>"
+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 ""
-#: design.xhp
+#: scenario.xhp
msgctxt ""
-"design.xhp\n"
-"par_id3145786\n"
-"13\n"
+"scenario.xhp\n"
+"hd_id3149664\n"
+"3\n"
"help.text"
-msgid "$[officename] Calc comes with a predefined set of formatting themes that you can apply to your spreadsheets."
+msgid "Using Scenarios"
msgstr ""
-#: design.xhp
+#: scenario.xhp
msgctxt ""
-"design.xhp\n"
-"par_id3154490\n"
-"16\n"
+"scenario.xhp\n"
+"par_id3153415\n"
+"11\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."
+msgid "Scenarios can be selected in the Navigator:"
msgstr ""
-#: design.xhp
+#: scenario.xhp
msgctxt ""
-"design.xhp\n"
-"par_id3154757\n"
-"17\n"
+"scenario.xhp\n"
+"par_id3150752\n"
+"12\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."
+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 ""
-#: design.xhp
+#: scenario.xhp
msgctxt ""
-"design.xhp\n"
-"par_id3156382\n"
-"18\n"
+"scenario.xhp\n"
+"par_id3155764\n"
+"13\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."
+msgid "Click the <emph>Scenarios</emph> icon <image id=\"img_id7617114\" src=\"sc/imglst/na07.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id7617114\">Scenarios icon</alt></image> in the Navigator."
msgstr ""
-#: design.xhp
+#: scenario.xhp
msgctxt ""
-"design.xhp\n"
-"par_id3153963\n"
-"19\n"
+"scenario.xhp\n"
+"par_id3154256\n"
+"14\n"
"help.text"
-msgid "To apply a theme to a spreadsheet:"
+msgid "In the Navigator, you see the defined scenarios with the comments that were entered when the scenarios were created."
msgstr ""
-#: design.xhp
+#: scenario.xhp
msgctxt ""
-"design.xhp\n"
-"par_id3146920\n"
-"15\n"
+"scenario.xhp\n"
+"par_id1243629\n"
"help.text"
-msgid "Click the <emph>Choose Themes</emph> icon in the <emph>Tools</emph> bar."
+msgid "Double-click a scenario name in the Navigator to apply that scenario to the current sheet."
msgstr ""
-#: design.xhp
+#: scenario.xhp
msgctxt ""
-"design.xhp\n"
-"par_id3148488\n"
-"20\n"
+"scenario.xhp\n"
+"par_id9044770\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."
+msgid "To delete a scenario, right-click the name in the Navigator and choose <emph>Delete</emph>."
msgstr ""
-#: design.xhp
+#: scenario.xhp
msgctxt ""
-"design.xhp\n"
-"par_id3155114\n"
-"9\n"
+"scenario.xhp\n"
+"par_id3674123\n"
"help.text"
-msgid "In the <emph>Theme Selection </emph>dialog, select the theme that you want to apply to the spreadsheet."
+msgid "To edit a scenario, right-click the name in the Navigator and choose <emph>Properties</emph>."
msgstr ""
-#: design.xhp
+#: scenario.xhp
msgctxt ""
-"design.xhp\n"
-"par_id3150090\n"
-"21\n"
+"scenario.xhp\n"
+"par_id3424481\n"
"help.text"
-msgid "Click OK"
+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 ""
-#: design.xhp
+#: scenario.xhp
msgctxt ""
-"design.xhp\n"
-"par_id3150201\n"
+"scenario.xhp\n"
+"par_id3154368\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."
+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 ""
-#: design.xhp
+#: scenario.xhp
msgctxt ""
-"design.xhp\n"
-"par_id3146979\n"
-"12\n"
+"scenario.xhp\n"
+"par_id3154484\n"
+"29\n"
"help.text"
-msgid "<link href=\"text/scalc/02/06080000.xhp\" name=\"Theme selection\">Theme selection</link>"
+msgid "<link href=\"text/scalc/01/06050000.xhp\" name=\"Creating Scenarios\">Creating Scenarios</link>"
msgstr ""
-#: cell_unprotect.xhp
+#: sorted_list.xhp
msgctxt ""
-"cell_unprotect.xhp\n"
+"sorted_list.xhp\n"
"tit\n"
"help.text"
-msgid "Unprotecting Cells"
+msgid "Applying Sort Lists"
msgstr ""
-#: cell_unprotect.xhp
+#: sorted_list.xhp
msgctxt ""
-"cell_unprotect.xhp\n"
-"bm_id3153252\n"
+"sorted_list.xhp\n"
+"bm_id3150870\n"
"help.text"
-msgid "<bookmark_value>cell protection; unprotecting</bookmark_value> <bookmark_value>protecting; unprotecting cells</bookmark_value> <bookmark_value>unprotecting cells</bookmark_value>"
+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 ""
-#: cell_unprotect.xhp
+#: sorted_list.xhp
msgctxt ""
-"cell_unprotect.xhp\n"
-"hd_id3153252\n"
-"14\n"
+"sorted_list.xhp\n"
+"hd_id3150870\n"
+"3\n"
"help.text"
-msgid "<variable id=\"cell_unprotect\"><link href=\"text/scalc/guide/cell_unprotect.xhp\" name=\"Unprotecting Cells\">Unprotecting Cells</link> </variable>"
+msgid "<variable id=\"sorted_list\"><link href=\"text/scalc/guide/sorted_list.xhp\" name=\"Applying Sort Lists\">Applying Sort Lists</link> </variable>"
msgstr ""
-#: cell_unprotect.xhp
+#: sorted_list.xhp
msgctxt ""
-"cell_unprotect.xhp\n"
-"par_id3151112\n"
-"15\n"
+"sorted_list.xhp\n"
+"par_id3159154\n"
+"7\n"
"help.text"
-msgid "Click the sheet for which you want to cancel the protection."
+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 ""
-#: cell_unprotect.xhp
+#: sorted_list.xhp
msgctxt ""
-"cell_unprotect.xhp\n"
-"par_id3149656\n"
-"16\n"
+"sorted_list.xhp\n"
+"par_id3148645\n"
+"4\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."
+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 ""
-#: cell_unprotect.xhp
+#: sorted_list.xhp
msgctxt ""
-"cell_unprotect.xhp\n"
-"par_id3145171\n"
-"17\n"
+"sorted_list.xhp\n"
+"par_id2367931\n"
"help.text"
-msgid "If you have assigned a password, enter it in this dialog and click <emph>OK</emph>."
+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 ""
-#: cell_unprotect.xhp
+#: sorted_list.xhp
msgctxt ""
-"cell_unprotect.xhp\n"
-"par_id3153771\n"
-"18\n"
+"sorted_list.xhp\n"
+"par_id3152577\n"
+"5\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."
+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 ""
-#: year2000.xhp
+#: sorted_list.xhp
msgctxt ""
-"year2000.xhp\n"
+"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>"
+
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
"tit\n"
"help.text"
-msgid "19xx/20xx Years"
+msgid "Filter: Applying Advanced Filters"
msgstr ""
-#: year2000.xhp
+#: specialfilter.xhp
msgctxt ""
-"year2000.xhp\n"
-"bm_id3150439\n"
+"specialfilter.xhp\n"
+"bm_id3148798\n"
"help.text"
-msgid "<bookmark_value>years; 2-digits</bookmark_value><bookmark_value>dates; 19xx/20xx</bookmark_value>"
+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 ""
-#: year2000.xhp
+#: specialfilter.xhp
msgctxt ""
-"year2000.xhp\n"
-"hd_id3150439\n"
+"specialfilter.xhp\n"
+"hd_id3148798\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>"
+msgid "<variable id=\"specialfilter\"><link href=\"text/scalc/guide/specialfilter.xhp\" name=\"Filter: Applying Advanced Filters\">Filter: Applying Advanced Filters</link> </variable>"
msgstr ""
-#: year2000.xhp
+#: specialfilter.xhp
msgctxt ""
-"year2000.xhp\n"
-"par_id3151116\n"
-"17\n"
+"specialfilter.xhp\n"
+"par_id3145785\n"
+"19\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."
+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 ""
-#: year2000.xhp
+#: specialfilter.xhp
msgctxt ""
-"year2000.xhp\n"
-"par_id3154011\n"
-"19\n"
+"specialfilter.xhp\n"
+"par_id3153142\n"
+"20\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."
+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 ""
-#: year2000.xhp
+#: specialfilter.xhp
msgctxt ""
-"year2000.xhp\n"
-"par_id3150010\n"
-"20\n"
+"specialfilter.xhp\n"
+"par_id3153726\n"
+"21\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."
+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_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"tit\n"
+"specialfilter.xhp\n"
+"par_id3149664\n"
+"22\n"
"help.text"
-msgid "Applying Conditional Formatting"
+msgid "<emph>Example</emph>"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"bm_id3149263\n"
+"specialfilter.xhp\n"
+"par_id3147427\n"
+"23\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>"
+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 ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"hd_id3149263\n"
+"specialfilter.xhp\n"
+"par_id3154510\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>"
+msgid "<emph>A</emph>"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3159156\n"
+"specialfilter.xhp\n"
+"par_id3150327\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."
+msgid "<emph>B</emph>"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id8039796\n"
+"specialfilter.xhp\n"
+"par_id3154756\n"
+"26\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)."
+msgid "<emph>C</emph>"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3154944\n"
-"26\n"
+"specialfilter.xhp\n"
+"par_id3155335\n"
+"27\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."
+msgid "<emph>D</emph>"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"hd_id4480727\n"
+"specialfilter.xhp\n"
+"par_id3146315\n"
+"28\n"
"help.text"
-msgid "To Define the Conditions"
+msgid "<emph>E</emph>"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3154490\n"
-"27\n"
+"specialfilter.xhp\n"
+"par_id3145790\n"
+"29\n"
"help.text"
-msgid "Select the cells to which you want to apply a conditional style."
+msgid "<emph>1</emph>"
+msgstr "<emph>1</emph>"
+
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3159239\n"
+"30\n"
+"help.text"
+msgid "Month"
+msgstr "Month"
+
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3150086\n"
+"31\n"
+"help.text"
+msgid "Standard"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3155603\n"
-"28\n"
+"specialfilter.xhp\n"
+"par_id3150202\n"
+"32\n"
"help.text"
-msgid "Choose <emph>Format - Conditional Formatting</emph>."
+msgid "Business"
+msgstr "საქმიანობა"
+
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3150883\n"
+"33\n"
+"help.text"
+msgid "Luxury"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3146969\n"
-"29\n"
+"specialfilter.xhp\n"
+"par_id3152987\n"
+"34\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:"
+msgid "Suite"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"hd_id3155766\n"
-"38\n"
+"specialfilter.xhp\n"
+"par_id3154486\n"
+"35\n"
"help.text"
-msgid "Example of Conditional Formatting: Highlighting Totals Above/Under the Average Value"
+msgid "<emph>2</emph>"
+msgstr "<emph>2</emph>"
+
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3148839\n"
+"36\n"
+"help.text"
+msgid "January"
+msgstr "იანვარი"
+
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3153816\n"
+"37\n"
+"help.text"
+msgid "125600"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"hd_id4341868\n"
+"specialfilter.xhp\n"
+"par_id3157978\n"
+"38\n"
"help.text"
-msgid "Step1: Generate Number Values"
+msgid "200500"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3150043\n"
+"specialfilter.xhp\n"
+"par_id3155268\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."
+msgid "240000"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3155337\n"
+"specialfilter.xhp\n"
+"par_id3153286\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:"
+msgid "170000"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3149565\n"
+"specialfilter.xhp\n"
+"par_id3146782\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 ""
+msgid "<emph>3</emph>"
+msgstr "<emph>3</emph>"
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3149258\n"
+"specialfilter.xhp\n"
+"par_id3149900\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 ""
+msgid "February"
+msgstr "თებერვალი"
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3159236\n"
+"specialfilter.xhp\n"
+"par_id3154763\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."
+msgid "160000"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"hd_id3149211\n"
+"specialfilter.xhp\n"
+"par_id3150050\n"
"44\n"
"help.text"
-msgid "Step 2: Define Cell Styles"
+msgid "180300"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3154659\n"
+"specialfilter.xhp\n"
+"par_id3153801\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."
+msgid "362000"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3150883\n"
+"specialfilter.xhp\n"
+"par_id3154708\n"
"46\n"
"help.text"
-msgid "Click in a blank cell and select the command <emph>Format Cells</emph> in the context menu."
+msgid "220000"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3155529\n"
+"specialfilter.xhp\n"
+"par_id3151191\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 ""
+msgid "<emph>4</emph>"
+msgstr "<emph>4</emph>"
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3154484\n"
+"specialfilter.xhp\n"
+"par_id3147250\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 ""
+msgid "March"
+msgstr "მარტი"
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3152889\n"
+"specialfilter.xhp\n"
+"par_id3153334\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\")."
+msgid "170000"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"hd_id3148704\n"
-"60\n"
+"specialfilter.xhp\n"
+"par_id3151391\n"
+"50\n"
"help.text"
-msgid "Step 3: Calculate Average"
+msgid "and so on..."
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3148837\n"
+"specialfilter.xhp\n"
+"par_id3147300\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:"
+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 ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3144768\n"
+"specialfilter.xhp\n"
+"par_id3159115\n"
"52\n"
"help.text"
-msgid "Set the cursor in a blank cell, for example, J14, and choose <emph>Insert - Function</emph>."
+msgid "<emph>A</emph>"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3156016\n"
+"specialfilter.xhp\n"
+"par_id3146886\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."
+msgid "<emph>B</emph>"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3153246\n"
+"specialfilter.xhp\n"
+"par_id3153124\n"
"54\n"
"help.text"
-msgid "Close the Function Wizard with <item type=\"menuitem\">OK</item>."
-msgstr ""
-
-#: cellstyle_conditional.xhp
-msgctxt ""
-"cellstyle_conditional.xhp\n"
-"hd_id3149898\n"
-"50\n"
-"help.text"
-msgid "Step 4: Apply Cell Styles"
+msgid "<emph>C</emph>"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3149126\n"
+"specialfilter.xhp\n"
+"par_id3152979\n"
"55\n"
"help.text"
-msgid "Now you can apply the conditional formatting to the sheet:"
+msgid "<emph>D</emph>"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3150049\n"
+"specialfilter.xhp\n"
+"par_id3145827\n"
"56\n"
"help.text"
-msgid "Select all cells with the random numbers."
+msgid "<emph>E</emph>"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3153801\n"
+"specialfilter.xhp\n"
+"par_id3149892\n"
"57\n"
"help.text"
-msgid "Choose the <emph>Format - Conditional Formatting</emph> command to open the corresponding dialog."
+msgid "<emph>20</emph>"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3153013\n"
+"specialfilter.xhp\n"
+"par_id3150693\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\"."
+msgid "Month"
+msgstr "Month"
+
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3147475\n"
+"59\n"
+"help.text"
+msgid "Standard"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"hd_id3155761\n"
+"specialfilter.xhp\n"
+"par_id3154846\n"
+"60\n"
+"help.text"
+msgid "Business"
+msgstr "საქმიანობა"
+
+#: specialfilter.xhp
+msgctxt ""
+"specialfilter.xhp\n"
+"par_id3153082\n"
"61\n"
"help.text"
-msgid "Step 5: Copy Cell Style"
+msgid "Luxury"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3145320\n"
+"specialfilter.xhp\n"
+"par_id3149506\n"
"62\n"
"help.text"
-msgid "To apply the conditional formatting to other cells later:"
+msgid "Suite"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3153074\n"
+"specialfilter.xhp\n"
+"par_id3149188\n"
"63\n"
"help.text"
-msgid "Click one of the cells that has been assigned conditional formatting."
+msgid "<emph>21</emph>"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3149051\n"
+"specialfilter.xhp\n"
+"par_id3149956\n"
"64\n"
"help.text"
-msgid "Copy the cell to the clipboard."
-msgstr ""
+msgid "January"
+msgstr "იანვარი"
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3150436\n"
+"specialfilter.xhp\n"
+"par_id3150865\n"
"65\n"
"help.text"
-msgid "Select the cells that are to receive this same formatting."
+msgid "<emph>22</emph>"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3147298\n"
+"specialfilter.xhp\n"
+"par_id3155957\n"
"66\n"
"help.text"
-msgid "Choose <emph>Edit - Paste Special</emph>. The <emph>Paste Special</emph> dialog appears."
+msgid "<160000"
msgstr ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3166465\n"
+"specialfilter.xhp\n"
+"par_id3153566\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>."
+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 ""
-#: cellstyle_conditional.xhp
+#: specialfilter.xhp
msgctxt ""
-"cellstyle_conditional.xhp\n"
-"par_id3159123\n"
+"specialfilter.xhp\n"
+"par_id3147372\n"
"68\n"
"help.text"
-msgid "<link href=\"text/scalc/01/05120000.xhp\" name=\"Format - Conditional formatting\">Format - Conditional formatting</link>"
+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 ""
-#: matrixformula.xhp
+#: super_subscript.xhp
msgctxt ""
-"matrixformula.xhp\n"
+"super_subscript.xhp\n"
"tit\n"
"help.text"
-msgid "Entering Matrix Formulas"
-msgstr ""
-
-#: 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>"
+msgid "Text Superscript / Subscript"
msgstr ""
-#: matrixformula.xhp
+#: super_subscript.xhp
msgctxt ""
-"matrixformula.xhp\n"
-"hd_id3153969\n"
-"13\n"
+"super_subscript.xhp\n"
+"bm_id3151112\n"
"help.text"
-msgid "<variable id=\"matrixformula\"><link href=\"text/scalc/guide/matrixformula.xhp\" name=\"Entering Matrix Formulas\">Entering Matrix Formulas</link></variable>"
+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 ""
-#: matrixformula.xhp
+#: super_subscript.xhp
msgctxt ""
-"matrixformula.xhp\n"
-"par_id3153144\n"
-"14\n"
+"super_subscript.xhp\n"
+"hd_id3151112\n"
+"1\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."
+msgid "<variable id=\"super_subscript\"><link href=\"text/scalc/guide/super_subscript.xhp\" name=\"Text Superscript / Subscript\">Text Superscript / Subscript</link></variable>"
msgstr ""
-#: matrixformula.xhp
+#: super_subscript.xhp
msgctxt ""
-"matrixformula.xhp\n"
-"par_id3153188\n"
-"15\n"
+"super_subscript.xhp\n"
+"par_id3154684\n"
+"2\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."
+msgid "In the cell, select the character that you want to put in superscript or subscript."
msgstr ""
-#: matrixformula.xhp
+#: super_subscript.xhp
msgctxt ""
-"matrixformula.xhp\n"
-"par_id3154321\n"
-"16\n"
+"super_subscript.xhp\n"
+"par_id3150439\n"
+"3\n"
"help.text"
-msgid "Using the mouse, select the range C1:C10, in which the results are to be displayed."
+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 ""
-#: matrixformula.xhp
+#: super_subscript.xhp
msgctxt ""
-"matrixformula.xhp\n"
+"super_subscript.xhp\n"
"par_id3149260\n"
-"17\n"
-"help.text"
-msgid "Press F2, or click in the input line of the Formula bar."
-msgstr ""
-
-#: matrixformula.xhp
-msgctxt ""
-"matrixformula.xhp\n"
-"par_id3154944\n"
-"18\n"
-"help.text"
-msgid "Enter an equal sign (=)."
-msgstr ""
-
-#: 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 ""
-
-#: matrixformula.xhp
-msgctxt ""
-"matrixformula.xhp\n"
-"par_id3144767\n"
-"20\n"
+"4\n"
"help.text"
-msgid "Press the (+) key from the numerical keypad."
+msgid "Open the context menu for the selected character and choose <emph>Character</emph>. You will see the <emph>Character</emph> dialog."
msgstr ""
-#: matrixformula.xhp
+#: super_subscript.xhp
msgctxt ""
-"matrixformula.xhp\n"
-"par_id3154018\n"
-"21\n"
+"super_subscript.xhp\n"
+"par_id3153142\n"
+"5\n"
"help.text"
-msgid "Select the numbers in the second column in cells B1:B10."
+msgid "Click the <emph>Font Position</emph> tab."
msgstr ""
-#: matrixformula.xhp
+#: super_subscript.xhp
msgctxt ""
-"matrixformula.xhp\n"
-"par_id3150716\n"
-"22\n"
+"super_subscript.xhp\n"
+"par_id3153954\n"
+"6\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."
+msgid "Select the <emph>Subscript</emph> option and click OK."
msgstr ""
-#: matrixformula.xhp
+#: super_subscript.xhp
msgctxt ""
-"matrixformula.xhp\n"
-"par_id3145640\n"
-"23\n"
+"super_subscript.xhp\n"
+"par_id3153876\n"
+"7\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."
+msgid "<link href=\"text/shared/01/05020500.xhp\" name=\"Context menu - Character - Font Position\">Context menu - Character - Font Position</link>"
msgstr ""
#: table_cellmerge.xhp
@@ -11741,554 +10948,1289 @@ msgctxt ""
msgid "Choose <emph>Format - Merge Cells - Split Cells</emph>."
msgstr ""
-#: database_sort.xhp
+#: table_rotate.xhp
msgctxt ""
-"database_sort.xhp\n"
+"table_rotate.xhp\n"
"tit\n"
"help.text"
-msgid "Sorting Data"
+msgid "Rotating Tables (Transposing)"
msgstr ""
-#: database_sort.xhp
+#: table_rotate.xhp
msgctxt ""
-"database_sort.xhp\n"
-"bm_id3150767\n"
+"table_rotate.xhp\n"
+"bm_id3154346\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>"
+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 ""
-#: database_sort.xhp
+#: table_rotate.xhp
msgctxt ""
-"database_sort.xhp\n"
-"hd_id3150767\n"
-"44\n"
+"table_rotate.xhp\n"
+"hd_id3154346\n"
+"1\n"
"help.text"
-msgid "<variable id=\"database_sort\"><link href=\"text/scalc/guide/database_sort.xhp\" name=\"Sorting Database Ranges\">Sorting Data</link></variable>"
+msgid "<variable id=\"table_rotate\"><link href=\"text/scalc/guide/table_rotate.xhp\" name=\"Rotating Tables (Transposing)\">Rotating Tables (Transposing)</link></variable>"
msgstr ""
-#: database_sort.xhp
+#: table_rotate.xhp
msgctxt ""
-"database_sort.xhp\n"
-"par_id3145751\n"
-"45\n"
+"table_rotate.xhp\n"
+"par_id3154013\n"
+"2\n"
"help.text"
-msgid "Click in a database range."
+msgid "In $[officename] Calc, there is a way to \"rotate\" a spreadsheet so that rows become columns and columns become rows."
msgstr ""
-#: database_sort.xhp
+#: table_rotate.xhp
msgctxt ""
-"database_sort.xhp\n"
-"par_id121020081121549\n"
+"table_rotate.xhp\n"
+"par_id3153142\n"
+"3\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."
+msgid "Select the cell range that you want to transpose."
msgstr ""
-#: database_sort.xhp
+#: table_rotate.xhp
msgctxt ""
-"database_sort.xhp\n"
-"par_idN10635\n"
+"table_rotate.xhp\n"
+"par_id3153191\n"
+"4\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Data - Sort</item>."
+msgid "Choose <emph>Edit - Cut</emph>."
msgstr ""
-#: database_sort.xhp
+#: table_rotate.xhp
msgctxt ""
-"database_sort.xhp\n"
-"par_id121020081121547\n"
+"table_rotate.xhp\n"
+"par_id3148575\n"
+"6\n"
"help.text"
-msgid "The range of cells that will get sorted is shown in inverted colors."
+msgid "Click the cell that is to be the top left cell in the result."
msgstr ""
-#: database_sort.xhp
+#: table_rotate.xhp
msgctxt ""
-"database_sort.xhp\n"
-"par_idN10645\n"
+"table_rotate.xhp\n"
+"par_id3156286\n"
+"7\n"
"help.text"
-msgid "Select the sort options that you want."
+msgid "Choose <emph>Edit - Paste Special</emph>."
msgstr ""
-#: database_sort.xhp
-#, fuzzy
+#: table_rotate.xhp
msgctxt ""
-"database_sort.xhp\n"
-"par_idN1063D\n"
+"table_rotate.xhp\n"
+"par_id3144764\n"
+"8\n"
"help.text"
-msgid "Click <emph>OK</emph>."
-msgstr "დააწკაპუნეთ <emph>დამატებაზე</emph>."
+msgid "In the dialog, mark <emph>Paste all</emph> and <emph>Transpose</emph>."
+msgstr ""
-#: database_sort.xhp
+#: table_rotate.xhp
msgctxt ""
-"database_sort.xhp\n"
-"par_id1846980\n"
+"table_rotate.xhp\n"
+"par_id3155600\n"
+"9\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>"
+msgid "If you now click OK the columns and rows are transposed."
msgstr ""
-#: formula_value.xhp
+#: table_rotate.xhp
+#, fuzzy
msgctxt ""
-"formula_value.xhp\n"
+"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>"
+
+#: table_view.xhp
+msgctxt ""
+"table_view.xhp\n"
"tit\n"
"help.text"
-msgid "Displaying Formulas or Values"
+msgid "Changing Table Views"
msgstr ""
-#: formula_value.xhp
+#: table_view.xhp
msgctxt ""
-"formula_value.xhp\n"
-"bm_id3153195\n"
+"table_view.xhp\n"
+"bm_id3147304\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>"
+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 ""
-#: formula_value.xhp
+#: table_view.xhp
msgctxt ""
-"formula_value.xhp\n"
-"hd_id3153195\n"
+"table_view.xhp\n"
+"hd_id3147304\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>"
+msgid "<variable id=\"table_view\"><link href=\"text/scalc/guide/table_view.xhp\" name=\"Changing Table Views\">Changing Table Views</link></variable>"
msgstr ""
-#: formula_value.xhp
+#: table_view.xhp
msgctxt ""
-"formula_value.xhp\n"
-"par_id3150010\n"
+"table_view.xhp\n"
+"par_id3153192\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:"
+msgid "To hide column and line headers in a table:"
msgstr ""
-#: formula_value.xhp
-#, fuzzy
+#: table_view.xhp
msgctxt ""
-"formula_value.xhp\n"
-"par_id3151116\n"
+"table_view.xhp\n"
+"par_id3153768\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-ს"
+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 ""
-#: formula_value.xhp
+#: table_view.xhp
msgctxt ""
-"formula_value.xhp\n"
-"par_id3146120\n"
+"table_view.xhp\n"
+"par_id3147436\n"
"4\n"
"help.text"
-msgid "In the <emph>Display</emph> area mark the <emph>Formulas</emph> box. Click OK."
+msgid "To hide grid lines:"
msgstr ""
-#: formula_value.xhp
+#: table_view.xhp
msgctxt ""
-"formula_value.xhp\n"
-"par_id3147396\n"
+"table_view.xhp\n"
+"par_id3153726\n"
"5\n"
"help.text"
-msgid "If you want to view the calculation results instead of the formula, do not mark the Formulas box."
+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 ""
-#: formula_value.xhp
+#: text_numbers.xhp
msgctxt ""
-"formula_value.xhp\n"
-"par_id3153157\n"
-"6\n"
+"text_numbers.xhp\n"
+"tit\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>"
+msgid "Formatting Numbers as Text"
msgstr ""
-#: format_value.xhp
+#: text_numbers.xhp
msgctxt ""
-"format_value.xhp\n"
+"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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: text_rotate.xhp
+msgctxt ""
+"text_rotate.xhp\n"
"tit\n"
"help.text"
-msgid "Formatting Numbers With Decimals"
+msgid "Rotating Text"
msgstr ""
-#: format_value.xhp
+#: text_rotate.xhp
msgctxt ""
-"format_value.xhp\n"
-"bm_id3145367\n"
+"text_rotate.xhp\n"
+"bm_id3151112\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>"
+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 ""
-#: format_value.xhp
+#: text_rotate.xhp
msgctxt ""
-"format_value.xhp\n"
-"hd_id3145367\n"
+"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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: text_rotate.xhp
+msgctxt ""
+"text_rotate.xhp\n"
+"par_id3155854\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>"
+msgid "Click the <emph>Alignment</emph> tab."
msgstr ""
-#: format_value.xhp
+#: text_rotate.xhp
msgctxt ""
-"format_value.xhp\n"
-"par_id3148576\n"
+"text_rotate.xhp\n"
+"par_id3147426\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."
+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 ""
-#: format_value.xhp
+#: text_rotate.xhp
msgctxt ""
-"format_value.xhp\n"
-"par_id3154012\n"
-"12\n"
+"text_rotate.xhp\n"
+"par_id3148456\n"
+"7\n"
"help.text"
-msgid "To format numbers with decimals:"
+msgid "<link href=\"text/scalc/01/05020000.xhp\" name=\"Format - Cells\">Format - Cells</link>"
msgstr ""
-#: format_value.xhp
+#: text_rotate.xhp
msgctxt ""
-"format_value.xhp\n"
-"par_id3147394\n"
-"6\n"
+"text_rotate.xhp\n"
+"par_id3154944\n"
+"8\n"
"help.text"
-msgid "Set the cursor at the number and choose <emph>Format - Cells</emph> to start the <emph>Format Cells</emph> dialog."
+msgid "<link href=\"text/shared/01/05340300.xhp\" name=\"Format - Cells - Alignment\">Format - Cells - Alignment</link>"
msgstr ""
-#: format_value.xhp
+#: text_wrap.xhp
msgctxt ""
-"format_value.xhp\n"
-"par_id3153157\n"
-"9\n"
+"text_wrap.xhp\n"
+"tit\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."
+msgid "Writing Multi-line Text"
msgstr ""
-#: format_value.xhp
+#: text_wrap.xhp
msgctxt ""
-"format_value.xhp\n"
-"par_id3155766\n"
+"text_wrap.xhp\n"
+"bm_id3154346\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>"
+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 ""
-#: format_value.xhp
+#: text_wrap.xhp
msgctxt ""
-"format_value.xhp\n"
-"par_id3149256\n"
-"10\n"
+"text_wrap.xhp\n"
+"hd_id3154346\n"
+"42\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."
+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 ""
-#: print_title_row.xhp
+#: text_wrap.xhp
msgctxt ""
-"print_title_row.xhp\n"
+"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 works directly in the cell or in the input line. The input line can be expaneded to the multi-line by the Down arrow button on the right."
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
"tit\n"
"help.text"
-msgid "Printing Rows or Columns on Every Page"
+msgid "User-Defined Functions"
msgstr ""
-#: print_title_row.xhp
+#: userdefined_function.xhp
msgctxt ""
-"print_title_row.xhp\n"
-"bm_id3151112\n"
+"userdefined_function.xhp\n"
+"bm_id3155411\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>"
+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 ""
-#: print_title_row.xhp
+#: userdefined_function.xhp
msgctxt ""
-"print_title_row.xhp\n"
-"hd_id3153727\n"
-"21\n"
+"userdefined_function.xhp\n"
+"hd_id3155411\n"
+"1\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>"
+msgid "<variable id=\"userdefined_function\"><link href=\"text/scalc/guide/userdefined_function.xhp\" name=\"Defining Functions Yourself\">User-Defined Functions</link></variable>"
msgstr ""
-#: print_title_row.xhp
+#: userdefined_function.xhp
msgctxt ""
-"print_title_row.xhp\n"
-"par_id3154014\n"
+"userdefined_function.xhp\n"
+"par_id3153969\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."
+msgid "You can apply user-defined functions in $[officename] Calc in the following ways:"
msgstr ""
-#: print_title_row.xhp
+#: userdefined_function.xhp
msgctxt ""
-"print_title_row.xhp\n"
-"par_id3146975\n"
+"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 ""
+
+#: 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 ""
+
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"hd_id3149260\n"
+"6\n"
+"help.text"
+msgid "Defining A Function Using %PRODUCTNAME Basic"
+msgstr ""
+
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_id3148456\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:"
+msgid "Choose <item type=\"menuitem\">Tools - Macros - Organize Macros - %PRODUCTNAME Basic</item>."
msgstr ""
-#: print_title_row.xhp
+#: userdefined_function.xhp
msgctxt ""
-"print_title_row.xhp\n"
-"par_id3163710\n"
+"userdefined_function.xhp\n"
+"par_id3154510\n"
"8\n"
"help.text"
-msgid "Choose <emph>Format - Print Ranges - Edit</emph>. The <emph>Edit Print Ranges</emph> dialog appears."
+msgid "Click the <emph>Edit</emph> button. You will now see the Basic IDE."
msgstr ""
-#: print_title_row.xhp
+#: userdefined_function.xhp
msgctxt ""
-"print_title_row.xhp\n"
-"par_id3149958\n"
+"userdefined_function.xhp\n"
+"par_id3150327\n"
"9\n"
"help.text"
-msgid "Click the icon at the far right of the <emph>Rows to repeat</emph> area."
+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 ""
-#: print_title_row.xhp
+#: userdefined_function.xhp
msgctxt ""
-"print_title_row.xhp\n"
-"par_id3145800\n"
+"userdefined_function.xhp\n"
+"par_id3155443\n"
"10\n"
"help.text"
-msgid "The dialog shrinks so that you can see more of the sheet."
+msgid "Close the Basic-IDE window."
msgstr ""
-#: print_title_row.xhp
+#: userdefined_function.xhp
msgctxt ""
-"print_title_row.xhp\n"
-"par_id3155602\n"
+"userdefined_function.xhp\n"
+"par_id3150043\n"
"11\n"
"help.text"
-msgid "Select the first two rows and, for this example, click cell A1 and drag to A2."
+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 ""
-#: print_title_row.xhp
+#: userdefined_function.xhp
msgctxt ""
-"print_title_row.xhp\n"
-"par_id3154018\n"
+"userdefined_function.xhp\n"
+"hd_id3147340\n"
+"18\n"
+"help.text"
+msgid "Copying a Function To a Document"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"par_idN1081D\n"
+"help.text"
+msgid "Close the Basic-IDE."
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: userdefined_function.xhp
+msgctxt ""
+"userdefined_function.xhp\n"
+"hd_id3153305\n"
"12\n"
"help.text"
-msgid "In the shrunk dialog you will see $1:$2. Rows 1 and 2 are now rows to repeat."
+msgid "Applying a User-defined Function in $[officename] Calc"
msgstr ""
-#: print_title_row.xhp
+#: userdefined_function.xhp
msgctxt ""
-"print_title_row.xhp\n"
-"par_id3153707\n"
+"userdefined_function.xhp\n"
+"par_id3148869\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."
+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 ""
-#: print_title_row.xhp
+#: userdefined_function.xhp
msgctxt ""
-"print_title_row.xhp\n"
-"par_id3155443\n"
+"userdefined_function.xhp\n"
+"par_id3148606\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."
+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 ""
-#: print_title_row.xhp
+#: userdefined_function.xhp
msgctxt ""
-"print_title_row.xhp\n"
-"par_id3154256\n"
+"userdefined_function.xhp\n"
+"par_id3156019\n"
"15\n"
"help.text"
-msgid "Click column A (not in the column header)."
+msgid "Set the cursor in another cell and enter the following:"
msgstr ""
-#: print_title_row.xhp
+#: userdefined_function.xhp
msgctxt ""
-"print_title_row.xhp\n"
-"par_id3154704\n"
+"userdefined_function.xhp\n"
+"par_id3155264\n"
"16\n"
"help.text"
-msgid "Click the icon again at the far right of the <emph>Columns to repeat</emph> area."
+msgid "=VOL(A1;B1;C1)"
msgstr ""
-#: print_title_row.xhp
+#: userdefined_function.xhp
msgctxt ""
-"print_title_row.xhp\n"
-"par_id3150088\n"
+"userdefined_function.xhp\n"
+"par_id3146776\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>."
+msgid "The function is evaluated and you will see the result in the selected cell."
msgstr ""
-#: print_title_row.xhp
+#: validity.xhp
msgctxt ""
-"print_title_row.xhp\n"
-"par_id3155380\n"
+"validity.xhp\n"
+"tit\n"
+"help.text"
+msgid "Validity of Cell Contents"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"hd_id3155603\n"
+"5\n"
+"help.text"
+msgid "Using Cell Contents Validity"
+msgstr ""
+
+#: 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 ""
+
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"par_id3148837\n"
+"8\n"
+"help.text"
+msgid "Choose <item type=\"menuitem\">Data - Validity</item>."
+msgstr ""
+
+#: 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 ""
+
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"par_id3159208\n"
+"10\n"
+"help.text"
+msgid "In the <emph>Allow</emph> field, select an option."
+msgstr ""
+
+#: 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 ""
+
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"par_id9224829\n"
+"help.text"
+msgid "Select \"List\" to enter a list of valid entries."
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: validity.xhp
+msgctxt ""
+"validity.xhp\n"
+"par_id3147416\n"
"18\n"
"help.text"
-msgid "<link href=\"text/scalc/01/03100000.xhp\" name=\"View - Page Break Preview\">View - Page Break Preview</link>"
+msgid "If you select \"Stop\" as the action, invalid entries are not accepted, and the previous cell contents are retained."
msgstr ""
-#: print_title_row.xhp
+#: validity.xhp
msgctxt ""
-"print_title_row.xhp\n"
-"par_id3154371\n"
+"validity.xhp\n"
+"par_id3150033\n"
"19\n"
"help.text"
-msgid "<link href=\"text/scalc/01/05080300.xhp\" name=\"Format - Print ranges - Edit\">Format - Print ranges - Edit</link>"
+msgid "Select \"Warning\" or \"Information\" to display a dialog in which the entry can either be canceled or accepted."
msgstr ""
-#: print_title_row.xhp
+#: validity.xhp
msgctxt ""
-"print_title_row.xhp\n"
-"par_id3146113\n"
+"validity.xhp\n"
+"par_id3149947\n"
"20\n"
"help.text"
-msgid "<link href=\"text/scalc/01/05070000.xhp\" name=\"Format - Page - (Header / Footer)\">Format - Page - (Header / Footer)</link>"
+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 ""
-#: print_details.xhp
+#: validity.xhp
msgctxt ""
-"print_details.xhp\n"
+"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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
"tit\n"
"help.text"
-msgid "Printing Sheet Details"
+msgid "Naming Cells"
msgstr ""
-#: print_details.xhp
+#: value_with_name.xhp
msgctxt ""
-"print_details.xhp\n"
-"bm_id3154346\n"
+"value_with_name.xhp\n"
+"bm_id3147434\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>"
+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 ""
-#: print_details.xhp
+#: value_with_name.xhp
msgctxt ""
-"print_details.xhp\n"
-"hd_id3154346\n"
+"value_with_name.xhp\n"
+"hd_id3147434\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>"
+msgid "<variable id=\"value_with_name\"><link href=\"text/scalc/guide/value_with_name.xhp\" name=\"Naming Cells\">Naming Cells</link></variable>"
msgstr ""
-#: print_details.xhp
+#: value_with_name.xhp
msgctxt ""
-"print_details.xhp\n"
-"par_id3153728\n"
+"value_with_name.xhp\n"
+"hd_id4391918\n"
+"help.text"
+msgid "Allowed names"
+msgstr ""
+
+#: 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 ""
+
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"par_id1120029\n"
+"help.text"
+msgid "Allowed special characters:"
+msgstr ""
+
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"par_id3362224\n"
+"help.text"
+msgid "underline (_)"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: value_with_name.xhp
+msgctxt ""
+"value_with_name.xhp\n"
+"hd_id1226233\n"
+"help.text"
+msgid "Naming cells and formulas"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"tit\n"
+"help.text"
+msgid "Inserting External Data in Table (WebQuery)"
+msgstr ""
+
+#: 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 ""
+
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"hd_id3125863\n"
"2\n"
"help.text"
-msgid "When printing a sheet you can select which details are to be printed:"
+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 ""
-#: print_details.xhp
+#: webquery.xhp
msgctxt ""
-"print_details.xhp\n"
-"par_id3150010\n"
+"webquery.xhp\n"
+"par_id3155131\n"
"3\n"
"help.text"
-msgid "Row and column headers"
+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 ""
-#: print_details.xhp
+#: webquery.xhp
msgctxt ""
-"print_details.xhp\n"
-"par_id3154013\n"
+"webquery.xhp\n"
+"par_id3148575\n"
"4\n"
"help.text"
-msgid "Sheet grid"
+msgid "You can use the same method to insert ranges defined by name from a Calc or Microsoft Excel spreadsheet."
msgstr ""
-#: print_details.xhp
+#: webquery.xhp
msgctxt ""
-"print_details.xhp\n"
-"par_id3145273\n"
+"webquery.xhp\n"
+"par_id3149664\n"
"5\n"
"help.text"
-msgid "Comments"
-msgstr "შიგთავსი"
+msgid "The following insert methods are available:"
+msgstr ""
-#: print_details.xhp
+#: webquery.xhp
msgctxt ""
-"print_details.xhp\n"
-"par_id3145801\n"
+"webquery.xhp\n"
+"hd_id3146976\n"
"6\n"
"help.text"
-msgid "Objects and graphics"
+msgid "Inserting by Dialog"
msgstr ""
-#: print_details.xhp
+#: webquery.xhp
msgctxt ""
-"print_details.xhp\n"
-"par_id3154491\n"
+"webquery.xhp\n"
+"par_id3154319\n"
"7\n"
"help.text"
-msgid "Charts"
-msgstr "დიაგრამები"
+msgid "Set the cell cursor at the cell where the new content will be inserted."
+msgstr ""
-#: print_details.xhp
+#: webquery.xhp
msgctxt ""
-"print_details.xhp\n"
-"par_id3154731\n"
+"webquery.xhp\n"
+"par_id3145750\n"
"8\n"
"help.text"
-msgid "Drawing objects"
-msgstr "ხატვის ობიქტები"
+msgid "Choose <emph>Insert - Link to External Data</emph>. This opens the <link href=\"text/scalc/01/04090000.xhp\">External Data</link> dialog."
+msgstr ""
-#: print_details.xhp
+#: webquery.xhp
msgctxt ""
-"print_details.xhp\n"
-"par_id3149400\n"
+"webquery.xhp\n"
+"par_id3149958\n"
"9\n"
"help.text"
-msgid "Formulas"
-msgstr "ფორმულები"
+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 ""
-#: print_details.xhp
+#: webquery.xhp
msgctxt ""
-"print_details.xhp\n"
-"par_id3150752\n"
+"webquery.xhp\n"
+"par_id3149400\n"
"10\n"
"help.text"
-msgid "To choose the details proceed as follows:"
+msgid "In the large list box of the dialog, select the named ranges or tables you want to insert."
msgstr ""
-#: print_details.xhp
+#: webquery.xhp
msgctxt ""
-"print_details.xhp\n"
-"par_id3145640\n"
+"webquery.xhp\n"
+"par_id3155064\n"
"11\n"
"help.text"
-msgid "Select the sheet you want to print."
+msgid "You can also specify that the ranges or tables are updated every n seconds."
msgstr ""
-#: print_details.xhp
+#: webquery.xhp
msgctxt ""
-"print_details.xhp\n"
-"par_id3150042\n"
-"12\n"
+"webquery.xhp\n"
+"par_id3155443\n"
+"30\n"
"help.text"
-msgid "Choose <emph>Format - Page</emph>."
+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 ""
-#: print_details.xhp
+#: webquery.xhp
msgctxt ""
-"print_details.xhp\n"
-"par_id3147340\n"
-"13\n"
+"webquery.xhp\n"
+"hd_id3149021\n"
+"12\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."
+msgid "Inserting by Navigator"
msgstr ""
-#: print_details.xhp
+#: webquery.xhp
msgctxt ""
-"print_details.xhp\n"
-"par_id3146916\n"
+"webquery.xhp\n"
+"par_id3153965\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."
+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 ""
-#: print_details.xhp
+#: webquery.xhp
msgctxt ""
-"print_details.xhp\n"
-"par_id3145789\n"
-"15\n"
+"webquery.xhp\n"
+"par_id3150205\n"
+"16\n"
"help.text"
-msgid "Print the document."
+msgid "In the target document open the Navigator."
msgstr ""
-#: print_details.xhp
+#: webquery.xhp
msgctxt ""
-"print_details.xhp\n"
-"par_id3150345\n"
-"16\n"
+"webquery.xhp\n"
+"par_id3152990\n"
+"18\n"
"help.text"
-msgid "<link href=\"text/scalc/01/03100000.xhp\" name=\"View - Page Break Preview\">View - Page Break Preview</link>"
+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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: webquery.xhp
+msgctxt ""
+"webquery.xhp\n"
+"hd_id3149126\n"
+"26\n"
+"help.text"
+msgid "Editing the external data"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: year2000.xhp
+msgctxt ""
+"year2000.xhp\n"
+"tit\n"
+"help.text"
+msgid "19xx/20xx Years"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
diff --git a/source/ka/helpcontent2/source/text/schart.po b/source/ka/helpcontent2/source/text/schart.po
index b0f97e43d21..9be12426c75 100644
--- a/source/ka/helpcontent2/source/text/schart.po
+++ b/source/ka/helpcontent2/source/text/schart.po
@@ -1,251 +1,19 @@
-#
+#. extracted from helpcontent2/source/text/schart
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-12-10 11:44+0100\n"
+"POT-Creation-Date: 2013-05-23 12:06+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"
+"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"tit\n"
-"help.text"
-msgid "$[officename] Chart Features"
-msgstr "$[officename] დიაგრამის თვისებები"
-
-#: 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>"
-
-#: 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 "დიაგრამები იძლევიან საშუალებას წარმოაჩინონ მონაცემები ისე რომ იყოს ადვილად ვიზუალირებული."
-
-#: 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 ""
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"hd_id3153143\n"
-"7\n"
-"help.text"
-msgid "Chart Types"
-msgstr "დიაგრამის ტიპები"
-
-#: 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 ვარიანტის დიაგრამები, როგორც ზოლის დიაგრამები, ხაზის დიაგრამები, ბირჟის დიაგრამები.თქვენ შეგიძლიათ შეცვალოთ დიაგრამის ტიპები მაუსის რამოდენიმე დაწკაპუნებით"
-
-#: main0503.xhp
-msgctxt ""
-"main0503.xhp\n"
-"hd_id3149665\n"
-"10\n"
-"help.text"
-msgid "Individual Formatting"
-msgstr "ინდივიდუალური ფორმატირება"
-
-#: 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 "თქვენ შეგიძლიათ მოარგოთ ინდივიდუალურად დიაგრამების ელემენტები, ღერძები,მონაცემთა ჭდეები და ლეგენდები დიაგრამაზე მარჯვენა დაწკაპუნებით, ან ინსტრუმენტთა ზოლის ხატულებზე ბრძანებით."
-
-#: 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ფირმატირების ზოლი"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id0810200902300436\n"
-"help.text"
-msgid "Select Chart Element"
-msgstr ""
-
-#: 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 ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id0810200902300555\n"
-"help.text"
-msgid "Format Selection"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"par_id0810200902300539\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens the properties dialog for the selected element.</ahelp>"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id0810200902300545\n"
-"help.text"
-msgid "Chart Type"
-msgstr "დიაგრამის ტიპები"
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"par_id0810200902300594\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens the Chart Type dialog.</ahelp>"
-msgstr ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id0810200902300537\n"
-"help.text"
-msgid "Chart Data Table"
-msgstr ""
-
-#: 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 ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id0810200902300672\n"
-"help.text"
-msgid "Horizontal Grid On/Off"
-msgstr ""
-
-#: 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 ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id0810200902300738\n"
-"help.text"
-msgid "Legend On/Off"
-msgstr "ლეგენდის ჩართვა/"
-
-#: 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 ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id0810200902300785\n"
-"help.text"
-msgid "Scale Text"
-msgstr ""
-
-#: 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 ""
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"hd_id081020090230087\n"
-"help.text"
-msgid "Automatic Layout"
-msgstr ""
-
-#: 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 ""
+"X-Accelerator-Marker: ~\n"
#: main0000.xhp
msgctxt ""
@@ -793,3 +561,235 @@ msgctxt ""
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Resets all data points to default format.</ahelp>"
msgstr ""
+
+#: 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ფირმატირების ზოლი"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id0810200902300436\n"
+"help.text"
+msgid "Select Chart Element"
+msgstr ""
+
+#: 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 ""
+
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id0810200902300555\n"
+"help.text"
+msgid "Format Selection"
+msgstr ""
+
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_id0810200902300539\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the properties dialog for the selected element.</ahelp>"
+msgstr ""
+
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id0810200902300545\n"
+"help.text"
+msgid "Chart Type"
+msgstr "დიაგრამის ტიპები"
+
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"par_id0810200902300594\n"
+"help.text"
+msgid "<ahelp hid=\".\">Opens the Chart Type dialog.</ahelp>"
+msgstr ""
+
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id0810200902300537\n"
+"help.text"
+msgid "Chart Data Table"
+msgstr ""
+
+#: 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 ""
+
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id0810200902300672\n"
+"help.text"
+msgid "Horizontal Grid On/Off"
+msgstr ""
+
+#: 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 ""
+
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id0810200902300738\n"
+"help.text"
+msgid "Legend On/Off"
+msgstr "ლეგენდის ჩართვა/"
+
+#: 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 ""
+
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id0810200902300785\n"
+"help.text"
+msgid "Scale Text"
+msgstr ""
+
+#: 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 ""
+
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"hd_id081020090230087\n"
+"help.text"
+msgid "Automatic Layout"
+msgstr ""
+
+#: 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 ""
+
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"tit\n"
+"help.text"
+msgid "$[officename] Chart Features"
+msgstr "$[officename] დიაგრამის თვისებები"
+
+#: 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>"
+
+#: 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 "დიაგრამები იძლევიან საშუალებას წარმოაჩინონ მონაცემები ისე რომ იყოს ადვილად ვიზუალირებული."
+
+#: 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 ""
+
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3153143\n"
+"7\n"
+"help.text"
+msgid "Chart Types"
+msgstr "დიაგრამის ტიპები"
+
+#: 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 ვარიანტის დიაგრამები, როგორც ზოლის დიაგრამები, ხაზის დიაგრამები, ბირჟის დიაგრამები.თქვენ შეგიძლიათ შეცვალოთ დიაგრამის ტიპები მაუსის რამოდენიმე დაწკაპუნებით"
+
+#: main0503.xhp
+msgctxt ""
+"main0503.xhp\n"
+"hd_id3149665\n"
+"10\n"
+"help.text"
+msgid "Individual Formatting"
+msgstr "ინდივიდუალური ფორმატირება"
+
+#: 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 "თქვენ შეგიძლიათ მოარგოთ ინდივიდუალურად დიაგრამების ელემენტები, ღერძები,მონაცემთა ჭდეები და ლეგენდები დიაგრამაზე მარჯვენა დაწკაპუნებით, ან ინსტრუმენტთა ზოლის ხატულებზე ბრძანებით."
diff --git a/source/ka/helpcontent2/source/text/schart/00.po b/source/ka/helpcontent2/source/text/schart/00.po
index da6262b451d..6cae215a8c2 100644
--- a/source/ka/helpcontent2/source/text/schart/00.po
+++ b/source/ka/helpcontent2/source/text/schart/00.po
@@ -1,19 +1,19 @@
-#
+#. extracted from helpcontent2/source/text/schart/00
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-12-10 11:44+0100\n"
+"POT-Creation-Date: 2013-05-23 12:06+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"
+"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
#: 00000004.xhp
#, fuzzy
@@ -555,5 +555,13 @@ 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>"
+msgid "<variable id=\"smlp\">In the Chart Type dialog of a Line chart or XY chart that displays lines, choose Smooth in the Lines type dropdown, then click the Properties button.</variable>"
+msgstr ""
+
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id8513095\n"
+"help.text"
+msgid "<variable id=\"stlp\">In the Chart Type dialog of a Line chart or XY chart that displays lines, choose Stepped in the Lines type dropdown, 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 f6fd18a13b2..fa6b688db3c 100644
--- a/source/ka/helpcontent2/source/text/schart/01.po
+++ b/source/ka/helpcontent2/source/text/schart/01.po
@@ -1,746 +1,937 @@
-#
+#. extracted from helpcontent2/source/text/schart/01
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-12-10 11:44+0100\n"
+"POT-Creation-Date: 2013-05-23 12:06+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"
+"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
-#: type_pie.xhp
+#: 03010000.xhp
msgctxt ""
-"type_pie.xhp\n"
+"03010000.xhp\n"
"tit\n"
"help.text"
-msgid "Chart Type Pie"
+msgid "Data Table"
msgstr ""
-#: type_pie.xhp
+#: 03010000.xhp
msgctxt ""
-"type_pie.xhp\n"
-"bm_id7621997\n"
+"03010000.xhp\n"
+"hd_id3150869\n"
+"1\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 ""
+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>"
-#: type_pie.xhp
+#: 03010000.xhp
msgctxt ""
-"type_pie.xhp\n"
-"hd_id3365276\n"
+"03010000.xhp\n"
+"par_id3151115\n"
+"2\n"
"help.text"
-msgid "<variable id=\"type_pie\"><link href=\"text/schart/01/type_pie.xhp\">Chart Type Pie</link></variable>"
+msgid "<ahelp hid=\".uno:DiagramData\">Opens the<emph> Data Table </emph>dialog where you can edit the chart data.</ahelp>"
msgstr ""
-#: type_pie.xhp
+#: 03010000.xhp
msgctxt ""
-"type_pie.xhp\n"
-"par_id245979\n"
+"03010000.xhp\n"
+"par_id3149667\n"
+"51\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."
+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 ""
-#: type_pie.xhp
+#: 03010000.xhp
msgctxt ""
-"type_pie.xhp\n"
-"hd_id5799432\n"
+"03010000.xhp\n"
+"par_id6746421\n"
"help.text"
-msgid "Pie"
+msgid "<link href=\"text/swriter/01/06990000.xhp\">To update a chart manually when a Writer table got changed</link>"
msgstr ""
-#: type_pie.xhp
+#: 03010000.xhp
msgctxt ""
-"type_pie.xhp\n"
-"par_id6549272\n"
+"03010000.xhp\n"
+"par_id2565996\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 ""
+msgid "Some changes will become visible only after you close and reopen the dialog."
+msgstr "ზოგ ცვლილების დანახვა შესაძლებელი იქნება მხოლოდ დიალოგის დახურვისა და ხელახლა გახსნის შემდეგ"
-#: type_pie.xhp
+#: 03010000.xhp
msgctxt ""
-"type_pie.xhp\n"
-"par_id6529740\n"
+"03010000.xhp\n"
+"hd_id6129947\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."
+msgid "To change chart data"
msgstr ""
-#: type_pie.xhp
+#: 03010000.xhp
msgctxt ""
-"type_pie.xhp\n"
-"par_id9121982\n"
+"03010000.xhp\n"
+"par_id8141117\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."
+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 ""
-#: type_pie.xhp
+#: 03010000.xhp
msgctxt ""
-"type_pie.xhp\n"
-"par_id3808404\n"
+"03010000.xhp\n"
+"par_id9487594\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."
+msgid "Close the Chart Data dialog to apply all changes to the chart. Choose <emph>Edit - Undo</emph> to cancel the changes."
msgstr ""
-#: type_pie.xhp
+#: 03010000.xhp
msgctxt ""
-"type_pie.xhp\n"
-"par_id2394482\n"
+"03010000.xhp\n"
+"par_id4149906\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."
+msgid "Insert or select a chart that is not based on existing cell data."
msgstr ""
-#: wiz_chart_type.xhp
+#: 03010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"tit\n"
+"03010000.xhp\n"
+"par_id6064943\n"
"help.text"
-msgid "Chart Wizard - Chart Type"
+msgid "Choose <emph>View - Chart Data Table</emph> to open the Data Table dialog."
msgstr ""
-#: wiz_chart_type.xhp
+#: 03010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"bm_id4266792\n"
+"03010000.xhp\n"
+"par_id3236182\n"
"help.text"
-msgid "<bookmark_value>charts;choosing chart types</bookmark_value>"
+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 ""
-#: wiz_chart_type.xhp
+#: 03010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"hd_id1536606\n"
+"03010000.xhp\n"
+"par_id9799798\n"
"help.text"
-msgid "<variable id=\"wiz_chart_type\"><link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard - Chart Type</link></variable>"
+msgid "Click a cell in the dialog and change the contents. Click another cell to see the changed contents in the preview."
msgstr ""
-#: wiz_chart_type.xhp
+#: 03010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"par_id6006958\n"
+"03010000.xhp\n"
+"par_id1251258\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>."
+msgid "Enter the name of the data series in the text box above the column."
msgstr ""
-#: wiz_chart_type.xhp
+#: 03010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"hd_id3919186\n"
+"03010000.xhp\n"
+"par_id743430\n"
"help.text"
-msgid "To choose a chart type"
+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 ""
-#: wiz_chart_type.xhp
+#: 03010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"par_id3453169\n"
+"03010000.xhp\n"
+"par_id8111819\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."
+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 ""
-#: wiz_chart_type.xhp
+#: 03010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"par_id8406933\n"
+"03010000.xhp\n"
+"par_id9116794\n"
"help.text"
-msgid "The contents on the right side will change to offer more options depending on the basic chart type."
+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 ""
-#: wiz_chart_type.xhp
+#: 03010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"par_id8230231\n"
+"03010000.xhp\n"
+"par_id3150297\n"
+"20\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."
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a new row below the current row.</ahelp>"
msgstr ""
-#: wiz_chart_type.xhp
+#: 03010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"par_id3267006\n"
+"03010000.xhp\n"
+"par_id3145384\n"
+"23\n"
"help.text"
-msgid "Press <item type=\"keycode\">Shift+F1</item> and point to a control to see an extended help text."
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a new data series after the current column.</ahelp>"
msgstr ""
-#: wiz_chart_type.xhp
+#: 03010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"par_id7251503\n"
+"03010000.xhp\n"
+"par_id3152297\n"
"help.text"
-msgid "Click <emph>Finish</emph> on any wizard page to close the wizard and create the chart using the current settings."
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a new text column after the current column for hierarchical axes descriptions.</ahelp>"
msgstr ""
-#: wiz_chart_type.xhp
+#: 03010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"par_id3191625\n"
+"03010000.xhp\n"
+"par_id3159231\n"
+"26\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."
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the current row. It is not possible to delete the label row.</ahelp>"
msgstr ""
-#: wiz_chart_type.xhp
+#: 03010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"par_id7659535\n"
+"03010000.xhp\n"
+"par_id3153336\n"
+"29\n"
"help.text"
-msgid "Click <emph>Back</emph> to see the previous wizard page."
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the current series or text column. It is not possible to delete the first text column.</ahelp>"
msgstr ""
-#: wiz_chart_type.xhp
+#: 03010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"par_id8420056\n"
+"03010000.xhp\n"
+"par_id4089175\n"
"help.text"
-msgid "Click <emph>Cancel</emph> to close the wizard without creating a chart."
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Switches the current column with its neighbor at the right.</ahelp>"
msgstr ""
-#: wiz_chart_type.xhp
+#: 03010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"par_id2284920\n"
+"03010000.xhp\n"
+"par_id3949095\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to go to the named wizard page.</ahelp>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Switches the current row with its neighbor below.</ahelp>"
msgstr ""
-#: wiz_chart_type.xhp
+#: 03010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"par_id3184301\n"
+"03010000.xhp\n"
+"par_id6697286\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a basic chart type.</ahelp>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter names for the data series.</ahelp>"
msgstr ""
-#: wiz_chart_type.xhp
+#: 04010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"par_id2129276\n"
+"04010000.xhp\n"
+"tit\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a sub type of the basic chart type.</ahelp>"
-msgstr ""
+msgid "Titles"
+msgstr "დაყოფა"
-#: wiz_chart_type.xhp
+#: 04010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"par_id9719229\n"
+"04010000.xhp\n"
+"hd_id3147345\n"
+"1\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enables a 3D look for the data values.</ahelp>"
-msgstr ""
+msgid "Titles"
+msgstr "დაყოფა"
-#: wiz_chart_type.xhp
+#: 04010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"par_id3860896\n"
+"04010000.xhp\n"
+"par_id3150298\n"
+"2\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the type of 3D look.</ahelp>"
+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 ""
-#: wiz_chart_type.xhp
+#: 04010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"par_id4041871\n"
+"04010000.xhp\n"
+"hd_id3150207\n"
+"3\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a shape from the list.</ahelp>"
-msgstr ""
+msgid "Main Title"
+msgstr "მთავარი სათაური"
-#: wiz_chart_type.xhp
+#: 04010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"par_id9930722\n"
+"04010000.xhp\n"
+"par_id3150371\n"
+"4\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays stacked series for Line charts.</ahelp>"
-msgstr ""
+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>"
-#: wiz_chart_type.xhp
+#: 04010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"par_id5749687\n"
+"04010000.xhp\n"
+"hd_id3146980\n"
+"5\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Stack series display values on top of each other.</ahelp>"
-msgstr ""
+msgid "Subtitle"
+msgstr "ქვესათაური"
-#: wiz_chart_type.xhp
+#: 04010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"par_id79348\n"
+"04010000.xhp\n"
+"par_id3149404\n"
+"6\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Stack series display values as percent.</ahelp>"
-msgstr ""
+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>"
-#: wiz_chart_type.xhp
+#: 04010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"par_id2414014\n"
+"04010000.xhp\n"
+"par_id3152901\n"
+"7\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">The lines are shown as curves.</ahelp>"
-msgstr ""
+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>"
-#: wiz_chart_type.xhp
+#: 04010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"par_id7617114\n"
+"04010000.xhp\n"
+"hd_id3156018\n"
+"8\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to set the curve properties.</ahelp>"
+msgid "X axis"
msgstr ""
-#: wiz_chart_type.xhp
+#: 04010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"par_id6649372\n"
+"04010000.xhp\n"
+"par_id3152869\n"
+"9\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 ""
+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>"
-#: wiz_chart_type.xhp
+#: 04010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"par_id7334208\n"
+"04010000.xhp\n"
+"hd_id3159226\n"
+"10\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Set the number of lines for the Column and Line chart type.</ahelp>"
+msgid "Y axis"
msgstr ""
-#: wiz_chart_type.xhp
+#: 04010000.xhp
msgctxt ""
-"wiz_chart_type.xhp\n"
-"par_id4485000\n"
+"04010000.xhp\n"
+"par_id3154763\n"
+"11\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Chart Type dialog.</ahelp>"
+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
+msgctxt ""
+"04010000.xhp\n"
+"hd_id3153009\n"
+"12\n"
+"help.text"
+msgid "Z axis"
msgstr ""
-#: wiz_data_range.xhp
+#: 04010000.xhp
msgctxt ""
-"wiz_data_range.xhp\n"
+"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 დიაგრამისთვის."
+
+#: 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>"
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
"tit\n"
"help.text"
-msgid "Chart Wizard - Data Range"
-msgstr ""
+msgid "Legend"
+msgstr "ლეგენდა"
-#: wiz_data_range.xhp
+#: 04020000.xhp
msgctxt ""
-"wiz_data_range.xhp\n"
-"bm_id2429578\n"
+"04020000.xhp\n"
+"bm_id3156441\n"
"help.text"
-msgid "<bookmark_value>data ranges in charts</bookmark_value>"
-msgstr ""
+msgid "<bookmark_value>chart legends; hiding</bookmark_value><bookmark_value>hiding;chart legends</bookmark_value>"
+msgstr "<bookmark_value>დიაგრამის ლეგენდები; დამალვა</bookmark_value><bookmark_value>დამალვა;დიაგრამის ლეგენდები</bookmark_value>"
-#: wiz_data_range.xhp
+#: 04020000.xhp
msgctxt ""
-"wiz_data_range.xhp\n"
-"hd_id8313852\n"
+"04020000.xhp\n"
+"hd_id3156441\n"
+"1\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 ""
+msgid "Legend"
+msgstr "ლეგენდა"
-#: wiz_data_range.xhp
+#: 04020000.xhp
msgctxt ""
-"wiz_data_range.xhp\n"
-"par_id8829309\n"
+"04020000.xhp\n"
+"par_id3155413\n"
+"2\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."
+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 ""
-#: wiz_data_range.xhp
+#: 04020000.xhp
msgctxt ""
-"wiz_data_range.xhp\n"
-"par_id6401867\n"
+"04020000.xhp\n"
+"par_id3149124\n"
+"3\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Data Ranges dialog where you can edit Data Range and Data Series.</ahelp>"
-msgstr ""
+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>"
-#: wiz_data_range.xhp
+#: 04020000.xhp
msgctxt ""
-"wiz_data_range.xhp\n"
-"par_id2025818\n"
+"04020000.xhp\n"
+"par_id3145230\n"
"help.text"
-msgid "Use the Chart Wizard - Data Series page if you need more control over the data ranges."
-msgstr ""
+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>"
-#: wiz_data_range.xhp
+#: 04020000.xhp
msgctxt ""
-"wiz_data_range.xhp\n"
-"par_id8466139\n"
+"04020000.xhp\n"
+"par_id3149207\n"
+"16\n"
"help.text"
-msgid "This dialog is only available for charts based on a Calc or Writer table."
-msgstr ""
+msgid "Legend On/Off"
+msgstr "ლეგენდის ჩართვა/"
-#: wiz_data_range.xhp
+#: 04020000.xhp
msgctxt ""
-"wiz_data_range.xhp\n"
-"hd_id1877193\n"
+"04020000.xhp\n"
+"hd_id3155114\n"
+"6\n"
"help.text"
-msgid "To specify a data range"
-msgstr ""
+msgid "Display"
+msgstr "ნაჩვენები"
-#: wiz_data_range.xhp
+#: 04020000.xhp
msgctxt ""
-"wiz_data_range.xhp\n"
-"par_id5924863\n"
+"04020000.xhp\n"
+"par_id3150206\n"
+"7\n"
"help.text"
-msgid "Select the data range. Do one of the following:"
-msgstr ""
+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>."
-#: wiz_data_range.xhp
+#: 04020000.xhp
msgctxt ""
-"wiz_data_range.xhp\n"
-"par_id4357432\n"
+"04020000.xhp\n"
+"hd_id3150201\n"
+"4\n"
"help.text"
-msgid "Enter the data range in the text box."
-msgstr ""
+msgid "Position"
+msgstr "მდებარეობა"
-#: wiz_data_range.xhp
+#: 04020000.xhp
msgctxt ""
-"wiz_data_range.xhp\n"
-"par_id5626392\n"
+"04020000.xhp\n"
+"par_id3155376\n"
+"5\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 ""
+msgid "Select the position for the legend:"
+msgstr "მონიშნეთ ლეგენდისათვის მდებარეობა:"
-#: wiz_data_range.xhp
+#: 04020000.xhp
msgctxt ""
-"wiz_data_range.xhp\n"
-"par_id1363872\n"
+"04020000.xhp\n"
+"hd_id3152988\n"
+"8\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 ""
+msgid "Left"
+msgstr "მარცხნივ"
-#: wiz_data_range.xhp
+#: 04020000.xhp
msgctxt ""
-"wiz_data_range.xhp\n"
-"par_id6823938\n"
+"04020000.xhp\n"
+"par_id3155087\n"
+"9\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 ""
+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>"
-#: wiz_data_range.xhp
+#: 04020000.xhp
msgctxt ""
-"wiz_data_range.xhp\n"
-"par_id1434369\n"
+"04020000.xhp\n"
+"hd_id3153816\n"
+"10\n"
"help.text"
-msgid "Click one of the options for data series in rows or in columns."
-msgstr ""
+msgid "Top"
+msgstr "ზევით"
-#: wiz_data_range.xhp
+#: 04020000.xhp
msgctxt ""
-"wiz_data_range.xhp\n"
-"par_id7524033\n"
+"04020000.xhp\n"
+"par_id3153912\n"
+"11\n"
"help.text"
-msgid "Check whether the data range has labels in the first row or in the first column or both."
-msgstr ""
+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>"
-#: wiz_data_range.xhp
+#: 04020000.xhp
msgctxt ""
-"wiz_data_range.xhp\n"
-"par_id5256508\n"
+"04020000.xhp\n"
+"hd_id3144773\n"
+"12\n"
"help.text"
-msgid "In the preview you can see how the final chart will look."
-msgstr ""
+msgid "Right"
+msgstr "მარჯვნივ"
-#: wiz_data_range.xhp
+#: 04020000.xhp
msgctxt ""
-"wiz_data_range.xhp\n"
-"par_id379650\n"
+"04020000.xhp\n"
+"par_id3155268\n"
+"13\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 ""
+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>"
-#: wiz_data_range.xhp
+#: 04020000.xhp
msgctxt ""
-"wiz_data_range.xhp\n"
-"par_id953703\n"
+"04020000.xhp\n"
+"hd_id3152871\n"
+"14\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>"
+msgid "Bottom"
+msgstr "ქვედა"
+
+#: 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>"
+
+#: 04020000.xhp
+msgctxt ""
+"04020000.xhp\n"
+"hd_id1106200812072645\n"
+"help.text"
+msgid "Text Orientation"
msgstr ""
-#: wiz_data_range.xhp
+#: 04020000.xhp
msgctxt ""
-"wiz_data_range.xhp\n"
-"par_id4496597\n"
+"04020000.xhp\n"
+"par_id1106200812072653\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>"
+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 ""
-#: wiz_data_range.xhp
+#: 04020000.xhp
msgctxt ""
-"wiz_data_range.xhp\n"
-"par_id2898953\n"
+"04020000.xhp\n"
+"hd_id1106200812112444\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>"
+msgid "Text Direction"
msgstr ""
-#: wiz_data_range.xhp
+#: 04020000.xhp
msgctxt ""
-"wiz_data_range.xhp\n"
-"par_id7546311\n"
+"04020000.xhp\n"
+"par_id1106200812112530\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>"
+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 ""
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
+"04030000.xhp\n"
"tit\n"
"help.text"
-msgid "Chart Type XY"
+msgid "Data Labels"
msgstr ""
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"bm_id84231\n"
+"04030000.xhp\n"
+"bm_id3150275\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 ""
+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>"
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"hd_id9346598\n"
+"04030000.xhp\n"
+"hd_id3150275\n"
+"1\n"
"help.text"
-msgid "<variable id=\"type_xy\"><link href=\"text/schart/01/type_xy.xhp\">Chart Type XY (Scatter)</link></variable>"
-msgstr ""
+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>"
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"par_id2003845\n"
+"04030000.xhp\n"
+"par_id3154684\n"
+"2\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."
+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 ""
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"hd_id7757194\n"
+"04030000.xhp\n"
+"par_id0810200912120416\n"
"help.text"
-msgid "XY (Scatter)"
+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 ""
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"par_id5977965\n"
+"04030000.xhp\n"
+"hd_id3149401\n"
+"17\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."
+msgid "Show value as number"
msgstr ""
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"par_id4381847\n"
+"04030000.xhp\n"
+"par_id3150751\n"
+"18\n"
"help.text"
-msgid "Choose an XY chart for the following example tasks:"
-msgstr ""
+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>"
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"par_id1336710\n"
+"04030000.xhp\n"
+"hd_id5077059\n"
"help.text"
-msgid "scale the x‑axis"
-msgstr ""
+msgid "Number format"
+msgstr "რიცხვის ფორმატი"
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"par_id1221655\n"
+"04030000.xhp\n"
+"par_id9794610\n"
"help.text"
-msgid "generate a parameter curve, for example a spiral"
+msgid "<ahelp hid=\".\">Opens a dialog to select the number format.</ahelp>"
msgstr ""
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"par_id3397320\n"
+"04030000.xhp\n"
+"hd_id3145643\n"
+"9\n"
"help.text"
-msgid "draw the graph of a function"
+msgid "Show value as percentage"
msgstr ""
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"par_id7657399\n"
+"04030000.xhp\n"
+"par_id3156382\n"
+"10\n"
"help.text"
-msgid "explore the statistical association of quantitative variables"
-msgstr ""
+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>"
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"par_id8925138\n"
+"04030000.xhp\n"
+"hd_id1316873\n"
"help.text"
-msgid "Your XY chart may have more than one data series."
+msgid "Percentage format"
msgstr ""
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"hd_id5461897\n"
+"04030000.xhp\n"
+"par_id5476241\n"
"help.text"
-msgid "XY Chart Variants"
+msgid "<ahelp hid=\".\">Opens a dialog to select the percentage format.</ahelp>"
msgstr ""
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"par_id8919339\n"
+"04030000.xhp\n"
+"hd_id3145228\n"
+"11\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."
+msgid "Show category"
msgstr ""
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"par_id4634235\n"
+"04030000.xhp\n"
+"par_id3154702\n"
+"12\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 ""
+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>"
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"par_id5482039\n"
+"04030000.xhp\n"
+"hd_id3150298\n"
+"15\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."
+msgid "Show legend key"
msgstr ""
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"par_id0805200810492449\n"
+"04030000.xhp\n"
+"par_id3150205\n"
+"16\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 ""
+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>"
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"par_id6221198\n"
+"04030000.xhp\n"
+"hd_id3836787\n"
"help.text"
-msgid "You can enable the display of mean value lines and trend lines using commands on the Insert menu."
+msgid "Separator"
+msgstr "გამყოფი"
+
+#: 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 ""
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"hd_id1393475\n"
+"04030000.xhp\n"
+"hd_id4319284\n"
"help.text"
-msgid "Points only"
+msgid "Placement"
msgstr ""
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"par_id6571550\n"
+"04030000.xhp\n"
+"par_id5159459\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>."
+msgid "<ahelp hid=\".\">Selects the placement of data labels relative to the objects.</ahelp>"
msgstr ""
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"hd_id5376140\n"
+"04030000.xhp\n"
+"hd_id1106200812280727\n"
"help.text"
-msgid "Lines Only"
+msgid "Text Direction"
msgstr ""
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"par_id4408093\n"
+"04030000.xhp\n"
+"par_id1106200812280719\n"
"help.text"
-msgid "This variant draws straight lines from one data point to the next. The data points are not shown by icons."
+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 ""
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"par_id7261268\n"
+"04030000.xhp\n"
+"hd_id1007200901590713\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."
+msgid "Rotate Text"
+msgstr "ტექსტის ბრუნვა"
+
+#: 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 ""
-#: type_xy.xhp
+#: 04030000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"hd_id6949369\n"
+"04030000.xhp\n"
+"par_id1007200901590757\n"
"help.text"
-msgid "Points and Lines"
+msgid "<ahelp hid=\".\">Enter the counterclockwise rotation angle for the data labels.</ahelp>"
msgstr ""
-#: type_xy.xhp
+#: 04040000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"par_id9611499\n"
+"04040000.xhp\n"
+"tit\n"
"help.text"
-msgid "This variant shows points and lines at the same time."
+msgid "Axes"
+msgstr "ღერძი"
+
+#: 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 ""
-#: type_xy.xhp
+#: 04040000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"hd_id6765953\n"
+"04040000.xhp\n"
+"hd_id3147428\n"
+"1\n"
"help.text"
-msgid "3D Lines"
+msgid "Axes"
+msgstr "ღერძი"
+
+#: 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 ""
-#: type_xy.xhp
+#: 04040000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"par_id7422711\n"
+"04040000.xhp\n"
+"hd_id3156385\n"
+"46\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."
+msgid "Major axis"
+msgstr "მთავარი ღერძი"
+
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"hd_id3146316\n"
+"5\n"
+"help.text"
+msgid "X axis"
msgstr ""
-#: type_xy.xhp
+#: 04040000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"hd_id239265\n"
+"04040000.xhp\n"
+"par_id3145230\n"
+"6\n"
"help.text"
-msgid "Smooth Lines"
+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
+msgctxt ""
+"04040000.xhp\n"
+"hd_id3147003\n"
+"17\n"
+"help.text"
+msgid "Y axis"
msgstr ""
-#: type_xy.xhp
+#: 04040000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"par_id7957396\n"
+"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>"
+
+#: 04040000.xhp
+msgctxt ""
+"04040000.xhp\n"
+"hd_id3150345\n"
+"28\n"
"help.text"
-msgid "Mark <emph>Smooth Lines</emph> to draw curves instead of straight line segments."
+msgid "Z axis"
msgstr ""
-#: type_xy.xhp
+#: 04040000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"par_id1202124\n"
+"04040000.xhp\n"
+"par_id3155113\n"
+"29\n"
"help.text"
-msgid "Click <emph>Properties</emph> to set details for the curves."
+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
+msgctxt ""
+"04040000.xhp\n"
+"hd_id3150206\n"
+"36\n"
+"help.text"
+msgid "Secondary axis"
+msgstr "მეორადი ღერძი"
+
+#: 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 ""
-#: type_xy.xhp
+#: 04040000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"par_id5989562\n"
+"04040000.xhp\n"
+"hd_id3152988\n"
+"44\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."
+msgid "X axis"
msgstr ""
-#: type_xy.xhp
+#: 04040000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"par_id6128421\n"
+"04040000.xhp\n"
+"par_id3156445\n"
+"45\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."
+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
+msgctxt ""
+"04040000.xhp\n"
+"hd_id3152896\n"
+"38\n"
+"help.text"
+msgid "Y axis"
msgstr ""
-#: type_xy.xhp
+#: 04040000.xhp
msgctxt ""
-"type_xy.xhp\n"
-"par_id9280373\n"
+"04040000.xhp\n"
+"par_id3153818\n"
+"39\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."
+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
+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 ""
#: 04050000.xhp
@@ -752,7 +943,6 @@ msgid "Y Error Bars"
msgstr ""
#: 04050000.xhp
-#, fuzzy
msgctxt ""
"04050000.xhp\n"
"hd_id3147428\n"
@@ -1065,514 +1255,860 @@ msgctxt ""
msgid "<ahelp hid=\".\">Shows only negative error bars.</ahelp>"
msgstr ""
-#: smooth_line_properties.xhp
+#: 04050100.xhp
msgctxt ""
-"smooth_line_properties.xhp\n"
+"04050100.xhp\n"
"tit\n"
"help.text"
-msgid "Smooth Line Properties"
+msgid "Trend Lines"
msgstr ""
-#: smooth_line_properties.xhp
+#: 04050100.xhp
msgctxt ""
-"smooth_line_properties.xhp\n"
-"bm_id3803827\n"
+"04050100.xhp\n"
+"bm_id1744743\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>"
+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 ""
-#: smooth_line_properties.xhp
+#: 04050100.xhp
msgctxt ""
-"smooth_line_properties.xhp\n"
-"hd_id3050325\n"
+"04050100.xhp\n"
+"hd_id5409405\n"
"help.text"
-msgid "Smooth Line Properties"
+msgid "<variable id=\"regression\"><link href=\"text/schart/01/04050100.xhp\">Trend Lines</link></variable>"
msgstr ""
-#: smooth_line_properties.xhp
+#: 04050100.xhp
msgctxt ""
-"smooth_line_properties.xhp\n"
-"par_id9421979\n"
+"04050100.xhp\n"
+"par_id7272255\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."
+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>"
+
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id143436\n"
+"help.text"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">No trend line is shown.</ahelp>"
msgstr ""
-#: smooth_line_properties.xhp
+#: 04050100.xhp
msgctxt ""
-"smooth_line_properties.xhp\n"
-"hd_id1228370\n"
+"04050100.xhp\n"
+"par_id5716727\n"
"help.text"
-msgid "To change line properties"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">A linear trend line is shown.</ahelp>"
msgstr ""
-#: smooth_line_properties.xhp
+#: 04050100.xhp
msgctxt ""
-"smooth_line_properties.xhp\n"
-"par_id1601611\n"
+"04050100.xhp\n"
+"par_id5840021\n"
"help.text"
-msgid "Select Cubic Spline or B-Spline."
+msgid "<ahelp hid=\".\" visibility=\"hidden\">A logarithmic trend line is shown.</ahelp>"
msgstr ""
-#: smooth_line_properties.xhp
+#: 04050100.xhp
msgctxt ""
-"smooth_line_properties.xhp\n"
-"par_id879848\n"
+"04050100.xhp\n"
+"par_id9417096\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."
+msgid "<ahelp hid=\".\" visibility=\"hidden\">An exponential trend line is shown.</ahelp>"
msgstr ""
-#: smooth_line_properties.xhp
+#: 04050100.xhp
msgctxt ""
-"smooth_line_properties.xhp\n"
-"par_id3464461\n"
+"04050100.xhp\n"
+"par_id8482924\n"
"help.text"
-msgid "Optionally set the resolution. A higher value leads to a smoother line."
+msgid "<ahelp hid=\".\" visibility=\"hidden\">A power trend line is shown.</ahelp>"
msgstr ""
-#: smooth_line_properties.xhp
+#: 04050100.xhp
msgctxt ""
-"smooth_line_properties.xhp\n"
-"par_id6998809\n"
+"04050100.xhp\n"
+"par_id8962370\n"
"help.text"
-msgid "For B-spline lines optionally set the degree of the polynomials."
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows the trend line equation next to the trend line.</ahelp>"
msgstr ""
-#: smooth_line_properties.xhp
+#: 04050100.xhp
msgctxt ""
-"smooth_line_properties.xhp\n"
-"par_id3424481\n"
+"04050100.xhp\n"
+"par_id6889858\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Apply a cubic spline model.</ahelp>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows the coefficient of determination next to the trend line.</ahelp>"
msgstr ""
-#: smooth_line_properties.xhp
+#: 04050100.xhp
msgctxt ""
-"smooth_line_properties.xhp\n"
-"par_id1068758\n"
+"04050100.xhp\n"
+"par_id8398998\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Apply a B-spline model.</ahelp>"
+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 ""
-#: smooth_line_properties.xhp
+#: 04050100.xhp
msgctxt ""
-"smooth_line_properties.xhp\n"
-"par_id2320932\n"
+"04050100.xhp\n"
+"par_id5676747\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Set the resolution.</ahelp>"
+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 ""
-#: smooth_line_properties.xhp
+#: 04050100.xhp
msgctxt ""
-"smooth_line_properties.xhp\n"
-"par_id8638874\n"
+"04050100.xhp\n"
+"par_id4349192\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Set the degree of the polynomials.</ahelp>"
+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 ""
-#: type_area.xhp
+#: 04050100.xhp
msgctxt ""
-"type_area.xhp\n"
-"tit\n"
+"04050100.xhp\n"
+"par_id9337443\n"
"help.text"
-msgid "Chart Type Area"
+msgid "To delete a single trend line or mean value line, click the line, then press the Del key."
msgstr ""
-#: type_area.xhp
+#: 04050100.xhp
msgctxt ""
-"type_area.xhp\n"
-"bm_id4130680\n"
+"04050100.xhp\n"
+"par_id4529251\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>"
+msgid "To delete all trend lines, choose <item type=\"menuitem\">Insert - Trend Lines</item>, then select <emph>None</emph>."
+msgstr ""
-#: type_area.xhp
+#: 04050100.xhp
msgctxt ""
-"type_area.xhp\n"
-"hd_id310678\n"
+"04050100.xhp\n"
+"par_id296334\n"
"help.text"
-msgid "<variable id=\"type_area\"><link href=\"text/schart/01/type_area.xhp\">Chart Type Area</link></variable>"
+msgid "A trend line is shown in the legend automatically."
msgstr ""
-#: type_area.xhp
+#: 04050100.xhp
msgctxt ""
-"type_area.xhp\n"
-"par_id916776\n"
+"04050100.xhp\n"
+"par_id4072084\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."
+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 ""
-#: type_area.xhp
-#, fuzzy
+#: 04050100.xhp
msgctxt ""
-"type_area.xhp\n"
-"hd_id961943\n"
+"04050100.xhp\n"
+"par_id9569689\n"
"help.text"
-msgid "Area"
-msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nარეა\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nარე"
+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 ""
-#: type_area.xhp
+#: 04050100.xhp
msgctxt ""
-"type_area.xhp\n"
-"par_id631733\n"
+"04050100.xhp\n"
+"par_id846888\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."
+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 ""
-#: type_area.xhp
+#: 04050100.xhp
msgctxt ""
-"type_area.xhp\n"
-"par_id7811822\n"
+"04050100.xhp\n"
+"par_id8962065\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."
+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 ""
-#: type_area.xhp
+#: 04050100.xhp
msgctxt ""
-"type_area.xhp\n"
-"par_id3640247\n"
+"04050100.xhp\n"
+"par_id1328470\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."
+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 ""
-#: type_area.xhp
+#: 04050100.xhp
msgctxt ""
-"type_area.xhp\n"
-"par_id4585100\n"
+"04050100.xhp\n"
+"par_id8092593\n"
"help.text"
-msgid "Percent - this subtype plots values cumulatively stacked on each other and scaled as percentage of the category total."
+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 ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"tit\n"
+"04050100.xhp\n"
+"par_id7971434\n"
"help.text"
-msgid "Data Table"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enable Show equation to see the equation of the trend line.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+
+#: 04050100.xhp
+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>"
+
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id7735221\n"
+"help.text"
+msgid "You can also calculate the parameters using Calc functions as follows."
msgstr ""
-#: 03010000.xhp
-#, fuzzy
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"hd_id3150869\n"
-"1\n"
+"04050100.xhp\n"
+"hd_id5744193\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>"
+msgid "The linear regression equation"
+msgstr ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"par_id3151115\n"
-"2\n"
+"04050100.xhp\n"
+"par_id9251991\n"
"help.text"
-msgid "<ahelp hid=\".uno:DiagramData\">Opens the<emph> Data Table </emph>dialog where you can edit the chart data.</ahelp>"
+msgid "The <emph>linear regression</emph> follows the equation <item type=\"literal\">y=m*x+b</item>."
msgstr ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"par_id3149667\n"
-"51\n"
+"04050100.xhp\n"
+"par_id7951902\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."
+msgid "m = SLOPE(Data_Y;Data_X)"
msgstr ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"par_id6746421\n"
+"04050100.xhp\n"
+"par_id6637165\n"
"help.text"
-msgid "<link href=\"text/swriter/01/06990000.xhp\">To update a chart manually when a Writer table got changed</link>"
+msgid "b = INTERCEPT(Data_Y ;Data_X)"
msgstr ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"par_id2565996\n"
+"04050100.xhp\n"
+"par_id7879268\n"
"help.text"
-msgid "Some changes will become visible only after you close and reopen the dialog."
-msgstr "ზოგ ცვლილების დანახვა შესაძლებელი იქნება მხოლოდ დიალოგის დახურვისა და ხელახლა გახსნის შემდეგ"
+msgid "Calculate the coefficient of determination by"
+msgstr ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"hd_id6129947\n"
+"04050100.xhp\n"
+"par_id9244361\n"
"help.text"
-msgid "To change chart data"
+msgid "r² = RSQ(Data_Y;Data_X)"
msgstr ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"par_id8141117\n"
+"04050100.xhp\n"
+"par_id2083498\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."
+msgid "Besides m, b and r² the array function <emph>LINEST</emph> provides additional statistics for a regression analysis."
msgstr ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"par_id9487594\n"
+"04050100.xhp\n"
+"hd_id2538834\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."
+msgid "The logarithm regression equation"
msgstr ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"par_id4149906\n"
+"04050100.xhp\n"
+"par_id394299\n"
"help.text"
-msgid "Insert or select a chart that is not based on existing cell data."
+msgid "The <emph>logarithm regression</emph> follows the equation <item type=\"literal\">y=a*ln(x)+b</item>."
msgstr ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"par_id6064943\n"
+"04050100.xhp\n"
+"par_id2134159\n"
"help.text"
-msgid "Choose <emph>View - Chart Data Table</emph> to open the Data Table dialog."
+msgid "a = SLOPE(Data_Y;LN(Data_X))"
msgstr ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"par_id3236182\n"
+"04050100.xhp\n"
+"par_id5946531\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."
+msgid "b = INTERCEPT(Data_Y ;LN(Data_X))"
msgstr ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"par_id9799798\n"
+"04050100.xhp\n"
+"par_id5649281\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."
+msgid "r² = RSQ(Data_Y;LN(Data_X))"
msgstr ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"par_id1251258\n"
+"04050100.xhp\n"
+"hd_id7874080\n"
"help.text"
-msgid "Enter the name of the data series in the text box above the column."
+msgid "The exponential regression equation"
msgstr ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"par_id743430\n"
+"04050100.xhp\n"
+"par_id4679097\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."
+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 ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"par_id8111819\n"
+"04050100.xhp\n"
+"par_id9112216\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."
+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 ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"par_id9116794\n"
+"04050100.xhp\n"
+"par_id4416638\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."
+msgid "a = SLOPE(LN(Data_Y);Data_X)"
msgstr ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"par_id3150297\n"
-"20\n"
+"04050100.xhp\n"
+"par_id1039155\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a new row below the current row.</ahelp>"
+msgid "The variables for the second variation are calculated as follows:"
msgstr ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"par_id3145384\n"
-"23\n"
+"04050100.xhp\n"
+"par_id7184057\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a new data series after the current column.</ahelp>"
+msgid "m = EXP(SLOPE(LN(Data_Y);Data_X))"
msgstr ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"par_id3152297\n"
+"04050100.xhp\n"
+"par_id786767\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a new text column after the current column for hierarchical axes descriptions.</ahelp>"
+msgid "b = EXP(INTERCEPT(LN(Data_Y);Data_X))"
msgstr ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"par_id3159231\n"
-"26\n"
+"04050100.xhp\n"
+"par_id7127292\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Deletes the current row. It is not possible to delete the label row.</ahelp>"
+msgid "Calculate the coefficient of determination by"
msgstr ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"par_id3153336\n"
-"29\n"
+"04050100.xhp\n"
+"par_id5437177\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>"
+msgid "r² = RSQ(LN(Data_Y);Data_X)"
msgstr ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"par_id4089175\n"
+"04050100.xhp\n"
+"par_id6946317\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Switches the current column with its neighbor at the right.</ahelp>"
+msgid "Besides m, b and r² the array function LOGEST provides additional statistics for a regression analysis."
msgstr ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"par_id3949095\n"
+"04050100.xhp\n"
+"hd_id6349375\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Switches the current row with its neighbor below.</ahelp>"
+msgid "The power regression equation"
msgstr ""
-#: 03010000.xhp
+#: 04050100.xhp
msgctxt ""
-"03010000.xhp\n"
-"par_id6697286\n"
+"04050100.xhp\n"
+"par_id1857661\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Enter names for the data series.</ahelp>"
+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 ""
-#: 05030000.xhp
+#: 04050100.xhp
msgctxt ""
-"05030000.xhp\n"
+"04050100.xhp\n"
+"par_id8517105\n"
+"help.text"
+msgid "a = SLOPE(LN(Data_Y);LN(Data_X))"
+msgstr ""
+
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id9827265\n"
+"help.text"
+msgid "b = EXP(INTERCEPT(LN(Data_Y);LN(Data_X))"
+msgstr ""
+
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id2357249\n"
+"help.text"
+msgid "r² = RSQ(LN(Data_Y);LN(Data_X))"
+msgstr ""
+
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"hd_id9204077\n"
+"help.text"
+msgid "Constraints"
+msgstr ""
+
+#: 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 ""
+
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id7212744\n"
+"help.text"
+msgid "logarithm regression: only positive x-values are considered,"
+msgstr ""
+
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"par_id1664479\n"
+"help.text"
+msgid "exponential regression: only positive y-values are considered,"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 04050100.xhp
+msgctxt ""
+"04050100.xhp\n"
+"hd_id7907040\n"
+"help.text"
+msgid "The polynomial regression equation"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 04050100.xhp
+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>"
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
"tit\n"
"help.text"
-msgid "Legend"
-msgstr "ლეგენდა"
+msgid "Options"
+msgstr "პარამეტრები"
-#: 05030000.xhp
+#: 04060000.xhp
msgctxt ""
-"05030000.xhp\n"
-"hd_id3145800\n"
+"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 ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3149400\n"
"1\n"
"help.text"
-msgid "Legend"
-msgstr "ლეგენდა"
+msgid "<link href=\"text/schart/01/04060000.xhp\" name=\"Options\">Options</link>"
+msgstr "<link href=\"text/schart/01/04060000.xhp\" name=\"Options\">პარამეტრები</link>"
-#: 05030000.xhp
+#: 04060000.xhp
msgctxt ""
-"05030000.xhp\n"
-"par_id3146972\n"
+"04060000.xhp\n"
+"par_id3155067\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>"
+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 ""
-#: 05030000.xhp
-#, fuzzy
+#: 04060000.xhp
msgctxt ""
-"05030000.xhp\n"
-"hd_id3145232\n"
+"04060000.xhp\n"
+"hd_id3150043\n"
+"9\n"
+"help.text"
+msgid "Align data series to:"
+msgstr "მონაცემთა სერიის გასწორება:"
+
+#: 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 ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3147346\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>"
+msgid "Primary Y axis"
+msgstr "ძირითადი Y ღერძი"
-#: 05030000.xhp
+#: 04060000.xhp
msgctxt ""
-"05030000.xhp\n"
-"hd_id3147344\n"
-"3\n"
+"04060000.xhp\n"
+"par_id3147005\n"
+"15\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>"
+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 ""
-#: 05120000.xhp
+#: 04060000.xhp
msgctxt ""
-"05120000.xhp\n"
-"tit\n"
+"04060000.xhp\n"
+"hd_id3143221\n"
+"5\n"
"help.text"
-msgid "Arrangement"
-msgstr "წყობა"
+msgid "Secondary Y axis"
+msgstr "მეორად Y ღერძე"
-#: 05120000.xhp
+#: 04060000.xhp
msgctxt ""
-"05120000.xhp\n"
-"hd_id3159153\n"
-"1\n"
+"04060000.xhp\n"
+"par_id3154656\n"
+"11\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>"
+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 ""
-#: 05120000.xhp
+#: 04060000.xhp
msgctxt ""
-"05120000.xhp\n"
-"par_id3145750\n"
-"2\n"
+"04060000.xhp\n"
+"hd_id3166423\n"
+"6\n"
"help.text"
-msgid "Allows you to modify the order of the data series already set in the chart."
+msgid "Settings"
+msgstr "პარამეტრები"
+
+#: 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 ""
-#: 05120000.xhp
+#: 04060000.xhp
msgctxt ""
-"05120000.xhp\n"
-"par_id3155411\n"
+"04060000.xhp\n"
+"hd_id3145584\n"
+"7\n"
+"help.text"
+msgid "Spacing"
+msgstr "დაშორება"
+
+#: 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 ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3145384\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."
+msgid "Overlap"
msgstr ""
-#: 05120000.xhp
+#: 04060000.xhp
msgctxt ""
-"05120000.xhp\n"
-"par_id3154757\n"
-"5\n"
+"04060000.xhp\n"
+"par_id3156447\n"
+"14\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."
+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 ""
-#: 05120000.xhp
+#: 04060000.xhp
msgctxt ""
-"05120000.xhp\n"
-"hd_id3147339\n"
-"3\n"
+"04060000.xhp\n"
+"hd_id3153305\n"
+"16\n"
"help.text"
-msgid "Bring Forward"
-msgstr "წინ გამოტანა"
+msgid "Connection Lines"
+msgstr "ხაზების კავშირი"
-#: 05120000.xhp
+#: 04060000.xhp
msgctxt ""
-"05120000.xhp\n"
-"par_id3149259\n"
-"6\n"
+"04060000.xhp\n"
+"par_id3148868\n"
+"17\n"
"help.text"
-msgid "<ahelp hid=\".uno:Forward\">Brings the selected data series forward (to the right).</ahelp>"
+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 ""
-#: 05120000.xhp
+#: 04060000.xhp
msgctxt ""
-"05120000.xhp\n"
-"hd_id3146316\n"
-"4\n"
+"04060000.xhp\n"
+"hd_id9842219\n"
"help.text"
-msgid "Send Backward"
-msgstr "უკან გაგზავნა"
+msgid "Show bars side by side"
+msgstr ""
-#: 05120000.xhp
+#: 04060000.xhp
msgctxt ""
-"05120000.xhp\n"
-"par_id3147001\n"
-"7\n"
+"04060000.xhp\n"
+"par_id9800103\n"
"help.text"
-msgid "<ahelp hid=\".uno:Backward\">Sends the selected data series backward (to the left).</ahelp>"
+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 ""
+
+#: 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 ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id24414\n"
+"help.text"
+msgid "Clockwise direction"
+msgstr ""
+
+#: 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 ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id401013\n"
+"help.text"
+msgid "Starting angle"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id3179723\n"
+"help.text"
+msgid "Degrees"
+msgstr "გრადუსი"
+
+#: 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 ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id0305200910524613\n"
+"help.text"
+msgid "Plot missing values"
+msgstr ""
+
+#: 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 ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id0305200910524823\n"
+"help.text"
+msgid "Leave gap"
+msgstr ""
+
+#: 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 ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id0305200910524811\n"
+"help.text"
+msgid "Assume zero"
+msgstr ""
+
+#: 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 ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id0305200910524837\n"
+"help.text"
+msgid "Continue line"
+msgstr ""
+
+#: 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 ""
+
+#: 04060000.xhp
+msgctxt ""
+"04060000.xhp\n"
+"hd_id0305200910524937\n"
+"help.text"
+msgid "Include values from hidden cells"
+msgstr ""
+
+#: 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 ""
#: 04070000.xhp
@@ -1727,7 +2263,6 @@ msgid "X axis"
msgstr ""
#: 04070000.xhp
-#, fuzzy
msgctxt ""
"04070000.xhp\n"
"par_id3148704\n"
@@ -1772,500 +2307,1272 @@ msgctxt ""
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 ""
-#: 05040100.xhp
+#: 05010000.xhp
msgctxt ""
-"05040100.xhp\n"
+"05010000.xhp\n"
"tit\n"
"help.text"
-msgid "Axes"
-msgstr "ღერძი"
+msgid "Format Selection"
+msgstr ""
-#: 05040100.xhp
+#: 05010000.xhp
msgctxt ""
-"05040100.xhp\n"
-"bm_id3153768\n"
+"05010000.xhp\n"
+"bm_id3149666\n"
"help.text"
-msgid "<bookmark_value>axes;formatting</bookmark_value>"
-msgstr "<bookmark_value>Y ღერძი; ფორმატირება</bookmark_value>"
+msgid "<bookmark_value>objects;properties of charts</bookmark_value><bookmark_value>charts; properties</bookmark_value><bookmark_value>properties;charts</bookmark_value>"
+msgstr ""
-#: 05040100.xhp
+#: 05010000.xhp
msgctxt ""
-"05040100.xhp\n"
+"05010000.xhp\n"
+"hd_id3149666\n"
+"1\n"
+"help.text"
+msgid "Format Selection"
+msgstr ""
+
+#: 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 ""
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data Point"
+msgstr "მონაცემების წერტილი"
+
+#: 05010100.xhp
+msgctxt ""
+"05010100.xhp\n"
"hd_id3153768\n"
"1\n"
"help.text"
-msgid "Axes"
-msgstr "ღერძი"
+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>"
-#: 05040100.xhp
+#: 05010100.xhp
msgctxt ""
-"05040100.xhp\n"
-"par_id3154319\n"
+"05010100.xhp\n"
+"par_id3152577\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."
+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 ""
-#: 05040100.xhp
+#: 05010100.xhp
msgctxt ""
-"05040100.xhp\n"
-"par_id3149667\n"
+"05010100.xhp\n"
+"par_id3149121\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."
+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 ""
-#: 05040100.xhp
+#: 05010200.xhp
msgctxt ""
-"05040100.xhp\n"
-"par_id3159266\n"
+"05010200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Data Series"
+msgstr ""
+
+#: 05010200.xhp
+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>"
+
+#: 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 ""
+
+#: 05010200.xhp
+msgctxt ""
+"05010200.xhp\n"
+"par_id3154015\n"
"4\n"
"help.text"
-msgid "Scaling the X axis is only possible in the X-Y chart type."
+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 ""
-#: 05040100.xhp
-#, fuzzy
+#: 05010200.xhp
msgctxt ""
-"05040100.xhp\n"
-"hd_id3145230\n"
+"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>"
+
+#: 05020000.xhp
+msgctxt ""
+"05020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Title"
+msgstr "დაყოფა"
+
+#: 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>"
+
+#: 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>"
+
+#: 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 ""
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Title"
+msgstr "დაყოფა"
+
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"bm_id3150769\n"
+"help.text"
+msgid "<bookmark_value>editing; titles</bookmark_value>"
+msgstr "<bookmark_value>სათაურის; რედაქტირება</bookmark_value>"
+
+#: 05020100.xhp
+msgctxt ""
+"05020100.xhp\n"
+"hd_id3150769\n"
+"2\n"
+"help.text"
+msgid "Title"
+msgstr "დაყოფა"
+
+#: 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 ""
+
+#: 05020100.xhp
+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>"
-#: three_d_view.xhp
+#: 05020101.xhp
msgctxt ""
-"three_d_view.xhp\n"
+"05020101.xhp\n"
"tit\n"
"help.text"
-msgid "3D View"
-msgstr ""
+msgid "Alignment"
+msgstr "განლაგება"
-#: three_d_view.xhp
+#: 05020101.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"bm_id3156423\n"
+"05020101.xhp\n"
+"bm_id3150793\n"
"help.text"
-msgid "<bookmark_value>3D charts</bookmark_value> <bookmark_value>charts; 3D views</bookmark_value> <bookmark_value>illumination; 3D charts</bookmark_value>"
+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
+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>"
+
+#: 05020101.xhp
+msgctxt ""
+"05020101.xhp\n"
+"par_id3125864\n"
+"2\n"
+"help.text"
+msgid "Modifies the alignment of the chart title."
+msgstr "დიაგრამის სათაურის გასწორების ცვილების მიღება"
+
+#: 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 ""
-#: three_d_view.xhp
+#: 05020101.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"hd_id3464461\n"
+"05020101.xhp\n"
+"par_id3150717\n"
+"3\n"
"help.text"
-msgid "<variable id=\"three_d_view\"><link href=\"text/schart/01/three_d_view.xhp\">3D View</link></variable>"
+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 ""
-#: three_d_view.xhp
+#: 05020200.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id6998809\n"
+"05020200.xhp\n"
+"tit\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>"
+msgid "Title"
+msgstr "დაყოფა"
+
+#: 05020200.xhp
+msgctxt ""
+"05020200.xhp\n"
+"hd_id3150541\n"
+"1\n"
+"help.text"
+msgid "Title"
+msgstr "დაყოფა"
+
+#: 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 ""
-#: three_d_view.xhp
+#: 05020200.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id6942045\n"
+"05020200.xhp\n"
+"hd_id3152596\n"
+"3\n"
"help.text"
-msgid "The chart preview responds to the new settings that you enter in the dialog."
+msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
+msgstr "<link href=\"text/schart/01/05080000.xhp\" name=\"Chart Area\">დიაგრამის არე</link>"
+
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"tit\n"
+"help.text"
+msgid "Alignment"
+msgstr "განლაგება"
+
+#: 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>"
+
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"par_id3156422\n"
+"2\n"
+"help.text"
+msgid "Modifies the alignment of axes or title labels."
+msgstr "ღერზის წარწერის იარლიყსი გასწორების ცვლილები გაკეთება"
+
+#: 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 ""
-#: three_d_view.xhp
+#: 05020201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id3806878\n"
+"05020201.xhp\n"
+"hd_id3145750\n"
+"71\n"
"help.text"
-msgid "When you leave the dialog with OK, the settings are applied permanently."
+msgid "Show labels"
+msgstr "იარლიყის ჩვენება"
+
+#: 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>"
+
+#: 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 ""
-#: three_d_view.xhp
+#: 05020201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id130619\n"
+"05020201.xhp\n"
+"hd_id3150717\n"
+"4\n"
"help.text"
-msgid "When you leave the dialog with Cancel or Escape, the chart returns to the state when you opened the dialog."
+msgid "Rotate text"
+msgstr "ტექსტის ბრუნვა"
+
+#: 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 ""
-#: three_d_view.xhp
+#: 05020201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id8081911\n"
+"05020201.xhp\n"
+"hd_id3150327\n"
+"50\n"
"help.text"
-msgid "For a 3D chart you can choose <item type=\"menuitem\">Format - 3D View</item> to set perspective, appearance and illumination."
+msgid "ABCD wheel"
+msgstr "ABCD ბორბალი"
+
+#: 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 ""
-#: three_d_view.xhp
+#: 05020201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"hd_id2924283\n"
+"05020201.xhp\n"
+"hd_id3154254\n"
+"51\n"
"help.text"
-msgid "Perspective"
+msgid "ABCD button"
+msgstr "ქვედა ABCD"
+
+#: 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 ""
-#: three_d_view.xhp
+#: 05020201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id5781731\n"
+"05020201.xhp\n"
+"par_id3150342\n"
+"53\n"
"help.text"
-msgid "Enter the values for rotation of the chart on the three axes and for a perspective view."
+msgid "If you define a vertical x-axis label, the text may be cut off by the line of the x-axis."
msgstr ""
-#: three_d_view.xhp
+#: 05020201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id9999694\n"
+"05020201.xhp\n"
+"hd_id3166432\n"
+"54\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."
+msgid "Degrees"
+msgstr "გრადუსი"
+
+#: 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 ""
-#: three_d_view.xhp
+#: 05020201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id2861720\n"
+"05020201.xhp\n"
+"hd_id3152985\n"
+"73\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."
+msgid "Text flow"
+msgstr "ტქსტის ნაკადი"
+
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"par_id3155089\n"
+"74\n"
+"help.text"
+msgid "Determines the text flow of the data label."
+msgstr "მონაცემთა იარლიყზე განსაზღვრავს ტექსტის ნაკადს"
+
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"hd_id3148837\n"
+"57\n"
+"help.text"
+msgid "Overlap"
msgstr ""
-#: three_d_view.xhp
+#: 05020201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id2216559\n"
+"05020201.xhp\n"
+"par_id3151240\n"
+"58\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."
+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 ""
-#: three_d_view.xhp
+#: 05020201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id7869502\n"
+"05020201.xhp\n"
+"hd_id3157982\n"
+"68\n"
"help.text"
-msgid "The rotations are applied in the order first x, then y, last z."
+msgid "Break"
+msgstr "შეწყვეტა"
+
+#: 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>"
+
+#: 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 "ყველა ტიპის დიაგრამისათვის თვისებები არ არის მისაწვდომი"
+
+#: 05020201.xhp
+msgctxt ""
+"05020201.xhp\n"
+"hd_id3152872\n"
+"59\n"
+"help.text"
+msgid "Order"
+msgstr "ბრძანება"
+
+#: 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 ""
-#: three_d_view.xhp
+#: 05020201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id9852900\n"
+"05020201.xhp\n"
+"hd_id3146963\n"
+"60\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."
+msgid "Tile"
+msgstr "დაყოფა"
+
+#: 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 ""
-#: three_d_view.xhp
+#: 05020201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id2578203\n"
+"05020201.xhp\n"
+"hd_id3151195\n"
+"62\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."
+msgid "Stagger odd"
msgstr ""
-#: three_d_view.xhp
+#: 05020201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id4923245\n"
+"05020201.xhp\n"
+"par_id3145114\n"
+"63\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."
+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 ""
-#: three_d_view.xhp
+#: 05020201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id3416547\n"
+"05020201.xhp\n"
+"hd_id3147250\n"
+"64\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."
+msgid "Stagger even"
msgstr ""
-#: three_d_view.xhp
+#: 05020201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id3791924\n"
+"05020201.xhp\n"
+"par_id3153958\n"
+"65\n"
"help.text"
-msgid "Older versions of %PRODUCTNAME cannot display the percentage of perspective the same way as the current version."
+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 ""
-#: three_d_view.xhp
+#: 05020201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id7623828\n"
+"05020201.xhp\n"
+"hd_id3147301\n"
+"66\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>"
+msgid "Automatic"
+msgstr "ავტომატური"
+
+#: 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 ""
-#: three_d_view.xhp
+#: 05020201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id4721823\n"
+"05020201.xhp\n"
+"par_id3149353\n"
+"70\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>"
+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 ""
-#: three_d_view.xhp
+#: 05020201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id5806756\n"
+"05020201.xhp\n"
+"hd_id1106200812235146\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>"
+msgid "Text Direction"
msgstr ""
-#: three_d_view.xhp
+#: 05020201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id8915372\n"
+"05020201.xhp\n"
+"par_id1106200812235271\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>"
+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
+#: 05030000.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id6070436\n"
+"05030000.xhp\n"
+"tit\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>"
+msgid "Legend"
+msgstr "ლეგენდა"
+
+#: 05030000.xhp
+msgctxt ""
+"05030000.xhp\n"
+"hd_id3145800\n"
+"1\n"
+"help.text"
+msgid "Legend"
+msgstr "ლეგენდა"
+
+#: 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 ""
-#: three_d_view.xhp
+#: 05030000.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"hd_id7564012\n"
+"05030000.xhp\n"
+"hd_id3145232\n"
+"4\n"
"help.text"
-msgid "Appearance"
-msgstr "იერსახე"
+msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
+msgstr "<link href=\"text/schart/01/05080000.xhp\" name=\"Chart Area\">დიაგრამის არე</link>"
-#: three_d_view.xhp
+#: 05030000.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id1186254\n"
+"05030000.xhp\n"
+"hd_id3147344\n"
+"3\n"
"help.text"
-msgid "Select a scheme from the list box."
+msgid "<link href=\"text/schart/01/04020000.xhp\" name=\"Display\">Display</link>"
+msgstr "<link href=\"text/schart/01/04020000.xhp\" name=\"Display\">ჩვენება</link>"
+
+#: 05040000.xhp
+msgctxt ""
+"05040000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Axis"
+msgstr "ღერძი"
+
+#: 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
+msgctxt ""
+"05040000.xhp\n"
+"par_id3150441\n"
+"2\n"
+"help.text"
+msgid "This opens a submenu to edit axial properties."
msgstr ""
-#: three_d_view.xhp
+#: 05040000.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id7432477\n"
+"05040000.xhp\n"
+"par_id3154319\n"
+"11\n"
"help.text"
-msgid "By selecting a scheme, the check boxes and the light sources are set accordingly."
+msgid "The tabs in the dialogs depend on the chart type selected."
msgstr ""
-#: three_d_view.xhp
+#: 05040000.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id7141026\n"
+"05040000.xhp\n"
+"hd_id3153729\n"
+"3\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."
+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
+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
+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
+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 ""
-#: three_d_view.xhp
+#: 05040000.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id1579027\n"
+"05040000.xhp\n"
+"hd_id3145640\n"
+"7\n"
"help.text"
-msgid "Mark <emph>Shading</emph> to use the Gouraud method for rendering the surface, otherwise a flat method is used."
+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
+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 ""
-#: three_d_view.xhp
+#: 05040000.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id5624561\n"
+"05040000.xhp\n"
+"hd_id3145228\n"
+"5\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."
+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
+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>"
+
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Axes"
+msgstr "ღერძი"
+
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"bm_id3153768\n"
+"help.text"
+msgid "<bookmark_value>axes;formatting</bookmark_value>"
+msgstr "<bookmark_value>Y ღერძი; ფორმატირება</bookmark_value>"
+
+#: 05040100.xhp
+msgctxt ""
+"05040100.xhp\n"
+"hd_id3153768\n"
+"1\n"
+"help.text"
+msgid "Axes"
+msgstr "ღერძი"
+
+#: 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 ""
-#: three_d_view.xhp
+#: 05040100.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id5901058\n"
+"05040100.xhp\n"
+"par_id3149667\n"
+"3\n"
"help.text"
-msgid "The Gouraud method applies gradients for a smoother, more realistic look."
+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 ""
-#: three_d_view.xhp
+#: 05040100.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id8469191\n"
+"05040100.xhp\n"
+"par_id3159266\n"
+"4\n"
"help.text"
-msgid "Mark <emph>Object Borders</emph> to draw lines along the edges."
+msgid "Scaling the X axis is only possible in the X-Y chart type."
msgstr ""
-#: three_d_view.xhp
+#: 05040100.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id4407483\n"
+"05040100.xhp\n"
+"hd_id3145230\n"
+"5\n"
"help.text"
-msgid "Mark <emph>Rounded Edges</emph> to smooth the edges of box shapes."
+msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
+msgstr "<link href=\"text/schart/01/05080000.xhp\" name=\"Chart Area\">დიაგრამის არე</link>"
+
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Y Axis"
msgstr ""
-#: three_d_view.xhp
+#: 05040200.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id8531449\n"
+"05040200.xhp\n"
+"bm_id3145673\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a scheme from the list box, or click any of the check boxes below.</ahelp>"
+msgid "<bookmark_value>Y axes; formatting</bookmark_value>"
+msgstr "<bookmark_value>Y ღერძი; ფორმატირება</bookmark_value>"
+
+#: 05040200.xhp
+msgctxt ""
+"05040200.xhp\n"
+"hd_id3145673\n"
+"1\n"
+"help.text"
+msgid "Y Axis"
msgstr ""
-#: three_d_view.xhp
+#: 05040200.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id9183935\n"
+"05040200.xhp\n"
+"par_id3155628\n"
+"2\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Applies Gouraud shading if marked, or flat shading if unmarked.</ahelp>"
+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 ""
-#: three_d_view.xhp
+#: 05040200.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id946684\n"
+"05040200.xhp\n"
+"hd_id3145171\n"
+"3\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Shows borders around the areas by setting the line style to Solid.</ahelp>"
+msgid "<link href=\"text/shared/01/05020100.xhp\" name=\"Character\">Character</link>"
+msgstr "<link href=\"text/schart/01/05080000.xhp\" name=\"Chart Area\">დიაგრამის არე</link>"
+
+#: 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>"
+
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"tit\n"
+"help.text"
+msgid "Scale"
+msgstr "მასშტაბირება"
+
+#: 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 ""
-#: three_d_view.xhp
+#: 05040201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id9607226\n"
+"05040201.xhp\n"
+"hd_id3150868\n"
+"1\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Edges are rounded by 5%.</ahelp>"
+msgid "<link href=\"text/schart/01/05040201.xhp\" name=\"Scale\">Scale</link>"
+msgstr "<link href=\"text/schart/01/05040201.xhp\" name=\"Scaling\">მაშტაბირება</link>"
+
+#: 05040201.xhp
+msgctxt ""
+"05040201.xhp\n"
+"par_id3154013\n"
+"2\n"
+"help.text"
+msgid "Controls the scaling of the X or Y axis."
msgstr ""
-#: three_d_view.xhp
+#: 05040201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"hd_id1939451\n"
+"05040201.xhp\n"
+"par_id3148576\n"
+"79\n"
"help.text"
-msgid "Illumination"
+msgid "The axes are automatically scaled by $[officename] so that all values are optimally displayed."
msgstr ""
-#: three_d_view.xhp
+#: 05040201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id9038972\n"
+"05040201.xhp\n"
+"par_id3149379\n"
+"3\n"
"help.text"
-msgid "Set the light sources for the 3D view."
+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 ""
-#: three_d_view.xhp
+#: 05040201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id6531266\n"
+"05040201.xhp\n"
+"hd_id3154730\n"
+"4\n"
"help.text"
-msgid "Click any of the eight buttons to switch a directed light source on or off."
+msgid "Scale"
+msgstr "მასშტაბირება"
+
+#: 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 ""
-#: three_d_view.xhp
+#: 05040201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id6173894\n"
+"05040201.xhp\n"
+"hd_id3150751\n"
+"6\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."
+msgid "Minimum"
+msgstr "მინიმუმი"
+
+#: 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 ""
-#: three_d_view.xhp
+#: 05040201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id2761314\n"
+"05040201.xhp\n"
+"hd_id3156385\n"
+"8\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."
+msgid "Maximum"
+msgstr "მაქსიმუმი"
+
+#: 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 ""
-#: three_d_view.xhp
+#: 05040201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id3912778\n"
+"05040201.xhp\n"
+"hd_id3155336\n"
+"10\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."
+msgid "Major interval"
+msgstr "ძირითადი ინტერვალი"
+
+#: 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 ""
-#: three_d_view.xhp
+#: 05040201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id3163853\n"
+"05040201.xhp\n"
+"hd_id3154020\n"
+"12\n"
"help.text"
-msgid "The button in the corner of the small preview switches the internal illumination model between a sphere and a cube."
+msgid "Minor interval count"
+msgstr "არაძირთადი ინტერვალის სანიშნე"
+
+#: 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 ""
-#: three_d_view.xhp
+#: 05040201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id121158\n"
+"05040201.xhp\n"
+"hd_id3150089\n"
+"14\n"
"help.text"
-msgid "Use the Ambient light list box to define the ambient light which shines with a uniform intensity from all directions."
+msgid "Reference value"
msgstr ""
-#: three_d_view.xhp
+#: 05040201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id2423780\n"
+"05040201.xhp\n"
+"par_id3152990\n"
+"15\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>"
+msgid "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_ORIGIN\">Specifies at which position to display the values along the axis.</ahelp>"
msgstr ""
-#: three_d_view.xhp
+#: 05040201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id2569658\n"
+"05040201.xhp\n"
+"hd_id3166432\n"
+"62\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>"
+msgid "Automatic"
+msgstr "ავტომატური"
+
+#: 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 ""
-#: three_d_view.xhp
+#: 05040201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id6394238\n"
+"05040201.xhp\n"
+"par_id3149129\n"
+"64\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to switch between an illumination model of a sphere or a cube.</ahelp>"
+msgid "Disable this feature if you are working with \"fixed\" values, as it does not permit automatic scaling."
msgstr ""
-#: three_d_view.xhp
+#: 05040201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id533768\n"
+"05040201.xhp\n"
+"hd_id3159206\n"
+"16\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to enable or disable the specular light source with highlights.</ahelp>"
+msgid "Logarithmic scale"
+msgstr "ლოგარითმული მაშტაბი"
+
+#: 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 ""
-#: three_d_view.xhp
+#: 05040201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id7214270\n"
+"05040201.xhp\n"
+"par_id3153956\n"
+"61\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to enable or disable the uniform light source.</ahelp>"
+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 ""
-#: three_d_view.xhp
+#: 05040201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id2186346\n"
+"05040201.xhp\n"
+"hd_id9941404\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a color for the selected light source.</ahelp>"
+msgid "Reverse direction"
msgstr ""
-#: three_d_view.xhp
+#: 05040201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id1331217\n"
+"05040201.xhp\n"
+"par_id5581835\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a color using the color dialog.</ahelp>"
+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 ""
-#: three_d_view.xhp
+#: 05040201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id393993\n"
+"05040201.xhp\n"
+"hd_id922204\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a color for the ambient light.</ahelp>"
+msgid "Type"
+msgstr "ტიპი"
+
+#: 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 ""
-#: three_d_view.xhp
+#: 05040201.xhp
msgctxt ""
-"three_d_view.xhp\n"
-"par_id5871761\n"
+"05040201.xhp\n"
+"par_id1159225\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a color using the color dialog.</ahelp>"
+msgid "Minimum and maximum value to be shown on the ends of the scale."
msgstr ""
+#: 05040201.xhp
+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>"
+
+#: 05040201.xhp
+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>"
+
+#: 05040201.xhp
+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>"
+
#: 05040202.xhp
msgctxt ""
"05040202.xhp\n"
@@ -2283,7 +3590,6 @@ msgid "<bookmark_value>positioning; axes</bookmark_value><bookmark_value>charts;
msgstr ""
#: 05040202.xhp
-#, fuzzy
msgctxt ""
"05040202.xhp\n"
"hd_id3150868\n"
@@ -2489,6 +3795,171 @@ msgctxt ""
msgid "<ahelp hid=\".\">Select where to place the marks: at labels, at axis, or at axis and labels.</ahelp>"
msgstr ""
+#: 05050000.xhp
+msgctxt ""
+"05050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Grid"
+msgstr "ბადე"
+
+#: 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>"
+
+#: 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>"
+
+#: 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 "ქვემენიუს გახსნა, სადაც მონიშნულის ბადე გინდათ დააფორმატოთ"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Grid"
+msgstr "ბადე"
+
+#: 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>"
+
+#: 05050100.xhp
+msgctxt ""
+"05050100.xhp\n"
+"hd_id3150398\n"
+"2\n"
+"help.text"
+msgid "Grid"
+msgstr "ბადე"
+
+#: 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>"
+
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chart Wall"
+msgstr ""
+
+#: 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>"
+
+#: 05060000.xhp
+msgctxt ""
+"05060000.xhp\n"
+"hd_id3150792\n"
+"1\n"
+"help.text"
+msgid "Chart Wall"
+msgstr ""
+
+#: 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 ""
+
#: 05070000.xhp
msgctxt ""
"05070000.xhp\n"
@@ -2523,1228 +3994,1753 @@ msgctxt ""
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 ""
-#: 05020101.xhp
+#: 05080000.xhp
msgctxt ""
-"05020101.xhp\n"
+"05080000.xhp\n"
"tit\n"
"help.text"
-msgid "Alignment"
+msgid "Chart Area"
msgstr ""
-#: 05020101.xhp
+#: 05080000.xhp
msgctxt ""
-"05020101.xhp\n"
-"bm_id3150793\n"
+"05080000.xhp\n"
+"bm_id3149670\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>"
+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>"
-#: 05020101.xhp
+#: 05080000.xhp
msgctxt ""
-"05020101.xhp\n"
-"hd_id3150793\n"
+"05080000.xhp\n"
+"hd_id3149670\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>"
+msgid "Chart Area"
+msgstr ""
-#: 05020101.xhp
+#: 05080000.xhp
msgctxt ""
-"05020101.xhp\n"
+"05080000.xhp\n"
"par_id3125864\n"
"2\n"
"help.text"
-msgid "Modifies the alignment of the chart title."
-msgstr "დიაგრამის სათაურის გასწორების ცვილების მიღება"
+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 ""
-#: 05020101.xhp
+#: 05120000.xhp
msgctxt ""
-"05020101.xhp\n"
-"par_id3145748\n"
-"4\n"
+"05120000.xhp\n"
+"tit\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."
+msgid "Arrangement"
+msgstr "წყობა"
+
+#: 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>"
+
+#: 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 ""
-#: 05020101.xhp
+#: 05120000.xhp
msgctxt ""
-"05020101.xhp\n"
-"par_id3150717\n"
+"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 ""
+
+#: 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 ""
+
+#: 05120000.xhp
+msgctxt ""
+"05120000.xhp\n"
+"hd_id3147339\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."
+msgid "Bring Forward"
+msgstr "წინ გამოტანა"
+
+#: 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 ""
-#: 05080000.xhp
+#: 05120000.xhp
msgctxt ""
-"05080000.xhp\n"
+"05120000.xhp\n"
+"hd_id3146316\n"
+"4\n"
+"help.text"
+msgid "Send Backward"
+msgstr "უკან გაგზავნა"
+
+#: 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 ""
+
+#: choose_chart_type.xhp
+msgctxt ""
+"choose_chart_type.xhp\n"
"tit\n"
"help.text"
-msgid "Chart Area"
+msgid "Choosing a Chart Type"
msgstr ""
-#: 05080000.xhp
+#: choose_chart_type.xhp
msgctxt ""
-"05080000.xhp\n"
-"bm_id3149670\n"
+"choose_chart_type.xhp\n"
+"hd_id9072237\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>"
+msgid "<variable id=\"choose_chart_type\"><link href=\"text/schart/01/choose_chart_type.xhp\">Choosing a Chart Type</link></variable>"
+msgstr ""
-#: 05080000.xhp
+#: choose_chart_type.xhp
msgctxt ""
-"05080000.xhp\n"
-"hd_id3149670\n"
-"1\n"
+"choose_chart_type.xhp\n"
+"par_id7085787\n"
"help.text"
-msgid "Chart Area"
+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 ""
-#: 05080000.xhp
+#: choose_chart_type.xhp
msgctxt ""
-"05080000.xhp\n"
-"par_id3125864\n"
-"2\n"
+"choose_chart_type.xhp\n"
+"hd_id6820886\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>"
+msgid "The available chart types"
msgstr ""
-#: type_bubble.xhp
+#: choose_chart_type.xhp
msgctxt ""
-"type_bubble.xhp\n"
-"tit\n"
+"choose_chart_type.xhp\n"
+"par_id7309488\n"
"help.text"
-msgid "Chart Type Bubble"
+msgid "Choose from the following chart types, depending on data type and intended presentation effect."
msgstr ""
-#: type_bubble.xhp
+#: choose_chart_type.xhp
msgctxt ""
-"type_bubble.xhp\n"
-"bm_id2183975\n"
+"choose_chart_type.xhp\n"
+"par_id4673604\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>"
+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 ""
-#: type_bubble.xhp
+#: choose_chart_type.xhp
msgctxt ""
-"type_bubble.xhp\n"
-"hd_id1970722\n"
+"choose_chart_type.xhp\n"
+"par_id2586138\n"
"help.text"
-msgid "<variable id=\"type_bubble\"><link href=\"text/schart/01/type_bubble.xhp\">Chart Type Bubble</link></variable>"
+msgid "<link href=\"text/schart/01/type_column_bar.xhp\">Column or Bar</link>"
msgstr ""
-#: type_bubble.xhp
+#: choose_chart_type.xhp
msgctxt ""
-"type_bubble.xhp\n"
-"par_id40589\n"
+"choose_chart_type.xhp\n"
+"par_id4343394\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."
+msgid "<image id=\"Graphic2\" src=\"chart2/res/pie_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
msgstr ""
-#: type_bubble.xhp
+#: choose_chart_type.xhp
msgctxt ""
-"type_bubble.xhp\n"
-"hd_id0526200904491284\n"
+"choose_chart_type.xhp\n"
+"par_id3859065\n"
"help.text"
-msgid "Bubble"
+msgid "<link href=\"text/schart/01/type_pie.xhp\">Pie</link>"
msgstr ""
-#: type_bubble.xhp
+#: choose_chart_type.xhp
msgctxt ""
-"type_bubble.xhp\n"
-"par_id0526200904491222\n"
+"choose_chart_type.xhp\n"
+"par_id292672\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."
+msgid "<image id=\"Graphic21\" src=\"chart2/res/areas_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
msgstr ""
-#: type_bubble.xhp
+#: choose_chart_type.xhp
msgctxt ""
-"type_bubble.xhp\n"
-"par_id0526200906040162\n"
+"choose_chart_type.xhp\n"
+"par_id4043092\n"
"help.text"
-msgid "The data series dialog for a bubble chart has an entry to define the data range for the Bubble Sizes."
+msgid "<link href=\"text/schart/01/type_area.xhp\">Area</link>"
msgstr ""
-#: 05020201.xhp
+#: choose_chart_type.xhp
msgctxt ""
-"05020201.xhp\n"
-"tit\n"
+"choose_chart_type.xhp\n"
+"par_id2578814\n"
"help.text"
-msgid "Alignment"
+msgid "<image id=\"Graphic3\" src=\"chart2/res/nostackdirectboth_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
msgstr ""
-#: 05020201.xhp
+#: choose_chart_type.xhp
msgctxt ""
-"05020201.xhp\n"
-"hd_id3149656\n"
-"1\n"
+"choose_chart_type.xhp\n"
+"par_id4660481\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>"
+msgid "<link href=\"text/schart/01/type_line.xhp\">Line</link>"
+msgstr ""
-#: 05020201.xhp
+#: choose_chart_type.xhp
msgctxt ""
-"05020201.xhp\n"
-"par_id3156422\n"
-"2\n"
+"choose_chart_type.xhp\n"
+"par_id3946653\n"
"help.text"
-msgid "Modifies the alignment of axes or title labels."
-msgstr "ღერზის წარწერის იარლიყსი გასწორების ცვლილები გაკეთება"
+msgid "<image id=\"Graphic4\" src=\"chart2/res/valueaxisdirectpoints_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
-#: 05020201.xhp
+#: choose_chart_type.xhp
msgctxt ""
-"05020201.xhp\n"
-"par_id3150439\n"
-"76\n"
+"choose_chart_type.xhp\n"
+"par_id5882747\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."
+msgid "<link href=\"text/schart/01/type_xy.xhp\">XY (scatter)</link>"
msgstr ""
-#: 05020201.xhp
+#: choose_chart_type.xhp
msgctxt ""
-"05020201.xhp\n"
-"hd_id3145750\n"
-"71\n"
+"choose_chart_type.xhp\n"
+"par_id0526200904431454\n"
"help.text"
-msgid "Show labels"
-msgstr "იარლიყის ჩვენება"
+msgid "<image id=\"graphics1\" src=\"chart2/res/bubble_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
-#: 05020201.xhp
+#: choose_chart_type.xhp
msgctxt ""
-"05020201.xhp\n"
-"par_id3154319\n"
-"72\n"
+"choose_chart_type.xhp\n"
+"par_id0526200904431497\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>"
+msgid "<link href=\"text/schart/01/type_bubble.xhp\">Bubble</link>"
+msgstr ""
-#: 05020201.xhp
+#: choose_chart_type.xhp
msgctxt ""
-"05020201.xhp\n"
-"par_id3147436\n"
-"75\n"
+"choose_chart_type.xhp\n"
+"par_id8752403\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>"
+msgid "<image id=\"Graphic5\" src=\"chart2/res/net_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
msgstr ""
-#: 05020201.xhp
+#: choose_chart_type.xhp
msgctxt ""
-"05020201.xhp\n"
-"hd_id3150717\n"
-"4\n"
+"choose_chart_type.xhp\n"
+"par_id8425550\n"
"help.text"
-msgid "Rotate text"
-msgstr "ტექსტის ბრუნვა"
+msgid "<link href=\"text/schart/01/type_net.xhp\">Net</link>"
+msgstr ""
-#: 05020201.xhp
+#: choose_chart_type.xhp
msgctxt ""
-"05020201.xhp\n"
-"par_id3154510\n"
-"5\n"
+"choose_chart_type.xhp\n"
+"par_id1846369\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."
+msgid "<image id=\"Graphic6\" src=\"chart2/res/stock_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
msgstr ""
-#: 05020201.xhp
+#: choose_chart_type.xhp
msgctxt ""
-"05020201.xhp\n"
-"hd_id3150327\n"
-"50\n"
+"choose_chart_type.xhp\n"
+"par_id1680654\n"
"help.text"
-msgid "ABCD wheel"
-msgstr "ABCD ბორბალი"
+msgid "<link href=\"text/schart/01/type_stock.xhp\">Stock</link>"
+msgstr ""
-#: 05020201.xhp
+#: choose_chart_type.xhp
msgctxt ""
-"05020201.xhp\n"
-"par_id3149018\n"
-"49\n"
+"choose_chart_type.xhp\n"
+"par_id1592150\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."
+msgid "<image id=\"Graphic7\" src=\"chart2/res/columnline_52x60.png\" width=\"0.6252in\" height=\"0.5417in\"><alt id=\"alt_\">Icon</alt></image>"
msgstr ""
-#: 05020201.xhp
+#: choose_chart_type.xhp
msgctxt ""
-"05020201.xhp\n"
-"hd_id3154254\n"
-"51\n"
+"choose_chart_type.xhp\n"
+"par_id3308816\n"
"help.text"
-msgid "ABCD button"
-msgstr "ქვედა ABCD"
+msgid "<link href=\"text/schart/01/type_column_line.xhp\">Column and Line</link>"
+msgstr ""
-#: 05020201.xhp
+#: smooth_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"par_id3154702\n"
-"52\n"
+"smooth_line_properties.xhp\n"
+"tit\n"
"help.text"
-msgid "<ahelp hid=\"HID_SCH_ALIGNMENT_STACKED\">Assigns vertical text orientation for cell contents.</ahelp>"
+msgid "Smooth Line Properties"
msgstr ""
-#: 05020201.xhp
+#: smooth_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"par_id3150342\n"
-"53\n"
+"smooth_line_properties.xhp\n"
+"bm_id3803827\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."
+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 ""
-#: 05020201.xhp
+#: smooth_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"hd_id3166432\n"
-"54\n"
+"smooth_line_properties.xhp\n"
+"hd_id3050325\n"
"help.text"
-msgid "Degrees"
-msgstr "გრადუსი"
+msgid "Smooth Line Properties"
+msgstr ""
-#: 05020201.xhp
+#: smooth_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"par_id3150199\n"
-"55\n"
+"smooth_line_properties.xhp\n"
+"par_id9421979\n"
"help.text"
-msgid "<ahelp hid=\"HID_SCH_ALIGNMENT_DEGREES\">Allows you to manually enter the orientation angle.</ahelp>"
+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 ""
-#: 05020201.xhp
+#: smooth_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"hd_id3152985\n"
-"73\n"
+"smooth_line_properties.xhp\n"
+"hd_id1228370\n"
"help.text"
-msgid "Text flow"
-msgstr "ტქსტის ნაკადი"
+msgid "To change line properties"
+msgstr ""
-#: 05020201.xhp
+#: smooth_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"par_id3155089\n"
-"74\n"
+"smooth_line_properties.xhp\n"
+"par_id1601611\n"
"help.text"
-msgid "Determines the text flow of the data label."
-msgstr "მონაცემთა იარლიყზე განსაზღვრავს ტექსტის ნაკადს"
+msgid "Select Cubic Spline or B-Spline."
+msgstr ""
-#: 05020201.xhp
+#: smooth_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"hd_id3148837\n"
-"57\n"
+"smooth_line_properties.xhp\n"
+"par_id879848\n"
"help.text"
-msgid "Overlap"
+msgid "These are mathematical models that influence the display of the curves. The curves are created by joining together segments of polynomials."
msgstr ""
-#: 05020201.xhp
+#: smooth_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"par_id3151240\n"
-"58\n"
+"smooth_line_properties.xhp\n"
+"par_id3464461\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."
+msgid "Optionally set the resolution. A higher value leads to a smoother line."
msgstr ""
-#: 05020201.xhp
+#: smooth_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"hd_id3157982\n"
-"68\n"
+"smooth_line_properties.xhp\n"
+"par_id6998809\n"
"help.text"
-msgid "Break"
-msgstr "შეწყვეტა"
+msgid "For B-spline lines optionally set the degree of the polynomials."
+msgstr ""
-#: 05020201.xhp
+#: smooth_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"par_id3155268\n"
-"69\n"
+"smooth_line_properties.xhp\n"
+"par_id3424481\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>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Apply a line curve model.</ahelp>"
+msgstr ""
-#: 05020201.xhp
+#: smooth_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"hd_id3159205\n"
-"56\n"
+"smooth_line_properties.xhp\n"
+"par_id2320932\n"
"help.text"
-msgid "The following options are not available for all chart types:"
-msgstr "ყველა ტიპის დიაგრამისათვის თვისებები არ არის მისაწვდომი"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Set the resolution.</ahelp>"
+msgstr ""
-#: 05020201.xhp
+#: smooth_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"hd_id3152872\n"
-"59\n"
+"smooth_line_properties.xhp\n"
+"par_id8638874\n"
"help.text"
-msgid "Order"
-msgstr "ბრძანება"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Set the degree of the polynomials.</ahelp>"
+msgstr ""
-#: 05020201.xhp
+#: stepped_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"par_id3159230\n"
-"11\n"
+"stepped_line_properties.xhp\n"
+"tit\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."
+msgid "Smooth Line Properties"
msgstr ""
-#: 05020201.xhp
+#: stepped_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"hd_id3146963\n"
-"60\n"
+"stepped_line_properties.xhp\n"
+"bm_id1467210\n"
"help.text"
-msgid "Tile"
-msgstr "დაყოფა"
+msgid "<bookmark_value>curves;properties in line charts/XY charts</bookmark_value><bookmark_value>properties;stepped lines in line charts/XY charts</bookmark_value>"
+msgstr ""
-#: 05020201.xhp
+#: stepped_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"par_id3155758\n"
-"61\n"
+"stepped_line_properties.xhp\n"
+"hd_id5005971\n"
"help.text"
-msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_AXIS_LABEL:RB_AXIS_LABEL_SIDEBYSIDE\">Arranges numbers on the axis side by side.</ahelp>"
+msgid "Stepped Line Properties"
msgstr ""
-#: 05020201.xhp
+#: stepped_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"hd_id3151195\n"
-"62\n"
+"stepped_line_properties.xhp\n"
+"par_id9485625\n"
"help.text"
-msgid "Stagger odd"
+msgid "In a chart that displays lines (Line type or XY type), you can choose to connect the points with steps instead of straight lines. Some options control the properties of those steps."
msgstr ""
-#: 05020201.xhp
+#: stepped_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"par_id3145114\n"
-"63\n"
+"stepped_line_properties.xhp\n"
+"hd_id9438276\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>"
+msgid "Different step types"
msgstr ""
-#: 05020201.xhp
+#: stepped_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"hd_id3147250\n"
-"64\n"
+"stepped_line_properties.xhp\n"
+"alt_id9078573\n"
"help.text"
-msgid "Stagger even"
+msgid "Start step icon"
msgstr ""
-#: 05020201.xhp
+#: stepped_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"par_id3153958\n"
-"65\n"
+"stepped_line_properties.xhp\n"
+"par_id9047365\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>"
+msgid "<ahelp hid=\"modules/schart/ui/steppedlinesdlg/step_start_rb\">Start with horizontal line and step up vertically at the end.</ahelp>"
msgstr ""
-#: 05020201.xhp
+#: stepped_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"hd_id3147301\n"
-"66\n"
+"stepped_line_properties.xhp\n"
+"alt_id05495673\n"
"help.text"
-msgid "Automatic"
+msgid "End step icon"
msgstr ""
-#: 05020201.xhp
+#: stepped_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"par_id3147404\n"
-"67\n"
+"stepped_line_properties.xhp\n"
+"par_id439028\n"
"help.text"
-msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_AXIS_LABEL:RB_AXIS_LABEL_AUTOORDER\">Automatically arranges numbers on the axis.</ahelp>"
+msgid "<ahelp hid=\"modules/schart/ui/steppedlinesdlg/step_center_x_rb\">Start to step up vertically and end with horizontal line.</ahelp>"
msgstr ""
-#: 05020201.xhp
+#: stepped_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"par_id3149353\n"
-"70\n"
+"stepped_line_properties.xhp\n"
+"alt_id9673426\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."
+msgid "Center X icon"
msgstr ""
-#: 05020201.xhp
+#: stepped_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"hd_id1106200812235146\n"
+"stepped_line_properties.xhp\n"
+"par_id4069483\n"
"help.text"
-msgid "Text Direction"
+msgid "<ahelp hid=\"modules/schart/ui/steppedlinesdlg/step_end_rb\">Start with horizontal line, step up vertically in the middle of the X values and end with horizontal line.</ahelp>"
msgstr ""
-#: 05020201.xhp
+#: stepped_line_properties.xhp
msgctxt ""
-"05020201.xhp\n"
-"par_id1106200812235271\n"
+"stepped_line_properties.xhp\n"
+"alt_id56635427\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>"
+msgid "Center Y icon"
msgstr ""
-#: 05010200.xhp
+#: stepped_line_properties.xhp
msgctxt ""
-"05010200.xhp\n"
+"stepped_line_properties.xhp\n"
+"par_id0679473\n"
+"help.text"
+msgid "<ahelp hid=\"modules/schart/ui/steppedlinesdlg/step_center_y_rb\">Start to step up vertically to the middle of the Y values, draw a horizonal line and finish by stepping vertically to the end.</ahelp>"
+msgstr ""
+
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
"tit\n"
"help.text"
-msgid "Data Series"
+msgid "3D View"
msgstr ""
-#: 05010200.xhp
-#, fuzzy
+#: three_d_view.xhp
msgctxt ""
-"05010200.xhp\n"
-"hd_id3150449\n"
-"1\n"
+"three_d_view.xhp\n"
+"bm_id3156423\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>"
+msgid "<bookmark_value>3D charts</bookmark_value> <bookmark_value>charts; 3D views</bookmark_value> <bookmark_value>illumination; 3D charts</bookmark_value>"
+msgstr ""
-#: 05010200.xhp
+#: three_d_view.xhp
msgctxt ""
-"05010200.xhp\n"
-"par_id3145750\n"
-"2\n"
+"three_d_view.xhp\n"
+"hd_id3464461\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."
+msgid "<variable id=\"three_d_view\"><link href=\"text/schart/01/three_d_view.xhp\">3D View</link></variable>"
msgstr ""
-#: 05010200.xhp
+#: three_d_view.xhp
msgctxt ""
-"05010200.xhp\n"
-"par_id3154015\n"
-"4\n"
+"three_d_view.xhp\n"
+"par_id6998809\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."
+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 ""
-#: 05010200.xhp
-#, fuzzy
+#: three_d_view.xhp
msgctxt ""
-"05010200.xhp\n"
-"hd_id3146916\n"
-"3\n"
+"three_d_view.xhp\n"
+"par_id6942045\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>"
+msgid "The chart preview responds to the new settings that you enter in the dialog."
+msgstr ""
-#: 05020100.xhp
+#: three_d_view.xhp
msgctxt ""
-"05020100.xhp\n"
-"tit\n"
+"three_d_view.xhp\n"
+"par_id3806878\n"
"help.text"
-msgid "Title"
-msgstr "დაყოფა"
+msgid "When you leave the dialog with OK, the settings are applied permanently."
+msgstr ""
-#: 05020100.xhp
+#: three_d_view.xhp
msgctxt ""
-"05020100.xhp\n"
-"bm_id3150769\n"
+"three_d_view.xhp\n"
+"par_id130619\n"
"help.text"
-msgid "<bookmark_value>editing; titles</bookmark_value>"
-msgstr "<bookmark_value>სათაურის; რედაქტირება</bookmark_value>"
+msgid "When you leave the dialog with Cancel or Escape, the chart returns to the state when you opened the dialog."
+msgstr ""
-#: 05020100.xhp
+#: three_d_view.xhp
msgctxt ""
-"05020100.xhp\n"
-"hd_id3150769\n"
-"2\n"
+"three_d_view.xhp\n"
+"par_id8081911\n"
"help.text"
-msgid "Title"
-msgstr "დაყოფა"
+msgid "For a 3D chart you can choose <item type=\"menuitem\">Format - 3D View</item> to set perspective, appearance and illumination."
+msgstr ""
-#: 05020100.xhp
+#: three_d_view.xhp
msgctxt ""
-"05020100.xhp\n"
-"par_id3149666\n"
-"1\n"
+"three_d_view.xhp\n"
+"hd_id2924283\n"
"help.text"
-msgid "<variable id=\"titel\"><ahelp hid=\".uno:ZTitle\">Modifies the properties of the selected title.</ahelp></variable>"
+msgid "Perspective"
msgstr ""
-#: 05020100.xhp
-#, fuzzy
+#: three_d_view.xhp
msgctxt ""
-"05020100.xhp\n"
-"hd_id3149378\n"
-"3\n"
+"three_d_view.xhp\n"
+"par_id5781731\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>"
+msgid "Enter the values for rotation of the chart on the three axes and for a perspective view."
+msgstr ""
-#: choose_chart_type.xhp
+#: three_d_view.xhp
msgctxt ""
-"choose_chart_type.xhp\n"
-"tit\n"
+"three_d_view.xhp\n"
+"par_id9999694\n"
"help.text"
-msgid "Choosing a Chart Type"
+msgid "Set all angles to 0 for a front view of the chart. Pie charts and donut charts are shown as circles."
msgstr ""
-#: choose_chart_type.xhp
+#: three_d_view.xhp
msgctxt ""
-"choose_chart_type.xhp\n"
-"hd_id9072237\n"
+"three_d_view.xhp\n"
+"par_id2861720\n"
"help.text"
-msgid "<variable id=\"choose_chart_type\"><link href=\"text/schart/01/choose_chart_type.xhp\">Choosing a Chart Type</link></variable>"
+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 ""
-#: choose_chart_type.xhp
+#: three_d_view.xhp
msgctxt ""
-"choose_chart_type.xhp\n"
-"par_id7085787\n"
+"three_d_view.xhp\n"
+"par_id2216559\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."
+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 ""
-#: choose_chart_type.xhp
+#: three_d_view.xhp
msgctxt ""
-"choose_chart_type.xhp\n"
-"hd_id6820886\n"
+"three_d_view.xhp\n"
+"par_id7869502\n"
"help.text"
-msgid "The available chart types"
+msgid "The rotations are applied in the order first x, then y, last z."
msgstr ""
-#: choose_chart_type.xhp
+#: three_d_view.xhp
msgctxt ""
-"choose_chart_type.xhp\n"
-"par_id7309488\n"
+"three_d_view.xhp\n"
+"par_id9852900\n"
"help.text"
-msgid "Choose from the following chart types, depending on data type and intended presentation effect."
+msgid "When shading is enabled and you rotate a chart, the lights are rotated as if they are fixed to the chart."
msgstr ""
-#: choose_chart_type.xhp
+#: three_d_view.xhp
msgctxt ""
-"choose_chart_type.xhp\n"
-"par_id4673604\n"
+"three_d_view.xhp\n"
+"par_id2578203\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>"
+msgid "The rotation axes always relate to the page, not to the chart's axes. This is different from some other chart programs."
msgstr ""
-#: choose_chart_type.xhp
+#: three_d_view.xhp
msgctxt ""
-"choose_chart_type.xhp\n"
-"par_id2586138\n"
+"three_d_view.xhp\n"
+"par_id4923245\n"
"help.text"
-msgid "<link href=\"text/schart/01/type_column_bar.xhp\">Column or Bar</link>"
+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 ""
-#: choose_chart_type.xhp
+#: three_d_view.xhp
msgctxt ""
-"choose_chart_type.xhp\n"
-"par_id4343394\n"
+"three_d_view.xhp\n"
+"par_id3416547\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>"
+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 ""
-#: choose_chart_type.xhp
+#: three_d_view.xhp
msgctxt ""
-"choose_chart_type.xhp\n"
-"par_id3859065\n"
+"three_d_view.xhp\n"
+"par_id3791924\n"
"help.text"
-msgid "<link href=\"text/schart/01/type_pie.xhp\">Pie</link>"
+msgid "Older versions of %PRODUCTNAME cannot display the percentage of perspective the same way as the current version."
msgstr ""
-#: choose_chart_type.xhp
+#: three_d_view.xhp
msgctxt ""
-"choose_chart_type.xhp\n"
-"par_id292672\n"
+"three_d_view.xhp\n"
+"par_id7623828\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>"
+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 ""
-#: choose_chart_type.xhp
+#: three_d_view.xhp
msgctxt ""
-"choose_chart_type.xhp\n"
-"par_id4043092\n"
+"three_d_view.xhp\n"
+"par_id4721823\n"
"help.text"
-msgid "<link href=\"text/schart/01/type_area.xhp\">Area</link>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the rotation of the chart on the x axis. The preview responds to the new settings.</ahelp>"
msgstr ""
-#: choose_chart_type.xhp
+#: three_d_view.xhp
msgctxt ""
-"choose_chart_type.xhp\n"
-"par_id2578814\n"
+"three_d_view.xhp\n"
+"par_id5806756\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>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the rotation of the chart on the y axis. The preview responds to the new settings.</ahelp>"
msgstr ""
-#: choose_chart_type.xhp
+#: three_d_view.xhp
msgctxt ""
-"choose_chart_type.xhp\n"
-"par_id4660481\n"
+"three_d_view.xhp\n"
+"par_id8915372\n"
"help.text"
-msgid "<link href=\"text/schart/01/type_line.xhp\">Line</link>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the rotation of the chart on the z axis. The preview responds to the new settings.</ahelp>"
msgstr ""
-#: choose_chart_type.xhp
+#: three_d_view.xhp
msgctxt ""
-"choose_chart_type.xhp\n"
-"par_id3946653\n"
+"three_d_view.xhp\n"
+"par_id6070436\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>"
+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 ""
-#: choose_chart_type.xhp
+#: three_d_view.xhp
msgctxt ""
-"choose_chart_type.xhp\n"
-"par_id5882747\n"
+"three_d_view.xhp\n"
+"hd_id7564012\n"
"help.text"
-msgid "<link href=\"text/schart/01/type_xy.xhp\">XY (scatter)</link>"
+msgid "Appearance"
+msgstr "იერსახე"
+
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"par_id1186254\n"
+"help.text"
+msgid "Select a scheme from the list box."
msgstr ""
-#: choose_chart_type.xhp
+#: three_d_view.xhp
msgctxt ""
-"choose_chart_type.xhp\n"
-"par_id0526200904431454\n"
+"three_d_view.xhp\n"
+"par_id7432477\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>"
+msgid "By selecting a scheme, the check boxes and the light sources are set accordingly."
msgstr ""
-#: choose_chart_type.xhp
+#: three_d_view.xhp
msgctxt ""
-"choose_chart_type.xhp\n"
-"par_id0526200904431497\n"
+"three_d_view.xhp\n"
+"par_id7141026\n"
"help.text"
-msgid "<link href=\"text/schart/01/type_bubble.xhp\">Bubble</link>"
+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 ""
-#: choose_chart_type.xhp
+#: three_d_view.xhp
msgctxt ""
-"choose_chart_type.xhp\n"
-"par_id8752403\n"
+"three_d_view.xhp\n"
+"par_id1579027\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>"
+msgid "Mark <emph>Shading</emph> to use the Gouraud method for rendering the surface, otherwise a flat method is used."
msgstr ""
-#: choose_chart_type.xhp
+#: three_d_view.xhp
msgctxt ""
-"choose_chart_type.xhp\n"
-"par_id8425550\n"
+"three_d_view.xhp\n"
+"par_id5624561\n"
"help.text"
-msgid "<link href=\"text/schart/01/type_net.xhp\">Net</link>"
+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 ""
-#: choose_chart_type.xhp
+#: three_d_view.xhp
msgctxt ""
-"choose_chart_type.xhp\n"
-"par_id1846369\n"
+"three_d_view.xhp\n"
+"par_id5901058\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>"
+msgid "The Gouraud method applies gradients for a smoother, more realistic look."
msgstr ""
-#: choose_chart_type.xhp
+#: three_d_view.xhp
msgctxt ""
-"choose_chart_type.xhp\n"
-"par_id1680654\n"
+"three_d_view.xhp\n"
+"par_id8469191\n"
"help.text"
-msgid "<link href=\"text/schart/01/type_stock.xhp\">Stock</link>"
+msgid "Mark <emph>Object Borders</emph> to draw lines along the edges."
msgstr ""
-#: choose_chart_type.xhp
+#: three_d_view.xhp
msgctxt ""
-"choose_chart_type.xhp\n"
-"par_id1592150\n"
+"three_d_view.xhp\n"
+"par_id4407483\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>"
+msgid "Mark <emph>Rounded Edges</emph> to smooth the edges of box shapes."
msgstr ""
-#: choose_chart_type.xhp
+#: three_d_view.xhp
msgctxt ""
-"choose_chart_type.xhp\n"
-"par_id3308816\n"
+"three_d_view.xhp\n"
+"par_id8531449\n"
"help.text"
-msgid "<link href=\"text/schart/01/type_column_line.xhp\">Column and Line</link>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a scheme from the list box, or click any of the check boxes below.</ahelp>"
msgstr ""
-#: type_line.xhp
+#: three_d_view.xhp
msgctxt ""
-"type_line.xhp\n"
+"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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: three_d_view.xhp
+msgctxt ""
+"three_d_view.xhp\n"
+"hd_id1939451\n"
+"help.text"
+msgid "Illumination"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: type_area.xhp
+msgctxt ""
+"type_area.xhp\n"
"tit\n"
"help.text"
-msgid "Chart Type Line"
+msgid "Chart Type Area"
msgstr ""
-#: type_line.xhp
+#: type_area.xhp
msgctxt ""
-"type_line.xhp\n"
-"bm_id2187566\n"
+"type_area.xhp\n"
+"bm_id4130680\n"
"help.text"
-msgid "<bookmark_value>line charts</bookmark_value><bookmark_value>chart types;line</bookmark_value>"
+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_line.xhp
+#: type_area.xhp
msgctxt ""
-"type_line.xhp\n"
-"hd_id9422894\n"
+"type_area.xhp\n"
+"hd_id310678\n"
"help.text"
-msgid "<variable id=\"type_line\"><link href=\"text/schart/01/type_line.xhp\">Chart Type Line</link></variable>"
+msgid "<variable id=\"type_area\"><link href=\"text/schart/01/type_area.xhp\">Chart Type Area</link></variable>"
msgstr ""
-#: type_line.xhp
+#: type_area.xhp
msgctxt ""
-"type_line.xhp\n"
-"par_id389721\n"
+"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_line.xhp
+#: type_area.xhp
#, fuzzy
msgctxt ""
-"type_line.xhp\n"
-"hd_id9826349\n"
+"type_area.xhp\n"
+"hd_id961943\n"
"help.text"
-msgid "Line"
-msgstr "#-#-#-#-# 02.po (PACKAGE VERSION) #-#-#-#-#\\nხაზი\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nხაზი\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nსტრიქონი"
+msgid "Area"
+msgstr "#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nარეა\\n#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nარე"
-#: type_line.xhp
+#: type_area.xhp
msgctxt ""
-"type_line.xhp\n"
-"par_id2334665\n"
+"type_area.xhp\n"
+"par_id631733\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."
+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_line.xhp
+#: type_area.xhp
msgctxt ""
-"type_line.xhp\n"
-"par_id8956572\n"
+"type_area.xhp\n"
+"par_id7811822\n"
"help.text"
-msgid "Points only - this subtype plots only points."
+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_line.xhp
+#: type_area.xhp
msgctxt ""
-"type_line.xhp\n"
-"par_id500808\n"
+"type_area.xhp\n"
+"par_id3640247\n"
"help.text"
-msgid "Points and lines - this subtype plots points and connects points of the same data series by a line."
+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_line.xhp
+#: type_area.xhp
msgctxt ""
-"type_line.xhp\n"
-"par_id8366649\n"
+"type_area.xhp\n"
+"par_id4585100\n"
"help.text"
-msgid "Lines only - this subtype plots only lines."
+msgid "Percent - this subtype plots values cumulatively stacked on each other and scaled as percentage of the category total."
msgstr ""
-#: type_line.xhp
+#: type_bubble.xhp
msgctxt ""
-"type_line.xhp\n"
-"par_id476393\n"
+"type_bubble.xhp\n"
+"tit\n"
"help.text"
-msgid "3D lines - this subtype connects points of the same data series by a 3D line."
+msgid "Chart Type Bubble"
msgstr ""
-#: type_line.xhp
+#: type_bubble.xhp
msgctxt ""
-"type_line.xhp\n"
-"par_id2655720\n"
+"type_bubble.xhp\n"
+"bm_id2183975\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."
+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
+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 ""
-#: type_line.xhp
+#: type_bubble.xhp
msgctxt ""
-"type_line.xhp\n"
-"par_id3682058\n"
+"type_bubble.xhp\n"
+"par_id40589\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."
+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 ""
-#: wiz_data_series.xhp
+#: type_bubble.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
+"type_bubble.xhp\n"
+"hd_id0526200904491284\n"
+"help.text"
+msgid "Bubble"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: type_column_bar.xhp
+msgctxt ""
+"type_column_bar.xhp\n"
"tit\n"
"help.text"
-msgid "Chart Wizard - Data Series"
+msgid "Chart Type Column and Bar"
msgstr ""
-#: wiz_data_series.xhp
+#: type_column_bar.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"bm_id8641621\n"
+"type_column_bar.xhp\n"
+"bm_id4919583\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>"
+msgid "<bookmark_value>column charts</bookmark_value><bookmark_value>bar charts</bookmark_value><bookmark_value>chart types;column and bar</bookmark_value>"
+msgstr ""
-#: wiz_data_series.xhp
+#: type_column_bar.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"hd_id6124149\n"
+"type_column_bar.xhp\n"
+"hd_id649433\n"
"help.text"
-msgid "<variable id=\"wiz_data_series\"><link href=\"text/schart/01/wiz_data_series.xhp\">Chart Wizard - Data Series</link></variable>"
+msgid "<variable id=\"type_column_bar\"><link href=\"text/schart/01/type_column_bar.xhp\">Chart Type Column and Bar</link></variable>"
msgstr ""
-#: wiz_data_series.xhp
+#: type_column_bar.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id9651478\n"
+"type_column_bar.xhp\n"
+"par_id3430585\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."
+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 ""
-#: wiz_data_series.xhp
+#: type_column_bar.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id6326487\n"
+"type_column_bar.xhp\n"
+"hd_id9826960\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."
+msgid "Column"
+msgstr "სვეტი"
+
+#: 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 ""
-#: wiz_data_series.xhp
+#: type_column_bar.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id686361\n"
+"type_column_bar.xhp\n"
+"par_id1281167\n"
"help.text"
-msgid "This dialog is only available for charts based on a Calc or Writer table."
+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 ""
-#: wiz_data_series.xhp
+#: type_column_bar.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"hd_id9241615\n"
+"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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: type_column_bar.xhp
+msgctxt ""
+"type_column_bar.xhp\n"
+"hd_id955839\n"
+"help.text"
+msgid "Bar"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"tit\n"
+"help.text"
+msgid "Chart Type Column and Line"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"hd_id2451551\n"
+"help.text"
+msgid "Column and Line"
+msgstr ""
+
+#: 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 ""
+
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id7910397\n"
+"help.text"
+msgid "Select one of the variants"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"hd_id8297677\n"
+"help.text"
+msgid "To specify a data range"
+msgstr ""
+
+#: 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 ""
+
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id2952055\n"
+"help.text"
+msgid "Select the data range."
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"hd_id6667683\n"
"help.text"
msgid "Organizing data series"
msgstr ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id7159337\n"
+"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 ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id4921720\n"
+"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 ""
+
+#: 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 ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id6627094\n"
+"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 ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id2926419\n"
+"type_column_line.xhp\n"
+"par_id5056611\n"
"help.text"
msgid "Click Remove to remove the selected entry from the Data Series list."
msgstr ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id4443800\n"
+"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 does not change the order in the data source table, but changes only the arrangement in the chart."
+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 ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"hd_id9777520\n"
+"type_column_line.xhp\n"
+"hd_id265816\n"
"help.text"
msgid "Editing data series"
msgstr ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id1474654\n"
+"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 ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id4855189\n"
+"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 ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id9475081\n"
+"type_column_line.xhp\n"
+"par_id5081942\n"
"help.text"
msgid "Click an entry, then edit the contents in the text box below."
msgstr ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id4695272\n"
+"type_column_line.xhp\n"
+"par_id2958464\n"
"help.text"
msgid "The label next to the text box states the currently selected role."
msgstr ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id3931699\n"
+"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 ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id8626667\n"
+"type_column_line.xhp\n"
+"par_id5091708\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."
+msgid "The range for a data role, like Y-Values, must not include a label cell."
msgstr ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id5971556\n"
+"type_column_line.xhp\n"
+"hd_id974456\n"
"help.text"
-msgid "The range for a data role, like Y-Values, must not include a label cell."
+msgid "Editing categories or data labels"
msgstr ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"hd_id7622608\n"
+"type_column_line.xhp\n"
+"par_id2767113\n"
"help.text"
-msgid "Editing categories or data labels"
+msgid "Enter or select a cell range that will be used as text for categories or data labels."
msgstr ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id9222693\n"
+"type_column_line.xhp\n"
+"par_id301828\n"
"help.text"
-msgid "Enter or select a cell range that will be used as text for categories or data labels."
+msgid "The values in the Categories range will be shown as labels on the x axis."
msgstr ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id9500106\n"
+"type_column_line.xhp\n"
+"hd_id8996246\n"
"help.text"
-msgid "Depending on the chart type, the texts are shown on the X axis or as data labels."
+msgid "Inserting chart elements"
msgstr ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id5201879\n"
+"type_column_line.xhp\n"
+"par_id5729544\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>"
+msgid "Use the Chart Elements page of the Chart Wizard to insert any of the following elements:"
msgstr ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id2571794\n"
+"type_column_line.xhp\n"
+"par_id2932828\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>"
+msgid "Chart titles"
msgstr ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id2254402\n"
+"type_column_line.xhp\n"
+"par_id9449446\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>"
+msgid "Legend"
+msgstr "ლეგენდა"
+
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id8122196\n"
+"help.text"
+msgid "Visible grid lines"
msgstr ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id2419507\n"
+"type_column_line.xhp\n"
+"par_id9909665\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>"
+msgid "For additional elements use the Insert menu of the chart in edit mode. There you can define the following elements:"
msgstr ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id1091647\n"
+"type_column_line.xhp\n"
+"par_id9141819\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>"
+msgid "Secondary axes"
+msgstr "მეორადი ღერძი"
+
+#: type_column_line.xhp
+msgctxt ""
+"type_column_line.xhp\n"
+"par_id6354869\n"
+"help.text"
+msgid "Minor grids"
msgstr ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id8831446\n"
+"type_column_line.xhp\n"
+"par_id2685323\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes the selected entry from the Data Series list.</ahelp>"
+msgid "Data labels"
msgstr ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id7022309\n"
+"type_column_line.xhp\n"
+"par_id6042664\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves up the selected entry in the Data Series list.</ahelp>"
+msgid "Statistics, for example mean values, y error bars and trend lines"
msgstr ""
-#: wiz_data_series.xhp
+#: type_column_line.xhp
msgctxt ""
-"wiz_data_series.xhp\n"
-"par_id2844019\n"
+"type_column_line.xhp\n"
+"par_id7889950\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves down the selected entry in the Data Series list.</ahelp>"
+msgid "To set different data labels for each data series, use the properties dialog of the data series."
msgstr ""
-#: 05060000.xhp
+#: type_line.xhp
msgctxt ""
-"05060000.xhp\n"
+"type_line.xhp\n"
"tit\n"
"help.text"
-msgid "Chart Wall"
+msgid "Chart Type Line"
msgstr ""
-#: 05060000.xhp
+#: type_line.xhp
msgctxt ""
-"05060000.xhp\n"
-"bm_id3150792\n"
+"type_line.xhp\n"
+"bm_id2187566\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>"
+msgid "<bookmark_value>line charts</bookmark_value><bookmark_value>chart types;line</bookmark_value>"
+msgstr "<bookmark_value>გასწორება; 2D დიაგრამა</bookmark_value><bookmark_value>დიაგრამები; გასწორება</bookmark_value>"
-#: 05060000.xhp
+#: type_line.xhp
msgctxt ""
-"05060000.xhp\n"
-"hd_id3150792\n"
-"1\n"
+"type_line.xhp\n"
+"hd_id9422894\n"
"help.text"
-msgid "Chart Wall"
+msgid "<variable id=\"type_line\"><link href=\"text/schart/01/type_line.xhp\">Chart Type Line</link></variable>"
msgstr ""
-#: 05060000.xhp
+#: type_line.xhp
msgctxt ""
-"05060000.xhp\n"
-"par_id3154685\n"
-"2\n"
+"type_line.xhp\n"
+"par_id389721\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>"
+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 ""
-#: 05040000.xhp
+#: type_line.xhp
+#, fuzzy
msgctxt ""
-"05040000.xhp\n"
+"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სტრიქონი"
+
+#: 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 ""
+
+#: type_line.xhp
+msgctxt ""
+"type_line.xhp\n"
+"par_id8956572\n"
+"help.text"
+msgid "Points only - this subtype plots only points."
+msgstr ""
+
+#: 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 ""
+
+#: type_line.xhp
+msgctxt ""
+"type_line.xhp\n"
+"par_id8366649\n"
+"help.text"
+msgid "Lines only - this subtype plots only lines."
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: type_line.xhp
+msgctxt ""
+"type_line.xhp\n"
+"par_id3682058\n"
+"help.text"
+msgid "Choose the <emph>Line type</emph> from the dropdown to select how the points will be connected. You can choose either <emph>Straight</emph> lines, <emph>Smooth</emph> lines to draw curves through the points or <emph>Stepped</emph> lines to draw lines which step from point to point. Click <emph>Properties</emph> to change the properties for the <link href=\"text/schart/01/smooth_line_properties.xhp\">smooth</link> or <link href=\"text/schart/01/stepped_line_properties.xhp\">stepped</link> lines."
+msgstr ""
+
+#: type_net.xhp
+msgctxt ""
+"type_net.xhp\n"
"tit\n"
"help.text"
-msgid "Axis"
-msgstr "ღერძი"
+msgid "Chart Type Net"
+msgstr ""
-#: 05040000.xhp
+#: type_net.xhp
msgctxt ""
-"05040000.xhp\n"
-"hd_id3149456\n"
-"1\n"
+"type_net.xhp\n"
+"bm_id2193975\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>"
+msgid "<bookmark_value>net charts</bookmark_value><bookmark_value>chart types;net</bookmark_value><bookmark_value>radar charts, see net charts</bookmark_value>"
+msgstr ""
-#: 05040000.xhp
+#: type_net.xhp
msgctxt ""
-"05040000.xhp\n"
-"par_id3150441\n"
-"2\n"
+"type_net.xhp\n"
+"hd_id1990722\n"
"help.text"
-msgid "This opens a submenu to edit axial properties."
+msgid "<variable id=\"type_net\"><link href=\"text/schart/01/type_net.xhp\">Chart Type Net</link></variable>"
msgstr ""
-#: 05040000.xhp
+#: type_net.xhp
msgctxt ""
-"05040000.xhp\n"
-"par_id3154319\n"
-"11\n"
+"type_net.xhp\n"
+"par_id40589\n"
"help.text"
-msgid "The tabs in the dialogs depend on the chart type selected."
+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 ""
-#: 05040000.xhp
+#: type_net.xhp
msgctxt ""
-"05040000.xhp\n"
-"hd_id3153729\n"
-"3\n"
+"type_net.xhp\n"
+"hd_id1391338\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>"
+msgid "Net"
+msgstr "ქსელი"
-#: 05040000.xhp
+#: type_net.xhp
msgctxt ""
-"05040000.xhp\n"
-"hd_id3147394\n"
-"4\n"
+"type_net.xhp\n"
+"par_id7812433\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>"
+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 ""
-#: 05040000.xhp
+#: type_net.xhp
msgctxt ""
-"05040000.xhp\n"
-"hd_id3153160\n"
-"9\n"
+"type_net.xhp\n"
+"par_id3512375\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>"
+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 ""
-#: 05040000.xhp
+#: type_pie.xhp
msgctxt ""
-"05040000.xhp\n"
-"par_id3149401\n"
-"10\n"
+"type_pie.xhp\n"
+"tit\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>"
+msgid "Chart Type Pie"
msgstr ""
-#: 05040000.xhp
+#: type_pie.xhp
msgctxt ""
-"05040000.xhp\n"
-"hd_id3145640\n"
-"7\n"
+"type_pie.xhp\n"
+"bm_id7621997\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>"
+msgid "<bookmark_value>donut charts</bookmark_value> <bookmark_value>pie charts;types</bookmark_value> <bookmark_value>chart types;pie/donut</bookmark_value>"
+msgstr ""
-#: 05040000.xhp
+#: type_pie.xhp
msgctxt ""
-"05040000.xhp\n"
-"par_id3159264\n"
-"8\n"
+"type_pie.xhp\n"
+"hd_id3365276\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>"
+msgid "<variable id=\"type_pie\"><link href=\"text/schart/01/type_pie.xhp\">Chart Type Pie</link></variable>"
msgstr ""
-#: 05040000.xhp
+#: type_pie.xhp
msgctxt ""
-"05040000.xhp\n"
-"hd_id3145228\n"
-"5\n"
+"type_pie.xhp\n"
+"par_id245979\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>"
+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 ""
-#: 05040000.xhp
+#: type_pie.xhp
msgctxt ""
-"05040000.xhp\n"
-"hd_id3147345\n"
-"6\n"
+"type_pie.xhp\n"
+"hd_id5799432\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>"
+msgid "Pie"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
#: type_stock.xhp
msgctxt ""
@@ -3808,7 +5804,7 @@ msgctxt ""
"par_id1022064\n"
"help.text"
msgid "A"
-msgstr "A"
+msgstr ""
#: type_stock.xhp
msgctxt ""
@@ -3824,7 +5820,7 @@ msgctxt ""
"par_id3258156\n"
"help.text"
msgid "C"
-msgstr "C"
+msgstr ""
#: type_stock.xhp
msgctxt ""
@@ -3840,7 +5836,7 @@ msgctxt ""
"par_id5619373\n"
"help.text"
msgid "E"
-msgstr "E"
+msgstr ""
#: type_stock.xhp
msgctxt ""
@@ -3848,7 +5844,7 @@ msgctxt ""
"par_id6474501\n"
"help.text"
msgid "F"
-msgstr "F"
+msgstr ""
#: type_stock.xhp
msgctxt ""
@@ -3856,7 +5852,7 @@ msgctxt ""
"par_id7411725\n"
"help.text"
msgid "1"
-msgstr "1"
+msgstr ""
#: type_stock.xhp
msgctxt ""
@@ -3928,7 +5924,7 @@ msgctxt ""
"par_id7806329\n"
"help.text"
msgid "20"
-msgstr ""
+msgstr "20"
#: type_stock.xhp
msgctxt ""
@@ -3936,7 +5932,7 @@ msgctxt ""
"par_id5589159\n"
"help.text"
msgid "15"
-msgstr ""
+msgstr "15"
#: type_stock.xhp
msgctxt ""
@@ -3971,7 +5967,6 @@ msgid "Tuesday"
msgstr "სამშაბათი"
#: type_stock.xhp
-#, fuzzy
msgctxt ""
"type_stock.xhp\n"
"par_id7271645\n"
@@ -3993,7 +5988,7 @@ msgctxt ""
"par_id4186223\n"
"help.text"
msgid "22"
-msgstr ""
+msgstr "22"
#: type_stock.xhp
msgctxt ""
@@ -4009,7 +6004,7 @@ msgctxt ""
"par_id2873622\n"
"help.text"
msgid "30"
-msgstr ""
+msgstr "30"
#: type_stock.xhp
msgctxt ""
@@ -4041,7 +6036,7 @@ msgctxt ""
"par_id7074190\n"
"help.text"
msgid "15"
-msgstr ""
+msgstr "15"
#: type_stock.xhp
msgctxt ""
@@ -4049,7 +6044,7 @@ msgctxt ""
"par_id5452436\n"
"help.text"
msgid "15"
-msgstr ""
+msgstr "15"
#: type_stock.xhp
msgctxt ""
@@ -4073,7 +6068,7 @@ msgctxt ""
"par_id166936\n"
"help.text"
msgid "5"
-msgstr "5"
+msgstr ""
#: type_stock.xhp
msgctxt ""
@@ -4084,7 +6079,6 @@ msgid "Thursday"
msgstr "ხუთშაბათი"
#: type_stock.xhp
-#, fuzzy
msgctxt ""
"type_stock.xhp\n"
"par_id6897183\n"
@@ -4106,7 +6100,7 @@ msgctxt ""
"par_id4897915\n"
"help.text"
msgid "30"
-msgstr ""
+msgstr "30"
#: type_stock.xhp
msgctxt ""
@@ -4130,7 +6124,7 @@ msgctxt ""
"par_id9461653\n"
"help.text"
msgid "6"
-msgstr "6"
+msgstr ""
#: type_stock.xhp
msgctxt ""
@@ -4162,7 +6156,7 @@ msgctxt ""
"par_id7921079\n"
"help.text"
msgid "20"
-msgstr ""
+msgstr "20"
#: type_stock.xhp
msgctxt ""
@@ -4556,644 +6550,365 @@ msgctxt ""
msgid "Select one of the position options. When the chart is finished, you can specify other positions using the Format menu."
msgstr ""
-#: 05040201.xhp
+#: type_xy.xhp
msgctxt ""
-"05040201.xhp\n"
+"type_xy.xhp\n"
"tit\n"
"help.text"
-msgid "Scale"
+msgid "Chart Type XY"
msgstr ""
-#: 05040201.xhp
+#: type_xy.xhp
msgctxt ""
-"05040201.xhp\n"
-"bm_id3150868\n"
+"type_xy.xhp\n"
+"bm_id84231\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>"
+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 ""
-#: 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>"
-
-#: 05040201.xhp
+#: type_xy.xhp
msgctxt ""
-"05040201.xhp\n"
-"par_id3154013\n"
-"2\n"
+"type_xy.xhp\n"
+"hd_id9346598\n"
"help.text"
-msgid "Controls the scaling of the X or Y axis."
+msgid "<variable id=\"type_xy\"><link href=\"text/schart/01/type_xy.xhp\">Chart Type XY (Scatter)</link></variable>"
msgstr ""
-#: 05040201.xhp
+#: type_xy.xhp
msgctxt ""
-"05040201.xhp\n"
-"par_id3148576\n"
-"79\n"
+"type_xy.xhp\n"
+"par_id2003845\n"
"help.text"
-msgid "The axes are automatically scaled by $[officename] so that all values are optimally displayed."
+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 ""
-#: 05040201.xhp
+#: type_xy.xhp
msgctxt ""
-"05040201.xhp\n"
-"par_id3149379\n"
-"3\n"
+"type_xy.xhp\n"
+"hd_id7757194\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."
+msgid "XY (Scatter)"
msgstr ""
-#: 05040201.xhp
+#: type_xy.xhp
msgctxt ""
-"05040201.xhp\n"
-"hd_id3154730\n"
-"4\n"
+"type_xy.xhp\n"
+"par_id5977965\n"
"help.text"
-msgid "Scale"
+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 ""
-#: 05040201.xhp
+#: type_xy.xhp
msgctxt ""
-"05040201.xhp\n"
-"par_id3149400\n"
-"5\n"
+"type_xy.xhp\n"
+"par_id4381847\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>."
+msgid "Choose an XY chart for the following example tasks:"
msgstr ""
-#: 05040201.xhp
-msgctxt ""
-"05040201.xhp\n"
-"hd_id3150751\n"
-"6\n"
-"help.text"
-msgid "Minimum"
-msgstr "მინიმუმი"
-
-#: 05040201.xhp
+#: type_xy.xhp
msgctxt ""
-"05040201.xhp\n"
-"par_id3153713\n"
-"7\n"
+"type_xy.xhp\n"
+"par_id1336710\n"
"help.text"
-msgid "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_MIN\">Defines the minimum value for the beginning of the axis.</ahelp>"
+msgid "scale the x‑axis"
msgstr ""
-#: 05040201.xhp
-msgctxt ""
-"05040201.xhp\n"
-"hd_id3156385\n"
-"8\n"
-"help.text"
-msgid "Maximum"
-msgstr "მაქსიმუმი"
-
-#: 05040201.xhp
+#: type_xy.xhp
msgctxt ""
-"05040201.xhp\n"
-"par_id3159266\n"
-"9\n"
+"type_xy.xhp\n"
+"par_id1221655\n"
"help.text"
-msgid "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_MAX\">Defines the maximum value for the end of the axis.</ahelp>"
+msgid "generate a parameter curve, for example a spiral"
msgstr ""
-#: 05040201.xhp
-msgctxt ""
-"05040201.xhp\n"
-"hd_id3155336\n"
-"10\n"
-"help.text"
-msgid "Major interval"
-msgstr "ძირითადი ინტერვალი"
-
-#: 05040201.xhp
+#: type_xy.xhp
msgctxt ""
-"05040201.xhp\n"
-"par_id3143218\n"
-"11\n"
+"type_xy.xhp\n"
+"par_id3397320\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."
+msgid "draw the graph of a function"
msgstr ""
-#: 05040201.xhp
-msgctxt ""
-"05040201.xhp\n"
-"hd_id3154020\n"
-"12\n"
-"help.text"
-msgid "Minor interval count"
-msgstr "არაძირთადი ინტერვალის სანიშნე"
-
-#: 05040201.xhp
+#: type_xy.xhp
msgctxt ""
-"05040201.xhp\n"
-"par_id3154656\n"
-"13\n"
+"type_xy.xhp\n"
+"par_id7657399\n"
"help.text"
-msgid "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_STEP_HELP\">Defines the interval for the subdivision of the axes.</ahelp>"
+msgid "explore the statistical association of quantitative variables"
msgstr ""
-#: 05040201.xhp
+#: type_xy.xhp
msgctxt ""
-"05040201.xhp\n"
-"hd_id3150089\n"
-"14\n"
+"type_xy.xhp\n"
+"par_id8925138\n"
"help.text"
-msgid "Reference value"
+msgid "Your XY chart may have more than one data series."
msgstr ""
-#: 05040201.xhp
+#: type_xy.xhp
msgctxt ""
-"05040201.xhp\n"
-"par_id3152990\n"
-"15\n"
+"type_xy.xhp\n"
+"hd_id5461897\n"
"help.text"
-msgid "<ahelp hid=\"SCH_SPINFIELD_TP_SCALE_EDT_ORIGIN\">Specifies at which position to display the values along the axis.</ahelp>"
+msgid "XY Chart Variants"
msgstr ""
-#: 05040201.xhp
+#: type_xy.xhp
msgctxt ""
-"05040201.xhp\n"
-"hd_id3166432\n"
-"62\n"
+"type_xy.xhp\n"
+"par_id8919339\n"
"help.text"
-msgid "Automatic"
+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 ""
-#: 05040201.xhp
+#: type_xy.xhp
msgctxt ""
-"05040201.xhp\n"
-"par_id3145389\n"
-"63\n"
+"type_xy.xhp\n"
+"par_id4634235\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>"
+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 ""
-#: 05040201.xhp
+#: type_xy.xhp
msgctxt ""
-"05040201.xhp\n"
-"par_id3149129\n"
-"64\n"
+"type_xy.xhp\n"
+"par_id5482039\n"
"help.text"
-msgid "Disable this feature if you are working with \"fixed\" values, as it does not permit automatic scaling."
+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 ""
-#: 05040201.xhp
-msgctxt ""
-"05040201.xhp\n"
-"hd_id3159206\n"
-"16\n"
-"help.text"
-msgid "Logarithmic scale"
-msgstr "ლოგარითმული მაშტაბი"
-
-#: 05040201.xhp
+#: type_xy.xhp
msgctxt ""
-"05040201.xhp\n"
-"par_id3145360\n"
-"17\n"
+"type_xy.xhp\n"
+"par_id0805200810492449\n"
"help.text"
-msgid "<ahelp hid=\"SCH:CHECKBOX:TP_SCALE:CBX_LOGARITHM\">Specifies that you want the axis to be subdivided logarithmically.</ahelp>"
+msgid "For 2D charts, you can choose <item type=\"menuitem\">Insert - Y Error Bars</item> to enable the display of error bars."
msgstr ""
-#: 05040201.xhp
+#: type_xy.xhp
msgctxt ""
-"05040201.xhp\n"
-"par_id3153956\n"
-"61\n"
+"type_xy.xhp\n"
+"par_id6221198\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."
+msgid "You can enable the display of mean value lines and trend lines using commands on the Insert menu."
msgstr ""
-#: 05040201.xhp
+#: type_xy.xhp
msgctxt ""
-"05040201.xhp\n"
-"hd_id9941404\n"
+"type_xy.xhp\n"
+"hd_id1393475\n"
"help.text"
-msgid "Reverse direction"
+msgid "Points only"
msgstr ""
-#: 05040201.xhp
+#: type_xy.xhp
msgctxt ""
-"05040201.xhp\n"
-"par_id5581835\n"
+"type_xy.xhp\n"
+"par_id6571550\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."
+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 ""
-#: 05040201.xhp
-msgctxt ""
-"05040201.xhp\n"
-"hd_id922204\n"
-"help.text"
-msgid "Type"
-msgstr "ტიპი"
-
-#: 05040201.xhp
+#: type_xy.xhp
msgctxt ""
-"05040201.xhp\n"
-"par_id59225\n"
+"type_xy.xhp\n"
+"hd_id5376140\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."
+msgid "Lines Only"
msgstr ""
-#: 05040201.xhp
+#: type_xy.xhp
msgctxt ""
-"05040201.xhp\n"
-"par_id1159225\n"
+"type_xy.xhp\n"
+"par_id4408093\n"
"help.text"
-msgid "Minimum and maximum value to be shown on the ends of the scale."
+msgid "This variant draws straight lines from one data point to the next. The data points are not shown by icons."
msgstr ""
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Title"
-msgstr "დაყოფა"
-
-#: 05020200.xhp
-msgctxt ""
-"05020200.xhp\n"
-"hd_id3150541\n"
-"1\n"
-"help.text"
-msgid "Title"
-msgstr "დაყოფა"
-
-#: 05020200.xhp
+#: type_xy.xhp
msgctxt ""
-"05020200.xhp\n"
-"par_id3145173\n"
-"2\n"
+"type_xy.xhp\n"
+"par_id7261268\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>"
+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 ""
-#: 05020200.xhp
-#, fuzzy
-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>"
-
-#: 04020000.xhp
-msgctxt ""
-"04020000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Legend"
-msgstr "ლეგენდა"
-
-#: 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>"
-
-#: 04020000.xhp
-msgctxt ""
-"04020000.xhp\n"
-"hd_id3156441\n"
-"1\n"
-"help.text"
-msgid "Legend"
-msgstr "ლეგენდა"
-
-#: 04020000.xhp
+#: type_xy.xhp
msgctxt ""
-"04020000.xhp\n"
-"par_id3155413\n"
-"2\n"
+"type_xy.xhp\n"
+"hd_id6949369\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>"
+msgid "Points and Lines"
msgstr ""
-#: 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>"
-
-#: 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>"
-
-#: 04020000.xhp
-msgctxt ""
-"04020000.xhp\n"
-"par_id3149207\n"
-"16\n"
-"help.text"
-msgid "Legend On/Off"
-msgstr "ლეგენდის ჩართვა/"
-
-#: 04020000.xhp
-msgctxt ""
-"04020000.xhp\n"
-"hd_id3155114\n"
-"6\n"
-"help.text"
-msgid "Display"
-msgstr "ნაჩვენები"
-
-#: 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>."
-
-#: 04020000.xhp
-msgctxt ""
-"04020000.xhp\n"
-"hd_id3150201\n"
-"4\n"
-"help.text"
-msgid "Position"
-msgstr "მდებარეობა"
-
-#: 04020000.xhp
-msgctxt ""
-"04020000.xhp\n"
-"par_id3155376\n"
-"5\n"
-"help.text"
-msgid "Select the position for the legend:"
-msgstr "მონიშნეთ ლეგენდისათვის მდებარეობა:"
-
-#: 04020000.xhp
-msgctxt ""
-"04020000.xhp\n"
-"hd_id3152988\n"
-"8\n"
-"help.text"
-msgid "Left"
-msgstr "მარცხნივ"
-
-#: 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>"
-
-#: 04020000.xhp
-msgctxt ""
-"04020000.xhp\n"
-"hd_id3153816\n"
-"10\n"
-"help.text"
-msgid "Top"
-msgstr "ზევით"
-
-#: 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>"
-
-#: 04020000.xhp
-msgctxt ""
-"04020000.xhp\n"
-"hd_id3144773\n"
-"12\n"
-"help.text"
-msgid "Right"
-msgstr "მარჯვნივ"
-
-#: 04020000.xhp
+#: type_xy.xhp
msgctxt ""
-"04020000.xhp\n"
-"par_id3155268\n"
-"13\n"
+"type_xy.xhp\n"
+"par_id9611499\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>"
+msgid "This variant shows points and lines at the same time."
+msgstr ""
-#: 04020000.xhp
+#: type_xy.xhp
msgctxt ""
-"04020000.xhp\n"
-"hd_id3152871\n"
-"14\n"
+"type_xy.xhp\n"
+"hd_id6765953\n"
"help.text"
-msgid "Bottom"
-msgstr "ქვედა"
+msgid "3D Lines"
+msgstr ""
-#: 04020000.xhp
+#: type_xy.xhp
msgctxt ""
-"04020000.xhp\n"
-"par_id3153249\n"
-"15\n"
+"type_xy.xhp\n"
+"par_id7422711\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>"
+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 ""
-#: 04020000.xhp
+#: type_xy.xhp
msgctxt ""
-"04020000.xhp\n"
-"hd_id1106200812072645\n"
+"type_xy.xhp\n"
+"hd_id239265\n"
"help.text"
-msgid "Text Orientation"
+msgid "Smooth Lines"
msgstr ""
-#: 04020000.xhp
+#: type_xy.xhp
msgctxt ""
-"04020000.xhp\n"
-"par_id1106200812072653\n"
+"type_xy.xhp\n"
+"par_id7957396\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>."
+msgid "Choose <emph>Smooth</emph> from the <emph>Line type</emph> dropdown to draw curves instead of straight line segments."
msgstr ""
-#: 04020000.xhp
+#: type_xy.xhp
msgctxt ""
-"04020000.xhp\n"
-"hd_id1106200812112444\n"
+"type_xy.xhp\n"
+"par_id1202124\n"
"help.text"
-msgid "Text Direction"
+msgid "Click <emph>Properties</emph> to set details for the curves."
msgstr ""
-#: 04020000.xhp
+#: type_xy.xhp
msgctxt ""
-"04020000.xhp\n"
-"par_id1106200812112530\n"
+"type_xy.xhp\n"
+"par_id5989562\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>"
+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 ""
-#: 05050100.xhp
+#: type_xy.xhp
msgctxt ""
-"05050100.xhp\n"
-"tit\n"
+"type_xy.xhp\n"
+"par_id6128421\n"
"help.text"
-msgid "Grid"
+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 ""
-#: 05050100.xhp
+#: type_xy.xhp
msgctxt ""
-"05050100.xhp\n"
-"bm_id3150398\n"
+"type_xy.xhp\n"
+"par_id9280373\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>"
+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 ""
-#: 05050100.xhp
+#: type_xy.xhp
msgctxt ""
-"05050100.xhp\n"
-"hd_id3150398\n"
-"2\n"
+"type_xy.xhp\n"
+"hd_id5031251\n"
"help.text"
-msgid "Grid"
+msgid "Stepped Lines"
msgstr ""
-#: 05050100.xhp
+#: type_xy.xhp
msgctxt ""
-"05050100.xhp\n"
-"par_id3152577\n"
-"1\n"
+"type_xy.xhp\n"
+"par_id1449076\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>"
+msgid "Choose <emph>Stepped</emph> from the <emph>Line type</emph> dropdown to draw lines which step from point to point instead of straight line segments."
+msgstr ""
-#: 05020000.xhp
+#: type_xy.xhp
msgctxt ""
-"05020000.xhp\n"
-"tit\n"
+"type_xy.xhp\n"
+"par_id1202125\n"
"help.text"
-msgid "Title"
-msgstr "დაყოფა"
+msgid "Click <emph>Properties</emph> to set details for the curves."
+msgstr ""
-#: 05020000.xhp
+#: type_xy.xhp
msgctxt ""
-"05020000.xhp\n"
-"bm_id3150791\n"
+"type_xy.xhp\n"
+"par_id9811476\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>"
+msgid "There are 4 different step types:"
+msgstr ""
-#: 05020000.xhp
+#: type_xy.xhp
msgctxt ""
-"05020000.xhp\n"
-"hd_id3150791\n"
-"1\n"
+"type_xy.xhp\n"
+"alt_id9078573\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>"
+msgid "Start step icon"
+msgstr ""
-#: 05020000.xhp
+#: type_xy.xhp
msgctxt ""
-"05020000.xhp\n"
-"par_id3125863\n"
-"2\n"
+"type_xy.xhp\n"
+"par_id9047365\n"
"help.text"
-msgid "The<emph> Title </emph>menu command opens a submenu for editing the properties of the titles in the chart."
+msgid "Start with horizontal line and step up vertically at the end."
msgstr ""
-#: 05020000.xhp
+#: type_xy.xhp
msgctxt ""
-"05020000.xhp\n"
-"hd_id3155414\n"
-"3\n"
+"type_xy.xhp\n"
+"alt_id05495673\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>"
+msgid "End step icon"
+msgstr ""
-#: 05020000.xhp
+#: type_xy.xhp
msgctxt ""
-"05020000.xhp\n"
-"hd_id3156441\n"
-"4\n"
+"type_xy.xhp\n"
+"par_id439028\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>"
+msgid "Start to step up vertically and end with horizontal line."
+msgstr ""
-#: 05020000.xhp
+#: type_xy.xhp
msgctxt ""
-"05020000.xhp\n"
-"hd_id3151073\n"
-"5\n"
+"type_xy.xhp\n"
+"alt_id9673426\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>"
+msgid "Center X icon"
+msgstr ""
-#: 05020000.xhp
+#: type_xy.xhp
msgctxt ""
-"05020000.xhp\n"
-"hd_id3154732\n"
-"6\n"
+"type_xy.xhp\n"
+"par_id4069483\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>"
+msgid "Start with horizontal line, step up vertically in the middle of the X values and end with horizontal line."
+msgstr ""
-#: 05020000.xhp
+#: type_xy.xhp
msgctxt ""
-"05020000.xhp\n"
-"hd_id3154017\n"
-"7\n"
+"type_xy.xhp\n"
+"alt_id56635427\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>"
+msgid "Center Y icon"
+msgstr ""
-#: 05020000.xhp
+#: type_xy.xhp
msgctxt ""
-"05020000.xhp\n"
-"hd_id3153711\n"
-"8\n"
+"type_xy.xhp\n"
+"par_id0679473\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>"
+msgid "Start to step up vertically to the middle of the Y values, draw a horizonal line and finish by stepping vertically to the end."
+msgstr ""
#: wiz_chart_elements.xhp
msgctxt ""
@@ -5523,2179 +7238,634 @@ msgctxt ""
msgid "Statistics, for example mean values, y error bars and trend lines"
msgstr ""
-#: 05010000.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"05010000.xhp\n"
+"wiz_chart_type.xhp\n"
"tit\n"
"help.text"
-msgid "Format Selection"
-msgstr ""
-
-#: 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 ""
-
-#: 05010000.xhp
-msgctxt ""
-"05010000.xhp\n"
-"hd_id3149666\n"
-"1\n"
-"help.text"
-msgid "Format Selection"
+msgid "Chart Wizard - Chart Type"
msgstr ""
-#: 05010000.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"05010000.xhp\n"
-"par_id3156284\n"
-"2\n"
+"wiz_chart_type.xhp\n"
+"bm_id4266792\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:"
+msgid "<bookmark_value>charts;choosing chart types</bookmark_value>"
msgstr ""
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 05010100.xhp
-msgctxt ""
-"05010100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Data Point"
-msgstr "მონაცემების წერტილი"
-
-#: 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>"
-
-#: 05010100.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"05010100.xhp\n"
-"par_id3152577\n"
-"2\n"
+"wiz_chart_type.xhp\n"
+"hd_id1536606\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."
+msgid "<variable id=\"wiz_chart_type\"><link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard - Chart Type</link></variable>"
msgstr ""
-#: 05010100.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"05010100.xhp\n"
-"par_id3149121\n"
-"3\n"
+"wiz_chart_type.xhp\n"
+"par_id6006958\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."
+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 ""
-#: 05050000.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"05050000.xhp\n"
-"tit\n"
+"wiz_chart_type.xhp\n"
+"hd_id3919186\n"
"help.text"
-msgid "Grid"
+msgid "To choose a chart type"
msgstr ""
-#: 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>"
-
-#: 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>"
-
-#: 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 "ქვემენიუს გახსნა, სადაც მონიშნულის ბადე გინდათ დააფორმატოთ"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: type_column_bar.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"type_column_bar.xhp\n"
-"tit\n"
+"wiz_chart_type.xhp\n"
+"par_id3453169\n"
"help.text"
-msgid "Chart Type Column and Bar"
+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 ""
-#: type_column_bar.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"type_column_bar.xhp\n"
-"bm_id4919583\n"
+"wiz_chart_type.xhp\n"
+"par_id8406933\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>"
+msgid "The contents on the right side will change to offer more options depending on the basic chart type."
msgstr ""
-#: type_column_bar.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"type_column_bar.xhp\n"
-"hd_id649433\n"
+"wiz_chart_type.xhp\n"
+"par_id8230231\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>"
+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 ""
-#: type_column_bar.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"type_column_bar.xhp\n"
-"par_id3430585\n"
+"wiz_chart_type.xhp\n"
+"par_id3267006\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."
+msgid "Press <item type=\"keycode\">Shift+F1</item> and point to a control to see an extended help text."
msgstr ""
-#: type_column_bar.xhp
-msgctxt ""
-"type_column_bar.xhp\n"
-"hd_id9826960\n"
-"help.text"
-msgid "Column"
-msgstr "სვეტი"
-
-#: type_column_bar.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"type_column_bar.xhp\n"
-"par_id2244026\n"
+"wiz_chart_type.xhp\n"
+"par_id7251503\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."
+msgid "Click <emph>Finish</emph> on any wizard page to close the wizard and create the chart using the current settings."
msgstr ""
-#: type_column_bar.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"type_column_bar.xhp\n"
-"par_id1281167\n"
+"wiz_chart_type.xhp\n"
+"par_id3191625\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."
+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 ""
-#: type_column_bar.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"type_column_bar.xhp\n"
-"par_id3249000\n"
+"wiz_chart_type.xhp\n"
+"par_id7659535\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."
+msgid "Click <emph>Back</emph> to see the previous wizard page."
msgstr ""
-#: type_column_bar.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"type_column_bar.xhp\n"
-"par_id6968901\n"
+"wiz_chart_type.xhp\n"
+"par_id8420056\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."
+msgid "Click <emph>Cancel</emph> to close the wizard without creating a chart."
msgstr ""
-#: type_column_bar.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"type_column_bar.xhp\n"
-"par_id2224494\n"
+"wiz_chart_type.xhp\n"
+"par_id2284920\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."
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to go to the named wizard page.</ahelp>"
msgstr ""
-#: type_column_bar.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"type_column_bar.xhp\n"
-"par_id7359233\n"
+"wiz_chart_type.xhp\n"
+"par_id3184301\n"
"help.text"
-msgid "For 3D charts, you can select the shape of each data value from Box, Cylinder, Cone, and Pyramid."
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a basic chart type.</ahelp>"
msgstr ""
-#: type_column_bar.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"type_column_bar.xhp\n"
-"hd_id955839\n"
+"wiz_chart_type.xhp\n"
+"par_id2129276\n"
"help.text"
-msgid "Bar"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a sub type of the basic chart type.</ahelp>"
msgstr ""
-#: type_column_bar.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"type_column_bar.xhp\n"
-"par_id6596881\n"
+"wiz_chart_type.xhp\n"
+"par_id9719229\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."
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Enables a 3D look for the data values.</ahelp>"
msgstr ""
-#: type_column_bar.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"type_column_bar.xhp\n"
-"par_id8750572\n"
+"wiz_chart_type.xhp\n"
+"par_id3860896\n"
"help.text"
-msgid "The subtypes are the same as for the Column type."
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select the type of 3D look.</ahelp>"
msgstr ""
-#: 04040000.xhp
-msgctxt ""
-"04040000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Axes"
-msgstr "ღერძი"
-
-#: 04040000.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"04040000.xhp\n"
-"bm_id3147428\n"
+"wiz_chart_type.xhp\n"
+"par_id4041871\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>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a shape from the list.</ahelp>"
msgstr ""
-#: 04040000.xhp
-msgctxt ""
-"04040000.xhp\n"
-"hd_id3147428\n"
-"1\n"
-"help.text"
-msgid "Axes"
-msgstr "ღერძი"
-
-#: 04040000.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"04040000.xhp\n"
-"par_id3150330\n"
-"2\n"
+"wiz_chart_type.xhp\n"
+"par_id9930722\n"
"help.text"
-msgid "<variable id=\"achsen\"><ahelp hid=\".uno:InsertMenuAxes\">Specifies the axes to be displayed in the chart.</ahelp></variable>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Displays stacked series for Line charts.</ahelp>"
msgstr ""
-#: 04040000.xhp
-msgctxt ""
-"04040000.xhp\n"
-"hd_id3156385\n"
-"46\n"
-"help.text"
-msgid "Major axis"
-msgstr "მთავარი ღერძი"
-
-#: 04040000.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"04040000.xhp\n"
-"hd_id3146316\n"
-"5\n"
+"wiz_chart_type.xhp\n"
+"par_id5749687\n"
"help.text"
-msgid "X axis"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Stack series display values on top of each other.</ahelp>"
msgstr ""
-#: 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>"
-
-#: 04040000.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"04040000.xhp\n"
-"hd_id3147003\n"
-"17\n"
+"wiz_chart_type.xhp\n"
+"par_id79348\n"
"help.text"
-msgid "Y axis"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Stack series display values as percent.</ahelp>"
msgstr ""
-#: 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>"
-
-#: 04040000.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"04040000.xhp\n"
-"hd_id3150345\n"
-"28\n"
+"wiz_chart_type.xhp\n"
+"par_id2414014\n"
"help.text"
-msgid "Z axis"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Choose the type of line to draw.</ahelp>"
msgstr ""
-#: 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."
-
-#: 04040000.xhp
-msgctxt ""
-"04040000.xhp\n"
-"hd_id3150206\n"
-"36\n"
-"help.text"
-msgid "Secondary axis"
-msgstr "მეორადი ღერძი"
-
-#: 04040000.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"04040000.xhp\n"
-"par_id3166428\n"
-"37\n"
+"wiz_chart_type.xhp\n"
+"par_id7617114\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."
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to set the line or curve properties.</ahelp>"
msgstr ""
-#: 04040000.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"04040000.xhp\n"
-"hd_id3152988\n"
-"44\n"
+"wiz_chart_type.xhp\n"
+"par_id6649372\n"
"help.text"
-msgid "X axis"
+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 ""
-#: 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>"
-
-#: 04040000.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"04040000.xhp\n"
-"hd_id3152896\n"
-"38\n"
+"wiz_chart_type.xhp\n"
+"par_id7334208\n"
"help.text"
-msgid "Y axis"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Set the number of lines for the Column and Line chart type.</ahelp>"
msgstr ""
-#: 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>"
-
-#: 04040000.xhp
+#: wiz_chart_type.xhp
msgctxt ""
-"04040000.xhp\n"
-"par_id3154762\n"
-"41\n"
+"wiz_chart_type.xhp\n"
+"par_id4485000\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>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Chart Type dialog.</ahelp>"
msgstr ""
-#: type_column_line.xhp
+#: wiz_data_range.xhp
msgctxt ""
-"type_column_line.xhp\n"
+"wiz_data_range.xhp\n"
"tit\n"
"help.text"
-msgid "Chart Type Column and Line"
+msgid "Chart Wizard - Data Range"
msgstr ""
-#: type_column_line.xhp
+#: wiz_data_range.xhp
msgctxt ""
-"type_column_line.xhp\n"
-"bm_id5976744\n"
+"wiz_data_range.xhp\n"
+"bm_id2429578\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>"
+msgid "<bookmark_value>data ranges in charts</bookmark_value>"
msgstr ""
-#: type_column_line.xhp
+#: wiz_data_range.xhp
msgctxt ""
-"type_column_line.xhp\n"
-"hd_id8596453\n"
+"wiz_data_range.xhp\n"
+"hd_id8313852\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>"
+msgid "<variable id=\"wiz_data_range\"><link href=\"text/schart/01/wiz_data_range.xhp\">Chart Wizard - Data Range</link></variable>"
msgstr ""
-#: type_column_line.xhp
+#: wiz_data_range.xhp
msgctxt ""
-"type_column_line.xhp\n"
-"par_id4818567\n"
+"wiz_data_range.xhp\n"
+"par_id8829309\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."
+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 ""
-#: type_column_line.xhp
+#: wiz_data_range.xhp
msgctxt ""
-"type_column_line.xhp\n"
-"hd_id2451551\n"
+"wiz_data_range.xhp\n"
+"par_id6401867\n"
"help.text"
-msgid "Column and Line"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens the Data Ranges dialog where you can edit Data Range and Data Series.</ahelp>"
msgstr ""
-#: type_column_line.xhp
+#: wiz_data_range.xhp
msgctxt ""
-"type_column_line.xhp\n"
-"par_id3101901\n"
+"wiz_data_range.xhp\n"
+"par_id2025818\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>."
+msgid "Use the Chart Wizard - Data Series page if you need more control over the data ranges."
msgstr ""
-#: type_column_line.xhp
+#: wiz_data_range.xhp
msgctxt ""
-"type_column_line.xhp\n"
-"par_id7910397\n"
+"wiz_data_range.xhp\n"
+"par_id8466139\n"
"help.text"
-msgid "Select one of the variants"
+msgid "This dialog is only available for charts based on a Calc or Writer table."
msgstr ""
-#: type_column_line.xhp
+#: wiz_data_range.xhp
msgctxt ""
-"type_column_line.xhp\n"
-"par_id5244300\n"
+"wiz_data_range.xhp\n"
+"hd_id1877193\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."
+msgid "To specify a data range"
msgstr ""
-#: type_column_line.xhp
+#: wiz_data_range.xhp
msgctxt ""
-"type_column_line.xhp\n"
-"par_id7163609\n"
+"wiz_data_range.xhp\n"
+"par_id5924863\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."
+msgid "Select the data range. Do one of the following:"
msgstr ""
-#: type_column_line.xhp
+#: wiz_data_range.xhp
msgctxt ""
-"type_column_line.xhp\n"
-"par_id1842097\n"
+"wiz_data_range.xhp\n"
+"par_id4357432\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."
+msgid "Enter the data range in the text box."
msgstr ""
-#: type_column_line.xhp
+#: wiz_data_range.xhp
msgctxt ""
-"type_column_line.xhp\n"
-"hd_id8297677\n"
+"wiz_data_range.xhp\n"
+"par_id5626392\n"
"help.text"
-msgid "To specify a data range"
+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_column_line.xhp
+#: wiz_data_range.xhp
msgctxt ""
-"type_column_line.xhp\n"
-"par_id8871120\n"
+"wiz_data_range.xhp\n"
+"par_id1363872\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."
+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_column_line.xhp
+#: wiz_data_range.xhp
msgctxt ""
-"type_column_line.xhp\n"
-"par_id2952055\n"
+"wiz_data_range.xhp\n"
+"par_id6823938\n"
"help.text"
-msgid "Select the data range."
+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_column_line.xhp
+#: wiz_data_range.xhp
msgctxt ""
-"type_column_line.xhp\n"
-"par_id594500\n"
+"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 ""
-#: type_column_line.xhp
+#: wiz_data_range.xhp
msgctxt ""
-"type_column_line.xhp\n"
-"par_id1944944\n"
+"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_column_line.xhp
-msgctxt ""
-"type_column_line.xhp\n"
-"hd_id6667683\n"
-"help.text"
-msgid "Organizing data series"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: type_column_line.xhp
-msgctxt ""
-"type_column_line.xhp\n"
-"hd_id265816\n"
-"help.text"
-msgid "Editing data series"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: type_column_line.xhp
-msgctxt ""
-"type_column_line.xhp\n"
-"hd_id974456\n"
-"help.text"
-msgid "Editing categories or data labels"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: type_column_line.xhp
-msgctxt ""
-"type_column_line.xhp\n"
-"hd_id8996246\n"
-"help.text"
-msgid "Inserting chart elements"
-msgstr ""
-
-#: 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 ""
-
-#: type_column_line.xhp
-msgctxt ""
-"type_column_line.xhp\n"
-"par_id2932828\n"
-"help.text"
-msgid "Chart titles"
-msgstr ""
-
-#: type_column_line.xhp
-msgctxt ""
-"type_column_line.xhp\n"
-"par_id9449446\n"
-"help.text"
-msgid "Legend"
-msgstr "ლეგენდა"
-
-#: type_column_line.xhp
-msgctxt ""
-"type_column_line.xhp\n"
-"par_id8122196\n"
-"help.text"
-msgid "Visible grid lines"
-msgstr ""
-
-#: 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 ""
-
-#: type_column_line.xhp
-msgctxt ""
-"type_column_line.xhp\n"
-"par_id9141819\n"
-"help.text"
-msgid "Secondary axes"
-msgstr "მეორადი ღერძი"
-
-#: type_column_line.xhp
-msgctxt ""
-"type_column_line.xhp\n"
-"par_id6354869\n"
-"help.text"
-msgid "Minor grids"
-msgstr ""
-
-#: type_column_line.xhp
-msgctxt ""
-"type_column_line.xhp\n"
-"par_id2685323\n"
-"help.text"
-msgid "Data labels"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: type_net.xhp
-msgctxt ""
-"type_net.xhp\n"
-"tit\n"
-"help.text"
-msgid "Chart Type Net"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: type_net.xhp
-msgctxt ""
-"type_net.xhp\n"
-"hd_id1391338\n"
-"help.text"
-msgid "Net"
-msgstr "ქსელი"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 04030000.xhp
-msgctxt ""
-"04030000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Data Labels"
-msgstr ""
-
-#: 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>"
-
-#: 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>"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 04030000.xhp
-msgctxt ""
-"04030000.xhp\n"
-"hd_id3149401\n"
-"17\n"
-"help.text"
-msgid "Show value as number"
-msgstr ""
-
-#: 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>"
-
-#: 04030000.xhp
-msgctxt ""
-"04030000.xhp\n"
-"hd_id5077059\n"
-"help.text"
-msgid "Number format"
-msgstr "რიცხვის ფორმატი"
-
-#: 04030000.xhp
-msgctxt ""
-"04030000.xhp\n"
-"par_id9794610\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens a dialog to select the number format.</ahelp>"
-msgstr ""
-
-#: 04030000.xhp
-msgctxt ""
-"04030000.xhp\n"
-"hd_id3145643\n"
-"9\n"
-"help.text"
-msgid "Show value as percentage"
-msgstr ""
-
-#: 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>"
-
-#: 04030000.xhp
-msgctxt ""
-"04030000.xhp\n"
-"hd_id1316873\n"
-"help.text"
-msgid "Percentage format"
-msgstr ""
-
-#: 04030000.xhp
-msgctxt ""
-"04030000.xhp\n"
-"par_id5476241\n"
-"help.text"
-msgid "<ahelp hid=\".\">Opens a dialog to select the percentage format.</ahelp>"
-msgstr ""
-
-#: 04030000.xhp
-msgctxt ""
-"04030000.xhp\n"
-"hd_id3145228\n"
-"11\n"
-"help.text"
-msgid "Show category"
-msgstr ""
-
-#: 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>"
-
-#: 04030000.xhp
-msgctxt ""
-"04030000.xhp\n"
-"hd_id3150298\n"
-"15\n"
-"help.text"
-msgid "Show legend key"
-msgstr ""
-
-#: 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>"
-
-#: 04030000.xhp
-msgctxt ""
-"04030000.xhp\n"
-"hd_id3836787\n"
-"help.text"
-msgid "Separator"
-msgstr ""
-
-#: 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 ""
-
-#: 04030000.xhp
-msgctxt ""
-"04030000.xhp\n"
-"hd_id4319284\n"
-"help.text"
-msgid "Placement"
-msgstr ""
-
-#: 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 ""
-
-#: 04030000.xhp
-msgctxt ""
-"04030000.xhp\n"
-"hd_id1106200812280727\n"
-"help.text"
-msgid "Text Direction"
-msgstr ""
-
-#: 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 ""
-
-#: 04030000.xhp
-msgctxt ""
-"04030000.xhp\n"
-"hd_id1007200901590713\n"
-"help.text"
-msgid "Rotate Text"
-msgstr "ტექსტის ბრუნვა"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"tit\n"
-"help.text"
-msgid "Trend Lines"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 04050100.xhp
-#, fuzzy
-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>"
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id143436\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">No trend line is shown.</ahelp>"
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id5716727\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">A linear trend line is shown.</ahelp>"
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id5840021\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">A logarithmic trend line is shown.</ahelp>"
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id9417096\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">An exponential trend line is shown.</ahelp>"
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id8482924\n"
-"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">A power trend line is shown.</ahelp>"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id296334\n"
-"help.text"
-msgid "A trend line is shown in the legend automatically."
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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>"
-
-#: 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>"
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id7735221\n"
-"help.text"
-msgid "You can also calculate the parameters using Calc functions as follows."
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"hd_id5744193\n"
-"help.text"
-msgid "The linear regression equation"
-msgstr ""
-
-#: 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 ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id7951902\n"
-"help.text"
-msgid "m = SLOPE(Data_Y;Data_X)"
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id6637165\n"
-"help.text"
-msgid "b = INTERCEPT(Data_Y ;Data_X)"
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id7879268\n"
-"help.text"
-msgid "Calculate the coefficient of determination by"
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id9244361\n"
-"help.text"
-msgid "r² = RSQ(Data_Y;Data_X)"
-msgstr ""
-
-#: 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 ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"hd_id2538834\n"
-"help.text"
-msgid "The logarithm regression equation"
-msgstr ""
-
-#: 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 ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id2134159\n"
-"help.text"
-msgid "a = SLOPE(Data_Y;LN(Data_X))"
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id5946531\n"
-"help.text"
-msgid "b = INTERCEPT(Data_Y ;LN(Data_X))"
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id5649281\n"
-"help.text"
-msgid "r² = RSQ(Data_Y;LN(Data_X))"
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"hd_id7874080\n"
-"help.text"
-msgid "The exponential regression equation"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id4416638\n"
-"help.text"
-msgid "a = SLOPE(LN(Data_Y);Data_X)"
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id1039155\n"
-"help.text"
-msgid "The variables for the second variation are calculated as follows:"
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id7184057\n"
-"help.text"
-msgid "m = EXP(SLOPE(LN(Data_Y);Data_X))"
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id786767\n"
-"help.text"
-msgid "b = EXP(INTERCEPT(LN(Data_Y);Data_X))"
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id7127292\n"
-"help.text"
-msgid "Calculate the coefficient of determination by"
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id5437177\n"
-"help.text"
-msgid "r² = RSQ(LN(Data_Y);Data_X)"
-msgstr ""
-
-#: 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 ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"hd_id6349375\n"
-"help.text"
-msgid "The power regression equation"
-msgstr ""
-
-#: 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 ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id8517105\n"
-"help.text"
-msgid "a = SLOPE(LN(Data_Y);LN(Data_X))"
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id9827265\n"
-"help.text"
-msgid "b = EXP(INTERCEPT(LN(Data_Y);LN(Data_X))"
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id2357249\n"
-"help.text"
-msgid "r² = RSQ(LN(Data_Y);LN(Data_X))"
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"hd_id9204077\n"
-"help.text"
-msgid "Constraints"
-msgstr ""
-
-#: 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 ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id7212744\n"
-"help.text"
-msgid "logarithm regression: only positive x-values are considered,"
-msgstr ""
-
-#: 04050100.xhp
-msgctxt ""
-"04050100.xhp\n"
-"par_id1664479\n"
-"help.text"
-msgid "exponential regression: only positive y-values are considered,"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 04050100.xhp
+#: wiz_data_range.xhp
msgctxt ""
-"04050100.xhp\n"
-"hd_id7907040\n"
+"wiz_data_range.xhp\n"
+"par_id5256508\n"
"help.text"
-msgid "The polynomial regression equation"
+msgid "In the preview you can see how the final chart will look."
msgstr ""
-#: 04050100.xhp
+#: wiz_data_range.xhp
msgctxt ""
-"04050100.xhp\n"
-"par_id8918729\n"
+"wiz_data_range.xhp\n"
+"par_id379650\n"
"help.text"
-msgid "A <emph>polynomial regression</emph> curve cannot be added automatically. You must calculate this curve manually."
+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 ""
-#: 04050100.xhp
+#: wiz_data_range.xhp
msgctxt ""
-"04050100.xhp\n"
-"par_id33875\n"
+"wiz_data_range.xhp\n"
+"par_id953703\n"
"help.text"
-msgid "Create a table with the columns x, x², x³, … , xⁿ, y up to the desired degree n."
+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 ""
-#: 04050100.xhp
+#: wiz_data_range.xhp
msgctxt ""
-"04050100.xhp\n"
-"par_id8720053\n"
+"wiz_data_range.xhp\n"
+"par_id4496597\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."
+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 ""
-#: 04050100.xhp
+#: wiz_data_range.xhp
msgctxt ""
-"04050100.xhp\n"
-"par_id5068514\n"
+"wiz_data_range.xhp\n"
+"par_id2898953\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."
+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 ""
-#: 04050100.xhp
+#: wiz_data_range.xhp
msgctxt ""
-"04050100.xhp\n"
-"par_id8202154\n"
+"wiz_data_range.xhp\n"
+"par_id7546311\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."
+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 ""
-#: 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>"
-
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
+"wiz_data_series.xhp\n"
"tit\n"
"help.text"
-msgid "Options"
-msgstr "პარამეტრები"
-
-#: 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 ""
-
-#: 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>"
-
-#: 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 ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3150043\n"
-"9\n"
-"help.text"
-msgid "Align data series to:"
-msgstr "მონაცემთა სერიის გასწორება:"
-
-#: 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 ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3147346\n"
-"4\n"
-"help.text"
-msgid "Primary Y axis"
-msgstr "ძირითადი Y ღერძი"
-
-#: 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 ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3143221\n"
-"5\n"
-"help.text"
-msgid "Secondary Y axis"
-msgstr "მეორად Y ღერძე"
-
-#: 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 ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3166423\n"
-"6\n"
-"help.text"
-msgid "Settings"
-msgstr "პარამეტრები"
-
-#: 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 ""
-
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3145584\n"
-"7\n"
-"help.text"
-msgid "Spacing"
-msgstr "დაშორება"
-
-#: 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%."
+msgid "Chart Wizard - Data Series"
msgstr ""
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id3145384\n"
-"8\n"
+"wiz_data_series.xhp\n"
+"bm_id8641621\n"
"help.text"
-msgid "Overlap"
-msgstr ""
+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>"
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3156447\n"
-"14\n"
+"wiz_data_series.xhp\n"
+"hd_id6124149\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%."
+msgid "<variable id=\"wiz_data_series\"><link href=\"text/schart/01/wiz_data_series.xhp\">Chart Wizard - Data Series</link></variable>"
msgstr ""
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3153305\n"
-"16\n"
-"help.text"
-msgid "Connection Lines"
-msgstr "ხაზების კავშირი"
-
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id3148868\n"
-"17\n"
+"wiz_data_series.xhp\n"
+"par_id9651478\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>"
+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 ""
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id9842219\n"
+"wiz_data_series.xhp\n"
+"par_id6326487\n"
"help.text"
-msgid "Show bars side by side"
+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 ""
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id9800103\n"
+"wiz_data_series.xhp\n"
+"par_id686361\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."
+msgid "This dialog is only available for charts based on a Calc or Writer table."
msgstr ""
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id2144535\n"
+"wiz_data_series.xhp\n"
+"hd_id9241615\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>"
+msgid "Organizing data series"
msgstr ""
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id24414\n"
+"wiz_data_series.xhp\n"
+"par_id7159337\n"
"help.text"
-msgid "Clockwise direction"
+msgid "In the Data Series list box you see a list of all data series in the current chart."
msgstr ""
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id2527237\n"
+"wiz_data_series.xhp\n"
+"par_id4921720\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>"
+msgid "To organize the data series, select an entry in the list."
msgstr ""
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id401013\n"
+"wiz_data_series.xhp\n"
+"par_id6627094\n"
"help.text"
-msgid "Starting angle"
+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 ""
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id761131\n"
+"wiz_data_series.xhp\n"
+"par_id2926419\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>"
+msgid "Click Remove to remove the selected entry from the Data Series list."
msgstr ""
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id553910\n"
+"wiz_data_series.xhp\n"
+"par_id4443800\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."
+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 ""
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id1414838\n"
+"wiz_data_series.xhp\n"
+"hd_id9777520\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)."
+msgid "Editing data series"
msgstr ""
-#: 04060000.xhp
-msgctxt ""
-"04060000.xhp\n"
-"hd_id3179723\n"
-"help.text"
-msgid "Degrees"
-msgstr "გრადუსი"
-
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id2164067\n"
+"wiz_data_series.xhp\n"
+"par_id1474654\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>"
+msgid "Click an entry in the list to view and edit the properties for that entry."
msgstr ""
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id0305200910524613\n"
+"wiz_data_series.xhp\n"
+"par_id4855189\n"
"help.text"
-msgid "Plot missing values"
+msgid "In the Data Ranges list box you see the role names and cell ranges of the data series components."
msgstr ""
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id0305200910524650\n"
+"wiz_data_series.xhp\n"
+"par_id9475081\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."
+msgid "Click an entry, then edit the contents in the text box below."
msgstr ""
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id0305200910524823\n"
+"wiz_data_series.xhp\n"
+"par_id4695272\n"
"help.text"
-msgid "Leave gap"
+msgid "The label next to the text box states the currently selected role."
msgstr ""
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id0305200910524811\n"
+"wiz_data_series.xhp\n"
+"par_id3931699\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>"
+msgid "Enter the range or click <emph>Select data range</emph> to minimize the dialog and select the range with the mouse."
msgstr ""
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id0305200910524811\n"
+"wiz_data_series.xhp\n"
+"par_id8626667\n"
"help.text"
-msgid "Assume zero"
+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 ""
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id030520091052489\n"
+"wiz_data_series.xhp\n"
+"par_id5971556\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>"
+msgid "The range for a data role, like Y-Values, must not include a label cell."
msgstr ""
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id0305200910524837\n"
+"wiz_data_series.xhp\n"
+"hd_id7622608\n"
"help.text"
-msgid "Continue line"
+msgid "Editing categories or data labels"
msgstr ""
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id0305200910524938\n"
+"wiz_data_series.xhp\n"
+"par_id9222693\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>"
+msgid "Enter or select a cell range that will be used as text for categories or data labels."
msgstr ""
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
-"hd_id0305200910524937\n"
+"wiz_data_series.xhp\n"
+"par_id9500106\n"
"help.text"
-msgid "Include values from hidden cells"
+msgid "Depending on the chart type, the texts are shown on the X axis or as data labels."
msgstr ""
-#: 04060000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04060000.xhp\n"
-"par_id030520091052494\n"
+"wiz_data_series.xhp\n"
+"par_id5201879\n"
"help.text"
-msgid "<ahelp hid=\".\">Check to also show values of currently hidden cells within the source cell range.</ahelp>"
+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 ""
-#: 05040200.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"05040200.xhp\n"
-"tit\n"
+"wiz_data_series.xhp\n"
+"par_id2571794\n"
"help.text"
-msgid "Y Axis"
+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 ""
-#: 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>"
-
-#: 05040200.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"05040200.xhp\n"
-"hd_id3145673\n"
-"1\n"
+"wiz_data_series.xhp\n"
+"par_id2254402\n"
"help.text"
-msgid "Y Axis"
+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 ""
-#: 05040200.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"05040200.xhp\n"
-"par_id3155628\n"
-"2\n"
+"wiz_data_series.xhp\n"
+"par_id2419507\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>"
+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 ""
-#: 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>"
-
-#: 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>"
-
-#: 04010000.xhp
-msgctxt ""
-"04010000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Titles"
-msgstr "დაყოფა"
-
-#: 04010000.xhp
-msgctxt ""
-"04010000.xhp\n"
-"hd_id3147345\n"
-"1\n"
-"help.text"
-msgid "Titles"
-msgstr "დაყოფა"
-
-#: 04010000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04010000.xhp\n"
-"par_id3150298\n"
-"2\n"
+"wiz_data_series.xhp\n"
+"par_id1091647\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."
+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
-msgctxt ""
-"04010000.xhp\n"
-"hd_id3150207\n"
-"3\n"
-"help.text"
-msgid "Main Title"
-msgstr "მთავარი სათაური"
-
-#: 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>"
-
-#: 04010000.xhp
-msgctxt ""
-"04010000.xhp\n"
-"hd_id3146980\n"
-"5\n"
-"help.text"
-msgid "Subtitle"
-msgstr "ქვესათაური"
-
-#: 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>"
-
-#: 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>"
-
-#: 04010000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04010000.xhp\n"
-"hd_id3156018\n"
-"8\n"
+"wiz_data_series.xhp\n"
+"par_id8831446\n"
"help.text"
-msgid "X axis"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Removes the selected entry from the Data Series list.</ahelp>"
msgstr ""
-#: 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>"
-
-#: 04010000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04010000.xhp\n"
-"hd_id3159226\n"
-"10\n"
+"wiz_data_series.xhp\n"
+"par_id7022309\n"
"help.text"
-msgid "Y axis"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves up the selected entry in the Data Series list.</ahelp>"
msgstr ""
-#: 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>"
-
-#: 04010000.xhp
+#: wiz_data_series.xhp
msgctxt ""
-"04010000.xhp\n"
-"hd_id3153009\n"
-"12\n"
+"wiz_data_series.xhp\n"
+"par_id2844019\n"
"help.text"
-msgid "Z axis"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Moves down the selected entry in the Data Series list.</ahelp>"
msgstr ""
-
-#: 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 დიაგრამისთვის."
-
-#: 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 17a68ff5072..ad632e90c4e 100644
--- a/source/ka/helpcontent2/source/text/schart/02.po
+++ b/source/ka/helpcontent2/source/text/schart/02.po
@@ -3,7 +3,7 @@ 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-12-10 11:44+0100\n"
+"POT-Creation-Date: 2013-05-23 12:06+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"
@@ -101,6 +101,57 @@ msgctxt ""
msgid "Data in Columns"
msgstr ""
+#: 01210000.xhp
+msgctxt ""
+"01210000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Scale Text"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 01210000.xhp
+msgctxt ""
+"01210000.xhp\n"
+"par_id3153190\n"
+"3\n"
+"help.text"
+msgid "Scale Text"
+msgstr ""
+
#: 01220000.xhp
msgctxt ""
"01220000.xhp\n"
@@ -177,54 +228,3 @@ msgctxt ""
"help.text"
msgid "<ahelp hid=\".uno:ContextType\" visibility=\"visible\">Displays the name of the current chart type.</ahelp>"
msgstr ""
-
-#: 01210000.xhp
-msgctxt ""
-"01210000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Scale Text"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 b6b8a762f55..0774e36fda8 100644
--- a/source/ka/helpcontent2/source/text/schart/04.po
+++ b/source/ka/helpcontent2/source/text/schart/04.po
@@ -1,19 +1,19 @@
-#
+#. extracted from helpcontent2/source/text/schart/04
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-12-10 11:44+0100\n"
+"POT-Creation-Date: 2013-05-23 12:06+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"
+"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
#: 01020000.xhp
msgctxt ""
diff --git a/source/ka/helpcontent2/source/text/sdraw.po b/source/ka/helpcontent2/source/text/sdraw.po
index e2080d13ff1..8c1ec1756e6 100644
--- a/source/ka/helpcontent2/source/text/sdraw.po
+++ b/source/ka/helpcontent2/source/text/sdraw.po
@@ -1,217 +1,380 @@
-#
+#. extracted from helpcontent2/source/text/sdraw
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-12-10 11:44+0100\n"
+"POT-Creation-Date: 2013-05-23 12:06+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"
+"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
-#: main0106.xhp
+#: main0000.xhp
msgctxt ""
-"main0106.xhp\n"
+"main0000.xhp\n"
"tit\n"
"help.text"
-msgid "Tools"
-msgstr "ინსტრუმენტები"
+msgid "Welcome to the $[officename] Draw Help"
+msgstr "მოგესალმებით გრაფიკული $[officename] დახმარება"
-#: main0106.xhp
+#: main0000.xhp
msgctxt ""
-"main0106.xhp\n"
-"hd_id3159155\n"
+"main0000.xhp\n"
+"hd_id3155960\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>"
+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
+#: main0000.xhp
msgctxt ""
-"main0106.xhp\n"
-"par_id3156443\n"
+"main0000.xhp\n"
+"hd_id3154022\n"
+"3\n"
+"help.text"
+msgid "How to Work With $[officename] Draw"
+msgstr "როგორ ვიმუშავო $[officename] Draw"
+
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"hd_id3150363\n"
+"5\n"
+"help.text"
+msgid "$[officename] Draw Menus, Toolbars, and Keys"
+msgstr "$[officename] Draw მენიუები, ინსტრუმენების პანელი და კლავიშები"
+
+#: main0000.xhp
+msgctxt ""
+"main0000.xhp\n"
+"hd_id3166430\n"
+"4\n"
+"help.text"
+msgid "Help about the Help"
+msgstr "დახმარება დახმარების შელახებ"
+
+#: main0100.xhp
+msgctxt ""
+"main0100.xhp\n"
+"tit\n"
+"help.text"
+msgid "Menus"
+msgstr "მნიუბი"
+
+#: main0100.xhp
+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>"
+
+#: main0100.xhp
+msgctxt ""
+"main0100.xhp\n"
+"par_id3154684\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-თვის ისევე როგორც ენის და სისტეტემურ პარამეტრებს."
+msgid "The following is a description of all $[officename] Draw menus, submenus and their dialogs."
+msgstr "შემდეგი არის $[officename] Drow მენიუ, ქვემენიუები და მისი დიალოგები."
-#: main0106.xhp
+#: main0101.xhp
msgctxt ""
-"main0106.xhp\n"
-"hd_id3153415\n"
+"main0101.xhp\n"
+"tit\n"
+"help.text"
+msgid "File"
+msgstr "ფაილი"
+
+#: 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>"
+
+#: 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 ""
+
+#: main0101.xhp
+msgctxt ""
+"main0101.xhp\n"
+"hd_id3156441\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>"
+msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">Open</link>"
+msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
-#: main0106.xhp
-#, fuzzy
+#: main0101.xhp
msgctxt ""
-"main0106.xhp\n"
-"hd_id3150044\n"
+"main0101.xhp\n"
+"hd_id3153876\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>"
+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>"
-#: main0503.xhp
+#: main0101.xhp
msgctxt ""
-"main0503.xhp\n"
+"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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: main0102.xhp
+msgctxt ""
+"main0102.xhp\n"
"tit\n"
"help.text"
-msgid "$[officename] Draw Features"
-msgstr "$[officename] Draw შესაძლებლობები"
+msgid "Edit"
+msgstr "რედაქტირება"
-#: main0503.xhp
+#: main0102.xhp
msgctxt ""
-"main0503.xhp\n"
-"hd_id3148797\n"
+"main0102.xhp\n"
+"hd_id3150868\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>"
+msgid "<link href=\"text/sdraw/main0102.xhp\" name=\"Edit\">Edit</link>"
+msgstr "<link href=\"text/sdraw/main0102.xhp\" name=\"Edit\">რედაქტირება</link>"
-#: main0503.xhp
+#: main0102.xhp
msgctxt ""
-"main0503.xhp\n"
-"par_id3146975\n"
+"main0102.xhp\n"
+"par_id3146974\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] პროგრამაში."
+msgid "The commands in this menu are used to edit Draw documents (for example, copying and pasting)."
+msgstr "ამ მენიუს ბრძანებები გამოიყენება გრაფიკული დოკუმენტების რედაქტირებისთვის (მაგალითად კოპირება და ჩასმა)."
-#: main0503.xhp
+#: main0102.xhp
+#, fuzzy
msgctxt ""
-"main0503.xhp\n"
-"hd_id3147435\n"
-"11\n"
+"main0102.xhp\n"
+"hd_id3147396\n"
+"3\n"
"help.text"
-msgid "Vector Graphics"
-msgstr "ვექტორელი გრაფიკული სიმბოლოები"
+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>"
-#: main0503.xhp
+#: main0102.xhp
msgctxt ""
-"main0503.xhp\n"
-"par_id3153142\n"
-"12\n"
+"main0102.xhp\n"
+"hd_id3149400\n"
+"4\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 მათემატიკური ვექტორებით განსაზღვრული ხაზების და მრუდების გამოყენებით ქმნის ვექტორულ გრაფიკულ სიმბოლოებს. ვექტორები აღწერენ ხაზებს, ელიფსებს და მრავალკუთხედებს მათი გეომეტრიის გათვალისწინებით."
+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>"
-#: main0503.xhp
+#: main0102.xhp
msgctxt ""
-"main0503.xhp\n"
-"hd_id3154320\n"
+"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
+msgctxt ""
+"main0102.xhp\n"
+"par_id3147340\n"
"14\n"
"help.text"
-msgid "Creating 3D Objects"
-msgstr "3D ობიექტების შექმნა"
+msgid "Enables you to edit points on your drawing."
+msgstr "საშუალებას გაძლევთ რედაქტირება გაუკეთოთ წერტილებს ნახატზე."
-#: main0503.xhp
+#: main0102.xhp
msgctxt ""
-"main0503.xhp\n"
-"par_id3145251\n"
+"main0102.xhp\n"
+"hd_id3149258\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 ობიქტები როგორიცაა კუბები, სფეროები და ცილინდრები,გაწელო და ცვალო ობიეტების განათების წერტილები."
+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>"
-#: main0503.xhp
+#: main0102.xhp
msgctxt ""
-"main0503.xhp\n"
-"hd_id3154491\n"
-"20\n"
+"main0102.xhp\n"
+"par_id3146315\n"
+"16\n"
"help.text"
-msgid "Grids and Snap Lines"
+msgid "Enables you to edit glue points on your drawing."
msgstr ""
-#: main0503.xhp
-#, fuzzy
+#: main0102.xhp
msgctxt ""
-"main0503.xhp\n"
-"par_id3149379\n"
+"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
+msgctxt ""
+"main0102.xhp\n"
+"hd_id3150205\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 "ბადეები და მომნიშვნელები უზრუნველყოფენ ვიზუალურ ბრძანებებს რომებიც გეხმარებიან თქვენ ნახატზე ობიექტების გასწორებაში. თქვენ შეგიძლიათ აგრეთვე დააფიქსიროთ ობიექტი საკოორდინატო ბადესთან, მომნიშვნელთან და სხვა ობიეტქის კიდესთან."
+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>"
-#: main0503.xhp
+#: main0102.xhp
msgctxt ""
-"main0503.xhp\n"
-"hd_id3155601\n"
-"16\n"
+"main0102.xhp\n"
+"hd_id3154650\n"
+"7\n"
"help.text"
-msgid "Connecting Objects to Show Relationships"
-msgstr "ობიექტების შეერთება რელაციულობის საჩვენებლად"
+msgid "<link href=\"text/simpress/01/02160000.xhp\" name=\"Fields\">Fields</link>"
+msgstr "<link href=\"text/simpress/01/02160000.xhp\" name=\"Fields\">ველები</link>"
-#: main0503.xhp
+#: main0102.xhp
msgctxt ""
-"main0503.xhp\n"
-"par_id3149124\n"
-"17\n"
+"main0102.xhp\n"
+"hd_id3156446\n"
+"10\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-ში სპეციალური ხაზებით სახელწოდებით \"კონექტორები\" დააკავშიროთ ერთმანეთთან ობიეტქები,რომ აჩვენოთ მათ შორის კავშირი. კონექტორები უკავშირდება ნახატზე წებოვან წერტილებს და რჩებიან მიწებებული როცა დამკავშირებილი ობიექტები გადაადგილებულია.კონექტორები სასარგებლოა ორგანიზაციის გრაფიკის და ტექნიკური დიაგრამის შექმნისას."
+msgid "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Links</link>"
+msgstr "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">ბმულები</link>"
-#: main0503.xhp
+#: main0102.xhp
msgctxt ""
-"main0503.xhp\n"
-"hd_id3155764\n"
-"21\n"
+"main0102.xhp\n"
+"hd_id3148699\n"
+"11\n"
"help.text"
-msgid "Displaying Dimensions"
-msgstr "ეკრანის განზომილება"
+msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
+msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">იმიჯმეპი</link>"
-#: main0503.xhp
+#: main0102.xhp
msgctxt ""
-"main0503.xhp\n"
-"par_id3155333\n"
-"22\n"
+"main0102.xhp\n"
+"hd_id3157867\n"
+"12\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-ში შეგიძლია გამოიყენო განზომილების ხაზი რომ გამოთვალო ხაზური განზომილება."
+msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
+msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
-#: main0503.xhp
+#: main0103.xhp
msgctxt ""
-"main0503.xhp\n"
-"hd_id3154705\n"
-"18\n"
+"main0103.xhp\n"
+"tit\n"
"help.text"
-msgid "Gallery"
-msgstr "გალერეა"
+msgid "View"
+msgstr "ხედვა"
-#: main0503.xhp
+#: main0103.xhp
msgctxt ""
-"main0503.xhp\n"
-"par_id3154022\n"
-"7\n"
+"main0103.xhp\n"
+"hd_id3152576\n"
+"1\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] პროგრამებში."
+msgid "<link href=\"text/sdraw/main0103.xhp\" name=\"View\">View</link>"
+msgstr "<link href=\"text/sdraw/main0103.xhp\" name=\"View\">ხედვა</link>"
-#: main0503.xhp
+#: main0103.xhp
msgctxt ""
-"main0503.xhp\n"
-"hd_id3149207\n"
-"19\n"
+"main0103.xhp\n"
+"par_id3159155\n"
+"2\n"
"help.text"
-msgid "Graphic File Formats"
-msgstr "გრაფიკული ფაილის ფორმატი"
+msgid "Sets the display properties of Draw documents."
+msgstr "ეკრანის თვისებების დაყენება Draw დოკიმენტებისთვის."
-#: main0503.xhp
+#: main0103.xhp
msgctxt ""
-"main0503.xhp\n"
-"par_id3155112\n"
-"5\n"
+"main0103.xhp\n"
+"par_idN105AB\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."
+msgid "Normal"
+msgstr "ჩვეულებრივი"
+
+#: main0103.xhp
+msgctxt ""
+"main0103.xhp\n"
+"par_idN105AF\n"
+"help.text"
+msgid "Switch to normal view of the page."
+msgstr "გვერდის ჩვეულებრივი ხედვის ჩამრთველი."
+
+#: main0103.xhp
+msgctxt ""
+"main0103.xhp\n"
+"par_idN105B2\n"
+"help.text"
+msgid "Master"
+msgstr "მთავატი"
+
+#: main0103.xhp
+msgctxt ""
+"main0103.xhp\n"
+"par_idN105B6\n"
+"help.text"
+msgid "Switch to the master page view."
+msgstr "გვერდის მთავარი ხედვის ჩამრთველი."
+
+#: 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>"
#: main0104.xhp
msgctxt ""
@@ -249,7 +412,6 @@ 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
-#, fuzzy
msgctxt ""
"main0104.xhp\n"
"hd_id3146974\n"
@@ -285,7 +447,6 @@ msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Spe
msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">სპეციალური სიმბოლო</link>"
#: main0104.xhp
-#, fuzzy
msgctxt ""
"main0104.xhp\n"
"hd_id3150749\n"
@@ -295,7 +456,6 @@ msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</
msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">გახსნა</link>"
#: main0104.xhp
-#, fuzzy
msgctxt ""
"main0104.xhp\n"
"hd_id3156385\n"
@@ -411,7 +571,6 @@ msgid "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">Pos
msgstr "<link href=\"text/shared/01/05230000.xhp\" name=\"Position and Size\">პოზიცია და ზომა</link>"
#: main0105.xhp
-#, fuzzy
msgctxt ""
"main0105.xhp\n"
"hd_id3148576\n"
@@ -439,7 +598,6 @@ 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
-#, fuzzy
msgctxt ""
"main0105.xhp\n"
"hd_id3153913\n"
@@ -448,6 +606,147 @@ msgctxt ""
msgid "<link href=\"text/simpress/01/05140000.xhp\" name=\"Layer\">Layer</link>"
msgstr "<link href=\"text/simpress/01/01180000.xhp\" name=\"Page\">გვერდი</link>"
+#: main0106.xhp
+msgctxt ""
+"main0106.xhp\n"
+"tit\n"
+"help.text"
+msgid "Tools"
+msgstr "ინსტრუმენტები"
+
+#: 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>"
+
+#: 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-თვის ისევე როგორც ენის და სისტეტემურ პარამეტრებს."
+
+#: 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>"
+
+#: 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>"
+
+#: main0200.xhp
+msgctxt ""
+"main0200.xhp\n"
+"tit\n"
+"help.text"
+msgid "Toolbars"
+msgstr "ხელსაწყოთა ზოლი"
+
+#: 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>"
+
+#: 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-ში."
+
+#: main0202.xhp
+msgctxt ""
+"main0202.xhp\n"
+"tit\n"
+"help.text"
+msgid "Line and Filling Bar"
+msgstr "კანტის და შევსების ზოლი"
+
+#: 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>"
+
+#: 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 "კანტის და შევსების ზოლი შეიცავს მიმდინარე რედაქტირების ბრძანებებს."
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
#: main0210.xhp
msgctxt ""
"main0210.xhp\n"
@@ -539,7 +838,6 @@ msgid "Opens the Arrows toolbar to insert lines and arrows."
msgstr ""
#: main0210.xhp
-#, fuzzy
msgctxt ""
"main0210.xhp\n"
"par_idN106B4\n"
@@ -553,7 +851,7 @@ msgctxt ""
"par_idN106C3\n"
"help.text"
msgid "Enables you to edit points on your drawing."
-msgstr ""
+msgstr "საშუალებას გაძლევთ რედაქტირება გაუკეთოთ წერტილებს ნახატზე."
#: main0210.xhp
msgctxt ""
@@ -603,280 +901,6 @@ msgctxt ""
msgid "Switches the 3D effects on and off for the selected objects."
msgstr "ცვლის 3D ეფექტებს ჩართვა გამორთვაზე."
-#: main0103.xhp
-msgctxt ""
-"main0103.xhp\n"
-"tit\n"
-"help.text"
-msgid "View"
-msgstr "ხედვა"
-
-#: 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
-msgctxt ""
-"main0103.xhp\n"
-"par_id3159155\n"
-"2\n"
-"help.text"
-msgid "Sets the display properties of Draw documents."
-msgstr "ეკრანის თვისებების დაყენება Draw დოკიმენტებისთვის."
-
-#: main0103.xhp
-msgctxt ""
-"main0103.xhp\n"
-"par_idN105AB\n"
-"help.text"
-msgid "Normal"
-msgstr "ჩვეულებრივი"
-
-#: main0103.xhp
-msgctxt ""
-"main0103.xhp\n"
-"par_idN105AF\n"
-"help.text"
-msgid "Switch to normal view of the page."
-msgstr "გვერდის ჩვეულებრივი ხედვის ჩამრთველი."
-
-#: main0103.xhp
-msgctxt ""
-"main0103.xhp\n"
-"par_idN105B2\n"
-"help.text"
-msgid "Master"
-msgstr "მთავატი"
-
-#: main0103.xhp
-msgctxt ""
-"main0103.xhp\n"
-"par_idN105B6\n"
-"help.text"
-msgid "Switch to the master page view."
-msgstr "გვერდის მთავარი ხედვის ჩამრთველი."
-
-#: 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>"
-
-#: main0102.xhp
-msgctxt ""
-"main0102.xhp\n"
-"tit\n"
-"help.text"
-msgid "Edit"
-msgstr "რედაქტირება"
-
-#: 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
-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
-#, 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
-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
-#, fuzzy
-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
-msgctxt ""
-"main0102.xhp\n"
-"par_id3147340\n"
-"14\n"
-"help.text"
-msgid "Enables you to edit points on your drawing."
-msgstr ""
-
-#: 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
-msgctxt ""
-"main0102.xhp\n"
-"par_id3146315\n"
-"16\n"
-"help.text"
-msgid "Enables you to edit glue points on your drawing."
-msgstr ""
-
-#: 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
-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
-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
-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
-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
-#, fuzzy
-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>"
-
-#: main0202.xhp
-msgctxt ""
-"main0202.xhp\n"
-"tit\n"
-"help.text"
-msgid "Line and Filling Bar"
-msgstr "კანტის და შევსების ზოლი"
-
-#: 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>"
-
-#: 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 "კანტის და შევსების ზოლი შეიცავს მიმდინარე რედაქტირების ბრძანებებს."
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
#: main0213.xhp
msgctxt ""
"main0213.xhp\n"
@@ -913,7 +937,6 @@ msgid "<link href=\"text/shared/02/01171200.xhp\" name=\"Display Grid\">Display
msgstr "<link href=\"text/shared/02/01171200.xhp\" name=\"Display Grid\">ეკრანის ბადე</link>"
#: main0213.xhp
-#, fuzzy
msgctxt ""
"main0213.xhp\n"
"hd_id3149018\n"
@@ -932,7 +955,6 @@ msgid "<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">Snap to
msgstr "<link href=\"text/shared/02/01171300.xhp\" name=\"Snap to Grid\">მიზიდვა ბადესთან</link>"
#: main0213.xhp
-#, fuzzy
msgctxt ""
"main0213.xhp\n"
"hd_id3146313\n"
@@ -986,188 +1008,154 @@ msgctxt ""
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>"
-#: main0000.xhp
+#: main0503.xhp
msgctxt ""
-"main0000.xhp\n"
+"main0503.xhp\n"
"tit\n"
"help.text"
-msgid "Welcome to the $[officename] Draw Help"
-msgstr "მოგესალმებით გრაფიკული $[officename] დახმარება"
+msgid "$[officename] Draw Features"
+msgstr "$[officename] Draw შესაძლებლობები"
-#: main0000.xhp
+#: main0503.xhp
msgctxt ""
-"main0000.xhp\n"
-"hd_id3155960\n"
+"main0503.xhp\n"
+"hd_id3148797\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 დახმარება"
-
-#: main0000.xhp
-msgctxt ""
-"main0000.xhp\n"
-"hd_id3154022\n"
-"3\n"
-"help.text"
-msgid "How to Work With $[officename] Draw"
-msgstr "როგორ ვიმუშავო $[officename] Draw"
-
-#: main0000.xhp
-msgctxt ""
-"main0000.xhp\n"
-"hd_id3150363\n"
-"5\n"
-"help.text"
-msgid "$[officename] Draw Menus, Toolbars, and Keys"
-msgstr "$[officename] Draw მენიუები, ინსტრუმენების პანელი და კლავიშები"
+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>"
-#: main0000.xhp
+#: main0503.xhp
msgctxt ""
-"main0000.xhp\n"
-"hd_id3166430\n"
-"4\n"
+"main0503.xhp\n"
+"par_id3146975\n"
+"2\n"
"help.text"
-msgid "Help about the Help"
-msgstr "დახმარება დახმარების შელახებ"
+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] პროგრამაში."
-#: main0100.xhp
+#: main0503.xhp
msgctxt ""
-"main0100.xhp\n"
-"tit\n"
+"main0503.xhp\n"
+"hd_id3147435\n"
+"11\n"
"help.text"
-msgid "Menus"
-msgstr "მნიუბი"
+msgid "Vector Graphics"
+msgstr "ვექტორელი გრაფიკული სიმბოლოები"
-#: main0100.xhp
-#, fuzzy
+#: main0503.xhp
msgctxt ""
-"main0100.xhp\n"
-"hd_id3148664\n"
-"1\n"
+"main0503.xhp\n"
+"par_id3153142\n"
+"12\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>"
+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 მათემატიკური ვექტორებით განსაზღვრული ხაზების და მრუდების გამოყენებით ქმნის ვექტორულ გრაფიკულ სიმბოლოებს. ვექტორები აღწერენ ხაზებს, ელიფსებს და მრავალკუთხედებს მათი გეომეტრიის გათვალისწინებით."
-#: main0100.xhp
+#: main0503.xhp
msgctxt ""
-"main0100.xhp\n"
-"par_id3154684\n"
-"2\n"
+"main0503.xhp\n"
+"hd_id3154320\n"
+"14\n"
"help.text"
-msgid "The following is a description of all $[officename] Draw menus, submenus and their dialogs."
-msgstr "შემდეგი არის $[officename] Drow მენიუ, ქვემენიუები და მისი დიალოგები."
+msgid "Creating 3D Objects"
+msgstr "3D ობიექტების შექმნა"
-#: main0200.xhp
+#: main0503.xhp
msgctxt ""
-"main0200.xhp\n"
-"tit\n"
+"main0503.xhp\n"
+"par_id3145251\n"
+"15\n"
"help.text"
-msgid "Toolbars"
-msgstr "ხელსაწყოთა ზოლი"
+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 ობიქტები როგორიცაა კუბები, სფეროები და ცილინდრები,გაწელო და ცვალო ობიეტების განათების წერტილები."
-#: main0200.xhp
+#: main0503.xhp
msgctxt ""
-"main0200.xhp\n"
-"hd_id3148663\n"
-"1\n"
+"main0503.xhp\n"
+"hd_id3154491\n"
+"20\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>"
+msgid "Grids and Snap Lines"
+msgstr ""
-#: main0200.xhp
+#: main0503.xhp
msgctxt ""
-"main0200.xhp\n"
-"par_id3125863\n"
-"2\n"
+"main0503.xhp\n"
+"par_id3149379\n"
+"6\n"
"help.text"
-msgid "This section provides an overview of the toolbars available in $[officename] Draw."
-msgstr "ეს მენიუ გაძლევთ ინსტრუმენტალური პანელის მოკლე მიმოხილვას $[officename] Draw-ში."
+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
+#: main0503.xhp
msgctxt ""
-"main0101.xhp\n"
-"tit\n"
+"main0503.xhp\n"
+"hd_id3155601\n"
+"16\n"
"help.text"
-msgid "File"
-msgstr "ფაილი"
+msgid "Connecting Objects to Show Relationships"
+msgstr "ობიექტების შეერთება რელაციულობის საჩვენებლად"
-#: main0101.xhp
+#: main0503.xhp
msgctxt ""
-"main0101.xhp\n"
-"hd_id3149655\n"
-"1\n"
+"main0503.xhp\n"
+"par_id3149124\n"
+"17\n"
"help.text"
-msgid "<link href=\"text/sdraw/main0101.xhp\" name=\"File\">File</link>"
-msgstr "<link href=\"text/sdraw/main0101.xhp\" name=\"File\">ფაილი</link>"
+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
+#: main0503.xhp
msgctxt ""
-"main0101.xhp\n"
-"par_id3150868\n"
-"2\n"
+"main0503.xhp\n"
+"hd_id3155764\n"
+"21\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 ""
+msgid "Displaying Dimensions"
+msgstr "ეკრანის განზომილება"
-#: main0101.xhp
+#: main0503.xhp
msgctxt ""
-"main0101.xhp\n"
-"hd_id3156441\n"
-"4\n"
+"main0503.xhp\n"
+"par_id3155333\n"
+"22\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>"
+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
+#: main0503.xhp
msgctxt ""
-"main0101.xhp\n"
-"hd_id3153876\n"
-"6\n"
+"main0503.xhp\n"
+"hd_id3154705\n"
+"18\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>"
+msgid "Gallery"
+msgstr "გალერეა"
-#: main0101.xhp
+#: main0503.xhp
msgctxt ""
-"main0101.xhp\n"
-"hd_id3150718\n"
+"main0503.xhp\n"
+"par_id3154022\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>"
-
-#: 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>"
-
-#: 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>"
+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] პროგრამებში."
-#: main0101.xhp
+#: main0503.xhp
msgctxt ""
-"main0101.xhp\n"
-"hd_id3149127\n"
-"12\n"
+"main0503.xhp\n"
+"hd_id3149207\n"
+"19\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>"
+msgid "Graphic File Formats"
+msgstr "გრაფიკული ფაილის ფორმატი"
-#: main0101.xhp
+#: main0503.xhp
msgctxt ""
-"main0101.xhp\n"
-"hd_id3145790\n"
-"13\n"
+"main0503.xhp\n"
+"par_id3155112\n"
+"5\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>"
+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."
diff --git a/source/ka/helpcontent2/source/text/sdraw/00.po b/source/ka/helpcontent2/source/text/sdraw/00.po
index 3342a89bba1..c9967900e6d 100644
--- a/source/ka/helpcontent2/source/text/sdraw/00.po
+++ b/source/ka/helpcontent2/source/text/sdraw/00.po
@@ -3,7 +3,7 @@ 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-12-10 11:44+0100\n"
+"POT-Creation-Date: 2013-05-23 12:06+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"
diff --git a/source/ka/helpcontent2/source/text/sdraw/01.po b/source/ka/helpcontent2/source/text/sdraw/01.po
index b834f8d42ce..fcd4d737c0c 100644
--- a/source/ka/helpcontent2/source/text/sdraw/01.po
+++ b/source/ka/helpcontent2/source/text/sdraw/01.po
@@ -3,7 +3,7 @@ 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-12-10 11:44+0100\n"
+"POT-Creation-Date: 2013-05-23 12:06+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"
diff --git a/source/ka/helpcontent2/source/text/sdraw/04.po b/source/ka/helpcontent2/source/text/sdraw/04.po
index 02cd3d41d14..20b9c46e3d4 100644
--- a/source/ka/helpcontent2/source/text/sdraw/04.po
+++ b/source/ka/helpcontent2/source/text/sdraw/04.po
@@ -3,7 +3,7 @@ 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-12-10 11:44+0100\n"
+"POT-Creation-Date: 2013-05-23 12:06+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"
@@ -74,7 +74,7 @@ msgctxt ""
"4\n"
"help.text"
msgid "Shortcut Keys"
-msgstr ""
+msgstr "მალსახმობი კლავიში"
#: 01020000.xhp
msgctxt ""
@@ -83,7 +83,7 @@ msgctxt ""
"6\n"
"help.text"
msgid "<emph>Effect</emph>"
-msgstr ""
+msgstr "<emph>ეფექტი</emph>"
#: 01020000.xhp
msgctxt ""
@@ -92,7 +92,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "F2"
-msgstr ""
+msgstr "F2"
#: 01020000.xhp
msgctxt ""
@@ -307,7 +307,7 @@ msgctxt ""
"42\n"
"help.text"
msgid "Shortcut Keys"
-msgstr ""
+msgstr "მალსახმობი კლავიში"
#: 01020000.xhp
msgctxt ""
@@ -316,7 +316,7 @@ msgctxt ""
"43\n"
"help.text"
msgid "<emph>Effect</emph>"
-msgstr ""
+msgstr "<emph>ეფექტი</emph>"
#: 01020000.xhp
msgctxt ""
@@ -550,7 +550,7 @@ msgctxt ""
"69\n"
"help.text"
msgid "Shortcut Keys"
-msgstr ""
+msgstr "მალსახმობი კლავიში"
#: 01020000.xhp
msgctxt ""
@@ -559,7 +559,7 @@ msgctxt ""
"70\n"
"help.text"
msgid "<emph>Effect</emph>"
-msgstr ""
+msgstr "<emph>ეფექტი</emph>"
#: 01020000.xhp
msgctxt ""
@@ -722,7 +722,7 @@ msgctxt ""
"108\n"
"help.text"
msgid "F2"
-msgstr ""
+msgstr "F2"
#: 01020000.xhp
msgctxt ""
@@ -788,7 +788,6 @@ msgid "Press the <switchinline select=\"sys\"><caseinline select=\"MAC\">Option<
msgstr ""
#: 01020000.xhp
-#, fuzzy
msgctxt ""
"01020000.xhp\n"
"hd_id3143232\n"
diff --git a/source/ka/helpcontent2/source/text/sdraw/guide.po b/source/ka/helpcontent2/source/text/sdraw/guide.po
index cc8668d6fb1..6bbed27e4db 100644
--- a/source/ka/helpcontent2/source/text/sdraw/guide.po
+++ b/source/ka/helpcontent2/source/text/sdraw/guide.po
@@ -3,7 +3,7 @@ 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-12-10 11:44+0100\n"
+"POT-Creation-Date: 2013-05-23 12:06+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"
@@ -15,6 +15,402 @@ msgstr ""
"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+#: align_arrange.xhp
+msgctxt ""
+"align_arrange.xhp\n"
+"tit\n"
+"help.text"
+msgid "Arranging, Aligning and Distributing Objects"
+msgstr "მოწესრიგება, გასწორება და ობიექტების განაწილება"
+
+#: 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
+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
+msgctxt ""
+"align_arrange.xhp\n"
+"hd_id3125863\n"
+"17\n"
+"help.text"
+msgid "Arranging Objects"
+msgstr "ობიექტების მოწესრიგება"
+
+#: 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
+msgctxt ""
+"align_arrange.xhp\n"
+"par_idN107D5\n"
+"help.text"
+msgid "Click the object whose position you want to change."
+msgstr ""
+
+#: 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
+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
+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
+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
+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
+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
+msgctxt ""
+"align_arrange.xhp\n"
+"hd_id3155766\n"
+"79\n"
+"help.text"
+msgid "Arranging an Object Behind Another Object"
+msgstr "ერთი ობიექტის მეორე ობიექტის უკან მოწესრიგება"
+
+#: 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
+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
+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
+msgctxt ""
+"align_arrange.xhp\n"
+"hd_id3145789\n"
+"20\n"
+"help.text"
+msgid "Reversing The Stacking Order of Two Objects"
+msgstr ""
+
+#: 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
+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
+msgctxt ""
+"align_arrange.xhp\n"
+"hd_id3166425\n"
+"21\n"
+"help.text"
+msgid "Aligning Objects"
+msgstr "ობიექტების გასწორება"
+
+#: 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
+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
+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
+msgctxt ""
+"align_arrange.xhp\n"
+"par_idN108AE\n"
+"help.text"
+msgid "Distributing Objects"
+msgstr "ობიექტების განაწილება"
+
+#: 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
+msgctxt ""
+"align_arrange.xhp\n"
+"par_idN108CE\n"
+"help.text"
+msgid "Select three or more objects to be distributed."
+msgstr "მონიშნეთ სამი ან მეტი ობიექტი გავრცელების მიზნით."
+
+#: 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
+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
+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
+msgctxt ""
+"color_define.xhp\n"
+"tit\n"
+"help.text"
+msgid "Defining Custom Colors"
+msgstr "მორგებული ფერების განსაზღვრა"
+
+#: 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
+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
+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
+msgctxt ""
+"color_define.xhp\n"
+"hd_id3155600\n"
+"9\n"
+"help.text"
+msgid "To define a custom color"
+msgstr "მორგებული ფერის განსაზღვრის მიზნით"
+
+#: 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
+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
+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
+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
+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
+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
+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
+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
+msgctxt ""
+"color_define.xhp\n"
+"par_id3153011\n"
+"19\n"
+"help.text"
+msgid "Do one of the following:"
+msgstr "შეასრულეთ ერთ-ერთი შემდეგი:"
+
+#: 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
+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
+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>"
+
#: combine_etc.xhp
msgctxt ""
"combine_etc.xhp\n"
@@ -315,6 +711,129 @@ msgctxt ""
msgid "The area outside the overlap is removed."
msgstr ""
+#: cross_fading.xhp
+msgctxt ""
+"cross_fading.xhp\n"
+"tit\n"
+"help.text"
+msgid "Cross-Fading Two Objects"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: cross_fading.xhp
+msgctxt ""
+"cross_fading.xhp\n"
+"hd_id3149209\n"
+"20\n"
+"help.text"
+msgid "To cross-fade two objects:"
+msgstr ""
+
+#: cross_fading.xhp
+msgctxt ""
+"cross_fading.xhp\n"
+"par_id3150370\n"
+"45\n"
+"help.text"
+msgid "Hold down Shift and click each object."
+msgstr ""
+
+#: cross_fading.xhp
+msgctxt ""
+"cross_fading.xhp\n"
+"par_id3166428\n"
+"22\n"
+"help.text"
+msgid "Choose <emph>Edit - Cross-fading</emph>."
+msgstr ""
+
+#: 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 ""
+
+#: cross_fading.xhp
+msgctxt ""
+"cross_fading.xhp\n"
+"par_id3149405\n"
+"23\n"
+"help.text"
+msgid "Click <emph>OK</emph>."
+msgstr "დააწკაპუნეთ <emph>OK</emph>."
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
#: draw_sector.xhp
msgctxt ""
"draw_sector.xhp\n"
@@ -439,6 +958,272 @@ msgctxt ""
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 ""
+#: duplicate_object.xhp
+msgctxt ""
+"duplicate_object.xhp\n"
+"tit\n"
+"help.text"
+msgid "Duplicating Objects"
+msgstr "ობიექტების დუბლირება"
+
+#: 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>"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: eyedropper.xhp
+msgctxt ""
+"eyedropper.xhp\n"
+"tit\n"
+"help.text"
+msgid "Replacing Colors"
+msgstr "ფერთა ჩანაცვლება"
+
+#: 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 ""
+
+#: 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 ""
+
+#: eyedropper.xhp
+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 "ფერის ჩანაცვლება პიპეტის დახმარებით"
+
+#: eyedropper.xhp
+msgctxt ""
+"eyedropper.xhp\n"
+"par_id3154704\n"
+"25\n"
+"help.text"
+msgid "Up to four colors can be replaced at once."
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: eyedropper.xhp
+msgctxt ""
+"eyedropper.xhp\n"
+"hd_id3150205\n"
+"28\n"
+"help.text"
+msgid "To replace colors with the Color Replacer tool"
+msgstr "ფერის ჩანაცვლება პიპეტის დახმარებით"
+
+#: 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 ""
+
+#: eyedropper.xhp
+msgctxt ""
+"eyedropper.xhp\n"
+"par_id3150202\n"
+"30\n"
+"help.text"
+msgid "Choose <emph>Tools - Color Replacer</emph>."
+msgstr "ამოირჩიეთ <emph>ინსტრუმენტები - პიპეტი</emph>."
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: eyedropper.xhp
+msgctxt ""
+"eyedropper.xhp\n"
+"par_id3149876\n"
+"36\n"
+"help.text"
+msgid "Click <emph>Replace</emph>."
+msgstr "დააწკაპუნეთ <emph>ჩანაცვლება</emph>."
+
+#: 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 ""
+
+#: eyedropper.xhp
+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>"
+
#: gradient.xhp
msgctxt ""
"gradient.xhp\n"
@@ -581,7 +1366,6 @@ msgid "Set the gradient properties and click <emph>Modify</emph> to save the gra
msgstr ""
#: gradient.xhp
-#, fuzzy
msgctxt ""
"gradient.xhp\n"
"par_id3156396\n"
@@ -652,121 +1436,6 @@ msgctxt ""
msgid "To adjust the transparency of an object, select the object, choose <emph>Format - Area</emph> and click the <emph>Transparency</emph> tab."
msgstr ""
-#: join_objects3d.xhp
-msgctxt ""
-"join_objects3d.xhp\n"
-"tit\n"
-"help.text"
-msgid "Assembling 3D Objects"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: join_objects3d.xhp
-msgctxt ""
-"join_objects3d.xhp\n"
-"hd_id3150042\n"
-"41\n"
-"help.text"
-msgid "To combine 3D objects:"
-msgstr "ორი 2D ობიექტის გაერთიანებისათვის:"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: join_objects3d.xhp
-msgctxt ""
-"join_objects3d.xhp\n"
-"par_id3148606\n"
-"38\n"
-"help.text"
-msgid "You cannot intersect or subtract 3D objects."
-msgstr ""
-
-#: 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 ""
-
#: graphic_insert.xhp
msgctxt ""
"graphic_insert.xhp\n"
@@ -828,402 +1497,152 @@ msgctxt ""
msgid "Click <emph>Open</emph> to insert the picture."
msgstr ""
-#: rotate_object.xhp
+#: groups.xhp
msgctxt ""
-"rotate_object.xhp\n"
+"groups.xhp\n"
"tit\n"
"help.text"
-msgid "Rotating Objects"
-msgstr "ბრუნავი ობიექტები"
-
-#: 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>"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
+msgid "Grouping Objects"
+msgstr "ობიექტების დაჯგუფება"
-#: rotate_object.xhp
+#: groups.xhp
msgctxt ""
-"rotate_object.xhp\n"
-"par_id3150716\n"
-"14\n"
+"groups.xhp\n"
+"bm_id3150793\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."
+msgid "<bookmark_value>grouping; draw objects</bookmark_value><bookmark_value>draw objects; grouping</bookmark_value>"
msgstr ""
-#: rotate_object.xhp
+#: groups.xhp
msgctxt ""
-"rotate_object.xhp\n"
-"par_id3149021\n"
-"69\n"
+"groups.xhp\n"
+"hd_id3150793\n"
+"26\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."
+msgid "<variable id=\"groups\"><link href=\"text/sdraw/guide/groups.xhp\" name=\"Grouping Objects\">Grouping Objects</link></variable>"
msgstr ""
-#: rotate_object.xhp
+#: groups.xhp
msgctxt ""
-"rotate_object.xhp\n"
-"par_id0930200803002335\n"
+"groups.xhp\n"
+"par_id3153728\n"
+"27\n"
"help.text"
-msgid "Hold down the Shift key to restrict the rotation to multiples of 15 degrees."
+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 ""
-#: rotate_object.xhp
+#: groups.xhp
msgctxt ""
-"rotate_object.xhp\n"
-"par_id0930200803002463\n"
+"groups.xhp\n"
+"par_id3147434\n"
+"64\n"
"help.text"
-msgid "Right-click the object to open the context menu. Choose Position and Size - Rotation to enter an exact rotation value."
+msgid "Temporary - group only lasts as long as all of the combined objects are selected."
msgstr ""
-#: rotate_object.xhp
+#: groups.xhp
msgctxt ""
-"rotate_object.xhp\n"
-"par_id3155962\n"
+"groups.xhp\n"
+"par_id3154490\n"
+"65\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>"
+msgid "Assigned - group lasts until it is ungrouped through a menu command."
msgstr ""
-#: rotate_object.xhp
+#: groups.xhp
msgctxt ""
-"rotate_object.xhp\n"
-"par_id3166424\n"
-"16\n"
+"groups.xhp\n"
+"par_id3145252\n"
+"66\n"
"help.text"
-msgid "To change the pivot point, drag the small circle in the center of the object to a new location."
+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 ""
-#: rotate_object.xhp
+#: groups.xhp
msgctxt ""
-"rotate_object.xhp\n"
-"par_id3159236\n"
+"groups.xhp\n"
+"hd_id3150716\n"
"28\n"
"help.text"
-msgid "To skew the object vertically or horizontally, drag one of the side handles."
-msgstr ""
-
-#: eyedropper.xhp
-msgctxt ""
-"eyedropper.xhp\n"
-"tit\n"
-"help.text"
-msgid "Replacing Colors"
-msgstr "ფერთა ჩანაცვლება"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 "ფერის ჩანაცვლება პიპეტის დახმარებით"
-
-#: eyedropper.xhp
-msgctxt ""
-"eyedropper.xhp\n"
-"par_id3154704\n"
-"25\n"
-"help.text"
-msgid "Up to four colors can be replaced at once."
-msgstr ""
-
-#: 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 ""
+msgid "To group objects:"
+msgstr "ობიექტების დაჯგუფების მიზნით:"
-#: eyedropper.xhp
+#: groups.xhp
msgctxt ""
-"eyedropper.xhp\n"
-"par_id3148488\n"
-"27\n"
+"groups.xhp\n"
+"par_id3149018\n"
"help.text"
-msgid "Similarly, you can use the <emph>Color Replacer</emph> to make a color on your image transparent."
+msgid "<image id=\"img_id3145643\" src=\"cmd/sc_formatgroup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3145643\">Icon</alt></image>"
msgstr ""
-#: eyedropper.xhp
-#, fuzzy
-msgctxt ""
-"eyedropper.xhp\n"
-"hd_id3150205\n"
-"28\n"
-"help.text"
-msgid "To replace colors with the Color Replacer tool"
-msgstr "ფერის ჩანაცვლება პიპეტის დახმარებით"
-
-#: eyedropper.xhp
+#: groups.xhp
msgctxt ""
-"eyedropper.xhp\n"
-"par_id3154656\n"
+"groups.xhp\n"
+"par_id3147346\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)."
+msgid "Select the objects you want to group and choose <emph>Modify - Group</emph>."
msgstr ""
-#: eyedropper.xhp
-#, fuzzy
+#: groups.xhp
msgctxt ""
-"eyedropper.xhp\n"
-"par_id3150202\n"
+"groups.xhp\n"
+"par_id3148485\n"
"30\n"
"help.text"
-msgid "Choose <emph>Tools - Color Replacer</emph>."
-msgstr "ამოირჩიეთ <emph>ინსტრუმენტები - პიპეტი</emph>."
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: eyedropper.xhp
-msgctxt ""
-"eyedropper.xhp\n"
-"par_id3149876\n"
-"36\n"
-"help.text"
-msgid "Click <emph>Replace</emph>."
-msgstr "დააწკაპუნეთ <emph>ჩანაცვლება</emph>."
-
-#: 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 ""
-
-#: 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>"
-
-#: keyboard.xhp
-msgctxt ""
-"keyboard.xhp\n"
-"tit\n"
-"help.text"
-msgid "Shortcut Keys for Drawing Objects"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: keyboard.xhp
-msgctxt ""
-"keyboard.xhp\n"
-"hd_id3125863\n"
-"12\n"
-"help.text"
-msgid "To Create and Edit a Drawing Object"
-msgstr ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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."
+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 ""
-#: keyboard.xhp
+#: groups.xhp
msgctxt ""
-"keyboard.xhp\n"
-"par_id3147338\n"
-"8\n"
+"groups.xhp\n"
+"par_id3147002\n"
+"31\n"
"help.text"
-msgid "Press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter</item>."
+msgid "After you have grouped objects, selecting any part of the group selects the entire group."
msgstr ""
-#: keyboard.xhp
+#: groups.xhp
msgctxt ""
-"keyboard.xhp\n"
-"par_id3154705\n"
-"7\n"
+"groups.xhp\n"
+"hd_id3150205\n"
+"55\n"
"help.text"
-msgid "The object is created at the center of the current document."
-msgstr ""
+msgid "Selecting Objects in a Group"
+msgstr "ობიექტების ჯგუფში მონიშვნა"
-#: keyboard.xhp
+#: groups.xhp
msgctxt ""
-"keyboard.xhp\n"
-"par_id3155962\n"
-"6\n"
+"groups.xhp\n"
+"par_id3150370\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>."
+msgid "<image id=\"img_id3155376\" src=\"cmd/sc_entergroup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3155376\">Icon</alt></image>"
msgstr ""
-#: keyboard.xhp
+#: groups.xhp
msgctxt ""
-"keyboard.xhp\n"
-"par_id3155062\n"
-"5\n"
+"groups.xhp\n"
+"par_id3156450\n"
+"56\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>."
+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 ""
-#: keyboard.xhp
-msgctxt ""
-"keyboard.xhp\n"
-"hd_id3150306\n"
-"4\n"
-"help.text"
-msgid "To Select an Object"
-msgstr "ობიექტის მონიშვნის მიზნით"
-
-#: keyboard.xhp
+#: groups.xhp
msgctxt ""
-"keyboard.xhp\n"
-"par_id3152990\n"
-"3\n"
+"groups.xhp\n"
+"par_id3151239\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."
+msgid "<image id=\"img_id3155264\" src=\"cmd/sc_leavegroup.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id3155264\">Icon</alt></image>"
msgstr ""
-#: keyboard.xhp
+#: groups.xhp
msgctxt ""
-"keyboard.xhp\n"
-"par_id3145587\n"
-"2\n"
+"groups.xhp\n"
+"par_id3150213\n"
+"58\n"
"help.text"
-msgid "Press <item type=\"keycode\">Tab</item> until you reach the object you want to select."
+msgid "To exit a group, double-click anywhere outside it."
msgstr ""
#: join_objects.xhp
@@ -1305,373 +1724,251 @@ msgctxt ""
msgid "You can only use the <emph>Close Object</emph> command on connected lines, <emph>Freeform Lines </emph>and unfilled <emph>Curves</emph>."
msgstr ""
-#: cross_fading.xhp
+#: join_objects3d.xhp
msgctxt ""
-"cross_fading.xhp\n"
+"join_objects3d.xhp\n"
"tit\n"
"help.text"
-msgid "Cross-Fading Two Objects"
+msgid "Assembling 3D Objects"
msgstr ""
-#: cross_fading.xhp
+#: join_objects3d.xhp
msgctxt ""
-"cross_fading.xhp\n"
-"bm_id3150715\n"
+"join_objects3d.xhp\n"
+"bm_id3154014\n"
"help.text"
-msgid "<bookmark_value>draw objects; cross-fading two objects</bookmark_value><bookmark_value>cross-fading; two draw objects</bookmark_value>"
+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 ""
-#: cross_fading.xhp
+#: join_objects3d.xhp
msgctxt ""
-"cross_fading.xhp\n"
-"hd_id3150715\n"
-"17\n"
+"join_objects3d.xhp\n"
+"hd_id3156442\n"
+"29\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>"
+msgid "<variable id=\"join_objects3d\"><link href=\"text/sdraw/guide/join_objects3d.xhp\" name=\"Assembling 3D Objects\">Assembling 3D Objects</link></variable>"
msgstr ""
-#: cross_fading.xhp
+#: join_objects3d.xhp
msgctxt ""
-"cross_fading.xhp\n"
-"par_id3154754\n"
-"18\n"
+"join_objects3d.xhp\n"
+"par_id3145251\n"
+"30\n"
"help.text"
-msgid "Cross-fading creates shapes and distributes them by uniform increments between two drawing objects."
+msgid "3D objects that each form a 3D scene can be combined into a single 3D scene."
msgstr ""
-#: cross_fading.xhp
+#: join_objects3d.xhp
msgctxt ""
-"cross_fading.xhp\n"
-"par_id3155112\n"
+"join_objects3d.xhp\n"
+"hd_id3150042\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 ""
+msgid "To combine 3D objects:"
+msgstr "ორი 2D ობიექტის გაერთიანებისათვის:"
-#: cross_fading.xhp
+#: join_objects3d.xhp
msgctxt ""
-"cross_fading.xhp\n"
-"hd_id3149209\n"
-"20\n"
+"join_objects3d.xhp\n"
+"par_id3154702\n"
+"31\n"
"help.text"
-msgid "To cross-fade two objects:"
+msgid "Insert a 3D object from the <emph>3D Objects</emph> toolbar (for example, a cube)."
msgstr ""
-#: cross_fading.xhp
+#: join_objects3d.xhp
msgctxt ""
-"cross_fading.xhp\n"
-"par_id3150370\n"
-"45\n"
+"join_objects3d.xhp\n"
+"par_id3155335\n"
+"32\n"
"help.text"
-msgid "Hold down Shift and click each object."
+msgid "Insert a second slightly larger 3D object (for example, a sphere)."
msgstr ""
-#: cross_fading.xhp
+#: join_objects3d.xhp
msgctxt ""
-"cross_fading.xhp\n"
-"par_id3166428\n"
-"22\n"
+"join_objects3d.xhp\n"
+"par_id3148488\n"
+"33\n"
"help.text"
-msgid "Choose <emph>Edit - Cross-fading</emph>."
+msgid "Select the second 3D object (sphere) and choose <emph>Edit - Cut</emph>."
msgstr ""
-#: cross_fading.xhp
+#: join_objects3d.xhp
msgctxt ""
-"cross_fading.xhp\n"
-"par_id3156450\n"
-"44\n"
+"join_objects3d.xhp\n"
+"par_id3149211\n"
+"34\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."
+msgid "Double-click the first object (cube) to enter its group."
msgstr ""
-#: cross_fading.xhp
-msgctxt ""
-"cross_fading.xhp\n"
-"par_id3149405\n"
-"23\n"
-"help.text"
-msgid "Click <emph>OK</emph>."
-msgstr "დააწკაპუნეთ <emph>OK</emph>."
-
-#: cross_fading.xhp
+#: join_objects3d.xhp
msgctxt ""
-"cross_fading.xhp\n"
-"par_id3151240\n"
-"24\n"
+"join_objects3d.xhp\n"
+"par_id3154652\n"
+"35\n"
"help.text"
-msgid "A group containing the two original objects and the specified number (increments) of cross-faded objects is displayed."
+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 ""
-#: cross_fading.xhp
+#: join_objects3d.xhp
msgctxt ""
-"cross_fading.xhp\n"
-"par_id3159203\n"
+"join_objects3d.xhp\n"
+"par_id3155376\n"
+"36\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>"
+msgid "Double-click outside the group to exit the group."
msgstr ""
-#: cross_fading.xhp
+#: join_objects3d.xhp
msgctxt ""
-"cross_fading.xhp\n"
-"par_id3154766\n"
-"25\n"
+"join_objects3d.xhp\n"
+"par_id3148606\n"
+"38\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."
+msgid "You cannot intersect or subtract 3D objects."
msgstr ""
-#: cross_fading.xhp
+#: join_objects3d.xhp
msgctxt ""
-"cross_fading.xhp\n"
-"par_id3155760\n"
-"42\n"
+"join_objects3d.xhp\n"
+"par_id3154537\n"
+"39\n"
"help.text"
-msgid "<link href=\"text/simpress/01/02150000.xhp\" name=\"Editing - Cross-fading\">Editing - Cross-fading</link>"
+msgid "<link href=\"text/simpress/02/10090000.xhp\" name=\"Objects in 3D\">Objects in 3D</link>"
msgstr ""
-#: align_arrange.xhp
+#: keyboard.xhp
msgctxt ""
-"align_arrange.xhp\n"
+"keyboard.xhp\n"
"tit\n"
"help.text"
-msgid "Arranging, Aligning and Distributing Objects"
-msgstr "მოწესრიგება, გასწორება და ობიექტების განაწილება"
-
-#: 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
-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
-msgctxt ""
-"align_arrange.xhp\n"
-"hd_id3125863\n"
-"17\n"
-"help.text"
-msgid "Arranging Objects"
-msgstr "ობიექტების მოწესრიგება"
-
-#: 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
-msgctxt ""
-"align_arrange.xhp\n"
-"par_idN107D5\n"
-"help.text"
-msgid "Click the object whose position you want to change."
+msgid "Shortcut Keys for Drawing Objects"
msgstr ""
-#: 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
-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
-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
-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
-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
-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
-msgctxt ""
-"align_arrange.xhp\n"
-"hd_id3155766\n"
-"79\n"
-"help.text"
-msgid "Arranging an Object Behind Another Object"
-msgstr "ერთი ობიექტის მეორე ობიექტის უკან მოწესრიგება"
-
-#: align_arrange.xhp
+#: keyboard.xhp
msgctxt ""
-"align_arrange.xhp\n"
-"par_idN10811\n"
+"keyboard.xhp\n"
+"bm_id3155628\n"
"help.text"
-msgid "Click the object whose position you want to change."
+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 ""
-#: 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
-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
+#: keyboard.xhp
msgctxt ""
-"align_arrange.xhp\n"
-"hd_id3145789\n"
-"20\n"
+"keyboard.xhp\n"
+"hd_id3155628\n"
+"1\n"
"help.text"
-msgid "Reversing The Stacking Order of Two Objects"
+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 ""
-#: align_arrange.xhp
+#: keyboard.xhp
msgctxt ""
-"align_arrange.xhp\n"
-"par_id3154022\n"
-"83\n"
+"keyboard.xhp\n"
+"par_id3148663\n"
+"13\n"
"help.text"
-msgid "Shift-click both objects to select them."
-msgstr "ორივე ობიექტზე Shift-დაწკაპუნება მათი მონიშვნის მიზნით."
+msgid "You can create and edit drawing objects using the keyboard."
+msgstr ""
-#: align_arrange.xhp
+#: keyboard.xhp
msgctxt ""
-"align_arrange.xhp\n"
-"par_id3155114\n"
-"84\n"
+"keyboard.xhp\n"
+"hd_id3125863\n"
+"12\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> კონტექსტური მენიუს ზევით ატანის მიზნით და ამოირჩიეთ განლაგების ერთ-ერთი პარამეტრი:"
+msgid "To Create and Edit a Drawing Object"
+msgstr ""
-#: align_arrange.xhp
+#: keyboard.xhp
msgctxt ""
-"align_arrange.xhp\n"
-"hd_id3166425\n"
-"21\n"
+"keyboard.xhp\n"
+"par_id3153188\n"
+"11\n"
"help.text"
-msgid "Aligning Objects"
-msgstr "ობიექტების გასწორება"
+msgid "Press <item type=\"keycode\">F6</item> to navigate to the <emph>Drawing</emph> bar."
+msgstr ""
-#: align_arrange.xhp
+#: keyboard.xhp
msgctxt ""
-"align_arrange.xhp\n"
-"par_id3152994\n"
-"22\n"
+"keyboard.xhp\n"
+"par_id3146971\n"
+"10\n"
"help.text"
-msgid "The <emph>Alignment</emph> function enables you to align objects relative to each other or relative to the page."
+msgid "Press the <item type=\"keycode\">Right</item> arrow key until you reach the toolbar icon of a drawing tool."
msgstr ""
-#: align_arrange.xhp
+#: keyboard.xhp
msgctxt ""
-"align_arrange.xhp\n"
-"par_idN108A3\n"
+"keyboard.xhp\n"
+"par_idN106CD\n"
"help.text"
-msgid "Select an object to align it to the page or select multiple objects to align them relative to each other."
+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 ""
-#: align_arrange.xhp
+#: keyboard.xhp
msgctxt ""
-"align_arrange.xhp\n"
-"par_idN108A7\n"
+"keyboard.xhp\n"
+"par_id3147338\n"
+"8\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Modify - Alignment</item> and select one of the alignment options."
+msgid "Press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter</item>."
msgstr ""
-#: align_arrange.xhp
+#: keyboard.xhp
msgctxt ""
-"align_arrange.xhp\n"
-"par_idN108AE\n"
+"keyboard.xhp\n"
+"par_id3154705\n"
+"7\n"
"help.text"
-msgid "Distributing Objects"
-msgstr "ობიექტების განაწილება"
+msgid "The object is created at the center of the current document."
+msgstr ""
-#: align_arrange.xhp
+#: keyboard.xhp
msgctxt ""
-"align_arrange.xhp\n"
-"par_id3151390\n"
-"71\n"
+"keyboard.xhp\n"
+"par_id3155962\n"
+"6\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."
+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 ""
-#: align_arrange.xhp
+#: keyboard.xhp
msgctxt ""
-"align_arrange.xhp\n"
-"par_idN108CE\n"
+"keyboard.xhp\n"
+"par_id3155062\n"
+"5\n"
"help.text"
-msgid "Select three or more objects to be distributed."
-msgstr "მონიშნეთ სამი ან მეტი ობიექტი გავრცელების მიზნით."
+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 ""
-#: align_arrange.xhp
+#: keyboard.xhp
msgctxt ""
-"align_arrange.xhp\n"
-"par_idN108D2\n"
+"keyboard.xhp\n"
+"hd_id3150306\n"
+"4\n"
"help.text"
-msgid "Choose <item type=\"menuitem\">Modify - Distribution</item>."
-msgstr ""
+msgid "To Select an Object"
+msgstr "ობიექტის მონიშვნის მიზნით"
-#: align_arrange.xhp
+#: keyboard.xhp
msgctxt ""
-"align_arrange.xhp\n"
-"par_idN108DA\n"
+"keyboard.xhp\n"
+"par_id3152990\n"
+"3\n"
"help.text"
-msgid "Select the horizontal and vertical distribution option and click <emph>OK</emph>."
+msgid "Press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F6</item> to enter the document."
msgstr ""
-#: align_arrange.xhp
+#: keyboard.xhp
msgctxt ""
-"align_arrange.xhp\n"
-"par_id3150535\n"
-"72\n"
+"keyboard.xhp\n"
+"par_id3145587\n"
+"2\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."
+msgid "Press <item type=\"keycode\">Tab</item> until you reach the object you want to select."
msgstr ""
#: main.xhp
@@ -1744,409 +2041,106 @@ msgctxt ""
msgid "Miscellaneous"
msgstr "სხვადასხვა"
-#: color_define.xhp
+#: rotate_object.xhp
msgctxt ""
-"color_define.xhp\n"
+"rotate_object.xhp\n"
"tit\n"
"help.text"
-msgid "Defining Custom Colors"
-msgstr "მორგებული ფერების განსაზღვრა"
-
-#: 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
-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
-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 ""
+msgid "Rotating Objects"
+msgstr "ბრუნავი ობიექტები"
-#: color_define.xhp
+#: rotate_object.xhp
msgctxt ""
-"color_define.xhp\n"
-"hd_id3155600\n"
-"9\n"
+"rotate_object.xhp\n"
+"bm_id3154684\n"
"help.text"
-msgid "To define a custom color"
-msgstr "მორგებული ფერის განსაზღვრის მიზნით"
+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>"
-#: color_define.xhp
+#: rotate_object.xhp
msgctxt ""
-"color_define.xhp\n"
-"par_id3150327\n"
-"25\n"
+"rotate_object.xhp\n"
+"hd_id3154684\n"
+"12\n"
"help.text"
-msgid "Choose <emph>Format - Area</emph> and click the <emph>Colors</emph> tab. A table of the predefined colors is displayed."
+msgid "<variable id=\"rotate_object\"><link href=\"text/sdraw/guide/rotate_object.xhp\" name=\"Rotating Objects\">Rotating Objects</link></variable>"
msgstr ""
-#: color_define.xhp
+#: rotate_object.xhp
msgctxt ""
-"color_define.xhp\n"
-"par_id3154657\n"
+"rotate_object.xhp\n"
+"par_id3149262\n"
"13\n"
"help.text"
-msgid "Changes made to the standard color table are permanent and are saved automatically."
-msgstr ""
-
-#: 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
-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
-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
-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
-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
-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
-msgctxt ""
-"color_define.xhp\n"
-"par_id3153011\n"
-"19\n"
-"help.text"
-msgid "Do one of the following:"
-msgstr "შეასრულეთ ერთ-ერთი შემდეგი:"
-
-#: 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>."
+msgid "You can rotate an object around its default pivot point (center point) or a pivot point that you designate."
msgstr ""
-#: color_define.xhp
+#: rotate_object.xhp
msgctxt ""
-"color_define.xhp\n"
-"par_id3145116\n"
-"20\n"
+"rotate_object.xhp\n"
+"par_id3146975\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>."
+msgid "<image id=\"img_id3154729\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.564cm\" height=\"0.564cm\"><alt id=\"alt_id3154729\">Icon</alt></image>"
msgstr ""
-#: 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>"
-
-#: groups.xhp
-msgctxt ""
-"groups.xhp\n"
-"tit\n"
-"help.text"
-msgid "Grouping Objects"
-msgstr "ობიექტების დაჯგუფება"
-
-#: groups.xhp
+#: rotate_object.xhp
msgctxt ""
-"groups.xhp\n"
-"bm_id3150793\n"
+"rotate_object.xhp\n"
+"par_id3150716\n"
+"14\n"
"help.text"
-msgid "<bookmark_value>grouping; draw objects</bookmark_value><bookmark_value>draw objects; grouping</bookmark_value>"
+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 ""
-#: groups.xhp
+#: rotate_object.xhp
msgctxt ""
-"groups.xhp\n"
-"hd_id3150793\n"
-"26\n"
+"rotate_object.xhp\n"
+"par_id3149021\n"
+"69\n"
"help.text"
-msgid "<variable id=\"groups\"><link href=\"text/sdraw/guide/groups.xhp\" name=\"Grouping Objects\">Grouping Objects</link></variable>"
+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 ""
-#: groups.xhp
+#: rotate_object.xhp
msgctxt ""
-"groups.xhp\n"
-"par_id3153728\n"
-"27\n"
+"rotate_object.xhp\n"
+"par_id0930200803002335\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:"
+msgid "Hold down the Shift key to restrict the rotation to multiples of 15 degrees."
msgstr ""
-#: groups.xhp
+#: rotate_object.xhp
msgctxt ""
-"groups.xhp\n"
-"par_id3147434\n"
-"64\n"
+"rotate_object.xhp\n"
+"par_id0930200803002463\n"
"help.text"
-msgid "Temporary - group only lasts as long as all of the combined objects are selected."
+msgid "Right-click the object to open the context menu. Choose Position and Size - Rotation to enter an exact rotation value."
msgstr ""
-#: groups.xhp
+#: rotate_object.xhp
msgctxt ""
-"groups.xhp\n"
-"par_id3154490\n"
-"65\n"
+"rotate_object.xhp\n"
+"par_id3155962\n"
"help.text"
-msgid "Assigned - group lasts until it is ungrouped through a menu command."
+msgid "<image id=\"img_id3154023\" src=\"res/helpimg/rotieren.png\" width=\"5.424cm\" height=\"3.916cm\"><alt id=\"alt_id3154023\">Icon</alt></image>"
msgstr ""
-#: groups.xhp
+#: rotate_object.xhp
msgctxt ""
-"groups.xhp\n"
-"par_id3145252\n"
-"66\n"
+"rotate_object.xhp\n"
+"par_id3166424\n"
+"16\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."
+msgid "To change the pivot point, drag the small circle in the center of the object to a new location."
msgstr ""
-#: groups.xhp
+#: rotate_object.xhp
msgctxt ""
-"groups.xhp\n"
-"hd_id3150716\n"
+"rotate_object.xhp\n"
+"par_id3159236\n"
"28\n"
"help.text"
-msgid "To group objects:"
-msgstr "ობიექტების დაჯგუფების მიზნით:"
-
-#: 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
-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
-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
-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
-msgctxt ""
-"groups.xhp\n"
-"hd_id3150205\n"
-"55\n"
-"help.text"
-msgid "Selecting Objects in a Group"
-msgstr "ობიექტების ჯგუფში მონიშვნა"
-
-#: 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
-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
-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
-msgctxt ""
-"groups.xhp\n"
-"par_id3150213\n"
-"58\n"
-"help.text"
-msgid "To exit a group, double-click anywhere outside it."
-msgstr ""
-
-#: duplicate_object.xhp
-msgctxt ""
-"duplicate_object.xhp\n"
-"tit\n"
-"help.text"
-msgid "Duplicating Objects"
-msgstr "ობიექტების დუბლირება"
-
-#: 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>"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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>"
+msgid "To skew the object vertically or horizontally, drag one of the side handles."
msgstr ""
#: text_enter.xhp
diff --git a/source/ka/helpcontent2/source/text/shared.po b/source/ka/helpcontent2/source/text/shared.po
index 3eb29171fef..3c4bc788a73 100644
--- a/source/ka/helpcontent2/source/text/shared.po
+++ b/source/ka/helpcontent2/source/text/shared.po
@@ -3,8 +3,8 @@ 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: 2013-01-18 13:18+0100\n"
-"PO-Revision-Date: 2011-04-05 23:52+0200\n"
+"POT-Creation-Date: 2013-05-23 12:06+0200\n"
+"PO-Revision-Date: 2013-01-19 18:19+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ka\n"
@@ -14,203 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-
-#: main0212.xhp
-msgctxt ""
-"main0212.xhp\n"
-"tit\n"
-"help.text"
-msgid "Table Data Bar"
-msgstr "ცხრილის მონაცემების ზოლი"
-
-#: 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>"
-
-#: 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>"
-
-#: 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> ზოლზე გააქტიურდება."
-
-#: 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>"
-
-#: main0212.xhp
-msgctxt ""
-"main0212.xhp\n"
-"par_id3153360\n"
-"13\n"
-"help.text"
-msgid "Save Record"
-msgstr ""
-
-#: 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>"
-
-#: main0212.xhp
-msgctxt ""
-"main0212.xhp\n"
-"par_id3151382\n"
-"14\n"
-"help.text"
-msgid "Undo: Data Input"
-msgstr "უკუსვლა: მონაცემების შეტანა"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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 ""
-
-#: main0208.xhp
-msgctxt ""
-"main0208.xhp\n"
-"tit\n"
-"help.text"
-msgid "Status Bar in $[officename] Basic Documents"
-msgstr "სტატუსის ზოლი $[officename] ძირითად დოკუმენტში"
-
-#: 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>"
-
-#: 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] ძირითადი დოკუმენტის შესახებ."
-
-#: main0600.xhp
-msgctxt ""
-"main0600.xhp\n"
-"tit\n"
-"help.text"
-msgid "Programming $[officename]"
-msgstr "პროგრამირება $[officename]"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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] პროგრამის განვითარების კომპლექტი არის ხელმისაწვდომი პროგრამირების ინტერფეისისათვის."
-
-#: 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 ""
-
-#: 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-ი დაფუძნებული ძველ პროგრამირების ინტერფეისზე მიმდინარე ვერსიით აღარ იქნება მხარდაჭერილი."
-
-#: 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 ""
+"X-POOTLE-MTIME: 1358619584.0\n"
#: 3dsettings_toolbar.xhp
msgctxt ""
@@ -452,6 +256,320 @@ msgctxt ""
msgid "<ahelp hid=\".\">Opens the Extrusion Color toolbar.</ahelp>"
msgstr "<ahelp hid=\".\">ხსნის ექსრუზიის ფერის ხელსაწყოს ზოლს.</ahelp>"
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"tit\n"
+"help.text"
+msgid "Fontwork"
+msgstr "Fontwork"
+
+#: 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>"
+
+#: 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-ის ობიექტს"
+
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN1056D\n"
+"help.text"
+msgid "Fontwork Gallery"
+msgstr "Fontwork-ის გალერეა"
+
+#: 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 ""
+
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN10588\n"
+"help.text"
+msgid "Fontwork Shape"
+msgstr "Fontwork-ის ფორმა"
+
+#: 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 ""
+
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN105A6\n"
+"help.text"
+msgid "Fontwork Same Letter Heights"
+msgstr "Fontwork-ის მსგავსი ასოების სიმაღლე"
+
+#: 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 ""
+
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN105C1\n"
+"help.text"
+msgid "Fontwork Alignment"
+msgstr "Fontwork-ის სწორება"
+
+#: 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>"
+
+#: 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>"
+
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN105F3\n"
+"help.text"
+msgid "Fontwork Character Spacing"
+msgstr "Fontwork-ის სიმბოლოთა დაშორება"
+
+#: 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>"
+
+#: 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>"
+
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN1061D\n"
+"help.text"
+msgid "Custom"
+msgstr "ინდივიდუალური"
+
+#: 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>"
+
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN10638\n"
+"help.text"
+msgid "Value"
+msgstr "მნიშვნელობა"
+
+#: 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>"
+
+#: fontwork_toolbar.xhp
+msgctxt ""
+"fontwork_toolbar.xhp\n"
+"par_idN1064B\n"
+"help.text"
+msgid "Kern Character Pairs"
+msgstr "Kern-ის სიმბოლოთა წყვილები"
+
+#: 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 ""
+
+#: main0108.xhp
+msgctxt ""
+"main0108.xhp\n"
+"tit\n"
+"help.text"
+msgid "Help"
+msgstr "დახმარება"
+
+#: 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
+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
+msgctxt ""
+"main0108.xhp\n"
+"hd_id3147399\n"
+"5\n"
+"help.text"
+msgid "$[officename] Help"
+msgstr "$[officename]-ის დახმარება"
+
+#: 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
+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
+msgctxt ""
+"main0108.xhp\n"
+"par_idN10667\n"
+"help.text"
+msgid "%PRODUCTNAME Help"
+msgstr "%PRODUCTNAME დახმარება"
+
+#: main0108.xhp
+msgctxt ""
+"main0108.xhp\n"
+"hd_id2752763\n"
+"help.text"
+msgid "Send Feedback"
+msgstr ""
+
+#: main0108.xhp
+msgctxt ""
+"main0108.xhp\n"
+"par_id443534340\n"
+"help.text"
+msgid "<ahelp hid=\".uno:SendFeedback\">Opens a feedback form in the web browser, where users can report software bugs.</ahelp>"
+msgstr ""
+
+#: main0108.xhp
+msgctxt ""
+"main0108.xhp\n"
+"hd_id4153881\n"
+"7\n"
+"help.text"
+msgid "License Information"
+msgstr ""
+
+#: 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
+msgctxt ""
+"main0108.xhp\n"
+"hd_id5153881\n"
+"7\n"
+"help.text"
+msgid "%PRODUCTNAME Credits"
+msgstr ""
+
+#: 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
+msgctxt ""
+"main0108.xhp\n"
+"hd_id2926419\n"
+"help.text"
+msgid "<link href=\"text/shared/01/online_update.xhp\">Check for Updates</link>"
+msgstr ""
+
+#: main0108.xhp
+msgctxt ""
+"main0108.xhp\n"
+"par_id2783898\n"
+"help.text"
+msgid "<ahelp hid=\".\">Enable an Internet connection for %PRODUCTNAME. If you need a Proxy, check the %PRODUCTNAME Proxy settings in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet. Then choose Check for Updates to check for the availability of a newer version of your office suite.</ahelp>"
+msgstr ""
+
+#: main0108.xhp
+msgctxt ""
+"main0108.xhp\n"
+"hd_id3153881\n"
+"7\n"
+"help.text"
+msgid "About $[officename]"
+msgstr "$[officename]-ის შესახებ"
+
+#: 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>"
+
#: main0201.xhp
msgctxt ""
"main0201.xhp\n"
@@ -584,7 +702,6 @@ msgid "<ahelp hid=\".\">Inserts a spreadsheet as an OLE object. Enter or paste d
msgstr "<ahelp hid=\".\">სვავს ელექტრონულ ცხრილებს OLE ობიექტებად. შეიტანეთ ან ჩასვით მონაცემები უჯრებში, შემდეგ დააწკაპუნეთ ობიექტის გარეთ რათა დაბრუნდეთ Impress-ში.</ahelp>"
#: main0201.xhp
-#, fuzzy
msgctxt ""
"main0201.xhp\n"
"par_idN108C4\n"
@@ -656,236 +773,214 @@ msgctxt ""
msgid "What's this"
msgstr ""
-#: main0800.xhp
+#: main0204.xhp
msgctxt ""
-"main0800.xhp\n"
+"main0204.xhp\n"
"tit\n"
"help.text"
-msgid "$[officename] and the Internet"
-msgstr "$[officename]-ი და ინტერნეტი"
+msgid "Table Bar"
+msgstr "ცხრილის ზოლი"
-#: main0800.xhp
+#: main0204.xhp
msgctxt ""
-"main0800.xhp\n"
-"hd_id3153089\n"
-"1\n"
+"main0204.xhp\n"
+"hd_id3145587\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>"
+msgid "<link href=\"text/shared/main0204.xhp\" name=\"Table Bar\">Table Bar</link>"
+msgstr "<link href=\"text/swriter/main0204.xhp\" name=\"Table Bar\">ცხრილის ზოლი</link>"
-#: main0800.xhp
+#: main0204.xhp
msgctxt ""
-"main0800.xhp\n"
-"par_id3155150\n"
-"2\n"
+"main0204.xhp\n"
+"par_id3154252\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> თარგმნის ყველაზე მნიშვნელოვან პირობებს."
+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>"
-#: main0500.xhp
+#: main0204.xhp
msgctxt ""
-"main0500.xhp\n"
-"tit\n"
+"main0204.xhp\n"
+"hd_id319945759\n"
"help.text"
-msgid "Glossaries"
-msgstr "ლექსიკონები"
+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>"
-#: main0500.xhp
+#: main0204.xhp
msgctxt ""
-"main0500.xhp\n"
-"hd_id3156183\n"
-"1\n"
+"main0204.xhp\n"
+"hd_id3147592\n"
+"6\n"
"help.text"
-msgid "<link href=\"text/shared/main0500.xhp\" name=\"Glossaries\">Glossaries</link>"
-msgstr "<link href=\"text/shared/main0500.xhp\" name=\"Glossaries\">ლექსიკონები</link>"
+msgid "<link href=\"text/shared/01/05100100.xhp\" name=\"Merge Cells\">Merge Cells</link>"
+msgstr ""
-#: main0500.xhp
+#: main0204.xhp
msgctxt ""
-"main0500.xhp\n"
-"par_id3157898\n"
-"2\n"
+"main0204.xhp\n"
+"hd_id3147820\n"
+"9\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]-ში გამოყენებულ ტექნიკური პირობების ზოგად ლექსიკონს, ინტერნეტის პირობების სიასთან ერთად."
+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>"
-#: main0226.xhp
+#: main0204.xhp
msgctxt ""
-"main0226.xhp\n"
-"tit\n"
+"main0204.xhp\n"
+"hd_id3147231\n"
+"10\n"
"help.text"
-msgid "Form Design Toolbar"
-msgstr "ფორმის დიზაინის ხელსაწყოთა ზოლი"
+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>"
-#: main0226.xhp
+#: main0204.xhp
msgctxt ""
-"main0226.xhp\n"
-"hd_id3148520\n"
-"1\n"
+"main0204.xhp\n"
+"hd_id3134447820\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>"
+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>"
-#: main0226.xhp
+#: main0204.xhp
msgctxt ""
-"main0226.xhp\n"
-"par_id3155364\n"
-"2\n"
+"main0204.xhp\n"
+"par_id16200812240344\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 "დიზაინის რეჟიმში მუშაობისას ფორმის დიზაინის ხელსაწყოთა ზოლი გამოჩნდება მაშინვე როგორც კი თქვენ მონიშნავთ ფორმის ობიექტს."
+msgid "Opens the Table Design. Double-click a preview to insert a new table."
+msgstr ""
-#: main0226.xhp
+#: main0204.xhp
msgctxt ""
-"main0226.xhp\n"
-"hd_id3163802\n"
-"8\n"
+"main0204.xhp\n"
+"hd_id947820\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>"
+msgid "<link href=\"text/simpress/01/05090000m.xhp\" name=\"Table Properties\">Table Properties</link>"
+msgstr "<link href=\"text/swriter/01/05080000.xhp\" name=\"ობიექტის პარამეტრები\">ობიექტის პარამეტრები</link>"
-#: main0226.xhp
+#: main0208.xhp
msgctxt ""
-"main0226.xhp\n"
-"hd_id3150669\n"
-"4\n"
+"main0208.xhp\n"
+"tit\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>"
+msgid "Status Bar in $[officename] Basic Documents"
+msgstr "სტატუსის ზოლი $[officename] ძირითად დოკუმენტში"
-#: main0226.xhp
+#: main0208.xhp
msgctxt ""
-"main0226.xhp\n"
-"hd_id3147335\n"
-"5\n"
+"main0208.xhp\n"
+"hd_id3148520\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>"
+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>"
-#: main0226.xhp
-#, fuzzy
+#: main0208.xhp
msgctxt ""
-"main0226.xhp\n"
-"hd_id3156024\n"
-"6\n"
+"main0208.xhp\n"
+"par_id3154136\n"
+"2\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>"
+msgid "The <emph>Status</emph> Bar displays information about the current $[officename] Basic document."
+msgstr "<emph>სტატუსის</emph> ზოლი აჩვენებს ინფორმაციას მიმდინარე $[officename] ძირითადი დოკუმენტის შესახებ."
-#: main0226.xhp
+#: main0212.xhp
msgctxt ""
-"main0226.xhp\n"
-"hd_id3149295\n"
-"7\n"
+"main0212.xhp\n"
+"tit\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>"
+msgid "Table Data Bar"
+msgstr "ცხრილის მონაცემების ზოლი"
-#: main0226.xhp
-#, fuzzy
+#: main0212.xhp
msgctxt ""
-"main0226.xhp\n"
-"hd_id3150398\n"
-"9\n"
+"main0212.xhp\n"
+"hd_id3147102\n"
+"1\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>"
+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
+#: main0212.xhp
msgctxt ""
-"main0226.xhp\n"
-"hd_id3148798\n"
+"main0212.xhp\n"
+"par_id3153394\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>"
+msgid "<ahelp hid=\".\">Use the Table Data bar to control the data view. </ahelp>"
+msgstr "<ahelp hid=\".\">მონაცემების ხედის გასაკონტროლებლად გამოიყენეთ ცხრილის მონაცემების ზოლი.</ahelp>"
-#: main0226.xhp
+#: main0212.xhp
msgctxt ""
-"main0226.xhp\n"
-"par_id3145419\n"
+"main0212.xhp\n"
+"par_id3149346\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>"
-
-#: 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>"
+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> ზოლზე გააქტიურდება."
-#: main0650.xhp
+#: main0212.xhp
msgctxt ""
-"main0650.xhp\n"
-"tit\n"
+"main0212.xhp\n"
+"par_id3147303\n"
"help.text"
-msgid "Java Platform Support"
-msgstr "Java პლატფორმის მხარდაჭერა"
+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>"
-#: main0650.xhp
+#: main0212.xhp
msgctxt ""
-"main0650.xhp\n"
-"hd_id3153089\n"
-"1\n"
+"main0212.xhp\n"
+"par_id3153360\n"
+"13\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>"
+msgid "Save Record"
+msgstr "ჩანაწერის შენახვა"
-#: main0650.xhp
+#: main0212.xhp
msgctxt ""
-"main0650.xhp\n"
-"par_id3152363\n"
-"2\n"
+"main0212.xhp\n"
+"par_id3145173\n"
"help.text"
-msgid "$[officename] supports the Java platform for running applications and components based on the JavaBeans architecture."
-msgstr "$[officename]-ი მხარს უჭერს Java პლატფორმას javaBeans-ის არქიტექტურაზე დაფუძნებული პროგრამების, აპლეტებისა და კომპონენტების გაშვებაში."
+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>"
-#: main0650.xhp
+#: main0212.xhp
msgctxt ""
-"main0650.xhp\n"
-"par_id3154751\n"
-"3\n"
+"main0212.xhp\n"
+"par_id3151382\n"
+"14\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 ""
+msgid "Undo: Data Input"
+msgstr "უკუსვლა: მონაცემების შეტანა"
-#: main0650.xhp
+#: main0212.xhp
msgctxt ""
-"main0650.xhp\n"
-"par_id3155338\n"
-"4\n"
+"main0212.xhp\n"
+"par_idN10744\n"
"help.text"
-msgid "The Java platform support needs to be activated under $[officename] to run Java applications."
-msgstr "Java პლატფორმის მხარდაჭერას სჭირდება $[officename]-თი გააქტიურება რათა გაიშვას Java პროგრამები."
+msgid "<link href=\"text/shared/02/12070000.xhp\">Data to Text</link>"
+msgstr "<link href=\"text/shared/02/12070000.xhp\">Data to Text</link>"
-#: main0650.xhp
+#: main0212.xhp
msgctxt ""
-"main0650.xhp\n"
-"par_id3155892\n"
-"5\n"
+"main0212.xhp\n"
+"par_idN10753\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 ""
+msgid "<ahelp hid=\".\">Inserts all fields of the marked record into the current document at the cursor position.</ahelp>"
+msgstr "<ahelp hid=\".\">ჩასვავს კურსორის პოზიციისათვის მიმდინარე დოკუმენტში მონიშნული ჩანაწერის ყველა ველს.</ahelp>"
-#: main0650.xhp
+#: main0212.xhp
msgctxt ""
-"main0650.xhp\n"
-"par_id9116183\n"
+"main0212.xhp\n"
+"par_idN10780\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 ""
+msgid "<link href=\"text/swriter/01/mailmerge00.xhp\">Mail Merge</link>"
+msgstr "<link href=\"text/swriter/01/mailmerge00.xhp\">წერილთა გაერთიანება</link>"
-#: main0650.xhp
+#: main0212.xhp
msgctxt ""
-"main0650.xhp\n"
-"par_id3153822\n"
-"11\n"
+"main0212.xhp\n"
+"par_idN1078F\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>."
+msgid "<ahelp hid=\".\">Starts the Mail Merge Wizard to create form letters.</ahelp>"
msgstr ""
#: main0213.xhp
@@ -1003,7 +1098,6 @@ msgid "First Record"
msgstr "პირველი ჩანაწერი"
#: main0213.xhp
-#, fuzzy
msgctxt ""
"main0213.xhp\n"
"par_id3154013\n"
@@ -1030,7 +1124,6 @@ msgid "Previous Record"
msgstr "წინა ჩანაწერი"
#: main0213.xhp
-#, fuzzy
msgctxt ""
"main0213.xhp\n"
"par_id3145647\n"
@@ -1057,7 +1150,6 @@ msgid "Next Record"
msgstr "შემდეგი ჩანაწერი"
#: main0213.xhp
-#, fuzzy
msgctxt ""
"main0213.xhp\n"
"par_id3146913\n"
@@ -1084,7 +1176,6 @@ msgid "Last Record"
msgstr "ბოლო ჩანაწერი"
#: main0213.xhp
-#, fuzzy
msgctxt ""
"main0213.xhp\n"
"par_id3155337\n"
@@ -1108,10 +1199,9 @@ msgctxt ""
"14\n"
"help.text"
msgid "Save Record"
-msgstr ""
+msgstr "ჩანაწერის შენახვა"
#: main0213.xhp
-#, fuzzy
msgctxt ""
"main0213.xhp\n"
"par_id3150647\n"
@@ -1138,7 +1228,6 @@ msgid "Undo: Data entry"
msgstr "უკუსვლა: მონაცემთა ჩანაწერი"
#: main0213.xhp
-#, fuzzy
msgctxt ""
"main0213.xhp\n"
"par_id3166423\n"
@@ -1165,7 +1254,6 @@ msgid "New Record"
msgstr "ახალი ჩანაწერი"
#: main0213.xhp
-#, fuzzy
msgctxt ""
"main0213.xhp\n"
"par_id3149735\n"
@@ -1192,7 +1280,6 @@ msgid "Delete Record"
msgstr "ჩანაწერის წაშლა"
#: main0213.xhp
-#, fuzzy
msgctxt ""
"main0213.xhp\n"
"par_id3145584\n"
@@ -1227,485 +1314,165 @@ msgctxt ""
msgid "<link href=\"text/shared/02/12100100.xhp\" name=\"Sort\">Sort</link>"
msgstr "<link href=\"text/shared/02/12100100.xhp\" name=\"Sort\">სორტირება</link>"
-#: main0108.xhp
+#: main0214.xhp
msgctxt ""
-"main0108.xhp\n"
+"main0214.xhp\n"
"tit\n"
"help.text"
-msgid "Help"
-msgstr "დახმარება"
+msgid "Query Design Bar"
+msgstr "მოთხოვნის დიზაინის ზოლი"
-#: main0108.xhp
+#: main0214.xhp
msgctxt ""
-"main0108.xhp\n"
-"hd_id3155364\n"
+"main0214.xhp\n"
+"hd_id3159176\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>"
+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>"
-#: main0108.xhp
+#: main0214.xhp
msgctxt ""
-"main0108.xhp\n"
-"par_id3153990\n"
+"main0214.xhp\n"
+"par_id3150085\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
-msgctxt ""
-"main0108.xhp\n"
-"hd_id3147399\n"
-"5\n"
-"help.text"
-msgid "$[officename] Help"
-msgstr "$[officename]-ის დახმარება"
-
-#: 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
-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
-msgctxt ""
-"main0108.xhp\n"
-"par_idN10667\n"
-"help.text"
-msgid "%PRODUCTNAME Help"
-msgstr "%PRODUCTNAME დახმარება"
-
-#: main0108.xhp
-msgctxt ""
-"main0108.xhp\n"
-"hd_id2752763\n"
-"help.text"
-msgid "Send Feedback"
-msgstr ""
-
-#: main0108.xhp
-msgctxt ""
-"main0108.xhp\n"
-"par_id443534340\n"
-"help.text"
-msgid "<ahelp hid=\".uno:SendFeedback\">Opens a feedback form in the web browser, where users can report software bugs.</ahelp>"
-msgstr ""
-
-#: main0108.xhp
-msgctxt ""
-"main0108.xhp\n"
-"hd_id4153881\n"
-"7\n"
-"help.text"
-msgid "License Information"
-msgstr ""
-
-#: 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
-msgctxt ""
-"main0108.xhp\n"
-"hd_id5153881\n"
-"7\n"
-"help.text"
-msgid "%PRODUCTNAME Credits"
-msgstr ""
-
-#: 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
-msgctxt ""
-"main0108.xhp\n"
-"hd_id2926419\n"
-"help.text"
-msgid "<link href=\"text/shared/01/online_update.xhp\">Check for Updates</link>"
+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 ""
-#: main0108.xhp
+#: main0214.xhp
msgctxt ""
-"main0108.xhp\n"
-"par_id2783898\n"
+"main0214.xhp\n"
+"par_id3150276\n"
+"5\n"
"help.text"
-msgid "<ahelp hid=\".\">Enable an Internet connection for %PRODUCTNAME. If you need a Proxy, check the %PRODUCTNAME Proxy settings in <switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Internet. Then choose Check for Updates to check for the availability of a newer version of your office suite.</ahelp>"
-msgstr ""
+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> ჩანართში, გამოჩნდება შემდეგი ხატულა:"
-#: main0108.xhp
+#: main0214.xhp
msgctxt ""
-"main0108.xhp\n"
-"hd_id3153881\n"
-"7\n"
+"main0214.xhp\n"
+"hd_id3151384\n"
+"3\n"
"help.text"
-msgid "About $[officename]"
-msgstr "$[officename]-ის შესახებ"
+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>"
-#: main0108.xhp
+#: main0214.xhp
msgctxt ""
-"main0108.xhp\n"
-"par_id3144510\n"
-"8\n"
+"main0214.xhp\n"
+"par_id3151041\n"
+"4\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>"
+msgid "The following icon is on the <emph>SQL</emph> tab page:"
+msgstr "შემდეგი ხატულა არის <emph>SQL</emph> ჩანართში:"
-#: main0400.xhp
+#: main0226.xhp
msgctxt ""
-"main0400.xhp\n"
+"main0226.xhp\n"
"tit\n"
"help.text"
-msgid "Shortcut Keys"
-msgstr "მალსახმობი კლავიში"
+msgid "Form Design Toolbar"
+msgstr "ფორმის დიზაინის ხელსაწყოთა ზოლი"
-#: main0400.xhp
+#: main0226.xhp
msgctxt ""
-"main0400.xhp\n"
-"hd_id3149495\n"
+"main0226.xhp\n"
+"hd_id3148520\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>"
+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>"
-#: main0400.xhp
+#: main0226.xhp
msgctxt ""
-"main0400.xhp\n"
-"par_id3150040\n"
+"main0226.xhp\n"
+"par_id3155364\n"
"2\n"
"help.text"
-msgid "This section contains descriptions of frequently used shortcut keys in $[officename]."
-msgstr "ეს განყოფილება მოიცავს ხშირად გამოყენებად მალსახმობი კლავიშის განმარტებებს $[officename]-ში."
+msgid "The Form Design toolbar becomes visible as soon as you select a form object when working in the design mode."
+msgstr "დიზაინის რეჟიმში მუშაობისას ფორმის დიზაინის ხელსაწყოთა ზოლი გამოჩნდება მაშინვე როგორც კი თქვენ მონიშნავთ ფორმის ობიექტს."
-#: main0204.xhp
+#: main0226.xhp
msgctxt ""
-"main0204.xhp\n"
-"tit\n"
+"main0226.xhp\n"
+"hd_id3163802\n"
+"8\n"
"help.text"
-msgid "Table Bar"
-msgstr "ცხრილის ზოლი"
+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>"
-#: main0204.xhp
-#, fuzzy
+#: main0226.xhp
msgctxt ""
-"main0204.xhp\n"
-"hd_id3145587\n"
+"main0226.xhp\n"
+"hd_id3150669\n"
+"4\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>"
+msgid "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">Group</link>"
+msgstr "<link href=\"text/shared/01/05290100.xhp\" name=\"Group\">ჯგუფი</link>"
-#: main0204.xhp
-#, fuzzy
+#: main0226.xhp
msgctxt ""
-"main0204.xhp\n"
-"par_id3154252\n"
+"main0226.xhp\n"
+"hd_id3147335\n"
+"5\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>"
+msgid "<link href=\"text/shared/01/05290200.xhp\" name=\"Ungroup\">Ungroup</link>"
+msgstr "<link href=\"text/shared/01/05290200.xhp\" name=\"Ungroup\">განჯგუფება</link>"
-#: main0204.xhp
+#: main0226.xhp
msgctxt ""
-"main0204.xhp\n"
-"hd_id319945759\n"
+"main0226.xhp\n"
+"hd_id3156024\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>"
+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>"
-#: main0204.xhp
+#: main0226.xhp
msgctxt ""
-"main0204.xhp\n"
-"hd_id3147592\n"
-"6\n"
+"main0226.xhp\n"
+"hd_id3149295\n"
+"7\n"
"help.text"
-msgid "<link href=\"text/shared/01/05100100.xhp\" name=\"Merge Cells\">Merge Cells</link>"
-msgstr ""
+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>"
-#: main0204.xhp
+#: main0226.xhp
msgctxt ""
-"main0204.xhp\n"
-"hd_id3147820\n"
+"main0226.xhp\n"
+"hd_id3150398\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>"
+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>"
-#: main0204.xhp
+#: main0226.xhp
msgctxt ""
-"main0204.xhp\n"
-"hd_id3147231\n"
+"main0226.xhp\n"
+"hd_id3148798\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>"
-
-#: 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>"
-
-#: 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 ""
-
-#: 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>"
-
-#: fontwork_toolbar.xhp
-msgctxt ""
-"fontwork_toolbar.xhp\n"
-"tit\n"
-"help.text"
-msgid "Fontwork"
-msgstr "Fontwork"
-
-#: 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>"
-
-#: 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-ის ობიექტს"
-
-#: fontwork_toolbar.xhp
-msgctxt ""
-"fontwork_toolbar.xhp\n"
-"par_idN1056D\n"
-"help.text"
-msgid "Fontwork Gallery"
-msgstr "Fontwork-ის გალერეა"
-
-#: 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 ""
-
-#: fontwork_toolbar.xhp
-msgctxt ""
-"fontwork_toolbar.xhp\n"
-"par_idN10588\n"
-"help.text"
-msgid "Fontwork Shape"
-msgstr "Fontwork-ის ფორმა"
-
-#: 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 ""
-
-#: fontwork_toolbar.xhp
-msgctxt ""
-"fontwork_toolbar.xhp\n"
-"par_idN105A6\n"
-"help.text"
-msgid "Fontwork Same Letter Heights"
-msgstr "Fontwork-ის მსგავსი ასოების სიმაღლე"
-
-#: 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 ""
-
-#: fontwork_toolbar.xhp
-msgctxt ""
-"fontwork_toolbar.xhp\n"
-"par_idN105C1\n"
-"help.text"
-msgid "Fontwork Alignment"
-msgstr "Fontwork-ის სწორება"
-
-#: 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>"
-
-#: 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>"
-
-#: fontwork_toolbar.xhp
-msgctxt ""
-"fontwork_toolbar.xhp\n"
-"par_idN105F3\n"
-"help.text"
-msgid "Fontwork Character Spacing"
-msgstr "Fontwork-ის სიმბოლოთა დაშორება"
-
-#: 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>"
-
-#: 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>"
-
-#: fontwork_toolbar.xhp
-msgctxt ""
-"fontwork_toolbar.xhp\n"
-"par_idN1061D\n"
-"help.text"
-msgid "Custom"
-msgstr "ინდივიდუალური"
-
-#: 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>"
-
-#: fontwork_toolbar.xhp
-msgctxt ""
-"fontwork_toolbar.xhp\n"
-"par_idN10638\n"
-"help.text"
-msgid "Value"
-msgstr "მნიშვნელობა"
-
-#: 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>"
-
-#: fontwork_toolbar.xhp
-msgctxt ""
-"fontwork_toolbar.xhp\n"
-"par_idN1064B\n"
-"help.text"
-msgid "Kern Character Pairs"
-msgstr "Kern-ის სიმბოლოთა წყვილები"
-
-#: 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 ""
-
-#: main0214.xhp
-msgctxt ""
-"main0214.xhp\n"
-"tit\n"
-"help.text"
-msgid "Query Design Bar"
-msgstr "მოთხოვნის დიზაინის ზოლი"
-
-#: 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>"
-
-#: 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 ""
-
-#: 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> ჩანართში, გამოჩნდება შემდეგი ხატულა:"
+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>"
-#: main0214.xhp
+#: main0226.xhp
msgctxt ""
-"main0214.xhp\n"
-"hd_id3151384\n"
-"3\n"
+"main0226.xhp\n"
+"par_id3145419\n"
+"12\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>"
+msgid "<ahelp hid=\".uno:GridUse\">Specifies that you can move objects only between grid points.</ahelp>"
+msgstr "<ahelp hid=\".uno:GridUse\">აკონკრეტებს იმას რომ თქვენ შეგიძლიათ ამოძრაოთ ობიექტები მხოლოდ საკოორდინაციო ბადის წერტილების შორის.</ahelp>"
-#: main0214.xhp
+#: main0226.xhp
msgctxt ""
-"main0214.xhp\n"
-"par_id3151041\n"
-"4\n"
+"main0226.xhp\n"
+"hd_id3148920\n"
+"11\n"
"help.text"
-msgid "The following icon is on the <emph>SQL</emph> tab page:"
-msgstr "შემდეგი ხატულა არის <emph>SQL</emph> ჩანართში:"
+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>"
#: main0227.xhp
msgctxt ""
@@ -1757,7 +1524,7 @@ msgctxt ""
"42\n"
"help.text"
msgid "Edit Points"
-msgstr ""
+msgstr "წერტილების რედაქტირება"
#: main0227.xhp
msgctxt ""
@@ -1769,7 +1536,6 @@ msgid "The <link href=\"text/shared/01/05270000.xhp\" name=\"Edit Points\"><emph
msgstr "<link href=\"text/shared/01/05270000.xhp\" name=\"Edit Points\"><emph>Edit Points</emph></link> ხატულა საშუალებას გაძლევთ ჩართოთ ან გამორთოთ რედაქტირების რეჟიმი ბეზიეს ობიექტებისათვის. რედაქტირების რეჟიმში, სახატავი ობიექტების ინდივიდუალური წერტილები შეიძლება მოინიშნოს."
#: main0227.xhp
-#, fuzzy
msgctxt ""
"main0227.xhp\n"
"par_id3145366\n"
@@ -1784,7 +1550,7 @@ msgctxt ""
"44\n"
"help.text"
msgid "Edit Points"
-msgstr ""
+msgstr "წერტილების რედაქტირება"
#: main0227.xhp
msgctxt ""
@@ -1793,7 +1559,7 @@ msgctxt ""
"45\n"
"help.text"
msgid "Move Points"
-msgstr ""
+msgstr "წერტილების გადაადგილება"
#: main0227.xhp
msgctxt ""
@@ -1814,7 +1580,6 @@ msgid "Point at the curve between two points or within a closed curve and drag t
msgstr "მიუთითეთ მრუდზე ორ წერტილს შორის ან დახურული მრუდის ფარგლებში და გადათრიეთ მაუსი ისე სრული მრუდის ფორმის დარღვევის გარეშე."
#: main0227.xhp
-#, fuzzy
msgctxt ""
"main0227.xhp\n"
"par_id3154096\n"
@@ -1829,7 +1594,7 @@ msgctxt ""
"48\n"
"help.text"
msgid "Move Points"
-msgstr ""
+msgstr "წერტილების გადაადგილება"
#: main0227.xhp
msgctxt ""
@@ -1838,7 +1603,7 @@ msgctxt ""
"49\n"
"help.text"
msgid "Insert Points"
-msgstr ""
+msgstr "წერტილების ჩართვა"
#: main0227.xhp
msgctxt ""
@@ -1859,7 +1624,6 @@ msgid "If you wish to create a corner point you must first insert either a smoot
msgstr "თუ თქვენ გსურთ კუთხის წერტილის შექმნა თქვენ ჯერ უნდა ჩასვათ ან გლუვი ან სიმეტრიული წერტილი რომელიც მოხმარებაში გარდაიქმნება კუთხის წერტილად<emph>Corner Point</emph>."
#: main0227.xhp
-#, fuzzy
msgctxt ""
"main0227.xhp\n"
"par_id3153838\n"
@@ -1874,7 +1638,7 @@ msgctxt ""
"54\n"
"help.text"
msgid "Insert Points"
-msgstr ""
+msgstr "წერტილების ჩართვა"
#: main0227.xhp
msgctxt ""
@@ -1883,7 +1647,7 @@ msgctxt ""
"55\n"
"help.text"
msgid "Delete Points"
-msgstr ""
+msgstr "წერტილების წაშლა"
#: main0227.xhp
msgctxt ""
@@ -1904,7 +1668,6 @@ msgid "First select the points to be deleted, and then click this icon, or press
msgstr "წასაშლელად ჯერ მონიშნეთ წერტილები, და მერე დააწკაპუნეთ ხატუალს, ან დააჭირეთ წაშლას."
#: main0227.xhp
-#, fuzzy
msgctxt ""
"main0227.xhp\n"
"par_id3147321\n"
@@ -1919,7 +1682,7 @@ msgctxt ""
"58\n"
"help.text"
msgid "Delete Points"
-msgstr ""
+msgstr "წერტილების წაშლა"
#: main0227.xhp
msgctxt ""
@@ -1940,7 +1703,6 @@ msgid "<ahelp hid=\".uno:BezierCutLine\">The<emph> Split Curve </emph>icon split
msgstr "<ahelp hid=\".uno:BezierCutLine\">The<emph> Split Curve </emph>ხატულა ყოფს მრუდს. მონიშნეთ წერტილი ან წერტილები სადაც გსურთ მრუდის გაყოფა, შემდეგ დააწკაპუნეთ ხატულას</ahelp>."
#: main0227.xhp
-#, fuzzy
msgctxt ""
"main0227.xhp\n"
"par_id3153788\n"
@@ -1985,7 +1747,6 @@ msgid "If a certain section of the curve is straight, the end points of the line
msgstr "თუ მრუდის განსაზღვრული განყოფილება მართია, ზოლის თვითოეულ ბოლო წერტილს აქვს მაქსიმუმ ერთი კონტროლირებადი წერტილი. ისინი ვერ შეიცვლებიან მრგვალ წერტილებად იქამდე სანამ მართი ზოლი მრუდად უკან არის გარდაქმნილი."
#: main0227.xhp
-#, fuzzy
msgctxt ""
"main0227.xhp\n"
"par_id3158212\n"
@@ -2021,7 +1782,6 @@ msgid "<ahelp hid=\".uno:BezierEdge\">Converts the selected point or points into
msgstr "<ahelp hid=\".uno:BezierEdge\">გარდაქმნის მონიშნულ წერტილს ან წერტილებს კუთხის წერტილებად.</ahelp> კუთხის წერტილებს აქვთ ორი მოძრავი კონტროლირებადი წერტილი, რომლებიც ერთმანეთისაგან დამოუკიდებელნი არიან. გამრუდებული ხაზი შესაბამისად არ კვეთს კუთხის წერტილს თუმცა ქმნის კუთხეს."
#: main0227.xhp
-#, fuzzy
msgctxt ""
"main0227.xhp\n"
"par_id3154576\n"
@@ -2057,7 +1817,6 @@ msgid "<ahelp hid=\".uno:BezierSmooth\">Converts a corner point or symmetrical p
msgstr "<ahelp hid=\".uno:BezierSmooth\">გარდაქმნის კუთხის წერტილს ან გლუვ წეტილს სიმეტრიულ წერტილად.</ahelp> კუთხის წერტილის ორივე საკონტროლო წერტილები განლაგებულია პარალელურად და აქვთ ერთნაირი სიგრძე. მათი გადაადგილება შეიძლება მხოლოდ ერთდროულად. საკონტროლო წერტილები შეიძლება განისხვაოს სიგრძით, რაც საშუალებას გაძლევთ ცვალოთ მრუდის ხარისხი."
#: main0227.xhp
-#, fuzzy
msgctxt ""
"main0227.xhp\n"
"par_id3148813\n"
@@ -2093,7 +1852,6 @@ msgid "<ahelp hid=\".uno:BezierSymmetric\">This icon converts a corner point or
msgstr "<ahelp hid=\".uno:BezierSymmetric\">ეს ხატულა გარდაქმნის კუთხის წერტილს ან გლუვ წეტილს სიმეტრიულ წერტილად.</ahelp> კუთხის წერტილის ორივე საკონტროლო წერტილები განლაგებული პარალელურად და აქვთ ერთნაირი სიგრძე. მათი გადაადგილება შეიძლება მხოლოდ ერთდროულად და იმ შემთხვევაშუ თუ მრუდის დახრილობის ხარისხი ერთნაირია ორივე მიმართულებით."
#: main0227.xhp
-#, fuzzy
msgctxt ""
"main0227.xhp\n"
"par_id3153818\n"
@@ -2129,7 +1887,6 @@ msgid "<ahelp hid=\".uno:BezierClose\">Closes a line or a curve.</ahelp> A line
msgstr "<ahelp hid=\".uno:BezierClose\">ხაზის ან მრუდის დახურვა.</ahelp> ხაზი დახურულია ბოლო წერტილის პირველ წერტილთან დაკავშირებით, აღნიშნული გადიდებული კვადრატით."
#: main0227.xhp
-#, fuzzy
msgctxt ""
"main0227.xhp\n"
"par_id3154344\n"
@@ -2165,7 +1922,6 @@ msgid "<ahelp hid=\".uno:BezierEliminatePoints\">Marks the current point or the
msgstr ""
#: main0227.xhp
-#, fuzzy
msgctxt ""
"main0227.xhp\n"
"par_id3148970\n"
@@ -2181,3 +1937,221 @@ msgctxt ""
"help.text"
msgid "Eliminate Points"
msgstr ""
+
+#: main0400.xhp
+msgctxt ""
+"main0400.xhp\n"
+"tit\n"
+"help.text"
+msgid "Shortcut Keys"
+msgstr "მალსახმობი კლავიში"
+
+#: 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>"
+
+#: 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]-ში."
+
+#: main0500.xhp
+msgctxt ""
+"main0500.xhp\n"
+"tit\n"
+"help.text"
+msgid "Glossaries"
+msgstr "ლექსიკონები"
+
+#: 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>"
+
+#: 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]-ში გამოყენებულ ტექნიკური პირობების ზოგად ლექსიკონს, ინტერნეტის პირობების სიასთან ერთად."
+
+#: main0600.xhp
+msgctxt ""
+"main0600.xhp\n"
+"tit\n"
+"help.text"
+msgid "Programming $[officename]"
+msgstr "პროგრამირება $[officename]"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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] პროგრამის განვითარების კომპლექტი არის ხელმისაწვდომი პროგრამირების ინტერფეისისათვის."
+
+#: 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 ""
+
+#: 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-ი დაფუძნებული ძველ პროგრამირების ინტერფეისზე მიმდინარე ვერსიით აღარ იქნება მხარდაჭერილი."
+
+#: 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 ""
+
+#: main0650.xhp
+msgctxt ""
+"main0650.xhp\n"
+"tit\n"
+"help.text"
+msgid "Java Platform Support"
+msgstr "Java პლატფორმის მხარდაჭერა"
+
+#: 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>"
+
+#: 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-ის არქიტექტურაზე დაფუძნებული პროგრამების, აპლეტებისა და კომპონენტების გაშვებაში."
+
+#: 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 ""
+
+#: 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 პროგრამები."
+
+#: 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] - Advanced\">$[officename] - Advanced</link></emph>."
+msgstr ""
+
+#: 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 - Advanced, and click the Class Path button. After you add the path information, restart %PRODUCTNAME."
+msgstr ""
+
+#: 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] - Advanced</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 ""
+
+#: main0800.xhp
+msgctxt ""
+"main0800.xhp\n"
+"tit\n"
+"help.text"
+msgid "$[officename] and the Internet"
+msgstr "$[officename]-ი და ინტერნეტი"
+
+#: 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>"
+
+#: 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> თარგმნის ყველაზე მნიშვნელოვან პირობებს."
diff --git a/source/ka/helpcontent2/source/text/shared/00.po b/source/ka/helpcontent2/source/text/shared/00.po
index 94d0f9804a6..0726054ecdb 100644
--- a/source/ka/helpcontent2/source/text/shared/00.po
+++ b/source/ka/helpcontent2/source/text/shared/00.po
@@ -1,808 +1,1765 @@
-#
+#. extracted from helpcontent2/source/text/shared/00
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-12-10 11:44+0100\n"
+"POT-Creation-Date: 2013-05-23 12:06+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"
+"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
+"X-Accelerator-Marker: ~\n"
-#: 00000407.xhp
+#: 00000001.xhp
msgctxt ""
-"00000407.xhp\n"
+"00000001.xhp\n"
"tit\n"
"help.text"
-msgid "Window Menu"
-msgstr "სარკმლის მენიუ"
+msgid "Frequently-Used Buttons"
+msgstr ""
-#: 00000407.xhp
+#: 00000001.xhp
msgctxt ""
-"00000407.xhp\n"
-"hd_id3154349\n"
+"00000001.xhp\n"
+"hd_id3152952\n"
"1\n"
"help.text"
-msgid "Window Menu"
-msgstr "სარკმლის მენიუ"
+msgid "Frequently-Used Buttons"
+msgstr ""
-#: 00000407.xhp
-#, fuzzy
+#: 00000001.xhp
msgctxt ""
-"00000407.xhp\n"
-"par_id3083278\n"
+"00000001.xhp\n"
+"hd_id3147617\n"
+"4\n"
+"help.text"
+msgid "Cancel"
+msgstr "გაუქმება"
+
+#: 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
+msgctxt ""
+"00000001.xhp\n"
+"hd_id2341685\n"
+"help.text"
+msgid "Finish"
+msgstr ""
+
+#: 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
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3147477\n"
+"39\n"
+"help.text"
+msgid "Toolbars"
+msgstr ""
+
+#: 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
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3152414\n"
+"79\n"
+"help.text"
+msgid "Spin button"
+msgstr ""
+
+#: 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
+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
+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
+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
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3154232\n"
+"76\n"
+"help.text"
+msgid "Convert"
+msgstr "კონვერტაცია"
+
+#: 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
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3145129\n"
+"42\n"
+"help.text"
+msgid "Context Menu"
+msgstr ""
+
+#: 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
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3149180\n"
+"24\n"
+"help.text"
+msgid "Delete"
+msgstr "წაშლა"
+
+#: 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
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3147557\n"
+"45\n"
+"help.text"
+msgid "Delete"
+msgstr "წაშლა"
+
+#: 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
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3148620\n"
"6\n"
"help.text"
-msgid "<variable id=\"window\">Choose <emph>Window - New Window</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgid "Metrics"
+msgstr "მეტრული"
-#: 00000407.xhp
+#: 00000001.xhp
msgctxt ""
-"00000407.xhp\n"
-"par_id3154545\n"
-"13\n"
+"00000001.xhp\n"
+"par_id3145345\n"
+"7\n"
"help.text"
-msgid "<variable id=\"liste\">Choose <emph>Window</emph> - List of open documents</variable>"
+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 ""
-#: 00000099.xhp
+#: 00000001.xhp
msgctxt ""
-"00000099.xhp\n"
-"tit\n"
+"00000001.xhp\n"
+"hd_id3155535\n"
+"8\n"
"help.text"
-msgid "See also..."
-msgstr "იხილეთ აგრეთვე..."
+msgid "Close"
+msgstr "დახურვა"
-#: 00000099.xhp
+#: 00000001.xhp
msgctxt ""
-"00000099.xhp\n"
-"hd_id3147527\n"
-"1\n"
+"00000001.xhp\n"
+"par_id3147008\n"
+"9\n"
"help.text"
-msgid "<variable id=\"siehe\">See also... </variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
+msgid "<ahelp hid=\".\">Closes the dialog and saves all changes.</ahelp>"
+msgstr ""
-#: 00000099.xhp
+#: 00000001.xhp
msgctxt ""
-"00000099.xhp\n"
-"par_id3143206\n"
+"00000001.xhp\n"
+"hd_id3147275\n"
+"57\n"
+"help.text"
+msgid "Close"
+msgstr "დახურვა"
+
+#: 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
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3156113\n"
+"16\n"
+"help.text"
+msgid "Apply"
+msgstr "გააქტიურება"
+
+#: 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
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3153760\n"
+"47\n"
+"help.text"
+msgid "Shrink / Maximize"
+msgstr "ჩაკეცვა / გაშლა"
+
+#: 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
+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
+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
+msgctxt ""
+"00000001.xhp\n"
+"par_id3153321\n"
+"50\n"
+"help.text"
+msgid "Shrink"
+msgstr "ჩაკეცვა"
+
+#: 00000001.xhp
+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
+msgctxt ""
+"00000001.xhp\n"
+"par_id3155628\n"
+"51\n"
+"help.text"
+msgid "Maximize"
+msgstr "გაშლა"
+
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3156192\n"
+"34\n"
+"help.text"
+msgid "Preview Field"
+msgstr "წინასწარი დათვალიერების ველი"
+
+#: 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
+msgctxt ""
+"00000001.xhp\n"
+"hd_id3145609\n"
+"70\n"
+"help.text"
+msgid "Next"
+msgstr "შემდეგი"
+
+#: 00000001.xhp
+msgctxt ""
+"00000001.xhp\n"
+"par_id3152473\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>"
+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 ""
-#: 00000099.xhp
+#: 00000001.xhp
msgctxt ""
-"00000099.xhp\n"
-"par_id3156069\n"
-"83\n"
+"00000001.xhp\n"
+"hd_id3149670\n"
+"13\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."
+msgid "Back"
+msgstr "უკან"
+
+#: 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 ""
-#: 00000099.xhp
+#: 00000001.xhp
msgctxt ""
-"00000099.xhp\n"
-"par_id3149662\n"
-"84\n"
+"00000001.xhp\n"
+"hd_id3148755\n"
+"59\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."
+msgid "Reset"
msgstr ""
-#: 00000099.xhp
+#: 00000001.xhp
msgctxt ""
-"00000099.xhp\n"
-"par_id3154408\n"
-"85\n"
+"00000001.xhp\n"
+"par_id3149651\n"
+"60\n"
"help.text"
-msgid "<variable id=\"winmanager\">The availability of this function depends on your X Window Manager. </variable>"
+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 ""
-#: 00000099.xhp
+#: 00000001.xhp
msgctxt ""
-"00000099.xhp\n"
-"par_idN10632\n"
+"00000001.xhp\n"
+"hd_id3143278\n"
+"18\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>"
+msgid "Reset"
msgstr ""
-#: 00000099.xhp
+#: 00000001.xhp
msgctxt ""
-"00000099.xhp\n"
-"par_idN10665\n"
+"00000001.xhp\n"
+"par_id3150791\n"
+"19\n"
"help.text"
-msgid "<ahelp hid=\".uno:HelpTip\">Enables the display of icon names at the mouse pointer and other Help contents.</ahelp>"
+msgid "<ahelp hid=\"HID_TABDLG_RESET_BTN\">Resets modified values back to the default values.</ahelp>"
msgstr ""
-#: 00000099.xhp
+#: 00000001.xhp
msgctxt ""
-"00000099.xhp\n"
-"par_idN1067C\n"
+"00000001.xhp\n"
+"par_id3154331\n"
+"20\n"
"help.text"
-msgid "<ahelp hid=\".uno:ActiveHelp\">Enables the display of a brief description of menus and icons at the mouse pointer.</ahelp>"
+msgid "A confirmation query does not appear. If you confirm the dialog with OK all settings in this dialog are reset."
msgstr ""
-#: 00000099.xhp
+#: 00000001.xhp
msgctxt ""
-"00000099.xhp\n"
-"par_id6200750\n"
+"00000001.xhp\n"
+"hd_id3145173\n"
+"10\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."
+msgid "Standard"
msgstr ""
-#: 00000011.xhp
+#: 00000001.xhp
msgctxt ""
-"00000011.xhp\n"
-"tit\n"
+"00000001.xhp\n"
+"par_id3154153\n"
+"11\n"
"help.text"
-msgid "Menu Commands"
+msgid "<ahelp hid=\"HID_TABDLG_STANDARD_BTN\">Resets the values visible in the dialog back to the default installation values.</ahelp>"
msgstr ""
-#: 00000011.xhp
+#: 00000001.xhp
msgctxt ""
-"00000011.xhp\n"
-"hd_id3156045\n"
-"4\n"
+"00000001.xhp\n"
+"par_id3154299\n"
+"12\n"
"help.text"
-msgid "Menu Commands"
+msgid "A confirmation does not appear before the defaults are reloaded."
msgstr ""
-#: 00000011.xhp
+#: 00000001.xhp
msgctxt ""
-"00000011.xhp\n"
-"par_id3150838\n"
-"5\n"
+"00000001.xhp\n"
+"hd_id3147502\n"
+"72\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."
+msgid "Back"
+msgstr "უკან"
+
+#: 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 ""
-#: 00000011.xhp
+#: 00000001.xhp
msgctxt ""
-"00000011.xhp\n"
-"par_id3156027\n"
-"3\n"
+"00000001.xhp\n"
+"hd_id3147352\n"
+"52\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."
+msgid "More"
+msgstr "დამატებით"
+
+#: 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 ""
-#: 00000010.xhp
+#: 00000001.xhp
msgctxt ""
-"00000010.xhp\n"
-"tit\n"
+"00000001.xhp\n"
+"par_id3161659\n"
+"41\n"
"help.text"
-msgid "Context Menus"
+msgid "<variable id=\"siehe\">See also the following functions: </variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგრეთვე შემდეგი ფუნქციები: </variable>"
+
+#: 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 ""
-#: 00000010.xhp
+#: 00000001.xhp
msgctxt ""
-"00000010.xhp\n"
-"hd_id3160447\n"
-"1\n"
+"00000001.xhp\n"
+"par_id3163714\n"
+"56\n"
"help.text"
-msgid "Context Menus"
+msgid "<variable id=\"wahr\">If an error occurs, the function returns a logical or numerical value. </variable>"
+msgstr "<variable id=\"wahr\">თუ მოხდა შეცდომა, ფუნქცია დააბრუნებს ლოგიკურ ან ციფრულ მნიშვნელობას. </variable>"
+
+#: 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
+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 ""
-#: 00000010.xhp
+#: 00000001.xhp
msgctxt ""
-"00000010.xhp\n"
-"hd_id3148765\n"
-"45\n"
+"00000001.xhp\n"
+"par_id9345377\n"
"help.text"
-msgid "Cut"
+msgid "<variable id=\"ShiftF1\">Press Shift+F1 and point to a control to learn more about that control. </variable>"
msgstr ""
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"par_id3153383\n"
-"46\n"
+"00000002.xhp\n"
+"tit\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>."
+msgid "Glossary of Internet Terms"
+msgstr "ინტერნეტ ტერმინების სიტყვანი"
+
+#: 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>"
+
+#: 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>"
+
+#: 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 ""
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"hd_id3156069\n"
-"68\n"
+"00000002.xhp\n"
+"hd_id3153146\n"
+"36\n"
"help.text"
-msgid "Paste"
+msgid "Frames"
+msgstr "ჩარჩოები"
+
+#: 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 ""
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"par_id3154896\n"
-"69\n"
+"00000002.xhp\n"
+"hd_id3147077\n"
+"43\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."
+msgid "FTP"
+msgstr "FTP"
+
+#: 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 ""
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"hd_id3149948\n"
-"76\n"
+"00000002.xhp\n"
+"bm_id3145609\n"
"help.text"
-msgid "Insert"
-msgstr "ჩასმა"
+msgid "<bookmark_value>HTML; definition</bookmark_value>"
+msgstr "<bookmark_value>HTML; განსაზღვრება</bookmark_value>"
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"par_id3147588\n"
-"77\n"
+"00000002.xhp\n"
+"hd_id3145609\n"
+"56\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."
+msgid "HTML"
+msgstr "HTML"
+
+#: 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 ""
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"par_id3146130\n"
-"78\n"
+"00000002.xhp\n"
+"par_id3154346\n"
+"58\n"
"help.text"
-msgid "If you have selected an object in your document, then a new insertion will replace the selected object."
+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 ""
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"hd_id3145829\n"
-"79\n"
+"00000002.xhp\n"
+"par_id3153960\n"
+"244\n"
"help.text"
-msgid "Background"
-msgstr "ფონი"
+msgid "There are several references on the Internet providing an introduction to the HTML language."
+msgstr ""
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"par_id3149180\n"
-"80\n"
+"00000002.xhp\n"
+"hd_id3147423\n"
+"59\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."
+msgid "HTTP"
+msgstr "HTTP"
+
+#: 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 ""
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"hd_id3153049\n"
-"87\n"
+"00000002.xhp\n"
+"bm_id3149290\n"
"help.text"
-msgid "Copy"
+msgid "<bookmark_value>hyperlinks; definition</bookmark_value>"
+msgstr "<bookmark_value>ბმულები; განსაზღვრება</bookmark_value>"
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3149290\n"
+"61\n"
+"help.text"
+msgid "Hyperlink"
+msgstr "ბმული"
+
+#: 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 ""
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"par_id3150774\n"
-"88\n"
+"00000002.xhp\n"
+"par_id3156281\n"
+"63\n"
"help.text"
-msgid "<ahelp hid=\"SID_EXPLORERCONTENT_COPY\" visibility=\"visible\">Copies the selected element to the clipboard.</ahelp>"
+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 ""
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"hd_id3148620\n"
-"91\n"
+"00000002.xhp\n"
+"bm_id3152805\n"
"help.text"
-msgid "Delete"
+msgid "<bookmark_value>ImageMap; definition</bookmark_value>"
+msgstr "<bookmark_value>იმიჯმეფი; განსაზღვრება</bookmark_value>"
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3152805\n"
+"64\n"
+"help.text"
+msgid "ImageMap"
+msgstr "იმიჯმეფი"
+
+#: 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 ""
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"par_id3154317\n"
-"92\n"
+"00000002.xhp\n"
+"par_id3153178\n"
+"66\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>"
+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 ""
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"par_id3155941\n"
-"190\n"
+"00000002.xhp\n"
+"par_id3150740\n"
+"67\n"
"help.text"
-msgid "The object is either physically deleted from the data carrier or the object display is removed, depending on context."
+msgid "As ImageMaps can be used in different ways, they can be stored in different formats."
msgstr ""
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"par_id3150506\n"
-"192\n"
+"00000002.xhp\n"
+"hd_id3146874\n"
+"68\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."
+msgid "ImageMap Formats"
+msgstr "იმიჯმეფის ფორმატები"
+
+#: 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 ""
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"hd_id3150443\n"
-"136\n"
+"00000002.xhp\n"
+"bm_id3152881\n"
"help.text"
-msgid "Open"
-msgstr "გახსნა"
+msgid "<bookmark_value>Server Side ImageMap</bookmark_value>"
+msgstr "<bookmark_value>სერვერული იმიჯმეფი</bookmark_value>"
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"par_id3149149\n"
-"137\n"
+"00000002.xhp\n"
+"hd_id3152881\n"
+"70\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>"
+msgid "Server Side ImageMaps"
+msgstr "სერვერული იმიჯმეფები"
+
+#: 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 ""
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"hd_id3149732\n"
-"165\n"
+"00000002.xhp\n"
+"par_id3147502\n"
+"72\n"
"help.text"
-msgid "Rename"
-msgstr "გადარქმევა"
+msgid "W3C (CERN) HTTP Server (Format type: MAP - CERN)"
+msgstr "W3C (CERN) HTTP სერვერი (ფომეტის ტიპი: MAP - CERN)"
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"par_id3149797\n"
-"166\n"
+"00000002.xhp\n"
+"par_id3154011\n"
+"73\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."
+msgid "NCSA HTTP Server (Format type: MAP - NCSA)"
+msgstr "NCSA HTTP სერვერი (ფორმატის ტიპი: MAP - NCSA)"
+
+#: 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 ""
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"hd_id3155434\n"
-"317\n"
+"00000002.xhp\n"
+"bm_id3152418\n"
"help.text"
-msgid "Update"
-msgstr "განახლება"
+msgid "<bookmark_value>Client Side ImageMap</bookmark_value>"
+msgstr "<bookmark_value>კლიენტის იმიჯმეფი</bookmark_value>"
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"par_id3154898\n"
-"318\n"
+"00000002.xhp\n"
+"hd_id3152418\n"
+"75\n"
"help.text"
-msgid "<ahelp hid=\"HID_GALLERY_ACTUALIZE\" visibility=\"visible\">Updates the view in the window or in the selected object.</ahelp>"
+msgid "Client Side ImageMap"
+msgstr "კლიენტის იმიჯმეფი"
+
+#: 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 ""
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"hd_id3147573\n"
+"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 ""
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"bm_id3159125\n"
+"help.text"
+msgid "<bookmark_value>Java; definition</bookmark_value>"
+msgstr "<bookmark_value>Java; განსაზღვრება</bookmark_value>"
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3159125\n"
+"92\n"
+"help.text"
+msgid "Java"
+msgstr "Java"
+
+#: 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 ""
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"bm_id3159153\n"
+"help.text"
+msgid "<bookmark_value>plug-ins; definition</bookmark_value>"
+msgstr "<bookmark_value>დანამატი; განსაზღვრება</bookmark_value>"
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3159153\n"
+"107\n"
+"help.text"
+msgid "Plug-In"
+msgstr "დანამატი"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3168608\n"
"172\n"
"help.text"
-msgid "Preview"
+msgid "Plug-Ins in $[officename]"
+msgstr "დანამატები $[officename]-ში"
+
+#: 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 ""
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"par_id3155583\n"
-"173\n"
+"00000002.xhp\n"
+"hd_id3148387\n"
+"177\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."
+msgid "Using Plug-Ins to extend your programs"
+msgstr "გამოიყენეთ დანამატები თქვენი პროგრამის შესაძლებლობების გასაზრდელად"
+
+#: 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 ""
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"hd_id3157809\n"
-"319\n"
+"00000002.xhp\n"
+"par_id3149958\n"
+"115\n"
"help.text"
-msgid "Create Link"
-msgstr "ბმულის შექმნა"
+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 ""
-#: 00000010.xhp
+#: 00000002.xhp
msgctxt ""
-"00000010.xhp\n"
-"par_id3153716\n"
-"320\n"
+"00000002.xhp\n"
+"par_id3149420\n"
+"179\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."
+msgid "Any Netscape plug-ins (32 bit) installed on your system are automatically recognized by $[officename]."
msgstr ""
-#: 00000200.xhp
-#, fuzzy
+#: 00000002.xhp
msgctxt ""
-"00000200.xhp\n"
-"tit\n"
+"00000002.xhp\n"
+"hd_id3145647\n"
+"127\n"
"help.text"
-msgid "Graphics Export Options"
-msgstr "გრაფიკული გამოტანა"
+msgid "Proxy"
+msgstr "პროქსი"
-#: 00000200.xhp
-#, fuzzy
+#: 00000002.xhp
msgctxt ""
-"00000200.xhp\n"
-"hd_id3150127\n"
+"00000002.xhp\n"
+"par_id3148455\n"
+"128\n"
"help.text"
-msgid "Graphics Export Options"
-msgstr "გრაფიკული გამოტანა"
+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 ""
-#: 00000200.xhp
-#, fuzzy
+#: 00000002.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id3160463\n"
+"00000002.xhp\n"
+"bm_id3154729\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"visible\">Defines graphics export options.</ahelp>"
-msgstr "<ahelp hid=\"\" visibility=\"visible\">განსაზღვრეთ თქვენი სავიზიტო ბარათის იერსახე.</ahelp>"
+msgid "<bookmark_value>SGML; definition</bookmark_value>"
+msgstr "<bookmark_value>SGML; განსაზღვრება</bookmark_value>"
-#: 00000200.xhp
+#: 00000002.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id1\n"
+"00000002.xhp\n"
+"hd_id3154729\n"
+"229\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."
+msgid "SGML"
+msgstr "SGML"
+
+#: 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 ""
-#: 00000200.xhp
+#: 00000002.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id2\n"
+"00000002.xhp\n"
+"par_id3148747\n"
+"231\n"
"help.text"
-msgid "The following file types do not show an options dialog: PWP, RAS, SVG, TIFF, XPM."
+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 ""
-#: 00000200.xhp
+#: 00000002.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id3\n"
+"00000002.xhp\n"
+"bm_id3153950\n"
"help.text"
-msgid "The other file types show options dialogs where you can set the width and height of the exported image."
+msgid "<bookmark_value>search engines; definition</bookmark_value>"
+msgstr "<bookmark_value>საძიებო სისტემები; განსაზღვრება</bookmark_value>"
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3153950\n"
+"138\n"
+"help.text"
+msgid "Search Engines"
+msgstr "საძიებო ძრავები"
+
+#: 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 ""
-#: 00000200.xhp
+#: 00000002.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id4\n"
+"00000002.xhp\n"
+"bm_id3150751\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."
+msgid "<bookmark_value>tags; definition</bookmark_value>"
+msgstr "<bookmark_value>ტეგები; განსაზღვრება</bookmark_value>"
+
+#: 00000002.xhp
+msgctxt ""
+"00000002.xhp\n"
+"hd_id3150751\n"
+"141\n"
+"help.text"
+msgid "Tags"
+msgstr "ტეგები"
+
+#: 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 ""
-#: 00000200.xhp
-#, fuzzy
+#: 00000002.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id388\n"
+"00000002.xhp\n"
+"bm_id3153766\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies the measurement units.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
+msgid "<bookmark_value>URL; definition</bookmark_value>"
+msgstr "<bookmark_value>URL; განსაზრვრება</bookmark_value>"
-#: 00000200.xhp
+#: 00000002.xhp
msgctxt ""
-"00000200.xhp\n"
-"hd_id3151330\n"
+"00000002.xhp\n"
+"hd_id3153766\n"
+"145\n"
"help.text"
-msgid "Width"
-msgstr "სიგანე"
+msgid "URL"
+msgstr "URL"
-#: 00000200.xhp
-#, fuzzy
+#: 00000002.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id3154561\n"
+"00000002.xhp\n"
+"par_id3152931\n"
+"146\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"visible\">Specifies the width.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
+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 ""
-#: 00000200.xhp
+#: 00000003.xhp
msgctxt ""
-"00000200.xhp\n"
-"hd_id3156027\n"
+"00000003.xhp\n"
+"tit\n"
"help.text"
-msgid "Height"
+msgid "Conversion of measurement units"
msgstr ""
-#: 00000200.xhp
-#, fuzzy
+#: 00000003.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id3147226\n"
+"00000003.xhp\n"
+"bm_id3147543\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"visible\">Specifies the height.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
+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>"
-#: 00000200.xhp
+#: 00000003.xhp
msgctxt ""
-"00000200.xhp\n"
-"hd_id3150944\n"
+"00000003.xhp\n"
+"hd_id3147543\n"
+"1\n"
"help.text"
-msgid "Resolution"
-msgstr "გარჩევადობა"
+msgid "Conversion of measurement units"
+msgstr ""
-#: 00000200.xhp
-#, fuzzy
+#: 00000003.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id3150129\n"
+"00000003.xhp\n"
+"par_idN1069F\n"
"help.text"
-msgid "<ahelp hid=\".\">Enter the image resolution. Select the measurement units from the list box.</ahelp>"
-msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
+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 ""
-#: 00000200.xhp
+#: 00000003.xhp
msgctxt ""
-"00000200.xhp\n"
-"hd_id3143534\n"
+"00000003.xhp\n"
+"par_idN106A2\n"
"help.text"
-msgid "More options"
+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 ""
-#: 00000200.xhp
+#: 00000003.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id10\n"
+"00000003.xhp\n"
+"par_idN106AD\n"
"help.text"
-msgid "For JPEG files you can set the color depth and the quality."
+msgid "In input boxes for length units you can also add the unit abbreviation according to the following list:"
msgstr ""
-#: 00000200.xhp
-#, fuzzy
+#: 00000003.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id435923952\n"
+"00000003.xhp\n"
+"par_idN106BA\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>"
+msgid "Unit abbreviation"
+msgstr "მოდულის შემოკლება"
-#: 00000200.xhp
+#: 00000003.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id355152952\n"
+"00000003.xhp\n"
+"par_idN106C0\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>"
+msgid "Explanation"
+msgstr "ახსნა"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN106C7\n"
+"help.text"
+msgid "mm"
msgstr ""
-#: 00000200.xhp
+#: 00000003.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id355152953\n"
+"00000003.xhp\n"
+"par_idN106CD\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>"
+msgid "Millimeter"
msgstr ""
-#: 00000200.xhp
+#: 00000003.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id11\n"
+"00000003.xhp\n"
+"par_idN106D4\n"
"help.text"
-msgid "For BMP files you can set the compression and the RLE encoding."
+msgid "cm"
msgstr ""
-#: 00000200.xhp
-#, fuzzy
+#: 00000003.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id312346798\n"
+"00000003.xhp\n"
+"par_idN106DA\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Applies RLE (Run Length Encoding) to the BMP graphics.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">მონიშნეთ ეს ხატულა დიაგრამების სანახავად.</ahelp>"
+msgid "Centimeter"
+msgstr ""
-#: 00000200.xhp
+#: 00000003.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id12\n"
+"00000003.xhp\n"
+"par_idN106E1\n"
"help.text"
-msgid "For PBM, PGM, and PPM files you can set the encoding."
+msgid "in or \""
+msgstr "ან \""
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN106E7\n"
+"help.text"
+msgid "Inch"
msgstr ""
-#: 00000200.xhp
-#, fuzzy
+#: 00000003.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id344441\n"
+"00000003.xhp\n"
+"par_idN106EE\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>"
+msgid "pi"
+msgstr "პი"
-#: 00000200.xhp
-#, fuzzy
+#: 00000003.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id3555783\n"
+"00000003.xhp\n"
+"par_idN106F4\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>"
+msgid "Pica"
+msgstr ""
-#: 00000200.xhp
+#: 00000003.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id13\n"
+"00000003.xhp\n"
+"par_idN106FB\n"
"help.text"
-msgid "For PNG files you can set the compression and the interlaced mode."
+msgid "pt"
msgstr ""
-#: 00000200.xhp
-#, fuzzy
+#: 00000003.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id35674840\n"
+"00000003.xhp\n"
+"par_idN10701\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>"
+msgid "Point"
+msgstr ""
-#: 00000200.xhp
+#: 00000003.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id14\n"
+"00000003.xhp\n"
+"par_idN10704\n"
"help.text"
-msgid "For GIF files you can set the transparency and the interlaced mode."
+msgid "The following formulas convert the units:"
+msgstr "შემდეგი ფორმულები გარდაქმნიან მოდულებს:"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN1070A\n"
+"help.text"
+msgid "1 cm = 10 mm"
+msgstr "1 სმ = 10 მმ"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN1070E\n"
+"help.text"
+msgid "1 inch = 2.54 cm"
+msgstr "1 დიუმი = 2.54 სმ"
+
+#: 00000003.xhp
+msgctxt ""
+"00000003.xhp\n"
+"par_idN10712\n"
+"help.text"
+msgid "1 inch = 6 Pica = 72 Point"
+msgstr "1 დიუმი = 6 პიკა = 72 პოინტ"
+
+#: 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 ""
-#: 00000200.xhp
+#: 00000003.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id31456456938\n"
+"00000003.xhp\n"
+"par_idN1074C\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>"
+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 ""
-#: 00000200.xhp
+#: 00000004.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id15\n"
+"00000004.xhp\n"
+"tit\n"
"help.text"
-msgid "For EPS files you can set the preview, the color format, the compression, and the version."
+msgid "To access this command..."
+msgstr "ბრძანებაზე წვდომისათვის..."
+
+#: 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>"
+
+#: 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>"
+
+#: 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 ""
-#: 00000200.xhp
+#: 00000004.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id3147779948\n"
+"00000004.xhp\n"
+"par_id3154689\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>"
+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
+msgctxt ""
+"00000004.xhp\n"
+"par_id3146067\n"
+"46\n"
+"help.text"
+msgid "Font Color"
msgstr ""
-#: 00000200.xhp
-#, fuzzy
+#: 00000004.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id993155271\n"
+"00000004.xhp\n"
+"par_id3157898\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>"
+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>"
-#: 00000200.xhp
+#: 00000004.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id993144740\n"
-"30\n"
+"00000004.xhp\n"
+"par_id3149893\n"
+"7\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>"
+msgid "Font Color"
msgstr ""
-#: 00000200.xhp
-#, fuzzy
+#: 00000004.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id993150935\n"
+"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>"
+
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3150693\n"
+"8\n"
+"help.text"
+msgid "Line spacing: 1"
+msgstr "სტრიქონთაშორისი დაშორება: 1"
+
+#: 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>"
+
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3154173\n"
+"9\n"
+"help.text"
+msgid "Line spacing: 1.5"
+msgstr "სტრიქონთაშორისი დაშორება: 1.5"
+
+#: 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>"
+
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3152824\n"
+"10\n"
+"help.text"
+msgid "Line spacing: 2"
+msgstr "სტრიქონთაშორისი დაშორება: 2"
+
+#: 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>"
+
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3145121\n"
+"11\n"
+"help.text"
+msgid "Superscript"
+msgstr "ზედა რეგისტრი"
+
+#: 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>"
+
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3151385\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>"
+msgid "Subscript"
+msgstr "ქვედა რეგისტრი"
-#: 00000200.xhp
-#, fuzzy
+#: 00000004.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id993159201\n"
-"14\n"
+"00000004.xhp\n"
+"par_id3148550\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>"
+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>"
-#: 00000200.xhp
-#, fuzzy
+#: 00000004.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id319947250\n"
+"00000004.xhp\n"
+"par_id3152772\n"
+"15\n"
+"help.text"
+msgid "Line Style"
+msgstr "ხაზის სტილი"
+
+#: 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>"
+
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3149290\n"
+"16\n"
+"help.text"
+msgid "Line Color"
+msgstr "ხაზის ფერი"
+
+#: 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>"
+
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3163044\n"
+"17\n"
+"help.text"
+msgid "Line Width"
+msgstr "ხაზის სიგრძე"
+
+#: 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>"
+
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3150650\n"
"18\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Exports the file in color.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
+msgid "Area Style / Filling"
+msgstr "არეს სტილი / შევსება"
-#: 00000200.xhp
-#, fuzzy
+#: 00000004.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id993147088\n"
+"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>"
+
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3148557\n"
"20\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Exports the file in grayscale tones.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
+msgid "Align Top"
+msgstr "სწორება ზევით"
-#: 00000200.xhp
-#, fuzzy
+#: 00000004.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id399153683\n"
-"24\n"
+"00000004.xhp\n"
+"par_id3146923\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>"
+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>"
-#: 00000200.xhp
-#, fuzzy
+#: 00000004.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id319952780\n"
-"26\n"
+"00000004.xhp\n"
+"par_id3149287\n"
+"21\n"
"help.text"
-msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies that you do not wish to use compression.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">მონიშნეთ ეს ხატულა სათაურების სანახავად.</ahelp>"
+msgid "Align Bottom"
+msgstr "სწორება ქვევით"
-#: 00000200.xhp
+#: 00000004.xhp
msgctxt ""
-"00000200.xhp\n"
-"par_id3147250\n"
+"00000004.xhp\n"
+"par_id3153097\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."
+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>"
+
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3150873\n"
+"22\n"
+"help.text"
+msgid "Align Center Vertically"
+msgstr "სწორება ცენტრში ვერიკალურად"
+
+#: 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>"
+
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3147418\n"
+"27\n"
+"help.text"
+msgid "Apply"
+msgstr "გააქტიურება"
+
+#: 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>"
+
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3148617\n"
+"28\n"
+"help.text"
+msgid "Cancel"
+msgstr "გაუქმება"
+
+#: 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>"
+
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3145800\n"
+"30\n"
+"help.text"
+msgid "Up One Level"
msgstr ""
-#: 00000408.xhp
+#: 00000004.xhp
msgctxt ""
-"00000408.xhp\n"
-"tit\n"
+"00000004.xhp\n"
+"par_id3149412\n"
"help.text"
-msgid "Help Menu"
+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>"
+
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3154064\n"
+"48\n"
+"help.text"
+msgid "Create New Directory"
msgstr ""
-#: 00000408.xhp
+#: 00000004.xhp
msgctxt ""
-"00000408.xhp\n"
-"hd_id3154689\n"
-"1\n"
+"00000004.xhp\n"
+"par_id3153221\n"
"help.text"
-msgid "Help Menu"
+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>"
+
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3145646\n"
+"39\n"
+"help.text"
+msgid "Up One Level"
msgstr ""
-#: 00000408.xhp
-#, fuzzy
+#: 00000004.xhp
msgctxt ""
-"00000408.xhp\n"
-"par_id3150960\n"
-"2\n"
+"00000004.xhp\n"
+"par_id3151320\n"
"help.text"
-msgid "<variable id=\"content\">Choose <emph>Help - Contents</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+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>"
-#: 00000408.xhp
+#: 00000004.xhp
msgctxt ""
-"00000408.xhp\n"
-"par_id3147240\n"
-"14\n"
+"00000004.xhp\n"
+"par_id3153005\n"
+"40\n"
"help.text"
-msgid "<variable id=\"infoanwendung\">Choose <emph>Help - About </emph><emph>%PRODUCTNAME</emph></variable>"
+msgid "Create New Folder"
msgstr ""
-#: 00000408.xhp
+#: 00000004.xhp
msgctxt ""
-"00000408.xhp\n"
-"par_id3151387\n"
-"15\n"
+"00000004.xhp\n"
+"par_id3156361\n"
"help.text"
-msgid "Automatically after <item type=\"productname\">%PRODUCTNAME</item> is first started."
+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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3147339\n"
+"37\n"
+"help.text"
+msgid "Open File"
msgstr ""
-#: 00000408.xhp
+#: 00000004.xhp
msgctxt ""
-"00000408.xhp\n"
-"par_id3153808\n"
-"16\n"
+"00000004.xhp\n"
+"par_id3151189\n"
"help.text"
-msgid "Choose <emph>Help - Registration</emph> (this is a direct link to an external website)"
+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>"
+
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3149109\n"
+"38\n"
+"help.text"
+msgid "Save As"
+msgstr "დაიმახსოვრე როგორც"
+
+#: 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>"
+
+#: 00000004.xhp
+msgctxt ""
+"00000004.xhp\n"
+"par_id3155336\n"
+"76\n"
+"help.text"
+msgid "Export Directly as PDF"
msgstr ""
#: 00000005.xhp
@@ -1025,7 +1982,6 @@ msgid "If you format a document without Styles, it is referred to as \"direct\"
msgstr ""
#: 00000005.xhp
-#, fuzzy
msgctxt ""
"00000005.xhp\n"
"par_id3147287\n"
@@ -1652,2894 +2608,2179 @@ msgctxt ""
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 ""
-#: 00040500.xhp
+#: 00000007.xhp
msgctxt ""
-"00040500.xhp\n"
+"00000007.xhp\n"
"tit\n"
"help.text"
-msgid "Format Menu"
+msgid "Toolbars"
msgstr ""
-#: 00040500.xhp
+#: 00000007.xhp
msgctxt ""
-"00040500.xhp\n"
-"hd_id3150347\n"
+"00000007.xhp\n"
+"hd_id3155620\n"
"1\n"
"help.text"
-msgid "Format Menu"
+msgid "Toolbars"
msgstr ""
-#: 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
+#: 00000007.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3153244\n"
-"9\n"
+"00000007.xhp\n"
+"par_id3152823\n"
+"4\n"
"help.text"
-msgid "Choose <emph>Format - Character</emph>"
-msgstr ""
+msgid "<variable id=\"werkzeugleiste\">Icon on the Tools bar: </variable>"
+msgstr "<variable id=\"werkzeugleiste\">ხატულა ხელსაწყოთა ზოლზე: </variable>"
-#: 00040500.xhp
+#: 00000007.xhp
msgctxt ""
-"00040500.xhp\n"
+"00000007.xhp\n"
"par_id3152352\n"
-"10\n"
+"5\n"
"help.text"
-msgid "On <emph>Text Formatting</emph> Bar (with cursor in object), click"
-msgstr ""
+msgid "<variable id=\"textobjektleiste\">Icon on the Formatting Bar: </variable>"
+msgstr "<variable id=\"textobjektleiste\">ხატულა ფორმატირების ზოლზე: </variable>"
-#: 00040500.xhp
-#, fuzzy
+#: 00000007.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3148998\n"
+"00000007.xhp\n"
+"par_id3151370\n"
+"7\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>"
+msgid "<variable id=\"objektleiste\">Icon on the Formatting Bar: </variable>"
+msgstr "<variable id=\"diaobjektleiste\">ხატულა სლაიდების ხედვის ზოლზე: </variable>"
-#: 00040500.xhp
+#: 00000007.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3149999\n"
-"11\n"
+"00000007.xhp\n"
+"par_id3149748\n"
+"9\n"
"help.text"
-msgid "Character"
-msgstr "სიმბოლო"
+msgid "<variable id=\"diaobjektleiste\">Icon on the Slide View Bar: </variable>"
+msgstr "<variable id=\"diaobjektleiste\">ხატულა სლაიდების ხედვის ზოლზე: </variable>"
-#: 00040500.xhp
+#: 00000007.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3153935\n"
-"12\n"
+"00000007.xhp\n"
+"par_id3156553\n"
+"10\n"
"help.text"
-msgid "Choose <emph>Format - Character - Font</emph> tab"
+msgid "<variable id=\"symbolleistenneu\">This overview describes the default toolbar configuration for $[officename].</variable>"
msgstr ""
-#: 00040500.xhp
+#: 00000007.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3157958\n"
-"14\n"
+"00000007.xhp\n"
+"par_id3153551\n"
+"11\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 ""
+msgid "Asian Language Support"
+msgstr "აზიური ენის მხარდაჭერა"
-#: 00040500.xhp
+#: 00000007.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3155338\n"
-"16\n"
+"00000007.xhp\n"
+"par_id3156326\n"
+"12\n"
"help.text"
-msgid "Open context menu of a row header in a database table - choose <emph>Table Format - Font</emph> tab"
+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 ""
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3150355\n"
-"18\n"
+"00000010.xhp\n"
+"tit\n"
"help.text"
-msgid "Choose <emph>Format - Title - Character</emph> tab (Chart documents)"
+msgid "Context Menus"
msgstr ""
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3149812\n"
-"19\n"
+"00000010.xhp\n"
+"hd_id3160447\n"
+"1\n"
"help.text"
-msgid "Choose <emph>Format - Legend - Character</emph> tab (Chart documents)"
+msgid "Context Menus"
msgstr ""
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3153717\n"
-"20\n"
+"00000010.xhp\n"
+"hd_id3148765\n"
+"45\n"
"help.text"
-msgid "Choose <emph>Format - Axis - Character</emph> tab (Chart documents)"
-msgstr ""
+msgid "Cut"
+msgstr "ამოჭრა"
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3154749\n"
-"17\n"
+"00000010.xhp\n"
+"par_id3153383\n"
+"46\n"
"help.text"
-msgid "Choose <emph>Format - Cell - Font</emph> tab (spreadsheets)"
+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 ""
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3156306\n"
-"199\n"
+"00000010.xhp\n"
+"hd_id3156069\n"
+"68\n"
"help.text"
-msgid "Menu <emph>Format - Page - Header/Footer</emph> - <emph>Edit</emph> button (spreadsheets)"
-msgstr ""
+msgid "Paste"
+msgstr "ჩასმა"
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3155829\n"
-"21\n"
+"00000010.xhp\n"
+"par_id3154896\n"
+"69\n"
"help.text"
-msgid "Choose <emph>Format - Character - Font Effects</emph> tab"
+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 ""
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3149819\n"
-"23\n"
+"00000010.xhp\n"
+"hd_id3149948\n"
+"76\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 ""
+msgid "Insert"
+msgstr "ჩასმა"
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3159176\n"
-"200\n"
+"00000010.xhp\n"
+"par_id3147588\n"
+"77\n"
"help.text"
-msgid "Menu <emph>Format - Page - Header/Footer</emph> - <emph>Edit</emph> button (spreadsheets)"
+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 ""
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3153541\n"
-"181\n"
+"00000010.xhp\n"
+"par_id3146130\n"
+"78\n"
"help.text"
-msgid "Choose <emph>Format - Character - Position</emph> tab"
+msgid "If you have selected an object in your document, then a new insertion will replace the selected object."
msgstr ""
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3159256\n"
-"183\n"
+"00000010.xhp\n"
+"hd_id3145829\n"
+"79\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 ""
+msgid "Background"
+msgstr "ფონი"
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3151385\n"
-"201\n"
+"00000010.xhp\n"
+"par_id3149180\n"
+"80\n"
"help.text"
-msgid "Menu <emph>Format - Page - Header/Footer</emph> - <emph>Edit</emph> button (spreadsheets)"
+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 ""
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3148550\n"
-"186\n"
+"00000010.xhp\n"
+"hd_id3153049\n"
+"87\n"
"help.text"
-msgid "Choose <emph>Format - Character - Asian Layout</emph> tab"
-msgstr ""
+msgid "Copy"
+msgstr "ასლი"
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3152811\n"
-"188\n"
+"00000010.xhp\n"
+"par_id3150774\n"
+"88\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"
+msgid "<ahelp hid=\"SID_EXPLORERCONTENT_COPY\" visibility=\"visible\">Copies the selected element to the clipboard.</ahelp>"
msgstr ""
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3153524\n"
-"190\n"
+"00000010.xhp\n"
+"hd_id3148620\n"
+"91\n"
"help.text"
-msgid "Choose <emph>Format - Paragraph - Asian Typography</emph> tab (not in HTML)"
-msgstr ""
+msgid "Delete"
+msgstr "წაშლა"
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3154366\n"
-"191\n"
+"00000010.xhp\n"
+"par_id3154317\n"
+"92\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cell - Asian Typography</emph> tab </caseinline></switchinline>"
+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 ""
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3148742\n"
-"193\n"
+"00000010.xhp\n"
+"par_id3155941\n"
+"190\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"
+msgid "The object is either physically deleted from the data carrier or the object display is removed, depending on context."
msgstr ""
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3148922\n"
-"26\n"
+"00000010.xhp\n"
+"par_id3150506\n"
+"192\n"
"help.text"
-msgid "Choose <emph>Format - Character - Hyperlink</emph> tab"
+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 ""
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3149169\n"
-"29\n"
+"00000010.xhp\n"
+"hd_id3150443\n"
+"136\n"
"help.text"
-msgid "Choose <emph>Format - Paragraph</emph>"
-msgstr ""
+msgid "Open"
+msgstr "გახსნა"
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3151381\n"
-"30\n"
+"00000010.xhp\n"
+"par_id3149149\n"
+"137\n"
"help.text"
-msgid "On <emph>Text Formatting</emph> bar (with cursor in object), click"
+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 ""
-#: 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
-msgctxt ""
-"00040500.xhp\n"
-"par_id3147299\n"
-"31\n"
-"help.text"
-msgid "Paragraph"
-msgstr "აბზაცი"
-
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3147289\n"
-"4\n"
+"00000010.xhp\n"
+"hd_id3149732\n"
+"165\n"
"help.text"
-msgid "Choose <emph>Format - Paragraph - Alignment</emph> tab"
-msgstr ""
+msgid "Rename"
+msgstr "გადარქმევა"
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3147352\n"
-"179\n"
+"00000010.xhp\n"
+"par_id3149797\n"
+"166\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"
+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 ""
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3154640\n"
-"32\n"
+"00000010.xhp\n"
+"hd_id3155434\n"
+"317\n"
"help.text"
-msgid "Choose <emph>Format - Paragraph - Indents & Spacing</emph> tab"
-msgstr ""
+msgid "Update"
+msgstr "განახლება"
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3152463\n"
-"34\n"
+"00000010.xhp\n"
+"par_id3154898\n"
+"318\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"
+msgid "<ahelp hid=\"HID_GALLERY_ACTUALIZE\" visibility=\"visible\">Updates the view in the window or in the selected object.</ahelp>"
msgstr ""
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3154319\n"
-"39\n"
+"00000010.xhp\n"
+"hd_id3147573\n"
+"172\n"
"help.text"
-msgid "Choose <emph>Format - Paragraph - Tabs</emph> tab"
-msgstr ""
+msgid "Preview"
+msgstr "ესკიზი"
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3154833\n"
-"41\n"
+"00000010.xhp\n"
+"par_id3155583\n"
+"173\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"
+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 ""
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3159155\n"
-"43\n"
+"00000010.xhp\n"
+"hd_id3157809\n"
+"319\n"
"help.text"
-msgid "Double-click the ruler"
-msgstr "დააწკაპუნეთ ორჯერ სახაზავზე"
+msgid "Create Link"
+msgstr "ბმულის შექმნა"
-#: 00040500.xhp
+#: 00000010.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_idN109E2\n"
+"00000010.xhp\n"
+"par_id3153716\n"
+"320\n"
"help.text"
-msgid "(all options only in Writer or Calc)"
+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 ""
-#: 00040500.xhp
+#: 00000011.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3156105\n"
-"44\n"
+"00000011.xhp\n"
+"tit\n"
"help.text"
-msgid "Choose <emph>Format - Paragraph - Borders</emph> tab"
+msgid "Menu Commands"
msgstr ""
-#: 00040500.xhp
+#: 00000011.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3154149\n"
-"45\n"
+"00000011.xhp\n"
+"hd_id3156045\n"
+"4\n"
"help.text"
-msgid "Choose <emph>Format - Picture - Borders</emph> tab"
+msgid "Menu Commands"
msgstr ""
-#: 00040500.xhp
+#: 00000011.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3163822\n"
-"48\n"
+"00000011.xhp\n"
+"par_id3150838\n"
+"5\n"
"help.text"
-msgid "Choose <emph>Format - Frame/Object - Borders</emph> tab"
+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 ""
-#: 00040500.xhp
+#: 00000011.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3150048\n"
-"51\n"
+"00000011.xhp\n"
+"par_id3156027\n"
+"3\n"
"help.text"
-msgid "Choose <emph>Format - Page - Borders</emph> tab"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3149911\n"
-"53\n"
+"00000020.xhp\n"
+"tit\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"
+msgid "About Import and Export Filters"
msgstr ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3150094\n"
-"54\n"
+"00000020.xhp\n"
+"bm_id3152952\n"
"help.text"
-msgid "Choose <emph>Format - Page - Header - More</emph> button"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3154501\n"
-"55\n"
+"00000020.xhp\n"
+"hd_id3152952\n"
+"1\n"
"help.text"
-msgid "Choose <emph>Format - Page - Footer - More</emph> button"
+msgid "About Import and Export Filters"
msgstr ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3148455\n"
-"56\n"
+"00000020.xhp\n"
+"par_id3143272\n"
+"2\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cells - Borders</emph> tab </caseinline></switchinline>"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3155915\n"
-"177\n"
+"00000020.xhp\n"
+"par_id3152414\n"
+"3\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>"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3159130\n"
-"178\n"
+"00000020.xhp\n"
+"hd_id3148668\n"
+"238\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Menu<emph> Format - Page - Border - Spacing to contents</emph></caseinline></switchinline>"
-msgstr ""
+msgid "Basic Macros in MS Office Documents"
+msgstr "საბაზო მაკროები MS Office-ის დოკუმენტებში"
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3155853\n"
-"57\n"
+"00000020.xhp\n"
+"par_id3156211\n"
+"239\n"
"help.text"
-msgid "Choose <emph>Format - Paragraph - Background</emph> tab"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3147330\n"
-"58\n"
+"00000020.xhp\n"
+"hd_id3154232\n"
+"5\n"
"help.text"
-msgid "Choose <emph>Format - Character - Background</emph> tab"
-msgstr ""
+msgid "Notes regarding external formats and file types"
+msgstr "შენიშვნები გარე ფორმატების და ფაილების ტიპების შესახებ"
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3149486\n"
-"59\n"
+"00000020.xhp\n"
+"par_id3154230\n"
+"226\n"
"help.text"
-msgid "Choose <emph>Format - Picture - Background</emph> tab"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3150592\n"
-"61\n"
+"00000020.xhp\n"
+"par_id3149999\n"
+"200\n"
"help.text"
-msgid "Choose <emph>Format - Frame/Object - Background</emph> tab"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3151321\n"
-"65\n"
+"00000020.xhp\n"
+"hd_id3156027\n"
+"7\n"
"help.text"
-msgid "Choose <emph>Format - Page - Background</emph> tab"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3154510\n"
-"68\n"
+"00000020.xhp\n"
+"par_id3145669\n"
+"8\n"
"help.text"
-msgid "Choose <emph>Format - Page - Header - More</emph> button"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3159110\n"
-"69\n"
+"00000020.xhp\n"
+"par_id3150144\n"
+"233\n"
"help.text"
-msgid "Choose <emph>Format - Page - Footer - More</emph> button"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3153532\n"
-"67\n"
+"00000020.xhp\n"
+"par_id3149095\n"
+"10\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"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3144747\n"
-"174\n"
+"00000020.xhp\n"
+"par_id3151378\n"
+"237\n"
"help.text"
-msgid "Choose <emph>Insert/Edit - Section - Background</emph> tab"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3146900\n"
-"71\n"
+"00000020.xhp\n"
+"hd_id3149763\n"
+"11\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cells - Background</emph> tab </caseinline></switchinline>"
-msgstr ""
+msgid "Importing and Exporting in HTML Format"
+msgstr "იმპორტი და ექსპორტი HTML ფორმატში"
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3146791\n"
-"72\n"
+"00000020.xhp\n"
+"par_id3150244\n"
+"198\n"
"help.text"
-msgid "Choose <emph>Format - Page - Organizer</emph> tab"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3154482\n"
-"74\n"
+"00000020.xhp\n"
+"par_id3149800\n"
+"199\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"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3153357\n"
-"75\n"
+"00000020.xhp\n"
+"par_id3149734\n"
+"201\n"
"help.text"
-msgid "Choose <emph>Format - Page - Page</emph> tab"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3154362\n"
-"77\n"
+"00000020.xhp\n"
+"par_id3149578\n"
+"240\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"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3155515\n"
-"78\n"
+"00000020.xhp\n"
+"par_id3153146\n"
+"197\n"
"help.text"
-msgid "Choose <emph>Format - Page - Header</emph> tab"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3148405\n"
-"80\n"
+"00000020.xhp\n"
+"par_id3154143\n"
+"130\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"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3145618\n"
-"81\n"
+"00000020.xhp\n"
+"par_id3153760\n"
+"131\n"
"help.text"
-msgid "Choose <emph>Format - Page - Footer</emph> tab"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3155175\n"
-"83\n"
+"00000020.xhp\n"
+"par_id3150129\n"
+"132\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"
+msgid "\"Font: 10pt\" switches to a 10pt font, with bold, italic, small caps off."
msgstr ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3147404\n"
-"84\n"
+"00000020.xhp\n"
+"par_id3155135\n"
+"14\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting</emph>"
+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 ""
-#: 00040500.xhp
-#, fuzzy
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3166447\n"
-"95\n"
+"00000020.xhp\n"
+"par_id3148473\n"
+"15\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"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3147321\n"
-"85\n"
+"00000020.xhp\n"
+"par_id3144510\n"
+"16\n"
"help.text"
-msgid "On <emph>Formatting</emph> Bar, click"
+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 ""
-#: 00040500.xhp
-#, fuzzy
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3148533\n"
+"00000020.xhp\n"
+"par_id3147530\n"
+"46\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>"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3153534\n"
-"86\n"
+"00000020.xhp\n"
+"par_id3153896\n"
+"202\n"
"help.text"
-msgid "Styles and Formatting"
-msgstr "სტილები და ფორმატირება"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3159313\n"
-"88\n"
+"00000020.xhp\n"
+"par_id3154935\n"
+"203\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 ""
+msgid "Measurement Unit"
+msgstr "განზომილების მოდული"
-#: 00040500.xhp
-#, fuzzy
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3109845\n"
+"00000020.xhp\n"
+"par_id3154226\n"
+"204\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>"
+msgid "Measurement Unit Name in CSS1"
+msgstr "განზომილების მოდულის სახელი CSS1-ში"
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3152498\n"
-"3\n"
+"00000020.xhp\n"
+"par_id3151106\n"
+"205\n"
"help.text"
-msgid "<emph>3D Effects</emph>"
-msgstr ""
+msgid "Maximum Number of Decimal Places"
+msgstr "ათობითი ნიშნების მაქსიმალური რაოდენობა"
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3145256\n"
-"90\n"
+"00000020.xhp\n"
+"par_id3154071\n"
+"206\n"
"help.text"
-msgid "<variable id=\"3dgeometrie\">Open the context menu of the 3D object, choose <emph>3D Effects - Geometry</emph> tab </variable>"
+msgid "Millimeter"
msgstr ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3154203\n"
-"91\n"
+"00000020.xhp\n"
+"par_id3149290\n"
+"207\n"
"help.text"
-msgid "<variable id=\"3ddarstellung\">Open the context menu of the 3D object, choose <emph>3D Effects - Shading</emph> tab </variable>"
+msgid "mm"
msgstr ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3151284\n"
-"92\n"
+"00000020.xhp\n"
+"par_id3152920\n"
+"208\n"
"help.text"
-msgid "<variable id=\"3dbeleuchtung\">Open the context menu of the 3D object, choose <emph>3D Effects - Illumination</emph> tab </variable>"
+msgid "2"
msgstr ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3152475\n"
-"93\n"
+"00000020.xhp\n"
+"par_id3156293\n"
+"209\n"
"help.text"
-msgid "<variable id=\"3dtexturen\">Open the context menu of the 3D object, choose <emph>3D Effects - Textures</emph> tab </variable>"
+msgid "Centimeter"
msgstr ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3154572\n"
-"94\n"
+"00000020.xhp\n"
+"par_id3154819\n"
+"210\n"
"help.text"
-msgid "<variable id=\"3dmaterial\">Open the context menu of the 3D object, choose <emph>3D Effects - Material</emph> tab </variable>"
+msgid "cm"
msgstr ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3145220\n"
-"155\n"
+"00000020.xhp\n"
+"par_id3147228\n"
+"211\n"
"help.text"
-msgid "Choose <emph>Format - Bullets and Numbering </emph>"
+msgid "2"
msgstr ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3148771\n"
-"156\n"
+"00000020.xhp\n"
+"par_id3154329\n"
+"212\n"
"help.text"
-msgid "On <emph>Formatting</emph> toolbar, click"
+msgid "Inch"
msgstr ""
-#: 00040500.xhp
-#, fuzzy
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3149445\n"
+"00000020.xhp\n"
+"par_id3150740\n"
+"213\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>"
+msgid "in"
+msgstr "ში"
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3157970\n"
-"163\n"
+"00000020.xhp\n"
+"par_id3157320\n"
+"214\n"
"help.text"
-msgid "Bullets On/Off"
-msgstr "ბულეტები ჩართულია/გამორთულია"
+msgid "2"
+msgstr ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3149735\n"
-"157\n"
+"00000020.xhp\n"
+"par_id3156422\n"
+"215\n"
"help.text"
-msgid "Choose <emph>Format - Bullets and Numbering</emph>. Open <emph>Options</emph> tab page"
+msgid "Pica"
msgstr ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3150785\n"
-"164\n"
+"00000020.xhp\n"
+"par_id3144760\n"
+"216\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 ""
+msgid "pc"
+msgstr "პკ"
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3148420\n"
-"165\n"
+"00000020.xhp\n"
+"par_id3145322\n"
+"217\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>"
+msgid "2"
msgstr ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3148888\n"
-"158\n"
+"00000020.xhp\n"
+"par_id3155131\n"
+"218\n"
"help.text"
-msgid "Choose <emph>Format - Bullets and Numbering - Bullets</emph> tab"
+msgid "Point"
msgstr ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3149917\n"
-"166\n"
+"00000020.xhp\n"
+"par_id3147288\n"
+"219\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>"
+msgid "pt"
msgstr ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3154930\n"
-"167\n"
+"00000020.xhp\n"
+"par_id3145364\n"
+"220\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>"
+msgid "1"
msgstr ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3150862\n"
-"159\n"
+"00000020.xhp\n"
+"par_id3149262\n"
+"70\n"
"help.text"
-msgid "Choose <emph>Format - Bullets and Numbering - Numbering</emph> tab"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3155378\n"
-"168\n"
+"00000020.xhp\n"
+"hd_id3145750\n"
+"223\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>"
+msgid "Importing and Exporting Numbering"
msgstr ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3156011\n"
-"169\n"
+"00000020.xhp\n"
+"par_id3145591\n"
+"224\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>"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id0611200904324832\n"
+"00000020.xhp\n"
+"par_id3153573\n"
+"225\n"
"help.text"
-msgid "<variable id=\"graphics\">Choose <emph>Format - Bullets and Numbering - Graphics</emph> tab</variable>"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3155848\n"
-"160\n"
+"00000020.xhp\n"
+"hd_id3148556\n"
+"235\n"
"help.text"
-msgid "Choose <emph>Format - Bullets and Numbering - Outline</emph> tab"
+msgid "Importing and Exporting Spreadsheet Files"
msgstr ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3148733\n"
-"170\n"
+"00000020.xhp\n"
+"par_id3153365\n"
+"236\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>"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3156658\n"
-"162\n"
+"00000020.xhp\n"
+"hd_id3150228\n"
+"103\n"
"help.text"
-msgid "Choose <emph>Format - Bullets and Numbering</emph>. Open <emph>Position</emph> tab page"
+msgid "Importing and Exporting Graphics Files"
msgstr ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3156170\n"
-"152\n"
+"00000020.xhp\n"
+"par_id3152578\n"
+"104\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <emph>Tools - Outline Numbering - Position</emph> tab </caseinline></switchinline>"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3153812\n"
-"173\n"
+"00000020.xhp\n"
+"par_id3144441\n"
+"106\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>"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3151332\n"
-"194\n"
+"00000020.xhp\n"
+"par_id3146120\n"
+"222\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Menu <emph>Format - Picture </emph>- <emph>Crop</emph> tab </caseinline></switchinline>"
+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 ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3153317\n"
-"198\n"
+"00000020.xhp\n"
+"par_id3159153\n"
+"109\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><defaultinline>Icon on the <emph>Picture</emph> toolbar:</defaultinline></switchinline>"
+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 ""
-#: 00040500.xhp
-#, fuzzy
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3149953\n"
+"00000020.xhp\n"
+"hd_id3153213\n"
+"228\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>"
+msgid "PostScript"
+msgstr "PostScript"
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3153695\n"
-"209\n"
+"00000020.xhp\n"
+"par_id3156444\n"
+"229\n"
"help.text"
-msgid "Crop"
+msgid "To export a document or graphic in PostScript format:"
msgstr ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3151254\n"
-"195\n"
+"00000020.xhp\n"
+"par_id3163714\n"
+"230\n"
"help.text"
-msgid "Choose <emph>Format - Change Case</emph>"
+msgid "If you have not yet done so, install a PostScript printer driver, such as the Apple LaserWriter driver."
msgstr ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3159624\n"
-"196\n"
+"00000020.xhp\n"
+"par_id3153142\n"
+"231\n"
"help.text"
-msgid "Open context menu (text) - choose <emph>Change Case</emph>"
+msgid "Print the document with the <emph>File - Print</emph> menu command."
msgstr ""
-#: 00040500.xhp
+#: 00000020.xhp
msgctxt ""
-"00040500.xhp\n"
-"par_id3153579\n"
-"197\n"
+"00000020.xhp\n"
+"par_id3154149\n"
+"242\n"
"help.text"
-msgid "Menu <emph>Format - Asian phonetic guide</emph>"
+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 ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
+"00000021.xhp\n"
"tit\n"
"help.text"
-msgid "File Menu"
-msgstr ""
+msgid "XML File Formats"
+msgstr "XML ფაილის ფორმატები"
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"hd_id3149976\n"
-"1\n"
+"00000021.xhp\n"
+"bm_id3154408\n"
"help.text"
-msgid "File Menu"
+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 ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id389416\n"
+"00000021.xhp\n"
+"hd_id3154408\n"
+"2\n"
"help.text"
-msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph></variable>"
+msgid "<variable id=\"xmlformat\"><link href=\"text/shared/00/00000021.xhp\" name=\"XML File Formats\">XML File Formats</link></variable>"
msgstr ""
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3154812\n"
-"50\n"
-"help.text"
-msgid "Choose <emph>File - New</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
-
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3153070\n"
-"186\n"
+"00000021.xhp\n"
+"par_id3148919\n"
+"3\n"
"help.text"
-msgid "<emph>New</emph> icon on the <emph>Standard</emph> Bar (the icon shows the type of the new document)"
+msgid "<ahelp hid=\"HID_DID_SAVE_PACKED_XML\">By default, $[officename] loads and saves files in the OpenDocument file format.</ahelp>"
msgstr ""
-#: 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>"
-
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3154232\n"
-"199\n"
-"help.text"
-msgid "New"
-msgstr "ახალი"
-
-#: 00000401.xhp
-#, fuzzy
-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"
-
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3157898\n"
-"82\n"
+"00000021.xhp\n"
+"par_idN10725\n"
"help.text"
-msgid "Menu <emph>File - New</emph><emph>- Templates and Documents</emph>."
+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 ""
-#: 00000401.xhp
-#, fuzzy
-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"
-
-#: 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>"
-
-#: 00000401.xhp
-#, fuzzy
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3147226\n"
-"161\n"
+"00000021.xhp\n"
+"hd_id3156324\n"
+"4\n"
"help.text"
-msgid "<variable id=\"etikettenein\">Choose <emph>File - New - Labels - Labels</emph> tab</variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgid "OpenDocument file format names"
+msgstr "OpenDocument-ის ფაილთა ფორმატების სახელები"
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3154522\n"
-"162\n"
+"00000021.xhp\n"
+"par_id3154926\n"
+"5\n"
"help.text"
-msgid "Choose <emph>File - New - Labels - Format</emph> tab"
+msgid "%PRODUCTNAME uses the following file formats:"
msgstr ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3154983\n"
-"163\n"
+"00000021.xhp\n"
+"par_id3157898\n"
+"6\n"
"help.text"
-msgid "Choose <emph>File - New - Business Cards - Format</emph> tab"
-msgstr ""
+msgid "Document format"
+msgstr "დოკუმენტის ფორმატი"
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3157958\n"
-"164\n"
+"00000021.xhp\n"
+"par_id3149549\n"
+"7\n"
"help.text"
-msgid "Choose <emph>File - New - Labels - Options</emph> tab"
+msgid "File extension"
msgstr ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3153311\n"
-"165\n"
+"00000021.xhp\n"
+"par_idN10762\n"
"help.text"
-msgid "Choose <emph>File - New - Business Cards - Options</emph> tab"
+msgid "ODF Text"
msgstr ""
-#: 00000401.xhp
-#, fuzzy
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3152780\n"
-"166\n"
+"00000021.xhp\n"
+"par_idN10767\n"
"help.text"
-msgid "<variable id=\"visikart\">Choose <emph>File - New - Business Cards</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgid "*.odt"
+msgstr "*.odt"
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3156346\n"
-"167\n"
+"00000021.xhp\n"
+"par_idN1076D\n"
"help.text"
-msgid "<variable id=\"visikartform\">Choose <emph>File - New - Business Cards - Medium</emph> tab</variable>"
+msgid "ODF Text Template"
msgstr ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3152824\n"
-"168\n"
+"00000021.xhp\n"
+"par_idN10772\n"
"help.text"
-msgid "<variable id=\"viskartinhalt\">Choose <emph>File - New - Business Cards - Business cards</emph> tab</variable>"
-msgstr ""
+msgid "*.ott"
+msgstr "*.ott"
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3149819\n"
-"169\n"
+"00000021.xhp\n"
+"par_idN10778\n"
"help.text"
-msgid "<variable id=\"viskartpriv\">Choose <emph>File - New - Business Cards - Private</emph> tab</variable>"
+msgid "ODF Master Document"
msgstr ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3154897\n"
-"170\n"
+"00000021.xhp\n"
+"par_idN1077D\n"
"help.text"
-msgid "<variable id=\"viskartgesch\">Choose <emph>File - New - Business Cards - Business</emph> tab</variable>"
-msgstr ""
+msgid "*.odm"
+msgstr "*.odm"
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3146137\n"
-"7\n"
+"00000021.xhp\n"
+"par_idN10783\n"
"help.text"
-msgid "Choose <emph>File - Open</emph>"
-msgstr "Choose <emph>ფაილი - გახსნა</emph>"
+msgid "HTML Document"
+msgstr "HTML დოკუმენტი"
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3152944\n"
-"83\n"
+"00000021.xhp\n"
+"par_idN10788\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"
+msgid "*.html"
+msgstr "*.html"
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3155341\n"
-"8\n"
+"00000021.xhp\n"
+"par_idN1078E\n"
"help.text"
-msgid "On the <emph>Standard</emph> Bar, click"
-msgstr ""
+msgid "HTML Document Template"
+msgstr "HTML Document შაბლონი"
-#: 00000401.xhp
-#, fuzzy
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3155419\n"
+"00000021.xhp\n"
+"par_idN10793\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>"
+msgid "*.oth"
+msgstr "*.oth"
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3156003\n"
-"9\n"
+"00000021.xhp\n"
+"par_idN10799\n"
"help.text"
-msgid "Open File"
+msgid "ODF Spreadsheet"
msgstr ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3155388\n"
-"174\n"
+"00000021.xhp\n"
+"par_idN1079E\n"
"help.text"
-msgid "Menu <emph>File - Open</emph>, File type <emph>Text Encoded</emph> selected"
-msgstr ""
+msgid "*.ods"
+msgstr "*.ods"
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3154174\n"
-"175\n"
+"00000021.xhp\n"
+"par_idN107A4\n"
"help.text"
-msgid "Menu <emph>File - Save As</emph>, File type <emph>Text Encoded</emph> selected"
+msgid "ODF Spreadsheet Template"
msgstr ""
-#: 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>"
-
-#: 00000401.xhp
-#, fuzzy
-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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 00000401.xhp
-#, fuzzy
-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>"
-
-#: 00000401.xhp
-#, fuzzy
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3153524\n"
-"115\n"
+"00000021.xhp\n"
+"par_idN107A9\n"
"help.text"
-msgid "<variable id=\"autopilotbrief5\">Choose <emph>File - Wizards - Letter - Footer</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgid "*.ots"
+msgstr "*.ots"
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3154224\n"
-"116\n"
+"00000021.xhp\n"
+"par_idN107AF\n"
"help.text"
-msgid "<variable id=\"autopilotbrief6\">Choose <emph>File - Wizards - Letter - </emph><emph>Name and Location</emph></variable>"
+msgid "ODF Drawing"
msgstr ""
-#: 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>"
-
-#: 00000401.xhp
-#, fuzzy
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3147085\n"
-"121\n"
+"00000021.xhp\n"
+"par_idN107B4\n"
"help.text"
-msgid "<variable id=\"autopilotfax1\">Choose <emph>File - Wizards - Fax - Page Design</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgid "*.odg"
+msgstr "*.odg"
-#: 00000401.xhp
-#, fuzzy
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3151042\n"
-"209\n"
+"00000021.xhp\n"
+"par_idN107BA\n"
"help.text"
-msgid "<variable id=\"autopilotfax2\">Choose <emph>File - Wizards - Fax - Items to include</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgid "ODF Drawing Template"
+msgstr ""
-#: 00000401.xhp
-#, fuzzy
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3154330\n"
-"122\n"
+"00000021.xhp\n"
+"par_idN107BF\n"
"help.text"
-msgid "<variable id=\"autopilotfax3\">Choose <emph>File - Wizards - Fax - Sender and Recipient</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgid "*.otg"
+msgstr "*.otg"
-#: 00000401.xhp
-#, fuzzy
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3150651\n"
-"123\n"
+"00000021.xhp\n"
+"par_idN107C5\n"
"help.text"
-msgid "<variable id=\"autopilotfax4\">Choose <emph>File - Wizards - Fax - Footer</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgid "ODF Presentation"
+msgstr ""
-#: 00000401.xhp
-#, fuzzy
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3154685\n"
-"124\n"
+"00000021.xhp\n"
+"par_idN107CA\n"
"help.text"
-msgid "<variable id=\"autopilotfax5\">Choose <emph>File - Wizards - Fax - Name and location</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgid "*.odp"
+msgstr "*.odp"
-#: 00000401.xhp
-#, fuzzy
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3153190\n"
-"131\n"
+"00000021.xhp\n"
+"par_idN107D0\n"
"help.text"
-msgid "<variable id=\"autopilotagenda\">Choose <emph>File - Wizards - Agenda</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgid "ODF Presentation Template"
+msgstr ""
-#: 00000401.xhp
-#, fuzzy
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3155860\n"
-"132\n"
+"00000021.xhp\n"
+"par_idN107D5\n"
"help.text"
-msgid "<variable id=\"autopilotagenda1\">Choose <emph>File - Wizards - Agenda - Page Design</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgid "*.otp"
+msgstr "*.otp"
-#: 00000401.xhp
-#, fuzzy
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3146906\n"
-"133\n"
+"00000021.xhp\n"
+"par_idN107DB\n"
"help.text"
-msgid "<variable id=\"autopilotagenda2\">Choose <emph>File - Wizards - Agenda - General Attributes</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgid "ODF Formula"
+msgstr ""
-#: 00000401.xhp
-#, fuzzy
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3152578\n"
-"134\n"
+"00000021.xhp\n"
+"par_idN107E0\n"
"help.text"
-msgid "<variable id=\"autopilotagenda3\">Choose <emph>File - Wizards - Agenda - Headings</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgid "*.odf"
+msgstr "*.odf"
-#: 00000401.xhp
-#, fuzzy
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3155368\n"
-"135\n"
+"00000021.xhp\n"
+"par_idN1085B\n"
"help.text"
-msgid "<variable id=\"autopilotagenda4\">Choose <emph>File - Wizards - Agenda - Names</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgid "ODF Database"
+msgstr ""
-#: 00000401.xhp
-#, fuzzy
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3146923\n"
-"205\n"
+"00000021.xhp\n"
+"par_idN10860\n"
"help.text"
-msgid "<variable id=\"autopilotagenda5\">Choose <emph>File - Wizards - Agenda - Topics</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgid "*.odb"
+msgstr "*.odb"
-#: 00000401.xhp
-#, fuzzy
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3149066\n"
-"136\n"
+"00000021.xhp\n"
+"par_id9756157\n"
"help.text"
-msgid "<variable id=\"autopilotagenda6\">Choose <emph>File - Wizards - Agenda - Title and Location</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgid "%PRODUCTNAME Extension"
+msgstr ""
-#: 00000401.xhp
-#, fuzzy
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3149288\n"
-"102\n"
+"00000021.xhp\n"
+"par_id2089907\n"
"help.text"
-msgid "<variable id=\"dtapt\">Choose <emph>File - Wizards - Presentation</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgid "*.oxt"
+msgstr "*.odt"
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3146986\n"
-"103\n"
+"00000021.xhp\n"
+"par_idN1088F\n"
"help.text"
-msgid "<variable id=\"dtapse\">Choose <emph>File - Wizards - Presentation - Page 1</emph></variable>"
-msgstr ""
+msgid "The HTML format is not an OpenDocument format."
+msgstr "HTML ფორმატი არ არის OpenDocument-ის ფორმატი."
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3154919\n"
-"104\n"
+"00000021.xhp\n"
+"par_id4818872\n"
"help.text"
-msgid "<variable id=\"dtapsz\">Choose <emph>File - Wizards - Presentation - Page 2</emph></variable>"
+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 ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3151351\n"
-"105\n"
+"00000021.xhp\n"
+"par_idN107E3\n"
"help.text"
-msgid "<variable id=\"dtapsd\">Choose <emph>File - Wizards - Presentation - Page 3</emph></variable>"
+msgid "Evolution of the OpenDocument format"
msgstr ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3147317\n"
-"106\n"
+"00000021.xhp\n"
+"par_id0514200811525257\n"
"help.text"
-msgid "<variable id=\"dtapsv\">Choose <emph>File - Wizards - Presentation - Page 4</emph></variable>"
+msgid "The OpenDocument format evolves over time."
msgstr ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3145592\n"
-"107\n"
+"00000021.xhp\n"
+"par_id0514200811565671\n"
"help.text"
-msgid "<variable id=\"dtapsf\">Choose <emph>File - Wizards - Presentation - Page 5</emph></variable>"
+msgid "ODF version"
msgstr ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_idN10C46\n"
+"00000021.xhp\n"
+"par_id0519200811530375\n"
"help.text"
-msgid "<variable id=\"autopilotformular\">Click <emph>Use Wizard to Create Form</emph> in a database file window.</variable>"
+msgid "Date of standard approval by OASIS"
msgstr ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_idN10C5F\n"
+"00000021.xhp\n"
+"par_id0519200811530491\n"
"help.text"
-msgid "<variable id=\"autopilotreport\">Click <emph>Use Wizard to Create Report</emph> in a database file window.</variable>"
+msgid "First supporting version of the software"
msgstr ""
-#: 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>"
-
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3154064\n"
-"143\n"
+"00000021.xhp\n"
+"par_id0514200811565662\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>"
+msgid "ODF 1.0"
msgstr ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3152807\n"
-"144\n"
+"00000021.xhp\n"
+"par_id0519200811530487\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>"
+msgid "2005-05-01"
msgstr ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3150571\n"
-"148\n"
+"00000021.xhp\n"
+"par_id0519200811530455\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>"
+msgid "OpenOffice.org 1.1.5 or StarOffice 7"
msgstr ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3145251\n"
-"145\n"
+"00000021.xhp\n"
+"par_id0514200811565787\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>"
+msgid "ODF 1.1"
msgstr ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3156109\n"
-"146\n"
+"00000021.xhp\n"
+"par_id0519200811530479\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>"
+msgid "2007-02-02"
msgstr ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3159347\n"
-"147\n"
+"00000021.xhp\n"
+"par_id0519200811530467\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>"
+msgid "OpenOffice.org 2.2 or StarOffice 8 Update 4"
msgstr ""
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3152962\n"
-"198\n"
+"00000021.xhp\n"
+"par_id0514200811565762\n"
"help.text"
-msgid "Menu <emph>File - Wizards - Address Data Source</emph>"
+msgid "ODF 1.2"
msgstr ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3145206\n"
-"191\n"
+"00000021.xhp\n"
+"par_id0519200811530440\n"
"help.text"
-msgid "<variable id=\"addressimport2\"><emph>Address Data Source Wizards</emph> - <emph>Additional settings</emph></variable>"
+msgid "2011-09-30"
msgstr ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3154756\n"
-"192\n"
+"00000021.xhp\n"
+"par_id0519200811530471\n"
"help.text"
-msgid "<variable id=\"addressimport3\"><emph>Address Data Source Wizards</emph> - <emph>Select table</emph></variable>"
+msgid "OpenOffice.org 3, StarOffice 9, Oracle Open Office"
msgstr ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3153924\n"
-"193\n"
+"00000021.xhp\n"
+"par_id1001200912381153\n"
"help.text"
-msgid "<variable id=\"addressimport4\"><emph>Address Data Source Wizards</emph><emph>- Data source title</emph></variable>"
+msgid "ODF 1.2 (Extended)"
msgstr ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3148995\n"
-"194\n"
+"00000021.xhp\n"
+"par_id100120091238112\n"
"help.text"
-msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards</emph> - <emph>Field assignment</emph></variable>"
+msgid "-"
msgstr ""
-#: 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>"
-
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3156717\n"
-"10\n"
-"help.text"
-msgid "Choose <emph>File - Save</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
-
-#: 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"
-
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3148930\n"
-"11\n"
+"00000021.xhp\n"
+"par_id1001200912381174\n"
"help.text"
-msgid "On Standard or Table Data Bar, click"
+msgid "OpenOffice.org 3.2 or StarOffice 9.2"
msgstr ""
-#: 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>"
-
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3149109\n"
-"12\n"
-"help.text"
-msgid "Save"
-msgstr "შენახვა"
-
-#: 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>"
-
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_idN10F2E\n"
+"00000021.xhp\n"
+"par_id0514200811525591\n"
"help.text"
-msgid "Save As"
+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 ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3150300\n"
-"99\n"
+"00000021.xhp\n"
+"par_idN107E9\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>"
+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 ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3153387\n"
-"137\n"
+"00000021.xhp\n"
+"par_id3146907\n"
+"1\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>"
+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 ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3154021\n"
-"138\n"
+"00000021.xhp\n"
+"hd_id3150398\n"
+"28\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 ""
+msgid "XML file structure"
+msgstr "XML ფაილის სტრუქტურა"
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3147246\n"
-"159\n"
+"00000021.xhp\n"
+"par_id3149649\n"
+"29\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>"
+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 ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3145131\n"
-"140\n"
+"00000021.xhp\n"
+"par_id3153178\n"
+"30\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>"
+msgid "The text content of the document is located in <emph>content.xml</emph>."
msgstr ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3150235\n"
-"141\n"
+"00000021.xhp\n"
+"par_id3154068\n"
+"31\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>"
+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 ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3145762\n"
-"142\n"
+"00000021.xhp\n"
+"par_id3145152\n"
+"32\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>"
+msgid "The file <emph>meta.xml</emph> contains the meta information of the document, which you can enter under <emph>File - Properties</emph>."
msgstr ""
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3148392\n"
-"60\n"
-"help.text"
-msgid "Choose <emph>File - Reload</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
-
-#: 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>"
-
-#: 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>"
-
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_idN11163\n"
+"00000021.xhp\n"
+"par_id3150740\n"
+"33\n"
"help.text"
-msgid "Choose <emph>File - Digital Signatures</emph>"
+msgid "If you save a document with a password, <emph>meta.xml</emph> will not be encrypted."
msgstr ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_idN11168\n"
+"00000021.xhp\n"
+"par_id3150391\n"
+"34\n"
"help.text"
-msgid "Choose <emph>Tools - Macros - Digital Signature</emph>"
+msgid "The file <emph>settings.xml</emph> contains further information about the settings for this document."
msgstr ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_idN11156\n"
+"00000021.xhp\n"
+"par_id3150447\n"
+"35\n"
"help.text"
-msgid "Choose <emph>File - Properties - General</emph> tab, click <emph>Digital Signatures</emph> button"
+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 ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_idN1117E\n"
+"00000021.xhp\n"
+"par_id3153353\n"
+"36\n"
"help.text"
-msgid "Double-click the Signature field on the Status Bar."
+msgid "The <emph>meta-inf/manifest.xml</emph> file describes the structure of the XML file."
msgstr ""
-#: 00000401.xhp
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_idN11173\n"
+"00000021.xhp\n"
+"par_id3153368\n"
+"37\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>"
+msgid "Additional files and folders can be contained in the packed file format."
msgstr ""
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 00000401.xhp
-#, fuzzy
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id315370199\n"
+"00000021.xhp\n"
+"hd_id3154299\n"
+"38\n"
"help.text"
-msgid "<variable id=\"infosec\">Choose <emph>File - Properties - Security</emph> tab</variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgid "Definition of the XML formats"
+msgstr "XML ფორმატის განსაზღვრება"
-#: 00000401.xhp
-#, fuzzy
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3149570\n"
-"66\n"
+"00000021.xhp\n"
+"par_idN10AAD\n"
"help.text"
-msgid "<variable id=\"info6\">Choose <emph>File - Properties - Internet</emph> tab</variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+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 ""
-#: 00000401.xhp
-#, fuzzy
+#: 00000021.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3154275\n"
-"67\n"
+"00000021.xhp\n"
+"par_idN10AC5\n"
"help.text"
-msgid "<variable id=\"dokuvorlage\">Choose <emph>File - Templates</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgid "<link href=\"text/shared/autopi/01130000.xhp\">Document Converter Wizard</link>"
+msgstr ""
-#: 00000401.xhp
-#, fuzzy
+#: 00000099.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3153199\n"
-"68\n"
+"00000099.xhp\n"
+"tit\n"
"help.text"
-msgid "<variable id=\"verwalten\">Choose <emph>File - Templates - Organize</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgid "See also..."
+msgstr "იხილეთ აგრეთვე..."
-#: 00000401.xhp
+#: 00000099.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3157970\n"
-"176\n"
+"00000099.xhp\n"
+"hd_id3147527\n"
+"1\n"
"help.text"
-msgid "Choose <emph>File - Templates - Organize - Address Book</emph> button"
-msgstr ""
+msgid "<variable id=\"siehe\">See also... </variable>"
+msgstr "<variable id=\"siehe\">იხილეთ აგერეთვე... </variable>"
-#: 00000401.xhp
+#: 00000099.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3155377\n"
-"178\n"
+"00000099.xhp\n"
+"par_id3143206\n"
+"71\n"
"help.text"
-msgid "Choose <emph>File - Templates - Address Book Source</emph>"
+msgid "<variable id=\"userszenarien\"><link href=\"text/scalc/01/06050000.xhp\" name=\"Tools Menu - Scenarios\">Tools Menu - Scenarios</link></variable>"
msgstr ""
-#: 00000401.xhp
+#: 00000099.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3154386\n"
-"177\n"
+"00000099.xhp\n"
+"par_id3156069\n"
+"83\n"
"help.text"
-msgid "Menu <emph>File - Templates - Address Book Source, </emph>then <emph>Configure</emph> button"
+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 ""
-#: 00000401.xhp
+#: 00000099.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3154323\n"
-"189\n"
+"00000099.xhp\n"
+"par_id3149662\n"
+"84\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>"
+msgid "If you want help with another module, switch to the help for that module with the combo box in the navigation area."
msgstr ""
-#: 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>"
-
-#: 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>"
-
-#: 00000401.xhp
+#: 00000099.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3154930\n"
-"69\n"
+"00000099.xhp\n"
+"par_id3154408\n"
+"85\n"
"help.text"
-msgid "Menu<emph> File - Page Preview</emph>"
+msgid "<variable id=\"winmanager\">The availability of this function depends on your X Window Manager. </variable>"
msgstr ""
-#: 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>"
-
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_idN11384\n"
-"help.text"
-msgid "Page Preview"
-msgstr "გვერდის წინასწარი დათვალიერება"
-
-#: 00000401.xhp
+#: 00000099.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3163722\n"
-"70\n"
+"00000099.xhp\n"
+"par_idN10632\n"
"help.text"
-msgid "Choose <emph>File - Printer Settings</emph>"
+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 ""
-#: 00000401.xhp
+#: 00000099.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3148752\n"
-"71\n"
+"00000099.xhp\n"
+"par_idN10665\n"
"help.text"
-msgid "Choose <emph>File - Templates - Organize - Commands (button)- Printer Settings</emph>"
+msgid "<ahelp hid=\".uno:HelpTip\">Enables the display of icon names at the mouse pointer and other Help contents.</ahelp>"
msgstr ""
-#: 00000401.xhp
+#: 00000099.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3155529\n"
-"17\n"
+"00000099.xhp\n"
+"par_idN1067C\n"
"help.text"
-msgid "<variable id=\"senden\">Menu<emph> File - Send</emph></variable>"
+msgid "<ahelp hid=\".uno:ActiveHelp\">Enables the display of a brief description of menus and icons at the mouse pointer.</ahelp>"
msgstr ""
-#: 00000401.xhp
+#: 00000099.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3145386\n"
-"18\n"
+"00000099.xhp\n"
+"par_id6200750\n"
"help.text"
-msgid "Choose <emph>File - Send - Document as E-mail</emph>"
+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 ""
-#: 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>"
-
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_idN113C8\n"
-"help.text"
-msgid "Document as E-mail"
-msgstr "დოკუმენტი როგორც ელოფსტა"
-
-#: 00000401.xhp
-#, fuzzy
+#: 00000200.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3145269\n"
-"222\n"
+"00000200.xhp\n"
+"tit\n"
"help.text"
-msgid "<variable id=\"export\">Choose <emph>File - Export</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgid "Graphics Export Options"
+msgstr "გრაფიკული გამოტანა"
-#: 00000401.xhp
+#: 00000200.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3166421\n"
-"219\n"
+"00000200.xhp\n"
+"hd_id3150127\n"
"help.text"
-msgid "Choose <emph>File - Export as PDF</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
+msgid "Graphics Export Options"
+msgstr "გრაფიკული გამოტანა"
-#: 00000401.xhp
-#, fuzzy
+#: 00000200.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3150521\n"
+"00000200.xhp\n"
+"par_id3160463\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>"
+msgid "<ahelp hid=\".\" visibility=\"visible\">Defines graphics export options.</ahelp>"
+msgstr "<ahelp hid=\"\" visibility=\"visible\">განსაზღვრეთ თქვენი სავიზიტო ბარათის იერსახე.</ahelp>"
-#: 00000401.xhp
+#: 00000200.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3155763\n"
-"220\n"
+"00000200.xhp\n"
+"par_id1\n"
"help.text"
-msgid "Export Directly as PDF"
+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 ""
-#: 00000401.xhp
+#: 00000200.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3145410\n"
-"210\n"
+"00000200.xhp\n"
+"par_id2\n"
"help.text"
-msgid "Choose <emph>File - Send - E-mail as PDF</emph>"
+msgid "The following file types do not show an options dialog: PWP, RAS, SVG, TIFF, XPM."
msgstr ""
-#: 00000401.xhp
+#: 00000200.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3159160\n"
-"74\n"
+"00000200.xhp\n"
+"par_id3\n"
"help.text"
-msgid "<variable id=\"glo\">Choose <emph>File - Send - Create Master Document</emph></variable>"
+msgid "The other file types show options dialogs where you can set the width and height of the exported image."
msgstr ""
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3149951\n"
-"13\n"
-"help.text"
-msgid "Choose <emph>File - Print</emph>"
-msgstr "Choose <emph>ფაილი - გახსნა</emph>"
-
-#: 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"
-
-#: 00000401.xhp
-msgctxt ""
-"00000401.xhp\n"
-"par_id3153830\n"
-"3\n"
-"help.text"
-msgid "On Standard Bar, click"
-msgstr "სტანდარტულ ზოლზე დააწკაპუნეთ"
-
-#: 00000401.xhp
-#, fuzzy
+#: 00000200.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3155187\n"
+"00000200.xhp\n"
+"par_id4\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>"
+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 ""
-#: 00000401.xhp
+#: 00000200.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3151268\n"
-"4\n"
+"00000200.xhp\n"
+"par_id388\n"
"help.text"
-msgid "Print File Directly"
-msgstr "ფაილის პირდაპირი ბეჭდვა"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies the measurement units.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ქმნის ახალ საბაზო დოკუმენტს.</ahelp>"
-#: 00000401.xhp
+#: 00000200.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3153581\n"
-"5\n"
+"00000200.xhp\n"
+"hd_id3151330\n"
"help.text"
-msgid "On the <emph>Page View</emph><emph>Bar</emph> of a text document, click"
-msgstr ""
+msgid "Width"
+msgstr "სიგანე"
-#: 00000401.xhp
-#, fuzzy
+#: 00000200.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3153068\n"
+"00000200.xhp\n"
+"par_id3154561\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>"
+msgid "<ahelp hid=\".\" visibility=\"visible\">Specifies the width.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
-#: 00000401.xhp
+#: 00000200.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3151239\n"
-"6\n"
+"00000200.xhp\n"
+"hd_id3156027\n"
"help.text"
-msgid "Print Page Preview"
-msgstr "ბეჭდვის გვერდის წინასწარი დათვალიერება"
+msgid "Height"
+msgstr "სიმაღლე"
-#: 00000401.xhp
+#: 00000200.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3155869\n"
-"72\n"
+"00000200.xhp\n"
+"par_id3147226\n"
"help.text"
-msgid "Choose <emph>File - Exit</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
+msgid "<ahelp hid=\".\" visibility=\"visible\">Specifies the height.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
-#: 00000401.xhp
+#: 00000200.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3152382\n"
-"86\n"
+"00000200.xhp\n"
+"hd_id3150944\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"
+msgid "Resolution"
+msgstr "გარჩევადობა"
-#: 00000401.xhp
-#, fuzzy
+#: 00000200.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3149328\n"
-"75\n"
+"00000200.xhp\n"
+"par_id3150129\n"
"help.text"
-msgid "<variable id=\"neuglobal\">Choose <emph>File - New - Master Document</emph></variable>"
-msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
+msgid "<ahelp hid=\".\">Enter the image resolution. Select the measurement units from the list box.</ahelp>"
+msgstr "<ahelp hid=\".\">აკრიფეთ მომხმარებლის სახელი მონაცემთა ბაზაში შესასვლელად.</ahelp>"
-#: 00000401.xhp
+#: 00000200.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3145827\n"
-"76\n"
+"00000200.xhp\n"
+"hd_id3143534\n"
"help.text"
-msgid "Choose <emph>File - Open</emph> - select under \"File type\": \"Text CSV\""
+msgid "More options"
msgstr ""
-#: 00000401.xhp
+#: 00000200.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id6071352\n"
+"00000200.xhp\n"
+"par_id10\n"
"help.text"
-msgid "Choose <emph>Data - Text to Columns</emph> (Calc)"
+msgid "For JPEG files you can set the color depth and the quality."
msgstr ""
-#: 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>"
-
-#: 00000401.xhp
-#, fuzzy
+#: 00000200.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3150107\n"
-"87\n"
+"00000200.xhp\n"
+"par_id435923952\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>"
+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>"
-#: 00000401.xhp
+#: 00000200.xhp
msgctxt ""
-"00000401.xhp\n"
-"par_id3145305\n"
-"96\n"
+"00000200.xhp\n"
+"par_id355152952\n"
"help.text"
-msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph></variable></variable>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the compression for the export. A high compression means a smaller, but slower to load image.</ahelp>"
msgstr ""
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"tit\n"
-"help.text"
-msgid "Insert Menu"
-msgstr "ჩასმის მენიუ"
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"hd_id3156324\n"
-"1\n"
-"help.text"
-msgid "Insert Menu"
-msgstr "ჩასმის მენიუ"
-
-#: 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
+#: 00000200.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3155619\n"
-"71\n"
+"00000200.xhp\n"
+"par_id355152953\n"
"help.text"
-msgid "Choose <emph>Insert - Picture - Scan</emph>"
+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 ""
-#: 00000404.xhp
+#: 00000200.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3150502\n"
-"30\n"
+"00000200.xhp\n"
+"par_id11\n"
"help.text"
-msgid "Choose <emph>Insert - Picture - Scan - Select Source</emph>"
+msgid "For BMP files you can set the compression and the RLE encoding."
msgstr ""
-#: 00000404.xhp
+#: 00000200.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3155934\n"
-"32\n"
+"00000200.xhp\n"
+"par_id312346798\n"
"help.text"
-msgid "Choose <emph>Insert - Picture - Scan - Request</emph>"
-msgstr ""
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Applies RLE (Run Length Encoding) to the BMP graphics.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">მონიშნეთ ეს ხატულა დიაგრამების სანახავად.</ahelp>"
-#: 00000404.xhp
+#: 00000200.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3143281\n"
-"34\n"
+"00000200.xhp\n"
+"par_id12\n"
"help.text"
-msgid "Choose <emph>Insert - Special Character</emph>"
+msgid "For PBM, PGM, and PPM files you can set the encoding."
msgstr ""
-#: 00000404.xhp
-#, fuzzy
+#: 00000200.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3149525\n"
-"35\n"
+"00000200.xhp\n"
+"par_id344441\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>"
+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>"
-#: 00000404.xhp
-#, fuzzy
+#: 00000200.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3152372\n"
-"55\n"
+"00000200.xhp\n"
+"par_id3555783\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>"
+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>"
-#: 00000404.xhp
+#: 00000200.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3156560\n"
-"36\n"
+"00000200.xhp\n"
+"par_id13\n"
"help.text"
-msgid "Open the <emph>Insert</emph> toolbar, click"
+msgid "For PNG files you can set the compression and the interlaced mode."
msgstr ""
-#: 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
-msgctxt ""
-"00000404.xhp\n"
-"par_id3149751\n"
-"37\n"
-"help.text"
-msgid "Special Character"
-msgstr "სპეციალური სიმბოლო"
-
-#: 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
-msgctxt ""
-"00000404.xhp\n"
-"par_idN1085D\n"
-"help.text"
-msgid "Movie and Sound"
-msgstr "ფილმი და ხმა"
-
-#: 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
+#: 00000200.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3152996\n"
-"6\n"
+"00000200.xhp\n"
+"par_id35674840\n"
"help.text"
-msgid "Choose <emph>Insert - Object - OLE Object</emph>"
-msgstr ""
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies whether the graphic is to be saved in interlaced mode.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">მომართავს კურსორს მონიშნული ტიპის წინა ობიექტზე.</ahelp>"
-#: 00000404.xhp
+#: 00000200.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3146806\n"
-"7\n"
+"00000200.xhp\n"
+"par_id14\n"
"help.text"
-msgid "Open the <emph>Insert</emph> toolbar, click"
+msgid "For GIF files you can set the transparency and the interlaced mode."
msgstr ""
-#: 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
+#: 00000200.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3145417\n"
-"8\n"
+"00000200.xhp\n"
+"par_id31456456938\n"
"help.text"
-msgid "OLE Object"
+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 ""
-#: 00000404.xhp
+#: 00000200.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3153087\n"
-"9\n"
+"00000200.xhp\n"
+"par_id15\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Choose <emph>Insert - Object - Plug-in</emph></caseinline></switchinline>"
+msgid "For EPS files you can set the preview, the color format, the compression, and the version."
msgstr ""
-#: 00000404.xhp
+#: 00000200.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3149785\n"
-"10\n"
+"00000200.xhp\n"
+"par_id3147779948\n"
"help.text"
-msgid "Open the <emph>Insert </emph>toolbar, click"
+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 ""
-#: 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
+#: 00000200.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3148474\n"
-"11\n"
+"00000200.xhp\n"
+"par_id993155271\n"
"help.text"
-msgid "Plug-in"
-msgstr "დანამატი"
+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>"
-#: 00000404.xhp
+#: 00000200.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3153880\n"
-"53\n"
+"00000200.xhp\n"
+"par_id993144740\n"
+"30\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Sound</emph>"
+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 ""
-#: 00000404.xhp
+#: 00000200.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3143278\n"
-"54\n"
+"00000200.xhp\n"
+"par_id993150935\n"
+"12\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Video</emph>"
-msgstr ""
+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>"
-#: 00000404.xhp
+#: 00000200.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3150393\n"
-"15\n"
+"00000200.xhp\n"
+"par_id993159201\n"
+"14\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Formula</emph>"
-msgstr ""
+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>"
-#: 00000404.xhp
+#: 00000200.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3153056\n"
-"16\n"
+"00000200.xhp\n"
+"par_id319947250\n"
+"18\n"
"help.text"
-msgid "Open the <emph>Insert </emph>toolbar, click"
-msgstr ""
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Exports the file in color.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
-#: 00000404.xhp
-#, fuzzy
+#: 00000200.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3148559\n"
+"00000200.xhp\n"
+"par_id993147088\n"
+"20\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>"
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Exports the file in grayscale tones.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ჩაურთავს რიგს ცხრილში.</ahelp>"
-#: 00000404.xhp
+#: 00000200.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3155858\n"
-"17\n"
+"00000200.xhp\n"
+"par_id399153683\n"
+"24\n"
"help.text"
-msgid "Formula"
-msgstr "ფორმულა"
+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>"
-#: 00000404.xhp
+#: 00000200.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3153144\n"
-"38\n"
+"00000200.xhp\n"
+"par_id319952780\n"
+"26\n"
"help.text"
-msgid "Choose <emph>Format - Chart Type</emph>"
-msgstr ""
+msgid "<ahelp hid=\".\" visibility=\"hidden\">Specifies that you do not wish to use compression.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">მონიშნეთ ეს ხატულა სათაურების სანახავად.</ahelp>"
-#: 00000404.xhp
+#: 00000200.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3147578\n"
-"39\n"
+"00000200.xhp\n"
+"par_id3147250\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart </emph>"
+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 ""
-#: 00000404.xhp
+#: 00000206.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3154011\n"
-"40\n"
+"00000206.xhp\n"
+"tit\n"
"help.text"
-msgid "Choose <emph>Format - Chart Type</emph>"
+msgid "Dif Import/Export/ Lotus import/ dBASE import"
msgstr ""
-#: 00000404.xhp
+#: 00000206.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3153573\n"
-"41\n"
+"00000206.xhp\n"
+"hd_id3155354\n"
+"1\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>"
+msgid "Dif Import/Export/ Lotus import/ dBASE import"
msgstr ""
-#: 00000404.xhp
+#: 00000206.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3159179\n"
-"42\n"
+"00000206.xhp\n"
+"par_id3150620\n"
+"4\n"
"help.text"
-msgid "Choose <emph>Format - Chart Type</emph>"
+msgid "Defines the options for import/export. These dialogs will be automatically shown if the corresponding file type is selected."
msgstr ""
-#: 00000404.xhp
+#: 00000206.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3159196\n"
-"43\n"
+"00000206.xhp\n"
+"hd_id3149000\n"
+"2\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>"
-msgstr ""
+msgid "Character set"
+msgstr "კოდირება"
-#: 00000404.xhp
+#: 00000206.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3149664\n"
-"18\n"
+"00000206.xhp\n"
+"par_id3152790\n"
+"5\n"
"help.text"
-msgid "Choose <emph>Insert - Object - Chart</emph>"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_IMPORTOPT:LB_FONT\">Select the character set from the options used for import/export.</ahelp>"
msgstr ""
-#: 00000404.xhp
+#: 00000206.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3154921\n"
-"19\n"
+"00000206.xhp\n"
+"par_id3152942\n"
+"3\n"
"help.text"
-msgid "Open the <emph>Insert </emph>toolbar, click"
+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 ""
-#: 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
+#: 00000207.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3145749\n"
-"20\n"
+"00000207.xhp\n"
+"tit\n"
"help.text"
-msgid "Chart"
-msgstr "დიაგარმა"
+msgid "Export text files"
+msgstr "შაბლონების ექსპორტირება"
-#: 00000404.xhp
+#: 00000207.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3155513\n"
-"44\n"
+"00000207.xhp\n"
+"hd_id3153116\n"
+"1\n"
"help.text"
-msgid "Choose <emph>Insert - Picture - From File</emph>"
-msgstr ""
+msgid "Export text files"
+msgstr "შაბლონების ექსპორტირება"
-#: 00000404.xhp
+#: 00000207.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3155308\n"
-"45\n"
+"00000207.xhp\n"
+"par_id3150379\n"
+"7\n"
"help.text"
-msgid "Open the <emph>Insert</emph> toolbar, click"
+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 ""
-#: 00000404.xhp
-#, fuzzy
+#: 00000207.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3145594\n"
+"00000207.xhp\n"
+"hd_id3155577\n"
+"2\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>"
+msgid "Field options"
+msgstr "ველის პარამეტრები"
-#: 00000404.xhp
+#: 00000207.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3149960\n"
-"46\n"
+"00000207.xhp\n"
+"par_id3152427\n"
+"8\n"
"help.text"
-msgid "From File"
-msgstr "ფაილიდან"
+msgid "Defines the field separator, text separator and character set that is used for the text export."
+msgstr ""
-#: 00000404.xhp
+#: 00000207.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3150037\n"
-"25\n"
+"00000207.xhp\n"
+"hd_id3152876\n"
+"5\n"
"help.text"
-msgid "Choose <emph>Insert - Floating Frame</emph>"
-msgstr ""
+msgid "Character set"
+msgstr "კოდირება"
-#: 00000404.xhp
+#: 00000207.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3083281\n"
-"26\n"
+"00000207.xhp\n"
+"par_id3154689\n"
+"11\n"
"help.text"
-msgid "Open the <emph>Insert </emph>toolbar, click"
+msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_IMPORTOPT:DDLB_FONT\">Specifies the character set for text export.</ahelp>"
msgstr ""
-#: 00000404.xhp
-#, fuzzy
+#: 00000207.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3168607\n"
+"00000207.xhp\n"
+"hd_id3145138\n"
+"3\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>"
+msgid "Field delimiter"
+msgstr "ველის გამყოფი"
-#: 00000404.xhp
+#: 00000207.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3148588\n"
-"27\n"
+"00000207.xhp\n"
+"par_id3150838\n"
+"9\n"
"help.text"
-msgid "Floating Frame"
+msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_IMPORTOPT:ED_FIELDSEP\">Choose or enter the field delimiter, which separates data fields.</ahelp>"
msgstr ""
-#: 00000404.xhp
+#: 00000207.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_id3150396\n"
-"47\n"
+"00000207.xhp\n"
+"hd_id3154682\n"
+"4\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>"
+msgid "Text delimiter"
msgstr ""
-#: 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 "<image id=\"img_id3153252\" src=\"cmd/sc_spacepara2.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153252\">ხატულა</alt></image>"
-
-#: 00000404.xhp
-msgctxt ""
-"00000404.xhp\n"
-"par_idN10DD1\n"
-"help.text"
-msgid "Fontwork Gallery"
-msgstr "Fontwork-ის გალერეა"
-
-#: 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 "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-
-#: 00000404.xhp
+#: 00000207.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_idN10ED8\n"
+"00000207.xhp\n"
+"par_id3154863\n"
+"10\n"
"help.text"
-msgid "Basic Shapes"
+msgid "<ahelp hid=\"SC:COMBOBOX:RID_SCDLG_IMPORTOPT:ED_TEXTSEP\">Choose or enter the text delimiter, which encloses every data field.</ahelp>"
msgstr ""
-#: 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 "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-
-#: 00000404.xhp
+#: 00000207.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_idN10F1D\n"
+"00000207.xhp\n"
+"hd_id783149793\n"
"help.text"
-msgid "Symbol Shapes"
+msgid "Quote all text cells"
msgstr ""
-#: 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 "<image id=\"img_id3153252\" src=\"cmd/sc_spacepara2.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153252\">ხატულა</alt></image>"
-
-#: 00000404.xhp
+#: 00000207.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_idN10F62\n"
+"00000207.xhp\n"
+"par_id3152778363\n"
"help.text"
-msgid "Block Arrows"
+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 ""
-#: 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
+#: 00000207.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_idN10FA7\n"
+"00000207.xhp\n"
+"hd_id7145298\n"
"help.text"
-msgid "Flowcharts"
+msgid "Save cell content as shown"
msgstr ""
-#: 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
+#: 00000207.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_idN10FEC\n"
+"00000207.xhp\n"
+"par_id5719779\n"
"help.text"
-msgid "Callouts"
+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 ""
-#: 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
+#: 00000207.xhp
msgctxt ""
-"00000404.xhp\n"
-"par_idN11031\n"
+"00000207.xhp\n"
+"par_id3541062\n"
"help.text"
-msgid "Stars"
+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 ""
-#: 00000409.xhp
+#: 00000207.xhp
msgctxt ""
-"00000409.xhp\n"
-"tit\n"
+"00000207.xhp\n"
+"hd_id3149793\n"
+"12\n"
"help.text"
-msgid "Toolbars"
-msgstr ""
+msgid "Fixed column width"
+msgstr "ფიქსირებული სვეტის სიგანე"
-#: 00000409.xhp
+#: 00000207.xhp
msgctxt ""
-"00000409.xhp\n"
-"hd_id3149517\n"
-"1\n"
+"00000207.xhp\n"
+"par_id3152363\n"
+"13\n"
"help.text"
-msgid "Toolbars"
+msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_IMPORTOPT_CB_FIXEDWIDTH\">Exports all data fields with a fixed width.</ahelp>"
msgstr ""
-#: 00000409.xhp
+#: 00000207.xhp
msgctxt ""
-"00000409.xhp\n"
-"par_id3156053\n"
-"2\n"
+"00000207.xhp\n"
+"par_id3149283\n"
+"14\n"
"help.text"
-msgid "Choose <emph>Data - Filter - Standard Filter</emph>"
+msgid "The width of a data field in the exported text file is set to the current width of the corresponding column."
msgstr ""
-#: 00000409.xhp
+#: 00000207.xhp
msgctxt ""
-"00000409.xhp\n"
-"par_id3154350\n"
-"3\n"
+"00000207.xhp\n"
+"par_id3154116\n"
+"15\n"
"help.text"
-msgid "Database table view: <emph>Standard Filter</emph> icon in the <emph>Database</emph> Toolbar"
+msgid "Values are exported in the format as currently seen in the cell."
msgstr ""
-#: 00000409.xhp
+#: 00000207.xhp
msgctxt ""
-"00000409.xhp\n"
-"par_id3154183\n"
-"4\n"
+"00000207.xhp\n"
+"par_id3156414\n"
+"16\n"
"help.text"
-msgid "Form view: <emph>Standard Filter</emph> icon in the <emph>Form</emph> Bar"
+msgid "If a value is longer than the fixed column width, it will be exported as a ### string."
msgstr ""
-#: 00000409.xhp
+#: 00000207.xhp
msgctxt ""
-"00000409.xhp\n"
-"par_id3155619\n"
+"00000207.xhp\n"
+"par_id3150178\n"
+"17\n"
"help.text"
-msgid "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3147588\"><alt id=\"alt_id3147588\">Icon</alt></image>"
+msgid "If a text string is longer than the fixed column width, it will be truncated at the end."
msgstr ""
-#: 00000409.xhp
+#: 00000207.xhp
msgctxt ""
-"00000409.xhp\n"
-"par_id3148731\n"
-"5\n"
+"00000207.xhp\n"
+"par_id3148548\n"
+"18\n"
"help.text"
-msgid "Standard Filter"
-msgstr "სტანდარტული ფილტრი"
+msgid "The alignment Left, Centered, and Right will be simulated by inserted blanks."
+msgstr ""
#: 00000208.xhp
msgctxt ""
@@ -4564,7 +4805,7 @@ msgctxt ""
"par_id3149987\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"SC:MODALDIALOG:RID_SCDLG_ASCII\">Sets the import options for delimited data.</ahelp>"
+msgid "<ahelp hid=\"modules/scalc/ui/textimportcsv/TextImportCsvDialog\">Sets the import options for delimited data.</ahelp>"
msgstr ""
#: 00000208.xhp
@@ -4591,11 +4832,10 @@ msgctxt ""
"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>"
+msgid "<ahelp hid=\"modules/scalc/ui/textimportcsv/charset\">Specifies the character set to be used in the imported file.</ahelp>"
msgstr ""
#: 00000208.xhp
-#, fuzzy
msgctxt ""
"00000208.xhp\n"
"hd_id315478899\n"
@@ -4604,7 +4844,6 @@ msgid "Language"
msgstr "ენა"
#: 00000208.xhp
-#, fuzzy
msgctxt ""
"00000208.xhp\n"
"par_id314949588\n"
@@ -4643,7 +4882,7 @@ msgctxt ""
"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."
+msgid "<ahelp hid=\"modules/scalc/ui/textimportcsv/fromrow\">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 ""
#: 00000208.xhp
@@ -4679,7 +4918,7 @@ msgctxt ""
"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."
+msgid "<ahelp hid=\"modules/scalc/ui/textimportcsv/tofixedwidth\">Separates fixed-width data (equal number of characters) into columns.</ahelp> Click on the ruler in the preview window to set the width."
msgstr ""
#: 00000208.xhp
@@ -4697,7 +4936,7 @@ msgctxt ""
"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>"
+msgid "<ahelp hid=\"modules/scalc/ui/textimportcsv/toseparatedby\">Select the separator used in your data.</ahelp>"
msgstr ""
#: 00000208.xhp
@@ -4715,7 +4954,7 @@ msgctxt ""
"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>"
+msgid "<ahelp hid=\"modules/scalc/ui/textimportcsv/tab\">Separates data delimited by tabs into columns.</ahelp>"
msgstr ""
#: 00000208.xhp
@@ -4733,7 +4972,7 @@ msgctxt ""
"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>"
+msgid "<ahelp hid=\"modules/scalc/ui/textimportcsv/semicolon\">Separates data delimited by semicolons into columns.</ahelp>"
msgstr ""
#: 00000208.xhp
@@ -4751,7 +4990,7 @@ msgctxt ""
"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>"
+msgid "<ahelp hid=\"modules/scalc/ui/textimportcsv/comma\">Separates data delimited by commas into columns.</ahelp>"
msgstr ""
#: 00000208.xhp
@@ -4769,7 +5008,7 @@ msgctxt ""
"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>"
+msgid "<ahelp hid=\"modules/scalc/ui/textimportcsv/space\">Separates data delimited by spaces into columns.</ahelp>"
msgstr ""
#: 00000208.xhp
@@ -4787,7 +5026,7 @@ msgctxt ""
"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>"
+msgid "<ahelp hid=\"modules/scalc/ui/textimportcsv/inputother\">Separates data into columns using the custom separator that you specify. Note: The custom separator must also be contained in your data.</ahelp>"
msgstr ""
#: 00000208.xhp
@@ -4805,7 +5044,7 @@ msgctxt ""
"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>"
+msgid "<ahelp hid=\"modules/scalc/ui/textimportcsv/mergedelimiters\">Combines consecutive delimiters and removes blank data fields.</ahelp>"
msgstr ""
#: 00000208.xhp
@@ -4823,7 +5062,7 @@ msgctxt ""
"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>"
+msgid "<ahelp hid=\"modules/scalc/ui/textimportcsv/textdelimiter\">Select a character to delimit text data. You can can also enter a character in the text box.</ahelp>"
msgstr ""
#: 00000208.xhp
@@ -4859,7 +5098,6 @@ msgid "<ahelp hid=\".\">When this option is enabled, fields or cells whose value
msgstr ""
#: 00000208.xhp
-#, fuzzy
msgctxt ""
"00000208.xhp\n"
"hd_id314847422\n"
@@ -4924,7 +5162,7 @@ msgctxt ""
"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:"
+msgid "<ahelp hid=\"modules/scalc/ui/textimportcsv/columntype\">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 ""
#: 00000208.xhp
@@ -4934,7 +5172,7 @@ msgctxt ""
"25\n"
"help.text"
msgid "Type"
-msgstr ""
+msgstr "ტიპი"
#: 00000208.xhp
msgctxt ""
@@ -5088,7 +5326,7 @@ msgctxt ""
"76\n"
"help.text"
msgid "Number of characters"
-msgstr ""
+msgstr "სიმბოლოთა რაოდენობა"
#: 00000208.xhp
msgctxt ""
@@ -5106,7 +5344,7 @@ msgctxt ""
"78\n"
"help.text"
msgid "6"
-msgstr "6"
+msgstr ""
#: 00000208.xhp
msgctxt ""
@@ -5124,7 +5362,7 @@ msgctxt ""
"80\n"
"help.text"
msgid "8"
-msgstr "8"
+msgstr ""
#: 00000208.xhp
msgctxt ""
@@ -5169,7 +5407,7 @@ msgctxt ""
"39\n"
"help.text"
msgid "Preview"
-msgstr ""
+msgstr "ესკიზი"
#: 00000208.xhp
msgctxt ""
@@ -5207,3205 +5445,2854 @@ msgctxt ""
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 ""
-#: 00000403.xhp
+#: 00000210.xhp
msgctxt ""
-"00000403.xhp\n"
+"00000210.xhp\n"
"tit\n"
"help.text"
-msgid "View Menu"
-msgstr "ხედის მენიუ"
+msgid "Warning Print Options"
+msgstr ""
-#: 00000403.xhp
+#: 00000210.xhp
msgctxt ""
-"00000403.xhp\n"
-"hd_id3156304\n"
+"00000210.xhp\n"
+"hd_id3145759\n"
"1\n"
"help.text"
-msgid "View Menu"
-msgstr "ხედის მენიუ"
-
-#: 00000403.xhp
-msgctxt ""
-"00000403.xhp\n"
-"par_id3146936\n"
-"12\n"
-"help.text"
-msgid "Choose <emph>View - Zoom</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
-
-#: 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>"
+msgid "Warning Print Options"
msgstr ""
-#: 00000403.xhp
+#: 00000210.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3152895\n"
-"13\n"
+"00000210.xhp\n"
+"par_id3152352\n"
+"2\n"
"help.text"
-msgid "Double-click or right-click the field on the <emph>Status</emph> Bar"
+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 ""
-#: 00000403.xhp
+#: 00000210.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3156183\n"
-"36\n"
+"00000210.xhp\n"
+"hd_id3150620\n"
+"3\n"
"help.text"
-msgid "Choose <emph>View - Toolbars</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
+msgid "Print options"
+msgstr "ბეჭდვის პარამეტრები"
-#: 00000403.xhp
+#: 00000210.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3166445\n"
-"15\n"
+"00000210.xhp\n"
+"hd_id3156324\n"
+"5\n"
"help.text"
-msgid "<variable id=\"funktion\">Choose <emph>View - Toolbars - Standard</emph></variable>"
+msgid "Fit page to print range"
msgstr ""
-#: 00000403.xhp
+#: 00000210.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3153748\n"
-"17\n"
+"00000210.xhp\n"
+"par_id3158405\n"
+"7\n"
"help.text"
-msgid "<variable id=\"werkzeug\">Choose <emph>View - Toolbars - Tools</emph></variable>"
+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 ""
-#: 00000403.xhp
-#, fuzzy
-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>"
-
-#: 00000403.xhp
+#: 00000210.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3152780\n"
-"19\n"
+"00000210.xhp\n"
+"hd_id3156553\n"
+"8\n"
"help.text"
-msgid "<variable id=\"farbleiste\">Choose <emph>View - Toolbars - Color Bar</emph></variable>"
+msgid "Print on multiple pages"
msgstr ""
-#: 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>"
-
-#: 00000403.xhp
+#: 00000210.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3157909\n"
-"32\n"
+"00000210.xhp\n"
+"par_id3154823\n"
+"9\n"
"help.text"
-msgid "Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Internet</emph>"
+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 ""
-#: 00000403.xhp
+#: 00000210.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3146806\n"
-"42\n"
+"00000210.xhp\n"
+"hd_id3147010\n"
+"10\n"
"help.text"
-msgid "Choose <emph>Insert - Hyperlink</emph>"
+msgid "Trim"
msgstr ""
-#: 00000403.xhp
+#: 00000210.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3153717\n"
-"38\n"
+"00000210.xhp\n"
+"par_id3151111\n"
+"11\n"
"help.text"
-msgid "<variable id=\"hypdiamailnews\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Mail & News</emph></variable>"
+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 ""
-#: 00000403.xhp
+#: 00000215.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3149415\n"
-"34\n"
+"00000215.xhp\n"
+"tit\n"
"help.text"
-msgid "<variable id=\"hypdiadok\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Document</emph></variable>"
+msgid "ASCII Filter Options"
msgstr ""
-#: 00000403.xhp
+#: 00000215.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3150129\n"
-"35\n"
+"00000215.xhp\n"
+"hd_id3146856\n"
+"1\n"
"help.text"
-msgid "<variable id=\"hypdianeudok\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>New Document</emph></variable>"
+msgid "ASCII Filter Options"
msgstr ""
-#: 00000403.xhp
-msgctxt ""
-"00000403.xhp\n"
-"par_id3159269\n"
-"20\n"
-"help.text"
-msgid "Choose <emph>View - Full Screen</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
-
-#: 00000403.xhp
-#, fuzzy
+#: 00000215.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3149578\n"
-"25\n"
+"00000215.xhp\n"
+"par_id3153070\n"
+"2\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"
+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 ""
-#: 00000403.xhp
-#, fuzzy
+#: 00000215.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3153257\n"
+"00000215.xhp\n"
+"hd_id3159217\n"
+"3\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>"
+msgid "Properties"
+msgstr "თვისებები"
-#: 00000403.xhp
+#: 00000215.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3153627\n"
-"44\n"
+"00000215.xhp\n"
+"par_id3155577\n"
+"4\n"
"help.text"
-msgid "Full Screen On/Off (in Page Preview)"
+msgid "Defines the settings for importing or exporting your file. When exporting, only the character set and paragraph break can be defined."
msgstr ""
-#: 00000403.xhp
+#: 00000215.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3147559\n"
-"8\n"
+"00000215.xhp\n"
+"hd_id3146959\n"
+"5\n"
"help.text"
-msgid "If a text document or spreadsheet is open:"
-msgstr ""
+msgid "Character set"
+msgstr "კოდირება"
-#: 00000403.xhp
+#: 00000215.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3145069\n"
-"31\n"
+"00000215.xhp\n"
+"par_id3143206\n"
+"6\n"
"help.text"
-msgid "Menu <emph>View - Data Sources</emph>"
+msgid "<ahelp hid=\"modules/swriter/ui/asciifilterdialog/charset\">Specifies the character set of the file for export or import.</ahelp>"
msgstr ""
-#: 00000403.xhp
-msgctxt ""
-"00000403.xhp\n"
-"par_id3149046\n"
-"28\n"
-"help.text"
-msgid "F4 key"
-msgstr "F4 კლავიში"
-
-#: 00000403.xhp
-#, fuzzy
+#: 00000215.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3153778\n"
+"00000215.xhp\n"
+"hd_id3154926\n"
+"7\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>"
+msgid "Default fonts"
+msgstr "ნაგულისხმევი შრიფტი"
-#: 00000403.xhp
+#: 00000215.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3146908\n"
-"39\n"
+"00000215.xhp\n"
+"par_id3151262\n"
+"8\n"
"help.text"
-msgid "Data Sources"
+msgid "<ahelp hid=\"modules/swriter/ui/asciifilterdialog/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 ""
-#: 00000403.xhp
+#: 00000215.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3154140\n"
+"00000215.xhp\n"
+"hd_id3154894\n"
"9\n"
"help.text"
-msgid "Choose <emph>View - HTML Source</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
+msgid "Language"
+msgstr "ენა"
-#: 00000403.xhp
+#: 00000215.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3154947\n"
-"23\n"
+"00000215.xhp\n"
+"par_id3153323\n"
+"10\n"
"help.text"
-msgid "Open context menu in an HTML document"
+msgid "<ahelp hid=\"modules/swriter/ui/asciifilterdialog/language\">Specifies the language of the text, if this has not already been defined. This setting is only available when importing.</ahelp>"
msgstr ""
-#: 00000403.xhp
-#, fuzzy
-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>"
-
-#: 00000403.xhp
+#: 00000215.xhp
msgctxt ""
-"00000403.xhp\n"
-"par_id3144448\n"
+"00000215.xhp\n"
+"hd_id3147143\n"
"11\n"
"help.text"
-msgid "HTML Source"
-msgstr "HTML წყარო"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 01000000.xhp
-msgctxt ""
-"01000000.xhp\n"
-"tit\n"
-"help.text"
-msgid "Showing and Hiding Docked Windows"
-msgstr ""
-
-#: 01000000.xhp
-msgctxt ""
-"01000000.xhp\n"
-"hd_id3085157\n"
-"1\n"
-"help.text"
-msgid "Showing and Hiding Docked Windows"
-msgstr ""
-
-#: 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."
+msgid "Paragraph break"
msgstr ""
-#: 01000000.xhp
+#: 00000215.xhp
msgctxt ""
-"01000000.xhp\n"
-"par_id3150502\n"
-"3\n"
+"00000215.xhp\n"
+"par_id3143281\n"
+"12\n"
"help.text"
-msgid "To show or hide a docked window, click the icon."
+msgid "Defines the type of paragraph break for a text line."
msgstr ""
-#: 01000000.xhp
+#: 00000215.xhp
msgctxt ""
-"01000000.xhp\n"
-"hd_id3150465\n"
+"00000215.xhp\n"
+"hd_id3150935\n"
"13\n"
"help.text"
-msgid "AutoShow and AutoHide Docked Windows"
-msgstr ""
+msgid "CR & LF"
+msgstr "CR & LF"
-#: 01000000.xhp
+#: 00000215.xhp
msgctxt ""
-"01000000.xhp\n"
-"par_id3155504\n"
+"00000215.xhp\n"
+"par_id3145829\n"
"14\n"
"help.text"
-msgid "You can click the edge of a hidden docked window to open the window."
+msgid "<ahelp hid=\"modules/swriter/ui/asciifilterdialog/crlf\">Produces a \"Carriage Return\" and a \"Linefeed\". This option is the default.</ahelp>"
msgstr ""
-#: 01000000.xhp
+#: 00000215.xhp
msgctxt ""
-"01000000.xhp\n"
-"par_id3153257\n"
+"00000215.xhp\n"
+"hd_id3153551\n"
"15\n"
"help.text"
-msgid "The docked window closes automatically when you move the mouse pointer outside of the window."
-msgstr ""
+msgid "CR"
+msgstr "CR"
-#: 01000000.xhp
+#: 00000215.xhp
msgctxt ""
-"01000000.xhp\n"
-"par_id3154046\n"
+"00000215.xhp\n"
+"par_id3156042\n"
"16\n"
"help.text"
-msgid "Multiple docked windows act as a single window in AutoShow/AutoHide mode."
+msgid "<ahelp hid=\"modules/swriter/ui/asciifilterdialog/cr\">Produces a \"Carriage Return\" as the paragraph break.</ahelp>"
msgstr ""
-#: 01000000.xhp
+#: 00000215.xhp
msgctxt ""
-"01000000.xhp\n"
-"hd_id3145416\n"
-"18\n"
+"00000215.xhp\n"
+"hd_id3150713\n"
+"17\n"
"help.text"
-msgid "Drag and Drop"
-msgstr "გადათრევა და დაგდება"
+msgid "LF"
+msgstr "LF"
-#: 01000000.xhp
+#: 00000215.xhp
msgctxt ""
-"01000000.xhp\n"
-"par_id3149578\n"
-"19\n"
+"00000215.xhp\n"
+"par_id3145090\n"
+"18\n"
"help.text"
-msgid "If you drag an object over the edge of a hidden docked window, the window opens in AutoShow mode."
+msgid "<ahelp hid=\"modules/swriter/ui/asciifilterdialog/lf\">Produces a \"Linefeed\" as the paragraph break.</ahelp>"
msgstr ""
-#: 01050000.xhp
+#: 00000401.xhp
msgctxt ""
-"01050000.xhp\n"
+"00000401.xhp\n"
"tit\n"
"help.text"
-msgid "General"
-msgstr "მთავარი"
+msgid "File Menu"
+msgstr ""
-#: 01050000.xhp
+#: 00000401.xhp
msgctxt ""
-"01050000.xhp\n"
-"hd_id3158397\n"
+"00000401.xhp\n"
+"hd_id3149976\n"
"1\n"
"help.text"
-msgid "<link href=\"text/shared/00/01050000.xhp\" name=\"General\">General</link>"
+msgid "File Menu"
msgstr ""
-#: 01050000.xhp
+#: 00000401.xhp
msgctxt ""
-"01050000.xhp\n"
-"par_id3159242\n"
-"2\n"
+"00000401.xhp\n"
+"par_id389416\n"
"help.text"
-msgid "<ahelp hid=\".\">The<emph> General </emph>tab page lists the general properties of the current theme.</ahelp>"
+msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph></variable>"
msgstr ""
-#: 01050000.xhp
-msgctxt ""
-"01050000.xhp\n"
-"hd_id3150264\n"
-"3\n"
-"help.text"
-msgid "Name"
-msgstr "სახელი"
-
-#: 01050000.xhp
+#: 00000401.xhp
msgctxt ""
-"01050000.xhp\n"
-"par_id3154094\n"
-"4\n"
+"00000401.xhp\n"
+"par_id3154812\n"
+"50\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> თუ არა არის რაიმე სახელი მინიჭებული, შეგიძლიათ აკრიფოთ ახალი სახელი ტექსტურ ველში."
+msgid "Choose <emph>File - New</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 01050000.xhp
+#: 00000401.xhp
msgctxt ""
-"01050000.xhp\n"
-"hd_id3147089\n"
-"5\n"
+"00000401.xhp\n"
+"par_id3153070\n"
+"186\n"
"help.text"
-msgid "Type"
+msgid "<emph>New</emph> icon on the <emph>Standard</emph> Bar (the icon shows the type of the new document)"
msgstr ""
-#: 01050000.xhp
-msgctxt ""
-"01050000.xhp\n"
-"par_id3145071\n"
-"6\n"
-"help.text"
-msgid "Specifies the object type."
-msgstr "ობიექტის ტიპის განსაზღვრა."
-
-#: 01050000.xhp
+#: 00000401.xhp
msgctxt ""
-"01050000.xhp\n"
-"hd_id3147576\n"
-"7\n"
+"00000401.xhp\n"
+"par_id3150127\n"
"help.text"
-msgid "Location"
-msgstr "ადგილმდებარეობა"
+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>"
-#: 01050000.xhp
+#: 00000401.xhp
msgctxt ""
-"01050000.xhp\n"
-"par_id3146797\n"
-"8\n"
+"00000401.xhp\n"
+"par_id3154232\n"
+"199\n"
"help.text"
-msgid "Specifies the complete object path."
-msgstr "ობიექტის სრული გზის განსაზღვრა."
+msgid "New"
+msgstr "ახალი"
-#: 00000007.xhp
+#: 00000401.xhp
msgctxt ""
-"00000007.xhp\n"
-"tit\n"
+"00000401.xhp\n"
+"par_id3154894\n"
+"179\n"
"help.text"
-msgid "Toolbars"
-msgstr ""
+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"
-#: 00000007.xhp
+#: 00000401.xhp
msgctxt ""
-"00000007.xhp\n"
-"hd_id3155620\n"
-"1\n"
+"00000401.xhp\n"
+"par_id3157898\n"
+"82\n"
"help.text"
-msgid "Toolbars"
+msgid "Menu <emph>File - New</emph><emph>- Templates</emph>."
msgstr ""
-#: 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>"
-
-#: 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>"
-
-#: 00000007.xhp
-#, fuzzy
-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>"
-
-#: 00000007.xhp
+#: 00000401.xhp
msgctxt ""
-"00000007.xhp\n"
-"par_id3149748\n"
-"9\n"
+"00000401.xhp\n"
+"par_id3149140\n"
+"187\n"
"help.text"
-msgid "<variable id=\"diaobjektleiste\">Icon on the Slide View Bar: </variable>"
-msgstr "<variable id=\"diaobjektleiste\">ხატულა სლაიდების ხედვის ზოლზე: </variable>"
+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"
-#: 00000007.xhp
+#: 00000401.xhp
msgctxt ""
-"00000007.xhp\n"
-"par_id3156553\n"
-"10\n"
+"00000401.xhp\n"
+"par_id3149798\n"
+"160\n"
"help.text"
-msgid "<variable id=\"symbolleistenneu\">This overview describes the default toolbar configuration for $[officename].</variable>"
-msgstr ""
+msgid "<variable id=\"etiketten\">Choose <emph>File - New - Labels</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000007.xhp
+#: 00000401.xhp
msgctxt ""
-"00000007.xhp\n"
-"par_id3153551\n"
-"11\n"
+"00000401.xhp\n"
+"par_id3147226\n"
+"161\n"
"help.text"
-msgid "Asian Language Support"
-msgstr "აზიური ენის მხარდაჭერა"
+msgid "<variable id=\"etikettenein\">Choose <emph>File - New - Labels - Labels</emph> tab</variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000007.xhp
+#: 00000401.xhp
msgctxt ""
-"00000007.xhp\n"
-"par_id3156326\n"
-"12\n"
+"00000401.xhp\n"
+"par_id3154522\n"
+"162\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>."
+msgid "Choose <emph>File - New - Labels - Format</emph> tab"
msgstr ""
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"tit\n"
+"00000401.xhp\n"
+"par_id3154983\n"
+"163\n"
"help.text"
-msgid "About Import and Export Filters"
+msgid "Choose <emph>File - New - Business Cards - Format</emph> tab"
msgstr ""
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"bm_id3152952\n"
+"00000401.xhp\n"
+"par_id3157958\n"
+"164\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>"
+msgid "Choose <emph>File - New - Labels - Options</emph> tab"
msgstr ""
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"hd_id3152952\n"
-"1\n"
+"00000401.xhp\n"
+"par_id3153311\n"
+"165\n"
"help.text"
-msgid "About Import and Export Filters"
+msgid "Choose <emph>File - New - Business Cards - Options</emph> tab"
msgstr ""
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3143272\n"
-"2\n"
+"00000401.xhp\n"
+"par_id3152780\n"
+"166\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 ""
+msgid "<variable id=\"visikart\">Choose <emph>File - New - Business Cards</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3152414\n"
-"3\n"
+"00000401.xhp\n"
+"par_id3156346\n"
+"167\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."
+msgid "<variable id=\"visikartform\">Choose <emph>File - New - Business Cards - Medium</emph> tab</variable>"
msgstr ""
-#: 00000020.xhp
-msgctxt ""
-"00000020.xhp\n"
-"hd_id3148668\n"
-"238\n"
-"help.text"
-msgid "Basic Macros in MS Office Documents"
-msgstr "საბაზო მაკროები MS Office-ის დოკუმენტებში"
-
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3156211\n"
-"239\n"
+"00000401.xhp\n"
+"par_id3152824\n"
+"168\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."
+msgid "<variable id=\"viskartinhalt\">Choose <emph>File - New - Business Cards - Business cards</emph> tab</variable>"
msgstr ""
-#: 00000020.xhp
-msgctxt ""
-"00000020.xhp\n"
-"hd_id3154232\n"
-"5\n"
-"help.text"
-msgid "Notes regarding external formats and file types"
-msgstr "შენიშვნები გარე ფორმატების და ფაილების ტიპების შესახებ"
-
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3154230\n"
-"226\n"
+"00000401.xhp\n"
+"par_id3149819\n"
+"169\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."
+msgid "<variable id=\"viskartpriv\">Choose <emph>File - New - Business Cards - Private</emph> tab</variable>"
msgstr ""
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3149999\n"
-"200\n"
+"00000401.xhp\n"
+"par_id3154897\n"
+"170\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>"
+msgid "<variable id=\"viskartgesch\">Choose <emph>File - New - Business Cards - Business</emph> tab</variable>"
msgstr ""
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"hd_id3156027\n"
+"00000401.xhp\n"
+"par_id3146137\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 ""
+msgid "Choose <emph>File - Open</emph>"
+msgstr "Choose <emph>ფაილი - გახსნა</emph>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3145669\n"
-"8\n"
+"00000401.xhp\n"
+"par_id3152944\n"
+"83\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 ""
+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"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3150144\n"
-"233\n"
+"00000401.xhp\n"
+"par_id3155341\n"
+"8\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>"
+msgid "On the <emph>Standard</emph> Bar, click"
msgstr ""
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3149095\n"
-"10\n"
+"00000401.xhp\n"
+"par_id3155419\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 ""
+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>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3151378\n"
-"237\n"
+"00000401.xhp\n"
+"par_id3156003\n"
+"9\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."
+msgid "Open File"
msgstr ""
-#: 00000020.xhp
-msgctxt ""
-"00000020.xhp\n"
-"hd_id3149763\n"
-"11\n"
-"help.text"
-msgid "Importing and Exporting in HTML Format"
-msgstr "იმპორტი და ექსპორტი HTML ფორმატში"
-
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3150244\n"
-"198\n"
+"00000401.xhp\n"
+"par_id3155388\n"
+"174\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."
+msgid "Menu <emph>File - Open</emph>, File type <emph>Text Encoded</emph> selected"
msgstr ""
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3149800\n"
-"199\n"
+"00000401.xhp\n"
+"par_id3154174\n"
+"175\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)."
+msgid "Menu <emph>File - Save As</emph>, File type <emph>Text Encoded</emph> selected"
msgstr ""
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3149734\n"
-"201\n"
+"00000401.xhp\n"
+"par_id3145609\n"
+"109\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 ""
+msgid "<variable id=\"autobrief\">Choose <emph>File - Wizards</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3149578\n"
-"240\n"
+"00000401.xhp\n"
+"par_id3149245\n"
+"110\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 ""
+msgid "<variable id=\"autopilotbrief\">Choose <emph>File - Wizards - Letter</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3153146\n"
-"197\n"
+"00000401.xhp\n"
+"par_id3154758\n"
+"111\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 ""
+msgid "<variable id=\"autopilotbrief1\">Choose <emph>File - Wizards - Letter - Page design</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3154143\n"
-"130\n"
+"00000401.xhp\n"
+"par_id3152360\n"
+"112\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 ""
+msgid "<variable id=\"autopilotbrief2\">Choose <emph>File - Wizards - Letter - Letterhead layout</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3153760\n"
-"131\n"
+"00000401.xhp\n"
+"par_id3159413\n"
+"113\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 ""
+msgid "<variable id=\"autopilotbrief3\">Choose <emph>File - Wizards - Letter - Printed items</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3150129\n"
-"132\n"
+"00000401.xhp\n"
+"par_id3152771\n"
+"114\n"
"help.text"
-msgid "\"Font: 10pt\" switches to a 10pt font, with bold, italic, small caps off."
-msgstr ""
+msgid "<variable id=\"autopilotbrief4\">Choose <emph>File - Wizards - Letter - Recipient and sender</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3155135\n"
-"14\n"
+"00000401.xhp\n"
+"par_id3153524\n"
+"115\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 ""
+msgid "<variable id=\"autopilotbrief5\">Choose <emph>File - Wizards - Letter - Footer</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3148473\n"
-"15\n"
+"00000401.xhp\n"
+"par_id3154224\n"
+"116\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\"."
+msgid "<variable id=\"autopilotbrief6\">Choose <emph>File - Wizards - Letter - </emph><emph>Name and Location</emph></variable>"
msgstr ""
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3144510\n"
-"16\n"
+"00000401.xhp\n"
+"par_id3144760\n"
+"120\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 ""
+msgid "<variable id=\"autopilotfax\">Choose <emph>File - Wizards - Fax</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3147530\n"
-"46\n"
+"00000401.xhp\n"
+"par_id3147085\n"
+"121\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 ""
+msgid "<variable id=\"autopilotfax1\">Choose <emph>File - Wizards - Fax - Page Design</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3153896\n"
-"202\n"
+"00000401.xhp\n"
+"par_id3151042\n"
+"209\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 ""
+msgid "<variable id=\"autopilotfax2\">Choose <emph>File - Wizards - Fax - Items to include</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3154935\n"
-"203\n"
+"00000401.xhp\n"
+"par_id3154330\n"
+"122\n"
"help.text"
-msgid "Measurement Unit"
-msgstr "განზომილების მოდული"
+msgid "<variable id=\"autopilotfax3\">Choose <emph>File - Wizards - Fax - Sender and Recipient</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3154226\n"
-"204\n"
+"00000401.xhp\n"
+"par_id3150651\n"
+"123\n"
"help.text"
-msgid "Measurement Unit Name in CSS1"
-msgstr "განზომილების მოდულის სახელი CSS1-ში"
+msgid "<variable id=\"autopilotfax4\">Choose <emph>File - Wizards - Fax - Footer</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3151106\n"
-"205\n"
+"00000401.xhp\n"
+"par_id3154685\n"
+"124\n"
"help.text"
-msgid "Maximum Number of Decimal Places"
-msgstr "ათობითი ნიშნების მაქსიმალური რაოდენობა"
+msgid "<variable id=\"autopilotfax5\">Choose <emph>File - Wizards - Fax - Name and location</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3154071\n"
-"206\n"
+"00000401.xhp\n"
+"par_id3153190\n"
+"131\n"
"help.text"
-msgid "Millimeter"
-msgstr ""
+msgid "<variable id=\"autopilotagenda\">Choose <emph>File - Wizards - Agenda</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3149290\n"
-"207\n"
+"00000401.xhp\n"
+"par_id3155860\n"
+"132\n"
"help.text"
-msgid "mm"
-msgstr ""
+msgid "<variable id=\"autopilotagenda1\">Choose <emph>File - Wizards - Agenda - Page Design</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3152920\n"
-"208\n"
+"00000401.xhp\n"
+"par_id3146906\n"
+"133\n"
"help.text"
-msgid "2"
-msgstr ""
+msgid "<variable id=\"autopilotagenda2\">Choose <emph>File - Wizards - Agenda - General Attributes</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3156293\n"
-"209\n"
+"00000401.xhp\n"
+"par_id3152578\n"
+"134\n"
"help.text"
-msgid "Centimeter"
-msgstr ""
+msgid "<variable id=\"autopilotagenda3\">Choose <emph>File - Wizards - Agenda - Headings</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3154819\n"
-"210\n"
+"00000401.xhp\n"
+"par_id3155368\n"
+"135\n"
"help.text"
-msgid "cm"
-msgstr ""
+msgid "<variable id=\"autopilotagenda4\">Choose <emph>File - Wizards - Agenda - Names</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3147228\n"
-"211\n"
+"00000401.xhp\n"
+"par_id3146923\n"
+"205\n"
"help.text"
-msgid "2"
-msgstr ""
+msgid "<variable id=\"autopilotagenda5\">Choose <emph>File - Wizards - Agenda - Topics</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3154329\n"
-"212\n"
+"00000401.xhp\n"
+"par_id3149066\n"
+"136\n"
"help.text"
-msgid "Inch"
-msgstr ""
+msgid "<variable id=\"autopilotagenda6\">Choose <emph>File - Wizards - Agenda - Title and Location</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3150740\n"
-"213\n"
+"00000401.xhp\n"
+"par_id3149288\n"
+"102\n"
"help.text"
-msgid "in"
-msgstr "ში"
+msgid "<variable id=\"dtapt\">Choose <emph>File - Wizards - Presentation</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3157320\n"
-"214\n"
+"00000401.xhp\n"
+"par_id3146986\n"
+"103\n"
"help.text"
-msgid "2"
+msgid "<variable id=\"dtapse\">Choose <emph>File - Wizards - Presentation - Page 1</emph></variable>"
msgstr ""
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3156422\n"
-"215\n"
+"00000401.xhp\n"
+"par_id3154919\n"
+"104\n"
"help.text"
-msgid "Pica"
+msgid "<variable id=\"dtapsz\">Choose <emph>File - Wizards - Presentation - Page 2</emph></variable>"
msgstr ""
-#: 00000020.xhp
-msgctxt ""
-"00000020.xhp\n"
-"par_id3144760\n"
-"216\n"
-"help.text"
-msgid "pc"
-msgstr "პკ"
-
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3145322\n"
-"217\n"
+"00000401.xhp\n"
+"par_id3151351\n"
+"105\n"
"help.text"
-msgid "2"
+msgid "<variable id=\"dtapsd\">Choose <emph>File - Wizards - Presentation - Page 3</emph></variable>"
msgstr ""
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3155131\n"
-"218\n"
+"00000401.xhp\n"
+"par_id3147317\n"
+"106\n"
"help.text"
-msgid "Point"
+msgid "<variable id=\"dtapsv\">Choose <emph>File - Wizards - Presentation - Page 4</emph></variable>"
msgstr ""
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3147288\n"
-"219\n"
+"00000401.xhp\n"
+"par_id3145592\n"
+"107\n"
"help.text"
-msgid "pt"
+msgid "<variable id=\"dtapsf\">Choose <emph>File - Wizards - Presentation - Page 5</emph></variable>"
msgstr ""
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3145364\n"
-"220\n"
+"00000401.xhp\n"
+"par_idN10C46\n"
"help.text"
-msgid "1"
-msgstr "1"
+msgid "<variable id=\"autopilotformular\">Click <emph>Use Wizard to Create Form</emph> in a database file window.</variable>"
+msgstr ""
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3149262\n"
-"70\n"
+"00000401.xhp\n"
+"par_idN10C5F\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."
+msgid "<variable id=\"autopilotreport\">Click <emph>Use Wizard to Create Report</emph> in a database file window.</variable>"
msgstr ""
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"hd_id3145750\n"
-"223\n"
+"00000401.xhp\n"
+"par_idN10C24\n"
"help.text"
-msgid "Importing and Exporting Numbering"
-msgstr ""
+msgid "<variable id=\"webwizard\">Choose <emph>File - Wizards - Web Page</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3145591\n"
-"224\n"
+"00000401.xhp\n"
+"par_id3154064\n"
+"143\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."
+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
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3153573\n"
-"225\n"
+"00000401.xhp\n"
+"par_id3152807\n"
+"144\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."
+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
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"hd_id3148556\n"
-"235\n"
+"00000401.xhp\n"
+"par_id3150571\n"
+"148\n"
"help.text"
-msgid "Importing and Exporting Spreadsheet Files"
+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
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3153365\n"
-"236\n"
+"00000401.xhp\n"
+"par_id3145251\n"
+"145\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."
+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
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"hd_id3150228\n"
-"103\n"
+"00000401.xhp\n"
+"par_id3156109\n"
+"146\n"
"help.text"
-msgid "Importing and Exporting Graphics Files"
+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
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3152578\n"
-"104\n"
+"00000401.xhp\n"
+"par_id3159347\n"
+"147\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."
+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
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3144441\n"
-"106\n"
+"00000401.xhp\n"
+"par_id3153417\n"
+"150\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 ""
+msgid "<variable id=\"autopilotmsimport\">Choose <emph>File - Wizards - Document Converter</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3146120\n"
-"222\n"
+"00000401.xhp\n"
+"par_id3150715\n"
+"151\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 ""
+msgid "<variable id=\"autopilotmsimport1\">Choose <emph>File - Wizards - Document Converter</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3159153\n"
-"109\n"
+"00000401.xhp\n"
+"par_id3154274\n"
+"149\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 ""
+msgid "<variable id=\"autopilotmsimport2\">Choose <emph>File - Wizards - Document Converter</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"hd_id3153213\n"
-"228\n"
+"00000401.xhp\n"
+"par_id3146912\n"
+"171\n"
"help.text"
-msgid "PostScript"
-msgstr "PostScript"
+msgid "<variable id=\"euro\">Choose <emph>File - Wizards - Euro Converter</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3156444\n"
-"229\n"
+"00000401.xhp\n"
+"par_id3152962\n"
+"198\n"
"help.text"
-msgid "To export a document or graphic in PostScript format:"
+msgid "Menu <emph>File - Wizards - Address Data Source</emph>"
msgstr ""
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3163714\n"
-"230\n"
+"00000401.xhp\n"
+"par_id3145206\n"
+"191\n"
"help.text"
-msgid "If you have not yet done so, install a PostScript printer driver, such as the Apple LaserWriter driver."
+msgid "<variable id=\"addressimport2\"><emph>Address Data Source Wizards</emph> - <emph>Additional settings</emph></variable>"
msgstr ""
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3153142\n"
-"231\n"
+"00000401.xhp\n"
+"par_id3154756\n"
+"192\n"
"help.text"
-msgid "Print the document with the <emph>File - Print</emph> menu command."
+msgid "<variable id=\"addressimport3\"><emph>Address Data Source Wizards</emph> - <emph>Select table</emph></variable>"
msgstr ""
-#: 00000020.xhp
+#: 00000401.xhp
msgctxt ""
-"00000020.xhp\n"
-"par_id3154149\n"
-"242\n"
+"00000401.xhp\n"
+"par_id3153924\n"
+"193\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."
+msgid "<variable id=\"addressimport4\"><emph>Address Data Source Wizards</emph><emph>- Data source title</emph></variable>"
msgstr ""
-#: 00000003.xhp
+#: 00000401.xhp
msgctxt ""
-"00000003.xhp\n"
-"tit\n"
+"00000401.xhp\n"
+"par_id3148995\n"
+"194\n"
"help.text"
-msgid "Conversion of measurement units"
+msgid "<variable id=\"addressimport5\"><emph>Address Data Source Wizards</emph> - <emph>Field assignment</emph></variable>"
msgstr ""
-#: 00000003.xhp
+#: 00000401.xhp
msgctxt ""
-"00000003.xhp\n"
-"bm_id3147543\n"
+"00000401.xhp\n"
+"par_id3147338\n"
+"57\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>"
+msgid "<variable id=\"schliessen\">Choose <emph>File - Close</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000003.xhp
+#: 00000401.xhp
msgctxt ""
-"00000003.xhp\n"
-"hd_id3147543\n"
-"1\n"
+"00000401.xhp\n"
+"par_id3156717\n"
+"10\n"
"help.text"
-msgid "Conversion of measurement units"
-msgstr ""
+msgid "Choose <emph>File - Save</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00000003.xhp
+#: 00000401.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_idN1069F\n"
+"00000401.xhp\n"
+"par_id3147533\n"
+"84\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 ""
+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"
-#: 00000003.xhp
+#: 00000401.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_idN106A2\n"
+"00000401.xhp\n"
+"par_id3148930\n"
+"11\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."
+msgid "On Standard or Table Data Bar, click"
msgstr ""
-#: 00000003.xhp
+#: 00000401.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_idN106AD\n"
+"00000401.xhp\n"
+"par_id3156712\n"
"help.text"
-msgid "In input boxes for length units you can also add the unit abbreviation according to the following list:"
-msgstr ""
+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>"
-#: 00000003.xhp
+#: 00000401.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_idN106BA\n"
+"00000401.xhp\n"
+"par_id3149109\n"
+"12\n"
"help.text"
-msgid "Unit abbreviation"
-msgstr "მოდულის შემოკლება"
+msgid "Save"
+msgstr "შენახვა"
-#: 00000003.xhp
+#: 00000401.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_idN106C0\n"
+"00000401.xhp\n"
+"par_idN10F11\n"
"help.text"
-msgid "Explanation"
-msgstr "ახსნა"
+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>"
-#: 00000003.xhp
+#: 00000401.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_idN106C7\n"
+"00000401.xhp\n"
+"par_idN10F2E\n"
"help.text"
-msgid "mm"
-msgstr ""
+msgid "Save As"
+msgstr "დაიმახსოვრე როგორც"
-#: 00000003.xhp
+#: 00000401.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_idN106CD\n"
+"00000401.xhp\n"
+"par_id3150300\n"
+"99\n"
"help.text"
-msgid "Millimeter"
+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 ""
-#: 00000003.xhp
+#: 00000401.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_idN106D4\n"
+"00000401.xhp\n"
+"par_id3153387\n"
+"137\n"
"help.text"
-msgid "cm"
+msgid "<variable id=\"htmlspeichern1\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 1 of the wizard</variable>"
msgstr ""
-#: 00000003.xhp
+#: 00000401.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_idN106DA\n"
+"00000401.xhp\n"
+"par_id3154021\n"
+"138\n"
"help.text"
-msgid "Centimeter"
+msgid "<variable id=\"htmlspeichern2\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 2 of the wizard</variable>"
msgstr ""
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_idN106E1\n"
-"help.text"
-msgid "in or \""
-msgstr "ან \""
-
-#: 00000003.xhp
+#: 00000401.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_idN106E7\n"
+"00000401.xhp\n"
+"par_id3147246\n"
+"159\n"
"help.text"
-msgid "Inch"
+msgid "<variable id=\"htmlspeichern3\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 3 of the wizard</variable>"
msgstr ""
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_idN106EE\n"
-"help.text"
-msgid "pi"
-msgstr "პი"
-
-#: 00000003.xhp
+#: 00000401.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_idN106F4\n"
+"00000401.xhp\n"
+"par_id3145131\n"
+"140\n"
"help.text"
-msgid "Pica"
+msgid "<variable id=\"htmlspeichern4\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 4 of the wizard</variable>"
msgstr ""
-#: 00000003.xhp
+#: 00000401.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_idN106FB\n"
+"00000401.xhp\n"
+"par_id3150235\n"
+"141\n"
"help.text"
-msgid "pt"
+msgid "<variable id=\"htmlspeichern5\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 5 of the wizard</variable>"
msgstr ""
-#: 00000003.xhp
+#: 00000401.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_idN10701\n"
+"00000401.xhp\n"
+"par_id3145762\n"
+"142\n"
"help.text"
-msgid "Point"
+msgid "<variable id=\"htmlspeichern6\">$[officename] Draw/$[officename] Impress menu<emph> File - Export</emph>, select HTML file type, page 6 of the wizard</variable>"
msgstr ""
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_idN10704\n"
-"help.text"
-msgid "The following formulas convert the units:"
-msgstr "შემდეგი ფორმულები გარდაქმნიან მოდულებს:"
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_idN1070A\n"
-"help.text"
-msgid "1 cm = 10 mm"
-msgstr "1 სმ = 10 მმ"
-
-#: 00000003.xhp
-msgctxt ""
-"00000003.xhp\n"
-"par_idN1070E\n"
-"help.text"
-msgid "1 inch = 2.54 cm"
-msgstr "1 დიუმი = 2.54 სმ"
-
-#: 00000003.xhp
+#: 00000401.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_idN10712\n"
+"00000401.xhp\n"
+"par_id3149735\n"
"help.text"
-msgid "1 inch = 6 Pica = 72 Point"
-msgstr "1 დიუმი = 6 პიკა = 72 პოინტ"
+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>"
-#: 00000003.xhp
+#: 00000401.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_idN10715\n"
+"00000401.xhp\n"
+"par_id3154901\n"
+"58\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 ""
+msgid "<variable id=\"saveall\">Choose <emph>File - Save All</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000003.xhp
+#: 00000401.xhp
msgctxt ""
-"00000003.xhp\n"
-"par_idN1074C\n"
+"00000401.xhp\n"
+"par_id3152479\n"
+"59\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 ""
+msgid "<variable id=\"saveas\">Choose <emph>File - Save As</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"tit\n"
+"00000401.xhp\n"
+"par_id3148392\n"
+"60\n"
"help.text"
-msgid "Format Menu"
-msgstr ""
+msgid "Choose <emph>File - Reload</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"hd_id3149741\n"
-"1\n"
+"00000401.xhp\n"
+"par_id3166425\n"
+"61\n"
"help.text"
-msgid "Format Menu"
-msgstr ""
+msgid "<variable id=\"info1\">Choose <emph>File - Properties</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3146857\n"
-"2\n"
+"00000401.xhp\n"
+"par_id3150381\n"
+"62\n"
"help.text"
-msgid "Choose <emph>Format - Line</emph> (Impress and Draw)"
-msgstr ""
+msgid "<variable id=\"info2\">Choose <emph>File - Properties - General</emph> tab</variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id366527\n"
+"00000401.xhp\n"
+"par_idN11163\n"
"help.text"
-msgid "Choose <emph>Format - Object - Line </emph>(Writer)"
+msgid "Choose <emph>File - Digital Signatures</emph>"
msgstr ""
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3835261\n"
+"00000401.xhp\n"
+"par_idN11168\n"
"help.text"
-msgid "Choose <emph>Format - Graphic - Line </emph>(Calc)"
+msgid "Choose <emph>Tools - Macros - Digital Signature</emph>"
msgstr ""
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3148668\n"
-"3\n"
+"00000401.xhp\n"
+"par_idN11156\n"
"help.text"
-msgid "On <emph>Line and Filling</emph> Bar, click"
+msgid "Choose <emph>File - Properties - General</emph> tab, click <emph>Digital Signatures</emph> button"
msgstr ""
-#: 00040502.xhp
-#, fuzzy
-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>"
-
-#: 00040502.xhp
-msgctxt ""
-"00040502.xhp\n"
-"par_id3159147\n"
-"4\n"
-"help.text"
-msgid "Line"
-msgstr "ხაზი"
-
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3154285\n"
-"5\n"
+"00000401.xhp\n"
+"par_idN1117E\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"
+msgid "Double-click the Signature field on the Status Bar."
msgstr ""
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3147335\n"
-"7\n"
+"00000401.xhp\n"
+"par_idN11173\n"
"help.text"
-msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu and choose <emph>Modify/New - Line</emph> tab (presentation documents)"
+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 ""
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3156023\n"
-"8\n"
+"00000401.xhp\n"
+"par_id3150662\n"
+"63\n"
"help.text"
-msgid "Choose <emph>Format - Title - Borders</emph> tab (charts)"
-msgstr ""
+msgid "<variable id=\"info3\">Choose <emph>File - Properties - Description</emph> tab</variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3153061\n"
-"9\n"
+"00000401.xhp\n"
+"par_id3153792\n"
+"64\n"
"help.text"
-msgid "Choose <emph>Format - Legend - Borders</emph> tab (charts)"
-msgstr ""
+msgid "<variable id=\"info4\">Choose <emph>File - Properties - Custom Properties</emph> tab</variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3155922\n"
-"10\n"
+"00000401.xhp\n"
+"par_id3153701\n"
+"65\n"
"help.text"
-msgid "Choose <emph>Format - Axis - Line</emph> tab (charts)"
-msgstr ""
+msgid "<variable id=\"info5\">Choose <emph>File - Properties - Statistics</emph> tab</variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3147559\n"
-"11\n"
+"00000401.xhp\n"
+"par_id315370199\n"
"help.text"
-msgid "Choose <emph>Format - Grid - Line</emph> tab (charts)"
-msgstr ""
+msgid "<variable id=\"infosec\">Choose <emph>File - Properties - Security</emph> tab</variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3154758\n"
-"12\n"
+"00000401.xhp\n"
+"par_id3149570\n"
+"66\n"
"help.text"
-msgid "Choose <emph>Format - Chart Wall - Borders</emph> tab (charts)"
-msgstr ""
+msgid "<variable id=\"info6\">Choose <emph>File - Properties - Internet</emph> tab</variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3153960\n"
-"13\n"
+"00000401.xhp\n"
+"par_id3154930\n"
+"69\n"
"help.text"
-msgid "Choose <emph>Format - Chart Floor - Borders</emph> tab (charts)"
+msgid "Menu<emph> File - Page Preview</emph>"
msgstr ""
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3154939\n"
-"14\n"
+"00000401.xhp\n"
+"par_idN11366\n"
"help.text"
-msgid "Choose <emph>Format - Chart Area - Borders</emph> tab (charts)"
-msgstr ""
+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>"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3151293\n"
-"15\n"
+"00000401.xhp\n"
+"par_idN11384\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 ""
+msgid "Page Preview"
+msgstr "გვერდის წინასწარი დათვალიერება"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3149317\n"
-"16\n"
+"00000401.xhp\n"
+"par_id3163722\n"
+"70\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>"
+msgid "Choose <emph>File - Printer Settings</emph>"
msgstr ""
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3156082\n"
+"00000401.xhp\n"
+"par_id3155529\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>"
+msgid "<variable id=\"senden\">Menu<emph> File - Send</emph></variable>"
msgstr ""
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3148922\n"
+"00000401.xhp\n"
+"par_id3145386\n"
"18\n"
"help.text"
-msgid "On <emph>Line and Filling</emph> Bar, click"
+msgid "Choose <emph>File - Send - Document as E-mail</emph>"
msgstr ""
-#: 00040502.xhp
-#, fuzzy
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3156424\n"
+"00000401.xhp\n"
+"par_idN113AB\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>"
+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>"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3150393\n"
-"19\n"
+"00000401.xhp\n"
+"par_idN113C8\n"
"help.text"
-msgid "Area"
-msgstr "არეა"
+msgid "Document as E-mail"
+msgstr "დოკუმენტი როგორც ელოფსტა"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3154948\n"
-"20\n"
+"00000401.xhp\n"
+"par_id3145269\n"
+"222\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 ""
+msgid "<variable id=\"export\">Choose <emph>File - Export</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3145607\n"
-"22\n"
+"00000401.xhp\n"
+"par_id3166421\n"
+"219\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 ""
+msgid "Choose <emph>File - Export as PDF</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3152922\n"
-"23\n"
+"00000401.xhp\n"
+"par_id3150521\n"
"help.text"
-msgid "Choose <emph>Format - Title - Area</emph> tab (chart documents)"
-msgstr ""
+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>"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3157894\n"
-"24\n"
+"00000401.xhp\n"
+"par_id3155763\n"
+"220\n"
"help.text"
-msgid "Choose <emph>Format - Legend - Area</emph> tab (chart documents)"
+msgid "Export Directly as PDF"
msgstr ""
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3144444\n"
-"25\n"
+"00000401.xhp\n"
+"par_id3145410\n"
+"210\n"
"help.text"
-msgid "Choose <emph>Format - Chart Wall - Area</emph> tab (chart documents)"
+msgid "Choose <emph>File - Send - E-mail as PDF</emph>"
msgstr ""
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3156543\n"
-"26\n"
+"00000401.xhp\n"
+"par_id3159160\n"
+"74\n"
"help.text"
-msgid "Choose <emph>Format - Chart Floor - Area</emph> tab (chart documents)"
+msgid "<variable id=\"glo\">Choose <emph>File - Send - Create Master Document</emph></variable>"
msgstr ""
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3150685\n"
-"27\n"
+"00000401.xhp\n"
+"par_id3149951\n"
+"13\n"
"help.text"
-msgid "Choose <emph>Format - Chart Area - Area</emph> tab (chart documents)"
-msgstr ""
+msgid "Choose <emph>File - Print</emph>"
+msgstr "Choose <emph>ფაილი - გახსნა</emph>"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3149664\n"
-"120\n"
+"00000401.xhp\n"
+"par_id3155259\n"
+"85\n"
"help.text"
-msgid "Choose <emph>Format - Page - Background</emph> tab (in $[officename] Impress and $[officename] Draw)"
-msgstr ""
+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"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3163820\n"
-"28\n"
+"00000401.xhp\n"
+"par_id3153830\n"
+"3\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 ""
+msgid "On Standard Bar, click"
+msgstr "სტანდარტულ ზოლზე დააწკაპუნეთ"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3152462\n"
-"29\n"
+"00000401.xhp\n"
+"par_id3155187\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 ""
+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>"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3154985\n"
-"141\n"
+"00000401.xhp\n"
+"par_id3151268\n"
+"4\n"
"help.text"
-msgid "Choose <emph>Format - Area - Transparency</emph> tab (drawing documents)"
-msgstr ""
+msgid "Print File Directly"
+msgstr "ფაილის პირდაპირი ბეჭდვა"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3145365\n"
-"142\n"
+"00000401.xhp\n"
+"par_id3153581\n"
+"5\n"
"help.text"
-msgid "Choose <emph>Format - Area - Transparency</emph> tab (presentation documents)"
+msgid "On the <emph>Page View</emph><emph>Bar</emph> of a text document, click"
msgstr ""
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3151117\n"
-"143\n"
+"00000401.xhp\n"
+"par_id3153068\n"
"help.text"
-msgid "Choose <emph>Format - Chart Wall - Transparency</emph> tab (chart documents)"
-msgstr ""
+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>"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3147326\n"
-"144\n"
+"00000401.xhp\n"
+"par_id3151239\n"
+"6\n"
"help.text"
-msgid "Choose <emph>Format - Chart Area - Transparency</emph> tab (chart documents)"
-msgstr ""
+msgid "Print Page Preview"
+msgstr "ბეჭდვის გვერდის წინასწარი დათვალიერება"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3154920\n"
-"145\n"
+"00000401.xhp\n"
+"par_id3155869\n"
+"72\n"
"help.text"
-msgid "Choose <emph>Format - Chart Floor - Transparency</emph> tab (chart documents)"
-msgstr ""
+msgid "Choose <emph>File - Exit</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3145591\n"
-"146\n"
+"00000401.xhp\n"
+"par_id3152382\n"
+"86\n"
"help.text"
-msgid "Choose <emph>Format - Title - All Titles - Transparency</emph> tab (chart documents)"
-msgstr ""
+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"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3145750\n"
-"147\n"
+"00000401.xhp\n"
+"par_id3149328\n"
+"75\n"
"help.text"
-msgid "Choose <emph>Format - Title - Main Title - Transparency </emph>tab (chart documents)"
-msgstr ""
+msgid "<variable id=\"neuglobal\">Choose <emph>File - New - Master Document</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3148556\n"
-"148\n"
+"00000401.xhp\n"
+"par_id3145827\n"
+"76\n"
"help.text"
-msgid "Choose <emph>Format - Title - Subtitle - Transparency</emph> tab (chart documents)"
+msgid "Choose <emph>File - Open</emph> - select under \"File type\": \"Text CSV\""
msgstr ""
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3163710\n"
-"149\n"
+"00000401.xhp\n"
+"par_id6071352\n"
"help.text"
-msgid "Choose <emph>Format - Title - Title (X Axis) - Transparency</emph> tab (chart documents)"
+msgid "Choose <emph>Data - Text to Columns</emph> (Calc)"
msgstr ""
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3150487\n"
-"150\n"
+"00000401.xhp\n"
+"par_id3148608\n"
+"81\n"
"help.text"
-msgid "Choose <emph>Format - Title - Title (Y Axis) - Transparency</emph> tab (chart documents)"
-msgstr ""
+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>"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3154320\n"
-"151\n"
+"00000401.xhp\n"
+"par_id3150107\n"
+"87\n"
"help.text"
-msgid "Choose <emph>Format - Title - Title (Z Axis) - Transparency</emph> tab (chart documents)"
-msgstr ""
+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>"
-#: 00040502.xhp
+#: 00000401.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3151113\n"
-"152\n"
+"00000401.xhp\n"
+"par_id3145305\n"
+"96\n"
"help.text"
-msgid "Choose <emph>Format - Object Properties - Data Point - Transparency</emph> - tab (chart documents)"
+msgid "<variable id=\"versionen\"><variable id=\"autopilotberichtfeldauswahl\">Choose <emph>File - Versions</emph></variable></variable>"
msgstr ""
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3149266\n"
-"153\n"
+"00000402.xhp\n"
+"tit\n"
"help.text"
-msgid "Choose <emph>Format - Object Properties - Data Series - Transparency</emph> tab (chart documents)"
-msgstr ""
+msgid "Edit Menu"
+msgstr "რედაქტირების მენიუ"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3150011\n"
-"30\n"
+"00000402.xhp\n"
+"hd_id3147273\n"
+"1\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 ""
+msgid "Edit Menu"
+msgstr "რედაქტირების მენიუ"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3147441\n"
-"31\n"
+"00000402.xhp\n"
+"par_id3085157\n"
+"2\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 ""
+msgid "Choose <emph>Edit - Undo</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3155308\n"
-"32\n"
+"00000402.xhp\n"
+"par_id3145160\n"
+"564\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 ""
+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"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3145800\n"
-"33\n"
+"00000402.xhp\n"
+"par_id3154094\n"
+"3\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>"
+msgid "On the <emph>Standard</emph> Bar or Table Data bar, click"
msgstr ""
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3145251\n"
-"34\n"
+"00000402.xhp\n"
+"par_id3155449\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 ""
+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>"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3152810\n"
-"35\n"
+"00000402.xhp\n"
+"par_id3148563\n"
+"4\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 ""
+msgid "Undo"
+msgstr "დაბრუნება"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3151060\n"
-"36\n"
+"00000402.xhp\n"
+"par_id3145068\n"
+"5\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 ""
+msgid "Choose <emph>Edit - Redo</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3149911\n"
-"37\n"
+"00000402.xhp\n"
+"par_id3153897\n"
+"6\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>"
+msgid "On the <emph>Standard</emph> Bar, click"
msgstr ""
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3156286\n"
-"89\n"
+"00000402.xhp\n"
+"par_id3154938\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">F4 key </caseinline><caseinline select=\"IMPRESS\">F4 key </caseinline></switchinline>"
-msgstr ""
+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>"
-#: 00040502.xhp
-#, fuzzy
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3153052\n"
+"00000402.xhp\n"
+"par_id3151211\n"
+"7\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>"
+msgid "Redo"
+msgstr "გამეორება"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3149938\n"
-"39\n"
+"00000402.xhp\n"
+"par_id3154365\n"
+"8\n"
"help.text"
-msgid "Position and Size"
-msgstr "მდებარეობა და ზომა"
+msgid "<variable id=\"letzter\">Choose <emph>Edit - Repeat</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3148833\n"
-"170\n"
+"00000402.xhp\n"
+"par_id3149765\n"
+"9\n"
"help.text"
-msgid "Open the context menu for the object - choose <emph>Name</emph>"
-msgstr ""
+msgid "Choose <emph>Edit - Cut</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id411999\n"
+"00000402.xhp\n"
+"par_id3144762\n"
+"565\n"
"help.text"
-msgid "Open the context menu for the object - choose <emph>Description</emph>"
-msgstr ""
+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"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3153099\n"
-"40\n"
+"00000402.xhp\n"
+"par_id3148744\n"
+"10\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>"
+msgid "On the <emph>Standard</emph> Bar, click"
msgstr ""
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3152973\n"
-"42\n"
+"00000402.xhp\n"
+"par_id3145173\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"
+msgid "<image id=\"img_id3145744\" src=\"cmd/sc_cut.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145744\">Icon</alt></image>"
msgstr ""
-#: 00040502.xhp
-#, fuzzy
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3148495\n"
+"00000402.xhp\n"
+"par_id3154153\n"
+"11\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>"
+msgid "Cut"
+msgstr "ამოჭრა"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3146790\n"
-"44\n"
+"00000402.xhp\n"
+"par_id3150742\n"
+"12\n"
"help.text"
-msgid "Rotate"
-msgstr "ბრუნვა"
+msgid "Choose <emph>Edit - Copy</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3145666\n"
-"45\n"
+"00000402.xhp\n"
+"par_id3148923\n"
+"566\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 ""
+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"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3146081\n"
-"46\n"
+"00000402.xhp\n"
+"par_id3159254\n"
+"13\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>"
+msgid "On the <emph>Standard</emph> Bar, click"
msgstr ""
-#: 00040502.xhp
-msgctxt ""
-"00040502.xhp\n"
-"par_id3083283\n"
-"172\n"
-"help.text"
-msgid "Choose <emph>Edit - Points</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
-
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3145642\n"
-"47\n"
+"00000402.xhp\n"
+"par_id3154985\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 ""
+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>"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3149019\n"
-"90\n"
+"00000402.xhp\n"
+"par_id3150685\n"
+"14\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"DRAW\">F8 key </caseinline><caseinline select=\"IMPRESS\">F8 key </caseinline></switchinline>"
-msgstr ""
+msgid "Copy"
+msgstr "ასლი"
-#: 00040502.xhp
-#, fuzzy
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3150044\n"
+"00000402.xhp\n"
+"par_id3159153\n"
+"15\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>"
+msgid "Choose <emph>Edit - Paste</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3153966\n"
-"49\n"
+"00000402.xhp\n"
+"par_id3155860\n"
+"567\n"
"help.text"
-msgid "Edit Points"
-msgstr ""
+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"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3151248\n"
-"50\n"
+"00000402.xhp\n"
+"par_id3159083\n"
+"16\n"
"help.text"
-msgid "Choose <emph>Format - Character</emph> (drawing functions)"
+msgid "On the <emph>Standard</emph> Bar, click"
msgstr ""
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3145229\n"
-"121\n"
+"00000402.xhp\n"
+"par_id3156106\n"
"help.text"
-msgid "Open context menu - choose <emph>Character</emph>"
-msgstr ""
+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>"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3151342\n"
-"122\n"
+"00000402.xhp\n"
+"par_id3154471\n"
+"17\n"
"help.text"
-msgid "Open context menu - choose <emph>Size</emph>"
-msgstr ""
+msgid "Paste"
+msgstr "ჩასმა"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3149255\n"
-"123\n"
+"00000402.xhp\n"
+"par_id3152791\n"
+"532\n"
"help.text"
-msgid "Open context menu - choose <emph>Style</emph>"
-msgstr ""
+msgid "<variable id=\"inhalte\">Choose <emph>Edit - Paste Special</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3155177\n"
-"124\n"
+"00000402.xhp\n"
+"par_id3148555\n"
+"533\n"
"help.text"
-msgid "Open context menu - choose <emph>Style - Bold</emph>"
-msgstr ""
+msgid "Choose <emph>Edit - Select All</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00040502.xhp
-#, fuzzy
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3145766\n"
+"00000402.xhp\n"
+"par_id3152417\n"
+"568\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>"
+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"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3147001\n"
-"55\n"
+"00000402.xhp\n"
+"par_id3145748\n"
"help.text"
-msgid "Bold"
-msgstr "მუქი"
+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>"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3151276\n"
-"125\n"
+"00000402.xhp\n"
+"par_id3153139\n"
+"575\n"
"help.text"
-msgid "Open context menu - choose <emph>Style - Italic</emph>"
-msgstr ""
+msgid "Select All"
+msgstr "ყველაფრის მონიშვნა"
-#: 00040502.xhp
-#, fuzzy
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3159091\n"
+"00000402.xhp\n"
+"par_id3145251\n"
+"555\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>"
+msgid "<variable id=\"aenderungen\">Choose <emph>Edit - Changes</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3150234\n"
-"58\n"
+"00000402.xhp\n"
+"par_id3153336\n"
+"556\n"
"help.text"
-msgid "Italic"
-msgstr "დახრილი"
+msgid "<variable id=\"aufzeichnen\">Choose <emph>Edit - Changes - Record</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3154589\n"
-"126\n"
+"00000402.xhp\n"
+"par_id3150594\n"
+"557\n"
"help.text"
-msgid "Open context menu - choose <emph>Style - Underline</emph>"
+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 ""
-#: 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>"
-
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3154715\n"
-"88\n"
+"00000402.xhp\n"
+"par_id3153845\n"
+"558\n"
"help.text"
-msgid "Underline"
-msgstr "ხაზგასმული"
+msgid "<variable id=\"rotlinie\">Choose <emph>Edit - Changes - Accept or Reject</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3145131\n"
-"127\n"
+"00000402.xhp\n"
+"par_id3148587\n"
+"559\n"
"help.text"
-msgid "Open context menu - choose <emph>Style - Strikethrough</emph>"
+msgid "Choose <emph>Edit - Changes - Accept or Reject - List</emph> tab"
msgstr ""
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3158214\n"
-"128\n"
+"00000402.xhp\n"
+"par_id3150396\n"
+"574\n"
"help.text"
-msgid "Open context menu - choose <emph>Style - Shadow</emph>"
+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 ""
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3150207\n"
-"129\n"
+"00000402.xhp\n"
+"par_id3153878\n"
+"560\n"
"help.text"
-msgid "Open context menu - choose <emph>Style - Contour</emph>"
+msgid "<variable id=\"rotliniefilter\">Choose <emph>Edit - Changes - Accept or Reject - Filter</emph> tab </variable>"
msgstr ""
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3154383\n"
-"130\n"
+"00000402.xhp\n"
+"par_id3151281\n"
+"561\n"
"help.text"
-msgid "Open context menu - choose <emph>Style - Superscript</emph>"
-msgstr ""
+msgid "<variable id=\"einfuegen\">Choose <emph>Edit - Changes - Merge Document</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3152767\n"
-"131\n"
+"00000402.xhp\n"
+"par_id3153224\n"
+"562\n"
"help.text"
-msgid "Open context menu - choose <emph>Style - Subscript</emph>"
-msgstr ""
+msgid "<variable id=\"dvergl\">Choose <emph>Edit - Compare Document</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3155377\n"
-"132\n"
+"00000402.xhp\n"
+"par_id3148773\n"
+"563\n"
"help.text"
-msgid "Open context menu - choose <emph>Line Spacing</emph>"
+msgid "Choose <emph>Edit - Changes - Comment</emph>"
msgstr ""
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3154475\n"
-"133\n"
+"00000402.xhp\n"
+"par_id3149488\n"
+"571\n"
"help.text"
-msgid "Open context menu - choose <emph>Line Spacing - Single</emph>"
+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 ""
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3150478\n"
-"134\n"
+"00000402.xhp\n"
+"par_id3156297\n"
+"49\n"
"help.text"
-msgid "Open context menu - choose <emph>Line Spacing - 1.5 Lines</emph>"
+msgid "Choose <emph>Edit - Find & Replace</emph>"
msgstr ""
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3147167\n"
-"135\n"
+"00000402.xhp\n"
+"par_id3154503\n"
+"569\n"
"help.text"
-msgid "Open context menu - choose <emph>Line Spacing - Double</emph>"
-msgstr ""
+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"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3146978\n"
-"69\n"
+"00000402.xhp\n"
+"par_id3155083\n"
+"456\n"
"help.text"
-msgid "Choose <emph>Format - Alignment - Left</emph> (drawing functions)"
-msgstr ""
+msgid "On Standard bar, click"
+msgstr "სტანდარტულ ზოლზე დააწაკპუნეთ"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3153009\n"
-"136\n"
+"00000402.xhp\n"
+"par_id3150020\n"
"help.text"
-msgid "Open context menu - choose <emph>Alignment - Left</emph>"
-msgstr ""
+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>"
-#: 00040502.xhp
-#, fuzzy
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3147310\n"
+"00000402.xhp\n"
+"par_id3144748\n"
+"50\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>"
+msgid "Find & Replace"
+msgstr "ძებნა და ჩანაცვლება"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3151336\n"
-"71\n"
+"00000402.xhp\n"
+"par_id3156357\n"
+"552\n"
"help.text"
-msgid "Align Left"
-msgstr "სწორება მარცხნივ"
+msgid "<variable id=\"suchenattribute\">Choose <emph>Edit - Find & Replace - Attributes</emph></variable>"
+msgstr ""
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3155823\n"
-"72\n"
+"00000402.xhp\n"
+"par_id3153840\n"
+"553\n"
"help.text"
-msgid "Choose <emph>Format - Alignment - Right</emph> (drawing functions)"
+msgid "<variable id=\"suchenformat\">Choose <emph>Edit - Find & Replace - Format</emph> button </variable>"
msgstr ""
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3155762\n"
-"137\n"
+"00000402.xhp\n"
+"par_id3146971\n"
+"554\n"
"help.text"
-msgid "Open context menu - choose <emph>Alignment - Right</emph>"
+msgid "Choose <emph>Edit - Find & Replace - Similarity search</emph> check box and <emph>...</emph> button."
msgstr ""
-#: 00040502.xhp
-#, fuzzy
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3149408\n"
+"00000402.xhp\n"
+"par_id3153709\n"
+"572\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>"
+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 ""
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3153607\n"
-"74\n"
+"00000402.xhp\n"
+"par_id3150749\n"
+"573\n"
"help.text"
-msgid "Align Right"
-msgstr "სწორება მარჯვნივ"
+msgid "On <emph>Form Design</emph> Bar, click <emph>Record Search</emph> - <emph>Similarity search</emph> check box - <emph>...</emph> button (form view)"
+msgstr ""
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3149189\n"
-"75\n"
+"00000402.xhp\n"
+"par_id3152960\n"
+"534\n"
"help.text"
-msgid "Choose <emph>Format - Alignment - Centered</emph> (drawing functions)"
-msgstr ""
+msgid "Choose <emph>View - Navigator</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3154624\n"
-"138\n"
+"00000402.xhp\n"
+"par_id3163824\n"
+"535\n"
"help.text"
-msgid "Open context menu - choose <emph>Alignment - Center</emph>"
+msgid "On <emph>Standard</emph> Bar, click"
msgstr ""
-#: 00040502.xhp
-#, fuzzy
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3153815\n"
+"00000402.xhp\n"
+"par_id3159183\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>"
+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>"
-#: 00040502.xhp
-#, fuzzy
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3153076\n"
-"77\n"
+"00000402.xhp\n"
+"par_id3147359\n"
+"536\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"
+msgid "Navigator On/Off"
+msgstr "ნავიგატორი ჩართთულია/გამორთულია"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3146151\n"
-"78\n"
+"00000402.xhp\n"
+"par_id3147338\n"
+"576\n"
"help.text"
-msgid "Choose <emph>Format - Alignment - Justified</emph> (drawing functions)"
+msgid "<variable id=\"litdat\">Choose <emph>Tools - Bibliography Database</emph></variable>"
msgstr ""
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3168612\n"
-"139\n"
+"00000402.xhp\n"
+"par_id3149281\n"
+"538\n"
"help.text"
-msgid "Open context menu - choose <emph>Alignment - Justified</emph>"
-msgstr ""
+msgid "<variable id=\"link\">Choose <emph>Edit - Links</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp
-#, fuzzy
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3156189\n"
+"00000402.xhp\n"
+"par_id3159339\n"
+"551\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>"
+msgid "<variable id=\"linkae\">Choose <emph>Edit - Links - Modify Link</emph> (DDE links only) </variable>"
+msgstr ""
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3153131\n"
-"80\n"
+"00000402.xhp\n"
+"par_id3148927\n"
+"543\n"
"help.text"
-msgid "Justified"
+msgid "Select a frame, then choose <emph>Edit - Object - Properties</emph>"
msgstr ""
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3150527\n"
-"81\n"
+"00000402.xhp\n"
+"par_id3156315\n"
+"577\n"
"help.text"
-msgid "<variable id=\"font\">Click <emph>Fontwork</emph> icon on <emph>Drawing</emph> bar </variable>"
+msgid "Open context menu of selected frame - choose <emph>Properties</emph>"
msgstr ""
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3144503\n"
-"103\n"
+"00000402.xhp\n"
+"par_id3151251\n"
+"545\n"
"help.text"
-msgid "Choose <emph>Format - Group</emph>"
-msgstr ""
+msgid "<variable id=\"plugin\">Choose <emph>Edit - Plug-in</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3154854\n"
-"140\n"
+"00000402.xhp\n"
+"par_id3156091\n"
+"546\n"
"help.text"
-msgid "Open context menu - choose <emph>Group</emph>"
+msgid "<variable id=\"imagemap\">Choose <emph>Edit - ImageMap</emph> (also in context menu of selected object) </variable>"
msgstr ""
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3157985\n"
-"83\n"
+"00000402.xhp\n"
+"par_id3155936\n"
+"550\n"
"help.text"
-msgid "Choose <emph>Format - Group - Group</emph> (text documents, spreadsheets)"
+msgid "<variable id=\"imapeigbea\">Choose <emph>Edit - ImageMap</emph>, then select a section of the ImageMap and click <emph>Properties - Description</emph></variable>"
msgstr ""
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3157980\n"
-"104\n"
+"00000402.xhp\n"
+"par_id3149259\n"
+"547\n"
"help.text"
-msgid "Choose <emph>Modify - Group</emph> (drawing documents)"
-msgstr ""
+msgid "<variable id=\"edit1\">Choose <emph>Edit - Object</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3149508\n"
-"84\n"
+"00000402.xhp\n"
+"par_id3154966\n"
+"548\n"
"help.text"
-msgid "Open context menu - choose <emph>Group - Group</emph> (form objects)"
+msgid "<variable id=\"edit2\">Choose <emph>Edit - Object - Edit</emph>, also in the context menu of selected object </variable>"
msgstr ""
-#: 00040502.xhp
-#, fuzzy
+#: 00000402.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3146858\n"
+"00000402.xhp\n"
+"par_id3149565\n"
+"549\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>"
+msgid "<variable id=\"edit3\">Choose <emph>Edit - Object - Open</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp
+#: 00000403.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3149593\n"
-"113\n"
+"00000403.xhp\n"
+"tit\n"
"help.text"
-msgid "Group"
-msgstr "დაჯგუფება"
+msgid "View Menu"
+msgstr "ხედის მენიუ"
-#: 00040502.xhp
+#: 00000403.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3153023\n"
-"85\n"
+"00000403.xhp\n"
+"hd_id3156304\n"
+"1\n"
"help.text"
-msgid "Choose <emph>Format - Group - Ungroup</emph> (text documents, spreadsheets)"
-msgstr ""
+msgid "View Menu"
+msgstr "ხედის მენიუ"
-#: 00040502.xhp
+#: 00000403.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3163378\n"
-"105\n"
+"00000403.xhp\n"
+"par_id3146936\n"
+"12\n"
"help.text"
-msgid "Choose <emph>Modify - Ungroup</emph> (drawing documents)"
-msgstr ""
+msgid "Choose <emph>View - Zoom</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00040502.xhp
+#: 00000403.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3156038\n"
-"86\n"
+"00000403.xhp\n"
+"par_id3149962\n"
+"24\n"
"help.text"
-msgid "Open context menu - choose <emph>Ungroup</emph>"
+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
-#, fuzzy
+#: 00000403.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3151300\n"
+"00000403.xhp\n"
+"par_id3152895\n"
+"13\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>"
+msgid "Double-click or right-click the field on the <emph>Status</emph> Bar"
+msgstr ""
-#: 00040502.xhp
-#, fuzzy
+#: 00000403.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3146894\n"
-"115\n"
+"00000403.xhp\n"
+"par_id3156183\n"
+"36\n"
"help.text"
-msgid "Ungroup"
-msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nგანცალკევება\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nგანჯგუფება"
+msgid "Choose <emph>View - Toolbars</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00040502.xhp
+#: 00000403.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3153109\n"
-"106\n"
+"00000403.xhp\n"
+"par_id3166445\n"
+"15\n"
"help.text"
-msgid "Choose <emph>Format - Group - Exit Group</emph> (text documents, spreadsheets)"
+msgid "<variable id=\"funktion\">Choose <emph>View - Toolbars - Standard</emph></variable>"
msgstr ""
-#: 00040502.xhp
+#: 00000403.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3145678\n"
-"107\n"
+"00000403.xhp\n"
+"par_id3153748\n"
+"17\n"
"help.text"
-msgid "Choose <emph>Modify - Exit Group</emph> (drawing documents)"
+msgid "<variable id=\"werkzeug\">Choose <emph>View - Toolbars - Tools</emph></variable>"
msgstr ""
-#: 00040502.xhp
+#: 00000403.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3152367\n"
-"108\n"
+"00000403.xhp\n"
+"par_id3154317\n"
+"18\n"
"help.text"
-msgid "Open context menu - choose <emph>Exit Group</emph>"
-msgstr ""
+msgid "<variable id=\"task\">Choose <emph>View - Status Bar</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp
-#, fuzzy
+#: 00000403.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3158402\n"
+"00000403.xhp\n"
+"par_id3152780\n"
+"19\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>"
+msgid "<variable id=\"farbleiste\">Choose <emph>View - Toolbars - Color Bar</emph></variable>"
+msgstr ""
-#: 00040502.xhp
+#: 00000403.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3155347\n"
-"117\n"
+"00000403.xhp\n"
+"par_id3156113\n"
+"43\n"
"help.text"
-msgid "Exit Group"
-msgstr ""
+msgid "<variable id=\"ime\">Choose <emph>View - Input Method Status</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00040502.xhp
+#: 00000403.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3149129\n"
-"109\n"
+"00000403.xhp\n"
+"par_id3157909\n"
+"32\n"
"help.text"
-msgid "Choose <emph>Format - Group - Enter Group</emph> (text documents, spreadsheets)"
+msgid "Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Internet</emph>"
msgstr ""
-#: 00040502.xhp
+#: 00000403.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3145354\n"
-"110\n"
+"00000403.xhp\n"
+"par_id3146806\n"
+"42\n"
"help.text"
-msgid "Choose <emph>Modify - Enter Group</emph> (drawing documents)"
+msgid "Choose <emph>Insert - Hyperlink</emph>"
msgstr ""
-#: 00040502.xhp
+#: 00000403.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3149946\n"
-"111\n"
+"00000403.xhp\n"
+"par_id3153717\n"
+"38\n"
"help.text"
-msgid "Open context menu - choose <emph>Enter Group</emph>"
+msgid "<variable id=\"hypdiamailnews\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Mail & News</emph></variable>"
msgstr ""
-#: 00040502.xhp
-#, fuzzy
+#: 00000403.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3152388\n"
+"00000403.xhp\n"
+"par_id3149415\n"
+"34\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>"
+msgid "<variable id=\"hypdiadok\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>Document</emph></variable>"
+msgstr ""
-#: 00040502.xhp
+#: 00000403.xhp
msgctxt ""
-"00040502.xhp\n"
-"par_id3152547\n"
-"119\n"
+"00000403.xhp\n"
+"par_id3150129\n"
+"35\n"
"help.text"
-msgid "Enter Group"
+msgid "<variable id=\"hypdianeudok\">Click <emph>Hyperlink</emph> icon on <emph>Standard</emph> bar, click <emph>New Document</emph></variable>"
msgstr ""
-#: 00000207.xhp
-#, fuzzy
+#: 00000403.xhp
msgctxt ""
-"00000207.xhp\n"
-"tit\n"
+"00000403.xhp\n"
+"par_id3159269\n"
+"20\n"
"help.text"
-msgid "Export text files"
-msgstr "შაბლონების ექსპორტირება"
+msgid "Choose <emph>View - Full Screen</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00000207.xhp
-#, fuzzy
+#: 00000403.xhp
msgctxt ""
-"00000207.xhp\n"
-"hd_id3153116\n"
-"1\n"
+"00000403.xhp\n"
+"par_id3149578\n"
+"25\n"
"help.text"
-msgid "Export text files"
-msgstr "შაბლონების ექსპორტირება"
+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"
-#: 00000207.xhp
+#: 00000403.xhp
msgctxt ""
-"00000207.xhp\n"
-"par_id3150379\n"
-"7\n"
+"00000403.xhp\n"
+"par_id3153257\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 ""
+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>"
-#: 00000207.xhp
+#: 00000403.xhp
msgctxt ""
-"00000207.xhp\n"
-"hd_id3155577\n"
-"2\n"
+"00000403.xhp\n"
+"par_id3153627\n"
+"44\n"
"help.text"
-msgid "Field options"
-msgstr "ველის პარამეტრები"
+msgid "Full Screen On/Off (in Page Preview)"
+msgstr ""
-#: 00000207.xhp
+#: 00000403.xhp
msgctxt ""
-"00000207.xhp\n"
-"par_id3152427\n"
+"00000403.xhp\n"
+"par_id3147559\n"
"8\n"
"help.text"
-msgid "Defines the field separator, text separator and character set that is used for the text export."
+msgid "If a text document or spreadsheet is open:"
msgstr ""
-#: 00000207.xhp
-msgctxt ""
-"00000207.xhp\n"
-"hd_id3152876\n"
-"5\n"
-"help.text"
-msgid "Character set"
-msgstr "კოდირება"
-
-#: 00000207.xhp
+#: 00000403.xhp
msgctxt ""
-"00000207.xhp\n"
-"par_id3154689\n"
-"11\n"
+"00000403.xhp\n"
+"par_id3145069\n"
+"31\n"
"help.text"
-msgid "<ahelp hid=\"SC:LISTBOX:RID_SCDLG_IMPORTOPT:DDLB_FONT\">Specifies the character set for text export.</ahelp>"
+msgid "Menu <emph>View - Data Sources</emph>"
msgstr ""
-#: 00000207.xhp
+#: 00000403.xhp
msgctxt ""
-"00000207.xhp\n"
-"hd_id3145138\n"
-"3\n"
+"00000403.xhp\n"
+"par_id3149046\n"
+"28\n"
"help.text"
-msgid "Field delimiter"
-msgstr "ველის გამყოფი"
+msgid "F4 key"
+msgstr "F4 კლავიში"
-#: 00000207.xhp
+#: 00000403.xhp
msgctxt ""
-"00000207.xhp\n"
-"par_id3150838\n"
-"9\n"
+"00000403.xhp\n"
+"par_id3153778\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 ""
+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>"
-#: 00000207.xhp
+#: 00000403.xhp
msgctxt ""
-"00000207.xhp\n"
-"hd_id3154682\n"
-"4\n"
+"00000403.xhp\n"
+"par_id3146908\n"
+"39\n"
"help.text"
-msgid "Text delimiter"
+msgid "Data Sources"
msgstr ""
-#: 00000207.xhp
+#: 00000403.xhp
msgctxt ""
-"00000207.xhp\n"
-"par_id3154863\n"
-"10\n"
+"00000403.xhp\n"
+"par_id3154140\n"
+"9\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 ""
+msgid "Choose <emph>View - HTML Source</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
-#: 00000207.xhp
+#: 00000403.xhp
msgctxt ""
-"00000207.xhp\n"
-"hd_id783149793\n"
+"00000403.xhp\n"
+"par_id3154947\n"
+"23\n"
"help.text"
-msgid "Quote all text cells"
+msgid "Open context menu in an HTML document"
msgstr ""
-#: 00000207.xhp
+#: 00000403.xhp
msgctxt ""
-"00000207.xhp\n"
-"par_id3152778363\n"
+"00000403.xhp\n"
+"par_id3152935\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 ""
+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>"
-#: 00000207.xhp
+#: 00000403.xhp
msgctxt ""
-"00000207.xhp\n"
-"hd_id7145298\n"
+"00000403.xhp\n"
+"par_id3144448\n"
+"11\n"
"help.text"
-msgid "Save cell content as shown"
-msgstr ""
+msgid "HTML Source"
+msgstr "HTML წყარო"
-#: 00000207.xhp
+#: 00000403.xhp
msgctxt ""
-"00000207.xhp\n"
-"par_id5719779\n"
+"00000403.xhp\n"
+"par_idN1091B\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>"
+msgid "<variable id=\"grid\">Choose <emph>View - Grid</emph> (Impress or Draw) </variable>"
msgstr ""
-#: 00000207.xhp
+#: 00000403.xhp
msgctxt ""
-"00000207.xhp\n"
-"par_id3541062\n"
+"00000403.xhp\n"
+"par_idN1092E\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."
+msgid "<variable id=\"guides\">Choose <emph>View - Snap Lines</emph> (Impress or Draw) </variable>"
msgstr ""
-#: 00000207.xhp
+#: 00000404.xhp
msgctxt ""
-"00000207.xhp\n"
-"hd_id3149793\n"
-"12\n"
+"00000404.xhp\n"
+"tit\n"
"help.text"
-msgid "Fixed column width"
-msgstr "ფიქსირებული სვეტის სიგანე"
+msgid "Insert Menu"
+msgstr "ჩასმის მენიუ"
-#: 00000207.xhp
+#: 00000404.xhp
msgctxt ""
-"00000207.xhp\n"
-"par_id3152363\n"
-"13\n"
+"00000404.xhp\n"
+"hd_id3156324\n"
+"1\n"
"help.text"
-msgid "<ahelp hid=\"SC_CHECKBOX_RID_SCDLG_IMPORTOPT_CB_FIXEDWIDTH\">Exports all data fields with a fixed width.</ahelp>"
-msgstr ""
+msgid "Insert Menu"
+msgstr "ჩასმის მენიუ"
-#: 00000207.xhp
+#: 00000404.xhp
msgctxt ""
-"00000207.xhp\n"
-"par_id3149283\n"
-"14\n"
+"00000404.xhp\n"
+"par_id3153808\n"
+"28\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 ""
+msgid "<variable id=\"notiz\">Choose <emph>Insert - Comment</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000207.xhp
+#: 00000404.xhp
msgctxt ""
-"00000207.xhp\n"
-"par_id3154116\n"
-"15\n"
+"00000404.xhp\n"
+"par_id3155619\n"
+"71\n"
"help.text"
-msgid "Values are exported in the format as currently seen in the cell."
+msgid "Choose <emph>Insert - Picture - Scan</emph>"
msgstr ""
-#: 00000207.xhp
+#: 00000404.xhp
msgctxt ""
-"00000207.xhp\n"
-"par_id3156414\n"
-"16\n"
+"00000404.xhp\n"
+"par_id3150502\n"
+"30\n"
"help.text"
-msgid "If a value is longer than the fixed column width, it will be exported as a ### string."
+msgid "Choose <emph>Insert - Picture - Scan - Select Source</emph>"
msgstr ""
-#: 00000207.xhp
+#: 00000404.xhp
msgctxt ""
-"00000207.xhp\n"
-"par_id3150178\n"
-"17\n"
+"00000404.xhp\n"
+"par_id3155934\n"
+"32\n"
"help.text"
-msgid "If a text string is longer than the fixed column width, it will be truncated at the end."
+msgid "Choose <emph>Insert - Picture - Scan - Request</emph>"
msgstr ""
-#: 00000207.xhp
+#: 00000404.xhp
msgctxt ""
-"00000207.xhp\n"
-"par_id3148548\n"
-"18\n"
+"00000404.xhp\n"
+"par_id3143281\n"
+"34\n"
"help.text"
-msgid "The alignment Left, Centered, and Right will be simulated by inserted blanks."
+msgid "Choose <emph>Insert - Special Character</emph>"
msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"tit\n"
+"00000404.xhp\n"
+"par_id3149525\n"
+"35\n"
"help.text"
-msgid "Frequently-Used Buttons"
-msgstr ""
+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>"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"hd_id3152952\n"
-"1\n"
+"00000404.xhp\n"
+"par_id3152372\n"
+"55\n"
"help.text"
-msgid "Frequently-Used Buttons"
-msgstr ""
+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>"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"hd_id3147617\n"
-"4\n"
+"00000404.xhp\n"
+"par_id3156560\n"
+"36\n"
"help.text"
-msgid "Cancel"
+msgid "Open the <emph>Insert</emph> toolbar, click"
msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3155913\n"
-"5\n"
+"00000404.xhp\n"
+"par_id3153527\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>"
+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>"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"hd_id2341685\n"
+"00000404.xhp\n"
+"par_id3149751\n"
+"37\n"
"help.text"
-msgid "Finish"
-msgstr ""
+msgid "Special Character"
+msgstr "სპეციალური სიმბოლო"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id6909390\n"
+"00000404.xhp\n"
+"par_idN107CD\n"
"help.text"
-msgid "<ahelp hid=\".\">Applies all changes and closes the wizard.</ahelp>"
-msgstr ""
+msgid "<variable id=\"moviesound\">Choose <emph>Insert - Movie and Sound</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"hd_id3147477\n"
-"39\n"
+"00000404.xhp\n"
+"par_idN1085D\n"
"help.text"
-msgid "Toolbars"
-msgstr ""
+msgid "Movie and Sound"
+msgstr "ფილმი და ხმა"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3149783\n"
-"40\n"
+"00000404.xhp\n"
+"par_id3147242\n"
+"5\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 ""
+msgid "<variable id=\"objekteinf\">Choose <emph>Insert - Object</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"hd_id3152414\n"
-"79\n"
+"00000404.xhp\n"
+"par_id3152996\n"
+"6\n"
"help.text"
-msgid "Spin button"
+msgid "Choose <emph>Insert - Object - OLE Object</emph>"
msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id1094088\n"
+"00000404.xhp\n"
+"par_id3146806\n"
+"7\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."
+msgid "Open the <emph>Insert</emph> toolbar, click"
msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id7493209\n"
+"00000404.xhp\n"
+"par_id3150254\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 ""
+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>"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3155599\n"
-"78\n"
+"00000404.xhp\n"
+"par_id3145417\n"
+"8\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."
+msgid "OLE Object"
msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3150264\n"
-"38\n"
+"00000404.xhp\n"
+"par_id3153087\n"
+"9\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\"."
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Choose <emph>Insert - Object - Plug-in</emph></caseinline></switchinline>"
msgstr ""
-#: 00000001.xhp
-msgctxt ""
-"00000001.xhp\n"
-"hd_id3154232\n"
-"76\n"
-"help.text"
-msgid "Convert"
-msgstr "კონვერტაცია"
-
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3148983\n"
-"77\n"
+"00000404.xhp\n"
+"par_id3149785\n"
+"10\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>"
+msgid "Open the <emph>Insert </emph>toolbar, click"
msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"hd_id3145129\n"
-"42\n"
+"00000404.xhp\n"
+"par_id3154897\n"
"help.text"
-msgid "Context Menu"
-msgstr ""
+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>"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3156553\n"
-"44\n"
+"00000404.xhp\n"
+"par_id3148474\n"
+"11\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 ""
+msgid "Plug-in"
+msgstr "დანამატი"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"hd_id3149180\n"
-"24\n"
+"00000404.xhp\n"
+"par_id3153880\n"
+"53\n"
"help.text"
-msgid "Delete"
+msgid "Choose <emph>Insert - Object - Sound</emph>"
msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3153750\n"
-"25\n"
+"00000404.xhp\n"
+"par_id3143278\n"
+"54\n"
"help.text"
-msgid "<ahelp hid=\".\">Deletes the selected element or elements after confirmation.</ahelp>"
+msgid "Choose <emph>Insert - Object - Video</emph>"
msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"hd_id3147557\n"
-"45\n"
+"00000404.xhp\n"
+"par_id3150393\n"
+"15\n"
"help.text"
-msgid "Delete"
+msgid "Choose <emph>Insert - Object - Formula</emph>"
msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3155338\n"
-"46\n"
+"00000404.xhp\n"
+"par_id3153056\n"
+"16\n"
"help.text"
-msgid "<ahelp hid=\".\">Deletes the selected element or elements without requiring confirmation.</ahelp>"
+msgid "Open the <emph>Insert </emph>toolbar, click"
msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"hd_id3148620\n"
-"6\n"
+"00000404.xhp\n"
+"par_id3148559\n"
"help.text"
-msgid "Metrics"
-msgstr "მეტრული"
+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>"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3145345\n"
-"7\n"
+"00000404.xhp\n"
+"par_id3155858\n"
+"17\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 ""
+msgid "Formula"
+msgstr "ფორმულა"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"hd_id3155535\n"
-"8\n"
+"00000404.xhp\n"
+"par_id3153144\n"
+"38\n"
"help.text"
-msgid "Close"
+msgid "Choose <emph>Format - Chart Type</emph>"
msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3147008\n"
-"9\n"
+"00000404.xhp\n"
+"par_id3147578\n"
+"39\n"
"help.text"
-msgid "<ahelp hid=\".\">Closes the dialog and saves all changes.</ahelp>"
+msgid "Choose <emph>Insert - Object - Chart </emph>"
msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"hd_id3147275\n"
-"57\n"
+"00000404.xhp\n"
+"par_id3154011\n"
+"40\n"
"help.text"
-msgid "Close"
+msgid "Choose <emph>Format - Chart Type</emph>"
msgstr ""
-#: 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
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"hd_id3156113\n"
-"16\n"
+"00000404.xhp\n"
+"par_id3153573\n"
+"41\n"
"help.text"
-msgid "Apply"
+msgid "Choose <emph>Insert - Object - Chart</emph>"
msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3155341\n"
-"17\n"
+"00000404.xhp\n"
+"par_id3159179\n"
+"42\n"
"help.text"
-msgid "<ahelp hid=\".\">Applies the modified or selected values without closing the dialog.</ahelp>"
+msgid "Choose <emph>Format - Chart Type</emph>"
msgstr ""
-#: 00000001.xhp
-msgctxt ""
-"00000001.xhp\n"
-"hd_id3153760\n"
-"47\n"
-"help.text"
-msgid "Shrink / Maximize"
-msgstr "ჩაკეცვა / გაშლა"
-
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3153087\n"
-"48\n"
+"00000404.xhp\n"
+"par_id3159196\n"
+"43\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>"
+msgid "Choose <emph>Insert - Object - Chart</emph>"
msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3155062\n"
-"49\n"
+"00000404.xhp\n"
+"par_id3149664\n"
+"18\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."
+msgid "Choose <emph>Insert - Object - Chart</emph>"
msgstr ""
-#: 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
-msgctxt ""
-"00000001.xhp\n"
-"par_id3153321\n"
-"50\n"
-"help.text"
-msgid "Shrink"
-msgstr "ჩაკეცვა"
-
-#: 00000001.xhp
-#, fuzzy
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3153349\n"
+"00000404.xhp\n"
+"par_id3154921\n"
+"19\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>"
+msgid "Open the <emph>Insert </emph>toolbar, click"
+msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3155628\n"
-"51\n"
+"00000404.xhp\n"
+"par_id3156005\n"
"help.text"
-msgid "Maximize"
-msgstr "გაშლა"
+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>"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"hd_id3156192\n"
-"34\n"
+"00000404.xhp\n"
+"par_id3145749\n"
+"20\n"
"help.text"
-msgid "Preview Field"
-msgstr "წინასწარი დათვალიერების ველი"
+msgid "Chart"
+msgstr "დიაგარმა"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3154046\n"
-"35\n"
+"00000404.xhp\n"
+"par_id3155513\n"
+"44\n"
"help.text"
-msgid "<ahelp hid=\".\">Displays a preview of the current selection.</ahelp>"
+msgid "Choose <emph>Insert - Picture - From File</emph>"
msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"hd_id3145609\n"
-"70\n"
+"00000404.xhp\n"
+"par_id3155308\n"
+"45\n"
"help.text"
-msgid "Next"
-msgstr "შემდეგი"
+msgid "Open the <emph>Insert</emph> toolbar, click"
+msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3152473\n"
-"71\n"
+"00000404.xhp\n"
+"par_id3145594\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 ""
+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>"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"hd_id3149670\n"
-"13\n"
+"00000404.xhp\n"
+"par_id3149960\n"
+"46\n"
"help.text"
-msgid "Back"
-msgstr ""
+msgid "From File"
+msgstr "ფაილიდან"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3145068\n"
-"14\n"
+"00000404.xhp\n"
+"par_id3150037\n"
+"25\n"
"help.text"
-msgid "<ahelp hid=\"OFFMGR_PUSHBUTTON_RID_OFADLG_OPTIONS_TREE_PB_BACK\">Resets modified values back to the $[officename] default values.</ahelp>"
+msgid "Choose <emph>Insert - Floating Frame</emph>"
msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"hd_id3148755\n"
-"59\n"
+"00000404.xhp\n"
+"par_id3083281\n"
+"26\n"
"help.text"
-msgid "Reset"
+msgid "Open the <emph>Insert </emph>toolbar, click"
msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3149651\n"
-"60\n"
+"00000404.xhp\n"
+"par_id3168607\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 ""
+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>"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"hd_id3143278\n"
-"18\n"
+"00000404.xhp\n"
+"par_id3148588\n"
+"27\n"
"help.text"
-msgid "Reset"
+msgid "Floating Frame"
msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3150791\n"
-"19\n"
+"00000404.xhp\n"
+"par_id3150396\n"
+"47\n"
"help.text"
-msgid "<ahelp hid=\"HID_TABDLG_RESET_BTN\">Resets modified values back to the default values.</ahelp>"
+msgid "<variable id=\"filterauswahl\">Open a file of a type that is unknown to %PRODUCTNAME and that is no text file</variable>"
msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3154331\n"
-"20\n"
+"00000404.xhp\n"
+"par_idN10DDC\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 ""
+msgid "<image id=\"Graphic2\" src=\"cmd/sc_fontworkgalleryfloater.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>"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"hd_id3145173\n"
-"10\n"
+"00000404.xhp\n"
+"par_idN10DD1\n"
"help.text"
-msgid "Standard"
-msgstr ""
+msgid "Fontwork Gallery"
+msgstr "Fontwork-ის გალერეა"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3154153\n"
-"11\n"
+"00000404.xhp\n"
+"par_idN10EA9\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 ""
+msgid "<image id=\"Graphic3\" src=\"cmd/sc_basicshapes.diamond.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>"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3154299\n"
-"12\n"
+"00000404.xhp\n"
+"par_idN10ED8\n"
"help.text"
-msgid "A confirmation does not appear before the defaults are reloaded."
+msgid "Basic Shapes"
msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"hd_id3147502\n"
-"72\n"
+"00000404.xhp\n"
+"par_idN10EEE\n"
"help.text"
-msgid "Back"
-msgstr ""
+msgid "<image id=\"Graphic4\" src=\"cmd/sc_symbolshapes.smiley.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3150439\n"
-"73\n"
+"00000404.xhp\n"
+"par_idN10F1D\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."
+msgid "Symbol Shapes"
msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"hd_id3147352\n"
-"52\n"
+"00000404.xhp\n"
+"par_idN10F33\n"
"help.text"
-msgid "More"
-msgstr "დამატებით"
+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 "<image id=\"img_id3153252\" src=\"cmd/sc_spacepara2.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153252\">ხატულა</alt></image>"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3155314\n"
-"53\n"
+"00000404.xhp\n"
+"par_idN10F62\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>"
+msgid "Block Arrows"
msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3161659\n"
-"41\n"
+"00000404.xhp\n"
+"par_idN10F78\n"
"help.text"
-msgid "<variable id=\"siehe\">See also the following functions: </variable>"
-msgstr "<variable id=\"siehe\">იხილეთ აგრეთვე შემდეგი ფუნქციები: </variable>"
+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>"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3147418\n"
-"55\n"
+"00000404.xhp\n"
+"par_idN10FA7\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>"
+msgid "Flowcharts"
msgstr ""
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3163714\n"
-"56\n"
+"00000404.xhp\n"
+"par_idN10FBD\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>"
+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>"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3154145\n"
-"54\n"
+"00000404.xhp\n"
+"par_idN10FEC\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>"
+msgid "Callouts"
+msgstr "მიმთითებლები"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id3152791\n"
-"61\n"
+"00000404.xhp\n"
+"par_idN11002\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 ""
+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>"
-#: 00000001.xhp
+#: 00000404.xhp
msgctxt ""
-"00000001.xhp\n"
-"par_id9345377\n"
+"00000404.xhp\n"
+"par_idN11031\n"
"help.text"
-msgid "<variable id=\"ShiftF1\">Press Shift+F1 and point to a control to learn more about that control. </variable>"
+msgid "Stars"
msgstr ""
#: 00000406.xhp
@@ -8435,7 +8322,6 @@ msgid "Choose <emph>Tools - Gallery</emph> or on <emph>Standard</emph> Bar, clic
msgstr ""
#: 00000406.xhp
-#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3153323\n"
@@ -8489,7 +8375,6 @@ msgid "On <emph>Standard</emph> bar, click"
msgstr ""
#: 00000406.xhp
-#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3153824\n"
@@ -8569,7 +8454,6 @@ msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinli
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
-#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3153320\n"
@@ -8657,7 +8541,6 @@ msgid "<variable id=\"xmlfiltertest\">Choose <emph>Tools - XML Filter Settings</
msgstr ""
#: 00000406.xhp
-#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3148672\n"
@@ -8667,7 +8550,6 @@ msgid "<variable id=\"anpassen\">Choose <emph>Tools - Customize</emph></variable
msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
#: 00000406.xhp
-#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3147230\n"
@@ -8711,7 +8593,6 @@ msgid "<variable id=\"symbole\">Choose <emph>Tools - Customize - Toolbars</emph>
msgstr ""
#: 00000406.xhp
-#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3144432\n"
@@ -8735,7 +8616,7 @@ msgctxt ""
"par_id3153768\n"
"51\n"
"help.text"
-msgid "<variable id=\"autokooptionen\">Choose <emph>Tools - AutoCorrect Options</emph> tab</variable>"
+msgid "<variable id=\"autokooptionen\">Choose <emph>Tools - AutoCorrect Options - Options</emph> tab</variable>"
msgstr ""
#: 00000406.xhp
@@ -8954,7 +8835,6 @@ msgid "Choose <emph>Format - 3D Effects</emph> icon on the <emph>Illumination</e
msgstr ""
#: 00000406.xhp
-#, fuzzy
msgctxt ""
"00000406.xhp\n"
"par_id3153876\n"
@@ -9161,15 +9041,6 @@ msgstr ""
#: 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
-msgctxt ""
-"00000406.xhp\n"
"par_id3149280\n"
"94\n"
"help.text"
@@ -9514,2928 +9385,1445 @@ msgctxt ""
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 ""
-#: 00000004.xhp
+#: 00000407.xhp
msgctxt ""
-"00000004.xhp\n"
+"00000407.xhp\n"
"tit\n"
"help.text"
-msgid "To access this command..."
-msgstr "ბრძანებაზე წვდომისათვის..."
+msgid "Window Menu"
+msgstr "სარკმლის მენიუ"
-#: 00000004.xhp
+#: 00000407.xhp
msgctxt ""
-"00000004.xhp\n"
-"hd_id3160447\n"
+"00000407.xhp\n"
+"hd_id3154349\n"
"1\n"
"help.text"
-msgid "<variable id=\"wie\">To access this command...</variable>"
-msgstr "<variable id=\"wie\">ბრძანებაზე წვდომისათვის... </variable>"
-
-#: 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>"
-
-#: 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 ""
-
-#: 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>"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3146067\n"
-"46\n"
-"help.text"
-msgid "Font Color"
-msgstr ""
-
-#: 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>"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3149893\n"
-"7\n"
-"help.text"
-msgid "Font Color"
-msgstr ""
-
-#: 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>"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3150693\n"
-"8\n"
-"help.text"
-msgid "Line spacing: 1"
-msgstr "სტრიქონთაშორისი დაშორება: 1"
-
-#: 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>"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3154173\n"
-"9\n"
-"help.text"
-msgid "Line spacing: 1.5"
-msgstr "სტრიქონთაშორისი დაშორება: 1.5"
-
-#: 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>"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3152824\n"
-"10\n"
-"help.text"
-msgid "Line spacing: 2"
-msgstr "სტრიქონთაშორისი დაშორება: 2"
-
-#: 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>"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3145121\n"
-"11\n"
-"help.text"
-msgid "Superscript"
-msgstr "ზედა რეგისტრი"
-
-#: 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>"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3151385\n"
-"12\n"
-"help.text"
-msgid "Subscript"
-msgstr "ქვედა რეგისტრი"
-
-#: 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>"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3152772\n"
-"15\n"
-"help.text"
-msgid "Line Style"
-msgstr "ხაზის სტილი"
-
-#: 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>"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3149290\n"
-"16\n"
-"help.text"
-msgid "Line Color"
-msgstr "ხაზის ფერი"
-
-#: 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>"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3163044\n"
-"17\n"
-"help.text"
-msgid "Line Width"
-msgstr "ხაზის სიგრძე"
-
-#: 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>"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3150650\n"
-"18\n"
-"help.text"
-msgid "Area Style / Filling"
-msgstr "არეს სტილი / შევსება"
-
-#: 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>"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3148557\n"
-"20\n"
-"help.text"
-msgid "Align Top"
-msgstr "სწორება ზევით"
-
-#: 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>"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3149287\n"
-"21\n"
-"help.text"
-msgid "Align Bottom"
-msgstr "სწორება ქვევით"
-
-#: 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>"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3150873\n"
-"22\n"
-"help.text"
-msgid "Align Center Vertically"
-msgstr "სწორება ცენტრში ვერიკალურად"
-
-#: 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>"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3147418\n"
-"27\n"
-"help.text"
-msgid "Apply"
-msgstr ""
-
-#: 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>"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3148617\n"
-"28\n"
-"help.text"
-msgid "Cancel"
-msgstr ""
-
-#: 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>"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3145800\n"
-"30\n"
-"help.text"
-msgid "Up One Level"
-msgstr ""
+msgid "Window Menu"
+msgstr "სარკმლის მენიუ"
-#: 00000004.xhp
-#, fuzzy
+#: 00000407.xhp
msgctxt ""
-"00000004.xhp\n"
-"par_id3149412\n"
+"00000407.xhp\n"
+"par_id3083278\n"
+"6\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>"
+msgid "<variable id=\"window\">Choose <emph>Window - New Window</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000004.xhp
+#: 00000407.xhp
msgctxt ""
-"00000004.xhp\n"
-"par_id3154064\n"
-"48\n"
+"00000407.xhp\n"
+"par_id3154545\n"
+"13\n"
"help.text"
-msgid "Create New Directory"
+msgid "<variable id=\"liste\">Choose <emph>Window</emph> - List of open documents</variable>"
msgstr ""
-#: 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>"
-
-#: 00000004.xhp
+#: 00000408.xhp
msgctxt ""
-"00000004.xhp\n"
-"par_id3145646\n"
-"39\n"
+"00000408.xhp\n"
+"tit\n"
"help.text"
-msgid "Up One Level"
+msgid "Help Menu"
msgstr ""
-#: 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>"
-
-#: 00000004.xhp
+#: 00000408.xhp
msgctxt ""
-"00000004.xhp\n"
-"par_id3153005\n"
-"40\n"
+"00000408.xhp\n"
+"hd_id3154689\n"
+"1\n"
"help.text"
-msgid "Create New Directory"
+msgid "Help Menu"
msgstr ""
-#: 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>"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3153949\n"
-"41\n"
-"help.text"
-msgid "Default Directory"
-msgstr "ნაგულისხმევი საქაღალდე"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 00000004.xhp
+#: 00000408.xhp
msgctxt ""
-"00000004.xhp\n"
-"par_id3083285\n"
+"00000408.xhp\n"
+"par_id3150960\n"
+"2\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>"
+msgid "<variable id=\"content\">Choose <emph>Help - Contents</emph></variable>"
+msgstr "<variable id=\"eispa\">არჩევა <emph>ჩასმა - სვეტები</emph></variable>"
-#: 00000004.xhp
+#: 00000408.xhp
msgctxt ""
-"00000004.xhp\n"
-"par_id3147339\n"
-"37\n"
+"00000408.xhp\n"
+"par_id3147240\n"
+"14\n"
"help.text"
-msgid "Open File"
+msgid "<variable id=\"infoanwendung\">Choose <emph>Help - About </emph><emph>%PRODUCTNAME</emph></variable>"
msgstr ""
-#: 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>"
-
-#: 00000004.xhp
+#: 00000408.xhp
msgctxt ""
-"00000004.xhp\n"
-"par_id3149109\n"
-"38\n"
+"00000408.xhp\n"
+"par_id3151387\n"
+"15\n"
"help.text"
-msgid "Save As"
+msgid "Automatically after <item type=\"productname\">%PRODUCTNAME</item> is first started."
msgstr ""
-#: 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>"
-
-#: 00000004.xhp
+#: 00000408.xhp
msgctxt ""
-"00000004.xhp\n"
-"par_id3155336\n"
-"76\n"
+"00000408.xhp\n"
+"par_id3153808\n"
+"16\n"
"help.text"
-msgid "Export Directly as PDF"
+msgid "Choose <emph>Help - Registration</emph> (this is a direct link to an external website)"
msgstr ""
-#: 00000021.xhp
+#: 00000409.xhp
msgctxt ""
-"00000021.xhp\n"
+"00000409.xhp\n"
"tit\n"
"help.text"
-msgid "XML File Formats"
-msgstr "XML ფაილის ფორმატები"
+msgid "Toolbars"
+msgstr ""
-#: 00000021.xhp
+#: 00000409.xhp
msgctxt ""
-"00000021.xhp\n"
-"bm_id3154408\n"
+"00000409.xhp\n"
+"hd_id3149517\n"
+"1\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>"
+msgid "Toolbars"
msgstr ""
-#: 00000021.xhp
+#: 00000409.xhp
msgctxt ""
-"00000021.xhp\n"
-"hd_id3154408\n"
+"00000409.xhp\n"
+"par_id3156053\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>"
+msgid "Choose <emph>Data - Filter - Standard Filter</emph>"
msgstr ""
-#: 00000021.xhp
+#: 00000409.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id3148919\n"
+"00000409.xhp\n"
+"par_id3154350\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 ""
-
-#: 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>."
+msgid "Database table view: <emph>Standard Filter</emph> icon in the <emph>Database</emph> Toolbar"
msgstr ""
-#: 00000021.xhp
+#: 00000409.xhp
msgctxt ""
-"00000021.xhp\n"
-"hd_id3156324\n"
+"00000409.xhp\n"
+"par_id3154183\n"
"4\n"
"help.text"
-msgid "OpenDocument file format names"
-msgstr "OpenDocument-ის ფაილთა ფორმატების სახელები"
-
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_id3154926\n"
-"5\n"
-"help.text"
-msgid "%PRODUCTNAME %PRODUCTVERSION uses the following file formats:"
-msgstr "%PRODUCTNAME %PRODUCTVERSION-ი იყენებს შემდეგ ფაილურ ფორმატებს:"
-
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_id3157898\n"
-"6\n"
-"help.text"
-msgid "Document format"
-msgstr "დოკუმენტის ფორმატი"
-
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_id3149549\n"
-"7\n"
-"help.text"
-msgid "File extension"
-msgstr ""
-
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_idN10762\n"
-"help.text"
-msgid "ODF Text"
-msgstr ""
-
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_idN10767\n"
-"help.text"
-msgid "*.odt"
-msgstr "*.odt"
-
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_idN1076D\n"
-"help.text"
-msgid "ODF Text Template"
-msgstr ""
-
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_idN10772\n"
-"help.text"
-msgid "*.ott"
-msgstr "*.ott"
-
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_idN10778\n"
-"help.text"
-msgid "ODF Master Document"
-msgstr ""
-
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_idN1077D\n"
-"help.text"
-msgid "*.odm"
-msgstr "*.odm"
-
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_idN10783\n"
-"help.text"
-msgid "HTML Document"
-msgstr "HTML დოკუმენტი"
-
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_idN10788\n"
-"help.text"
-msgid "*.html"
-msgstr "*.html"
-
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_idN1078E\n"
-"help.text"
-msgid "HTML Document Template"
-msgstr "HTML Document შაბლონი"
-
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_idN10793\n"
-"help.text"
-msgid "*.oth"
-msgstr "*.oth"
-
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_idN10799\n"
-"help.text"
-msgid "ODF Spreadsheet"
-msgstr ""
-
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_idN1079E\n"
-"help.text"
-msgid "*.ods"
-msgstr "*.ods"
-
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_idN107A4\n"
-"help.text"
-msgid "ODF Spreadsheet Template"
+msgid "Form view: <emph>Standard Filter</emph> icon in the <emph>Form</emph> Bar"
msgstr ""
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_idN107A9\n"
-"help.text"
-msgid "*.ots"
-msgstr "*.ots"
-
-#: 00000021.xhp
+#: 00000409.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_idN107AF\n"
+"00000409.xhp\n"
+"par_id3155619\n"
"help.text"
-msgid "ODF Drawing"
+msgid "<image src=\"cmd/sc_formfiltered.png\" id=\"img_id3147588\"><alt id=\"alt_id3147588\">Icon</alt></image>"
msgstr ""
-#: 00000021.xhp
+#: 00000409.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_idN107B4\n"
+"00000409.xhp\n"
+"par_id3148731\n"
+"5\n"
"help.text"
-msgid "*.odg"
-msgstr "*.odg"
+msgid "Standard Filter"
+msgstr "სტანდარტული ფილტრი"
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_idN107BA\n"
+"00000450.xhp\n"
+"tit\n"
"help.text"
-msgid "ODF Drawing Template"
-msgstr ""
+msgid "Database"
+msgstr "მონაცემთა ბაზა"
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_idN107BF\n"
+"00000450.xhp\n"
+"hd_id3154689\n"
+"1\n"
"help.text"
-msgid "*.otg"
-msgstr "*.otg"
+msgid "Database"
+msgstr "მონაცემთა ბაზა"
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_idN107C5\n"
+"00000450.xhp\n"
+"par_id3152876\n"
+"7\n"
"help.text"
-msgid "ODF Presentation"
+msgid "<variable id=\"DBTab\">In a database file window, choose <emph>Tools - Table Filter</emph></variable>"
msgstr ""
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_idN107CA\n"
-"help.text"
-msgid "*.odp"
-msgstr "*.odp"
-
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_idN107D0\n"
+"00000450.xhp\n"
+"par_id3153244\n"
+"57\n"
"help.text"
-msgid "ODF Presentation Template"
+msgid "<variable id=\"DBAbfragen\"><emph>View - Database Objects - Queries</emph></variable>"
msgstr ""
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_idN107D5\n"
+"00000450.xhp\n"
+"par_id3147294\n"
+"4\n"
"help.text"
-msgid "*.otp"
-msgstr "*.otp"
+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>"
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_idN107DB\n"
+"00000450.xhp\n"
+"par_id3159411\n"
+"5\n"
"help.text"
-msgid "ODF Formula"
+msgid "<variable id=\"Datenquelle\">In a database file window of type ODBC or Address book, choose Edit - Database - Connection Type</variable>"
msgstr ""
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_idN107E0\n"
-"help.text"
-msgid "*.odf"
-msgstr "*.odf"
-
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_idN1085B\n"
+"00000450.xhp\n"
+"par_id3149119\n"
+"6\n"
"help.text"
-msgid "ODF Database"
+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 ""
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_idN10860\n"
-"help.text"
-msgid "*.odb"
-msgstr "*.odb"
-
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id9756157\n"
+"00000450.xhp\n"
+"par_id3154497\n"
+"8\n"
"help.text"
-msgid "%PRODUCTNAME Extension"
+msgid "<variable id=\"ODBC\">In a database file window of type ODBC, choose Edit - Database - Connection Type</variable>"
msgstr ""
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_id2089907\n"
-"help.text"
-msgid "*.oxt"
-msgstr "*.odt"
-
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_idN1088F\n"
-"help.text"
-msgid "The HTML format is not an OpenDocument format."
-msgstr "HTML ფორმატი არ არის OpenDocument-ის ფორმატი."
-
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id4818872\n"
+"00000450.xhp\n"
+"par_id3149355\n"
+"61\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."
+msgid "<variable id=\"ldap\">In a database file window of type Address book - LDAP, choose Edit - Database - Properties</variable>"
msgstr ""
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_idN107E3\n"
-"help.text"
-msgid "Older File Formats Prior to %PRODUCTNAME %PRODUCTVERSION"
-msgstr "ფაილთა ძველი ფორმატები პრიორიტეტულია %PRODUCTNAME %PRODUCTVERSION-თვის"
-
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id0514200811525257\n"
+"00000450.xhp\n"
+"par_id3157896\n"
+"9\n"
"help.text"
-msgid "The OpenDocument format evolves over time."
+msgid "<variable id=\"JDBC\">In a database file window of type JDBC, choose <emph>Edit - Database - Properties</emph></variable>"
msgstr ""
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id0514200811565671\n"
+"00000450.xhp\n"
+"par_id3148548\n"
+"81\n"
"help.text"
-msgid "ODF version"
+msgid "<variable id=\"mysql\">In a database file window of type MySQL, choose <emph>Edit - Database - Properties</emph></variable>"
msgstr ""
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id0519200811530375\n"
+"00000450.xhp\n"
+"par_id3149346\n"
+"10\n"
"help.text"
-msgid "Date of standard approval by OASIS"
+msgid "<variable id=\"dBase\">In a database file window of type dBASE, choose <emph>Edit - Database - Properties</emph></variable>"
msgstr ""
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id0519200811530491\n"
+"00000450.xhp\n"
+"par_id3147043\n"
+"11\n"
"help.text"
-msgid "First supporting version of the software"
+msgid "<variable id=\"dBasein\">In a database file window of type dBASE, choose <emph>Edit - Database - Properties</emph>, click <emph>Indexes</emph></variable>"
msgstr ""
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id0514200811565662\n"
+"00000450.xhp\n"
+"par_id3154317\n"
+"12\n"
"help.text"
-msgid "ODF 1.0"
+msgid "<variable id=\"Text\">In a database file window of type Text, choose <emph>Edit - Database - Properties</emph></variable>"
msgstr ""
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id0519200811530487\n"
+"00000450.xhp\n"
+"par_id3150774\n"
+"20\n"
"help.text"
-msgid "2005-05-01"
+msgid "<variable id=\"ADO\">In a database file window of type MS ADO, choose <emph>Edit - Database - Properties</emph></variable>"
msgstr ""
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id0519200811530455\n"
+"00000450.xhp\n"
+"par_id3151110\n"
+"21\n"
"help.text"
-msgid "OpenOffice.org 1.1.5 or StarOffice 7"
+msgid "<variable id=\"SQLStatement\">In a database file window, choose <emph>Tools - SQL</emph></variable>"
msgstr ""
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id0514200811565787\n"
+"00000450.xhp\n"
+"par_id3147209\n"
+"22\n"
"help.text"
-msgid "ODF 1.1"
-msgstr ""
+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>"
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id0519200811530479\n"
+"00000450.xhp\n"
+"par_id3153880\n"
+"62\n"
"help.text"
-msgid "2007-02-02"
-msgstr ""
+msgid "<variable id=\"Tabellen\">In a database file window, click the <emph>Tables</emph> icon</variable>"
+msgstr "<variable id=\"logischtext\">ეს კატეგორია შეიცავს <emph>ლოგიკურ</emph> ფუნქციებს. </variable>"
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id0519200811530467\n"
+"00000450.xhp\n"
+"par_id3153760\n"
+"64\n"
"help.text"
-msgid "OpenOffice.org 2.2 or StarOffice 8 Update 4"
+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 ""
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id0514200811565762\n"
+"00000450.xhp\n"
+"par_id3156329\n"
+"65\n"
"help.text"
-msgid "ODF 1.2"
+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 ""
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id0519200811530440\n"
+"00000450.xhp\n"
+"par_id3154047\n"
+"23\n"
"help.text"
-msgid "2011-09-30"
+msgid "<variable id=\"AbfrageNeu\">In a database file window, choose <emph>Insert - Query (Design view)</emph></variable>"
msgstr ""
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id0519200811530471\n"
+"00000450.xhp\n"
+"par_id3149579\n"
+"24\n"
"help.text"
-msgid "OpenOffice.org 3, StarOffice 9, Oracle Open Office"
+msgid "<variable id=\"entwab\">In a database file window, click the <emph>Queries</emph> icon, then choose <emph>Edit - Edit</emph></variable>"
msgstr ""
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id1001200912381153\n"
+"00000450.xhp\n"
+"par_id3149902\n"
+"25\n"
"help.text"
-msgid "ODF 1.2 (Extended)"
+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 ""
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"par_id100120091238112\n"
-"help.text"
-msgid "-"
-msgstr "-"
-
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id1001200912381174\n"
+"00000450.xhp\n"
+"par_id3159166\n"
+"26\n"
"help.text"
-msgid "OpenOffice.org 3.2 or StarOffice 9.2"
+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 ""
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id0514200811525591\n"
+"00000450.xhp\n"
+"par_id3151245\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 ""
+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>"
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_idN107E9\n"
+"00000450.xhp\n"
+"par_id3153896\n"
+"41\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 ""
+msgid "Insert Tables"
+msgstr "ცხრილების ჩასმა"
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id3146907\n"
-"1\n"
+"00000450.xhp\n"
+"par_id3149457\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 ""
+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>"
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"hd_id3150398\n"
-"28\n"
+"00000450.xhp\n"
+"par_id3159085\n"
+"43\n"
"help.text"
-msgid "XML file structure"
-msgstr "XML ფაილის სტრუქტურა"
+msgid "New Relation"
+msgstr "ახალი კავშირი"
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id3149649\n"
-"29\n"
+"00000450.xhp\n"
+"par_id3150414\n"
+"47\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:"
+msgid "<emph>Find Record</emph> icon on the Table Data bar and Form Design bar"
msgstr ""
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id3153178\n"
-"30\n"
+"00000450.xhp\n"
+"par_id3157962\n"
"help.text"
-msgid "The text content of the document is located in <emph>content.xml</emph>."
-msgstr ""
+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>"
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id3154068\n"
-"31\n"
+"00000450.xhp\n"
+"par_id3157322\n"
+"48\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 ""
+msgid "Find Record"
+msgstr "ჩანაწერის ძებნა"
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id3145152\n"
-"32\n"
+"00000450.xhp\n"
+"par_id3150870\n"
+"49\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>."
+msgid "<emph>Sort Order</emph> icon on the Table Data bar and Form Design bar"
msgstr ""
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id3150740\n"
-"33\n"
+"00000450.xhp\n"
+"par_id3150393\n"
"help.text"
-msgid "If you save a document with a password, <emph>meta.xml</emph> will not be encrypted."
-msgstr ""
+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>"
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id3150391\n"
-"34\n"
+"00000450.xhp\n"
+"par_id3145745\n"
+"50\n"
"help.text"
-msgid "The file <emph>settings.xml</emph> contains further information about the settings for this document."
-msgstr ""
+msgid "Sort Order"
+msgstr "დახარისხების მიმართულება"
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id3150447\n"
-"35\n"
+"00000450.xhp\n"
+"par_id3145171\n"
+"55\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."
+msgid "<variable id=\"allgemein\">In a database file window, choose <emph>Edit - Database - Properties</emph></variable>"
msgstr ""
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id3153353\n"
-"36\n"
+"00000450.xhp\n"
+"par_id3159252\n"
+"63\n"
"help.text"
-msgid "The <emph>meta-inf/manifest.xml</emph> file describes the structure of the XML file."
+msgid "<variable id=\"tabellecopy\">Drag and drop a table or a query into the table part of another database file window</variable>"
msgstr ""
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_id3153368\n"
-"37\n"
+"00000450.xhp\n"
+"par_id3148560\n"
+"66\n"
"help.text"
-msgid "Additional files and folders can be contained in the packed file format."
+msgid "<variable id=\"formularneu\">In a database file window, choose<emph> Insert - Form</emph></variable>"
msgstr ""
-#: 00000021.xhp
-msgctxt ""
-"00000021.xhp\n"
-"hd_id3154299\n"
-"38\n"
-"help.text"
-msgid "Definition of the XML formats"
-msgstr "XML ფორმატის განსაზღვრება"
-
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_idN10AAD\n"
+"00000450.xhp\n"
+"par_id3155430\n"
+"67\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."
+msgid "<variable id=\"benutzereinstellungen\">In a database file window, choose <emph>Edit - Database - Properties</emph></variable>"
msgstr ""
-#: 00000021.xhp
+#: 00000450.xhp
msgctxt ""
-"00000021.xhp\n"
-"par_idN10AC5\n"
+"00000450.xhp\n"
+"par_id3147441\n"
+"69\n"
"help.text"
-msgid "<link href=\"text/shared/autopi/01130000.xhp\">Document Converter Wizard</link>"
+msgid "<variable id=\"relationen\">In a database file window, choose <emph>Tools - Relationships</emph></variable>"
msgstr ""
-#: 00040503.xhp
+#: 00040500.xhp
msgctxt ""
-"00040503.xhp\n"
+"00040500.xhp\n"
"tit\n"
"help.text"
msgid "Format Menu"
-msgstr ""
+msgstr "ფორმატის მენიუ"
-#: 00040503.xhp
+#: 00040500.xhp
msgctxt ""
-"00040503.xhp\n"
-"hd_id3155757\n"
+"00040500.xhp\n"
+"hd_id3150347\n"
"1\n"
"help.text"
msgid "Format Menu"
-msgstr ""
+msgstr "ფორმატის მენიუ"
-#: 00040503.xhp
+#: 00040500.xhp
msgctxt ""
-"00040503.xhp\n"
-"par_id3147294\n"
-"2\n"
+"00040500.xhp\n"
+"par_id3145356\n"
+"8\n"
"help.text"
-msgid "Choose <emph>Format - Row - Height</emph>"
-msgstr ""
+msgid "<variable id=\"standard\">Choose <emph>Format - Clear Direct Formatting</emph></variable>"
+msgstr "<variable id=\"bedingte\">არჩევა <emph>ფორმატი - პირობითი ფორმატირება</emph></variable>"
-#: 00040503.xhp
+#: 00040500.xhp
msgctxt ""
-"00040503.xhp\n"
-"par_id3149551\n"
-"3\n"
+"00040500.xhp\n"
+"par_id3153244\n"
+"9\n"
"help.text"
-msgid "Open context menu of a row header in an open database table - choose <emph>Row Height</emph>"
+msgid "Choose <emph>Format - Character</emph>"
msgstr ""
-#: 00040503.xhp
+#: 00040500.xhp
msgctxt ""
-"00040503.xhp\n"
-"par_id3153136\n"
-"4\n"
+"00040500.xhp\n"
+"par_id3152352\n"
+"10\n"
"help.text"
-msgid "Choose <emph>Format - Column - Width</emph>"
+msgid "On <emph>Text Formatting</emph> Bar (with cursor in object), click"
msgstr ""
-#: 00040503.xhp
+#: 00040500.xhp
msgctxt ""
-"00040503.xhp\n"
-"par_id3150756\n"
-"5\n"
+"00040500.xhp\n"
+"par_id3148998\n"
"help.text"
-msgid "Open context menu of a column header in a database table - choose <emph>Column Width</emph>"
-msgstr ""
+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>"
-#: 00040503.xhp
+#: 00040500.xhp
msgctxt ""
-"00040503.xhp\n"
-"par_id3148668\n"
+"00040500.xhp\n"
+"par_id3149999\n"
"11\n"
"help.text"
-msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cells - Numbers</emph> tab </caseinline></switchinline>"
-msgstr ""
+msgid "Character"
+msgstr "სიმბოლო"
-#: 00040503.xhp
+#: 00040500.xhp
msgctxt ""
-"00040503.xhp\n"
-"par_id3152349\n"
-"13\n"
+"00040500.xhp\n"
+"par_id3153935\n"
+"12\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>"
+msgid "Choose <emph>Format - Character - Font</emph> tab"
msgstr ""
-#: 00040503.xhp
+#: 00040500.xhp
msgctxt ""
-"00040503.xhp\n"
-"par_id3161459\n"
+"00040500.xhp\n"
+"par_id3157958\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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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 ""
-
-#: 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>"
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Font</emph> tab"
msgstr ""
-#: 00040503.xhp
+#: 00040500.xhp
msgctxt ""
-"00040503.xhp\n"
-"par_id3150495\n"
+"00040500.xhp\n"
+"par_id3155338\n"
"16\n"
"help.text"
-msgid "Choose <emph>Modify - Flip</emph> ($[officename] Draw)"
+msgid "Open context menu of a row header in a database table - choose <emph>Table Format - Font</emph> tab"
msgstr ""
-#: 00040503.xhp
+#: 00040500.xhp
msgctxt ""
-"00040503.xhp\n"
-"par_id3155742\n"
-"17\n"
+"00040500.xhp\n"
+"par_id3150355\n"
+"18\n"
"help.text"
-msgid "Choose <emph>Format - Graphics - Graphics</emph> tab"
+msgid "Choose <emph>Format - Title - Character</emph> tab (Chart documents)"
msgstr ""
-#: 00040503.xhp
+#: 00040500.xhp
msgctxt ""
-"00040503.xhp\n"
-"par_id3158407\n"
-"35\n"
+"00040500.xhp\n"
+"par_id3149812\n"
+"19\n"
"help.text"
-msgid "Open context menu - choose <emph>Flip</emph> (presentation documents)"
+msgid "Choose <emph>Format - Legend - Character</emph> tab (Chart documents)"
msgstr ""
-#: 00040503.xhp
+#: 00040500.xhp
msgctxt ""
-"00040503.xhp\n"
-"par_id3150290\n"
+"00040500.xhp\n"
+"par_id3153717\n"
"20\n"
"help.text"
-msgid "Choose <emph>Modify - Flip - Vertically</emph> ($[officename] Draw)"
-msgstr ""
-
-#: 00040503.xhp
-msgctxt ""
-"00040503.xhp\n"
-"par_id3153179\n"
-"21\n"
-"help.text"
-msgid "Choose <emph>Format - Graphics - Graphics</emph> tab"
-msgstr ""
-
-#: 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 ""
-
-#: 00040503.xhp
-msgctxt ""
-"00040503.xhp\n"
-"par_id3153369\n"
-"26\n"
-"help.text"
-msgid "Choose <emph>Modify - Flip - Horizontally</emph> ($[officename] Draw)"
-msgstr ""
-
-#: 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"
+msgid "Choose <emph>Format - Axis - Character</emph> tab (Chart documents)"
msgstr ""
-#: 00040503.xhp
+#: 00040500.xhp
msgctxt ""
-"00040503.xhp\n"
-"par_id3156106\n"
-"42\n"
+"00040500.xhp\n"
+"par_id3154749\n"
+"17\n"
"help.text"
-msgid "Choose <emph>Format - Flip - Horizontally</emph>"
+msgid "Choose <emph>Format - Cell - Font</emph> tab (spreadsheets)"
msgstr ""
-#: 00040503.xhp
+#: 00040500.xhp
msgctxt ""
-"00040503.xhp\n"
-"par_id3152578\n"
-"37\n"
+"00040500.xhp\n"
+"par_id3156306\n"
+"199\n"
"help.text"
-msgid "Right-click a selected object, and then choose <emph>Flip - Horizontally</emph> ($[officename] Impress)"
+msgid "Menu <emph>Format - Page - Header/Footer</emph> - <emph>Edit</emph> button (spreadsheets)"
msgstr ""
-#: 00040503.xhp
+#: 00040500.xhp
msgctxt ""
-"00040503.xhp\n"
-"par_id3147318\n"
-"38\n"
+"00040500.xhp\n"
+"par_id3155829\n"
+"21\n"
"help.text"
-msgid "Choose <emph>Modify - Distribution</emph> ($[officename] Draw)"
+msgid "Choose <emph>Format - Character - Font Effects</emph> tab"
msgstr ""
-#: 00040503.xhp
+#: 00040500.xhp
msgctxt ""
-"00040503.xhp\n"
-"par_id3149064\n"
-"39\n"
+"00040500.xhp\n"
+"par_id3149819\n"
+"23\n"
"help.text"
-msgid "Open context menu - choose <emph>Distribution</emph> ($[officename] Impress)"
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Font Effects</emph> tab"
msgstr ""
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"tit\n"
-"help.text"
-msgid "Edit Menu"
-msgstr "რედაქტირების მენიუ"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"hd_id3147273\n"
-"1\n"
-"help.text"
-msgid "Edit Menu"
-msgstr "რედაქტირების მენიუ"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3085157\n"
-"2\n"
-"help.text"
-msgid "Choose <emph>Edit - Undo</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
-
-#: 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"
-
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3154094\n"
-"3\n"
+"00040500.xhp\n"
+"par_id3159176\n"
+"200\n"
"help.text"
-msgid "On the <emph>Standard</emph> Bar or Table Data bar, click"
+msgid "Menu <emph>Format - Page - Header/Footer</emph> - <emph>Edit</emph> button (spreadsheets)"
msgstr ""
-#: 00000402.xhp
-#, fuzzy
-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>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148563\n"
-"4\n"
-"help.text"
-msgid "Undo"
-msgstr "დაბრუნება"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3145068\n"
-"5\n"
-"help.text"
-msgid "Choose <emph>Edit - Redo</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
-
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3153897\n"
-"6\n"
+"00040500.xhp\n"
+"par_id3153541\n"
+"181\n"
"help.text"
-msgid "On the <emph>Standard</emph> Bar, click"
+msgid "Choose <emph>Format - Character - Position</emph> tab"
msgstr ""
-#: 00000402.xhp
-#, fuzzy
-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>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3151211\n"
-"7\n"
-"help.text"
-msgid "Redo"
-msgstr "გამეორება"
-
-#: 00000402.xhp
-#, fuzzy
-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>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3149765\n"
-"9\n"
-"help.text"
-msgid "Choose <emph>Edit - Cut</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
-
-#: 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"
-
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3148744\n"
-"10\n"
+"00040500.xhp\n"
+"par_id3159256\n"
+"183\n"
"help.text"
-msgid "On the <emph>Standard</emph> Bar, click"
+msgid "Choose <emph>Format - Styles and Formatting - </emph>open context menu of an entry and click <emph>Modify/New - Alignment</emph> tab"
msgstr ""
-#: 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>"
-
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3154153\n"
-"11\n"
+"00040500.xhp\n"
+"par_id3151385\n"
+"201\n"
"help.text"
-msgid "Cut"
+msgid "Menu <emph>Format - Page - Header/Footer</emph> - <emph>Edit</emph> button (spreadsheets)"
msgstr ""
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3150742\n"
-"12\n"
-"help.text"
-msgid "Choose <emph>Edit - Copy</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
-
-#: 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"
-
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3159254\n"
-"13\n"
+"00040500.xhp\n"
+"par_id3148550\n"
+"186\n"
"help.text"
-msgid "On the <emph>Standard</emph> Bar, click"
+msgid "Choose <emph>Format - Character - Asian Layout</emph> tab"
msgstr ""
-#: 00000402.xhp
-#, fuzzy
-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>"
-
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3150685\n"
-"14\n"
+"00040500.xhp\n"
+"par_id3152811\n"
+"188\n"
"help.text"
-msgid "Copy"
+msgid "Choose <emph>Format - Styles and Formatting - </emph>open context menu of an entry and click <emph>Modify/New - Asian Layout</emph> tab"
msgstr ""
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3159153\n"
-"15\n"
-"help.text"
-msgid "Choose <emph>Edit - Paste</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
-
-#: 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"
-
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3159083\n"
-"16\n"
+"00040500.xhp\n"
+"par_id3153524\n"
+"190\n"
"help.text"
-msgid "On the <emph>Standard</emph> Bar, click"
+msgid "Choose <emph>Format - Paragraph - Asian Typography</emph> tab (not in HTML)"
msgstr ""
-#: 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>"
-
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3154471\n"
-"17\n"
+"00040500.xhp\n"
+"par_id3154366\n"
+"191\n"
"help.text"
-msgid "Paste"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cell - Asian Typography</emph> tab </caseinline></switchinline>"
msgstr ""
-#: 00000402.xhp
-#, fuzzy
-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>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3148555\n"
-"533\n"
-"help.text"
-msgid "Choose <emph>Edit - Select All</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
-
-#: 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"
-
-#: 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>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3153139\n"
-"575\n"
-"help.text"
-msgid "Select All"
-msgstr "ყველაფრის მონიშვნა"
-
-#: 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>"
-
-#: 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>"
-
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3150594\n"
-"557\n"
+"00040500.xhp\n"
+"par_id3148742\n"
+"193\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>"
+msgid "Choose <emph>Format - Styles and Formatting - </emph>open context menu of an entry and click <emph>Modify/New - Asian Typography</emph> tab"
msgstr ""
-#: 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>"
-
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3148587\n"
-"559\n"
+"00040500.xhp\n"
+"par_id3148922\n"
+"26\n"
"help.text"
-msgid "Choose <emph>Edit - Changes - Accept or Reject - List</emph> tab"
+msgid "Choose <emph>Format - Character - Hyperlink</emph> tab"
msgstr ""
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3150396\n"
-"574\n"
+"00040500.xhp\n"
+"par_id3149169\n"
+"29\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"
+msgid "Choose <emph>Format - Paragraph</emph>"
msgstr ""
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3153878\n"
-"560\n"
+"00040500.xhp\n"
+"par_id3151381\n"
+"30\n"
"help.text"
-msgid "<variable id=\"rotliniefilter\">Choose <emph>Edit - Changes - Accept or Reject - Filter</emph> tab </variable>"
+msgid "On <emph>Text Formatting</emph> bar (with cursor in object), click"
msgstr ""
-#: 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>"
-
-#: 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>"
-
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3148773\n"
-"563\n"
+"00040500.xhp\n"
+"par_id3155995\n"
"help.text"
-msgid "Choose <emph>Edit - Changes - Comment</emph>"
-msgstr ""
+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>"
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3149488\n"
-"571\n"
+"00040500.xhp\n"
+"par_id3147299\n"
+"31\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 ""
+msgid "Paragraph"
+msgstr "აბზაცი"
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3156297\n"
-"49\n"
+"00040500.xhp\n"
+"par_id3147289\n"
+"4\n"
"help.text"
-msgid "Choose <emph>Edit - Find & Replace</emph>"
+msgid "Choose <emph>Format - Paragraph - Alignment</emph> tab"
msgstr ""
-#: 00000402.xhp
-#, fuzzy
-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"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3155083\n"
-"456\n"
-"help.text"
-msgid "On Standard bar, click"
-msgstr "სტანდარტულ ზოლზე დააწაკპუნეთ"
-
-#: 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>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3144748\n"
-"50\n"
-"help.text"
-msgid "Find & Replace"
-msgstr "ძებნა და ჩანაცვლება"
-
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3156357\n"
-"552\n"
+"00040500.xhp\n"
+"par_id3147352\n"
+"179\n"
"help.text"
-msgid "<variable id=\"suchenattribute\">Choose <emph>Edit - Find & Replace - Attributes</emph></variable>"
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Alignment</emph> tab"
msgstr ""
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3153840\n"
-"553\n"
+"00040500.xhp\n"
+"par_id3154640\n"
+"32\n"
"help.text"
-msgid "<variable id=\"suchenformat\">Choose <emph>Edit - Find & Replace - Format</emph> button </variable>"
+msgid "Choose <emph>Format - Paragraph - Indents & Spacing</emph> tab"
msgstr ""
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3146971\n"
-"554\n"
+"00040500.xhp\n"
+"par_id3152463\n"
+"34\n"
"help.text"
-msgid "Choose <emph>Edit - Find & Replace - Similarity search</emph> check box and <emph>...</emph> button."
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Indents & Spacing</emph> tab"
msgstr ""
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3153709\n"
-"572\n"
+"00040500.xhp\n"
+"par_id3154319\n"
+"39\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)"
+msgid "Choose <emph>Format - Paragraph - Tabs</emph> tab"
msgstr ""
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3150749\n"
-"573\n"
+"00040500.xhp\n"
+"par_id3154833\n"
+"41\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)"
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Tabs</emph> tab"
msgstr ""
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3152960\n"
-"534\n"
+"00040500.xhp\n"
+"par_id3159155\n"
+"43\n"
"help.text"
-msgid "Choose <emph>View - Navigator</emph>"
-msgstr "Choose <emph>ფაილი - ახალი</emph>"
+msgid "Double-click the ruler"
+msgstr "დააწკაპუნეთ ორჯერ სახაზავზე"
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3163824\n"
-"535\n"
+"00040500.xhp\n"
+"par_idN109E2\n"
"help.text"
-msgid "On <emph>Standard</emph> Bar, click"
+msgid "(all options only in Writer or Calc)"
msgstr ""
-#: 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>"
-
-#: 00000402.xhp
-msgctxt ""
-"00000402.xhp\n"
-"par_id3147359\n"
-"536\n"
-"help.text"
-msgid "Navigator On/Off"
-msgstr "ნავიგატორი ჩართთულია/გამორთულია"
-
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3147338\n"
-"576\n"
+"00040500.xhp\n"
+"par_id3156105\n"
+"44\n"
"help.text"
-msgid "<variable id=\"litdat\">Choose <emph>Tools - Bibliography Database</emph></variable>"
+msgid "Choose <emph>Format - Paragraph - Borders</emph> tab"
msgstr ""
-#: 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>"
-
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3159339\n"
-"551\n"
+"00040500.xhp\n"
+"par_id3154149\n"
+"45\n"
"help.text"
-msgid "<variable id=\"linkae\">Choose <emph>Edit - Links - Modify Link</emph> (DDE links only) </variable>"
+msgid "Choose <emph>Format - Picture - Borders</emph> tab"
msgstr ""
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3148927\n"
-"543\n"
+"00040500.xhp\n"
+"par_id3163822\n"
+"48\n"
"help.text"
-msgid "Select a frame, then choose <emph>Edit - Object - Properties</emph>"
+msgid "Choose <emph>Format - Frame/Object - Borders</emph> tab"
msgstr ""
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3156315\n"
-"577\n"
+"00040500.xhp\n"
+"par_id3150048\n"
+"51\n"
"help.text"
-msgid "Open context menu of selected frame - choose <emph>Properties</emph>"
+msgid "Choose <emph>Format - Page - Borders</emph> tab"
msgstr ""
-#: 00000402.xhp
-#, fuzzy
-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>"
-
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3156091\n"
-"546\n"
+"00040500.xhp\n"
+"par_id3149911\n"
+"53\n"
"help.text"
-msgid "<variable id=\"imagemap\">Choose <emph>Edit - ImageMap</emph> (also in context menu of selected object) </variable>"
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Borders</emph> tab"
msgstr ""
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3155936\n"
-"550\n"
+"00040500.xhp\n"
+"par_id3150094\n"
+"54\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>"
+msgid "Choose <emph>Format - Page - Header - More</emph> button"
msgstr ""
-#: 00000402.xhp
-#, fuzzy
-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>"
-
-#: 00000402.xhp
+#: 00040500.xhp
msgctxt ""
-"00000402.xhp\n"
-"par_id3154966\n"
-"548\n"
+"00040500.xhp\n"
+"par_id3154501\n"
+"55\n"
"help.text"
-msgid "<variable id=\"edit2\">Choose <emph>Edit - Object - Edit</emph>, also in the context menu of selected object </variable>"
+msgid "Choose <emph>Format - Page - Footer - More</emph> button"
msgstr ""
-#: 00000402.xhp
-#, fuzzy
-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>"
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"tit\n"
-"help.text"
-msgid "Glossary of Internet Terms"
-msgstr "ინტერნეტ ტერმინების სიტყვანი"
-
-#: 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>"
-
-#: 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>"
-
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3155577\n"
-"2\n"
+"00040500.xhp\n"
+"par_id3148455\n"
+"56\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."
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cells - Borders</emph> tab </caseinline></switchinline>"
msgstr ""
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"hd_id3153146\n"
-"36\n"
-"help.text"
-msgid "Frames"
-msgstr "ჩარჩოები"
-
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3157909\n"
-"37\n"
+"00040500.xhp\n"
+"par_id3155915\n"
+"177\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."
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Menu <emph>Format - Paragraph</emph> - <emph>Border</emph> tab -<emph> Spacing to contents</emph></caseinline></switchinline>"
msgstr ""
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"hd_id3147077\n"
-"43\n"
-"help.text"
-msgid "FTP"
-msgstr "FTP"
-
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3147335\n"
-"44\n"
+"00040500.xhp\n"
+"par_id3159130\n"
+"178\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."
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Menu<emph> Format - Page - Border - Spacing to contents</emph></caseinline></switchinline>"
msgstr ""
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"bm_id3145609\n"
-"help.text"
-msgid "<bookmark_value>HTML; definition</bookmark_value>"
-msgstr "<bookmark_value>HTML; განსაზღვრება</bookmark_value>"
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"hd_id3145609\n"
-"56\n"
-"help.text"
-msgid "HTML"
-msgstr "HTML"
-
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3161459\n"
+"00040500.xhp\n"
+"par_id3155853\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."
+msgid "Choose <emph>Format - Paragraph - Background</emph> tab"
msgstr ""
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3154346\n"
+"00040500.xhp\n"
+"par_id3147330\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 ""
-
-#: 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."
+msgid "Choose <emph>Format - Character - Background</emph> tab"
msgstr ""
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"hd_id3147423\n"
+"00040500.xhp\n"
+"par_id3149486\n"
"59\n"
"help.text"
-msgid "HTTP"
-msgstr "HTTP"
-
-#: 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)."
+msgid "Choose <emph>Format - Picture - Background</emph> tab"
msgstr ""
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"bm_id3149290\n"
-"help.text"
-msgid "<bookmark_value>hyperlinks; definition</bookmark_value>"
-msgstr "<bookmark_value>ბმულები; განსაზღვრება</bookmark_value>"
-
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"hd_id3149290\n"
+"00040500.xhp\n"
+"par_id3150592\n"
"61\n"
"help.text"
-msgid "Hyperlink"
-msgstr "ბმული"
-
-#: 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."
+msgid "Choose <emph>Format - Frame/Object - Background</emph> tab"
msgstr ""
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3156281\n"
-"63\n"
+"00040500.xhp\n"
+"par_id3151321\n"
+"65\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)."
+msgid "Choose <emph>Format - Page - Background</emph> tab"
msgstr ""
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"bm_id3152805\n"
-"help.text"
-msgid "<bookmark_value>ImageMap; definition</bookmark_value>"
-msgstr "<bookmark_value>იმიჯმეფი; განსაზღვრება</bookmark_value>"
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"hd_id3152805\n"
-"64\n"
-"help.text"
-msgid "ImageMap"
-msgstr "იმიჯმეფი"
-
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3154685\n"
-"65\n"
+"00040500.xhp\n"
+"par_id3154510\n"
+"68\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>."
+msgid "Choose <emph>Format - Page - Header - More</emph> button"
msgstr ""
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3153178\n"
-"66\n"
+"00040500.xhp\n"
+"par_id3159110\n"
+"69\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."
+msgid "Choose <emph>Format - Page - Footer - More</emph> button"
msgstr ""
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3150740\n"
+"00040500.xhp\n"
+"par_id3153532\n"
"67\n"
"help.text"
-msgid "As ImageMaps can be used in different ways, they can be stored in different formats."
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Background</emph> tab"
msgstr ""
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"hd_id3146874\n"
-"68\n"
-"help.text"
-msgid "ImageMap Formats"
-msgstr "იმიჯმეფის ფორმატები"
-
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3145153\n"
-"69\n"
+"00040500.xhp\n"
+"par_id3144747\n"
+"174\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."
+msgid "Choose <emph>Insert/Edit - Section - Background</emph> tab"
msgstr ""
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"bm_id3152881\n"
-"help.text"
-msgid "<bookmark_value>Server Side ImageMap</bookmark_value>"
-msgstr "<bookmark_value>სერვერული იმიჯმეფი</bookmark_value>"
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"hd_id3152881\n"
-"70\n"
-"help.text"
-msgid "Server Side ImageMaps"
-msgstr "სერვერული იმიჯმეფები"
-
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3153057\n"
+"00040500.xhp\n"
+"par_id3146900\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:"
+msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Choose <emph>Format - Cells - Background</emph> tab </caseinline></switchinline>"
msgstr ""
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3147502\n"
+"00040500.xhp\n"
+"par_id3146791\n"
"72\n"
"help.text"
-msgid "W3C (CERN) HTTP Server (Format type: MAP - CERN)"
-msgstr "W3C (CERN) HTTP სერვერი (ფომეტის ტიპი: MAP - CERN)"
-
-#: 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)"
+msgid "Choose <emph>Format - Page - Organizer</emph> tab"
+msgstr ""
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3149483\n"
+"00040500.xhp\n"
+"par_id3154482\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."
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Organizer</emph> tab"
msgstr ""
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"bm_id3152418\n"
-"help.text"
-msgid "<bookmark_value>Client Side ImageMap</bookmark_value>"
-msgstr "<bookmark_value>კლიენტის იმიჯმეფი</bookmark_value>"
-
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"hd_id3152418\n"
+"00040500.xhp\n"
+"par_id3153357\n"
"75\n"
"help.text"
-msgid "Client Side ImageMap"
-msgstr "კლიენტის იმიჯმეფი"
-
-#: 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."
+msgid "Choose <emph>Format - Page - Page</emph> tab"
msgstr ""
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3149664\n"
+"00040500.xhp\n"
+"par_id3154362\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 ""
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"bm_id3159125\n"
-"help.text"
-msgid "<bookmark_value>Java; definition</bookmark_value>"
-msgstr "<bookmark_value>Java; განსაზღვრება</bookmark_value>"
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"hd_id3159125\n"
-"92\n"
-"help.text"
-msgid "Java"
-msgstr "Java"
-
-#: 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 ""
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"bm_id3159153\n"
-"help.text"
-msgid "<bookmark_value>plug-ins; definition</bookmark_value>"
-msgstr "<bookmark_value>დანამატი; განსაზღვრება</bookmark_value>"
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"hd_id3159153\n"
-"107\n"
-"help.text"
-msgid "Plug-In"
-msgstr "დანამატი"
-
-#: 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 ""
-
-#: 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 ""
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"hd_id3168608\n"
-"172\n"
-"help.text"
-msgid "Plug-Ins in $[officename]"
-msgstr "დანამატები $[officename]-ში"
-
-#: 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 ""
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"hd_id3148387\n"
-"177\n"
-"help.text"
-msgid "Using Plug-Ins to extend your programs"
-msgstr "გამოიყენეთ დანამატები თქვენი პროგრამის შესაძლებლობების გასაზრდელად"
-
-#: 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 ""
-
-#: 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."
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Page</emph> tab"
msgstr ""
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3149420\n"
-"179\n"
+"00040500.xhp\n"
+"par_id3155515\n"
+"78\n"
"help.text"
-msgid "Any Netscape plug-ins (32 bit) installed on your system are automatically recognized by $[officename]."
+msgid "Choose <emph>Format - Page - Header</emph> tab"
msgstr ""
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"hd_id3145647\n"
-"127\n"
-"help.text"
-msgid "Proxy"
-msgstr "პროქსი"
-
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3148455\n"
-"128\n"
+"00040500.xhp\n"
+"par_id3148405\n"
+"80\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."
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Header</emph> tab"
msgstr ""
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"bm_id3154729\n"
-"help.text"
-msgid "<bookmark_value>SGML; definition</bookmark_value>"
-msgstr "<bookmark_value>SGML; განსაზღვრება</bookmark_value>"
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"hd_id3154729\n"
-"229\n"
-"help.text"
-msgid "SGML"
-msgstr "SGML"
-
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3147330\n"
-"230\n"
+"00040500.xhp\n"
+"par_id3145618\n"
+"81\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."
+msgid "Choose <emph>Format - Page - Footer</emph> tab"
msgstr ""
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3148747\n"
-"231\n"
+"00040500.xhp\n"
+"par_id3155175\n"
+"83\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."
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu of an entry and choose <emph>Modify/New - Footer</emph> tab"
msgstr ""
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"bm_id3153950\n"
-"help.text"
-msgid "<bookmark_value>search engines; definition</bookmark_value>"
-msgstr "<bookmark_value>საძიებო სისტემები; განსაზღვრება</bookmark_value>"
-
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"hd_id3153950\n"
-"138\n"
-"help.text"
-msgid "Search Engines"
-msgstr "საძიებო ძრავები"
-
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3157965\n"
-"139\n"
+"00040500.xhp\n"
+"par_id3147404\n"
+"84\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."
+msgid "Choose <emph>Format - Styles and Formatting</emph>"
msgstr ""
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"bm_id3150751\n"
-"help.text"
-msgid "<bookmark_value>tags; definition</bookmark_value>"
-msgstr "<bookmark_value>ტეგები; განსაზღვრება</bookmark_value>"
-
-#: 00000002.xhp
+#: 00040500.xhp
+#, fuzzy
msgctxt ""
-"00000002.xhp\n"
-"hd_id3150751\n"
-"141\n"
+"00040500.xhp\n"
+"par_id3166447\n"
+"95\n"
"help.text"
-msgid "Tags"
-msgstr "ტეგები"
+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"
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3156360\n"
-"142\n"
+"00040500.xhp\n"
+"par_id3147321\n"
+"85\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."
+msgid "On <emph>Formatting</emph> Bar, click"
msgstr ""
-#: 00000002.xhp
-msgctxt ""
-"00000002.xhp\n"
-"bm_id3153766\n"
-"help.text"
-msgid "<bookmark_value>URL; definition</bookmark_value>"
-msgstr "<bookmark_value>URL; განსაზრვრება</bookmark_value>"
-
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"hd_id3153766\n"
-"145\n"
+"00040500.xhp\n"
+"par_id3148533\n"
"help.text"
-msgid "URL"
-msgstr "URL"
+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>"
-#: 00000002.xhp
+#: 00040500.xhp
msgctxt ""
-"00000002.xhp\n"
-"par_id3152931\n"
-"146\n"
+"00040500.xhp\n"
+"par_id3153534\n"
+"86\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 ""
+msgid "Styles and Formatting"
+msgstr "სტილები და ფორმატირება"
-#: 01010000.xhp
+#: 00040500.xhp
msgctxt ""
-"01010000.xhp\n"
-"tit\n"
+"00040500.xhp\n"
+"par_id3159313\n"
+"88\n"
"help.text"
-msgid "Gallery context menu"
+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 ""
-#: 01010000.xhp
+#: 00040500.xhp
msgctxt ""
-"01010000.xhp\n"
-"hd_id3150672\n"
-"1\n"
+"00040500.xhp\n"
+"par_id3109845\n"
"help.text"
-msgid "Gallery context menu"
-msgstr ""
+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>"
-#: 01010000.xhp
+#: 00040500.xhp
msgctxt ""
-"01010000.xhp\n"
-"par_id3083278\n"
+"00040500.xhp\n"
+"par_id3152498\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 ""
-
-#: 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 ""
-
-#: 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>"
+msgid "<emph>3D Effects</emph>"
msgstr ""
-#: 01010000.xhp
+#: 00040500.xhp
msgctxt ""
-"01010000.xhp\n"
-"par_id3158428\n"
-"15\n"
+"00040500.xhp\n"
+"par_id3145256\n"
+"90\n"
"help.text"
-msgid "<ahelp hid=\"HID_GALLERY_MN_PREVIEW\">The<emph> Preview </emph>command displays the selected graphic.</ahelp>"
+msgid "<variable id=\"3dgeometrie\">Open the context menu of the 3D object, choose <emph>3D Effects - Geometry</emph> tab </variable>"
msgstr ""
-#: 01010000.xhp
+#: 00040500.xhp
msgctxt ""
-"01010000.xhp\n"
-"par_id3154522\n"
-"19\n"
+"00040500.xhp\n"
+"par_id3154203\n"
+"91\n"
"help.text"
-msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_GALLERY_TITLE:EDT_TITLE\">Assigns a title to a selected Gallery object.</ahelp>"
+msgid "<variable id=\"3ddarstellung\">Open the context menu of the 3D object, choose <emph>3D Effects - Shading</emph> tab </variable>"
msgstr ""
-#: 01010000.xhp
+#: 00040500.xhp
msgctxt ""
-"01010000.xhp\n"
-"par_id3149750\n"
-"17\n"
+"00040500.xhp\n"
+"par_id3151284\n"
+"92\n"
"help.text"
-msgid "<ahelp hid=\"HID_GALLERY_MN_DELETE\">Deletes the selected graphic after confirmation.</ahelp>"
+msgid "<variable id=\"3dbeleuchtung\">Open the context menu of the 3D object, choose <emph>3D Effects - Illumination</emph> tab </variable>"
msgstr ""
-#: 00000206.xhp
+#: 00040500.xhp
msgctxt ""
-"00000206.xhp\n"
-"tit\n"
+"00040500.xhp\n"
+"par_id3152475\n"
+"93\n"
"help.text"
-msgid "Dif Import/Export/ Lotus import/ dBASE import"
+msgid "<variable id=\"3dtexturen\">Open the context menu of the 3D object, choose <emph>3D Effects - Textures</emph> tab </variable>"
msgstr ""
-#: 00000206.xhp
+#: 00040500.xhp
msgctxt ""
-"00000206.xhp\n"
-"hd_id3155354\n"
-"1\n"
+"00040500.xhp\n"
+"par_id3154572\n"
+"94\n"
"help.text"
-msgid "Dif Import/Export/ Lotus import/ dBASE import"
+msgid "<variable id=\"3dmaterial\">Open the context menu of the 3D object, choose <emph>3D Effects - Material</emph> tab </variable>"
msgstr ""
-#: 00000206.xhp
+#: 00040500.xhp
msgctxt ""
-"00000206.xhp\n"
-"par_id3150620\n"
-"4\n"
+"00040500.xhp\n"
+"par_id3145220\n"
+"155\n"
"help.text"
-msgid "Defines the options for import/export. These dialogs will be automatically shown if the corresponding file type is selected."
+msgid "Choose <emph>Format - Bullets and Numbering </emph>"
msgstr ""
-#: 00000206.xhp
-msgctxt ""
-"00000206.xhp\n"
-"hd_id3149000\n"
-"2\n"
-"help.text"
-msgid "Character set"
-msgstr "კოდირება"
-
-#: 00000206.xhp
+#: 00040500.xhp
msgctxt ""
-"00000206.xhp\n"
-"par_id3152790\n"
-"5\n"
+"00040500.xhp\n"
+"par_id3148771\n"
+"156\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>"
+msgid "On <emph>Formatting</emph> toolbar, click"
msgstr ""
-#: 00000206.xhp
+#: 00040500.xhp
msgctxt ""
-"00000206.xhp\n"
-"par_id3152942\n"
-"3\n"
+"00040500.xhp\n"
+"par_id3149445\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 ""
+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>"
-#: 00000215.xhp
+#: 00040500.xhp
msgctxt ""
-"00000215.xhp\n"
-"tit\n"
+"00040500.xhp\n"
+"par_id3157970\n"
+"163\n"
"help.text"
-msgid "ASCII Filter Options"
-msgstr ""
+msgid "Bullets On/Off"
+msgstr "ბულეტები ჩართულია/გამორთულია"
-#: 00000215.xhp
+#: 00040500.xhp
msgctxt ""
-"00000215.xhp\n"
-"hd_id3146856\n"
-"1\n"
+"00040500.xhp\n"
+"par_id3149735\n"
+"157\n"
"help.text"
-msgid "ASCII Filter Options"
+msgid "Choose <emph>Format - Bullets and Numbering</emph>. Open <emph>Options</emph> tab page"
msgstr ""
-#: 00000215.xhp
+#: 00040500.xhp
msgctxt ""
-"00000215.xhp\n"
-"par_id3153070\n"
-"2\n"
+"00040500.xhp\n"
+"par_id3150785\n"
+"164\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."
+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 ""
-#: 00000215.xhp
+#: 00040500.xhp
msgctxt ""
-"00000215.xhp\n"
-"hd_id3159217\n"
-"3\n"
+"00040500.xhp\n"
+"par_id3148420\n"
+"165\n"
"help.text"
-msgid "Properties"
+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 ""
-#: 00000215.xhp
+#: 00040500.xhp
msgctxt ""
-"00000215.xhp\n"
-"par_id3155577\n"
-"4\n"
+"00040500.xhp\n"
+"par_id3148888\n"
+"158\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."
+msgid "Choose <emph>Format - Bullets and Numbering - Bullets</emph> tab"
msgstr ""
-#: 00000215.xhp
-msgctxt ""
-"00000215.xhp\n"
-"hd_id3146959\n"
-"5\n"
-"help.text"
-msgid "Character set"
-msgstr "კოდირება"
-
-#: 00000215.xhp
+#: 00040500.xhp
msgctxt ""
-"00000215.xhp\n"
-"par_id3143206\n"
-"6\n"
+"00040500.xhp\n"
+"par_id3149917\n"
+"166\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>"
+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 ""
-#: 00000215.xhp
-msgctxt ""
-"00000215.xhp\n"
-"hd_id3154926\n"
-"7\n"
-"help.text"
-msgid "Default fonts"
-msgstr "ნაგულისხმევი შრიფტი"
-
-#: 00000215.xhp
+#: 00040500.xhp
msgctxt ""
-"00000215.xhp\n"
-"par_id3151262\n"
-"8\n"
+"00040500.xhp\n"
+"par_id3154930\n"
+"167\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>"
+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 ""
-#: 00000215.xhp
-#, fuzzy
-msgctxt ""
-"00000215.xhp\n"
-"hd_id3154894\n"
-"9\n"
-"help.text"
-msgid "Language"
-msgstr "ენა"
-
-#: 00000215.xhp
+#: 00040500.xhp
msgctxt ""
-"00000215.xhp\n"
-"par_id3153323\n"
-"10\n"
+"00040500.xhp\n"
+"par_id3150862\n"
+"159\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>"
+msgid "Choose <emph>Format - Bullets and Numbering - Numbering</emph> tab"
msgstr ""
-#: 00000215.xhp
+#: 00040500.xhp
msgctxt ""
-"00000215.xhp\n"
-"hd_id3147143\n"
-"11\n"
+"00040500.xhp\n"
+"par_id3155378\n"
+"168\n"
"help.text"
-msgid "Paragraph break"
+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 ""
-#: 00000215.xhp
+#: 00040500.xhp
msgctxt ""
-"00000215.xhp\n"
-"par_id3143281\n"
-"12\n"
+"00040500.xhp\n"
+"par_id3156011\n"
+"169\n"
"help.text"
-msgid "Defines the type of paragraph break for a text line."
+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 ""
-#: 00000215.xhp
-msgctxt ""
-"00000215.xhp\n"
-"hd_id3150935\n"
-"13\n"
-"help.text"
-msgid "CR & LF"
-msgstr "CR & LF"
-
-#: 00000215.xhp
+#: 00040500.xhp
msgctxt ""
-"00000215.xhp\n"
-"par_id3145829\n"
-"14\n"
+"00040500.xhp\n"
+"par_id0611200904324832\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>"
+msgid "<variable id=\"graphics\">Choose <emph>Format - Bullets and Numbering - Graphics</emph> tab</variable>"
msgstr ""
-#: 00000215.xhp
-msgctxt ""
-"00000215.xhp\n"
-"hd_id3153551\n"
-"15\n"
-"help.text"
-msgid "CR"
-msgstr "CR"
-
-#: 00000215.xhp
+#: 00040500.xhp
msgctxt ""
-"00000215.xhp\n"
-"par_id3156042\n"
-"16\n"
+"00040500.xhp\n"
+"par_id3155848\n"
+"160\n"
"help.text"
-msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_ASCII_FILTER:RB_CR\">Produces a \"Carriage Return\" as the paragraph break.</ahelp>"
+msgid "Choose <emph>Format - Bullets and Numbering - Outline</emph> tab"
msgstr ""
-#: 00000215.xhp
-msgctxt ""
-"00000215.xhp\n"
-"hd_id3150713\n"
-"17\n"
-"help.text"
-msgid "LF"
-msgstr "LF"
-
-#: 00000215.xhp
+#: 00040500.xhp
msgctxt ""
-"00000215.xhp\n"
-"par_id3145090\n"
-"18\n"
+"00040500.xhp\n"
+"par_id3148733\n"
+"170\n"
"help.text"
-msgid "<ahelp hid=\"SW:RADIOBUTTON:DLG_ASCII_FILTER:RB_LF\">Produces a \"Linefeed\" as the paragraph break.</ahelp>"
+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 ""
-#: icon_alt.xhp
+#: 00040500.xhp
msgctxt ""
-"icon_alt.xhp\n"
-"tit\n"
+"00040500.xhp\n"
+"par_id3156658\n"
+"162\n"
"help.text"
-msgid "Standard Icons Alt Texts to be Embedded"
+msgid "Choose <emph>Format - Bullets and Numbering</emph>. Open <emph>Position</emph> tab page"
msgstr ""
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 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>"
-
-#: 01020000.xhp
+#: 00040500.xhp
msgctxt ""
-"01020000.xhp\n"
-"tit\n"
+"00040500.xhp\n"
+"par_id3156170\n"
+"152\n"
"help.text"
-msgid "Context Menu of Web Pages in Read-Only Mode"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Choose <emph>Tools - Outline Numbering - Position</emph> tab </caseinline></switchinline>"
msgstr ""
-#: 01020000.xhp
+#: 00040500.xhp
msgctxt ""
-"01020000.xhp\n"
-"hd_id3158397\n"
-"1\n"
+"00040500.xhp\n"
+"par_id3153812\n"
+"173\n"
"help.text"
-msgid "Context Menu of Web Pages in Read-Only Mode"
+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 ""
-#: 01020000.xhp
+#: 00040500.xhp
msgctxt ""
-"01020000.xhp\n"
-"par_id3145348\n"
-"18\n"
+"00040500.xhp\n"
+"par_id3151332\n"
+"194\n"
"help.text"
-msgid "<ahelp hid=\"HID_MN_READONLY_SAVEGRAPHIC\">Opens a dialog where you can save the selected graphics.</ahelp>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Menu <emph>Format - Picture </emph>- <emph>Crop</emph> tab </caseinline></switchinline>"
msgstr ""
-#: 01020000.xhp
+#: 00040500.xhp
msgctxt ""
-"01020000.xhp\n"
-"par_id3151262\n"
-"31\n"
+"00040500.xhp\n"
+"par_id3153317\n"
+"198\n"
"help.text"
-msgid "<ahelp hid=\"HID_MN_READONLY_COPYLINK\">Copies the link at the mouse pointer to the clipboard.</ahelp>"
+msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><defaultinline>Icon on the <emph>Picture</emph> toolbar:</defaultinline></switchinline>"
msgstr ""
-#: 01020000.xhp
+#: 00040500.xhp
msgctxt ""
-"01020000.xhp\n"
-"par_id3155934\n"
-"37\n"
+"00040500.xhp\n"
+"par_id3149953\n"
"help.text"
-msgid "<ahelp hid=\"HID_MN_READONLY_COPYGRAPHIC\">Copies a selected graphic to the clipboard.</ahelp>"
-msgstr ""
+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>"
-#: 01020000.xhp
+#: 00040500.xhp
msgctxt ""
-"01020000.xhp\n"
-"par_id3145629\n"
-"22\n"
+"00040500.xhp\n"
+"par_id3153695\n"
+"209\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>"
+msgid "Crop"
msgstr ""
-#: 01020000.xhp
+#: 00040500.xhp
msgctxt ""
-"01020000.xhp\n"
-"par_id3150902\n"
-"24\n"
+"00040500.xhp\n"
+"par_id3151254\n"
+"195\n"
"help.text"
-msgid "<ahelp hid=\"HID_MN_READONLY_GRAPHICOFF\">Sets all graphics in the document to be invisible.</ahelp>"
+msgid "Choose <emph>Format - Change Case</emph>"
msgstr ""
-#: 01020000.xhp
+#: 00040500.xhp
msgctxt ""
-"01020000.xhp\n"
-"par_id3153910\n"
-"26\n"
+"00040500.xhp\n"
+"par_id3159624\n"
+"196\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>."
+msgid "Open context menu (text) - choose <emph>Change Case</emph>"
msgstr ""
-#: 01020000.xhp
+#: 00040500.xhp
msgctxt ""
-"01020000.xhp\n"
-"par_id3148548\n"
-"38\n"
+"00040500.xhp\n"
+"par_id3153579\n"
+"197\n"
"help.text"
-msgid "<ahelp hid=\"HID_MN_READONLY_SAVEBACKGROUND\">Allows you to save the background of a Web page.</ahelp>"
+msgid "Menu <emph>Format - Asian phonetic guide</emph>"
msgstr ""
#: 00040501.xhp
@@ -12444,7 +10832,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Format Menu"
-msgstr ""
+msgstr "ფორმატის მენიუ"
#: 00040501.xhp
msgctxt ""
@@ -12453,7 +10841,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "Format Menu"
-msgstr ""
+msgstr "ფორმატის მენიუ"
#: 00040501.xhp
msgctxt ""
@@ -12537,7 +10925,6 @@ msgid "Open <emph>Toolbox</emph> bar in Basic dialog editor, click"
msgstr ""
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3151054\n"
@@ -12552,7 +10939,7 @@ msgctxt ""
"4\n"
"help.text"
msgid "Properties"
-msgstr ""
+msgstr "თვისებები"
#: 00040501.xhp
msgctxt ""
@@ -12564,7 +10951,6 @@ msgid "Open context menu of a selected form element - choose <emph>Form</emph>"
msgstr ""
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3152933\n"
@@ -12661,7 +11047,6 @@ msgid "Open context menu of a selected form element - choose <emph>Control</emph
msgstr ""
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3153953\n"
@@ -12741,7 +11126,6 @@ msgid "Open Form Design toolbar, click"
msgstr ""
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3157874\n"
@@ -12767,7 +11151,6 @@ msgid "Open Form Design toolbar, click"
msgstr ""
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3156439\n"
@@ -12793,7 +11176,6 @@ msgid "Open Form Design toolbar, click"
msgstr ""
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3150749\n"
@@ -12819,7 +11201,6 @@ msgid "Open Form Controls toolbar or Form Design toolbar, click"
msgstr ""
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3156056\n"
@@ -12854,7 +11235,6 @@ msgid "Open Form Design toolbar, click"
msgstr ""
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3149822\n"
@@ -12881,7 +11261,6 @@ msgid "Open Form Control toolbar, click"
msgstr ""
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3152948\n"
@@ -12926,7 +11305,6 @@ msgid "Choose <emph>Modify - Arrange</emph> ($[officename] Draw)"
msgstr ""
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3155578\n"
@@ -12980,7 +11358,6 @@ msgid "Open context menu - choose <emph>Arrange - Bring to Front</emph> ($[offic
msgstr ""
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3151213\n"
@@ -13034,7 +11411,6 @@ msgid "Open context menu - choose <emph>Arrange - Bring Forward</emph> ($[office
msgstr ""
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3159121\n"
@@ -13088,7 +11464,6 @@ msgid "Open context menu - choose <emph>Arrange - Send Backward</emph> ($[office
msgstr ""
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3152994\n"
@@ -13142,7 +11517,6 @@ msgid "Open context menu - choose <emph>Arrange - Send to Back</emph> ($[officen
msgstr ""
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3145384\n"
@@ -13169,7 +11543,6 @@ msgid "Choose <emph>Format - Arrange - To Foreground</emph>"
msgstr ""
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3149408\n"
@@ -13196,7 +11569,6 @@ msgid "Choose <emph>Format - Arrange - To Background</emph>"
msgstr ""
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3153815\n"
@@ -13277,7 +11649,6 @@ msgid "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw)
msgstr ""
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3153373\n"
@@ -13322,7 +11693,6 @@ msgid "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw)
msgstr ""
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3149519\n"
@@ -13337,7 +11707,7 @@ msgctxt ""
"36\n"
"help.text"
msgid "Centered"
-msgstr ""
+msgstr "ცენტრირება"
#: 00040501.xhp
msgctxt ""
@@ -13367,7 +11737,6 @@ msgid "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw)
msgstr ""
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3155436\n"
@@ -13422,7 +11791,6 @@ msgid "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw)
msgstr ""
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3155386\n"
@@ -13477,7 +11845,6 @@ msgid "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw)
msgstr ""
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3145755\n"
@@ -13492,7 +11859,7 @@ msgctxt ""
"45\n"
"help.text"
msgid "Centered"
-msgstr ""
+msgstr "ცენტრირება"
#: 00040501.xhp
msgctxt ""
@@ -13522,7 +11889,6 @@ msgid "On <emph>Align</emph> toolbar ($[officename] Impress, $[officename] Draw)
msgstr ""
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3154057\n"
@@ -13557,7 +11923,6 @@ msgid "Open Form Design toolbar, click"
msgstr ""
#: 00040501.xhp
-#, fuzzy
msgctxt ""
"00040501.xhp\n"
"par_id3151122\n"
@@ -13628,444 +11993,1773 @@ msgctxt ""
msgid "<variable id=\"anderzelle\">Choose <emph>Format - Anchor - To Cell</emph></variable>"
msgstr ""
-#: 00000210.xhp
+#: 00040502.xhp
msgctxt ""
-"00000210.xhp\n"
+"00040502.xhp\n"
"tit\n"
"help.text"
-msgid "Warning Print Options"
-msgstr ""
+msgid "Format Menu"
+msgstr "ფორმატის მენიუ"
-#: 00000210.xhp
+#: 00040502.xhp
msgctxt ""
-"00000210.xhp\n"
-"hd_id3145759\n"
+"00040502.xhp\n"
+"hd_id3149741\n"
"1\n"
"help.text"
-msgid "Warning Print Options"
-msgstr ""
+msgid "Format Menu"
+msgstr "ფორმატის მენიუ"
-#: 00000210.xhp
+#: 00040502.xhp
msgctxt ""
-"00000210.xhp\n"
-"par_id3152352\n"
+"00040502.xhp\n"
+"par_id3146857\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."
+msgid "Choose <emph>Format - Line</emph> (Impress and Draw)"
msgstr ""
-#: 00000210.xhp
+#: 00040502.xhp
msgctxt ""
-"00000210.xhp\n"
-"hd_id3150620\n"
+"00040502.xhp\n"
+"par_id366527\n"
+"help.text"
+msgid "Choose <emph>Format - Object - Line </emph>(Writer)"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3835261\n"
+"help.text"
+msgid "Choose <emph>Format - Graphic - Line </emph>(Calc)"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3148668\n"
"3\n"
"help.text"
-msgid "Print options"
-msgstr "ბეჭდვის პარამეტრები"
+msgid "On <emph>Line and Filling</emph> Bar, click"
+msgstr ""
-#: 00000210.xhp
+#: 00040502.xhp
msgctxt ""
-"00000210.xhp\n"
-"hd_id3156324\n"
+"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>"
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3159147\n"
+"4\n"
+"help.text"
+msgid "Line"
+msgstr "ხაზი"
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3154285\n"
"5\n"
"help.text"
-msgid "Fit page to print range"
+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 ""
-#: 00000210.xhp
+#: 00040502.xhp
msgctxt ""
-"00000210.xhp\n"
-"par_id3158405\n"
+"00040502.xhp\n"
+"par_id3147335\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."
+msgid "Choose <emph>Format - Styles and Formatting</emph> - open context menu and choose <emph>Modify/New - Line</emph> tab (presentation documents)"
msgstr ""
-#: 00000210.xhp
+#: 00040502.xhp
msgctxt ""
-"00000210.xhp\n"
-"hd_id3156553\n"
+"00040502.xhp\n"
+"par_id3156023\n"
"8\n"
"help.text"
-msgid "Print on multiple pages"
+msgid "Choose <emph>Format - Title - Borders</emph> tab (charts)"
msgstr ""
-#: 00000210.xhp
+#: 00040502.xhp
msgctxt ""
-"00000210.xhp\n"
-"par_id3154823\n"
+"00040502.xhp\n"
+"par_id3153061\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."
+msgid "Choose <emph>Format - Legend - Borders</emph> tab (charts)"
msgstr ""
-#: 00000210.xhp
+#: 00040502.xhp
msgctxt ""
-"00000210.xhp\n"
-"hd_id3147010\n"
+"00040502.xhp\n"
+"par_id3155922\n"
"10\n"
"help.text"
-msgid "Trim"
+msgid "Choose <emph>Format - Axis - Line</emph> tab (charts)"
msgstr ""
-#: 00000210.xhp
+#: 00040502.xhp
msgctxt ""
-"00000210.xhp\n"
-"par_id3151111\n"
+"00040502.xhp\n"
+"par_id3147559\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>"
+msgid "Choose <emph>Format - Grid - Line</emph> tab (charts)"
msgstr ""
-#: 00000450.xhp
+#: 00040502.xhp
msgctxt ""
-"00000450.xhp\n"
-"tit\n"
+"00040502.xhp\n"
+"par_id3154758\n"
+"12\n"
"help.text"
-msgid "Database"
+msgid "Choose <emph>Format - Chart Wall - Borders</emph> tab (charts)"
msgstr ""
-#: 00000450.xhp
+#: 00040502.xhp
msgctxt ""
-"00000450.xhp\n"
-"hd_id3154689\n"
-"1\n"
+"00040502.xhp\n"
+"par_id3153960\n"
+"13\n"
"help.text"
-msgid "Database"
+msgid "Choose <emph>Format - Chart Floor - Borders</emph> tab (charts)"
msgstr ""
-#: 00000450.xhp
+#: 00040502.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3152876\n"
-"7\n"
+"00040502.xhp\n"
+"par_id3154939\n"
+"14\n"
"help.text"
-msgid "<variable id=\"DBTab\">In a database file window, choose <emph>Tools - Table Filter</emph></variable>"
+msgid "Choose <emph>Format - Chart Area - Borders</emph> tab (charts)"
msgstr ""
-#: 00000450.xhp
+#: 00040502.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3153244\n"
-"57\n"
+"00040502.xhp\n"
+"par_id3151293\n"
+"15\n"
"help.text"
-msgid "<variable id=\"DBAbfragen\"><emph>View - Database Objects - Queries</emph></variable>"
+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 ""
-#: 00000450.xhp
+#: 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 ""
+
+#: 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 ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3148922\n"
+"18\n"
+"help.text"
+msgid "On <emph>Line and Filling</emph> Bar, click"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3156424\n"
+"help.text"
+msgid "<image id=\"img_id3150868\" src=\"cmd/sc_fillstyle.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150868\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3150393\n"
+"19\n"
+"help.text"
+msgid "Area"
+msgstr "არეა"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3152922\n"
+"23\n"
+"help.text"
+msgid "Choose <emph>Format - Title - Area</emph> tab (chart documents)"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3157894\n"
+"24\n"
+"help.text"
+msgid "Choose <emph>Format - Legend - Area</emph> tab (chart documents)"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3154985\n"
+"141\n"
+"help.text"
+msgid "Choose <emph>Format - Area - Transparency</emph> tab (drawing documents)"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3145365\n"
+"142\n"
+"help.text"
+msgid "Choose <emph>Format - Area - Transparency</emph> tab (presentation documents)"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 Attributes</emph></caseinline><caseinline select=\"CALC\"><emph>Graphic - Define Text Attributes</emph></caseinline><defaultinline><emph>Text</emph></defaultinline></switchinline></variable>"
+msgstr ""
+
+#: 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 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 ""
+
+#: 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 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3153052\n"
+"help.text"
+msgid "<image id=\"img_id3150965\" src=\"cmd/sc_transformdialog.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150965\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155135\" src=\"cmd/sc_subscript.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155135\">ხატულა</alt></image>"
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3149938\n"
+"39\n"
+"help.text"
+msgid "Position and Size"
+msgstr "მდებარეობა და ზომა"
+
+#: 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 ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id411999\n"
+"help.text"
+msgid "Open the context menu for the object - choose <emph>Description</emph>"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3148495\n"
+"help.text"
+msgid "<image id=\"img_id3146898\" src=\"cmd/sc_toggleobjectrotatemode.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3146898\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149565\" src=\"cmd/sc_rect.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3149565\">ხატულა</alt></image>"
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3146790\n"
+"44\n"
+"help.text"
+msgid "Rotate"
+msgstr "ბრუნვა"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3083283\n"
+"172\n"
+"help.text"
+msgid "Choose <emph>Edit - Points</emph>"
+msgstr "Choose <emph>ფაილი - ახალი</emph>"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3150044\n"
+"help.text"
+msgid "<image id=\"img_id3147100\" src=\"cmd/sc_toggleobjectbeziermode.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147100\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147100\" src=\"cmd/sc_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">ხატულა</alt></image>"
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3153966\n"
+"49\n"
+"help.text"
+msgid "Edit Points"
+msgstr "წერტილების რედაქტირება"
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3151248\n"
+"50\n"
+"help.text"
+msgid "Choose <emph>Format - Character</emph> (drawing functions)"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3145229\n"
+"121\n"
+"help.text"
+msgid "Open context menu - choose <emph>Character</emph>"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3151342\n"
+"122\n"
+"help.text"
+msgid "Open context menu - choose <emph>Size</emph>"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3149255\n"
+"123\n"
+"help.text"
+msgid "Open context menu - choose <emph>Style</emph>"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3155177\n"
+"124\n"
+"help.text"
+msgid "Open context menu - choose <emph>Style - Bold</emph>"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3145766\n"
+"help.text"
+msgid "<image id=\"img_id3156558\" src=\"cmd/sc_bold.png\" width=\"0.2228in\" height=\"0.2228in\" localize=\"true\"><alt id=\"alt_id3156558\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3147001\n"
+"55\n"
+"help.text"
+msgid "Bold"
+msgstr "მუქი"
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3151276\n"
+"125\n"
+"help.text"
+msgid "Open context menu - choose <emph>Style - Italic</emph>"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3159091\n"
+"help.text"
+msgid "<image id=\"img_id3155578\" src=\"cmd/sc_italic.png\" width=\"0.2228in\" height=\"0.2228in\" localize=\"true\"><alt id=\"alt_id3155578\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3150234\n"
+"58\n"
+"help.text"
+msgid "Italic"
+msgstr "დახრილი"
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3154589\n"
+"126\n"
+"help.text"
+msgid "Open context menu - choose <emph>Style - Underline</emph>"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3145223\n"
+"help.text"
+msgid "<image id=\"img_id3151068\" src=\"cmd/sc_underline.png\" width=\"0.2228in\" height=\"0.2228in\" localize=\"true\"><alt id=\"alt_id3151068\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3154715\n"
+"88\n"
+"help.text"
+msgid "Underline"
+msgstr "ხაზგასმული"
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3145131\n"
+"127\n"
+"help.text"
+msgid "Open context menu - choose <emph>Style - Strikethrough</emph>"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3158214\n"
+"128\n"
+"help.text"
+msgid "Open context menu - choose <emph>Style - Shadow</emph>"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3150207\n"
+"129\n"
+"help.text"
+msgid "Open context menu - choose <emph>Style - Contour</emph>"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3154383\n"
+"130\n"
+"help.text"
+msgid "Open context menu - choose <emph>Style - Superscript</emph>"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3152767\n"
+"131\n"
+"help.text"
+msgid "Open context menu - choose <emph>Style - Subscript</emph>"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3155377\n"
+"132\n"
+"help.text"
+msgid "Open context menu - choose <emph>Line Spacing</emph>"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3154475\n"
+"133\n"
+"help.text"
+msgid "Open context menu - choose <emph>Line Spacing - Single</emph>"
+msgstr ""
+
+#: 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 ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3147167\n"
+"135\n"
+"help.text"
+msgid "Open context menu - choose <emph>Line Spacing - Double</emph>"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3146978\n"
+"69\n"
+"help.text"
+msgid "Choose <emph>Format - Alignment - Left</emph> (drawing functions)"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3153009\n"
+"136\n"
+"help.text"
+msgid "Open context menu - choose <emph>Alignment - Left</emph>"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3147310\n"
+"help.text"
+msgid "<image id=\"img_id3155370\" src=\"cmd/sc_alignleft.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155370\">Icon</alt></image>"
+msgstr "<image id=\"img_id3153363\" src=\"cmd/sc_alignvcenter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3153363\">ხატულა</alt></image>"
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3151336\n"
+"71\n"
+"help.text"
+msgid "Align Left"
+msgstr "სწორება მარცხნივ"
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3155823\n"
+"72\n"
+"help.text"
+msgid "Choose <emph>Format - Alignment - Right</emph> (drawing functions)"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3155762\n"
+"137\n"
+"help.text"
+msgid "Open context menu - choose <emph>Alignment - Right</emph>"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3149408\n"
+"help.text"
+msgid "<image id=\"img_id3154421\" src=\"cmd/sc_alignright.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154421\">Icon</alt></image>"
+msgstr "<image id=\"img_id3152427\" src=\"cmd/sc_color.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3152427\">ხატულა</alt></image>"
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3153607\n"
+"74\n"
+"help.text"
+msgid "Align Right"
+msgstr "სწორება მარჯვნივ"
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3149189\n"
+"75\n"
+"help.text"
+msgid "Choose <emph>Format - Alignment - Centered</emph> (drawing functions)"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3154624\n"
+"138\n"
+"help.text"
+msgid "Open context menu - choose <emph>Alignment - Center</emph>"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3153815\n"
+"help.text"
+msgid "<image id=\"img_id3149757\" src=\"cmd/sc_centerpara.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149757\">Icon</alt></image>"
+msgstr "<image id=\"img_id3146957\" src=\"cmd/sc_justifypara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146957\">ხატულა</alt></image>"
+
+#: 00040502.xhp
+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"
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3146151\n"
+"78\n"
+"help.text"
+msgid "Choose <emph>Format - Alignment - Justified</emph> (drawing functions)"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3168612\n"
+"139\n"
+"help.text"
+msgid "Open context menu - choose <emph>Alignment - Justified</emph>"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3156189\n"
+"help.text"
+msgid "<image id=\"img_id3145308\" src=\"cmd/sc_justifypara.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145308\">Icon</alt></image>"
+msgstr "<image id=\"img_id3146957\" src=\"cmd/sc_justifypara.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3146957\">ხატულა</alt></image>"
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3153131\n"
+"80\n"
+"help.text"
+msgid "Justified"
+msgstr ""
+
+#: 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 ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3144503\n"
+"103\n"
+"help.text"
+msgid "Choose <emph>Format - Group</emph>"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3154854\n"
+"140\n"
+"help.text"
+msgid "Open context menu - choose <emph>Group</emph>"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3157985\n"
+"83\n"
+"help.text"
+msgid "Choose <emph>Format - Group - Group</emph> (text documents, spreadsheets)"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3157980\n"
+"104\n"
+"help.text"
+msgid "Choose <emph>Modify - Group</emph> (drawing documents)"
+msgstr ""
+
+#: 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 ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3146858\n"
+"help.text"
+msgid "<image id=\"img_id3154344\" src=\"cmd/sc_formatgroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154344\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3149593\n"
+"113\n"
+"help.text"
+msgid "Group"
+msgstr "დაჯგუფება"
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3153023\n"
+"85\n"
+"help.text"
+msgid "Choose <emph>Format - Group - Ungroup</emph> (text documents, spreadsheets)"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3163378\n"
+"105\n"
+"help.text"
+msgid "Choose <emph>Modify - Ungroup</emph> (drawing documents)"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3156038\n"
+"86\n"
+"help.text"
+msgid "Open context menu - choose <emph>Ungroup</emph>"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3151300\n"
+"help.text"
+msgid "<image id=\"img_id3150831\" src=\"cmd/sc_formatungroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150831\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156318\" src=\"cmd/sc_saveas.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3156318\">ხატულა</alt></image>"
+
+#: 00040502.xhp
#, fuzzy
msgctxt ""
-"00000450.xhp\n"
+"00040502.xhp\n"
+"par_id3146894\n"
+"115\n"
+"help.text"
+msgid "Ungroup"
+msgstr "#-#-#-#-# 01.po (PACKAGE VERSION) #-#-#-#-#\\nგანცალკევება\\n#-#-#-#-# 00.po (PACKAGE VERSION) #-#-#-#-#\\nგანჯგუფება"
+
+#: 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 ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3145678\n"
+"107\n"
+"help.text"
+msgid "Choose <emph>Modify - Exit Group</emph> (drawing documents)"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3152367\n"
+"108\n"
+"help.text"
+msgid "Open context menu - choose <emph>Exit Group</emph>"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3158402\n"
+"help.text"
+msgid "<image id=\"img_id3149422\" src=\"cmd/sc_leavegroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149422\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147502\" src=\"cmd/sc_aligntop.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147502\">ხატულა</alt></image>"
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3155347\n"
+"117\n"
+"help.text"
+msgid "Exit Group"
+msgstr ""
+
+#: 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 ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3145354\n"
+"110\n"
+"help.text"
+msgid "Choose <emph>Modify - Enter Group</emph> (drawing documents)"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3149946\n"
+"111\n"
+"help.text"
+msgid "Open context menu - choose <emph>Enter Group</emph>"
+msgstr ""
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3152388\n"
+"help.text"
+msgid "<image id=\"img_id3149900\" src=\"cmd/sc_entergroup.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149900\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147100\" src=\"cmd/sc_open.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3147100\">ხატულა</alt></image>"
+
+#: 00040502.xhp
+msgctxt ""
+"00040502.xhp\n"
+"par_id3152547\n"
+"119\n"
+"help.text"
+msgid "Enter Group"
+msgstr ""
+
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"tit\n"
+"help.text"
+msgid "Format Menu"
+msgstr "ფორმატის მენიუ"
+
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"hd_id3155757\n"
+"1\n"
+"help.text"
+msgid "Format Menu"
+msgstr "ფორმატის მენიუ"
+
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
"par_id3147294\n"
+"2\n"
+"help.text"
+msgid "Choose <emph>Format - Row - Height</emph>"
+msgstr ""
+
+#: 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 ""
+
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3153136\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>"
+msgid "Choose <emph>Format - Column - Width</emph>"
+msgstr ""
-#: 00000450.xhp
+#: 00040503.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3159411\n"
+"00040503.xhp\n"
+"par_id3150756\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>"
+msgid "Open context menu of a column header in a database table - choose <emph>Column Width</emph>"
msgstr ""
-#: 00000450.xhp
+#: 00040503.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3149119\n"
+"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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 00040503.xhp
+msgctxt ""
+"00040503.xhp\n"
+"par_id3154923\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>"
+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 ""
-#: 00000450.xhp
+#: 00040503.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3154497\n"
-"8\n"
+"00040503.xhp\n"
+"par_id3149457\n"
+"7\n"
"help.text"
-msgid "<variable id=\"ODBC\">In a database file window of type ODBC, choose Edit - Database - Connection Type</variable>"
+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 ""
-#: 00000450.xhp
+#: 00040503.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3149355\n"
-"61\n"
+"00040503.xhp\n"
+"par_id3150400\n"
+"8\n"
"help.text"
-msgid "<variable id=\"ldap\">In a database file window of type Address book - LDAP, choose Edit - Database - Properties</variable>"
+msgid "<variable id=\"tabform\">Open context menu of a row header in a database table - choose <emph>Table Format</emph></variable>"
msgstr ""
-#: 00000450.xhp
+#: 00040503.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3157896\n"
-"9\n"
+"00040503.xhp\n"
+"par_id3149650\n"
+"33\n"
"help.text"
-msgid "<variable id=\"JDBC\">In a database file window of type JDBC, choose <emph>Edit - Database - Properties</emph></variable>"
+msgid "<variable id=\"spaltform\">Open context menu of a column header in a database table - choose <emph>Column Format</emph></variable>"
msgstr ""
-#: 00000450.xhp
+#: 00040503.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3148548\n"
-"81\n"
+"00040503.xhp\n"
+"par_id3153799\n"
+"34\n"
"help.text"
-msgid "<variable id=\"mysql\">In a database file window of type MySQL, choose <emph>Edit - Database - Properties</emph></variable>"
+msgid "<variable id=\"zeilenloeschen\">Context menu for a row header in an open database table - <emph>Delete Rows</emph></variable>"
msgstr ""
-#: 00000450.xhp
+#: 00040503.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3149346\n"
-"10\n"
+"00040503.xhp\n"
+"par_id3150495\n"
+"16\n"
"help.text"
-msgid "<variable id=\"dBase\">In a database file window of type dBASE, choose <emph>Edit - Database - Properties</emph></variable>"
+msgid "Choose <emph>Modify - Flip</emph> ($[officename] Draw)"
msgstr ""
-#: 00000450.xhp
+#: 00040503.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3147043\n"
-"11\n"
+"00040503.xhp\n"
+"par_id3155742\n"
+"17\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>"
+msgid "Choose <emph>Format - Graphics - Graphics</emph> tab"
msgstr ""
-#: 00000450.xhp
+#: 00040503.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3154317\n"
-"12\n"
+"00040503.xhp\n"
+"par_id3158407\n"
+"35\n"
"help.text"
-msgid "<variable id=\"Text\">In a database file window of type Text, choose <emph>Edit - Database - Properties</emph></variable>"
+msgid "Open context menu - choose <emph>Flip</emph> (presentation documents)"
msgstr ""
-#: 00000450.xhp
+#: 00040503.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3150774\n"
+"00040503.xhp\n"
+"par_id3150290\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>"
+msgid "Choose <emph>Modify - Flip - Vertically</emph> ($[officename] Draw)"
msgstr ""
-#: 00000450.xhp
+#: 00040503.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3151110\n"
+"00040503.xhp\n"
+"par_id3153179\n"
"21\n"
"help.text"
-msgid "<variable id=\"SQLStatement\">In a database file window, choose <emph>Tools - SQL</emph></variable>"
+msgid "Choose <emph>Format - Graphics - Graphics</emph> tab"
msgstr ""
-#: 00000450.xhp
-#, fuzzy
+#: 00040503.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3147209\n"
-"22\n"
+"00040503.xhp\n"
+"par_id3157960\n"
+"36\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>"
+msgid "Open context menu - choose <emph>Flip - Vertically</emph> (presentation documents)"
+msgstr ""
-#: 00000450.xhp
-#, fuzzy
+#: 00040503.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3153880\n"
-"62\n"
+"00040503.xhp\n"
+"par_id3153369\n"
+"26\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>"
+msgid "Choose <emph>Modify - Flip - Horizontally</emph> ($[officename] Draw)"
+msgstr ""
-#: 00000450.xhp
+#: 00040503.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3153760\n"
-"64\n"
+"00040503.xhp\n"
+"par_id3147348\n"
+"27\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>"
+msgid "Choose <emph>Format - Graphics</emph>, and then click the <emph>Graphics</emph> tab"
msgstr ""
-#: 00000450.xhp
+#: 00040503.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3156329\n"
-"65\n"
+"00040503.xhp\n"
+"par_id3156106\n"
+"42\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>"
+msgid "Choose <emph>Format - Flip - Horizontally</emph>"
msgstr ""
-#: 00000450.xhp
+#: 00040503.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3154047\n"
-"23\n"
+"00040503.xhp\n"
+"par_id3152578\n"
+"37\n"
"help.text"
-msgid "<variable id=\"AbfrageNeu\">In a database file window, choose <emph>Insert - Query (Design view)</emph></variable>"
+msgid "Right-click a selected object, and then choose <emph>Flip - Horizontally</emph> ($[officename] Impress)"
msgstr ""
-#: 00000450.xhp
+#: 00040503.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3149579\n"
-"24\n"
+"00040503.xhp\n"
+"par_id3147318\n"
+"38\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>"
+msgid "Choose <emph>Modify - Distribution</emph> ($[officename] Draw)"
msgstr ""
-#: 00000450.xhp
+#: 00040503.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3149902\n"
-"25\n"
+"00040503.xhp\n"
+"par_id3149064\n"
+"39\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>"
+msgid "Open context menu - choose <emph>Distribution</emph> ($[officename] Impress)"
msgstr ""
-#: 00000450.xhp
+#: 01000000.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3159166\n"
-"26\n"
+"01000000.xhp\n"
+"tit\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>"
+msgid "Showing and Hiding Docked Windows"
msgstr ""
-#: 00000450.xhp
-#, fuzzy
+#: 01000000.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3151245\n"
+"01000000.xhp\n"
+"hd_id3085157\n"
+"1\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>"
+msgid "Showing and Hiding Docked Windows"
+msgstr ""
-#: 00000450.xhp
+#: 01000000.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3153896\n"
-"41\n"
+"01000000.xhp\n"
+"par_id3149948\n"
+"2\n"
"help.text"
-msgid "Insert Tables"
-msgstr "ცხრილების ჩასმა"
+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 ""
-#: 00000450.xhp
-#, fuzzy
+#: 01000000.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3149457\n"
+"01000000.xhp\n"
+"par_id3150502\n"
+"3\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>"
+msgid "To show or hide a docked window, click the icon."
+msgstr ""
-#: 00000450.xhp
+#: 01000000.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3159085\n"
-"43\n"
+"01000000.xhp\n"
+"hd_id3150465\n"
+"13\n"
"help.text"
-msgid "New Relation"
-msgstr "ახალი კავშირი"
+msgid "AutoShow and AutoHide Docked Windows"
+msgstr ""
-#: 00000450.xhp
+#: 01000000.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3150414\n"
-"47\n"
+"01000000.xhp\n"
+"par_id3155504\n"
+"14\n"
"help.text"
-msgid "<emph>Find Record</emph> icon on the Table Data bar and Form Design bar"
+msgid "You can click the edge of a hidden docked window to open the window."
msgstr ""
-#: 00000450.xhp
-#, fuzzy
+#: 01000000.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3157962\n"
+"01000000.xhp\n"
+"par_id3153257\n"
+"15\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>"
+msgid "The docked window closes automatically when you move the mouse pointer outside of the window."
+msgstr ""
-#: 00000450.xhp
+#: 01000000.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3157322\n"
-"48\n"
+"01000000.xhp\n"
+"par_id3154046\n"
+"16\n"
"help.text"
-msgid "Find Record"
-msgstr "ჩანაწერის ძებნა"
+msgid "Multiple docked windows act as a single window in AutoShow/AutoHide mode."
+msgstr ""
-#: 00000450.xhp
+#: 01000000.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3150870\n"
-"49\n"
+"01000000.xhp\n"
+"hd_id3145416\n"
+"18\n"
"help.text"
-msgid "<emph>Sort Order</emph> icon on the Table Data bar and Form Design bar"
+msgid "Drag and Drop"
+msgstr "გადათრევა და დაგდება"
+
+#: 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 ""
-#: 00000450.xhp
-#, fuzzy
+#: 01010000.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3150393\n"
+"01010000.xhp\n"
+"tit\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>"
+msgid "Gallery context menu"
+msgstr ""
-#: 00000450.xhp
+#: 01010000.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3145745\n"
-"50\n"
+"01010000.xhp\n"
+"hd_id3150672\n"
+"1\n"
"help.text"
-msgid "Sort Order"
-msgstr "დახარისხების მიმართულება"
+msgid "Gallery context menu"
+msgstr ""
-#: 00000450.xhp
+#: 01010000.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3145171\n"
-"55\n"
+"01010000.xhp\n"
+"par_id3083278\n"
+"3\n"
"help.text"
-msgid "<variable id=\"allgemein\">In a database file window, choose <emph>Edit - Database - Properties</emph></variable>"
+msgid "<ahelp hid=\"HID_GALLERY_MN_ADDMENU\">Defines how a selected graphic object is inserted into a document.</ahelp>"
msgstr ""
-#: 00000450.xhp
+#: 01010000.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3159252\n"
-"63\n"
+"01010000.xhp\n"
+"par_id3156053\n"
+"5\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>"
+msgid "<ahelp hid=\"HID_GALLERY_MN_ADD\">Inserts a copy of the selected graphic object directly into the document.</ahelp>"
msgstr ""
-#: 00000450.xhp
+#: 01010000.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3148560\n"
-"66\n"
+"01010000.xhp\n"
+"par_id3149038\n"
+"7\n"
"help.text"
-msgid "<variable id=\"formularneu\">In a database file window, choose<emph> Insert - Form</emph></variable>"
+msgid "<ahelp hid=\"HID_GALLERY_MN_ADD_LINK\">Inserts the selected graphic as a link.</ahelp>"
msgstr ""
-#: 00000450.xhp
+#: 01010000.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3155430\n"
-"67\n"
+"01010000.xhp\n"
+"par_id3158428\n"
+"15\n"
"help.text"
-msgid "<variable id=\"benutzereinstellungen\">In a database file window, choose <emph>Edit - Database - Properties</emph></variable>"
+msgid "<ahelp hid=\"HID_GALLERY_MN_PREVIEW\">The<emph> Preview </emph>command displays the selected graphic.</ahelp>"
msgstr ""
-#: 00000450.xhp
+#: 01010000.xhp
msgctxt ""
-"00000450.xhp\n"
-"par_id3147441\n"
-"69\n"
+"01010000.xhp\n"
+"par_id3154522\n"
+"19\n"
"help.text"
-msgid "<variable id=\"relationen\">In a database file window, choose <emph>Tools - Relationships</emph></variable>"
+msgid "<ahelp hid=\"SVX:EDIT:RID_SVXDLG_GALLERY_TITLE:EDT_TITLE\">Assigns a title to a selected Gallery object.</ahelp>"
+msgstr ""
+
+#: 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 ""
+
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"tit\n"
+"help.text"
+msgid "Context Menu of Web Pages in Read-Only Mode"
+msgstr ""
+
+#: 01020000.xhp
+msgctxt ""
+"01020000.xhp\n"
+"hd_id3158397\n"
+"1\n"
+"help.text"
+msgid "Context Menu of Web Pages in Read-Only Mode"
+msgstr ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 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 ""
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"tit\n"
+"help.text"
+msgid "General"
+msgstr "მთავარი"
+
+#: 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 ""
+
+#: 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 ""
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3150264\n"
+"3\n"
+"help.text"
+msgid "Name"
+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> თუ არა არის რაიმე სახელი მინიჭებული, შეგიძლიათ აკრიფოთ ახალი სახელი ტექსტურ ველში."
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3147089\n"
+"5\n"
+"help.text"
+msgid "Type"
+msgstr "ტიპი"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3145071\n"
+"6\n"
+"help.text"
+msgid "Specifies the object type."
+msgstr "ობიექტის ტიპის განსაზღვრა."
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"hd_id3147576\n"
+"7\n"
+"help.text"
+msgid "Location"
+msgstr "ადგილმდებარეობა"
+
+#: 01050000.xhp
+msgctxt ""
+"01050000.xhp\n"
+"par_id3146797\n"
+"8\n"
+"help.text"
+msgid "Specifies the complete object path."
+msgstr "ობიექტის სრული გზის განსაზღვრა."
+
+#: icon_alt.xhp
+msgctxt ""
+"icon_alt.xhp\n"
+"tit\n"
+"help.text"
+msgid "Standard Icons Alt Texts to be Embedded"
+msgstr ""
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
+
+#: 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>"
diff --git a/source/ka/helpcontent2/source/text/shared/01.po b/source/ka/helpcontent2/source/text/shared/01.po
index a7c0e0f9829..8fb10a490e4 100644
--- a/source/ka/helpcontent2/source/text/shared/01.po
+++ b/source/ka/helpcontent2/source/text/shared/01.po