summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/ado/APreparedStatement.cxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2002-01-18 15:35:28 +0000
committerFrank Schönheit <fs@openoffice.org>2002-01-18 15:35:28 +0000
commitbf37f042c9d2d53abb75bc5ec8b245a231612477 (patch)
tree42214e98a299a3f00582b8dc14e07f73124b2a5e /connectivity/source/drivers/ado/APreparedStatement.cxx
parent0684ab32a28c94e2a328b045c69eab1cb511ec64 (diff)
#96445# massive re-arrangements regarding the ref-counts of the ADO system objects
Diffstat (limited to 'connectivity/source/drivers/ado/APreparedStatement.cxx')
-rw-r--r--connectivity/source/drivers/ado/APreparedStatement.cxx21
1 files changed, 18 insertions, 3 deletions
diff --git a/connectivity/source/drivers/ado/APreparedStatement.cxx b/connectivity/source/drivers/ado/APreparedStatement.cxx
index bf111a3e13e3..e86d318368e1 100644
--- a/connectivity/source/drivers/ado/APreparedStatement.cxx
+++ b/connectivity/source/drivers/ado/APreparedStatement.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: APreparedStatement.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: oj $ $Date: 2001-12-11 09:10:12 $
+ * last change: $Author: fs $ $Date: 2002-01-18 16:33:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,6 +137,18 @@ OPreparedStatement::OPreparedStatement( OConnection* _pConnection,const OTypeInf
osl_decrementInterlockedCount( &m_refCount );
}
+
+// -------------------------------------------------------------------------
+OPreparedStatement::~OPreparedStatement()
+{
+ if (m_pParameters)
+ {
+ OSL_ENSURE( sal_False, "OPreparedStatement::~OPreparedStatement: not disposed!" );
+ m_pParameters->Release();
+ m_pParameters = NULL;
+ }
+}
+
// -------------------------------------------------------------------------
Any SAL_CALL OPreparedStatement::queryInterface( const Type & rType ) throw(RuntimeException)
@@ -170,8 +182,11 @@ Reference< XResultSetMetaData > SAL_CALL OPreparedStatement::getMetaData( ) thr
void OPreparedStatement::disposing()
{
m_xMetaData = NULL;
- if(m_pParameters)
+ if (m_pParameters)
+ {
m_pParameters->Release();
+ m_pParameters = NULL;
+ }
OStatement_Base::disposing();
}
// -------------------------------------------------------------------------
diff/source/am/svx/source/items.po?h=cp-6.4-27&id=930afa6de2cfae15db9af9574f6e0997f69955d8'>source/am/svx/source/items.po8
-rw-r--r--source/am/svx/source/table.po13
-rw-r--r--source/am/svx/source/tbxctrls.po8
-rw-r--r--source/am/svx/uiconfig/ui.po47
-rw-r--r--source/am/sw/source/core/undo.po8
-rw-r--r--source/am/sw/source/ui/app.po14
-rw-r--r--source/am/sw/source/ui/dbui.po8
-rw-r--r--source/am/sw/source/ui/fldui.po10
-rw-r--r--source/am/sw/source/ui/shells.po8
-rw-r--r--source/am/sw/source/ui/utlui.po4
-rw-r--r--source/am/sw/source/uibase/docvw.po8
-rw-r--r--source/am/sw/source/uibase/ribbar.po20
-rw-r--r--source/am/sw/uiconfig/swriter/ui.po62
-rw-r--r--source/am/swext/mediawiki/help.po10
-rw-r--r--source/am/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po10
-rw-r--r--source/am/wizards/source/euro.po8
-rw-r--r--source/am/wizards/source/formwizard.po40
-rw-r--r--source/am/wizards/source/template.po10
-rw-r--r--source/am/xmlsecurity/uiconfig/ui.po19
-rw-r--r--source/ar/cui/source/dialogs.po16
-rw-r--r--source/ar/cui/source/options.po76
-rw-r--r--source/ar/cui/uiconfig/ui.po12
-rw-r--r--source/ar/helpcontent2/source/text/scalc/00.po18
-rw-r--r--source/ar/helpcontent2/source/text/scalc/01.po26
-rw-r--r--source/ar/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/ar/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/ar/helpcontent2/source/text/shared/01.po345
-rw-r--r--source/ar/helpcontent2/source/text/shared/guide.po488
-rw-r--r--source/ar/helpcontent2/source/text/shared/optionen.po252
-rw-r--r--source/ar/helpcontent2/source/text/smath.po16
-rw-r--r--source/ar/helpcontent2/source/text/smath/00.po185
-rw-r--r--source/ar/helpcontent2/source/text/smath/01.po253
-rw-r--r--source/ar/helpcontent2/source/text/smath/04.po9
-rw-r--r--source/ar/helpcontent2/source/text/smath/guide.po23
-rw-r--r--source/ar/helpcontent2/source/text/swriter/01.po160
-rw-r--r--source/ar/officecfg/registry/data/org/openoffice/Office/UI.po113
-rw-r--r--source/ar/sc/source/ui/src.po12
-rw-r--r--source/ar/svx/uiconfig/ui.po31
-rw-r--r--source/ar/sw/uiconfig/swriter/ui.po42
-rw-r--r--source/ar/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/as/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/as/sc/source/ui/src.po12
-rw-r--r--source/as/svx/uiconfig/ui.po29
-rw-r--r--source/as/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/as/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/ast/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/ast/helpcontent2/source/text/scalc/01.po38
-rw-r--r--source/ast/helpcontent2/source/text/scalc/guide.po18
-rw-r--r--source/ast/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/ast/helpcontent2/source/text/shared/01.po338
-rw-r--r--source/ast/helpcontent2/source/text/shared/guide.po589
-rw-r--r--source/ast/helpcontent2/source/text/shared/optionen.po302
-rw-r--r--source/ast/helpcontent2/source/text/smath.po20
-rw-r--r--source/ast/helpcontent2/source/text/smath/00.po185
-rw-r--r--source/ast/helpcontent2/source/text/smath/01.po251
-rw-r--r--source/ast/helpcontent2/source/text/smath/04.po15
-rw-r--r--source/ast/helpcontent2/source/text/smath/guide.po43
-rw-r--r--source/ast/helpcontent2/source/text/swriter/01.po248
-rw-r--r--source/ast/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/ast/sc/source/ui/src.po12
-rw-r--r--source/ast/svx/uiconfig/ui.po32
-rw-r--r--source/ast/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/ast/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/be/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/be/sc/source/ui/src.po12
-rw-r--r--source/be/svx/uiconfig/ui.po29
-rw-r--r--source/be/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/be/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/bg/avmedia/source/framework.po12
-rw-r--r--source/bg/chart2/uiconfig/ui.po26
-rw-r--r--source/bg/cui/source/dialogs.po16
-rw-r--r--source/bg/cui/source/options.po180
-rw-r--r--source/bg/cui/source/tabpages.po16
-rw-r--r--source/bg/cui/uiconfig/ui.po134
-rw-r--r--source/bg/desktop/uiconfig/ui.po14
-rw-r--r--source/bg/filter/source/config/fragments/filters.po14
-rw-r--r--source/bg/filter/source/config/fragments/internalgraphicfilters.po12
-rw-r--r--source/bg/filter/uiconfig/ui.po8
-rw-r--r--source/bg/forms/source/resource.po10
-rw-r--r--source/bg/helpcontent2/source/text/scalc/00.po24
-rw-r--r--source/bg/helpcontent2/source/text/scalc/01.po28
-rw-r--r--source/bg/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/bg/helpcontent2/source/text/shared/00.po13
-rw-r--r--source/bg/helpcontent2/source/text/shared/01.po361
-rw-r--r--source/bg/helpcontent2/source/text/shared/guide.po607
-rw-r--r--source/bg/helpcontent2/source/text/shared/optionen.po309
-rw-r--r--source/bg/helpcontent2/source/text/smath.po14
-rw-r--r--source/bg/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/bg/helpcontent2/source/text/smath/01.po253
-rw-r--r--source/bg/helpcontent2/source/text/smath/04.po15
-rw-r--r--source/bg/helpcontent2/source/text/smath/guide.po39
-rw-r--r--source/bg/helpcontent2/source/text/swriter/01.po245
-rw-r--r--source/bg/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/bg/sc/source/ui/src.po12
-rw-r--r--source/bg/scp2/source/ooo.po14
-rw-r--r--source/bg/svx/uiconfig/ui.po31
-rw-r--r--source/bg/sw/uiconfig/swriter/ui.po36
-rw-r--r--source/bg/xmlsecurity/uiconfig/ui.po19
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/01.po32
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/01.po313
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/guide.po581
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/optionen.po302
-rw-r--r--source/bn-IN/helpcontent2/source/text/smath.po16
-rw-r--r--source/bn-IN/helpcontent2/source/text/smath/00.po185
-rw-r--r--source/bn-IN/helpcontent2/source/text/smath/01.po219
-rw-r--r--source/bn-IN/helpcontent2/source/text/smath/04.po13
-rw-r--r--source/bn-IN/helpcontent2/source/text/smath/guide.po27
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/01.po244
-rw-r--r--source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/bn-IN/sc/source/ui/src.po12
-rw-r--r--source/bn-IN/svx/uiconfig/ui.po32
-rw-r--r--source/bn-IN/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/bn-IN/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/bn/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/bn/helpcontent2/source/text/scalc/01.po38
-rw-r--r--source/bn/helpcontent2/source/text/scalc/guide.po20
-rw-r--r--source/bn/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/bn/helpcontent2/source/text/shared/01.po338
-rw-r--r--source/bn/helpcontent2/source/text/shared/guide.po581
-rw-r--r--source/bn/helpcontent2/source/text/shared/optionen.po302
-rw-r--r--source/bn/helpcontent2/source/text/smath.po16
-rw-r--r--source/bn/helpcontent2/source/text/smath/00.po185
-rw-r--r--source/bn/helpcontent2/source/text/smath/01.po219
-rw-r--r--source/bn/helpcontent2/source/text/smath/04.po13
-rw-r--r--source/bn/helpcontent2/source/text/smath/guide.po27
-rw-r--r--source/bn/helpcontent2/source/text/swriter/01.po244
-rw-r--r--source/bn/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/bn/sc/source/ui/src.po12
-rw-r--r--source/bn/svx/uiconfig/ui.po29
-rw-r--r--source/bn/sw/uiconfig/swriter/ui.po42
-rw-r--r--source/bn/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/bo/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/bo/helpcontent2/source/text/scalc/01.po28
-rw-r--r--source/bo/helpcontent2/source/text/scalc/guide.po20
-rw-r--r--source/bo/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/bo/helpcontent2/source/text/shared/01.po338
-rw-r--r--source/bo/helpcontent2/source/text/shared/guide.po565
-rw-r--r--source/bo/helpcontent2/source/text/shared/optionen.po293
-rw-r--r--source/bo/helpcontent2/source/text/smath.po20
-rw-r--r--source/bo/helpcontent2/source/text/smath/00.po185
-rw-r--r--source/bo/helpcontent2/source/text/smath/01.po251
-rw-r--r--source/bo/helpcontent2/source/text/smath/04.po13
-rw-r--r--source/bo/helpcontent2/source/text/smath/guide.po35
-rw-r--r--source/bo/helpcontent2/source/text/swriter/01.po244
-rw-r--r--source/bo/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/bo/sc/source/ui/src.po12
-rw-r--r--source/bo/svx/uiconfig/ui.po29
-rw-r--r--source/bo/sw/uiconfig/swriter/ui.po42
-rw-r--r--source/bo/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/br/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/br/sc/source/ui/src.po12
-rw-r--r--source/br/svx/uiconfig/ui.po31
-rw-r--r--source/br/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/br/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/brx/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/brx/sc/source/ui/src.po12
-rw-r--r--source/brx/svx/uiconfig/ui.po29
-rw-r--r--source/brx/sw/uiconfig/swriter/ui.po42
-rw-r--r--source/brx/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/bs/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/bs/helpcontent2/source/text/scalc/01.po24
-rw-r--r--source/bs/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--source/bs/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/bs/helpcontent2/source/text/shared/01.po336
-rw-r--r--source/bs/helpcontent2/source/text/shared/guide.po435
-rw-r--r--source/bs/helpcontent2/source/text/shared/optionen.po268
-rw-r--r--source/bs/helpcontent2/source/text/smath.po10
-rw-r--r--source/bs/helpcontent2/source/text/smath/00.po185
-rw-r--r--source/bs/helpcontent2/source/text/smath/01.po199
-rw-r--r--source/bs/helpcontent2/source/text/smath/04.po13
-rw-r--r--source/bs/helpcontent2/source/text/smath/guide.po33
-rw-r--r--source/bs/helpcontent2/source/text/swriter/01.po210
-rw-r--r--source/bs/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/bs/sc/source/ui/src.po12
-rw-r--r--source/bs/svx/uiconfig/ui.po32
-rw-r--r--source/bs/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/bs/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc/01.po38
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc/guide.po20
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/01.po360
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/guide.po662
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/optionen.po302
-rw-r--r--source/ca-valencia/helpcontent2/source/text/smath.po20
-rw-r--r--source/ca-valencia/helpcontent2/source/text/smath/00.po185
-rw-r--r--source/ca-valencia/helpcontent2/source/text/smath/01.po251
-rw-r--r--source/ca-valencia/helpcontent2/source/text/smath/04.po15
-rw-r--r--source/ca-valencia/helpcontent2/source/text/smath/guide.po47
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/01.po248
-rw-r--r--source/ca-valencia/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/ca-valencia/sc/source/ui/src.po12
-rw-r--r--source/ca-valencia/svx/uiconfig/ui.po32
-rw-r--r--source/ca-valencia/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/ca-valencia/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/ca/avmedia/source/framework.po10
-rw-r--r--source/ca/cui/source/options.po29
-rw-r--r--source/ca/cui/source/tabpages.po14
-rw-r--r--source/ca/cui/uiconfig/ui.po180
-rw-r--r--source/ca/dbaccess/source/ui/tabledesign.po9
-rw-r--r--source/ca/desktop/uiconfig/ui.po16
-rw-r--r--source/ca/extensions/source/bibliography.po10
-rw-r--r--source/ca/extensions/source/propctrlr.po124
-rw-r--r--source/ca/extras/source/autocorr/emoji.po8
-rw-r--r--source/ca/filter/source/config/fragments/filters.po8
-rw-r--r--source/ca/formula/source/core/resource.po4
-rw-r--r--source/ca/formula/uiconfig/ui.po10
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--source/ca/helpcontent2/source/text/scalc/00.po30
-rw-r--r--source/ca/helpcontent2/source/text/scalc/01.po42
-rw-r--r--source/ca/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/ca/helpcontent2/source/text/shared/00.po15
-rw-r--r--source/ca/helpcontent2/source/text/shared/01.po357
-rw-r--r--source/ca/helpcontent2/source/text/shared/guide.po609
-rw-r--r--source/ca/helpcontent2/source/text/shared/optionen.po309
-rw-r--r--source/ca/helpcontent2/source/text/smath.po14
-rw-r--r--source/ca/helpcontent2/source/text/smath/00.po183
-rw-r--r--source/ca/helpcontent2/source/text/smath/01.po253
-rw-r--r--source/ca/helpcontent2/source/text/smath/04.po15
-rw-r--r--source/ca/helpcontent2/source/text/smath/guide.po43
-rw-r--r--source/ca/helpcontent2/source/text/swriter/01.po246
-rw-r--r--source/ca/instsetoo_native/inc_openoffice/windows/msi_languages.po18
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office/UI.po241
-rw-r--r--source/ca/reportdesign/source/ui/inspection.po64
-rw-r--r--source/ca/reportdesign/uiconfig/dbreport/ui.po18
-rw-r--r--source/ca/sc/source/ui/navipi.po10
-rw-r--r--source/ca/sc/source/ui/src.po96
-rw-r--r--source/ca/sc/source/ui/styleui.po20
-rw-r--r--source/ca/sc/uiconfig/scalc/ui.po53
-rw-r--r--source/ca/scp2/source/ooo.po10
-rw-r--r--source/ca/sfx2/source/dialog.po70
-rw-r--r--source/ca/sfx2/source/doc.po10
-rw-r--r--source/ca/sfx2/source/sidebar.po12
-rw-r--r--source/ca/sfx2/source/view.po15
-rw-r--r--source/ca/sfx2/uiconfig/ui.po52
-rw-r--r--source/ca/starmath/source.po8
-rw-r--r--source/ca/svtools/source/java.po8
-rw-r--r--source/ca/svtools/source/misc.po10
-rw-r--r--source/ca/svtools/uiconfig/ui.po10
-rw-r--r--source/ca/svx/source/dialog.po204
-rw-r--r--source/ca/svx/source/form.po60
-rw-r--r--source/ca/svx/uiconfig/ui.po211
-rw-r--r--source/ca/sw/source/ui/app.po48
-rw-r--r--source/ca/sw/source/ui/index.po16
-rw-r--r--source/ca/sw/source/ui/misc.po56
-rw-r--r--source/ca/sw/source/ui/sidebar.po18
-rw-r--r--source/ca/sw/source/ui/utlui.po38
-rw-r--r--source/ca/sw/source/uibase/ribbar.po12
-rw-r--r--source/ca/sw/uiconfig/swriter/ui.po349
-rw-r--r--source/ca/swext/mediawiki/help.po62
-rw-r--r--source/ca/vcl/source/src.po15
-rw-r--r--source/ca/xmlsecurity/uiconfig/ui.po19
-rw-r--r--source/cs/cui/uiconfig/ui.po12
-rw-r--r--source/cs/desktop/uiconfig/ui.po18
-rw-r--r--source/cs/filter/source/config/fragments/filters.po8
-rw-r--r--source/cs/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/cs/helpcontent2/source/text/scalc/01.po28
-rw-r--r--source/cs/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/cs/helpcontent2/source/text/shared/00.po13
-rw-r--r--source/cs/helpcontent2/source/text/shared/01.po361
-rw-r--r--source/cs/helpcontent2/source/text/shared/guide.po607
-rw-r--r--source/cs/helpcontent2/source/text/shared/optionen.po307
-rw-r--r--source/cs/helpcontent2/source/text/smath.po16
-rw-r--r--source/cs/helpcontent2/source/text/smath/00.po181
-rw-r--r--source/cs/helpcontent2/source/text/smath/01.po251
-rw-r--r--source/cs/helpcontent2/source/text/smath/04.po9
-rw-r--r--source/cs/helpcontent2/source/text/smath/guide.po43
-rw-r--r--source/cs/helpcontent2/source/text/swriter/01.po243
-rw-r--r--source/cs/officecfg/registry/data/org/openoffice/Office/UI.po169
-rw-r--r--source/cs/sc/source/ui/dbgui.po10
-rw-r--r--source/cs/sc/source/ui/src.po16
-rw-r--r--source/cs/scp2/source/ooo.po10
-rw-r--r--source/cs/sfx2/source/appl.po8
-rw-r--r--source/cs/sfx2/source/dialog.po96
-rw-r--r--source/cs/sfx2/source/doc.po10
-rw-r--r--source/cs/sfx2/source/sidebar.po12
-rw-r--r--source/cs/sfx2/source/view.po16
-rw-r--r--source/cs/sfx2/uiconfig/ui.po52
-rw-r--r--source/cs/starmath/source.po10
-rw-r--r--source/cs/svx/source/dialog.po238
-rw-r--r--source/cs/svx/source/form.po60
-rw-r--r--source/cs/svx/source/src.po8
-rw-r--r--source/cs/svx/source/stbctrls.po8
-rw-r--r--source/cs/svx/source/tbxctrls.po18
-rw-r--r--source/cs/svx/uiconfig/ui.po308
-rw-r--r--source/cs/sw/source/core/undo.po12
-rw-r--r--source/cs/sw/source/core/unocore.po8
-rw-r--r--source/cs/sw/source/ui/app.po84
-rw-r--r--source/cs/sw/source/ui/index.po16
-rw-r--r--source/cs/sw/source/ui/misc.po56
-rw-r--r--source/cs/sw/source/ui/sidebar.po18
-rw-r--r--source/cs/sw/source/ui/utlui.po34
-rw-r--r--source/cs/sw/source/uibase/ribbar.po12
-rw-r--r--source/cs/sw/source/uibase/utlui.po14
-rw-r--r--source/cs/sw/uiconfig/swriter/ui.po542
-rw-r--r--source/cs/swext/mediawiki/help.po74
-rw-r--r--source/cs/xmlsecurity/uiconfig/ui.po21
-rw-r--r--source/cy/chart2/uiconfig/ui.po10
-rw-r--r--source/cy/cui/uiconfig/ui.po10
-rw-r--r--source/cy/editeng/source/editeng.po10
-rw-r--r--source/cy/editeng/source/outliner.po13
-rw-r--r--source/cy/filter/source/config/fragments/filters.po8
-rw-r--r--source/cy/formula/source/core/resource.po10
-rw-r--r--source/cy/instsetoo_native/inc_openoffice/windows/msi_languages.po8
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice/Office/UI.po146
-rw-r--r--source/cy/reportdesign/source/ui/report.po8
-rw-r--r--source/cy/sc/source/ui/dbgui.po8
-rw-r--r--source/cy/sc/source/ui/src.po28
-rw-r--r--source/cy/sc/uiconfig/scalc/ui.po18
-rw-r--r--source/cy/scp2/source/ooo.po10
-rw-r--r--source/cy/sd/source/core.po10
-rw-r--r--source/cy/sd/uiconfig/sdraw/ui.po8
-rw-r--r--source/cy/sd/uiconfig/simpress/ui.po218
-rw-r--r--source/cy/sfx2/source/appl.po8
-rw-r--r--source/cy/sfx2/source/dialog.po96
-rw-r--r--source/cy/sfx2/source/doc.po10
-rw-r--r--source/cy/sfx2/source/sidebar.po12
-rw-r--r--source/cy/sfx2/source/view.po16
-rw-r--r--source/cy/sfx2/uiconfig/ui.po34
-rw-r--r--source/cy/starmath/source.po10
-rw-r--r--source/cy/starmath/uiconfig/smath/ui.po10
-rw-r--r--source/cy/svx/source/engine3d.po8
-rw-r--r--source/cy/svx/source/form.po12
-rw-r--r--source/cy/svx/source/src.po8
-rw-r--r--source/cy/svx/source/svdraw.po22
-rw-r--r--source/cy/svx/uiconfig/ui.po63
-rw-r--r--source/cy/sw/source/core/undo.po14
-rw-r--r--source/cy/sw/source/ui/app.po78
-rw-r--r--source/cy/sw/source/ui/index.po16
-rw-r--r--source/cy/sw/source/ui/misc.po56
-rw-r--r--source/cy/sw/source/ui/sidebar.po18
-rw-r--r--source/cy/sw/source/ui/utlui.po38
-rw-r--r--source/cy/sw/source/uibase/ribbar.po12
-rw-r--r--source/cy/sw/source/uibase/utlui.po12
-rw-r--r--source/cy/sw/uiconfig/swriter/ui.po546
-rw-r--r--source/cy/swext/mediawiki/help.po78
-rw-r--r--source/cy/uui/uiconfig/ui.po10
-rw-r--r--source/cy/vcl/source/src.po14
-rw-r--r--source/cy/wizards/source/euro.po14
-rw-r--r--source/cy/xmlsecurity/uiconfig/ui.po19
-rw-r--r--source/da/dbaccess/uiconfig/ui.po10
-rw-r--r--source/da/filter/uiconfig/ui.po8
-rw-r--r--source/da/formula/source/core/resource.po4
-rw-r--r--source/da/helpcontent2/source/text/scalc/00.po38
-rw-r--r--source/da/helpcontent2/source/text/scalc/01.po476
-rw-r--r--source/da/helpcontent2/source/text/scalc/04.po12
-rw-r--r--source/da/helpcontent2/source/text/scalc/05.po10
-rw-r--r--source/da/helpcontent2/source/text/scalc/guide.po54
-rw-r--r--source/da/helpcontent2/source/text/schart/01.po118
-rw-r--r--source/da/helpcontent2/source/text/sdraw.po6
-rw-r--r--source/da/helpcontent2/source/text/shared.po14
-rw-r--r--source/da/helpcontent2/source/text/shared/00.po119
-rw-r--r--source/da/helpcontent2/source/text/shared/01.po1347
-rw-r--r--source/da/helpcontent2/source/text/shared/02.po22
-rw-r--r--source/da/helpcontent2/source/text/shared/autopi.po16
-rw-r--r--source/da/helpcontent2/source/text/shared/explorer/database.po10
-rw-r--r--source/da/helpcontent2/source/text/shared/guide.po833
-rw-r--r--source/da/helpcontent2/source/text/shared/optionen.po425
-rw-r--r--source/da/helpcontent2/source/text/simpress/00.po10
-rw-r--r--source/da/helpcontent2/source/text/simpress/01.po48
-rw-r--r--source/da/helpcontent2/source/text/simpress/guide.po24
-rw-r--r--source/da/helpcontent2/source/text/smath.po20
-rw-r--r--source/da/helpcontent2/source/text/smath/00.po207
-rw-r--r--source/da/helpcontent2/source/text/smath/01.po907
-rw-r--r--source/da/helpcontent2/source/text/smath/04.po14
-rw-r--r--source/da/helpcontent2/source/text/smath/guide.po45
-rw-r--r--source/da/helpcontent2/source/text/swriter.po86
-rw-r--r--source/da/helpcontent2/source/text/swriter/00.po56
-rw-r--r--source/da/helpcontent2/source/text/swriter/01.po347
-rw-r--r--source/da/helpcontent2/source/text/swriter/guide.po166
-rw-r--r--source/da/officecfg/registry/data/org/openoffice/Office/UI.po121
-rw-r--r--source/da/sc/source/ui/src.po14
-rw-r--r--source/da/sd/uiconfig/simpress/ui.po8
-rw-r--r--source/da/sfx2/source/dialog.po14
-rw-r--r--source/da/sfx2/source/doc.po10
-rw-r--r--source/da/sfx2/source/view.po10
-rw-r--r--source/da/sfx2/uiconfig/ui.po36
-rw-r--r--source/da/starmath/source.po16
-rw-r--r--source/da/svtools/source/java.po8
-rw-r--r--source/da/svtools/source/misc.po10
-rw-r--r--source/da/svtools/uiconfig/ui.po10
-rw-r--r--source/da/svx/source/dialog.po52
-rw-r--r--source/da/svx/source/form.po28
-rw-r--r--source/da/svx/source/tbxctrls.po12
-rw-r--r--source/da/svx/uiconfig/ui.po117
-rw-r--r--source/da/sw/source/core/undo.po22
-rw-r--r--source/da/sw/source/ui/app.po12
-rw-r--r--source/da/sw/source/ui/index.po14
-rw-r--r--source/da/sw/source/ui/misc.po8
-rw-r--r--source/da/sw/source/ui/utlui.po8
-rw-r--r--source/da/sw/source/uibase/utlui.po10
-rw-r--r--source/da/sw/uiconfig/swriter/ui.po152
-rw-r--r--source/da/swext/mediawiki/help.po34
-rw-r--r--source/da/vcl/source/src.po8
-rw-r--r--source/da/wizards/source/formwizard.po10
-rw-r--r--source/da/xmlsecurity/uiconfig/ui.po21
-rw-r--r--source/de/chart2/uiconfig/ui.po16
-rw-r--r--source/de/cui/uiconfig/ui.po12
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared.po14
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared/01.po12
-rw-r--r--source/de/helpcontent2/source/text/scalc/00.po52
-rw-r--r--source/de/helpcontent2/source/text/scalc/01.po358
-rw-r--r--source/de/helpcontent2/source/text/scalc/04.po12
-rw-r--r--source/de/helpcontent2/source/text/scalc/guide.po84
-rw-r--r--source/de/helpcontent2/source/text/schart/01.po56
-rw-r--r--source/de/helpcontent2/source/text/sdraw.po10
-rw-r--r--source/de/helpcontent2/source/text/shared.po16
-rw-r--r--source/de/helpcontent2/source/text/shared/00.po137
-rw-r--r--source/de/helpcontent2/source/text/shared/01.po983
-rw-r--r--source/de/helpcontent2/source/text/shared/guide.po609
-rw-r--r--source/de/helpcontent2/source/text/shared/optionen.po313
-rw-r--r--source/de/helpcontent2/source/text/simpress/00.po10
-rw-r--r--source/de/helpcontent2/source/text/simpress/01.po50
-rw-r--r--source/de/helpcontent2/source/text/simpress/guide.po28
-rw-r--r--source/de/helpcontent2/source/text/smath.po20
-rw-r--r--source/de/helpcontent2/source/text/smath/00.po225
-rw-r--r--source/de/helpcontent2/source/text/smath/01.po907
-rw-r--r--source/de/helpcontent2/source/text/smath/04.po15
-rw-r--r--source/de/helpcontent2/source/text/smath/guide.po45
-rw-r--r--source/de/helpcontent2/source/text/swriter.po88
-rw-r--r--source/de/helpcontent2/source/text/swriter/00.po56
-rw-r--r--source/de/helpcontent2/source/text/swriter/01.po341
-rw-r--r--source/de/helpcontent2/source/text/swriter/guide.po28
-rw-r--r--source/de/instsetoo_native/inc_openoffice/windows/msi_languages.po8
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office/UI.po117
-rw-r--r--source/de/sc/source/ui/src.po16
-rw-r--r--source/de/sc/uiconfig/scalc/ui.po14
-rw-r--r--source/de/sfx2/source/doc.po10
-rw-r--r--source/de/sfx2/uiconfig/ui.po14
-rw-r--r--source/de/shell/source/win32/shlxthandler/res.po14
-rw-r--r--source/de/svtools/uiconfig/ui.po10
-rw-r--r--source/de/svx/source/dialog.po240
-rw-r--r--source/de/svx/uiconfig/ui.po63
-rw-r--r--source/de/sw/source/uibase/utlui.po10
-rw-r--r--source/de/sw/uiconfig/swriter/ui.po52
-rw-r--r--source/de/xmlsecurity/uiconfig/ui.po19
-rw-r--r--source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/dgo/sc/source/ui/src.po12
-rw-r--r--source/dgo/svx/uiconfig/ui.po29
-rw-r--r--source/dgo/sw/uiconfig/swriter/ui.po42
-rw-r--r--source/dgo/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/dz/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/dz/helpcontent2/source/text/scalc/01.po28
-rw-r--r--source/dz/helpcontent2/source/text/scalc/guide.po18
-rw-r--r--source/dz/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/dz/helpcontent2/source/text/shared/01.po381
-rw-r--r--source/dz/helpcontent2/source/text/shared/guide.po579
-rw-r--r--source/dz/helpcontent2/source/text/shared/optionen.po300
-rw-r--r--source/dz/helpcontent2/source/text/smath.po20
-rw-r--r--source/dz/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/dz/helpcontent2/source/text/smath/01.po257
-rw-r--r--source/dz/helpcontent2/source/text/smath/04.po12
-rw-r--r--source/dz/helpcontent2/source/text/smath/guide.po34
-rw-r--r--source/dz/helpcontent2/source/text/swriter/01.po246
-rw-r--r--source/dz/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/dz/sc/source/ui/src.po12
-rw-r--r--source/dz/svx/uiconfig/ui.po29
-rw-r--r--source/dz/sw/uiconfig/swriter/ui.po42
-rw-r--r--source/dz/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/el/helpcontent2/source/text/sbasic/shared.po12
-rw-r--r--source/el/helpcontent2/source/text/scalc/00.po50
-rw-r--r--source/el/helpcontent2/source/text/scalc/01.po314
-rw-r--r--source/el/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/el/helpcontent2/source/text/schart/01.po118
-rw-r--r--source/el/helpcontent2/source/text/sdraw.po8
-rw-r--r--source/el/helpcontent2/source/text/shared.po16
-rw-r--r--source/el/helpcontent2/source/text/shared/00.po119
-rw-r--r--source/el/helpcontent2/source/text/shared/01.po1117
-rw-r--r--source/el/helpcontent2/source/text/shared/02.po22
-rw-r--r--source/el/helpcontent2/source/text/shared/autopi.po16
-rw-r--r--source/el/helpcontent2/source/text/shared/explorer/database.po10
-rw-r--r--source/el/helpcontent2/source/text/shared/guide.po859
-rw-r--r--source/el/helpcontent2/source/text/shared/optionen.po423
-rw-r--r--source/el/helpcontent2/source/text/simpress/00.po10
-rw-r--r--source/el/helpcontent2/source/text/simpress/01.po48
-rw-r--r--source/el/helpcontent2/source/text/simpress/guide.po26
-rw-r--r--source/el/helpcontent2/source/text/smath.po18
-rw-r--r--source/el/helpcontent2/source/text/smath/00.po207
-rw-r--r--source/el/helpcontent2/source/text/smath/01.po887
-rw-r--r--source/el/helpcontent2/source/text/smath/04.po12
-rw-r--r--source/el/helpcontent2/source/text/smath/guide.po41
-rw-r--r--source/el/helpcontent2/source/text/swriter.po88
-rw-r--r--source/el/helpcontent2/source/text/swriter/00.po56
-rw-r--r--source/el/helpcontent2/source/text/swriter/01.po353
-rw-r--r--source/el/helpcontent2/source/text/swriter/guide.po164
-rw-r--r--source/el/officecfg/registry/data/org/openoffice/Office/UI.po127
-rw-r--r--source/el/sc/source/ui/src.po12
-rw-r--r--source/el/sc/uiconfig/scalc/ui.po226
-rw-r--r--source/el/scp2/source/ooo.po14
-rw-r--r--source/el/sd/source/core.po14
-rw-r--r--source/el/sd/source/ui/animations.po36
-rw-r--r--source/el/sd/source/ui/app.po22
-rw-r--r--source/el/sd/uiconfig/sdraw/ui.po12
-rw-r--r--source/el/sd/uiconfig/simpress/ui.po250
-rw-r--r--source/el/sfx2/source/appl.po8
-rw-r--r--source/el/sfx2/source/dialog.po86
-rw-r--r--source/el/sfx2/source/doc.po8
-rw-r--r--source/el/sfx2/source/sidebar.po10
-rw-r--r--source/el/sfx2/source/view.po14
-rw-r--r--source/el/sfx2/uiconfig/ui.po54
-rw-r--r--source/el/starmath/source.po26
-rw-r--r--source/el/svtools/source/java.po6
-rw-r--r--source/el/svtools/source/misc.po8
-rw-r--r--source/el/svtools/uiconfig/ui.po8
-rw-r--r--source/el/svx/uiconfig/ui.po310
-rw-r--r--source/el/sw/source/core/undo.po10
-rw-r--r--source/el/sw/source/core/unocore.po6
-rw-r--r--source/el/sw/source/ui/app.po82
-rw-r--r--source/el/sw/source/ui/index.po14
-rw-r--r--source/el/sw/source/ui/misc.po54
-rw-r--r--source/el/sw/source/ui/sidebar.po16
-rw-r--r--source/el/sw/source/ui/utlui.po36
-rw-r--r--source/el/sw/source/uibase/ribbar.po10
-rw-r--r--source/el/sw/source/uibase/utlui.po10
-rw-r--r--source/el/sw/uiconfig/swriter/ui.po540
-rw-r--r--source/el/swext/mediawiki/help.po76
-rw-r--r--source/el/uui/uiconfig/ui.po6
-rw-r--r--source/el/vcl/source/src.po12
-rw-r--r--source/el/xmlsecurity/uiconfig/ui.po19
-rw-r--r--source/en-GB/helpcontent2/source/text/sbasic/shared.po10
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/00.po50
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/01.po152
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/en-GB/helpcontent2/source/text/sdraw.po8
-rw-r--r--source/en-GB/helpcontent2/source/text/shared.po16
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/01.po363
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/guide.po664
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/optionen.po309
-rw-r--r--source/en-GB/helpcontent2/source/text/smath.po16
-rw-r--r--source/en-GB/helpcontent2/source/text/smath/00.po189
-rw-r--r--source/en-GB/helpcontent2/source/text/smath/01.po257
-rw-r--r--source/en-GB/helpcontent2/source/text/smath/04.po14
-rw-r--r--source/en-GB/helpcontent2/source/text/smath/guide.po43
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter.po88
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/01.po245
-rw-r--r--source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po108
-rw-r--r--source/en-GB/sc/source/ui/src.po12
-rw-r--r--source/en-GB/svx/source/stbctrls.po8
-rw-r--r--source/en-GB/svx/uiconfig/ui.po37
-rw-r--r--source/en-GB/sw/uiconfig/swriter/ui.po38
-rw-r--r--source/en-GB/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/en-ZA/connectivity/source/resource.po10
-rw-r--r--source/en-ZA/cui/source/customize.po8
-rw-r--r--source/en-ZA/cui/uiconfig/ui.po29
-rw-r--r--source/en-ZA/desktop/source/deployment/gui.po47
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/01.po38
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/guide.po18
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/01.po360
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/guide.po581
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/optionen.po304
-rw-r--r--source/en-ZA/helpcontent2/source/text/smath.po16
-rw-r--r--source/en-ZA/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/en-ZA/helpcontent2/source/text/smath/01.po225
-rw-r--r--source/en-ZA/helpcontent2/source/text/smath/04.po14
-rw-r--r--source/en-ZA/helpcontent2/source/text/smath/guide.po28
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/01.po250
-rw-r--r--source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po127
-rw-r--r--source/en-ZA/sc/source/ui/src.po12
-rw-r--r--source/en-ZA/sd/source/ui/view.po10
-rw-r--r--source/en-ZA/sd/uiconfig/simpress/ui.po9
-rw-r--r--source/en-ZA/starmath/uiconfig/smath/ui.po11
-rw-r--r--source/en-ZA/svtools/source/misc.po7
-rw-r--r--source/en-ZA/svx/uiconfig/ui.po29
-rw-r--r--source/en-ZA/sw/uiconfig/swriter/ui.po42
-rw-r--r--source/en-ZA/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/eo/helpcontent2/source/text/scalc/00.po30
-rw-r--r--source/eo/helpcontent2/source/text/scalc/01.po30
-rw-r--r--source/eo/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--source/eo/helpcontent2/source/text/shared/00.po19
-rw-r--r--source/eo/helpcontent2/source/text/shared/01.po346
-rw-r--r--source/eo/helpcontent2/source/text/shared/guide.po443
-rw-r--r--source/eo/helpcontent2/source/text/shared/optionen.po257
-rw-r--r--source/eo/helpcontent2/source/text/smath.po14
-rw-r--r--source/eo/helpcontent2/source/text/smath/00.po189
-rw-r--r--source/eo/helpcontent2/source/text/smath/01.po161
-rw-r--r--source/eo/helpcontent2/source/text/smath/04.po14
-rw-r--r--source/eo/helpcontent2/source/text/smath/guide.po31
-rw-r--r--source/eo/helpcontent2/source/text/swriter.po54
-rw-r--r--source/eo/helpcontent2/source/text/swriter/01.po245
-rw-r--r--source/eo/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po6
-rw-r--r--source/eo/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/eo/sc/source/ui/src.po12
-rw-r--r--source/eo/sc/uiconfig/scalc/ui.po48
-rw-r--r--source/eo/scp2/source/ooo.po10
-rw-r--r--source/eo/svtools/source/java.po6
-rw-r--r--source/eo/svtools/source/misc.po8
-rw-r--r--source/eo/svtools/uiconfig/ui.po8
-rw-r--r--source/eo/svx/source/dialog.po10
-rw-r--r--source/eo/svx/source/form.po54
-rw-r--r--source/eo/svx/source/src.po6
-rw-r--r--source/eo/svx/source/stbctrls.po6
-rw-r--r--source/eo/svx/source/tbxctrls.po16
-rw-r--r--source/eo/svx/uiconfig/ui.po310
-rw-r--r--source/eo/sw/uiconfig/swriter/ui.po38
-rw-r--r--source/eo/xmlsecurity/uiconfig/ui.po19
-rw-r--r--source/es/basctl/source/basicide.po8
-rw-r--r--source/es/chart2/source/controller/dialogs.po8
-rw-r--r--source/es/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/es/connectivity/registry/tdeab/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/es/cui/source/tabpages.po8
-rw-r--r--source/es/cui/uiconfig/ui.po138
-rw-r--r--source/es/editeng/source/items.po18
-rw-r--r--source/es/extensions/source/propctrlr.po86
-rw-r--r--source/es/extensions/uiconfig/sbibliography/ui.po10
-rw-r--r--source/es/forms/source/resource.po8
-rw-r--r--source/es/helpcontent2/source/auxiliary.po8
-rw-r--r--source/es/helpcontent2/source/text/scalc/00.po48
-rw-r--r--source/es/helpcontent2/source/text/scalc/01.po108
-rw-r--r--source/es/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/es/helpcontent2/source/text/schart/01.po44
-rw-r--r--source/es/helpcontent2/source/text/sdraw.po8
-rw-r--r--source/es/helpcontent2/source/text/shared.po14
-rw-r--r--source/es/helpcontent2/source/text/shared/00.po55
-rw-r--r--source/es/helpcontent2/source/text/shared/01.po433
-rw-r--r--source/es/helpcontent2/source/text/shared/02.po20
-rw-r--r--source/es/helpcontent2/source/text/shared/autopi.po14
-rw-r--r--source/es/helpcontent2/source/text/shared/explorer/database.po8
-rw-r--r--source/es/helpcontent2/source/text/shared/guide.po739
-rw-r--r--source/es/helpcontent2/source/text/shared/menu.po8
-rw-r--r--source/es/helpcontent2/source/text/shared/optionen.po335
-rw-r--r--source/es/helpcontent2/source/text/simpress/00.po8
-rw-r--r--source/es/helpcontent2/source/text/simpress/01.po36
-rw-r--r--source/es/helpcontent2/source/text/simpress/04.po14
-rw-r--r--source/es/helpcontent2/source/text/simpress/guide.po22
-rw-r--r--source/es/helpcontent2/source/text/smath.po18
-rw-r--r--source/es/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/es/helpcontent2/source/text/smath/01.po253
-rw-r--r--source/es/helpcontent2/source/text/smath/04.po15
-rw-r--r--source/es/helpcontent2/source/text/smath/guide.po39
-rw-r--r--source/es/helpcontent2/source/text/swriter.po86
-rw-r--r--source/es/helpcontent2/source/text/swriter/00.po36
-rw-r--r--source/es/helpcontent2/source/text/swriter/01.po253
-rw-r--r--source/es/helpcontent2/source/text/swriter/02.po30
-rw-r--r--source/es/helpcontent2/source/text/swriter/04.po14
-rw-r--r--source/es/helpcontent2/source/text/swriter/guide.po8
-rw-r--r--source/es/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po8
-rw-r--r--source/es/nlpsolver/src/locale.po16
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office/UI.po155
-rw-r--r--source/es/reportdesign/source/ui/inspection.po24
-rw-r--r--source/es/reportdesign/uiconfig/dbreport/ui.po14
-rw-r--r--source/es/sc/source/ui/dbgui.po8
-rw-r--r--source/es/sc/source/ui/src.po48
-rw-r--r--source/es/sc/uiconfig/scalc/ui.po62
-rw-r--r--source/es/scp2/source/ooo.po14
-rw-r--r--source/es/sd/source/core.po16
-rw-r--r--source/es/sd/source/ui/animations.po8
-rw-r--r--source/es/sd/source/ui/app.po8
-rw-r--r--source/es/sd/uiconfig/simpress/ui.po28
-rw-r--r--source/es/setup_native/source/mac.po8
-rw-r--r--source/es/sfx2/source/dialog.po8
-rw-r--r--source/es/sfx2/source/doc.po8
-rw-r--r--source/es/sfx2/uiconfig/ui.po10
-rw-r--r--source/es/starmath/source.po24
-rw-r--r--source/es/svtools/source/misc.po10
-rw-r--r--source/es/svx/source/dialog.po52
-rw-r--r--source/es/svx/source/form.po10
-rw-r--r--source/es/svx/uiconfig/ui.po118
-rw-r--r--source/es/sw/source/core/undo.po36
-rw-r--r--source/es/sw/source/ui/utlui.po16
-rw-r--r--source/es/sw/source/uibase/ribbar.po8
-rw-r--r--source/es/sw/uiconfig/swriter/ui.po56
-rw-r--r--source/es/vcl/source/src.po10
-rw-r--r--source/es/wizards/source/formwizard.po12
-rw-r--r--source/es/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/et/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/et/helpcontent2/source/text/scalc/01.po34
-rw-r--r--source/et/helpcontent2/source/text/scalc/guide.po21
-rw-r--r--source/et/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/et/helpcontent2/source/text/shared/01.po360
-rw-r--r--source/et/helpcontent2/source/text/shared/guide.po607
-rw-r--r--source/et/helpcontent2/source/text/shared/optionen.po314
-rw-r--r--source/et/helpcontent2/source/text/smath.po20
-rw-r--r--source/et/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/et/helpcontent2/source/text/smath/01.po257
-rw-r--r--source/et/helpcontent2/source/text/smath/04.po16
-rw-r--r--source/et/helpcontent2/source/text/smath/guide.po46
-rw-r--r--source/et/helpcontent2/source/text/swriter/01.po265
-rw-r--r--source/et/officecfg/registry/data/org/openoffice/Office/UI.po109
-rw-r--r--source/et/sc/source/ui/src.po12
-rw-r--r--source/et/svx/uiconfig/ui.po31
-rw-r--r--source/et/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/et/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/eu/cui/uiconfig/ui.po45
-rw-r--r--source/eu/desktop/uiconfig/ui.po10
-rw-r--r--source/eu/extensions/source/bibliography.po10
-rw-r--r--source/eu/extensions/source/propctrlr.po62
-rw-r--r--source/eu/filter/source/config/fragments/filters.po8
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/shared.po21
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/shared/01.po27
-rw-r--r--source/eu/helpcontent2/source/text/sbasic/shared/02.po16
-rw-r--r--source/eu/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/eu/helpcontent2/source/text/scalc/01.po40
-rw-r--r--source/eu/helpcontent2/source/text/scalc/05.po10
-rw-r--r--source/eu/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/eu/helpcontent2/source/text/sdraw.po10
-rw-r--r--source/eu/helpcontent2/source/text/shared.po16
-rw-r--r--source/eu/helpcontent2/source/text/shared/00.po19
-rw-r--r--source/eu/helpcontent2/source/text/shared/01.po387
-rw-r--r--source/eu/helpcontent2/source/text/shared/autopi.po31
-rw-r--r--source/eu/helpcontent2/source/text/shared/guide.po488
-rw-r--r--source/eu/helpcontent2/source/text/shared/optionen.po304
-rw-r--r--source/eu/helpcontent2/source/text/smath.po20
-rw-r--r--source/eu/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/eu/helpcontent2/source/text/smath/01.po269
-rw-r--r--source/eu/helpcontent2/source/text/smath/04.po14
-rw-r--r--source/eu/helpcontent2/source/text/smath/guide.po45
-rw-r--r--source/eu/helpcontent2/source/text/swriter.po18
-rw-r--r--source/eu/helpcontent2/source/text/swriter/01.po236
-rw-r--r--source/eu/instsetoo_native/inc_openoffice/windows/msi_languages.po14
-rw-r--r--source/eu/officecfg/registry/data/org/openoffice/Office/UI.po197
-rw-r--r--source/eu/reportdesign/source/ui/inspection.po12
-rw-r--r--source/eu/reportdesign/uiconfig/dbreport/ui.po9
-rw-r--r--source/eu/sc/source/ui/src.po15
-rw-r--r--source/eu/sc/uiconfig/scalc/ui.po23
-rw-r--r--source/eu/scp2/source/ooo.po10
-rw-r--r--source/eu/sd/source/core.po10
-rw-r--r--source/eu/sd/source/ui/animations.po24
-rw-r--r--source/eu/sd/source/ui/app.po10
-rw-r--r--source/eu/sd/uiconfig/sdraw/ui.po12
-rw-r--r--source/eu/sd/uiconfig/simpress/ui.po212
-rw-r--r--source/eu/sfx2/source/dialog.po22
-rw-r--r--source/eu/sfx2/source/view.po10
-rw-r--r--source/eu/starmath/source.po4
-rw-r--r--source/eu/svtools/source/java.po10
-rw-r--r--source/eu/svx/source/dialog.po39
-rw-r--r--source/eu/svx/source/form.po60
-rw-r--r--source/eu/svx/source/src.po8
-rw-r--r--source/eu/svx/source/stbctrls.po10
-rw-r--r--source/eu/svx/source/tbxctrls.po20
-rw-r--r--source/eu/svx/uiconfig/ui.po52
-rw-r--r--source/eu/sw/source/core/undo.po8
-rw-r--r--source/eu/sw/source/core/unocore.po8
-rw-r--r--source/eu/sw/source/ui/index.po18
-rw-r--r--source/eu/sw/source/ui/misc.po24
-rw-r--r--source/eu/sw/source/ui/sidebar.po20
-rw-r--r--source/eu/sw/source/ui/utlui.po40
-rw-r--r--source/eu/sw/source/uibase/ribbar.po12
-rw-r--r--source/eu/sw/source/uibase/utlui.po16
-rw-r--r--source/eu/sw/uiconfig/swriter/ui.po48
-rw-r--r--source/eu/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/fa/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/fa/sc/source/ui/src.po12
-rw-r--r--source/fa/svx/uiconfig/ui.po29
-rw-r--r--source/fa/sw/uiconfig/swriter/ui.po42
-rw-r--r--source/fa/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/fi/avmedia/source/framework.po12
-rw-r--r--source/fi/basctl/source/basicide.po16
-rw-r--r--source/fi/chart2/uiconfig/ui.po28
-rw-r--r--source/fi/cui/source/dialogs.po14
-rw-r--r--source/fi/cui/source/options.po16
-rw-r--r--source/fi/dbaccess/source/ui/app.po8
-rw-r--r--source/fi/dbaccess/source/ui/querydesign.po12
-rw-r--r--source/fi/dbaccess/source/ui/tabledesign.po7
-rw-r--r--source/fi/desktop/uiconfig/ui.po18
-rw-r--r--source/fi/extensions/source/bibliography.po12
-rw-r--r--source/fi/extensions/source/propctrlr.po260
-rw-r--r--source/fi/extras/source/autocorr/emoji.po32
-rw-r--r--source/fi/filter/source/config/fragments/filters.po16
-rw-r--r--source/fi/filter/source/config/fragments/internalgraphicfilters.po12
-rw-r--r--source/fi/filter/uiconfig/ui.po10
-rw-r--r--source/fi/forms/source/resource.po10
-rw-r--r--source/fi/formula/source/core/resource.po12
-rw-r--r--source/fi/formula/uiconfig/ui.po12
-rw-r--r--source/fi/fpicker/uiconfig/ui.po12
-rw-r--r--source/fi/framework/source/classes.po8
-rw-r--r--source/fi/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/fi/helpcontent2/source/text/scalc/01.po16
-rw-r--r--source/fi/helpcontent2/source/text/scalc/guide.po20
-rw-r--r--source/fi/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/fi/helpcontent2/source/text/shared/01.po359
-rw-r--r--source/fi/helpcontent2/source/text/shared/guide.po611
-rw-r--r--source/fi/helpcontent2/source/text/shared/optionen.po314
-rw-r--r--source/fi/helpcontent2/source/text/smath.po14
-rw-r--r--source/fi/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/fi/helpcontent2/source/text/smath/01.po257
-rw-r--r--source/fi/helpcontent2/source/text/smath/04.po14
-rw-r--r--source/fi/helpcontent2/source/text/smath/guide.po43
-rw-r--r--source/fi/helpcontent2/source/text/swriter/01.po250
-rw-r--r--source/fi/instsetoo_native/inc_openoffice/windows/msi_languages.po22
-rw-r--r--source/fi/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/fi/officecfg/registry/data/org/openoffice/Office/UI.po707
-rw-r--r--source/fi/reportdesign/source/ui/inspection.po66
-rw-r--r--source/fi/reportdesign/uiconfig/dbreport/ui.po20
-rw-r--r--source/fi/sc/source/ui/dbgui.po10
-rw-r--r--source/fi/sc/source/ui/navipi.po24
-rw-r--r--source/fi/sc/source/ui/src.po106
-rw-r--r--source/fi/sc/source/ui/styleui.po22
-rw-r--r--source/fi/scp2/source/ooo.po16
-rw-r--r--source/fi/sfx2/source/appl.po8
-rw-r--r--source/fi/sfx2/source/dialog.po10
-rw-r--r--source/fi/svx/source/dialog.po206
-rw-r--r--source/fi/svx/uiconfig/ui.po33
-rw-r--r--source/fi/sw/uiconfig/swriter/ui.po42
-rw-r--r--source/fi/swext/mediawiki/help.po78
-rw-r--r--source/fi/uui/uiconfig/ui.po10
-rw-r--r--source/fi/vcl/source/src.po16
-rw-r--r--source/fi/xmlsecurity/uiconfig/ui.po21
-rw-r--r--source/fr/cui/uiconfig/ui.po12
-rw-r--r--source/fr/formula/source/core/resource.po8
-rw-r--r--source/fr/formula/uiconfig/ui.po8
-rw-r--r--source/fr/helpcontent2/source/text/sbasic/shared.po10
-rw-r--r--source/fr/helpcontent2/source/text/scalc/00.po50
-rw-r--r--source/fr/helpcontent2/source/text/scalc/01.po210
-rw-r--r--source/fr/helpcontent2/source/text/scalc/04.po12
-rw-r--r--source/fr/helpcontent2/source/text/scalc/05.po10
-rw-r--r--source/fr/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/fr/helpcontent2/source/text/sdraw.po8
-rw-r--r--source/fr/helpcontent2/source/text/shared.po16
-rw-r--r--source/fr/helpcontent2/source/text/shared/00.po119
-rw-r--r--source/fr/helpcontent2/source/text/shared/01.po629
-rw-r--r--source/fr/helpcontent2/source/text/shared/02.po20
-rw-r--r--source/fr/helpcontent2/source/text/shared/autopi.po14
-rw-r--r--source/fr/helpcontent2/source/text/shared/explorer/database.po10
-rw-r--r--source/fr/helpcontent2/source/text/shared/guide.po607
-rw-r--r--source/fr/helpcontent2/source/text/shared/optionen.po309
-rw-r--r--source/fr/helpcontent2/source/text/smath.po14
-rw-r--r--source/fr/helpcontent2/source/text/smath/00.po189
-rw-r--r--source/fr/helpcontent2/source/text/smath/01.po257
-rw-r--r--source/fr/helpcontent2/source/text/smath/04.po14
-rw-r--r--source/fr/helpcontent2/source/text/smath/guide.po43
-rw-r--r--source/fr/helpcontent2/source/text/swriter.po86
-rw-r--r--source/fr/helpcontent2/source/text/swriter/00.po56
-rw-r--r--source/fr/helpcontent2/source/text/swriter/01.po341
-rw-r--r--source/fr/helpcontent2/source/text/swriter/guide.po168
-rw-r--r--source/fr/officecfg/registry/data/org/openoffice/Office/UI.po713
-rw-r--r--source/fr/reportdesign/source/ui/inspection.po62
-rw-r--r--source/fr/reportdesign/uiconfig/dbreport/ui.po16
-rw-r--r--source/fr/sc/source/ui/src.po14
-rw-r--r--source/fr/sc/uiconfig/scalc/ui.po284
-rw-r--r--source/fr/svx/source/dialog.po14
-rw-r--r--source/fr/svx/uiconfig/ui.po39
-rw-r--r--source/fr/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/fr/xmlsecurity/uiconfig/ui.po19
-rw-r--r--source/ga/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/ga/sc/source/ui/src.po12
-rw-r--r--source/ga/svx/uiconfig/ui.po29
-rw-r--r--source/ga/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/ga/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/gd/avmedia/source/framework.po8
-rw-r--r--source/gd/basctl/source/basicide.po12
-rw-r--r--source/gd/chart2/uiconfig/ui.po24
-rw-r--r--source/gd/cui/source/dialogs.po12
-rw-r--r--source/gd/cui/source/options.po176
-rw-r--r--source/gd/cui/source/tabpages.po12
-rw-r--r--source/gd/cui/uiconfig/ui.po214
-rw-r--r--source/gd/dbaccess/source/ui/app.po6
-rw-r--r--source/gd/dbaccess/source/ui/querydesign.po10
-rw-r--r--source/gd/dbaccess/source/ui/tabledesign.po9
-rw-r--r--source/gd/desktop/uiconfig/ui.po18
-rw-r--r--source/gd/extensions/source/propctrlr.po6
-rw-r--r--source/gd/extras/source/autocorr/emoji.po30
-rw-r--r--source/gd/filter/source/config/fragments/filters.po28
-rw-r--r--source/gd/filter/source/config/fragments/internalgraphicfilters.po8
-rw-r--r--source/gd/filter/uiconfig/ui.po6
-rw-r--r--source/gd/forms/source/resource.po6
-rw-r--r--source/gd/formula/source/core/resource.po10
-rw-r--r--source/gd/formula/uiconfig/ui.po8
-rw-r--r--source/gd/fpicker/uiconfig/ui.po8
-rw-r--r--source/gd/framework/source/classes.po6
-rw-r--r--source/gd/instsetoo_native/inc_openoffice/windows/msi_languages.po18
-rw-r--r--source/gd/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po6
-rw-r--r--source/gd/officecfg/registry/data/org/openoffice/Office/UI.po153
-rw-r--r--source/gd/readlicense_oo/docs.po10
-rw-r--r--source/gd/reportdesign/source/ui/inspection.po62
-rw-r--r--source/gd/reportdesign/uiconfig/dbreport/ui.po16
-rw-r--r--source/gd/sc/source/ui/src.po20
-rw-r--r--source/gd/sc/uiconfig/scalc/ui.po16
-rw-r--r--source/gd/scp2/source/ooo.po16
-rw-r--r--source/gd/sfx2/source/appl.po6
-rw-r--r--source/gd/sfx2/source/dialog.po94
-rw-r--r--source/gd/sfx2/source/doc.po8
-rw-r--r--source/gd/sfx2/source/sidebar.po10
-rw-r--r--source/gd/sfx2/source/view.po16
-rw-r--r--source/gd/sfx2/uiconfig/ui.po12
-rw-r--r--source/gd/starmath/source.po30
-rw-r--r--source/gd/svtools/source/java.po6
-rw-r--r--source/gd/svtools/source/misc.po8
-rw-r--r--source/gd/svtools/uiconfig/ui.po8
-rw-r--r--source/gd/svx/uiconfig/ui.po31
-rw-r--r--source/gd/sw/uiconfig/swriter/ui.po42
-rw-r--r--source/gd/uui/uiconfig/ui.po6
-rw-r--r--source/gd/vcl/source/src.po12
-rw-r--r--source/gd/wizards/source/importwizard.po14
-rw-r--r--source/gd/xmlsecurity/uiconfig/ui.po21
-rw-r--r--source/gl/cui/uiconfig/ui.po196
-rw-r--r--source/gl/dbaccess/source/ui/app.po10
-rw-r--r--source/gl/dbaccess/source/ui/querydesign.po14
-rw-r--r--source/gl/dbaccess/source/ui/tabledesign.po9
-rw-r--r--source/gl/desktop/uiconfig/ui.po18
-rw-r--r--source/gl/extensions/source/bibliography.po12
-rw-r--r--source/gl/extensions/source/propctrlr.po62
-rw-r--r--source/gl/helpcontent2/source/text/scalc/00.po24
-rw-r--r--source/gl/helpcontent2/source/text/scalc/01.po36
-rw-r--r--source/gl/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--source/gl/helpcontent2/source/text/shared/00.po19
-rw-r--r--source/gl/helpcontent2/source/text/shared/01.po381
-rw-r--r--source/gl/helpcontent2/source/text/shared/guide.po587
-rw-r--r--source/gl/helpcontent2/source/text/shared/optionen.po314
-rw-r--r--source/gl/helpcontent2/source/text/smath.po16
-rw-r--r--source/gl/helpcontent2/source/text/smath/00.po189
-rw-r--r--source/gl/helpcontent2/source/text/smath/01.po244
-rw-r--r--source/gl/helpcontent2/source/text/smath/04.po14
-rw-r--r--source/gl/helpcontent2/source/text/smath/guide.po42
-rw-r--r--source/gl/helpcontent2/source/text/swriter/01.po246
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice/Office/UI.po109
-rw-r--r--source/gl/sc/source/ui/src.po12
-rw-r--r--source/gl/svx/uiconfig/ui.po27
-rw-r--r--source/gl/sw/uiconfig/swriter/ui.po36
-rw-r--r--source/gl/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/gu/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/gu/helpcontent2/source/text/scalc/01.po28
-rw-r--r--source/gu/helpcontent2/source/text/scalc/guide.po18
-rw-r--r--source/gu/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/gu/helpcontent2/source/text/shared/01.po360
-rw-r--r--source/gu/helpcontent2/source/text/shared/guide.po553
-rw-r--r--source/gu/helpcontent2/source/text/shared/optionen.po292
-rw-r--r--source/gu/helpcontent2/source/text/smath.po20
-rw-r--r--source/gu/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/gu/helpcontent2/source/text/smath/01.po257
-rw-r--r--source/gu/helpcontent2/source/text/smath/04.po14
-rw-r--r--source/gu/helpcontent2/source/text/smath/guide.po36
-rw-r--r--source/gu/helpcontent2/source/text/swriter/01.po232
-rw-r--r--source/gu/officecfg/registry/data/org/openoffice/Office/UI.po103
-rw-r--r--source/gu/sc/source/ui/src.po8
-rw-r--r--source/gu/svx/uiconfig/ui.po28
-rw-r--r--source/gu/sw/uiconfig/swriter/ui.po36
-rw-r--r--source/gu/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/gug/avmedia/source/framework.po10
-rw-r--r--source/gug/avmedia/source/viewer.po8
-rw-r--r--source/gug/basctl/source/basicide.po10
-rw-r--r--source/gug/cui/source/options.po178
-rw-r--r--source/gug/cui/uiconfig/ui.po10
-rw-r--r--source/gug/dbaccess/source/ui/querydesign.po8
-rw-r--r--source/gug/dbaccess/source/ui/tabledesign.po10
-rw-r--r--source/gug/extras/source/autocorr/emoji.po12
-rw-r--r--source/gug/officecfg/registry/data/org/openoffice/Office/UI.po395
-rw-r--r--source/gug/reportdesign/source/ui/report.po10
-rw-r--r--source/gug/reportdesign/uiconfig/dbreport/ui.po8
-rw-r--r--source/gug/sc/source/ui/navipi.po10
-rw-r--r--source/gug/sc/source/ui/src.po64
-rw-r--r--source/gug/sc/source/ui/styleui.po12
-rw-r--r--source/gug/sc/uiconfig/scalc/ui.po32
-rw-r--r--source/gug/sd/source/core.po10
-rw-r--r--source/gug/sd/source/ui/animations.po27
-rw-r--r--source/gug/sd/source/ui/app.po30
-rw-r--r--source/gug/sd/source/ui/view.po21
-rw-r--r--source/gug/sd/uiconfig/sdraw/ui.po8
-rw-r--r--source/gug/sd/uiconfig/simpress/ui.po292
-rw-r--r--source/gug/sfx2/source/dialog.po10
-rw-r--r--source/gug/sfx2/source/sidebar.po12
-rw-r--r--source/gug/sfx2/uiconfig/ui.po12
-rw-r--r--source/gug/svtools/source/dialogs.po10
-rw-r--r--source/gug/svtools/uiconfig/ui.po10
-rw-r--r--source/gug/svx/source/svdraw.po12
-rw-r--r--source/gug/svx/uiconfig/ui.po37
-rw-r--r--source/gug/sw/source/core/undo.po14
-rw-r--r--source/gug/sw/source/ui/app.po86
-rw-r--r--source/gug/sw/source/ui/dochdl.po12
-rw-r--r--source/gug/sw/source/ui/index.po18
-rw-r--r--source/gug/sw/source/ui/misc.po58
-rw-r--r--source/gug/sw/source/ui/sidebar.po20
-rw-r--r--source/gug/sw/source/ui/utlui.po34
-rw-r--r--source/gug/sw/source/uibase/lingu.po13
-rw-r--r--source/gug/sw/source/uibase/ribbar.po14
-rw-r--r--source/gug/sw/source/uibase/utlui.po18
-rw-r--r--source/gug/sw/uiconfig/swriter/ui.po178
-rw-r--r--source/gug/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/he/avmedia/source/framework.po8
-rw-r--r--source/he/basctl/source/basicide.po136
-rw-r--r--source/he/chart2/source/controller/dialogs.po10
-rw-r--r--source/he/cui/uiconfig/ui.po18
-rw-r--r--source/he/desktop/source/deployment/gui.po11
-rw-r--r--source/he/desktop/uiconfig/ui.po34
-rw-r--r--source/he/extensions/source/bibliography.po11
-rw-r--r--source/he/extensions/source/propctrlr.po18
-rw-r--r--source/he/forms/source/resource.po6
-rw-r--r--source/he/fpicker/uiconfig/ui.po8
-rw-r--r--source/he/framework/source/classes.po6
-rw-r--r--source/he/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/he/helpcontent2/source/text/scalc/01.po26
-rw-r--r--source/he/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/he/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/he/helpcontent2/source/text/shared/01.po354
-rw-r--r--source/he/helpcontent2/source/text/shared/guide.po616
-rw-r--r--source/he/helpcontent2/source/text/shared/optionen.po255
-rw-r--r--source/he/helpcontent2/source/text/smath.po18
-rw-r--r--source/he/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/he/helpcontent2/source/text/smath/01.po177
-rw-r--r--source/he/helpcontent2/source/text/smath/04.po12
-rw-r--r--source/he/helpcontent2/source/text/smath/guide.po36
-rw-r--r--source/he/helpcontent2/source/text/swriter/01.po206
-rw-r--r--source/he/officecfg/registry/data/org/openoffice/Office.po16
-rw-r--r--source/he/officecfg/registry/data/org/openoffice/Office/UI.po150
-rw-r--r--source/he/sc/source/ui/StatisticsDialogs.po16
-rw-r--r--source/he/sc/source/ui/src.po14
-rw-r--r--source/he/starmath/source.po10
-rw-r--r--source/he/svx/source/core.po11
-rw-r--r--source/he/svx/source/dialog.po142
-rw-r--r--source/he/svx/uiconfig/ui.po29
-rw-r--r--source/he/sw/uiconfig/swriter/ui.po42
-rw-r--r--source/he/vcl/source/src.po12
-rw-r--r--source/he/xmlsecurity/uiconfig/ui.po19
-rw-r--r--source/hi/helpcontent2/source/text/scalc/00.po18
-rw-r--r--source/hi/helpcontent2/source/text/scalc/01.po28
-rw-r--r--source/hi/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--source/hi/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/hi/helpcontent2/source/text/shared/01.po342
-rw-r--r--source/hi/helpcontent2/source/text/shared/guide.po505
-rw-r--r--source/hi/helpcontent2/source/text/shared/optionen.po253
-rw-r--r--source/hi/helpcontent2/source/text/smath.po16
-rw-r--r--source/hi/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/hi/helpcontent2/source/text/smath/01.po159
-rw-r--r--source/hi/helpcontent2/source/text/smath/04.po12
-rw-r--r--source/hi/helpcontent2/source/text/smath/guide.po28
-rw-r--r--source/hi/helpcontent2/source/text/swriter/01.po185
-rw-r--r--source/hi/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/hi/sc/source/ui/src.po12
-rw-r--r--source/hi/svx/uiconfig/ui.po29
-rw-r--r--source/hi/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/hi/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/hr/avmedia/source/framework.po12
-rw-r--r--source/hr/basctl/source/basicide.po14
-rw-r--r--source/hr/helpcontent2/source/text/scalc/00.po18
-rw-r--r--source/hr/helpcontent2/source/text/scalc/01.po30
-rw-r--r--source/hr/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--source/hr/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/hr/helpcontent2/source/text/shared/01.po344
-rw-r--r--source/hr/helpcontent2/source/text/shared/guide.po492
-rw-r--r--source/hr/helpcontent2/source/text/shared/optionen.po253
-rw-r--r--source/hr/helpcontent2/source/text/smath.po16
-rw-r--r--source/hr/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/hr/helpcontent2/source/text/smath/01.po143
-rw-r--r--source/hr/helpcontent2/source/text/smath/04.po12
-rw-r--r--source/hr/helpcontent2/source/text/smath/guide.po28
-rw-r--r--source/hr/helpcontent2/source/text/swriter/01.po184
-rw-r--r--source/hr/officecfg/registry/data/org/openoffice/Office/UI.po109
-rw-r--r--source/hr/sc/source/ui/src.po14
-rw-r--r--source/hr/svx/uiconfig/ui.po27
-rw-r--r--source/hr/sw/uiconfig/swriter/ui.po42
-rw-r--r--source/hr/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/hu/avmedia/source/framework.po12
-rw-r--r--source/hu/basctl/source/basicide.po16
-rw-r--r--source/hu/chart2/uiconfig/ui.po26
-rw-r--r--source/hu/cui/source/dialogs.po16
-rw-r--r--source/hu/cui/source/options.po180
-rw-r--r--source/hu/cui/source/tabpages.po16
-rw-r--r--source/hu/cui/uiconfig/ui.po294
-rw-r--r--source/hu/dbaccess/source/ui/app.po10
-rw-r--r--source/hu/dbaccess/source/ui/querydesign.po14
-rw-r--r--source/hu/dbaccess/source/ui/tabledesign.po7
-rw-r--r--source/hu/desktop/uiconfig/ui.po18
-rw-r--r--source/hu/extensions/source/bibliography.po12
-rw-r--r--source/hu/extensions/source/propctrlr.po260
-rw-r--r--source/hu/filter/source/config/fragments/filters.po14
-rw-r--r--source/hu/filter/source/config/fragments/internalgraphicfilters.po12
-rw-r--r--source/hu/filter/uiconfig/ui.po10
-rw-r--r--source/hu/forms/source/resource.po10
-rw-r--r--source/hu/formula/source/core/resource.po14
-rw-r--r--source/hu/formula/uiconfig/ui.po12
-rw-r--r--source/hu/fpicker/uiconfig/ui.po12
-rw-r--r--source/hu/framework/source/classes.po8
-rw-r--r--source/hu/helpcontent2/source/text/sbasic/shared.po10
-rw-r--r--source/hu/helpcontent2/source/text/scalc/00.po24
-rw-r--r--source/hu/helpcontent2/source/text/scalc/01.po288
-rw-r--r--source/hu/helpcontent2/source/text/scalc/04.po10
-rw-r--r--source/hu/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/hu/helpcontent2/source/text/sdraw.po8
-rw-r--r--source/hu/helpcontent2/source/text/shared.po14
-rw-r--r--source/hu/helpcontent2/source/text/shared/00.po13
-rw-r--r--source/hu/helpcontent2/source/text/shared/01.po361
-rw-r--r--source/hu/helpcontent2/source/text/shared/guide.po607
-rw-r--r--source/hu/helpcontent2/source/text/shared/optionen.po309
-rw-r--r--source/hu/helpcontent2/source/text/simpress/01.po20
-rw-r--r--source/hu/helpcontent2/source/text/simpress/guide.po20
-rw-r--r--source/hu/helpcontent2/source/text/smath.po20
-rw-r--r--source/hu/helpcontent2/source/text/smath/00.po183
-rw-r--r--source/hu/helpcontent2/source/text/smath/01.po257
-rw-r--r--source/hu/helpcontent2/source/text/smath/04.po14
-rw-r--r--source/hu/helpcontent2/source/text/smath/guide.po43
-rw-r--r--source/hu/helpcontent2/source/text/swriter/01.po245
-rw-r--r--source/hu/instsetoo_native/inc_openoffice/windows/msi_languages.po20
-rw-r--r--source/hu/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po10
-rw-r--r--source/hu/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/hu/reportdesign/source/ui/inspection.po64
-rw-r--r--source/hu/reportdesign/uiconfig/dbreport/ui.po20
-rw-r--r--source/hu/sc/source/ui/dbgui.po10
-rw-r--r--source/hu/sc/source/ui/navipi.po24
-rw-r--r--source/hu/sc/source/ui/src.po58
-rw-r--r--source/hu/sc/source/ui/styleui.po22
-rw-r--r--source/hu/sc/uiconfig/scalc/ui.po585
-rw-r--r--source/hu/scp2/source/ooo.po16
-rw-r--r--source/hu/sd/source/core.po16
-rw-r--r--source/hu/sd/source/ui/animations.po40
-rw-r--r--source/hu/sd/source/ui/app.po26
-rw-r--r--source/hu/sd/uiconfig/sdraw/ui.po14
-rw-r--r--source/hu/sd/uiconfig/simpress/ui.po252
-rw-r--r--source/hu/sfx2/source/appl.po10
-rw-r--r--source/hu/sfx2/source/dialog.po98
-rw-r--r--source/hu/sfx2/source/doc.po12
-rw-r--r--source/hu/sfx2/source/sidebar.po14
-rw-r--r--source/hu/sfx2/source/view.po14
-rw-r--r--source/hu/sfx2/uiconfig/ui.po52
-rw-r--r--source/hu/starmath/source.po28
-rw-r--r--source/hu/svtools/source/java.po10
-rw-r--r--source/hu/svtools/source/misc.po12
-rw-r--r--source/hu/svtools/uiconfig/ui.po12
-rw-r--r--source/hu/svx/source/dialog.po252
-rw-r--r--source/hu/svx/source/form.po62
-rw-r--r--source/hu/svx/source/src.po10
-rw-r--r--source/hu/svx/source/stbctrls.po8
-rw-r--r--source/hu/svx/source/tbxctrls.po20
-rw-r--r--source/hu/svx/uiconfig/ui.po312
-rw-r--r--source/hu/sw/source/core/undo.po14
-rw-r--r--source/hu/sw/source/core/unocore.po8
-rw-r--r--source/hu/sw/source/ui/app.po86
-rw-r--r--source/hu/sw/source/ui/index.po16
-rw-r--r--source/hu/sw/source/ui/misc.po58
-rw-r--r--source/hu/sw/source/ui/sidebar.po20
-rw-r--r--source/hu/sw/source/ui/utlui.po40
-rw-r--r--source/hu/sw/source/uibase/ribbar.po14
-rw-r--r--source/hu/sw/source/uibase/utlui.po14
-rw-r--r--source/hu/sw/uiconfig/swriter/ui.po540
-rw-r--r--source/hu/swext/mediawiki/help.po80
-rw-r--r--source/hu/uui/uiconfig/ui.po10
-rw-r--r--source/hu/vcl/source/src.po14
-rw-r--r--source/hu/xmlsecurity/uiconfig/ui.po19
-rw-r--r--source/id/avmedia/source/framework.po10
-rw-r--r--source/id/basctl/source/basicide.po14
-rw-r--r--source/id/chart2/uiconfig/ui.po24
-rw-r--r--source/id/cui/source/dialogs.po14
-rw-r--r--source/id/cui/source/options.po181
-rw-r--r--source/id/cui/source/tabpages.po16
-rw-r--r--source/id/cui/uiconfig/ui.po280
-rw-r--r--source/id/dbaccess/source/ui/app.po6
-rw-r--r--source/id/dbaccess/source/ui/querydesign.po10
-rw-r--r--source/id/dbaccess/source/ui/tabledesign.po9
-rw-r--r--source/id/desktop/uiconfig/ui.po18
-rw-r--r--source/id/extensions/source/bibliography.po12
-rw-r--r--source/id/extensions/source/propctrlr.po238
-rw-r--r--source/id/extras/source/autocorr/emoji.po62
-rw-r--r--source/id/filter/source/config/fragments/filters.po16
-rw-r--r--source/id/filter/source/config/fragments/internalgraphicfilters.po10
-rw-r--r--source/id/filter/uiconfig/ui.po8
-rw-r--r--source/id/forms/source/resource.po8
-rw-r--r--source/id/formula/source/core/resource.po12
-rw-r--r--source/id/formula/uiconfig/ui.po10
-rw-r--r--source/id/fpicker/uiconfig/ui.po10
-rw-r--r--source/id/framework/source/classes.po6
-rw-r--r--source/id/helpcontent2/source/text/scalc/00.po24
-rw-r--r--source/id/helpcontent2/source/text/scalc/01.po24
-rw-r--r--source/id/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/id/helpcontent2/source/text/shared/00.po13
-rw-r--r--source/id/helpcontent2/source/text/shared/01.po362
-rw-r--r--source/id/helpcontent2/source/text/shared/guide.po519
-rw-r--r--source/id/helpcontent2/source/text/shared/optionen.po265
-rw-r--r--source/id/helpcontent2/source/text/smath.po14
-rw-r--r--source/id/helpcontent2/source/text/smath/00.po183
-rw-r--r--source/id/helpcontent2/source/text/smath/01.po253
-rw-r--r--source/id/helpcontent2/source/text/smath/04.po14
-rw-r--r--source/id/helpcontent2/source/text/smath/guide.po43
-rw-r--r--source/id/helpcontent2/source/text/swriter/01.po199
-rw-r--r--source/id/instsetoo_native/inc_openoffice/windows/msi_languages.po18
-rw-r--r--source/id/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po6
-rw-r--r--source/id/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/id/officecfg/registry/data/org/openoffice/Office/UI.po199
-rw-r--r--source/id/reportdesign/source/ui/inspection.po62
-rw-r--r--source/id/reportdesign/uiconfig/dbreport/ui.po18
-rw-r--r--source/id/sc/source/ui/dbgui.po10
-rw-r--r--source/id/sc/source/ui/navipi.po22
-rw-r--r--source/id/sc/source/ui/src.po58
-rw-r--r--source/id/scp2/source/ooo.po16
-rw-r--r--source/id/sd/source/core.po16
-rw-r--r--source/id/sd/source/ui/animations.po34
-rw-r--r--source/id/sd/source/ui/app.po26
-rw-r--r--source/id/sd/uiconfig/sdraw/ui.po12
-rw-r--r--source/id/sd/uiconfig/simpress/ui.po226
-rw-r--r--source/id/sfx2/source/appl.po6
-rw-r--r--source/id/sfx2/source/dialog.po90
-rw-r--r--source/id/sfx2/source/doc.po8
-rw-r--r--source/id/sfx2/source/sidebar.po10
-rw-r--r--source/id/sfx2/source/view.po12
-rw-r--r--source/id/sfx2/uiconfig/ui.po30
-rw-r--r--source/id/starmath/source.po28
-rw-r--r--source/id/svtools/source/java.po8
-rw-r--r--source/id/svtools/source/misc.po8
-rw-r--r--source/id/svtools/uiconfig/ui.po10
-rw-r--r--source/id/svx/source/dialog.po238
-rw-r--r--source/id/svx/source/form.po58
-rw-r--r--source/id/svx/source/stbctrls.po10
-rw-r--r--source/id/svx/source/tbxctrls.po12
-rw-r--r--source/id/svx/uiconfig/ui.po235
-rw-r--r--source/id/sw/source/core/undo.po12
-rw-r--r--source/id/sw/source/core/unocore.po8
-rw-r--r--source/id/sw/source/ui/app.po84
-rw-r--r--source/id/sw/source/ui/index.po18
-rw-r--r--source/id/sw/source/ui/misc.po54
-rw-r--r--source/id/sw/source/ui/sidebar.po20
-rw-r--r--source/id/sw/source/ui/utlui.po28
-rw-r--r--source/id/sw/source/uibase/ribbar.po12
-rw-r--r--source/id/sw/source/uibase/utlui.po13
-rw-r--r--source/id/sw/uiconfig/swriter/ui.po486
-rw-r--r--source/id/swext/mediawiki/help.po78
-rw-r--r--source/id/uui/uiconfig/ui.po6
-rw-r--r--source/id/vcl/source/src.po12
-rw-r--r--source/id/xmlsecurity/uiconfig/ui.po21
-rw-r--r--source/is/avmedia/source/framework.po14
-rw-r--r--source/is/chart2/uiconfig/ui.po26
-rw-r--r--source/is/cui/source/dialogs.po16
-rw-r--r--source/is/cui/source/options.po178
-rw-r--r--source/is/cui/source/tabpages.po16
-rw-r--r--source/is/cui/uiconfig/ui.po300
-rw-r--r--source/is/dbaccess/source/ui/app.po10
-rw-r--r--source/is/dbaccess/source/ui/browser.po11
-rw-r--r--source/is/dbaccess/source/ui/misc.po8
-rw-r--r--source/is/dbaccess/source/ui/querydesign.po24
-rw-r--r--source/is/dbaccess/source/ui/tabledesign.po17
-rw-r--r--source/is/dbaccess/uiconfig/ui.po12
-rw-r--r--source/is/desktop/uiconfig/ui.po16
-rw-r--r--source/is/extensions/source/bibliography.po12
-rw-r--r--source/is/extensions/source/propctrlr.po258
-rw-r--r--source/is/filter/source/config/fragments/filters.po14
-rw-r--r--source/is/filter/source/config/fragments/internalgraphicfilters.po10
-rw-r--r--source/is/filter/uiconfig/ui.po8
-rw-r--r--source/is/forms/source/resource.po10
-rw-r--r--source/is/fpicker/uiconfig/ui.po10
-rw-r--r--source/is/framework/source/classes.po8
-rw-r--r--source/is/helpcontent2/source/text/scalc/00.po18
-rw-r--r--source/is/helpcontent2/source/text/scalc/01.po32
-rw-r--r--source/is/helpcontent2/source/text/scalc/guide.po14
-rw-r--r--source/is/helpcontent2/source/text/schart.po11
-rw-r--r--source/is/helpcontent2/source/text/sdraw.po13
-rw-r--r--source/is/helpcontent2/source/text/sdraw/guide.po14
-rw-r--r--source/is/helpcontent2/source/text/shared.po20
-rw-r--r--source/is/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/is/helpcontent2/source/text/shared/01.po334
-rw-r--r--source/is/helpcontent2/source/text/shared/guide.po528
-rw-r--r--source/is/helpcontent2/source/text/shared/optionen.po267
-rw-r--r--source/is/helpcontent2/source/text/simpress.po49
-rw-r--r--source/is/helpcontent2/source/text/smath.po14
-rw-r--r--source/is/helpcontent2/source/text/smath/00.po189
-rw-r--r--source/is/helpcontent2/source/text/smath/01.po208
-rw-r--r--source/is/helpcontent2/source/text/smath/04.po12
-rw-r--r--source/is/helpcontent2/source/text/smath/guide.po28
-rw-r--r--source/is/helpcontent2/source/text/swriter.po24
-rw-r--r--source/is/helpcontent2/source/text/swriter/01.po197
-rw-r--r--source/is/instsetoo_native/inc_openoffice/windows/msi_languages.po22
-rw-r--r--source/is/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/is/officecfg/registry/data/org/openoffice/Office/UI.po717
-rw-r--r--source/is/reportdesign/source/ui/inspection.po66
-rw-r--r--source/is/reportdesign/uiconfig/dbreport/ui.po20
-rw-r--r--source/is/sc/source/ui/dbgui.po8
-rw-r--r--source/is/sc/source/ui/navipi.po24
-rw-r--r--source/is/sc/source/ui/src.po231
-rw-r--r--source/is/sc/source/ui/styleui.po22
-rw-r--r--source/is/sc/uiconfig/scalc/ui.po595
-rw-r--r--source/is/scaddins/source/analysis.po14
-rw-r--r--source/is/scp2/source/ooo.po14
-rw-r--r--source/is/sd/source/core.po14
-rw-r--r--source/is/sd/source/ui/animations.po38
-rw-r--r--source/is/sd/source/ui/app.po26
-rw-r--r--source/is/sd/uiconfig/sdraw/ui.po16
-rw-r--r--source/is/sd/uiconfig/simpress/ui.po248
-rw-r--r--source/is/sfx2/source/appl.po12
-rw-r--r--source/is/sfx2/source/dialog.po98
-rw-r--r--source/is/sfx2/source/doc.po10
-rw-r--r--source/is/sfx2/source/sidebar.po14
-rw-r--r--source/is/sfx2/source/view.po14
-rw-r--r--source/is/sfx2/uiconfig/ui.po50
-rw-r--r--source/is/svtools/source/java.po10
-rw-r--r--source/is/svtools/source/misc.po14
-rw-r--r--source/is/svtools/uiconfig/ui.po10
-rw-r--r--source/is/svx/source/dialog.po254
-rw-r--r--source/is/svx/source/form.po62
-rw-r--r--source/is/svx/source/src.po10
-rw-r--r--source/is/svx/source/stbctrls.po10
-rw-r--r--source/is/svx/source/tbxctrls.po18
-rw-r--r--source/is/svx/uiconfig/ui.po314
-rw-r--r--source/is/sw/source/core/undo.po12
-rw-r--r--source/is/sw/source/core/unocore.po8
-rw-r--r--source/is/sw/source/ui/app.po84
-rw-r--r--source/is/sw/source/ui/index.po18
-rw-r--r--source/is/sw/source/ui/misc.po58
-rw-r--r--source/is/sw/source/ui/sidebar.po20
-rw-r--r--source/is/sw/source/ui/utlui.po38
-rw-r--r--source/is/sw/source/uibase/ribbar.po14
-rw-r--r--source/is/sw/source/uibase/utlui.po12
-rw-r--r--source/is/sw/uiconfig/swriter/ui.po540
-rw-r--r--source/is/swext/mediawiki/help.po78
-rw-r--r--source/is/uui/uiconfig/ui.po8
-rw-r--r--source/is/vcl/source/src.po16
-rw-r--r--source/is/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/it/avmedia/source/framework.po8
-rw-r--r--source/it/basctl/source/basicide.po14
-rw-r--r--source/it/chart2/uiconfig/ui.po26
-rw-r--r--source/it/cui/source/dialogs.po12
-rw-r--r--source/it/cui/source/options.po176
-rw-r--r--source/it/cui/source/tabpages.po12
-rw-r--r--source/it/cui/uiconfig/ui.po296
-rw-r--r--source/it/dbaccess/source/ui/app.po6
-rw-r--r--source/it/dbaccess/source/ui/querydesign.po10
-rw-r--r--source/it/dbaccess/source/ui/tabledesign.po7
-rw-r--r--source/it/desktop/uiconfig/ui.po16
-rw-r--r--source/it/extensions/source/bibliography.po12
-rw-r--r--source/it/extensions/source/propctrlr.po256
-rw-r--r--source/it/filter/source/config/fragments/filters.po14
-rw-r--r--source/it/filter/source/config/fragments/internalgraphicfilters.po8
-rw-r--r--source/it/filter/uiconfig/ui.po6
-rw-r--r--source/it/forms/source/resource.po6
-rw-r--r--source/it/formula/source/core/resource.po10
-rw-r--r--source/it/formula/uiconfig/ui.po8
-rw-r--r--source/it/fpicker/uiconfig/ui.po10
-rw-r--r--source/it/framework/source/classes.po6
-rw-r--r--source/it/helpcontent2/source/text/sbasic/shared.po10
-rw-r--r--source/it/helpcontent2/source/text/scalc/00.po48
-rw-r--r--source/it/helpcontent2/source/text/scalc/01.po468
-rw-r--r--source/it/helpcontent2/source/text/scalc/04.po10
-rw-r--r--source/it/helpcontent2/source/text/scalc/05.po8
-rw-r--r--source/it/helpcontent2/source/text/scalc/guide.po54
-rw-r--r--source/it/helpcontent2/source/text/schart/01.po120
-rw-r--r--source/it/helpcontent2/source/text/sdraw.po34
-rw-r--r--source/it/helpcontent2/source/text/shared.po70
-rw-r--r--source/it/helpcontent2/source/text/shared/00.po119
-rw-r--r--source/it/helpcontent2/source/text/shared/01.po384
-rw-r--r--source/it/helpcontent2/source/text/shared/02.po20
-rw-r--r--source/it/helpcontent2/source/text/shared/autopi.po14
-rw-r--r--source/it/helpcontent2/source/text/shared/explorer/database.po8
-rw-r--r--source/it/helpcontent2/source/text/shared/guide.po607
-rw-r--r--source/it/helpcontent2/source/text/shared/optionen.po427
-rw-r--r--source/it/helpcontent2/source/text/simpress/00.po8
-rw-r--r--source/it/helpcontent2/source/text/simpress/01.po88
-rw-r--r--source/it/helpcontent2/source/text/simpress/guide.po70
-rw-r--r--source/it/helpcontent2/source/text/smath.po22
-rw-r--r--source/it/helpcontent2/source/text/smath/00.po205
-rw-r--r--source/it/helpcontent2/source/text/smath/01.po905
-rw-r--r--source/it/helpcontent2/source/text/smath/04.po14
-rw-r--r--source/it/helpcontent2/source/text/smath/guide.po43
-rw-r--r--source/it/helpcontent2/source/text/swriter.po88
-rw-r--r--source/it/helpcontent2/source/text/swriter/00.po54
-rw-r--r--source/it/helpcontent2/source/text/swriter/01.po345
-rw-r--r--source/it/helpcontent2/source/text/swriter/guide.po164
-rw-r--r--source/it/instsetoo_native/inc_openoffice/windows/msi_languages.po18
-rw-r--r--source/it/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po6
-rw-r--r--source/it/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/it/officecfg/registry/data/org/openoffice/Office/UI.po722
-rw-r--r--source/it/readlicense_oo/docs.po8
-rw-r--r--source/it/reportdesign/source/ui/inspection.po62
-rw-r--r--source/it/reportdesign/uiconfig/dbreport/ui.po18
-rw-r--r--source/it/sc/source/ui/dbgui.po8
-rw-r--r--source/it/sc/source/ui/navipi.po24
-rw-r--r--source/it/sc/source/ui/src.po102
-rw-r--r--source/it/sc/source/ui/styleui.po22
-rw-r--r--source/it/sc/uiconfig/scalc/ui.po583
-rw-r--r--source/it/scp2/source/ooo.po14
-rw-r--r--source/it/sd/source/core.po14
-rw-r--r--source/it/sd/source/ui/animations.po38
-rw-r--r--source/it/sd/source/ui/app.po24
-rw-r--r--source/it/sd/uiconfig/sdraw/ui.po14
-rw-r--r--source/it/sd/uiconfig/simpress/ui.po264
-rw-r--r--source/it/sfx2/source/appl.po8
-rw-r--r--source/it/sfx2/source/dialog.po108
-rw-r--r--source/it/sfx2/source/doc.po16
-rw-r--r--source/it/sfx2/source/sidebar.po12
-rw-r--r--source/it/sfx2/source/view.po14
-rw-r--r--source/it/sfx2/uiconfig/ui.po52
-rw-r--r--source/it/starmath/source.po27
-rw-r--r--source/it/svtools/source/java.po10
-rw-r--r--source/it/svtools/source/misc.po10
-rw-r--r--source/it/svtools/uiconfig/ui.po12
-rw-r--r--source/it/svx/source/dialog.po252
-rw-r--r--source/it/svx/source/form.po74
-rw-r--r--source/it/svx/source/items.po8
-rw-r--r--source/it/svx/source/src.po10
-rw-r--r--source/it/svx/source/stbctrls.po8
-rw-r--r--source/it/svx/source/tbxctrls.po18
-rw-r--r--source/it/svx/uiconfig/ui.po310
-rw-r--r--source/it/sw/source/core/undo.po12
-rw-r--r--source/it/sw/source/core/unocore.po8
-rw-r--r--source/it/sw/source/ui/app.po84
-rw-r--r--source/it/sw/source/ui/index.po18
-rw-r--r--source/it/sw/source/ui/misc.po58
-rw-r--r--source/it/sw/source/ui/sidebar.po18
-rw-r--r--source/it/sw/source/ui/utlui.po34
-rw-r--r--source/it/sw/source/uibase/ribbar.po12
-rw-r--r--source/it/sw/source/uibase/utlui.po12
-rw-r--r--source/it/sw/uiconfig/swriter/ui.po548
-rw-r--r--source/it/swext/mediawiki/help.po86
-rw-r--r--source/it/uui/uiconfig/ui.po8
-rw-r--r--source/it/vcl/source/src.po22
-rw-r--r--source/it/xmlsecurity/uiconfig/ui.po19
-rw-r--r--source/ja/chart2/uiconfig/ui.po18
-rw-r--r--source/ja/cui/source/options.po12
-rw-r--r--source/ja/cui/source/tabpages.po10
-rw-r--r--source/ja/cui/uiconfig/ui.po178
-rw-r--r--source/ja/extensions/uiconfig/sabpilot/ui.po10
-rw-r--r--source/ja/filter/source/config/fragments/filters.po16
-rw-r--r--source/ja/filter/source/config/fragments/internalgraphicfilters.po10
-rw-r--r--source/ja/helpcontent2/source/text/scalc.po23
-rw-r--r--source/ja/helpcontent2/source/text/scalc/00.po30
-rw-r--r--source/ja/helpcontent2/source/text/scalc/01.po37
-rw-r--r--source/ja/helpcontent2/source/text/scalc/guide.po18
-rw-r--r--source/ja/helpcontent2/source/text/schart.po10
-rw-r--r--source/ja/helpcontent2/source/text/sdraw.po13
-rw-r--r--source/ja/helpcontent2/source/text/shared/00.po15
-rw-r--r--source/ja/helpcontent2/source/text/shared/01.po362
-rw-r--r--source/ja/helpcontent2/source/text/shared/05.po10
-rw-r--r--source/ja/helpcontent2/source/text/shared/guide.po652
-rw-r--r--source/ja/helpcontent2/source/text/shared/optionen.po318
-rw-r--r--source/ja/helpcontent2/source/text/smath.po14
-rw-r--r--source/ja/helpcontent2/source/text/smath/00.po189
-rw-r--r--source/ja/helpcontent2/source/text/smath/01.po259
-rw-r--r--source/ja/helpcontent2/source/text/smath/04.po14
-rw-r--r--source/ja/helpcontent2/source/text/smath/guide.po43
-rw-r--r--source/ja/helpcontent2/source/text/swriter/01.po252
-rw-r--r--source/ja/instsetoo_native/inc_openoffice/windows/msi_languages.po10
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice/Office/UI.po299
-rw-r--r--source/ja/reportdesign/uiconfig/dbreport/ui.po40
-rw-r--r--source/ja/sc/source/ui/src.po24
-rw-r--r--source/ja/sc/uiconfig/scalc/ui.po47
-rw-r--r--source/ja/scp2/source/ooo.po12
-rw-r--r--source/ja/sd/source/core.po12
-rw-r--r--source/ja/sd/source/ui/view.po12
-rw-r--r--source/ja/sd/uiconfig/sdraw/ui.po10
-rw-r--r--source/ja/sd/uiconfig/simpress/ui.po26
-rw-r--r--source/ja/sfx2/source/dialog.po10
-rw-r--r--source/ja/sfx2/source/doc.po10
-rw-r--r--source/ja/sfx2/uiconfig/ui.po26
-rw-r--r--source/ja/starmath/source.po10
-rw-r--r--source/ja/svtools/source/contnr.po10
-rw-r--r--source/ja/svx/source/dialog.po54
-rw-r--r--source/ja/svx/source/svdraw.po6
-rw-r--r--source/ja/svx/uiconfig/ui.po55
-rw-r--r--source/ja/sw/source/core/undo.po14
-rw-r--r--source/ja/sw/source/core/unocore.po12
-rw-r--r--source/ja/sw/source/ui/app.po24
-rw-r--r--source/ja/sw/source/ui/config.po10
-rw-r--r--source/ja/sw/source/ui/utlui.po34
-rw-r--r--source/ja/sw/uiconfig/swriter/ui.po168
-rw-r--r--source/ja/vcl/source/src.po8
-rw-r--r--source/ja/wizards/source/euro.po10
-rw-r--r--source/ja/xmlsecurity/uiconfig/ui.po19
-rw-r--r--source/ka/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/ka/helpcontent2/source/text/scalc/01.po20
-rw-r--r--source/ka/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--source/ka/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/ka/helpcontent2/source/text/shared/01.po358
-rw-r--r--source/ka/helpcontent2/source/text/shared/guide.po437
-rw-r--r--source/ka/helpcontent2/source/text/shared/optionen.po265
-rw-r--r--source/ka/helpcontent2/source/text/smath.po16
-rw-r--r--source/ka/helpcontent2/source/text/smath/00.po183
-rw-r--r--source/ka/helpcontent2/source/text/smath/01.po233
-rw-r--r--source/ka/helpcontent2/source/text/smath/04.po12
-rw-r--r--source/ka/helpcontent2/source/text/smath/guide.po30
-rw-r--r--source/ka/helpcontent2/source/text/swriter/01.po244
-rw-r--r--source/ka/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/ka/sc/source/ui/src.po10
-rw-r--r--source/ka/sc/uiconfig/scalc/ui.po12
-rw-r--r--source/ka/svx/uiconfig/ui.po27
-rw-r--r--source/ka/sw/uiconfig/swriter/ui.po38
-rw-r--r--source/ka/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/kk/cui/source/dialogs.po14
-rw-r--r--source/kk/cui/source/options.po178
-rw-r--r--source/kk/cui/source/tabpages.po16
-rw-r--r--source/kk/cui/uiconfig/ui.po243
-rw-r--r--source/kk/extensions/source/propctrlr.po158
-rw-r--r--source/kk/extras/source/autocorr/emoji.po10
-rw-r--r--source/kk/instsetoo_native/inc_openoffice/windows/msi_languages.po20
-rw-r--r--source/kk/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po6
-rw-r--r--source/kk/officecfg/registry/data/org/openoffice/Office/UI.po459
-rw-r--r--source/kk/reportdesign/source/ui/inspection.po22
-rw-r--r--source/kk/sc/source/ui/dbgui.po8
-rw-r--r--source/kk/sc/source/ui/navipi.po24
-rw-r--r--source/kk/sc/source/ui/src.po70
-rw-r--r--source/kk/sc/source/ui/styleui.po22
-rw-r--r--source/kk/sc/uiconfig/scalc/ui.po8
-rw-r--r--source/kk/scp2/source/ooo.po14
-rw-r--r--source/kk/sd/source/ui/animations.po10
-rw-r--r--source/kk/sfx2/source/appl.po10
-rw-r--r--source/kk/starmath/source.po26
-rw-r--r--source/kk/svtools/source/java.po10
-rw-r--r--source/kk/svtools/source/misc.po10
-rw-r--r--source/kk/svtools/uiconfig/ui.po10
-rw-r--r--source/kk/svx/source/dialog.po106
-rw-r--r--source/kk/svx/uiconfig/ui.po27
-rw-r--r--source/kk/sw/source/core/undo.po12
-rw-r--r--source/kk/sw/source/core/unocore.po8
-rw-r--r--source/kk/sw/source/ui/app.po86
-rw-r--r--source/kk/sw/source/ui/index.po18
-rw-r--r--source/kk/sw/source/ui/misc.po58
-rw-r--r--source/kk/sw/source/ui/sidebar.po20
-rw-r--r--source/kk/sw/source/ui/utlui.po34
-rw-r--r--source/kk/sw/source/uibase/ribbar.po12
-rw-r--r--source/kk/sw/source/uibase/utlui.po12
-rw-r--r--source/kk/sw/uiconfig/swriter/ui.po513
-rw-r--r--source/kk/swext/mediawiki/help.po30
-rw-r--r--source/kk/uui/uiconfig/ui.po8
-rw-r--r--source/kk/vcl/source/src.po14
-rw-r--r--source/kk/xmlsecurity/uiconfig/ui.po19
-rw-r--r--source/km/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/km/helpcontent2/source/text/scalc/01.po28
-rw-r--r--source/km/helpcontent2/source/text/scalc/guide.po20
-rw-r--r--source/km/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/km/helpcontent2/source/text/shared/01.po360
-rw-r--r--source/km/helpcontent2/source/text/shared/guide.po611
-rw-r--r--source/km/helpcontent2/source/text/shared/optionen.po314
-rw-r--r--source/km/helpcontent2/source/text/smath.po20
-rw-r--r--source/km/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/km/helpcontent2/source/text/smath/01.po257
-rw-r--r--source/km/helpcontent2/source/text/smath/04.po12
-rw-r--r--source/km/helpcontent2/source/text/smath/guide.po41
-rw-r--r--source/km/helpcontent2/source/text/swriter/01.po250
-rw-r--r--source/km/officecfg/registry/data/org/openoffice/Office/UI.po103
-rw-r--r--source/km/sc/source/ui/src.po12
-rw-r--r--source/km/svx/uiconfig/ui.po32
-rw-r--r--source/km/sw/uiconfig/swriter/ui.po38
-rw-r--r--source/km/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/kmr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po103
-rw-r--r--source/kmr-Latn/sc/source/ui/src.po10
-rw-r--r--source/kmr-Latn/svx/uiconfig/ui.po27
-rw-r--r--source/kmr-Latn/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/kmr-Latn/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/kn/officecfg/registry/data/org/openoffice/Office/UI.po103
-rw-r--r--source/kn/sc/source/ui/src.po12
-rw-r--r--source/kn/sd/uiconfig/simpress/ui.po10
-rw-r--r--source/kn/svx/uiconfig/ui.po30
-rw-r--r--source/kn/sw/uiconfig/swriter/ui.po39
-rw-r--r--source/kn/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/ko/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/ko/helpcontent2/source/text/scalc/01.po32
-rw-r--r--source/ko/helpcontent2/source/text/scalc/guide.po20
-rw-r--r--source/ko/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/ko/helpcontent2/source/text/shared/01.po381
-rw-r--r--source/ko/helpcontent2/source/text/shared/guide.po581
-rw-r--r--source/ko/helpcontent2/source/text/shared/optionen.po304
-rw-r--r--source/ko/helpcontent2/source/text/smath.po20
-rw-r--r--source/ko/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/ko/helpcontent2/source/text/smath/01.po257
-rw-r--r--source/ko/helpcontent2/source/text/smath/04.po12
-rw-r--r--source/ko/helpcontent2/source/text/smath/guide.po42
-rw-r--r--source/ko/helpcontent2/source/text/swriter/01.po250
-rw-r--r--source/ko/officecfg/registry/data/org/openoffice/Office/UI.po103
-rw-r--r--source/ko/sc/source/ui/src.po12
-rw-r--r--source/ko/svx/uiconfig/ui.po27
-rw-r--r--source/ko/sw/uiconfig/swriter/ui.po38
-rw-r--r--source/ko/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/kok/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/kok/sc/source/ui/src.po12
-rw-r--r--source/kok/svx/uiconfig/ui.po29
-rw-r--r--source/kok/sw/uiconfig/swriter/ui.po42
-rw-r--r--source/kok/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/ks/officecfg/registry/data/org/openoffice/Office/UI.po103
-rw-r--r--source/ks/sc/source/ui/src.po12
-rw-r--r--source/ks/svx/uiconfig/ui.po25
-rw-r--r--source/ks/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/ks/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/lo/helpcontent2/source/text/scalc/00.po14
-rw-r--r--source/lo/helpcontent2/source/text/scalc/01.po26
-rw-r--r--source/lo/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/lo/helpcontent2/source/text/shared/00.po13
-rw-r--r--source/lo/helpcontent2/source/text/shared/01.po338
-rw-r--r--source/lo/helpcontent2/source/text/shared/guide.po486
-rw-r--r--source/lo/helpcontent2/source/text/shared/optionen.po243
-rw-r--r--source/lo/helpcontent2/source/text/smath.po12
-rw-r--r--source/lo/helpcontent2/source/text/smath/00.po183
-rw-r--r--source/lo/helpcontent2/source/text/smath/01.po137
-rw-r--r--source/lo/helpcontent2/source/text/smath/04.po7
-rw-r--r--source/lo/helpcontent2/source/text/smath/guide.po23
-rw-r--r--source/lo/helpcontent2/source/text/swriter/01.po155
-rw-r--r--source/lo/officecfg/registry/data/org/openoffice/Office/UI.po105
-rw-r--r--source/lo/sc/source/ui/src.po12
-rw-r--r--source/lo/svx/uiconfig/ui.po29
-rw-r--r--source/lo/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/lo/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/lt/avmedia/source/framework.po16
-rw-r--r--source/lt/basctl/source/basicide.po16
-rw-r--r--source/lt/chart2/uiconfig/ui.po26
-rw-r--r--source/lt/cui/source/customize.po10
-rw-r--r--source/lt/cui/source/dialogs.po16
-rw-r--r--source/lt/cui/source/options.po168
-rw-r--r--source/lt/cui/uiconfig/ui.po240
-rw-r--r--source/lt/desktop/uiconfig/ui.po16
-rw-r--r--source/lt/extensions/source/bibliography.po12
-rw-r--r--source/lt/filter/source/config/fragments/filters.po14
-rw-r--r--source/lt/filter/source/config/fragments/internalgraphicfilters.po12
-rw-r--r--source/lt/filter/uiconfig/ui.po8
-rw-r--r--source/lt/forms/source/resource.po10
-rw-r--r--source/lt/formula/source/core/resource.po12
-rw-r--r--source/lt/formula/uiconfig/ui.po12
-rw-r--r--source/lt/fpicker/uiconfig/ui.po10
-rw-r--r--source/lt/framework/source/classes.po10
-rw-r--r--source/lt/helpcontent2/source/text/scalc/00.po14
-rw-r--r--source/lt/helpcontent2/source/text/scalc/01.po28
-rw-r--r--source/lt/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--source/lt/helpcontent2/source/text/shared/00.po13
-rw-r--r--source/lt/helpcontent2/source/text/shared/01.po340
-rw-r--r--source/lt/helpcontent2/source/text/shared/guide.po488
-rw-r--r--source/lt/helpcontent2/source/text/shared/optionen.po243
-rw-r--r--source/lt/helpcontent2/source/text/smath.po10
-rw-r--r--source/lt/helpcontent2/source/text/smath/00.po183
-rw-r--r--source/lt/helpcontent2/source/text/smath/01.po137
-rw-r--r--source/lt/helpcontent2/source/text/smath/04.po7
-rw-r--r--source/lt/helpcontent2/source/text/smath/guide.po23
-rw-r--r--source/lt/helpcontent2/source/text/swriter/01.po177
-rw-r--r--source/lt/instsetoo_native/inc_openoffice/windows/msi_languages.po22
-rw-r--r--source/lt/officecfg/registry/data/org/openoffice/Office/UI.po565
-rw-r--r--source/lt/reportdesign/uiconfig/dbreport/ui.po10
-rw-r--r--source/lt/sc/source/ui/dbgui.po8
-rw-r--r--source/lt/sc/source/ui/src.po16
-rw-r--r--source/lt/sc/uiconfig/scalc/ui.po93
-rw-r--r--source/lt/scp2/source/ooo.po22
-rw-r--r--source/lt/sd/source/core.po8
-rw-r--r--source/lt/sd/source/ui/app.po23
-rw-r--r--source/lt/sd/uiconfig/sdraw/ui.po12
-rw-r--r--source/lt/sd/uiconfig/simpress/ui.po42
-rw-r--r--source/lt/sfx2/source/dialog.po26
-rw-r--r--source/lt/sfx2/source/doc.po8
-rw-r--r--source/lt/sfx2/source/view.po12
-rw-r--r--source/lt/sfx2/uiconfig/ui.po44
-rw-r--r--source/lt/starmath/source.po8
-rw-r--r--source/lt/svx/source/dialog.po235
-rw-r--r--source/lt/svx/source/tbxctrls.po10
-rw-r--r--source/lt/svx/uiconfig/ui.po130
-rw-r--r--source/lt/sw/source/core/undo.po8
-rw-r--r--source/lt/sw/source/ui/app.po82
-rw-r--r--source/lt/sw/source/ui/misc.po50
-rw-r--r--source/lt/sw/source/ui/sidebar.po18
-rw-r--r--source/lt/sw/source/ui/utlui.po38
-rw-r--r--source/lt/sw/uiconfig/swriter/ui.po258
-rw-r--r--source/lt/swext/mediawiki/help.po80
-rw-r--r--source/lt/uui/uiconfig/ui.po8
-rw-r--r--source/lt/vcl/source/src.po8
-rw-r--r--source/lt/xmlsecurity/uiconfig/ui.po19
-rw-r--r--source/lv/avmedia/source/framework.po12
-rw-r--r--source/lv/basctl/source/basicide.po12
-rw-r--r--source/lv/chart2/uiconfig/ui.po26
-rw-r--r--source/lv/cui/source/dialogs.po14
-rw-r--r--source/lv/cui/source/options.po176
-rw-r--r--source/lv/cui/uiconfig/ui.po174
-rw-r--r--source/lv/dbaccess/source/ui/querydesign.po12
-rw-r--r--source/lv/dbaccess/source/ui/tabledesign.po8
-rw-r--r--source/lv/desktop/uiconfig/ui.po14
-rw-r--r--source/lv/extensions/source/propctrlr.po48
-rw-r--r--source/lv/filter/uiconfig/ui.po8
-rw-r--r--source/lv/formula/source/core/resource.po12
-rw-r--r--source/lv/framework/source/classes.po8
-rw-r--r--source/lv/helpcontent2/source/text/scalc/00.po24
-rw-r--r--source/lv/helpcontent2/source/text/scalc/01.po32
-rw-r--r--source/lv/helpcontent2/source/text/scalc/04.po12
-rw-r--r--source/lv/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--source/lv/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/lv/helpcontent2/source/text/shared/01.po356
-rw-r--r--source/lv/helpcontent2/source/text/shared/04.po16
-rw-r--r--source/lv/helpcontent2/source/text/shared/guide.po435
-rw-r--r--source/lv/helpcontent2/source/text/shared/optionen.po275
-rw-r--r--source/lv/helpcontent2/source/text/smath.po10
-rw-r--r--source/lv/helpcontent2/source/text/smath/00.po183
-rw-r--r--source/lv/helpcontent2/source/text/smath/01.po219
-rw-r--r--source/lv/helpcontent2/source/text/smath/04.po7
-rw-r--r--source/lv/helpcontent2/source/text/smath/guide.po25
-rw-r--r--source/lv/helpcontent2/source/text/swriter/01.po211
-rw-r--r--source/lv/instsetoo_native/inc_openoffice/windows/msi_languages.po10
-rw-r--r--source/lv/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/lv/officecfg/registry/data/org/openoffice/Office/UI.po441
-rw-r--r--source/lv/reportdesign/source/ui/inspection.po42
-rw-r--r--source/lv/reportdesign/uiconfig/dbreport/ui.po14
-rw-r--r--source/lv/sc/source/ui/dbgui.po8
-rw-r--r--source/lv/sc/source/ui/navipi.po22
-rw-r--r--source/lv/sc/source/ui/src.po64
-rw-r--r--source/lv/sc/source/ui/styleui.po20
-rw-r--r--source/lv/sc/uiconfig/scalc/ui.po428
-rw-r--r--source/lv/scp2/source/ooo.po12
-rw-r--r--source/lv/sd/source/ui/animations.po34
-rw-r--r--source/lv/sd/source/ui/app.po26
-rw-r--r--source/lv/sd/uiconfig/sdraw/ui.po12
-rw-r--r--source/lv/sd/uiconfig/simpress/ui.po134
-rw-r--r--source/lv/sfx2/source/appl.po8
-rw-r--r--source/lv/sfx2/source/dialog.po48
-rw-r--r--source/lv/sfx2/uiconfig/ui.po18
-rw-r--r--source/lv/starmath/source.po16
-rw-r--r--source/lv/svx/source/dialog.po152
-rw-r--r--source/lv/svx/source/form.po26
-rw-r--r--source/lv/svx/uiconfig/ui.po27
-rw-r--r--source/lv/sw/source/core/undo.po12
-rw-r--r--source/lv/sw/source/core/unocore.po8
-rw-r--r--source/lv/sw/source/ui/app.po52
-rw-r--r--source/lv/sw/source/ui/shells.po8
-rw-r--r--source/lv/sw/source/ui/utlui.po20
-rw-r--r--source/lv/sw/source/uibase/docvw.po8
-rw-r--r--source/lv/sw/source/uibase/ribbar.po12
-rw-r--r--source/lv/sw/uiconfig/swriter/ui.po310
-rw-r--r--source/lv/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/mai/officecfg/registry/data/org/openoffice/Office/UI.po103
-rw-r--r--source/mai/sc/source/ui/src.po12
-rw-r--r--source/mai/svx/uiconfig/ui.po25
-rw-r--r--source/mai/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/mai/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/mk/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/mk/helpcontent2/source/text/scalc/01.po28
-rw-r--r--source/mk/helpcontent2/source/text/scalc/guide.po18
-rw-r--r--source/mk/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/mk/helpcontent2/source/text/shared/01.po360
-rw-r--r--source/mk/helpcontent2/source/text/shared/guide.po573
-rw-r--r--source/mk/helpcontent2/source/text/shared/optionen.po300
-rw-r--r--source/mk/helpcontent2/source/text/smath.po20
-rw-r--r--source/mk/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/mk/helpcontent2/source/text/smath/01.po257
-rw-r--r--source/mk/helpcontent2/source/text/smath/04.po12
-rw-r--r--source/mk/helpcontent2/source/text/smath/guide.po36
-rw-r--r--source/mk/helpcontent2/source/text/swriter/01.po248
-rw-r--r--source/mk/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/mk/sc/source/ui/src.po12
-rw-r--r--source/mk/svx/uiconfig/ui.po27
-rw-r--r--source/mk/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/mk/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/ml/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/ml/sc/source/ui/src.po12
-rw-r--r--source/ml/svx/uiconfig/ui.po29
-rw-r--r--source/ml/sw/uiconfig/swriter/ui.po38
-rw-r--r--source/ml/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/mn/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/mn/sc/source/ui/src.po12
-rw-r--r--source/mn/svx/uiconfig/ui.po27
-rw-r--r--source/mn/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/mn/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/mni/officecfg/registry/data/org/openoffice/Office/UI.po103
-rw-r--r--source/mni/sc/source/ui/src.po12
-rw-r--r--source/mni/svx/uiconfig/ui.po29
-rw-r--r--source/mni/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/mni/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/mr/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/mr/sc/source/ui/src.po12
-rw-r--r--source/mr/svx/uiconfig/ui.po32
-rw-r--r--source/mr/sw/uiconfig/swriter/ui.po38
-rw-r--r--source/mr/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/my/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/my/sc/source/ui/src.po12
-rw-r--r--source/my/svx/uiconfig/ui.po27
-rw-r--r--source/my/sw/uiconfig/swriter/ui.po38
-rw-r--r--source/my/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/nb/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/nb/helpcontent2/source/text/scalc/01.po34
-rw-r--r--source/nb/helpcontent2/source/text/scalc/guide.po18
-rw-r--r--source/nb/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/nb/helpcontent2/source/text/shared/01.po359
-rw-r--r--source/nb/helpcontent2/source/text/shared/guide.po575
-rw-r--r--source/nb/helpcontent2/source/text/shared/optionen.po291
-rw-r--r--source/nb/helpcontent2/source/text/smath.po16
-rw-r--r--source/nb/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/nb/helpcontent2/source/text/smath/01.po257
-rw-r--r--source/nb/helpcontent2/source/text/smath/04.po14
-rw-r--r--source/nb/helpcontent2/source/text/smath/guide.po41
-rw-r--r--source/nb/helpcontent2/source/text/swriter/01.po245
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office/UI.po103
-rw-r--r--source/nb/sc/source/ui/src.po8
-rw-r--r--source/nb/svx/uiconfig/ui.po27
-rw-r--r--source/nb/sw/uiconfig/swriter/ui.po38
-rw-r--r--source/nb/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/ne/basic/source/classes.po11
-rw-r--r--source/ne/chart2/source/controller/dialogs.po10
-rw-r--r--source/ne/connectivity/source/resource.po8
-rw-r--r--source/ne/cui/source/dialogs.po12
-rw-r--r--source/ne/cui/source/options.po17
-rw-r--r--source/ne/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/ne/helpcontent2/source/text/scalc/01.po38
-rw-r--r--source/ne/helpcontent2/source/text/scalc/guide.po20
-rw-r--r--source/ne/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/ne/helpcontent2/source/text/shared/01.po360
-rw-r--r--source/ne/helpcontent2/source/text/shared/guide.po569
-rw-r--r--source/ne/helpcontent2/source/text/shared/optionen.po300
-rw-r--r--source/ne/helpcontent2/source/text/smath.po20
-rw-r--r--source/ne/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/ne/helpcontent2/source/text/smath/01.po257
-rw-r--r--source/ne/helpcontent2/source/text/smath/04.po12
-rw-r--r--source/ne/helpcontent2/source/text/smath/guide.po36
-rw-r--r--source/ne/helpcontent2/source/text/swriter/01.po248
-rw-r--r--source/ne/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/ne/sc/source/ui/src.po12
-rw-r--r--source/ne/svx/uiconfig/ui.po27
-rw-r--r--source/ne/sw/uiconfig/swriter/ui.po38
-rw-r--r--source/ne/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/nl/avmedia/source/framework.po8
-rw-r--r--source/nl/basctl/source/basicide.po14
-rw-r--r--source/nl/chart2/uiconfig/ui.po24
-rw-r--r--source/nl/cui/source/dialogs.po12
-rw-r--r--source/nl/cui/source/options.po176
-rw-r--r--source/nl/cui/source/tabpages.po12
-rw-r--r--source/nl/cui/uiconfig/ui.po294
-rw-r--r--source/nl/dbaccess/source/ui/app.po6
-rw-r--r--source/nl/dbaccess/source/ui/querydesign.po10
-rw-r--r--source/nl/dbaccess/source/ui/tabledesign.po6
-rw-r--r--source/nl/desktop/uiconfig/ui.po16
-rw-r--r--source/nl/extensions/source/bibliography.po10
-rw-r--r--source/nl/extensions/source/propctrlr.po258
-rw-r--r--source/nl/filter/source/config/fragments/filters.po14
-rw-r--r--source/nl/filter/source/config/fragments/internalgraphicfilters.po8
-rw-r--r--source/nl/filter/uiconfig/ui.po6
-rw-r--r--source/nl/forms/source/resource.po6
-rw-r--r--source/nl/formula/source/core/resource.po8
-rw-r--r--source/nl/formula/uiconfig/ui.po8
-rw-r--r--source/nl/fpicker/uiconfig/ui.po8
-rw-r--r--source/nl/framework/source/classes.po6
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/guide.po10
-rw-r--r--source/nl/helpcontent2/source/text/scalc/00.po30
-rw-r--r--source/nl/helpcontent2/source/text/scalc/01.po42
-rw-r--r--source/nl/helpcontent2/source/text/scalc/guide.po30
-rw-r--r--source/nl/helpcontent2/source/text/sdraw.po8
-rw-r--r--source/nl/helpcontent2/source/text/sdraw/guide.po10
-rw-r--r--source/nl/helpcontent2/source/text/shared/00.po13
-rw-r--r--source/nl/helpcontent2/source/text/shared/01.po363
-rw-r--r--source/nl/helpcontent2/source/text/shared/02.po8
-rw-r--r--source/nl/helpcontent2/source/text/shared/explorer/database.po10
-rw-r--r--source/nl/helpcontent2/source/text/shared/guide.po621
-rw-r--r--source/nl/helpcontent2/source/text/shared/optionen.po309
-rw-r--r--source/nl/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--source/nl/helpcontent2/source/text/smath.po14
-rw-r--r--source/nl/helpcontent2/source/text/smath/00.po189
-rw-r--r--source/nl/helpcontent2/source/text/smath/01.po259
-rw-r--r--source/nl/helpcontent2/source/text/smath/04.po14
-rw-r--r--source/nl/helpcontent2/source/text/smath/guide.po43
-rw-r--r--source/nl/helpcontent2/source/text/swriter.po12
-rw-r--r--source/nl/helpcontent2/source/text/swriter/01.po255
-rw-r--r--source/nl/helpcontent2/source/text/swriter/02.po10
-rw-r--r--source/nl/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--source/nl/instsetoo_native/inc_openoffice/windows/msi_languages.po18
-rw-r--r--source/nl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po6
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office.po12
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office/UI.po703
-rw-r--r--source/nl/reportdesign/source/ui/inspection.po62
-rw-r--r--source/nl/reportdesign/uiconfig/dbreport/ui.po18
-rw-r--r--source/nl/sc/source/ui/dbgui.po8
-rw-r--r--source/nl/sc/source/ui/navipi.po24
-rw-r--r--source/nl/sc/source/ui/src.po106
-rw-r--r--source/nl/sc/source/ui/styleui.po22
-rw-r--r--source/nl/sc/uiconfig/scalc/ui.po585
-rw-r--r--source/nl/scp2/source/ooo.po14
-rw-r--r--source/nl/sd/source/core.po14
-rw-r--r--source/nl/sd/source/ui/animations.po38
-rw-r--r--source/nl/sd/source/ui/app.po24
-rw-r--r--source/nl/sd/uiconfig/sdraw/ui.po14
-rw-r--r--source/nl/sd/uiconfig/simpress/ui.po252
-rw-r--r--source/nl/sfx2/source/appl.po8
-rw-r--r--source/nl/sfx2/source/dialog.po96
-rw-r--r--source/nl/sfx2/source/doc.po10
-rw-r--r--source/nl/sfx2/source/sidebar.po14
-rw-r--r--source/nl/sfx2/source/view.po14
-rw-r--r--source/nl/sfx2/uiconfig/ui.po52
-rw-r--r--source/nl/starmath/source.po26
-rw-r--r--source/nl/svtools/source/java.po10
-rw-r--r--source/nl/svtools/source/misc.po10
-rw-r--r--source/nl/svtools/uiconfig/ui.po10
-rw-r--r--source/nl/svx/source/dialog.po252
-rw-r--r--source/nl/svx/source/form.po60
-rw-r--r--source/nl/svx/source/src.po10
-rw-r--r--source/nl/svx/source/stbctrls.po8
-rw-r--r--source/nl/svx/source/tbxctrls.po18
-rw-r--r--source/nl/svx/uiconfig/ui.po310
-rw-r--r--source/nl/sw/source/core/undo.po12
-rw-r--r--source/nl/sw/source/core/unocore.po8
-rw-r--r--source/nl/sw/source/ui/app.po84
-rw-r--r--source/nl/sw/source/ui/index.po18
-rw-r--r--source/nl/sw/source/ui/misc.po58
-rw-r--r--source/nl/sw/source/ui/sidebar.po18
-rw-r--r--source/nl/sw/source/ui/utlui.po38
-rw-r--r--source/nl/sw/source/uibase/ribbar.po12
-rw-r--r--source/nl/sw/source/uibase/utlui.po12
-rw-r--r--source/nl/sw/uiconfig/swriter/ui.po538
-rw-r--r--source/nl/swext/mediawiki/help.po78
-rw-r--r--source/nl/uui/uiconfig/ui.po8
-rw-r--r--source/nl/vcl/source/src.po16
-rw-r--r--source/nl/xmlsecurity/uiconfig/ui.po19
-rw-r--r--source/nn/avmedia/source/framework.po10
-rw-r--r--source/nn/basctl/source/basicide.po14
-rw-r--r--source/nn/chart2/uiconfig/ui.po26
-rw-r--r--source/nn/cui/source/dialogs.po14
-rw-r--r--source/nn/cui/source/options.po178
-rw-r--r--source/nn/cui/source/tabpages.po14
-rw-r--r--source/nn/cui/uiconfig/ui.po82
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared.po10
-rw-r--r--source/nn/helpcontent2/source/text/scalc/00.po48
-rw-r--r--source/nn/helpcontent2/source/text/scalc/01.po54
-rw-r--r--source/nn/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/nn/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/nn/helpcontent2/source/text/shared/01.po357
-rw-r--r--source/nn/helpcontent2/source/text/shared/guide.po607
-rw-r--r--source/nn/helpcontent2/source/text/shared/optionen.po309
-rw-r--r--source/nn/helpcontent2/source/text/smath.po14
-rw-r--r--source/nn/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/nn/helpcontent2/source/text/smath/01.po257
-rw-r--r--source/nn/helpcontent2/source/text/smath/04.po9
-rw-r--r--source/nn/helpcontent2/source/text/smath/guide.po43
-rw-r--r--source/nn/helpcontent2/source/text/swriter/01.po245
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office/UI.po103
-rw-r--r--source/nn/sc/source/ui/src.po8
-rw-r--r--source/nn/svx/uiconfig/ui.po27
-rw-r--r--source/nn/sw/uiconfig/swriter/ui.po34
-rw-r--r--source/nn/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/nr/officecfg/registry/data/org/openoffice/Office/UI.po103
-rw-r--r--source/nr/sc/source/ui/src.po12
-rw-r--r--source/nr/svx/uiconfig/ui.po27
-rw-r--r--source/nr/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/nr/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/nso/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/nso/sc/source/ui/src.po12
-rw-r--r--source/nso/svx/uiconfig/ui.po25
-rw-r--r--source/nso/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/nso/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/oc/officecfg/registry/data/org/openoffice/Office/UI.po103
-rw-r--r--source/oc/sc/source/ui/src.po8
-rw-r--r--source/oc/svx/uiconfig/ui.po27
-rw-r--r--source/oc/sw/uiconfig/swriter/ui.po34
-rw-r--r--source/oc/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/om/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/om/helpcontent2/source/text/scalc/01.po38
-rw-r--r--source/om/helpcontent2/source/text/scalc/guide.po18
-rw-r--r--source/om/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/om/helpcontent2/source/text/shared/01.po381
-rw-r--r--source/om/helpcontent2/source/text/shared/guide.po632
-rw-r--r--source/om/helpcontent2/source/text/shared/optionen.po304
-rw-r--r--source/om/helpcontent2/source/text/smath.po20
-rw-r--r--source/om/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/om/helpcontent2/source/text/smath/01.po257
-rw-r--r--source/om/helpcontent2/source/text/smath/04.po12
-rw-r--r--source/om/helpcontent2/source/text/smath/guide.po42
-rw-r--r--source/om/helpcontent2/source/text/swriter/01.po248
-rw-r--r--source/om/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/om/sc/source/ui/src.po12
-rw-r--r--source/om/svx/uiconfig/ui.po29
-rw-r--r--source/om/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/om/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/or/officecfg/registry/data/org/openoffice/Office/UI.po103
-rw-r--r--source/or/sc/source/ui/src.po12
-rw-r--r--source/or/sc/uiconfig/scalc/ui.po12
-rw-r--r--source/or/svx/uiconfig/ui.po29
-rw-r--r--source/or/sw/uiconfig/swriter/ui.po38
-rw-r--r--source/or/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/pa-IN/officecfg/registry/data/org/openoffice/Office/UI.po103
-rw-r--r--source/pa-IN/sc/source/ui/src.po12
-rw-r--r--source/pa-IN/svx/uiconfig/ui.po29
-rw-r--r--source/pa-IN/sw/uiconfig/swriter/ui.po38
-rw-r--r--source/pa-IN/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/pl/helpcontent2/source/text/scalc/00.po24
-rw-r--r--source/pl/helpcontent2/source/text/scalc/01.po38
-rw-r--r--source/pl/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/pl/helpcontent2/source/text/shared/00.po13
-rw-r--r--source/pl/helpcontent2/source/text/shared/01.po382
-rw-r--r--source/pl/helpcontent2/source/text/shared/guide.po607
-rw-r--r--source/pl/helpcontent2/source/text/shared/optionen.po309
-rw-r--r--source/pl/helpcontent2/source/text/smath.po14
-rw-r--r--source/pl/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/pl/helpcontent2/source/text/smath/01.po253
-rw-r--r--source/pl/helpcontent2/source/text/smath/04.po14
-rw-r--r--source/pl/helpcontent2/source/text/smath/guide.po43
-rw-r--r--source/pl/helpcontent2/source/text/swriter/01.po245
-rw-r--r--source/pl/officecfg/registry/data/org/openoffice/Office/UI.po103
-rw-r--r--source/pl/sc/source/ui/src.po8
-rw-r--r--source/pl/svx/uiconfig/ui.po27
-rw-r--r--source/pl/sw/uiconfig/swriter/ui.po34
-rw-r--r--source/pl/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/pt-BR/chart2/source/controller/dialogs.po8
-rw-r--r--source/pt-BR/cui/source/customize.po6
-rw-r--r--source/pt-BR/cui/source/options.po12
-rw-r--r--source/pt-BR/cui/uiconfig/ui.po25
-rw-r--r--source/pt-BR/dbaccess/source/ui/app.po8
-rw-r--r--source/pt-BR/dbaccess/source/ui/querydesign.po18
-rw-r--r--source/pt-BR/dbaccess/source/ui/tabledesign.po9
-rw-r--r--source/pt-BR/extensions/source/bibliography.po10
-rw-r--r--source/pt-BR/extensions/source/propctrlr.po262
-rw-r--r--source/pt-BR/extensions/uiconfig/sbibliography/ui.po8
-rw-r--r--source/pt-BR/filter/source/config/fragments/filters.po14
-rw-r--r--source/pt-BR/filter/source/config/fragments/internalgraphicfilters.po8
-rw-r--r--source/pt-BR/filter/uiconfig/ui.po10
-rw-r--r--source/pt-BR/forms/source/resource.po8
-rw-r--r--source/pt-BR/helpcontent2/source/auxiliary.po10
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/guide.po18
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/shared.po290
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc.po14
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/00.po64
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/01.po528
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/04.po12
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/05.po34
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/guide.po132
-rw-r--r--source/pt-BR/helpcontent2/source/text/schart.po10
-rw-r--r--source/pt-BR/helpcontent2/source/text/schart/01.po124
-rw-r--r--source/pt-BR/helpcontent2/source/text/schart/02.po15
-rw-r--r--source/pt-BR/helpcontent2/source/text/sdraw.po12
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared.po46
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/00.po127
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/01.po835
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/02.po136
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/05.po22
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/07.po16
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/autopi.po192
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/explorer/database.po126
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/guide.po795
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/optionen.po499
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress.po22
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/00.po16
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/01.po98
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/02.po10
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/04.po12
-rw-r--r--source/pt-BR/helpcontent2/source/text/simpress/guide.po72
-rw-r--r--source/pt-BR/helpcontent2/source/text/smath.po22
-rw-r--r--source/pt-BR/helpcontent2/source/text/smath/00.po207
-rw-r--r--source/pt-BR/helpcontent2/source/text/smath/01.po957
-rw-r--r--source/pt-BR/helpcontent2/source/text/smath/04.po14
-rw-r--r--source/pt-BR/helpcontent2/source/text/smath/guide.po47
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter.po112
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/00.po90
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/01.po517
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/02.po30
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/04.po12
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/guide.po162
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/librelogo.po14
-rw-r--r--source/pt-BR/instsetoo_native/inc_openoffice/windows/msi_languages.po18
-rw-r--r--source/pt-BR/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po8
-rw-r--r--source/pt-BR/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/pt-BR/officecfg/registry/data/org/openoffice/Office/UI.po755
-rw-r--r--source/pt-BR/reportdesign/source/ui/dlg.po6
-rw-r--r--source/pt-BR/reportdesign/source/ui/inspection.po62
-rw-r--r--source/pt-BR/reportdesign/source/ui/report.po8
-rw-r--r--source/pt-BR/reportdesign/uiconfig/dbreport/ui.po18
-rw-r--r--source/pt-BR/sc/source/ui/cctrl.po14
-rw-r--r--source/pt-BR/sc/source/ui/dbgui.po8
-rw-r--r--source/pt-BR/sc/source/ui/miscdlgs.po11
-rw-r--r--source/pt-BR/sc/source/ui/navipi.po22
-rw-r--r--source/pt-BR/sc/source/ui/src.po120
-rw-r--r--source/pt-BR/sc/source/ui/styleui.po18
-rw-r--r--source/pt-BR/sc/uiconfig/scalc/ui.po619
-rw-r--r--source/pt-BR/sd/source/core.po18
-rw-r--r--source/pt-BR/sd/source/ui/accessibility.po10
-rw-r--r--source/pt-BR/sd/source/ui/animations.po36
-rw-r--r--source/pt-BR/sd/source/ui/app.po36
-rw-r--r--source/pt-BR/sd/source/ui/view.po8
-rw-r--r--source/pt-BR/sd/uiconfig/sdraw/ui.po14
-rw-r--r--source/pt-BR/sd/uiconfig/simpress/ui.po252
-rw-r--r--source/pt-BR/sfx2/source/view.po12
-rw-r--r--source/pt-BR/svtools/source/contnr.po8
-rw-r--r--source/pt-BR/svx/source/dialog.po250
-rw-r--r--source/pt-BR/svx/source/form.po60
-rw-r--r--source/pt-BR/svx/source/src.po6
-rw-r--r--source/pt-BR/svx/source/stbctrls.po6
-rw-r--r--source/pt-BR/svx/source/tbxctrls.po16
-rw-r--r--source/pt-BR/svx/uiconfig/ui.po310
-rw-r--r--source/pt-BR/sw/source/core/undo.po14
-rw-r--r--source/pt-BR/sw/source/core/unocore.po6
-rw-r--r--source/pt-BR/sw/source/ui/app.po86
-rw-r--r--source/pt-BR/sw/source/ui/dbui.po8
-rw-r--r--source/pt-BR/sw/source/ui/index.po14
-rw-r--r--source/pt-BR/sw/source/ui/misc.po54
-rw-r--r--source/pt-BR/sw/source/ui/sidebar.po18
-rw-r--r--source/pt-BR/sw/source/ui/utlui.po36
-rw-r--r--source/pt-BR/sw/source/uibase/ribbar.po10
-rw-r--r--source/pt-BR/sw/source/uibase/utlui.po10
-rw-r--r--source/pt-BR/sw/uiconfig/swriter/ui.po554
-rw-r--r--source/pt-BR/swext/mediawiki/help.po76
-rw-r--r--source/pt-BR/vcl/source/src.po8
-rw-r--r--source/pt-BR/vcl/uiconfig/ui.po12
-rw-r--r--source/pt-BR/wizards/source/formwizard.po54
-rw-r--r--source/pt-BR/wizards/source/template.po20
-rw-r--r--source/pt-BR/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/pt/avmedia/source/framework.po10
-rw-r--r--source/pt/basctl/source/basicide.po14
-rw-r--r--source/pt/chart2/uiconfig/ui.po26
-rw-r--r--source/pt/cui/source/dialogs.po14
-rw-r--r--source/pt/cui/source/options.po178
-rw-r--r--source/pt/cui/source/tabpages.po14
-rw-r--r--source/pt/cui/uiconfig/ui.po266
-rw-r--r--source/pt/dbaccess/source/ui/app.po8
-rw-r--r--source/pt/dbaccess/source/ui/dlg.po8
-rw-r--r--source/pt/dbaccess/source/ui/querydesign.po12
-rw-r--r--source/pt/dbaccess/source/ui/tabledesign.po8
-rw-r--r--source/pt/desktop/uiconfig/ui.po16
-rw-r--r--source/pt/extensions/source/bibliography.po10
-rw-r--r--source/pt/extensions/source/propctrlr.po246
-rw-r--r--source/pt/filter/source/config/fragments/internalgraphicfilters.po10
-rw-r--r--source/pt/filter/uiconfig/ui.po8
-rw-r--r--source/pt/forms/source/resource.po8
-rw-r--r--source/pt/formula/source/core/resource.po8
-rw-r--r--source/pt/formula/uiconfig/ui.po10
-rw-r--r--source/pt/fpicker/uiconfig/ui.po10
-rw-r--r--source/pt/framework/source/classes.po8
-rw-r--r--source/pt/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/pt/helpcontent2/source/text/scalc/01.po28
-rw-r--r--source/pt/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/pt/helpcontent2/source/text/shared/00.po15
-rw-r--r--source/pt/helpcontent2/source/text/shared/01.po361
-rw-r--r--source/pt/helpcontent2/source/text/shared/guide.po607
-rw-r--r--source/pt/helpcontent2/source/text/shared/optionen.po309
-rw-r--r--source/pt/helpcontent2/source/text/simpress/04.po10
-rw-r--r--source/pt/helpcontent2/source/text/smath.po14
-rw-r--r--source/pt/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/pt/helpcontent2/source/text/smath/01.po257
-rw-r--r--source/pt/helpcontent2/source/text/smath/04.po15
-rw-r--r--source/pt/helpcontent2/source/text/smath/guide.po41
-rw-r--r--source/pt/helpcontent2/source/text/swriter/01.po245
-rw-r--r--source/pt/helpcontent2/source/text/swriter/04.po10
-rw-r--r--source/pt/instsetoo_native/inc_openoffice/windows/msi_languages.po20
-rw-r--r--source/pt/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po8
-rw-r--r--source/pt/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/pt/officecfg/registry/data/org/openoffice/Office/UI.po417
-rw-r--r--source/pt/reportdesign/source/ui/report.po8
-rw-r--r--source/pt/sc/source/ui/dbgui.po8
-rw-r--r--source/pt/sc/source/ui/navipi.po24
-rw-r--r--source/pt/sc/source/ui/src.po82
-rw-r--r--source/pt/sc/source/ui/styleui.po22
-rw-r--r--source/pt/sc/uiconfig/scalc/ui.po111
-rw-r--r--source/pt/scp2/source/ooo.po14
-rw-r--r--source/pt/sfx2/source/appl.po8
-rw-r--r--source/pt/sfx2/source/dialog.po88
-rw-r--r--source/pt/sfx2/source/doc.po10
-rw-r--r--source/pt/sfx2/source/sidebar.po10
-rw-r--r--source/pt/sfx2/source/view.po14
-rw-r--r--source/pt/sfx2/uiconfig/ui.po10
-rw-r--r--source/pt/starmath/source.po24
-rw-r--r--source/pt/svx/uiconfig/ui.po27
-rw-r--r--source/pt/sw/uiconfig/swriter/ui.po34
-rw-r--r--source/pt/uui/source.po8
-rw-r--r--source/pt/uui/uiconfig/ui.po8
-rw-r--r--source/pt/vcl/source/src.po12
-rw-r--r--source/pt/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/ro/avmedia/source/framework.po10
-rw-r--r--source/ro/basctl/source/basicide.po14
-rw-r--r--source/ro/chart2/uiconfig/ui.po26
-rw-r--r--source/ro/cui/source/dialogs.po14
-rw-r--r--source/ro/cui/source/options.po178
-rw-r--r--source/ro/cui/source/tabpages.po14
-rw-r--r--source/ro/cui/uiconfig/ui.po278
-rw-r--r--source/ro/dbaccess/source/ui/app.po10
-rw-r--r--source/ro/dbaccess/source/ui/querydesign.po12
-rw-r--r--source/ro/dbaccess/source/ui/tabledesign.po8
-rw-r--r--source/ro/desktop/uiconfig/ui.po18
-rw-r--r--source/ro/extras/source/autocorr/emoji.po32
-rw-r--r--source/ro/filter/source/config/fragments/filters.po16
-rw-r--r--source/ro/filter/source/config/fragments/internalgraphicfilters.po12
-rw-r--r--source/ro/filter/uiconfig/ui.po8
-rw-r--r--source/ro/forms/source/resource.po10
-rw-r--r--source/ro/formula/source/core/resource.po12
-rw-r--r--source/ro/formula/uiconfig/ui.po12
-rw-r--r--source/ro/fpicker/uiconfig/ui.po10
-rw-r--r--source/ro/framework/source/classes.po8
-rw-r--r--source/ro/helpcontent2/source/text/sbasic/guide.po61
-rw-r--r--source/ro/helpcontent2/source/text/sbasic/shared.po5
-rw-r--r--source/ro/helpcontent2/source/text/sbasic/shared/01.po5
-rw-r--r--source/ro/helpcontent2/source/text/sbasic/shared/02.po5
-rw-r--r--source/ro/helpcontent2/source/text/scalc.po16
-rw-r--r--source/ro/helpcontent2/source/text/scalc/00.po17
-rw-r--r--source/ro/helpcontent2/source/text/scalc/01.po21
-rw-r--r--source/ro/helpcontent2/source/text/scalc/02.po5
-rw-r--r--source/ro/helpcontent2/source/text/scalc/04.po5
-rw-r--r--source/ro/helpcontent2/source/text/scalc/05.po3
-rw-r--r--source/ro/helpcontent2/source/text/scalc/guide.po13
-rw-r--r--source/ro/helpcontent2/source/text/schart.po7
-rw-r--r--source/ro/helpcontent2/source/text/schart/00.po7
-rw-r--r--source/ro/helpcontent2/source/text/schart/01.po5
-rw-r--r--source/ro/helpcontent2/source/text/schart/02.po5
-rw-r--r--source/ro/helpcontent2/source/text/schart/04.po5
-rw-r--r--source/ro/helpcontent2/source/text/sdraw.po3
-rw-r--r--source/ro/helpcontent2/source/text/sdraw/00.po5
-rw-r--r--source/ro/helpcontent2/source/text/sdraw/01.po5
-rw-r--r--source/ro/helpcontent2/source/text/sdraw/04.po5
-rw-r--r--source/ro/helpcontent2/source/text/sdraw/guide.po7
-rw-r--r--source/ro/helpcontent2/source/text/shared.po3
-rw-r--r--source/ro/helpcontent2/source/text/shared/00.po16
-rw-r--r--source/ro/helpcontent2/source/text/shared/01.po318
-rw-r--r--source/ro/helpcontent2/source/text/shared/02.po5
-rw-r--r--source/ro/helpcontent2/source/text/shared/04.po5
-rw-r--r--source/ro/helpcontent2/source/text/shared/05.po5
-rw-r--r--source/ro/helpcontent2/source/text/shared/07.po7
-rw-r--r--source/ro/helpcontent2/source/text/shared/autokorr.po5
-rw-r--r--source/ro/helpcontent2/source/text/shared/autopi.po5
-rw-r--r--source/ro/helpcontent2/source/text/shared/explorer/database.po3
-rw-r--r--source/ro/helpcontent2/source/text/shared/guide.po436
-rw-r--r--source/ro/helpcontent2/source/text/shared/optionen.po248
-rw-r--r--source/ro/helpcontent2/source/text/simpress.po23
-rw-r--r--source/ro/helpcontent2/source/text/simpress/00.po5
-rw-r--r--source/ro/helpcontent2/source/text/simpress/01.po3
-rw-r--r--source/ro/helpcontent2/source/text/simpress/02.po3
-rw-r--r--source/ro/helpcontent2/source/text/simpress/04.po5
-rw-r--r--source/ro/helpcontent2/source/text/simpress/guide.po5
-rw-r--r--source/ro/helpcontent2/source/text/smath.po11
-rw-r--r--source/ro/helpcontent2/source/text/smath/00.po186
-rw-r--r--source/ro/helpcontent2/source/text/smath/01.po138
-rw-r--r--source/ro/helpcontent2/source/text/smath/02.po5
-rw-r--r--source/ro/helpcontent2/source/text/smath/04.po10
-rw-r--r--source/ro/helpcontent2/source/text/smath/guide.po26
-rw-r--r--source/ro/helpcontent2/source/text/swriter.po7
-rw-r--r--source/ro/helpcontent2/source/text/swriter/00.po7
-rw-r--r--source/ro/helpcontent2/source/text/swriter/01.po158
-rw-r--r--source/ro/helpcontent2/source/text/swriter/02.po5
-rw-r--r--source/ro/helpcontent2/source/text/swriter/04.po9
-rw-r--r--source/ro/helpcontent2/source/text/swriter/guide.po5
-rw-r--r--source/ro/instsetoo_native/inc_openoffice/windows/msi_languages.po22
-rw-r--r--source/ro/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po8
-rw-r--r--source/ro/officecfg/registry/data/org/openoffice/Office/UI.po103
-rw-r--r--source/ro/sc/source/ui/src.po8
-rw-r--r--source/ro/sc/uiconfig/scalc/ui.po11
-rw-r--r--source/ro/scp2/source/ooo.po16
-rw-r--r--source/ro/starmath/source.po22
-rw-r--r--source/ro/svtools/source/java.po10
-rw-r--r--source/ro/svtools/source/misc.po10
-rw-r--r--source/ro/svtools/uiconfig/ui.po12
-rw-r--r--source/ro/svx/uiconfig/ui.po36
-rw-r--r--source/ro/sw/uiconfig/swriter/ui.po34
-rw-r--r--source/ro/uui/uiconfig/ui.po10
-rw-r--r--source/ro/vcl/source/src.po14
-rw-r--r--source/ro/xmlsecurity/uiconfig/ui.po21
-rw-r--r--source/ru/avmedia/source/framework.po12
-rw-r--r--source/ru/basctl/source/basicide.po16
-rw-r--r--source/ru/chart2/uiconfig/ui.po28
-rw-r--r--source/ru/cui/source/dialogs.po16
-rw-r--r--source/ru/cui/source/options.po178
-rw-r--r--source/ru/cui/source/tabpages.po26
-rw-r--r--source/ru/cui/uiconfig/ui.po308
-rw-r--r--source/ru/dbaccess/source/ui/app.po8
-rw-r--r--source/ru/dbaccess/source/ui/querydesign.po12
-rw-r--r--source/ru/dbaccess/source/ui/tabledesign.po8
-rw-r--r--source/ru/desktop/uiconfig/ui.po16
-rw-r--r--source/ru/extensions/source/bibliography.po12
-rw-r--r--source/ru/extensions/source/propctrlr.po260
-rw-r--r--source/ru/filter/source/config/fragments/filters.po14
-rw-r--r--source/ru/filter/source/config/fragments/internalgraphicfilters.po12
-rw-r--r--source/ru/filter/uiconfig/ui.po12
-rw-r--r--source/ru/forms/source/resource.po8
-rw-r--r--source/ru/formula/source/core/resource.po12
-rw-r--r--source/ru/formula/uiconfig/ui.po12
-rw-r--r--source/ru/fpicker/uiconfig/ui.po10
-rw-r--r--source/ru/framework/source/classes.po8
-rw-r--r--source/ru/helpcontent2/source/text/sbasic/shared.po15
-rw-r--r--source/ru/helpcontent2/source/text/scalc/00.po24
-rw-r--r--source/ru/helpcontent2/source/text/scalc/01.po28
-rw-r--r--source/ru/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/ru/helpcontent2/source/text/shared/00.po13
-rw-r--r--source/ru/helpcontent2/source/text/shared/01.po360
-rw-r--r--source/ru/helpcontent2/source/text/shared/guide.po577
-rw-r--r--source/ru/helpcontent2/source/text/shared/optionen.po300
-rw-r--r--source/ru/helpcontent2/source/text/smath.po20
-rw-r--r--source/ru/helpcontent2/source/text/smath/00.po189
-rw-r--r--source/ru/helpcontent2/source/text/smath/01.po253
-rw-r--r--source/ru/helpcontent2/source/text/smath/04.po14
-rw-r--r--source/ru/helpcontent2/source/text/smath/guide.po39
-rw-r--r--source/ru/helpcontent2/source/text/swriter/01.po246
-rw-r--r--source/ru/instsetoo_native/inc_openoffice/windows/msi_languages.po22
-rw-r--r--source/ru/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po10
-rw-r--r--source/ru/officecfg/registry/data/org/openoffice/Office.po14
-rw-r--r--source/ru/officecfg/registry/data/org/openoffice/Office/UI.po761
-rw-r--r--source/ru/reportdesign/source/ui/inspection.po66
-rw-r--r--source/ru/reportdesign/uiconfig/dbreport/ui.po20
-rw-r--r--source/ru/sc/source/ui/dbgui.po10
-rw-r--r--source/ru/sc/source/ui/miscdlgs.po12
-rw-r--r--source/ru/sc/source/ui/navipi.po24
-rw-r--r--source/ru/sc/source/ui/src.po126
-rw-r--r--source/ru/sc/source/ui/styleui.po22
-rw-r--r--source/ru/sc/uiconfig/scalc/ui.po597
-rw-r--r--source/ru/scp2/source/ooo.po14
-rw-r--r--source/ru/sd/source/core.po14
-rw-r--r--source/ru/sd/source/ui/animations.po38
-rw-r--r--source/ru/sd/source/ui/annotations.po33
-rw-r--r--source/ru/sd/source/ui/app.po28
-rw-r--r--source/ru/sd/uiconfig/sdraw/ui.po14
-rw-r--r--source/ru/sd/uiconfig/simpress/ui.po246
-rw-r--r--source/ru/sfx2/source/appl.po10
-rw-r--r--source/ru/sfx2/source/dialog.po100
-rw-r--r--source/ru/sfx2/source/doc.po10
-rw-r--r--source/ru/sfx2/source/sidebar.po14
-rw-r--r--source/ru/sfx2/source/view.po14
-rw-r--r--source/ru/sfx2/uiconfig/ui.po62
-rw-r--r--source/ru/shell/source/win32/shlxthandler/res.po13
-rw-r--r--source/ru/starmath/source.po26
-rw-r--r--source/ru/svtools/source/java.po10
-rw-r--r--source/ru/svtools/source/misc.po10
-rw-r--r--source/ru/svtools/uiconfig/ui.po12
-rw-r--r--source/ru/svx/source/dialog.po244
-rw-r--r--source/ru/svx/source/form.po60
-rw-r--r--source/ru/svx/source/src.po10
-rw-r--r--source/ru/svx/source/stbctrls.po10
-rw-r--r--source/ru/svx/source/tbxctrls.po18
-rw-r--r--source/ru/svx/uiconfig/ui.po312
-rw-r--r--source/ru/sw/source/core/undo.po14
-rw-r--r--source/ru/sw/source/core/unocore.po8
-rw-r--r--source/ru/sw/source/ui/app.po96
-rw-r--r--source/ru/sw/source/ui/config.po10
-rw-r--r--source/ru/sw/source/ui/docvw.po16
-rw-r--r--source/ru/sw/source/ui/index.po18
-rw-r--r--source/ru/sw/source/ui/misc.po64
-rw-r--r--source/ru/sw/source/ui/shells.po9
-rw-r--r--source/ru/sw/source/ui/sidebar.po20
-rw-r--r--source/ru/sw/source/ui/utlui.po42
-rw-r--r--source/ru/sw/source/uibase/misc.po14
-rw-r--r--source/ru/sw/source/uibase/ribbar.po18
-rw-r--r--source/ru/sw/source/uibase/utlui.po16
-rw-r--r--source/ru/sw/uiconfig/swriter/ui.po574
-rw-r--r--source/ru/swext/mediawiki/help.po76
-rw-r--r--source/ru/uui/uiconfig/ui.po8
-rw-r--r--source/ru/vcl/source/src.po16
-rw-r--r--source/ru/vcl/uiconfig/ui.po12
-rw-r--r--source/ru/xmlsecurity/uiconfig/ui.po19
-rw-r--r--source/rw/officecfg/registry/data/org/openoffice/Office/UI.po103
-rw-r--r--source/rw/sc/source/ui/src.po12
-rw-r--r--source/rw/svx/uiconfig/ui.po25
-rw-r--r--source/rw/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/rw/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/sa-IN/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/sa-IN/sc/source/ui/src.po12
-rw-r--r--source/sa-IN/sc/uiconfig/scalc/ui.po12
-rw-r--r--source/sa-IN/svx/uiconfig/ui.po27
-rw-r--r--source/sa-IN/sw/uiconfig/swriter/ui.po39
-rw-r--r--source/sa-IN/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/sat/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/sat/sc/source/ui/src.po12
-rw-r--r--source/sat/svx/uiconfig/ui.po27
-rw-r--r--source/sat/sw/uiconfig/swriter/ui.po39
-rw-r--r--source/sat/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/sd/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/sd/sc/source/ui/src.po12
-rw-r--r--source/sd/svx/uiconfig/ui.po29
-rw-r--r--source/sd/sw/uiconfig/swriter/ui.po39
-rw-r--r--source/sd/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/si/helpcontent2/source/text/scalc/00.po26
-rw-r--r--source/si/helpcontent2/source/text/scalc/01.po20
-rw-r--r--source/si/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/si/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/si/helpcontent2/source/text/shared/01.po355
-rw-r--r--source/si/helpcontent2/source/text/shared/guide.po490
-rw-r--r--source/si/helpcontent2/source/text/shared/optionen.po249
-rw-r--r--source/si/helpcontent2/source/text/smath.po20
-rw-r--r--source/si/helpcontent2/source/text/smath/00.po185
-rw-r--r--source/si/helpcontent2/source/text/smath/01.po159
-rw-r--r--source/si/helpcontent2/source/text/smath/04.po12
-rw-r--r--source/si/helpcontent2/source/text/smath/guide.po34
-rw-r--r--source/si/helpcontent2/source/text/swriter/01.po168
-rw-r--r--source/si/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/si/sc/source/ui/src.po12
-rw-r--r--source/si/svx/uiconfig/ui.po29
-rw-r--r--source/si/sw/uiconfig/swriter/ui.po38
-rw-r--r--source/si/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/sid/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/sid/helpcontent2/source/text/scalc/01.po34
-rw-r--r--source/sid/helpcontent2/source/text/scalc/guide.po20
-rw-r--r--source/sid/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/sid/helpcontent2/source/text/shared/01.po342
-rw-r--r--source/sid/helpcontent2/source/text/shared/guide.po612
-rw-r--r--source/sid/helpcontent2/source/text/shared/optionen.po318
-rw-r--r--source/sid/helpcontent2/source/text/smath.po16
-rw-r--r--source/sid/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/sid/helpcontent2/source/text/smath/01.po258
-rw-r--r--source/sid/helpcontent2/source/text/smath/04.po9
-rw-r--r--source/sid/helpcontent2/source/text/smath/guide.po39
-rw-r--r--source/sid/helpcontent2/source/text/swriter/01.po250
-rw-r--r--source/sid/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/sid/sc/source/ui/src.po12
-rw-r--r--source/sid/svx/uiconfig/ui.po29
-rw-r--r--source/sid/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/sid/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/sk/avmedia/source/framework.po10
-rw-r--r--source/sk/basctl/source/basicide.po16
-rw-r--r--source/sk/chart2/source/controller/dialogs.po8
-rw-r--r--source/sk/chart2/uiconfig/ui.po30
-rw-r--r--source/sk/cui/source/dialogs.po18
-rw-r--r--source/sk/cui/source/options.po178
-rw-r--r--source/sk/cui/source/tabpages.po14
-rw-r--r--source/sk/cui/uiconfig/ui.po298
-rw-r--r--source/sk/dbaccess/source/ui/app.po8
-rw-r--r--source/sk/dbaccess/source/ui/querydesign.po12
-rw-r--r--source/sk/dbaccess/source/ui/tabledesign.po8
-rw-r--r--source/sk/dbaccess/uiconfig/ui.po14
-rw-r--r--source/sk/desktop/uiconfig/ui.po16
-rw-r--r--source/sk/dictionaries/hu_HU/dialog.po12
-rw-r--r--source/sk/dictionaries/pt_BR/dialog.po12
-rw-r--r--source/sk/editeng/source/items.po10
-rw-r--r--source/sk/editeng/source/outliner.po13
-rw-r--r--source/sk/extensions/source/bibliography.po12
-rw-r--r--source/sk/extensions/source/propctrlr.po262
-rw-r--r--source/sk/extras/source/autocorr/emoji.po8
-rw-r--r--source/sk/filter/source/config/fragments/filters.po14
-rw-r--r--source/sk/filter/source/config/fragments/internalgraphicfilters.po10
-rw-r--r--source/sk/filter/source/t602.po13
-rw-r--r--source/sk/filter/uiconfig/ui.po8
-rw-r--r--source/sk/forms/source/resource.po8
-rw-r--r--source/sk/formula/source/core/resource.po16
-rw-r--r--source/sk/formula/uiconfig/ui.po10
-rw-r--r--source/sk/fpicker/uiconfig/ui.po12
-rw-r--r--source/sk/framework/source/classes.po8
-rw-r--r--source/sk/helpcontent2/source/text/sbasic/guide.po14
-rw-r--r--source/sk/helpcontent2/source/text/scalc/00.po30
-rw-r--r--source/sk/helpcontent2/source/text/scalc/01.po36
-rw-r--r--source/sk/helpcontent2/source/text/scalc/guide.po20
-rw-r--r--source/sk/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/sk/helpcontent2/source/text/shared/01.po357
-rw-r--r--source/sk/helpcontent2/source/text/shared/guide.po581
-rw-r--r--source/sk/helpcontent2/source/text/shared/optionen.po259
-rw-r--r--source/sk/helpcontent2/source/text/smath.po20
-rw-r--r--source/sk/helpcontent2/source/text/smath/00.po189
-rw-r--r--source/sk/helpcontent2/source/text/smath/01.po227
-rw-r--r--source/sk/helpcontent2/source/text/smath/04.po14
-rw-r--r--source/sk/helpcontent2/source/text/smath/guide.po32
-rw-r--r--source/sk/helpcontent2/source/text/swriter/01.po187
-rw-r--r--source/sk/instsetoo_native/inc_openoffice/windows/msi_languages.po20
-rw-r--r--source/sk/librelogo/source/pythonpath.po8
-rw-r--r--source/sk/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po8
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office.po14
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office/UI.po475
-rw-r--r--source/sk/reportdesign/source/ui/inspection.po64
-rw-r--r--source/sk/reportdesign/uiconfig/dbreport/ui.po20
-rw-r--r--source/sk/sc/source/core/src.po16
-rw-r--r--source/sk/sc/source/ui/StatisticsDialogs.po10
-rw-r--r--source/sk/sc/source/ui/dbgui.po8
-rw-r--r--source/sk/sc/source/ui/navipi.po24
-rw-r--r--source/sk/sc/source/ui/src.po114
-rw-r--r--source/sk/sc/source/ui/styleui.po22
-rw-r--r--source/sk/sc/uiconfig/scalc/ui.po470
-rw-r--r--source/sk/scp2/source/calc.po12
-rw-r--r--source/sk/scp2/source/ooo.po14
-rw-r--r--source/sk/sd/source/core.po14
-rw-r--r--source/sk/sd/source/ui/animations.po38
-rw-r--r--source/sk/sd/source/ui/app.po36
-rw-r--r--source/sk/sd/source/ui/view.po8
-rw-r--r--source/sk/sd/uiconfig/sdraw/ui.po16
-rw-r--r--source/sk/sd/uiconfig/simpress/ui.po260
-rw-r--r--source/sk/sfx2/source/appl.po8
-rw-r--r--source/sk/sfx2/source/dialog.po92
-rw-r--r--source/sk/sfx2/source/doc.po10
-rw-r--r--source/sk/sfx2/source/sidebar.po12
-rw-r--r--source/sk/sfx2/source/view.po10
-rw-r--r--source/sk/sfx2/uiconfig/ui.po22
-rw-r--r--source/sk/starmath/source.po30
-rw-r--r--source/sk/svtools/source/control.po8
-rw-r--r--source/sk/svtools/source/dialogs.po8
-rw-r--r--source/sk/svtools/source/java.po10
-rw-r--r--source/sk/svtools/source/misc.po12
-rw-r--r--source/sk/svtools/uiconfig/ui.po12
-rw-r--r--source/sk/svx/source/dialog.po186
-rw-r--r--source/sk/svx/source/form.po60
-rw-r--r--source/sk/svx/source/gallery2.po12
-rw-r--r--source/sk/svx/source/items.po10
-rw-r--r--source/sk/svx/source/stbctrls.po8
-rw-r--r--source/sk/svx/source/svdraw.po12
-rw-r--r--source/sk/svx/source/tbxctrls.po20
-rw-r--r--source/sk/svx/uiconfig/ui.po181
-rw-r--r--source/sk/sw/source/core/undo.po12
-rw-r--r--source/sk/sw/source/core/unocore.po8
-rw-r--r--source/sk/sw/source/ui/app.po84
-rw-r--r--source/sk/sw/source/ui/config.po8
-rw-r--r--source/sk/sw/source/ui/dbui.po8
-rw-r--r--source/sk/sw/source/ui/fldui.po12
-rw-r--r--source/sk/sw/source/ui/index.po18
-rw-r--r--source/sk/sw/source/ui/misc.po58
-rw-r--r--source/sk/sw/source/ui/sidebar.po18
-rw-r--r--source/sk/sw/source/ui/utlui.po42
-rw-r--r--source/sk/sw/source/uibase/ribbar.po12
-rw-r--r--source/sk/sw/source/uibase/utlui.po14
-rw-r--r--source/sk/sw/uiconfig/swriter/ui.po552
-rw-r--r--source/sk/swext/mediawiki/help.po78
-rw-r--r--source/sk/sysui/desktop/share.po8
-rw-r--r--source/sk/uui/uiconfig/ui.po8
-rw-r--r--source/sk/vcl/source/src.po14
-rw-r--r--source/sk/vcl/uiconfig/ui.po18
-rw-r--r--source/sk/xmlsecurity/uiconfig/ui.po19
-rw-r--r--source/sq/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/sq/helpcontent2/source/text/scalc/01.po28
-rw-r--r--source/sq/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--source/sq/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/sq/helpcontent2/source/text/shared/01.po321
-rw-r--r--source/sq/helpcontent2/source/text/shared/guide.po470
-rw-r--r--source/sq/helpcontent2/source/text/shared/optionen.po253
-rw-r--r--source/sq/helpcontent2/source/text/smath.po16
-rw-r--r--source/sq/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/sq/helpcontent2/source/text/smath/01.po167
-rw-r--r--source/sq/helpcontent2/source/text/smath/04.po11
-rw-r--r--source/sq/helpcontent2/source/text/smath/guide.po27
-rw-r--r--source/sq/helpcontent2/source/text/swriter/01.po195
-rw-r--r--source/sq/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/sq/sc/source/ui/src.po12
-rw-r--r--source/sq/svx/uiconfig/ui.po29
-rw-r--r--source/sq/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/sq/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/ss/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/ss/sc/source/ui/src.po12
-rw-r--r--source/ss/svx/uiconfig/ui.po25
-rw-r--r--source/ss/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/ss/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/st/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/st/sc/source/ui/src.po12
-rw-r--r--source/st/svx/uiconfig/ui.po25
-rw-r--r--source/st/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/st/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/sv/avmedia/source/framework.po12
-rw-r--r--source/sv/basctl/source/basicide.po16
-rw-r--r--source/sv/cui/source/dialogs.po16
-rw-r--r--source/sv/cui/source/options.po118
-rw-r--r--source/sv/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/sv/helpcontent2/source/text/scalc/01.po40
-rw-r--r--source/sv/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/sv/helpcontent2/source/text/shared/00.po13
-rw-r--r--source/sv/helpcontent2/source/text/shared/01.po382
-rw-r--r--source/sv/helpcontent2/source/text/shared/guide.po607
-rw-r--r--source/sv/helpcontent2/source/text/shared/optionen.po310
-rw-r--r--source/sv/helpcontent2/source/text/smath.po14
-rw-r--r--source/sv/helpcontent2/source/text/smath/00.po189
-rw-r--r--source/sv/helpcontent2/source/text/smath/01.po253
-rw-r--r--source/sv/helpcontent2/source/text/smath/04.po14
-rw-r--r--source/sv/helpcontent2/source/text/smath/guide.po41
-rw-r--r--source/sv/helpcontent2/source/text/swriter/01.po246
-rw-r--r--source/sv/officecfg/registry/data/org/openoffice/Office/UI.po103
-rw-r--r--source/sv/sc/source/ui/src.po8
-rw-r--r--source/sv/svx/uiconfig/ui.po27
-rw-r--r--source/sv/sw/source/core/undo.po12
-rw-r--r--source/sv/sw/source/ui/app.po62
-rw-r--r--source/sv/sw/source/ui/index.po18
-rw-r--r--source/sv/sw/source/ui/misc.po58
-rw-r--r--source/sv/sw/source/ui/sidebar.po20
-rw-r--r--source/sv/sw/source/ui/utlui.po40
-rw-r--r--source/sv/sw/source/uibase/ribbar.po14
-rw-r--r--source/sv/sw/source/uibase/utlui.po14
-rw-r--r--source/sv/sw/uiconfig/swriter/ui.po73
-rw-r--r--source/sv/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/sw-TZ/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/sw-TZ/sc/source/ui/src.po12
-rw-r--r--source/sw-TZ/svx/uiconfig/ui.po25
-rw-r--r--source/sw-TZ/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/sw-TZ/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/szl/officecfg/registry/data/org/openoffice/Office/UI.po103
-rw-r--r--source/szl/sc/source/ui/src.po10
-rw-r--r--source/szl/sc/uiconfig/scalc/ui.po12
-rw-r--r--source/szl/svx/uiconfig/ui.po25
-rw-r--r--source/szl/sw/uiconfig/swriter/ui.po30
-rw-r--r--source/szl/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/ta/avmedia/source/framework.po10
-rw-r--r--source/ta/basctl/source/basicide.po14
-rw-r--r--source/ta/chart2/uiconfig/ui.po20
-rw-r--r--source/ta/cui/source/dialogs.po10
-rw-r--r--source/ta/cui/source/options.po16
-rw-r--r--source/ta/helpcontent2/source/text/scalc/00.po24
-rw-r--r--source/ta/helpcontent2/source/text/scalc/01.po28
-rw-r--r--source/ta/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/ta/helpcontent2/source/text/shared/00.po37
-rw-r--r--source/ta/helpcontent2/source/text/shared/01.po352
-rw-r--r--source/ta/helpcontent2/source/text/shared/guide.po431
-rw-r--r--source/ta/helpcontent2/source/text/shared/optionen.po277
-rw-r--r--source/ta/helpcontent2/source/text/smath.po14
-rw-r--r--source/ta/helpcontent2/source/text/smath/00.po183
-rw-r--r--source/ta/helpcontent2/source/text/smath/01.po165
-rw-r--r--source/ta/helpcontent2/source/text/smath/04.po9
-rw-r--r--source/ta/helpcontent2/source/text/smath/guide.po37
-rw-r--r--source/ta/helpcontent2/source/text/swriter/01.po313
-rw-r--r--source/ta/helpcontent2/source/text/swriter/02.po45
-rw-r--r--source/ta/officecfg/registry/data/org/openoffice/Office/UI.po127
-rw-r--r--source/ta/sc/source/ui/src.po42
-rw-r--r--source/ta/svx/uiconfig/ui.po28
-rw-r--r--source/ta/sw/uiconfig/swriter/ui.po34
-rw-r--r--source/ta/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/te/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/te/sc/source/ui/src.po12
-rw-r--r--source/te/svx/uiconfig/ui.po27
-rw-r--r--source/te/sw/uiconfig/swriter/ui.po38
-rw-r--r--source/te/xmlsecurity/uiconfig/ui.po17
-rw-r--r--source/tg/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/tg/helpcontent2/source/text/scalc/01.po38
-rw-r--r--source/tg/helpcontent2/source/text/scalc/guide.po18
-rw-r--r--source/tg/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/tg/helpcontent2/source/text/shared/01.po346
-rw-r--r--source/tg/helpcontent2/source/text/shared/guide.po490
-rw-r--r--source/tg/helpcontent2/source/text/shared/optionen.po277
-rw-r--r--source/tg/helpcontent2/source/text/smath.po20
-rw-r--r--source/tg/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/tg/helpcontent2/source/text/smath/01.po233
-rw-r--r--source/tg/helpcontent2/source/text/smath/04.po12
-rw-r--r--source/tg/helpcontent2/source/text/smath/guide.po36
-rw-r--r--source/tg/helpcontent2/source/text/swriter/01.po177
-rw-r--r--source/tg/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/tg/sc/source/ui/src.po12
-rw-r--r--source/tg/svx/uiconfig/ui.po27
-rw-r--r--source/tg/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/tg/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/th/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/th/sc/source/ui/src.po12
-rw-r--r--source/th/sd/uiconfig/simpress/ui.po10
-rw-r--r--source/th/svx/uiconfig/ui.po27
-rw-r--r--source/th/sw/uiconfig/swriter/ui.po36
-rw-r--r--source/th/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/tn/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/tn/sc/source/ui/src.po12
-rw-r--r--source/tn/svx/uiconfig/ui.po27
-rw-r--r--source/tn/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/tn/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/tr/avmedia/source/framework.po10
-rw-r--r--source/tr/basctl/source/basicide.po46
-rw-r--r--source/tr/basic/source/classes.po10
-rw-r--r--source/tr/chart2/source/controller/dialogs.po12
-rw-r--r--source/tr/chart2/uiconfig/ui.po32
-rw-r--r--source/tr/connectivity/source/resource.po14
-rw-r--r--source/tr/cui/source/dialogs.po18
-rw-r--r--source/tr/cui/source/options.po180
-rw-r--r--source/tr/cui/source/tabpages.po16
-rw-r--r--source/tr/cui/uiconfig/ui.po302
-rw-r--r--source/tr/dbaccess/source/ui/app.po10
-rw-r--r--source/tr/dbaccess/source/ui/querydesign.po14
-rw-r--r--source/tr/dbaccess/source/ui/tabledesign.po10
-rw-r--r--source/tr/dbaccess/uiconfig/ui.po10
-rw-r--r--source/tr/desktop/source/deployment/registry/script.po11
-rw-r--r--source/tr/desktop/uiconfig/ui.po18
-rw-r--r--source/tr/extensions/source/bibliography.po12
-rw-r--r--source/tr/extensions/source/dbpilots.po14
-rw-r--r--source/tr/extensions/source/propctrlr.po260
-rw-r--r--source/tr/extensions/source/scanner.po10
-rw-r--r--source/tr/extensions/source/update/check.po12
-rw-r--r--source/tr/extensions/uiconfig/sabpilot/ui.po10
-rw-r--r--source/tr/extras/source/autocorr/emoji.po32
-rw-r--r--source/tr/filter/source/config/fragments/filters.po16
-rw-r--r--source/tr/filter/source/config/fragments/internalgraphicfilters.po12
-rw-r--r--source/tr/filter/uiconfig/ui.po10
-rw-r--r--source/tr/forms/source/resource.po10
-rw-r--r--source/tr/formula/source/core/resource.po12
-rw-r--r--source/tr/formula/uiconfig/ui.po12
-rw-r--r--source/tr/fpicker/uiconfig/ui.po12
-rw-r--r--source/tr/framework/source/classes.po10
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/guide.po11
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/shared.po20
-rw-r--r--source/tr/helpcontent2/source/text/sbasic/shared/01.po10
-rw-r--r--source/tr/helpcontent2/source/text/scalc.po37
-rw-r--r--source/tr/helpcontent2/source/text/scalc/00.po45
-rw-r--r--source/tr/helpcontent2/source/text/scalc/01.po60
-rw-r--r--source/tr/helpcontent2/source/text/scalc/guide.po20
-rw-r--r--source/tr/helpcontent2/source/text/schart/01.po22
-rw-r--r--source/tr/helpcontent2/source/text/sdraw.po10
-rw-r--r--source/tr/helpcontent2/source/text/shared.po15
-rw-r--r--source/tr/helpcontent2/source/text/shared/00.po19
-rw-r--r--source/tr/helpcontent2/source/text/shared/01.po394
-rw-r--r--source/tr/helpcontent2/source/text/shared/guide.po607
-rw-r--r--source/tr/helpcontent2/source/text/shared/optionen.po314
-rw-r--r--source/tr/helpcontent2/source/text/simpress.po20
-rw-r--r--source/tr/helpcontent2/source/text/simpress/00.po11
-rw-r--r--source/tr/helpcontent2/source/text/simpress/01.po32
-rw-r--r--source/tr/helpcontent2/source/text/smath.po14
-rw-r--r--source/tr/helpcontent2/source/text/smath/00.po189
-rw-r--r--source/tr/helpcontent2/source/text/smath/01.po261
-rw-r--r--source/tr/helpcontent2/source/text/smath/04.po14
-rw-r--r--source/tr/helpcontent2/source/text/smath/guide.po41
-rw-r--r--source/tr/helpcontent2/source/text/swriter.po28
-rw-r--r--source/tr/helpcontent2/source/text/swriter/01.po252
-rw-r--r--source/tr/instsetoo_native/inc_openoffice/windows/msi_languages.po30
-rw-r--r--source/tr/librelogo/source/pythonpath.po12
-rw-r--r--source/tr/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po12
-rw-r--r--source/tr/officecfg/registry/data/org/openoffice/Office.po14
-rw-r--r--source/tr/officecfg/registry/data/org/openoffice/Office/UI.po724
-rw-r--r--source/tr/readlicense_oo/docs.po12
-rw-r--r--source/tr/reportdesign/source/core/resource.po14
-rw-r--r--source/tr/reportdesign/source/ui/inspection.po66
-rw-r--r--source/tr/reportdesign/uiconfig/dbreport/ui.po20
-rw-r--r--source/tr/sc/source/ui/dbgui.po10
-rw-r--r--source/tr/sc/source/ui/navipi.po24
-rw-r--r--source/tr/sc/source/ui/src.po278
-rw-r--r--source/tr/sc/source/ui/styleui.po22
-rw-r--r--source/tr/sc/uiconfig/scalc/ui.po606
-rw-r--r--source/tr/scaddins/source/analysis.po10
-rw-r--r--source/tr/sccomp/source/solver.po12
-rw-r--r--source/tr/scp2/source/ooo.po16
-rw-r--r--source/tr/sd/source/core.po16
-rw-r--r--source/tr/sd/source/ui/animations.po48
-rw-r--r--source/tr/sd/source/ui/app.po31
-rw-r--r--source/tr/sd/source/ui/view.po28
-rw-r--r--source/tr/sd/uiconfig/sdraw/ui.po16
-rw-r--r--source/tr/sd/uiconfig/simpress/ui.po274
-rw-r--r--source/tr/setup_native/source/mac.po12
-rw-r--r--source/tr/sfx2/source/appl.po10
-rw-r--r--source/tr/sfx2/source/dialog.po98
-rw-r--r--source/tr/sfx2/source/doc.po12
-rw-r--r--source/tr/sfx2/source/sidebar.po14
-rw-r--r--source/tr/sfx2/source/view.po16
-rw-r--r--source/tr/sfx2/uiconfig/ui.po55
-rw-r--r--source/tr/starmath/source.po34
-rw-r--r--source/tr/svtools/source/dialogs.po10
-rw-r--r--source/tr/svtools/source/java.po10
-rw-r--r--source/tr/svtools/source/misc.po20
-rw-r--r--source/tr/svtools/uiconfig/ui.po24
-rw-r--r--source/tr/svx/source/dialog.po267
-rw-r--r--source/tr/svx/source/form.po84
-rw-r--r--source/tr/svx/source/items.po20
-rw-r--r--source/tr/svx/source/src.po20
-rw-r--r--source/tr/svx/source/stbctrls.po10
-rw-r--r--source/tr/svx/source/svdraw.po86
-rw-r--r--source/tr/svx/source/tbxctrls.po24
-rw-r--r--source/tr/svx/uiconfig/ui.po428
-rw-r--r--source/tr/sw/source/core/undo.po14
-rw-r--r--source/tr/sw/source/core/unocore.po12
-rw-r--r--source/tr/sw/source/ui/app.po103
-rw-r--r--source/tr/sw/source/ui/config.po51
-rw-r--r--source/tr/sw/source/ui/dbui.po23
-rw-r--r--source/tr/sw/source/ui/index.po18
-rw-r--r--source/tr/sw/source/ui/misc.po58
-rw-r--r--source/tr/sw/source/ui/sidebar.po20
-rw-r--r--source/tr/sw/source/ui/utlui.po46
-rw-r--r--source/tr/sw/source/uibase/lingu.po14
-rw-r--r--source/tr/sw/source/uibase/ribbar.po16
-rw-r--r--source/tr/sw/source/uibase/utlui.po16
-rw-r--r--source/tr/sw/uiconfig/swriter/ui.po652
-rw-r--r--source/tr/swext/mediawiki/help.po82
-rw-r--r--source/tr/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po13
-rw-r--r--source/tr/uui/source.po8
-rw-r--r--source/tr/uui/uiconfig/ui.po10
-rw-r--r--source/tr/vcl/source/src.po16
-rw-r--r--source/tr/vcl/uiconfig/ui.po12
-rw-r--r--source/tr/wizards/source/formwizard.po28
-rw-r--r--source/tr/xmlsecurity/uiconfig/ui.po21
-rw-r--r--source/ts/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/ts/sc/source/ui/src.po12
-rw-r--r--source/ts/svx/uiconfig/ui.po25
-rw-r--r--source/ts/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/ts/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/ug/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/ug/helpcontent2/source/text/scalc/01.po32
-rw-r--r--source/ug/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--source/ug/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/ug/helpcontent2/source/text/shared/01.po345
-rw-r--r--source/ug/helpcontent2/source/text/shared/guide.po435
-rw-r--r--source/ug/helpcontent2/source/text/shared/optionen.po255
-rw-r--r--source/ug/helpcontent2/source/text/smath.po20
-rw-r--r--source/ug/helpcontent2/source/text/smath/00.po183
-rw-r--r--source/ug/helpcontent2/source/text/smath/01.po159
-rw-r--r--source/ug/helpcontent2/source/text/smath/04.po12
-rw-r--r--source/ug/helpcontent2/source/text/smath/guide.po32
-rw-r--r--source/ug/helpcontent2/source/text/swriter/01.po181
-rw-r--r--source/ug/officecfg/registry/data/org/openoffice/Office/UI.po103
-rw-r--r--source/ug/sc/source/ui/src.po8
-rw-r--r--source/ug/sc/uiconfig/scalc/ui.po12
-rw-r--r--source/ug/svx/uiconfig/ui.po27
-rw-r--r--source/ug/sw/uiconfig/swriter/ui.po38
-rw-r--r--source/ug/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/uk/avmedia/source/framework.po10
-rw-r--r--source/uk/basctl/source/basicide.po14
-rw-r--r--source/uk/chart2/uiconfig/ui.po26
-rw-r--r--source/uk/cui/source/dialogs.po14
-rw-r--r--source/uk/cui/source/options.po180
-rw-r--r--source/uk/cui/source/tabpages.po16
-rw-r--r--source/uk/cui/uiconfig/ui.po282
-rw-r--r--source/uk/dbaccess/source/ui/app.po6
-rw-r--r--source/uk/dbaccess/source/ui/querydesign.po12
-rw-r--r--source/uk/dbaccess/source/ui/tabledesign.po8
-rw-r--r--source/uk/desktop/uiconfig/ui.po18
-rw-r--r--source/uk/extensions/source/bibliography.po12
-rw-r--r--source/uk/extensions/source/propctrlr.po252
-rw-r--r--source/uk/filter/source/config/fragments/filters.po16
-rw-r--r--source/uk/filter/source/config/fragments/internalgraphicfilters.po10
-rw-r--r--source/uk/filter/uiconfig/ui.po10
-rw-r--r--source/uk/forms/source/resource.po8
-rw-r--r--source/uk/formula/source/core/resource.po14
-rw-r--r--source/uk/formula/uiconfig/ui.po10
-rw-r--r--source/uk/fpicker/uiconfig/ui.po10
-rw-r--r--source/uk/framework/source/classes.po8
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/shared.po12
-rw-r--r--source/uk/helpcontent2/source/text/scalc/00.po30
-rw-r--r--source/uk/helpcontent2/source/text/scalc/01.po20
-rw-r--r--source/uk/helpcontent2/source/text/scalc/guide.po22
-rw-r--r--source/uk/helpcontent2/source/text/sdraw.po8
-rw-r--r--source/uk/helpcontent2/source/text/shared.po16
-rw-r--r--source/uk/helpcontent2/source/text/shared/00.po13
-rw-r--r--source/uk/helpcontent2/source/text/shared/01.po358
-rw-r--r--source/uk/helpcontent2/source/text/shared/guide.po490
-rw-r--r--source/uk/helpcontent2/source/text/shared/optionen.po295
-rw-r--r--source/uk/helpcontent2/source/text/smath.po18
-rw-r--r--source/uk/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/uk/helpcontent2/source/text/smath/01.po257
-rw-r--r--source/uk/helpcontent2/source/text/smath/04.po11
-rw-r--r--source/uk/helpcontent2/source/text/smath/guide.po41
-rw-r--r--source/uk/helpcontent2/source/text/swriter/01.po245
-rw-r--r--source/uk/instsetoo_native/inc_openoffice/windows/msi_languages.po20
-rw-r--r--source/uk/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po8
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice/Office/UI.po183
-rw-r--r--source/uk/reportdesign/source/ui/inspection.po62
-rw-r--r--source/uk/reportdesign/uiconfig/dbreport/ui.po8
-rw-r--r--source/uk/sc/source/ui/dbgui.po8
-rw-r--r--source/uk/sc/source/ui/navipi.po24
-rw-r--r--source/uk/sc/source/ui/src.po38
-rw-r--r--source/uk/scp2/source/ooo.po16
-rw-r--r--source/uk/sd/uiconfig/simpress/ui.po10
-rw-r--r--source/uk/starmath/source.po26
-rw-r--r--source/uk/svtools/source/java.po8
-rw-r--r--source/uk/svtools/source/misc.po12
-rw-r--r--source/uk/svtools/uiconfig/ui.po10
-rw-r--r--source/uk/svx/uiconfig/ui.po27
-rw-r--r--source/uk/sw/source/core/undo.po12
-rw-r--r--source/uk/sw/source/core/unocore.po8
-rw-r--r--source/uk/sw/source/ui/app.po84
-rw-r--r--source/uk/sw/source/ui/index.po18
-rw-r--r--source/uk/sw/source/ui/misc.po58
-rw-r--r--source/uk/sw/source/ui/sidebar.po18
-rw-r--r--source/uk/sw/source/ui/utlui.po34
-rw-r--r--source/uk/sw/source/uibase/ribbar.po12
-rw-r--r--source/uk/sw/source/uibase/utlui.po14
-rw-r--r--source/uk/sw/uiconfig/swriter/ui.po176
-rw-r--r--source/uk/swext/mediawiki/help.po78
-rw-r--r--source/uk/uui/uiconfig/ui.po10
-rw-r--r--source/uk/vcl/source/src.po14
-rw-r--r--source/uk/xmlsecurity/uiconfig/ui.po21
-rw-r--r--source/uz/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/uz/sc/source/ui/src.po10
-rw-r--r--source/uz/svx/uiconfig/ui.po27
-rw-r--r--source/uz/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/uz/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/ve/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/ve/sc/source/ui/src.po12
-rw-r--r--source/ve/sc/uiconfig/scalc/ui.po12
-rw-r--r--source/ve/svx/uiconfig/ui.po27
-rw-r--r--source/ve/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/ve/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/vec/avmedia/source/framework.po10
-rw-r--r--source/vec/basctl/source/basicide.po14
-rw-r--r--source/vec/chart2/uiconfig/ui.po30
-rw-r--r--source/vec/cui/source/customize.po10
-rw-r--r--source/vec/cui/uiconfig/ui.po16
-rw-r--r--source/vec/dbaccess/source/ui/app.po6
-rw-r--r--source/vec/dbaccess/source/ui/querydesign.po12
-rw-r--r--source/vec/dbaccess/source/ui/tabledesign.po6
-rw-r--r--source/vec/desktop/uiconfig/ui.po16
-rw-r--r--source/vec/extensions/source/update/check/org/openoffice/Office.po10
-rw-r--r--source/vec/extras/source/autocorr/emoji.po8
-rw-r--r--source/vec/filter/source/config/fragments/filters.po14
-rw-r--r--source/vec/filter/source/config/fragments/internalgraphicfilters.po10
-rw-r--r--source/vec/filter/uiconfig/ui.po6
-rw-r--r--source/vec/forms/source/resource.po6
-rw-r--r--source/vec/fpicker/uiconfig/ui.po10
-rw-r--r--source/vec/framework/source/classes.po6
-rw-r--r--source/vec/instsetoo_native/inc_openoffice/windows/msi_languages.po14
-rw-r--r--source/vec/librelogo/source/pythonpath.po8
-rw-r--r--source/vec/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/vec/officecfg/registry/data/org/openoffice/Office/UI.po111
-rw-r--r--source/vec/sc/source/ui/src.po8
-rw-r--r--source/vec/scp2/source/draw.po16
-rw-r--r--source/vec/sd/source/ui/annotations.po10
-rw-r--r--source/vec/svtools/uiconfig/ui.po10
-rw-r--r--source/vec/svx/source/accessibility.po10
-rw-r--r--source/vec/svx/source/dialog.po12
-rw-r--r--source/vec/svx/uiconfig/ui.po27
-rw-r--r--source/vec/sw/source/core/undo.po10
-rw-r--r--source/vec/sw/source/ui/utlui.po4
-rw-r--r--source/vec/sw/source/uibase/ribbar.po8
-rw-r--r--source/vec/sw/uiconfig/swriter/ui.po34
-rw-r--r--source/vec/sysui/desktop/share.po10
-rw-r--r--source/vec/vcl/source/src.po8
-rw-r--r--source/vec/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/vi/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/vi/helpcontent2/source/text/scalc/01.po28
-rw-r--r--source/vi/helpcontent2/source/text/scalc/guide.po18
-rw-r--r--source/vi/helpcontent2/source/text/shared/00.po17
-rw-r--r--source/vi/helpcontent2/source/text/shared/01.po360
-rw-r--r--source/vi/helpcontent2/source/text/shared/guide.po490
-rw-r--r--source/vi/helpcontent2/source/text/shared/optionen.po277
-rw-r--r--source/vi/helpcontent2/source/text/smath.po20
-rw-r--r--source/vi/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/vi/helpcontent2/source/text/smath/01.po257
-rw-r--r--source/vi/helpcontent2/source/text/smath/04.po14
-rw-r--r--source/vi/helpcontent2/source/text/smath/guide.po44
-rw-r--r--source/vi/helpcontent2/source/text/swriter/01.po246
-rw-r--r--source/vi/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/vi/sc/source/ui/src.po12
-rw-r--r--source/vi/svx/uiconfig/ui.po27
-rw-r--r--source/vi/sw/uiconfig/swriter/ui.po38
-rw-r--r--source/vi/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/xh/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/xh/sc/source/ui/src.po12
-rw-r--r--source/xh/svx/uiconfig/ui.po25
-rw-r--r--source/xh/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/xh/xmlsecurity/uiconfig/ui.po13
-rw-r--r--source/zh-CN/avmedia/source/framework.po8
-rw-r--r--source/zh-CN/basctl/source/basicide.po12
-rw-r--r--source/zh-CN/chart2/source/controller/dialogs.po10
-rw-r--r--source/zh-CN/chart2/uiconfig/ui.po30
-rw-r--r--source/zh-CN/cui/source/dialogs.po14
-rw-r--r--source/zh-CN/cui/source/options.po180
-rw-r--r--source/zh-CN/cui/source/tabpages.po22
-rw-r--r--source/zh-CN/cui/uiconfig/ui.po300
-rw-r--r--source/zh-CN/dbaccess/source/ui/app.po8
-rw-r--r--source/zh-CN/dbaccess/source/ui/querydesign.po12
-rw-r--r--source/zh-CN/dbaccess/source/ui/tabledesign.po10
-rw-r--r--source/zh-CN/desktop/uiconfig/ui.po16
-rw-r--r--source/zh-CN/extensions/source/bibliography.po12
-rw-r--r--source/zh-CN/extensions/source/propctrlr.po260
-rw-r--r--source/zh-CN/extensions/uiconfig/sabpilot/ui.po8
-rw-r--r--source/zh-CN/filter/source/config/fragments/filters.po14
-rw-r--r--source/zh-CN/filter/source/config/fragments/internalgraphicfilters.po10
-rw-r--r--source/zh-CN/filter/uiconfig/ui.po8
-rw-r--r--source/zh-CN/forms/source/resource.po8
-rw-r--r--source/zh-CN/formula/source/core/resource.po10
-rw-r--r--source/zh-CN/formula/uiconfig/ui.po8
-rw-r--r--source/zh-CN/fpicker/uiconfig/ui.po8
-rw-r--r--source/zh-CN/framework/source/classes.po6
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc.po16
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/00.po24
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/01.po28
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/00.po19
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/01.po558
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/explorer/database.po10
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/guide.po613
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/menu.po13
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/optionen.po307
-rw-r--r--source/zh-CN/helpcontent2/source/text/smath.po14
-rw-r--r--source/zh-CN/helpcontent2/source/text/smath/00.po187
-rw-r--r--source/zh-CN/helpcontent2/source/text/smath/01.po259
-rw-r--r--source/zh-CN/helpcontent2/source/text/smath/04.po14
-rw-r--r--source/zh-CN/helpcontent2/source/text/smath/guide.po39
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/01.po252
-rw-r--r--source/zh-CN/instsetoo_native/inc_openoffice/windows/msi_languages.po20
-rw-r--r--source/zh-CN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po10
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po735
-rw-r--r--source/zh-CN/reportdesign/source/ui/inspection.po66
-rw-r--r--source/zh-CN/reportdesign/uiconfig/dbreport/ui.po20
-rw-r--r--source/zh-CN/sc/source/ui/dbgui.po8
-rw-r--r--source/zh-CN/sc/source/ui/navipi.po22
-rw-r--r--source/zh-CN/sc/source/ui/src.po108
-rw-r--r--source/zh-CN/sc/source/ui/styleui.po20
-rw-r--r--source/zh-CN/sc/uiconfig/scalc/ui.po587
-rw-r--r--source/zh-CN/scp2/source/ooo.po18
-rw-r--r--source/zh-CN/sd/source/core.po16
-rw-r--r--source/zh-CN/sd/source/ui/animations.po40
-rw-r--r--source/zh-CN/sd/source/ui/app.po26
-rw-r--r--source/zh-CN/sd/uiconfig/sdraw/ui.po16
-rw-r--r--source/zh-CN/sd/uiconfig/simpress/ui.po254
-rw-r--r--source/zh-CN/sfx2/source/appl.po10
-rw-r--r--source/zh-CN/sfx2/source/dialog.po98
-rw-r--r--source/zh-CN/sfx2/source/doc.po12
-rw-r--r--source/zh-CN/sfx2/source/sidebar.po14
-rw-r--r--source/zh-CN/sfx2/source/view.po16
-rw-r--r--source/zh-CN/sfx2/uiconfig/ui.po54
-rw-r--r--source/zh-CN/starmath/source.po29
-rw-r--r--source/zh-CN/svtools/source/java.po10
-rw-r--r--source/zh-CN/svtools/source/misc.po24
-rw-r--r--source/zh-CN/svtools/uiconfig/ui.po12
-rw-r--r--source/zh-CN/svx/source/accessibility.po12
-rw-r--r--source/zh-CN/svx/source/dialog.po256
-rw-r--r--source/zh-CN/svx/source/form.po62
-rw-r--r--source/zh-CN/svx/source/src.po10
-rw-r--r--source/zh-CN/svx/source/stbctrls.po10
-rw-r--r--source/zh-CN/svx/source/tbxctrls.po20
-rw-r--r--source/zh-CN/svx/uiconfig/ui.po314
-rw-r--r--source/zh-CN/sw/source/core/undo.po10
-rw-r--r--source/zh-CN/sw/source/core/unocore.po6
-rw-r--r--source/zh-CN/sw/source/ui/app.po82
-rw-r--r--source/zh-CN/sw/source/ui/index.po16
-rw-r--r--source/zh-CN/sw/source/ui/misc.po58
-rw-r--r--source/zh-CN/sw/source/ui/sidebar.po16
-rw-r--r--source/zh-CN/sw/source/ui/utlui.po44
-rw-r--r--source/zh-CN/sw/source/uibase/ribbar.po10
-rw-r--r--source/zh-CN/sw/source/uibase/utlui.po14
-rw-r--r--source/zh-CN/sw/uiconfig/swriter/ui.po544
-rw-r--r--source/zh-CN/swext/mediawiki/help.po80
-rw-r--r--source/zh-CN/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po12
-rw-r--r--source/zh-CN/uui/uiconfig/ui.po6
-rw-r--r--source/zh-CN/vcl/source/src.po12
-rw-r--r--source/zh-CN/xmlsecurity/uiconfig/ui.po19
-rw-r--r--source/zh-TW/avmedia/source/framework.po12
-rw-r--r--source/zh-TW/basctl/source/basicide.po14
-rw-r--r--source/zh-TW/basctl/uiconfig/basicide/ui.po10
-rw-r--r--source/zh-TW/chart2/source/controller/dialogs.po12
-rw-r--r--source/zh-TW/chart2/uiconfig/ui.po28
-rw-r--r--source/zh-TW/cui/source/customize.po10
-rw-r--r--source/zh-TW/cui/source/dialogs.po16
-rw-r--r--source/zh-TW/cui/source/options.po182
-rw-r--r--source/zh-TW/cui/source/tabpages.po18
-rw-r--r--source/zh-TW/cui/uiconfig/ui.po338
-rw-r--r--source/zh-TW/dbaccess/source/ui/app.po10
-rw-r--r--source/zh-TW/dbaccess/source/ui/misc.po8
-rw-r--r--source/zh-TW/dbaccess/source/ui/querydesign.po14
-rw-r--r--source/zh-TW/dbaccess/source/ui/tabledesign.po12
-rw-r--r--source/zh-TW/dbaccess/uiconfig/ui.po8
-rw-r--r--source/zh-TW/desktop/uiconfig/ui.po18
-rw-r--r--source/zh-TW/dictionaries/en/dialog.po11
-rw-r--r--source/zh-TW/editeng/source/items.po9
-rw-r--r--source/zh-TW/extensions/source/bibliography.po12
-rw-r--r--source/zh-TW/extensions/source/propctrlr.po272
-rw-r--r--source/zh-TW/extensions/uiconfig/scanner/ui.po10
-rw-r--r--source/zh-TW/extras/source/autocorr/emoji.po7
-rw-r--r--source/zh-TW/filter/source/config/fragments/filters.po22
-rw-r--r--source/zh-TW/filter/source/config/fragments/internalgraphicfilters.po12
-rw-r--r--source/zh-TW/filter/source/t602.po11
-rw-r--r--source/zh-TW/filter/uiconfig/ui.po10
-rw-r--r--source/zh-TW/forms/source/resource.po8
-rw-r--r--source/zh-TW/formula/source/core/resource.po14
-rw-r--r--source/zh-TW/formula/uiconfig/ui.po12
-rw-r--r--source/zh-TW/fpicker/uiconfig/ui.po12
-rw-r--r--source/zh-TW/framework/source/classes.po10
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/00.po24
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/01.po28
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/guide.po16
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/00.po13
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/01.po362
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/guide.po577
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/optionen.po275
-rw-r--r--source/zh-TW/helpcontent2/source/text/smath.po14
-rw-r--r--source/zh-TW/helpcontent2/source/text/smath/00.po183
-rw-r--r--source/zh-TW/helpcontent2/source/text/smath/01.po223
-rw-r--r--source/zh-TW/helpcontent2/source/text/smath/04.po13
-rw-r--r--source/zh-TW/helpcontent2/source/text/smath/guide.po27
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/01.po246
-rw-r--r--source/zh-TW/instsetoo_native/inc_openoffice/windows/msi_languages.po20
-rw-r--r--source/zh-TW/librelogo/source/pythonpath.po32
-rw-r--r--source/zh-TW/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po8
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice/Office.po12
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice/Office/UI.po1061
-rw-r--r--source/zh-TW/reportdesign/source/core/resource.po11
-rw-r--r--source/zh-TW/reportdesign/source/ui/inspection.po70
-rw-r--r--source/zh-TW/reportdesign/source/ui/report.po10
-rw-r--r--source/zh-TW/reportdesign/uiconfig/dbreport/ui.po26
-rw-r--r--source/zh-TW/sc/source/ui/dbgui.po20
-rw-r--r--source/zh-TW/sc/source/ui/navipi.po26
-rw-r--r--source/zh-TW/sc/source/ui/src.po172
-rw-r--r--source/zh-TW/sc/source/ui/styleui.po22
-rw-r--r--source/zh-TW/sc/uiconfig/scalc/ui.po645
-rw-r--r--source/zh-TW/scp2/source/ooo.po14
-rw-r--r--source/zh-TW/sd/source/core.po20
-rw-r--r--source/zh-TW/sd/source/ui/animations.po42
-rw-r--r--source/zh-TW/sd/source/ui/app.po40
-rw-r--r--source/zh-TW/sd/uiconfig/sdraw/ui.po24
-rw-r--r--source/zh-TW/sd/uiconfig/simpress/ui.po268
-rw-r--r--source/zh-TW/sfx2/source/appl.po34
-rw-r--r--source/zh-TW/sfx2/source/dialog.po98
-rw-r--r--source/zh-TW/sfx2/source/doc.po16
-rw-r--r--source/zh-TW/sfx2/source/sidebar.po12
-rw-r--r--source/zh-TW/sfx2/source/view.po30
-rw-r--r--source/zh-TW/sfx2/uiconfig/ui.po54
-rw-r--r--source/zh-TW/starmath/source.po28
-rw-r--r--source/zh-TW/svl/source/misc.po11
-rw-r--r--source/zh-TW/svtools/source/dialogs.po12
-rw-r--r--source/zh-TW/svtools/source/java.po10
-rw-r--r--source/zh-TW/svtools/source/misc.po12
-rw-r--r--source/zh-TW/svtools/uiconfig/ui.po12
-rw-r--r--source/zh-TW/svx/source/accessibility.po13
-rw-r--r--source/zh-TW/svx/source/dialog.po288
-rw-r--r--source/zh-TW/svx/source/fmcomp.po10
-rw-r--r--source/zh-TW/svx/source/form.po64
-rw-r--r--source/zh-TW/svx/source/gallery2.po10
-rw-r--r--source/zh-TW/svx/source/items.po12
-rw-r--r--source/zh-TW/svx/source/src.po11
-rw-r--r--source/zh-TW/svx/source/stbctrls.po18
-rw-r--r--source/zh-TW/svx/source/svdraw.po70
-rw-r--r--source/zh-TW/svx/source/tbxctrls.po28
-rw-r--r--source/zh-TW/svx/source/toolbars.po21
-rw-r--r--source/zh-TW/svx/uiconfig/ui.po334
-rw-r--r--source/zh-TW/sw/source/core/undo.po14
-rw-r--r--source/zh-TW/sw/source/core/unocore.po10
-rw-r--r--source/zh-TW/sw/source/ui/app.po90
-rw-r--r--source/zh-TW/sw/source/ui/index.po18
-rw-r--r--source/zh-TW/sw/source/ui/misc.po56
-rw-r--r--source/zh-TW/sw/source/ui/sidebar.po20
-rw-r--r--source/zh-TW/sw/source/ui/utlui.po42
-rw-r--r--source/zh-TW/sw/source/uibase/docvw.po16
-rw-r--r--source/zh-TW/sw/source/uibase/ribbar.po12
-rw-r--r--source/zh-TW/sw/source/uibase/utlui.po14
-rw-r--r--source/zh-TW/sw/uiconfig/swriter/ui.po640
-rw-r--r--source/zh-TW/swext/mediawiki/help.po84
-rw-r--r--source/zh-TW/uui/uiconfig/ui.po8
-rw-r--r--source/zh-TW/vcl/source/src.po14
-rw-r--r--source/zh-TW/wizards/source/euro.po46
-rw-r--r--source/zh-TW/xmlsecurity/uiconfig/ui.po19
-rw-r--r--source/zu/officecfg/registry/data/org/openoffice/Office/UI.po107
-rw-r--r--source/zu/sc/source/ui/src.po12
-rw-r--r--source/zu/svx/uiconfig/ui.po25
-rw-r--r--source/zu/sw/uiconfig/swriter/ui.po40
-rw-r--r--source/zu/xmlsecurity/uiconfig/ui.po13
3151 files changed, 127836 insertions, 126684 deletions
diff --git a/source/af/officecfg/registry/data/org/openoffice/Office/UI.po b/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
index 5379b916fce..107ad250c76 100644
--- a/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-04 16:28+0000\n"
+"POT-Creation-Date: 2016-12-27 21:51+0100\n"
+"PO-Revision-Date: 2016-12-01 17:27+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: af\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467649715.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480613271.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -25094,6 +25094,105 @@ msgctxt ""
msgid "Standard"
msgstr "Standaard"
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
diff --git a/source/af/sc/source/ui/src.po b/source/af/sc/source/ui/src.po
index 547ab3f2ce4..793785d8974 100644
--- a/source/af/sc/source/ui/src.po
+++ b/source/af/sc/source/ui/src.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 16:36+0000\n"
+"POT-Creation-Date: 2016-12-10 23:38+0100\n"
+"PO-Revision-Date: 2016-12-02 10:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: af\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467650189.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480673730.000000\n"
#: filter.src
#, fuzzy
@@ -9722,8 +9722,8 @@ msgctxt ""
"RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SUM_IF\n"
"1\n"
"string.text"
-msgid "Totals the arguments that meet the conditions."
-msgstr "Lewer die totaal van die argumente op wat aan die vereistes voldoen."
+msgid "Totals the arguments that meet the condition."
+msgstr ""
#: scfuncs.src
msgctxt ""
diff --git a/source/af/svx/uiconfig/ui.po b/source/af/svx/uiconfig/ui.po
index 628ed7cd798..58a794733f1 100644
--- a/source/af/svx/uiconfig/ui.po
+++ b/source/af/svx/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 16:56+0000\n"
+"POT-Creation-Date: 2016-12-21 15:38+0100\n"
+"PO-Revision-Date: 2016-12-02 11:49+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: af\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467651370.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480679349.000000\n"
#: acceptrejectchangesdialog.ui
msgctxt ""
@@ -3049,7 +3049,7 @@ msgctxt ""
"ignorediacritics\n"
"label\n"
"string.text"
-msgid "Ignore diac_ritics CTL"
+msgid "Ignore diac_ritics"
msgstr ""
#: findreplacedialog.ui
@@ -3058,7 +3058,7 @@ msgctxt ""
"ignorekashida\n"
"label\n"
"string.text"
-msgid "Ignore _kashida CTL"
+msgid "Ignore _kashida"
msgstr ""
#: findreplacedialog.ui
@@ -5144,10 +5144,10 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"radio_deinstall\n"
+"radio_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall extensions"
+msgid "Extensions"
msgstr ""
#: safemodedialog.ui
@@ -5162,10 +5162,19 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"check_deinstall_all_extensions\n"
+"check_reset_shared_extensions\n"
+"label\n"
+"string.text"
+msgid "Reset state of shared extensions"
+msgstr ""
+
+#: safemodedialog.ui
+msgctxt ""
+"safemodedialog.ui\n"
+"check_reset_bundled_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall all extensions (including shared and bundled)"
+msgid "Reset state of bundled extensions"
msgstr ""
#: safemodedialog.ui
diff --git a/source/af/sw/uiconfig/swriter/ui.po b/source/af/sw/uiconfig/swriter/ui.po
index d7e62f05838..ef76de9e4a0 100644
--- a/source/af/sw/uiconfig/swriter/ui.po
+++ b/source/af/sw/uiconfig/swriter/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-04 17:00+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-12-02 12:48+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: none\n"
"Language: af\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467651646.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480682896.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -993,14 +993,13 @@ msgid "Position"
msgstr "Posisie"
#: bulletsandnumbering.ui
-#, fuzzy
msgctxt ""
"bulletsandnumbering.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "Opsies"
+msgid "Customize"
+msgstr ""
#: businessdatapage.ui
msgctxt ""
@@ -10040,26 +10039,6 @@ msgid "Style"
msgstr ""
#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"growb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"shrinkb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
msgctxt ""
"notebookbar_groups.ui\n"
"fomatgrouplabel\n"
@@ -15961,14 +15940,13 @@ msgid "Position"
msgstr "Posisie"
#: templatedialog16.ui
-#, fuzzy
msgctxt ""
"templatedialog16.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "Opsies"
+msgid "Customize"
+msgstr ""
#: templatedialog2.ui
msgctxt ""
diff --git a/source/af/xmlsecurity/uiconfig/ui.po b/source/af/xmlsecurity/uiconfig/ui.po
index 8f3b133db4b..85435697aa2 100644
--- a/source/af/xmlsecurity/uiconfig/ui.po
+++ b/source/af/xmlsecurity/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-05-25 12:09+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-12-02 12:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: none\n"
"Language: af\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1464178157.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480683123.000000\n"
#: certgeneral.ui
msgctxt ""
@@ -208,6 +208,15 @@ msgstr ""
#: digitalsignaturesdialog.ui
msgctxt ""
"digitalsignaturesdialog.ui\n"
+"type\n"
+"label\n"
+"string.text"
+msgid "Signature type"
+msgstr ""
+
+#: digitalsignaturesdialog.ui
+msgctxt ""
+"digitalsignaturesdialog.ui\n"
"macrohint\n"
"label\n"
"string.text"
diff --git a/source/am/avmedia/source/framework.po b/source/am/avmedia/source/framework.po
index e861f0e676d..281f830325a 100644
--- a/source/am/avmedia/source/framework.po
+++ b/source/am/avmedia/source/framework.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-11-12 18:05+0000\n"
+"PO-Revision-Date: 2016-12-15 01:17+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1478973941.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1481764660.000000\n"
#: mediacontrol.src
msgctxt ""
@@ -118,7 +118,7 @@ msgctxt ""
"AVMEDIA_STR_MEDIAPLAYER\n"
"string.text"
msgid "Media Player"
-msgstr "ማጫወቻ"
+msgstr "መገናኛ ማጫወቻ"
#: mediacontrol.src
msgctxt ""
diff --git a/source/am/basic/source/classes.po b/source/am/basic/source/classes.po
index e687bdade83..8e877d759cb 100644
--- a/source/am/basic/source/classes.po
+++ b/source/am/basic/source/classes.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-08-25 12:33+0200\n"
-"PO-Revision-Date: 2016-11-22 19:48+0000\n"
+"PO-Revision-Date: 2016-12-22 23:50+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1479844138.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1482450626.000000\n"
#: sb.src
msgctxt ""
@@ -1112,7 +1112,7 @@ msgctxt ""
"ERRCODE_BASIC_ARRAY_FIX & ERRCODE_RES_MASK\n"
"string.text"
msgid "This array is fixed or temporarily locked."
-msgstr "This array is fixed or temporarily locked."
+msgstr "ይህ ማዘጋጃ ተቆልፏል ወይንም ለ ጊዜው ተቆልፏል"
#: sb.src
msgctxt ""
@@ -1121,7 +1121,7 @@ msgctxt ""
"ERRCODE_BASIC_STRING_OVERFLOW & ERRCODE_RES_MASK\n"
"string.text"
msgid "Out of string space."
-msgstr "Out of string space."
+msgstr "ለ ሀረግ ቦታ የለም"
#: sb.src
msgctxt ""
diff --git a/source/am/chart2/source/controller/dialogs.po b/source/am/chart2/source/controller/dialogs.po
index f05584166a8..9bcb30c0171 100644
--- a/source/am/chart2/source/controller/dialogs.po
+++ b/source/am/chart2/source/controller/dialogs.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-11-15 23:31+0000\n"
+"PO-Revision-Date: 2016-12-23 00:06+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1479252672.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1482451575.000000\n"
#: Strings.src
msgctxt ""
@@ -214,7 +214,7 @@ msgctxt ""
"STR_PAGE_PERSPECTIVE\n"
"string.text"
msgid "Perspective"
-msgstr "Perspective"
+msgstr "አስተያየት"
#: Strings.src
msgctxt ""
@@ -238,7 +238,7 @@ msgctxt ""
"STR_PAGE_ASIAN\n"
"string.text"
msgid "Asian Typography"
-msgstr "Asian Typography"
+msgstr "የ እስያን ጽሁፍ"
#: Strings.src
msgctxt ""
@@ -286,7 +286,7 @@ msgctxt ""
"STR_OBJECT_SECONDARY_X_AXIS\n"
"string.text"
msgid "Secondary X Axis"
-msgstr "Secondary X Axis"
+msgstr "ሁለተኛ X Axis"
#: Strings.src
msgctxt ""
@@ -294,7 +294,7 @@ msgctxt ""
"STR_OBJECT_SECONDARY_Y_AXIS\n"
"string.text"
msgid "Secondary Y Axis"
-msgstr "Secondary Y Axis"
+msgstr "ሁለተኛ Y Axis"
#: Strings.src
msgctxt ""
@@ -414,7 +414,7 @@ msgctxt ""
"STR_OBJECT_TITLE_X_AXIS\n"
"string.text"
msgid "X Axis Title"
-msgstr "X Axis Title"
+msgstr "X Axis አርእስት"
#: Strings.src
msgctxt ""
@@ -422,7 +422,7 @@ msgctxt ""
"STR_OBJECT_TITLE_Y_AXIS\n"
"string.text"
msgid "Y Axis Title"
-msgstr "Y Axis Title"
+msgstr "Y Axis አርእስት"
#: Strings.src
msgctxt ""
@@ -430,7 +430,7 @@ msgctxt ""
"STR_OBJECT_TITLE_Z_AXIS\n"
"string.text"
msgid "Z Axis Title"
-msgstr "Z Axis Title"
+msgstr "Z Axis አርእስት"
#: Strings.src
msgctxt ""
@@ -438,7 +438,7 @@ msgctxt ""
"STR_OBJECT_TITLE_SECONDARY_X_AXIS\n"
"string.text"
msgid "Secondary X Axis Title"
-msgstr "Secondary X Axis Title"
+msgstr "ሁለተኛ X Axis አርእስት"
#: Strings.src
msgctxt ""
@@ -446,7 +446,7 @@ msgctxt ""
"STR_OBJECT_TITLE_SECONDARY_Y_AXIS\n"
"string.text"
msgid "Secondary Y Axis Title"
-msgstr "Secondary Y Axis Title"
+msgstr "ሁለተኛ Y Axis አርእስት"
#: Strings.src
msgctxt ""
@@ -494,7 +494,7 @@ msgctxt ""
"STR_OBJECT_DATASERIES\n"
"string.text"
msgid "Data Series"
-msgstr "Data Series"
+msgstr "ተከታታይ ዳታ"
#: Strings.src
msgctxt ""
@@ -502,7 +502,7 @@ msgctxt ""
"STR_OBJECT_DATASERIES_PLURAL\n"
"string.text"
msgid "Data Series"
-msgstr "Data Series"
+msgstr "ተከታታይ ዳታ"
#: Strings.src
msgctxt ""
@@ -542,7 +542,7 @@ msgctxt ""
"STR_OBJECT_AVERAGE_LINE\n"
"string.text"
msgid "Mean Value Line"
-msgstr "Mean Value Line"
+msgstr "የ አማካይ ዋጋ መስመር"
#: Strings.src
msgctxt ""
@@ -550,7 +550,7 @@ msgctxt ""
"STR_OBJECT_CURVE_EQUATION\n"
"string.text"
msgid "Equation"
-msgstr "Equation"
+msgstr "እኩሌታ"
#: Strings.src
msgctxt ""
@@ -638,7 +638,7 @@ msgctxt ""
"STR_TIP_DATASERIES\n"
"string.text"
msgid "Data Series '%SERIESNAME'"
-msgstr "Data Series '%SERIESNAME'"
+msgstr "ተከታታይ ዳታ '%SERIESNAME'"
#: Strings.src
msgctxt ""
@@ -646,7 +646,7 @@ msgctxt ""
"STR_TIP_DATAPOINT_INDEX\n"
"string.text"
msgid "Data Point %POINTNUMBER"
-msgstr "Data Point %POINTNUMBER"
+msgstr "የ ዳታ ነጥብ %POINTNUMBER"
#: Strings.src
msgctxt ""
@@ -694,7 +694,7 @@ msgctxt ""
"STR_OBJECT_FOR_SERIES\n"
"string.text"
msgid "%OBJECTNAME for Data Series '%SERIESNAME'"
-msgstr "%OBJECTNAME for Data Series '%SERIESNAME'"
+msgstr "%OBJECTNAME ለ ተከታታይ ዳታ '%SERIESNAME'"
#: Strings.src
msgctxt ""
@@ -702,7 +702,7 @@ msgctxt ""
"STR_OBJECT_FOR_ALL_SERIES\n"
"string.text"
msgid "%OBJECTNAME for all Data Series"
-msgstr "%OBJECTNAME for all Data Series"
+msgstr "%OBJECTNAME ለ ሁሉም ተከታታይ ዳታ"
#: Strings.src
msgctxt ""
@@ -846,7 +846,7 @@ msgctxt ""
"STR_DATA_ROLE_X_ERROR\n"
"string.text"
msgid "X-Error-Bars"
-msgstr "X-Error-Bars"
+msgstr "የ X-ስህተት-መደርደሪያ"
#: Strings.src
msgctxt ""
@@ -854,7 +854,7 @@ msgctxt ""
"STR_DATA_ROLE_X_ERROR_POSITIVE\n"
"string.text"
msgid "Positive X-Error-Bars"
-msgstr "Positive X-Error-Bars"
+msgstr "አዎንታዊ የ X-ስህተት-መደርደሪያ"
#: Strings.src
msgctxt ""
@@ -862,7 +862,7 @@ msgctxt ""
"STR_DATA_ROLE_X_ERROR_NEGATIVE\n"
"string.text"
msgid "Negative X-Error-Bars"
-msgstr "Negative X-Error-Bars"
+msgstr "አሉታዊ የ X-ስህተት-መደርደሪያ"
#: Strings.src
msgctxt ""
@@ -870,7 +870,7 @@ msgctxt ""
"STR_DATA_ROLE_Y_ERROR\n"
"string.text"
msgid "Y-Error-Bars"
-msgstr "Y-Error-Bars"
+msgstr "የ Y-ስህተት-መደርደሪያ"
#: Strings.src
msgctxt ""
@@ -878,7 +878,7 @@ msgctxt ""
"STR_DATA_ROLE_Y_ERROR_POSITIVE\n"
"string.text"
msgid "Positive Y-Error-Bars"
-msgstr "Positive Y-Error-Bars"
+msgstr "አዎንታዊ የ Y-ስህተት-መደርደሪያ"
#: Strings.src
msgctxt ""
@@ -886,7 +886,7 @@ msgctxt ""
"STR_DATA_ROLE_Y_ERROR_NEGATIVE\n"
"string.text"
msgid "Negative Y-Error-Bars"
-msgstr "Negative Y-Error-Bars"
+msgstr "አሉታዊ የ Y-ስህተት-መደርደሪያ"
#: Strings.src
msgctxt ""
@@ -934,7 +934,7 @@ msgctxt ""
"STR_DATA_UNNAMED_SERIES\n"
"string.text"
msgid "Unnamed Series"
-msgstr "Unnamed Series"
+msgstr "ያልተሰየመ ተከታታይ"
#: Strings.src
msgctxt ""
@@ -942,7 +942,7 @@ msgctxt ""
"STR_DATA_UNNAMED_SERIES_WITH_INDEX\n"
"string.text"
msgid "Unnamed Series %NUMBER"
-msgstr "Unnamed Series %NUMBER"
+msgstr "ያልተሰየመ ተከታታይ %NUMBER"
#: Strings.src
msgctxt ""
@@ -950,7 +950,7 @@ msgctxt ""
"STR_DATA_SELECT_RANGE_FOR_SERIES\n"
"string.text"
msgid "Select Range for %VALUETYPE of %SERIESNAME"
-msgstr "Select Range for %VALUETYPE of %SERIESNAME"
+msgstr "ይምረጡ መጠን ለ %VALUETYPE of %SERIESNAME"
#: Strings.src
msgctxt ""
@@ -1098,7 +1098,7 @@ msgctxt ""
"STR_TYPE_XY\n"
"string.text"
msgid "XY (Scatter)"
-msgstr "XY (Scatter)"
+msgstr "XY (የ ተበተነ)"
#: Strings_ChartTypes.src
msgctxt ""
@@ -1290,7 +1290,7 @@ msgctxt ""
"STR_STEP_GT_ZERO\n"
"string.text"
msgid "The major interval requires a positive number. Check your input."
-msgstr "The major interval requires a positive number. Check your input."
+msgstr "ዋናው ክፍተት አዎንታዊ ቁጥር ይፈልጋል: ማስገቢያውን ይመርምሩ"
#: Strings_Scale.src
msgctxt ""
@@ -1370,7 +1370,7 @@ msgctxt ""
"STR_REGRESSION_LOG\n"
"string.text"
msgid "Logarithmic"
-msgstr "Logarithmic"
+msgstr "ሎጋሪዝም"
#: Strings_Statistic.src
msgctxt ""
diff --git a/source/am/chart2/uiconfig/ui.po b/source/am/chart2/uiconfig/ui.po
index 3799dba6aa4..9f418807953 100644
--- a/source/am/chart2/uiconfig/ui.po
+++ b/source/am/chart2/uiconfig/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-01 00:16+0000\n"
+"PO-Revision-Date: 2016-12-23 00:11+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1480551379.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1482451880.000000\n"
#: 3dviewdialog.ui
msgctxt ""
@@ -1049,7 +1049,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "Near Axis"
-msgstr "Near Axis"
+msgstr "Axis አጠገብ"
#: sidebaraxis.ui
msgctxt ""
@@ -1679,7 +1679,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Resolution:"
-msgstr "_Resolution:"
+msgstr "_ሪዞሊሽን:"
#: smoothlinesdlg.ui
msgctxt ""
@@ -3326,7 +3326,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Logarithmic scale"
-msgstr "_ሎጋሪዝም መለኪያ"
+msgstr "የ _ሎጋሪዝም መለኪያ"
#: tp_Scale.ui
msgctxt ""
@@ -3407,7 +3407,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "R_esolution"
-msgstr "R_esolution"
+msgstr "ሪ_ዞሊሽን"
#: tp_Scale.ui
msgctxt ""
@@ -3659,7 +3659,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "L_ogarithmic"
-msgstr "L_ogarithmic"
+msgstr "ሎ_ጋሪዝም"
#: tp_Trendline.ui
msgctxt ""
@@ -3677,7 +3677,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Po_wer"
-msgstr "Po_wer"
+msgstr "ሀይ_ል"
#: tp_Trendline.ui
msgctxt ""
@@ -3686,7 +3686,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Polynomial"
-msgstr "_Polynomial"
+msgstr "_ፖሊኖሚያል"
#: tp_Trendline.ui
msgctxt ""
diff --git a/source/am/connectivity/source/resource.po b/source/am/connectivity/source/resource.po
index b44c997035f..08d01eed236 100644
--- a/source/am/connectivity/source/resource.po
+++ b/source/am/connectivity/source/resource.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-11-10 19:33+0100\n"
-"PO-Revision-Date: 2016-11-22 22:09+0000\n"
+"PO-Revision-Date: 2016-12-23 00:14+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1479852564.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1482452071.000000\n"
#: conn_error_message.src
msgctxt ""
@@ -256,7 +256,7 @@ msgctxt ""
"STR_CAN_NOT_CANCEL_ROW_UPDATE\n"
"string.text"
msgid "The row update can not be canceled."
-msgstr "የረድፉን ማሻሻያ መሰረዝ አይቻልም"
+msgstr "የ ረድፉን ማሻሻያ መሰረዝ አይቻልም"
#: conn_shared_res.src
msgctxt ""
@@ -288,7 +288,7 @@ msgctxt ""
"STR_COMMIT_ROW\n"
"string.text"
msgid "Please commit row '$position$' before update rows or insert new rows."
-msgstr "እባክዎን ረድፍ ይፈጽሙ '$position$' ረድፎች ከ ማሻሻል በፊት ወይንም አዲስ ረድፍ ከ ማስገባትዎ በፊት"
+msgstr "እባክዎን ረድፍ ይፈጽሙ '$position$' ረድፎች ከ መሻሻላቸው በፊት ወይንም አዲስ ረድፍ ከ ማስገባትዎ በፊት"
#: conn_shared_res.src
msgctxt ""
@@ -296,7 +296,7 @@ msgctxt ""
"STR_INVALID_ROW_UPDATE\n"
"string.text"
msgid "The update call can not be executed. The row is invalid."
-msgstr "የማሻሻያ ጥሪውን ማስኬድ አልተቻለም ፡ ረድፉ ዋጋ የለውም"
+msgstr "የማሻሻያ ጥሪ ማስኬድ አልተቻለም: ረድፉ ዋጋ የለውም"
#: conn_shared_res.src
msgctxt ""
@@ -360,7 +360,7 @@ msgctxt ""
"STR_NO_INPUTSTREAM\n"
"string.text"
msgid "The input stream was not set."
-msgstr "The input stream was not set."
+msgstr "የ ማስገቢያ ማስተላለፊያ አልተሰናዳም"
#: conn_shared_res.src
msgctxt ""
@@ -544,7 +544,7 @@ msgctxt ""
"STR_COLUMN_NOT_UPDATEABLE\n"
"string.text"
msgid "The column at position '$position$' could not be updated."
-msgstr "The column at position '$position$' could not be updated."
+msgstr "የ አምዱን ቦታ '$position$' ማሻሻል አይቻልም"
#: conn_shared_res.src
msgctxt ""
@@ -796,7 +796,7 @@ msgctxt ""
"STR_COLUMN_NOT_ADDABLE\n"
"string.text"
msgid "The column '$columnname$' could not be added. May be the file system is write protected."
-msgstr "The column '$columnname$' could not be added. May be the file system is write protected."
+msgstr "አምድ '$columnname$' መጨመር አልተቻለም: ምናልባት የ ፋይል ስርአቱ ከ መጻፍ ይጠበቅ ይሆናል"
#: conn_shared_res.src
msgctxt ""
diff --git a/source/am/cui/source/customize.po b/source/am/cui/source/customize.po
index 19bc286c5be..b6a4132befd 100644
--- a/source/am/cui/source/customize.po
+++ b/source/am/cui/source/customize.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-06 06:04+0000\n"
+"PO-Revision-Date: 2016-12-15 01:35+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481004297.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1481765708.000000\n"
#: acccfg.src
msgctxt ""
@@ -131,7 +131,7 @@ msgctxt ""
"RID_SVXSTR_IMPORT_ICON_ERROR\n"
"string.text"
msgid "The files listed below could not be imported. The file format could not be interpreted."
-msgstr "ከስር ያሉትን ፋይሎች ማምጣት አልተቻለም: የፋይሉን አቀራረብ መተርጎም አልተቻለም"
+msgstr "ከ ታች ያሉትን ፋይሎች ማምጣት አልተቻለም: የ ፋይሉን አቀራረብ መተርጎም አልተቻለም"
#: cfg.src
msgctxt ""
@@ -407,7 +407,7 @@ msgctxt ""
"RID_SVXSTR_EVENT_MAILMERGE\n"
"string.text"
msgid "Printing of form letters started"
-msgstr "በደብዳቤዎች ፎርም ማተም ጀምሯል"
+msgstr "በ ደብዳቤዎች ፎርም ማተም ጀምሯል"
#: macropg.src
msgctxt ""
@@ -415,7 +415,7 @@ msgctxt ""
"RID_SVXSTR_EVENT_MAILMERGE_END\n"
"string.text"
msgid "Printing of form letters finished"
-msgstr "በደብዳቤዎች ፎርም ማተም ጨርሷል"
+msgstr "በ ደብዳቤዎች ፎርም ማተም ጨርሷል"
#: macropg.src
msgctxt ""
diff --git a/source/am/cui/source/options.po b/source/am/cui/source/options.po
index c26f328167e..75f5f7abba6 100644
--- a/source/am/cui/source/options.po
+++ b/source/am/cui/source/options.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-06 16:43+0000\n"
+"PO-Revision-Date: 2016-12-31 02:35+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481042626.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483151756.000000\n"
#: connpooloptions.src
msgctxt ""
@@ -350,7 +350,7 @@ msgctxt ""
"RID_SVXSTR_WORDS_WITH_DIGITS\n"
"string.text"
msgid "Check words with numbers "
-msgstr "Check words with numbers "
+msgstr "ቃሎች ከ ቁጥር ጋር መመርመሪያ"
#: optlingu.src
msgctxt ""
@@ -358,7 +358,7 @@ msgctxt ""
"RID_SVXSTR_SPELL_SPECIAL\n"
"string.text"
msgid "Check special regions"
-msgstr "Check special regions"
+msgstr "መመርመሪያ የ ተለዩ አካባቢዎች"
#: optlingu.src
msgctxt ""
@@ -374,7 +374,7 @@ msgctxt ""
"RID_SVXSTR_GRAMMAR_AUTO\n"
"string.text"
msgid "Check grammar as you type"
-msgstr "Check grammar as you type"
+msgstr "መመርመሪያ ሰዋሰው በሚጽፉ ጊዜ"
#: optlingu.src
msgctxt ""
@@ -406,7 +406,7 @@ msgctxt ""
"RID_SVXSTR_HYPH_AUTO\n"
"string.text"
msgid "Hyphenate without inquiry"
-msgstr "Hyphenate without inquiry"
+msgstr "ጭረት ሳይጠየቅ መፈጸሚያ"
#: optlingu.src
msgctxt ""
@@ -414,7 +414,7 @@ msgctxt ""
"RID_SVXSTR_HYPH_SPECIAL\n"
"string.text"
msgid "Hyphenate special regions"
-msgstr "Hyphenate special regions"
+msgstr "ጭረት የ ተለዩ አካባቢዎች"
#: optpath.src
msgctxt ""
@@ -454,7 +454,7 @@ msgctxt ""
"RID_SVXSTR_KEY_PALETTE_PATH\n"
"string.text"
msgid "Palettes"
-msgstr "Palettes"
+msgstr "መደርደሪያ"
#: optpath.src
msgctxt ""
diff --git a/source/am/cui/source/tabpages.po b/source/am/cui/source/tabpages.po
index 67fbf5aef94..059364f8915 100644
--- a/source/am/cui/source/tabpages.po
+++ b/source/am/cui/source/tabpages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-11-29 02:25+0000\n"
+"PO-Revision-Date: 2016-12-14 01:28+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1480386306.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1481678935.000000\n"
#: border.src
msgctxt ""
@@ -444,7 +444,7 @@ msgctxt ""
"RID_SVXSTR_CPTL_STT_SENT\n"
"string.text"
msgid "Capitalize first letter of every sentence"
-msgstr "Capitalize first letter of every sentence"
+msgstr "ሁሉንም አረፍተ ነገር በ አቢይ ፊደል መጀመሪያውን መጻፊያ"
#: strings.src
msgctxt ""
diff --git a/source/am/cui/uiconfig/ui.po b/source/am/cui/uiconfig/ui.po
index b719a8b7daf..34455afed3a 100644
--- a/source/am/cui/uiconfig/ui.po
+++ b/source/am/cui/uiconfig/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-12-10 02:37+0000\n"
+"PO-Revision-Date: 2016-12-31 19:36+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: none\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481337472.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483212986.000000\n"
#: aboutconfigdialog.ui
msgctxt ""
@@ -788,7 +788,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Bitmap"
-msgstr ""
+msgstr "Bitmap"
#: areatabpage.ui
msgctxt ""
@@ -1256,7 +1256,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Bitmap"
-msgstr ""
+msgstr "Bitmap"
#: bitmaptabpage.ui
msgctxt ""
@@ -1547,14 +1547,13 @@ msgid "Version:"
msgstr "እትም:"
#: blackorwhitelistentrydialog.ui
-#, fuzzy
msgctxt ""
"blackorwhitelistentrydialog.ui\n"
"label6\n"
"label\n"
"string.text"
msgid "OpenCL vendor:"
-msgstr "OpenCL vendor:"
+msgstr "የ OpenCL ሻጪ:"
#: blackorwhitelistentrydialog.ui
msgctxt ""
@@ -1566,14 +1565,13 @@ msgid "Device:"
msgstr "አካል:"
#: blackorwhitelistentrydialog.ui
-#, fuzzy
msgctxt ""
"blackorwhitelistentrydialog.ui\n"
"label8\n"
"label\n"
"string.text"
msgid "Driver version:"
-msgstr "Driver version:"
+msgstr "የ Driver እትም:"
#: blackorwhitelistentrydialog.ui
msgctxt ""
@@ -1879,7 +1877,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Merge adjacent line styles"
-msgstr "_Merge adjacent line styles"
+msgstr "አጠገቡ ያለውን የ መስመር ዘዴዎች _ማዋሀጃ"
#: borderpage.ui
msgctxt ""
@@ -2806,7 +2804,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Field shadings"
-msgstr "Field shadings"
+msgstr "የ ሜዳ ጥላዎች"
#: colorconfigwin.ui
msgctxt ""
@@ -2833,7 +2831,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Headers and Footer delimiter"
-msgstr "የ ራስጌ እና ግርጌ ባህሪ"
+msgstr "የ ራስጌ እና ግርጌ ምልክት"
#: colorconfigwin.ui
msgctxt ""
@@ -3517,7 +3515,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "HSB"
-msgstr ""
+msgstr "HSB"
#: colorpickerdialog.ui
msgctxt ""
@@ -3526,7 +3524,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Cyan:"
-msgstr "_አረንጓዴ ሰማያዊ:"
+msgstr "_ሲያን:"
#: colorpickerdialog.ui
msgctxt ""
@@ -4165,7 +4163,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Measure _below object"
-msgstr "ከ እቃው ስር _መለኪያ"
+msgstr "መለኪያ ከ እቃው በ _ታች"
#: dimensionlinestabpage.ui
msgctxt ""
@@ -4768,7 +4766,7 @@ msgctxt ""
"1\n"
"stringlist.text"
msgid "Below text"
-msgstr "ከጽሁፉ ስር"
+msgstr "ከ ጽሁፍ ስር"
#: effectspage.ui
msgctxt ""
@@ -5245,7 +5243,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Sounds like (_Japanese)"
-msgstr ""
+msgstr "Sounds like (_Japanese)"
#: fmsearchdialog.ui
msgctxt ""
@@ -5344,7 +5342,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Record:"
-msgstr "መዝገብ:"
+msgstr "መቅረጫ:"
#: fmsearchdialog.ui
msgctxt ""
@@ -6118,7 +6116,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Ignore post-positional word"
-msgstr ""
+msgstr "መተው በኋላ-የሚመጣ ቃል"
#: hangulhanjaoptdialog.ui
msgctxt ""
@@ -6868,8 +6866,8 @@ msgid ""
"The files listed below could not be imported.\n"
"The file format could not be interpreted."
msgstr ""
-"ከስር ያሉትን ፋይሎች ማምጣት አልተቻለም\n"
-"የፋይሉን አቀራረብ መተርጎም አልተቻለም"
+"ከ ስር ያሉትን ፋይሎች ማምጣት አልተቻለም\n"
+"የ ፋይሉን አቀራረብ መተርጎም አልተቻለም"
#: iconselectordialog.ui
msgctxt ""
@@ -7334,7 +7332,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Arrow Styles"
-msgstr "የቀስት ዘዴዎች"
+msgstr "የ ቀስት ዘዴዎች"
#: lineendstabpage.ui
msgctxt ""
@@ -7469,7 +7467,7 @@ msgctxt ""
"tooltip_text\n"
"string.text"
msgid "Load Line Styles"
-msgstr "የመስመር ዘዴዎች መጫኛ"
+msgstr "የ መስመር ዘዴዎች መጫኛ"
#: linestyletabpage.ui
msgctxt ""
@@ -10713,7 +10711,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_hiragana/katakana"
-msgstr ""
+msgstr "_hiragana/katakana"
#: optjsearchpage.ui
msgctxt ""
@@ -10722,7 +10720,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_contractions (yo-on, sokuon)"
-msgstr ""
+msgstr "_contractions (yo-on, sokuon)"
#: optjsearchpage.ui
msgctxt ""
@@ -12123,7 +12121,7 @@ msgctxt ""
"AtkObject::accessible-description\n"
"string.text"
msgid "Home telephone number"
-msgstr "የቤት ስልክ ቁጥር"
+msgstr "የ ቤት ስልክ ቁጥር"
#: optuserpage.ui
msgctxt ""
@@ -12204,7 +12202,7 @@ msgctxt ""
"AtkObject::accessible-name\n"
"string.text"
msgid "Home telephone number"
-msgstr "የቤት ስልክ ቁጥር"
+msgstr "የ ቤት ስልክ ቁጥር"
#: optuserpage.ui
msgctxt ""
@@ -12333,14 +12331,13 @@ msgid "Use anti-a_liasing"
msgstr "ፀረ-ማ_ጥሪያ ይጠቀሙ"
#: optviewpage.ui
-#, fuzzy
msgctxt ""
"optviewpage.ui\n"
"useopengl\n"
"label\n"
"string.text"
msgid "Use OpenGL for all rendering"
-msgstr "Use OpenGL for all rendering"
+msgstr "ይጠቀሙ የ OpenGL ለ ሁሉም አስተያየት"
#: optviewpage.ui
msgctxt ""
@@ -13381,7 +13378,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Below _paragraph:"
-msgstr "ከ _አንቀጽ በታች:"
+msgstr "ከ _አንቀጽ በ ታች:"
#: paraindentspacing.ui
msgctxt ""
diff --git a/source/am/dbaccess/uiconfig/ui.po b/source/am/dbaccess/uiconfig/ui.po
index bfc8ece7260..50cb528d9a6 100644
--- a/source/am/dbaccess/uiconfig/ui.po
+++ b/source/am/dbaccess/uiconfig/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-12-10 03:21+0000\n"
+"PO-Revision-Date: 2016-12-15 00:31+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481340063.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1481761903.000000\n"
#: admindialog.ui
msgctxt ""
@@ -2216,7 +2216,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Update Options"
-msgstr "የማሻሻያ ምርጫዎች"
+msgstr "የ ማሻሻያ ምርጫዎች"
#: relationdialog.ui
msgctxt ""
diff --git a/source/am/desktop/source/app.po b/source/am/desktop/source/app.po
index fe039de3704..59b19da2059 100644
--- a/source/am/desktop/source/app.po
+++ b/source/am/desktop/source/app.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-04-22 23:40+0200\n"
-"PO-Revision-Date: 2016-10-23 00:37+0000\n"
+"PO-Revision-Date: 2016-12-15 00:33+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1477183040.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1481761994.000000\n"
#: desktop.src
msgctxt ""
@@ -204,7 +204,7 @@ msgctxt ""
"STR_LO_MUST_BE_RESTARTED\n"
"string.text"
msgid "%PRODUCTNAME must unfortunately be manually restarted once after installation or update."
-msgstr "%PRODUCTNAME ከተገጠም ወይንም ከተሻሻለ በኋላ በእጅ እንደገና ማስነሳት ያስፈልጋል"
+msgstr "%PRODUCTNAME ከ ተገጠም ወይንም ከ ተሻሻለ በኋላ በ እጅ እንደገና ማስነሳት ያስፈልጋል"
#: desktop.src
msgctxt ""
diff --git a/source/am/editeng/source/items.po b/source/am/editeng/source/items.po
index f2d43d56fe2..e0e701dd95d 100644
--- a/source/am/editeng/source/items.po
+++ b/source/am/editeng/source/items.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-04-22 23:41+0200\n"
-"PO-Revision-Date: 2016-12-06 17:00+0000\n"
+"PO-Revision-Date: 2016-12-15 01:39+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481043654.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1481765995.000000\n"
#: page.src
msgctxt ""
@@ -854,7 +854,7 @@ msgctxt ""
"RID_SVXITEMS_TAB_DECIMAL_CHAR\n"
"string.text"
msgid "Decimal Symbol:"
-msgstr "የዴሲማል ምልክት:"
+msgstr "የ ዴሲማል ምልክት:"
#: svxitems.src
msgctxt ""
@@ -1599,7 +1599,7 @@ msgctxt ""
"RID_SVXITEMS_EMPHASIS_BELOW_POS\n"
"string.text"
msgid "Below"
-msgstr "ክስር"
+msgstr "ከ ታች"
#: svxitems.src
msgctxt ""
diff --git a/source/am/extensions/source/propctrlr.po b/source/am/extensions/source/propctrlr.po
index 5557303da97..8aa6a1f1218 100644
--- a/source/am/extensions/source/propctrlr.po
+++ b/source/am/extensions/source/propctrlr.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-06 16:44+0000\n"
+"PO-Revision-Date: 2016-12-31 02:14+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481042682.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483150468.000000\n"
#: formlinkdialog.src
msgctxt ""
@@ -2119,7 +2119,7 @@ msgctxt ""
"LF (Unix)\n"
"itemlist.text"
msgid "LF (Unix)"
-msgstr ""
+msgstr "መስመር መቀለቢያ (Unix)"
#: formres.src
msgctxt ""
@@ -2128,7 +2128,7 @@ msgctxt ""
"CR+LF (Windows)\n"
"itemlist.text"
msgid "CR+LF (Windows)"
-msgstr ""
+msgstr "CR+ መስመር መቀለቢያ (Windows)"
#: formres.src
msgctxt ""
diff --git a/source/am/extensions/source/update/check.po b/source/am/extensions/source/update/check.po
index 2a8ceb66110..c440861cea8 100644
--- a/source/am/extensions/source/update/check.po
+++ b/source/am/extensions/source/update/check.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
-"PO-Revision-Date: 2016-08-12 20:33+0000\n"
+"PO-Revision-Date: 2016-12-15 00:41+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1471034006.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1481762513.000000\n"
#: updatehdl.src
msgctxt ""
@@ -57,8 +57,8 @@ msgstr ""
"\n"
"የተገጠመው እትም ይህ ነው %PRODUCTNAME %PRODUCTVERSION.\n"
"\n"
-"ማስታወሻ : ማሻሻያ ከማውረዶት በፊት ፡ እባክዎን በመጀመሪያ ለመግጠም በቂ የሆነ ፍቃድ እንዳለዎት ያረጋግጡ \n"
-"የመግቢያ ቃል ብዙ ጊዜ የአስተዳዳሪው ወይም የ root password, ያስፈልጋል"
+"ማስታወሻ: ማሻሻያ ከማውረዶት በፊት: እባክዎን በ መጀመሪያ ለ መግጠም በቂ የሆነ ፍቃድ እንዳለዎት ያረጋግጡ \n"
+"የ መግቢያ ቃል ብዙ ጊዜ የ አስተዳዳሪውን ወይንም የ root መግቢያ ቃል ያስፈልጋል"
#: updatehdl.src
msgctxt ""
@@ -94,9 +94,9 @@ msgid ""
"\n"
"Under Tools – Options... - %PRODUCTNAME – Online Update you can change the download location."
msgstr ""
-"የማውረጃው አካባቢ እዚህ ነው : %DOWNLOAD_PATH.\n"
+"የ ማውረጃው አካባቢ እዚህ ነው: %DOWNLOAD_PATH.\n"
"\n"
-"ከመሳሪያዎች ስር – ምርጫዎች... - %PRODUCTNAME – በመስመር ላይ ማሻሻያ ፡ የማውረጃ አካባቢውን መቀየር ይችላሉ"
+"ከ መሳሪያዎች ስር – ምርጫዎች... - %PRODUCTNAME – በ መስመር ላይ ማሻሻያ: የ ማውረጃ አካባቢውን መቀየር ይችላሉ"
#: updatehdl.src
msgctxt ""
@@ -118,7 +118,7 @@ msgid ""
msgstr ""
"ራሱ በራሱ ማሻሻያ ማውረጃ አሁን ዝግጁ አይደለም \n"
"\n"
-"ይጫኑ 'ማውረጃውን...' ለ ማውረድ %PRODUCTNAME %NEXTVERSION በ እጅ ከድህረ ገጹ"
+"ይጫኑ 'ማውረጃውን...' ለ ማውረድ %PRODUCTNAME %NEXTVERSION በ እጅ ከ ድህረ ገጹ"
#: updatehdl.src
msgctxt ""
@@ -158,7 +158,7 @@ msgctxt ""
"RID_UPDATE_STR_BEGIN_INSTALL\n"
"string.text"
msgid "To install the update, %PRODUCTNAME %PRODUCTVERSION needs to be closed. Do you want to install the update now?"
-msgstr "ማሻሻያውን ለመግጠም %PRODUCTNAME %PRODUCTVERSION መዘጋት አለበት ማሻሻያውን አሁን መግጠም ይፈልጋሉ?"
+msgstr "ማሻሻያውን ለ መግጠም %PRODUCTNAME %PRODUCTVERSION መዘጋት አለበት: ማሻሻያውን አሁን መግጠም ይፈልጋሉ?"
#: updatehdl.src
msgctxt ""
@@ -342,7 +342,7 @@ msgctxt ""
"RID_UPDATE_BUBBLE_T_DOWNLOADING\n"
"string.text"
msgid "Download of update in progress"
-msgstr "ማሻሻያ ማውረድ በሂደት ላይ"
+msgstr "ማሻሻያ ማውረድ በ ሂደት ላይ ነው"
#: updatehdl.src
msgctxt ""
@@ -398,7 +398,7 @@ msgctxt ""
"RID_UPDATE_BUBBLE_T_EXT_UPD_AVAIL\n"
"string.text"
msgid "Updates for extensions available"
-msgstr "ለተጨማሪዎች ማሻሻያ ዝግጁ ነው"
+msgstr "ለ ተጨማሪዎች ማሻሻያ ዝግጁ ነው"
#: updatehdl.src
msgctxt ""
diff --git a/source/am/extensions/source/update/check/org/openoffice/Office.po b/source/am/extensions/source/update/check/org/openoffice/Office.po
index e7a2892c9e0..fe7142cbfae 100644
--- a/source/am/extensions/source/update/check/org/openoffice/Office.po
+++ b/source/am/extensions/source/update/check/org/openoffice/Office.po
@@ -2,18 +2,19 @@
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"
-"PO-Revision-Date: 2012-06-14 01:43+0200\n"
-"Last-Translator: Samson <sambelet@yahoo.com>\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2015-04-22 23:40+0200\n"
+"PO-Revision-Date: 2016-12-15 00:42+0000\n"
+"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1481762570.000000\n"
#: Addons.xcu
msgctxt ""
@@ -22,4 +23,4 @@ msgctxt ""
"Title\n"
"value.text"
msgid "Check for ~Updates..."
-msgstr "~ማሻሻያ ፈልግ..."
+msgstr "~ማሻሻያ መፈለጊያ..."
diff --git a/source/am/extensions/uiconfig/sabpilot/ui.po b/source/am/extensions/uiconfig/sabpilot/ui.po
index 1c4b194ac32..8d4af76beec 100644
--- a/source/am/extensions/uiconfig/sabpilot/ui.po
+++ b/source/am/extensions/uiconfig/sabpilot/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-11-10 19:33+0100\n"
-"PO-Revision-Date: 2016-10-29 01:14+0000\n"
+"PO-Revision-Date: 2016-12-22 23:46+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1477703649.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1482450369.000000\n"
#: contentfieldpage.ui
msgctxt ""
@@ -205,9 +205,9 @@ msgid ""
"\n"
"Click the button below to open another dialog where you can enter the settings for your data source."
msgstr ""
-"በ እርስዎ ቴምፕሌቶች ውስጥ የ አድራሻ ዳታዎችን ለማዋሀድ %PRODUCTNAME የትኞቹ ዳታዎች በየትኛው ሜዳ ውስጥ እንዳሉ ማወቅ አለብዎት \n"
+"በ እርስዎ ቴምፕሌቶች ውስጥ የ አድራሻ ዳታዎችን ለማዋሀድ %PRODUCTNAME የትኞቹ ዳታዎች በየትኛው ሜዳ ውስጥ እንዳሉ ማወቅ አለብዎት\n"
"\n"
-"ለምሳሌ አስቀምጠው ይሆናል የ ኢ-ሜይል አድራሻዎችን በ \"ኢሜይል\" በሚል ሜዳ ውስጥ ወይንም \"ኢ-ሜይል\" ወይንም \"EM\" - ወይንም በጣም በተለየ ቦታ \n"
+"ለምሳሌ አስቀምጠው ይሆናል የ ኢ-ሜይል አድራሻዎችን በ \"ኢሜይል\" በሚል ሜዳ ውስጥ ወይንም \"ኢ-ሜይል\" ወይንም \"ኢሜ\" - ወይንም በጣም በተለየ ቦታ\n"
"\n"
"ከ ታች ያለውን ቁልፉን ይጫኑ ሌላ ንግግር ለመክፈት ለ እርስዎ ዳታ ምንጭ ማሰናጃ ለማስገባት"
diff --git a/source/am/extras/source/autocorr/emoji.po b/source/am/extras/source/autocorr/emoji.po
index 7ec53dc6277..f19591eb5bc 100644
--- a/source/am/extras/source/autocorr/emoji.po
+++ b/source/am/extras/source/autocorr/emoji.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-10-18 13:02+0200\n"
-"PO-Revision-Date: 2016-12-08 02:35+0000\n"
+"PO-Revision-Date: 2016-12-22 23:47+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481164512.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1482450421.000000\n"
#. ¢ (U+000A2), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -9634,7 +9634,7 @@ msgctxt ""
"SUPERSCRIPT_PLUS_SIGN\n"
"LngText.text"
msgid "^+"
-msgstr ""
+msgstr "^+"
#. ⁻ (U+0207B), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -9652,7 +9652,7 @@ msgctxt ""
"SUPERSCRIPT_EQUALS_SIGN\n"
"LngText.text"
msgid "^="
-msgstr ""
+msgstr "^="
#. ⁽ (U+0207D), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -9769,7 +9769,7 @@ msgctxt ""
"SUBSCRIPT_PLUS_SIGN\n"
"LngText.text"
msgid "_+"
-msgstr ""
+msgstr "_+"
#. ₋ (U+0208B), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -9787,7 +9787,7 @@ msgctxt ""
"SUBSCRIPT_EQUALS_SIGN\n"
"LngText.text"
msgid "_="
-msgstr ""
+msgstr "_="
#. ₍ (U+0208D), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
diff --git a/source/am/forms/source/resource.po b/source/am/forms/source/resource.po
index 740c2d2a921..aa29b47a43c 100644
--- a/source/am/forms/source/resource.po
+++ b/source/am/forms/source/resource.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-11-22 22:19+0000\n"
+"PO-Revision-Date: 2016-12-30 02:55+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1479853179.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483066529.000000\n"
#: strings.src
msgctxt ""
@@ -78,7 +78,7 @@ msgctxt ""
"RID_ERR_REFRESHING_FORM\n"
"string.text"
msgid "The data content could not be updated"
-msgstr "የዳታውን ይዞታ ማሻሻል አልተቻለም"
+msgstr "የ ዳታ ይዞታን ማሻሻል አልተቻለም"
#: strings.src
msgctxt ""
@@ -166,7 +166,7 @@ msgctxt ""
"RID_STR_LABEL_RECORD\n"
"string.text"
msgid "Record"
-msgstr "መዝገብ"
+msgstr "መቅረጫ"
#: strings.src
msgctxt ""
diff --git a/source/am/formula/source/core/resource.po b/source/am/formula/source/core/resource.po
index 37f6d2d6897..e43b2aedc82 100644
--- a/source/am/formula/source/core/resource.po
+++ b/source/am/formula/source/core/resource.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-10 20:04+0100\n"
+"POT-Creation-Date: 2017-01-10 21:25+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1073,7 +1073,7 @@ msgctxt ""
"SC_OPCODE_POWER\n"
"string.text"
msgid "POWER"
-msgstr "POWER"
+msgstr "ሀይል"
#: core_resource.src
msgctxt ""
@@ -2465,15 +2465,6 @@ msgstr "DEVSQ"
msgctxt ""
"core_resource.src\n"
"RID_STRLIST_FUNCTION_NAMES\n"
-"SC_OPCODE_MEDIAN\n"
-"string.text"
-msgid "MEDIAN"
-msgstr "MEDIAN"
-
-#: core_resource.src
-msgctxt ""
-"core_resource.src\n"
-"RID_STRLIST_FUNCTION_NAMES\n"
"SC_OPCODE_MODAL_VALUE\n"
"string.text"
msgid "MODE"
diff --git a/source/am/helpcontent2/source/auxiliary.po b/source/am/helpcontent2/source/auxiliary.po
index 2d946d2352d..f9507641ebf 100644
--- a/source/am/helpcontent2/source/auxiliary.po
+++ b/source/am/helpcontent2/source/auxiliary.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-07 02:28+0000\n"
+"PO-Revision-Date: 2016-12-12 22:51+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481077722.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1481583112.000000\n"
#: sbasic.tree
msgctxt ""
@@ -382,7 +382,7 @@ msgctxt ""
"1015\n"
"node.text"
msgid "Document Version Tracking"
-msgstr "የሰነዱን እትም ፈልጎ ማግኛ"
+msgstr "የ ሰነዱን እትም ፈልጎ ማግኛ"
#: shared.tree
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/sbasic/guide.po b/source/am/helpcontent2/source/text/sbasic/guide.po
index 65a666da1af..4e8623753a8 100644
--- a/source/am/helpcontent2/source/text/sbasic/guide.po
+++ b/source/am/helpcontent2/source/text/sbasic/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-03-09 20:48+0100\n"
-"PO-Revision-Date: 2016-12-07 17:13+0000\n"
+"PO-Revision-Date: 2017-01-07 23:37+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481130803.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483832264.000000\n"
#: access2base.xhp
msgctxt ""
@@ -209,7 +209,7 @@ msgctxt ""
"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 "በ ንድፍ ዘዴ ውስጥ የ መቆጣጠሪያ ባህሪዎችን ለ መቀየር: በቀኝ-ይጫኑ መቆጣጠሪያውን እና ከዛ ይምረጡ <emph>ባህሪዎች</emph>."
+msgstr "በ ንድፍ ዘዴ ውስጥ የ መቆጣጠሪያ ባህሪዎችን ለ መቀየር: በ ቀኝ-ይጫኑ መቆጣጠሪያውን እና ከዛ ይምረጡ <emph>ባህሪዎች</emph>."
#: create_dialog.xhp
msgctxt ""
@@ -252,7 +252,7 @@ msgctxt ""
"11\n"
"help.text"
msgid "Enter a name for the dialog, and click OK. To rename the dialog later, right-click the name on the tab, and choose <emph>Rename</emph>."
-msgstr "ለንግግሩ ስም ያስገቡ እና ይጫኑ እሺ: ንግግሩን በኋላ ለመሰየም: በቀኝ-ይጫኑ በ ንዑስ መስኮት tab ላይ እና ይምረጡ<emph>እንደገና መሰየሚያ</emph>."
+msgstr "ለ ንግግሩ ስም ያስገቡ እና ይጫኑ እሺ: ንግግሩን በኋላ ለመሰየም: በ ቀኝ-ይጫኑ በ ንዑስ መስኮት tab ላይ እና ይምረጡ<emph>እንደገና መሰየሚያ</emph>."
#: create_dialog.xhp
msgctxt ""
@@ -294,7 +294,7 @@ msgctxt ""
"bm_id3149182\n"
"help.text"
msgid "<bookmark_value>controls; creating in the dialog editor</bookmark_value><bookmark_value>dialog editor;creating controls</bookmark_value>"
-msgstr "<bookmark_value>መቆጣጠሪያዎች: በ ንግግር ማረሚያ ውስጥ መፍጠሪያ</bookmark_value><bookmark_value>ንግግር ማረሚያ: መቆጣጠሪያዎች መፍጠሪያ</bookmark_value>"
+msgstr "<bookmark_value>መቆጣጠሪያዎች: በ ንግግር ማረሚያ ውስጥ መፍጠሪያ</bookmark_value><bookmark_value>ንግግር ማረሚያ: መቆጣጠሪያዎች መፍጠሪያ</bookmark_value>"
#: insert_control.xhp
msgctxt ""
@@ -364,7 +364,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<variable id=\"sample_code\"><link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Programming Examples for Controls in the Dialog Editor\">Programming Examples for Controls in the Dialog Editor</link></variable>"
-msgstr "<variable id=\"sample_code\"><link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Programming Examples for Controls in the Dialog Editor\">Programming ምሳሌዎች ለ መቆጣጠሪያ በ ንግግር ማረሚያ ውስጥ</link></variable>"
+msgstr "<variable id=\"sample_code\"><link href=\"text/sbasic/guide/sample_code.xhp\" name=\"Programming Examples for Controls in the Dialog Editor\">ፕሮግራም: ምሳሌዎች ለ መቆጣጠሪያ በ ንግግር ማረሚያ ውስጥ</link></variable>"
#: sample_code.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/sbasic/shared.po b/source/am/helpcontent2/source/text/sbasic/shared.po
index 2ebad2bed8d..141f59e5189 100644
--- a/source/am/helpcontent2/source/text/sbasic/shared.po
+++ b/source/am/helpcontent2/source/text/sbasic/shared.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-09 01:28+0000\n"
+"PO-Revision-Date: 2017-01-08 19:28+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481246914.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483903723.000000\n"
#: 00000002.xhp
msgctxt ""
@@ -308,7 +308,7 @@ msgctxt ""
"12\n"
"help.text"
msgid "Cyan"
-msgstr "አረንጓዴ ሰማያዊ"
+msgstr "ሲያን"
#: 00000003.xhp
msgctxt ""
@@ -452,7 +452,7 @@ msgctxt ""
"28\n"
"help.text"
msgid "Light cyan"
-msgstr "ነጣ ያለ አረንጓዴ ሰማያዊ"
+msgstr "ነጣ ያለ ሲያን"
#: 00000003.xhp
msgctxt ""
@@ -2879,7 +2879,7 @@ msgctxt ""
"bm_id3145090\n"
"help.text"
msgid "<bookmark_value>Basic IDE;Integrated Development Environment</bookmark_value><bookmark_value>IDE;Integrated Development Environment</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Basic IDE;Integrated Development Environment</bookmark_value><bookmark_value>IDE;Integrated Development Environment</bookmark_value>"
#: 01030000.xhp
msgctxt ""
@@ -5110,7 +5110,7 @@ msgctxt ""
"149\n"
"help.text"
msgid "Currency symbol"
-msgstr "የገንዘብ ምልክት"
+msgstr "የ ገንዘብ ምልክት"
#: 01170101.xhp
msgctxt ""
@@ -5119,7 +5119,7 @@ msgctxt ""
"150\n"
"help.text"
msgid "<ahelp hid=\".\">Enter the currency symbol to be used for currency controls.</ahelp>"
-msgstr "<ahelp hid=\".\">ለገንዘብ መቆጣጠሪያ መጠቀም የሚፈልጉትን የገንዘብ ምልክት ያስገቡ</ahelp>"
+msgstr "<ahelp hid=\".\">ለ ገንዘብ መቆጣጠሪያ መጠቀም የሚፈልጉትን የ ገንዘብ ምልክት ያስገቡ</ahelp>"
#: 01170101.xhp
msgctxt ""
@@ -5144,7 +5144,7 @@ msgctxt ""
"82\n"
"help.text"
msgid "Date format"
-msgstr "የቀን አቀራረብ"
+msgstr "የ ቀን አቀራረብ"
#: 01170101.xhp
msgctxt ""
@@ -5553,7 +5553,7 @@ msgctxt ""
"212\n"
"help.text"
msgid "Help URL"
-msgstr "የእርዳታ URL"
+msgstr "የ እርዳታ URL"
#: 01170101.xhp
msgctxt ""
@@ -6124,7 +6124,7 @@ msgctxt ""
"hd_id7534409\n"
"help.text"
msgid "Row height"
-msgstr "የረድፍ እርዝመት"
+msgstr "የ ረድፍ እርዝመት"
#: 01170101.xhp
msgctxt ""
@@ -6491,7 +6491,7 @@ msgctxt ""
"168\n"
"help.text"
msgid "Time Format"
-msgstr "የሰአት አቀራረብ"
+msgstr "የ ሰአት አቀራረብ"
#: 01170101.xhp
msgctxt ""
@@ -6904,7 +6904,7 @@ msgctxt ""
"24\n"
"help.text"
msgid "Mouse button released"
-msgstr "የአይጥ ቁልፍ ለቀዋል"
+msgstr "የ አይጥ ቁልፍ ለቀዋል"
#: 01170103.xhp
msgctxt ""
@@ -7339,7 +7339,7 @@ msgctxt ""
"par_id3153954\n"
"help.text"
msgid "<emph>Type</emph>: Any integer expression that specifies the dialog type and defines the number and type of buttons or icons displayed. <emph>Type</emph> represents a combination of bit patterns (dialog elements defined by adding the respective values):"
-msgstr "<emph>ይጻፉ</emph>: ማንኛውንም የ integer መግለጫ የ ንግግር አይነት የሚገልጽ: እንዲሁም የ ቁጥር እና አይነት ቁልፎች ለ ማሳየት: እና የ ምልክት አይነት: <emph>አይነት</emph> የሚወክለው ጥምረት የ ቢት ድግግሞሽ ነው: እንዲሁም የ አካላቶች ጥምረት ማግኘት ይቻላል በ መጨመር ተገቢውን ዋጋዎች"
+msgstr "<emph>ይጻፉ</emph>: ማንኛውንም የ integer መግለጫ የ ንግግር አይነት የሚገልጽ: እንዲሁም የ ቁጥር እና አይነት ቁልፎች ለ ማሳየት: እና የ ምልክት አይነት: <emph>አይነት</emph> የሚወክለው ጥምረት የ ቢት ድግግሞሽ ነው: (እንዲሁም የ አካላቶች ጥምረት ማግኘት ይቻላል በ መጨመር ተገቢውን ዋጋዎች):"
#: 03010102.xhp
msgctxt ""
@@ -7887,7 +7887,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Blue Function [Runtime]"
-msgstr "ሰማያዊ ተግባር [Runtime]"
+msgstr "ሰማያዊ ተግባር [ማስኬጃ ጊዜ]"
#: 03010301.xhp
msgctxt ""
@@ -7903,7 +7903,7 @@ msgctxt ""
"hd_id3149180\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/03010301.xhp\" name=\"Blue Function [Runtime]\">ሰማያዊ ተግባር [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010301.xhp\" name=\"Blue Function [Runtime]\">ሰማያዊ ተግባር [ማስኬጃ ጊዜ]</link>"
#: 03010301.xhp
msgctxt ""
@@ -8007,7 +8007,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Green Function [Runtime]"
-msgstr "አረንጓዴ ተግባር [Runtime]"
+msgstr "አረንጓዴ ተግባር [ማስኬጃ ጊዜ]"
#: 03010302.xhp
msgctxt ""
@@ -8023,7 +8023,7 @@ msgctxt ""
"hd_id3148947\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/03010302.xhp\" name=\"Green Function [Runtime]\">አረንጓዴ ተግባር [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010302.xhp\" name=\"Green Function [Runtime]\">አረንጓዴ ተግባር [ማስኬጃ ጊዜ]</link>"
#: 03010302.xhp
msgctxt ""
@@ -8351,7 +8351,7 @@ msgctxt ""
"par_id3155412\n"
"help.text"
msgid "3 : Cyan"
-msgstr "3 : አረንጓዴ ሰማያዊ"
+msgstr "3 : ሲያን"
#: 03010304.xhp
msgctxt ""
@@ -8415,7 +8415,7 @@ msgctxt ""
"par_id3149958\n"
"help.text"
msgid "11 : Light Cyan"
-msgstr "11 : ነጣ ያለ አረንጓዴ ሰማያዊ"
+msgstr "11 : ነጣ ያለ ሲያን"
#: 03010304.xhp
msgctxt ""
@@ -8511,7 +8511,7 @@ msgctxt ""
"par_id3155132\n"
"help.text"
msgid "RGB (Red, Green, Blue)"
-msgstr "ቀአሰ (ቀይ : አረንጓዴ: ሰማያዊ)"
+msgstr "ቀአሰ (ቀይ: አረንጓዴ: ሰማያዊ)"
#: 03010305.xhp
msgctxt ""
@@ -8851,7 +8851,7 @@ msgctxt ""
"bm_id3150791\n"
"help.text"
msgid "<bookmark_value>Open statement</bookmark_value>"
-msgstr "<bookmark_value>የ መክፈቻ መግለጫ</bookmark_value>"
+msgstr "<bookmark_value>የ መክፈቻ አረፍተ ነገር</bookmark_value>"
#: 03020103.xhp
msgctxt ""
@@ -13542,7 +13542,7 @@ msgctxt ""
"par_id3151097\n"
"help.text"
msgid "Returns the date as a UNO com.sun.star.util.Date struct."
-msgstr ""
+msgstr "ቀን ይመልሳል እንደ የ UNO com.sun.star.util.Date struct."
#: 03030111.xhp
msgctxt ""
@@ -13558,7 +13558,7 @@ msgctxt ""
"par_id3149497\n"
"help.text"
msgid "CDateToUnoDate(aDate)"
-msgstr ""
+msgstr "CDateToUnoDate(ቀን)"
#: 03030111.xhp
msgctxt ""
@@ -13601,31 +13601,28 @@ msgid "Example:"
msgstr "ለምሳሌ:"
#: 03030112.xhp
-#, fuzzy
msgctxt ""
"03030112.xhp\n"
"tit\n"
"help.text"
msgid "CDateFromUnoDate Function [Runtime]"
-msgstr "CDateFromUnoDate Function [Runtime]"
+msgstr "CDateFromUnoDate ተግባር [ማስኬጃ ጊዜ]"
#: 03030112.xhp
-#, fuzzy
msgctxt ""
"03030112.xhp\n"
"bm_id3150620\n"
"help.text"
msgid "<bookmark_value>CDateFromUnoDate function</bookmark_value>"
-msgstr "<bookmark_value>CDateFromUnoDate function</bookmark_value>"
+msgstr "<bookmark_value>CDateFromUnoDate ተግባር</bookmark_value>"
#: 03030112.xhp
-#, fuzzy
msgctxt ""
"03030112.xhp\n"
"hd_id3150620\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03030112.xhp\" name=\"CDateFromUnoDate Function [Runtime]\">CDateFromUnoDate Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030112.xhp\" name=\"CDateFromUnoDate Function [Runtime]\">CDateFromUnoDate Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030112.xhp\" name=\"CDateFromUnoDate Function [Runtime]\">CDateFromUnoDate ተግባር [ማስኬጃ ጊዜ]</link>"
#: 03030112.xhp
msgctxt ""
@@ -13649,7 +13646,7 @@ msgctxt ""
"par_id3149497\n"
"help.text"
msgid "CDateFromUnoDate(aDate)"
-msgstr ""
+msgstr "CDateFromUnoDate(ቀን)"
#: 03030112.xhp
msgctxt ""
@@ -13692,22 +13689,20 @@ msgid "Example:"
msgstr "ለምሳሌ:"
#: 03030113.xhp
-#, fuzzy
msgctxt ""
"03030113.xhp\n"
"tit\n"
"help.text"
msgid "CDateToUnoTime Function [Runtime]"
-msgstr "CDateToUnoTime Function [Runtime]"
+msgstr "CDateToUnoTime ተግባር [ማስኬጃ ጊዜ]"
#: 03030113.xhp
-#, fuzzy
msgctxt ""
"03030113.xhp\n"
"bm_id3150620\n"
"help.text"
msgid "<bookmark_value>CDateToUnoTime function</bookmark_value>"
-msgstr "<bookmark_value>CDateToUnoTime function</bookmark_value>"
+msgstr "<bookmark_value>CDateToUnoTime ተግባር</bookmark_value>"
#: 03030113.xhp
msgctxt ""
@@ -13723,7 +13718,7 @@ msgctxt ""
"par_id3151097\n"
"help.text"
msgid "Returns the time part of the date as a UNO com.sun.star.util.Time struct."
-msgstr ""
+msgstr "ይመልሳል የ ጊዜ አካል ለ ቀን እንደ የ UNO com.sun.star.util.Time struct."
#: 03030113.xhp
msgctxt ""
@@ -13739,7 +13734,7 @@ msgctxt ""
"par_id3149497\n"
"help.text"
msgid "CDateToUnoTime(aDate)"
-msgstr ""
+msgstr "CDateToUnoTime(ቀን)"
#: 03030113.xhp
msgctxt ""
@@ -13755,7 +13750,7 @@ msgctxt ""
"par_id3154422\n"
"help.text"
msgid "com.sun.star.util.Time"
-msgstr ""
+msgstr "com.sun.star.util.ሰአት"
#: 03030113.xhp
msgctxt ""
@@ -13782,31 +13777,28 @@ msgid "Example:"
msgstr "ለምሳሌ:"
#: 03030114.xhp
-#, fuzzy
msgctxt ""
"03030114.xhp\n"
"tit\n"
"help.text"
msgid "CDateFromUnoTime Function [Runtime]"
-msgstr "CDateFromUnoTime Function [Runtime]"
+msgstr "CDateFromUnoTime ተግባር [ማስኬጃ ጊዜ]"
#: 03030114.xhp
-#, fuzzy
msgctxt ""
"03030114.xhp\n"
"bm_id3150620\n"
"help.text"
msgid "<bookmark_value>CDateFromUnoTime function</bookmark_value>"
-msgstr "<bookmark_value>CDateFromUnoTime function</bookmark_value>"
+msgstr "<bookmark_value>CDateFromUnoTime ተግባር</bookmark_value>"
#: 03030114.xhp
-#, fuzzy
msgctxt ""
"03030114.xhp\n"
"hd_id3150620\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03030114.xhp\" name=\"CDateFromUnoTime Function [Runtime]\">CDateFromUnoTime Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030113.xhp\" name=\"CDateToUnoTime Function [Runtime]\">CDateToUnoTime ተግባሮች [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030114.xhp\" name=\"CDateFromUnoTime Function [Runtime]\">CDateFromUnoTime ተግባር [ማስኬጃ ጊዜ]</link>"
#: 03030114.xhp
msgctxt ""
@@ -13814,7 +13806,7 @@ msgctxt ""
"par_id3151097\n"
"help.text"
msgid "Converts a UNO com.sun.star.util.Time struct to a Date value."
-msgstr ""
+msgstr "መቀየሪያ የ UNO com.sun.star.util.Time struct ወደ ቀን ዋጋ"
#: 03030114.xhp
msgctxt ""
@@ -13830,7 +13822,7 @@ msgctxt ""
"par_id3149497\n"
"help.text"
msgid "CDateFromUnoTime(aTime)"
-msgstr ""
+msgstr "CDateFromUnoTime(ሰአት)"
#: 03030114.xhp
msgctxt ""
@@ -13873,31 +13865,28 @@ msgid "Example:"
msgstr "ለምሳሌ:"
#: 03030115.xhp
-#, fuzzy
msgctxt ""
"03030115.xhp\n"
"tit\n"
"help.text"
msgid "CDateToUnoDateTime Function [Runtime]"
-msgstr "CDateToUnoDateTime Function [Runtime]"
+msgstr "CDateToUnoDateTime ተግባር [ማስኬጃ ጊዜ]"
#: 03030115.xhp
-#, fuzzy
msgctxt ""
"03030115.xhp\n"
"bm_id3150620\n"
"help.text"
msgid "<bookmark_value>CDateToUnoDateTime function</bookmark_value>"
-msgstr "<bookmark_value>CDateToUnoDateTime function</bookmark_value>"
+msgstr "<bookmark_value>CDateToUnoDateTime ተግባር</bookmark_value>"
#: 03030115.xhp
-#, fuzzy
msgctxt ""
"03030115.xhp\n"
"hd_id3150620\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03030115.xhp\" name=\"CDateToUnoDateTime Function [Runtime]\">CDateToUnoDateTime Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030113.xhp\" name=\"CDateToUnoTime Function [Runtime]\">CDateToUnoTime ተግባሮች [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030115.xhp\" name=\"CDateToUnoDateTime Function [Runtime]\">CDateToUnoDateTime ተግባር [ማስኬጃ ጊዜ]</link>"
#: 03030115.xhp
msgctxt ""
@@ -13921,7 +13910,7 @@ msgctxt ""
"par_id3149497\n"
"help.text"
msgid "CDateToUnoDateTime(aDate)"
-msgstr ""
+msgstr "CDateToUnoDateTime(ቀን)"
#: 03030115.xhp
msgctxt ""
@@ -13937,7 +13926,7 @@ msgctxt ""
"par_id3154422\n"
"help.text"
msgid "com.sun.star.util.DateTime"
-msgstr ""
+msgstr "com.sun.star.util.ቀን ሰአት"
#: 03030115.xhp
msgctxt ""
@@ -13964,31 +13953,28 @@ msgid "Example:"
msgstr "ለምሳሌ:"
#: 03030116.xhp
-#, fuzzy
msgctxt ""
"03030116.xhp\n"
"tit\n"
"help.text"
msgid "CDateFromUnoDateTime Function [Runtime]"
-msgstr "CDateFromUnoDateTime Function [Runtime]"
+msgstr "CDateFromUnoDateTime ተግባር [ማስኬጃ ጊዜ]"
#: 03030116.xhp
-#, fuzzy
msgctxt ""
"03030116.xhp\n"
"bm_id3150620\n"
"help.text"
msgid "<bookmark_value>CDateFromUnoDateTime function</bookmark_value>"
-msgstr "<bookmark_value>CDateFromUnoDateTime function</bookmark_value>"
+msgstr "<bookmark_value>CDateFromUnoDateTime ተግባር</bookmark_value>"
#: 03030116.xhp
-#, fuzzy
msgctxt ""
"03030116.xhp\n"
"hd_id3150620\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03030116.xhp\" name=\"CDateFromUnoDateTime Function [Runtime]\">CDateFromUnoDateTime Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03030112.xhp\" name=\"CDateFromUnoDate Function [Runtime]\">CDateFromUnoDate Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03030116.xhp\" name=\"CDateFromUnoDateTime Function [Runtime]\">CDateFromUnoDateTime ተግባር [ማስኬጃ ጊዜ]</link>"
#: 03030116.xhp
msgctxt ""
@@ -13996,7 +13982,7 @@ msgctxt ""
"par_id3151097\n"
"help.text"
msgid "Converts a UNO com.sun.star.util.DateTime struct to a Date value."
-msgstr ""
+msgstr "መቀየሪያ የ UNO com.sun.star.util.DateTime አካል ወደ የ ቀን ዋጋ"
#: 03030116.xhp
msgctxt ""
@@ -14012,7 +13998,7 @@ msgctxt ""
"par_id3149497\n"
"help.text"
msgid "CDateFromUnoDateTime(aDateTime)"
-msgstr ""
+msgstr "CDateFromUnoDateTime(ቀን: ሰአት)"
#: 03030116.xhp
msgctxt ""
@@ -16241,7 +16227,7 @@ msgctxt ""
"par_id3153768\n"
"help.text"
msgid "The AND operator also performs a bitwise comparison of identically positioned bits in two numeric expressions."
-msgstr ""
+msgstr "የ አና አንቀሳቃሽ እንዲሁም ይፈጽማል የ bitwise ማነፃፀሪያ ለ ተመሳሳይ bits ቦታዎች በ ሂሳብ መግለጫዎች ውስጥ"
#: 03060100.xhp
msgctxt ""
@@ -16297,7 +16283,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Eqv Operator [Runtime]"
-msgstr ""
+msgstr "እኩል ነው አንቀሳቃሽ [ማስኬጃ ጊዜ]"
#: 03060200.xhp
msgctxt ""
@@ -16377,7 +16363,7 @@ msgctxt ""
"par_id3154319\n"
"help.text"
msgid "In a bit-wise comparison, the Eqv operator only sets the corresponding bit in the result if a bit is set in both expressions, or in neither expression."
-msgstr ""
+msgstr "በ ቢት-አንፃር ከ ተነፃፀረ: የ አኩል ነው አንቀሳቃሽ የሚያሰናዳው ተመሳሳይ ቢት ነው በ ውጤት ውስጥ: ቢት ከ ተሰናዳ በ ሁለቱም መግለጫዎች: ወይንም ከ ሁለቱ በ አንዱም ባይሰናዳ"
#: 03060200.xhp
msgctxt ""
@@ -16505,7 +16491,7 @@ msgctxt ""
"par_id3150440\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 ""
+msgstr "እርስዎ የሚጠቀሙ ከሆነ የ መፈጸሚያ አንቀሳቃሽ በ ቡሊያን መግለጫዎች ውስጥ: ሀሰት የሚመልሰው የ መጀመሪያው መግለጫ እውነት እና ሁለተኛው መግለጫ ሀሰት ሲሆን ነው"
#: 03060300.xhp
msgctxt ""
@@ -16513,7 +16499,7 @@ msgctxt ""
"par_id3163710\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 ""
+msgstr "እርስዎ የሚጠቀሙ ከሆነ የ መፈጸሚያ አንቀሳቃሽ በ ቢት መግለጫዎች ውስጥ: ቢት ከ ጠፋ ከ ውጤት ውስጥ ተመሳሳያ ቢት ይሰናዳል በ መጀመሪያው መግለጫ ውስጥ: እና ተመሳሳይ ቢት ይጠፋል ከ ሁለተኛው መግለጫ ውስጥ"
#: 03060300.xhp
msgctxt ""
@@ -16641,7 +16627,7 @@ msgctxt ""
"par_id3150868\n"
"help.text"
msgid "When a Boolean expression is negated, the value True changes to False, and the value False changes to True."
-msgstr ""
+msgstr "የ ቡሊያን መግለጫ በሚተው ጊዜ: የ እውነት ዋጋ ይቀየራል ወደ ሀሰት: እና የ ሀሰት ዋጋ ይቀየራል ወደ እውነት"
#: 03060400.xhp
msgctxt ""
@@ -16777,7 +16763,7 @@ msgctxt ""
"par_id3153768\n"
"help.text"
msgid "A bit-wise comparison sets a bit in the result if the corresponding bit is set in at least one of the two expressions."
-msgstr ""
+msgstr "በ ቢት-አንፃር ከ ተነፃፀረ: የሚያሰናዳው ተመሳሳይ ቢት ነው በ ውጤት ውስጥ: ቢት ከ ተሰናዳ ከ ሁለቱ መግለጫዎች በ አንዱ"
#: 03060500.xhp
msgctxt ""
@@ -17542,7 +17528,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "The following numeric functions perform calculations. Mathematical and Boolean operators are described in a separate section. Functions differ from operators in that functions pass arguments and return a result, instead of operators that return a result by combining two numeric expressions."
-msgstr ""
+msgstr "የሚቀጥሉት የ ሂሳብ ተግባሮች ስሌቶችን ይፈጽማሉ: የ ሂሳብ እና የ ቡሊያን አንቀሳቃሾች ተገልጸዋል በ ተለየ ክፍሎች ውስጥ: ተግባሮች ከ አንቀሳቃሾች የሚለዩት: ተግባሮች ክርክሮችን ያልፋሉ እና ውጤት ይመልሳሉ: አንቀሳቃሾች ውጤት የሚመልሱት በ መቀላቀል ነው ሁለት የ ሂሳብ መግለጫዎችን"
#: 03080100.xhp
msgctxt ""
@@ -17744,7 +17730,7 @@ msgctxt ""
"par_id3149482\n"
"help.text"
msgid "d2 = InputBox(\"Enter the length of the side opposite the angle: \",\"Opposite\")"
-msgstr "d1 = ማስገቢያ ሳጥን(\"እርዝመት ያስገቡ ለ ሳይድ ኦፖዚት የ አንግል: \",\"ኦፖዚት\")"
+msgstr "d2 = ማስገቢያ ሳጥን(\"እርዝመት ያስገቡ ለ ሳይድ ኦፖዚት የ አንግል: \",\"ኦፖዚት\")"
#: 03080101.xhp
msgctxt ""
@@ -19322,7 +19308,7 @@ msgctxt ""
"par_id3149561\n"
"help.text"
msgid "siW2 = Int(InputBox(\"Please enter the second amount\",\"Value Input\"))"
-msgstr "siW1 = Int(ማስገቢያ ሳጥን(\"እባክዎን ሁለተኛውን መጠን ያስገቡ\",\"ዋጋ ማስገቢያ\"))"
+msgstr "siW2 = Int(ማስገቢያ ሳጥን(\"እባክዎን ሁለተኛውን መጠን ያስገቡ\",\"ዋጋ ማስገቢያ\"))"
#: 03080601.xhp
msgctxt ""
@@ -21725,7 +21711,7 @@ msgctxt ""
"par_id3147560\n"
"help.text"
msgid "Choose (Index, Selection1[, Selection2, ... [,Selection_n]])"
-msgstr "ይምረጡ (ማውጫ: ምርጫ[, ምርጫ2, ... [,ምርጫ_n]])"
+msgstr "ይምረጡ (ማውጫ: ምርጫ1[, ምርጫ2, ... [,ምርጫ_n]])"
#: 03090402.xhp
msgctxt ""
@@ -22907,7 +22893,7 @@ msgctxt ""
"par_id3153764\n"
"help.text"
msgid "' LinSearch searches a TextArray:sList() for a TextEntry:"
-msgstr ""
+msgstr "' የ መስመር መፈለጊያ መፈለጊያዎች የ ጽሁፍ ማዘጋጃ: sዝርዝር() ለ ጽሁፍ ማስገቢያ:"
#: 03090412.xhp
msgctxt ""
@@ -23365,7 +23351,7 @@ msgctxt ""
"par_id3145171\n"
"help.text"
msgid "The following example uses the <emph>CBool</emph> function to evaluate the value that is returned by the <emph>Instr</emph> function. The function checks if the word \"and\" is found in the sentence that was entered by the user."
-msgstr ""
+msgstr "የሚቀጥለው ምሳሌ የሚጠቀመው <emph>መግለጫ የ ተቀየረ ልዩነት ከ ንዑስ አይነት ቦሊያን</emph> ተግባር ለ መገምገም የ ተመለሰውን ዋጋ በ <emph>ኢንቲጀር ይመልሳል የ መጀመሪያ ቦታ እና ሁኔታ ለ ተወሰነው ሀረግ</emph> ተግባር: ይህ ተግባር ይመረምራል ቃል \"እና\" አረፍተ ነገር ውስጥ የሚገኝ በ ተጠቃሚው የ ገባውን"
#: 03100100.xhp
msgctxt ""
@@ -23413,7 +23399,7 @@ msgctxt ""
"par_id3154014\n"
"help.text"
msgid "' the CBool function is applied as follows:"
-msgstr ""
+msgstr "' የ መግለጫ የ ተቀየረ ልዩነት ከ ንዑስ አይነት ቦሊያን ተግባር የሚፈጸመው እንደሚከተለው ነው:"
#: 03100100.xhp
msgctxt ""
@@ -23421,7 +23407,7 @@ msgctxt ""
"par_id3155413\n"
"help.text"
msgid "If CBool(Instr(sText, \"and\")) Then"
-msgstr ""
+msgstr "ከሆነ መግለጫ የ ተቀየረ ልዩነት ከ ንዑስ አይነት ቦሊያን(ኢንቲጀር ይመልሳል የ መጀመሪያ ቦታ እና ሁኔታ ለ ተወሰነው ሀረግ(sጽሁፍ: \"እና\")) ከዛ"
#: 03100100.xhp
msgctxt ""
@@ -23624,22 +23610,20 @@ msgid "CInt Function [Runtime]"
msgstr "ከ ንዑስ Integer የ ተቀየረ ወደ ተለዋዋጭ ተግባር [ማስኬጃ ጊዜ]"
#: 03100500.xhp
-#, fuzzy
msgctxt ""
"03100500.xhp\n"
"bm_id3149346\n"
"help.text"
msgid "<bookmark_value>CInt function</bookmark_value>"
-msgstr "<bookmark_value>CInt function</bookmark_value>"
+msgstr "<bookmark_value>ከ ንዑስ ኢንቲጀር የ ተቀየረ ወደ ተለዋዋጭ ተግባር</bookmark_value>"
#: 03100500.xhp
-#, fuzzy
msgctxt ""
"03100500.xhp\n"
"hd_id3149346\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/03100500.xhp\" name=\"CInt Function [Runtime]\">CInt Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100500.xhp\" name=\"CInt Function [Runtime]\">ከ ንዑስ ኢንቲጀር የ ተቀየረ ወደ ተለዋዋጭ ተግባር [ማስኬጃ ጊዜ]</link>"
#: 03100500.xhp
msgctxt ""
@@ -23663,7 +23647,7 @@ msgctxt ""
"par_id3154142\n"
"help.text"
msgid "CInt (Expression)"
-msgstr ""
+msgstr "ከ ንዑስ ኢንቲጀር የ ተቀየረ ወደ ተለዋዋጭ ተግባር (መግለጫ)"
#: 03100500.xhp
msgctxt ""
@@ -23714,31 +23698,28 @@ msgid "Example:"
msgstr "ለምሳሌ:"
#: 03100600.xhp
-#, fuzzy
msgctxt ""
"03100600.xhp\n"
"tit\n"
"help.text"
msgid "CLng Function [Runtime]"
-msgstr "CLng Function [Runtime]"
+msgstr "መግለጫ ይመልሳል የ ተቀየረ ወደ ልዩነት ከ ንዑስ አይነት ተግባር [ማስኬጃ ጊዜ]"
#: 03100600.xhp
-#, fuzzy
msgctxt ""
"03100600.xhp\n"
"bm_id3153311\n"
"help.text"
msgid "<bookmark_value>CLng function</bookmark_value>"
-msgstr "<bookmark_value>CLng function</bookmark_value>"
+msgstr "<bookmark_value>መግለጫ ይመልሳል የ ተቀየረ ወደ ልዩነት ከ ንዑስ አይነት ተግባር </bookmark_value>"
#: 03100600.xhp
-#, fuzzy
msgctxt ""
"03100600.xhp\n"
"hd_id3153311\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03100600.xhp\" name=\"CLng Function [Runtime]\">CLng Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03100600.xhp\" name=\"CLng Function [Runtime]\">CLng Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03100600.xhp\" name=\"CLng Function [Runtime]\">መግለጫ ይመልሳል የ ተቀየረ ወደ ልዩነት ከ ንዑስ አይነት ተግባር [ማስኬጃ ጊዜ]</link>"
#: 03100600.xhp
msgctxt ""
@@ -23762,7 +23743,7 @@ msgctxt ""
"par_id3147573\n"
"help.text"
msgid "CLng (Expression)"
-msgstr ""
+msgstr "መግለጫ ይመልሳል የ ተቀየረ ወደ ልዩነት ከ ንዑስ አይነት ተግባር (መግለጫ)"
#: 03100600.xhp
msgctxt ""
@@ -24197,22 +24178,20 @@ msgid "DefBool Statement [Runtime]"
msgstr "ነባር የ ዳታ አይነት ለ ተለዋዋጭ አረፍተ ነገር [ማስኬጃ ጊዜ]"
#: 03101100.xhp
-#, fuzzy
msgctxt ""
"03101100.xhp\n"
"bm_id3145759\n"
"help.text"
msgid "<bookmark_value>DefBool statement</bookmark_value>"
-msgstr "<bookmark_value>DefBool statement</bookmark_value>"
+msgstr "<bookmark_value>ነባር ቡሊያን አረፍተ ነገር</bookmark_value>"
#: 03101100.xhp
-#, fuzzy
msgctxt ""
"03101100.xhp\n"
"hd_id3145759\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/03101100.xhp\" name=\"DefBool Statement [Runtime]\">DefBool Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101100.xhp\" name=\"DefBool Statement [Runtime]\">ነባር ቡሊያን አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
#: 03101100.xhp
msgctxt ""
@@ -24220,7 +24199,7 @@ msgctxt ""
"par_id3153089\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 ""
+msgstr "ምንም አይነት-መግለጫ ባህሪ ወይንም ቁልፍ ቃል ካልተወሰነ: የ DefBool አረፍተ ነገር ማሰናጃ ነባር የ ዳታ አይነት ለ ተለዋዋጭ ይወስዳል: እንደ ፊደል መጠን አይነት"
#: 03101100.xhp
msgctxt ""
@@ -24276,7 +24255,7 @@ msgctxt ""
"par_id3149233\n"
"help.text"
msgid "<emph>DefBool:</emph> Boolean"
-msgstr ""
+msgstr "<emph>ነባር ቡሊያን:</emph> ቡሊያን"
#: 03101100.xhp
msgctxt ""
@@ -24332,7 +24311,7 @@ msgctxt ""
"par_idN1058D\n"
"help.text"
msgid "If no type-declaration character or keyword is specified, the DefCur statement sets the default variable type, according to a letter range."
-msgstr "ምንም አይነት-መግለጫ ባህሪ ከሆነ ወይንም የ ቁልፍ ቃል ይወሰናል: የ ነባር ገንዘብ አረፍተ ነገር ያሰናዳል የ ነባር ተለዋዋጭ አይነት: እንደ ፊደል መጠን አይነት"
+msgstr "ምንም አይነት-መግለጫ ባህሪ ከሆነ ወይንም የ ቁልፍ ቃል ይወሰናል: ነባር የ አሁኑ አረፍተ ነገር ያሰናዳል የ ነባር ተለዋዋጭ አይነት: እንደ ፊደል መጠን አይነት"
#: 03101110.xhp
msgctxt ""
@@ -24420,7 +24399,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "DefErr Statement [Runtime]"
-msgstr ""
+msgstr "ነባር ስህተት አረፍተ ነገር [ማስኬጃ ጊዜ]"
#: 03101120.xhp
msgctxt ""
@@ -24431,13 +24410,12 @@ msgid "<bookmark_value>DefErr statement</bookmark_value>"
msgstr "<bookmark_value>ነባር የ አሁኑ ዳታ አይነት ለ ተለዋዋጭ አረፍተ ነገር</bookmark_value>"
#: 03101120.xhp
-#, fuzzy
msgctxt ""
"03101120.xhp\n"
"par_idN1057D\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03101120.xhp\">DefErr Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03010101.xhp\">የ መልእክት ሳጥን መግለጫ [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101120.xhp\">ነባር ስህተት አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
#: 03101120.xhp
msgctxt ""
@@ -24501,7 +24479,7 @@ msgctxt ""
"par_idN105B0\n"
"help.text"
msgid "<emph>DefErr:</emph> Error"
-msgstr ""
+msgstr "<emph>ነባር ስህተት:</emph> ስህተት"
#: 03101120.xhp
msgctxt ""
@@ -24533,25 +24511,23 @@ msgctxt ""
"tit\n"
"help.text"
msgid "DefSng Statement [Runtime]"
-msgstr ""
+msgstr "ነባር ነጠላ አረፍተ ነገር [ማስኬጃ ጊዜ]"
#: 03101130.xhp
-#, fuzzy
msgctxt ""
"03101130.xhp\n"
"bm_id2445142\n"
"help.text"
msgid "<bookmark_value>DefSng statement</bookmark_value>"
-msgstr "<bookmark_value>DefSng statement</bookmark_value>"
+msgstr "<bookmark_value>ነባር ነጠላ አረፍተ ነገር</bookmark_value>"
#: 03101130.xhp
-#, fuzzy
msgctxt ""
"03101130.xhp\n"
"par_idN10577\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03101130.xhp\">DefSng Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03010101.xhp\">የ መልእክት ሳጥን መግለጫ [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101130.xhp\">ነባር ነጠላ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
#: 03101130.xhp
msgctxt ""
@@ -24615,7 +24591,7 @@ msgctxt ""
"par_idN105AA\n"
"help.text"
msgid "<emph>DefSng:</emph> Single"
-msgstr ""
+msgstr "<emph>ነባር ነጠላ:</emph> ነጠላ"
#: 03101130.xhp
msgctxt ""
@@ -24871,25 +24847,23 @@ msgctxt ""
"tit\n"
"help.text"
msgid "DefDbl Statement [Runtime]"
-msgstr ""
+msgstr "ነባር ድርብ አረፍተ ነገር [ማስኬጃ ጊዜ]"
#: 03101400.xhp
-#, fuzzy
msgctxt ""
"03101400.xhp\n"
"bm_id3147242\n"
"help.text"
msgid "<bookmark_value>DefDbl statement</bookmark_value>"
-msgstr "<bookmark_value>DefDbl statement</bookmark_value>"
+msgstr "<bookmark_value>ነባር ድርብ አረፍተ ነገር</bookmark_value>"
#: 03101400.xhp
-#, fuzzy
msgctxt ""
"03101400.xhp\n"
"hd_id3147242\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03101400.xhp\" name=\"DefDbl Statement [Runtime]\">DefDbl Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03101400.xhp\" name=\"DefDbl Statement [Runtime]\">DefDbl Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101400.xhp\" name=\"DefDbl Statement [Runtime]\">ነባር ድርብ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
#: 03101400.xhp
msgctxt ""
@@ -24953,7 +24927,7 @@ msgctxt ""
"par_id3154123\n"
"help.text"
msgid "<emph>DefDbl:</emph> Double"
-msgstr ""
+msgstr "<emph>ነባር ድርብ:</emph> ድርብ"
#: 03101400.xhp
msgctxt ""
@@ -25097,25 +25071,23 @@ msgctxt ""
"tit\n"
"help.text"
msgid "DefLng Statement [Runtime]"
-msgstr ""
+msgstr "ነባር ረጅም አረፍተ ነገር [ማስኬጃ ጊዜ]"
#: 03101600.xhp
-#, fuzzy
msgctxt ""
"03101600.xhp\n"
"bm_id3148538\n"
"help.text"
msgid "<bookmark_value>DefLng statement</bookmark_value>"
-msgstr "<bookmark_value>DefLng statement</bookmark_value>"
+msgstr "<bookmark_value>ነባር ረጅም አረፍተ ነገር</bookmark_value>"
#: 03101600.xhp
-#, fuzzy
msgctxt ""
"03101600.xhp\n"
"hd_id3148538\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/03101600.xhp\" name=\"DefLng Statement [Runtime]\">DefLng Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101600.xhp\" name=\"DefLng Statement [Runtime]\">ነባር ረጅም አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
#: 03101600.xhp
msgctxt ""
@@ -25179,7 +25151,7 @@ msgctxt ""
"par_id3154686\n"
"help.text"
msgid "<emph>DefLng:</emph> Long"
-msgstr ""
+msgstr "<emph>ነባር ረጅም:</emph> ረጅም"
#: 03101600.xhp
msgctxt ""
@@ -25214,23 +25186,21 @@ msgid "DefObj Statement [Runtime]"
msgstr ""
#: 03101700.xhp
-#, fuzzy
msgctxt ""
"03101700.xhp\n"
"bm_id3149811\n"
"help.text"
msgid "<bookmark_value>DefObj statement</bookmark_value>"
-msgstr "<bookmark_value>DefObj statement</bookmark_value>"
+msgstr "<bookmark_value>DefObj አረፍተ ነገር</bookmark_value>"
#: 03101700.xhp
-#, fuzzy
msgctxt ""
"03101700.xhp\n"
"hd_id3149811\n"
"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03101700.xhp\" name=\"DefObj Statement [Runtime]\">DefObj Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03101700.xhp\" name=\"DefObj Statement [Runtime]\">DefObj Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03101700.xhp\" name=\"DefObj Statement [Runtime]\">DefObj አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
#: 03101700.xhp
msgctxt ""
@@ -25302,7 +25272,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "<emph>DefObj:</emph> Object"
-msgstr ""
+msgstr "<emph>ነባር እቃ:</emph> እቃ"
#: 03101700.xhp
msgctxt ""
@@ -25329,7 +25299,7 @@ msgctxt ""
"13\n"
"help.text"
msgid "DefBool b"
-msgstr ""
+msgstr "ነባር ቡሊያን: ቡ"
#: 03101700.xhp
msgctxt ""
@@ -25338,7 +25308,7 @@ msgctxt ""
"14\n"
"help.text"
msgid "DefDate t"
-msgstr ""
+msgstr "ነባር ቀን: ቀ"
#: 03101700.xhp
msgctxt ""
@@ -25347,7 +25317,7 @@ msgctxt ""
"15\n"
"help.text"
msgid "DefDbL d"
-msgstr ""
+msgstr "ነባር ድርብ: ድ"
#: 03101700.xhp
msgctxt ""
@@ -25356,7 +25326,7 @@ msgctxt ""
"16\n"
"help.text"
msgid "DefInt i"
-msgstr ""
+msgstr "ነባር ኢንቲጀር: ኢ"
#: 03101700.xhp
msgctxt ""
@@ -25365,7 +25335,7 @@ msgctxt ""
"17\n"
"help.text"
msgid "DefLng l"
-msgstr ""
+msgstr "ነባር ረጅም: ረ"
#: 03101700.xhp
msgctxt ""
@@ -25374,7 +25344,7 @@ msgctxt ""
"18\n"
"help.text"
msgid "DefObj o"
-msgstr ""
+msgstr "ነባር እቃ: እ"
#: 03101700.xhp
msgctxt ""
@@ -25383,7 +25353,7 @@ msgctxt ""
"19\n"
"help.text"
msgid "DefVar v"
-msgstr ""
+msgstr "ነባር ተለዋዋጭ: ተ"
#: 03102000.xhp
msgctxt ""
@@ -25471,7 +25441,7 @@ msgctxt ""
"par_id3150767\n"
"help.text"
msgid "<emph>DefVar:</emph> Variant"
-msgstr ""
+msgstr "<emph>ነባር ተለዋዋጭ:</emph> ተለዋዋጭ"
#: 03102000.xhp
msgctxt ""
@@ -25543,7 +25513,7 @@ msgctxt ""
"par_id3154686\n"
"help.text"
msgid "If the variables are separated by commas (for example, DIM sPar1, sPar2, sPar3 AS STRING), only Variant variables can be defined. Use a separate definition line for each variable."
-msgstr "ተለዋዋጭ የ ተለያዩ ከሆነ በ ኮማ (ለምሳሌ: DIM sPar1, sPar2, sPar3 እንደ ሀረግ), ተለዋዋጭ ብቻ ይገለጽ እና ይቀየራል: የ ተለየ መግለጫ መስመር ይጠቀሙ ለ እያንዳንዱ ተለዋዋጭ"
+msgstr "ተለዋዋጭ የ ተለያዩ ከሆነ በ ኮማ (ለምሳሌ: DIM sPar1, sPar2, sPar3 እንደ ሀረግ), ተለዋዋጭ ብቻ ይገለጽ እና ይቀየራል: የ ተለየ መግለጫ መስመር ይጠቀሙ ለ እያንዳንዱ ተለዋዋጭ"
#: 03102100.xhp
msgctxt ""
@@ -25599,7 +25569,7 @@ msgctxt ""
"par_id3153877\n"
"help.text"
msgid "Start and End can be numerical expressions if ReDim is applied at the procedure level."
-msgstr ""
+msgstr "መጀመሪያ እና መጨረሻ የ ቁጥር መግለጫ መሆን ይችላል እንደገና መመጠኛ ከ ተፈጸመ በ አስራር ደረጃ ውስጥ"
#: 03102100.xhp
msgctxt ""
@@ -25623,7 +25593,7 @@ msgctxt ""
"par_id3153949\n"
"help.text"
msgid "<emph>Bool:</emph> Boolean variable (True, False)"
-msgstr ""
+msgstr "<emph>ቡል:</emph> ቡሊያን ተለዋዋጭ (እውነት: ሀሰት)"
#: 03102100.xhp
msgctxt ""
@@ -25695,7 +25665,7 @@ msgctxt ""
"par_id3154704\n"
"help.text"
msgid "<emph>[Variant]:</emph> Variant variable type (contains all types, specified by definition). If a key word is not specified, variables are automatically defined as Variant Type, unless a statement from DefBool to DefVar is used."
-msgstr ""
+msgstr "<emph>[ልዩነት]:</emph> የ ልዩነት ተለዋዋጭ አይነት (የያዛቸው ሁሉም አይነቶች የ ተወሰኑ ናቸው በ መግለጫ). ቁልፍ ቃል ካልተገለጸ: ተለዋዋጭ ራሱ በራሱ አይገለጽም እንደ ልዩነት አይነት: አረፍተ ነገር ከ ነባር ቡል ወደ ነባር ልዩነት ካልተጠቀመ በስተቀር"
#: 03102100.xhp
msgctxt ""
@@ -25775,7 +25745,7 @@ msgctxt ""
"par_id3159239\n"
"help.text"
msgid "You can declare an array types as dynamic if a ReDim statement defines the number of dimensions in the subroutine or the function that contains the array. Generally, you can only define an array dimension once, and you cannot modify it. Within a subroutine, you can declare an array with ReDim. You can only define dimensions with numeric expressions. This ensures that the fields are only as large as necessary."
-msgstr ""
+msgstr "እርስዎ መግለጽ ይችላሉ የ ማዘጋጃ አይነቶች እንደ ሀይለኛ የ እንደገና መመጠኛ አረፍተ ነገር ከገለጸ ቁጥር ለ አቅጣጫዎች በ ንዑስ አሰራር ውስጥ ወይንም ተግባሮች ማዘጋጃ በያዙ ውስጥ: ባጠቃላይ: እርስዎ መግለጽ ይችላሉ የ ማዘጋጃ አቅጣጫ አንድ ጊዜ ብቻ: እና እርስዎ ማሻሻል ይችላሉ: በ ንዑስ አሰራር ውስጥ: እርስዎ ማዘጋጃ መግለጽ ይችላሉ በ እንደገና መመጠኛ: እርስዎ አቅጣጫዎችን መግለጽ የሚችሉት በ ቁጥር መግለጫዎች ውስጥ ብቻ ነው: ይህ የ ሜዳዎቹን እርዝመት እንደ አስፈላጊነቱ ያረጋግጣል"
#: 03102100.xhp
msgctxt ""
@@ -25815,25 +25785,23 @@ msgctxt ""
"tit\n"
"help.text"
msgid "ReDim Statement [Runtime]"
-msgstr ""
+msgstr "እንደገና መመጠኛ አረፍተ ነገር [ማስኬጃ ጊዜ]"
#: 03102101.xhp
-#, fuzzy
msgctxt ""
"03102101.xhp\n"
"bm_id3150398\n"
"help.text"
msgid "<bookmark_value>ReDim statement</bookmark_value>"
-msgstr "<bookmark_value>ReDim statement</bookmark_value>"
+msgstr "<bookmark_value>እንደገና መመጠኛ አረፍተ ነገር</bookmark_value>"
#: 03102101.xhp
-#, fuzzy
msgctxt ""
"03102101.xhp\n"
"hd_id3150398\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03102101.xhp\" name=\"ReDim Statement [Runtime]\">ReDim Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03102101.xhp\" name=\"ReDim Statement [Runtime]\">ReDim Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03102101.xhp\" name=\"ReDim Statement [Runtime]\">እንደገና መመጠኛ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
#: 03102101.xhp
msgctxt ""
@@ -25897,7 +25865,7 @@ msgctxt ""
"par_id3155307\n"
"help.text"
msgid "Start and End can be numeric expressions if ReDim is used at the procedure level."
-msgstr ""
+msgstr "መጀመሪያ እና መጨረሻ የ ቁጥር መግለጫ መሆን ይችላሉ እንደገና መመጠኛን በ አሰራር ደረጃ ውስጥ ከ ተጠቀሙ"
#: 03102101.xhp
msgctxt ""
@@ -25921,7 +25889,7 @@ msgctxt ""
"par_id3153728\n"
"help.text"
msgid "<emph>Bool: </emph>Boolean variable (True, False)"
-msgstr ""
+msgstr "<emph>ቡል: </emph>ቡሊያን ተለዋዋጭ (እውነት: ሀሰት)"
#: 03102101.xhp
msgctxt ""
@@ -25937,7 +25905,7 @@ msgctxt ""
"par_id3159156\n"
"help.text"
msgid "<emph>Double:</emph> Double floating point variable (1.79769313486232x10E308 - 4.94065645841247x10E-324)"
-msgstr "<emph>ድርብ:</emph> ድርብ-ትክክለኛነት ተንሳፋፊ-ነጥብ ተለዋዋጭ (1,79769313486232 x 10E308 - 4,94065645841247 x 10E-324)"
+msgstr "<emph>ድርብ:</emph> ድርብ ተንሳፋፊ ነጥብ ተለዋዋጭ (1,79769313486232x10E308 - 4,94065645841247 x 10E-324)"
#: 03102101.xhp
msgctxt ""
@@ -25969,7 +25937,7 @@ msgctxt ""
"par_id3154729\n"
"help.text"
msgid "<emph>[Single]:</emph> Single floating-point variable (3.402823x10E38 - 1.401298x10E-45). If no key word is specified, a variable is defined as Single, unless a statement from DefBool to DefVar is used."
-msgstr ""
+msgstr "<emph>[ነጠላ]:</emph> ነጠላ ተንሳፋፊ-ነጥብ ተለዋዋጭ (3.402823x10E38 - 1.401298x10E-45). ምንም ቁልፍ ቃል ካልተገለጸ: ተለዋዋጭ የሚገለጸው እንደ ነጠላ ነው: አረፍተ ነገር ከ ነባር ቡል ወደ ነባር ልዩነት ካልተጠቀመ በስተቀር"
#: 03102101.xhp
msgctxt ""
@@ -26049,7 +26017,7 @@ msgctxt ""
"par_id3149018\n"
"help.text"
msgid "Variable fields, regardless of type, can be made dynamic if they are dimensioned by ReDim at the procedure level in subroutines or functions. Normally, you can only set the range of an array once and you cannot modify it. Within a procedure, you can declare an array using the ReDim statement with numeric expressions to define the range of the field sizes."
-msgstr ""
+msgstr "ተለዋዋጭ ሜዳዎች ምንም አይነት ቢሆን: ሀይለኛ ማድረግ ይቻላል: አቅጣጫ ከ ተሰጣቸው በ እንደገና መመጠኛ አሰራር ደረጃ ውስጥ በ ንዑስ አሰራር ወይንም ተግባሮች ውስጥ: ብዙ ጊዜ እርስዎ ማሰናዳት የሚችሉት የ ማዘጋጃውን መጠን ነው አንድ ጊዜ እና እርስዎ ማሻሻል አይችሉም: በ አሰራሩ ውስጥ: እርስዎ መግለጽ ይችላሉ ማዘጋጃ እንደገና መመጠኛ አረፍተ ነገር በ መጠቀም በ ቁጥር መግለጫ ውስጥ የ ሜዳዎችን መጠን ለ መግለጽ"
#: 03102101.xhp
msgctxt ""
@@ -26121,7 +26089,7 @@ msgctxt ""
"par_id3154685\n"
"help.text"
msgid "Bool"
-msgstr ""
+msgstr "ቡል"
#: 03102200.xhp
msgctxt ""
@@ -26209,7 +26177,7 @@ msgctxt ""
"par_id3147560\n"
"help.text"
msgid "Bool"
-msgstr ""
+msgstr "ቡል"
#: 03102300.xhp
msgctxt ""
@@ -26313,7 +26281,7 @@ msgctxt ""
"par_id3156344\n"
"help.text"
msgid "Bool"
-msgstr ""
+msgstr "ቡል"
#: 03102400.xhp
msgctxt ""
@@ -26409,7 +26377,7 @@ msgctxt ""
"par_idN1056C\n"
"help.text"
msgid "Bool"
-msgstr ""
+msgstr "ቡል"
#: 03102450.xhp
msgctxt ""
@@ -26489,7 +26457,7 @@ msgctxt ""
"par_id3145609\n"
"help.text"
msgid "Bool"
-msgstr ""
+msgstr "ቡል"
#: 03102600.xhp
msgctxt ""
@@ -26585,7 +26553,7 @@ msgctxt ""
"par_id3148944\n"
"help.text"
msgid "Bool"
-msgstr ""
+msgstr "ቡል"
#: 03102700.xhp
msgctxt ""
@@ -26695,7 +26663,7 @@ msgctxt ""
"6\n"
"help.text"
msgid "Bool"
-msgstr ""
+msgstr "ቡል"
#: 03102800.xhp
msgctxt ""
@@ -27329,25 +27297,23 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Static Statement [Runtime]"
-msgstr ""
+msgstr "የ ተወሰነ አረፍተ ነገር [ማስኬጃ ጊዜ]"
#: 03103500.xhp
-#, fuzzy
msgctxt ""
"03103500.xhp\n"
"bm_id3149798\n"
"help.text"
msgid "<bookmark_value>Static statement</bookmark_value>"
-msgstr "<bookmark_value>Static statement</bookmark_value>"
+msgstr "<bookmark_value>የ ተወሰነ አረፍተ ነገር</bookmark_value>"
#: 03103500.xhp
-#, fuzzy
msgctxt ""
"03103500.xhp\n"
"hd_id3149798\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/03103500.xhp\" name=\"Static Statement [Runtime]\">Static Statement [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03103500.xhp\" name=\"Static Statement [Runtime]\">የ ተወሰነ አረፍተ ነገር [ማስኬጃ ጊዜ]</link>"
#: 03103500.xhp
msgctxt ""
@@ -27363,7 +27329,7 @@ msgctxt ""
"par_id3147264\n"
"help.text"
msgid "The <emph>Static statement</emph> cannot be used to define variable arrays. Arrays must be specified according to a fixed size."
-msgstr ""
+msgstr "የ <emph>ተወሰነ አረፍተ ነገር</emph> መጠቀም አይችሉም ለ መግለጽ የ ተለዋዋጭ ማዘጋጃ: በ ተወሰነ መጠን ማዘጋጃ መወሰን አለበት"
#: 03103500.xhp
msgctxt ""
@@ -27403,7 +27369,7 @@ msgctxt ""
"par_id3151115\n"
"help.text"
msgid "' Function for initialization of the static variable"
-msgstr ""
+msgstr "' ተግባር ለ ማስጀመሪያ የ ተወሰነ ተለዋዋጭ"
#: 03103500.xhp
msgctxt ""
@@ -27864,7 +27830,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "corresponds to the command block:"
-msgstr ""
+msgstr "ከ ትእዛዝ ክፍሎች ጋር ይስማማል:"
#: 03103800.xhp
msgctxt ""
@@ -28105,7 +28071,7 @@ msgctxt ""
"11\n"
"help.text"
msgid "ObjProp = FindPropertyObject( ObjVar, PropName As String )"
-msgstr ""
+msgstr "የ እቃ ባህሪ = መፈለጊያ የ እቃ ባህሪ( ተለዋዋጭ እቃ: የ እቃ ስም እንደ ሀረግ )"
#: 03103900.xhp
msgctxt ""
@@ -28114,7 +28080,7 @@ msgctxt ""
"12\n"
"help.text"
msgid "ObjProp.Command = 5"
-msgstr ""
+msgstr "የ እቃ ባህሪ.ትእዛዝ = 5"
#: 03103900.xhp
msgctxt ""
@@ -28159,7 +28125,7 @@ msgctxt ""
"17\n"
"help.text"
msgid "FindPropertyObject( ObjVar, PropName As String )"
-msgstr ""
+msgstr "መፈለጊያ የ እቃ ባህሪ( ተለዋዋጭ እቃ: የ እቃ ስም እንደ ሀረግ )"
#: 03103900.xhp
msgctxt ""
@@ -28177,7 +28143,7 @@ msgctxt ""
"19\n"
"help.text"
msgid "<emph>ObjVar:</emph> Object variable that you want to dynamically define at run-time."
-msgstr ""
+msgstr "<emph>ተለዋዋጭ እቃ:</emph> ተለዋዋጭ እቃ እርስዎ መግለጽ የሚፈልጉት በ ማስኬጃ-ጊዜ ውስጥ"
#: 03103900.xhp
msgctxt ""
@@ -28612,13 +28578,12 @@ msgid "HasUnoInterfaces Function [Runtime]"
msgstr ""
#: 03104400.xhp
-#, fuzzy
msgctxt ""
"03104400.xhp\n"
"bm_id3149987\n"
"help.text"
msgid "<bookmark_value>HasUnoInterfaces function</bookmark_value>"
-msgstr "<bookmark_value>HasUnoInterfaces function</bookmark_value>"
+msgstr "<bookmark_value>HasUnoInterfaces ተግባር</bookmark_value>"
#: 03104400.xhp
msgctxt ""
@@ -28681,7 +28646,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "Bool"
-msgstr ""
+msgstr "ቡል"
#: 03104400.xhp
msgctxt ""
@@ -28729,31 +28694,28 @@ msgid "bHas = HasUnoInterfaces( oTest, \"com.sun.star.beans.XIntrospection\" )"
msgstr ""
#: 03104500.xhp
-#, fuzzy
msgctxt ""
"03104500.xhp\n"
"tit\n"
"help.text"
msgid "IsUnoStruct Function [Runtime]"
-msgstr "IsUnoStruct Function [Runtime]"
+msgstr "IsUnoStruct ተግባር [ማስኬጃ ጊዜ]"
#: 03104500.xhp
-#, fuzzy
msgctxt ""
"03104500.xhp\n"
"bm_id3146117\n"
"help.text"
msgid "<bookmark_value>IsUnoStruct function</bookmark_value>"
-msgstr "<bookmark_value>IsUnoStruct function</bookmark_value>"
+msgstr "<bookmark_value>IsUnoStruct ተግባር</bookmark_value>"
#: 03104500.xhp
-#, fuzzy
msgctxt ""
"03104500.xhp\n"
"hd_id3146117\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/03104500.xhp\" name=\"IsUnoStruct Function [Runtime]\">IsUnoStruct Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03104500.xhp\" name=\"IsUnoStruct Function [Runtime]\">IsUnoStruct ተግባር [ማስኬጃ ጊዜ]</link>"
#: 03104500.xhp
msgctxt ""
@@ -28793,7 +28755,7 @@ msgctxt ""
"par_id3145315\n"
"help.text"
msgid "Bool"
-msgstr ""
+msgstr "ቡል"
#: 03104500.xhp
msgctxt ""
@@ -28860,22 +28822,20 @@ msgid "MsgBox bIsStruct ' Displays False because 42 is NO struct"
msgstr ""
#: 03104600.xhp
-#, fuzzy
msgctxt ""
"03104600.xhp\n"
"tit\n"
"help.text"
msgid "EqualUnoObjects Function [Runtime]"
-msgstr "EqualUnoObjects Function [Runtime]"
+msgstr "EqualUnoObjects ተግባር [ማስኬጃ ጊዜ]"
#: 03104600.xhp
-#, fuzzy
msgctxt ""
"03104600.xhp\n"
"bm_id3149205\n"
"help.text"
msgid "<bookmark_value>EqualUnoObjects function</bookmark_value>"
-msgstr "<bookmark_value>EqualUnoObjects function</bookmark_value>"
+msgstr "<bookmark_value>EqualUnoObjects ተግባር</bookmark_value>"
#: 03104600.xhp
msgctxt ""
@@ -28929,7 +28889,7 @@ msgctxt ""
"6\n"
"help.text"
msgid "Bool"
-msgstr ""
+msgstr "ቡል"
#: 03104600.xhp
msgctxt ""
@@ -29001,7 +28961,7 @@ msgctxt ""
"14\n"
"help.text"
msgid "Struct2 = Struct1"
-msgstr ""
+msgstr "አካል2 = አካል1"
#: 03104600.xhp
msgctxt ""
@@ -30653,7 +30613,7 @@ msgctxt ""
"par_id3150791\n"
"help.text"
msgid "The following example converts a date in YYYY.MM.DD format to MM/DD/YYYY format."
-msgstr "የሚቀጥለው ምስሌ ይቀይራል ቀን በ አአአአ.ወወ.ቀቀ አቀራረብ ወደ ወወ/ቀቀ/አአአአ አቀራረብ"
+msgstr "የሚቀጥለው ምስሌ ይቀይራል ቀን በ አአአአ.ወወ.ቀቀ አቀራረብ ወደ ወወ/ቀቀ/አአአአ አቀራረብ"
#: 03120303.xhp
msgctxt ""
@@ -32362,31 +32322,28 @@ msgid "MsgBox Len(sText) REM Returns 9"
msgstr ""
#: 03120403.xhp
-#, fuzzy
msgctxt ""
"03120403.xhp\n"
"tit\n"
"help.text"
msgid "StrComp Function [Runtime]"
-msgstr "StrComp Function [Runtime]"
+msgstr "StrComp ተግባር [ማስኬጃ ጊዜ]"
#: 03120403.xhp
-#, fuzzy
msgctxt ""
"03120403.xhp\n"
"bm_id3156027\n"
"help.text"
msgid "<bookmark_value>StrComp function</bookmark_value>"
-msgstr "<bookmark_value>StrComp function</bookmark_value>"
+msgstr "<bookmark_value>StrComp ተግባር</bookmark_value>"
#: 03120403.xhp
-#, fuzzy
msgctxt ""
"03120403.xhp\n"
"hd_id3156027\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/03120403.xhp\" name=\"StrComp Function [Runtime]\">StrComp Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03120403.xhp\" name=\"StrComp Function [Runtime]\">StrComp ተግባር [ማስኬጃ ጊዜ]</link>"
#: 03120403.xhp
msgctxt ""
@@ -33276,22 +33233,20 @@ msgid "MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" Tw
msgstr "የ መልእክት ሳጥን \"\" & ትዊፕስ በ ፒክስልX() & \" ትዊፕስ * \" & ትዊፕስ በ ፒክስልY() & \" ትዊፕስ\",0,\"የ ፒክስል መጠን\""
#: 03131500.xhp
-#, fuzzy
msgctxt ""
"03131500.xhp\n"
"tit\n"
"help.text"
msgid "CreateUnoStruct Function [Runtime]"
-msgstr "CreateUnoStruct Function [Runtime]"
+msgstr "CreateUnoStruct ተግባር [ማስኬጃ ጊዜ]"
#: 03131500.xhp
-#, fuzzy
msgctxt ""
"03131500.xhp\n"
"bm_id3150499\n"
"help.text"
msgid "<bookmark_value>CreateUnoStruct function</bookmark_value>"
-msgstr "<bookmark_value>CreateUnoStruct function</bookmark_value>"
+msgstr "<bookmark_value>CreateUnoStruct ተግባር</bookmark_value>"
#: 03131500.xhp
msgctxt ""
@@ -33366,31 +33321,28 @@ msgid "oStruct = CreateUnoStruct( \"com.sun.star.beans.Property\" )"
msgstr ""
#: 03131600.xhp
-#, fuzzy
msgctxt ""
"03131600.xhp\n"
"tit\n"
"help.text"
msgid "CreateUnoService Function [Runtime]"
-msgstr "CreateUnoService Function [Runtime]"
+msgstr "CreateUnoService ተግባር [ማስኬጃ ጊዜ]"
#: 03131600.xhp
-#, fuzzy
msgctxt ""
"03131600.xhp\n"
"bm_id3150682\n"
"help.text"
msgid "<bookmark_value>CreateUnoService function</bookmark_value>"
-msgstr "<bookmark_value>CreateUnoService function</bookmark_value>"
+msgstr "<bookmark_value>CreateUnoService ተግባር</bookmark_value>"
#: 03131600.xhp
-#, fuzzy
msgctxt ""
"03131600.xhp\n"
"hd_id3150682\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/03131600.xhp\" name=\"CreateUnoService Function [Runtime]\">CreateUnoService Function [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03131600.xhp\" name=\"CreateUnoService Function [Runtime]\">CreateUnoService ተግባር [ማስኬጃ ጊዜ]</link>"
#: 03131600.xhp
msgctxt ""
@@ -33446,7 +33398,7 @@ msgctxt ""
"bm_id8334604\n"
"help.text"
msgid "<bookmark_value>filepicker;API service</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>ፋይል መራጭ: ለ API ግልጋሎት</bookmark_value>"
#: 03131600.xhp
msgctxt ""
@@ -33579,22 +33531,20 @@ msgid "oIntrospection = CreateUnoService(\"com.sun.star.beans.Introspection\")"
msgstr ""
#: 03131800.xhp
-#, fuzzy
msgctxt ""
"03131800.xhp\n"
"tit\n"
"help.text"
msgid "CreateUnoDialog Function [Runtime]"
-msgstr "CreateUnoDialog Function [Runtime]"
+msgstr "CreateUnoDialog ተግባር [ማስኬጃ ጊዜ]"
#: 03131800.xhp
-#, fuzzy
msgctxt ""
"03131800.xhp\n"
"bm_id3150040\n"
"help.text"
msgid "<bookmark_value>CreateUnoDialog function</bookmark_value>"
-msgstr "<bookmark_value>CreateUnoDialog function</bookmark_value>"
+msgstr "<bookmark_value>CreateUnoDialog ተግባር</bookmark_value>"
#: 03131800.xhp
msgctxt ""
@@ -33960,7 +33910,7 @@ msgctxt ""
"par_id3149294\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 "ለ መፍጠር Uno አድማጭ ዘዴ ሁለት ደንቦች ይፈልጋል: የ መጀመሪያው መነሻዎች ነው እና ከ ታች በኩል ይገለጻል: ሁለተኛው ደንብ ሙሉ የ አድማጭ ስም ገጽታ የሚያሟላ ነው እርስዎ መጠቀም የሚፈልጉትን"
+msgstr "ለ መፍጠር የ Uno አድማጭ ዘዴ ሁለት ደንቦች ይፈልጋል: የ መጀመሪያው መነሻዎች ነው እና ከ ታች በኩል ይገለጻል: ሁለተኛው ደንብ ሙሉ የ አድማጭ ስም ገጽታ የሚያሟላ ነው እርስዎ መጠቀም የሚፈልጉትን"
#: 03132000.xhp
msgctxt ""
@@ -34179,22 +34129,20 @@ msgid "Listener methods must <emph>always</emph> be implemented to avoid Basic r
msgstr "የ አድማጮች ዘዴዎች እንዲኖረው ያስፈልጋል <emph>ሁል ጊዜ</emph> መፈጸሚያ ለ ማስወገድ የ Basic ማስኬጃ-ጊዜ ስህተቶች"
#: 03132100.xhp
-#, fuzzy
msgctxt ""
"03132100.xhp\n"
"tit\n"
"help.text"
msgid "GetGuiType Function [Runtime]"
-msgstr "GetGuiType Function [Runtime]"
+msgstr "GetGuiType ተግባር [ማስኬጃ ጊዜ]"
#: 03132100.xhp
-#, fuzzy
msgctxt ""
"03132100.xhp\n"
"bm_id3147143\n"
"help.text"
msgid "<bookmark_value>GetGuiType function</bookmark_value>"
-msgstr "<bookmark_value>GetGuiType function</bookmark_value>"
+msgstr "<bookmark_value>GetGuiType ተግባር</bookmark_value>"
#: 03132100.xhp
msgctxt ""
@@ -34376,22 +34324,20 @@ msgid "' use the default name for Table of Contents and a 1"
msgstr "' ይጠቀሙ የ ነባር ስም ለ ሰንጠረዥ ይዞታዎች እና የ 1"
#: 03132300.xhp
-#, fuzzy
msgctxt ""
"03132300.xhp\n"
"tit\n"
"help.text"
msgid "CreateUnoValue Function [Runtime]"
-msgstr "CreateUnoValue Function [Runtime]"
+msgstr "CreateUnoValue ተግባር [ማስኬጃ ጊዜ]"
#: 03132300.xhp
-#, fuzzy
msgctxt ""
"03132300.xhp\n"
"bm_id3150682\n"
"help.text"
msgid "<bookmark_value>CreateUnoValue function</bookmark_value>"
-msgstr "<bookmark_value>CreateUnoValue function</bookmark_value>"
+msgstr "<bookmark_value>CreateUnoValue ተግባር</bookmark_value>"
#: 03132300.xhp
msgctxt ""
@@ -34454,7 +34400,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "If CreateUnoValue cannot be converted to the specified Uno type, and error occurs. For the conversion, the TypeConverter service is used."
-msgstr ""
+msgstr "ይህን CreateUnoValue መቀየር አይቻልም ወደ ተወሰነ Uno አይነት: እና ስህተት ይፈጠራል: ለ መቀየሪያ: ይህን የ አይነት መቀየሪያ ግልጋሎት ይጠቀሙ"
#: 03132300.xhp
msgctxt ""
@@ -34463,7 +34409,7 @@ msgctxt ""
"8\n"
"help.text"
msgid "This function is intended for use in situations where the default Basic to Uno type converting mechanism is insufficient. This can happen when you try to access generic Any based interfaces, such as XPropertySet::setPropertyValue( Name, Value ) or X???Container::insertBy???( ???, Value ), from $[officename] Basic. The Basic runtime does not recognize these types as they are only defined in the corresponding service."
-msgstr ""
+msgstr "ይህ ተግባር የታለመው ለ አንዳንዱ ሁኔታዎች ነው: ነባር Basic ወደ Uno አይነት መቀየር በቂ በማይሆንበት ጊዜ ነው: ይህ ሊፈጠር የሚችለው እርስዎ የ ተወሰነ ክፍል ማንኛውንም ገጽታ መሰረት ያደረገ ጋር መድረስ ሲፈልጉ ነው: እንደ Xባህሪ ማሰናጃ::ማሰናጃ የ ባህሪ ዋጋ( ስም: ዋጋ) ወይንም X???የያዘውን::ማስገቢያ በ???( ???, ዋጋ ) ከ $[officename] Basic. የ Basic runtime እነዚህ አይነቶችን አያውቅም: እነዚህ የሚገለጹት በ ተመሳሳይ ግልጋሎት ነው"
#: 03132300.xhp
msgctxt ""
@@ -34472,7 +34418,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "In this type of situation, $[officename] Basic chooses the best matching type for the Basic type that you want to convert. However, if the wrong type is selected, an error occurs. You use the CreateUnoValue() function to create a value for the unknown Uno type."
-msgstr ""
+msgstr "በ እንደዚህ አይነት ሁኔታ ውስጥ $[officename] Basic በጣም ተስማሚውን አይነት ይመርጣል ለ Basic አይነት እርስዎ መቀየር የሚፈልጉትን: ነገር ግን: የ ተሳሳተ አይነት ከ ተመረጠ: ስህተት ይፈጠራል: ለ እርስዎ ይታያል የ CreateUnoValue() ተግባር ለ መፍጠር ዋጋው ላልታወቀ Uno አይነት"
#: 03132300.xhp
msgctxt ""
@@ -34481,7 +34427,7 @@ msgctxt ""
"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 ""
+msgstr "እርስዎ እንዲሁም ይህን ተግባር መጠቀም ይችላሉለማለፍ ምንም-ማንኛውንም ዋጋዎች: ነገር ግን ይህን አንመክርም: Basic ቀደም ብሎ ኢላማውን አይነት ያውቃል: በ መጠቀም የ CreateUnoValue() ተግባር የሚመራው ወደ ተጨማሪ መቀየሪያ ተግባር ነው: ይህ የ Basic መፈጸሚያን ያዘገየዋል"
#: 03132400.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/sbasic/shared/02.po b/source/am/helpcontent2/source/text/sbasic/shared/02.po
index 284f67c3961..194e20dca57 100644
--- a/source/am/helpcontent2/source/text/sbasic/shared/02.po
+++ b/source/am/helpcontent2/source/text/sbasic/shared/02.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-04-22 23:39+0200\n"
-"PO-Revision-Date: 2016-12-09 00:19+0000\n"
+"PO-Revision-Date: 2016-12-13 03:02+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481242789.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1481598177.000000\n"
#: 11010000.xhp
msgctxt ""
@@ -1525,7 +1525,7 @@ msgctxt ""
"46\n"
"help.text"
msgid "Formatted Field"
-msgstr "የአቀራረብ ሜዳ"
+msgstr "የ ሜዳ አቀራረብ"
#: 20000000.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/scalc.po b/source/am/helpcontent2/source/text/scalc.po
index eb419ca57cd..12fb24d47e7 100644
--- a/source/am/helpcontent2/source/text/scalc.po
+++ b/source/am/helpcontent2/source/text/scalc.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-12-01 01:00+0000\n"
+"PO-Revision-Date: 2016-12-23 17:37+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1480554012.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1482514670.000000\n"
#: main0000.xhp
msgctxt ""
@@ -938,7 +938,7 @@ msgctxt ""
"par_id192266\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Aligns the contents of the cell to the left.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">በክፍሉ ውስጥ ያሉትን ይዞታዎች በግራ ማሰለፊያ </ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">በ ክፍሉ ውስጥ ያሉትን ይዞታዎች በ ግራ ማሰለፊያ </ahelp>"
#: main0202.xhp
msgctxt ""
@@ -1482,7 +1482,7 @@ msgctxt ""
"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] ሰንጠረዥ ለ እርስዎ የሚያቀርበው <link href=\"text/scalc/01/04060100.xhp\" name=\"functions\">ተግባሮች</link>, እንደ statistical እና የ ባንክ ተግባሮች ያካትታሉ: እነዚህ ተግባሮች እርስዎ መቀመሪያ በመጠቀም ለ እርስዎ ዳታ ውስብስብ ስሌቶች መፍጠር እና ማስላት ያስችሎታል"
+msgstr "$[officename] ሰንጠረዥ ለ እርስዎ የሚያቀርበው <link href=\"text/scalc/01/04060100.xhp\" name=\"functions\">ተግባሮች</link>, እንደ ስታትስቲክስ እና የ ባንክ ተግባሮች ያካትታሉ: እነዚህ ተግባሮች እርስዎ መቀመሪያ በመጠቀም ለ እርስዎ ዳታ ውስብስብ ስሌቶች መፍጠር እና ማስላት ያስችሎታል"
#: main0503.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/scalc/00.po b/source/am/helpcontent2/source/text/scalc/00.po
index 6e3d1ccd3cf..9ab32715d96 100644
--- a/source/am/helpcontent2/source/text/scalc/00.po
+++ b/source/am/helpcontent2/source/text/scalc/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-12-01 01:43+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-12-23 17:43+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1480556626.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1482514993.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -333,7 +333,7 @@ msgctxt ""
"8\n"
"help.text"
msgid "Insert Cells Right"
-msgstr "ክፍሎች በቀኝ በኩል ማስገቢያ"
+msgstr "ክፍሎች በ ቀኝ በኩል ማስገቢያ"
#: 00000404.xhp
msgctxt ""
@@ -553,8 +553,8 @@ msgctxt ""
"par_id3153250\n"
"28\n"
"help.text"
-msgid "<variable id=\"einamen\">Choose <emph>Insert - Names</emph></variable>"
-msgstr "<variable id=\"einamen\">ይምረጡ <emph>ስሞች - ማስገቢያ </emph></variable>"
+msgid "<variable id=\"einamen\">Choose <emph>Insert - Named Ranges and Expressions</emph></variable>"
+msgstr "<variable id=\"einamen\">ይምረጡ <emph>ማስገቢያ - የተሰየሙ መጠኖች እና መግለጫዎች </emph></variable>"
#: 00000404.xhp
msgctxt ""
@@ -563,7 +563,7 @@ msgctxt ""
"37\n"
"help.text"
msgid "<variable id=\"eiextdata\">Choose <emph>Sheet - Link to External Data</emph></variable>"
-msgstr ""
+msgstr "<variable id=\"eiextdata\">ይምረጡ <emph>ወረቀት - ወደ ውጪ ዳታ አገናኝ</emph></variable>"
#: 00000404.xhp
msgctxt ""
@@ -571,8 +571,8 @@ msgctxt ""
"par_id3143222\n"
"29\n"
"help.text"
-msgid "Choose <emph>Insert - Names - Define</emph>"
-msgstr "ይምረጡ <emph>ማስገቢያ - ስሞች - መግለጫ</emph>"
+msgid "Choose <emph>Sheet - Named Ranges and Expressions - Define</emph>"
+msgstr "ይምረጡ <emph>ወረቀት - የተሰየሙ መጠኖች እና መግለጫዎች - መግለጫ </emph>"
#: 00000404.xhp
msgctxt ""
@@ -589,8 +589,8 @@ msgctxt ""
"par_id3145214\n"
"30\n"
"help.text"
-msgid "<variable id=\"einaei\">Choose <emph>Insert - Names - Insert</emph></variable>"
-msgstr "<variable id=\"einaei\">ይምረጡ <emph>ማስገቢያ - ስሞች - ማስገቢያ</emph></variable>"
+msgid "<variable id=\"einaei\">Choose <emph>Sheet - Named Ranges and Expressions - Insert</emph></variable>"
+msgstr "<variable id=\"einaei\">ይምረጡ <emph>ወረቀት - የተሰየሙ መጠኖች እና መግለጫዎች - ማስገቢያ </emph></variable>"
#: 00000404.xhp
msgctxt ""
@@ -598,8 +598,8 @@ msgctxt ""
"par_id3153558\n"
"31\n"
"help.text"
-msgid "<variable id=\"einaueb\">Choose <emph>Insert - Names - Create</emph></variable>"
-msgstr "<variable id=\"einaueb\">ይምረጡ <emph>ማስገቢያ - ስም - መፍጠሪያ</emph></variable>"
+msgid "<variable id=\"einaueb\">Choose <emph>Sheet - Named Ranges and Expressions - Create</emph></variable>"
+msgstr "<variable id=\"einaueb\">ይምረጡ <emph>ወረርቀት - የተሰየሙ መጠኖች እና መግለጫዎች - መፍጠሪያ</emph></variable>"
#: 00000404.xhp
msgctxt ""
@@ -607,8 +607,8 @@ msgctxt ""
"par_id3153483\n"
"32\n"
"help.text"
-msgid "<variable id=\"einabesch\">Choose <emph>Insert - Names - Labels</emph></variable>"
-msgstr "<variable id=\"einabesch\">ይምረጡ <emph>ማስገቢያ - ስሞች - ምልክቶች</emph></variable>"
+msgid "<variable id=\"einabesch\">Choose <emph>Sheet - Named Ranges and Expressions - Labels</emph></variable>"
+msgstr "<variable id=\"einabesch\">ይምረጡ <emph>ወረቀት - የተሰየሙ መጠኖች እና መግለጫዎች - ምልክቶች </emph></variable>"
#: 00000405.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/scalc/01.po b/source/am/helpcontent2/source/text/scalc/01.po
index 2820aec96bb..0892014ba02 100644
--- a/source/am/helpcontent2/source/text/scalc/01.po
+++ b/source/am/helpcontent2/source/text/scalc/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-12-09 17:20+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2017-01-07 00:04+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481304030.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483747456.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -1336,7 +1336,7 @@ msgctxt ""
"8\n"
"help.text"
msgid "Right"
-msgstr "በቀኝ"
+msgstr "በ ቀኝ"
#: 02140600.xhp
msgctxt ""
@@ -4373,7 +4373,7 @@ msgctxt ""
"46\n"
"help.text"
msgid "<item type=\"input\">Frank</item>"
-msgstr "<item type=\"input\">ግልጽ</item>"
+msgstr "<item type=\"input\">Frank</item>"
#: 04060101.xhp
msgctxt ""
@@ -4454,7 +4454,7 @@ msgctxt ""
"81\n"
"help.text"
msgid "<item type=\"input\">DCOUNT</item>"
-msgstr "<item type=\"input\">DCOUNT</item>"
+msgstr "<item type=\"input\">ዳታ መቁጠሪያ</item>"
#: 04060101.xhp
msgctxt ""
@@ -4463,7 +4463,7 @@ msgctxt ""
"83\n"
"help.text"
msgid "The formula in cell B16 is =DCOUNT(A1:E10;D1;A13:E14)"
-msgstr "መቀመሪያ በ ክፍል B16 ነው =ዳታ መቁጠሪያ(A1:E10;0;A13:E14)"
+msgstr "መቀመሪያ በ ክፍል B16 ነው =ዳታ መቁጠሪያ(A1:E10;D1;A13:E14)"
#: 04060101.xhp
msgctxt ""
@@ -4542,7 +4542,7 @@ msgctxt ""
"88\n"
"help.text"
msgid "DCOUNT"
-msgstr "DCOUNT"
+msgstr "ዳታ መቁጠሪያ"
#: 04060101.xhp
msgctxt ""
@@ -4622,7 +4622,7 @@ msgctxt ""
"bm_id3156123\n"
"help.text"
msgid "<bookmark_value>DCOUNTA function</bookmark_value> <bookmark_value>records;counting in Calc databases</bookmark_value> <bookmark_value>counting rows;with numeric or alphanumeric values</bookmark_value>"
-msgstr "<bookmark_value>ዳታ መቁጠሪያ ተግባር</bookmark_value> <bookmark_value>መዝገቦች: መቁጠሪያ በ ሰንጠረዥ ዳታቤዝ ውስጥ</bookmark_value> <bookmark_value>መቁጠሪያ ረድፎች: በ ቁጥር ወይንም በ ፊደል እና ቁጥር ቅልቅል ዋጋዎች </bookmark_value>"
+msgstr "<bookmark_value>ባዶ ያልሆኑ ክፍሎች መቁጠሪያ ተግባር</bookmark_value> <bookmark_value>መዝገቦች: መቁጠሪያ በ ሰንጠረዥ ዳታቤዝ ውስጥ</bookmark_value> <bookmark_value>መቁጠሪያ ረድፎች: በ ቁጥር ወይንም በ ፊደል እና ቁጥር ቅልቅል ዋጋዎች </bookmark_value>"
#: 04060101.xhp
msgctxt ""
@@ -4631,7 +4631,7 @@ msgctxt ""
"97\n"
"help.text"
msgid "DCOUNTA"
-msgstr "ዳታ መቁጠሪያ"
+msgstr "ባዶ ያልሆኑ ክፍሎች መቁጠሪያ"
#: 04060101.xhp
msgctxt ""
@@ -4640,7 +4640,7 @@ msgctxt ""
"98\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_DBANZAHL2\">DCOUNTA counts the number of rows (records) in a database that match the specified search conditions, and contain numeric or alphanumeric values.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_DBANZAHL2\">ዳታ መቁጠሪያ የ ረድፎች ቁጥር መቁጠሪያ (መዝገቦች) ከ ዳታቤዝ ውስጥ ተመሳሳይ ከ ተወሰነው መፈለጊያ ደንብ ጋር እና የ ቁጥር ወይንም ቁጥር እና ፊደል ቅልቅል ዋጋዎች የያዘ </ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_DBANZAHL2\">ባዶ ያልሆኑ ክፍሎች መቁጠሪያ የ ረድፎች ቁጥር መቁጠሪያ (መዝገቦች) ከ ዳታቤዝ ውስጥ ተመሳሳይ ከ ተወሰነው መፈለጊያ ደንብ ጋር እና የ ቁጥር ወይንም ቁጥር እና ፊደል ቅልቅል ዋጋዎች የያዘ </ahelp>"
#: 04060101.xhp
msgctxt ""
@@ -4658,7 +4658,7 @@ msgctxt ""
"100\n"
"help.text"
msgid "DCOUNTA(Database; [DatabaseField]; SearchCriteria)"
-msgstr "ዳታ መቁጠሪያ(ዳታቤዝ: [የ ዳታቤዝ ሜዳ]: መፈለጊያ ደንብ)"
+msgstr "ባዶ ያልሆኑ ክፍሎች መቁጠሪያ(ዳታቤዝ: [የ ዳታቤዝ ሜዳ]: መፈለጊያ ደንብ)"
#: 04060101.xhp
msgctxt ""
@@ -4667,7 +4667,7 @@ msgctxt ""
"189\n"
"help.text"
msgid "If the DatabaseField argument is omitted, DCOUNTA returns the count of all records that satisfy Criteria. <embedvar href=\"text/scalc/01/04060101.xhp#quotes\"/>"
-msgstr "የ ዳታቤዝ ሜዳ ክርክር ከ ተዋጠ: ዳታ መቁጠሪያ ይመልሳል የ ሁሉንም መዝገቦች ቁጥር መመዘኛውን የሚያሟሉትን <embedvar href=\"text/scalc/01/04060101.xhp#quotes\"/>"
+msgstr "የ ዳታቤዝ ሜዳ ክርክር ከ ተዋጠ: ባዶ ያልሆኑ ክፍሎች መቁጠሪያ ይመልሳል የ ሁሉንም መዝገቦች ቁጥር መመዘኛውን የሚያሟሉትን <embedvar href=\"text/scalc/01/04060101.xhp#quotes\"/>"
#: 04060101.xhp
msgctxt ""
@@ -4685,7 +4685,7 @@ msgctxt ""
"102\n"
"help.text"
msgid "In the example above (scroll up, please), you can search for the number of children whose name starts with an E or a subsequent letter. Edit the formula in B16 to read <item type=\"input\">=DCOUNTA(A1:E10;\"Name\";A13:E14)</item>. Delete the old search criteria and enter <item type=\"input\">>=E</item> under Name in field A14. The result is 5. If you now delete all number values for Greta in row 8, the result changes to 4. Row 8 is no longer included in the count because it does not contain any values. The name Greta is text, not a value. Note that the DatabaseField parameter must point to a column that can contain values."
-msgstr "በ ላይኛው ምሳሌ: (እባክዎን ወደ ላይ ይሸብልሉ) እርስዎ መፈለግ ይችላሉ የ ልጆች ቁጥር ስማቸው በ E የሚጀምር ወይንም በኋላ የሚመጣ: ማረሚያ በ መቀመሪያ በ B16 ለማንበብ <item type=\"input\">=ዳታ መቁጠሪያ(A1:E10;\"ስም\";A13:E14)</item> የ አሮጌውን መፈለጊያ መመዘኛ ማጥፊያ እና ማስገቢያ <item type=\"input\">>=E</item> በ ስም ሜዳ ስር A14. ውጤቱ 5. ይሆናል: እርስዎ አሁን ሁሉንም የ ቁጥር ዋጋዎች ቢያጠፉ ለ Greta በ ረድፍ 8, ውጠቱ ይቀየራል ወደ 4. ረድፍ 8 በ ቆጠራው ውስጥ አይካተትም ምክንያቱም ዋጋዎች የሉትም: ይህ ስም Greta ጽሁፍ ነው: ዋጋ አይደለም: ያስታውሱ: የ ዳያቤዝ ሜዳ ደንብ መጠቆም አለበት ወደ አምድ ዋጋዎቹን የያዙትን"
+msgstr "በ ላይኛው ምሳሌ: (እባክዎን ወደ ላይ ይሸብልሉ) እርስዎ መፈለግ ይችላሉ የ ልጆች ቁጥር ስማቸው በ E የሚጀምር ወይንም በኋላ የሚመጣ: ማረሚያ በ መቀመሪያ በ B16 ለማንበብ <item type=\"input\">=ባዶ ያልሆኑ ክፍሎች መቁጠሪያ(A1:E10;\"ስም\";A13:E14)</item> የ አሮጌውን መፈለጊያ መመዘኛ ማጥፊያ እና ማስገቢያ <item type=\"input\">>=E</item> በ ስም ሜዳ ስር A14. ውጤቱ 5. ይሆናል: እርስዎ አሁን ሁሉንም የ ቁጥር ዋጋዎች ቢያጠፉ ለ Greta በ ረድፍ 8, ውጠቱ ይቀየራል ወደ 4. ረድፍ 8 በ ቆጠራው ውስጥ አይካተትም ምክንያቱም ዋጋዎች የሉትም: ይህ ስም Greta ጽሁፍ ነው: ዋጋ አይደለም: ያስታውሱ: የ ዳያቤዝ ሜዳ ደንብ መጠቆም አለበት ወደ አምድ ዋጋዎቹን የያዙትን"
#: 04060101.xhp
msgctxt ""
@@ -4702,7 +4702,7 @@ msgctxt ""
"104\n"
"help.text"
msgid "DGET"
-msgstr "DGET"
+msgstr "ዳታ ማግኛ"
#: 04060101.xhp
msgctxt ""
@@ -4756,7 +4756,7 @@ msgctxt ""
"110\n"
"help.text"
msgid "<item type=\"input\">=DGET(A1:E10;\"Grade\";A13:E14)</item>"
-msgstr "<item type=\"input\">=DGET(A1:E10;\"Grade\";A13:E14)</item>"
+msgstr "<item type=\"input\">=ዳታ ማግኛ(A1:E10;\"ውጤት\";A13:E14)</item>"
#: 04060101.xhp
msgctxt ""
@@ -4783,7 +4783,7 @@ msgctxt ""
"113\n"
"help.text"
msgid "<item type=\"input\">=DGET(A1:E10;\"Name\";A13:E14)</item>"
-msgstr "<item type=\"input\">=DGET(A1:E10;\"Name\";A13:E14)</item>"
+msgstr "<item type=\"input\">=ዳታ ማግኛ(A1:E10;\"ስም\";A13:E14)</item>"
#: 04060101.xhp
msgctxt ""
@@ -4809,7 +4809,7 @@ msgctxt ""
"115\n"
"help.text"
msgid "DMAX"
-msgstr "DMAX"
+msgstr "ከፍተኛ ዳታ"
#: 04060101.xhp
msgctxt ""
@@ -4863,7 +4863,7 @@ msgctxt ""
"121\n"
"help.text"
msgid "<item type=\"input\">=DMAX(A1:E10;\"Weight\";A13:E14)</item>"
-msgstr "<item type=\"input\">=DMAX(A1:E10;\"ክብደት\";A13:E14)</item>"
+msgstr "<item type=\"input\">=ከፍተኛ ዳታ(A1:E10;\"ክብደት\";A13:E14)</item>"
#: 04060101.xhp
msgctxt ""
@@ -4889,7 +4889,7 @@ msgctxt ""
"123\n"
"help.text"
msgid "DMIN"
-msgstr "DMIN"
+msgstr "ዝቅተኛ ዳታ"
#: 04060101.xhp
msgctxt ""
@@ -4943,7 +4943,7 @@ msgctxt ""
"129\n"
"help.text"
msgid "<item type=\"input\">=DMIN(A1:E10;\"Distance to School\";A13:E14)</item>"
-msgstr "<item type=\"input\">=DMIN(A1:E10;\"የ ትምህርት ቤቱ እርቀት\";A13:E14)</item>"
+msgstr "<item type=\"input\">=ዝቅተኛ ዳታ(A1:E10;\"የ ትምህርት ቤቱ እርቀት\";A13:E14)</item>"
#: 04060101.xhp
msgctxt ""
@@ -5049,7 +5049,7 @@ msgctxt ""
"139\n"
"help.text"
msgid "DPRODUCT"
-msgstr "DPRODUCT"
+msgstr "የ ዳታ ውጤት"
#: 04060101.xhp
msgctxt ""
@@ -5606,7 +5606,7 @@ msgctxt ""
"par_id6420484\n"
"help.text"
msgid "(used in former StarCalc 1.0)"
-msgstr ""
+msgstr "ይጠቀሙበታል በ ቀድሞው StarCalc 1.0)"
#: 04060102.xhp
msgctxt ""
@@ -5622,7 +5622,7 @@ msgctxt ""
"par_id616779\n"
"help.text"
msgid "(used in Apple software)"
-msgstr ""
+msgstr "(ይጠቀሙበታል በ Apple software)"
#: 04060102.xhp
msgctxt ""
@@ -5746,7 +5746,7 @@ msgctxt ""
"360\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_AMORDEGRC\">Calculates the amount of depreciation for a settlement period as degressive amortization.</ahelp> Unlike AMORLINC, a depreciation coefficient that is independent of the depreciable life is used here."
-msgstr ""
+msgstr "<ahelp hid=\"HID_AAI_FUNC_AMORDEGRC\">ዋጋው የሚቀንስበትን መጠን ማስሊያ ለ ስምምነት ጊዜ እንደ መጠኑ የሚቀንሰው </ahelp> ተመሳሳይ አይደለም ከ እርጅናው በ ተወሰነ ጊዜ ውስጥ ቀጥተኛ ዋጋው የሚቀንስበት: ዋጋው የሚቀንስበትን ኮኦፊሺየንት ነፃ ነው: ከ እርጅናው ህይወቱ እዚህ ከ ተጠቀሙት"
#: 04060103.xhp
msgctxt ""
@@ -5844,7 +5844,7 @@ msgctxt ""
"370\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_AMORLINC\">Calculates the amount of depreciation for a settlement period as linear amortization. If the capital asset is purchased during the settlement period, the proportional amount of depreciation is considered.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_AAI_FUNC_AMORLINC\">ዋጋው የሚቀንስበትን መጠን ማስሊያ ለ ስምምነት ጊዜ እንደ ቀጥተኛ መጠኑ የሚቀንሰው የ ንብረቱ ካፒታል ከ ተገዛ በ ስምምነት ጊዜ ውስጥ: ተመጣጣኝ የ እርጅና መጠን ይወሰዳል </ahelp>"
#: 04060103.xhp
msgctxt ""
@@ -5924,7 +5924,7 @@ msgctxt ""
"bm_id3145257\n"
"help.text"
msgid "<bookmark_value>ACCRINT function</bookmark_value>"
-msgstr "<bookmark_value>ACCRINT function</bookmark_value>"
+msgstr "<bookmark_value>ውዝፍ ወለድ ተግባር</bookmark_value>"
#: 04060103.xhp
msgctxt ""
@@ -7702,7 +7702,7 @@ msgctxt ""
"par_idN10E621\n"
"help.text"
msgid "If the payments take place at irregular intervals, use the <link href=\"text/scalc/01/04060118.xhp#xirr\" name=\"XIRR\">XIRR</link> function."
-msgstr ""
+msgstr "ክፍያው የሚካሄደው ስርአት ባልተከተለ ክፍተት ከሆነ: ይህን ይጠቀሙ የ <link href=\"text/scalc/01/04060118.xhp#xirr\" name=\"XIRR\">የ ውስጥ ገንዘብ ስርአቱን ለማይከተል ይመልሳል</link> ተግባር"
#: 04060103.xhp
msgctxt ""
@@ -9257,7 +9257,7 @@ msgctxt ""
"par_id3166442\n"
"help.text"
msgid "<item type=\"input\">=ISLOGICAL(99)</item> returns FALSE, because 99 is a number, not a logical value."
-msgstr "<item type=\"input\">=ISLOGICAL(99)</item> ይመልሳል ሀሰት: ምክንያቱም 99 ቁጥር ነው: logical value አይደለም"
+msgstr "<item type=\"input\">=ሎጂካል ነው(99)</item> ይመልሳል ሀሰት: ምክንያቱም 99 ቁጥር ነው: ሎጂካል ዋጋ አይደለም"
#: 04060104.xhp
msgctxt ""
@@ -9265,7 +9265,7 @@ msgctxt ""
"par_id3556016\n"
"help.text"
msgid "<item type=\"input\">=ISLOGICAL(ISNA(D4))</item> returns TRUE whatever the contents of cell D4, because ISNA() returns a logical value."
-msgstr "<item type=\"input\">=ISLOGICAL(ዝአ(D4))</item> ይመልሳል እውነት ምንም ይዞታ ቢይዝ ክፍል D4: ምክንያቱም ዝአ() ይመልሳል logical value."
+msgstr "<item type=\"input\">=ሎጂካል ነው(ዝአ(D4))</item> ይመልሳል እውነት ምንም ይዞታ ቢይዝ ክፍል D4: ምክንያቱም ዝአ() ይመልሳል ሎጂካል ዋጋ"
#: 04060104.xhp
msgctxt ""
@@ -10177,7 +10177,7 @@ msgctxt ""
"par_id3151004\n"
"help.text"
msgid "Returns the complete cell address in Lotus™ notation."
-msgstr ""
+msgstr "ሙሉ የ ክፍል አድራሻ ይመልሳል በ Lotus™ ምልክት"
#: 04060104.xhp
msgctxt ""
@@ -11327,7 +11327,7 @@ msgctxt ""
"par_id3150020\n"
"help.text"
msgid "ACOS(Number)"
-msgstr "ACOS(Number)"
+msgstr "አርክኮሳይን(ቁጥር)"
#: 04060106.xhp
msgctxt ""
@@ -11359,7 +11359,7 @@ msgctxt ""
"par_id3150128\n"
"help.text"
msgid "<item type=\"input\">=ACOS(-1)</item> returns 3.14159265358979 (PI radians)"
-msgstr "<item type=\"input\">=ACOS(-1)</item> ይመልሳል 3.14159265358979 (PI radians)"
+msgstr "<item type=\"input\">=አርክኮሳይን(-1)</item> ይመልሳል 3.14159265358979 (ፓይ ራዲያንስ)"
#: 04060106.xhp
msgctxt ""
@@ -11367,7 +11367,7 @@ msgctxt ""
"par_id8792382\n"
"help.text"
msgid "<item type=\"input\">=DEGREES(ACOS(0.5))</item> returns 60. The cosine of 60 degrees is 0.5."
-msgstr "<item type=\"input\">=DEGREES(ACOS(0.5))</item> ይመልሳል 60. የ ኮሳይን ለ 60 ዲግሪዎች ነው 0.5."
+msgstr "<item type=\"input\">=ዲግሪዎች(አርክኮሳይን(0.5))</item> ይመልሳል 60. የ ኮሳይን ለ 60 ዲግሪዎች ነው 0.5."
#: 04060106.xhp
msgctxt ""
@@ -11519,7 +11519,7 @@ msgctxt ""
"par_id3155375\n"
"help.text"
msgid "<item type=\"input\">=ACOT(1)</item> returns 0.785398163397448 (PI/4 radians)."
-msgstr "<item type=\"input\">=ACOT(1)</item> ይመልሳል 0.785398163397448 (PI/4 radians)."
+msgstr "<item type=\"input\">=አርክኮታንጀንት(1)</item> ይመልሳል 0.785398163397448 (ፓይ/4 ራዲያንስ)."
#: 04060106.xhp
msgctxt ""
@@ -11527,7 +11527,7 @@ msgctxt ""
"par_id8589434\n"
"help.text"
msgid "<item type=\"input\">=DEGREES(ACOT(1))</item> returns 45. The tangent of 45 degrees is 1."
-msgstr "<item type=\"input\">=DEGREES(ACOT(1))</item> ይመልሳል 45. ታንጀንት ለ 45 ዲግሪዎች 1. ነው"
+msgstr "<item type=\"input\">=ዲግሪዎች(አርክኮታንጀንት(1))</item> ይመልሳል 45. ታንጀንት ለ 45 ዲግሪዎች 1. ነው"
#: 04060106.xhp
msgctxt ""
@@ -11551,7 +11551,7 @@ msgctxt ""
"par_id3147478\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>"
+msgstr "<ahelp hid=\"HID_FUNC_ARCOTHYP\">ግልባጭ ለ ሀይፐርቦሊክ ኮታንጀንት ለ ቁጥር ይመልሳል </ahelp>"
#: 04060106.xhp
msgctxt ""
@@ -11567,7 +11567,7 @@ msgctxt ""
"par_id3147172\n"
"help.text"
msgid "ACOTH(Number)"
-msgstr "ACOTH(Number)"
+msgstr "ግልባጭ ሀይፐርቦሊክ ኮታንጀንት(ቁጥር)"
#: 04060106.xhp
msgctxt ""
@@ -11727,7 +11727,7 @@ msgctxt ""
"par_id3150882\n"
"help.text"
msgid "ASINH(Number)"
-msgstr "ASINH(Number)"
+msgstr "ግልባጭ ሀይፐርቦሊክ ሳይን(ቁጥር)"
#: 04060106.xhp
msgctxt ""
@@ -11751,7 +11751,7 @@ msgctxt ""
"par_id3156120\n"
"help.text"
msgid "<item type=\"input\">=ASINH(-90)</item> returns approximately -5.1929877."
-msgstr "<item type=\"input\">=ASINH(-90)</item> ይመልሳል በ ግምት -5.1929877."
+msgstr "<item type=\"input\">=ግልባጭ ሀይፐርቦሊክ ሳይን(-90)</item> ይመልሳል በ ግምት -5.1929877."
#: 04060106.xhp
msgctxt ""
@@ -11759,7 +11759,7 @@ msgctxt ""
"par_id4808496\n"
"help.text"
msgid "<item type=\"input\">=ASINH(SINH(4))</item> returns 4."
-msgstr "<item type=\"input\">=ASINH(SINH(4))</item> ይመልሳል 4."
+msgstr "<item type=\"input\">=ግልባጭ ሀይፐርቦሊክ ሳይን(ሀይፐርቦሊክ ሳይን(4))</item> ይመልሳል 4."
#: 04060106.xhp
msgctxt ""
@@ -12047,7 +12047,7 @@ msgctxt ""
"par_id3154213\n"
"help.text"
msgid "COS(Number)"
-msgstr "COS(Number)"
+msgstr "ኮሳይን(ቁጥር)"
#: 04060106.xhp
msgctxt ""
@@ -12087,7 +12087,7 @@ msgctxt ""
"par_id3147516\n"
"help.text"
msgid "<item type=\"input\">=COS(RADIANS(60))</item> returns 0.5, the cosine of 60 degrees."
-msgstr "<item type=\"input\">=COS(RADIANS(60))</item> ይመልሳል 0.5, የ ኮሳይን ለ 60 ዲግሪዎች"
+msgstr "<item type=\"input\">=ኮሳይን(ራዲያንስ(60))</item> ይመልሳል 0.5, የ ኮሳይን ለ 60 ዲግሪዎች"
#: 04060106.xhp
msgctxt ""
@@ -12151,7 +12151,7 @@ msgctxt ""
"par_id3154099\n"
"help.text"
msgid "<item type=\"input\">=COSH(0)</item> returns 1, the hyperbolic cosine of 0."
-msgstr "<item type=\"input\">=COSH(0)</item> ይመልሳል 1, የ ሀይፐርቦሊክ ኮሳይን ለ 0."
+msgstr "<item type=\"input\">=ሀይፐርቦሊክ ኮሳይን(0)</item> ይመልሳል 1, የ ሀይፐርቦሊክ ኮሳይን ለ 0."
#: 04060106.xhp
msgctxt ""
@@ -12671,7 +12671,7 @@ msgctxt ""
"bm_id3159084\n"
"help.text"
msgid "<bookmark_value>INT function</bookmark_value> <bookmark_value>numbers;rounding down to next integer</bookmark_value> <bookmark_value>rounding;down to next integer</bookmark_value>"
-msgstr "<bookmark_value>ማጠጋጊያ ተግባር</bookmark_value> <bookmark_value>ቁጥሮች: ማጠጋጊያ ወደ ታች ወደሚቀጥለው integer</bookmark_value> <bookmark_value>ቁጥሮች: ማጠጋጊያ ወደ ታች ወደሚቀጥለው integer</bookmark_value>"
+msgstr "<bookmark_value>ማጠጋጊያ ተግባር</bookmark_value> <bookmark_value>ቁጥሮች: ማጠጋጊያ ወደ ታች ወደሚቀጥለው integer</bookmark_value> <bookmark_value>ቁጥሮች: ማጠጋጊያ ወደ ታች ወደሚቀጥለው integer</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -12975,7 +12975,7 @@ msgctxt ""
"par_id3159192\n"
"help.text"
msgid "<item type=\"input\">=GCD_EXCEL2003(5;15;25)</item> returns 5."
-msgstr "<item type=\"input\">=ትልቁ የ ጋራ አካፋይ_መጨመሪያ(5;15;25)</item> ይመልሳል 5."
+msgstr "<item type=\"input\">=ትልቁ የ ጋራ አካፋይ_EXCEL2003(5;15;25)</item> ይመልሳል 5."
#: 04060106.xhp
msgctxt ""
@@ -13103,7 +13103,7 @@ msgctxt ""
"par_id3145135\n"
"help.text"
msgid "<item type=\"input\">=LCM_EXCEL2003(5;15;25)</item> returns 75."
-msgstr "<item type=\"input\">=ትንሹ የ ጋራ አካፋይ_መጨመሪያ(5;15;25)</item> ይመልሳል 75."
+msgstr "<item type=\"input\">=ትንሹ የ ጋራ አካፋይ_EXCEL2003(5;15;25)</item> ይመልሳል 75."
#: 04060106.xhp
msgctxt ""
@@ -13895,7 +13895,7 @@ msgctxt ""
"bm_id3152418\n"
"help.text"
msgid "<bookmark_value>MULTINOMIAL function</bookmark_value>"
-msgstr "<bookmark_value>MULTINOMIAL function</bookmark_value>"
+msgstr "<bookmark_value>መልቲኖሚያል ተግባር</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -14327,7 +14327,7 @@ msgctxt ""
"par_id3158374\n"
"help.text"
msgid "<item type=\"input\">=MOD(22;3)</item> returns 1, the remainder when 22 is divided by 3."
-msgstr "<item type=\"input\">=ዘደ(22;3)</item> ይመልሳል 1, ቀሪውን 22 ሲካፈል በ 3."
+msgstr "<item type=\"input\">=ዘዴ(22;3)</item> ይመልሳል 1, ቀሪውን 22 ሲካፈል በ 3."
#: 04060106.xhp
msgctxt ""
@@ -14343,7 +14343,7 @@ msgctxt ""
"bm_id3144592\n"
"help.text"
msgid "<bookmark_value>QUOTIENT function</bookmark_value> <bookmark_value>divisions</bookmark_value>"
-msgstr "<bookmark_value>ውጤት ተግባር</bookmark_value> <bookmark_value>ማካፈያ</bookmark_value>"
+msgstr "<bookmark_value>የ ክፍያ ውጤት ተግባር</bookmark_value> <bookmark_value>ማካፈያ</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -14351,7 +14351,7 @@ msgctxt ""
"hd_id3144592\n"
"help.text"
msgid "QUOTIENT"
-msgstr "ውጤት"
+msgstr "የ ክፍያ ውጤት"
#: 04060106.xhp
msgctxt ""
@@ -14375,7 +14375,7 @@ msgctxt ""
"par_id3144659\n"
"help.text"
msgid "QUOTIENT(Numerator; Denominator)"
-msgstr "ውጤት(አካፋይ: ተካፋይ)"
+msgstr "የ ክፍያ ውጤት(አካፋይ: ተካፋይ)"
#: 04060106.xhp
msgctxt ""
@@ -14391,7 +14391,7 @@ msgctxt ""
"par_id7985168\n"
"help.text"
msgid "QUOTIENT is equivalent to <item type=\"literal\">INT(numerator/denominator)</item>, except that it may report errors with different error codes."
-msgstr "ውጤት እኩል ነው ከ <item type=\"literal\">INT(አካፋይ/ተካፋይ)</item> የ ስህተት መግለጫ ከሌለ በስተቀር ከ ተለያዩ የ ስህተት ኮዶች ጋር"
+msgstr "የ ክፍያ ውጤት እኩል ነው ከ <item type=\"literal\">INT(አካፋይ/ተካፋይ)</item> የ ስህተት መግለጫ ከሌለ በስተቀር ከ ተለያዩ የ ስህተት ኮዶች ጋር"
#: 04060106.xhp
msgctxt ""
@@ -14407,7 +14407,7 @@ msgctxt ""
"par_id3144687\n"
"help.text"
msgid "<item type=\"input\">=QUOTIENT(11;3)</item> returns 3. The remainder of 2 is lost."
-msgstr "<item type=\"input\">=ውጤት(11;3)</item> ይመልሳል 3. ቀሪው 2 ይተዋል"
+msgstr "<item type=\"input\">=የ ክፍያ ውጤት(11;3)</item> ይመልሳል 3. ቀሪው 2 ይተዋል"
#: 04060106.xhp
msgctxt ""
@@ -15679,7 +15679,7 @@ msgctxt ""
"par_id3143589\n"
"help.text"
msgid "VARP"
-msgstr "VARP"
+msgstr "የ ዳታቤዝ ሕዝብ ልዩነት"
#: 04060106.xhp
msgctxt ""
@@ -17015,7 +17015,7 @@ msgctxt ""
"par_id300912\n"
"help.text"
msgid "Entered as a matrix formula, delivers the result of three SIN calculations with the arguments 1, 2, and 3."
-msgstr ""
+msgstr "እንደ መቀመሪያ ማስጀመሪያ ገብቷል: የሚያቀርበው ውጤት የ ሶስት ሳይን ስሌቶች ክርክሮችን ነው በ 1, 2, እና 3."
#: 04060107.xhp
msgctxt ""
@@ -17495,7 +17495,7 @@ msgctxt ""
"hd_id3158446\n"
"help.text"
msgid "MUNIT"
-msgstr ""
+msgstr "መለኪያ ክፍል"
#: 04060107.xhp
msgctxt ""
@@ -17503,7 +17503,7 @@ msgctxt ""
"par_id3154121\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_EINHEITSMATRIX\">Returns the unitary square array of a certain size.</ahelp> The unitary array is a square array where the main diagonal elements equal 1 and all other array elements are equal to 0."
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_EINHEITSMATRIX\">የ ስኴር ማዘጋጃ ክፍሎች ይመልሳል ለ አንዳንድ መጠኖች: </ahelp> የ ማዘጋጃ ክፍል የ ስኴር ማዘጋጃ ዋናው ሰያፍ አካላቶች እኩል ነው ከ 1 ጋር: እና ሁሉም ሌሎች ማዘጋጃ አካሎች እኩል ናቸው ከ 0. ጋር"
#: 04060107.xhp
msgctxt ""
@@ -18255,7 +18255,7 @@ msgctxt ""
"bm_id3109846\n"
"help.text"
msgid "<bookmark_value>LINEST function</bookmark_value>"
-msgstr "<bookmark_value>ቀጥታ መስመር ተግባር</bookmark_value>"
+msgstr "<bookmark_value>የ ቀጥታ መስመር ተግባር</bookmark_value>"
#: 04060107.xhp
msgctxt ""
@@ -18879,7 +18879,7 @@ msgctxt ""
"bm_id3158146\n"
"help.text"
msgid "<bookmark_value>slopes, see also regression lines</bookmark_value> <bookmark_value>regression lines;LINEST function</bookmark_value>"
-msgstr "<bookmark_value>ስሎፕ: ይህን ዝቅ ማድረጊያ መስመር ይመልከቱ </bookmark_value> <bookmark_value>ዝቅ ማድረጊያ መስመር: ቀጥታ መስመር ተግባር</bookmark_value>"
+msgstr "<bookmark_value>ስሎፕ: ይህን ዝቅ ማድረጊያ መስመር ይመልከቱ </bookmark_value> <bookmark_value>ዝቅ ማድረጊያ መስመር: የ ቀጥታ መስመር ተግባር</bookmark_value>"
#: 04060107.xhp
msgctxt ""
@@ -18927,7 +18927,7 @@ msgctxt ""
"bm_id3145859\n"
"help.text"
msgid "<bookmark_value>RSQ calculations</bookmark_value>"
-msgstr "<bookmark_value>RSQ calculations</bookmark_value>"
+msgstr "<bookmark_value>RSQ ስሌቶች</bookmark_value>"
#: 04060107.xhp
msgctxt ""
@@ -20651,8 +20651,8 @@ msgctxt ""
"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 "<item type=\"input\">=ማውጫ(ድምርX;4;1)</item> ይመልሳል ዋጋ ከ መጠን ውስጥ <emph>ድምርX</emph> በ ረድፍ 4 እና አምድ 1 እንደ ተገለጸው በ <emph>ማስገቢያ - ስሞች - መግለጫ</emph>."
+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>Sheet - Named Ranges and Expressions - Define</emph>."
+msgstr "<item type=\"input\">=ማውጫ(ድምርX;4;1)</item> ይመልሳል ዋጋ ከ መጠን ውስጥ <emph>ድምርX</emph> በ ረድፍ 4 እና በ አምድ 1 ውስጥ እንደ ተገለጸው በ <emph>ወረቀት - የ ተሰየመ መጠን እና መግለጫዎች - መግለጫ</emph>."
#: 04060109.xhp
msgctxt ""
@@ -20668,7 +20668,7 @@ msgctxt ""
"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 "<item type=\"input\">=ማውጫ(A1:B6;1)</item> ይመልሳል ማመሳከሪያ ለ መጀመሪያው አምድ ለ A1:B6."
+msgstr "<item type=\"input\">=ማውጫ(A1:B6;0;1)</item> ይመልሳል ማመሳከሪያ ለ መጀመሪያው አምድ ለ A1:B6."
#: 04060109.xhp
msgctxt ""
@@ -20676,8 +20676,8 @@ msgctxt ""
"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 "<item type=\"input\">=ማውጫ((በርካታ);4;1)</item> የሚያሳየው ዋጋ የያዘውን ረድፍ 4 ነው እና አምድ 1 የ (በርካታ) መጠን እርስዎ የ ሰየሙትን በ <emph>ማስገቢያ - ስሞች - መግለጫ</emph> እንደ <emph>በርካታ</emph> የ በርካታ መጠን የያዘው በርካታ አራት ማእዘን መጠኖች ነው: እያንዳንዳቸው ከ ረድፍ 4 እና አምድ 1. ጋር: እርስዎ መጥራት ከ ፈለጉ ሁለተኛ አካል ለዚህ በርካታ መጠን ያስገቡ ቁጥር <item type=\"input\">2</item> እንደ የ <emph>መጠን</emph> ደንብ"
+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>Sheet - Named Ranges and Expressions - 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 "<item type=\"input\">=ማውጫ((በርካታ);4;1)</item> የሚያሳየው የያዘውን ዋጋ ነው በ ረድፍ 4 እና አምድ 1 ከ (በርካታ) መጠን ውስጥ: እርስዎ የሰየሙት በ <emph>ወረቀት - የ ተሰየሙ መጠኖች እና መግለጫዎች – መግለጫ</emph> እንደ <emph>በርካታ</emph> የ በርካታ መጠን ሊይዝ ይችላል በርካታ አራት ማእዘን መጠኖች: እያንዳንዱ ከ 4 ረድፍ እና 1. አምድ ጋር: እርስዎ አሁን መጥራት ከፈለጉ ሁለተኛውን ተራ ለዚህ በርካታ መጠን ቁጥር ያስገቡ <item type=\"input\">2</item> እንደ <emph>መጠን</emph> ደንብ"
#: 04060109.xhp
msgctxt ""
@@ -22243,7 +22243,7 @@ msgctxt ""
"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 ""
+msgstr "<item type=\"input\">=HYPERLINK(\"file:///C:/writer.odt#Specification\";\"Go to Writer bookmark\")</item>ጽሁፍ መሄጃ ወደ ጽሁፍ ምልክት ማድረጊያ: የ ተወሰነ የ ጽሁፍ ሰነድ ይጭናል: እና ይዘላል ወደ ምልክት ማድረጊያ \"መወሰኛ\""
#: 04060109.xhp
msgctxt ""
@@ -22299,7 +22299,7 @@ msgctxt ""
"par_id4997100\n"
"help.text"
msgid "GETPIVOTDATA(pivot table; Constraints)"
-msgstr ""
+msgstr "የ PIVOT ዳታ ያግኙ(የ pivot ሰንጠረዥ: መከለከያ)"
#: 04060109.xhp
msgctxt ""
@@ -22613,7 +22613,7 @@ msgctxt ""
"hd_id6695455\n"
"help.text"
msgid "BAHTTEXT"
-msgstr ""
+msgstr "BAHTTEXT"
#: 04060110.xhp
msgctxt ""
@@ -22637,7 +22637,7 @@ msgctxt ""
"par_id8780785\n"
"help.text"
msgid "BAHTTEXT(Number)"
-msgstr ""
+msgstr "BAHTTEXT(ቁጥር)"
#: 04060110.xhp
msgctxt ""
@@ -22661,7 +22661,7 @@ msgctxt ""
"par_id3289284\n"
"help.text"
msgid "<item type=\"input\">=BAHTTEXT(12.65)</item> returns a string in Thai characters with the meaning of \"Twelve Baht and sixty five Satang\"."
-msgstr ""
+msgstr "<item type=\"input\">=BAHTTEXT(12.65)</item> ሀረግ ይመልሳል በ Thai ባህሪዎች በ \"Twelve Baht and sixty five Satang\"."
#: 04060110.xhp
msgctxt ""
@@ -22678,7 +22678,7 @@ msgctxt ""
"213\n"
"help.text"
msgid "BASE"
-msgstr ""
+msgstr "BASE"
#: 04060110.xhp
msgctxt ""
@@ -22705,7 +22705,7 @@ msgctxt ""
"216\n"
"help.text"
msgid "BASE(Number; Radix; [MinimumLength])"
-msgstr ""
+msgstr "BASE(ቁጥር: ቤዝ: [አነስተኛ እርዝመት])"
#: 04060110.xhp
msgctxt ""
@@ -23004,7 +23004,7 @@ msgctxt ""
"211\n"
"help.text"
msgid "The code used here does not refer to ASCII, but to the code table currently loaded."
-msgstr ""
+msgstr "እዚህ የ ተጠቀሙት ኮድ ASCII አያመሳክርም: ነገር ግን አሁን የ ተጫነውን የ ኮድ ሰንጠረዥ ያመሳክራል"
#: 04060110.xhp
msgctxt ""
@@ -23110,7 +23110,7 @@ msgctxt ""
"227\n"
"help.text"
msgid "If the radix is 16, a leading x or X or 0x or 0X, and an appended h or H, is disregarded. If the radix is 2, an appended b or B is disregarded. Other characters that do not belong to the number system generate an error."
-msgstr ""
+msgstr "ቤዝ 16, ከሆነ: ቀዳሚ x ወይንም X ወይንም 0x ወይንም 0X, እና የሚጨመረው h ወይንም H: ይወገዳል: ቤዝ 2: ከሆነ የሚጨመረው b ወይንም B ይወገዳል: ሌሎች ባህሪዎች ለ ቁጥር ስርአቱ የማይገቡ ስህተት ይፈጥራሉ"
#: 04060110.xhp
msgctxt ""
@@ -23271,7 +23271,7 @@ msgctxt ""
"18\n"
"help.text"
msgid "<item type=\"input\">=DOLLAR(255)</item> returns $255.00."
-msgstr "<item type=\"input\">=DOLLAR(255)</item> ይመልሳል $255.00."
+msgstr "<item type=\"input\">=ዶላር(255)</item> ይመልሳል $255.00."
#: 04060110.xhp
msgctxt ""
@@ -23768,7 +23768,7 @@ msgctxt ""
"par_id2949141\n"
"help.text"
msgid "<item type=\"input\">LEFTB(\"中国\";1)</item> returns \" \" (1 byte is only half a DBCS character and a space character is returned instead)."
-msgstr ""
+msgstr "<item type=\"input\">በ ግራ ባይት(\"中国\";1)</item> ይመልሳል \" \" (1 ባይት ብቻ ግማሽ ድርብ ባይት ባህሪ እና የ ክፍተት ባህሪ በ ምትኩ ይገባል)."
#: 04060110.xhp
msgctxt ""
@@ -23776,7 +23776,7 @@ msgctxt ""
"par_id2949151\n"
"help.text"
msgid "<item type=\"input\">LEFTB(\"中国\";2)</item> returns \"中\" (2 bytes constitute one complete DBCS character)."
-msgstr ""
+msgstr "<item type=\"input\">በ ግራ ባይት(\"中国\";2)</item> ይመልሳል \"中\" (2 ባይቶች የሚፈጥሩት አንድ ሙሉ ድርብ ባይት ባህሪ) ነው"
#: 04060110.xhp
msgctxt ""
@@ -23784,7 +23784,7 @@ msgctxt ""
"par_id2949161\n"
"help.text"
msgid "<item type=\"input\">LEFTB(\"中国\";3)</item> returns \"中 \" (3 bytes constitute one DBCS character and a half; the last character returned is therefore a space character)."
-msgstr ""
+msgstr "<item type=\"input\">በ ግራ ባይት(\"中国\";3)</item> ይመልሳል \"中 \" (3 ባይቶች የሚፈጥሩት አንድ ሙሉ ድርብ ባይት ባህሪ እና ግማሽ ነው: የ መጨረሻው ባህሪ የሚመልሰው የ ክፍተት ባህሪ ነው)."
#: 04060110.xhp
msgctxt ""
@@ -23792,7 +23792,7 @@ msgctxt ""
"par_id2949171\n"
"help.text"
msgid "<item type=\"input\">LEFTB(\"中国\";4)</item> returns \"中国\" (4 bytes constitute two complete DBCS characters)."
-msgstr ""
+msgstr "<item type=\"input\">በ ግራ ባይት(\"中国\";4)</item> ይመልሳል \"中国\" (4 ባይቶች የሚፈጥሩት ሁለት ሙሉ ድርብ ባይት ባህሪዎች ነው)."
#: 04060110.xhp
msgctxt ""
@@ -23800,7 +23800,7 @@ msgctxt ""
"par_id2949181\n"
"help.text"
msgid "<item type=\"input\">LEFTB(\"office\";3)</item> returns \"off\" (3 non-DBCS characters each consisting of 1 byte)."
-msgstr ""
+msgstr "<item type=\"input\">በ ግራ ባይት(\"ቢሮ\";3)</item> ይመልሳል \"ማጥፊያ\" (3 ምንም-ድርብ ባይት ባህሪ እያንዳንዱ የያዘ 1 ባይት ባህሪዎች)."
#: 04060110.xhp
msgctxt ""
@@ -23949,7 +23949,7 @@ msgctxt ""
"par_id2956018\n"
"help.text"
msgid "<item type=\"input\">LENB(\"中\")</item> returns 2 (1 DBCS character consisting of 2 bytes)."
-msgstr ""
+msgstr "<item type=\"input\">የ ባይት እርዝመት(\"中\")</item> ይመልሳል 2 (1 ድርብ ባይት ባህሪ 2 ባይቶች የያዘ)."
#: 04060110.xhp
msgctxt ""
@@ -23957,7 +23957,7 @@ msgctxt ""
"par_id2956028\n"
"help.text"
msgid "<item type=\"input\">LENB(\"中国\")</item> returns 4 (2 DBCS characters each consisting of 2 bytes)."
-msgstr ""
+msgstr "<item type=\"input\">የ ባይት እርዝመት(\"中国\")</item> ይመልሳል 4 (2 ድርብ ባይት ባህሪዎች እያንዳንዳቸው 2 ባይቶች የያዙ)."
#: 04060110.xhp
msgctxt ""
@@ -23965,7 +23965,7 @@ msgctxt ""
"par_id2956038\n"
"help.text"
msgid "<item type=\"input\">LENB(\"office\")</item> returns 6 (6 non-DBCS characters each consisting of 1 byte)."
-msgstr ""
+msgstr "<item type=\"input\">በ ግራ ባይት(\"ቢሮ\")</item> ይመልሳል 6 (6 ምንም-ድርብ ባይት ባህሪዎች እያንዳንዱ የያዘ 1 ባይት)."
#: 04060110.xhp
msgctxt ""
@@ -23974,7 +23974,7 @@ msgctxt ""
"110\n"
"help.text"
msgid "<item type=\"input\">=LENB(\"Good Afternoon\")</item> returns 14."
-msgstr "<item type=\"input\">=እርዝመት(\"እንደምን ዋሉ\")</item> ይመልሳል 7"
+msgstr "<item type=\"input\">=እርዝመትB(\"እንደምን ዋሉ\")</item> ይመልሳል 7"
#: 04060110.xhp
msgctxt ""
@@ -24054,7 +24054,7 @@ msgctxt ""
"93\n"
"help.text"
msgid "<item type=\"input\">=LOWER(\"Sun\")</item> returns sun."
-msgstr "<item type=\"input\">=LOWER(\"Sun\")</item> returns sun."
+msgstr "<item type=\"input\">=ዝቅተኛ(\"ፀሐይ\")</item> ይመልሳል ፀሐይ"
#: 04060110.xhp
msgctxt ""
@@ -24214,7 +24214,7 @@ msgctxt ""
"154\n"
"help.text"
msgid "<emph>Number_bytes</emph> specifies the number of characters MIDB will return from text, in bytes."
-msgstr ""
+msgstr "<emph>ቁጥር_ባይቶች</emph> የሚወስነው የ ባህሪዎች ቁጥር ነው: መሀከለኛው ባይት ጽሁፍ ከ ባይቶች ውስጥ ይመልሳል"
#: 04060110.xhp
msgctxt ""
@@ -24230,7 +24230,7 @@ msgctxt ""
"par_id2958417\n"
"help.text"
msgid "<item type=\"input\">MIDB(\"中国\";1;0)</item> returns \"\" (0 bytes is always an empty string)."
-msgstr ""
+msgstr "<item type=\"input\">መሀከለኛው ባይት(\"中国\";1;0)</item> ይመልሳል \"\" (0 ቦይቶች ሁል ጊዜ ባዶ ሀረጎች ናቸው)."
#: 04060110.xhp
msgctxt ""
@@ -24238,7 +24238,7 @@ msgctxt ""
"par_id2958427\n"
"help.text"
msgid "<item type=\"input\">MIDB(\"中国\";1;1)</item> returns \" \" (1 byte is only half a DBCS character and therefore the result is a space character)."
-msgstr ""
+msgstr "<item type=\"input\">መሀከለኛው ባይት(\"中国\";1;1)</item> ይመልሳል \" \" (1 ባይት ብቻ ግማሽ ድርብ ባይት ባህሪ ነው እና ስለዚህ ውጤቱ የ ክፍተት ባህሪ ይሆናል)."
#: 04060110.xhp
msgctxt ""
@@ -24246,7 +24246,7 @@ msgctxt ""
"par_id2958437\n"
"help.text"
msgid "<item type=\"input\">MIDB(\"中国\";1;2)</item> returns \"中\" (2 bytes constitute one complete DBCS character)."
-msgstr ""
+msgstr "<item type=\"input\">መሀከለኛው ባይት(\"中国\"1;2)</item> ይመልሳል \"中\" (2 ባይቶች የሚፈጥሩት አንድ ሙሉ ድርብ ባይት ባህሪ ነው)"
#: 04060110.xhp
msgctxt ""
@@ -24254,7 +24254,7 @@ msgctxt ""
"par_id2958447\n"
"help.text"
msgid "<item type=\"input\">MIDB(\"中国\";1;3)</item> returns \"中 \" (3 bytes constitute one and a half DBCS character; the last byte results in a space character)."
-msgstr ""
+msgstr "<item type=\"input\">መሀከለኛው ባይት(\"中国\";1;3)</item> ይመልሳል \"中 \" (3 ባይቶች የሚፈጥሩት አንድ እና ግማሽ ድርብ ባይት ባህሪ: የ መጨረሻው ባይት ውጤት የ ክፍተት ባህሪ ነው)."
#: 04060110.xhp
msgctxt ""
@@ -24262,7 +24262,7 @@ msgctxt ""
"par_id2958457\n"
"help.text"
msgid "<item type=\"input\">MIDB(\"中国\";1;4)</item> returns \"中国\" (4 bytes constitute two complete DBCS characters)."
-msgstr ""
+msgstr "<item type=\"input\">መሀከለኛው ባይት(\"中国\";1;4)</item> ይመልሳል \"中国\" (4 ባይቶች የሚፈጥሩት ሁለት ሙሉ ድርብ ባይት ባህሪዎች ነው)."
#: 04060110.xhp
msgctxt ""
@@ -24270,7 +24270,7 @@ msgctxt ""
"par_id2958467\n"
"help.text"
msgid "<item type=\"input\">MIDB(\"中国\";2;1)</item> returns \" \" (byte position 2 is not at the beginning of a character in a DBCS string; 1 space character is returned)."
-msgstr ""
+msgstr "<item type=\"input\">መሀከለኛው ባይት(\"中国\";2;1)</item> ይመልሳል \" \" (የ ባይት ቦታ 2 የ መጀመሪያው ባህሪ አይደለም በ ድርብ ባይት ባህሪ ሀረግ ውስጥ: 1 የ ቦታ ባህሪ ይመልሳል)."
#: 04060110.xhp
msgctxt ""
@@ -24278,7 +24278,7 @@ msgctxt ""
"par_id2958477\n"
"help.text"
msgid "<item type=\"input\">MIDB(\"中国\";2;2)</item> returns \" \" (byte position 2 points to the last half of the first character in the DBCS string; the 2 bytes asked for therefore constitutes the last half of the first character and the first half of the second character in the string; 2 space characters are therefore returned)."
-msgstr ""
+msgstr "<item type=\"input\">መሀከለኛው ባይት(\"中国\";2;2)</item> ይመልሳል \" \" (የ ባይት ቦታ 2 ነጥቦች ለ መጨረሻው ግማሽ ለ መጀመሪያው ባህሪ በ በ ድርብ ባይት ባህሪ ሀረግ: የ 2 ባይቶች ይጠየቃል ስለዚህ ይቀጥላል የ መጨረሻው ግማሽ ለ መጀመሪያው ባህሪ እና የ መጀመሪያው ግማሽ ለ ሁለተኛው ባህሪ በ ሀረግ ውስጥ: 2 የ ክፍተት ባህሪዎች ይመልሳል)."
#: 04060110.xhp
msgctxt ""
@@ -24286,7 +24286,7 @@ msgctxt ""
"par_id2958487\n"
"help.text"
msgid "<item type=\"input\">MIDB(\"中国\";2;3)</item> returns \" 国\" (byte position 2 is not at the beginning of a character in a DBCS string; a space character is returned for byte position 2)."
-msgstr ""
+msgstr "<item type=\"input\">መሀከለኛው ባይት(\"中国\";2;3)</item> ይመልሳል \" 国\" (የ ባይት ቦታ 2 የ መጀመሪያው ባህሪ አይደለም በ ድርብ ባይት ባህሪ ሀረግ ውስጥ: የ ቦታ ባህሪ ይመልሳል ለ ባይት ቦታ 2)."
#: 04060110.xhp
msgctxt ""
@@ -24294,7 +24294,7 @@ msgctxt ""
"par_id2958497\n"
"help.text"
msgid "<item type=\"input\">MIDB(\"中国\";3;1)</item> returns \" \" (byte position 3 is at the beginning of a character in a DBCS string, but 1 byte is only half a DBCS character and a space character is therefore returned instead)."
-msgstr ""
+msgstr "<item type=\"input\">መሀከለኛው ባይት(\"中国\";3;1)</item> ይመልሳል \" \" (የ ባይት ቦታ 3 የ መጀመሪያው ባህሪ ነው በ ድርብ ባይት ባህሪ ሀረግ ውስጥ: ነገር ግን 1 ባይት ግማሽ የ ድርብ ባይት ባህሪ ሀረግ እና በሱ ፋንታ የ ክፍተ ባህሪ ይመልሳል)"
#: 04060110.xhp
msgctxt ""
@@ -24302,7 +24302,7 @@ msgctxt ""
"par_id2958507\n"
"help.text"
msgid "<item type=\"input\">MIDB(\"中国\";3;2)</item> returns \"国\" (byte position 3 is at the beginning of a character in a DBCS string, and 2 bytes constitute one DBCS character)."
-msgstr ""
+msgstr "<item type=\"input\">መሀከለኛው ባይት(\"中国\";3;2)</item> ይመልሳል \"国\" (የ ባይት ቦታ 3 የ መጀመሪያው ባህሪ ነው በ ድርብ ባይት ባህሪ ሀረግ ውስጥ: ነገር ግን 2 ባይቶች የሚይዙት አንድ የ ድርብ ባይት ባህሪ ሀረግ ነው)"
#: 04060110.xhp
msgctxt ""
@@ -24310,7 +24310,7 @@ msgctxt ""
"par_id2958517\n"
"help.text"
msgid "<item type=\"input\">MIDB(\"office\";2;3)</item> returns \"ffi\" (byte position 2 is at the beginning of a character in a non-DBCS string, and 3 bytes of a non-DBCS string constitute 3 characters)."
-msgstr ""
+msgstr "<item type=\"input\">መሀከለኛው ባይት(\"ቢሮ\";2;3)</item> ይመልሳል \"ffi\" (የ ባይት ቦታ 2 ነው ለ መጀመሪያ ባህሪ በ ምንም-በ ድርብ ባይት ሀረግ ውስጥ: እና 3 ባይቶች የ ምንም-በ ድርብ ባይት ሀረግ የሚፈጥሩት 3 ባህሪዎች ነው)"
#: 04060110.xhp
msgctxt ""
@@ -24674,7 +24674,7 @@ msgctxt ""
"113\n"
"help.text"
msgid "RIGHTB"
-msgstr ""
+msgstr "የ መጨረሻ ባህሪ"
#: 04060110.xhp
msgctxt ""
@@ -24735,7 +24735,7 @@ msgctxt ""
"par_id2951132\n"
"help.text"
msgid "<item type=\"input\">RIGHTB(\"中国\";1)</item> returns \" \" (1 byte is only half a DBCS character and a space character is returned instead)."
-msgstr ""
+msgstr "<item type=\"input\">በ ቀኝ ባይት(\"中国\";1)</item> ይመልሳል \" \" (1 ባይት ብቻ ግማሽ ድርብ ባይት ባህሪ እና የ ክፍተት ባህሪ በ ምትኩ ይገባል)."
#: 04060110.xhp
msgctxt ""
@@ -24743,7 +24743,7 @@ msgctxt ""
"par_id2951142\n"
"help.text"
msgid "<item type=\"input\">RIGHTB(\"中国\";2)</item> returns \"国\" (2 bytes constitute one complete DBCS character)."
-msgstr ""
+msgstr "<item type=\"input\">በ ቀኝ ባይት(\"中国\";2)</item> ይመልሳል \"国\" (2 ባይቶች የሚፈጥሩት አንድ ሙሉ ድርብ ባይት ባህሪ ነው)"
#: 04060110.xhp
msgctxt ""
@@ -24751,7 +24751,7 @@ msgctxt ""
"par_id2951152\n"
"help.text"
msgid "<item type=\"input\">RIGHTB(\"中国\";3)</item> returns \" 国\" (3 bytes constitute one half DBCS character and one whole DBCS character; a space is returned for the first half)."
-msgstr ""
+msgstr "<item type=\"input\">በ ቀኝ ባይት(\"中国\";3)</item> ይመልሳል \" 国\" (3 ባይቶች የሚፈጥሩት አንድ ግማሽ ድርብ ባይት ባህሪዎች ነው እና አንድ ሙሉ ድርብ ባይት ባህሪዎች ነው: ለ መጀመሪያው ግማሽ ክፍተት ይመልሳል)."
#: 04060110.xhp
msgctxt ""
@@ -24759,7 +24759,7 @@ msgctxt ""
"par_id2951162\n"
"help.text"
msgid "<item type=\"input\">RIGHTB(\"中国\";4)</item> returns \"中国\" (4 bytes constitute two complete DBCS characters)."
-msgstr ""
+msgstr "<item type=\"input\">በ ቀኝ ባይት(\"中国\";4)</item> ይመልሳል \"中国\" (4 ባይቶች የሚፈጥሩት ሁለት ሙሉ ድርብ ባይት ባህሪዎች ነው)."
#: 04060110.xhp
msgctxt ""
@@ -24767,7 +24767,7 @@ msgctxt ""
"par_id2951172\n"
"help.text"
msgid "<item type=\"input\">RIGHTB(\"office\";3)</item> returns \"ice\" (3 non-DBCS characters each consisting of 1 byte)."
-msgstr ""
+msgstr "<item type=\"input\">በ ቀኝ ባይት(\"ቢሮ\";3)</item> ይመልሳል \"ice\" (3 ምንም-ድርብ ባይት ባህሪ እያንዳንዱ የያዘ 1 ባይት ባህሪዎች)."
#: 04060110.xhp
msgctxt ""
@@ -25578,7 +25578,7 @@ msgctxt ""
"191\n"
"help.text"
msgid "<item type=\"input\">=VALUE(\"4321\")</item> returns 4321."
-msgstr "<item type=\"input\">=VALUE(\"4321\")</item> returns 4321."
+msgstr "<item type=\"input\">=ዋጋ(\"4321\")</item> ይመልሳል 4321."
#: 04060111.xhp
msgctxt ""
@@ -25674,7 +25674,7 @@ msgctxt ""
"bm_id3149566\n"
"help.text"
msgid "<bookmark_value>ISLEAPYEAR function</bookmark_value><bookmark_value>leap year determination</bookmark_value>"
-msgstr "<bookmark_value>ሙሉ ነው ተግባር</bookmark_value> <bookmark_value>ሙሉ integers</bookmark_value>"
+msgstr "<bookmark_value>የ መዝለያ አመት ተግባር</bookmark_value><bookmark_value>የ መዝለያ አመት መወሰኛ</bookmark_value>"
#: 04060111.xhp
msgctxt ""
@@ -25737,7 +25737,7 @@ msgctxt ""
"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 ""
+msgstr "=የ መዝለያ አመት ነው(A1) ይመልሳል 1, ከሆነ A1 የያዘው 1968-02-29, ዋጋ ያለው ቀን ከሆነ 29ኛ የ February 1968 በ እርስዎ የ ቋንቋ ማሰናጃ ውስጥ"
#: 04060111.xhp
msgctxt ""
@@ -25745,7 +25745,7 @@ msgctxt ""
"par_idN107E7\n"
"help.text"
msgid "You may also use =ISLEAPYEAR(DATE(1968;2;29)) or =ISLEAPYEAR(\"1968-02-29\") giving the date string in the ISO 8601 notation."
-msgstr ""
+msgstr "እርስዎ እንዲሁም መጠቀም ይችላሉ =የ መዝለያ አመት ነው(ቀን(1968;2;29)) ወይንም =የ መዝለያ አመት ነው(\"1968-02-29\") የ ቀን ሀረግ ከ ተሰጠ በ ISO 8601 ምልክት ውስጥ"
#: 04060111.xhp
msgctxt ""
@@ -25753,7 +25753,7 @@ msgctxt ""
"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 "በፍጹም አይጠቀሙ =የ መዝለያ አመት ነው(2/29/68), ምክንያቱም ይህ በ መጀመሪያ ይገመግማል 2 ሲካፈል በ 29 ሲካፈል በ 68, እና ከዛ ያሰላል የ መዝለያ አመት ነው ተግባር ከዚህ ትንሽ ቁጥር ውስጥ እንደ ተከታታይ የ ቀን ቁጥር"
+msgstr "በፍጹም አይጠቀሙ =የ መዝለያ አመት ነው(2/29/68): ምክንያቱም ይህ በ መጀመሪያ ይገመግማል 2 ሲካፈል በ 29 ሲካፈል በ 68, እና ከዛ ያሰላል የ መዝለያ አመት ነው ተግባር ከዚህ ትንሽ ቁጥር ውስጥ እንደ ተከታታይ የ ቀን ቁጥር"
#: 04060111.xhp
msgctxt ""
@@ -26428,7 +26428,7 @@ msgctxt ""
"17\n"
"help.text"
msgid "Under Windows: FAR PASCAL (_far _pascal)"
-msgstr ""
+msgstr "በ መስኮት ውስጥ: FAR PASCAL (_far _pascal)"
#: 04060112.xhp
msgctxt ""
@@ -26482,7 +26482,7 @@ msgctxt ""
"23\n"
"help.text"
msgid "Paramtype"
-msgstr ""
+msgstr "መደበኛ አይነት"
#: 04060112.xhp
msgctxt ""
@@ -26581,7 +26581,7 @@ msgctxt ""
"34\n"
"help.text"
msgid "void CALLTYPE fn(out, in1, in2, ...)"
-msgstr ""
+msgstr "ባዶ የ መጥሪያ አይነት ተግባር(ውጪ: ውስጥ1, ውስጥ2, ...)"
#: 04060112.xhp
msgctxt ""
@@ -26779,7 +26779,7 @@ msgctxt ""
"56\n"
"help.text"
msgid "Output: Pointer to an array of exactly 16 variables of type Paramtype. The first nParamCount entries are filled with the suitable type of parameter."
-msgstr ""
+msgstr "ውጤት: መጠቆሚያ ወደ መለያ በ ቀጥታ 16 ተለዋዋጮች አይነት ለ ደንብ አይነት: የ መጀመሪያው የ ደንብ መቁጠሪያ ቁጥር ማስገቢያ በ ተስማማሚው አይነት ደንብ ይሞላል"
#: 04060112.xhp
msgctxt ""
@@ -29013,13 +29013,12 @@ msgid "<item type=\"input\">=DEC2OCT(100;4)</item> returns 0144."
msgstr "<item type=\"input\">=DEC2OCT(100;4)</item> ይመልሳል 0144."
#: 04060115.xhp
-#, fuzzy
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>ሙሉ ነው ተግባር</bookmark_value> <bookmark_value>ሙሉ integers</bookmark_value>"
+msgstr "<bookmark_value>የ ስህተት ዝቅተኛ እና ከፍተኛ ተግባር</bookmark_value><bookmark_value>ጋውሺያን ስህተት የ ተዋሀደ</bookmark_value>"
#: 04060115.xhp
msgctxt ""
@@ -29037,7 +29036,7 @@ msgctxt ""
"136\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_ERF\">Returns values of the Gaussian error integral.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ERF\">የ ጋውሺያን ስህተት የ ተዋሀደ አካል ዋጋዎች ይመልሳል </ahelp>"
#: 04060115.xhp
msgctxt ""
@@ -29094,13 +29093,12 @@ msgid "<item type=\"input\">=ERF(0;1)</item> returns 0.842701."
msgstr "<item type=\"input\">=ERF(0;1)</item> ይመልሳል 0.842701."
#: 04060115.xhp
-#, fuzzy
msgctxt ""
"04060115.xhp\n"
"bm_id2983446\n"
"help.text"
msgid "<bookmark_value>ERF.PRECISE function</bookmark_value><bookmark_value>Gaussian error integral</bookmark_value>"
-msgstr "<bookmark_value>ሙሉ ነው ተግባር</bookmark_value> <bookmark_value>ሙሉ integers</bookmark_value>"
+msgstr "<bookmark_value>የ ስህተት ዝቅተኛ እና ከፍተኛ.ትክክለኛ ተግባር</bookmark_value><bookmark_value>ጋውሺያን ስህተት የ ተዋሀደ</bookmark_value>"
#: 04060115.xhp
msgctxt ""
@@ -29109,7 +29107,7 @@ msgctxt ""
"135\n"
"help.text"
msgid "ERF.PRECISE"
-msgstr ""
+msgstr "የ ስህተት ዝቅተኛ እና ከፍተኛ.ትክክለኛ"
#: 04060115.xhp
msgctxt ""
@@ -29117,7 +29115,7 @@ msgctxt ""
"par_id2950381\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ERF_MS\">Returns values of the Gaussian error integral between 0 and the given limit.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_ERF_MS\">ዋጋዎች ይመልሳል የ ጋውሺያን ስህተት አካል በ 0 እና በ ተሰጠው መጠን መካከል </ahelp>"
#: 04060115.xhp
msgctxt ""
@@ -29135,7 +29133,7 @@ msgctxt ""
"138\n"
"help.text"
msgid "ERF.PRECISE(LowerLimit)"
-msgstr ""
+msgstr "የ ስህተት ዝቅተኛ እና ከፍተኛ.ትክክለኛ(ዝቅተኛ መጠን)"
#: 04060115.xhp
msgctxt ""
@@ -29160,7 +29158,7 @@ msgctxt ""
"par_id2952974\n"
"help.text"
msgid "<item type=\"input\">=ERF.PRECISE(1)</item> returns 0.842701."
-msgstr ""
+msgstr "<item type=\"input\">=የ ስህተት ዝቅተኛ እና ከፍተኛ.ትክክለኛ(1)</item> ይመልሳል 0.842701."
#: 04060115.xhp
msgctxt ""
@@ -29186,7 +29184,7 @@ msgctxt ""
"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 ""
+msgstr "<ahelp hid=\"HID_AAI_FUNC_ERFC\">ተጨማሪ ዋጋዎች ይመልሳል ለ ጋውሺያን ስህተት አካል በ x እና በ ኢንፊኒቲ መካከል </ahelp>"
#: 04060115.xhp
msgctxt ""
@@ -29248,7 +29246,7 @@ msgctxt ""
"143\n"
"help.text"
msgid "ERFC.PRECISE"
-msgstr ""
+msgstr "አስተያየት ለ ERFC.በ ትክክል"
#: 04060115.xhp
msgctxt ""
@@ -29257,7 +29255,7 @@ msgctxt ""
"144\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_ERFC_MS\">Returns complementary values of the Gaussian error integral between x and infinity.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_ERFC_MS\">ተጨማሪ ዋጋዎች ይመልሳል ለ ጋውሺያን ስህተት አካል በ x እና በ ኢንፊኒቲ መካከል </ahelp>"
#: 04060115.xhp
msgctxt ""
@@ -29275,7 +29273,7 @@ msgctxt ""
"146\n"
"help.text"
msgid "ERFC.PRECISE(LowerLimit)"
-msgstr ""
+msgstr "አስተያየት ለ ERFC.በ ትክክል(ዝቅተኛ መጠን)"
#: 04060115.xhp
msgctxt ""
@@ -29850,7 +29848,7 @@ msgctxt ""
"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 ""
+msgstr "<ahelp hid=\"HID_AAI_FUNC_IMARGUMENT\">ውጤቱ ክርክር ነው (ለ ፊ አንግል ) ለ ውስብስብ ቁጥር </ahelp>"
#: 04060116.xhp
msgctxt ""
@@ -30603,7 +30601,7 @@ msgctxt ""
"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 ""
+msgstr "<ahelp hid=\"HID_AAI_FUNC_COMPLEX\">ውጤቱ የ ውስብስብ ቁጥር የ ተመለሰ ከ ሪያል ኮኦፊሸንት እና ከ ኢማጂነሪ ኮኦፊሸንት ይሆናል</ahelp>"
#: 04060116.xhp
msgctxt ""
@@ -30746,7 +30744,7 @@ msgctxt ""
"224\n"
"help.text"
msgid "<item type=\"input\">=OCT2BIN(3;3)</item> returns 011."
-msgstr "<item type=\"input\">=OCT2BIN(3;3)</item> ይመልሳል 011."
+msgstr "<item type=\"input\">=ኦክቶ2ቢን(3;3)</item> ይመልሳል 011."
#: 04060116.xhp
msgctxt ""
@@ -30754,7 +30752,7 @@ msgctxt ""
"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>መቀየሪያ ኦክታል ወደ ዴሲማል ወደ ተግባር </bookmark_value><bookmark_value>መቀየሪያ: ኦክታል ቁጥሮች ወደ ዴሲማል ቁጥሮች </bookmark_value>"
+msgstr "<bookmark_value>ኦክታል ወደ ዴሲማል ተግባር</bookmark_value> <bookmark_value>መቀየሪያ: ኦክታል ቁጥሮች ወደ ዴሲማል ቁጥሮች</bookmark_value>"
#: 04060116.xhp
msgctxt ""
@@ -30959,7 +30957,7 @@ msgctxt ""
"180\n"
"help.text"
msgid "<emph>g</emph>, sg, lbm, <emph>u</emph>, ozm, stone, ton, grain, pweight, hweight, shweight, brton"
-msgstr ""
+msgstr "<emph>ግራም</emph>, sg, ፓውንድ ሜትሪክ <emph>u</emph>, ozm, ድንጋይ, ቶን, ግሬይን, ፔኒዌት, hweight, shweight, brton"
#: 04060116.xhp
msgctxt ""
@@ -31013,7 +31011,7 @@ msgctxt ""
"186\n"
"help.text"
msgid "<emph>Pa</emph>, <emph>atm</emph>, <emph>at</emph>, <emph>mmHg</emph>, Torr, psi"
-msgstr "<emph>Pa</emph>, <emph>atm</emph>, <emph>at</emph>, <emph>mmHg</emph>, Torr, psi"
+msgstr "<emph>ፓስካል</emph>, <emph>አትሞስፌየር</emph>, <emph>በ</emph>, <emph>ሚሚ ሜርኩሪ</emph>, ቶር: ግፊት በ ስዄር ኢንች"
#: 04060116.xhp
msgctxt ""
@@ -31031,7 +31029,7 @@ msgctxt ""
"188\n"
"help.text"
msgid "<emph>N</emph>, <emph>dyn</emph>, <emph>dy</emph>, lbf, <emph>pond</emph>"
-msgstr "<emph>N</emph>, <emph>dyn</emph>, <emph>dy</emph>, lbf, <emph>pond</emph>"
+msgstr "<emph>ኒውተን</emph>, <emph>ዳይኔ</emph>, <emph>ዳይኔ</emph> ፓውንድ <emph>ፑንዳል</emph>"
#: 04060116.xhp
msgctxt ""
@@ -31040,7 +31038,7 @@ msgctxt ""
"189\n"
"help.text"
msgid "Energy"
-msgstr ""
+msgstr "ሐይል"
#: 04060116.xhp
msgctxt ""
@@ -31049,7 +31047,7 @@ msgctxt ""
"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 "<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 "<emph>ጁዉል</emph>, <emph>ሀይል</emph>, <emph>ካሎሪ</emph>, <emph>ካሎሪ</emph>, <emph>ኤሌክትሮ ቮልት</emph>, <emph>ኤሌክትሮ ቮልት</emph>የ ፈረስ ጉበት<emph>ዋት</emph>, <emph>ዋት</emph> ፉት ፑንዳል, ቡት, ቡት"
#: 04060116.xhp
msgctxt ""
@@ -31058,7 +31056,7 @@ msgctxt ""
"191\n"
"help.text"
msgid "Power"
-msgstr ""
+msgstr "ሀይል"
#: 04060116.xhp
msgctxt ""
@@ -31067,7 +31065,7 @@ msgctxt ""
"192\n"
"help.text"
msgid "<emph>W</emph>, <emph>w</emph>, HP, PS"
-msgstr "<emph>W</emph>, <emph>w</emph>, HP, PS"
+msgstr "<emph>ዋት</emph>, <emph>ዋት</emph> የ ፈረስ ጉልበት, የ ፈረስ ጉልበት"
#: 04060116.xhp
msgctxt ""
@@ -31226,7 +31224,7 @@ msgctxt ""
"par_id3149491\n"
"help.text"
msgid "Z (zetta)"
-msgstr "Z (zetta)"
+msgstr "Z (ዜታ)"
#: 04060116.xhp
msgctxt ""
@@ -31242,7 +31240,7 @@ msgctxt ""
"par_id3149492\n"
"help.text"
msgid "E (exa)"
-msgstr "E (exa)"
+msgstr "E (ኤክሳ)"
#: 04060116.xhp
msgctxt ""
@@ -31258,7 +31256,7 @@ msgctxt ""
"par_id3149493\n"
"help.text"
msgid "P (peta)"
-msgstr "P (peta)"
+msgstr "P (ፔታ)"
#: 04060116.xhp
msgctxt ""
@@ -31274,7 +31272,7 @@ msgctxt ""
"par_id3149494\n"
"help.text"
msgid "T (tera)"
-msgstr "T (tera)"
+msgstr "T (ቴራ)"
#: 04060116.xhp
msgctxt ""
@@ -31290,7 +31288,7 @@ msgctxt ""
"par_id3149495\n"
"help.text"
msgid "G (giga)"
-msgstr "ጊ (ጊጋ)"
+msgstr "G (ጊጋ)"
#: 04060116.xhp
msgctxt ""
@@ -31306,7 +31304,7 @@ msgctxt ""
"par_id3149496\n"
"help.text"
msgid "M (mega)"
-msgstr "ሜ (ሜጋ)"
+msgstr "M (ሜጋ)"
#: 04060116.xhp
msgctxt ""
@@ -31322,7 +31320,7 @@ msgctxt ""
"par_id3149497\n"
"help.text"
msgid "k (kilo)"
-msgstr "ኪ (ኪሎ)"
+msgstr "k (ኪሎ)"
#: 04060116.xhp
msgctxt ""
@@ -31338,7 +31336,7 @@ msgctxt ""
"par_id3149498\n"
"help.text"
msgid "h (hecto)"
-msgstr "ሄ (ሄክቶ)"
+msgstr "h (ሄክቶ)"
#: 04060116.xhp
msgctxt ""
@@ -31402,7 +31400,7 @@ msgctxt ""
"par_id3149502\n"
"help.text"
msgid "m (milli)"
-msgstr "ሚ (ሚሊ)"
+msgstr "m (ሚሊ)"
#: 04060116.xhp
msgctxt ""
@@ -31630,7 +31628,7 @@ msgctxt ""
"212\n"
"help.text"
msgid "<emph>FromUnit</emph> is the unit from which conversion is taking place."
-msgstr "<emph>ከ ክፍል</emph> ክፍል ነው መቀየሪያው የሚካሄድበት"
+msgstr "<emph>ከ ክፍል</emph> መቀየሪያው የሚካሄድበት ክፍል ነው"
#: 04060116.xhp
msgctxt ""
@@ -31639,7 +31637,7 @@ msgctxt ""
"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 "<emph>ወደ ክፍል</emph> ክፍል ነው መቀየሪያው የሚካሄድበት: ሁለቱም ክፍሎች ተመሳሳይ መሆን አለባቸው"
+msgstr "<emph>ወደ ክፍል</emph> መቀየሪያው የሚካሄድበት ክፍል ነው: ሁለቱም ክፍሎች ተመሳሳይ መሆን አለባቸው"
#: 04060116.xhp
msgctxt ""
@@ -32425,7 +32423,7 @@ msgctxt ""
"par_idN10E62\n"
"help.text"
msgid "If the payments take place at regular intervals, use the <link href=\"text/scalc/01/04060103.xhp#irr\" name=\"IRR\">IRR</link> function."
-msgstr ""
+msgstr "ክፍያው የሚካሄደው መደበኛ ክፍተቱን ጠብቆ ከሆነ: ይህን ይጠቀሙ የ <link href=\"text/scalc/01/04060103.xhp#irr\" name=\"IRR\">የ ውስጥ መጠን ለ ተከታታይ ገንዘብ ይመልሳል </link> ተግባር"
#: 04060118.xhp
msgctxt ""
@@ -32665,7 +32663,7 @@ msgctxt ""
"par_id3153904\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 ""
+msgstr "<ahelp hid=\"HID_AAI_FUNC_XNPV\">ማስሊያ የ ካፒታል ዋጋ (ንፁህ የ አሁኑን ዋጋ) ለ ዝርዝር ክፍያዎች በ ተለያዩ ቀኖች ውስጥ የሚፈጸም: </ahelp> ስሌቱ መሰረት ያደረገው የ 365 ቀኖች በ አመት ውስጥን መሰረት በማድረግ ነው: የ መዝለያ አመትን በ መተው"
#: 04060118.xhp
msgctxt ""
@@ -32673,7 +32671,7 @@ msgctxt ""
"par_idN11138\n"
"help.text"
msgid "If the payments take place at regular intervals, use the <link href=\"text/scalc/01/04060119.xhp#npv\" name=\"NPV\">NPV</link> function."
-msgstr ""
+msgstr "ክፍያው የሚካሄደው መደበኛ ክፍተቱን ጠብቆ ከሆነ: ይህን ይጠቀሙ የ <link href=\"text/scalc/01/04060119.xhp#npv\" name=\"NPV\">የ አሁኑ ካፒታል ዋጋ</link> ተግባር"
#: 04060118.xhp
msgctxt ""
@@ -32769,7 +32767,7 @@ msgctxt ""
"par_id3148804\n"
"help.text"
msgid "RRI(P; PV; FV)"
-msgstr ""
+msgstr "የ ካፒታሉ ዋጋ ሲጨምር እኩል የ ወለድ መጠን ይመልሳል(ካፒታል: የ አሁኑ ዋጋ: የ ወደፊት ዋጋ)"
#: 04060118.xhp
msgctxt ""
@@ -33801,7 +33799,7 @@ msgctxt ""
"par_id3163726\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 "<ahelp hid=\"HID_AAI_FUNC_FVSCHEDULE\">ማስሊያ ለ ተጠራቀመው ዋጋ ለ መጀመሪያው capital ለ ተከታታይ ክፍለ ጊዜ በ ተለያዩ የ ወለድ መጠኖች </ahelp>"
+msgstr "<ahelp hid=\"HID_AAI_FUNC_FVSCHEDULE\">ማስሊያ ለ ተጠራቀመው ዋጋ ለ መጀመሪያው ካፒታል ለ ተከታታይ ክፍለ ጊዜ በ ተለያዩ የ ወለድ መጠኖች </ahelp>"
#: 04060118.xhp
msgctxt ""
@@ -34834,7 +34832,7 @@ msgctxt ""
"21\n"
"help.text"
msgid "=PRICE(\"1999-02-15\"; \"2007-11-15\"; 0.0575; 0.065; 100; 2; 0) returns 95.04287."
-msgstr "=PRICE(\"1999-02-15\"; \"2007-11-15\"; 0.0575; 0.065; 100; 2; 0) ይመልሳል 95.04287."
+msgstr "=የ ደህንነት ወለድ ዋጋ(\"1999-02-15\"; \"2007-11-15\"; 0.0575; 0.065; 100; 2; 0) ይመልሳል 95.04287."
#: 04060119.xhp
msgctxt ""
@@ -35155,7 +35153,7 @@ msgctxt ""
"288\n"
"help.text"
msgid "At an interest rate of 4.75%, a cash value of 25,000 currency units and a future value of 1,000,000 currency units, a duration of 79.49 payment periods is returned. The periodic payment is the resulting quotient from the future value and the duration, in this case 1,000,000/79.49=12,850.20."
-msgstr "በ ወለድ መጠን በ 4.75%,የ ገንዘብ ዋጋ ለ 25,000 ገንዘብ ክፍሎች እና የ ወደፊት ዋጋ ለ 1,000,000 ገንዘብ ክፍሎች: የሚፈጀው ጊዜ ለ 79.49 ክፍያ ጊዜዎች ይመልሳል: የ ክፍያ ጊዜዎች የ ውጤት ውጤት ነው ከ ወደፊት ዋጋ እና የሚፈጀው ጊዜ ጋር: ስለዚህ እንዲህ ይሆናል 1,000,000/79.49=12,850.20."
+msgstr "በ ወለድ መጠን በ 4.75%,የ ገንዘብ ዋጋ ለ 25,000 ገንዘብ ክፍሎች እና የ ወደፊት ዋጋ ለ 1,000,000 ገንዘብ ክፍሎች: የሚፈጀው ጊዜ ለ 79.49 ክፍያ ጊዜዎች ይመልሳል: የ ክፍያ ጊዜዎች የ ውጤት የ ክፍያ ውጤት ነው ከ ወደፊት ዋጋ እና የሚፈጀው ጊዜ ጋር: ስለዚህ እንዲህ ይሆናል 1,000,000/79.49=12,850.20."
#: 04060119.xhp
msgctxt ""
@@ -35256,13 +35254,12 @@ msgid "<item type=\"input\">=SLN(50000;3,500;84)</item> = 553.57 currency units.
msgstr "<item type=\"input\">=የ ንብረት እርጅና በ ቀጥታ-መስመር(50000;3,500;84)</item> = 553.57 የ ገንዘብ ክፍል: በየ ጊዜው በየ ወሩ እርጅናው ለ ቢሮ እቃዎች 553.57 የ ገንዘብ ክፍል ነው"
#: 04060119.xhp
-#, fuzzy
msgctxt ""
"04060119.xhp\n"
"bm_id3153739\n"
"help.text"
msgid "<bookmark_value>MDURATION function</bookmark_value><bookmark_value>Macauley duration</bookmark_value>"
-msgstr "<bookmark_value>ምልክት ተግባር</bookmark_value> <bookmark_value>algebraic ምልክት</bookmark_value>"
+msgstr "<bookmark_value>የተሻሻለው ደህንነት የሚፈጀው ጊዜ ተግባር</bookmark_value><bookmark_value>የ ማካውሌይ የሚፈጀው ጊዜ</bookmark_value>"
#: 04060119.xhp
msgctxt ""
@@ -35395,7 +35392,7 @@ msgctxt ""
"par_id3145308\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_NBW\">Returns the present value of an investment based on a series of periodic cash flows and a discount rate. To get the net present value, subtract the cost of the project (the initial cash flow at time zero) from the returned value.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_NBW\">የ አሁኑን ዋጋ ይመልሳል ለ ካፒታል መሰረት ባደረገ የ ተከታታይ ጊዜ የ ገንዘብ ፍሰት እና የ ቅናሽ መጠን: ለ ማግኘት ንጹህ የ አሁኑን ዋጋ: ይቀንሱ የ እቅዱን ዋጋ ከ (ከ መነሻው ገንዘብ ፍሰት በ ጊዜ ዜሮ) ከ ተመለሰው ዋጋ ላይ </ahelp>"
#: 04060119.xhp
msgctxt ""
@@ -35403,7 +35400,7 @@ msgctxt ""
"par_idN111381\n"
"help.text"
msgid "If the payments take place at irregular intervals, use the <link href=\"text/scalc/01/04060118.xhp#xnpv\" name=\"XNPV\">XNPV</link> function."
-msgstr ""
+msgstr "ክፍያው የሚካሄደው መደበኛ ክፍተቱን ጠብቆ ካልሆነ: ይህን ይጠቀሙ የ <link href=\"text/scalc/01/04060118.xhp#xnpv\" name=\"XNPV\">የ ካፒታል የ አሁኑን ዋጋ ስርአቱን ለማይከተል ክፍያ</link> ተግባር"
#: 04060119.xhp
msgctxt ""
@@ -35563,7 +35560,7 @@ msgctxt ""
"bm_id3155123\n"
"help.text"
msgid "<bookmark_value>NOMINAL_ADD function</bookmark_value>"
-msgstr "<bookmark_value>NOMINAL_ADD function</bookmark_value>"
+msgstr "<bookmark_value>አነስተኛ_መጨመሪያ ተግባር</bookmark_value>"
#: 04060119.xhp
msgctxt ""
@@ -35644,7 +35641,7 @@ msgctxt ""
"237\n"
"help.text"
msgid "<item type=\"input\">=NOMINAL_ADD(5.3543%;4)</item> returns 0.0525 or 5.25%."
-msgstr "<item type=\"input\">=NOMINAL_ADD(5.3543%;4)</item> ይመልሳል 0.0525 ወይንም 5.25%."
+msgstr "<item type=\"input\">=አነስተኛ_መጨመሪያ(5.3543%;4)</item> ይመልሳል 0.0525 ወይንም 5.25%."
#: 04060119.xhp
msgctxt ""
@@ -35733,7 +35730,7 @@ msgctxt ""
"216\n"
"help.text"
msgid "<item type=\"input\">=DOLLARFR(1.125;8)</item> converts into eighths. The result is 1.1 for 1 plus 1/8."
-msgstr "<item type=\"input\">=ዴሲማል ወደ ክፍልፋይ(1.125;16)</item> መቀየሪያ ወደ አንድ ስምንተኛ: ውጤቱ ይሆናል 1.1 ለ 1 ሲደመር 1/16."
+msgstr "<item type=\"input\">=ዴሲማል ወደ ክፍልፋይ(1.125;8)</item> መቀየሪያ ወደ አንድ ስምንተኛ: ውጤቱ ይሆናል 1.1 ለ 1 ሲደመር 1/8"
#: 04060119.xhp
msgctxt ""
@@ -36383,7 +36380,7 @@ msgctxt ""
"bm_id3155799\n"
"help.text"
msgid "<bookmark_value>TBILLEQ function</bookmark_value><bookmark_value>treasury bills;annual return</bookmark_value><bookmark_value>annual return on treasury bills</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>የ ቦንድ ትርፍ ለ ትሬዠሪ ተግባር</bookmark_value><bookmark_value>ትሬዠሪ ክፍያ: በ አመት ይመልሳል</bookmark_value><bookmark_value>በ አመት ይመልሳል ለ ትሬዠሪ ክፍያ</bookmark_value>"
#: 04060119.xhp
msgctxt ""
@@ -36392,7 +36389,7 @@ msgctxt ""
"58\n"
"help.text"
msgid "TBILLEQ"
-msgstr ""
+msgstr "የ ቦንድ ትርፍ ለ ትሬዠሪ"
#: 04060119.xhp
msgctxt ""
@@ -36401,7 +36398,7 @@ msgctxt ""
"59\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_TBILLEQ\">Calculates the annual return on a treasury bill.</ahelp> A treasury bill is purchased on the settlement date and sold at the full par value on the maturity date, that must fall within the same year. A discount is deducted from the purchase price."
-msgstr ""
+msgstr "<ahelp hid=\"HID_AAI_FUNC_TBILLEQ\">የ ትሬዠሪ ክፍያ በ አመት ውስጥ የሚመልሰውን ያሰላል: </ahelp> የ ትሬዠሪ ክፍያ የ ተገዛው በ ስምምነት ቀን ነው: እና የ ተሸጠው በ ፊት ዋጋ ነው በ ክፍያው ቀን: በ ተመሳሳይ አመት ውስጥ መሆን አለበት: ቅናሹ ይቀነሳል ከ መግዣው ዋጋ ላይ"
#: 04060119.xhp
msgctxt ""
@@ -36419,7 +36416,7 @@ msgctxt ""
"61\n"
"help.text"
msgid "TBILLEQ(Settlement; Maturity; Discount)"
-msgstr ""
+msgstr "የ ቦንድ ትርፍ ለ ትሬዠሪ(ስምምነት: የ ክፍያ ጊዜ: ቅናሽ)"
#: 04060119.xhp
msgctxt ""
@@ -36473,7 +36470,7 @@ msgctxt ""
"67\n"
"help.text"
msgid "The return on the treasury bill corresponding to a security is worked out as follows:"
-msgstr ""
+msgstr "የ ትሬዠሪ ክፍያ ተመሳሳይ ለ ደህንነት የሚሰራው እንደሚከተለው ነው:"
#: 04060119.xhp
msgctxt ""
@@ -36482,7 +36479,7 @@ msgctxt ""
"68\n"
"help.text"
msgid "=TBILLEQ(\"1999-03-31\";\"1999-06-01\"; 0.0914) returns 0.094151 or 9.4151 per cent."
-msgstr ""
+msgstr "=የ ቦንድ ትርፍ ለ ትሬዠሪ(\"1999-03-31\";\"1999-06-01\"; 0.0914) ይመልሳል 0.094151 ወይንም 9.4151 በ ሳንቲም"
#: 04060119.xhp
msgctxt ""
@@ -36490,7 +36487,7 @@ msgctxt ""
"bm_id3151032\n"
"help.text"
msgid "<bookmark_value>TBILLPRICE function</bookmark_value><bookmark_value>treasury bills;prices</bookmark_value><bookmark_value>prices;treasury bills</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>የ ተቀማጭ ገንዘብ የ ፊት ዋጋ ተግባር</bookmark_value><bookmark_value>የ ተቀማጭ ገንዘብ: ዋጋዎች</bookmark_value><bookmark_value>ዋጋዎች: የ ተቀማጭ ገንዘብ</bookmark_value>"
#: 04060119.xhp
msgctxt ""
@@ -36499,7 +36496,7 @@ msgctxt ""
"69\n"
"help.text"
msgid "TBILLPRICE"
-msgstr ""
+msgstr "የ ተቀማጭ ገንዘብ ዋጋ"
#: 04060119.xhp
msgctxt ""
@@ -36508,7 +36505,7 @@ msgctxt ""
"70\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_TBILLPRICE\">Calculates the price of a treasury bill per 100 currency units.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_AAI_FUNC_TBILLPRICE\">ማስሊያ ዋጋ ለ የ ተቀማጭ ገንዘብ በ 100 የ ገንዘብ መለኪያ </ahelp>"
#: 04060119.xhp
msgctxt ""
@@ -36526,7 +36523,7 @@ msgctxt ""
"72\n"
"help.text"
msgid "TBILLPRICE(Settlement; Maturity; Discount)"
-msgstr ""
+msgstr "የ ተቀማጭ ገንዘብ ዋጋ(ስምምነት: ክፍያው ደረሰ: ቅናሽ)"
#: 04060119.xhp
msgctxt ""
@@ -36580,7 +36577,7 @@ msgctxt ""
"78\n"
"help.text"
msgid "The price of the treasury bill is worked out as follows:"
-msgstr ""
+msgstr "የ ተቀማጭ ገንዘብ ዋጋ የሚሰራው እንደሚከተለው ነው:"
#: 04060119.xhp
msgctxt ""
@@ -36597,7 +36594,7 @@ msgctxt ""
"bm_id3152912\n"
"help.text"
msgid "<bookmark_value>TBILLYIELD function</bookmark_value><bookmark_value>treasury bills;rates of return</bookmark_value><bookmark_value>rates of return of treasury bills</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>የ ተቀማጭ ገንዘብ ትርፍ ተግባር</bookmark_value><bookmark_value>የ ተቀማጭ ገንዘብ: መጠን የሚመልሰው</bookmark_value><bookmark_value>የሚመልሰው መጠን ለ ተቀማጭ ገንዘብ</bookmark_value>"
#: 04060119.xhp
msgctxt ""
@@ -36606,7 +36603,7 @@ msgctxt ""
"80\n"
"help.text"
msgid "TBILLYIELD"
-msgstr ""
+msgstr "የ ተቀማጭ ገንዘብ ትርፍ"
#: 04060119.xhp
msgctxt ""
@@ -36615,7 +36612,7 @@ msgctxt ""
"81\n"
"help.text"
msgid "<ahelp hid=\"HID_AAI_FUNC_TBILLYIELD\">Calculates the yield of a treasury bill.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_AAI_FUNC_TBILLYIELD\">የ ተቀማጭ ገንዘብ ትርፍ ያሰላል </ahelp>"
#: 04060119.xhp
msgctxt ""
@@ -36633,7 +36630,7 @@ msgctxt ""
"83\n"
"help.text"
msgid "TBILLYIELD(Settlement; Maturity; Price)"
-msgstr ""
+msgstr "የ ተቀማጭ ገንዘብ ትርፍ(የ ስምምነት ጊዜ: የ ክፍያው ጊዜ: ዋጋ)"
#: 04060119.xhp
msgctxt ""
@@ -36660,7 +36657,7 @@ msgctxt ""
"86\n"
"help.text"
msgid "<emph>Price</emph> is the price (purchase price) of the treasury bill per 100 currency units of par value."
-msgstr ""
+msgstr "<emph>ዋጋ</emph> ዋጋ ነው (የ ተገዛበት ዋጋ) የ ተቀማጭ ገንዘብ በ 100 ገንዘብ ክፍል በ ክፍያ"
#: 04060119.xhp
msgctxt ""
@@ -36687,7 +36684,7 @@ msgctxt ""
"89\n"
"help.text"
msgid "The yield of the treasury bill is worked out as follows:"
-msgstr ""
+msgstr "የ ተቀማጭ ገንዘብ ትርፍ የሚሰራው እንደሚከተለው ነው:"
#: 04060119.xhp
msgctxt ""
@@ -36696,7 +36693,7 @@ msgctxt ""
"90\n"
"help.text"
msgid "=TBILLYIELD(\"1999-03-31\";\"1999-06-01\"; 98.45) returns 0.091417 or 9.1417 per cent."
-msgstr ""
+msgstr "=የ ተቀማጭ ገንዘብ ትርፍ(\"1999-03-31\";\"1999-06-01\"; 98.45) ይመልሳል 0.091417 ወይንም 9.1417 በ ሳንቲም"
#: 04060119.xhp
msgctxt ""
@@ -36722,7 +36719,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Bit Operation Functions"
-msgstr ""
+msgstr "የ ቢት አንቀሳቃሽ ተግባር"
#: 04060120.xhp
msgctxt ""
@@ -36731,7 +36728,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "Bit Operation Functions"
-msgstr ""
+msgstr "የ ቢት አንቀሳቃሽ ተግባር"
#: 04060120.xhp
msgctxt ""
@@ -36748,7 +36745,7 @@ msgctxt ""
"238\n"
"help.text"
msgid "BITAND"
-msgstr ""
+msgstr "ቢት እና"
#: 04060120.xhp
msgctxt ""
@@ -36757,7 +36754,7 @@ msgctxt ""
"239\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_BITAND\">Returns a bitwise logical \"and\" of the parameters.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_BITAND\">ይመልሳል ከ ቢት አንፃር ሎጂካል \"እና\" ደንቦች </ahelp>"
#: 04060120.xhp
msgctxt ""
@@ -36775,7 +36772,7 @@ msgctxt ""
"241\n"
"help.text"
msgid "BITAND(number1; number2)"
-msgstr ""
+msgstr "ቢት እና(ቁጥር1: ቁጥር2)"
#: 04060120.xhp
msgctxt ""
@@ -36819,7 +36816,7 @@ msgctxt ""
"252\n"
"help.text"
msgid "BITOR"
-msgstr ""
+msgstr "ቢት ወይንም"
#: 04060120.xhp
msgctxt ""
@@ -36828,7 +36825,7 @@ msgctxt ""
"253\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_BITOR\">Returns a bitwise logical \"or\" of the parameters.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_BITOR\">ይመልሳል ከ ቢት አንፃር ሎጂካል \"ወይንም\" ደንቦች </ahelp>"
#: 04060120.xhp
msgctxt ""
@@ -36846,7 +36843,7 @@ msgctxt ""
"255\n"
"help.text"
msgid "BITOR(number1; number2)"
-msgstr ""
+msgstr "ቢት ወይንም(ቁጥር1: ቁጥር2)"
#: 04060120.xhp
msgctxt ""
@@ -36881,7 +36878,7 @@ msgctxt ""
"182\n"
"help.text"
msgid "BITXOR"
-msgstr ""
+msgstr "ቢት ወይንም"
#: 04060120.xhp
msgctxt ""
@@ -36890,7 +36887,7 @@ msgctxt ""
"183\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_BITXOR\">Returns a bitwise logical \"exclusive or\" of the parameters.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_BITXOR\">ይመልሳል ከ ቢት አንፃር ሎጂካል \"አስፈላጊ ወይንም\" ደንቦች </ahelp>"
#: 04060120.xhp
msgctxt ""
@@ -36908,7 +36905,7 @@ msgctxt ""
"185\n"
"help.text"
msgid "BITXOR(number1; number2)"
-msgstr ""
+msgstr "ቢትXወይንም(ቁጥር1: ቁጥር2)"
#: 04060120.xhp
msgctxt ""
@@ -37567,7 +37564,7 @@ msgctxt ""
"par_id3148392\n"
"help.text"
msgid "B(Trials; SP; T1; T2)"
-msgstr ""
+msgstr "ባይኖሚያል(ሙከራዎች: የምናልባት ስኬት: ዝቅተኛ መጠንT1; ከፍተኛ መጠንT2)"
#: 04060181.xhp
msgctxt ""
@@ -37599,7 +37596,7 @@ msgctxt ""
"par_id3149538\n"
"help.text"
msgid "<emph>T2</emph> (optional) defines the upper limit for the number of trials."
-msgstr "<emph>ሙከራ2</emph> (በ ምርጫ) የሚገልጸው ከፍተኛ መጠን የ ሙከራ ቁጥር ነው"
+msgstr "<emph>ሙከራ2</emph> (በ ምርጫ) የሚገልጸው የ ላይኛውን መጠን የ ሙከራ ቁጥር ነው"
#: 04060181.xhp
msgctxt ""
@@ -37626,13 +37623,12 @@ msgid "<item type=\"input\">=B(10;1/6;2)</item> returns a probability of 29%."
msgstr "<item type=\"input\">=B(10;1/6;2)</item> ይመልሳል ምናልባት የ 29%."
#: 04060181.xhp
-#, fuzzy
msgctxt ""
"04060181.xhp\n"
"bm_id3158416\n"
"help.text"
msgid "<bookmark_value>RSQ function</bookmark_value> <bookmark_value>determination coefficients</bookmark_value> <bookmark_value>regression analysis</bookmark_value>"
-msgstr "<bookmark_value>የ ክፍል ተግባሮች</bookmark_value> <bookmark_value>የ ክፍል መረጃ</bookmark_value> <bookmark_value>መረጃ ስለ ክፍሎች</bookmark_value>"
+msgstr "<bookmark_value>RSQ ተግባር</bookmark_value> <bookmark_value>መወሰኛ ኮፊሺየንት </bookmark_value> <bookmark_value>ዝቅ ማድረጊያ መመርመሪያ </bookmark_value>"
#: 04060181.xhp
msgctxt ""
@@ -37640,7 +37636,7 @@ msgctxt ""
"hd_id3158416\n"
"help.text"
msgid "RSQ"
-msgstr ""
+msgstr "RSQ"
#: 04060181.xhp
msgctxt ""
@@ -37664,7 +37660,7 @@ msgctxt ""
"par_id3155822\n"
"help.text"
msgid "RSQ(DataY; DataX)"
-msgstr ""
+msgstr "RSQ(ዳታ_Y:ዳታ_X)"
#: 04060181.xhp
msgctxt ""
@@ -37696,7 +37692,7 @@ msgctxt ""
"par_id3155991\n"
"help.text"
msgid "<item type=\"input\">=RSQ(A1:A20;B1:B20)</item> calculates the determination coefficient for both data sets in columns A and B."
-msgstr ""
+msgstr "<item type=\"input\">=RSQ(A1:A20;B1:B20)</item> የ ኮኦፊሺየንት መወሰኛ ያሰላል ለ ሁለቱም ዳታ ስብስቦች በ አምዶች A እና B. ውስጥ"
#: 04060181.xhp
msgctxt ""
@@ -37720,7 +37716,7 @@ msgctxt ""
"par_id3149825\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_BETAINV\">Returns the inverse of the cumulative beta probability density function.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_BETAINV\">የ ተጠራቀመ የ ምናልባት አካል ተግባር ግልባጭ ይመልሳል </ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_BETAINV\">የ ተጠራቀመ የ ቤታ ምናልባት ጥልቀት ተግባር ግልባጭ ይመልሳል </ahelp>"
#: 04060181.xhp
msgctxt ""
@@ -37800,7 +37796,7 @@ msgctxt ""
"bm_id2945620\n"
"help.text"
msgid "<bookmark_value>BETA.INV function</bookmark_value> <bookmark_value>cumulative probability density function;inverse of</bookmark_value>"
-msgstr "<bookmark_value>የ ቤታ ስርጭት ግልባጭ ተግባር</bookmark_value> <bookmark_value>የ ተጠራቀመ የ ምናልባት አካል ተግባር: ግልባጭ ለ</bookmark_value>"
+msgstr "<bookmark_value>የ ቤታ.ግልባጭ ተግባር</bookmark_value> <bookmark_value>የ ተጠራቀመ የ ምናልባት አካል ተግባር: ግልባጭ ለ</bookmark_value>"
#: 04060181.xhp
msgctxt ""
@@ -37808,7 +37804,7 @@ msgctxt ""
"hd_id2945620\n"
"help.text"
msgid "BETA.INV"
-msgstr "የ ቤታ ስርጭት. ግልባጭ"
+msgstr "የ ቤታ.ግልባጭ"
#: 04060181.xhp
msgctxt ""
@@ -37816,7 +37812,7 @@ msgctxt ""
"par_id2949825\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_BETAINV_MS\">Returns the inverse of the cumulative beta probability density function.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_BETAINV_MS\">የ ተጠራቀመ የ ምናልባት አካል ተግባር ግልባጭ ይመልሳል </ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_BETAINV_MS\">የ ተጠራቀመ የ ቤታ ምናልባት መጠን ተግባር ግልባጭ ይመልሳል </ahelp>"
#: 04060181.xhp
msgctxt ""
@@ -37832,7 +37828,7 @@ msgctxt ""
"par_id2956300\n"
"help.text"
msgid "BETA.INV(Number; Alpha; Beta; Start; End)"
-msgstr "የ ቤታ ስርጭት ግልባጭ(ቁጥር: አልፋ: ቤታ: መጀመሪያ: መጨረሻ)"
+msgstr "የ ቤታ.ግልባጭ(ቁጥር: አልፋ: ቤታ: መጀመሪያ: መጨረሻ)"
#: 04060181.xhp
msgctxt ""
@@ -37888,7 +37884,7 @@ msgctxt ""
"par_id2946859\n"
"help.text"
msgid "<item type=\"input\">=BETA.INV(0.5;5;10)</item> returns the value 0.3257511553."
-msgstr "<item type=\"input\">=የ ቤታ ስርጭት ግልባጭ(0.5;5;10)</item> ይመልሳል ዋጋ 0.3257511553."
+msgstr "<item type=\"input\">=የ ቤታ.ግልባጭ(0.5;5;10)</item> ይመልሳል ዋጋ 0.3257511553."
#: 04060181.xhp
msgctxt ""
@@ -37904,7 +37900,7 @@ msgctxt ""
"hd_id3156096\n"
"help.text"
msgid "BETADIST"
-msgstr "የ ተጠራቀመ ስርጭት ተግባር"
+msgstr "የ ቤታ ስርጭት ተግባር"
#: 04060181.xhp
msgctxt ""
@@ -37928,7 +37924,7 @@ msgctxt ""
"par_id3147571\n"
"help.text"
msgid "BETADIST(Number; Alpha; Beta; Start; End; Cumulative)"
-msgstr "የ ተጠራቀመ ስርጭት ተግባር(ቁጥር: አልፋ: ቤታ: መጀመሪያ: መጨረሻ: የ ተጠራቀመ)"
+msgstr "የ ቤታ ስርጭት ተግባር(ቁጥር: አልፋ: ቤታ: መጀመሪያ: መጨረሻ: የ ተጠራቀመ)"
#: 04060181.xhp
msgctxt ""
@@ -37992,7 +37988,7 @@ msgctxt ""
"par_id3156118\n"
"help.text"
msgid "<item type=\"input\">=BETADIST(0.75;3;4)</item> returns the value 0.96"
-msgstr "<item type=\"input\">=የ ተጠራቀመ ስርጭት ተግባር(0.75;3;4)</item> ይመልሳል ዋጋ 0.96"
+msgstr "<item type=\"input\">=የ ቤታ ስርጭት(0.75;3;4)</item> ይመልሳል ዋጋ 0.96"
#: 04060181.xhp
msgctxt ""
@@ -38016,7 +38012,7 @@ msgctxt ""
"par_id2950880\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_BETADIST_MS\">Returns the beta function.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_BETADIST_MS\">የ ተጠራቀመ ስርጭት ተግባር ይመልሳል </ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_BETADIST_MS\">የ ቤታ ተግባር ይመልሳል </ahelp>"
#: 04060181.xhp
msgctxt ""
@@ -38096,7 +38092,7 @@ msgctxt ""
"par_id2956118\n"
"help.text"
msgid "<item type=\"input\">=BETA.DIST(2;8;10;1;1;3)</item> returns the value 0.6854706"
-msgstr "<item type=\"input\">=የ ተጠራቀመ ስርጭት(2;8;10;1;1;3)</item> ይመልሳል ዋጋ 0.6854706"
+msgstr "<item type=\"input\">=ቤታ.ስርጭት(2;8;10;1;1;3)</item> ይመልሳል ዋጋ 0.6854706"
#: 04060181.xhp
msgctxt ""
@@ -38104,7 +38100,7 @@ msgctxt ""
"par_id2956119\n"
"help.text"
msgid "<item type=\"input\">=BETA.DIST(2;8;10;0;1;3)</item> returns the value 1.4837646"
-msgstr "<item type=\"input\">=የ ተጠራቀመ ስርጭት(2;8;10;0;1;3)</item> ይመልሳል ዋጋ 1.4837646"
+msgstr "<item type=\"input\">=ቤታ.ስርጭት(2;8;10;0;1;3)</item> ይመልሳል ዋጋ 1.4837646"
#: 04060181.xhp
msgctxt ""
@@ -38144,7 +38140,7 @@ msgctxt ""
"par_id3156009\n"
"help.text"
msgid "BINOMDIST(X; Trials; SP; C)"
-msgstr ""
+msgstr "የ ባይኖሚያል ስርጭት(X; ሙከራ: መጀመሪያ ነጥብ: ጥርቅም)"
#: 04060181.xhp
msgctxt ""
@@ -38208,7 +38204,7 @@ msgctxt ""
"bm_id2943228\n"
"help.text"
msgid "<bookmark_value>BINOM.DIST function</bookmark_value>"
-msgstr "<bookmark_value>BINOM.DIST function</bookmark_value>"
+msgstr "<bookmark_value> የ ባይኖሚያል.ስርጭት ተግባር </bookmark_value>"
#: 04060181.xhp
msgctxt ""
@@ -38240,7 +38236,7 @@ msgctxt ""
"par_id2956009\n"
"help.text"
msgid "BINOM.DIST(X; Trials; SP; C)"
-msgstr ""
+msgstr "የ ባይኖሚያል.ስርጭት(X; ሙከራ: መጀመሪያ ነጥብ: ጥርቅም)"
#: 04060181.xhp
msgctxt ""
@@ -38312,7 +38308,7 @@ msgctxt ""
"hd_id2843228\n"
"help.text"
msgid "BINOM.INV"
-msgstr ""
+msgstr "ባይኖሚያል.ግልባጭ"
#: 04060181.xhp
msgctxt ""
@@ -38336,7 +38332,7 @@ msgctxt ""
"par_id2856009\n"
"help.text"
msgid "BINOM.INV(Trials; SP; Alpha)"
-msgstr ""
+msgstr "ባይኖሚያል.ግልባጭ(ሙከራዎች: የ ሙከራ ስኬቶች: አልፋ)"
#: 04060181.xhp
msgctxt ""
@@ -38568,7 +38564,7 @@ msgctxt ""
"par_id3150777\n"
"help.text"
msgid "A die is thrown 1020 times. The numbers on the die 1 through 6 come up 195, 151, 148, 189, 183 and 154 times (observation values). The hypothesis that the die is not fixed is to be tested."
-msgstr "ዳይ ቢወረወር 1020 ጊዜ: የ ዳይ ቁጥሮች ከ 1 እድከ 6 የሚወጣው 195, 151, 148, 189, 183 እና 154 ጊዜ ነው (የታዩት ዋጋዎች). ዳይ የ ተወሰነ እንዳልሆነ መላምት መሞከሪያ"
+msgstr "ዳይ ቢወረወር 1020 ጊዜ: የ ዳይ ቁጥሮች ከ 1 እስከ 6 የሚወጣው 195, 151, 148, 189, 183 እና 154 ጊዜ ነው (የታዩት ዋጋዎች) መላምት: ዳይ የ ተወሰነ አይደለም ለ መሞከር"
#: 04060181.xhp
msgctxt ""
@@ -38680,7 +38676,7 @@ msgctxt ""
"par_id2950777\n"
"help.text"
msgid "A die is thrown 1020 times. The numbers on the die 1 through 6 come up 195, 151, 148, 189, 183 and 154 times (observation values). The hypothesis that the die is not fixed is to be tested."
-msgstr "ዳይ ቢወረወር 1020 ጊዜ: የ ዳይ ቁጥሮች ከ 1 እድከ 6 የሚወጣው 195, 151, 148, 189, 183 እና 154 ጊዜ ነው (የታዩት ዋጋዎች). ዳይ የ ተወሰነ እንዳልሆነ መላምት መሞከሪያ"
+msgstr "ዳይ ቢወረወር 1020 ጊዜ: የ ዳይ ቁጥሮች ከ 1 እስከ 6 የሚወጣው 195, 151, 148, 189, 183 እና 154 ጊዜ ነው (የታዩት ዋጋዎች) መላምት: ዳይ የ ተወሰነ አይደለም ለ መሞከር"
#: 04060181.xhp
msgctxt ""
@@ -38752,7 +38748,7 @@ msgctxt ""
"par_id3148925\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 "ምናልባት የሚወሰነው በ ቺ ስኴር.መሞከሪያ ነው: እንዲሁም መወሰን ይቻላል በ ቺ ስኴር ስርጭት: ይህ ቺ ስኴር በ ደፈናው ናሙና ማለፍ አለበት እንደ ደንብ ከ ዳታ ረድፍ ይልቅ"
+msgstr "ምናልባት የሚወሰነው በ ቺ ስርጭት ነው: እንዲሁም መወሰን ይቻላል በ የ ቺ ስርጭት: ይህ ቺ ስኴር በ ደፈናው ናሙና ማለፍ አለበት እንደ ደንብ ከ ዳታ ረድፍ ይልቅ"
#: 04060181.xhp
msgctxt ""
@@ -39208,7 +39204,7 @@ msgctxt ""
"bm_id3148690\n"
"help.text"
msgid "<bookmark_value>CHIDIST function</bookmark_value>"
-msgstr "<bookmark_value>CHIDIST function</bookmark_value>"
+msgstr "<bookmark_value>የ ቺ ስርጭት ተግባር</bookmark_value>"
#: 04060181.xhp
msgctxt ""
@@ -39248,7 +39244,7 @@ msgctxt ""
"par_id3158439\n"
"help.text"
msgid "CHIDIST(Number; DegreesFreedom)"
-msgstr "የ ቺ ስኴር.መሞከሪያ(ቁጥር: የ ዲግሪዎች ነፃነት)"
+msgstr "የ ቺ ስርጭት(ቁጥር: የ ዲግሪዎች ነፃነት)"
#: 04060181.xhp
msgctxt ""
@@ -39280,7 +39276,7 @@ msgctxt ""
"par_id3145774\n"
"help.text"
msgid "<item type=\"input\">=CHIDIST(13.27; 5)</item> equals 0.02."
-msgstr "<item type=\"input\">=የ ቺ ስርጭት(13.27; 5)</item> እኩል ነ ከ 0.02."
+msgstr "<item type=\"input\">=የ ቺ ስርጭት(13.27; 5)</item> እኩል ነው ከ 0.02."
#: 04060181.xhp
msgctxt ""
@@ -39456,7 +39452,7 @@ msgctxt ""
"par_id2945774\n"
"help.text"
msgid "<item type=\"input\">=CHISQ.DIST.RT(13.27; 5)</item> equals 0.0209757694."
-msgstr "<item type=\"input\">=የ ቺ ስኴር.ስርጭት የ ቀኝ-ጭራ(13.27; 5)</item> እኩል ነው ከ 0.02."
+msgstr "<item type=\"input\">=የ ቺ ስኴር.ስርጭት የ ቀኝ-ጭራ(13.27; 5)</item> እኩል ነው ከ 0.0209757694."
#: 04060181.xhp
msgctxt ""
@@ -39592,7 +39588,7 @@ msgctxt ""
"par_id3147332\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 ""
+msgstr "<emph>ጥርቅም</emph> የ ሎጂካል ዋጋ ነው የሚወስን የ ተግባር ፎርም <emph>ጥርቅም = 0</emph> የሚያሰላው የ መጠን ተግባር ነው: እና <emph>ጥርቅም = 1</emph> የሚያሰላው ስርጭት ነው"
#: 04060181.xhp
msgctxt ""
@@ -39672,7 +39668,7 @@ msgctxt ""
"par_id2947332\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 ""
+msgstr "<emph>ጥርቅም</emph> የ ሎጂካል ዋጋ ነው የሚወስን የ ተግባር ፎርም <emph>ጥርቅም = 0</emph> የሚያሰላው የ መጠን ተግባር ነው: እና <emph>ጥርቅም = 1</emph> የሚያሰላው ስርጭት ነው"
#: 04060181.xhp
msgctxt ""
@@ -39696,7 +39692,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Statistical Functions Part Two"
-msgstr "የ Statistical ተግባሮች ክፍል ሁለት"
+msgstr "የ ስታትስቲክስ ተግባሮች ክፍል ሁለት"
#: 04060182.xhp
msgctxt ""
@@ -39705,7 +39701,7 @@ msgctxt ""
"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\">የ Statistical ተግባሮች ክፍል ሁለት</link></variable>"
+msgstr "<variable id=\"fh\"><link href=\"text/scalc/01/04060182.xhp\" name=\"Statistical Functions Part Two\">የ ስታትስቲክስ ተግባሮች ክፍል ሁለት</link></variable>"
#: 04060182.xhp
msgctxt ""
@@ -39980,7 +39976,7 @@ msgctxt ""
"bm_id3150888\n"
"help.text"
msgid "<bookmark_value>FISHER function</bookmark_value>"
-msgstr "<bookmark_value>FISHER function</bookmark_value>"
+msgstr "<bookmark_value>የ ፊሸር ተግባር</bookmark_value>"
#: 04060182.xhp
msgctxt ""
@@ -39989,7 +39985,7 @@ msgctxt ""
"12\n"
"help.text"
msgid "FISHER"
-msgstr "አጥማጅ"
+msgstr "ፊሸር"
#: 04060182.xhp
msgctxt ""
@@ -39998,7 +39994,7 @@ msgctxt ""
"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>"
+msgstr "<ahelp hid=\"HID_FUNC_FISHER\">ፊሸር መቀየሪያ ለ x እና ተግባር መዝጊያ መፍጠሪያ ለ መደበኛ ስርጭት </ahelp>"
#: 04060182.xhp
msgctxt ""
@@ -40016,7 +40012,7 @@ msgctxt ""
"15\n"
"help.text"
msgid "FISHER(Number)"
-msgstr "አጥማጅ(ቁጥር)"
+msgstr "ፊሸር(ቁጥር)"
#: 04060182.xhp
msgctxt ""
@@ -40043,7 +40039,7 @@ msgctxt ""
"18\n"
"help.text"
msgid "<item type=\"input\">=FISHER(0.5)</item> yields 0.55."
-msgstr "<item type=\"input\">=FISHER(0.5)</item> ትርፍ 0.55."
+msgstr "<item type=\"input\">=ፊሸር(0.5)</item> ትርፍ 0.55."
#: 04060182.xhp
msgctxt ""
@@ -40051,7 +40047,7 @@ msgctxt ""
"bm_id3155758\n"
"help.text"
msgid "<bookmark_value>FISHERINV function</bookmark_value> <bookmark_value>inverse of Fisher transformation</bookmark_value>"
-msgstr "<bookmark_value>የ አጥማጅ ግልባጭ ተግባር</bookmark_value> <bookmark_value>ግልባጭ ለ አጥማጅ መቀየሪያ</bookmark_value>"
+msgstr "<bookmark_value>የ ፊሸር ግልባጭ ተግባር</bookmark_value> <bookmark_value>ግልባጭ ለ ፊሸር መቀየሪያ</bookmark_value>"
#: 04060182.xhp
msgctxt ""
@@ -40060,7 +40056,7 @@ msgctxt ""
"20\n"
"help.text"
msgid "FISHERINV"
-msgstr "የ አጥማጅ ግልባጭ"
+msgstr "የ ፊሸር ግልባጭ"
#: 04060182.xhp
msgctxt ""
@@ -40069,7 +40065,7 @@ msgctxt ""
"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>"
+msgstr "<ahelp hid=\"HID_FUNC_FISHERINV\">የ ፊሸር መቀየሪያ ግልባጭ ለ x እና የ ተግባር መዝጊያ መፍጠሪያ ለ መደበኛ ስርጭት </ahelp>"
#: 04060182.xhp
msgctxt ""
@@ -40087,7 +40083,7 @@ msgctxt ""
"23\n"
"help.text"
msgid "FISHERINV(Number)"
-msgstr "የ አጥማጅ ግልባጭ(ቁጥር)"
+msgstr "የ ፊሸር ግልባጭ(ቁጥር)"
#: 04060182.xhp
msgctxt ""
@@ -40114,7 +40110,7 @@ msgctxt ""
"26\n"
"help.text"
msgid "<item type=\"input\">=FISHERINV(0.5)</item> yields 0.46."
-msgstr "<item type=\"input\">=FISHERINV(0.5)</item> ትርፍ 0.46."
+msgstr "<item type=\"input\">=የ ፊሸር ግልባጭ(0.5)</item> ትርፍ 0.46."
#: 04060182.xhp
msgctxt ""
@@ -40122,7 +40118,7 @@ msgctxt ""
"bm_id3151390\n"
"help.text"
msgid "<bookmark_value>FTEST function</bookmark_value>"
-msgstr "<bookmark_value>FTEST function</bookmark_value>"
+msgstr "<bookmark_value>የ F መሞከሪያ ተግባር</bookmark_value>"
#: 04060182.xhp
msgctxt ""
@@ -40131,7 +40127,7 @@ msgctxt ""
"28\n"
"help.text"
msgid "FTEST"
-msgstr "Fመሞከሪያ"
+msgstr "የ F መሞከሪያ"
#: 04060182.xhp
msgctxt ""
@@ -40158,7 +40154,7 @@ msgctxt ""
"31\n"
"help.text"
msgid "FTEST(Data1; Data2)"
-msgstr "Fመሞከሪያ(ዳታ1; ዳታ2)"
+msgstr "የ F መሞከሪያ(ዳታ1; ዳታ2)"
#: 04060182.xhp
msgctxt ""
@@ -40194,7 +40190,7 @@ msgctxt ""
"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 "<item type=\"input\">=Fመሞከሪያ(A1:A30;B1:B12)</item> ያሰላል ሁለት ዳታ ማሰናጃ ልዩ መሆናቸውን በ ራሳቸው የ ተለያዩ እና ሁለቱም ማሰናጃዎች ምናልባት ይመልሳሉ ከ ተመሳሳይ ጠቅላላ ህዝብ ይሆናል የመጡት"
+msgstr "<item type=\"input\">=የ F መሞከሪያ(A1:A30;B1:B12)</item> ያሰላል ሁለት ዳታ ማሰናጃ ልዩ መሆናቸውን በ ራሳቸው የ ተለያዩ እና ሁለቱም ማሰናጃዎች ምናልባት ይመልሳሉ ከ ተመሳሳይ ጠቅላላ ህዝብ ይሆናል የመጡት"
#: 04060182.xhp
msgctxt ""
@@ -40371,7 +40367,7 @@ msgctxt ""
"bm_id2950372\n"
"help.text"
msgid "<bookmark_value>F.DIST function</bookmark_value>"
-msgstr "<bookmark_value>F.DIST function</bookmark_value>"
+msgstr "<bookmark_value>የ F.ስርጭት ተግባር</bookmark_value>"
#: 04060182.xhp
msgctxt ""
@@ -40461,7 +40457,7 @@ msgctxt ""
"45\n"
"help.text"
msgid "<item type=\"input\">=F.DIST(0.8;8;12;0)</item> yields 0.7095282499."
-msgstr "<item type=\"input\">=F.DIST(0.8;8;12;0)</item> ትርፍ 0.7095282499."
+msgstr "<item type=\"input\">=የ F.ስርጭት(0.8;8;12;0)</item> ትርፍ 0.7095282499."
#: 04060182.xhp
msgctxt ""
@@ -40470,7 +40466,7 @@ msgctxt ""
"45\n"
"help.text"
msgid "<item type=\"input\">=F.DIST(0.8;8;12;1)</item> yields 0.3856603563."
-msgstr "<item type=\"input\">=F.DIST(0.8;8;12;1)</item> ትርፍ 0.3856603563."
+msgstr "<item type=\"input\">=የ F.ስርጭት(0.8;8;12;1)</item> ትርፍ 0.3856603563."
#: 04060182.xhp
msgctxt ""
@@ -40478,7 +40474,7 @@ msgctxt ""
"bm_id2850372\n"
"help.text"
msgid "<bookmark_value>F.DIST.RT function</bookmark_value>"
-msgstr "<bookmark_value>F.DIST.RT function</bookmark_value>"
+msgstr "<bookmark_value>የ F.ስርጭት.የ ቀኝ ጭራ ተግባር</bookmark_value>"
#: 04060182.xhp
msgctxt ""
@@ -40559,7 +40555,7 @@ msgctxt ""
"45\n"
"help.text"
msgid "<item type=\"input\">=F.DIST.RT(0.8;8;12)</item> yields 0.6143396437."
-msgstr "<item type=\"input\">=F.DIST.RT(0.8;8;12)</item> ትርፍ 0.6143396437."
+msgstr "<item type=\"input\">=የ F. ስርጭት የ ቀኝ ጭራ(0.8;8;12)</item> ትርፍ 0.6143396437."
#: 04060182.xhp
msgctxt ""
@@ -41296,7 +41292,7 @@ msgctxt ""
"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 "<item type=\"input\">=የ ጂዮሜትሪክ አማካይ(23;46;69)</item> = 37.64. የ ጂዮሜትሪክ አማካይ ለ በደፈናው ናሙና ይህ ነው 41.79."
+msgstr "<item type=\"input\">=የ ጂዮሜትሪክ አማካይ(23;46;69)</item> = 41.79. የ ጂዮሜትሪክ አማካይ ለ በደፈናው ናሙና ይህ ነው 41.79."
#: 04060182.xhp
msgctxt ""
@@ -41837,7 +41833,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Statistical Functions Part Three"
-msgstr "የ Statistical ተግባሮች ክፍል ሶስት"
+msgstr "የ ስታትስቲክስ ተግባሮች ክፍል ሶስት"
#: 04060183.xhp
msgctxt ""
@@ -41846,7 +41842,7 @@ msgctxt ""
"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\">የ Statistical ተግባሮች ክፍል ሶስት</link></variable>"
+msgstr "<variable id=\"kl\"><link href=\"text/scalc/01/04060183.xhp\" name=\"Statistical Functions Part Three\">የ ስታትስቲክስ ተግባሮች ክፍል ሶስት</link></variable>"
#: 04060183.xhp
msgctxt ""
@@ -41872,7 +41868,7 @@ msgctxt ""
"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\">ይመልሳል የ ደረጃ_c-ኛ ትልቁም ዋጋ ከ ዳታ ስብስብ ውስጥ </ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_KGROESSTE\">ይመልሳል የ ደረጃ_c-ኛ ትልቁን ዋጋ ከ ዳታ ስብስብ ውስጥ </ahelp>"
#: 04060183.xhp
msgctxt ""
@@ -42276,13 +42272,12 @@ msgid "<item type=\"input\">=CONFIDENCE.NORM(0.05;1.5;100)</item> gives 0.293994
msgstr "<item type=\"input\">=መተማመኛ.መደበኛ(0.05;1.5;100)</item> ይሰጣል 0.2939945977."
#: 04060183.xhp
-#, fuzzy
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>መቀላቀያ ተግባሮች</bookmark_value> <bookmark_value>የ ቁጥር መቀላቀያ</bookmark_value>"
+msgstr "<bookmark_value>የ ፒርሰን ኮኦሪሊሽን ኮኦፊሺየንት ለ ሁለት ስብስብ ዳታ ተግባሮች</bookmark_value><bookmark_value>የ ኮኦፊሺየንት ኮኦሪሊሽን </bookmark_value>"
#: 04060183.xhp
msgctxt ""
@@ -42291,7 +42286,7 @@ msgctxt ""
"30\n"
"help.text"
msgid "CORREL"
-msgstr ""
+msgstr "የ ፒርሰን ኮኦሪሊሽን ኮኦፊሺየንት ለ ሁለት ስብስብ ዳታ"
#: 04060183.xhp
msgctxt ""
@@ -42300,7 +42295,7 @@ msgctxt ""
"31\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_KORREL\">Returns the correlation coefficient between two data sets.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_KORREL\">የ ፒርሰን ኮኦሪሊሽን ኮኦፊሺየንት ለ ሁለት ስብስብ ዳታ ይመልሳል </ahelp>"
#: 04060183.xhp
msgctxt ""
@@ -42318,7 +42313,7 @@ msgctxt ""
"33\n"
"help.text"
msgid "CORREL(Data1; Data2)"
-msgstr ""
+msgstr "የ ፒርሰን ኮኦሪሊሽን ኮኦፊሺየንት ለ ሁለት ስብስብ ዳታ(ዳታ1: ዳታ2)"
#: 04060183.xhp
msgctxt ""
@@ -42354,7 +42349,7 @@ msgctxt ""
"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 ""
+msgstr "<item type=\"input\">=የ ፒርሰን ኮኦሪሊሽን ኮኦፊሺየንት ለ ሁለት ስብስብ ዳታ(A1:A50;B1:B50)</item> የሚያሰላው የ ኮኦሪሊሽን ኮኦፊሺየንት እንደ መለኪያ ለ ቀጥተኛ ኮኦሪሊሽን ለ ሁለት ዳታ ስብስብ"
#: 04060183.xhp
msgctxt ""
@@ -42371,7 +42366,7 @@ msgctxt ""
"39\n"
"help.text"
msgid "COVAR"
-msgstr ""
+msgstr "ኮቫሪያንስ"
#: 04060183.xhp
msgctxt ""
@@ -42398,7 +42393,7 @@ msgctxt ""
"42\n"
"help.text"
msgid "COVAR(Data1; Data2)"
-msgstr ""
+msgstr "ኮቫሪያንስ(ዳታ1: ዳታ2)"
#: 04060183.xhp
msgctxt ""
@@ -42451,7 +42446,7 @@ msgctxt ""
"39\n"
"help.text"
msgid "COVARIANCE.P"
-msgstr ""
+msgstr "ኮቫሪያንስ.P"
#: 04060183.xhp
msgctxt ""
@@ -42478,7 +42473,7 @@ msgctxt ""
"42\n"
"help.text"
msgid "COVARIANCE.P(Data1; Data2)"
-msgstr ""
+msgstr "ኮቫሪያንስ.P(ዳታ1: ዳታ2)"
#: 04060183.xhp
msgctxt ""
@@ -42514,7 +42509,7 @@ msgctxt ""
"46\n"
"help.text"
msgid "<item type=\"input\">=COVARIANCE.P(A1:A30;B1:B30)</item>"
-msgstr "<item type=\"input\">=COVARIANCE.P(A1:A30;B1:B30)</item>"
+msgstr "<item type=\"input\">=ኮቫሪያንስ.P(A1:A30;B1:B30)</item>"
#: 04060183.xhp
msgctxt ""
@@ -42522,7 +42517,7 @@ msgctxt ""
"bm_id280652\n"
"help.text"
msgid "<bookmark_value>COVARIANCE.S function</bookmark_value>"
-msgstr "<bookmark_value>COVARIANCE.S function</bookmark_value>"
+msgstr "<bookmark_value>ኮቫሪያንስ.S ተግባር</bookmark_value>"
#: 04060183.xhp
msgctxt ""
@@ -42531,7 +42526,7 @@ msgctxt ""
"39\n"
"help.text"
msgid "COVARIANCE.S"
-msgstr ""
+msgstr "ኮቫሪያንስ.S"
#: 04060183.xhp
msgctxt ""
@@ -42558,7 +42553,7 @@ msgctxt ""
"42\n"
"help.text"
msgid "COVARIANCE.S(Data1; Data2)"
-msgstr ""
+msgstr "ኮቫሪያንስ.S(ዳታ1: ዳታ2)"
#: 04060183.xhp
msgctxt ""
@@ -42594,7 +42589,7 @@ msgctxt ""
"46\n"
"help.text"
msgid "<item type=\"input\">=COVARIANCE.S(A1:A30;B1:B30)</item>"
-msgstr "<item type=\"input\">=COVARIANCE.S(A1:A30;B1:B30)</item>"
+msgstr "<item type=\"input\">=ኮቫሪያንስ.S(A1:A30;B1:B30)</item>"
#: 04060183.xhp
msgctxt ""
@@ -42611,7 +42606,7 @@ msgctxt ""
"48\n"
"help.text"
msgid "CRITBINOM"
-msgstr ""
+msgstr "ክርክሩ ቁጥር ካልሆነ የ ስህተት ዋጋ ይመልሳል"
#: 04060183.xhp
msgctxt ""
@@ -42638,7 +42633,7 @@ msgctxt ""
"51\n"
"help.text"
msgid "CRITBINOM(Trials; SP; Alpha)"
-msgstr ""
+msgstr "አነስተኛ ዋጋ የ ጥርቅም ባይኖሚያል ስርጭት (ሙከራ: መጀመሪያ ነጥብ: አልፋ)"
#: 04060183.xhp
msgctxt ""
@@ -42709,7 +42704,7 @@ msgctxt ""
"59\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_KURT\">Returns the kurtosis of a data set (at least 4 values required).</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_KURT\">የ ኩርቶሲስ ዳታ ማሰናጃ ይመልሳል (ቢያንስ 4 ዋጋዎች ያስፈልጋሉ).</ahelp>"
#: 04060183.xhp
msgctxt ""
@@ -43142,7 +43137,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Statistical Functions Part Four"
-msgstr "የ Statistical ተግባሮች ክፍል አራት"
+msgstr "የ ስታትስቲክስ ተግባሮች ክፍል አራት"
#: 04060184.xhp
msgctxt ""
@@ -43151,7 +43146,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<variable id=\"mq\"><link href=\"text/scalc/01/04060184.xhp\" name=\"Statistical Functions Part Four\">Statistical Functions Part Four</link></variable>"
-msgstr "<variable id=\"mq\"><link href=\"text/scalc/01/04060184.xhp\" name=\"Statistical Functions Part Four\">የ Statistical ተግባሮች ክፍል አራት</link></variable>"
+msgstr "<variable id=\"mq\"><link href=\"text/scalc/01/04060184.xhp\" name=\"Statistical Functions Part Four\">የ ስታትስቲክስ ተግባሮች ክፍል አራት</link></variable>"
#: 04060184.xhp
msgctxt ""
@@ -43185,7 +43180,7 @@ msgctxt ""
"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 "ይመልሳል 0 ምንም የ ቁጥር ዋጋ እና ምንም ስህተት ካልተገኘ በ ክፍል(ሎች) ውስጥ: እንደ ክፍል ማመሳከሪያ(ዎች) የ ታለፈውን: የ ጽሁፍ ክፍሎች ይተዋሉ በ አነስተኛ() እና ከፍተኛ(): ተግባሮች አነስተኛ የ ክርክር ዝርዝር() እና ከፍተኛ የ ክርክር ዝርዝር() ይመልሳል 0 ምንም ዋጋ (የ ቁጥር ወይንም ጽሁፍ) እና ምንም ስህተት ካልተገኘ: የ ታለፈውን የ ሀረግ ክርክር በ ትክክል ለ አነስተኛ() ወይንም ከፍተኛ(): ለምሳሌ: አነስተኛ(\"ሀረግ\"): ውጤቱ ስህተት ይሆናል"
+msgstr "ይመልሳል 0 ምንም የ ቁጥር ዋጋ እና ምንም ስህተት ካልተገኘ በ ክፍል(ሎች) ውስጥ: እንደ ክፍል ማመሳከሪያ(ዎች) የ ታለፈውን: የ ጽሁፍ ክፍሎች ይተዋሉ በ አነስተኛ ክርክር() እና ከፍተኛ ክርክር(): ተግባሮች አነስተኛ የ ክርክር ዝርዝር() እና ከፍተኛ የ ክርክር ዝርዝር() ይመልሳል 0 ምንም ዋጋ (የ ቁጥር ወይንም ጽሁፍ) እና ምንም ስህተት ካልተገኘ: የ ታለፈውን የ ሀረግ ክርክር በ ትክክል ለ አነስተኛ() ወይንም ከፍተኛ(): ለምሳሌ: አነስተኛ(\"ሀረግ\"): ውጤቱ ስህተት ይሆናል"
#: 04060184.xhp
msgctxt ""
@@ -43494,7 +43489,7 @@ msgctxt ""
"bm_id3147504\n"
"help.text"
msgid "<bookmark_value>MINA function</bookmark_value>"
-msgstr "<bookmark_value>MINA function</bookmark_value>"
+msgstr "<bookmark_value>አነስተኛ የ ክርክር ተግባር</bookmark_value>"
#: 04060184.xhp
msgctxt ""
@@ -43503,7 +43498,7 @@ msgctxt ""
"148\n"
"help.text"
msgid "MINA"
-msgstr "አነስተኛ"
+msgstr "አነስተኛ ክርክር"
#: 04060184.xhp
msgctxt ""
@@ -43538,7 +43533,7 @@ msgctxt ""
"151\n"
"help.text"
msgid "MINA(Value1; Value2; ... Value30)"
-msgstr "አነስተኛ(ዋጋ1: ዋጋ2: ... ዋጋ30)"
+msgstr "አነስተኛ የ ክርክር(ዋጋ1: ዋጋ2: ... ዋጋ30)"
#: 04060184.xhp
msgctxt ""
@@ -43565,7 +43560,7 @@ msgctxt ""
"154\n"
"help.text"
msgid "<item type=\"input\">=MINA(1;\"Text\";20)</item> returns 0."
-msgstr "<item type=\"input\">=MINA(1;\"Text\";20)</item> ይመልሳል 0."
+msgstr "<item type=\"input\">=አነስተኛ የ ክርክር(1;\"ጽሁፍ\";20)</item> ይመልሳል 0."
#: 04060184.xhp
msgctxt ""
@@ -43574,7 +43569,7 @@ msgctxt ""
"155\n"
"help.text"
msgid "<item type=\"input\">=MINA(A1:B100)</item> returns the smallest value in the list."
-msgstr "<item type=\"input\">=አነስተኛ የ ክርክር ዝርዝር(A1:B100)</item> ትንሹን ዋጋ ከ ዝርዝር ውስጥ ይመልሳል"
+msgstr "<item type=\"input\">=አነስተኛ የ ክርክር(A1:B100)</item> ትንሹን ዋጋ ከ ዝርዝር ውስጥ ይመልሳል"
#: 04060184.xhp
msgctxt ""
@@ -44062,7 +44057,7 @@ msgctxt ""
"54\n"
"help.text"
msgid "NEGBINOMDIST(X; R; SP)"
-msgstr ""
+msgstr "አሉታዊ ባይኖሚያል ስርጭት(ያልተሳካ: ስኬት: የ ምናልባት ስኬት)"
#: 04060184.xhp
msgctxt ""
@@ -44151,7 +44146,7 @@ msgctxt ""
"54\n"
"help.text"
msgid "NEGBINOM.DIST(X; R; SP; Cumulative)"
-msgstr ""
+msgstr "አሉታዊ ባይኖሚያል.ስርጭት(ያልተሳካ: ስኬት: ጥርቅም)"
#: 04060184.xhp
msgctxt ""
@@ -44579,7 +44574,7 @@ msgctxt ""
"78\n"
"help.text"
msgid "<emph>C</emph> = 0 calculates the density function, <emph>C</emph> = 1 calculates the distribution."
-msgstr "<emph>የ ተጠራቀመው</emph> = 0 የሚያሰላው የ መጠን ተግባር ነው: <emph>የ ተጠራቀመው</emph> = 1 የሚያሰላው ስርጭት ነው"
+msgstr "<emph>የ ተጠራቀመው</emph> = 0 የሚያሰላው የ መጠን ተግባር ነው: <emph>የ ተጠራቀመው</emph> = 1 የሚያሰላው ስርጭት ነው"
#: 04060184.xhp
msgctxt ""
@@ -44686,7 +44681,7 @@ msgctxt ""
"90\n"
"help.text"
msgid "<item type=\"input\">=PEARSON(A1:A30;B1:B30)</item> returns the Pearson correlation coefficient of both data sets."
-msgstr ""
+msgstr "<item type=\"input\">=ፒርሰን(A1:A30;B1:B30)</item> ይመልሳል የ ፒርሰን ኮኦሪሌሽን ኮኦፊሺየንት ለ ሁለቱም ዳታ ስብስቦች"
#: 04060184.xhp
msgctxt ""
@@ -44819,7 +44814,7 @@ msgctxt ""
"105\n"
"help.text"
msgid "POISSON(Number; Mean; C)"
-msgstr ""
+msgstr "የ ፓሶን(ቁጥር: አማካይ: ጥርቅም)"
#: 04060184.xhp
msgctxt ""
@@ -44846,7 +44841,7 @@ msgctxt ""
"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 ""
+msgstr "<emph>ጥርቅም</emph> (በ ምርጫ) = 0 ወይንም ሀሰት ያሰላል የ መጠን ተግባር: <emph>ጥርቅም</emph> = 1 ወይንም እውነት ያሰላል የ ስርጭት: በማይታይ ጊዜ: የ ነባር ዋጋ እውነት ይገባል እርስዎ ሰነድ በሚያስቀምጡ ጊዜ: ለ ጥሩ ተስማሚነት ከ ሌሎች ፕሮግራሞች ጋር እና አሮጌ እትሞች በ %PRODUCTNAME."
#: 04060184.xhp
msgctxt ""
@@ -44908,7 +44903,7 @@ msgctxt ""
"105\n"
"help.text"
msgid "POISSON.DIST(Number; Mean; C)"
-msgstr ""
+msgstr "የ ፓሶን.ስርጭት(ቁጥር: አማካይ: ጥርቅም)"
#: 04060184.xhp
msgctxt ""
@@ -44935,7 +44930,7 @@ msgctxt ""
"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 ""
+msgstr "<emph>ጥርቅም</emph> (በ ምርጫ) = 0 ወይንም ሀሰት ያሰላል የ መጠን ተግባር: <emph>ጥርቅም</emph> = 1 ወይንም እውነት ያሰላል የ ስርጭት: በማይታይ ጊዜ: የ ነባር ዋጋ እውነት ይገባል እርስዎ ሰነድ በሚያስቀምጡ ጊዜ: ለ ጥሩ ተስማሚነት ከ ሌሎች ፕሮግራሞች ጋር እና አሮጌ እትሞች በ %PRODUCTNAME."
#: 04060184.xhp
msgctxt ""
@@ -45130,7 +45125,7 @@ msgctxt ""
"119\n"
"help.text"
msgid "<item type=\"input\">=PERCENTILE.EXC(A1:A50;10%)</item> represents the value in the data set, which equals 10% of the total data scale in A1:A50."
-msgstr "<item type=\"input\">=ፐርሰንት.አያካትትም(A1:A50;0.1)</item> የሚወክለው ዋጋ ነው ለ ዳታ ማሰናጅ ውስጥ: እኩል ይሆናል ከ 10% ከ ጠቅላላ የ ዳታ መጠን ጋር A1:A50."
+msgstr "<item type=\"input\">=ፐርሰንት.አያካትትም(A1:A50;10%)</item> የሚወክለው ዋጋ ነው ለ ዳታ ማሰናጅ ውስጥ: እኩል ይሆናል ከ 10% ከ ጠቅላላ የ ዳታ መጠን ጋር A1:A50."
#: 04060184.xhp
msgctxt ""
@@ -45226,7 +45221,7 @@ msgctxt ""
"bm_id3148807\n"
"help.text"
msgid "<bookmark_value>PERCENTRANK function</bookmark_value>"
-msgstr "<bookmark_value>PERCENTRANK function</bookmark_value>"
+msgstr "<bookmark_value>የ ፐርሰንት ደረጃ ተግባር</bookmark_value>"
#: 04060184.xhp
msgctxt ""
@@ -45235,7 +45230,7 @@ msgctxt ""
"121\n"
"help.text"
msgid "PERCENTRANK"
-msgstr "ፐርሰንት ደረጃ"
+msgstr "የ ፐርሰንት ደረጃ"
#: 04060184.xhp
msgctxt ""
@@ -45306,7 +45301,7 @@ msgctxt ""
"bm_id2848807\n"
"help.text"
msgid "<bookmark_value>PERCENTRANK.EXC function</bookmark_value>"
-msgstr "<bookmark_value>PERCENTRANK.EXC function</bookmark_value>"
+msgstr "<bookmark_value>የ ፐርሰንት ደረጃ.አያካትትም ተግባር</bookmark_value>"
#: 04060184.xhp
msgctxt ""
@@ -45332,7 +45327,7 @@ msgctxt ""
"par_id2553976\n"
"help.text"
msgid "The difference between <item type=\"input\">PERCENTRANK.INC</item> and <item type=\"input\">PERCENTRANK.EXC</item> is that <item type=\"input\">PERCENTRANK.INC</item> calculates a value in the range 0 to 1 inclusive, whereas the <item type=\"input\">PERCENTRANK.EXC</item> function calculates a value in the range 0 to 1 exclusive."
-msgstr "ልዩነት በ <item type=\"input\">የ ፐርሰንት ደረጃ.ያካትታል</item> እና በ <item type=\"input\">የ ፐርሰንት ደረጃ.አያካትትም</item> ይህ በ <item type=\"input\">የ ፐርሰንት ደረጃ.ያካትታል</item> የ ተግባር ዋጋ ለ አልፋ በ መጠኑ ውስጥ ነው ከ 0 እስከ 1 ያካትታል: እና የ <item type=\"input\">የ ፐርሰንት ደረጃ.አያካትትም</item> የ ተግባር ዋጋ ለ አልፋ በ መጠኑ ውስጥ ነው ከ 0 እስከ 1 አያካትትም"
+msgstr "ልዩነት በ <item type=\"input\">የ ፐርሰንት ደረጃ.ያካትታል</item> እና በ <item type=\"input\">የ ፐርሰንት ደረጃ.አያካትትም</item> ይህ በ <item type=\"input\">የ ፐርሰንት ደረጃ.ያካትታል</item> ዋጋ ያሰላል በ መጠን ውስጥ ከ 0 እስከ 1 ያካትታል: እና የ <item type=\"input\">የ ፐርሰንት ደረጃ.አያካትትም</item> የ ተግባር ዋጋ በ መጠን ውስጥ ነው ከ 0 እስከ 1 አያካትትም"
#: 04060184.xhp
msgctxt ""
@@ -45403,7 +45398,7 @@ msgctxt ""
"bm_id2948807\n"
"help.text"
msgid "<bookmark_value>PERCENTRANK.INC function</bookmark_value>"
-msgstr "<bookmark_value>PERCENTRANK.INC function</bookmark_value>"
+msgstr "<bookmark_value>የ ፐርሰንት ደረጃ.ያካትታል ተግባር</bookmark_value>"
#: 04060184.xhp
msgctxt ""
@@ -45429,7 +45424,7 @@ msgctxt ""
"par_id2453976\n"
"help.text"
msgid "The difference between <item type=\"input\">PERCENTRANK.INC</item> and <item type=\"input\">PERCENTRANK.EXC</item> is that <item type=\"input\">PERCENTRANK.INC</item> calculates a value in the range 0 to 1 inclusive, whereas the <item type=\"input\">PERCENTRANK.EXC</item> function calculates a value in the range 0 to 1 exclusive."
-msgstr "ልዩነት በ <item type=\"input\">የ ፐርሰንት ደረጃ.ያካትታል</item> እና በ <item type=\"input\">የ ፐርሰንት ደረጃ.አያካትትም</item> ይህ በ <item type=\"input\">የ ፐርሰንት ደረጃ.ያካትታል</item> የ ተግባር ዋጋ ለ አልፋ በ መጠኑ ውስጥ ነው ከ 0 እስከ 1 ያካትታል: እና የ <item type=\"input\">የ ፐርሰንት ደረጃ.አያካትትም</item> የ ተግባር ዋጋ ለ አልፋ በ መጠኑ ውስጥ ነው ከ 0 እስከ 1 አያካትትም"
+msgstr "ልዩነት በ <item type=\"input\">የ ፐርሰንት ደረጃ.ያካትታል</item> እና በ <item type=\"input\">የ ፐርሰንት ደረጃ.አያካትትም</item> ይህ በ <item type=\"input\">የ ፐርሰንት ደረጃ.ያካትታል</item> ዋጋ ያሰላል በ መጠን ውስጥ ከ 0 እስከ 1 ያካትታል: እና የ <item type=\"input\">የ ፐርሰንት ደረጃ.አያካትትም</item> የ ተግባር ዋጋ በ መጠን ውስጥ ነው ከ 0 እስከ 1 አያካትትም"
#: 04060184.xhp
msgctxt ""
@@ -45492,7 +45487,7 @@ msgctxt ""
"128\n"
"help.text"
msgid "<item type=\"input\">=PERCENTRANK.INC(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 "<item type=\"input\">=የ ፐርሰንት ደረጃ(A1:A50;50)</item> ይመልሳል የ ፐርሰንት ደረጃ ለ ዋጋ 50 ከ ጠቅላላ መጠን ውስጥ ለ ተገኙት ሁሉም ዋጋዎች ከ A1:A50. ይህ 50 የሚውል ከሆነ ከ ጠቅላላ መጠን ውጪ: የ ስህተት መልእክት ይታያል"
+msgstr "<item type=\"input\">=የ ፐርሰንት ደረጃ.ያካትታል(A1:A50;50)</item> ይመልሳል የ ፐርሰንት ደረጃ ለ ዋጋ 50 ከ ጠቅላላ መጠን ውስጥ ለ ተገኙት ሁሉም ዋጋዎች ከ A1:A50. ይህ 50 የሚውል ከሆነ ከ ጠቅላላ መጠን ውጪ: የ ስህተት መልእክት ይታያል"
#: 04060184.xhp
msgctxt ""
@@ -45756,7 +45751,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Statistical Functions Part Five"
-msgstr "የ Statistical ተግባሮች ክፍል አምስት"
+msgstr "የ ስታትስቲክስ ተግባሮች ክፍል አምስት"
#: 04060185.xhp
msgctxt ""
@@ -45765,7 +45760,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<variable id=\"rz\"><link href=\"text/scalc/01/04060185.xhp\" name=\"Statistical Functions Part Five\">Statistical Functions Part Five</link></variable>"
-msgstr "<variable id=\"rz\"><link href=\"text/scalc/01/04060185.xhp\" name=\"Statistical Functions Part Five\">የ Statistical ተግባሮች ክፍል አምስት</link></variable>"
+msgstr "<variable id=\"rz\"><link href=\"text/scalc/01/04060185.xhp\" name=\"Statistical Functions Part Five\">የ ስታትስቲክስ ተግባሮች ክፍል አምስት</link></variable>"
#: 04060185.xhp
msgctxt ""
@@ -45773,7 +45768,7 @@ msgctxt ""
"bm_id3155071\n"
"help.text"
msgid "<bookmark_value>RANK function</bookmark_value> <bookmark_value>numbers;determining ranks</bookmark_value>"
-msgstr "<bookmark_value>ደረጃ ተግባር</bookmark_value> <bookmark_value>ቁጥሮች:ደረጃ መወሰኛ</bookmark_value>"
+msgstr "<bookmark_value>ደረጃ ተግባር</bookmark_value> <bookmark_value>ቁጥሮች: ደረጃ መወሰኛ</bookmark_value>"
#: 04060185.xhp
msgctxt ""
@@ -45782,7 +45777,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "RANK"
-msgstr "RANK"
+msgstr "ደረጃ"
#: 04060185.xhp
msgctxt ""
@@ -45827,7 +45822,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "<emph>Data</emph> is the array or range of data in the sample."
-msgstr "<emph>ዳታ</emph> የ ዳታ ማዘጋጃ መጠን ነው ለ ናሙና"
+msgstr "<emph>ዳታ</emph> የ ዳታ ማዘጋጃ ወይንም መጠን ነው በ ናሙና ውስጥ"
#: 04060185.xhp
msgctxt ""
@@ -45878,7 +45873,7 @@ msgctxt ""
"bm_id2955071\n"
"help.text"
msgid "<bookmark_value>RANK.AVG function</bookmark_value> <bookmark_value>numbers;determining ranks</bookmark_value>"
-msgstr "<bookmark_value>ደረጃ.መካከለኛ ተግባር</bookmark_value> <bookmark_value>ቁጥሮች: ደረጃ መወሰኛ</bookmark_value>"
+msgstr "<bookmark_value>ደረጃ.አማካይ ተግባር</bookmark_value> <bookmark_value>ቁጥሮች: ደረጃ መወሰኛ</bookmark_value>"
#: 04060185.xhp
msgctxt ""
@@ -45940,7 +45935,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "<emph>Data</emph> is the array or range of data in the sample."
-msgstr "<emph>ዳታ</emph> የ ዳታ ማዘጋጃ ነው ወይንም መጠን ለ ናሙና"
+msgstr "<emph>ዳታ</emph> የ ዳታ ማዘጋጃ ነው ወይንም መጠን በ ናሙና ውስጥ"
#: 04060185.xhp
msgctxt ""
@@ -46053,7 +46048,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "<emph>Data</emph> is the array or range of data in the sample."
-msgstr "<emph>ዳታ</emph> የ ዳታ ማዘጋጃ ነው ወይንም መጠን ለ ናሙና"
+msgstr "<emph>ዳታ</emph> የ ዳታ ማዘጋጃ ነው ወይንም መጠን በ ናሙና ውስጥ"
#: 04060185.xhp
msgctxt ""
@@ -46573,7 +46568,7 @@ msgctxt ""
"38\n"
"help.text"
msgid "STDEV.P"
-msgstr "መደበኝ.የ ሕዝብ ልዩነት"
+msgstr "መደበኛ.የ ሕዝብ ልዩነት"
#: 04060185.xhp
msgctxt ""
@@ -46600,7 +46595,7 @@ msgctxt ""
"41\n"
"help.text"
msgid "STDEV.P(Number1;Number2;...Number30)"
-msgstr "መደበኝ.የ ሕዝብ ልዩነት(ቁጥር1: ቁጥር2; ...ቁጥር30)"
+msgstr "መደበኛ.የ ሕዝብ ልዩነት(ቁጥር1: ቁጥር2; ...ቁጥር30)"
#: 04060185.xhp
msgctxt ""
@@ -46627,7 +46622,7 @@ msgctxt ""
"44\n"
"help.text"
msgid "<item type=\"input\">=STDEV.P(A1:A50)</item> returns a standard deviation of the data referenced."
-msgstr "<item type=\"input\">=መደበኝ.የ ሕዝብ ልዩነት(A1:A50)</item> የ መደበኛ ልዩነት ይመልሳል ዳታ ማመሳከሪያ መሰረት ባደረገ"
+msgstr "<item type=\"input\">=መደበኛ.የ ሕዝብ ልዩነት(A1:A50)</item> የ መደበኛ ልዩነት ይመልሳል ዳታ ማመሳከሪያ መሰረት ባደረገ"
#: 04060185.xhp
msgctxt ""
@@ -46937,7 +46932,7 @@ msgctxt ""
"bm_id2957986\n"
"help.text"
msgid "<bookmark_value>NORM.S.INV function</bookmark_value> <bookmark_value>normal distribution;inverse of standard</bookmark_value>"
-msgstr "<bookmark_value>መደበኛ የ ተጠራቀመ ስርጭት.ግልባጭ ተግባር </bookmark_value><bookmark_value>መደበኛ ስርጭት: ግልባጭ ለ </bookmark_value>"
+msgstr "<bookmark_value>መደበኛ የ ተጠራቀመ ስርጭት.ግልባጭ ተግባር </bookmark_value> <bookmark_value>መደበኛ ስርጭት: ግልባጭ ለ መደበኛ </bookmark_value>"
#: 04060185.xhp
msgctxt ""
@@ -47000,7 +46995,7 @@ msgctxt ""
"62\n"
"help.text"
msgid "<item type=\"input\">=NORM.S.INV(0.908789)</item> returns 1.333334673."
-msgstr "<item type=\"input\">=NORM.S.INV(0.908789)</item> ይመልሳል 1.333334673."
+msgstr "<item type=\"input\">=መደበኛ የ ተጠራቀመ.ስርጭት.ግልባጭ(0.908789)</item> ይመልሳል 1.333334673."
#: 04060185.xhp
msgctxt ""
@@ -47026,7 +47021,7 @@ msgctxt ""
"65\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_STANDNORMVERT\">Returns the standard normal cumulative distribution function. The distribution has a mean of zero and a standard deviation of one.</ahelp>"
-msgstr "<ahelp hid=\"HID_FUNC_STANDNORMVERT\">መደበኛ የ ተጠራቀመ የ ስርጭት ተግባር ይመልሳል: የ ስርጭቱ አማካይ ዜሮ ነው እና መደበኛ ልዩነቱ አንድ ነው </ahelp>"
+msgstr "<ahelp hid=\"HID_FUNC_STANDNORMVERT\">መደበኛ የ ተጠራቀመ የ ስርጭት ተግባር ይመልሳል: የ ስርጭቱ አማካይ ዜሮ ነው እና መደበኛ ልዩነቱ አንድ ነው </ahelp>"
#: 04060185.xhp
msgctxt ""
@@ -47159,7 +47154,7 @@ msgctxt ""
"70\n"
"help.text"
msgid "<item type=\"input\">=NORM.S.DIST(1;0)</item> returns 0.2419707245."
-msgstr "<item type=\"input\">=NORM.S.DIST(1;0)</item> ይመልሳል 0.2419707245."
+msgstr "<item type=\"input\">= የ ተጠራቀመ መደበኛ.ስርጭት ተግባር.ማስሊያ(1;0)</item> ይመልሳል 0.2419707245."
#: 04060185.xhp
msgctxt ""
@@ -47168,7 +47163,7 @@ msgctxt ""
"70\n"
"help.text"
msgid "<item type=\"input\">=NORM.S.DIST(1;1)</item> returns 0.8413447461. The area below the standard normal distribution curve to the left of X value 1 is 84% of the total area."
-msgstr "<item type=\"input\">= መደበኛ.የ ተጠራቀመ.የ ስርጭት(1)</item> ይመልሳል 0.84. ከ መደበኛ የ ስርት ክብ በ ታች በ ግራ በኩል በ X ዋጋ 1 ከ 84% ከ ጠቅላላ ቦታው ውስጥ"
+msgstr "<item type=\"input\">= መደበኛ.የ ተጠራቀመ.የ ስርጭት(1;1)</item> ይመልሳል 0.8413447461. ከ መደበኛ የ ስርት ክብ በ ታች በ ግራ በኩል በ X ዋጋ 1 ከ 84% ከ ጠቅላላ ቦታው ውስጥ"
#: 04060185.xhp
msgctxt ""
@@ -47194,7 +47189,7 @@ msgctxt ""
"73\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_STEIGUNG\">Returns the slope of the linear regression line.</ahelp> The slope is adapted to the data points set in the y and x values."
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_STEIGUNG\">የ ቀጥተኛ ዝቅ ማድረጊያ መስመር ስሎፕ ይመልሳል </ahelp> ስሎፕ የሚገባው ወደ ዳታ ነጥቦች ማሰናጃ ውስጥ ነው በ y እና x ዋጋዎች"
#: 04060185.xhp
msgctxt ""
@@ -47248,16 +47243,15 @@ msgctxt ""
"79\n"
"help.text"
msgid "<item type=\"input\">=SLOPE(A1:A50;B1:B50)</item>"
-msgstr "<item type=\"input\">=SLOPE(A1:A50;B1:B50)</item>"
+msgstr "<item type=\"input\">=ስሎፕ(A1:A50;B1:B50)</item>"
#: 04060185.xhp
-#, fuzzy
msgctxt ""
"04060185.xhp\n"
"bm_id3155836\n"
"help.text"
msgid "<bookmark_value>STEYX function</bookmark_value> <bookmark_value>standard errors;statistical functions</bookmark_value>"
-msgstr "<bookmark_value>ድምር ከሆነ ተግባር</bookmark_value> <bookmark_value>ድምር:የሚያሟሉት ሁኔታዎች</bookmark_value>"
+msgstr "<bookmark_value>ስቴዬክስ ተግባር</bookmark_value> <bookmark_value>መደበኛ ስህተቶች: የ ስታትስቲክስ ተግባር</bookmark_value>"
#: 04060185.xhp
msgctxt ""
@@ -47266,7 +47260,7 @@ msgctxt ""
"81\n"
"help.text"
msgid "STEYX"
-msgstr ""
+msgstr "ስቴዬክስ"
#: 04060185.xhp
msgctxt ""
@@ -47293,7 +47287,7 @@ msgctxt ""
"84\n"
"help.text"
msgid "STEYX(DataY; DataX)"
-msgstr ""
+msgstr "ስቴዬክስ(ዳታY: ዳታX)"
#: 04060185.xhp
msgctxt ""
@@ -48095,7 +48089,7 @@ msgctxt ""
"126\n"
"help.text"
msgid "<item type=\"input\">=T.DIST.2T(1; 10)</item> returns 0.3408931323."
-msgstr "<item type=\"input\">=T.DIST.2T(1; 10)</item> ይመልሳል 0.3408931323."
+msgstr "<item type=\"input\">=T.ስርጭት.2T(1; 10)</item> ይመልሳል 0.3408931323."
#: 04060185.xhp
msgctxt ""
@@ -48254,7 +48248,7 @@ msgctxt ""
"bm_id2953828\n"
"help.text"
msgid "<bookmark_value>VAR.S function</bookmark_value> <bookmark_value>variances</bookmark_value>"
-msgstr "<bookmark_value>ናሙና መሰረት ባደረገ ልዩነት መገመቻ ተግባር </bookmark_value> <bookmark_value>ልዩነቶች</bookmark_value>"
+msgstr "<bookmark_value>ናሙና መሰረት ባደረገ ልዩነት መገመቻ ተግባር </bookmark_value> <bookmark_value>ልዩነቶች</bookmark_value>"
#: 04060185.xhp
msgctxt ""
@@ -48325,7 +48319,7 @@ msgctxt ""
"bm_id3151045\n"
"help.text"
msgid "<bookmark_value>VARA function</bookmark_value>"
-msgstr "<bookmark_value>VARA function</bookmark_value>"
+msgstr "<bookmark_value>የ ልዩነት ናሙና ተግባር</bookmark_value>"
#: 04060185.xhp
msgctxt ""
@@ -48334,7 +48328,7 @@ msgctxt ""
"202\n"
"help.text"
msgid "VARA"
-msgstr "VARA"
+msgstr "የ ልዩነት ናሙና"
#: 04060185.xhp
msgctxt ""
@@ -48388,7 +48382,7 @@ msgctxt ""
"208\n"
"help.text"
msgid "<item type=\"input\">=VARA(A1:A50)</item>"
-msgstr "<item type=\"input\">=VARA(A1:A50)</item>"
+msgstr "<item type=\"input\">=የ ልዩነት ናሙና(A1:A50)</item>"
#: 04060185.xhp
msgctxt ""
@@ -48396,7 +48390,7 @@ msgctxt ""
"bm_id3166441\n"
"help.text"
msgid "<bookmark_value>VARP function</bookmark_value>"
-msgstr "<bookmark_value>VARP function</bookmark_value>"
+msgstr "<bookmark_value>የ ዳታቤዝ ሕዝብ ልዩነት ተግባር</bookmark_value>"
#: 04060185.xhp
msgctxt ""
@@ -48405,7 +48399,7 @@ msgctxt ""
"136\n"
"help.text"
msgid "VARP"
-msgstr "VARP"
+msgstr "የ ዳታቤዝ ሕዝብ ልዩነት"
#: 04060185.xhp
msgctxt ""
@@ -48432,7 +48426,7 @@ msgctxt ""
"139\n"
"help.text"
msgid "VARP(Number1; Number2; ...Number30)"
-msgstr "የ ህዝብ ልዩነት(ቁጥር1: ቁጥር2; ...ቁጥር30)"
+msgstr "የ ዳታቤዝ ሕዝብ ልዩነት(ቁጥር1: ቁጥር2; ...ቁጥር30)"
#: 04060185.xhp
msgctxt ""
@@ -48459,7 +48453,7 @@ msgctxt ""
"142\n"
"help.text"
msgid "<item type=\"input\">=VARP(A1:A50)</item>"
-msgstr "<item type=\"input\">=VARP(A1:A50)</item>"
+msgstr "<item type=\"input\">=የ ዳታቤዝ ሕዝብ ልዩነት(A1:A50)</item>"
#: 04060185.xhp
msgctxt ""
@@ -48467,7 +48461,7 @@ msgctxt ""
"bm_id2966441\n"
"help.text"
msgid "<bookmark_value>VAR.P function</bookmark_value>"
-msgstr "<bookmark_value>VAR.P function</bookmark_value>"
+msgstr "<bookmark_value>የ ህዝብ.ልዩነት ተግባር</bookmark_value>"
#: 04060185.xhp
msgctxt ""
@@ -48476,7 +48470,7 @@ msgctxt ""
"136\n"
"help.text"
msgid "VAR.P"
-msgstr "VAR.P"
+msgstr "የ ህዝብ.ልዩነት"
#: 04060185.xhp
msgctxt ""
@@ -48503,7 +48497,7 @@ msgctxt ""
"139\n"
"help.text"
msgid "VAR.P(Number1; Number2; ...Number30)"
-msgstr "የ ህዝብ ልዩነት(ቁጥር1: ቁጥር2; ...ቁጥር30)"
+msgstr "የ ህዝብ.ልዩነት(ቁጥር1: ቁጥር2; ...ቁጥር30)"
#: 04060185.xhp
msgctxt ""
@@ -48530,7 +48524,7 @@ msgctxt ""
"142\n"
"help.text"
msgid "<item type=\"input\">=VAR.P(A1:A50)</item>"
-msgstr "<item type=\"input\">=VAR.P(A1:A50)</item>"
+msgstr "<item type=\"input\">=የ ህዝብ.ልዩነት(A1:A50)</item>"
#: 04060185.xhp
msgctxt ""
@@ -48538,7 +48532,7 @@ msgctxt ""
"bm_id3153688\n"
"help.text"
msgid "<bookmark_value>VARPA function</bookmark_value>"
-msgstr "<bookmark_value>VARPA function</bookmark_value>"
+msgstr "<bookmark_value>የ ህዝብ ልዩነት ጽሁፍ እና ሎጂክ ተግባር</bookmark_value>"
#: 04060185.xhp
msgctxt ""
@@ -48547,7 +48541,7 @@ msgctxt ""
"210\n"
"help.text"
msgid "VARPA"
-msgstr "VARPA"
+msgstr "የ ህዝብ ልዩነት ጽሁፍ እና ሎጂክ"
#: 04060185.xhp
msgctxt ""
@@ -48574,7 +48568,7 @@ msgctxt ""
"213\n"
"help.text"
msgid "VARPA(Value1; Value2; ...Value30)"
-msgstr "የ ህዝብ ልዩነት ጽሁፍ እና ሎጂክ ይቻላል(ዋጋ1: ዋጋ2: ... ዋጋ30)"
+msgstr "የ ህዝብ ልዩነት ጽሁፍ እና ሎጂክ(ዋጋ1: ዋጋ2: ... ዋጋ30)"
#: 04060185.xhp
msgctxt ""
@@ -48601,7 +48595,7 @@ msgctxt ""
"216\n"
"help.text"
msgid "<item type=\"input\">=VARPA(A1:A50)</item>"
-msgstr "<item type=\"input\">=VARPA(A1:A50)</item>"
+msgstr "<item type=\"input\">=የ ህዝብ ልዩነት ጽሁፍ እና ሎጂክ(A1:A50)</item>"
#: 04060185.xhp
msgctxt ""
@@ -48832,7 +48826,7 @@ msgctxt ""
"168\n"
"help.text"
msgid "<emph>Data</emph> is the array or range of data in the sample."
-msgstr "<emph>ዳታ</emph> ማዘጋጃ ወይን መጠን ነው ዳታ ለ ናሙና"
+msgstr "<emph>ዳታ</emph> የ ዳታ ማዘጋጃ ነው ወይንም መጠን በ ናሙና ውስጥ"
#: 04060185.xhp
msgctxt ""
@@ -48859,7 +48853,7 @@ msgctxt ""
"171\n"
"help.text"
msgid "<emph>End</emph> (optional) is the end value of the interval whose probabilities are to be summed. If this parameter is missing, the probability for the <emph>Start </emph>value is calculated."
-msgstr "<emph>መጨረሻ</emph> (በ ምርጫ) የ መጨረሻ ዋጋ ነው ለ ክፍተት ምናልባቶች የሚጨመሩበት: ይህ ደንብ ከ ጎደለ: ምናልባት ለ <emph>መጀመሪያ </emph>ዋጋ የሚሰላበት"
+msgstr "<emph>መጨረሻ</emph> (በ ምርጫ) የ መጨረሻ ዋጋ ነው ለ ክፍተት ምናልባቶች የሚጨመሩበት: ይህ ደንብ ከ ጎደለ: ምናልባት ለ <emph>መጀመሪያ </emph>ዋጋ ይሰላል"
#: 04060185.xhp
msgctxt ""
@@ -48919,7 +48913,7 @@ msgctxt ""
"par_id0305200911372777\n"
"help.text"
msgid "If C is 0, WEIBULL calculates the probability density function."
-msgstr ""
+msgstr "ጥርቅሙ ከሆነ 0: ዌይቡል የ ምናልባት መጠን ተግባር ያሰላል"
#: 04060185.xhp
msgctxt ""
@@ -48927,7 +48921,7 @@ msgctxt ""
"par_id0305200911372743\n"
"help.text"
msgid "If C is 1, WEIBULL calculates the cumulative distribution function."
-msgstr ""
+msgstr "ጥርቅሙ ከሆነ 1: ዌይቡል የ ጥርቅም ስርጭት ተግባር ያሰላል"
#: 04060185.xhp
msgctxt ""
@@ -48945,7 +48939,7 @@ msgctxt ""
"178\n"
"help.text"
msgid "WEIBULL(Number; Alpha; Beta; C)"
-msgstr ""
+msgstr "ዌይቡል(ቁጥር: አልፋ: ቤታ: ጥርቅም)"
#: 04060185.xhp
msgctxt ""
@@ -48981,7 +48975,7 @@ msgctxt ""
"182\n"
"help.text"
msgid "<emph>C</emph> indicates the type of function."
-msgstr ""
+msgstr "<emph>ጥርቅም</emph> የሚጠቁመው የ ተግባር አይነት ነው"
#: 04060185.xhp
msgctxt ""
@@ -49049,7 +49043,7 @@ msgctxt ""
"par_id2905200911372777\n"
"help.text"
msgid "If C is 0, WEIBULL.DIST calculates the probability density function."
-msgstr ""
+msgstr "ጥርቅሙ ከሆነ 0: ዌይቡል.ስርጭት የ ምናልባት መጠን ተግባር ያሰላል"
#: 04060185.xhp
msgctxt ""
@@ -49057,7 +49051,7 @@ msgctxt ""
"par_id2905200911372743\n"
"help.text"
msgid "If C is 1, WEIBULL.DIST calculates the cumulative distribution function."
-msgstr ""
+msgstr "ጥርቅሙ ከሆነ 1: ዌይቡል.ስርጭት የ ጥርቅም ስርጭት ተግባር ያሰላል"
#: 04060185.xhp
msgctxt ""
@@ -49075,7 +49069,7 @@ msgctxt ""
"178\n"
"help.text"
msgid "WEIBULL.DIST(Number; Alpha; Beta; C)"
-msgstr ""
+msgstr "ዌይቡል.ስርጭት(ቁጥር: አልፋ: ቤታ: ጥርቅም)"
#: 04060185.xhp
msgctxt ""
@@ -49111,7 +49105,7 @@ msgctxt ""
"182\n"
"help.text"
msgid "<emph>C</emph> indicates the type of function."
-msgstr ""
+msgstr "<emph>ጥርቅም</emph> የሚጠቁመው የ ተግባር አይነት ነው"
#: 04060185.xhp
msgctxt ""
@@ -49855,8 +49849,8 @@ msgctxt ""
"04070000.xhp\n"
"tit\n"
"help.text"
-msgid "Names"
-msgstr "ስሞች"
+msgid "Named Ranges and Expressions"
+msgstr "የ ተሰየሙ መጠኖች እና መግለጫዎች"
#: 04070000.xhp
msgctxt ""
@@ -49864,8 +49858,8 @@ msgctxt ""
"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>"
+msgid "<link href=\"text/scalc/01/04070000.xhp\" name=\"Names\">Named Ranges and Expressions</link>"
+msgstr "<link href=\"text/scalc/01/04070000.xhp\" name=\"Names\">የ ተሰየሙ መጠኖች እና መግለጫዎች</link>"
#: 04070000.xhp
msgctxt ""
@@ -50255,8 +50249,8 @@ msgctxt ""
"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 "ይምረጡ ሁሉንም መጠኖች የያዘውን ቦታ እርስዎ መሰየም የሚፈልጉትን: እና ከዛ ይምረጡ <emph>ማስገቢያ - ስሞች - መፍጠሪያ</emph> ይህ ይከፍታል የ <emph>ስሞች መፍጠሪያ</emph> ንግግር: እርስዎ መምረጥ ይችላሉ የ መሰየሚያ ምርጫዎች እርስዎ የሚፈልጉትን"
+msgid "Select the area containing all the ranges that you want to name. Then choose <emph>Sheet - Named Ranges and Expressions - Create</emph>. This opens the <emph>Create Names</emph> dialog, from which you can select the naming options that you want."
+msgstr "ይምረጡ ሁሉንም መጠኖች የያዘውን ቦታ እርስዎ መሰየም የሚፈልጉትን: ከዛ ይምረጡ <emph>ወረቀት - የ ተሰየሙ መጠኖች እና መግለጫዎች – መፍጠሪያ</emph> ይህ ይከፍታል የ <emph>ስሞች መፍጠሪያ</emph> ንግግር: እርስዎ ከዚህ የ መሰየሚያ መምረጫ ውስጥ መምረጥ ይችላሉ"
#: 04070300.xhp
msgctxt ""
@@ -50576,7 +50570,7 @@ msgctxt ""
"par_id3147345\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/functionpanel/insert\">Inserts the selected function into the document.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/scalc/ui/functionpanel/insert\">የ ተመረጠውን ተግባር ወደ ሰነድ ውስጥ መጨመሪያ </ahelp>"
#: 04090000.xhp
msgctxt ""
@@ -51171,7 +51165,7 @@ msgctxt ""
"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>"
+msgstr "<bookmark_value>ሰንጠረዥ: አጥጋቢ የ አምድ ስፋት</bookmark_value><bookmark_value>አምዶች: አጥጋቢ ስፋት</bookmark_value><bookmark_value>አጥጋቢ የ አምድ ስፋት</bookmark_value>"
#: 05040200.xhp
msgctxt ""
@@ -51499,7 +51493,7 @@ msgctxt ""
"par_id3155878\n"
"help.text"
msgid "<emph>Keep the contents of the hidden cells</emph>: the contents of the hidden cells are kept; the results of formulas referring to the hidden cells will not change."
-msgstr ""
+msgstr "<emph>የ ተደበቁ ክፍሎች ይዞታዎች ማስቀመጫ</emph>: ይዞታዎች የ ተደበቁ ክፍሎች የሚቀመጡበት: የ መቀመሪያ ማመሳከሪያ ውጤት ለ ተደበቀው ክፍል አይቀየርም"
#: 05060000.xhp
msgctxt ""
@@ -51507,7 +51501,7 @@ msgctxt ""
"par_id3155877\n"
"help.text"
msgid "<emph>Empty the contents of the hidden cells</emph>: the contents of the hidden cells are removed; the results of formulas referring to the hidden cells will be updated."
-msgstr ""
+msgstr "<emph>የ ተደበቁ ክፍሎች ይዞታዎች ባዶ ማድረጊያ</emph>: ይዞታዎች የ ተደበቁ ክፍሎች የሚወገዱት: የ መቀመሪያ ማመሳከሪያ ውጤት ለ ተደበቀው ክፍል ይሻሻላል"
#: 05060000.xhp
msgctxt ""
@@ -52142,8 +52136,8 @@ msgctxt ""
"par_id3145174\n"
"5\n"
"help.text"
-msgid "Select <emph>-none-</emph> to remove a print range definition for the current spreadsheet. Select <emph>-entire sheet-</emph> to set the current sheet as a print range. Select <emph>-selection-</emph> to define the selected area of a spreadsheet as the print range. By selecting <emph>-user-defined-</emph>, you can define a print range that you have already defined using the <emph>Format - Print Ranges - Define</emph> command. If you have given a name to a range using the <emph>Insert - Names - Define</emph> command, this name will be displayed and can be selected from the list box."
-msgstr "ይምረጡ <emph>-ምንም-</emph> ለማስወገድ የ ማተሚያ መጠን መግለጫ ለ አሁኑ ሰንጠረዥ: ይምረጡ <emph>-ጠቅላላ ወረቀት-</emph> ለ ማሰናዳት ለ አሁኑ ወረቀት የ ማተሚያ መጠን: ይምረጡ <emph>-ምርጫ-</emph> ለ መግለጽ የ ተመረጠውን ቦታ ለ ሰንጠረዥ እንደ ማተሚያ መጠን: በ መምረጥ <emph>-በ ተጠቃሚ-የሚገለጽ-</emph>እርስዎ መግለጽ ይችላሉ የ ማተሚያ መጠን እርስዎ የ ገለጹትን በ መጠቀም በ <emph>አቀራረብ – ማተሚያ መጠኖች – መግለጫ</emph> ትእዛዝ: እርስዎ ስም ከሰጡ ለ መጠን በ መጠቀም የ <emph>ማስገቢያ - ስሞች - መግለጫ</emph> ትእዛዝ: ይህ ስም ይታያል እና ከ ዝርዝር ሳጥን መምረጥ ይቻላል"
+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>Sheet - Named Ranges and Expressions - Define</emph> command, this name will be displayed and can be selected from the list box."
+msgstr "ይምረጡ <emph>-ምንም-</emph> የ ማተሚያ መጠን መግለጫ ለ ማስወገድ ከ አሁኑ ሰንጠረዥ ውስጥ: ይምረጡ <emph>-ጠቅላላ ወረቀት-</emph> ለ ማሰናዳት የ ማተሚያ መጠን ለ አሁኑ ሰነድ: ይምረጡ <emph>-ምርጫ-</emph> የ ተመረጠውን ቦታ ለ መግለጽ ለ ሰንጠረዥ የ ማተሚያ መጠን: በ መምረጥ <emph>-በተጠቃሚ-የሚገለጽ-</emph> እርስዎ አሁን መግለጽ ይችላሉ የ ማተሚያ መጠን እርስዎ የ ወሰኑትን በ መጠቀም የ <emph>አቀራረብ - የ ማተሚያ መጠን - መግለጫ</emph> ትእዛዝ: እርስዎ ስም ከ ሰጡት ለ መጠን በ መጠቀም የ <emph>ወረቀት - የ ተሰየመ መጠን እና መግለጫዎች - መግለጫ</emph> ትእዛዝ: ይህ ስም ይታያል እና መምረጥ ይቻላል ከ ዝርዝር ሳጥን ውስጥ:"
#: 05080300.xhp
msgctxt ""
@@ -54081,7 +54075,7 @@ msgctxt ""
"par_id3153362\n"
"help.text"
msgid "The <emph>Protect Sheet</emph> or <emph>Protect Spreadsheet</emph> commands prevent 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 ""
+msgstr "የ <emph>ወረቀት መጠበቂያ</emph> ወይንም <emph>ሰንጠረዥ መጠበቂያ</emph> ትእዛዞች የሚጠብቁት በ ወረቀት ውስጥ ክፍሎች እንዳይቀየሩ ነው: ወይንም በ ሰነዱ ላይ በ ወረቀቶች ውስጥ: እንደ ምርጫ እርስዎ መወሰን ይችላሉ የ መግቢያ ቃል: እርስዎ የ መግቢያ ቃል ከ ወሰኑ: መጠበቂያውን ማስወገድ የሚቻለው ተጠቃሚው ትክክለኛውን የ መግቢያ ቃል ሲያስገባ ነው:"
#: 06060000.xhp
msgctxt ""
@@ -54124,7 +54118,7 @@ msgctxt ""
"par_id3148664\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 Sheet</emph> to open the <emph>Protect Sheet</emph> dialog in which you then specify sheet protection with or without a password."
-msgstr ""
+msgstr "<variable id=\"tabelletext\"><ahelp hid=\".uno:Protect\">በ አሁኑ ወረቀት ውስጥ ክፍሎች እንዳይሻሻሉ መጠበቂያ </ahelp></variable> ይምረጡ <emph>መሳሪያዎች - ወረቀት መጠበቂያ</emph> ለ መክፈት የ <emph>ወረቀት መጠበቂያ</emph> ንግግር እርስዎ የ ወረቀት መጠበቂያ በ መግቢያ ቃል ወይንም ያለ መግቢያ ቃል የሚወስኑበት"
#: 06060100.xhp
msgctxt ""
@@ -54141,7 +54135,7 @@ msgctxt ""
"par_id3154490\n"
"help.text"
msgid "Unprotected cells or cell ranges can be set up on a protected sheet by using the <emph>Tools - Protect Sheet</emph> and <emph>Format - Cells - Cell Protection</emph> menus:"
-msgstr ""
+msgstr "የማይጠበቁ ክፍሎች ወይንም የ ክፍል መጠኖችን ማሰናዳት ይቻላል በሚጠበቅ ወረቀት ውስጥ በ መጠቀም <emph>መሳሪያዎች - ወረቀት መጠበቂያ </emph> እና <emph>አቀራረብ - ክፍሎች - ክፍል መጠበቂያ</emph> ዝርዝር ውስጥ:"
#: 06060100.xhp
msgctxt ""
@@ -54167,7 +54161,7 @@ msgctxt ""
"par_id3156384\n"
"help.text"
msgid "On the <emph>Tools - Protect Sheet</emph> menu, activate protection for the sheet. Effective immediately, only the cell range you selected in step 1 can be edited."
-msgstr ""
+msgstr "በ <emph>መሳሪያዎች - ወረቀት መጠበቂያ</emph> ዝርዝር ውስጥ: የ ወረቀት መጠበቂያ ያስጀምሩ: ወዲያውኑ የሚፈጸም: እርስዎ የ መረጡት የ ክፍል መጠን በ ደረጃ 1 ብቻ ማረም ይቻላል"
#: 06060100.xhp
msgctxt ""
@@ -54175,7 +54169,7 @@ msgctxt ""
"par_id3149566\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 Sheet</emph> menu. The previously editable range is now protected."
-msgstr ""
+msgstr "በኋላ ለ መቀየር የማይጠበቁ ቦታዎች ወደ የሚጠበቁ ቦታዎች: ይምረጡ መጠን: የሚቀጥለው በ <emph>አቀራረብ - ክፍሎች - ክፍል መጠበቂያ</emph> tab ገጽ ውስጥ: ይመርምሩ <emph>የሚጠበቅ</emph> ሳጥን ውስጥ: በ መጨረሻ: ይምረጡ <emph>መስሪያዎች - ወረቀት መጠበቂያ</emph> ዝርዝር ውስጥ: ያለፈው የሚታረም መጠን አሁን ይጠበቃል"
#: 06060100.xhp
msgctxt ""
@@ -54201,7 +54195,7 @@ msgctxt ""
"par_id3154656\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 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 ""
+msgstr "የሚጠበቅ ወረቀት ወይንም የ ክፍል መጠን ማሻሻል አይቻልም መጠበቂያ ካልተሰናከለ በስተቀር: መጠበቂያውን ለ ማሰናከል: ይምረጡ <emph>መሳሪያዎች - ወረቀት መጠበቂያ</emph> ትእዛዝ: ምንም የ መግቢያ ቃል ካልተሰናዳ: የ ወረቀት መጠበቂያው ወዲያውኑ ይሰናከላል: ወረቀቱ የሚጠበቅ ከሆነ: <emph>መጠበቂያ ማስወገጃ</emph> ንግግር ይከፈታል: እርስዎ የ መግቢያ ቃል የሚያስገቡበት"
#: 06060100.xhp
msgctxt ""
@@ -54236,7 +54230,7 @@ msgctxt ""
"par_id3148700\n"
"help.text"
msgid "Complete protection of your work can be achieved by combining the options <emph>Tools - Protect Sheet</emph> and <emph>Tools - Protect Spreadsheet</emph>, 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 ""
+msgstr "የ እርስዎን ስራ ሙሉ በሙሉ መጠበቅ ይቻላል በ ማጣመር ምርጫዎች <emph>መሳሪያዎች - ወረቀት መጠበቂያ</emph> እና <emph>መሳሪያዎች - ሰንጠረዥ መጠበቂያ</emph> በ መግቢያ ቃል መጠበቂያ ያካትታል: ሰነድ እንዳይከፈት ለ መከልከል ባጠቃላይ: በ <emph>ማስቀመጫ</emph> ንግግር ውስጥ ምልክት ያድርጉ በ <emph>ማስቀመጫ በ መግቢያ ቃል</emph> ሳጥን ውስጥ: እርስዎ ከ መጫንዎት በፊት የ <emph>ማስቀመጫ</emph> ቁልፍ"
#: 06060200.xhp
msgctxt ""
@@ -54261,7 +54255,7 @@ msgctxt ""
"par_id3145172\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 Spreadsheet</emph>. Optionally enter a password and click OK."
-msgstr ""
+msgstr "<variable id=\"dokumenttext\"><ahelp hid=\".uno:ToolProtectionDocument\">የ ወረቀቱን አካል የ እርስዎን ሰነድ ከ መሻሻል ይጠብቃል: ማስገባት ይቻላል: ማጥፋት: እንደገና መሰየም: ማንቀሳቀስ ወይንም ወረቀቱን ኮፒ ማድረግ ይቻላል: </ahelp></variable> ይክፈቱ የ <emph>ሰነድ መጠበቂያ</emph> ንግግር ከ <emph>መሳሪያዎች - ሰንጠረዥ መጠበቂያ </emph> ውስጥ: በ ምርጫ ያስገቡ የ መግቢያ ቃል እና ይጫኑ እሺ"
#: 06060200.xhp
msgctxt ""
@@ -54269,7 +54263,7 @@ msgctxt ""
"par_id3153188\n"
"help.text"
msgid "The structure of protected spreadsheet documents can be changed only if the <emph>Protect</emph> option is disabled. On the context menus for the spreadsheet tabs at the lower graphic border, only the menu item <emph>Select All Sheets</emph> can be activated. All other menu items are deactivated. To remove the protection, call up the command <emph>Tools - Protect Spreadsheet</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 ""
+msgstr "የሚጠበቁ የ ሰንጠረዥ ሰነዶችን መቀየር የሚቻለው የ <emph>መጠበቂያ</emph> ምርጫ ከ ተሰናከለ ብቻ ነው: በ አገባብ ዝርዝር ውስጥ በ ሰንጠረዥ tabs በ ንድፍ ድንበር ከ ታች በኩል: የ ዝርዝር እቃ ብቻ <emph>ሁሉንም ወረቀቶች ይምረጡ</emph> ማስጀመር ይቻላል: ሁሉም ሌሎች ዝርዝር እቃዎች ይቦዝናሉ: መጠበቂያውን ለ ማስወገድ: ትእዛዝ ይጥሩ <emph>መሳሪያዎች - ሰንጠረዥ መጠበቂያ</emph> እንደገና: ምንም የ መግቢያ ቃል ካልተወሰነ: መጠበቂያው ወዲያውኑ ይወገዳል: የ መግቢያ ቃል ተወስኖ ከ ነበር የ <emph>ሰንጠረዥ መጠበቂያ ማስወገጃ</emph> ንግግር ይታያል: እርስዎ የ መግቢያ ቃል የሚያስገቡበት: እና ከዛ በኋላ ብቻ እርስዎ ማስወገድ ይችላሉ የ ምልክት ማድረጊያውን የሚወስነውን መጠበቂያ ንቁ ነው የሚለውን"
#: 06060200.xhp
msgctxt ""
@@ -54304,7 +54298,7 @@ msgctxt ""
"par_id3150717\n"
"help.text"
msgid "You can completely protect your work by combining the options <emph>Tools - Protect Sheet</emph> and <emph>Tools - Protect Spreadsheet</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 ""
+msgstr "እርስዎ ስራዎትን መጠበቅ ይችላሉ ምርጫዎችን በ መቀላቀል <emph>መሳሪያዎች - ወረቀት መጠበቂያ</emph> እና <emph>መሳሪያዎች - ሰንጠረዥ መጠበቂያ</emph> የ መግቢያ ቃል ማስገቢያ ያካትታል: እርስዎ ሰነዱ በ ሌሎች ተጠቃሚዎች እንዳይከፈት ከ ፈለጉ: ይምረጡ <emph>በ መግቢያ ቃል ማስቀመጫ </emph>እና ይጫኑ የ <emph>ማስቀመጫ</emph> ቁልፍ: በ <emph>መግቢያ ቃል ማስቀመጫ</emph> ንግግር ይታያል: የ መግቢያ ቃል ሲመርጡ ይጠንቀቁ: ሰነዱን ከዘጉ በኋላ የ መግቢያ ቃሉን ከረሱት እርስዎ ሰነዱ ጋር መድረስ አይችሉም"
#: 06070000.xhp
msgctxt ""
@@ -56479,7 +56473,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/consolidatedialog/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 ""
+msgstr "<ahelp hid=\"modules/scalc/ui/consolidatedialog/refs\" visibility=\"visible\">ዳታ አገናኝ በ ማዋሀጃ መጠን ውስጥ ወደ ዳታ ምንጭ: እና ራሱ በራሱ ያሻሽላል የ ማዋሀጃ ውጤቶችን የ ዳታው ምንጭ በሚቀየር ጊዜ </ahelp>"
#: 12070100.xhp
msgctxt ""
@@ -57040,7 +57034,7 @@ msgctxt ""
"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 ""
+msgstr "<ahelp hid=\".\">ማስገቢያ አዲስ \"በ ጥልቅ-ወደ ታች\" መፈለጊያ ወረቀት ከ ተጨማሪ መረጃ ጋር በ አሁኑ የ pivot ሰንጠረዥ ክፍል ውስጥ: እርስዎ እንዲሁም ሁለት ጊዜ-መጫን ይችላሉ በ ሰንጠረዥ ክፍል ውስጥ ለ ማስገባት የ \"በ ጥልቅ-ወደ ታች\" መፈለጊያ ወረቀት ውስጥ: አዲሱ ወረቀት ያሳያል ንዑስ ስብስብ ለ ረድፎች ከ ዋናው ዳታ ምንጭ ውስጥ ያሉትን ጠቅላላ የ ዳታ ውጤቶች ያሳያል በ አሁኑ ክፍል ውስጥ </ahelp>"
#: 12080700.xhp
msgctxt ""
@@ -57951,7 +57945,7 @@ msgctxt ""
"6\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"visible\">Distinguishes between uppercase and lowercase letters.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"visible\">በ ላይኛው ጉዳይ እና በ ታችኛው ጉዳይ ፊደሎች መካከል ይለያል </ahelp>"
#: 12090104.xhp
msgctxt ""
@@ -57978,7 +57972,7 @@ msgctxt ""
"29\n"
"help.text"
msgid "If the <emph>Regular Expression</emph> check box is selected, you can use EQUAL (=) and NOT EQUAL (<>) also in comparisons. You can also use the following functions: DCOUNTA, DGET, MATCH, COUNTIF, SUMIF, LOOKUP, VLOOKUP and HLOOKUP."
-msgstr "ይህ <emph>መደበኛ መግለጫ</emph> ምልክት ማድረጊያ ሳጥን ከ ተመረጠ: እርስዎ መጠቀም ይችላሉ እኩል ነው (=) እና እኩል አይደለም (<>) እንዲሁም በ ማነፃፀሪያ ውስጥ: እርስዎ እንዲሁም መጠቀም ይችላሉ የሚቀጥሉትን ተግባሮች: ክርክር መቁጠሪያ: ዳታ ማግኛ: ተመሳሳይ: መቁጠሪያ ከሆነ: ድምር ከሆነ: መፈለጊያ: በ ቁመት መፈለጊያ: እና በ አግድም መፈለጊያ:"
+msgstr "ይህ <emph>መደበኛ መግለጫ</emph> ምልክት ማድረጊያ ሳጥን ከ ተመረጠ: እርስዎ መጠቀም ይችላሉ እኩል ነው (=) እና እኩል አይደለም (<>) እንዲሁም በ ማነፃፀሪያ ውስጥ: እርስዎ እንዲሁም መጠቀም ይችላሉ የሚቀጥሉትን ተግባሮች: ባዶ ያልሆኑ ክፍሎች መቁጠሪያ: ዳታ ማግኛ: ተመሳሳይ: መቁጠሪያ ከሆነ: ድምር ከሆነ: መፈለጊያ: በ ቁመት መፈለጊያ: እና በ አግድም መፈለጊያ:"
#: 12090104.xhp
msgctxt ""
@@ -59586,7 +59580,7 @@ msgctxt ""
"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 "ለ ሁለቱም ጉዳይ እርስዎ ከ መረጡ \"ማስቆሚያ\": ዋጋ የ ሌለው ማስገቢያ ይጠፋል እና ያለፈው ዋጋ ወደ ክፍሉ እንደገና ይገባል: ተመሳሳይ ይፈጸማል እርስዎ ከዘጉ የ \"ማስጠንቀቂያ\" እና \"መረጃ\" ንግግሮች በ መጫን የ <emph>መሰረዣ </emph>ቁልፍ: እርስዎ ከዘጉ ንግግሮችን በ <emph>እሺ</emph> ቁልፍ : ዋጋ የ ሌለው ማስገቢያ አይጠፋም"
+msgstr "ለ ሁለቱም ጉዳይ እርስዎ ከ መረጡ \"ማስቆሚያ\": ዋጋ የ ሌለው ማስገቢያ ይጠፋል እና ያለፈው ዋጋ ወደ ክፍሉ እንደገና ይገባል: ተመሳሳይ ይፈጸማል እርስዎ ከዘጉ የ \"ማስጠንቀቂያ\" እና \"መረጃ\" ንግግሮች በ መጫን የ <emph>መሰረዣ </emph>ቁልፍ: እርስዎ ከዘጉ ንግግሮችን በ <emph>እሺ</emph> ቁልፍ: ዋጋ የ ሌለው ማስገቢያ አይጠፋም"
#: 12120300.xhp
msgctxt ""
@@ -59700,7 +59694,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "common workdays intl"
-msgstr ""
+msgstr "መደበኛ የ ስራ ቀን አለም አቀፍ"
#: common_func_workdaysintl.xhp
msgctxt ""
@@ -59708,7 +59702,7 @@ msgctxt ""
"par_id231020162249541102\n"
"help.text"
msgid "<emph>Weekend</emph> is an optional parameter – a number or a string used to specify the days of the week that are weekend days and are not considered working days. Weekend is a weekend number or string that specifies when weekends occur. Weekend number values indicate the following weekend days:"
-msgstr ""
+msgstr "<emph>የ ሳምንቱ መጨረሻ</emph> በ ምርጫ ደንብ ነው – ቁጥር ወይንም ሀረግ ይጠቀማል ለ መወሰን ቀኖችን የ ሳምንቱን: የ ሳምንቱ መጨረሻ ቀኖች የሆኑትን እና እንደ የ ስራ ቀን አይወሰዱም: የ ሳምንቱ መጨረሻ የ ሳምንቱ መጨረሻ ቁጥር ነው ወይንም ሀረግ የሚገልጽ የ ሳምንቱ መጨረሻ መቼ እንደሚሆን: የ ሳምንቱ መጨረሻ ቁጥር ዋጋዎች የሚያሳየው የሚቀጥሉትን የ ሳምንቱ መጨረሻ ቀኖች ነው:"
#: common_func_workdaysintl.xhp
msgctxt ""
@@ -59716,7 +59710,7 @@ msgctxt ""
"par_id231020162249545526\n"
"help.text"
msgid "Number 1 to 7 for two-day weekends and 11 to 17 for one-day weekends."
-msgstr ""
+msgstr "ቁጥር 1 እስከ 7 ለ ሁለት-ቀን የ ሳምንት መጨረሻ እና 11 እስከ 17 ለ አንድ-ቀን የ ሳምንት መጨረሻ"
#: common_func_workdaysintl.xhp
msgctxt ""
@@ -59724,7 +59718,7 @@ msgctxt ""
"par_id231020162249542082\n"
"help.text"
msgid "Number"
-msgstr ""
+msgstr "ቁጥር"
#: common_func_workdaysintl.xhp
msgctxt ""
@@ -59732,7 +59726,7 @@ msgctxt ""
"par_id23102016224954936\n"
"help.text"
msgid "Weekend"
-msgstr ""
+msgstr "የ ሳምንት መጨረሻ"
#: common_func_workdaysintl.xhp
msgctxt ""
@@ -59740,7 +59734,7 @@ msgctxt ""
"par_id231020162249548384\n"
"help.text"
msgid "1 or omitted"
-msgstr ""
+msgstr "1 ወይንም የማይታይ"
#: common_func_workdaysintl.xhp
msgctxt ""
@@ -59748,7 +59742,7 @@ msgctxt ""
"par_id231020162249544419\n"
"help.text"
msgid "Saturday and Sunday"
-msgstr ""
+msgstr "ቅዳሜ እና እሑድ"
#: common_func_workdaysintl.xhp
msgctxt ""
@@ -59756,7 +59750,7 @@ msgctxt ""
"par_id231020162249543229\n"
"help.text"
msgid "Sunday and Monday"
-msgstr ""
+msgstr "እሑድ እና ሰኞ"
#: common_func_workdaysintl.xhp
msgctxt ""
@@ -59764,7 +59758,7 @@ msgctxt ""
"par_id231020162249541638\n"
"help.text"
msgid "Monday and Tuesday"
-msgstr ""
+msgstr "ሰኞ እና ማከሰኞ"
#: common_func_workdaysintl.xhp
msgctxt ""
@@ -59772,7 +59766,7 @@ msgctxt ""
"par_id231020162249548854\n"
"help.text"
msgid "Tuesday and Wednesday"
-msgstr ""
+msgstr "ማክሰኞ እና ረቡዕ"
#: common_func_workdaysintl.xhp
msgctxt ""
@@ -59780,7 +59774,7 @@ msgctxt ""
"par_id23102016224954803\n"
"help.text"
msgid "Wednesday and Thursday"
-msgstr ""
+msgstr "ረቡዕ እና ሐሙስ"
#: common_func_workdaysintl.xhp
msgctxt ""
@@ -59788,7 +59782,7 @@ msgctxt ""
"par_id231020162249545913\n"
"help.text"
msgid "Thursday and Friday"
-msgstr ""
+msgstr "ሐሙስ እና አርብ"
#: common_func_workdaysintl.xhp
msgctxt ""
@@ -59796,7 +59790,7 @@ msgctxt ""
"par_id231020162249546426\n"
"help.text"
msgid "Friday and Saturday"
-msgstr ""
+msgstr "አርብ እና ቅዳሜ"
#: common_func_workdaysintl.xhp
msgctxt ""
@@ -59804,7 +59798,7 @@ msgctxt ""
"par_id231020162249548630\n"
"help.text"
msgid "Sunday only"
-msgstr ""
+msgstr "እሑድ ብቻ"
#: common_func_workdaysintl.xhp
msgctxt ""
@@ -59812,7 +59806,7 @@ msgctxt ""
"par_id231020162249547536\n"
"help.text"
msgid "Monday only"
-msgstr ""
+msgstr "ሰኞ ብቻ"
#: common_func_workdaysintl.xhp
msgctxt ""
@@ -59820,7 +59814,7 @@ msgctxt ""
"par_id231020162249545002\n"
"help.text"
msgid "Tuesday only"
-msgstr ""
+msgstr "ማክሰኞ ብቻ"
#: common_func_workdaysintl.xhp
msgctxt ""
@@ -59828,7 +59822,7 @@ msgctxt ""
"par_id231020162249554939\n"
"help.text"
msgid "Wednesday only"
-msgstr ""
+msgstr "ራቡዕ ብቻ"
#: common_func_workdaysintl.xhp
msgctxt ""
@@ -59836,7 +59830,7 @@ msgctxt ""
"par_id231020162249558942\n"
"help.text"
msgid "Thursday only"
-msgstr ""
+msgstr "ሐሙስ ብቻ"
#: common_func_workdaysintl.xhp
msgctxt ""
@@ -59844,7 +59838,7 @@ msgctxt ""
"par_id231020162249558763\n"
"help.text"
msgid "Friday only"
-msgstr ""
+msgstr "አርብ ብቻ"
#: common_func_workdaysintl.xhp
msgctxt ""
@@ -59852,7 +59846,7 @@ msgctxt ""
"par_id231020162249552635\n"
"help.text"
msgid "Saturday only"
-msgstr ""
+msgstr "ቅዳሜ ብቻ"
#: common_func_workdaysintl.xhp
msgctxt ""
@@ -59860,7 +59854,7 @@ msgctxt ""
"par_id231020162249555313\n"
"help.text"
msgid "Weekend string provides another way to define the weekly non-working days. It must have seven (7) characters – zeros (0) for working day and ones (1) for non-working day. Each character represents a day of the week, starting with Monday. Only 1 and 0 are valid. “1111111” is an invalid string and should not be used. For example, the weekend string “0000011” defines Saturday and Sunday as non-working days."
-msgstr ""
+msgstr "የ ሳምንት መጨረሻ ሀረግ የሚያቀርበው ሌላ መንገድ ነው ለ መግለጽ የ ሳምንቱን ምንም-የ ስራ ቀኖች ያልሆኑ: ይህ ይኖረዋል ሰባት (7) ባህሪዎች – ዜሮዎች (0) ለ ስራ ቀን እና አንድ (1) ምንም-የ ስራ ቀኖች ያልሆኑ: እያንዳንዱ ባህሪ የሚወክለው ቀን ነው በ ሳምንት ውስጥ: ከ ሰኞ በ መጀመር: 1 እና 0 ብቻ ዋጋ ይኖራቸዋል: “1111111” ዋጋ የሌለው ሀረግ ነው: እና መጠቀም የለብዎትም: ለምሳሌ: የ ሳምንት መጨረሻ ሀረግ “0000011” የሚገልጸው ቅዳሜ እና እሑድ ነው እንደ ምንም-የ ስራ ቀኖች ያልሆኑ:"
#: common_func_workdaysintl.xhp
msgctxt ""
@@ -59868,7 +59862,7 @@ msgctxt ""
"par_id231020162249559739\n"
"help.text"
msgid "<emph>Holidays</emph> is an optional list of dates that must be counted as non-working days. The list can be given in a cell range."
-msgstr ""
+msgstr "<emph>አመት በአል</emph> በ ምርጫ የ ቀኖች ዝርዝር ነው የሚቆጠር እንደ ምንም-የ ስራ ቀኖች ያልሆኑ: ዝርዝር ሊሰጥ ይችላል በ ክፍል መጠን ውስጥ:"
#: ex_data_stat_func.xhp
msgctxt ""
@@ -59996,7 +59990,7 @@ msgctxt ""
"par_id0403201618694535\n"
"help.text"
msgid "Exponential Triple Smoothing (ETS) is a set of algorithms in which both trend and periodical (seasonal) influences are processed. Exponential Double Smoothing (EDS) is an algorithm like ETS, but without the periodical influences. EDS produces linear forecasts."
-msgstr ""
+msgstr "Exponential Triple Smoothing (ETS) የ algorithms ስብስብ ነው ለ ሁለቱም አቅጣጫ እና በ ተወሰነ ጊዜ (በየ ወቅቱ) ተፅእኖው የሚፈጸም: Exponential Double Smoothing (EDS) የ algorithms ስብስብ ነው እንደ ETS, ነገር ግን ያለ በ ተወሰነ ጊዜ ተፅእኖ:. EDS የሚፈጥረው ቀጥተኛ መገመቻ ነው:"
#: exponsmooth_embd.xhp
msgctxt ""
@@ -60060,7 +60054,7 @@ msgctxt ""
"par_id0403201618594650\n"
"help.text"
msgid "<emph>aggregation (optional):</emph> A numeric value from 1 to 7, with default 1. The aggregation parameter indicates which method will be used to aggregate identical time values:"
-msgstr ""
+msgstr "<emph>ዝቅ ማድረጊያ (በ ምርጫ):</emph> የ ቁጥር ዋጋ ከ 1 እስከ 7, ከ ነባር 1. ጋር: ዝቅ ማድረጊያ ደንብ የሚያሳየው የትኛው ዘዴ እንደሚጠቀሙ ነው ዝቅ ለ ማድረጊያ ተመሳሳይ የ ሰአት ዋጋዎችን:"
#: exponsmooth_embd.xhp
msgctxt ""
@@ -60252,7 +60246,7 @@ msgctxt ""
"par_id0503201619582665\n"
"help.text"
msgid "<emph>confidence_level (mandatory)</emph>: A numeric value between 0 and 1 (exclusive), default is 0.95. A value indicating a confidence level for the calculated prediction interval."
-msgstr ""
+msgstr "<emph>መተማመኛ_ደረጃ (አስፈላጊ)</emph>: የ ቁጥር ዋጋ በ 0 እና በ 1 (አያካትትም): ነባር ነው 0.95. ዋጋ የሚጠቁም መተማመኛ ደረጃ ለሚሰላው መገመቻ ክፍተት"
#: exponsmooth_embd.xhp
msgctxt ""
@@ -60628,7 +60622,7 @@ msgctxt ""
"par_id2309201511360120\n"
"help.text"
msgid "VAR.P"
-msgstr "የ ጠቅላላ ህዝብ.ልዩነት"
+msgstr "የ ህዝብ.ልዩነት"
#: func_aggregate.xhp
msgctxt ""
@@ -60796,7 +60790,7 @@ msgctxt ""
"par_id2309201514193338\n"
"help.text"
msgid "<emph>Ref2, 3, ...</emph> – optional. A numeric argument or a reference to a cell (up to 253 arguments), for which you need the aggregate value."
-msgstr ""
+msgstr "<emph>ማመሳከሪያ2, 3, ...</emph> – በ ምርጫ: የ ቁጥር ክርክር ወይንም ማመሳከሪያ ለ ክፍል: (እስከ 253 ክርክሮች): እርስዎ ዋጋዎችን ዝቅ ማድረግ አለብዎት"
#: func_aggregate.xhp
msgctxt ""
@@ -60892,7 +60886,7 @@ msgctxt ""
"par_id230920152006414\n"
"help.text"
msgid "<item type=\"input\">=AGGREGATE(4;2;A2:A9)</item><br/>Returns maximum value for the range A2:A9 = 34, whereas <item type=\"input\">=MAX(A2:A9)</item> returns the error Err:511."
-msgstr ""
+msgstr "<item type=\"input\">=ዝቅ ማድረጊያ(4;2;A2:A9)</item><br/>ከፍተኛ ዋጋ ለ መጠኖች ይመልሳል A2:A9 = 34, ነገር ግን <item type=\"input\">=MAX(A2:A9)</item> ይመልሳል ስህተት: ስህተት:511."
#: func_aggregate.xhp
msgctxt ""
@@ -60900,7 +60894,7 @@ msgctxt ""
"par_id2309201520064180\n"
"help.text"
msgid "<item type=\"input\">=AGGREGATE(9;5;A5:C5)</item><br/>Returns sum for the range A5:C5 = 29, even if some of the columns are hidden."
-msgstr ""
+msgstr "<item type=\"input\">=ዝቅ ማድረጊያ(9;5;A5:C5)</item><br/>ለ መጠኖች ድምር ይመልሳል A5:C5 = 29, አንዳንድ አምዶች ቢደበቁም እንኳን"
#: func_aggregate.xhp
msgctxt ""
@@ -60908,7 +60902,7 @@ msgctxt ""
"par_id2309201520064118\n"
"help.text"
msgid "<item type=\"input\">=AGGREGATE(9;5;B2:B9)</item><br/>Returns sum of the column B = 115. If any row is hidden, the function omit its value, for example if the 7th row is hidden, the function returns 95."
-msgstr ""
+msgstr "<item type=\"input\">=ዝቅ ማድረጊያ(9;5;B2:B9)</item><br/>የ አምድ ድምር ይመልሳል B = 115. ማንኛውም ረድፍ ከ ተደበቀ: ተግባሩ ዋጋ ያሳይም: ለምሳሌ: ይህ 7ኛው ረድፍ ከ ተደበቀ: ተግባር ይመልሳል 95."
#: func_aggregate.xhp
msgctxt ""
@@ -60916,7 +60910,7 @@ msgctxt ""
"par_id196152404026557\n"
"help.text"
msgid "If you need to apply the function with a 3D range, this example shows how to do it."
-msgstr ""
+msgstr "እርስዎ መፈጸም ከ ፈለጉ ተግባር በ 3ዲ መጠን ውስጥ: ይህ ምሳሌ እንዴት እንደሚሰሩ ያሳይዎታል"
#: func_aggregate.xhp
msgctxt ""
@@ -60924,7 +60918,7 @@ msgctxt ""
"par_id2309201520180167\n"
"help.text"
msgid "<item type=\"input\">=AGGREGATE(13;3;Sheet1.B2:B9:Sheet3.B2:B9)</item><br/>The function returns mode of the values of second columns through sheets 1:3 (that have the same data) = 8."
-msgstr ""
+msgstr "<item type=\"input\">=ዝቅ ማድረጊያ(13;3;ወረቀት1.B2:B9:ወረቀት3.B2:B9)</item><br/>ተግባር የ ዋጋዎች ዘዴ ይመልሳል ለ ሁለተኛው አምዶች በ ወረቀቶች ውስጥ በ 1:3 (ተመሳሳይ ዳታ ላላቸው) = 8."
#: func_aggregate.xhp
msgctxt ""
@@ -60940,7 +60934,7 @@ msgctxt ""
"par_id2309201520395380\n"
"help.text"
msgid "<item type=\"input\">=AGGREGATE(E3;E5;'ColumnOne')</item><br/>If E3 = 13 and E5 = 5, the function returns mode of the first column = 10."
-msgstr ""
+msgstr "<item type=\"input\">=ዝቅ ማድረጊያ(E3;E5;'አምድ አንድ')</item><br/>ከሆነ E3 = 13 እና E5 = 5, ተግባር ይመልሳል ዘዴ ለ መጀመሪያው አምድ = 10."
#: func_aggregate.xhp
msgctxt ""
@@ -60964,7 +60958,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "AVERAGEIF function"
-msgstr "መካከለኛ ከሆኑ ተግባር"
+msgstr "አማካይ ከሆኑ ተግባር"
#: func_averageif.xhp
msgctxt ""
@@ -60972,7 +60966,7 @@ msgctxt ""
"bm_id237812197829662\n"
"help.text"
msgid "<bookmark_value>AVERAGEIF function</bookmark_value> <bookmark_value>arithmetic mean;satisfying condition</bookmark_value>"
-msgstr "<bookmark_value>መካከለኛ ከሆኑ ተግባር </bookmark_value> <bookmark_value>የ ሂሳብ መካከለኛ: የሚያሟሉት ሁኔታዎች</bookmark_value>"
+msgstr "<bookmark_value>አማካይ ከሆኑ ተግባር </bookmark_value> <bookmark_value>የ ሂሳብ አማካይ: የሚያሟሉት ሁኔታዎች</bookmark_value>"
#: func_averageif.xhp
msgctxt ""
@@ -60980,7 +60974,7 @@ msgctxt ""
"hd_id16852304621982\n"
"help.text"
msgid "<variable id=\"averageif_head\"><link href=\"text/scalc/01/func_averageif.xhp\">AVERAGEIF</link></variable> function"
-msgstr "<variable id=\"averageif_head\"><link href=\"text/scalc/01/func_averageif.xhp\">መካከለኛ ከሆኑ</link></variable> ተግባር"
+msgstr "<variable id=\"averageif_head\"><link href=\"text/scalc/01/func_averageif.xhp\">አማካይ ከሆኑ</link></variable> ተግባር"
#: func_averageif.xhp
msgctxt ""
@@ -60988,7 +60982,7 @@ msgctxt ""
"par_id7281266615152\n"
"help.text"
msgid "<ahelp hid=\".\"><variable id=\"averageif_des\">Returns the arithmetic mean of all cells in a range that satisfy a given condition. The AVERAGEIF function sums up all the results that match the logical test and divides this sum by the quantity of selected values.</variable></ahelp>"
-msgstr "<ahelp hid=\".\"><variable id=\"averageif_des\">የ ቁጥር አማካይ ለ ሁሉም ክፍሎች በ መጠን ውስጥ የ ተሰጠውን ሁኔታ የሚያሟላ ይመልሳል: መካከለኝ ከሆነ ተግባር ድምር የ ሁሉንም ውጤቶች ተመሳሳይ ለ logical መሞከሪያ እና ያካፍላል ይህን ድምር በ ተመረጠው የ ዋጋዎች መጠን </variable></ahelp>"
+msgstr "<ahelp hid=\".\"><variable id=\"averageif_des\">የ ቁጥር አማካይ ለ ሁሉም ክፍሎች በ መጠን ውስጥ የ ተሰጠውን ሁኔታ የሚያሟላ ይመልሳል: አማካይ ከሆነ ተግባር ድምር የ ሁሉንም ውጤቶች ተመሳሳይ ለ logical መሞከሪያ እና ያካፍላል ይህን ድምር በ ተመረጠው የ ዋጋዎች መጠን </variable></ahelp>"
#: func_averageif.xhp
msgctxt ""
@@ -61004,7 +60998,7 @@ msgctxt ""
"par_id200801176228491\n"
"help.text"
msgid "AVERAGEIF(Range; Criterion [; Average_Range ])"
-msgstr "መካከለኝ ከሆነ(መጠን: መመዘኛ [; መካከለኝ_መጠን ])"
+msgstr "አማካይ ከሆነ(መጠን: መመዘኛ [; አማካይ_መጠን ])"
#: func_averageif.xhp
msgctxt ""
@@ -61044,7 +61038,7 @@ msgctxt ""
"par_id278275053653\n"
"help.text"
msgid "If a cell in a range of values for calculating the mean is empty or contains text, function AVERAGEIF ignores this cell.<br/>If the whole range is empty, contains only text or all values of the range do not satisfy the condition (or any combination of those), the function returns the #DIV/0! error."
-msgstr "ክፍል በ መጠን ዋጋዎች ውስጥ አማካይ ለማስላት ባዶ ከሆነ ወይንም ጽሁፍ ከያዘ: ተግባር መከከለኛ ከሆነ ይህን ክፍል ይተወዋል <br/>ጠቅላላ መጠን ባዶ ከሆነ: ጽሁፍ ብቻ ከያዘ ወይንም ሁሉንም ዋጋዎች ለ መጠን ሁኔታውን ለማያሟሉ: (ወይንም ማንኛውም ቅልቅል ለ እነዚህ) ተግባር ይመልሳል የ #ማካፈያ በ/0! ስህተት"
+msgstr "ክፍል በ መጠን ዋጋዎች ውስጥ አማካይ ለማስላት ባዶ ከሆነ ወይንም ጽሁፍ ከያዘ: ተግባር አማካይ ከሆነ ይህን ክፍል ይተወዋል <br/>ጠቅላላ መጠን ባዶ ከሆነ: ጽሁፍ ብቻ ከያዘ ወይንም ሁሉንም ዋጋዎች ለ መጠን ሁኔታውን ለማያሟሉ: (ወይንም ማንኛውም ቅልቅል ለ እነዚህ) ተግባር ይመልሳል የ #ማካፈያ በ/0! ስህተት"
#: func_averageif.xhp
msgctxt ""
@@ -61068,7 +61062,7 @@ msgctxt ""
"par_id2509201519225446\n"
"help.text"
msgid "<item type=\"input\">=AVERAGEIF(B2:B6;\"<35\")</item>"
-msgstr "<item type=\"input\">=AVERAGEIF(B2:B6;\"<35\")</item>"
+msgstr "<item type=\"input\">=አማካይ ከሆነ(B2:B6;\"<35\")</item>"
#: func_averageif.xhp
msgctxt ""
@@ -61084,7 +61078,7 @@ msgctxt ""
"par_id250920151922590\n"
"help.text"
msgid "<item type=\"input\">=AVERAGEIF(B2:B6;\"<\"&MAX(B2:B6))</item>"
-msgstr "<item type=\"input\">=መካከለኛ ከሆነ(B2:B6;\"<\"&ከፍተኛ(B2:B6))</item>"
+msgstr "<item type=\"input\">=አማካይ ከሆነ(B2:B6;\"<\"&ከፍተኛ(B2:B6))</item>"
#: func_averageif.xhp
msgctxt ""
@@ -61100,7 +61094,7 @@ msgctxt ""
"par_id2509201519230832\n"
"help.text"
msgid "<item type=\"input\">=AVERAGEIF(B2:B6;\">\"&SMALL(B2:B6;1))</item>"
-msgstr "<item type=\"input\">=AVERAGEIF(B2:B6;\">\"&SMALL(B2:B6;1))</item>"
+msgstr "<item type=\"input\">=አማካይ ከሆነ(B2:B6;\">\"&ትንሽ(B2:B6;1))</item>"
#: func_averageif.xhp
msgctxt ""
@@ -61124,7 +61118,7 @@ msgctxt ""
"par_id2509201519315584\n"
"help.text"
msgid "<item type=\"input\">=AVERAGEIF(B2:B6;\"<35\";C2:C6)</item>"
-msgstr "<item type=\"input\">=አማካይ ቢሆን (B2:B6;\"<35\";C2:C6)</item>"
+msgstr "<item type=\"input\">=አማካይ ከሆነ(B2:B6;\"<35\";C2:C6)</item>"
#: func_averageif.xhp
msgctxt ""
@@ -61140,7 +61134,7 @@ msgctxt ""
"par_id2509201519315535\n"
"help.text"
msgid "<item type=\"input\">=AVERAGEIF(B2:B6;\">\"&MIN(B2:B6);C2:C6)</item>"
-msgstr "<item type=\"input\">=AVERAGEIF(B2:B6;\">\"&MIN(B2:B6);C2:C6)</item>"
+msgstr "<item type=\"input\">=አማካይ ከሆነ(B2:B6;\">\"&አነስተኛ(B2:B6);C2:C6)</item>"
#: func_averageif.xhp
msgctxt ""
@@ -61156,7 +61150,7 @@ msgctxt ""
"par_id2509201519315547\n"
"help.text"
msgid "<item type=\"input\">=AVERAGEIF(B2:B6;\"<\"&LARGE(B2:B6;2);C2:C6)</item>"
-msgstr "<item type=\"input\">=AVERAGEIF(B2:B6;\"<\"&LARGE(B2:B6;2);C2:C6)</item>"
+msgstr "<item type=\"input\">=አማካይ ከሆነ(B2:B6;\"<\"&ትልቅ(B2:B6;2);C2:C6)</item>"
#: func_averageif.xhp
msgctxt ""
@@ -61180,7 +61174,7 @@ msgctxt ""
"par_id2509201519360514\n"
"help.text"
msgid "<item type=\"input\">=AVERAGEIF(A2:A6;\"pen\";B2:B6)</item>"
-msgstr "<item type=\"input\">=መካከለኛ ከሆነ(A2:A6;\"ብዕር\";B2:B6)</item>"
+msgstr "<item type=\"input\">=አማካይ ከሆነ(A2:A6;\"ብዕር\";B2:B6)</item>"
#: func_averageif.xhp
msgctxt ""
@@ -61196,7 +61190,7 @@ msgctxt ""
"par_id250920151936096\n"
"help.text"
msgid "<item type=\"input\">=AVERAGEIF(A2:A6;\"pen.*\";B2:B6)</item>"
-msgstr "<item type=\"input\">=መካከለኛ ከሆነ(A2:A6;\"ብዕር\";B2:B6)</item>"
+msgstr "<item type=\"input\">=አማካይ ከሆነ(A2:A6;\"ብዕር\";B2:B6)</item>"
#: func_averageif.xhp
msgctxt ""
@@ -61212,7 +61206,7 @@ msgctxt ""
"par_id2509201519361352\n"
"help.text"
msgid "<item type=\"input\">=AVERAGEIF(A2:A6;\".*book.*\";B2:B6)</item>"
-msgstr "<item type=\"input\">=መካከለኛ ከሆነ(A2:A6;\".*መጽሀፍ.*\";B2:B6)</item>"
+msgstr "<item type=\"input\">=አማካይ ከሆነ(A2:A6;\".*መጽሀፍ.*\";B2:B6)</item>"
#: func_averageif.xhp
msgctxt ""
@@ -61236,7 +61230,7 @@ msgctxt ""
"par_id177972099720424\n"
"help.text"
msgid "If you need to change a criterion easily, you may want to specify it in a separate cell and use a reference to this cell in the condition of AVERAGEIF function."
-msgstr "እርስዎ መመዘኛ በ ቀላሉ መቀየር ከ ፈለጉ: እርስዎ መግለጽ አለብዎት በ ተለየ ክፍል ውስጥ እና ማመሳከር አለብዎት ይህን ክፍል በ ሁኔታ ውስጥ በ መካከለኛ ከሆነ ተግባር"
+msgstr "እርስዎ መመዘኛ በ ቀላሉ መቀየር ከ ፈለጉ: እርስዎ መግለጽ አለብዎት በ ተለየ ክፍል ውስጥ እና ማመሳከር አለብዎት ይህን ክፍል በ ሁኔታ ውስጥ በ አማካይ ከሆነ ተግባር"
#: func_averageif.xhp
msgctxt ""
@@ -61244,7 +61238,7 @@ msgctxt ""
"par_id134941261230060\n"
"help.text"
msgid "<item type=\"input\">=AVERAGEIF(A2:A6;\".*\"&E2&\".*\";B2:B6)</item>"
-msgstr "<item type=\"input\">=AVERAGEIF(A2:A6;\".*\"&E2&\".*\";B2:B6)</item>"
+msgstr "<item type=\"input\">=አማካይ ከሆነ(A2:A6;\".*\"&E2&\".*\";B2:B6)</item>"
#: func_averageif.xhp
msgctxt ""
@@ -61260,7 +61254,7 @@ msgctxt ""
"par_id316901523627285\n"
"help.text"
msgid "<item type=\"input\">=AVERAGEIF(B2:B6;\"<\"&E2;C2:C6)</item>"
-msgstr "<item type=\"input\">=አማካይ ቢሆን(B2:B6;\"<\"&E2;C2:C6)</item>"
+msgstr "<item type=\"input\">=አማካይ ከሆነ(B2:B6;\"<\"&E2;C2:C6)</item>"
#: func_averageif.xhp
msgctxt ""
@@ -61284,7 +61278,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "AVERAGEIFS function"
-msgstr "መካከለኛ ከሆኑ ተግባር"
+msgstr "አማካይ ከሆኑ ተግባር"
#: func_averageifs.xhp
msgctxt ""
@@ -61292,7 +61286,7 @@ msgctxt ""
"bm_id536715367153671\n"
"help.text"
msgid "<bookmark_value>AVERAGEIFS function</bookmark_value> <bookmark_value>arithmetic mean;satisfying conditions</bookmark_value>"
-msgstr "<bookmark_value>መካከለኛ ከሆኑ ተግባር </bookmark_value> <bookmark_value>የ ሂሳብ መካከለኛ: የሚያሟሉት ሁኔታዎች</bookmark_value>"
+msgstr "<bookmark_value>አማካይ ከሆኑ ተግባር </bookmark_value> <bookmark_value>የ ሂሳብ አማካይ: የሚያሟሉት ሁኔታዎች</bookmark_value>"
#: func_averageifs.xhp
msgctxt ""
@@ -61300,7 +61294,7 @@ msgctxt ""
"hd_id537445374453744\n"
"help.text"
msgid "<variable id=\"averageifs_head\"><link href=\"text/scalc/01/func_averageifs.xhp\">AVERAGEIFS</link></variable> function"
-msgstr "<variable id=\"averageifs_head\"><link href=\"text/scalc/01/func_averageifs.xhp\">መካከለኛ ከሆኑ</link></variable> ተግባር"
+msgstr "<variable id=\"averageifs_head\"><link href=\"text/scalc/01/func_averageifs.xhp\">አማካይ ከሆኑ</link></variable> ተግባር"
#: func_averageifs.xhp
msgctxt ""
@@ -61308,7 +61302,7 @@ msgctxt ""
"par_id538405384053840\n"
"help.text"
msgid "<ahelp hid=\".\"><variable id=\"averageifs_des\">Returns the arithmetic mean of all cells in a range that satisfy given multiple criteria. The AVERAGEIFS function sums up all the results that match the logical tests and divides this sum by the quantity of selected values.</variable></ahelp>"
-msgstr "<ahelp hid=\".\"><variable id=\"averageifs_des\">የ ቁጥር አማካይ ለ ሁሉም ክፍሎች በ መጠን ውስጥ የ ተሰጠውን በርካታ ሁኔታ የሚያሟላ ይመልሳል: መካከለኝ ከሆነ ተግባር ድምር የ ሁሉንም ውጤቶች ተመሳሳይ ለ logical መሞከሪያ እና ያካፍላል ይህን ድምር በ ተመረጠው የ ዋጋዎች መጠን </variable></ahelp>"
+msgstr "<ahelp hid=\".\"><variable id=\"averageifs_des\">የ ቁጥር አማካይ ለ ሁሉም ክፍሎች በ መጠን ውስጥ የ ተሰጠውን በርካታ ሁኔታ የሚያሟላ ይመልሳል: አማካይ ከሆነ ተግባር ድምር የ ሁሉንም ውጤቶች ተመሳሳይ ለ logical መሞከሪያ እና ያካፍላል ይህን ድምር በ ተመረጠው የ ዋጋዎች መጠን </variable></ahelp>"
#: func_averageifs.xhp
msgctxt ""
@@ -61324,7 +61318,7 @@ msgctxt ""
"par_id21050267713178\n"
"help.text"
msgid "AVERAGEIFS(Average_range; Criterion_range1; Criterion1 [; Criterion_range2; Criterion2 [; ...]])"
-msgstr "መካከለኛ ከሆኑ(መካከለኛ_መጠን; መመዘኛ_መጠን1; መመዘኛ1 [; መመዘኛ_መጠን2; መመዘኛ2 [; ...]])"
+msgstr "አማካይ ከሆኑ(መካከለኛ_መጠን; መመዘኛ_መጠን1; መመዘኛ1 [; መመዘኛ_መጠን2; መመዘኛ2 [; ...]])"
#: func_averageifs.xhp
msgctxt ""
@@ -61380,7 +61374,7 @@ msgctxt ""
"par_id51531273215056\n"
"help.text"
msgid "If a cell in a range of values for calculating the mean is empty or contains text, the function AVERAGEIFS ignores this cell.<br/>If a cell contains TRUE, it is treated as 1, if a cell contains FALSE – as 0 (zero).<br/>If the whole range is empty, contains only text or all values of the range do not satisfy the condition (or any combination of those), the function returns the #DIV/0! error.<br/>If the range of values for calculating the mean and any range for finding criterion have unequal sizes, the function returns err:502."
-msgstr "በ ክፍል ውስጥ የ ዋጋዎች መጠን አማካይ ለማስላት ባዶ ከሆነ ወይንም ጽሁፍ ከያዘ: ተግባር መካከለኛ ቢሆን ይህን ክፍል ይተወዋል:<br/>ክፍሉ እውነት ከያዘ: የሚታየው እንደ 1, ነው: ክፍሉ ሀሰት ከያዘ – እንደ 0 (ዜሮ). ነው:<br/>ጠቅላላ መጠኑ ባዶ ከሆነ: ጽሁፍ ብቻ ከያዘ: ሁሉም ዋጋዎች ለ መጠን ሁኔታውን አያሟሉም: (ወይንም ማንኛውም እነዚህ መቀላቀያዎች): ተግባር ይመልሳል #ማካፈያ በ/0! ስህተት.<br/>የ ዋጋዎች መጠን አማካይ ለማስሊያ እና ማንኛውም መጠን ለ መመዘኛ መፈለጊያ እኩል ያልሆኑ መጠኖች ይኖሩታል: ተግባር ይመልሳል ስህተት:502"
+msgstr "በ ክፍል ውስጥ የ ዋጋዎች መጠን አማካይ ለማስላት ባዶ ከሆነ ወይንም ጽሁፍ ከያዘ: ተግባር አማካይ ከሆነ ይህን ክፍል ይተወዋል:<br/>ክፍሉ እውነት ከያዘ: የሚታየው እንደ 1, ነው: ክፍሉ ሀሰት ከያዘ – እንደ 0 (ዜሮ). ነው:<br/>ጠቅላላ መጠኑ ባዶ ከሆነ: ጽሁፍ ብቻ ከያዘ: ሁሉም ዋጋዎች ለ መጠን ሁኔታውን አያሟሉም: (ወይንም ማንኛውም እነዚህ መቀላቀያዎች): ተግባር ይመልሳል #ማካፈያ በ/0! ስህተት.<br/>የ ዋጋዎች መጠን አማካይ ለማስሊያ እና ማንኛውም መጠን ለ መመዘኛ መፈለጊያ እኩል ያልሆኑ መጠኖች ይኖሩታል: ተግባር ይመልሳል ስህተት:502"
#: func_averageifs.xhp
msgctxt ""
@@ -61404,7 +61398,7 @@ msgctxt ""
"par_id24004653627203\n"
"help.text"
msgid "<item type=\"input\">=AVERAGEIFS(B2:B6;B2:B6;\">=20\")</item>"
-msgstr "<item type=\"input\">=መካከለኛ ከሆኑ(B2:B6;B2:B6;\">=20\")</item>"
+msgstr "<item type=\"input\">=አማካይ ከሆኑ(B2:B6;B2:B6;\">=20\")</item>"
#: func_averageifs.xhp
msgctxt ""
@@ -61420,7 +61414,7 @@ msgctxt ""
"par_id30279247419921\n"
"help.text"
msgid "<item type=\"input\">=AVERAGEIFS(C2:C6;B2:B6;\">=20\";C2:C6;\">70\")</item>"
-msgstr "<item type=\"input\">=AVERAGEIFS(C2:C6;B2:B6;\">=20\";C2:C6;\">70\")</item>"
+msgstr "<item type=\"input\">=አማካይ ከሆኑ(C2:C6;B2:B6;\">=20\";C2:C6;\">70\")</item>"
#: func_averageifs.xhp
msgctxt ""
@@ -61444,7 +61438,7 @@ msgctxt ""
"par_id457966021670\n"
"help.text"
msgid "<item type=\"input\">=AVERAGEIFS(C2:C6;B2:B6;\">\"&MIN(B2:B6);B2:B6;\"<\"&MAX(B2:B6))</item>"
-msgstr "<item type=\"input\">=መካከለኛ ከሆኑ(C2:C6;B2:B6;\">\"&አነስተኛ(B2:B6);B2:B6;\"<\"&ከፍተኛ(B2:B6))</item>"
+msgstr "<item type=\"input\">=አማካይ ከሆኑ(C2:C6;B2:B6;\">\"&አነስተኛ(B2:B6);B2:B6;\"<\"&ከፍተኛ(B2:B6))</item>"
#: func_averageifs.xhp
msgctxt ""
@@ -61460,7 +61454,7 @@ msgctxt ""
"par_id303162761931870\n"
"help.text"
msgid "<item type=\"input\">=AVERAGEIFS(C2:C6;A2:A6;\"pen.*\";B2:B6;\"<\"&MAX(B2:B6))</item>"
-msgstr "<item type=\"input\">=መካከለኛ ከሆኑ(C2:C6;A2:A6;\"ብዕር.*\";B2:B6;\"<\"&ከፍተኛ(B2:B6))</item>"
+msgstr "<item type=\"input\">=አማካይ ከሆኑ(C2:C6;A2:A6;\"ብዕር.*\";B2:B6;\"<\"&ከፍተኛ(B2:B6))</item>"
#: func_averageifs.xhp
msgctxt ""
@@ -61484,7 +61478,7 @@ msgctxt ""
"par_id316794795433\n"
"help.text"
msgid "If you need to change a criterion easily, you may want to specify it in a separate cell and use a reference to this cell in the condition of AVERAGEIFS function. For example, the above function can be rewritten as follows:"
-msgstr "እርስዎ መመዘኛ በ ቀላሉ መቀየር ከ ፈለጉ: እርስዎ መግለጽ አለብዎት በ ተለየ ክፍል ውስጥ እና ማመሳከር አለብዎት ይህን ክፍል በ ሁኔታ ውስጥ በ መካከለኛ ከሆነ ተግባር: ለምሳሌ: የ ላይኛውን ተግባር እንደገና መጻፍ ይቻላል እንደሚከተለው:"
+msgstr "እርስዎ መመዘኛ በ ቀላሉ መቀየር ከ ፈለጉ: እርስዎ መግለጽ አለብዎት በ ተለየ ክፍል ውስጥ እና ማመሳከር አለብዎት ይህን ክፍል በ ሁኔታ ውስጥ በ አማካይ ከሆኑ ተግባር: ለምሳሌ: የ ላይኛውን ተግባር እንደገና መጻፍ ይቻላል እንደሚከተለው:"
#: func_averageifs.xhp
msgctxt ""
@@ -61492,7 +61486,7 @@ msgctxt ""
"par_id67531072426731\n"
"help.text"
msgid "<item type=\"input\">=AVERAGEIFS(C2:C6;A2:A6;E2&\".*\";B2:B6;\"<\"&MAX(B2:B6))</item>"
-msgstr "<item type=\"input\">=መካከለኛ ከሆኑ(C2:C6;A2:A6;E2&\".*\";B2:B6;\"<\"&ከፍተኛ(B2:B6))</item>"
+msgstr "<item type=\"input\">=አማካይ ከሆኑ(C2:C6;A2:A6;E2&\".*\";B2:B6;\"<\"&ከፍተኛ(B2:B6))</item>"
#: func_averageifs.xhp
msgctxt ""
@@ -61524,7 +61518,7 @@ msgctxt ""
"bm_id1102201617201921\n"
"help.text"
msgid "<bookmark_value>colors;numerical values</bookmark_value> <bookmark_value>colors;calculating in spreadsheets</bookmark_value> <bookmark_value>COLOR function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>ቀለሞች: የ ቁጥር ዋጋዎች</bookmark_value> <bookmark_value>ቀለሞች: ማስሊያ በ ሰንጠረዥ ውስጥ</bookmark_value> <bookmark_value>የ ቀለም ተግባር</bookmark_value>"
#: func_color.xhp
msgctxt ""
@@ -61668,7 +61662,7 @@ msgctxt ""
"par_id190621657742\n"
"help.text"
msgid "<emph>Range2</emph> – Optional. Range2 and all the following mean the same as Range1."
-msgstr ""
+msgstr "<emph>መጠን2</emph> – በምርጫ: መጠን2 እና ሁሉም የሚቀጥለው ማለት ተመሳሳይ ነው ከ መጠን1. ጋር"
#: func_countifs.xhp
msgctxt ""
@@ -62560,7 +62554,7 @@ msgctxt ""
"bm_id3152960\n"
"help.text"
msgid "<bookmark_value>EASTERSUNDAY function</bookmark_value>"
-msgstr "<bookmark_value>EASTERSUNDAY function</bookmark_value>"
+msgstr "<bookmark_value>የ ፋሲካ እሑድ ተግባር</bookmark_value>"
#: func_eastersunday.xhp
msgctxt ""
@@ -62665,7 +62659,7 @@ msgctxt ""
"184\n"
"help.text"
msgid "EASTERSUNDAY(2000)+49 returns the internal serial number 36688. The result is 2000-06-11. Format the serial date number as a date, for example in the format YYYY-MM-DD."
-msgstr "የ ፋሲካ እሑድ(2000)+49 ይመልሳል የ ውስጥ መለያ ቁጥር 36688. ይህ ነው ውጤቱ 2000-06-11. አቀራረብ ለ ተከታታይ ቀን ቁጥር እንደ ቀን: ለምሳሌ: በ አቀራረብ YYYY-MM-DD."
+msgstr "የ ፋሲካ እሑድ(2000)+49 ይመልሳል የ ውስጥ መለያ ቁጥር 36688. ይህ ነው ውጤቱ 2000-06-11. አቀራረብ ለ ተከታታይ ቀን ቁጥር እንደ ቀን: ለምሳሌ: በ አቀራረብ አአአአ-ወወ-ቀቀ"
#: func_edate.xhp
msgctxt ""
@@ -63116,7 +63110,7 @@ msgctxt ""
"par_id312932390024933\n"
"help.text"
msgid "<link href=\"text/scalc/05/02140000.xhp\" name=\"Error codes\">Error codes</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/05/02140000.xhp\" name=\"Error codes\">የ ስህተት ኮዶች</link>"
#: func_forecastetsadd.xhp
msgctxt ""
@@ -63364,7 +63358,7 @@ msgctxt ""
"par_id0603201610010044\n"
"help.text"
msgid "FORECAST.ETS.PI.ADD(target, values, timeline, [confidence_level], [period_length], [data_completion], [aggregation])"
-msgstr ""
+msgstr "መገመቻ.ETS.ፓይ.መደመሪያ(ኢላማ: ዋጋዎች: የ ጊዜ መስመር: [መተማመኛ_ደረጃ], [የ ጊዜ_እርዝመት], [ዳታ_መጨረሻ], [ዝቅ ማድረጊያ])"
#: func_forecastetspiadd.xhp
msgctxt ""
@@ -63396,7 +63390,7 @@ msgctxt ""
"hd_id04032016185123\n"
"help.text"
msgid "=FORECAST.ETS.PI.ADD(DATE(2014;1;1);Values;Timeline;0.9;1;TRUE();1)"
-msgstr ""
+msgstr "=መገመቻ.ETS.ፓይ.መደመሪያ(ቀን(2014;1;1);ዋጋዎች: የ ጊዜ መስመር:0.9;1;እውነት();1)"
#: func_forecastetspiadd.xhp
msgctxt ""
@@ -63404,7 +63398,7 @@ msgctxt ""
"hd_id04032016112394554\n"
"help.text"
msgid "Returns 18.8061295551355, the prediction interval for additive forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, 90% (=0.9) confidence level, with one sample per period, no missing data, and AVERAGE as aggregation."
-msgstr ""
+msgstr "ይመልሳል 18.8061295551355, የ መገመቻ ክፍተት ለ መደመሪያ መገመቻ ለ ጥር 2014 መሰረት ባደረገ በ <emph>ዋጋዎች</emph> እና <emph>የ ሰአት መስመር</emph> የ ተሰየሙ መጠኖች ከ ላይ: 90% (=0.9) የ መተማመኛ ደረጃ: በ አንድ ናሙና በ ጊዜ ውስጥ: ምንም የ ጎደለ ዳታ የለም: እና አማካይ እንደ ዝቅ ማድረጊያ"
#: func_forecastetspiadd.xhp
msgctxt ""
@@ -63420,7 +63414,7 @@ msgctxt ""
"hd_id040312316112394554\n"
"help.text"
msgid "Returns 23.4416821953741, the prediction interval for additive forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with confidence level of 0.8, period length of 4, no missing data, and SUM as aggregation."
-msgstr ""
+msgstr "ይመልሳል 23.4416821953741, የ መገመቻ ክፍተት ለ መደመሪያ መገመቻ ለ ጥር 2014 መሰረት ባደረገ በ <emph>ዋጋዎች</emph> እና <emph>የ ሰአት መስመር</emph> የ ተሰየሙ መጠኖች ከ ላይ: በ መተማመኛ ደረጃ 0.8: የ ጊዜ እርዝመት በ 4: ምንም የ ጎደለ ዳታ የለም: እና ድምር እንደ ዝቅ ማድረጊያ"
#: func_forecastetspiadd.xhp
msgctxt ""
@@ -63484,7 +63478,7 @@ msgctxt ""
"par_id0603201610010044\n"
"help.text"
msgid "FORECAST.ETS.PI.MULT(target, values, timeline, [confidence_level], [period_length], [data_completion], [aggregation])"
-msgstr ""
+msgstr "መገመቻ.ETS.ፓይ.በርካታ(ኢላማ: ዋጋዎች: የ ጊዜ መስመር: [መተማመኛ_ደረጃ], [የ ጊዜ_እርዝመት], [ዳታ_መጨረሻ], [ዝቅ ማድረጊያ])"
#: func_forecastetspimult.xhp
msgctxt ""
@@ -63516,7 +63510,7 @@ msgctxt ""
"hd_id04032016185123\n"
"help.text"
msgid "=FORECAST.ETS.PI.MULT(DATE(2014;1;1);Values;Timeline;0.9;1;TRUE();1)"
-msgstr ""
+msgstr "=መገመቻ.ETS.ፓይ.በርካታ(ቀን(2014;1;1);ዋጋዎች: የ ጊዜ መስመር:0.9;1;እውነት();1)"
#: func_forecastetspimult.xhp
msgctxt ""
@@ -63524,7 +63518,7 @@ msgctxt ""
"hd_id04032016112394554\n"
"help.text"
msgid "Returns 20.1040952101013, the prediction interval for multiplicative forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, confidence level of 90% (=0.9) with one sample per period, no missing data, and AVERAGE as aggregation."
-msgstr ""
+msgstr "ይመልሳል 20.1040952101013, የ መገመቻ ክፍተት ለ ማባዣ መገመቻ ለ ጥር 2014 መሰረት ባደረገ በ <emph>ዋጋዎች</emph> እና <emph>የ ሰአት መስመር</emph> የ ተሰየሙ መጠኖች ከ ላይ: የ መተማመኛ ደረጃ: 90% (=0.9) በ አንድ ናሙና በ ጊዜ ውስጥ: ምንም የ ጎደለ ዳታ የለም: እና አማካይ እንደ ዝቅ ማድረጊያ"
#: func_forecastetspimult.xhp
msgctxt ""
@@ -63540,7 +63534,7 @@ msgctxt ""
"hd_id040312316112394554\n"
"help.text"
msgid "Returns 27.5285874381574, the prediction interval for multiplicative forecast for January 2014 based on <emph>Values</emph> and <emph>Timeline</emph> named ranges above, with confidence level of 0.8, period length of 4, no missing data, and SUM as aggregation."
-msgstr ""
+msgstr "ይመልሳል 27.5285874381574, የ መገመቻ ክፍተት ለ ማባዣ መገመቻ ለ ጥር 2014 መሰረት ባደረገ በ <emph>ዋጋዎች</emph> እና <emph>የ ሰአት መስመር</emph> የ ተሰየሙ መጠኖች ከ ላይ: በ መተማመኛ ደረጃ 0.8: የ ጊዜ እርዝመት በ 4: ምንም የ ጎደለ ዳታ የለም: እና ድምር እንደ ዝቅ ማድረጊያ"
#: func_forecastetspimult.xhp
msgctxt ""
@@ -63580,7 +63574,7 @@ msgctxt ""
"par_id0603201617510446\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_FORECAST_ETS_SEA\">Returns the number of samples in period as calculated by Calc in case of FORECAST.ETS functions when argument <emph>period_length</emph> equals 1. </ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_FORECAST_ETS_SEA\">የ ናሙናዎች ቁጥር በ ተወሰነ ጊዜ በ ሰንጠረዥ ውስጥ የ ተሰላውን ይመልሳል በ መገመቻ.ETS ተግባሮች ክርክር ውስጥ <emph>የ ጊዜ_እርዝመት</emph> እኩል ሲሆን ከ 1. </ahelp> ጋር"
#: func_forecastetsseason.xhp
msgctxt ""
@@ -63588,7 +63582,7 @@ msgctxt ""
"par_id0403201618595132\n"
"help.text"
msgid "The same result is returned with FORECAST.ETS.STAT functions when argument <emph>stat_type</emph> equals 9 (and <emph>period_length</emph> equals 1)."
-msgstr ""
+msgstr "ተመሳሳይ ውጤት ይመልሳልለ መገመቻ.ETS.ስታትስቲክስ ተግባር ክርክር ለ <emph>ስታትስቲክስ_አይነት</emph> እኩል ሲሆን ከ 9 (እና <emph>የ ጊዜ_እርዝመት</emph> እኩል ሲሆን ከ 1) ጋር"
#: func_forecastetsseason.xhp
msgctxt ""
@@ -64117,7 +64111,7 @@ msgctxt ""
"par_id18472284929530\n"
"help.text"
msgid "<item type=\"input\">=IMCOT(2)</item><br/>returns -0.457657554360286 as a string. <embedvar href=\"text/scalc/01/ful_func.xhp#func_imag_zero\"/>"
-msgstr "<item type=\"input\">=የ ውስብስብ ቁጥር ኮታንጀንት(2)</item><br/>ይመልሳል -0.416146836547142 እንደ ሀረግ <embedvar href=\"text/scalc/01/ful_func.xhp#func_imag_zero\"/>"
+msgstr "<item type=\"input\">=የ ውስብስብ ቁጥር ኮታንጀንት(2)</item><br/>ይመልሳል 0.457657554360286 እንደ ሀረግ <embedvar href=\"text/scalc/01/ful_func.xhp#func_imag_zero\"/>"
#: func_imcsc.xhp
msgctxt ""
@@ -64637,16 +64631,15 @@ msgctxt ""
"tit\n"
"help.text"
msgid "ISOWEEKNUM"
-msgstr ""
+msgstr "ISO የ ሳምንት ቁጥር"
#: func_isoweeknum.xhp
-#, fuzzy
msgctxt ""
"func_isoweeknum.xhp\n"
"bm_id3159161\n"
"help.text"
msgid "<bookmark_value>ISOWEEKNUM function</bookmark_value>"
-msgstr "<bookmark_value>WEEKNUM function</bookmark_value>"
+msgstr "<bookmark_value>ISO የ ሳምንት ቁጥር ተግባር</bookmark_value>"
#: func_isoweeknum.xhp
msgctxt ""
@@ -64672,7 +64665,7 @@ msgctxt ""
"par_idN105E4\n"
"help.text"
msgid "The International Standard ISO 8601 has decreed that Monday shall be the first day of the week. A week that lies partly in one year and partly in another is assigned a number in the year in which most of its days lie. That means that week number 1 of any year is the week that contains the January 4th."
-msgstr ""
+msgstr "በ አለም አቀፍ ደረጃ ISO 8601 ተስማምተዋል ሰኞ የ ሳምንቱ መጀመሪያ ንዲሆን: ሳምንት የሚውል ግማሹ በ አንድ አመት ውስጥ እና ሌላው ግማሽ በ ሌላ አመት ውስጥ የሚውል የሚመደበው በ አመት ውስጥ ነው በርካታ ቀኖቹ በሚውሉበት ነው: ይህ ማለት የ ሳምንት ቁጥር 1 የ ማንኛውም አመት ጥር 4ኛ የሚይዘው ነው"
#: func_isoweeknum.xhp
msgctxt ""
@@ -64717,7 +64710,7 @@ msgctxt ""
"64\n"
"help.text"
msgid "=ISOWEEKNUM(DATE(1995;1;1)) returns 52. Week 1 starts on Monday, 1995-01-02."
-msgstr "=ISOየ ሳምንት ቁጥር(ቀን(1995;1;1);21) ይመልሳል 52 ሳምንት 1 የሚጀምረው ሰኞ ነው 1995-01-02."
+msgstr "=ISOየ ሳምንት ቁጥር(ቀን(1995;1;1)) ይመልሳል 52 ሳምንት 1 የሚጀምረው ሰኞ ነው 1995-01-02."
#: func_isoweeknum.xhp
msgctxt ""
@@ -64919,7 +64912,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "NETWORKDAYS.INTL"
-msgstr ""
+msgstr "የ ኔትዎርክ ቀኖች.አለም አቀፍ"
#: func_networkdays.intl.xhp
msgctxt ""
@@ -64927,7 +64920,7 @@ msgctxt ""
"bm_id231020162321219565\n"
"help.text"
msgid "<bookmark_value>NETWORKDAYS.INTL function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>የ ኔትዎርክ ቀኖች.አለም አቀፍ ተግባር</bookmark_value>"
#: func_networkdays.intl.xhp
msgctxt ""
@@ -64935,7 +64928,7 @@ msgctxt ""
"hd_id231020162211573602\n"
"help.text"
msgid "<variable id=\"networkdaysintl\"><link href=\"text/scalc/01/func_networkdays.intl.xhp\">NETWORKDAYS.INTL</link></variable>"
-msgstr ""
+msgstr "<variable id=\"networkdaysintl\"><link href=\"text/scalc/01/func_networkdays.intl.xhp\">የ ኔትዎርክ ቀኖች.አለም አቀፍ</link></variable>"
#: func_networkdays.intl.xhp
msgctxt ""
@@ -64943,7 +64936,7 @@ msgctxt ""
"par_id231020162213393086\n"
"help.text"
msgid "<ahelp hid=\".\">Returns the number of workdays between a start date and an end date. There are options to define weekend days and holidays. The optional weekend parameter (or a string) can be used to define the weekend days (or the non-working days in each week). Also, optionally, the user can define a holiday list. The weekend days and user-defined holidays are not counted as working days.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">የ ስራ ቀኖች ይመልሳል በ መጀመሪያ ቀን እና በ መጨረሻ ቀን መካከል ውስጥ ያሉትን: እርስዎ ምርጫዎች መግለጽ ይችላሉ የ ሳምንቱ መጨረሻ ቀኖች እና የ አመት በአሎች: የ ሳምንቱ መጨረሻ ደንብ (ወይንም ሀረግ) መጠቀም ይችላሉ ለ መግለጽ የ ሳምንቱ መጨረሻ ቀኖች (ወይንም የ ምንም-ስራ የለም ቀኖች በ እያንዳንዱ ሳምንት ውስጥ). እንዲሁም በ ምርጫ ተጠቃሚው መግለጽ ይችላል የ አመት በአሎች ዝርዝር: የ ሳምንቱ መጨረሻ ቀኖች እና በ ተጠቃሚ-የሚገለጽ የ አመት በአሎች አይቆጠሩም እንደ የ ስራ ቀኖች </ahelp>"
#: func_networkdays.intl.xhp
msgctxt ""
@@ -64951,7 +64944,7 @@ msgctxt ""
"par_id231020162213395472\n"
"help.text"
msgid "Syntax"
-msgstr ""
+msgstr "አገባብ"
#: func_networkdays.intl.xhp
msgctxt ""
@@ -64959,7 +64952,7 @@ msgctxt ""
"par_id231020162249539143\n"
"help.text"
msgid "<item type=\"literal\">NETWORKDAYS.INTL(StartDate; EndDate; Weekend; Holidays)</item>"
-msgstr ""
+msgstr "<item type=\"literal\">የ ኔትዎርክ ቀኖች.አለም አቀፍ(መጀመሪያ ቀን: መጨረሻ ቀን: የ ሳምንት መጨረሻ: የ አመት በአሎች)</item>"
#: func_networkdays.intl.xhp
msgctxt ""
@@ -64975,7 +64968,7 @@ msgctxt ""
"par_id231020162249536398\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 ""
+msgstr "<emph>መጨረሻ ቀን</emph> ስሌቱ እስከሚፈጸምበት ድረስ ያለው መጨረሻ ቀን ነው: የ መጨረሻው ቀን የ ስራ ቀን ከሆነ በ ስሌቱ ውስጥ ይካተታል"
#: func_networkdays.intl.xhp
msgctxt ""
@@ -64983,7 +64976,7 @@ msgctxt ""
"hd_id231020162249551873\n"
"help.text"
msgid "Example"
-msgstr ""
+msgstr "ለምሳሌ"
#: func_networkdays.intl.xhp
msgctxt ""
@@ -64999,7 +64992,7 @@ msgctxt ""
"par_id231020162249551234\n"
"help.text"
msgid "<item type=\"literal\">=NETWORKDAYS.INTL(C3;D3;;F3:J3)</item> returns 21 workdays with default for weekend days."
-msgstr ""
+msgstr "<item type=\"literal\">=የ ኔትዎርክ ቀኖች.አለም አቀፍ(C3;D3;;F3:J3)</item> ይመልሳል 21 የ ስራ ቀኖች ከ ነባር የ ሳምንቱ መጨረሻ ቀኖች ጋር"
#: func_networkdays.intl.xhp
msgctxt ""
@@ -65007,7 +65000,7 @@ msgctxt ""
"par_id231020162249553109\n"
"help.text"
msgid "<item type=\"literal\">=NETWORKDAYS.INTL(C3;D3;11;F3:J3)</item> returns 24 workdays with Sunday only weekends."
-msgstr ""
+msgstr "<item type=\"literal\">=የ ኔትዎርክ ቀኖች.አለም አቀፍ(C3;D3;11;F3:J3)</item> ይመልሳል 24 የ ስራ ቀኖች እሑድ ብቻ እንደ የ ሳምንቱ መጨረሻ ጋር"
#: func_networkdays.intl.xhp
msgctxt ""
@@ -65015,7 +65008,7 @@ msgctxt ""
"par_id231020162249557786\n"
"help.text"
msgid "Alternatively, use the weekend string “0000001” to define Sunday as the non-working day of every week."
-msgstr ""
+msgstr "በ አማራጭ: ይጠቀሙ የ ሳምንት መጨረሻ ሀረግ “0000001” ለ መግለጽ እሑድ እንደ ምንም-የ ስራ ቀን አይደለም በየ ሳምንቱ"
#: func_networkdays.intl.xhp
msgctxt ""
@@ -65023,7 +65016,7 @@ msgctxt ""
"par_id231020162249553409\n"
"help.text"
msgid "<item type=\"literal\">=NETWORKDAYS.INTL(C3;D3;“0000001”;F3:J3)</item> returns 24 workdays with Sunday only weekend."
-msgstr ""
+msgstr "<item type=\"literal\">=የ ኔትዎርክ ቀኖች.አለም አቀፍ(C3;D3;“0000001”;F3:J3)</item> ይመልሳል 24 የ ስራ ቀኖች እሑድ ብቻ እንደ የ ሳምንቱ መጨረሻ ጋር"
#: func_networkdays.intl.xhp
msgctxt ""
@@ -65031,7 +65024,7 @@ msgctxt ""
"par_id231020162249556946\n"
"help.text"
msgid "The function can be used without the two optional parameters – weekday and holidays – by leaving them out:"
-msgstr ""
+msgstr "ተግባር መጠቀም ይችላሉ ያለ ሁለቱ ምርጫ ደንቦች – የ ስራ ቀን እና የ አመት በአሎች – በ መተው:"
#: func_networkdays.intl.xhp
msgctxt ""
@@ -65039,7 +65032,7 @@ msgctxt ""
"par_id23102016224955931\n"
"help.text"
msgid "<item type=\"literal\">=NETWORKDAYS.INTL(C3;D3)</item> gives 22 working days."
-msgstr ""
+msgstr "<item type=\"literal\">=የ ኔትዎርክ ቀኖች.አለም አቀፍ(C3;D3)</item> ይመልሳል 22 የ ስራ ቀኖች"
#: func_networkdays.intl.xhp
msgctxt ""
@@ -65047,7 +65040,7 @@ msgctxt ""
"par_id231020162253594361\n"
"help.text"
msgid "<link href=\"text/scalc/01/func_networkdays.xhp\">NETWORKDAYS</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/func_networkdays.xhp\">የ ኔትዎርክ ቀኖች</link>"
#: func_networkdays.intl.xhp
msgctxt ""
@@ -65055,7 +65048,7 @@ msgctxt ""
"par_id241020160012187036\n"
"help.text"
msgid "<link href=\"text/scalc/01/func_workdays.intl.xhp\">WORKDAYS.INTL</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/func_workdays.intl.xhp\">የ ስራ ቀኖች.አለም አቀፍ</link>"
#: func_networkdays.intl.xhp
msgctxt ""
@@ -65063,7 +65056,7 @@ msgctxt ""
"par_id241030160012187036\n"
"help.text"
msgid "<link href=\"text/scalc/01/func_workday.xhp\">WORKDAYS</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/func_workday.xhp\">የ ስራ ቀኖች</link>"
#: func_networkdays.intl.xhp
msgctxt ""
@@ -65071,7 +65064,7 @@ msgctxt ""
"par_id23102016225717242\n"
"help.text"
msgid "<link href=\"text/scalc/01/04060102.xhp\">Date functions</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/04060102.xhp\">የ ቀን ተግባር</link>"
#: func_networkdays.xhp
msgctxt ""
@@ -65095,7 +65088,7 @@ msgctxt ""
"hd_id3151254\n"
"help.text"
msgid "<variable id=\"networkdays\"><link href=\"text/scalc/01/func_networkdays.xhp\">NETWORKDAYS</link></variable>"
-msgstr ""
+msgstr "<variable id=\"networkdays\"><link href=\"text/scalc/01/func_networkdays.xhp\">የ ኔትዎርክ ቀኖች</link></variable>"
#: func_networkdays.xhp
msgctxt ""
@@ -65103,7 +65096,7 @@ msgctxt ""
"par_id3153788\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 ""
+msgstr "<ahelp hid=\"HID_AAI_FUNC_NETWORKDAYS\">የ ስራ ቀኖች ቁጥር ይመልሳል በ <emph>መጀመሪያ ቀን እና በ መጨረሻ ቀን መካከል </emph> አመት በአሎች መቀነስ ይቻላል </ahelp>"
#: func_networkdays.xhp
msgctxt ""
@@ -65111,7 +65104,7 @@ msgctxt ""
"hd_id3148677\n"
"help.text"
msgid "Syntax"
-msgstr ""
+msgstr "አገባብ"
#: func_networkdays.xhp
msgctxt ""
@@ -65135,7 +65128,7 @@ msgctxt ""
"par_id3151110\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 ""
+msgstr "<emph>መጨረሻ ቀን</emph> ስሌቱ የሚጨረስበት ቀን ነው: የ መጨረሻው ቀን የ ስራ ቀን ከሆነ: ቀኑ በ ስሌቱ ውስጥ ይካተታል"
#: func_networkdays.xhp
msgctxt ""
@@ -65151,7 +65144,7 @@ msgctxt ""
"par_id160920161749585013\n"
"help.text"
msgid "<emph>Workdays</emph> is an optional list of number values defining standard work week. This list starts by Sunday, workdays are indicated by zero and non-working days by non-zero value."
-msgstr ""
+msgstr "<emph>የ ስራ ቀኖች</emph> በ ምርጫ ዝርዝር ነው ለዋጋዎች ቁጥር ለሚገልጹ መደበኛ የ ስራ ሳምንት: ይህ ዝርዝር የሚጀምረው ከ እሑድ ነው: የ ስራ ቀኖች የሚታዩት በ ዜሮ ነው እና ምንም-የ ስራ ቀን ያልሆኑ ቀኖች በ ምንም-ዜሮ ዋጋ"
#: func_networkdays.xhp
msgctxt ""
@@ -65159,7 +65152,7 @@ msgctxt ""
"hd_id3146902\n"
"help.text"
msgid "Examples"
-msgstr ""
+msgstr "ለምሳሌ"
#: func_networkdays.xhp
msgctxt ""
@@ -65175,7 +65168,7 @@ msgctxt ""
"par_id3147328\n"
"help.text"
msgid "<item type=\"input\">=NETWORKDAYS(C3;D3;F3:J3)</item> returns 17 workdays."
-msgstr ""
+msgstr "<item type=\"input\">=የ ኔትዎርክ ቀኖች(C3;D3;F3:J3)</item> ይመልሳል 17 የ ስራ ቀኖች"
#: func_networkdays.xhp
msgctxt ""
@@ -65191,7 +65184,7 @@ msgctxt ""
"par_id160920161751235483\n"
"help.text"
msgid "<item type=\"input\">=NETWORKDAYS(DATE(2016;9;12); DATE(2016;9;25); ; {1;0;0;0;1;1;1})</item> returns 6 workdays."
-msgstr ""
+msgstr "<item type=\"input\">=የ ኔትዎርክ ቀኖች(ቀን(2016;9;12); ቀን(2016;9;25); ; {1;0;0;0;1;1;1})</item> ይመልሳል 6 የ ስራ ቀኖች"
#: func_networkdays.xhp
msgctxt ""
@@ -65199,7 +65192,7 @@ msgctxt ""
"par_id241020160012187036\n"
"help.text"
msgid "<link href=\"text/scalc/01/func_networkdays.intl.xhp\">NETWORKDAYS.INTL</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/func_networkdays.intl.xhp\">የ ኔትዎርክ ቀኖች.አለም አቀፍ</link>"
#: func_networkdays.xhp
msgctxt ""
@@ -65207,7 +65200,7 @@ msgctxt ""
"par_id241070160012187036\n"
"help.text"
msgid "<link href=\"text/scalc/01/func_workdays.intl.xhp\">WORKDAYS.INTL</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/func_workdays.intl.xhp\">የ ኔትዎርክ ቀኖች.አለም አቀፍ</link>"
#: func_networkdays.xhp
msgctxt ""
@@ -65215,7 +65208,7 @@ msgctxt ""
"par_id241030160012187036\n"
"help.text"
msgid "<link href=\"text/scalc/01/func_workday.xhp\">WORKDAYS</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/func_workday.xhp\">የ ስራ ቀኖች</link>"
#: func_networkdays.xhp
msgctxt ""
@@ -65223,7 +65216,7 @@ msgctxt ""
"par_id23102016225717242\n"
"help.text"
msgid "<link href=\"text/scalc/01/04060102.xhp\">Date functions</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/04060102.xhp\">የ ቀን ተግባር</link>"
#: func_now.xhp
msgctxt ""
@@ -65344,7 +65337,7 @@ msgctxt ""
"20\n"
"help.text"
msgid "Constraints: LEN(decimal_separator) = 1, decimal_separator shall not appear in group_separator"
-msgstr ""
+msgstr "መከልከያ: እርዝመት(የ ዴሲማል_መለያያ) = 1, የ ዴሲማል_መለያያ መታየት የለበትም በ ቡድን_መለያያ ውስጥ"
#: func_numbervalue.xhp
msgctxt ""
@@ -65503,16 +65496,15 @@ msgctxt ""
"tit\n"
"help.text"
msgid "SKEWP function"
-msgstr ""
+msgstr "የ ሕዝብ ስርጭት የሚያጋድልበት ተግባር"
#: func_skewp.xhp
-#, fuzzy
msgctxt ""
"func_skewp.xhp\n"
"bm_id1102201617201921\n"
"help.text"
msgid "<bookmark_value>skewness;population</bookmark_value> <bookmark_value>SKEWP function</bookmark_value>"
-msgstr "<bookmark_value>የ ወረቀቶች ቁጥር: ተግባር</bookmark_value> <bookmark_value>የ ወረቀቶች ተግባር</bookmark_value>"
+msgstr "<bookmark_value>ስርጭት የሚያጋድልበት: የ ሕዝብ</bookmark_value> <bookmark_value>የ ሕዝብ ስርጭት የሚያጋድልበት ተግባር</bookmark_value>"
#: func_skewp.xhp
msgctxt ""
@@ -65528,16 +65520,15 @@ msgctxt ""
"par_id1102201617001848\n"
"help.text"
msgid "<ahelp hid=\".\">Calculates the skewness of a distribution using the population of a random variable.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">የ ሕዝብ በ ደፈናው ተለዋዋጭ በ መጠቀም ስርጭት የሚያጋድልበት ያሰላል </ahelp>"
#: func_skewp.xhp
-#, fuzzy
msgctxt ""
"func_skewp.xhp\n"
"par_id27421466710275\n"
"help.text"
msgid "SKEWP(Number1; Number2;..., Number30)"
-msgstr "ድምር(ቁጥር1; ቁጥር2; ...; ቁጥር30)"
+msgstr "የ ሕዝብ ስርጭት የሚያጋድልበት(ቁጥር1; ቁጥር2; ...; ቁጥር30)"
#: func_skewp.xhp
msgctxt ""
@@ -65553,7 +65544,7 @@ msgctxt ""
"par_id242131304315587\n"
"help.text"
msgid "Calculates the skewness of a distribution using the population, i.e. the possible outcomes, of a random variable. The sequence shall contain three numbers at least."
-msgstr ""
+msgstr "ማስሊያ ስርጭቱ የሚያጋድልበት ሕዝብ በ መጠቀም: ይህ ማለት: የሚቻለው ውጤት: በ ደፈናው ተለዋውጭ ነው: ቅደም ተከተሉ ቢያንስ ሶስት ቁጥሮች መያዝ አለበት"
#: func_skewp.xhp
msgctxt ""
@@ -65561,7 +65552,7 @@ msgctxt ""
"par_id1102201617001888\n"
"help.text"
msgid "<item type=\"literal\">SKEWP(2;3;1;6;8;5)</item> returns 0.2828158928"
-msgstr ""
+msgstr "<item type=\"literal\">የ ሕዝብ ስርጭት የሚያጋድልበት(2;3;1;6;8;5)</item> ይመልሳል 0.2828158928"
#: func_skewp.xhp
msgctxt ""
@@ -65569,7 +65560,7 @@ msgctxt ""
"par_id1102201618185378\n"
"help.text"
msgid "<item type=\"literal\">SKEWP(A1:A6)</item> returns 0.2828158928, when the range A1:A6 contains {2;3;1;6;8;5}"
-msgstr ""
+msgstr "<item type=\"literal\">የ ሕዝብ ስርጭት የሚያጋድልበት(A1:A6)</item> ይመልሳል 0.2828158928, መጠን A1:A6 ሲይዝ {2;3;1;6;8;5}"
#: func_skewp.xhp
msgctxt ""
@@ -65577,7 +65568,7 @@ msgctxt ""
"par_id1102201618185326\n"
"help.text"
msgid "<item type=\"literal\">SKEWP(Number1;Number2)</item> returns zero always, if Number1 and Number2 results in two numbers."
-msgstr ""
+msgstr "<item type=\"literal\">የ ሕዝብ ስርጭት የሚያጋድልበት(ቁጥር1;ቁጥር2)</item> ሁል ጊዜ ዜሮ ይመልሳል: የ ቁጥር1 እና ቁጥር2 ውጤት ሁለት ቁጥር ከሆነ"
#: func_skewp.xhp
msgctxt ""
@@ -65585,7 +65576,7 @@ msgctxt ""
"par_id1102201618188326\n"
"help.text"
msgid "<item type=\"literal\">SKEWP(Number1)</item> returns Err:502 (Invalid argument) if Number1 results in one number, because SKEWP cannot be calculated with one value."
-msgstr ""
+msgstr "<item type=\"literal\">የ ሕዝብ ስርጭት የሚያጋድልበት(ቁጥር1)</item> ይመልሳል ስህተት:502 (ዋጋ የሌለው ክርክር) ይህ ቁጥር1 ውጤቱ አንድ ቁጥር ከሆነ: ምክንያቱም የ ሕዝብ ስርጭት የሚያጋድልበት በ አንድ ቁጥር ማስላት አይቻልም"
#: func_skewp.xhp
msgctxt ""
@@ -65593,7 +65584,7 @@ msgctxt ""
"par_id14337286612130\n"
"help.text"
msgid "<link href=\"text/scalc/01/04060185.xhp#skew\">SKEW</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/04060185.xhp#skew\">ስርጭቱ የሚያጋድልበት</link>"
#: func_sumifs.xhp
msgctxt ""
@@ -66218,7 +66209,7 @@ msgctxt ""
"186\n"
"help.text"
msgid "FILTERXML"
-msgstr ""
+msgstr "የ XML ማጣሪያ"
#: func_webservice.xhp
msgctxt ""
@@ -66281,7 +66272,7 @@ msgctxt ""
"195\n"
"help.text"
msgid "=FILTERXML(WEBSERVICE(\"http://api.openweathermap.org/data/2.5/forecast?q=Copenhagen,dk&mode=xml&units=metric\");\"number(/weatherdata/forecast/time[2]/temperature/@value)\")"
-msgstr ""
+msgstr "=የ XML ማጣሪያ(WEBSERVICE(\"http://api.openweathermap.org/data/2.5/forecast?q=Copenhagen,dk&mode=xml&units=metric\");\"number(/weatherdata/forecast/time[2]/temperature/@value)\")"
#: func_webservice.xhp
msgctxt ""
@@ -66438,7 +66429,7 @@ msgctxt ""
"bm_id3159161\n"
"help.text"
msgid "<bookmark_value>WEEKNUM function</bookmark_value>"
-msgstr "<bookmark_value>WEEKNUM function</bookmark_value>"
+msgstr "<bookmark_value>የ ሳምንት ቁጥር ተግባር</bookmark_value>"
#: func_weeknum.xhp
msgctxt ""
@@ -67011,7 +67002,7 @@ msgctxt ""
"par_id231020162253594361\n"
"help.text"
msgid "<link href=\"text/scalc/01/func_networkdays.xhp\">NETWORKDAYS</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/func_networkdays.xhp\">የ ኔትዎርክ ቀኖች</link>"
#: func_workday.xhp
msgctxt ""
@@ -67019,7 +67010,7 @@ msgctxt ""
"par_id241020160012187036\n"
"help.text"
msgid "<link href=\"text/scalc/01/func_networkdays.intl.xhp\">NETWORKDAYS.INTL</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/func_networkdays.intl.xhp\">የ ኔትዎርክ ቀኖች.አለም አቀፍ</link>"
#: func_workday.xhp
msgctxt ""
@@ -67027,7 +67018,7 @@ msgctxt ""
"par_id241030160012187036\n"
"help.text"
msgid "<link href=\"text/scalc/01/func_workdays.intl.xhp\">WORKDAYS.INTL</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/func_workdays.intl.xhp\">የ ስራ ቀኖች.አለም አቀፍ</link>"
#: func_workday.xhp
msgctxt ""
@@ -67035,7 +67026,7 @@ msgctxt ""
"par_id23102016225717242\n"
"help.text"
msgid "<link href=\"text/scalc/01/04060102.xhp\">Date functions</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/04060102.xhp\">የ ቀን ተግባር</link>"
#: func_workdays.intl.xhp
msgctxt ""
@@ -67043,7 +67034,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "WORKDAYS.INTL"
-msgstr ""
+msgstr "የ ስራ ቀኖች.አለም አቀፍ"
#: func_workdays.intl.xhp
msgctxt ""
@@ -67051,7 +67042,7 @@ msgctxt ""
"bm_id231020162341219565\n"
"help.text"
msgid "<bookmark_value>WORKDAYS.INTL function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>የ ስራ ቀኖች.አለም አቀፍ ተግባር</bookmark_value>"
#: func_workdays.intl.xhp
msgctxt ""
@@ -67059,7 +67050,7 @@ msgctxt ""
"hd_id231020162348002143\n"
"help.text"
msgid "<variable id=\"workdaysintl\"><link href=\"text/scalc/01/func_workdays.intl.xhp\">WORKDAYS.INTL</link></variable>"
-msgstr ""
+msgstr "<variable id=\"workdaysintl\"><link href=\"text/scalc/01/func_workdays.intl.xhp\">የ ስራ ቀኖች.አለም አቀፍ</link></variable>"
#: func_workdays.intl.xhp
msgctxt ""
@@ -67067,7 +67058,7 @@ msgctxt ""
"par_id23102016234837285\n"
"help.text"
msgid "<ahelp hid=\".\">The result is a date number that can be formatted as a date. User can see the date of a day that is a certain number of workdays away from the start date (before or after). There are options to define weekend days and holidays. The optional weekend parameter (or a string) can be used to define the weekend days (or the non-working days in each week). Also, optionally, the user can define a holiday list. The weekend days and user-defined holidays are not counted as working days.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">ውጤቱ የ ቀን ቁጥር ነው እንደ ቀን የሚቀርብ: ተጠቃሚው ቀን ማየት ይችላል የ ቀን ቁጥር ለ ስራ ሳምንት ከ መጀመሪያው ቀን በፊት ( በፊት ወይንም በኋላ). የ ሳምንት ቀን እና የ አመት በአሎች ለ መግለጽ ምርጫዎች አሉ: በ ምርጫ የ ሳምንት መጨረሻ ደንብ (ወይንም ሀረግ) መጠቀም ይችላል ለ መግለጽ የ ሳምንት መጨረሻ ቀኖች (ወይንም ምንም-የ ስራ ቀን ያልሆኑ ቀኖች በ እያንዳንዱ ሳምንት ውስጥ). እንዲሁም በ ምርጫ: ተጠቃሚ መግለጽ ይችላል የ አመት በአሎች ዝርዝር: የ ሳምንት መጨረሻ ቀኖች እና በ ተጠቃሚ-የሚገልጽ የ አመት በአሎች እንደ የ ስራ ቀኖች አይቆጠሩም </ahelp>"
#: func_workdays.intl.xhp
msgctxt ""
@@ -67075,7 +67066,7 @@ msgctxt ""
"hd_id241020160008306802\n"
"help.text"
msgid "Syntax"
-msgstr ""
+msgstr "አገባብ"
#: func_workdays.intl.xhp
msgctxt ""
@@ -67083,7 +67074,7 @@ msgctxt ""
"par_id241020160008306838\n"
"help.text"
msgid "<item type=\"literal\">WORKDAY.INTL(StartDate; Days; Weekend; Holidays)</item>"
-msgstr ""
+msgstr "<item type=\"literal\">የ ስራ ቀን.አለም አቀፍ(መጀመሪያ ቀን:ቀኖች: የ ሳምንቱ መጨረሻ: የ አመት በአሎች)</item>"
#: func_workdays.intl.xhp
msgctxt ""
@@ -67099,7 +67090,7 @@ msgctxt ""
"par_id241020160008305329\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 ""
+msgstr "<emph>ቀኖች</emph> የ ስራ ቀኖች ቁጥር ነው: ለ አዎንታዊ ዋጋ ውጤት ከ መጀመሪያ ቀን በኋላ: ለ አሉታዊ ዋጋ ውጤት ከ መጀመሪያ ቀን በፊት:"
#: func_workdays.intl.xhp
msgctxt ""
@@ -67107,7 +67098,7 @@ msgctxt ""
"hd_id241020160012172138\n"
"help.text"
msgid "Example"
-msgstr ""
+msgstr "ለምሳሌ"
#: func_workdays.intl.xhp
msgctxt ""
@@ -67115,7 +67106,7 @@ msgctxt ""
"par_id241020160012177196\n"
"help.text"
msgid "What date comes 20 workdays after December 13, 2016? Enter the start date in C3 and the number of workdays in D3."
-msgstr ""
+msgstr "ምን ቀን ላይ ነው የሚውለው ከ 20 የ ስራ ቀኖች በኋላ ታሕሳስ 13, 2016? የ መጀመሪያውን ቀን ያስገቡ በ C3 እና የ ስራ ቀኖች በ D3. ውስጥ"
#: func_workdays.intl.xhp
msgctxt ""
@@ -67123,7 +67114,7 @@ msgctxt ""
"par_id241020160012178429\n"
"help.text"
msgid "The weekend parameter (number) may be left blank or defined as 1 for default weekend (non-working days) – Saturday and Sunday."
-msgstr ""
+msgstr "የ ሳምንቱ መጨረሻ (ቁጥር) ባዶ መተው ይቻለል ወይንም መግለጽ እንደ 1 ለ ነባር ሳምንት (ምንም-የ ስራ ቀን አይደለም) – ቅዳሜ እና እሑድ"
#: func_workdays.intl.xhp
msgctxt ""
@@ -67139,7 +67130,7 @@ msgctxt ""
"par_id241020160012177923\n"
"help.text"
msgid "<item type=\"literal\">=WORKDAY.INTL(C3;D3;;F3:J3)</item> returns January 11, 2017 in the result cell, say D6 (use date format for the cell)."
-msgstr ""
+msgstr "<item type=\"literal\">=የ ስራ ቀን.አለም አቀፍ(C3;D3;;F3:J3)</item> ይመልሳል ጥር 11, 2017 በ ውጤት ክፍል ውስጥ: እንበል D6 (የ ቀን አቀራረብ ለ ክፍል ይጠቀሙ)."
#: func_workdays.intl.xhp
msgctxt ""
@@ -67147,7 +67138,7 @@ msgctxt ""
"par_id24102016001217206\n"
"help.text"
msgid "To define Friday and Saturday as weekend days, use the weekend parameter 7."
-msgstr ""
+msgstr "ለ መግለጽ አርብ እና ቅዳሜ እንደ የ ሳምንቱ መጨረሻ ቀኖች: ይጠቀሙ የ ሳምንቱ መጨረሻ ደንብ 7"
#: func_workdays.intl.xhp
msgctxt ""
@@ -67155,7 +67146,7 @@ msgctxt ""
"par_id241020160012178562\n"
"help.text"
msgid "<item type=\"literal\">=WORKDAY.INTL(C3;D3;7;F3:J3)</item> returns January 15, 2017 with weekend parameter 7."
-msgstr ""
+msgstr "<item type=\"literal\">=የ ስራ ቀን.አለም አቀፍ(C3;D3;7;F3:J3)</item> ይመልሳል ጥር 15, 2017 ከ ሳምንቱ መጨረሻ ደንብ ጋር 7."
#: func_workdays.intl.xhp
msgctxt ""
@@ -67163,7 +67154,7 @@ msgctxt ""
"par_id241020160012176149\n"
"help.text"
msgid "To define Sunday only the weekend day, use the weekend parameter 11."
-msgstr ""
+msgstr "ለ መግለጽ እሑድ ብቻ እንደ የ ሳምንቱ መጨረሻ ቀን: ይጠቀሙ የ ሳምንቱ መጨረሻ ደንብ 11."
#: func_workdays.intl.xhp
msgctxt ""
@@ -67171,7 +67162,7 @@ msgctxt ""
"par_id241020160012181455\n"
"help.text"
msgid "<item type=\"literal\">=WORKDAY.INTL(C3;D3;11;F3:J3)</item> returns January 9, 2017."
-msgstr ""
+msgstr "<item type=\"literal\">=የ ስራ ቀን.አለም አቀፍ(C3;D3;11;F3:J3)</item> ይመልሳል ጥር 9, 2017."
#: func_workdays.intl.xhp
msgctxt ""
@@ -67179,7 +67170,7 @@ msgctxt ""
"par_id24102016001218469\n"
"help.text"
msgid "Alternatively, use the weekend string “0000001” for Sunday only weekend."
-msgstr ""
+msgstr "በ አማራጭ: ይጠቀሙ የ ሳምንቱ መጨረሻ ሀረግ “0000001” ለ እሑድ ብቻ የ ሳምንቱ መጨረሻ"
#: func_workdays.intl.xhp
msgctxt ""
@@ -67187,7 +67178,7 @@ msgctxt ""
"par_id241020160012183680\n"
"help.text"
msgid "<item type=\"literal\">=WORKDAY.INTL(C3;D3;“0000001”;F3:J3)</item> returns January 9, 2017."
-msgstr ""
+msgstr "<item type=\"literal\">=የ ስራ ቀን.አለም አቀፍ(C3;D3;“0000001”;F3:J3)</item> ይመልሳል ጥር 9, 2017."
#: func_workdays.intl.xhp
msgctxt ""
@@ -67195,7 +67186,7 @@ msgctxt ""
"par_id241020160012181870\n"
"help.text"
msgid "The function can be used without the two optional parameters – Weekday and Holidays – by leaving them out:"
-msgstr ""
+msgstr "ተግባር መጠቀም ይቻላል ያለ ሁለቱም ምርጫዎች ደንቦች – የ ስራ ቀን እና የ አመት በአሎች – ሁለቱንም በ መተው:"
#: func_workdays.intl.xhp
msgctxt ""
@@ -67203,7 +67194,7 @@ msgctxt ""
"par_id241020160012182048\n"
"help.text"
msgid "<item type=\"literal\">=WORKDAY.INTL(C3;D3)</item> gives the result: January 10, 2017."
-msgstr ""
+msgstr "<item type=\"literal\">=የ ስራ ቀን.አለም አቀፍ(C3;D3)</item> ይመልሳል ውጤት: ጥር 10, 2017."
#: func_workdays.intl.xhp
msgctxt ""
@@ -67211,7 +67202,7 @@ msgctxt ""
"par_id231020162253594361\n"
"help.text"
msgid "<link href=\"text/scalc/01/func_networkdays.xhp\">NETWORKDAYS</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/func_networkdays.xhp\">የ ኔትዎርክ ቀኖች</link>"
#: func_workdays.intl.xhp
msgctxt ""
@@ -67219,7 +67210,7 @@ msgctxt ""
"par_id241020160012187036\n"
"help.text"
msgid "<link href=\"text/scalc/01/func_networkdays.intl.xhp\">NETWORKDAYS.INTL</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/func_networkdays.intl.xhp\">የ ኔትዎርክ ቀኖች.አለም አቀፍ</link>>"
#: func_workdays.intl.xhp
msgctxt ""
@@ -67227,7 +67218,7 @@ msgctxt ""
"par_id241030160012187036\n"
"help.text"
msgid "<link href=\"text/scalc/01/func_workday.xhp\">WORKDAYS</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/func_workday.xhp\">የ ስራ ቀኖች</link>"
#: func_workdays.intl.xhp
msgctxt ""
@@ -67235,7 +67226,7 @@ msgctxt ""
"par_id23102016225717242\n"
"help.text"
msgid "<link href=\"text/scalc/01/04060102.xhp\">Date functions</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/04060102.xhp\">የ ቀን ተግባር</link>"
#: func_year.xhp
msgctxt ""
@@ -67945,7 +67936,7 @@ msgctxt ""
"par_id1701201619425624\n"
"help.text"
msgid "The following table has samples of a physical phenomenon taken in 1 second interval."
-msgstr ""
+msgstr "የሚቀጥለው ሰንጠረዥ ናሙናዎች አሉት: የ ሰውነት ሁኔታ በ 1 ሰከንድ ክፍተት የ ተወሰደ"
#: statistics.xhp
msgctxt ""
@@ -68009,7 +68000,7 @@ msgctxt ""
"par_id1000040\n"
"help.text"
msgid "<variable id=\"sam01\">Choose <emph>Data - Statistics - Sampling</emph></variable>"
-msgstr ""
+msgstr "<variable id=\"sam01\">ይምረጡ <emph>ዳታ - ስታትስቲክስ - ናሙና</emph></variable>"
#: statistics.xhp
msgctxt ""
@@ -68225,7 +68216,7 @@ msgctxt ""
"par_id1000960\n"
"help.text"
msgid "Kurtosis"
-msgstr ""
+msgstr "ኩርቶሲስ"
#: statistics.xhp
msgctxt ""
@@ -68233,7 +68224,7 @@ msgctxt ""
"par_id1001000\n"
"help.text"
msgid "Skewness"
-msgstr ""
+msgstr "ስርጭቱ የሚያጋድልበት"
#: statistics.xhp
msgctxt ""
@@ -68465,7 +68456,7 @@ msgctxt ""
"par_id1001560\n"
"help.text"
msgid "SS"
-msgstr ""
+msgstr "SS"
#: statistics.xhp
msgctxt ""
@@ -68473,7 +68464,7 @@ msgctxt ""
"par_id1001570\n"
"help.text"
msgid "df"
-msgstr ""
+msgstr "df"
#: statistics.xhp
msgctxt ""
@@ -68481,7 +68472,7 @@ msgctxt ""
"par_id1001580\n"
"help.text"
msgid "MS"
-msgstr ""
+msgstr "MS"
#: statistics.xhp
msgctxt ""
@@ -68489,7 +68480,7 @@ msgctxt ""
"par_id1001590\n"
"help.text"
msgid "F"
-msgstr ""
+msgstr "F"
#: statistics.xhp
msgctxt ""
@@ -68569,7 +68560,7 @@ msgctxt ""
"par_id1001770\n"
"help.text"
msgid "A correlation coefficient of +1 indicates a perfect positive correlation."
-msgstr ""
+msgstr "የ ኮፊሺየንት ግንኙነት ለ +1 የሚያሳየው ትክክለኛ የ አዎንታዊ ግንኙነት ነው:"
#: statistics.xhp
msgctxt ""
@@ -68577,7 +68568,7 @@ msgctxt ""
"par_id1001780\n"
"help.text"
msgid "A correlation coefficient of -1 indicates a perfect negative correlation"
-msgstr ""
+msgstr "የ ኮፊሺየንት ግንኙነት ለ -1 የሚያሳየው ትክክለኛ የ አሉታዊ ግንኙነት ነው:"
#: statistics.xhp
msgctxt ""
@@ -68697,7 +68688,7 @@ msgctxt ""
"par_id1001970\n"
"help.text"
msgid "For more information on statistical covariance, refer to the <link href=\"http://en.wikipedia.org/wiki/Covariance\">corresponding Wikipedia article</link>."
-msgstr ""
+msgstr "ለ በለጠ መረጃ ስለ ስታስትቲክስ covariance, ይህን ይመልከቱ <link href=\"http://en.wikipedia.org/wiki/Covariance\">ተመሳሳይ የ Wikipedia ጽሁፍ </link>."
#: statistics.xhp
msgctxt ""
@@ -68705,7 +68696,7 @@ msgctxt ""
"par_id1001980\n"
"help.text"
msgid "The following table displays the results of the covariance of the sample data above."
-msgstr ""
+msgstr "የሚቀጥለው ሰንጠረዥ የሚያሳየው ለ ኮቫሪያንስ የ ናሙና ዳታ ውጤቶች ነው ከ ላይ በኩል"
#: statistics.xhp
msgctxt ""
@@ -68713,7 +68704,7 @@ msgctxt ""
"par_id1001990\n"
"help.text"
msgid "Covariances"
-msgstr ""
+msgstr "ኮቫሪያንስ"
#: statistics.xhp
msgctxt ""
@@ -69137,7 +69128,7 @@ msgctxt ""
"par_id1003060\n"
"help.text"
msgid "Pearson Correlation"
-msgstr ""
+msgstr "ፒርሰን ኮኦሪሌሽን"
#: statistics.xhp
msgctxt ""
@@ -69305,7 +69296,7 @@ msgctxt ""
"par_id1003320\n"
"help.text"
msgid "Ftest"
-msgstr "F መሞከሪያ"
+msgstr "የ F መሞከሪያ"
#: statistics.xhp
msgctxt ""
@@ -69801,7 +69792,7 @@ msgctxt ""
"bm_id2764278\n"
"help.text"
msgid "<bookmark_value>Analysis toolpack;regression analysis</bookmark_value> <bookmark_value>regression analysis;Analysis toolpack</bookmark_value> <bookmark_value>Data statistics;regression analysis</bookmark_value>"
-msgstr "<bookmark_value>መመርመሪያ የ እቃ ጥቅል: ዝቅ ማድረጊያ መመርመሪያ </bookmark_value><bookmark_value>ዝቅ ማድረጊያ መመርመሪያ: መመርመሪያ የ እቃ ጥቅል</bookmark_value><bookmark_value>የ ዳታ ስታትስቲክስ: ዝቅ ማድረጊያ መመርመሪያ</bookmark_value>"
+msgstr "<bookmark_value>መመርመሪያ የ እቃ ጥቅል: ዝቅ ማድረጊያ መመርመሪያ </bookmark_value> <bookmark_value>ዝቅ ማድረጊያ መመርመሪያ: መመርመሪያ የ እቃ ጥቅል</bookmark_value> <bookmark_value>የ ዳታ ስታትስቲክስ: ዝቅ ማድረጊያ መመርመሪያ</bookmark_value>"
#: statistics_regression.xhp
msgctxt ""
@@ -69809,7 +69800,7 @@ msgctxt ""
"par_id1000040\n"
"help.text"
msgid "<variable id=\"sam01\">Choose <emph>Data - Statistics - Regression</emph></variable>"
-msgstr ""
+msgstr "<variable id=\"sam01\">ይምረጡ <emph>ዳታ - ስታትስቲክስ - ዝቅ ማድረጊያ </emph></variable>"
#: statistics_regression.xhp
msgctxt ""
@@ -69817,7 +69808,7 @@ msgctxt ""
"par_id1001270\n"
"help.text"
msgid "For more information on regression analysis, refer to the <link href=\"http://en.wikipedia.org/wiki/Regression_analysis\">corresponding Wikipedia article</link>."
-msgstr ""
+msgstr "ለ በለጠ መረጃ ስለ regression analysis,ይህን ይመልከቱ <link href=\"http://en.wikipedia.org/wiki/Regression_analysis\">ተመሳሳይ Wikipedia ጽሁፍ </link>."
#: statistics_regression.xhp
msgctxt ""
@@ -69857,7 +69848,7 @@ msgctxt ""
"par_id1701201620340139\n"
"help.text"
msgid "<emph>Power regression</emph>: Find a power curve in the form of <item type=\"literal\">y = a.x^b</item>, where <item type=\"literal\">a</item> is the coefficient, <item type=\"literal\">b</item> is the power that best fits the data."
-msgstr ""
+msgstr "<emph>ሀይል ዝቅ ማድረጊያ </emph>: የሚያገኘው የ ሀይልን ክብ ነው ከ <item type=\"literal\">y = a.x^b</item> ውስጥ ነው: ይህ <item type=\"literal\">a</item> ኮኦፊሸንት ነው <item type=\"literal\">b</item> ሀይል ነው ለ ዳታው ተስማሚ"
#: statistics_regression.xhp
msgctxt ""
@@ -69945,7 +69936,7 @@ msgctxt ""
"par_id14337286612130\n"
"help.text"
msgid "<link href=\"text/scalc/01/statistics.xhp#datasampling\">Sampling</link>, <link href=\"text/scalc/01/statistics.xhp#descriptivestatistics\">Descriptive Statistics</link>, <link href=\"text/scalc/01/statistics.xhp#anova\">Analysis of Variance (ANOVA)</link>, <link href=\"text/scalc/01/statistics.xhp#correlation\">Correlation</link>, <link href=\"text/scalc/01/statistics.xhp#covariance\">Covariance</link>, <link href=\"text/scalc/01/statistics.xhp#exponentialsmoothing\">Exponential Smoothing</link>, <link href=\"text/scalc/01/statistics.xhp#movingaverage\">Moving Average</link>, <link href=\"text/scalc/01/statistics.xhp#ttest\">t-test</link>, <link href=\"text/scalc/01/statistics.xhp#ftest\">F-test</link>, <link href=\"text/scalc/01/statistics.xhp#ztest\">Z-test</link>, <link href=\"text/scalc/01/statistics.xhp#chisqtest\">Chi-square test</link>."
-msgstr "<link href=\"text/scalc/01/statistics.xhp#datasampling\">ናሙና</link>, <link href=\"text/scalc/01/statistics.xhp#descriptivestatistics\">መግለጫ ስታስቲክስ</link>, <link href=\"text/scalc/01/statistics.xhp#anova\">መመርመሪያ የ ልዩነት (ANOVA)</link>, <link href=\"text/scalc/01/statistics.xhp#correlation\">ግንኙነት</link>, <link href=\"text/scalc/01/statistics.xhp#covariance\">Covariance</link>, <link href=\"text/scalc/01/statistics.xhp#exponentialsmoothing\">ኤክስፖኔንሺያል ማለስለሻ </link>, <link href=\"text/scalc/01/statistics.xhp#movingaverage\">በ መካከለኛ በ መጓዝ ላይ</link>, <link href=\"text/scalc/01/statistics.xhp#ttest\">t-መሞከሪያ</link>, <link href=\"text/scalc/01/statistics.xhp#ftest\">F-መሞከሪያ</link>, <link href=\"text/scalc/01/statistics.xhp#ztest\">Z-መሞከሪያ</link>, <link href=\"text/scalc/01/statistics.xhp#chisqtest\">ቺ-ስኴር መሞከሪያ</link>."
+msgstr "<link href=\"text/scalc/01/statistics.xhp#datasampling\">ናሙና</link>, <link href=\"text/scalc/01/statistics.xhp#descriptivestatistics\">መግለጫ ስታስቲክስ</link>, <link href=\"text/scalc/01/statistics.xhp#anova\">መመርመሪያ የ ልዩነት (ANOVA)</link>, <link href=\"text/scalc/01/statistics.xhp#correlation\">ግንኙነት</link>, <link href=\"text/scalc/01/statistics.xhp#covariance\">ኮቫሪያንስ</link>, <link href=\"text/scalc/01/statistics.xhp#exponentialsmoothing\">ኤክስፖኔንሺያል ማለስለሻ </link>, <link href=\"text/scalc/01/statistics.xhp#movingaverage\">በ መካከለኛ በ መጓዝ ላይ</link>, <link href=\"text/scalc/01/statistics.xhp#ttest\">t-መሞከሪያ</link>, <link href=\"text/scalc/01/statistics.xhp#ftest\">F-መሞከሪያ</link>, <link href=\"text/scalc/01/statistics.xhp#ztest\">Z-መሞከሪያ</link>, <link href=\"text/scalc/01/statistics.xhp#chisqtest\">ቺ-ስኴር መሞከሪያ</link>."
#: text2columns.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/scalc/02.po b/source/am/helpcontent2/source/text/scalc/02.po
index 03fadf91f24..05146fe8c4f 100644
--- a/source/am/helpcontent2/source/text/scalc/02.po
+++ b/source/am/helpcontent2/source/text/scalc/02.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-04-22 23:39+0200\n"
-"PO-Revision-Date: 2016-12-08 23:49+0000\n"
+"PO-Revision-Date: 2016-12-30 00:08+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481240996.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483056501.000000\n"
#: 02130000.xhp
msgctxt ""
@@ -40,7 +40,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<ahelp hid=\".uno:NumberFormatCurrency\" visibility=\"visible\">Applies the default currency format to the selected cells.</ahelp>"
-msgstr "<ahelp hid=\".uno:NumberFormatCurrency\" visibility=\"visible\">ለ ተመረጡት ክፍሎች ነባር የገንዘብ አቀራረብ ይፈጽማል</ahelp>"
+msgstr "<ahelp hid=\".uno:NumberFormatCurrency\" visibility=\"visible\">ለ ተመረጡት ክፍሎች ነባር የ ገንዘብ አቀራረብ ይፈጽማል</ahelp>"
#: 02130000.xhp
msgctxt ""
@@ -1056,7 +1056,7 @@ msgctxt ""
"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>"
+msgstr "<link href=\"text/scalc/01/04020000.xhp\" name=\"Insert Cells Right\">ክፍሎች በ ቀኝ ማስገቢያ</link>"
#: 18020000.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/scalc/04.po b/source/am/helpcontent2/source/text/scalc/04.po
index 1c214e2dfc2..a9abd577fb3 100644
--- a/source/am/helpcontent2/source/text/scalc/04.po
+++ b/source/am/helpcontent2/source/text/scalc/04.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-09 01:12+0000\n"
+"PO-Revision-Date: 2016-12-23 17:28+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481245945.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1482514102.000000\n"
#: 01020000.xhp
msgctxt ""
@@ -1248,7 +1248,7 @@ msgctxt ""
"69\n"
"help.text"
msgid "Standard date format"
-msgstr "መደበኛ የቀን አቀራረብ"
+msgstr "መደበኛ የ ቀን አቀራረብ"
#: 01020000.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/scalc/guide.po b/source/am/helpcontent2/source/text/scalc/guide.po
index 574e2eb71a4..a25e94e78a2 100644
--- a/source/am/helpcontent2/source/text/scalc/guide.po
+++ b/source/am/helpcontent2/source/text/scalc/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-12-09 01:12+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2017-01-06 16:43+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481245971.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483721017.000000\n"
#: address_auto.xhp
msgctxt ""
@@ -2131,8 +2131,8 @@ msgctxt ""
"par_id3154011\n"
"26\n"
"help.text"
-msgid "To set the source range as the range, select the cells and choose <emph>Insert - Names - Define</emph>. Save the source document, and do not close it."
-msgstr "የ መጠን ምንጭ ለማሰናዳት እንደ መጠን: ክፍሎች ይምረጡ እና ይምረጡ <emph>ማስገቢያ - ስሞች - መግለጫ</emph> የ ሰነዱን ምንጫ ማስቀመጫ እና አይዝጉት"
+msgid "To set the source range as the range, select the cells and choose <emph>Sheet - Named Ranges and Expressions - Define</emph>. Save the source document, and do not close it."
+msgstr "የ ምንጩን መጠን ለማሰናዳት እንደ መጠን: ክፍሎች ይምረጡ እና ከዛ ይምረጡ <emph>ወረቀት - የ ተሰየሙ መጠኖች እና መግለጫዎች - መግለጫ</emph> ማስቀመጫ የ ምንጭ ሰነድ እና ሰነዱን አይዝጉት"
#: cellreference_dragdrop.xhp
msgctxt ""
@@ -2398,7 +2398,7 @@ msgctxt ""
"40\n"
"help.text"
msgid "Choose <item type=\"menuitem\">Sheet - Link to External Data</item>. The <link href=\"text/scalc/01/04090000.xhp\" name=\"External Data\"><item type=\"menuitem\">External Data</item></link> dialog appears."
-msgstr ""
+msgstr "ይምረጡ <item type=\"menuitem\">ወረቀት - አገናኝ ወደ ውጪ ዳታ</item> የ <link href=\"text/scalc/01/04090000.xhp\" name=\"External Data\"><item type=\"menuitem\">ውጪ ዳታ</item></link> ንግግር ይታያል"
#: cellreferences_url.xhp
msgctxt ""
@@ -3384,7 +3384,7 @@ msgctxt ""
"par_idN10915\n"
"help.text"
msgid "In the <item type=\"menuitem\">File name</item> box, enter a name for the file."
-msgstr "በ <item type=\"menuitem\">ፋይል ስም</item> ሳጥን ውስጥ ለፋይሉ ስም ያስገቡ"
+msgstr "በ <item type=\"menuitem\">ፋይል ስም</item> ሳጥን ውስጥ ለ ፋይሉ ስም ያስገቡ"
#: csv_files.xhp
msgctxt ""
@@ -3680,7 +3680,7 @@ msgctxt ""
"bm_id3156329\n"
"help.text"
msgid "<bookmark_value>currency formats; spreadsheets</bookmark_value><bookmark_value>cells; currency formats</bookmark_value><bookmark_value>international currency formats</bookmark_value><bookmark_value>formats; currency formats in cells</bookmark_value><bookmark_value>currencies; default currencies</bookmark_value><bookmark_value>defaults;currency formats</bookmark_value><bookmark_value>changing;currency formats</bookmark_value>"
-msgstr "<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>"
+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>"
#: currency_format.xhp
msgctxt ""
@@ -6608,7 +6608,7 @@ msgctxt ""
"bm_id3150542\n"
"help.text"
msgid "<bookmark_value>HTML; sheets</bookmark_value><bookmark_value>sheets; HTML</bookmark_value><bookmark_value>saving; sheets in HTML</bookmark_value><bookmark_value>opening; sheets in HTML</bookmark_value>"
-msgstr "<bookmark_value>HTML; ወረቀቶች</bookmark_value><bookmark_value>ወረቀቶች; HTML</bookmark_value><bookmark_value>ማስቀመጫ; ወረቀቶች በ HTML ውስጥ</bookmark_value><bookmark_value>መክፈቻ; ወረቀቶች በ HTML ውስጥ</bookmark_value>"
+msgstr "<bookmark_value>HTML: ወረቀቶች</bookmark_value><bookmark_value>ወረቀቶች: HTML</bookmark_value><bookmark_value>ማስቀመጫ: ወረቀቶች በ HTML ውስጥ</bookmark_value><bookmark_value>መክፈቻ: ወረቀቶች በ HTML ውስጥ</bookmark_value>"
#: html_doc.xhp
msgctxt ""
@@ -8452,7 +8452,7 @@ msgctxt ""
"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 "የ integer ቁጥሮች exponent ጨምሮ ይቀየራሉ: እና የ ISO 8601 ቀኖች እና ጊዜዎች በ ተስፋፋ አቀራረባቸው ከ መለያያ ጋር: ሌሎች ማንኛውም: እንደ ክፍልፋይ ቁጥሮች ከ ዴሲማል መለያያ ጋር ወይንም ቀኖች ከ ISO 8601, ሌላ አይቀየርም: የ ጽሁፍ ሀረግ የ ቋንቋ ጥገኛ ነው: ቀዳሚ እና ተከታይ ክፍተቶች ይተዋሉ"
+msgstr "የ integer ቁጥሮች ኤክስፖነንት ጨምሮ ይቀየራሉ: እና የ ISO 8601 ቀኖች እና ጊዜዎች በ ተስፋፋ አቀራረባቸው ከ መለያያ ጋር: ሌሎች ማንኛውም: እንደ ክፍልፋይ ቁጥሮች ከ ዴሲማል መለያያ ጋር ወይንም ቀኖች ከ ISO 8601, ሌላ አይቀየርም: የ ጽሁፍ ሀረግ የ ቋንቋ ጥገኛ ነው: ቀዳሚ እና ተከታይ ክፍተቶች ይተዋሉ"
#: numbers_text.xhp
msgctxt ""
@@ -9722,7 +9722,7 @@ msgctxt ""
"bm_id3153361\n"
"help.text"
msgid "<bookmark_value>numbers; rounded off</bookmark_value><bookmark_value>rounded off numbers</bookmark_value><bookmark_value>exact numbers in $[officename] Calc</bookmark_value><bookmark_value>decimal places; showing</bookmark_value><bookmark_value>changing;number of decimal places</bookmark_value><bookmark_value>values;rounded in calculations</bookmark_value><bookmark_value>calculating;rounded off values</bookmark_value><bookmark_value>numbers; decimal places</bookmark_value><bookmark_value>precision as shown</bookmark_value><bookmark_value>rounding precision</bookmark_value><bookmark_value>spreadsheets; values as shown</bookmark_value>"
-msgstr "<bookmark_value>ቁጥሮች; የተጠጋጋ</bookmark_value><bookmark_value>የተጠጋጋ ቁጥሮች</bookmark_value><bookmark_value>ትክክለኛ ቁጥሮች በ $[officename] Calc</bookmark_value><bookmark_value>የ ዴሲማል ቦታዎች; ማሳያ</bookmark_value><bookmark_value>መቀየሪያ;ቁጥር የ ዴሲማል ቦታዎች</bookmark_value><bookmark_value>values;የተጠጋጋ በ ስሌት ውስጥ</bookmark_value><bookmark_value>ስሌት;የተጠጋጋ ዋጋዎች</bookmark_value><bookmark_value>ቁጥሮች; የ ዴሲማል ቦታዎች</bookmark_value><bookmark_value>በትክክል እንደሚታየው</bookmark_value><bookmark_value>ማጠጋጊያ በትክክል</bookmark_value><bookmark_value>ሰንጠረዥ; ዋጋዎች እንደሚታየው</bookmark_value>"
+msgstr "<bookmark_value>ቁጥሮች: የተጠጋጋ</bookmark_value><bookmark_value>የተጠጋጋ ቁጥሮች</bookmark_value><bookmark_value>ትክክለኛ ቁጥሮች በ $[officename] ሰንጠረዥ</bookmark_value><bookmark_value>የ ዴሲማል ቦታዎች: ማሳያ</bookmark_value><bookmark_value>መቀየሪያ: ቁጥር የ ዴሲማል ቦታዎች</bookmark_value><bookmark_value>ዋጋዎች: የተጠጋጋ በ ስሌት ውስጥ</bookmark_value><bookmark_value>ስሌት: የተጠጋጋ ዋጋዎች</bookmark_value><bookmark_value>ቁጥሮች: የ ዴሲማል ቦታዎች</bookmark_value><bookmark_value>በትክክል እንደሚታየው</bookmark_value><bookmark_value>ማጠጋጊያ በትክክል</bookmark_value><bookmark_value>ሰንጠረዥ: ዋጋዎች እንደሚታየው</bookmark_value>"
#: rounding_numbers.xhp
msgctxt ""
@@ -9963,7 +9963,7 @@ msgctxt ""
"11\n"
"help.text"
msgid "<link href=\"text/shared/01/05340100.xhp\" name=\"Row height\">Row height</link>"
-msgstr "<link href=\"text/shared/01/05340100.xhp\" name=\"Row height\">የረድፍ እርዝመት</link>"
+msgstr "<link href=\"text/shared/01/05340100.xhp\" name=\"Row height\">የ ረድፍ እርዝመት</link>"
#: row_height.xhp
msgctxt ""
@@ -10891,7 +10891,7 @@ msgctxt ""
"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 "<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>"
+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>"
#: table_rotate.xhp
msgctxt ""
@@ -11109,7 +11109,7 @@ msgctxt ""
"bm_id3151112\n"
"help.text"
msgid "<bookmark_value>cells; rotating text</bookmark_value> <bookmark_value>rotating; text in cells</bookmark_value> <bookmark_value>text in cells; writing vertically</bookmark_value>"
-msgstr "<bookmark_value>ክፍሎች; ጽሁፍ ማዞሪያ</bookmark_value> <bookmark_value>ማዞሪያ; ጽሁፍ በ ክፍሎች ውስጥ</bookmark_value> <bookmark_value>ጽሁፍ በ ክፍሎች ውስጥ; በ ቁመት መጻፊያ</bookmark_value>"
+msgstr "<bookmark_value>ክፍሎች: ጽሁፍ ማዞሪያ</bookmark_value> <bookmark_value>ማዞሪያ: ጽሁፍ በ ክፍሎች ውስጥ</bookmark_value> <bookmark_value>ጽሁፍ በ ክፍሎች ውስጥ: በ ቁመት መጻፊያ</bookmark_value>"
#: text_rotate.xhp
msgctxt ""
@@ -11831,8 +11831,8 @@ msgctxt ""
"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 "ይምረጡ ክፍል ወይንም መጠን ለ ክፍሎች: እና ከዛ ይምረጡ <emph>ማስገቢያ - ስሞች - መግለጫ</emph> የ <emph>ስሞች መግለጫ</emph> ንግግር ይታያል"
+msgid "Select a cell or range of cells, then choose <emph>Sheet - Named Ranges and Expressions - Define</emph>. The <emph>Define Names</emph> dialog appears."
+msgstr "ይምረጡ ከፍል ወይንም የ ክፍሎች መጠን: እና ከዛ ይምረጡ <emph>ወረቀት - የ ተሰየሙ መጠኖች እና መግለጫዎች - መግለጫ</emph> የ <emph> ስሞች መግለጫ</emph> ንግግር ይታያል"
#: value_with_name.xhp
msgctxt ""
@@ -11884,8 +11884,8 @@ msgctxt ""
"par_id3153711\n"
"8\n"
"help.text"
-msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Insert - Names - Define\">Insert - Names - Define</link>"
-msgstr "<link href=\"text/scalc/01/04070100.xhp\" name=\"Insert - Names - Define\">ማስገቢያ - ስሞች - መግለጫ</link>"
+msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Sheet - Named Ranges and Expressions - Define\">Sheet - Named Ranges and Expressions - Define</link>"
+msgstr "<link href=\"text/scalc/01/04070100.xhp\" name=\"Sheet - Named Ranges and Expressions - Define\">ወረቀት - የ ተሰየሙ መጠኖች እና መግለጫዎች - መግለጫ</link>"
#: webquery.xhp
msgctxt ""
@@ -11964,7 +11964,7 @@ msgctxt ""
"8\n"
"help.text"
msgid "Choose <emph>Sheet - Link to External Data</emph>. This opens the <link href=\"text/scalc/01/04090000.xhp\">External Data</link> dialog."
-msgstr ""
+msgstr "ይምረጡ <emph>ወረቀት - አገናኝ ወደ ውጪ ዳታ</emph> ይህ ይከፍታል የ <link href=\"text/scalc/01/04090000.xhp\">የ ውጪ ዳታ</link> ንግግር"
#: webquery.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/schart.po b/source/am/helpcontent2/source/text/schart.po
index d0989f4e008..272d1277969 100644
--- a/source/am/helpcontent2/source/text/schart.po
+++ b/source/am/helpcontent2/source/text/schart.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-11-10 19:33+0100\n"
-"PO-Revision-Date: 2016-12-07 02:39+0000\n"
+"PO-Revision-Date: 2017-01-04 00:21+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481078385.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483489301.000000\n"
#: main0000.xhp
msgctxt ""
@@ -225,7 +225,7 @@ msgctxt ""
"par_id4923856\n"
"help.text"
msgid "To print a chart in high quality, you can export the chart to a PDF file and print that file."
-msgstr "chart በ ከፍተኛ ጥራት ለማተም: እርስዎ ቻርትስ መላክ ይችላሉ ወደ PDF ፋይል እና ፋይሉን ማተም ይችላሉ"
+msgstr "ቻርት በ ከፍተኛ ጥራት ለማተም: እርስዎ ቻርት መላክ ይችላሉ ወደ PDF ፋይል እና ፋይሉን ማተም ይችላሉ"
#: main0000.xhp
msgctxt ""
@@ -233,7 +233,7 @@ msgctxt ""
"par_id0810200912061033\n"
"help.text"
msgid "In chart edit mode, you see the <link href=\"text/schart/main0202.xhp\">Formatting Bar</link> for charts near the upper border of the document. The Drawing Bar for charts appears near the lower border of the document. The Drawing Bar shows a subset of the icons from the <link href=\"text/simpress/main0210.xhp\">Drawing</link> toolbar of Draw and Impress."
-msgstr "በ chart ማረሚያ ዘዴ ውስጥ: ለ እርስዎ ይታያል የ <link href=\"text/schart/main0202.xhp\">አቀራረብ መደርደሪያ</link> ለ ቻርትስ በ ሰነዱ ውስጥ ከ ላይ በኩል ይታያል : የ መሳያ መደርደሪያ ለ ቻርትስ በ ሰነዱ ውስጥ ከ ታች በኩል ይታያል: የ መሳያ መደርደሪያ የሚያሳየው ንዑስ ስብስብ ምልክት ነው ለ <link href=\"text/simpress/main0210.xhp\">መሳያ</link> እቃ መደርደሪያ ለ መሳያ እና ማስደነቂያ"
+msgstr "በ ቻርት ማረሚያ ዘዴ ውስጥ: ለ እርስዎ ይታያል የ <link href=\"text/schart/main0202.xhp\">አቀራረብ መደርደሪያ</link> ለ ቻርትስ በ ሰነዱ ውስጥ ከ ላይ በኩል ይታያል: የ መሳያ መደርደሪያ ለ ቻርትስ በ ሰነዱ ውስጥ ከ ታች በኩል ይታያል: የ መሳያ መደርደሪያ የሚያሳየው ንዑስ ስብስብ ምልክት ነው ለ <link href=\"text/simpress/main0210.xhp\">መሳያ</link> እቃ መደርደሪያ ለ መሳያ እና ማስደነቂያ"
#: main0000.xhp
msgctxt ""
@@ -449,7 +449,7 @@ msgctxt ""
"par_id0810200904233174\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts the trendline equation and the coefficient of determination R².</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ማስገቢያ የ trendline equation and the coefficient of determination R².</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ማስገቢያ የ አቅጣጫ መስመር እኩሌታ እና ኮኦፊሸንት መወሰኛ R².</ahelp>"
#: main0000.xhp
msgctxt ""
@@ -457,7 +457,7 @@ msgctxt ""
"par_id0810200904265639\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts the coefficient of determination R² value.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ማስገቢያ የ coefficient of determination R² value.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ማስገቢያ የ ኮኦፊሺየንት መወሰኛ R² ዋጋ </ahelp>"
#: main0000.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/schart/01.po b/source/am/helpcontent2/source/text/schart/01.po
index e2deca6538e..75a20d7fc63 100644
--- a/source/am/helpcontent2/source/text/schart/01.po
+++ b/source/am/helpcontent2/source/text/schart/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-07 21:10+0000\n"
+"PO-Revision-Date: 2017-01-07 18:42+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481145058.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483814542.000000\n"
#: 03010000.xhp
msgctxt ""
@@ -153,7 +153,7 @@ msgctxt ""
"par_id9116794\n"
"help.text"
msgid "The order of the categories or data points in the chart is the same as in the data table. Use the <emph>Move Row Down</emph> icon to switch the current row with its neighbor below."
-msgstr "የ ተከታታይ ዳታ ደንብ ተመሳሳይ ነው ከ ቻርትስ ዳታ ሰንጠረዥ ጋር: ይጠቀሙ የ <emph>ረድፍ ወደ ታች ማንቀሳቀሻ</emph>ምልክት ለ መቀየር ወደ አሁኑ ረድፍ ጎረቤት በ ታች በኩል"
+msgstr "የ ተከታታይ ዳታ ደንብ ተመሳሳይ ነው ከ ቻርትስ ዳታ ሰንጠረዥ ጋር: ይጠቀሙ የ <emph>ረድፍ ወደ ታች ማንቀሳቀሻ</emph>ምልክት ለ መቀየር ወደ አሁኑ ረድፍ ጎረቤት በ ታች በኩል"
#: 03010000.xhp
msgctxt ""
@@ -460,7 +460,7 @@ msgctxt ""
"8\n"
"help.text"
msgid "Left"
-msgstr "በግራ"
+msgstr "በ ግራ"
#: 04020000.xhp
msgctxt ""
@@ -496,7 +496,7 @@ msgctxt ""
"12\n"
"help.text"
msgid "Right"
-msgstr "በቀኝ"
+msgstr "በ ቀኝ"
#: 04020000.xhp
msgctxt ""
@@ -1485,7 +1485,7 @@ msgctxt ""
"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<sup>2</sup>, even if they are not shown: click on the trend line to see the information in the status bar."
-msgstr "ቻርትስ በ ማረሚያ ዘዴ ውስጥ ሲሆን: %PRODUCTNAME ይሰጣል equation የ አቅጣጫ መስመር እና የ coefficient of determination R<sup>2</sup>ምንም ባይታይም እንኳን: ይጫኑ በ አቅጣጫ መስመር ላይ መረጃ ለ መመልከት በ ሁኔታዎች መደርደሪያ ላይ"
+msgstr "ቻርት በ ማረሚያ ዘዴ ውስጥ ሲሆን: %PRODUCTNAME ይሰጣል እኩሌታ የ አቅጣጫ መስመር እና የ ኮኦፊሸንት መወሰኛ R<sup>2</sup>ምንም ባይታይም እንኳን: ይጫኑ በ አቅጣጫ መስመር ላይ መረጃ ለ መመልከት በ ሁኔታዎች መደርደሪያ ላይ"
#: 04050100.xhp
msgctxt ""
@@ -1501,7 +1501,7 @@ msgctxt ""
"par_id8962066\n"
"help.text"
msgid "To change format of values (use less significant digits or scientific notation), select the equation in the chart, right-click to open the context menu, and choose <item type=\"menuitem\">Format Trend Line Equation - Numbers</item>."
-msgstr "የ አቀራረብ ዋጋዎች ለ መቀየር (ይጠቀሙ አነስተኛ አስፈላጊ አሀዞች ወይንም ሳይንሳዊ ምልክቶች): ይምረጡ equation በ ቻርትስ ውስጥ: በ ቀኝ-ይጫኑ ለ መክፈት የ አገባብ ዝርዝር እና ይምረጡ <item type=\"menuitem\">አቀራረብ የ አቅጣጫ መስመር Equation - ቁጥሮች </item>."
+msgstr "የ አቀራረብ ዋጋዎች ለ መቀየር (ይጠቀሙ አነስተኛ አስፈላጊ አሀዞች ወይንም ሳይንሳዊ ምልክቶች): ይምረጡ እኩሌታ በ ቻርት ውስጥ: በ ቀኝ-ይጫኑ ለ መክፈት የ አገባብ ዝርዝር እና ይምረጡ <item type=\"menuitem\">አቀራረብ የ አቅጣጫ መስመር እኩሌታ - ቁጥሮች </item>."
#: 04050100.xhp
msgctxt ""
@@ -1549,7 +1549,7 @@ msgctxt ""
"par_id180820161604098009\n"
"help.text"
msgid "<emph>Linear</emph> trend line: regression through equation <item type=\"literal\">y=a∙x+b</item>. Intercept <item type=\"literal\">b</item> can be forced."
-msgstr "<emph>ቀጥተኛ</emph> የ አቅጣጫ መስመር: ዝቅ ማድረጊያ በ እኩሌታ ውስጥ <item type=\"literal\">y=a∙x+b</item>. ይገናኛል <item type=\"literal\">b</item> ማስገደድ ይቻላል"
+msgstr "<emph>ቀጥተኛ</emph> የ አቅጣጫ መስመር: ዝቅ ማድረጊያ በ እኩሌታ ውስጥ <item type=\"literal\">y=a∙x+b</item> ይገናኛል <item type=\"literal\">b</item> ማስገደድ ይቻላል"
#: 04050100.xhp
msgctxt ""
@@ -1661,7 +1661,7 @@ msgctxt ""
"hd_id5744193\n"
"help.text"
msgid "The linear regression equation"
-msgstr "የ ቀጥተኛ ዝቅ ማድረጊያ ስሌት"
+msgstr "የ ቀጥተኛ ዝቅ ማድረጊያ እኩሌታ"
#: 04050100.xhp
msgctxt ""
@@ -1669,7 +1669,7 @@ msgctxt ""
"par_id9251991\n"
"help.text"
msgid "The <emph>linear regression</emph> follows the equation <item type=\"literal\">y=m*x+b</item>."
-msgstr "የ <emph>ቀጥተኛ ዝቅ ማድረጊያ</emph> የሚከተለው ስሌቶች ነው <item type=\"literal\">y=m*x+b</item>."
+msgstr "የ <emph>ቀጥተኛ ዝቅ ማድረጊያ</emph> የሚከተለው እኩሌታ ነው <item type=\"literal\">y=m*x+b</item>."
#: 04050100.xhp
msgctxt ""
@@ -1701,7 +1701,7 @@ msgctxt ""
"par_id9244361\n"
"help.text"
msgid "r<sup>2</sup> = RSQ(Data_Y;Data_X)"
-msgstr "r<sup>2</sup> = ስኴር ይመልሳል ለ ፒርሰን ኮሪሌሽን ኮፊሸንት ለ ሁለት ስብስብ ዳታ(ዳታ_Y:ዳታ_X)"
+msgstr "r<sup>2</sup> = RSQ(ዳታ_Y:ዳታ_X)"
#: 04050100.xhp
msgctxt ""
@@ -1709,7 +1709,7 @@ msgctxt ""
"par_id2083498\n"
"help.text"
msgid "Besides m, b and r<sup>2</sup> the array function <emph>LINEST</emph> provides additional statistics for a regression analysis."
-msgstr "በተጨማሪ ከ m, b እና r<sup>2</sup>የ ማዘጋጃ ተግባር <emph>ቀጥታ መስመር</emph> ያቀርባል ተጨማሪ ስታትስቲክስ ለ ዝቅ ማድረጊያ መመርመሪያ"
+msgstr "በተጨማሪ ከ m, b እና r<sup>2</sup>የ ማዘጋጃ ተግባር <emph>የ ቀጥታ መስመር</emph> ያቀርባል ተጨማሪ ስታትስቲክስ ለ ዝቅ ማድረጊያ መመርመሪያ"
#: 04050100.xhp
msgctxt ""
@@ -1733,7 +1733,7 @@ msgctxt ""
"par_id2134159\n"
"help.text"
msgid "a = SLOPE(Data_Y;LN(Data_X))"
-msgstr "a = SLOPE(Data_Y;LN(Data_X))"
+msgstr "a = ስሎፕ(ዳታ_Y: ሎጋሪዝም(ዳታ_X))"
#: 04050100.xhp
msgctxt ""
@@ -1749,7 +1749,7 @@ msgctxt ""
"par_id5649281\n"
"help.text"
msgid "r<sup>2</sup> = RSQ(Data_Y;LN(Data_X))"
-msgstr "r<sup>2</sup> = ስኴር ይመልሳል ለ ፒርሰን ኮሪሌሽን ኮፊሸንት ለ ሁለት ስብስብ ዳታ(ዳታ_Y:ዳታ_X)"
+msgstr "r<sup>2</sup> = RSQ(ዳታ_Y:ዳታ_X)"
#: 04050100.xhp
msgctxt ""
@@ -1821,7 +1821,7 @@ msgctxt ""
"par_id5437177\n"
"help.text"
msgid "r<sup>2</sup> = RSQ(LN(Data_Y);Data_X)"
-msgstr "r<sup>2</sup> = ስኴር ይመልሳል ለ ፒርሰን ኮሪሌሽን ኮፊሸንት ለ ሁለት ስብስብ ዳታ(ቀጥተኛ ዘዴ(ዳታ_Y:ዳታ_X)"
+msgstr "r<sup>2</sup> = RSQ(ቀጥተኛ ዘዴ(ዳታ_Y:ዳታ_X)"
#: 04050100.xhp
msgctxt ""
@@ -1845,7 +1845,7 @@ msgctxt ""
"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 "ለ <emph>ሀይል ዝቅ ማድረጊያ</emph> ክቦች መቀየሪያ ወደ ቀጥተኛ ዘዴ ይቀየራል: የ ሀይል ዝቅ ማድረጊያ እኩሌታ ይከተላል: <item type=\"literal\">y=b*x^a</item> , የሚቀየረውን ወደ <item type=\"literal\">ln(y)=ln(b)+a*ln(x)</item>."
+msgstr "ለ <emph>ሀይል ዝቅ ማድረጊያ</emph> ክቦች መቀየሪያ ወደ ቀጥተኛ ዘዴ ይቀየራል: የ ሀይል ዝቅ ማድረጊያ እኩሌታ ይከተላል: <item type=\"literal\">y=b*x^a</item> የሚቀየረውን ወደ <item type=\"literal\">ln(y)=ln(b)+a*ln(x)</item>."
#: 04050100.xhp
msgctxt ""
@@ -1869,7 +1869,7 @@ msgctxt ""
"par_id2357249\n"
"help.text"
msgid "r<sup>2</sup> = RSQ(LN(Data_Y);LN(Data_X))"
-msgstr "r<sup>2</sup> = ስኴር ይመልሳል ለ ፒርሰን ኮሪሌሽን ኮፊሸንት ለ ሁለት ስብስብ ዳታ(ቀጥተኛ ዘዴ(ዳታ_Y):ቀጥተኛ ዘዴ(ዳታ_X))"
+msgstr "r<sup>2</sup> = RSQ(ቀጥተኛ ዘዴ(ዳታ_Y):ቀጥተኛ ዘዴ(ዳታ_X))"
#: 04050100.xhp
msgctxt ""
@@ -1917,7 +1917,7 @@ msgctxt ""
"par_id8202154\n"
"help.text"
msgid "The first element of the third row of the LINEST output is the value of r<sup>2</sup>. 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 "የ መጀመሪያው አካል የ ሶስተኛው ረድፍ የ ቀጥታ መስመር ውጤት ዋጋ ነው ለ r<sup>2</sup> ይህን ይመልከቱ <link href=\"text/scalc/01/04060107.xhp#Section8\">ቀጥታ መስመር</link> ተግባር ለ መደበኛ መጠቀሚያ እና ለ መግለጫ ለ ሌሎች ውጤቶች ደንብ"
+msgstr "የ መጀመሪያው አካል የ ሶስተኛው ረድፍ የ ቀጥታ መስመር ውጤት ዋጋ ነው ለ r<sup>2</sup> ይህን ይመልከቱ <link href=\"text/scalc/01/04060107.xhp#Section8\">የ ቀጥታ መስመር</link> ተግባር ለ መደበኛ መጠቀሚያ እና ለ መግለጫ ለ ሌሎች ውጤቶች ደንብ"
#: 04050100.xhp
msgctxt ""
@@ -1965,7 +1965,7 @@ msgctxt ""
"par_id4562215\n"
"help.text"
msgid "<link href=\"text/scalc/01/04060181.xhp#rsq\">RSQ</link> function"
-msgstr "<link href=\"text/scalc/01/04060181.xhp#rsq\">ስኴር ይመልሳል ለ ፒርሰን ኮሪሌሽን ኮፊሸንት ለ ሁለት ስብስብ ዳታ</link> ተግባር"
+msgstr "<link href=\"text/scalc/01/04060181.xhp#rsq\">RSQ</link> ተግባር"
#: 04060000.xhp
msgctxt ""
@@ -2125,7 +2125,7 @@ msgctxt ""
"17\n"
"help.text"
msgid "<ahelp hid=\"modules/schart/ui/tp_SeriesToAxis/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 "<ahelp hid=\"modules/schart/ui/tp_SeriesToAxis/CB_CONNECTOR\">ለ \"ክምር\" እና \"ፐርሰንት\" አምድ (በ ቁመት bar) charts, ምልክት ያድርጉ በ ሳጥኑ ውስጥ ለማገናኘት የ አምድ ደረጃዎች አብረው የሚሆኑትን በ መስመር ለማገናኘት </ahelp>"
+msgstr "<ahelp hid=\"modules/schart/ui/tp_SeriesToAxis/CB_CONNECTOR\">ለ \"ክምር\" እና \"ፐርሰንት\" አምድ (በ ቁመት bar) ቻርትስ ምልክት ያድርጉ በ ሳጥኑ ውስጥ ለማገናኘት የ አምድ ደረጃዎች አብረው የሚሆኑትን በ መስመር ለማገናኘት </ahelp>"
#: 04060000.xhp
msgctxt ""
@@ -3473,7 +3473,7 @@ msgctxt ""
"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 "<bookmark_value>መመጠኛ: axes</bookmark_value><bookmark_value>ሎጋሪዝም መመጠኛ በ axes</bookmark_value><bookmark_value>ቻርትስ: መመጠኛ axes</bookmark_value><bookmark_value>X axes: መመጠኛ</bookmark_value><bookmark_value>Y axes: መመጠኛ</bookmark_value>"
+msgstr "<bookmark_value>መመጠኛ: axes</bookmark_value><bookmark_value>ሎጋሪዝም መመጠኛ በ axes</bookmark_value><bookmark_value>ቻርትስ: መመጠኛ axes</bookmark_value><bookmark_value>X axes: መመጠኛ</bookmark_value><bookmark_value>Y axes: መመጠኛ</bookmark_value>"
#: 05040201.xhp
msgctxt ""
@@ -3671,7 +3671,7 @@ msgctxt ""
"61\n"
"help.text"
msgid "Use this feature if you are working with values that differ sharply from each other. You can use logarithmic scaling to make the grid lines of the axis equidistant but have values that may increase or decrease."
-msgstr "ይህን ገጽታ ይጠቀሙ እርስዎ የሚሰሩ ከሆነ በጣም በሚለያዩ ዋጋዎች ከ እያንዳንዳቸ: እርስዎ መጠቀም ይችላሉ logarithmic መመጠኛ የ መጋጠሚያ መስመሮች ለ መፍጠር የ axis እኩል እርቀት ነገር ግን ዋጋ ያላቸው የሚጨምር ወይንም የሚቀንስ"
+msgstr "ይህን ገጽታ ይጠቀሙ እርስዎ የሚሰሩ ከሆነ በጣም በሚለያዩ ዋጋዎች ከ እያንዳንዳቸ: እርስዎ መጠቀም ይችላሉ ሎጋሪዝም መመጠኛ የ መጋጠሚያ መስመሮች ለ መፍጠር የ axis እኩል እርቀት ነገር ግን ዋጋ ያላቸው የሚጨምር ወይንም የሚቀንስ"
#: 05040201.xhp
msgctxt ""
@@ -3751,7 +3751,7 @@ msgctxt ""
"bm_id3150869\n"
"help.text"
msgid "<bookmark_value>positioning; axes</bookmark_value><bookmark_value>charts;positioning axes</bookmark_value><bookmark_value>X axes;positioning</bookmark_value><bookmark_value>Y axes;positioning</bookmark_value><bookmark_value>axes;interval marks</bookmark_value>"
-msgstr "<bookmark_value>አቀማመጥ: axes</bookmark_value><bookmark_value>ቻርትስ: አቀማመጥ axes</bookmark_value><bookmark_value>X axes: አቀማመጥ</bookmark_value><bookmark_value>Y axes: አቀማመጥ</bookmark_value><bookmark_value>axes: የ ክፍተት ምልክት</bookmark_value>"
+msgstr "<bookmark_value>አቀማመጥ: axes</bookmark_value><bookmark_value>ቻርትስ: አቀማመጥ axes</bookmark_value><bookmark_value>X axes: አቀማመጥ</bookmark_value><bookmark_value>Y axes: አቀማመጥ</bookmark_value><bookmark_value>axes: የ ክፍተት ምልክት</bookmark_value>"
#: 05040202.xhp
msgctxt ""
@@ -4686,7 +4686,7 @@ msgctxt ""
"par_id6998809\n"
"help.text"
msgid "On the first page of the <link href=\"text/schart/01/wiz_chart_type.xhp\">Chart Wizard</link> or in the context menu of a chart you can choose a chart type. <ahelp hid=\".\" visibility=\"hidden\">Opens a dialog to edit the properties of a three dimensional view for Column, Bar, Pie, and Area charts. For Line and XY (Scatter) charts you can see 3D lines.</ahelp>"
-msgstr "በ መጀመሪያው ገጽ ላይ በ <link href=\"text/schart/01/wiz_chart_type.xhp\">የ ቻርትስ አዋቂ</link> ወይንም በ አገባብ ዝርዝር ውስጥ በ ቻርትስ ውስጥ እርስዎ መምረጥ ይችላሉ የ ቻርትስ አይነት <ahelp hid=\".\" visibility=\"hidden\">መክፈቻ የ ማረሚያ ንግግር ባህሪዎች ለ ሶስት አቅጣጫ መመልከቻ በ አምድ: በ መደርደሪያ: በ ፓይ እና በ ቻርትስ ቦታ ውስጥ: ለ መስመር እና ለ XY (የ ተበተነ) ቻርትስ ለ እርስዎ የ 3ዲ መስመሮች ይታያል </ahelp>"
+msgstr "በ መጀመሪያው ገጽ ላይ በ <link href=\"text/schart/01/wiz_chart_type.xhp\">የ ቻርትስ አዋቂ</link> ወይንም በ አገባብ ዝርዝር ውስጥ በ ቻርት ውስጥ እርስዎ መምረጥ ይችላሉ የ ቻርት አይነት <ahelp hid=\".\" visibility=\"hidden\">መክፈቻ የ ማረሚያ ንግግር ባህሪዎች ለ ሶስት አቅጣጫ መመልከቻ በ አምድ: በ መደርደሪያ: በ ፓይ እና በ ቻርትስ ቦታ ውስጥ: ለ መስመር እና ለ XY (የ ተበተነ) ቻርትስ ለ እርስዎ የ 3ዲ መስመሮች ይታያል </ahelp>"
#: three_d_view.xhp
msgctxt ""
@@ -4822,7 +4822,7 @@ msgctxt ""
"par_id4721823\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the rotation of the chart on the x axis. The preview responds to the new settings.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ማዞሪያ ማሰናጃ ለ ቻርትስ በ x axis ላይ: ለ አዲሱ ማሰናጃ ቅድመ እይታ ወዲያውኑ ይታያል </ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ማዞሪያ ማሰናጃ ለ ቻርት በ x axis ላይ: ለ አዲሱ ማሰናጃ ቅድመ እይታ ወዲያውኑ ይታያል </ahelp>"
#: three_d_view.xhp
msgctxt ""
@@ -4830,7 +4830,7 @@ msgctxt ""
"par_id5806756\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the rotation of the chart on the y axis. The preview responds to the new settings.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ማዞሪያ ማሰናጃ ለ ቻርትስ በ y axis ላይ: ለ አዲሱ ማሰናጃ ቅድመ እይታ ወዲያውኑ ይታያል </ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ማዞሪያ ማሰናጃ ለ ቻርት በ y axis ላይ: ለ አዲሱ ማሰናጃ ቅድመ እይታ ወዲያውኑ ይታያል </ahelp>"
#: three_d_view.xhp
msgctxt ""
@@ -4838,7 +4838,7 @@ msgctxt ""
"par_id8915372\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Sets the rotation of the chart on the z axis. The preview responds to the new settings.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ማዞሪያ ማሰናጃ ለ ቻርትስ በ z axis ላይ: ለ አዲሱ ማሰናጃ ቅድመ እይታ ወዲያውኑ ይታያል </ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ማዞሪያ ማሰናጃ ለ ቻርት በ z axis ላይ: ለ አዲሱ ማሰናጃ ቅድመ እይታ ወዲያውኑ ይታያል </ahelp>"
#: three_d_view.xhp
msgctxt ""
@@ -5038,7 +5038,7 @@ msgctxt ""
"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 "<ahelp hid=\".\" visibility=\"hidden\">ይጫኑ ለ መቀያየር የ ብርሀን ምንጭ ዘዴ ከ sphere ወይንም ከ cube.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ይጫኑ ለ መቀያየር የ ብርሀን ምንጭ ዘዴ ከ ስፌር ወይንም ኲዩብ </ahelp>"
#: three_d_view.xhp
msgctxt ""
@@ -6966,7 +6966,7 @@ msgctxt ""
"par_id6128421\n"
"help.text"
msgid "The <emph>Resolution</emph> determines how many line segments are calculated to draw a piece of polynomial between two data points. You can see the intermediate points if you click any data point."
-msgstr "ይህ <emph>ሪዝፕሊሽን</emph> የሚወስነው ምን ያህል የ መስመር ክፋዮች እንደሚሰሉ ነው ለ መሳል ትንሽ የ polynomial በ ሁለት ዳታ ነጥቦች መካከል: እርስዎ መመልከት ይችላሉ መሀከለኛ ነጥቦች እርስዎ ከ ተጫኑ ማንኛውንም የ ዳታ ነጥብ"
+msgstr "ይህ <emph>ሪዞሊሽን</emph> የሚወስነው ምን ያህል የ መስመር ክፋዮች እንደሚሰሉ ነው ለ መሳል ትንሽ ፖሊኖሚያል በ ሁለት ዳታ ነጥቦች መካከል: እርስዎ መመልከት ይችላሉ መሀከለኛ ነጥቦች እርስዎ ከ ተጫኑ ማንኛውንም የ ዳታ ነጥብ"
#: type_xy.xhp
msgctxt ""
@@ -6974,7 +6974,7 @@ msgctxt ""
"par_id9280373\n"
"help.text"
msgid "<emph>B-Spline</emph> uses a parametric, interpolating B-spline curve. Those curves are built piecewise from polynomials. The <emph>Degree of polynomials</emph> sets the degree of these polynomials."
-msgstr ""
+msgstr "<emph>B-ክብ ማያያዣ</emph> የሚጠቀመው ደንብ: ማስገቢያ ነው ለ B-ክብ ማያያዣ: እነዚህ ክቦች የ ተገነቡት እያንዳንዳቸው በ ፖሊኖሚያል ነው: የ <emph>ፖሊኖሚያል ዲግሪ </emph> የ እነዚህን ፖሊኖሚያል ዲግሪ ያሰናዳል"
#: type_xy.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/sdraw.po b/source/am/helpcontent2/source/text/sdraw.po
index 97ee84d1b4d..364f1d6ef7d 100644
--- a/source/am/helpcontent2/source/text/sdraw.po
+++ b/source/am/helpcontent2/source/text/sdraw.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-01 01:08+0000\n"
+"PO-Revision-Date: 2016-12-14 16:50+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1480554483.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1481734231.000000\n"
#: main0000.xhp
msgctxt ""
@@ -1063,7 +1063,7 @@ msgctxt ""
"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 "እርስዎ መፍጠር ይችላሉ የ 3ዲ እቃዎች እንደ cubes, spheres, and cylinders በ $[officename] መሳያ እና የ እቃውን ብርሀን ምንጭ በማሻሻል"
+msgstr "እርስዎ መፍጠር ይችላሉ የ 3ዲ እቃዎች እንደ ኪዩብስ: ስፌርስ: እና ሲሊንደሮች በ $[officename] መሳያ እና የ እቃውን ብርሀን ምንጭ በማሻሻል"
#: main0503.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/sdraw/guide.po b/source/am/helpcontent2/source/text/sdraw/guide.po
index a5a1a85588a..872eddd6d15 100644
--- a/source/am/helpcontent2/source/text/sdraw/guide.po
+++ b/source/am/helpcontent2/source/text/sdraw/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-03-09 20:48+0100\n"
-"PO-Revision-Date: 2016-12-09 00:50+0000\n"
+"PO-Revision-Date: 2016-12-25 00:58+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481244602.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1482627526.000000\n"
#: align_arrange.xhp
msgctxt ""
@@ -356,7 +356,7 @@ msgctxt ""
"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 "የ ቀአሰ ቀለም ዘዴ ይቀላቅላል ቀይ: አረንጓዴ እና ሰማያዊ ብርሀን ቀለሞች ለ መፍጠር በ ኮምፒዩተር መመልከቻ ላይ: በ ቀአሰ ቀለም ዘዴ: የ ሶስቱ ቀለሞች አካሎች ይጨመራል እና ዋጋዎች ይኖራቸዋል ከ 0 (ጥቁር) እስከ 255 (ነጭ). የ CMYK ቀለም ዘዴ ይቀላቅላል Cyan (C), Magenta (M), ቢጫ (ቢ), እና ጥቁር (K, እንዲሁም ይጠቀማል ለ \"ቁልፍ\") ይፈጥራል በ ቀለም ማተሚያ: አራቱ ቀለሞች የ CMYK ዘዴዎች መቀነሻ እና የሚገለጹት በ ፐርሰንት ነው: ጥቁር ተመሳሳይ ነውከ 100 % እና ነጭ ከ 0 %. ጋር"
+msgstr "የ ቀአሰ ቀለም ዘዴ ይቀላቅላል ቀይ: አረንጓዴ እና ሰማያዊ ብርሀን ቀለሞች ለ መፍጠር በ ኮምፒዩተር መመልከቻ ላይ: በ ቀአሰ ቀለም ዘዴ: የ ሶስቱ ቀለሞች አካሎች ይጨመራል እና ዋጋዎች ይኖራቸዋል ከ 0 (ጥቁር) እስከ 255 (ነጭ). የ ሲማቢጥ ቀለም ዘዴ ይቀላቅላል ሲያን (C), ማጄንታ (M), ቢጫ (ቢ), እና ጥቁር (K, እንዲሁም ይጠቀማል ለ \"ቁልፍ\") ይፈጥራል በ ቀለም ማተሚያ: አራቱ ቀለሞች የ ሲማቢጥ ዘዴዎች መቀነሻ እና የሚገለጹት በ ፐርሰንት ነው: ጥቁር ተመሳሳይ ነውከ 100 % እና ነጭ ከ 0 %. ጋር"
#: color_define.xhp
msgctxt ""
@@ -623,7 +623,7 @@ msgctxt ""
"71\n"
"help.text"
msgid "In the following illustrations, the original objects are on the left and the modified shapes on the right."
-msgstr "በሚቀጥለው ማብራሪያ ማሳያ ዋናው እቃ በስተ ግራ ነው እና የተሻሻለው ቅርጽ በቀኝ ነው"
+msgstr "በሚቀጥለው ማብራሪያ ማሳያ ዋናው እቃ በስተ ግራ ነው እና የተሻሻለው ቅርጽ በ ቀኝ ነው"
#: combine_etc.xhp
msgctxt ""
@@ -849,7 +849,7 @@ msgctxt ""
"bm_id3146974\n"
"help.text"
msgid "<bookmark_value>sectors of circles/ellipses</bookmark_value><bookmark_value>segments of circles/ellipses</bookmark_value><bookmark_value>circle segments</bookmark_value><bookmark_value>ellipses; segments</bookmark_value><bookmark_value>drawing; sectors and segments</bookmark_value>"
-msgstr "<bookmark_value>የ ክብ ክፋይ/ellipses</bookmark_value><bookmark_value>የ ክብ ክፋይ/ellipses</bookmark_value><bookmark_value>የ ክብ ክፋይ</bookmark_value><bookmark_value>ellipses: ክፋይ</bookmark_value><bookmark_value>መሳያ: ክፋይ እና ክፋዮች</bookmark_value>"
+msgstr "<bookmark_value>የ ክብ ክፋይ/ኤሊፕስ</bookmark_value><bookmark_value>የ ክብ ክፋይ/ኤሊፕስ</bookmark_value><bookmark_value>የ ክብ ክፋይ</bookmark_value><bookmark_value>ኤሊፕስ: ክፋይ</bookmark_value><bookmark_value>መሳያ: ክፋይ እና ክፋዮች</bookmark_value>"
#: draw_sector.xhp
msgctxt ""
@@ -867,7 +867,7 @@ msgctxt ""
"31\n"
"help.text"
msgid "The <emph>Ellipse</emph> toolbar contains tools for drawing ellipses and circles. You can also draw segments and sectors of circles and ellipses."
-msgstr "የ <emph>Ellipse</emph> እቃ መደርደሪያ የያዛቸው መሳሪያዎች ለ መሳያ ነው ellipses እና ክቦች: እርስዎ እንዲሁም መሳል ይችላሉ የ ክብ ክፋይ እና ክፋዮች እና ellipses."
+msgstr "የ <emph>ኤሊፕስ</emph> እቃ መደርደሪያ የያዛቸው መሳሪያዎች ለ መሳያ ነው ኤሊፕስ እና ክቦች: እርስዎ እንዲሁም መሳል ይችላሉ የ ክብ ክፋይ እና ክፋዮች እና ኤሊፕስ"
#: draw_sector.xhp
msgctxt ""
@@ -885,7 +885,7 @@ msgctxt ""
"33\n"
"help.text"
msgid "Open the <emph>Ellipses</emph> toolbar and click one of the <emph>Circle Pie</emph> or <emph>Ellipse Pie</emph> icons <image id=\"img_id3155768\" src=\"cmd/sc_circlepie_unfilled.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3155768\">Icon</alt></image>. The mouse pointer changes to a cross hair with a small icon of a sector."
-msgstr "መክፈቻ የ <emph>Ellipses</emph> እቃ መደርደሪያ እና ይጫኑ አንዱን <emph>Circle Pie</emph> ወይንም <emph>Ellipse Pie</emph> ምልክቶች <image id=\"img_id3155768\" src=\"cmd/sc_circlepie_unfilled.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3155768\">ምልክት</alt></image>. የ አይጥ መጠቆሚያው ይቀየራል ወደ መስቀል ፀጉር አጠገቡም ትንሽ ክብ ምልክት ይኖራል"
+msgstr "መክፈቻ የ <emph>ኤሊፕስ</emph> እቃ መደርደሪያ እና ይጫኑ አንዱን <emph>ክብ ፓይ</emph> ወይንም <emph>ኤሊፕስ ፓይ</emph> ምልክቶች <image id=\"img_id3155768\" src=\"cmd/sc_circlepie_unfilled.png\" width=\"5.64mm\" height=\"5.64mm\"><alt id=\"alt_id3155768\">ምልክት</alt></image> የ አይጥ መጠቆሚያው ይቀየራል ወደ መስቀል ፀጉር አጠገቡም ትንሽ ክብ ምልክት ይኖራል"
#: draw_sector.xhp
msgctxt ""
@@ -1000,7 +1000,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "The following example creates a stack of coins by making multiple copies of a single ellipse."
-msgstr "የሚቀጥለው ምሳሌ የ ሳንቲሞች ክምር ይፈጥራል በርካታ ኮፒዎች በ ነጠላ ellipse."
+msgstr "የሚቀጥለው ምሳሌ የ ሳንቲሞች ክምር ይፈጥራል በርካታ ኮፒዎች በ ነጠላ ኤሊፕስ"
#: duplicate_object.xhp
msgctxt ""
@@ -1705,7 +1705,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "Right-click and choose <emph>Modify - Connect</emph>."
-msgstr "በቀኝ-ይጫኑ እና ይምረጡ <emph>ማሻሻያ - ማገናኛ</emph>."
+msgstr "በ ቀኝ-ይጫኑ እና ይምረጡ <emph>ማሻሻያ - ማገናኛ</emph>."
#: join_objects.xhp
msgctxt ""
@@ -2056,7 +2056,7 @@ msgctxt ""
"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>pivot points of መሳያ እቃዎች</bookmark_value><bookmark_value>skewing መሳያ እቃዎች</bookmark_value>"
+msgstr "<bookmark_value>ማዞሪያ: መሳያ እቃዎች</bookmark_value><bookmark_value>መሳያ እቃዎች: ማዞሪያ</bookmark_value><bookmark_value>የ pivot ነጥቦች ለ መሳያ እቃዎች</bookmark_value><bookmark_value>የሚያጋድልበት ለ መሳያ እቃዎች</bookmark_value>"
#: rotate_object.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/00.po b/source/am/helpcontent2/source/text/shared/00.po
index cecabe039d2..f82cec776a0 100644
--- a/source/am/helpcontent2/source/text/shared/00.po
+++ b/source/am/helpcontent2/source/text/shared/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-11-17 14:49+0000\n"
+"POT-Creation-Date: 2016-12-21 15:39+0100\n"
+"PO-Revision-Date: 2017-01-09 14:37+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1479394176.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483972662.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -617,7 +617,7 @@ msgctxt ""
"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 ""
+msgstr "<bookmark_value>የ ኢንተርኔት ቃላት መፍቻ</bookmark_value> <bookmark_value>የ ተለመደ ደንብ: የ ኢንተርኔት ቃላት መፍቻ</bookmark_value> <bookmark_value>ቃላት መፍቻ: የ ኢንተርኔት ደንቦች</bookmark_value> <bookmark_value>የ ስርአት ደንብ: የ ኢንተርኔት ቃላት መፍቻ</bookmark_value>"
#: 00000002.xhp
msgctxt ""
@@ -625,7 +625,7 @@ msgctxt ""
"hd_id3150702\n"
"help.text"
msgid "<link href=\"text/shared/00/00000002.xhp\" name=\"Glossary of Internet Terms\">Glossary of Internet Terms</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/00/00000002.xhp\" name=\"Glossary of Internet Terms\">የ ኢንተርኔት ደንብ ቃላት መፍቻ</link>"
#: 00000002.xhp
msgctxt ""
@@ -633,7 +633,7 @@ msgctxt ""
"par_id3155577\n"
"help.text"
msgid "If you are a newcomer to the Internet, you will be confronted with unfamiliar terms: browser, bookmark, e-mail, homepage, search engine, and many others. To make your first steps easier, this glossary explains some of the more important terminology you may find in the Internet, intranet, mail and news."
-msgstr ""
+msgstr "እርስዎ አዲስ ከሆኑ ለ ኢንተርኔት: ብዙ አዲስ ያልተለመዱ ቃሎች ይገጥምዎታል: ለምሳሌ: መቃኛ: ምልክት ማድረጊያ: ኢ-ሜይል: ድህረ ገጽ: መፈለጊያ ሞተር: እና በጣም ብዙ በርካታ ቃሎች ይገጥምዎታል: የ መጀመሪያውን ደረጃ ቀላል ለማድረግ: ይህ ቃላት መፍቻ ጥቂት በጣም አስፈላጊ የሆኑትን ለ መግለጽ ይሞክራል በ ኢንተርኔት: ኢንትራኔት: ደብዳቤ: እና ዜናዎች ውስጥ"
#: 00000002.xhp
msgctxt ""
@@ -641,7 +641,7 @@ msgctxt ""
"hd_id18082016234439503\n"
"help.text"
msgid "CMIS"
-msgstr ""
+msgstr "CMIS"
#: 00000002.xhp
msgctxt ""
@@ -649,7 +649,7 @@ msgctxt ""
"par_id180820162344398454\n"
"help.text"
msgid "The Content Management Interoperability Services (CMIS) standard defines a domain model and Web Services and Restful AtomPub bindings that will enable greater interoperability of Enterprise Content Management (ECM) systems. CMIS uses Web services and Web 2.0 interfaces to enable rich information to be shared across Internet protocols in vendor-neutral formats, among document systems, publishers and repositories, within one enterprise and between companies."
-msgstr ""
+msgstr "The Content Management Interoperability Services (CMIS) ደንብ የሚገልጸው የ ግዛት ክፍል ነው እና የ ዌብ ግልጋሎቶች እና Restful AtomPub ማጣመሪያ እርስዎን የሚያስችል ትልቅ መቀበያ እና መጠቀሚያ ነው ለ Enterprise Content Management (ECM) ስርአቶች: CMIS የሚጠቀመው የ ዌብ ግልጋሎት እና ዌብ 2.0 ገጽታዎችን ነው ለ ሰፊ መረጃ ለማካፈል በ ኢንተርኔት አሰራር ከ ሺያጭ-ነፃ በሆነ አቀራረብ: በ ሰነድ ስርአት ውስጥ: አታሚዎች እና ማጠራቀሚያዎች: ከ አንድ enterprise እና በ ካምፓኒዎች መካከል"
#: 00000002.xhp
msgctxt ""
@@ -657,7 +657,7 @@ msgctxt ""
"hd_id180820162344393005\n"
"help.text"
msgid "WebDAV"
-msgstr ""
+msgstr "ዌብዴቭ"
#: 00000002.xhp
msgctxt ""
@@ -665,7 +665,7 @@ msgctxt ""
"par_id180820162344394243\n"
"help.text"
msgid "Short for Web-based Distributed Authoring and Versioning, an IETF standard set of platform-independent extensions to HTTP that allows users to collaboratively edit and manage files on remote Web servers. WebDAV features XML properties on metadata, locking - which prevents authors from overwriting each other's changes - namespace manipulation and remote file management. WebDav is sometimes referred to as DAV."
-msgstr ""
+msgstr "አጭር ለ ዌብ-መሰረት ባደረገ ስርጭት ማረሚያ እና እትም: የ IETF ደረጃ ማሰናጃ መድረክ-ነፃ ተጨማሪዎች ለ HTTP ተጠቃሚውን ያስችለዋል በ ቡድን ለ ማረም እና ፋይሎች ለማስተዳደር ነ ዌብ ሰርቨሮች ላይ: የ WebDAV features XML ባህሪዎች በ metadata, መቆለፊያ - ደራሲዎችን ለ መጠበቅ አንዱ የ አንዱን ስራ ላይ ደርቦ እንዳይጽፍ - የ ስም ቦታዎች እና መቆጣጠር የ ሩቅ ፋይሎች አስተዳዳሪ: የWebDav አንድ አንድ ጊዜ DAV. ይባላል"
#: 00000002.xhp
msgctxt ""
@@ -673,7 +673,7 @@ msgctxt ""
"hd_id3153146\n"
"help.text"
msgid "Frames"
-msgstr ""
+msgstr "ክፈፎች"
#: 00000002.xhp
msgctxt ""
@@ -681,7 +681,7 @@ msgctxt ""
"par_id3157909\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 ""
+msgstr "ክፈፎች በጣም ጠቃሚ ናቸው ንድፍ ለ መፍጠር የ<link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> ገጾች $[officename] ተንሳፋፊ ክፈፎች ይጠቀሙ እርስዎ እቃዎችን የሚያስቀምጡበት እንደ ንድፎች: ሙቪ ፋይሎች: እና ድምጾች: የ ክፈፍ አገባብ ዝርዝር የሚያሳየው ምርጫዎች ለ እንደ ነበር መመለሻ ወይንም የ ክፈፍ ይዞታዎችን ለማረም ነው: አንዳንድ ትእዛዞች ተዘርዝረዋል: በ <emph> ማረሚያ - እቃ</emph> ክፈፍ በሚመረጥ ጊዜ"
#: 00000002.xhp
msgctxt ""
@@ -689,7 +689,7 @@ msgctxt ""
"hd_id3147077\n"
"help.text"
msgid "FTP"
-msgstr ""
+msgstr "FTP"
#: 00000002.xhp
msgctxt ""
@@ -697,7 +697,7 @@ msgctxt ""
"par_id3147335\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 ""
+msgstr "FTP ማለት የ File Transfer Protocol እና መደበኛ የ ማስተላለፊያ አሰራር ነው ለ ፋይሎች በ ኢንተርኔት ውስጥ: የ FTP ሰርቨር ፕሮግራም ነው: በ ኮምፒዩተር ላይ ከ ኢንተርኔት ጋር የ ተገናኘ ፋይሎች የሚያጠራቅም እና የሚያስተላልፍ በ FTP. በመረዳት: FTP ሀላፊ ነው ለ ማስተላለፍ እና ለማውረድ ፋይሎችን ከ ኢንተርኔት ላይ: <link href=\"text/shared/00/00000002.xhp#http\" name=\"HTTP\">HTTP</link> (Hypertext Transfer Protocol) የሚያቀርበው ግንኙነት ማሰናዳት ነው እና ዳታ ማስተላለፍ በ WWW ሰርቨሮች እና ደንበኞች መካከል"
#: 00000002.xhp
msgctxt ""
@@ -713,7 +713,7 @@ msgctxt ""
"hd_id3145609\n"
"help.text"
msgid "HTML"
-msgstr ""
+msgstr "HTML"
#: 00000002.xhp
msgctxt ""
@@ -721,7 +721,7 @@ msgctxt ""
"par_id3161459\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 ""
+msgstr "HTML (Hypertext Markup Language) የ ሰነድ ኮድ ቋንቋ ነው: የሚጠቅመው ለ ፋይል አቀራረብ ነው ለ WWW ሰነዶች: የ መነጨውም ከ <link href=\"text/shared/00/00000002.xhp#sgml\" name=\"SGML\">SGML</link> እና ጽሁፍ: ንድፎች: ቪዲዮዎች: እና ድምፆች ያካትታል"
#: 00000002.xhp
msgctxt ""
@@ -729,7 +729,7 @@ msgctxt ""
"par_id3154346\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 ""
+msgstr "እርስዎ መጻፍ ከ ፈለጉ የ HTML ትእዛዞች በ ቀጥታ: ለምሳሌ: እርስዎ በሚለማመዱ ጊዜ ዝግጁ ከሆኑ ከ አንዱ የ HTML መጽሀፎች ውስጥ: ያስታውሱ የ HTML ገጾች ንፁህ የ ጽሁፍ ፋይሎች ናቸው: የ እርስዎን ሰነድ ያስቀምጡ በ ሰነድ አይነት ውስጥ በ <emph>ጽሁፍ </emph>እና ይስጡት የ ፋይል ስም ተቀጥያ .HTML. እርግጠኛ ይሁኑ እንደሌለ umlauts ወይንም ሌሎች የ ተለዩ ባህሪዎች የ ተስፋፉ ባህሪዎች ስብስብ: እርስዎ ከ ፈለጉ እንደገና-መከፈት ይህን ፋይል በ $[officename] እና ማረም በ HTML ኮድ: እርስዎ መጫን አለብዎት በ ፋይል አይነት <emph>ጽሁፍ</emph> እና በ ፋይል አይነት አይደለም <emph>የ ዌብ ገጾች</emph>."
#: 00000002.xhp
msgctxt ""
@@ -737,7 +737,7 @@ msgctxt ""
"par_id3153960\n"
"help.text"
msgid "There are several references on the Internet providing an introduction to the HTML language."
-msgstr ""
+msgstr "በ ኢንተርኔት ላይ የ HTML ቋንቋ የሚያስተዋውቁ በርካታ ማመሳከሪያዎች ይገኛሉ"
#: 00000002.xhp
msgctxt ""
@@ -745,7 +745,7 @@ msgctxt ""
"hd_id3147423\n"
"help.text"
msgid "HTTP"
-msgstr ""
+msgstr "HTTP"
#: 00000002.xhp
msgctxt ""
@@ -753,7 +753,7 @@ msgctxt ""
"par_id3153379\n"
"help.text"
msgid "The Hypertext Transfer Protocol is a record of transmission of WWW documents between WWW servers (hosts) and browsers (clients)."
-msgstr ""
+msgstr "የ Hypertext Transfer Protocol የ ተቀረጸ ማስተላለፊያ ነው ለ WWW ሰነዶች በ WWW ሰርቨሮች (ጋባዥ) እና መቃኛ (ደንበኞች) መካከል"
#: 00000002.xhp
msgctxt ""
@@ -761,7 +761,7 @@ msgctxt ""
"bm_id3149290\n"
"help.text"
msgid "<bookmark_value>hyperlinks; definition</bookmark_value>"
-msgstr "<bookmark_value>hyperlinks; definition</bookmark_value>"
+msgstr "<bookmark_value>hyperlinks: መግለጫ</bookmark_value>"
#: 00000002.xhp
msgctxt ""
@@ -769,7 +769,7 @@ msgctxt ""
"hd_id3149290\n"
"help.text"
msgid "Hyperlink"
-msgstr ""
+msgstr "Hyperlink"
#: 00000002.xhp
msgctxt ""
@@ -777,7 +777,7 @@ msgctxt ""
"par_id3145420\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 ""
+msgstr "Hyperlinks መስቀልኛ-ማመሳከሪያዎች ናቸው: በ ተለያየ ቀለም የ ደመቁ ጽሁፎች እና የሚጀምሩ በ አይጥ ቁልፍ-በ መጫን: በ hyperlinks እርዳታ አንባቢዎች መዝለል ይችላሉ ወደ ተወሰነ መረጃ በ ሰነድ ውስጥ: እንዲሁም ከ ተዛመዱ መረጃዎች ጋር በ ሌላ ሰነድ ውስጥ"
#: 00000002.xhp
msgctxt ""
@@ -785,7 +785,7 @@ msgctxt ""
"par_id3156281\n"
"help.text"
msgid "In $[officename] you can assign hyperlinks to text as well as to graphics and text frames (see the Hyperlink Dialog icon on the Standard bar)."
-msgstr ""
+msgstr "በ $[officename] እርስዎ መመደብ ይችላሉ የ hyperlinks ወደ ጽሁፍ እንዲሁም ወደ ንድፍ እና የ ጽሁፍ ክፈፎች ውስጥ (ይህን ይመልከቱ የ Hyperlink ንግግር ምልክት በ መደበኛ መደርደሪያ ላይ)"
#: 00000002.xhp
msgctxt ""
@@ -801,7 +801,7 @@ msgctxt ""
"hd_id3152805\n"
"help.text"
msgid "ImageMap"
-msgstr ""
+msgstr "የ ምስል ካርታ"
#: 00000002.xhp
msgctxt ""
@@ -809,7 +809,7 @@ msgctxt ""
"par_id3154685\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 ""
+msgstr "የ ምስል ካርታ ማመሳከሪያ-sensitive ነው ለ ንድፍ እና የ ጽሁፍ ክፈፍ: እርስዎ መጫን ይችላሉ የ ተገለጸ ቦታ በ ንድፍ ወይንም የ ጽሁፍ ክፈፍ ላይ: ለ መሄድ ወደ ኢላማው (<link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link>) ከ ቦታው ጋር ተገናኝቷል: የ ማመሳከሪያ ቦታዎች: ከ ተገናኙ URLs ጋር እና ተመሳሳይ ጽሁፍ ይታያል የ አይጥ መጠቆሚያውን በላዩ ላይ ሲያሳርፉ: የ ተገለጹ በ <link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap Editor\">የ ምስል ካርታ ማረሚያ </link>."
#: 00000002.xhp
msgctxt ""
@@ -817,7 +817,7 @@ msgctxt ""
"par_id3153178\n"
"help.text"
msgid "There are two different types of ImageMaps. A Client Side ImageMap is evaluated on the client computer, which loaded the graphic from the Internet, while a Server Side ImageMap is evaluated on the server computer which provides the <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> page on the Internet. In server evaluation, clicking an ImageMap sends the relative coordinates of the cursor within the image to the server, and a dedicated program on the server responds. In the client evaluation, clicking a defined hotspot of the ImageMap activates the URL, as if it were a normal text link. The URL appears below the mouse pointer when passing across the ImageMap."
-msgstr ""
+msgstr "ሁለት የ ተለያዩ አይነቶች የ ምስል ካርታዎች አሉ:የ ደንበኛ በኩል የ ምስል ካርታ የሚገመገመው በ ደንበኛ ኮምፒዩተር ነው: ንድፉን የሚጭነው ከ ኢንተርኔት ነው: ነገር ግን በ ሰርቨር በኩል ያለ የ ምስል ካርታ የሚገመገመው በ ሰርቨር ኮምፒዩተር ነው በሚያቀርብ <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> ገጽ በ ኢንተርኔት: በ ሰርቨር መገምገሚያ: የ ምስል ካርታ መጫን አንፃራዊ ቦታ ይልካል መጠቆሚያው ባለበት ቦታ ከ ምስሉ ጋር ወደ ሰርቨር: እና ከ ሰርቨሩ ላይ የ ተሰናዳው ፕሮግራም ይመልሳል: በ ደንበኛ መገምገሚያ ውስጥ: መጫን የ ተወሰነ ትኩስ ቦታ የ ምስል ካርታ URL ያስጀምራል: መደበኛ የ ጽሁፍ አገናኝ እንደሆነ አይነት: ይህ URL ይታያል በ አይጥ መጠቆሚያው ከ ታች በኩል በሚያልፍ ጊዜ በ ምስል ካርታ ላይ"
#: 00000002.xhp
msgctxt ""
@@ -825,7 +825,7 @@ msgctxt ""
"par_id3150740\n"
"help.text"
msgid "As ImageMaps can be used in different ways, they can be stored in different formats."
-msgstr ""
+msgstr "የ ምስል ካርታን በ ተለያየ መንገድ መጠቀም ይቻላል: እንዲሁም በ ተለያዩ አቀራረቦች ማስቀመጥ ይቻላል"
#: 00000002.xhp
msgctxt ""
@@ -833,7 +833,7 @@ msgctxt ""
"hd_id3146874\n"
"help.text"
msgid "ImageMap Formats"
-msgstr ""
+msgstr "የ ምስል ካርታ አቀራረብ"
#: 00000002.xhp
msgctxt ""
@@ -841,7 +841,7 @@ msgctxt ""
"par_id3145153\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 ""
+msgstr "የ ምስል ካርታ በ ሁለት የ ተከፈለ ነው: በ ሰርቨር በኩል የሚመረመር (ይህ ማለት: በ እርስዎ ኢንተርኔት አቅራቢ) እና በ ዌብ መቃኛ ላይ የሚመረመር በ አንባቢው ኮምፒዩተር"
#: 00000002.xhp
msgctxt ""
@@ -857,7 +857,7 @@ msgctxt ""
"hd_id3152881\n"
"help.text"
msgid "Server Side ImageMaps"
-msgstr ""
+msgstr "የ ሰርቨር በኩል የ ምስል ካርታ"
#: 00000002.xhp
msgctxt ""
@@ -865,7 +865,7 @@ msgctxt ""
"par_id3153057\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 ""
+msgstr "የ ሰርቨር በኩል የ ምስል ካርታ ለ አንባቢው በ ገጹ ላይ የሚታየው እንደ ስእል ወይንም ክፈፍ ነው: ይጫኑ በ ምስል ካርታ ላይ በ አይጥ መጠቆሚያው: እና አንፃራዊ ቦታ ለ ሰርቨር ይላካል: በ ሌላ ፕሮግራም በ መረዳት: ሰርቨሩ ከዚያ በኋላ የሚወስደውን እርምጃ ይወስናል: በርካታ ተስማሚ ያልሆኑ መንገዶች አሉ ይህን ሂደት ለ መግለጽ: ሁለቱ በጣም የ ተለመዱ እነዚህ ናቸው:"
#: 00000002.xhp
msgctxt ""
@@ -873,7 +873,7 @@ msgctxt ""
"par_id3147502\n"
"help.text"
msgid "W3C (CERN) HTTP Server (Format type: MAP - CERN)"
-msgstr ""
+msgstr "W3C (CERN) HTTP ሰርቨር (የ አቀራረብ አይነት: ካርታ - CERN)"
#: 00000002.xhp
msgctxt ""
@@ -881,7 +881,7 @@ msgctxt ""
"par_id3154011\n"
"help.text"
msgid "NCSA HTTP Server (Format type: MAP - NCSA)"
-msgstr ""
+msgstr "NCSA HTTP ሰርቨር (የ አቀራረብ አይነት: ካርታ - NCSA)"
#: 00000002.xhp
msgctxt ""
@@ -889,7 +889,7 @@ msgctxt ""
"par_id3149483\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 ""
+msgstr "$[officename] የ ምስል ካርታ ይፈጥራል ለ ሁለቱም መንገዶች: ይምረጡ አቀራረብ ከ <emph>ፋይል አይነት </emph>ዝርዝር ውስጥ በ <emph>ማስቀመጫ እንደ </emph>ንግግር ውስጥ: በ <emph>የ ምስል ካርታ ማረሚያ</emph> ውስጥ: የ ተለዩ የ ካርታ ፋይሎች ይፈጠራሉ እርስዎ ወደ ሰርቨር የሚጭኑት: እርስዎ መጠየቅ አለብዎት የ እርስዎን ኢንተርኔት አቅራቢ ወይንም የ ኔትዎርክ አስተዳዳሪ ምን አይነት የ ምስል ካርታ በ ሰርቨሩ እንደሚደገፍ እና የ መመርመሪያ ፕሮግራሙ ጋር እንዴት እንደሚደረስ ይጠይቁ"
#: 00000002.xhp
msgctxt ""
@@ -905,7 +905,7 @@ msgctxt ""
"hd_id3152418\n"
"help.text"
msgid "Client Side ImageMap"
-msgstr ""
+msgstr "በ ደንበኛ በኩል የ ምስል ካርታ"
#: 00000002.xhp
msgctxt ""
@@ -913,7 +913,7 @@ msgctxt ""
"par_id3151290\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 ""
+msgstr "ስእሉ ያለበት ቦታ ወይንም ክፈፍ አንባቢው የሚጫንበት አገናኙ በሚታይበት ማገናኛ <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link> የ አይጥ መጠቆሚያ በላዩ በሚያልፍ ጊዜ: የ ምስል ካርታ በ ደረጃ ይጠራቀማል ከ ስእሉ በታች በኩል እና መረጃ ይይዛል ስለ ተመሳከረው አካባቢ: በ ደንበኛ በኩል የ ምስል ካርታ ጉዳቱ አሮጌ ዌብ መቃኛዎች ማንበብ አይችሉም: ወደ ፊት አንድ ቀን ይህ ችግር ይፈታል"
#: 00000002.xhp
msgctxt ""
@@ -921,7 +921,7 @@ msgctxt ""
"par_id3149664\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 ""
+msgstr "የ ምስል ካርታ በሚያስቀምጡ ጊዜ: ይምረጡ የ ፋይል አይነት <emph>SIP – መመልከቻ ማስጀመሪያ የ ምስል ካርታ</emph> ይህ የ ምስል ካርታ ያስቀምጣል በ ቀጥታ አቀራረብ መፈጸም የሚቻል በ እያንዳንዱ ንቁ ስእል ወይንም ክፈፍ በ እርስዎ ሰነድ ውስጥ: ነገር ግን: እርስዎ መጠቀም ከ ፈለጉ የ ምስል ካርታ በ አሁኑ ስእል ውስጥ ወይንም የ ጽሁፍ ክፈፍ ውስጥ: እርስዎ ማስቀመጥ የለብዎትም በ ተለየ አቀራረብ ውስጥ: አካባቢውን ከ ገለጹ በኋላ: በ ቀላሉ ይጫኑ <emph>መፈጸሚያ</emph>. ሌላ ምንም አያስፈልግም: የ ደንበኛ በኩል የ ምስል ካርታ ተቀምጧል በ <link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> አቀራረብ በ ቀጥታ ይገባል ወደ ገጽ በ HTML ኮድ ውስጥ"
#: 00000002.xhp
msgctxt ""
@@ -937,7 +937,7 @@ msgctxt ""
"hd_id3159125\n"
"help.text"
msgid "Java"
-msgstr ""
+msgstr "Java"
#: 00000002.xhp
msgctxt ""
@@ -945,7 +945,7 @@ msgctxt ""
"par_id3153188\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 ""
+msgstr "የ Java programming language ነፃ የ ፕሮግራም ቋንቋ ነው: የሚጠቅመው ለ ኢንተርኔት ነው: ድህረ ገጾች እና መተግባሪያዎች በ Java class ፋይሎች መጠቀም ይችላሉ ለ ዘመናዊ የ መስሪያ ስርአቶች: የ Java programming language ብዙ ጊዜ የሚፈጠረው በ Java development environment ነው: እና ከዛ ይዘጋጃል ወደ \"byte code\"."
#: 00000002.xhp
msgctxt ""
@@ -953,7 +953,7 @@ msgctxt ""
"hd_id3145647\n"
"help.text"
msgid "Proxy"
-msgstr ""
+msgstr "ወኪል"
#: 00000002.xhp
msgctxt ""
@@ -961,7 +961,7 @@ msgctxt ""
"par_id3148455\n"
"help.text"
msgid "A proxy is a computer in the network acting as a kind of clipboard for data transfer. Whenever you access the Internet from a company network and request a Web page that has already been read by a colleague, the proxy will be able to display the page much quicker, as long as it's still in the memory. All that has to be checked in this case is that the page stored in the proxy is the latest version. If this is the case, the page won't have to be downloaded from the much slower Internet but can be loaded directly from the proxy."
-msgstr ""
+msgstr "ወኪል ኮምፒዩተር በ ኔትዎርክ ውስጥ የሚያገለግለው እንደ ቁራጭ ሰሌዳ ነው ለ ዳታ ማስተላለፊያ: እርስዎ ኢንተርኔታ ጋር መድረስ ሲፈልጉ በ ካምፓኒው ኔትዎርክ ውስጥ እና ሲጠይቁ ድህረ ገጽ ቀደም ብሎ የ ተነበበ በ ሌሎች ሰራተኞች: ወኪል ኮምፒዩተር ማሳየት ይችላል ድህረ ገጹን በፍጥነት: ማስታወሻ ውስጥ እስካለ ድረስ: ሁሉም መመርመር ያለባቸው በዚህ ጊዜ ወኪሉ የያዘው መረጃ ዘመናዊ መሆኑን ነው: ሁኔታው እንደዚህ ከሆነ: ገጹን ማውረድ አያስፈልግም: በጣም ዝግተኛ ከሆነ ኢንተርኔት ውስጥ: ነገር ግን በ ወኪሉ ላይ ያለውን ይጭናል"
#: 00000002.xhp
msgctxt ""
@@ -977,7 +977,7 @@ msgctxt ""
"hd_id3154729\n"
"help.text"
msgid "SGML"
-msgstr ""
+msgstr "SGML"
#: 00000002.xhp
msgctxt ""
@@ -985,7 +985,7 @@ msgctxt ""
"par_id3147330\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 ""
+msgstr "SGML ማለት የ \"Standard Generalized Markup Language\". SGML iመሰረት ያደረገው ሀሳብ የ ሰነዶች አካል እና ሌሎች የ ተዛመዱ አካላቶች መግለጽ የሚቻል ያለ ማመሳከሪያ እነዚህ አካላቶች እንዴት እንደሚታዩ ነው: ትክክለኛው ማሳያ ለ እነደዚህ አይነት ሰነድ እንደ ውጤቱ አካል እና ዘዴ ምርጫዎች ይለያያል: በ ተዘጋጁ ጽሁፎች ውስጥ: የ SGML አካላቶችን መገለጽ ብቻ ሳይሆን (በ DTD = Document Type Definition) ነገር ግን እንዲሁም በ ትክክል መጠቀማቸውን ያረጋግጣል"
#: 00000002.xhp
msgctxt ""
@@ -993,7 +993,7 @@ msgctxt ""
"par_id3148747\n"
"help.text"
msgid "<link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> is a specialized application of SGML. This means that most Web browsers support only a limited range of SGML standards and that almost all SGML-enabled systems can produce attractive HTML pages."
-msgstr ""
+msgstr "<link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> የ ተለየ መተግበሪያ ነው ለ SGML. ይህም ማለት በርካታ ዌብ መቃኛዎች የ ተወሰነ መጠን የ SGML ደረጃዎችን ይደግፋሉ እና ሁሉም የ SGML-ያስቻሉ ስርአቶች በጣም ውብ የሆነ የ HTML ገጾች ይኖራቸዋል"
#: 00000002.xhp
msgctxt ""
@@ -1001,7 +1001,7 @@ msgctxt ""
"bm_id3153950\n"
"help.text"
msgid "<bookmark_value>search engines; definition</bookmark_value>"
-msgstr "<bookmark_value>የ መፈለጊያ ሞተሮች; መግለጫ</bookmark_value>"
+msgstr "<bookmark_value>የ መፈለጊያ ሞተሮች: መግለጫ</bookmark_value>"
#: 00000002.xhp
msgctxt ""
@@ -1009,7 +1009,7 @@ msgctxt ""
"hd_id3153950\n"
"help.text"
msgid "Search Engines"
-msgstr ""
+msgstr "መፈለጊያ ሞተሮች"
#: 00000002.xhp
msgctxt ""
@@ -1017,7 +1017,7 @@ msgctxt ""
"par_id3157965\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 ""
+msgstr "የ መፈለጊያ ሞተር ግልጋሎት ነው ኢንተርኔትን መሰረት ያደረገ የ ሶፍትዌር ፕሮግራም የሚጠቅመውም ለ መቃኘት ነው ሰፊ መረጃዎችን ቁልፍ ቃሎችን በ መጠቀም"
#: 00000002.xhp
msgctxt ""
@@ -1033,7 +1033,7 @@ msgctxt ""
"hd_id3150751\n"
"help.text"
msgid "Tags"
-msgstr ""
+msgstr "ቁራጭ"
#: 00000002.xhp
msgctxt ""
@@ -1041,7 +1041,7 @@ msgctxt ""
"par_id3156360\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 ""
+msgstr "<link href=\"text/shared/00/00000002.xhp#html\" name=\"HTML\">HTML</link> ገጾች የያዙ አንዳንድ የ መገንቢያ እና አቀራረብ ትእዛዞችን tags. ይባላሉ: Tags የ ኮድ ቃሎች ናቸው በ ክንፎች የ ተከበቡ በ ሰነድ መግለጫ ቋንቋ በ HTML. ውስጥ: በርካታ tags የሚይዙት ጽሁፍ ወይንም hyperlink ማመሳከሪያዎች ነው በ መከፈቻ እና በ መዝጊያ ቅንፎች መካከል ውስጥ: ለምሳሌ: አርእስቶች ምልክት ይደረግባቸዋል በ tags <h1> በ መጀመሪያ እና </h1> በ አርእስቱ መጨረሻ ላይ: አንዳንድ tags የሚታዩት በ ራሳቸው ነው እንደ <br> ለ መስመር መጨረሻ ወይንም <img ...> ንድፎች ለ ማገናኘት"
#: 00000002.xhp
msgctxt ""
@@ -1057,7 +1057,7 @@ msgctxt ""
"hd_id3153766\n"
"help.text"
msgid "URL"
-msgstr ""
+msgstr "URL"
#: 00000002.xhp
msgctxt ""
@@ -1065,7 +1065,7 @@ msgctxt ""
"par_id3152931\n"
"help.text"
msgid "The Uniform Resource Locator (URL) displays the address of a document or a server in the Internet. The general structure of a URL varies according to type and is generally in the form Service://Hostname:Port/Path/Page#Mark although not all elements are always required. An URL can be a FTP address, a WWW (HTTP) address, a file address or an e-mail address."
-msgstr ""
+msgstr "የ Uniform Resource Locator (URL) የሚያሳየው የ ሰነድ ወይንም የ ሰርቨር አድራሻ ነው በ ኢንተርኔት ላይ: ባጠቃላይ የ URL አካል ይለያያል እንደ አይነቱ እና ባጠቃላይ ፎርም አይነት እና ግልጋሎት://Hostname:Port/Path/Page#Mark ምንም እንኳን ሁሉም አካላቶች ባያስፈልጉም: URL መሆን ይችላል የ FTP አድራሻ: የ WWW (HTTP) አድራሻ: የ ፋይል አድራሻ ወይንም የ ኢ-ሜይል አድራሻ:"
#: 00000003.xhp
msgctxt ""
@@ -1420,7 +1420,7 @@ msgctxt ""
"15\n"
"help.text"
msgid "Line Style"
-msgstr "የመስመር ዘዴ"
+msgstr "የ መስመር ዘዴ"
#: 00000004.xhp
msgctxt ""
@@ -1437,7 +1437,7 @@ msgctxt ""
"16\n"
"help.text"
msgid "Line Color"
-msgstr "የመስመር ቀለም"
+msgstr "የ መስመር ቀለም"
#: 00000004.xhp
msgctxt ""
@@ -1454,7 +1454,7 @@ msgctxt ""
"17\n"
"help.text"
msgid "Line Width"
-msgstr "የመስመር ስፋት"
+msgstr "የ መስመር ስፋት"
#: 00000004.xhp
msgctxt ""
@@ -1471,7 +1471,7 @@ msgctxt ""
"18\n"
"help.text"
msgid "Area Style / Filling"
-msgstr "የቦታ ዘዴ / መሙያ"
+msgstr "የ ቦታ ዘዴ / መሙያ"
#: 00000004.xhp
msgctxt ""
@@ -2183,7 +2183,7 @@ msgctxt ""
"107\n"
"help.text"
msgid "Number System"
-msgstr "የቁጥር ስርአት"
+msgstr "የ ቁጥር ስርአት"
#: 00000005.xhp
msgctxt ""
@@ -2526,7 +2526,7 @@ msgctxt ""
"120\n"
"help.text"
msgid "SQL Database / SQL Server"
-msgstr "SQL Database / SQL Server"
+msgstr "SQL ዳታቤዝ / SQL ሰርቨር"
#: 00000005.xhp
msgctxt ""
@@ -4202,7 +4202,7 @@ msgctxt ""
"par_id3\n"
"help.text"
msgid "The other file types show options dialogs where you can set the width and height of the exported image."
-msgstr "ሌሎች የ ፋይል አይነቶች የሚያሳዩት የ ምርጫዎች ንግግር እርስዎም የሚያስችል ነው ስፋት እና እርዝመት ማሰናዳት ለሚላከው ምስል"
+msgstr "ሌሎች የ ፋይል አይነቶች የሚያሳዩት የ ምርጫዎች ንግግር እርስዎን የሚያስችል ነው ስፋት እና እርዝመት ማሰናዳት ለሚላከው ምስል"
#: 00000200.xhp
msgctxt ""
@@ -5058,7 +5058,7 @@ msgctxt ""
"par_id314995722\n"
"help.text"
msgid "<ahelp hid=\".\">When this option is enabled, Calc will automatically detect all number formats, including special number formats such as dates, time, and scientific notation.</ahelp>"
-msgstr "<ahelp hid=\".\">ይህን ምርጫ ካስቻሉ: ሰንጠረዥ ራሱ በራሱ ፋልጎ ያገኛል ሁሉንም የ ቁጥሮች አቀራረብ: እንዲሁም ያካትታል የ ተለዩ ቁጥሮች አቀራረብ: እንደ ቀኖች: ጊዜ: እና scientific notation.</ahelp>"
+msgstr "<ahelp hid=\".\">ይህን ምርጫ ካስቻሉ: ሰንጠረዥ ራሱ በራሱ ፋልጎ ያገኛል ሁሉንም የ ቁጥሮች አቀራረብ: እንዲሁም ያካትታል የ ተለዩ ቁጥሮች አቀራረብ: እንደ ቀኖች: ጊዜ: እና ሳይንሳዊ ምልክት </ahelp>"
#: 00000208.xhp
msgctxt ""
@@ -5182,7 +5182,7 @@ msgctxt ""
"32\n"
"help.text"
msgid "Applies a date format (Day, Month, Year) to the imported data in a column."
-msgstr "የቀን አቀራረብ መፈጸሚያ (ቀን ፡ ወር ፡ አመት) ወደ አምዱ ለመጡት ዳታ"
+msgstr "የ ቀን አቀራረብ መፈጸሚያ (ቀን: ወር: አመት) ወደ አምዱ ለመጣው ዳታ"
#: 00000208.xhp
msgctxt ""
@@ -5200,7 +5200,7 @@ msgctxt ""
"34\n"
"help.text"
msgid "Applies a date format (Month, Day, Year) to the imported data in a column."
-msgstr "የቀን አቀራረብ መፈጸሚያ (ወር ፡ ቀን ፡ አመት) ወደ አምዱ ለመጡት ዳታ"
+msgstr "የ ቀን አቀራረብ መፈጸሚያ (ቀን: ወር: አመት) ወደ አምዱ ለመጣው ዳታ"
#: 00000208.xhp
msgctxt ""
@@ -5218,7 +5218,7 @@ msgctxt ""
"36\n"
"help.text"
msgid "Applies a date format (Year, Month, Day) to the imported data in a column."
-msgstr "የቀን አቀራረብ መፈጸሚያ (አመት ፡ ወር ፡ ቀን) ወደ አምዱ ለመጡት ዳታ"
+msgstr "የ ቀን አቀራረብ መፈጸሚያ (አመት: ወር: ቀን) ወደ አምዱ ለመጣው ዳታ"
#: 00000208.xhp
msgctxt ""
@@ -5281,7 +5281,7 @@ msgctxt ""
"77\n"
"help.text"
msgid "Date format"
-msgstr "የቀን አቀራረብ"
+msgstr "የ ቀን አቀራረብ"
#: 00000208.xhp
msgctxt ""
@@ -8414,7 +8414,7 @@ msgctxt ""
"par_id9988402\n"
"help.text"
msgid "<variable id=\"packagemanager_eu\">Choose <emph>Tools - Extension Manager</emph>, click <emph>Updates</emph> button</variable>"
-msgstr "<variable id=\"packagemanager_eu\">ይምረጡ <emph>መሳሪያዎች - የተጨማሪ አስተዳዳሪ</emph> ይጫኑ <emph>ማሻሻያ</emph>ቁልፍ</variable>"
+msgstr "<variable id=\"packagemanager_eu\">ይምረጡ <emph>መሳሪያዎች - የ ተጨማሪ አስተዳዳሪ</emph> ይጫኑ <emph>ማሻሻያ</emph>ቁልፍ</variable>"
#: 00000406.xhp
msgctxt ""
@@ -9640,7 +9640,7 @@ msgctxt ""
"25\n"
"help.text"
msgid "<variable id=\"FehlendesElement\">In a database file window, click the <emph>Queries</emph> icon, then choose <emph>Edit - Edit</emph>. When referenced fields no longer exist, you see this dialog</variable>"
-msgstr "<variable id=\"FehlendesElement\">ከ ዳታቤዝ ፋይል መስኮት ውስጥ: ይምረጡ የ <emph>ጥያቄዎች</emph> ምልክት እና ከዛ ይምረጡ <emph>ማረሚያ - ማረሚያ</emph>. ማመሳከሪያው ገጽ በምይገኝ ጊዜ: ይህ ንግግር ለ እርስዎ ይታያልdialog</variable>"
+msgstr "<variable id=\"FehlendesElement\">ከ ዳታቤዝ ፋይል መስኮት ውስጥ: ይምረጡ የ <emph>ጥያቄዎች</emph> ምልክት እና ከዛ ይምረጡ <emph>ማረሚያ - ማረሚያ</emph> ማመሳከሪያው ገጽ በማይገኝ ጊዜ: ይህ ንግግር ለ እርስዎ ይታያል </variable>"
#: 00000450.xhp
msgctxt ""
@@ -10116,7 +10116,7 @@ msgctxt ""
"par_id3163822\n"
"help.text"
msgid "Choose <emph>Format - Frame and Object - Properties - Borders</emph> tab"
-msgstr ""
+msgstr "ይምረጡ <emph>አቀራረብ - ክፈፍ እና እቃ - ባህሪዎች - ድንበሮች</emph> tab"
#: 00040500.xhp
msgctxt ""
@@ -10212,7 +10212,7 @@ msgctxt ""
"par_id3150592\n"
"help.text"
msgid "Choose <emph>Format - Frame and Object - Properties - Area</emph> tab"
-msgstr ""
+msgstr "ይምረጡ <emph>አቀራረብ - የ ክፈፍ እና እቃ - ባህሪዎች - ቦታ</emph> tab"
#: 00040500.xhp
msgctxt ""
@@ -10620,7 +10620,7 @@ msgctxt ""
"par_id3151254\n"
"help.text"
msgid "Choose <emph>Format - Text</emph> or <emph>Format - Text - Change Case</emph>"
-msgstr ""
+msgstr "ይምረጡ <emph>አቀራረብ - ጽሁፍ</emph> ወይንም <emph>አቀራረብ - ጽሁፍ - ጉዳይ መቀየሪያ</emph>"
#: 00040500.xhp
msgctxt ""
@@ -12070,15 +12070,6 @@ msgstr "ይምረጡ <emph>አቀራረብ - ገጽ - መደብ</emph> tab (በ
#: 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 "ይምረጡ <emph>አቀራረብ - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>እቃ - </emph></caseinline><caseinline select=\"CALC\"><emph>ንድፍ - </emph></caseinline></switchinline><emph>ቦታ - ቀለሞች</emph> tab"
-
-#: 00040502.xhp
-msgctxt ""
-"00040502.xhp\n"
"par_id3154985\n"
"141\n"
"help.text"
@@ -12101,7 +12092,7 @@ msgctxt ""
"143\n"
"help.text"
msgid "Choose <emph>Format - Chart Wall - Transparency</emph> tab (chart documents)"
-msgstr "ይምረጡ <emph>አቀራረብ -የ ቻርትስ ግድግዳ - ግልጽነት</emph> tab (የ ቻርትስ ሰነዶች)"
+msgstr "ይምረጡ <emph>አቀራረብ -የ ቻርት ግድግዳ - ግልጽነት</emph> tab (የ ቻርት ሰነዶች)"
#: 00040502.xhp
msgctxt ""
@@ -12110,7 +12101,7 @@ msgctxt ""
"144\n"
"help.text"
msgid "Choose <emph>Format - Chart Area - Transparency</emph> tab (chart documents)"
-msgstr "ይምረጡ <emph>አቀራረብ - የ ቻርትስ ቦታ - ግልጽነት</emph> tab (የ ቻርትስ ሰነዶች)"
+msgstr "ይምረጡ <emph>አቀራረብ - የ ቻርት ቦታ - ግልጽነት</emph> tab (የ ቻርት ሰነዶች)"
#: 00040502.xhp
msgctxt ""
@@ -12119,7 +12110,7 @@ msgctxt ""
"145\n"
"help.text"
msgid "Choose <emph>Format - Chart Floor - Transparency</emph> tab (chart documents)"
-msgstr "ይምረጡ <emph>አቀራረብ -የ ቻርትስ ወለል - ግልጽነት</emph> tab (የ ቻርትስ ሰነዶች)"
+msgstr "ይምረጡ <emph>አቀራረብ -የ ቻርት ወለል - ግልጽነት</emph> tab (የ ቻርት ሰነዶች)"
#: 00040502.xhp
msgctxt ""
@@ -12128,7 +12119,7 @@ msgctxt ""
"146\n"
"help.text"
msgid "Choose <emph>Format - Title - All Titles - Transparency</emph> tab (chart documents)"
-msgstr "ይምረጡ <emph>አቀራረብ - አርእስት - ሁሉም አርእስቶች - ግልጽነት</emph> tab (የ ቻርትስ ሰነዶች)"
+msgstr "ይምረጡ <emph>አቀራረብ - አርእስት - ሁሉንም አርእስቶች - ግልጽነት</emph> tab (የ ቻርት ሰነዶች)"
#: 00040502.xhp
msgctxt ""
@@ -12137,7 +12128,7 @@ msgctxt ""
"147\n"
"help.text"
msgid "Choose <emph>Format - Title - Main Title - Transparency </emph>tab (chart documents)"
-msgstr "ይምረጡ <emph>አቀራረብ - አርእስት - ዋናው አርእስት - ግልጽነት</emph> tab (የ ቻርትስ ሰነዶች)"
+msgstr "ይምረጡ <emph>አቀራረብ - አርእስት - ዋናው አርእስት - ግልጽነት</emph> tab (የ ቻርት ሰነዶች)"
#: 00040502.xhp
msgctxt ""
@@ -12146,7 +12137,7 @@ msgctxt ""
"148\n"
"help.text"
msgid "Choose <emph>Format - Title - Subtitle - Transparency</emph> tab (chart documents)"
-msgstr "ይምረጡ <emph>አቀራረብ - አርእስት - ንዑስ አርእስት - ግልጽነት</emph> tab (የ ቻርትስ ሰነዶች)"
+msgstr "ይምረጡ <emph>አቀራረብ - አርእስት - ንዑስ አርእስት - ግልጽነት</emph> tab (የ ቻርት ሰነዶች)"
#: 00040502.xhp
msgctxt ""
@@ -12155,7 +12146,7 @@ msgctxt ""
"149\n"
"help.text"
msgid "Choose <emph>Format - Title - Title (X Axis) - Transparency</emph> tab (chart documents)"
-msgstr "ይምረጡ <emph>አቀራረብ - አርእስት - አርእስት (X Axis) - ግልጽነት</emph> tab (የ ቻርትስ ሰነዶች)"
+msgstr "ይምረጡ <emph>አቀራረብ - አርእስት - አርእስት (X Axis) - ግልጽነት</emph> tab (የ ቻርት ሰነዶች)"
#: 00040502.xhp
msgctxt ""
@@ -12164,7 +12155,7 @@ msgctxt ""
"150\n"
"help.text"
msgid "Choose <emph>Format - Title - Title (Y Axis) - Transparency</emph> tab (chart documents)"
-msgstr "ይምረጡ <emph>አቀራረብ - አርእስት - አርእስት (Y Axis) - ግልጽነት</emph> tab (የ ቻርትስ ሰነዶች)"
+msgstr "ይምረጡ <emph>አቀራረብ - አርእስት - አርእስት (Y Axis) - ግልጽነት</emph> tab (የ ቻርት ሰነዶች)"
#: 00040502.xhp
msgctxt ""
@@ -12173,7 +12164,7 @@ msgctxt ""
"151\n"
"help.text"
msgid "Choose <emph>Format - Title - Title (Z Axis) - Transparency</emph> tab (chart documents)"
-msgstr "ይምረጡ <emph>አቀራረብ - አርእስት - አርእስት (Z Axis) - ግልጽነት</emph> tab (የ ቻርትስ ሰነዶች)"
+msgstr "ይምረጡ <emph>አቀራረብ - አርእስት - አርእስት (Z Axis) - ግልጽነት</emph> tab (የ ቻርት ሰነዶች)"
#: 00040502.xhp
msgctxt ""
@@ -12182,7 +12173,7 @@ msgctxt ""
"152\n"
"help.text"
msgid "Choose <emph>Format - Object Properties - Data Point - Transparency</emph> - tab (chart documents)"
-msgstr "ይምረጡ <emph>አቀራረብ - እቃ ባህሪዎች - የ ዳታ ነጥብ - ግልጽነት</emph> - tab (የ ቻርትስ ሰነዶች)"
+msgstr "ይምረጡ <emph>አቀራረብ - እቃ ባህሪዎች - የ ዳታ ነጥብ - ግልጽነት</emph> - tab (የ ቻርት ሰነዶች)"
#: 00040502.xhp
msgctxt ""
@@ -12191,7 +12182,7 @@ msgctxt ""
"153\n"
"help.text"
msgid "Choose <emph>Format - Object Properties - Data Series - Transparency</emph> tab (chart documents)"
-msgstr "ይምረጡ <emph>አቀራረብ - እቃ ባህሪዎች - ተከታታይ ዳታ - ግልጽነት</emph> - tab (የ ቻርትስ ሰነዶች)"
+msgstr "ይምረጡ <emph>አቀራረብ - እቃ ባህሪዎች - ተከታታይ ዳታ - ግልጽነት</emph> - tab (የ ቻርት ሰነዶች)"
#: 00040502.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/01.po b/source/am/helpcontent2/source/text/shared/01.po
index 556019ca264..dc928888436 100644
--- a/source/am/helpcontent2/source/text/shared/01.po
+++ b/source/am/helpcontent2/source/text/shared/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-12-09 23:32+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2017-01-08 00:11+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481326354.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483834269.000000\n"
#: 01010000.xhp
msgctxt ""
@@ -172,7 +172,7 @@ msgctxt ""
"66\n"
"help.text"
msgid "Creates a new presentation document ($[officename] Impress)."
-msgstr ""
+msgstr "አዲስ የ ማቅረቢያ ሰነድ መፍጠሪያ ($[officename] ማስደነቂያ)."
#: 01010000.xhp
msgctxt ""
@@ -434,7 +434,7 @@ msgctxt ""
"par_idN10A15\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Creates a new presentation document ($[officename] Impress).</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">አዲስ የ ማቅረቢያ ሰነድ መፍጠሪያ ($[officename] ማስደነቂያ).</ahelp>"
#: 01010000.xhp
msgctxt ""
@@ -566,7 +566,7 @@ msgctxt ""
"118\n"
"help.text"
msgid "To open the <emph>Templates Manager</emph> dialog, do one of the following:"
-msgstr "ለመክፈት የ <emph>ቴምፕሌቶች አስተዳዳሪ</emph> ንግግር ከ እነዚህ አንዱን ያድርጉ:"
+msgstr "ለ መክፈት የ <emph>ቴምፕሌቶች አስተዳዳሪ</emph> ንግግር ከ እነዚህ አንዱን ያድርጉ:"
#: 01010100.xhp
msgctxt ""
@@ -2168,7 +2168,7 @@ msgctxt ""
"bm_id3145211\n"
"help.text"
msgid "<bookmark_value>directories; creating new</bookmark_value> <bookmark_value>folder creation</bookmark_value> <bookmark_value>My Documents folder; opening</bookmark_value> <bookmark_value>multiple documents; opening</bookmark_value> <bookmark_value>opening; several files</bookmark_value> <bookmark_value>selecting; several files</bookmark_value> <bookmark_value>opening; files, with placeholders</bookmark_value> <bookmark_value>placeholders;on opening files</bookmark_value> <bookmark_value>documents; opening with templates</bookmark_value> <bookmark_value>templates; opening documents with</bookmark_value> <bookmark_value>documents; styles changed</bookmark_value> <bookmark_value>styles; 'changed' message</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>ዳይሬክቶሪዎች: መፍጠሪያ አዲስ</bookmark_value> <bookmark_value>ፎልደር መፍጠሪያ</bookmark_value> <bookmark_value>የ እኔ ሰነዶች ፎልደር: መክፈቻ</bookmark_value> <bookmark_value>በርካታ ሰነዶች: መክፈቻ</bookmark_value> <bookmark_value>መክፈቻ: በርካታ ፋይሎች</bookmark_value> <bookmark_value>መምረጫ: በርካታ ፋይሎች</bookmark_value> <bookmark_value>መክፈቻ: ፋይሎች: ከ ቦታ ያዢዎች ጋር</bookmark_value> <bookmark_value>ቦታ ያዢዎች: በ መክፈቻ ፋይሎች</bookmark_value> <bookmark_value>ሰነዶች: መክፈቻ በ ቴምፕሌት</bookmark_value> <bookmark_value>ቴምፕሌት: መክፈቻ ሰነዶች በ</bookmark_value> <bookmark_value>ሰነዶች: የተቀየሩ ዘዴዎች</bookmark_value> <bookmark_value>ዘዴዎች: 'የተቀየሩ' መልእክቶች</bookmark_value>"
#: 01020000.xhp
msgctxt ""
@@ -2176,7 +2176,7 @@ msgctxt ""
"hd_id3146936\n"
"help.text"
msgid "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">Open</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/01020000.xhp\" name=\"Open\">መክፈቻ</link>"
#: 01020000.xhp
msgctxt ""
@@ -2184,7 +2184,7 @@ msgctxt ""
"par_id3151191\n"
"help.text"
msgid "<variable id=\"oeffnentext\"><ahelp hid=\"fpicker/ui/explorerfiledialog/ExplorerFileDialog\">Opens, opens a remote file or imports a file.</ahelp> </variable>"
-msgstr ""
+msgstr "<variable id=\"oeffnentext\"><ahelp hid=\"fpicker/ui/explorerfiledialog/ExplorerFileDialog\">መክፈቻ: የ ሩቅ ፋይል መክፈቻ ወይንም ፋይል ማምጫ </ahelp> </variable>"
#: 01020000.xhp
msgctxt ""
@@ -2192,7 +2192,7 @@ msgctxt ""
"par_id3149877\n"
"help.text"
msgid "The following sections describe the <item type=\"productname\">%PRODUCTNAME</item> <emph>Open</emph> dialog box. To activate the <item type=\"productname\">%PRODUCTNAME</item> <emph>Open</emph> and <emph>Save</emph> dialog boxes, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01010600.xhp\" name=\"%PRODUCTNAME - General\"><emph>%PRODUCTNAME- General</emph></link>, and then select the <emph>Use %PRODUCTNAME dialogs</emph> in the <emph>Open/Save dialogs</emph> area."
-msgstr ""
+msgstr "የሚቀጥሉት ክፍሎች የሚገልጹት የ <item type=\"productname\">%PRODUCTNAME</item> <emph>መክፈቻ</emph> ንግግር ሳጥን ነው: ለማስጀመር የ <item type=\"productname\">%PRODUCTNAME</item> <emph>መክፈቻ</emph> እና <emph>ማስቀመጫ</emph> ንግግር ሳጥን ውስጥ: ይምረጡ <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - ምርጫዎች</emph></caseinline><defaultinline><emph>መሳሪያዎች - ምርጫ</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01010600.xhp\" name=\"%PRODUCTNAME - General\"><emph>%PRODUCTNAME- ባጠቃላይ</emph></link> እና ከዛ ይምረጡ የ <emph>መጠቀሚያ %PRODUCTNAME ንግግሮች</emph> በ <emph>መክፈቻ/ማስቀመጫ ንግግሮች</emph> ቦታ ውስጥ"
#: 01020000.xhp
msgctxt ""
@@ -2200,7 +2200,7 @@ msgctxt ""
"par_id3150713\n"
"help.text"
msgid "If the file that you want to open contains Styles, <link href=\"text/shared/01/01020000.xhp#vorlagen\" name=\"special rules\">special rules</link> apply."
-msgstr ""
+msgstr "እርስዎ መክፈት የሚፈልጉት ፋይል ዘዴዎች ከያዘ <link href=\"text/shared/01/01020000.xhp#vorlagen\" name=\"special rules\">የ ተለየ ደንብ</link> ይፈጸማል"
#: 01020000.xhp
msgctxt ""
@@ -2208,7 +2208,7 @@ msgctxt ""
"hd_id3147250\n"
"help.text"
msgid "Up One Level"
-msgstr ""
+msgstr "አንድ ደረጃ ወደ ላይ"
#: 01020000.xhp
msgctxt ""
@@ -2216,7 +2216,7 @@ msgctxt ""
"par_id3147226\n"
"help.text"
msgid "<ahelp hid=\"SVT_HID_FILEOPEN_LEVELUP\">Move up one folder in the folder hierarchy. Long-click to see the higher level folders.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"SVT_HID_FILEOPEN_LEVELUP\">በ ፎልደር ውስጥ አንድ ደረጃ ወደ ላይ ማንቀሳቀሻ በ ቅደም ተከተሉ መሰረት: በ ረጅም-ይጫኑ ለ ማየት የ ፎልደሮች ደረጃ</ahelp>"
#: 01020000.xhp
msgctxt ""
@@ -2224,7 +2224,7 @@ msgctxt ""
"hd_id3145211\n"
"help.text"
msgid "Create New Folder"
-msgstr ""
+msgstr "አዲስ ፎልደር መፍጠሪያ"
#: 01020000.xhp
msgctxt ""
@@ -2232,7 +2232,7 @@ msgctxt ""
"par_id3153681\n"
"help.text"
msgid "<ahelp hid=\"fpicker/ui/explorerfiledialog/new_folder\">Creates a new folder.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"fpicker/ui/explorerfiledialog/new_folder\">አዲስ ፎልደር መፍጠሪያ</ahelp>"
#: 01020000.xhp
msgctxt ""
@@ -2240,7 +2240,7 @@ msgctxt ""
"hd_id3148538\n"
"help.text"
msgid "Display area"
-msgstr ""
+msgstr "ማሳያ ቦታ"
#: 01020000.xhp
msgctxt ""
@@ -2248,7 +2248,7 @@ msgctxt ""
"par_id3156113\n"
"help.text"
msgid "<ahelp hid=\"HID_FILEDLG_STANDARD\">Displays the files and folders in the folder that you are in.</ahelp> To open a file, select the file, and then click <emph>Open</emph>."
-msgstr ""
+msgstr "<ahelp hid=\"HID_FILEDLG_STANDARD\">ፋይሎች እና ፎልደሮች ማሳያ እርስዎ አሁን ባሉበት ፎልደር ውስጥ </ahelp> ፋይል ለ መክፈት: ይምረጡ ፋይል: እንባ ከዛ ይጫኑ <emph>መክፈቻ</emph>."
#: 01020000.xhp
msgctxt ""
@@ -2256,7 +2256,7 @@ msgctxt ""
"par_id3159256\n"
"help.text"
msgid "To open more than one document at the same time, each in an own window, hold <switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline> while you click the files, and then click <emph>Open</emph>."
-msgstr ""
+msgstr "በ ተመሳሳይ ጊዜ ከ አንድ በላይ ሰነድ ለ መክፈት: እያንዳንዱን በራሱ መስኮት ውስጥ: ተጭነው ይያዙ <switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ </caseinline><defaultinline>Ctrl</defaultinline></switchinline> ፋይሎቹን በሚጫኑ ጊዜ: እና ከዛ ይጫኑ <emph>መክፈቻ</emph>."
#: 01020000.xhp
msgctxt ""
@@ -2264,7 +2264,7 @@ msgctxt ""
"par_id3154514\n"
"help.text"
msgid "Click a column header to sort the files. Click again to reverse the sort order."
-msgstr ""
+msgstr "ይጫኑ የ አምድ ራስጌ ፋይሎችን ለ መለየት: ይጫኑ እንደገና የ መለያ ደንብ ለ መገልበጥ"
#: 01020000.xhp
msgctxt ""
@@ -2272,7 +2272,7 @@ msgctxt ""
"par_id3149514\n"
"help.text"
msgid "<ahelp hid=\"HID_FILEVIEW_MENU_DELETE\">To delete a file, right-click the file, and then choose <emph>Delete</emph>.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FILEVIEW_MENU_DELETE\">ፋይል ለ ማጥፋት: በ ቀኝ-ይጫኑ በ ፋይሉ ላይ: እና ከዛ ይምረጡ <emph>ማጥፊያ</emph>.</ahelp>"
#: 01020000.xhp
msgctxt ""
@@ -2280,7 +2280,7 @@ msgctxt ""
"par_id3147618\n"
"help.text"
msgid "<ahelp hid=\"HID_FILEVIEW_MENU_RENAME\">To rename a file, right-click the file, and then choose <emph>Rename</emph>.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FILEVIEW_MENU_RENAME\">ፋይል እንደገና ለ መሰየም: በ ቀኝ-ይጫኑ በ ፋይሉ ላይ: እና ከዛ ይምረጡ <emph>እንደገና መሰየሚያ</emph>.</ahelp>"
#: 01020000.xhp
msgctxt ""
@@ -2288,7 +2288,7 @@ msgctxt ""
"par_id3153331\n"
"help.text"
msgid "<ahelp hid=\"svt/ui/querydeletedialog/yes\" visibility=\"hidden\">Click to delete the file with the name shown in this dialog.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"svt/ui/querydeletedialog/yes\" visibility=\"hidden\">ይጫኑ የ ፋይል ማጥፊያ ስሙ በ ንግግር ውስጥ የሚታየውን </ahelp>"
#: 01020000.xhp
msgctxt ""
@@ -2296,7 +2296,7 @@ msgctxt ""
"par_id3161458\n"
"help.text"
msgid "<ahelp hid=\"svt/ui/querydeletedialog/no\" visibility=\"hidden\">Click to cancel deletion of the file with the name shown in this dialog.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"svt/ui/querydeletedialog/no\" visibility=\"hidden\">ይጫኑ ለ መሰረዝ ፋይል ማጥፊያውን ስሙ በ ንግግር ውስጥ የሚታየውን </ahelp>"
#: 01020000.xhp
msgctxt ""
@@ -2304,7 +2304,7 @@ msgctxt ""
"par_id3147531\n"
"help.text"
msgid "<ahelp hid=\"svt/ui/querydeletedialog/all\" visibility=\"hidden\">Click to delete all selected files.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"svt/ui/querydeletedialog/all\" visibility=\"hidden\">ይጫኑ ሁሉንም የ ተመረጡ ፋይሎች ለማጥፋት </ahelp>"
#: 01020000.xhp
msgctxt ""
@@ -2312,7 +2312,7 @@ msgctxt ""
"hd_id3154280\n"
"help.text"
msgid "File name"
-msgstr ""
+msgstr "የ ፋይል ስም"
#: 01020000.xhp
msgctxt ""
@@ -2320,7 +2320,7 @@ msgctxt ""
"par_id3161656\n"
"help.text"
msgid "<ahelp hid=\"fpicker/ui/explorerfiledialog/file_name\">Enter a file name or a path for the file. You can also enter a <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link> that starts with the protocol name ftp, http, or https.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"fpicker/ui/explorerfiledialog/file_name\">የ ፋይል ስም ያስገቡ ወይንም መንገድ ለ ፋይል: እርስዎ እንዲሁም ማስገባት ይችላሉ <link href=\"text/shared/00/00000002.xhp#url\" name=\"URL\">URL</link> አሰራር የሚጀምር በ ftp, http, ወይንም https.</ahelp>"
#: 01020000.xhp
msgctxt ""
@@ -2328,7 +2328,7 @@ msgctxt ""
"par_id3150541\n"
"help.text"
msgid "If you want, you can use wildcards in the <emph>File name </emph>box to filter the list of files that is displayed."
-msgstr ""
+msgstr "እርስዎ ከ ፈለጉ መጠቀም ይችላሉ ሁሉ ገብ በ <emph>ፋይል ስም </emph>ሳጥን ውስጥ ለማጣራት የ ፋይሎች ዝርዝር የሚታዩትን"
#: 01020000.xhp
msgctxt ""
@@ -2336,7 +2336,7 @@ msgctxt ""
"par_id3153779\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"> </caseinline><defaultinline>For example, to list all of the text files in a folder, enter the asterisk wildcard with the text file extension (*.txt), and then click<emph> Open</emph>. Use the question mark (?) wildcard to represent any character, as in (??3*.txt), which only displays text files with a '3' as the third character in the file name.</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"> </caseinline><defaultinline>ለምሳሌ: ሁሉንም የ ጽሁፍ ፋይሎች በ ፎልደር ዝርዝር ውስጥ ለማሳየት: ያስገቡ ኮከብ ሁለ ገብ ከ ጽሁ ፋይል ተጨማሪ (*.txt) ጋር: እና ከዛ ይጫኑ <emph> መክፈቻ</emph> ይጠቀሙ የ ጥያቄ ምልክት (?) ሁለ ገብ ለ መወከል ማንኛውንም ባህሪ: እንደ (??3*.txt) ውስጥ: የ ጽሁፍ ፋይሎች ብቻ ከ '3' የሚያሳየው እንደ ሶስት ባህሪዎች በ ፋይል ስም ውስጥ </defaultinline></switchinline>"
#: 01020000.xhp
msgctxt ""
@@ -2344,7 +2344,7 @@ msgctxt ""
"hd_id3145117\n"
"help.text"
msgid "Version"
-msgstr ""
+msgstr "እትም"
#: 01020000.xhp
msgctxt ""
@@ -2352,7 +2352,7 @@ msgctxt ""
"par_id3149291\n"
"help.text"
msgid "<ahelp hid=\"HID_FILEOPEN_VERSION\">If there are multiple versions of the selected file, select the version that you want to open.</ahelp> You can save and organize multiple versions of a document by choosing <emph>File - Versions</emph>. The versions of a document are opened in read-only mode."
-msgstr ""
+msgstr "<ahelp hid=\"HID_FILEOPEN_VERSION\">የ ተመረጠው ፋይል በርካታ እትሞች ካሉት: እርስዎ መክፈት የሚፈልጉትን እትም ይምረጡ </ahelp> እርስዎ ማስቀመጥ እና ማዘጋጀት ይችላሉ በርካታ እትሞች የ ሰነድ በ መምረጥ <emph>ፋይል - እትሞች</emph> የ ሰነዶች እትም ይከፈታል ለ ንባብ-ብቻ ዘዴ ውስጥ"
#: 01020000.xhp
msgctxt ""
@@ -2360,7 +2360,7 @@ msgctxt ""
"hd_id3150767\n"
"help.text"
msgid "File type"
-msgstr ""
+msgstr "የ ፋይል አይነት"
#: 01020000.xhp
msgctxt ""
@@ -2368,7 +2368,7 @@ msgctxt ""
"par_id3153969\n"
"help.text"
msgid "<ahelp hid=\"fpicker/ui/explorerfiledialog/file_type\">Select the file type that you want to open, or select <emph>All Files (*)</emph> to display a list of all of the files in the folder.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"fpicker/ui/explorerfiledialog/file_type\">ይምረጡ የ ፋይል አይነት እርስው ምክፈት የሚፈልጉትን ወይንም ይምረጡ <emph>ሁሉንም ፋይሎች (*)</emph> ለማሳየት ሁሉንም የ ፋይሎች ዝርዝር በ ፎልደር ውስጥ </ahelp>"
#: 01020000.xhp
msgctxt ""
@@ -2376,7 +2376,7 @@ msgctxt ""
"hd_id3154125\n"
"help.text"
msgid "Open"
-msgstr ""
+msgstr "መክፈቻ"
#: 01020000.xhp
msgctxt ""
@@ -2384,7 +2384,7 @@ msgctxt ""
"par_id3152933\n"
"help.text"
msgid "<ahelp hid=\"fpicker/ui/explorerfiledialog/open\">Opens the selected document(s).</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"fpicker/ui/explorerfiledialog/open\">መክፈቻ የ ተመረጠውን ሰነድ(ዶች).</ahelp>"
#: 01020000.xhp
msgctxt ""
@@ -2392,7 +2392,7 @@ msgctxt ""
"hd_id3147085\n"
"help.text"
msgid "Insert"
-msgstr ""
+msgstr "ማስገቢያ"
#: 01020000.xhp
msgctxt ""
@@ -2400,7 +2400,7 @@ msgctxt ""
"par_id3156293\n"
"help.text"
msgid "If you opened the dialog by choosing <emph>Insert - File</emph>, the <emph>Open</emph> button is labeled <emph>Insert</emph>. <ahelp hid=\"HID_FILEDLG_INSERT_BTN\">Inserts the selected file into the current document at the cursor position.</ahelp>"
-msgstr ""
+msgstr "እርስዎ ከ ከፈቱ ንግግር በ መምረጥ <emph>ማስገቢያ - ፋይል</emph> የ <emph>መክፈቻ</emph> ቁልፍ ምልክት ተደርጎበታል<emph>ማስገቢያ</emph>. <ahelp hid=\"HID_FILEDLG_INSERT_BTN\">የ ተመረጠውን ፋይል ያስገባል ወደ አሁኑ ሰነድ ውስጥ መጠቆሚያው ባለበት ቦታ </ahelp>"
#: 01020000.xhp
msgctxt ""
@@ -2408,7 +2408,7 @@ msgctxt ""
"hd_id3144762\n"
"help.text"
msgid "Read-only"
-msgstr ""
+msgstr "ለ ንባብ-ብቻ"
#: 01020000.xhp
msgctxt ""
@@ -2416,7 +2416,7 @@ msgctxt ""
"par_id3145785\n"
"help.text"
msgid "<ahelp hid=\"HID_FILEOPEN_READONLY\">Opens the file in read-only mode.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FILEOPEN_READONLY\">ፋይል መክፈቻ ለ ንባብ-ብቻ ዘዴ ውስጥ </ahelp>"
#: 01020000.xhp
msgctxt ""
@@ -2424,7 +2424,7 @@ msgctxt ""
"hd_id3149984\n"
"help.text"
msgid "Play"
-msgstr ""
+msgstr "ማጫወቻ"
#: 01020000.xhp
msgctxt ""
@@ -2432,7 +2432,7 @@ msgctxt ""
"par_id3147289\n"
"help.text"
msgid "<ahelp hid=\"HID_FILESAVE_DOPLAY\">Plays the selected sound file. Click again to stop playing the sound file.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FILESAVE_DOPLAY\">የ ተመረጠውን ድምፅ ፋይል ማጫወቻ: ይጫኑ እንደገና የ ድምፅ ፋይል ማጫወቱን ለማስቆም </ahelp>"
#: 01020000.xhp
msgctxt ""
@@ -2440,7 +2440,7 @@ msgctxt ""
"hd_id3149260\n"
"help.text"
msgid "Opening Documents With Templates"
-msgstr ""
+msgstr "ሰነዶች በ ቴምፕሌት መክፈቻ"
#: 01020000.xhp
msgctxt ""
@@ -2448,7 +2448,7 @@ msgctxt ""
"par_id3145367\n"
"help.text"
msgid "<item type=\"productname\">%PRODUCTNAME</item> recognizes templates that are located in any folder from the following list:"
-msgstr ""
+msgstr "<item type=\"productname\">%PRODUCTNAME</item> ቴምፕሌቶች ያስታውሳል በማንኛውም ፎልደር ውስጥ የሚገኝ ከሚቀጥሉት ዝርዝር ውስጥ:"
#: 01020000.xhp
msgctxt ""
@@ -2456,7 +2456,7 @@ msgctxt ""
"par_id3151292\n"
"help.text"
msgid "the shared template folder"
-msgstr ""
+msgstr "የሚካፈሉት የ ቴምፕሌት ፎልደር"
#: 01020000.xhp
msgctxt ""
@@ -2464,7 +2464,7 @@ msgctxt ""
"par_id3144442\n"
"help.text"
msgid "the user template folder <switchinline select=\"sys\"><caseinline select=\"UNIX\">in the home directory </caseinline><defaultinline>in the Documents and Settings folder</defaultinline></switchinline>"
-msgstr ""
+msgstr "የ ተጠቃሚ ቴምፕሌት ፎልደር <switchinline select=\"sys\"><caseinline select=\"UNIX\">በ ቤት ዳይሬክቶሪ ውስጥ </caseinline><defaultinline>በ ሰነዶች እና ማሰናጃ ፎልደር ውስጥ</defaultinline></switchinline>"
#: 01020000.xhp
msgctxt ""
@@ -2472,7 +2472,7 @@ msgctxt ""
"par_id3146905\n"
"help.text"
msgid "all template folders as defined in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01010300.xhp\" name=\"%PRODUCTNAME - Paths\"><emph>%PRODUCTNAME - Paths</emph></link>"
-msgstr ""
+msgstr "ሁሉም የ ቴምፕሌት ፎልደሮች ተገልጸዋል በ <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - ምርጫዎች</emph></caseinline><defaultinline><emph>መሳሪያዎች - ምርጫ</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01010300.xhp\" name=\"%PRODUCTNAME - Paths\"><emph>%PRODUCTNAME - መንገድ</emph></link>"
#: 01020000.xhp
msgctxt ""
@@ -2496,7 +2496,7 @@ msgctxt ""
"par_id3150105\n"
"help.text"
msgid "When you open a document that was created from a \"sticky template\" (as defined above), <item type=\"productname\">%PRODUCTNAME</item> checks to see if the template has been modified since the document was last opened. If the template was changed a dialog is shown where you can select which styles to apply to the document."
-msgstr ""
+msgstr "እርስዎ ሰነድ በሚከፍቱ ጊዜ የ ተፈጠረ በ \"ተጣባቂ ቴምፕሌት\" (ከ ላይ እንደተገለጸው), <item type=\"productname\">%PRODUCTNAME</item> ይመርምሩ ለ መመልከት ቴምፕሌቱ ተሻሽሎ እንደ ነበር ሰነዱ መጨረሻ ከ ተከፈተ ጊዜ ጀምሮ: ቴምፕሌቱ ተቀይሮ ከሆነ ንግግር ይታያል እርስዎ የሚመርጡበት ዘዴዎች በ ሰነዱ ላይ ለ መፈጸም"
#: 01020000.xhp
msgctxt ""
@@ -2504,7 +2504,7 @@ msgctxt ""
"par_id3153096\n"
"help.text"
msgid "To apply the new styles from the template to the document, click <emph>Update Styles</emph>."
-msgstr ""
+msgstr "አዲሱን ዘዴዎች ለ መፈጸም በ ሰነዱ ላይ: ይጫኑ <emph>ማሻሻያ ዘዴዎች</emph>."
#: 01020000.xhp
msgctxt ""
@@ -2512,7 +2512,7 @@ msgctxt ""
"par_id3147581\n"
"help.text"
msgid "To retain the styles that are currently used in the document, click <emph>Keep Old Styles</emph>."
-msgstr ""
+msgstr "በ ሰነዱ ላይ አሁን የሚጠቀሙበትን ዘዴዎች ለመጠበቅ: ይጫኑ <emph>አሮጌ ዘዴዎች መጠበቂያ</emph>."
#: 01020000.xhp
msgctxt ""
@@ -2520,7 +2520,7 @@ msgctxt ""
"par_id3154988\n"
"help.text"
msgid "If a document was created using a template that cannot be found a dialog is shown that asks you how to proceed next time the document is opened."
-msgstr ""
+msgstr "ሰነድ ተፈጥሮ ከሆነ በ መጠቀም ቴምፕሌት ያልተገኘ ንግግር ያታያል እርስዎን የሚጠይቅ እንዴት እንደሚቀጥሉ በሚቀጥለው ጊዜ ሰነዱ ሲከፈት"
#: 01020000.xhp
msgctxt ""
@@ -2528,7 +2528,7 @@ msgctxt ""
"par_id3151351\n"
"help.text"
msgid "To break the link between the document and the missing template, click <emph>No</emph>, otherwise <item type=\"productname\">%PRODUCTNAME</item> will look for the template the next time you open the document."
-msgstr ""
+msgstr "አገናኙን ለ መስበር በ ሰነዱ እና ባልተገኘው ቴምፕሌት መካከል: ይጫኑ <emph>አይ</emph> ያለ በለዚያ <item type=\"productname\">%PRODUCTNAME</item> እርስዎ በሚቀጥለው ጊዜ ሰነድ ሲከፍቱ ቴምፕሌቱን ይፈልጋል"
#: 01020000.xhp
msgctxt ""
@@ -2860,7 +2860,7 @@ msgctxt ""
"59\n"
"help.text"
msgid "To save a document as a template, use the command <emph>File - Templates - Save As Template</emph>."
-msgstr ""
+msgstr "ሰነድ እንደ ቴምፕሌት ለማስቀመጥ: ይህን ትእዛዝ ይጠቀሙ <emph>ፋይል - ቴምፕሌት - እንደ ቴምፕሌት ማስቀመጫ</emph>."
#: 01070000.xhp
msgctxt ""
@@ -2937,7 +2937,7 @@ msgctxt ""
"29\n"
"help.text"
msgid "Display area"
-msgstr "ቦታ ማሳያ"
+msgstr "ማሳያ ቦታ"
#: 01070000.xhp
msgctxt ""
@@ -3159,7 +3159,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "Display area"
-msgstr "ቦታ ማሳያ"
+msgstr "ማሳያ ቦታ"
#: 01070001.xhp
msgctxt ""
@@ -3478,7 +3478,7 @@ msgctxt ""
"hd_id3149576\n"
"help.text"
msgid "Template:"
-msgstr ""
+msgstr "ቴምፕሌት:"
#: 01100200.xhp
msgctxt ""
@@ -3486,7 +3486,7 @@ msgctxt ""
"par_id3147530\n"
"help.text"
msgid "Displays the template that was used to create the file."
-msgstr ""
+msgstr "ፋይሉ የ ተፈጠረበትን ቴምፕሌት ያሳያል"
#: 01100200.xhp
msgctxt ""
@@ -3544,7 +3544,7 @@ msgctxt ""
"hd_id3155342\n"
"help.text"
msgid "Total editing time:"
-msgstr ""
+msgstr "ጠቅላላ ለማረም የፈጀው ጊዜ:"
#: 01100200.xhp
msgctxt ""
@@ -3552,7 +3552,7 @@ msgctxt ""
"par_id3149795\n"
"help.text"
msgid "Displays the amount of time that the file has been open for editing since the file was created. The editing time is updated when you save the file."
-msgstr ""
+msgstr "ፋይሉ የ ተከፈተበትን ጊዜ መጠን ያሳያል ለ ማረም ከ ተፈጠረ ጀምሮ: የ ማረሚያ ጊዜ ይሻሻላል እርስዎ ፋይሉን ሲያስቀምጡ"
#: 01100200.xhp
msgctxt ""
@@ -3596,7 +3596,7 @@ msgctxt ""
"hd_id3154046\n"
"help.text"
msgid "Reset Properties"
-msgstr ""
+msgstr "ባህሪዎች እንደ ነበር መመለሻ"
#: 01100200.xhp
msgctxt ""
@@ -3734,7 +3734,7 @@ msgctxt ""
"hd_id3156027\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Tables:</caseinline><caseinline select=\"CALC\">Sheets:</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ሰንጠረዥ:</caseinline><caseinline select=\"CALC\">ወረቀቶች:</caseinline></switchinline>"
#: 01100400.xhp
msgctxt ""
@@ -3751,7 +3751,7 @@ msgctxt ""
"hd_id3153311\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Cells:</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ክፍሎች:</caseinline></switchinline>"
#: 01100400.xhp
msgctxt ""
@@ -5027,68 +5027,61 @@ msgctxt ""
"01140000.xhp\n"
"bm_id3147294\n"
"help.text"
-msgid "<bookmark_value>printers; properties</bookmark_value><bookmark_value>settings; printers</bookmark_value><bookmark_value>properties; printers</bookmark_value><bookmark_value>default printer; setting up</bookmark_value><bookmark_value>printers; default printer</bookmark_value><bookmark_value>page formats; restriction</bookmark_value>"
-msgstr "<bookmark_value>ማተሚያዎች; ባህሪዎች</bookmark_value><bookmark_value>ማሰናጃዎች; ማተሚያዎች</bookmark_value><bookmark_value>ባህሪዎች; ማተሚያዎች</bookmark_value><bookmark_value>ነባር ማተሚያ; በ ማሰናዳት ላይ</bookmark_value><bookmark_value>ማተሚያዎች; ነባር ማተሚያ</bookmark_value><bookmark_value>የ ገጽ አቀራረብ; የ ተከለከለ</bookmark_value>"
+msgid "<bookmark_value>printers; properties</bookmark_value> <bookmark_value>settings; printers</bookmark_value> <bookmark_value>properties; printers</bookmark_value> <bookmark_value>default printer; setting up</bookmark_value> <bookmark_value>printers; default printer</bookmark_value> <bookmark_value>page formats; restriction</bookmark_value>"
+msgstr "<bookmark_value>ማተሚያዎች: ባህሪዎች</bookmark_value> <bookmark_value>ማሰናጃ: ማተሚያዎች</bookmark_value> <bookmark_value>ባህሪዎች: ማተሚያዎች</bookmark_value> <bookmark_value>ነባር ማተሚያ: ማሰናጃ</bookmark_value> <bookmark_value>ማተሚያዎች: ነባር ማተሚያ</bookmark_value> <bookmark_value>የ ገጽ አቀራረብ: መከልከያ</bookmark_value>"
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3147294\n"
-"1\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>"
+msgstr "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\">ማተሚያ ማሰናጃ</link>"
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3154422\n"
-"2\n"
"help.text"
-msgid "<variable id=\"druckereinstellungtext\"><ahelp hid=\"SVTOOLS:MODALDIALOG:DLG_SVT_PRNDLG_PRNSETUPDLG\">Select the default printer for the current document.</ahelp></variable>"
-msgstr "<variable id=\"druckereinstellungtext\"><ahelp hid=\"SVTOOLS:MODALDIALOG:DLG_SVT_PRNDLG_PRNSETUPDLG\">ለ አሁኑ ሰነድ ነባር ማተሚያ ይምረጡ</ahelp></variable>"
+msgid "<variable id=\"druckereinstellungtext\"><ahelp hid=\"svt/ui/printersetupdialog/PrinterSetupDialog\">Select the default printer for the current document.</ahelp> </variable>"
+msgstr "<variable id=\"druckereinstellungtext\"><ahelp hid=\"svt/ui/printersetupdialog/PrinterSetupDialog\">ለ አሁኑ ሰነድ ማተሚያ ይምረጡ </ahelp> </variable>"
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3148620\n"
-"20\n"
"help.text"
msgid "You might experience a slight delay when you change the default printer for a document that contains embedded $[officename] OLE objects."
-msgstr "ጥቂት መዘግየት ሊፈጠር ይችላል እርስዎ በሚቀይሩ ጊዜ ነባር ማተሚያውን የ ተጣበቁ እቃዎችን የያዘውን በ $[officename] OLE እቃዎች"
+msgstr "እርስዎ ጥቂት መዘግየት ሊያጋጥሞት ይችላል ነባር ማተሚያውን በሚቀይሩ ጊዜ ለ ሰነዱ የያዘ የ ተጣበቀ የ $[officename] OLE እቃዎች"
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3145345\n"
-"4\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Printer </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">ማተሚያ </caseinline></switchinline>"
+msgid "Printer"
+msgstr "ማተሚያ"
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3145211\n"
-"5\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Lists the information that applies to the selected printer. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">ዝርዝር መረጃ ለተመረጠው ማተሚያ መፈጸሚያ ማሳያ </caseinline></switchinline>"
+msgid "Lists the information that applies to the selected printer."
+msgstr "ለ ተመረጠው ማተሚያ የሚፈጸመው ዝርዝር መረጃ"
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3148538\n"
-"19\n"
"help.text"
msgid "If the list is empty, you need to install a default printer for your operating system. Refer to the online help for your operating system for instructions on how to install and setup a default printer."
-msgstr "ዝርዝሩ ባዶ ከሆነ: እርስዎ መግጠም አለብዎት ነባር ማተሚያ ለ እርስዎ መስሪያ ስርአት: በ መስመር ላይ እርዳታ ያመሳክሩ ለ እርስዎ መስሪያ ስርአት ትእዛዝ ነባር ማተሚያ እንዴት እንደሚገጥሙ እና እንደሚያሰናዱ"
+msgstr "ዝርዝሩ ባዶ ከሆነ: እርስዎ ነባር ማተሚያ መግጠም አለብዎት ለ እርስዎ የ መስሪያ ስርአት: ለ እርዳታ በ መስመር ላይ ያመሳክሩ: ለ እርስዎ የ መስሪያ ስርአት ትእዛዞች እንዴት እንደሚገጥሙ እና ነባር ማተሚያ እንዴት እንደሚያሰናዱ"
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3154381\n"
-"6\n"
"help.text"
msgid "Name"
msgstr "ስም"
@@ -5097,88 +5090,78 @@ msgstr "ስም"
msgctxt ""
"01140000.xhp\n"
"par_id3156155\n"
-"7\n"
"help.text"
-msgid "<ahelp hid=\"SVTOOLS:LISTBOX:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES\">Lists the installed printers on your operating system. To change the default printer, select a printer name from the list.</ahelp>"
-msgstr "<ahelp hid=\"SVTOOLS:LISTBOX:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES\">በ እርስዎ የ መስሪያ ስርአት ላይ የተገጠመውን ዝርዝር ማተሚያ ማሳያ: ነባር ማተሚያውን ለ መቀየር ማተሚያውን ከ ዝርዝሩ ውስጥ ይምረጡ</ahelp>"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/name\">Lists the installed printers on your operating system. To change the default printer, select a printer name from the list.</ahelp>"
+msgstr "<ahelp hid=\"svt/ui/printersetupdialog/name\">በ እርስዎ የ መስሪያ ስርአት ላይ የ ተገጠሙ ማተሚያ ዝርዝር ያሳያል: ነባር ማተሚያውን ለ መቀየር: ይምረጡ የ ማተሚያ ስም ከ ዝርዝር ውስጥ </ahelp>"
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3156153\n"
-"8\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Status </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">ሁኔታው </caseinline></switchinline>"
+msgid "Status"
+msgstr "ሁኔታው"
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3150465\n"
-"9\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Describes the current status of the selected printer. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">አሁን የተመረጠውን ማተሚያ ሁኔታ መግለጫ </caseinline></switchinline>"
+msgid "Describes the current status of the selected printer."
+msgstr "ለ ተመረጠው ማተሚያ የ አሁኑን ሁኔታ መግለጫ"
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3154898\n"
-"10\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Type </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">አይነት </caseinline></switchinline>"
+msgid "Type"
+msgstr "አይነት"
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3156326\n"
-"11\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the type of printer that you selected. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">እርስዎ የመረጡትን ማተሚያ ማሳያ </caseinline></switchinline>"
+msgid "Displays the type of printer that you selected."
+msgstr "እርስዎ የ መረጡትን ማተሚያ አይነት ማሳያ"
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3149416\n"
-"12\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Location </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">አካባቢ </caseinline></switchinline>"
+msgid "Location"
+msgstr "አካባቢ"
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3149955\n"
-"13\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the port for the selected printer. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">እርስዎ ለ ማተሚያ የመረጡትን port ማሳያ </caseinline></switchinline>"
+msgid "Displays the port for the selected printer."
+msgstr "ለ ተመረጠው ማተሚያ port ማሳያ"
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3145316\n"
-"14\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Comments </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">አስተያየቶች </caseinline></switchinline>"
+msgid "Comments"
+msgstr "አስተያየቶች"
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3155923\n"
-"15\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays additional information for the printer. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">ስለ ማተሚያው ተጨማሪ መረጃ ማሳያ </caseinline></switchinline>"
+msgid "Displays additional information for the printer."
+msgstr "ለ ማተሚያው ተጨማሪ መረጃ ማሳያ"
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3149669\n"
-"16\n"
"help.text"
msgid "Properties"
msgstr "ባህሪዎች"
@@ -5187,19 +5170,41 @@ msgstr "ባህሪዎች"
msgctxt ""
"01140000.xhp\n"
"par_id3149045\n"
-"17\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\"><ahelp hid=\"SVTOOLS:PUSHBUTTON:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_PROPERTIES\">Changes the printer settings of your operating system for the current document.</ahelp></caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\"><ahelp hid=\"SVTOOLS:PUSHBUTTON:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_PROPERTIES\">የ እርስዎ መስሪያ ስርአት የ አሁኑን ሰነድ ለማተም የ ማተሚያ ማሰናጃው ይቀየራል</ahelp></caseinline></switchinline>"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/properties\">Changes the printer settings of your operating system for the current document.</ahelp>"
+msgstr "<ahelp hid=\"svt/ui/printersetupdialog/properties\">ለ እርስዎ የ መስሪያ ስርአት ለ አሁኑ ሰነድ የ ማተሚያ ማሰናጃ ይቀይራል </ahelp>"
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3157322\n"
-"18\n"
"help.text"
msgid "Ensure that the Landscape or Portrait layout option set in the printer properties dialog matches the page format that you set by choosing <emph>Format - Page</emph>."
-msgstr "እርግጠኛ ይሁኑ የ መሬት አቀማመጥ ወይንም ምስል እቅድ ምርጫ ማሰናጃ ለ ማተሚያ ባህሪዎች ንግግር እንደሚስማማ ከ ገጽ አቀራረብ እርስዎ ካሰናዱት ጋር በ መምረጥ <emph>አቀራረብ - ገጽ </emph>"
+msgstr "እርግጠኛ ይሁኑ የ መሬት አቀማመጥ ወይንም የ ምስል እቅድ ምርጫ መሰናዱትን በ ማተሚያ ባህሪዎች ንግግር ውስጥ: እና ተመሳሳይ መሆኑን ከ ገጽ አቀራረብ እርስዎ ካሰናዱት ጋር: በ መምረጥ <emph>አቀራረብ - ገጽ</emph>."
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id201612110303091265\n"
+"help.text"
+msgid "Options"
+msgstr "ምርጫዎች"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id201612110239454950\n"
+"help.text"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/options\">Opens the <emph>Printer Options</emph> dialog where you can override the global printer options set on the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Writer</emph></caseinline><caseinline select=\"CALC\"><emph>Calc</emph></caseinline><defaultinline>Writer/Web</defaultinline></switchinline><emph> - Print</emph> panel for the current document.</ahelp>"
+msgstr "<ahelp hid=\"svt/ui/printersetupdialog/options\">መክፈቻ የ <emph>ማተሚያ ምርጫዎች</emph> ንግግር እርስዎ በላዩ ላይ የሚጽፉበት አለም አቀፍ የ ማተሚያ ምርጫ ማሰናጃ በ <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - ምርጫዎች</emph></caseinline><defaultinline><emph>መሳሪያዎች - ምርጫ</emph></defaultinline></switchinline><emph> - %PRODUCTNAME </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>መጻፊያ</emph></caseinline><caseinline select=\"CALC\"><emph>ሰንጠረዥ</emph></caseinline><defaultinline>መጻፊያ/ዌብ</defaultinline></switchinline><emph> - ማተሚያ</emph> ክፍል ለ አሁኑ ሰነድ </ahelp>"
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3157323\n"
+"help.text"
+msgid "The <emph>Options</emph> button is only available in %PRODUCTNAME Writer and Calc."
+msgstr "የ <emph>ምርጫዎች</emph> ቁልፍ ዝግጁ የሚሆነው ለ %PRODUCTNAME መጻፊያ እና ሰንጠረዥ ነው"
#: 01160000.xhp
msgctxt ""
@@ -5451,7 +5456,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "Display area"
-msgstr "ቦታ ማሳያ"
+msgstr "ማሳያ ቦታ"
#: 01160300.xhp
msgctxt ""
@@ -5529,7 +5534,7 @@ msgctxt ""
"par_id3151299\n"
"help.text"
msgid "<ahelp hid=\".\">Closes all $[officename] programs and prompts you to save your changes.</ahelp> This command does not exist on Mac OS X systems."
-msgstr ""
+msgstr "<ahelp hid=\".\">መዝጊያ ሁሉንም $[officename] ፕሮግራሞች እና የ እርስዎን ለውጦች እንዲያስቀምጡ ይነግርዎታል </ahelp> ይህ ትእዛዝ በ Mac OS X ስርአት ውስጥ የለም"
#: 01170000.xhp
msgctxt ""
@@ -6721,7 +6726,7 @@ msgctxt ""
"par_id3149893\n"
"help.text"
msgid "<variable id=\"suchenersetzentext\"><ahelp hid=\".uno:SearchDialog\">Finds or replaces text or formats in the current document.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"suchenersetzentext\"><ahelp hid=\".uno:SearchDialog\">መፈለጊያ ወይንም መቀየሪያ ጽሁፍ ወይንም አቀራረብ በ አሁኑ ሰነድ ውስጥ </ahelp></variable>"
#: 02100000.xhp
msgctxt ""
@@ -6753,7 +6758,7 @@ msgctxt ""
"hd_id3152425\n"
"help.text"
msgid "Find"
-msgstr ""
+msgstr "መፈለጊያ"
#: 02100000.xhp
msgctxt ""
@@ -6761,7 +6766,7 @@ msgctxt ""
"par_id3155805\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/findreplacedialog/searchlist\">Enter the text that you want to find, or select a previous search from the list.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"svx/ui/findreplacedialog/searchlist\">እርስዎ ማግኘት የሚፈልጉትን ጽሁፍ ያስገቡ: ወይንም ይምረጡ ካለፈው የ መፈለጊያ ዝርዝር ውስጥ </ahelp>"
#: 02100000.xhp
msgctxt ""
@@ -6769,7 +6774,7 @@ msgctxt ""
"par_id3153683\n"
"help.text"
msgid "Search options are listed under the <emph>Find</emph> box and in the <emph>Other options</emph> area of the dialog."
-msgstr ""
+msgstr "የ መፈለጊያ ምርጫ ከ ታች በኩል ተዘርዝሯል በ <emph>መፈለጊያ</emph> ሳጥን ውስጥ እና በ <emph>ሌሎች ምርጫዎች</emph> ቦታ በ ንግግሩ ውስጥ"
#: 02100000.xhp
msgctxt ""
@@ -6777,7 +6782,7 @@ msgctxt ""
"hd_id3154924\n"
"help.text"
msgid "Match case"
-msgstr ""
+msgstr "ጉዳይ ማመሳሰያ"
#: 02100000.xhp
msgctxt ""
@@ -6793,7 +6798,7 @@ msgctxt ""
"par_id3154760\n"
"help.text"
msgid "<variable id=\"exakt\"><ahelp hid=\"svx/ui/findreplacedialog/matchcase\">Distinguishes between uppercase and lowercase characters.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"exakt\"><ahelp hid=\"svx/ui/findreplacedialog/matchcase\">በ ትንንሽ ፊደሎች እና በ አቢኢይ ፊደሎች ባህሪዎች መካከል ይለያል </ahelp></variable>"
#: 02100000.xhp
msgctxt ""
@@ -6801,7 +6806,7 @@ msgctxt ""
"hd_id3148538\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Entire Cells</caseinline><defaultinline>Whole words only</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ጠቅላላ ክፍሎች</caseinline><defaultinline>ሙሉ ቃሎች ብቻ</defaultinline></switchinline>"
#: 02100000.xhp
msgctxt ""
@@ -6809,7 +6814,7 @@ msgctxt ""
"par_id3149579\n"
"help.text"
msgid "<variable id=\"ganze\"><ahelp hid=\"svx/ui/findreplacedialog/wholewords\">Searches for whole words or cells that are identical to the search text.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"ganze\"><ahelp hid=\"svx/ui/findreplacedialog/wholewords\">መፈለጊያ ለ ጠቅላላ ቃሎች ወይንም ክፍሎች ተመሳሳይ የሆኑ ከ መፈለጊያው ጽሁፍ ጋር </ahelp></variable>"
#: 02100000.xhp
msgctxt ""
@@ -6825,7 +6830,7 @@ msgctxt ""
"hd_id3152960\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">All sheets</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ሁሉንም ወረቀቶች</caseinline></switchinline>"
#: 02100000.xhp
msgctxt ""
@@ -6833,7 +6838,7 @@ msgctxt ""
"par_id3145619\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches through all of the sheets in the current spreadsheet file.</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">መፈለጊያ በ ሁሉም ወረቀቶች በ አሁኑ የ ሰንጠረዥ ፋይል ውስጥ </caseinline></switchinline>"
#: 02100000.xhp
msgctxt ""
@@ -6849,7 +6854,7 @@ msgctxt ""
"hd_id3152551\n"
"help.text"
msgid "Replace"
-msgstr ""
+msgstr "መቀየሪያ"
#: 02100000.xhp
msgctxt ""
@@ -6866,7 +6871,7 @@ msgctxt ""
"par_id3150506\n"
"help.text"
msgid "Replacement options are listed are listed under the <emph>Find</emph> box and in the <emph>Other options</emph> area of the dialog."
-msgstr ""
+msgstr "የ መቀየሪያ ምርጫ ከ ታች በኩል ተዘርዝሯል በ<emph>መፈለጊያ</emph> ሳጥን ውስጥ እና በ <emph>ሌሎች ምርጫዎች</emph> ቦታ በ ንግግር ውስጥ"
#: 02100000.xhp
msgctxt ""
@@ -6900,7 +6905,7 @@ msgctxt ""
"hd_id301020161412479230\n"
"help.text"
msgid "Find Previous"
-msgstr ""
+msgstr "ያለፈውን መፈለጊያ"
#: 02100000.xhp
msgctxt ""
@@ -6908,7 +6913,7 @@ msgctxt ""
"par_id301020161412471558\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/findreplacedialog/backsearch\">Finds and selects the previous occurrence of the text or format that you searching for in the document.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"svx/ui/findreplacedialog/backsearch\">ያለፈውን ሁኔታ ይፈልግ እና ይመርጣል ለ ጽሁፍ ወይንም አቀራረብ እርስዎ የሚፈልጉትን በ ሰነዱ ውስጥ </ahelp>"
#: 02100000.xhp
msgctxt ""
@@ -6916,7 +6921,7 @@ msgctxt ""
"hd_id3163821\n"
"help.text"
msgid "Find Next"
-msgstr ""
+msgstr "ቀጥሎ መፈለጊያ"
#: 02100000.xhp
msgctxt ""
@@ -6924,7 +6929,7 @@ msgctxt ""
"par_id3147436\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/findreplacedialog/search\">Finds and selects the next occurrence of the text or format that you searching for in the document.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"svx/ui/findreplacedialog/search\">የሚቀጥለውን ሁኔታ ይፈልግ እና ይመርጣል ለ ጽሁፍ ወይንም አቀራረብ እርስዎ የሚፈልጉትን በ ሰነዱ ውስጥ </ahelp>"
#: 02100000.xhp
msgctxt ""
@@ -6968,7 +6973,7 @@ msgctxt ""
"hd_id3166410\n"
"help.text"
msgid "Other options"
-msgstr ""
+msgstr "ሌሎች ምርጫዎች"
#: 02100000.xhp
msgctxt ""
@@ -6976,7 +6981,7 @@ msgctxt ""
"par_id3150113\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"visible\">Shows more or fewer search options. Click this label again to hide the extended search options.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"visible\">አነስተኛ ወይንም ተጨማሪ የ መፈለጊያ ሁኔታዎች ማሳያ: ይጫኑ ይህን ምልክት እንደገና የ ተስፋፋውን የ መፈለጊያ ምርጫ ለ መደበቅ </ahelp>"
#: 02100000.xhp
msgctxt ""
@@ -6992,7 +6997,7 @@ msgctxt ""
"hd_id3147264\n"
"help.text"
msgid "Current selection only"
-msgstr ""
+msgstr "የ አሁኑን ምርጫ ብቻ"
#: 02100000.xhp
msgctxt ""
@@ -7000,7 +7005,7 @@ msgctxt ""
"par_id3150866\n"
"help.text"
msgid "<ahelp hid=\".\">Searches only the selected text or cells.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">የ ተመረጠውን የ ጽሁፍ ወይንም ክፍሎች መፈለጊያ </ahelp>"
#: 02100000.xhp
msgctxt ""
@@ -7008,7 +7013,7 @@ msgctxt ""
"hd_id3156192\n"
"help.text"
msgid "Replace backwards"
-msgstr ""
+msgstr "ወደ ኋላ መቀየሪያ"
#: 02100000.xhp
msgctxt ""
@@ -7017,7 +7022,7 @@ msgctxt ""
"15\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/findreplacedialog/replace_backwards\">Search starts at the current cursor position and goes backwards to the beginning of the file.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"svx/ui/findreplacedialog/replace_backwards\">መፈለጊያ የሚጀምረው መጠቆሚያው አሁን ካለበት ቦታ ነው እና ወደ ኋላ ይሄዳል እስከ ፋይሉ መጀመሪያው ድረስ </ahelp>"
#: 02100000.xhp
msgctxt ""
@@ -7051,7 +7056,7 @@ msgctxt ""
"par_id8876918\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for text formatted with the style that you specify. Select this checkbox, and then select a style from the Find list. To specify a replacement style, select a style from the Replace list.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">እርስዎ በ ወሰኑት ዘዴ የ ቀረበ ጽሁፍ መፈለጊያ: ይምረጡ ይህን ምልክት ማድረጊያ ሳጥን: እና ከዛ ይምረጡ ዘዴ ከ መፈለጊያ ዝርዝር ውስጥ: የ ዘዴ መቀየሪያ ለ መወሰን: ይምረጡ ዘዴ ከ መቀየሪያ ዝርዝር ውስጥ </ahelp>"
#: 02100000.xhp
msgctxt ""
@@ -7059,7 +7064,7 @@ msgctxt ""
"hd_id3153524\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Paragraph Styles / Including Styles</caseinline><caseinline select=\"CALC\">Cell Styles</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">የ አንቀጽ ዘዴዎች / ዘዴዎች ያካትታል </caseinline><caseinline select=\"CALC\">የ ክፍል ዘዴዎች</caseinline></switchinline>"
#: 02100000.xhp
msgctxt ""
@@ -7067,7 +7072,7 @@ msgctxt ""
"par_id3155103\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/findreplacedialog/layout\">Searches for text formatted with the style that you specify. Select this checkbox, and then select a style from the <emph>Find</emph> list. To specify a replacement style, select a style from the <emph>Replace</emph> list.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"svx/ui/findreplacedialog/layout\">እርስዎ በ ወሰኑት ዘዴ የ ቀረበ ጽሁፍ መፈለጊያ: ይምረጡ ይህን ምልክት ማድረጊያ ሳጥን: እና ከዛ ይምረጡ ዘዴ ከ <emph>መፈለጊያ</emph> ዝርዝር ውስጥ: የ ዘዴ መቀየሪያ ለ መወሰን: ይምረጡ ዘዴ ከ <emph>መቀየሪያ</emph> ዝርዝር ውስጥ</ahelp>"
#: 02100000.xhp
msgctxt ""
@@ -7075,7 +7080,7 @@ msgctxt ""
"par_idN109CC\n"
"help.text"
msgid "After you select the attributes that you want to search for, the <emph>Paragraph Styles</emph> box in the <emph>Other options</emph> area of the %PRODUCTNAME Writer <emph>Find & Replace</emph> dialog changes to <emph>Including Styles</emph>."
-msgstr ""
+msgstr "እርስዎ መለያዎች ከ መረጡ በኋላ እርስዎ የሚፈልጉትን በ <emph>አንቀጽ ዘዴዎች</emph> ሳጥን ውስጥ በ <emph>ሌሎች ምርጫ</emph> ቦታ በ %PRODUCTNAME መጻፊያ <emph>መፈለጊያ & መቀየሪያ</emph> ንግግር ይቀየራል ወደ <emph>ዘዴዎች ማካተቻ </emph>."
#: 02100000.xhp
msgctxt ""
@@ -7160,7 +7165,7 @@ msgctxt ""
"hd_id3147348\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100200.xhp\" name=\"Attributes\">Attributes</link></caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100200.xhp\" name=\"Attributes\">መለያዎች</link></caseinline></switchinline>"
#: 02100000.xhp
msgctxt ""
@@ -7168,7 +7173,7 @@ msgctxt ""
"hd_id3155854\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100300.xhp\" name=\"Format\">Format</link></caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/shared/01/02100300.xhp\" name=\"Format\">አቀራረብ</link></caseinline></switchinline>"
#: 02100000.xhp
msgctxt ""
@@ -7184,7 +7189,7 @@ msgctxt ""
"hd_id3154188\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">No Format</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">አቀራረብ የለም</caseinline></switchinline>"
#: 02100000.xhp
msgctxt ""
@@ -7192,7 +7197,7 @@ msgctxt ""
"par_id3159155\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Click in the <emph>Find</emph> or the <emph>Replace</emph> box, and then click this button to remove the search criteria based on formats.</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">ይጫኑ በ <emph>መፈለጊያ</emph> ወይንም በ <emph>መቀየሪያ</emph> ሳጥን ውስጥ: እና ከዛ ይጫኑ ይህን ቁልፍ ለማስወገድ ከ መፈለጊያ መመዘኛ መሰረት አቀራረብ ውስጥ </caseinline></switchinline>"
#: 02100000.xhp
msgctxt ""
@@ -7200,7 +7205,7 @@ msgctxt ""
"par_id1334269\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Click in the Find or the Replace box, and then click this button to remove the search criteria based on formats.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ይጫኑ በ መፈለጊያ ወይንም በ መቀየሪያ ሳጥን ውስጥ: እና ከዛ ይጫኑ ይህን ቁልፍ ለማስወገድ ከ መፈለጊያ መመዘኛ መሰረት አቀራረብ ውስጥ </ahelp>"
#: 02100000.xhp
msgctxt ""
@@ -7208,7 +7213,7 @@ msgctxt ""
"par_id3150337\n"
"help.text"
msgid "The search criteria for formatting attributes are displayed under the <emph>Find</emph> or the <emph>Replace</emph> box."
-msgstr ""
+msgstr "የ መፈለጊያ መመዘኛ ለ አቀራረብ መለያዎች ይታያሉ በ <emph>መፈለጊያ</emph> ወይንም በ <emph>መቀየሪያ</emph> ሳጥን ውስጥ"
#: 02100000.xhp
msgctxt ""
@@ -7216,7 +7221,7 @@ msgctxt ""
"hd_id3153004\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Direction</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">አቅጣጫ</caseinline></switchinline>"
#: 02100000.xhp
msgctxt ""
@@ -7233,7 +7238,7 @@ msgctxt ""
"hd_id3155064\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Rows</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ረድፎች</caseinline></switchinline>"
#: 02100000.xhp
msgctxt ""
@@ -7241,7 +7246,7 @@ msgctxt ""
"par_id301020161457217894\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches from left to right across the rows.</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">መፈለጊያ ከ ግራ ወደ ቀኝ ከ ረድፎች ባሻገር </caseinline></switchinline>"
#: 02100000.xhp
msgctxt ""
@@ -7257,7 +7262,7 @@ msgctxt ""
"hd_id3156277\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Columns</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">አምዶች</caseinline></switchinline>"
#: 02100000.xhp
msgctxt ""
@@ -7265,7 +7270,7 @@ msgctxt ""
"par_id3145207\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches from top to bottom through the columns.</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">መፈለጊያ ከ ላይ ወደ ታች በ አምዶች ውስጥ </caseinline></switchinline>"
#: 02100000.xhp
msgctxt ""
@@ -7290,7 +7295,7 @@ msgctxt ""
"hd_id3146925\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Formulas</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">መቀመሪያ</caseinline></switchinline>"
#: 02100000.xhp
msgctxt ""
@@ -7298,7 +7303,7 @@ msgctxt ""
"par_id301020161448509633\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Searches for the characters that you specify in formulas and in fixed (not calculated) values. For example, you could look for formulas that contain 'SUM'.</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">መፈለጊያ ባህሪዎች እርስዎ የ ወሰኑትን በ መቀመሪያ እና በ ተወሰነ (ምንም ያልተሰላ) ዋጋዎች: ለምሳሌ: እርስዎ መመልከት ይችላሉ መቀመሪያ የያዘ 'ድምር'.</caseinline></switchinline>"
#: 02100000.xhp
msgctxt ""
@@ -7314,7 +7319,7 @@ msgctxt ""
"hd_id3149400\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Values</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ዋጋዎች</caseinline></switchinline>"
#: 02100000.xhp
msgctxt ""
@@ -7339,7 +7344,7 @@ msgctxt ""
"hd_id3145650\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">Notes</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">ማስታወሻ</caseinline></switchinline>"
#: 02100000.xhp
msgctxt ""
@@ -7584,7 +7589,7 @@ msgctxt ""
"par_id3153700\n"
"help.text"
msgid "Represents a line break that was inserted with the Shift+Enter key combination. To change a line break into a paragraph break, enter <emph>\\n</emph> in the <emph>Find</emph> and <emph>Replace</emph> boxes, and then perform a search and replace."
-msgstr ""
+msgstr "የ መስመር መጨረሻ ይወክላል የ ገባውን በ Shift+ማስገቢያ ቁልፍ ጥምረት: የ መስመር መጨረሻ ለ መቀየር ወደ አንቀጽ መጨረሻ: ያስገቡ <emph>\\n</emph> በ <emph>መፈለጊያ</emph> እና <emph>መቀየሪያ</emph> ሳጥኖች ውስጥ: እና ከዛ መፈለጊያ እና መቀየሪያ ይፈጽሙ"
#: 02100001.xhp
msgctxt ""
@@ -7592,7 +7597,7 @@ msgctxt ""
"par_id9262672\n"
"help.text"
msgid "\\n in the <emph>Find</emph> text box stands for a line break that was inserted with the Shift+Enter key combination."
-msgstr ""
+msgstr "\\n በ <emph>መፈለጊያ</emph> ጽሁፍ ሳጥን ውስጥ የ መስመር መጨረሻ ይወክላል ለገባው በ Shift+ማስገቢያ ጥምረት ቁልፍ"
#: 02100001.xhp
msgctxt ""
@@ -7600,7 +7605,7 @@ msgctxt ""
"par_id2366100\n"
"help.text"
msgid "\\n in the <emph>Replace</emph> text box stands for a paragraph break that can be entered with the Enter or Return key."
-msgstr ""
+msgstr "\\n በ <emph>መቀየሪያ</emph> ጽሁፍ ሳጥን ውስጥ ይወክላል የ አንቀጽ መጨረሻ ለገባው በ ማስገቢያ ወይንም በ መመለሻ ቁልፍ"
#: 02100001.xhp
msgctxt ""
@@ -7617,7 +7622,7 @@ msgctxt ""
"par_id3157809\n"
"help.text"
msgid "Represents a tab. You can also use this expression in the <emph>Replace</emph> box."
-msgstr ""
+msgstr "የሚወክለው tab. ነው: እርስዎ ይህን መግለጫ መጠቀም ይችላሉ በ <emph>መቀየሪያ</emph> ሳጥን ውስጥ"
#: 02100001.xhp
msgctxt ""
@@ -7688,7 +7693,7 @@ msgctxt ""
"par_id3153961\n"
"help.text"
msgid "Adds the string that was found by the search criteria in the <emph>Find</emph> box to the term in the <emph>Replace</emph> box when you make a replacement."
-msgstr ""
+msgstr "በ መፈለጊያ መመዘኛ የ ተገኘውን ሀረግ መጨመሪያ በ <emph>መፈለጊያ</emph> ሳጥን ውስጥ በ ደንብ በ <emph>መቀየሪያ</emph> ሳጥን ውስጥ: እርስዎ መቀየሪያውን በሚሰሩ ጊዜ"
#: 02100001.xhp
msgctxt ""
@@ -7696,7 +7701,7 @@ msgctxt ""
"par_id3149650\n"
"help.text"
msgid "For example, if you enter \"window\" in the <emph>Find</emph> box and \"&frame\" in the <emph>Replace</emph> box, the word \"window\" is replaced with \"windowframe\"."
-msgstr ""
+msgstr "ለምሳሌ: እርስዎ ካስገቡ \"መስኮት\" በ <emph>መፈለጊያ</emph> ሳጥን ውስጥ: እና \"&ክፈፍ\" በ <emph>መቀየሪያ</emph> ሳጥን ውስጥ: ይህ ቃል \"መስኮት\" ይቀየራል በ \"መስኮት ክፈፍ\":"
#: 02100001.xhp
msgctxt ""
@@ -7704,7 +7709,7 @@ msgctxt ""
"par_id3150543\n"
"help.text"
msgid "You can also enter an \"&\" in the <emph>Replace</emph> box to modify the <emph>Attributes</emph> or the <emph>Format</emph> of the string found by the search criteria."
-msgstr ""
+msgstr "እርስዎ እንዲሁም ማስገባት ይችላሉ የ \"&\" በ <emph>መቀየሪያ</emph> ሳጥን ውስጥ ለማሻሻል የ <emph>መለያዎች</emph> ወይንም በ <emph>አቀራረብ</emph> ሀረግ በ መፈለጊያ መመዘኛ በ ተገኘው"
#: 02100001.xhp
msgctxt ""
@@ -7916,7 +7921,7 @@ msgctxt ""
"par_id2701803\n"
"help.text"
msgid "In the <emph>Find</emph> box:"
-msgstr ""
+msgstr "በ <emph>መፈለጊያ</emph> ሳጥን ውስጥ:"
#: 02100001.xhp
msgctxt ""
@@ -7950,7 +7955,7 @@ msgctxt ""
"par_id9200109\n"
"help.text"
msgid "In the <emph>Replace</emph> box:"
-msgstr ""
+msgstr "በ <emph>መቀየሪያ</emph> ሳጥን ውስጥ:"
#: 02100001.xhp
msgctxt ""
@@ -8231,7 +8236,7 @@ msgctxt ""
"par_id3146856\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/findreplacedialog/similarity\">Find terms that are similar to the <emph>Find</emph> text. Select this checkbox, and then click the <emph>Similarities</emph> button to define the similarity options.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"svx/ui/findreplacedialog/similarity\">መፈለጊያ ተመሳሳይ የሆኑ ደንቦችን በ <emph>መፈለጊያ</emph> ጽሁፍ ውስጥ: ይምረጡ ይህን ምልክት ማድረጊያ ሳጥን: እና ከዛ ይጫኑ የ <emph>ተመሳሳይ</emph> ቁልፍ ለ መግለጽ የ ተመሳሳይ ምርጫዎች </ahelp>"
#: 02100100.xhp
msgctxt ""
@@ -8239,7 +8244,7 @@ msgctxt ""
"par_id3149551\n"
"help.text"
msgid "For example, a similarity search can find words that differ from the <emph>Find</emph> text by two characters."
-msgstr ""
+msgstr "ለምሳሌ: ተመሳሳይ መፈለጊያ ያገኛል ቃላቶች የሚለዩ በ <emph>መፈለጊያ</emph> ጽሁፍ በ ሁለት ባህሪዎች"
#: 02100100.xhp
msgctxt ""
@@ -8291,8 +8296,8 @@ msgctxt ""
"par_id3152551\n"
"59\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Enter the number of characters in the search term that can be exchanged.</ahelp> For example, if you specify 2 exchanged characters, \"black\" and \"crack\" are considered similar."
-msgstr "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">ያስገቡ የ ባህሪዎች ቁጥር ለ መፈለጊያ ደንብ የሚቀያየረውን </ahelp> ለምሳሌ: እርስዎ ከ ወሰኑ 2 የሚቀያየር ባህሪዎች: \"black\" እና \"crack\" እንደ ተመሳሳይ ይወሰዳሉ"
+msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Enter the number of characters in the search term that can be exchanged.</ahelp> For example, if you specify 2 exchanged characters, \"sweep\" and \"creep\" are considered similar."
+msgstr "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">የ ባህሪዎች ቁጥር ያስገቡ በ መፈለጊያ ደንብ ውስጥ የሚቀያየረውን </ahelp> ለምሳሌ: እርስዎ ከ ወሰኑ 2 የሚቀያየሩ ባህሪዎች \"sweep\" እና \"creep\" እንደ ተመሳሳይ ይታያሉ"
#: 02100100.xhp
msgctxt ""
@@ -8606,7 +8611,7 @@ msgctxt ""
"17\n"
"help.text"
msgid "Finds characters using the <emph>Normal, Superscript</emph> or <emph>Subscript </emph>attributes."
-msgstr "መፈለጊያ ባህሪዎች የሚጠቀሙ በ <emph>መደበኛ: በትንንሹ ከፍ ብሎ መጻፊያ</emph> ወይንም <emph>በትንንሹ ዝቅ ብሎ መጻፊያ </emph>attributes."
+msgstr "መፈለጊያ ባህሪዎች የሚጠቀሙ በ <emph>መደበኛ: በትንንሹ ከፍ ብሎ መጻፊያ</emph> ወይንም <emph>በትንንሹ ዝቅ ብሎ መጻፊያ </emph>መለያዎች"
#: 02100200.xhp
msgctxt ""
@@ -9000,7 +9005,7 @@ msgctxt ""
"par_id3145383\n"
"help.text"
msgid "The search criteria for attributes are listed below the <emph>Find</emph> box."
-msgstr ""
+msgstr "የ መፈለጊያ መመዘኛ ደንብ ለ ባህሪዎች ከ ታች በኩል ተዘርዝሯል በ <emph>መፈለጊያ</emph> ሳን ውስጥ"
#: 02100300.xhp
msgctxt ""
@@ -9008,7 +9013,7 @@ msgctxt ""
"par_id3150466\n"
"help.text"
msgid "You do not need to specify a search text in the <emph>Find</emph> box when you search and replace formatting."
-msgstr ""
+msgstr "እርስዎ መግለጽ የለብዎትም ጽሁፍ መፈለጊያ በ <emph>መፈለጊያ</emph> ሳጥን ውስጥ እርስዎ አቀራረብ በሚፈልጉ እና በሚቀይሩ ጊዜ"
#: 02100300.xhp
msgctxt ""
@@ -9016,7 +9021,7 @@ msgctxt ""
"par_id3156152\n"
"help.text"
msgid "To define a replacement format, click in the <emph>Replace</emph> box, and then click the <emph>Format</emph> button."
-msgstr ""
+msgstr "ለ መግለጽ የ መቀየሪያ አቀራረብ: ይጫኑ በ <emph>መቀየሪያ</emph> ሳጥን ውስጥ: እና ከዛ ይጫኑ የ <emph>አቀራረብ</emph> ቁልፍ"
#: 02100300.xhp
msgctxt ""
@@ -9414,7 +9419,7 @@ msgctxt ""
"17\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/save\">Saves a copy of the contents of the linked files in the master document. This ensures that the current contents are available when the linked files cannot be accessed.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/save\">የ ተገናኙ ፋይሎች ይዞታዎችን ኮፒ ማስቀመጫ በ ዋናው ሰነድ ውስጥ: ይህ ያረጋግጣል የ አሁኑ ይዞታዎች ዝግጁ እንደሆኑ የ ተገናኙ ፋይሎች ጋር መድረስ በማይቻል ጊዜ </ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -9449,7 +9454,7 @@ msgctxt ""
"20\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel.down\">Moves the selection down one position in the Navigator list.</ahelp> You can also move entries by dragging and dropping them in the list. If you move a text section onto another text section, the text sections are merged."
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel.down\">የ ተመረጠውን አንድ ደረጃ ወደ ታች በ መቃኛ ዝርዝር ውስጥ ማንቀሳቀሻ </ahelp> እርስዎ እንዲሁም ማንቀሳቀስ ይችላሉ በ መጎተት እና በ መጣል በ ዝርዝር ውስጥ: እርስዎ የ ጽሁፍ ክፍል ከ አንድ ቦታ ወደ ሌላ የ ጽሁፍ ክፍል ቦታ ካንቀሳቀሱ ጽሁፉ ይዋሀዳል"
#: 02110000.xhp
msgctxt ""
@@ -9484,7 +9489,7 @@ msgctxt ""
"23\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/up\">Moves the selection up one position in the Navigator list.</ahelp> You can also move entries by dragging and dropping them in the list. If you move a text section onto another text section, the text sections are merged."
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/up\">የ ተመረጠውን በ መቃኛው ዝርዝር ውስጥ አንድ ደረጃ ወደ ላይ ማንቀሳቀሻ </ahelp> እርስዎ እንዲሁም ከ ዝርዝር ውስጥ ማስገቢያዎችን በ መጎተት እና በ መጣል ማንቀሳቀስ ይችላሉ: እርስዎ የ ጽሁፍ ክፍል ወደ ሌላ የ ጽሁፍ ክፍል ካንቀሳቀሱ የ ጽሁፍ ክፍሎቹ ይዋሀዳሉ"
#: 02110000.xhp
msgctxt ""
@@ -10292,7 +10297,7 @@ msgctxt ""
"par_id3149751\n"
"help.text"
msgid "You can draw three types of hotspots: rectangles, ellipses, and polygons. When you click a hotspot, the URL is opened in the browser window or frame that you specify. You can also specify the text that appears when your mouse rests on the hotspot."
-msgstr "እርስዎ መሳል ይችላሉ ሶስት አይነት ትኩስ ቦታዎች: አራት ማእዘኖች: ኤሊፕሶች: እና ፖሊጎኖች: እርስዎ በሚጫኑ ጊዜ በ ትኩስ ቦታዎች ላይ: የ URL ይከፈታል በ መቃኛ መስኮት ውስጥ ወይንም እርስዎ በ ወሰኑት ክፈፍ ውስጥ: እርስዎ እንዲሁም መወሰን ይችላሉ የሚታየውን ጽሁፍ የ እርስዎ አይጥ መጠቆሚያ በ ትኩስ ቦታዎች ላይ ሲያርፍ"
+msgstr "እርስዎ መሳል ይችላሉ ሶስት አይነት ትኩስ ቦታዎች: አራት ማእዘኖች: ኤሊፕሶች: እና ፖሊጎኖች: እርስዎ በሚጫኑ ጊዜ በ ትኩስ ቦታ ላይ: የ URL ይከፈታል በ መቃኛ መስኮት ውስጥ ወይንም እርስዎ በ ወሰኑት ክፈፍ ውስጥ: እርስዎ እንዲሁም መወሰን ይችላሉ የሚታየውን ጽሁፍ የ እርስዎ አይጥ መጠቆሚያ በ ትኩስ ቦታ ላይ ሲያርፍ"
#: 02220000.xhp
msgctxt ""
@@ -10404,7 +10409,7 @@ msgctxt ""
"par_id3154073\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_SELECT\">Selects a hotspot in the image map for editing.</ahelp>"
-msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_SELECT\">መምረጫ የ hotspot የ ምስል ካርታ ለማረም </ahelp>"
+msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_SELECT\">መምረጫ ትኩስ ቦታ የ ምስል ካርታ ለማረም </ahelp>"
#: 02220000.xhp
msgctxt ""
@@ -10564,7 +10569,7 @@ msgctxt ""
"par_id3153745\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYEDIT\">Lets you change the shape of the selected hotspot by editing the anchor points.</ahelp>"
-msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYEDIT\">እርስዎን የ ተመረጠውን hotspot ቅርጽ መቀየር ያስችሎታል በ ማስቆሚያ ነጥቦች </ahelp>"
+msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYEDIT\">እርስዎን የ ተመረጠውን ትኩስ ቦታ ቅርጽ መቀየር ያስችሎታል በ ማስቆሚያ ነጥቦች </ahelp>"
#: 02220000.xhp
msgctxt ""
@@ -10596,7 +10601,7 @@ msgctxt ""
"par_id3151318\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYMOVE\">Lets you move the individual anchor points of the selected hotspot.</ahelp>"
-msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYMOVE\">እርስዎን ማንቀሳቀስ ያስችሎታል እያንዳንዱን ማስቆሚያ ነጥቦች ለ ተመረጠው የ hotspot </ahelp>"
+msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYMOVE\">እርስዎን ማንቀሳቀስ ያስችሎታል እያንዳንዱን ማስቆሚያ ነጥቦች ለ ተመረጠው ትኩስ ቦታ </ahelp>"
#: 02220000.xhp
msgctxt ""
@@ -10628,7 +10633,7 @@ msgctxt ""
"par_id3156355\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYINSERT\">Adds an anchor point where you click on the outline of the hotspot.</ahelp>"
-msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYINSERT\">የ ማስቆሚያ ነጥብ መጨመሪያ እርስዎ በሚጫኑበት በ ረቂቅ ላይ በ hotspot.</ahelp>"
+msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_POLYINSERT\">የ ማስቆሚያ ነጥብ መጨመሪያ እርስዎ በሚጫኑበት በ ረቂቅ ላይ በ ትኩስ ቦታ </ahelp>"
#: 02220000.xhp
msgctxt ""
@@ -10692,7 +10697,7 @@ msgctxt ""
"par_id3146918\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_ACTIVE\">Disables or enables the hyperlink for the selected hotspot. A disabled hotspot is transparent.</ahelp>"
-msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_ACTIVE\">ማስቻያ ወይንም ማሰናከያ hyperlink ለ ተመረጠው hotspot: የ ተሰናከለ hotspot ግልጽ ነው </ahelp>"
+msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_ACTIVE\">ማስቻያ ወይንም ማሰናከያ hyperlink ለ ተመረጠው ትኩስ ቦታ: የ ተሰናከለ ትኩስ ቦታ ግልጽ ነው </ahelp>"
#: 02220000.xhp
msgctxt ""
@@ -10724,7 +10729,7 @@ msgctxt ""
"par_id3151250\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_MACRO\">Lets you assign a macro that runs when you click the selected hotspot in a browser.</ahelp>"
-msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_MACRO\">እርስዎን macro መመደብ ያስችሎታል እርስዎ በሚጫኑ ጊዜ የ ተመረጠውን hotspot በ መቃኛ ውስጥ የሚያስኬድ </ahelp>"
+msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_MACRO\">እርስዎን macro መመደብ ያስችሎታል እርስዎ በሚጫኑ ጊዜ የ ተመረጠውን ትኩስ ቦታ በ መቃኛ ውስጥ የሚያስኬድ </ahelp>"
#: 02220000.xhp
msgctxt ""
@@ -10756,7 +10761,7 @@ msgctxt ""
"par_id3150785\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/imapdialog/TBI_PROPERTY\">Allows you to define the properties of the selected hotspot.</ahelp>"
-msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_PROPERTY\">እርስዎን የ ተመረጠውን hotspot ባህሪዎች መግለጽ ያስችሎታል </ahelp>"
+msgstr "<ahelp hid=\"svx/ui/imapdialog/TBI_PROPERTY\">እርስዎን የ ተመረጠውን ትኩስ ቦታ ባህሪዎች መግለጽ ያስችሎታል </ahelp>"
#: 02220000.xhp
msgctxt ""
@@ -10788,7 +10793,7 @@ msgctxt ""
"par_id3157969\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/imapdialog/url\">Enter the URL for the file that you want to open when you click the selected hotspot.</ahelp> If you want to jump to an anchor within the document, the address should be of the form \"file:///C/document_name#anchor_name\"."
-msgstr "<ahelp hid=\"svx/ui/imapdialog/url\">ያስገቡ የ URL እርስዎ መክፈት የሚፈልጉትን ፋይል: እርስዎ በሚጫኑ ጊዜ የ ተመረጠውን hotspot.</ahelp> እርስዎ መዝለል ከ ፈለጉ ወደ ማስቆሚያው በ ሰነዱ ውስጥ: አድራሻው መሆን አለበት ከ \"file:///C/document_name#anchor_name\"."
+msgstr "<ahelp hid=\"svx/ui/imapdialog/url\">ያስገቡ የ URL እርስዎ መክፈት የሚፈልጉትን ፋይል: እርስዎ በሚጫኑ ጊዜ የ ተመረጠውን ትኩስ ቦታ.</ahelp> እርስዎ መዝለል ከ ፈለጉ ወደ ማስቆሚያው በ ሰነዱ ውስጥ: አድራሻው መሆን አለበት ከ \"file:///C/document_name#anchor_name\"."
#: 02220000.xhp
msgctxt ""
@@ -10804,7 +10809,7 @@ msgctxt ""
"par_id3159090\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/imapdialog/text\">Enter the text that you want to display when the mouse rests on the hotspot in a browser.</ahelp> If you do not enter any text, the <emph>Address </emph>is displayed."
-msgstr "<ahelp hid=\"svx/ui/imapdialog/text\">ጽሁፍ ያስገቡ እርስዎ እንዲታይ የ ሚፈልጉትን የ አይጥ ቁልፍ በ hotspot ላይ ሲያርፍ በ መቃኛው ውስጥ: </ahelp> እርስዎ ጽሁፍ ካልስገቡ <emph>አድራሻ </emph>ይታያል"
+msgstr "<ahelp hid=\"svx/ui/imapdialog/text\">ጽሁፍ ያስገቡ እርስዎ እንዲታይ የ ሚፈልጉትን የ አይጥ ቁልፍ በ ትኩስ ቦታ ላይ ሲያርፍ በ መቃኛው ውስጥ: </ahelp> እርስዎ ጽሁፍ ካልስገቡ <emph>አድራሻ </emph>ይታያል"
#: 02220000.xhp
msgctxt ""
@@ -10886,7 +10891,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/cuiimapdlg/IMapDialog\">Lists the properties for the selected hotspot.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/cuiimapdlg/IMapDialog\">ለ ተመረጠው hotspot ባህሪዎች ዝርዝር </ahelp>"
+msgstr "<ahelp hid=\"cui/ui/cuiimapdlg/IMapDialog\">ለ ተመረጠው ትኩስ ቦታ ባህሪዎች ዝርዝር </ahelp>"
#: 02220100.xhp
msgctxt ""
@@ -10904,7 +10909,7 @@ msgctxt ""
"4\n"
"help.text"
msgid "Lists the properties of the URL that is attached to the hotspot."
-msgstr "የ URL ባህሪዎች ዝርዝር ከ hotspot ጋር የ ተገናኘ"
+msgstr "የ URL ባህሪዎች ዝርዝር ከ ትኩስ ቦታ ጋር የ ተገናኘ"
#: 02220100.xhp
msgctxt ""
@@ -10922,7 +10927,7 @@ msgctxt ""
"6\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/cuiimapdlg/urlentry\">Enter the URL for the file that you want to open when you click the selected hotspot.</ahelp> If you want to jump to a named anchor within the current document, the address should be of the form \"file:///C/[current_document_name]#anchor_name\"."
-msgstr "<ahelp hid=\"cui/ui/cuiimapdlg/urlentry\">ያስገቡ የ URL እርስዎ መክፈት የሚፈልጉትን ፋይል: እርስዎ በሚጫኑ ጊዜ የ ተመረጠውን hotspot.</ahelp> እርስዎ መዝለል ከ ፈለጉ ወደ ተሰየመ ማስቆሚያ በ ሰነዱ ውስጥ: አድራሻው መሆን አለበት ከ \"file:///C/[current_document_name]#anchor_name\"."
+msgstr "<ahelp hid=\"cui/ui/cuiimapdlg/urlentry\">ያስገቡ የ URL እርስዎ መክፈት የሚፈልጉትን ፋይል: እርስዎ በሚጫኑ ጊዜ የ ተመረጠውን ትኩስ ቦታ </ahelp> እርስዎ መዝለል ከ ፈለጉ ወደ ተሰየመ ማስቆሚያ በ ሰነዱ ውስጥ: አድራሻው መሆን አለበት ከ \"file:///C/[current_document_name]#anchor_name\"."
#: 02220100.xhp
msgctxt ""
@@ -10940,7 +10945,7 @@ msgctxt ""
"8\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/cuiimapdlg/textentry\">Enter the text that you want to display when the mouse rests on the hotspot in a browser.</ahelp> If you do not enter any text, the <emph>Address </emph>is displayed."
-msgstr "<ahelp hid=\"cui/ui/cuiimapdlg/textentry\">ጽሁፍ ያስገቡ እርስዎ እንዲታይ የ ሚፈልጉትን የ አይጥ ቁልፍ በ hotspot ላይ ሲያርፍ በ መቃኛው ውስጥ: </ahelp> እርስዎ ጽሁፍ ካልስገቡ <emph>አድራሻ </emph>ይታያል"
+msgstr "<ahelp hid=\"cui/ui/cuiimapdlg/textentry\">ጽሁፍ ያስገቡ እርስዎ እንዲታይ የ ሚፈልጉትን የ አይጥ ቁልፍ በ ትኩስ ቦታ ላይ ሲያርፍ በ መቃኛው ውስጥ: </ahelp> እርስዎ ጽሁፍ ካልስገቡ <emph>አድራሻ </emph>ይታያል"
#: 02220100.xhp
msgctxt ""
@@ -10992,7 +10997,7 @@ msgctxt ""
"par_id5057222\n"
"help.text"
msgid "<ahelp hid=\".\">Enter a description for the hotspot.</ahelp>"
-msgstr "<ahelp hid=\".\">መግለጫ ያስገቡ ለ ትኩስ ቦታ.</ahelp>"
+msgstr "<ahelp hid=\".\">መግለጫ ያስገቡ ለ ትኩስ ቦታ </ahelp>"
#: 02230000.xhp
msgctxt ""
@@ -11048,7 +11053,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Record Changes"
-msgstr ""
+msgstr "ለውጦች መመዝገቢያ"
#: 02230100.xhp
msgctxt ""
@@ -11056,7 +11061,7 @@ msgctxt ""
"hd_id3150758\n"
"help.text"
msgid "<link href=\"text/shared/01/02230100.xhp\" name=\"Record Changes\">Record Changes</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/02230100.xhp\" name=\"Record Changes\">ለውጦች መመዝገቢያ</link>"
#: 02230100.xhp
msgctxt ""
@@ -11073,7 +11078,7 @@ msgctxt ""
"par_id3155934\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\">If you choose <emph>Edit - Track Changes - Show Changes</emph>, the lines containing changed text passages are indicated by a vertical line in the left page margin. You can set the properties of the vertical line and the other markup elements by choosing <link href=\"text/shared/optionen/01040700.xhp\" name=\"Writer - Changes\"><emph>%PRODUCTNAME Writer - Changes</emph></link> in the Options dialog box.</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">እርስዎ ከ መረጡ <emph>ማረሚያ - ለውጦች መከታተያ - ለውጦች ማሳያ</emph> ለውጦች የያዘው መስመር ጽሁፍ ይታያል በ ቁመት መስመር በ ግራ ገጽ መስመር በኩል: እርስዎ ማሰናዳት ይችላሉ ባህሪዎች ለ በ ቁመት መስመር እና ሌሎች በላዩ ላይ አካላቶች በ መምረጥ <link href=\"text/shared/optionen/01040700.xhp\" name=\"Writer - Changes\"><emph>%PRODUCTNAME መጻፊያ - ለውጦች</emph></link> በ ምርጫዎች ንግግር ሳጥን ውስጥ </caseinline></switchinline>"
#: 02230100.xhp
msgctxt ""
@@ -12079,7 +12084,7 @@ msgctxt ""
"par_id3151210\n"
"help.text"
msgid "<image id=\"img_id3154138\" src=\"res/helpimg/starmath/mi22011.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154138\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154138\" src=\"res/helpimg/starmath/mi22011.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154138\">ምልክት</alt></image>"
#: 02230402.xhp
msgctxt ""
@@ -13989,7 +13994,7 @@ msgctxt ""
"bm_id3152937\n"
"help.text"
msgid "<bookmark_value>formulas; starting formula editor</bookmark_value><bookmark_value>$[officename] Math start</bookmark_value><bookmark_value>Math formula editor</bookmark_value><bookmark_value>equations in formula editor</bookmark_value><bookmark_value>editors;formula editor</bookmark_value>"
-msgstr "<bookmark_value>መቀመሪያ: ማስጀመሪያ የ መቀመሪያ አራሚ</bookmark_value><bookmark_value>$[officename] ሂሳብ ማስጀመሪያ</bookmark_value><bookmark_value>ሂሳብ መቀመሪያ አራሚ</bookmark_value><bookmark_value>ስሌቶች በ መቀመሪያ አራሚ</bookmark_value><bookmark_value>አራሚ: መቀመሪያ አራሚ</bookmark_value>"
+msgstr "<bookmark_value>መቀመሪያ: ማስጀመሪያ የ መቀመሪያ አራሚ</bookmark_value><bookmark_value>$[officename] ሂሳብ ማስጀመሪያ</bookmark_value><bookmark_value>ሂሳብ መቀመሪያ አራሚ</bookmark_value><bookmark_value>እኩሌታዎች በ መቀመሪያ አራሚ</bookmark_value><bookmark_value>አራሚ: መቀመሪያ አራሚ</bookmark_value>"
#: 04160300.xhp
msgctxt ""
@@ -14338,7 +14343,7 @@ msgctxt ""
"par_id083120160609088310\n"
"help.text"
msgid "<image id=\"img_id083120160608495768\" src=\"media/screenshots/cui/ui/charnamepage/CharNamePage.png\" width=\"9.0417in\" height=\"6.9791in\"><alt id=\"alt_id083120160608495768\">Font dialog</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id083120160608495768\" src=\"media/screenshots/cui/ui/charnamepage/CharNamePage.png\" width=\"9.0417in\" height=\"6.9791in\"><alt id=\"alt_id083120160608495768\">የ ፊደል ንግግር</alt></image>"
#: 05020100.xhp
msgctxt ""
@@ -14540,7 +14545,7 @@ msgctxt ""
"par_idN10CD6\n"
"help.text"
msgid "To undo the last change, right-click."
-msgstr "የ መጨረሻውን ለውጥ ለመተው በቀኝ-ይጫኑ"
+msgstr "የ መጨረሻውን ለውጥ ለመተው በ ቀኝ-ይጫኑ"
#: 05020200.xhp
msgctxt ""
@@ -14941,7 +14946,7 @@ msgctxt ""
"bm_id3152942\n"
"help.text"
msgid "<bookmark_value>formats; number and currency formats</bookmark_value><bookmark_value>number formats; formats</bookmark_value><bookmark_value>currencies;format codes</bookmark_value><bookmark_value>defaults; number formats</bookmark_value>"
-msgstr "<bookmark_value>አቀራረብ: ቁጥር እና ገንዘብ አቀራረብ</bookmark_value><bookmark_value>ቁጥር አቀራረብ: አቀራረብ</bookmark_value><bookmark_value>ገንዘቦች: አቀራረብ codes</bookmark_value><bookmark_value>ነባር: ቁጥር አቀራረብ</bookmark_value>"
+msgstr "<bookmark_value>አቀራረብ: ቁጥር እና ገንዘብ አቀራረብ</bookmark_value><bookmark_value>ቁጥር አቀራረብ: አቀራረብ</bookmark_value><bookmark_value>ገንዘቦች: አቀራረብ ኮዶች</bookmark_value><bookmark_value>ነባር: ቁጥር አቀራረብ</bookmark_value>"
#: 05020300.xhp
msgctxt ""
@@ -15121,7 +15126,7 @@ msgctxt ""
"108\n"
"help.text"
msgid "Denominator places"
-msgstr ""
+msgstr "የ ተካፋይ ቦታዎች"
#: 05020300.xhp
msgctxt ""
@@ -15130,7 +15135,7 @@ msgctxt ""
"109\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/numberingformatpage/denominatored\">With fraction format, enter the number of places for the denominator that you want to display.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/numberingformatpage/denominatored\">በ ክፍልፋይ አቀራረብ: ያስገቡ የ ቦታዎች ቁጥር ለሚካፈለው እርስዎ ማሳየት ለሚፈልጉት </ahelp>"
#: 05020300.xhp
msgctxt ""
@@ -15193,7 +15198,7 @@ msgctxt ""
"106\n"
"help.text"
msgid "Engineering notation"
-msgstr "Engineering notation"
+msgstr "የ ኤንጂኔር ምልክት"
#: 05020300.xhp
msgctxt ""
@@ -15220,7 +15225,7 @@ msgctxt ""
"18\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/numberingformatpage/formatted\">Displays the number format code for the selected format. You can also enter a custom format.</ahelp> The following options are only available for user-defined number formats."
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/numberingformatpage/formatted\">የ ቁጥር አቀራረብ ኮድ ለ ተመረጠው አቀራረብ ማሳያ: እርስዎ እንዲሁም ማስገባት ይችላሉ የ አቀራረብ ማስተካከያ </ahelp> የሚቀጥሉት ምርጫዎች ብቻ ዝግጁ ናቸው ለ በተጠቃሚው-ለሚገለጽ የ ቁጥር አቀራረብ"
#: 05020300.xhp
msgctxt ""
@@ -15300,7 +15305,7 @@ msgctxt ""
"par_id3145364\n"
"help.text"
msgid "<link href=\"text/shared/01/05020301.xhp\" name=\"Number format codes\">Number format codes</link>: <link href=\"text/shared/01/05020301.xhp\" name=\"Custom format codes\">custom format codes</link> defined by user."
-msgstr ""
+msgstr "<link href=\"text/shared/01/05020301.xhp\" name=\"Number format codes\">የ ቁጥር አቀራረብ ኮዶች</link>: <link href=\"text/shared/01/05020301.xhp\" name=\"Custom format codes\">የ ኮዶች አቀራረብ ማስተካከያ</link> በ ተጠቃሚው የሚገለጽ"
#: 05020301.xhp
msgctxt ""
@@ -15316,7 +15321,7 @@ msgctxt ""
"bm_id3153514\n"
"help.text"
msgid "<bookmark_value>format codes; numbers</bookmark_value> <bookmark_value>conditions; in number formats</bookmark_value> <bookmark_value>number formats; codes</bookmark_value> <bookmark_value>currency formats</bookmark_value> <bookmark_value>formats;of currencies/date/time</bookmark_value> <bookmark_value>numbers; date, time and currency formats</bookmark_value> <bookmark_value>Euro; currency formats</bookmark_value> <bookmark_value>date formats</bookmark_value> <bookmark_value>times, formats</bookmark_value> <bookmark_value>percentages, formats</bookmark_value> <bookmark_value>scientific notation, formats</bookmark_value> <bookmark_value>engineering notation, formats</bookmark_value> <bookmark_value>fraction, formats</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>አቀራረብ የ ኮዶች: ቁጥሮች</bookmark_value> <bookmark_value>ሁኔታዎች: በ ቁጥር አቀራረብ ውስጥ</bookmark_value> <bookmark_value>የ ቁጥር አቀራረብ: ኮዶች</bookmark_value> <bookmark_value>የ ገንዘብ አቀራረብ</bookmark_value> <bookmark_value>አቀራረብ: የ ገንዘብ/ቀን/ሰአት</bookmark_value> <bookmark_value>ቁጥሮች: ቀን: ሰአት: እና ገንዘብ አቀራረብ</bookmark_value> <bookmark_value>ኢዩሮ: የ ገንዘብ አቀራረብ</bookmark_value> <bookmark_value>የ ቀን አቀራረብ</bookmark_value> <bookmark_value>የ ሰአት: አቀራረብ</bookmark_value> <bookmark_value>ፐርሰንት: አቀራረብ</bookmark_value> <bookmark_value>ሳይንሳዊ ምልክት: አቀራረብ</bookmark_value> <bookmark_value>የ ኤንጂኔር ምልክት: አቀራረብ</bookmark_value> <bookmark_value>ክፍልፋይ: አቀራረብ</bookmark_value>"
#: 05020301.xhp
msgctxt ""
@@ -15324,7 +15329,7 @@ msgctxt ""
"hd_id3153514\n"
"help.text"
msgid "<variable id=\"zahlenformatcodes\"><link href=\"text/shared/01/05020301.xhp\" name=\"Number Format Codes\">Number Format Codes</link> </variable>"
-msgstr ""
+msgstr "<variable id=\"zahlenformatcodes\"><link href=\"text/shared/01/05020301.xhp\" name=\"Number Format Codes\">የ ቁጥር አቀራረብ ኮዶች</link> </variable>"
#: 05020301.xhp
msgctxt ""
@@ -15332,7 +15337,7 @@ msgctxt ""
"par_id3150467\n"
"help.text"
msgid "Number format codes can consist of up to four sections separated by a semicolon (;)."
-msgstr ""
+msgstr "የ ቁጥር አቀራረብ ኮዶች መያዝ ይችላል እስከ አራት ክፍል የ ተለያየ በ ሴሚኮለን (;)."
#: 05020301.xhp
msgctxt ""
@@ -15340,7 +15345,7 @@ msgctxt ""
"par_id3150146\n"
"help.text"
msgid "In a number format code with two sections, the first section applies to positive values and zero, and the second section applies to negative values."
-msgstr ""
+msgstr "በ ቁጥር አቀራረብ ኮድ ውስጥ ከ ሁለት ክፍሎች ጋር: የ መጀመሪያው ክፍል የሚፈጸመው ለ አዎንታዊ ዋጋዎች ነው: እና ዜሮ: እና ሁለተኛው ክፍል የሚፈጸመው ለ አሉታዊ ዋጋዎች ነው:"
#: 05020301.xhp
msgctxt ""
@@ -15348,7 +15353,7 @@ msgctxt ""
"par_id3158442\n"
"help.text"
msgid "In a number format code with three sections, the first section applies to positive values, the second section to negative values, and the third section to the value zero."
-msgstr ""
+msgstr "በ ቁጥር አቀራረብ ኮድ ውስጥ ከ ሶስት ክፍሎች ጋር: የ መጀመሪያው ክፍል የሚፈጸመው ለ አዎንታዊ ዋጋዎች ነው: እና ሁለተኛው ክፍል የሚፈጸመው ለ አሉታዊ ዋጋዎች ነው: እና ሶስተኛው ዋጋ የሚፈጸመው ለ ዜሮ ነው"
#: 05020301.xhp
msgctxt ""
@@ -15356,7 +15361,7 @@ msgctxt ""
"par_id3155069\n"
"help.text"
msgid "You can also assign conditions to the three sections, so that the format is only applied if a condition is met."
-msgstr ""
+msgstr "እርስዎ እንዲሁም መመደብ ይችላሉ ሁኔታዎች ወደ ሶስት ክፍሎች: ስለዚህ አቀራረቡ የሚፈጸመው ሁኔታዎቹ ሲሟሉ ነው"
#: 05020301.xhp
msgctxt ""
@@ -15364,7 +15369,7 @@ msgctxt ""
"par_id3155070\n"
"help.text"
msgid "Fourth section applies if the content is not a value, but some text. Content is represented by an at sign (@)."
-msgstr ""
+msgstr "አራተኛው ክፍል የሚፈጸመው ይዞታው ዋጋ ካልሆነ ነው: ነገር ግን ጽሁፍ ከሆነ: ይዞታው የሚወከለው በ ምልክት በ (@) ነው"
#: 05020301.xhp
msgctxt ""
@@ -15372,7 +15377,7 @@ msgctxt ""
"hd_id3151262\n"
"help.text"
msgid "Decimal Places and Significant Digits"
-msgstr ""
+msgstr "የ ዴሲማል ቦታ እና አስፈላጊ ዲጂት"
#: 05020301.xhp
msgctxt ""
@@ -15380,7 +15385,7 @@ msgctxt ""
"par_id3153624\n"
"help.text"
msgid "Use zero (0), the number sign (#) or the question mark (?) as placeholders in your number format code to represent numbers. The (#) only displays significant digits, while the (0) displays zeroes if there are fewer digits in the number than in the number format. The (?) works as the (#) but adds a space character to keep decimal alignment if there is a hidden non-significant zero."
-msgstr ""
+msgstr "ይጠቀሙ (0): የ ቁጥር ምልክት (#) ወይንም የ ጥያቄ ምልክት (?) እንደ ቦታ ያዢዎች በ እርስዎ የ ቁጥር አቀራረብ ኮድ ውስጥ ቁጥሮችን እንዲወክል የ (#) ብቻ የሚያሳየው አስፈላጊ ዲጂት ነው: ነገር ግን የ (0) ዜሮዎች ያሳያል ጥቂት ዲጂት ከሆነ በ ቁጥሩ ውስጥ በ ቁጥሩ አቀራረብ ውስጥ: የ (?) የሚሰራው እንደ የ (#) ነው: ነገር ግን የ ክፍተት ባህሪ ይጨምራል የ ዴሲማል ማሰለፊያ ለ መጠበቅ: የ ተደበቀ ምንም-አስፈላጊ ያልሆነ ዜሮ ካለ"
#: 05020301.xhp
msgctxt ""
@@ -15388,7 +15393,7 @@ msgctxt ""
"par_id3153323\n"
"help.text"
msgid "Use question marks (?) to represent the number of digits to include in the numerator and the denominator of a fraction. Fractions that do not fit the pattern that you define are displayed as floating point numbers."
-msgstr ""
+msgstr "ይጠቀሙ የ ጥያቄ ምልክት (?) የ ቁጥር ዲጂቶች ለ መወከል እንዲያካትቱ በ አካፋይ እና ተካፋይ ለ ክፍልፋይ: እርስዎ የ ወሰኑትን ዘዴ የማያሟላ ክፍልፋይ ይታያል እንደ ተንሳፋፊ ነጥብ ቁጥሮች"
#: 05020301.xhp
msgctxt ""
@@ -15396,7 +15401,7 @@ msgctxt ""
"par_id3148440\n"
"help.text"
msgid "If a number contains more digits to the right of the decimal delimiter than there are placeholders in the format, the number is rounded accordingly. If a number contains more digits to the left of the decimal delimiter than there are placeholders in the format, the entire number is displayed. Use the following list as a guide for using placeholders when you create a number format code:"
-msgstr ""
+msgstr "ቁጥሩ ተጨማሪ አሀዞች ከያዘ ከ ዴሲማል ምልክት በ ቀኝ በኩል ከ ቦታ ያዢዎቹ ከ በለጠ በ አቀራረብ ውስጥ: ቁጥሩ እንደ ሁኔታው ይጠጋጋል: ቁጥሩ ተጨማሪ አሀዞች ከያዘ ከ ዴሲማል ምልክት በ ግራ በኩል ከ ሶስት ቦታ ያዢዎቹ ከ በለጠ በ አቀራረብ ውስጥ: ጠቅላላ ቁጥሩ ይታያል: የሚቀጥለውን ዝርዝር ይጠቀሙ ለ መመሪያ ቦታ ያዢዎችን ለ መጠቀም እርስዎ በሚፈጥሩ ጊዜ የ ቁጥር አቀራረብ ኮድ:"
#: 05020301.xhp
msgctxt ""
@@ -15404,7 +15409,7 @@ msgctxt ""
"par_id3150902\n"
"help.text"
msgid "Placeholders"
-msgstr ""
+msgstr "ቦታ ያዢዎች"
#: 05020301.xhp
msgctxt ""
@@ -15412,7 +15417,7 @@ msgctxt ""
"par_id3157896\n"
"help.text"
msgid "Explanation"
-msgstr ""
+msgstr "መግለጫዎች"
#: 05020301.xhp
msgctxt ""
@@ -15420,7 +15425,7 @@ msgctxt ""
"par_id3152801\n"
"help.text"
msgid "#"
-msgstr ""
+msgstr "#"
#: 05020301.xhp
msgctxt ""
@@ -15428,7 +15433,7 @@ msgctxt ""
"par_id3145090\n"
"help.text"
msgid "Does not display extra zeros."
-msgstr ""
+msgstr "ተጨማሪ ዜሮዎች አያሳይም"
#: 05020301.xhp
msgctxt ""
@@ -15436,7 +15441,7 @@ msgctxt ""
"par_id3152802\n"
"help.text"
msgid "?"
-msgstr ""
+msgstr "?"
#: 05020301.xhp
msgctxt ""
@@ -15444,7 +15449,7 @@ msgctxt ""
"par_id3145091\n"
"help.text"
msgid "Displays space characters instead of extra zeros."
-msgstr ""
+msgstr "የ ክፍተት ባህሪዎች ማሳያ ከ ተጨማሪ ዜሮዎች ይልቅ"
#: 05020301.xhp
msgctxt ""
@@ -15452,7 +15457,7 @@ msgctxt ""
"par_id3147088\n"
"help.text"
msgid "0 (Zero)"
-msgstr ""
+msgstr "0 (ዜሮ)"
#: 05020301.xhp
msgctxt ""
@@ -15460,7 +15465,7 @@ msgctxt ""
"par_id3150774\n"
"help.text"
msgid "Displays extra zeros if the number has less places than zeros in the format."
-msgstr ""
+msgstr "ተጨማሪ ዜሮዎች ማሳያ ቁጥሩ አነስተኛ ቦታ ካለው ከ ዜሮዎች አቀራረብ ውስጥ"
#: 05020301.xhp
msgctxt ""
@@ -15476,7 +15481,7 @@ msgctxt ""
"par_id3149182\n"
"help.text"
msgid "Number Format"
-msgstr ""
+msgstr "የ ቁጥር አቀራረብ"
#: 05020301.xhp
msgctxt ""
@@ -15484,7 +15489,7 @@ msgctxt ""
"par_id3154749\n"
"help.text"
msgid "Format Code"
-msgstr ""
+msgstr "የ አቀራረብ ኮድ"
#: 05020301.xhp
msgctxt ""
@@ -15492,7 +15497,7 @@ msgctxt ""
"par_id3148538\n"
"help.text"
msgid "3456.78 as 3456.8"
-msgstr ""
+msgstr "3456.78 እንደ 3456.8"
#: 05020301.xhp
msgctxt ""
@@ -15500,7 +15505,7 @@ msgctxt ""
"par_id3150355\n"
"help.text"
msgid "####.#"
-msgstr ""
+msgstr "####.#"
#: 05020301.xhp
msgctxt ""
@@ -15508,7 +15513,7 @@ msgctxt ""
"par_id3154142\n"
"help.text"
msgid "9.9 as 9.900"
-msgstr ""
+msgstr "9.9 እንደ 9.900"
#: 05020301.xhp
msgctxt ""
@@ -15516,7 +15521,7 @@ msgctxt ""
"par_id3159256\n"
"help.text"
msgid "#.000"
-msgstr ""
+msgstr "#.000"
#: 05020301.xhp
msgctxt ""
@@ -15524,7 +15529,7 @@ msgctxt ""
"par_id3147077\n"
"help.text"
msgid "13 as 13.0 and 1234.567 as 1234.57"
-msgstr ""
+msgstr "13 እንደ 13.0 እና 1234.567 እንደ 1234.57"
#: 05020301.xhp
msgctxt ""
@@ -15532,7 +15537,7 @@ msgctxt ""
"par_id3155388\n"
"help.text"
msgid "#.0#"
-msgstr ""
+msgstr "#.0#"
#: 05020301.xhp
msgctxt ""
@@ -15540,7 +15545,7 @@ msgctxt ""
"par_id3149578\n"
"help.text"
msgid "5.75 as 5 3/4 and 6.3 as 6 3/10"
-msgstr ""
+msgstr "5.75 እንደ 5 3/4 እና 6.3 እንደ 6 3/10"
#: 05020301.xhp
msgctxt ""
@@ -15548,7 +15553,7 @@ msgctxt ""
"par_id3145315\n"
"help.text"
msgid "# ???/???"
-msgstr ""
+msgstr "# ???/???"
#: 05020301.xhp
msgctxt ""
@@ -15556,7 +15561,7 @@ msgctxt ""
"par_id3156152\n"
"help.text"
msgid ".5 as 0.5"
-msgstr ""
+msgstr ".5 እንደ 0.5"
#: 05020301.xhp
msgctxt ""
@@ -15564,7 +15569,7 @@ msgctxt ""
"par_id3149762\n"
"help.text"
msgid "0.##"
-msgstr ""
+msgstr "0.##"
#: 05020301.xhp
msgctxt ""
@@ -15572,7 +15577,7 @@ msgctxt ""
"par_id3156153\n"
"help.text"
msgid ".5 as 0.5   (with two extra spaces at the end)"
-msgstr ""
+msgstr ".5 እንደ 0.5   (ከ ሁለት ተጨማሪ ዜሮዎች ጋር በ መጨረሻው ላይ)"
#: 05020301.xhp
msgctxt ""
@@ -15580,7 +15585,7 @@ msgctxt ""
"par_id3149763\n"
"help.text"
msgid "0.???"
-msgstr ""
+msgstr "0.???"
#: 05020301.xhp
msgctxt ""
@@ -15588,7 +15593,7 @@ msgctxt ""
"hd_id3149276\n"
"help.text"
msgid "Thousands Separator"
-msgstr ""
+msgstr "ሺዎች መለያያ"
#: 05020301.xhp
msgctxt ""
@@ -15596,7 +15601,7 @@ msgctxt ""
"par_id3154380\n"
"help.text"
msgid "Depending on your language setting, you can use a comma, a period or a blank as a thousands separator. You can also use the separator to reduce the size of the number that is displayed by a multiple of 1000 for each separator."
-msgstr ""
+msgstr "እንደ እርስዎ ቋንቋ ማሰናጃ: እርስዎ ኮማ መጠቀም ይችላሉ: ነጥብ ወይንም ባዶ እንደ ሺዎች መለያያ: እርስዎ እንዲሁም መጠቀም ይችላሉ መለያያው የ ቁጥር መጠን እንዲቀንስ የሚታየውን በ 1000 በማካፈል ያለ ቀሪ ለ እያንዳንዱ መለያያ"
#: 05020301.xhp
msgctxt ""
@@ -15604,7 +15609,7 @@ msgctxt ""
"par_id3154905\n"
"help.text"
msgid "Number Format"
-msgstr ""
+msgstr "የ ቁጥር አቀራረብ"
#: 05020301.xhp
msgctxt ""
@@ -15612,7 +15617,7 @@ msgctxt ""
"par_id3150822\n"
"help.text"
msgid "Format Code"
-msgstr ""
+msgstr "የ አቀራረብ ኮድ"
#: 05020301.xhp
msgctxt ""
@@ -15620,7 +15625,7 @@ msgctxt ""
"par_id3147264\n"
"help.text"
msgid "15000 as 15,000"
-msgstr ""
+msgstr "15000 እንደ 15,000"
#: 05020301.xhp
msgctxt ""
@@ -15628,7 +15633,7 @@ msgctxt ""
"par_id3151223\n"
"help.text"
msgid "#,###"
-msgstr ""
+msgstr "#,###"
#: 05020301.xhp
msgctxt ""
@@ -15636,7 +15641,7 @@ msgctxt ""
"par_id3154935\n"
"help.text"
msgid "16000 as 16"
-msgstr ""
+msgstr "16000 እንደ 16"
#: 05020301.xhp
msgctxt ""
@@ -15644,7 +15649,7 @@ msgctxt ""
"par_id3153961\n"
"help.text"
msgid "#,"
-msgstr ""
+msgstr "#,"
#: 05020301.xhp
msgctxt ""
@@ -15652,7 +15657,7 @@ msgctxt ""
"hd_id3154836\n"
"help.text"
msgid "Including Text in Number Format Codes"
-msgstr ""
+msgstr "ጽሁፍ ያካትታል በ ቁጥር አቀራረብ ኮዶች ውስጥ"
#: 05020301.xhp
msgctxt ""
@@ -15660,7 +15665,7 @@ msgctxt ""
"hd_id3150398\n"
"help.text"
msgid "Text and Numbers"
-msgstr ""
+msgstr "ጽሁፍ እና ቁጥሮች"
#: 05020301.xhp
msgctxt ""
@@ -15668,7 +15673,7 @@ msgctxt ""
"par_id3154224\n"
"help.text"
msgid "To include text in a number format that is applied to a cell containing numbers, place a double quotation mark (\") in front of and behind the text, or a backslash (\\) before a single character. For example, enter <emph>#.# \"meters\"</emph> to display \"3.5 meters\" or <emph>#.# \\m</emph> to display \"3.5 m\"."
-msgstr ""
+msgstr "ጽሁፍ ለማካተት በ ቁጥር አቀራረብ ውስጥ ወደ ክፍል ውስጥ የሚፈጸም ቁጥሮች የያዘ: በ ድርብ የ ትምህርተ ጥቅስ ምልክት ውስጥ ያድርጉ (\") ከ ጽሁፉ በፊት እና በኋላ ወይንም ወደ ኋላ ስላሽ (\\) ከ ነጠላ ባህሪ በፊት: ለምሳሌ: ያስገቡ <emph>#.# \"ሚትሮች\"</emph> ለማሳየት \"3.5 ሚትሮች\" ወይንም <emph>#.# \\ሚ</emph> ለማሳየት \"3.5 ሚ\"."
#: 05020301.xhp
msgctxt ""
@@ -15676,7 +15681,7 @@ msgctxt ""
"hd_id3148979\n"
"help.text"
msgid "Text and Text"
-msgstr ""
+msgstr "ጽሁፍ እና ጽሁፍ"
#: 05020301.xhp
msgctxt ""
@@ -15684,7 +15689,7 @@ msgctxt ""
"par_id3153338\n"
"help.text"
msgid "To include text in a number format that is applied to a cell that might contain text, enclose the text by double quotation marks (\" \"), and then add an at sign (@). For example, enter <emph>\"Total for \"@</emph> to display \"Total for December\"."
-msgstr ""
+msgstr "ጽሁፍ ለማካተት በ ቁጥር አቀራረብ ውስጥ ወደ ክፍል ውስጥ የሚፈጸም ቁጥሮች የያዘ: በ ድርብ የ ትምህርተ ጥቅስ ምልክት ውስጥ ያድርጉ (\" \"), እና ከዛ ይጨምሩ ይህን ምልክት (@). ለምሳሌ: ያስገቡ <emph>\"ጠቅላላ ለ \"@</emph> ለማሳየት \"ጠቅላላ ለ ታሕሳስ\"."
#: 05020301.xhp
msgctxt ""
@@ -15692,7 +15697,7 @@ msgctxt ""
"hd_id3154330\n"
"help.text"
msgid "Spaces"
-msgstr ""
+msgstr "ክፍተት"
#: 05020301.xhp
msgctxt ""
@@ -15700,7 +15705,7 @@ msgctxt ""
"par_id3156294\n"
"help.text"
msgid "To use a character to define the width of a space in a number format, type an underscore ( _ ) followed by the character. The width of the space varies according to the width of the character that you choose. For example, <emph>_M</emph> creates a wider space than <emph>_i</emph>."
-msgstr ""
+msgstr "ባህሪዎችን ለ መጠቀም ለ መግለጽ የ ክፍተት ስፋት በ ቁጥር አቀራረብ ውስጥ: ይጻፉ ከ ስሩ ማስመሪያ ( _ ) አስከትለው ባህሪ: የ ክፍተቱ ስፋት ይለያያል እንደ ስፋቱ ባህሪዎች እርስዎ እንደመረጡት: ለምሳሌ: <emph>_M</emph> ሰፊ ክፍተት ይፈጥራል ከ <emph>_i</emph> ይልቅ"
#: 05020301.xhp
msgctxt ""
@@ -15708,7 +15713,7 @@ msgctxt ""
"par_id3156295\n"
"help.text"
msgid "To fill free space with a given character, use an asterisk (*) followed by this character. For instance:"
-msgstr ""
+msgstr "ነፃ ቦታ ለ መሙላት በ ተሰጠው ባህሪ: ይጠቀሙ ኮከብ (*) አስከትለው ባህሪውን ለምሳሌ:"
#: 05020301.xhp
msgctxt ""
@@ -15716,7 +15721,7 @@ msgctxt ""
"par_id3156296\n"
"help.text"
msgid "*\\0"
-msgstr ""
+msgstr "*\\0"
#: 05020301.xhp
msgctxt ""
@@ -15724,7 +15729,7 @@ msgctxt ""
"par_id3156297\n"
"help.text"
msgid "will display integer value (0) preceded by as many as needed backslash characters (\\) to fill column width. For accounting representation, you may left align currency symbol with a format similar to:"
-msgstr ""
+msgstr "ማሳያ የ ኢንቲጀር ዋጋ (0) ማስገባት ይችላሉ ከ ፊት በርካታ ባክ ስላሽ ባህሪዎች (\\) ለ መሙላት የ አምድ ስፋት: መቁጠሪያ ለ መወከል: እርስዎ መተው ይችላሉ የ ገንዘብ ምልክት ማሰለፊያ በ ተመሳሳይ አቀራረብ ወደ:"
#: 05020301.xhp
msgctxt ""
@@ -15732,7 +15737,7 @@ msgctxt ""
"par_id3156298\n"
"help.text"
msgid "$_-* 0.--;$-* 0.--;$_-* -"
-msgstr ""
+msgstr "$_-* 0.--;$-* 0.--;$_-* -"
#: 05020301.xhp
msgctxt ""
@@ -15740,7 +15745,7 @@ msgctxt ""
"hd_id3155994\n"
"help.text"
msgid "Color"
-msgstr ""
+msgstr "ቀለም"
#: 05020301.xhp
msgctxt ""
@@ -15748,7 +15753,7 @@ msgctxt ""
"par_id3156423\n"
"help.text"
msgid "To set the color of a section of a number format code, insert one of the following color names in square brackets [ ]:"
-msgstr ""
+msgstr "ለ ቁጥር አቀራረብ ኮድ ክፍል ቀለም ለማሰናዳት: ያስገቡ የሚቀጥለውን የ ቀለም ስም በ ስኴር ቅንፎች [ ] ውስጥ:"
#: 05020301.xhp
msgctxt ""
@@ -15756,7 +15761,7 @@ msgctxt ""
"par_id3154630\n"
"help.text"
msgid "CYAN"
-msgstr ""
+msgstr "ሲያን"
#: 05020301.xhp
msgctxt ""
@@ -15764,7 +15769,7 @@ msgctxt ""
"par_id3148676\n"
"help.text"
msgid "GREEN"
-msgstr ""
+msgstr "አረንጓዴ"
#: 05020301.xhp
msgctxt ""
@@ -15772,7 +15777,7 @@ msgctxt ""
"par_id3154123\n"
"help.text"
msgid "BLACK"
-msgstr ""
+msgstr "ጥቁር"
#: 05020301.xhp
msgctxt ""
@@ -15780,7 +15785,7 @@ msgctxt ""
"par_id3149167\n"
"help.text"
msgid "BLUE"
-msgstr ""
+msgstr "ሰማያዊ"
#: 05020301.xhp
msgctxt ""
@@ -15788,7 +15793,7 @@ msgctxt ""
"par_id3158407\n"
"help.text"
msgid "MAGENTA"
-msgstr ""
+msgstr "ማጄንታ"
#: 05020301.xhp
msgctxt ""
@@ -15796,7 +15801,7 @@ msgctxt ""
"par_id3149560\n"
"help.text"
msgid "RED"
-msgstr ""
+msgstr "ቀይ"
#: 05020301.xhp
msgctxt ""
@@ -15804,7 +15809,7 @@ msgctxt ""
"par_id3147502\n"
"help.text"
msgid "WHITE"
-msgstr ""
+msgstr "ነጭ"
#: 05020301.xhp
msgctxt ""
@@ -15812,7 +15817,7 @@ msgctxt ""
"par_id3153368\n"
"help.text"
msgid "YELLOW"
-msgstr ""
+msgstr "ቢጫ"
#: 05020301.xhp
msgctxt ""
@@ -15820,7 +15825,7 @@ msgctxt ""
"hd_id3147435\n"
"help.text"
msgid "Conditions"
-msgstr ""
+msgstr "ሁኔታው"
#: 05020301.xhp
msgctxt ""
@@ -15828,7 +15833,7 @@ msgctxt ""
"hd_id3148575\n"
"help.text"
msgid "Conditional Brackets"
-msgstr ""
+msgstr "እንደ ሁኔታው ቅንፎች"
#: 05020301.xhp
msgctxt ""
@@ -15836,7 +15841,7 @@ msgctxt ""
"par_id3155312\n"
"help.text"
msgid "You can define a number format so that it only applies when the condition that you specify is met. Conditions are enclosed by square brackets [ ]."
-msgstr ""
+msgstr "እርስዎ የ ቁጥር አቀራረብ መግለጽ ይችላሉ: እና የሚፈጸመው እርስዎ የ ወሰኑት ሁኔታ ሲሟላ ነው: ሁኔታዎች መከበብ አለባቸው በ ስኴር ቅንፎች [ ] ውስጥ:"
#: 05020301.xhp
msgctxt ""
@@ -15844,7 +15849,7 @@ msgctxt ""
"par_id3159179\n"
"help.text"
msgid "You can use any combination of numbers and the <, <=, >, >=, = and <> operators."
-msgstr ""
+msgstr "እርስዎ መጠቀም ይችላሉ ማንኛውንም ጥምረት ለ ቁጥሮች እና ለ <, <=, >, >=, = እና <> አንቀሳቃሾች"
#: 05020301.xhp
msgctxt ""
@@ -15852,7 +15857,7 @@ msgctxt ""
"par_id3159196\n"
"help.text"
msgid "For example, if you want to apply different colors to different temperature data, enter:"
-msgstr ""
+msgstr "ለምሳሌ: እርስዎ መፈጸም ከ ፈለጉ የ ተለያዩ ቀለሞች ለ ተለያየ የ አየር ንብረት ዳታ: ያስገቡ:"
#: 05020301.xhp
msgctxt ""
@@ -15860,7 +15865,7 @@ msgctxt ""
"par_id3150872\n"
"help.text"
msgid "[BLUE][<0]#.0 \"°C\";[RED][>30]#.0 \"°C\";[BLACK]#.0 \"°C\""
-msgstr ""
+msgstr "[ሰማያዊ][<0]#.0 \"°C\";[ቀይ][>30]#.0 \"°C\";[ጥቁር]#.0 \"°C\""
#: 05020301.xhp
msgctxt ""
@@ -15868,7 +15873,7 @@ msgctxt ""
"par_id3157870\n"
"help.text"
msgid "All temperatures below zero are blue, temperatures between 0 and 30 °C are black, and temperatures higher than 30 °C are red."
-msgstr ""
+msgstr "ሁሉም የ አየር ንብረት ከ ዜሮ በታች ሰማያዊ ነው: የ አየር ንብረት በ 0 እና 30 °ሴ መካከል ጥቁር ነው: እና የ አየር ንብረት ከ 30 °ሴ በላይ ቀይ ነው"
#: 05020301.xhp
msgctxt ""
@@ -15876,7 +15881,7 @@ msgctxt ""
"hd_id3154833\n"
"help.text"
msgid "Positive and Negative Numbers"
-msgstr ""
+msgstr "አዎንታዊ እና አሉታዊ ቁጥሮች"
#: 05020301.xhp
msgctxt ""
@@ -15884,7 +15889,7 @@ msgctxt ""
"par_id3147295\n"
"help.text"
msgid "To define a number format that adds a different text to a number depending on if the number is positive, negative, or equal to zero, use the following format:"
-msgstr ""
+msgstr "የ ቁጥር አቀራረብ ለ መግለጽ የ ተለያየ ጽሁፍ የሚጨምር ወደ ቁጥር ውስጥ እንደ ቁጥሩ ሁኔታ አይነት አዎንታዊ: አሉታዊ: ወይንም እኩል ከ ዜሮ ጋር: የሚቀጥለውን አቀራረብ ይጠቀሙ:"
#: 05020301.xhp
msgctxt ""
@@ -15892,7 +15897,7 @@ msgctxt ""
"par_id3153727\n"
"help.text"
msgid "\"plus\" 0;\"minus\" 0;\"null\" 0"
-msgstr ""
+msgstr "\"መደመሪያ\" 0;\"መቀነሻ\" 0;\"ባዶ\" 0"
#: 05020301.xhp
msgctxt ""
@@ -15900,7 +15905,7 @@ msgctxt ""
"hd_id3149260\n"
"help.text"
msgid "Percentages, Scientific Notation and Fraction Representation"
-msgstr ""
+msgstr "ፐርሰንት: ሳይንሳዊ ምልክት እና ክፍልፋዮች ማቅረቢያ"
#: 05020301.xhp
msgctxt ""
@@ -15908,7 +15913,7 @@ msgctxt ""
"hd_id3147218\n"
"help.text"
msgid "Percentages"
-msgstr ""
+msgstr "ፐርሰንት"
#: 05020301.xhp
msgctxt ""
@@ -15916,7 +15921,7 @@ msgctxt ""
"par_id3151168\n"
"help.text"
msgid "To display numbers as percentages, add the percent sign (%) to the number format."
-msgstr ""
+msgstr "ቁጥሮች በ ፐርሰንት ለማሳየት: የ ፐርሰንት ምልክት ይጨምሩ (%) በ ቁጥር አቀራረብ ውስጥ"
#: 05020301.xhp
msgctxt ""
@@ -15924,7 +15929,7 @@ msgctxt ""
"hd_id3156005\n"
"help.text"
msgid "Scientific Notation"
-msgstr ""
+msgstr "ሳይንሳዊ ምልክት"
#: 05020301.xhp
msgctxt ""
@@ -15932,7 +15937,7 @@ msgctxt ""
"par_id3146923\n"
"help.text"
msgid "Scientific notation lets you write very large numbers or very small fractions in a compact form. For example, in scientific notation, 650000 is written as 6.5 x 10^5, and 0.000065 as 6.5 x 10^-5. In <item type=\"productname\">%PRODUCTNAME</item>, these numbers are written as 6.5E+5 and 6.5E-5, respectively. To create a number format that displays numbers using scientific notation, enter a # or 0, and then one of the following codes E-, E+, e- or e+. If sign is omitted after E or e, it won't appear for positive value of exponent. To get engineering notation, enter 3 digits (0 or #) in the integer part.For instance: ###.##E+00"
-msgstr ""
+msgstr "ሳይንሳዊ ምልክት እርስዎን ያስችሎታል መጻፍ በጣም ትልቅ ቁጥር ወይንም በጣም ትንሽ ክፍልፋይ በጣም በ ትንሽ ቦታ ውስጥ: ለምሳሌ: በ ሳይንሳዊ ምልክት: 650000 ይጻፋል እንደ 6.5 x 10^5, እና 0.000065 እንደ 6.5 x 10^-5. በ <item type=\"productname\">%PRODUCTNAME</item> እነዚህ ቁጥሮች ይጻፋል እንደ 6.5E+5 እና 6.5E-5, ተመሳሳይ: የ ቁጥር አቀራረብ ለ መፍጠር ቁጥሮች የሚያሳይ ሳይንሳዊ ምልክት በ መጠቀም ያስገቡ a # ወይንም 0, እና ከዛ አንዱን ከሚከተሉት ኮዶች E-, E+, e- or e+. ውስጥ: ምልክቱ የማይታይ ከሆነ ከ E በኋላ ወይንም e, ለ አዎንታዊ ኤክስፖነንት ዋጋ አይታይም: ምልክት ለ ማመንጨት: ያስገቡ 3 ዲጂትስ (0 ወይንም #) በ ኢንቲጀር ክፍል: ለምሳሌ: ###.##E+00"
#: 05020301.xhp
msgctxt ""
@@ -15940,7 +15945,7 @@ msgctxt ""
"hd_id3156006\n"
"help.text"
msgid "Fraction Representation"
-msgstr ""
+msgstr "ክፍልፋይ ማቅረቢያ"
#: 05020301.xhp
msgctxt ""
@@ -15948,7 +15953,7 @@ msgctxt ""
"par_id3146924\n"
"help.text"
msgid "To represent a value as a fraction, format consists of two or three parts: integer optional part, numerator and denominator. Integer and numerator are separated by a blank or any quoted text. Numerator and denominator are separated by a slash character. Each part can consist of a combination of #, ? and 0 as placeholders."
-msgstr ""
+msgstr "ዋጋ ለ መወከል እንደ ክፍልፋይ: አቀራረቡ ሁለት ወይንም ሶስት አካል መያዝ አለበት: አካፋይ እና ተካፋይ: ኢንቲጀር እና አካፋይ ይለያያሉ በ በ ባዶ ወይንም ማንኛውም የ ተጠቀሰ ጽሁፍ: አካፋይ እና ተካፋይ ይለያያሉ በ ስላሽ ባህሪ: እያንዳንዱ አካል ይይዛል መቀላቀያ ለ #, ? እና 0 እንደ ቦታ ያዢዎች"
#: 05020301.xhp
msgctxt ""
@@ -15956,7 +15961,7 @@ msgctxt ""
"par_id3146925\n"
"help.text"
msgid "Denominator is calculated to get the nearest value of the fraction with repsect to the number of placeholders. For example, PI value is represented as 3 16/113 with format:"
-msgstr ""
+msgstr "ተካፋይ የሚያሰላው የ ክፍልፋዩን በጣም የ ተጠጋ ዋጋ ለማግኘት ነው: በ ቁጥር ቦታ ያዢዎች አንፃር: ለምሳሌ: ፓይ የሚወከለው እንደ በ 3 16/113 አቀራረብ ነው:"
#: 05020301.xhp
msgctxt ""
@@ -15964,7 +15969,7 @@ msgctxt ""
"par_id3146926\n"
"help.text"
msgid "# ?/???"
-msgstr ""
+msgstr "# ?/???"
#: 05020301.xhp
msgctxt ""
@@ -15972,7 +15977,7 @@ msgctxt ""
"par_id3146927\n"
"help.text"
msgid "Denominator value can also be forced to the value replacing placeholders. For example, to get PI value as a multiple of 1/16th (i.e. 50/16), use format:"
-msgstr ""
+msgstr "የ ተካፋይ ዋጋ ማስገደድ ይቻላል ለ ዋጋው ቦታ ያዢዎችን ለሚቀይረው: ለምሳሌ: ለማግኘት የ ፓይ ዋጋ እንደ ያለ ቀሪ አካፋይ ለ 1/16ኛ (ይህም ማለት: 50/16), አቀራረብ ይጠቀሙ:"
#: 05020301.xhp
msgctxt ""
@@ -15980,7 +15985,7 @@ msgctxt ""
"par_id3146929\n"
"help.text"
msgid "?/16"
-msgstr ""
+msgstr "?/16"
#: 05020301.xhp
msgctxt ""
@@ -15988,7 +15993,7 @@ msgctxt ""
"hd_id3159080\n"
"help.text"
msgid "Number Format Codes of Currency Formats"
-msgstr ""
+msgstr "የ ቁጥር አቀራረብ ኮዶች ለ ገንዘብ አቀራረብ"
#: 05020301.xhp
msgctxt ""
@@ -15996,7 +16001,7 @@ msgctxt ""
"par_id3147318\n"
"help.text"
msgid "The default currency format for the cells in your spreadsheet is determined by the regional setting of your operating system. If you want, you can apply a custom currency symbol to a cell. For example, enter #,##0.00 € to display 4.50 € (Euros)."
-msgstr ""
+msgstr "ነባር የ ገንዘብ አቀራረብ ለ ክፍሎች በ እርስዎ ሰጠረዥነድ ውስጥ የሚወሰነው እንደ ተሰናዳው ቋንቋ ነው በ እርስዎ የ መስሪያ ስርአት: እርስዎ ከ ፈለጉ: የ ገንዘብ ምልክት ማስተካከል ይችላሉ በ ክፍሉ ውስጥ: ለምሳሌ: ያስገቡ #,##0.00 € ለ ማሳየት 4.50 € (ኢዩሮ)."
#: 05020301.xhp
msgctxt ""
@@ -16004,7 +16009,7 @@ msgctxt ""
"par_id3150032\n"
"help.text"
msgid "You can also specify the locale setting for the currency by entering the locale code for the country after the symbol. For example, [$€-407] represents Euros in Germany. To view the locale code for a country, select the country in the <emph>Language</emph> list on the <emph>Numbers</emph> tab of the <emph>Format Cells</emph> dialog."
-msgstr ""
+msgstr "እርስዎ መወሰን ይችላሉ የ ቋንቋ ማሰናጃ ለ ገንዘብ በ መጨመር የ ቋንቋ ኮድ ለ አገር ከ ምልክቱ በኋላ: ለምሳሌ: [$€-407] የሚወክለው ኢዩሮ ጀርመን ነው: የ ቋንቋ ኮድ ለ አገር ለ መመልከት: አገር ይምረጡ ከ <emph>ቋንቋ</emph> ዝርዝር ውስጥ: ከ <emph>ቁጥሮች</emph> tab በ <emph>ክፍሎች አቀራረብ</emph> ንግግር ውስጥ:"
#: 05020301.xhp
msgctxt ""
@@ -16012,7 +16017,7 @@ msgctxt ""
"hd_id3157309\n"
"help.text"
msgid "Date and Time Formats"
-msgstr ""
+msgstr "ቀን እና ሰአት አቀራረብ"
#: 05020301.xhp
msgctxt ""
@@ -16020,7 +16025,7 @@ msgctxt ""
"hd_id3153740\n"
"help.text"
msgid "Date Formats"
-msgstr ""
+msgstr "የ ቀን አቀራረብ"
#: 05020301.xhp
msgctxt ""
@@ -16028,7 +16033,7 @@ msgctxt ""
"par_id3152791\n"
"help.text"
msgid "To display days, months and years, use the following number format codes."
-msgstr ""
+msgstr "ቀኖች: ወሮች: እና አመቶች: ለማሳየት የሚቀጥለውን የ ቁጥር አቀራረብ ኮዶች ይጠቀሙ"
#: 05020301.xhp
msgctxt ""
@@ -16044,7 +16049,7 @@ msgctxt ""
"par_id3152376\n"
"help.text"
msgid "Format"
-msgstr ""
+msgstr "አቀራረብ"
#: 05020301.xhp
msgctxt ""
@@ -16052,7 +16057,7 @@ msgctxt ""
"par_id3159130\n"
"help.text"
msgid "Format Code"
-msgstr ""
+msgstr "የ ኮድ አቀራረብ"
#: 05020301.xhp
msgctxt ""
@@ -16060,7 +16065,7 @@ msgctxt ""
"par_id3147380\n"
"help.text"
msgid "Month as 3."
-msgstr ""
+msgstr "ወር እንደ 3"
#: 05020301.xhp
msgctxt ""
@@ -16068,7 +16073,7 @@ msgctxt ""
"par_id3146928\n"
"help.text"
msgid "M"
-msgstr ""
+msgstr "ወ"
#: 05020301.xhp
msgctxt ""
@@ -16076,7 +16081,7 @@ msgctxt ""
"par_id3145594\n"
"help.text"
msgid "Month as 03."
-msgstr ""
+msgstr "ወር እንደ 03."
#: 05020301.xhp
msgctxt ""
@@ -16084,7 +16089,7 @@ msgctxt ""
"par_id3153052\n"
"help.text"
msgid "MM"
-msgstr ""
+msgstr "ወወ"
#: 05020301.xhp
msgctxt ""
@@ -16092,7 +16097,7 @@ msgctxt ""
"par_id3145728\n"
"help.text"
msgid "Month as Jan-Dec"
-msgstr ""
+msgstr "ወር እንደ መስከረም-ነሐሴ/ጳጉሜ"
#: 05020301.xhp
msgctxt ""
@@ -16100,7 +16105,7 @@ msgctxt ""
"par_id3151073\n"
"help.text"
msgid "MMM"
-msgstr ""
+msgstr "ወወወ"
#: 05020301.xhp
msgctxt ""
@@ -16108,7 +16113,7 @@ msgctxt ""
"par_id3149909\n"
"help.text"
msgid "Month as January-December"
-msgstr ""
+msgstr "ወር እንደ መስከረም-ነሐሴ/ጳጉሜ"
#: 05020301.xhp
msgctxt ""
@@ -16116,7 +16121,7 @@ msgctxt ""
"par_id3155318\n"
"help.text"
msgid "MMMM"
-msgstr ""
+msgstr "ወወወወ"
#: 05020301.xhp
msgctxt ""
@@ -16124,7 +16129,7 @@ msgctxt ""
"par_id3151218\n"
"help.text"
msgid "First letter of Name of Month"
-msgstr ""
+msgstr "የ መጀመሪያ ፊደል የ ወር ስም"
#: 05020301.xhp
msgctxt ""
@@ -16132,7 +16137,7 @@ msgctxt ""
"par_id3150420\n"
"help.text"
msgid "MMMMM"
-msgstr ""
+msgstr "ወወወወወ"
#: 05020301.xhp
msgctxt ""
@@ -16140,7 +16145,7 @@ msgctxt ""
"par_id3154501\n"
"help.text"
msgid "Day as 2"
-msgstr ""
+msgstr "ቀን እንደ 2"
#: 05020301.xhp
msgctxt ""
@@ -16148,7 +16153,7 @@ msgctxt ""
"par_id3156181\n"
"help.text"
msgid "D"
-msgstr ""
+msgstr "ቀ"
#: 05020301.xhp
msgctxt ""
@@ -16156,7 +16161,7 @@ msgctxt ""
"par_id3146969\n"
"help.text"
msgid "Day as 02"
-msgstr ""
+msgstr "ቀን እንደ 02"
#: 05020301.xhp
msgctxt ""
@@ -16164,7 +16169,7 @@ msgctxt ""
"par_id3156358\n"
"help.text"
msgid "DD"
-msgstr ""
+msgstr "ቀቀ"
#: 05020301.xhp
msgctxt ""
@@ -16172,7 +16177,7 @@ msgctxt ""
"par_id3148495\n"
"help.text"
msgid "Day as Sun-Sat"
-msgstr ""
+msgstr "ቀን እንደ እሑድ-ቅዳሜ"
#: 05020301.xhp
msgctxt ""
@@ -16180,7 +16185,7 @@ msgctxt ""
"par_id3161665\n"
"help.text"
msgid "NN or DDD"
-msgstr ""
+msgstr "NN ወይንም ቀቀቀ"
#: 05020301.xhp
msgctxt ""
@@ -16188,7 +16193,7 @@ msgctxt ""
"par_id3154272\n"
"help.text"
msgid "Day as Sunday to Saturday"
-msgstr ""
+msgstr "ቀን እንደ እሑድ እስከ ቅዳሜ"
#: 05020301.xhp
msgctxt ""
@@ -16196,7 +16201,7 @@ msgctxt ""
"par_id3145164\n"
"help.text"
msgid "NNN or DDDD"
-msgstr ""
+msgstr "NNN ወይንም ቀቀቀቀ"
#: 05020301.xhp
msgctxt ""
@@ -16204,7 +16209,7 @@ msgctxt ""
"par_id3146791\n"
"help.text"
msgid "Day followed by comma, as in \"Sunday,\""
-msgstr ""
+msgstr "ቀን ተከትሎ ኮማ: እንደ \"እሑድ\""
#: 05020301.xhp
msgctxt ""
@@ -16212,7 +16217,7 @@ msgctxt ""
"par_id3146081\n"
"help.text"
msgid "NNNN"
-msgstr ""
+msgstr "NNNN"
#: 05020301.xhp
msgctxt ""
@@ -16220,7 +16225,7 @@ msgctxt ""
"par_id3156275\n"
"help.text"
msgid "Year as 00-99"
-msgstr ""
+msgstr "አመት እንደ 00-99"
#: 05020301.xhp
msgctxt ""
@@ -16228,7 +16233,7 @@ msgctxt ""
"par_id3143236\n"
"help.text"
msgid "YY"
-msgstr ""
+msgstr "አአ"
#: 05020301.xhp
msgctxt ""
@@ -16236,7 +16241,7 @@ msgctxt ""
"par_id3148408\n"
"help.text"
msgid "Year as 1900-2078"
-msgstr ""
+msgstr "አመት እንደ 1900-2078"
#: 05020301.xhp
msgctxt ""
@@ -16244,7 +16249,7 @@ msgctxt ""
"par_id3151358\n"
"help.text"
msgid "YYYY"
-msgstr ""
+msgstr "አአአአ"
#: 05020301.xhp
msgctxt ""
@@ -16252,7 +16257,7 @@ msgctxt ""
"par_id3153355\n"
"help.text"
msgid "Calendar week"
-msgstr ""
+msgstr "የ ቀን መቁጠሪያ ሳምንት"
#: 05020301.xhp
msgctxt ""
@@ -16260,7 +16265,7 @@ msgctxt ""
"par_id3150744\n"
"help.text"
msgid "WW"
-msgstr ""
+msgstr "ሳሳ"
#: 05020301.xhp
msgctxt ""
@@ -16268,7 +16273,7 @@ msgctxt ""
"par_id3154302\n"
"help.text"
msgid "Quarterly as Q1 to Q4"
-msgstr ""
+msgstr "በ ሩብ እንደ ሩ1 እስከ ሩ4"
#: 05020301.xhp
msgctxt ""
@@ -16276,7 +16281,7 @@ msgctxt ""
"par_id3159266\n"
"help.text"
msgid "Q"
-msgstr ""
+msgstr "ሩ"
#: 05020301.xhp
msgctxt ""
@@ -16284,7 +16289,7 @@ msgctxt ""
"par_id3147583\n"
"help.text"
msgid "Quarterly as 1st quarter to 4th quarter"
-msgstr ""
+msgstr "በየ ሩብ እንደ 1ኛ ሩብ እስከ 4ኛ ሩብ"
#: 05020301.xhp
msgctxt ""
@@ -16292,7 +16297,7 @@ msgctxt ""
"par_id3146918\n"
"help.text"
msgid "QQ"
-msgstr ""
+msgstr "ሩሩ"
#: 05020301.xhp
msgctxt ""
@@ -16300,7 +16305,7 @@ msgctxt ""
"par_id3147534\n"
"help.text"
msgid "Era on the Japanese Gengou calendar, single character (possible values are: M, T, S, H)"
-msgstr ""
+msgstr "ዘመን በ ጃፓንኛ ጌንጉ የ ቀን መቁጠሪያ: ነጠላ ባህሪ (የሚቻሉ ዋጋዎች ናቸው: M, T, S, H)"
#: 05020301.xhp
msgctxt ""
@@ -16308,7 +16313,7 @@ msgctxt ""
"par_id3151249\n"
"help.text"
msgid "G"
-msgstr ""
+msgstr "G"
#: 05020301.xhp
msgctxt ""
@@ -16316,7 +16321,7 @@ msgctxt ""
"par_id3163806\n"
"help.text"
msgid "Era, abbreviation"
-msgstr ""
+msgstr "ዘመን: አኅጽሮተ ቃል"
#: 05020301.xhp
msgctxt ""
@@ -16324,7 +16329,7 @@ msgctxt ""
"par_id3155962\n"
"help.text"
msgid "GG"
-msgstr ""
+msgstr "GG"
#: 05020301.xhp
msgctxt ""
@@ -16332,7 +16337,7 @@ msgctxt ""
"par_id3151187\n"
"help.text"
msgid "Era, full name"
-msgstr ""
+msgstr "ዘመን: ሙሉ ስም"
#: 05020301.xhp
msgctxt ""
@@ -16340,7 +16345,7 @@ msgctxt ""
"par_id3149568\n"
"help.text"
msgid "GGG"
-msgstr ""
+msgstr "GGG"
#: 05020301.xhp
msgctxt ""
@@ -16348,7 +16353,7 @@ msgctxt ""
"par_id3147344\n"
"help.text"
msgid "Number of the year within an era, without a leading zero for single-digit years"
-msgstr ""
+msgstr "በ ዘመን ውስጥ የ አመቶች ቁጥር: ያለ ቀዳሚ ዜሮ ለ ነጠላ-አሀዝ አመቶች"
#: 05020301.xhp
msgctxt ""
@@ -16356,7 +16361,7 @@ msgctxt ""
"par_id3147255\n"
"help.text"
msgid "E"
-msgstr ""
+msgstr "E"
#: 05020301.xhp
msgctxt ""
@@ -16364,7 +16369,7 @@ msgctxt ""
"par_id3148487\n"
"help.text"
msgid "Number of the year within an era, with a leading zero for single-digit years"
-msgstr ""
+msgstr "በ ዘመን ውስጥ የ አመቶች ቁጥር: ከ ቀዳሚ ዜሮ ጋር ለ ነጠላ-አሀዝ አመቶች"
#: 05020301.xhp
msgctxt ""
@@ -16372,7 +16377,7 @@ msgctxt ""
"par_id3150298\n"
"help.text"
msgid "EE or R"
-msgstr ""
+msgstr "EE or R"
#: 05020301.xhp
msgctxt ""
@@ -16380,7 +16385,7 @@ msgctxt ""
"par_id3152861\n"
"help.text"
msgid "Era, full name and year"
-msgstr ""
+msgstr "ዘመን: ሙሉ ስም እና አመት"
#: 05020301.xhp
msgctxt ""
@@ -16388,7 +16393,7 @@ msgctxt ""
"par_id3149926\n"
"help.text"
msgid "RR or GGGEE"
-msgstr ""
+msgstr "RR or GGGEE"
#: 05020301.xhp
msgctxt ""
@@ -16788,7 +16793,7 @@ msgctxt ""
"hd_id3149929\n"
"help.text"
msgid "Entering Dates"
-msgstr ""
+msgstr "ቀኖች ማስገቢያ"
#: 05020301.xhp
msgctxt ""
@@ -16796,7 +16801,7 @@ msgctxt ""
"par_id3148397\n"
"help.text"
msgid "To enter a date in a cell, use the Gregorian calendar format. For example, in an English locale, enter 1/2/2002 for Jan 2, 2002."
-msgstr ""
+msgstr "በ ክፍል ውስጥ ቀን ለ ማስገባት: ይጠቀሙ የ Gregorian ቀን መቁጠሪያ አቀራረብ: ለምሳሌ: በ English ቋንቋ: ይጠቀሙ 1/2/2002 ለ Jan 2, 2002."
#: 05020301.xhp
msgctxt ""
@@ -16804,7 +16809,7 @@ msgctxt ""
"par_id3153274\n"
"help.text"
msgid "All date formats are dependent on the locale that is set in <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Language settings - Languages</emph>. For example, if your locale is set to 'Japanese', then the Gengou calendar is used. The default date format in <item type=\"productname\">%PRODUCTNAME</item> uses the Gregorian Calendar."
-msgstr ""
+msgstr "ሁሉም የ ቀን አቀራረብ ነፃ ነው በ ቋንቋ ውስጥ እንደ ተሰናዳው: በ <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - ምርጫዎች</emph></caseinline><defaultinline><emph>መሳሪያዎች - ምርጫ</emph></defaultinline></switchinline><emph> - ቋንቋ ማሰናጃዎች - ቋንቋዎች</emph> ለምሳሌ: የ እርስዎ ቋንቋ ከ ተሰናዳ ለ 'Japanese', ከዛ የ Gengou ቀን መቁጠሪያ ይጠቀማል: ነባር የ ቀን አቀራረብ <item type=\"productname\">%PRODUCTNAME</item> የ ቀን መቁጠሪያ ይጠቀማል:"
#: 05020301.xhp
msgctxt ""
@@ -16812,7 +16817,7 @@ msgctxt ""
"par_id3153795\n"
"help.text"
msgid "To specify a calendar format that is independent of the locale, add a modifier in front of the date format. For example, to display a date using the Jewish calendar format in a non-Hebrew locale, enter: [~jewish]DD/MM/YYYY."
-msgstr ""
+msgstr "የ ቀን መቁጠሪያ አቀራረብ ለ መወሰን ነፃ የሆነ ከ ቋንቋ: ማሻሻያ ይጨምሩ ከ ቀን አቀራረብ በፊት: ለምሳሌ: የ ቀን አቀራረብ ለማሳየት የ ኢትዮጵያን ቀን መቁጠሪያ አቀራረብ በ ምንም-የ ኢትዮጵያ ቋንቋ ባልሆነ ውስጥ: ያስገቡ: [~ኢትዮጵያ]ቀቀ/ወወ/አአአአ"
#: 05020301.xhp
msgctxt ""
@@ -16820,7 +16825,7 @@ msgctxt ""
"par_id3145764\n"
"help.text"
msgid "Modifier"
-msgstr ""
+msgstr "ማሻሻያ"
#: 05020301.xhp
msgctxt ""
@@ -16828,7 +16833,7 @@ msgctxt ""
"par_id3152967\n"
"help.text"
msgid "Calendar"
-msgstr ""
+msgstr "ቀን መቁጠሪያ"
#: 05020301.xhp
msgctxt ""
@@ -16836,7 +16841,7 @@ msgctxt ""
"par_id3148390\n"
"help.text"
msgid "[~buddhist]"
-msgstr ""
+msgstr "[~ቡድሂስት]"
#: 05020301.xhp
msgctxt ""
@@ -16844,7 +16849,7 @@ msgctxt ""
"par_id3153781\n"
"help.text"
msgid "Thai Buddhist Calendar"
-msgstr ""
+msgstr "የ ታዪ ቡድሂስት የ ቀን መቁጠሪያ"
#: 05020301.xhp
msgctxt ""
@@ -16852,7 +16857,7 @@ msgctxt ""
"par_id3157969\n"
"help.text"
msgid "[~gengou]"
-msgstr ""
+msgstr "[~ግኔጉ]"
#: 05020301.xhp
msgctxt ""
@@ -16860,7 +16865,7 @@ msgctxt ""
"par_id3154656\n"
"help.text"
msgid "Japanese Gengou Calendar"
-msgstr ""
+msgstr "ጃፓኒስ ግኔጉ የ ቀን መቁጠሪያ"
#: 05020301.xhp
msgctxt ""
@@ -16868,7 +16873,7 @@ msgctxt ""
"par_id3150086\n"
"help.text"
msgid "[~gregorian]"
-msgstr ""
+msgstr "[~ግሪጎሪያን]"
#: 05020301.xhp
msgctxt ""
@@ -16876,7 +16881,7 @@ msgctxt ""
"par_id3146070\n"
"help.text"
msgid "Gregorian Calendar"
-msgstr ""
+msgstr "የ ግሪጎሪያን የ ቀን መቁጠሪያ"
#: 05020301.xhp
msgctxt ""
@@ -16884,7 +16889,7 @@ msgctxt ""
"par_id3146808\n"
"help.text"
msgid "[~hanja] or [~hanja_yoil]"
-msgstr ""
+msgstr "[~ሀንጃ] ወይንም [~ሀንጃ_ዮኢል]"
#: 05020301.xhp
msgctxt ""
@@ -16892,7 +16897,7 @@ msgctxt ""
"par_id3149207\n"
"help.text"
msgid "Korean Calendar"
-msgstr ""
+msgstr "የ ኮሪያን የ ቀን መቁጠሪያ"
#: 05020301.xhp
msgctxt ""
@@ -16900,7 +16905,7 @@ msgctxt ""
"par_id3150304\n"
"help.text"
msgid "[~hijri]"
-msgstr ""
+msgstr "[~ሂጂሪ]"
#: 05020301.xhp
msgctxt ""
@@ -16908,7 +16913,7 @@ msgctxt ""
"par_id3149238\n"
"help.text"
msgid "Arabic Islamic Calendar"
-msgstr ""
+msgstr "አረብኛ የ እስልምና የ ቀን መቁጠሪያ"
#: 05020301.xhp
msgctxt ""
@@ -16916,7 +16921,7 @@ msgctxt ""
"par_id3154903\n"
"help.text"
msgid "[~jewish]"
-msgstr ""
+msgstr "[~ጅዊሽ]"
#: 05020301.xhp
msgctxt ""
@@ -16924,7 +16929,7 @@ msgctxt ""
"par_id3151288\n"
"help.text"
msgid "Jewish Calendar"
-msgstr ""
+msgstr "የ ጅዊሽ የ ቀን መቁጠሪያ"
#: 05020301.xhp
msgctxt ""
@@ -16932,7 +16937,7 @@ msgctxt ""
"par_id3166442\n"
"help.text"
msgid "[~ROC]"
-msgstr ""
+msgstr "[~ሮክ]"
#: 05020301.xhp
msgctxt ""
@@ -16940,7 +16945,7 @@ msgctxt ""
"par_id3145587\n"
"help.text"
msgid "Republic Of China Calendar"
-msgstr ""
+msgstr "የ ሪፐብሊክ ቻይና የ ቀን መቁጠሪያ"
#: 05020301.xhp
msgctxt ""
@@ -16948,7 +16953,7 @@ msgctxt ""
"par_id3152419\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">If you perform a calculation that involves one or more cells using a date format, the result is formatted according to the following mappings:</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">እርስዎ ስሌቶች ከ ፈጸሙ የሚያካትት አምድ ወይንም ተጨማሪ ክፍሎች የ ቀን አቀራረብ ይጠቀሙ: ውጤቱ የሚቀርበው እንደ በሚቀጥለው አይነት አቀራረብ ነው:</caseinline></switchinline>"
#: 05020301.xhp
msgctxt ""
@@ -16956,7 +16961,7 @@ msgctxt ""
"par_id3154194\n"
"help.text"
msgid "Initial Format"
-msgstr ""
+msgstr "መጀመሪያ አቀራረብ"
#: 05020301.xhp
msgctxt ""
@@ -16964,7 +16969,7 @@ msgctxt ""
"par_id3149787\n"
"help.text"
msgid "Result Format"
-msgstr ""
+msgstr "የ ውጤት አቀራረብ"
#: 05020301.xhp
msgctxt ""
@@ -16972,7 +16977,7 @@ msgctxt ""
"par_id3152993\n"
"help.text"
msgid "Date + Date"
-msgstr ""
+msgstr "ቀን + ቀን"
#: 05020301.xhp
msgctxt ""
@@ -16980,7 +16985,7 @@ msgctxt ""
"par_id3150292\n"
"help.text"
msgid "Number (Days)"
-msgstr ""
+msgstr "ቁጥር (ቀኖች)"
#: 05020301.xhp
msgctxt ""
@@ -16988,7 +16993,7 @@ msgctxt ""
"par_id3150460\n"
"help.text"
msgid "Date + Number"
-msgstr ""
+msgstr "ቀን + ቁጥር"
#: 05020301.xhp
msgctxt ""
@@ -16996,7 +17001,7 @@ msgctxt ""
"par_id3154371\n"
"help.text"
msgid "Date"
-msgstr ""
+msgstr "ቀን"
#: 05020301.xhp
msgctxt ""
@@ -17004,7 +17009,7 @@ msgctxt ""
"par_id3145082\n"
"help.text"
msgid "Date + Time"
-msgstr ""
+msgstr "ቀን + ሰአት"
#: 05020301.xhp
msgctxt ""
@@ -17012,7 +17017,7 @@ msgctxt ""
"par_id3156290\n"
"help.text"
msgid "Date&Time"
-msgstr ""
+msgstr "ቀን&ሰአት"
#: 05020301.xhp
msgctxt ""
@@ -17020,7 +17025,7 @@ msgctxt ""
"par_id3152456\n"
"help.text"
msgid "Date + Date&Time"
-msgstr ""
+msgstr "ቀን + ቀን&ሰአት"
#: 05020301.xhp
msgctxt ""
@@ -17028,7 +17033,7 @@ msgctxt ""
"par_id3156169\n"
"help.text"
msgid "Number"
-msgstr ""
+msgstr "ቁጥር"
#: 05020301.xhp
msgctxt ""
@@ -17036,7 +17041,7 @@ msgctxt ""
"par_id3154527\n"
"help.text"
msgid "Time + Time"
-msgstr ""
+msgstr "ሰአት + ሰአት"
#: 05020301.xhp
msgctxt ""
@@ -17044,7 +17049,7 @@ msgctxt ""
"par_id3159625\n"
"help.text"
msgid "Time"
-msgstr ""
+msgstr "ሰአት"
#: 05020301.xhp
msgctxt ""
@@ -17052,7 +17057,7 @@ msgctxt ""
"par_id3146802\n"
"help.text"
msgid "Time + Number"
-msgstr ""
+msgstr "ሰአት + ቁጥር"
#: 05020301.xhp
msgctxt ""
@@ -17060,7 +17065,7 @@ msgctxt ""
"par_id3146770\n"
"help.text"
msgid "Time"
-msgstr ""
+msgstr "ሰአት"
#: 05020301.xhp
msgctxt ""
@@ -17068,7 +17073,7 @@ msgctxt ""
"par_id3155500\n"
"help.text"
msgid "Time + Date&Time"
-msgstr ""
+msgstr "ሰአት + ቀን&ሰአት"
#: 05020301.xhp
msgctxt ""
@@ -17076,7 +17081,7 @@ msgctxt ""
"par_id3155128\n"
"help.text"
msgid "Date&Time"
-msgstr ""
+msgstr "ቀን&ሰአት"
#: 05020301.xhp
msgctxt ""
@@ -17084,7 +17089,7 @@ msgctxt ""
"par_id3152904\n"
"help.text"
msgid "Date&Time + Date&Time"
-msgstr ""
+msgstr "ቀን&ሰአት + ቀን&ሰአት"
#: 05020301.xhp
msgctxt ""
@@ -17092,7 +17097,7 @@ msgctxt ""
"par_id3159143\n"
"help.text"
msgid "Time"
-msgstr ""
+msgstr "ሰአት"
#: 05020301.xhp
msgctxt ""
@@ -17100,7 +17105,7 @@ msgctxt ""
"par_id3148909\n"
"help.text"
msgid "Date&Time + Number"
-msgstr ""
+msgstr "ቀን&ሰአት + ቁጥር"
#: 05020301.xhp
msgctxt ""
@@ -17108,7 +17113,7 @@ msgctxt ""
"par_id3154806\n"
"help.text"
msgid "Date&Time"
-msgstr ""
+msgstr "ቀን&ሰአት"
#: 05020301.xhp
msgctxt ""
@@ -17116,7 +17121,7 @@ msgctxt ""
"par_id3151269\n"
"help.text"
msgid "Number + Number"
-msgstr ""
+msgstr "ቁጥር + ቁጥር"
#: 05020301.xhp
msgctxt ""
@@ -17124,7 +17129,7 @@ msgctxt ""
"par_id3154951\n"
"help.text"
msgid "Number"
-msgstr ""
+msgstr "ቁጥር"
#: 05020301.xhp
msgctxt ""
@@ -17132,7 +17137,7 @@ msgctxt ""
"par_id3149174\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"CALC\">The Date&Time format displays the date and time that an entry was made to a cell with this format.</caseinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">የ ቀን&ሰአት አቀራረብ የሚያሳየው ቀን እና ሰአት በ ክፍል ውስጥ የገባው በዚህ አቀራረብ ነው </caseinline></switchinline>"
#: 05020301.xhp
msgctxt ""
@@ -17140,7 +17145,7 @@ msgctxt ""
"par_id3143225\n"
"help.text"
msgid "By default in <item type=\"productname\">%PRODUCTNAME</item>, a date with the value \"0\" corresponds to Dec 30, 1899."
-msgstr ""
+msgstr "በ ነባር በ <item type=\"productname\">%PRODUCTNAME</item> ቀን ከ ዋጋ ጋር \"0\" ተመሳሳይ ከ ታሕሳስ 30, 1899."
#: 05020301.xhp
msgctxt ""
@@ -17148,7 +17153,7 @@ msgctxt ""
"hd_id3155870\n"
"help.text"
msgid "Time Formats"
-msgstr ""
+msgstr "ሰአት አቀራረብ"
#: 05020301.xhp
msgctxt ""
@@ -17156,7 +17161,7 @@ msgctxt ""
"par_id3150108\n"
"help.text"
msgid "To display hours, minutes and seconds use the following number format codes."
-msgstr ""
+msgstr "ሰአቶች: ደቂቃዎች እና ሰከንዶች: ለማሳየት የሚቀጥለውን የ ቁጥር አቀራረብ ኮዶች ይጠቀሙ"
#: 05020301.xhp
msgctxt ""
@@ -17164,7 +17169,7 @@ msgctxt ""
"par_id3149158\n"
"help.text"
msgid "Format"
-msgstr ""
+msgstr "አቀራረብ"
#: 05020301.xhp
msgctxt ""
@@ -17172,7 +17177,7 @@ msgctxt ""
"par_id3154341\n"
"help.text"
msgid "Format Code"
-msgstr ""
+msgstr "የ ኮድ አቀራረብ"
#: 05020301.xhp
msgctxt ""
@@ -17180,7 +17185,7 @@ msgctxt ""
"par_id3154557\n"
"help.text"
msgid "Hours as 0-23"
-msgstr ""
+msgstr "ሰአቶች እንደ 0-23"
#: 05020301.xhp
msgctxt ""
@@ -17188,7 +17193,7 @@ msgctxt ""
"par_id3156348\n"
"help.text"
msgid "H"
-msgstr ""
+msgstr "ሰ"
#: 05020301.xhp
msgctxt ""
@@ -17196,7 +17201,7 @@ msgctxt ""
"par_id3143218\n"
"help.text"
msgid "Hours as 00-23"
-msgstr ""
+msgstr "ሰአቶች እንደ 00-23"
#: 05020301.xhp
msgctxt ""
@@ -17204,7 +17209,7 @@ msgctxt ""
"par_id3155266\n"
"help.text"
msgid "HH"
-msgstr ""
+msgstr "ሰሰ"
#: 05020301.xhp
msgctxt ""
@@ -17212,7 +17217,7 @@ msgctxt ""
"par_id3143219\n"
"help.text"
msgid "Hours as 00 up to more than 23"
-msgstr ""
+msgstr "ሰአቶች እንደ 00 እስከ 23 በላይ"
#: 05020301.xhp
msgctxt ""
@@ -17220,7 +17225,7 @@ msgctxt ""
"par_id3155267\n"
"help.text"
msgid "[HH]"
-msgstr ""
+msgstr "[ሰሰ]"
#: 05020301.xhp
msgctxt ""
@@ -17228,7 +17233,7 @@ msgctxt ""
"par_id3150139\n"
"help.text"
msgid "Minutes as 0-59"
-msgstr ""
+msgstr "ደቂቃዎች እንደ 0-59"
#: 05020301.xhp
msgctxt ""
@@ -17236,7 +17241,7 @@ msgctxt ""
"par_id3149588\n"
"help.text"
msgid "M"
-msgstr ""
+msgstr "ደ"
#: 05020301.xhp
msgctxt ""
@@ -17244,7 +17249,7 @@ msgctxt ""
"par_id3150531\n"
"help.text"
msgid "Minutes as 00-59"
-msgstr ""
+msgstr "ደቂቃዎች እንደ 00-59"
#: 05020301.xhp
msgctxt ""
@@ -17252,7 +17257,7 @@ msgctxt ""
"par_id3147409\n"
"help.text"
msgid "MM"
-msgstr ""
+msgstr "ደደ"
#: 05020301.xhp
msgctxt ""
@@ -17260,7 +17265,7 @@ msgctxt ""
"par_id3150532\n"
"help.text"
msgid "Minutes as 00 up to more than 59"
-msgstr ""
+msgstr "ደቂቃዎች እንደ 00 እስከ 59 በላይ"
#: 05020301.xhp
msgctxt ""
@@ -17268,7 +17273,7 @@ msgctxt ""
"par_id3147410\n"
"help.text"
msgid "[MM]"
-msgstr ""
+msgstr "[ደደ]"
#: 05020301.xhp
msgctxt ""
@@ -17276,7 +17281,7 @@ msgctxt ""
"par_id3154854\n"
"help.text"
msgid "Seconds as 0-59"
-msgstr ""
+msgstr "ሰከንዶች እንደ 0-59"
#: 05020301.xhp
msgctxt ""
@@ -17284,7 +17289,7 @@ msgctxt ""
"par_id3156173\n"
"help.text"
msgid "S"
-msgstr ""
+msgstr "ሰ"
#: 05020301.xhp
msgctxt ""
@@ -17292,7 +17297,7 @@ msgctxt ""
"par_id3149506\n"
"help.text"
msgid "Seconds as 00-59"
-msgstr ""
+msgstr "ሰከንዶች እንደ 00-59"
#: 05020301.xhp
msgctxt ""
@@ -17300,7 +17305,7 @@ msgctxt ""
"par_id3157981\n"
"help.text"
msgid "SS"
-msgstr ""
+msgstr "ሰሰ"
#: 05020301.xhp
msgctxt ""
@@ -17308,7 +17313,7 @@ msgctxt ""
"par_id3149507\n"
"help.text"
msgid "Seconds as 00 up to more than 59"
-msgstr ""
+msgstr "ሰከንዶች እንደ 00 እስከ 59 በላይ"
#: 05020301.xhp
msgctxt ""
@@ -17316,7 +17321,7 @@ msgctxt ""
"par_id3157982\n"
"help.text"
msgid "[SS]"
-msgstr ""
+msgstr "[ሰሰ]"
#: 05020301.xhp
msgctxt ""
@@ -17324,7 +17329,7 @@ msgctxt ""
"par_id3156039\n"
"help.text"
msgid "To display seconds as fractions, add the decimal delimiter to your number format code. For example, enter <emph>HH:MM:SS.00</emph> to display the time as \"01:02:03.45\"."
-msgstr ""
+msgstr "ሰከንዶችን እንደ ክፍልፋይ ለማሳየት: ይጨምሩ የ ዴሲማል ምልክት በ እርስዎ ቁጥር አቀራረብ ኮድ ውስጥ: ለምሳሌ: ያስገቡ <emph>ሰሰ:ደደ:ሰሰ.00</emph> ሰአት ለማሳየት እንደ \"01:02:03.45\"."
#: 05020301.xhp
msgctxt ""
@@ -17332,7 +17337,7 @@ msgctxt ""
"par_id3148650\n"
"help.text"
msgid "Minute time formats M and MM must be used in combination with hour or second time formats to avoid confusion with month date format."
-msgstr ""
+msgstr "የ ደቂቃ ጊዜ አቀራረብ ደ እና ወወ በ ጥምረት መጠቀም አለብዎት በ ሰአት ወይንም ሰከንድ ጊዜ አቀራረብ ውስጥ: እንዳይምታታ ከ ወር: ቀን: አቀራረብ ጋር"
#: 05020301.xhp
msgctxt ""
@@ -17340,7 +17345,7 @@ msgctxt ""
"par_id3148649\n"
"help.text"
msgid "If a time is entered in the form 02:03.45 or 01:02:03.45 or 25:01:02, the following formats are assigned if no other time format has been specified: MM:SS.00 or [HH]:MM:SS.00 or [HH]:MM:SS"
-msgstr ""
+msgstr "ሰአት ከ ገባ በዚህ ፎርም 02:03.45 ወይንም 01:02:03.45 ወይንም 25:01:02, የሚቀጥለው አቀራረብ ይፈጸማል ሌላ የ ሰአት አቀራረብ ካልተገለጸ: ደደ:ሰሰ.00 ወይንም [ሰሰ]:ደደ:ሰሰ.00 ወይንም [ሰሰ]:ደደ:ሰሰ"
#: 05020301.xhp
msgctxt ""
@@ -17348,7 +17353,7 @@ msgctxt ""
"hd_id3158404\n"
"help.text"
msgid "Displaying Numbers Using Native Characters"
-msgstr ""
+msgstr "ቁጥሮች ማሳያ ሌሎች ባህሪዎች በ መጠቀም"
#: 05020301.xhp
msgctxt ""
@@ -17356,7 +17361,7 @@ msgctxt ""
"par_id3149998\n"
"help.text"
msgid "To display numbers using native number characters, use a [NatNum1], [NatNum2], ... [NatNum11] modifier at the beginning of a number format codes."
-msgstr ""
+msgstr "ቁጥሮች ለማሳየት በ መጠቀም የ ቁጥር ባህሪዎች: ይጠቀሙ የ [ተፈጥሮ ቁጥር], [ተፈጥሮ ቁጥር2], ... [ተፈጥሮ ቁጥር11] ማሻሻያ በ መጀመሪያው የ ቁጥር አቀራረብ ኮዶች ውስጥ"
#: 05020301.xhp
msgctxt ""
@@ -17364,7 +17369,7 @@ msgctxt ""
"par_id3154600\n"
"help.text"
msgid "The [NatNum1] modifier always uses a one to one character mapping to convert numbers to a string that matches the native number format code of the corresponding locale. The other modifiers produce different results if they are used with different locales. A locale can be the language and the territory for which the format code is defined, or a modifier such as [$-yyy] that follows the native number modifier. In this case, yyy is the hexadecimal MS-LCID that is also used in currency format codes. For example, to display a number using Japanese short Kanji characters in an English US locale, use the following number format code:"
-msgstr ""
+msgstr "የ [ተፈጥሮ ቁጥር1] ማሻሻያ ሁልጊዜ የሚጠቀመው አንድ በ አንድ ባህሪ ካርታ ነው ቁጥር ለ መቀየር ወደ ሀረግ የሚመሳሰል ከ ተፈጥሮ ቁጥር አቀራረብ ኮድ ለ ተመሳሳዩ ቋንቋ: ለላው ማሻሻያ የሚፈጥረው የ ተለየ ውጤት ነው: ከ ተጠቀሙበት በ ሌላ ቋንቋ ውስጥ: ቋንቋ እና አካባቢ የ አቀራረብ ኮዱ የ ተገለጸለት ወይንም ማሻሻያ እንደ [$-yyy] tየ ቁጥር ማሻሻያ የሚከተል: ለዚህ ሁኔታ: yyy is the hexadecimal MS-LCID እንዲሁም መጠቀም ይቻላል ለ ገንዘብ አቀራረብ ኮዶች: ለምሳሌ: ለማሳየት ቁጥር በ መጠቀም Japanese short Kanji ባህሪዎች በ English US locale, ይህን የ ቁጥር አቀራረብ ኮድ ይጠቀሙ:"
#: 05020301.xhp
msgctxt ""
@@ -17372,7 +17377,7 @@ msgctxt ""
"par_id3152546\n"
"help.text"
msgid "[NatNum1][$-411]0"
-msgstr ""
+msgstr "[የ ተፈጥሮ ቁጥር][$-411]0"
#: 05020301.xhp
msgctxt ""
@@ -17380,7 +17385,7 @@ msgctxt ""
"par_id3147269\n"
"help.text"
msgid "In the following list, the Microsoft Excel [DBNumX] modifier that corresponds to <item type=\"productname\">%PRODUCTNAME</item> [NatNum] modifier is shown. If you want, you can use a [DBNumX] modifier instead of [NatNum] modifier for your locale. Whenever possible, <item type=\"productname\">%PRODUCTNAME</item> internally maps [DBNumX] modifiers to [NatNumN] modifiers."
-msgstr ""
+msgstr "በሚቀጥለው ዝርዝር ውስጥ የ Microsoft Excel [DBNumX] ማሻሻያ ተስማሚ የሆነው ለ <item type=\"productname\">%PRODUCTNAME</item> [የ ተፈጥሮ ቁጥር] ማሻሻያ ይታያል: እርስዎ ከ ፈለጉ መጠቀም ይችላሉ የ [DBNumX] ማሻሻያ በምትኩ ከ [የ ተፈጥሮ ቁጥር] ማሻሻያ ለ እርስዎ ቋንቋ: በሚቻል ጊዜ <item type=\"productname\">%PRODUCTNAME</item> የ ውስጥ ካርታዎች [DBNumX] ማሻሻያ ወደ [የ ተፈጥሮ ቁጥር] ማሻሻያዎች"
#: 05020301.xhp
msgctxt ""
@@ -17396,7 +17401,7 @@ msgctxt ""
"hd_id150820161449146058\n"
"help.text"
msgid "[NatNum0]"
-msgstr ""
+msgstr "[የ ተፈጥሮ ቁጥር0]"
#: 05020301.xhp
msgctxt ""
@@ -17404,7 +17409,7 @@ msgctxt ""
"par_id1508201614491484\n"
"help.text"
msgid "Try to convert any native number string to ASCII Arabic digits. If already ASCII, it remains ASCII."
-msgstr ""
+msgstr "ለ መቀየር ይሞክሩ ማንኛውንም የ ቁጥር ሀረግ ወደ ASCII አረብኛ አሀዝ: ቀደም ብሎ ASCII, ከ ነበረ እንደ ነበር ይቆያል ASCII."
#: 05020301.xhp
msgctxt ""
@@ -17412,7 +17417,7 @@ msgctxt ""
"par_id130820161753258543\n"
"help.text"
msgid "Transliterations"
-msgstr ""
+msgstr "ጽሁፍ ወደ ሌላ ቋንቋ መቀየሪያ"
#: 05020301.xhp
msgctxt ""
@@ -17420,7 +17425,7 @@ msgctxt ""
"par_id13082016175325613\n"
"help.text"
msgid "Native Number Characters"
-msgstr ""
+msgstr "ዋናው የ ቁጥር ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17428,7 +17433,7 @@ msgctxt ""
"par_id130820161753252157\n"
"help.text"
msgid "Date Format"
-msgstr ""
+msgstr "የ ቀን አቀራረብ"
#: 05020301.xhp
msgctxt ""
@@ -17436,7 +17441,7 @@ msgctxt ""
"par_id130820161753258910\n"
"help.text"
msgid "Chinese"
-msgstr ""
+msgstr "ቻይንኛ"
#: 05020301.xhp
msgctxt ""
@@ -17444,7 +17449,7 @@ msgctxt ""
"par_id130820161753252802\n"
"help.text"
msgid "Chinese lower case characters"
-msgstr ""
+msgstr "የ ቻይንኛ የ ታችኛው ጉዳይ ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17452,7 +17457,7 @@ msgctxt ""
"par_id130820161753293042\n"
"help.text"
msgid "Japanese"
-msgstr ""
+msgstr "ጃፓንኛ"
#: 05020301.xhp
msgctxt ""
@@ -17460,7 +17465,7 @@ msgctxt ""
"par_id130820161753297854\n"
"help.text"
msgid "short Kanji characters"
-msgstr ""
+msgstr "አጭር የ ካንጂ ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17468,7 +17473,7 @@ msgctxt ""
"par_id13082016175330954\n"
"help.text"
msgid "Korean"
-msgstr ""
+msgstr "ኮሪያኛ"
#: 05020301.xhp
msgctxt ""
@@ -17476,7 +17481,7 @@ msgctxt ""
"par_id130820161753303188\n"
"help.text"
msgid "Korean lower case characters"
-msgstr ""
+msgstr "የ ኮሪያን የ ታችኛው ጉዳይ ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17484,7 +17489,7 @@ msgctxt ""
"par_id130820161753317270\n"
"help.text"
msgid "Hebrew"
-msgstr ""
+msgstr "ሂብሩ"
#: 05020301.xhp
msgctxt ""
@@ -17492,7 +17497,7 @@ msgctxt ""
"par_id130820161753311497\n"
"help.text"
msgid "Hebrew characters"
-msgstr ""
+msgstr "የ ሂብሩ ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17500,7 +17505,7 @@ msgctxt ""
"par_id130820161753301830\n"
"help.text"
msgid "Arabic"
-msgstr ""
+msgstr "አረብኛ"
#: 05020301.xhp
msgctxt ""
@@ -17508,7 +17513,7 @@ msgctxt ""
"par_id130820161753306722\n"
"help.text"
msgid "Arabic-Indic characters"
-msgstr ""
+msgstr "የ አረብኛ-ኢንዲክ ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17516,7 +17521,7 @@ msgctxt ""
"par_id130820161753301290\n"
"help.text"
msgid "Thai"
-msgstr ""
+msgstr "ታይኛ"
#: 05020301.xhp
msgctxt ""
@@ -17524,7 +17529,7 @@ msgctxt ""
"par_id130820161753301107\n"
"help.text"
msgid "Thai characters"
-msgstr ""
+msgstr "የ ታዪ ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17532,7 +17537,7 @@ msgctxt ""
"par_id130820161753301831\n"
"help.text"
msgid "Hindi"
-msgstr ""
+msgstr "ሒንዲኛ"
#: 05020301.xhp
msgctxt ""
@@ -17540,7 +17545,7 @@ msgctxt ""
"par_id130820161753306723\n"
"help.text"
msgid "Indic-Devanagari characters"
-msgstr ""
+msgstr "የ ኢንዲክ-ዴቫንጋሪ ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17548,7 +17553,7 @@ msgctxt ""
"par_id130820161753309518\n"
"help.text"
msgid "Odia"
-msgstr ""
+msgstr "ኦዲያ"
#: 05020301.xhp
msgctxt ""
@@ -17556,7 +17561,7 @@ msgctxt ""
"par_id130820161753301434\n"
"help.text"
msgid "Odia (Oriya) characters"
-msgstr ""
+msgstr "ኦዲያ (ኦሪያ) ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17564,7 +17569,7 @@ msgctxt ""
"par_id180820161926246858\n"
"help.text"
msgid "Marathi"
-msgstr ""
+msgstr "ማራቲ"
#: 05020301.xhp
msgctxt ""
@@ -17572,7 +17577,7 @@ msgctxt ""
"par_id180820161926248586\n"
"help.text"
msgid "Indic-Devanagari characters"
-msgstr ""
+msgstr "የ ኢንዲክ-ዴቫንጋሪ ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17580,7 +17585,7 @@ msgctxt ""
"par_id180820161926241975\n"
"help.text"
msgid "Bengali"
-msgstr ""
+msgstr "ቤንጋሊ"
#: 05020301.xhp
msgctxt ""
@@ -17588,7 +17593,7 @@ msgctxt ""
"par_id180820161926246091\n"
"help.text"
msgid "Bengali characters"
-msgstr ""
+msgstr "የ ቤንጋሊ ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17596,7 +17601,7 @@ msgctxt ""
"par_id180820161926256261\n"
"help.text"
msgid "Punjabi"
-msgstr ""
+msgstr "ፑንጃቢ"
#: 05020301.xhp
msgctxt ""
@@ -17604,7 +17609,7 @@ msgctxt ""
"par_id180820161926257295\n"
"help.text"
msgid "Punjabi (Gurmukhi) characters"
-msgstr ""
+msgstr "ፑንጃቢ (ጉሩሙኪ) ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17612,7 +17617,7 @@ msgctxt ""
"par_id180820161926254282\n"
"help.text"
msgid "Gujarati"
-msgstr ""
+msgstr "ጉጃራቲ"
#: 05020301.xhp
msgctxt ""
@@ -17620,7 +17625,7 @@ msgctxt ""
"par_id180820161926258664\n"
"help.text"
msgid "Gujarati characters"
-msgstr ""
+msgstr "የ ጉጃራቲ ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17628,7 +17633,7 @@ msgctxt ""
"par_id18082016192625454\n"
"help.text"
msgid "Tamil"
-msgstr ""
+msgstr "ታሚል"
#: 05020301.xhp
msgctxt ""
@@ -17636,7 +17641,7 @@ msgctxt ""
"par_id180820161926253837\n"
"help.text"
msgid "Tamil characters"
-msgstr ""
+msgstr "የ ታሚል ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17644,7 +17649,7 @@ msgctxt ""
"par_id18082016192625217\n"
"help.text"
msgid "Telugu"
-msgstr ""
+msgstr "ቴሉጉ"
#: 05020301.xhp
msgctxt ""
@@ -17652,7 +17657,7 @@ msgctxt ""
"par_id18082016192625475\n"
"help.text"
msgid "Telugu characters"
-msgstr ""
+msgstr "የ ቴሉጉ ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17660,7 +17665,7 @@ msgctxt ""
"par_id180820161926251185\n"
"help.text"
msgid "Kannada"
-msgstr ""
+msgstr "ካንናዳ"
#: 05020301.xhp
msgctxt ""
@@ -17668,7 +17673,7 @@ msgctxt ""
"par_id18082016192625183\n"
"help.text"
msgid "Kannada characters"
-msgstr ""
+msgstr "የ ካንናዳ ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17676,7 +17681,7 @@ msgctxt ""
"par_id180820161926265921\n"
"help.text"
msgid "Malayalam"
-msgstr ""
+msgstr "ማላያላም"
#: 05020301.xhp
msgctxt ""
@@ -17684,7 +17689,7 @@ msgctxt ""
"par_id18082016192626103\n"
"help.text"
msgid "Malayalam characters"
-msgstr ""
+msgstr "የ ማላያላም ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17692,7 +17697,7 @@ msgctxt ""
"par_id180820161926264168\n"
"help.text"
msgid "Lao"
-msgstr ""
+msgstr "ላኦ"
#: 05020301.xhp
msgctxt ""
@@ -17700,7 +17705,7 @@ msgctxt ""
"par_id180820161926262520\n"
"help.text"
msgid "Lao characters"
-msgstr ""
+msgstr "የ ላኦ ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17708,7 +17713,7 @@ msgctxt ""
"par_id180820161926264242\n"
"help.text"
msgid "Tibetan"
-msgstr ""
+msgstr "ቲቤትኛ"
#: 05020301.xhp
msgctxt ""
@@ -17716,7 +17721,7 @@ msgctxt ""
"par_id180820161926264284\n"
"help.text"
msgid "Tibetan characters"
-msgstr ""
+msgstr "የ ቲቤትኛ ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17724,7 +17729,7 @@ msgctxt ""
"par_id180820161926265624\n"
"help.text"
msgid "Burmese"
-msgstr ""
+msgstr "ቡርሜሴ"
#: 05020301.xhp
msgctxt ""
@@ -17732,7 +17737,7 @@ msgctxt ""
"par_id180820161926265398\n"
"help.text"
msgid "Burmese (Myanmar) characters"
-msgstr ""
+msgstr "የ ቡርሜሴ (ማይናማር) ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17740,7 +17745,7 @@ msgctxt ""
"par_id180820161926273825\n"
"help.text"
msgid "Khmer"
-msgstr ""
+msgstr "ከሜር"
#: 05020301.xhp
msgctxt ""
@@ -17748,7 +17753,7 @@ msgctxt ""
"par_id180820161926273240\n"
"help.text"
msgid "Khmer (Cambodian) characters"
-msgstr ""
+msgstr "ከሜር (ካምቦዲያን) ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17756,7 +17761,7 @@ msgctxt ""
"par_id18082016192627382\n"
"help.text"
msgid "Mongolian"
-msgstr ""
+msgstr "ሞንጎሊያን"
#: 05020301.xhp
msgctxt ""
@@ -17764,7 +17769,7 @@ msgctxt ""
"par_id180820161926276923\n"
"help.text"
msgid "Mongolian characters"
-msgstr ""
+msgstr "የ ሞንጎሊያን ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17772,7 +17777,7 @@ msgctxt ""
"par_id180820161926273435\n"
"help.text"
msgid "Nepali"
-msgstr ""
+msgstr "ኔፓሊ"
#: 05020301.xhp
msgctxt ""
@@ -17780,7 +17785,7 @@ msgctxt ""
"par_id180820161926274450\n"
"help.text"
msgid "Indic-Devanagari characters"
-msgstr ""
+msgstr "ኢንዲክ-ዴቫንጋሪ ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17788,7 +17793,7 @@ msgctxt ""
"par_id180820161926279875\n"
"help.text"
msgid "Dzongkha"
-msgstr ""
+msgstr "ድዞንግካ"
#: 05020301.xhp
msgctxt ""
@@ -17796,7 +17801,7 @@ msgctxt ""
"par_id180820161926276833\n"
"help.text"
msgid "Tibetan characters"
-msgstr ""
+msgstr "ቲቤታን ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17804,7 +17809,7 @@ msgctxt ""
"par_id180820161926272903\n"
"help.text"
msgid "Farsi"
-msgstr ""
+msgstr "ፋርሲ"
#: 05020301.xhp
msgctxt ""
@@ -17812,7 +17817,7 @@ msgctxt ""
"par_id180820161926271122\n"
"help.text"
msgid "East Arabic-Indic characters"
-msgstr ""
+msgstr "የ ምስራቅ አረብኛ-ኢንዲክ ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17820,7 +17825,7 @@ msgctxt ""
"par_id180820161926287716\n"
"help.text"
msgid "Church Slavic"
-msgstr ""
+msgstr "ቸርች ስላቪክ"
#: 05020301.xhp
msgctxt ""
@@ -17828,7 +17833,7 @@ msgctxt ""
"par_id180820161926281396\n"
"help.text"
msgid "Cyrillic characters"
-msgstr ""
+msgstr "ሲሪሊክ ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17836,7 +17841,7 @@ msgctxt ""
"par_id130820162101136589\n"
"help.text"
msgid "Transliterations"
-msgstr ""
+msgstr "ጽሁፍ ወደ ሌላ ቋንቋ መቀየሪያ"
#: 05020301.xhp
msgctxt ""
@@ -17844,7 +17849,7 @@ msgctxt ""
"par_id130820162101139206\n"
"help.text"
msgid "Native Number Characters"
-msgstr ""
+msgstr "ዋናው የ ቁጥር ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17852,7 +17857,7 @@ msgctxt ""
"par_id1308201621011376\n"
"help.text"
msgid "Date Format"
-msgstr ""
+msgstr "የ ቀን አቀራረብ"
#: 05020301.xhp
msgctxt ""
@@ -17860,7 +17865,7 @@ msgctxt ""
"par_id130820161753314558\n"
"help.text"
msgid "Chinese"
-msgstr ""
+msgstr "ቻይንኛ"
#: 05020301.xhp
msgctxt ""
@@ -17868,7 +17873,7 @@ msgctxt ""
"par_id130820161753311211\n"
"help.text"
msgid "Chinese upper case characters"
-msgstr ""
+msgstr "የ ቻይንኛ የ ላይኛው ጉዳይ ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17876,7 +17881,7 @@ msgctxt ""
"par_id130820161753311010\n"
"help.text"
msgid "Japanese"
-msgstr ""
+msgstr "ጃፓንኛ"
#: 05020301.xhp
msgctxt ""
@@ -17884,7 +17889,7 @@ msgctxt ""
"par_id130820161753311215\n"
"help.text"
msgid "traditional Kanji characters"
-msgstr ""
+msgstr "ባህላዊ የ ካንጂ ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17892,7 +17897,7 @@ msgctxt ""
"par_id130820161753315141\n"
"help.text"
msgid "Korean"
-msgstr ""
+msgstr "ኮሪያንኛ"
#: 05020301.xhp
msgctxt ""
@@ -17900,7 +17905,7 @@ msgctxt ""
"par_id130820161753312451\n"
"help.text"
msgid "Korean upper case characters"
-msgstr ""
+msgstr "የ ኮሪያን የ ላይኛው ጉዳይ ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17908,7 +17913,7 @@ msgctxt ""
"par_id180820161926289664\n"
"help.text"
msgid "Hebrew"
-msgstr ""
+msgstr "ሂብሩ"
#: 05020301.xhp
msgctxt ""
@@ -17916,7 +17921,7 @@ msgctxt ""
"par_id180820161926288708\n"
"help.text"
msgid "Hebrew numbering"
-msgstr ""
+msgstr "የ ሂብሩ ቁጥር መስጫ"
#: 05020301.xhp
msgctxt ""
@@ -17924,7 +17929,7 @@ msgctxt ""
"par_id130820161753325177\n"
"help.text"
msgid "[NatNum3]"
-msgstr ""
+msgstr "[የ ተፈጥሮ ቁጥር3]"
#: 05020301.xhp
msgctxt ""
@@ -17932,7 +17937,7 @@ msgctxt ""
"par_id130820162101138131\n"
"help.text"
msgid "Transliterations"
-msgstr ""
+msgstr "ጽሁፍ ወደ ሌላ ቋንቋ መቀየሪያ"
#: 05020301.xhp
msgctxt ""
@@ -17940,7 +17945,7 @@ msgctxt ""
"par_id130820162101133645\n"
"help.text"
msgid "Native Number Characters"
-msgstr ""
+msgstr "ዋናው የ ቁጥር ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -17948,7 +17953,7 @@ msgctxt ""
"par_id130820162101147246\n"
"help.text"
msgid "Date Format"
-msgstr ""
+msgstr "የ ቀን አቀራረብ"
#: 05020301.xhp
msgctxt ""
@@ -17956,7 +17961,7 @@ msgctxt ""
"par_id130820161753323484\n"
"help.text"
msgid "Chinese"
-msgstr ""
+msgstr "ቻይንኛ"
#: 05020301.xhp
msgctxt ""
@@ -17964,7 +17969,7 @@ msgctxt ""
"par_id130820161753325719\n"
"help.text"
msgid "fullwidth Arabic digits"
-msgstr ""
+msgstr "ሙሉ ስፋት የ አረብኛ አሀዝ"
#: 05020301.xhp
msgctxt ""
@@ -17972,7 +17977,7 @@ msgctxt ""
"par_id130820161753327940\n"
"help.text"
msgid "Japanese"
-msgstr ""
+msgstr "ጃፓንኛ"
#: 05020301.xhp
msgctxt ""
@@ -17980,7 +17985,7 @@ msgctxt ""
"par_id130820161753326195\n"
"help.text"
msgid "fullwidth Arabic digits"
-msgstr ""
+msgstr "ሙሉ ስፋት የ አረብኛ አሀዝ"
#: 05020301.xhp
msgctxt ""
@@ -17988,7 +17993,7 @@ msgctxt ""
"par_id130820161753321617\n"
"help.text"
msgid "Korean"
-msgstr ""
+msgstr "ኮሪያንኛ"
#: 05020301.xhp
msgctxt ""
@@ -17996,7 +18001,7 @@ msgctxt ""
"par_id130820161753332046\n"
"help.text"
msgid "fullwidth Arabic digits"
-msgstr ""
+msgstr "ሙሉ ስፋት የ አረብኛ አሀዝ"
#: 05020301.xhp
msgctxt ""
@@ -18004,7 +18009,7 @@ msgctxt ""
"par_id130820162101143647\n"
"help.text"
msgid "Transliterations"
-msgstr ""
+msgstr "ጽሁፍ ወደ ሌላ ቋንቋ መቀየሪያ"
#: 05020301.xhp
msgctxt ""
@@ -18012,7 +18017,7 @@ msgctxt ""
"par_id130820162101148502\n"
"help.text"
msgid "Native Number Characters"
-msgstr ""
+msgstr "ዋናው የ ቁጥር ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -18020,7 +18025,7 @@ msgctxt ""
"par_id130820162101143643\n"
"help.text"
msgid "Date Format"
-msgstr ""
+msgstr "የ ቀን አቀራረብ"
#: 05020301.xhp
msgctxt ""
@@ -18028,7 +18033,7 @@ msgctxt ""
"par_id130820161753333488\n"
"help.text"
msgid "Chinese"
-msgstr ""
+msgstr "ቻይንኛ"
#: 05020301.xhp
msgctxt ""
@@ -18036,7 +18041,7 @@ msgctxt ""
"par_id130820161753332509\n"
"help.text"
msgid "lower case text"
-msgstr ""
+msgstr "ዝቅተኛ ጉዳይ ጽሁፍ"
#: 05020301.xhp
msgctxt ""
@@ -18044,7 +18049,7 @@ msgctxt ""
"par_id130820161753338548\n"
"help.text"
msgid "Japanese"
-msgstr ""
+msgstr "ጃፓንኛ"
#: 05020301.xhp
msgctxt ""
@@ -18052,7 +18057,7 @@ msgctxt ""
"par_id130820161753332235\n"
"help.text"
msgid "modern long Kanji text"
-msgstr ""
+msgstr "ዘመናዊ ረጅም የ ካንጂ ጽሁፍ"
#: 05020301.xhp
msgctxt ""
@@ -18060,7 +18065,7 @@ msgctxt ""
"par_id130820161753349172\n"
"help.text"
msgid "Korean"
-msgstr ""
+msgstr "ኮሪያንኛ"
#: 05020301.xhp
msgctxt ""
@@ -18068,7 +18073,7 @@ msgctxt ""
"par_id130820161753349817\n"
"help.text"
msgid "formal lower case text"
-msgstr ""
+msgstr "መደበኛ ዝቅተኛ ጉዳይ ጽሁፍ"
#: 05020301.xhp
msgctxt ""
@@ -18076,7 +18081,7 @@ msgctxt ""
"par_id130820161753343499\n"
"help.text"
msgid "[NatNum5]"
-msgstr ""
+msgstr "[የ ተፈጥሮ ቁጥር5]"
#: 05020301.xhp
msgctxt ""
@@ -18084,7 +18089,7 @@ msgctxt ""
"par_id13082016210114571\n"
"help.text"
msgid "Transliterations"
-msgstr ""
+msgstr "ጽሁፍ ወደ ሌላ ቋንቋ መቀየሪያ"
#: 05020301.xhp
msgctxt ""
@@ -18092,7 +18097,7 @@ msgctxt ""
"par_id130820162101141303\n"
"help.text"
msgid "Native Number Characters"
-msgstr ""
+msgstr "ዋናው የ ቁጥር ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -18100,7 +18105,7 @@ msgctxt ""
"par_id13082016210114350\n"
"help.text"
msgid "Date Format"
-msgstr ""
+msgstr "የ ቀን አቀራረብ"
#: 05020301.xhp
msgctxt ""
@@ -18108,7 +18113,7 @@ msgctxt ""
"par_id130820161753349058\n"
"help.text"
msgid "Chinese"
-msgstr ""
+msgstr "ቻይንኛ"
#: 05020301.xhp
msgctxt ""
@@ -18116,7 +18121,7 @@ msgctxt ""
"par_id130820161753342623\n"
"help.text"
msgid "Chinese upper case text"
-msgstr ""
+msgstr "የ ቻይንኛ የ ላይኛው ጉዳይ ጽሁፍ"
#: 05020301.xhp
msgctxt ""
@@ -18124,7 +18129,7 @@ msgctxt ""
"par_id130820161753347330\n"
"help.text"
msgid "Japanese"
-msgstr ""
+msgstr "ጃፓንኛ"
#: 05020301.xhp
msgctxt ""
@@ -18132,7 +18137,7 @@ msgctxt ""
"par_id130820161753349141\n"
"help.text"
msgid "traditional long Kanji text"
-msgstr ""
+msgstr "ባህላዊ ረጅም ካንጂ ጽሁፍ"
#: 05020301.xhp
msgctxt ""
@@ -18140,7 +18145,7 @@ msgctxt ""
"par_id130820161753358520\n"
"help.text"
msgid "Korean"
-msgstr ""
+msgstr "ኮሪያንኛ"
#: 05020301.xhp
msgctxt ""
@@ -18148,7 +18153,7 @@ msgctxt ""
"par_id130820161753353109\n"
"help.text"
msgid "formal upper case text"
-msgstr ""
+msgstr "መደበኛ የላይኛው ጉዳይ ጽሁፍ"
#: 05020301.xhp
msgctxt ""
@@ -18156,7 +18161,7 @@ msgctxt ""
"par_id13082016210115753\n"
"help.text"
msgid "Transliterations"
-msgstr ""
+msgstr "ጽሁፍ ወደ ሌላ ቋንቋ መቀየሪያ"
#: 05020301.xhp
msgctxt ""
@@ -18164,7 +18169,7 @@ msgctxt ""
"par_id13082016210115453\n"
"help.text"
msgid "Native Number Characters"
-msgstr ""
+msgstr "ዋናው የ ቁጥር ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -18172,7 +18177,7 @@ msgctxt ""
"par_id130820162101159516\n"
"help.text"
msgid "Date Format"
-msgstr ""
+msgstr "የ ቀን አቀራረብ"
#: 05020301.xhp
msgctxt ""
@@ -18180,7 +18185,7 @@ msgctxt ""
"par_id130820161753355388\n"
"help.text"
msgid "Chinese"
-msgstr ""
+msgstr "ቻይንኛ"
#: 05020301.xhp
msgctxt ""
@@ -18188,7 +18193,7 @@ msgctxt ""
"par_id130820161753359335\n"
"help.text"
msgid "fullwidth text"
-msgstr ""
+msgstr "ሙሉ ስፋት ጽሁፍ"
#: 05020301.xhp
msgctxt ""
@@ -18196,7 +18201,7 @@ msgctxt ""
"par_id130820161753356656\n"
"help.text"
msgid "Japanese"
-msgstr ""
+msgstr "ጃፓንኛ"
#: 05020301.xhp
msgctxt ""
@@ -18204,7 +18209,7 @@ msgctxt ""
"par_id130820161753358398\n"
"help.text"
msgid "fullwidth text"
-msgstr ""
+msgstr "ሙሉ ስፋት ጽሁፍ"
#: 05020301.xhp
msgctxt ""
@@ -18212,7 +18217,7 @@ msgctxt ""
"par_id130820161753353657\n"
"help.text"
msgid "Korean"
-msgstr ""
+msgstr "ኮሪያኛ"
#: 05020301.xhp
msgctxt ""
@@ -18220,7 +18225,7 @@ msgctxt ""
"par_id130820161753365665\n"
"help.text"
msgid "fullwidth text"
-msgstr ""
+msgstr "ሙሉ ስፋት የ ጽሁፍ"
#: 05020301.xhp
msgctxt ""
@@ -18228,7 +18233,7 @@ msgctxt ""
"par_id130820162101152108\n"
"help.text"
msgid "Transliterations"
-msgstr ""
+msgstr "ጽሁፍ ወደ ሌላ ቋንቋ መቀየሪያ"
#: 05020301.xhp
msgctxt ""
@@ -18236,7 +18241,7 @@ msgctxt ""
"par_id130820162101154544\n"
"help.text"
msgid "Native Number Characters"
-msgstr ""
+msgstr "ዋናው የ ቁጥር ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -18244,7 +18249,7 @@ msgctxt ""
"par_id130820162101159955\n"
"help.text"
msgid "Date Format"
-msgstr ""
+msgstr "የ ቀን አቀራረብ"
#: 05020301.xhp
msgctxt ""
@@ -18252,7 +18257,7 @@ msgctxt ""
"par_id150820161449152401\n"
"help.text"
msgid "Chinese"
-msgstr ""
+msgstr "ቻይንኛ"
#: 05020301.xhp
msgctxt ""
@@ -18260,7 +18265,7 @@ msgctxt ""
"par_id150820161449154907\n"
"help.text"
msgid "short lower case text"
-msgstr ""
+msgstr "አጭር ዝቅተኛ ጉዳይ ጽሁፍ"
#: 05020301.xhp
msgctxt ""
@@ -18268,7 +18273,7 @@ msgctxt ""
"par_id130820161753365289\n"
"help.text"
msgid "Japanese"
-msgstr ""
+msgstr "ጃፓንኛ"
#: 05020301.xhp
msgctxt ""
@@ -18276,7 +18281,7 @@ msgctxt ""
"par_id130820161753368507\n"
"help.text"
msgid "modern short Kanji text"
-msgstr ""
+msgstr "ዘመናዊ አጭር የ ካንጂ ጽሁፍ"
#: 05020301.xhp
msgctxt ""
@@ -18284,7 +18289,7 @@ msgctxt ""
"par_id13082016175336526\n"
"help.text"
msgid "Korean"
-msgstr ""
+msgstr "ኮሪያኛ"
#: 05020301.xhp
msgctxt ""
@@ -18292,7 +18297,7 @@ msgctxt ""
"par_id13082016175336224\n"
"help.text"
msgid "informal lower case text"
-msgstr ""
+msgstr "ያልተዛመደ የ ዝቅተኛ ጉዳይ ጽሁፍ"
#: 05020301.xhp
msgctxt ""
@@ -18300,7 +18305,7 @@ msgctxt ""
"par_id130820162101157872\n"
"help.text"
msgid "Transliterations"
-msgstr ""
+msgstr "ጽሁፍ ወደ ሌላ ቋንቋ መቀየሪያ"
#: 05020301.xhp
msgctxt ""
@@ -18308,7 +18313,7 @@ msgctxt ""
"par_id130820162101157247\n"
"help.text"
msgid "Native Number Characters"
-msgstr ""
+msgstr "ዋናው የ ቁጥር ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -18316,7 +18321,7 @@ msgctxt ""
"par_id130820162101163573\n"
"help.text"
msgid "Date Format"
-msgstr ""
+msgstr "የ ቀን አቀራረብ"
#: 05020301.xhp
msgctxt ""
@@ -18324,7 +18329,7 @@ msgctxt ""
"par_id150820161449158539\n"
"help.text"
msgid "Chinese"
-msgstr ""
+msgstr "ቻይንኛ"
#: 05020301.xhp
msgctxt ""
@@ -18332,7 +18337,7 @@ msgctxt ""
"par_id150820161449151367\n"
"help.text"
msgid "short upper case text"
-msgstr ""
+msgstr "አጭር የላይኛው ጉዳይ ጽሁፍ"
#: 05020301.xhp
msgctxt ""
@@ -18340,7 +18345,7 @@ msgctxt ""
"par_id130820161753363281\n"
"help.text"
msgid "Japanese"
-msgstr ""
+msgstr "ጃፓንኛ"
#: 05020301.xhp
msgctxt ""
@@ -18348,7 +18353,7 @@ msgctxt ""
"par_id130820161753366963\n"
"help.text"
msgid "traditional short Kanji text"
-msgstr ""
+msgstr "ባህላዊ አጭር የ ካንጂ ጽሁፍ"
#: 05020301.xhp
msgctxt ""
@@ -18356,7 +18361,7 @@ msgctxt ""
"par_id130820161753376004\n"
"help.text"
msgid "Korean"
-msgstr ""
+msgstr "ኮሪያኛ"
#: 05020301.xhp
msgctxt ""
@@ -18364,7 +18369,7 @@ msgctxt ""
"par_id130820161753375830\n"
"help.text"
msgid "informal upper case text"
-msgstr ""
+msgstr "ያልተዛመደ የ ላይኛው ጉዳይ ጽሁፍ"
#: 05020301.xhp
msgctxt ""
@@ -18372,7 +18377,7 @@ msgctxt ""
"par_id130820162101165923\n"
"help.text"
msgid "Transliterations"
-msgstr ""
+msgstr "ጽሁፍ ወደ ሌላ ቋንቋ መቀየሪያ"
#: 05020301.xhp
msgctxt ""
@@ -18380,7 +18385,7 @@ msgctxt ""
"par_id130820162101164979\n"
"help.text"
msgid "Native Number Characters"
-msgstr ""
+msgstr "ዋናው የ ቁጥር ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -18388,7 +18393,7 @@ msgctxt ""
"par_id130820162101167850\n"
"help.text"
msgid "Date Format"
-msgstr ""
+msgstr "የ ቀን አቀራረብ"
#: 05020301.xhp
msgctxt ""
@@ -18396,7 +18401,7 @@ msgctxt ""
"par_id130820161753378980\n"
"help.text"
msgid "Korean"
-msgstr ""
+msgstr "ኮሪያንኛ"
#: 05020301.xhp
msgctxt ""
@@ -18404,7 +18409,7 @@ msgctxt ""
"par_id130820161753375541\n"
"help.text"
msgid "Hangul characters"
-msgstr ""
+msgstr "የ ሀንጉል ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -18412,7 +18417,7 @@ msgctxt ""
"par_id130820162101167963\n"
"help.text"
msgid "Transliterations"
-msgstr ""
+msgstr "ጽሁፍ ወደ ሌላ ቋንቋ መቀየሪያ"
#: 05020301.xhp
msgctxt ""
@@ -18420,7 +18425,7 @@ msgctxt ""
"par_id130820162101164045\n"
"help.text"
msgid "Native Number Characters"
-msgstr ""
+msgstr "ዋናው የ ቁጥር ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -18428,7 +18433,7 @@ msgctxt ""
"par_id130820162101167921\n"
"help.text"
msgid "Date Format"
-msgstr ""
+msgstr "የ ቀን አቀራረብ"
#: 05020301.xhp
msgctxt ""
@@ -18436,7 +18441,7 @@ msgctxt ""
"par_id130820161753374087\n"
"help.text"
msgid "Korean"
-msgstr ""
+msgstr "ኮሪያኛ"
#: 05020301.xhp
msgctxt ""
@@ -18444,7 +18449,7 @@ msgctxt ""
"par_id130820161753375766\n"
"help.text"
msgid "formal Hangul text"
-msgstr ""
+msgstr "የ ተዛመደ የ ሀንጉል ጽሁፍ"
#: 05020301.xhp
msgctxt ""
@@ -18452,7 +18457,7 @@ msgctxt ""
"par_id130820162101165905\n"
"help.text"
msgid "Transliterations"
-msgstr ""
+msgstr "ጽሁፍ ወደ ሌላ ቋንቋ መቀየሪያ"
#: 05020301.xhp
msgctxt ""
@@ -18460,7 +18465,7 @@ msgctxt ""
"par_id130820162101173564\n"
"help.text"
msgid "Native Number Characters"
-msgstr ""
+msgstr "ዋናው የ ቁጥር ባህሪዎች"
#: 05020301.xhp
msgctxt ""
@@ -18468,7 +18473,7 @@ msgctxt ""
"par_id130820162101172644\n"
"help.text"
msgid "Date Format"
-msgstr ""
+msgstr "የ ቀን አቀራረብ"
#: 05020301.xhp
msgctxt ""
@@ -18476,7 +18481,7 @@ msgctxt ""
"par_id13082016175338577\n"
"help.text"
msgid "Korean"
-msgstr ""
+msgstr "ኮሪያኛ"
#: 05020301.xhp
msgctxt ""
@@ -18484,7 +18489,7 @@ msgctxt ""
"par_id13082016175338684\n"
"help.text"
msgid "informal Hangul text"
-msgstr ""
+msgstr "ያልተዛመደ የ ሀንጉል ጽሁፍ"
#: 05020400.xhp
msgctxt ""
@@ -19334,7 +19339,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<ahelp hid=\".\">Set the typographic options for cells or paragraphs in Asian language files. To enable Asian language support, choose <emph>Language Settings - Languages</emph> in the Options dialog box, and then select the <emph>Enabled</emph> box in the <emph>Asian language support</emph> area.</ahelp> The Asian typography options are ignored in HTML documents."
-msgstr "<ahelp hid=\".\">የ አጻጻፍ ምርጫ ማሰናጃ ለ ክፍሎች ወይንም አንቀጾች በ እስያ ቋንቋ ፋይሎች ውስጥ: የ እስያ ቋንቋ ድጋፍ ለማስቻል: ይምረጡ <emph>ቋንቋ ማሰናጃ - ቋንቋዎች</emph> በ ምርጫ ንግግር ሳጥን ውስጥ: እና ከዛ ይምረጡ የ <emph>ተችሏል</emph> ሳጥን ውስጥ በ <emph> የ እስያ ቋንቋ ድጋፍ </emph> ቦታ ውስጥ </ahelp> የ እስያ ቋንቋ አጻጻፍ ምርጫ ይተዋል በ HTML ሰነዶች ውስጥ"
+msgstr "<ahelp hid=\".\">የ አጻጻፍ ምርጫ ማሰናጃ ለ ክፍሎች ወይንም አንቀጾች በ እስያ ቋንቋ ፋይሎች ውስጥ: የ እስያ ቋንቋ ድጋፍ ለማስቻል: ይምረጡ <emph>ቋንቋ ማሰናጃ - ቋንቋዎች</emph> በ ምርጫ ንግግር ሳጥን ውስጥ: እና ከዛ ይምረጡ የ <emph>ተችሏል</emph> ሳጥን ውስጥ በ <emph> የ እስያ ቋንቋ ድጋፍ </emph> ቦታ ውስጥ </ahelp> የ እስያ ቋንቋ አጻጻፍ ምርጫ ይተዋል በ HTML ሰነዶች ውስጥ"
#: 05020700.xhp
msgctxt ""
@@ -21589,7 +21594,7 @@ msgctxt ""
"par_id090120160133439102\n"
"help.text"
msgid "<image id=\"img_id090120160131201466\" src=\"media/screenshots/cui/ui/pageformatpage/PageFormatPage.png\" width=\"8.6457in\" height=\"5.9063in\"><alt id=\"alt_id090120160131201466\">Page format tab page</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id090120160131201466\" src=\"media/screenshots/cui/ui/pageformatpage/PageFormatPage.png\" width=\"8.6457in\" height=\"5.9063in\"><alt id=\"alt_id090120160131201466\">የ ገጽ አቀራረብ tab ገጽ </alt></image>"
#: 05040200.xhp
msgctxt ""
@@ -23113,7 +23118,7 @@ msgctxt ""
"11\n"
"help.text"
msgid "Styles"
-msgstr ""
+msgstr "ዘዴዎች"
#: 05060000.xhp
msgctxt ""
@@ -23121,7 +23126,7 @@ msgctxt ""
"par_id3149202\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/asianphoneticguidedialog/styles\">Opens the <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">Styles and Formatting deck of the Sidebar</link></caseinline><defaultinline>Styles and Formatting deck of the Sidebar</defaultinline></switchinline> where you can select a character style for the ruby text.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"svx/ui/asianphoneticguidedialog/styles\">መክፈቻ የ <switchinline select=\"appl\"><caseinline select=\"WRITER\"><link href=\"text/swriter/01/05140000.xhp\" name=\"Styles\">ዘዴዎች እና አቀራረብ ማሳረፊያ በ ጎን መደርደሪያ ላይ</link></caseinline><defaultinline>ዘዴዎች እና አቀራረብ ማሳረፊያ በ ጎን መደርደሪያ ላይ</defaultinline></switchinline> እርስዎ የሚመርጡበት የ ባህሪዎች ዘዴ ለ ruby ጽሁፍ </ahelp>"
#: 05070000.xhp
msgctxt ""
@@ -25620,32 +25625,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/areatabpage/LB_BITMAP\">Click the fill that you want to apply to the selected object.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/areatabpage/LB_BITMAP\">የ ተመረጠውን እቃ መሙያ እርስዎ በሚጫኑት መፈጸሚያ </ahelp>"
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Colors"
-msgstr "ቀለሞች"
-
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"hd_id3152895\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210200.xhp\" name=\"Colors\">Colors</link>"
-msgstr "<link href=\"text/shared/01/05210200.xhp\" name=\"Colors\">ቀለሞች</link>"
-
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"par_id3149119\n"
-"2\n"
-"help.text"
-msgid "Select a color to apply, save the current color list, or load a different color list."
-msgstr "ይምረጡ ቀለም ለ መፈጸም: የ አሁኑን ቀለም ዝርዝር ማስቀመጫ: ወይንም የ ተለየ የ ቀልም ዝርዝር መጫኛ"
-
#: 05210300.xhp
msgctxt ""
"05210300.xhp\n"
@@ -25992,7 +25971,7 @@ msgctxt ""
"12\n"
"help.text"
msgid "Lists the available hatching patterns. You can also modify or create your own hatching pattern."
-msgstr ""
+msgstr "ዝግጁ የ hatching ንድፎች: እርስዎ ማሻሻል ወይንም መፍጠር ይችላሉ የ ራስዎትን hatching ንድፎች"
#: 05210400.xhp
msgctxt ""
@@ -26887,7 +26866,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<variable id=\"groessetext\"><ahelp hid=\".uno:TransformDialog\">Resizes, moves, rotates, or slants the selected object.</ahelp></variable>"
-msgstr "<variable id=\"groessetext\"><ahelp hid=\".uno:TransformDialog\">የ ተመረጠውን እቃ እንደገና መመጠኛ፡ ማንቀሳቀሻ፡ ማዞሪያ ወይንም ማንጋደጃ</ahelp></variable>"
+msgstr "<variable id=\"groessetext\"><ahelp hid=\".uno:TransformDialog\">የ ተመረጠውን እቃ እንደገና መመጠኛ: ማንቀሳቀሻ: ማዞሪያ ወይንም ማንጋደጃ</ahelp></variable>"
#: 05230100.xhp
msgctxt ""
@@ -28398,7 +28377,7 @@ msgctxt ""
"68\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/dockingfontwork/hori\">Horizontally slants the characters in the text object.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"svx/ui/dockingfontwork/hori\">በ አግድም ማዝመሚያ የ ጽሁፍ እቃ ባህሪዎች </ahelp>"
#: 05280000.xhp
msgctxt ""
@@ -28424,7 +28403,7 @@ msgctxt ""
"70\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/dockingfontwork/vert\">Vertically slants the characters in the text object.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"svx/ui/dockingfontwork/vert\">በ ቁመት ማዝመሚያ የ ጽሁፍ እቃ ባህሪዎች </ahelp>"
#: 05280000.xhp
msgctxt ""
@@ -31168,7 +31147,7 @@ msgctxt ""
"32\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/docking3deffects/invertnormals\">Inverts the light source.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"svx/ui/docking3deffects/invertnormals\">የ ብርሀን ምንጭ መቀየሪያ </ahelp>"
#: 05350200.xhp
msgctxt ""
@@ -31361,7 +31340,7 @@ msgctxt ""
"11\n"
"help.text"
msgid "Surface angle"
-msgstr ""
+msgstr "ሰርፌ አንግል"
#: 05350300.xhp
msgctxt ""
@@ -31415,7 +31394,7 @@ msgctxt ""
"17\n"
"help.text"
msgid "Focal length"
-msgstr ""
+msgstr "የ ፎካል እርዝመት"
#: 05350300.xhp
msgctxt ""
@@ -33050,7 +33029,7 @@ msgctxt ""
"bm_id49745\n"
"help.text"
msgid "<bookmark_value>Chinese writing systems</bookmark_value><bookmark_value>simplified Chinese;conversion to traditional Chinese</bookmark_value><bookmark_value>traditional Chinese;conversion to simplified Chinese</bookmark_value>"
-msgstr "<bookmark_value>Chinese writing systems</bookmark_value><bookmark_value>simplified Chinese;conversion to traditional Chinese</bookmark_value><bookmark_value>traditional Chinese;conversion to simplified Chinese</bookmark_value>"
+msgstr "<bookmark_value>የ ቻይንኛ መጻፊያ ስርአት</bookmark_value><bookmark_value>ቀላል ቻይንኛ: መቀየሪያ ወደ ባህላዊ ቻይንኛ</bookmark_value><bookmark_value>ባህላዊ ቻይንኛ: መቀየሪያ ወደ ቀላል ቻይንኛ</bookmark_value>"
#: 06010600.xhp
msgctxt ""
@@ -33066,7 +33045,7 @@ msgctxt ""
"par_idN10557\n"
"help.text"
msgid "<ahelp hid=\".\">Converts the selected Chinese text from one Chinese writing system to the other. If no text is selected, the entire document is converted.</ahelp> You can only use this command if you enable Asian language support in <emph>Tools - Options - Language Settings - Languages</emph>."
-msgstr "<ahelp hid=\".\">Converts the selected Chinese text from one Chinese writing system to the other. If no text is selected, the entire document is converted.</ahelp> You can only use this command if you enable Asian language support in <emph>Tools - Options - Language Settings - Languages</emph>."
+msgstr "<ahelp hid=\".\">የ ተመረጠውን የ ቻይኛኛ ጽሁፍ ከ አንዱ ወደ ሌላው መጻፊያ ስርአት ይቀይራል: ምንም ጽሁፍ ካልተመረጠ: ጠቅላላ ሰነዱ ይቀየራል: </ahelp> እርስዎ ይህን ትእዛዝ ብቻ መጠቀም ይችላሉ እርስዎ ካስቻሉ የ እስያ ቋንቋ ድጋፍ በ <emph>መሳሪያዎች - ምርጫዎች - ቋንቋዎች ማሰናጃ - ቋንቋዎች</emph>."
#: 06010600.xhp
msgctxt ""
@@ -33408,7 +33387,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "Arrow left"
-msgstr "ቀስት በግራ"
+msgstr "ቀስት በ ግራ"
#: 06020000.xhp
msgctxt ""
@@ -35297,7 +35276,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Smart Tags"
-msgstr ""
+msgstr "Smart Tags"
#: 06040700.xhp
msgctxt ""
@@ -35305,7 +35284,7 @@ msgctxt ""
"bm_id9057588\n"
"help.text"
msgid "<bookmark_value>smart tag configuration</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>smart tag ማሰናጃ</bookmark_value>"
#: 06040700.xhp
msgctxt ""
@@ -35313,7 +35292,7 @@ msgctxt ""
"hd_id3563951\n"
"help.text"
msgid "Smart Tags"
-msgstr ""
+msgstr "Smart Tags"
#: 06040700.xhp
msgctxt ""
@@ -38021,7 +38000,7 @@ msgctxt ""
"par_idN10918\n"
"help.text"
msgid "Save In"
-msgstr "ውስጥ ማስቀመጫ"
+msgstr "ማስቀመጫ በ"
#: 06140100.xhp
msgctxt ""
@@ -38768,7 +38747,7 @@ msgctxt ""
"par_idN106BB\n"
"help.text"
msgid "Save In"
-msgstr "ውስጥ ማስቀመጫ"
+msgstr "ማስቀመጫ በ"
#: 06140400.xhp
msgctxt ""
@@ -38906,7 +38885,7 @@ msgctxt ""
"par_idN1060A\n"
"help.text"
msgid "Save In"
-msgstr "ውስጥ ማስቀመጫ"
+msgstr "ማስቀመጫ በ"
#: 06140500.xhp
msgctxt ""
@@ -40133,7 +40112,7 @@ msgctxt ""
"28\n"
"help.text"
msgid "Normally in a mixed text selection made of Hangul and Hanja characters, all Hangul characters will be converted to Hanja and all Hanja characters will be converted to Hangul. If you want to convert a mixed text selection only in one direction, use the following conversion options."
-msgstr ""
+msgstr "በ መደበኛ የ ተቀላቀለ ጽሁፍ ምርጫ በ Hangul እና Hanja ባህሪዎች ውስጥ: ሁሉም የ Hangul ባህሪዎች ይቀየራሉ ወደ Hanja እና ሁሉም የ Hanja ባህሪዎች ይቀየራሉ ወደ Hangul. እርስዎ መቀየር ከ ፈለጉ የ ተቀላቀለ ጽሁፍ ምርጫ ብቻ በ አንድ አቅጣጫ: የሚቀጥለውን መቀየሪያ ምርጫ ይጠቀሙ"
#: 06200000.xhp
msgctxt ""
@@ -41177,7 +41156,7 @@ msgctxt ""
"bm_id9930722\n"
"help.text"
msgid "<bookmark_value>CTL;(not) wrapping words</bookmark_value> <bookmark_value>words;wrapping in CTL</bookmark_value>"
-msgstr "<bookmark_value>CTL:(አይደለም) ቃላት መጠቅለያ</bookmark_value> <bookmark_value>ቃላት: መጠቅለያ በ CTL</bookmark_value>"
+msgstr "<bookmark_value>CTL: (አይደለም) ቃላት መጠቅለያ</bookmark_value> <bookmark_value>ቃላት: መጠቅለያ በ CTL</bookmark_value>"
#: formatting_mark.xhp
msgctxt ""
@@ -42186,7 +42165,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Using the notebook bar"
-msgstr ""
+msgstr "የ ማስታወሻ ደብተር መደርደሪያ መጠቀሚያ"
#: notebook_bar.xhp
msgctxt ""
@@ -42194,7 +42173,7 @@ msgctxt ""
"bm_id190920161758487840\n"
"help.text"
msgid "<bookmark_value>notebook bar;contextual single toolbar</bookmark_value> <bookmark_value>notebook bar;contextual groups</bookmark_value> <bookmark_value>notebook bar;tabbed mode</bookmark_value> <bookmark_value>notebook bar;single toolbar</bookmark_value> <bookmark_value>notebook bar;default layout</bookmark_value> <bookmark_value>notebook bar;layouts</bookmark_value> <bookmark_value>notebook bar;toolbar</bookmark_value> <bookmark_value>notebook bar;sidebar</bookmark_value> <bookmark_value>sidebar;notebook bar</bookmark_value> <bookmark_value>toolbar;notebook bar</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>ማስታወሻ ደብተር መደርደሪያ: አገባብ ነጠላ እቃ መደርደሪያ</bookmark_value> <bookmark_value>ማስታወሻ ደብተር መደርደሪያ: በ ቡድን አገባብ</bookmark_value> <bookmark_value>ማስታወሻ ደብተር መደርደሪያ: የ ምልክት ዘዴ</bookmark_value> <bookmark_value>ማስታወሻ ደብተር መደርደሪያ: ነጠላ እቃ መደርደሪያ</bookmark_value> <bookmark_value>ማስታወሻ ደብተር መደርደሪያ: ነባር እቅድ</bookmark_value> <bookmark_value>ማስታወሻ ደብተር መደርደሪያ: እቅድ</bookmark_value> <bookmark_value>ማስታወሻ ደብተር መደርደሪያ: እቃ መደርደሪያ</bookmark_value> <bookmark_value>ማስታወሻ ደብተር መደርደሪያ: የ ጎን መደርደሪያ</bookmark_value> <bookmark_value>የ ጎን መደርደሪያ: ማስታወሻ ደብተር መደርደሪያ</bookmark_value> <bookmark_value>እቃ መደርደሪያ: ማስታወሻ ደብተር መደርደሪያ</bookmark_value>"
#: notebook_bar.xhp
msgctxt ""
@@ -42202,7 +42181,7 @@ msgctxt ""
"hd_id190920161731349683\n"
"help.text"
msgid "<link href=\"text/shared/01/notebook_bar.xhp\">Using the notebook bar</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/notebook_bar.xhp\">የ ማስታወሻ ደብተር መደርደሪያ መጠቀሚያ</link>"
#: notebook_bar.xhp
msgctxt ""
@@ -42210,7 +42189,7 @@ msgctxt ""
"par_id190920161732262244\n"
"help.text"
msgid "<ahelp hid=\".\">The notebook bar is a new form of displaying commands icons for a quicker usage</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">የ ማስታወሻ ደብተር መደርደሪያ አዲስ ማሳያ ዘዴ ነው ለ ትእዛዝ ምልክቶች በፍጥነት ለ መጠቀም </ahelp>"
#: notebook_bar.xhp
msgctxt ""
@@ -42218,7 +42197,7 @@ msgctxt ""
"par_id190920161744065146\n"
"help.text"
msgid "By default, %PRODUCTNAME commands are grouped in cascading menus and in toolbars filled with icons."
-msgstr ""
+msgstr "በ ነባር: %PRODUCTNAME ትእዛዞች በ ቡድን ይሆናሉ በ ዝርዝር ውስጥ እና የ እቃ መደርደሪያ በ ምልክቶች ይሞላል"
#: notebook_bar.xhp
msgctxt ""
@@ -42226,7 +42205,7 @@ msgctxt ""
"par_id190920161744061691\n"
"help.text"
msgid "The notebook bar shows a different way to organize controls and icons than a collection of straight rows of icons, displaying contextual groups of commands and contents."
-msgstr ""
+msgstr "የ ማስታወሻ ደብተር መደርደሪያ የሚያሳየው የ ተለየ መንገድ ነው ለማደራጀት መቆጣጠሪያዎችን እና ምልክቶችን ከ ቀጥታ ረድፎች እና ምልክቶች ስብስብ: የሚያሳየው የ ቡድኖች ስብስብ ለ ትእዛዝ ይዞታዎች ነው"
#: notebook_bar.xhp
msgctxt ""
@@ -42234,7 +42213,7 @@ msgctxt ""
"par_id190920161744064258\n"
"help.text"
msgid "With the notebook bar, frequently used commands are grouped in an arrangement that will make it quicker to access, avoiding lengthy menu navigation and toolbars command icon lookup."
-msgstr ""
+msgstr "በ ማስታወሻ ደብተር መደርደሪያ ላይ: ብዝዙ ጊዜ የሚጠቀሙት ትእዛዞች በ ቡድን ውስጥ ተዘጋጅተዋል: በፍጥነት ለ መድረስ ያስችሎታል: ረጅም ዝርዝር ከ መቃኘት ይልቅ: እና የ እቃ መደርደሪያ ትእዛዝ ምልክቶች ከ መፈለግ ያድናል"
#: notebook_bar.xhp
msgctxt ""
@@ -42242,7 +42221,7 @@ msgctxt ""
"par_id190920161744067918\n"
"help.text"
msgid "The notebook bar is available in Writer, Calc and Impress. The user interface has now several available layouts. Two entries in the <item type=\"menuitem\">View</item> menu controls the notebook bar: <item type=\"menuitem\">Toolbar Layout</item> and <item type=\"menuitem\">Notebook bar</item>."
-msgstr ""
+msgstr "የ ማስታወሻ ደብተር መደርደሪያ ዝግጁ ነው ለ መጻፊያ: ሰንጠረዥ: እና ማስደነቂያ: የ ተጠቃሚ ገጽታ አሁን በርካታ ዝግጁ እቅዶች አሉት: ሁለት ማስገቢያዎች በ <item type=\"menuitem\">መመልከቻ</item> ዝርዝር መቆጣጠሪያ በ ማስታወሻ ደብተር መደርደሪያ ውስጥ: <item type=\"menuitem\">የ እቃ መደርደሪያ እቅድ</item> እና <item type=\"menuitem\">የ ማስታወሻ ደብተር መደርደሪያ</item>."
#: notebook_bar.xhp
msgctxt ""
@@ -42250,7 +42229,7 @@ msgctxt ""
"par_id190920161744066306\n"
"help.text"
msgid "Choose menu <item type=\"menuitem\">View - Toolbar layout - Notebook bar</item>"
-msgstr ""
+msgstr "ይምረጡ ዝርዝር <item type=\"menuitem\">መመልከቻ - እቃ መደርደሪያ እቅድ - የ ማስታወሻ ደብተር መደርደሪያ </item>"
#: notebook_bar.xhp
msgctxt ""
@@ -42258,7 +42237,7 @@ msgctxt ""
"hd_id190920161911374012\n"
"help.text"
msgid "User interface layouts"
-msgstr ""
+msgstr "የ ተጠቃሚ ገጽታ እቅዶች"
#: notebook_bar.xhp
msgctxt ""
@@ -42266,7 +42245,7 @@ msgctxt ""
"par_id190920161744068946\n"
"help.text"
msgid "The Toolbar Layout entry defines which user interface elements are visible. The available layouts are:"
-msgstr ""
+msgstr "የ እቃ መደርደሪያ እቅድ ማስገቢያ ይገልጻል የትኛው የ ተጠቃሚ ገጽታ አካላቶች እንደሚታዩ: ዝግጁ የሆኑት እቅዶች እነዚህ ናቸው:"
#: notebook_bar.xhp
msgctxt ""
@@ -42274,7 +42253,7 @@ msgctxt ""
"par_id190920161744068819\n"
"help.text"
msgid "<emph>Default</emph> – classic mode with two visible toolbars – standard and formatting. The sidebar is partially collapsed and shows only tabs."
-msgstr ""
+msgstr "<emph>ነባር</emph> – ዘመናዊ ዘዴ ከ ሁለት የሚታዩ እቃ መደርደሪያዎች ጋር – መደበኛ እና አቀራረብ: የ ጎን መደርደሪያ በ ከፊል ማጠፍ ይቻላል እና የሚታየው tabs ብቻ ነው"
#: notebook_bar.xhp
msgctxt ""
@@ -42282,7 +42261,7 @@ msgctxt ""
"par_id190920161744061192\n"
"help.text"
msgid "<emph>Single toolbar</emph> – one toolbar with all frequently used features. The sidebar is collapsed."
-msgstr ""
+msgstr "<emph>ነጠላ እቃ መደርደሪያ</emph> – አንድ እቃ መደርደሪያ ከ ሁሉም አዘውትረው ከሚጠቀሙት ገጽታዎች ጋር: የ ጎን መደርደሪያ ይታጠፋል"
#: notebook_bar.xhp
msgctxt ""
@@ -42290,7 +42269,7 @@ msgctxt ""
"par_id190920161744069136\n"
"help.text"
msgid "<emph>Sidebar</emph> – The sidebar is fully opened and only one toolbar is showed – formatting toolbar."
-msgstr ""
+msgstr "<emph>የ ጎን መደርደሪያ</emph> – የ ጎን መደርደሪያ የ ተከፈተ ነው እና አንድ እቃ መደርደሪያ ብቻ የሚታየው – የ እቃ መደርደሪያ አቀራረብ"
#: notebook_bar.xhp
msgctxt ""
@@ -42298,7 +42277,7 @@ msgctxt ""
"par_id190920161744063875\n"
"help.text"
msgid "<emph>Notebook bar</emph> – all toolbar and sidebar are hidden and the notebook bar is placed on the top. The menu entry: <item type=\"menuitem\">View </item><item type=\"menuitem\">-</item><item type=\"menuitem\"> Notebook bar</item> is active only in this mode and user can then choose the notebook bar layout."
-msgstr ""
+msgstr "<emph>ማስታወሻ ደብተር መደርደሪያ</emph> – ሁሉም እቃ መደርደሪያ እና የ ጎን መደርደሪያ ይደበቃል እና የ ማስታወሻ ደብተር መደርደሪያ ከ ላይ ይታያል: የ ዝርዝር ማስገቢያ: <item type=\"menuitem\">መመልከቻ </item><item type=\"menuitem\">-</item><item type=\"menuitem\"> ማስታወሻ ደብተር መደርደሪያ</item> ንቁ የሚሆነው በዚህ ዘዴ ብቻ ነው: እና ተጠቃሚው የ ማስታወሻ ደብተር መደርደሪያ እቅድ መምረጥ ይችላል"
#: notebook_bar.xhp
msgctxt ""
@@ -42306,7 +42285,7 @@ msgctxt ""
"par_id190920161744063797\n"
"help.text"
msgid "When user activates additional toolbars, they will be saved in the user profile. Therefore, on returning to the notebook bar mode, all toolbars set visible before will show again."
-msgstr ""
+msgstr "ተጠቃሚ በሚያስጀምር ጊዜ ተጨማር እቃ መደርደሪያዎች: በ ተጠቃሚው ገጽታ ውስጥ ይቀመጣሉ: ስለዚህ በሚመለሱ ጊዜ የ ማስታወሻ ደብተር መደርደሪያ ዘዴ: ሁሉንም የ ተሰናዱ የ በፊቱን እቃ መደርደሪያዎች ያሳያል"
#: notebook_bar.xhp
msgctxt ""
@@ -42314,7 +42293,7 @@ msgctxt ""
"hd_id190920161744069618\n"
"help.text"
msgid "Available Notebook bar modes"
-msgstr ""
+msgstr "ዝግጁ የ ማስታወሻ ደብተር እቃ መደርደሪያ ዘዴዎች"
#: notebook_bar.xhp
msgctxt ""
@@ -42322,7 +42301,7 @@ msgctxt ""
"par_id190920161744069064\n"
"help.text"
msgid "<emph>Tabbed</emph> – In this mode, the bar is divided into tabs, where each tab displays a set of icons grouped by context. The context can also change depending on the object selected in the document, for example a table or an image."
-msgstr ""
+msgstr "<emph>ምልክት የ ተደረገበት</emph> – በዚህ ዘዴ ውስጥ: መደርደሪያው ይከፋፈላል ወደ ምልክቶች: እያንዳንዱ ምልክት የ ምልክቶች ስብስብ በ ቡድን አገባብ ያሳያል: አገባቡን መቀየር ይቻላል እንደ ተመረጠው እቃ አይነት በ ሰነዱ ውስጥ: ለምሳሌ ሰንጠረዥ ወይንም ምልክት"
#: notebook_bar.xhp
msgctxt ""
@@ -42330,7 +42309,7 @@ msgctxt ""
"par_id190920161744064039\n"
"help.text"
msgid "In the tabbed mode the menu bar is hidden by default. To display the menu bar, select the %PRODUCTNAME icon on the top left position of the window and choose <item type=\"menuitem\">Menubar</item>."
-msgstr ""
+msgstr "በ ምልክት ዘዴ ውስጥ የ ዝርዝር ማሳያ ይደበቃል በ ነባር: ዝርዝር መደርደሪያውን ለማሳየት: ይምረጡ %PRODUCTNAME ምልክት ከ ላይ በ ግራ ቦታ በኩል በ መስኮት ውስጥ እና ይምረጡ <item type=\"menuitem\">ዝርዝር መደርደሪያ</item>."
#: notebook_bar.xhp
msgctxt ""
@@ -42338,7 +42317,7 @@ msgctxt ""
"par_id190920161744067802\n"
"help.text"
msgid "<emph>Contextual groups</emph> – The notebook bar is divided into 4 groups. The File, Clipboard and Format groups are fixed. The Insert group contents are replaced with commands that depends on the nature of the selected object in the document, as for a table, an image or an OLE object."
-msgstr ""
+msgstr "<emph>በ ቡድን አገባብ</emph> – የ ማስታወሻ ደብተር መደርደሪያ የ ተከፈለ ነው በ 4 ቡድኖች: ፋይል: ቁራጭ ሰሌዳ: እና አቀራረብ ቡድን ቋሚ ነው: የ ማስገቢያ ቡድን ይዞታዎች ይቀየራሉ በ ትእዛዝ እንደ ሁኔታው እንደ ተመረጠው እቃ በ ሰነዱ ውስጥ: ለ ሰንጠረዥ: በ ምስል ወይንም በ OLE እቃ"
#: notebook_bar.xhp
msgctxt ""
@@ -42346,7 +42325,7 @@ msgctxt ""
"par_id190920161744063712\n"
"help.text"
msgid "<emph>Contextual single toolbar</emph> – Displays a single centered toolbar with context dependent contents."
-msgstr ""
+msgstr "<emph>እንደ ነጠላ አገባብ እቃ መደርደሪያ</emph> – የሚያሳየው ነጠላ መሀከል የሆነ እቃ መደርደሪያ ከ አገባብ ነፃ የሆነ ይዞታዎች ነው"
#: notebook_bar.xhp
msgctxt ""
@@ -42354,7 +42333,7 @@ msgctxt ""
"par_id190920161744076273\n"
"help.text"
msgid "The notebook bar icon size is adjustable in <item type=\"menuitem\">Tools - Options - LibreOffice - View - Notebook bar </item>listbox."
-msgstr ""
+msgstr "የ ማስታወሻ ደብተር መደርደሪያ ምልክቶች ማስተካከል ይቻላል በ <item type=\"menuitem\">መሳሪያዎች - ምርጫዎች - LibreOffice - መመልከቻ - የ ማስታወሻ ደብተር መደርደሪያ </item>ዝርዝር ሳጥን ውስጥ"
#: notebook_bar.xhp
msgctxt ""
@@ -42362,7 +42341,7 @@ msgctxt ""
"par_id190920161744074862\n"
"help.text"
msgid "The notebook bar cannot be customized."
-msgstr ""
+msgstr "የ ማስታወሻ ደብተር መደርደሪያ ማስተካከል አይቻልም"
#: notebook_bar.xhp
msgctxt ""
@@ -42370,7 +42349,7 @@ msgctxt ""
"par_id190920161744078275\n"
"help.text"
msgid "The current implementation (%PRODUCTNAME %PRODUCTVERSION) of the notebook bar is common to Writer, Calc and Impress modules. A change in the notebook bar in one module will affect the notebook bar of the other modules."
-msgstr ""
+msgstr "የ አሁኑ መፈጸሚያ (%PRODUCTNAME %PRODUCTVERSION) የ ማስታወሻ ደብተር መደርደሪያ የ ተለመደ ነው ለ መጻፊያ: ሰንጠረዥ: እና ለ ማስደነቂያ ክፍሎች: ማንኛውም ለውጦች በ ማስታወሻ ደብተር መደርደሪያ ላይ የሚያደርጉት ተጽእኖ ይፈጥራል በሌሎች ክፍሎች ውስጥ"
#: notebook_bar.xhp
msgctxt ""
@@ -42378,7 +42357,7 @@ msgctxt ""
"par_id190920161744072842\n"
"help.text"
msgid "<link href=\"text/shared/guide/floating_toolbar.xhp\">Toolbars</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/guide/floating_toolbar.xhp\">የ እቃ መደርደሪያ </link>"
#: online_update.xhp
msgctxt ""
@@ -42882,7 +42861,7 @@ msgctxt ""
"par_id9581591\n"
"help.text"
msgid "<item type=\"literal\">unopkg add --shared path_filename.oxt</item>"
-msgstr ""
+msgstr "<item type=\"literal\">unopkg መጨመሪያ --ማካፈያ መንገድ_የ ፋይልስም.oxt</item>"
#: packagemanager.xhp
msgctxt ""
@@ -43243,6 +43222,214 @@ msgctxt ""
msgid "<ahelp hid=\"uui/ui/setmasterpassworddlg/password2\">Re-enter the master password.</ahelp>"
msgstr "<ahelp hid=\"uui/ui/setmasterpassworddlg/password2\">ዋናውን የ መግቢያ ቃል እንደ-ገና ያስገቡ</ahelp>"
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"tit\n"
+"help.text"
+msgid "Safe Mode"
+msgstr "አስተማማኝ ዘዴ"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"bm_id281120160951421436\n"
+"help.text"
+msgid "<bookmark_value>profile;safe mode</bookmark_value>"
+msgstr "<bookmark_value>ገጽታ: አስተማማኝ ዘዴ</bookmark_value>"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160939034500\n"
+"help.text"
+msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Safe Mode</link>"
+msgstr "<link href=\"text/shared/01/profile_safe_mode.xhp\">አስተማማኝ ዘዴ</link>"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160939285779\n"
+"help.text"
+msgid "<ahelp hid=\".\">Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh user profile and disables hardware acceleration. It helps to restore a non-working %PRODUCTNAME instance. </ahelp>"
+msgstr "<ahelp hid=\".\">በ ጥንቃቄ ዘዴ ዘዴ ነው በ %PRODUCTNAME ጊዚያዊ የሚጀምር በ አዲስ ተጠቃሚ ገጽታ እና ያሰናክላል ጠንካራ አካሎች ማፍጠኛ: እርስዎን ይረዳዎታል እንደ ነበር ለ መመለስ ምንም-የማይሰሩ %PRODUCTNAME ሁኔታዎችን </ahelp>"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163153357\n"
+"help.text"
+msgid "Choose <emph>Help - Restart in Safe Mode...</emph>"
+msgstr "ይምረጡ <emph>እርዳታ - በ አስተማማኝ ዘዴ እንደገና ማስጀመሪያ...</emph>"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163154362\n"
+"help.text"
+msgid "Start %PRODUCTNAME from command line with <emph>--safe-mode</emph> option"
+msgstr "መጀመሪያ %PRODUCTNAME ከ ትእዛዝ መስመር በ <emph>--አስተማማኝ-ዘዴ</emph> ምርጫ"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163154363\n"
+"help.text"
+msgid "Start %PRODUCTNAME from <emph>%PRODUCTNAME (Safe Mode)</emph> start menu entry (Windows only)"
+msgstr "መጀመሪያ %PRODUCTNAME በ <emph>%PRODUCTNAME (አስተማማኝ ዘዴ)</emph> መጀመሪያ ዝርዝር ማስገቢያ (መስኮቶች ብቻ)"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149549\n"
+"help.text"
+msgid "What can I do in safe mode?"
+msgstr "በ አስተማማኝ ዘዴ ምን ማድረግ እችላለሁ?"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160939281728\n"
+"help.text"
+msgid "Once in safe mode, you will be shown a dialog offering three user profile restoration options"
+msgstr "አንዴ በ ጥንቃቄ ዘዴ ውስጥ ከገቡ በኋላ ለ እርስዎ ይታይዎታል ንግግር ሶስት የ ተጠቃሚ ገጽታ ያቀርባል እንደ ነበር መመለሻ ምርጫዎች"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149551\n"
+"help.text"
+msgid "Continue in Safe Mode"
+msgstr "በ አስተማማኝ ዘዴ መቀጠያ"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944279896\n"
+"help.text"
+msgid "This option will let you work with %PRODUCTNAME as you are used to, but using a temporary user profile. It also means that all configuration changes made to the temporary user profile will be lost after restart."
+msgstr "ይህ ምርጫ እርስዎን መስራት ያስችሎታል በ %PRODUCTNAME እርስዎ እንደሚፈልጉት: ነገር ግን ጊዚያዊ የ ተጠቃሚ ገጽታ በ መጠቀም: ይህ ማለት ሁሉንም እርስዎ የ ቀየሩት ለውጦች በ ጊዚያዊ ተጠቃሚ ገጽታ ላይ አብሮ ይጠፋል እንደገና ሲያስጀምሩ"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149552\n"
+"help.text"
+msgid "Quit"
+msgstr "ማጥፊያ"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944279161\n"
+"help.text"
+msgid "Choosing <emph>Quit</emph> will just exit %PRODUCTNAME. Use this option if you got here by accident."
+msgstr "ይህን መምረጥ <emph>ማጥፊያ</emph> ይጠፋል %PRODUCTNAME. ይህን ምርጫ ይጠቀሙ እዚህ በ ስህተት ከ መጡ"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149543\n"
+"help.text"
+msgid "Apply Changes and Restart"
+msgstr "ለውጦቹን መፈጸሚያ እና እንደገና ማስጀመሪያ"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348926\n"
+"help.text"
+msgid "The dialog offers multiple changes to the user profile that can be made to help restoring %PRODUCTNAME to working state. They get more radical from top down so you should try them successively one after another. Choosing this option applies selected changes"
+msgstr "ይህ ንግግር የሚያቀርበው በርካታ ለውጦች ነው ለ ተጠቃሚ ገጽታ እርስዎን የሚረዳ እንደ ነበር ለ መመለስ %PRODUCTNAME ወደ የሚሰራበት ሁኔታ: ይህ ተጨማሪ መሰረታዊ ነው ከ ላይ እስከ ታች ስለዚህ እርስዎ ይሞክሩት: ይህን ምርጫ መምረጥ የ ተመረጠውን ለውጥ ይፈጽማል"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149545\n"
+"help.text"
+msgid "Restore from backup"
+msgstr "ከ ተተኪ እንደ ነበር መመለሻ"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348884\n"
+"help.text"
+msgid "%PRODUCTNAME keeps backups of previous configurations and activated extensions. Use this option to return to the previous state if your problems are likely to be caused by recent changes to configuration or extensions."
+msgstr "%PRODUCTNAME ቀደም ብለው ያዘጋጁትን ተተኪዎች ይጠብቃል እና ተጨማሪዎችን ያስጀምራል: ይህን ምርጫ ይጠቀሙ ቀደም ወዳለው ሁኔታ ለ መመለስ: የ እርስዎ ችግር ምናልባት የ ተፈጠረው በ ቅርብ በ ቀየሩት ማሰናጃዎች ወይንም ተጨማሪዎች ነው"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149546\n"
+"help.text"
+msgid "Configure"
+msgstr "ማሰናጃ"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949347119\n"
+"help.text"
+msgid "You can disable all extensions installed by the user. You can also disable hardware acceleration. Activate this option if you experience startup crashes or visual glitches, they are often related to hardware acceleration."
+msgstr "እርስዎ ማሰናከል ይችላሉ ሁሉንም ተጨማሪዎች በ ሌሎች ተጠቃሚዎች የ ተገጠሙ: እርስዎ እንዲሁም የ ጠንካራ አካሎችን ማፍጠኛ ማሰናከል ይችላሉ: ይህን ምርጫ ያስጀምሩ ችግር ከ ገጠምዎት በሚያስነሱ ጊዜ ግጭት የሚፈጠር ከሆነ: ወይንም የ መመልከቻ ግጭት: ብዙ ጊዜ ይህ የሚፈጠረው ጠንካራ አካሎች ማፍጠኛ ምክንያት ነው"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160944276682\n"
+"help.text"
+msgid "Uninstall extensions"
+msgstr "ተጨማሪዎች ማጥፊያ"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944275137\n"
+"help.text"
+msgid "Sometimes %PRODUCTNAME cannot be started due to extensions blocking or crashing. This option allows you to disable all extensions installed by the user as well as shared and bundled extensions. Uninstalling shared and bundled extensions should be used with caution. It will only work if you have the necessary system access rights."
+msgstr "አንዳንድ ጊዜ %PRODUCTNAME ማስጀመር አይቻልም በ ተጨማሪዎች መከልከል ወይንም በ መጋጨት የ ተነሳ: ይህ ምርጫ እርስዎን ማሰናከል ያስችሎታል ሁሉንም የ ተገጠሙ ተጨማሪዎች በ ተጠቃሚው እንዲሁም ጥቅል ተጨማሪዎችን: ማጥፋት የሚካፈሉትን እና ጥቅል ተጨማሪዎችን በ ጥንቃቄ መጠቀም አለብዎት: እነዚህ የሚሰሩት እርስው ለ ስርአቱ በቂ ፍቃድ ካለዎት ብቻ ነው:"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160944276687\n"
+"help.text"
+msgid "Reset to factory settings"
+msgstr "ወደ ፋብሪካው ማሰናጃ እንደ ነበር መመለሻ"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id28112016094427792\n"
+"help.text"
+msgid "If all else fails, you can reset your user profile to the factory default. The first option <emph>Reset settings and user customizations</emph> resets all configuration and UI changes, but keeps things like your personal dictionary, templates etc. The second option will reset your entire profile to the state when you first installed %PRODUCTNAME."
+msgstr "ሁሉም ሊሰራ ካልቻለ: እርስዎ እንደ ነበር መመለስ ይችላሉ የ እርስዎን ተጠቃሚ ገጽታ ወደ ነባሩ ፋብሪካው ወደ ሰራው: የ መጀመሪያው ምርጫ <emph>ማሰናጃውን እና ተጠቃሚው ያስተካከለውን እንደ ነበር መመለስ ነው</emph> ሁሉንም ማሰናጃ እና የ ተጠቃሚ ገጽታ መቀየሪያ እንደ ነበር መመለስ ነው: ነገር ግን የ እርስዎን የ ግል መዝገበ ቃላት: ቴምፕሌቶች ወዘት እንደ ነበር ይጠብቃል: ሁለተኛው ምርጫ የ እርስዎን ተጠቃሚ ገጽታ እንደ ነበር ይመለሳል በ መጀመሪያ ሲገጥሙት ወደ ነበረበት ሁኔታ: %PRODUCTNAME."
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id28112016094427243\n"
+"help.text"
+msgid "If you could not resolve your problem by using safe mode, click on <emph>Advanced</emph> expander. You will find instructions how to get further help there."
+msgstr "እርስዎ ችግሩን መፍታት ካልቻሉ በ ጥንቃቄ ዘዴ: ይጫኑ የ <emph>ረቀቀ</emph> ማስፊያ: ለ እርስዎ ትእዛዞች ይታይዎታል ተጨማሪ እርዳታ እዛ እንዴት እንደሚያገኙ"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949347055\n"
+"help.text"
+msgid "If you want to report a problem with your user profile, by clicking on <emph>Create Zip Archive from User Profile</emph> you can generate a zip file which can be uploaded to the bug tracking system to be investigated by the developers."
+msgstr "እርስዎ ችግር ማመልከት ከ ፈለጉ በ እርስዎ የ ተጠቃሚ ገጽታ: በ መጫን በ <emph>መፍጠሪያ Zip Archive ከ ተጠቃሚ ገጽታ</emph> እርስዎ ማመንጨት ይችላሉ የ zip ፋይል ችግሩን ለ መጫን የ ስርአቱን ችግር እንዲመረመር በ አበልፃጊዎች"
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348679\n"
+"help.text"
+msgid "Be aware that the uploaded profile might contain sensitive information, such as your personal dictionary, settings and installed extensions."
+msgstr "ይጠንቀቁ የ ተጫነው ገጽታ ምናልባት በጣም አስፈላጊ የሆነ መረጃ ሊይዝ ይችላል: እንደ የ እርስዎ የ ግል መዝገበ ቃላት: ማሰናጃ እና የ ተገጠሙ ተጨማሪዎች"
+
#: prop_font_embed.xhp
msgctxt ""
"prop_font_embed.xhp\n"
@@ -43274,8 +43461,8 @@ msgctxt ""
"par_id3154863\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"sfx/ui/documentfontspage/DocumentInfoPage\">Embed document fonts in the current file.</ahelp>"
-msgstr "<ahelp hid=\"sfx/ui/documentfontspage/DocumentInfoPage\">ማጣበቂያ የ ሰነድ ፊደሎች በ አሁኑ ፋይል ውስጥ </ahelp>"
+msgid "<ahelp hid=\"sfx/ui/documentfontspage/DocumentFontsPage\">Embed document fonts in the current file.</ahelp>"
+msgstr "<ahelp hid=\"sfx/ui/documentfontspage/DocumentFontsPage\">ማጣበቂያ የ ሰነድ ፊደሎች በ አሁኑ ፋይል ውስጥ </ahelp>"
#: prop_font_embed.xhp
msgctxt ""
@@ -45615,7 +45802,7 @@ msgctxt ""
"bm_id433973\n"
"help.text"
msgid "<bookmark_value>editing;data binding of XForms</bookmark_value><bookmark_value>data binding change in XForms</bookmark_value>"
-msgstr "<bookmark_value>ማረሚያ:የ ዳታ ማጣመሪያ ለ Xፎርሞች</bookmark_value><bookmark_value>የ ዳታ ማጣመሪያ መቀየሪያ በ Xፎርሞች ውስጥ</bookmark_value>"
+msgstr "<bookmark_value>ማረሚያ: የ ዳታ ማጣመሪያ ለ Xፎርሞች</bookmark_value><bookmark_value>የ ዳታ ማጣመሪያ መቀየሪያ በ Xፎርሞች ውስጥ</bookmark_value>"
#: xformsdatachange.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/02.po b/source/am/helpcontent2/source/text/shared/02.po
index 668ce5d2ee0..22829c64aa3 100644
--- a/source/am/helpcontent2/source/text/shared/02.po
+++ b/source/am/helpcontent2/source/text/shared/02.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-09 00:28+0000\n"
+"PO-Revision-Date: 2016-12-30 15:52+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481243337.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483113163.000000\n"
#: 01110000.xhp
msgctxt ""
@@ -89,7 +89,7 @@ msgctxt ""
"bm_id3150476\n"
"help.text"
msgid "<bookmark_value>Drawing bar</bookmark_value> <bookmark_value>lines; draw functions</bookmark_value> <bookmark_value>polygon drawing</bookmark_value> <bookmark_value>freeform lines; draw functions</bookmark_value> <bookmark_value>text boxes; positioning</bookmark_value> <bookmark_value>headings; entering as text box</bookmark_value> <bookmark_value>text objects; draw functions</bookmark_value> <bookmark_value>ticker text</bookmark_value> <bookmark_value>text; animating</bookmark_value> <bookmark_value>vertical callouts</bookmark_value> <bookmark_value>vertical text boxes</bookmark_value> <bookmark_value>cube drawing</bookmark_value> <bookmark_value>triangle drawing</bookmark_value> <bookmark_value>ellipse drawing</bookmark_value> <bookmark_value>rectangle drawing</bookmark_value> <bookmark_value>shapes</bookmark_value>"
-msgstr "<bookmark_value>የ መሳያ መደርደሪያ</bookmark_value> <bookmark_value>መስመሮች: የ መሳያ ተግባሮች</bookmark_value> <bookmark_value>ፖሊጎን መሳያ</bookmark_value> <bookmark_value>ነፃ የ እጅ መስመሮች: የ መሳያ ተግባሮች</bookmark_value> <bookmark_value>የ ጽሁፍ ሳጥኖች: አቀማመጥ</bookmark_value> <bookmark_value>ራስጌ: ማስገቢያ እንደ ጽሁፍ ሳጥን</bookmark_value> <bookmark_value>የ ጽሁፍ እቃዎች: የ መሳያ ተግባሮች</bookmark_value> <bookmark_value>ጽሁፍ ማተሚያ</bookmark_value> <bookmark_value>የ ጽሁፍ: እንቅስቃሴ</bookmark_value> <bookmark_value>በ ቁመት መጥሪያዎች</bookmark_value> <bookmark_value>የ ቁመት ጽሁፍ ሳጥኖች</bookmark_value> <bookmark_value>cube መሳያ</bookmark_value> <bookmark_value>ሶስት ማእዘን መሳያ</bookmark_value> <bookmark_value>ellipse መሳያ</bookmark_value> <bookmark_value>አራት ማእዘን መሳያ</bookmark_value> <bookmark_value>ቅርጾች</bookmark_value>"
+msgstr "<bookmark_value>የ መሳያ መደርደሪያ</bookmark_value> <bookmark_value>መስመሮች: የ መሳያ ተግባሮች</bookmark_value> <bookmark_value>ፖሊጎን መሳያ</bookmark_value> <bookmark_value>ነፃ የ እጅ መስመሮች: የ መሳያ ተግባሮች</bookmark_value> <bookmark_value>የ ጽሁፍ ሳጥኖች: አቀማመጥ</bookmark_value> <bookmark_value>ራስጌ: ማስገቢያ እንደ ጽሁፍ ሳጥን</bookmark_value> <bookmark_value>የ ጽሁፍ እቃዎች: የ መሳያ ተግባሮች</bookmark_value> <bookmark_value>ጽሁፍ ማተሚያ</bookmark_value> <bookmark_value>የ ጽሁፍ: እንቅስቃሴ</bookmark_value> <bookmark_value>በ ቁመት መጥሪያዎች</bookmark_value> <bookmark_value>የ ቁመት ጽሁፍ ሳጥኖች</bookmark_value> <bookmark_value>ኪዩብ መሳያ</bookmark_value> <bookmark_value>ሶስት ማእዘን መሳያ</bookmark_value> <bookmark_value>ኤሊፕስ መሳያ</bookmark_value> <bookmark_value>አራት ማእዘን መሳያ</bookmark_value> <bookmark_value>ቅርጾች</bookmark_value>"
#: 01140000.xhp
msgctxt ""
@@ -384,7 +384,7 @@ msgctxt ""
"30\n"
"help.text"
msgid "Ellipse Pie"
-msgstr "Ellipse Pie"
+msgstr "ኤሊፕስ ፓይ"
#: 01140000.xhp
msgctxt ""
@@ -401,7 +401,7 @@ msgctxt ""
"67\n"
"help.text"
msgid "<ahelp hid=\".uno:Pie\">Draws a filled shape that is defined by the arc of an oval and two radius lines in the current document. To draw an ellipse pie, drag an oval to the size you want, and then click to define the first radius line. Move your pointer to where you want to place the second radius line and click. You do not need to click on the oval. To draw a circle pie, hold down Shift while you drag.</ahelp>"
-msgstr "<ahelp hid=\".uno:Pie\">የ ተሞላ ቅርጽ መሳያ እንደ ተገለጸው በ ቅስት ለ oval እና ሁለት radius መስመሮች በ አሁኑ ሰነድ ውስጥ: የ ellipse pie ለ መሳል: ይጎትቱ oval እርስዎ እስከሚፈልጉት መጠን ድረስ: እና ከዛ ይጫኑ ለ መግለጽ የ መጀመሪያውን radius መስመር: መጠቆሚያውን ያንቀሳቅሱ እርስዎ ሁለተኛው የ radius መስመር ቦታ እና ይጫኑ: እርስዎ መጫን የለብዎትም በ oval ላይ: ክብ pie ለ መሳል: ተጭነው ይያዙ Shift በሚጎትቱ ጊዜ </ahelp>"
+msgstr "<ahelp hid=\".uno:Pie\">የ ተሞላ ቅርጽ መሳያ እንደ ተገለጸው በ ቅስት ለ ኦቫል እና ሁለት radius መስመሮች በ አሁኑ ሰነድ ውስጥ: የ ኤሊፕስ ፓይ ለ መሳል: ይጎትቱ ኦቫል እርስዎ እስከሚፈልጉት መጠን ድረስ: እና ከዛ ይጫኑ ለ መግለጽ የ መጀመሪያውን radius መስመር: መጠቆሚያውን ያንቀሳቅሱ እርስዎ ሁለተኛው የ radius መስመር ቦታ እና ይጫኑ: እርስዎ መጫን የለብዎትም በ ኦቫል ላይ: ክብ ፓይ ለ መሳል: ተጭነው ይያዙ Shift በሚጎትቱ ጊዜ </ahelp>"
#: 01140000.xhp
msgctxt ""
@@ -1311,7 +1311,7 @@ msgctxt ""
"par_idN11D42\n"
"help.text"
msgid "Symbol color"
-msgstr "የምልክት ቀለም"
+msgstr "የ ምልክት ቀለም"
#: 01170000.xhp
msgctxt ""
@@ -1360,7 +1360,7 @@ msgctxt ""
"22\n"
"help.text"
msgid "Image Button"
-msgstr "የምስል ቁልፍ"
+msgstr "የ ምስል ቁልፍ"
#: 01170000.xhp
msgctxt ""
@@ -1447,7 +1447,7 @@ msgctxt ""
"131\n"
"help.text"
msgid "If you assign the \"Dropdown\" property to the date field, the user can open a calendar to select a date under the date field. This also applies to a date field within a Table Control field."
-msgstr "እርስዎ ከ መደቡ \"ወደ ታች የሚዘረገፍ\" ናህሪዎች ለ ቀን ሜዳ: ተጠቃሚው የ ቀን መቁጠሪያ መክፈት ይችላል ቀን ለ መምረጥ በ ቀን ሜዳ ውስጥ: ይህን ለ ቀን ሜዳ በ ሰንጠረዥ መቆጣጠሪያ ሜዳ ውስጥ መፈጸም ይቻላል"
+msgstr "እርስዎ ከ መደቡ \"ወደ ታች የሚዘረገፍ\" ባህሪዎች ለ ቀን ሜዳ: ተጠቃሚው የ ቀን መቁጠሪያ መክፈት ይችላል ቀን ለ መምረጥ በ ቀን ሜዳ ውስጥ: ይህን ለ ቀን ሜዳ በ ሰንጠረዥ መቆጣጠሪያ ሜዳ ውስጥ መፈጸም ይቻላል"
#: 01170000.xhp
msgctxt ""
@@ -1938,7 +1938,7 @@ msgctxt ""
"105\n"
"help.text"
msgid "Image Button"
-msgstr "የምስል ቁልፍ"
+msgstr "የ ምስል ቁልፍ"
#: 01170001.xhp
msgctxt ""
@@ -2107,7 +2107,7 @@ msgctxt ""
"bm_id3150774\n"
"help.text"
msgid "<bookmark_value>formatted fields; properties</bookmark_value><bookmark_value>fields; formatted fields</bookmark_value><bookmark_value>controls; formatted fields</bookmark_value>"
-msgstr "<bookmark_value>የ አቀራረብ ሜዳዎች; ባህሪዎች</bookmark_value><bookmark_value>ሜዳዎች; የ አቀራረብ ሜዳዎች</bookmark_value><bookmark_value>መቆጣጠሪያዎች; የ አቀራረብ ሜዳዎች</bookmark_value>"
+msgstr "<bookmark_value>የ አቀራረብ ሜዳዎች: ባህሪዎች</bookmark_value><bookmark_value>ሜዳዎች: የ አቀራረብ ሜዳዎች</bookmark_value><bookmark_value>መቆጣጠሪያዎች: የ ሜዳዎች አቀራረብ</bookmark_value>"
#: 01170002.xhp
msgctxt ""
@@ -2116,7 +2116,7 @@ msgctxt ""
"131\n"
"help.text"
msgid "Special properties of a formatted field"
-msgstr "የ ተለዩ ባህሪዎች ለ አቀራረብ ሜዳ"
+msgstr "የ ተለዩ ባህሪዎች ለ ሜዳ አቀራረብ"
#: 01170002.xhp
msgctxt ""
@@ -3269,7 +3269,7 @@ msgctxt ""
"82\n"
"help.text"
msgid "Date format"
-msgstr "የቀን አቀራረብ"
+msgstr "የ ቀን አቀራረብ"
#: 01170101.xhp
msgctxt ""
@@ -3826,7 +3826,7 @@ msgctxt ""
"212\n"
"help.text"
msgid "Help URL"
-msgstr "የእርዳታ URL"
+msgstr "የ እርዳታ URL"
#: 01170101.xhp
msgctxt ""
@@ -4075,7 +4075,7 @@ msgctxt ""
"21\n"
"help.text"
msgid "Text type"
-msgstr "የጽሁፍ አይነት"
+msgstr "የ ጽሁፍ አይነት"
#: 01170101.xhp
msgctxt ""
@@ -4108,7 +4108,7 @@ msgctxt ""
"par_idN114EF\n"
"help.text"
msgid "Word break"
-msgstr "የቃላት መጨረሻ"
+msgstr "የ ቃላት መጨረሻ"
#: 01170101.xhp
msgctxt ""
@@ -4188,7 +4188,7 @@ msgctxt ""
"par_idN115B8\n"
"help.text"
msgid "Border color"
-msgstr "የድንበር ቀለም"
+msgstr "የ ድንበር ቀለም"
#: 01170101.xhp
msgctxt ""
@@ -4204,7 +4204,7 @@ msgctxt ""
"par_idN115B7\n"
"help.text"
msgid "Symbol color"
-msgstr "የምልክት ቀለም"
+msgstr "የ ምልክት ቀለም"
#: 01170101.xhp
msgctxt ""
@@ -4435,7 +4435,7 @@ msgctxt ""
"hd_id0509200912114423\n"
"help.text"
msgid "Mouse wheel scroll"
-msgstr "የአይጥ ጎማ መሸብለያ"
+msgstr "የ አይጥ ጎማ መሸብለያ"
#: 01170101.xhp
msgctxt ""
@@ -4894,7 +4894,7 @@ msgctxt ""
"149\n"
"help.text"
msgid "Currency symbol"
-msgstr "የገንዘብ ምልክት"
+msgstr "የ ገንዘብ ምልክት"
#: 01170101.xhp
msgctxt ""
@@ -5002,7 +5002,7 @@ msgctxt ""
"162\n"
"help.text"
msgid "Row height"
-msgstr "የረድፍ እርዝመት"
+msgstr "የ ረድፍ እርዝመት"
#: 01170101.xhp
msgctxt ""
@@ -5019,7 +5019,7 @@ msgctxt ""
"par_idN11FB6\n"
"help.text"
msgid "Text lines end with"
-msgstr "የጽሁፍ መስመሮች የሚያልቁት በ"
+msgstr "የ ጽሁፍ መስመሮች የሚያልቁት በ"
#: 01170101.xhp
msgctxt ""
@@ -5036,7 +5036,7 @@ msgctxt ""
"168\n"
"help.text"
msgid "Time format"
-msgstr "የሰአት አቀራረብ"
+msgstr "የ ሰአት አቀራረብ"
#: 01170101.xhp
msgctxt ""
@@ -7359,7 +7359,7 @@ msgctxt ""
"24\n"
"help.text"
msgid "Mouse button released"
-msgstr "የአይጥ ቁልፍ ለቀዋል"
+msgstr "የ አይጥ ቁልፍ ለቀዋል"
#: 01170103.xhp
msgctxt ""
@@ -7838,7 +7838,7 @@ msgctxt ""
"17\n"
"help.text"
msgid "Before update"
-msgstr "ከመሻሻሉ በፊት"
+msgstr "ከ መሻሻሉ በፊት"
#: 01170202.xhp
msgctxt ""
@@ -7856,7 +7856,7 @@ msgctxt ""
"19\n"
"help.text"
msgid "After update"
-msgstr "ከተሻሻለ በኋላ"
+msgstr "ከ ተሻሻለ በኋላ"
#: 01170202.xhp
msgctxt ""
@@ -9950,7 +9950,7 @@ msgctxt ""
"6\n"
"help.text"
msgid "<ahelp hid=\"modules/sabpilot/ui/optiondbfieldpage/yesRadiobutton\">Specifies whether the user's entered or selected combination field value should be saved in a database field.</ahelp> Several database table fields are offered which can be accessed in the current form."
-msgstr ""
+msgstr "<ahelp hid=\"modules/sabpilot/ui/optiondbfieldpage/yesRadiobutton\">ተጠቃሚው ያስገባው ወይንም የ ተመረጠው ጥምረት ሜዳ ዋጋ ይቀመጥ እንደሆን ከ ዳታቤዝ ሜዳ ውስጥ መወሰኛ: </ahelp> በርካታ የ ዳታቤዝ ሰንጠረዥ ሜዳዎች ይቀርባሉ በ አሁኑ ፎርም ውስጥ መድረስ ይችላሉ"
#: 01170904.xhp
msgctxt ""
@@ -9977,7 +9977,7 @@ msgctxt ""
"8\n"
"help.text"
msgid "<ahelp hid=\"modules/sabpilot/ui/optiondbfieldpage/storeInFieldCombobox\">Specifies the data field where the combination field value should be saved.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/sabpilot/ui/optiondbfieldpage/storeInFieldCombobox\">የ ዳታ ሜዳ መወሰኛ የ ጥምረት ሜዳ ዋጋ የሚቀመጥበት </ahelp>"
#: 01170904.xhp
msgctxt ""
@@ -9995,7 +9995,7 @@ msgctxt ""
"10\n"
"help.text"
msgid "<ahelp hid=\"modules/sabpilot/ui/optiondbfieldpage/noRadiobutton\">Specifies that the value of this combination field will not be written in the database and will only be saved in the form.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/sabpilot/ui/optiondbfieldpage/noRadiobutton\">የዚህ ጥምረት ሜዳ ዋጋ ከ ዳታቤዝ ውስጥ አይጻፍም እና የሚቀመጠው በ ፎርሙ ውስጥ ብቻ ነው </ahelp>"
#: 01171000.xhp
msgctxt ""
@@ -10422,7 +10422,7 @@ msgctxt ""
"par_id3155941\n"
"help.text"
msgid "The last five font names that have been selected are shown in the top part of the combo box."
-msgstr ""
+msgstr "የ ተመረጡት የ መጨረሻው አምስት ፊደሎች ስም አይነት ይታያሉ ከ ጥምረት ሳጥን በ ላይ በኩል"
#: 02020000.xhp
msgctxt ""
@@ -11206,7 +11206,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "This border can be the border of a frame, graphic or table. The <emph>Line Style</emph> icon will only be visible if a graphic, table, chart object or frame has been selected."
-msgstr "ይህ ድንበር የ ክፈፍ: የ ንድፍ: ወይንም የ ሰንጠረዥ ድንበር ሊሆን ይችላል: የ <emph>መስመር ዘዴ</emph> ምልክቱ የሚታየው የ ንድፍ: የ ሰንጠረዥ: የ ቻርትስ እቃ ወይንም ክፈፍ በሚመረጥ ጊዜ ነው"
+msgstr "ይህ ድንበር የ ክፈፍ: የ ንድፍ: ወይንም የ ሰንጠረዥ ድንበር ሊሆን ይችላል: የ <emph>መስመር ዘዴ</emph> ምልክቱ የሚታየው የ ንድፍ: የ ሰንጠረዥ: የ ቻርት እቃ ወይንም ክፈፍ በሚመረጥ ጊዜ ነው"
#: 03140000.xhp
msgctxt ""
@@ -11240,7 +11240,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Border Color"
-msgstr "የድንበር ቀለም"
+msgstr "የ ድንበር ቀለም"
#: 03150000.xhp
msgctxt ""
@@ -11249,7 +11249,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/shared/02/03150000.xhp\" name=\"Border Color\">Border Color</link>"
-msgstr "<link href=\"text/shared/02/03150000.xhp\" name=\"Border Color\">የድንበር ቀለም</link>"
+msgstr "<link href=\"text/shared/02/03150000.xhp\" name=\"Border Color\">የ ድንበር ቀለም</link>"
#: 03150000.xhp
msgctxt ""
@@ -16300,7 +16300,7 @@ msgctxt ""
"16\n"
"help.text"
msgid "In order to change the left indent starting with the second line of a paragraph, hold down the <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> key, click the triangle on the bottom left, and drag it to the right."
-msgstr "የ ግራ ማስረጊያ ለ መቀየር ከ አንቀጹ ሁለተኛ መስመር ጀምሮ የጭነው ይያዙ የ <switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline> ቁልፍ: ይጫኑ ከ ታች በ ግራ በኩል ያለውን ሶስት ማእዘን እና ወደ ቀኝ ይጎትቱት"
+msgstr "የ ግራ ማስረጊያ ለ መቀየር ከ አንቀጹ ሁለተኛ መስመር ጀምሮ ተጭነው ይያዙ የ <switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline> ቁልፍ: ይጫኑ ከ ታች በ ግራ በኩል ያለውን ሶስት ማእዘን እና ወደ ቀኝ ይጎትቱት"
#: 13020000.xhp
msgctxt ""
@@ -17398,7 +17398,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Image Filter Bar"
-msgstr ""
+msgstr "የ ምስል ማጣሪያ መደርደሪያ"
#: 24010000.xhp
msgctxt ""
@@ -17406,7 +17406,7 @@ msgctxt ""
"hd_id3151299\n"
"help.text"
msgid "<link href=\"text/shared/02/24010000.xhp\" name=\"Image Filter Bar\">Image Filter Bar</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/02/24010000.xhp\" name=\"Image Filter Bar\">የ ምስል ማጣሪያ መደርደሪያ</link>"
#: 24010000.xhp
msgctxt ""
@@ -17414,7 +17414,7 @@ msgctxt ""
"par_id3156183\n"
"help.text"
msgid "<ahelp hid=\".uno:GraphicFilterToolbox\">This icon on the <emph>Image</emph> bar opens the <emph>Image Filter</emph> bar, where you can use various filters on the selected picture.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:GraphicFilterToolbox\">ይህ ምልክት የ <emph>ምስል</emph> መደርደሪያ ይከፍታል በ <emph>ምስል ማጣሪያ</emph> መደርደሪያ ውስጥ: እርስዎ በ ተመረጠው ስእል ላይ በርካታ ማጣሪያዎች የሚፈጽሙበት </ahelp>"
#: 24010000.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/04.po b/source/am/helpcontent2/source/text/shared/04.po
index cb51371af01..0b5c2a6ac06 100644
--- a/source/am/helpcontent2/source/text/shared/04.po
+++ b/source/am/helpcontent2/source/text/shared/04.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-04-22 23:39+0200\n"
-"PO-Revision-Date: 2016-11-06 23:31+0000\n"
+"PO-Revision-Date: 2016-12-13 02:43+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1478475091.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1481596987.000000\n"
#: 01010000.xhp
msgctxt ""
@@ -264,7 +264,7 @@ msgctxt ""
"164\n"
"help.text"
msgid "If you want to terminate a macro that is currently running, press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Q."
-msgstr "አሁን እየሄደ ያለ macro ማቋረጥ ከ ፈለጉ፡ ይጫኑ <switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Q."
+msgstr "አሁን እየሄደ ያለውን macro ማቋረጥ ከ ፈለጉ: ይጫኑ <switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Q."
#: 01010000.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/autopi.po b/source/am/helpcontent2/source/text/shared/autopi.po
index a91edab1236..c72b2ada14f 100644
--- a/source/am/helpcontent2/source/text/shared/autopi.po
+++ b/source/am/helpcontent2/source/text/shared/autopi.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-07 02:29+0000\n"
+"PO-Revision-Date: 2017-01-04 00:30+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481077776.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483489811.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -109,7 +109,7 @@ msgctxt ""
"bm_id3151100\n"
"help.text"
msgid "<bookmark_value>wizards; letters</bookmark_value><bookmark_value>Letter Wizard</bookmark_value><bookmark_value>templates;letters</bookmark_value>"
-msgstr "<bookmark_value>አዋቂዎች; ደብዳቤዎች</bookmark_value><bookmark_value>ደብዳቤ አዋቂ</bookmark_value><bookmark_value>ቴምፕሌቶች;ደብዳቤዎች</bookmark_value>"
+msgstr "<bookmark_value>አዋቂዎች: ደብዳቤዎች</bookmark_value><bookmark_value>ደብዳቤ አዋቂ</bookmark_value><bookmark_value>ቴምፕሌቶች: ደብዳቤዎች</bookmark_value>"
#: 01010000.xhp
msgctxt ""
@@ -963,7 +963,7 @@ msgctxt ""
"31\n"
"help.text"
msgid "Include page numbers"
-msgstr "የገጽ ቁጥር መጨመሪያ"
+msgstr "የ ገጽ ቁጥር መጨመሪያ"
#: 01010500.xhp
msgctxt ""
@@ -1016,7 +1016,7 @@ msgctxt ""
"10\n"
"help.text"
msgid "Template name"
-msgstr "የቴምፕሌት ስም"
+msgstr "የ ቴምፕሌት ስም"
#: 01010600.xhp
msgctxt ""
@@ -1098,7 +1098,7 @@ msgctxt ""
"bm_id3150445\n"
"help.text"
msgid "<bookmark_value>wizards;faxes</bookmark_value><bookmark_value>faxes;wizards</bookmark_value><bookmark_value>templates;faxes</bookmark_value>"
-msgstr "<bookmark_value>አዋቂዎች;ፋክሶች</bookmark_value><bookmark_value>ፋክሶች;አዋቂዎች</bookmark_value><bookmark_value>ቴምፕሌቶች;ፋክስ</bookmark_value>"
+msgstr "<bookmark_value>አዋቂዎች: ፋክሶች</bookmark_value><bookmark_value>ፋክሶች: አዋቂዎች</bookmark_value><bookmark_value>ቴምፕሌቶች: ፋክስ</bookmark_value>"
#: 01020000.xhp
msgctxt ""
@@ -1262,7 +1262,7 @@ msgctxt ""
"par_idN105E9\n"
"help.text"
msgid "<ahelp hid=\".\">Creates a fax template for a private fax.</ahelp>"
-msgstr "<ahelp hid=\".\">ለግል ፋክስ የ ፋክስ ቴምፕሌት መፍጠሪያ</ahelp>"
+msgstr "<ahelp hid=\".\">ለግ ል ፋክስ የ ፋክስ ቴምፕሌት መፍጠሪያ</ahelp>"
#: 01020100.xhp
msgctxt ""
@@ -1698,7 +1698,7 @@ msgctxt ""
"par_idN105E5\n"
"help.text"
msgid "Create a fax from this template"
-msgstr "ከዚህ ቴምፕሌትፋክስ መፍጠሪያ"
+msgstr "ከዚህ ቴምፕሌት ፋክስ መፍጠሪያ"
#: 01020500.xhp
msgctxt ""
@@ -1747,7 +1747,7 @@ msgctxt ""
"bm_id3149031\n"
"help.text"
msgid "<bookmark_value>wizards;agendas</bookmark_value><bookmark_value>Agenda Wizard</bookmark_value><bookmark_value>templates;agendas</bookmark_value>"
-msgstr "<bookmark_value>አዋቂዎች;አጄንዳዎች</bookmark_value><bookmark_value>አጄንዳ አዋቂ</bookmark_value><bookmark_value>ቴምፕሌቶች;አጄንዳዎች</bookmark_value>"
+msgstr "<bookmark_value>አዋቂዎች: አጄንዳዎች</bookmark_value><bookmark_value>አጄንዳ አዋቂ</bookmark_value><bookmark_value>ቴምፕሌቶች: አጄንዳዎች</bookmark_value>"
#: 01040000.xhp
msgctxt ""
@@ -3130,7 +3130,7 @@ msgctxt ""
"4\n"
"help.text"
msgid "Columnar - Labels Left"
-msgstr "የአምድ - ምልክቶች በግራ"
+msgstr "የ አምድ - ምልክቶች በ ግራ"
#: 01090300.xhp
msgctxt ""
@@ -3209,7 +3209,7 @@ msgctxt ""
"par_idN106D5\n"
"help.text"
msgid "Columnar - Labels Left"
-msgstr "የአምድ - ምልክቶች በግራ"
+msgstr "የ አምድ - ምልክቶች በ ግራ"
#: 01090300.xhp
msgctxt ""
@@ -3603,7 +3603,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<variable id=\"report\"><ahelp hid=\".\">Activates the wizard for creating reports.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"report\"><ahelp hid=\".\">የ መግለጫ አዋቂ መፍጠሪያ ማስነሻ</ahelp></variable>"
#: 01100000.xhp
msgctxt ""
@@ -5104,7 +5104,7 @@ msgctxt ""
"64\n"
"help.text"
msgid "On UNIX systems grant the files with the pl extension the rights to be executable by the HTTP server. Normally, this is done with the chmod command. The rights of the currpic.txt file must be set to be writable by the HTTP server."
-msgstr "የ UNIX ስርአት ይፈቅዳል ለ pl ተቀጥያዎች ፍቃድ እንዲፈጸሙ በ HTTP ሰርቨር ውስጥ: በ መደበኛ ይህ የሚፈጸመው በ chmod ትእዛዝ ነው: ፍቃድ ለ currpic.txt ፋይል መሰናዳት አለበት እንዲጻፍ በ HTTP ሰርቨር ውስጥ:"
+msgstr "የ UNIX ስርአት ይፈቅዳል ለ pl ተቀጥያዎች ፍቃድ እንዲፈጸሙ በ HTTP ሰርቨር ውስጥ: በ መደበኛ ይህ የሚፈጸመው በ chmod ትእዛዝ ነው: ፍቃድ ለ currpic.txt ፋይል መሰናዳት አለበት እንዲጻፍ በ HTTP ሰርቨር ውስጥ:"
#: 01110200.xhp
msgctxt ""
@@ -6209,7 +6209,7 @@ msgctxt ""
"6\n"
"help.text"
msgid "<ahelp hid=\"modules/sabpilot/ui/optiondbfieldpage/yesRadiobutton\">Specifies that you want to save the reference values in a database.</ahelp> The values are written in the data field selected in the list box. The list box displays all the field names from the database table that the form is linked to."
-msgstr ""
+msgstr "<ahelp hid=\"modules/sabpilot/ui/optiondbfieldpage/yesRadiobutton\">እርስዎ የ ማመሳከሪያ ዋጋዎች ዳታቤዝ ውስጥ ማስቀመጫ ይወስኑ</ahelp> ዋጋዎቹ የሚጻፉት የ ተመረጠው ዳታ ሜዳ ዝርዝር ሳጥን ውስጥ ነው: የ ዝርዝር ሳጥን የሚያሳየው ሁሉንም የ ሜዳ ስሞች ነው ከ ዳታቤዝ ሰንጠረዥ ውስጥ ፎርሙ የሚገናኘውን ወደ"
#: 01120400.xhp
msgctxt ""
@@ -6227,7 +6227,7 @@ msgctxt ""
"8\n"
"help.text"
msgid "<ahelp hid=\"modules/sabpilot/ui/optiondbfieldpage/storeInFieldCombobox\" visibility=\"hidden\">Select the data field in which the reference values have to be saved.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/sabpilot/ui/optiondbfieldpage/storeInFieldCombobox\" visibility=\"hidden\">ይምረጡ የ ዳታ ሜዳ ማመሳከሪያ ዋጋዎች የሚቀመጡበት </ahelp>"
#: 01120400.xhp
msgctxt ""
@@ -6245,7 +6245,7 @@ msgctxt ""
"10\n"
"help.text"
msgid "<ahelp hid=\"modules/sabpilot/ui/optiondbfieldpage/noRadiobutton\">Specifies that you want to save the reference values in the form only, and not in the database.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/sabpilot/ui/optiondbfieldpage/noRadiobutton\">ይወስኑ እርስዎ የ ማመሳከሪያ ዋጋዎች በ ፎርም ውስጥ ብቻ ማስቀመጫ እና ዳታቤዝ ውስጥ አይደለም </ahelp>"
#: 01120500.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/explorer/database.po b/source/am/helpcontent2/source/text/shared/explorer/database.po
index c66d8b0dd0e..ca0c6480830 100644
--- a/source/am/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/am/helpcontent2/source/text/shared/explorer/database.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-12-09 22:47+0000\n"
+"PO-Revision-Date: 2017-01-08 19:45+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481323629.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483904756.000000\n"
#: 02000000.xhp
msgctxt ""
@@ -1033,7 +1033,7 @@ msgctxt ""
"par_id3145268\n"
"help.text"
msgid "AVG"
-msgstr "AVG"
+msgstr "አማካይ"
#: 02010100.xhp
msgctxt ""
@@ -1225,7 +1225,7 @@ msgctxt ""
"par_id3148651\n"
"help.text"
msgid "To use other functions not listed in the list box, you must enter them under <emph>Field</emph>."
-msgstr "ሌላ ተግባር ለ መጠቀም በ ዝርዝር ሳጥን ውስጥ የሌለ: እርስዎ ማስገባት አለብዎት በ <emph>ሜዳ</emph>ስር"
+msgstr "ሌላ ተግባር ለ መጠቀም በ ዝርዝር ሳጥን ውስጥ የሌለ: እርስዎ ማስገባት አለብዎት በ <emph>ሜዳ</emph> ውስጥ"
#: 02010100.xhp
msgctxt ""
@@ -1233,7 +1233,7 @@ msgctxt ""
"par_id3155098\n"
"help.text"
msgid "You can also assign aliases to function calls. If the query is not to be displayed in the column header, enter the desired name under <emph>Alias</emph>."
-msgstr "እርስዎ መመደብ ይችላሉ የ ሀሰት ተግባር መጥሪያዎች: ጥያቄው በ አምድ ራስጌ ላይ የማይታይ ከሆነ: የሚፈልጉትን ስም ያስገቡ በ <emph>ሀስት</emph>ስር"
+msgstr "እርስዎ መመደብ ይችላሉ የ ሀሰት ተግባር መጥሪያዎች: ጥያቄው በ አምድ ራስጌ ላይ የማይታይ ከሆነ: የሚፈልጉትን ስም ያስገቡ በ <emph>ሀስት</emph> ውስጥ"
#: 02010100.xhp
msgctxt ""
@@ -2009,7 +2009,7 @@ msgctxt ""
"par_id3159085\n"
"help.text"
msgid "IN (a, b, c...)"
-msgstr "IN (a, b, c...)"
+msgstr "ውስጥ (a, b, c...)"
#: 02010100.xhp
msgctxt ""
@@ -2041,7 +2041,7 @@ msgctxt ""
"par_id3153544\n"
"help.text"
msgid "NOT IN (a, b, c...)"
-msgstr "NOT IN (a, b, c...)"
+msgstr "ውስጥ አይደለም (a, b, c...)"
#: 02010100.xhp
msgctxt ""
@@ -2737,7 +2737,7 @@ msgctxt ""
"bm_id3154015\n"
"help.text"
msgid "<bookmark_value>links;relational databases (Base)</bookmark_value> <bookmark_value>inner joins (Base)</bookmark_value> <bookmark_value>joins in databases (Base)</bookmark_value> <bookmark_value>left joins (Base)</bookmark_value> <bookmark_value>right joins (Base)</bookmark_value> <bookmark_value>full joins (Base)</bookmark_value>"
-msgstr "<bookmark_value>አገናኞች;ተዛማጅ ዳታቤዝ (Base)</bookmark_value> <bookmark_value>የ ውስጥ ማገናኛ (Base)</bookmark_value> <bookmark_value>ማገናኛ በ ዳታቤዝ (Base)</bookmark_value> <bookmark_value>በ ግራ ማገናኛ (Base)</bookmark_value> <bookmark_value>በ ቀኝ ማገናኛ (Base)</bookmark_value> <bookmark_value>በ ሙሉ ማገናኛ (Base)</bookmark_value>"
+msgstr "<bookmark_value>አገናኞች: ተዛማጅ ዳታቤዝ (Base)</bookmark_value> <bookmark_value>የ ውስጥ ማገናኛ (Base)</bookmark_value> <bookmark_value>ማገናኛ ከ ዳታቤዝ (Base)</bookmark_value> <bookmark_value>በ ግራ ማገናኛ (Base)</bookmark_value> <bookmark_value>በ ቀኝ ማገናኛ (Base)</bookmark_value> <bookmark_value>በ ሙሉ ማገናኛ (Base)</bookmark_value>"
#: 02010101.xhp
msgctxt ""
@@ -6572,7 +6572,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "DATADEVSPACE"
-msgstr ""
+msgstr "ዳታ በ ዴቭ ቦታዎች ውስጥ"
#: 11170100.xhp
msgctxt ""
@@ -6911,7 +6911,7 @@ msgctxt ""
"15\n"
"help.text"
msgid "Drives containing parts of the Serverdb are called DEVSPACEs. To improve performance, store each DEVSPACE on separate drives."
-msgstr ""
+msgstr "የ ሰርቨር ዳታቤዝ አካሎች የያዙ አካሎች በመባል ይታወቃሉ የ ዴቭ ቦታዎች: አፈጻጸሙን ለማሻሻል: ያስቀምጡ እያንዳንዱን የ ዴቭ ቦታ በ ተለያያ አካሎች ውስጥ"
#: 30100000.xhp
msgctxt ""
@@ -6965,7 +6965,7 @@ msgctxt ""
"20\n"
"help.text"
msgid "DATADEVSPACE"
-msgstr ""
+msgstr "ዳታ በ ዴቭ ቦታዎች ውስጥ"
#: 30100000.xhp
msgctxt ""
@@ -7696,7 +7696,7 @@ msgctxt ""
"par_idN1057D\n"
"help.text"
msgid "MySQL JDBC driver class"
-msgstr ""
+msgstr "MySQL JDBC driver class"
#: dabapropadd.xhp
msgctxt ""
@@ -7736,7 +7736,7 @@ msgctxt ""
"par_idN10585\n"
"help.text"
msgid "Oracle JDBC driver class"
-msgstr ""
+msgstr "Oracle JDBC driver class"
#: dabapropadd.xhp
msgctxt ""
@@ -7784,7 +7784,7 @@ msgctxt ""
"par_idN10591\n"
"help.text"
msgid "Base DN"
-msgstr ""
+msgstr "Base DN"
#: dabapropadd.xhp
msgctxt ""
@@ -8392,7 +8392,7 @@ msgctxt ""
"par_idN105FE\n"
"help.text"
msgid "JDBC driver class"
-msgstr ""
+msgstr "JDBC driver class"
#: dabapropgen.xhp
msgctxt ""
@@ -9160,7 +9160,7 @@ msgctxt ""
"par_idN10579\n"
"help.text"
msgid "PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=c:\\Access\\nwind2000.mdb"
-msgstr ""
+msgstr "አቅራቢው=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=c:\\Access\\nwind2000.mdb"
#: dabawiz02ado.xhp
msgctxt ""
@@ -9176,7 +9176,7 @@ msgctxt ""
"par_idN1057F\n"
"help.text"
msgid "PROVIDER=sqloledb;DATA SOURCE=turner;INITIAL CATALOG=First"
-msgstr ""
+msgstr "አቅራቢው=sqloledb;DATA SOURCE=turner;INITIAL CATALOG=First"
#: dabawiz02ado.xhp
msgctxt ""
@@ -9192,7 +9192,7 @@ msgctxt ""
"par_idN10585\n"
"help.text"
msgid "DSN=SQLSERVER"
-msgstr ""
+msgstr "DSN=SQLSERVER"
#: dabawiz02ado.xhp
msgctxt ""
@@ -9464,7 +9464,7 @@ msgctxt ""
"par_idN10699\n"
"help.text"
msgid "port is the default port for MySQL databases, namely 3306."
-msgstr ""
+msgstr "port ነባር port ነው ለ MySQL ዳታቤዝ: የ ተሰየመው 3306."
#: dabawiz02jdbc.xhp
msgctxt ""
@@ -9496,7 +9496,7 @@ msgctxt ""
"par_idN106BB\n"
"help.text"
msgid "JDBC Driver Class"
-msgstr ""
+msgstr "JDBC Driver Class"
#: dabawiz02jdbc.xhp
msgctxt ""
@@ -9600,7 +9600,7 @@ msgctxt ""
"par_idN10594\n"
"help.text"
msgid "Base DN"
-msgstr ""
+msgstr "Base DN"
#: dabawiz02ldap.xhp
msgctxt ""
@@ -10040,7 +10040,7 @@ msgctxt ""
"par_idN1061D\n"
"help.text"
msgid "Oracle JDBC Driver Class"
-msgstr ""
+msgstr "Oracle JDBC Driver Class"
#: dabawiz02oracle.xhp
msgctxt ""
@@ -11252,7 +11252,7 @@ msgctxt ""
"par_idN1058A\n"
"help.text"
msgid "User Administration"
-msgstr "የተጠቃሚ አስተዳዳሪ"
+msgstr "የ ተጠቃሚ አስተዳዳሪ"
#: menutools.xhp
msgctxt ""
@@ -13425,7 +13425,7 @@ msgctxt ""
"par_id1559190\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Page N</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">የገጽ ቁጥር</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">የ ገጽ ቁጥር</ahelp>"
#: rep_pagenumbers.xhp
msgctxt ""
@@ -13433,7 +13433,7 @@ msgctxt ""
"par_id9879146\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Page N of M</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">የገጽ ቁጥር ከ M</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">የ ገጽ ቁጥር ከ M</ahelp>"
#: rep_pagenumbers.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/guide.po b/source/am/helpcontent2/source/text/shared/guide.po
index 7c98c0cd949..69c46be20ad 100644
--- a/source/am/helpcontent2/source/text/shared/guide.po
+++ b/source/am/helpcontent2/source/text/shared/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-12-08 23:39+0000\n"
+"POT-Creation-Date: 2016-12-21 15:39+0100\n"
+"PO-Revision-Date: 2017-01-07 23:02+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481240393.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483830123.000000\n"
#: aaa_start.xhp
msgctxt ""
@@ -1013,7 +1013,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "Select a line style, width and color for the selected border style in the <emph>Line</emph> area. These settings apply to all border lines that are included in the selected border style."
-msgstr "ይምረጡ የ መስመር ዘዴ ስፋት እና ቀለም ለ ተመረጠው ድንበር ዘዴ ከ <emph>መስመር</emph> ቦታ: ይህ ማሰናጃ ይፈጸማል ለ ሁሉም ድንበር መስመሮች በ ተመረጠው የ ድንበር ዘዴ ውስጥ ለሚካተቱት ሁሉ"
+msgstr "ይምረጡ የ መስመር ዘዴ ስፋት እና ቀለም ለ ተመረጠው ድንበር ዘዴ ከ <emph> መስመር </emph> ቦታ: ይህ ማሰናጃ ይፈጸማል ለ ሁሉም ድንበር መስመሮች በ ተመረጠው የ ድንበር ዘዴ ውስጥ ለሚካተቱት ሁሉ"
#: border_paragraph.xhp
msgctxt ""
@@ -1067,7 +1067,7 @@ msgctxt ""
"11\n"
"help.text"
msgid "Select a line style, width and color for the selected border style in the <emph>Line</emph> area. These settings apply to all border lines that are included in the selected border style."
-msgstr "ይምረጡ የ መስመር ዘዴ ስፋት እና ቀለም ለ ተመረጠው ድንበር ዘዴ ከ <emph>መስመር</emph> ቦታ: ይህ ማሰናጃ ይፈጸማል ለ ሁሉም ድንበር መስመሮች በ ተመረጠው የ ድንበር ዘዴ ውስጥ ለሚካተቱት ሁሉ"
+msgstr "ይምረጡ የ መስመር ዘዴ ስፋት እና ቀለም ለ ተመረጠው ድንበር ዘዴ ከ <emph> መስመር </emph> ቦታ: ይህ ማሰናጃ ይፈጸማል ለ ሁሉም ድንበር መስመሮች በ ተመረጠው የ ድንበር ዘዴ ውስጥ ለሚካተቱት ሁሉ"
#: border_paragraph.xhp
msgctxt ""
@@ -1190,7 +1190,7 @@ msgctxt ""
"par_id3147265\n"
"help.text"
msgid "Choose <emph>Table - Properties - Borders</emph> (Writer) or <emph>Format - Cells - Borders</emph> (Calc)."
-msgstr ""
+msgstr "ይምረጡ <emph>ሰንጠረዥ - ባህሪዎች - ድንበሮች</emph> (መጻፊያ) ወይንም <emph>አቀራረብ - ክፍሎች - ድንበሮች</emph> (ሰንጠረዥ)."
#: border_table.xhp
msgctxt ""
@@ -1216,7 +1216,7 @@ msgctxt ""
"11\n"
"help.text"
msgid "Select a line style and color for the selected border style in the <emph>Line</emph> area. These settings apply to all border lines that are included in the selected border style."
-msgstr "ይምረጡ የ መስመር ዘዴ እና ቀለም ለ ተመረጠው የ ድንበር ዘዴ ከ<emph>መስመር</emph> ቦታ: ይህ ማሰናጃ ይፈጸማል ለ ሁሉም የ ድንበር መስመሮች በ ተመረጠው የ ድንበር ዘዴ ውስጥ ለሚካተቱት ሁሉ"
+msgstr "ይምረጡ የ መስመር ዘዴ እና ቀለም ለ ተመረጠው የ ድንበር ዘዴ ከ<emph> መስመር </emph> ቦታ: ይህ ማሰናጃ ይፈጸማል ለ ሁሉም የ ድንበር መስመሮች በ ተመረጠው የ ድንበር ዘዴ ውስጥ ለሚካተቱት ሁሉ"
#: border_table.xhp
msgctxt ""
@@ -2023,7 +2023,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Using Remote Files"
-msgstr ""
+msgstr "የ ሩቅ ፋይሎች መጠቀሚያ"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2031,7 +2031,7 @@ msgctxt ""
"bm_id170820161244279161\n"
"help.text"
msgid "<bookmark_value>remote file service;setup</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>የ ሩቅ ፋይል ግልጋሎት: ማሰናጃ</bookmark_value>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2039,7 +2039,7 @@ msgctxt ""
"hd_id200820161036353610\n"
"help.text"
msgid "<link href=\"text/shared/guide/cmis-remote-files-setup.xhp\">Setting up a remote file service connection</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/guide/cmis-remote-files-setup.xhp\">የ ሩቅ ፋይል ግልጋሎት ግንኙነት ማሰናጃ</link>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2047,7 +2047,7 @@ msgctxt ""
"par_id150820161816033788\n"
"help.text"
msgid "To access remote servers, you must use LibreOffice own Open and Save dialogs. If you currently use your operating system dialogs for saving and opening files, go to <item type=\"menuitem\">Tools > Options > LibreOffice > General</item> and check the option <item type=\"menuitem\">Use %PRODUCTNAME dialogs</item>."
-msgstr ""
+msgstr "የ ሩቅ ሰርቨሮች ጋር ለ መድረስ: እርስዎ መጠቀም አለብዎት የ LibreOffice የ ራሱን መክፈቻ እና ማስቀመጫ ንግግሮች: እርስዎ አሁን የሚጠቀሙ ከሆነ የ እርስዎን የ መስሪያ ስርአት ንግግሮች ለ መክፈቻ እና ለማስቀመጫ ፋይሎች: ይሂዱ ወደ <item type=\"menuitem\">መሳሪያዎች > ምርጫ > LibreOffice > ባጠቃላይ</item> እና ምልክት ያድርጉ ምርጫውን <item type=\"menuitem\">መጠቀሚያ %PRODUCTNAME ንግግሮች </item>."
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2055,7 +2055,7 @@ msgctxt ""
"par_id150820161816033744\n"
"help.text"
msgid "To enable a remote server connection, use one of these methods:"
-msgstr ""
+msgstr "የ ሩቅ ሰርቨር ግንኙነት ለማስቻል: ከ እነዚህ ዘዴዎች አንዱን ይጠቀሙ"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2063,7 +2063,7 @@ msgctxt ""
"par_id150820161816032923\n"
"help.text"
msgid "Click on the Remote Files button in the Start Center."
-msgstr ""
+msgstr "በ ሩቅ ፋይሎች ቁልፍ ላይ ይጫኑ በ ማስጀመሪያው ማእከል ውስጥ"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2071,7 +2071,7 @@ msgctxt ""
"par_id150820161816031470\n"
"help.text"
msgid "Select <item type=\"menuitem\">File > Open Remote Files...</item>"
-msgstr ""
+msgstr "ይምረጡ <item type=\"menuitem\">ፋይል > መክፈቻ የ ሩቅ ፋይሎች...</item>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2079,7 +2079,7 @@ msgctxt ""
"par_id150820161816037870\n"
"help.text"
msgid "Select <item type=\"menuitem\">File > Save to Remote Server...</item>"
-msgstr ""
+msgstr "ይምረጡ <item type=\"menuitem\">ፋይል > ማስቀመጫ ወደ ሩቅ ሰርቨር...</item>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2087,7 +2087,7 @@ msgctxt ""
"par_id150820161816033600\n"
"help.text"
msgid "Then click on the Add Service button in the dialog to open the File Services dialog."
-msgstr ""
+msgstr "ከዛ ይጫኑ ግልጋሎት መጨመሪያ ቁልፍ ላይ በ ንግግር መክፈቻ ውስጥ የ ፋይል ግልጋሎት ንግግር ይከፈታል"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2095,7 +2095,7 @@ msgctxt ""
"bm_id170820162240508275\n"
"help.text"
msgid "<bookmark_value>WebDAV;remote file service setup</bookmark_value> <bookmark_value>remote file service setup;WebDAV</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>ዌብዴቭ: የ ሩቅ ፋይሎች ግልጋሎት ማሰናጃ</bookmark_value> <bookmark_value>የ ሩቅ ፋይሎች ግልጋሎት ማሰናጃ: ዌብዴቭ</bookmark_value>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2103,7 +2103,7 @@ msgctxt ""
"hd_id1501201618160340\n"
"help.text"
msgid "Connecting to a <link href=\"text/shared/00/00000002.xhp#webdav\">WebDAV</link> server"
-msgstr ""
+msgstr "በ መገናኘት ላይ ወደ <link href=\"text/shared/00/00000002.xhp#webdav\">ዌብዴቭ</link> ሰርቨር"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2111,7 +2111,7 @@ msgctxt ""
"par_id150820161816034989\n"
"help.text"
msgid "<variable id=\"introservice\">In the File Services dialog, set:</variable>"
-msgstr ""
+msgstr "<variable id=\"introservice\">በ ፋይል ግልጋሎት ንግግር ውስጥ: ማሰናጃ:</variable>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2119,7 +2119,7 @@ msgctxt ""
"par_id150820161816033753\n"
"help.text"
msgid "<emph>Type</emph>: WebDAV"
-msgstr ""
+msgstr "<emph>አይነት</emph>: ዌብዴቭ"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2127,7 +2127,7 @@ msgctxt ""
"par_id150820161816034500\n"
"help.text"
msgid "<emph>Host</emph>: the server URL, usually in the form <item type=\"literal\">file.service.com</item>"
-msgstr ""
+msgstr "<emph>ጋባዥ</emph>: የ ሰርቨር URL, ብዙ ጊዜ በ ፎርም አይነት በ <item type=\"literal\">file.service.com</item>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2135,7 +2135,7 @@ msgctxt ""
"par_id150820161816037709\n"
"help.text"
msgid "<emph>Port</emph>: port number (usually <item type=\"literal\">80</item>)"
-msgstr ""
+msgstr "<emph>Port</emph>: port number (ብዙ ጊዜ <item type=\"literal\">80</item>)"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2143,7 +2143,7 @@ msgctxt ""
"par_id150820161816032816\n"
"help.text"
msgid "Select <emph>Secure Connection</emph> checkbox to access the service through <item type=\"literal\">https</item> protocol and port <item type=\"literal\">443</item>"
-msgstr ""
+msgstr "ይምረጡ <emph>አስተማማኝ ግንኙነት</emph> ምልክት ማድረጊያ ሳጥን ግልጋሎቱ ጋር ለ መድረስ በ <item type=\"literal\">https</item> አሰራር እና port <item type=\"literal\">443</item>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2151,7 +2151,7 @@ msgctxt ""
"par_id150820161816035209\n"
"help.text"
msgid "<variable id=\"labelpar\"><emph>Label</emph>: give a name for this connection. This name will show in the Service listbox of the Open or Save remote files dialog.</variable>"
-msgstr ""
+msgstr "<variable id=\"labelpar\"><emph>ምልክት</emph>: ለዚህ ግንኙነት ስም ይስጡ: ይህ ስም ይታያል በ ዝርዝር ሳጥን ግልጋሎት ውስጥ የ ሩቅ ፋይሎች ንግግር መክፈቻ እና ማስቀመጫ </variable>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2159,7 +2159,7 @@ msgctxt ""
"par_id15082016181603431\n"
"help.text"
msgid "<variable id=\"rootpar\"><emph>Root</emph>: enter the path to the root URL of your account.</variable>"
-msgstr ""
+msgstr "<variable id=\"rootpar\"><emph>Root</emph>: ያስገቡ መንገድ ለ root URL ለ እርስዎ መግለጫ </variable>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2167,7 +2167,7 @@ msgctxt ""
"par_id150820161816034394\n"
"help.text"
msgid "Note: the root of the file service is provided by the file service administrator and may consists of scripts files, parameters and paths."
-msgstr ""
+msgstr "ማስታወሻ: root ለ ፋይል ግልጋሎት የሚቀርበው በ ፋይል ግልጋሎት አስተዳዳሪ ነው እና የ ጽሁፍ ፋይሎች: ደንቦች: እና መንገዶች ሊይዝ ይችላል:"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2175,7 +2175,7 @@ msgctxt ""
"par_id150820161816036744\n"
"help.text"
msgid "<variable id=\"okbutton\">Once the connection is defined, click <emph>OK</emph> to connect. The dialog will dim until the connection is established with the server.</variable> A dialog asking for the user name and the password may pop up to let you log in the server. Proceed entering the right user name and password."
-msgstr ""
+msgstr "<variable id=\"okbutton\">ግንኙነት አንዴ ከ ተገለጸ: ይጫኑ <emph>እሺ</emph> ለ መገናኘት: ንግግሩ ይፈዛል ግንኙነቱ እስኪመሰረት ድረስ ከ ሰርቨሩ ጋር </variable> ንግግር ሊታይ ይችላል የሚጠይቅ የ ተጠቃሚ ስም እና የ መግቢያ ቃል ብቅ ሊል ይችላል እርስዎ ወደ ሰርቨር እንዲገቡ: ይቀጥሉ ማስገባት ትክክለኛውን ስም እና የ መግቢያ ቃል"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2183,15 +2183,15 @@ msgctxt ""
"bm_id170820161240508275\n"
"help.text"
msgid "<bookmark_value>SSH;remote file service setup</bookmark_value> <bookmark_value>FTP;remote file service setup</bookmark_value> <bookmark_value>remote file service setup;FTP</bookmark_value> <bookmark_value>remote file service setup;SSH</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>SSH: የ ሩቅ ፋይል ግልጋሎት ማሰናጃ</bookmark_value> <bookmark_value>FTP: የ ሩቅ ፋይል ግልጋሎት ማሰናጃ</bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት ማሰናጃ: FTP</bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት ማሰናጃ: SSH</bookmark_value>"
#: cmis-remote-files-setup.xhp
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"hd_id1508201618160340\n"
"help.text"
-msgid "Connecting to <link href=\"text/shared/00/00000002.xhp#ftp\">FTP</link> and SSH servers (check)"
-msgstr ""
+msgid "Connecting to <link href=\"text/shared/00/00000002.xhp#ftp\">FTP</link> and SSH servers"
+msgstr "በ መገናኘት ላይ ወደ <link href=\"text/shared/00/00000002.xhp#ftp\">FTP</link> እና SSH ሰርቨር"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2199,7 +2199,7 @@ msgctxt ""
"par_id150820161816034969\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2207,7 +2207,7 @@ msgctxt ""
"par_id150820161816039418\n"
"help.text"
msgid "<emph>Type</emph>: FTP or SSH"
-msgstr ""
+msgstr "<emph>አይነት</emph>: FTP ወይንም SSH"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2215,7 +2215,7 @@ msgctxt ""
"par_id15082016181603238\n"
"help.text"
msgid "<emph>Host</emph>: the server URL, usually in the form <item type=\"literal\">file.service.com</item>"
-msgstr ""
+msgstr "<emph>ጋባዥ</emph>: የ ሰርቨር URL, ብዙ ጊዜ በ ፎርም አይነት በ <item type=\"literal\">file.service.com</item>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2223,7 +2223,7 @@ msgctxt ""
"par_id150820161816046286\n"
"help.text"
msgid "<emph>Port</emph>: port number (usually 21 for FTP and 22 for SSH)."
-msgstr ""
+msgstr "<emph>Port</emph>: port number (ብዙ ጊዜ 21 ለ FTP and 22 ለ SSH)."
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2231,7 +2231,7 @@ msgctxt ""
"par_id150820161816041989\n"
"help.text"
msgid "<emph>User, Password</emph>: the username and password of the FTP service."
-msgstr ""
+msgstr "<emph>የ ተጠቃሚ: መግቢያ ቃል</emph>: የ ተጠቃሚ ስም እና የ መግቢያ ቃል ለ FTP ግልጋሎት"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2239,7 +2239,7 @@ msgctxt ""
"par_id150820161816047387\n"
"help.text"
msgid "<variable id=\"rememberpw\"><emph>Remember password</emph>: Check to store the password in %PRODUCTNAME user profile. The password will be secured by the master password in <item type=\"menuitem\">Tools - Options - LibreOffice - Security - Internet passwords</item>.</variable>"
-msgstr ""
+msgstr "<variable id=\"rememberpw\"><emph>የ መግቢያ ቃል አስታውስ</emph>: የ መግቢያ ቃል የ ተቀመበትን መርምር በ %PRODUCTNAME ተጠቃሚ ገጽታ ውስጥ: የ መግቢያ ቃል ይቀመጣል በ ዋናው መግቢያ ቃል ማስቀመጫ ውስጥ: በ <item type=\"menuitem\">መሳሪያዎች - ምርጫዎች - LibreOffice - ደህንነት - ኢንተርኔት የ መግቢያ ቃል</item>.</variable>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2247,7 +2247,7 @@ msgctxt ""
"par_id150820161816045167\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2255,7 +2255,7 @@ msgctxt ""
"par_id150820161816045015\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rootpar\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rootpar\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2263,15 +2263,15 @@ msgctxt ""
"par_id150820161816045804\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#okbutton\"/>."
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#okbutton\"/>."
#: cmis-remote-files-setup.xhp
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"hd_id150820161816049600\n"
"help.text"
-msgid "Connecting to a Windows share (check)"
-msgstr ""
+msgid "Connecting to a Windows share"
+msgstr "ወደ መስኮት ማካፈያ በ መገናኘት ላይ"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2279,7 +2279,7 @@ msgctxt ""
"bm_id170820161249395796\n"
"help.text"
msgid "<bookmark_value>remote file service;Windows share</bookmark_value> <bookmark_value>Windows share;remote file service</bookmark_value> <bookmark_value>Windows share;remote file service setup</bookmark_value> <bookmark_value>remote file service setup;Windows share</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>የ ሩቅ ፋይል ግልጋሎት: መስኮቶች ማካፈያ</bookmark_value> <bookmark_value>መስኮቶች ማካፈያ: የ ሩቅ ፋይል ግልጋሎት</bookmark_value> <bookmark_value>መስኮቶች ማካፈያ: የ ሩቅ ፋይል ግልጋሎት ማሰናጃ</bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት ማሰናጃ: መስኮቶች ማካፈያ</bookmark_value>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2287,7 +2287,7 @@ msgctxt ""
"par_id150820161816046729\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2295,7 +2295,7 @@ msgctxt ""
"par_id150820161816041482\n"
"help.text"
msgid "<emph>Type</emph>: Windows Share"
-msgstr ""
+msgstr "<emph>አይነት</emph>: መስኮት ማካፈያ"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2303,7 +2303,7 @@ msgctxt ""
"par_id150820161816041093\n"
"help.text"
msgid "<emph>Host</emph>: the server URL, usually in the form <item type=\"literal\">file.service.com</item>"
-msgstr ""
+msgstr "<emph>ጋባዥ</emph>: የ ሰርቨር URL, ብዙ ጊዜ በ ፎርም አይነት በ <item type=\"literal\">file.service.com</item>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2311,7 +2311,7 @@ msgctxt ""
"par_id150820161816042364\n"
"help.text"
msgid "<emph>Share</emph>: The Windows share."
-msgstr ""
+msgstr "<emph>ማካፈያ</emph>: መስኮት ማካፈያ"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2319,7 +2319,7 @@ msgctxt ""
"par_id150820161816049\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rememberpw\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rememberpw\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2327,7 +2327,7 @@ msgctxt ""
"par_id150820161816048365\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2335,7 +2335,7 @@ msgctxt ""
"par_id150820161816048181\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rootpar\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rootpar\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2343,7 +2343,7 @@ msgctxt ""
"par_id150820161816047868\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#okbutton\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#okbutton\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2351,7 +2351,7 @@ msgctxt ""
"hd_id160820161759157773\n"
"help.text"
msgid "Connecting to Google Drive"
-msgstr ""
+msgstr "ወደ ጉግል አካል በ መገናኘት ላይ"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2359,7 +2359,7 @@ msgctxt ""
"bm_id170820161251022847\n"
"help.text"
msgid "<bookmark_value>remote file service;Google Drive</bookmark_value> <bookmark_value>Google Drive;remote file service</bookmark_value> <bookmark_value>Google Drive;remote file service setup</bookmark_value> <bookmark_value>remote file service setup;Google Drive</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>የ ሩቅ ፋይል ግልጋሎት: የ ጉግል አካል</bookmark_value> <bookmark_value>የ ጉግል አካል: የ ሩቅ ፋይል ግልጋሎት</bookmark_value> <bookmark_value>የ ጉግል አካል: የ ሩቅ ፋይል ግልጋሎት ማሰናጃ</bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት ማሰናጃ: የ ጉግል አካል</bookmark_value>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2367,7 +2367,7 @@ msgctxt ""
"par_id160820161759169124\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2375,7 +2375,7 @@ msgctxt ""
"par_id160820161759169511\n"
"help.text"
msgid "<emph>Type</emph>: Google Drive."
-msgstr ""
+msgstr "<emph>ይጻፉ</emph>: የ ጉግል አካል"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2383,7 +2383,7 @@ msgctxt ""
"par_id16082016175916814\n"
"help.text"
msgid "<emph>User, Password</emph>: the username and password of the Google account."
-msgstr ""
+msgstr "<emph>የ ተጠቃሚ: መግቢያ ቃል</emph>: የ ተጠቃሚ ስም እና የ መግቢያ ቃል ለ ጉግል መግለጫ"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2391,7 +2391,7 @@ msgctxt ""
"par_id160820161759162239\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rememberpw\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rememberpw\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2399,7 +2399,7 @@ msgctxt ""
"par_id160820161759166391\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2407,7 +2407,7 @@ msgctxt ""
"par_id160820161759163527\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#okbutton\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#okbutton\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2415,7 +2415,7 @@ msgctxt ""
"hd_id150820161816044879\n"
"help.text"
msgid "Connecting to a <link href=\"text/shared/00/00000002.xhp#cmis\">CMIS</link> server"
-msgstr ""
+msgstr "በ መገናኘት ላይ ወደ <link href=\"text/shared/00/00000002.xhp#cmis\">CMIS</link> ሰርቨር"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2423,7 +2423,7 @@ msgctxt ""
"bm_id170820161254261587\n"
"help.text"
msgid "<bookmark_value>remote file service setup;other file services</bookmark_value> <bookmark_value>remote file service setup;Lotus</bookmark_value> <bookmark_value>remote file service setup;SharePoint</bookmark_value> <bookmark_value>remote file service setup;IBM</bookmark_value> <bookmark_value>remote file service setup;Nuxeo</bookmark_value> <bookmark_value>remote file service setup;Alfresco</bookmark_value> <bookmark_value>remote file service setup;CMIS server</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>የ ሩቅ ፋይል ግልጋሎት ማሰናጃ: የ ሌሎች ፋይሎች ግልጋሎቶች</bookmark_value> <bookmark_value>የ ፋይል ግልጋሎት ማሰናጃ: Lotus</bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት ማሰናጃ: SharePoint</bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት ማሰናጃ: IBM</bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት ማሰናጃ: Nuxeo</bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት ማሰናጃ: Alfresco</bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት ማሰናጃ: CMIS server</bookmark_value>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2431,7 +2431,7 @@ msgctxt ""
"par_id150820161816048323\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2439,7 +2439,7 @@ msgctxt ""
"par_id150820161816042787\n"
"help.text"
msgid "<emph>Type</emph>: Select the type of server in the list."
-msgstr ""
+msgstr "<emph>ይጻፉ</emph>: ይምረጡ የ ሰርቨር አይነት ከ ዝርዝር ውስጥ"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2447,7 +2447,7 @@ msgctxt ""
"par_id150820161816045515\n"
"help.text"
msgid "<emph>Host</emph>: the server URL. A URL default template is provided according to the server type. Set data accordingly."
-msgstr ""
+msgstr "<emph>ጋባዥ</emph>: የ ሰርቨር URL. የ URL ነባር ቴምፕሌት የሚቀርበው እንደ ሰርቨሩ አይነት ነው: ዳታ እንደ ሁኔታው ማሰናጃ"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2455,7 +2455,7 @@ msgctxt ""
"par_id150820161816046632\n"
"help.text"
msgid "<emph>User, Password</emph>: the username and password of the CMIS service."
-msgstr ""
+msgstr "<emph>የ ተጠቃሚ: መግቢያ ቃል</emph>: የ ተጠቃሚ ስም እና የ መግቢያ ቃል ለ CMIS ግልጋሎት"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2463,7 +2463,7 @@ msgctxt ""
"par_id150820161816054077\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rememberpw\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rememberpw\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2471,7 +2471,7 @@ msgctxt ""
"par_id150820161816053608\n"
"help.text"
msgid "<emph>Repository</emph>: select the files repository in the drop-down list."
-msgstr ""
+msgstr "<emph>ማጠራቀሚያ</emph>: ይምረጡ የ ፋይሎች ማጠራቀሚያ ወደ ታች-የሚዘረገፍ ዝርዝር ውስጥ"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2479,7 +2479,7 @@ msgctxt ""
"par_id150820161816054065\n"
"help.text"
msgid "<emph>Refresh button</emph>: click to refresh the contents of the repository list."
-msgstr ""
+msgstr "<emph>ማነቃቂያ ቁልፍ</emph>: ይጫኑ ይዞታዎች ማነቃቂያ ለ ማጠራቀሚያ ዝርዝር"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2487,7 +2487,7 @@ msgctxt ""
"par_id150820161816054039\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2495,7 +2495,7 @@ msgctxt ""
"par_id150820161816052286\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rootpar\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rootpar\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2503,7 +2503,7 @@ msgctxt ""
"par_id210820361039438142\n"
"help.text"
msgid "<link href=\"text/shared/guide/cmis-remote-files.xhp\">Opening and saving documents in remote file servers</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/guide/cmis-remote-files.xhp\">መክፈቻ እና ማስቀመጫ ፋይሎች በ ሩቅ ሰርቨሮች ላይ</link>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2511,7 +2511,7 @@ msgctxt ""
"par_id210820161039438142\n"
"help.text"
msgid "<link href=\"text/shared/guide/cmis-remote-files.xhp#check\">Checking-in and checking-out documents</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/guide/cmis-remote-files.xhp#check\">መግቢያ-መመርመሪያ እና መውጫ-መመርመሪያ ለ ሰነዶች</link>"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2519,7 +2519,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Using Remote Files"
-msgstr ""
+msgstr "የ ሩቅ ፋይሎች መጠቀሚያ"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2527,7 +2527,7 @@ msgctxt ""
"hd_id150820161615009403\n"
"help.text"
msgid "<variable id=\"remote-files\"><link href=\"text/shared/guide/cmis-remote-files.xhp\">Opening and saving files on remote servers</link></variable>"
-msgstr ""
+msgstr "<variable id=\"remote-files\"><link href=\"text/shared/guide/cmis-remote-files.xhp\">መክፈቻ እና ማስቀመጫ ፋይሎች በ ሩቅ ሰርቨሮች ላይ</link></variable>"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2535,7 +2535,7 @@ msgctxt ""
"par_id15082016161546265\n"
"help.text"
msgid "<ahelp hid=\"fps/ui/remotefilesdialog/RemoteFilesDialog\">Remote Files Service User Guide</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"fps/ui/remotefilesdialog/RemoteFilesDialog\">የ ሩቅ ፋይሎች ግልጋሎት የ ተጠቃሚ መምሪያ</ahelp>"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2543,7 +2543,7 @@ msgctxt ""
"par_id150820161816031425\n"
"help.text"
msgid "%PRODUCTNAME can open and save files stored on remote servers. Keeping files on remote servers allows to work with the documents using different computers. For example, you can work on a document in the office during the day and edit it at home for last-minute changes. Storing files on a remote server also backs up documents from computer loss or hard disk failure. Some servers are also able to check-in and check-out files, thus controlling their usage and access."
-msgstr ""
+msgstr "%PRODUCTNAME ፋይሎች መክፈት እና ማስቀመጥ ይችላል በ ሩቅ ሰርቨሮች ላይ የ ተቀመጥኡ: ፋይሎች በ ሩቅ ሰርቨር ላይ ማስቀመጥ የሚያስችለው በ ተለያዩ ኮምፒዩተሮች በ ሰነዶቹ ላይ መስራት ማስቻል ነው: ለምሳሌ: እርስዎ በ ቢሮ ውስጥ በ ሰነዶች ላይ ይሰራሉ ቀን እና እርስዎ ከ ቤትዎ ማረም ይችላሉ በ መጨረሻው-ደቂቃ ለውጦችን መፈጸም: ፋይሎችን በ ሩቅ ሰርቨር ላይ ማስቀመጥ እንዲሁም ጥሩ ነው ለ ሰነድ ተተኪ ለመፍጠር: በ ድንገት የ እርስዎ ኮምፒዩተር ቢሰበር: አንዳንድ ሰርቨሮች እንዲሁም መግቢያ-መመርመሪያ እና መውጪያ-መመርመሪያ አላቸው ለ ፋይሎች: ይህ ፋይሎች ጋር ለ መድረስ እና ለ መቆጣጠር ይጠቅማል"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2551,7 +2551,7 @@ msgctxt ""
"par_id150820161816033566\n"
"help.text"
msgid "%PRODUCTNAME supports many document servers that use well known network protocols such as FTP, WebDAV, Windows share, and SSH. It also supports popular services like Google Drive as well as commercial and open source servers that implement the OASIS CMIS standard."
-msgstr ""
+msgstr "%PRODUCTNAME በርካታ የ ሰርቨር ሰነዶች ይደግፋል የሚጠቀም የታወቀ የ ኔትዎርክ አሰራሮች እንደ FTP, WebDAV, Windows share, እና SSH. ያሉ: እንዲሁም ይደግፋል የታወቁ ግልጋሎቶች እንደ Google Drive እንዲሁም የ ንግድ እና open source ሰርቨሮች መፈጸሚያ በ OASIS CMIS ደረጃዎች"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2559,7 +2559,7 @@ msgctxt ""
"par_id170820161605418200\n"
"help.text"
msgid "To work with a remote file service you must first <link href=\"text/shared/guide/cmis-remote-files-setup.xhp\">setup a remote file connection</link>."
-msgstr ""
+msgstr "በ ሩቅ ፋይል ግልጋሎት ለ መስራት እርስዎ መጀመሪያ <link href=\"text/shared/guide/cmis-remote-files-setup.xhp\">የ ሩቅ ፋይል ግንኙነት ማሰናዳት አለብዎት</link>."
#: cmis-remote-files.xhp
msgctxt ""
@@ -2567,7 +2567,7 @@ msgctxt ""
"bm_id190820161715167576\n"
"help.text"
msgid "<bookmark_value>opening;CMIS remote file</bookmark_value> <bookmark_value>opening;remote file</bookmark_value> <bookmark_value>remote file service;opening file</bookmark_value> <bookmark_value>opening remote file</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>መክፈቻ: CMIS የ ሩቅ ፋይል</bookmark_value> <bookmark_value>መክፈቻ: የ ሩቅ ፋይል</bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት: መክፈቻ ፋይል</bookmark_value> <bookmark_value>መክፈቻ የ ሩቅ ፋይል</bookmark_value>"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2575,7 +2575,7 @@ msgctxt ""
"par_id160820161854537016\n"
"help.text"
msgid "To open a file in a remote file service"
-msgstr ""
+msgstr "በ ሩቅ ሰርቨር ላይ የ ፋይል ግልጋሎት መክፈት ከ ፈለጉ"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2583,7 +2583,7 @@ msgctxt ""
"par_id170820161605411154\n"
"help.text"
msgid "Do one of the following:"
-msgstr ""
+msgstr "ከ እነዚህ አንዱን ይስሩ:"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2591,7 +2591,7 @@ msgctxt ""
"par_id17082016160541995\n"
"help.text"
msgid "Choose <item type=\"menuitem\">File - Open remote file</item> in any %PRODUCTNAME module"
-msgstr ""
+msgstr "ይምረጡ <item type=\"menuitem\">ፋይል - መክፈቻ የ ሩቅ ፋይል</item> በ ማንኛውም %PRODUCTNAME ክፍል"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2599,7 +2599,7 @@ msgctxt ""
"par_id170820161605414687\n"
"help.text"
msgid "Click the <emph>Remote Files</emph> button the Start Center"
-msgstr ""
+msgstr "ይጫኑ የ <emph>ሩቅ ፋይሎች</emph> ቁልፍ ማስጀመሪያ ማእከል"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2607,7 +2607,7 @@ msgctxt ""
"par_id170820161605418205\n"
"help.text"
msgid "The Remote Files dialog appears."
-msgstr ""
+msgstr "የ ሩቅ ፋይሎች ንግግር ይታያል"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2615,7 +2615,7 @@ msgctxt ""
"par_id170820161605417597\n"
"help.text"
msgid "Select the file and click <emph>Open</emph> or press <emph>Enter</emph>."
-msgstr ""
+msgstr "ፋይል ይምረጡ እና ይጫኑ <emph>መክፈቻ</emph> ወይንም ይጫኑ <emph>ማስገቢያ</emph>."
#: cmis-remote-files.xhp
msgctxt ""
@@ -2623,7 +2623,7 @@ msgctxt ""
"par_id150820161816053974\n"
"help.text"
msgid "The Remote Files dialog which then appears has many parts. The upper list box contains the list of remote servers you have previously defined. The line below the list box shows the path to access the folder. On the left is the folder structure of the user space in the server. The main pane displays the files in the remote folder."
-msgstr ""
+msgstr "የ ሩቅ ፋይሎች ንግግር ይታያል ብዙ አካሎች ያሉት: የ ላይኛው ዝርዝር ሳጥን የያዘው የ ዝርዝር የ ሩቅ ሰርቨሮች ነው እርስዎ በ ቅድሚያ የ ገለጹትን: ከ ታች በኩል ያለው የ ዝርዝር ሳጥን የሚያሳየው ፎልደር ጋር መድረሻ መንገድ ነው: በ ግራ በኩል ያለው የ ፎልደር አካል የ ተጠቃሚ ቦታ ነው በ ሰርቨሩ ውስጥ: ዋናው ክፍል የሚያሳየው ፋይሎች በ ሩቅ ፎልደሮች ውስጥ ያሉትን ነው"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2631,7 +2631,7 @@ msgctxt ""
"bm_id190820161721082861\n"
"help.text"
msgid "<bookmark_value>remote file service;file lock</bookmark_value> <bookmark_value>remote file service;version control</bookmark_value> <bookmark_value>remote file service;working copy</bookmark_value> <bookmark_value>remote file service;check-out</bookmark_value> <bookmark_value>remote file service;check-in</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>የ ሩቅ ፋይል ግልጋሎት: ፋይል መቆለፊያ</bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት: እትም መቆጣጠሪያ</bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት: የሚሰራ ኮፒ</bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት: መውጫ-መመርመሪያ</bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት: መግቢያ-መመርመሪያ</bookmark_value>"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2639,7 +2639,7 @@ msgctxt ""
"hd_id170820161605421283\n"
"help.text"
msgid "Checking out and checking in files"
-msgstr ""
+msgstr "መውጪያ መመርመሪያ እና ፋይሎችን መመርመሪያ"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2647,7 +2647,7 @@ msgctxt ""
"par_id170820161605429941\n"
"help.text"
msgid "Check Out and Check In services control updates to document and prevent unwanted overwrites in a CMIS remote service."
-msgstr ""
+msgstr "መውጫ-መመርመሪያ እና የ ግልጋሎቶች መቆጣጠሪያ ማሻሻያዎች መመርመሪያ ለ ሰነድ እና ከ ማይፈለግ በላዩ መጻፊያ ለ መጠበቅ በ CMIS የ ሩቅ ግልጋሎት ውስጥ"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2655,7 +2655,7 @@ msgctxt ""
"par_id17082016160542203\n"
"help.text"
msgid "Checking out a document locks it, preventing other users writing changes to it. Only one user can have a particular document checked out (locked) at any time. Checking in a document or canceling the check out unlocks the document."
-msgstr ""
+msgstr "መውጪያ መመርመሪያ ሰነዱን ይቆልፋል: ሌሎች ተጠቃሚዎች በላዩ ላይ ለውጦችን እንዳይጽፉ: አንድ ተጠቃሚ ብቻ ይኖረዋል የ ተወሰነ ሰነድ የ መውጪያ መመርመሪያ (የ ተቆለፈ) በማንኛውም ጊዜ: መግቢያ መመርመሪያ በ ሰነድ ውስጥ ወይንም መሰረዝ የ መውጪያ መመርመሪያ ሰነዱን ይከፍተዋል"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2663,7 +2663,7 @@ msgctxt ""
"par_id170820161605426690\n"
"help.text"
msgid "There are no check controls for remote files in Windows Shares, WebDAV, FTP and SSH services."
-msgstr ""
+msgstr "ለ ሩቅ ፋይሎች የ መቆጣጠሪያ መመርመሪያ የለም ለ Windows ማካፈያዎች: WebDAV, FTP እና SSH ግልጋሎቶች"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2671,7 +2671,7 @@ msgctxt ""
"par_id170820161605428976\n"
"help.text"
msgid "When a file is open from a CMIS remote file service, %PRODUCTNAME display a <emph>Check-out</emph> button on the top message area. Click the <emph>Check-out</emph> button to lock the file in the server to prevent edition by another user. Alternatively choose <item type=\"menuitem\">File - Check-out</item>."
-msgstr ""
+msgstr "ፋይል በሚከፈት ጊዜ በ CMIS የ ሩቅ ፋይል ግልጋሎት: %PRODUCTNAME ይታያል የ a <emph>መውጫ-መመርመሪያ</emph> ቁልፍ ከ መልእክቱ በ ላይ በኩል: ይጫኑ የ <emph>መውጫ-መመርመሪያ</emph> ቁልፍ ፋይል ለ መቆለፍ በ ሰርቨሩ ውስጥ ለ መከልከል ፋይሉን ከ ማረም በ ሌሎች ተጠቃሚዎች: በ አማራጭ ይምረጡ <item type=\"menuitem\">ፋይል - መውጫ-መመርመሪያ</item>."
#: cmis-remote-files.xhp
msgctxt ""
@@ -2679,7 +2679,7 @@ msgctxt ""
"par_id190820161707153804\n"
"help.text"
msgid "%PRODUCTNAME creates a working copy of the file in the server (and inserts the string <item type=\"literal\">(Working Copy)</item> in the file name) when a file is checked-out. Every edition and save operation is done in the working copy. You can save your file as many times you want. When you finished your changes, check-in the file."
-msgstr ""
+msgstr "%PRODUCTNAME የሚሰራ ፋይል ኮፒ መፍጠሪያ በ ሰርቨር ውስጥ (እና ሀረግ ማስገቢያ <item type=\"literal\">( የሚሰራ ኮፒ )</item> በ ፋይል ስም) ፋይል በ መውጫ-መመርመሪያ: እያንዳንዱ እትም የ ማስቀመጫ ተግባር ይፈጸማል በሚሰራ ኮፒ ውስጥ: እርስዎ ማስቀመጥ ይችላሉ የ እርስዎን ፋይል በሚፈልጉት ቁጥር መጠን: እርስዎ ለውጦችን ከ ፈጸሙ በኋላ: በ መግቢያ-መመርመሪያ ፋይል ውስጥ"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2687,7 +2687,7 @@ msgctxt ""
"par_id190820161707156843\n"
"help.text"
msgid "To check-in the file, choose <item type=\"menuitem\">File - Check-in</item>. A dialog opens to insert comments about the last edition. These comments are recorded in the CMIS server for version control. The working copy replaces the existing file and its version number is updated."
-msgstr ""
+msgstr "የ መግቢያ-መመርመሪያ በ ፋይል ላይ ለ መፈጸም: ይምረጡ <item type=\"menuitem\">ፋይል - መግቢያ-መመርመሪያ</item> ንግግር ይከፈታል ትእዛዞች ለማስገቢያ ስለ መጨረሻው እትም: እነዚህ ትእዛዞች ይቀረጻሉ በ CMIS ሰርቨር ለ እትም መቆጣጠሪያ: የ መስሪያ ኮፒ ይቀይራል የ ነበረውን ፋይል እና የ እትም ቁጥር ይሻሻላል"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2695,7 +2695,7 @@ msgctxt ""
"par_id190820161707155303\n"
"help.text"
msgid "To cancel a check-out, choose <item type=\"menuitem\">File - Cancel Check-Out</item>. A warning message will inform that the latest edition will be discarded. If confirmed, no version updates occurs."
-msgstr ""
+msgstr "የ መውጫ-መመርመሪያ ለ መሰረዝ: ይምረጡ <item type=\"menuitem\">ፋይል - መሰረዥ መውጫ-መመርመሪያ</item> የ ማስጠንቀቂያ መልእክት ይታያል እና ዘመናዊው እትም ይወገዳል: ካረጋገጡ: ምንም የ እትም ማሻሻያ አይካሄድም"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2703,7 +2703,7 @@ msgctxt ""
"par_id19082016170715785\n"
"help.text"
msgid "Remember to check-in the file when finishing using it. Not doing so will lock the file and no other user will be allowed to modify it."
-msgstr ""
+msgstr "ያስታውሱ የ መግቢያ-መመርመሪያ በ ፋይል ውስጥ መፈጸሙን መጠቀም ሲጨርሱ: ይህን ካላደረጉ ፋይሉ ይቆለፋል: እና ሌላ ተጠቃሚ ፋይሉን ማሻሻል አይችልም"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2711,7 +2711,7 @@ msgctxt ""
"bm_id190820161722159908\n"
"help.text"
msgid "<bookmark_value>remote file service;saving to remote server</bookmark_value> <bookmark_value>remote file service;saving</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>የ ሩቅ ፋይል ግልጋሎት: ማስቀመጫ ወደ ሩቅ ፋይል ሰርቨር </bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት: ማስቀመጫ</bookmark_value>"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2719,7 +2719,7 @@ msgctxt ""
"hd_id170820161605423820\n"
"help.text"
msgid "To save a file in a remote file server"
-msgstr ""
+msgstr "ፋይል በ ሩቅ የ ፋይል ሰርቨር ላይ ለ ማስቀመጥ"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2727,7 +2727,7 @@ msgctxt ""
"par_id170820161605428770\n"
"help.text"
msgid "Do one of the following"
-msgstr ""
+msgstr "ከ እነዚህ አንዱን ይስሩ:"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2735,7 +2735,7 @@ msgctxt ""
"par_id170820161605423872\n"
"help.text"
msgid "If the file was opened from a CMIS server, choose <item type=\"menuitem\">File - Save</item>, click on the <emph>Save</emph> button or hit <item type=\"literal\">Ctrl + S</item>."
-msgstr ""
+msgstr "ፋይሉ የ ተከፈተው ከ CMIS ሰርቨር ውስጥ ከሆነ: ይምረጡ <item type=\"menuitem\">ፋይል - ማስቀመጫ</item> ይጫኑ በ <emph>ማስቀመጫ</emph> ቁልፍ ላይ ወይንም ይምቱ <item type=\"literal\">Ctrl + S</item>."
#: cmis-remote-files.xhp
msgctxt ""
@@ -2743,7 +2743,7 @@ msgctxt ""
"par_id190820161707166344\n"
"help.text"
msgid "If the file is not stored in a CMIS server, Choose <item type=\"menuitem\">File - Save to Remote Server </item>or do a long click in the <emph>Save</emph> icon, and select <emph>Save Remote File</emph>"
-msgstr ""
+msgstr "ፋይሉ በ CMIS ሰርቨር ላይ ካልተቀመጠ: ይምረጡ <item type=\"menuitem\">ፋይል - ማስቀመጫ ወደ ሩቅ ሰርቨር </item>ወይንም በረጅሙ ይጫኑ በ <emph>ማስቀመጫ</emph> ምልክት ላይ: እና ይምረጡ <emph>ፋይል በ ሩቅ ማስቀመጫ </emph>"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2751,7 +2751,7 @@ msgctxt ""
"par_id170820161605428591\n"
"help.text"
msgid "The <emph>Remote files</emph> dialog appears"
-msgstr ""
+msgstr "የ <emph>ሩቅ ፋይሎች</emph> ንግግር ይታያል"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2759,7 +2759,7 @@ msgctxt ""
"par_id170820161605425024\n"
"help.text"
msgid "In the <emph>Filter</emph> list box, select the desired format."
-msgstr ""
+msgstr "በ <emph>ማጣሪያ</emph> ዝርዝር ሳጥን ውስጥ: ይምረጡ የሚፈለገውን አቀራረብ"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2767,7 +2767,7 @@ msgctxt ""
"par_id170820161605424622\n"
"help.text"
msgid "Enter a name in the File name box and click <emph>Save</emph>."
-msgstr ""
+msgstr "ስም ያስገቡ በ ፋይል ስም ሳጥን ውስጥ እና ይጫኑ <emph> ማስቀመጫ </emph>."
#: cmis-remote-files.xhp
msgctxt ""
@@ -2775,7 +2775,7 @@ msgctxt ""
"par_id190820161707163121\n"
"help.text"
msgid "If you will end working with the file, check-in the file, Go to <item type=\"menuitem\">File - Check-in</item>."
-msgstr ""
+msgstr "በ ፋይሉ የሚሰሩትን ከ ጨረሱ መግቢያ-መመርመሪያ የ ፋይሉን: ይሂዱ ወደ <item type=\"menuitem\">ፋይል - መግቢያ-መመርመሪያ</item>."
#: cmis-remote-files.xhp
msgctxt ""
@@ -2783,7 +2783,7 @@ msgctxt ""
"bm_id19082016172305788\n"
"help.text"
msgid "<bookmark_value>remote file service;CMIS properties</bookmark_value> <bookmark_value>remote file service;file properties</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>የ ሩቅ ፋይል ግልጋሎት: CMIS ባህሪዎች</bookmark_value> <bookmark_value>የ ሩቅ ፋይል ግልጋሎት: ፋይል ባህሪዎች</bookmark_value>"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2791,7 +2791,7 @@ msgctxt ""
"hd_id190820161707169171\n"
"help.text"
msgid "Properties of files stored in CMIS servers"
-msgstr ""
+msgstr "በ CMIS ሰርቨር ላይ የ ተቀመጡ የ ፋይሎች ባህሪዎች"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2799,7 +2799,7 @@ msgctxt ""
"par_id19082016170716519\n"
"help.text"
msgid "Files stored in CMIS server have properties and metadata not available in a local storage. These metadata are important for controls and debugging of the CMIS connection and server implementation. All parameters dispalyed are read-only."
-msgstr ""
+msgstr "ፋይሎች የ ተቀመጡ በ CMIS ሰርቨር ውስጥ ባህሪዎች እና metadata አላቸው በ አካባቢ ማጠራቀሚያ ውስጥ ዝግጁ ያልሆነ: እነዚህ metadata አስፈላጊ ናቸው ለ መቆጣጠሪያ እና debugging ለ CMIS ግንኙነት እና ሰርቨር መፈጸሚያ: ሁሉም ደንቦች የሚታዩት ለ ንባብ-ብቻ ነው"
#: cmis-remote-files.xhp
msgctxt ""
@@ -2807,7 +2807,7 @@ msgctxt ""
"par_id190820161707161708\n"
"help.text"
msgid "Choose <item type=\"menuitem\">File - Properties</item>, CMIS tab."
-msgstr ""
+msgstr "ይምረጡ <item type=\"menuitem\">ፋይል - ባህሪዎች</item> CMIS tab."
#: cmis-remote-files.xhp
msgctxt ""
@@ -2815,7 +2815,7 @@ msgctxt ""
"par_id210820161033581776\n"
"help.text"
msgid "<link href=\"text/shared/guide/cmis-remote-files-setup.xhp\">Setting up a remote file service</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/guide/cmis-remote-files-setup.xhp\">የ ሩቅ ፋይል ግልጋሎት ማሰናጃ</link>"
#: collab.xhp
msgctxt ""
@@ -4857,7 +4857,7 @@ msgctxt ""
"par_id7510910\n"
"help.text"
msgid "Right-click the name of a report in the database file window, then choose Edit."
-msgstr "በቀኝ-ይጫኑ የ መግለጫውን ስም ከ ዳታቤዝ ፋይል መስኮት ውስጥ: እና ካዛ ይጫኑ ማረሚያ"
+msgstr "በ ቀኝ-ይጫኑ የ መግለጫውን ስም ከ ዳታቤዝ ፋይል መስኮት ውስጥ: እና ካዛ ይጫኑ ማረሚያ"
#: data_report.xhp
msgctxt ""
@@ -5755,7 +5755,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "On the left you can see the <link href=\"text/shared/02/12000000.xhp\" name=\"Data source explorer\">Data source explorer</link>. If you select a table or query there, you see the contents of this table or query on the right. At the top margin is the <link href=\"text/shared/main0212.xhp\" name=\"Database bar\">Table Data bar</link>."
-msgstr "በ ግራ በኩል ይታይዎታል <link href=\"text/shared/02/12000000.xhp\" name=\"Data source explorer\">የ ዳታ ምንጭ መቃኛ</link> ሰንጠረዥ ወይንም ጥያቄ ከመረጡ: ሰንጠረዥ ወይንም ጥያቄ እዛ ከመረጡ የ ሰንጠረዥ ወይንም ጥያቄ ይዞታው ከላይ መስመር በቀኝ በኩል ይታያል <link href=\"text/shared/main0212.xhp\" name=\"Database bar\">የ ሰንጠረዥ ዳታ መደርደሪያ</link>."
+msgstr "በ ግራ በኩል ይታይዎታል <link href=\"text/shared/02/12000000.xhp\" name=\"Data source explorer\">የ ዳታ ምንጭ መቃኛ</link> ሰንጠረዥ ወይንም ጥያቄ ከመረጡ: ሰንጠረዥ ወይንም ጥያቄ እዛ ከመረጡ የ ሰንጠረዥ ወይንም ጥያቄ ይዞታው ከላይ መስመር በ ቀኝ በኩል ይታያል <link href=\"text/shared/main0212.xhp\" name=\"Database bar\">የ ሰንጠረዥ ዳታ መደርደሪያ</link>."
#: database_main.xhp
msgctxt ""
@@ -6104,7 +6104,7 @@ msgctxt ""
"par_id0821200910191774\n"
"help.text"
msgid "When you sign a document with OpenOffice.org 3.2 or StarOffice 9.2 or a later version, and you open that document in an older version of the software, the signature will be displayed as \"invalid\". Signatures created with older versions of the software will be marked with \"only parts of the document is signed\" when loaded in the newer software."
-msgstr ""
+msgstr "እርስዎ ሰነድ በሚፈርሙ ጊዜ በ OpenOffice.org 3.2 ወይንም በ StarOffice 9.2 ወይንም ዘመናዊ እትም: እና እርስዎ ሰነዱን በ አሮጌ እትም ሶፍትዌር ሲከፍቱ: ፊርማው የሚታየው እንደ \"ዋጋ የሌለው\" ነው: ፊርማዎች የ ተፈጠሩ በ አሮጌው እትም ሶፍትዌር ምልክት ይደረግባቸዋል እንደ \"የ ሰነዱ አካል ተፈርሟል\" የሚል በ አዲስ ሶፍትዌር በሚጫን ጊዜ"
#: digital_signatures.xhp
msgctxt ""
@@ -6112,7 +6112,7 @@ msgctxt ""
"par_id0821200910191775\n"
"help.text"
msgid "When you sign an OOXML document, then the signature will be always marked with \"only parts of the document is signed\". Metadata of OOXML files are never signed, to be compatible with Microsoft Office."
-msgstr ""
+msgstr "እርስዎ በሚፈርሙ ጊዜ የ OOXML ሰነድ: ፊርማው ሁል ጊዜ ምልክት ይደረግበታል \"በ ከፊል ሰነዱ ተፈርሟል\". Metadata of OOXML ፋይሎች አልተፈረሙም: ተስማሚ እንዲሁኑ ከ Microsoft Office."
#: digital_signatures.xhp
msgctxt ""
@@ -6120,7 +6120,7 @@ msgctxt ""
"par_id0821200910191776\n"
"help.text"
msgid "When you sign a PDF document, then this marking is not used. Signing only parts of the document is simply an invalid signature."
-msgstr ""
+msgstr "እርስዎ የ PDF ሰነድ ሲፈርሙ: ይህን ምልክት ማድረጊያ አይጠቀሙም: የ ሰነዱን ትንሽ አካል መፈረም በ ቀላሉ ምንም ዋጋ የ ሌለው ፊርማ ነው"
#: digital_signatures.xhp
msgctxt ""
@@ -6128,7 +6128,7 @@ msgctxt ""
"par_id0821200910191777\n"
"help.text"
msgid "Signing other document formats is not supported at the moment."
-msgstr ""
+msgstr "የ ሌላ ሰነድ አቀራረብ መፈረም ለ ጊዜው የ ተደገፈ አይደለም"
#: digital_signatures.xhp
msgctxt ""
@@ -6837,7 +6837,7 @@ msgctxt ""
"par_idN107A9\n"
"help.text"
msgid "Choose <item type=\"menuitem\">File – Open</item>"
-msgstr ""
+msgstr "ይምረጡ <item type=\"menuitem\">ፋይል - መክፈቻ</item>"
#: doc_open.xhp
msgctxt ""
@@ -6845,7 +6845,7 @@ msgctxt ""
"par_id210820160859353525\n"
"help.text"
msgid "Choose<item type=\"menuitem\"> File – Open remote file</item>"
-msgstr ""
+msgstr "ይምረጡ <item type=\"menuitem\">ፋይል - መክፈቻ የ ሩቅ ፋይል</item>"
#: doc_open.xhp
msgctxt ""
@@ -6853,7 +6853,7 @@ msgctxt ""
"par_id210820160901392820\n"
"help.text"
msgid "Do a long click in the <emph>Open</emph> icon on the standard toolbar and select <emph>Open Remote File</emph> in the bottom of the list."
-msgstr ""
+msgstr "በ ረጅሙ ይጫኑ በ <emph>መክፈቻ</emph> ምልክት ላይ በ መደበኛ እቃ መደርደሪያ ላይ እና ይምረጡ <emph>የ ሩቅ ፋይል መክፈቻ</emph> ከ ዝርዝር በ ታች በኩል"
#: doc_open.xhp
msgctxt ""
@@ -8536,7 +8536,7 @@ msgctxt ""
"par_idN1069D\n"
"help.text"
msgid "After you select the attributes that you want to search for, the <emph>Paragraph Styles</emph> box in the <emph>Other options</emph> area of the %PRODUCTNAME Writer <emph>Find & Replace </emph>dialog changes to <emph>Including Styles</emph>."
-msgstr ""
+msgstr "እርስዎ መለያዎች ከ መረጡ በኋላ እርስዎ የሚፈልጉትን በ <emph>አንቀጽ ዘዴዎች</emph> ሳጥን ውስጥ በ <emph>ሌሎች ምርጫ</emph> ቦታ በ %PRODUCTNAME መጻፊያ <emph>መፈለጊያ & መቀየሪያ</emph> ንግግር ይቀየራል ወደ <emph>ዘዴዎች ማካተቻ </emph>."
#: find_attributes.xhp
msgctxt ""
@@ -8552,7 +8552,7 @@ msgctxt ""
"par_idN106B7\n"
"help.text"
msgid "The search criteria for attributes are listed below the <emph>Find</emph> box."
-msgstr ""
+msgstr "የ መፈለጊያ መመዘኛ ደንብ ለ ባህሪዎች ከ ታች በኩል ተዘርዝሯል በ <emph>መፈለጊያ</emph> ሳን ውስጥ"
#: find_attributes.xhp
msgctxt ""
@@ -8576,7 +8576,7 @@ msgctxt ""
"par_idN106CD\n"
"help.text"
msgid "Clear the <emph>Find</emph> text box if necessary."
-msgstr ""
+msgstr "ማጽጃ ከ <emph>መፈለጊያ</emph> ጽሁፍ ሳጥን ውስጥ አስፈላጊ ከሆነ"
#: find_attributes.xhp
msgctxt ""
@@ -8600,7 +8600,7 @@ msgctxt ""
"par_idN106E8\n"
"help.text"
msgid "In the <emph>Find & Replace</emph> dialog, you now can read \"Font\" below the <emph>Find</emph> text box."
-msgstr ""
+msgstr "በ <emph>መፈለጊያ & መቀየሪያ</emph> ንግግር ውስጥ አሁን ማንበብ ይችላሉ \"ፊደል\" ከ ታች ከ <emph>መፈለጊያ </emph> ጽሁፍ ሳጥን ውስጥ"
#: find_attributes.xhp
msgctxt ""
@@ -8733,7 +8733,7 @@ msgctxt ""
"bm_id3152801\n"
"help.text"
msgid "<bookmark_value>toolbars;docking/undocking</bookmark_value> <bookmark_value>toolbars;viewing/closing</bookmark_value> <bookmark_value>closing;toolbars</bookmark_value> <bookmark_value>docking;toolbars</bookmark_value> <bookmark_value>fixing toolbars</bookmark_value> <bookmark_value>detaching toolbars</bookmark_value> <bookmark_value>placing toolbars</bookmark_value> <bookmark_value>positioning;toolbars</bookmark_value> <bookmark_value>moving;toolbars</bookmark_value> <bookmark_value>attaching toolbars</bookmark_value> <bookmark_value>floating toolbars</bookmark_value> <bookmark_value>windows;docking</bookmark_value> <bookmark_value>viewing;toolbars</bookmark_value> <bookmark_value>showing;toolbars</bookmark_value> <bookmark_value>icon bars, see toolbars</bookmark_value> <bookmark_value>button bars, see toolbars</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>እቃ መደርደሪያ: ማሳረፊያ/ማላቀቂያ</bookmark_value> <bookmark_value>እቃ መደርደሪያ: መመልከቻ/በ መዝጋት ላይ</bookmark_value> <bookmark_value>በ መዝጋት ላይ: እቃ መደርደሪያ:</bookmark_value> <bookmark_value>ማሳረፊያ: እቃ መደርደሪያ</bookmark_value> <bookmark_value>መጠገኛ እቃ መደርደሪያ</bookmark_value> <bookmark_value>ማላቀቂያ እቃ መደርደሪያ</bookmark_value> <bookmark_value>ማስቀመጫ እቃ መደርደሪያ:</bookmark_value> <bookmark_value>ማስቀመጫ: እቃ መደርደሪያ</bookmark_value> <bookmark_value>ማንቀሳቀሻ: እቃ መደርደሪያ</bookmark_value> <bookmark_value>ማያያዣ እቃ መደርደሪያ</bookmark_value> <bookmark_value>ተንሳፋፊ እቃ መደርደሪያ</bookmark_value> <bookmark_value>መስኮቶች: ማሳረፊያ</bookmark_value> <bookmark_value>መመልከቻ: እቃ መደርደሪያ</bookmark_value> <bookmark_value>ማሳያ: እቃ መደርደሪያ</bookmark_value> <bookmark_value>ምልክት መደርደሪያ: ይመልከቱ እቃ መደርደሪያ</bookmark_value> <bookmark_value>የ ቁልፍ መደርደሪያ: ይመልከቱ እቃ መደርደሪያ</bookmark_value>"
#: floating_toolbar.xhp
msgctxt ""
@@ -8741,7 +8741,7 @@ msgctxt ""
"hd_id3152801\n"
"help.text"
msgid "<variable id=\"floating_toolbar\"><link href=\"text/shared/guide/floating_toolbar.xhp\" name=\"Using Toolbars\">Using Toolbars</link> </variable>"
-msgstr ""
+msgstr "<variable id=\"floating_toolbar\"><link href=\"text/shared/guide/floating_toolbar.xhp\" name=\"Using Toolbars\">እቃ መደርደሪያ መጠቀሚያ</link> </variable>"
#: floating_toolbar.xhp
msgctxt ""
@@ -8749,7 +8749,7 @@ msgctxt ""
"par_id3143267\n"
"help.text"
msgid "Some toolbar icons, for example the <emph>Font Color</emph> icon, can open another toolbar. Click the arrow next to the icon to open a toolbar containing further icons."
-msgstr ""
+msgstr "አንዳንድ የ እቃ መደርደሪያ ምልክቶች: ለምሳሌ የ <emph>ፊደል ቀለም</emph> ምልክት: ሌላ የ እቃ መደርደሪያ ይከፍታል: ይጫኑ ቀስቱን ከ ምልክቱ አጠገብ ያለውን ለ መክፈት የ እቃ መደርደሪያ ተጨማሪ ምልክቶች የያዘውን"
#: floating_toolbar.xhp
msgctxt ""
@@ -8757,7 +8757,7 @@ msgctxt ""
"par_id3155450\n"
"help.text"
msgid "You now have a choice: either click the icon that you want to activate, or seize the toolbar by its title bar and drag it while holding down the mouse button."
-msgstr ""
+msgstr "እርስዎ አሁን ምርጫ አለዎት: እርስዎ ማስጀመር የሚፈልጉትን ምልክት መጫን: ወይንም የ እቃ መደርደሪያውን መመጠኛ በ አርእስት መደርደሪያ እና ይጎትቱት ተጭነው ይዘው የ አይጥ ቁልፍ"
#: floating_toolbar.xhp
msgctxt ""
@@ -8781,7 +8781,7 @@ msgctxt ""
"par_id190920161856181370\n"
"help.text"
msgid "Toolbars are hidden by default when the <link href=\"text/shared/01/notebook_bar.xhp\">Notebook bar</link> is active."
-msgstr ""
+msgstr "የ እቃ መደርደሪያ በ ነባር ይደበቃል የ <link href=\"text/shared/01/notebook_bar.xhp\">ማስታወሻ ደብተር መደርደሪያ</link> ንቁ ሲሆን"
#: floating_toolbar.xhp
msgctxt ""
@@ -8901,7 +8901,7 @@ msgctxt ""
"par_id190920161856185296\n"
"help.text"
msgid "<link href=\"text/shared/01/notebook_bar.xhp\">Notebook bar</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/notebook_bar.xhp\">ማስታወሻ ደብተር መደርደሪያ</link>"
#: fontwork.xhp
msgctxt ""
@@ -9834,7 +9834,7 @@ msgctxt ""
"par_idN1082C\n"
"help.text"
msgid "Right-click the \"Internet Link\" or \"Visited Internet Link\" character style, and choose <emph>Modify</emph>."
-msgstr "በቀኝ-ይጫኑ የ \"ኢንተርኔት አገናኝ\" ወይንም \"የተጎበኘ የ ኢንተርኔት አገናኝ\" ባህሪ ዘዴ እና ይጫኑ <emph>ማሻሻያ</emph>."
+msgstr "በ ቀኝ-ይጫኑ የ \"ኢንተርኔት አገናኝ\" ወይንም \"የተጎበኘ የ ኢንተርኔት አገናኝ\" ባህሪ ዘዴ እና ይጫኑ <emph>ማሻሻያ</emph>."
#: hyperlink_edit.xhp
msgctxt ""
@@ -9919,8 +9919,8 @@ msgctxt ""
"hyperlink_insert.xhp\n"
"par_idN1076D\n"
"help.text"
-msgid "To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Insert - Names - Define</emph>)."
-msgstr "በ ሰንጠረዥ ውስጥ ወደ ክፍል ውስጥ ለ መዝለል: መጀመሪያ ያስገቡ ስም ለ ክፍሉ (<emph>ማስገቢያ - ስም - መግለጫ</emph>)."
+msgid "To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Sheet - Named Ranges and Expressions - Define</emph>)."
+msgstr "በ ሰንጠረዥ ውስጥ ወደ ክፍል ውስጥ ለ መዝለል: በ መጀመሪያ ለ ክፍሉ ስም ያስገቡ (<emph>ወረቀት - የ ተሰየሙ መጠኖች እና መግለጫዎች - መግለጫ</emph>)"
#: hyperlink_insert.xhp
msgctxt ""
@@ -9989,7 +9989,7 @@ msgctxt ""
"par_id3145382\n"
"help.text"
msgid "You should create the same directory structure on your hard disk as that which exists in the web space hosted by your Internet provider. Call the root directory for the homepage on your hard disk \"homepage\", for example. The start file is then \"index.html\", the full path being \"C:\\homepage\\index.html\" (assuming Windows operating system). The URL on your Internet provider's server might then be as follows: \"http://www.myprovider.com/mypage/index.html\". With relative addressing, you indicate the link relative to the location of the output document. For example, if you placed all the graphics for your homepage in a subfolder called \"C:\\homepage\\images\", you would need to give the following path to access the graphic \"picture.gif\": \"images\\picture.gif\". This is the relative path, starting from the location of the file \"index.html\". On the provider's server, you would place the picture in the folder \"mypage/images\". When you transfer the document \"index.html\" to the provider's server through the <emph>File - Save As</emph> dialog, and if you have marked the option <emph>Copy local images to Internet</emph> under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - Load/Save - HTML Compatibility</emph>, $[officename] will automatically copy the graphic to the correct directory on the server."
-msgstr ""
+msgstr "እርስዎ መፍጠር አለብዎት ተመሳሳይ ዳይሬክቶሪ አካል በ እርስዎ ሀርድ ዲስክ ውስጥ በ ዌብ ቦታ ውስጥ እንዳለው የ እርስዎ ኢንተርኔት አቅራቢ አይነት: ይጥሩ የ root ዳይሬክቶሪ ለ ቤት ገጽ በ እርስዎ ሀርድ ዲስክ ውስጥ \"የ ቤት ገጽ\": ለምሳሌ: የ ፋይል ማስጀመሪያ ከዛ \"index.html\", ሙሉ መንገድ ይህ ነው \"C:\\homepage\\index.html\" (የ Windows መስሪያ ስርአት ከ ተጠቀሙ). የ URL የ እርስዎ ኢንተርኔት አቅራቢ ሰርቨር እንደሚከተለው ይሆናል: \"http://www.myprovider.com/mypage/index.html\". ከ አንፃራዊ አድራሻ ጋር: እርስዎ ካሳዩ አንፃራዊ አገናኝ ለ ቦታው በ ሰነድ ውጤት ውስጥ: ለምሳሌ: እርስዎ ሁሉንም የ ንድፎች ለ እርስዎ የ ቤት ገጽ በ አንድ ቦታ ካደረጉ በ ንዑስ ፎልደር በሚባል \"C:\\homepage\\images\", እርስዎ መስጠት አለብዎት የሚቀጥለውን መንገድ የ ንድፍ ፋይሎች ጋር ለ መድረስ \"picture.gif\": \"images\\picture.gif\". ይህ አንፃራዊ መንገድ ነው: ፋይሉ ካለበት አካባቢ በ መጀመር: \"index.html\". በ አቅራቢው ሰርቨር ውስጥ: እርስዎ ስእሎቹን ያስቀምጡ በ ፎልደር ውስጥ በሚባል \"mypage/images\". እርስዎ ሰነድ በሚያስተላልፉ ጊዜ: \"index.html\" ወደ አቅራቢው ሰርቨር ውስጥ: <emph>ፋይል – ማስቀመጫ እንደ</emph> ንግግር እና እርስዎ ምርጫው ላይ ምልክት ካደረጉ <emph>የ አካባቢ ምስሎችን ወደ ኢንተርኔት ኮፒ ማድረጊያ</emph> ስር: <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - ምርጫዎች</emph></caseinline><defaultinline><emph>መሳሪያዎች – ምርጫ</emph></defaultinline></switchinline><emph> - መጫኛ/ማስቀመጫ - HTML ተስማሚ</emph>, $[officename] ራሱ በራሱ ኮፒ ያደርጋል ንድፎች ወደ ትክክለኛው ዳይሬክቶሪ በ ሰርቨር ውስጥ"
#: hyperlink_rel_abs.xhp
msgctxt ""
@@ -10123,7 +10123,7 @@ msgctxt ""
"par_idN106A0\n"
"help.text"
msgid "Use the icons in the ImageMap Editor to draw a hotspot shape, for example a rectangle, over the image at the background."
-msgstr "ይጠቀሙ ምልክቶች በ ምስል ካርታ አራሚዎች ውስጥ ለ መሳል የ hotspot ቅርጽ: ለምሳሌ: አራት ማእዘን: በ ምስል መደብ ላይ"
+msgstr "ይጠቀሙ ምልክቶች በ ምስል ካርታ አራሚዎች ውስጥ ለ መሳል የ ትኩስ ቦታ ቅርጽ: ለምሳሌ: አራት ማእዘን: በ ምስል መደብ ላይ"
#: imagemap.xhp
msgctxt ""
@@ -10147,7 +10147,7 @@ msgctxt ""
"par_idN106AF\n"
"help.text"
msgid "Optionally, enter the \"Text\" that will be shown as a tip when the user points the mouse to the hotspot."
-msgstr "በምርጫ: ያስገቡ \"ጽሁፍ\" እንደ ጠቃሚ ምክር የሚታየውን ተጠቃሚ የ እይጥ መጠቆሚያውን በ hotspot ላይ ሲያደርግ"
+msgstr "በምርጫ: ያስገቡ \"ጽሁፍ\" እንደ ጠቃሚ ምክር የሚታየውን ተጠቃሚ የ እይጥ መጠቆሚያውን በ ትኩስ ቦታ ላይ ሲያደርግ"
#: imagemap.xhp
msgctxt ""
@@ -10155,7 +10155,7 @@ msgctxt ""
"par_idN106B3\n"
"help.text"
msgid "Click the Apply button to apply your changes, and close the ImageMap Editor."
-msgstr "ይጫኑ የ መፈጸሚያ ቁልፍ የ እርስዎን ለውጦች ለ መፈጸም: እና ይዝሁ የ ምስል ካርታ አራሚን"
+msgstr "ይጫኑ የ መፈጸሚያ ቁልፍ የ እርስዎን ለውጦች ለ መፈጸም: እና የ ምስል ካርታ አራሚን ይዝጉ"
#: imagemap.xhp
msgctxt ""
@@ -10342,7 +10342,7 @@ msgctxt ""
"bm_id3154136\n"
"help.text"
msgid "<bookmark_value>graphics, see also pictures</bookmark_value><bookmark_value>images, see also pictures</bookmark_value><bookmark_value>images; inserting and editing bitmaps</bookmark_value><bookmark_value>illustrations, see pictures</bookmark_value><bookmark_value>bitmaps; inserting and editing</bookmark_value><bookmark_value>pixel graphics; inserting and editing</bookmark_value><bookmark_value>exporting; bitmaps</bookmark_value><bookmark_value>importing; bitmaps</bookmark_value><bookmark_value>pictures; editing</bookmark_value><bookmark_value>editing; pictures</bookmark_value><bookmark_value>invert filter</bookmark_value><bookmark_value>smoothing filter</bookmark_value><bookmark_value>sharpening filter</bookmark_value><bookmark_value>remove noise filter</bookmark_value><bookmark_value>solarization filter</bookmark_value><bookmark_value>aging filter</bookmark_value><bookmark_value>posterizing filter</bookmark_value><bookmark_value>pop-art filter</bookmark_value><bookmark_value>charcoal sketches filter</bookmark_value><bookmark_value>mosaic filter</bookmark_value><bookmark_value>pictures;filters</bookmark_value><bookmark_value>filters;pictures</bookmark_value>"
-msgstr "<bookmark_value>ንድፎች: ስእሎችን ይመልከቱ</bookmark_value><bookmark_value>ምስሎች: ስእሎችን ይመልከቱ</bookmark_value><bookmark_value>ምስሎች: ማስገቢያ እና ማረሚያ bitmaps</bookmark_value><bookmark_value>ማብራሪያ: ስእሎችን ይመልከቱ</bookmark_value><bookmark_value>bitmaps: ማስገቢያ እና ማረሚያ</bookmark_value><bookmark_value>ፒክስል ንድፎች: ማስገቢያ እና ማረሚያ</bookmark_value><bookmark_value>መላኪያ: bitmaps</bookmark_value><bookmark_value>ማምጫ: bitmaps</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>solarization ማጣሪያ</bookmark_value><bookmark_value>እርጅና ማጣሪያ</bookmark_value><bookmark_value>posterizing ማጣሪያ</bookmark_value><bookmark_value>pop-art ማጣሪያ</bookmark_value><bookmark_value>charcoal sketches ማጣሪያ</bookmark_value><bookmark_value>mosaic ማጣሪያ</bookmark_value><bookmark_value>ስእሎች: ማጣሪያ</bookmark_value><bookmark_value>ማጣሪያ: ስእሎች</bookmark_value>"
+msgstr "<bookmark_value>ንድፎች: ስእሎችን ይመልከቱ</bookmark_value><bookmark_value>ምስሎች: ስእሎችን ይመልከቱ</bookmark_value><bookmark_value>ምስሎች: ማስገቢያ እና ማረሚያ bitmaps</bookmark_value><bookmark_value>ማብራሪያ: ስእሎችን ይመልከቱ</bookmark_value><bookmark_value>bitmaps: ማስገቢያ እና ማረሚያ</bookmark_value><bookmark_value>ፒክስል ንድፎች: ማስገቢያ እና ማረሚያ</bookmark_value><bookmark_value>መላኪያ: bitmaps</bookmark_value><bookmark_value>ማምጫ: bitmaps</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>solarization ማጣሪያ</bookmark_value><bookmark_value>እርጅና ማጣሪያ</bookmark_value><bookmark_value>posterizing ማጣሪያ</bookmark_value><bookmark_value>pop-art ማጣሪያ</bookmark_value><bookmark_value>የ ከሰል ንድፎች ማጣሪያ</bookmark_value><bookmark_value>mosaic ማጣሪያ</bookmark_value><bookmark_value>ስእሎች: ማጣሪያ</bookmark_value><bookmark_value>ማጣሪያ: ስእሎች</bookmark_value>"
#: insert_bitmap.xhp
msgctxt ""
@@ -10475,7 +10475,7 @@ msgctxt ""
"par_id3154124\n"
"help.text"
msgid "A number of filters are located on the <link href=\"text/shared/02/24010000.xhp\" name=\"Image Filter\"><emph>Image Filter</emph></link> toolbar, which you can open with the icon on the <emph>Image</emph> Bar."
-msgstr ""
+msgstr "ማጣሪያዎች ተገኝተዋል በ <link href=\"text/shared/02/24010000.xhp\" name=\"Image Filter\"><emph>ምስል ማጣሪያ</emph></link> እቃ መደርደሪያ ውስጥ: እርስዎ መክፈት የሚችሉት በ ምልክት በ <emph>ምስል</emph> መደርደሪያ ውስጥ"
#: insert_bitmap.xhp
msgctxt ""
@@ -10629,7 +10629,7 @@ msgctxt ""
"par_id1033051\n"
"help.text"
msgid "<link href=\"text/shared/02/24010000.xhp\">Image Filter Bar from the Image Bar</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/02/24010000.xhp\">የ ምስል ማጣሪያ መደርደሪያ ከ ምስል መደርደሪያ ውስጥ</link>"
#: insert_graphic_drawit.xhp
msgctxt ""
@@ -10783,7 +10783,7 @@ msgctxt ""
"bm_id3154927\n"
"help.text"
msgid "<bookmark_value>characters; special</bookmark_value><bookmark_value>inserting; special characters</bookmark_value><bookmark_value>special characters</bookmark_value><bookmark_value>text; inserting special characters</bookmark_value><bookmark_value>accents</bookmark_value><bookmark_value>compose key to insert special characters</bookmark_value>"
-msgstr "<bookmark_value>ባህሪዎች: የተለዩ</bookmark_value><bookmark_value>ማስገቢያ: የተለዩ ባህሪዎች</bookmark_value><bookmark_value>የተለዩ ባህሪዎች</bookmark_value><bookmark_value>ጽሁፍ: ማስገቢያ የተለዩ ባህሪዎች</bookmark_value><bookmark_value>accents</bookmark_value><bookmark_value>ማዋቀሪያ ቁልፍ የተለዩ ባህሪዎች ለማስገቢያ</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>"
#: insert_specialchar.xhp
msgctxt ""
@@ -10837,7 +10837,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"UNIX\">At present there are three ways of entering letters with accents directly from the keyboard.</caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">ሶስት መንገዶች አሉ በ አሁኑ ጊዜ ፊደሎች ለ ማስገባት ከ accents ጋር በ ቀጥታ ከ ፊደል ገበታ ላይ</caseinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"UNIX\">ሶስት መንገዶች አሉ በ አሁኑ ጊዜ ፊደሎች ለ ማስገባት ከ አክሰንተስ ጋር በ ቀጥታ ከ ፊደል ገበታ ላይ</caseinline></switchinline>"
#: insert_specialchar.xhp
msgctxt ""
@@ -10898,7 +10898,7 @@ msgctxt ""
"bm_id3149760\n"
"help.text"
msgid "<bookmark_value>add-ons, see UNO components</bookmark_value><bookmark_value>UNO components;integrating new</bookmark_value><bookmark_value>installing;UNO components</bookmark_value>"
-msgstr "<bookmark_value>ተጨማ-ሪዎች ይህን ይመልከቱ UNO components</bookmark_value><bookmark_value>UNO components: አዲስ ማዋሀጃ</bookmark_value><bookmark_value>installing;UNO components</bookmark_value>"
+msgstr "<bookmark_value>ተጨማ-ሪዎች ይህን ይመልከቱ UNO components</bookmark_value><bookmark_value>UNO components: አዲስ ማዋሀጃ</bookmark_value><bookmark_value>መግጠሚያ: UNO components</bookmark_value>"
#: integratinguno.xhp
msgctxt ""
@@ -12428,20 +12428,20 @@ msgstr "ከ <emph>ምርጫ</emph> tab ገጽ ውስጥ: እርግጠኛ ይሁ
#: labels.xhp
msgctxt ""
"labels.xhp\n"
-"par_id3156424\n"
-"86\n"
+"par_id3149767\n"
+"29\n"
"help.text"
-msgid "As soon as you click on <emph>New Document</emph>, you will see a small window with the <emph>Synchronize Labels</emph> button. Enter the first label. When you click on the <emph>Synchronize Labels</emph> button, the current individual label is copied to all the other labels on the sheet."
-msgstr "እርስዎ ወዲያውኑ እንደ ተጫኑ በ <emph>አዲስ ሰነድ</emph>ውስጥ: ለ እርስዎ ትንሽ መስኮት ይታያል በ <emph>ምልክቶች ማስማሚያ</emph> ቁልፍ ውስጥ: የ መጀመሪያውን ምልክት ያስገቡ: እርስዎ በሚጫኑ ጊዜ በ <emph>ምልክቶች ማስማሚያ</emph> ቁልፍ ውስጥ: የ አሁኑ እያንዳንዱ ምልክት ኮፒ ይደረጋል ወደ ሁሉም ሌሎች ምልክቶች በ ወረቀቱ ውስጥ"
+msgid "Click on <emph>New Document</emph> to create a new document with the settings you have entered."
+msgstr "ይጫኑ በ <emph>አዲስ ሰነድ</emph> ላይ ለ መፍጠር አዲስ ሰነድ እርስዎ ባስገቡት ማሰናጃዎች መሰረት"
#: labels.xhp
msgctxt ""
"labels.xhp\n"
-"par_id3149767\n"
-"29\n"
+"par_id3156424\n"
+"86\n"
"help.text"
-msgid "Click on <emph>New Document</emph> to create a new document with the settings you have entered."
-msgstr "ይጫኑ በ <emph>አዲስ ሰነድ</emph> ላይ ለ መፍጠር አዲስ ሰነድ እርስዎ ባስገቡት ማሰናጃዎች መሰረት"
+msgid "As soon as you click on <emph>New Document</emph>, you will see a small window with the <emph>Synchronize Labels</emph> button. Enter the first label. When you click on the <emph>Synchronize Labels</emph> button, the current individual label is copied to all the other labels on the sheet."
+msgstr "እርስዎ ወዲያውኑ እንደ ተጫኑ በ <emph>አዲስ ሰነድ</emph>ውስጥ: ለ እርስዎ ትንሽ መስኮት ይታያል በ <emph>ምልክቶች ማስማሚያ</emph> ቁልፍ ውስጥ: የ መጀመሪያውን ምልክት ያስገቡ: እርስዎ በሚጫኑ ጊዜ በ <emph>ምልክቶች ማስማሚያ</emph> ቁልፍ ውስጥ: የ አሁኑ እያንዳንዱ ምልክት ኮፒ ይደረጋል ወደ ሁሉም ሌሎች ምልክቶች በ ወረቀቱ ውስጥ"
#: labels.xhp
msgctxt ""
@@ -15778,7 +15778,7 @@ msgctxt ""
"par_idN106BE\n"
"help.text"
msgid "Copies the frame attributes that are defined in <item type=\"menuitem\">Format - Frame and Object - Properties</item> dialog. The contents, size, position, linking, hyperlinks, and macros in the frame are not copied."
-msgstr ""
+msgstr "የ ተገለጹ የ ክፈፍ መለያዎች ኮፒ ማድረጊያ በ <item type=\"menuitem\">አቀራረብ - ክፈፍ እና እቃ - ባህሪዎች</item> ንግግር ውስጥ: የ ይዞታዎች መጠን: ቦታዎች: አገናኞች: hyperlinks: እና macros በ ክፈፍ ውስጥ ኮፒ አይደረጉም"
#: paintbrush.xhp
msgctxt ""
@@ -17701,7 +17701,7 @@ msgctxt ""
"par_idN10ADB\n"
"help.text"
msgid "Choose <emph>Format - Frame and Object - Properties - Macro</emph>."
-msgstr ""
+msgstr "ይምረጡ <emph>አቀራረብ - ክፈፍ እና እቃ - ባህሪዎች - Macro</emph> tab"
#: scripting.xhp
msgctxt ""
@@ -18216,7 +18216,7 @@ msgctxt ""
"8\n"
"help.text"
msgid "Save the document by choosing <emph>File - Templates - Save As Template</emph>and saving the document in the <emph>My Templates</emph> category."
-msgstr ""
+msgstr "ሰነድ ያስቀምጡ በ መምረጥ <emph>ፋይል - ቴምፕሌት - ማስቀመጫ እንደ ቴምፕሌት </emph>እና ሰነድ ያስቀምጡ በ <emph>የ እኔ ቴምፕሌቶች</emph> ምድብ ውስጥ"
#: standard_template.xhp
msgctxt ""
@@ -18279,7 +18279,7 @@ msgctxt ""
"16\n"
"help.text"
msgid "You can save a new template with <emph>File - Templates - Save As Template</emph> or by selecting \"Template\" file type in any Save dialog. Save the template in the user directory specified under <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Paths</emph> to be able to access the template from within the <emph>File - New - Templates</emph> dialog."
-msgstr ""
+msgstr "እርስዎ አዲስ ቴምፕሌት ማስቀመጥ ይችላሉ በ <emph>ፋይል - ቴምፕሌት - ማስቀመጫ እንደ ቴምፕሌት</emph> ወይንም በ መምረጥ \"ቴምፕሌት\" ፋይል አይነት በ ማንኛውም ማስቀመጫ ንግግር ውስጥ: ቴምፕሌት ያስቀምጡ በ ተጠቃሚ ዳይሬክቶሪ ውስጥ በ ተወሰነ በ <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - ምርጫዎች</emph></caseinline><defaultinline><emph>መሳሪያዎች - ምርጫ</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - መንገድ</emph> ቴምፕሌቱ ጋር ለ መድረስ በ ቀላሉ ከ <emph>ፋይል - አዲስ - ቴምፕሌት</emph> ንግግር ውስጥ"
#: standard_template.xhp
msgctxt ""
@@ -18304,345 +18304,333 @@ msgctxt ""
"start_parameters.xhp\n"
"tit\n"
"help.text"
-msgid "Starting the $[officename] Software With Parameters"
-msgstr "ማስጀመሪያ የ $[officename] ሶፍትዌር በ ደንቦች"
+msgid "Starting $[officename] Software With Parameters"
+msgstr "ማስጀመሪያ $[officename] ሶፍትዌር ከ ደንቦች ጋር"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"bm_id3156410\n"
"help.text"
-msgid "<bookmark_value>start parameters</bookmark_value><bookmark_value>command line parameters</bookmark_value><bookmark_value>parameters;command line</bookmark_value><bookmark_value>arguments in command line</bookmark_value>"
-msgstr "<bookmark_value>ደንቦች መጀመሪያ</bookmark_value><bookmark_value>የ ትእዛዝ መስመር ደንቦች</bookmark_value><bookmark_value>ደንቦች: የ ትእዛዝ መስመር</bookmark_value><bookmark_value>ክርክሮች በ ትእዛዝ መስመር ውስጥ</bookmark_value>"
+msgid "<bookmark_value>start parameters</bookmark_value> <bookmark_value>command line parameters</bookmark_value> <bookmark_value>parameters;command line</bookmark_value> <bookmark_value>arguments in command line</bookmark_value>"
+msgstr "<bookmark_value>መጀመሪያ ደንቦች</bookmark_value> <bookmark_value>የ ትእዛዝ መስመር ደንቦች</bookmark_value> <bookmark_value>ደንቦች: ትእዛዝ መስመር </bookmark_value> <bookmark_value>ክርክሮች በ ትእዛዝ መስመር ውስጥ</bookmark_value>"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"hd_id3156410\n"
-"52\n"
"help.text"
-msgid "Starting the $[officename] Software With Parameters"
-msgstr "ማስጀመሪያ የ $[officename] ሶፍትዌር በ ደንቦች"
+msgid "Starting $[officename] Software With Parameters"
+msgstr "ማስጀመሪያ $[officename] ሶፍትዌር ከ ደንቦች ጋር"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147009\n"
-"1\n"
"help.text"
-msgid "By starting the $[officename] software from the command line you can assign various parameters, with which you can influence the performance. The use of command line parameters is only recommended for experienced users."
-msgstr "በማስጀመር የ $[officename] ሶፍትዌር ከ ትእዛዝ መስመር እርስዎ መመደብ ይችላሉ የ ተለያዩ ደንቦች: እርስዎ መፈጸም ይችላሉ: የ ትእዛዝ መስመር ደንቦችን እንዲጠቀሙ የምንመክረው በርካታ ልምድ ላለቸው ተጠቃሚዎች ነው"
+msgid "By starting $[officename] software from the command line you can assign various parameters, with which you can influence the performance. The use of command line parameters is only recommended for experienced users."
+msgstr "በ ማስጀመር $[officename] ሶፍትዌር ከ ትእዛዝ መስመር እርስዎ መመደብ ይችላሉ የ ተለያዩ ደንቦች: እርስዎ አፈጻጸሙ ላይ ተፅእኖ ማድረግ ይችላሉ: የ ትእዛዝ መስመር ደንቦች የምንመክረው የሚሰሩትን ለሚያውቁ ተጠቃሚዎች ብቻ ነው"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147618\n"
-"2\n"
"help.text"
-msgid "For normal handling, the use of command line parameters is not necessary. A few of the parameters require a deeper knowledge of the technical background of the $[officename] software technology."
-msgstr "ለ መደበኛ አያያዝ: የ ትእዛዝ መስመር ደንቦች መጠቀም አስፈላጊ አይደለም: ጥቂት ደንቦች ብቻ ጥልቅ የሆነ የ ቴክኒካል እውቀት ይፈልጋሉ ለ $[officename] ሶፍትዌር ቴክኖሎጂ"
+msgid "For normal handling, the use of command line parameters is not necessary. A few of the parameters require a deeper knowledge of the technical background of $[officename] software technology."
+msgstr "ለ መደበኛ አያያዝ: የ ትእዛዝ መስመር ደንቦች መጠቀም አስፈላጊ አይደለም: ጥቂት ደንቦች ጥልቅ እውቀት ይጠይቃሉ የ ቴክኒካል መሰረት ለ $[officename] ሶፍትዌር ቴክኖሎጂ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"hd_id3154898\n"
-"4\n"
"help.text"
-msgid "Starting the $[officename] Software From the Command Line"
-msgstr "ማስጀመሪያ ከ $[officename] ሶፍትዌር ከ ትእዛዝ መስመር ውስጥ"
+msgid "Starting $[officename] Software From the Command Line"
+msgstr "ማስጀመሪያ $[officename] ሶፍትዌር ከ ትእዛዝ መስመር"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3156152\n"
-"5\n"
"help.text"
msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a shell under Linux, *BSD, or Mac OS X platforms."
-msgstr "በ Windows ውስጥ ይምረጡ <emph>ማስኬጃ</emph> ከ Windows ዝርዝር ማስጀመሪያ ውስጥ: ወይንም ይክፈቱ shell በ Linux, *BSD, ወይንም Mac OS X መድረኮች ውስጥ"
+msgstr "በ Windows ውስጥ: ይምረጡ <emph>ማስኬጃ</emph> ከ Windows ማስጀምሪያ ዝርዝር ውስጥ: ወይንም መክፈቻ በ shell በ Linux: *BSD, ወይንም በ Mac OS X ስርአት ውስጥ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3152472\n"
-"6\n"
"help.text"
msgid "Under Windows, type the following text in the <emph>Open </emph>text field and click <emph>OK</emph>."
-msgstr "በ Windows ውስጥ ይጻፍፉ የሚቀጥለውን ጽሁፍ በ <emph>መክፈቻ </emph>ጽሁፍ ሜዳ ውስጥ እና ይጫኑ <emph>እሺ</emph>."
+msgstr "በ Windows: ውስጥ: ይጻፉ የሚከተለውን ጽሁፍ በ <emph>መክፈቻ </emph>ጽሁፍ ሜዳ እና ይጫኑ <emph>እሺ</emph>."
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3149669\n"
-"53\n"
"help.text"
msgid "Under UNIX-like systems, type the following line of text, then press <emph>Return</emph>:"
-msgstr "በ UNIX-መሰል ስርአቶች ውስጥ ይጻፉ የሚቀጥለውን መስመር ጽሁፍ እና ይጫኑ <emph>ማስገቢያ</emph>:"
+msgstr "በ UNIX-like ስርአቶች ውስጥ: ይጻፉ የሚከተለውን መስመር ጽሁፍ: እና ከዛ ይጫኑ <emph>ማስገቢያ</emph>:"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147561\n"
-"7\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter}</caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter}</caseinline></switchinline>"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter}</caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter}</caseinline></switchinline>"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3153360\n"
-"8\n"
"help.text"
-msgid "Replace <emph>{install}</emph> with the path to your installation of the $[officename] software (for example, <emph>C:\\Program Files\\Office</emph>, or <emph>~/office</emph>)"
-msgstr "መቀየሪያ <emph>{install}</emph> በ እርስዎ መግጠሚያ መንገድ ለ $[officename] ሶፍትዌር (ለምሳሌ: <emph>C:\\Program Files\\Office</emph>, ወይንም <emph>~/office</emph>)"
+msgid "Replace <emph>{install}</emph> with the path to your installation of $[officename] software (for example, <emph>C:\\Program Files\\Office</emph>, or <emph>~/office</emph>)"
+msgstr "መቀየሪያ <emph>{መግጠሚያ}</emph> በ እርስዎ መግጠሚያ መንገድ በ $[officename] ሶፍትዌር (ለምሳሌ <emph>C:\\Program Files\\Office</emph> ወይንም <emph>~/office</emph>)"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3158407\n"
-"9\n"
+"hd_id3145171\n"
"help.text"
-msgid "Where required, replace <emph>{parameter}</emph> with one or more of the following command line parameters."
-msgstr "በሚያስፈልግ ጊዜ መቀየሪያ <emph>{parameter}</emph> በ አንድ ወይንም ከዚያ በላይ በሆኑ በሚቀጥለው የ ትእዛዝ መስመር ደንቦች"
+msgid "Valid Command Line Parameters"
+msgstr "ዋጋ ያለው የ ትእዛዝ መስመር ደንቦች"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"hd_id3145171\n"
-"10\n"
+"hd_id1016120408556191\n"
"help.text"
-msgid "Valid Command Line Parameters"
-msgstr "ዋጋ ያለው ትእዛዝ መስመር ደንቦች"
+msgid "Using without special arguments"
+msgstr "ያለ የ ተለዩ ክርክሮች መጠቀሚያ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148451\n"
-"11\n"
+"par_id215247284938\n"
"help.text"
-msgid "Parameter"
-msgstr "ደንብ"
+msgid "Using without any arguments opens the start center."
+msgstr "ያለ ክርክር መጠቀም መሀከል ማስጀመሪያ ይከፍታል"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149167\n"
-"12\n"
+"par_id4016121206183262\n"
"help.text"
-msgid "Meaning"
-msgstr "ትርጉም"
+msgid "<emph>{file}</emph>"
+msgstr "<emph>{ፋይል}</emph>"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149983\n"
-"73\n"
+"par_id40161212062813818\n"
"help.text"
-msgid "--help / -h / -?"
-msgstr "--እርዳታ / -እ / -?"
+msgid "Tries to open the file (files) in the components suitable for them."
+msgstr "ለ መክፈት ይሞክራል ፋይል (ፋይሎች) ተስማሚ በሆነው አካል ውስጥ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147349\n"
-"74\n"
+"par_id40161212063110720\n"
"help.text"
-msgid "Lists the available command line parameters <switchinline select=\"sys\"><caseinline select=\"WIN\">in a dialog box</caseinline><defaultinline>to the console</defaultinline></switchinline>."
-msgstr "ዝግጁ የ ትእዛዝ መስመር ደንቦች ዝርዝር <switchinline select=\"sys\"><caseinline select=\"WIN\">በ ንግግር ሳጥን</caseinline><defaultinline>ክፍል ውስጥ</defaultinline></switchinline>."
+msgid "<emph>{file} macro:///[Library.Module.MacroName]</emph>"
+msgstr "<emph>{ፋይል} macro:///[Library.Module.MacroName]</emph>"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id31499et\n"
-"73\n"
+"par_id40161212063330252\n"
"help.text"
-msgid "--version"
-msgstr "--እትም"
+msgid "Opens the file and applies specified macros from the file."
+msgstr "ፋይል መክፈቻ እና የ ተወሰነውን macros ከ ፋይል ውስጥ መፈጸሚያ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id31473et\n"
-"74\n"
+"hd_id201612040855610\n"
"help.text"
-msgid "Displays the version information."
-msgstr "የ እትም መረጃ ማሳያ"
+msgid "Getting help and information"
+msgstr "እርዳታ እና መረጃ ማግኛ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150010\n"
-"59\n"
+"par_id3148451\n"
"help.text"
-msgid "--writer"
-msgstr "--መጻፊያ"
+msgid "<variable id=\"parameter\">Parameter</variable>"
+msgstr "<variable id=\"parameter\">ደንቦች</variable>"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147213\n"
-"60\n"
+"par_id3149167\n"
"help.text"
-msgid "Starts with an empty Writer document."
-msgstr "መጀመሪያ በ ባዶ የ መጻፊያ ሰነድ"
+msgid "<variable id=\"meaning\">Meaning</variable>"
+msgstr "<variable id=\"meaning\">ትርጉም</variable>"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148616\n"
-"61\n"
+"par_id3147349\n"
"help.text"
-msgid "--calc"
-msgstr "--ሰንጠረዥ"
+msgid "Lists the available command line parameters to the console."
+msgstr "ለ ማስገቢያ ዝግጁ የሆኑ የ ትእዛዝ መስመር ደንቦች"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145261\n"
-"62\n"
+"par_id20161204091221764\n"
"help.text"
-msgid "Starts with an empty Calc document."
-msgstr "መጀመሪያ በ ባዶ የ ሰንጠረዥ ሰነድ"
+msgid "Opens $[officename] built-in or online Help on Writer."
+msgstr "መክፈቻ $[officename] አብሮ-የ ተገነባ ወይንም በ መስመር ላይ እርዳታ ለ መጻፊያ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156443\n"
-"63\n"
+"par_id20161204091520522\n"
"help.text"
-msgid "--draw"
-msgstr "--መሳያ"
+msgid "Opens $[officename] built-in or online Help on Calc."
+msgstr "መክፈቻ $[officename] አብሮ-የ ተገነባ ወይንም በ መስመር ላይ እርዳታ ለ ሰንጠረዥ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154011\n"
-"64\n"
+"par_id20161204091727059\n"
"help.text"
-msgid "Starts with an empty Draw document."
-msgstr "መጀመሪያ በ ባዶ የ መሳያ ሰነድ"
+msgid "Opens $[officename] built-in or online Help on Draw."
+msgstr "መክፈቻ $[officename] አብሮ-የ ተገነባ ወይንም በ መስመር ላይ እርዳታ ለ መሳያ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153142\n"
-"65\n"
+"par_id20161204091812159\n"
"help.text"
-msgid "--impress"
-msgstr "--ማስደነቂያ"
+msgid "Opens $[officename] built-in or online Help on Impress."
+msgstr "መክፈቻ $[officename] አብሮ-የ ተገነባ ወይንም በ መስመር ላይ እርዳታ ለ ማስደነቂያ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153222\n"
-"66\n"
+"par_id20161204091919599\n"
"help.text"
-msgid "Starts with an empty Impress document."
-msgstr "መጀመሪያ በ ባዶ የ ማስደነቂያ ሰነድ"
+msgid "Opens $[officename] built-in or online Help on Base."
+msgstr "መክፈቻ $[officename] አብሮ-የ ተገነባ ወይንም በ መስመር ላይ እርዳታ ለ Base."
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155853\n"
-"67\n"
+"par_id20161204092029619\n"
"help.text"
-msgid "--math"
-msgstr "--ሂሳብ"
+msgid "Opens $[officename] built-in or online Help on Basic scripting language."
+msgstr "መክፈቻ $[officename] አብሮ-የ ተገነባ ወይንም በ መስመር ላይ እርዳታ ለ Basic scripting language."
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3146928\n"
-"68\n"
+"par_id2016120409214276\n"
"help.text"
-msgid "Starts with an empty Math document."
-msgstr "መጀመሪያ በ ባዶ የ ሂሳብ ሰነድ"
+msgid "Opens $[officename] built-in or online Help on Math."
+msgstr "መክፈቻ $[officename] አብሮ-የ ተገነባ ወይንም በ መስመር ላይ እርዳታ ለ ሂሳብ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149960\n"
-"69\n"
+"par_id31473et\n"
"help.text"
-msgid "--global"
-msgstr "--አለም አቀፍ"
+msgid "Shows $[officename] version and quits."
+msgstr "ማሳያ $[officename] እትም እና ማጥፊያ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151075\n"
-"70\n"
+"par_id2016120409236546\n"
"help.text"
-msgid "Starts with an empty Writer master document."
-msgstr "መጀመሪያ በ ባዶ ዋናው የ መጻፊያ ሰነድ"
+msgid "(MacOS X sandbox only) Returns path of the temporary directory for the current user and exits. Overrides all other arguments."
+msgstr "(MacOS X sandbox only) የ ጊዚያዊ ዳይሬክቶርት መንገድ ይመልሳል ለ አሁኑ ተጠቃሚ እና ይወጣል: ሌሎች ሁሉንም ክርክሮች በላያቸው ላይ ደርቦ ይጽፋል"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154510\n"
-"71\n"
+"hd_id20161204094429235\n"
"help.text"
-msgid "--web"
-msgstr "--ዌብ"
+msgid "General arguments"
+msgstr "ባጠቃላይ ክርክሮች"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148836\n"
-"72\n"
+"par_id3153919\n"
"help.text"
-msgid "Starts with an empty HTML document."
-msgstr "መጀመሪያ በ ባዶ የ HTML ሰነድ"
+msgid "Activates[Deactivates] the Quickstarter service. It can take only one parameter <emph>no</emph> which deativates the Quickstarter service. Without parameters this service is activated."
+msgstr "ማስጀመሪያ [ማቦዘኛ] በፍጥነት ማስጀመሪያ ግልጋሎት: አንድ ደንብ ብቻ ይወስዳል <emph>አይ</emph> የሚያቦዝን በፍጥነት ማስጀመሪያ ግልጋሎት: ያለ ደንቦች ይህ ግልጋሎት ይጀምራል"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149403\n"
+"par_id315330t\n"
"help.text"
-msgid "--show {filename.odp}"
-msgstr "--ማሳያ {የ ፋይል ስም.odp}"
+msgid "Disables check for remote instances using the installation."
+msgstr "መግጠሚያውን በ መጠቀም የ ሩቅ ሁኔታዎችን መመርመሪያ ማሰናከያ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153838\n"
-"80\n"
+"par_id315053o\n"
"help.text"
-msgid "Starts with the Impress file <emph>{filename.odp}</emph> and starts the presentation. Enters edit mode after the presentation."
-msgstr "በ ማስደነቂያ ፋይል ማስጀመሪያ <emph>{filename.odp}</emph> እና ማቅረቢያ ይጀምራል: ወደ ማረሚያ ዘዴ ውስጥ ይገባል ከ ማቅረቢያ በኋላ"
+msgid "Forces an input filter type, if possible. For example:<br/><item type=\"input\">--infilter=\"Calc Office Open XML\"</item><br/><item type=\"input\">--infilter=\"Text (encoded):UTF8,LF,,,.\"</item>"
+msgstr "የ ማስገቢያ ማጣሪያ አይነት ማስገደጃ: የሚቻል ከሆነ: ለምሳሌ:<br/><item type=\"input\">--infilter=\"Calc Office Open XML\"</item><br/><item type=\"input\">--infilter=\"Text (encoded):UTF8,LF,,,.\"</item>"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156276\n"
-"13\n"
+"par_id20161204101917197\n"
+"help.text"
+msgid "Store soffice.bin pid to <emph>{file}</emph>."
+msgstr "ማጠራቀሚያ soffice.bin pid ወደ <emph>{file}</emph>."
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3146786\n"
+"help.text"
+msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for $[officename] software on UNIX-like platforms."
+msgstr "የ <emph>ማሳያ </emph> ማሰናጃ ለ አካባቢ ተለዋዋጭ በ UNIX-like መድረኮች በ ዋጋ <emph>{ማሳያ}</emph> ውስጥ: ይህ ደንብ የ ተደገፈው በ ጽሁፍ ማስጀመሪያ ውስጥ ብቻ ነው: ለ $[officename] ሶፍትዌር በ UNIX-like መድረኮች"
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"hd_id20161204103115358\n"
"help.text"
-msgid "--minimized"
-msgstr "--ማሳነሻ"
+msgid "User/programmatic interface control"
+msgstr "የ ተጠቃሚ/ፕሮግራም ገጽታ መቆጣጠሪያ"
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3151334\n"
+"help.text"
+msgid "Disables the splash screen at program start."
+msgstr "መመልከቻውን ማሰናከያ ፕሮግራም በሚጀምር ጊዜ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3146080\n"
-"14\n"
"help.text"
msgid "Starts minimized. The splash screen is not displayed."
-msgstr "አሳንሶ ማስጀመሪያ: ብልጭ የሚለው መመልከቻ አይታይም"
+msgstr "አሳንሶ ማስጀመሪያ: መመልከቻው አይታይም"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145641\n"
-"15\n"
+"par_id3153306\n"
"help.text"
-msgid "--invisible"
-msgstr "--የማይታይ"
+msgid "Starts without displaying anything except the splash screen."
+msgstr "ማስጀመሪያ ምንም ሳይታይ ከ መመልከቻው በስተቀር"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3154756\n"
-"16\n"
"help.text"
msgid "Starts in invisible mode."
msgstr "በማይታይ ዘዴ ማስጀመሪያ"
@@ -18651,52 +18639,54 @@ msgstr "በማይታይ ዘዴ ማስጀመሪያ"
msgctxt ""
"start_parameters.xhp\n"
"par_id3148914\n"
-"17\n"
"help.text"
-msgid "Neither the start-up logo nor the initial program window will be visible. However, the $[officename] software can be controlled and documents and dialogs opened via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
-msgstr "የ ማስጀ-መሪያ አርማ ወይንም የ ፕሮግራም ማስጀመሪያ መስኮት ይታያል: ነገር ግን: የ $[officename] ሶፍትዌር መቆጣጠር ይቻላል እና ሰነዶች እና ንግግሮች መክፈቻ በ <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgid "Neither the start-up logo nor the initial program window will be visible. $[officename] software can be controlled, and documents and dialogs can be controlled and opened via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgstr "ከ ሁለቱ አንዱ ይህ-ማስጀመሪያ አርማ ወይንም ማስጀመሪያ ፕሮግራም መስኮት ይታያል $[officename]ሶፍትዌር መቆጣጠር ይቻላል: እና ሰነዶች እና ንግግሮች መቆጣጠር እና መክፈት ይቻላል በ <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147341\n"
-"18\n"
"help.text"
-msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
-msgstr "ይህ የ $[officename] ሶፍትዌር በዚህ ደንብ ተጀምሯል: ይህን መጨረስ በ መጠቀም የ ስራ አስተዳዳሪ (መስኮቶች) ወይንም የ <emph>መግደያ</emph>ትእዛዝ (UNIX-like ስርአቶች)"
+msgid "Using the parameter, $[officename] can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
+msgstr "ደንብ መጠቀም $[officename] ማስጨረስ የሚቻለው በ ስራ አስተዳዳሪ (Windows) ወይንም በ <emph>kill </emph>ትእዛዝ (UNIX-like systems). ነው"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3150388\n"
-"48\n"
"help.text"
-msgid "It cannot be used in conjunction with <emph>-quickstart</emph>."
-msgstr "እንደ አገናኝ መጠቀም አይቻልም <emph>-በፍጥነት ማስጀምር</emph>."
+msgid "It cannot be used in conjunction with <emph>--quickstart</emph>."
+msgstr "ለ ማጣመር አይቻልም <emph>--በፍጥነት ማስጀመሪያ</emph>."
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3145147\n"
-"19\n"
"help.text"
-msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
-msgstr "ተጨማሪ መረጃ ይገኛል በ <emph>$[officename] አበልፃጊዎች መመሪያ ውስጥ </emph>"
+msgid "More information is found in <emph>$[officename] Developer's Guide</emph>."
+msgstr "ተጨማሪ መረጃ ያግኙ ከ <emph>$[officename] አበልጻጊዎች መምሪያ ውስጥ</emph>."
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155903\n"
-"20\n"
+"par_id3150530\n"
+"help.text"
+msgid "Starts in \"headless mode\" which allows using the application without user interface."
+msgstr "ማስጀመሪያ በ \"ራስጌ የሌለው ዘዴ\" እርስዎን የሚያስችለው መተግባሪያዎችን መጠቀም ነው ያለ ተጠቃሚ ገጽታ"
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3156353\n"
"help.text"
-msgid "--norestore"
-msgstr "--እንደ ነበር መመለስ የለም"
+msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgstr "ይህን የ ተለየ ዘዴ መጠቀም ይችላሉ መተግባሪያ በ ውጪ ደንበኞች በሚቆጣጠሩት ጊዜ በ <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3156374\n"
-"21\n"
"help.text"
msgid "Disables restart and file recovery after a system crash."
msgstr "ማሰናከያ እንደገና ማስጀመሪያ እና ፋይል ማዳኛ ስርአቱ ከ ተጋጨ በኋላ"
@@ -18704,358 +18694,331 @@ msgstr "ማሰናከያ እንደገና ማስጀመሪያ እና ፋይል ማ
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id5215918\n"
+"par_id20161204120122917\n"
"help.text"
-msgid "--nofirststartwizard"
-msgstr "--የ መጀመሪያ ማስጀመሪያ አዋቂ የለም"
+msgid "Starts in a safe mode, i.e. starts temporarily with a fresh user profile and helps to restore a broken configuration."
+msgstr "በ ጥንቃቄ ዘደ ማስጀመሪያ: ይህም ማለት የሚጀምረው በጊዚያዊ ነው: በ አዲስ ተጠቃሚ ገጽታ እና ይረዳዎታል የ ተሰበሩ ማሰናጃዎችን ለ መጠገን"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id5665761\n"
+"par_id3147130\n"
"help.text"
-msgid "Disables the Welcome Wizard."
-msgstr "የ እንኳን ደህና መጡ አዋቂ ማሰናከያ"
+msgid "Notifies $[officename] software that upon the creation of \"UNO Acceptor Threads\", a \"UNO Accept String\" will be used."
+msgstr "ያስታውቃል $[officename] software that upon the creation of \"UNO Acceptor Threads\", a \"UNO Accept String\" ይጠቀማል"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148477\n"
-"25\n"
+"par_id20161204120828147\n"
"help.text"
-msgid "--quickstart"
-msgstr "--በፍጥነት ማስጀመሪያ"
+msgid "UNO-URL is string the such kind <emph>uno:connection-type,params;protocol-name,params;ObjectName</emph>."
+msgstr "UNO-URL እንዲህ አይነት ሀረገ ነው <emph>uno:connection-type: ደንቦች: አሰራር-ስም: ደንቦች: የ እቃ ስም </emph>."
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153919\n"
-"26\n"
+"par_id3148874\n"
"help.text"
-msgid "Activates the Quickstarter."
-msgstr "በፍጥነት ማስጀመሪያ ማስነሻ"
+msgid "More information is found in <emph>$[officename] Developer's Guide</emph>."
+msgstr "ተጨማሪ መረጃ ይገኛል በ <emph>$[officename] አበልፃጊዎች መምሪያ</emph> ውስጥ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3152479\n"
-"30\n"
+"par_id314713a\n"
"help.text"
-msgid "--accept={UNO string}"
-msgstr "--እቀበላለሁ={UNO ሀረግ}"
+msgid "Closes an acceptor that was created with <emph>--accept={UNO-URL}</emph>. Use <emph>--unaccept=all</emph> to close all open acceptors."
+msgstr "ሁሉንም መቀበያ መዝጊያ የ ተፈጠረውን በ <emph>--እቀበላለሁ={UNO-URL}</emph> ይጠቀሙ <emph>--አልቀበልም=ሁሉንም</emph> ሁሉንም መቀበያዎች ለ መዝጋት"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147130\n"
-"31\n"
+"par_id20161204121422689\n"
"help.text"
-msgid "Notifies the $[officename] software that upon the creation of \"UNO Acceptor Threads\", a \"UNO Accept String\" will be used."
-msgstr "ማስታወቂያ የ $[officename] ሶፍትዌር በሚፈጠር ጊዜ የ \"UNO Acceptor Threads\": የ \"UNO Accept String\" ይጠቀማል"
+msgid "Uses specified language, if language is not selected yet for UI. The lang is a tag of the language in IETF language tag."
+msgstr "የ ተወሰነ ቋንቋ ይጠቀማል: ቋንቋ ካልተመረጠ እስካሁን ለ ተጠቃሚ ገጽታ: ቋንቋ ምልክት ይደረግበታል ለ ቋንቋ በ IETF ቋንቋ tag."
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148874\n"
-"32\n"
+"par_id201612041220386\n"
"help.text"
-msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
-msgstr "ተጨማሪ መረጃ ይገኛል በ <emph>$[officename] አበልፃጊዎች መመሪያ ውስጥ </emph>"
+msgid "Developer arguments"
+msgstr "የ አበልፃጊ ክርክሮች"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315247a\n"
-"30\n"
+"par_id20161204122216505\n"
"help.text"
-msgid "--unaccept={UNO string}"
-msgstr "--አልቀበልም={UNO ሀረግ}"
+msgid "Exit after initialization complete (no documents loaded)."
+msgstr "ማስነሻው ከ ተፈጸመ በኋላ መውጫ (ምንም ሰነድ አልተጫነም)."
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314713a\n"
-"31\n"
+"par_id2016120412237431\n"
"help.text"
-msgid "Closes an acceptor that was created with --accept={UNO string}. Use --unaccept=all to close all open acceptors."
-msgstr "መቀበያ መዝጊያ የ ተፈጠረውን በ --እቀበላለሁ={UNO ሀረግ}. ይጠቀሙ --አልቀበልም=ሁሉንም መዝጊያ ሁሉንም የ ተከፈቱ መቀበያዎች"
+msgid "Exit after loading documents."
+msgstr "ሰነድ ከ ተጫነ በኋላ መውጫ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3159238\n"
-"36\n"
+"par_id20161204122420839\n"
"help.text"
-msgid "-p {filename1} {filename2} ..."
-msgstr "-ማ {የ ፋይል ስም1} {የ ፋይል ስም2} ..."
+msgid "New document creation arguments"
+msgstr "የ አዲስ ሰነድ መፍጠሪያ ክርክሮች"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3163666\n"
-"37\n"
+"par_id20161204122414892\n"
"help.text"
-msgid "Prints the files <emph>{filename1} {filename2} ...</emph> to the default printer and ends. The splash screen does not appear."
-msgstr "ፋይሎች ማተሚያ <emph>{የ ፋይል ስም1} {የ ፋይል ስም2} ...</emph> ወደ ነባር ማተሚያ እና መጨረሻ: ብልጭ የሚለው መመልከቻ አይታይም"
+msgid "The arguments create an empty document of specified kind. Only one of them may be used in one command line. If filenames are specified after an argument, then it tries to open those files in the specified component."
+msgstr "ክርክሩ ባዶ ሰነድ ይፈጥራልየ ተወሰነ አይነት: አንዱን ብቻ መጠቀም ይችላሉ በ አንድ የ ትእዛዝ መስመር: የ ፋይል ስሞች የ ተወሰኑ ከሆነ ከ ክርክሩ በኋላ: ፋይሎቹን ለ መክፈት ይሞክራል በ ተወሰነ አካላት ውስጥ:"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150828\n"
-"49\n"
+"par_id3147213\n"
"help.text"
-msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
-msgstr "የ ፋይል ስም ክፍተቶች ከያዘ: እና ከዛ መዘጋት አለበት በ ትምህርተ ጥቅስ ምልክት"
+msgid "Starts with an empty Writer document."
+msgstr "በ ባዶ የ መጻፊያ ሰነድ ማስጀመሪያ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150883\n"
-"38\n"
+"par_id3145261\n"
"help.text"
-msgid "--pt {Printername} {filename1} {filename2} ..."
-msgstr "--ማተ {የ ማተሚያ ስም} {የ ፋይል ስም1} {የ ፋይል ስም2} ..."
+msgid "Starts with an empty Calc document."
+msgstr "በ ባዶ የ ሰንጠረዥ ሰነድ ማስጀመሪያ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155081\n"
-"50\n"
+"par_id3154011\n"
"help.text"
-msgid "Prints the files <emph>{filename1} {filename2} ...</emph> to the printer <emph>{Printername}</emph> and ends. The splash screen does not appear."
-msgstr "ፋይሎች ማተሚያ <emph>{የ ፋይል ስም1} {የ ፋይል ስም2} ...</emph> ወደ ነባር ማተሚያ<emph>{Printername}</emph> እና መጨረሻ: ብልጭ የሚለው መመልከቻ አይታይም"
+msgid "Starts with an empty Draw document."
+msgstr "በ ባዶ የ መሳያ ሰነድ ማስጀመሪያ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153655\n"
-"51\n"
+"par_id3153222\n"
"help.text"
-msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
-msgstr "የ ፋይል ስም ክፍተቶች ከያዘ: እና ከዛ መዘጋት አለበት በ ትምህርተ ጥቅስ ምልክት"
+msgid "Starts with an empty Impress document."
+msgstr "በ ባዶ የ ማስደነቂያ ሰነድ ማስጀመሪያ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154372\n"
-"39\n"
+"par_id3146928\n"
"help.text"
-msgid "-o {filename}"
-msgstr "-መ {የ ፋይል ስም}"
+msgid "Starts with an empty Math document."
+msgstr "በ ባዶ የ ሂሳብ ሰነድ ማስጀመሪያ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150309\n"
-"40\n"
+"par_id3151075\n"
"help.text"
-msgid "Opens <emph>{filename}</emph> for editing, even if it is a template."
-msgstr "መክፈቻ <emph>{የ ፋይል ስም}</emph> ለ ማረሚያ ቴምፕሌትም ቢሆን"
+msgid "Starts with an empty Writer master document."
+msgstr "በ ባዶ የ መጻፊያ ዋናው ሰነድ ማስጀመሪያ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151182\n"
-"54\n"
+"par_id3148836\n"
"help.text"
-msgid "--view {filename}"
-msgstr "--መመልከቻ {የ ፋይል ስም}"
+msgid "Starts with an empty HTML document."
+msgstr "በ ባዶ የ HTML ሰነድ ማስጀመሪያ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145268\n"
-"55\n"
+"par_id20161204125123476\n"
"help.text"
-msgid "Creates a temporary copy of <emph>{filename}</emph> and opens it read-only."
-msgstr "ጊዚያዊ ኮፒ መፍጠሪያ ለ <emph>{የ ፋይል ስም}</emph> እና መክፈቻ ለ ማንበብ-ብቻ"
+msgid "File open arguments"
+msgstr "የ ፋይል መክፈቻ ክርክሮች"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3166421\n"
-"41\n"
+"par_id20161204125411030\n"
"help.text"
-msgid "-n {filename}"
-msgstr "-አ {የ ፋይል ስም}"
+msgid "The arguments define how following filenames are treated. New treatment begins after the argument and ends at the next argument. The default treatment is to open documents for editing, and create new documents from document templates."
+msgstr "ይህ ክርክር የሚገልጸው የ ፋይል ስሞች እንዴት እንደሚያዙ ነው: አዲስ አያያዝ የሚጀምረው ከ ክርክር መጀመሪያ በፊት ነው እና መጨረሻ ላይ በሚቀጥለው ክርክር ውስጥ ነው: ነባር አያያዝ ሰነዶች መክፈት ነው ለ ማረም: እና አዲስ ሰነድ ለ መፍጠር ከ ሰነድ ቴምፕሌቶች ውስጥ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3154259\n"
-"42\n"
"help.text"
-msgid "Creates a new document using <emph>{filename}</emph> as a template."
-msgstr "አዲስ ሰነድ መፍጠሪያ በ መጠቀም <emph>{የ ፋይል ስም}</emph> እንደ ቴምፕሌት"
+msgid "Treats following files as templates for creation of new documents."
+msgstr "የሚቀጥሉትን ፋይሎች እንደ ቴምፕሌቶች መመልከቻ ለ አዲስ ሰነዶች መፍጠሪያ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155126\n"
-"43\n"
+"par_id3150309\n"
"help.text"
-msgid "--nologo"
-msgstr "--አርማ የለም"
+msgid "Opens following files for editing, regardless whether they are templates or not."
+msgstr "የሚቀጥሉትን ፋይሎች ለ ማረሚያ መክፈቻ: ቴምፕሌት ቢሆኑም ወይንም ባይሆኑም"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151334\n"
-"44\n"
+"par_id3155081\n"
"help.text"
-msgid "Disables the splash screen at program start."
-msgstr "ብልጭ የሚለውን መመልከቻ ማሰናከያ ፕሮግራሙ በሚጀምር ጊዜ"
+msgid "Prints the following files to the printer <emph>{Printername}</emph> and ends. The splash screen does not appear."
+msgstr "የሚቀጥሉትን ፋይሎች ማተሚያ በ ማተሚያ ውስጥ <emph>{የ ማተሚያ ስም}</emph> እና መጨረሻ: ምንም ምልክት አይታይም"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3159171\n"
-"75\n"
+"par_id3153655\n"
+"51\n"
"help.text"
-msgid "--nodefault"
-msgstr "--ነባር የለም"
+msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
+msgstr "የ ፋይል ስም ክፍተቶች ከያዘ: እና ከዛ መዘጋት አለበት በ ትምህርተ ጥቅስ ምልክት"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153306\n"
-"76\n"
+"par_id20161204010513716\n"
"help.text"
-msgid "Starts without displaying anything except the splash screen."
-msgstr "ምንም ነገር ሳያሳይ ማስጀመሪያ ብልጭ ከሚለው መመልከቻ በስተቀር"
+msgid "If used multiple times, only last <emph>{Printername}</emph> is effective for all documents of all <emph>--pt</emph> runs."
+msgstr "ብዙ ጊዜ ከ ተጠቀሙበት: ብቻ ይቆያል <emph>{የ ማተሚያ ስም}</emph> ለ ሁሉም ሰነዶች ስኬታማ ነው: ለ ሁሉም <emph>--ማተሚያ</emph> ማስኬጃ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315917t\n"
-"75\n"
+"par_id2016120401061890\n"
"help.text"
-msgid "--nolockcheck"
-msgstr "--መቆለፊያ መመርመሪያ የለም"
+msgid "Also, <emph>--printer-name</emph> argument of <emph>--print-to-file</emph> switch interferes with <emph>{Printername}</emph>."
+msgstr "እንዲሁም የ <emph>--ማተሚያ-ስም</emph> ክርክር ለ <emph>--ማተሚያ-ወደ-ፋይል</emph> መቀየሪያ ይከለክላል በ<emph>{ማተሚያ ስም}</emph> ውስጥ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315330t\n"
-"76\n"
+"par_id3163666\n"
"help.text"
-msgid "Disables check for remote instances using the installation."
-msgstr "መግጠሚያውን በ መጠቀም የ ሩቅ ሁኔታዎችን መመርመሪያ ማሰናከያ"
+msgid "Prints following files to the default printer, after which those files are closed. The splash screen does not appear."
+msgstr "የሚቀጥሉትን ፋይሎች ማተሚያ በ ነባር ማተሚያ: እነዚህ ፋይሎች ከ ተዘጉ በኋላ: ምንም ምልክት አይታይም"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id2211676\n"
+"par_id3150828\n"
"help.text"
-msgid "--nofirststartwizard"
-msgstr "--የ መጀመሪያ ማስጀመሪያ አዋቂ የለም"
+msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
+msgstr "የ ፋይል ስም ክፍተት ከያዘ: በ ትምህርተ ጥቅስ ውስጥ መሆን አለበት"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id1641895\n"
+"par_id3145268\n"
"help.text"
-msgid "Add this parameter to the program start command to suppress the Welcome Wizard."
-msgstr "ወደ ፕሮግራሙ ማስጀመሪያ ይህን ደንብ መጨመሪያ የ እንኳን ደህና መጡ ትእዛዝ እንዲያግድ"
+msgid "Opens following files in viewer mode (read-only)."
+msgstr "የሚቀጥሉትን ፋይሎች በ መመልከቻ ዘዴ መክፈቻ (ለ ንባብ-ብቻ)"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153915\n"
-"45\n"
+"par_id3153838\n"
"help.text"
-msgid "--display {display}"
-msgstr "--ማሳያ {ማሳያ}"
+msgid "Opens and starts the following presentation documents of each immediately. Files are closed after the showing. Files other than Impress documents are opened in default mode , regardless of previous mode."
+msgstr "የሚቀጥሉትን ማቅረቢያ ሰነዶች እያንዳንዱን ወዲያውኑ መክፈቻ እና ማስጀመሪያ: ፋይሎች ከ ታዩ በኋላ ይዘጋሉ: የ ማቅረቢያ ሰነዶች ያልሆኑ ሌሎች ፋይሎች በ ነባር ዘዴ ይከፈታሉ: ያለፈው ዘዴ ምንም ቢሆን"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3146786\n"
-"46\n"
+"par_id315053p\n"
"help.text"
-msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX-like platforms."
-msgstr "ማሰናጃ የ <emph>ማሳያ </emph>አካባቢ ተለዋዋጭ በ UNIX-like platforms ወደ ዋጋው <emph>{display}</emph> ይህ ደንብ የ ተደገፈው ለ ማስጀመሪያ script ነው ለ $[officename] ሶፍትዌር በ UNIX-like platforms."
+msgid "Batch convert files (implies --headless). If --outdir isn't specified, then current working directory is used as output_dir."
+msgstr "Batch ይቀይራል ፋይሎች (ይፈጽማል --ራስጌ የሌላቸው). ከሆነ የ --ውጤት ዳይሬክቶሪ ካልተወሰነ: እና ከዛ የ አሁኑ መስሪያ ዳይሬክቶሪ ከ መጠቀሙ በፊት እንደ ውጤት_ዳይሬክቶሪ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149595\n"
-"56\n"
+"par_id2016120401222926\n"
"help.text"
-msgid "--headless"
-msgstr "--ራስጌ የሌለው"
+msgid "If --convert-to is used more than once, last value of OutputFileExtension[:OutputFilterName] is effective. If --outdir is used more than once, only its last value is effective. For example:"
+msgstr "ከሆነ --መቀየሪያ-ወደ ከ አንድ ጊዜ በላይ ተጠቅመውበታል: የ መጨረሻው ዋጋ የ ውጤት ፋይል ተጨማሪ[:የ ውጤት ፋይል ስም] ውጤታማ ይሆናል: ከሆነ --የ ውጤት ዳይሬክቶሪ ከ ተጠቀሙ ከ አንድ ጊዜ በክላይ: የ መጨረሻው ዋጋ ብቻ ነው ውጤታማ የሚሆነው: ለምሳሌ:"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150530\n"
-"57\n"
+"par_id315053q\n"
"help.text"
-msgid "Starts in \"headless mode\" which allows using the application without user interface."
-msgstr "መጀመሪያ በ \"ራስጌ በሌለው ዘዴ\" መተግበሪያ ያለ ተጠቃሚ ገጽታ መጠቀም ያስችላል"
+msgid "Batch print files to file. If <emph>--outdir</emph> is not specified, then current working directory is used as output_dir."
+msgstr "የ ማተሚያ ፋይሎች ማዘጋጃ: ከሆነ <emph>--</emph> ካልተገለጸ: ከዛ የ አሁኑ የ መስሪያ ዳይሬክቶሪን ይጠቀማል እንደ የ ዳይሬክቶሪ ውጤት"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156353\n"
-"58\n"
+"par_id20161204012928262\n"
"help.text"
-msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
-msgstr "ይህን የ ተለየ ዘዴ መጠቀም የሚቻለው መተግበሪያው በ ውጪ ደንበኞች ሲቆጣጠሩት ነው በ <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgid "If <emph>--printer-name</emph> or <emph>--outdir</emph> used multiple times, only last value of each is effective. Also, <emph>{Printername}</emph> of <emph>--pt</emph> switch interferes with <emph>--printer-name</emph>. For example:"
+msgstr "ይህ <emph>--የ ማተሚያ-ስም</emph> ወይንም <emph>--የ ዳይሬክቶሪ ውጤት</emph> በርካታ ጊዜ ይጠቀማል: የ መጨረሻ ዋጋ ብቻ ለ እያንዳንዱ ውጤት: እንዲሁም <emph>{Printername}</emph> በ <emph>--ነጥብ</emph>ፍላጎት መቀየሪያ የ <emph>--ማተሚያ-ስም</emph> ለምሳሌ:"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959o\n"
-"56\n"
+"par_id2016120401348732\n"
"help.text"
-msgid "--infilter={filter}"
-msgstr "--ማጣሪያ={ማጣሪያ}"
+msgid "Dump text content of the following files to console (implies <emph>--headless</emph>). Cannot be used with <emph>--convert-to</emph>."
+msgstr "የሚቀጥሉትን የ ፋይሎች ጽሁፍ ይዞታዎች ይጣሉ ወደ console (ይገልጻል <emph>--ራስጌ የሌላቸው</emph>). መጠቀም አይቻልም በ <emph>--መቀየሪያ-ወደ </emph>."
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053o\n"
-"57\n"
+"par_id2016120401398657\n"
"help.text"
-msgid "Forces an input filter type, if possible. Eg. --infilter=\"Calc Office Open XML\"."
-msgstr "ማስገደጃ የ ማስገቢያ አይነት: ከተቻለ: ለምሳሌ: --infilter=\"Calc Office Open XML\"."
+msgid "Set a bootstrap variable. For example: to set a non-default user profile path:"
+msgstr "የ ዌብ ክፈፍ ስራ ተለዋዋጭ ማሰናጃ: ለምሳሌ: ለማሰናዳት ምንም-ነባር ያልሆነ የ ተጠቃሚ ገጽታ መንገድ:"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959p\n"
-"56\n"
+"par_id20161204014126760\n"
"help.text"
-msgid "--convert-to output_file_extension[:output_filter_name] [--outdir output_dir] files"
-msgstr "--መቀየሪያ-ወደ ውጤት_ፋይል_ተጨማሪዎች[:ውጤት_ማጣሪያ_ስም] [--outdir output_dir] ፋይሎች"
+msgid "Ignored switches"
+msgstr "የ ተተወ መቀየሪያ"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053p\n"
-"57\n"
+"par_id2016120401435616\n"
"help.text"
-msgid "Batch convert files. If --outdir is not specified, then current working directory is used as output_dir.<br/>Eg. --convert-to pdf *.doc<br/>--convert-to pdf:writer_pdf_Export --outdir /home/user *.doc"
-msgstr "Batch ፋይሎች ይቀይራል: If --outdir ካልተወሰነ: ከዛ የ መስሪያ ዳይሬክቶሪ ይጠቀማል እንደ output_dir.<br/>ለምሳሌ: --መቀየሪያ-ወደ pdf *.doc<br/>--መቀየሪያ-ወደ pdf:መጻፊያ_pdf_መላኪያ --outdir /home/user *.doc"
+msgid "Ignored (MacOS X only)"
+msgstr "የ ተተወ (ለ MacOS X ብቻ)"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959q\n"
-"56\n"
+"par_id20161204014423695\n"
"help.text"
-msgid "--print-to-file [--printer-name printer_name] [--outdir output_dir] files"
-msgstr "--ማተሚያ-ወደ-ፋይል [--የ ማተሚያው-ስም የ ማተሚያው_ስም] [--outdir output_dir] ፋይሎች"
+msgid "Ignored (COM+ related; Windows only)"
+msgstr "የ ተተወ (COM+ የ ተዛመደ: ለ Windows ብቻ)"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053q\n"
-"57\n"
+"par_id20161204014529900\n"
+"help.text"
+msgid "Does nothing, accepted only for backward compatibility."
+msgstr "ምንም አይሰራም: ለ ኋላ ቀር ተስማሚነት ብቻ የ ተቀበሉት"
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id2016120401463584\n"
"help.text"
-msgid "Batch print files to file. If --outdir is not specified, then current working directory is used as output_dir.<br/>Eg. --print-to-file *.doc<br/>--print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc"
-msgstr "Batch ያትማል ፋይሎችን ወደ ፋይል: ከሆነ --outdir ካልተወሰነ: ከዛ የ አሁኑ መስሪያ ዳይረክቶሪ ይጠቀማል እንደ output_dir.<br/>ለምሳሌ: --ማተሚያ-ወደ-ፋይል *.doc<br/>--ማተሚያ-ወደ-ፋይል --የ ማተሚያ-ስም nasty_lowres_printer --outdir /home/user *.doc"
+msgid "Used only in unit tests and should have two arguments."
+msgstr "የሚጠቅመው ለ መለኪያ መሞከሪያ ነው እና ሁለት ክርክሮች ያስፈልጋሉ"
#: startcenter.xhp
msgctxt ""
@@ -20306,7 +20269,7 @@ msgctxt ""
"par_idN10B39\n"
"help.text"
msgid "<link href=\"http://www.w3.org/Style/XSL/\">World Wide Web Consortium Pages on Extensible <emph>Stylesheet</emph> Language (XSL)</link>"
-msgstr ""
+msgstr "<link href=\"http://www.w3.org/Style/XSL/\">World Wide Web Consortium Pages on Extensible <emph>Stylesheet</emph> Language (XSL)</link>"
#: xsltfilter.xhp
msgctxt ""
@@ -20314,7 +20277,7 @@ msgctxt ""
"par_idN10B4E\n"
"help.text"
msgid "<link href=\"http://www.w3.org/XML/\">World Wide Web Consortium Pages on Extensible Markup Language (XML)</link>"
-msgstr ""
+msgstr "<link href=\"http://www.w3.org/XML/\">World Wide Web Consortium Pages on Extensible Markup Language (XML)</link>"
#: xsltfilter.xhp
msgctxt ""
@@ -20466,7 +20429,7 @@ msgctxt ""
"par_idN10A0F\n"
"help.text"
msgid "In the <emph>Name of File Type</emph> box, enter the file type that the filter is for."
-msgstr "በ <emph>የ ፋይል አይነት ስም</emph> ሳጥን ውስጥ: ያስገቡ የ ፋይል አይነት ማጣሪያው የ ተሰናዳለት"
+msgstr "በ <emph>የ ፋይል አይነት ስም</emph> ሳጥን ውስጥ: ያስገቡ የ ፋይል አይነት ማጣሪያው ለ ተሰናዳለት"
#: xsltfilter_create.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/optionen.po b/source/am/helpcontent2/source/text/shared/optionen.po
index c5fed2e24a0..0fb9228cd3e 100644
--- a/source/am/helpcontent2/source/text/shared/optionen.po
+++ b/source/am/helpcontent2/source/text/shared/optionen.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-09 23:13+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2017-01-07 18:27+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481325226.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483813676.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -2245,8 +2245,8 @@ msgctxt ""
"01010500.xhp\n"
"tit\n"
"help.text"
-msgid "Colors"
-msgstr "ቀለሞች"
+msgid "Color"
+msgstr "ቀለም"
#: 01010500.xhp
msgctxt ""
@@ -2260,324 +2260,201 @@ msgstr "<bookmark_value>ቀለሞች; ዘዴዎች</bookmark_value>"
msgctxt ""
"01010500.xhp\n"
"hd_id3150543\n"
-"1\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Colors\">Colors</link>"
-msgstr "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Colors\">ቀለሞች</link>"
+msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Color\">Color</link>"
+msgstr "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Color\">ቀለም</link>"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3153104\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/ColorPage\">Allows you to select a color from a color table, edit an existing color, or define new colors.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/ColorPage\">እርስዎን ቀለም መምረጥ ያስችሎታል ከ ቀለም ሰንጠረዥ ውስጥ: ቀለም ማረም ወይንም አዲስ ቀለም መግለጽ ያስችሎታል</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/ColorPage\">Allows you to select a color from a color palette, edit an existing color, or define new colors.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/colorpage/ColorPage\">እርስዎን ቀለም መምረጥ ያስችሎታል ከ ቀለም መደርደሪያ ውስጥ: የ ነበረውን ቀለም ማረሚያ ወይንም አዲስ ቀለም መግለጫ </ahelp>"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150767\n"
-"3\n"
"help.text"
-msgid "Color table"
-msgstr "የ ቀለም ሰንጠረዥ"
+msgid "Colors"
+msgstr "ቀለሞች"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150869\n"
-"5\n"
"help.text"
-msgid "Name"
-msgstr "ስም"
+msgid "Palette"
+msgstr "መደርደሪያ"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3149809\n"
-"6\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/name\">Specifies the name of a selected color. You can also type a name in this field when defining a new color.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/name\">የተመረጠውን ቀለም መግለጽ ያስችሎታል: እርስዎ እዚህ ሜዳ ውስጥ ስም መጻፍ ይችላሉ አዲስ ቀለም ሲገልጹ</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/paletteselector\">Specifies the name of a selected palette. You can select a different palette here.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/colorpage/paletteselector\">የ ተመረጠውን መደርደሪያ ስም መወሰኛ: እርስዎ መምረጥ ይችላሉ የ ተለየ መደርደሪያ እዚህ </ahelp>"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150447\n"
-"7\n"
"help.text"
-msgid "Color"
-msgstr "ቀለም"
+msgid "Color Set"
+msgstr "ቀለም ማሰናጃ"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3149560\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/colorlb\">Contains a list of available colors. To select a color, choose one from the list.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/colorlb\">ዝግጁ የሆኑ ቀለሞች: ቀለም ለ መምረጥ: ከ ዝርዝር ውስጥ አንዱን ይምረጡ</ahelp>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3155132\n"
-"9\n"
-"help.text"
-msgid "Color table"
-msgstr "የ ቀለም ሰንጠረዥ"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3152885\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/modellb\">To modify, select the color model: Red-Green-Blue (RGB) or Cyan-Magenta-Yellow-BlacK (CMYK).</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/modellb\">ለ ማሻሻል: ይምረጡ የ ቀለም ዘዴ: ቀይ-አረንጓዴ-ሰማያዊ (ቀአሰ) ወይንም Cyan-Magenta-Yellow-BlacK (CMYK).</ahelp>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id1527756\n"
-"help.text"
-msgid "%PRODUCTNAME uses only the RGB color model for printing in color. The CMYK controls are provided only to ease the input of color values using CMYK notation."
-msgstr "%PRODUCTNAME ይጠቀሙ የ ቀአስ ቀለም ዘዴ ለማተሚያ ቀለም: የ CMYK መቆጣጠሪያዎች የሚቀርቡት የ ቀለም ማስገቢያውን ለማለስለስ ነው ይህን በ መጠቀም CMYK notation."
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3147426\n"
-"40\n"
-"help.text"
-msgid "If you select RGB, the initials of the three colors will appear and you can set the color from 0 to 255 with the spin button."
-msgstr "እርስዎ ከ መረጡ ቀአሰ: የ መጀመሪያው ሶስት ቀለሞች ይታያል እና እርስዎ ማሰናዳት ይችላሉ ቀለም ከ 0 እስከ 255 በ ማሽከርከሪያ ቁልፍ"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3150103\n"
-"13\n"
"help.text"
-msgid "R"
-msgstr "ቀ"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3152462\n"
-"14\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/R\">Red</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/R\">ቀይ</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/colorset\">Contains a list of available colors. Click on the desired one in the list to select it.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/colorpage/colorset\">ዝግጁ የሆኑ ዝርዝር ቀለሞች ይዟል: ይጫኑ በሚፈለገው ላይ ከ ዝርዝር ውስጥ ለ መምረጥ </ahelp>"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3145366\n"
-"15\n"
+"hd_id31563321\n"
"help.text"
-msgid "G"
-msgstr "አ"
+msgid "Recent Colors"
+msgstr "የ ቅርብ ጊዜ ቀለሞች"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3153144\n"
-"16\n"
+"par_id31544811\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/G\">Green</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/G\">አረንጓዴ</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/recentcolorset\">Displays the last twelve colors selected and applied.</ahelp> Upon selecting a new color it is added to the left of the list. If the list is full and a new color is selected then the rightmost color is deleted."
+msgstr "<ahelp hid=\"cui/ui/colorpage/recentcolorset\">መጨረሻ የ ተመረጠውን እና የ ተፈጸመውን አስራ ሁለት የ ቀለም አይነት ማሳያ </ahelp> አዲስ ቀለም በሚመርጡ ጊዜ ከ ዝርዝሩ በ ግራ በኩል ይጨመራል: ዝርዝሩ ሙሉ ከሆነ እና እርስዎ አዲስ ቀለም መጨመር ከፈለጉ በ ቀኝ በኩል ያለው የ መጨረሻው ቀለም ይጠፋ እና አዲሱ ይጨመራል"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3153573\n"
-"17\n"
+"hd_id3156332\n"
"help.text"
-msgid "B"
-msgstr "ሰ"
+msgid "Add"
+msgstr "መጨመሪያ"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3153726\n"
-"18\n"
+"par_id3154481\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/B\">Blue</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/B\">ሰማያዊ</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/add\">Adds the new color to the <emph>Custom</emph> palette.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/colorpage/add\">አዲስ ቀለም መጨመሪያ ወደ <emph>ማስተካከያ</emph> መደርደሪያ </ahelp>"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3152940\n"
-"41\n"
+"hd_id31547578\n"
"help.text"
-msgid "If you select CMYK, the initials of the four colors will appear and you can set the color from 0 to 255 with the spin button."
-msgstr "እርስዎ ከ መረጡ CMYK: የ መጀመሪያው አራት ቀለሞች ይታያል እና እርስዎ ማሰናዳት ይችላሉ ቀለም ከ 0 እስከ 255 በ ማሽከርከሪያ ቁልፍ"
+msgid "Delete"
+msgstr "ማጥፊያ"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3154942\n"
-"42\n"
+"par_id3154483\n"
"help.text"
-msgid "C"
-msgstr "C"
+msgid "<ahelp hid=\"cui/ui/colorpage/delete\">Deletes the selected color without confirmation.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/colorpage/delete\">የ ተመረጠውን ቀለም ማጥፊያ ማረጋገጫ ከ ተጠየቀ በኋላ </ahelp>"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3145800\n"
-"43\n"
+"par_id3154574\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/C\">Cyan</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/C\">Cyan</ahelp>"
+msgid "You can only delete colors from the <emph>custom</emph> palette."
+msgstr "እርስዎ ማጥፋት የሚችሉት ቀለሞች ከ <emph>ማስተካከያ</emph> መደርደሪያ ብቻ ነው"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3155417\n"
-"44\n"
+"hd_id31507671\n"
"help.text"
-msgid "M"
-msgstr "M"
+msgid "New"
+msgstr "አዲስ"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3150093\n"
-"45\n"
+"par_id3147426\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/M\">Magenta</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/M\">Magenta</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/newpreview\">Displays a preview of the color selected from the color palette and the changes you make with the controls below.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/colorpage/newpreview\">የ ተመረጠውን ቀለም ከ ቀለም መደርደሪያ ላይ እርስዎ የ ቀየሩትን ከ ታች በኩል ባለው መቆጣጠሪያ በ ቅድመ እይታ ማሳያ </ahelp>"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3147124\n"
-"46\n"
+"hd_id3150103\n"
"help.text"
-msgid "Y"
-msgstr "ቢ"
+msgid "R"
+msgstr "ቀ"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3154098\n"
-"47\n"
+"par_id3152462\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/Y\">Yellow</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/Y\">ቢጫ</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/R_custom\">The color code of the red component of the color. Possible values are between 0 and 255.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/colorpage/R_custom\">የ ቀለም ኮድ ለ ቀይ ቀለም አካላት: የሚቻሉት ዋጋዎች በ 0 እና በ 255. መካከል ነው </ahelp>"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3154015\n"
-"48\n"
+"hd_id3145366\n"
"help.text"
-msgid "K"
-msgstr "K"
+msgid "G"
+msgstr "አ"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3156180\n"
-"49\n"
+"par_id3153144\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/K\">Black</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/K\">ጥቁር</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/G_custom\">The color code of the green component of the color. Possible values are between 0 and 255.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/colorpage/G_custom\">የ ቀለም ኮድ ለ አረንጓዴ ቀለም አካላት: የሚቻሉት ዋጋዎች በ 0 እና በ 255. መካከል ነው </ahelp>"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3156332\n"
-"27\n"
+"hd_id3153573\n"
"help.text"
-msgid "Add"
-msgstr "መጨመሪያ"
+msgid "B"
+msgstr "ሰ"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3154481\n"
-"28\n"
+"par_id3153726\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/add\">Adds a new color.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/add\">አዲስ ቀለም መጨመሪያ</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/B_custom\">The color code of the blue component of the color. Possible values are between 0 and 255.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/colorpage/B_custom\">የ ቀለም ኮድ ለ ሰማያዊ ቀለም አካላት: የሚቻሉት ዋጋዎች በ 0 እና በ 255. መካከል ነው </ahelp>"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3153708\n"
-"29\n"
+"hd_id31535731\n"
"help.text"
-msgid "Modify"
-msgstr "ማሻሻያ"
+msgid "Hex"
+msgstr "ሄክስ"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3148916\n"
-"30\n"
+"par_id31537261\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/modify\">Changes the current color.</ahelp> Note that the color is overwritten without a confirmation."
-msgstr "<ahelp hid=\"cui/ui/colorpage/modify\">የ አሁኑን ቀለም መቀየሪያ</ahelp> ቀለሙ የሚቀየረው ያለ ማስጠንቀቂያ ነው"
+msgid "<ahelp hid=\"cui/ui/colorpage/hex_custom\">The color code of the color expressed as a hexadecimal value.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/colorpage/hex_custom\">የ ቀለም ኮድ የ ተገለጸው እንደ ሄክሳዴሲማል ዋጋ </ahelp>"
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3154754\n"
-"31\n"
-"help.text"
-msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Edit\">Edit</link>"
-msgstr "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Edit\">ማረሚያ</link>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3159267\n"
-"33\n"
-"help.text"
-msgid "Load Color List"
-msgstr "የ ቀለም ዝርዝር መጫኛ"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3154705\n"
-"34\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/load\">Accesses the <emph>Open</emph> dialog, which allows you to select a color palette</ahelp>."
-msgstr "<ahelp hid=\"cui/ui/colorpage/load\">መድረሻ ወደ <emph>መክፈቻ</emph> ንግግር: እርስዎን የ ቀለም ማቅለሚያ መምረጥ ያስችሎታል</ahelp>."
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3147344\n"
-"36\n"
-"help.text"
-msgid "Save Color List"
-msgstr "የ ቀለም ዝርዝር ማስቀመጫ"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3163808\n"
-"37\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/save\">Opens the <emph>Save As</emph> dialog, which enables you to save the current color table under a specified name.</ahelp> If you do not choose this command, the current color table will be automatically saved as default and re-loaded the next time you start $[officename]."
-msgstr "<ahelp hid=\"cui/ui/colorpage/save\">መክፈቻ የ <emph>ማስቀመጫ እንደ</emph> ንግግር: እርስዎን የሚያስችለው የ አሁኑን ቀለም ሰንጠረዥ በ ተወሰነ ስም ማስቀመጥ ነው</ahelp> እርስዎ ይህን ትእዛዝ ካልመረጡ: የ አሁኑን ቀለም ሰንጠረዥ ራሱ በራሱ ያስቀምጣል እንደ ነባር እና እንደገና-ይጭናል እርስዎ በሚቀጥለው ጊዜ ሲያስጀምሩ $[officename]."
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3154572\n"
-"38\n"
-"help.text"
-msgid "The <emph>Load color list</emph> and <emph>Save color list </emph>icons are visible only if you select the <emph>Colors</emph> tab with the <emph>Format - Area</emph> command."
-msgstr "የ <emph>ቀለም ዝርዝር መጫኛ</emph> እና <emph>የ ቀለም ዝርዝር ማስቀመጫ </emph>iምልክይ የሚታየው እርስዎ ሲመርጡ ብቻ ነው የ <emph>ቀለሞች</emph> tab በ <emph>አቀራረብ - ቦታ</emph> ትእዛዝ"
+msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Pick\">Pick</link><ahelp hid=\"cui/ui/colorpage/edit\"><embed href=\"text/shared/optionen/01010501.xhp#farbentext\"/></ahelp>"
+msgstr "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Pick\">ይምረጡ</link><ahelp hid=\"cui/ui/colorpage/edit\"><embed href=\"text/shared/optionen/01010501.xhp#farbentext\"/></ahelp>"
#: 01010501.xhp
msgctxt ""
@@ -2736,7 +2613,7 @@ msgctxt ""
"15\n"
"help.text"
msgid "Cyan"
-msgstr "አረንጓዴ ሰማያዊ"
+msgstr "ሲያን"
#: 01010501.xhp
msgctxt ""
@@ -2745,7 +2622,7 @@ msgctxt ""
"16\n"
"help.text"
msgid "<ahelp hid=\"SVTOOLS_METRICFIELD_DLG_COLOR_NUM_CYAN\">Sets the Cyan color value in the CMYK color model.</ahelp>"
-msgstr "<ahelp hid=\"SVTOOLS_METRICFIELD_DLG_COLOR_NUM_CYAN\">የ Cyan ቀለም ዋጋ ማሰናጃ በ CMYK የ ቀለም ዘዴ ውስጥ</ahelp>"
+msgstr "<ahelp hid=\"SVTOOLS_METRICFIELD_DLG_COLOR_NUM_CYAN\">የ ሲያን ቀለም ዋጋ ማሰናጃ በ ሲማቢጥ የ ቀለም ዘዴ ውስጥ</ahelp>"
#: 01010501.xhp
msgctxt ""
@@ -3508,7 +3385,7 @@ msgctxt ""
"bm_id3155341\n"
"help.text"
msgid "<bookmark_value>views; defaults</bookmark_value> <bookmark_value>defaults; views</bookmark_value> <bookmark_value>settings; views</bookmark_value> <bookmark_value>icons; sizes</bookmark_value> <bookmark_value>icons; styles</bookmark_value> <bookmark_value>WYSIWYG in fonts lists</bookmark_value> <bookmark_value>previews; fonts lists</bookmark_value> <bookmark_value>font lists</bookmark_value> <bookmark_value>font name box</bookmark_value> <bookmark_value>mouse; positioning</bookmark_value> <bookmark_value>clipboard; selection clipboard</bookmark_value> <bookmark_value>selection clipboard</bookmark_value> <bookmark_value>OpenGL;settings</bookmark_value> <bookmark_value>OpenGL;blacklist</bookmark_value> <bookmark_value>OpenGL;whitelist</bookmark_value> <bookmark_value>OpenGL;graphics output</bookmark_value> <bookmark_value>notebook bar;icon size</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>መመልከቻ: ነባር</bookmark_value> <bookmark_value>ነባር: መመልከቻ</bookmark_value> <bookmark_value>ማሰናጃ: መመልከቻ</bookmark_value> <bookmark_value>የ ምልክቶች: መጠን</bookmark_value> <bookmark_value>የ ምልክቶች: ዘዴዎች</bookmark_value> <bookmark_value>WYSIWYG iበ ፊደል ዝርዝር ውስጥ</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>OpenGL: ማሰናጃዎች</bookmark_value> <bookmark_value>OpenGL: ጥቁር ዝርዝር</bookmark_value> <bookmark_value>OpenGL: ነጭ ዝርዝር</bookmark_value> <bookmark_value>OpenGL: የ ንድፎች ውጤት</bookmark_value> <bookmark_value>የ ማስታወሻ ደብተር መደርደሪያ: ምልክት መጠን</bookmark_value>"
#: 01010800.xhp
msgctxt ""
@@ -3516,7 +3393,7 @@ msgctxt ""
"hd_id3155341\n"
"help.text"
msgid "<link href=\"text/shared/optionen/01010800.xhp\" name=\"View\">View</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/optionen/01010800.xhp\" name=\"View\">መመልከቻ</link>"
#: 01010800.xhp
msgctxt ""
@@ -3524,7 +3401,7 @@ msgctxt ""
"par_id3155630\n"
"help.text"
msgid "Specifies view options."
-msgstr ""
+msgstr "የ መመልከቻ ምርጫዎች መወሰኛ"
#: 01010800.xhp
msgctxt ""
@@ -3532,7 +3409,7 @@ msgctxt ""
"hd_id310720161612581529\n"
"help.text"
msgid "User Interface"
-msgstr ""
+msgstr "የ ተጠቃሚ ገጽታ"
#: 01010800.xhp
msgctxt ""
@@ -3540,7 +3417,7 @@ msgctxt ""
"hd_id3149123\n"
"help.text"
msgid "Toolbar icon size"
-msgstr ""
+msgstr "የ እቃ መደርደሪያ ምልክት መጠን"
#: 01010800.xhp
msgctxt ""
@@ -3548,7 +3425,7 @@ msgctxt ""
"par_id3153947\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/iconsize\">Specifies the display size of toolbar icons.</ahelp><switchinline select=\"sys\"><caseinline select=\"WIN\">The <emph>Automatic</emph> option uses the font size settings of your operating system for menus. </caseinline></switchinline>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optviewpage/iconsize\">የ እቃ መደርደሪያ ምልክቶች መጠን መወሰኛ </ahelp><switchinline select=\"sys\"><caseinline select=\"WIN\">የ <emph>ራሱ በራሱ</emph> ምርጫ የሚጠቀመው የ ፊደል መጠን ማሰናጃ የ እርስዎ የ መስሪያ ስርአት ለ ዝርዝር የሚጠቀመውን ነው </caseinline></switchinline>"
#: 01010800.xhp
msgctxt ""
@@ -3556,7 +3433,7 @@ msgctxt ""
"hd_id310720161555082010\n"
"help.text"
msgid "Sidebar icon size"
-msgstr ""
+msgstr "የ ጎን መደርደሪያ ምልክት መጠን"
#: 01010800.xhp
msgctxt ""
@@ -3564,7 +3441,7 @@ msgctxt ""
"par_id310720161554582186\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/sidebariconsize\">Specifies the display size of sidebar icons.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optviewpage/sidebariconsize\">የ ጎን መደርደሪያ ምልክት መጠን ይወስኑ </ahelp>"
#: 01010800.xhp
msgctxt ""
@@ -3572,7 +3449,7 @@ msgctxt ""
"hd_id190920161822223888\n"
"help.text"
msgid "Notebook bar icon size"
-msgstr ""
+msgstr "የ ማስታወሻ ደብተር መደርደሪያ ምልክት መጠን"
#: 01010800.xhp
msgctxt ""
@@ -3580,7 +3457,7 @@ msgctxt ""
"par_id190920161825438077\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/notebookbariconsize\">Specifies the display size of <link href=\"text/shared/01/notebook_bar.xhp\">notebook bar</link> icons.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optviewpage/notebookbariconsize\">የ ማሳያ መጠን ይወስኑ ለ <link href=\"text/shared/01/notebook_bar.xhp\">ማስታወሻ ደብተር መደርደሪያ</link> ምልክቶች </ahelp>"
#: 01010800.xhp
msgctxt ""
@@ -3588,7 +3465,7 @@ msgctxt ""
"hd_id310720161555238963\n"
"help.text"
msgid "Icon style"
-msgstr ""
+msgstr "የ ምልክት ዘዴ"
#: 01010800.xhp
msgctxt ""
@@ -3596,7 +3473,7 @@ msgctxt ""
"par_id310720161555341027\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/iconstyle\">Specifies the icon style for icons in toolbars and dialogs.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optviewpage/iconstyle\">የ ምልክት ዘዴ ለ ምልክቶች በ እቃ መደርደሪያ እና ንግግሮች ውስጥ ይወስኑ </ahelp>"
#: 01010800.xhp
msgctxt ""
@@ -3628,7 +3505,7 @@ msgctxt ""
"hd_id310720161614431319\n"
"help.text"
msgid "Mouse"
-msgstr ""
+msgstr "አይጥ"
#: 01010800.xhp
msgctxt ""
@@ -3636,7 +3513,7 @@ msgctxt ""
"hd_id3166432\n"
"help.text"
msgid "Mouse positioning"
-msgstr ""
+msgstr "የ አይጥ ቦታ"
#: 01010800.xhp
msgctxt ""
@@ -3644,7 +3521,7 @@ msgctxt ""
"par_id3155530\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/mousepos\">Specifies if and how the mouse pointer will be positioned in newly opened dialogs.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optviewpage/mousepos\">የ አይጥ መጠቆሚያው አዲሲ በ ተከፈተው ንግግር ውስጥ የት ቦታ እንደሚሆን መወሰኛ </ahelp>"
#: 01010800.xhp
msgctxt ""
@@ -3652,7 +3529,7 @@ msgctxt ""
"hd_id3146982\n"
"help.text"
msgid "Middle mouse button"
-msgstr ""
+msgstr "የ አይጥ መሀከል ቁልፍ"
#: 01010800.xhp
msgctxt ""
@@ -3660,7 +3537,7 @@ msgctxt ""
"par_id3150521\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/mousemiddle\">Defines the function of the middle mouse button.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optviewpage/mousemiddle\">የ አይጥ መሀከል ቁልፍ ተግባር መግለጫ </ahelp>"
#: 01010800.xhp
msgctxt ""
@@ -3668,7 +3545,7 @@ msgctxt ""
"par_id3152889\n"
"help.text"
msgid "<emph>Automatic scrolling</emph> - dragging while pressing the middle mouse button shifts the view."
-msgstr ""
+msgstr "<emph>ራሱ በራሱ መሸብለያ</emph> - የ አይጥ መሀከል ቁልፍ ተጭነው ይዘው መጎተት መመልከቻውን ይቀይራል"
#: 01010800.xhp
msgctxt ""
@@ -3676,7 +3553,7 @@ msgctxt ""
"par_id3155810\n"
"help.text"
msgid "<emph>Paste clipboard</emph> - pressing the middle mouse button inserts the contents of the \"Selection clipboard\" at the cursor position."
-msgstr ""
+msgstr "<emph>ቁራጭ ሰሌዳ መለጠፊያ</emph> - የ አይጥ መሀከል ቁልፍ መጫን ይዞታውን ያስገባል ወደ \"ተመረጠው ቁራጭ ሰሌዳ\" መጠቆሚያው ባለበት ቦታ"
#: 01010800.xhp
msgctxt ""
@@ -3684,7 +3561,7 @@ msgctxt ""
"par_id3148703\n"
"help.text"
msgid "The \"Selection clipboard\" is independent of the normal clipboard that you use by <emph>Edit - Copy/Cut /Insert</emph> or the respective keyboard shortcuts. Clipboard and \"Selection clipboard\" can contain different contents at the same time."
-msgstr ""
+msgstr "የ \"ቁራጭ ሰሌዳ ምርጫ\" ነፃ ነው ከ መደበኛ ቁራጭ ሰሌዳ እርስዎ የ ተጠቀሙት በ <emph>ማረሚያ - ኮፒ/መቁረጫ /ማስገቢያ</emph> ወይንም ተመሳሳይ የ ፊደል ገበታ አቋራጮች: የ ቁራጭ ሰሌዳ እና \"ቁራጭ ሰሌዳ መምረጫ\" የ ተለያዩ ይዞታዎች በ ተመሳሳይ ጊዜ መያዝ ይችላል"
#: 01010800.xhp
msgctxt ""
@@ -3692,7 +3569,7 @@ msgctxt ""
"par_id3148870\n"
"help.text"
msgid "<emph>Clipboard</emph>"
-msgstr ""
+msgstr "<emph>ቁራጭ ሰሌዳ</emph>"
#: 01010800.xhp
msgctxt ""
@@ -3700,7 +3577,7 @@ msgctxt ""
"par_id3145076\n"
"help.text"
msgid "<emph>Selection clipboard</emph>"
-msgstr ""
+msgstr "<emph>የ ቁራጭ ሰሌዳ ምርጫዎች</emph>"
#: 01010800.xhp
msgctxt ""
@@ -3708,7 +3585,7 @@ msgctxt ""
"par_id3156030\n"
"help.text"
msgid "<emph>Copy content</emph>"
-msgstr ""
+msgstr "<emph>ይዞታ ኮፒ ማድረጊያ</emph>"
#: 01010800.xhp
msgctxt ""
@@ -3716,7 +3593,7 @@ msgctxt ""
"par_id3150110\n"
"help.text"
msgid "Edit - Copy Ctrl+C."
-msgstr ""
+msgstr "ማረሚያ - ኮፒ Ctrl+C."
#: 01010800.xhp
msgctxt ""
@@ -3724,7 +3601,7 @@ msgctxt ""
"par_id3149588\n"
"help.text"
msgid "Select text, table, object."
-msgstr ""
+msgstr "ይምረጡ ጽሁፍ: ሰንጠረዥ: እቃዎች"
#: 01010800.xhp
msgctxt ""
@@ -3732,7 +3609,7 @@ msgctxt ""
"par_id3149331\n"
"help.text"
msgid "<emph>Paste content</emph>"
-msgstr ""
+msgstr "<emph>ይዞታ መለጠፊያ</emph>"
#: 01010800.xhp
msgctxt ""
@@ -3740,7 +3617,7 @@ msgctxt ""
"par_id3156337\n"
"help.text"
msgid "Edit - Paste Ctrl+V pastes at the cursor position."
-msgstr ""
+msgstr "ማረሚያ - መለጠፊያ Ctrl+V መጠቆሚያው ባለበት ቦታ ይለጥፋል"
#: 01010800.xhp
msgctxt ""
@@ -3748,7 +3625,7 @@ msgctxt ""
"par_id3151127\n"
"help.text"
msgid "Clicking the middle mouse button pastes at the mouse pointer position."
-msgstr ""
+msgstr "የ አይጥ መሀከል ቁልፍ መጫን ይለጥፋል መጠቆሚያው ባለበት ቦታ ላይ"
#: 01010800.xhp
msgctxt ""
@@ -3756,7 +3633,7 @@ msgctxt ""
"par_id3159206\n"
"help.text"
msgid "<emph>Pasting into another document</emph>"
-msgstr ""
+msgstr "<emph>ወደ ሌላ ሰነድ ውስጥ መለጠፊያ</emph>"
#: 01010800.xhp
msgctxt ""
@@ -3764,7 +3641,7 @@ msgctxt ""
"par_id3148974\n"
"help.text"
msgid "No effect on the clipboard contents."
-msgstr ""
+msgstr "ምንም ተፅእኖ አይፈጥርም በ ቁራጭ ሰሌዳ ይዞታዎች ላይ"
#: 01010800.xhp
msgctxt ""
@@ -3772,7 +3649,7 @@ msgctxt ""
"par_id3152870\n"
"help.text"
msgid "The last marked selection is the content of the selection clipboard."
-msgstr ""
+msgstr "መጨረሻ ምልክት የ ተደረገበት የ ተመረጠው ይዞታ ለ ቁራጭ ሰሌዳ ምርጫ"
#: 01010800.xhp
msgctxt ""
@@ -3836,7 +3713,7 @@ msgctxt ""
"par_id1208200812004445\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/useopengl\">Use the high performance Open Graphics Library (<link href=\"text/shared/00/00000005.xhp\" name=\"opengl\">OpenGL</link>) to render all visual elements of the application, including windows, menus, toolbars and icons.</ahelp> OpenGL uses the computer graphics device to accelerate the graphics rendering. If the device is blacklisted (see below) this option will not be effective."
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optviewpage/useopengl\">ይጠቀሙ ከፍተኛ የ Open Graphics Library መፈጸሚያ (<link href=\"text/shared/00/00000005.xhp\" name=\"opengl\">OpenGL</link>) ሁሉንም የሚታዩ አካላቶች ለማቅረብ: መተግባሪያዎች: መስኮቶችንም ያካትታል: ዝርዝሮች: የ እቃ መደርደሪያ: እና ምልክቶች </ahelp> OpenGL የሚጠቀመው የ ኮምፒዩተር ንድፎች አካል ማፍጠኛ ለ ንድፎች ማቅረቢያ ነው: አካሉ በ ጥቁር ዝርዝር ውስጥ ካለ (ከ ታች በኩል ይመልከቱ) ይህ ምርጫ ስኬታማ አይሆንም"
#: 01010800.xhp
msgctxt ""
@@ -3868,7 +3745,7 @@ msgctxt ""
"hd_id3156056\n"
"help.text"
msgid "Icons in menus"
-msgstr ""
+msgstr "ምልክቶች በ ዝርዝር ውስጥ"
#: 01010800.xhp
msgctxt ""
@@ -3876,7 +3753,7 @@ msgctxt ""
"par_id3155766\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/menuicons\">Displays icons next to the corresponding menu items. Select from \"Automatic\", \"Hide\" and \"Show\". \"Automatic\" displays icons according to system settings and themes.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optviewpage/menuicons\">ምልክቶች ከ ተመሳሳይ ዝርዝር እቃዎች አጠገብ ማሳያ: ይምረጡ ከ \"ራሱ በራሱ\": \"መደበቂያ\" እና \"ማሳያ\": \"ራሱ በራሱ\" ምልክት ያሳያል እንደ ስርአቱ ማሰናጃ እና ገጽታ አይነት </ahelp>"
#: 01010800.xhp
msgctxt ""
@@ -3884,7 +3761,7 @@ msgctxt ""
"hd_id310720161619163588\n"
"help.text"
msgid "Font Lists"
-msgstr ""
+msgstr "የ ፊደል ዝርዝር"
#: 01010800.xhp
msgctxt ""
@@ -3892,7 +3769,7 @@ msgctxt ""
"hd_id3149262\n"
"help.text"
msgid "Show preview of fonts"
-msgstr ""
+msgstr "ፊደሎች በ ቅድመ እይታ ማሳያ"
#: 01010800.xhp
msgctxt ""
@@ -3900,7 +3777,7 @@ msgctxt ""
"par_id3155415\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optviewpage/showfontpreview\">Displays the names of selectable fonts in the corresponding font, for example, fonts in the Font box on the <emph>Formatting</emph> bar.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optviewpage/showfontpreview\">ሊመረጡ የሚችሉ ፊደሎች የ ተመሳሳይ ፊደሎች ስም ማሳያ: ለምሳሌ: ፊደሎች በ ፊደሎች ሳጥን ውስጥ በ <emph>አቀራረብ</emph> bar.</ahelp> ውስጥ"
#: 01010900.xhp
msgctxt ""
@@ -4265,7 +4142,7 @@ msgctxt ""
"bm_id3153881\n"
"help.text"
msgid "<bookmark_value>graphics; cache</bookmark_value><bookmark_value>images; cache</bookmark_value><bookmark_value>cache for graphics</bookmark_value><bookmark_value>Quickstarter</bookmark_value><bookmark_value>undoing; number of steps</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>ንድፎች: ማጠራቀሚያ</bookmark_value><bookmark_value>ምስሎች: ማጠራቀሚያ</bookmark_value><bookmark_value>ማጠራቀሚያ ለ ንድፎች</bookmark_value><bookmark_value>በፍጥነት ማስጀመሪያ</bookmark_value><bookmark_value>መተው: የ ደረጃዎች ቁጥር</bookmark_value>"
#: 01011000.xhp
msgctxt ""
@@ -4282,7 +4159,7 @@ msgctxt ""
"par_id3154307\n"
"help.text"
msgid "<ahelp hid=\".\">This tab page lets you define various settings for the image cache.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">ይህ የ tab ገጽ እርስዎን መግለጽ ይችላሉ ማሰናጃ ለ ምስል ማጠራቀሚያ </ahelp>"
#: 01011000.xhp
msgctxt ""
@@ -4290,7 +4167,7 @@ msgctxt ""
"hd_id3147530\n"
"help.text"
msgid "Image cache"
-msgstr ""
+msgstr "ምስል መደበቂያ"
#: 01011000.xhp
msgctxt ""
@@ -4298,7 +4175,7 @@ msgctxt ""
"par_id3145069\n"
"help.text"
msgid "The image cache saves the images contained in a document in your computer's main memory. This means that the attributes of an image stored in the cache do not have to be re-calculated if you return to the page containing the image after scrolling through a document."
-msgstr ""
+msgstr "የ ምስል ማጠራቀሚያ የሚያስቀምጠው ምስሎች በ ሰነድ ውስጥ ያሉ በ እርስዎ ኮምፒዩተር ዋናው ማስታወሻ ውስጥ ያሉትን ነው: ይህም ማለት የ ምስሎች መለያ የ ተቀመጠው ምስል የ ተጠራቀመው እንደገና-መሰላት የለበትም: እርስዎ ምስሎቹን ወደያዘው ገጽ ቢመለሱ በ ሰነድ ውስጥ ከ ፈለጉ በኋላ"
#: 01011000.xhp
msgctxt ""
@@ -4315,7 +4192,7 @@ msgctxt ""
"par_id3152813\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optmemorypage/graphiccache\">Specifies the total cache size for all images.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optmemorypage/graphiccache\">ለ ሁሉም ምስሎች ጠቅላላ መጠን መደበቂያ መወሰኛ </ahelp>"
#: 01011000.xhp
msgctxt ""
@@ -4350,7 +4227,7 @@ msgctxt ""
"par_id3148674\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optmemorypage/objecttime\">Specifies the time that each image remains in the cache in hours and minutes.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optmemorypage/objecttime\">እያንዳንዱ ምስል መደበቂያ ለምን ያህል ጊዜ እንደሚቆይ በ ሰአት እና ደቂቃ መወሰኛ </ahelp>"
#: 01011000.xhp
msgctxt ""
@@ -4702,7 +4579,7 @@ msgctxt ""
"hd_id3147531\n"
"help.text"
msgid "Allow animated images"
-msgstr ""
+msgstr "ተንቀሳቃሽ ምስሎች መፍቀጃ"
#: 01013000.xhp
msgctxt ""
@@ -5334,8 +5211,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN1064B\n"
"help.text"
-msgid "<ahelp hid=\"703988739\">Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988739\">ይምረጡ የ ማስጠንቀቂያ ንግግር ለ መመልከት እርስዎ በሚያስቀምጡ ጊዜ ወይንም በሚልኩ ጊዜ ሰነዶችን የ ተመዘገቡ ለውጦችን: እትሞችን: ወይንም አስተያየቶችን የያዘ</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/savesenddocs\">Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/securityoptionsdialog/savesenddocs\">ይምረጡ ለ መመልከት የ ማስጠንቀቂያ ንግግር እርስዎ ለ ማስቀመጥ በሚሞክሩ ጊዜ ወይንም ለ መላክ በሚሞክሩ ጊዜ ሰነዶች ለውጦች የ ተቀረጸባቸው: እትሞች ወይንም አስተያየቶች የያዙ ሲሆኑ </ahelp>"
#: 01030300.xhp
msgctxt ""
@@ -5350,8 +5227,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10652\n"
"help.text"
-msgid "<ahelp hid=\"703988740\">Select to see a warning dialog when you try to print a document that contains recorded changes or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988740\">ይምረጡ የ ማስጠንቀቂያ ንግግር ለ መመልከት እርስዎ በሚያትሙ ጊዜ ሰነዶችን የ ተመዘገቡ ለውጦችን ወይንም አስተያየቶችን የያዘ</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whenprinting\">Select to see a warning dialog when you try to print a document that contains recorded changes or comments.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/securityoptionsdialog/whenprinting\">ይምረጡ ለ መመልከት የ ማስጠንቀቂያ ንግግር እርስዎ ለ ማተም በሚሞክሩ ጊዜ ሰነድ ወይንም ለውጦች የ ተቀረጸባቸው: ወይንም አስተያየቶች የያዙ ሲሆኑ </ahelp>"
#: 01030300.xhp
msgctxt ""
@@ -5366,8 +5243,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10659\n"
"help.text"
-msgid "<ahelp hid=\"703988741\">Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988741\">ይምረጡ የ ማስጠንቀቂያ ንግግር ለ መመልከት እርስዎ ሰነድ ለ መፈረም በሚሞክሩ ጊዜ የ ተመዘገቡ ለውጦችን የያዙ ሰነዶች: እትሞችን: ሜዳዎችን: ከ ሌሎች ምንጮች የሚያመሳክሩ: (ለምሳሌ የ ተገናኙ ክፍሎች ወይንም የ ተገናኙ ምስሎች) ወይንም አስተያየቶች የያዘ</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whensigning\">Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/securityoptionsdialog/whensigning\">የ ማስጠንቀቂያ ንግግር ለማየት እርስዎ ሰነድ ለ መፈረም በሚሞክሩ ጊዜ የ ተቀየረ የ ተመዘገበ ለውጦች የያዘ: እትሞች: ሜዳዎች: ማመሳከሪያ ወደ ሌሎች ምንጮች (ለምሳሌ የ ተገናኙ ክፍሎች ወይንም የ ተገናኙ ስእሎች): ወይንም አስተያየቶች </ahelp>"
#: 01030300.xhp
msgctxt ""
@@ -5382,8 +5259,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10660\n"
"help.text"
-msgid "<ahelp hid=\"703988742\">Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments.</ahelp>"
-msgstr "<ahelp hid=\"703988742\">ይምረጡ የ ማስጠንቀቂያ ንግግር ለ መመልከት እርስዎ በሚልኩ ጊዜ ሰነዶችን ወደ PDF አቀራረብ የ ተመዘገቡ ለውጦችን በ ጽሁፍ ውስጥ: ወይንም አስተያየቶችን የሚያሳይ</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whenpdf\">Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/securityoptionsdialog/whenpdf\">ይምረጡ ለ መመልከት የ ማስጠንቀቂያ ንግግር እርስዎ ለ መላክ በሚሞክሩ ጊዜ ሰነድ ወደ PDF አቀራረብ የሚያሳይ ለውጦች የ ተቀረጸባቸው በ መጻፊያ ውስጥ: ወይንም አስተያየቶች የያዙ ሲሆኑ </ahelp>"
#: 01030300.xhp
msgctxt ""
@@ -5398,8 +5275,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10667\n"
"help.text"
-msgid "<ahelp hid=\"703988743\">Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>"
-msgstr "<ahelp hid=\"703988743\">ይምረጡ ሁልጊዜ የ ተጠቃሚ ዳታ ከ ፋይል ባህሪዎች ውስጥ ለማስወገድ: ይህ ምርጫ ካልተመረጠ: እርስዎ ማስወገድ ይችላሉ የ ግል መረጃ ለ አሁኑ ሰነድ በ <emph>ባህሪዎች እንደ ነበር መመለሻ </emph>ቁልፍ ከ <emph>ፋይል - ባህሪዎች - ባጠቃላይ </emph></ahelp>ውስጥ"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/removepersonal\">Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/securityoptionsdialog/removepersonal\">ይምረጡ ሁል ጊዜ የ ተጠቃሚ ዳታ ከ ፋይል ባህሪዎች ውስጥ እንዲወገድ: ይህ ምርጫ ካልተመረጠ: እርስዎ ማስወገድ ይችላሉ የ ግል መረጃዎች ለ አሁኑ ሰነድ በ <emph>ባህሪዎች እንደ ነበር መመለሻ</emph> ቁልፍ በ <emph>ፋይል - ባህሪዎች - ባጠቃላይ</emph>.</ahelp> ውስጥ"
#: 01030300.xhp
msgctxt ""
@@ -5414,8 +5291,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10680\n"
"help.text"
-msgid "<ahelp hid=\"703988744\">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp>"
-msgstr "<ahelp hid=\"703988744\">ይምረጡ ሁልጊዜ ለማስቻል በ <emph>መግቢያ ቃል ማስቀመጫ</emph> ምርጫ በ ፋይል ማስቀመጫ ንግግር ውስጥ: ፋይል በ ነባር ያለ መግቢያ ቃል ማስቀመጫ የሚለውን ምርጫ አይምረጡ </ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/password\">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/securityoptionsdialog/password\">ይምረጡ ሁል ጊዜ ለ ማስቻል: በ <emph>መግቢያ ቃል ማስቀመጫ</emph> ምርጫ በ ፋይል ማስቀመጫ ንግግር ውስጥ: ምልክቱን ያጥፉ ከ ምርጫው ላይ ያለ መግቢያ ቃል እንደ ነባር ለማስቀመጥ </ahelp>"
#: 01030300.xhp
msgctxt ""
@@ -5430,8 +5307,24 @@ msgctxt ""
"01030300.xhp\n"
"par_id79042\n"
"help.text"
-msgid "<ahelp hid=\".\">If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</ahelp>"
-msgstr "<ahelp hid=\".\">ይህን ካስቻሉ: እርስዎ ተጭነው መያዝ አለብዎት የ Ctrl ቁልፍ በሚጫኑ ጊዜ የ hyperlink አገናኝ የሚከተል: ይህን ካላስቻሉ ሲጫኑ የ hyperlink ይከፈታል </ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/ctrlclick\">If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/securityoptionsdialog/ctrlclick\">እርስዎ ይህን ካስቻሉ ተጭነው መያዝ አለብዎት የ Ctrl ቁልፍ በሚጫኑ ጊዜ የ hyperlink አገናኙን ለ መከተል: ከ ተሰናከለ: መጫን የሚከፍተው hyperlink ነው </ahelp>"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id1972107\n"
+"help.text"
+msgid "Block any links from documents not among the trusted locations (see Macro Security)"
+msgstr "አገናኞች መከለከያ ከ ሰነዶች ውስጥ ወደ ያማይታመኑ አካባቢዎች (ይመልከቱ Macro Security)"
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id79043\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/blockuntrusted\">Blocks the use of links pointing to images not in the trusted locations defined on the <link href=\"text/shared/optionen/macrosecurity_ts.xhp\" name=\"Trusted Sources\">Trusted Sources</link> tab of the Macro Security dialog.</ahelp> This can increase security in case you work with documents from untrusted sources (e.g. the internet) and are worried about vulnerabilities in image processing software components. Blocking the use of links means that images are not loaded in documents, only a placeholder frame is visible."
+msgstr "<ahelp hid=\"cui/ui/securityoptionsdialog/blockuntrusted\">ወደ ምስሎች የሚጠቁሙ አገናኞች መከልከያ በሚታመኑ አካባቢዎች አይደለም በ ተገለጸው በ <link href=\"text/shared/optionen/macrosecurity_ts.xhp\" name=\"Trusted Sources\"> የሚታመኑ ምንጮች</link> tab በ Macro Security ንግግር ውስጥ </ahelp> ይህ ደህንነትን ያጠነክራል እርስዎ የሚሰሩ ከሆነ በ ሰነዶች ከማይታመኑ ምንጮች ጋር (ለምሳሌ: ኢንተርኔት) እና የሚሰጉ ከሆነ ስለ አስተማማኝነቱ የ ምስል ማስኬጃ ሶፍትዌር አካላት: አገናኞች መከልከል ማለት ምስሎቹ ሰነዱ ላይ አይጫኑም: ስለዚህ ቦታ ያዢ ክፈፍ ብቻ ይታያል ማለት ነው:"
#: 01030300.xhp
msgctxt ""
@@ -5857,7 +5750,7 @@ msgctxt ""
"hd_id3144764\n"
"help.text"
msgid "Copy local images to Internet"
-msgstr ""
+msgstr "የ አካባቢ ምስሎች ወደ ኢንተርኔት ኮፒ ማድረጊያ"
#: 01030500.xhp
msgctxt ""
@@ -6150,7 +6043,7 @@ msgctxt ""
"hd_id3153143\n"
"help.text"
msgid "Images and objects"
-msgstr ""
+msgstr "ምስሎች እና እቃዎች"
#: 01040200.xhp
msgctxt ""
@@ -6158,7 +6051,7 @@ msgctxt ""
"par_id3149261\n"
"help.text"
msgid "<variable id=\"grafikenaus\"><ahelp hid=\"modules/swriter/ui/viewoptionspage/graphics\">Specifies whether to display images and objects on the screen.</ahelp></variable> If these elements are hidden, you will see empty frames as placeholders."
-msgstr ""
+msgstr "<variable id=\"grafikenaus\"><ahelp hid=\"modules/swriter/ui/viewoptionspage/graphics\">በ መመልከቻው ላይ ምስሎች እና እቃዎች ይታዩ እንደሆን መወሰኛ </ahelp></variable> እነዚህ አካሎች የ ተደበቁ ከሆነ: ለ እርስዎ ባዶ ክፈፎች እንደ ቦታ ያዢዎች ይታይዎታል"
#: 01040200.xhp
msgctxt ""
@@ -6175,7 +6068,7 @@ msgctxt ""
"par_id3146898\n"
"help.text"
msgid "If the <emph>Images and objects</emph> option is not selected, no graphics will be loaded from the Internet. Graphics within a table and without an indication of their size can cause display problems when using an older HTML standard on the browsed page."
-msgstr ""
+msgstr "ይህ የ <emph>ምስሎች እና እቃዎች</emph> ምርጫ ካልተመረጠ: ምንም ምስል አይጫንም ከ ኢንተርኔት: ንድፎች በ ሰንጠረዥ ውስጥ እና ያለ መጠን መጠቆሚያ የ ማሳያ ችግር ይፈጥራል: በሚጠቀሙ ጊዜ አሮጌ የ HTML መደበኛ በ መቃኛ ገጽ ውስጥ:"
#: 01040200.xhp
msgctxt ""
@@ -6238,7 +6131,7 @@ msgctxt ""
"45\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/fieldcodes\">Displays the field names in the document instead of the contents of the fields.</ahelp> You can also choose <link href=\"text/swriter/01/03090000.xhp\" name=\"View - Field Names\"><emph>View - Field Names</emph></link> in a text document."
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/fieldcodes\">የ ሜዳ ስሞች ማሳያ በ ሰነድ ውስጥ የ ሜዳዎችን ይዞታዎች ከ ማሳየት ይልቅ </ahelp> እርስዎ መምረጥ ይችላሉ <link href=\"text/swriter/01/03090000.xhp\" name=\"View - Field Names\"><emph>መመልከቻ - የ ሜዳ ስሞች</emph></link> በ ጽሁፍ ሰነድ ውስጥ"
#: 01040200.xhp
msgctxt ""
@@ -6378,7 +6271,7 @@ msgctxt ""
"par_id7700735\n"
"help.text"
msgid "<ahelp hid=\".\">Specifies the size of the font.</ahelp>"
-msgstr "<ahelp hid=\".\">የፊደል መጠን መወሰኛ</ahelp>"
+msgstr "<ahelp hid=\".\">የ ፊደል መጠን መወሰኛ</ahelp>"
#: 01040300.xhp
msgctxt ""
@@ -6833,7 +6726,7 @@ msgctxt ""
"bm_id3149656\n"
"help.text"
msgid "<bookmark_value>inserting; new text tables defaults</bookmark_value><bookmark_value>tables in text; default settings</bookmark_value><bookmark_value>aligning;tables in text</bookmark_value><bookmark_value>number formats; recognition in text tables</bookmark_value>"
-msgstr "<bookmark_value>ማስገቢያ: አዲስ ነባር የ ጽሁፍ ሰንጠረዥ</bookmark_value><bookmark_value>ሰንጠረዦች በ ጽሁፍ ውስጥ: ነባር ማሰናጃዎች</bookmark_value><bookmark_value>ማሰለፊያ:ሰንጠረዦች በ ጽሁፍ ውስጥ</bookmark_value><bookmark_value>የ ቁጥር አቀራረብ: በ ጽሁፍ ሰንጠረዥ ውስጥ መለያ</bookmark_value>"
+msgstr "<bookmark_value>ማስገቢያ: አዲስ ነባር የ ጽሁፍ ሰንጠረዥ</bookmark_value><bookmark_value>ሰንጠረዦች በ ጽሁፍ ውስጥ: ነባር ማሰናጃዎች</bookmark_value><bookmark_value>ማሰለፊያ: ሰንጠረዦች በ ጽሁፍ ውስጥ</bookmark_value><bookmark_value>የ ቁጥር አቀራረብ: በ ጽሁፍ ሰንጠረዥ ውስጥ መለያ</bookmark_value>"
#: 01040500.xhp
msgctxt ""
@@ -6931,7 +6824,7 @@ msgctxt ""
"par_id3155429\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/opttablepage/dontsplit\">Specifies that tables are not split by any type of text flow break.</ahelp> You can also find this option in menu <emph>Table - Properties - Text Flow</emph>."
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/opttablepage/dontsplit\">ሰንጠረዥ በ ማንኛውም የ ጽሁፍ ፍሰት መጨረሻ አለ መከፈሉን መወሰኛ </ahelp> እርስዎ እንዲሁም ይህን ምርጫ ማግኘት ይችላሉ በ ዝርዝር <emph>ሰንጠረዥ - ባህሪዎች - የ ጽሁፍ ፍሰት </emph> ውስጥ"
#: 01040500.xhp
msgctxt ""
@@ -8546,7 +8439,7 @@ msgctxt ""
"par_id4653767\n"
"help.text"
msgid "Expand word space on lines with manual line breaks in justified paragraphs"
-msgstr "የቃላትን ክፍተት ማስፊያ በመስመሮች ላይ በእጅ መስመር መጨረሻ አንቀጾችን እኩል ማካፈያ"
+msgstr "የ ቃላትን ክፍተት ማስፊያ በ መስመሮች ላይ በእጅ መስመር መጨረሻ አንቀጾችን እኩል ማካፈያ"
#: 01041100.xhp
msgctxt ""
@@ -9135,7 +9028,7 @@ msgctxt ""
"bm_id3147242\n"
"help.text"
msgid "<bookmark_value>cells; showing grid lines (Calc)</bookmark_value> <bookmark_value>borders; cells on screen (Calc)</bookmark_value> <bookmark_value>grids; displaying lines (Calc)</bookmark_value> <bookmark_value>colors; grid lines and cells (Calc)</bookmark_value> <bookmark_value>page breaks; displaying (Calc)</bookmark_value> <bookmark_value>guides; showing (Calc)</bookmark_value> <bookmark_value>displaying; zero values (Calc)</bookmark_value> <bookmark_value>zero values; displaying (Calc)</bookmark_value> <bookmark_value>tables in spreadsheets; value highlighting</bookmark_value> <bookmark_value>cells; formatting without effect (Calc)</bookmark_value> <bookmark_value>cells; coloring (Calc)</bookmark_value> <bookmark_value>anchors; displaying (Calc)</bookmark_value> <bookmark_value>colors;restriction (Calc)</bookmark_value> <bookmark_value>text overflow in spreadsheet cells</bookmark_value> <bookmark_value>references; displaying in color (Calc)</bookmark_value> <bookmark_value>objects; displaying in spreadsheets</bookmark_value> <bookmark_value>pictures; displaying in Calc</bookmark_value> <bookmark_value>charts; displaying (Calc)</bookmark_value> <bookmark_value>draw objects; displaying (Calc)</bookmark_value> <bookmark_value>row headers; displaying (Calc)</bookmark_value> <bookmark_value>column headers; displaying (Calc)</bookmark_value> <bookmark_value>scrollbars; displaying (Calc)</bookmark_value> <bookmark_value>sheet tabs; displaying</bookmark_value> <bookmark_value>tabs; displaying sheet tabs</bookmark_value> <bookmark_value>outlines;outline symbols</bookmark_value>"
-msgstr "<bookmark_value>ክፍሎች: ማሳያ መጋጠሚያ መስመሮች (ሰንጠረዥ)</bookmark_value> <bookmark_value>ድንበሮች: ክፍሎች በ መመልከቻ ላይ (ሰንጠረዥ)</bookmark_value> <bookmark_value>መጋጠሚያ: ማሳያ መስመሮች (ሰንጠረዥ)</bookmark_value> <bookmark_value>ቀለሞች: መጋጠሚያ መስመሮች እና ክፍሎች (ሰንጠረዥ)</bookmark_value> <bookmark_value>ገጽ መጨረሻ: ማሳያ (ሰንጠረዥ)</bookmark_value> <bookmark_value>መምሪያ: ማሳያ (ሰንጠረዥ)</bookmark_value> <bookmark_value>ማሳያ: ዜሮ ዋጋዎች (ሰንጠረዥ)</bookmark_value> <bookmark_value>ዜሮ ዋጋዎች: ማሳያ (ሰንጠረዥ)</bookmark_value> <bookmark_value>ክፍሎች በ ሰንጠረዥ ውስጥ: ዋጋ ማድመቂያ</bookmark_value> <bookmark_value>ክፍሎች: አቀራረብ ያለ ውጤት (ሰንጠረዥ)</bookmark_value> <bookmark_value>ክፍሎች: ቀለሞች (ሰንጠረዥ)</bookmark_value> <bookmark_value>ማስቆሚያ: ማሳያ (ሰንጠረዥ)</bookmark_value> <bookmark_value>ቀለሞች: መከልከያ (ሰንጠረዥ)</bookmark_value> <bookmark_value>ጽሁፍ መጠኑን አልፏል በ ሰንጠረዥ ክፍሎች</bookmark_value> <bookmark_value>ማመሳከሪያዎች: ማሳያ በ ቀለም (ሰንጠረዥ)</bookmark_value> <bookmark_value>እቃዎች: ማሳያ በ ሰንጠረዥ</bookmark_value> <bookmark_value>ስእሎች: ማሳያ በ ሰንጠረዥ</bookmark_value> <bookmark_value>charts: ማሳያ (ሰንጠረዥ)</bookmark_value> <bookmark_value>መሳያ እቃዎች: ማሳያ (ሰንጠረዥ)</bookmark_value> <bookmark_value>የ ረድፍ ራስጌዎች: ማሳያ (ሰንጠረዥ)</bookmark_value> <bookmark_value>የ አምድ ራስጌዎች: ማሳያ (ሰንጠረዥ)</bookmark_value> <bookmark_value>መሸብለያ መደርደሪያ: ማሳያ (ሰንጠረዥ)</bookmark_value> <bookmark_value>ወረቀት tabs: ማሳያ</bookmark_value> <bookmark_value>tabs: ማሳያ ወረቀት tabs</bookmark_value> <bookmark_value>ረቂቆች: ረቂቅ ምልክቶች</bookmark_value>"
+msgstr "<bookmark_value>ክፍሎች: ማሳያ መጋጠሚያ መስመሮች (ሰንጠረዥ)</bookmark_value> <bookmark_value>ድንበሮች: ክፍሎች በ መመልከቻ ላይ (ሰንጠረዥ)</bookmark_value> <bookmark_value>መጋጠሚያ: ማሳያ መስመሮች (ሰንጠረዥ)</bookmark_value> <bookmark_value>ቀለሞች: መጋጠሚያ መስመሮች እና ክፍሎች (ሰንጠረዥ)</bookmark_value> <bookmark_value>ገጽ መጨረሻ: ማሳያ (ሰንጠረዥ)</bookmark_value> <bookmark_value>መምሪያ: ማሳያ (ሰንጠረዥ)</bookmark_value> <bookmark_value>ማሳያ: ዜሮ ዋጋዎች (ሰንጠረዥ)</bookmark_value> <bookmark_value>ዜሮ ዋጋዎች: ማሳያ (ሰንጠረዥ)</bookmark_value> <bookmark_value>ክፍሎች በ ሰንጠረዥ ውስጥ: ዋጋ ማድመቂያ</bookmark_value> <bookmark_value>ክፍሎች: አቀራረብ ያለ ውጤት (ሰንጠረዥ)</bookmark_value> <bookmark_value>ክፍሎች: ቀለሞች (ሰንጠረዥ)</bookmark_value> <bookmark_value>ማስቆሚያ: ማሳያ (ሰንጠረዥ)</bookmark_value> <bookmark_value>ቀለሞች: መከልከያ (ሰንጠረዥ)</bookmark_value> <bookmark_value>ጽሁፍ መጠኑን አልፏል በ ሰንጠረዥ ክፍሎች</bookmark_value> <bookmark_value>ማመሳከሪያዎች: ማሳያ በ ቀለም (ሰንጠረዥ)</bookmark_value> <bookmark_value>እቃዎች: ማሳያ በ ሰንጠረዥ</bookmark_value> <bookmark_value>ስእሎች: ማሳያ በ ሰንጠረዥ</bookmark_value> <bookmark_value>ቻርትስ: ማሳያ (ሰንጠረዥ)</bookmark_value> <bookmark_value>መሳያ እቃዎች: ማሳያ (ሰንጠረዥ)</bookmark_value> <bookmark_value>የ ረድፍ ራስጌዎች: ማሳያ (ሰንጠረዥ)</bookmark_value> <bookmark_value>የ አምድ ራስጌዎች: ማሳያ (ሰንጠረዥ)</bookmark_value> <bookmark_value>መሸብለያ መደርደሪያ: ማሳያ (ሰንጠረዥ)</bookmark_value> <bookmark_value>ወረቀት tabs: ማሳያ</bookmark_value> <bookmark_value>tabs: ማሳያ ወረቀት tabs</bookmark_value> <bookmark_value>ረቂቆች: ረቂቅ ምልክቶች</bookmark_value>"
#: 01060100.xhp
msgctxt ""
@@ -10599,7 +10492,7 @@ msgctxt ""
"60\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/optcalculatepage/formulawildcards\">Specifies that wildcards are enabled when searching and also for character string comparisons.</ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\"> This relates to the <link href=\"text/scalc/01/04060101.xhp\" name=\"database functions\">database functions</link>, and to VLOOKUP, HLOOKUP, MATCH, AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, SUMIF, SUMIFS and SEARCH.</caseinline></switchinline>"
-msgstr "<ahelp hid=\"modules/scalc/ui/optcalculatepage/formulawildcards\">መደበኛ መግለጫ መወሰኛ ቀላል ከ ሁለገብ ይልቅ ተችለዋል በሚፈልጉ ጊዜ እና እንዲሁም ለ ባህሪ ሀረግ ማነፃፀሪያ</ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\"> ይህ ይዛመዳል ከ <link href=\"text/scalc/01/04060101.xhp\" name=\"database functions\">ዳታቤዝ ተግባሮች</link> ጋር እና ወደ በ ቁመት መፈለጊያ: በ አግድም መፈለጊያ: ተመሳሳይ: መካከለኛ ከሆነ: መካከለኛ ከሆኑ: መቁጠሪያ ከሆነ: መቁጠሪያ ከሆኑ: ድምር ከሆነ: ድምር ከሆኑ: እና መፈለጊያ</caseinline></switchinline>"
+msgstr "<ahelp hid=\"modules/scalc/ui/optcalculatepage/formulawildcards\">መደበኛ መግለጫ መወሰኛ ቀላል ከ ሁለገብ ይልቅ ተችለዋል በሚፈልጉ ጊዜ እና እንዲሁም ለ ባህሪ ሀረግ ማነፃፀሪያ</ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\"> ይህ ይዛመዳል ከ <link href=\"text/scalc/01/04060101.xhp\" name=\"database functions\">ዳታቤዝ ተግባሮች</link> ጋር እና ወደ በ ቁመት መፈለጊያ: በ አግድም መፈለጊያ: ተመሳሳይ: አማካይ ከሆነ: አማካይ ከሆኑ: መቁጠሪያ ከሆነ: መቁጠሪያ ከሆኑ: ድምር ከሆነ: ድምር ከሆኑ: እና መፈለጊያ</caseinline></switchinline>"
#: 01060500.xhp
msgctxt ""
@@ -10649,7 +10542,7 @@ msgctxt ""
"59\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/optcalculatepage/formularegex\">Specifies that regular expressions instead of simple wildcards are enabled when searching and also for character string comparisons.</ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\"> This relates to the <link href=\"text/scalc/01/04060101.xhp\" name=\"database functions\">database functions</link>, and to VLOOKUP, HLOOKUP, MATCH, AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, SUMIF, SUMIFS and SEARCH.</caseinline></switchinline>"
-msgstr "<ahelp hid=\"modules/scalc/ui/optcalculatepage/formularegex\">መደበኛ መግለጫ መወሰኛ ከ ቀላል ከ ሁለገብ ይልቅ ተችለዋል በሚፈልጉ ጊዜ እና እንዲሁም ለ ባህሪ ሀረግ ማነፃፀሪያ</ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\"> ይህ ይዛመዳል ከ <link href=\"text/scalc/01/04060101.xhp\" name=\"database functions\">ዳታቤዝ ተግባሮች</link> ጋር እና ወደ በ ቁመት መፈለጊያ: በ አግድም መፈለጊያ: ተመሳሳይ: መካከለኛ ከሆነ: መካከለኛ ከሆኑ: መቁጠሪያ ከሆነ: መቁጠሪያ ከሆኑ: ድምር ከሆነ: ድምር ከሆኑ: እና መፈለጊያ</caseinline></switchinline>"
+msgstr "<ahelp hid=\"modules/scalc/ui/optcalculatepage/formularegex\">መደበኛ መግለጫ መወሰኛ ከ ቀላል ከ ሁለገብ ይልቅ ተችለዋል በሚፈልጉ ጊዜ እና እንዲሁም ለ ባህሪ ሀረግ ማነፃፀሪያ</ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\"> ይህ ይዛመዳል ከ <link href=\"text/scalc/01/04060101.xhp\" name=\"database functions\">ዳታቤዝ ተግባሮች</link> ጋር እና ወደ በ ቁመት መፈለጊያ: በ አግድም መፈለጊያ: ተመሳሳይ: አማካይ ከሆነ: አማካይ ከሆኑ: መቁጠሪያ ከሆነ: መቁጠሪያ ከሆኑ: ድምር ከሆነ: ድምር ከሆኑ: እና መፈለጊያ</caseinline></switchinline>"
#: 01060500.xhp
msgctxt ""
@@ -10675,7 +10568,7 @@ msgctxt ""
"59\n"
"help.text"
msgid "<ahelp hid=\"modules/scalc/ui/optcalculatepage/formulaliteral\">Specifies that only literal strings are used when searching and also for character string comparisons.</ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\"> This relates to the <link href=\"text/scalc/01/04060101.xhp\" name=\"database functions\">database functions</link>, and to VLOOKUP, HLOOKUP, MATCH, AVERAGEIF, AVERAGEIFS, COUNTIF, COUNTIFS, SUMIF, SUMIFS and SEARCH.</caseinline></switchinline>"
-msgstr "<ahelp hid=\"modules/scalc/ui/optcalculatepage/formulaliteral\">መወሰኛ ቃል በ ቃል ሀረጎችን የ ተጠቀሙትን በሚፈልጉ ጊዜ እና እንዲሁም የ ባህሪ ሀረግ ማነፃፀሪያ </ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\"> ይህ ይዛመዳል ከ <link href=\"text/scalc/01/04060101.xhp\" name=\"database functions\">ዳታቤዝ ተግባሮች</link>ጋር እና ወደ በ ቁመት መፈለጊያ: በ አግድም መፈለጊያ: ተመሳሳይ: መካከለኛ ከሆነ: መካከለኛ ከሆኑ: መቁጠሪያ ከሆነ: መቁጠሪያ ከሆኑ: ድምር ከሆነ: ድምር ከሆኑ: እና መፈለጊያ</caseinline></switchinline>"
+msgstr "<ahelp hid=\"modules/scalc/ui/optcalculatepage/formulaliteral\">መወሰኛ ቃል በ ቃል ሀረጎችን የ ተጠቀሙትን በሚፈልጉ ጊዜ እና እንዲሁም የ ባህሪ ሀረግ ማነፃፀሪያ </ahelp><switchinline select=\"appl\"><caseinline select=\"CALC\"> ይህ ይዛመዳል ከ <link href=\"text/scalc/01/04060101.xhp\" name=\"database functions\">ዳታቤዝ ተግባሮች</link>ጋር እና ወደ በ ቁመት መፈለጊያ: በ አግድም መፈለጊያ: ተመሳሳይ: አማካይ ከሆነ: አማካይ ከሆኑ: መቁጠሪያ ከሆነ: መቁጠሪያ ከሆኑ: ድምር ከሆነ: ድምር ከሆኑ: እና መፈለጊያ</caseinline></switchinline>"
#: 01060500.xhp
msgctxt ""
@@ -10778,7 +10671,7 @@ msgctxt ""
"par_id3156343\n"
"help.text"
msgid "To record changes to your work, choose <link href=\"text/shared/01/02230000.xhp\" name=\"Edit - Track Changes - Record Changes\"><emph>Edit - Track Changes - Record Changes</emph></link>."
-msgstr ""
+msgstr "በ እርስዎ ስራ ላይ ለውጦችን ለ መቅረጽ: ይምረጡ <link href=\"text/shared/01/02230000.xhp\" name=\"Edit - Track Changes - Record Changes\"><emph>ማረሚያ - ለውጦች መከታተያ - ለውጦች መቅረጫ</emph></link>."
#: 01060600.xhp
msgctxt ""
@@ -12376,7 +12269,7 @@ msgctxt ""
"29\n"
"help.text"
msgid "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"CHART\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>In a presentation or drawing document, you can also activate this mode through the<emph> Select Text Area Only </emph><link href=\"text/simpress/02/13190000.xhp\" name=\"icon\">icon</link> in the <emph>Option</emph> bar.</defaultinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"CHART\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>በ ማቅረቢያ ወይንም በ መሳያ ሰነድ ውስጥ: እርስዎ ማስነሳት ይችላሉ ይህን ዘዴ <emph>ይምረጡ የ ጽሁፍ ቦታ ብቻ </emph> <link href=\"text/simpress/02/13190000.xhp\" name=\"icon\">ምልክት</link> በ <emph>ምርጫ</emph> መደርደሪያ ላይ.</defaultinline></switchinline>"
+msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\"></caseinline><caseinline select=\"CALC\"></caseinline><caseinline select=\"CHART\"></caseinline><caseinline select=\"MATH\"></caseinline><defaultinline>በ ማቅረቢያ ወይንም በ መሳያ ሰነድ ውስጥ: እርስዎ ማስነሳት ይችላሉ ይህን ዘዴ <emph> ይምረጡ የ ጽሁፍ ቦታ ብቻ </emph> <link href=\"text/simpress/02/13190000.xhp\" name=\"icon\">ምልክት</link> በ <emph>ምርጫ</emph> መደርደሪያ ላይ.</defaultinline></switchinline>"
#: 01070500.xhp
msgctxt ""
@@ -14162,7 +14055,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "Logical"
-msgstr ""
+msgstr "ሎጂካል"
#: 01150300.xhp
msgctxt ""
@@ -14852,7 +14745,7 @@ msgctxt ""
"hd_id1000010\n"
"help.text"
msgid "This feature is experimental and may produce errors or behave unexpectedly. To enable it anyway, <variable id=\"exptal\">choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - Advanced</emph> and select <emph>Enable experimental features</emph> checkbox.</variable>"
-msgstr "ይህ ገጽታ ለ ሙከረ ነው እና ስህተቶች ወይንም ያልተጠበቁ ውጤቶች ሊፈጥር ይችላል: ለማንኛውም ማስቻል ከፈለጉ <variable id=\"exptal\">ይምረጡ <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - ምርጫዎች</emph></caseinline><defaultinline><emph>መሳሪያዎች - ምርጫ</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - የረቀቀ</emph> እና ይምረጡ <emph>የ ሙከራ ገጽታ ማስቻያ</emph> ሳጥ ውስጥ ምልክት ያድርጉ </variable>"
+msgstr "ይህ ገጽታ ለ ሙከረ ነው እና ስህተቶች ወይንም ያልተጠበቁ ውጤቶች ሊፈጥር ይችላል: ለማንኛውም ማስቻል ከፈለጉ <variable id=\"exptal\">ይምረጡ <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - ምርጫዎች</emph></caseinline><defaultinline><emph>መሳሪያዎች - ምርጫ</emph></defaultinline></switchinline><emph> - %PRODUCTNAME - የረቀቀ</emph> እና ይምረጡ <emph>የ ሙከራ ገጽታ ማስቻያ</emph> ሳጥን ውስጥ ምልክት ያድርጉ </variable>"
#: expertconfig.xhp
msgctxt ""
@@ -15308,7 +15201,7 @@ msgctxt ""
"par_idN1059F\n"
"help.text"
msgid "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_INET_SCRIPTING_ED_CLASSPATH\">Specifies the location of Java classes or Java class libraries.</ahelp> The new classpath becomes valid after you restart <item type=\"productname\">%PRODUCTNAME</item>."
-msgstr ""
+msgstr "<ahelp hid=\"SVX_EDIT_RID_SVXPAGE_INET_SCRIPTING_ED_CLASSPATH\">አካባቢውን ይወስኑ ለ Java classes ወይንም ለ Java class libraries.</ahelp> አዲሱ የ classpath ዋጋ የሚኖረው እርስዎ እንደገና ሲያስነሱ ነው <item type=\"productname\">%PRODUCTNAME</item>."
#: javaclasspath.xhp
msgctxt ""
@@ -15316,7 +15209,7 @@ msgctxt ""
"par_idN105D9\n"
"help.text"
msgid "Java classes that are accessed through the classpath do not undergo a security check."
-msgstr ""
+msgstr "የ Java classes መድረስ የሚችልበት በ classpath የ ደህንነት ምርመራ አያስፈልገውም"
#: javaclasspath.xhp
msgctxt ""
@@ -15484,7 +15377,7 @@ msgctxt ""
"par_idN105A7\n"
"help.text"
msgid "Add"
-msgstr ""
+msgstr "መጨመሪያ"
#: javaparameters.xhp
msgctxt ""
@@ -15500,7 +15393,7 @@ msgctxt ""
"par_idN105C55\n"
"help.text"
msgid "Edit"
-msgstr ""
+msgstr "ማረሚያ"
#: javaparameters.xhp
msgctxt ""
@@ -15508,7 +15401,7 @@ msgctxt ""
"par_idN105C66\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/javastartparametersdialog/editbtn\">Opens a dialog where the selected JRE start parameter can be edited.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/javastartparametersdialog/editbtn\">ንግግር መክፈቻ የ ተመረጠውን JRE ደንብ ማስጀመሪያ ማረም ይቻላል </ahelp>"
#: javaparameters.xhp
msgctxt ""
@@ -16196,7 +16089,7 @@ msgctxt ""
"bm_id4077578\n"
"help.text"
msgid "<bookmark_value>Open CL;setting options</bookmark_value><bookmark_value>setting options;Open CL</bookmark_value>"
-msgstr "<bookmark_value>Open CL:ማሰናጃ ምርጫ</bookmark_value><bookmark_value>ማሰናጃ ምርጫ:Open CL</bookmark_value>"
+msgstr "<bookmark_value>Open CL: ማሰናጃ ምርጫ</bookmark_value><bookmark_value>ማሰናጃ ምርጫ: Open CL</bookmark_value>"
#: opencl.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/simpress.po b/source/am/helpcontent2/source/text/simpress.po
index 0e653bb4d2d..1ee95bded00 100644
--- a/source/am/helpcontent2/source/text/simpress.po
+++ b/source/am/helpcontent2/source/text/simpress.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-12-07 19:24+0000\n"
+"PO-Revision-Date: 2016-12-27 16:35+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481138692.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1482856556.000000\n"
#: main0000.xhp
msgctxt ""
@@ -330,7 +330,7 @@ msgctxt ""
"par_idN105C7\n"
"help.text"
msgid "<link href=\"text/simpress/01/03152000.xhp\">Page Number</link>"
-msgstr "<link href=\"text/simpress/01/03152000.xhp\">የገጽ ቁጥር</link>"
+msgstr "<link href=\"text/simpress/01/03152000.xhp\">የ ገጽ ቁጥር</link>"
#: main0104.xhp
msgctxt ""
@@ -338,7 +338,7 @@ msgctxt ""
"par_idN10609\n"
"help.text"
msgid "Adds the slide number or the page number."
-msgstr "የተንሸራታች ወይንም የገጽ ቁጥር መጨመሪያ"
+msgstr "የ ተንሸራታች ወይንም የ ገጽ ቁጥር መጨመሪያ"
#: main0104.xhp
msgctxt ""
@@ -1101,7 +1101,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "To specify the measurement units for a ruler, right-click the ruler, and then choose a new unit from the list."
-msgstr "ለ ማስመሪያው የ መለኪያ ክፍሎችን ለመወሰን፡ በቀኝ-ይጫኑ ማስመሪያው ላይ እና ከዛ ይምረጡ አዲስ የሚፈልጉትን መለኪያ ከ ዝርዝር ውስጥ"
+msgstr "ለ ማስመሪያው የ መለኪያ ክፍሎችን ለመወሰን: በ ቀኝ-ይጫኑ ማስመሪያው ላይ እና ከዛ ይምረጡ አዲስ የሚፈልጉትን መለኪያ ከ ዝርዝር ውስጥ"
#: main0209.xhp
msgctxt ""
@@ -1764,7 +1764,7 @@ msgctxt ""
"par_id0921200901104120\n"
"help.text"
msgid "Left click, right arrow, down arrow, spacebar, page down, enter, return, 'N'"
-msgstr "በግራ ይጫኑ ፡ በቀኝ ቀስት ፡ በታች ቀስት ፡ በቦታ ባር ፡ በገጽ ወደ ታች ፡ ማስገቢያ ፡ መመለሻ ፡ 'N'"
+msgstr "በ ግራ ይጫኑ: በ ቀኝ ቀስት: በ ታች ቀስት: በ ክፍተት መደርደሪያ: በ ገጽ ወደ ታች: ማስገቢያ: መመለሻ: 'N'"
#: presenter.xhp
msgctxt ""
@@ -1780,7 +1780,7 @@ msgctxt ""
"par_id0921200901104115\n"
"help.text"
msgid "Right click, left arrow, up arrow, page up, backspace, 'P'"
-msgstr "በቀኝ ይጫኑ ፡ በግራ ቀስት ፡ በላይ ቀስት ፡ በገጽ ወደ ላይ ፡ በኋሊት ደምሳሽ ፡ 'P'"
+msgstr "በ ቀኝ ይጫኑ: በ ግራ ቀስት: በ ላይ ቀስት: በ ገጽ ወደ ላይ: በኋሊት ደምሳሽ: 'P'"
#: presenter.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/simpress/00.po b/source/am/helpcontent2/source/text/simpress/00.po
index 39eb79f6802..d68c7e8ff51 100644
--- a/source/am/helpcontent2/source/text/simpress/00.po
+++ b/source/am/helpcontent2/source/text/simpress/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-10-11 22:12+0000\n"
+"PO-Revision-Date: 2016-12-27 16:36+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1476223934.000000\n"
+"X-POOTLE-MTIME: 1482856569.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -421,7 +421,7 @@ msgctxt ""
"par_idN10B6E\n"
"help.text"
msgid "Choose <emph>Insert - Page number</emph>"
-msgstr "ይምረጡ <emph>ማስገቢያ - የገጽ ቁጥር</emph>"
+msgstr "ይምረጡ <emph>ማስገቢያ - የ ገጽ ቁጥር</emph>"
#: 00000403.xhp
msgctxt ""
@@ -764,7 +764,7 @@ msgctxt ""
"11\n"
"help.text"
msgid "In a Draw document, right-click a layer tab and choose <emph>Modify Layer</emph>"
-msgstr "በ መሳያ ሰነድ ውስጥ በቀኝ-ይጫኑ የ ደሬዐጃ tab እና ይምረጡ <emph>ደረጃ ማሻሻያ</emph>"
+msgstr "በ መሳያ ሰነድ ውስጥ በ ቀኝ-ይጫኑ የ ደሬዐጃ tab እና ይምረጡ <emph>ደረጃ ማሻሻያ</emph>"
#: 00000405.xhp
msgctxt ""
@@ -782,7 +782,7 @@ msgctxt ""
"12\n"
"help.text"
msgid "<variable id=\"seitenvorlage\">Choose <emph>Slide - Slide Master Design</emph></variable>"
-msgstr ""
+msgstr "<variable id=\"seitenvorlage\">ይምረጡ <emph>ተንሸራታች - ዋናው የ ተንሸራታች ንድፍ - </emph></variable>"
#: 00000406.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/simpress/01.po b/source/am/helpcontent2/source/text/simpress/01.po
index e03e5c27328..1fa236863bb 100644
--- a/source/am/helpcontent2/source/text/simpress/01.po
+++ b/source/am/helpcontent2/source/text/simpress/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-09 01:13+0000\n"
+"PO-Revision-Date: 2016-12-30 03:44+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481246030.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483069463.000000\n"
#: 01170000.xhp
msgctxt ""
@@ -128,7 +128,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<variable id=\"seiteeintext\"><ahelp hid=\".uno:PageSetup\" visibility=\"visible\">Sets page orientation, page margins, background and other layout options.</ahelp></variable>"
-msgstr "<variable id=\"seiteeintext\"><ahelp hid=\".uno:PageSetup\" visibility=\"visible\">የ ገጽ አቅጣጫ፡ የ ገጽ መስመር፡ መደብ እና ሌሎችም እቅድ ምርጫዎች ማሰናጃ</ahelp></variable>"
+msgstr "<variable id=\"seiteeintext\"><ahelp hid=\".uno:PageSetup\" visibility=\"visible\">የ ገጽ አቅጣጫ: የ ገጽ መስመር: መደብ እና ሌሎችም እቅድ ምርጫዎች ማሰናጃ</ahelp></variable>"
#: 01180000.xhp
msgctxt ""
@@ -171,7 +171,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "Sets page orientation, page margins, background and other layout options."
-msgstr "የ ገጽ አቅጣጫ ፡ የ ገጽ መስመሮች ፡ መደብ እና ሌሎች እቅድ ምርጫዎች ማሰናጃ"
+msgstr "የ ገጽ አቅጣጫ: የ ገጽ መስመሮች: መደብ እና ሌሎች እቅድ ምርጫዎች ማሰናጃ"
#: 01180001.xhp
msgctxt ""
@@ -492,7 +492,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/navigatorpanel/NavigatorPanel\">Opens the Navigator, where you can quickly jump to other slides or move between open files.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/navigatorpanel/NavigatorPanel\">መቃኛውን መክፈቻ: እርስዎ በፍጥነት ወደ ሌሎች ተንሸራታቾች ውስጥ የሚዘሉበት: ወይንም በ ተከፈቱ ፋይሎች ውስጥ የሚንቀሳቀሱበት </ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -563,7 +563,7 @@ msgctxt ""
"12\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/navigatorpanel/first\">Jumps to the first slide in the slide show.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/navigatorpanel/first\">በ ተንሸራታች ማሳያ ወደ መጀመሪያው ተንሸራታች ውስጥ መዝለያ </ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -598,7 +598,7 @@ msgctxt ""
"15\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/navigatorpanel/previous\">Moves back one slide in the slide show.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/navigatorpanel/previous\">በ ተንሸራታች ማሳያ ውስጥ አንድ ተንሸራታች ወደ ኋላ መሄጃ </ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -633,7 +633,7 @@ msgctxt ""
"18\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/navigatorpanel/next\">Move forward one slide in the slide show.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/navigatorpanel/next\">በ ተንሸራታች ማሳያ ውስጥ አንድ ተንሸራታች ወደ ፊት መሄጃ </ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -668,7 +668,7 @@ msgctxt ""
"21\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/navigatorpanel/last\">Jumps to the last slide in the slide show.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/navigatorpanel/last\">በ ተንሸራታች ማሳያ ውስጥ ወደ መጨረሻው ተንሸራታች መሄጃ </ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -703,7 +703,7 @@ msgctxt ""
"24\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/navigatorpanel/dragmode\">Drag and drop slides and named objects into the active slide.</ahelp> You can only insert slides and named objects from a saved file. You can only insert named objects as copies."
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/navigatorpanel/dragmode\">መጎተቻ እና መጣያ ተንሸራታች እና የ ተሰየሙ እቃዎች ወደ ንቁ ተንሸራታች ውስጥ </ahelp> እርስዎ ማስገባት የሚችሉት ተንሸራታች እና የ ተሰየሙ እቃዎች ከ ተቀመጠ ፋይል ውስጥ ብቻ ነው: እርስዎ ማስገባት የሚችሉት የ ተሰየሙ እቃዎች ኮፒ ብቻ ነው"
#: 02110000.xhp
msgctxt ""
@@ -842,7 +842,7 @@ msgctxt ""
"37\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/navigatorpanel/tree\">Lists available slides. Double-click a slide to make it the active slide.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/navigatorpanel/tree\">ዝግጁ የ ተንሸራታች ዝርዝር: ሁለት ጊዜ-ይጫኑ ተንሸራታች ላይ ተንሰራታቹን ንቁ ለማድረግ </ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -860,7 +860,7 @@ msgctxt ""
"35\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/navigatorpanel/documents\">Lists available $[officename] files.</ahelp> Select a file to display the contents you can insert."
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/navigatorpanel/documents\">ዝግጁ ዝርዝር $[officename] ፋይሎች</ahelp> ፋይል ይምረጡ ይዞታውን ለ ማሳየት እርስዎ ማስገባት የሚፈልጉትን"
#: 02120000.xhp
msgctxt ""
@@ -1796,7 +1796,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "Right-click a slide in <emph>Normal</emph> view and choose <emph>Slide Show.</emph>"
-msgstr "በቀኝ-ይጫኑ ተንሸራታች ውስጥ <emph>መደበኛ</emph> መመልከቻ ይምረጡ እና <emph>ተንሸራታች ማሳያ</emph>"
+msgstr "በ ቀኝ-ይጫኑ ተንሸራታች ውስጥ <emph>መደበኛ</emph> መመልከቻ ይምረጡ እና <emph>ተንሸራታች ማሳያ</emph>"
#: 03130000.xhp
msgctxt ""
@@ -2159,7 +2159,7 @@ msgctxt ""
"par_id083120160418133174\n"
"help.text"
msgid "<image id=\"img_id083120160418043590\" src=\"media/screenshots/modules/simpress/ui/headerfooterdialog/HeaderFooterDialog.png\" width=\"6.5835in\" height=\"5.5102in\"><alt id=\"alt_id083120160418043590\">Header and footer dialog</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id083120160418043590\" src=\"media/screenshots/modules/simpress/ui/headerfooterdialog/HeaderFooterDialog.png\" width=\"6.5835in\" height=\"5.5102in\"><alt id=\"alt_id083120160418043590\">የ ራስጌ እና ግርጌ ንግግር </alt></image>"
#: 03152000.xhp
msgctxt ""
@@ -2311,7 +2311,7 @@ msgctxt ""
"par_idN107A5\n"
"help.text"
msgid "Slide number / Page number"
-msgstr "የተንሸራታች ቁጥር / የገጽ ቁጥር"
+msgstr "የ ተንሸራታች ቁጥር / የ ገጽ ቁጥር"
#: 03152000.xhp
msgctxt ""
@@ -2319,7 +2319,7 @@ msgctxt ""
"par_idN107A8\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/headerfootertab/slide_number\">Adds the slide number or the page number.</ahelp>"
-msgstr "<ahelp hid=\"modules/simpress/ui/headerfootertab/slide_number\">የተንሸራታች ቁጥር ወይንም የገጽ ቁጥር መጨመሪያ</ahelp>"
+msgstr "<ahelp hid=\"modules/simpress/ui/headerfootertab/slide_number\">የ ተንሸራታች ቁጥር ወይንም የ ገጽ ቁጥር መጨመሪያ</ahelp>"
#: 03152000.xhp
msgctxt ""
@@ -2700,7 +2700,7 @@ msgctxt ""
"par_id083120160555409190\n"
"help.text"
msgid "<image id=\"img_id083120160554511738\" src=\"media/screenshots/modules/sdraw/ui/dlgsnap/SnapObjectDialog.png\" width=\"3.0728in\" height=\"2.6354in\"><alt id=\"alt_id083120160554511738\">Snap points dialog</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id083120160554511738\" src=\"media/screenshots/modules/sdraw/ui/dlgsnap/SnapObjectDialog.png\" width=\"3.0728in\" height=\"2.6354in\"><alt id=\"alt_id083120160554511738\">የ ነጥቦች ንግግር መቁረጫ </alt></image>"
#: 04030000.xhp
msgctxt ""
@@ -3534,7 +3534,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Page Number"
-msgstr "የገጽ ቁጥር"
+msgstr "የ ገጽ ቁጥር"
#: 04990500.xhp
msgctxt ""
@@ -3542,7 +3542,7 @@ msgctxt ""
"bm_id3154319\n"
"help.text"
msgid "<bookmark_value>fields; page numbers</bookmark_value><bookmark_value>page number field</bookmark_value><bookmark_value>slide numbers</bookmark_value><bookmark_value>presentations; numbering slides in</bookmark_value>"
-msgstr "<bookmark_value>ሜዳዎች; የገጽ ቁጥሮች</bookmark_value><bookmark_value>የገጽ ቁጥር ሜዳ</bookmark_value><bookmark_value>የ ተንሸራታች ቁጥሮች</bookmark_value><bookmark_value>ማቅረቢያዎች; ተንሸራታች ቁጥር መስጫ በ</bookmark_value>"
+msgstr "<bookmark_value>ሜዳዎች: የ ገጽ ቁጥሮች</bookmark_value><bookmark_value>የ ገጽ ቁጥር ሜዳ</bookmark_value><bookmark_value>የ ተንሸራታች ቁጥሮች</bookmark_value><bookmark_value>ማቅረቢያዎች: ተንሸራታች ቁጥር መስጫ በ</bookmark_value>"
#: 04990500.xhp
msgctxt ""
@@ -3551,7 +3551,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/simpress/01/04990500.xhp\" name=\"Page Numbers\">Page Number</link>"
-msgstr "<link href=\"text/simpress/01/04990500.xhp\" name=\"Page Numbers\">የገጽ ቁጥር</link>"
+msgstr "<link href=\"text/simpress/01/04990500.xhp\" name=\"Page Numbers\">የ ገጽ ቁጥር</link>"
#: 04990500.xhp
msgctxt ""
@@ -5019,7 +5019,7 @@ msgctxt ""
"4\n"
"help.text"
msgid "Select the object(s) that you want to move to the foreground. Right-click and choose <emph>Arrange – In Front of Object</emph>, and then click an object in your slide."
-msgstr "ይምረጡ እቃ(ዎች) ወደ ፊት ማንቀሳቀስ የሚፈልጉትን፡ በቀኝ-ይጫኑ እና ከዛ ይምረጡ <emph>ማዘጋጃ – ከ እቃው ፊት ለፊት</emph> እና ከዛ ይጫኑ እቃውን በ እርስዎ ተንሸራታች ውስጥ"
+msgstr "ይምረጡ እቃ(ዎች) ወደ ፊት ማንቀሳቀስ የሚፈልጉትን: በ ቀኝ-ይጫኑ እና ከዛ ይምረጡ <emph>ማዘጋጃ – ከ እቃው ፊት ለፊት</emph> እና ከዛ ይጫኑ እቃውን በ እርስዎ ተንሸራታች ውስጥ"
#: 05250600.xhp
msgctxt ""
@@ -5062,7 +5062,7 @@ msgctxt ""
"4\n"
"help.text"
msgid "Select the object(s) that you want to move behind an other object. Right-click and choose <emph>Arrange - Behind Object</emph>, and then click an object in your slide."
-msgstr "ይምረጡ እቃ(ዎች) ወደ ፊት ማንቀሳቀስ የሚፈልጉትን፡ በቀኝ-ይጫኑ እና ከዛ ይምረጡ <emph>ማዘጋጃ - ከ እቃው ጀርባ</emph> እና ከዛ ይጫኑ እቃውን በ እርስዎ ተንሸራታች ውስጥ"
+msgstr "ይምረጡ እቃ(ዎች) ወደ ፊት ማንቀሳቀስ የሚፈልጉትን: በ ቀኝ-ይጫኑ እና ከዛ ይምረጡ <emph>ማዘጋጃ - ከ እቃው ጀርባ</emph> እና ከዛ ይጫኑ እቃውን በ እርስዎ ተንሸራታች ውስጥ"
#: 05250600.xhp
msgctxt ""
@@ -6768,7 +6768,7 @@ msgctxt ""
"bm_id3153818\n"
"help.text"
msgid "<bookmark_value>presentations; settings for</bookmark_value> <bookmark_value>slide shows; settings for</bookmark_value> <bookmark_value>presentations; window / full screen</bookmark_value> <bookmark_value>multiple displays</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>ማቅረቢያዎች: ማሰናጃዎች ለ</bookmark_value> <bookmark_value>ተንሸራታች ማሳያ: ማሰናጃዎች ለ</bookmark_value> <bookmark_value>ማቅረቢያዎች: መስኮት / በ ሙሉ መመልከቻ</bookmark_value> <bookmark_value>በርካታ ማሳያ</bookmark_value>"
#: 06080000.xhp
msgctxt ""
@@ -6856,7 +6856,7 @@ msgctxt ""
"hd_id3150653\n"
"help.text"
msgid "Presentation Mode"
-msgstr ""
+msgstr "የ ማቅረቢያ ዘዴ"
#: 06080000.xhp
msgctxt ""
@@ -6872,7 +6872,7 @@ msgctxt ""
"hd_id3150482\n"
"help.text"
msgid "Full screen"
-msgstr ""
+msgstr "በ ሙሉ መመልከቻ"
#: 06080000.xhp
msgctxt ""
@@ -6888,7 +6888,7 @@ msgctxt ""
"hd_id3153034\n"
"help.text"
msgid "In a window"
-msgstr ""
+msgstr "በ መስኮት ውስጥ"
#: 06080000.xhp
msgctxt ""
@@ -6904,7 +6904,7 @@ msgctxt ""
"hd_id3145593\n"
"help.text"
msgid "Loop and repeat after"
-msgstr ""
+msgstr "ዙር እና መደገሚያ በኋላ"
#: 06080000.xhp
msgctxt ""
@@ -7008,7 +7008,7 @@ msgctxt ""
"par_id3150475\n"
"help.text"
msgid "Anything you write with the pen will appear in your slides after exiting the slideshow. The properties of the pen can be changed by choosing the <emph>Pen Width</emph> or <emph>Change pen Color</emph> command in the context menu of the running slide show."
-msgstr ""
+msgstr "እርስዎ በ ብዕር የጻፉት ማንኛውም ነገር በ እርስዎ ተንሸራታች ላይ ከ ተንሸራታች ትእይንት ሲወጡ ይታያል: የ ብዕር ባህሪዎች መቀየር ይቻላል በ መምረጥ <emph>የ ብዕር ስፋት</emph> ወይንም <emph>የ ብዕር ቀለም መቀየሪያ</emph> ትእዛዝ በ አገባብ ዝርዝር ውስጥ: ተንሸራታች በሚያሳዩ ጊዜ"
#: 06080000.xhp
msgctxt ""
@@ -7064,7 +7064,7 @@ msgctxt ""
"hd_id6086611\n"
"help.text"
msgid "Multiple Displays"
-msgstr ""
+msgstr "በርካታ ማሳያዎች"
#: 06080000.xhp
msgctxt ""
@@ -7072,7 +7072,7 @@ msgctxt ""
"par_id5446943\n"
"help.text"
msgid "By default the primary display is used for slide show mode. If the current desktop is displayed on more than one display, you can select which display to use for full screen slide show mode. If the current desktop spans only one display, or if the multi display feature is not supported on the current system, you cannot select another display."
-msgstr ""
+msgstr "በ ነባር ቀዳሚ መመልከቻ ይጠቀማል ለ ተንሸራታች ማሳያ ዘዴ: የ አሁኑ ዴስክቶፕ የሚታይ ከሆነ ከ አንድ በላይ ማሳያ ውስጥ: እርስዎ መምረጥ ይችላሉ የትኛውን ማሳያ በ ሙሉ መመልከቻ ተንሸራታች ማሳያ ዘዴ እንደሚጠቀሙ: የ አሁኑ ዴስክቶፕ አንድ ማሳያ ብቻ ካለው ወይንም በርካታ የ ማሳያ ዘዴ የ ተደገፈ ካልሆነ በ አሁኑ ስርአት ውስጥ: እርስዎ ሌላ መመልከቻ መምረጥ አይችሉም"
#: 06080000.xhp
msgctxt ""
@@ -7080,7 +7080,7 @@ msgctxt ""
"hd_id4962309\n"
"help.text"
msgid "Presentation display"
-msgstr ""
+msgstr "ማቅረቢያ ማሳያ"
#: 06080000.xhp
msgctxt ""
@@ -7088,7 +7088,7 @@ msgctxt ""
"par_id5168919\n"
"help.text"
msgid "<ahelp hid=\".\">Select a display to use for full screen slide show mode.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">ይምረጡ ማሳያ ተንሸራታች በ ሙሉ መመልከቻ ዘዴ ለማሳየት</ahelp>"
#: 06080000.xhp
msgctxt ""
@@ -7096,7 +7096,7 @@ msgctxt ""
"par_id4846339\n"
"help.text"
msgid "If the system allows the user to span a window over all available displays, you can also select \"All displays\". In this case the presentation is spanned over all available displays."
-msgstr ""
+msgstr "ስርአቱ የሚያስችል ከሆነ ተጠቃሚውን መስኮቱን ማስፋት ይችላል በ ሁሉም ዝግጁ ማሳያዎች ውስጥ: እርስዎ መምረጥ ይችላሉ \"ሁሉንም ማሳያዎች\" በዚህ ጊዜ ማቅረቢያ ይታያል በ ሁሉም ዝግጁ ማሳያዎች ውስጥ"
#: 06080000.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/simpress/02.po b/source/am/helpcontent2/source/text/simpress/02.po
index fa48e34c885..a44d2211f96 100644
--- a/source/am/helpcontent2/source/text/simpress/02.po
+++ b/source/am/helpcontent2/source/text/simpress/02.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-07 19:04+0000\n"
+"PO-Revision-Date: 2016-12-25 01:01+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481137487.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1482627709.000000\n"
#: 04010000.xhp
msgctxt ""
@@ -724,7 +724,7 @@ msgctxt ""
"bm_id3150199\n"
"help.text"
msgid "<bookmark_value>flipping around a flip line</bookmark_value><bookmark_value>mirroring objects</bookmark_value><bookmark_value>3D rotation objects; converting to</bookmark_value><bookmark_value>slanting objects</bookmark_value><bookmark_value>objects; effects</bookmark_value><bookmark_value>distorting objects</bookmark_value><bookmark_value>shearing objects</bookmark_value><bookmark_value>transparency; of objects</bookmark_value><bookmark_value>gradients; transparent</bookmark_value><bookmark_value>colors; defining gradients interactively</bookmark_value><bookmark_value>gradients; defining colors</bookmark_value><bookmark_value>circles; of objects</bookmark_value>"
-msgstr "<bookmark_value>መገልበጥ በ መገልበጫ መስመር ዙሪያ</bookmark_value><bookmark_value>ማንጽባረቂያ እቃዎች</bookmark_value><bookmark_value>3ዲ ማሽከርከሪያ እቃዎች; መቀየሪያ ወደ</bookmark_value><bookmark_value>ማዘንበያ እቃዎች</bookmark_value><bookmark_value>የ እቃዎች; ውጤቶች</bookmark_value><bookmark_value>ማጣመሚያ እቃዎች</bookmark_value><bookmark_value>መቆራረጫ እቃዎች</bookmark_value><bookmark_value>ግልጽነት; የ እቃዎች</bookmark_value><bookmark_value>ከፍታዎች; ግልጽነት</bookmark_value><bookmark_value>ቀለሞች; ከፍታዎች መግለጫ ወዲያውኑ</bookmark_value><bookmark_value>ከፍታዎች; መግለጫ ቀለሞች</bookmark_value><bookmark_value>ክቦች; የ እቃዎች</bookmark_value>"
+msgstr "<bookmark_value>መገልበጥ በ መገልበጫ መስመር ዙሪያ</bookmark_value><bookmark_value>ማንጽባረቂያ እቃዎች</bookmark_value><bookmark_value>3ዲ ማሽከርከሪያ እቃዎች: መቀየሪያ ወደ</bookmark_value><bookmark_value>ማዘንበያ እቃዎች</bookmark_value><bookmark_value>የ እቃዎች: ውጤቶች</bookmark_value><bookmark_value>ማጣመሚያ እቃዎች</bookmark_value><bookmark_value>መቆራረጫ እቃዎች</bookmark_value><bookmark_value>ግልጽነት: የ እቃዎች</bookmark_value><bookmark_value>ከፍታዎች: ግልጽነት</bookmark_value><bookmark_value>ቀለሞች: ከፍታዎች መግለጫ ወዲያውኑ</bookmark_value><bookmark_value>ከፍታዎች: መግለጫ ቀለሞች</bookmark_value><bookmark_value>ክቦች: የ እቃዎች</bookmark_value>"
#: 10030000.xhp
msgctxt ""
@@ -1180,7 +1180,7 @@ msgctxt ""
"6\n"
"help.text"
msgid "Exit Direction Left"
-msgstr "የመውጫ አቅጣጫ በግራ"
+msgstr "የ መውጫ አቅጣጫ በ ግራ"
#: 10030200.xhp
msgctxt ""
@@ -1206,7 +1206,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "Exit Direction Left"
-msgstr "የመውጫ አቅጣጫ በግራ"
+msgstr "የ መውጫ አቅጣጫ በ ግራ"
#: 10030200.xhp
msgctxt ""
@@ -1250,7 +1250,7 @@ msgctxt ""
"12\n"
"help.text"
msgid "Exit Direction Right"
-msgstr "የመውጫ አቅጣጫ በቀኝ"
+msgstr "የ መውጫ አቅጣጫ በ ቀኝ"
#: 10030200.xhp
msgctxt ""
@@ -1276,7 +1276,7 @@ msgctxt ""
"13\n"
"help.text"
msgid "Exit Direction Right"
-msgstr "የመውጫ አቅጣጫ በቀኝ"
+msgstr "የ መውጫ አቅጣጫ በ ቀኝ"
#: 10030200.xhp
msgctxt ""
@@ -1355,7 +1355,7 @@ msgctxt ""
"21\n"
"help.text"
msgid "Glue Point Horizontal Left"
-msgstr "የመጋጠሚያ ነጥብ በግራ አግድም"
+msgstr "የ መጋጠሚያ ነጥብ በ ግራ አግድም"
#: 10030200.xhp
msgctxt ""
@@ -1381,7 +1381,7 @@ msgctxt ""
"22\n"
"help.text"
msgid "Glue Point Horizontal Left"
-msgstr "የመጋጠሚያ ነጥብ በግራ አግድም"
+msgstr "የ መጋጠሚያ ነጥብ በ ግራ አግድም"
#: 10030200.xhp
msgctxt ""
@@ -1425,7 +1425,7 @@ msgctxt ""
"27\n"
"help.text"
msgid "Glue Point Horizontal Right"
-msgstr "የመጋጠሚያ ነጥብ በቀኝ አግድም"
+msgstr "የ መጋጠሚያ ነጥብ በ ቀኝ አግድም"
#: 10030200.xhp
msgctxt ""
@@ -1451,7 +1451,7 @@ msgctxt ""
"28\n"
"help.text"
msgid "Glue Point Horizontal Right"
-msgstr "የመጋጠሚያ ነጥብ በቀኝ አግድም"
+msgstr "የ መጋጠሚያ ነጥብ በ ቀኝ አግድም"
#: 10030200.xhp
msgctxt ""
@@ -2137,7 +2137,7 @@ msgctxt ""
"10\n"
"help.text"
msgid "<ahelp hid=\".uno:Circle\">Draws a filled circle where you drag in the current document. Click where you want to draw the circle, and drag to the size you want. To draw an ellipse, hold down Shift while you drag.</ahelp>"
-msgstr "<ahelp hid=\".uno:Circle\">በ መጎተት የ ተሞላ ክብ መሳያ በ አሁኑ ሰነድ ውስጥ: ክብ እንዲጀምር የሚፈልጉበት ቦታ ይጫኑ እና ይጎትቱ የሚፈልጉት መጠን ላይ እስኪደርስ ድረስ: ellipse ለ መሳል በ ሚጎትቱ ጊዜ ተጭነው ይያዙ Shift ቁልፍ</ahelp>"
+msgstr "<ahelp hid=\".uno:Circle\">በ መጎተት የ ተሞላ ክብ መሳያ በ አሁኑ ሰነድ ውስጥ: ክብ እንዲጀምር የሚፈልጉበት ቦታ ይጫኑ እና ይጎትቱ የሚፈልጉት መጠን ላይ እስኪደርስ ድረስ: ኤሊፕስ ለ መሳል በ ሚጎትቱ ጊዜ ተጭነው ይያዙ Shift ቁልፍ</ahelp>"
#: 10070000.xhp
msgctxt ""
@@ -2163,7 +2163,7 @@ msgctxt ""
"11\n"
"help.text"
msgid "Ellipse Pie"
-msgstr "Ellipse Pie"
+msgstr "ኤሊፕስ ፓይ"
#: 10070000.xhp
msgctxt ""
@@ -2172,7 +2172,7 @@ msgctxt ""
"13\n"
"help.text"
msgid "<ahelp hid=\".uno:Circle\">Draws a filled shape that is defined by the arc of an oval and two radius lines in the current document. To draw an ellipse pie, drag an oval to the size you want, and then click to define the first radius line. Move your pointer to where you want to place the second radius line and click. You do not need to click on the oval. To draw a circle pie, hold down Shift while you drag.</ahelp>"
-msgstr "<ahelp hid=\".uno:Circle\">የ ተሞላ ቅርጽ መሳያ በ ተወሰነ ቅስት እና oval እና ሁለት radius መስመሮች በ አሁኑ ሰነድ ውስጥ: ለ መሳል ellipse pie, ይጎተቱ oval እርስዎ በሚፈልጉት መጠን: እና ከዛ ይጫኑ ለ መግለጽ የ መጀመሪያውን radius መስመር: ያንቀሳቅሱ የ እርስዎን መጠቆሚያ ሁለተኛው radius መስመር እንዲሆን በሚፈልጉበት እና ይጫኑ: እርስዎ መጫን የለብዎትም በ oval ላይ: ለ መሳል የ ክብ pie, ተጭነው ይያዙ የ Shift ቁልፍ በሚጎትቱ ጊዜ </ahelp>"
+msgstr "<ahelp hid=\".uno:Circle\">የ ተሞላ ቅርጽ መሳያ በ ተወሰነ ቅስት እና oval እና ሁለት radius መስመሮች በ አሁኑ ሰነድ ውስጥ: ለ መሳል ኤሊፕስ ፓይ ይጎተቱ ኦቫል እርስዎ በሚፈልጉት መጠን: እና ከዛ ይጫኑ ለ መግለጽ የ መጀመሪያውን radius መስመር: ያንቀሳቅሱ የ እርስዎን መጠቆሚያ ሁለተኛው radius መስመር እንዲሆን በሚፈልጉበት እና ይጫኑ: እርስዎ መጫን የለብዎትም በ ኦቫል ላይ: ለ መሳል የ ክብ ፓይ ተጭነው ይያዙ የ Shift ቁልፍ በሚጎትቱ ጊዜ </ahelp>"
#: 10070000.xhp
msgctxt ""
@@ -2189,7 +2189,7 @@ msgctxt ""
"12\n"
"help.text"
msgid "Ellipse Pie"
-msgstr "Ellipse Pie"
+msgstr "ኤሊፕስ ፓይ"
#: 10070000.xhp
msgctxt ""
@@ -2207,7 +2207,7 @@ msgctxt ""
"16\n"
"help.text"
msgid "<ahelp hid=\".uno:CirclePie\">Draws a filled shape that is defined by the arc of a circle and two radius lines in the current document. To draw a circle pie, drag a circle to the size you want, and then click to define the first radius line. Move your pointer to where you want to place the second radius line and click. You do not need to click on the circle. To draw an ellipse pie, hold down Shift while you drag.</ahelp>"
-msgstr "<ahelp hid=\".uno:CirclePie\">የ ተሞላ ቅርጽ መሳያ በ ተወሰነ ቅስት እና ክብ እና ሁለት radius መስመሮች በ አሁኑ ሰነድ ውስጥ: ለ መሳል ክብ pie, ይጎተቱ ክብ እርስዎ በሚፈልጉት መጠን: እና ከዛ ይጫኑ ለ መግለጽ የ መጀመሪያውን radius መስመር: ያንቀሳቅሱ የ እርስዎን መጠቆሚያ ሁለተኛው radius መስመር እንዲሆን በሚፈልጉበት እና ይጫኑ: እርስዎ መጫን የለብዎትም በ ክብ ላይ: ለ መሳል የ ellipse pie, ተጭነው ይያዙ የ Shift ቁልፍ በሚጎትቱ ጊዜ </ahelp>"
+msgstr "<ahelp hid=\".uno:CirclePie\">የ ተሞላ ቅርጽ መሳያ በ ተወሰነ ቅስት እና ክብ እና ሁለት radius መስመሮች በ አሁኑ ሰነድ ውስጥ: ለ መሳል ክብ ፓይ ይጎተቱ ክብ እርስዎ በሚፈልጉት መጠን: እና ከዛ ይጫኑ ለ መግለጽ የ መጀመሪያውን radius መስመር: ያንቀሳቅሱ የ እርስዎን መጠቆሚያ ሁለተኛው radius መስመር እንዲሆን በሚፈልጉበት እና ይጫኑ: እርስዎ መጫን የለብዎትም በ ክብ ላይ: ለ መሳል የ ኤሊፕስ ፓይ ተጭነው ይያዙ የ Shift ቁልፍ በሚጎትቱ ጊዜ </ahelp>"
#: 10070000.xhp
msgctxt ""
@@ -2242,7 +2242,7 @@ msgctxt ""
"19\n"
"help.text"
msgid "<ahelp hid=\".uno:EllipseCut\">Draws a filled shape that is defined by the arc of an oval and a diameter line in the current document. To draw an ellipse segment, drag an ellipse to the size you want, and then click to define the starting point of the diameter line. Move your pointer to where you want to place the endpoint of the diameter line and click. You do not need to click on the ellipse. To draw a circle segment, hold down Shift while you drag.</ahelp>"
-msgstr "<ahelp hid=\".uno:EllipseCut\">የ ተሞላ ቅርጽ መሳያ በ ተወሰነ ቅስት እና oval እና ሁለት diameter መስመሮች በ አሁኑ ሰነድ ውስጥ: ለ መሳል ellipse ክፋይ ይጎተቱ ellipse እርስዎ በሚፈልጉት መጠን: እና ከዛ ይጫኑ ለ መግለጽ የ መጀመሪያውን diameter መስመር: ያንቀሳቅሱ የ እርስዎን መጠቆሚያ ሁለተኛው diameter መስመር እንዲሆን በሚፈልጉበት እና ይጫኑ: እርስዎ መጫን የለብዎትም በ ellipse ላይ: ለ መሳል የ ክብ ክፋይ ተጭነው ይያዙ የ Shift ቁልፍ በሚጎትቱ ጊዜ </ahelp>"
+msgstr "<ahelp hid=\".uno:EllipseCut\">የ ተሞላ ቅርጽ መሳያ በ ተወሰነ ቅስት እና oval እና ሁለት diameter መስመሮች በ አሁኑ ሰነድ ውስጥ: ለ መሳል ኤሊፕስ ክፋይ ይጎተቱ ኤሊፕስ እርስዎ በሚፈልጉት መጠን: እና ከዛ ይጫኑ ለ መግለጽ የ መጀመሪያውን diameter መስመር: ያንቀሳቅሱ የ እርስዎን መጠቆሚያ ሁለተኛው diameter መስመር እንዲሆን በሚፈልጉበት እና ይጫኑ: እርስዎ መጫን የለብዎትም በ ኤሊፕስ ላይ: ለ መሳል የ ክብ ክፋይ ተጭነው ይያዙ የ Shift ቁልፍ በሚጎትቱ ጊዜ </ahelp>"
#: 10070000.xhp
msgctxt ""
@@ -2277,7 +2277,7 @@ msgctxt ""
"22\n"
"help.text"
msgid "Draws a filled shape that is defined by the arc of a circle and a diameter line in the current document. To draw a circle segment, drag a circle to the size you want, and then click to define the starting point of the diameter line. Move your pointer to where you want to place the endpoint of the diameter line and click. You do not need to click on the circle. To draw an ellipse segment, hold down Shift while you drag."
-msgstr "የ ተሞላ ቅርጽ መሳያ በ ተወሰነ ቅስት እና ክብ እና diameter መስመሮች በ አሁኑ ሰነድ ውስጥ: ለ መሳል ክብ ክፋይ ይጎተቱ እርስዎ በሚፈልጉት መጠን: እና ከዛ ይጫኑ ለ መግለጽ የ መጀመሪያውን diameter መስመር: ያንቀሳቅሱ የ እርስዎን መጠቆሚያ ሁለተኛው diameter መስመር እንዲሆን በሚፈልጉበት እና ይጫኑ: እርስዎ መጫን የለብዎትም በ ክብ ላይ: ለ መሳል የ ellipse ክፋይ ተጭነው ይያዙ የ Shift ቁልፍ በሚጎትቱ ጊዜ"
+msgstr "የ ተሞላ ቅርጽ መሳያ በ ተወሰነ ቅስት እና ክብ እና diameter መስመሮች በ አሁኑ ሰነድ ውስጥ: ለ መሳል ክብ ክፋይ ይጎተቱ እርስዎ በሚፈልጉት መጠን: እና ከዛ ይጫኑ ለ መግለጽ የ መጀመሪያውን diameter መስመር: ያንቀሳቅሱ የ እርስዎን መጠቆሚያ ሁለተኛው diameter መስመር እንዲሆን በሚፈልጉበት እና ይጫኑ: እርስዎ መጫን የለብዎትም በ ክብ ላይ: ለ መሳል የ ኤሊፕስ ክፋይ ተጭነው ይያዙ የ Shift ቁልፍ በሚጎትቱ ጊዜ"
#: 10070000.xhp
msgctxt ""
@@ -2347,7 +2347,7 @@ msgctxt ""
"28\n"
"help.text"
msgid "<ahelp hid=\".uno:Circle_Unfilled\">Draws an empty circle where you drag in the current document. Click where you want to draw the circle, and drag to the size you want. To draw an ellipse, hold down Shift while you drag.</ahelp>"
-msgstr "<ahelp hid=\".uno:Circle_Unfilled\">በ መጎተት ባዶ ክብ መሳያ በ አሁኑ ሰነድ ውስጥ: ክብ እንዲጀምር የሚፈልጉበት ቦታ ይጫኑ እና ይጎትቱ የሚፈልጉት መጠን ላይ እስኪደርስ ድረስ: ellipse ለ መሳል በ ሚጎትቱ ጊዜ ተጭነው ይያዙ Shift ቁልፍ</ahelp>"
+msgstr "<ahelp hid=\".uno:Circle_Unfilled\">በ መጎተት ባዶ ክብ መሳያ በ አሁኑ ሰነድ ውስጥ: ክብ እንዲጀምር የሚፈልጉበት ቦታ ይጫኑ እና ይጎትቱ የሚፈልጉት መጠን ላይ እስኪደርስ ድረስ: ኤሊፕስ ለ መሳል በ ሚጎትቱ ጊዜ ተጭነው ይያዙ Shift ቁልፍ</ahelp>"
#: 10070000.xhp
msgctxt ""
@@ -2373,7 +2373,7 @@ msgctxt ""
"29\n"
"help.text"
msgid "Ellipse Pie, Unfilled"
-msgstr "Ellipse Pie, ያልተሞላ"
+msgstr "ኤሊፕስ ፓይ: ያልተሞላ"
#: 10070000.xhp
msgctxt ""
@@ -2382,7 +2382,7 @@ msgctxt ""
"31\n"
"help.text"
msgid "<ahelp hid=\".uno:Pie_Unfilled\">Draws an empty shape that is defined by the arc of an oval and two radius lines in the current document. To draw an ellipse pie, drag an oval to the size you want, and then click to define the first radius line. Move your pointer to where you want to place the second radius line and click. You do not need to click on the oval. To draw a circle pie, hold down Shift while you drag.</ahelp>"
-msgstr "<ahelp hid=\".uno:Pie_Unfilled\">ባዶ ቅርጽ መሳያ በ ቅስት የ ተገለጸ በ oval እና ሁለት radius lines በ አሁኑ ሰነድ ውስጥ: የ ellipse pie ለ መሳል: ይጎትቱ oval እርስዎ እስከሚፈልጉት መጠን ድረስ: እና ከዛ ይጫኑ ለ መግለጽ የ መጀመሪያውን radius line. የ እርስዎን መጠቆሚያ ያንቀሳቅሱ ወደ እርስዎ ሁለተኛው radius line እንዲሆን የሚፈልጉበት ቦታ እና ይጫኑ: እርስዎ መጫን የለብዎትም በ oval ላይ: ለ መሳል የ circle pie: ተጭነው ይያዙ የ Shift ቁልፍ በሚጎትቱ ጊዜ </ahelp>"
+msgstr "<ahelp hid=\".uno:Pie_Unfilled\">ባዶ ቅርጽ መሳያ በ ቅስት የ ተገለጸ በ ኦቫል እና ሁለት radius መስመሮች በ አሁኑ ሰነድ ውስጥ: የ ኤሊፕስ ፓይ ለ መሳል: ይጎትቱ ኦቫል እርስዎ እስከሚፈልጉት መጠን ድረስ: እና ከዛ ይጫኑ ለ መግለጽ የ መጀመሪያውን radius መስመር የ እርስዎን መጠቆሚያ ያንቀሳቅሱ ወደ እርስዎ ሁለተኛው radius መስመር እንዲሆን የሚፈልጉበት ቦታ እና ይጫኑ: እርስዎ መጫን የለብዎትም በ ኦቫል ላይ: ለ መሳል የ ክብ ፓይ: ተጭነው ይያዙ የ Shift ቁልፍ በሚጎትቱ ጊዜ </ahelp>"
#: 10070000.xhp
msgctxt ""
@@ -2399,7 +2399,7 @@ msgctxt ""
"30\n"
"help.text"
msgid "Ellipse Pie, Unfilled"
-msgstr "Ellipse Pie, ያልተሞላ"
+msgstr "ኤሊፕስ ፓይ: ያልተሞላ"
#: 10070000.xhp
msgctxt ""
@@ -2417,7 +2417,7 @@ msgctxt ""
"34\n"
"help.text"
msgid "<ahelp hid=\".uno:CirclePie_Unfilled\">Draws an empty shape that is defined by the arc of a circle and two radius lines in the current document. To draw a circle pie, drag a circle to the size you want, and then click to define the first radius line. Move your pointer to where you want to place the second radius line and click. You do not need to click on the circle. To draw an ellipse pie, hold down Shift while you drag.</ahelp>"
-msgstr "<ahelp hid=\".uno:CirclePie_Unfilled\">ባዶ ቅርጽ መሳያ በ ቅስት የ ተገለጸ በ oval እና ሁለት radius lines በ አሁኑ ሰነድ ውስጥ: የ ክብ pie ለ መሳል: ይጎትቱ ክብ እርስዎ እስከሚፈልጉት መጠን ድረስ: እና ከዛ ይጫኑ ለ መግለጽ የ መጀመሪያውን radius line. የ እርስዎን መጠቆሚያ ያንቀሳቅሱ ወደ እርስዎ ሁለተኛው radius line እንዲሆን የሚፈልጉበት ቦታ እና ይጫኑ: እርስዎ መጫን የለብዎትም በ ክብ ላይ: ለ መሳል የ ellipse pie: ተጭነው ይያዙ የ Shift ቁልፍ በሚጎትቱ ጊዜ</ahelp>"
+msgstr "<ahelp hid=\".uno:CirclePie_Unfilled\">ባዶ ቅርጽ መሳያ በ ቅስት የ ተገለጸ በ ኦቫል እና ሁለት radius መስመሮች በ አሁኑ ሰነድ ውስጥ: የ ክብ ፓይ ለ መሳል: ይጎትቱ ክብ እርስዎ እስከሚፈልጉት መጠን ድረስ: እና ከዛ ይጫኑ ለ መግለጽ የ መጀመሪያውን radius መስመር የ እርስዎን መጠቆሚያ ያንቀሳቅሱ ወደ እርስዎ ሁለተኛው radius መስመር እንዲሆን የሚፈልጉበት ቦታ እና ይጫኑ: እርስዎ መጫን የለብዎትም በ ክብ ላይ: ለ መሳል የ ኤሊፕስ ፓይ: ተጭነው ይያዙ የ Shift ቁልፍ በሚጎትቱ ጊዜ</ahelp>"
#: 10070000.xhp
msgctxt ""
@@ -2452,7 +2452,7 @@ msgctxt ""
"37\n"
"help.text"
msgid "<ahelp hid=\".uno:EllipseCut_Unfilled\">Draws an empty shape that is defined by the arc of an oval and a diameter line in the current document. To draw an ellipse segment, drag an ellipse to the size you want, and then click to define the starting point of the diameter line. Move your pointer to where you want to place the endpoint of the diameter line and click. You do not need to click on the ellipse. To draw a circle segment, hold down Shift while you drag.</ahelp>"
-msgstr "<ahelp hid=\".uno:EllipseCut_Unfilled\">ባዶ ቅርጽ መሳያ በ ቅስት የ ተገለጸ በ oval እና ሁለት diameter lines በ አሁኑ ሰነድ ውስጥ: የ ellipse ክፋይ ለ መሳል: ይጎትቱ ellipse እርስዎ እስከሚፈልጉት መጠን ድረስ: እና ከዛ ይጫኑ ለ መግለጽ የ መጀመሪያውን diameter line. የ እርስዎን መጠቆሚያ ያንቀሳቅሱ ወደ እርስዎ ሁለተኛው diameter line እንዲሆን የሚፈልጉበት ቦታ እና ይጫኑ: እርስዎ መጫን የለብዎትም በ ellipse ላይ: ለ መሳል የ ክብ ክፋይ: ተጭነው ይያዙ የ Shift ቁልፍ በሚጎትቱ ጊዜ</ahelp>"
+msgstr "<ahelp hid=\".uno:EllipseCut_Unfilled\">ባዶ ቅርጽ መሳያ በ ቅስት የ ተገለጸ በ oval እና ሁለት diameter መስመሮች በ አሁኑ ሰነድ ውስጥ: የ ኤሊፕስ ክፋይ ለ መሳል: ይጎትቱ ኤሊፕስ እርስዎ እስከሚፈልጉት መጠን ድረስ: እና ከዛ ይጫኑ ለ መግለጽ የ መጀመሪያውን diameter መስመር: የ እርስዎን መጠቆሚያ ያንቀሳቅሱ ወደ እርስዎ ሁለተኛው diameter line እንዲሆን የሚፈልጉበት ቦታ እና ይጫኑ: እርስዎ መጫን የለብዎትም በ ኤሊፕስ ላይ: ለ መሳል የ ክብ ክፋይ: ተጭነው ይያዙ የ Shift ቁልፍ በሚጎትቱ ጊዜ</ahelp>"
#: 10070000.xhp
msgctxt ""
@@ -2487,7 +2487,7 @@ msgctxt ""
"40\n"
"help.text"
msgid "<ahelp hid=\".uno:CircleCut_Unfilled\">Draws an empty shape that is defined by the arc of a circle and a diameter line in the current document. To draw a circle segment, drag a circle to the size you want, and then click to define the starting point of the diameter line. Move your pointer to where you want to place the endpoint of the diameter line and click. You do not need to click on the circle. To draw a segment that is based on an ellipse, hold down Shift while you drag.</ahelp>"
-msgstr "<ahelp hid=\".uno:CircleCut_Unfilled\">ባዶ ቅርጽ መሳያ በ ተወሰነ ቅስት እና ክብ እና diameter መስመሮች በ አሁኑ ሰነድ ውስጥ: ለ መሳል የ ክብ ክፋይ: ይጎተቱ እርስዎ በሚፈልጉት መጠን: እና ከዛ ይጫኑ ለ መግለጽ የ መጀመሪያውን diameter መስመር: ያንቀሳቅሱ የ እርስዎን መጠቆሚያ ሁለተኛው diameter መስመር እንዲሆን በሚፈልጉበት እና ይጫኑ: እርስዎ መጫን የለብዎትም በ ክብ ላይ: ለ መሳል የ ellipse ክፋይ ተጭነው ይያዙ የ Shift ቁልፍ በሚጎትቱ ጊዜ </ahelp>"
+msgstr "<ahelp hid=\".uno:CircleCut_Unfilled\">ባዶ ቅርጽ መሳያ በ ተወሰነ ቅስት እና ክብ እና diameter መስመሮች በ አሁኑ ሰነድ ውስጥ: ለ መሳል የ ክብ ክፋይ: ይጎተቱ እርስዎ በሚፈልጉት መጠን: እና ከዛ ይጫኑ ለ መግለጽ የ መጀመሪያውን diameter መስመር: ያንቀሳቅሱ የ እርስዎን መጠቆሚያ ሁለተኛው diameter መስመር እንዲሆን በሚፈልጉበት እና ይጫኑ: እርስዎ መጫን የለብዎትም በ ክብ ላይ: ለ መሳል የ ኤሊፕስ ክፋይ ተጭነው ይያዙ የ Shift ቁልፍ በሚጎትቱ ጊዜ </ahelp>"
#: 10070000.xhp
msgctxt ""
@@ -2557,7 +2557,7 @@ msgctxt ""
"46\n"
"help.text"
msgid "<ahelp hid=\".uno:CircleArc\">Draws an arc that is based on a circle in the current document. To draw an arc, drag a circle to the size you want, and then click to define the starting point of the arc. Move your pointer to where you want to place the endpoint and click. You do not need to click on the circle. To draw an arc that is based on an ellipse, hold down Shift while you drag.</ahelp>"
-msgstr "<ahelp hid=\".uno:CircleArc\">ቅስት መሳያ ክብ መሰረት ያደረገ በ አሁኑ ሰነድ ውስጥ: ለ መሳል ቅስት: ይጎተቱ ክብ እርስዎ በሚፈልጉት መጠን: እና ከዛ ይጫኑ ለ መግለጽ የ መጀመሪያውን ነጥብ ቅስት: ያንቀሳቅሱ የ እርስዎን መጠቆሚያ ሁለተኛው ቅስት መስመር እንዲሆን በሚፈልጉበት እና ይጫኑ: እርስዎ መጫን የለብዎትም በ ክብ ላይ: ለ መሳል ቅስት ellipse መሰረት ያደረገ: ተጭነው ይያዙ የ Shift ቁልፍ በሚጎትቱ ጊዜ </ahelp>"
+msgstr "<ahelp hid=\".uno:CircleArc\">ቅስት መሳያ ክብ መሰረት ያደረገ በ አሁኑ ሰነድ ውስጥ: ለ መሳል ቅስት: ይጎተቱ ክብ እርስዎ በሚፈልጉት መጠን: እና ከዛ ይጫኑ ለ መግለጽ የ መጀመሪያውን ነጥብ ቅስት: ያንቀሳቅሱ የ እርስዎን መጠቆሚያ ሁለተኛው ቅስት መስመር እንዲሆን በሚፈልጉበት እና ይጫኑ: እርስዎ መጫን የለብዎትም በ ክብ ላይ: ለ መሳል ቅስት ኤሊፕስ መሰረት ያደረገ: ተጭነው ይያዙ የ Shift ቁልፍ በሚጎትቱ ጊዜ </ahelp>"
#: 10070000.xhp
msgctxt ""
@@ -2895,7 +2895,7 @@ msgctxt ""
"bm_id3150208\n"
"help.text"
msgid "<bookmark_value>toolbars;3D objects</bookmark_value><bookmark_value>3D objects; inserting</bookmark_value><bookmark_value>inserting;3D objects</bookmark_value><bookmark_value>cubes</bookmark_value><bookmark_value>spheres</bookmark_value><bookmark_value>cylinders</bookmark_value><bookmark_value>cones</bookmark_value><bookmark_value>pyramids</bookmark_value><bookmark_value>torus</bookmark_value><bookmark_value>shells</bookmark_value><bookmark_value>half-spheres</bookmark_value><bookmark_value>drawing;3D objects</bookmark_value>"
-msgstr "<bookmark_value>እቃ መደርደሪያ;3ዲ እቃዎች</bookmark_value><bookmark_value>3ዲ እቃዎች; ማስገቢያ</bookmark_value><bookmark_value>ማስገቢያ;3ዲ እቃዎች</bookmark_value><bookmark_value>cubes</bookmark_value><bookmark_value>spheres</bookmark_value><bookmark_value>cylinders</bookmark_value><bookmark_value>cones</bookmark_value><bookmark_value>pyramids</bookmark_value><bookmark_value>torus</bookmark_value><bookmark_value>shells</bookmark_value><bookmark_value>half-spheres</bookmark_value><bookmark_value>መሳያ;3ዲ እቃዎች</bookmark_value>"
+msgstr "<bookmark_value>እቃ መደርደሪያ: 3ዲ እቃዎች</bookmark_value><bookmark_value>3ዲ እቃዎች: ማስገቢያ</bookmark_value><bookmark_value>ማስገቢያ: 3ዲ እቃዎች</bookmark_value><bookmark_value>ኪዩብስ</bookmark_value><bookmark_value>ስፌርስ</bookmark_value><bookmark_value>ሲይልንደርስ</bookmark_value><bookmark_value>ኮንስ</bookmark_value><bookmark_value>ፒራሚድ</bookmark_value><bookmark_value>ቶሩስ</bookmark_value><bookmark_value>ሼልስ</bookmark_value><bookmark_value>ግማሽ-ስፌርስ</bookmark_value><bookmark_value>መሳያ: 3ዲ እቃዎች</bookmark_value>"
#: 10090000.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/simpress/guide.po b/source/am/helpcontent2/source/text/simpress/guide.po
index d44f25d0e43..11eadcc3f3c 100644
--- a/source/am/helpcontent2/source/text/simpress/guide.po
+++ b/source/am/helpcontent2/source/text/simpress/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-08 23:53+0000\n"
+"PO-Revision-Date: 2016-12-27 00:49+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481241212.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1482799795.000000\n"
#: 3d_create.xhp
msgctxt ""
@@ -108,7 +108,7 @@ msgctxt ""
"par_id31506541\n"
"help.text"
msgid "The Status bar displays \"Shape selected\". The Custom Shapes can be viewed in a 2D mode or in a 3D mode. At any time, you can switch the view between the two modes. You use the Basic Shapes, Symbol Shapes, and the following icons on the Drawing toolbar to create Custom Shapes. The Custom Shapes can be changed using the 3D Settings toolbar. They do not form a 3D scene, they cannot be illuminated by more than one light source, they show no reflections, and there are some more limitations. You can convert them to a 3D scene, but then they are no longer Custom Shapes. Custom Shapes in 2D or 3D mode can be exported to and imported from Microsoft Office formats."
-msgstr "የ ሁኔታዎች መደርደሪያ የሚያሳየው \"የ ተመረጠውን ቅርጽ\" ነው: ቅርጾች ማስተካከያ መመልከት ይቻላል በ 2ዲ ዘዴ ወይንም በ 3ዲ ዘዴ ውስጥ: በማንኛውም ጊዜ: እርስዎ መቀየር ይችላሉ በ መመልከቻው መካከል በ ሁለቱ ዘዴዎች ውስጥ: እርስዎ መሰረታዊ ቅርጾች መጠቀም ይችላሉ: የ ምልክቶች ቅርጽ: እና የሚቀጥሉት ምልክቶች በ መሳያ መደርደሪያ ላይ ቅርጾች ማስተካከያ ለመፍጠር: ቅርጾች ማስተካከያ መቀየር ይቻላል የ 3ዲ እቃ መደርደሪያ ማሰናጃ በ መጠቀም: አይፈጥሩም የ 3ዲ እይታ: ማንጸባረቅ አይችሉም ከ አንድ ብርሀን ምንጭ በላይ: ምንም ነፀብራቅ አያሳዩም: እና አንዳንድ ገደብ አለ: እርስዎ መቀየር ይችላሉ ወደ የ 3ዲ እይታ: ነገር ግን ቅርጽ ማስተካከያ አይደሉም: ቅርጽ ማስተካከያ በ 2ዲ ወይንም በ 3ዲ ዘዴ መላክ እና ማምጣት ይቻላል ከMicrosoft Office አቀራረብ ውስጥ"
+msgstr "የ ሁኔታዎች መደርደሪያ የሚያሳየው \"የ ተመረጠውን ቅርጽ\" ነው: ቅርጾች ማስተካከያ መመልከት ይቻላል በ 2ዲ ዘዴ ወይንም በ 3ዲ ዘዴ ውስጥ: በማንኛውም ጊዜ: እርስዎ መቀየር ይችላሉ በ መመልከቻው መካከል በ ሁለቱ ዘዴዎች ውስጥ: እርስዎ መሰረታዊ ቅርጾች መጠቀም ይችላሉ: የ ምልክቶች ቅርጽ: እና የሚቀጥሉት ምልክቶች በ መሳያ መደርደሪያ ላይ ቅርጾች ማስተካከያ ለመፍጠር: ቅርጾች ማስተካከያ መቀየር ይቻላል የ 3ዲ እቃ መደርደሪያ ማሰናጃ በ መጠቀም: አይፈጥሩም የ 3ዲ እይታ: ማንጸባረቅ አይችሉም ከ አንድ ብርሀን ምንጭ በላይ: ምንም ነፀብራቅ አያሳዩም: እና አንዳንድ ገደብ አለ: እርስዎ መቀየር ይችላሉ ወደ የ 3ዲ እይታ: ነገር ግን ቅርጽ ማስተካከያ አይደሉም: ቅርጽ ማስተካከያ በ 2ዲ ወይንም በ 3ዲ ዘዴ መላክ እና ማምጣት ይቻላል ከ Microsoft Office አቀራረብ ውስጥ"
#: 3d_create.xhp
msgctxt ""
@@ -135,7 +135,7 @@ msgctxt ""
"54\n"
"help.text"
msgid "Right-click the object and choose <emph>Convert - To Curve</emph>."
-msgstr "እቃውን በቀኝ-ይጫኑ እና ይምረጡ <emph>መቀየሪያ - ወደ ክብ</emph>."
+msgstr "እቃውን በ ቀኝ-ይጫኑ እና ይምረጡ <emph>መቀየሪያ - ወደ ክብ</emph>."
#: 3d_create.xhp
msgctxt ""
@@ -171,7 +171,7 @@ msgctxt ""
"59\n"
"help.text"
msgid "Right-click the object and choose <emph>Convert - To Polygon.</emph>"
-msgstr "እቃውን በቀኝ-ይጫኑ እና ይምረጡ <emph>መቀየሪያ - ወደ ፖሊጎን</emph>."
+msgstr "እቃውን በ ቀኝ-ይጫኑ እና ይምረጡ <emph>መቀየሪያ - ወደ ፖሊጎን</emph>."
#: 3d_create.xhp
msgctxt ""
@@ -206,7 +206,7 @@ msgctxt ""
"par_idN1088B\n"
"help.text"
msgid "Click the <emph>Extrusion On/Off</emph> icon<image id=\"img_id2490920\" src=\"cmd/sc_extrusiontoggle.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2490920\">Icon</alt></image> on the <emph>Drawing</emph> bar, or right-click the object and choose <emph>Convert - To 3D</emph>."
-msgstr "ይጫኑ የ <emph>ማሾለኪያ ማብሪያ/ማጥፊያ </emph> ምልክት <image id=\"img_id2490920\" src=\"cmd/sc_extrusiontoggle.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2490920\">ምልክት </alt></image> በ <emph>መሳያ </emph> መደርደሪያ ላይ ወይንም በቀኝ-ይጫኑ እቃው ላይ እና ይምረጡ <emph> መቀየሪያ - ወደ 3ዲ</emph>."
+msgstr "ይጫኑ የ <emph>ማሾለኪያ ማብሪያ/ማጥፊያ </emph> ምልክት <image id=\"img_id2490920\" src=\"cmd/sc_extrusiontoggle.png\" width=\"0.1665inch\" height=\"0.1665inch\"><alt id=\"alt_id2490920\">ምልክት </alt></image> በ <emph>መሳያ </emph> መደርደሪያ ላይ ወይንም በ ቀኝ-ይጫኑ እቃው ላይ እና ይምረጡ <emph> መቀየሪያ - ወደ 3ዲ</emph>."
#: 3d_create.xhp
msgctxt ""
@@ -934,7 +934,7 @@ msgctxt ""
"23\n"
"help.text"
msgid "To temporarily remove a slide from your presentation, go to <emph>Slide Sorter</emph>, right-click the slide, and then choose <emph>Show/Hide Slide</emph>. The number of the hidden slide is crossed out. To show the slide, right-click the slide, and then choose <emph>Show/Hide Slide</emph>."
-msgstr "ከማቅረቢያ ውስጥ ተንሸራታች ለጊዜው ለማስወገድ ፡ ይሂዱ ወደ <emph>ተንሸራታች መለያ</emph>, ተንሸራታቹን በቀኝ-ይጫኑ እና ከዛ ይምረጡ <emph>ተንሸራታች ማሳያ/መደበቂያ </emph>. የሚደበቀው ተንሸራታች ቁጥር ይሰረዛል ፡ ተንሸራታቹን ለማሳየት ተንሸራታቹን በቀኝ-ይጫኑ እና ከዛ ይምረጡ<emph>ተንሸራታች ማሳያ/መደበቂያ</emph>."
+msgstr "ከ ማቅረቢያ ውስጥ ተንሸራታች ለጊዜው ለማስወገድ: ይሂዱ ወደ <emph>ተንሸራታች መለያ</emph> ተንሸራታቹን በ ቀኝ-ይጫኑ እና ከዛ ይምረጡ <emph>ተንሸራታች ማሳያ/መደበቂያ </emph> የሚደበቀው ተንሸራታች ቁጥር ይሰረዛል: ተንሸራታቹን ለማሳየት ተንሸራታቹን በ ቀኝ-ይጫኑ እና ከዛ ይምረጡ<emph>ተንሸራታች ማሳያ/መደበቂያ</emph>."
#: background.xhp
msgctxt ""
@@ -1178,7 +1178,7 @@ msgctxt ""
"par_idN1083F\n"
"help.text"
msgid "Choose <emph>File - Templates - Save As Template</emph> to save the document as a template."
-msgstr ""
+msgstr "ይምረጡ <emph>ፋይል - ቴምፕሌት - ማስቀመጫ እንደ ቴምፕሌት</emph> ሰነዱን እንደ ቴምፕሌት ለማስቀመጥ"
#: background.xhp
msgctxt ""
@@ -1194,7 +1194,7 @@ msgctxt ""
"par_idN1084A\n"
"help.text"
msgid "Now you can use the Templates window to open a new presentation based on your new template."
-msgstr ""
+msgstr "እርስዎ አሁን መጠቀም ይችላሉ የ ቴምፕሌቶች መስኮት ለ መክፈት አዲስ ማቅረቢያ የ እርስዎን አዲስ ቴምፕሌት መሰረት ያደረገ"
#: change_scale.xhp
msgctxt ""
@@ -2132,7 +2132,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "If you press <item type=\"keycode\">Ctrl+Enter</item> after you reach the last placeholder in a slide, a new slide is inserted after the current slide. The new slide uses the same layout as the current slide."
-msgstr "ከተጫኑ <item type=\"keycode\">Ctrl+Enter</item> በ ተንሸራታቹ ውስጥ የመጨረሻው ቦታ ያዢ ጋር ከደረሱ አዲስ ተንሸራታች ይጨመራል ከ አሁኑ ተንሸራታች ቀጥሎ፡ አዲሱ ተንሸራታች የሚጠቀመው የ አሁኑን ተንሸራታች እቅድ ነው"
+msgstr "ከተጫኑ <item type=\"keycode\">Ctrl+ማስገቢያ</item> በ ተንሸራታቹ ውስጥ የመጨረሻው ቦታ ያዢ ጋር ከደረሱ አዲስ ተንሸራታች ይጨመራል ከ አሁኑ ተንሸራታች ቀጥሎ፡ አዲሱ ተንሸራታች የሚጠቀመው የ አሁኑን ተንሸራታች እቅድ ነው"
#: keyboard.xhp
msgctxt ""
@@ -3633,7 +3633,7 @@ msgctxt ""
"19\n"
"help.text"
msgid "Select <emph>Slide - Slide Master Design</emph>."
-msgstr ""
+msgstr "ይምረጡ <emph>ተንሸራታች - ዋናው የ ተንሸራታች ንድፍ</emph>."
#: masterpage.xhp
msgctxt ""
@@ -3704,7 +3704,7 @@ msgctxt ""
"par_idN106FA\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Left-click to apply the master page to all slides. Right-click for a submenu.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">በ ግራ-ይጫኑ ለ መፈጸም ዋናውን ገጽ በ ሁሉም ተንሸራታቾች ላይ: በ ቀኝ-ይጫኑ ለ ንዑስ ዝርዝር </ahelp>"
#: masterpage.xhp
msgctxt ""
@@ -3712,7 +3712,7 @@ msgctxt ""
"par_idN10747\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Applies the master page to all slides.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ዋናውን ገጽ በ ሁሉም ተንሸራታቾች ላይ መፈጸሚያ </ahelp>"
#: masterpage.xhp
msgctxt ""
@@ -3720,7 +3720,7 @@ msgctxt ""
"par_idN10762\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Applies the master page or the slide design to the selected slides.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ዋናውን ገጽ ወይንም የ ተንሸራታች ንድፍ ለ ተመረጡት ተንሸራታቾች መፈጸሚያ </ahelp>"
#: masterpage.xhp
msgctxt ""
@@ -3728,7 +3728,7 @@ msgctxt ""
"par_idN10785\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Resizes the preview of the master pages.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">የ ዋናውን ገጾች ቅድመ እይታ እንደገና መመጠኛ </ahelp>"
#: masterpage.xhp
msgctxt ""
@@ -3736,7 +3736,7 @@ msgctxt ""
"par_idN107CB\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Click to apply a slide design to all selected slides. Right-click for a submenu.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ይጫኑ ለ መፈጸም ዋናውን የ ተንሸራታች ንድፍ በሁሉም በ ተመረጡት ተንሸራታቾች ላይ ለመፈጸም: በ ቀኝ-ይጫኑ ለ ንዑስ ዝርዝር </ahelp>"
#: masterpage.xhp
msgctxt ""
@@ -4799,7 +4799,7 @@ msgctxt ""
"par_id3145248\n"
"help.text"
msgid "If you want the whole presentation to auto-repeat, open the menu <emph>Slide Show - Slide Show Settings</emph>. Click <emph>Loop and repeat after</emph> and <emph>OK</emph>."
-msgstr ""
+msgstr "እርስዎ ከ ፈለጉ ጠቅላላ ተንሸራታች በራሱ-እንዲደግም: ይክፈቱ ዝርዝር <emph>ተንሸራታች ማሳያ - ተንሸራታች ማሳያ ማሰናጃ</emph> ይጫኑ <emph>ዙር እና በ ኋላ መድገሚያ </emph> እና <emph>እሺ</emph>."
#: rehearse_timings.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/smath.po b/source/am/helpcontent2/source/text/smath.po
index ff0ea16eeed..ec88a481d88 100644
--- a/source/am/helpcontent2/source/text/smath.po
+++ b/source/am/helpcontent2/source/text/smath.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-08-25 12:34+0200\n"
-"PO-Revision-Date: 2016-11-14 17:05+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-12-31 01:14+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1479143111.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483146868.000000\n"
#: main0000.xhp
msgctxt ""
@@ -248,10 +248,9 @@ msgstr "<link href=\"text/smath/main0103.xhp\" name=\"View\">መመልከቻ</li
msgctxt ""
"main0103.xhp\n"
"par_id3147338\n"
-"2\n"
"help.text"
-msgid "Sets the display scale and defines which elements you want to be visible. Most of the commands that you can enter into the <emph>Commands</emph> window can also be accessed through a mouse click if you have already opened the Elements window with <link href=\"text/smath/01/03090000.xhp\" name=\"View - Elements\"><emph>View - Elements</emph></link>."
-msgstr "የ መመልከቻ መጠን ማሰናጃ እና መግለጫ: የትኞቹ አካሎች እንደሚታዩ የሚወስኑበት: በርካታ ትእዛዞች እርስዎ የሚያስገቡት ወደ <emph>ትእዛዞች</emph> መስኮት አይጥ በመጫን ሊደርሱበት ይችላሉ የ አካሎቹ መስኮት ክፍት ከሆነ በ <link href=\"text/smath/01/03090000.xhp\" name=\"View – Elements\"><emph>መመልከቻ – አካሎች</emph></link>."
+msgid "Sets the display scale and defines which elements you want to be visible. Most of the commands that you can enter into the <emph>Commands</emph> window can also be accessed through a mouse click if you have already opened the Elements pane with <link href=\"text/smath/01/03090000.xhp\" name=\"View - Elements\"><emph>View - Elements</emph></link>."
+msgstr "የ ማሳያ መጠን እና መግለጫ ማሰናጃ: የትኛው አካል እንደሚታይ እርስዎ ይወስኑ: በርካታ ትእዛዞች እርስዎ የሚያስገቡት ወደ <emph>ትእዛዞች</emph> መስኮት ውስጥ መድረስ ይቻላል በ አይጥ መጠቆሚያ በ መጫን እርስዎ ቀደም ብለው የ አካላቶች ክፍል ከፍተው ከ ነበረ: በ <link href=\"text/smath/01/03090000.xhp\" name=\"View - Elements\"><emph>መመልከቻ - አካላቶች</emph></link>."
#: main0103.xhp
msgctxt ""
@@ -614,7 +613,6 @@ msgstr "መቀመሪያ በ አገባብ ውስጥ"
msgctxt ""
"main0503.xhp\n"
"par_id3148774\n"
-"8\n"
"help.text"
-msgid "To make working with formulas easier, use the context menus, which can be called up with a right mouse click. This applies especially to the Commands window. This context menu contains all the commands that are found in the Elements window, and also operators, and so on, which can be inserted into your formula by mouse-click without having to key them into the Commands window."
-msgstr "በ መቀመሪያ በቀላሉ ለ መስራት: የ አገባብ ዝርዝር ይጠቀሙ: በ ቀኝ አይጥ በ መጫን መጥራት ይችላሉ: ይህ በተለይ ለ ትእዛዝ መስኮቶች መፈጸሚያ ነው: ይህ የ አገባብ ዝርዝር የያዘው ሁሉንም ትእዛዞች ነው በ አካሎች መስኮት ውስጥ የሚገኘውን: እና እንዲሁም አንቀሳቃሾች ወዘተ: ወደ እርስዎ መቀመሪያ ማስገባት ይችላሉ በ አይጥ-መጫኛ ያለ ምንም ቁልፍ ከ ትእዛዝ መስኮቶች ውስጥ"
+msgid "To make working with formulas easier, use the context menus, which can be called up with a right mouse click. This applies especially to the Commands window. This context menu contains all the commands that are found in the Elements pane, and also operators, and so on, which can be inserted into your formula by mouse-click without having to key them into the Commands window."
+msgstr "በ መቀመሪያ በ ቀላሉ ለ መስራት: የ አገባብ ዝርዝር ይጠቀሙ: እርስዎ የ አገባብ ዝርዝር በ አይጥ ቁልፍ በ ቀኝ በ መጫን መጥራት ይችላሉ: ይህ በ ተለይ የሚሰራው በ ትእዛዝ መስኮት ውስጥ ነው: ይህ የ አገባብ ዝርዝር ሁሉንም በ አካላቶች ክፍል ውስጥ ያሉትን ትእዛዞች በ ውስጡ ይዟል: እና እንዲሁም አንቀሳቃሾችን ያካትታል: እና ወዘት: እርስዎ እነዚህን ትእዛዞች በ መቀመሪያ ውስጥ በ አይጥ ቁልፍ-በ መጫን ማስገባት ይችላሉ ምንም የ ቁጥር ገበታ ሳይጠቀሙ በ ትእዛዝ መስኮት ውስጥ"
diff --git a/source/am/helpcontent2/source/text/smath/00.po b/source/am/helpcontent2/source/text/smath/00.po
index a7d272455f7..f2f1e02e5db 100644
--- a/source/am/helpcontent2/source/text/smath/00.po
+++ b/source/am/helpcontent2/source/text/smath/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-10-06 21:33+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-12-29 23:13+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1475789631.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483053204.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -311,27 +311,9 @@ msgstr "የ አገባብ ዝርዝር መክፈቻ በ ትእዛዝ መስኮት
msgctxt ""
"00000004.xhp\n"
"par_id3154106\n"
-"71\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "ይምረጡ <emph>መመልከቻ - አካሎች</emph> - በ አካሎች መስኮት ውስጥ ይጫኑ"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3153535\n"
-"help.text"
-msgid "<image id=\"img_id3151310\" src=\"res/helpimg/starmath/im21101.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151310\">Icon</alt></image>"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3153774\n"
-"72\n"
-"help.text"
-msgid "Unary/Binary Operators"
-msgstr "Unary/Binary Operators"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Unary/Binary Operators</emph> from the listbox."
+msgstr "ይምረጡ <emph>መመልከቻ - አካላቶች</emph> ከዛ ከ አካላቶች ክፍል ይምረጡ <emph>Unary/Binary አንቀሳቃሽ</emph> ከ ዝርዝር ሳጥን ውስጥ"
#: 00000004.xhp
msgctxt ""
@@ -346,27 +328,9 @@ msgstr "የ አገባብ ዝርዝር መክፈቻ በ ትእዛዝ መስኮት
msgctxt ""
"00000004.xhp\n"
"par_id3154473\n"
-"74\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "ይምረጡ <emph>መመልከቻ - አካሎች</emph> - በ አካሎች መስኮት ውስጥ ይጫኑ"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3147531\n"
-"help.text"
-msgid "<image id=\"img_id3151103\" src=\"res/helpimg/starmath/bi21309.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151103\">Icon</alt></image>"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3150833\n"
-"75\n"
-"help.text"
-msgid "Relations"
-msgstr "ዝምድናው"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Relations</emph> from the listbox."
+msgstr "ይምረጡ <emph>መመልከቻ - አካላቶች</emph> ከዛ ከ አካላቶች ክፍል ይምረጡ <emph>ግንኙነት</emph> ከ ዝርዝር ሳጥን ውስጥ"
#: 00000004.xhp
msgctxt ""
@@ -381,27 +345,9 @@ msgstr "የ አገባብ ዝርዝር መክፈቻ በ ትእዛዝ መስኮት
msgctxt ""
"00000004.xhp\n"
"par_id3149342\n"
-"76\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "ይምረጡ <emph>መመልከቻ - አካሎች</emph> - በ አካሎች መስኮት ውስጥ ይጫኑ"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3146921\n"
"help.text"
-msgid "<image id=\"img_id3146927\" src=\"res/helpimg/starmath/im21105.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146927\">Icon</alt></image>"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3148990\n"
-"39\n"
-"help.text"
-msgid "Operators"
-msgstr "አንቀሳቃሾች"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Operators</emph> from the listbox."
+msgstr "ይምረጡ <emph>መመልከቻ - አካላቶች</emph> ከዛ ከ አካላቶች ክፍል ይምረጡ <emph>አንቀሳቃሾች</emph> ከ ዝርዝር ሳጥን ውስጥ"
#: 00000004.xhp
msgctxt ""
@@ -416,27 +362,9 @@ msgstr "የ አገባብ ዝርዝር መክፈቻ በ ትእዛዝ መስኮት
msgctxt ""
"00000004.xhp\n"
"par_id3143275\n"
-"77\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "ይምረጡ <emph>መመልከቻ - አካሎች</emph> - በ አካሎች መስኮት ውስጥ ይጫኑ"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3149103\n"
-"help.text"
-msgid "<image id=\"img_id3154825\" src=\"res/helpimg/starmath/im21104.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3154825\">Icon</alt></image>"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3149796\n"
-"42\n"
-"help.text"
-msgid "Functions"
-msgstr "ተግባሮች"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Functions</emph> from the listbox."
+msgstr "ይምረጡ <emph>መመልከቻ - አካላቶች</emph> ከዛ ከ አካላቶች ክፍል ይምረጡ <emph>ተግባሮች</emph> ከ ዝርዝር ሳጥን ውስጥ"
#: 00000004.xhp
msgctxt ""
@@ -451,27 +379,9 @@ msgstr "የ አገባብ ዝርዝር መክፈቻ በ ትእዛዝ መስኮት
msgctxt ""
"00000004.xhp\n"
"par_id3147220\n"
-"78\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "ይምረጡ <emph>መመልከቻ - አካሎች</emph> - በ አካሎች መስኮት ውስጥ ይጫኑ"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3147584\n"
-"help.text"
-msgid "<image id=\"img_id3148733\" src=\"res/helpimg/starmath/im21107.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148733\">Icon</alt></image>"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3147330\n"
-"45\n"
-"help.text"
-msgid "Brackets"
-msgstr "ቅንፎች"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Brackets</emph> from the listbox."
+msgstr "ይምረጡ <emph>መመልከቻ - አካላቶች</emph> ከዛ ከ አካላቶች ክፍል ይምረጡ <emph>ቅንፎች</emph> ከ ዝርዝር ሳጥን ውስጥ"
#: 00000004.xhp
msgctxt ""
@@ -486,27 +396,9 @@ msgstr "የ አገባብ ዝርዝር መክፈቻ በ ትእዛዝ መስኮት
msgctxt ""
"00000004.xhp\n"
"par_id3147126\n"
-"79\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "ይምረጡ <emph>መመልከቻ - አካሎች</emph> - በ አካሎች መስኮት ውስጥ ይጫኑ"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3154376\n"
-"help.text"
-msgid "<image id=\"img_id3154390\" src=\"res/helpimg/starmath/at21706.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154390\">Icon</alt></image>"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3153361\n"
-"48\n"
-"help.text"
-msgid "Attributes"
-msgstr "ባህሪዎች"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Attributes</emph> from the listbox."
+msgstr "ይምረጡ <emph>መመልከቻ - አካላቶች</emph> ከዛ ከ አካላቶች ክፍል ይምረጡ <emph>መለያዎች</emph> ከ ዝርዝር ሳጥን ውስጥ"
#: 00000004.xhp
msgctxt ""
@@ -521,27 +413,9 @@ msgstr "የ አገባብ ዝርዝር መክፈቻ በ ትእዛዝ መስኮት
msgctxt ""
"00000004.xhp\n"
"par_id3150581\n"
-"80\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "ይምረጡ <emph>መመልከቻ - አካሎች</emph> - በ አካሎች መስኮት ውስጥ ይጫኑ"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3151029\n"
"help.text"
-msgid "<image id=\"img_id3151036\" src=\"res/helpimg/starmath/im21108.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151036\">Icon</alt></image>"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3155119\n"
-"51\n"
-"help.text"
-msgid "Formats"
-msgstr "አቀራረብ"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Formats</emph> from the listbox."
+msgstr "ይምረጡ <emph>መመልከቻ - አካላቶች</emph> ከዛ ከ አካላቶች ክፍል ይምረጡ <emph>አቀራረብ</emph> ከ ዝርዝር ሳጥን ውስጥ"
#: 00000004.xhp
msgctxt ""
@@ -556,27 +430,9 @@ msgstr "የ አገባብ ዝርዝር መክፈቻ በ ትእዛዝ መስኮት
msgctxt ""
"00000004.xhp\n"
"par_id3147313\n"
-"81\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "ይምረጡ <emph>መመልከቻ - አካሎች</emph> - በ አካሎች መስኮት ውስጥ ይጫኑ"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3151377\n"
-"help.text"
-msgid "<image id=\"img_id3151384\" src=\"res/helpimg/starmath/op21401.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151384\">Icon</alt></image>"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3150686\n"
-"54\n"
"help.text"
-msgid "Set Operations"
-msgstr "ተግባሮች ማሰናጃ"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Set Operations</emph> from the listbox."
+msgstr "ይምረጡ <emph>መመልከቻ - አካላቶች</emph> ከዛ ከ አካላቶች ክፍል ይምረጡ <emph>የ ስብስብ ተግባሮች</emph> ከ ዝርዝር ሳጥን ውስጥ"
#: 00000004.xhp
msgctxt ""
@@ -717,25 +573,8 @@ msgctxt ""
"par_id3153968\n"
"91\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "ይምረጡ <emph>መመልከቻ - አካሎች</emph> - በ አካሎች መስኮት ውስጥ ይጫኑ"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3154715\n"
-"help.text"
-msgid "<image id=\"img_id3154722\" src=\"res/helpimg/starmath/im21117.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154722\">Icon</alt></image>"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3150459\n"
-"92\n"
-"help.text"
-msgid "Others"
-msgstr "ሌሎችም"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Others</emph> from the listbox."
+msgstr "ይምረጡ <emph>መመልከቻ - አካላቶች</emph> ከዛ ከ አካላቶች ክፍል ይምረጡ <emph>ሌሎች</emph> ከ ዝርዝር ሳጥን ውስጥ"
#: 00000004.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/smath/01.po b/source/am/helpcontent2/source/text/smath/01.po
index 252bf8d34cd..187f0eaad20 100644
--- a/source/am/helpcontent2/source/text/smath/01.po
+++ b/source/am/helpcontent2/source/text/smath/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-09 23:20+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2017-01-07 22:29+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481325615.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483828197.000000\n"
#: 02080000.xhp
msgctxt ""
@@ -116,7 +116,7 @@ msgctxt ""
"bm_id3150299\n"
"help.text"
msgid "<bookmark_value>error search; next error</bookmark_value><bookmark_value>finding ;errors in %PRODUCTNAME Math</bookmark_value>"
-msgstr "<bookmark_value>ስህተት መፈለጊያ; የሚቀጥለው ስህተት</bookmark_value><bookmark_value>መፈለጊያ ;ስህተት በ %PRODUCTNAME ሂሳብ</bookmark_value>"
+msgstr "<bookmark_value>ስህተት መፈለጊያ: የሚቀጥለው ስህተት</bookmark_value><bookmark_value>መፈለጊያ: ስህተት በ %PRODUCTNAME ሂሳብ</bookmark_value>"
#: 02100000.xhp
msgctxt ""
@@ -439,19 +439,17 @@ msgstr "<link href=\"text/smath/01/03090100.xhp\" name=\"Unary/Binary Operators\
msgctxt ""
"03090100.xhp\n"
"par_id3151241\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">You can choose various unary and binary operators to build your $[officename] Math formula. Unary refers to operators that affect one placeholder. Binary refers to operators that connect two placeholders. The lower area of the Elements window displays the individual operators.</ahelp> The <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window also contains a list of these operators, as well as additional operators. If you need an operator that is not contained in the Elements window, use the context menu or type it directly in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">እርስዎ መምረጥ ይችላሉ የ ተለያዩ unary እና binary አንቀሳቃሾች ለ መገንባት የ እርስዎን $[officename] ሂሳብ መቀመሪያ: Unary የሚገልጸው ለ አንቀሳቃሾች በ አንድ ቦታ ያዢ ላይ ተጽእኖ ለሚፈጥሩ ነው: Binary የሚገልጸው ለ አንቀሳቃሾች ሁለት ቦታ ያዢ ለሚያገናኙ ነው: የ አካላቶች መስኮት ከ ታች የሚያሳየው የ እያንዳንዱን አንቀሳቃሽ ነው</ahelp> የ <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">አገባብ ዝርዝር</link> በ <emph>ትእዛዞች</emph> መስኮት ውስጥ: እንዲሁም እነዚህን አንቀሳቃሾች ይዟል: እንዲሁም ተጨማሪ አንቀሳቃሾች: እርስዎ አንቀሳቃሽ ከ ፈለጉ በ አካሎች መስኮት ውስጥ የሌለ: ይጠቀሙ የ አገባብ ዝርዝር ወይንም ይጻፉ በ ቀጥታ በ <emph>ትእዛዞች</emph> መስኮት ውስጥ"
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">You can choose various unary and binary operators to build your $[officename] Math formula. Unary refers to operators that affect one placeholder. Binary refers to operators that connect two placeholders. The lower area of the Elements pane displays the individual operators.</ahelp> The <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window also contains a list of these operators, as well as additional operators. If you need an operator that is not contained in the Elements pane, use the context menu or type it directly in the <emph>Commands</emph> window."
+msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">እርስዎ መምረጥ ይችላሉ የ ተለያዩ unary እና binary አንቀሳቃሾች ለ መገንባት የ እርስዎን $[officename] ሂሳብ መቀመሪያ: Unary የሚያመሳክረው ወደ አንቀሳቃሽ ነው ተጽእኖ የሚያደርግ ወደ አንድ ቦታ ያዢ ውስጥ: Binary የሚያመሳክረው ወደ አንቀሳቃሽ ነው የሚያገናኝ ሁለት ቦታ ያዢዎች ውስጥ: የ ታችኛው ክፍል ቦታ የ አካላቶች ክፍል የሚያሳየው የ እያንዳንዱን አንቀሳቃሽ ነው </ahelp> በ <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">አገባብ ዝርዝር</link> ውስጥ በ <emph>ትእዛዞች</emph> መስኮት እንዲሁም ይይዛል የ እነዚህን አንቀሳቃሾች ዝርዝር: እንዲሁም ተጨማሪ አንቀሳቃሾች: እርስዎ አንቀሳቃሽ ከ ፈለጉ በ አካላቶች ክፍል ውስጥ የሌሉ ይጠቀሙ የ አገባብ ዝርዝር ወይንም በ እጅ መጻፍ ይቻላል በ ቀጥታ በ <emph>ትእዛዞች</emph> መስኮት ውስጥ:"
#: 03090100.xhp
msgctxt ""
"03090100.xhp\n"
"par_id3146963\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of the unary and binary operators. The symbol next to the operator indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the Commands window."
-msgstr "የሚቀጥለው ዝግጁ ሙሉ unary እና binary አንቀሳቃሽ ዝርዝር ነው: ከ አንቀሳቃሹ ምልክት አጠገብ ያለው ስም የሚያሳየው መድረስ እንደሚቻል ነው በ አካላቶች መስኮት በኩል: (ይምረጡ <emph>መመልከቻ - አካሎች</emph>) ወይንም በ አገባብ ዝርዝር ከ ትእዛዝ መስኮት ውስጥ"
+msgid "The following is a complete list of the unary and binary operators. The symbol next to the operator indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the Commands window."
+msgstr "የሚቀጥሉት ሙሉ ዝርዝር ናቸው ለ ሁሉም unary and binary አንቀሳቃሾች: ይህ ምልክት አጠገብ ያለው አንቀሳቃሽ የሚያመለክተው በ አካላቶች ክፍል ውስጥ መድረስ እንደሚቻል ነው <emph>መመልከቻ - አካላቶች</emph>) ወይንም በ አገባብ ዝርዝር ውስጥ በ ትእዛዞች መስኮት ውስጥ"
#: 03090100.xhp
msgctxt ""
@@ -467,8 +465,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10085\n"
"help.text"
-msgid "<image id=\"img_id3156399\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156399\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3156399\" src=\"res/helpimg/starmath/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">Icon</alt></image>"
+msgstr "<image id=\"img_id3156399\" src=\"res/helpimg/starmath/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">ምልክት</alt></image>"
#: 03090100.xhp
msgctxt ""
@@ -493,8 +491,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN100C1\n"
"help.text"
-msgid "<image id=\"img_id3148776\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148776\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3148776\" src=\"res/helpimg/starmath/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148776\" src=\"res/helpimg/starmath/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">ምልክት</alt></image>"
#: 03090100.xhp
msgctxt ""
@@ -519,8 +517,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN100FD\n"
"help.text"
-msgid "<image id=\"img_id3150757\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150757\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3150757\" src=\"res/helpimg/starmath/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150757\" src=\"res/helpimg/starmath/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">ምልክት</alt></image>"
#: 03090100.xhp
msgctxt ""
@@ -545,8 +543,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10139\n"
"help.text"
-msgid "<image id=\"img_id3145410\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145410\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3145410\" src=\"res/helpimg/starmath/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">Icon</alt></image>"
+msgstr "<image id=\"img_id3145410\" src=\"res/helpimg/starmath/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">ምልክት</alt></image>"
#: 03090100.xhp
msgctxt ""
@@ -571,8 +569,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10175\n"
"help.text"
-msgid "<image id=\"img_id3151098\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">Icon</alt></image>"
-msgstr "<image id=\"img_id3151098\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3151098\" src=\"res/helpimg/starmath/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">Icon</alt></image>"
+msgstr "<image id=\"img_id3151098\" src=\"res/helpimg/starmath/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">ምልክት</alt></image>"
#: 03090100.xhp
msgctxt ""
@@ -597,8 +595,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN101B0\n"
"help.text"
-msgid "<image id=\"img_id3155898\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155898\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3155898\" src=\"res/helpimg/starmath/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155898\" src=\"res/helpimg/starmath/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">ምልክት</alt></image>"
#: 03090100.xhp
msgctxt ""
@@ -623,8 +621,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN101E9\n"
"help.text"
-msgid "<image id=\"img_id3149308\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149308\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3149308\" src=\"res/helpimg/starmath/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149308\" src=\"res/helpimg/starmath/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">ምልክት</alt></image>"
#: 03090100.xhp
msgctxt ""
@@ -649,8 +647,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10226\n"
"help.text"
-msgid "<image id=\"img_id3148982\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148982\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3148982\" src=\"res/helpimg/starmath/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148982\" src=\"res/helpimg/starmath/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">ምልክት</alt></image>"
#: 03090100.xhp
msgctxt ""
@@ -675,8 +673,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN1025F\n"
"help.text"
-msgid "<image id=\"img_id3155140\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155140\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3155140\" src=\"res/helpimg/starmath/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">Icon</alt></image>"
+msgstr "<image id=\"img_id3155140\" src=\"res/helpimg/starmath/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">ምልክት</alt></image>"
#: 03090100.xhp
msgctxt ""
@@ -701,8 +699,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10298\n"
"help.text"
-msgid "<image id=\"img_id3149168\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149168\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3149168\" src=\"res/helpimg/starmath/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149168\" src=\"res/helpimg/starmath/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">ምልክት</alt></image>"
#: 03090100.xhp
msgctxt ""
@@ -727,8 +725,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN102D1\n"
"help.text"
-msgid "<image id=\"img_id3148765\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148765\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3148765\" src=\"res/helpimg/starmath/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148765\" src=\"res/helpimg/starmath/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">ምልክት</alt></image>"
#: 03090100.xhp
msgctxt ""
@@ -753,8 +751,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN1030A\n"
"help.text"
-msgid "<image id=\"img_id3147418\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147418\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3147418\" src=\"res/helpimg/starmath/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147418\" src=\"res/helpimg/starmath/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">ምልክት</alt></image>"
#: 03090100.xhp
msgctxt ""
@@ -779,8 +777,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10343\n"
"help.text"
-msgid "<image id=\"img_id3149566\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149566\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3149566\" src=\"res/helpimg/starmath/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">Icon</alt></image>"
+msgstr "<image id=\"img_id3149566\" src=\"res/helpimg/starmath/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">ምልክት</alt></image>"
#: 03090100.xhp
msgctxt ""
@@ -805,8 +803,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10383\n"
"help.text"
-msgid "<image id=\"img_id3147116\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147116\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3147116\" src=\"res/helpimg/starmath/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">Icon</alt></image>"
+msgstr "<image id=\"img_id3147116\" src=\"res/helpimg/starmath/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">ምልክት</alt></image>"
#: 03090100.xhp
msgctxt ""
@@ -831,8 +829,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN103C3\n"
"help.text"
-msgid "<image id=\"img_id3148440\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148440\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3148440\" src=\"res/helpimg/starmath/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">Icon</alt></image>"
+msgstr "<image id=\"img_id3148440\" src=\"res/helpimg/starmath/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">ምልክት</alt></image>"
#: 03090100.xhp
msgctxt ""
@@ -857,8 +855,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10403\n"
"help.text"
-msgid "<image id=\"img_id3150173\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150173\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">ምልክት</alt></image>"
+msgid "<image id=\"img_id3150173\" src=\"res/helpimg/starmath/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">Icon</alt></image>"
+msgstr "<image id=\"img_id3150173\" src=\"res/helpimg/starmath/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">ምልክት</alt></image>"
#: 03090100.xhp
msgctxt ""
@@ -1008,8 +1006,8 @@ msgctxt ""
"par_id3153152\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">You can choose among various relations to structure your <emph>$[officename] Math</emph> formula. The relation functions are displayed in the lower part of the Elements window.</ahelp> The list is also in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All relations that are not contained in the Elements window or in the context menu can be typed manually in the Commands window."
-msgstr "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">እርስዎ መምረጥ ይችላሉ ከ በርካታ ግንኙነት አካሎች በ እርስዎ <emph>$[officename] ሂሳብ</emph> መቀመሪያ ውስጥ: የ ተግባር ግንኙነት የሚታየው ከ ታች በኩል ነው በ አካላቶች መስኮት ውስጥ </ahelp> ዝርዝር በ <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">አገባብ ዝርዝር ውስጥ</link> በ <emph>ትእዛዞች</emph> መስኮት ውስጥ: ሁሉም ግንኙነቶች በ አካሎች መስኮት ውስጥ ያልተያዙ ወይንም የ አገባብ ዝርዝር ትእዛዞች መስኮት ውስጥ በ እጅ መጻፍ ይችላሉ"
+msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">You can choose among various relations to structure your <emph>$[officename] Math</emph> formula. The relation functions are displayed in the lower part of the Elements pane.</ahelp> The list is also in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All relations that are not contained in the Elements pane or in the context menu can be typed manually in the Commands window."
+msgstr "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">እርስዎ መምረጥ ይችላሉ ከ ተለያዩ ግንኙነቶች ውስጥ ለ መገንባት የ እርስዎን <emph>$[officename] ሂሳብ</emph> መቀመሪያ: የ ግንኙነት ተግባሮች የሚታዩት በ ታችኛው ክፍል የ አካላቶች ክፍል ውስጥ ነው:</ahelp> ዝርዝሩ ይታያል በ <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">አገባብ ዝርዝር</link> ውስጥ በ <emph>ትእዛዞች</emph> መስኮት ውስጥ: ሁሉም ግንኙነቶች በ አካላቶች ክፍል ውስጥ የሌሉ ወይንም በ አገባብ ዝርዝር ውስጥ በ እጅ መጻፍ ይቻላል በ ትእዛዞች መስኮት ውስጥ:"
#: 03090200.xhp
msgctxt ""
@@ -1017,8 +1015,8 @@ msgctxt ""
"par_id3147258\n"
"3\n"
"help.text"
-msgid "The following is a complete list of the relations. The symbol next to the name of the relation indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "የሚቀጥለው ሙሉ የ ግንኙነቶች ዝርዝር ነው: ከ ስሙ አጠገብ ያለው ምልክቱ ለ ግንኙነቱ የሚያሳየው መድረስ እንደሚቻል ነው በ አካላቶች መስኮት ውስጥ (ይምረጡ <emph>መመልከቻ - አካላቶች</emph>) ወይንም በ አገባብ ዝርዝር ውስጥ በ <emph>ትእዛዞች</emph> መስኮት ውስጥ"
+msgid "The following is a complete list of the relations. The symbol next to the name of the relation indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr "የሚቀጥለው ሙሉ የ ግንኙነቶች ዝርዝር ነው: ከ ምልክት አጠገብ ያለው ስም የሚያሳየው ግንኙነት በ አካላቶች ክፍል ውስጥ መድረስ እንደሚቻል ነው (ይምረጡ <emph>መመልከቻ - አካላቶች</emph>) ወይንም በ አገባብ ዝርዝር ውስጥ ከ <emph>ትእዛዞች</emph> መስኮት ውስጥ"
#: 03090200.xhp
msgctxt ""
@@ -1035,7 +1033,7 @@ msgctxt ""
"par_idN10086\n"
"help.text"
msgid "<image id=\"img_id3153573\" src=\"res/helpimg/starmath/bi21301.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3153573\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153573\" src=\"res/helpimg/starmath/bi21301.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3153573\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1061,7 +1059,7 @@ msgctxt ""
"par_idN100BF\n"
"help.text"
msgid "<image id=\"img_id3147523\" src=\"res/helpimg/starmath/bi21302.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3147523\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147523\" src=\"res/helpimg/starmath/bi21302.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3147523\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1087,7 +1085,7 @@ msgctxt ""
"par_idN10101\n"
"help.text"
msgid "<image id=\"img_id3154196\" src=\"res/helpimg/starmath/bi21303.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3154196\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154196\" src=\"res/helpimg/starmath/bi21303.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3154196\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1113,7 +1111,7 @@ msgctxt ""
"par_idN10140\n"
"help.text"
msgid "<image id=\"img_id3154835\" src=\"res/helpimg/starmath/bi21304.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3154835\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154835\" src=\"res/helpimg/starmath/bi21304.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3154835\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1139,7 +1137,7 @@ msgctxt ""
"par_idN10182\n"
"help.text"
msgid "<image id=\"img_id3147321\" src=\"res/helpimg/starmath/bi21322.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3147321\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147321\" src=\"res/helpimg/starmath/bi21322.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3147321\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1165,7 +1163,7 @@ msgctxt ""
"par_idN101BF\n"
"help.text"
msgid "<image id=\"img_id3151030\" src=\"res/helpimg/starmath/bi21323.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3151030\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151030\" src=\"res/helpimg/starmath/bi21323.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3151030\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1191,7 +1189,7 @@ msgctxt ""
"par_idN101FC\n"
"help.text"
msgid "<image id=\"img_id3155133\" src=\"res/helpimg/starmath/bi21305.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3155133\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155133\" src=\"res/helpimg/starmath/bi21305.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3155133\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1217,7 +1215,7 @@ msgctxt ""
"par_idN1023B\n"
"help.text"
msgid "<image id=\"img_id3147468\" src=\"res/helpimg/starmath/bi21306.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3147468\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147468\" src=\"res/helpimg/starmath/bi21306.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3147468\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1243,7 +1241,7 @@ msgctxt ""
"par_idN10279\n"
"help.text"
msgid "<image id=\"img_id3155982\" src=\"res/helpimg/starmath/bi21307.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3155982\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155982\" src=\"res/helpimg/starmath/bi21307.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3155982\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1269,7 +1267,7 @@ msgctxt ""
"par_idN102B5\n"
"help.text"
msgid "<image id=\"img_id3155773\" src=\"res/helpimg/starmath/bi21308.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3155773\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155773\" src=\"res/helpimg/starmath/bi21308.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3155773\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1295,7 +1293,7 @@ msgctxt ""
"par_idN102F3\n"
"help.text"
msgid "<image id=\"img_id3148442\" src=\"res/helpimg/starmath/bi21309.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148442\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148442\" src=\"res/helpimg/starmath/bi21309.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148442\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1321,7 +1319,7 @@ msgctxt ""
"par_idN10331\n"
"help.text"
msgid "<image id=\"img_id3153299\" src=\"res/helpimg/starmath/bi21310.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3153299\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153299\" src=\"res/helpimg/starmath/bi21310.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3153299\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1347,7 +1345,7 @@ msgctxt ""
"par_idN1036F\n"
"help.text"
msgid "<image id=\"img_id3153976\" src=\"res/helpimg/starmath/bi21311.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3153976\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153976\" src=\"res/helpimg/starmath/bi21311.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3153976\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1373,7 +1371,7 @@ msgctxt ""
"par_idN103AD\n"
"help.text"
msgid "<image id=\"img_id3151195\" src=\"res/helpimg/starmath/bi21312.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3151195\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151195\" src=\"res/helpimg/starmath/bi21312.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3151195\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1399,7 +1397,7 @@ msgctxt ""
"par_idN103EB\n"
"help.text"
msgid "<image id=\"img_id3150103\" src=\"res/helpimg/starmath/bi21313.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3150103\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150103\" src=\"res/helpimg/starmath/bi21313.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3150103\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1425,7 +1423,7 @@ msgctxt ""
"par_idN1042C\n"
"help.text"
msgid "<image id=\"img_id3151228\" src=\"res/helpimg/starmath/bi21314.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3151228\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151228\" src=\"res/helpimg/starmath/bi21314.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3151228\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1451,7 +1449,7 @@ msgctxt ""
"par_idN1046D\n"
"help.text"
msgid "<image id=\"img_id3151003\" src=\"res/helpimg/starmath/bi21315.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3151003\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151003\" src=\"res/helpimg/starmath/bi21315.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3151003\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1477,7 +1475,7 @@ msgctxt ""
"par_idN104AB\n"
"help.text"
msgid "<image id=\"img_id3149631\" src=\"res/helpimg/starmath/bi21316.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3149631\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149631\" src=\"res/helpimg/starmath/bi21316.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3149631\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1503,7 +1501,7 @@ msgctxt ""
"par_idN104E7\n"
"help.text"
msgid "<image id=\"img_id3149969\" src=\"res/helpimg/starmath/bi21324.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3149969\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149969\" src=\"res/helpimg/starmath/bi21324.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3149969\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1529,7 +1527,7 @@ msgctxt ""
"par_idN10525\n"
"help.text"
msgid "<image id=\"img_id3149516\" src=\"res/helpimg/starmath/bi21325.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3149516\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149516\" src=\"res/helpimg/starmath/bi21325.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3149516\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1555,7 +1553,7 @@ msgctxt ""
"par_idN10563\n"
"help.text"
msgid "<image id=\"img_id3148697\" src=\"res/helpimg/starmath/bi21326.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148697\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148697\" src=\"res/helpimg/starmath/bi21326.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148697\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1581,7 +1579,7 @@ msgctxt ""
"par_idN10564\n"
"help.text"
msgid "<image id=\"img_id3148698\" src=\"res/helpimg/starmath/bi21327.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148698\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148698\" src=\"res/helpimg/starmath/bi21327.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148698\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1607,7 +1605,7 @@ msgctxt ""
"par_idN10565\n"
"help.text"
msgid "<image id=\"img_id3148699\" src=\"res/helpimg/starmath/bi21329.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148699\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148699\" src=\"res/helpimg/starmath/bi21329.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148699\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1633,7 +1631,7 @@ msgctxt ""
"par_idN10566\n"
"help.text"
msgid "<image id=\"img_id3148700\" src=\"res/helpimg/starmath/bi21328.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148700\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148700\" src=\"res/helpimg/starmath/bi21328.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148700\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1659,7 +1657,7 @@ msgctxt ""
"par_idN10567\n"
"help.text"
msgid "<image id=\"img_id3148701\" src=\"res/helpimg/starmath/bi21330.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148701\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148701\" src=\"res/helpimg/starmath/bi21330.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148701\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1685,7 +1683,7 @@ msgctxt ""
"par_idN10568\n"
"help.text"
msgid "<image id=\"img_id3148702\" src=\"res/helpimg/starmath/bi21331.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148702\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148702\" src=\"res/helpimg/starmath/bi21331.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148702\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1711,7 +1709,7 @@ msgctxt ""
"par_idN10569\n"
"help.text"
msgid "<image id=\"img_id3148703\" src=\"res/helpimg/starmath/bi21332.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148703\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148703\" src=\"res/helpimg/starmath/bi21332.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148703\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1737,7 +1735,7 @@ msgctxt ""
"par_idN10570\n"
"help.text"
msgid "<image id=\"img_id3148704\" src=\"res/helpimg/starmath/bi21333.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148704\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148704\" src=\"res/helpimg/starmath/bi21333.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148704\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1763,7 +1761,7 @@ msgctxt ""
"par_idN10571\n"
"help.text"
msgid "<image id=\"img_id3148705\" src=\"res/helpimg/starmath/bi21334.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148705\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148705\" src=\"res/helpimg/starmath/bi21334.png\" width=\"0.847cm\" height=\"0.847cm\"><alt id=\"alt_id3148705\">ምልክት</alt></image>"
#: 03090200.xhp
msgctxt ""
@@ -1851,7 +1849,7 @@ msgctxt ""
"bm_id3153150\n"
"help.text"
msgid "<bookmark_value>operators; general</bookmark_value><bookmark_value>upper limits</bookmark_value><bookmark_value>limits; in %PRODUCTNAME Math</bookmark_value><bookmark_value>product</bookmark_value><bookmark_value>coproduct</bookmark_value><bookmark_value>lower limits</bookmark_value><bookmark_value>curve integrals</bookmark_value><bookmark_value>user-defined operators; general</bookmark_value><bookmark_value>integrals; signs</bookmark_value><bookmark_value>summation</bookmark_value>"
-msgstr "<bookmark_value>አንቀሳቃሽ; ባጠቃላይ</bookmark_value><bookmark_value>የ ላይኛው መጠን</bookmark_value><bookmark_value>መጠን; በ %PRODUCTNAME ሂሳብ</bookmark_value><bookmark_value>ውጤት</bookmark_value><bookmark_value>coproduct</bookmark_value><bookmark_value>የ ታችኛው መጠን</bookmark_value><bookmark_value>curve integrals</bookmark_value><bookmark_value>በ ተጠቃሚ-የሚገለጽ አንቀሳቃሽ; ባጠቃላይ</bookmark_value><bookmark_value>integrals; ምልክቶች</bookmark_value><bookmark_value>ድምር</bookmark_value>"
+msgstr "<bookmark_value>አንቀሳቃሽ: ባጠቃላይ</bookmark_value><bookmark_value>የ ላይኛው መጠን</bookmark_value><bookmark_value>መጠን: በ %PRODUCTNAME ሂሳብ</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>"
#: 03090300.xhp
msgctxt ""
@@ -1866,19 +1864,17 @@ msgstr "<link href=\"text/smath/01/03090300.xhp\" name=\"Operators\">አንቀ
msgctxt ""
"03090300.xhp\n"
"par_id3149755\n"
-"35\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\">You can choose among various operators to structure your <emph>$[officename] Math</emph> formula. All available operators appear in the lower part of the Elements window.</ahelp> They are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All operators not contained in the Elements window or in the context menu must be typed manually in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\">እርስዎ መምረጥ ይችላሉ ከ ተለያዩ አንቀሳቃሽ አካሎች የ እርስዎን <emph>$[officename] ሂሳብ</emph> መቀመሪያ: ሁሉም ዝግጁ አንቀሳቃሾች በ ታችኛው ክፍል የ አካሉ መስኮት ውስጥ ይታያሉ:</ahelp> እንዲሁም ዝርዝሩ ይታያል በ <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">አገባብ ዝርዝር</link> በ <emph>ትእዛዝ</emph> መስኮት ውስጥ: ሁሉም አንቀሳቃሾች በ አካሉ መስኮት ውስጥ አልተካተቱም ወይንም በ አገባብ ዝርዝር ውስጥ በ አጅ መጻፍ አለበት በ <emph>ትእዛዝ</emph> መስኮት ውስጥ"
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\">You can choose among various operators to structure your <emph>$[officename] Math</emph> formula. All available operators appear in the lower part of the Elements pane.</ahelp> They are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All operators not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window."
+msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\"> እርስዎ መምረጥ ይችላሉ ከ ተለያዩ አንቀሳቃሾች ውስጥ ለ መገንባት የ እርስዎን <emph>$[officename] ሂሳብ</emph> መቀመሪያ: ሁሉም ዝግጁ አንቀሳቃሾች ይታያሉ በ ታችኛው ክፍል የ አካላቶች ክፍል ውስጥ</ahelp> ዝርዝሩ ይታያል በ <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">አገባብ ዝርዝር</link> ውስጥ በ <emph>ትእዛዞች</emph> መስኮት ውስጥ: ሁሉም አንቀሳቃሾች በ አካላቶች ክፍል ውስጥ የሌሉ ወይንም በ አገባብ ዝርዝር ውስጥ በ እጅ መጻፍ ይቻላል በ <emph>ትእዛዞች</emph> መስኮት ውስጥ:"
#: 03090300.xhp
msgctxt ""
"03090300.xhp\n"
"par_id3153576\n"
-"36\n"
"help.text"
-msgid "The following is a list of the available operators. An icon next to the operator name indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "የሚቀጥለው ዝግጁ የ አንቀሳቃሽ ሙሉ ዝርዝር ነው: ከ አንቀሳቃሹ ምልክት አጠገብ ያለው ስም የሚያሳየው መድረስ እንደሚቻል ነው በ አካላቶች መስኮት በኩል: (ይምረጡ <emph>መመልከቻ - አካሎች</emph>) ወይንም በ አገባብ ዝርዝር ከ <emph>ትእዛዝ</emph>መስኮት ውስጥ"
+msgid "The following is a list of the available operators. An icon next to the operator name indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr "የሚቀጥሉት ሙሉ ዝርዝር ናቸው ለ ሁሉም ዝግጁ አንቀሳቃሾች: ይህ ምልክት አጠገብ ያለው አንቀሳቃሽ ስም የሚያመለክተው የ አካላቶች ክፍል ውስጥ መድረስ እንደሚቻል ነው (ይምረጡ <emph>መመልከቻ - አካላቶች</emph>) ወይንም በ አገባብ ዝርዝር ውስጥ በ <emph>ትእዛዞች</emph> መስኮት ውስጥ"
#: 03090300.xhp
msgctxt ""
@@ -1895,7 +1891,7 @@ msgctxt ""
"par_idN10088\n"
"help.text"
msgid "<image id=\"img_id3152944\" src=\"res/helpimg/starmath/fo21601.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152944\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3152944\" src=\"res/helpimg/starmath/fo21601.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152944\">ምልክት</alt></image>"
#: 03090300.xhp
msgctxt ""
@@ -1921,7 +1917,7 @@ msgctxt ""
"par_idN100C4\n"
"help.text"
msgid "<image id=\"img_id3150970\" src=\"res/helpimg/starmath/fo21602.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150970\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150970\" src=\"res/helpimg/starmath/fo21602.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150970\">ምልክት</alt></image>"
#: 03090300.xhp
msgctxt ""
@@ -1947,7 +1943,7 @@ msgctxt ""
"par_idN10102\n"
"help.text"
msgid "<image id=\"img_id3146932\" src=\"res/helpimg/starmath/fo21603.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3146932\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146932\" src=\"res/helpimg/starmath/fo21603.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3146932\">ምልክት</alt></image>"
#: 03090300.xhp
msgctxt ""
@@ -1973,7 +1969,7 @@ msgctxt ""
"par_idN1013E\n"
"help.text"
msgid "<image id=\"img_id3149814\" src=\"res/helpimg/starmath/fo21604.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149814\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149814\" src=\"res/helpimg/starmath/fo21604.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149814\">ምልክት</alt></image>"
#: 03090300.xhp
msgctxt ""
@@ -1982,7 +1978,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "Coproduct"
-msgstr ""
+msgstr "ኮኦፕሮዳክት"
#: 03090300.xhp
msgctxt ""
@@ -1991,7 +1987,7 @@ msgctxt ""
"10\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_COPRODX\">Inserts a <emph>coproduct symbol</emph> with one placeholder.</ahelp> You can also enter <emph>coprod <?></emph> directly in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"HID_SMA_COPRODX\">ማስገቢያ የ <emph>coproduct symbol</emph> ከ አንድ ቦታ ያዢ ጋር</ahelp> እንዲሁም ማስገባት ይችላሉ <emph>coprod <?></emph> በ ቀጥታ በ <emph>ትእዛዝ</emph> መስኮት ውስጥ"
+msgstr "<ahelp hid=\"HID_SMA_COPRODX\">ማስገቢያ የ <emph>ኮኦፕሮዳክት ምልክት</emph> ከ አንድ ቦታ ያዢ ጋር</ahelp> እንዲሁም ማስገባት ይችላሉ <emph>ኮኦፕሮዳክት <?></emph> በ ቀጥታ በ <emph>ትእዛዝ</emph> መስኮት ውስጥ"
#: 03090300.xhp
msgctxt ""
@@ -1999,7 +1995,7 @@ msgctxt ""
"par_idN1017A\n"
"help.text"
msgid "<image id=\"img_id3152766\" src=\"res/helpimg/starmath/fo21613.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152766\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3152766\" src=\"res/helpimg/starmath/fo21613.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152766\">ምልክት</alt></image>"
#: 03090300.xhp
msgctxt ""
@@ -2025,7 +2021,7 @@ msgctxt ""
"par_idN101B8\n"
"help.text"
msgid "<image id=\"img_id3151023\" src=\"res/helpimg/starmath/fo21605.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3151023\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151023\" src=\"res/helpimg/starmath/fo21605.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3151023\">ምልክት</alt></image>"
#: 03090300.xhp
msgctxt ""
@@ -2051,7 +2047,7 @@ msgctxt ""
"par_idN101F4\n"
"help.text"
msgid "<image id=\"img_id3145772\" src=\"res/helpimg/starmath/fo21606.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3145772\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145772\" src=\"res/helpimg/starmath/fo21606.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3145772\">ምልክት</alt></image>"
#: 03090300.xhp
msgctxt ""
@@ -2077,7 +2073,7 @@ msgctxt ""
"par_idN10230\n"
"help.text"
msgid "<image id=\"img_id3147409\" src=\"res/helpimg/starmath/fo21607.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3147409\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147409\" src=\"res/helpimg/starmath/fo21607.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3147409\">ምልክት</alt></image>"
#: 03090300.xhp
msgctxt ""
@@ -2103,7 +2099,7 @@ msgctxt ""
"par_idN1026C\n"
"help.text"
msgid "<image id=\"img_id3149562\" src=\"res/helpimg/starmath/fo21614.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149562\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149562\" src=\"res/helpimg/starmath/fo21614.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149562\">ምልክት</alt></image>"
#: 03090300.xhp
msgctxt ""
@@ -2129,7 +2125,7 @@ msgctxt ""
"par_idN102AA\n"
"help.text"
msgid "<image id=\"img_id3147109\" src=\"res/helpimg/starmath/fo21609.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3147109\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147109\" src=\"res/helpimg/starmath/fo21609.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3147109\">ምልክት</alt></image>"
#: 03090300.xhp
msgctxt ""
@@ -2155,7 +2151,7 @@ msgctxt ""
"par_idN102E6\n"
"help.text"
msgid "<image id=\"img_id3147055\" src=\"res/helpimg/starmath/fo21610.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3147055\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147055\" src=\"res/helpimg/starmath/fo21610.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3147055\">ምልክት</alt></image>"
#: 03090300.xhp
msgctxt ""
@@ -2181,7 +2177,7 @@ msgctxt ""
"par_idN10322\n"
"help.text"
msgid "<image id=\"img_id3154578\" src=\"res/helpimg/starmath/fo21611.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3154578\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154578\" src=\"res/helpimg/starmath/fo21611.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3154578\">ምልክት</alt></image>"
#: 03090300.xhp
msgctxt ""
@@ -2207,7 +2203,7 @@ msgctxt ""
"par_idN1035E\n"
"help.text"
msgid "<image id=\"img_id3149332\" src=\"res/helpimg/starmath/fo21615.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149332\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149332\" src=\"res/helpimg/starmath/fo21615.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149332\">ምልክት</alt></image>"
#: 03090300.xhp
msgctxt ""
@@ -2310,10 +2306,9 @@ msgstr "<link href=\"text/smath/01/03090400.xhp\" name=\"Functions\">ተግባ
msgctxt ""
"03090400.xhp\n"
"par_id3155374\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">Choose a function in the lower part of the window.</ahelp> These functions are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements window need to be typed manually in the Commands window."
-msgstr "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">ይምረጡ ተግባር በ መስኮቱ ታችኛው ክፍል ውስጥ</ahelp> እነዚህ ተግባሮች ተዘርዝረዋል በ <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">አገባብ ዝርዝር </link> በ <emph>ትእዛዝ</emph> መስኮት ውስጥ: ማንኛውም ተግባር በ አካላቶች መስኮት ውስጥ የሌለ በ እጅ ተጽፎ ወደ ትእዛዝ መስኮት ውስጥ መግባት አለበት"
+msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">Choose a function in the lower part of the window.</ahelp> These functions are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements pane need to be typed manually in the Commands window."
+msgstr "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">ይምረጡ ተግባር ከ ታችኛው መስኮት ክፍል ውስጥ </ahelp> የ እነዚህ አካላቶች ክፍል ይታያል በ <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">አገባብ ዝርዝር</link> ውስጥ በ <emph>ትእዛዞች</emph> መስኮት ውስጥ: ማንኛውም ሌሎች በ አካላቶች ክፍል ውስጥ የሌሉ ወይንም በ አገባብ ዝርዝር ውስጥ በ እጅ መጻፍ ይቻላል በ ትእዛዞች መስኮት ውስጥ:"
#: 03090400.xhp
msgctxt ""
@@ -2321,8 +2316,8 @@ msgctxt ""
"par_id3150760\n"
"3\n"
"help.text"
-msgid "The following is a list of all functions that appear in the <emph>Elements</emph> window. The icon next to the function indicates that it can be accessed through the Elements window (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
-msgstr "የሚቀጥለው ዝግጁ የ ተግባር ሙሉ ዝርዝር ነው የሚታየው በ <emph>አካላቶች</emph> መስኮት ውስጥ: ከ ተግባር ምልክት አጠገብ ያለው ስም የሚያሳየው መድረስ እንደሚቻል ነው በ አካላቶች መስኮት በኩል: (ዝርዝር መመልከቻ - አካሎች) ወይንም በ አገባብ ዝርዝር ከ <emph>ትእዛዝ</emph>መስኮት ውስጥ"
+msgid "The following is a list of all functions that appear in the <emph>Elements</emph> pane. The icon next to the function indicates that it can be accessed through the Elements pane (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
+msgstr "የሚቀጥሉት ሙሉ ዝርዝር ናቸው ለ ሁሉም ዝግጁ ተግባሮች የሚታዩ በ <emph>አካላቶች</emph> ክፍል ውስጥ: ይህ ምልክት አጠገብ ያለው የ ተግባሮች ማሳያ የሚያመለክተው በ አካላቶች ክፍል ውስጥ መድረስ እንደሚቻል ነው (ዝርዝር መመልከቻ - አካላቶች) ወይንም በ አገባብ ዝርዝር ውስጥ በ <emph>ትእዛዞች</emph> መስኮት ውስጥ"
#: 03090400.xhp
msgctxt ""
@@ -2339,7 +2334,7 @@ msgctxt ""
"par_idN10081\n"
"help.text"
msgid "<image id=\"img_id3153154\" src=\"res/helpimg/starmath/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153154\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153154\" src=\"res/helpimg/starmath/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153154\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2365,7 +2360,7 @@ msgctxt ""
"par_idN100BC\n"
"help.text"
msgid "<image id=\"img_id3147507\" src=\"res/helpimg/starmath/fu21506.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147507\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147507\" src=\"res/helpimg/starmath/fu21506.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147507\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2391,7 +2386,7 @@ msgctxt ""
"par_idN100F7\n"
"help.text"
msgid "<image id=\"img_id3154574\" src=\"res/helpimg/starmath/fu21507.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154574\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154574\" src=\"res/helpimg/starmath/fu21507.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154574\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2417,7 +2412,7 @@ msgctxt ""
"par_idN10132\n"
"help.text"
msgid "<image id=\"img_id3149687\" src=\"res/helpimg/starmath/fu21508.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149687\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149687\" src=\"res/helpimg/starmath/fu21508.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149687\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2443,7 +2438,7 @@ msgctxt ""
"par_id3149483\n"
"help.text"
msgid "<image id=\"img_id3149490\" src=\"res/helpimg/starmath/fu21908.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149490\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149490\" src=\"res/helpimg/starmath/fu21908.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149490\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2469,7 +2464,7 @@ msgctxt ""
"par_idN101B1\n"
"help.text"
msgid "<image id=\"img_id3149043\" src=\"res/helpimg/starmath/fu21509.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149043\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149043\" src=\"res/helpimg/starmath/fu21509.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149043\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2495,7 +2490,7 @@ msgctxt ""
"par_idN101EA\n"
"help.text"
msgid "<image id=\"img_id3147139\" src=\"res/helpimg/starmath/fu21510.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147139\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147139\" src=\"res/helpimg/starmath/fu21510.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147139\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2521,7 +2516,7 @@ msgctxt ""
"par_idN10223\n"
"help.text"
msgid "<image id=\"img_id3148759\" src=\"res/helpimg/starmath/fu21511.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148759\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148759\" src=\"res/helpimg/starmath/fu21511.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148759\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2547,7 +2542,7 @@ msgctxt ""
"par_idN1025C\n"
"help.text"
msgid "<image id=\"img_id3149536\" src=\"res/helpimg/starmath/fu21512.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149536\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149536\" src=\"res/helpimg/starmath/fu21512.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149536\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2573,7 +2568,7 @@ msgctxt ""
"par_idN10295\n"
"help.text"
msgid "<image id=\"img_id3147499\" src=\"res/helpimg/starmath/fu21513.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147499\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147499\" src=\"res/helpimg/starmath/fu21513.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147499\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2599,7 +2594,7 @@ msgctxt ""
"par_idN102CE\n"
"help.text"
msgid "<image id=\"img_id3168610\" src=\"res/helpimg/starmath/fu21503.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168610\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3168610\" src=\"res/helpimg/starmath/fu21503.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168610\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2625,7 +2620,7 @@ msgctxt ""
"par_idN10309\n"
"help.text"
msgid "<image id=\"img_id3147608\" src=\"res/helpimg/starmath/fu21514.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147608\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147608\" src=\"res/helpimg/starmath/fu21514.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147608\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2651,7 +2646,7 @@ msgctxt ""
"par_idN10342\n"
"help.text"
msgid "<image id=\"img_id3151087\" src=\"res/helpimg/starmath/fu21515.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151087\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151087\" src=\"res/helpimg/starmath/fu21515.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151087\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2677,7 +2672,7 @@ msgctxt ""
"par_idN1037C\n"
"help.text"
msgid "<image id=\"img_id3151112\" src=\"res/helpimg/starmath/fu21516.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151112\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151112\" src=\"res/helpimg/starmath/fu21516.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151112\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2703,7 +2698,7 @@ msgctxt ""
"par_idN103B5\n"
"help.text"
msgid "<image id=\"img_id3154714\" src=\"res/helpimg/starmath/fu21504.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154714\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154714\" src=\"res/helpimg/starmath/fu21504.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154714\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2712,7 +2707,7 @@ msgctxt ""
"19\n"
"help.text"
msgid "nth Root"
-msgstr "nth Root"
+msgstr "nኛ ሩት"
#: 03090400.xhp
msgctxt ""
@@ -2721,7 +2716,7 @@ msgctxt ""
"42\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_NROOTXY\">Inserts an nth root function with two placeholders.</ahelp> You can also type <emph>nroot n x</emph> in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"HID_SMA_NROOTXY\">ማሳያ የ an nth root function ከ ሁለት ቦታ ያዢዎች ጋር</ahelp> እንዲሁም መጻፍ ይችላሉ <emph>nroot n x</emph> በ <emph>ትእዛዝ</emph> መስኮት ውስጥ"
+msgstr "<ahelp hid=\"HID_SMA_NROOTXY\">ማሳያ የ nኛ ሩት ተግባር ከ ሁለት ቦታ ያዢዎች ጋር</ahelp> እንዲሁም መጻፍ ይችላሉ <emph>nroot n x</emph> በ <emph>ትእዛዝ</emph> መስኮት ውስጥ"
#: 03090400.xhp
msgctxt ""
@@ -2729,7 +2724,7 @@ msgctxt ""
"par_idN103EE\n"
"help.text"
msgid "<image id=\"img_id3145633\" src=\"res/helpimg/starmath/fu21517.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145633\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145633\" src=\"res/helpimg/starmath/fu21517.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145633\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2755,7 +2750,7 @@ msgctxt ""
"par_idN10427\n"
"help.text"
msgid "<image id=\"img_id3146951\" src=\"res/helpimg/starmath/fu21518.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146951\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146951\" src=\"res/helpimg/starmath/fu21518.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146951\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2781,7 +2776,7 @@ msgctxt ""
"par_idN10460\n"
"help.text"
msgid "<image id=\"img_id3149369\" src=\"res/helpimg/starmath/fu21519.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149369\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149369\" src=\"res/helpimg/starmath/fu21519.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149369\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2807,7 +2802,7 @@ msgctxt ""
"par_idN10493\n"
"help.text"
msgid "<image id=\"img_id3153141\" src=\"res/helpimg/starmath/fu21520.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153141\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153141\" src=\"res/helpimg/starmath/fu21520.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153141\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2833,7 +2828,7 @@ msgctxt ""
"par_idN104CC\n"
"help.text"
msgid "<image id=\"img_id3154624\" src=\"res/helpimg/starmath/fu21501.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154624\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154624\" src=\"res/helpimg/starmath/fu21501.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154624\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2859,7 +2854,7 @@ msgctxt ""
"par_idN10507\n"
"help.text"
msgid "<image id=\"img_id3154023\" src=\"res/helpimg/starmath/fu21521.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154023\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154023\" src=\"res/helpimg/starmath/fu21521.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154023\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2885,7 +2880,7 @@ msgctxt ""
"par_idN1053A\n"
"help.text"
msgid "<image id=\"img_id3149602\" src=\"res/helpimg/starmath/fu21522.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149602\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149602\" src=\"res/helpimg/starmath/fu21522.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149602\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2911,7 +2906,7 @@ msgctxt ""
"par_idN10573\n"
"help.text"
msgid "<image id=\"img_id3155342\" src=\"res/helpimg/starmath/fu21523.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155342\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155342\" src=\"res/helpimg/starmath/fu21523.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155342\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2937,7 +2932,7 @@ msgctxt ""
"par_idN105AC\n"
"help.text"
msgid "<image id=\"img_id3150842\" src=\"res/helpimg/starmath/fu21524.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150842\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150842\" src=\"res/helpimg/starmath/fu21524.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150842\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -2963,7 +2958,7 @@ msgctxt ""
"par_idN105E5\n"
"help.text"
msgid "<image id=\"img_id3145301\" src=\"res/helpimg/starmath/fu21502.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145301\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145301\" src=\"res/helpimg/starmath/fu21502.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145301\">ምልክት</alt></image>"
#: 03090400.xhp
msgctxt ""
@@ -3030,19 +3025,17 @@ msgstr "<link href=\"text/smath/01/03090500.xhp\" name=\"Brackets\">ቅንፎች
msgctxt ""
"03090500.xhp\n"
"par_id3147258\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">You can choose among various bracket types to structure a <emph>$[officename] Math</emph> formula. Bracket types are displayed in the lower part of the Elements window.</ahelp> These brackets are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All brackets that are not contained in the Elements window or in the context menu can be typed manually in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">እርስዎ መምረጥ ይችላሉ ከ ተለያዩ የ ቅንፍ አይነቶች አካል በ <emph>$[officename] ሂሳብ</emph> መቀመሪያ: የ ቅንፍ አይነቶች በ ታችኛው ክፍል አካላቶች መስኮት ውስጥ ይታያል </ahelp> እነዚህ ቅንፎች ተዘርዝረዋል በ <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">አገባብ ዝርዝር</link> በ <emph>ትእዛዝ</emph> መስኮት ውስጥ: ሁሉም ቅንፎች በ አካላቶች መስኮት ውስጥ አልተካተቱም ወይንም በ አገባብ ዝርዝር በ እጅ መጻፍ ይቻላል በ <emph>ትእዛዝ</emph> መስኮት ውስጥ"
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">You can choose among various bracket types to structure a <emph>$[officename] Math</emph> formula. Bracket types are displayed in the lower part of the Elements pane.</ahelp> These brackets are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All brackets that are not contained in the Elements pane or in the context menu can be typed manually in the <emph>Commands</emph> window."
+msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">እርስዎ መምረጥ ይችላሉ ከ ተለያዩ የ ቅንፍ አይነቶች ለ መገንባት የ <emph>$[officename] ሂሳብ</emph> መቀመሪያ: የ ቅንፍ አይነቶች ይታያሉ በ ታችኛው የ አካላቶች ክፍል ውስጥ </ahelp> እነዚህ ቅንፎች ተዘርዘረዋል በ <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">አገባብ ዝርዝር</link> ውስጥ በ <emph>ትእዛዞች</emph> መስኮት ውስጥ: ሁሉም ቅንፎች በ አካላቶች ክፍል ውስጥ የሌሉ ወይንም በ አገባብ ዝርዝር ውስጥ በ እጅ መጻፍ ይቻላል በ <emph>ትእዛዞች</emph> መስኮት ውስጥ:"
#: 03090500.xhp
msgctxt ""
"03090500.xhp\n"
"par_id3154264\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of all available bracket types. The icon next to the bracket type indicates that it can be accessed through the Elements window (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
-msgstr "የሚቀጥለው ዝግጁ ሙሉ ዝርዝር የ ቅንፍ አይነቶች ናቸው: ከ ቅንፍ አጠገብ ያለው ምልክት የሚያሳየው በ አካላት መስኮት በኩል መድረስ እንደሚችሉ ነው (ዝርዝር መመልከቻ - አካሎች) ወይንም በ አገባብ ዝርዝር ከ <emph>ትእዛዝ</emph>መስኮት ውስጥ"
+msgid "The following is a complete list of all available bracket types. The icon next to the bracket type indicates that it can be accessed through the Elements pane (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
+msgstr "የሚቀጥሉት ሙሉ ዝርዝር ናቸው ለ ሁሉም ዝግጁ የሚታዩ የ ቅንፍ አይነቶች: ይህ ምልክት አጠገብ ያለው የ ቅንፍ አይነት ማሳያ የሚያመለክተው በ አካላቶች ክፍል ውስጥ መድረስ እንደሚቻል ነው (ዝርዝር መመልከቻ - አካላቶች) ወይንም በ አገባብ ዝርዝር ውስጥ በ <emph>ትእዛዞች</emph> መስኮት ውስጥ"
#: 03090500.xhp
msgctxt ""
@@ -3059,7 +3052,7 @@ msgctxt ""
"par_idN10084\n"
"help.text"
msgid "<image id=\"img_id3149801\" src=\"res/helpimg/starmath/al21801.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149801\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149801\" src=\"res/helpimg/starmath/al21801.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149801\">ምልክት</alt></image>"
#: 03090500.xhp
msgctxt ""
@@ -3085,7 +3078,7 @@ msgctxt ""
"par_idN100BF\n"
"help.text"
msgid "<image id=\"img_id3158440\" src=\"res/helpimg/starmath/al21802.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3158440\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3158440\" src=\"res/helpimg/starmath/al21802.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3158440\">ምልክት</alt></image>"
#: 03090500.xhp
msgctxt ""
@@ -3111,7 +3104,7 @@ msgctxt ""
"par_idN100F8\n"
"help.text"
msgid "<image id=\"img_id3146923\" src=\"res/helpimg/starmath/al21823.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3146923\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146923\" src=\"res/helpimg/starmath/al21823.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3146923\">ምልክት</alt></image>"
#: 03090500.xhp
msgctxt ""
@@ -3137,7 +3130,7 @@ msgctxt ""
"par_idN10131\n"
"help.text"
msgid "<image id=\"img_id3149815\" src=\"res/helpimg/starmath/al21804.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149815\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149815\" src=\"res/helpimg/starmath/al21804.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149815\">ምልክት</alt></image>"
#: 03090500.xhp
msgctxt ""
@@ -3163,7 +3156,7 @@ msgctxt ""
"par_idN1016C\n"
"help.text"
msgid "<image id=\"img_id3148736\" src=\"res/helpimg/starmath/al21805.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3148736\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148736\" src=\"res/helpimg/starmath/al21805.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3148736\">ምልክት</alt></image>"
#: 03090500.xhp
msgctxt ""
@@ -3189,7 +3182,7 @@ msgctxt ""
"par_idN101A5\n"
"help.text"
msgid "<image id=\"img_id3153350\" src=\"res/helpimg/starmath/al21806.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3153350\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153350\" src=\"res/helpimg/starmath/al21806.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3153350\">ምልክት</alt></image>"
#: 03090500.xhp
msgctxt ""
@@ -3215,7 +3208,7 @@ msgctxt ""
"par_idN101DE\n"
"help.text"
msgid "<image id=\"img_id3155118\" src=\"res/helpimg/starmath/al21803.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3155118\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155118\" src=\"res/helpimg/starmath/al21803.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3155118\">ምልክት</alt></image>"
#: 03090500.xhp
msgctxt ""
@@ -3241,7 +3234,7 @@ msgctxt ""
"par_idN10217\n"
"help.text"
msgid "<image id=\"img_id3155867\" src=\"res/helpimg/starmath/al21821.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3155867\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155867\" src=\"res/helpimg/starmath/al21821.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3155867\">ምልክት</alt></image>"
#: 03090500.xhp
msgctxt ""
@@ -3267,7 +3260,7 @@ msgctxt ""
"par_idN10253\n"
"help.text"
msgid "<image id=\"img_id3149561\" src=\"res/helpimg/starmath/al21808.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149561\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149561\" src=\"res/helpimg/starmath/al21808.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149561\">ምልክት</alt></image>"
#: 03090500.xhp
msgctxt ""
@@ -3293,7 +3286,7 @@ msgctxt ""
"par_idN1028E\n"
"help.text"
msgid "<image id=\"img_id3147733\" src=\"res/helpimg/starmath/al21809.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147733\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147733\" src=\"res/helpimg/starmath/al21809.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147733\">ምልክት</alt></image>"
#: 03090500.xhp
msgctxt ""
@@ -3319,7 +3312,7 @@ msgctxt ""
"par_idN102CC\n"
"help.text"
msgid "<image id=\"img_id3148852\" src=\"res/helpimg/starmath/al21810.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148852\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148852\" src=\"res/helpimg/starmath/al21810.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148852\">ምልክት</alt></image>"
#: 03090500.xhp
msgctxt ""
@@ -3345,7 +3338,7 @@ msgctxt ""
"par_idN10307\n"
"help.text"
msgid "<image id=\"img_id3153794\" src=\"res/helpimg/starmath/al21824.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3153794\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153794\" src=\"res/helpimg/starmath/al21824.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3153794\">ምልክት</alt></image>"
#: 03090500.xhp
msgctxt ""
@@ -3371,7 +3364,7 @@ msgctxt ""
"par_idN10342\n"
"help.text"
msgid "<image id=\"img_id3153972\" src=\"res/helpimg/starmath/al21812.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153972\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153972\" src=\"res/helpimg/starmath/al21812.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153972\">ምልክት</alt></image>"
#: 03090500.xhp
msgctxt ""
@@ -3397,7 +3390,7 @@ msgctxt ""
"par_idN1037E\n"
"help.text"
msgid "<image id=\"img_id3155598\" src=\"res/helpimg/starmath/al21813.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155598\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155598\" src=\"res/helpimg/starmath/al21813.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155598\">ምልክት</alt></image>"
#: 03090500.xhp
msgctxt ""
@@ -3423,7 +3416,7 @@ msgctxt ""
"par_idN103B7\n"
"help.text"
msgid "<image id=\"img_id3153223\" src=\"res/helpimg/starmath/al21814.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3153223\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153223\" src=\"res/helpimg/starmath/al21814.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3153223\">ምልክት</alt></image>"
#: 03090500.xhp
msgctxt ""
@@ -3449,7 +3442,7 @@ msgctxt ""
"par_idN103F0\n"
"help.text"
msgid "<image id=\"img_id3150026\" src=\"res/helpimg/starmath/al21811.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150026\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150026\" src=\"res/helpimg/starmath/al21811.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150026\">ምልክት</alt></image>"
#: 03090500.xhp
msgctxt ""
@@ -3475,7 +3468,7 @@ msgctxt ""
"par_idN10429\n"
"help.text"
msgid "<image id=\"img_id3154235\" src=\"res/helpimg/starmath/al21822.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3154235\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154235\" src=\"res/helpimg/starmath/al21822.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3154235\">ምልክት</alt></image>"
#: 03090500.xhp
msgctxt ""
@@ -3501,7 +3494,7 @@ msgctxt ""
"par_idN10464\n"
"help.text"
msgid "<image id=\"img_id3154349\" src=\"res/helpimg/starmath/al21825.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3154349\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154349\" src=\"res/helpimg/starmath/al21825.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3154349\">ምልክት</alt></image>"
#: 03090500.xhp
msgctxt ""
@@ -3527,7 +3520,7 @@ msgctxt ""
"par_idN104A0\n"
"help.text"
msgid "<image id=\"img_id3149646\" src=\"res/helpimg/starmath/al21826.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149646\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149646\" src=\"res/helpimg/starmath/al21826.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149646\">ምልክት</alt></image>"
#: 03090500.xhp
msgctxt ""
@@ -3655,7 +3648,7 @@ msgctxt ""
"par_idN113FF\n"
"help.text"
msgid "left none phantom {a over b} + c right )"
-msgstr ""
+msgstr "በ ግራ ምንም phantom {a ከ ላይ b} + c በ ቀኝ )"
#: 03090500.xhp
msgctxt ""
@@ -3697,7 +3690,7 @@ msgctxt ""
"bm_id3154011\n"
"help.text"
msgid "<bookmark_value>attributes; in %PRODUCTNAME Math</bookmark_value> <bookmark_value>formulas; attributes in</bookmark_value> <bookmark_value>accents; in %PRODUCTNAME Math</bookmark_value> <bookmark_value>attributes; accents</bookmark_value> <bookmark_value>vector arrows as attributes</bookmark_value> <bookmark_value>tilde as attribute</bookmark_value> <bookmark_value>circumflex attribute</bookmark_value> <bookmark_value>bold attribute</bookmark_value> <bookmark_value>italic attribute in %PRODUCTNAME Math</bookmark_value> <bookmark_value>resizing;fonts</bookmark_value> <bookmark_value>scaling;fonts</bookmark_value> <bookmark_value>attributes; changing fonts</bookmark_value> <bookmark_value>changing; fonts</bookmark_value> <bookmark_value>attributes; colored characters</bookmark_value> <bookmark_value>colored characters</bookmark_value> <bookmark_value>attributes; changing defaults</bookmark_value> <bookmark_value>circle attribute</bookmark_value> <bookmark_value>double dot attribute</bookmark_value> <bookmark_value>dot attribute</bookmark_value> <bookmark_value>line through attribute</bookmark_value> <bookmark_value>line above attribute</bookmark_value> <bookmark_value>reversed circumflex attribute</bookmark_value> <bookmark_value>overline attribute</bookmark_value> <bookmark_value>wide vector arrow attribute</bookmark_value> <bookmark_value>wide tilde attribute</bookmark_value> <bookmark_value>wide circumflex attribute</bookmark_value> <bookmark_value>underline attribute</bookmark_value> <bookmark_value>triple dot attribute</bookmark_value> <bookmark_value>transparent character as attribute</bookmark_value>"
-msgstr "<bookmark_value>መለያዎች: በ %PRODUCTNAME ሂሳብ</bookmark_value> <bookmark_value>መቀመሪያ: መለያዎች በ</bookmark_value> <bookmark_value>አክሰንትስ: በ %PRODUCTNAME ሂሳብ</bookmark_value> <bookmark_value>መለያዎች: አክሰንትስ</bookmark_value> <bookmark_value>የ አቅጣጫ ቀስቶች እንደ መለያዎች</bookmark_value> <bookmark_value>ቲልዴ እንደ መለያዎች</bookmark_value> <bookmark_value>circumflex መለያዎች</bookmark_value> <bookmark_value>ማድመቂያ መለያዎች</bookmark_value> <bookmark_value>ማዝመሚያ መለያዎች በ %PRODUCTNAME ሂሳብ</bookmark_value> <bookmark_value>እንደገና መመጠኛ: ፊደሎች</bookmark_value> <bookmark_value>መመጠኛ: ፊደሎች</bookmark_value> <bookmark_value>መለያዎች: ፊደሎች መቀየሪያ</bookmark_value> <bookmark_value>ፊደሎች መቀየሪያ</bookmark_value> <bookmark_value>መለያዎች: የ ባህሪዎች ቀለም</bookmark_value> <bookmark_value>የ ባህሪዎች ቀለም</bookmark_value> <bookmark_value>መለያዎች: ነባሮች መቀየሪያ</bookmark_value> <bookmark_value>ክብ መለያዎች</bookmark_value> <bookmark_value>ድርብ ነጥብ መለያዎች</bookmark_value> <bookmark_value> ነጥብ መለያዎች</bookmark_value> <bookmark_value>በ መስመር ውስጥ መለያዎች</bookmark_value> <bookmark_value>መስመር ከ መለያዎች በላይ</bookmark_value> <bookmark_value>reversed circumflex መለያዎች</bookmark_value> <bookmark_value>ከ ላዩ ላይ ማስመሪያ መለያዎች</bookmark_value> <bookmark_value>ሰፊ የ አቅጣጫ ቀስቶች መለያዎች</bookmark_value> <bookmark_value>ሰፊ ቲልዴ መለያዎች</bookmark_value> <bookmark_value>ሰፊ circumflex መለያዎች</bookmark_value> <bookmark_value>ከ ስሩ ማስመሪያ መለያዎች</bookmark_value> <bookmark_value>ሶስት ነጥቦች መለያዎች</bookmark_value> <bookmark_value>ብርሀን በ ውስጡ የሚያሳልፍ ባህሪዎች እንደ መለያዎች</bookmark_value>"
+msgstr "<bookmark_value>መለያዎች: በ %PRODUCTNAME ሂሳብ</bookmark_value> <bookmark_value>መቀመሪያ: መለያዎች በ</bookmark_value> <bookmark_value>አክሰንትስ: በ %PRODUCTNAME ሂሳብ</bookmark_value> <bookmark_value>መለያዎች: አክሰንትስ</bookmark_value> <bookmark_value>የ አቅጣጫ ቀስቶች እንደ መለያዎች</bookmark_value> <bookmark_value>ቲልዴ እንደ መለያዎች</bookmark_value> <bookmark_value>ሰርከምፍሌክስ መለያዎች</bookmark_value> <bookmark_value>ማድመቂያ መለያዎች</bookmark_value> <bookmark_value>ማዝመሚያ መለያዎች በ %PRODUCTNAME ሂሳብ</bookmark_value> <bookmark_value>እንደገና መመጠኛ: ፊደሎች</bookmark_value> <bookmark_value>መመጠኛ: ፊደሎች</bookmark_value> <bookmark_value>መለያዎች: ፊደሎች መቀየሪያ</bookmark_value> <bookmark_value>ፊደሎች መቀየሪያ</bookmark_value> <bookmark_value>መለያዎች: የ ባህሪዎች ቀለም</bookmark_value> <bookmark_value>የ ባህሪዎች ቀለም</bookmark_value> <bookmark_value>መለያዎች: ነባሮች መቀየሪያ</bookmark_value> <bookmark_value>ክብ መለያዎች</bookmark_value> <bookmark_value>ድርብ ነጥብ መለያዎች</bookmark_value> <bookmark_value> ነጥብ መለያዎች</bookmark_value> <bookmark_value>በ መስመር ውስጥ መለያዎች</bookmark_value> <bookmark_value>መስመር ከ መለያዎች በላይ</bookmark_value> <bookmark_value>የ ተገለበጠ ሰርከምፍሌክስ መለያዎች</bookmark_value> <bookmark_value>ከ ላዩ ላይ ማስመሪያ መለያዎች</bookmark_value> <bookmark_value>ሰፊ የ አቅጣጫ ቀስቶች መለያዎች</bookmark_value> <bookmark_value>ሰፊ ቲልዴ መለያዎች</bookmark_value> <bookmark_value>ሰፊ ሰርከምፍሌክስ መለያዎች</bookmark_value> <bookmark_value>ከ ስሩ ማስመሪያ መለያዎች</bookmark_value> <bookmark_value>ሶስት ነጥቦች መለያዎች</bookmark_value> <bookmark_value>ብርሀን በ ውስጡ የሚያሳልፍ ባህሪዎች እንደ መለያዎች</bookmark_value>"
#: 03090600.xhp
msgctxt ""
@@ -3712,19 +3705,17 @@ msgstr "<variable id=\"attributes\"><link href=\"text/smath/01/03090600.xhp\" na
msgctxt ""
"03090600.xhp\n"
"par_id3145802\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\">You can choose from various attributes for <emph>%PRODUCTNAME</emph> <emph>Math</emph> formulas. Some attributes are displayed in the lower part of the Elements window.</ahelp> These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements window or in the context menu must be typed manually in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\">እርስዎ መምረጥ ይችላሉ ከ ተለያዩ መለያዎች በ <emph>%PRODUCTNAME</emph> <emph>ሂሳብ</emph> መቀመሪያ አንዳንድ መለያዎች የሚታዩት ከ ታችኛው አካላቶች መስኮት ስር ነው: </ahelp> እነዚህ መለያዎች ተዘርዝረዋል በ <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">አገባብ ዝርዝር</link> በ <emph>ትእዛዝ</emph> መስኮት ውስጥ: ሁሉም መለያዎች በ አካላቶች መስኮት ውስጥ አልተካተቱም ወይንም በ አገባብ ዝርዝር በ እጅ መጻፍ ይቻላል በ <emph>ትእዛዝ</emph> መስኮት ውስጥ"
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\">You can choose from various attributes for <emph>%PRODUCTNAME</emph> <emph>Math</emph> formulas. Some attributes are displayed in the lower part of the Elements pane.</ahelp> These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window."
+msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\">እርስዎ መምረጥ ይችላሉ ከ ተለያዩ መለያዎች መካከል በ <emph>%PRODUCTNAME</emph> <emph>ሂሳብ</emph> መቀመሪያ ውስጥ: አንዳንድ መለያዎች ይታያሉ ከ ታችኛው የ አካላቶች ክፍል ውስጥ </ahelp> የ እነዚህ መለያዎች ዝርዝር ይታያል በ <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">አገባብ ዝርዝር</link> ውስጥ በ <emph>ትእዛዞች</emph> መስኮት ውስጥ: ሁሉም መለያዎች በ አካላቶች ክፍል ውስጥ የሌሉ ወይንም በ አገባብ ዝርዝር ውስጥ በ እጅ መጻፍ ይቻላል በ <emph>ትእዛዞች</emph> መስኮት ውስጥ:"
#: 03090600.xhp
msgctxt ""
"03090600.xhp\n"
"par_id3155962\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of all attributes available in <item type=\"productname\">%PRODUCTNAME</item> Math. The symbol next to the attribute indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "የሚቀጥለው ሙሉ ዝርዝር ነው ለ ሁሉም ዝግጁ መለያዎች በ <item type=\"productname\">%PRODUCTNAME</item> ሂሳብ ውስጥ: ከ መለያው አጠገብ ያለው ምልክት ያሚያሳየው መድረስ እንደሚቻል ነው በ አካላቶች መስኮት ውስጥ (ይምረጡ <emph>መመልከቻ - አካላቶች</emph>) ወይንም በ አገባብ ዝርዝር በ <emph>ትእዛዝ</emph> መስኮት ውስጥ"
+msgid "The following is a complete list of all attributes available in <item type=\"productname\">%PRODUCTNAME</item> Math. The symbol next to the attribute indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr "የሚቀጥሉት ሙሉ ዝርዝር ናቸው ለ ሁሉም ዝግጁ መለያዎች ለ <item type=\"productname\">%PRODUCTNAME</item> ሂሳብ: ይህ ምልክት አጠገብ ያለው የ መለያ የሚያመለክተው የ አካላቶች ክፍል ውስጥ (ይምረጡ <emph>መመልከቻ - አካላቶች</emph>) ወይንም በ አገባብ ዝርዝር ውስጥ በ <emph>ትእዛዞች</emph> መስኮት ውስጥ"
#: 03090600.xhp
msgctxt ""
@@ -3750,7 +3741,7 @@ msgctxt ""
"par_idN10098\n"
"help.text"
msgid "<image id=\"img_id3150391\" src=\"res/helpimg/starmath/at21701.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150391\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150391\" src=\"res/helpimg/starmath/at21701.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3150391\">ምልክት</alt></image>"
#: 03090600.xhp
msgctxt ""
@@ -3776,7 +3767,7 @@ msgctxt ""
"par_idN100D5\n"
"help.text"
msgid "<image id=\"img_id3154504\" src=\"res/helpimg/starmath/at21702.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154504\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154504\" src=\"res/helpimg/starmath/at21702.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3154504\">ምልክት</alt></image>"
#: 03090600.xhp
msgctxt ""
@@ -3802,7 +3793,7 @@ msgctxt ""
"par_idN10115\n"
"help.text"
msgid "<image id=\"img_id3155370\" src=\"res/helpimg/starmath/at21703.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155370\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155370\" src=\"res/helpimg/starmath/at21703.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155370\">ምልክት</alt></image>"
#: 03090600.xhp
msgctxt ""
@@ -3811,7 +3802,7 @@ msgctxt ""
"47\n"
"help.text"
msgid "<emph>Reverse Circumflex</emph>"
-msgstr "<emph>ሪቨርስ ሰርከምፍሌክስ</emph>"
+msgstr "<emph>የ ተገለበጠ ሰርከምፍሌክስ</emph>"
#: 03090600.xhp
msgctxt ""
@@ -3820,7 +3811,7 @@ msgctxt ""
"13\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_CHECKX\">Inserts a placeholder with a reverse circumflex (\"checkmark\") over it.</ahelp> You can also type <emph>check <?></emph> in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"HID_SMA_CHECKX\">ማስገቢያ ከ ቦታ ያዢ ጋር በ reverse circumflex (\"checkmark\") በላዩ ላይ</ahelp> እንዲሁም መጻፍ ይችላሉ <emph>check <?></emph> በ <emph>ትእዛዝ</emph> መስኮት ውስጥ"
+msgstr "<ahelp hid=\"HID_SMA_CHECKX\">ማስገቢያ ከ ቦታ ያዢ ጋር በ የ ተገለበጠ ሰርከምፍሌክስ (\"ምልክት ማድረጊያ\") በላዩ ላይ</ahelp> እንዲሁም መጻፍ ይችላሉ <emph>ምልክት ማድረጊያ <?></emph> በ <emph>ትእዛዝ</emph> መስኮት ውስጥ"
#: 03090600.xhp
msgctxt ""
@@ -3828,7 +3819,7 @@ msgctxt ""
"par_idN1014E\n"
"help.text"
msgid "<image id=\"img_id3145202\" src=\"res/helpimg/starmath/at21704.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145202\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145202\" src=\"res/helpimg/starmath/at21704.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145202\">ምልክት</alt></image>"
#: 03090600.xhp
msgctxt ""
@@ -3854,7 +3845,7 @@ msgctxt ""
"par_idN10187\n"
"help.text"
msgid "<image id=\"img_id3159179\" src=\"res/helpimg/starmath/at21709.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159179\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3159179\" src=\"res/helpimg/starmath/at21709.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3159179\">ምልክት</alt></image>"
#: 03090600.xhp
msgctxt ""
@@ -3880,7 +3871,7 @@ msgctxt ""
"par_idN101C0\n"
"help.text"
msgid "<image id=\"img_id3149808\" src=\"res/helpimg/starmath/im21106.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149808\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149808\" src=\"res/helpimg/starmath/im21106.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149808\">ምልክት</alt></image>"
#: 03090600.xhp
msgctxt ""
@@ -3906,7 +3897,7 @@ msgctxt ""
"par_idN101FB\n"
"help.text"
msgid "<image id=\"img_id3153776\" src=\"res/helpimg/starmath/at21708.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153776\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153776\" src=\"res/helpimg/starmath/at21708.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153776\">ምልክት</alt></image>"
#: 03090600.xhp
msgctxt ""
@@ -3932,7 +3923,7 @@ msgctxt ""
"par_idN10236\n"
"help.text"
msgid "<image id=\"img_id3149695\" src=\"res/helpimg/starmath/at21707.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149695\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149695\" src=\"res/helpimg/starmath/at21707.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3149695\">ምልክት</alt></image>"
#: 03090600.xhp
msgctxt ""
@@ -3941,7 +3932,7 @@ msgctxt ""
"24\n"
"help.text"
msgid "<emph>Circumflex</emph>"
-msgstr "<emph>Circumflex</emph>"
+msgstr "<emph>ሰርከምፍሌክስ</emph>"
#: 03090600.xhp
msgctxt ""
@@ -3950,7 +3941,7 @@ msgctxt ""
"25\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_HATX\">Inserts a placeholder with a circumflex (\"hat\").</ahelp> You can also directly enter <emph>hat <?></emph> in the Commands window."
-msgstr "<ahelp hid=\"HID_SMA_HATX\">ማስገቢያ የ ቦታ ያዢ ጋር circumflex (\"hat\").</ahelp> እንዲሁም በቀጥታ መጻፍ ይችላሉ <emph>hat <?></emph> በ ትእዛዝ መስኮት ውስጥ"
+msgstr "<ahelp hid=\"HID_SMA_HATX\">ማስገቢያ የ ቦታ ያዢ ጋር ሰርከምፍሌክስ (\"ባርኔጣ\").</ahelp> እንዲሁም በቀጥታ መጻፍ ይችላሉ <emph>hat <?></emph> በ ትእዛዝ መስኮት ውስጥ"
#: 03090600.xhp
msgctxt ""
@@ -3958,7 +3949,7 @@ msgctxt ""
"par_idN1026E\n"
"help.text"
msgid "<image id=\"img_id3148986\" src=\"res/helpimg/starmath/at21705.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148986\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148986\" src=\"res/helpimg/starmath/at21705.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148986\">ምልክት</alt></image>"
#: 03090600.xhp
msgctxt ""
@@ -3984,7 +3975,7 @@ msgctxt ""
"par_idN102A7\n"
"help.text"
msgid "<image id=\"img_id3147095\" src=\"res/helpimg/starmath/at21710.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147095\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147095\" src=\"res/helpimg/starmath/at21710.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147095\">ምልክት</alt></image>"
#: 03090600.xhp
msgctxt ""
@@ -4010,7 +4001,7 @@ msgctxt ""
"par_idN102E0\n"
"help.text"
msgid "<image id=\"img_id3147328\" src=\"res/helpimg/starmath/at21724.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147328\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147328\" src=\"res/helpimg/starmath/at21724.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147328\">ምልክት</alt></image>"
#: 03090600.xhp
msgctxt ""
@@ -4036,7 +4027,7 @@ msgctxt ""
"par_idN10319\n"
"help.text"
msgid "<image id=\"img_id3153359\" src=\"res/helpimg/starmath/at21723.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153359\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153359\" src=\"res/helpimg/starmath/at21723.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3153359\">ምልክት</alt></image>"
#: 03090600.xhp
msgctxt ""
@@ -4054,7 +4045,7 @@ msgctxt ""
"55\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_WIDETILDEX\">Inserts a wide tilde with a placeholder. </ahelp> You can also type <emph>widetilde</emph> directly in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"HID_SMA_WIDETILDEX\">ማስገቢያ የ wide tilde ከ ቦታ ያዢ ጋር </ahelp> እንዲሁም መጻፍ ይችላሉ <emph>widetilde</emph> በ ቀጥታ በ <emph>ትእዛዝ</emph> መስኮት ውስጥ"
+msgstr "<ahelp hid=\"HID_SMA_WIDETILDEX\">ማስገቢያ ሰፊ ቲልዴ ከ ቦታ ያዢ ጋር </ahelp> እንዲሁም መጻፍ ይችላሉ <emph>ሰፊ ቲልዴ</emph> በ ቀጥታ <emph>ትእዛዝ</emph> መስኮት ውስጥ"
#: 03090600.xhp
msgctxt ""
@@ -4062,7 +4053,7 @@ msgctxt ""
"par_idN10352\n"
"help.text"
msgid "<image id=\"img_id3155117\" src=\"res/helpimg/starmath/at21722.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155117\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155117\" src=\"res/helpimg/starmath/at21722.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3155117\">ምልክት</alt></image>"
#: 03090600.xhp
msgctxt ""
@@ -4071,7 +4062,7 @@ msgctxt ""
"58\n"
"help.text"
msgid "<emph>Wide circumflex</emph>"
-msgstr "<emph>ዋይድ ሰርከምፍሌክስ</emph>"
+msgstr "<emph>ሰፊ ሰርከምፍሌክስ</emph>"
#: 03090600.xhp
msgctxt ""
@@ -4080,7 +4071,7 @@ msgctxt ""
"57\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_WIDEHATX\">Inserts a wide circumflex (\"hat\") with a placeholder. </ahelp> You can also type <emph>widehat</emph> in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"HID_SMA_WIDEHATX\">ማስገቢያ የ wide circumflex (\"hat\") ከ ቦታ ያዢ ጋር </ahelp> እንዲሁም መጻፍ ይችላሉ <emph>widehat</emph> በ <emph>ትእዛዝ</emph> መስኮት ውስጥ"
+msgstr "<ahelp hid=\"HID_SMA_WIDEHATX\">ማስገቢያ የ ሰፊ ሰርከምፍሌክስ (\"ባርኔጣ\") ከ ቦታ ያዢ ጋር </ahelp> እንዲሁም መጻፍ ይችላሉ <emph>ሰፊ ባርኔጣ</emph> በ <emph>ትእዛዝ</emph> መስኮት ውስጥ"
#: 03090600.xhp
msgctxt ""
@@ -4088,7 +4079,7 @@ msgctxt ""
"par_idN1038B\n"
"help.text"
msgid "<image id=\"img_id3148873\" src=\"res/helpimg/starmath/at21711.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148873\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148873\" src=\"res/helpimg/starmath/at21711.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3148873\">ምልክት</alt></image>"
#: 03090600.xhp
msgctxt ""
@@ -4114,7 +4105,7 @@ msgctxt ""
"par_idN103C4\n"
"help.text"
msgid "<image id=\"img_id3147424\" src=\"res/helpimg/starmath/at21713.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147424\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147424\" src=\"res/helpimg/starmath/at21713.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3147424\">ምልክት</alt></image>"
#: 03090600.xhp
msgctxt ""
@@ -4140,7 +4131,7 @@ msgctxt ""
"par_idN103FD\n"
"help.text"
msgid "<image id=\"img_id3145130\" src=\"res/helpimg/starmath/at21714.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145130\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145130\" src=\"res/helpimg/starmath/at21714.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145130\">ምልክት</alt></image>"
#: 03090600.xhp
msgctxt ""
@@ -4166,7 +4157,7 @@ msgctxt ""
"par_idN10436\n"
"help.text"
msgid "<image id=\"img_id3145318\" src=\"res/helpimg/starmath/at21715.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145318\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145318\" src=\"res/helpimg/starmath/at21715.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145318\">ምልክት</alt></image>"
#: 03090600.xhp
msgctxt ""
@@ -4192,7 +4183,7 @@ msgctxt ""
"par_idN1046F\n"
"help.text"
msgid "<image id=\"img_id3156104\" src=\"res/helpimg/starmath/at21712.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156104\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156104\" src=\"res/helpimg/starmath/at21712.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3156104\">ምልክት</alt></image>"
#: 03090600.xhp
msgctxt ""
@@ -4218,7 +4209,7 @@ msgctxt ""
"par_idN104A8\n"
"help.text"
msgid "<image id=\"img_id3145626\" src=\"res/helpimg/starmath/at21716.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145626\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145626\" src=\"res/helpimg/starmath/at21716.png\" width=\"0.2228in\" height=\"0.2228in\"><alt id=\"alt_id3145626\">ምልክት</alt></image>"
#: 03090600.xhp
msgctxt ""
@@ -4349,7 +4340,7 @@ msgctxt ""
"48\n"
"help.text"
msgid "Use the <emph>color</emph> command to change the color of your formula. Type <emph>color</emph>, then type the color name (the available colors are white, black, cyan, magenta, red, blue, green and yellow), then the formula, character or character sequence. The input <emph>color green size 20 a</emph> results in a green letter \"a\" with a font size of 20."
-msgstr "ይጠቀሙ የ <emph>ቀለም</emph> ትእዛዝ የ እርስዎን መቀመሪያ ቀለም ለ መቀየር: ይጻፉ <emph>ቀለም</emph>, እና ከዛ ይጻፉ የ ቀለም ስም (ዝግጁ ቀለሞች እነዚህ ናቸው: ነጭ: ጥቁር: cyan, magenta, ቀይ: ሰማያዊ: አረንጓዴ: እና ቢጫ), ከዛ የ መቀመሪያ: ባህሪ ወይንም ተከታታይ ባህሪ: ማስገቢያ <emph>ቀለም አረንጓዴ መጠን 20 a</emph> ውጤቱ አረንጓዴ ቀለም ፊደል \"a\" የ ፊደል መጠን 20."
+msgstr "ይጠቀሙ የ <emph>ቀለም</emph> ትእዛዝ የ እርስዎን መቀመሪያ ቀለም ለ መቀየር: ይጻፉ <emph>ቀለም</emph>, እና ከዛ ይጻፉ የ ቀለም ስም (ዝግጁ ቀለሞች እነዚህ ናቸው: ነጭ: ጥቁር: ሲያን: ማጄንታ: ቀይ: ሰማያዊ: አረንጓዴ: እና ቢጫ), ከዛ የ መቀመሪያ: ባህሪ ወይንም ተከታታይ ባህሪ: ማስገቢያ <emph>ቀለም አረንጓዴ መጠን 20 a</emph> ውጤቱ አረንጓዴ ቀለም ፊደል \"a\" የ ፊደል መጠን 20."
#: 03090600.xhp
msgctxt ""
@@ -4358,7 +4349,7 @@ msgctxt ""
"51\n"
"help.text"
msgid "The <emph>nbold</emph> and <emph>nitalic</emph> commands remove the bold or italic default fonts of formula components. For example, remove italics from the x in the formula 5 x + 3=28 by typing <emph>nitalic</emph> before the x as in <emph>5 nitalic x + 3=28</emph>."
-msgstr "የ <emph>n ማድመቂያ</emph> እና <emph>n ማዝመሚያ</emph> ትእዛዝ ነባሩን ማድመቂያ ወይንም ማዝመሚያ ፊደሎች ያስወግዳል: ለምሳሌ: ማዝመሚያውን ያስወግዳል ከ x በ formula 5 x + 3=28 በ መጻፍ <emph>n ማዝመሚያ</emph> ከ x በፊት እንደ <emph>5 n ማዝመሚያ x + 3=28</emph>."
+msgstr "የ <emph>n ማድመቂያ</emph> እና <emph>n ማዝመሚያ</emph> ትእዛዝ ነባሩን ማድመቂያ ወይንም ማዝመሚያ ፊደሎች ያስወግዳል: ለምሳሌ: ማዝመሚያውን ያስወግዳል ከ x በ መቀመሪያ 5 x + 3=28 በ መጻፍ <emph>n ማዝመሚያ</emph> ከ x በፊት እንደ <emph>5 n ማዝመሚያ x + 3=28</emph>."
#: 03090600.xhp
msgctxt ""
@@ -4436,8 +4427,8 @@ msgctxt ""
"par_id3147262\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower half of the Formula Elements window.</ahelp> These options are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">እርስዎ መምረጥ ይችላሉ ከ ተለያዩ ምርጫዎች ውስጥ አቀራረብ የ $[officename] ሂሳብ መቀመሪያ የ አቀራረብ ምርጫ የሚታየው በ ታችኛው ግማሽ የ መቀመሪያ አካላቶች መስኮት ውስጥ ነው:</ahelp> እነዚህ ምርጫዎች ተዘርዝረዋል በ <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">አገባብ ዝርዝር </link> በ <emph>ትእዛዝ</emph> መስኮት ውስጥ"
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower half of the Formula Elements pane.</ahelp> These options are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window."
+msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\"> እርስዎ መምረጥ ይችላሉ የ ተለያዩ አቀራረቦች በ $[officename] ሂሳብ መቀመሪያ ውስጥ: አንዳንድ መለያዎች ይታያሉ ከ ታችኛው ግማሽ የ መቀመሪያ አካላቶች ክፍል ውስጥ </ahelp> የ እነዚህ ምርጫዎች ዝርዝር ይታያል በ <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">አገባብ ዝርዝር</link> ውስጥ በ <emph>ትእዛዞች</emph> መስኮት ውስጥ:"
#: 03090700.xhp
msgctxt ""
@@ -4445,8 +4436,8 @@ msgctxt ""
"par_id3154263\n"
"3\n"
"help.text"
-msgid "The following is a complete list of all available formatting options in $[officename] Math. The icon next to the formatting option indicates that it can be accessed through the Elements window (menu <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "የሚቀጥለው ሙሉ ዝርዝር የ አቀራረብ ምርጫ ነው በ $[officename] ሂሳብ ውስጥ: ከ አቀራረብ ምርጫ አጠገብ ያለው ምልክት የሚያሳየው በ አካላት መስኮት በኩል መድረስ እንደሚችሉ ነው (ዝርዝር <emph>መመልከቻ - አካሎች</emph>) ወይንም በ አገባብ ዝርዝር ከ <emph>ትእዛዝ</emph>መስኮት ውስጥ"
+msgid "The following is a complete list of all available formatting options in $[officename] Math. The icon next to the formatting option indicates that it can be accessed through the Elements pane (menu <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr "የሚቀጥለው ሁሉም ሙሉ የሆነ ዝግጁ የ አቀራረብ ምርጫ ነው: በ $[officename] ሂሳብ ውስጥ: ይህ ምልክት ከ ከ አቀራረብ ምርጫ አጠገብ ያለው የሚያመለክተው እርስዎ መድረስ እንዲሚችሉ ነው ወደ አካላቶች ክፍል ውስጥ በ (ዝርዝር <emph>መመልከቻ - አካላቶች</emph>) ወይንምበ አገባብ ዝርዝር ውስጥ በ <emph>ትእዛዞች</emph> መስኮት ውስጥ"
#: 03090700.xhp
msgctxt ""
@@ -4472,7 +4463,7 @@ msgctxt ""
"par_idN1008B\n"
"help.text"
msgid "<image id=\"img_id3150981\" src=\"res/helpimg/starmath/co21916.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150981\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150981\" src=\"res/helpimg/starmath/co21916.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150981\">ምልክት</alt></image>"
#: 03090700.xhp
msgctxt ""
@@ -4498,7 +4489,7 @@ msgctxt ""
"par_idN100C4\n"
"help.text"
msgid "<image id=\"img_id3149691\" src=\"res/helpimg/starmath/co21918.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149691\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149691\" src=\"res/helpimg/starmath/co21918.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149691\">ምልክት</alt></image>"
#: 03090700.xhp
msgctxt ""
@@ -4524,7 +4515,7 @@ msgctxt ""
"par_idN100FF\n"
"help.text"
msgid "<image id=\"img_id3149097\" src=\"res/helpimg/starmath/co21908.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149097\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149097\" src=\"res/helpimg/starmath/co21908.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149097\">ምልክት</alt></image>"
#: 03090700.xhp
msgctxt ""
@@ -4550,7 +4541,7 @@ msgctxt ""
"par_idN1013E\n"
"help.text"
msgid "<image id=\"img_id3149044\" src=\"res/helpimg/starmath/co21905.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149044\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149044\" src=\"res/helpimg/starmath/co21905.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149044\">ምልክት</alt></image>"
#: 03090700.xhp
msgctxt ""
@@ -4576,7 +4567,7 @@ msgctxt ""
"par_idN10179\n"
"help.text"
msgid "<image id=\"img_id3154390\" src=\"res/helpimg/starmath/co21901.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3154390\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154390\" src=\"res/helpimg/starmath/co21901.png\" width=\"0.2228inch\" height=\"0.2228inch\"><alt id=\"alt_id3154390\">ምልክት</alt></image>"
#: 03090700.xhp
msgctxt ""
@@ -4602,7 +4593,7 @@ msgctxt ""
"par_idN101B2\n"
"help.text"
msgid "<image id=\"img_id3155117\" src=\"res/helpimg/starmath/co21912.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155117\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155117\" src=\"res/helpimg/starmath/co21912.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155117\">ምልክት</alt></image>"
#: 03090700.xhp
msgctxt ""
@@ -4628,7 +4619,7 @@ msgctxt ""
"par_idN101EB\n"
"help.text"
msgid "<image id=\"img_id3149544\" src=\"res/helpimg/starmath/co21917.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149544\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149544\" src=\"res/helpimg/starmath/co21917.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149544\">ምልክት</alt></image>"
#: 03090700.xhp
msgctxt ""
@@ -4654,7 +4645,7 @@ msgctxt ""
"par_idN10226\n"
"help.text"
msgid "<image id=\"img_id3145265\" src=\"res/helpimg/starmath/co21904.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145265\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145265\" src=\"res/helpimg/starmath/co21904.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145265\">ምልክት</alt></image>"
#: 03090700.xhp
msgctxt ""
@@ -4680,7 +4671,7 @@ msgctxt ""
"par_idN10265\n"
"help.text"
msgid "<image id=\"img_id3149220\" src=\"res/helpimg/starmath/co21906.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149220\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149220\" src=\"res/helpimg/starmath/co21906.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149220\">ምልክት</alt></image>"
#: 03090700.xhp
msgctxt ""
@@ -4706,7 +4697,7 @@ msgctxt ""
"par_idN102A0\n"
"help.text"
msgid "<image id=\"img_id3149848\" src=\"res/helpimg/starmath/co21902.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149848\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149848\" src=\"res/helpimg/starmath/co21902.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149848\">ምልክት</alt></image>"
#: 03090700.xhp
msgctxt ""
@@ -4732,7 +4723,7 @@ msgctxt ""
"par_idN102DC\n"
"help.text"
msgid "<image id=\"img_id3154094\" src=\"res/helpimg/starmath/co21909.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154094\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154094\" src=\"res/helpimg/starmath/co21909.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154094\">ምልክት</alt></image>"
#: 03090700.xhp
msgctxt ""
@@ -4758,7 +4749,7 @@ msgctxt ""
"par_idN10317\n"
"help.text"
msgid "<image id=\"img_id3156130\" src=\"res/helpimg/starmath/co21910.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156130\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156130\" src=\"res/helpimg/starmath/co21910.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156130\">ምልክት</alt></image>"
#: 03090700.xhp
msgctxt ""
@@ -4784,7 +4775,7 @@ msgctxt ""
"par_idN10352\n"
"help.text"
msgid "<image id=\"img_id3155583\" src=\"res/helpimg/starmath/co21911.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155583\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155583\" src=\"res/helpimg/starmath/co21911.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155583\">ምልክት</alt></image>"
#: 03090700.xhp
msgctxt ""
@@ -4810,7 +4801,7 @@ msgctxt ""
"par_idN1038D\n"
"help.text"
msgid "<image id=\"img_id3155085\" src=\"res/helpimg/starmath/co21907.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155085\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155085\" src=\"res/helpimg/starmath/co21907.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155085\">ምልክት</alt></image>"
#: 03090700.xhp
msgctxt ""
@@ -4819,7 +4810,7 @@ msgctxt ""
"25\n"
"help.text"
msgid "Matrix stack"
-msgstr ""
+msgstr "የ መከመሪያ መነሻ"
#: 03090700.xhp
msgctxt ""
@@ -4836,7 +4827,7 @@ msgctxt ""
"par_idN103C9\n"
"help.text"
msgid "<image id=\"img_id3150027\" src=\"res/helpimg/starmath/co21903.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150027\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150027\" src=\"res/helpimg/starmath/co21903.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150027\">ምልክት</alt></image>"
#: 03090700.xhp
msgctxt ""
@@ -4960,7 +4951,7 @@ msgctxt ""
"57\n"
"help.text"
msgid "The standard centralized formulas can be aligned to the left without using the <emph>Format - Alignment</emph> menu. To do this, place an empty character string, that is, the inverted commas which surround any text \"\", before the section of formula that you want to align. For example, typing <emph>\"\" a+b newline \"\" c+d</emph> results in both equations being left-aligned instead of centered."
-msgstr "መደበኛ የ ተደራጀ መቀመሪያ ማሰለፍ ይቻላል በ ግራ በኩል ምንም ሳይጠቀሙ በ <emph>አቀራረብ - ማሰለፊያ</emph> ዝርዝር: ይህን ለማድረግ: ባዶ ሀረግ ያኑሩ: ይህም ማለት የ ተገለበጠ ኮማ ማንኛውንም ጽሁፍ የሚከብብ \"\", ከ ክፍሉ በፊት በ መቀመሪያ ውስጥ እርስዎ ማሰለፍ በሚፈልጉት: ለምሳሌ: ይጻፉ <emph>\"\" a+b አዲስ መስመር \"\" c+d</emph> ውጤቶቹ በ ሁለቱም equations ውስጥ በ ግራ-ይሰለፋል መሀከል ከ መሆን ይልቅ"
+msgstr "መደበኛ የ ተደራጀ መቀመሪያ ማሰለፍ ይቻላል በ ግራ በኩል ምንም ሳይጠቀሙ በ <emph>አቀራረብ - ማሰለፊያ</emph> ዝርዝር: ይህን ለማድረግ: ባዶ ሀረግ ያኑሩ: ይህም ማለት የ ተገለበጠ ኮማ ማንኛውንም ጽሁፍ የሚከብብ \"\": ከ ክፍሉ በፊት በ መቀመሪያ ውስጥ እርስዎ ማሰለፍ በሚፈልጉት: ለምሳሌ: ይጻፉ <emph>\"\" a+b አዲስ መስመር \"\" c+d</emph> ውጤቶቹ በ ሁለቱም እኩሌታ ውስጥ በ ግራ-ይሰለፋል መሀከል ከ መሆን ይልቅ"
#: 03090700.xhp
msgctxt ""
@@ -5003,7 +4994,7 @@ msgctxt ""
"bm_id3156318\n"
"help.text"
msgid "<bookmark_value>set operations in $[officename]Math</bookmark_value><bookmark_value>sets of numbers</bookmark_value><bookmark_value>included in set operator</bookmark_value><bookmark_value>not included in set operator</bookmark_value><bookmark_value>owns command</bookmark_value><bookmark_value>includes set operator</bookmark_value><bookmark_value>empty set</bookmark_value><bookmark_value>intersection of sets</bookmark_value><bookmark_value>union of sets</bookmark_value><bookmark_value>difference set operator</bookmark_value><bookmark_value>quotient set</bookmark_value><bookmark_value>cardinal numbers</bookmark_value><bookmark_value>subset set operators</bookmark_value><bookmark_value>superset set operators</bookmark_value><bookmark_value>not subset set operators</bookmark_value><bookmark_value>not superset set operators</bookmark_value><bookmark_value>natural numbers</bookmark_value><bookmark_value>whole numbers</bookmark_value><bookmark_value>real numbers</bookmark_value><bookmark_value>complex numbers; set</bookmark_value><bookmark_value>rational numbers</bookmark_value>"
-msgstr "<bookmark_value>የ ስብስብ አንቀሳቃሾች በ $[officename]ሂሳብ</bookmark_value><bookmark_value> ስብስብ የ ቁጥር</bookmark_value><bookmark_value>ያካትታል በ ስብስብ አንቀሳቃሽ ውስጥ</bookmark_value><bookmark_value>አያካትትም በ ስብስብ አንቀሳቃሽ ውስጥ</bookmark_value><bookmark_value>ትእዛዝ አለው </bookmark_value><bookmark_value> በ ስብስብ አንቀሳቃሽ ውስጥ</bookmark_value><bookmark_value>ባዶ ስብስብ</bookmark_value><bookmark_value>የ ጋራ ስብስቦች</bookmark_value><bookmark_value>ጠቅላላ የ ስብስቦች</bookmark_value><bookmark_value>ልዩነት ከ ስብስብ አንቀሳቃሽ</bookmark_value><bookmark_value>quotient ስብስብ</bookmark_value><bookmark_value>cardinal ቁጥሮች</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>real ቁጥሮች</bookmark_value><bookmark_value>ውስብስብ ቁጥሮች: ስብስብ</bookmark_value><bookmark_value>rational ቁጥሮች</bookmark_value>"
+msgstr "<bookmark_value>የ ስብስብ አንቀሳቃሾች በ $[officename]ሂሳብ</bookmark_value><bookmark_value> ስብስብ የ ቁጥር</bookmark_value><bookmark_value>ያካትታል በ ስብስብ አንቀሳቃሽ ውስጥ</bookmark_value><bookmark_value>አያካትትም በ ስብስብ አንቀሳቃሽ ውስጥ</bookmark_value><bookmark_value>ትእዛዝ አለው </bookmark_value><bookmark_value> በ ስብስብ አንቀሳቃሽ ውስጥ</bookmark_value><bookmark_value>ባዶ ስብስብ</bookmark_value><bookmark_value>የ ጋራ ስብስቦች</bookmark_value><bookmark_value>ጠቅላላ የ ስብስቦች</bookmark_value><bookmark_value>ልዩነት ከ ስብስብ አንቀሳቃሽ</bookmark_value><bookmark_value>የ ክፍያ ውጤት ስብስብ</bookmark_value><bookmark_value>cardinal ቁጥሮች</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>real ቁጥሮች</bookmark_value><bookmark_value>ውስብስብ ቁጥሮች: ስብስብ</bookmark_value><bookmark_value>rational ቁጥሮች</bookmark_value>"
#: 03090800.xhp
msgctxt ""
@@ -5020,8 +5011,8 @@ msgctxt ""
"par_id3154641\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\">Assign different set operators to the characters in your <emph>$[officename] Math</emph> formula. The individual operators are shown in the lower section of the Elements window</ahelp>. Call the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> in the <emph>Commands</emph> window to see an identical list of the individual functions. Any operators not found in the Elements window have to be entered directly in the Commands window. You can also directly insert other parts of the formula even if symbols already exist for them."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\">የ ተለያዩ አንቀሳቃሾች ማሰናጃ ለ ባህሪዎች በ እርስዎ <emph>$[officename] ሂሳብ</emph> መቀመሪያ: እያንዳንዱ አንቀሳቃሽ ይታያሉ በ ታችኛው ክፍል በ አካላቶች መስኮት ውስጥ</ahelp> ይጥሩ የ <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">አገባብ ዝርዝር</link> በ <emph>ትእዛዞች</emph> መስኮት ውስጥ: ተመሳሳይ ዝርዝር ለ መመልከት ለ እያንዳንዱ ተግባሮች: ማንኛውም አንቀሳቃሾች አይገኙም በ አካላቶች መስኮት ውስጥ በ ቀጥታ መግባት አለበት በ ትእዛዝ መስኮት ውስጥ: እርስዎ በ ቀጥታ ማስገባት ይችላሉ ሌላ ክፍል በ መቀመሪያ ቀደም ብሎ ምልክቶች ቢኖሩም እንኳን"
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\">Assign different set operators to the characters in your <emph>$[officename] Math</emph> formula. The individual operators are shown in the lower section of the Elements pane</ahelp>. Call the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> in the <emph>Commands</emph> window to see an identical list of the individual functions. Any operators not found in the Elements pane have to be entered directly in the Commands window. You can also directly insert other parts of the formula even if symbols already exist for them."
+msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\">የ ተለየ የ ስብስብ አንቀሳቃሽ ለ ባህሪዎች ማሰናጃ በ እርስዎ <emph>$[officename] ሂሳብ</emph> መቀመሪያ ውስጥ: እያንዳንዱ አንቀሳቃሽ የሚታየው በ ታችኛው ክፍል ነው በ አካላቶች ክፍል ውስጥ </ahelp> ይጥሩ የ <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">አገባብ ዝርዝር</link> በ <emph>ትእዛዞች</emph> መስኮት ውስጥ: ለ መመልከት ተመሳሳይ ዝርዝር ለ እያንዳንዱ ተግባር: ማንኛውም አንቀሳቃሾች ያልተገኙ በ አካላቶች ክፍል ውስጥ በ ቀጥታ መግባት አለባቸው በ ትእዛዞች መስኮት ውስጥ: እርስዎ እንዲሁም ማስገባት ይችላሉ የ መቀመሪያ ሌላ አካል ምልክቶች ቀደም ብሎ የ ተዘጋጀላቸው ካሉ"
#: 03090800.xhp
msgctxt ""
@@ -5029,8 +5020,8 @@ msgctxt ""
"par_id3149290\n"
"3\n"
"help.text"
-msgid "After clicking the <emph>Set Operations</emph> icon in the Elements window additional icons will be shown in the lower part of this window. Simply click a symbol to incorporate the operator in the formula being edited in the Commands window."
-msgstr "እርስዎ ከ ተጫኑ በኋላ የ <emph>አንቀሳቃሾች ማሰናጃ</emph> ምልክት በ አካሎች መስኮት ውስጥ ተጨማሪ ምልክቶች ይታያሉ በ መስኮቱ ከ ታች በኩል: በ ቀላሉ ይጫኑ ምልክቱ ላይ አንቀሳቃሽ ለ መፍጠር በሚታረመው መቀመሪያ ውስጥ በ ትእዛዝ መስኮት ውስጥ"
+msgid "After clicking the <emph>Set Operations</emph> icon in the Elements pane additional icons will be shown in the lower part of this window. Simply click a symbol to incorporate the operator in the formula being edited in the Commands window."
+msgstr "ከ ተጫኑ በኋላ የ <emph>እንቅስቃሴ ማሰናጃ</emph> ምልክት በ አካላቶች ክፍል ውስጥ ተጨማሪ ምልክቶች ይታያሉ በ ታችኛው መስኮት ውስጥ: በ ቀላሉ ይጫኑ ምልክቱ ላይ ለ ማዋሀድ ከ አንቀሳቃሽ ጋር በ መቀመሪያ ውስጥ በ መታረም ላይ ባለው ትእዛዝ መስኮት ውስጥ"
#: 03090800.xhp
msgctxt ""
@@ -5047,7 +5038,7 @@ msgctxt ""
"par_idN10081\n"
"help.text"
msgid "<image id=\"img_id3145418\" src=\"res/helpimg/starmath/op21401.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3145418\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145418\" src=\"res/helpimg/starmath/op21401.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3145418\">ምልክት</alt></image>"
#: 03090800.xhp
msgctxt ""
@@ -5073,7 +5064,7 @@ msgctxt ""
"par_idN100BC\n"
"help.text"
msgid "<image id=\"img_id3153782\" src=\"res/helpimg/starmath/op21402.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3153782\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153782\" src=\"res/helpimg/starmath/op21402.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3153782\">ምልክት</alt></image>"
#: 03090800.xhp
msgctxt ""
@@ -5099,7 +5090,7 @@ msgctxt ""
"par_idN100F7\n"
"help.text"
msgid "<image id=\"img_id3150972\" src=\"res/helpimg/starmath/op21403.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3150972\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150972\" src=\"res/helpimg/starmath/op21403.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3150972\">ምልክት</alt></image>"
#: 03090800.xhp
msgctxt ""
@@ -5125,7 +5116,7 @@ msgctxt ""
"par_idN10135\n"
"help.text"
msgid "<image id=\"img_id3155180\" src=\"res/helpimg/starmath/op22002.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155180\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155180\" src=\"res/helpimg/starmath/op22002.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155180\">ምልክት</alt></image>"
#: 03090800.xhp
msgctxt ""
@@ -5151,7 +5142,7 @@ msgctxt ""
"par_idN1016E\n"
"help.text"
msgid "<image id=\"img_id3147093\" src=\"res/helpimg/starmath/op21405.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147093\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147093\" src=\"res/helpimg/starmath/op21405.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147093\">ምልክት</alt></image>"
#: 03090800.xhp
msgctxt ""
@@ -5177,7 +5168,7 @@ msgctxt ""
"par_idN101A7\n"
"help.text"
msgid "<image id=\"img_id3155147\" src=\"res/helpimg/starmath/op21406.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155147\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155147\" src=\"res/helpimg/starmath/op21406.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155147\">ምልክት</alt></image>"
#: 03090800.xhp
msgctxt ""
@@ -5203,7 +5194,7 @@ msgctxt ""
"par_idN101E0\n"
"help.text"
msgid "<image id=\"img_id3154922\" src=\"res/helpimg/starmath/op21407.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3154922\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154922\" src=\"res/helpimg/starmath/op21407.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3154922\">ምልክት</alt></image>"
#: 03090800.xhp
msgctxt ""
@@ -5229,7 +5220,7 @@ msgctxt ""
"par_idN1021C\n"
"help.text"
msgid "<image id=\"img_id3148889\" src=\"res/helpimg/starmath/op21408.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3148889\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148889\" src=\"res/helpimg/starmath/op21408.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3148889\">ምልክት</alt></image>"
#: 03090800.xhp
msgctxt ""
@@ -5238,7 +5229,7 @@ msgctxt ""
"60\n"
"help.text"
msgid "Quotient set"
-msgstr "ኮሸንት ማሰናጃ"
+msgstr "የ ክፍያ ውጤት ማሰናጃ"
#: 03090800.xhp
msgctxt ""
@@ -5247,7 +5238,7 @@ msgctxt ""
"51\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_XSLASHY\">Use this icon to insert a slash for creating a <emph>quotient set</emph> with two placeholders.</ahelp> Enter <emph><?>slash<?></emph> in the Commands window, to achieve the same result."
-msgstr "<ahelp hid=\"HID_SMA_XSLASHY\">ይህን ምልክት ይጠቀሙ ለ ማስገባት slash ለ መፍጠር የ <emph>quotient set</emph> ከ ሁለት ቦታ ያዢዎች ጋር </ahelp> ያስገቡ <emph><?>slash<?></emph> በ ትእዛዝ መስኮት ውስጥ: ተመሳሳይ ውጤት ለማግኘት"
+msgstr "<ahelp hid=\"HID_SMA_XSLASHY\">ይህን ምልክት ይጠቀሙ ለ ማስገባት slash ለ መፍጠር <emph>የ ክፍያ ውጤት ማሰናጃ</emph> ከ ሁለት ቦታ ያዢዎች ጋር </ahelp> ያስገቡ <emph><?>slash<?></emph> በ ትእዛዝ መስኮት ውስጥ: ተመሳሳይ ውጤት ለማግኘት"
#: 03090800.xhp
msgctxt ""
@@ -5255,7 +5246,7 @@ msgctxt ""
"par_idN10255\n"
"help.text"
msgid "<image id=\"img_id3147473\" src=\"res/helpimg/starmath/op22001.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147473\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147473\" src=\"res/helpimg/starmath/op22001.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147473\">ምልክት</alt></image>"
#: 03090800.xhp
msgctxt ""
@@ -5281,7 +5272,7 @@ msgctxt ""
"par_idN1028E\n"
"help.text"
msgid "<image id=\"img_id3155974\" src=\"res/helpimg/starmath/op21409.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155974\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155974\" src=\"res/helpimg/starmath/op21409.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155974\">ምልክት</alt></image>"
#: 03090800.xhp
msgctxt ""
@@ -5307,7 +5298,7 @@ msgctxt ""
"par_idN102C9\n"
"help.text"
msgid "<image id=\"img_id3147119\" src=\"res/helpimg/starmath/op21410.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147119\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147119\" src=\"res/helpimg/starmath/op21410.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147119\">ምልክት</alt></image>"
#: 03090800.xhp
msgctxt ""
@@ -5333,7 +5324,7 @@ msgctxt ""
"par_idN10304\n"
"help.text"
msgid "<image id=\"img_id3147065\" src=\"res/helpimg/starmath/op21411.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147065\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147065\" src=\"res/helpimg/starmath/op21411.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147065\">ምልክት</alt></image>"
#: 03090800.xhp
msgctxt ""
@@ -5359,7 +5350,7 @@ msgctxt ""
"par_idN1033F\n"
"help.text"
msgid "<image id=\"img_id3154590\" src=\"res/helpimg/starmath/op21412.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3154590\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154590\" src=\"res/helpimg/starmath/op21412.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3154590\">ምልክት</alt></image>"
#: 03090800.xhp
msgctxt ""
@@ -5385,7 +5376,7 @@ msgctxt ""
"par_idN1037A\n"
"help.text"
msgid "<image id=\"img_id3149318\" src=\"res/helpimg/starmath/op21413.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3149318\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149318\" src=\"res/helpimg/starmath/op21413.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3149318\">ምልክት</alt></image>"
#: 03090800.xhp
msgctxt ""
@@ -5411,7 +5402,7 @@ msgctxt ""
"par_idN103B7\n"
"help.text"
msgid "<image id=\"img_id3151193\" src=\"res/helpimg/starmath/op21414.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3151193\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151193\" src=\"res/helpimg/starmath/op21414.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3151193\">ምልክት</alt></image>"
#: 03090800.xhp
msgctxt ""
@@ -5437,7 +5428,7 @@ msgctxt ""
"par_idN103F4\n"
"help.text"
msgid "<image id=\"img_id3146956\" src=\"res/helpimg/starmath/op21415.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3146956\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146956\" src=\"res/helpimg/starmath/op21415.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3146956\">ምልክት</alt></image>"
#: 03090800.xhp
msgctxt ""
@@ -5463,7 +5454,7 @@ msgctxt ""
"par_idN10431\n"
"help.text"
msgid "<image id=\"img_id3151223\" src=\"res/helpimg/starmath/op21416.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3151223\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151223\" src=\"res/helpimg/starmath/op21416.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3151223\">ምልክት</alt></image>"
#: 03090800.xhp
msgctxt ""
@@ -5489,7 +5480,7 @@ msgctxt ""
"par_idN1046E\n"
"help.text"
msgid "<image id=\"img_id3156087\" src=\"res/helpimg/starmath/op21417.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3156087\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156087\" src=\"res/helpimg/starmath/op21417.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3156087\">ምልክት</alt></image>"
#: 03090800.xhp
msgctxt ""
@@ -5515,7 +5506,7 @@ msgctxt ""
"par_idN104A7\n"
"help.text"
msgid "<image id=\"img_id3147383\" src=\"res/helpimg/starmath/op21418.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147383\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3147383\" src=\"res/helpimg/starmath/op21418.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3147383\">ምልክት</alt></image>"
#: 03090800.xhp
msgctxt ""
@@ -5541,7 +5532,7 @@ msgctxt ""
"par_idN104E0\n"
"help.text"
msgid "<image id=\"img_id3154038\" src=\"res/helpimg/starmath/op21419.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3154038\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154038\" src=\"res/helpimg/starmath/op21419.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3154038\">ምልክት</alt></image>"
#: 03090800.xhp
msgctxt ""
@@ -5567,7 +5558,7 @@ msgctxt ""
"par_idN10519\n"
"help.text"
msgid "<image id=\"img_id3149625\" src=\"res/helpimg/starmath/op21420.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3149625\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149625\" src=\"res/helpimg/starmath/op21420.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3149625\">ምልክት</alt></image>"
#: 03090800.xhp
msgctxt ""
@@ -5593,7 +5584,7 @@ msgctxt ""
"par_idN10552\n"
"help.text"
msgid "<image id=\"img_id3155555\" src=\"res/helpimg/starmath/op21421.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155555\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155555\" src=\"res/helpimg/starmath/op21421.png\" width=\"8.47mm\" height=\"8.47mm\"><alt id=\"alt_id3155555\">ምልክት</alt></image>"
#: 03090800.xhp
msgctxt ""
@@ -6116,8 +6107,8 @@ msgctxt ""
"par_id3151392\n"
"5\n"
"help.text"
-msgid "Set brackets were previously inserted in the Elements window or directly in the Commands window as \"left lbrace <?> right rbrace\". Now, a left and a right set bracket can also be inserted using \"lbrace\" and \"rbrace\", with or without wildcards."
-msgstr "ቅንፎች ማሰናጃ በቅድሚያ ገብተው ከ ነበረ በ አካላቶች መስኮት ውስጥ ወይንም በ ቀጥታ በ ትእዛዝ መስኮት ውስጥ እንደ \"የ ግራ lbrace <?> የ ቀኝ rbrace\". አሁን: የ ግራ እና የ ቀኝ ቅንፍ ማሰናጃ ማስገባት ይቻላል በ መጠቀም \"lbrace\" እና \"rbrace\", በ ወይንም ያለ ምንም ሁለገብ"
+msgid "Set brackets were previously inserted in the Elements pane or directly in the Commands window as \"left lbrace <?> right rbrace\". Now, a left and a right set bracket can also be inserted using \"lbrace\" and \"rbrace\", with or without wildcards."
+msgstr "ቀደም ብሎ ቅንፎች ገብተዋል በ አካላቶች ክፍል ውስጥ:ወይንም በ ቀጥታ በ ትእዛዞች መስኮት ውስጥ እንደ \"በ ግራ የ ግራ ብሬስ <?> በ ቀኝ የ ቀኝ ብሬስ\": አሁን: የ ግራ እና የ ቀኝ ጥንድ ቅንፍ ማስገባት ይቻላል በ መጠቀም: \"የ ግራ ብሬስ\" እና \"የ ቀኝ ብሬስ\": በ ወይንም ያለ ሁለ ገብ ካርድ"
#: 03091100.xhp
msgctxt ""
@@ -6592,7 +6583,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "Here, you will find basic information about indexes and exponents in <emph>$[officename] Math</emph>. You can try the examples described here to help you understand the details discussed. (The quotation marks in this text are for emphasis purposes only and are not part of the examples.)"
-msgstr "እዚህ እርስዎ መሰረታዊ መረጃ ማግኘት ይችላሉ ስለ ማውጫ እና ኤክስፖነንት በ <emph>$[officename] ሂሳብ</emph>እርስዎ መሞከር ይችላሉ እዚህ የ ተገለጹትን እርስዎ እንዲረዱ በ ዝርዝር (የ ጥቃስ ምልክት በዚህ ጽሁፍ ውስጥ የተጠቀምንበት ለማጉላት ነው እና የ ምሳሌዎቹ አካል አይደለም)"
+msgstr "እዚህ እርስዎ መሰረታዊ መረጃ ማግኘት ይችላሉ ስለ ማውጫ እና ኤክስፖነንት በ <emph>$[officename] ሂሳብ</emph>እርስዎ መሞከር ይችላሉ እዚህ የ ተገለጹትን እርስዎ እንዲረዱ በ ዝርዝር (የ ጥቅስ ምልክት በዚህ ጽሁፍ ውስጥ የተጠቀምንበት ለማጉላት ነው እና የ ምሳሌዎቹ አካል አይደለም)"
#: 03091200.xhp
msgctxt ""
@@ -6736,7 +6727,7 @@ msgctxt ""
"20\n"
"help.text"
msgid "Using the \"csub\" and \"csup\" commands, you can write super- and subscripts directly above or below a character. An example is \"a csub y csup x\". Combinations of indexes and exponents together are also possible: \"abc_1^2 lsub 3 lsup 4 csub 55555 csup 66666\"."
-msgstr ""
+msgstr "ይጠቀሙ የ \"መሀከል ዝቅ ብሎ\" መጻፊያ እና \"መሀከል ከፍ ብሎ\" መጻፊያ ትእዛዝ: እርስዎ መጻፍ ይችላሉ ሱፐር- እና ዝቅ ብሎ መጻፊያ በ ቀጥታ ወይንም ከ ባህሪው በ ታች: ለምሳሌ ይህ \"መሀከል ዝቅ ብሎ y መሀከል ከፍ ብሎ x\". መቀላቀያ ማውጫዎች እና ኤክስፖነንትስ በ አንድ ላይ እንዲሁም ይችላሉ: \"abc_1^2 በ ግራ ዝቅ ብሎ 3 በ ግራ ከፍ ብሎ 4 መሀከል ዝቅ ብሎ 55555 መሀከል ከፍ ብሎ 66666\"."
#: 03091200.xhp
msgctxt ""
@@ -6745,7 +6736,7 @@ msgctxt ""
"21\n"
"help.text"
msgid "Super- and subscripts can be attached to most unary and binary operators. Two examples: \"a div_2 b a<csub n b +_2 h\" and \"a toward csub f b x toward csup f y\"."
-msgstr ""
+msgstr "ሱፐር - እና ዝቅ ብሎ መጻፊያ ማያያዝ ይቻላል ከ በርካታ unary እና binary አንቀሳቃሾች ጋር: ሁለት ምሳሌዎች: \"a ሲካፈል በ_2 b a< መሀከል ዝቅ ብሎ n b +_2 h\" እና \"a ወደ መሀከል ዝቅ ብሎ f b x ወደ መሀከል ከፍ ብሎ f y\"."
#: 03091200.xhp
msgctxt ""
@@ -6966,10 +6957,9 @@ msgstr "የ ተጻፉ (ትእዛዞች)"
msgctxt ""
"03091501.xhp\n"
"par_id3151388\n"
-"472\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "ምልክቶች በ አካሎች መስኮት ውስጥ"
+msgid "Symbol in Elements pane"
+msgstr "ምልክት በ አካላቶች ክፍል ውስጥ"
#: 03091501.xhp
msgctxt ""
@@ -6985,8 +6975,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3156276\n"
"help.text"
-msgid "<image id=\"Graphic10\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic10\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
+msgid "<image id=\"Graphic10\" src=\"res/helpimg/starmath/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic10\" src=\"res/helpimg/starmath/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
#: 03091501.xhp
msgctxt ""
@@ -7002,8 +6992,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3163824\n"
"help.text"
-msgid "<image id=\"Graphic21\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic21\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
+msgid "<image id=\"Graphic21\" src=\"res/helpimg/starmath/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic21\" src=\"res/helpimg/starmath/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
#: 03091501.xhp
msgctxt ""
@@ -7019,8 +7009,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147514\n"
"help.text"
-msgid "<image id=\"Graphic4\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic4\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
+msgid "<image id=\"Graphic4\" src=\"res/helpimg/starmath/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic4\" src=\"res/helpimg/starmath/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
#: 03091501.xhp
msgctxt ""
@@ -7036,8 +7026,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3154821\n"
"help.text"
-msgid "<image id=\"Graphic13\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic13\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
+msgid "<image id=\"Graphic13\" src=\"res/helpimg/starmath/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic13\" src=\"res/helpimg/starmath/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
#: 03091501.xhp
msgctxt ""
@@ -7053,8 +7043,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3155179\n"
"help.text"
-msgid "<image id=\"Graphic7\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic7\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
+msgid "<image id=\"Graphic7\" src=\"res/helpimg/starmath/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic7\" src=\"res/helpimg/starmath/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
#: 03091501.xhp
msgctxt ""
@@ -7070,8 +7060,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3150832\n"
"help.text"
-msgid "<image id=\"Graphic6\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic6\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
+msgid "<image id=\"Graphic6\" src=\"res/helpimg/starmath/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic6\" src=\"res/helpimg/starmath/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
#: 03091501.xhp
msgctxt ""
@@ -7087,8 +7077,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3145590\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic2\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/helpimg/starmath/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic2\" src=\"res/helpimg/starmath/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
#: 03091501.xhp
msgctxt ""
@@ -7104,8 +7094,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3150764\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic3\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/helpimg/starmath/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic3\" src=\"res/helpimg/starmath/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
#: 03091501.xhp
msgctxt ""
@@ -7129,8 +7119,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3146336\n"
"help.text"
-msgid "<image id=\"Graphic14\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic14\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
+msgid "<image id=\"Graphic14\" src=\"res/helpimg/starmath/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic14\" src=\"res/helpimg/starmath/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
#: 03091501.xhp
msgctxt ""
@@ -7196,8 +7186,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147212\n"
"help.text"
-msgid "<image id=\"Graphic8\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic8\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
+msgid "<image id=\"Graphic8\" src=\"res/helpimg/starmath/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic8\" src=\"res/helpimg/starmath/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
#: 03091501.xhp
msgctxt ""
@@ -7213,8 +7203,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3151130\n"
"help.text"
-msgid "<image id=\"Graphic16\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic16\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
+msgid "<image id=\"Graphic16\" src=\"res/helpimg/starmath/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic16\" src=\"res/helpimg/starmath/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
#: 03091501.xhp
msgctxt ""
@@ -7230,8 +7220,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147470\n"
"help.text"
-msgid "<image id=\"Graphic12\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic12\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
+msgid "<image id=\"Graphic12\" src=\"res/helpimg/starmath/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic12\" src=\"res/helpimg/starmath/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
#: 03091501.xhp
msgctxt ""
@@ -7247,8 +7237,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3151319\n"
"help.text"
-msgid "<image id=\"Graphic5\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic5\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">ምልክት</alt></image>"
+msgid "<image id=\"Graphic5\" src=\"res/helpimg/starmath/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic5\" src=\"res/helpimg/starmath/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">ምልክት</alt></image>"
#: 03091501.xhp
msgctxt ""
@@ -7340,8 +7330,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147065\n"
"help.text"
-msgid "<image id=\"Graphic15\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic15\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
+msgid "<image id=\"Graphic15\" src=\"res/helpimg/starmath/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic15\" src=\"res/helpimg/starmath/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
#: 03091501.xhp
msgctxt ""
@@ -7374,8 +7364,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3148873\n"
"help.text"
-msgid "<image id=\"Graphic11\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic11\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
+msgid "<image id=\"Graphic11\" src=\"res/helpimg/starmath/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic11\" src=\"res/helpimg/starmath/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
#: 03091501.xhp
msgctxt ""
@@ -7391,8 +7381,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147073\n"
"help.text"
-msgid "<image id=\"Graphic9\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic9\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
+msgid "<image id=\"Graphic9\" src=\"res/helpimg/starmath/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr "<image id=\"Graphic9\" src=\"res/helpimg/starmath/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">ምልክት</alt></image>"
#: 03091501.xhp
msgctxt ""
@@ -7473,10 +7463,9 @@ msgstr "የተጻፉ (ትእዛዞች)"
msgctxt ""
"03091502.xhp\n"
"par_id3154032\n"
-"475\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "ምልክቶች በ አካሎች መስኮት ውስጥ"
+msgid "Symbol in Elements pane"
+msgstr "ምልክት በ አካላቶች ክፍል ውስጥ"
#: 03091502.xhp
msgctxt ""
@@ -7501,7 +7490,7 @@ msgctxt ""
"par_id3156247\n"
"help.text"
msgid "<image id=\"img_id3156253\" src=\"res/helpimg/starmath/bi21305.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156253\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156253\" src=\"res/helpimg/starmath/bi21305.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156253\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7543,7 +7532,7 @@ msgctxt ""
"par_id3153031\n"
"help.text"
msgid "<image id=\"img_id3153037\" src=\"res/helpimg/starmath/bi21313.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153037\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153037\" src=\"res/helpimg/starmath/bi21313.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153037\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7568,7 +7557,7 @@ msgctxt ""
"par_id3155548\n"
"help.text"
msgid "<image id=\"img_id3155554\" src=\"res/helpimg/starmath/bi21302.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155554\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155554\" src=\"res/helpimg/starmath/bi21302.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155554\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7585,7 +7574,7 @@ msgctxt ""
"par_id3150600\n"
"help.text"
msgid "<image id=\"img_id3150606\" src=\"res/helpimg/starmath/bi21301.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150606\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150606\" src=\"res/helpimg/starmath/bi21301.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150606\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7610,7 +7599,7 @@ msgctxt ""
"par_id3152978\n"
"help.text"
msgid "<image id=\"img_id3152984\" src=\"res/helpimg/starmath/bi21306.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152984\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3152984\" src=\"res/helpimg/starmath/bi21306.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152984\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7635,7 +7624,7 @@ msgctxt ""
"par_id3152741\n"
"help.text"
msgid "<image id=\"img_id3153876\" src=\"res/helpimg/starmath/bi21314.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153876\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153876\" src=\"res/helpimg/starmath/bi21314.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153876\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7669,7 +7658,7 @@ msgctxt ""
"par_id3150840\n"
"help.text"
msgid "<image id=\"img_id3150846\" src=\"res/helpimg/starmath/bi21307.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150846\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150846\" src=\"res/helpimg/starmath/bi21307.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150846\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7695,7 +7684,7 @@ msgctxt ""
"par_id3154050\n"
"help.text"
msgid "<image id=\"img_id3154056\" src=\"res/helpimg/starmath/bi21322.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154056\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154056\" src=\"res/helpimg/starmath/bi21322.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154056\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7712,7 +7701,7 @@ msgctxt ""
"par_id3150419\n"
"help.text"
msgid "<image id=\"img_id3150425\" src=\"res/helpimg/starmath/bi21324.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150425\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150425\" src=\"res/helpimg/starmath/bi21324.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150425\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7729,7 +7718,7 @@ msgctxt ""
"par_id3154424\n"
"help.text"
msgid "<image id=\"img_id3154429\" src=\"res/helpimg/starmath/bi21325.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154429\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154429\" src=\"res/helpimg/starmath/bi21325.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154429\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7746,7 +7735,7 @@ msgctxt ""
"par_id3155410\n"
"help.text"
msgid "<image id=\"img_id3155417\" src=\"res/helpimg/starmath/bi21326.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155417\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155417\" src=\"res/helpimg/starmath/bi21326.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155417\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7763,7 +7752,7 @@ msgctxt ""
"par_id3153373\n"
"help.text"
msgid "<image id=\"img_id3153379\" src=\"res/helpimg/starmath/bi21303.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153379\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153379\" src=\"res/helpimg/starmath/bi21303.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153379\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7780,7 +7769,7 @@ msgctxt ""
"par_id3149139\n"
"help.text"
msgid "<image id=\"img_id3149145\" src=\"res/helpimg/starmath/bi21310.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149145\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149145\" src=\"res/helpimg/starmath/bi21310.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149145\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7797,7 +7786,7 @@ msgctxt ""
"par_id3153648\n"
"help.text"
msgid "<image id=\"img_id3153653\" src=\"res/helpimg/starmath/bi21309.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153653\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153653\" src=\"res/helpimg/starmath/bi21309.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153653\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7814,7 +7803,7 @@ msgctxt ""
"par_id3145098\n"
"help.text"
msgid "<image id=\"img_id3145104\" src=\"res/helpimg/starmath/bi21323.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145104\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145104\" src=\"res/helpimg/starmath/bi21323.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145104\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7831,7 +7820,7 @@ msgctxt ""
"par_id3152809\n"
"help.text"
msgid "<image id=\"img_id3150267\" src=\"res/helpimg/starmath/bi21304.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150267\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150267\" src=\"res/helpimg/starmath/bi21304.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150267\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7848,7 +7837,7 @@ msgctxt ""
"par_id3153161\n"
"help.text"
msgid "<image id=\"img_id3153168\" src=\"res/helpimg/starmath/bi21308.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153168\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153168\" src=\"res/helpimg/starmath/bi21308.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153168\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7865,7 +7854,7 @@ msgctxt ""
"par_id3150336\n"
"help.text"
msgid "<image id=\"img_id3148396\" src=\"res/helpimg/starmath/bi21312.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148396\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148396\" src=\"res/helpimg/starmath/bi21312.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148396\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7882,7 +7871,7 @@ msgctxt ""
"par_id3154416\n"
"help.text"
msgid "<image id=\"img_id3154422\" src=\"res/helpimg/starmath/bi21315.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154422\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154422\" src=\"res/helpimg/starmath/bi21315.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154422\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7899,7 +7888,7 @@ msgctxt ""
"par_id3149265\n"
"help.text"
msgid "<image id=\"img_id3149271\" src=\"res/helpimg/starmath/bi21311.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149271\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149271\" src=\"res/helpimg/starmath/bi21311.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149271\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7916,7 +7905,7 @@ msgctxt ""
"par_id3153957\n"
"help.text"
msgid "<image id=\"img_id3153962\" src=\"res/helpimg/starmath/bi21316.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153962\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153962\" src=\"res/helpimg/starmath/bi21316.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153962\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7933,7 +7922,7 @@ msgctxt ""
"par_id3153958\n"
"help.text"
msgid "<image id=\"img_id3153963\" src=\"res/helpimg/starmath/bi21327.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153963\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153963\" src=\"res/helpimg/starmath/bi21327.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153963\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7950,7 +7939,7 @@ msgctxt ""
"par_id3153959\n"
"help.text"
msgid "<image id=\"img_id3153964\" src=\"res/helpimg/starmath/bi21328.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153964\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153964\" src=\"res/helpimg/starmath/bi21328.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153964\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7967,7 +7956,7 @@ msgctxt ""
"par_id3153960\n"
"help.text"
msgid "<image id=\"img_id3153965\" src=\"res/helpimg/starmath/bi21329.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153965\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153965\" src=\"res/helpimg/starmath/bi21329.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153965\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -7984,7 +7973,7 @@ msgctxt ""
"par_id3153961\n"
"help.text"
msgid "<image id=\"img_id3153966\" src=\"res/helpimg/starmath/bi21330.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153966\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153966\" src=\"res/helpimg/starmath/bi21330.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153966\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -8001,7 +7990,7 @@ msgctxt ""
"par_id3153962\n"
"help.text"
msgid "<image id=\"img_id3153967\" src=\"res/helpimg/starmath/bi21331.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153967\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153967\" src=\"res/helpimg/starmath/bi21331.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153967\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -8018,7 +8007,7 @@ msgctxt ""
"par_id3153963\n"
"help.text"
msgid "<image id=\"img_id3153968\" src=\"res/helpimg/starmath/bi21332.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153968\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153968\" src=\"res/helpimg/starmath/bi21332.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153968\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -8035,7 +8024,7 @@ msgctxt ""
"par_id3153964\n"
"help.text"
msgid "<image id=\"img_id3153969\" src=\"res/helpimg/starmath/bi21333.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153969\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153969\" src=\"res/helpimg/starmath/bi21333.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153969\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -8052,7 +8041,7 @@ msgctxt ""
"par_id3153965\n"
"help.text"
msgid "<image id=\"img_id3153970\" src=\"res/helpimg/starmath/bi21334.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153970\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153970\" src=\"res/helpimg/starmath/bi21334.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153970\">ምልክት</alt></image>"
#: 03091502.xhp
msgctxt ""
@@ -8117,10 +8106,9 @@ msgstr "የተጻፉ (ትእዛዞች)"
msgctxt ""
"03091503.xhp\n"
"par_id3145724\n"
-"478\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "ምልክቶች በ አካሎች መስኮት ውስጥ"
+msgid "Symbol in Elements pane"
+msgstr "ምልክት በ አካላቶች ክፍል ውስጥ"
#: 03091503.xhp
msgctxt ""
@@ -8137,7 +8125,7 @@ msgctxt ""
"par_id3146505\n"
"help.text"
msgid "<image id=\"img_id3146512\" src=\"res/helpimg/starmath/op22001.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146512\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146512\" src=\"res/helpimg/starmath/op22001.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146512\">ምልክት</alt></image>"
#: 03091503.xhp
msgctxt ""
@@ -8154,7 +8142,7 @@ msgctxt ""
"par_id3159379\n"
"help.text"
msgid "<image id=\"img_id3159386\" src=\"res/helpimg/starmath/op22002.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3159386\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3159386\" src=\"res/helpimg/starmath/op22002.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3159386\">ምልክት</alt></image>"
#: 03091503.xhp
msgctxt ""
@@ -8171,7 +8159,7 @@ msgctxt ""
"par_id3158166\n"
"help.text"
msgid "<image id=\"img_id3158173\" src=\"res/helpimg/starmath/op21401.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158173\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3158173\" src=\"res/helpimg/starmath/op21401.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158173\">ምልክት</alt></image>"
#: 03091503.xhp
msgctxt ""
@@ -8188,7 +8176,7 @@ msgctxt ""
"par_id3152402\n"
"help.text"
msgid "<image id=\"img_id3152408\" src=\"res/helpimg/starmath/op21405.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152408\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3152408\" src=\"res/helpimg/starmath/op21405.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152408\">ምልክት</alt></image>"
#: 03091503.xhp
msgctxt ""
@@ -8205,7 +8193,7 @@ msgctxt ""
"par_id3158212\n"
"help.text"
msgid "<image id=\"img_id3158218\" src=\"res/helpimg/starmath/op21402.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158218\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3158218\" src=\"res/helpimg/starmath/op21402.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158218\">ምልክት</alt></image>"
#: 03091503.xhp
msgctxt ""
@@ -8222,7 +8210,7 @@ msgctxt ""
"par_id3158819\n"
"help.text"
msgid "<image id=\"img_id3158825\" src=\"res/helpimg/starmath/op21413.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158825\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3158825\" src=\"res/helpimg/starmath/op21413.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158825\">ምልክት</alt></image>"
#: 03091503.xhp
msgctxt ""
@@ -8239,7 +8227,7 @@ msgctxt ""
"par_id3158966\n"
"help.text"
msgid "<image id=\"img_id3158973\" src=\"res/helpimg/starmath/op21414.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158973\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3158973\" src=\"res/helpimg/starmath/op21414.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158973\">ምልክት</alt></image>"
#: 03091503.xhp
msgctxt ""
@@ -8256,7 +8244,7 @@ msgctxt ""
"par_id3159114\n"
"help.text"
msgid "<image id=\"img_id3159120\" src=\"res/helpimg/starmath/op21415.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3159120\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3159120\" src=\"res/helpimg/starmath/op21415.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3159120\">ምልክት</alt></image>"
#: 03091503.xhp
msgctxt ""
@@ -8273,7 +8261,7 @@ msgctxt ""
"par_id3163002\n"
"help.text"
msgid "<image id=\"img_id3163008\" src=\"res/helpimg/starmath/op21416.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163008\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3163008\" src=\"res/helpimg/starmath/op21416.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163008\">ምልክት</alt></image>"
#: 03091503.xhp
msgctxt ""
@@ -8298,7 +8286,7 @@ msgctxt ""
"par_id3158359\n"
"help.text"
msgid "<image id=\"img_id3158366\" src=\"res/helpimg/starmath/op21403.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158366\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3158366\" src=\"res/helpimg/starmath/op21403.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158366\">ምልክት</alt></image>"
#: 03091503.xhp
msgctxt ""
@@ -8315,7 +8303,7 @@ msgctxt ""
"par_id3156480\n"
"help.text"
msgid "<image id=\"img_id3156486\" src=\"res/helpimg/starmath/op21421.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156486\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156486\" src=\"res/helpimg/starmath/op21421.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156486\">ምልክት</alt></image>"
#: 03091503.xhp
msgctxt ""
@@ -8340,7 +8328,7 @@ msgctxt ""
"par_id3145932\n"
"help.text"
msgid "<image id=\"img_id3145938\" src=\"res/helpimg/starmath/op21407.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145938\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145938\" src=\"res/helpimg/starmath/op21407.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145938\">ምልክት</alt></image>"
#: 03091503.xhp
msgctxt ""
@@ -8357,7 +8345,7 @@ msgctxt ""
"par_id3163149\n"
"help.text"
msgid "<image id=\"img_id3163156\" src=\"res/helpimg/starmath/op21417.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163156\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3163156\" src=\"res/helpimg/starmath/op21417.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163156\">ምልክት</alt></image>"
#: 03091503.xhp
msgctxt ""
@@ -8374,7 +8362,7 @@ msgctxt ""
"par_id3163444\n"
"help.text"
msgid "<image id=\"img_id3163450\" src=\"res/helpimg/starmath/op21419.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163450\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3163450\" src=\"res/helpimg/starmath/op21419.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163450\">ምልክት</alt></image>"
#: 03091503.xhp
msgctxt ""
@@ -8391,7 +8379,7 @@ msgctxt ""
"par_id3163591\n"
"help.text"
msgid "<image id=\"img_id3163598\" src=\"res/helpimg/starmath/op21420.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163598\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3163598\" src=\"res/helpimg/starmath/op21420.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163598\">ምልክት</alt></image>"
#: 03091503.xhp
msgctxt ""
@@ -8408,7 +8396,7 @@ msgctxt ""
"par_id3163296\n"
"help.text"
msgid "<image id=\"img_id3163303\" src=\"res/helpimg/starmath/op21418.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163303\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3163303\" src=\"res/helpimg/starmath/op21418.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163303\">ምልክት</alt></image>"
#: 03091503.xhp
msgctxt ""
@@ -8425,7 +8413,7 @@ msgctxt ""
"par_id3146357\n"
"help.text"
msgid "<image id=\"img_id3146363\" src=\"res/helpimg/starmath/op21408.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146363\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146363\" src=\"res/helpimg/starmath/op21408.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146363\">ምልክት</alt></image>"
#: 03091503.xhp
msgctxt ""
@@ -8434,7 +8422,7 @@ msgctxt ""
"54\n"
"help.text"
msgid "Slash / for quotient set (slash) between characters"
-msgstr "ስላሽ / ለ ኮሸንት ማሰናጃ (ስላሽ) በ ባሀኢዎች መካከል"
+msgstr "ስላሽ / ለ ክፍያ ውጤት ማሰናጃ (ስላሽ) በ ባህሪዎች መካከል"
#: 03091503.xhp
msgctxt ""
@@ -8442,7 +8430,7 @@ msgctxt ""
"par_id3146652\n"
"help.text"
msgid "<image id=\"img_id3146659\" src=\"res/helpimg/starmath/op21409.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146659\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146659\" src=\"res/helpimg/starmath/op21409.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146659\">ምልክት</alt></image>"
#: 03091503.xhp
msgctxt ""
@@ -8459,7 +8447,7 @@ msgctxt ""
"par_id3146800\n"
"help.text"
msgid "<image id=\"img_id3146806\" src=\"res/helpimg/starmath/op21410.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146806\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146806\" src=\"res/helpimg/starmath/op21410.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146806\">ምልክት</alt></image>"
#: 03091503.xhp
msgctxt ""
@@ -8476,7 +8464,7 @@ msgctxt ""
"par_id3158524\n"
"help.text"
msgid "<image id=\"img_id3158530\" src=\"res/helpimg/starmath/op21411.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158530\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3158530\" src=\"res/helpimg/starmath/op21411.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158530\">ምልክት</alt></image>"
#: 03091503.xhp
msgctxt ""
@@ -8493,7 +8481,7 @@ msgctxt ""
"par_id3158671\n"
"help.text"
msgid "<image id=\"img_id3158678\" src=\"res/helpimg/starmath/op21412.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158678\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3158678\" src=\"res/helpimg/starmath/op21412.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158678\">ምልክት</alt></image>"
#: 03091503.xhp
msgctxt ""
@@ -8510,7 +8498,7 @@ msgctxt ""
"par_id3152548\n"
"help.text"
msgid "<image id=\"img_id3152555\" src=\"res/helpimg/starmath/op21406.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152555\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3152555\" src=\"res/helpimg/starmath/op21406.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152555\">ምልክት</alt></image>"
#: 03091503.xhp
msgctxt ""
@@ -8557,10 +8545,9 @@ msgstr "የተጻፉ (ትእዛዞች)"
msgctxt ""
"03091504.xhp\n"
"par_id3156681\n"
-"481\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "ምልክቶች በ አካሎች መስኮት ውስጥ"
+msgid "Symbol in Elements pane"
+msgstr "ምልክት በ አካላቶች ክፍል ውስጥ"
#: 03091504.xhp
msgctxt ""
@@ -8577,7 +8564,7 @@ msgctxt ""
"par_id3166018\n"
"help.text"
msgid "<image id=\"img_id3166024\" src=\"res/helpimg/starmath/fu21501.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3166024\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3166024\" src=\"res/helpimg/starmath/fu21501.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3166024\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -8594,7 +8581,7 @@ msgctxt ""
"par_id3164840\n"
"help.text"
msgid "<image id=\"img_id3164847\" src=\"res/helpimg/starmath/fu21518.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3164847\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3164847\" src=\"res/helpimg/starmath/fu21518.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3164847\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -8611,7 +8598,7 @@ msgctxt ""
"par_id3165134\n"
"help.text"
msgid "<image id=\"img_id3165141\" src=\"res/helpimg/starmath/fu21520.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3165141\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3165141\" src=\"res/helpimg/starmath/fu21520.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3165141\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -8628,7 +8615,7 @@ msgctxt ""
"par_id3166312\n"
"help.text"
msgid "<image id=\"img_id3166318\" src=\"res/helpimg/starmath/fu21522.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3166318\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3166318\" src=\"res/helpimg/starmath/fu21522.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3166318\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -8645,7 +8632,7 @@ msgctxt ""
"par_id3143430\n"
"help.text"
msgid "<image id=\"img_id3143436\" src=\"res/helpimg/starmath/fu21524.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3143436\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3143436\" src=\"res/helpimg/starmath/fu21524.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3143436\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -8662,7 +8649,7 @@ msgctxt ""
"par_id3152238\n"
"help.text"
msgid "<image id=\"img_id3152244\" src=\"res/helpimg/starmath/fu21517.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152244\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3152244\" src=\"res/helpimg/starmath/fu21517.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152244\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -8679,7 +8666,7 @@ msgctxt ""
"par_id3164987\n"
"help.text"
msgid "<image id=\"img_id3164994\" src=\"res/helpimg/starmath/fu21519.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3164994\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3164994\" src=\"res/helpimg/starmath/fu21519.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3164994\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -8696,7 +8683,7 @@ msgctxt ""
"par_id3166165\n"
"help.text"
msgid "<image id=\"img_id3166172\" src=\"res/helpimg/starmath/fu21521.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3166172\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3166172\" src=\"res/helpimg/starmath/fu21521.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3166172\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -8713,7 +8700,7 @@ msgctxt ""
"par_id3166459\n"
"help.text"
msgid "<image id=\"img_id3166465\" src=\"res/helpimg/starmath/fu21523.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3166465\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3166465\" src=\"res/helpimg/starmath/fu21523.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3166465\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -8739,7 +8726,7 @@ msgctxt ""
"par_id3151649\n"
"help.text"
msgid "<image id=\"img_id3151656\" src=\"res/helpimg/starmath/fu21510.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151656\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151656\" src=\"res/helpimg/starmath/fu21510.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151656\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -8756,7 +8743,7 @@ msgctxt ""
"par_id3165576\n"
"help.text"
msgid "<image id=\"img_id3165583\" src=\"res/helpimg/starmath/fu21514.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3165583\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3165583\" src=\"res/helpimg/starmath/fu21514.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3165583\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -8773,7 +8760,7 @@ msgctxt ""
"par_id3151944\n"
"help.text"
msgid "<image id=\"img_id3151950\" src=\"res/helpimg/starmath/fu21512.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151950\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151950\" src=\"res/helpimg/starmath/fu21512.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151950\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -8790,7 +8777,7 @@ msgctxt ""
"par_id3165871\n"
"help.text"
msgid "<image id=\"img_id3165877\" src=\"res/helpimg/starmath/fu21516.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3165877\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3165877\" src=\"res/helpimg/starmath/fu21516.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3165877\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -8807,7 +8794,7 @@ msgctxt ""
"par_id3157074\n"
"help.text"
msgid "<image id=\"img_id3157080\" src=\"res/helpimg/starmath/fu21507.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3157080\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3157080\" src=\"res/helpimg/starmath/fu21507.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3157080\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -8824,7 +8811,7 @@ msgctxt ""
"par_id3143577\n"
"help.text"
msgid "<image id=\"img_id3143584\" src=\"res/helpimg/starmath/fu21502.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3143584\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3143584\" src=\"res/helpimg/starmath/fu21502.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3143584\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -8841,7 +8828,7 @@ msgctxt ""
"par_id3156780\n"
"help.text"
msgid "<image id=\"img_id3156786\" src=\"res/helpimg/starmath/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156786\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156786\" src=\"res/helpimg/starmath/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156786\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -8858,7 +8845,7 @@ msgctxt ""
"par_id3156927\n"
"help.text"
msgid "<image id=\"img_id3156934\" src=\"res/helpimg/starmath/fu21506.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156934\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3156934\" src=\"res/helpimg/starmath/fu21506.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156934\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -8875,7 +8862,7 @@ msgctxt ""
"par_id3157220\n"
"help.text"
msgid "<image id=\"img_id3157227\" src=\"res/helpimg/starmath/fu21508.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3157227\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3157227\" src=\"res/helpimg/starmath/fu21508.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3157227\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -8892,7 +8879,7 @@ msgctxt ""
"par_id3165282\n"
"help.text"
msgid "<image id=\"img_id3165288\" src=\"res/helpimg/starmath/fu21504.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3165288\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3165288\" src=\"res/helpimg/starmath/fu21504.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3165288\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -8909,7 +8896,7 @@ msgctxt ""
"par_id3151502\n"
"help.text"
msgid "<image id=\"img_id3151509\" src=\"res/helpimg/starmath/fu21509.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151509\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151509\" src=\"res/helpimg/starmath/fu21509.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151509\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -8926,7 +8913,7 @@ msgctxt ""
"par_id3165429\n"
"help.text"
msgid "<image id=\"img_id3165436\" src=\"res/helpimg/starmath/fu21513.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3165436\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3165436\" src=\"res/helpimg/starmath/fu21513.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3165436\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -8943,7 +8930,7 @@ msgctxt ""
"par_id3152091\n"
"help.text"
msgid "<image id=\"img_id3152097\" src=\"res/helpimg/starmath/fu21503.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152097\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3152097\" src=\"res/helpimg/starmath/fu21503.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152097\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -8969,7 +8956,7 @@ msgctxt ""
"par_id3157368\n"
"help.text"
msgid "<image id=\"img_id3157375\" src=\"res/helpimg/starmath/fu21908.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3157375\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3157375\" src=\"res/helpimg/starmath/fu21908.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3157375\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -8986,7 +8973,7 @@ msgctxt ""
"par_id3151796\n"
"help.text"
msgid "<image id=\"img_id3151803\" src=\"res/helpimg/starmath/fu21511.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151803\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151803\" src=\"res/helpimg/starmath/fu21511.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151803\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -9003,7 +8990,7 @@ msgctxt ""
"par_id3165723\n"
"help.text"
msgid "<image id=\"img_id3165730\" src=\"res/helpimg/starmath/fu21515.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3165730\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3165730\" src=\"res/helpimg/starmath/fu21515.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3165730\">ምልክት</alt></image>"
#: 03091504.xhp
msgctxt ""
@@ -9050,10 +9037,9 @@ msgstr "የተጻፉ (ትእዛዞች)"
msgctxt ""
"03091505.xhp\n"
"par_id3143994\n"
-"484\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "ምልክቶች በ አካሎች መስኮት ውስጥ"
+msgid "Symbol in Elements pane"
+msgstr "ምልክት በ አካላቶች ክፍል ውስጥ"
#: 03091505.xhp
msgctxt ""
@@ -9070,7 +9056,7 @@ msgctxt ""
"par_id3144534\n"
"help.text"
msgid "<image id=\"img_id3144541\" src=\"res/helpimg/starmath/fo21604.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3144541\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3144541\" src=\"res/helpimg/starmath/fo21604.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3144541\">ምልክት</alt></image>"
#: 03091505.xhp
msgctxt ""
@@ -9079,7 +9065,7 @@ msgctxt ""
"142\n"
"help.text"
msgid "Coproduct"
-msgstr ""
+msgstr "ኮኦፕሮዳክት"
#: 03091505.xhp
msgctxt ""
@@ -9087,7 +9073,7 @@ msgctxt ""
"par_id3166611\n"
"help.text"
msgid "<image id=\"img_id3166618\" src=\"res/helpimg/starmath/fo21614.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3166618\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3166618\" src=\"res/helpimg/starmath/fo21614.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3166618\">ምልክት</alt></image>"
#: 03091505.xhp
msgctxt ""
@@ -9104,7 +9090,7 @@ msgctxt ""
"par_id3144681\n"
"help.text"
msgid "<image id=\"img_id3144688\" src=\"res/helpimg/starmath/fo21613.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3144688\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3144688\" src=\"res/helpimg/starmath/fo21613.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3144688\">ምልክት</alt></image>"
#: 03091505.xhp
msgctxt ""
@@ -9121,7 +9107,7 @@ msgctxt ""
"par_id3145083\n"
"help.text"
msgid "<image id=\"img_id3166470\" src=\"res/helpimg/starmath/fo21607.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3166470\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3166470\" src=\"res/helpimg/starmath/fo21607.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3166470\">ምልክት</alt></image>"
#: 03091505.xhp
msgctxt ""
@@ -9130,7 +9116,7 @@ msgctxt ""
"158\n"
"help.text"
msgid "Triple integral"
-msgstr ""
+msgstr "ትሪፕል ኢንትግራል"
#: 03091505.xhp
msgctxt ""
@@ -9138,7 +9124,7 @@ msgctxt ""
"par_id3144936\n"
"help.text"
msgid "<image id=\"img_id3144943\" src=\"res/helpimg/starmath/fo21606.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3144943\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3144943\" src=\"res/helpimg/starmath/fo21606.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3144943\">ምልክት</alt></image>"
#: 03091505.xhp
msgctxt ""
@@ -9155,7 +9141,7 @@ msgctxt ""
"par_id3144789\n"
"help.text"
msgid "<image id=\"img_id3144796\" src=\"res/helpimg/starmath/fo21605.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3144796\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3144796\" src=\"res/helpimg/starmath/fo21605.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3144796\">ምልክት</alt></image>"
#: 03091505.xhp
msgctxt ""
@@ -9190,7 +9176,7 @@ msgctxt ""
"par_id3166719\n"
"help.text"
msgid "<image id=\"img_id3166725\" src=\"res/helpimg/starmath/fo21609.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3166725\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3166725\" src=\"res/helpimg/starmath/fo21609.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3166725\">ምልክት</alt></image>"
#: 03091505.xhp
msgctxt ""
@@ -9207,7 +9193,7 @@ msgctxt ""
"par_id3166866\n"
"help.text"
msgid "<image id=\"img_id3166872\" src=\"res/helpimg/starmath/fo21610.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3166872\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3166872\" src=\"res/helpimg/starmath/fo21610.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3166872\">ምልክት</alt></image>"
#: 03091505.xhp
msgctxt ""
@@ -9224,7 +9210,7 @@ msgctxt ""
"par_id3167013\n"
"help.text"
msgid "<image id=\"img_id3167020\" src=\"res/helpimg/starmath/fo21611.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3167020\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3167020\" src=\"res/helpimg/starmath/fo21611.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3167020\">ምልክት</alt></image>"
#: 03091505.xhp
msgctxt ""
@@ -9250,7 +9236,7 @@ msgctxt ""
"par_id3144387\n"
"help.text"
msgid "<image id=\"img_id3144394\" src=\"res/helpimg/starmath/fo21603.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3144394\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3144394\" src=\"res/helpimg/starmath/fo21603.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3144394\">ምልክት</alt></image>"
#: 03091505.xhp
msgctxt ""
@@ -9267,7 +9253,7 @@ msgctxt ""
"par_id3144240\n"
"help.text"
msgid "<image id=\"img_id3144247\" src=\"res/helpimg/starmath/fo21602.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3144247\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3144247\" src=\"res/helpimg/starmath/fo21602.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3144247\">ምልክት</alt></image>"
#: 03091505.xhp
msgctxt ""
@@ -9284,7 +9270,7 @@ msgctxt ""
"par_id3167161\n"
"help.text"
msgid "<image id=\"img_id3167167\" src=\"res/helpimg/starmath/fo21615.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3167167\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3167167\" src=\"res/helpimg/starmath/fo21615.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3167167\">ምልክት</alt></image>"
#: 03091505.xhp
msgctxt ""
@@ -9301,7 +9287,7 @@ msgctxt ""
"par_id3144093\n"
"help.text"
msgid "<image id=\"img_id3144100\" src=\"res/helpimg/starmath/fo21601.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3144100\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3144100\" src=\"res/helpimg/starmath/fo21601.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3144100\">ምልክት</alt></image>"
#: 03091505.xhp
msgctxt ""
@@ -9348,10 +9334,9 @@ msgstr "የተጻፉ (ትእዛዞች)"
msgctxt ""
"03091506.xhp\n"
"par_id3167610\n"
-"487\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "ምልክቶች በ አካሎች መስኮት ውስጥ"
+msgid "Symbol in Elements pane"
+msgstr "ምልክት በ አካላቶች ክፍል ውስጥ"
#: 03091506.xhp
msgctxt ""
@@ -9368,7 +9353,7 @@ msgctxt ""
"par_id3167709\n"
"help.text"
msgid "<image id=\"img_id3167716\" src=\"res/helpimg/starmath/at21701.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3167716\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3167716\" src=\"res/helpimg/starmath/at21701.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3167716\">ምልክት</alt></image>"
#: 03091506.xhp
msgctxt ""
@@ -9385,7 +9370,7 @@ msgctxt ""
"par_id3159771\n"
"help.text"
msgid "<image id=\"img_id3159778\" src=\"res/helpimg/starmath/at21705.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3159778\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3159778\" src=\"res/helpimg/starmath/at21705.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3159778\">ምልክት</alt></image>"
#: 03091506.xhp
msgctxt ""
@@ -9419,7 +9404,7 @@ msgctxt ""
"par_id3168153\n"
"help.text"
msgid "<image id=\"img_id3168160\" src=\"res/helpimg/starmath/at21704.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3168160\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3168160\" src=\"res/helpimg/starmath/at21704.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3168160\">ምልክት</alt></image>"
#: 03091506.xhp
msgctxt ""
@@ -9436,7 +9421,7 @@ msgctxt ""
"par_id3168006\n"
"help.text"
msgid "<image id=\"img_id3168012\" src=\"res/helpimg/starmath/at21703.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168012\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3168012\" src=\"res/helpimg/starmath/at21703.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168012\">ምልክት</alt></image>"
#: 03091506.xhp
msgctxt ""
@@ -9453,7 +9438,7 @@ msgctxt ""
"par_id3168303\n"
"help.text"
msgid "<image id=\"img_id3168309\" src=\"res/helpimg/starmath/at21709.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168309\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3168309\" src=\"res/helpimg/starmath/at21709.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168309\">ምልክት</alt></image>"
#: 03091506.xhp
msgctxt ""
@@ -9479,7 +9464,7 @@ msgctxt ""
"349\n"
"help.text"
msgid "The <emph>color</emph> command changes the character color; first enter the <emph>color</emph> command directly in the <emph>Commands</emph> window. Then enter the color name (black, white, cyan, magenta, red, blue, green, or yellow). Then enter the characters to be changed."
-msgstr "የ <emph>ቀለም</emph> ትእዛዝ የ ባህሪዎችን ቀለም ይቀይራል; በ መጀመሪያ ያስገቡ የ <emph>ቀለም</emph> ትእዛዝ በ ቅጥታ በ <emph>ትእዛዝ</emph> መስኮት ውስጥ: እና ከዛ ያስገቡ የ ቀለም ስም (ጥቁር: ነጭ: አረንጓዴ ሰማያዊ: ቀይ የ ወይን ጠጅ: ቀይ: ሰማያዊ: አረንጓዴ: ወይንም ቢጫ) እና ከዛ የሚቀየረውን ባህሪ ያስገቡ"
+msgstr "የ <emph>ቀለም</emph> ትእዛዝ የ ባህሪዎችን ቀለም ይቀይራል; በ መጀመሪያ ያስገቡ የ <emph>ቀለም</emph> ትእዛዝ በ ቅጥታ በ <emph>ትእዛዝ</emph> መስኮት ውስጥ: እና ከዛ ያስገቡ የ ቀለም ስም (ጥቁር: ነጭ: ሲያን: ማጄንታ: ቀይ: ሰማያዊ: አረንጓዴ: ወይንም ቢጫ) እና ከዛ የሚቀየረውን ባህሪ ያስገቡ"
#: 03091506.xhp
msgctxt ""
@@ -9487,7 +9472,7 @@ msgctxt ""
"par_id3161104\n"
"help.text"
msgid "<image id=\"img_id3161111\" src=\"res/helpimg/starmath/at21712.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3161111\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3161111\" src=\"res/helpimg/starmath/at21712.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3161111\">ምልክት</alt></image>"
#: 03091506.xhp
msgctxt ""
@@ -9504,7 +9489,7 @@ msgctxt ""
"par_id3160512\n"
"help.text"
msgid "<image id=\"img_id3160519\" src=\"res/helpimg/starmath/at21711.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160519\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3160519\" src=\"res/helpimg/starmath/at21711.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160519\">ምልክት</alt></image>"
#: 03091506.xhp
msgctxt ""
@@ -9521,7 +9506,7 @@ msgctxt ""
"par_id3159919\n"
"help.text"
msgid "<image id=\"img_id3159926\" src=\"res/helpimg/starmath/at21710.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3159926\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3159926\" src=\"res/helpimg/starmath/at21710.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3159926\">ምልክት</alt></image>"
#: 03091506.xhp
msgctxt ""
@@ -9538,7 +9523,7 @@ msgctxt ""
"par_id3167857\n"
"help.text"
msgid "<image id=\"img_id3167864\" src=\"res/helpimg/starmath/at21702.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3167864\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3167864\" src=\"res/helpimg/starmath/at21702.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3167864\">ምልክት</alt></image>"
#: 03091506.xhp
msgctxt ""
@@ -9555,7 +9540,7 @@ msgctxt ""
"par_id3159622\n"
"help.text"
msgid "<image id=\"img_id3159628\" src=\"res/helpimg/starmath/at21707.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3159628\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3159628\" src=\"res/helpimg/starmath/at21707.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3159628\">ምልክት</alt></image>"
#: 03091506.xhp
msgctxt ""
@@ -9607,7 +9592,7 @@ msgctxt ""
"par_id3160659\n"
"help.text"
msgid "<image id=\"img_id3160666\" src=\"res/helpimg/starmath/at21713.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160666\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3160666\" src=\"res/helpimg/starmath/at21713.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160666\">ምልክት</alt></image>"
#: 03091506.xhp
msgctxt ""
@@ -9624,7 +9609,7 @@ msgctxt ""
"par_id3160956\n"
"help.text"
msgid "<image id=\"img_id3160962\" src=\"res/helpimg/starmath/at21715.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160962\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3160962\" src=\"res/helpimg/starmath/at21715.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160962\">ምልክት</alt></image>"
#: 03091506.xhp
msgctxt ""
@@ -9641,7 +9626,7 @@ msgctxt ""
"par_id3161252\n"
"help.text"
msgid "<image id=\"img_id3161259\" src=\"res/helpimg/starmath/at21716.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3161259\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3161259\" src=\"res/helpimg/starmath/at21716.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3161259\">ምልክት</alt></image>"
#: 03091506.xhp
msgctxt ""
@@ -9658,7 +9643,7 @@ msgctxt ""
"par_id3168599\n"
"help.text"
msgid "<image id=\"img_id3168605\" src=\"res/helpimg/starmath/at21708.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168605\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3168605\" src=\"res/helpimg/starmath/at21708.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168605\">ምልክት</alt></image>"
#: 03091506.xhp
msgctxt ""
@@ -9675,7 +9660,7 @@ msgctxt ""
"par_id3160808\n"
"help.text"
msgid "<image id=\"img_id3160814\" src=\"res/helpimg/starmath/at21714.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160814\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3160814\" src=\"res/helpimg/starmath/at21714.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160814\">ምልክት</alt></image>"
#: 03091506.xhp
msgctxt ""
@@ -9692,7 +9677,7 @@ msgctxt ""
"par_id3168451\n"
"help.text"
msgid "<image id=\"img_id3168457\" src=\"res/helpimg/starmath/im21106.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168457\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3168457\" src=\"res/helpimg/starmath/im21106.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168457\">ምልክት</alt></image>"
#: 03091506.xhp
msgctxt ""
@@ -9709,7 +9694,7 @@ msgctxt ""
"par_id3160364\n"
"help.text"
msgid "<image id=\"img_id3160370\" src=\"res/helpimg/starmath/at21722.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160370\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3160370\" src=\"res/helpimg/starmath/at21722.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160370\">ምልክት</alt></image>"
#: 03091506.xhp
msgctxt ""
@@ -9726,7 +9711,7 @@ msgctxt ""
"par_id3160215\n"
"help.text"
msgid "<image id=\"img_id3160222\" src=\"res/helpimg/starmath/at21723.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160222\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3160222\" src=\"res/helpimg/starmath/at21723.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160222\">ምልክት</alt></image>"
#: 03091506.xhp
msgctxt ""
@@ -9743,7 +9728,7 @@ msgctxt ""
"par_id3160067\n"
"help.text"
msgid "<image id=\"img_id3160074\" src=\"res/helpimg/starmath/at21724.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160074\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3160074\" src=\"res/helpimg/starmath/at21724.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160074\">ምልክት</alt></image>"
#: 03091506.xhp
msgctxt ""
@@ -9790,10 +9775,9 @@ msgstr "የተጻፉ (ትእዛዞች)"
msgctxt ""
"03091507.xhp\n"
"par_id3162086\n"
-"490\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "ምልክቶች በ አካሎች መስኮት ውስጥ"
+msgid "Symbol in Elements pane"
+msgstr "ምልክት በ አካላቶች ክፍል ውስጥ"
#: 03091507.xhp
msgctxt ""
@@ -9819,7 +9803,7 @@ msgctxt ""
"par_id3179931\n"
"help.text"
msgid "<image id=\"img_id3179937\" src=\"res/helpimg/starmath/mi22008.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179937\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3179937\" src=\"res/helpimg/starmath/mi22008.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179937\">ምልክት</alt></image>"
#: 03091507.xhp
msgctxt ""
@@ -9836,7 +9820,7 @@ msgctxt ""
"par_id3180374\n"
"help.text"
msgid "<image id=\"img_id3180380\" src=\"res/helpimg/starmath/mi22010.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3180380\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3180380\" src=\"res/helpimg/starmath/mi22010.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3180380\">ምልክት</alt></image>"
#: 03091507.xhp
msgctxt ""
@@ -9853,7 +9837,7 @@ msgctxt ""
"par_id3179784\n"
"help.text"
msgid "<image id=\"img_id3179790\" src=\"res/helpimg/starmath/mi22011.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179790\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3179790\" src=\"res/helpimg/starmath/mi22011.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179790\">ምልክት</alt></image>"
#: 03091507.xhp
msgctxt ""
@@ -9878,7 +9862,7 @@ msgctxt ""
"par_id3180078\n"
"help.text"
msgid "<image id=\"img_id3180085\" src=\"res/helpimg/starmath/mi22009.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3180085\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3180085\" src=\"res/helpimg/starmath/mi22009.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3180085\">ምልክት</alt></image>"
#: 03091507.xhp
msgctxt ""
@@ -9895,7 +9879,7 @@ msgctxt ""
"par_id3180226\n"
"help.text"
msgid "<image id=\"img_id3180233\" src=\"res/helpimg/starmath/mi22012.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3180233\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3180233\" src=\"res/helpimg/starmath/mi22012.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3180233\">ምልክት</alt></image>"
#: 03091507.xhp
msgctxt ""
@@ -9912,7 +9896,7 @@ msgctxt ""
"par_id3179636\n"
"help.text"
msgid "<image id=\"img_id3179643\" src=\"res/helpimg/starmath/mi22019.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179643\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3179643\" src=\"res/helpimg/starmath/mi22019.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179643\">ምልክት</alt></image>"
#: 03091507.xhp
msgctxt ""
@@ -9929,7 +9913,7 @@ msgctxt ""
"par_id3162627\n"
"help.text"
msgid "<image id=\"img_id3162633\" src=\"res/helpimg/starmath/mi21608.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3162633\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3162633\" src=\"res/helpimg/starmath/mi21608.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3162633\">ምልክት</alt></image>"
#: 03091507.xhp
msgctxt ""
@@ -9938,7 +9922,7 @@ msgctxt ""
"150\n"
"help.text"
msgid "Existential quantifier, there is at least one"
-msgstr ""
+msgstr "ሁሉም የነበረ: ቢያንስ አንድ አለ"
#: 03091507.xhp
msgctxt ""
@@ -9946,7 +9930,7 @@ msgctxt ""
"par_idA3162627\n"
"help.text"
msgid "<image id=\"img_idA3162633\" src=\"res/helpimg/starmath/mi21618.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_idA3162633\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_idA3162633\" src=\"res/helpimg/starmath/mi21618.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_idA3162633\">ምልክት</alt></image>"
#: 03091507.xhp
msgctxt ""
@@ -9955,7 +9939,7 @@ msgctxt ""
"150\n"
"help.text"
msgid "Existential quantifier, there does not exist"
-msgstr ""
+msgstr "ሁሉም የነበረ: ምንም የለም"
#: 03091507.xhp
msgctxt ""
@@ -9963,7 +9947,7 @@ msgctxt ""
"par_id3162775\n"
"help.text"
msgid "<image id=\"img_id3162781\" src=\"res/helpimg/starmath/mi21612.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3162781\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3162781\" src=\"res/helpimg/starmath/mi21612.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3162781\">ምልክት</alt></image>"
#: 03091507.xhp
msgctxt ""
@@ -9980,7 +9964,7 @@ msgctxt ""
"par_id3162922\n"
"help.text"
msgid "<image id=\"img_id3178464\" src=\"res/helpimg/starmath/mi22014.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3178464\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3178464\" src=\"res/helpimg/starmath/mi22014.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3178464\">ምልክት</alt></image>"
#: 03091507.xhp
msgctxt ""
@@ -9997,7 +9981,7 @@ msgctxt ""
"par_id3178900\n"
"help.text"
msgid "<image id=\"img_id3178906\" src=\"res/helpimg/starmath/mi22004.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3178906\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3178906\" src=\"res/helpimg/starmath/mi22004.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3178906\">ምልክት</alt></image>"
#: 03091507.xhp
msgctxt ""
@@ -10022,7 +10006,7 @@ msgctxt ""
"par_id3162185\n"
"help.text"
msgid "<image id=\"img_id3162192\" src=\"res/helpimg/starmath/mi22005.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3162192\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3162192\" src=\"res/helpimg/starmath/mi22005.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3162192\">ምልክት</alt></image>"
#: 03091507.xhp
msgctxt ""
@@ -10039,7 +10023,7 @@ msgctxt ""
"par_id3178604\n"
"help.text"
msgid "<image id=\"img_id3178611\" src=\"res/helpimg/starmath/mi22015.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3178611\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3178611\" src=\"res/helpimg/starmath/mi22015.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3178611\">ምልክት</alt></image>"
#: 03091507.xhp
msgctxt ""
@@ -10056,7 +10040,7 @@ msgctxt ""
"par_id3179195\n"
"help.text"
msgid "<image id=\"img_id3179201\" src=\"res/helpimg/starmath/mi22016.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179201\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3179201\" src=\"res/helpimg/starmath/mi22016.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179201\">ምልክት</alt></image>"
#: 03091507.xhp
msgctxt ""
@@ -10073,7 +10057,7 @@ msgctxt ""
"par_id3162480\n"
"help.text"
msgid "<image id=\"img_id3162486\" src=\"res/helpimg/starmath/mi22013.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3162486\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3162486\" src=\"res/helpimg/starmath/mi22013.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3162486\">ምልክት</alt></image>"
#: 03091507.xhp
msgctxt ""
@@ -10090,7 +10074,7 @@ msgctxt ""
"par_id3162332\n"
"help.text"
msgid "<image id=\"img_id3162339\" src=\"res/helpimg/starmath/mi22006.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3162339\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3162339\" src=\"res/helpimg/starmath/mi22006.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3162339\">ምልክት</alt></image>"
#: 03091507.xhp
msgctxt ""
@@ -10099,7 +10083,7 @@ msgctxt ""
"228\n"
"help.text"
msgid "Partial derivative or set margin"
-msgstr ""
+msgstr "በ ከፊል የ መነጨው ወይንም መስመር ማሰናጃ"
#: 03091507.xhp
msgctxt ""
@@ -10107,7 +10091,7 @@ msgctxt ""
"par_id3178752\n"
"help.text"
msgid "<image id=\"img_id3178759\" src=\"res/helpimg/starmath/mi22003.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3178759\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3178759\" src=\"res/helpimg/starmath/mi22003.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3178759\">ምልክት</alt></image>"
#: 03091507.xhp
msgctxt ""
@@ -10124,7 +10108,7 @@ msgctxt ""
"par_id3179342\n"
"help.text"
msgid "<image id=\"img_id3179349\" src=\"res/helpimg/starmath/mi22017.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179349\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3179349\" src=\"res/helpimg/starmath/mi22017.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179349\">ምልክት</alt></image>"
#: 03091507.xhp
msgctxt ""
@@ -10141,7 +10125,7 @@ msgctxt ""
"par_id3179489\n"
"help.text"
msgid "<image id=\"img_id3179496\" src=\"res/helpimg/starmath/mi22018.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179496\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3179496\" src=\"res/helpimg/starmath/mi22018.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179496\">ምልክት</alt></image>"
#: 03091507.xhp
msgctxt ""
@@ -10158,7 +10142,7 @@ msgctxt ""
"par_id3179047\n"
"help.text"
msgid "<image id=\"img_id3179054\" src=\"res/helpimg/starmath/mi22007.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179054\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3179054\" src=\"res/helpimg/starmath/mi22007.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3179054\">ምልክት</alt></image>"
#: 03091507.xhp
msgctxt ""
@@ -10167,7 +10151,7 @@ msgctxt ""
"230\n"
"help.text"
msgid "p function, Weierstrass p"
-msgstr ""
+msgstr "p ተግባር: ዌይርስታራስ p"
#: 03091508.xhp
msgctxt ""
@@ -10206,8 +10190,8 @@ msgctxt ""
"03091508.xhp\n"
"par_id3180684\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "ምልክቶች በ አካሎች መስኮት ውስጥ"
+msgid "Symbol in Elements pane"
+msgstr "ምልክት በ አካላቶች ክፍል ውስጥ"
#: 03091508.xhp
msgctxt ""
@@ -10223,7 +10207,7 @@ msgctxt ""
"par_id3180783\n"
"help.text"
msgid "<image id=\"img_id3180789\" src=\"res/helpimg/starmath/al21801.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3180789\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3180789\" src=\"res/helpimg/starmath/al21801.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3180789\">ምልክት</alt></image>"
#: 03091508.xhp
msgctxt ""
@@ -10239,7 +10223,7 @@ msgctxt ""
"par_id3180930\n"
"help.text"
msgid "<image id=\"img_id3180936\" src=\"res/helpimg/starmath/al21802.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3180936\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3180936\" src=\"res/helpimg/starmath/al21802.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3180936\">ምልክት</alt></image>"
#: 03091508.xhp
msgctxt ""
@@ -10255,7 +10239,7 @@ msgctxt ""
"par_id3181078\n"
"help.text"
msgid "<image id=\"img_id3181084\" src=\"res/helpimg/starmath/al21823.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181084\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3181084\" src=\"res/helpimg/starmath/al21823.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181084\">ምልክት</alt></image>"
#: 03091508.xhp
msgctxt ""
@@ -10271,7 +10255,7 @@ msgctxt ""
"par_id3181229\n"
"help.text"
msgid "<image id=\"img_id3181235\" src=\"res/helpimg/starmath/al21805.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181235\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3181235\" src=\"res/helpimg/starmath/al21805.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181235\">ምልክት</alt></image>"
#: 03091508.xhp
msgctxt ""
@@ -10287,7 +10271,7 @@ msgctxt ""
"par_id3181377\n"
"help.text"
msgid "<image id=\"img_id3181384\" src=\"res/helpimg/starmath/al21806.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181384\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3181384\" src=\"res/helpimg/starmath/al21806.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181384\">ምልክት</alt></image>"
#: 03091508.xhp
msgctxt ""
@@ -10303,7 +10287,7 @@ msgctxt ""
"par_id3181525\n"
"help.text"
msgid "<image id=\"img_id3181532\" src=\"res/helpimg/starmath/al21804.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181532\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3181532\" src=\"res/helpimg/starmath/al21804.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181532\">ምልክት</alt></image>"
#: 03091508.xhp
msgctxt ""
@@ -10319,7 +10303,7 @@ msgctxt ""
"par_id3181674\n"
"help.text"
msgid "<image id=\"img_id3181680\" src=\"res/helpimg/starmath/al21803.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181680\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3181680\" src=\"res/helpimg/starmath/al21803.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181680\">ምልክት</alt></image>"
#: 03091508.xhp
msgctxt ""
@@ -10335,7 +10319,7 @@ msgctxt ""
"par_id3181822\n"
"help.text"
msgid "<image id=\"img_id3181828\" src=\"res/helpimg/starmath/al21821.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181828\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3181828\" src=\"res/helpimg/starmath/al21821.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181828\">ምልክት</alt></image>"
#: 03091508.xhp
msgctxt ""
@@ -10351,7 +10335,7 @@ msgctxt ""
"par_id3181973\n"
"help.text"
msgid "<image id=\"img_id3181980\" src=\"res/helpimg/starmath/al21808.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181980\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3181980\" src=\"res/helpimg/starmath/al21808.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3181980\">ምልክት</alt></image>"
#: 03091508.xhp
msgctxt ""
@@ -10367,7 +10351,7 @@ msgctxt ""
"par_id3182083\n"
"help.text"
msgid "<image id=\"img_id3182090\" src=\"res/helpimg/starmath/al21809.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182090\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3182090\" src=\"res/helpimg/starmath/al21809.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182090\">ምልክት</alt></image>"
#: 03091508.xhp
msgctxt ""
@@ -10383,7 +10367,7 @@ msgctxt ""
"par_id3182210\n"
"help.text"
msgid "<image id=\"img_id3182216\" src=\"res/helpimg/starmath/al21810.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182216\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3182216\" src=\"res/helpimg/starmath/al21810.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182216\">ምልክት</alt></image>"
#: 03091508.xhp
msgctxt ""
@@ -10399,7 +10383,7 @@ msgctxt ""
"par_id3182332\n"
"help.text"
msgid "<image id=\"img_id3182339\" src=\"res/helpimg/starmath/al21824.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182339\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3182339\" src=\"res/helpimg/starmath/al21824.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182339\">ምልክት</alt></image>"
#: 03091508.xhp
msgctxt ""
@@ -10415,7 +10399,7 @@ msgctxt ""
"par_id3182456\n"
"help.text"
msgid "<image id=\"img_id3182463\" src=\"res/helpimg/starmath/al21812.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182463\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3182463\" src=\"res/helpimg/starmath/al21812.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182463\">ምልክት</alt></image>"
#: 03091508.xhp
msgctxt ""
@@ -10431,7 +10415,7 @@ msgctxt ""
"par_id3182579\n"
"help.text"
msgid "<image id=\"img_id3182586\" src=\"res/helpimg/starmath/al21813.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182586\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3182586\" src=\"res/helpimg/starmath/al21813.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182586\">ምልክት</alt></image>"
#: 03091508.xhp
msgctxt ""
@@ -10447,7 +10431,7 @@ msgctxt ""
"par_id3182702\n"
"help.text"
msgid "<image id=\"img_id3182709\" src=\"res/helpimg/starmath/al21814.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182709\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3182709\" src=\"res/helpimg/starmath/al21814.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182709\">ምልክት</alt></image>"
#: 03091508.xhp
msgctxt ""
@@ -10463,7 +10447,7 @@ msgctxt ""
"par_id3182825\n"
"help.text"
msgid "<image id=\"img_id3182832\" src=\"res/helpimg/starmath/al21811.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182832\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3182832\" src=\"res/helpimg/starmath/al21811.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182832\">ምልክት</alt></image>"
#: 03091508.xhp
msgctxt ""
@@ -10479,7 +10463,7 @@ msgctxt ""
"par_id3182948\n"
"help.text"
msgid "<image id=\"img_id3182955\" src=\"res/helpimg/starmath/al21822.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182955\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3182955\" src=\"res/helpimg/starmath/al21822.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3182955\">ምልክት</alt></image>"
#: 03091508.xhp
msgctxt ""
@@ -10495,7 +10479,7 @@ msgctxt ""
"par_id3183072\n"
"help.text"
msgid "<image id=\"img_id3183078\" src=\"res/helpimg/starmath/al21825.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3183078\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3183078\" src=\"res/helpimg/starmath/al21825.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3183078\">ምልክት</alt></image>"
#: 03091508.xhp
msgctxt ""
@@ -10511,7 +10495,7 @@ msgctxt ""
"par_id3183223\n"
"help.text"
msgid "<image id=\"img_id3183230\" src=\"res/helpimg/starmath/al21826.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3183230\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3183230\" src=\"res/helpimg/starmath/al21826.png\" width=\"0.566cm\" height=\"0.566cm\"><alt id=\"alt_id3183230\">ምልክት</alt></image>"
#: 03091508.xhp
msgctxt ""
@@ -10661,10 +10645,9 @@ msgstr "የተጻፉ (ትእዛዞች)"
msgctxt ""
"03091509.xhp\n"
"par_id3184320\n"
-"496\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "ምልክቶች በ አካሎች መስኮት ውስጥ"
+msgid "Symbol in Elements pane"
+msgstr "ምልክት በ አካላቶች ክፍል ውስጥ"
#: 03091509.xhp
msgctxt ""
@@ -10681,7 +10664,7 @@ msgctxt ""
"par_id3184418\n"
"help.text"
msgid "<image id=\"img_id3184425\" src=\"res/helpimg/starmath/co21916.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3184425\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3184425\" src=\"res/helpimg/starmath/co21916.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3184425\">ምልክት</alt></image>"
#: 03091509.xhp
msgctxt ""
@@ -10698,7 +10681,7 @@ msgctxt ""
"par_id3184566\n"
"help.text"
msgid "<image id=\"img_id3184572\" src=\"res/helpimg/starmath/co21918.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3184572\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3184572\" src=\"res/helpimg/starmath/co21918.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3184572\">ምልክት</alt></image>"
#: 03091509.xhp
msgctxt ""
@@ -10715,7 +10698,7 @@ msgctxt ""
"par_idN13117\n"
"help.text"
msgid "<item type=\"literal\">^</item> or <item type=\"literal\">sup</item> or <item type=\"literal\">rsup</item>"
-msgstr ""
+msgstr "<item type=\"literal\">^</item> ወይንም <item type=\"literal\">ከፍ ብሎ መጻፊያ</item> ወይንም <item type=\"literal\">በ ቀኝ ከፍ ብሎ መጻፊያ</item>"
#: 03091509.xhp
msgctxt ""
@@ -10723,7 +10706,7 @@ msgctxt ""
"par_id3184717\n"
"help.text"
msgid "<image id=\"img_id3184724\" src=\"res/helpimg/starmath/co21908.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3184724\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3184724\" src=\"res/helpimg/starmath/co21908.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3184724\">ምልክት</alt></image>"
#: 03091509.xhp
msgctxt ""
@@ -10740,7 +10723,7 @@ msgctxt ""
"par_id3184864\n"
"help.text"
msgid "<image id=\"img_id3184871\" src=\"res/helpimg/starmath/co21905.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3184871\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3184871\" src=\"res/helpimg/starmath/co21905.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3184871\">ምልክት</alt></image>"
#: 03091509.xhp
msgctxt ""
@@ -10749,7 +10732,7 @@ msgctxt ""
"303\n"
"help.text"
msgid "Binom"
-msgstr ""
+msgstr "ባይኖሚያል"
#: 03091509.xhp
msgctxt ""
@@ -10757,7 +10740,7 @@ msgctxt ""
"par_id3185011\n"
"help.text"
msgid "<image id=\"img_id3185018\" src=\"res/helpimg/starmath/co21901.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185018\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3185018\" src=\"res/helpimg/starmath/co21901.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185018\">ምልክት</alt></image>"
#: 03091509.xhp
msgctxt ""
@@ -10774,7 +10757,7 @@ msgctxt ""
"par_id3185119\n"
"help.text"
msgid "<image id=\"img_id3185126\" src=\"res/helpimg/starmath/co21912.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185126\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3185126\" src=\"res/helpimg/starmath/co21912.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185126\">ምልክት</alt></image>"
#: 03091509.xhp
msgctxt ""
@@ -10791,7 +10774,7 @@ msgctxt ""
"par_id3185267\n"
"help.text"
msgid "<image id=\"img_id3185274\" src=\"res/helpimg/starmath/co21917.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185274\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3185274\" src=\"res/helpimg/starmath/co21917.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185274\">ምልክት</alt></image>"
#: 03091509.xhp
msgctxt ""
@@ -10808,7 +10791,7 @@ msgctxt ""
"par_idN1322D\n"
"help.text"
msgid "<item type=\"literal\">_</item> or <item type=\"literal\">sub</item> or <item type=\"literal\">rsub</item>"
-msgstr ""
+msgstr "<item type=\"literal\">_</item> ወይንም <item type=\"literal\">ዝቅ ብሎ መጻፊያ</item> ወይንም <item type=\"literal\">በ ቀኝ ዝቅ ብሎ መጻፊያ</item>"
#: 03091509.xhp
msgctxt ""
@@ -10816,7 +10799,7 @@ msgctxt ""
"par_id3185418\n"
"help.text"
msgid "<image id=\"img_id3185425\" src=\"res/helpimg/starmath/co21904.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185425\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3185425\" src=\"res/helpimg/starmath/co21904.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185425\">ምልክት</alt></image>"
#: 03091509.xhp
msgctxt ""
@@ -10833,7 +10816,7 @@ msgctxt ""
"par_id3185566\n"
"help.text"
msgid "<image id=\"img_id3185573\" src=\"res/helpimg/starmath/co21906.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185573\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3185573\" src=\"res/helpimg/starmath/co21906.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185573\">ምልክት</alt></image>"
#: 03091509.xhp
msgctxt ""
@@ -10850,7 +10833,7 @@ msgctxt ""
"par_id3185714\n"
"help.text"
msgid "<image id=\"img_id3185721\" src=\"res/helpimg/starmath/co21902.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185721\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3185721\" src=\"res/helpimg/starmath/co21902.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185721\">ምልክት</alt></image>"
#: 03091509.xhp
msgctxt ""
@@ -10867,7 +10850,7 @@ msgctxt ""
"par_id3185823\n"
"help.text"
msgid "<image id=\"img_id3185829\" src=\"res/helpimg/starmath/co21909.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185829\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3185829\" src=\"res/helpimg/starmath/co21909.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185829\">ምልክት</alt></image>"
#: 03091509.xhp
msgctxt ""
@@ -10884,7 +10867,7 @@ msgctxt ""
"par_id3185931\n"
"help.text"
msgid "<image id=\"img_id3185937\" src=\"res/helpimg/starmath/co21910.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185937\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3185937\" src=\"res/helpimg/starmath/co21910.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3185937\">ምልክት</alt></image>"
#: 03091509.xhp
msgctxt ""
@@ -10901,7 +10884,7 @@ msgctxt ""
"par_id3186039\n"
"help.text"
msgid "<image id=\"img_id3186046\" src=\"res/helpimg/starmath/co21911.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3186046\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3186046\" src=\"res/helpimg/starmath/co21911.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3186046\">ምልክት</alt></image>"
#: 03091509.xhp
msgctxt ""
@@ -10918,7 +10901,7 @@ msgctxt ""
"par_id3186147\n"
"help.text"
msgid "<image id=\"img_id3186154\" src=\"res/helpimg/starmath/co21907.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3186154\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3186154\" src=\"res/helpimg/starmath/co21907.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3186154\">ምልክት</alt></image>"
#: 03091509.xhp
msgctxt ""
@@ -10927,7 +10910,7 @@ msgctxt ""
"307\n"
"help.text"
msgid "Matrix"
-msgstr ""
+msgstr "መነሻ"
#: 03091509.xhp
msgctxt ""
@@ -10935,7 +10918,7 @@ msgctxt ""
"par_id3186295\n"
"help.text"
msgid "<image id=\"img_id3186302\" src=\"res/helpimg/starmath/co21903.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3186302\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3186302\" src=\"res/helpimg/starmath/co21903.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3186302\">ምልክት</alt></image>"
#: 03091509.xhp
msgctxt ""
@@ -10968,7 +10951,7 @@ msgctxt ""
"bm_id3149261\n"
"help.text"
msgid "<bookmark_value>mathematical symbols; other</bookmark_value><bookmark_value>real part of complex numbers</bookmark_value><bookmark_value>symbols;for complex numbers</bookmark_value><bookmark_value>partial differentiation symbol</bookmark_value><bookmark_value>infinity symbol</bookmark_value><bookmark_value>Nabla operator</bookmark_value><bookmark_value>there exists symbol</bookmark_value><bookmark_value>there does not exist symbol</bookmark_value><bookmark_value>existence quantor symbol</bookmark_value><bookmark_value>for all symbol</bookmark_value><bookmark_value>universal quantifier symbol</bookmark_value><bookmark_value>h-bar symbol</bookmark_value><bookmark_value>lambda-bar symbol</bookmark_value><bookmark_value>imaginary part of a complex number</bookmark_value><bookmark_value>complex numbers; symbols</bookmark_value><bookmark_value>weierstrass p symbol</bookmark_value><bookmark_value>left arrow symbol</bookmark_value><bookmark_value>right arrow symbol</bookmark_value><bookmark_value>up arrow symbol</bookmark_value><bookmark_value>down arrow symbol</bookmark_value><bookmark_value>arrows;symbols in %PRODUCTNAME Math</bookmark_value><bookmark_value>center dots symbol</bookmark_value><bookmark_value>axis-ellipsis</bookmark_value><bookmark_value>vertical dots symbol</bookmark_value><bookmark_value>diagonal upward dots;symbol</bookmark_value><bookmark_value>diagonal downward dots;symbol</bookmark_value><bookmark_value>epsilon; back</bookmark_value><bookmark_value>back epsilon symbol</bookmark_value><bookmark_value>placeholders; inserting in formulas</bookmark_value><bookmark_value>ellipsis symbols</bookmark_value>"
-msgstr "<bookmark_value>የ ሂሳብ ምልክቶች: ሌሎች</bookmark_value><bookmark_value>የ ውስብስብ ቁጥር ትክክለኛ አካል</bookmark_value><bookmark_value>ምልክቶች: ለ ውስብስብ ቁጥር</bookmark_value><bookmark_value>በ ከፊል መለያ ምልክቶች</bookmark_value><bookmark_value>ኢንፊኒቲ ምልክቶች</bookmark_value><bookmark_value>ናብላ አንቀሳቃሽ</bookmark_value><bookmark_value>የ ነበረ ምልክቶች</bookmark_value><bookmark_value>ያል ነበረ ምልክቶች</bookmark_value><bookmark_value>existence quantor ምልክቶች</bookmark_value><bookmark_value>ለ ሁሉም ምልክቶች</bookmark_value><bookmark_value>universal quantifier ምልክቶች</bookmark_value><bookmark_value>h-bar ምልክቶች</bookmark_value><bookmark_value>lambda-bar ምልክቶች</bookmark_value><bookmark_value>imaginary part ለ ውስብስብ ቁጥር</bookmark_value><bookmark_value>ውስብስብ ቁጥር: ምልክቶች</bookmark_value><bookmark_value>weierstrass p ምልክቶች</bookmark_value><bookmark_value>የ ግራ ቀስት ምልክቶች</bookmark_value><bookmark_value> የ ቀኝ ቀስት ምልክቶች</bookmark_value><bookmark_value>ቀስት ወደ ላይ ምልክቶች</bookmark_value><bookmark_value> ቀስት ወደ ታች ምልክቶች</bookmark_value><bookmark_value>ቀስቶች: ምልክቶች በ %PRODUCTNAME ሂሳብ</bookmark_value><bookmark_value>መሀከል ነጥቦች ምልክቶች</bookmark_value><bookmark_value>axis-ኤሊፕስስ</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>"
+msgstr "<bookmark_value>የ ሂሳብ ምልክቶች: ሌሎች</bookmark_value><bookmark_value>የ ውስብስብ ቁጥር ትክክለኛ አካል</bookmark_value><bookmark_value>ምልክቶች: ለ ውስብስብ ቁጥር</bookmark_value><bookmark_value>በ ከፊል መለያ ምልክቶች</bookmark_value><bookmark_value>ኢንፊኒቲ ምልክቶች</bookmark_value><bookmark_value>ናብላ አንቀሳቃሽ</bookmark_value><bookmark_value>የ ነበረ ምልክቶች</bookmark_value><bookmark_value>ያል ነበረ ምልክቶች</bookmark_value><bookmark_value>existence quantor ምልክቶች</bookmark_value><bookmark_value>ለ ሁሉም ምልክቶች</bookmark_value><bookmark_value>universal quantifier ምልክቶች</bookmark_value><bookmark_value>h-ባር ምልክቶች</bookmark_value><bookmark_value>ላምብዳ-ባር ምልክቶች</bookmark_value><bookmark_value>ኢማጂነሪ አካል ለ ውስብስብ ቁጥር</bookmark_value><bookmark_value>ውስብስብ ቁጥር: ምልክቶች</bookmark_value><bookmark_value>weierstrass p ምልክቶች</bookmark_value><bookmark_value>የ ግራ ቀስት ምልክቶች</bookmark_value><bookmark_value> የ ቀኝ ቀስት ምልክቶች</bookmark_value><bookmark_value>ቀስት ወደ ላይ ምልክቶች</bookmark_value><bookmark_value> ቀስት ወደ ታች ምልክቶች</bookmark_value><bookmark_value>ቀስቶች: ምልክቶች በ %PRODUCTNAME ሂሳብ</bookmark_value><bookmark_value>መሀከል ነጥቦች ምልክቶች</bookmark_value><bookmark_value>axis-ኤሊፕስስ</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>"
#: 03091600.xhp
msgctxt ""
@@ -11003,7 +10986,7 @@ msgctxt ""
"par_id3145171\n"
"help.text"
msgid "<image id=\"img_id3145177\" src=\"res/helpimg/starmath/mi22006.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145177\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3145177\" src=\"res/helpimg/starmath/mi22006.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145177\">ምልክት</alt></image>"
#: 03091600.xhp
msgctxt ""
@@ -11029,7 +11012,7 @@ msgctxt ""
"par_id3152782\n"
"help.text"
msgid "<image id=\"img_id3152788\" src=\"res/helpimg/starmath/mi22005.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152788\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3152788\" src=\"res/helpimg/starmath/mi22005.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152788\">ምልክት</alt></image>"
#: 03091600.xhp
msgctxt ""
@@ -11055,7 +11038,7 @@ msgctxt ""
"par_id3150217\n"
"help.text"
msgid "<image id=\"img_id3150223\" src=\"res/helpimg/starmath/mi22013.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150223\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3150223\" src=\"res/helpimg/starmath/mi22013.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150223\">ምልክት</alt></image>"
#: 03091600.xhp
msgctxt ""
@@ -11081,7 +11064,7 @@ msgctxt ""
"par_id3155330\n"
"help.text"
msgid "<image id=\"img_id3155336\" src=\"res/helpimg/starmath/mi21608.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155336\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155336\" src=\"res/helpimg/starmath/mi21608.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155336\">ምልክት</alt></image>"
#: 03091600.xhp
msgctxt ""
@@ -11107,7 +11090,7 @@ msgctxt ""
"par_idA3155330\n"
"help.text"
msgid "<image id=\"img_idA3155336\" src=\"res/helpimg/starmath/mi21618.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_idA3155336\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_idA3155336\" src=\"res/helpimg/starmath/mi21618.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_idA3155336\">ምልክት</alt></image>"
#: 03091600.xhp
msgctxt ""
@@ -11133,7 +11116,7 @@ msgctxt ""
"par_id3151296\n"
"help.text"
msgid "<image id=\"img_id3151302\" src=\"res/helpimg/starmath/mi21612.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151302\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3151302\" src=\"res/helpimg/starmath/mi21612.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151302\">ምልክት</alt></image>"
#: 03091600.xhp
msgctxt ""
@@ -11159,7 +11142,7 @@ msgctxt ""
"par_id3153023\n"
"help.text"
msgid "<image id=\"img_id3153030\" src=\"res/helpimg/starmath/mi22014.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153030\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153030\" src=\"res/helpimg/starmath/mi22014.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153030\">ምልክት</alt></image>"
#: 03091600.xhp
msgctxt ""
@@ -11185,7 +11168,7 @@ msgctxt ""
"par_id3153908\n"
"help.text"
msgid "<image id=\"img_id3153256\" src=\"res/helpimg/starmath/mi22015.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153256\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153256\" src=\"res/helpimg/starmath/mi22015.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153256\">ምልክት</alt></image>"
#: 03091600.xhp
msgctxt ""
@@ -11194,7 +11177,7 @@ msgctxt ""
"60\n"
"help.text"
msgid "<emph>Lambda Bar</emph>"
-msgstr ""
+msgstr "<emph>የ ላምብዳ መደርደሪያ</emph>"
#: 03091600.xhp
msgctxt ""
@@ -11203,7 +11186,7 @@ msgctxt ""
"59\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_LAMBDABAR\">Inserts the symbol for a lambda-bar.</ahelp> Command for the <emph>Commands</emph> window: <emph>lambdabar</emph>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_LAMBDABAR\">የ ላምብዳ-መደርደሪያ</ahelp> ትእዛዝ ለ <emph>ትእዛዝ</emph> መስኮት: <emph>የ ላምብዳ መደርደሪያ</emph>"
#: 03091600.xhp
msgctxt ""
@@ -11211,7 +11194,7 @@ msgctxt ""
"par_id3150651\n"
"help.text"
msgid "<image id=\"img_id3154285\" src=\"res/helpimg/starmath/mi22003.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154285\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154285\" src=\"res/helpimg/starmath/mi22003.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154285\">ምልክት</alt></image>"
#: 03091600.xhp
msgctxt ""
@@ -11237,7 +11220,7 @@ msgctxt ""
"par_id3154543\n"
"help.text"
msgid "<image id=\"img_id3154553\" src=\"res/helpimg/starmath/mi22004.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154553\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154553\" src=\"res/helpimg/starmath/mi22004.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154553\">ምልክት</alt></image>"
#: 03091600.xhp
msgctxt ""
@@ -11263,7 +11246,7 @@ msgctxt ""
"par_id3154156\n"
"help.text"
msgid "<image id=\"img_id3154162\" src=\"res/helpimg/starmath/mi22007.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154162\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3154162\" src=\"res/helpimg/starmath/mi22007.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154162\">ምልክት</alt></image>"
#: 03091600.xhp
msgctxt ""
@@ -11272,7 +11255,7 @@ msgctxt ""
"51\n"
"help.text"
msgid "<emph>Weierstrass p</emph>"
-msgstr ""
+msgstr "<emph>ዌርስትራስ p</emph>"
#: 03091600.xhp
msgctxt ""
@@ -11281,7 +11264,7 @@ msgctxt ""
"10\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_WP\">This icon inserts a Weierstrass p-function symbol.</ahelp> Command for the <emph>Commands</emph> window: <emph>wp</emph>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_SMA_WP\">ይህ ምልክት ያስገባል የ ዌርስትራስ p-ተግባር ምልክት </ahelp> ትእዛዝ ለ <emph>ትእዛዞች</emph> መስኮት: <emph>ዌርስትራስ p</emph>"
#: 03091600.xhp
msgctxt ""
@@ -11289,7 +11272,7 @@ msgctxt ""
"par_id3155267\n"
"help.text"
msgid "<image id=\"img_id3155273\" src=\"res/helpimg/starmath/mi22016.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155273\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155273\" src=\"res/helpimg/starmath/mi22016.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155273\">ምልክት</alt></image>"
#: 03091600.xhp
msgctxt ""
@@ -11315,7 +11298,7 @@ msgctxt ""
"par_id3149923\n"
"help.text"
msgid "<image id=\"img_id3149929\" src=\"res/helpimg/starmath/mi22017.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149929\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3149929\" src=\"res/helpimg/starmath/mi22017.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149929\">ምልክት</alt></image>"
#: 03091600.xhp
msgctxt ""
@@ -11341,7 +11324,7 @@ msgctxt ""
"par_id3148506\n"
"help.text"
msgid "<image id=\"img_id3148512\" src=\"res/helpimg/starmath/mi22018.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148512\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3148512\" src=\"res/helpimg/starmath/mi22018.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148512\">ምልክት</alt></image>"
#: 03091600.xhp
msgctxt ""
@@ -11367,7 +11350,7 @@ msgctxt ""
"par_id3157946\n"
"help.text"
msgid "<image id=\"img_id3157951\" src=\"res/helpimg/starmath/mi22019.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3157951\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3157951\" src=\"res/helpimg/starmath/mi22019.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3157951\">ምልክት</alt></image>"
#: 03091600.xhp
msgctxt ""
@@ -11393,7 +11376,7 @@ msgctxt ""
"par_id3154997\n"
"help.text"
msgid "<image id=\"img_id3155003\" src=\"res/helpimg/starmath/mi22011.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155003\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3155003\" src=\"res/helpimg/starmath/mi22011.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155003\">ምልክት</alt></image>"
#: 03091600.xhp
msgctxt ""
@@ -11419,7 +11402,7 @@ msgctxt ""
"par_id3163719\n"
"help.text"
msgid "<image id=\"img_id3163726\" src=\"res/helpimg/starmath/mi22008.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163726\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3163726\" src=\"res/helpimg/starmath/mi22008.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3163726\">ምልክት</alt></image>"
#: 03091600.xhp
msgctxt ""
@@ -11445,7 +11428,7 @@ msgctxt ""
"par_id3146829\n"
"help.text"
msgid "<image id=\"img_id3146835\" src=\"res/helpimg/starmath/mi22012.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146835\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3146835\" src=\"res/helpimg/starmath/mi22012.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146835\">ምልክት</alt></image>"
#: 03091600.xhp
msgctxt ""
@@ -11471,7 +11454,7 @@ msgctxt ""
"par_id3109675\n"
"help.text"
msgid "<image id=\"img_id3109681\" src=\"res/helpimg/starmath/mi22009.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3109681\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3109681\" src=\"res/helpimg/starmath/mi22009.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3109681\">ምልክት</alt></image>"
#: 03091600.xhp
msgctxt ""
@@ -11497,7 +11480,7 @@ msgctxt ""
"par_id3158234\n"
"help.text"
msgid "<image id=\"img_id3158240\" src=\"res/helpimg/starmath/mi22010.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158240\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3158240\" src=\"res/helpimg/starmath/mi22010.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158240\">ምልክት</alt></image>"
#: 03091600.xhp
msgctxt ""
@@ -11524,7 +11507,7 @@ msgctxt ""
"17\n"
"help.text"
msgid "A <emph>back epsilon</emph> can be inserted by typing <emph>backepsilon</emph> in the <emph>Commands</emph> window."
-msgstr ""
+msgstr "ይህ <emph>ወደ ኋላ የ ዞረ ኤፕሲሎን</emph> በ መጻፍ ማስገባት ይቻላል <emph>ወደ ኋላ የ ዞረ ኤፕሲሎን</emph> በ <emph>ትእዛዝ</emph> መስኮት ውስጥ"
#: 03091600.xhp
msgctxt ""
@@ -11720,7 +11703,7 @@ msgctxt ""
"23\n"
"help.text"
msgid "<ahelp hid=\"modules/smath/ui/fonttypedialog/serifCB\">You can specify the font to be used for the <emph>font serif</emph> format.</ahelp> Serifs are the small \"guides\" that can be seen, for example, at the bottom of a capital A when the Times serif font is used. Using serifs is quite helpful since it guides a reader's eye in a straight line and can speed up reading."
-msgstr ""
+msgstr "<ahelp hid=\"modules/smath/ui/fonttypedialog/serifCB\">እርስዎ መወሰን ይችላሉ ፊደል የሚጠቀሙትን በ <emph>serif ፊደል</emph> አቀራረብ </ahelp> Serifs ትንሽ \"መምሪያ\" የሚታይ ይዟል: ለምሳሌ: ከ ታቻ በኩል በ አቢይ ፊደል: ይህ በ Times serif ፊደል ሲጠቀሙ: serifs መጠቀም በጣም ይረዳል አንባቢውን በ ቀጥታ መስመር ላይ እና ማንበቡን ያፈጥናል"
#: 05010000.xhp
msgctxt ""
@@ -12471,7 +12454,7 @@ msgctxt ""
"41\n"
"help.text"
msgid "Excess size (left/right)"
-msgstr "ትርፍ መጠን (በግራ/በቀኝ)"
+msgstr "ትርፍ መጠን (በ ግራ/በ ቀኝ)"
#: 05030000.xhp
msgctxt ""
@@ -12543,7 +12526,7 @@ msgctxt ""
"45\n"
"help.text"
msgid "Matrices"
-msgstr ""
+msgstr "መነሻዎች"
#: 05030000.xhp
msgctxt ""
@@ -12723,7 +12706,7 @@ msgctxt ""
"68\n"
"help.text"
msgid "Left"
-msgstr "በግራ"
+msgstr "በ ግራ"
#: 05030000.xhp
msgctxt ""
@@ -12741,7 +12724,7 @@ msgctxt ""
"70\n"
"help.text"
msgid "Right"
-msgstr "በቀኝ"
+msgstr "በ ቀኝ"
#: 05030000.xhp
msgctxt ""
@@ -12865,7 +12848,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "Left"
-msgstr "በግራ"
+msgstr "በ ግራ"
#: 05040000.xhp
msgctxt ""
@@ -12883,7 +12866,7 @@ msgctxt ""
"21\n"
"help.text"
msgid "Text is always aligned left."
-msgstr "ጽሁፍ ሁልጊዜ በግራ ማሰለፊያ"
+msgstr "ጽሁፍ ሁልጊዜ በ ግራ ማሰለፊያ"
#: 05040000.xhp
msgctxt ""
@@ -12910,7 +12893,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "Right"
-msgstr "በቀኝ"
+msgstr "በ ቀኝ"
#: 05040000.xhp
msgctxt ""
@@ -13319,7 +13302,7 @@ msgctxt ""
"27\n"
"help.text"
msgid "As an example, to transfer the large ALPHA from the \"Greek\" set to the \"Special\" set, select the old set (Greek) and then the ALPHA symbol using the two top list boxes. The symbol appears in the left preview window. In the <emph>Symbol set</emph> list box, select the \"Special\" set. Click <emph>Modify</emph> and then <emph>OK</emph>. The ALPHA symbol is now only in the \"Special\" symbol set."
-msgstr "እንደ ምሳሌ ለማስተላለፍ ትልቅ ALPHA ከ \"Greek\" ስብስብ ወደ \"የተለየ\" ስብስብ ውስጥ: ይምረጡ አሮጌ ስብስብ (Greek) እና ከዛ የ ALPHA ምልክት በ መጠቀም ሁለት የላይኛውን ከ ዝርዝር ሳጥኖች ውስጥ: ምልክት ይታያል በ ግራ ቅድመ እይታ መስኮት ውስጥ: በ <emph>ምልክት ስብስብ</emph> ዝርዝር ሳጥን ውስጥ: ይምረጡ \"የተለየ\" ስብስብ: ይጫኑ <emph>ማሻሻያ</emph> እና ከዛ <emph>እሺ</emph> የ ALPHA ምልክት አሁን ያለው በ \"የተለየ\" ምልክት ስብስብ ብቻ ነው"
+msgstr "እንደ ምሳሌ ለማስተላለፍ ትልቅ ALPHA ከ \"Greek\" ስብስብ ወደ \"የተለየ\" ስብስብ ውስጥ: ይምረጡ አሮጌ ስብስብ (Greek) እና ከዛ የ ALPHA ምልክት በ መጠቀም ሁለት የላይኛውን ከ ዝርዝር ሳጥኖች ውስጥ: ምልክት ይታያል በ ግራ ቅድመ እይታ መስኮት ውስጥ: በ <emph>ምልክት ስብስብ</emph> ዝርዝር ሳጥን ውስጥ: ይምረጡ \"የተለየ\" ስብስብ: ይጫኑ <emph>ማሻሻያ</emph> እና ከዛ <emph>እሺ</emph> የ ALPHA ምልክት አሁን ያለው በ \"የተለየ\" ምልክት ስብስብ ብቻ ነው"
#: 06010100.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/smath/04.po b/source/am/helpcontent2/source/text/smath/04.po
index c74d2f069e7..f2c295444a2 100644
--- a/source/am/helpcontent2/source/text/smath/04.po
+++ b/source/am/helpcontent2/source/text/smath/04.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-22 23:39+0200\n"
-"PO-Revision-Date: 2016-08-01 15:47+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-12-29 22:00+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1470066469.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483048823.000000\n"
#: 01020000.xhp
msgctxt ""
@@ -171,10 +171,9 @@ msgstr "ማሻሻያ"
msgctxt ""
"01020000.xhp\n"
"hd_id3153732\n"
-"21\n"
"help.text"
-msgid "Navigation in the Elements Window"
-msgstr "መቃኛ በ አካሉ መስኮት ውስጥ"
+msgid "Navigation in the Elements pane"
+msgstr "በ አካላቶች ክፍል ውስጥ መቃኛ"
#: 01020000.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/smath/guide.po b/source/am/helpcontent2/source/text/smath/guide.po
index 92d5891c442..ee5ea912ecf 100644
--- a/source/am/helpcontent2/source/text/smath/guide.po
+++ b/source/am/helpcontent2/source/text/smath/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-22 23:39+0200\n"
-"PO-Revision-Date: 2016-12-01 20:46+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2017-01-07 22:10+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1480625196.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483827019.000000\n"
#: align.xhp
msgctxt ""
@@ -93,7 +93,7 @@ msgctxt ""
"6\n"
"help.text"
msgid "\"A further example.\" newline a+b newline \"\"c-d"
-msgstr "\"ለ በለጠ ምሳሌ\" newline a+b newline \"\"c-d"
+msgstr "\"ለ በለጠ ምሳሌ\" አዲስ መስመር a+b አዲስ መስመር \"\"c-d"
#: attributes.xhp
msgctxt ""
@@ -145,7 +145,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "You can remove these attributes using \"nbold\" and \"nitalic\". Example:"
-msgstr "እርስዎ ከ ፈለጉ እነዚህን ባህሪዎች ማስወገድ ይችላሉ በ መጠቀም \"nbold\" እና \"nitalic\"."
+msgstr "እርስዎ ከ ፈለጉ እነዚህን ባህሪዎች ማስወገድ ይችላሉ በ መጠቀም \"nማድመቂያ\" እና \"nማዝመሚያ\":"
#: attributes.xhp
msgctxt ""
@@ -163,7 +163,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "nitalic a + bold b."
-msgstr "nitalic a + bold b."
+msgstr "nማዝመሚያ a + ማድመቂያ b."
#: attributes.xhp
msgctxt ""
@@ -233,7 +233,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "{a + c} over 2 = m"
-msgstr "{a + c} over 2 = m"
+msgstr "{a + c} ከ ላይ 2 = m"
#: brackets.xhp
msgctxt ""
@@ -251,7 +251,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "m = {a + c} over 2"
-msgstr "m = {a + c} over 2"
+msgstr "m = {a + c} ከ ላይ 2"
#: comment.xhp
msgctxt ""
@@ -422,28 +422,25 @@ msgstr "መጠቆሚያው በ ትእዛዝ መስኮት ውስጥ ይቆያል
msgctxt ""
"keyboard.xhp\n"
"par_id3150537\n"
-"13\n"
"help.text"
-msgid "You can compose formulas using the Elements window. Open it with the menu <emph>View - Elements</emph> if it is not already open."
-msgstr "እርስዎ አካሎች ማዋቀር ይችላሉ የ አካሎችን መስኮት በ መጠቀም: ዝርዝር ይክፈቱ <emph>መመልከቻ - አካላቶች</emph> ቀደም ብሎ ካልተከፈተ"
+msgid "You can compose formulas using the Elements pane. Open it with the menu <emph>View - Elements</emph> if it is not already open."
+msgstr "እርስዎ መቀመሪያ ማሰናዳት ይችላሉ የ አካላቶች ክፍል በ መጠቀም: ይክፈቱት ከ ዝርዝር ውስጥ <emph>መመልከቻ - አካላቶች</emph> ቀደም ብሎ ካልተከፈተ"
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"par_id3155625\n"
-"10\n"
"help.text"
-msgid "If the Elements window is open, use F6 to switch from the Commands window to the Elements window and back."
-msgstr "የ አካላቶች መስኮት ክፍት ከሆነ: ይጠቀሙ F6 ለ መቀየር ከ ትእዛዞች መስኮት ወደ አካላቶች መስኮት"
+msgid "If the Elements pane is open, use F6 to switch from the Commands window to the Elements pane and back."
+msgstr "የ አካላቶች ክፍል ክፍት ከሆነ: ይጠቀሙ F6 ለ መቀየር ከ ትእዛዞች መስኮት ወደ አካላቶች ክፍል ውስጥ እና ወደ ኋላ እንደገና"
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"hd_id3154554\n"
-"11\n"
"help.text"
-msgid "Elements window"
-msgstr "የ አካሎች መስኮት"
+msgid "Elements pane"
+msgstr "የ አካላቶች ክፍል"
#: limits.xhp
msgctxt ""
@@ -498,24 +495,24 @@ msgctxt ""
"limits.xhp\n"
"par_id1276589\n"
"help.text"
-msgid "You see the Math input window and the Elements window. If you don't see the Elements window, you can enable it in the View menu."
-msgstr "ለ እርስዎ ይታያል የ ሂሳብ ማስገቢያ መስኮት እና አካላቶች መስኮት: ለ እርስዎ የ አካላቶች መስኮት የማይታይ ከሆነ: እርስዎ ማስቻል ይችላሉ ከ መመልከቻ ዝርዝር ውስጥ"
+msgid "You see the Math input window and the Elements pane on the left."
+msgstr "ለ እርስዎ የ ሂሳብ ማስገቢያ መስኮት እና የ አካሎች ክፍል በ ግራ በኩል ይታያል"
#: limits.xhp
msgctxt ""
"limits.xhp\n"
"par_id3283791\n"
"help.text"
-msgid "In the upper part of the Elements window, click the <emph>Operators</emph> icon."
-msgstr "በ ላይኛው ክፍል በ አካሎች መስኮት ውስጥ ይጫኑ የ <emph>አንቀሳቃሾች</emph> ምልክት"
+msgid "From the list on the upper part of the Elements pane, select the <emph>Operators</emph> item."
+msgstr "ከ ዝርዝር ውስጥ ከ ላይ በኩል የ አካላቶች ክፍል ውስጥ ይምረጡ ከ <emph>አንቀሳቃሽ</emph> እቃ ውስጥ"
#: limits.xhp
msgctxt ""
"limits.xhp\n"
"par_id9734794\n"
"help.text"
-msgid "In the lower part of the Elements window, click the <emph>Sum</emph> icon."
-msgstr "በ ታችኛው ክፍል በ አካሎች መስኮት ውስጥ ይጫኑ የ <emph>ጠቅላላ</emph> ምልክት"
+msgid "In the lower part of the Elements pane, click the <emph>Sum</emph> icon."
+msgstr "ከ ታች በኩል የ አካላቶች ክፍል ውስጥ ይምረጡ የ <emph>ድምር</emph> ምልክት"
#: limits.xhp
msgctxt ""
@@ -586,8 +583,8 @@ msgctxt ""
"limits.xhp\n"
"par_id9406414\n"
"help.text"
-msgid "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements window, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window."
-msgstr "በ ተመሳሳይ መንገድ እርስዎ ማስገባት ይችላሉ የ መቀመሪያ አካል ከ መጠን ጋር: እርስዎ በሚጫኑ ጊዜ ምልክት ከ አካላቶች መስኮት ውስጥ: የ ተመደበው የ ጽሁፍ ትእዛዝ ይገባል በ ማስገቢያ መስኮት ውስጥ: እርስዎ የሚያውቁ ከሆነ የ ጽሁፍ ትእዛዞች: እርስዎ ትእዛዞቹን በ ቀጥታ በ ማስገቢያ መስኮት ውስጥ ማስገባት ይችላሉ"
+msgid "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements pane, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window."
+msgstr "በ ተመሳሳይ መንገድ: እርስዎ ማስገባት ይችላሉ ኢንትግራል መቀመሪያ በ መጠኖች ውስጥ: እርስዎ ሲጫኑ በ ምልክት ላይ ከ አካላቶች መስኮት ውስጥ: የ ተመደበው የ ጽሁፍ ትእዛዝ ይገባል ወደ ማስገቢያ መስኮት ውስጥ: እርስዎ የ ጽሁፉን ትእዛዝ የሚያውቁት ከሆነ: እርስዎ ማስገባት ይችላሉ ትእዛዞቹን በ ቀጥታ በ ማስገቢያ መስኮት ውስጥ"
#: limits.xhp
msgctxt ""
@@ -618,8 +615,8 @@ msgctxt ""
"limits.xhp\n"
"par_id4651020\n"
"help.text"
-msgid "A small gap exists between f(x) and dx, which you can also enter using the Elements window: click the <emph>Format</emph> icon, then the <emph>Small Gap</emph> icon."
-msgstr "ትንሽ ክፍተት ይኖራል በ f(x) እና dx መካከል: እርስዎ ማስገባት ይችላሉ የ አካላቶችን መስኮት በ መጠቀም: ይጫኑ የ <emph>አቀራረብ</emph> ምልክት: እና ከዛ <emph>ትንሽ ክፍተት</emph> ምልክት"
+msgid "A small gap exists between f(x) and dx, which you can also enter using the Elements pane: select the <emph>Formats</emph> item from the list on the top, then the <emph>Small Gap</emph> icon."
+msgstr "ትንሽ ክፍተት ይታያል በ f(x) እና በ dx: መካከል: እርስዎ እንዲሁም ማስገባት ይችላሉ የ አካላቶች ክፍል በ መጠቀም: ይምረጡ የ <emph>አቀራረብ</emph> እቃ ከ ዝርዝር ውስጥ ከ ላይ በኩል: እና ከዛ የ <emph>ትንሽ ክፍተት</emph> ምልክት"
#: limits.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/swriter.po b/source/am/helpcontent2/source/text/swriter.po
index 4f57a9fc96a..84050ae3216 100644
--- a/source/am/helpcontent2/source/text/swriter.po
+++ b/source/am/helpcontent2/source/text/swriter.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-07 18:58+0000\n"
+"PO-Revision-Date: 2017-01-06 15:29+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481137115.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483716563.000000\n"
#: classificationbar.xhp
msgctxt ""
@@ -22,7 +22,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Document Classification"
-msgstr ""
+msgstr "ሰነድ መመደቢያ"
#: classificationbar.xhp
msgctxt ""
@@ -30,7 +30,7 @@ msgctxt ""
"hd_id3156324\n"
"help.text"
msgid "<variable id=\"classdoc\"><link href=\"text/swriter/classificationbar.xhp\" name=\"Document Classification\">Document Classification</link> </variable>"
-msgstr ""
+msgstr "<variable id=\"classdoc\"><link href=\"text/swriter/classificationbar.xhp\" name=\"Document Classification\">ሰነድ መመደቢያ</link> </variable>"
#: classificationbar.xhp
msgctxt ""
@@ -38,7 +38,7 @@ msgctxt ""
"bm_id030820161847569710\n"
"help.text"
msgid "<bookmark_value>classification;BAILS levels</bookmark_value> <bookmark_value>classification;BAF category</bookmark_value> <bookmark_value>classification;security levels</bookmark_value> <bookmark_value>classification;document</bookmark_value> <bookmark_value>classification;classification bar</bookmark_value> <bookmark_value>document;classification</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>መመደቢያ: BAILS ደረጃዎች</bookmark_value> <bookmark_value>መመደቢያ: BAF ምድቦች</bookmark_value> <bookmark_value>መመደቢያ: የ ደህንነት ደረጃዎች</bookmark_value> <bookmark_value>መመደቢያ: ሰነድ </bookmark_value> <bookmark_value>መመደቢያ: መመደቢያ መደርደሪያ</bookmark_value> <bookmark_value>ሰነድ: መመደቢያ</bookmark_value>"
#: classificationbar.xhp
msgctxt ""
@@ -46,7 +46,7 @@ msgctxt ""
"par_id030820161744119967\n"
"help.text"
msgid "Document classification and security is an important issue for businesses and governments."
-msgstr ""
+msgstr "ሰነድ መመደቢያ እና ደህንነት በጣም አስፈላጊ ነው ለ ንግድ እና ለ መንግስት ስራዎች"
#: classificationbar.xhp
msgctxt ""
@@ -54,7 +54,7 @@ msgctxt ""
"par_id030820161744113553\n"
"help.text"
msgid "Information is exchanged between users and organizations that collaborate to pursue a business goal. Where sensitive information is involved, it is assumed that the parties will have agreed what information is sensitive and how such information will be identified and handled. Any recipient of a resource will rely upon the provider of the information to follow the agreed procedures to identify the sensitivity of the information."
-msgstr ""
+msgstr "መረጃ መቀያየሪያ በ ተጠቃሚዎች እና በ ድርጅቶች መካከል በሚተባበሩ የ ንግድ ግቦች መካከል: በጣም አሳሳቢ መረጃዎች የ ተካተቱበት: ሁለቱ ወገኖች ምን መረጃ በጣም አሳሳቢ እንደሆነ እና እንደዚህ አይነት መረጃዎች እንዴት እንደሚለዩ እና እንዴት እንደሚለዩ እና እንደሚያዙ የ ተስማሙበት: ማንም የ መረጃው ተቀባይ የሚተማመነው መረጃውን በላከው ላይ ነው: የ ተስማሙበትን አሰራር ተከትሎ በጣም አሳሳቢ መረጃዎችን መለየት ይችላል"
#: classificationbar.xhp
msgctxt ""
@@ -62,7 +62,7 @@ msgctxt ""
"par_id030820161744118823\n"
"help.text"
msgid "%PRODUCTNAME provides standardized means for such sensitivity information to be expressed and may be used between parties if interoperable systems are to be implemented. It provides a set of standard “fields” that can be used to hold sensitivity information. It does not attempt to define what the contents of these “fields” should be. This approach is an improvement upon the only alternative that exists at the moment, which is for the provider to use an arbitrary means to express sensitivity that may not be useful to a recipient."
-msgstr ""
+msgstr "%PRODUCTNAME የሚያቀርበው ደረጃ የ ተመደበ ማለት ለ ሚስጥራዊ መረጃ የ ተገለጸው እና በ ሁለት ቡድኖች መካከል የሚጠቀሙበት የሚቀያየሩበት ስርአቶች የሚፈጽሙበት ነው: የ ደረጃ ስብስብ ያቀርባል “ሜዳዎች” መጠቀም የሚችሉበት የሚስጥር መረጃዎችን: ምንም ሙከራ አያደርግም ለ መግለጽ የ እነዚህን ይዞታዎች “ሜዳዎች” ምን መሆን እንዳለበት: ይህ አቀራረብ የ ተሻሻለ ነው ለጊዜው በ ስራ ላይ የዋለው: ለ አቅራቢው እንዲጠቀም አሻሚ መንገዶችን ለ መግለጽ ሚስጥር ለ ተቀባዩ ጠቃሚ ያልሆኑ"
#: classificationbar.xhp
msgctxt ""
@@ -70,7 +70,7 @@ msgctxt ""
"par_id030820161744121143\n"
"help.text"
msgid "While this standard has been developed with the intent that it would be applicable in any domain of activity, %PRODUCTNAME retained the aerospace and defense industry nomenclature and categories, where sensitivity marking results from national security, export control and intellectual property policies."
-msgstr ""
+msgstr "ይህ ደረጃ የ ተፈጠረው በማንኛውም ግዛት እንቅስቅሴ ውስጥ ተፈጻሚ እንዲሆን ነው %PRODUCTNAME ያስታውሱ የ አየር ሀይል እና መከላከያ እንዱስትሪ ስሞች እና ምድቦች: የ ሚስጥር ምልክት የ ተደረገባቸው ውጤቶች ከ አገር ደህንነት: መላኪያ መቆጣጠሪያ እና የ ምሁራን ንብረቶች አሰራር ነው:"
#: classificationbar.xhp
msgctxt ""
@@ -78,7 +78,7 @@ msgctxt ""
"par_id030820161744123676\n"
"help.text"
msgid "%PRODUCTNAME implemented the open standards produced by <item type=\"acronym\">TSCP</item> (Transglobal Secure Collaboration Participation, Inc.) independent of a specific vendor. Two of them are interesting:"
-msgstr ""
+msgstr "%PRODUCTNAME የሚፈጸመው በ open standards produced by <item type=\"acronym\">TSCP</item> (Transglobal Secure Collaboration Participation, Inc.) ከ ሺያጭ ነፃ ነው: ሁለቱም አስገራሚ ናቸው:"
#: classificationbar.xhp
msgctxt ""
@@ -86,7 +86,7 @@ msgctxt ""
"par_id030820161744122593\n"
"help.text"
msgid "Business Authentication Framework (<item type=\"acronym\">BAF</item>) specifies how to describe the existing policy (which is probably some legal text) in a machine-readable format."
-msgstr ""
+msgstr "Business Authentication Framework (<item type=\"acronym\">BAF</item>) እንዴት እንደሚገልጹ ይወስናል የ ነበረውን አሰራር (ምናልባት ሕጋዊ ጽሁፍ ይሆናል) በ ማሺን-ሊነበብ የሚችል አቀራረብ"
#: classificationbar.xhp
msgctxt ""
@@ -94,7 +94,7 @@ msgctxt ""
"par_id030820161744126871\n"
"help.text"
msgid "Business Authorization Identification and Labeling Scheme (<item type=\"acronym\">BAILS</item>) specifies how to refer to such a <item type=\"acronym\">BAF</item> policy in a document. The concepts in <item type=\"acronym\">BAILS</item> are so generic that they can be applied to any format that supports document-level user-defined properties."
-msgstr ""
+msgstr "Business Authorization Identification and Labeling Scheme (<item type=\"acronym\">BAILS</item>) ይወስናል እንዴት እንደሚያመሳክር እንደ የ <item type=\"acronym\">BAF</item> አሰራር በ ሰነድ ውስጥ: ይህ ሀሳብ በ <item type=\"acronym\">BAILS</item> መፈጸም ይቻላል ለማንኛውም አቀራረብ ለሚደገፉ ሰነዶች-ደረጃ በ ተጠቃሚ-የሚገለጽ ባህሪዎች"
#: classificationbar.xhp
msgctxt ""
@@ -102,7 +102,7 @@ msgctxt ""
"hd_id030820161800093929\n"
"help.text"
msgid "BAF Categories"
-msgstr ""
+msgstr "የ BAF ምድቦች"
#: classificationbar.xhp
msgctxt ""
@@ -110,7 +110,7 @@ msgctxt ""
"bm_id030820161856432825\n"
"help.text"
msgid "<bookmark_value>classification;displayed in user interface</bookmark_value> <bookmark_value>classification;headers and footers</bookmark_value> <bookmark_value>classification;watermark</bookmark_value> <bookmark_value>classification;categories</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>መመደቢያ: የሚታየው በ ተጠቃሚ ገጽታ ውስጥ</bookmark_value> <bookmark_value>መመደቢያ: ራስጌዎች እና ግርጌዎች</bookmark_value> <bookmark_value>መመደቢያ: የ ውሀ ምልክት</bookmark_value> <bookmark_value>መመደቢያ: ምድቦች</bookmark_value>"
#: classificationbar.xhp
msgctxt ""
@@ -118,7 +118,7 @@ msgctxt ""
"par_id030820161800092823\n"
"help.text"
msgid "The default BAF categories for %PRODUCTNAME are listed below."
-msgstr ""
+msgstr "ነባር የ BAF ምድቦች ለ %PRODUCTNAME ከ ታች በኩል ተዘርዝረዋል"
#: classificationbar.xhp
msgctxt ""
@@ -126,7 +126,7 @@ msgctxt ""
"par_id030820161800098142\n"
"help.text"
msgid "Only the Intellectual Properties category will modify the layout of the document with a watermark, fields in the header and footer and an information bar on top of the document area. Each item inserted in the document is controlled by the classification configuration file."
-msgstr ""
+msgstr "በ ምሁራን ንብረቶች ምድብ ብቻ ውስጥ የ ሰነድ እቅድ በ ውሀ ቀለም: ሜዳዎች በ ራስጌ እና ግርጌ ውስጥ እና መረጃ መደርደሪያ ከ ላይ በኩል በ ሰነድ ውስጥ: እያንዳንዱን እቃ የሚገባውን በ ሰነድ ውስጥ መቆጣጠር ይቻላል በ መመደቢያ ማሰናጃ ፋይል ውስጥ:"
#: classificationbar.xhp
msgctxt ""
@@ -142,7 +142,7 @@ msgctxt ""
"par_idN106C0\n"
"help.text"
msgid "Intellectual property is a generic term for the nature of the contents of the document. Select this category for general purpose document classification."
-msgstr ""
+msgstr "የ ምሁራን ንብረት የ ባህሪ ደንብ ነው ለ ሰነድ ይዞታዎች: ይምረጡ ይህን ምድብ ለ ባጠቃላይ ምክንያት ሰነድ መመደቢያ"
#: classificationbar.xhp
msgctxt ""
@@ -150,7 +150,7 @@ msgctxt ""
"par_idN106CD\n"
"help.text"
msgid "National Security"
-msgstr "የ አገር ድህንነት"
+msgstr "የ አገር ደህንነት"
#: classificationbar.xhp
msgctxt ""
@@ -158,7 +158,7 @@ msgctxt ""
"par_idN106DD\n"
"help.text"
msgid "Selects the category of this document for the national security policy type. The selected category is saved together with the document as BAILS metadata in the file properties and no modifications is carried in the document layout or the user interface."
-msgstr ""
+msgstr "ይምረጡ ምድብ ለዚህ ሰነድ ለ አገር ደህንነት አሰራር አይነት: የ ተመረጠው ምድብ ይቀመጣል አብሮ ከ ሰነድ ጋር እንደ BAILS metadata በ ፋይል ባህሪዎች ውስጥ እና ምንም ማሻሻል አይካሄድም በ ሰነድ እቅድ ውስጥ ወይንም በ ተጠቃሚ ገጽታ ውስጥ"
#: classificationbar.xhp
msgctxt ""
@@ -174,7 +174,7 @@ msgctxt ""
"par_idN106FA\n"
"help.text"
msgid "Selects the category of this document for the export control policy type. The selected category is saved together with the document as BAILS metadata in the file properties and no modifications is carried in the document layout or the user interface."
-msgstr ""
+msgstr "ይምረጡ ምድብ ለዚህ ሰነድ ለ አገር ደህንነት አሰራር አይነት: የ ተመረጠው ምድብ ይቀመጣል አብሮ ከ ሰነድ ጋር እንደ BAILS metadata በ ፋይል ባህሪዎች ውስጥ እና ምንም ማሻሻል አይካሄድም በ ሰነድ እቅድ ውስጥ ወይንም በ ተጠቃሚ ገጽታ ውስጥ"
#: classificationbar.xhp
msgctxt ""
@@ -182,7 +182,7 @@ msgctxt ""
"par_id030820161800091021\n"
"help.text"
msgid "Refer to your corporate data security policy and information security officers for support in document classification."
-msgstr ""
+msgstr "ከ እርስዎ የ ድርጅት ዳታ ደህንነት አሰራር ጋር ያመሳክሩ: እና የ ደህንነት መረጃ ሰዎች ድጋፍ ይጠይቁ ለ ሰነድ መመደቢያ"
#: classificationbar.xhp
msgctxt ""
@@ -190,7 +190,7 @@ msgctxt ""
"hd_id030820161747122444\n"
"help.text"
msgid "Default levels of classification"
-msgstr ""
+msgstr "ነባር የ መመደቢያ ደረጃዎች"
#: classificationbar.xhp
msgctxt ""
@@ -198,7 +198,7 @@ msgctxt ""
"bm_id030820161849574719\n"
"help.text"
msgid "<bookmark_value>classification levels;Internal use only</bookmark_value> <bookmark_value>classification levels;Confidential</bookmark_value> <bookmark_value>classification levels;General Business</bookmark_value> <bookmark_value>classification levels;Non-Business</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>መመደቢያ ደረጃዎች: ለ ውስጥ መጠቀሚያ ብቻ</bookmark_value> <bookmark_value>መመደቢያ ደረጃዎች: ሚስጥር</bookmark_value> <bookmark_value>መመደቢያ ደረጃዎች: ባጠቃላይ ለ ንግድ</bookmark_value> <bookmark_value>መመደቢያ ደረጃዎች: ምንም-ንግድ ላልሆነ</bookmark_value>"
#: classificationbar.xhp
msgctxt ""
@@ -206,7 +206,7 @@ msgctxt ""
"par_id030820161747139337\n"
"help.text"
msgid "%PRODUCTNAME provides default levels of document classification (<item type=\"acronym\">BAILS</item>) shown below, sorted by increasing level of business sensitivity:"
-msgstr ""
+msgstr "%PRODUCTNAME የሚያቀርበው ነባር የ መመደቢያ ደረጃዎች ነው ለ ሰነድ (<item type=\"acronym\">BAILS</item>) ከ ታች እንደሚታየው: መለያ በ እየጨመረ በሚሄድ ደረጃ ለ ንግድ sensitivity:"
#: classificationbar.xhp
msgctxt ""
@@ -214,7 +214,7 @@ msgctxt ""
"par_id030820161747135421\n"
"help.text"
msgid "<emph>Non-Business</emph>: Information in document has no impact in business, if made public."
-msgstr ""
+msgstr "<emph>ምንም-የ ንግድ ያልሆነ</emph>: መረጃ በ ሰነድ ውስጥ ምንም ተፅእኖ አይኖረውም በ ንግድ ውስጥ: ለ ሕዝብ ቢታይ"
#: classificationbar.xhp
msgctxt ""
@@ -222,7 +222,7 @@ msgctxt ""
"par_id030820161747132341\n"
"help.text"
msgid "<emph>General Business</emph>: Minor impact. Information has impact in business, can generate embarrassments, minor damage in brand image, if made public."
-msgstr ""
+msgstr "<emph>ባጠቃላይ ንግድ</emph>: አነስተኛ ተፅእኖ: መረጃው በ ንግድ ላይ ተፅእኖ ይኖረዋል: ሀፍረት ሊፈጥር ይችላል: አነስትተኛ ጉዳት: በ ንግድ ምልክት እና ንብረት ላይ: ለ ሕዝብ ከታየ"
#: classificationbar.xhp
msgctxt ""
@@ -230,7 +230,7 @@ msgctxt ""
"par_id030820161747139845\n"
"help.text"
msgid "<emph>Confidential</emph>: Modest impact. Information disclosed can damage business brand, can generate negative media coverage and loss of revenue."
-msgstr ""
+msgstr "<emph>ሚስጥር</emph>: መካከለኛ ተፅእኖ: መረጃው ከ ታየ በ ንግድ ላይ ከፍተኛ ጉዳት ይፈጥራል: አሉታዊ አስተያየቶች ይፈጥራል: ገቢ ያሳጣል"
#: classificationbar.xhp
msgctxt ""
@@ -238,7 +238,7 @@ msgctxt ""
"par_id030820161747138519\n"
"help.text"
msgid "<emph>Internal use only</emph>: Major damage. Negative national media, lawsuits, fines, long term brand damages."
-msgstr ""
+msgstr "<emph>ለ ውስጥ መጠቀሚያ ብቻ</emph>: ከፍተኛ ጥፋት: አልልሉታዊ አገር አቀፍ ህፍረት ያስከትላል: ያስከስሳል: በ ገንዘብ ያስቀጣል: ለ ረጅም ጊዜ ጥፋቱ ይቆያል"
#: classificationbar.xhp
msgctxt ""
@@ -246,7 +246,7 @@ msgctxt ""
"hd_id030820161747134459\n"
"help.text"
msgid "Customizing classification levels."
-msgstr ""
+msgstr "የ መመደቢያ ደረጃዎች ማስተካከያ"
#: classificationbar.xhp
msgctxt ""
@@ -254,7 +254,7 @@ msgctxt ""
"bm_id030820161851045883\n"
"help.text"
msgid "<bookmark_value>custom;classifcation levels</bookmark_value> <bookmark_value>classifcation levels;customizing</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>ማስተካከያ: መመደቢያ ደረጃዎች</bookmark_value> <bookmark_value>መመደቢያ ደረጃዎች: ማስተካከያ</bookmark_value>"
#: classificationbar.xhp
msgctxt ""
@@ -262,7 +262,7 @@ msgctxt ""
"par_id030820161747133280\n"
"help.text"
msgid "%PRODUCTNAME allows customization of the levels of classification for your business. To customize the number and the name of the levels, copy the file <item type=\"literal\">example.xml</item> located in <item type=\"menuitem\">Tools -> Options -> LibreOffice -> Paths -> Classification</item> into a local folder and edit the contents."
-msgstr ""
+msgstr "%PRODUCTNAME ለ እርስዎ ንግድ የ መመደቢያ ደረጃዎች ማስተካከያ ማስቻያ: የ ደረጃዎች ስም እና ቁጥር ማስተካከያ ማስቻያ: ኮፒ ያድርጉ ፋይል <item type=\"literal\">example.xml</item> የሚገኘውን በ <item type=\"menuitem\">መሳሪያዎች -> ምርጫዎች -> LibreOffice -> መንገድ -> መመደቢያ</item> ወደ አካባቢ ፎልደር እና ይዞታዎቹን ያርሙ"
#: classificationbar.xhp
msgctxt ""
@@ -270,7 +270,7 @@ msgctxt ""
"par_id03082016174713477\n"
"help.text"
msgid "Use the file with your %PRODUCTNAME locale in the name as example."
-msgstr ""
+msgstr "ፋይሉን ይጠቀሙ በ እርስዎ %PRODUCTNAME አካባቢ ስም ውስጥ እንደ ለምሳሌ"
#: classificationbar.xhp
msgctxt ""
@@ -278,7 +278,7 @@ msgctxt ""
"par_id030820161747137522\n"
"help.text"
msgid "Save the file and make the classification path above access the file."
-msgstr ""
+msgstr "ፋይሉን ያስቀምጡ እና የ መመደቢያ መንገድ ከ ላይ ፋይሉ ጋር እንዲደርስ ያድርጉ"
#: classificationbar.xhp
msgctxt ""
@@ -286,7 +286,7 @@ msgctxt ""
"par_id030820161747135133\n"
"help.text"
msgid "Your system administrator can place the file in a network folder and make all users access the classification settings file."
-msgstr ""
+msgstr "የ እርስዎ ስርአት አስተዳዳሪ ፋይሉን በ ኔትዎርክ ፎልደር ውስጥ ማድረግ ይችላል እና ሁሉም ተጠቃሚዎች ሊደርሱበት ይችላሉ በ መመደቢያ ማሰናጃ ፋይል ውስጥ"
#: classificationbar.xhp
msgctxt ""
@@ -294,7 +294,7 @@ msgctxt ""
"hd_id03082016174713354\n"
"help.text"
msgid "Pasting contents in documents with different levels of classification."
-msgstr ""
+msgstr "በ ሰነዶች ውስጥ ይዞታዎችን መለጠፊያ በ ተለያየ ደረጃ መመደቢያ"
#: classificationbar.xhp
msgctxt ""
@@ -302,7 +302,7 @@ msgctxt ""
"bm_id030820161851512902\n"
"help.text"
msgid "<bookmark_value>document classification;pasting contents</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>ሰነድ መመደቢያ: ይዞታዎችን መለጠፊያ </bookmark_value>"
#: classificationbar.xhp
msgctxt ""
@@ -310,7 +310,7 @@ msgctxt ""
"par_id030820161747134188\n"
"help.text"
msgid "To prevent a breach in the security policy, contents with high classification level pasted to documents with lower classification level are not allowed. %PRODUCTNAME will display a warning message wherever it detects that the contents of the clipboard have higher security classification than the target document."
-msgstr ""
+msgstr "ለ መከልከል የ ደህንነት አሰራር ለ መጣስ: ይዞታዎች በ ከፍተኛ መመደቢያ ደረጃ ባሉ ውስጥ መለጠፍ ወደ ሰነዶች በ ዝቅተኛ ደረጃ መመደቢያ አይፈቀድም: %PRODUCTNAME ለ እርስዎ የ ማስጠንቀቂያ መልእክት ይታያል: ይዞታዎቹን በየትም ፈልጎ በሚያገኝበት ቦታ በ ቁራጭ ሰሌዳ ላይ: ከፍተኛ የ ደህንነት መመደቢያ እንዳለው ከ ኢላማው ሰነድ ይልቅ"
#: classificationbar.xhp
msgctxt ""
@@ -326,7 +326,7 @@ msgctxt ""
"bm_id030820161853495457\n"
"help.text"
msgid "<bookmark_value>Classification toolbar;display</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>መመደቢያ እቃ መደርደሪያ: ማሳያ</bookmark_value>"
#: classificationbar.xhp
msgctxt ""
@@ -342,7 +342,7 @@ msgctxt ""
"par_id030820161754171423\n"
"help.text"
msgid "The Classification toolbar contains listboxes to help in selecting the security of the document, according to the <item type=\"acronym\">BAF</item> category policy and <item type=\"acronym\">BAILS</item> levels. %PRODUCTNAME will add custom fields in the document properties (<item type=\"menuitem\">File -> Properties</item>, Custom fields tab) to store the classification policy as document metadata."
-msgstr ""
+msgstr "የ መመደቢያ እቃ መደርደሪያ የያዛቸው ዝርዝር ሳጥኖች እርስዎ እንዲመርጡ ነው ለ ሰነድ ደህንነት እንደ ምርጫዎ <item type=\"acronym\">BAF</item> የ ምድብ አሰራር እና <item type=\"acronym\">BAILS</item> ደረጃዎች %PRODUCTNAME ይጨምራል የ ሜዳዎች ማስተካከያ በ ሰነድ ባህሪዎች ውስጥ (<item type=\"menuitem\">ፋይል -> ባህሪዎች</item>, ሜዳዎች ማስተካከያ tab) የ መመደቢያ አሰራር ለማስቀመጥ በ ሰነድ metadata. ውስጥ"
#: classificationbar.xhp
msgctxt ""
@@ -350,7 +350,7 @@ msgctxt ""
"par_id030820161754175408\n"
"help.text"
msgid "Go to menu <item type=\"menuitem\">View -> Toolbars </item>and select <item type=\"menuitem\">Classification</item>"
-msgstr ""
+msgstr "ይሂዱ ወደ ዝርዝር <item type=\"menuitem\">መመልከቻ -> እቃ መደርደሪያ </item>እና ይምረጡ <item type=\"menuitem\">መመደቢያ</item>"
#: classificationbar.xhp
msgctxt ""
@@ -358,7 +358,7 @@ msgctxt ""
"par_id030820161818081317\n"
"help.text"
msgid "<link href=\"http://www.tscp.org/about-tscp/\"><item type=\"acronym\">TSCP</item> (Transglobal Secure Collaboration Participation, Inc.) website</link>."
-msgstr ""
+msgstr "<link href=\"http://www.tscp.org/about-tscp/\"><item type=\"acronym\">TSCP</item> (Transglobal Secure Collaboration Participation, Inc.) ድህረ ገጽ</link>."
#: classificationbar.xhp
msgctxt ""
@@ -366,7 +366,7 @@ msgctxt ""
"par_id030820161818082152\n"
"help.text"
msgid "<link href=\"http://www.tscp.org/wp-content/uploads/2013/08/TSCP_BAFv1.pdf\">Business Authentication Framework (<item type=\"acronym\">BAF</item>) document (PDF)</link>"
-msgstr ""
+msgstr "<link href=\"http://www.tscp.org/wp-content/uploads/2013/08/TSCP_BAFv1.pdf\">Business Authentication Framework (<item type=\"acronym\">BAF</item>) ሰነድ (PDF)</link>"
#: classificationbar.xhp
msgctxt ""
@@ -374,7 +374,7 @@ msgctxt ""
"par_id030820161818085901\n"
"help.text"
msgid "<link href=\"http://www.tscp.org/wp-content/uploads/2013/08/TSCP_BAILSv1.pdf\">Business Authorization Identification and Labeling Scheme (<item type=\"acronym\">BAILS</item>) document (PDF)</link>"
-msgstr ""
+msgstr "<link href=\"http://www.tscp.org/wp-content/uploads/2013/08/TSCP_BAILSv1.pdf\">Business Authorization Identification and Labeling Scheme (<item type=\"acronym\">BAILS</item>) ሰነድ (PDF)</link>"
#: main0000.xhp
msgctxt ""
@@ -1310,7 +1310,7 @@ msgctxt ""
"par_idN106E9\n"
"help.text"
msgid "Row Height"
-msgstr "የረድፍ እርዝመት"
+msgstr "የ ረድፍ እርዝመት"
#: main0110.xhp
msgctxt ""
@@ -2482,7 +2482,7 @@ msgctxt ""
"22\n"
"help.text"
msgid "The program interface is designed so that you can configure it according to your preferences, including customizing icons and menus. You can position various program windows, such as the Styles and Formatting window or the Navigator as floating windows anywhere on the screen. You can also <link href=\"text/shared/guide/autohide.xhp\" name=\"dock\">dock</link> some windows to the edge of the workspace."
-msgstr "ይህ የ ፕሮግራም ገጽታ የተዘጋጀው እርስዎ እንደሚፈልጉት እንዲያሰናዱት ተደርጎ ነው: ምልክቶችን ማስተካከል ይችላሉ እና ዝርዝሮችን: የ ተለያዩ የ ፕሮግራም መስኮቶችን ቦታ መቀየር ይችላሉ: እንደ ዘዴዎች እና አቀራረብ መስኮት ወይንም መቃኛውን እንደ ተንሳፋፊ መስኮቶች በ ማንኛውም ቦታ በ መስኮቱ ውስጥ ማድረግ ይችላሉ: እርስዎ <link href=\"text/shared/guide/autohide.xhp\" name=\"dock\">dock</link>አንዳንድ መስኮቶችን በ መስሪያ ቦታ ጠርዝ በኩል ማድረግ ይችላሉ"
+msgstr "ይህ የ ፕሮግራም ገጽታ የተዘጋጀው እርስዎ እንደሚፈልጉት እንዲያሰናዱት ተደርጎ ነው: ምልክቶችን ማስተካከል ይችላሉ እና ዝርዝሮችን: የ ተለያዩ የ ፕሮግራም መስኮቶችን ቦታ መቀየር ይችላሉ: እንደ ዘዴዎች እና አቀራረብ መስኮት ወይንም መቃኛውን እንደ ተንሳፋፊ መስኮቶች በ ማንኛውም ቦታ በ መስኮቱ ውስጥ ማድረግ ይችላሉ: እርስዎ <link href=\"text/shared/guide/autohide.xhp\" name=\"dock\">ማሳረፊያ</link>አንዳንድ መስኮቶችን በ መስሪያ ቦታ ጠርዝ በኩል ማድረግ ይችላሉ"
#: main0503.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/swriter/00.po b/source/am/helpcontent2/source/text/swriter/00.po
index ff23d6a6914..e0a65d618ec 100644
--- a/source/am/helpcontent2/source/text/swriter/00.po
+++ b/source/am/helpcontent2/source/text/swriter/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-07 18:58+0000\n"
+"PO-Revision-Date: 2016-12-25 16:33+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481137123.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1482683623.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -976,7 +976,7 @@ msgctxt ""
"par_id3146342\n"
"help.text"
msgid "<variable id=\"stichwortverzeichnisverz1\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab</variable>"
-msgstr ""
+msgstr "<variable id=\"stichwortverzeichnisverz1\">ይምረጡ <emph>ማስገቢያ - የ ሰንጠረዥ ማውጫ እና ማውጫ - የ ሰንጠረዥ ማውጫ: ማውጫ ወይንም የ ጽሁፎች ዝርዝር - አይነት</emph> tab</variable>"
#: 00000404.xhp
msgctxt ""
@@ -984,7 +984,7 @@ msgctxt ""
"par_id3147449\n"
"help.text"
msgid "<variable id=\"verz2\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (depending on the type)</variable>"
-msgstr ""
+msgstr "<variable id=\"verz2\">ይምረጡ <emph>ማስገቢያ - የ ሰንጠረዥ ማውጫ እና ማውጫ - የ ሰንጠረዥ ማውጫ: ማውጫ ወይንም የ ጽሁፎች ዝርዝር - አይነት</emph> tab (እንደ ሁኔታው አይነት) </variable>"
#: 00000404.xhp
msgctxt ""
@@ -992,7 +992,7 @@ msgctxt ""
"par_id3149835\n"
"help.text"
msgid "<variable id=\"verz21\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Table of Contents is the selected type)</variable>"
-msgstr ""
+msgstr "<variable id=\"verz21\">ይምረጡ <emph>ማስገቢያ - የ ሰንጠረዥ ማውጫ እና ማውጫ - የ ሰንጠረዥ ማውጫ: ወይንም የ ጽሁፎች ዝርዝር - አይነት </emph> tab (የ ሰንጠረዥ ማውጫ አይነት በሚመረጥበት ጊዜ ) </variable>"
#: 00000404.xhp
msgctxt ""
@@ -1000,7 +1000,7 @@ msgctxt ""
"par_id3148855\n"
"help.text"
msgid "<variable id=\"verz22\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Alphabetical Index is the selected type)</variable>"
-msgstr ""
+msgstr "<variable id=\"verz22\">ይምረጡ <emph>ማስገቢያ - የ ሰንጠረዥ ማውጫ እና ማውጫ - የ ሰንጠረዦች ማውጫ: ማውጫ ወይንም የ ጽሁፎች ዝርዝር - አይነት </emph> tab (የ ፊደል ቅደም ተከተል ማውጫ አይነት በሚመረጥበት ጊዜ ) </variable>"
#: 00000404.xhp
msgctxt ""
@@ -1008,7 +1008,7 @@ msgctxt ""
"par_id3155575\n"
"help.text"
msgid "<variable id=\"verz23\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Illustration Index is the selected type)</variable>"
-msgstr ""
+msgstr "<variable id=\"verz23\">ይምረጡ <emph>ማስገቢያ - የ ሰንጠረዥ ማውጫ እና ማውጫ - የ ሰንጠረዥ ማውጫ: ማውጫ ወይንም የ ጽሁፎች ዝርዝር - አይነት </emph> tab (የ ማብራሪያ ማውጫ አይነት በሚመረጥበት ጊዜ ) </variable>"
#: 00000404.xhp
msgctxt ""
@@ -1016,7 +1016,7 @@ msgctxt ""
"par_id3151080\n"
"help.text"
msgid "<variable id=\"verz24\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Index of Tables is the selected type)</variable>"
-msgstr ""
+msgstr "<variable id=\"verz24\">ይምረጡ <emph>ማስገቢያ - የ ሰንጠረዥ ማውጫ እና ማውጫ - የ ሰንጠረዥ ማውጫ: ወይንም የ ጽሁፎች ዝርዝር - አይነት </emph> tab (የ ማውጫ ሰንጠረዥ አይነት በሚመረጥበት ጊዜ ) </variable>"
#: 00000404.xhp
msgctxt ""
@@ -1024,7 +1024,7 @@ msgctxt ""
"par_id3154777\n"
"help.text"
msgid "<variable id=\"verz25\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when User-Defined is the selected type)</variable>"
-msgstr ""
+msgstr "<variable id=\"verz25\">ይምረጡ <emph>ማስገቢያ - የ ሰንጠረዥ ማውጫ እና ማውጫ - የ ሰንጠረዥ ማውጫ: ወይንም የ ጽሁፎች ዝርዝር - አይነት </emph> tab (በ ተጠቃሚው-የሚወሰን አይነት በሚመረጥበት ጊዜ ) </variable>"
#: 00000404.xhp
msgctxt ""
@@ -1032,7 +1032,7 @@ msgctxt ""
"par_id3148448\n"
"help.text"
msgid "<variable id=\"verz26\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Table of Objects is the selected type)</variable>"
-msgstr ""
+msgstr "<variable id=\"verz26\">ይምረጡ <emph>ማስገቢያ - የ ሰንጠረዥ ማውጫ እና ማውጫ - የ ሰንጠረዥ ማውጫ: ወይንም የ ጽሁፎች ዝርዝር - አይነት </emph> tab (የ ሰንጠረዥ እቃዎች አይነት በሚመረጥበት ጊዜ) </variable>"
#: 00000404.xhp
msgctxt ""
@@ -1040,7 +1040,7 @@ msgctxt ""
"par_id3145304\n"
"help.text"
msgid "<variable id=\"verz27\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph> tab (when Bibliography is the selected type)</variable>"
-msgstr ""
+msgstr "<variable id=\"verz27\">ይምረጡ <emph>ማስገቢያ - የ ሰንጠረዥ ማውጫ እና ማውጫ - የ ሰንጠረዥ ማውጫ: ወይንም የ ጽሁፎች ዝርዝር - አይነት </emph> tab (የ ጽሁፎች ዝርዝር አይነት በሚመረጥበት ጊዜ) </variable>"
#: 00000404.xhp
msgctxt ""
@@ -1048,7 +1048,7 @@ msgctxt ""
"par_id3153295\n"
"help.text"
msgid "<variable id=\"verz28\">Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph>, mark \"Additional Styles\" check box and then click <emph>Assign styles</emph></variable>"
-msgstr ""
+msgstr "<variable id=\"verz28\">ይምረጡ <emph>ማስገቢያ - የ ሰንጠረዥ ማውጫ እና ማውጫ - የ ሰንጠረዥ ማውጫ: ወይንም የ ጽሁፎች ዝርዝር - አይነት </emph>ምልክት \"ተጨማሪ ዘዴዎች\" ምልክት ማድረጊያ ሳጥን ውስጥ: እና ይጫኑ <emph>ዘዴዎች መመደቢያ</emph></variable>"
#: 00000404.xhp
msgctxt ""
@@ -1181,7 +1181,7 @@ msgctxt ""
"par_id3150084\n"
"help.text"
msgid "Choose <emph>Format - Frame and Object - Properties</emph>"
-msgstr ""
+msgstr "ይምረጡ <emph>አቀራረብ - ክፈፍ እና እቃ - ባህሪዎች</emph>"
#: 00000404.xhp
msgctxt ""
@@ -1303,7 +1303,7 @@ msgctxt ""
"par_id3147267\n"
"help.text"
msgid "<variable id=\"kopfzeile\">Choose <emph>Insert - Header and Footer - Header</emph></variable>"
-msgstr ""
+msgstr "<variable id=\"kopfzeile\">ይምረጡ <emph>ማስገቢያ - ራስጌ እና ግርጌ - ራስጌ</emph></variable>"
#: 00000404.xhp
msgctxt ""
@@ -1311,7 +1311,7 @@ msgctxt ""
"par_id3147290\n"
"help.text"
msgid "<variable id=\"fusszeile\">Choose <emph>Insert - Header and Footer - Footer</emph></variable>"
-msgstr ""
+msgstr "<variable id=\"fusszeile\">ይምረጡ <emph>ማስገቢያ - ራስጌ -እና ግርጌ - ግርጌ</emph></variable>"
#: 00000405.xhp
msgctxt ""
@@ -1379,7 +1379,7 @@ msgctxt ""
"par_idN10715\n"
"help.text"
msgid "Right-click a paragraph with style <item type=\"literal\">Text body</item>. Choose <emph>Edit Paragraph Style - Condition</emph> tab"
-msgstr "በቀኝ-ይጫኑ አንቀጽ ከ ዘዴ ጋር <item type=\"literal\">የጽሁፍ ሰውነት</item>. ይምረጡ <emph>የአንቀጽ ዘዴ ማረሚያ - ሁኔታ</emph> tab"
+msgstr "በ ቀኝ-ይጫኑ አንቀጽ ከ ዘዴ ጋር <item type=\"literal\">የጽሁፍ ሰውነት</item> ይምረጡ <emph>የ አንቀጽ ዘዴ ማረሚያ - ሁኔታ</emph> tab"
#: 00000405.xhp
msgctxt ""
@@ -1447,7 +1447,7 @@ msgctxt ""
"par_id3149687\n"
"help.text"
msgid "Choose <emph>Format - Frame and Object - Properties - Columns</emph> tab"
-msgstr ""
+msgstr "ይምረጡ <emph>አቀራረብ - ክፈፍ እና እቃ - ባህሪዎች - አምዶች</emph> tab"
#: 00000405.xhp
msgctxt ""
@@ -1654,7 +1654,7 @@ msgctxt ""
"par_id3149841\n"
"help.text"
msgid "Choose <emph>Format - Frame and Object - Properties - Type</emph> tab"
-msgstr ""
+msgstr "ይምረጡ <emph>አቀራረብ - ክፈፍ እና እቃ - ባህሪዎች - ይጻፉ</emph> tab"
#: 00000405.xhp
msgctxt ""
@@ -1688,7 +1688,7 @@ msgctxt ""
"par_id3148437\n"
"help.text"
msgid "Choose <emph>Format - Frame and Object - Properties - Wrap</emph> tab"
-msgstr ""
+msgstr "ይምረጡ <emph>አቀራረብ - ክፈፍ እና እቃ - ባህሪዎች - መጠቅለያ</emph> tab"
#: 00000405.xhp
msgctxt ""
@@ -1732,7 +1732,7 @@ msgctxt ""
"par_id3156130\n"
"help.text"
msgid "Choose <emph>Format - Frame and Object - Properties - Hyperlink</emph> tab"
-msgstr ""
+msgstr "ይምረጡ <emph>አቀራረብ - ክፈፍ እና እቃ - ባህሪዎች - Hyperlink</emph> tab"
#: 00000405.xhp
msgctxt ""
@@ -1758,7 +1758,7 @@ msgctxt ""
"par_id3145636\n"
"help.text"
msgid "Choose <emph>Format - Frame and Object - Properties - Options</emph> tab"
-msgstr ""
+msgstr "ይምረጡ <emph>አቀራረብ - ክፈፍ እና እቃ - ባህሪዎች - ምርጫዎች</emph> tab"
#: 00000405.xhp
msgctxt ""
@@ -1801,7 +1801,7 @@ msgctxt ""
"par_id3154323\n"
"help.text"
msgid "Choose <emph>Format - Frame and Object - Properties - Macro</emph> tab"
-msgstr ""
+msgstr "ይምረጡ <emph>አቀራረብ - ክፈፍ እና እቃ - ባህሪዎች - Macro</emph> tab"
#: 00000405.xhp
msgctxt ""
@@ -1844,7 +1844,7 @@ msgctxt ""
"par_id3155114\n"
"help.text"
msgid "<variable id=\"formattabelle\">Choose <emph>Table - Properties</emph></variable>"
-msgstr ""
+msgstr "<variable id=\"formattabelle\">ይምረጡ <emph>ሰንጠረዥ - ባህሪዎች</emph></variable>"
#: 00000405.xhp
msgctxt ""
@@ -1870,7 +1870,7 @@ msgctxt ""
"par_id3151233\n"
"help.text"
msgid "<variable id=\"tabformat\">Choose <emph>Table - Properties - Table</emph> tab</variable>"
-msgstr ""
+msgstr "<variable id=\"tabformat\">ይምረጡ <emph>ሰንጠረዥ - ባህሪዎች - ሰንጠረዥ</emph> tab </variable>"
#: 00000405.xhp
msgctxt ""
@@ -1878,7 +1878,7 @@ msgctxt ""
"par_id3154255\n"
"help.text"
msgid "<variable id=\"spaltentab\">Choose <emph>Table - Properties - Columns</emph> tab</variable>"
-msgstr ""
+msgstr "<variable id=\"spaltentab\">ይምረጡ <emph>ሰንጠረዥ - ባህሪዎች - አምዶች</emph> tab </variable>"
#: 00000405.xhp
msgctxt ""
@@ -1886,7 +1886,7 @@ msgctxt ""
"par_id3153140\n"
"help.text"
msgid "<variable id=\"tabelletextfluss\">Choose <emph>Table - Properties - Text Flow</emph> tab</variable>"
-msgstr ""
+msgstr "<variable id=\"tabelletextfluss\">ይምረጡ <emph>ሰንጠረዥ - ባህሪዎች - የ ጽሁፍ ፍሰት</emph> tab </variable>"
#: 00000405.xhp
msgctxt ""
@@ -1895,7 +1895,7 @@ msgctxt ""
"78\n"
"help.text"
msgid "<variable id=\"zelle\">Right-click in a table, choose <emph>Cell</emph></variable>"
-msgstr "<variable id=\"zelle\">በቀኝ-ይጫኑ በሰንጠረዡ ውስጥ እና ይምረጡ <emph>ክፍል</emph></variable>"
+msgstr "<variable id=\"zelle\">በ ቀኝ-ይጫኑ በ ሰንጠረዡ ውስጥ እና ይምረጡ <emph>ክፍል</emph></variable>"
#: 00000405.xhp
msgctxt ""
@@ -2321,7 +2321,7 @@ msgctxt ""
"par_id3156355\n"
"help.text"
msgid "Choose <emph>Format - Frame and Object - Properties</emph>"
-msgstr ""
+msgstr "ይምረጡ <emph>አቀራረብ - ክፈፍ እና እቃ - ባህሪዎች</emph> tab"
#: 00000405.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/swriter/01.po b/source/am/helpcontent2/source/text/swriter/01.po
index 5d4994868cb..4300ac7fb0a 100644
--- a/source/am/helpcontent2/source/text/swriter/01.po
+++ b/source/am/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-08 23:41+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2017-01-04 00:50+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481240471.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483491034.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -642,7 +642,7 @@ msgctxt ""
"6\n"
"help.text"
msgid "Display area"
-msgstr "ቦታ ማሳያ"
+msgstr "ማሳያ ቦታ"
#: 01160500.xhp
msgctxt ""
@@ -916,7 +916,7 @@ msgctxt ""
"73\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/numericfield\">Type the number of the page number that you want to jump to, and then press Enter.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/numericfield\">የ ገጽ ቁጥር ይጻፉ እርስዎ መዝለል ወደሚፈልጉበት ወደ: እና ከዛ ይጫኑ ማስገቢያውን </ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -943,7 +943,7 @@ msgctxt ""
"8\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/listbox\">Shows or hides the <emph>Navigator </emph>list.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/listbox\">ማሳያ ወይንም መደበቂያ የ <emph>መቃኛ </emph>ዝርዝር</ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -978,7 +978,7 @@ msgctxt ""
"11\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/root\">Switches between the display of all categories in the Navigator and the selected category.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/root\">ሁሉንም ምድቦች በ መቃኛ ውስጥ እና የ ተመረጡትን ምድቦች ማሳያ መካከል መቀያየሪያ </ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -1057,7 +1057,7 @@ msgctxt ""
"18\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/header\">Moves the cursor to the header, or from the header to the document text area.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/header\">መጠቆሚያውን ወደ ራስጌ ወይንም ከ ራስጌ ወደ ሰነዱ የ ጽሁፍ ቦታ ማንቀሳቀሻ</ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -1092,7 +1092,7 @@ msgctxt ""
"21\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/footer\">Moves the cursor to the footer, or from the footer to the document text area.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/footer\">መጠቆሚያውን ወደ ግርጌ ወይንም ከ ግርጌ ወደ ሰነዱ የ ጽሁፍ ቦታ ማንቀሳቀሻ.</ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -1127,7 +1127,7 @@ msgctxt ""
"24\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/anchor\">Jumps between the footnote text and the footnote anchor.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/anchor\">በ ግርጌ ማስታወሻ ጽሁፍ እና በ ግርጌ ማስታወሻ ማስቆሚያ መካከል መዝለያ </ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -1162,7 +1162,7 @@ msgctxt ""
"35\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/dragmode\">Sets the drag and drop options for inserting items from the Navigator into a document, for example, as a hyperlink. Click this icon, and then choose the option that you want to use.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/dragmode\">መጎተቻ እና መጣያ ምርጫ ማሰናጃ እቃዎች ከ መቃኛ ውስጥ ወደ ሰነድ ውስጥ: ለምሳሌ: እንደ hyperlink. ይጫኑ ይህን ምልክት: እና ከዛ ይምረጡ እርስዎ መጠቀም የሚፈልጉትን ምርጫ</ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -1251,7 +1251,7 @@ msgctxt ""
"46\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/headings\">Click this icon, and then choose the number of heading outline levels that you want to view in the Navigator window.</ahelp> You can also access this command by right-clicking a heading in the Navigator window."
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/headings\">ይጫኑ በዚህ ምልክት ላይ: እና ይምረጡ የ ራስጌ ረቂቅ ቁጥር ደረጃዎች እርስዎ መመልከት የሚፈልጉትን በ መቃኛ መስኮት ውስጥ </ahelp> እርስዎ እንዲሁም እዚህ ትእዛዝ ጋር መድረስ ይችላሉ በ ቀኝ-በ መጫን ራስጌ በ መቃኛ መስኮት ውስጥ"
#: 02110000.xhp
msgctxt ""
@@ -1304,7 +1304,7 @@ msgctxt ""
"49\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/promote\">Moves the selected heading, and the text below the heading, up one heading position in the Navigator and in the document. To move only the selected heading and not the text associated with the heading, hold down Ctrl, and then click this icon.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/promote\">የ ተመረጠውን ራስጌ እና ጽሁፍ ከ ራስጌ በ ታች በኩል ማንቀሳቀሻ: ወደ ላይ አንድ ራስጌ ቦታ በ መቃኛ እና በ ሰነድ ውስጥ: የ ተመረጠውን ራስጌ እና ከ ራስጌ ጋር የሚዛመደውን ጽሁፍ አይደለም: ተጭነው ይያዙ Ctrl, እና ከዛ ይጫኑ ይህን ምልክት </ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -1339,7 +1339,7 @@ msgctxt ""
"52\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/demote\">Moves the selected heading, and the text below the heading, down one heading position in the Navigator and in the document. To move only the selected heading and not the text associated with the heading, hold down Ctrl, and then click this icon.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/demote\">የ ተመረጠውን ራስጌ እና ጽሁፍ ከ ራስጌ በ ታች በኩል ማንቀሳቀሻ: ወደ ታች አንድ ራስጌ ቦታ በ መቃኛ እና በ ሰነድ ውስጥ: የ ተመረጠውን ራስጌ እና ከ ራስጌ ጋር የሚዛመደውን ጽሁፍ አይደለም: ተጭነው ይያዙ Ctrl, እና ከዛ ይጫኑ ይህን ምልክት </ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -1374,7 +1374,7 @@ msgctxt ""
"56\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/promotelvl\">Increases the outline level of the selected heading, and the headings that occur below the heading, by one. To only increase the outline level of the selected heading, hold down Ctrl, and then click this icon.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/promotelvl\">ለ ተመረጠው ራስጌ የ እቅድ መጠን መጨመሪያ እና ራስጌዎች በ አንድ ደረጃ ከ ራስጌ በ ታች ለሚሆኑ: የ እቅድ ደረጃ ብቻ ለ መጨመር ለ ተመረጠው ራስጌ ተጭነው ይያዙ Ctrl, እና ከዛ ይጫኑ በዚህ ምልክት ላይ </ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -1409,7 +1409,7 @@ msgctxt ""
"59\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/navigatorpanel/demotelvl\">Decreases the outline level of the selected heading, and the headings that occur below the heading, by one. To only decrease the outline level of the selected heading, hold down Ctrl, and then click this icon.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/navigatorpanel/demotelvl\">ለ ተመረጠው ራስጌ የ እቅድ መጠን መቀነሻ እና ራስጌዎች በ አንድ ደረጃ ከ ራስጌ በ ታች ለሚሆኑ: የ እቅድ ደረጃ ብቻ ለ መቀነስ ለ ተመረጠው ራስጌ ተጭነው ይያዙ Ctrl, እና ከዛ ይጫኑ በዚህ ምልክት ላይ </ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -2550,7 +2550,7 @@ msgctxt ""
"par_id3153668\n"
"help.text"
msgid "To change the view between field names and field contents in your document, choose <emph>View - Field Names</emph>."
-msgstr ""
+msgstr "መመልከቻውን ለ መቀየር በ ሜዳ ስሞች እና በ ሜዳ ይዞታዎች መካከል በ እርስዎ ሰነድ ውስጥ: ይምረጡ <emph>መመልከቻ - የ ሜዳ ስሞች</emph>."
#: 02140000.xhp
msgctxt ""
@@ -3616,7 +3616,7 @@ msgctxt ""
"hd_id3154505\n"
"help.text"
msgid "<link href=\"text/swriter/01/03090000.xhp\" name=\"Field Names\">Field Names</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/03090000.xhp\" name=\"Fields\">የ ሜዳ ስም</link>"
#: 03090000.xhp
msgctxt ""
@@ -4130,7 +4130,7 @@ msgctxt ""
"35\n"
"help.text"
msgid "For example, to insert a section named \"Section1\" from a $[officename] text document abc.odt as a DDE link, use the command: \"soffice x:\\abc.odt Section1\". To insert the contents of the first cell from a MS Excel spreadsheet file called \"abc.xls\", use the command: \"excel x:\\[abc.xls]Sheet1 z1s1\". You can also copy the elements that you want to insert as a DDE link, and then <emph>Edit - Paste Special</emph>. You can then view the DDE command for the link, by selecting the contents and choosing <emph>Edit - Fields</emph>."
-msgstr ""
+msgstr "ለምሳሌ ለማስገባት የ ተሰየመ ክፍል \"ክፍል1\" ከ $[officename] ጽሁፍ ሰነድ ውስጥ abc.odt እንደ የ DDE አገናኝ: ይህን ትእዛዝ ይጠቀሙ: \"soffice x:\\abc.odt Section1\". ይዞታዎች ለማስገባት የ መጀመሪያውን ክፍል ከ MS Excel ሰንጠረዥ ፋይል የሚባል \"abc.xls\", ይህን ትእዛዝ ይጠቀሙ: \"excel x:\\[abc.xls]Sheet1 z1s1\". እርስዎ እንዲሁም አካሎቹን ኮፒ ማድረግ ይችላሉ እርስዎ ማስገባት የሚፈልጉትን እንደ የ DDE አገናኝ: እና ከዛ <emph>ማረሚያ - የ ተለየ መለጠፊያ</emph>. እርስዎ ከዛ መመልከት ይችላሉ የ DDE ትእዛዝ ለ አገናኝ: በ መምረጥ ይዞታዎችን እና በ መምረጥ <emph>ሜዳዎች – ማረሚያ</emph>."
#: 04020100.xhp
msgctxt ""
@@ -5061,7 +5061,7 @@ msgctxt ""
"par_id7174596\n"
"help.text"
msgid "Right-click the field on the status line that shows \"Envelope\"."
-msgstr "በቀኝ-ይጫኑ ሜዳውን ከ ሁኔታው መስመር ላይ የሚያሳየውን \"ፖስታ\"."
+msgstr "በ ቀኝ-ይጫኑ ሜዳውን ከ ሁኔታው መስመር ላይ የሚያሳየውን \"ፖስታ\"."
#: 04070000.xhp
msgctxt ""
@@ -9220,7 +9220,7 @@ msgctxt ""
"24\n"
"help.text"
msgid "When you define a condition, use the same <link href=\"text/swriter/02/14020000.xhp\">elements</link> for defining a formula, namely comparative operators, mathematical and statistical functions, number formats, variables and constants."
-msgstr "እርስዎ ሁኔታዎችን በሚገልጹ ጊዜ ይጠቀሙ ተመሳሳይ <link href=\"text/swriter/02/14020000.xhp\">አካላቶች</link> ለ መግለጽ መቀመሪያ: ተግባሮች ማነፃፃሪያ: ሂሳብ: እና statistical ተግባሮች: የ ቁጥር አቀራረብ: ተለዋዋጮች እና የሚቀጥሉ"
+msgstr "እርስዎ ሁኔታዎችን በሚገልጹ ጊዜ ይጠቀሙ ተመሳሳይ <link href=\"text/swriter/02/14020000.xhp\">አካላቶች</link> ለ መግለጽ መቀመሪያ: ተግባሮች ማነፃፃሪያ: ሂሳብ: እና የ ስታትስቲክስ ተግባሮች: የ ቁጥር አቀራረብ: ተለዋዋጮች እና የሚቀጥሉ"
#: 04090200.xhp
msgctxt ""
@@ -10323,7 +10323,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Table of Contents and Index"
-msgstr ""
+msgstr "የ ሰንጠረዥ ማውጫዎች እና ማውጫ"
#: 04120000.xhp
msgctxt ""
@@ -10331,7 +10331,7 @@ msgctxt ""
"hd_id3151380\n"
"help.text"
msgid "<link href=\"text/swriter/01/04120000.xhp\" name=\"Table of Contents and Index\">Table of Contents and Index</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/04120000.xhp\" name=\"Table of Contents and Index\">የ ሰንጠረዥ ማውጫዎች እና ማውጫ</link>"
#: 04120000.xhp
msgctxt ""
@@ -10339,7 +10339,7 @@ msgctxt ""
"par_idN105AC\n"
"help.text"
msgid "Opens a menu to insert an index or bibliography entry, as well as inserting a table of contents, index, and or bibliography."
-msgstr ""
+msgstr "ዝርዝር መክፈቻ ማውጫ ወይንም የ ጽሁፎች ዝርዝር ለ ማስገቢያ: እንዲሁም የ ሰንጠረዥ ማውጫ እና ወይንም የ ጽሁፎች ዝርዝር ማስገቢያ:"
#: 04120000.xhp
msgctxt ""
@@ -10363,7 +10363,7 @@ msgctxt ""
"hd_id3147501\n"
"help.text"
msgid "<link href=\"text/swriter/01/04120200.xhp\" name=\"Table of Context, Index or Bibliography\">Table of Content, Index or Bibliography</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/04120200.xhp\" name=\"Table of Context, Index or Bibliography\">የ ሰንጠረዥ ማውጫ: ማውጫ ወይንም የ ጽሁፍ ዝርዝር</link>"
#: 04120100.xhp
msgctxt ""
@@ -10604,7 +10604,7 @@ msgctxt ""
"33\n"
"help.text"
msgid "Whole words only"
-msgstr "ሙሉ ቃሎቹን ብቻ"
+msgstr "ሙሉ ቃሎች ብቻ"
#: 04120100.xhp
msgctxt ""
@@ -10693,7 +10693,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Table of Contents, Index or Bibliography"
-msgstr ""
+msgstr "የ ሰንጠረዥ ማውጫ: ማውጫ ወይንም የ ጽሁፍ ዝርዝር"
#: 04120200.xhp
msgctxt ""
@@ -10701,7 +10701,7 @@ msgctxt ""
"hd_id3151312\n"
"help.text"
msgid "Table of Contents, Index or Bibliography"
-msgstr ""
+msgstr "የ ሰንጠረዥ ማውጫ: ማውጫ ወይንም የ ጽሁፍ ዝርዝር"
#: 04120200.xhp
msgctxt ""
@@ -10879,7 +10879,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Type"
-msgstr ""
+msgstr "አይነት"
#: 04120210.xhp
msgctxt ""
@@ -10887,7 +10887,7 @@ msgctxt ""
"hd_id3150933\n"
"help.text"
msgid "<link href=\"text/swriter/01/04120210.xhp\" name=\"Type\">Type</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/04120210.xhp\" name=\"Type\">አይነት</link>"
#: 04120210.xhp
msgctxt ""
@@ -12067,7 +12067,7 @@ msgctxt ""
"par_id3154504\n"
"help.text"
msgid "<ahelp visibility=\"visible\" hid=\"modules/swriter/ui/tocentriespage/TocEntriesPage\">Specify the format of the index or table entries. The appearance of this tab changes to reflect the type of index that you selected on the <link href=\"text/swriter/01/04120210.xhp\" name=\"Type\">Type</link> tab.</ahelp>"
-msgstr ""
+msgstr "<ahelp visibility=\"visible\" hid=\"modules/swriter/ui/tocentriespage/TocEntriesPage\">ለ ማውጫ ወይንም ለ ሰንጠረዥ ማስገቢያ አቀራረብ ይግለጹ: የዚህ tab መታየት የ ተመረጠውን ማውጫ አይነት ይቀይራል: በ <link href=\"text/swriter/01/04120210.xhp\" name=\"Type\">አይነት</link> tab.</ahelp> ውስጥ"
#: 04120220.xhp
msgctxt ""
@@ -12335,7 +12335,7 @@ msgctxt ""
"par_id3155137\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/tocentriespage/all\">Applies the current settings to all levels without closing the dialog.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/tocentriespage/all\">የ አሁኑን ማሰናጃ ለ ሁሉም ደረጃዎች መፈጸሚያ ንግግሩ ሳይዘጋ </ahelp>"
#: 04120221.xhp
msgctxt ""
@@ -13109,7 +13109,7 @@ msgctxt ""
"par_id3149292\n"
"help.text"
msgid "Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography - Type</emph>."
-msgstr ""
+msgstr "ይምረጡ <emph>ማስገቢያ - የ ሰንጠረዥ ማውጫ እና ማውጫ - የ ሰንጠረዥ ማውጫ: ማውጫ ወይንም የ ጽሁፎች ዝርዝር - አይነት </emph>."
#: 04120250.xhp
msgctxt ""
@@ -13524,7 +13524,7 @@ msgctxt ""
"par_id3153678\n"
"help.text"
msgid "To edit a frame, click the border to select it, and then choose <emph>Format - Frame and Object - Properties</emph>. You can also resize or move a selected frame using special <link href=\"text/swriter/01/04130100.xhp\" name=\"shortcut keys\">shortcut keys</link>."
-msgstr ""
+msgstr "ክፈፍ ለማረም: ይጫኑ በ ደንበሩ ላይ ለ መምረጥ: እና ከዛ ይምረጡ <emph>አቀራረብ - ክፈፍ እና የ እቃ - ባህሪዎች</emph> እርስዎ እንደገና መመጠን ይችላሉ ወይንም የ ተመረጠውን ክፈፍ ማንቀሳቀስ በ መጠቀም የ ተለየ <link href=\"text/swriter/01/04130100.xhp\" name=\"shortcut keys\">አቋራጭ ቁልፎች</link>."
#: 04130000.xhp
msgctxt ""
@@ -13922,7 +13922,7 @@ msgctxt ""
"par_id3155912\n"
"help.text"
msgid "<link href=\"text/swriter/01/05090300.xhp\" name=\"Table - Properties - Text Flow\">Table - Properties - Text Flow</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/05090300.xhp\" name=\"Format - Table - Text Flow\">ሰንጠረዥ - ባህሪዎች - የ ጽሁፍ ፍሰት</link>"
#: 04150000.xhp
msgctxt ""
@@ -15006,7 +15006,6 @@ msgstr "እቅድ & ቁጥር መስጫ"
msgctxt ""
"05030800.xhp\n"
"hd_id3151173\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/01/05030800.xhp\" name=\"Numbering\">Outline & Numbering</link>"
msgstr "<link href=\"text/swriter/01/05030800.xhp\" name=\"Numbering\">እቅድ & ቁጥር መስጫ</link>"
@@ -15015,27 +15014,25 @@ msgstr "<link href=\"text/swriter/01/05030800.xhp\" name=\"Numbering\">እቅድ
msgctxt ""
"05030800.xhp\n"
"par_id3154100\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"HID_NUMPARA\">Adds or removes outline level, numbering, or bullets from the paragraph. You can also select the style of numbering to use, and reset the numbering in a numbered list.</ahelp>"
-msgstr "<ahelp hid=\"HID_NUMPARA\">መጨመሪያ ወይንም ማስወገጃ የ ረቂቅ ደረጃ: ቁጥር መስጫ: ወይንም ነጥቦች ከ አንቀጽ ውስጥ: እርስዎ እንዲሁም መምረጥ ይችላሉ የ ቁጥር መስጫ ዘዴ ለመጠቀም: እና እንደ ነበር ለ መመለስ የ ቁጥር መስጫ በ ቁጥር መስጫ ዝርዝር ውስጥ</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/NumParaPage\">Adds or removes outline level, numbering, or bullets from the paragraph. You can also select the style of numbering to use, and reset the numbering in a numbered list.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/numparapage/NumParaPage\">መጨመሪያ ወይንም ማስወገጃ የ እቅድ ደረጃ: ቁጥር መስጫ ወይንም ነጥቦች ከ አንቀጽ ውስጥ: እርስዎ እንዲሁም መምረጥ ይቻላሉ የ ቁጥር መስጫ ዘዴ የሚጠቀሙበትን: ቁጥር መስጫ እና እንደ ነበር ይመልሳል ቁጥር የ ተሰጣቸውን ዝርዝሮች </ahelp>"
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3153536\n"
"help.text"
-msgid "To change the numbering options for paragraphs that use the same paragraph style, choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles </emph>icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the<emph> Outline & Numbering</emph> tab."
-msgstr "የ አንቀጾች ቁጥር መስጫ ለ መቀየር ተመሳሳይ የ አንቀጽ ዘዴ የሚጠቀሙ: ይምረጡ <emph>አቀራረብ - ዘዴዎች እና </emph>አቀራረብ: እና ከዛ ይጫኑ የ <emph>አንቀጽ ዘዴዎች </emph>ምልክት: በ ቀኝ-ይጫኑ ዘዴ ከ ዝርዝር ውስጥ: ይምረጡ <emph>ማሻሻያ</emph> እና ከዛ ይጫኑ የ <emph> ረቂቅ & ቁጥር መስጫ</emph> tab."
+msgid "To change the numbering options for paragraphs that use the same paragraph style, choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles</emph> icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the <emph>Outline & Numbering</emph> tab."
+msgstr "ለ መቀየር የ ቁጥር መስጫ ምርጫዎች ለ አንቀጾች ለሚጠቀሙ ተመሳሳይ የ አንቀጽ ዘዴ: ይምረጡ <emph>መመልከቻ - ዘዴዎች እና አቀራረብ</emph> እና ከዛ ይጫኑ የ <emph>አንቀጽ ዘዴዎች</emph> ምልክት: በ ቀኝ-ይጫኑ በ ዘዴ ላይ በ ዝርዝር ውስጥ: ይምረጡ <emph>ማሻሻያ</emph> እና ከዛ ይጫኑ የ <emph>እቅድ & የ ቁጥር መስጫ</emph> tab."
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3154470\n"
-"26\n"
"help.text"
-msgid "To change the numbering options for selected paragraphs, choose <emph>Format -</emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link>, and then click the<emph> Outline & Numbering</emph> tab."
-msgstr "የ ቁጥር መስጫ ምርጫ ለ መቀየር ለ ተመረጠው አንቀጽ: ይምረጡ <emph> አቀራረብ -</emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>አንቀጽ</emph></link>, እና ከዛ ይጫኑ የ<emph> ረቂቅ & ቁጥር መስጫ</emph> tab."
+msgid "To change the numbering options for selected paragraphs, choose <emph>Format - </emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link>, and then click the <emph>Outline & Numbering</emph> tab."
+msgstr "ለ መቀየር የ ቁጥር መስጫ ምርጫዎች ለ አንቀጾች: ይምረጡ <emph>አቀራረብ - </emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>አንቀጽ</emph></link> እና ከዛ ይጫኑ የ <emph>እቅድ & የ ቁጥር መስጫ</emph> tab."
#: 05030800.xhp
msgctxt ""
@@ -15050,14 +15047,13 @@ msgctxt ""
"05030800.xhp\n"
"par_id1209200804371097\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Body text</emph> to reset the outline level."
-msgstr "<ahelp hid=\".\">የ እቅድ ደረጃ መመደቢያ ከ 1 እስከ 10 ለ ተመረጠው አንቀጽ ወይንም ለ አንቀጽ ዘዴ</ahelp> ይምረጡ <emph>የ ጽሁፍ አካል</emph> እንደ ነበር ለ መመለስ የ እቅድ ደረጃውን"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_OUTLINE_LEVEL\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Body text</emph> to reset the outline level."
+msgstr "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_OUTLINE_LEVEL\">የ እቅድ ደረጃ መመደቢያ ከ 1 እስከ 10 ለ ተመረጠው አንቀጽ ወይንም የ አንቀጽ ዘዴ: </ahelp> ይምረጡ <emph>የ ጽሁፍ አካል </emph> የ እቅድ ደረጃ እንደ ነበር ለ መመለስ"
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3143283\n"
-"5\n"
"help.text"
msgid "Numbering"
msgstr "ቁጥር መስጫ"
@@ -15066,34 +15062,46 @@ msgstr "ቁጥር መስጫ"
msgctxt ""
"05030800.xhp\n"
"hd_id3154188\n"
-"3\n"
"help.text"
msgid "Numbering Style"
-msgstr "የ ቁጥር አስጣጥ ዘዴ"
+msgstr "የ ቁጥር መስጫ ዘዴ"
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3155178\n"
-"4\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_NUMPARA:LB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link> window if you click the <emph>Numbering Style</emph> icon."
-msgstr "<ahelp hid=\"SW:LISTBOX:TP_NUMPARA:LB_NUMBER_STYLE\">ይምረጡ የ <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">ቁጥር መስጫ ዘዴ</link> እርስዎ መፈጸም የሚፈልጉትን ወደ አንቀጽ</ahelp> እነዚህ ዘዴዎች ተዘርዝረዋል በ <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">ዘዴዎች እና አቀራረብ</link> መስኮት ውስጥ እርስዎ ከ ተጫኑ የ <emph>ቁጥር መስጫ ዘዴ</emph> ምልክት"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link> window if you click the <emph>Numbering Style</emph> icon."
+msgstr "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE\">ይምረጡ the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">ቁጥር መስጫ ዘዴ</link> እርስዎ መፈጸም የሚፈልጉትን በ አንቀጽ ውስጥ </ahelp> እነዚህ ዘዴዎች ተዘርዝረዋል በ <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">ዘዴዎች እና አቀራረብ</link> መስኮት ውስጥ እርስዎ ከ ተጫኑ የ <emph>ቁጥር መስጫ ዘዴ</emph> ምልክት"
+
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3154189\n"
+"help.text"
+msgid "Edit Style"
+msgstr "ዘዴ ማረሚያ"
+
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3155179\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/editnumstyle\">Edit the properties of the selected numbering style.</ahelp> These properties will apply to all paragraphs formatted with the given numbering style."
+msgstr "<ahelp hid=\"modules/swriter/ui/numparapage/editnumstyle\">የ ተመረጠውን የ ቁጥር መስጫ ዘዴ ባህሪዎች ማረሚያ </ahelp> እነዚህ ባህሪዎች ይፈጸማሉ ለ ሁሉም አንቀጾች አቀራረብ የ ቁጥር መስጫ ዘዴ ለ ተሰጣቸው"
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3149106\n"
-"7\n"
"help.text"
msgid "This section only appears when you edit the properties of the current paragraph by choosing <emph>Format - Paragraph</emph>."
-msgstr "ይህ ክፍል የሚታየው የ አሁኑን አንቀጽ ባህሪዎች ሲያርሙ ነው በ መምረጥ <emph>አቀራረብ - አንቀጽ </emph>."
+msgstr "ይህ ክፍል የሚታየው እርስዎ በሚያርሙ ጊዜ ነው ባህሪዎችን አሁን ለ ተመረጠው አንቀጽ በ መምረጥ <emph>አቀራረብ - አንቀጽ</emph>."
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3151250\n"
-"8\n"
"help.text"
msgid "Restart at this paragraph"
msgstr "በዚህ አንቀጽ ላይ እንደገና ማስጀመሪያ"
@@ -15102,16 +15110,14 @@ msgstr "በዚህ አንቀጽ ላይ እንደገና ማስጀመሪያ"
msgctxt ""
"05030800.xhp\n"
"par_id3154831\n"
-"9\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_NEW_START\">Restarts the numbering at the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_NEW_START\">በ አሁኑ አንቀጽ ላይ ቁጥር መስጫ እንደገና ማስጀመሪያ</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_NEW_START\">Restarts the numbering at the current paragraph.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_NEW_START\">እንደገና ማስጀመሪያ ቁጥር መስጫ በ አሁኑ አንቀጽ ላይ </ahelp>"
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147096\n"
-"24\n"
"help.text"
msgid "Start with"
msgstr "መጀመሪያ በ"
@@ -15120,16 +15126,14 @@ msgstr "መጀመሪያ በ"
msgctxt ""
"05030800.xhp\n"
"par_id3148979\n"
-"25\n"
"help.text"
-msgid "<ahelp hid=\"SW_TRISTATEBOX_TP_NUMPARA_CB_NUMBER_NEW_START\">Select this check box, and then enter the number that you want to assign to the paragraph.</ahelp>"
-msgstr "<ahelp hid=\"SW_TRISTATEBOX_TP_NUMPARA_CB_NUMBER_NEW_START\">ይህን የምልክት ማድረጊያ ሳጥን ይምረጡ እና ከዛ ለ አንቀጹ መመደብ የሚፈልጉትን ቁጥር ያስገቡ</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_NUMBER_NEW_START\">Select this check box, and then enter the number that you want to assign to the paragraph.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_NUMBER_NEW_START\">ይምረጡ ይህን ምልክት ማድረጊያ ሳጥን: እና ከዛ ያስገቡ እርስዎ ወደ አንቀጽ ውስጥ መመደብ የሚፈልጉትን ቁጥር </ahelp>"
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147226\n"
-"10\n"
"help.text"
msgid "\"Start with\" spin button"
msgstr "\"መጀመሪያ በ\" ማሽከርከሪያ ቁልፍ"
@@ -15138,16 +15142,14 @@ msgstr "\"መጀመሪያ በ\" ማሽከርከሪያ ቁልፍ"
msgctxt ""
"05030800.xhp\n"
"par_id3153632\n"
-"11\n"
"help.text"
-msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_NEW_START\">Enter the number that you want to assign to the paragraph.</ahelp> The following paragraphs are numbered consecutively from the number that you enter here."
-msgstr "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_NEW_START\">ለ አንቀጹ መመደብ የሚፈልጉትን ቁጥር ያስገቡ</ahelp> የሚቀጥሉት አንቀጾች በተከታታይ ቁጥር ይሰጣቸዋል እዚህ ካስገቡት ቁጥር በመነሳት"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/spinNF_NEW_START\">Enter the number that you want to assign to the paragraph.</ahelp> The following paragraphs are numbered consecutively from the number that you enter here."
+msgstr "<ahelp hid=\"modules/swriter/ui/numparapage/spinNF_NEW_START\">እርስዎ ወደ አንቀጽ ውስጥ መመደብ የሚፈልጉትን ቁጥር ያስገቡ </ahelp> የሚቀጥሉት አንቀጾች ቁጥር ይሰጣቸዋል እርስዎ እዚህ ካስገቡት ቁጥር ጀምሮ በ ተከታታይ"
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147581\n"
-"15\n"
"help.text"
msgid "Line numbering"
msgstr "መስመር ቁጥር መስጫ"
@@ -15156,34 +15158,30 @@ msgstr "መስመር ቁጥር መስጫ"
msgctxt ""
"05030800.xhp\n"
"par_id3152771\n"
-"16\n"
"help.text"
msgid "Specify the <link href=\"text/swriter/01/06180000.xhp\" name=\"Line numbering\">Line numbering</link> options. To add line numbers to your document, choose <emph>Tools - Line Numbering</emph>."
-msgstr "ይወስኑ የ <link href=\"text/swriter/01/06180000.xhp\" name=\"Line numbering\">መስመር ቁጥር መስጫ</link> ምርጫዎች ለ ሰነዱ መስመር ቁጥር ለ መጨመር ይምረጡ <emph>መሳሪያዎች - መስመር ቁጥር መስጫ</emph>."
+msgstr "ይወስኑ የ <link href=\"text/swriter/01/06180000.xhp\" name=\"Line numbering\">መስመር ቁጥር መስጫ</link> ምርጫዎች ለ ሰነዱ መስመር ቁጥር ለ መጨመር: ይምረጡ <emph>መሳሪያዎች - መስመር ቁጥር መስጫ</emph>."
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3153345\n"
-"17\n"
"help.text"
msgid "Include this paragraph in line numbering"
-msgstr "ይህን አንቀጽ በ መስመር ቁጥር መስጫ ውስጥ መጨመሪያ"
+msgstr "ይህን አንቀጽ በ መስመር ቁጥር መስጫ ውስጥ ማካተቻ"
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3156267\n"
-"18\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_COUNT_PARA\">Includes the current paragraph in the line numbering.</ahelp>"
-msgstr "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_COUNT_PARA\">የ አሁኑን አንቀጽ በ መስመር ቁጥር መስጫ ውስጥ መጨመሪያ</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_COUNT_PARA\">Includes the current paragraph in the line numbering.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_COUNT_PARA\">የ አሁኑን አንቀጽ በመስመር ቁጥር መስጫ ውስጥ ማካተቻ </ahelp>"
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3151026\n"
-"19\n"
"help.text"
msgid "Restart at this paragraph"
msgstr "በዚህ አንቀጽ ላይ እንደገና ማስጀመሪያ"
@@ -15192,16 +15190,14 @@ msgstr "በዚህ አንቀጽ ላይ እንደገና ማስጀመሪያ"
msgctxt ""
"05030800.xhp\n"
"par_id3149168\n"
-"20\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_RESTART_PARACOUNT\">Restarts the line numbering at the current paragraph, or at the number that you enter.</ahelp>"
-msgstr "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_RESTART_PARACOUNT\">በ አሁኑ አንቀጽ ላይ የ መስመር ቁጥር መስጫ እንደገና ማስጀመሪያ ወይንም እርስዎ በሚያስገቡት ቁጥር</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_RESTART_PARACOUNT\">Restarts the line numbering at the current paragraph, or at the number that you enter.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_RESTART_PARACOUNT\">እንደገና ማስጀመሪያ ቁጥር መስጫ ከ አሁኑ አንቀጽ ጀምሮ: ወይንም እርስዎ ካስገቡት ቁጥር ጀምሮ </ahelp>"
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3145775\n"
-"21\n"
"help.text"
msgid "Start with"
msgstr "መጀመሪያ በ"
@@ -15210,10 +15206,9 @@ msgstr "መጀመሪያ በ"
msgctxt ""
"05030800.xhp\n"
"par_id3149355\n"
-"22\n"
"help.text"
-msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_RESTART_PARA\">Enter the number at which to restart the line numbering</ahelp>"
-msgstr "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_RESTART_PARA\">ቁጥር ያስገቡ የ መስመር ቁጥር መስጫው የሚጀምርበትን</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/spinNF_RESTART_PARA\">Enter the number at which to restart the line numbering</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/numparapage/spinNF_RESTART_PARA\">የ መስመር ቁጥር መስጫ እንደገና የሚጀምርበትን ቁጥር ያስገቡ </ahelp>"
#: 05040000.xhp
msgctxt ""
@@ -15663,7 +15658,6 @@ msgstr "የ ግርጌ ማስታወሻ"
msgctxt ""
"05040600.xhp\n"
"hd_id3154767\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\">Footnote</link>"
msgstr "<link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\">የ ግርጌ ማስታወሻ</link>"
@@ -15672,16 +15666,14 @@ msgstr "<link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\">የ ግር
msgctxt ""
"05040600.xhp\n"
"par_id3149351\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"HID_FOOTNOTE_PAGE\">Specifies the layout options for footnotes, including the line that separates the footnote from the main body of document.</ahelp>"
-msgstr "<ahelp hid=\"HID_FOOTNOTE_PAGE\">ለ ግርጌ ማስታወሻ እቅድ ምርጫ መወሰኛ: የ መስመር መለያያ ለ ግርጌ ማስታወሻ ከ ዋናው ሰነድ አካል የሚያካትት</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/FootnoteAreaPage\">Specifies the layout options for footnotes, including the line that separates the footnote from the main body of document.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/footnoteareapage/FootnoteAreaPage\">ለ ግርጌ ማስታወሻ የ እቅድ ምርጫዎች መወሰኛ: እንዲሁም የ መስመር መለያያዎችን ለ ግርጌ ማስታወሻ ከ ዋናው የ ሰነዱ አካል ያካትታል </ahelp>"
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154646\n"
-"3\n"
"help.text"
msgid "Footnote area"
msgstr "የ ግርጌ ማስታወሻ ቦታ"
@@ -15690,7 +15682,6 @@ msgstr "የ ግርጌ ማስታወሻ ቦታ"
msgctxt ""
"05040600.xhp\n"
"par_id3151168\n"
-"4\n"
"help.text"
msgid "Set the height of the footnote area."
msgstr "የ ግርጌ ማስታወሻ ቦታ እርዝመት ማሰናጃ"
@@ -15699,70 +15690,62 @@ msgstr "የ ግርጌ ማስታወሻ ቦታ እርዝመት ማሰናጃ"
msgctxt ""
"05040600.xhp\n"
"hd_id3145412\n"
-"5\n"
"help.text"
msgid "Not larger than page area"
-msgstr "ከ ገጹ ስፋት በላይ እንዳይበልጥ"
+msgstr "ከ ገጹ ስፋት በላይ መብለጥ የለበትም"
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3147514\n"
-"6\n"
"help.text"
-msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE\">Automatically adjusts the height of the footnote area depending on the number of footnotes.</ahelp>"
-msgstr "<ahelp hid=\"SW:RADIOBUTTON:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE\">ራሱ በራሱ እርዝመት ማስተካከያ ለ ግርጌ ማስታወሻ ቦታ እንደ ግርጌ ማስታወሻው ቁጥር ይወሰናል</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheightpage\">Automatically adjusts the height of the footnote area depending on the number of footnotes.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheightpage\">ራሱ በራሱ የ ግርጌ ማስታወሻ ቦታ እርዝመት ማስተካከያ እንደ ግርጌ ማስታወሻ ቁጥር ብዛት ይለያያል </ahelp>"
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154099\n"
-"7\n"
"help.text"
-msgid "Maximum Footnote Height"
+msgid "Maximum footnote height"
msgstr "ከፍተኛው የ ግርጌ ማስታወሻ እርዝመት"
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3149807\n"
-"8\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets a maximum height for the footnote area. Enable this option, then enter the height.</ahelp>"
-msgstr "<ahelp hid=\".\">ከፍተኛው እርዝመት ለ ግርጌ ማስታወሻ ቦታ ማሰናጃ: ይህን ምርጫ ያስችሉ: እና ከዛ እርዝመቱን ያስገቡ</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheight\">Sets a maximum height for the footnote area. Enable this option, then enter the height.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheight\">ለ ግርጌ ማስታወሻ ቦታ እርዝመት ማሰናጃ: ይህን ምርጫ ያስችሉ: እና ከዛ እርዝመት ያስገቡ </ahelp>"
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3154568\n"
-"10\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT\">Enter the maximum height for the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT\">ለ ግርጌ ማስታወሻ ቦታ ከፍተኛውን እርዝመት ማስገቢያ</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheightsb\">Enter the maximum height for the footnote area.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheightsb\">ለ ግርጌ ማስታወሻ ቦታ ከፍተኛውን እርዝመት ያስገቡ </ahelp>"
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3151318\n"
-"11\n"
"help.text"
-msgid "Distance from text"
-msgstr "እርቀት ከ ጽሁፉ"
+msgid "Space to text"
+msgstr "ለ ጽሁፉ ክፍተት"
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3153665\n"
-"12\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_DIST\">Enter the amount of space to leave between the bottom page margin and the first line of text in the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_DIST\">የ ክፍተት መጠን ያስገቡ በ መለያያ መስመር እና በ መጀመሪያ መስመር የ ግርጌ ማስታወሻ ቦታ መካከል እንዲኖር የሚፈልጉትን</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/spacetotext\">Enter the amount of space to leave between the bottom page margin and the first line of text in the footnote area.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/footnoteareapage/spacetotext\">የ ክፍተት መጠን ያስገቡ የሚተወውን በ ታች የ ገጽ መስመር እና በ መጀመሪያው መስመር ለ ጽሁፍ በ ግርጌ ማስታወሻ ቦታ መካከል </ahelp>"
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3155897\n"
-"13\n"
"help.text"
msgid "Separator Line"
msgstr "መለያያ መስመር"
@@ -15771,16 +15754,14 @@ msgstr "መለያያ መስመር"
msgctxt ""
"05040600.xhp\n"
"par_id3149689\n"
-"14\n"
"help.text"
-msgid "Specifies the position and length of the separator line."
-msgstr "የ መለያያ መስመር ቦታ እና እርዝመት መወሰኛ"
+msgid "Specifies the position and other properties of the separator line."
+msgstr "የ መለያያ መስመር ቦታ እና ሌሎች ባህሪዎች መወሰኛ"
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154194\n"
-"15\n"
"help.text"
msgid "Position"
msgstr "ቦታ"
@@ -15789,73 +15770,97 @@ msgstr "ቦታ"
msgctxt ""
"05040600.xhp\n"
"par_id3155184\n"
-"16\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINEPOS\">Select the horizontal alignment for the line that separates the main text from the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINEPOS\">ይምረጡ የ አግድም ማሰለፊያ ለ መስመር መለያያ ከ ዋናው ጽሁፍ ለ ግርጌ ማስታወሻ ቦታ</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/position\">Select the horizontal alignment for the line that separates the main text from the footnote area.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/footnoteareapage/position\">ይምረጡ የ አግድም ማሰለፊያ ለ መስመር መለያያ በ ዋናው ጽሁፍ እና በ ግርጌ ማስታወሻ ቦታ መካከል </ahelp>"
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"hd_id3143284\n"
-"17\n"
+"hd_id3151253\n"
"help.text"
-msgid "Length"
-msgstr "እርዝመት"
+msgid "Style"
+msgstr "ዘዴ"
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"par_id3154827\n"
-"18\n"
+"par_id3149105\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEWIDTH\">Enter the length of the separator line as a percentage of the page width area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEWIDTH\">የ መለያያ መስመር እርዝመት ያስገቡ በ ፐርሰንቴጅ ለ ገጹ ስፋት ቦታ</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/style\">Select the formatting style for the separator line. If you do not want a separator line, choose \"None\".</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/footnoteareapage/style\">ይምረጡ የ አቀራረብ ዘዴ አይነት ለ መለያያ መስመር: እርስዎ መለያያ መስመር ካልፈለጉ: ይምረጡ \"ምንም\" </ahelp>"
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"hd_id3151253\n"
-"19\n"
+"hd_id3151254\n"
"help.text"
-msgid "Weight"
-msgstr "ክብደት"
+msgid "Thickness"
+msgstr "ውፍረቱ"
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"par_id3149105\n"
-"20\n"
+"par_id3149106\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/thickness\">Select the thickness of the separator line.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/footnoteareapage/thickness\">የ መለያያ መስመር ውፍረት ይምረጡ </ahelp>"
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"hd_id3151255\n"
+"help.text"
+msgid "Color"
+msgstr "ቀለም"
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"par_id3149107\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINETYPE\">Select the formatting style for the separator line. If you do not want a separator line, choose \"0.0 pt\".</ahelp>"
-msgstr "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINETYPE\">የ አቀራረብ ዘዴ ይምረጡ ለ መለያያ መስመር: እርስዎ የ መለያያ መስመር መጠቀም ካልፈለጉ: ይምረጡ \"0.0 ነጥብ\".</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/color\">Select the color of the separator line.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/footnoteareapage/color\">የ መለያያ መስመር ቀለም ይምረጡ </ahelp>"
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"hd_id3143284\n"
+"help.text"
+msgid "Length"
+msgstr "እርዝመት"
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"par_id3154827\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/length\">Enter the length of the separator line as a percentage of the page width area.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/footnoteareapage/length\">የ እርዝመት መለያያ መስመር እንደ ፐርሰንት ያስገቡ ለ ገጽ ስፋት ቦታ</ahelp>"
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3149828\n"
-"21\n"
"help.text"
-msgid "Spacing"
-msgstr "ክፍተት"
+msgid "Spacing to footnote contents"
+msgstr "ለ ግርጌ ማስታወሻ ይዞታዎች ክፍተት"
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3148970\n"
-"22\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEDIST\">Enter the amount of space to leave between the separator line and the first line of the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEDIST\">የ ክፍተት መጠን ያስገቡ በ መለያያ መስመር እና በ መጀመሪያ መስመር የ ግርጌ ማስታወሻ ቦታ መካከል እንዲኖር የሚፈልጉትን</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/spacingtocontents\">Enter the amount of space to leave between the separator line and the first line of the footnote area.</ahelp>"
+msgstr "<ahelp hid=\"modules/swriter/ui/footnoteareapage/spacingtocontents\">የ ክፍተት መጠን ያስገቡ በ መለያያ መስመር እና በ መጀመሪያው መስመር የ ግርጌ ማስታወሻ ቦታ መካከል </ahelp>"
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3155145\n"
-"24\n"
"help.text"
msgid "To specify the spacing between two footnotes, choose <item type=\"menuitem\">Format - Paragraph</item>, and then click the <emph>Indents & Spacing</emph> tab."
-msgstr "በ ሁለት የ ግርጌ ማስታወሻዎች መካከል ክፍተት ለመወሰን ይምረጡ <item type=\"menuitem\">አቀራረብ - አንቀጽ</item>,እና ከዛ ይጫኑ የ <emph>ማስረጊያ & ክፍተት</emph> tab."
+msgstr "በ ሁለት የ ግርጌ ማስታወሻዎች መካከል ክፍተት ለ መወሰን: ይምረጡ <item type=\"menuitem\">አቀራረብ - አንቀጽ</item> እና ከዛ ይጫኑ የ <emph>ማስረጊያ & ክፍተት</emph> tab ውስጥ"
#: 05040700.xhp
msgctxt ""
@@ -16407,7 +16412,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/frmtypepage/FrameTypePage\">Specifies the size and the position of the selected object or frame on a page.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/frmtypepage/FrameTypePage\">ለ ተመረጠው እቃ ወይንም ክፈፍ በ ገጹ ላይ የ መጠን እና ቦታ መወሰኛ </ahelp>"
#: 05060100.xhp
msgctxt ""
@@ -18811,7 +18816,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/frmurlpage/FrameURLPage\">Specify the properties of the hyperlink for the selected graphic, frame or OLE object.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/frmurlpage/FrameURLPage\">ለ ተመረጠው hyperlink: ንድፍ: ክፈፍ: ወይንም የ OLE እቃ ባህሪዎች መወሰኛ </ahelp>"
#: 05060800.xhp
msgctxt ""
@@ -18990,7 +18995,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">Specifies properties for the selected object, graphic or frame.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/frmaddpage/FrameAddPage\">ለ ተመረጠው ንድፍ: ወይንም ክፈፍ ባህሪዎች መወሰኛ </ahelp>"
#: 05060900.xhp
msgctxt ""
@@ -20506,7 +20511,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "You can also right-click in a cell, and then choose <link href=\"text/swriter/01/05110200.xhp\" name=\"Row - Optimal Height\"><emph>Row - Optimal Height</emph></link>."
-msgstr "እንዲሁም ይችላሉ ክፍሉን በቀኝ-ይጫኑ እና ከዛ ይምረጡ <link href=\"text/swriter/01/05110200.xhp\" name=\"Row - Optimal Height\"><emph>ረድፍ - አጥጋቢ እርዝመት</emph></link>."
+msgstr "እንዲሁም ይችላሉ ክፍሉን በ ቀኝ-ይጫኑ እና ከዛ ይምረጡ <link href=\"text/swriter/01/05110200.xhp\" name=\"Row - Optimal Height\"><emph>ረድፍ - አጥጋቢ እርዝመት</emph></link>."
#: 05110200.xhp
msgctxt ""
@@ -24182,7 +24187,7 @@ msgctxt ""
"par_id334242345\n"
"help.text"
msgid "Footnote numbers are left aligned by default in the footnote area. For right aligned footnote numbers first edit the paragraph style <emph>Footnote</emph>. Press <item type=\"keycode\">F11</item> to open <emph>Styles and Formatting</emph> dialog and select <emph>Footnote</emph> from the list of paragraph styles. Open the local menu with right click and choose <emph>Modify</emph>. Go to the <emph>Indents & Spacing</emph> tab page and set indent to 0 before and after the paragraph, including the first line. On <emph>Tabs</emph> tab page create a tab of right type at 12pt and a tab of left type at 14pt. Then in <emph>Footnotes/Endnotes Settings</emph> dialog enter <item type=\"input\">\\t</item> into the <emph>Before</emph> and <emph>After</emph> edit boxes."
-msgstr "የ ግርጌ ማስታወሻ ቁጥሮች በ ነባር በ ግራ የተሰለፉ ናቸው በ ግርጌ ማስታወሻ ቦታ: በ ቀኝ ለሚሰለፉ የ ግርጌ ማስታወሻ ቁጥሮች በ መጀመሪያ የ አንቀጽ ዘዴ ያርሙ: <emph>የ ግርጌ ማስታወሻ</emph>. ይጫኑ <item type=\"keycode\">F11</item> ለ መክፈት <emph>ዘዴዎች እና አቀራረብ</emph> ንግግር እና ይምረጡ <emph>የ ግርጌ ማስታወሻ</emph> ከ አንቀጽ ዘዴዎች ዝርዝር ውስጥ: ይክፈቱ የ አካባቢ ዝርዝር በ ቀኝ በ መጫን እና ይምረጡ <emph>ማሻሻያ</emph>. መሄጃ ወደ <emph>ማስረጊያዎች & ክፍተት</emph> tab ገጽ እና ያሰናዱ ማስረጊያወደ 0 ከ አንቀጹ ፊት እና ኋላ የ መጀመሪያውን መስመር ያካትታል: በ <emph>Tabs</emph> tab ገጽ ለ መፍጠር tab የ ቀኝ ዘዴ በ 12ነጥብ እና a tab የ ግራ ዘዴ በ 14ነጥብ እና ከ ዛ <emph>የ ግርጌ ማስታወሻ/የ መጨረሻ ማስታወሻ ማሰናጃዎች</emph> ንግግር ውስጥ ያስገቡ <item type=\"input\">\t</item> ወደ የ <emph>በፊት</emph> እና <emph>በኋላ</emph> ማረሚያ ሳጥን ውስጥ"
+msgstr "የ ግርጌ ማስታወሻ ቁጥሮች በ ነባር በ ግራ የተሰለፉ ናቸው በ ግርጌ ማስታወሻ ቦታ: በ ቀኝ ለሚሰለፉ የ ግርጌ ማስታወሻ ቁጥሮች በ መጀመሪያ የ አንቀጽ ዘዴ ያርሙ: <emph>የ ግርጌ ማስታወሻ</emph> ይጫኑ <item type=\"keycode\">F11</item> ለ መክፈት <emph>ዘዴዎች እና አቀራረብ</emph> ንግግር እና ይምረጡ <emph>የ ግርጌ ማስታወሻ</emph> ከ አንቀጽ ዘዴዎች ዝርዝር ውስጥ: ይክፈቱ የ አካባቢ ዝርዝር በ ቀኝ በ መጫን እና ይምረጡ <emph>ማሻሻያ</emph> መሄጃ ወደ <emph>ማስረጊያዎች & ክፍተት</emph> tab ገጽ እና ያሰናዱ ማስረጊያወደ 0 ከ አንቀጹ ፊት እና ኋላ የ መጀመሪያውን መስመር ያካትታል: በ <emph>Tabs</emph> tab ገጽ ለ መፍጠር tab የ ቀኝ ዘዴ በ 12ነጥብ እና a tab የ ግራ ዘዴ በ 14ነጥብ እና ከ ዛ <emph>የ ግርጌ ማስታወሻ/የ መጨረሻ ማስታወሻ ማሰናጃዎች</emph> ንግግር ውስጥ ያስገቡ <item type=\"input\">\t</item> ወደ የ <emph>በፊት</emph> እና <emph>በኋላ</emph> ማረሚያ ሳጥን ውስጥ"
#: 06080100.xhp
msgctxt ""
@@ -25171,7 +25176,7 @@ msgctxt ""
"par_idN10895\n"
"help.text"
msgid "For Asian languages, select <emph>Match case </emph>to apply multi-level collation. In the multi-level collation, the primitive forms of the entries are first compared with the cases of the forms and diacritics ignored. If the forms are the same, the diacritics of the forms are compared. If the forms are still the same, the cases, character widths, and Japanese Kana differences of the forms are compared."
-msgstr "ለ Asian ቋንቋዎች: ይምረጡ <emph>ተመሳሳይ ጉዳይ </emph>ለ መፈጸም በ በርካታ-ደረጃ ሂደት ውስጥ: በርካታ-ደረጃ ሂደት ውስጥ: የ አሮጌ ፎርሞች ማስገቢያ በ መጀመሪያ ይወዳደራሉ: ከ ጉዳዩ ፎርሞች ጋር እና ምልክት ይተዋል: ፎርሞቹ ተመሳሳይ ከሆኑ: የ ፎርሞቹ ምልክት ይወዳደራል: ፎርሞቹ አሁንም ተመሳሳይ ከሆኑ: የ ፎርሞቹ ጉዳይ እንዲሁም ስፋት የ ባህሪዎቹ: እና ልዩነታቸው በ Japanese Kana ውስጥ ይወዳደራሉ"
+msgstr "ለ እስያ ቋንቋዎች: ይምረጡ <emph>ጉዳይ ማመሳሰያ </emph>ለ መፈጸም በ በርካታ-ደረጃ ሂደት ውስጥ: በርካታ-ደረጃ ሂደት ውስጥ: የ አሮጌ ፎርሞች ማስገቢያ በ መጀመሪያ ይወዳደራሉ: ከ ጉዳዩ ፎርሞች ጋር እና ምልክት ይተዋል: ፎርሞቹ ተመሳሳይ ከሆኑ: የ ፎርሞቹ ምልክት ይወዳደራል: ፎርሞቹ አሁንም ተመሳሳይ ከሆኑ: የ ፎርሞቹ ጉዳይ እንዲሁም ስፋት የ ባህሪዎቹ: እና ልዩነታቸው በ Japanese Kana ውስጥ ይወዳደራሉ"
#: 06110000.xhp
msgctxt ""
@@ -26767,7 +26772,7 @@ msgctxt ""
"par_idN1056B\n"
"help.text"
msgid "Whole words only"
-msgstr "ሙሉ ቃሎቹን ብቻ"
+msgstr "ሙሉ ቃሎች ብቻ"
#: mailmerge07.xhp
msgctxt ""
@@ -26775,7 +26780,7 @@ msgctxt ""
"par_idN1056F\n"
"help.text"
msgid "<ahelp hid=\".\">Searches for whole words only and not parts of larger words.</ahelp>"
-msgstr "<ahelp hid=\".\">ጠቅላላ ቃላቶችን መፈለጊያ ብቻ በከፊል ቃላቶችን አይደለም </ahelp>"
+msgstr "<ahelp hid=\".\">ሙሉ ቃሎች ብቻ መፈለጊያ በከፊል ቃላቶችን አይደለም </ahelp>"
#: mailmerge07.xhp
msgctxt ""
@@ -28391,7 +28396,7 @@ msgctxt ""
"par_idN10589\n"
"help.text"
msgid "<ahelp hid=\".\">Opens the <link href=\"text/swriter/01/mm_newaddlis.xhp\">New Address List</link> dialog, where you can create a new address list.</ahelp>"
-msgstr "<ahelp hid=\".\">መክፈቻ የ<link href=\"text/swriter/01/mm_newaddlis.xhp\">አዲስ አድራሻ ዝርዝር</link> ንግግር አዲስ የአድራሻ ዝርዝር የሚፈጥሩበት</ahelp>"
+msgstr "<ahelp hid=\".\">መክፈቻ የ <link href=\"text/swriter/01/mm_newaddlis.xhp\">አዲስ አድራሻ ዝርዝር</link> ንግግር አዲስ የ አድራሻ ዝርዝር የሚፈጥሩበት</ahelp>"
#: mm_seladdlis.xhp
msgctxt ""
@@ -28423,7 +28428,7 @@ msgctxt ""
"par_idN105B3\n"
"help.text"
msgid "<ahelp hid=\".\">Opens the <link href=\"text/swriter/01/mm_newaddlis.xhp\">New Address List</link> dialog, where you can edit the selected address list.</ahelp>"
-msgstr "<ahelp hid=\".\">መክፈቻ የ<link href=\"text/swriter/01/mm_newaddlis.xhp\">አዲስ አድራሻ ዝርዝር</link> ንግግር አዲስ የ አድራሻ ዝርዝር የሚፈጥሩበት</ahelp>"
+msgstr "<ahelp hid=\".\">መክፈቻ የ <link href=\"text/swriter/01/mm_newaddlis.xhp\">አዲስ አድራሻ ዝርዝር</link> ንግግር አዲስ የ አድራሻ ዝርዝር የሚፈጥሩበት</ahelp>"
#: mm_seladdlis.xhp
msgctxt ""
@@ -28527,7 +28532,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Using title pages in your document"
-msgstr ""
+msgstr "የ አርእስት ገጾች በ እርስዎ ሰነድ ውስጥ መጠቀሚያ"
#: title_page.xhp
msgctxt ""
@@ -28535,7 +28540,7 @@ msgctxt ""
"bm_id300920161717389897\n"
"help.text"
msgid "<bookmark_value>page;title page</bookmark_value> <bookmark_value>title pages;first page style</bookmark_value> <bookmark_value>title pages;modifying</bookmark_value> <bookmark_value>title pages;inserting</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>ገጽ: የ አርእስት ገጽ</bookmark_value> <bookmark_value>የ አርእስት ገጾች: የ መጀመሪያ ገጽ ዘዴ</bookmark_value> <bookmark_value>የ አርእስት ገጾች: በ ማሻሻል ላያ</bookmark_value> <bookmark_value>የ አርእስት ገጾች: በ ማስገባት ላይ</bookmark_value>"
#: title_page.xhp
msgctxt ""
@@ -28543,7 +28548,7 @@ msgctxt ""
"hd_id300920161429137211\n"
"help.text"
msgid "<link href=\"text/swriter/01/title_page.xhp\">Inserting title pages in the document</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/title_page.xhp\">የ አርእስት ገጾች በ ሰነድ ውስጥ በ ማስገባት ላይ</link>"
#: title_page.xhp
msgctxt ""
@@ -28551,7 +28556,7 @@ msgctxt ""
"par_id300920161429345505\n"
"help.text"
msgid "<ahelp hid=\".\">Insert title pages in your document.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">የ አርእስት ገጾች በ እርስዎ ሰነድ ውስጥ ማስገቢያ</ahelp>"
#: title_page.xhp
msgctxt ""
@@ -28559,7 +28564,7 @@ msgctxt ""
"par_id300920161429347135\n"
"help.text"
msgid "Title pages are pages at the beginning of the document that lists the publication information, such as the title of the publication, the name of the author etc. These pages have a different layout than the pages of the document body, because they may not have page numbering, sometimes a different heading and footer and even different margins settings or background."
-msgstr ""
+msgstr "የ አርእስት ገጾች: የ ጽሁፉ መረጃ ዝርዝር ሰነድ የሚጀምርበት ገጾች ናቸው: እንደ ጽሁፉ አርእስት አይነት ይለያያል: የ ደራሲው ስም እና ወዘተ: እነዚህ ገጾች የ ተለየ እቅድ አላቸው: ከ ሰነዱ አካል ገጾች ይልቅ: ምክንያቱም የ ገጽ ቁጥር አይኖራቸውም: አንዳንድ ጊዜ የ ተለየ ራስጌ እና ግርጌ እና የ ተለየ መስመር ማሰናጃ ወይንም መደብ ይኖራቸዋል"
#: title_page.xhp
msgctxt ""
@@ -28567,7 +28572,7 @@ msgctxt ""
"par_id300920161443292710\n"
"help.text"
msgid "Choose menu <item type=\"menuitem\">Format - Title Page</item>"
-msgstr ""
+msgstr "ይምረጡ ዝርዝር <item type=\"menuitem\">አቀራረብ - የ አርእስት ገጽ</item>."
#: title_page.xhp
msgctxt ""
@@ -28575,7 +28580,7 @@ msgctxt ""
"par_id300920161443298079\n"
"help.text"
msgid "Many documents, such as letters and reports, have a first page that is different from the other pages in the document. For example, the first page of a letterhead typically has a different header or the first page of a report might have no header or footer, while the other pages do. This is simple to achieve with %PRODUCTNAME Writer."
-msgstr ""
+msgstr "በርካታ ሰነዶች: እንደ ደብዳቤዎች እና መግለጫዎች ያሉ: የ መጀመሪያ ገጻቸው ከ ሌሎቹ የ ሰነዱ ገጾች ይለያሉ: ለምሳሌ: የ መጀመሪያው ገጽ ለ ደብዳቤ ራስጌ ብዙ ጊዜ የ ተለየ ራስጌ ወይንም የ መጀመሪያው ገጽ የ መግለጫ ምናልባት ሊኖረው ይችላል ራስጌ ወይንም ግርጌ: ነገር ግን ሌሎች ገጾች ይኖራቸዋል: ይህን ማድረግ በጣም ቀላል ነው በ %PRODUCTNAME መጻፊያ ውስጥ"
#: title_page.xhp
msgctxt ""
@@ -28583,7 +28588,7 @@ msgctxt ""
"par_id300920161443298274\n"
"help.text"
msgid "Page header and footer, numbering, margins and orientation are some of the properties that belongs to page styles. %PRODUCTNAME Writer let your to insert a blank title page at any point of your document, or format an existing page like a title page, by inserting a page break followed by a page style of your choice or by changing the page style at cursor position."
-msgstr ""
+msgstr "የ ገጽ ራስጌ እና ግርጌ: ቁጥር መስጫ: መስመሮች እና አቅጣጫ አንዳንድ ጊዜ ባህሪዎች ናቸው ለ ገጽ ዘዴዎች: %PRODUCTNAME መጻፊያ እርስዎን ማስገባት ያስችሎታል ባዶ የ እርእስት ገጽ በ ማንኛውም ጊዜ በ እርስዎ ሰነድ ውስጥ: ወይንም ማቅረብ በ ነበረው ገጽ ላይ እንደ የ ገጽ እርእስት: በማስገባት የ ገጽ መጨረሻ: አስከትለው የ ገጽ ዘዴ በ እርስዎ ምርጫ መሰረት ወይንም የ ገጽ ዘዴ በ መቀየር መጠቆሚያው ባለበት ቦታ"
#: title_page.xhp
msgctxt ""
@@ -28591,7 +28596,7 @@ msgctxt ""
"par_id300920161443293374\n"
"help.text"
msgid "Note: Using the Default (or any other) page style for your document, you can add a header/footer as you wish to the first page by deselecting the <item type=\"menuitem\">Same content on first page</item> option on the header/footer pages in the <emph>Page Style</emph> dialog, and then adding the header/footer. You can then add a different header/footer to the other pages of the document."
-msgstr ""
+msgstr "ማስታወሻ: ነባሩን መጠቀም (ወይንም ማንኛውንም አይነት) የ ገጽ ዘዴ በ እርስዎ ሰነድ ውስጥ: እርስዎ መጨመር ይችላሉ ራስጌ/ግርጌ እርስዎ እንደ ፈለጉ በ መጀመሪያው ገጽ ላይ ባለመምረጥ የ <item type=\"menuitem\">ተመሳሳይ ይዞታ በ መጀመሪያው ገጽ ላይ በ </item> ምርጫ በ ራስጌ/ግርጌ ገጾች ውስጥ: በ <emph>ገጽ ዘዴ</emph> ንግግር ውስጥ: እና ከዛ በ መጨመር ራስጌ/ግርጌ: እርስዎ ከዛ መጨመር ይችላሉ የ ተለያዩ ራስጌ/ግርጌ ወደ ሌሎች ገጽ ውስጥ በ እርስዎ ሰነድ ውስጥ"
#: title_page.xhp
msgctxt ""
@@ -28599,7 +28604,7 @@ msgctxt ""
"hd_id300920161443299618\n"
"help.text"
msgid "To convert the first page of the document into a title page"
-msgstr ""
+msgstr "በ ሰነድ ውስጥ የ መጀመሪያውን ገጽ ለ መቀየር ወደ አርእስት ገጽ"
#: title_page.xhp
msgctxt ""
@@ -28607,7 +28612,7 @@ msgctxt ""
"par_id300920161443308966\n"
"help.text"
msgid "Place the cursor on the first page,"
-msgstr ""
+msgstr "መጠቆሚያውን በ መጀመሪያ ገጽ ላይ ያድርጉ"
#: title_page.xhp
msgctxt ""
@@ -28615,7 +28620,7 @@ msgctxt ""
"par_id300920161443301816\n"
"help.text"
msgid "From the Menu Bar, choose <item type=\"menuitem\">Format > Title Page…</item>"
-msgstr ""
+msgstr "ከ ዝርዝር መደርደሪያ ውስጥ: ይምረጡ <item type=\"menuitem\">አቀራረብ > የ አርእስት ገጽ…</item>"
#: title_page.xhp
msgctxt ""
@@ -28623,7 +28628,7 @@ msgctxt ""
"par_id300920161443304794\n"
"help.text"
msgid "Select <emph>Converting existing pages to title pages</emph>"
-msgstr ""
+msgstr "ይምረጡ <emph>መቀየሪያ የ ነበሩ ገጾች ወደ አርእስት ገጾች</emph>"
#: title_page.xhp
msgctxt ""
@@ -28631,7 +28636,7 @@ msgctxt ""
"par_id300920161443301533\n"
"help.text"
msgid "Select the style of the title page in the <emph>Edit page</emph> property area"
-msgstr ""
+msgstr "ይምረጡ የ አርእስት ገጽ ዘዴ በ <emph>ገጽ ማረሚያ</emph> ባህሪዎች ቦታ ውስጥ"
#: title_page.xhp
msgctxt ""
@@ -28639,7 +28644,7 @@ msgctxt ""
"par_id300920161448355764\n"
"help.text"
msgid "Note: By default, %PRODUCTNAME select the <emph>First page</emph> page style."
-msgstr ""
+msgstr "ማስታወሻ: በ ነባር %PRODUCTNAME ይምረጡ የ <emph>መጀመሪያ ገጽ</emph> የ ገጽ ዘዴ"
#: title_page.xhp
msgctxt ""
@@ -28647,7 +28652,7 @@ msgctxt ""
"par_id300920161443315175\n"
"help.text"
msgid "Set the page numbering reset options."
-msgstr ""
+msgstr "የ ገጽ ቁጥር መስጫ እንደ ነበር መመለሻ ምርጫዎች"
#: title_page.xhp
msgctxt ""
@@ -28655,7 +28660,7 @@ msgctxt ""
"par_id300920161443316916\n"
"help.text"
msgid "Click <emph>OK</emph>."
-msgstr ""
+msgstr "ይጫኑ <emph>እሺ</emph>."
#: title_page.xhp
msgctxt ""
@@ -28663,7 +28668,7 @@ msgctxt ""
"par_id300920161443314375\n"
"help.text"
msgid "This will change the current page style to <emph>First page</emph> and the following pages will have the <emph>Default page</emph> style"
-msgstr ""
+msgstr "ይህ የ አሁኑን የ ገጽ ዘዴ ይቀይራል ወደ <emph>መጀመሪያ ገጽ</emph> እና የሚቀጥሉት ገጾች ይኖራቸዋል የ <emph>ነባር ገጽ</emph> ዘዴ"
#: title_page.xhp
msgctxt ""
@@ -28671,7 +28676,7 @@ msgctxt ""
"hd_id300920161443317859\n"
"help.text"
msgid "To insert a title page anywhere in the document"
-msgstr ""
+msgstr "የ አርእስት ገጽ በ ሰነድ ውስጥ በማንኛውም ቦታ ለማስገባት"
#: title_page.xhp
msgctxt ""
@@ -28679,7 +28684,7 @@ msgctxt ""
"par_id300920161443317032\n"
"help.text"
msgid "Place the cursor where you want to insert a new title page."
-msgstr ""
+msgstr "መጠቆሚያውን እርስዎ አዲስ የ አርእስት ገጽ በሚፈልጉበት ቦታ ያድርጉ"
#: title_page.xhp
msgctxt ""
@@ -28687,7 +28692,7 @@ msgctxt ""
"par_id300920161443315460\n"
"help.text"
msgid "From the menu bar select <item type=\"menuitem\">Format -> Title page</item>."
-msgstr ""
+msgstr "ከ ዝርዝር መደርደሪያ ውስጥ ይምረጡ <item type=\"menuitem\">አቀራረብ -> የ አርእስት ገጽ</item>."
#: title_page.xhp
msgctxt ""
@@ -28695,7 +28700,7 @@ msgctxt ""
"par_id300920161443318611\n"
"help.text"
msgid "Select <emph>Insert new title pages</emph>"
-msgstr ""
+msgstr "ይምረጡ <emph>ማስገቢያ አዲስ የ አርእስት ገጾች</emph>"
#: title_page.xhp
msgctxt ""
@@ -28703,7 +28708,7 @@ msgctxt ""
"par_id300920161443311657\n"
"help.text"
msgid "Set number of title pages to add and"
-msgstr ""
+msgstr "የ አርእስት ገጾች ቁጥር ማሰናዳት የሚፈልጉትን ይጨምሩ እና"
#: title_page.xhp
msgctxt ""
@@ -28711,7 +28716,7 @@ msgctxt ""
"par_id300920161443311852\n"
"help.text"
msgid "Set the title page location by setting its page number in the spin box."
-msgstr ""
+msgstr "የ ገጽ አካባቢ ማሰናጃ የ ገጽ ቁጥር በ ማሽከርከሪያ ሳጥን ውስጥ በ ማሰናዳት"
#: title_page.xhp
msgctxt ""
@@ -28719,7 +28724,7 @@ msgctxt ""
"par_id300920161443329307\n"
"help.text"
msgid "Set the page numbering reset options."
-msgstr ""
+msgstr "የ ገጽ መቁጠሪያ ማሰናጃ እንደ ነበር መመለሻ ምርጫዎች"
#: title_page.xhp
msgctxt ""
@@ -28727,7 +28732,7 @@ msgctxt ""
"par_id300920161443327672\n"
"help.text"
msgid "Click <emph>OK</emph>"
-msgstr ""
+msgstr "ይጫኑ <emph>እሺ</emph>."
#: title_page.xhp
msgctxt ""
@@ -28735,7 +28740,7 @@ msgctxt ""
"par_id300920161443324067\n"
"help.text"
msgid "This will insert a page break and change the current page style to <emph>First page</emph>. The following pages will have the default page style."
-msgstr ""
+msgstr "ይህ የ ገጽ መጨረሻ ያስገባል እና ይቀይራል የ አሁኑን ገጽ ዘዴ ወደ <emph>መጀመሪያው ገጽ </emph> የሚቀጥሉት ገጾች ነባር የ ገጽ ዘዴ ይኖራቸዋል"
#: title_page.xhp
msgctxt ""
@@ -28743,7 +28748,7 @@ msgctxt ""
"hd_id300920161443323335\n"
"help.text"
msgid "To delete a title page:"
-msgstr ""
+msgstr "የ አርእስት ገጽ ለማጥፋት:"
#: title_page.xhp
msgctxt ""
@@ -28751,7 +28756,7 @@ msgctxt ""
"par_id30092016144332559\n"
"help.text"
msgid "You cannot delete a title page. You must change its page style format from First page to whatever other page style you wish."
-msgstr ""
+msgstr "እርስዎ የ አርእስት ገጽ ማጥፋት አይችሉም: እርስዎ መቀየር አለብዎት የ ገጽ ዘዴ አቀራረብ ከ መጀመሪያው ገጽ ላይ ወደ ማንኛውም የ ገጽ ዘዴ እርስዎ ወደሚፈልጉት"
#: title_page.xhp
msgctxt ""
@@ -28759,7 +28764,7 @@ msgctxt ""
"par_id300920161443329339\n"
"help.text"
msgid "Place the cursor in the page you want to change the style"
-msgstr ""
+msgstr "መጠቆሚያውን እርስዎ ዘዴ መቀየር በሚፈልጉት ገጽ ላይ ያድርጉ"
#: title_page.xhp
msgctxt ""
@@ -28767,7 +28772,7 @@ msgctxt ""
"par_id30092016144332353\n"
"help.text"
msgid "From the Sidebar Deck, select <emph>Sidebar Settings > Styles and Formatting</emph>."
-msgstr ""
+msgstr "ከ ጎን መደርደሪያ ማሳረፊያ ውስጥ: ይምረጡ <emph>የ ጎን መደርደሪያ ማሰናጃ > ዘዴዎች እና አቀራረብ </emph>."
#: title_page.xhp
msgctxt ""
@@ -28775,7 +28780,7 @@ msgctxt ""
"par_id300920161443329078\n"
"help.text"
msgid "From the <emph>Styles and Formatting</emph>, select button <emph>Page Styles</emph>."
-msgstr ""
+msgstr "ከ <emph>ዘዴዎች እና አቀራረብ</emph> ይምረጡ ቁልፍ <emph>የ ገጽ ዘዴዎች</emph>"
#: title_page.xhp
msgctxt ""
@@ -28783,7 +28788,7 @@ msgctxt ""
"par_id300920161443339937\n"
"help.text"
msgid "From the Style list, select the page style you want to apply."
-msgstr ""
+msgstr "ከ ዘዴ ዝርዝር ውስጥ: ይምረጡ የ ገጽ ዘዴ እርስዎ መጠቀም የሚፈልጉትን"
#: title_page.xhp
msgctxt ""
@@ -28791,7 +28796,7 @@ msgctxt ""
"par_id300920161443337801\n"
"help.text"
msgid "Double click on the page style to apply."
-msgstr ""
+msgstr "ሁለት ጊዜ ይጫኑ በ ገጽ ዘዴ ውስጥ ለ መፈጸም"
#: title_page.xhp
msgctxt ""
@@ -28799,7 +28804,7 @@ msgctxt ""
"par_id300920161443378384\n"
"help.text"
msgid "<link href=\"text/shared/01/05040200.xhp\">Format page</link>,"
-msgstr ""
+msgstr "<link href=\"text/shared/01/05040200.xhp\">የ አቀራረብ ገጽ</link>,"
#: title_page.xhp
msgctxt ""
@@ -28807,7 +28812,7 @@ msgctxt ""
"par_id300920161915582003\n"
"help.text"
msgid "<link href=\"text/swriter/guide/page_break.xhp\">Page break</link>,"
-msgstr ""
+msgstr "<link href=\"text/swriter/guide/page_break.xhp\">የ ገጽ መጨረሻ</link>,"
#: title_page.xhp
msgctxt ""
@@ -28815,4 +28820,4 @@ msgctxt ""
"par_id300920161915587772\n"
"help.text"
msgid "<link href=\"text/swriter/guide/change_header.xhp\">Creating a Page Style Based on the Current Page</link>."
-msgstr ""
+msgstr "<link href=\"text/swriter/guide/change_header.xhp\">የ አሁኑን ገጽ መሰረት ያደረገ የ ገጽ ዘደ መፍጠሪያ </link>"
diff --git a/source/am/helpcontent2/source/text/swriter/02.po b/source/am/helpcontent2/source/text/swriter/02.po
index 8bd40ebe491..eec9a1ad255 100644
--- a/source/am/helpcontent2/source/text/swriter/02.po
+++ b/source/am/helpcontent2/source/text/swriter/02.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-11-14 17:17+0000\n"
+"PO-Revision-Date: 2016-12-27 16:37+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1479143839.000000\n"
+"X-POOTLE-MTIME: 1482856659.000000\n"
#: 02110000.xhp
msgctxt ""
@@ -769,7 +769,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Page Number"
-msgstr "የገጽ ቁጥር"
+msgstr "የ ገጽ ቁጥር"
#: 08010000.xhp
msgctxt ""
@@ -778,7 +778,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/swriter/02/08010000.xhp\" name=\"Page Number\">Page Number</link>"
-msgstr "<link href=\"text/swriter/02/08010000.xhp\" name=\"Page Number\">የገጽ ቁጥር</link>"
+msgstr "<link href=\"text/swriter/02/08010000.xhp\" name=\"Page Number\">የ ገጽ ቁጥር</link>"
#: 08010000.xhp
msgctxt ""
@@ -1325,7 +1325,7 @@ msgctxt ""
"12\n"
"help.text"
msgid "Left"
-msgstr "በግራ"
+msgstr "በ ግራ"
#: 10110000.xhp
msgctxt ""
@@ -1361,7 +1361,7 @@ msgctxt ""
"16\n"
"help.text"
msgid "Right"
-msgstr "በቀኝ"
+msgstr "በ ቀኝ"
#: 10110000.xhp
msgctxt ""
@@ -1753,7 +1753,7 @@ msgctxt ""
"21\n"
"help.text"
msgid "Calculates the quotient"
-msgstr "ክፍያን ማስሊያ"
+msgstr "የ ክፍያ ውጤት ማስሊያ"
#: 14020000.xhp
msgctxt ""
@@ -2086,7 +2086,7 @@ msgctxt ""
"172\n"
"help.text"
msgid "Example: <A1> NEQ 2 displays 0 (wrong), if the content of A1 equals 2."
-msgstr "ለምሳሌ: <A1> እኩል አይደለም 2 ያሳያል 0 (ስህተት), ይዞታው ከሆነ A1 እኩል ከ 2."
+msgstr "ለምሳሌ: <A1> እኩል አይደለም 2 ያሳያል 0 (ስህተት): ይዞታው ከሆነ A1 እኩል ከ 2."
#: 14020000.xhp
msgctxt ""
@@ -2122,7 +2122,7 @@ msgctxt ""
"173\n"
"help.text"
msgid "Example: <A1> LEQ 2 displays 1 (true), if the content of A1 is less than or equal to 2."
-msgstr "ለምሳሌ: <A1> ያንሳል ወይን እኩል ነው 2 ያሳያል 1 (እውነት), ይዞታው ከሆነ A1 የሚያንስ ከሆነ ወይንም እኩል ከ 2."
+msgstr "ለምሳሌ: <A1> ያንሳል ወይን እኩል ነው 2 ያሳያል 1 (እውነት): ይዞታው ከሆነ A1 የሚያንስ ከሆነ ወይንም እኩል ከ 2."
#: 14020000.xhp
msgctxt ""
@@ -2158,7 +2158,7 @@ msgctxt ""
"174\n"
"help.text"
msgid "Example: <A1> GEQ 2 displays 1 (true), if the content of A1 is greater than or equal to 2."
-msgstr "ለምሳሌ: <A1> ይበልጣል ወይንም እኩል ነው 2 ያሳያል 1 (እውነት), ይዞታው ከሆነ A1 ይበልጣል ወይንም እኩል ነው ከ 2."
+msgstr "ለምሳሌ: <A1> ይበልጣል ወይንም እኩል ነው 2 ያሳያል 1 (እውነት): ይዞታው ከሆነ A1 ይበልጣል ወይንም እኩል ነው ከ 2."
#: 14020000.xhp
msgctxt ""
@@ -2725,7 +2725,7 @@ msgctxt ""
"117\n"
"help.text"
msgid "<ahelp hid=\"HID_MN_CALC_ATAN\">Calculates the arc tangent in radians.</ahelp>"
-msgstr "<ahelp hid=\"HID_MN_CALC_ATAN\">ያሰላል የ አርክ ታንጀንት በ ራዲያንስ </ahelp>"
+msgstr "<ahelp hid=\"HID_MN_CALC_ATAN\">ያሰላል የ አርክ ታንጀንት በ ራዲያንስ </ahelp>"
#: 14020000.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/swriter/04.po b/source/am/helpcontent2/source/text/swriter/04.po
index 53b1d08d541..5de0724d47e 100644
--- a/source/am/helpcontent2/source/text/swriter/04.po
+++ b/source/am/helpcontent2/source/text/swriter/04.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-07-04 16:53+0200\n"
-"PO-Revision-Date: 2016-12-07 18:08+0000\n"
+"PO-Revision-Date: 2016-12-23 17:48+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481134120.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1482515336.000000\n"
#: 01020000.xhp
msgctxt ""
@@ -715,7 +715,7 @@ msgctxt ""
"80\n"
"help.text"
msgid "Align Left"
-msgstr "በግራ ማሰለፊያ"
+msgstr "በ ግራ ማሰለፊያ"
#: 01020000.xhp
msgctxt ""
@@ -2266,7 +2266,7 @@ msgctxt ""
"255\n"
"help.text"
msgid "Resizes by moving lower right corner."
-msgstr "እንደገና መመጠኛ በማንቀሳቀስ ከታች በቀኝ ጠርዝ በኩል"
+msgstr "እንደገና መመጠኛ በማንቀሳቀስ ከ ታች በ ቀኝ ጠርዝ በኩል"
#: 01020000.xhp
msgctxt ""
@@ -2284,7 +2284,7 @@ msgctxt ""
"258\n"
"help.text"
msgid "Resizes by moving top left corner."
-msgstr "እንደገና መመጠኛ በማንቀሳቀስ ከታች በቀኝ ጠርዝ በኩል"
+msgstr "እንደገና መመጠኛ በማንቀሳቀስ ከ ታች በ ቀኝ ጠርዝ በኩል"
#: 01020000.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/swriter/guide.po b/source/am/helpcontent2/source/text/swriter/guide.po
index cff7e6575cb..c34129e3e09 100644
--- a/source/am/helpcontent2/source/text/swriter/guide.po
+++ b/source/am/helpcontent2/source/text/swriter/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-12-07 19:15+0000\n"
+"PO-Revision-Date: 2017-01-04 00:52+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481138127.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483491178.000000\n"
#: anchor_object.xhp
msgctxt ""
@@ -702,7 +702,7 @@ msgctxt ""
"33\n"
"help.text"
msgid "Right-click a word with a red wavy underline, and then choose a suggested replacement word from the list, or from the <emph>AutoCorrect </emph>submenu."
-msgstr "በቀኝ-ይጫኑ ቃላት ከስሩ በቀይ ማእበል የተስመረበትን እና ከዛ ይምረጡ የሚመከሩትን መቀየሪያ ቃላት ከ ዝርዝር ውስጥ ወይንም ከ <emph>በራሱ አራሚ</emph>ንዑስ ዝርዝር ውስጥ"
+msgstr "በ ቀኝ-ይጫኑ ቃላት ከስሩ በ ቀይ ማእበል የተስመረበትን እና ከዛ ይምረጡ የሚመከሩትን መቀየሪያ ቃላት ከ ዝርዝር ውስጥ ወይንም ከ <emph>በራሱ አራሚ</emph>ንዑስ ዝርዝር ውስጥ"
#: auto_spellcheck.xhp
msgctxt ""
@@ -1214,7 +1214,7 @@ msgctxt ""
"par_id3148664\n"
"help.text"
msgid "Choose <emph>Table - Properties</emph>."
-msgstr ""
+msgstr "ይምረጡ <emph>ሰንጠረዥ - ባህሪዎች</emph>."
#: background.xhp
msgctxt ""
@@ -1364,7 +1364,7 @@ msgctxt ""
"par_id3151046\n"
"help.text"
msgid "Select a line style, width and color for the selected border style in the <emph>Line</emph> area. These settings apply to all border lines that are included in the selected border style."
-msgstr "ይምረጡ የ መስመር ዘዴ ስፋት እና ቀለም ለ ተመረጠው የ ድንበር ዘዴ ከ<emph>መስመር</emph> ቦታ: ይህ ማሰናጃ ይፈጸማል ለ ሁሉም ድንበር መስመሮች በ ተመረጠው የ ድንበር ዘዴ ውስጥ ለሚካተቱት ሁሉ"
+msgstr "ይምረጡ የ መስመር ዘዴ ስፋት እና ቀለም ለ ተመረጠው የ ድንበር ዘዴ ከ<emph> መስመር </emph> ቦታ: ይህ ማሰናጃ ይፈጸማል ለ ሁሉም ድንበር መስመሮች በ ተመረጠው የ ድንበር ዘዴ ውስጥ ለሚካተቱት ሁሉ"
#: border_character.xhp
msgctxt ""
@@ -1420,7 +1420,7 @@ msgctxt ""
"par_id3119149\n"
"help.text"
msgid "Select a line style, width and color for the selected border style in the <emph>Line</emph> area. These settings apply to all border lines that are included in the selected border style."
-msgstr "ይምረጡ የ መስመር ዘዴ ስፋት እና ቀለም ለ ተመረጠው ድንበር ዘዴ ከ<emph>መስመር</emph> ቦታ: ይህ ማሰናጃ ይፈጸማል ለ ሁሉም ድንበር መስመሮች በ ተመረጠው የድንበር ዘዴ ውስጥ ለሚካተቱት ሁሉ"
+msgstr "ይምረጡ የ መስመር ዘዴ ስፋት እና ቀለም ለ ተመረጠው የ ድንበር ዘዴ ከ<emph> መስመር </emph> ቦታ ውስጥ: ይህ ማሰናጃ ይፈጸማል ለ ሁሉም ድንበር መስመሮች በ ተመረጠው የ ድንበር ዘዴ ውስጥ ለሚካተቱት ሁሉ"
#: border_character.xhp
msgctxt ""
@@ -1559,7 +1559,7 @@ msgctxt ""
"12\n"
"help.text"
msgid "Select a line style and color for the selected border style in the <emph>Line</emph> area. These settings apply to all border lines that are included in the selected border style."
-msgstr "ይምረጡ የ መስመር ዘዴ እና ቀለም ለ ተመረጠው የ ድንበር ዘዴ ከ<emph>መስመር</emph> ቦታ: ይህ ማሰናጃ ይፈጸማል ለ ሁሉም የ ድንበር መስመሮች በ ተመረጠው የ ድንበር ዘዴ ውስጥ ለሚካተቱት ሁሉ"
+msgstr "ይምረጡ የ መስመር ዘዴ እና ቀለም ለ ተመረጠው የ ድንበር ዘዴ ከ<emph> መስመር </emph> ቦታ: ይህ ማሰናጃ ይፈጸማል ለ ሁሉም የ ድንበር መስመሮች በ ተመረጠው የ ድንበር ዘዴ ውስጥ ለሚካተቱት ሁሉ"
#: border_object.xhp
msgctxt ""
@@ -1656,7 +1656,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "Select a line style, width and color for the selected border style in the <emph>Line</emph> area. These settings apply to all border lines that are included in the selected border style."
-msgstr "ይምረጡ የ መስመር ዘዴ ስፋት እና ቀለም ለ ተመረጠው ድንበር ዘዴ ከ<emph>መስመር</emph> ቦታ: ይህ ማሰናጃ ይፈጸማል ለ ሁሉም ድንበር መስመሮች በ ተመረጠው የድንበር ዘዴ ውስጥ ለሚካተቱት ሁሉ"
+msgstr "ይምረጡ የ መስመር ዘዴ ስፋት እና ቀለም ለ ተመረጠው የ ድንበር ዘዴ ከ<emph> መስመር </emph> ቦታ ውስጥ: ይህ ማሰናጃ ይፈጸማል ለ ሁሉም ድንበር መስመሮች በ ተመረጠው የ ድንበር ዘዴ ውስጥ ለሚካተቱት ሁሉ"
#: border_page.xhp
msgctxt ""
@@ -1710,7 +1710,7 @@ msgctxt ""
"11\n"
"help.text"
msgid "Select a line style, width and color for the selected border style in the <emph>Line</emph> area. These settings apply to all border lines that are included in the selected border style."
-msgstr "ይምረጡ የ መስመር ዘዴ ስፋት እና ቀለም ለ ተመረጠው ድንበር ዘዴ ከ<emph>መስመር</emph> ቦታ፡ ይህ ማሰናጃ ለ ሁሉም ድንበር መስመሮች ይፈጸማል በ ተመረጠው የ ድንበር ዘዴ ውስጥ ለሚካተቱት ሁሉ"
+msgstr "ይምረጡ የ መስመር ዘዴ ስፋት እና ቀለም ለ ተመረጠው ድንበር ዘዴ ከ<emph> መስመር </emph> ቦታ፡ ይህ ማሰናጃ ለ ሁሉም ድንበር መስመሮች ይፈጸማል በ ተመረጠው የ ድንበር ዘዴ ውስጥ ለሚካተቱት ሁሉ"
#: border_page.xhp
msgctxt ""
@@ -1785,7 +1785,7 @@ msgctxt ""
"par_id6129947\n"
"help.text"
msgid "Choose <item type=\"menuitem\">Table - Properties</item>."
-msgstr ""
+msgstr "ይምረጡ <item type=\"menuitem\">ሰንጠረዥ - ባህሪዎች</item>."
#: borders.xhp
msgctxt ""
@@ -2153,7 +2153,7 @@ msgctxt ""
"par_id5118564\n"
"help.text"
msgid "Select a single cell in a Writer table, then choose <emph>Table - Properties - Borders</emph>."
-msgstr ""
+msgstr "ይምረጡ ነጠላ ክፍል ከ መጻፊያ ሰንጠረዥ ውስጥ: እና ከዛ ይምረጡ <emph>ሰንጠረዥ - ባህሪዎች - ድንበሮች</emph>."
#: borders.xhp
msgctxt ""
@@ -2993,7 +2993,7 @@ msgctxt ""
"par_id3155541\n"
"help.text"
msgid "Choose <emph>Insert - Header and Footer - Header</emph>, and choose the new page style from the list."
-msgstr ""
+msgstr "ይምረጡ <emph>ማስገቢያ - ራስጌ እና ግርጌ - ራስጌ </emph> እና ይምረጡ አዲስ የ ገጽ ዘዴ ከ ዝርዝሩ ውስጥ"
#: change_header.xhp
msgctxt ""
@@ -3297,7 +3297,7 @@ msgctxt ""
"par_id3155936\n"
"help.text"
msgid "Type <item type=\"literal\">Reminder EQ \"3\"</item> in the <item type=\"menuitem\">Condition</item> box. In other words, the conditional text will be displayed when the variable in the field that you defined in the first part of this example is equal to three."
-msgstr "ይጻፉ <item type=\"literal\">አስታዋሽ EQ \"3\"</item> በ <item type=\"menuitem\">ሁኔታው</item>ሳጥን ውስጥ: በ ሌላ ቃል: የ ሁኔታው ጽሁፍ ይታያል ተለዋዋጭ በ ሜዳ ውስጥ እርስዎ በ ገለጹት በ መጀመሪያው ክፍል በዚህ ምሳሌ ውስጥ እኩል ይሆናል ከ ሶስት ጋር"
+msgstr "ይጻፉ <item type=\"literal\">አስታዋሽ: እኩል ነው \"3\"</item> በ <item type=\"menuitem\">ሁኔታው</item>ሳጥን ውስጥ: በ ሌላ ቃል: የ ሁኔታው ጽሁፍ ይታያል ተለዋዋጭ በ ሜዳ ውስጥ እርስዎ በ ገለጹት በ መጀመሪያው ክፍል በዚህ ምሳሌ ውስጥ እኩል ይሆናል ከ ሶስት ጋር"
#: conditional_text.xhp
msgctxt ""
@@ -3590,7 +3590,7 @@ msgctxt ""
"bm_id3153407\n"
"help.text"
msgid "<bookmark_value>page styles; left and right pages</bookmark_value> <bookmark_value>blank pages with alternating page styles</bookmark_value> <bookmark_value>empty page with alternating page styles</bookmark_value> <bookmark_value>pages; left and right pages</bookmark_value> <bookmark_value>formatting; even/odd pages</bookmark_value> <bookmark_value>title pages; page styles</bookmark_value> <bookmark_value>First Page page style</bookmark_value> <bookmark_value>Left Page page style</bookmark_value> <bookmark_value>right pages</bookmark_value> <bookmark_value>even/odd pages;formatting</bookmark_value>"
-msgstr "<bookmark_value>የ ገጽ ዘዴዎች; በ ግራ እና በ ቀኝ ገጾች</bookmark_value> <bookmark_value>ባዶ ገጾች በተፈራራቂ የገጽ ዘዴዎች</bookmark_value> <bookmark_value>ባዶ ገጾች በተፈራራቂ የ ገጽ ዘዴዎች</bookmark_value> <bookmark_value>ገጾች; በ ግራ እና በ ቀኝ ገጾች</bookmark_value> <bookmark_value>አቀራረብ; ሙሉ/ጎዶሎ ገጾች</bookmark_value> <bookmark_value>የ አርእስት ገጾች; የ ገጽ ዘዴዎች</bookmark_value> <bookmark_value>የ መጀመሪያ ገጽ የ ገጽ ዘዴ</bookmark_value> <bookmark_value>የ ግራ ገጽ የ ገጽ ዘዴ</bookmark_value> <bookmark_value>የ ቀኝ ገጾች</bookmark_value> <bookmark_value>ሙሉ/ጎዶሎ ገጾች ;አቀራረብ</bookmark_value>"
+msgstr "<bookmark_value>የ ገጽ ዘዴዎች; በ ግራ እና በ ቀኝ ገጾች</bookmark_value> <bookmark_value>ባዶ ገጾች በተፈራራቂ የገጽ ዘዴዎች</bookmark_value> <bookmark_value>ባዶ ገጾች በተፈራራቂ የ ገጽ ዘዴዎች</bookmark_value> <bookmark_value>ገጾች; በ ግራ እና በ ቀኝ ገጾች</bookmark_value> <bookmark_value>አቀራረብ; ሙሉ/ጎዶሎ ገጾች</bookmark_value> <bookmark_value>የ አርእስት ገጾች; የ ገጽ ዘዴዎች</bookmark_value> <bookmark_value>የ መጀመሪያ ገጽ የ ገጽ ዘዴ</bookmark_value> <bookmark_value>የ ግራ ገጽ የ ገጽ ዘዴ</bookmark_value> <bookmark_value>የ ቀኝ ገጾች</bookmark_value> <bookmark_value>ሙሉ/ጎዶሎ ገጾች: አቀራረብ</bookmark_value>"
#: even_odd_sdw.xhp
msgctxt ""
@@ -3686,7 +3686,7 @@ msgctxt ""
"par_id3155588\n"
"help.text"
msgid "To add a header to one of the page styles, choose <item type=\"menuitem\">Insert - Header and Footer - Header</item>, and choose the page style that you want to add the header to. In the header frame, type the text that you want to use as the header."
-msgstr ""
+msgstr "ራስጌ ለ መጨመር ወደ አንድ የ ገጽ ዘዴዎች ውስጥ: ይምረጡ <item type=\"menuitem\">ማስገቢያ - ራስጌ እና ግርጌ - ራስጌ</item> እና ይምረጡ የ ገጽ ዘዴ እርስዎ መጨመር የሚፈልጉትን ራስጌ ወደ: በ ራስጌ ክፈፍ ውስጥ: ይጻፉ ጽሁፍ እርስዎ መጠቀም የሚፈልጉትን ራስጌ"
#: even_odd_sdw.xhp
msgctxt ""
@@ -3694,7 +3694,7 @@ msgctxt ""
"par_id3147772\n"
"help.text"
msgid "To add a footer to one of the page styles, choose <item type=\"menuitem\">Insert - Header and Footer - Footer</item>, and choose the page style that you want to add the footer to. In the footer frame, type the text that you want to use as a footer."
-msgstr ""
+msgstr "ግርጌ ለ መጨመር ወደ አንድ የ ገጽ ዘዴዎች ውስጥ: ይምረጡ <item type=\"menuitem\">ማስገቢያ - ራስጌ እና ግርጌ - ግርጌ</item> እና ይምረጡ የ ገጽ ዘዴ እርስዎ መጨመር የሚፈልጉትን ግርጌ ወደ: በ ግርጌ ክፈፍ ውስጥ: ይጻፉ ጽሁፍ እርስዎ መጠቀም የሚፈልጉትን ግርጌ"
#: even_odd_sdw.xhp
msgctxt ""
@@ -3864,7 +3864,7 @@ msgctxt ""
"6\n"
"help.text"
msgid "Fields consist of a field name and the field content. To switch the field display between the field name or the field content, choose <link href=\"text/swriter/01/03090000.xhp\" name=\"View - Field Names\"><emph>View - Field Names</emph></link>."
-msgstr ""
+msgstr "ሜዳዎች የያዙ የ ሜዳ ስም እና የ ሜዳ ይዞታ: ለ መቀየር የ ሜዳ ማሳያ በ ሜዳ ስም ወይንም በ ሜዳ ይዞታ መካከል: ይምረጡ <link href=\"text/swriter/01/03090000.xhp\" name=\"View - Field Names\"><emph>መመልከቻ - የ ሜዳ ስሞች</emph></link>."
#: fields.xhp
msgctxt ""
@@ -3881,7 +3881,7 @@ msgctxt ""
"par_id3152885\n"
"help.text"
msgid "To change the color of field shadings, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01012000.xhp\" name=\"$[officename] - Application Colors\"><item type=\"menuitem\">$[officename] - Application Colors</item></link>, locate the <item type=\"menuitem\">Field shadings</item> option, and then select a different color in the <item type=\"menuitem\">Color setting</item> box."
-msgstr ""
+msgstr "የ ሜዳ ጥላዎችን ቀለም ለ መቀየር ይምረጡ <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - ምርጫዎች</emph></caseinline><defaultinline><emph> መሳሪያዎች - ምርጫ</emph></defaultinline></switchinline><emph> - </emph><link href=\"text/shared/optionen/01012000.xhp\" name=\"$[officename] - Application Colors\"><item type=\"menuitem\">$[officename] - የ መተግበሪያ ቀለሞች</item></link> ፈልገው ያግኙ የ <item type=\"menuitem\">ሜዳ ጥላዎች</item> ምርጫ እና ከዛ ይምረጡ የ ተለየ ቀለም በ <item type=\"menuitem\">ቀለም ማሰናጃ</item> ሳጥን ውስጥ"
#: fields.xhp
msgctxt ""
@@ -4650,7 +4650,7 @@ msgctxt ""
"par_id2164677\n"
"help.text"
msgid "Enter the text to find in the <emph>Find</emph> text box."
-msgstr ""
+msgstr "የሚፈልጉትን ጽሁፍ ያስገቡ በ <emph>መፈለጊያው </emph> ጽሁፍ ሳጥን ውስጥ"
#: finding.xhp
msgctxt ""
@@ -4722,7 +4722,7 @@ msgctxt ""
"par_id4286935\n"
"help.text"
msgid "Enter the text to search in the <emph>Find</emph>text box."
-msgstr ""
+msgstr "የሚፈልጉትን ጽሁፍ ያስገቡ በ <emph>መፈለጊያው </emph>ጽሁፍ ሳጥን ውስጥ"
#: finding.xhp
msgctxt ""
@@ -4746,7 +4746,7 @@ msgctxt ""
"par_id703451\n"
"help.text"
msgid "When you click <emph>Replace</emph>, Writer will search the whole document for the text in the <emph>Find</emph> box, starting at the current cursor position. When text is found, Writer highlights the text and waits for your response. Click <emph>Replace</emph> to replace the highlighted text in the document with the text in the <emph>Replace</emph> text box. Click <emph>Find Next</emph> to advance to the next found text without replacing the current selection."
-msgstr ""
+msgstr "እርስዎ በሚጫኑ ጊዜ <emph>መቀየሪያ</emph> መጻፊያ ጠቅላላ ሰነዱ ውስጥ ይፈልጋል ጽሁፉን በ <emph>መፈለጊያ</emph> ሳጥን ውስጥ: መጠቆሚያው አሁን ካለበት ቦታ ጀምሮ: ጽሁፉ በሚገኝ ጊዜ: መጻፊያ ጽሁፉን ያደምቅ እና የ እርስዎን ውሳኔ ይጠብቃል: ይጫኑ <emph>መቀየሪያ</emph> ለ መቀየር የ ደመቀውን ጽሁፍ በ <emph>መቀየሪያ</emph> ሳጥን ውስጥ: ይጫኑ <emph>ቀጥሎ መፈለጊያ</emph> ቀጥሎ ወደ ተገኘው ጽሁፍ ለ መሄድ የ አሁኑን ምርጫ ሳይቀይሩ"
#: finding.xhp
msgctxt ""
@@ -4786,7 +4786,7 @@ msgctxt ""
"par_id896938\n"
"help.text"
msgid "Click <emph>Other options</emph> to expand the dialog."
-msgstr ""
+msgstr "ይጫኑ <emph>ተጨማሪ ምርጫዎች</emph> ንግግሩን ለማስፋት"
#: finding.xhp
msgctxt ""
@@ -4794,7 +4794,7 @@ msgctxt ""
"par_id9147007\n"
"help.text"
msgid "Check <item type=\"menuitem\">Paragraph Styles</item>.<br/>The <item type=\"menuitem\">Find</item> text box now is a list box, where you can select any of the Paragraph Styles that are applied in the current document."
-msgstr ""
+msgstr "ይመርምሩ <item type=\"menuitem\">የ አንቀጽ ዘዴዎች</item>.<br/>የ <item type=\"menuitem\">መፈለጊያ</item> ጽሁፍ ሳጥን አሁን የ ዝርዝር ሳጥን ነው: እርስዎ መምረጥ የሚችሉበት ማንኛውንም የ አንቀጽ ዘዴዎች የሚፈጸሙትን በ አሁኑ ሰነድ ውስጥ"
#: finding.xhp
msgctxt ""
@@ -4986,7 +4986,7 @@ msgctxt ""
"par_id3155886\n"
"help.text"
msgid "Choose <emph>Insert - Header and Footer - Footer</emph> and select the page style that you want to add the footer to."
-msgstr ""
+msgstr "ይምረጡ <emph>ማስገቢያ - ራስጌ እና ግርጌ - ግርጌ</emph> እና የ ገጽ ዘዴ ይምረጡ ግርጌ ለ መጨመር የሚፈልጉትን ወደ"
#: footer_nextpage.xhp
msgctxt ""
@@ -5083,7 +5083,7 @@ msgctxt ""
"par_id3150508\n"
"help.text"
msgid "Choose <emph>Insert - Header and Footer - Footer</emph> and select the page style that you want to add the footer to."
-msgstr ""
+msgstr "ይምረጡ <emph>ማስገቢያ - ራስጌ እና ግርጌ - ግርጌ</emph> እና የ ገጽ ዘዴ ይምረጡ ግርጌ ለ መጨመር የሚፈልጉትን ወደ"
#: footer_pagenumber.xhp
msgctxt ""
@@ -5867,7 +5867,7 @@ msgctxt ""
"par_id3153022\n"
"help.text"
msgid "To add an index, such as a table of contents, right-click in the Navigator list, and then choose <emph>Insert - Index</emph>."
-msgstr "ማውጫ ለመጨመር እንደ የ ሰንጠረዥ ማውጫ የመሰለ በቀኝ-ይጫኑ በ መቃኛው ዝርዝር ላይ እና ከዛ ይምረጡ <emph>ማስገቢያ - ማውጫ</emph>."
+msgstr "ማውጫ ለ መጨመር እንደ የ ሰንጠረዥ ማውጫ የመሰለ በ ቀኝ-ይጫኑ በ መቃኛው ዝርዝር ላይ እና ከዛ ይምረጡ <emph>ማስገቢያ - ማውጫ</emph>."
#: globaldoc_howtos.xhp
msgctxt ""
@@ -6043,7 +6043,7 @@ msgctxt ""
"par_id3155896\n"
"help.text"
msgid "To add a header to a page, choose <emph>Insert - Header and Footer - Header</emph>, and then select the page style for the current page from the submenu."
-msgstr ""
+msgstr "ወደ ገጹ ራስጌ ለ መጨመር ይምረጡ <emph>ማስገቢያ - ራስጌ እና ግርጌ - ራስጌ</emph> እና ከዛ ይምረጡ የ ገጽ ዘዴ ለ አሁኑ ገጽ ከ ንዑስ ዝርዝር ውስጥ"
#: header_footer.xhp
msgctxt ""
@@ -6051,7 +6051,7 @@ msgctxt ""
"par_id3147119\n"
"help.text"
msgid "To add a footer to a page, choose <emph>Insert - Header and Footer - Footer</emph>, and then select the page style for the current page from the submenu."
-msgstr ""
+msgstr "ወደ ገጹ ግርጌ ለ መጨመር ይምረጡ<emph>ማስገቢያ - ራስጌ እና ግርጌ - ግርጌ</emph> እና ከዛ ይምረጡ የ ገጽ ዘዴ ለ አሁኑ ገጽ ከ ንዑስ ዝርዝር ውስጥ"
#: header_footer.xhp
msgctxt ""
@@ -6059,7 +6059,7 @@ msgctxt ""
"par_id3153726\n"
"help.text"
msgid "You can also choose <item type=\"menuitem\">Format - Page</item>, click the <item type=\"menuitem\">Header</item> or <item type=\"menuitem\">Footer</item> tab, and then select <item type=\"menuitem\">Header on</item> or <item type=\"menuitem\">Footer on</item>. Clear the <item type=\"menuitem\">Same content left/right</item> check box if you want to define different headers and footers for even and odd pages."
-msgstr "እርስዎ መምረጥ ይችላሉ <item type=\"menuitem\">አቀራረብ - ገጽ</item> ይጫኑ <item type=\"menuitem\">ራስጌ</item> ወይንም <item type=\"menuitem\">ግርጌ</item> tab, እና ይምረጡ <item type=\"menuitem\">ራስጌ ማብሪያ</item> ወይንም <item type=\"menuitem\">ግርጌ ማብሪያ</item> ማጽጃ <item type=\"menuitem\">ተመሳሳይ ይዞታዎች በግራ/በቀኝ</item> ሳጥኑ ውስጥ ምልክት ያድርጉ የተለዩ ራስጌዎች እና ግርጌዎች ለሙሉ እና ለ ጎዶሎ ገጾች መግለጽ ከፈለጉ"
+msgstr "እርስዎ መምረጥ ይችላሉ <item type=\"menuitem\">አቀራረብ - ገጽ</item> ይጫኑ <item type=\"menuitem\">ራስጌ</item> ወይንም <item type=\"menuitem\">ግርጌ</item> tab, እና ይምረጡ <item type=\"menuitem\">ራስጌ ማብሪያ</item> ወይንም <item type=\"menuitem\">ግርጌ ማብሪያ</item> ማጽጃ <item type=\"menuitem\">ተመሳሳይ ይዞታዎች በ ግራ/በ ቀኝ</item> ሳጥኑ ውስጥ ምልክት ያድርጉ የተለዩ ራስጌዎች እና ግርጌዎች ለ ሙሉ እና ለ ጎዶሎ ገጾች መግለጽ ከፈለጉ"
#: header_footer.xhp
msgctxt ""
@@ -6363,7 +6363,7 @@ msgctxt ""
"par_id3153729\n"
"help.text"
msgid "Choose <item type=\"menuitem\">Insert - Header and Footer - Header</item> or <item type=\"menuitem\">Insert - Header and Footer - Footer</item>, and then select the page style for the current page from the submenu."
-msgstr ""
+msgstr "ይምረጡ <item type=\"menuitem\">ማስገቢያ - ራስጌ እና ግርጌ - ራስጌ </item> ወይንም <item type=\"menuitem\">ማስገቢያ - ራስጌ እና ግርጌ - ግርጌ </item> እና ከዛ ይጫኑ የ ገጽ ዘዴ ለ አሁኑ ገጽ ከ ንዑስ ዝርዝር ውስጥ"
#: header_with_chapter.xhp
msgctxt ""
@@ -7211,7 +7211,7 @@ msgctxt ""
"bm_id3155186\n"
"help.text"
msgid "<bookmark_value>indexes; editing or deleting entries</bookmark_value> <bookmark_value>tables of contents; editing or deleting entries</bookmark_value> <bookmark_value>deleting;entries of indexes/tables of contents</bookmark_value> <bookmark_value>editing;table/index entries</bookmark_value>"
-msgstr "<bookmark_value>ማውጫዎች: ማረሚያ ወይንም ማጥፊያ ማስገቢያዎች</bookmark_value> <bookmark_value>የ ሰንጠረዥ ማውጫ: ማረሚያ ወይንም ማጥፊያ ማስገቢያዎች</bookmark_value> <bookmark_value>ማጥፊያ: ማስገቢያዎች የ ማውጫዎች/የ ሰንጠረዥ ማውጫ</bookmark_value> <bookmark_value>ማረሚያ:ሰንጠረዥ/ማውጫ ማስገቢያዎች</bookmark_value>"
+msgstr "<bookmark_value>ማውጫዎች: ማረሚያ ወይንም ማጥፊያ ማስገቢያዎች</bookmark_value> <bookmark_value>የ ሰንጠረዥ ማውጫ: ማረሚያ ወይንም ማጥፊያ ማስገቢያዎች</bookmark_value> <bookmark_value>ማጥፊያ: ማስገቢያዎች የ ማውጫዎች/የ ሰንጠረዥ ማውጫ</bookmark_value> <bookmark_value>ማረሚያ: ሰንጠረዥ/ማውጫ ማስገቢያዎች</bookmark_value>"
#: indices_delete.xhp
msgctxt ""
@@ -7309,7 +7309,7 @@ msgctxt ""
"par_id3155871\n"
"help.text"
msgid "If you cannot place your cursor in the index or table of contents, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME Writer - Formatting Aids</item>, and then select <item type=\"menuitem\">Enable cursor</item> in the <item type=\"menuitem\">Protected Areas</item> section."
-msgstr ""
+msgstr "የ እርስዎን መጠቆሚያ በ ማውጫ ውስጥ ወይንም በ ሰንጠረዥ ማውጫ ውስጥ ማድረግ ካልቻሉ: ይምረጡ <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - ምርጫዎች</item></caseinline><defaultinline><item type=\"menuitem\">መሳሪያዎች - ምርጫ</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME መጻፊያ - የ አቀራረብ እርዳታ</item> እና ከዛ ይምረጡ <item type=\"menuitem\">መጠቆሚያ ማስቻያ</item> በ <item type=\"menuitem\">የሚጠበቁ ቦታዎች</item> ክፍሎች ውስጥ"
#: indices_edit.xhp
msgctxt ""
@@ -7326,7 +7326,7 @@ msgctxt ""
"par_id3155872\n"
"help.text"
msgid "You can also make changes directly to an index or table of contents. Right-click in the index or table of contents, choose <emph>Edit Index or Table of Contents</emph>, click <emph>Type</emph> tab, and then clear the <emph>Protected against manual changes</emph> check box."
-msgstr ""
+msgstr "እርስዎ በ ቀጥታ ለውጦች መፈጸም ይችላሉ በ ማውጫ ላይ ወይንም በ ሰንጠረዥ ይዞታዎች ውስጥ: በ ቀኝ-ይጫኑ በ ማውጫ ላይ ወይንም በ ሰንጠረዥ ይዞታዎች ውስጥ: ይምረጡ <emph>ማውጫ ወይንም የ ሰንጠረዥ ይዞታዎች ማረሚያ</emph> ይጫኑ <emph>አይነት</emph> tab, እና ከዛ ያጽዱ <emph>በ እጅ ከ መቀየር የሚጠበቅ</emph> ምልክት ማድረጊያ ሳጥን ውስጥ"
#: indices_enter.xhp
msgctxt ""
@@ -7682,7 +7682,7 @@ msgctxt ""
"par_id3155884\n"
"help.text"
msgid "On the <emph>Type</emph> tab, select \"Alphabetical Index\" in the <emph>Type</emph> box."
-msgstr ""
+msgstr "ከ <emph>አይነት</emph> tab, ይምረጡ \"በ ፊደል ቅደም ተከተል\" በ <emph>አይነት</emph> ሳጥን ውስጥ"
#: indices_index.xhp
msgctxt ""
@@ -8054,7 +8054,7 @@ msgctxt ""
"par_id3150528\n"
"help.text"
msgid "Choose <emph>Insert - Table of Contents and Index - Table of Contents, Index or Bibliography</emph>, and then click the <link href=\"text/swriter/01/04120211.xhp\" name=\"Type\"><emph>Type</emph></link> tab."
-msgstr ""
+msgstr "ይምረጡ <emph>ማስገቢያ - የ ሰንጠረዥ ማውጫ እና ማውጫ - የ ሰንጠረዥ ማውጫ: ማውጫ ወይንም የ ጽሁፎች ዝርዝር </emph>እና ከዛይጫኑ የ <link href=\"text/swriter/01/04120211.xhp\" name=\"Type\"><emph>አይነት</emph></link> tab."
#: indices_toc.xhp
msgctxt ""
@@ -8238,7 +8238,7 @@ msgctxt ""
"par_id3150509\n"
"help.text"
msgid "On the <item type=\"menuitem\">Type</item> tab, select the name of the user-defined index that you created in the <item type=\"menuitem\">Type</item> box."
-msgstr ""
+msgstr "ከ <item type=\"menuitem\">አይነት</item> tab, ስም ይምረጡ በ ተጠቃሚው-የሚወሰን ማውጫ እርስዎ የፈጠሩትን ከ <item type=\"menuitem\">አይነት</item> ሳጥን ውስጥ"
#: indices_userdef.xhp
msgctxt ""
@@ -8262,7 +8262,7 @@ msgctxt ""
"par_id3150720\n"
"help.text"
msgid "If you want to use a different paragraph style as a table of contents entry, select <item type=\"menuitem\">Additional styles</item>, and then click the <item type=\"menuitem\">Assign styles</item> button next to the box. Click the style in the list, and then click the <item type=\"menuitem\">>></item> or the <item type=\"menuitem\"><<</item> button to define the outline level for the paragraph style."
-msgstr ""
+msgstr "እርስዎ የ ተለየ የ አንቀጽ ዘዴ እንደ ሰንጠረዥ ይዛታዎች ማስገቢያ መጠቀም ከ ፈለጉ: ይምረጡ <item type=\"menuitem\">ተጨማሪ ዘዴዎች</item> እና ከዛ ይጫኑ የ <item type=\"menuitem\">ዘዴዎች መመደቢያ</item> ቁልፍ ከ ሳጥኑ አጠገብ: ይጫኑ ዘዴ ከ ዝርዝር ውስጥ: እና ከዛ ይጫኑ የ <item type=\"menuitem\">>></item> ወይንም የ <item type=\"menuitem\"><<</item> ቁልፍ የ ረቂቅ ደረጃ ለ አንቀጽ ዘዴ ለ መግለጽ"
#: insert_beforetable.xhp
msgctxt ""
@@ -9349,7 +9349,7 @@ msgctxt ""
"par_id3150242\n"
"help.text"
msgid "Choose <item type=\"menuitem\">Format - Frame and Object - Properties</item>, and then click the <item type=\"menuitem\">Options</item> tab."
-msgstr ""
+msgstr "ይምረጡ <item type=\"menuitem\">አቀራረብ - ክፈፍ እና እቃ - ባህሪዎች</item> እና ከዛ ይጫኑ የ <item type=\"menuitem\">ምርጫዎች</item> tab."
#: nonprintable_text.xhp
msgctxt ""
@@ -9669,7 +9669,7 @@ msgctxt ""
"par_id3150931\n"
"help.text"
msgid "Click the <emph>Outline & Numbering</emph> tab."
-msgstr ""
+msgstr "ይጫኑ የ <emph>እቅድ & ቁጥር መስጫ</emph> tab."
#: numbering_lines.xhp
msgctxt ""
@@ -9701,7 +9701,7 @@ msgctxt ""
"par_id3151096\n"
"help.text"
msgid "Choose <item type=\"menuitem\">Format - Paragraph</item>, and then click the <item type=\"menuitem\">Outline & Numbering</item> tab."
-msgstr ""
+msgstr "ይምረጡ <item type=\"menuitem\">አቀራረብ - አንቀጽ</item> እና ከዛ ይጫኑ የ <item type=\"menuitem\">እቅድ & ቁጥር መስጫ</item> tab."
#: numbering_lines.xhp
msgctxt ""
@@ -9749,7 +9749,7 @@ msgctxt ""
"par_id3150721\n"
"help.text"
msgid "Choose <item type=\"menuitem\">Format - Paragraph</item>, and then click the <item type=\"menuitem\">Outline & Numbering</item> tab."
-msgstr ""
+msgstr "ይምረጡ <item type=\"menuitem\">አቀራረብ - አንቀጽ</item> እና ከዛ ይጫኑ የ <item type=\"menuitem\">እቅድ & ቁጥር መስጫ</item> tab."
#: numbering_lines.xhp
msgctxt ""
@@ -10381,7 +10381,7 @@ msgctxt ""
"par_id614642\n"
"help.text"
msgid "Choose <item type=\"menuitem\">Insert - Header and Footer - Header - (name of page style)</item> or <item type=\"menuitem\">Insert - Header and Footer - Footer - (name of page style)</item> to add a header or footer to all pages with the current page style."
-msgstr ""
+msgstr "ይምረጡ <item type=\"menuitem\">ማስገቢያ - ራስጌ እና ግርጌ - ራስጌ - (የ ገጽ ዘዴ ስም)</item> ወይንም <item type=\"menuitem\">ማስገቢያ - ራስጌ እና ግርጌ - ግርጌ (የ ገጽ ዘዴ ስም)</item> ራስጌ ወይንም ግርጌ መጨመሪያ ለ ሁሉም ገጾች በ አሁኑ የ ገጽ ዘዴ"
#: pagenumbers.xhp
msgctxt ""
@@ -10477,7 +10477,7 @@ msgctxt ""
"par_id1558885\n"
"help.text"
msgid "You need some pages with the roman numbering style, followed by the remaining pages in another style."
-msgstr "You need some pages with the roman numbering style, followed by the remaining pages in another style."
+msgstr "እርስዎ ለ አንዳንድ ገጾች ቁጥር መስጠት ከፈለጉ በ ሮማውያን ቁጥር: ተከታዮቹን ቀሪ ገጾች በ ሌላ ዘዴ"
#: pagenumbers.xhp
msgctxt ""
@@ -10525,7 +10525,7 @@ msgctxt ""
"par_id3341776\n"
"help.text"
msgid "If you just press <item type=\"keycode\">Ctrl+Enter</item>, you apply a page break without a change of styles."
-msgstr "ይህን ከተጫኑ <item type=\"keycode\">Ctrl+Enter</item>, የ ገጽ መጨረሻ ይፈጸማል ዘዴዎቹ ሳይቀየሩ"
+msgstr "ይህን ከተጫኑ <item type=\"keycode\">Ctrl+ማስገቢያ</item> የ ገጽ መጨረሻ ይፈጸማል ዘዴዎቹ ሳይቀየሩ"
#: pagenumbers.xhp
msgctxt ""
@@ -10541,7 +10541,7 @@ msgctxt ""
"par_id1911679\n"
"help.text"
msgid "It depends on your document what is best: to use a manually inserted page break between page styles, or to use an automatic change. If you just need one title page with a different style than the other pages, you can use the automatic method:"
-msgstr "It depends on your document what is best: to use a manually inserted page break between page styles, or to use an automatic change. If you just need one title page with a different style than the other pages, you can use the automatic method:"
+msgstr "እንደ እርስዎ ሰነድ አይነት ይለያያል የትኛው ጥሩ እንደሆን: በ እጅ የ ገባ የ ገጽ መጨረሻ ለ መጠቀም በ ገጽ መጨረሻ እና በ ገጽ ዘዴዎች መካከል: ወይንም ራሱ በራሱ መቀየሪያ ለ መጠቀም: እርስዎ አንድ የ አርእስት ገጽ ብቻ ከፈለጉ ከ ተለየ ዘዴ ጋር ከ ሌሎቹ ገጾች: እርስዎ መጠቀም ይችላሉ ራሱ በራሱ መቀየሪያ ዘዴ:"
#: pagenumbers.xhp
msgctxt ""
@@ -10589,7 +10589,7 @@ msgctxt ""
"par_id2318796\n"
"help.text"
msgid "Now your title page has the style \"First Page\", and the next pages automatically have the \"Default\" style."
-msgstr "የ እርስዎ ገጽ ዘዴ አሁን ዘዴ አለው \"First Page\", እና የሚቀጥሉት ገጾች ራሱ በራሱ ይኖረዋል የ \"ነባር\" ዘዴ"
+msgstr "የ እርስዎ ገጽ ዘዴ አሁን ዘዴ አለው የ \"መጀመሪያ ገጽ\": እና የሚቀጥሉት ገጾች ራሱ በራሱ ይኖረዋል የ \"ነባር\" ዘዴ"
#: pagenumbers.xhp
msgctxt ""
@@ -10669,7 +10669,7 @@ msgctxt ""
"par_id6418042\n"
"help.text"
msgid "All page properties for Writer text documents, like for example the page orientation, are defined by page styles. By default, a new text document uses the “Default” page style for all pages. If you open an existing text document, different page styles may have been applied to the different pages."
-msgstr "የ ሁሉም ገጽ ባህሪዎች በ መጻፊያ የ ጽሁፍ ሰነድ ውስጥ: እንደ ለምሳሌ: የ ገጽ አቅጣጫ: የሚገለጹት በ በ ገጽ ዘዴዎች ነው: በ ነባር: አዲስ የ ጽሁፍ ሰነድ የሚጠቀመው የ “ነባር” ገጽ ዘዴ ነው ለ ሁሉም ገጾች: እርስዎ የ ነበረ የ ጽሁፍ ሰነድ ከ ከፈቱ የ ተለያየ የ ገጽ ዘዴዎች የያዘ ምናልባት ለ ተለያዩ ገጾች ተፈጽሞ ሊሆን ይችላል"
+msgstr "የ ሁሉም ገጽ ባህሪዎች በ መጻፊያ የ ጽሁፍ ሰነድ ውስጥ: እንደ ለምሳሌ: የ ገጽ አቅጣጫ: የሚገለጹት በ በ ገጽ ዘዴዎች ነው: በ ነባር: አዲስ የ ጽሁፍ ሰነድ የሚጠቀመው የ “ነባር” ገጽ ዘዴ ነው ለ ሁሉም ገጾች: እርስዎ የ ነበረ የ ጽሁፍ ሰነድ ከ ከፈቱ የ ተለያየ የ ገጽ ዘዴዎች የያዘ ምናልባት ለ ተለያዩ ገጾች ተፈጽሞ ሊሆን ይችላል"
#: pageorientation.xhp
msgctxt ""
@@ -10885,7 +10885,7 @@ msgctxt ""
"par_id2118594\n"
"help.text"
msgid "To insert a manual page break at the cursor position, press <item type=\"keycode\">Ctrl+Enter</item> or choose <item type=\"menuitem\">Insert - Manual Break</item> and just click OK."
-msgstr "መጠቆሚያው ባለበት ቦታ በ እጅ የ ገጽ መጨረሻ ለማስገባት ይጫኑ <item type=\"keycode\">Ctrl+Enter</item> ወይንም ይምረጡ <item type=\"menuitem\">ማስገቢያ - በ እጅ የ ገጽ መጨረሻ</item> እና ይጫኑ እሺ"
+msgstr "መጠቆሚያው ባለበት ቦታ በ እጅ የ ገጽ መጨረሻ ለማስገባት ይጫኑ <item type=\"keycode\">Ctrl+ማስገቢያ</item> ወይንም ይምረጡ <item type=\"menuitem\">ማስገቢያ - በ እጅ የ ገጽ መጨረሻ</item> እና ይጫኑ እሺ"
#: pageorientation.xhp
msgctxt ""
@@ -11592,7 +11592,7 @@ msgctxt ""
"bm_id3150620\n"
"help.text"
msgid "<bookmark_value>indexes;unprotecting</bookmark_value> <bookmark_value>tables of contents;unprotecting</bookmark_value> <bookmark_value>tables;protecting/unprotecting cells</bookmark_value> <bookmark_value>sections;protecting/unprotecting</bookmark_value> <bookmark_value>unprotecting tables of contents and indexes</bookmark_value> <bookmark_value>protecting;tables and sections</bookmark_value> <bookmark_value>cells;protecting/unprotecting</bookmark_value> <bookmark_value>document;protection from changes</bookmark_value>"
-msgstr ""
+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>"
#: protection.xhp
msgctxt ""
@@ -11600,7 +11600,7 @@ msgctxt ""
"hd_id6007263\n"
"help.text"
msgid "<variable id=\"protection\"><link href=\"text/swriter/guide/protection.xhp\" name=\"Protecting Content in %PRODUCTNAME Writer\">Protecting Content in <item type=\"productname\">%PRODUCTNAME Writer</item></link></variable>"
-msgstr ""
+msgstr "<variable id=\"protection\"><link href=\"text/swriter/guide/protection.xhp\" name=\"Protecting Content in %PRODUCTNAME Writer\">ይዞታዎችን መጠበቂያ በ <item type=\"productname\">%PRODUCTNAME መጻፊያ</item></link></variable>"
#: protection.xhp
msgctxt ""
@@ -11608,7 +11608,7 @@ msgctxt ""
"par_id1924802\n"
"help.text"
msgid "The following is an overview of the different ways of protecting contents in <item type=\"productname\">%PRODUCTNAME</item> Writer from being modified or deleted."
-msgstr ""
+msgstr "የሚቀጥለው ባጠቃላይ መመልከቻ ነው የ ተለያዩ መንገዶች ለ <item type=\"productname\">%PRODUCTNAME</item> መጻፊያ ከ መሻሻል ወይንም ከ ማጥፋት"
#: protection.xhp
msgctxt ""
@@ -11616,7 +11616,7 @@ msgctxt ""
"hd_id3150114\n"
"help.text"
msgid "Protecting Sections in <item type=\"productname\">%PRODUCTNAME</item> Writer"
-msgstr ""
+msgstr "ክፍሎችን መጠበቂያ በ <item type=\"productname\">%PRODUCTNAME</item> መጻፊያ"
#: protection.xhp
msgctxt ""
@@ -11624,7 +11624,7 @@ msgctxt ""
"par_id3150592\n"
"help.text"
msgid "Any section of a <item type=\"productname\">%PRODUCTNAME</item> Writer text document can be protected against changes with or without a password."
-msgstr ""
+msgstr "ማንኛውም ክፍል የ <item type=\"productname\">%PRODUCTNAME</item> መጻፊያ ጽሁፍ ሰነድ ከ ማይፈለግ ለውጦች መጠበቅ ይቻላል በ መግቢያ ቃል ወይንም ያለ መግቢያ ቃል"
#: protection.xhp
msgctxt ""
@@ -11640,7 +11640,7 @@ msgctxt ""
"hd_id1811201610293\n"
"help.text"
msgid "<variable id=\"turnon\">Turning on of protection</variable>"
-msgstr ""
+msgstr "<variable id=\"turnon\">መጠበቂያውን ማብሪያ</variable>"
#: protection.xhp
msgctxt ""
@@ -11648,7 +11648,7 @@ msgctxt ""
"par_id1811201645676\n"
"help.text"
msgid "Create or select a section:"
-msgstr ""
+msgstr "መፍጠሪያ ወይንም ክፍል ይምረጡ:"
#: protection.xhp
msgctxt ""
@@ -11656,7 +11656,7 @@ msgctxt ""
"par_id181120161920589\n"
"help.text"
msgid "If the section does not exist: Select the text. Go to the <emph>Insert - Section...</emph> in menu bar."
-msgstr ""
+msgstr "ክፍሉ ከሌለ: ጽሁፍ ይምረጡ: መሄጃ ወደ የ <emph>ማስገቢያ - ክፍል...</emph> በ ዝርዝር መደርደሪያ ላይ"
#: protection.xhp
msgctxt ""
@@ -11664,7 +11664,7 @@ msgctxt ""
"par_id181120164739204\n"
"help.text"
msgid "If the section already exists:<variable id=\"gotosection\">Go to the <emph>Format - Sections...</emph> in menu bar and select the section.<br/> Or right-click on the section in the Navigator and choose the <emph>Edit...</emph> item.</variable>"
-msgstr ""
+msgstr "ይህ ክፍል ቀደም ብሎ ከ ነበረ:<variable id=\"gotosection\">ይሂዱ ወደ የ <emph>አቀራረብ - ክፍሎች...</emph> በ ዝርዝር መደርደሪያ ውስጥ እና ይምረጡ ክፍሉን <br/> ወይንም በ ቀኝ-ይጫኑ በ ክፍሉ ውስጥ ከ መቃኛ ውስጥ እና ይምረጡ የ <emph>ማረሚያ...</emph> እቃ </variable>"
#: protection.xhp
msgctxt ""
@@ -11672,7 +11672,7 @@ msgctxt ""
"par_id1811201645678\n"
"help.text"
msgid "Enable a protection"
-msgstr ""
+msgstr "መጠበቂያ ማስቻያ"
#: protection.xhp
msgctxt ""
@@ -11680,7 +11680,7 @@ msgctxt ""
"par_id181120164720479\n"
"help.text"
msgid "If you want the protection without a password, choose the <emph>Protect</emph> check box under the <emph>Write protection</emph>."
-msgstr ""
+msgstr "እርስዎ መጠበቅ ከ ፈለጉ ያለ መግቢያ ቃል: ይምረጡ የ <emph>መጠበቂያ</emph> ምልክት ያድርጉ በ ሳጥኑ ውስጥ በ <emph>መጻፊያ መጠበቂያ</emph>."
#: protection.xhp
msgctxt ""
@@ -11688,7 +11688,7 @@ msgctxt ""
"par_id181120164720412\n"
"help.text"
msgid "If you want the protection with a password, choose the the <emph>Protect</emph> and <emph>With password</emph> check boxes. Enter and confirm the password of at least five characters."
-msgstr ""
+msgstr "እርስዎ መጠበቅ ከ ፈለጉ be መግቢያ ቃል: ይምረጡ የ <emph>መጠበቂያ</emph> በ <emph>መግቢያ ቃል</emph> ምልክት ያድርጉ በ ሳጥኑ ውስጥ: ያስገቡ እና ያረጋግጡ የ መግቢያ ቃል ቢያንስ አምስት ባህሪዎች መሆን አለበት"
#: protection.xhp
msgctxt ""
@@ -11696,7 +11696,7 @@ msgctxt ""
"hd_id1811201610294\n"
"help.text"
msgid "Modification of protection"
-msgstr ""
+msgstr "መጠበቂያውን ማሻሻያ"
#: protection.xhp
msgctxt ""
@@ -11704,7 +11704,7 @@ msgctxt ""
"par_id18112016456780\n"
"help.text"
msgid "If the protection has no a password, and you want to give it, choose the <emph>With password</emph>, enter and confirm the password of at least five characters."
-msgstr ""
+msgstr "መጠበቂያው የ መግቢያ ቃል ከሌለው: እና እርስዎ የ መግቢያ ቃል መፍጠር ከፈለጉ: ይምረጡ: በ <emph>መግቢያ ቃል </emph> ያስገቡ እና ያረጋግጡ የ መግቢያ ቃል ቢያንስ አምስት ባህሪዎች መሆን አለበት"
#: protection.xhp
msgctxt ""
@@ -11712,7 +11712,7 @@ msgctxt ""
"par_id18112016234567\n"
"help.text"
msgid "If the protection has a password, and you want only to clear it, uncheck the <emph>With password</emph> under the <emph> Write protection</emph> and enter the correct password."
-msgstr ""
+msgstr "መጠበቂያው የ መግቢያ ቃል ካለው: እና እርስዎ የ መግቢያ ቃል ማጥፋት ከፈለጉ: ምልክቱን ያጥፉ: በ <emph>መግቢያ ቃል</emph> በ <emph> መጻፊያ መጠበቂያ</emph> እና ያስገቡ ትክክለኛውን የ መግቢያ ቃል"
#: protection.xhp
msgctxt ""
@@ -11720,7 +11720,7 @@ msgctxt ""
"par_id18112016234566\n"
"help.text"
msgid "If the protection has a password, and you want only to change it, click to the <emph>Password</emph> button in the <emph>Write protection</emph>, enter the correct password, and in the new window, enter and confirm the new password of at least five characters."
-msgstr ""
+msgstr "መጠበቂያው የ መግቢያ ቃል ካለው: እና እርስዎ የ መግቢያ ቃሉን መቀየር ከፈጉ: ይጫኑ <emph>የ መግቢያ ቃል</emph> ቁልፍ በ<emph>ከ መጻፊያ መጠበቂያ</emph> ያስገቡ ትክክለኛውን የ መግቢያ ቃል: እና በ አዲሱ መስኮት ውስጥ: ያስገቡ እና ያረጋግጡ አዲሱን የ መግቢያ ቃል ቢያንስ አምስት ባህሪዎች መሆን አለበት"
#: protection.xhp
msgctxt ""
@@ -11728,7 +11728,7 @@ msgctxt ""
"hd_id1811201610295\n"
"help.text"
msgid "<variable id=\"turnoff\">Turning off of protection</variable>"
-msgstr ""
+msgstr "<variable id=\"turnoff\">መጠበቂያውን ማጥፊያ</variable>"
#: protection.xhp
msgctxt ""
@@ -11736,7 +11736,7 @@ msgctxt ""
"par_id18112016345678\n"
"help.text"
msgid "If the protection has no a password, uncheck the <emph>Protect</emph> under the <emph>Write protection</emph>."
-msgstr ""
+msgstr "መጠበቂያው የ መግቢያ ቃል ከሌለው: ምልክቱን ያጥፉ የ <emph>መጠበቂያ</emph> በ <emph>መጻፊያ መጠበቂያ</emph>."
#: protection.xhp
msgctxt ""
@@ -11744,7 +11744,7 @@ msgctxt ""
"par_id19112016123456\n"
"help.text"
msgid "If the protection has a password, uncheck the <emph>Protect</emph> under the <emph>Write protection</emph> and enter the correct password."
-msgstr ""
+msgstr "መጠበቂያው የ መግቢያ ቃል ካለው: ምልክቱን ያጥፉ የ <emph>መጠበቂያ</emph> በ <emph>መጻፊያ መጠበቂያ</emph> እና ያስገቡ ትክክለኛውን የ መግቢያ ቃል"
#: protection.xhp
msgctxt ""
@@ -11752,7 +11752,7 @@ msgctxt ""
"hd_id3146081\n"
"help.text"
msgid "Protecting Cells in a <item type=\"productname\">%PRODUCTNAME</item> Writer Table"
-msgstr ""
+msgstr "ክፍሎችን መጠበቂያ በ <item type=\"productname\">%PRODUCTNAME</item> መጻፊያ ሰንጠረዥ"
#: protection.xhp
msgctxt ""
@@ -11760,7 +11760,7 @@ msgctxt ""
"par_id3154480\n"
"help.text"
msgid "You can protect the contents of individual cells of tables or whole table in <item type=\"productname\">%PRODUCTNAME</item> Writer from changes."
-msgstr ""
+msgstr "እርስዎ መጠበቅ ይችላሉ ይዞታዎችን ለ እያንዳንዱ ክፍሎች በ ሰንጠረዥ ወይንም ጠቅላላ ሰንጠረዥ ውስጥ በ <item type=\"productname\">%PRODUCTNAME</item> መጻፊያ ውስጥ እንዳይቀየር"
#: protection.xhp
msgctxt ""
@@ -11776,7 +11776,7 @@ msgctxt ""
"par_id3145643\n"
"help.text"
msgid "For one or several cells, place the cursor in a cell or select needed several cells. Choose the <emph>Table - Protect Cells</emph> in menu bar."
-msgstr ""
+msgstr "ለ አንድ ወይንም በርካታ ክፍሎች: መጠቆሚያውን በ ክፍል ውስጥ ያድርጉ ወይንም ይምረጡ በርካታ ክፍሎች: ይምረጡ የ <emph>ሰንጠረዥ - ክፍሎች መጠበቂያ </emph> በ ዝርዝር መደርደሪያ ውስጥ"
#: protection.xhp
msgctxt ""
@@ -11784,7 +11784,7 @@ msgctxt ""
"par_id1911201610283\n"
"help.text"
msgid "For whole table, select the table, and choose the <emph>Table - Protect Cells</emph> in menu bar."
-msgstr ""
+msgstr "ለ ጠቅላላ ሰንጠረዥ: ይምረጡ ሰንጠረዥ እና ከዛ ይምረጡ የ <emph>ሰንጠረዥ - ክፍሎች መጠበቂያ</emph> በ ዝርዝር መደርደሪያ ውስጥ"
#: protection.xhp
msgctxt ""
@@ -11792,7 +11792,7 @@ msgctxt ""
"par_id3155178\n"
"help.text"
msgid "<variable id=\"firstof\">If it is necessary, go to the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - Formatting Aids</emph> and choose <emph>Enable cursor</emph> under the <emph>Protected Areas</emph>.</variable>"
-msgstr ""
+msgstr "<variable id=\"firstof\">አስፈላጊ ከሆነ: ይሂዱ ወደ <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - ምርጫዎች</emph></caseinline><defaultinline><emph>መሳሪያዎች - ምርጫ</emph></defaultinline></switchinline><emph> - %PRODUCTNAME መጻፊያ - የ አቀራረብ እርዳታ</emph> እና ይምረጡ <emph>መጠቆሚያ ማስቻያ</emph> በ <emph>ቦታዎች መጠበቂያ</emph>.</variable>"
#: protection.xhp
msgctxt ""
@@ -11800,7 +11800,7 @@ msgctxt ""
"par_id1711201619364829\n"
"help.text"
msgid "For one or several cells, place the cursor in the cell or select the cells. Choose the <emph>Tools - Unprotect Cells</emph> in menu bar."
-msgstr ""
+msgstr "ለ አንድ ወይንም በርካታ ክፍሎች: መጠቆሚያውን በ ክፍል ውስጥ ያድርጉ ወይንም ይምረጡ ክፍሎች: ይምረጡ <emph>መሳሪያዎች - ክፍሎች አትጠብቅ</emph> በ ዝርዝር መደርደሪያ ውስጥ"
#: protection.xhp
msgctxt ""
@@ -11808,7 +11808,7 @@ msgctxt ""
"par_id3151189\n"
"help.text"
msgid "For whole table, right-click on the table in the Navigator, and choose <emph>Table - Unprotect</emph> in the context menu.<br/> Or select the whole table and choose <emph>Tools - Unprotect Cells</emph> in menu bar."
-msgstr ""
+msgstr "ለ ጠቅላላ ሰንጠረዥ: በ ቀኝ-ይጫኑ በ ሰንጠረዥ ላይ በ መቃኛ ውስጥ: እና ይምረጡ <emph>ሰንጠረዥ - አትጠብቅ</emph> በ አገባብ ዝርዝር ውስጥ <br/> ወይንም ይምረጡ ጠቅላላ ሰንጠረዥ እና ይምረጡ <emph>መሳሪያዎች - ክፍሎች አትጠብቅ</emph> በ ዝርዝር መደርደሪያ ውስጥ"
#: protection.xhp
msgctxt ""
@@ -11816,7 +11816,7 @@ msgctxt ""
"hd_id3149259\n"
"help.text"
msgid "Tables of Contents and Indexes Protection"
-msgstr ""
+msgstr "የ ሰንጠረዥ ማውጫ እና ማውጫዎች መጠበቂያ"
#: protection.xhp
msgctxt ""
@@ -11824,7 +11824,7 @@ msgctxt ""
"par_id3153966\n"
"help.text"
msgid "Tables of contents and indexes created automatically in a <item type=\"productname\">%PRODUCTNAME</item> Writer text, and it has automatically protected against accidental changes."
-msgstr ""
+msgstr "የ ሰንጠረዥ ማውጫ እና ማውጫዎች ራሱ በራሱ የ ተፈጠረ በ <item type=\"productname\">%PRODUCTNAME</item> መጻፊያ ጽሁፍ ውስጥ: እና ራሱ በራሱ ይጠብቃል በ ድንገት ከ መቀየር"
#: protection.xhp
msgctxt ""
@@ -11840,7 +11840,7 @@ msgctxt ""
"par_id3159088\n"
"help.text"
msgid "Right-click in the index/table of contents. Go to <emph>Edit Index...</emph> in the context menu. Choose <emph>Protected against manual changes</emph> on the <emph>Type</emph> tab."
-msgstr ""
+msgstr "በ ቀኝ-ይጫኑ በ ማውጫ/የ ሰንጠረዥ ማውጫ ውስጥ: ይሂዱ ወደ <emph>ማውጫ ማረሚያ...</emph> በ አገባብ ዝርዝር ውስጥ: ይምረጡ <emph>በ እጅ ከ መቀየር መጠበቂያ</emph> በ <emph>አይነት</emph> tab ውስጥ"
#: protection.xhp
msgctxt ""
@@ -11848,7 +11848,7 @@ msgctxt ""
"par_id181120162840123\n"
"help.text"
msgid "Right-click on the index/table of contents in the Navigator and choose <emph>Index - Read-only</emph> item."
-msgstr ""
+msgstr "በ ቀኝ-ይጫኑ በ ማውጫ/የ ሰንጠረዥ ማውጫ በ መቃኛ ውስጥ እና ይምረጡ <emph>ማውጫ - ለ ንባብ-ብቻ</emph> እቃ"
#: protection.xhp
msgctxt ""
@@ -11856,7 +11856,7 @@ msgctxt ""
"par_id3152968\n"
"help.text"
msgid "Right-click in the index/table of contents. Go to the <emph>Edit Index...</emph> in the context menu. Uncheck <emph>Protected against manual changes</emph> on the <emph>Type</emph> tab."
-msgstr ""
+msgstr "በ ቀኝ-ይጫኑ በ ማውጫ/የ ሰንጠረዥ ማውጫ ውስጥ: ይሂዱ ወደ <emph>ማውጫ ማረሚያ...</emph> በ አገባብ ዝርዝር ውስጥ: ምልክቱን ያጥፉ <emph>በ እጅ ከ መቀየር የሚጠበቅ</emph> በ <emph>አይነት</emph> tab ውስጥ"
#: protection.xhp
msgctxt ""
@@ -11864,7 +11864,7 @@ msgctxt ""
"par_id3152774\n"
"help.text"
msgid "Right-click in the index/table of contents in the Navigator and uncheck <emph>Index - Read-only</emph>."
-msgstr ""
+msgstr "በ ቀኝ-ይጫኑ በ ማውጫ/የ ሰንጠረዥ ማውጫ በ መቃኛ ውስጥ እና ምልክቱን ያጥፉ <emph>ማውጫ - ለ ንባብ-ብቻ</emph>"
#: protection.xhp
msgctxt ""
@@ -11872,7 +11872,7 @@ msgctxt ""
"hd_id1811201623985\n"
"help.text"
msgid "Protection of the whole <item type=\"productname\">%PRODUCTNAME</item> Writer document from changes."
-msgstr ""
+msgstr "መጠበቂያ ጠቅላላ የ <item type=\"productname\">%PRODUCTNAME</item> መጻፊያ ሰነድ ከ ድንገተኛ ለውጥ"
#: protection.xhp
msgctxt ""
@@ -11880,7 +11880,7 @@ msgctxt ""
"par_id31544811\n"
"help.text"
msgid "You can protect the contents of <item type=\"productname\">%PRODUCTNAME</item> Writer document from changes, if it is one form follow file formats: .doc, .docx, .odt, .ott."
-msgstr ""
+msgstr "እርስዎ መጠበቅ ይችላሉ ይዞታዎችን በ <item type=\"productname\">%PRODUCTNAME</item> መጻፊያ ሰነድ ውስጥ ከ ድንገተኛ ለውጥ: የ ፋይሉ አቀራረብ ከ እነዚህ አንዱን አይነት ከሆነ: .doc, .docx, .odt, .ott."
#: protection.xhp
msgctxt ""
@@ -11888,7 +11888,7 @@ msgctxt ""
"par_id18112016398104\n"
"help.text"
msgid "This protection is not intended to be a secure protection. It is just a switch to protect the contents against accidental changes in the document."
-msgstr ""
+msgstr "ይህ መጠበቂያ አስተማማኝ መጠበቂያ አይደለም: ነገር ግን ይዞታዎች ከ ድንገተኛ ስህተት ሰነዱ እንዳይቀየር መጠበቂያ ነው"
#: protection.xhp
msgctxt ""
@@ -11896,7 +11896,7 @@ msgctxt ""
"par_id18112016812973\n"
"help.text"
msgid "To enable the protection of the whole document, go to <emph>Tools - Options... - Writer - Compatibility</emph> and choose <emph>Protect form</emph>."
-msgstr ""
+msgstr "በ ጠቅላላ ሰነዱን ለ መጠበቅ ለማስቻል: ይሂዱ ወደ <emph>መሳሪያዎች - ምርጫ... - መጻፊያ - ተስማሚነቱ</emph> እና ይምረጡ <emph>መጠበቂያ ፎርም</emph>."
#: protection.xhp
msgctxt ""
@@ -11904,7 +11904,7 @@ msgctxt ""
"par_id18112016812978\n"
"help.text"
msgid "To disable the protection of the whole document, go to <emph>Tools - Options... - Writer - Compatibility</emph> and uncheck <emph>Protect form</emph>."
-msgstr ""
+msgstr "የ ጠቅላላ ሰነዱን መጠበቂያ ለማሰናከል: ይሂዱ ወደ <emph>መሳሪያዎች - ምርጫዎች... - መጻፊያ - ተስማሚነት</emph> እና ምልክቱን ያጥፉ <emph>ፎርም መጠበቂያ</emph>."
#: protection.xhp
msgctxt ""
@@ -12184,7 +12184,7 @@ msgctxt ""
"par_id7321390\n"
"help.text"
msgid "Choose <emph>View - Field Names</emph> to switch between viewing the reference names and the reference contents."
-msgstr ""
+msgstr "ይምረጡ <emph>መመልከቻ - የ ሜዳ ስሞች</emph> ለ መቀያየር ከ መመልከቻው ማመሳከሪያ ስሞች እና የሚመሳከሩት ይዞታዎች መካከል"
#: references_modify.xhp
msgctxt ""
@@ -12376,7 +12376,7 @@ msgctxt ""
"bm_id3149687\n"
"help.text"
msgid "<bookmark_value>hard returns in pasted text</bookmark_value> <bookmark_value>line breaks;removing</bookmark_value> <bookmark_value>deleting; line breaks</bookmark_value> <bookmark_value>copies;removing line breaks</bookmark_value> <bookmark_value>paragraph marks;removing</bookmark_value>"
-msgstr "<bookmark_value>hard returns በ ተለጠፈ ጽሁፍ ውስጥ</bookmark_value> <bookmark_value>የ መስመር መጨረሻ;ማስወገጃ</bookmark_value> <bookmark_value>ማጥፊያ; የ መስመር መጨረሻ</bookmark_value> <bookmark_value>ኮፒ;ማስወገጃ የ መስመር መጨረሻ</bookmark_value> <bookmark_value>አንቀጽ ምልክት ማድረጊያ;ማስወገጃ</bookmark_value>"
+msgstr "<bookmark_value>አስገድዶ መመለሻ በ ተለጠፈ ጽሁፍ ውስጥ</bookmark_value> <bookmark_value>የ መስመር መጨረሻ: ማስወገጃ</bookmark_value> <bookmark_value>ማጥፊያ: የ መስመር መጨረሻ</bookmark_value> <bookmark_value>ኮፒ: ማስወገጃ የ መስመር መጨረሻ</bookmark_value> <bookmark_value>አንቀጽ ምልክት ማድረጊያ: ማስወገጃ</bookmark_value>"
#: removing_line_breaks.xhp
msgctxt ""
@@ -12722,7 +12722,7 @@ msgctxt ""
"par_id3149843\n"
"help.text"
msgid "In the <item type=\"menuitem\">Find</item> box, type the search term and the wildcard(s) that you want to use in your search."
-msgstr ""
+msgstr "በ <item type=\"menuitem\">መፈለጊያ</item> ሳጥን ውስጥ: ይጻፉ የሚፈለገውን ደንብ እና በ ሁለ ገብ ካርድ(ዶች) እርስዎ መጠቀም የሚፈልጉትን በ እርስዎ መፈለጊያ ውስጥ"
#: search_regexp.xhp
msgctxt ""
@@ -12731,7 +12731,7 @@ msgctxt ""
"51\n"
"help.text"
msgid "Click <item type=\"menuitem\">Find Next</item> or <item type=\"menuitem\">Find All</item>."
-msgstr "ይጫኑ <item type=\"menuitem\">መፈለጊያ</item> ወይንም <item type=\"menuitem\">ሁሉንም መፈለጊያ</item>."
+msgstr "ይጫኑ <item type=\"menuitem\">ቀጥሎ መፈለጊያ</item> ወይንም <item type=\"menuitem\">ሁሉንም መፈለጊያ</item>."
#: search_regexp.xhp
msgctxt ""
@@ -13534,7 +13534,7 @@ msgctxt ""
"par_id192266\n"
"help.text"
msgid "When you point to a Smart Tag, a tip help informs you to Ctrl-click to open the Smart Tags menu. If you don't use a mouse, position the cursor inside the marked text and open the context menu by Shift+F10."
-msgstr "እርስዎ በሚጠቁሙ ጊዜ ወደ የ Smart Tag, a የ ጠቃሚ ምክር እርዳታ እርስዎን ያሳውቃል ወደ Ctrl-click ለ መክፈት የ Smart Tags ዝርዝር: እርስዎ የ አይጥ መጠቆሚያ የማይጠቀሙ ከሆነ: መጠቆሚያውን ምልክት በ ተደረገበት ጽሁፍ ውስጥ ያድርጉ እና ይክፈቱ የ አገባብ ዝርዝር በ Shift+F10"
+msgstr "እርስዎ በሚጠቁሙ ጊዜ ወደ የ Smart Tag, a የ ጠቃሚ ምክር እርዳታ እርስዎን ያሳውቃል ወደ Ctrl-click ለ መክፈት የ Smart Tags ዝርዝር: እርስዎ የ አይጥ መጠቆሚያ የማይጠቀሙ ከሆነ: መጠቆሚያውን ምልክት በ ተደረገበት ጽሁፍ ውስጥ ያድርጉ እና ይክፈቱ የ አገባብ ዝርዝር በ Shift+F10"
#: smarttags.xhp
msgctxt ""
@@ -13925,7 +13925,7 @@ msgctxt ""
"bm_id3155915\n"
"help.text"
msgid "<bookmark_value>Stylist, see Styles and Formatting window</bookmark_value> <bookmark_value>styles; updating from selections</bookmark_value> <bookmark_value>templates; updating from selections</bookmark_value> <bookmark_value>Styles and Formatting window; updating from selections</bookmark_value> <bookmark_value>updating; styles, from selections</bookmark_value>"
-msgstr "<bookmark_value>ዘዴዎች, ይመልከቱ ዘዴዎች እና አቀራረብ መስኮት</bookmark_value> <bookmark_value>ዘዴዎች; ማሻሻያ ከ ምርጫዎች ውስጥ</bookmark_value> <bookmark_value>ቴምፕሌቶች; ማሻሻያ ከ ምርጫዎች ውስጥ</bookmark_value> <bookmark_value>ዘዴዎች እና አቀራረብ መስኮት; ማሻሻያ ከ ምርጫዎች ውስጥ</bookmark_value> <bookmark_value>ማሻሻያ; ዘዴዎች: ከ ምርጫዎች ውስጥ</bookmark_value>"
+msgstr "<bookmark_value>ዘዴዎች: ይመልከቱ ዘዴዎች እና አቀራረብ መስኮት</bookmark_value> <bookmark_value>ዘዴዎች: ማሻሻያ ከ ምርጫዎች ውስጥ</bookmark_value> <bookmark_value>ቴምፕሌቶች: ማሻሻያ ከ ምርጫዎች ውስጥ</bookmark_value> <bookmark_value>ዘዴዎች እና አቀራረብ መስኮት: ማሻሻያ ከ ምርጫዎች ውስጥ</bookmark_value> <bookmark_value>ማሻሻያ: ዘዴዎች: ከ ምርጫዎች ውስጥ</bookmark_value>"
#: stylist_update.xhp
msgctxt ""
@@ -14318,7 +14318,7 @@ msgctxt ""
"bm_id3156377\n"
"help.text"
msgid "<bookmark_value>tables; inserting text tables</bookmark_value> <bookmark_value>inserting; tables in text</bookmark_value> <bookmark_value>DDE; inserting tables</bookmark_value> <bookmark_value>OLE objects; inserting tables in</bookmark_value> <bookmark_value>cells;inserting from spreadsheets</bookmark_value> <bookmark_value>tables in spreadsheets;inserting in text</bookmark_value> <bookmark_value>spreadsheets;inserting tables from</bookmark_value>"
-msgstr "<bookmark_value>ሰንጠረዥ; ጽሁፍ ማስገቢያ ሰንጠረዥ</bookmark_value> <bookmark_value>ማስገቢያ; ሰንጠረዥ በ ጽሁፍ ውስጥ</bookmark_value> <bookmark_value>DDE; ማስገቢያ ሰንጠረዦች</bookmark_value> <bookmark_value>OLE objects; ማስገቢያ ሰንጠረዥ በ</bookmark_value> <bookmark_value>ክፍሎች;ማስገቢያ ከ ሰንጠረዥ</bookmark_value> <bookmark_value>ሰንጠረዥ በ ሰንጠረዥ ውስጥ;ማስገቢያ በ ጽሁፍ ውስጥ</bookmark_value> <bookmark_value>ሰንጠረዥ;ማስገቢያ ሰንጠረዥ ከ</bookmark_value>"
+msgstr "<bookmark_value>ሰንጠረዥ: ጽሁፍ ማስገቢያ ሰንጠረዥ</bookmark_value> <bookmark_value>ማስገቢያ: ሰንጠረዥ በ ጽሁፍ ውስጥ</bookmark_value> <bookmark_value>DDE: ማስገቢያ ሰንጠረዦች</bookmark_value> <bookmark_value>የ OLE እቃዎች: ማስገቢያ ሰንጠረዥ በ</bookmark_value> <bookmark_value>ክፍሎች: ማስገቢያ ከ ሰንጠረዥ</bookmark_value> <bookmark_value>ሰንጠረዥ በ ሰንጠረዥ ውስጥ: ማስገቢያ በ ጽሁፍ ውስጥ</bookmark_value> <bookmark_value>ሰንጠረዥ: ማስገቢያ ሰንጠረዥ ከ</bookmark_value>"
#: table_insert.xhp
msgctxt ""
@@ -14982,7 +14982,7 @@ msgctxt ""
"par_id1279030\n"
"help.text"
msgid "Click inside the table. Choose <item type=\"menuitem\">Table - Properties</item> to open a dialog and set the properties to the numbers."
-msgstr ""
+msgstr "ይጫኑ በ ሰንጠረዥ ውስጥ: ይምረጡ <item type=\"menuitem\">ሰንጠረዥ - ባህሪዎች</item> ንግግር ለ መክፈት እና ለ ቁጥር ባህሪዎች ለማሰናዳት"
#: table_sizing.xhp
msgctxt ""
@@ -15049,7 +15049,7 @@ msgctxt ""
"8\n"
"help.text"
msgid "To set the <item type=\"menuitem\">Behavior of rows/columns</item> options for tables in text documents, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME Writer - Table</item>. There are three display modes for tables:"
-msgstr ""
+msgstr "ለ ማሰናዳት የ <item type=\"menuitem\">ረድፎች/አምዶች ባህሪ</item> የ ሰንጠረዥ ምርጫ በ ጽሁፍ ሰነድ ውስጥ: ይምረጡ <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - ምርጫዎች</item></caseinline><defaultinline><item type=\"menuitem\">መሳሪያዎች - ምርጫ</item></defaultinline></switchinline><item type=\"menuitem\"> - %PRODUCTNAME መጻፊያ - ሰንጠረዥ</item> ለ ሰንጠረዥ ሶስት አይነት ዘዴዎች ይታያሉ:"
#: tablemode.xhp
msgctxt ""
@@ -15124,7 +15124,7 @@ msgctxt ""
"par_id3147422\n"
"help.text"
msgid "Choose <item type=\"menuitem\">File - Templates - Save As Template</item>."
-msgstr ""
+msgstr "ይምረጡ <item type=\"menuitem\">ፋይል - ቴምፕሌቶች - ማስቀመጫ እንደ ቴምፕሌት</item>."
#: template_create.xhp
msgctxt ""
@@ -15164,7 +15164,7 @@ msgctxt ""
"par_id3149636\n"
"help.text"
msgid "<link href=\"text/shared/01/01110300.xhp\" name=\"File - Templates - Save As Template\">File - Templates - Save As Template</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/01110300.xhp\" name=\"File - Templates - Save As Template\">ፋይል - ቴምፕሌቶች - ማስቀመጫ እንደ ቴምፕሌት</link>"
#: template_default.xhp
msgctxt ""
@@ -15180,7 +15180,7 @@ msgctxt ""
"bm_id3155913\n"
"help.text"
msgid "<bookmark_value>default templates;defining/resetting</bookmark_value> <bookmark_value>defaults; templates</bookmark_value> <bookmark_value>templates; default templates</bookmark_value> <bookmark_value>text documents;default templates</bookmark_value>"
-msgstr "<bookmark_value>ነባር ቴምፕሌት;መግለጫ/እንደ ነበረ መመለሻ</bookmark_value> <bookmark_value>ነባር; ቴምፕሌት</bookmark_value> <bookmark_value>ቴምፕሌት; ነባር ቴምፕሌት</bookmark_value> <bookmark_value>የ ጽሁፍ ሰነድ;ነባር ቴምፕሌት</bookmark_value>"
+msgstr "<bookmark_value>ነባር ቴምፕሌት: መግለጫ/እንደ ነበረ መመለሻ</bookmark_value> <bookmark_value>ነባር: ቴምፕሌት</bookmark_value> <bookmark_value>ቴምፕሌት: ነባር ቴምፕሌት</bookmark_value> <bookmark_value>የ ጽሁፍ ሰነድ: ነባር ቴምፕሌት</bookmark_value>"
#: template_default.xhp
msgctxt ""
@@ -15233,7 +15233,7 @@ msgctxt ""
"106\n"
"help.text"
msgid "In the <emph>New Template</emph> box, type a name for the new template."
-msgstr "በ <emph>አዲስ ቴምፕሌት</emph> ሳጥን ውስጥ ፡ ለ አዲሱ ቴምፕሌት ስም ይጻፉ"
+msgstr "በ <emph>አዲስ ቴምፕሌት</emph> ሳጥን ውስጥ: ለ አዲሱ ቴምፕሌት ስም ይጻፉ"
#: template_default.xhp
msgctxt ""
@@ -15294,7 +15294,7 @@ msgctxt ""
"bm_id3153396\n"
"help.text"
msgid "<bookmark_value>formatting styles; styles and templates</bookmark_value> <bookmark_value>styles; styles and templates</bookmark_value> <bookmark_value>organizing; templates (guide)</bookmark_value> <bookmark_value>templates; organizing (guide)</bookmark_value>"
-msgstr "<bookmark_value>አቀራረብ ዘዴዎች; ዘዴዎች እና ቴምፕሌቶች</bookmark_value> <bookmark_value>ዘዴዎች; ዘዴዎች እና ቴምፕሌቶች</bookmark_value> <bookmark_value>መደራጃ; ቴምፕሌቶች (መመሪያ)</bookmark_value> <bookmark_value>ቴምፕሌቶች; መደራጃ (መመሪያ)</bookmark_value>"
+msgstr "<bookmark_value>አቀራረብ ዘዴዎች: ዘዴዎች እና ቴምፕሌቶች</bookmark_value> <bookmark_value>ዘዴዎች: ዘዴዎች እና ቴምፕሌቶች</bookmark_value> <bookmark_value>መደራጃ: ቴምፕሌቶች (መመሪያ)</bookmark_value> <bookmark_value>ቴምፕሌቶች: መደራጃ (መመሪያ)</bookmark_value>"
#: templates_styles.xhp
msgctxt ""
@@ -15436,7 +15436,7 @@ msgctxt ""
"par_idN10728\n"
"help.text"
msgid "When you apply formatting to your text by <emph>Format - Character</emph>, the text stays the same, it is only displayed in another way. On the other hand, when you choose <emph>Format - Text</emph> or <emph>Format - Text - Change Case</emph>, the text is permanently changed."
-msgstr ""
+msgstr "እርስዎ በሚፈጽሙ ጊዜ አቀራረብ ወደ እርስዎ ጽሁፍ በ <emph>አቀራረብ - ባህሪዎች</emph> ጽሁፉ እንደ ነበር ይቆያል: በሌላ መንገድ ይታያል: በሌላ መንገድ: እርስዎ በሚመርጡ ጊዜ <emph>አቀራረብ - ጽሁፍ</emph> ወይንም <emph>አቀራረብ - ጽሁፉ - ጉዳይ መቀየሪያ</emph> ጽሁፉ በ ቋሚነት ይቀየራል"
#: text_capital.xhp
msgctxt ""
@@ -15471,7 +15471,7 @@ msgctxt ""
"par_id1120200910485778\n"
"help.text"
msgid "Choose <item type=\"menuitem\">Format - Text - Uppercase</item>."
-msgstr ""
+msgstr "ይምረጡ <item type=\"menuitem\">አቀራረብ - ጽሁፍ - Uppercase</item>."
#: text_capital.xhp
msgctxt ""
@@ -15514,7 +15514,7 @@ msgctxt ""
"par_id112020091049000\n"
"help.text"
msgid "Choose <item type=\"menuitem\">Format - Text - Lowercase</item>."
-msgstr ""
+msgstr "ይምረጡ <item type=\"menuitem\">አቀራረብ - ጽሁፍ - በ ታችኛው ጉዳይ</item>."
#: text_capital.xhp
msgctxt ""
@@ -15602,7 +15602,7 @@ msgctxt ""
"par_id3149615\n"
"help.text"
msgid "To hide the borders of the frame, select the frame, and then choose <item type=\"menuitem\">Format - Frame and Object - Properties</item>. Click the <item type=\"menuitem\">Borders</item> tab, and then click in the <item type=\"menuitem\">Set No Border</item> box in the <item type=\"menuitem\">Line Arrangement</item> area."
-msgstr ""
+msgstr "የ ክፈፍ ድንበር ለ መደበቅ: ይምረጡ ክፈፍ እና ከዛ ይምረጡ <item type=\"menuitem\">አቀራረብ - ክፈፍ እና የ እቃ - ባህሪዎች</item> ይጫኑ የ <item type=\"menuitem\">ድንበር</item> tab, እና ከዛ ይምረጡ በ <item type=\"menuitem\">ምንም ድንበር አታሰናዳ </item> ሳጥን ውስጥ በ <item type=\"menuitem\">መስመር ማሰለፊይ</item> ቦታ ውስጥ"
#: text_centervert.xhp
msgctxt ""
@@ -15910,7 +15910,7 @@ msgctxt ""
"par_id3155875\n"
"help.text"
msgid "Choose <emph>Format - Frame and Object - Properties - Options</emph>."
-msgstr ""
+msgstr "ይምረጡ <emph>አቀራረብ - የ ክፈፍ እና እቃ - ባህሪዎች - ምርጫዎች</emph>."
#: text_frame.xhp
msgctxt ""
@@ -16362,7 +16362,7 @@ msgctxt ""
"bm_id3155911\n"
"help.text"
msgid "<bookmark_value>text; rotating</bookmark_value> <bookmark_value>rotating;text</bookmark_value>"
-msgstr "<bookmark_value>ጽሁፍ; ማዞሪያ</bookmark_value> <bookmark_value>ማዞሪያ;ጽሁፍ</bookmark_value>"
+msgstr "<bookmark_value>ጽሁፍ: ማዞሪያ</bookmark_value> <bookmark_value>ማዞሪያ: ጽሁፍ</bookmark_value>"
#: text_rotate.xhp
msgctxt ""
@@ -17317,7 +17317,7 @@ msgctxt ""
"bm_id3148882\n"
"help.text"
msgid "<bookmark_value>automatic word completion</bookmark_value> <bookmark_value>completion of words</bookmark_value> <bookmark_value>AutoCorrect function; word completion</bookmark_value> <bookmark_value>word completion;using/disabling</bookmark_value> <bookmark_value>disabling;word completion</bookmark_value> <bookmark_value>switching off;word completion</bookmark_value> <bookmark_value>deactivating;word completion</bookmark_value> <bookmark_value>refusing word completions</bookmark_value> <bookmark_value>rejecting word completions</bookmark_value>"
-msgstr "<bookmark_value>ራሱ በራሱ ቃላት መጨረሻ</bookmark_value> <bookmark_value>መጨረሻ ቃላት</bookmark_value> <bookmark_value>በራሱ አራሚ ተግባር; የ ቃላት መጨረሻ</bookmark_value> <bookmark_value>የ ቃላት መጨረሻ;በመጠቀም/በማሰናከል</bookmark_value> <bookmark_value>በማሰናከል;ቃላት መጨረሻ</bookmark_value> <bookmark_value>መቀየሪያ በማጥፋት;የ ቃላት መጨረሻ</bookmark_value> <bookmark_value>ባለማስነሳት;የቃላት መጨረሻ</bookmark_value> <bookmark_value>ባለመቀበል የቃላት መጨረሻ</bookmark_value> <bookmark_value>አልቀበልም የ ቃላት መጨረሻ</bookmark_value>"
+msgstr "<bookmark_value>ራሱ በራሱ ቃላት መጨረሻ</bookmark_value> <bookmark_value>መጨረሻ ቃላት</bookmark_value> <bookmark_value>በራሱ አራሚ ተግባር: የ ቃላት መጨረሻ</bookmark_value> <bookmark_value>የ ቃላት መጨረሻ: በመጠቀም/በማሰናከል</bookmark_value> <bookmark_value>በማሰናከል: የ ቃላት መጨረሻ</bookmark_value> <bookmark_value>መቀየሪያ በማጥፋት: የ ቃላት መጨረሻ</bookmark_value> <bookmark_value>ባለማስነሳት: የ ቃላት መጨረሻ</bookmark_value> <bookmark_value>ባለመቀበል የ ቃላት መጨረሻ</bookmark_value> <bookmark_value>አልቀበልም የ ቃላት መጨረሻ</bookmark_value>"
#: word_completion.xhp
msgctxt ""
@@ -17769,7 +17769,7 @@ msgctxt ""
"par_id3155907\n"
"help.text"
msgid "Choose <emph>Format - Frame and Object - Properties</emph>, and then click the <link href=\"text/swriter/01/05060200.xhp\" name=\"Wrap\"><emph>Wrap</emph></link> tab to choose the wrapping style that you want to apply."
-msgstr ""
+msgstr "ይምረጡ <emph>አቀራረብ - የ ክፈፍ እና እቃ - ባህሪዎች</emph>እና ከዛ ይጫኑ በ <link href=\"text/swriter/01/05060200.xhp\" name=\"Wrap\"><emph>መጠቅለያ</emph></link> tab መጠቅለያ ለ መምረጥ እርስዎ መጠቀም የሚፈልጉትን ለ መፈጸም"
#: wrap.xhp
msgctxt ""
@@ -17801,7 +17801,7 @@ msgctxt ""
"par_id3153396\n"
"help.text"
msgid "Choose <emph>Format - Frame and Object - Properties</emph>, and then click the <link href=\"text/swriter/01/05060200.xhp\" name=\"Wrap\"><emph>Wrap</emph></link> tab."
-msgstr ""
+msgstr "ይምረጡ <emph>አቀራረብ - የ ክፈፍ እና እቃ - ባህሪዎች</emph>እና ከዛ ይጫኑ በ <link href=\"text/swriter/01/05060200.xhp\" name=\"Wrap\"><emph>መጠቅለያ</emph></link> tab"
#: wrap.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/swriter/librelogo.po b/source/am/helpcontent2/source/text/swriter/librelogo.po
index e496512f31f..019175829f2 100644
--- a/source/am/helpcontent2/source/text/swriter/librelogo.po
+++ b/source/am/helpcontent2/source/text/swriter/librelogo.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-08-06 22:51+0200\n"
-"PO-Revision-Date: 2016-12-07 03:27+0000\n"
+"PO-Revision-Date: 2016-12-25 01:47+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481081270.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1482630467.000000\n"
#: LibreLogo.xhp
msgctxt ""
@@ -414,7 +414,7 @@ msgctxt ""
"hd_670\n"
"help.text"
msgid "LibreLogo commands"
-msgstr "LibreLogo ትእዛዞች"
+msgstr "የ LibreLogo ትእዛዞች"
#: LibreLogo.xhp
msgctxt ""
@@ -590,7 +590,7 @@ msgctxt ""
"par_890\n"
"help.text"
msgid "LEFT 90 ; turn counterclockwise 90 degrees<br/> LEFT 90° ; see above<br/> LT 3h ; see above (clock position)<br/> LT any ; turn to a random position<br/>"
-msgstr "በ ግራ 90 ; ማዞሪያ ከ ግራ ወደ ቀኝ 90 ዲግሪዎች<br/> በ ግራ 90° ; ከ ላይ ይመልከቱ<br/> LT 3ሰ ; ከ ላይ ይመልከቱ (የ ሰአት ቦታ)<br/> LT ማንኛውም ; ማዞሪያ በ ነሲብ ቦታ<br/>"
+msgstr "በ ግራ 90 ; ማዞሪያ ከ ግራ ወደ ቀኝ 90 ዲግሪዎች<br/> በ ግራ 90° ; ከ ላይ ይመልከቱ<br/> ከ ግራ ወደ ቀኝ 3ሰ : ከ ላይ ይመልከቱ (የ ሰአት ቦታ)<br/> ከ ግራ ወደ ቀኝ ማንኛውም : ማዞሪያ በ ነሲብ ቦታ<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -670,7 +670,7 @@ msgctxt ""
"par_990\n"
"help.text"
msgid "HEADING 0 ; turn north<br/> HEADING 12h ; see above<br/> HEADING [0, 0] ; turn to the top-left corner<br/> HEADING ANY ; turn to a random direction<br/>"
-msgstr "ራስጌ 0 ; ማዞሪያ ወደ ሰሜን<br/> ራስጌ 12h ; ከ ላይ ይመልከቱ<br/> ራስጌ [0, 0] ; ማዞሪያ ወደ ላይ-በ ግራ ጠርዝ በኩል<br/> ራስጌ ማንኛውም ; ማዞሪያ ወደ በ ነሲብ አቅጣጫ<br/>"
+msgstr "ራስጌ 0 ; ማዞሪያ ወደ ሰሜን<br/> ራስጌ 12ሰ ; ከ ላይ ይመልከቱ<br/> ራስጌ [0, 0] ; ማዞሪያ ወደ ላይ-በ ግራ ጠርዝ በኩል<br/> ራስጌ ማንኛውም ; ማዞሪያ ወደ በ ነሲብ አቅጣጫ<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -2006,7 +2006,7 @@ msgctxt ""
"par_2470\n"
"help.text"
msgid "; Convert list to Python set<br/> PRINT SET [4, 5, 6, 6] ; print {4, 5, 6}<br/> PRINT SET [4, 5, 6, 6] | SET [4, 1, 9] ; print {1, 4, 5, 6, 9}, union<br/> PRINT SET [4, 5, 6, 6] & SET [4, 1, 9] ; print {4}, intersection<br/> PRINT SET ([4, 5, 6, 6]) - SET [4, 1, 9] ; print {5, 6}, difference<br/> PRINT SET [4, 5, 6, 6] ^ SET [4, 1, 9] ; print {1, 5, 6, 9}, symmetric difference <br/>"
-msgstr "; መቀየሪያ ዝርዝር ወደ Python ማሰናጃ<br/> ማተሚያ ማሰናጃ [4, 5, 6, 6] ; print {4, 5, 6}<br/> ማተሚያ ማሰናጃ [4, 5, 6, 6] | ማሰናጃ [4, 1, 9] ; ማተሚያ {1, 4, 5, 6, 9}, ጠቅላላ<br/> ማተሚያ ማሰናጃ [4, 5, 6, 6] & ማሰናጃ [4, 1, 9] ; ማተሚያ {4}, የሚጋሩት<br/> ማተሚያ ማሰናጃ ([4, 5, 6, 6]) - ማሰናጃ [4, 1, 9] ; ማተሚያ {5, 6}, ልዩነት<br/> ማተሚያ ማሰናጃ [4, 5, 6, 6] ^ ማሰናጃ [4, 1, 9] ; ማተሚያ {1, 5, 6, 9}, symmetric ልዩነት <br/>"
+msgstr "; መቀየሪያ ዝርዝር ወደ Python ማሰናጃ<br/> ማተሚያ ማሰናጃ [4, 5, 6, 6] ; ማተሚያ {4, 5, 6}<br/> ማተሚያ ማሰናጃ [4, 5, 6, 6] | ማሰናጃ [4, 1, 9] ; ማተሚያ {1, 4, 5, 6, 9}, ጠቅላላ<br/> ማተሚያ ማሰናጃ [4, 5, 6, 6] & ማሰናጃ [4, 1, 9] ; ማተሚያ {4}, የሚጋሩት<br/> ማተሚያ ማሰናጃ ([4, 5, 6, 6]) - ማሰናጃ [4, 1, 9] ; ማተሚያ {5, 6}, ልዩነት<br/> ማተሚያ ማሰናጃ [4, 5, 6, 6] ^ ማሰናጃ [4, 1, 9] ; ማተሚያ {1, 5, 6, 9}, symmetric ልዩነት <br/>"
#: LibreLogo.xhp
msgctxt ""
diff --git a/source/am/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/am/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 0e99fb58843..6570e8bf42f 100644
--- a/source/am/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/am/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-10 03:22+0000\n"
+"PO-Revision-Date: 2016-12-30 03:00+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481340163.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483066816.000000\n"
#: ActionTe.ulf
msgctxt ""
@@ -406,7 +406,7 @@ msgctxt ""
"OOO_ACTIONTEXT_49\n"
"LngText.text"
msgid "Registering class servers"
-msgstr "የክፍል ሰርቨር በመመዝገብ ላይ"
+msgstr "የ ክፍል ሰርቨር በ መመዝገብ ላይ"
#: ActionTe.ulf
msgctxt ""
@@ -422,7 +422,7 @@ msgctxt ""
"OOO_ACTIONTEXT_51\n"
"LngText.text"
msgid "Registering COM+ Applications and Components"
-msgstr "የ COM+ መተገበሪያዎችን እና አካላቶችን በመመዝገብ ላይ"
+msgstr "የ COM+ መተገበሪያዎችን እና አካላቶችን በ መመዝገብ ላይ"
#: ActionTe.ulf
msgctxt ""
@@ -438,7 +438,7 @@ msgctxt ""
"OOO_ACTIONTEXT_53\n"
"LngText.text"
msgid "Registering extension servers"
-msgstr "ተጨማሪ ሰርቨሮች በመመዝገብ ላይ"
+msgstr "ተጨማሪ ሰርቨሮች በ መመዝገብ ላይ"
#: ActionTe.ulf
msgctxt ""
@@ -454,7 +454,7 @@ msgctxt ""
"OOO_ACTIONTEXT_55\n"
"LngText.text"
msgid "Registering fonts"
-msgstr "ፊደሎችን በመመዝገብ ላይ"
+msgstr "ፊደሎችን በ መመዝገብ ላይ"
#: ActionTe.ulf
msgctxt ""
@@ -470,7 +470,7 @@ msgctxt ""
"OOO_ACTIONTEXT_57\n"
"LngText.text"
msgid "Registering MIME info"
-msgstr "የ MIME መረጃ በመመዝገብ ላይ"
+msgstr "የ MIME መረጃ በ መመዝገብ ላይ"
#: ActionTe.ulf
msgctxt ""
@@ -486,7 +486,7 @@ msgctxt ""
"OOO_ACTIONTEXT_59\n"
"LngText.text"
msgid "Registering product"
-msgstr "እቃ በመመዝገብ ላይ"
+msgstr "እቃ በ መመዝገብ ላይ"
#: ActionTe.ulf
msgctxt ""
@@ -534,7 +534,7 @@ msgctxt ""
"OOO_ACTIONTEXT_65\n"
"LngText.text"
msgid "Registering user"
-msgstr "ተጠቃሚ በመመዝገብ ላይ"
+msgstr "ተጠቃሚ በ መመዝገብ ላይ"
#: ActionTe.ulf
msgctxt ""
@@ -1542,7 +1542,7 @@ msgctxt ""
"OOO_CONTROL_103\n"
"LngText.text"
msgid "Some files that need to be updated are currently in use."
-msgstr "አንዳንድ መሻሻል የሚገባቸው ፋይሎች አሁን በስራ ላይ ናቸው"
+msgstr "አንዳንድ መሻሻል የሚገባቸው ፋይሎች አሁን በ ስራ ላይ ናቸው"
#: Control.ulf
msgctxt ""
@@ -1550,7 +1550,7 @@ msgctxt ""
"OOO_CONTROL_104\n"
"LngText.text"
msgid "The following applications are using files that need to be updated by this setup. Close these applications and click Retry to continue."
-msgstr "የሚቀጥለው መተግበሪያ ማሰናጃው ሊያሻሻል የሚፈልጋቸውን ፋይሎችን እየተጠቀመበት ነው ፡ ይህን መተግበሪያ ይዝጉ እና ይጫኑ እንደገና መሞከሪያ የሚለውን"
+msgstr "የሚቀጥለው መተግበሪያ ማሰናጃው ሊያሻሻል የሚፈልጋቸውን ፋይሎችን እየተጠቀመበት ነው: ይህን መተግበሪያ ይዝጉ እና ይጫኑ እንደገና መሞከሪያ የሚለውን"
#: Control.ulf
msgctxt ""
@@ -1918,7 +1918,7 @@ msgctxt ""
"OOO_CONTROL_162\n"
"LngText.text"
msgid "The Installation Wizard will install the Patch for [ProductName] on your computer. To continue, click Update."
-msgstr "የመግጠሚያው አዋቂ አሁን መለጠፊያውን ይገጥማል ለ [ProductName] በ እርስዎ ኮምፒዩተር ላይ ለመቀጠል ይጫኑ ማሻሻያ የሚለውን"
+msgstr "የ መግጠሚያው አዋቂ አሁን መለጠፊያውን ይገጥማል ለ [ProductName] በ እርስዎ ኮምፒዩተር ላይ ለ መቀጠል ይጫኑ ማሻሻያ የሚለውን"
#: Control.ulf
msgctxt ""
@@ -2654,7 +2654,7 @@ msgctxt ""
"OOO_CONTROL_300\n"
"LngText.text"
msgid "A version of [DEFINEDPRODUCT] [DEFINEDVERSION] was found by the [ProductName] Installation Wizard. This version will be updated."
-msgstr "ይህ እትም [DEFINEDPRODUCT] [DEFINEDVERSION] ተገኝቷል በ [ProductName] መግጠሚያው አዋቂ ፡ ይህ እትም ይሻሻላል"
+msgstr "ይህ እትም [DEFINEDPRODUCT] [DEFINEDVERSION] ተገኝቷል በ [ProductName] መግጠሚያው አዋቂ: ይህ እትም ይሻሻላል"
#: Control.ulf
msgctxt ""
@@ -3246,7 +3246,7 @@ msgctxt ""
"OOO_ERROR_53\n"
"LngText.text"
msgid "Error applying patch to file [2]. It has probably been updated by other means, and can no longer be modified by this patch. For more information contact your patch vendor. {{System Error: [3]}}"
-msgstr "ስህተት patch ወደ ፋይል መፈጸም አልተቻለም [2]. ምናልባት በሌላ መንገድ ተሻሽሎ ሊሆን ይችላል ፡ እና በዚህ patch ማሻሻል አይቻልም ፡ በበለጠ ለመረዳታ የ patch vendor ያማክሩ {{የስርአት ስህተት: [3]}}"
+msgstr "ስህተት መለጠፊያ ወደ ፋይል መፈጸም አልተቻለም [2]. ምናልባት በሌላ መንገድ ተሻሽሎ ሊሆን ይችላል: እና በዚህ መለጠፊያ ማሻሻል አይቻልም: በበለጠ ለመረዳታ የ መለጠፊያ ሻጩን ያማክሩ {{የ ስርአት ስህተት: [3]}}"
#: Error.ulf
msgctxt ""
@@ -3622,7 +3622,7 @@ msgctxt ""
"OOO_ERROR_100\n"
"LngText.text"
msgid "Module [2] failed to register. HRESULT [3]. Contact your support personnel."
-msgstr "ክፍሉን [2] መመዝገብ አልተቻለም ፡ HRESULT [3]. የቴክኒክ ቡድን ሀላፊውን ያማክሩ"
+msgstr "ክፍሉን [2] መመዝገብ አልተቻለም: HRESULT [3]. የ ቴክኒክ ቡድን ሀላፊውን ያማክሩ"
#: Error.ulf
msgctxt ""
@@ -3630,7 +3630,7 @@ msgctxt ""
"OOO_ERROR_101\n"
"LngText.text"
msgid "Module [2] failed to unregister. HRESULT [3]. Contact your support personnel."
-msgstr "ክፍሉን [2] አለ መመዝገብ አልተቻለም ፡ HRESULT [3]. የቴክኒክ ቡድን ሀላፊውን ያማክሩ"
+msgstr "ክፍሉን [2] አለ መመዝገብ አልተቻለም: HRESULT [3]. የ ቴክኒክ ቡድን ሀላፊውን ያማክሩ"
#: Error.ulf
msgctxt ""
@@ -3646,7 +3646,7 @@ msgctxt ""
"OOO_ERROR_103\n"
"LngText.text"
msgid "Could not register font [2]. Verify that you have sufficient permissions to install fonts, and that the system supports this font."
-msgstr "ፊደሉን መመዝገብ አልተቻለም [2]. ፊደሉን ለመግጠም በቂ ፍቃድ እንዳለዎት እና ስርአቱ ይህን ፊደል ይደግፍ እንደሆን ያረጋግጡ"
+msgstr "ፊደሉን መመዝገብ አልተቻለም [2]. ፊደሉን ለ መግጠም በቂ ፍቃድ እንዳለዎት እና ስርአቱ ይህን ፊደል ይደግፍ እንደሆን ያረጋግጡ"
#: Error.ulf
msgctxt ""
@@ -3694,7 +3694,7 @@ msgctxt ""
"OOO_ERROR_109\n"
"LngText.text"
msgid "Could not update the INI file [2][3]. Verify that the file exists and that you can access it."
-msgstr "ማሻሻል አልተቻለም የ INI file [2][3]. ፋይሉ መኖሩን ያረጋግጡ እና እርስዎ በቂ ፍቃድ እንዳለዎት ፋይሉ ጋር ለመድረስ"
+msgstr "ማሻሻል አልተቻለም የ INI file [2][3]. ፋይሉ መኖሩን ያረጋግጡ እና እርስዎ በቂ ፍቃድ እንዳለዎት ፋይሉ ጋር ለ መድረስ"
#: Error.ulf
msgctxt ""
diff --git a/source/am/librelogo/source/pythonpath.po b/source/am/librelogo/source/pythonpath.po
index de2be9759cf..1815fe8ae23 100644
--- a/source/am/librelogo/source/pythonpath.po
+++ b/source/am/librelogo/source/pythonpath.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-04-22 23:40+0200\n"
-"PO-Revision-Date: 2016-10-23 00:57+0000\n"
+"PO-Revision-Date: 2016-12-31 19:37+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: none\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1477184269.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483213021.000000\n"
#: LibreLogo_en_US.properties
msgctxt ""
@@ -950,7 +950,7 @@ msgctxt ""
"TEAL\n"
"property.text"
msgid "teal"
-msgstr "አረንጓዴያዊ ሰማያዊ ቀለም"
+msgstr "ቲል"
#: LibreLogo_en_US.properties
msgctxt ""
diff --git a/source/am/officecfg/registry/data/org/openoffice/Office.po b/source/am/officecfg/registry/data/org/openoffice/Office.po
index 09f95d63698..afbdbba4750 100644
--- a/source/am/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/am/officecfg/registry/data/org/openoffice/Office.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-11-22 20:01+0000\n"
+"PO-Revision-Date: 2016-12-31 19:23+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1479844913.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483212239.000000\n"
#: Addons.xcu
msgctxt ""
@@ -374,7 +374,7 @@ msgctxt ""
"HomePhone\n"
"value.text"
msgid "Phone (Home)"
-msgstr "ስልክ (የቤት)"
+msgstr "ስልክ (የ ቤት)"
#: DataAccess.xcu
msgctxt ""
@@ -446,7 +446,7 @@ msgctxt ""
"HomeZipCode\n"
"value.text"
msgid "ZIP/Postal (Home)"
-msgstr "ፖስታ ሳጥን ቁጥር (ቤት)"
+msgstr "ፖስታ ሳጥን ቁጥር (የ ቤት)"
#: DataAccess.xcu
msgctxt ""
@@ -500,7 +500,7 @@ msgctxt ""
"WorkZipCode\n"
"value.text"
msgid "Zip/Postal (Work)"
-msgstr "ፖስታ ሳጥን ቁጥር (ስራ)"
+msgstr "ፖስታ ሳጥን ቁጥር (የ ስራ)"
#: DataAccess.xcu
msgctxt ""
@@ -743,7 +743,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Report Footer"
-msgstr "የመግለጫ ግርጌ"
+msgstr "የ መግለጫ ግርጌ"
#: ExtendedColorScheme.xcu
msgctxt ""
@@ -761,7 +761,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Page Footer"
-msgstr "የገጽ ግርጌ"
+msgstr "የ ገጽ ግርጌ"
#: ExtendedColorScheme.xcu
msgctxt ""
@@ -779,7 +779,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Group Footer"
-msgstr "የቡድን ግርጌ"
+msgstr "የ ቡድን ግርጌ"
#: ExtendedColorScheme.xcu
msgctxt ""
@@ -797,7 +797,7 @@ msgctxt ""
"DisplayName\n"
"value.text"
msgid "Column Footer"
-msgstr "የአምድ ግርጌ"
+msgstr "የ አምድ ግርጌ"
#: ExtendedColorScheme.xcu
msgctxt ""
@@ -1589,7 +1589,7 @@ msgctxt ""
"Left\n"
"value.text"
msgid "Right click, left or up arrow, page up, backspace, 'P'"
-msgstr "በ ቀኝ ይጫኑ: በ ግራ ወይም ቀስት ወደ ላይ: በ ገጽ ወደ ላይ: በ ኋሊት ደምሳሽ: 'P'"
+msgstr "በ ቀኝ ይጫኑ: በ ግራ ወይም ቀስት ወደ ላይ: በ ገጽ ወደ ላይ: የ ኋሊት ደምሳሽ: 'P'"
#: PresenterScreen.xcu
msgctxt ""
@@ -4496,7 +4496,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "ShipPostlC"
-msgstr "የላኪው ፖስታ ሳጥን ቁጥር"
+msgstr "የ ላኪው ፖስታ ሳጥን ቁጥር"
#: TableWizard.xcu
msgctxt ""
@@ -6818,7 +6818,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "DestPstCde"
-msgstr "የመድረሻው ፖስታ ሳጥን ቁጥር"
+msgstr "የ መድረሻው ፖስታ ሳጥን ቁጥር"
#: TableWizard.xcu
msgctxt ""
@@ -10949,7 +10949,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "SecuritySymbol"
-msgstr "የደህንነቱ ምልክት"
+msgstr "የ ደህንነት ምልክት"
#: TableWizard.xcu
msgctxt ""
diff --git a/source/am/officecfg/registry/data/org/openoffice/Office/UI.po b/source/am/officecfg/registry/data/org/openoffice/Office/UI.po
index a0e084dccd0..ed3c47ff4b5 100644
--- a/source/am/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/am/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-12-10 03:25+0000\n"
+"POT-Creation-Date: 2016-12-27 21:51+0100\n"
+"PO-Revision-Date: 2016-12-31 02:20+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481340318.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483150827.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -1628,14 +1628,13 @@ msgid "~Correlation..."
msgstr "~ግንኙነቶች..."
#: CalcCommands.xcu
-#, fuzzy
msgctxt ""
"CalcCommands.xcu\n"
"..CalcCommands.UserInterface.Commands..uno:CovarianceDialog\n"
"Label\n"
"value.text"
msgid "~Covariance..."
-msgstr "~Covariance..."
+msgstr "~ኮቫሪያንስ..."
#: CalcCommands.xcu
msgctxt ""
@@ -2256,7 +2255,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert ~Rows Below"
-msgstr "~ረድፎች ከ ስር ማስገቢያ"
+msgstr "~ረድፎች ከ ታች ማስገቢያ"
#: CalcCommands.xcu
msgctxt ""
@@ -8880,7 +8879,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Row Below"
-msgstr "ረድፍ ከ ስር ማስገቢያ"
+msgstr "ረድፍ ከ ታች ማስገቢያ"
#: DrawImpressCommands.xcu
msgctxt ""
@@ -11850,7 +11849,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Sine Wave"
-msgstr "Sine Wave"
+msgstr "የ ሳይን ማዕበል"
#: Effects.xcu
msgctxt ""
@@ -14361,7 +14360,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Double Brace"
-msgstr "ድርብ ድጋፍ"
+msgstr "ድርብ ብሬስ"
#: GenericCommands.xcu
msgctxt ""
@@ -14370,7 +14369,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Left Brace"
-msgstr "የ ግራ ድጋፍ"
+msgstr "የ ግራ ብሬስ"
#: GenericCommands.xcu
msgctxt ""
@@ -14379,7 +14378,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Right Brace"
-msgstr "የ ቀኝ ድጋፍ"
+msgstr "የ ቀኝ ብሬስ"
#: GenericCommands.xcu
msgctxt ""
@@ -14433,7 +14432,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Up Arrow"
-msgstr "የላይ ቀስት"
+msgstr "የ ላይ ቀስት"
#: GenericCommands.xcu
msgctxt ""
@@ -14442,7 +14441,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Down Arrow"
-msgstr "የታች ቀስት"
+msgstr "የ ታች ቀስት"
#: GenericCommands.xcu
msgctxt ""
@@ -14460,7 +14459,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Up and Down Arrow"
-msgstr "የላይ እና የታች ቀስት"
+msgstr "የ ላይ እና የ ታች ቀስት"
#: GenericCommands.xcu
msgctxt ""
@@ -14523,7 +14522,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Notched Right Arrow"
-msgstr "Notched Right Arrow"
+msgstr "ቪ ቅርጽ ያለው የ ቀኝ ቀስት"
#: GenericCommands.xcu
msgctxt ""
@@ -14568,7 +14567,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Up Arrow Callout"
-msgstr "የላይ ቀስት መጥሪያ"
+msgstr "የ ላይ ቀስት መጥሪያ"
#: GenericCommands.xcu
msgctxt ""
@@ -14577,7 +14576,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Down Arrow Callout"
-msgstr "የታች ቀስት መጥሪያ"
+msgstr "የ ታች ቀስት መጥሪያ"
#: GenericCommands.xcu
msgctxt ""
@@ -14595,7 +14594,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Up and Down Arrow Callout"
-msgstr "የላይ እና የታች ቀስት መጥሪያ"
+msgstr "የ ላይ እና የ ታች ቀስት መጥሪያ"
#: GenericCommands.xcu
msgctxt ""
@@ -18818,7 +18817,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Arrow Style"
-msgstr "የቀስት ዘዴ"
+msgstr "የ ቀስት ዘዴ"
#: GenericCommands.xcu
msgctxt ""
@@ -22211,7 +22210,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Media"
-msgstr "መገናኛ"
+msgstr "ብዙሀን መገናኛ"
#: GenericCommands.xcu
msgctxt ""
@@ -24742,6 +24741,105 @@ msgctxt ""
msgid "Standard"
msgstr "መደበኛ"
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr "ነባር"
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr "ነጠላ እቃ መደርደሪያ"
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr "የ ጎን መደርደሪያ"
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr "የ ማስታወሻ ደብተር መደርደሪያ"
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr "ነባር"
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr "ነጠላ እቃ መደርደሪያ"
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr "የ ጎን መደርደሪያ"
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr "የ ማስታወሻ ደብተር መደርደሪያ"
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr "ነባር"
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr "ነጠላ እቃ መደርደሪያ"
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr "የ ማስታወሻ ደብተር መደርደሪያ"
+
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
@@ -26819,7 +26917,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Insert Rows Below"
-msgstr "ረድፎች ከ ስር ማስገቢያ"
+msgstr "ረድፎች ከ ታች ማስገቢያ"
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/am/readlicense_oo/docs.po b/source/am/readlicense_oo/docs.po
index 0410e42c486..bc093448f96 100644
--- a/source/am/readlicense_oo/docs.po
+++ b/source/am/readlicense_oo/docs.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-03-09 20:48+0100\n"
-"PO-Revision-Date: 2016-12-04 17:40+0000\n"
+"PO-Revision-Date: 2016-12-15 01:29+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1480873215.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1481765340.000000\n"
#: readme.xrm
msgctxt ""
@@ -390,7 +390,7 @@ msgctxt ""
"sdfsdfgf42t2\n"
"readmeitem.text"
msgid "Notes Concerning Desktop Integration for Linux Distributions Not Covered in the Above Installation Instructions"
-msgstr ""
+msgstr "ማስታወሻዎች የ ዴስክቶፕ ማዋሀጃ ለ ሊነክስ ስርጭቶች በ ላይኛው መግጠሚያ መመሪያዎች አይሸፈንም"
#: readme.xrm
msgctxt ""
@@ -670,7 +670,7 @@ msgctxt ""
"support\n"
"readmeitem.text"
msgid "User Support"
-msgstr "የተጠቃሚ ድጋፍ"
+msgstr "የ ተጠቃሚ ድጋፍ"
#: readme.xrm
msgctxt ""
diff --git a/source/am/reportdesign/source/core/resource.po b/source/am/reportdesign/source/core/resource.po
index 0466aad709a..ce9c97dc46e 100644
--- a/source/am/reportdesign/source/core/resource.po
+++ b/source/am/reportdesign/source/core/resource.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-04-22 23:40+0200\n"
-"PO-Revision-Date: 2016-10-25 19:51+0000\n"
+"PO-Revision-Date: 2016-12-31 19:24+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1477425106.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483212273.000000\n"
#: strings.src
msgctxt ""
@@ -38,7 +38,7 @@ msgctxt ""
"RID_STR_PAGE_FOOTER\n"
"string.text"
msgid "Page Footer"
-msgstr "የገጽ ግርጌ"
+msgstr "የ ገጽ ግርጌ"
#: strings.src
msgctxt ""
@@ -54,7 +54,7 @@ msgctxt ""
"RID_STR_GROUP_FOOTER\n"
"string.text"
msgid "Group Footer"
-msgstr "የቡድን ግርጌ"
+msgstr "የ ቡድን ግርጌ"
#: strings.src
msgctxt ""
@@ -70,7 +70,7 @@ msgctxt ""
"RID_STR_REPORT_FOOTER\n"
"string.text"
msgid "Report Footer"
-msgstr "የመግለጫ ግርጌ"
+msgstr "የ መግለጫ ግርጌ"
#: strings.src
msgctxt ""
diff --git a/source/am/reportdesign/source/ui/inspection.po b/source/am/reportdesign/source/ui/inspection.po
index 143ce623b73..b20f12d6e93 100644
--- a/source/am/reportdesign/source/ui/inspection.po
+++ b/source/am/reportdesign/source/ui/inspection.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-02 04:39+0000\n"
+"PO-Revision-Date: 2016-12-31 19:24+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1480653572.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483212285.000000\n"
#: inspection.src
msgctxt ""
@@ -292,7 +292,7 @@ msgctxt ""
"RID_STR_PAGEFOOTEROPTION\n"
"string.text"
msgid "Page footer"
-msgstr "የገጽ ግርጌ"
+msgstr "የ ገጽ ግርጌ"
#: inspection.src
msgctxt ""
diff --git a/source/am/reportdesign/source/ui/report.po b/source/am/reportdesign/source/ui/report.po
index 93f97c918f7..310e058635e 100644
--- a/source/am/reportdesign/source/ui/report.po
+++ b/source/am/reportdesign/source/ui/report.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-10 03:26+0000\n"
+"PO-Revision-Date: 2016-12-31 19:25+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481340418.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483212330.000000\n"
#: report.src
msgctxt ""
@@ -215,7 +215,7 @@ msgctxt ""
"RID_STR_UNDO_ADD_GROUP_FOOTER\n"
"string.text"
msgid "Add group footer "
-msgstr "የቡድን ግርጌ መጨመሪያ "
+msgstr "የ ቡድን ግርጌ መጨመሪያ "
#: report.src
msgctxt ""
@@ -223,7 +223,7 @@ msgctxt ""
"RID_STR_UNDO_REMOVE_GROUP_FOOTER\n"
"string.text"
msgid "Remove group footer "
-msgstr "የቡድን ግርጌ ማስወገጃ "
+msgstr "የ ቡድን ግርጌ ማስወገጃ "
#: report.src
msgctxt ""
@@ -369,7 +369,7 @@ msgctxt ""
"RID_STR_GROUPFOOTER\n"
"string.text"
msgid "GroupFooter"
-msgstr "የቡድን ግርጌ"
+msgstr "የ ቡድን ግርጌ"
#: report.src
msgctxt ""
@@ -867,7 +867,7 @@ msgctxt ""
"RID_STR_PAGE_FOOTER\n"
"string.text"
msgid "Page Footer"
-msgstr "የገጽ ግርጌ"
+msgstr "የ ገጽ ግርጌ"
#: report.src
msgctxt ""
@@ -883,4 +883,4 @@ msgctxt ""
"RID_STR_REPORT_FOOTER\n"
"string.text"
msgid "Report Footer"
-msgstr "የግርጌ መግለጫ"
+msgstr "የ ግርጌ መግለጫ"
diff --git a/source/am/reportdesign/uiconfig/dbreport/ui.po b/source/am/reportdesign/uiconfig/dbreport/ui.po
index 035bccba584..9ddb2e36f63 100644
--- a/source/am/reportdesign/uiconfig/dbreport/ui.po
+++ b/source/am/reportdesign/uiconfig/dbreport/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-02 04:42+0000\n"
+"PO-Revision-Date: 2016-12-31 19:25+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1480653752.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483212335.000000\n"
#: backgrounddialog.ui
msgctxt ""
@@ -482,7 +482,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Group Footer"
-msgstr "የቡድን ግርጌ"
+msgstr "የ ቡድን ግርጌ"
#: floatingsort.ui
msgctxt ""
diff --git a/source/am/sc/source/ui/StatisticsDialogs.po b/source/am/sc/source/ui/StatisticsDialogs.po
index 0a81c4d6b22..563871dacf2 100644
--- a/source/am/sc/source/ui/StatisticsDialogs.po
+++ b/source/am/sc/source/ui/StatisticsDialogs.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-11-10 19:32+0100\n"
-"PO-Revision-Date: 2016-12-09 17:36+0000\n"
+"PO-Revision-Date: 2016-12-10 19:36+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481304988.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1481398608.000000\n"
#: StatisticsDialogs.src
msgctxt ""
@@ -266,7 +266,7 @@ msgctxt ""
"STRID_CALC_KURTOSIS\n"
"string.text"
msgid "Kurtosis"
-msgstr ""
+msgstr "ኩርቶሲስ"
#: StatisticsDialogs.src
msgctxt ""
@@ -833,7 +833,7 @@ msgctxt ""
"STR_TTEST_PEARSON_CORRELATION\n"
"string.text"
msgid "Pearson Correlation"
-msgstr ""
+msgstr "ፒርሰን ኮኦሪሌሽን"
#: StatisticsDialogs.src
msgctxt ""
diff --git a/source/am/sc/source/ui/src.po b/source/am/sc/source/ui/src.po
index a10dd409b64..06516eff99f 100644
--- a/source/am/sc/source/ui/src.po
+++ b/source/am/sc/source/ui/src.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-12-10 03:28+0000\n"
+"POT-Creation-Date: 2016-12-10 23:38+0100\n"
+"PO-Revision-Date: 2016-12-31 19:31+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481340524.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483212683.000000\n"
#: filter.src
msgctxt ""
@@ -3422,7 +3422,7 @@ msgctxt ""
"STR_CLOSE_ERROR_LINK\n"
"string.text"
msgid "The document can not be closed while a link is being updated."
-msgstr "ሰነዱን መዝጋት አይችሉም አገናኙ በመሻሻል ላይ እያለ"
+msgstr "ሰነዱን መዝጋት አይችሉም አገናኙ በ መሻሻል ላይ እያለ"
#: globstr.src
msgctxt ""
@@ -3643,7 +3643,7 @@ msgid ""
"\n"
"Do you want to continue?"
msgstr ""
-"Already resolved merge conflicts will be lost and your changes to the shared spreadsheet will not be saved.\n"
+"ቀደም ብሎ የ ተፈታው የ ማዋሀጃ ችግር ይጠፋል እና የ እርስዎ ለውጦች ለሚካፈሉት ሰንጠረዥ አይቀመጥም\n"
"\n"
"መቀጠል ይፈልጋሉ?"
@@ -3864,7 +3864,7 @@ msgctxt ""
"STR_STYLE_FAMILY_CELL\n"
"string.text"
msgid "Cell Styles"
-msgstr "የክፍል ዘዴዎች"
+msgstr "የ ክፍል ዘዴዎች"
#: globstr.src
msgctxt ""
@@ -3873,7 +3873,7 @@ msgctxt ""
"STR_STYLE_FAMILY_PAGE\n"
"string.text"
msgid "Page Styles"
-msgstr "የገጽ ዘዴዎች"
+msgstr "የ ገጽ ዘዴዎች"
#: globstr.src
msgctxt ""
@@ -3999,7 +3999,7 @@ msgctxt ""
"STR_ERR_NAME_INVALID\n"
"string.text"
msgid "Invalid name. Only use letters, numbers and underscore."
-msgstr "ዋጋ የሌለው ስም የሚጠቀመው ፊደሎችን: ቁጥሮችን እና underscore ብቻ ነው"
+msgstr "ዋጋ የሌለው ስም የሚጠቀመው ፊደሎችን: ቁጥሮችን እና ከ ስሩ ማስመሪያ ብቻ ነው"
#: globstr.src
msgctxt ""
@@ -4194,7 +4194,7 @@ msgctxt ""
"STR_COND_ABOVE_EQUAL_AVERAGE\n"
"string.text"
msgid "Above or equal Average"
-msgstr "በላይ ወይንም ከ መካከለኛ እኩል"
+msgstr "ከ ላይ ወይንም ከ መካከለኛ ጋር እኩል ነው"
#: globstr.src
msgctxt ""
@@ -5661,7 +5661,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the standard deviation with regards to the population of all cells of a data range matching the search criteria."
-msgstr "የ standard deviation with regards to the population ከሁሉም ክፍሎች የ ዳታ መጠን ለ መፈለጊያ መመዘኛ የሚስማማውን ይመልሳል"
+msgstr "የ መደበኛ ልዩነት ሕዝብን መሰረት ባደረገ ከ ሁሉም ክፍሎች የ ዳታ መጠን ለ መፈለጊያ መመዘኛ የሚስማማውን ይመልሳል"
#: scfuncs.src
msgctxt ""
@@ -8365,7 +8365,7 @@ msgctxt ""
"4\n"
"string.text"
msgid "P"
-msgstr ""
+msgstr "P"
#: scfuncs.src
msgctxt ""
@@ -9508,7 +9508,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns a^b, base a raised to the power of exponent b."
-msgstr "Returns a^b, base a raised to the power of exponent b."
+msgstr "ይመልሳል a^b, ቤዝ a ሲነሳ በ ሀይል ኤክስፖነንት b."
#: scfuncs.src
msgctxt ""
@@ -9526,7 +9526,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The base a of the power a^b."
-msgstr "The base a of the power a^b."
+msgstr "ቤዝ a በ ሀይል a^b."
#: scfuncs.src
msgctxt ""
@@ -9544,7 +9544,7 @@ msgctxt ""
"5\n"
"string.text"
msgid "The exponent b of the power a^b."
-msgstr "The exponent b of the power a^b."
+msgstr "ኤክስፖነንት b በ ሀይል a^b."
#: scfuncs.src
msgctxt ""
@@ -9669,8 +9669,8 @@ msgctxt ""
"RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SUM_IF\n"
"1\n"
"string.text"
-msgid "Totals the arguments that meet the conditions."
-msgstr "Counts the arguments which meet the set conditions."
+msgid "Totals the arguments that meet the condition."
+msgstr "ሁኔታዎቹን የሚያሟሉትን ክርክሮች ጠቅላላ"
#: scfuncs.src
msgctxt ""
@@ -10012,7 +10012,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the square root of a number."
-msgstr "Returns the square root of a number."
+msgstr "የ ቁጥር ስኴር ሩት ይመልሳል"
#: scfuncs.src
msgctxt ""
@@ -10030,7 +10030,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "A positive value for which the square root is to be calculated."
-msgstr "A positive value for which the square root is to be calculated."
+msgstr "አዎንታዊ ዋጋ የ ስኴር ሩት የሚሰላለት"
#: scfuncs.src
msgctxt ""
@@ -10192,7 +10192,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the arccosine of a number."
-msgstr "የ አርክ ኮሳይን ለ ቁጥር ይመልሳል"
+msgstr "የ አርክኮሳይን ለ ቁጥር ይመልሳል"
#: scfuncs.src
msgctxt ""
@@ -10210,7 +10210,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "A value between -1 and 1 for which the arccosine is to be returned."
-msgstr "ዋጋ በ -1 እና በ 1 መካከል ለ አርክ ኮሳይን ይመልሳል"
+msgstr "ዋጋ በ -1 እና በ 1 መካከል ለ አርክኮሳይን ይመልሳል"
#: scfuncs.src
msgctxt ""
@@ -10219,7 +10219,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the arcsine of a number."
-msgstr "የ አርክ ሳይን ለ ቁጥር ይመልሳል"
+msgstr "የ አርክሳይን ለ ቁጥር ይመልሳል"
#: scfuncs.src
msgctxt ""
@@ -10237,7 +10237,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "A value between -1 and 1 for which the arcsine is to be returned."
-msgstr "ዋጋ በ -1 እና በ 1 መካከል ለ አርክ ሳይን ይመልሳል"
+msgstr "ዋጋ በ -1 እና በ 1 መካከል ለ አርክሳይን ይመልሳል"
#: scfuncs.src
msgctxt ""
@@ -10264,7 +10264,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "A value greater than or equal to 1 for which the inverse hyperbolic cosine is to be returned."
-msgstr "A value greater than or equal to 1 for which the inverse hyperbolic cosine is to be returned."
+msgstr "ዋጋ ው የሚበልጥ ወይንም እኩል የሚሆን ከ 1 ጋር የ ሀይፐርቦሊክ ኮሳይን የሚመለስለት"
#: scfuncs.src
msgctxt ""
@@ -10273,7 +10273,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the inverse hyperbolic sine of a number."
-msgstr "Returns the inverse hyperbolic sine of a number."
+msgstr "የ ሀይፐርቦሊክ ሳይን ግልባጭ ለ ቁጥር ይመልሳል"
#: scfuncs.src
msgctxt ""
@@ -10291,7 +10291,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The value for which the inverse hyperbolic sine is to be returned."
-msgstr "The value for which the inverse hyperbolic sine is to be returned."
+msgstr "ዋጋው የ ሀይፐርቦሊክ ሳይን ግልባጭ የሚመለስለት"
#: scfuncs.src
msgctxt ""
@@ -10300,7 +10300,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the inverse cotangent of a number."
-msgstr "Returns the inverse cotangent of a number."
+msgstr "የ ኮታንጀንት ግልባጭ ለ ቁጥር ይመልሳል"
#: scfuncs.src
msgctxt ""
@@ -10318,7 +10318,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The value for which the inverse cotangent is to be returned."
-msgstr "The value for which the inverse cotangent is to be returned."
+msgstr "ዋጋ የ ኮታንጀንት ግልባጭ የሚመለስለት"
#: scfuncs.src
msgctxt ""
@@ -10327,7 +10327,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the arctangent of a number."
-msgstr "የ አርክ ታንጀንት ለ ቁጥር ይመልሳል"
+msgstr "የ አርክታንጀንት ለ ቁጥር ይመልሳል"
#: scfuncs.src
msgctxt ""
@@ -10345,7 +10345,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The value for which the arctangent is to be returned."
-msgstr "የ አርክ ታንጀንት የሚመለስለት ዋጋ"
+msgstr "ዋጋ የ አርክታንጀንት የሚመለስለት"
#: scfuncs.src
msgctxt ""
@@ -10354,7 +10354,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the inverse hyperbolic cotangent of a number."
-msgstr "Returns the inverse hyperbolic cotangent of a number."
+msgstr "የ ሀይፐርቦሊክ ኮታንጀንት ለ ቁጥር ይመልሳል"
#: scfuncs.src
msgctxt ""
@@ -10372,7 +10372,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "A value smaller than -1 or greater than 1 for which the inverse hyperbolic cotangent is to be returned."
-msgstr "A value smaller than -1 or greater than 1 for which the inverse hyperbolic cotangent is to be returned."
+msgstr "ዋጋው የሚያንስ ከ -1 ወይንም የሚበልጥ ከ 1 ጋር የ ሀይፐርቦሊክ ኮሳይን ግልባጭ የሚመለስለት"
#: scfuncs.src
msgctxt ""
@@ -10381,7 +10381,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the inverse hyperbolic tangent of a number."
-msgstr "Returns the inverse hyperbolic tangent of a number."
+msgstr "የ ሀይፐርቦሊክ ታንጀንት ግልባጭ ለ ቁጥር ይመልሳል"
#: scfuncs.src
msgctxt ""
@@ -10399,7 +10399,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "A value between -1 and 1 for which the inverse hyperbolic tangent is to be returned."
-msgstr "A value between -1 and 1 for which the inverse hyperbolic tangent is to be returned."
+msgstr "ዋጋው በ -1 እና በ 1 መካከል የሆነ የ ሀይፐርቦሊክ ታንጀንት ግልባጭ የሚመለስለት"
#: scfuncs.src
msgctxt ""
@@ -10426,7 +10426,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The angle in the radians for which the cosine is to be returned."
-msgstr "The angle in the radians for which the cosine is to be returned."
+msgstr "አንግል በ ራዲያንስ ኮሳይን የሚመለስለት"
#: scfuncs.src
msgctxt ""
@@ -10435,7 +10435,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the sine of a number."
-msgstr "Returns the sine of a number."
+msgstr "ለ ቁጥር ሳይን ይመልሳል"
#: scfuncs.src
msgctxt ""
@@ -10462,7 +10462,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the cotangent of a number."
-msgstr "Returns the cotangent of a number."
+msgstr "ኮታንጀንት ለ ቁጥር ይመልሳል"
#: scfuncs.src
msgctxt ""
@@ -10480,7 +10480,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The angle in radians whose cotangent value is to be returned."
-msgstr "The angle in radians whose cotangent value is to be returned."
+msgstr "አንግል በ ራዲያንስ የ ኮታንጀንት ዋጋ የሚመለስለት"
#: scfuncs.src
msgctxt ""
@@ -10489,7 +10489,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the tangent of a number."
-msgstr "Returns the tangent of a number."
+msgstr "ታንጀንት ለ ቁጥር ይመልሳል"
#: scfuncs.src
msgctxt ""
@@ -10507,7 +10507,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The angle in radians for which the tangent is to be calculated."
-msgstr "The angle in radians for which the tangent is to be calculated."
+msgstr "አንግል በ ራዲያንስ ታንጀንት ዋጋ የሚመለስለት"
#: scfuncs.src
msgctxt ""
@@ -10534,7 +10534,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The value for which the hyperbolic cosine is to be returned."
-msgstr "The value for which the hyperbolic cosine is to be returned."
+msgstr "ዋጋ የ ሀይፐርቦሊክ ኮሳይን የሚመለስለት"
#: scfuncs.src
msgctxt ""
@@ -10543,7 +10543,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the hyperbolic sine of a number."
-msgstr "Returns the hyperbolic sine of a number."
+msgstr "የ ሀይፐርቦሊክ ሳይን ለ ቁጥር ይመልሳል"
#: scfuncs.src
msgctxt ""
@@ -10561,7 +10561,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The value for which the hyperbolic sine is to be calculated."
-msgstr "The value for which the hyperbolic sine is to be calculated."
+msgstr "ዋጋው የ ሀይፐርቦሊክ ሳይን የሚሰላለት"
#: scfuncs.src
msgctxt ""
@@ -10570,7 +10570,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the hyperbolic cotangent of a number."
-msgstr "Returns the hyperbolic cotangent of a number."
+msgstr "የ ሀይፐርቦሊክ ኮታንጀንት ለ ቁጥር ይመልሳል"
#: scfuncs.src
msgctxt ""
@@ -10588,7 +10588,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "A value not equal to 0 for which the hyperbolic cotangent is to be returned."
-msgstr "A value not equal to 0 for which the hyperbolic cotangent is to be returned."
+msgstr "ዋጋው እኩል ያልሆነ ከ 0 ጋር የ ሀይፐርቦሊክ ኮታንጀንት የሚመለስለት"
#: scfuncs.src
msgctxt ""
@@ -10597,7 +10597,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the hyperbolic tangent of a number."
-msgstr "Returns the hyperbolic tangent of a number."
+msgstr "የ ሀይፐርቦሊክ ታንጀንት ለ ቁጥር ይመልሳል"
#: scfuncs.src
msgctxt ""
@@ -10615,7 +10615,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The value for which the hyperbolic tangent is to be calculated."
-msgstr "The value for which the hyperbolic tangent is to be calculated."
+msgstr "ዋጋ የ ሀይፐርቦሊክ ታንጀንት የሚሰላለት"
#: scfuncs.src
msgctxt ""
@@ -10903,7 +10903,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Calculates the natural logarithm of a number."
-msgstr "Calculates the natural logarithm of a number."
+msgstr "የ ተፈጥሯዊ ሎጋሪዝም ለ ቁጥር ማስሊያ"
#: scfuncs.src
msgctxt ""
@@ -10921,7 +10921,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "A value greater than 0 for which the natural logarithm is to be calculated."
-msgstr "A value greater than 0 for which the natural logarithm is to be calculated."
+msgstr "ዋጋው የሚበልጥ ከ 0 የ ተፈጥሯዊ ሎጋሪዝም የሚሰላለት"
#: scfuncs.src
msgctxt ""
@@ -12585,7 +12585,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Calculates points on the exponential regression function."
-msgstr "Calculates points on the exponential regression function."
+msgstr "ነጥቦችን በ ኤክስፖኔንሺያል ዝቅ ማድረጊያ ተግባር ያሰላል"
#: scfuncs.src
msgctxt ""
@@ -14466,7 +14466,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The value for which the standard normal distribution is to be calculated."
-msgstr "The value for which the hyperbolic sine is to be calculated."
+msgstr "ዋጋው የ መደበኛ ስርጭት የሚሰላለት"
#: scfuncs.src
msgctxt ""
@@ -14475,7 +14475,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the integral values of the standard normal cumulative distribution."
-msgstr "የ ኢንትግራል ዋጋዎች ይመልሳል ለ መደበኛ የ ተጠራቀሙ ስርጭት"
+msgstr "የ ኢንትግራል ዋጋዎች ይመልሳል ለ መደበኛ የ ተጠራቀመ ስርጭት"
#: scfuncs.src
msgctxt ""
@@ -14493,7 +14493,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The value for which the integral value of the standard normal distribution is to be calculated."
-msgstr "The value for which the integral value of the standard normal distribution is to be calculated."
+msgstr "ዋጋው የ ኢንትግራል ዋጋ ይመልሳል ለ መደበኛ የ ተጠራቀመ ስርጭት ለሚሰላለት"
#: scfuncs.src
msgctxt ""
@@ -15132,7 +15132,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The value for which the normal distribution is to be calculated."
-msgstr "The value for which the hyperbolic sine is to be calculated."
+msgstr "ዋጋው የ መደበኛ ስርጭት የሚሰላለት"
#: scfuncs.src
msgctxt ""
@@ -15213,7 +15213,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The value for which the normal distribution is to be calculated."
-msgstr "The value for which the hyperbolic sine is to be calculated."
+msgstr "ዋጋው የ መደበኛ ስርጭት የሚሰላለት"
#: scfuncs.src
msgctxt ""
@@ -15420,7 +15420,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The value for which the standard normal distribution is to be calculated."
-msgstr "The value for which the hyperbolic sine is to be calculated."
+msgstr "ዋጋው የ መደበኛ ስርጭት የሚሰላለት"
#: scfuncs.src
msgctxt ""
@@ -15546,7 +15546,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The value for which the log normal distribution is to be calculated."
-msgstr "The value for which the hyperbolic sine is to be calculated."
+msgstr "ዋጋው የ መደበኛ ሎግ ስርጭት የሚሰላለት"
#: scfuncs.src
msgctxt ""
@@ -15627,7 +15627,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The value for which the log normal distribution is to be calculated."
-msgstr "The value for which the hyperbolic sine is to be calculated."
+msgstr "ዋጋው የ መደበኛ ሎግ ስርጭት የሚሰላለት"
#: scfuncs.src
msgctxt ""
@@ -15960,7 +15960,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The value for which the gamma distribution is to be calculated."
-msgstr "The value for which the hyperbolic sine is to be calculated."
+msgstr "ዋጋው የ ጋማ ስርጭት የሚሰላለት"
#: scfuncs.src
msgctxt ""
@@ -16041,7 +16041,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The value for which the gamma distribution is to be calculated."
-msgstr "The value for which the hyperbolic sine is to be calculated."
+msgstr "ዋጋው የ ጋማ ስርጭት የሚሰላለት"
#: scfuncs.src
msgctxt ""
@@ -16230,7 +16230,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the natural logarithm of the gamma function."
-msgstr "Returns the natural logarithm of the gamma function."
+msgstr "የ ተፈጥሯዊ ሎጋሪዝም ለ ጋማ ተግባር ይመልሳል"
#: scfuncs.src
msgctxt ""
@@ -16248,7 +16248,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The value for which the natural logarithm of the gamma function is to be calculated."
-msgstr "The value for which the natural logarithm of the gamma function is to be calculated."
+msgstr "ዋጋ ነው የ ተፈጥሯዊ ሎጋሪዝም ለ ጋማ ተግባር የሚሰላለት"
#: scfuncs.src
msgctxt ""
@@ -16257,7 +16257,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the natural logarithm of the gamma function."
-msgstr "Returns the natural logarithm of the gamma function."
+msgstr "የ ተፈጥሯዊ ሎጋሪዝም ለ ጋማ ተግባር ይመልሳል"
#: scfuncs.src
msgctxt ""
@@ -22316,7 +22316,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Capitalizes the first letter in all words."
-msgstr "Capitalizes the first letter in all words."
+msgstr "የ ሁሉንም ቃላቶች በ አቢይ ፊደሎች ማስጀመሪያ"
#: scfuncs.src
msgctxt ""
@@ -24964,7 +24964,7 @@ msgctxt ""
"STR_ACC_FOOTER_NAME\n"
"string.text"
msgid "Footer of page %1"
-msgstr "የገጽ ግርጌ %1"
+msgstr "የ ገጽ ግርጌ %1"
#: scstring.src
msgctxt ""
diff --git a/source/am/sc/uiconfig/scalc/ui.po b/source/am/sc/uiconfig/scalc/ui.po
index 983a4c0b5ea..bf1ff6ba44f 100644
--- a/source/am/sc/uiconfig/scalc/ui.po
+++ b/source/am/sc/uiconfig/scalc/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-12-10 03:30+0000\n"
+"PO-Revision-Date: 2016-12-15 01:57+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: none\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481340649.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1481767062.000000\n"
#: advancedfilterdialog.ui
msgctxt ""
@@ -1949,14 +1949,13 @@ msgid "Grouped by"
msgstr "የተቀመጡት በቡድን"
#: covariancedialog.ui
-#, fuzzy
msgctxt ""
"covariancedialog.ui\n"
"CovarianceDialog\n"
"title\n"
"string.text"
msgid "Covariance"
-msgstr "Covariance"
+msgstr "ኮቫሪያንስ"
#: covariancedialog.ui
msgctxt ""
@@ -4296,7 +4295,7 @@ msgctxt ""
"6\n"
"stringlist.text"
msgid "Logical"
-msgstr ""
+msgstr "ሎጂካል"
#: functionpanel.ui
msgctxt ""
@@ -5223,7 +5222,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Select cells in the document to update the range."
-msgstr "ከሰነዱ ውስጥ ክፍሎች ይምረጡ መጠኑን ለማሻሻል"
+msgstr "ከ ሰነዱ ውስጥ ክፍሎች ይምረጡ መጠኑን ለማሻሻል"
#: managenamesdialog.ui
msgctxt ""
@@ -6186,7 +6185,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Insert Rows Below"
-msgstr "ረድፎች ከ ስር ማስገቢያ"
+msgstr "ረድፎች ከ ታች ማስገቢያ"
#: notebookbar_groups.ui
msgctxt ""
@@ -12154,7 +12153,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Merge _delimiters"
-msgstr "Merge _delimiters"
+msgstr "_ምልክቶች ማዋሀጃ"
#: textimportcsv.ui
msgctxt ""
@@ -12505,7 +12504,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Page breaks"
-msgstr "_የ ገጽ መጨረሻ"
+msgstr "የ _ገጽ መጨረሻ"
#: tpviewpage.ui
msgctxt ""
diff --git a/source/am/scaddins/source/analysis.po b/source/am/scaddins/source/analysis.po
index a559b0a9202..31d199dab26 100644
--- a/source/am/scaddins/source/analysis.po
+++ b/source/am/scaddins/source/analysis.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-11-10 19:33+0100\n"
-"PO-Revision-Date: 2016-10-28 23:04+0000\n"
+"PO-Revision-Date: 2016-12-22 23:43+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1477695849.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1482450206.000000\n"
#: analysis.src
msgctxt ""
@@ -436,7 +436,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the sum of a power series"
-msgstr "Returns the sum of a power series"
+msgstr "ይመልሳል ድምር ለ ሀይል ተከታታይ"
#: analysis.src
msgctxt ""
@@ -454,7 +454,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The independent variable of the power series"
-msgstr "The independent variable of the power series"
+msgstr "ነፃ ተለዋዋጭ ለ ሀይል ተከታታይ"
#: analysis.src
msgctxt ""
@@ -472,7 +472,7 @@ msgctxt ""
"5\n"
"string.text"
msgid "The initial power to which x is to be raised"
-msgstr "The initial power to which x is to be raised"
+msgstr "መነሻው ሀይል x የሚነሳበት"
#: analysis.src
msgctxt ""
@@ -508,7 +508,7 @@ msgctxt ""
"9\n"
"string.text"
msgid "Set of coefficients by which each successive power of the variable x is multiplied"
-msgstr "Set of coefficients by which each successive power of the variable x is multiplied"
+msgstr "ኮኦፊሺየንት ማሰናጃ እያንዳንዱ ተከታታይ ሀይል ተለዋዋጭ x የሚባዛበት"
#: analysis.src
msgctxt ""
@@ -607,7 +607,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the square root of a number which has been multiplied by pi"
-msgstr "Returns the square root of a number which has been multiplied by pi"
+msgstr "የ ቁጥር ስኴር ሩት ይመልሳል በ ፓይ የ ተባዛ"
#: analysis.src
msgctxt ""
@@ -1650,7 +1650,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns a complex number raised to a real power"
-msgstr "Returns a complex number raised to a real power"
+msgstr "ይመልሳል የ ውስብስብ ቁጥር ሲነሳ በ ሪይል ሀይል"
#: analysis.src
msgctxt ""
@@ -1686,7 +1686,7 @@ msgctxt ""
"5\n"
"string.text"
msgid "Power to which the complex number is raised"
-msgstr "Power to which the complex number is raised"
+msgstr "ሀይል የ ውስብስብ ቁጥር የሚነሳበት"
#: analysis.src
msgctxt ""
@@ -1722,7 +1722,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the cosine of a complex number"
-msgstr "Returns the cosine of a complex number"
+msgstr "ለ ውስብስብ ቁጥር ኮሳይን ይመልሳል"
#: analysis.src
msgctxt ""
@@ -1848,7 +1848,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the natural logarithm of a complex number"
-msgstr "Returns the natural logarithm of a complex number"
+msgstr "የ ተፈጥሯዊ ሎጋሪዝም ለ ውስብስብ ቁጥር ይመልሳል"
#: analysis.src
msgctxt ""
@@ -2001,7 +2001,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the sine of a complex number"
-msgstr "Returns the sine of a complex number"
+msgstr "ለ ውስብስብ ቁጥር ሳይን ይመልሳል"
#: analysis.src
msgctxt ""
@@ -2073,7 +2073,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the square root of a complex number"
-msgstr "Returns the square root of a complex number"
+msgstr "የ ውስብስብ ቁጥር ስኴር ሩት ይመልሳል"
#: analysis.src
msgctxt ""
@@ -2127,7 +2127,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the tangent of a complex number"
-msgstr "Returns the tangent of a complex number"
+msgstr "ታንጀንት ለ ውስብስብ ቁጥር ይመልሳል"
#: analysis.src
msgctxt ""
@@ -2208,7 +2208,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the cotangent of a complex number"
-msgstr "Returns the cotangent of a complex number"
+msgstr "ኮታንጀንት ለ ውስብስብ ቁጥር ይመልሳል"
#: analysis.src
msgctxt ""
@@ -2235,7 +2235,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the hyperbolic sine of a complex number"
-msgstr "Returns the hyperbolic sine of a complex number"
+msgstr "የ ሀይፐርቦሊክ ሳይን ለ ውስብስብ ቁጥር ይመልሳል"
#: analysis.src
msgctxt ""
@@ -2262,7 +2262,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the hyperbolic cosine of a complex number"
-msgstr "Returns the hyperbolic cosine of a complex number"
+msgstr "የ ሀይፐርቦሊክ ኮሳይን ለ ውስብስብ ቁጥር ይመልሳል"
#: analysis.src
msgctxt ""
@@ -6762,7 +6762,7 @@ msgctxt ""
"ANALYSIS_FUNCNAME_Impower\n"
"string.text"
msgid "IMPOWER"
-msgstr "IMPOWER"
+msgstr "ውስብስብ ቁጥር ሲነሳ በ ሀይል"
#: analysis_funcnames.src
msgctxt ""
diff --git a/source/am/scp2/source/writer.po b/source/am/scp2/source/writer.po
index 7501d4ba55a..e5bf05ee3c2 100644
--- a/source/am/scp2/source/writer.po
+++ b/source/am/scp2/source/writer.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-04-22 23:41+0200\n"
-"PO-Revision-Date: 2015-06-22 00:08+0000\n"
+"PO-Revision-Date: 2016-12-14 01:31+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1434931689.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1481679104.000000\n"
#: folderitem_writer.ulf
msgctxt ""
@@ -38,7 +38,7 @@ msgctxt ""
"STR_FI_TOOLTIP_WRITER\n"
"LngText.text"
msgid "Create and edit text and images in letters, reports, documents and Web pages by using Writer."
-msgstr "የቃላት መጻፊያን በመጠቀም ጽሁፎች እና ንድፎች ይፍጠሩ እና ያርሙ: መግለጫዎች: ሰነዶች: እና ድህረ ገጾችን"
+msgstr "የ ቃላት መጻፊያ በ መጠቀም ጽሁፎች እና ንድፎች ይፍጠሩ እና ያርሙ: መግለጫዎች: ሰነዶች: እና ድህረ ገጾችን"
#: module_writer.ulf
msgctxt ""
diff --git a/source/am/sd/source/ui/app.po b/source/am/sd/source/ui/app.po
index 714a174b160..97d20ecdbb6 100644
--- a/source/am/sd/source/ui/app.po
+++ b/source/am/sd/source/ui/app.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-10 03:11+0000\n"
+"PO-Revision-Date: 2016-12-31 19:32+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481339514.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483212728.000000\n"
#: popup.src
msgctxt ""
@@ -130,7 +130,7 @@ msgctxt ""
"STR_STYLE_FILTER_USED\n"
"string.text"
msgid "Applied Styles"
-msgstr "የተፈጸሙ ዘዴዎች"
+msgstr "የ ተፈጸሙ ዘዴዎች"
#: res_bmp.src
msgctxt ""
@@ -1942,7 +1942,7 @@ msgctxt ""
"STR_HTMLEXP_HOMEPAGE\n"
"string.text"
msgid "Homepage"
-msgstr "የገጽ ቤት"
+msgstr "የ ገጽ ቤት"
#: strings.src
msgctxt ""
@@ -2202,7 +2202,7 @@ msgctxt ""
"STR_PLACEHOLDER_DESCRIPTION_FOOTER\n"
"string.text"
msgid "Footer Area"
-msgstr "የግርጌ ቦታ"
+msgstr "የ ግርጌ ቦታ"
#: strings.src
msgctxt ""
@@ -2434,7 +2434,7 @@ msgctxt ""
"STR_CELL_STYLE_FAMILY\n"
"string.text"
msgid "Cell Styles"
-msgstr "የክፍል ዘዴዎች"
+msgstr "የ ክፍል ዘዴዎች"
#: strings.src
msgctxt ""
diff --git a/source/am/sd/uiconfig/simpress/ui.po b/source/am/sd/uiconfig/simpress/ui.po
index 6b6be543362..af90bdee3d2 100644
--- a/source/am/sd/uiconfig/simpress/ui.po
+++ b/source/am/sd/uiconfig/simpress/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-10 03:32+0000\n"
+"PO-Revision-Date: 2016-12-31 19:32+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: none\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481340749.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483212733.000000\n"
#: customanimationeffecttab.ui
msgctxt ""
@@ -4190,7 +4190,7 @@ msgctxt ""
"title\n"
"string.text"
msgid "Graphic Styles"
-msgstr "የንድፍ ዘዴዎች"
+msgstr "የ ንድፍ ዘዴዎች"
#: templatedialog.ui
msgctxt ""
diff --git a/source/am/starmath/source.po b/source/am/starmath/source.po
index ceddaf5fc98..dcee9df6017 100644
--- a/source/am/starmath/source.po
+++ b/source/am/starmath/source.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-12-10 03:37+0000\n"
+"PO-Revision-Date: 2016-12-31 19:38+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481341031.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483213106.000000\n"
#: commands.src
msgctxt ""
@@ -430,7 +430,7 @@ msgctxt ""
"RID_SQRTX_HELP\n"
"string.text"
msgid "Square Root"
-msgstr "Square Root"
+msgstr "ስኴር ሩት"
#: commands.src
msgctxt ""
@@ -438,7 +438,7 @@ msgctxt ""
"RID_NROOTXY_HELP\n"
"string.text"
msgid "N-th Root"
-msgstr "N-th Root"
+msgstr "N-ኛ ሩት"
#: commands.src
msgctxt ""
@@ -446,7 +446,7 @@ msgctxt ""
"RID_EX_HELP\n"
"string.text"
msgid "Exponential Function"
-msgstr "Exponential Function"
+msgstr "ኤክስፖኔንሺያል ተግባር"
#: commands.src
msgctxt ""
@@ -454,7 +454,7 @@ msgctxt ""
"RID_EXPX_HELP\n"
"string.text"
msgid "Exponential Function"
-msgstr "Exponential Function"
+msgstr "ኤክስፖኔንሺያል ተግባር"
#: commands.src
msgctxt ""
@@ -462,7 +462,7 @@ msgctxt ""
"RID_LNX_HELP\n"
"string.text"
msgid "Natural Logarithm"
-msgstr "Natural Logarithm"
+msgstr "የ ተፈጥሯዊ ሎጋሪዝም"
#: commands.src
msgctxt ""
@@ -470,7 +470,7 @@ msgctxt ""
"RID_LOGX_HELP\n"
"string.text"
msgid "Logarithm"
-msgstr "Logarithm"
+msgstr "ሎጋሪዝም"
#: commands.src
msgctxt ""
@@ -478,7 +478,7 @@ msgctxt ""
"RID_SINX_HELP\n"
"string.text"
msgid "Sine"
-msgstr "Sine"
+msgstr "ሳይን"
#: commands.src
msgctxt ""
@@ -494,7 +494,7 @@ msgctxt ""
"RID_TANX_HELP\n"
"string.text"
msgid "Tangent"
-msgstr "Tangent"
+msgstr "ታንጀንት"
#: commands.src
msgctxt ""
@@ -502,7 +502,7 @@ msgctxt ""
"RID_COTX_HELP\n"
"string.text"
msgid "Cotangent"
-msgstr "Cotangent"
+msgstr "ኮታንጀንት"
#: commands.src
msgctxt ""
@@ -510,7 +510,7 @@ msgctxt ""
"RID_ARCSINX_HELP\n"
"string.text"
msgid "Arcsine"
-msgstr "አርክ ሳይን"
+msgstr "አርክሳይን"
#: commands.src
msgctxt ""
@@ -518,7 +518,7 @@ msgctxt ""
"RID_ARCCOSX_HELP\n"
"string.text"
msgid "Arccosine"
-msgstr "አርክ ኮሳይን"
+msgstr "አርክኮሳይን"
#: commands.src
msgctxt ""
@@ -526,7 +526,7 @@ msgctxt ""
"RID_ARCTANX_HELP\n"
"string.text"
msgid "Arctangent"
-msgstr "አርክ ታንጀንት"
+msgstr "አርክታንጀንት"
#: commands.src
msgctxt ""
@@ -534,7 +534,7 @@ msgctxt ""
"RID_ARCCOTX_HELP\n"
"string.text"
msgid "Arccotangent"
-msgstr "አርኮ ታንጀንት"
+msgstr "አርክኮታንጀንት"
#: commands.src
msgctxt ""
@@ -542,7 +542,7 @@ msgctxt ""
"RID_SINHX_HELP\n"
"string.text"
msgid "Hyperbolic Sine"
-msgstr "Hyperbolic Sine"
+msgstr "ሀይፐርቦሊክ ሳይን"
#: commands.src
msgctxt ""
@@ -558,7 +558,7 @@ msgctxt ""
"RID_TANHX_HELP\n"
"string.text"
msgid "Hyperbolic Tangent"
-msgstr "Hyperbolic Tangent"
+msgstr "ሀይፐርቦሊክ ታንጀንት"
#: commands.src
msgctxt ""
@@ -566,7 +566,7 @@ msgctxt ""
"RID_COTHX_HELP\n"
"string.text"
msgid "Hyperbolic Cotangent"
-msgstr "Hyperbolic Cotangent"
+msgstr "ሀይፐርቦሊክ ኮታንጀንት"
#: commands.src
msgctxt ""
@@ -574,7 +574,7 @@ msgctxt ""
"RID_ARSINHX_HELP\n"
"string.text"
msgid "Area Hyperbolic Sine"
-msgstr "Area Hyperbolic Sine"
+msgstr "የ ሀይፐርቦሊክ ሳይን ቦታ"
#: commands.src
msgctxt ""
@@ -590,7 +590,7 @@ msgctxt ""
"RID_ARTANHX_HELP\n"
"string.text"
msgid "Area Hyperbolic Tangent"
-msgstr "Area Hyperbolic Tangent"
+msgstr "የ ሀይፐርቦሊክ ታንጀንት ቦታ"
#: commands.src
msgctxt ""
@@ -598,7 +598,7 @@ msgctxt ""
"RID_ARCOTHX_HELP\n"
"string.text"
msgid "Area Hyperbolic Cotangent"
-msgstr "Area Hyperbolic Cotangent"
+msgstr "የ ሀይፐርቦሊክ ኮታንጀንት ቦታ"
#: commands.src
msgctxt ""
@@ -734,7 +734,7 @@ msgctxt ""
"RID_EXISTS_HELP\n"
"string.text"
msgid "There Exists"
-msgstr "There Exists"
+msgstr "እዛ ነበር"
#: commands.src
msgctxt ""
@@ -742,7 +742,7 @@ msgctxt ""
"RID_NOTEXISTS_HELP\n"
"string.text"
msgid "There Not Exists"
-msgstr "There Not Exists"
+msgstr "እዛ አልነበረም"
#: commands.src
msgctxt ""
@@ -862,7 +862,7 @@ msgctxt ""
"RID_LINT_FROMX_HELP\n"
"string.text"
msgid "Curve Integral Subscript Bottom"
-msgstr "Curve Integral Subscript Bottom"
+msgstr "ክብ ኢንትግራል ከ ታች በትንንሽ ፊደል ዝቅ ብሎ መጻፊያ"
#: commands.src
msgctxt ""
@@ -870,7 +870,7 @@ msgctxt ""
"RID_LINT_TOX_HELP\n"
"string.text"
msgid "Curve Integral Superscript Top"
-msgstr "Double Integral Superscript Top"
+msgstr "ክብ ኢንትግራል ከ ላይ በትንንሽ ፊደል ከፍ ብሎ መጻፊያ"
#: commands.src
msgctxt ""
@@ -878,7 +878,7 @@ msgctxt ""
"RID_LINT_FROMTOX_HELP\n"
"string.text"
msgid "Curve Integral Sup/Sub script"
-msgstr "Double Integral Sup/Sub script"
+msgstr "ክብ ኢንትግራል ከፍ/ዝቅ ብሎ በትንንሽ ፊደል መጻፊያ"
#: commands.src
msgctxt ""
@@ -886,7 +886,7 @@ msgctxt ""
"RID_LLINTX_HELP\n"
"string.text"
msgid "Double Curve Integral"
-msgstr "Double Curve Integral"
+msgstr "ድርብ ክብ ኢንትግራል"
#: commands.src
msgctxt ""
@@ -894,7 +894,7 @@ msgctxt ""
"RID_LLINT_FROMX_HELP\n"
"string.text"
msgid "Double Curve Integral Subscript Bottom"
-msgstr "Double Curve Integral Subscript Bottom"
+msgstr "ድርብ ክብ ኢንትግራል ከ ታች በትንንሽ ፊደል ዝቅ ብሎ መጻፊያ"
#: commands.src
msgctxt ""
@@ -902,7 +902,7 @@ msgctxt ""
"RID_LLINT_TOX_HELP\n"
"string.text"
msgid "Double Curve Integral Superscript Top"
-msgstr "Double Curve Integral Superscript Top"
+msgstr "ድርብ ክብ ኢንትግራል ከ ላይ በትንንሽ ፊደል ከፍ ብሎ መጻፊያ"
#: commands.src
msgctxt ""
@@ -910,7 +910,7 @@ msgctxt ""
"RID_LLINT_FROMTOX_HELP\n"
"string.text"
msgid "Double Curve Integral Sup/Sub script"
-msgstr "Double Curve Integral Sup/Sub script"
+msgstr "ድርብ ክብ ኢንትግራል ከፍ/ዝቅ ብሎ በትንንሽ ፊደል መጻፊያ"
#: commands.src
msgctxt ""
@@ -918,7 +918,7 @@ msgctxt ""
"RID_LLLINTX_HELP\n"
"string.text"
msgid "Triple Curve Integral"
-msgstr "Triple Curve Integral"
+msgstr "ትሪፕል ክብ ኢንትግራል"
#: commands.src
msgctxt ""
@@ -926,7 +926,7 @@ msgctxt ""
"RID_LLLINT_FROMX_HELP\n"
"string.text"
msgid "Triple Curve Integral Subscript Bottom"
-msgstr "Triple Curve Integral Subscript Bottom"
+msgstr "ትሪፕል ክብ ኢንትግራል ከ ታች በትንንሽ ፊደል ዝቅ ብሎ መጻፊያ"
#: commands.src
msgctxt ""
@@ -934,7 +934,7 @@ msgctxt ""
"RID_LLLINT_TOX_HELP\n"
"string.text"
msgid "Triple Curve Integral Superscript Top"
-msgstr "Triple Curve Integral Superscript Top"
+msgstr "ትሪፕል ክብ ኢንትግራል ከ ላይ በትንንሽ ፊደል ከፍ ብሎ መጻፊያ"
#: commands.src
msgctxt ""
@@ -942,7 +942,7 @@ msgctxt ""
"RID_LLLINT_FROMTOX_HELP\n"
"string.text"
msgid "Triple Curve Integral Sup/Sub script"
-msgstr "Triple Curve Integral Sup/Sub script"
+msgstr "ትሪፕል ክብ ኢንትግራል ከፍ/ዝቅ ብሎ በትንንሽ ፊደል መጻፊያ"
#: commands.src
msgctxt ""
@@ -950,7 +950,7 @@ msgctxt ""
"RID_ACUTEX_HELP\n"
"string.text"
msgid "Acute Accent"
-msgstr "Acute Accent"
+msgstr "አኪዩት አክሰንት"
#: commands.src
msgctxt ""
@@ -966,7 +966,7 @@ msgctxt ""
"RID_BREVEX_HELP\n"
"string.text"
msgid "Breve"
-msgstr "Breve"
+msgstr "ብሬቬ"
#: commands.src
msgctxt ""
@@ -974,7 +974,7 @@ msgctxt ""
"RID_CHECKX_HELP\n"
"string.text"
msgid "Reverse Circumflex"
-msgstr "Reverse Circumflex"
+msgstr "የ ተገለበጠ ስርከምፍሌክስ"
#: commands.src
msgctxt ""
@@ -1022,7 +1022,7 @@ msgctxt ""
"RID_HATX_HELP\n"
"string.text"
msgid "Circumflex"
-msgstr "Circumflex"
+msgstr "ስርከምፍሌክስ"
#: commands.src
msgctxt ""
@@ -1030,7 +1030,7 @@ msgctxt ""
"RID_TILDEX_HELP\n"
"string.text"
msgid "Tilde"
-msgstr "Tilde"
+msgstr "ቲልዴ"
#: commands.src
msgctxt ""
@@ -1142,7 +1142,7 @@ msgctxt ""
"RID_COLORX_CYAN_HELP\n"
"string.text"
msgid "Color Cyan"
-msgstr "ቀለም አረንጓዴ ሰማያዊ"
+msgstr "ሲያን ቀለም"
#: commands.src
msgctxt ""
@@ -1230,7 +1230,7 @@ msgctxt ""
"RID_COLORX_TEAL_HELP\n"
"string.text"
msgid "Color Teal"
-msgstr "ቀለም አረንጓዴ ሰማያዊ"
+msgstr "ቲል ቀለም"
#: commands.src
msgctxt ""
@@ -1278,7 +1278,7 @@ msgctxt ""
"RID_LRBRACEX_HELP\n"
"string.text"
msgid "Braces"
-msgstr "ድጋፎች"
+msgstr "ብሬስስ"
#: commands.src
msgctxt ""
@@ -1286,7 +1286,7 @@ msgctxt ""
"RID_LRANGLEX_HELP\n"
"string.text"
msgid "Angle Brackets"
-msgstr "Angle Brackets"
+msgstr "አንግል ቅንፎች"
#: commands.src
msgctxt ""
@@ -1358,7 +1358,7 @@ msgctxt ""
"RID_SLRBRACEX_HELP\n"
"string.text"
msgid "Braces (Scalable)"
-msgstr "ድጋፎች (ሊመጠን የሚችል)"
+msgstr "ብሬስስ (ሊመጠን የሚችል)"
#: commands.src
msgctxt ""
@@ -1366,7 +1366,7 @@ msgctxt ""
"RID_SLRANGLEX_HELP\n"
"string.text"
msgid "Angle Brackets (Scalable)"
-msgstr "Angle Brackets (Scalable)"
+msgstr "አንግል ቅንፎች (ሊመጠን የሚችል)"
#: commands.src
msgctxt ""
@@ -1422,7 +1422,7 @@ msgctxt ""
"RID_XOVERBRACEY_HELP\n"
"string.text"
msgid "Braces Top (Scalable)"
-msgstr "ድጋፎች ከ ላይ (ሊመጠን የሚችል)"
+msgstr "ብሬስስ ከ ላይ (ሊመጠን የሚችል)"
#: commands.src
msgctxt ""
@@ -1430,7 +1430,7 @@ msgctxt ""
"RID_XUNDERBRACEY_HELP\n"
"string.text"
msgid "Braces Bottom (Scalable)"
-msgstr "ድጋፎች ከ ታች (ሊመጠን የሚችል)"
+msgstr "ብሬስስ ከ ታች (ሊመጠን የሚችል)"
#: commands.src
msgctxt ""
@@ -1446,7 +1446,7 @@ msgctxt ""
"RID_RSUPX_HELP\n"
"string.text"
msgid "Power"
-msgstr "Power"
+msgstr "ሀይል"
#: commands.src
msgctxt ""
@@ -1574,7 +1574,7 @@ msgctxt ""
"RID_RE_HELP\n"
"string.text"
msgid "Real Part"
-msgstr "Real Part"
+msgstr "ሪይል አካል"
#: commands.src
msgctxt ""
@@ -1582,7 +1582,7 @@ msgctxt ""
"RID_IM_HELP\n"
"string.text"
msgid "Imaginary Part"
-msgstr "Imaginary Part"
+msgstr "ኢማጂነሪ አካል"
#: commands.src
msgctxt ""
@@ -1590,7 +1590,7 @@ msgctxt ""
"RID_INFINITY_HELP\n"
"string.text"
msgid "Infinity"
-msgstr "Infinity"
+msgstr "ኢንፊኒቲ"
#: commands.src
msgctxt ""
@@ -1606,7 +1606,7 @@ msgctxt ""
"RID_NABLA_HELP\n"
"string.text"
msgid "Nabla"
-msgstr "Nabla"
+msgstr "ናብላ"
#: commands.src
msgctxt ""
@@ -1614,7 +1614,7 @@ msgctxt ""
"RID_WP_HELP\n"
"string.text"
msgid "Weierstrass p"
-msgstr "Weierstrass p"
+msgstr "ዌይርስታራስ p"
#: commands.src
msgctxt ""
@@ -1734,7 +1734,7 @@ msgctxt ""
"RID_SETZ_HELP\n"
"string.text"
msgid "Integers Set"
-msgstr "Integers Set"
+msgstr "የ ኢንቲጀር ስብስብ"
#: commands.src
msgctxt ""
@@ -1742,7 +1742,7 @@ msgctxt ""
"RID_SETQ_HELP\n"
"string.text"
msgid "Set of Rational Numbers"
-msgstr "Set of Rational Numbers"
+msgstr "የ ራሺናል ቁጥሮች ስብስብ"
#: commands.src
msgctxt ""
@@ -1750,7 +1750,7 @@ msgctxt ""
"RID_SETR_HELP\n"
"string.text"
msgid "Real Numbers Set"
-msgstr "Real Numbers Set"
+msgstr "የ ሪያል ቁጥሮች ስብስብ"
#: commands.src
msgctxt ""
@@ -1758,7 +1758,7 @@ msgctxt ""
"RID_SETC_HELP\n"
"string.text"
msgid "Complex Numbers Set"
-msgstr "Complex Numbers Set"
+msgstr "የ ውስብስብ ቁጥሮች ስብስብ"
#: commands.src
msgctxt ""
@@ -1766,7 +1766,7 @@ msgctxt ""
"RID_WIDEHATX_HELP\n"
"string.text"
msgid "Large Circumflex"
-msgstr "Large Circumflex"
+msgstr "ትልቅ ስርከምፍሌክስ"
#: commands.src
msgctxt ""
@@ -1774,7 +1774,7 @@ msgctxt ""
"RID_WIDETILDEX_HELP\n"
"string.text"
msgid "Large Tilde"
-msgstr "Large Tilde"
+msgstr "ትልቅ ቲልዴ"
#: commands.src
msgctxt ""
@@ -1790,7 +1790,7 @@ msgctxt ""
"RID_HBAR_HELP\n"
"string.text"
msgid "h Bar"
-msgstr "h Bar"
+msgstr "h ባር"
#: commands.src
msgctxt ""
@@ -1798,7 +1798,7 @@ msgctxt ""
"RID_LAMBDABAR_HELP\n"
"string.text"
msgid "Lambda Bar"
-msgstr "Lambda Bar"
+msgstr "ላምብዳ ባር"
#: commands.src
msgctxt ""
@@ -2172,7 +2172,7 @@ msgctxt ""
"STR_CYAN\n"
"string.text"
msgid "cyan"
-msgstr "አረንጓዴ ሰማያዊ"
+msgstr "ሲያን"
#: smres.src
msgctxt ""
@@ -2260,7 +2260,7 @@ msgctxt ""
"STR_TEAL\n"
"string.text"
msgid "teal"
-msgstr "አረንጓዴ ሰማያዊ"
+msgstr "ቲል"
#: smres.src
msgctxt ""
diff --git a/source/am/svtools/source/dialogs.po b/source/am/svtools/source/dialogs.po
index eac1bfd3f36..78d0b24adba 100644
--- a/source/am/svtools/source/dialogs.po
+++ b/source/am/svtools/source/dialogs.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-08-25 12:33+0200\n"
-"PO-Revision-Date: 2016-10-25 20:46+0000\n"
+"PO-Revision-Date: 2016-12-15 00:18+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1477428382.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1481761086.000000\n"
#: addresstemplate.src
msgctxt ""
@@ -134,7 +134,7 @@ msgctxt ""
"STR_FIELD_HOMETEL\n"
"string.text"
msgid "Tel: Home"
-msgstr "የቤት: ስልክ"
+msgstr "የ ቤት: ስልክ"
#: addresstemplate.src
msgctxt ""
diff --git a/source/am/svtools/source/misc.po b/source/am/svtools/source/misc.po
index 62b5664bf87..a721de7449b 100644
--- a/source/am/svtools/source/misc.po
+++ b/source/am/svtools/source/misc.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-10-25 19:03+0000\n"
+"PO-Revision-Date: 2016-12-14 15:46+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1477422223.000000\n"
+"X-POOTLE-MTIME: 1481730375.000000\n"
#: imagemgr.src
msgctxt ""
@@ -3840,7 +3840,7 @@ msgctxt ""
"LANGUAGE_USER_INTERLINGUE\n"
"pairedlist.text"
msgid "Interlingue Occidental"
-msgstr ""
+msgstr "Interlingue Occidental"
#: langtab.src
msgctxt ""
@@ -3849,7 +3849,7 @@ msgctxt ""
"LANGUAGE_USER_APATANI\n"
"pairedlist.text"
msgid "Apatani"
-msgstr ""
+msgstr "Apatani"
#: langtab.src
msgctxt ""
@@ -3858,7 +3858,7 @@ msgctxt ""
"LANGUAGE_USER_ENGLISH_MAURITIUS\n"
"pairedlist.text"
msgid "English (Mauritius)"
-msgstr ""
+msgstr "ኢንግልዝኛ (ሞሪሸስ)"
#: langtab.src
msgctxt ""
@@ -3867,7 +3867,7 @@ msgctxt ""
"LANGUAGE_USER_FRENCH_MAURITIUS\n"
"pairedlist.text"
msgid "French (Mauritius)"
-msgstr ""
+msgstr "ፈረንሳይኛ (ሞሪሸስ)"
#: langtab.src
msgctxt ""
@@ -3876,7 +3876,7 @@ msgctxt ""
"LANGUAGE_USER_SILESIAN\n"
"pairedlist.text"
msgid "Silesian"
-msgstr ""
+msgstr "Silesian"
#: langtab.src
msgctxt ""
@@ -3885,7 +3885,7 @@ msgctxt ""
"LANGUAGE_USER_HUNGARIAN_ROVAS\n"
"pairedlist.text"
msgid "Hungarian (Szekely-Hungarian Rovas)"
-msgstr ""
+msgstr "Hungarian (Szekely-Hungarian Rovas)"
#: svtools.src
msgctxt ""
@@ -4165,7 +4165,7 @@ msgctxt ""
"STR_SVT_PRNDLG_POWER_SAVE\n"
"string.text"
msgid "Power save mode"
-msgstr "ሀይል በማዳኛ ዘዴ"
+msgstr "ሀይል ማዳኛ ዘዴ"
#: svtools.src
msgctxt ""
diff --git a/source/am/svx/source/dialog.po b/source/am/svx/source/dialog.po
index f4019419a41..e9636a5ce1e 100644
--- a/source/am/svx/source/dialog.po
+++ b/source/am/svx/source/dialog.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-10 03:38+0000\n"
+"PO-Revision-Date: 2016-12-31 19:39+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481341086.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483213155.000000\n"
#: SafeMode.src
msgctxt ""
@@ -1501,7 +1501,7 @@ msgctxt ""
"RID_SVXSTR_COLOR_CYAN\n"
"string.text"
msgid "Cyan"
-msgstr "አረንጓዴ ሰማያዊ"
+msgstr "ሲያን"
#: sdstring.src
msgctxt ""
@@ -2533,7 +2533,7 @@ msgctxt ""
"RID_SVXSTR_GRDT65\n"
"string.text"
msgid "Cyan Gradient"
-msgstr "አረንጓዴ ሰማያዊ ከፍታ"
+msgstr "ሲያን ከፍታ"
#: sdstring.src
msgctxt ""
@@ -3085,7 +3085,7 @@ msgctxt ""
"RID_SVXSTR_LEND0\n"
"string.text"
msgid "Arrow concave"
-msgstr "concave ቀስት"
+msgstr "ኮንኬቭ ቀስት"
#: sdstring.src
msgctxt ""
@@ -4169,7 +4169,7 @@ msgctxt ""
"STR_BELOW\n"
"string.text"
msgid "Below"
-msgstr "ከስር"
+msgstr "ከ ታች"
#: swframeposstrings.src
msgctxt ""
@@ -5078,7 +5078,7 @@ msgctxt ""
"RID_SUBSETSTR_SPACING_MODIFIERS\n"
"string.text"
msgid "Spacing Modifier Letters"
-msgstr "የደብዳቤ ክፍተት ማሻሻያ"
+msgstr "የ ደብዳቤ ክፍተት ማሻሻያ"
#: ucsubset.src
msgctxt ""
@@ -5105,7 +5105,7 @@ msgctxt ""
"RID_SUBSETSTR_GREEK_SYMS_COPTIC\n"
"string.text"
msgid "Greek Symbols And Coptic"
-msgstr "Greek Symbols And Coptic"
+msgstr "የ ግሪክ እና ኮፕቲክ ምልክቶች"
#: ucsubset.src
msgctxt ""
@@ -5348,7 +5348,7 @@ msgctxt ""
"RID_SUBSETSTR_LETTERLIKE_SYMBOLS\n"
"string.text"
msgid "Letterlike Symbols"
-msgstr "የደብዳቤ አይነት ምልክቶች"
+msgstr "የ ደብዳቤ አይነት ምልክቶች"
#: ucsubset.src
msgctxt ""
@@ -5699,7 +5699,7 @@ msgctxt ""
"RID_SUBSETSTR_BYZANTINE_MUSICAL_SYMBOLS\n"
"string.text"
msgid "Byzantine Musical Symbols"
-msgstr "Byzantine Musical Symbols"
+msgstr "የ ቤይዛንቲን የ ሙዚቃ ምልክቶች"
#: ucsubset.src
msgctxt ""
@@ -5708,7 +5708,7 @@ msgctxt ""
"RID_SUBSETSTR_MUSICAL_SYMBOLS\n"
"string.text"
msgid "Musical Symbols"
-msgstr "የሙዚቃ ምልክቶች"
+msgstr "የ ሙዚቃ ምልክቶች"
#: ucsubset.src
msgctxt ""
@@ -5717,7 +5717,7 @@ msgctxt ""
"RID_SUBSETSTR_MATHEMATICAL_ALPHANUMERIC_SYMBOLS\n"
"string.text"
msgid "Mathematical Alphanumeric Symbols"
-msgstr "Mathematical Alphanumeric Symbols"
+msgstr "የ ሂሳብ እና የ ፊደል እና ቁጥር ምልክቶች"
#: ucsubset.src
msgctxt ""
@@ -5825,7 +5825,7 @@ msgctxt ""
"RID_SUBSETSTR_KHMER_SYMBOLS\n"
"string.text"
msgid "Khmer Symbols"
-msgstr "Khmer Symbols"
+msgstr "የ ከህመር ምልክቶች"
#: ucsubset.src
msgctxt ""
@@ -5852,7 +5852,7 @@ msgctxt ""
"RID_SUBSETSTR_YIJING_HEXAGRAM_SYMBOLS\n"
"string.text"
msgid "Yijing Hexagram Symbols"
-msgstr "Yijing Hexagram Ssymbols"
+msgstr "የ ዪጂንግ ሄክሳግራም ምልክቶች"
#: ucsubset.src
msgctxt ""
@@ -6024,7 +6024,7 @@ msgctxt ""
"RID_SUBSETSTR_MISC_MATH_SYMS_A\n"
"string.text"
msgid "Miscellaneous Mathematical Symbols-A"
-msgstr "የተለያዩ የሂሳብ ምልክቶች-A"
+msgstr "የተለያዩ የ ሂሳብ ምልክቶች-A"
#: ucsubset.src
msgctxt ""
@@ -6060,7 +6060,7 @@ msgctxt ""
"RID_SUBSETSTR_MISC_MATH_SYMS_B\n"
"string.text"
msgid "Miscellaneous Mathematical Symbols-B"
-msgstr "የተለያዩ የሂሳብ ምልክቶች-B"
+msgstr "የተለያዩ የ ሂሳብ ምልክቶች-B"
#: ucsubset.src
msgctxt ""
@@ -6177,7 +6177,7 @@ msgctxt ""
"RID_SUBSETSTR_TAI_XUAN_JING_SYMBOLS\n"
"string.text"
msgid "Tai Xuan Jing Symbols"
-msgstr "Tai Xuan Jing Symbols"
+msgstr "የ ታዪ ሹዋን ጂንግ ምልክቶች"
#: ucsubset.src
msgctxt ""
@@ -6537,7 +6537,7 @@ msgctxt ""
"RID_SUBSETSTR_ANCIENT_SYMBOLS\n"
"string.text"
msgid "Ancient Symbols"
-msgstr "የጥንት ምልክቶች"
+msgstr "የ ጥንት ምልክቶች"
#: ucsubset.src
msgctxt ""
@@ -6780,7 +6780,7 @@ msgctxt ""
"RID_SUBSETSTR_RUMI_NUMERAL_SYMBOLS\n"
"string.text"
msgid "Rumi Numeral Symbols"
-msgstr "Rumi Numeral Symbols"
+msgstr "የ ሩሚ የ ሂሳብ ምልክቶች"
#: ucsubset.src
msgctxt ""
@@ -6915,7 +6915,7 @@ msgctxt ""
"RID_SUBSETSTR_ALCHEMICAL_SYMBOLS\n"
"string.text"
msgid "Alchemical Symbols"
-msgstr "Alchemical Symbols"
+msgstr "አልኬሚካል ምልክቶች"
#: ucsubset.src
msgctxt ""
@@ -6933,7 +6933,7 @@ msgctxt ""
"RID_SUBSETSTR_ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS\n"
"string.text"
msgid "Arabic Mathematical Alphabetic Symbols"
-msgstr "Arabic Mathematical Alphabetic Symbols"
+msgstr "የ አረብኛ የ ሂሳብ ምልክቶች"
#: ucsubset.src
msgctxt ""
diff --git a/source/am/svx/source/gallery2.po b/source/am/svx/source/gallery2.po
index 8e1bcb1c108..dc8f365dcd3 100644
--- a/source/am/svx/source/gallery2.po
+++ b/source/am/svx/source/gallery2.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-11-14 00:43+0000\n"
+"PO-Revision-Date: 2016-12-15 00:19+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1479084191.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1481761173.000000\n"
#: gallery.src
msgctxt ""
@@ -378,7 +378,7 @@ msgctxt ""
"RID_GALLERYSTR_THEME_HOMEPAGE\n"
"string.text"
msgid "Homepage"
-msgstr "የቤት ገጽ"
+msgstr "የ ገጽ ቤት"
#: galtheme.src
msgctxt ""
diff --git a/source/am/svx/source/items.po b/source/am/svx/source/items.po
index 6a383a4e524..a5719c9d1f7 100644
--- a/source/am/svx/source/items.po
+++ b/source/am/svx/source/items.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-11-29 02:02+0000\n"
+"PO-Revision-Date: 2016-12-15 00:57+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1480384937.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1481763439.000000\n"
#: svxerr.src
msgctxt ""
@@ -496,7 +496,7 @@ msgctxt ""
"Page Break\n"
"itemlist.text"
msgid "Page Break"
-msgstr "የገጽ መጨረሻ"
+msgstr "የ ገጽ መጨረሻ"
#: svxitems.src
msgctxt ""
diff --git a/source/am/svx/source/table.po b/source/am/svx/source/table.po
index 668ce743af9..9182b65f94d 100644
--- a/source/am/svx/source/table.po
+++ b/source/am/svx/source/table.po
@@ -2,18 +2,19 @@
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"
-"PO-Revision-Date: 2012-03-25 03:57+0200\n"
-"Last-Translator: Samson <sambelet@yahoo.com>\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2015-04-22 23:41+0200\n"
+"PO-Revision-Date: 2016-12-31 19:32+0000\n"
+"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483212757.000000\n"
#: table.src
msgctxt ""
@@ -21,4 +22,4 @@ msgctxt ""
"RID_SVXSTR_STYLEFAMILY_TABLEDESIGN\n"
"string.text"
msgid "Table Design Styles"
-msgstr "የሰንጠረዥ ንድፍ ዘዴዎች"
+msgstr "የ ሰንጠረዥ ንድፍ ዘዴዎች"
diff --git a/source/am/svx/source/tbxctrls.po b/source/am/svx/source/tbxctrls.po
index f8cb9fc6cf3..c0412b26742 100644
--- a/source/am/svx/source/tbxctrls.po
+++ b/source/am/svx/source/tbxctrls.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-06 16:49+0000\n"
+"PO-Revision-Date: 2016-12-14 15:59+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481042973.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1481731165.000000\n"
#: colrctrl.src
msgctxt ""
@@ -270,7 +270,7 @@ msgctxt ""
"RID_SVXSTR_INFINITY\n"
"string.text"
msgid "~Infinity"
-msgstr "~መጨረሻ የሌለው"
+msgstr "~ኢንፊኒቲ"
#: fontworkgallery.src
msgctxt ""
diff --git a/source/am/svx/uiconfig/ui.po b/source/am/svx/uiconfig/ui.po
index 79be0a0133d..96aff0b131b 100644
--- a/source/am/svx/uiconfig/ui.po
+++ b/source/am/svx/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-12-09 18:03+0000\n"
+"POT-Creation-Date: 2016-12-21 15:38+0100\n"
+"PO-Revision-Date: 2016-12-31 19:29+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481306598.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483212582.000000\n"
#: acceptrejectchangesdialog.ui
msgctxt ""
@@ -1487,7 +1487,7 @@ msgctxt ""
"text\n"
"string.text"
msgid "Are you sure you want to delete the footer?"
-msgstr "በእርግጥ ግረጌውን ማጥፋት ይፈልጋሉ?"
+msgstr "በ እርግጥ ግረጌውን ማጥፋት ይፈልጋሉ?"
#: deletefooterdialog.ui
msgctxt ""
@@ -1514,7 +1514,7 @@ msgctxt ""
"text\n"
"string.text"
msgid "Are you sure you want to delete the header?"
-msgstr "በእርግጥ ራስጌውን ማጥፋት ይፈልጋሉ?"
+msgstr "በ እርግጥ ራስጌውን ማጥፋት ይፈልጋሉ?"
#: deleteheaderdialog.ui
msgctxt ""
@@ -3058,7 +3058,7 @@ msgctxt ""
"ignorediacritics\n"
"label\n"
"string.text"
-msgid "Ignore diac_ritics CTL"
+msgid "Ignore diac_ritics"
msgstr ""
#: findreplacedialog.ui
@@ -3067,7 +3067,7 @@ msgctxt ""
"ignorekashida\n"
"label\n"
"string.text"
-msgid "Ignore _kashida CTL"
+msgid "Ignore _kashida"
msgstr ""
#: findreplacedialog.ui
@@ -4487,7 +4487,7 @@ msgctxt ""
"tooltip_text\n"
"string.text"
msgid "Below Paragraph Spacing"
-msgstr "ከ አንቀጽ በታች ክፍተት"
+msgstr "ከ አንቀጽ ክፍተት በ ታች"
#: passwd.ui
msgctxt ""
@@ -5163,11 +5163,11 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"radio_deinstall\n"
+"radio_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall extensions"
-msgstr "ተጨማሪዎች ማጥፊያ"
+msgid "Extensions"
+msgstr "ተጨማሪዎች"
#: safemodedialog.ui
msgctxt ""
@@ -5181,11 +5181,20 @@ msgstr "ሁሉንም የ ተጠቃሚ ተጨማሪዎች ማጥፊያ"
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"check_deinstall_all_extensions\n"
+"check_reset_shared_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall all extensions (including shared and bundled)"
-msgstr "ሁሉንም ተጨማሪዎች ማጥፊያ (የሚካፈሉትን እና ጥቅሎችን ያካትታል)"
+msgid "Reset state of shared extensions"
+msgstr "የሚካፈሉት ተጨማሪዎች ሁኔታ እንደ ነበር መመለሻ"
+
+#: safemodedialog.ui
+msgctxt ""
+"safemodedialog.ui\n"
+"check_reset_bundled_extensions\n"
+"label\n"
+"string.text"
+msgid "Reset state of bundled extensions"
+msgstr "የሚካፈሉት ጥቅል ተጨማሪዎች ሁኔታ እንደ ነበር መመለሻ"
#: safemodedialog.ui
msgctxt ""
@@ -5392,7 +5401,7 @@ msgctxt ""
"1\n"
"stringlist.text"
msgid "Axial"
-msgstr ""
+msgstr "Axial"
#: sidebararea.ui
msgctxt ""
@@ -5527,7 +5536,7 @@ msgctxt ""
"3\n"
"stringlist.text"
msgid "Axial"
-msgstr ""
+msgstr "Axial"
#: sidebararea.ui
msgctxt ""
@@ -6094,7 +6103,7 @@ msgctxt ""
"tooltip_text\n"
"string.text"
msgid "Below Paragraph Spacing"
-msgstr "ከ አንቀጽ ክፍተት በታች"
+msgstr "ከ አንቀጽ ክፍተት በ ታች"
#: sidebarparagraph.ui
msgctxt ""
@@ -6103,7 +6112,7 @@ msgctxt ""
"AtkObject::accessible-name\n"
"string.text"
msgid "Below Paragraph Spacing"
-msgstr "ከ አንቀጽ በታች ክፍተት"
+msgstr "ከ አንቀጽ ክፍተት በ ታች"
#: sidebarparagraph.ui
msgctxt ""
diff --git a/source/am/sw/source/core/undo.po b/source/am/sw/source/core/undo.po
index b37669acdf6..f79e821c17b 100644
--- a/source/am/sw/source/core/undo.po
+++ b/source/am/sw/source/core/undo.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-02 15:15+0000\n"
+"PO-Revision-Date: 2016-12-14 02:17+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1480691740.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1481681863.000000\n"
#: undo.src
msgctxt ""
@@ -638,7 +638,7 @@ msgctxt ""
"STR_TABLE_MERGE\n"
"string.text"
msgid "Merge Cells"
-msgstr "ክፍሎች ማጋጠሚያ"
+msgstr "ክፍሎች ማዋሀጃ"
#: undo.src
msgctxt ""
diff --git a/source/am/sw/source/ui/app.po b/source/am/sw/source/ui/app.po
index 48100787f76..dd12d017190 100644
--- a/source/am/sw/source/ui/app.po
+++ b/source/am/sw/source/ui/app.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-02 15:29+0000\n"
+"PO-Revision-Date: 2016-12-15 02:01+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1480692577.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1481767275.000000\n"
#: app.src
msgctxt ""
@@ -22,7 +22,7 @@ msgctxt ""
"STR_PRINT_MERGE_MACRO\n"
"string.text"
msgid "Print form letters"
-msgstr "የፎርም ደብዳቤዎች ማተሚያ"
+msgstr "የ ፎርም ደብዳቤዎች ማተሚያ"
#: app.src
msgctxt ""
@@ -510,7 +510,7 @@ msgctxt ""
"STR_CAPTION_ABOVE\n"
"string.text"
msgid "Above"
-msgstr "ላይ"
+msgstr "ከ ላይ"
#: app.src
msgctxt ""
@@ -518,7 +518,7 @@ msgctxt ""
"STR_CAPTION_BELOW\n"
"string.text"
msgid "Below"
-msgstr "ታች"
+msgstr "ከ ታች"
#: app.src
msgctxt ""
@@ -1132,7 +1132,7 @@ msgctxt ""
"STR_ERR_TABLE_MERGE\n"
"string.text"
msgid "Selected table cells are too complex to merge."
-msgstr "የተመረጠውን የሰንጠርዥ ክፍል ለማዋሀድ በጣም ውስብስብ ነው"
+msgstr "የ ተመረጠውን የ ሰንጠርዥ ክፍል ለማዋሀድ በጣም ውስብስብ ነው"
#: app.src
msgctxt ""
diff --git a/source/am/sw/source/ui/dbui.po b/source/am/sw/source/ui/dbui.po
index b84698eceb2..b3234fe74b1 100644
--- a/source/am/sw/source/ui/dbui.po
+++ b/source/am/sw/source/ui/dbui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-10-22 23:22+0000\n"
+"PO-Revision-Date: 2016-12-15 02:02+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1477178533.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1481767320.000000\n"
#: dbui.src
msgctxt ""
@@ -418,7 +418,7 @@ msgctxt ""
"ST_DRAGSALUTATION\n"
"string.text"
msgid "1. ~Drag salutation elements into the box below"
-msgstr "1. ~ይጎትቱ የሰላምታ አካላትን እታች ወዳለው ሳጥን"
+msgstr "1. ~ይጎትቱ የ ሰላምታ አካሎችን እታች ወዳለው ሳጥን ውስጥ"
#: mmaddressblockpage.src
msgctxt ""
diff --git a/source/am/sw/source/ui/fldui.po b/source/am/sw/source/ui/fldui.po
index 0997d9cd9df..3fffb0c951b 100644
--- a/source/am/sw/source/ui/fldui.po
+++ b/source/am/sw/source/ui/fldui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-04-22 23:40+0200\n"
-"PO-Revision-Date: 2016-12-10 03:14+0000\n"
+"PO-Revision-Date: 2016-12-15 01:31+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481339644.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1481765496.000000\n"
#: fldui.src
msgctxt ""
@@ -534,7 +534,7 @@ msgctxt ""
"FLD_EU_TELPRIV\n"
"string.text"
msgid "Tel. (Home)"
-msgstr "ስልክ (የቤት)"
+msgstr "ስልክ (የ ቤት)"
#: fldui.src
msgctxt ""
@@ -838,7 +838,7 @@ msgctxt ""
"FMT_REF_UPDOWN\n"
"string.text"
msgid "Above/Below"
-msgstr "ላይ / ታች"
+msgstr "ከ ላይ/ከ ታች"
#: fldui.src
msgctxt ""
diff --git a/source/am/sw/source/ui/shells.po b/source/am/sw/source/ui/shells.po
index 8356c956857..cd53ccce544 100644
--- a/source/am/sw/source/ui/shells.po
+++ b/source/am/sw/source/ui/shells.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-04-22 23:40+0200\n"
-"PO-Revision-Date: 2016-05-21 19:57+0000\n"
+"PO-Revision-Date: 2016-12-31 19:33+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1463860623.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483212798.000000\n"
#: shells.src
msgctxt ""
@@ -134,7 +134,7 @@ msgctxt ""
"STR_REDLINE_FMTCOLLSET\n"
"string.text"
msgid "Applied Paragraph Styles"
-msgstr "የአንቀጽ ዘዴዎች መፈጸሚያ"
+msgstr "የ አንቀጽ ዘዴዎች መፈጸሚያ"
#: shells.src
msgctxt ""
diff --git a/source/am/sw/source/ui/utlui.po b/source/am/sw/source/ui/utlui.po
index 5d2763199c5..5db1a06ef68 100644
--- a/source/am/sw/source/ui/utlui.po
+++ b/source/am/sw/source/ui/utlui.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-10 20:04+0100\n"
+"POT-Creation-Date: 2017-01-10 21:25+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1624,7 +1624,7 @@ msgctxt ""
"STR_AUTOFMTREDL_CPTL_STT_SENT+1\n"
"string.text"
msgid "Capitalize first letter of sentences"
-msgstr "Capitalize first letter of sentences"
+msgstr "ሁሉንም አረፍተ ነገር በ አቢይ ፊደል መጀመሪያውን መጻፊያ"
#: utlui.src
msgctxt ""
diff --git a/source/am/sw/source/uibase/docvw.po b/source/am/sw/source/uibase/docvw.po
index a732aee5ec4..1780b2faf2d 100644
--- a/source/am/sw/source/uibase/docvw.po
+++ b/source/am/sw/source/uibase/docvw.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-07 21:35+0200\n"
-"PO-Revision-Date: 2016-12-06 16:50+0000\n"
+"PO-Revision-Date: 2016-12-31 19:33+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481043010.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483212811.000000\n"
#: docvw.src
msgctxt ""
@@ -317,7 +317,7 @@ msgctxt ""
"STR_REDLINE_FMTCOLL\n"
"string.text"
msgid "Applied Paragraph Styles"
-msgstr "የተፈጸሙ የአንቀጽ ዘዴዎች"
+msgstr "የ ተፈጸሙ የ አንቀጽ ዘዴዎች"
#: docvw.src
msgctxt ""
diff --git a/source/am/sw/source/uibase/ribbar.po b/source/am/sw/source/uibase/ribbar.po
index c04bf42b87d..eba60c00d8c 100644
--- a/source/am/sw/source/uibase/ribbar.po
+++ b/source/am/sw/source/uibase/ribbar.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-02 15:43+0000\n"
+"PO-Revision-Date: 2016-12-14 15:46+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1480693384.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1481730407.000000\n"
#: inputwin.src
msgctxt ""
@@ -50,7 +50,7 @@ msgctxt ""
"MN_CALC_SQRT\n"
"menuitem.text"
msgid "Square Root"
-msgstr "Square Root"
+msgstr "ስኴር ሩት"
#: inputwin.src
msgctxt ""
@@ -59,7 +59,7 @@ msgctxt ""
"MN_CALC_POW\n"
"menuitem.text"
msgid "Power"
-msgstr "Power"
+msgstr "ሀይል"
#: inputwin.src
msgctxt ""
@@ -212,7 +212,7 @@ msgctxt ""
"MN_CALC_SIN\n"
"menuitem.text"
msgid "Sine"
-msgstr "Sine"
+msgstr "ሳይን"
#: inputwin.src
msgctxt ""
@@ -230,7 +230,7 @@ msgctxt ""
"MN_CALC_TAN\n"
"menuitem.text"
msgid "Tangent"
-msgstr "Tangent"
+msgstr "ታንጀንት"
#: inputwin.src
msgctxt ""
@@ -239,7 +239,7 @@ msgctxt ""
"MN_CALC_ASIN\n"
"menuitem.text"
msgid "Arcsine"
-msgstr "አርክ ሳይን"
+msgstr "አርክሳይን"
#: inputwin.src
msgctxt ""
@@ -248,7 +248,7 @@ msgctxt ""
"MN_CALC_ACOS\n"
"menuitem.text"
msgid "Arccosine"
-msgstr "አርክ ኮሳይን"
+msgstr "አርክኮሳይን"
#: inputwin.src
msgctxt ""
@@ -257,7 +257,7 @@ msgctxt ""
"MN_CALC_ATAN\n"
"menuitem.text"
msgid "Arctangent"
-msgstr "አርክ ታንጀንት"
+msgstr "አርክታንጀንት"
#: inputwin.src
msgctxt ""
diff --git a/source/am/sw/uiconfig/swriter/ui.po b/source/am/sw/uiconfig/swriter/ui.po
index cd79b60cdb3..da915515304 100644
--- a/source/am/sw/uiconfig/swriter/ui.po
+++ b/source/am/sw/uiconfig/swriter/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-12-10 03:42+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-12-31 19:34+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: none\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481341322.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483212847.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -982,11 +982,11 @@ msgstr "ቦታ"
#: bulletsandnumbering.ui
msgctxt ""
"bulletsandnumbering.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "ምርጫዎች"
+msgid "Customize"
+msgstr "ማስተካከያ"
#: businessdatapage.ui
msgctxt ""
@@ -1040,7 +1040,7 @@ msgctxt ""
"AtkObject::accessible-description\n"
"string.text"
msgid "Home telephone number"
-msgstr "የቤት ስልክ ቁጥር"
+msgstr "የ ቤት ስልክ ቁጥር"
#: businessdatapage.ui
msgctxt ""
@@ -1967,7 +1967,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Applied Styles"
-msgstr "የተፈጸሙት ዘዴዎች"
+msgstr "የ ተፈጸሙት ዘዴዎች"
#: conditionpage.ui
msgctxt ""
@@ -3110,7 +3110,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Character Styles"
-msgstr "የባህሪ ዘዴዎች"
+msgstr "የ ባህሪ ዘዴዎች"
#: envaddresspage.ui
msgctxt ""
@@ -4716,7 +4716,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Character Styles"
-msgstr "የባህሪ ዘዴዎች"
+msgstr "የ ባህሪ ዘዴዎች"
#: footnotepage.ui
msgctxt ""
@@ -5004,7 +5004,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Above"
-msgstr "_ላይ"
+msgstr "ከ _ላይ"
#: formattablepage.ui
msgctxt ""
@@ -5013,7 +5013,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Below"
-msgstr "_ታች"
+msgstr "ከ _ታች"
#: formattablepage.ui
msgctxt ""
@@ -7641,7 +7641,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Fields are used to personalize form letters. The fields are placeholders for data from a data source, such as a database. The fields in the form letter must be connected to the data source."
-msgstr "ሜዳዎች የሚጠቅሙት የደብዳቤ ፎርሞችን ለማሻሻል ነው ፡ ሜዳዎቹ ቦታ ያዢ ናቸው ለዳታው ከዳታ ምንጭ ውስጥ ፡ እንደ ዳታቤዝ ሜዳዎቹ በደብዳቤው ፎርም ውስጥ ከዳታ ምንጭ ጋር መገናኘት አለባቸው"
+msgstr "ሜዳዎች የሚጠቅሙት የ ደብዳቤ ፎርሞችን ለማሻሻል ነው: ሜዳዎቹ ቦታ ያዢ ናቸው ለ ዳታው ከ ዳታ ምንጭ ውስጥ: እንደ ዳታቤዝ ሜዳዎቹ በ ደብዳቤው ፎርም ውስጥ ከ ዳታ ምንጭ ጋር መገናኘት አለባቸው"
#: mergeconnectdialog.ui
msgctxt ""
@@ -9824,24 +9824,6 @@ msgstr "ዘዴ"
#: notebookbar_groups.ui
msgctxt ""
"notebookbar_groups.ui\n"
-"growb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
-msgctxt ""
-"notebookbar_groups.ui\n"
-"shrinkb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
-msgctxt ""
-"notebookbar_groups.ui\n"
"fomatgrouplabel\n"
"label\n"
"string.text"
@@ -13544,7 +13526,7 @@ msgctxt ""
"AtkObject::accessible-description\n"
"string.text"
msgid "Home telephone number"
-msgstr "የቤት ስልክ ቁጥር"
+msgstr "የ ቤት ስልክ ቁጥር"
#: privateuserpage.ui
msgctxt ""
@@ -13607,7 +13589,7 @@ msgctxt ""
"AtkObject::accessible-name\n"
"string.text"
msgid "Home telephone number"
-msgstr "የቤት ስልክ ቁጥር"
+msgstr "የ ቤት ስልክ ቁጥር"
#: privateuserpage.ui
msgctxt ""
@@ -15362,7 +15344,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Allow row to break a_cross pages and columns"
-msgstr "ረድፍ በገጾች እና አምዶች _ባሻገር እንዲከፈሉ መፍቀጃ"
+msgstr "ረድፍ በገጾች እና አምዶች ባ_ሻገር እንዲከፈሉ መፍቀጃ"
#: tabletextflowpage.ui
msgctxt ""
@@ -15637,11 +15619,11 @@ msgstr "ቦታ"
#: templatedialog16.ui
msgctxt ""
"templatedialog16.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "ምርጫዎች"
+msgid "Customize"
+msgstr "ማስተካከያ"
#: templatedialog2.ui
msgctxt ""
@@ -16199,7 +16181,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Ruby text below/left from base text"
-msgstr "Ruby text below/left from base text"
+msgstr "የ Ruby ጽሁፍ ከ ታች/በ ግራ በኩል ከ መሰረታዊ ጽሁፍ አጠገብ"
#: textgridpage.ui
msgctxt ""
@@ -17396,7 +17378,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Paragraph _Styles"
-msgstr "የአንቀጽ _ዘዴዎች"
+msgstr "የ አንቀጽ _ዘዴዎች"
#: tocstylespage.ui
msgctxt ""
diff --git a/source/am/swext/mediawiki/help.po b/source/am/swext/mediawiki/help.po
index c0fd4c1649f..6dba7449ac6 100644
--- a/source/am/swext/mediawiki/help.po
+++ b/source/am/swext/mediawiki/help.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-07 15:50+0000\n"
+"PO-Revision-Date: 2016-12-31 19:34+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481125835.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483212861.000000\n"
#: help.tree
msgctxt ""
@@ -46,7 +46,7 @@ msgctxt ""
"bm_id3154408\n"
"help.text"
msgid "<bookmark_value>Wiki;Wiki Publisher</bookmark_value><bookmark_value>Wiki Publisher</bookmark_value><bookmark_value>extensions;MediaWiki</bookmark_value>"
-msgstr "<bookmark_value>ዊኪ ;ዊኪ አታሚ</bookmark_value><bookmark_value>ዊኪ አታሚ</bookmark_value><bookmark_value>ተጨማሪዎች ;MediaWiki </bookmark_value>"
+msgstr "<bookmark_value>ዊኪ: ዊኪ አታሚ</bookmark_value><bookmark_value>ዊኪ አታሚ</bookmark_value><bookmark_value>ተጨማሪዎች: MediaWiki </bookmark_value>"
#: wiki.xhp
msgctxt ""
@@ -502,7 +502,7 @@ msgctxt ""
"hd_id4834131\n"
"help.text"
msgid "Character styles"
-msgstr "የባህሪ ዘዴዎች"
+msgstr "የ ባህሪ ዘዴዎች"
#: wikiformats.xhp
msgctxt ""
diff --git a/source/am/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po b/source/am/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
index 521582569c7..75895373827 100644
--- a/source/am/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
+++ b/source/am/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-04-22 23:39+0200\n"
-"PO-Revision-Date: 2016-01-30 01:24+0000\n"
+"PO-Revision-Date: 2016-12-15 01:24+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1454117054.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1481765076.000000\n"
#: WikiExtension.xcu
msgctxt ""
@@ -257,7 +257,7 @@ msgctxt ""
"Dlg_MediaWiki_Title\n"
"value.text"
msgid "MediaWiki"
-msgstr "ሜዲያ ዊኪ"
+msgstr "MediaWiki"
#: WikiExtension.xcu
msgctxt ""
@@ -275,7 +275,7 @@ msgctxt ""
"Dlg_EditSetting_WikiLine\n"
"value.text"
msgid "MediaWiki Server"
-msgstr "MediaWiki Server"
+msgstr "የ Media~Wiki ሰርቨር"
#: WikiExtension.xcu
msgctxt ""
diff --git a/source/am/wizards/source/euro.po b/source/am/wizards/source/euro.po
index 38ef4e2739d..543798de9b6 100644
--- a/source/am/wizards/source/euro.po
+++ b/source/am/wizards/source/euro.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-04-22 23:40+0200\n"
-"PO-Revision-Date: 2016-11-22 19:39+0000\n"
+"PO-Revision-Date: 2016-12-31 19:34+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1479843589.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483212897.000000\n"
#: euro.src
msgctxt ""
@@ -142,7 +142,7 @@ msgctxt ""
"STEP_CONVERTER + 6\n"
"string.text"
msgid "Select Cell Styles"
-msgstr "የክፍሉን ዘዴዎች ይምረጡ"
+msgstr "የ ክፍል ዘዴዎች ይምረጡ"
#: euro.src
msgctxt ""
diff --git a/source/am/wizards/source/formwizard.po b/source/am/wizards/source/formwizard.po
index e4d485bce15..22b9c02f930 100644
--- a/source/am/wizards/source/formwizard.po
+++ b/source/am/wizards/source/formwizard.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-11-10 19:32+0100\n"
-"PO-Revision-Date: 2016-12-10 03:16+0000\n"
+"PO-Revision-Date: 2016-12-31 19:35+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481339782.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483212919.000000\n"
#: dbwizres.src
msgctxt ""
@@ -664,7 +664,7 @@ msgctxt ""
"RID_DB_FORM_WIZARD_START + 39\n"
"string.text"
msgid "In Blocks - Labels Above"
-msgstr "በመደቦች - ምልክቶች በቀኝ"
+msgstr "በ መደብ - ምልክቶች ከ ላይ"
#: dbwizres.src
msgctxt ""
@@ -776,7 +776,7 @@ msgctxt ""
"RID_DB_FORM_WIZARD_START + 55\n"
"string.text"
msgid "~Page Styles"
-msgstr "~የገጽ ዘዴዎች"
+msgstr "የ ~ገጽ ዘዴዎች"
#: dbwizres.src
msgctxt ""
@@ -832,7 +832,7 @@ msgctxt ""
"RID_DB_FORM_WIZARD_START + 86\n"
"string.text"
msgid "Apply styles"
-msgstr "ዘዴዎችን መፈጸሚያ"
+msgstr "ዘዴዎች መፈጸሚያ"
#: dbwizres.src
msgctxt ""
@@ -1500,7 +1500,7 @@ msgctxt ""
"RID_DB_QUERY_WIZARD_START + 89\n"
"string.text"
msgid "The condition '<FIELDNAME> <LOGICOPERATOR> <VALUE>' was chosen twice. Each condition can only be chosen once"
-msgstr "ሁኔታው '<FIELDNAME> <LOGICOPERATOR> <VALUE>' ሁለት ጊዜ ተመርጧል ፡ እያንዳንዱ ሁኔታ መምረጥ የሚቻለው አንድ ጊዜ ብቻ ነው"
+msgstr "ሁኔታው '<FIELDNAME> <LOGICOPERATOR> <VALUE>' ሁለት ጊዜ ተመርጧል: እያንዳንዱ ሁኔታ መምረጥ የሚቻለው አንድ ጊዜ ብቻ ነው"
#: dbwizres.src
msgctxt ""
@@ -2092,7 +2092,7 @@ msgctxt ""
"RID_DB_REPORT_WIZARD_START + 85\n"
"string.text"
msgid "In blocks, labels above"
-msgstr "በመደብ ፡ ምልክቶች ከላይ"
+msgstr "በመደብ: ምልክቶች ከ ላይ"
#: dbwizres.src
msgctxt ""
@@ -2777,7 +2777,7 @@ msgctxt ""
"RID_LETTERWIZARDDIALOG_START + 1\n"
"string.text"
msgid "Letter Wizard"
-msgstr "የደብዳቤ አዋቂ"
+msgstr "የ ደብዳቤ አዋቂ"
#: dbwizres.src
msgctxt ""
@@ -2817,7 +2817,7 @@ msgctxt ""
"RID_LETTERWIZARDDIALOG_START + 6\n"
"string.text"
msgid "~Use letterhead paper with pre-printed elements"
-msgstr "በቅድሚያ-የታተሙ አርእስት ያለው የደብዳቤ ወረቀት አካላቶችን ~ይጠቀሙ"
+msgstr "በቅድሚያ-የታተመ አርእስት ያለው የ ደብዳቤ ወረቀት አካላቶችን ~ይጠቀሙ"
#: dbwizres.src
msgctxt ""
@@ -2873,7 +2873,7 @@ msgctxt ""
"RID_LETTERWIZARDDIALOG_START + 13\n"
"string.text"
msgid "Letter Signs"
-msgstr "የፊደል ምልክቶች"
+msgstr "የ ፊደል ምልክቶች"
#: dbwizres.src
msgctxt ""
@@ -2969,7 +2969,7 @@ msgctxt ""
"RID_LETTERWIZARDDIALOG_START + 25\n"
"string.text"
msgid "Letter Template"
-msgstr "የደብዳቤ ቴምፕሌት"
+msgstr "የ ደብዳቤ ቴምፕሌት"
#: dbwizres.src
msgctxt ""
@@ -2985,7 +2985,7 @@ msgctxt ""
"RID_LETTERWIZARDDIALOG_START + 27\n"
"string.text"
msgid "Make ~manual changes to this letter template"
-msgstr "የዚህን ደብዳቤ ቴምፕሌት ~በእጅ መቀየሪያ"
+msgstr "የዚህን ደብዳቤ ቴምፕሌት በ ~እጅ መቀየሪያ"
#: dbwizres.src
msgctxt ""
@@ -3201,7 +3201,7 @@ msgctxt ""
"RID_LETTERWIZARDDIALOG_START + 55\n"
"string.text"
msgid "Specify items already on your letterhead paper"
-msgstr "በደብዳቤ አርእስት ወረቀት ላይ ያሉትን እቃዎች ይወስኑ"
+msgstr "በ ደብዳቤ አርእስት ወረቀት ላይ ያሉትን እቃዎች ይወስኑ"
#: dbwizres.src
msgctxt ""
@@ -3633,7 +3633,7 @@ msgctxt ""
"RID_FAXWIZARDDIALOG_START + 31\n"
"string.text"
msgid "Enter text for the footer"
-msgstr "ለግርጌው ጽሁፍ ማስገቢያ"
+msgstr "ለ ግርጌ ጽሁፍ ማስገቢያ"
#: dbwizres.src
msgctxt ""
@@ -4355,7 +4355,7 @@ msgctxt ""
"RID_WEBWIZARDDIALOG_START +61\n"
"string.text"
msgid "Include the following information for each document in the table of contents:"
-msgstr "ለእያንዳንዱ ሰነድ በሰንጠረዥ ማውጫ ላይ ይህን መረጃ ጨምር:"
+msgstr "ለ እያንዳንዱ ሰነድ በ ሰንጠረዥ ማውጫ ላይ ይህን መረጃ ጨምር:"
#: dbwizres.src
msgctxt ""
@@ -4491,7 +4491,7 @@ msgctxt ""
"RID_WEBWIZARDDIALOG_START +82\n"
"string.text"
msgid "Preparing table of contents generation..."
-msgstr "በማሰናዳት ላይ የሰንጠረዥ ማውጫዎች ማመንጫ..."
+msgstr "በ ማሰናዳት ላይ የ ሰንጠረዥ ማውጫዎች ማመንጫ..."
#: dbwizres.src
msgctxt ""
@@ -4499,7 +4499,7 @@ msgctxt ""
"RID_WEBWIZARDDIALOG_START +83\n"
"string.text"
msgid "Generating table of contents..."
-msgstr "የሰንጠረዥ ማውጫዎች በማመንጨት ላይ..."
+msgstr "የ ሰንጠረዥ ማውጫዎች በ ማመንጨት ላይ..."
#: dbwizres.src
msgctxt ""
@@ -4643,7 +4643,7 @@ msgctxt ""
"RID_WEBWIZARDDIALOG_START +106\n"
"string.text"
msgid "An error occurred while generating the table of contents page(s). "
-msgstr "ስህተት ተፈጥሯል በማመንጨት ላይ አንዳለ የሰንጠረዥ ማውጫ ገጽ(ጾች) "
+msgstr "ስህተት ተፈጥሯል በ ማመንጨት ላይ አንዳለ የ ሰንጠረዥ ማውጫ ገጽ(ጾች) "
#: dbwizres.src
msgctxt ""
@@ -4699,7 +4699,7 @@ msgctxt ""
"RID_WEBWIZARDDIALOG_START +113\n"
"string.text"
msgid "An error occurred while copying media files to the temporary directory."
-msgstr "ስህተት ተፈጥሯል የብዙሀን መገናኛ ፋይሎችን ወደ ጊዚያዊ ዳይሬክቶሪ ኮፒ በማድረግ ላይ እንዳለ"
+msgstr "ስህተት ተፈጥሯል የ ብዙሀን መገናኛ ፋይሎችን ወደ ጊዚያዊ ዳይሬክቶሪ ኮፒ በማድረግ ላይ እንዳለ"
#: dbwizres.src
msgctxt ""
diff --git a/source/am/wizards/source/template.po b/source/am/wizards/source/template.po
index 96afe991a63..4fc5c6a78ec 100644
--- a/source/am/wizards/source/template.po
+++ b/source/am/wizards/source/template.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-04-22 23:40+0200\n"
-"PO-Revision-Date: 2016-11-29 02:15+0000\n"
+"PO-Revision-Date: 2016-12-15 00:21+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1480385745.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1481761314.000000\n"
#: template.src
msgctxt ""
@@ -262,7 +262,7 @@ msgctxt ""
"CorrespondenceNoTextmark+1\n"
"string.text"
msgid "Form letter fields can not be included."
-msgstr "ከ ደብዳቤ ሜዳዎች መጨመር አይቻልም"
+msgstr "የ ፎርም ደብዳቤ ሜዳዎች መጨመር አይቻልም"
#: template.src
msgctxt ""
@@ -422,7 +422,7 @@ msgctxt ""
"CorrespondenceFields+14\n"
"string.text"
msgid "Home Phone"
-msgstr "የቤት ስልክ"
+msgstr "የ ቤት ስልክ"
#: template.src
msgctxt ""
diff --git a/source/am/xmlsecurity/uiconfig/ui.po b/source/am/xmlsecurity/uiconfig/ui.po
index bd0aecf1f37..d05c620d006 100644
--- a/source/am/xmlsecurity/uiconfig/ui.po
+++ b/source/am/xmlsecurity/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-12-09 18:21+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-12-25 18:49+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481307712.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1482691794.000000\n"
#: certgeneral.ui
msgctxt ""
@@ -208,6 +208,15 @@ msgstr "መግለጫ"
#: digitalsignaturesdialog.ui
msgctxt ""
"digitalsignaturesdialog.ui\n"
+"type\n"
+"label\n"
+"string.text"
+msgid "Signature type"
+msgstr "የ ፊርማው አይነት"
+
+#: digitalsignaturesdialog.ui
+msgctxt ""
+"digitalsignaturesdialog.ui\n"
"macrohint\n"
"label\n"
"string.text"
@@ -266,7 +275,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Use AdES-compliant signature when there is a choice"
-msgstr "ይጠቀሙ የ AdES-compliant የ ረቀቀ የ ኤልክትሮኒክ ፊርማ-ደንብ ምርጫ በሚኖር ጊዜ "
+msgstr "ይጠቀሙ የ AdES-compliant የ ረቀቀ የ ኤልክትሮኒክ ፊርማ-ደንብ ምርጫ በሚኖር ጊዜ"
#: macrosecuritydialog.ui
msgctxt ""
diff --git a/source/ar/cui/source/dialogs.po b/source/ar/cui/source/dialogs.po
index 12fdedbb3f7..cf039fa7630 100644
--- a/source/ar/cui/source/dialogs.po
+++ b/source/ar/cui/source/dialogs.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-07-04 15:41+0000\n"
-"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
+"PO-Revision-Date: 2017-01-06 07:55+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1467646912.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483689347.000000\n"
#: cuires.src
msgctxt ""
@@ -359,7 +359,7 @@ msgctxt ""
"RID_SVXSTR_HYPERDLG_HLINETTP_HELP\n"
"string.text"
msgid "This is where you create a link to a Web page or FTP server connection."
-msgstr ""
+msgstr "هنا مكان إنشاء وصلة إلى صفحة وبّ أو اتصال بخادوم FTP."
#: hyperdlg.src
msgctxt ""
@@ -375,7 +375,7 @@ msgctxt ""
"RID_SVXSTR_HYPERDLG_HLMAILTP_HELP\n"
"string.text"
msgid "This is where you create a link to an e-mail address."
-msgstr ""
+msgstr "هنا مكان إنشاء وصلة إلى عنوان بريد إلكتروني."
#: hyperdlg.src
msgctxt ""
@@ -391,7 +391,7 @@ msgctxt ""
"RID_SVXSTR_HYPERDLG_HLDOCTP_HELP\n"
"string.text"
msgid "This is where you create a link to an existing document or a target within a document."
-msgstr ""
+msgstr "هنا مكان إنشاء وصلة إلى مستند موجود أو هدف ما بداخل مستند."
#: hyperdlg.src
msgctxt ""
@@ -519,7 +519,7 @@ msgctxt ""
"RID_SVXSTR_SAVE_SCREENSHOT_AS\n"
"string.text"
msgid "Save Screenshot As..."
-msgstr ""
+msgstr "احفظ لقطة الشاشة ك‍..."
#: scriptdlg.src
msgctxt ""
diff --git a/source/ar/cui/source/options.po b/source/ar/cui/source/options.po
index 47f5d8d7712..ab991a53529 100644
--- a/source/ar/cui/source/options.po
+++ b/source/ar/cui/source/options.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-07-04 15:42+0000\n"
-"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
+"PO-Revision-Date: 2017-01-06 08:09+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1467646941.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483690149.000000\n"
#: connpooloptions.src
msgctxt ""
@@ -657,7 +657,7 @@ msgctxt ""
"LibreOffice\n"
"itemlist.text"
msgid "LibreOffice"
-msgstr ""
+msgstr "ليبر أوفيس"
#: personalization.src
msgctxt ""
@@ -720,7 +720,7 @@ msgctxt ""
"User Data\n"
"itemlist.text"
msgid "User Data"
-msgstr ""
+msgstr "بيانات المستخدم"
#: treeopt.src
msgctxt ""
@@ -729,7 +729,7 @@ msgctxt ""
"General\n"
"itemlist.text"
msgid "General"
-msgstr ""
+msgstr "عام"
#: treeopt.src
msgctxt ""
@@ -738,7 +738,7 @@ msgctxt ""
"Memory\n"
"itemlist.text"
msgid "Memory"
-msgstr ""
+msgstr "الذاكرة"
#: treeopt.src
msgctxt ""
@@ -747,7 +747,7 @@ msgctxt ""
"View\n"
"itemlist.text"
msgid "View"
-msgstr ""
+msgstr "المنظور"
#: treeopt.src
msgctxt ""
@@ -756,7 +756,7 @@ msgctxt ""
"Print\n"
"itemlist.text"
msgid "Print"
-msgstr ""
+msgstr "الطباعة"
#: treeopt.src
msgctxt ""
@@ -765,7 +765,7 @@ msgctxt ""
"Paths\n"
"itemlist.text"
msgid "Paths"
-msgstr ""
+msgstr "المسارات"
#: treeopt.src
msgctxt ""
@@ -774,7 +774,7 @@ msgctxt ""
"Fonts\n"
"itemlist.text"
msgid "Fonts"
-msgstr ""
+msgstr "الخطوط"
#: treeopt.src
msgctxt ""
@@ -783,7 +783,7 @@ msgctxt ""
"Security\n"
"itemlist.text"
msgid "Security"
-msgstr ""
+msgstr "الأمن"
#: treeopt.src
msgctxt ""
@@ -792,7 +792,7 @@ msgctxt ""
"Personalization\n"
"itemlist.text"
msgid "Personalization"
-msgstr ""
+msgstr "الشابكة"
#: treeopt.src
msgctxt ""
@@ -801,7 +801,7 @@ msgctxt ""
"Application Colors\n"
"itemlist.text"
msgid "Application Colors"
-msgstr ""
+msgstr "ألوان التطبيق"
#: treeopt.src
msgctxt ""
@@ -810,7 +810,7 @@ msgctxt ""
"Accessibility\n"
"itemlist.text"
msgid "Accessibility"
-msgstr ""
+msgstr "الإتاحة"
#: treeopt.src
msgctxt ""
@@ -819,7 +819,7 @@ msgctxt ""
"Advanced\n"
"itemlist.text"
msgid "Advanced"
-msgstr ""
+msgstr "متقدم"
#: treeopt.src
msgctxt ""
@@ -837,7 +837,7 @@ msgctxt ""
"Online Update\n"
"itemlist.text"
msgid "Online Update"
-msgstr ""
+msgstr "التحديث عبر الشابكة"
#: treeopt.src
msgctxt ""
@@ -855,7 +855,7 @@ msgctxt ""
"Language Settings\n"
"itemlist.text"
msgid "Language Settings"
-msgstr ""
+msgstr "إعدادات اللغة"
#: treeopt.src
msgctxt ""
@@ -864,7 +864,7 @@ msgctxt ""
"Languages\n"
"itemlist.text"
msgid "Languages"
-msgstr ""
+msgstr "اللغات"
#: treeopt.src
msgctxt ""
@@ -873,7 +873,7 @@ msgctxt ""
"Writing Aids\n"
"itemlist.text"
msgid "Writing Aids"
-msgstr ""
+msgstr "مساعدات الكتابة"
#: treeopt.src
msgctxt ""
@@ -882,7 +882,7 @@ msgctxt ""
"Searching in Japanese\n"
"itemlist.text"
msgid "Searching in Japanese"
-msgstr ""
+msgstr "البحث باليابانية"
#: treeopt.src
msgctxt ""
@@ -891,7 +891,7 @@ msgctxt ""
"Asian Layout\n"
"itemlist.text"
msgid "Asian Layout"
-msgstr ""
+msgstr "التخطيط الآسيوي"
#: treeopt.src
msgctxt ""
@@ -909,7 +909,7 @@ msgctxt ""
"Internet\n"
"itemlist.text"
msgid "Internet"
-msgstr ""
+msgstr "الشابكة"
#: treeopt.src
msgctxt ""
@@ -918,7 +918,7 @@ msgctxt ""
"Proxy\n"
"itemlist.text"
msgid "Proxy"
-msgstr ""
+msgstr "الوسيط"
#: treeopt.src
msgctxt ""
@@ -927,7 +927,7 @@ msgctxt ""
"E-mail\n"
"itemlist.text"
msgid "E-mail"
-msgstr ""
+msgstr "البريد الإلكتروني"
#: treeopt.src
msgctxt ""
@@ -936,7 +936,7 @@ msgctxt ""
"%PRODUCTNAME Writer\n"
"itemlist.text"
msgid "%PRODUCTNAME Writer"
-msgstr ""
+msgstr "%PRODUCTNAME رايتر"
#: treeopt.src
msgctxt ""
@@ -945,7 +945,7 @@ msgctxt ""
"General\n"
"itemlist.text"
msgid "General"
-msgstr ""
+msgstr "عام"
#: treeopt.src
msgctxt ""
@@ -954,7 +954,7 @@ msgctxt ""
"View\n"
"itemlist.text"
msgid "View"
-msgstr ""
+msgstr "المنظور"
#: treeopt.src
msgctxt ""
@@ -963,7 +963,7 @@ msgctxt ""
"Formatting Aids\n"
"itemlist.text"
msgid "Formatting Aids"
-msgstr ""
+msgstr "مساعدات التنسيق"
#: treeopt.src
msgctxt ""
@@ -972,7 +972,7 @@ msgctxt ""
"Grid\n"
"itemlist.text"
msgid "Grid"
-msgstr ""
+msgstr "الشبكة"
#: treeopt.src
msgctxt ""
@@ -981,7 +981,7 @@ msgctxt ""
"Basic Fonts (Western)\n"
"itemlist.text"
msgid "Basic Fonts (Western)"
-msgstr ""
+msgstr "الخطوط الأساسية (الغربية)"
#: treeopt.src
msgctxt ""
@@ -990,7 +990,7 @@ msgctxt ""
"Basic Fonts (Asian)\n"
"itemlist.text"
msgid "Basic Fonts (Asian)"
-msgstr ""
+msgstr "الخطوط الأساسية (الآسيوية)"
#: treeopt.src
msgctxt ""
@@ -999,7 +999,7 @@ msgctxt ""
"Basic Fonts (CTL)\n"
"itemlist.text"
msgid "Basic Fonts (CTL)"
-msgstr ""
+msgstr "الخطوط الأساسية (المركّبة)"
#: treeopt.src
msgctxt ""
@@ -1008,7 +1008,7 @@ msgctxt ""
"Print\n"
"itemlist.text"
msgid "Print"
-msgstr ""
+msgstr "الطباعة"
#: treeopt.src
msgctxt ""
@@ -1017,7 +1017,7 @@ msgctxt ""
"Table\n"
"itemlist.text"
msgid "Table"
-msgstr ""
+msgstr "الجداول"
#: treeopt.src
msgctxt ""
@@ -1035,7 +1035,7 @@ msgctxt ""
"Comparison\n"
"itemlist.text"
msgid "Comparison"
-msgstr ""
+msgstr "الفروق"
#: treeopt.src
msgctxt ""
@@ -1044,7 +1044,7 @@ msgctxt ""
"Compatibility\n"
"itemlist.text"
msgid "Compatibility"
-msgstr ""
+msgstr "التوافقية"
#: treeopt.src
msgctxt ""
diff --git a/source/ar/cui/uiconfig/ui.po b/source/ar/cui/uiconfig/ui.po
index 180fab7c102..45a5a01e378 100644
--- a/source/ar/cui/uiconfig/ui.po
+++ b/source/ar/cui/uiconfig/ui.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-10-18 12:48+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
+"PO-Revision-Date: 2016-12-23 08:29+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: Arabic <doc@arabeyes.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1476794903.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1482481775.000000\n"
#: aboutconfigdialog.ui
msgctxt ""
@@ -1895,7 +1895,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Merge adjacent line styles"
-msgstr "_Merge adjacent line styles"
+msgstr ""
#: borderpage.ui
msgctxt ""
@@ -12945,7 +12945,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Notebookbar icon size:"
-msgstr ""
+msgstr "حجم أيقونات _شريط المفكّرة:"
#: optviewpage.ui
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/scalc/00.po b/source/ar/helpcontent2/source/text/scalc/00.po
index a3eebd206b5..ffda6abadaf 100644
--- a/source/ar/helpcontent2/source/text/scalc/00.po
+++ b/source/ar/helpcontent2/source/text/scalc/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-05-24 01:15+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-11-22 16:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1464052532.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1479833548.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -554,7 +554,7 @@ msgctxt ""
"par_id3153250\n"
"28\n"
"help.text"
-msgid "<variable id=\"einamen\">Choose <emph>Insert - Names</emph></variable>"
+msgid "<variable id=\"einamen\">Choose <emph>Insert - Named Ranges and Expressions</emph></variable>"
msgstr ""
#: 00000404.xhp
@@ -572,7 +572,7 @@ msgctxt ""
"par_id3143222\n"
"29\n"
"help.text"
-msgid "Choose <emph>Insert - Names - Define</emph>"
+msgid "Choose <emph>Sheet - Named Ranges and Expressions - Define</emph>"
msgstr ""
#: 00000404.xhp
@@ -590,7 +590,7 @@ msgctxt ""
"par_id3145214\n"
"30\n"
"help.text"
-msgid "<variable id=\"einaei\">Choose <emph>Insert - Names - Insert</emph></variable>"
+msgid "<variable id=\"einaei\">Choose <emph>Sheet - Named Ranges and Expressions - Insert</emph></variable>"
msgstr ""
#: 00000404.xhp
@@ -599,7 +599,7 @@ msgctxt ""
"par_id3153558\n"
"31\n"
"help.text"
-msgid "<variable id=\"einaueb\">Choose <emph>Insert - Names - Create</emph></variable>"
+msgid "<variable id=\"einaueb\">Choose <emph>Sheet - Named Ranges and Expressions - Create</emph></variable>"
msgstr ""
#: 00000404.xhp
@@ -608,7 +608,7 @@ msgctxt ""
"par_id3153483\n"
"32\n"
"help.text"
-msgid "<variable id=\"einabesch\">Choose <emph>Insert - Names - Labels</emph></variable>"
+msgid "<variable id=\"einabesch\">Choose <emph>Sheet - Named Ranges and Expressions - Labels</emph></variable>"
msgstr ""
#: 00000405.xhp
diff --git a/source/ar/helpcontent2/source/text/scalc/01.po b/source/ar/helpcontent2/source/text/scalc/01.po
index fea62c1cd12..d0f81bdcec5 100644
--- a/source/ar/helpcontent2/source/text/scalc/01.po
+++ b/source/ar/helpcontent2/source/text/scalc/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-10-18 18:52+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-11-25 02:31+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1476816749.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480041112.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -20823,7 +20823,7 @@ msgctxt ""
"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>."
+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>Sheet - Named Ranges and Expressions - Define</emph>."
msgstr ""
#: 04060109.xhp
@@ -20848,7 +20848,7 @@ msgctxt ""
"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."
+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>Sheet - Named Ranges and Expressions - 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
@@ -50293,23 +50293,21 @@ msgid "Reference concatenation using a tilde character was implemented lately. W
msgstr ""
#: 04070000.xhp
-#, fuzzy
msgctxt ""
"04070000.xhp\n"
"tit\n"
"help.text"
-msgid "Names"
-msgstr "اسم"
+msgid "Named Ranges and Expressions"
+msgstr ""
#: 04070000.xhp
-#, fuzzy
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/05050100.xhp\" name=\"Rename\">إعادة تسمية</link>"
+msgid "<link href=\"text/scalc/01/04070000.xhp\" name=\"Names\">Named Ranges and Expressions</link>"
+msgstr ""
#: 04070000.xhp
msgctxt ""
@@ -50703,7 +50701,7 @@ msgctxt ""
"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."
+msgid "Select the area containing all the ranges that you want to name. Then choose <emph>Sheet - Named Ranges and Expressions - Create</emph>. This opens the <emph>Create Names</emph> dialog, from which you can select the naming options that you want."
msgstr ""
#: 04070300.xhp
@@ -52609,7 +52607,7 @@ msgctxt ""
"par_id3145174\n"
"5\n"
"help.text"
-msgid "Select <emph>-none-</emph> to remove a print range definition for the current spreadsheet. Select <emph>-entire sheet-</emph> to set the current sheet as a print range. Select <emph>-selection-</emph> to define the selected area of a spreadsheet as the print range. By selecting <emph>-user-defined-</emph>, you can define a print range that you have already defined using the <emph>Format - Print Ranges - Define</emph> command. If you have given a name to a range using the <emph>Insert - Names - Define</emph> command, this name will be displayed and can be selected from the list box."
+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>Sheet - Named Ranges and Expressions - Define</emph> command, this name will be displayed and can be selected from the list box."
msgstr ""
#: 05080300.xhp
diff --git a/source/ar/helpcontent2/source/text/scalc/guide.po b/source/ar/helpcontent2/source/text/scalc/guide.po
index b9997cd2d4f..18101fe696b 100644
--- a/source/ar/helpcontent2/source/text/scalc/guide.po
+++ b/source/ar/helpcontent2/source/text/scalc/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-05 15:27+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-11-25 02:59+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467732467.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480042789.000000\n"
#: address_auto.xhp
msgctxt ""
@@ -2131,7 +2131,7 @@ msgctxt ""
"par_id3154011\n"
"26\n"
"help.text"
-msgid "To set the source range as the range, select the cells and choose <emph>Insert - Names - Define</emph>. Save the source document, and do not close it."
+msgid "To set the source range as the range, select the cells and choose <emph>Sheet - Named Ranges and Expressions - Define</emph>. Save the source document, and do not close it."
msgstr ""
#: cellreference_dragdrop.xhp
@@ -11831,7 +11831,7 @@ msgctxt ""
"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."
+msgid "Select a cell or range of cells, then choose <emph>Sheet - Named Ranges and Expressions - Define</emph>. The <emph>Define Names</emph> dialog appears."
msgstr ""
#: value_with_name.xhp
@@ -11884,7 +11884,7 @@ msgctxt ""
"par_id3153711\n"
"8\n"
"help.text"
-msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Insert - Names - Define\">Insert - Names - Define</link>"
+msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Sheet - Named Ranges and Expressions - Define\">Sheet - Named Ranges and Expressions - Define</link>"
msgstr ""
#: webquery.xhp
diff --git a/source/ar/helpcontent2/source/text/shared/00.po b/source/ar/helpcontent2/source/text/shared/00.po
index c06af684d9e..fb102e57274 100644
--- a/source/ar/helpcontent2/source/text/shared/00.po
+++ b/source/ar/helpcontent2/source/text/shared/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-05 15:28+0000\n"
+"POT-Creation-Date: 2016-12-21 15:39+0100\n"
+"PO-Revision-Date: 2016-11-25 03:23+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467732484.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480044220.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -12089,15 +12089,6 @@ 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_id3154985\n"
"141\n"
"help.text"
diff --git a/source/ar/helpcontent2/source/text/shared/01.po b/source/ar/helpcontent2/source/text/shared/01.po
index 4653979d35a..0ce9b5b14da 100644
--- a/source/ar/helpcontent2/source/text/shared/01.po
+++ b/source/ar/helpcontent2/source/text/shared/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-05-24 01:59+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-12-22 13:30+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1464055182.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1482413451.000000\n"
#: 01010000.xhp
msgctxt ""
@@ -5058,33 +5058,29 @@ msgctxt ""
"01140000.xhp\n"
"bm_id3147294\n"
"help.text"
-msgid "<bookmark_value>printers; properties</bookmark_value><bookmark_value>settings; printers</bookmark_value><bookmark_value>properties; printers</bookmark_value><bookmark_value>default printer; setting up</bookmark_value><bookmark_value>printers; default printer</bookmark_value><bookmark_value>page formats; restriction</bookmark_value>"
+msgid "<bookmark_value>printers; properties</bookmark_value> <bookmark_value>settings; printers</bookmark_value> <bookmark_value>properties; printers</bookmark_value> <bookmark_value>default printer; setting up</bookmark_value> <bookmark_value>printers; default printer</bookmark_value> <bookmark_value>page formats; restriction</bookmark_value>"
msgstr ""
#: 01140000.xhp
-#, fuzzy
msgctxt ""
"01140000.xhp\n"
"hd_id3147294\n"
-"1\n"
"help.text"
msgid "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\">Printer Settings</link>"
-msgstr "<link href=\"text/shared/01/05250000.xhp\" name=\"Layer\">طبقة</link>"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3154422\n"
-"2\n"
"help.text"
-msgid "<variable id=\"druckereinstellungtext\"><ahelp hid=\"SVTOOLS:MODALDIALOG:DLG_SVT_PRNDLG_PRNSETUPDLG\">Select the default printer for the current document.</ahelp></variable>"
+msgid "<variable id=\"druckereinstellungtext\"><ahelp hid=\"svt/ui/printersetupdialog/PrinterSetupDialog\">Select the default printer for the current document.</ahelp> </variable>"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3148620\n"
-"20\n"
"help.text"
msgid "You might experience a slight delay when you change the default printer for a document that contains embedded $[officename] OLE objects."
msgstr ""
@@ -5093,25 +5089,22 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"hd_id3145345\n"
-"4\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Printer </caseinline></switchinline>"
+msgid "Printer"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3145211\n"
-"5\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Lists the information that applies to the selected printer. </caseinline></switchinline>"
+msgid "Lists the information that applies to the selected printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3148538\n"
-"19\n"
"help.text"
msgid "If the list is empty, you need to install a default printer for your operating system. Refer to the online help for your operating system for instructions on how to install and setup a default printer."
msgstr ""
@@ -5120,97 +5113,86 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"hd_id3154381\n"
-"6\n"
"help.text"
msgid "Name"
-msgstr "اسم"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3156155\n"
-"7\n"
"help.text"
-msgid "<ahelp hid=\"SVTOOLS:LISTBOX:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES\">Lists the installed printers on your operating system. To change the default printer, select a printer name from the list.</ahelp>"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/name\">Lists the installed printers on your operating system. To change the default printer, select a printer name from the list.</ahelp>"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3156153\n"
-"8\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Status </caseinline></switchinline>"
+msgid "Status"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3150465\n"
-"9\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Describes the current status of the selected printer. </caseinline></switchinline>"
+msgid "Describes the current status of the selected printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3154898\n"
-"10\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Type </caseinline></switchinline>"
+msgid "Type"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3156326\n"
-"11\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the type of printer that you selected. </caseinline></switchinline>"
+msgid "Displays the type of printer that you selected."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3149416\n"
-"12\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Location </caseinline></switchinline>"
+msgid "Location"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3149955\n"
-"13\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the port for the selected printer. </caseinline></switchinline>"
+msgid "Displays the port for the selected printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3145316\n"
-"14\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Comments </caseinline></switchinline>"
+msgid "Comments"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3155923\n"
-"15\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays additional information for the printer. </caseinline></switchinline>"
+msgid "Displays additional information for the printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3149669\n"
-"16\n"
"help.text"
msgid "Properties"
msgstr ""
@@ -5219,20 +5201,42 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"par_id3149045\n"
-"17\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\"><ahelp hid=\"SVTOOLS:PUSHBUTTON:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_PROPERTIES\">Changes the printer settings of your operating system for the current document.</ahelp></caseinline></switchinline>"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/properties\">Changes the printer settings of your operating system for the current document.</ahelp>"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3157322\n"
-"18\n"
"help.text"
msgid "Ensure that the Landscape or Portrait layout option set in the printer properties dialog matches the page format that you set by choosing <emph>Format - Page</emph>."
msgstr ""
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id201612110303091265\n"
+"help.text"
+msgid "Options"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id201612110239454950\n"
+"help.text"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/options\">Opens the <emph>Printer Options</emph> dialog where you can override the global printer options set on the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Writer</emph></caseinline><caseinline select=\"CALC\"><emph>Calc</emph></caseinline><defaultinline>Writer/Web</defaultinline></switchinline><emph> - Print</emph> panel for the current document.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3157323\n"
+"help.text"
+msgid "The <emph>Options</emph> button is only available in %PRODUCTNAME Writer and Calc."
+msgstr ""
+
#: 01160000.xhp
msgctxt ""
"01160000.xhp\n"
@@ -8342,7 +8346,7 @@ msgctxt ""
"par_id3152551\n"
"59\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Enter the number of characters in the search term that can be exchanged.</ahelp> For example, if you specify 2 exchanged characters, \"black\" and \"crack\" are considered similar."
+msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Enter the number of characters in the search term that can be exchanged.</ahelp> For example, if you specify 2 exchanged characters, \"sweep\" and \"creep\" are considered similar."
msgstr ""
#: 02100100.xhp
@@ -15510,12 +15514,13 @@ msgid "Explanation"
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3152801\n"
"help.text"
msgid "#"
-msgstr ""
+msgstr "#"
#: 05020301.xhp
msgctxt ""
@@ -15526,12 +15531,13 @@ msgid "Does not display extra zeros."
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3152802\n"
"help.text"
msgid "?"
-msgstr ""
+msgstr "?"
#: 05020301.xhp
msgctxt ""
@@ -15590,12 +15596,13 @@ msgid "3456.78 as 3456.8"
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3150355\n"
"help.text"
msgid "####.#"
-msgstr ""
+msgstr "####.#"
#: 05020301.xhp
msgctxt ""
@@ -15638,12 +15645,13 @@ msgid "5.75 as 5 3/4 and 6.3 as 6 3/10"
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3145315\n"
"help.text"
msgid "# ???/???"
-msgstr ""
+msgstr "# ???/???"
#: 05020301.xhp
msgctxt ""
@@ -15718,12 +15726,13 @@ msgid "15000 as 15,000"
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3151223\n"
"help.text"
msgid "#,###"
-msgstr ""
+msgstr "#,###"
#: 05020301.xhp
msgctxt ""
@@ -15734,12 +15743,13 @@ msgid "16000 as 16"
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3153961\n"
"help.text"
msgid "#,"
-msgstr ""
+msgstr "#,"
#: 05020301.xhp
msgctxt ""
@@ -16054,12 +16064,13 @@ msgid "Denominator is calculated to get the nearest value of the fraction with r
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3146926\n"
"help.text"
msgid "# ?/???"
-msgstr ""
+msgstr "# ?/???"
#: 05020301.xhp
msgctxt ""
@@ -25779,34 +25790,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/areatabpage/LB_BITMAP\">Click the fill that you want to apply to the selected object.</ahelp>"
msgstr ""
-#: 05210200.xhp
-#, fuzzy
-msgctxt ""
-"05210200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Colors"
-msgstr "لون"
-
-#: 05210200.xhp
-#, fuzzy
-msgctxt ""
-"05210200.xhp\n"
-"hd_id3152895\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210200.xhp\" name=\"Colors\">Colors</link>"
-msgstr "<link href=\"text/shared/01/05250000.xhp\" name=\"Layer\">طبقة</link>"
-
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"par_id3149119\n"
-"2\n"
-"help.text"
-msgid "Select a color to apply, save the current color list, or load a different color list."
-msgstr ""
-
#: 05210300.xhp
msgctxt ""
"05210300.xhp\n"
@@ -43512,6 +43495,214 @@ msgctxt ""
msgid "<ahelp hid=\"uui/ui/setmasterpassworddlg/password2\">Re-enter the master password.</ahelp>"
msgstr ""
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"tit\n"
+"help.text"
+msgid "Safe Mode"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"bm_id281120160951421436\n"
+"help.text"
+msgid "<bookmark_value>profile;safe mode</bookmark_value>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160939034500\n"
+"help.text"
+msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Safe Mode</link>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160939285779\n"
+"help.text"
+msgid "<ahelp hid=\".\">Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh user profile and disables hardware acceleration. It helps to restore a non-working %PRODUCTNAME instance. </ahelp>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163153357\n"
+"help.text"
+msgid "Choose <emph>Help - Restart in Safe Mode...</emph>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163154362\n"
+"help.text"
+msgid "Start %PRODUCTNAME from command line with <emph>--safe-mode</emph> option"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163154363\n"
+"help.text"
+msgid "Start %PRODUCTNAME from <emph>%PRODUCTNAME (Safe Mode)</emph> start menu entry (Windows only)"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149549\n"
+"help.text"
+msgid "What can I do in safe mode?"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160939281728\n"
+"help.text"
+msgid "Once in safe mode, you will be shown a dialog offering three user profile restoration options"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149551\n"
+"help.text"
+msgid "Continue in Safe Mode"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944279896\n"
+"help.text"
+msgid "This option will let you work with %PRODUCTNAME as you are used to, but using a temporary user profile. It also means that all configuration changes made to the temporary user profile will be lost after restart."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149552\n"
+"help.text"
+msgid "Quit"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944279161\n"
+"help.text"
+msgid "Choosing <emph>Quit</emph> will just exit %PRODUCTNAME. Use this option if you got here by accident."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149543\n"
+"help.text"
+msgid "Apply Changes and Restart"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348926\n"
+"help.text"
+msgid "The dialog offers multiple changes to the user profile that can be made to help restoring %PRODUCTNAME to working state. They get more radical from top down so you should try them successively one after another. Choosing this option applies selected changes"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149545\n"
+"help.text"
+msgid "Restore from backup"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348884\n"
+"help.text"
+msgid "%PRODUCTNAME keeps backups of previous configurations and activated extensions. Use this option to return to the previous state if your problems are likely to be caused by recent changes to configuration or extensions."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149546\n"
+"help.text"
+msgid "Configure"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949347119\n"
+"help.text"
+msgid "You can disable all extensions installed by the user. You can also disable hardware acceleration. Activate this option if you experience startup crashes or visual glitches, they are often related to hardware acceleration."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160944276682\n"
+"help.text"
+msgid "Uninstall extensions"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944275137\n"
+"help.text"
+msgid "Sometimes %PRODUCTNAME cannot be started due to extensions blocking or crashing. This option allows you to disable all extensions installed by the user as well as shared and bundled extensions. Uninstalling shared and bundled extensions should be used with caution. It will only work if you have the necessary system access rights."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160944276687\n"
+"help.text"
+msgid "Reset to factory settings"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id28112016094427792\n"
+"help.text"
+msgid "If all else fails, you can reset your user profile to the factory default. The first option <emph>Reset settings and user customizations</emph> resets all configuration and UI changes, but keeps things like your personal dictionary, templates etc. The second option will reset your entire profile to the state when you first installed %PRODUCTNAME."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id28112016094427243\n"
+"help.text"
+msgid "If you could not resolve your problem by using safe mode, click on <emph>Advanced</emph> expander. You will find instructions how to get further help there."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949347055\n"
+"help.text"
+msgid "If you want to report a problem with your user profile, by clicking on <emph>Create Zip Archive from User Profile</emph> you can generate a zip file which can be uploaded to the bug tracking system to be investigated by the developers."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348679\n"
+"help.text"
+msgid "Be aware that the uploaded profile might contain sensitive information, such as your personal dictionary, settings and installed extensions."
+msgstr ""
+
#: prop_font_embed.xhp
msgctxt ""
"prop_font_embed.xhp\n"
@@ -43544,7 +43735,7 @@ msgctxt ""
"par_id3154863\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"sfx/ui/documentfontspage/DocumentInfoPage\">Embed document fonts in the current file.</ahelp>"
+msgid "<ahelp hid=\"sfx/ui/documentfontspage/DocumentFontsPage\">Embed document fonts in the current file.</ahelp>"
msgstr ""
#: prop_font_embed.xhp
diff --git a/source/ar/helpcontent2/source/text/shared/guide.po b/source/ar/helpcontent2/source/text/shared/guide.po
index a954b2263a8..2c50fb53c8d 100644
--- a/source/ar/helpcontent2/source/text/shared/guide.po
+++ b/source/ar/helpcontent2/source/text/shared/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-05 15:44+0000\n"
+"POT-Creation-Date: 2016-12-21 15:39+0100\n"
+"PO-Revision-Date: 2016-12-23 13:48+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467733447.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1482500886.000000\n"
#: aaa_start.xhp
msgctxt ""
@@ -2190,16 +2190,17 @@ msgctxt ""
"cmis-remote-files-setup.xhp\n"
"hd_id1508201618160340\n"
"help.text"
-msgid "Connecting to <link href=\"text/shared/00/00000002.xhp#ftp\">FTP</link> and SSH servers (check)"
+msgid "Connecting to <link href=\"text/shared/00/00000002.xhp#ftp\">FTP</link> and SSH servers"
msgstr ""
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816034969\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2242,35 +2243,38 @@ msgid "<variable id=\"rememberpw\"><emph>Remember password</emph>: Check to stor
msgstr ""
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816045167\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816045015\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rootpar\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rootpar\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816045804\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#okbutton\"/>."
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#okbutton\"/>."
#: cmis-remote-files-setup.xhp
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"hd_id150820161816049600\n"
"help.text"
-msgid "Connecting to a Windows share (check)"
+msgid "Connecting to a Windows share"
msgstr ""
#: cmis-remote-files-setup.xhp
@@ -2282,12 +2286,13 @@ msgid "<bookmark_value>remote file service;Windows share</bookmark_value> <book
msgstr ""
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816046729\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2314,36 +2319,40 @@ msgid "<emph>Share</emph>: The Windows share."
msgstr ""
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816049\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rememberpw\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rememberpw\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816048365\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816048181\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rootpar\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rootpar\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816047868\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#okbutton\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#okbutton\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2362,12 +2371,13 @@ msgid "<bookmark_value>remote file service;Google Drive</bookmark_value> <bookm
msgstr ""
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id160820161759169124\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2386,28 +2396,31 @@ msgid "<emph>User, Password</emph>: the username and password of the Google acco
msgstr ""
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id160820161759162239\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rememberpw\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rememberpw\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id160820161759166391\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id160820161759163527\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#okbutton\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#okbutton\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2426,12 +2439,13 @@ msgid "<bookmark_value>remote file service setup;other file services</bookmark_v
msgstr ""
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816048323\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2458,12 +2472,13 @@ msgid "<emph>User, Password</emph>: the username and password of the CMIS servic
msgstr ""
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816054077\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rememberpw\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rememberpw\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2482,20 +2497,22 @@ msgid "<emph>Refresh button</emph>: click to refresh the contents of the reposit
msgstr ""
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816054039\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816052286\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rootpar\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rootpar\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -9920,7 +9937,7 @@ msgctxt ""
"hyperlink_insert.xhp\n"
"par_idN1076D\n"
"help.text"
-msgid "To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Insert - Names - Define</emph>)."
+msgid "To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Sheet - Named Ranges and Expressions - Define</emph>)."
msgstr ""
#: hyperlink_insert.xhp
@@ -12429,19 +12446,19 @@ msgstr ""
#: labels.xhp
msgctxt ""
"labels.xhp\n"
-"par_id3156424\n"
-"86\n"
+"par_id3149767\n"
+"29\n"
"help.text"
-msgid "As soon as you click on <emph>New Document</emph>, you will see a small window with the <emph>Synchronize Labels</emph> button. Enter the first label. When you click on the <emph>Synchronize Labels</emph> button, the current individual label is copied to all the other labels on the sheet."
+msgid "Click on <emph>New Document</emph> to create a new document with the settings you have entered."
msgstr ""
#: labels.xhp
msgctxt ""
"labels.xhp\n"
-"par_id3149767\n"
-"29\n"
+"par_id3156424\n"
+"86\n"
"help.text"
-msgid "Click on <emph>New Document</emph> to create a new document with the settings you have entered."
+msgid "As soon as you click on <emph>New Document</emph>, you will see a small window with the <emph>Synchronize Labels</emph> button. Enter the first label. When you click on the <emph>Synchronize Labels</emph> button, the current individual label is copied to all the other labels on the sheet."
msgstr ""
#: labels.xhp
@@ -18313,7 +18330,7 @@ msgctxt ""
"start_parameters.xhp\n"
"tit\n"
"help.text"
-msgid "Starting the $[officename] Software With Parameters"
+msgid "Starting $[officename] Software With Parameters"
msgstr ""
#: start_parameters.xhp
@@ -18321,50 +18338,45 @@ msgctxt ""
"start_parameters.xhp\n"
"bm_id3156410\n"
"help.text"
-msgid "<bookmark_value>start parameters</bookmark_value><bookmark_value>command line parameters</bookmark_value><bookmark_value>parameters;command line</bookmark_value><bookmark_value>arguments in command line</bookmark_value>"
+msgid "<bookmark_value>start parameters</bookmark_value> <bookmark_value>command line parameters</bookmark_value> <bookmark_value>parameters;command line</bookmark_value> <bookmark_value>arguments in command line</bookmark_value>"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"hd_id3156410\n"
-"52\n"
"help.text"
-msgid "Starting the $[officename] Software With Parameters"
+msgid "Starting $[officename] Software With Parameters"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147009\n"
-"1\n"
"help.text"
-msgid "By starting the $[officename] software from the command line you can assign various parameters, with which you can influence the performance. The use of command line parameters is only recommended for experienced users."
+msgid "By starting $[officename] software from the command line you can assign various parameters, with which you can influence the performance. The use of command line parameters is only recommended for experienced users."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147618\n"
-"2\n"
"help.text"
-msgid "For normal handling, the use of command line parameters is not necessary. A few of the parameters require a deeper knowledge of the technical background of the $[officename] software technology."
+msgid "For normal handling, the use of command line parameters is not necessary. A few of the parameters require a deeper knowledge of the technical background of $[officename] software technology."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"hd_id3154898\n"
-"4\n"
"help.text"
-msgid "Starting the $[officename] Software From the Command Line"
+msgid "Starting $[officename] Software From the Command Line"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3156152\n"
-"5\n"
"help.text"
msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a shell under Linux, *BSD, or Mac OS X platforms."
msgstr ""
@@ -18373,7 +18385,6 @@ msgstr ""
msgctxt ""
"start_parameters.xhp\n"
"par_id3152472\n"
-"6\n"
"help.text"
msgid "Under Windows, type the following text in the <emph>Open </emph>text field and click <emph>OK</emph>."
msgstr ""
@@ -18382,7 +18393,6 @@ msgstr ""
msgctxt ""
"start_parameters.xhp\n"
"par_id3149669\n"
-"53\n"
"help.text"
msgid "Under UNIX-like systems, type the following line of text, then press <emph>Return</emph>:"
msgstr ""
@@ -18391,249 +18401,246 @@ msgstr ""
msgctxt ""
"start_parameters.xhp\n"
"par_id3147561\n"
-"7\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter}</caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter}</caseinline></switchinline>"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3153360\n"
-"8\n"
"help.text"
-msgid "Replace <emph>{install}</emph> with the path to your installation of the $[officename] software (for example, <emph>C:\\Program Files\\Office</emph>, or <emph>~/office</emph>)"
+msgid "Replace <emph>{install}</emph> with the path to your installation of $[officename] software (for example, <emph>C:\\Program Files\\Office</emph>, or <emph>~/office</emph>)"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3158407\n"
-"9\n"
+"hd_id3145171\n"
"help.text"
-msgid "Where required, replace <emph>{parameter}</emph> with one or more of the following command line parameters."
+msgid "Valid Command Line Parameters"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"hd_id3145171\n"
-"10\n"
+"hd_id1016120408556191\n"
"help.text"
-msgid "Valid Command Line Parameters"
+msgid "Using without special arguments"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148451\n"
-"11\n"
+"par_id215247284938\n"
"help.text"
-msgid "Parameter"
+msgid "Using without any arguments opens the start center."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149167\n"
-"12\n"
+"par_id4016121206183262\n"
"help.text"
-msgid "Meaning"
-msgstr "معنى"
+msgid "<emph>{file}</emph>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149983\n"
-"73\n"
+"par_id40161212062813818\n"
"help.text"
-msgid "--help / -h / -?"
+msgid "Tries to open the file (files) in the components suitable for them."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147349\n"
-"74\n"
+"par_id40161212063110720\n"
"help.text"
-msgid "Lists the available command line parameters <switchinline select=\"sys\"><caseinline select=\"WIN\">in a dialog box</caseinline><defaultinline>to the console</defaultinline></switchinline>."
+msgid "<emph>{file} macro:///[Library.Module.MacroName]</emph>"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id31499et\n"
-"73\n"
+"par_id40161212063330252\n"
"help.text"
-msgid "--version"
+msgid "Opens the file and applies specified macros from the file."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id31473et\n"
-"74\n"
+"hd_id201612040855610\n"
"help.text"
-msgid "Displays the version information."
+msgid "Getting help and information"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150010\n"
-"59\n"
+"par_id3148451\n"
"help.text"
-msgid "--writer"
+msgid "<variable id=\"parameter\">Parameter</variable>"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147213\n"
-"60\n"
+"par_id3149167\n"
"help.text"
-msgid "Starts with an empty Writer document."
+msgid "<variable id=\"meaning\">Meaning</variable>"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148616\n"
-"61\n"
+"par_id3147349\n"
"help.text"
-msgid "--calc"
+msgid "Lists the available command line parameters to the console."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145261\n"
-"62\n"
+"par_id20161204091221764\n"
"help.text"
-msgid "Starts with an empty Calc document."
+msgid "Opens $[officename] built-in or online Help on Writer."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156443\n"
-"63\n"
+"par_id20161204091520522\n"
"help.text"
-msgid "--draw"
+msgid "Opens $[officename] built-in or online Help on Calc."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154011\n"
-"64\n"
+"par_id20161204091727059\n"
"help.text"
-msgid "Starts with an empty Draw document."
+msgid "Opens $[officename] built-in or online Help on Draw."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153142\n"
-"65\n"
+"par_id20161204091812159\n"
"help.text"
-msgid "--impress"
+msgid "Opens $[officename] built-in or online Help on Impress."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153222\n"
-"66\n"
+"par_id20161204091919599\n"
"help.text"
-msgid "Starts with an empty Impress document."
+msgid "Opens $[officename] built-in or online Help on Base."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155853\n"
-"67\n"
+"par_id20161204092029619\n"
"help.text"
-msgid "--math"
+msgid "Opens $[officename] built-in or online Help on Basic scripting language."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3146928\n"
-"68\n"
+"par_id2016120409214276\n"
"help.text"
-msgid "Starts with an empty Math document."
+msgid "Opens $[officename] built-in or online Help on Math."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149960\n"
-"69\n"
+"par_id31473et\n"
"help.text"
-msgid "--global"
+msgid "Shows $[officename] version and quits."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151075\n"
-"70\n"
+"par_id2016120409236546\n"
"help.text"
-msgid "Starts with an empty Writer master document."
+msgid "(MacOS X sandbox only) Returns path of the temporary directory for the current user and exits. Overrides all other arguments."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154510\n"
-"71\n"
+"hd_id20161204094429235\n"
"help.text"
-msgid "--web"
+msgid "General arguments"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148836\n"
-"72\n"
+"par_id3153919\n"
"help.text"
-msgid "Starts with an empty HTML document."
+msgid "Activates[Deactivates] the Quickstarter service. It can take only one parameter <emph>no</emph> which deativates the Quickstarter service. Without parameters this service is activated."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id315330t\n"
+"help.text"
+msgid "Disables check for remote instances using the installation."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149403\n"
+"par_id315053o\n"
"help.text"
-msgid "--show {filename.odp}"
+msgid "Forces an input filter type, if possible. For example:<br/><item type=\"input\">--infilter=\"Calc Office Open XML\"</item><br/><item type=\"input\">--infilter=\"Text (encoded):UTF8,LF,,,.\"</item>"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153838\n"
-"80\n"
+"par_id20161204101917197\n"
"help.text"
-msgid "Starts with the Impress file <emph>{filename.odp}</emph> and starts the presentation. Enters edit mode after the presentation."
+msgid "Store soffice.bin pid to <emph>{file}</emph>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156276\n"
-"13\n"
+"par_id3146786\n"
"help.text"
-msgid "--minimized"
+msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for $[officename] software on UNIX-like platforms."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"hd_id20161204103115358\n"
+"help.text"
+msgid "User/programmatic interface control"
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3151334\n"
+"help.text"
+msgid "Disables the splash screen at program start."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3146080\n"
-"14\n"
"help.text"
msgid "Starts minimized. The splash screen is not displayed."
msgstr ""
@@ -18641,17 +18648,15 @@ msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145641\n"
-"15\n"
+"par_id3153306\n"
"help.text"
-msgid "--invisible"
+msgid "Starts without displaying anything except the splash screen."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3154756\n"
-"16\n"
"help.text"
msgid "Starts in invisible mode."
msgstr ""
@@ -18660,52 +18665,54 @@ msgstr ""
msgctxt ""
"start_parameters.xhp\n"
"par_id3148914\n"
-"17\n"
"help.text"
-msgid "Neither the start-up logo nor the initial program window will be visible. However, the $[officename] software can be controlled and documents and dialogs opened via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgid "Neither the start-up logo nor the initial program window will be visible. $[officename] software can be controlled, and documents and dialogs can be controlled and opened via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147341\n"
-"18\n"
"help.text"
-msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
+msgid "Using the parameter, $[officename] can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3150388\n"
-"48\n"
"help.text"
-msgid "It cannot be used in conjunction with <emph>-quickstart</emph>."
+msgid "It cannot be used in conjunction with <emph>--quickstart</emph>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3145147\n"
-"19\n"
"help.text"
-msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
+msgid "More information is found in <emph>$[officename] Developer's Guide</emph>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155903\n"
-"20\n"
+"par_id3150530\n"
+"help.text"
+msgid "Starts in \"headless mode\" which allows using the application without user interface."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3156353\n"
"help.text"
-msgid "--norestore"
+msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3156374\n"
-"21\n"
"help.text"
msgid "Disables restart and file recovery after a system crash."
msgstr ""
@@ -18713,357 +18720,330 @@ msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id5215918\n"
+"par_id20161204120122917\n"
"help.text"
-msgid "--nofirststartwizard"
+msgid "Starts in a safe mode, i.e. starts temporarily with a fresh user profile and helps to restore a broken configuration."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id5665761\n"
+"par_id3147130\n"
"help.text"
-msgid "Disables the Welcome Wizard."
+msgid "Notifies $[officename] software that upon the creation of \"UNO Acceptor Threads\", a \"UNO Accept String\" will be used."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148477\n"
-"25\n"
+"par_id20161204120828147\n"
"help.text"
-msgid "--quickstart"
+msgid "UNO-URL is string the such kind <emph>uno:connection-type,params;protocol-name,params;ObjectName</emph>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153919\n"
-"26\n"
+"par_id3148874\n"
"help.text"
-msgid "Activates the Quickstarter."
+msgid "More information is found in <emph>$[officename] Developer's Guide</emph>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3152479\n"
-"30\n"
+"par_id314713a\n"
"help.text"
-msgid "--accept={UNO string}"
+msgid "Closes an acceptor that was created with <emph>--accept={UNO-URL}</emph>. Use <emph>--unaccept=all</emph> to close all open acceptors."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147130\n"
-"31\n"
+"par_id20161204121422689\n"
"help.text"
-msgid "Notifies the $[officename] software that upon the creation of \"UNO Acceptor Threads\", a \"UNO Accept String\" will be used."
+msgid "Uses specified language, if language is not selected yet for UI. The lang is a tag of the language in IETF language tag."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148874\n"
-"32\n"
+"par_id201612041220386\n"
"help.text"
-msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
+msgid "Developer arguments"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315247a\n"
-"30\n"
+"par_id20161204122216505\n"
"help.text"
-msgid "--unaccept={UNO string}"
+msgid "Exit after initialization complete (no documents loaded)."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314713a\n"
-"31\n"
+"par_id2016120412237431\n"
"help.text"
-msgid "Closes an acceptor that was created with --accept={UNO string}. Use --unaccept=all to close all open acceptors."
+msgid "Exit after loading documents."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3159238\n"
-"36\n"
+"par_id20161204122420839\n"
"help.text"
-msgid "-p {filename1} {filename2} ..."
+msgid "New document creation arguments"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3163666\n"
-"37\n"
+"par_id20161204122414892\n"
"help.text"
-msgid "Prints the files <emph>{filename1} {filename2} ...</emph> to the default printer and ends. The splash screen does not appear."
+msgid "The arguments create an empty document of specified kind. Only one of them may be used in one command line. If filenames are specified after an argument, then it tries to open those files in the specified component."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150828\n"
-"49\n"
+"par_id3147213\n"
"help.text"
-msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
+msgid "Starts with an empty Writer document."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150883\n"
-"38\n"
+"par_id3145261\n"
"help.text"
-msgid "--pt {Printername} {filename1} {filename2} ..."
+msgid "Starts with an empty Calc document."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155081\n"
-"50\n"
+"par_id3154011\n"
"help.text"
-msgid "Prints the files <emph>{filename1} {filename2} ...</emph> to the printer <emph>{Printername}</emph> and ends. The splash screen does not appear."
+msgid "Starts with an empty Draw document."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153655\n"
-"51\n"
+"par_id3153222\n"
"help.text"
-msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
+msgid "Starts with an empty Impress document."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154372\n"
-"39\n"
+"par_id3146928\n"
"help.text"
-msgid "-o {filename}"
+msgid "Starts with an empty Math document."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150309\n"
-"40\n"
+"par_id3151075\n"
"help.text"
-msgid "Opens <emph>{filename}</emph> for editing, even if it is a template."
+msgid "Starts with an empty Writer master document."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151182\n"
-"54\n"
+"par_id3148836\n"
"help.text"
-msgid "--view {filename}"
+msgid "Starts with an empty HTML document."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145268\n"
-"55\n"
+"par_id20161204125123476\n"
"help.text"
-msgid "Creates a temporary copy of <emph>{filename}</emph> and opens it read-only."
+msgid "File open arguments"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3166421\n"
-"41\n"
+"par_id20161204125411030\n"
"help.text"
-msgid "-n {filename}"
+msgid "The arguments define how following filenames are treated. New treatment begins after the argument and ends at the next argument. The default treatment is to open documents for editing, and create new documents from document templates."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3154259\n"
-"42\n"
"help.text"
-msgid "Creates a new document using <emph>{filename}</emph> as a template."
+msgid "Treats following files as templates for creation of new documents."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155126\n"
-"43\n"
+"par_id3150309\n"
"help.text"
-msgid "--nologo"
+msgid "Opens following files for editing, regardless whether they are templates or not."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151334\n"
-"44\n"
+"par_id3155081\n"
"help.text"
-msgid "Disables the splash screen at program start."
+msgid "Prints the following files to the printer <emph>{Printername}</emph> and ends. The splash screen does not appear."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3159171\n"
-"75\n"
+"par_id3153655\n"
+"51\n"
"help.text"
-msgid "--nodefault"
+msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153306\n"
-"76\n"
+"par_id20161204010513716\n"
"help.text"
-msgid "Starts without displaying anything except the splash screen."
+msgid "If used multiple times, only last <emph>{Printername}</emph> is effective for all documents of all <emph>--pt</emph> runs."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315917t\n"
-"75\n"
+"par_id2016120401061890\n"
"help.text"
-msgid "--nolockcheck"
+msgid "Also, <emph>--printer-name</emph> argument of <emph>--print-to-file</emph> switch interferes with <emph>{Printername}</emph>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315330t\n"
-"76\n"
+"par_id3163666\n"
"help.text"
-msgid "Disables check for remote instances using the installation."
+msgid "Prints following files to the default printer, after which those files are closed. The splash screen does not appear."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id2211676\n"
+"par_id3150828\n"
"help.text"
-msgid "--nofirststartwizard"
+msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id1641895\n"
+"par_id3145268\n"
"help.text"
-msgid "Add this parameter to the program start command to suppress the Welcome Wizard."
+msgid "Opens following files in viewer mode (read-only)."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153915\n"
-"45\n"
+"par_id3153838\n"
"help.text"
-msgid "--display {display}"
+msgid "Opens and starts the following presentation documents of each immediately. Files are closed after the showing. Files other than Impress documents are opened in default mode , regardless of previous mode."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3146786\n"
-"46\n"
+"par_id315053p\n"
"help.text"
-msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX-like platforms."
+msgid "Batch convert files (implies --headless). If --outdir isn't specified, then current working directory is used as output_dir."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149595\n"
-"56\n"
+"par_id2016120401222926\n"
"help.text"
-msgid "--headless"
+msgid "If --convert-to is used more than once, last value of OutputFileExtension[:OutputFilterName] is effective. If --outdir is used more than once, only its last value is effective. For example:"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150530\n"
-"57\n"
+"par_id315053q\n"
"help.text"
-msgid "Starts in \"headless mode\" which allows using the application without user interface."
+msgid "Batch print files to file. If <emph>--outdir</emph> is not specified, then current working directory is used as output_dir."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156353\n"
-"58\n"
+"par_id20161204012928262\n"
"help.text"
-msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgid "If <emph>--printer-name</emph> or <emph>--outdir</emph> used multiple times, only last value of each is effective. Also, <emph>{Printername}</emph> of <emph>--pt</emph> switch interferes with <emph>--printer-name</emph>. For example:"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959o\n"
-"56\n"
+"par_id2016120401348732\n"
"help.text"
-msgid "--infilter={filter}"
+msgid "Dump text content of the following files to console (implies <emph>--headless</emph>). Cannot be used with <emph>--convert-to</emph>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053o\n"
-"57\n"
+"par_id2016120401398657\n"
"help.text"
-msgid "Forces an input filter type, if possible. Eg. --infilter=\"Calc Office Open XML\"."
+msgid "Set a bootstrap variable. For example: to set a non-default user profile path:"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959p\n"
-"56\n"
+"par_id20161204014126760\n"
"help.text"
-msgid "--convert-to output_file_extension[:output_filter_name] [--outdir output_dir] files"
+msgid "Ignored switches"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053p\n"
-"57\n"
+"par_id2016120401435616\n"
"help.text"
-msgid "Batch convert files. If --outdir is not specified, then current working directory is used as output_dir.<br/>Eg. --convert-to pdf *.doc<br/>--convert-to pdf:writer_pdf_Export --outdir /home/user *.doc"
+msgid "Ignored (MacOS X only)"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959q\n"
-"56\n"
+"par_id20161204014423695\n"
"help.text"
-msgid "--print-to-file [--printer-name printer_name] [--outdir output_dir] files"
+msgid "Ignored (COM+ related; Windows only)"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053q\n"
-"57\n"
+"par_id20161204014529900\n"
+"help.text"
+msgid "Does nothing, accepted only for backward compatibility."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id2016120401463584\n"
"help.text"
-msgid "Batch print files to file. If --outdir is not specified, then current working directory is used as output_dir.<br/>Eg. --print-to-file *.doc<br/>--print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc"
+msgid "Used only in unit tests and should have two arguments."
msgstr ""
#: startcenter.xhp
diff --git a/source/ar/helpcontent2/source/text/shared/optionen.po b/source/ar/helpcontent2/source/text/shared/optionen.po
index ba693c25e9f..88af6d7f963 100644
--- a/source/ar/helpcontent2/source/text/shared/optionen.po
+++ b/source/ar/helpcontent2/source/text/shared/optionen.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-05-24 02:17+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-07-05 15:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1464056244.000000\n"
+"X-POOTLE-MTIME: 1467734156.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -2241,13 +2241,12 @@ msgid "<ahelp hid=\"cui/ui/editmodulesdialog/back\">Click here to undo the curre
msgstr ""
#: 01010500.xhp
-#, fuzzy
msgctxt ""
"01010500.xhp\n"
"tit\n"
"help.text"
-msgid "Colors"
-msgstr "لون"
+msgid "Color"
+msgstr ""
#: 01010500.xhp
msgctxt ""
@@ -2261,323 +2260,200 @@ msgstr ""
msgctxt ""
"01010500.xhp\n"
"hd_id3150543\n"
-"1\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Colors\">Colors</link>"
+msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Color\">Color</link>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3153104\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/ColorPage\">Allows you to select a color from a color table, edit an existing color, or define new colors.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/ColorPage\">Allows you to select a color from a color palette, edit an existing color, or define new colors.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150767\n"
-"3\n"
"help.text"
-msgid "Color table"
+msgid "Colors"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150869\n"
-"5\n"
"help.text"
-msgid "Name"
-msgstr "اسم"
+msgid "Palette"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3149809\n"
-"6\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/name\">Specifies the name of a selected color. You can also type a name in this field when defining a new color.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/paletteselector\">Specifies the name of a selected palette. You can select a different palette here.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150447\n"
-"7\n"
-"help.text"
-msgid "Color"
-msgstr "لون"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3149560\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/colorlb\">Contains a list of available colors. To select a color, choose one from the list.</ahelp>"
-msgstr ""
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3155132\n"
-"9\n"
-"help.text"
-msgid "Color table"
-msgstr ""
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3152885\n"
-"12\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/modellb\">To modify, select the color model: Red-Green-Blue (RGB) or Cyan-Magenta-Yellow-BlacK (CMYK).</ahelp>"
+msgid "Color Set"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id1527756\n"
-"help.text"
-msgid "%PRODUCTNAME uses only the RGB color model for printing in color. The CMYK controls are provided only to ease the input of color values using CMYK notation."
-msgstr ""
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3147426\n"
-"40\n"
-"help.text"
-msgid "If you select RGB, the initials of the three colors will appear and you can set the color from 0 to 255 with the spin button."
-msgstr ""
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3150103\n"
-"13\n"
+"par_id3149560\n"
"help.text"
-msgid "R"
+msgid "<ahelp hid=\"cui/ui/colorpage/colorset\">Contains a list of available colors. Click on the desired one in the list to select it.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3152462\n"
-"14\n"
+"hd_id31563321\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/R\">Red</ahelp>"
+msgid "Recent Colors"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3145366\n"
-"15\n"
+"par_id31544811\n"
"help.text"
-msgid "G"
+msgid "<ahelp hid=\"cui/ui/colorpage/recentcolorset\">Displays the last twelve colors selected and applied.</ahelp> Upon selecting a new color it is added to the left of the list. If the list is full and a new color is selected then the rightmost color is deleted."
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3153144\n"
-"16\n"
+"hd_id3156332\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/G\">Green</ahelp>"
+msgid "Add"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3153573\n"
-"17\n"
+"par_id3154481\n"
"help.text"
-msgid "B"
+msgid "<ahelp hid=\"cui/ui/colorpage/add\">Adds the new color to the <emph>Custom</emph> palette.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3153726\n"
-"18\n"
+"hd_id31547578\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/B\">Blue</ahelp>"
-msgstr ""
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3152940\n"
-"41\n"
-"help.text"
-msgid "If you select CMYK, the initials of the four colors will appear and you can set the color from 0 to 255 with the spin button."
+msgid "Delete"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3154942\n"
-"42\n"
+"par_id3154483\n"
"help.text"
-msgid "C"
+msgid "<ahelp hid=\"cui/ui/colorpage/delete\">Deletes the selected color without confirmation.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3145800\n"
-"43\n"
+"par_id3154574\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/C\">Cyan</ahelp>"
+msgid "You can only delete colors from the <emph>custom</emph> palette."
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3155417\n"
-"44\n"
+"hd_id31507671\n"
"help.text"
-msgid "M"
+msgid "New"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3150093\n"
-"45\n"
+"par_id3147426\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/M\">Magenta</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/newpreview\">Displays a preview of the color selected from the color palette and the changes you make with the controls below.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3147124\n"
-"46\n"
+"hd_id3150103\n"
"help.text"
-msgid "Y"
+msgid "R"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3154098\n"
-"47\n"
+"par_id3152462\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/Y\">Yellow</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/R_custom\">The color code of the red component of the color. Possible values are between 0 and 255.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3154015\n"
-"48\n"
+"hd_id3145366\n"
"help.text"
-msgid "K"
+msgid "G"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3156180\n"
-"49\n"
+"par_id3153144\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/K\">Black</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/G_custom\">The color code of the green component of the color. Possible values are between 0 and 255.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3156332\n"
-"27\n"
+"hd_id3153573\n"
"help.text"
-msgid "Add"
+msgid "B"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3154481\n"
-"28\n"
+"par_id3153726\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/add\">Adds a new color.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/B_custom\">The color code of the blue component of the color. Possible values are between 0 and 255.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3153708\n"
-"29\n"
+"hd_id31535731\n"
"help.text"
-msgid "Modify"
+msgid "Hex"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3148916\n"
-"30\n"
+"par_id31537261\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/modify\">Changes the current color.</ahelp> Note that the color is overwritten without a confirmation."
+msgid "<ahelp hid=\"cui/ui/colorpage/hex_custom\">The color code of the color expressed as a hexadecimal value.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3154754\n"
-"31\n"
-"help.text"
-msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Edit\">Edit</link>"
-msgstr ""
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3159267\n"
-"33\n"
-"help.text"
-msgid "Load Color List"
-msgstr ""
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3154705\n"
-"34\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/load\">Accesses the <emph>Open</emph> dialog, which allows you to select a color palette</ahelp>."
-msgstr ""
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3147344\n"
-"36\n"
-"help.text"
-msgid "Save Color List"
-msgstr ""
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3163808\n"
-"37\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/save\">Opens the <emph>Save As</emph> dialog, which enables you to save the current color table under a specified name.</ahelp> If you do not choose this command, the current color table will be automatically saved as default and re-loaded the next time you start $[officename]."
-msgstr ""
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3154572\n"
-"38\n"
"help.text"
-msgid "The <emph>Load color list</emph> and <emph>Save color list </emph>icons are visible only if you select the <emph>Colors</emph> tab with the <emph>Format - Area</emph> command."
+msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Pick\">Pick</link><ahelp hid=\"cui/ui/colorpage/edit\"><embed href=\"text/shared/optionen/01010501.xhp#farbentext\"/></ahelp>"
msgstr ""
#: 01010501.xhp
@@ -5335,7 +5211,7 @@ msgctxt ""
"01030300.xhp\n"
"par_idN1064B\n"
"help.text"
-msgid "<ahelp hid=\"703988739\">Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/savesenddocs\">Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments.</ahelp>"
msgstr ""
#: 01030300.xhp
@@ -5351,7 +5227,7 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10652\n"
"help.text"
-msgid "<ahelp hid=\"703988740\">Select to see a warning dialog when you try to print a document that contains recorded changes or comments.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whenprinting\">Select to see a warning dialog when you try to print a document that contains recorded changes or comments.</ahelp>"
msgstr ""
#: 01030300.xhp
@@ -5367,7 +5243,7 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10659\n"
"help.text"
-msgid "<ahelp hid=\"703988741\">Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whensigning\">Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments.</ahelp>"
msgstr ""
#: 01030300.xhp
@@ -5383,7 +5259,7 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10660\n"
"help.text"
-msgid "<ahelp hid=\"703988742\">Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whenpdf\">Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments.</ahelp>"
msgstr ""
#: 01030300.xhp
@@ -5399,7 +5275,7 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10667\n"
"help.text"
-msgid "<ahelp hid=\"703988743\">Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/removepersonal\">Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>"
msgstr ""
#: 01030300.xhp
@@ -5415,7 +5291,7 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10680\n"
"help.text"
-msgid "<ahelp hid=\"703988744\">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/password\">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp>"
msgstr ""
#: 01030300.xhp
@@ -5431,7 +5307,23 @@ msgctxt ""
"01030300.xhp\n"
"par_id79042\n"
"help.text"
-msgid "<ahelp hid=\".\">If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/ctrlclick\">If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</ahelp>"
+msgstr ""
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id1972107\n"
+"help.text"
+msgid "Block any links from documents not among the trusted locations (see Macro Security)"
+msgstr ""
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id79043\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/blockuntrusted\">Blocks the use of links pointing to images not in the trusted locations defined on the <link href=\"text/shared/optionen/macrosecurity_ts.xhp\" name=\"Trusted Sources\">Trusted Sources</link> tab of the Macro Security dialog.</ahelp> This can increase security in case you work with documents from untrusted sources (e.g. the internet) and are worried about vulnerabilities in image processing software components. Blocking the use of links means that images are not loaded in documents, only a placeholder frame is visible."
msgstr ""
#: 01030300.xhp
diff --git a/source/ar/helpcontent2/source/text/smath.po b/source/ar/helpcontent2/source/text/smath.po
index 697177680df..6281b69a322 100644
--- a/source/ar/helpcontent2/source/text/smath.po
+++ b/source/ar/helpcontent2/source/text/smath.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-08-25 12:34+0200\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
"PO-Revision-Date: 2015-08-25 12:07+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1440504432.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1440504431.000000\n"
#: main0000.xhp
msgctxt ""
@@ -248,10 +248,9 @@ msgstr "<link href=\"text/smath/main0103.xhp\" name=\"View\">عرض</link>"
msgctxt ""
"main0103.xhp\n"
"par_id3147338\n"
-"2\n"
"help.text"
-msgid "Sets the display scale and defines which elements you want to be visible. Most of the commands that you can enter into the <emph>Commands</emph> window can also be accessed through a mouse click if you have already opened the Elements window with <link href=\"text/smath/01/03090000.xhp\" name=\"View - Elements\"><emph>View - Elements</emph></link>."
-msgstr "يضبط قياس العرض ويعرف أي العناصر تريدها لتكون ظاهرة. أغلب الأوامر التي يمكن أن تدرجها في نافذة <emph>الأوامر</emph> يمكن الوصول إليها كذلك بنقرة فأرة إن كنت فاتحا نافذة الأوامر بـ <link href=\"text/smath/01/03090000.xhp\" name=\"View - Elements\"><emph>عرض - العناصر</emph></link>."
+msgid "Sets the display scale and defines which elements you want to be visible. Most of the commands that you can enter into the <emph>Commands</emph> window can also be accessed through a mouse click if you have already opened the Elements pane with <link href=\"text/smath/01/03090000.xhp\" name=\"View - Elements\"><emph>View - Elements</emph></link>."
+msgstr ""
#: main0103.xhp
#, fuzzy
@@ -619,7 +618,6 @@ msgstr "الصيغ في السياق"
msgctxt ""
"main0503.xhp\n"
"par_id3148774\n"
-"8\n"
"help.text"
-msgid "To make working with formulas easier, use the context menus, which can be called up with a right mouse click. This applies especially to the Commands window. This context menu contains all the commands that are found in the Elements window, and also operators, and so on, which can be inserted into your formula by mouse-click without having to key them into the Commands window."
-msgstr "لجعل العمل أسهل مع الصيغ، استخدم قوائم السياق، التي يمكن استدعاؤها بنقر الفأرة باليمين. هذا ينطبق خصوصا على نافذة الأوامر. قائمة السياق هذه تحوي جميع الأوامر التي توجد في نافذة العناصر، وكذلك المعاملات، وهلمّ جرًا، التي يمكن إدراجها في صيغتك بنقرة فأرة دون الحاجة لربطهم مع نافذة الأوامر."
+msgid "To make working with formulas easier, use the context menus, which can be called up with a right mouse click. This applies especially to the Commands window. This context menu contains all the commands that are found in the Elements pane, and also operators, and so on, which can be inserted into your formula by mouse-click without having to key them into the Commands window."
+msgstr ""
diff --git a/source/ar/helpcontent2/source/text/smath/00.po b/source/ar/helpcontent2/source/text/smath/00.po
index 022fc6d0e15..d5d9554acb3 100644
--- a/source/ar/helpcontent2/source/text/smath/00.po
+++ b/source/ar/helpcontent2/source/text/smath/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2015-12-11 12:13+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2015-11-10 20:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1449835995.000000\n"
+"X-POOTLE-MTIME: 1447188921.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -312,31 +312,13 @@ msgstr "افتح قائمة السياق في نافذة الأوامر - اخت
msgctxt ""
"00000004.xhp\n"
"par_id3154106\n"
-"71\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "اختر <emph>عرض - العناصر</emph> - في نافذة العناصر، أنقر"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3153535\n"
-"help.text"
-msgid "<image id=\"img_id3151310\" src=\"res/helpimg/starmath/im21101.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151310\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Unary/Binary Operators</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3153774\n"
-"72\n"
-"help.text"
-msgid "Unary/Binary Operators"
-msgstr "معاملات أحادية/ثنائية"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3150360\n"
"73\n"
"help.text"
@@ -347,31 +329,13 @@ msgstr "افتح قائمة السياق في نافذة الأوامر - اخت
msgctxt ""
"00000004.xhp\n"
"par_id3154473\n"
-"74\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "اختر <emph>عرض - العناصر</emph> - في نافذة العناصر، أنقر"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3147531\n"
-"help.text"
-msgid "<image id=\"img_id3151103\" src=\"res/helpimg/starmath/bi21309.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151103\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Relations</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3150833\n"
-"75\n"
-"help.text"
-msgid "Relations"
-msgstr "علاقات"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149687\n"
"37\n"
"help.text"
@@ -382,31 +346,13 @@ msgstr "افتح قائمة السياق في نافذة الأوامر - اخت
msgctxt ""
"00000004.xhp\n"
"par_id3149342\n"
-"76\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "اختر <emph>عرض - العناصر</emph> - في نافذة العناصر، أنقر"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3146921\n"
-"help.text"
-msgid "<image id=\"img_id3146927\" src=\"res/helpimg/starmath/im21105.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146927\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Operators</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3148990\n"
-"39\n"
-"help.text"
-msgid "Operators"
-msgstr "معاملات"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149297\n"
"40\n"
"help.text"
@@ -417,31 +363,13 @@ msgstr "افتح قائمة السياق في نافذة الأوامر - اخت
msgctxt ""
"00000004.xhp\n"
"par_id3143275\n"
-"77\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "اختر <emph>عرض - العناصر</emph> - في نافذة العناصر، أنقر"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3149103\n"
"help.text"
-msgid "<image id=\"img_id3154825\" src=\"res/helpimg/starmath/im21104.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3154825\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Functions</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3149796\n"
-"42\n"
-"help.text"
-msgid "Functions"
-msgstr "دوال"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3147092\n"
"43\n"
"help.text"
@@ -452,31 +380,13 @@ msgstr "افتح قائمة السياق في نافذة الأوامر - اخت
msgctxt ""
"00000004.xhp\n"
"par_id3147220\n"
-"78\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "اختر <emph>عرض - العناصر</emph> - في نافذة العناصر، أنقر"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3147584\n"
"help.text"
-msgid "<image id=\"img_id3148733\" src=\"res/helpimg/starmath/im21107.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148733\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Brackets</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3147330\n"
-"45\n"
-"help.text"
-msgid "Brackets"
-msgstr "أقواس"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3153510\n"
"46\n"
"help.text"
@@ -487,31 +397,13 @@ msgstr "افتح قائمة السياق في نافذة الأوامر - اخت
msgctxt ""
"00000004.xhp\n"
"par_id3147126\n"
-"79\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "اختر <emph>عرض - العناصر</emph> - في نافذة العناصر، أنقر"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3154376\n"
"help.text"
-msgid "<image id=\"img_id3154390\" src=\"res/helpimg/starmath/at21706.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154390\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Attributes</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3153361\n"
-"48\n"
-"help.text"
-msgid "Attributes"
-msgstr "صفات"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3154114\n"
"49\n"
"help.text"
@@ -522,31 +414,13 @@ msgstr "افتح قائمة السياق في نافذة الأوامر - اخت
msgctxt ""
"00000004.xhp\n"
"par_id3150581\n"
-"80\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "اختر <emph>عرض - العناصر</emph> - في نافذة العناصر، أنقر"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3151029\n"
-"help.text"
-msgid "<image id=\"img_id3151036\" src=\"res/helpimg/starmath/im21108.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151036\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Formats</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3155119\n"
-"51\n"
-"help.text"
-msgid "Formats"
-msgstr "التنسيقات"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149008\n"
"52\n"
"help.text"
@@ -557,31 +431,13 @@ msgstr "افتح قائمة السياق في نافذة الأوامر - اخت
msgctxt ""
"00000004.xhp\n"
"par_id3147313\n"
-"81\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "اختر <emph>عرض - العناصر</emph> - في نافذة العناصر، أنقر"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3151377\n"
-"help.text"
-msgid "<image id=\"img_id3151384\" src=\"res/helpimg/starmath/op21401.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151384\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Set Operations</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3150686\n"
-"54\n"
-"help.text"
-msgid "Set Operations"
-msgstr "تعيين العوامل"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3150109\n"
"55\n"
"help.text"
@@ -721,29 +577,12 @@ msgctxt ""
"par_id3153968\n"
"91\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "اختر <emph>عرض - العناصر</emph> - في نافذة العناصر، أنقر"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3154715\n"
-"help.text"
-msgid "<image id=\"img_id3154722\" src=\"res/helpimg/starmath/im21117.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154722\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Others</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3150459\n"
-"92\n"
-"help.text"
-msgid "Others"
-msgstr "غيرها"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3145626\n"
"help.text"
msgid "<image id=\"img_id3145632\" src=\"cmd/sc_formelcursor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145632\">Icon</alt></image>"
diff --git a/source/ar/helpcontent2/source/text/smath/01.po b/source/ar/helpcontent2/source/text/smath/01.po
index 8946524f7f1..f09edaf8311 100644
--- a/source/ar/helpcontent2/source/text/smath/01.po
+++ b/source/ar/helpcontent2/source/text/smath/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
"PO-Revision-Date: 2016-05-06 17:47+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -445,20 +445,17 @@ msgstr ""
msgctxt ""
"03090100.xhp\n"
"par_id3151241\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">You can choose various unary and binary operators to build your $[officename] Math formula. Unary refers to operators that affect one placeholder. Binary refers to operators that connect two placeholders. The lower area of the Elements window displays the individual operators.</ahelp> The <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window also contains a list of these operators, as well as additional operators. If you need an operator that is not contained in the Elements window, use the context menu or type it directly in the <emph>Commands</emph> window."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">You can choose various unary and binary operators to build your $[officename] Math formula. Unary refers to operators that affect one placeholder. Binary refers to operators that connect two placeholders. The lower area of the Elements pane displays the individual operators.</ahelp> The <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window also contains a list of these operators, as well as additional operators. If you need an operator that is not contained in the Elements pane, use the context menu or type it directly in the <emph>Commands</emph> window."
msgstr ""
#: 03090100.xhp
-#, fuzzy
msgctxt ""
"03090100.xhp\n"
"par_id3146963\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of the unary and binary operators. The symbol next to the operator indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the Commands window."
-msgstr "التالي هو قائمة من الدوال الظاهرة في نافذة <emph>العناصر</emph>. الأيقونة بجانب الدالة تشير أنه يمكن الوصول إليه في نافذة العناصر (قائمة عرض - العناصر) أو من قائمة السياق لنافذة <emph>الأوامر</emph>."
+msgid "The following is a complete list of the unary and binary operators. The symbol next to the operator indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the Commands window."
+msgstr ""
#: 03090100.xhp
#, fuzzy
@@ -471,13 +468,12 @@ msgid "Unary and Binary Operators"
msgstr "معاملات أحادية/ثنائية"
#: 03090100.xhp
-#, fuzzy
msgctxt ""
"03090100.xhp\n"
"par_idN10085\n"
"help.text"
-msgid "<image id=\"img_id3156399\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153154\" src=\"starmath/res/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153154\">أيقونة</alt></image>"
+msgid "<image id=\"img_id3156399\" src=\"res/helpimg/starmath/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -499,13 +495,12 @@ msgid "<ahelp hid=\"HID_SMA_PLUSX\">Inserts a <emph>plus</emph> with one placeho
msgstr "<ahelp hid=\"HID_SMA_EXPX\">تدرج دالة أسية مع ماسك مكان واحد.</ahelp> تستطيع أيضا طباعة <emph>exp(<?>)</emph> في نافذة <emph>الأوامر</emph>."
#: 03090100.xhp
-#, fuzzy
msgctxt ""
"03090100.xhp\n"
"par_idN100C1\n"
"help.text"
-msgid "<image id=\"img_id3148776\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147507\" src=\"starmath/res/fu21506.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147507\">أيقونة</alt></image>"
+msgid "<image id=\"img_id3148776\" src=\"res/helpimg/starmath/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -527,13 +522,12 @@ msgid "<ahelp hid=\"HID_SMA_MINUSX\">Inserts a <emph>minus</emph> with one place
msgstr "<ahelp hid=\"HID_SMA_EXPX\">تدرج دالة أسية مع ماسك مكان واحد.</ahelp> تستطيع أيضا طباعة <emph>exp(<?>)</emph> في نافذة <emph>الأوامر</emph>."
#: 03090100.xhp
-#, fuzzy
msgctxt ""
"03090100.xhp\n"
"par_idN100FD\n"
"help.text"
-msgid "<image id=\"img_id3150757\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153154\" src=\"starmath/res/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153154\">أيقونة</alt></image>"
+msgid "<image id=\"img_id3150757\" src=\"res/helpimg/starmath/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -555,13 +549,12 @@ msgid "<ahelp hid=\"HID_SMA_PLUSMINUSX\">Inserts a <emph>plus/minus</emph> with
msgstr "<ahelp hid=\"HID_SMA_EXPX\">تدرج دالة أسية مع ماسك مكان واحد.</ahelp> تستطيع أيضا طباعة <emph>exp(<?>)</emph> في نافذة <emph>الأوامر</emph>."
#: 03090100.xhp
-#, fuzzy
msgctxt ""
"03090100.xhp\n"
"par_idN10139\n"
"help.text"
-msgid "<image id=\"img_id3145410\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153154\" src=\"starmath/res/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153154\">أيقونة</alt></image>"
+msgid "<image id=\"img_id3145410\" src=\"res/helpimg/starmath/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -583,13 +576,12 @@ msgid "<ahelp hid=\"HID_SMA_MINUSPLUSX\">Inserts a <emph>minus/plus</emph> with
msgstr "<ahelp hid=\"HID_SMA_EXPX\">تدرج دالة أسية مع ماسك مكان واحد.</ahelp> تستطيع أيضا طباعة <emph>exp(<?>)</emph> في نافذة <emph>الأوامر</emph>."
#: 03090100.xhp
-#, fuzzy
msgctxt ""
"03090100.xhp\n"
"par_idN10175\n"
"help.text"
-msgid "<image id=\"img_id3151098\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153154\" src=\"starmath/res/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153154\">أيقونة</alt></image>"
+msgid "<image id=\"img_id3151098\" src=\"res/helpimg/starmath/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -611,13 +603,12 @@ msgid "<ahelp hid=\"HID_SMA_XPLUSY\">Inserts a <emph>plus</emph> with two placeh
msgstr "<ahelp hid=\"HID_SMA_EXPX\">تدرج دالة أسية مع ماسك مكان واحد.</ahelp> تستطيع أيضا طباعة <emph>exp(<?>)</emph> في نافذة <emph>الأوامر</emph>."
#: 03090100.xhp
-#, fuzzy
msgctxt ""
"03090100.xhp\n"
"par_idN101B0\n"
"help.text"
-msgid "<image id=\"img_id3155898\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153154\" src=\"starmath/res/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153154\">أيقونة</alt></image>"
+msgid "<image id=\"img_id3155898\" src=\"res/helpimg/starmath/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -639,13 +630,12 @@ msgid "<ahelp hid=\"HID_SMA_XCDOTY\">Inserts a dot operator with two placeholder
msgstr "<ahelp hid=\"HID_SMA_EXPX\">تدرج دالة أسية مع ماسك مكان واحد.</ahelp> تستطيع أيضا طباعة <emph>exp(<?>)</emph> في نافذة <emph>الأوامر</emph>."
#: 03090100.xhp
-#, fuzzy
msgctxt ""
"03090100.xhp\n"
"par_idN101E9\n"
"help.text"
-msgid "<image id=\"img_id3149308\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147507\" src=\"starmath/res/fu21506.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147507\">أيقونة</alt></image>"
+msgid "<image id=\"img_id3149308\" src=\"res/helpimg/starmath/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -667,13 +657,12 @@ msgid "<ahelp hid=\"HID_SMA_XTIMESY\">Inserts an 'x' <emph>multiplication</emph>
msgstr "<ahelp hid=\"HID_SMA_EXPX\">تدرج دالة أسية مع ماسك مكان واحد.</ahelp> تستطيع أيضا طباعة <emph>exp(<?>)</emph> في نافذة <emph>الأوامر</emph>."
#: 03090100.xhp
-#, fuzzy
msgctxt ""
"03090100.xhp\n"
"par_idN10226\n"
"help.text"
-msgid "<image id=\"img_id3148982\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147507\" src=\"starmath/res/fu21506.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147507\">أيقونة</alt></image>"
+msgid "<image id=\"img_id3148982\" src=\"res/helpimg/starmath/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -695,13 +684,12 @@ msgid "<ahelp hid=\"HID_SMA_XSYMTIMESY\">Inserts an asterisk multiplication sign
msgstr "<ahelp hid=\"HID_SMA_EXPX\">تدرج دالة أسية مع ماسك مكان واحد.</ahelp> تستطيع أيضا طباعة <emph>exp(<?>)</emph> في نافذة <emph>الأوامر</emph>."
#: 03090100.xhp
-#, fuzzy
msgctxt ""
"03090100.xhp\n"
"par_idN1025F\n"
"help.text"
-msgid "<image id=\"img_id3155140\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153154\" src=\"starmath/res/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153154\">أيقونة</alt></image>"
+msgid "<image id=\"img_id3155140\" src=\"res/helpimg/starmath/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -723,13 +711,12 @@ msgid "<ahelp hid=\"HID_SMA_XMINUSY\">Inserts a subtraction sign with two placeh
msgstr "<ahelp hid=\"HID_SMA_EXPX\">تدرج دالة أسية مع ماسك مكان واحد.</ahelp> تستطيع أيضا طباعة <emph>exp(<?>)</emph> في نافذة <emph>الأوامر</emph>."
#: 03090100.xhp
-#, fuzzy
msgctxt ""
"03090100.xhp\n"
"par_idN10298\n"
"help.text"
-msgid "<image id=\"img_id3149168\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153154\" src=\"starmath/res/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153154\">أيقونة</alt></image>"
+msgid "<image id=\"img_id3149168\" src=\"res/helpimg/starmath/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -751,13 +738,12 @@ msgid "<ahelp hid=\"HID_SMA_XOVERY\">Inserts a fraction with two placeholders.</
msgstr "<ahelp hid=\"HID_SMA_EXPX\">تدرج دالة أسية مع ماسك مكان واحد.</ahelp> تستطيع أيضا طباعة <emph>exp(<?>)</emph> في نافذة <emph>الأوامر</emph>."
#: 03090100.xhp
-#, fuzzy
msgctxt ""
"03090100.xhp\n"
"par_idN102D1\n"
"help.text"
-msgid "<image id=\"img_id3148765\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147507\" src=\"starmath/res/fu21506.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147507\">أيقونة</alt></image>"
+msgid "<image id=\"img_id3148765\" src=\"res/helpimg/starmath/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -779,13 +765,12 @@ msgid "<ahelp hid=\"HID_SMA_XDIVY\">Inserts a division sign with two placeholder
msgstr "<ahelp hid=\"HID_SMA_EXPX\">تدرج دالة أسية مع ماسك مكان واحد.</ahelp> تستطيع أيضا طباعة <emph>exp(<?>)</emph> في نافذة <emph>الأوامر</emph>."
#: 03090100.xhp
-#, fuzzy
msgctxt ""
"03090100.xhp\n"
"par_idN1030A\n"
"help.text"
-msgid "<image id=\"img_id3147418\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147507\" src=\"starmath/res/fu21506.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147507\">أيقونة</alt></image>"
+msgid "<image id=\"img_id3147418\" src=\"res/helpimg/starmath/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -807,13 +792,12 @@ msgid "<ahelp hid=\"HID_SMA_XSYMDIVIDEY\">Inserts a slash '/' with two placehold
msgstr "<ahelp hid=\"HID_SMA_EXPX\">تدرج دالة أسية مع ماسك مكان واحد.</ahelp> تستطيع أيضا طباعة <emph>exp(<?>)</emph> في نافذة <emph>الأوامر</emph>."
#: 03090100.xhp
-#, fuzzy
msgctxt ""
"03090100.xhp\n"
"par_idN10343\n"
"help.text"
-msgid "<image id=\"img_id3149566\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147507\" src=\"starmath/res/fu21506.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147507\">أيقونة</alt></image>"
+msgid "<image id=\"img_id3149566\" src=\"res/helpimg/starmath/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -835,13 +819,12 @@ msgid "<ahelp hid=\"HID_SMA_NEGX\">Inserts a <emph>Boolean NOT</emph> with one p
msgstr "<ahelp hid=\"HID_SMA_LOGX\">يدرج لوغاريتم شائع (القاعدة 10) مع ماسك مكان واحد.</ahelp> تستطيع أيضا كتابة <emph>log(<?>)</emph>في نافذة <emph>الأوامر</emph>."
#: 03090100.xhp
-#, fuzzy
msgctxt ""
"03090100.xhp\n"
"par_idN10383\n"
"help.text"
-msgid "<image id=\"img_id3147116\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147507\" src=\"starmath/res/fu21506.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147507\">أيقونة</alt></image>"
+msgid "<image id=\"img_id3147116\" src=\"res/helpimg/starmath/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -863,13 +846,12 @@ msgid "<ahelp hid=\"HID_SMA_XANDY\">Inserts a <emph>Boolean AND</emph> with two
msgstr "<ahelp hid=\"HID_SMA_EXPX\">تدرج دالة أسية مع ماسك مكان واحد.</ahelp> تستطيع أيضا طباعة <emph>exp(<?>)</emph> في نافذة <emph>الأوامر</emph>."
#: 03090100.xhp
-#, fuzzy
msgctxt ""
"03090100.xhp\n"
"par_idN103C3\n"
"help.text"
-msgid "<image id=\"img_id3148440\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147507\" src=\"starmath/res/fu21506.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147507\">أيقونة</alt></image>"
+msgid "<image id=\"img_id3148440\" src=\"res/helpimg/starmath/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -891,13 +873,12 @@ msgid "<ahelp hid=\"HID_SMA_XORY\">Inserts a <emph>Boolean OR</emph> with two pl
msgstr "<ahelp hid=\"HID_SMA_EXPX\">تدرج دالة أسية مع ماسك مكان واحد.</ahelp> تستطيع أيضا طباعة <emph>exp(<?>)</emph> في نافذة <emph>الأوامر</emph>."
#: 03090100.xhp
-#, fuzzy
msgctxt ""
"03090100.xhp\n"
"par_idN10403\n"
"help.text"
-msgid "<image id=\"img_id3150173\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153154\" src=\"starmath/res/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153154\">أيقونة</alt></image>"
+msgid "<image id=\"img_id3150173\" src=\"res/helpimg/starmath/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -1049,18 +1030,17 @@ msgctxt ""
"par_id3153152\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">You can choose among various relations to structure your <emph>$[officename] Math</emph> formula. The relation functions are displayed in the lower part of the Elements window.</ahelp> The list is also in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All relations that are not contained in the Elements window or in the context menu can be typed manually in the Commands window."
+msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">You can choose among various relations to structure your <emph>$[officename] Math</emph> formula. The relation functions are displayed in the lower part of the Elements pane.</ahelp> The list is also in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All relations that are not contained in the Elements pane or in the context menu can be typed manually in the Commands window."
msgstr ""
#: 03090200.xhp
-#, fuzzy
msgctxt ""
"03090200.xhp\n"
"par_id3147258\n"
"3\n"
"help.text"
-msgid "The following is a complete list of the relations. The symbol next to the name of the relation indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "التالي هو قائمة من الدوال الظاهرة في نافذة <emph>العناصر</emph>. الأيقونة بجانب الدالة تشير أنه يمكن الوصول إليه في نافذة العناصر (قائمة عرض - العناصر) أو من قائمة السياق لنافذة <emph>الأوامر</emph>."
+msgid "The following is a complete list of the relations. The symbol next to the name of the relation indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090200.xhp
#, fuzzy
@@ -1936,20 +1916,17 @@ msgstr "<link href=\"text/smath/01/03090400.xhp\" name=\"Functions\">الدوا
msgctxt ""
"03090300.xhp\n"
"par_id3149755\n"
-"35\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\">You can choose among various operators to structure your <emph>$[officename] Math</emph> formula. All available operators appear in the lower part of the Elements window.</ahelp> They are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All operators not contained in the Elements window or in the context menu must be typed manually in the <emph>Commands</emph> window."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\">You can choose among various operators to structure your <emph>$[officename] Math</emph> formula. All available operators appear in the lower part of the Elements pane.</ahelp> They are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All operators not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window."
msgstr ""
#: 03090300.xhp
-#, fuzzy
msgctxt ""
"03090300.xhp\n"
"par_id3153576\n"
-"36\n"
"help.text"
-msgid "The following is a list of the available operators. An icon next to the operator name indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "التالي هو قائمة من الدوال الظاهرة في نافذة <emph>العناصر</emph>. الأيقونة بجانب الدالة تشير أنه يمكن الوصول إليه في نافذة العناصر (قائمة عرض - العناصر) أو من قائمة السياق لنافذة <emph>الأوامر</emph>."
+msgid "The following is a list of the available operators. An icon next to the operator name indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090300.xhp
msgctxt ""
@@ -2391,10 +2368,9 @@ msgstr "<link href=\"text/smath/01/03090400.xhp\" name=\"Functions\">الدوا
msgctxt ""
"03090400.xhp\n"
"par_id3155374\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">Choose a function in the lower part of the window.</ahelp> These functions are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements window need to be typed manually in the Commands window."
-msgstr "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">اختر دالة من الجزء السفلي من النافذة.</ahelp> هذه الدوال مسردة أيضا في <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">قائمة السياق</link> لنافذة <emph>الأوامر</emph>. أي من الدوال الغير محتواة في نافذة العناصر تحتاج لطباعتها يدويًا في نافذة الأوامر."
+msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">Choose a function in the lower part of the window.</ahelp> These functions are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements pane need to be typed manually in the Commands window."
+msgstr ""
#: 03090400.xhp
msgctxt ""
@@ -2402,8 +2378,8 @@ msgctxt ""
"par_id3150760\n"
"3\n"
"help.text"
-msgid "The following is a list of all functions that appear in the <emph>Elements</emph> window. The icon next to the function indicates that it can be accessed through the Elements window (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
-msgstr "التالي هو قائمة من الدوال الظاهرة في نافذة <emph>العناصر</emph>. الأيقونة بجانب الدالة تشير أنه يمكن الوصول إليه في نافذة العناصر (قائمة عرض - العناصر) أو من قائمة السياق لنافذة <emph>الأوامر</emph>."
+msgid "The following is a list of all functions that appear in the <emph>Elements</emph> pane. The icon next to the function indicates that it can be accessed through the Elements pane (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090400.xhp
msgctxt ""
@@ -3132,20 +3108,17 @@ msgstr "<link href=\"text/smath/01/03090400.xhp\" name=\"Functions\">الدوا
msgctxt ""
"03090500.xhp\n"
"par_id3147258\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">You can choose among various bracket types to structure a <emph>$[officename] Math</emph> formula. Bracket types are displayed in the lower part of the Elements window.</ahelp> These brackets are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All brackets that are not contained in the Elements window or in the context menu can be typed manually in the <emph>Commands</emph> window."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">You can choose among various bracket types to structure a <emph>$[officename] Math</emph> formula. Bracket types are displayed in the lower part of the Elements pane.</ahelp> These brackets are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All brackets that are not contained in the Elements pane or in the context menu can be typed manually in the <emph>Commands</emph> window."
msgstr ""
#: 03090500.xhp
-#, fuzzy
msgctxt ""
"03090500.xhp\n"
"par_id3154264\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of all available bracket types. The icon next to the bracket type indicates that it can be accessed through the Elements window (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
-msgstr "التالي هو قائمة من الدوال الظاهرة في نافذة <emph>العناصر</emph>. الأيقونة بجانب الدالة تشير أنه يمكن الوصول إليه في نافذة العناصر (قائمة عرض - العناصر) أو من قائمة السياق لنافذة <emph>الأوامر</emph>."
+msgid "The following is a complete list of all available bracket types. The icon next to the bracket type indicates that it can be accessed through the Elements pane (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090500.xhp
msgctxt ""
@@ -3825,20 +3798,17 @@ msgstr ""
msgctxt ""
"03090600.xhp\n"
"par_id3145802\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\">You can choose from various attributes for <emph>%PRODUCTNAME</emph> <emph>Math</emph> formulas. Some attributes are displayed in the lower part of the Elements window.</ahelp> These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements window or in the context menu must be typed manually in the <emph>Commands</emph> window."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\">You can choose from various attributes for <emph>%PRODUCTNAME</emph> <emph>Math</emph> formulas. Some attributes are displayed in the lower part of the Elements pane.</ahelp> These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window."
msgstr ""
#: 03090600.xhp
-#, fuzzy
msgctxt ""
"03090600.xhp\n"
"par_id3155962\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of all attributes available in <item type=\"productname\">%PRODUCTNAME</item> Math. The symbol next to the attribute indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "التالي هو قائمة من الدوال الظاهرة في نافذة <emph>العناصر</emph>. الأيقونة بجانب الدالة تشير أنه يمكن الوصول إليه في نافذة العناصر (قائمة عرض - العناصر) أو من قائمة السياق لنافذة <emph>الأوامر</emph>."
+msgid "The following is a complete list of all attributes available in <item type=\"productname\">%PRODUCTNAME</item> Math. The symbol next to the attribute indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090600.xhp
msgctxt ""
@@ -4574,18 +4544,17 @@ msgctxt ""
"par_id3147262\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower half of the Formula Elements window.</ahelp> These options are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower half of the Formula Elements pane.</ahelp> These options are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window."
msgstr ""
#: 03090700.xhp
-#, fuzzy
msgctxt ""
"03090700.xhp\n"
"par_id3154263\n"
"3\n"
"help.text"
-msgid "The following is a complete list of all available formatting options in $[officename] Math. The icon next to the formatting option indicates that it can be accessed through the Elements window (menu <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "التالي هو قائمة من الدوال الظاهرة في نافذة <emph>العناصر</emph>. الأيقونة بجانب الدالة تشير أنه يمكن الوصول إليه في نافذة العناصر (قائمة عرض - العناصر) أو من قائمة السياق لنافذة <emph>الأوامر</emph>."
+msgid "The following is a complete list of all available formatting options in $[officename] Math. The icon next to the formatting option indicates that it can be accessed through the Elements pane (menu <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090700.xhp
msgctxt ""
@@ -5170,7 +5139,7 @@ msgctxt ""
"par_id3154641\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\">Assign different set operators to the characters in your <emph>$[officename] Math</emph> formula. The individual operators are shown in the lower section of the Elements window</ahelp>. Call the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> in the <emph>Commands</emph> window to see an identical list of the individual functions. Any operators not found in the Elements window have to be entered directly in the Commands window. You can also directly insert other parts of the formula even if symbols already exist for them."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\">Assign different set operators to the characters in your <emph>$[officename] Math</emph> formula. The individual operators are shown in the lower section of the Elements pane</ahelp>. Call the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> in the <emph>Commands</emph> window to see an identical list of the individual functions. Any operators not found in the Elements pane have to be entered directly in the Commands window. You can also directly insert other parts of the formula even if symbols already exist for them."
msgstr ""
#: 03090800.xhp
@@ -5179,7 +5148,7 @@ msgctxt ""
"par_id3149290\n"
"3\n"
"help.text"
-msgid "After clicking the <emph>Set Operations</emph> icon in the Elements window additional icons will be shown in the lower part of this window. Simply click a symbol to incorporate the operator in the formula being edited in the Commands window."
+msgid "After clicking the <emph>Set Operations</emph> icon in the Elements pane additional icons will be shown in the lower part of this window. Simply click a symbol to incorporate the operator in the formula being edited in the Commands window."
msgstr ""
#: 03090800.xhp
@@ -6280,7 +6249,7 @@ msgctxt ""
"par_id3151392\n"
"5\n"
"help.text"
-msgid "Set brackets were previously inserted in the Elements window or directly in the Commands window as \"left lbrace <?> right rbrace\". Now, a left and a right set bracket can also be inserted using \"lbrace\" and \"rbrace\", with or without wildcards."
+msgid "Set brackets were previously inserted in the Elements pane or directly in the Commands window as \"left lbrace <?> right rbrace\". Now, a left and a right set bracket can also be inserted using \"lbrace\" and \"rbrace\", with or without wildcards."
msgstr ""
#: 03091100.xhp
@@ -7133,9 +7102,8 @@ msgstr ""
msgctxt ""
"03091501.xhp\n"
"par_id3151388\n"
-"472\n"
"help.text"
-msgid "Symbol in Elements Window"
+msgid "Symbol in Elements pane"
msgstr ""
#: 03091501.xhp
@@ -7148,13 +7116,12 @@ msgid "Meaning"
msgstr "معنى"
#: 03091501.xhp
-#, fuzzy
msgctxt ""
"03091501.xhp\n"
"par_id3156276\n"
"help.text"
-msgid "<image id=\"Graphic10\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147507\" src=\"starmath/res/fu21506.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147507\">أيقونة</alt></image>"
+msgid "<image id=\"Graphic10\" src=\"res/helpimg/starmath/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7166,13 +7133,12 @@ msgid "Subtraction"
msgstr ""
#: 03091501.xhp
-#, fuzzy
msgctxt ""
"03091501.xhp\n"
"par_id3163824\n"
"help.text"
-msgid "<image id=\"Graphic21\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153154\" src=\"starmath/res/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153154\">أيقونة</alt></image>"
+msgid "<image id=\"Graphic21\" src=\"res/helpimg/starmath/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7184,13 +7150,12 @@ msgid "- Sign"
msgstr ""
#: 03091501.xhp
-#, fuzzy
msgctxt ""
"03091501.xhp\n"
"par_id3147514\n"
"help.text"
-msgid "<image id=\"Graphic4\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153154\" src=\"starmath/res/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153154\">أيقونة</alt></image>"
+msgid "<image id=\"Graphic4\" src=\"res/helpimg/starmath/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7202,13 +7167,12 @@ msgid "Minus/Plus"
msgstr ""
#: 03091501.xhp
-#, fuzzy
msgctxt ""
"03091501.xhp\n"
"par_id3154821\n"
"help.text"
-msgid "<image id=\"Graphic13\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153154\" src=\"starmath/res/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153154\">أيقونة</alt></image>"
+msgid "<image id=\"Graphic13\" src=\"res/helpimg/starmath/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7220,13 +7184,12 @@ msgid "Division"
msgstr ""
#: 03091501.xhp
-#, fuzzy
msgctxt ""
"03091501.xhp\n"
"par_id3155179\n"
"help.text"
-msgid "<image id=\"Graphic7\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147507\" src=\"starmath/res/fu21506.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147507\">أيقونة</alt></image>"
+msgid "<image id=\"Graphic7\" src=\"res/helpimg/starmath/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7238,13 +7201,12 @@ msgid "Multiplication"
msgstr ""
#: 03091501.xhp
-#, fuzzy
msgctxt ""
"03091501.xhp\n"
"par_id3150832\n"
"help.text"
-msgid "<image id=\"Graphic6\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153154\" src=\"starmath/res/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153154\">أيقونة</alt></image>"
+msgid "<image id=\"Graphic6\" src=\"res/helpimg/starmath/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7256,13 +7218,12 @@ msgid "Addition"
msgstr ""
#: 03091501.xhp
-#, fuzzy
msgctxt ""
"03091501.xhp\n"
"par_id3145590\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153154\" src=\"starmath/res/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153154\">أيقونة</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/helpimg/starmath/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7274,13 +7235,12 @@ msgid "+ Sign"
msgstr ""
#: 03091501.xhp
-#, fuzzy
msgctxt ""
"03091501.xhp\n"
"par_id3150764\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153154\" src=\"starmath/res/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153154\">أيقونة</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/helpimg/starmath/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7300,13 +7260,12 @@ msgid "<item type=\"literal\">and</item> or <item type=\"literal\">&</item>"
msgstr ""
#: 03091501.xhp
-#, fuzzy
msgctxt ""
"03091501.xhp\n"
"par_id3146336\n"
"help.text"
-msgid "<image id=\"Graphic14\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153154\" src=\"starmath/res/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153154\">أيقونة</alt></image>"
+msgid "<image id=\"Graphic14\" src=\"res/helpimg/starmath/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7368,13 +7327,12 @@ msgid "Unary operator. A user-defined symbol follows, which is a used as a unary
msgstr ""
#: 03091501.xhp
-#, fuzzy
msgctxt ""
"03091501.xhp\n"
"par_id3147212\n"
"help.text"
-msgid "<image id=\"Graphic8\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147507\" src=\"starmath/res/fu21506.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147507\">أيقونة</alt></image>"
+msgid "<image id=\"Graphic8\" src=\"res/helpimg/starmath/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7386,13 +7344,12 @@ msgid "Multiplication, small multiply symbol"
msgstr ""
#: 03091501.xhp
-#, fuzzy
msgctxt ""
"03091501.xhp\n"
"par_id3151130\n"
"help.text"
-msgid "<image id=\"Graphic16\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153154\" src=\"starmath/res/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153154\">أيقونة</alt></image>"
+msgid "<image id=\"Graphic16\" src=\"res/helpimg/starmath/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7404,13 +7361,12 @@ msgid "Concatenate symbols"
msgstr ""
#: 03091501.xhp
-#, fuzzy
msgctxt ""
"03091501.xhp\n"
"par_id3147470\n"
"help.text"
-msgid "<image id=\"Graphic12\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153154\" src=\"starmath/res/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153154\">أيقونة</alt></image>"
+msgid "<image id=\"Graphic12\" src=\"res/helpimg/starmath/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7422,13 +7378,12 @@ msgid "Division"
msgstr ""
#: 03091501.xhp
-#, fuzzy
msgctxt ""
"03091501.xhp\n"
"par_id3151319\n"
"help.text"
-msgid "<image id=\"Graphic5\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153154\" src=\"starmath/res/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153154\">أيقونة</alt></image>"
+msgid "<image id=\"Graphic5\" src=\"res/helpimg/starmath/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7516,13 +7471,12 @@ msgid "<item type=\"literal\">or</item> or <item type=\"literal\">|</item>"
msgstr ""
#: 03091501.xhp
-#, fuzzy
msgctxt ""
"03091501.xhp\n"
"par_id3147065\n"
"help.text"
-msgid "<image id=\"Graphic15\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153154\" src=\"starmath/res/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153154\">أيقونة</alt></image>"
+msgid "<image id=\"Graphic15\" src=\"res/helpimg/starmath/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7551,13 +7505,12 @@ msgid "Multiply symbol times in circle"
msgstr ""
#: 03091501.xhp
-#, fuzzy
msgctxt ""
"03091501.xhp\n"
"par_id3148873\n"
"help.text"
-msgid "<image id=\"Graphic11\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153154\" src=\"starmath/res/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153154\">أيقونة</alt></image>"
+msgid "<image id=\"Graphic11\" src=\"res/helpimg/starmath/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7569,13 +7522,12 @@ msgid "Division/Fraction"
msgstr ""
#: 03091501.xhp
-#, fuzzy
msgctxt ""
"03091501.xhp\n"
"par_id3147073\n"
"help.text"
-msgid "<image id=\"Graphic9\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3154574\" src=\"starmath/res/fu21507.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154574\">أيقونة</alt></image>"
+msgid "<image id=\"Graphic9\" src=\"res/helpimg/starmath/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7656,9 +7608,8 @@ msgstr ""
msgctxt ""
"03091502.xhp\n"
"par_id3154032\n"
-"475\n"
"help.text"
-msgid "Symbol in Elements Window"
+msgid "Symbol in Elements pane"
msgstr ""
#: 03091502.xhp
@@ -8301,9 +8252,8 @@ msgstr ""
msgctxt ""
"03091503.xhp\n"
"par_id3145724\n"
-"478\n"
"help.text"
-msgid "Symbol in Elements Window"
+msgid "Symbol in Elements pane"
msgstr ""
#: 03091503.xhp
@@ -8741,9 +8691,8 @@ msgstr ""
msgctxt ""
"03091504.xhp\n"
"par_id3156681\n"
-"481\n"
"help.text"
-msgid "Symbol in Elements Window"
+msgid "Symbol in Elements pane"
msgstr ""
#: 03091504.xhp
@@ -9238,9 +9187,8 @@ msgstr ""
msgctxt ""
"03091505.xhp\n"
"par_id3143994\n"
-"484\n"
"help.text"
-msgid "Symbol in Elements Window"
+msgid "Symbol in Elements pane"
msgstr ""
#: 03091505.xhp
@@ -9536,9 +9484,8 @@ msgstr ""
msgctxt ""
"03091506.xhp\n"
"par_id3167610\n"
-"487\n"
"help.text"
-msgid "Symbol in Elements Window"
+msgid "Symbol in Elements pane"
msgstr ""
#: 03091506.xhp
@@ -9980,9 +9927,8 @@ msgstr ""
msgctxt ""
"03091507.xhp\n"
"par_id3162086\n"
-"490\n"
"help.text"
-msgid "Symbol in Elements Window"
+msgid "Symbol in Elements pane"
msgstr ""
#: 03091507.xhp
@@ -10396,7 +10342,7 @@ msgctxt ""
"03091508.xhp\n"
"par_id3180684\n"
"help.text"
-msgid "Symbol in Elements Window"
+msgid "Symbol in Elements pane"
msgstr ""
#: 03091508.xhp
@@ -10851,9 +10797,8 @@ msgstr ""
msgctxt ""
"03091509.xhp\n"
"par_id3184320\n"
-"496\n"
"help.text"
-msgid "Symbol in Elements Window"
+msgid "Symbol in Elements pane"
msgstr ""
#: 03091509.xhp
diff --git a/source/ar/helpcontent2/source/text/smath/04.po b/source/ar/helpcontent2/source/text/smath/04.po
index e70eb92c1d9..f337462772e 100644
--- a/source/ar/helpcontent2/source/text/smath/04.po
+++ b/source/ar/helpcontent2/source/text/smath/04.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-22 23:39+0200\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
"PO-Revision-Date: 2013-05-24 07:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1369380931.000000\n"
#: 01020000.xhp
@@ -171,10 +171,9 @@ msgstr "تحديث"
msgctxt ""
"01020000.xhp\n"
"hd_id3153732\n"
-"21\n"
"help.text"
-msgid "Navigation in the Elements Window"
-msgstr "تصفح في نافذة العناصر"
+msgid "Navigation in the Elements pane"
+msgstr ""
#: 01020000.xhp
msgctxt ""
diff --git a/source/ar/helpcontent2/source/text/smath/guide.po b/source/ar/helpcontent2/source/text/smath/guide.po
index 90d6aabafad..e9aa7fc0aa4 100644
--- a/source/ar/helpcontent2/source/text/smath/guide.po
+++ b/source/ar/helpcontent2/source/text/smath/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-22 23:39+0200\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
"PO-Revision-Date: 2015-05-11 15:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1431356597.000000\n"
#: align.xhp
@@ -422,27 +422,24 @@ msgstr ""
msgctxt ""
"keyboard.xhp\n"
"par_id3150537\n"
-"13\n"
"help.text"
-msgid "You can compose formulas using the Elements window. Open it with the menu <emph>View - Elements</emph> if it is not already open."
+msgid "You can compose formulas using the Elements pane. Open it with the menu <emph>View - Elements</emph> if it is not already open."
msgstr ""
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"par_id3155625\n"
-"10\n"
"help.text"
-msgid "If the Elements window is open, use F6 to switch from the Commands window to the Elements window and back."
+msgid "If the Elements pane is open, use F6 to switch from the Commands window to the Elements pane and back."
msgstr ""
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"hd_id3154554\n"
-"11\n"
"help.text"
-msgid "Elements window"
+msgid "Elements pane"
msgstr ""
#: limits.xhp
@@ -498,7 +495,7 @@ msgctxt ""
"limits.xhp\n"
"par_id1276589\n"
"help.text"
-msgid "You see the Math input window and the Elements window. If you don't see the Elements window, you can enable it in the View menu."
+msgid "You see the Math input window and the Elements pane on the left."
msgstr ""
#: limits.xhp
@@ -506,7 +503,7 @@ msgctxt ""
"limits.xhp\n"
"par_id3283791\n"
"help.text"
-msgid "In the upper part of the Elements window, click the <emph>Operators</emph> icon."
+msgid "From the list on the upper part of the Elements pane, select the <emph>Operators</emph> item."
msgstr ""
#: limits.xhp
@@ -514,7 +511,7 @@ msgctxt ""
"limits.xhp\n"
"par_id9734794\n"
"help.text"
-msgid "In the lower part of the Elements window, click the <emph>Sum</emph> icon."
+msgid "In the lower part of the Elements pane, click the <emph>Sum</emph> icon."
msgstr ""
#: limits.xhp
@@ -586,7 +583,7 @@ msgctxt ""
"limits.xhp\n"
"par_id9406414\n"
"help.text"
-msgid "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements window, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window."
+msgid "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements pane, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window."
msgstr ""
#: limits.xhp
@@ -618,7 +615,7 @@ msgctxt ""
"limits.xhp\n"
"par_id4651020\n"
"help.text"
-msgid "A small gap exists between f(x) and dx, which you can also enter using the Elements window: click the <emph>Format</emph> icon, then the <emph>Small Gap</emph> icon."
+msgid "A small gap exists between f(x) and dx, which you can also enter using the Elements pane: select the <emph>Formats</emph> item from the list on the top, then the <emph>Small Gap</emph> icon."
msgstr ""
#: limits.xhp
diff --git a/source/ar/helpcontent2/source/text/swriter/01.po b/source/ar/helpcontent2/source/text/swriter/01.po
index fdcfcc62379..c55900a5b01 100644
--- a/source/ar/helpcontent2/source/text/swriter/01.po
+++ b/source/ar/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-05-24 02:38+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-07-05 16:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1464057487.000000\n"
+"X-POOTLE-MTIME: 1467734745.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -15020,7 +15020,6 @@ msgstr ""
msgctxt ""
"05030800.xhp\n"
"hd_id3151173\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/01/05030800.xhp\" name=\"Numbering\">Outline & Numbering</link>"
msgstr ""
@@ -15029,9 +15028,8 @@ msgstr ""
msgctxt ""
"05030800.xhp\n"
"par_id3154100\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"HID_NUMPARA\">Adds or removes outline level, numbering, or bullets from the paragraph. You can also select the style of numbering to use, and reset the numbering in a numbered list.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/NumParaPage\">Adds or removes outline level, numbering, or bullets from the paragraph. You can also select the style of numbering to use, and reset the numbering in a numbered list.</ahelp>"
msgstr ""
#: 05030800.xhp
@@ -15039,16 +15037,15 @@ msgctxt ""
"05030800.xhp\n"
"par_id3153536\n"
"help.text"
-msgid "To change the numbering options for paragraphs that use the same paragraph style, choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles </emph>icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the<emph> Outline & Numbering</emph> tab."
+msgid "To change the numbering options for paragraphs that use the same paragraph style, choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles</emph> icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the <emph>Outline & Numbering</emph> tab."
msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3154470\n"
-"26\n"
"help.text"
-msgid "To change the numbering options for selected paragraphs, choose <emph>Format -</emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link>, and then click the<emph> Outline & Numbering</emph> tab."
+msgid "To change the numbering options for selected paragraphs, choose <emph>Format - </emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link>, and then click the <emph>Outline & Numbering</emph> tab."
msgstr ""
#: 05030800.xhp
@@ -15064,14 +15061,13 @@ msgctxt ""
"05030800.xhp\n"
"par_id1209200804371097\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Body text</emph> to reset the outline level."
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_OUTLINE_LEVEL\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Body text</emph> to reset the outline level."
msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3143283\n"
-"5\n"
"help.text"
msgid "Numbering"
msgstr ""
@@ -15080,7 +15076,6 @@ msgstr ""
msgctxt ""
"05030800.xhp\n"
"hd_id3154188\n"
-"3\n"
"help.text"
msgid "Numbering Style"
msgstr ""
@@ -15089,16 +15084,30 @@ msgstr ""
msgctxt ""
"05030800.xhp\n"
"par_id3155178\n"
-"4\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_NUMPARA:LB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link> window if you click the <emph>Numbering Style</emph> icon."
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link> window if you click the <emph>Numbering Style</emph> icon."
+msgstr ""
+
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3154189\n"
+"help.text"
+msgid "Edit Style"
+msgstr ""
+
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3155179\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/editnumstyle\">Edit the properties of the selected numbering style.</ahelp> These properties will apply to all paragraphs formatted with the given numbering style."
msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3149106\n"
-"7\n"
"help.text"
msgid "This section only appears when you edit the properties of the current paragraph by choosing <emph>Format - Paragraph</emph>."
msgstr ""
@@ -15107,7 +15116,6 @@ msgstr ""
msgctxt ""
"05030800.xhp\n"
"hd_id3151250\n"
-"8\n"
"help.text"
msgid "Restart at this paragraph"
msgstr ""
@@ -15116,16 +15124,14 @@ msgstr ""
msgctxt ""
"05030800.xhp\n"
"par_id3154831\n"
-"9\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_NEW_START\">Restarts the numbering at the current paragraph.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_NEW_START\">Restarts the numbering at the current paragraph.</ahelp>"
msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147096\n"
-"24\n"
"help.text"
msgid "Start with"
msgstr ""
@@ -15134,16 +15140,14 @@ msgstr ""
msgctxt ""
"05030800.xhp\n"
"par_id3148979\n"
-"25\n"
"help.text"
-msgid "<ahelp hid=\"SW_TRISTATEBOX_TP_NUMPARA_CB_NUMBER_NEW_START\">Select this check box, and then enter the number that you want to assign to the paragraph.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_NUMBER_NEW_START\">Select this check box, and then enter the number that you want to assign to the paragraph.</ahelp>"
msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147226\n"
-"10\n"
"help.text"
msgid "\"Start with\" spin button"
msgstr ""
@@ -15152,16 +15156,14 @@ msgstr ""
msgctxt ""
"05030800.xhp\n"
"par_id3153632\n"
-"11\n"
"help.text"
-msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_NEW_START\">Enter the number that you want to assign to the paragraph.</ahelp> The following paragraphs are numbered consecutively from the number that you enter here."
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/spinNF_NEW_START\">Enter the number that you want to assign to the paragraph.</ahelp> The following paragraphs are numbered consecutively from the number that you enter here."
msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147581\n"
-"15\n"
"help.text"
msgid "Line numbering"
msgstr ""
@@ -15170,7 +15172,6 @@ msgstr ""
msgctxt ""
"05030800.xhp\n"
"par_id3152771\n"
-"16\n"
"help.text"
msgid "Specify the <link href=\"text/swriter/01/06180000.xhp\" name=\"Line numbering\">Line numbering</link> options. To add line numbers to your document, choose <emph>Tools - Line Numbering</emph>."
msgstr ""
@@ -15179,7 +15180,6 @@ msgstr ""
msgctxt ""
"05030800.xhp\n"
"hd_id3153345\n"
-"17\n"
"help.text"
msgid "Include this paragraph in line numbering"
msgstr ""
@@ -15188,16 +15188,14 @@ msgstr ""
msgctxt ""
"05030800.xhp\n"
"par_id3156267\n"
-"18\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_COUNT_PARA\">Includes the current paragraph in the line numbering.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_COUNT_PARA\">Includes the current paragraph in the line numbering.</ahelp>"
msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3151026\n"
-"19\n"
"help.text"
msgid "Restart at this paragraph"
msgstr ""
@@ -15206,16 +15204,14 @@ msgstr ""
msgctxt ""
"05030800.xhp\n"
"par_id3149168\n"
-"20\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_RESTART_PARACOUNT\">Restarts the line numbering at the current paragraph, or at the number that you enter.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_RESTART_PARACOUNT\">Restarts the line numbering at the current paragraph, or at the number that you enter.</ahelp>"
msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3145775\n"
-"21\n"
"help.text"
msgid "Start with"
msgstr ""
@@ -15224,9 +15220,8 @@ msgstr ""
msgctxt ""
"05030800.xhp\n"
"par_id3149355\n"
-"22\n"
"help.text"
-msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_RESTART_PARA\">Enter the number at which to restart the line numbering</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/spinNF_RESTART_PARA\">Enter the number at which to restart the line numbering</ahelp>"
msgstr ""
#: 05040000.xhp
@@ -15677,7 +15672,6 @@ msgstr ""
msgctxt ""
"05040600.xhp\n"
"hd_id3154767\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\">Footnote</link>"
msgstr ""
@@ -15686,16 +15680,14 @@ msgstr ""
msgctxt ""
"05040600.xhp\n"
"par_id3149351\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"HID_FOOTNOTE_PAGE\">Specifies the layout options for footnotes, including the line that separates the footnote from the main body of document.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/FootnoteAreaPage\">Specifies the layout options for footnotes, including the line that separates the footnote from the main body of document.</ahelp>"
msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154646\n"
-"3\n"
"help.text"
msgid "Footnote area"
msgstr ""
@@ -15704,7 +15696,6 @@ msgstr ""
msgctxt ""
"05040600.xhp\n"
"par_id3151168\n"
-"4\n"
"help.text"
msgid "Set the height of the footnote area."
msgstr ""
@@ -15713,7 +15704,6 @@ msgstr ""
msgctxt ""
"05040600.xhp\n"
"hd_id3145412\n"
-"5\n"
"help.text"
msgid "Not larger than page area"
msgstr ""
@@ -15722,61 +15712,54 @@ msgstr ""
msgctxt ""
"05040600.xhp\n"
"par_id3147514\n"
-"6\n"
"help.text"
-msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE\">Automatically adjusts the height of the footnote area depending on the number of footnotes.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheightpage\">Automatically adjusts the height of the footnote area depending on the number of footnotes.</ahelp>"
msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154099\n"
-"7\n"
"help.text"
-msgid "Maximum Footnote Height"
+msgid "Maximum footnote height"
msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3149807\n"
-"8\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets a maximum height for the footnote area. Enable this option, then enter the height.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheight\">Sets a maximum height for the footnote area. Enable this option, then enter the height.</ahelp>"
msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3154568\n"
-"10\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT\">Enter the maximum height for the footnote area.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheightsb\">Enter the maximum height for the footnote area.</ahelp>"
msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3151318\n"
-"11\n"
"help.text"
-msgid "Distance from text"
+msgid "Space to text"
msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3153665\n"
-"12\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_DIST\">Enter the amount of space to leave between the bottom page margin and the first line of text in the footnote area.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/spacetotext\">Enter the amount of space to leave between the bottom page margin and the first line of text in the footnote area.</ahelp>"
msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3155897\n"
-"13\n"
"help.text"
msgid "Separator Line"
msgstr ""
@@ -15785,16 +15768,14 @@ msgstr ""
msgctxt ""
"05040600.xhp\n"
"par_id3149689\n"
-"14\n"
"help.text"
-msgid "Specifies the position and length of the separator line."
+msgid "Specifies the position and other properties of the separator line."
msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154194\n"
-"15\n"
"help.text"
msgid "Position"
msgstr ""
@@ -15803,71 +15784,94 @@ msgstr ""
msgctxt ""
"05040600.xhp\n"
"par_id3155184\n"
-"16\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINEPOS\">Select the horizontal alignment for the line that separates the main text from the footnote area.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/position\">Select the horizontal alignment for the line that separates the main text from the footnote area.</ahelp>"
msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"hd_id3143284\n"
-"17\n"
+"hd_id3151253\n"
"help.text"
-msgid "Length"
+msgid "Style"
msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"par_id3154827\n"
-"18\n"
+"par_id3149105\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEWIDTH\">Enter the length of the separator line as a percentage of the page width area.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/style\">Select the formatting style for the separator line. If you do not want a separator line, choose \"None\".</ahelp>"
msgstr ""
#: 05040600.xhp
-#, fuzzy
msgctxt ""
"05040600.xhp\n"
-"hd_id3151253\n"
-"19\n"
+"hd_id3151254\n"
"help.text"
-msgid "Weight"
-msgstr "ارتفاع"
+msgid "Thickness"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"par_id3149105\n"
-"20\n"
+"par_id3149106\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/thickness\">Select the thickness of the separator line.</ahelp>"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"hd_id3151255\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINETYPE\">Select the formatting style for the separator line. If you do not want a separator line, choose \"0.0 pt\".</ahelp>"
+msgid "Color"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"par_id3149107\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/color\">Select the color of the separator line.</ahelp>"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"hd_id3143284\n"
+"help.text"
+msgid "Length"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"par_id3154827\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/length\">Enter the length of the separator line as a percentage of the page width area.</ahelp>"
msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3149828\n"
-"21\n"
"help.text"
-msgid "Spacing"
+msgid "Spacing to footnote contents"
msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3148970\n"
-"22\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEDIST\">Enter the amount of space to leave between the separator line and the first line of the footnote area.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/spacingtocontents\">Enter the amount of space to leave between the separator line and the first line of the footnote area.</ahelp>"
msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3155145\n"
-"24\n"
"help.text"
msgid "To specify the spacing between two footnotes, choose <item type=\"menuitem\">Format - Paragraph</item>, and then click the <emph>Indents & Spacing</emph> tab."
msgstr ""
diff --git a/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
index 20d020f6f9b..4011c122e4b 100644
--- a/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ar/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-04 16:13+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
+"POT-Creation-Date: 2016-12-27 21:51+0100\n"
+"PO-Revision-Date: 2016-12-23 08:29+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467648826.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1482481780.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -17447,7 +17447,7 @@ msgctxt ""
"TooltipLabel\n"
"value.text"
msgid "Show Styles and Formatting Sidebar"
-msgstr ""
+msgstr "اعرض شريط أدوات الأنماط والتّنسيق"
#: GenericCommands.xcu
msgctxt ""
@@ -19316,7 +19316,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Notebookbar"
-msgstr ""
+msgstr "شريط المفكّرة"
#: GenericCommands.xcu
msgctxt ""
@@ -24962,6 +24962,105 @@ msgctxt ""
msgid "Standard"
msgstr "قياسي"
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
diff --git a/source/ar/sc/source/ui/src.po b/source/ar/sc/source/ui/src.po
index 82351017ba3..d77b7a441c3 100644
--- a/source/ar/sc/source/ui/src.po
+++ b/source/ar/sc/source/ui/src.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 16:25+0000\n"
+"POT-Creation-Date: 2016-12-10 23:38+0100\n"
+"PO-Revision-Date: 2016-12-01 18:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467649523.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480617311.000000\n"
#: filter.src
msgctxt ""
@@ -9679,8 +9679,8 @@ msgctxt ""
"RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SUM_IF\n"
"1\n"
"string.text"
-msgid "Totals the arguments that meet the conditions."
-msgstr "جمع الوسائط التي تفي بالشروط."
+msgid "Totals the arguments that meet the condition."
+msgstr ""
#: scfuncs.src
msgctxt ""
diff --git a/source/ar/svx/uiconfig/ui.po b/source/ar/svx/uiconfig/ui.po
index 776b5fd8a1f..dd030495ad9 100644
--- a/source/ar/svx/uiconfig/ui.po
+++ b/source/ar/svx/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 16:48+0000\n"
+"POT-Creation-Date: 2016-12-21 15:38+0100\n"
+"PO-Revision-Date: 2016-12-01 20:47+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467650887.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480625256.000000\n"
#: acceptrejectchangesdialog.ui
msgctxt ""
@@ -3053,8 +3053,8 @@ msgctxt ""
"ignorediacritics\n"
"label\n"
"string.text"
-msgid "Ignore diac_ritics CTL"
-msgstr "تجاهل الحر_كات للغات المعقدة"
+msgid "Ignore diac_ritics"
+msgstr ""
#: findreplacedialog.ui
msgctxt ""
@@ -3062,7 +3062,7 @@ msgctxt ""
"ignorekashida\n"
"label\n"
"string.text"
-msgid "Ignore _kashida CTL"
+msgid "Ignore _kashida"
msgstr ""
#: findreplacedialog.ui
@@ -5159,10 +5159,10 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"radio_deinstall\n"
+"radio_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall extensions"
+msgid "Extensions"
msgstr ""
#: safemodedialog.ui
@@ -5177,10 +5177,19 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"check_deinstall_all_extensions\n"
+"check_reset_shared_extensions\n"
+"label\n"
+"string.text"
+msgid "Reset state of shared extensions"
+msgstr ""
+
+#: safemodedialog.ui
+msgctxt ""
+"safemodedialog.ui\n"
+"check_reset_bundled_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall all extensions (including shared and bundled)"
+msgid "Reset state of bundled extensions"
msgstr ""
#: safemodedialog.ui
diff --git a/source/ar/sw/uiconfig/swriter/ui.po b/source/ar/sw/uiconfig/swriter/ui.po
index bd4fc98f7fe..55b643acb0c 100644
--- a/source/ar/sw/uiconfig/swriter/ui.po
+++ b/source/ar/sw/uiconfig/swriter/ui.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-08 11:55+0000\n"
-"Last-Translator: linuxor <linuxor7@gmail.com>\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-12-01 21:49+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: none\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467978953.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480628944.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -982,11 +982,11 @@ msgstr "الموضع"
#: bulletsandnumbering.ui
msgctxt ""
"bulletsandnumbering.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "الخيارات"
+msgid "Customize"
+msgstr ""
#: businessdatapage.ui
msgctxt ""
@@ -9897,26 +9897,6 @@ msgid "Style"
msgstr ""
#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"growb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"shrinkb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
msgctxt ""
"notebookbar_groups.ui\n"
"fomatgrouplabel\n"
@@ -15801,11 +15781,11 @@ msgstr "الموضع"
#: templatedialog16.ui
msgctxt ""
"templatedialog16.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "خيارات"
+msgid "Customize"
+msgstr ""
#: templatedialog2.ui
msgctxt ""
diff --git a/source/ar/xmlsecurity/uiconfig/ui.po b/source/ar/xmlsecurity/uiconfig/ui.po
index 45e898822c1..28d835e1429 100644
--- a/source/ar/xmlsecurity/uiconfig/ui.po
+++ b/source/ar/xmlsecurity/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 16:57+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-12-01 21:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467651454.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480629120.000000\n"
#: certgeneral.ui
msgctxt ""
@@ -208,6 +208,15 @@ msgstr ""
#: digitalsignaturesdialog.ui
msgctxt ""
"digitalsignaturesdialog.ui\n"
+"type\n"
+"label\n"
+"string.text"
+msgid "Signature type"
+msgstr ""
+
+#: digitalsignaturesdialog.ui
+msgctxt ""
+"digitalsignaturesdialog.ui\n"
"macrohint\n"
"label\n"
"string.text"
diff --git a/source/as/officecfg/registry/data/org/openoffice/Office/UI.po b/source/as/officecfg/registry/data/org/openoffice/Office/UI.po
index 0a09b557726..cf701c526ef 100644
--- a/source/as/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/as/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-04 16:23+0000\n"
+"POT-Creation-Date: 2016-12-27 21:51+0100\n"
+"PO-Revision-Date: 2016-12-01 12:13+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Assamese <kde-i18n-doc@kde.org>\n"
"Language: as\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467649396.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480594412.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -25032,6 +25032,105 @@ msgctxt ""
msgid "Standard"
msgstr "প্ৰামাণিক"
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
diff --git a/source/as/sc/source/ui/src.po b/source/as/sc/source/ui/src.po
index 4f4ff31bb75..46aff1d0a1b 100644
--- a/source/as/sc/source/ui/src.po
+++ b/source/as/sc/source/ui/src.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 16:33+0000\n"
+"POT-Creation-Date: 2016-12-10 23:38+0100\n"
+"PO-Revision-Date: 2016-12-01 12:25+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Assamese <kde-i18n-doc@kde.org>\n"
"Language: as\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467650017.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480595122.000000\n"
#: filter.src
msgctxt ""
@@ -9678,8 +9678,8 @@ msgctxt ""
"RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SUM_IF\n"
"1\n"
"string.text"
-msgid "Totals the arguments that meet the conditions."
-msgstr "চৰ্তবোৰ পূৰণ কৰা কোণাঙ্কবোৰৰ মুঠ সংখ্যাটো উলিয়ায়।"
+msgid "Totals the arguments that meet the condition."
+msgstr ""
#: scfuncs.src
msgctxt ""
diff --git a/source/as/svx/uiconfig/ui.po b/source/as/svx/uiconfig/ui.po
index 596c101d3dd..8064b02c0b8 100644
--- a/source/as/svx/uiconfig/ui.po
+++ b/source/as/svx/uiconfig/ui.po
@@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 16:55+0000\n"
+"POT-Creation-Date: 2016-12-21 15:38+0100\n"
+"PO-Revision-Date: 2016-12-01 12:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: as\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"
-"X-POOTLE-MTIME: 1467651326.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480595687.000000\n"
#: acceptrejectchangesdialog.ui
msgctxt ""
@@ -3064,7 +3064,7 @@ msgctxt ""
"ignorediacritics\n"
"label\n"
"string.text"
-msgid "Ignore diac_ritics CTL"
+msgid "Ignore diac_ritics"
msgstr ""
#: findreplacedialog.ui
@@ -3073,7 +3073,7 @@ msgctxt ""
"ignorekashida\n"
"label\n"
"string.text"
-msgid "Ignore _kashida CTL"
+msgid "Ignore _kashida"
msgstr ""
#: findreplacedialog.ui
@@ -5172,10 +5172,10 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"radio_deinstall\n"
+"radio_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall extensions"
+msgid "Extensions"
msgstr ""
#: safemodedialog.ui
@@ -5190,10 +5190,19 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"check_deinstall_all_extensions\n"
+"check_reset_shared_extensions\n"
+"label\n"
+"string.text"
+msgid "Reset state of shared extensions"
+msgstr ""
+
+#: safemodedialog.ui
+msgctxt ""
+"safemodedialog.ui\n"
+"check_reset_bundled_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall all extensions (including shared and bundled)"
+msgid "Reset state of bundled extensions"
msgstr ""
#: safemodedialog.ui
diff --git a/source/as/sw/uiconfig/swriter/ui.po b/source/as/sw/uiconfig/swriter/ui.po
index 3d2a1fe593f..51cb1c5092b 100644
--- a/source/as/sw/uiconfig/swriter/ui.po
+++ b/source/as/sw/uiconfig/swriter/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-04 17:01+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-11-11 20:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Assamese <kde-i18n-doc@kde.org>\n"
"Language: as\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467651676.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1478896634.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -988,11 +988,11 @@ msgstr "স্থান"
#: bulletsandnumbering.ui
msgctxt ""
"bulletsandnumbering.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "বিকল্পসমূহ"
+msgid "Customize"
+msgstr ""
#: businessdatapage.ui
msgctxt ""
@@ -9958,26 +9958,6 @@ msgid "Style"
msgstr ""
#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"growb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"shrinkb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
msgctxt ""
"notebookbar_groups.ui\n"
"fomatgrouplabel\n"
@@ -15841,11 +15821,11 @@ msgstr "স্থান"
#: templatedialog16.ui
msgctxt ""
"templatedialog16.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "বিকল্পসমূহ"
+msgid "Customize"
+msgstr ""
#: templatedialog2.ui
msgctxt ""
diff --git a/source/as/xmlsecurity/uiconfig/ui.po b/source/as/xmlsecurity/uiconfig/ui.po
index fd070026b51..00deda101f8 100644
--- a/source/as/xmlsecurity/uiconfig/ui.po
+++ b/source/as/xmlsecurity/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 17:03+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-12-01 12:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Assamese <kde-i18n-doc@kde.org>\n"
"Language: as\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467651786.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480595687.000000\n"
#: certgeneral.ui
msgctxt ""
@@ -210,6 +210,15 @@ msgstr ""
#: digitalsignaturesdialog.ui
msgctxt ""
"digitalsignaturesdialog.ui\n"
+"type\n"
+"label\n"
+"string.text"
+msgid "Signature type"
+msgstr ""
+
+#: digitalsignaturesdialog.ui
+msgctxt ""
+"digitalsignaturesdialog.ui\n"
"macrohint\n"
"label\n"
"string.text"
diff --git a/source/ast/helpcontent2/source/text/scalc/00.po b/source/ast/helpcontent2/source/text/scalc/00.po
index 1e4c624737f..dcdacca429d 100644
--- a/source/ast/helpcontent2/source/text/scalc/00.po
+++ b/source/ast/helpcontent2/source/text/scalc/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-05 13:30+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-11-22 16:58+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Softastur <alministradores@softastur.org>\n"
"Language: ast\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467725411.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1479833922.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -574,8 +574,8 @@ msgctxt ""
"par_id3153250\n"
"28\n"
"help.text"
-msgid "<variable id=\"einamen\">Choose <emph>Insert - Names</emph></variable>"
-msgstr "<variable id=\"einamen\">Menú <emph>Inxertar - Nomes</emph></variable>"
+msgid "<variable id=\"einamen\">Choose <emph>Insert - Named Ranges and Expressions</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -592,8 +592,8 @@ msgctxt ""
"par_id3143222\n"
"29\n"
"help.text"
-msgid "Choose <emph>Insert - Names - Define</emph>"
-msgstr "Menú <emph>Inxertar - Nomes - Definir...</emph>"
+msgid "Choose <emph>Sheet - Named Ranges and Expressions - Define</emph>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -610,8 +610,8 @@ msgctxt ""
"par_id3145214\n"
"30\n"
"help.text"
-msgid "<variable id=\"einaei\">Choose <emph>Insert - Names - Insert</emph></variable>"
-msgstr "<variable id=\"einaei\">Menú <emph>Inxertar - Nomes - Pegar</emph></variable>"
+msgid "<variable id=\"einaei\">Choose <emph>Sheet - Named Ranges and Expressions - Insert</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -619,8 +619,8 @@ msgctxt ""
"par_id3153558\n"
"31\n"
"help.text"
-msgid "<variable id=\"einaueb\">Choose <emph>Insert - Names - Create</emph></variable>"
-msgstr "<variable id=\"einaueb\">Menú <emph>Inxertar - Nomes - Aplicar</emph></variable>"
+msgid "<variable id=\"einaueb\">Choose <emph>Sheet - Named Ranges and Expressions - Create</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -628,8 +628,8 @@ msgctxt ""
"par_id3153483\n"
"32\n"
"help.text"
-msgid "<variable id=\"einabesch\">Choose <emph>Insert - Names - Labels</emph></variable>"
-msgstr "<variable id=\"einabesch\">Menú<emph> Inxertar - Nomes - Etiquetes</emph></variable>"
+msgid "<variable id=\"einabesch\">Choose <emph>Sheet - Named Ranges and Expressions - Labels</emph></variable>"
+msgstr ""
#: 00000405.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/scalc/01.po b/source/ast/helpcontent2/source/text/scalc/01.po
index 0b7cac4453f..9ce6f744cc3 100644
--- a/source/ast/helpcontent2/source/text/scalc/01.po
+++ b/source/ast/helpcontent2/source/text/scalc/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-05-24 02:24+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-12-22 18:51+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Softastur <alministradores@softastur.org>\n"
"Language: ast\n"
@@ -12,10 +12,10 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-Poedit-SourceCharset: utf-8\n"
-"X-POOTLE-MTIME: 1464056697.000000\n"
+"X-POOTLE-MTIME: 1482432698.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -5721,20 +5721,22 @@ msgid "Functions"
msgstr "Funciones"
#: 04060102.xhp
+#, fuzzy
msgctxt ""
"04060102.xhp\n"
"par_id231020162315043955\n"
"help.text"
msgid "<embed href=\"text/scalc/01/func_networkdays.intl.xhp#networkdaysintl\"/>"
-msgstr ""
+msgstr "<embed href=\"text/scalc/01/func_networkdays.intl.xhp#networkdaysintl\"/>"
#: 04060102.xhp
+#, fuzzy
msgctxt ""
"04060102.xhp\n"
"par_id231020163315043955\n"
"help.text"
msgid "<embed href=\"text/scalc/01/func_workdays.intl.xhp#workdaysintl\"/>"
-msgstr ""
+msgstr "<embed href=\"text/scalc/01/func_workdays.intl.xhp#workdaysintl\"/>"
#: 04060103.xhp
msgctxt ""
@@ -20801,8 +20803,8 @@ msgctxt ""
"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 "<item type=\"input\">=ÍNDIZ(SumaX;4;1)</item> devuelve'l valor del área <emph>SumaX</emph> na filera 4 y columna 1 como se define en <emph>Inxertar - Nomes - Definir</emph>."
+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>Sheet - Named Ranges and Expressions - Define</emph>."
+msgstr ""
#: 04060109.xhp
msgctxt ""
@@ -20826,8 +20828,8 @@ msgctxt ""
"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 "<item type=\"input\">=ÍNDIZ((multi);4;1)</item> indica'l valor conteníu na cuarta filera y primer columna del intervalu (múltiple), al cual asignóse-y el nome <emph>multi</emph> al traviés de <emph>Inxertar - Nomes - Definir</emph>. L'intervalu múltiple pue consistir en delles árees rectangulares, caúna de les cualos tien una filera 4 y columna 1. Dempués, si deseyar aportar al segundu bloque d'esti intervalu múltiple, ingrésase'l númberu <item type=\"input\">2</item> como parámetru <emph>intervalu</emph>."
+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>Sheet - Named Ranges and Expressions - 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 ""
@@ -50398,8 +50400,8 @@ msgctxt ""
"04070000.xhp\n"
"tit\n"
"help.text"
-msgid "Names"
-msgstr "Nomes"
+msgid "Named Ranges and Expressions"
+msgstr ""
#: 04070000.xhp
msgctxt ""
@@ -50407,8 +50409,8 @@ msgctxt ""
"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=\"Nomes\">Nomes</link>"
+msgid "<link href=\"text/scalc/01/04070000.xhp\" name=\"Names\">Named Ranges and Expressions</link>"
+msgstr ""
#: 04070000.xhp
msgctxt ""
@@ -50798,8 +50800,8 @@ msgctxt ""
"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 "Escueya una zona que contenga toles árees a les que deseye asignar un nome. De siguío escueya <emph>Inxertar - Nomes - Definir</emph>. Ábrese'l diálogu <emph>Definir nomes</emph> que dexa escoyer les opciones de nome deseyaes."
+msgid "Select the area containing all the ranges that you want to name. Then choose <emph>Sheet - Named Ranges and Expressions - Create</emph>. This opens the <emph>Create Names</emph> dialog, from which you can select the naming options that you want."
+msgstr ""
#: 04070300.xhp
msgctxt ""
@@ -52695,8 +52697,8 @@ msgctxt ""
"par_id3145174\n"
"5\n"
"help.text"
-msgid "Select <emph>-none-</emph> to remove a print range definition for the current spreadsheet. Select <emph>-entire sheet-</emph> to set the current sheet as a print range. Select <emph>-selection-</emph> to define the selected area of a spreadsheet as the print range. By selecting <emph>-user-defined-</emph>, you can define a print range that you have already defined using the <emph>Format - Print Ranges - Define</emph> command. If you have given a name to a range using the <emph>Insert - Names - Define</emph> command, this name will be displayed and can be selected from the list box."
-msgstr "Escueya <emph>-nengunu-</emph> pa desaniciar un intervalu d'impresión de la fueya de cálculu actual. Escueya <emph>-fueya completa-</emph> pa configurar la fueya actual como intervalu d'impresión. Escueya <emph>-seleición-</emph> pa definir l'área escoyida de la fueya de cálculu como intervalu d'impresión. Si escueye <emph>-definíu pol usuariu-</emph>, pue definir un intervalu d'impresión yá definíu por aciu el comandu <emph>Formatu - Intervalo d'impresión - Definir</emph>. Si asignó un nome a un intervalu utilizando'l comandu <emph>Inxertar - Nomes - Definir</emph>, dichu nome va amosase y podrá escoyese nel cuadru de llista."
+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>Sheet - Named Ranges and Expressions - Define</emph> command, this name will be displayed and can be selected from the list box."
+msgstr ""
#: 05080300.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/scalc/guide.po b/source/ast/helpcontent2/source/text/scalc/guide.po
index a0f3ac072e4..19cf389c2dc 100644
--- a/source/ast/helpcontent2/source/text/scalc/guide.po
+++ b/source/ast/helpcontent2/source/text/scalc/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: guide\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
"PO-Revision-Date: 2016-07-05 16:49+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Softastur <alministradores@softastur.org>\n"
@@ -12,10 +12,10 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-Poedit-SourceCharset: utf-8\n"
-"X-POOTLE-MTIME: 1467737395.000000\n"
+"X-POOTLE-MTIME: 1467737379.000000\n"
#: address_auto.xhp
msgctxt ""
@@ -2145,8 +2145,8 @@ msgctxt ""
"par_id3154011\n"
"26\n"
"help.text"
-msgid "To set the source range as the range, select the cells and choose <emph>Insert - Names - Define</emph>. Save the source document, and do not close it."
-msgstr "Pa establecer el rangu fonte como l'área escueya les caxelles y escueya <emph>Inxertar - Nomes - Definir</emph>. Guarde'l documentu fonte y nun lu zarre."
+msgid "To set the source range as the range, select the cells and choose <emph>Sheet - Named Ranges and Expressions - Define</emph>. Save the source document, and do not close it."
+msgstr ""
#: cellreference_dragdrop.xhp
msgctxt ""
@@ -11883,8 +11883,8 @@ msgctxt ""
"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 "Escueya una caxella o área de caxelles y escueya <emph>Inxertar - Nomes - Definir</emph>. Ábrese'l diálogu <emph>Definir nomes</emph>."
+msgid "Select a cell or range of cells, then choose <emph>Sheet - Named Ranges and Expressions - Define</emph>. The <emph>Define Names</emph> dialog appears."
+msgstr ""
#: value_with_name.xhp
msgctxt ""
@@ -11936,8 +11936,8 @@ msgctxt ""
"par_id3153711\n"
"8\n"
"help.text"
-msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Insert - Names - Define\">Insert - Names - Define</link>"
-msgstr "<link href=\"text/scalc/01/04070100.xhp\" name=\"Inxertar - Nomes - Definir\">Inxertar - Nomes - Definir</link>"
+msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Sheet - Named Ranges and Expressions - Define\">Sheet - Named Ranges and Expressions - Define</link>"
+msgstr ""
#: webquery.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/shared/00.po b/source/ast/helpcontent2/source/text/shared/00.po
index f2829248956..d1c08b2747e 100644
--- a/source/ast/helpcontent2/source/text/shared/00.po
+++ b/source/ast/helpcontent2/source/text/shared/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-05 16:50+0000\n"
+"POT-Creation-Date: 2016-12-21 15:39+0100\n"
+"PO-Revision-Date: 2016-05-24 02:25+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Softastur <alministradores@softastur.org>\n"
"Language: ast\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467737456.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1464056709.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -12290,15 +12290,6 @@ msgstr "Menú <emph>Formatu - Páxina... </emph>- Ficha <emph>Fondu</emph> (en $
#: 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 "Escueya <emph>Formatu - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Oxetu - </emph></caseinline><caseinline select=\"CALC\"><emph>Gráficu - </emph></caseinline></switchinline><emph>Área, ficha Colores</emph>"
-
-#: 00040502.xhp
-msgctxt ""
-"00040502.xhp\n"
"par_id3154985\n"
"141\n"
"help.text"
diff --git a/source/ast/helpcontent2/source/text/shared/01.po b/source/ast/helpcontent2/source/text/shared/01.po
index 2003e64afc9..38cd3337bd2 100644
--- a/source/ast/helpcontent2/source/text/shared/01.po
+++ b/source/ast/helpcontent2/source/text/shared/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-10-18 20:19+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-12-24 12:08+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1476821963.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1482581323.000000\n"
#: 01010000.xhp
msgctxt ""
@@ -5027,14 +5027,13 @@ msgctxt ""
"01140000.xhp\n"
"bm_id3147294\n"
"help.text"
-msgid "<bookmark_value>printers; properties</bookmark_value><bookmark_value>settings; printers</bookmark_value><bookmark_value>properties; printers</bookmark_value><bookmark_value>default printer; setting up</bookmark_value><bookmark_value>printers; default printer</bookmark_value><bookmark_value>page formats; restriction</bookmark_value>"
+msgid "<bookmark_value>printers; properties</bookmark_value> <bookmark_value>settings; printers</bookmark_value> <bookmark_value>properties; printers</bookmark_value> <bookmark_value>default printer; setting up</bookmark_value> <bookmark_value>printers; default printer</bookmark_value> <bookmark_value>page formats; restriction</bookmark_value>"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3147294\n"
-"1\n"
"help.text"
msgid "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\">Printer Settings</link>"
msgstr ""
@@ -5043,16 +5042,14 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"par_id3154422\n"
-"2\n"
"help.text"
-msgid "<variable id=\"druckereinstellungtext\"><ahelp hid=\"SVTOOLS:MODALDIALOG:DLG_SVT_PRNDLG_PRNSETUPDLG\">Select the default printer for the current document.</ahelp></variable>"
+msgid "<variable id=\"druckereinstellungtext\"><ahelp hid=\"svt/ui/printersetupdialog/PrinterSetupDialog\">Select the default printer for the current document.</ahelp> </variable>"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3148620\n"
-"20\n"
"help.text"
msgid "You might experience a slight delay when you change the default printer for a document that contains embedded $[officename] OLE objects."
msgstr ""
@@ -5061,25 +5058,22 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"hd_id3145345\n"
-"4\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Printer </caseinline></switchinline>"
+msgid "Printer"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3145211\n"
-"5\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Lists the information that applies to the selected printer. </caseinline></switchinline>"
+msgid "Lists the information that applies to the selected printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3148538\n"
-"19\n"
"help.text"
msgid "If the list is empty, you need to install a default printer for your operating system. Refer to the online help for your operating system for instructions on how to install and setup a default printer."
msgstr ""
@@ -5088,7 +5082,6 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"hd_id3154381\n"
-"6\n"
"help.text"
msgid "Name"
msgstr ""
@@ -5097,88 +5090,78 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"par_id3156155\n"
-"7\n"
"help.text"
-msgid "<ahelp hid=\"SVTOOLS:LISTBOX:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES\">Lists the installed printers on your operating system. To change the default printer, select a printer name from the list.</ahelp>"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/name\">Lists the installed printers on your operating system. To change the default printer, select a printer name from the list.</ahelp>"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3156153\n"
-"8\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Status </caseinline></switchinline>"
+msgid "Status"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3150465\n"
-"9\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Describes the current status of the selected printer. </caseinline></switchinline>"
+msgid "Describes the current status of the selected printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3154898\n"
-"10\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Type </caseinline></switchinline>"
+msgid "Type"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3156326\n"
-"11\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the type of printer that you selected. </caseinline></switchinline>"
+msgid "Displays the type of printer that you selected."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3149416\n"
-"12\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Location </caseinline></switchinline>"
+msgid "Location"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3149955\n"
-"13\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the port for the selected printer. </caseinline></switchinline>"
+msgid "Displays the port for the selected printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3145316\n"
-"14\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Comments </caseinline></switchinline>"
+msgid "Comments"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3155923\n"
-"15\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays additional information for the printer. </caseinline></switchinline>"
+msgid "Displays additional information for the printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3149669\n"
-"16\n"
"help.text"
msgid "Properties"
msgstr ""
@@ -5187,20 +5170,42 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"par_id3149045\n"
-"17\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\"><ahelp hid=\"SVTOOLS:PUSHBUTTON:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_PROPERTIES\">Changes the printer settings of your operating system for the current document.</ahelp></caseinline></switchinline>"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/properties\">Changes the printer settings of your operating system for the current document.</ahelp>"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3157322\n"
-"18\n"
"help.text"
msgid "Ensure that the Landscape or Portrait layout option set in the printer properties dialog matches the page format that you set by choosing <emph>Format - Page</emph>."
msgstr ""
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id201612110303091265\n"
+"help.text"
+msgid "Options"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id201612110239454950\n"
+"help.text"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/options\">Opens the <emph>Printer Options</emph> dialog where you can override the global printer options set on the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Writer</emph></caseinline><caseinline select=\"CALC\"><emph>Calc</emph></caseinline><defaultinline>Writer/Web</defaultinline></switchinline><emph> - Print</emph> panel for the current document.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3157323\n"
+"help.text"
+msgid "The <emph>Options</emph> button is only available in %PRODUCTNAME Writer and Calc."
+msgstr ""
+
#: 01160000.xhp
msgctxt ""
"01160000.xhp\n"
@@ -8291,7 +8296,7 @@ msgctxt ""
"par_id3152551\n"
"59\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Enter the number of characters in the search term that can be exchanged.</ahelp> For example, if you specify 2 exchanged characters, \"black\" and \"crack\" are considered similar."
+msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Enter the number of characters in the search term that can be exchanged.</ahelp> For example, if you specify 2 exchanged characters, \"sweep\" and \"creep\" are considered similar."
msgstr ""
#: 02100100.xhp
@@ -15415,12 +15420,13 @@ msgid "Explanation"
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3152801\n"
"help.text"
msgid "#"
-msgstr ""
+msgstr "#"
#: 05020301.xhp
msgctxt ""
@@ -15431,12 +15437,13 @@ msgid "Does not display extra zeros."
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3152802\n"
"help.text"
msgid "?"
-msgstr ""
+msgstr "?"
#: 05020301.xhp
msgctxt ""
@@ -15495,12 +15502,13 @@ msgid "3456.78 as 3456.8"
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3150355\n"
"help.text"
msgid "####.#"
-msgstr ""
+msgstr "####.#"
#: 05020301.xhp
msgctxt ""
@@ -15543,12 +15551,13 @@ msgid "5.75 as 5 3/4 and 6.3 as 6 3/10"
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3145315\n"
"help.text"
msgid "# ???/???"
-msgstr ""
+msgstr "# ???/???"
#: 05020301.xhp
msgctxt ""
@@ -15623,12 +15632,13 @@ msgid "15000 as 15,000"
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3151223\n"
"help.text"
msgid "#,###"
-msgstr ""
+msgstr "#,###"
#: 05020301.xhp
msgctxt ""
@@ -15639,12 +15649,13 @@ msgid "16000 as 16"
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3153961\n"
"help.text"
msgid "#,"
-msgstr ""
+msgstr "#,"
#: 05020301.xhp
msgctxt ""
@@ -15959,12 +15970,13 @@ msgid "Denominator is calculated to get the nearest value of the fraction with r
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3146926\n"
"help.text"
msgid "# ?/???"
-msgstr ""
+msgstr "# ?/???"
#: 05020301.xhp
msgctxt ""
@@ -25620,32 +25632,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/areatabpage/LB_BITMAP\">Click the fill that you want to apply to the selected object.</ahelp>"
msgstr ""
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Colors"
-msgstr ""
-
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"hd_id3152895\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210200.xhp\" name=\"Colors\">Colors</link>"
-msgstr ""
-
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"par_id3149119\n"
-"2\n"
-"help.text"
-msgid "Select a color to apply, save the current color list, or load a different color list."
-msgstr ""
-
#: 05210300.xhp
msgctxt ""
"05210300.xhp\n"
@@ -43243,6 +43229,214 @@ msgctxt ""
msgid "<ahelp hid=\"uui/ui/setmasterpassworddlg/password2\">Re-enter the master password.</ahelp>"
msgstr ""
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"tit\n"
+"help.text"
+msgid "Safe Mode"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"bm_id281120160951421436\n"
+"help.text"
+msgid "<bookmark_value>profile;safe mode</bookmark_value>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160939034500\n"
+"help.text"
+msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Safe Mode</link>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160939285779\n"
+"help.text"
+msgid "<ahelp hid=\".\">Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh user profile and disables hardware acceleration. It helps to restore a non-working %PRODUCTNAME instance. </ahelp>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163153357\n"
+"help.text"
+msgid "Choose <emph>Help - Restart in Safe Mode...</emph>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163154362\n"
+"help.text"
+msgid "Start %PRODUCTNAME from command line with <emph>--safe-mode</emph> option"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163154363\n"
+"help.text"
+msgid "Start %PRODUCTNAME from <emph>%PRODUCTNAME (Safe Mode)</emph> start menu entry (Windows only)"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149549\n"
+"help.text"
+msgid "What can I do in safe mode?"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160939281728\n"
+"help.text"
+msgid "Once in safe mode, you will be shown a dialog offering three user profile restoration options"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149551\n"
+"help.text"
+msgid "Continue in Safe Mode"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944279896\n"
+"help.text"
+msgid "This option will let you work with %PRODUCTNAME as you are used to, but using a temporary user profile. It also means that all configuration changes made to the temporary user profile will be lost after restart."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149552\n"
+"help.text"
+msgid "Quit"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944279161\n"
+"help.text"
+msgid "Choosing <emph>Quit</emph> will just exit %PRODUCTNAME. Use this option if you got here by accident."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149543\n"
+"help.text"
+msgid "Apply Changes and Restart"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348926\n"
+"help.text"
+msgid "The dialog offers multiple changes to the user profile that can be made to help restoring %PRODUCTNAME to working state. They get more radical from top down so you should try them successively one after another. Choosing this option applies selected changes"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149545\n"
+"help.text"
+msgid "Restore from backup"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348884\n"
+"help.text"
+msgid "%PRODUCTNAME keeps backups of previous configurations and activated extensions. Use this option to return to the previous state if your problems are likely to be caused by recent changes to configuration or extensions."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149546\n"
+"help.text"
+msgid "Configure"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949347119\n"
+"help.text"
+msgid "You can disable all extensions installed by the user. You can also disable hardware acceleration. Activate this option if you experience startup crashes or visual glitches, they are often related to hardware acceleration."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160944276682\n"
+"help.text"
+msgid "Uninstall extensions"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944275137\n"
+"help.text"
+msgid "Sometimes %PRODUCTNAME cannot be started due to extensions blocking or crashing. This option allows you to disable all extensions installed by the user as well as shared and bundled extensions. Uninstalling shared and bundled extensions should be used with caution. It will only work if you have the necessary system access rights."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160944276687\n"
+"help.text"
+msgid "Reset to factory settings"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id28112016094427792\n"
+"help.text"
+msgid "If all else fails, you can reset your user profile to the factory default. The first option <emph>Reset settings and user customizations</emph> resets all configuration and UI changes, but keeps things like your personal dictionary, templates etc. The second option will reset your entire profile to the state when you first installed %PRODUCTNAME."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id28112016094427243\n"
+"help.text"
+msgid "If you could not resolve your problem by using safe mode, click on <emph>Advanced</emph> expander. You will find instructions how to get further help there."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949347055\n"
+"help.text"
+msgid "If you want to report a problem with your user profile, by clicking on <emph>Create Zip Archive from User Profile</emph> you can generate a zip file which can be uploaded to the bug tracking system to be investigated by the developers."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348679\n"
+"help.text"
+msgid "Be aware that the uploaded profile might contain sensitive information, such as your personal dictionary, settings and installed extensions."
+msgstr ""
+
#: prop_font_embed.xhp
msgctxt ""
"prop_font_embed.xhp\n"
@@ -43274,7 +43468,7 @@ msgctxt ""
"par_id3154863\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"sfx/ui/documentfontspage/DocumentInfoPage\">Embed document fonts in the current file.</ahelp>"
+msgid "<ahelp hid=\"sfx/ui/documentfontspage/DocumentFontsPage\">Embed document fonts in the current file.</ahelp>"
msgstr ""
#: prop_font_embed.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/guide.po b/source/ast/helpcontent2/source/text/shared/guide.po
index a8d00e96bbd..741c9cda429 100644
--- a/source/ast/helpcontent2/source/text/shared/guide.po
+++ b/source/ast/helpcontent2/source/text/shared/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-05 17:14+0000\n"
+"POT-Creation-Date: 2016-12-21 15:39+0100\n"
+"PO-Revision-Date: 2016-07-05 17:13+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Softastur <alministradores@softastur.org>\n"
"Language: ast\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467738860.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1467738806.000000\n"
#: aaa_start.xhp
msgctxt ""
@@ -2198,7 +2198,7 @@ msgctxt ""
"cmis-remote-files-setup.xhp\n"
"hd_id1508201618160340\n"
"help.text"
-msgid "Connecting to <link href=\"text/shared/00/00000002.xhp#ftp\">FTP</link> and SSH servers (check)"
+msgid "Connecting to <link href=\"text/shared/00/00000002.xhp#ftp\">FTP</link> and SSH servers"
msgstr ""
#: cmis-remote-files-setup.xhp
@@ -2278,7 +2278,7 @@ msgctxt ""
"cmis-remote-files-setup.xhp\n"
"hd_id150820161816049600\n"
"help.text"
-msgid "Connecting to a Windows share (check)"
+msgid "Connecting to a Windows share"
msgstr ""
#: cmis-remote-files-setup.xhp
@@ -9947,8 +9947,8 @@ msgctxt ""
"hyperlink_insert.xhp\n"
"par_idN1076D\n"
"help.text"
-msgid "To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Insert - Names - Define</emph>)."
-msgstr "Pa saltar a una caxella nuna fueya de cálculu, primero escriba'l nome de la caxella (<emph>Inxertar - Nomes - Definir</emph>)."
+msgid "To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Sheet - Named Ranges and Expressions - Define</emph>)."
+msgstr ""
#: hyperlink_insert.xhp
msgctxt ""
@@ -12469,20 +12469,20 @@ msgstr "Na llingüeta <emph>Opciones</emph>, verifique si escoyóse <emph>Sincro
#: labels.xhp
msgctxt ""
"labels.xhp\n"
-"par_id3156424\n"
-"86\n"
+"par_id3149767\n"
+"29\n"
"help.text"
-msgid "As soon as you click on <emph>New Document</emph>, you will see a small window with the <emph>Synchronize Labels</emph> button. Enter the first label. When you click on the <emph>Synchronize Labels</emph> button, the current individual label is copied to all the other labels on the sheet."
-msgstr "Desque calcara sobre <emph>Nuevu documentu</emph>, verá una pequeña ventana col botón <emph>Sincronizar etiquetes</emph>. Escriba la primera etiqueta. Desque calque nel botón <emph>Sincronizar etiquetes</emph>, la etiqueta en cuestión va copiar en toles otres etiquetes de la fueya."
+msgid "Click on <emph>New Document</emph> to create a new document with the settings you have entered."
+msgstr "Calque en <emph>Nuevu documentu</emph> pa crear un documentu nuevu cola configuración introducida."
#: labels.xhp
msgctxt ""
"labels.xhp\n"
-"par_id3149767\n"
-"29\n"
+"par_id3156424\n"
+"86\n"
"help.text"
-msgid "Click on <emph>New Document</emph> to create a new document with the settings you have entered."
-msgstr "Calque en <emph>Nuevu documentu</emph> pa crear un documentu nuevu cola configuración introducida."
+msgid "As soon as you click on <emph>New Document</emph>, you will see a small window with the <emph>Synchronize Labels</emph> button. Enter the first label. When you click on the <emph>Synchronize Labels</emph> button, the current individual label is copied to all the other labels on the sheet."
+msgstr "Desque calcara sobre <emph>Nuevu documentu</emph>, verá una pequeña ventana col botón <emph>Sincronizar etiquetes</emph>. Escriba la primera etiqueta. Desque calque nel botón <emph>Sincronizar etiquetes</emph>, la etiqueta en cuestión va copiar en toles otres etiquetes de la fueya."
#: labels.xhp
msgctxt ""
@@ -18393,58 +18393,53 @@ msgctxt ""
"start_parameters.xhp\n"
"tit\n"
"help.text"
-msgid "Starting the $[officename] Software With Parameters"
-msgstr "Entamu del software $[officename] con parámetros"
+msgid "Starting $[officename] Software With Parameters"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"bm_id3156410\n"
"help.text"
-msgid "<bookmark_value>start parameters</bookmark_value><bookmark_value>command line parameters</bookmark_value><bookmark_value>parameters;command line</bookmark_value><bookmark_value>arguments in command line</bookmark_value>"
-msgstr "<bookmark_value>parámetros d'entamu</bookmark_value><bookmark_value>parámetros de llinia de comandos</bookmark_value><bookmark_value>parámetros;llinia de comandos</bookmark_value><bookmark_value>argumentos en llinia de comandos</bookmark_value>"
+msgid "<bookmark_value>start parameters</bookmark_value> <bookmark_value>command line parameters</bookmark_value> <bookmark_value>parameters;command line</bookmark_value> <bookmark_value>arguments in command line</bookmark_value>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"hd_id3156410\n"
-"52\n"
"help.text"
-msgid "Starting the $[officename] Software With Parameters"
-msgstr "Entamu del software $[officename] con parámetros"
+msgid "Starting $[officename] Software With Parameters"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147009\n"
-"1\n"
"help.text"
-msgid "By starting the $[officename] software from the command line you can assign various parameters, with which you can influence the performance. The use of command line parameters is only recommended for experienced users."
-msgstr "Si empecipia'l software de $[officename] dende la llinia d'ordes, va poder asignar dellos parámetros colos que pue influyise nel rendimientu. L'usu de los parámetros de la llinia d'ordes namái s'encamienta a los usuarios esperimentaos."
+msgid "By starting $[officename] software from the command line you can assign various parameters, with which you can influence the performance. The use of command line parameters is only recommended for experienced users."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147618\n"
-"2\n"
"help.text"
-msgid "For normal handling, the use of command line parameters is not necessary. A few of the parameters require a deeper knowledge of the technical background of the $[officename] software technology."
-msgstr "Pa un manexu normal, nun ye necesariu l'usu de los parámetros de la llinia d'ordes. Dalgunos de los parámetros riquen una mayor conocencia téunica de la tecnoloxía del software de $[officename]."
+msgid "For normal handling, the use of command line parameters is not necessary. A few of the parameters require a deeper knowledge of the technical background of $[officename] software technology."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"hd_id3154898\n"
-"4\n"
"help.text"
-msgid "Starting the $[officename] Software From the Command Line"
-msgstr "Entamu del software de $[officename] dende la llinia d'ordes"
+msgid "Starting $[officename] Software From the Command Line"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3156152\n"
-"5\n"
"help.text"
msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a shell under Linux, *BSD, or Mac OS X platforms."
msgstr ""
@@ -18453,16 +18448,14 @@ msgstr ""
msgctxt ""
"start_parameters.xhp\n"
"par_id3152472\n"
-"6\n"
"help.text"
msgid "Under Windows, type the following text in the <emph>Open </emph>text field and click <emph>OK</emph>."
-msgstr "En Windows, escriba'l testu siguiente nel campu de testu <emph>Abrir</emph> y calque <emph>Aceutar</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3149669\n"
-"53\n"
"help.text"
msgid "Under UNIX-like systems, type the following line of text, then press <emph>Return</emph>:"
msgstr ""
@@ -18471,679 +18464,649 @@ msgstr ""
msgctxt ""
"start_parameters.xhp\n"
"par_id3147561\n"
-"7\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter}</caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter}</caseinline></switchinline>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3153360\n"
-"8\n"
"help.text"
-msgid "Replace <emph>{install}</emph> with the path to your installation of the $[officename] software (for example, <emph>C:\\Program Files\\Office</emph>, or <emph>~/office</emph>)"
-msgstr "Sustituya <emph>{instal}</emph> cola ruta a la instalación de $[officename] (por exemplu, <emph>C:\\Ficheros de programa\\Office</emph> o <emph>/office</emph>)"
+msgid "Replace <emph>{install}</emph> with the path to your installation of $[officename] software (for example, <emph>C:\\Program Files\\Office</emph>, or <emph>~/office</emph>)"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3158407\n"
-"9\n"
+"hd_id3145171\n"
"help.text"
-msgid "Where required, replace <emph>{parameter}</emph> with one or more of the following command line parameters."
-msgstr "Cuando se solicite, sustituya <emph>{parámetru}</emph> por unu o más de los parámetros de la llinia d'ordes siguientes."
+msgid "Valid Command Line Parameters"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"hd_id3145171\n"
-"10\n"
+"hd_id1016120408556191\n"
"help.text"
-msgid "Valid Command Line Parameters"
-msgstr "Parámetros válidos de la llinia d'ordes"
+msgid "Using without special arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148451\n"
-"11\n"
+"par_id215247284938\n"
"help.text"
-msgid "Parameter"
-msgstr "Parámetru"
+msgid "Using without any arguments opens the start center."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149167\n"
-"12\n"
+"par_id4016121206183262\n"
"help.text"
-msgid "Meaning"
-msgstr "Significáu"
+msgid "<emph>{file}</emph>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149983\n"
-"73\n"
+"par_id40161212062813818\n"
"help.text"
-msgid "--help / -h / -?"
-msgstr "--help / -h / -?"
+msgid "Tries to open the file (files) in the components suitable for them."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147349\n"
-"74\n"
+"par_id40161212063110720\n"
"help.text"
-msgid "Lists the available command line parameters <switchinline select=\"sys\"><caseinline select=\"WIN\">in a dialog box</caseinline><defaultinline>to the console</defaultinline></switchinline>."
-msgstr "Numbera los parámetros de la llinia de comandos disponibles <switchinline select=\"sys\"><caseinline select=\"WIN\">nun cuadru de diálogu</caseinline><defaultinline>na consola</defaultinline></switchinline>. -help amuesa un testu d'ayuda estensu; -h amuesa un testu d'ayuda curtia."
+msgid "<emph>{file} macro:///[Library.Module.MacroName]</emph>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id31499et\n"
-"73\n"
+"par_id40161212063330252\n"
"help.text"
-msgid "--version"
-msgstr "--version"
+msgid "Opens the file and applies specified macros from the file."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id31473et\n"
-"74\n"
+"hd_id201612040855610\n"
"help.text"
-msgid "Displays the version information."
-msgstr "Amuesa información tocante a la versión."
+msgid "Getting help and information"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150010\n"
-"59\n"
+"par_id3148451\n"
"help.text"
-msgid "--writer"
-msgstr "--writer"
+msgid "<variable id=\"parameter\">Parameter</variable>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147213\n"
-"60\n"
+"par_id3149167\n"
"help.text"
-msgid "Starts with an empty Writer document."
-msgstr "Empecipiar con un documentu baleru de Writer."
+msgid "<variable id=\"meaning\">Meaning</variable>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148616\n"
-"61\n"
+"par_id3147349\n"
"help.text"
-msgid "--calc"
-msgstr "--calc"
+msgid "Lists the available command line parameters to the console."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145261\n"
-"62\n"
+"par_id20161204091221764\n"
"help.text"
-msgid "Starts with an empty Calc document."
-msgstr "Empecipiar con un documentu baleru de Calc."
+msgid "Opens $[officename] built-in or online Help on Writer."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156443\n"
-"63\n"
+"par_id20161204091520522\n"
"help.text"
-msgid "--draw"
-msgstr "--draw"
+msgid "Opens $[officename] built-in or online Help on Calc."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154011\n"
-"64\n"
+"par_id20161204091727059\n"
"help.text"
-msgid "Starts with an empty Draw document."
-msgstr "Empecipiar con un documentu baleru de Draw."
+msgid "Opens $[officename] built-in or online Help on Draw."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153142\n"
-"65\n"
+"par_id20161204091812159\n"
"help.text"
-msgid "--impress"
-msgstr "--impress"
+msgid "Opens $[officename] built-in or online Help on Impress."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153222\n"
-"66\n"
+"par_id20161204091919599\n"
"help.text"
-msgid "Starts with an empty Impress document."
-msgstr "Empecipiar con un documentu baleru de Impress."
+msgid "Opens $[officename] built-in or online Help on Base."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155853\n"
-"67\n"
+"par_id20161204092029619\n"
"help.text"
-msgid "--math"
-msgstr "--math"
+msgid "Opens $[officename] built-in or online Help on Basic scripting language."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3146928\n"
-"68\n"
+"par_id2016120409214276\n"
"help.text"
-msgid "Starts with an empty Math document."
-msgstr "Empecipiar con un documentu baleru de Math."
+msgid "Opens $[officename] built-in or online Help on Math."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149960\n"
-"69\n"
+"par_id31473et\n"
"help.text"
-msgid "--global"
-msgstr "--global"
+msgid "Shows $[officename] version and quits."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151075\n"
-"70\n"
+"par_id2016120409236546\n"
"help.text"
-msgid "Starts with an empty Writer master document."
-msgstr "Empecipiar con un documentu maestru de Writer baleru."
+msgid "(MacOS X sandbox only) Returns path of the temporary directory for the current user and exits. Overrides all other arguments."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154510\n"
-"71\n"
+"hd_id20161204094429235\n"
"help.text"
-msgid "--web"
-msgstr "--web"
+msgid "General arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148836\n"
-"72\n"
+"par_id3153919\n"
"help.text"
-msgid "Starts with an empty HTML document."
-msgstr "Empecipiar con un documentu baleru d'HTML."
+msgid "Activates[Deactivates] the Quickstarter service. It can take only one parameter <emph>no</emph> which deativates the Quickstarter service. Without parameters this service is activated."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149403\n"
+"par_id315330t\n"
"help.text"
-msgid "--show {filename.odp}"
-msgstr "--show {nomeficheru.odp}"
+msgid "Disables check for remote instances using the installation."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153838\n"
-"80\n"
+"par_id315053o\n"
"help.text"
-msgid "Starts with the Impress file <emph>{filename.odp}</emph> and starts the presentation. Enters edit mode after the presentation."
-msgstr "Empecípiase'l col ficheru de Impress <emph>{nomeficheru.odp}</emph> y empieza la presentación. Entra nel mou d'edición dempués de la presentación."
+msgid "Forces an input filter type, if possible. For example:<br/><item type=\"input\">--infilter=\"Calc Office Open XML\"</item><br/><item type=\"input\">--infilter=\"Text (encoded):UTF8,LF,,,.\"</item>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156276\n"
-"13\n"
+"par_id20161204101917197\n"
"help.text"
-msgid "--minimized"
-msgstr "--minimized"
+msgid "Store soffice.bin pid to <emph>{file}</emph>."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3146786\n"
+"help.text"
+msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for $[officename] software on UNIX-like platforms."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"hd_id20161204103115358\n"
+"help.text"
+msgid "User/programmatic interface control"
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3151334\n"
+"help.text"
+msgid "Disables the splash screen at program start."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3146080\n"
-"14\n"
"help.text"
msgid "Starts minimized. The splash screen is not displayed."
-msgstr "Empecípiase embrivíu. Nun s'amuesa la pantalla inicial."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145641\n"
-"15\n"
+"par_id3153306\n"
"help.text"
-msgid "--invisible"
-msgstr "--invisible"
+msgid "Starts without displaying anything except the splash screen."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3154756\n"
-"16\n"
"help.text"
msgid "Starts in invisible mode."
-msgstr "Empecipiar en mou invisible."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3148914\n"
-"17\n"
"help.text"
-msgid "Neither the start-up logo nor the initial program window will be visible. However, the $[officename] software can be controlled and documents and dialogs opened via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
-msgstr "Nun van ser visibles nin el logotipu d'entamu nin la ventana inicial del programa. Sicasí, pue controlase'l software de $[officename] y puen abrise los cuadros de diálogu y los documentos por aciu de la <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgid "Neither the start-up logo nor the initial program window will be visible. $[officename] software can be controlled, and documents and dialogs can be controlled and opened via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147341\n"
-"18\n"
"help.text"
-msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
+msgid "Using the parameter, $[officename] can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3150388\n"
-"48\n"
"help.text"
-msgid "It cannot be used in conjunction with <emph>-quickstart</emph>."
-msgstr "Nun pue usase en conxunción con <emph>-quickstart</emph>."
+msgid "It cannot be used in conjunction with <emph>--quickstart</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3145147\n"
-"19\n"
"help.text"
-msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
-msgstr "Pue atopar más información en $[officename] <emph>Developer's Guide</emph>."
+msgid "More information is found in <emph>$[officename] Developer's Guide</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155903\n"
-"20\n"
+"par_id3150530\n"
"help.text"
-msgid "--norestore"
-msgstr "--norestore"
+msgid "Starts in \"headless mode\" which allows using the application without user interface."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3156353\n"
+"help.text"
+msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3156374\n"
-"21\n"
"help.text"
msgid "Disables restart and file recovery after a system crash."
-msgstr "Desactiva'l reaniciu y la recuperación de ficheros dempués d'una caída del sistema."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id5215918\n"
+"par_id20161204120122917\n"
"help.text"
-msgid "--nofirststartwizard"
-msgstr "--nofirststartwizard"
+msgid "Starts in a safe mode, i.e. starts temporarily with a fresh user profile and helps to restore a broken configuration."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id5665761\n"
+"par_id3147130\n"
"help.text"
-msgid "Disables the Welcome Wizard."
-msgstr "Disables the Welcome Wizard."
+msgid "Notifies $[officename] software that upon the creation of \"UNO Acceptor Threads\", a \"UNO Accept String\" will be used."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148477\n"
-"25\n"
+"par_id20161204120828147\n"
"help.text"
-msgid "--quickstart"
-msgstr "--quickstart"
+msgid "UNO-URL is string the such kind <emph>uno:connection-type,params;protocol-name,params;ObjectName</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153919\n"
-"26\n"
+"par_id3148874\n"
"help.text"
-msgid "Activates the Quickstarter."
-msgstr "Activa l'Entamu rápidu."
+msgid "More information is found in <emph>$[officename] Developer's Guide</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3152479\n"
-"30\n"
+"par_id314713a\n"
"help.text"
-msgid "--accept={UNO string}"
-msgstr "--accept={cadena UNO}"
+msgid "Closes an acceptor that was created with <emph>--accept={UNO-URL}</emph>. Use <emph>--unaccept=all</emph> to close all open acceptors."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147130\n"
-"31\n"
+"par_id20161204121422689\n"
"help.text"
-msgid "Notifies the $[officename] software that upon the creation of \"UNO Acceptor Threads\", a \"UNO Accept String\" will be used."
-msgstr "Echa voz d'un $[officename] que tres la creación de \"UNU Acceptor Threads\" va usase \"UNU Accept String\"."
+msgid "Uses specified language, if language is not selected yet for UI. The lang is a tag of the language in IETF language tag."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148874\n"
-"32\n"
+"par_id201612041220386\n"
"help.text"
-msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
-msgstr "Pue atopar más información en $[officename] <emph>Developer's Guide</emph>."
+msgid "Developer arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315247a\n"
-"30\n"
+"par_id20161204122216505\n"
"help.text"
-msgid "--unaccept={UNO string}"
-msgstr "--unaccept={cadena UNO}"
+msgid "Exit after initialization complete (no documents loaded)."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314713a\n"
-"31\n"
+"par_id2016120412237431\n"
"help.text"
-msgid "Closes an acceptor that was created with --accept={UNO string}. Use --unaccept=all to close all open acceptors."
+msgid "Exit after loading documents."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3159238\n"
-"36\n"
+"par_id20161204122420839\n"
"help.text"
-msgid "-p {filename1} {filename2} ..."
-msgstr "-p {nome de ficheru 1} {nome de ficheru 2} ..."
+msgid "New document creation arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3163666\n"
-"37\n"
+"par_id20161204122414892\n"
"help.text"
-msgid "Prints the files <emph>{filename1} {filename2} ...</emph> to the default printer and ends. The splash screen does not appear."
-msgstr "Imprime los ficheros <emph>{nomeficheru1} {nomeficheru2} ...</emph> na imprentadora predeterminada y remata. Nun s'amuesa la pantalla inicial."
+msgid "The arguments create an empty document of specified kind. Only one of them may be used in one command line. If filenames are specified after an argument, then it tries to open those files in the specified component."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150828\n"
-"49\n"
+"par_id3147213\n"
"help.text"
-msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
-msgstr "Si'l nome de ficheru contién espacios, tien d'acutase con comines."
+msgid "Starts with an empty Writer document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150883\n"
-"38\n"
+"par_id3145261\n"
"help.text"
-msgid "--pt {Printername} {filename1} {filename2} ..."
-msgstr "--pt {nome d'imprentadora} {nome de ficheru 1} {nome de ficheru 2} ..."
+msgid "Starts with an empty Calc document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155081\n"
-"50\n"
+"par_id3154011\n"
"help.text"
-msgid "Prints the files <emph>{filename1} {filename2} ...</emph> to the printer <emph>{Printername}</emph> and ends. The splash screen does not appear."
-msgstr "Imprime los ficheros <emph>{nomeficheru1} {nomeficheru2} ...</emph> na imprentadora <emph>{nomeimprentadora}</emph> y remata. Nun s'amuesa la pantalla inicial."
+msgid "Starts with an empty Draw document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153655\n"
-"51\n"
+"par_id3153222\n"
"help.text"
-msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
-msgstr "Si'l nome de ficheru contién espacios, tien d'acutase con comines."
+msgid "Starts with an empty Impress document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154372\n"
-"39\n"
+"par_id3146928\n"
"help.text"
-msgid "-o {filename}"
-msgstr "-o {nome de ficheru}"
+msgid "Starts with an empty Math document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150309\n"
-"40\n"
+"par_id3151075\n"
"help.text"
-msgid "Opens <emph>{filename}</emph> for editing, even if it is a template."
-msgstr "Abre <emph>{nome de ficheru}</emph> pal so cambéu, inclusive anque seya una plantía."
+msgid "Starts with an empty Writer master document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151182\n"
-"54\n"
+"par_id3148836\n"
"help.text"
-msgid "--view {filename}"
-msgstr "--view {nome de ficheru}"
+msgid "Starts with an empty HTML document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145268\n"
-"55\n"
+"par_id20161204125123476\n"
"help.text"
-msgid "Creates a temporary copy of <emph>{filename}</emph> and opens it read-only."
-msgstr "Crea una copia temporal de <emph>{nome de ficheru}</emph> y abrir nel mou de namái llectura."
+msgid "File open arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3166421\n"
-"41\n"
+"par_id20161204125411030\n"
"help.text"
-msgid "-n {filename}"
-msgstr "-n {nome de ficheru}"
+msgid "The arguments define how following filenames are treated. New treatment begins after the argument and ends at the next argument. The default treatment is to open documents for editing, and create new documents from document templates."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3154259\n"
-"42\n"
"help.text"
-msgid "Creates a new document using <emph>{filename}</emph> as a template."
-msgstr "Crea un nuevu documentu por aciu <emph>{nome de ficheru}</emph> como una plantía."
+msgid "Treats following files as templates for creation of new documents."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155126\n"
-"43\n"
+"par_id3150309\n"
"help.text"
-msgid "--nologo"
-msgstr "--nologo"
+msgid "Opens following files for editing, regardless whether they are templates or not."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151334\n"
-"44\n"
+"par_id3155081\n"
"help.text"
-msgid "Disables the splash screen at program start."
-msgstr "Desactiva la pantalla d'entamu al arrincar el programa."
+msgid "Prints the following files to the printer <emph>{Printername}</emph> and ends. The splash screen does not appear."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3159171\n"
-"75\n"
+"par_id3153655\n"
+"51\n"
"help.text"
-msgid "--nodefault"
-msgstr "--nodefault"
+msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
+msgstr "Si'l nome de ficheru contién espacios, tien d'acutase con comines."
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153306\n"
-"76\n"
+"par_id20161204010513716\n"
"help.text"
-msgid "Starts without displaying anything except the splash screen."
-msgstr "Empecipiar ensin amosar nada sacante la pantalla inicial."
+msgid "If used multiple times, only last <emph>{Printername}</emph> is effective for all documents of all <emph>--pt</emph> runs."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315917t\n"
-"75\n"
+"par_id2016120401061890\n"
"help.text"
-msgid "--nolockcheck"
-msgstr "--nolockcheck"
+msgid "Also, <emph>--printer-name</emph> argument of <emph>--print-to-file</emph> switch interferes with <emph>{Printername}</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315330t\n"
-"76\n"
+"par_id3163666\n"
"help.text"
-msgid "Disables check for remote instances using the installation."
+msgid "Prints following files to the default printer, after which those files are closed. The splash screen does not appear."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id2211676\n"
+"par_id3150828\n"
"help.text"
-msgid "--nofirststartwizard"
-msgstr "--nofirststartwizard"
+msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id1641895\n"
+"par_id3145268\n"
"help.text"
-msgid "Add this parameter to the program start command to suppress the Welcome Wizard."
-msgstr "Amestar esti parámetru pal comandu d'entamu del programa pa evitar la bienvenida del Asistente."
+msgid "Opens following files in viewer mode (read-only)."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153915\n"
-"45\n"
+"par_id3153838\n"
"help.text"
-msgid "--display {display}"
-msgstr "--display {display}"
+msgid "Opens and starts the following presentation documents of each immediately. Files are closed after the showing. Files other than Impress documents are opened in default mode , regardless of previous mode."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3146786\n"
-"46\n"
+"par_id315053p\n"
"help.text"
-msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX-like platforms."
+msgid "Batch convert files (implies --headless). If --outdir isn't specified, then current working directory is used as output_dir."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149595\n"
-"56\n"
+"par_id2016120401222926\n"
"help.text"
-msgid "--headless"
-msgstr "--headless"
+msgid "If --convert-to is used more than once, last value of OutputFileExtension[:OutputFilterName] is effective. If --outdir is used more than once, only its last value is effective. For example:"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150530\n"
-"57\n"
+"par_id315053q\n"
"help.text"
-msgid "Starts in \"headless mode\" which allows using the application without user interface."
-msgstr "Empecipiar en \"mou ensin representación gráfica\" que dexa usar l'aplicación ensin la interfaz del usuariu."
+msgid "Batch print files to file. If <emph>--outdir</emph> is not specified, then current working directory is used as output_dir."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156353\n"
-"58\n"
+"par_id20161204012928262\n"
"help.text"
-msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
-msgstr "Pue usase esti mou especial cuando veceros esternos controlen l'aplicación por aciu de la <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgid "If <emph>--printer-name</emph> or <emph>--outdir</emph> used multiple times, only last value of each is effective. Also, <emph>{Printername}</emph> of <emph>--pt</emph> switch interferes with <emph>--printer-name</emph>. For example:"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959o\n"
-"56\n"
+"par_id2016120401348732\n"
"help.text"
-msgid "--infilter={filter}"
-msgstr "--infilter={filter}"
+msgid "Dump text content of the following files to console (implies <emph>--headless</emph>). Cannot be used with <emph>--convert-to</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053o\n"
-"57\n"
+"par_id2016120401398657\n"
"help.text"
-msgid "Forces an input filter type, if possible. Eg. --infilter=\"Calc Office Open XML\"."
+msgid "Set a bootstrap variable. For example: to set a non-default user profile path:"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959p\n"
-"56\n"
+"par_id20161204014126760\n"
"help.text"
-msgid "--convert-to output_file_extension[:output_filter_name] [--outdir output_dir] files"
+msgid "Ignored switches"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053p\n"
-"57\n"
+"par_id2016120401435616\n"
"help.text"
-msgid "Batch convert files. If --outdir is not specified, then current working directory is used as output_dir.<br/>Eg. --convert-to pdf *.doc<br/>--convert-to pdf:writer_pdf_Export --outdir /home/user *.doc"
+msgid "Ignored (MacOS X only)"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959q\n"
-"56\n"
+"par_id20161204014423695\n"
"help.text"
-msgid "--print-to-file [--printer-name printer_name] [--outdir output_dir] files"
+msgid "Ignored (COM+ related; Windows only)"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053q\n"
-"57\n"
+"par_id20161204014529900\n"
+"help.text"
+msgid "Does nothing, accepted only for backward compatibility."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id2016120401463584\n"
"help.text"
-msgid "Batch print files to file. If --outdir is not specified, then current working directory is used as output_dir.<br/>Eg. --print-to-file *.doc<br/>--print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc"
+msgid "Used only in unit tests and should have two arguments."
msgstr ""
#: startcenter.xhp
diff --git a/source/ast/helpcontent2/source/text/shared/optionen.po b/source/ast/helpcontent2/source/text/shared/optionen.po
index a46f07399b3..0caef59837d 100644
--- a/source/ast/helpcontent2/source/text/shared/optionen.po
+++ b/source/ast/helpcontent2/source/text/shared/optionen.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-05-24 03:13+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-07-05 17:23+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Softastur <alministradores@softastur.org>\n"
"Language: ast\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1464059616.000000\n"
+"X-POOTLE-MTIME: 1467739422.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -2247,8 +2247,8 @@ msgctxt ""
"01010500.xhp\n"
"tit\n"
"help.text"
-msgid "Colors"
-msgstr "Colores"
+msgid "Color"
+msgstr ""
#: 01010500.xhp
msgctxt ""
@@ -2262,328 +2262,201 @@ msgstr "<bookmark_value>colores;modelos</bookmark_value>"
msgctxt ""
"01010500.xhp\n"
"hd_id3150543\n"
-"1\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Colors\">Colors</link>"
-msgstr "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Colors\">Colores</link>"
+msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Color\">Color</link>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3153104\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/ColorPage\">Allows you to select a color from a color table, edit an existing color, or define new colors.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/ColorPage\">Dexa escoyer colores d'una tabla, editar colores o definir colores nuevos.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/ColorPage\">Allows you to select a color from a color palette, edit an existing color, or define new colors.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150767\n"
-"3\n"
"help.text"
-msgid "Color table"
-msgstr "Paleta de colores"
+msgid "Colors"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150869\n"
-"5\n"
"help.text"
-msgid "Name"
-msgstr "Nome"
+msgid "Palette"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3149809\n"
-"6\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/name\">Specifies the name of a selected color. You can also type a name in this field when defining a new color.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/name\">Especifica'l nome d'un color escoyíu. Al definir un color, tamién pue escribise un nome nesti campu.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/paletteselector\">Specifies the name of a selected palette. You can select a different palette here.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150447\n"
-"7\n"
"help.text"
-msgid "Color"
-msgstr "Color"
+msgid "Color Set"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3149560\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/colorlb\">Contains a list of available colors. To select a color, choose one from the list.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/colorlb\">Contien una llista col colores disponibles. Pa escoyer un color, escueya unu de la llista.</ahelp>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3155132\n"
-"9\n"
-"help.text"
-msgid "Color table"
-msgstr "Paleta de colores"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3152885\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/modellb\">To modify, select the color model: Red-Green-Blue (RGB) or Cyan-Magenta-Yellow-BlacK (CMYK).</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/modellb\">Pa modificar, escueya'l modelu de colores: coloráu-verde-azul (RGB) o cian-magenta-mariellu-negru (CMYK).</ahelp>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id1527756\n"
-"help.text"
-msgid "%PRODUCTNAME uses only the RGB color model for printing in color. The CMYK controls are provided only to ease the input of color values using CMYK notation."
-msgstr "%PRODUCTNAME usa namái el modelu de color RGB pa la impresión en color. Los controles CMYK apurrir pa facilitar la entrada de valores de color usando la notación CMYK."
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3147426\n"
-"40\n"
"help.text"
-msgid "If you select RGB, the initials of the three colors will appear and you can set the color from 0 to 255 with the spin button."
-msgstr "Si escueye RGB, van amosase les iniciales de los trés colories al pie de los cualos va ver un botón xiratoriu nel que va poder definir un valor entendíu ente 0 y 255 pa cada color."
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3150103\n"
-"13\n"
-"help.text"
-msgid "R"
+msgid "<ahelp hid=\"cui/ui/colorpage/colorset\">Contains a list of available colors. Click on the desired one in the list to select it.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3152462\n"
-"14\n"
+"hd_id31563321\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/R\">Red</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/R\">Coloráu</ahelp>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3145366\n"
-"15\n"
-"help.text"
-msgid "G"
+msgid "Recent Colors"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3153144\n"
-"16\n"
+"par_id31544811\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/G\">Green</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/G\">Verde</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/recentcolorset\">Displays the last twelve colors selected and applied.</ahelp> Upon selecting a new color it is added to the left of the list. If the list is full and a new color is selected then the rightmost color is deleted."
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3153573\n"
-"17\n"
+"hd_id3156332\n"
"help.text"
-msgid "B"
+msgid "Add"
msgstr ""
#: 01010500.xhp
-#, fuzzy
msgctxt ""
"01010500.xhp\n"
-"par_id3153726\n"
-"18\n"
+"par_id3154481\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/B\">Blue</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/K\">Negru</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/add\">Adds the new color to the <emph>Custom</emph> palette.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3152940\n"
-"41\n"
+"hd_id31547578\n"
"help.text"
-msgid "If you select CMYK, the initials of the four colors will appear and you can set the color from 0 to 255 with the spin button."
-msgstr "Si escueye CMYK, amuésense les iniciales de los cuatro colories y, al pie de elles, un botón xiratoriu pa definir un valor entendíu ente'l 0 y 255 pa cada color."
+msgid "Delete"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3154942\n"
-"42\n"
+"par_id3154483\n"
"help.text"
-msgid "C"
+msgid "<ahelp hid=\"cui/ui/colorpage/delete\">Deletes the selected color without confirmation.</ahelp>"
msgstr ""
#: 01010500.xhp
-#, fuzzy
msgctxt ""
"01010500.xhp\n"
-"par_id3145800\n"
-"43\n"
+"par_id3154574\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/C\">Cyan</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/G\">Verde</ahelp>"
+msgid "You can only delete colors from the <emph>custom</emph> palette."
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3155417\n"
-"44\n"
+"hd_id31507671\n"
"help.text"
-msgid "M"
+msgid "New"
msgstr ""
#: 01010500.xhp
-#, fuzzy
msgctxt ""
"01010500.xhp\n"
-"par_id3150093\n"
-"45\n"
+"par_id3147426\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/M\">Magenta</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/G\">Verde</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/newpreview\">Displays a preview of the color selected from the color palette and the changes you make with the controls below.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3147124\n"
-"46\n"
+"hd_id3150103\n"
"help.text"
-msgid "Y"
+msgid "R"
msgstr ""
#: 01010500.xhp
-#, fuzzy
msgctxt ""
"01010500.xhp\n"
-"par_id3154098\n"
-"47\n"
+"par_id3152462\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/Y\">Yellow</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/R\">Coloráu</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/R_custom\">The color code of the red component of the color. Possible values are between 0 and 255.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3154015\n"
-"48\n"
+"hd_id3145366\n"
"help.text"
-msgid "K"
+msgid "G"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3156180\n"
-"49\n"
+"par_id3153144\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/K\">Black</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/K\">Negru</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/G_custom\">The color code of the green component of the color. Possible values are between 0 and 255.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3156332\n"
-"27\n"
+"hd_id3153573\n"
"help.text"
-msgid "Add"
-msgstr "Amestar"
+msgid "B"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3154481\n"
-"28\n"
+"par_id3153726\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/add\">Adds a new color.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/add\">Amiesta un color nuevu.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/B_custom\">The color code of the blue component of the color. Possible values are between 0 and 255.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3153708\n"
-"29\n"
+"hd_id31535731\n"
"help.text"
-msgid "Modify"
-msgstr "Modificar"
+msgid "Hex"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3148916\n"
-"30\n"
+"par_id31537261\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/modify\">Changes the current color.</ahelp> Note that the color is overwritten without a confirmation."
-msgstr "<ahelp hid=\"cui/ui/colorpage/modify\">Camuda'l color actual.</ahelp> Tenga en cuenta qu'el color se sobrescribe ensin pidir confirmación."
+msgid "<ahelp hid=\"cui/ui/colorpage/hex_custom\">The color code of the color expressed as a hexadecimal value.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3154754\n"
-"31\n"
-"help.text"
-msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Edit\">Edit</link>"
-msgstr "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Edit\">Editar</link>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3159267\n"
-"33\n"
-"help.text"
-msgid "Load Color List"
-msgstr "Cargar tabla de colores"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3154705\n"
-"34\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/load\">Accesses the <emph>Open</emph> dialog, which allows you to select a color palette</ahelp>."
-msgstr "<ahelp hid=\"cui/ui/colorpage/load\">Apuerta al cuadru de diálogu <emph>Abrir</emph>, nel que pue escoyese una paleta de colores</ahelp>."
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3147344\n"
-"36\n"
"help.text"
-msgid "Save Color List"
-msgstr "Guardar tabla de colores"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3163808\n"
-"37\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/save\">Opens the <emph>Save As</emph> dialog, which enables you to save the current color table under a specified name.</ahelp> If you do not choose this command, the current color table will be automatically saved as default and re-loaded the next time you start $[officename]."
-msgstr "<ahelp hid=\"cui/ui/colorpage/save\">Abre'l cuadru de diálogu <emph>Guardar como</emph>, nel cual pue guardase la tabla de colores con un nome determináu.</ahelp> Si nun escueye esti comandu, la tabla de colores actual guardar como predeterminada y vuélvese a cargar la próxima vegada qu'empecipie $[officename]."
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3154572\n"
-"38\n"
-"help.text"
-msgid "The <emph>Load color list</emph> and <emph>Save color list </emph>icons are visible only if you select the <emph>Colors</emph> tab with the <emph>Format - Area</emph> command."
-msgstr "Los símbolos <emph>Cargar tabla de colores</emph> y <emph>Guardar tabla de colores </emph>namái son visibles na llingüeta <emph>Colores</emph> que s'abrir por aciu la orde <emph>Formatu - Rellenu</emph>."
+msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Pick\">Pick</link><ahelp hid=\"cui/ui/colorpage/edit\"><embed href=\"text/shared/optionen/01010501.xhp#farbentext\"/></ahelp>"
+msgstr ""
#: 01010501.xhp
msgctxt ""
@@ -5346,8 +5219,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN1064B\n"
"help.text"
-msgid "<ahelp hid=\"703988739\">Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988739\">Escueya pa ver un diálogu d'alvertencia al intentar guardar o unviar un documentu que contenga comentarios, versiones o cambeos rexistraos.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/savesenddocs\">Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5362,8 +5235,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10652\n"
"help.text"
-msgid "<ahelp hid=\"703988740\">Select to see a warning dialog when you try to print a document that contains recorded changes or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988740\">Escueya pa ver un diálogu d'alvertencia al intentar imprentar un documentu que contenga comentarios o cambeos rexistraos.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whenprinting\">Select to see a warning dialog when you try to print a document that contains recorded changes or comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5378,8 +5251,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10659\n"
"help.text"
-msgid "<ahelp hid=\"703988741\">Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988741\">Escueya pa ver un diálogu d'alvertencia cuando intente roblar un documentu que contenga comentarios, referencies a otros oríxenes (por exemplu, seiciones o imaxes enllazaes), campos, versiones o cambeos rexistraos.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whensigning\">Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5394,8 +5267,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10660\n"
"help.text"
-msgid "<ahelp hid=\"703988742\">Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments.</ahelp>"
-msgstr "<ahelp hid=\"703988742\">Escueya pa ver un diálogu d'alvertencia cuando intente esportar un documentu al formatu PDF qu'amuese cambeos rexistraos en Writer o comentarios.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whenpdf\">Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5406,13 +5279,12 @@ msgid "Remove personal information on saving"
msgstr "Desaniciar información personal al guardar"
#: 01030300.xhp
-#, fuzzy
msgctxt ""
"01030300.xhp\n"
"par_idN10667\n"
"help.text"
-msgid "<ahelp hid=\"703988743\">Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>"
-msgstr "<ahelp hid=\"703988743\">Escueya pa desaniciar siempres los datos del usuariu de les propiedaes del ficheru. Si esta opción nun ta escoyida, pue desaniciar la información personal pal documentu actual col botón <emph>Restablecer</emph> de <emph>Ficheru - Propiedaes - Xeneral</emph>.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/removepersonal\">Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5427,8 +5299,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10680\n"
"help.text"
-msgid "<ahelp hid=\"703988744\">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp>"
-msgstr "<ahelp hid=\"703988744\">Escueya pa marcar de forma predeterminada la opción <emph>Guardar con contraseña</emph> de los diálogos de guardáu de ficheros. Anule la seleición de la opción pa guardar un ficheru ensin contraseña.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/password\">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5443,8 +5315,24 @@ msgctxt ""
"01030300.xhp\n"
"par_id79042\n"
"help.text"
-msgid "<ahelp hid=\".\">If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</ahelp>"
-msgstr "<ahelp hid=\".\">Si ta habilitada, usté tien de caltener calcada la tecla Ctrl mientres fai clic nun hiperenllaz pa siguir esi enllaz. Si nun ta habilitada, un clic abre'l hiperenllaz.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/ctrlclick\">If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</ahelp>"
+msgstr ""
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id1972107\n"
+"help.text"
+msgid "Block any links from documents not among the trusted locations (see Macro Security)"
+msgstr ""
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id79043\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/blockuntrusted\">Blocks the use of links pointing to images not in the trusted locations defined on the <link href=\"text/shared/optionen/macrosecurity_ts.xhp\" name=\"Trusted Sources\">Trusted Sources</link> tab of the Macro Security dialog.</ahelp> This can increase security in case you work with documents from untrusted sources (e.g. the internet) and are worried about vulnerabilities in image processing software components. Blocking the use of links means that images are not loaded in documents, only a placeholder frame is visible."
+msgstr ""
#: 01030300.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/smath.po b/source/ast/helpcontent2/source/text/smath.po
index a633a0d3403..2d0b1a4d65c 100644
--- a/source/ast/helpcontent2/source/text/smath.po
+++ b/source/ast/helpcontent2/source/text/smath.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: smath\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-08-25 12:34+0200\n"
-"PO-Revision-Date: 2013-05-24 07:41+0000\n"
-"Last-Translator: system user <>\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2015-08-25 13:03+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: softastur <LL@li.org>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1369381287.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1440507806.000000\n"
#: main0000.xhp
msgctxt ""
@@ -248,10 +248,9 @@ msgstr "<link href=\"text/smath/main0103.xhp\" name=\"Ver\">Ver</link>"
msgctxt ""
"main0103.xhp\n"
"par_id3147338\n"
-"2\n"
"help.text"
-msgid "Sets the display scale and defines which elements you want to be visible. Most of the commands that you can enter into the <emph>Commands</emph> window can also be accessed through a mouse click if you have already opened the Elements window with <link href=\"text/smath/01/03090000.xhp\" name=\"View - Elements\"><emph>View - Elements</emph></link>."
-msgstr "Define la escala de visualización y escoyer el restu d'elementos que tengan d'amosase. La mayor parte de los comandos, que puen introducise na ventana <emph>Comandos</emph>, activar con un clic del mur si tiense abierta la ventana Elementos al traviés de <link href=\"text/smath/01/03090000.xhp\" name=\"Ver - Elementos\"><emph>Ver - Elementos</emph></link>."
+msgid "Sets the display scale and defines which elements you want to be visible. Most of the commands that you can enter into the <emph>Commands</emph> window can also be accessed through a mouse click if you have already opened the Elements pane with <link href=\"text/smath/01/03090000.xhp\" name=\"View - Elements\"><emph>View - Elements</emph></link>."
+msgstr ""
#: main0103.xhp
msgctxt ""
@@ -618,7 +617,6 @@ msgstr "Fórmules en contestu"
msgctxt ""
"main0503.xhp\n"
"par_id3148774\n"
-"8\n"
"help.text"
-msgid "To make working with formulas easier, use the context menus, which can be called up with a right mouse click. This applies especially to the Commands window. This context menu contains all the commands that are found in the Elements window, and also operators, and so on, which can be inserted into your formula by mouse-click without having to key them into the Commands window."
-msgstr "Pa facilitar el trabayu coles fórmules use'l menú contestual, que s'abre col botón derechu del mur. La carauterística anterior aplícase especialmente a la ventana comandos. Esti menú contestual contién toles ordes que s'atopen na ventana Elementos, según l'operadores y otres funciones, que puen inxertase na fórmula calcando'l mur ensin tener que teclealos na ventana de comandu."
+msgid "To make working with formulas easier, use the context menus, which can be called up with a right mouse click. This applies especially to the Commands window. This context menu contains all the commands that are found in the Elements pane, and also operators, and so on, which can be inserted into your formula by mouse-click without having to key them into the Commands window."
+msgstr ""
diff --git a/source/ast/helpcontent2/source/text/smath/00.po b/source/ast/helpcontent2/source/text/smath/00.po
index f7b3e44e30d..9a6d60fea71 100644
--- a/source/ast/helpcontent2/source/text/smath/00.po
+++ b/source/ast/helpcontent2/source/text/smath/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2015-12-11 12:17+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2015-11-10 21:10+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Softastur <alministradores@softastur.org>\n"
"Language: ast\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1449836222.000000\n"
+"X-POOTLE-MTIME: 1447189805.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -311,31 +311,13 @@ msgstr "Abra'l menu contestual na ventana de comandos y escueya <emph>Operador U
msgctxt ""
"00000004.xhp\n"
"par_id3154106\n"
-"71\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Escoyer <emph>Ver - Elementos</emph> - na ventana d'Elementos, faiga click en"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3153535\n"
-"help.text"
-msgid "<image id=\"img_id3151310\" src=\"res/helpimg/starmath/im21101.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151310\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Unary/Binary Operators</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3153774\n"
-"72\n"
-"help.text"
-msgid "Unary/Binary Operators"
-msgstr "Operadores unarios/binarios"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3150360\n"
"73\n"
"help.text"
@@ -346,31 +328,13 @@ msgstr "Menú contestual de la ventana de comandos<emph> - Relaciones</emph>"
msgctxt ""
"00000004.xhp\n"
"par_id3154473\n"
-"74\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Escoyer <emph>Ver - Elementos</emph> - na ventana d'Elementos, faiga click en"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3147531\n"
-"help.text"
-msgid "<image id=\"img_id3151103\" src=\"res/helpimg/starmath/bi21309.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151103\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Relations</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3150833\n"
-"75\n"
-"help.text"
-msgid "Relations"
-msgstr "Relaciones"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149687\n"
"37\n"
"help.text"
@@ -381,31 +345,13 @@ msgstr "Menú contestual de la ventana de comandos<emph> - Operadores</emph>"
msgctxt ""
"00000004.xhp\n"
"par_id3149342\n"
-"76\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Escoyer <emph>Ver - Elementos</emph> - na ventana d'Elementos, faiga click en"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3146921\n"
-"help.text"
-msgid "<image id=\"img_id3146927\" src=\"res/helpimg/starmath/im21105.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146927\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Operators</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3148990\n"
-"39\n"
-"help.text"
-msgid "Operators"
-msgstr "Operadores"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149297\n"
"40\n"
"help.text"
@@ -416,31 +362,13 @@ msgstr "Menú contestual de la ventana de comandos<emph> - Funciones</emph>"
msgctxt ""
"00000004.xhp\n"
"par_id3143275\n"
-"77\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Escoyer <emph>Ver - Elementos</emph> - na ventana d'Elementos, faiga click en"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3149103\n"
"help.text"
-msgid "<image id=\"img_id3154825\" src=\"res/helpimg/starmath/im21104.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3154825\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Functions</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3149796\n"
-"42\n"
-"help.text"
-msgid "Functions"
-msgstr "Funciones"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3147092\n"
"43\n"
"help.text"
@@ -451,31 +379,13 @@ msgstr "Menú contestual de la ventana de comandos<emph> - Paréntesis</emph>"
msgctxt ""
"00000004.xhp\n"
"par_id3147220\n"
-"78\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Escoyer <emph>Ver - Elementos</emph> - na ventana d'Elementos, faiga click en"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3147584\n"
"help.text"
-msgid "<image id=\"img_id3148733\" src=\"res/helpimg/starmath/im21107.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148733\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Brackets</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3147330\n"
-"45\n"
-"help.text"
-msgid "Brackets"
-msgstr "Paréntesis"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3153510\n"
"46\n"
"help.text"
@@ -486,31 +396,13 @@ msgstr "Menú contestual de la ventana de comandos<emph> - Atributos</emph>"
msgctxt ""
"00000004.xhp\n"
"par_id3147126\n"
-"79\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Escoyer <emph>Ver - Elementos</emph> - na ventana d'Elementos, faiga click en"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3154376\n"
"help.text"
-msgid "<image id=\"img_id3154390\" src=\"res/helpimg/starmath/at21706.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154390\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Attributes</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3153361\n"
-"48\n"
-"help.text"
-msgid "Attributes"
-msgstr "Atributos"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3154114\n"
"49\n"
"help.text"
@@ -521,31 +413,13 @@ msgstr "Menú contestual de la ventana de comandos<emph> - Formatos</emph>"
msgctxt ""
"00000004.xhp\n"
"par_id3150581\n"
-"80\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Escoyer <emph>Ver - Elementos</emph> - na ventana d'Elementos, faiga click en"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3151029\n"
-"help.text"
-msgid "<image id=\"img_id3151036\" src=\"res/helpimg/starmath/im21108.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151036\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Formats</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3155119\n"
-"51\n"
-"help.text"
-msgid "Formats"
-msgstr "Formatos"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149008\n"
"52\n"
"help.text"
@@ -556,31 +430,13 @@ msgstr "Abra'l menú contestual de la ventana de comandos y escueya <emph>Operad
msgctxt ""
"00000004.xhp\n"
"par_id3147313\n"
-"81\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Escoyer <emph>Ver - Elementos</emph> - na ventana d'Elementos, faiga click en"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3151377\n"
-"help.text"
-msgid "<image id=\"img_id3151384\" src=\"res/helpimg/starmath/op21401.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151384\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Set Operations</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3150686\n"
-"54\n"
-"help.text"
-msgid "Set Operations"
-msgstr "Operadores de conxuntos"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3150109\n"
"55\n"
"help.text"
@@ -720,29 +576,12 @@ msgctxt ""
"par_id3153968\n"
"91\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Escoyer <emph>Ver - Elementos</emph> - na ventana d'Elementos, faiga click en"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3154715\n"
-"help.text"
-msgid "<image id=\"img_id3154722\" src=\"res/helpimg/starmath/im21117.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154722\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Others</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3150459\n"
-"92\n"
-"help.text"
-msgid "Others"
-msgstr "Otros"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3145626\n"
"help.text"
msgid "<image id=\"img_id3145632\" src=\"cmd/sc_formelcursor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145632\">Icon</alt></image>"
diff --git a/source/ast/helpcontent2/source/text/smath/01.po b/source/ast/helpcontent2/source/text/smath/01.po
index 7e8f8e87b5b..2e30dd0c405 100644
--- a/source/ast/helpcontent2/source/text/smath/01.po
+++ b/source/ast/helpcontent2/source/text/smath/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
"PO-Revision-Date: 2016-05-06 18:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Softastur <alministradores@softastur.org>\n"
@@ -441,19 +441,17 @@ msgstr "<link href=\"text/smath/01/03090100.xhp\" name=\"Operadores unarios/bina
msgctxt ""
"03090100.xhp\n"
"par_id3151241\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">You can choose various unary and binary operators to build your $[officename] Math formula. Unary refers to operators that affect one placeholder. Binary refers to operators that connect two placeholders. The lower area of the Elements window displays the individual operators.</ahelp> The <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window also contains a list of these operators, as well as additional operators. If you need an operator that is not contained in the Elements window, use the context menu or type it directly in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">Puen escoyese dellos operadores unarios y binarios pa construyir una fórmula de $[officename] Math. Unario refierser a los operadores qu'afecten un marcador de posición. Binariu refierese a los operadores que coneuten dos marcadores de posición. La zona baxa de la ventana Elementos de Fórmula amuesa los operadores individuales.</ahelp> El <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">menú contestual</link> de la ventana de <emph>Comandos</emph> tamién contién una llista d'estos operadores, según tamién una llista d'operadores adicionales. Si precisa un operador que nun ta conteníu na ventana d'Elementos, use'l menú contestual o escriba direutamente na ventana de <emph>Comandos</emph>."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">You can choose various unary and binary operators to build your $[officename] Math formula. Unary refers to operators that affect one placeholder. Binary refers to operators that connect two placeholders. The lower area of the Elements pane displays the individual operators.</ahelp> The <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window also contains a list of these operators, as well as additional operators. If you need an operator that is not contained in the Elements pane, use the context menu or type it directly in the <emph>Commands</emph> window."
+msgstr ""
#: 03090100.xhp
msgctxt ""
"03090100.xhp\n"
"par_id3146963\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of the unary and binary operators. The symbol next to the operator indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the Commands window."
-msgstr "De siguío amuésase una llista completa d'operadores unarios y binarios. El símbolu al llau del operador indica que pue aportase al al traviés de los elementos de la ventana de fórmules (escoyer <emph>Ver - Elementos de les fórmules</emph>) o al traviés del menú contestual de la ventana de Comandos."
+msgid "The following is a complete list of the unary and binary operators. The symbol next to the operator indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the Commands window."
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -469,8 +467,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10085\n"
"help.text"
-msgid "<image id=\"img_id3156399\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156399\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">Iconu</alt></image>"
+msgid "<image id=\"img_id3156399\" src=\"res/helpimg/starmath/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -495,8 +493,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN100C1\n"
"help.text"
-msgid "<image id=\"img_id3148776\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148776\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">Iconu</alt></image>"
+msgid "<image id=\"img_id3148776\" src=\"res/helpimg/starmath/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -521,8 +519,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN100FD\n"
"help.text"
-msgid "<image id=\"img_id3150757\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150757\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">Iconu</alt></image>"
+msgid "<image id=\"img_id3150757\" src=\"res/helpimg/starmath/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -547,8 +545,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10139\n"
"help.text"
-msgid "<image id=\"img_id3145410\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145410\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">Iconu</alt></image>"
+msgid "<image id=\"img_id3145410\" src=\"res/helpimg/starmath/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -573,8 +571,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10175\n"
"help.text"
-msgid "<image id=\"img_id3151098\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">Icon</alt></image>"
-msgstr "<image id=\"img_id3151098\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">Iconu</alt></image>"
+msgid "<image id=\"img_id3151098\" src=\"res/helpimg/starmath/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -599,8 +597,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN101B0\n"
"help.text"
-msgid "<image id=\"img_id3155898\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155898\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">Iconu</alt></image>"
+msgid "<image id=\"img_id3155898\" src=\"res/helpimg/starmath/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -625,8 +623,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN101E9\n"
"help.text"
-msgid "<image id=\"img_id3149308\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149308\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">Iconu</alt></image>"
+msgid "<image id=\"img_id3149308\" src=\"res/helpimg/starmath/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -651,8 +649,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10226\n"
"help.text"
-msgid "<image id=\"img_id3148982\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148982\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">Iconu</alt></image>"
+msgid "<image id=\"img_id3148982\" src=\"res/helpimg/starmath/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -677,8 +675,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN1025F\n"
"help.text"
-msgid "<image id=\"img_id3155140\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155140\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">Iconu</alt></image>"
+msgid "<image id=\"img_id3155140\" src=\"res/helpimg/starmath/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -703,8 +701,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10298\n"
"help.text"
-msgid "<image id=\"img_id3149168\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149168\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">Iconu</alt></image>"
+msgid "<image id=\"img_id3149168\" src=\"res/helpimg/starmath/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -729,8 +727,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN102D1\n"
"help.text"
-msgid "<image id=\"img_id3148765\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148765\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">Iconu</alt></image>"
+msgid "<image id=\"img_id3148765\" src=\"res/helpimg/starmath/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -755,8 +753,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN1030A\n"
"help.text"
-msgid "<image id=\"img_id3147418\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147418\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">Iconu</alt></image>"
+msgid "<image id=\"img_id3147418\" src=\"res/helpimg/starmath/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -781,8 +779,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10343\n"
"help.text"
-msgid "<image id=\"img_id3149566\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149566\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">Iconu</alt></image>"
+msgid "<image id=\"img_id3149566\" src=\"res/helpimg/starmath/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -807,8 +805,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10383\n"
"help.text"
-msgid "<image id=\"img_id3147116\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147116\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">Iconu</alt></image>"
+msgid "<image id=\"img_id3147116\" src=\"res/helpimg/starmath/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -833,8 +831,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN103C3\n"
"help.text"
-msgid "<image id=\"img_id3148440\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148440\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">Iconu</alt></image>"
+msgid "<image id=\"img_id3148440\" src=\"res/helpimg/starmath/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -859,8 +857,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10403\n"
"help.text"
-msgid "<image id=\"img_id3150173\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150173\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">Iconu</alt></image>"
+msgid "<image id=\"img_id3150173\" src=\"res/helpimg/starmath/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -1013,8 +1011,8 @@ msgctxt ""
"par_id3153152\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">You can choose among various relations to structure your <emph>$[officename] Math</emph> formula. The relation functions are displayed in the lower part of the Elements window.</ahelp> The list is also in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All relations that are not contained in the Elements window or in the context menu can be typed manually in the Commands window."
-msgstr "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">Pue escoyer ente delles relaciones pa estructurar la fórmula de <emph>$[officename] Math</emph>. Les funciones de rellación amuésense na parte inferior de la ventana d'Elementos.</ahelp> La llista tamién apaez nel <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"menú contestual\">menú contestual</link> de la ventana <emph>Comandos</emph>. Toles relaciones que nun apaecen na ventana d'Elementos o nel menú contestual puen escribise manualmente na ventana de Comandos."
+msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">You can choose among various relations to structure your <emph>$[officename] Math</emph> formula. The relation functions are displayed in the lower part of the Elements pane.</ahelp> The list is also in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All relations that are not contained in the Elements pane or in the context menu can be typed manually in the Commands window."
+msgstr ""
#: 03090200.xhp
msgctxt ""
@@ -1022,8 +1020,8 @@ msgctxt ""
"par_id3147258\n"
"3\n"
"help.text"
-msgid "The following is a complete list of the relations. The symbol next to the name of the relation indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "La siguiente ye una llista completa de les rellaciones. El símbolu al llau del nome de la rellación indica que pue aportase al traviés de la ventana d'Elementos (escoyer <emph>Ver - Elementos</emph>) o al traviés del menú contestual na ventana de <emph>Comandos</emph>."
+msgid "The following is a complete list of the relations. The symbol next to the name of the relation indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090200.xhp
msgctxt ""
@@ -1871,19 +1869,17 @@ msgstr "<link href=\"text/smath/01/03090300.xhp\" name=\"Operadores\">Operadores
msgctxt ""
"03090300.xhp\n"
"par_id3149755\n"
-"35\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\">You can choose among various operators to structure your <emph>$[officename] Math</emph> formula. All available operators appear in the lower part of the Elements window.</ahelp> They are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All operators not contained in the Elements window or in the context menu must be typed manually in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\">Pue escoyer ente dellos operadores pa estructurar la fórmula de <emph>$[officename] Math</emph>. Tolos operadores disponibles amuésense na parte inferior de la ventana Seleición.</ahelp> Tamién apaecen nel <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"menú contestual\">menú contestual</link> de la ventana <emph>Comandos</emph>. Tolos operadores que nun apaecen na ventana Elementos o nel menú contestual tienen d'escribise na ventana <emph>Comandos</emph>."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\">You can choose among various operators to structure your <emph>$[officename] Math</emph> formula. All available operators appear in the lower part of the Elements pane.</ahelp> They are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All operators not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window."
+msgstr ""
#: 03090300.xhp
msgctxt ""
"03090300.xhp\n"
"par_id3153576\n"
-"36\n"
"help.text"
-msgid "The following is a list of the available operators. An icon next to the operator name indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "De siguío preséntase una llista completa d'operadores disponibles. Un iconu próximu al nome del operador indica que pue accedese a él al traviés de la ventana de la Fórmula d'Elementos ( escoyer <emph>Ver - Elementos </emph>) o al traviés del menú de contestu de la ventana de <emph> Comandos </emph>."
+msgid "The following is a list of the available operators. An icon next to the operator name indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090300.xhp
msgctxt ""
@@ -2316,10 +2312,9 @@ msgstr "<link href=\"text/smath/01/03090400.xhp\" name=\"Funciones\">Funciones</
msgctxt ""
"03090400.xhp\n"
"par_id3155374\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">Choose a function in the lower part of the window.</ahelp> These functions are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements window need to be typed manually in the Commands window."
-msgstr "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">Escueya una función na parte inferior de la ventana.</ahelp> Estes funciones tamién apaecen nel <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"menú contestual\">menú contestual</link> de la ventana <emph>Comandos</emph>. Les funciones que nun apaecen na ventana de Fórmula d'Elementos tienen d'escribise na ventana Comandos."
+msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">Choose a function in the lower part of the window.</ahelp> These functions are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements pane need to be typed manually in the Commands window."
+msgstr ""
#: 03090400.xhp
msgctxt ""
@@ -2327,8 +2322,8 @@ msgctxt ""
"par_id3150760\n"
"3\n"
"help.text"
-msgid "The following is a list of all functions that appear in the <emph>Elements</emph> window. The icon next to the function indicates that it can be accessed through the Elements window (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
-msgstr "De siguío amuésase una llista de toles funciones qu'apaecen na ventana <emph>Elementos</emph>. L'iconu al llau de la función indica que pue aportase a ésta por aciu la ventana Elementos (menú Ver - Elementos) o por aciu el menú contestual de la ventana <emph>Comandos</emph>."
+msgid "The following is a list of all functions that appear in the <emph>Elements</emph> pane. The icon next to the function indicates that it can be accessed through the Elements pane (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090400.xhp
msgctxt ""
@@ -3036,19 +3031,17 @@ msgstr "<link href=\"text/smath/01/03090500.xhp\" name=\"Paréntesis\">Paréntes
msgctxt ""
"03090500.xhp\n"
"par_id3147258\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">You can choose among various bracket types to structure a <emph>$[officename] Math</emph> formula. Bracket types are displayed in the lower part of the Elements window.</ahelp> These brackets are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All brackets that are not contained in the Elements window or in the context menu can be typed manually in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">Pue escoyer ente dellos tipos de paréntesis pa estructurar una fórmula de <emph>$[officename] Math</emph>. Los tipos de paréntesis amuésense na parte inferior de la ventana d'Elementos.</ahelp> Estos paréntesis tamién apaecen nel <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"menú contestual\">menú contestual</link> de la ventana <emph>Comandos</emph>. Tolos paréntesis que nun apaecen na ventana Elementos o nel menú contestual tienen d'escribise na ventana <emph>Comandos</emph>."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">You can choose among various bracket types to structure a <emph>$[officename] Math</emph> formula. Bracket types are displayed in the lower part of the Elements pane.</ahelp> These brackets are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All brackets that are not contained in the Elements pane or in the context menu can be typed manually in the <emph>Commands</emph> window."
+msgstr ""
#: 03090500.xhp
msgctxt ""
"03090500.xhp\n"
"par_id3154264\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of all available bracket types. The icon next to the bracket type indicates that it can be accessed through the Elements window (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
-msgstr "De siguío preséntase una llista completa de tipos de paréntesis. El siguiente iconu a los tipos de paréntesis indica que pue accedese a él al traviés de la ventana d'Elementos (menú Ver - Elementos) y del menú contestual de la ventana de <emph>Comandos</emph>."
+msgid "The following is a complete list of all available bracket types. The icon next to the bracket type indicates that it can be accessed through the Elements pane (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090500.xhp
msgctxt ""
@@ -3718,19 +3711,17 @@ msgstr "<variable id=\"attributes\"><link href=\"text/smath/01/03090600.xhp\" na
msgctxt ""
"03090600.xhp\n"
"par_id3145802\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\">You can choose from various attributes for <emph>%PRODUCTNAME</emph> <emph>Math</emph> formulas. Some attributes are displayed in the lower part of the Elements window.</ahelp> These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements window or in the context menu must be typed manually in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\">Pue escoyer ente dellos atributos pa les fórmules en <emph>%PRODUCTNAME</emph> <emph> Math</emph>. Dellos atributos amuésense na parte inferior de la ventana Seleición.</ahelp> Estos atributos tamién apaecen nel <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"menú contestual\">menú contestual</link> de la ventana <emph>Comandos</emph>. Tolos atributos que nun apaecen na ventana Seleición o nel menú contestual tienen d'escribise na ventana <emph>Comandos</emph>."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\">You can choose from various attributes for <emph>%PRODUCTNAME</emph> <emph>Math</emph> formulas. Some attributes are displayed in the lower part of the Elements pane.</ahelp> These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window."
+msgstr ""
#: 03090600.xhp
msgctxt ""
"03090600.xhp\n"
"par_id3155962\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of all attributes available in <item type=\"productname\">%PRODUCTNAME</item> Math. The symbol next to the attribute indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "De siguío preséntase una llista completa de formatos disponibles en <item type=\"productname\">%PRODUCTNAME</item> Math, de los cualos namái puen inxertase, al traviés de la ventana de seleición (menú <emph>Ver - Elementos</emph>) y del menú contestual <emph>Comandos</emph>, aquellos que dispongan d'un símbolu."
+msgid "The following is a complete list of all attributes available in <item type=\"productname\">%PRODUCTNAME</item> Math. The symbol next to the attribute indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090600.xhp
msgctxt ""
@@ -4442,8 +4433,8 @@ msgctxt ""
"par_id3147262\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower half of the Formula Elements window.</ahelp> These options are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">Pue escoyer ente delles opciones pa dar formatu a la fórmula de <emph>$[officename] Math</emph>. Les opciones de formatu amosar na parte inferior de la ventana Seleición.</ahelp> Estes opciones tamién apaecen nel <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">menú contestual</link> de la ventana <emph>Comandos</emph>."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower half of the Formula Elements pane.</ahelp> These options are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window."
+msgstr ""
#: 03090700.xhp
msgctxt ""
@@ -4451,8 +4442,8 @@ msgctxt ""
"par_id3154263\n"
"3\n"
"help.text"
-msgid "The following is a complete list of all available formatting options in $[officename] Math. The icon next to the formatting option indicates that it can be accessed through the Elements window (menu <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "De siguío va llograr una llista completa de tolos formatos disponibles en $[officename] Math, de los cualos namái puen inxertase, al traviés de la ventana de seleición (menú <emph>Ver - Elementos</emph>) y del menú contestual de la <emph>Ventana de Comandos </emph>, aquellos que dispongan d'un símbolu."
+msgid "The following is a complete list of all available formatting options in $[officename] Math. The icon next to the formatting option indicates that it can be accessed through the Elements pane (menu <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090700.xhp
msgctxt ""
@@ -5026,8 +5017,8 @@ msgctxt ""
"par_id3154641\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\">Assign different set operators to the characters in your <emph>$[officename] Math</emph> formula. The individual operators are shown in the lower section of the Elements window</ahelp>. Call the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> in the <emph>Commands</emph> window to see an identical list of the individual functions. Any operators not found in the Elements window have to be entered directly in the Commands window. You can also directly insert other parts of the formula even if symbols already exist for them."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\">Asigne distintos conxuntos d'operadores a los caráuteres na fórmula de <emph>$[officename] Math</emph>. Los operadores individuales amuésense na parte inferior de la ventana Seleición</ahelp>. Vaya al <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">menú contestual</link> na ventana <emph>Comandos</emph> pa ver una llista idéntica de les funciones individuales. Los operadores que nun s'atopen na ventana Elementos tienen d'escribise directamente na ventana Comandos. Tamién pue inxertar direutamente partes de la fórmula magar que yá esistan los símbolos pa elles."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\">Assign different set operators to the characters in your <emph>$[officename] Math</emph> formula. The individual operators are shown in the lower section of the Elements pane</ahelp>. Call the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> in the <emph>Commands</emph> window to see an identical list of the individual functions. Any operators not found in the Elements pane have to be entered directly in the Commands window. You can also directly insert other parts of the formula even if symbols already exist for them."
+msgstr ""
#: 03090800.xhp
msgctxt ""
@@ -5035,8 +5026,8 @@ msgctxt ""
"par_id3149290\n"
"3\n"
"help.text"
-msgid "After clicking the <emph>Set Operations</emph> icon in the Elements window additional icons will be shown in the lower part of this window. Simply click a symbol to incorporate the operator in the formula being edited in the Commands window."
-msgstr "Al primir l'iconu<emph>Operadores de conxuntos</emph> na ventana d'Elementos van amosase iconos adicionales na parte inferior d'esa ventana. Cenciellamente faiga clic nel símbolu pa incorporar l'operador dientro de la fórmula que se ta editando na ventana Comandos."
+msgid "After clicking the <emph>Set Operations</emph> icon in the Elements pane additional icons will be shown in the lower part of this window. Simply click a symbol to incorporate the operator in the formula being edited in the Commands window."
+msgstr ""
#: 03090800.xhp
msgctxt ""
@@ -6122,8 +6113,8 @@ msgctxt ""
"par_id3151392\n"
"5\n"
"help.text"
-msgid "Set brackets were previously inserted in the Elements window or directly in the Commands window as \"left lbrace <?> right rbrace\". Now, a left and a right set bracket can also be inserted using \"lbrace\" and \"rbrace\", with or without wildcards."
-msgstr "Inxerte paréntesis onde s'inxertaren enantes na ventana de seleición o directamente na ventana de comandos como \"left lbrace <?> right rbrace\". Asina, tamién pue inxertase un paréntesis d'apertura y de zarru por aciu \"lbrace\" and \"rbrace\", con o ensin comodinos."
+msgid "Set brackets were previously inserted in the Elements pane or directly in the Commands window as \"left lbrace <?> right rbrace\". Now, a left and a right set bracket can also be inserted using \"lbrace\" and \"rbrace\", with or without wildcards."
+msgstr ""
#: 03091100.xhp
msgctxt ""
@@ -6972,10 +6963,9 @@ msgstr "Comandos escritos"
msgctxt ""
"03091501.xhp\n"
"par_id3151388\n"
-"472\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Símbolu na Ventana de Fórmula d'Elementos"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -6991,8 +6981,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3156276\n"
"help.text"
-msgid "<image id=\"Graphic10\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic10\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Iconu</alt></image>"
+msgid "<image id=\"Graphic10\" src=\"res/helpimg/starmath/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7008,8 +6998,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3163824\n"
"help.text"
-msgid "<image id=\"Graphic21\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic21\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Iconu</alt></image>"
+msgid "<image id=\"Graphic21\" src=\"res/helpimg/starmath/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7025,8 +7015,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147514\n"
"help.text"
-msgid "<image id=\"Graphic4\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic4\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Iconu</alt></image>"
+msgid "<image id=\"Graphic4\" src=\"res/helpimg/starmath/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7042,8 +7032,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3154821\n"
"help.text"
-msgid "<image id=\"Graphic13\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic13\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Iconu</alt></image>"
+msgid "<image id=\"Graphic13\" src=\"res/helpimg/starmath/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7059,8 +7049,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3155179\n"
"help.text"
-msgid "<image id=\"Graphic7\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic7\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Iconu</alt></image>"
+msgid "<image id=\"Graphic7\" src=\"res/helpimg/starmath/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7076,8 +7066,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3150832\n"
"help.text"
-msgid "<image id=\"Graphic6\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic6\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Iconu</alt></image>"
+msgid "<image id=\"Graphic6\" src=\"res/helpimg/starmath/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7093,8 +7083,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3145590\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic2\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Iconu</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/helpimg/starmath/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7110,8 +7100,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3150764\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic3\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Iconu</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/helpimg/starmath/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7135,8 +7125,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3146336\n"
"help.text"
-msgid "<image id=\"Graphic14\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic14\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Iconu</alt></image>"
+msgid "<image id=\"Graphic14\" src=\"res/helpimg/starmath/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7202,8 +7192,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147212\n"
"help.text"
-msgid "<image id=\"Graphic8\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic8\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Iconu</alt></image>"
+msgid "<image id=\"Graphic8\" src=\"res/helpimg/starmath/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7219,8 +7209,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3151130\n"
"help.text"
-msgid "<image id=\"Graphic16\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic16\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Iconu</alt></image>"
+msgid "<image id=\"Graphic16\" src=\"res/helpimg/starmath/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7236,8 +7226,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147470\n"
"help.text"
-msgid "<image id=\"Graphic12\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic12\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Iconu</alt></image>"
+msgid "<image id=\"Graphic12\" src=\"res/helpimg/starmath/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7253,8 +7243,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3151319\n"
"help.text"
-msgid "<image id=\"Graphic5\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic5\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">Iconu</alt></image>"
+msgid "<image id=\"Graphic5\" src=\"res/helpimg/starmath/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7346,8 +7336,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147065\n"
"help.text"
-msgid "<image id=\"Graphic15\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic15\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Iconu</alt></image>"
+msgid "<image id=\"Graphic15\" src=\"res/helpimg/starmath/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7380,8 +7370,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3148873\n"
"help.text"
-msgid "<image id=\"Graphic11\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic11\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Iconu</alt></image>"
+msgid "<image id=\"Graphic11\" src=\"res/helpimg/starmath/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7397,8 +7387,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147073\n"
"help.text"
-msgid "<image id=\"Graphic9\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic9\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Iconu</alt></image>"
+msgid "<image id=\"Graphic9\" src=\"res/helpimg/starmath/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7479,10 +7469,9 @@ msgstr "Comandos escritos"
msgctxt ""
"03091502.xhp\n"
"par_id3154032\n"
-"475\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Símbolu na Ventana de Fórmula d'Elementos"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091502.xhp
msgctxt ""
@@ -8123,10 +8112,9 @@ msgstr "Comandos escritos"
msgctxt ""
"03091503.xhp\n"
"par_id3145724\n"
-"478\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Símbolu na Ventana de Fórmula d'Elementos"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091503.xhp
msgctxt ""
@@ -8563,10 +8551,9 @@ msgstr "Comandos escritos"
msgctxt ""
"03091504.xhp\n"
"par_id3156681\n"
-"481\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Símbolu na Ventana de Fórmula d'Elementos"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091504.xhp
msgctxt ""
@@ -9056,10 +9043,9 @@ msgstr "Comandos escritos"
msgctxt ""
"03091505.xhp\n"
"par_id3143994\n"
-"484\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Símbolu na Ventana de Fórmula d'Elementos"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091505.xhp
msgctxt ""
@@ -9354,10 +9340,9 @@ msgstr "Comandos escritos"
msgctxt ""
"03091506.xhp\n"
"par_id3167610\n"
-"487\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Símbolu na Ventana de Fórmula d'Elementos"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091506.xhp
msgctxt ""
@@ -9796,10 +9781,9 @@ msgstr "Comandos escritos"
msgctxt ""
"03091507.xhp\n"
"par_id3162086\n"
-"490\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Símbolu na Ventana de Fórmula d'Elementos"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091507.xhp
msgctxt ""
@@ -10212,8 +10196,8 @@ msgctxt ""
"03091508.xhp\n"
"par_id3180684\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Símbolu na Ventana de Fórmula d'Elementos"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091508.xhp
msgctxt ""
@@ -10667,10 +10651,9 @@ msgstr "Comandos escritos"
msgctxt ""
"03091509.xhp\n"
"par_id3184320\n"
-"496\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Símbolu na Ventana de Fórmula d'Elementos"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091509.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/smath/04.po b/source/ast/helpcontent2/source/text/smath/04.po
index 136e72f18ca..37e9a93f2d4 100644
--- a/source/ast/helpcontent2/source/text/smath/04.po
+++ b/source/ast/helpcontent2/source/text/smath/04.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2012-08-17 05:12+0000\n"
-"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2013-05-24 07:41+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Softastur <alministradores@softastur.org>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1345180361.0\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1369381299.000000\n"
#: 01020000.xhp
msgctxt ""
@@ -171,10 +171,9 @@ msgstr "Anovar"
msgctxt ""
"01020000.xhp\n"
"hd_id3153732\n"
-"21\n"
"help.text"
-msgid "Navigation in the Elements Window"
-msgstr "Navegación na Ventana d'Elementos"
+msgid "Navigation in the Elements pane"
+msgstr ""
#: 01020000.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/smath/guide.po b/source/ast/helpcontent2/source/text/smath/guide.po
index 8beb7626213..91fa5ea8dfc 100644
--- a/source/ast/helpcontent2/source/text/smath/guide.po
+++ b/source/ast/helpcontent2/source/text/smath/guide.po
@@ -3,19 +3,19 @@ msgid ""
msgstr ""
"Project-Id-Version: guide\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-20 13:02+0100\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
"PO-Revision-Date: 2013-07-21 09:13+0000\n"
-"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Softastur <alministradores@softastur.org>\n"
"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-Poedit-SourceCharset: utf-8\n"
-"X-POOTLE-MTIME: 1374398039.0\n"
+"X-POOTLE-MTIME: 1374398039.000000\n"
#: align.xhp
msgctxt ""
@@ -423,28 +423,25 @@ msgstr "El cursor espera na ventana Ordes por qu'escriba la fórmula."
msgctxt ""
"keyboard.xhp\n"
"par_id3150537\n"
-"13\n"
"help.text"
-msgid "You can compose formulas using the Elements window. Open it with the menu <emph>View - Elements</emph> if it is not already open."
-msgstr "You can compose formulas using the Elements window. Open it with the menu <emph>View - Elements</emph> if it is not already open."
+msgid "You can compose formulas using the Elements pane. Open it with the menu <emph>View - Elements</emph> if it is not already open."
+msgstr ""
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"par_id3155625\n"
-"10\n"
"help.text"
-msgid "If the Elements window is open, use F6 to switch from the Commands window to the Elements window and back."
-msgstr "Si la ventana de elmentos de fórmula ta abierta, use F6 pa camudar de la ventana comandos a la ventana elementos de fórmula y viceversa."
+msgid "If the Elements pane is open, use F6 to switch from the Commands window to the Elements pane and back."
+msgstr ""
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"hd_id3154554\n"
-"11\n"
"help.text"
-msgid "Elements window"
-msgstr "Ventana d'elementos"
+msgid "Elements pane"
+msgstr ""
#: limits.xhp
msgctxt ""
@@ -499,24 +496,24 @@ msgctxt ""
"limits.xhp\n"
"par_id1276589\n"
"help.text"
-msgid "You see the Math input window and the Elements window. If you don't see the Elements window, you can enable it in the View menu."
-msgstr "You see the Math input window and the Elements window. If you don't see the Elements window, you can enable it in the View menu."
+msgid "You see the Math input window and the Elements pane on the left."
+msgstr ""
#: limits.xhp
msgctxt ""
"limits.xhp\n"
"par_id3283791\n"
"help.text"
-msgid "In the upper part of the Elements window, click the <emph>Operators</emph> icon."
-msgstr "Na parte cimera de la ventana d'Elementos de fórmula, faiga clic nel iconu <emph>Operadores</emph>."
+msgid "From the list on the upper part of the Elements pane, select the <emph>Operators</emph> item."
+msgstr ""
#: limits.xhp
msgctxt ""
"limits.xhp\n"
"par_id9734794\n"
"help.text"
-msgid "In the lower part of the Elements window, click the <emph>Sum</emph> icon."
-msgstr "Na parte inferior de la ventana d'Elementos de fórmula, faiga clic nel iconu de <emph>Sumatoria</emph>."
+msgid "In the lower part of the Elements pane, click the <emph>Sum</emph> icon."
+msgstr ""
#: limits.xhp
msgctxt ""
@@ -587,8 +584,8 @@ msgctxt ""
"limits.xhp\n"
"par_id9406414\n"
"help.text"
-msgid "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements window, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window."
-msgstr "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements window, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window."
+msgid "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements pane, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window."
+msgstr ""
#: limits.xhp
msgctxt ""
@@ -619,8 +616,8 @@ msgctxt ""
"limits.xhp\n"
"par_id4651020\n"
"help.text"
-msgid "A small gap exists between f(x) and dx, which you can also enter using the Elements window: click the <emph>Format</emph> icon, then the <emph>Small Gap</emph> icon."
-msgstr "Un espaciu pequeñu esiste ente f(x) y dx, que tamién pue ingresar utilizando la ventana d'Elementos de fórmula: faiga clic nel iconu <emph>Formatu</emph>, y depués nel iconu <emph>Espaciu pequeñu</emph>."
+msgid "A small gap exists between f(x) and dx, which you can also enter using the Elements pane: select the <emph>Formats</emph> item from the list on the top, then the <emph>Small Gap</emph> icon."
+msgstr ""
#: limits.xhp
msgctxt ""
diff --git a/source/ast/helpcontent2/source/text/swriter/01.po b/source/ast/helpcontent2/source/text/swriter/01.po
index f5896e64573..8ccae590d96 100644
--- a/source/ast/helpcontent2/source/text/swriter/01.po
+++ b/source/ast/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-05-24 03:41+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-07-05 17:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Softastur <alministradores@softastur.org>\n"
"Language: ast\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1464061280.000000\n"
+"X-POOTLE-MTIME: 1467740185.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -15214,37 +15214,33 @@ msgstr "Numberación de capítulos"
msgctxt ""
"05030800.xhp\n"
"hd_id3151173\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/01/05030800.xhp\" name=\"Numbering\">Outline & Numbering</link>"
-msgstr "<link href=\"text/swriter/01/05030800.xhp\" name=\"Numbering\">Numberación de Capítulos</link>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3154100\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"HID_NUMPARA\">Adds or removes outline level, numbering, or bullets from the paragraph. You can also select the style of numbering to use, and reset the numbering in a numbered list.</ahelp>"
-msgstr "<ahelp hid=\"HID_NUMPARA\">Amiesta o desanicia la numberación o les viñetes del párrafu. Tamién pue escoyer l'estilu de la numberación que deseye usar y restablecer la numberación nuna llista numberada.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/NumParaPage\">Adds or removes outline level, numbering, or bullets from the paragraph. You can also select the style of numbering to use, and reset the numbering in a numbered list.</ahelp>"
+msgstr ""
#: 05030800.xhp
-#, fuzzy
msgctxt ""
"05030800.xhp\n"
"par_id3153536\n"
"help.text"
-msgid "To change the numbering options for paragraphs that use the same paragraph style, choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles </emph>icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the<emph> Outline & Numbering</emph> tab."
-msgstr "Pa camudar les opciones de numberación de los párrafos qu'usen el mesmu estilu de párrafu, escueya <emph>Formatu - Estilu y formatu</emph> y, de siguío, faiga clic nel símbolu <emph>Estilos de párrafu</emph>. Col botón derechu del mur, faiga clic na llista, escueya <emph>Modificar</emph> y, de siguío, faiga clic na ficha <emph>Numberación de capítulos</emph>."
+msgid "To change the numbering options for paragraphs that use the same paragraph style, choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles</emph> icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the <emph>Outline & Numbering</emph> tab."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3154470\n"
-"26\n"
"help.text"
-msgid "To change the numbering options for selected paragraphs, choose <emph>Format -</emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link>, and then click the<emph> Outline & Numbering</emph> tab."
-msgstr "Pa camudar les opciones de numberación de los párrafos escoyíos, escueya <emph>Formatu -</emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Párrafu</emph></link> y, de siguío, faiga clic na ficha <emph>Numberación de capítulos</emph>."
+msgid "To change the numbering options for selected paragraphs, choose <emph>Format - </emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link>, and then click the <emph>Outline & Numbering</emph> tab."
+msgstr ""
#: 05030800.xhp
msgctxt ""
@@ -15259,170 +15255,168 @@ msgctxt ""
"05030800.xhp\n"
"par_id1209200804371097\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Body text</emph> to reset the outline level."
-msgstr "<ahelp hid=\".\">Asigna un nivel d'esquema de 1 a 10 pa escoyer los párrafos o Estilos de Párrafu .</ahelp> Escueya <emph>Cuerpu de Testu</emph> pa resetear el nivel d'esquema ."
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_OUTLINE_LEVEL\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Body text</emph> to reset the outline level."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3143283\n"
-"5\n"
"help.text"
msgid "Numbering"
-msgstr "Numberar"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3154188\n"
-"3\n"
"help.text"
msgid "Numbering Style"
-msgstr "Estilu de numberación"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3155178\n"
-"4\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_NUMPARA:LB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link> window if you click the <emph>Numbering Style</emph> icon."
-msgstr "<ahelp hid=\"SW:LISTBOX:TP_NUMPARA:LB_NUMBER_STYLE\">Escueya el <link href=\"text/swriter/01/05130004.xhp\" name=\"Estilu de numberación\">Estilu de numberación</link> que deseye aplicar al párrafu.</ahelp> Estos estilos tamién s'atopen en <link href=\"text/swriter/01/05140000.xhp\" name=\"Estilu y formatu\">Estilu y formatu</link> si faise clic nel símbolu <emph>Estilu de numberación</emph>."
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link> window if you click the <emph>Numbering Style</emph> icon."
+msgstr ""
+
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3154189\n"
+"help.text"
+msgid "Edit Style"
+msgstr ""
+
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3155179\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/editnumstyle\">Edit the properties of the selected numbering style.</ahelp> These properties will apply to all paragraphs formatted with the given numbering style."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3149106\n"
-"7\n"
"help.text"
msgid "This section only appears when you edit the properties of the current paragraph by choosing <emph>Format - Paragraph</emph>."
-msgstr "Esta seición namái apaez cuando edita les propiedaes del párrafu actual si escueye <emph>Formatu - Párrafu</emph>."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3151250\n"
-"8\n"
"help.text"
msgid "Restart at this paragraph"
-msgstr "Volver empezar nesti párrafu"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3154831\n"
-"9\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_NEW_START\">Restarts the numbering at the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_NEW_START\">Reinicia la numberación nel párrafu actual.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_NEW_START\">Restarts the numbering at the current paragraph.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147096\n"
-"24\n"
"help.text"
msgid "Start with"
-msgstr "Empezar con"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3148979\n"
-"25\n"
"help.text"
-msgid "<ahelp hid=\"SW_TRISTATEBOX_TP_NUMPARA_CB_NUMBER_NEW_START\">Select this check box, and then enter the number that you want to assign to the paragraph.</ahelp>"
-msgstr "<ahelp hid=\"SW_TRISTATEBOX_TP_NUMPARA_CB_NUMBER_NEW_START\">Escueya esti caxellu de verificación y escriba el númberu que deseye asignar al párrafu.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_NUMBER_NEW_START\">Select this check box, and then enter the number that you want to assign to the paragraph.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147226\n"
-"10\n"
"help.text"
msgid "\"Start with\" spin button"
-msgstr "Botón de seleición \"Empezar con\""
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3153632\n"
-"11\n"
"help.text"
-msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_NEW_START\">Enter the number that you want to assign to the paragraph.</ahelp> The following paragraphs are numbered consecutively from the number that you enter here."
-msgstr "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_NEW_START\">Escriba'l númberu que deseye asignar al párrafu.</ahelp> Los párrafos siguientes numbérense consecutivamente a partir del númberu qu'escriba equí."
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/spinNF_NEW_START\">Enter the number that you want to assign to the paragraph.</ahelp> The following paragraphs are numbered consecutively from the number that you enter here."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147581\n"
-"15\n"
"help.text"
msgid "Line numbering"
-msgstr "Numberación de llinies"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3152771\n"
-"16\n"
"help.text"
msgid "Specify the <link href=\"text/swriter/01/06180000.xhp\" name=\"Line numbering\">Line numbering</link> options. To add line numbers to your document, choose <emph>Tools - Line Numbering</emph>."
-msgstr "Especifique les opciones <link href=\"text/swriter/01/06180000.xhp\" name=\"Numberación de llinies\">Numberación de llinies</link>. P'amestar númberos de llinies al documentu, escueya <emph>Ferramientes - Numberación de llinies</emph>."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3153345\n"
-"17\n"
"help.text"
msgid "Include this paragraph in line numbering"
-msgstr "Cuntar les llinies d'esti párrafu"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3156267\n"
-"18\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_COUNT_PARA\">Includes the current paragraph in the line numbering.</ahelp>"
-msgstr "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_COUNT_PARA\">Inclúi'l párrafu actual na numberación de llinies.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_COUNT_PARA\">Includes the current paragraph in the line numbering.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3151026\n"
-"19\n"
"help.text"
msgid "Restart at this paragraph"
-msgstr "Volver empezar nesti párrafu"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3149168\n"
-"20\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_RESTART_PARACOUNT\">Restarts the line numbering at the current paragraph, or at the number that you enter.</ahelp>"
-msgstr "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_RESTART_PARACOUNT\">Reinicia la numberación de llinies nel párrafu actual o nel númberu qu'escriba.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_RESTART_PARACOUNT\">Restarts the line numbering at the current paragraph, or at the number that you enter.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3145775\n"
-"21\n"
"help.text"
msgid "Start with"
-msgstr "Empezar con"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3149355\n"
-"22\n"
"help.text"
-msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_RESTART_PARA\">Enter the number at which to restart the line numbering</ahelp>"
-msgstr "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_RESTART_PARA\">Escriba'l númberu nel que se deba reiniciar la numberación de llinies</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/spinNF_RESTART_PARA\">Enter the number at which to restart the line numbering</ahelp>"
+msgstr ""
#: 05040000.xhp
msgctxt ""
@@ -15872,199 +15866,209 @@ msgstr "Nota al pie"
msgctxt ""
"05040600.xhp\n"
"hd_id3154767\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\">Footnote</link>"
-msgstr "<link href=\"text/swriter/01/05040600.xhp\" name=\"Nota al pie\">Nota al pie</link>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3149351\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"HID_FOOTNOTE_PAGE\">Specifies the layout options for footnotes, including the line that separates the footnote from the main body of document.</ahelp>"
-msgstr "<ahelp hid=\"HID_FOOTNOTE_PAGE\">Especifica les opciones de diseñu de les notes al pie, incluyida la llinia que dixebra la nota del cuerpu principal del documentu.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/FootnoteAreaPage\">Specifies the layout options for footnotes, including the line that separates the footnote from the main body of document.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154646\n"
-"3\n"
"help.text"
msgid "Footnote area"
-msgstr "Área de la nota al pie"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3151168\n"
-"4\n"
"help.text"
msgid "Set the height of the footnote area."
-msgstr "Dexa definir l'altor del área de la nota al pie."
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3145412\n"
-"5\n"
"help.text"
msgid "Not larger than page area"
-msgstr "Altor máximu de la páxina"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3147514\n"
-"6\n"
"help.text"
-msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE\">Automatically adjusts the height of the footnote area depending on the number of footnotes.</ahelp>"
-msgstr "<ahelp hid=\"SW:RADIOBUTTON:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE\">Afai automáticamente l'altor del área de la nota al pie según el númberu de notes al pie.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheightpage\">Automatically adjusts the height of the footnote area depending on the number of footnotes.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154099\n"
-"7\n"
"help.text"
-msgid "Maximum Footnote Height"
-msgstr "Altor máximu de la nota al pie"
+msgid "Maximum footnote height"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3149807\n"
-"8\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets a maximum height for the footnote area. Enable this option, then enter the height.</ahelp>"
-msgstr "<ahelp hid=\".\">Establez un altor máximu pa la zona de nota al pie. Active esta opción y dempués introduza l'altor.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheight\">Sets a maximum height for the footnote area. Enable this option, then enter the height.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3154568\n"
-"10\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT\">Enter the maximum height for the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT\">Escriba l'altor máximu pa l'área de la nota al pie.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheightsb\">Enter the maximum height for the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3151318\n"
-"11\n"
"help.text"
-msgid "Distance from text"
-msgstr "Distancia al testu"
+msgid "Space to text"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3153665\n"
-"12\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_DIST\">Enter the amount of space to leave between the bottom page margin and the first line of text in the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_DIST\">Escriba la cantidá d'espaciu que se debe dexar ente'l marxe inferior de la páxina y la primer llinia de testu nel área de la nota al pie.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/spacetotext\">Enter the amount of space to leave between the bottom page margin and the first line of text in the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3155897\n"
-"13\n"
"help.text"
msgid "Separator Line"
-msgstr "Llinia de separtamientu"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3149689\n"
-"14\n"
"help.text"
-msgid "Specifies the position and length of the separator line."
-msgstr "Especifica la posición y llargor de la llinia de separtamientu."
+msgid "Specifies the position and other properties of the separator line."
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154194\n"
-"15\n"
"help.text"
msgid "Position"
-msgstr "Posición"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3155184\n"
-"16\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINEPOS\">Select the horizontal alignment for the line that separates the main text from the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINEPOS\">Escueya l'alliniación horizontal pa la llinia que dixebra'l testu principal del área de la nota al pie.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/position\">Select the horizontal alignment for the line that separates the main text from the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"hd_id3143284\n"
-"17\n"
+"hd_id3151253\n"
"help.text"
-msgid "Length"
-msgstr "Llargor"
+msgid "Style"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"par_id3154827\n"
-"18\n"
+"par_id3149105\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEWIDTH\">Enter the length of the separator line as a percentage of the page width area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEWIDTH\">Escriba'l llargor de la llinia de separtamientu como porcentaxe del área d'anchu de la páxina.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/style\">Select the formatting style for the separator line. If you do not want a separator line, choose \"None\".</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"hd_id3151253\n"
-"19\n"
+"hd_id3151254\n"
"help.text"
-msgid "Weight"
-msgstr "Grosez"
+msgid "Thickness"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"par_id3149105\n"
-"20\n"
+"par_id3149106\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINETYPE\">Select the formatting style for the separator line. If you do not want a separator line, choose \"0.0 pt\".</ahelp>"
-msgstr "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINETYPE\">Escueya l'estilu de formateáu de la llinia de separtamientu. Si nun deseya una llinia de separtamientu, escueya \"0.0 pt\".</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/thickness\">Select the thickness of the separator line.</ahelp>"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"hd_id3151255\n"
+"help.text"
+msgid "Color"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"par_id3149107\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/color\">Select the color of the separator line.</ahelp>"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"hd_id3143284\n"
+"help.text"
+msgid "Length"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"par_id3154827\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/length\">Enter the length of the separator line as a percentage of the page width area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3149828\n"
-"21\n"
"help.text"
-msgid "Spacing"
-msgstr "Distancia"
+msgid "Spacing to footnote contents"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3148970\n"
-"22\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEDIST\">Enter the amount of space to leave between the separator line and the first line of the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEDIST\">Escriba la cantidá d'espaciu que se debe dexar ente la llinia de separtamientu y la primer llinia del área de la nota al pie.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/spacingtocontents\">Enter the amount of space to leave between the separator line and the first line of the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3155145\n"
-"24\n"
"help.text"
msgid "To specify the spacing between two footnotes, choose <item type=\"menuitem\">Format - Paragraph</item>, and then click the <emph>Indents & Spacing</emph> tab."
-msgstr "Pa especificar l'espaciáu ente dos notes al pie, escueya <item type=\"menuitem\">Formatu - Párrafu</item> y, de siguío, faiga clic na ficha <emph>Sangríes y espacios</emph>."
+msgstr ""
#: 05040700.xhp
msgctxt ""
diff --git a/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
index 71a8be34af6..fcf24912507 100644
--- a/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ast/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-04 16:19+0000\n"
+"POT-Creation-Date: 2016-12-27 21:51+0100\n"
+"PO-Revision-Date: 2016-12-01 12:14+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467649177.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480594459.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -25033,6 +25033,105 @@ msgctxt ""
msgid "Standard"
msgstr "Estándar"
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
diff --git a/source/ast/sc/source/ui/src.po b/source/ast/sc/source/ui/src.po
index 80bdb9897aa..fc48b567e0d 100644
--- a/source/ast/sc/source/ui/src.po
+++ b/source/ast/sc/source/ui/src.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 16:30+0000\n"
+"POT-Creation-Date: 2016-12-10 23:38+0100\n"
+"PO-Revision-Date: 2016-12-01 12:25+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467649817.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480595152.000000\n"
#: filter.src
msgctxt ""
@@ -9682,8 +9682,8 @@ msgctxt ""
"RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SUM_IF\n"
"1\n"
"string.text"
-msgid "Totals the arguments that meet the conditions."
-msgstr "Totaliza los argumentos que cumplen les condiciones."
+msgid "Totals the arguments that meet the condition."
+msgstr ""
#: scfuncs.src
msgctxt ""
diff --git a/source/ast/svx/uiconfig/ui.po b/source/ast/svx/uiconfig/ui.po
index 54862f8e483..264915c9d6c 100644
--- a/source/ast/svx/uiconfig/ui.po
+++ b/source/ast/svx/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 16:53+0000\n"
+"POT-Creation-Date: 2016-12-21 15:38+0100\n"
+"PO-Revision-Date: 2016-12-01 12:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467651217.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480595753.000000\n"
#: acceptrejectchangesdialog.ui
msgctxt ""
@@ -3067,14 +3067,13 @@ msgid "Search for st_yles"
msgstr "Guetar est_ilos"
#: findreplacedialog.ui
-#, fuzzy
msgctxt ""
"findreplacedialog.ui\n"
"ignorediacritics\n"
"label\n"
"string.text"
-msgid "Ignore diac_ritics CTL"
-msgstr "Inorar diacríticos CTL"
+msgid "Ignore diac_ritics"
+msgstr ""
#: findreplacedialog.ui
msgctxt ""
@@ -3082,7 +3081,7 @@ msgctxt ""
"ignorekashida\n"
"label\n"
"string.text"
-msgid "Ignore _kashida CTL"
+msgid "Ignore _kashida"
msgstr ""
#: findreplacedialog.ui
@@ -5192,10 +5191,10 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"radio_deinstall\n"
+"radio_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall extensions"
+msgid "Extensions"
msgstr ""
#: safemodedialog.ui
@@ -5210,10 +5209,19 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"check_deinstall_all_extensions\n"
+"check_reset_shared_extensions\n"
+"label\n"
+"string.text"
+msgid "Reset state of shared extensions"
+msgstr ""
+
+#: safemodedialog.ui
+msgctxt ""
+"safemodedialog.ui\n"
+"check_reset_bundled_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall all extensions (including shared and bundled)"
+msgid "Reset state of bundled extensions"
msgstr ""
#: safemodedialog.ui
diff --git a/source/ast/sw/uiconfig/swriter/ui.po b/source/ast/sw/uiconfig/swriter/ui.po
index 998e45f59f7..4fe85b09275 100644
--- a/source/ast/sw/uiconfig/swriter/ui.po
+++ b/source/ast/sw/uiconfig/swriter/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-04 17:00+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-11-11 21:07+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: none\n"
"Language: ast\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467651647.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1478898474.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -986,11 +986,11 @@ msgstr "Posición"
#: bulletsandnumbering.ui
msgctxt ""
"bulletsandnumbering.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "Opciones"
+msgid "Customize"
+msgstr ""
#: businessdatapage.ui
#, fuzzy
@@ -9951,26 +9951,6 @@ msgid "Style"
msgstr ""
#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"growb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"shrinkb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
msgctxt ""
"notebookbar_groups.ui\n"
"fomatgrouplabel\n"
@@ -15837,11 +15817,11 @@ msgstr "Posición"
#: templatedialog16.ui
msgctxt ""
"templatedialog16.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "Opciones"
+msgid "Customize"
+msgstr ""
#: templatedialog2.ui
msgctxt ""
diff --git a/source/ast/xmlsecurity/uiconfig/ui.po b/source/ast/xmlsecurity/uiconfig/ui.po
index 8a822e994ad..bb5f9983dc6 100644
--- a/source/ast/xmlsecurity/uiconfig/ui.po
+++ b/source/ast/xmlsecurity/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 17:02+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-12-01 12:35+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467651738.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480595753.000000\n"
#: certgeneral.ui
msgctxt ""
@@ -211,6 +211,15 @@ msgstr ""
#: digitalsignaturesdialog.ui
msgctxt ""
"digitalsignaturesdialog.ui\n"
+"type\n"
+"label\n"
+"string.text"
+msgid "Signature type"
+msgstr ""
+
+#: digitalsignaturesdialog.ui
+msgctxt ""
+"digitalsignaturesdialog.ui\n"
"macrohint\n"
"label\n"
"string.text"
diff --git a/source/be/officecfg/registry/data/org/openoffice/Office/UI.po b/source/be/officecfg/registry/data/org/openoffice/Office/UI.po
index 9146d76a9b5..0e82c9c32a0 100644
--- a/source/be/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/be/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: UI\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-04 16:57+0000\n"
+"POT-Creation-Date: 2016-12-27 21:51+0100\n"
+"PO-Revision-Date: 2016-12-01 12:11+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"Language: be\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467651445.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480594260.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -25587,6 +25587,105 @@ msgctxt ""
msgid "Standard"
msgstr "Стандартна"
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
diff --git a/source/be/sc/source/ui/src.po b/source/be/sc/source/ui/src.po
index fc78bd5af79..8ee0b619417 100644
--- a/source/be/sc/source/ui/src.po
+++ b/source/be/sc/source/ui/src.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: src\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 17:07+0000\n"
+"POT-Creation-Date: 2016-12-10 23:38+0100\n"
+"PO-Revision-Date: 2016-12-01 12:22+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Belarusian <yury.tarasievich@gmail.com>\n"
"Language: be\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467652071.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480594962.000000\n"
#: filter.src
msgctxt ""
@@ -9911,8 +9911,8 @@ msgctxt ""
"RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SUM_IF\n"
"1\n"
"string.text"
-msgid "Totals the arguments that meet the conditions."
-msgstr "Падсумоўвае аргументы, якія адпавядаюць умовам."
+msgid "Totals the arguments that meet the condition."
+msgstr ""
#: scfuncs.src
#, fuzzy
diff --git a/source/be/svx/uiconfig/ui.po b/source/be/svx/uiconfig/ui.po
index 930247f9484..472f6b15d04 100644
--- a/source/be/svx/uiconfig/ui.po
+++ b/source/be/svx/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ui\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 17:27+0000\n"
+"POT-Creation-Date: 2016-12-21 15:38+0100\n"
+"PO-Revision-Date: 2016-12-01 12:30+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: <en@li.org>\n"
"Language: be\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467653265.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480595422.000000\n"
#: acceptrejectchangesdialog.ui
msgctxt ""
@@ -3095,7 +3095,7 @@ msgctxt ""
"ignorediacritics\n"
"label\n"
"string.text"
-msgid "Ignore diac_ritics CTL"
+msgid "Ignore diac_ritics"
msgstr ""
#: findreplacedialog.ui
@@ -3104,7 +3104,7 @@ msgctxt ""
"ignorekashida\n"
"label\n"
"string.text"
-msgid "Ignore _kashida CTL"
+msgid "Ignore _kashida"
msgstr ""
#: findreplacedialog.ui
@@ -5240,10 +5240,10 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"radio_deinstall\n"
+"radio_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall extensions"
+msgid "Extensions"
msgstr ""
#: safemodedialog.ui
@@ -5258,10 +5258,19 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"check_deinstall_all_extensions\n"
+"check_reset_shared_extensions\n"
+"label\n"
+"string.text"
+msgid "Reset state of shared extensions"
+msgstr ""
+
+#: safemodedialog.ui
+msgctxt ""
+"safemodedialog.ui\n"
+"check_reset_bundled_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall all extensions (including shared and bundled)"
+msgid "Reset state of bundled extensions"
msgstr ""
#: safemodedialog.ui
diff --git a/source/be/sw/uiconfig/swriter/ui.po b/source/be/sw/uiconfig/swriter/ui.po
index a4c5a888230..de8ac09f86e 100644
--- a/source/be/sw/uiconfig/swriter/ui.po
+++ b/source/be/sw/uiconfig/swriter/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ui\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-04 17:32+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-11-11 20:24+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: <en@li.org>\n"
"Language: be\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467653530.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1478895851.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -987,11 +987,11 @@ msgstr "Месца"
#: bulletsandnumbering.ui
msgctxt ""
"bulletsandnumbering.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "Настаўленні"
+msgid "Customize"
+msgstr ""
#: businessdatapage.ui
msgctxt ""
@@ -9956,26 +9956,6 @@ msgid "Style"
msgstr ""
#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"growb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"shrinkb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
msgctxt ""
"notebookbar_groups.ui\n"
"fomatgrouplabel\n"
@@ -15838,11 +15818,11 @@ msgstr "Месца"
#: templatedialog16.ui
msgctxt ""
"templatedialog16.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "Настаўленні"
+msgid "Customize"
+msgstr ""
#: templatedialog2.ui
msgctxt ""
diff --git a/source/be/xmlsecurity/uiconfig/ui.po b/source/be/xmlsecurity/uiconfig/ui.po
index 1cf570df398..d5443bae3a3 100644
--- a/source/be/xmlsecurity/uiconfig/ui.po
+++ b/source/be/xmlsecurity/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: ui\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 17:33+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-12-01 12:30+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: <en@li.org>\n"
"Language: be\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467653602.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480595422.000000\n"
#: certgeneral.ui
msgctxt ""
@@ -211,6 +211,15 @@ msgstr ""
#: digitalsignaturesdialog.ui
msgctxt ""
"digitalsignaturesdialog.ui\n"
+"type\n"
+"label\n"
+"string.text"
+msgid "Signature type"
+msgstr ""
+
+#: digitalsignaturesdialog.ui
+msgctxt ""
+"digitalsignaturesdialog.ui\n"
"macrohint\n"
"label\n"
"string.text"
diff --git a/source/bg/avmedia/source/framework.po b/source/bg/avmedia/source/framework.po
index 2a74b142df8..163af819ca5 100644
--- a/source/bg/avmedia/source/framework.po
+++ b/source/bg/avmedia/source/framework.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2013-05-23 22:31+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
+"PO-Revision-Date: 2016-12-29 18:34+0000\n"
+"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1369348295.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483036464.000000\n"
#: mediacontrol.src
msgctxt ""
@@ -126,7 +126,7 @@ msgctxt ""
"AVMEDIA_MEDIA_PATH\n"
"string.text"
msgid "Media Path"
-msgstr ""
+msgstr "Път на мултимедията"
#: mediacontrol.src
msgctxt ""
@@ -134,4 +134,4 @@ msgctxt ""
"AVMEDIA_MEDIA_PATH_DEFAULT\n"
"string.text"
msgid "No Media Selected"
-msgstr ""
+msgstr "Няма избрана мултимедия"
diff --git a/source/bg/chart2/uiconfig/ui.po b/source/bg/chart2/uiconfig/ui.po
index 43e3406a958..ad5c735e781 100644
--- a/source/bg/chart2/uiconfig/ui.po
+++ b/source/bg/chart2/uiconfig/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-05-16 18:59+0000\n"
+"PO-Revision-Date: 2016-12-31 13:12+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1463425199.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483189941.000000\n"
#: 3dviewdialog.ui
msgctxt ""
@@ -1913,7 +1913,7 @@ msgctxt ""
"AtkObject::accessible-name\n"
"string.text"
msgid "Perspective"
-msgstr ""
+msgstr "Перспектива"
#: tp_3D_SceneIllumination.ui
msgctxt ""
@@ -2831,7 +2831,7 @@ msgctxt ""
"AtkObject::accessible-name\n"
"string.text"
msgid "Up"
-msgstr ""
+msgstr "Нагоре"
#: tp_DataSource.ui
msgctxt ""
@@ -2849,7 +2849,7 @@ msgctxt ""
"AtkObject::accessible-name\n"
"string.text"
msgid "Down"
-msgstr ""
+msgstr "Надолу"
#: tp_DataSource.ui
msgctxt ""
@@ -3209,7 +3209,7 @@ msgctxt ""
"tooltip_text\n"
"string.text"
msgid "Select data range"
-msgstr ""
+msgstr "Избор на област с данни"
#: tp_RangeChooser.ui
msgctxt ""
@@ -3236,7 +3236,7 @@ msgctxt ""
"tooltip_text\n"
"string.text"
msgid "Select data range"
-msgstr ""
+msgstr "Избор на област с данни"
#: tp_RangeChooser.ui
msgctxt ""
@@ -3668,7 +3668,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Exponential"
-msgstr ""
+msgstr "Експоненциална"
#: tp_Trendline.ui
msgctxt ""
@@ -3758,7 +3758,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Show E_quation"
-msgstr ""
+msgstr "Показване на уравнение"
#: tp_Trendline.ui
msgctxt ""
@@ -3776,7 +3776,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Trendline _Name"
-msgstr ""
+msgstr "Име на трендовата линия"
#: tp_Trendline.ui
msgctxt ""
@@ -3785,7 +3785,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_X Variable Name"
-msgstr ""
+msgstr "Име на променливата за X"
#: tp_Trendline.ui
msgctxt ""
@@ -3794,7 +3794,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Y Variable Name"
-msgstr ""
+msgstr "Име на променливата за Y"
#: tp_Trendline.ui
msgctxt ""
diff --git a/source/bg/cui/source/dialogs.po b/source/bg/cui/source/dialogs.po
index ce6ae5a455d..b9619e97217 100644
--- a/source/bg/cui/source/dialogs.po
+++ b/source/bg/cui/source/dialogs.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-05-08 07:12+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
+"PO-Revision-Date: 2016-12-31 13:14+0000\n"
+"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1462691560.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483190056.000000\n"
#: cuires.src
msgctxt ""
@@ -359,7 +359,7 @@ msgctxt ""
"RID_SVXSTR_HYPERDLG_HLINETTP_HELP\n"
"string.text"
msgid "This is where you create a link to a Web page or FTP server connection."
-msgstr ""
+msgstr "Тук можете да създадете връзка към уебстраница или FTP сървър."
#: hyperdlg.src
msgctxt ""
@@ -375,7 +375,7 @@ msgctxt ""
"RID_SVXSTR_HYPERDLG_HLMAILTP_HELP\n"
"string.text"
msgid "This is where you create a link to an e-mail address."
-msgstr ""
+msgstr "Тук можете да създадете връзка към адрес за е-поща."
#: hyperdlg.src
msgctxt ""
@@ -391,7 +391,7 @@ msgctxt ""
"RID_SVXSTR_HYPERDLG_HLDOCTP_HELP\n"
"string.text"
msgid "This is where you create a link to an existing document or a target within a document."
-msgstr ""
+msgstr "Тук можете да създадете връзка към съществуващ документ или цел в документ."
#: hyperdlg.src
msgctxt ""
@@ -519,7 +519,7 @@ msgctxt ""
"RID_SVXSTR_SAVE_SCREENSHOT_AS\n"
"string.text"
msgid "Save Screenshot As..."
-msgstr ""
+msgstr "Записване на снимката като..."
#: scriptdlg.src
msgctxt ""
diff --git a/source/bg/cui/source/options.po b/source/bg/cui/source/options.po
index cdaf23ba68e..1820e078b95 100644
--- a/source/bg/cui/source/options.po
+++ b/source/bg/cui/source/options.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-08-11 22:51+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
+"PO-Revision-Date: 2017-01-05 23:18+0000\n"
+"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: .\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
@@ -13,9 +13,9 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.8\n"
"X-Project-Style: openoffice\n"
-"X-POOTLE-MTIME: 1470955894.000000\n"
+"X-POOTLE-MTIME: 1483658312.000000\n"
#: connpooloptions.src
msgctxt ""
@@ -658,7 +658,7 @@ msgctxt ""
"LibreOffice\n"
"itemlist.text"
msgid "LibreOffice"
-msgstr ""
+msgstr "LibreOffice"
#: personalization.src
msgctxt ""
@@ -667,7 +667,7 @@ msgctxt ""
"Abstract\n"
"itemlist.text"
msgid "Abstract"
-msgstr ""
+msgstr "Абстрактни"
#: personalization.src
msgctxt ""
@@ -676,7 +676,7 @@ msgctxt ""
"Color\n"
"itemlist.text"
msgid "Color"
-msgstr ""
+msgstr "Цветове"
#: personalization.src
msgctxt ""
@@ -685,7 +685,7 @@ msgctxt ""
"Music\n"
"itemlist.text"
msgid "Music"
-msgstr ""
+msgstr "Музика"
#: personalization.src
msgctxt ""
@@ -694,7 +694,7 @@ msgctxt ""
"Nature\n"
"itemlist.text"
msgid "Nature"
-msgstr ""
+msgstr "Природа"
#: personalization.src
msgctxt ""
@@ -703,7 +703,7 @@ msgctxt ""
"Solid\n"
"itemlist.text"
msgid "Solid"
-msgstr ""
+msgstr "Едноцветни"
#: treeopt.src
msgctxt ""
@@ -712,7 +712,7 @@ msgctxt ""
"%PRODUCTNAME\n"
"itemlist.text"
msgid "%PRODUCTNAME"
-msgstr ""
+msgstr "%PRODUCTNAME"
#: treeopt.src
msgctxt ""
@@ -721,7 +721,7 @@ msgctxt ""
"User Data\n"
"itemlist.text"
msgid "User Data"
-msgstr ""
+msgstr "Данни за потребител"
#: treeopt.src
msgctxt ""
@@ -730,7 +730,7 @@ msgctxt ""
"General\n"
"itemlist.text"
msgid "General"
-msgstr ""
+msgstr "Общи"
#: treeopt.src
msgctxt ""
@@ -739,7 +739,7 @@ msgctxt ""
"Memory\n"
"itemlist.text"
msgid "Memory"
-msgstr ""
+msgstr "Памет"
#: treeopt.src
msgctxt ""
@@ -748,7 +748,7 @@ msgctxt ""
"View\n"
"itemlist.text"
msgid "View"
-msgstr ""
+msgstr "Изглед"
#: treeopt.src
msgctxt ""
@@ -757,7 +757,7 @@ msgctxt ""
"Print\n"
"itemlist.text"
msgid "Print"
-msgstr ""
+msgstr "Печат"
#: treeopt.src
msgctxt ""
@@ -766,7 +766,7 @@ msgctxt ""
"Paths\n"
"itemlist.text"
msgid "Paths"
-msgstr ""
+msgstr "Пътища"
#: treeopt.src
msgctxt ""
@@ -775,7 +775,7 @@ msgctxt ""
"Fonts\n"
"itemlist.text"
msgid "Fonts"
-msgstr ""
+msgstr "Шрифтове"
#: treeopt.src
msgctxt ""
@@ -784,7 +784,7 @@ msgctxt ""
"Security\n"
"itemlist.text"
msgid "Security"
-msgstr ""
+msgstr "Сигурност"
#: treeopt.src
msgctxt ""
@@ -793,7 +793,7 @@ msgctxt ""
"Personalization\n"
"itemlist.text"
msgid "Personalization"
-msgstr ""
+msgstr "Персонализация"
#: treeopt.src
msgctxt ""
@@ -802,7 +802,7 @@ msgctxt ""
"Application Colors\n"
"itemlist.text"
msgid "Application Colors"
-msgstr ""
+msgstr "Цветове на приложенията"
#: treeopt.src
msgctxt ""
@@ -811,7 +811,7 @@ msgctxt ""
"Accessibility\n"
"itemlist.text"
msgid "Accessibility"
-msgstr ""
+msgstr "Достъпност"
#: treeopt.src
msgctxt ""
@@ -820,7 +820,7 @@ msgctxt ""
"Advanced\n"
"itemlist.text"
msgid "Advanced"
-msgstr ""
+msgstr "Разширени"
#: treeopt.src
msgctxt ""
@@ -829,7 +829,7 @@ msgctxt ""
"Basic IDE Options\n"
"itemlist.text"
msgid "Basic IDE Options"
-msgstr ""
+msgstr "Настройки на Basic IDE"
#: treeopt.src
msgctxt ""
@@ -838,7 +838,7 @@ msgctxt ""
"Online Update\n"
"itemlist.text"
msgid "Online Update"
-msgstr ""
+msgstr "Обновяване по Интернет"
#: treeopt.src
msgctxt ""
@@ -847,7 +847,7 @@ msgctxt ""
"OpenCL\n"
"itemlist.text"
msgid "OpenCL"
-msgstr ""
+msgstr "OpenCL"
#: treeopt.src
msgctxt ""
@@ -856,7 +856,7 @@ msgctxt ""
"Language Settings\n"
"itemlist.text"
msgid "Language Settings"
-msgstr ""
+msgstr "Езикови настройки"
#: treeopt.src
msgctxt ""
@@ -865,7 +865,7 @@ msgctxt ""
"Languages\n"
"itemlist.text"
msgid "Languages"
-msgstr ""
+msgstr "Езици"
#: treeopt.src
msgctxt ""
@@ -874,7 +874,7 @@ msgctxt ""
"Writing Aids\n"
"itemlist.text"
msgid "Writing Aids"
-msgstr ""
+msgstr "Помощ при писане"
#: treeopt.src
msgctxt ""
@@ -883,7 +883,7 @@ msgctxt ""
"Searching in Japanese\n"
"itemlist.text"
msgid "Searching in Japanese"
-msgstr ""
+msgstr "Търсене при японски"
#: treeopt.src
msgctxt ""
@@ -892,7 +892,7 @@ msgctxt ""
"Asian Layout\n"
"itemlist.text"
msgid "Asian Layout"
-msgstr ""
+msgstr "Азиатски езици"
#: treeopt.src
msgctxt ""
@@ -901,7 +901,7 @@ msgctxt ""
"Complex Text Layout\n"
"itemlist.text"
msgid "Complex Text Layout"
-msgstr ""
+msgstr "Сложни писмености"
#: treeopt.src
msgctxt ""
@@ -910,7 +910,7 @@ msgctxt ""
"Internet\n"
"itemlist.text"
msgid "Internet"
-msgstr ""
+msgstr "Интернет"
#: treeopt.src
msgctxt ""
@@ -919,7 +919,7 @@ msgctxt ""
"Proxy\n"
"itemlist.text"
msgid "Proxy"
-msgstr ""
+msgstr "Прокси"
#: treeopt.src
msgctxt ""
@@ -928,7 +928,7 @@ msgctxt ""
"E-mail\n"
"itemlist.text"
msgid "E-mail"
-msgstr ""
+msgstr "Е-поща"
#: treeopt.src
msgctxt ""
@@ -937,7 +937,7 @@ msgctxt ""
"%PRODUCTNAME Writer\n"
"itemlist.text"
msgid "%PRODUCTNAME Writer"
-msgstr ""
+msgstr "%PRODUCTNAME Writer"
#: treeopt.src
msgctxt ""
@@ -946,7 +946,7 @@ msgctxt ""
"General\n"
"itemlist.text"
msgid "General"
-msgstr ""
+msgstr "Общи"
#: treeopt.src
msgctxt ""
@@ -955,7 +955,7 @@ msgctxt ""
"View\n"
"itemlist.text"
msgid "View"
-msgstr ""
+msgstr "Изглед"
#: treeopt.src
msgctxt ""
@@ -964,7 +964,7 @@ msgctxt ""
"Formatting Aids\n"
"itemlist.text"
msgid "Formatting Aids"
-msgstr ""
+msgstr "Помощ при форматиране"
#: treeopt.src
msgctxt ""
@@ -973,7 +973,7 @@ msgctxt ""
"Grid\n"
"itemlist.text"
msgid "Grid"
-msgstr ""
+msgstr "Мрежа"
#: treeopt.src
msgctxt ""
@@ -982,7 +982,7 @@ msgctxt ""
"Basic Fonts (Western)\n"
"itemlist.text"
msgid "Basic Fonts (Western)"
-msgstr ""
+msgstr "Основни шрифтове (западни)"
#: treeopt.src
msgctxt ""
@@ -991,7 +991,7 @@ msgctxt ""
"Basic Fonts (Asian)\n"
"itemlist.text"
msgid "Basic Fonts (Asian)"
-msgstr ""
+msgstr "Основни шрифтове (азиатски)"
#: treeopt.src
msgctxt ""
@@ -1000,7 +1000,7 @@ msgctxt ""
"Basic Fonts (CTL)\n"
"itemlist.text"
msgid "Basic Fonts (CTL)"
-msgstr ""
+msgstr "Основни шрифтове (CTL)"
#: treeopt.src
msgctxt ""
@@ -1009,7 +1009,7 @@ msgctxt ""
"Print\n"
"itemlist.text"
msgid "Print"
-msgstr ""
+msgstr "Печат"
#: treeopt.src
msgctxt ""
@@ -1018,7 +1018,7 @@ msgctxt ""
"Table\n"
"itemlist.text"
msgid "Table"
-msgstr ""
+msgstr "Таблица"
#: treeopt.src
msgctxt ""
@@ -1027,7 +1027,7 @@ msgctxt ""
"Changes\n"
"itemlist.text"
msgid "Changes"
-msgstr ""
+msgstr "Промени"
#: treeopt.src
msgctxt ""
@@ -1036,7 +1036,7 @@ msgctxt ""
"Comparison\n"
"itemlist.text"
msgid "Comparison"
-msgstr ""
+msgstr "Сравняване"
#: treeopt.src
msgctxt ""
@@ -1045,7 +1045,7 @@ msgctxt ""
"Compatibility\n"
"itemlist.text"
msgid "Compatibility"
-msgstr ""
+msgstr "Съвместимост"
#: treeopt.src
msgctxt ""
@@ -1054,7 +1054,7 @@ msgctxt ""
"AutoCaption\n"
"itemlist.text"
msgid "AutoCaption"
-msgstr ""
+msgstr "Автонадпис"
#: treeopt.src
msgctxt ""
@@ -1063,7 +1063,7 @@ msgctxt ""
"Mail Merge E-mail\n"
"itemlist.text"
msgid "Mail Merge E-mail"
-msgstr ""
+msgstr "Циркулярни писма по е-поща"
#: treeopt.src
msgctxt ""
@@ -1072,7 +1072,7 @@ msgctxt ""
"%PRODUCTNAME Writer/Web\n"
"itemlist.text"
msgid "%PRODUCTNAME Writer/Web"
-msgstr ""
+msgstr "%PRODUCTNAME Writer/Web"
#: treeopt.src
msgctxt ""
@@ -1081,7 +1081,7 @@ msgctxt ""
"View\n"
"itemlist.text"
msgid "View"
-msgstr ""
+msgstr "Изглед"
#: treeopt.src
msgctxt ""
@@ -1090,7 +1090,7 @@ msgctxt ""
"Formatting Aids\n"
"itemlist.text"
msgid "Formatting Aids"
-msgstr ""
+msgstr "Помощ при форматиране"
#: treeopt.src
msgctxt ""
@@ -1099,7 +1099,7 @@ msgctxt ""
"Grid\n"
"itemlist.text"
msgid "Grid"
-msgstr ""
+msgstr "Мрежа"
#: treeopt.src
msgctxt ""
@@ -1108,7 +1108,7 @@ msgctxt ""
"Print\n"
"itemlist.text"
msgid "Print"
-msgstr ""
+msgstr "Печат"
#: treeopt.src
msgctxt ""
@@ -1117,7 +1117,7 @@ msgctxt ""
"Table\n"
"itemlist.text"
msgid "Table"
-msgstr ""
+msgstr "Таблица"
#: treeopt.src
msgctxt ""
@@ -1126,7 +1126,7 @@ msgctxt ""
"Background\n"
"itemlist.text"
msgid "Background"
-msgstr ""
+msgstr "Фон"
#: treeopt.src
msgctxt ""
@@ -1135,7 +1135,7 @@ msgctxt ""
"%PRODUCTNAME Math\n"
"itemlist.text"
msgid "%PRODUCTNAME Math"
-msgstr ""
+msgstr "%PRODUCTNAME Math"
#: treeopt.src
msgctxt ""
@@ -1144,7 +1144,7 @@ msgctxt ""
"Settings\n"
"itemlist.text"
msgid "Settings"
-msgstr ""
+msgstr "Настройки"
#: treeopt.src
msgctxt ""
@@ -1153,7 +1153,7 @@ msgctxt ""
"%PRODUCTNAME Calc\n"
"itemlist.text"
msgid "%PRODUCTNAME Calc"
-msgstr ""
+msgstr "%PRODUCTNAME Calc"
#: treeopt.src
msgctxt ""
@@ -1162,7 +1162,7 @@ msgctxt ""
"General\n"
"itemlist.text"
msgid "General"
-msgstr ""
+msgstr "Общи"
#: treeopt.src
msgctxt ""
@@ -1171,7 +1171,7 @@ msgctxt ""
"Defaults\n"
"itemlist.text"
msgid "Defaults"
-msgstr ""
+msgstr "Подразбирани настройки"
#: treeopt.src
msgctxt ""
@@ -1180,7 +1180,7 @@ msgctxt ""
"View\n"
"itemlist.text"
msgid "View"
-msgstr ""
+msgstr "Изглед"
#: treeopt.src
msgctxt ""
@@ -1189,7 +1189,7 @@ msgctxt ""
"Calculate\n"
"itemlist.text"
msgid "Calculate"
-msgstr ""
+msgstr "Изчисляване"
#: treeopt.src
msgctxt ""
@@ -1198,7 +1198,7 @@ msgctxt ""
"Formula\n"
"itemlist.text"
msgid "Formula"
-msgstr ""
+msgstr "Формула"
#: treeopt.src
msgctxt ""
@@ -1207,7 +1207,7 @@ msgctxt ""
"Sort Lists\n"
"itemlist.text"
msgid "Sort Lists"
-msgstr ""
+msgstr "Списъци за сортиране"
#: treeopt.src
msgctxt ""
@@ -1216,7 +1216,7 @@ msgctxt ""
"Changes\n"
"itemlist.text"
msgid "Changes"
-msgstr ""
+msgstr "Промени"
#: treeopt.src
msgctxt ""
@@ -1225,7 +1225,7 @@ msgctxt ""
"Compatibility\n"
"itemlist.text"
msgid "Compatibility"
-msgstr ""
+msgstr "Съвместимост"
#: treeopt.src
msgctxt ""
@@ -1234,7 +1234,7 @@ msgctxt ""
"Grid\n"
"itemlist.text"
msgid "Grid"
-msgstr ""
+msgstr "Мрежа"
#: treeopt.src
msgctxt ""
@@ -1243,7 +1243,7 @@ msgctxt ""
"Print\n"
"itemlist.text"
msgid "Print"
-msgstr ""
+msgstr "Печат"
#: treeopt.src
msgctxt ""
@@ -1252,7 +1252,7 @@ msgctxt ""
"%PRODUCTNAME Impress\n"
"itemlist.text"
msgid "%PRODUCTNAME Impress"
-msgstr ""
+msgstr "%PRODUCTNAME Impress"
#: treeopt.src
msgctxt ""
@@ -1261,7 +1261,7 @@ msgctxt ""
"General\n"
"itemlist.text"
msgid "General"
-msgstr ""
+msgstr "Общи"
#: treeopt.src
msgctxt ""
@@ -1270,7 +1270,7 @@ msgctxt ""
"View\n"
"itemlist.text"
msgid "View"
-msgstr ""
+msgstr "Изглед"
#: treeopt.src
msgctxt ""
@@ -1279,7 +1279,7 @@ msgctxt ""
"Grid\n"
"itemlist.text"
msgid "Grid"
-msgstr ""
+msgstr "Мрежа"
#: treeopt.src
msgctxt ""
@@ -1288,7 +1288,7 @@ msgctxt ""
"Print\n"
"itemlist.text"
msgid "Print"
-msgstr ""
+msgstr "Печат"
#: treeopt.src
msgctxt ""
@@ -1297,7 +1297,7 @@ msgctxt ""
"%PRODUCTNAME Draw\n"
"itemlist.text"
msgid "%PRODUCTNAME Draw"
-msgstr ""
+msgstr "%PRODUCTNAME Draw"
#: treeopt.src
msgctxt ""
@@ -1306,7 +1306,7 @@ msgctxt ""
"General\n"
"itemlist.text"
msgid "General"
-msgstr ""
+msgstr "Общи"
#: treeopt.src
msgctxt ""
@@ -1315,7 +1315,7 @@ msgctxt ""
"View\n"
"itemlist.text"
msgid "View"
-msgstr ""
+msgstr "Изглед"
#: treeopt.src
msgctxt ""
@@ -1324,7 +1324,7 @@ msgctxt ""
"Grid\n"
"itemlist.text"
msgid "Grid"
-msgstr ""
+msgstr "Мрежа"
#: treeopt.src
msgctxt ""
@@ -1333,7 +1333,7 @@ msgctxt ""
"Print\n"
"itemlist.text"
msgid "Print"
-msgstr ""
+msgstr "Печат"
#: treeopt.src
msgctxt ""
@@ -1342,7 +1342,7 @@ msgctxt ""
"Charts\n"
"itemlist.text"
msgid "Charts"
-msgstr ""
+msgstr "Диаграми"
#: treeopt.src
msgctxt ""
@@ -1351,7 +1351,7 @@ msgctxt ""
"Default Colors\n"
"itemlist.text"
msgid "Default Colors"
-msgstr ""
+msgstr "Подразбирани цветове"
#: treeopt.src
msgctxt ""
@@ -1360,7 +1360,7 @@ msgctxt ""
"Load/Save\n"
"itemlist.text"
msgid "Load/Save"
-msgstr ""
+msgstr "Зареждане/записване"
#: treeopt.src
msgctxt ""
@@ -1369,7 +1369,7 @@ msgctxt ""
"General\n"
"itemlist.text"
msgid "General"
-msgstr ""
+msgstr "Общи"
#: treeopt.src
msgctxt ""
@@ -1378,7 +1378,7 @@ msgctxt ""
"VBA Properties\n"
"itemlist.text"
msgid "VBA Properties"
-msgstr ""
+msgstr "Настройки за VBA"
#: treeopt.src
msgctxt ""
@@ -1387,7 +1387,7 @@ msgctxt ""
"Microsoft Office\n"
"itemlist.text"
msgid "Microsoft Office"
-msgstr ""
+msgstr "Microsoft Office"
#: treeopt.src
msgctxt ""
@@ -1396,7 +1396,7 @@ msgctxt ""
"HTML Compatibility\n"
"itemlist.text"
msgid "HTML Compatibility"
-msgstr ""
+msgstr "Съвместимост за HTML"
#: treeopt.src
msgctxt ""
@@ -1405,7 +1405,7 @@ msgctxt ""
"%PRODUCTNAME Base\n"
"itemlist.text"
msgid "%PRODUCTNAME Base"
-msgstr ""
+msgstr "%PRODUCTNAME Base"
#: treeopt.src
msgctxt ""
@@ -1414,7 +1414,7 @@ msgctxt ""
"Connections\n"
"itemlist.text"
msgid "Connections"
-msgstr ""
+msgstr "Връзки"
#: treeopt.src
msgctxt ""
@@ -1423,4 +1423,4 @@ msgctxt ""
"Databases\n"
"itemlist.text"
msgid "Databases"
-msgstr ""
+msgstr "Бази от данни"
diff --git a/source/bg/cui/source/tabpages.po b/source/bg/cui/source/tabpages.po
index ad38cc0a85c..a87f371296c 100644
--- a/source/bg/cui/source/tabpages.po
+++ b/source/bg/cui/source/tabpages.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2015-12-11 14:07+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
+"PO-Revision-Date: 2017-01-05 23:22+0000\n"
+"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: .\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
@@ -13,9 +13,9 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.8\n"
"X-Project-Style: openoffice\n"
-"X-POOTLE-MTIME: 1449842861.000000\n"
+"X-POOTLE-MTIME: 1483658562.000000\n"
#: border.src
msgctxt ""
@@ -159,7 +159,7 @@ msgctxt ""
"RID_SVXSTR_FRAMEDIR_LTR\n"
"string.text"
msgid "Left-to-right (LTR)"
-msgstr ""
+msgstr "Отляво надясно"
#: frmdirlbox.src
msgctxt ""
@@ -167,7 +167,7 @@ msgctxt ""
"RID_SVXSTR_FRAMEDIR_RTL\n"
"string.text"
msgid "Right-to-left (RTL)"
-msgstr ""
+msgstr "Отдясно наляво"
#: frmdirlbox.src
msgctxt ""
@@ -259,7 +259,7 @@ msgctxt ""
"RID_SVXSTR_DESC_NEW_PATTERN\n"
"string.text"
msgid "Please enter a name for the pattern:"
-msgstr ""
+msgstr "Моля, въведете име за шарката:"
#: strings.src
msgctxt ""
@@ -282,6 +282,8 @@ msgid ""
"The pattern was modified without saving. \n"
"Modify the selected pattern or add a new pattern"
msgstr ""
+"Шарката бе променена без записване. \n"
+"Променете избраната шарка или добавете нова."
#: strings.src
msgctxt ""
diff --git a/source/bg/cui/uiconfig/ui.po b/source/bg/cui/uiconfig/ui.po
index 5e92cc2f55c..14ebb8a8c66 100644
--- a/source/bg/cui/uiconfig/ui.po
+++ b/source/bg/cui/uiconfig/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-10-30 21:43+0000\n"
+"PO-Revision-Date: 2017-01-06 00:02+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: .\n"
"Language: bg\n"
@@ -12,10 +12,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: Pootle 2.8\n"
"X-Project-Style: openoffice\n"
-"X-POOTLE-MTIME: 1477863813.000000\n"
+"X-POOTLE-MTIME: 1483660937.000000\n"
#: aboutconfigdialog.ui
msgctxt ""
@@ -753,7 +753,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "None"
-msgstr ""
+msgstr "Няма"
#: areatabpage.ui
msgctxt ""
@@ -762,7 +762,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Color"
-msgstr ""
+msgstr "Цвят"
#: areatabpage.ui
msgctxt ""
@@ -771,7 +771,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Gradient"
-msgstr ""
+msgstr "Градиент"
#: areatabpage.ui
msgctxt ""
@@ -780,7 +780,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Hatch"
-msgstr ""
+msgstr "Щриховка"
#: areatabpage.ui
msgctxt ""
@@ -789,7 +789,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Bitmap"
-msgstr ""
+msgstr "Растерно изображение"
#: areatabpage.ui
msgctxt ""
@@ -798,7 +798,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Pattern"
-msgstr ""
+msgstr "Шарка"
#: asiantypography.ui
msgctxt ""
@@ -1248,7 +1248,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Add / Import"
-msgstr ""
+msgstr "Добавяне / Импортиране"
#: bitmaptabpage.ui
msgctxt ""
@@ -1257,7 +1257,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Bitmap"
-msgstr ""
+msgstr "Растерно изображение"
#: bitmaptabpage.ui
msgctxt ""
@@ -1266,7 +1266,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Style:"
-msgstr ""
+msgstr "Стил:"
#: bitmaptabpage.ui
msgctxt ""
@@ -1275,7 +1275,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "Original"
-msgstr ""
+msgstr "Оригинално"
#: bitmaptabpage.ui
msgctxt ""
@@ -1284,7 +1284,7 @@ msgctxt ""
"1\n"
"stringlist.text"
msgid "Filled"
-msgstr ""
+msgstr "Запълнено"
#: bitmaptabpage.ui
msgctxt ""
@@ -1293,7 +1293,7 @@ msgctxt ""
"2\n"
"stringlist.text"
msgid "Stretched"
-msgstr ""
+msgstr "Разтегнатo"
#: bitmaptabpage.ui
msgctxt ""
@@ -1302,7 +1302,7 @@ msgctxt ""
"3\n"
"stringlist.text"
msgid "Zoomed"
-msgstr ""
+msgstr "Увеличено"
#: bitmaptabpage.ui
msgctxt ""
@@ -1311,7 +1311,7 @@ msgctxt ""
"4\n"
"stringlist.text"
msgid "Custom"
-msgstr ""
+msgstr "По избор"
#: bitmaptabpage.ui
msgctxt ""
@@ -1320,7 +1320,7 @@ msgctxt ""
"5\n"
"stringlist.text"
msgid "Tiled"
-msgstr ""
+msgstr "Мозаично"
#: bitmaptabpage.ui
msgctxt ""
@@ -1329,7 +1329,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Size:"
-msgstr ""
+msgstr "Размер:"
#: bitmaptabpage.ui
msgctxt ""
@@ -1338,7 +1338,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "W:"
-msgstr ""
+msgstr "Ш:"
#: bitmaptabpage.ui
msgctxt ""
@@ -1347,7 +1347,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "H:"
-msgstr ""
+msgstr "В:"
#: bitmaptabpage.ui
msgctxt ""
@@ -1356,7 +1356,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Scale"
-msgstr ""
+msgstr "Мащабиране"
#: bitmaptabpage.ui
msgctxt ""
@@ -1365,7 +1365,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Position:"
-msgstr ""
+msgstr "Позиция:"
#: bitmaptabpage.ui
msgctxt ""
@@ -1374,7 +1374,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "Top Left"
-msgstr ""
+msgstr "Горе вляво"
#: bitmaptabpage.ui
msgctxt ""
@@ -1383,7 +1383,7 @@ msgctxt ""
"1\n"
"stringlist.text"
msgid "Top Center"
-msgstr ""
+msgstr "Горе, центрирано"
#: bitmaptabpage.ui
msgctxt ""
@@ -1392,7 +1392,7 @@ msgctxt ""
"2\n"
"stringlist.text"
msgid "Top Right"
-msgstr ""
+msgstr "Горе вдясно"
#: bitmaptabpage.ui
msgctxt ""
@@ -1401,7 +1401,7 @@ msgctxt ""
"3\n"
"stringlist.text"
msgid "Center Left"
-msgstr ""
+msgstr "Центрирано вляво"
#: bitmaptabpage.ui
msgctxt ""
@@ -1410,7 +1410,7 @@ msgctxt ""
"4\n"
"stringlist.text"
msgid "Center"
-msgstr ""
+msgstr "Център"
#: bitmaptabpage.ui
msgctxt ""
@@ -1419,7 +1419,7 @@ msgctxt ""
"5\n"
"stringlist.text"
msgid "Center Right"
-msgstr ""
+msgstr "Центрирано вдясно"
#: bitmaptabpage.ui
msgctxt ""
@@ -1428,7 +1428,7 @@ msgctxt ""
"6\n"
"stringlist.text"
msgid "Bottom Left"
-msgstr ""
+msgstr "Долу вляво"
#: bitmaptabpage.ui
msgctxt ""
@@ -1437,7 +1437,7 @@ msgctxt ""
"7\n"
"stringlist.text"
msgid "Bottom Center"
-msgstr ""
+msgstr "Долу, центрирано"
#: bitmaptabpage.ui
msgctxt ""
@@ -1446,7 +1446,7 @@ msgctxt ""
"8\n"
"stringlist.text"
msgid "Bottom Right"
-msgstr ""
+msgstr "Долу вдясно"
#: bitmaptabpage.ui
msgctxt ""
@@ -1455,7 +1455,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Tiling Position:"
-msgstr ""
+msgstr "Позиция на мозайката:"
#: bitmaptabpage.ui
msgctxt ""
@@ -1464,7 +1464,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "X:"
-msgstr ""
+msgstr "X:"
#: bitmaptabpage.ui
msgctxt ""
@@ -1473,7 +1473,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Y:"
-msgstr ""
+msgstr "Y:"
#: bitmaptabpage.ui
msgctxt ""
@@ -1482,7 +1482,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Tiling Offset:"
-msgstr ""
+msgstr "Отместване на мозайката:"
#: bitmaptabpage.ui
msgctxt ""
@@ -1491,7 +1491,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "Row"
-msgstr ""
+msgstr "Ред"
#: bitmaptabpage.ui
msgctxt ""
@@ -1500,7 +1500,7 @@ msgctxt ""
"1\n"
"stringlist.text"
msgid "Column"
-msgstr ""
+msgstr "Колона"
#: bitmaptabpage.ui
msgctxt ""
@@ -1509,7 +1509,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Options"
-msgstr ""
+msgstr "Настройки"
#: bitmaptabpage.ui
msgctxt ""
@@ -1518,7 +1518,7 @@ msgctxt ""
"AtkObject::accessible-name\n"
"string.text"
msgid "Example"
-msgstr ""
+msgstr "Пример"
#: bitmaptabpage.ui
msgctxt ""
@@ -1527,7 +1527,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Preview"
-msgstr ""
+msgstr "Мостра"
#: blackorwhitelistentrydialog.ui
msgctxt ""
@@ -1707,7 +1707,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Pr_esets:"
-msgstr ""
+msgstr "Готови настройки:"
#: borderpage.ui
msgctxt ""
@@ -1716,7 +1716,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Adjacent Cells:"
-msgstr ""
+msgstr "Съседни клетки:"
#: borderpage.ui
msgctxt ""
@@ -1725,7 +1725,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Remove border"
-msgstr ""
+msgstr "Премахване на канта"
#: borderpage.ui
msgctxt ""
@@ -3156,7 +3156,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Palette:"
-msgstr ""
+msgstr "Палитра:"
#: colorpage.ui
msgctxt ""
@@ -3165,7 +3165,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Recent Colors"
-msgstr ""
+msgstr "Последни цветове"
#: colorpage.ui
msgctxt ""
@@ -3174,7 +3174,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "RGB"
-msgstr ""
+msgstr "RGB"
#: colorpage.ui
msgctxt ""
@@ -3183,7 +3183,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "CMYK"
-msgstr ""
+msgstr "CMYK"
#: colorpage.ui
msgctxt ""
@@ -3192,7 +3192,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Delete"
-msgstr ""
+msgstr "Изтриване"
#: colorpage.ui
msgctxt ""
@@ -3201,7 +3201,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Custom Palette"
-msgstr ""
+msgstr "Палитра по избор"
#: colorpage.ui
msgctxt ""
@@ -3210,7 +3210,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Colors"
-msgstr ""
+msgstr "Цветове"
#: colorpage.ui
msgctxt ""
@@ -3228,7 +3228,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "B"
-msgstr ""
+msgstr "З"
#: colorpage.ui
msgctxt ""
@@ -3237,7 +3237,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "G"
-msgstr ""
+msgstr "С"
#: colorpage.ui
msgctxt ""
@@ -3246,7 +3246,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "R"
-msgstr ""
+msgstr "Ч"
#: colorpage.ui
msgctxt ""
@@ -3255,7 +3255,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Hex"
-msgstr ""
+msgstr "Шестн."
#: colorpage.ui
msgctxt ""
@@ -3264,7 +3264,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_C"
-msgstr ""
+msgstr "Ц"
#: colorpage.ui
msgctxt ""
@@ -3273,7 +3273,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_K"
-msgstr ""
+msgstr "Ч"
#: colorpage.ui
msgctxt ""
@@ -3282,7 +3282,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Y"
-msgstr ""
+msgstr "Ж"
#: colorpage.ui
msgctxt ""
@@ -3291,7 +3291,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_M"
-msgstr ""
+msgstr "М"
#: colorpage.ui
msgctxt ""
@@ -3300,7 +3300,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Active"
-msgstr ""
+msgstr "Активен"
#: colorpage.ui
msgctxt ""
@@ -3318,7 +3318,7 @@ msgctxt ""
"primary_icon_tooltip_text\n"
"string.text"
msgid "Blue"
-msgstr ""
+msgstr "Синьо"
#: colorpage.ui
msgctxt ""
@@ -3327,7 +3327,7 @@ msgctxt ""
"primary_icon_tooltip_text\n"
"string.text"
msgid "Red"
-msgstr ""
+msgstr "Червено"
#: colorpage.ui
msgctxt ""
@@ -3363,7 +3363,7 @@ msgctxt ""
"primary_icon_tooltip_text\n"
"string.text"
msgid "Green"
-msgstr ""
+msgstr "Зелено"
#: colorpage.ui
msgctxt ""
@@ -3372,7 +3372,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Hex"
-msgstr ""
+msgstr "Шестн."
#: colorpage.ui
msgctxt ""
@@ -3417,7 +3417,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Pick"
-msgstr ""
+msgstr "Посочване"
#: colorpage.ui
msgctxt ""
@@ -3426,7 +3426,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "New"
-msgstr ""
+msgstr "Нов"
#: colorpickerdialog.ui
msgctxt ""
@@ -4623,7 +4623,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Accessibility option \"Use automatic font color for screen display\" is active. Font color attributes are not currently used to display text."
-msgstr ""
+msgstr "Включена е настройката за достъпност „Автоматичен цвят на шрифта за екранна визуализация“. Атрибутите за цвят на шрифта в момента не се използват при показване на текст."
#: effectspage.ui
msgctxt ""
diff --git a/source/bg/desktop/uiconfig/ui.po b/source/bg/desktop/uiconfig/ui.po
index 6ce3f60349a..a68b028d5ea 100644
--- a/source/bg/desktop/uiconfig/ui.po
+++ b/source/bg/desktop/uiconfig/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-12-10 00:20+0000\n"
+"PO-Revision-Date: 2016-12-29 18:37+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
"Language: bg\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1481329257.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483036673.000000\n"
#: cmdlinehelp.ui
msgctxt ""
@@ -68,7 +68,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Check for _Updates"
-msgstr ""
+msgstr "Проверка за обновяване"
#: extensionmanager.ui
msgctxt ""
@@ -77,7 +77,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Add"
-msgstr ""
+msgstr "Добавяне"
#: extensionmanager.ui
msgctxt ""
@@ -86,7 +86,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Remove"
-msgstr ""
+msgstr "Премахване"
#: extensionmanager.ui
msgctxt ""
@@ -95,7 +95,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Enable"
-msgstr ""
+msgstr "Включване"
#: extensionmanager.ui
msgctxt ""
diff --git a/source/bg/filter/source/config/fragments/filters.po b/source/bg/filter/source/config/fragments/filters.po
index 6bc7a52bbda..f55b718a1a2 100644
--- a/source/bg/filter/source/config/fragments/filters.po
+++ b/source/bg/filter/source/config/fragments/filters.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-04 16:36+0000\n"
+"PO-Revision-Date: 2016-12-30 00:50+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467650202.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483059053.000000\n"
#: AbiWord.xcu
msgctxt ""
@@ -851,7 +851,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Legacy StarOffice Drawing"
-msgstr ""
+msgstr "Стара рисунка на StarOffice"
#: StarOffice_Spreadsheet.xcu
msgctxt ""
@@ -860,7 +860,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Legacy StarOffice Spreadsheet"
-msgstr ""
+msgstr "Стара електронна таблица на StarOffice"
#: StarOffice_Writer.xcu
msgctxt ""
@@ -869,7 +869,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Legacy StarOffice Text Document"
-msgstr ""
+msgstr "Стар текстов документ на StarOffice"
#: StarOffice_XML__Base_.xcu
msgctxt ""
@@ -1130,7 +1130,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Zoner Callisto/Draw"
-msgstr ""
+msgstr "Zoner Callisto/Draw"
#: calc8.xcu
msgctxt ""
diff --git a/source/bg/filter/source/config/fragments/internalgraphicfilters.po b/source/bg/filter/source/config/fragments/internalgraphicfilters.po
index 62677505660..8afa54d4274 100644
--- a/source/bg/filter/source/config/fragments/internalgraphicfilters.po
+++ b/source/bg/filter/source/config/fragments/internalgraphicfilters.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-03-10 14:21+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
+"PO-Revision-Date: 2016-12-30 00:52+0000\n"
+"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1457619697.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483059126.000000\n"
#: bmp_Export.xcu
msgctxt ""
@@ -194,7 +194,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "PDF - Portable Document Format"
-msgstr ""
+msgstr "PDF - преносим документен формат"
#: pdf_Import.xcu
msgctxt ""
@@ -203,7 +203,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "PDF - Portable Document Format"
-msgstr ""
+msgstr "PDF - преносим документен формат"
#: pgm_Import.xcu
msgctxt ""
diff --git a/source/bg/filter/uiconfig/ui.po b/source/bg/filter/uiconfig/ui.po
index 150565d6d44..c82e332335a 100644
--- a/source/bg/filter/uiconfig/ui.po
+++ b/source/bg/filter/uiconfig/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-10-14 11:08+0000\n"
+"PO-Revision-Date: 2016-12-30 00:54+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1476443327.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483059261.000000\n"
#: impswfdialog.ui
msgctxt ""
@@ -1422,7 +1422,7 @@ msgctxt ""
"AtkObject::accessible-name\n"
"string.text"
msgid "XML Filter List"
-msgstr ""
+msgstr "Списък с филтри за XML"
#: xmlfiltertabpagegeneral.ui
msgctxt ""
diff --git a/source/bg/forms/source/resource.po b/source/bg/forms/source/resource.po
index 62eb83f4ae3..3a07e77ee48 100644
--- a/source/bg/forms/source/resource.po
+++ b/source/bg/forms/source/resource.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2013-11-27 10:23+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
+"PO-Revision-Date: 2016-12-29 23:57+0000\n"
+"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1385547785.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483055850.000000\n"
#: strings.src
msgctxt ""
@@ -506,4 +506,4 @@ msgctxt ""
"RID_STR_XFORMS_CANT_REMOVE_TYPE\n"
"string.text"
msgid "This is a built-in type and cannot be removed."
-msgstr ""
+msgstr "Този тип е вграден и не може да се премахне."
diff --git a/source/bg/helpcontent2/source/text/scalc/00.po b/source/bg/helpcontent2/source/text/scalc/00.po
index 17a9e1e7501..f0fe446cbe7 100644
--- a/source/bg/helpcontent2/source/text/scalc/00.po
+++ b/source/bg/helpcontent2/source/text/scalc/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
"PO-Revision-Date: 2016-11-26 00:38+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: .\n"
@@ -12,8 +12,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1480120717.000000\n"
@@ -554,8 +554,8 @@ msgctxt ""
"par_id3153250\n"
"28\n"
"help.text"
-msgid "<variable id=\"einamen\">Choose <emph>Insert - Names</emph></variable>"
-msgstr "<variable id=\"einamen\">Изберете <emph>Вмъкване - Имена</emph></variable>"
+msgid "<variable id=\"einamen\">Choose <emph>Insert - Named Ranges and Expressions</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -572,8 +572,8 @@ msgctxt ""
"par_id3143222\n"
"29\n"
"help.text"
-msgid "Choose <emph>Insert - Names - Define</emph>"
-msgstr "Изберете <emph>Вмъкване - Имена - Дефиниране</emph>"
+msgid "Choose <emph>Sheet - Named Ranges and Expressions - Define</emph>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -590,8 +590,8 @@ msgctxt ""
"par_id3145214\n"
"30\n"
"help.text"
-msgid "<variable id=\"einaei\">Choose <emph>Insert - Names - Insert</emph></variable>"
-msgstr "<variable id=\"einaei\">Изберете <emph>Вмъкване - Имена - Вмъкване</emph></variable>"
+msgid "<variable id=\"einaei\">Choose <emph>Sheet - Named Ranges and Expressions - Insert</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -599,8 +599,8 @@ msgctxt ""
"par_id3153558\n"
"31\n"
"help.text"
-msgid "<variable id=\"einaueb\">Choose <emph>Insert - Names - Create</emph></variable>"
-msgstr "<variable id=\"einaueb\">Изберете <emph>Вмъкване - Имена - Създаване</emph></variable>"
+msgid "<variable id=\"einaueb\">Choose <emph>Sheet - Named Ranges and Expressions - Create</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -608,8 +608,8 @@ msgctxt ""
"par_id3153483\n"
"32\n"
"help.text"
-msgid "<variable id=\"einabesch\">Choose <emph>Insert - Names - Labels</emph></variable>"
-msgstr "<variable id=\"einabesch\">Изберете <emph>Вмъкване - Имена - Етикети</emph></variable>"
+msgid "<variable id=\"einabesch\">Choose <emph>Sheet - Named Ranges and Expressions - Labels</emph></variable>"
+msgstr ""
#: 00000405.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/scalc/01.po b/source/bg/helpcontent2/source/text/scalc/01.po
index dae16fb95e3..94c05e6a365 100644
--- a/source/bg/helpcontent2/source/text/scalc/01.po
+++ b/source/bg/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
"PO-Revision-Date: 2016-10-13 08:59+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: LibreOffice на български\n"
@@ -12,8 +12,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1476349170.000000\n"
@@ -20652,8 +20652,8 @@ msgctxt ""
"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 "<item type=\"input\">=INDEX(СумаX;4;1)</item> връща стойността от ред 4 и колона 1 на областта <emph>СумаX</emph>, зададена в <emph>Вмъкване - Имена - Дефиниране</emph>."
+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>Sheet - Named Ranges and Expressions - Define</emph>."
+msgstr ""
#: 04060109.xhp
msgctxt ""
@@ -20677,8 +20677,8 @@ msgctxt ""
"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 "<item type=\"input\">=INDEX((multi);4;1)</item> връща стойността от ред 4 и колона 1 от (несвързана) област, наименувана във <emph>Вмъкване - Имена - Дефиниране</emph> като <emph>multi</emph>. Несвързаната област може да се състои от няколко правоъгълни области, всяка от които съдържа ред 4 и колона 1. Ако желаете да посочите втория блок от несвързаната област, въведете числото <item type=\"input\">2</item> като стойност на параметъра <emph>Област</emph>."
+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>Sheet - Named Ranges and Expressions - 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 ""
@@ -49848,8 +49848,8 @@ msgctxt ""
"04070000.xhp\n"
"tit\n"
"help.text"
-msgid "Names"
-msgstr "Имена"
+msgid "Named Ranges and Expressions"
+msgstr ""
#: 04070000.xhp
msgctxt ""
@@ -49857,8 +49857,8 @@ msgctxt ""
"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=\"Имена\">Имена</link>"
+msgid "<link href=\"text/scalc/01/04070000.xhp\" name=\"Names\">Named Ranges and Expressions</link>"
+msgstr ""
#: 04070000.xhp
msgctxt ""
@@ -50248,8 +50248,8 @@ msgctxt ""
"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 "Изберете областта, съдържаща всички диапазони, които желаете да наименувате. След това изберете <emph>Вмъкване - Имена - Създаване</emph>. Така ще отворите диалоговия прозорец <emph>Създаване на имена</emph>, от който можете да изберете желаните настройки за наименуване."
+msgid "Select the area containing all the ranges that you want to name. Then choose <emph>Sheet - Named Ranges and Expressions - Create</emph>. This opens the <emph>Create Names</emph> dialog, from which you can select the naming options that you want."
+msgstr ""
#: 04070300.xhp
msgctxt ""
@@ -52135,8 +52135,8 @@ msgctxt ""
"par_id3145174\n"
"5\n"
"help.text"
-msgid "Select <emph>-none-</emph> to remove a print range definition for the current spreadsheet. Select <emph>-entire sheet-</emph> to set the current sheet as a print range. Select <emph>-selection-</emph> to define the selected area of a spreadsheet as the print range. By selecting <emph>-user-defined-</emph>, you can define a print range that you have already defined using the <emph>Format - Print Ranges - Define</emph> command. If you have given a name to a range using the <emph>Insert - Names - Define</emph> command, this name will be displayed and can be selected from the list box."
-msgstr "Изберете <emph>-няма-</emph>, за да премахнете дефиницията на област за печат от текущия лист. Изберете <emph>-целият лист-</emph>, за да зададете целия лист като област за печат. Посочете <emph>-избрано-</emph>, за да зададете избраната област от лист като област за печат. Избирайки <emph>-дефинирана от потребителя-</emph>, можете да зададете област за печат, която вече е дефинирана с командата <emph>Форматиране - Области за печат - Дефиниране</emph>. Ако сте дали име на област с командата <emph>Вмъкване - Имена - Дефиниране</emph>, това име ще бъде показано и ще можете да го изберете от списъка."
+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>Sheet - Named Ranges and Expressions - Define</emph> command, this name will be displayed and can be selected from the list box."
+msgstr ""
#: 05080300.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/scalc/guide.po b/source/bg/helpcontent2/source/text/scalc/guide.po
index 477c5eb5e39..bf69a76ac5e 100644
--- a/source/bg/helpcontent2/source/text/scalc/guide.po
+++ b/source/bg/helpcontent2/source/text/scalc/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
"PO-Revision-Date: 2016-11-26 00:32+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: .\n"
@@ -12,8 +12,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1480120357.000000\n"
@@ -2132,8 +2132,8 @@ msgctxt ""
"par_id3154011\n"
"26\n"
"help.text"
-msgid "To set the source range as the range, select the cells and choose <emph>Insert - Names - Define</emph>. Save the source document, and do not close it."
-msgstr "За да посочите областта източник, изберете клетките и изберете <emph>Вмъкване - Имена - Дефиниране</emph>. Запишете документа източник и го оставете отворен."
+msgid "To set the source range as the range, select the cells and choose <emph>Sheet - Named Ranges and Expressions - Define</emph>. Save the source document, and do not close it."
+msgstr ""
#: cellreference_dragdrop.xhp
msgctxt ""
@@ -11832,8 +11832,8 @@ msgctxt ""
"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 "Изберете клетка или област от клетки, след което изберете <emph>Вмъкване - Имена - Дефиниране</emph>. Появава се диалога <emph>Дефиниране на имена</emph>."
+msgid "Select a cell or range of cells, then choose <emph>Sheet - Named Ranges and Expressions - Define</emph>. The <emph>Define Names</emph> dialog appears."
+msgstr ""
#: value_with_name.xhp
msgctxt ""
@@ -11885,8 +11885,8 @@ msgctxt ""
"par_id3153711\n"
"8\n"
"help.text"
-msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Insert - Names - Define\">Insert - Names - Define</link>"
-msgstr "<link href=\"text/scalc/01/04070100.xhp\" name=\"Вмъкване - Имена - Дефиниране\">Вмъкване - Имена - Дефиниране</link>"
+msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Sheet - Named Ranges and Expressions - Define\">Sheet - Named Ranges and Expressions - Define</link>"
+msgstr ""
#: webquery.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/shared/00.po b/source/bg/helpcontent2/source/text/shared/00.po
index a33e70a2463..ed17fa4f2d9 100644
--- a/source/bg/helpcontent2/source/text/shared/00.po
+++ b/source/bg/helpcontent2/source/text/shared/00.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
+"POT-Creation-Date: 2016-12-21 15:39+0100\n"
"PO-Revision-Date: 2016-10-14 08:32+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,8 +12,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1476433950.000000\n"
#: 00000001.xhp
@@ -12070,15 +12070,6 @@ msgstr "Изберете <emph>Форматиране - Страница</emph>
#: 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 "Изберете <emph>Форматиране - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Обект - </emph></caseinline><caseinline select=\"CALC\"><emph>Графика - </emph></caseinline></switchinline><emph>Област -</emph> раздел <emph>Цветове</emph>"
-
-#: 00040502.xhp
-msgctxt ""
-"00040502.xhp\n"
"par_id3154985\n"
"141\n"
"help.text"
diff --git a/source/bg/helpcontent2/source/text/shared/01.po b/source/bg/helpcontent2/source/text/shared/01.po
index 517d6031a3d..7053686bcbc 100644
--- a/source/bg/helpcontent2/source/text/shared/01.po
+++ b/source/bg/helpcontent2/source/text/shared/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-10-18 19:01+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-10-13 12:37+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: .\n"
"Language: bg\n"
@@ -12,10 +12,10 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
-"X-POOTLE-MTIME: 1476817280.000000\n"
+"X-POOTLE-MTIME: 1476362238.000000\n"
#: 01010000.xhp
msgctxt ""
@@ -5028,179 +5028,184 @@ msgctxt ""
"01140000.xhp\n"
"bm_id3147294\n"
"help.text"
-msgid "<bookmark_value>printers; properties</bookmark_value><bookmark_value>settings; printers</bookmark_value><bookmark_value>properties; printers</bookmark_value><bookmark_value>default printer; setting up</bookmark_value><bookmark_value>printers; default printer</bookmark_value><bookmark_value>page formats; restriction</bookmark_value>"
-msgstr "<bookmark_value>принтери; свойства</bookmark_value><bookmark_value>настройки; принтери</bookmark_value><bookmark_value>свойства; принтери</bookmark_value><bookmark_value>подразбиран принтер; задаване</bookmark_value><bookmark_value>принтери; подразбиран принтер</bookmark_value><bookmark_value>формати на страници; ограничаване</bookmark_value>"
+msgid "<bookmark_value>printers; properties</bookmark_value> <bookmark_value>settings; printers</bookmark_value> <bookmark_value>properties; printers</bookmark_value> <bookmark_value>default printer; setting up</bookmark_value> <bookmark_value>printers; default printer</bookmark_value> <bookmark_value>page formats; restriction</bookmark_value>"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3147294\n"
-"1\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>"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3154422\n"
-"2\n"
"help.text"
-msgid "<variable id=\"druckereinstellungtext\"><ahelp hid=\"SVTOOLS:MODALDIALOG:DLG_SVT_PRNDLG_PRNSETUPDLG\">Select the default printer for the current document.</ahelp></variable>"
-msgstr "<variable id=\"druckereinstellungtext\"><ahelp hid=\"SVTOOLS:MODALDIALOG:DLG_SVT_PRNDLG_PRNSETUPDLG\">Избор на подразбран принтер за текущия документ.</ahelp></variable>"
+msgid "<variable id=\"druckereinstellungtext\"><ahelp hid=\"svt/ui/printersetupdialog/PrinterSetupDialog\">Select the default printer for the current document.</ahelp> </variable>"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3148620\n"
-"20\n"
"help.text"
msgid "You might experience a slight delay when you change the default printer for a document that contains embedded $[officename] OLE objects."
-msgstr "Възможно е да усетите леко забавяне, когато сменяте подразбирания принтер за документ, който съдържа вградени OLE обекти на $[officename]."
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3145345\n"
-"4\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Printer </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Принтер</caseinline></switchinline>"
+msgid "Printer"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3145211\n"
-"5\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Lists the information that applies to the selected printer. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Показва информация, отнасяща се за избрания принтер. </caseinline></switchinline>"
+msgid "Lists the information that applies to the selected printer."
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3148538\n"
-"19\n"
"help.text"
msgid "If the list is empty, you need to install a default printer for your operating system. Refer to the online help for your operating system for instructions on how to install and setup a default printer."
-msgstr "Ако списъкът е празен, трябва да инсталирате подразбиран принтер за операционната система. Вижте в помощта на операционната система как да инсталирате и настроите подразбиран принтер."
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3154381\n"
-"6\n"
"help.text"
msgid "Name"
-msgstr "Име"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3156155\n"
-"7\n"
"help.text"
-msgid "<ahelp hid=\"SVTOOLS:LISTBOX:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES\">Lists the installed printers on your operating system. To change the default printer, select a printer name from the list.</ahelp>"
-msgstr "<ahelp hid=\"SVTOOLS:LISTBOX:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES\">Изброява инсталираните в операционната система принтери. За да смените подразбирания принтер, изберете име на принтер от списъка.</ahelp>"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/name\">Lists the installed printers on your operating system. To change the default printer, select a printer name from the list.</ahelp>"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3156153\n"
-"8\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Status </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Състояние</caseinline></switchinline>"
+msgid "Status"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3150465\n"
-"9\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Describes the current status of the selected printer. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Описва текущото състояние на избрания принтер. </caseinline></switchinline>"
+msgid "Describes the current status of the selected printer."
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3154898\n"
-"10\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Type </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Тип</caseinline></switchinline>"
+msgid "Type"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3156326\n"
-"11\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the type of printer that you selected. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Показва типа на избрания принтер. </caseinline></switchinline>"
+msgid "Displays the type of printer that you selected."
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3149416\n"
-"12\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Location </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Местоположение</caseinline></switchinline>"
+msgid "Location"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3149955\n"
-"13\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the port for the selected printer. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Показва порта на избрания принтер. </caseinline></switchinline>"
+msgid "Displays the port for the selected printer."
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3145316\n"
-"14\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Comments </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Коментар</caseinline></switchinline>"
+msgid "Comments"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3155923\n"
-"15\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays additional information for the printer. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Показва допълнителна информация за принера.</caseinline></switchinline>"
+msgid "Displays additional information for the printer."
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3149669\n"
-"16\n"
"help.text"
msgid "Properties"
-msgstr "Свойства"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3149045\n"
-"17\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\"><ahelp hid=\"SVTOOLS:PUSHBUTTON:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_PROPERTIES\">Changes the printer settings of your operating system for the current document.</ahelp></caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\"><ahelp hid=\"SVTOOLS:PUSHBUTTON:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_PROPERTIES\">Променя настройките за принтер на операционната система за текущия документ.</ahelp></caseinline></switchinline>"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/properties\">Changes the printer settings of your operating system for the current document.</ahelp>"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3157322\n"
-"18\n"
"help.text"
msgid "Ensure that the Landscape or Portrait layout option set in the printer properties dialog matches the page format that you set by choosing <emph>Format - Page</emph>."
-msgstr "Уверете се, че настройката Пейзаж или Портрет, зададена в диалоговия прозорец за настройване на принтера, съответства на формата на страниците, избран чрез <emph>Форматиране - Страница</emph>."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id201612110303091265\n"
+"help.text"
+msgid "Options"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id201612110239454950\n"
+"help.text"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/options\">Opens the <emph>Printer Options</emph> dialog where you can override the global printer options set on the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Writer</emph></caseinline><caseinline select=\"CALC\"><emph>Calc</emph></caseinline><defaultinline>Writer/Web</defaultinline></switchinline><emph> - Print</emph> panel for the current document.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3157323\n"
+"help.text"
+msgid "The <emph>Options</emph> button is only available in %PRODUCTNAME Writer and Calc."
+msgstr ""
#: 01160000.xhp
msgctxt ""
@@ -8292,8 +8297,8 @@ msgctxt ""
"par_id3152551\n"
"59\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Enter the number of characters in the search term that can be exchanged.</ahelp> For example, if you specify 2 exchanged characters, \"black\" and \"crack\" are considered similar."
-msgstr "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Въведете броя знаци в търсения текст, които може да са заменени.</ahelp> Например, ако зададете 2 знака, \"хотел\" и \"петел\" ще се считат за подобни."
+msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Enter the number of characters in the search term that can be exchanged.</ahelp> For example, if you specify 2 exchanged characters, \"sweep\" and \"creep\" are considered similar."
+msgstr ""
#: 02100100.xhp
msgctxt ""
@@ -25621,32 +25626,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/areatabpage/LB_BITMAP\">Click the fill that you want to apply to the selected object.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/areatabpage/LB_BITMAP\">Щракнете върху запълването, което желаете да приложите върху избрания обект.</ahelp>"
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Colors"
-msgstr "Цветове"
-
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"hd_id3152895\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210200.xhp\" name=\"Colors\">Colors</link>"
-msgstr "<link href=\"text/shared/01/05210200.xhp\" name=\"Цветове\">Цветове</link>"
-
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"par_id3149119\n"
-"2\n"
-"help.text"
-msgid "Select a color to apply, save the current color list, or load a different color list."
-msgstr "Тук можете да изберете цвят, който да бъде приложен, да запишете текущия списък с цветове или да заредите друг."
-
#: 05210300.xhp
msgctxt ""
"05210300.xhp\n"
@@ -43244,6 +43223,214 @@ msgctxt ""
msgid "<ahelp hid=\"uui/ui/setmasterpassworddlg/password2\">Re-enter the master password.</ahelp>"
msgstr "<ahelp hid=\"uui/ui/setmasterpassworddlg/password2\">Въведете повторно главната парола.</ahelp>"
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"tit\n"
+"help.text"
+msgid "Safe Mode"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"bm_id281120160951421436\n"
+"help.text"
+msgid "<bookmark_value>profile;safe mode</bookmark_value>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160939034500\n"
+"help.text"
+msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Safe Mode</link>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160939285779\n"
+"help.text"
+msgid "<ahelp hid=\".\">Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh user profile and disables hardware acceleration. It helps to restore a non-working %PRODUCTNAME instance. </ahelp>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163153357\n"
+"help.text"
+msgid "Choose <emph>Help - Restart in Safe Mode...</emph>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163154362\n"
+"help.text"
+msgid "Start %PRODUCTNAME from command line with <emph>--safe-mode</emph> option"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163154363\n"
+"help.text"
+msgid "Start %PRODUCTNAME from <emph>%PRODUCTNAME (Safe Mode)</emph> start menu entry (Windows only)"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149549\n"
+"help.text"
+msgid "What can I do in safe mode?"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160939281728\n"
+"help.text"
+msgid "Once in safe mode, you will be shown a dialog offering three user profile restoration options"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149551\n"
+"help.text"
+msgid "Continue in Safe Mode"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944279896\n"
+"help.text"
+msgid "This option will let you work with %PRODUCTNAME as you are used to, but using a temporary user profile. It also means that all configuration changes made to the temporary user profile will be lost after restart."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149552\n"
+"help.text"
+msgid "Quit"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944279161\n"
+"help.text"
+msgid "Choosing <emph>Quit</emph> will just exit %PRODUCTNAME. Use this option if you got here by accident."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149543\n"
+"help.text"
+msgid "Apply Changes and Restart"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348926\n"
+"help.text"
+msgid "The dialog offers multiple changes to the user profile that can be made to help restoring %PRODUCTNAME to working state. They get more radical from top down so you should try them successively one after another. Choosing this option applies selected changes"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149545\n"
+"help.text"
+msgid "Restore from backup"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348884\n"
+"help.text"
+msgid "%PRODUCTNAME keeps backups of previous configurations and activated extensions. Use this option to return to the previous state if your problems are likely to be caused by recent changes to configuration or extensions."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149546\n"
+"help.text"
+msgid "Configure"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949347119\n"
+"help.text"
+msgid "You can disable all extensions installed by the user. You can also disable hardware acceleration. Activate this option if you experience startup crashes or visual glitches, they are often related to hardware acceleration."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160944276682\n"
+"help.text"
+msgid "Uninstall extensions"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944275137\n"
+"help.text"
+msgid "Sometimes %PRODUCTNAME cannot be started due to extensions blocking or crashing. This option allows you to disable all extensions installed by the user as well as shared and bundled extensions. Uninstalling shared and bundled extensions should be used with caution. It will only work if you have the necessary system access rights."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160944276687\n"
+"help.text"
+msgid "Reset to factory settings"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id28112016094427792\n"
+"help.text"
+msgid "If all else fails, you can reset your user profile to the factory default. The first option <emph>Reset settings and user customizations</emph> resets all configuration and UI changes, but keeps things like your personal dictionary, templates etc. The second option will reset your entire profile to the state when you first installed %PRODUCTNAME."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id28112016094427243\n"
+"help.text"
+msgid "If you could not resolve your problem by using safe mode, click on <emph>Advanced</emph> expander. You will find instructions how to get further help there."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949347055\n"
+"help.text"
+msgid "If you want to report a problem with your user profile, by clicking on <emph>Create Zip Archive from User Profile</emph> you can generate a zip file which can be uploaded to the bug tracking system to be investigated by the developers."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348679\n"
+"help.text"
+msgid "Be aware that the uploaded profile might contain sensitive information, such as your personal dictionary, settings and installed extensions."
+msgstr ""
+
#: prop_font_embed.xhp
msgctxt ""
"prop_font_embed.xhp\n"
@@ -43275,8 +43462,8 @@ msgctxt ""
"par_id3154863\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"sfx/ui/documentfontspage/DocumentInfoPage\">Embed document fonts in the current file.</ahelp>"
-msgstr "<ahelp hid=\"sfx/ui/documentfontspage/DocumentInfoPage\">Вграждане шрифтовете на документа в текущия файл.</ahelp>"
+msgid "<ahelp hid=\"sfx/ui/documentfontspage/DocumentFontsPage\">Embed document fonts in the current file.</ahelp>"
+msgstr ""
#: prop_font_embed.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/shared/guide.po b/source/bg/helpcontent2/source/text/shared/guide.po
index d4d19df9e36..93b8cc54820 100644
--- a/source/bg/helpcontent2/source/text/shared/guide.po
+++ b/source/bg/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
+"POT-Creation-Date: 2016-12-21 15:39+0100\n"
"PO-Revision-Date: 2016-10-13 14:01+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: .\n"
@@ -12,8 +12,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1476367305.000000\n"
@@ -2191,7 +2191,7 @@ msgctxt ""
"cmis-remote-files-setup.xhp\n"
"hd_id1508201618160340\n"
"help.text"
-msgid "Connecting to <link href=\"text/shared/00/00000002.xhp#ftp\">FTP</link> and SSH servers (check)"
+msgid "Connecting to <link href=\"text/shared/00/00000002.xhp#ftp\">FTP</link> and SSH servers"
msgstr ""
#: cmis-remote-files-setup.xhp
@@ -2271,7 +2271,7 @@ msgctxt ""
"cmis-remote-files-setup.xhp\n"
"hd_id150820161816049600\n"
"help.text"
-msgid "Connecting to a Windows share (check)"
+msgid "Connecting to a Windows share"
msgstr ""
#: cmis-remote-files-setup.xhp
@@ -9920,8 +9920,8 @@ msgctxt ""
"hyperlink_insert.xhp\n"
"par_idN1076D\n"
"help.text"
-msgid "To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Insert - Names - Define</emph>)."
-msgstr "За скок към клетка в електронна таблица първо въведете име за клетката (<emph>Вмъкване - Имена - Дефиниране</emph>)."
+msgid "To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Sheet - Named Ranges and Expressions - Define</emph>)."
+msgstr ""
#: hyperlink_insert.xhp
msgctxt ""
@@ -12429,20 +12429,20 @@ msgstr "Уверете се, че в раздела <emph>Настройки</em
#: labels.xhp
msgctxt ""
"labels.xhp\n"
-"par_id3156424\n"
-"86\n"
+"par_id3149767\n"
+"29\n"
"help.text"
-msgid "As soon as you click on <emph>New Document</emph>, you will see a small window with the <emph>Synchronize Labels</emph> button. Enter the first label. When you click on the <emph>Synchronize Labels</emph> button, the current individual label is copied to all the other labels on the sheet."
-msgstr "След като щракнете върху <emph>Нов документ</emph>, ще видите малък прозорец с бутон <emph>Синхронизиране на етикетите</emph>. Въведете първия етикет. Когато щракнете върху бутона <emph>Синхронизиране на етикетите</emph>, текущият отделен етикет ще бъде копиран върху всички останали етикети в листа."
+msgid "Click on <emph>New Document</emph> to create a new document with the settings you have entered."
+msgstr "Щракнете върху <emph>Нов документ</emph>, за да създадете нов документ с въведените настройки."
#: labels.xhp
msgctxt ""
"labels.xhp\n"
-"par_id3149767\n"
-"29\n"
+"par_id3156424\n"
+"86\n"
"help.text"
-msgid "Click on <emph>New Document</emph> to create a new document with the settings you have entered."
-msgstr "Щракнете върху <emph>Нов документ</emph>, за да създадете нов документ с въведените настройки."
+msgid "As soon as you click on <emph>New Document</emph>, you will see a small window with the <emph>Synchronize Labels</emph> button. Enter the first label. When you click on the <emph>Synchronize Labels</emph> button, the current individual label is copied to all the other labels on the sheet."
+msgstr "След като щракнете върху <emph>Нов документ</emph>, ще видите малък прозорец с бутон <emph>Синхронизиране на етикетите</emph>. Въведете първия етикет. Когато щракнете върху бутона <emph>Синхронизиране на етикетите</emph>, текущият отделен етикет ще бъде копиран върху всички останали етикети в листа."
#: labels.xhp
msgctxt ""
@@ -18305,758 +18305,721 @@ msgctxt ""
"start_parameters.xhp\n"
"tit\n"
"help.text"
-msgid "Starting the $[officename] Software With Parameters"
-msgstr "Стартиране на $[officename] с параметри"
+msgid "Starting $[officename] Software With Parameters"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"bm_id3156410\n"
"help.text"
-msgid "<bookmark_value>start parameters</bookmark_value><bookmark_value>command line parameters</bookmark_value><bookmark_value>parameters;command line</bookmark_value><bookmark_value>arguments in command line</bookmark_value>"
-msgstr "<bookmark_value>стартиране с параметри</bookmark_value><bookmark_value>команден ред, параметри за</bookmark_value><bookmark_value>параметри;команден ред</bookmark_value><bookmark_value>аргументи в командния ред</bookmark_value>"
+msgid "<bookmark_value>start parameters</bookmark_value> <bookmark_value>command line parameters</bookmark_value> <bookmark_value>parameters;command line</bookmark_value> <bookmark_value>arguments in command line</bookmark_value>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"hd_id3156410\n"
-"52\n"
"help.text"
-msgid "Starting the $[officename] Software With Parameters"
-msgstr "Стартиране на $[officename] с параметри"
+msgid "Starting $[officename] Software With Parameters"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147009\n"
-"1\n"
"help.text"
-msgid "By starting the $[officename] software from the command line you can assign various parameters, with which you can influence the performance. The use of command line parameters is only recommended for experienced users."
-msgstr "Стартирайки $[officename] от командния ред можете да задавате различни параметри, с които да влияете върху работата на софтуера. Употребата на тези параметри се препоръчва само за опитни потребители."
+msgid "By starting $[officename] software from the command line you can assign various parameters, with which you can influence the performance. The use of command line parameters is only recommended for experienced users."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147618\n"
-"2\n"
"help.text"
-msgid "For normal handling, the use of command line parameters is not necessary. A few of the parameters require a deeper knowledge of the technical background of the $[officename] software technology."
-msgstr "За нормална работа параметрите на командния ред не са необходими. Някои от тях изискват по-дълбоко познаване на техническите страни на реализацията на $[officename]."
+msgid "For normal handling, the use of command line parameters is not necessary. A few of the parameters require a deeper knowledge of the technical background of $[officename] software technology."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"hd_id3154898\n"
-"4\n"
"help.text"
-msgid "Starting the $[officename] Software From the Command Line"
-msgstr "Стартиране на $[officename] от командния ред"
+msgid "Starting $[officename] Software From the Command Line"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3156152\n"
-"5\n"
"help.text"
msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a shell under Linux, *BSD, or Mac OS X platforms."
-msgstr "В Windows изберете <emph>Run</emph> (Изпълни) от менюто Start (Старт), а в Linux, *BSD или Mac OS X отворете команден прозорец."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3152472\n"
-"6\n"
"help.text"
msgid "Under Windows, type the following text in the <emph>Open </emph>text field and click <emph>OK</emph>."
-msgstr "В Windows въведете следния текст в текстовото поле <emph>Open</emph> (Отвори) и натиснете бутона <emph>OK</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3149669\n"
-"53\n"
"help.text"
msgid "Under UNIX-like systems, type the following line of text, then press <emph>Return</emph>:"
-msgstr "В съвместима с UNIX система въведете следния текст, после натиснете <emph>Return</emph>:"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147561\n"
-"7\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">{инсталация}\\program\\soffice.exe {параметър} </caseinline><caseinline select=\"UNIX\">{инсталация}/program/soffice {параметър} </caseinline></switchinline>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter}</caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter}</caseinline></switchinline>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3153360\n"
-"8\n"
"help.text"
-msgid "Replace <emph>{install}</emph> with the path to your installation of the $[officename] software (for example, <emph>C:\\Program Files\\Office</emph>, or <emph>~/office</emph>)"
-msgstr "Заменете <emph>{инсталация}</emph> с пътя до вашата инсталация на $[officename] (например <emph>C:\\Program Files\\Office</emph> или <emph>~/office</emph>)"
+msgid "Replace <emph>{install}</emph> with the path to your installation of $[officename] software (for example, <emph>C:\\Program Files\\Office</emph>, or <emph>~/office</emph>)"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3158407\n"
-"9\n"
+"hd_id3145171\n"
"help.text"
-msgid "Where required, replace <emph>{parameter}</emph> with one or more of the following command line parameters."
-msgstr "Ако е необходимо, на мястото на <emph>{параметър}</emph> въведете един или повече от следните параметри за командния ред."
+msgid "Valid Command Line Parameters"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"hd_id3145171\n"
-"10\n"
+"hd_id1016120408556191\n"
"help.text"
-msgid "Valid Command Line Parameters"
-msgstr "Валидни параметри за командния ред"
+msgid "Using without special arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148451\n"
-"11\n"
+"par_id215247284938\n"
"help.text"
-msgid "Parameter"
-msgstr "Параметър"
+msgid "Using without any arguments opens the start center."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149167\n"
-"12\n"
+"par_id4016121206183262\n"
"help.text"
-msgid "Meaning"
-msgstr "Значение"
+msgid "<emph>{file}</emph>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149983\n"
-"73\n"
+"par_id40161212062813818\n"
"help.text"
-msgid "--help / -h / -?"
-msgstr "--help / -h / -?"
+msgid "Tries to open the file (files) in the components suitable for them."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147349\n"
-"74\n"
+"par_id40161212063110720\n"
"help.text"
-msgid "Lists the available command line parameters <switchinline select=\"sys\"><caseinline select=\"WIN\">in a dialog box</caseinline><defaultinline>to the console</defaultinline></switchinline>."
-msgstr "Изброява параметрите за командния ред в <switchinline select=\"sys\"><caseinline select=\"WIN\">диалогов прозорец</caseinline><defaultinline>конзолата</defaultinline></switchinline>."
+msgid "<emph>{file} macro:///[Library.Module.MacroName]</emph>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id31499et\n"
-"73\n"
+"par_id40161212063330252\n"
"help.text"
-msgid "--version"
-msgstr "--version"
+msgid "Opens the file and applies specified macros from the file."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id31473et\n"
-"74\n"
+"hd_id201612040855610\n"
"help.text"
-msgid "Displays the version information."
-msgstr "Показва информация за версията."
+msgid "Getting help and information"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150010\n"
-"59\n"
+"par_id3148451\n"
"help.text"
-msgid "--writer"
-msgstr "--writer"
+msgid "<variable id=\"parameter\">Parameter</variable>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147213\n"
-"60\n"
+"par_id3149167\n"
"help.text"
-msgid "Starts with an empty Writer document."
-msgstr "Стартира с празен документ на Writer."
+msgid "<variable id=\"meaning\">Meaning</variable>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148616\n"
-"61\n"
+"par_id3147349\n"
"help.text"
-msgid "--calc"
-msgstr "--calc"
+msgid "Lists the available command line parameters to the console."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145261\n"
-"62\n"
+"par_id20161204091221764\n"
"help.text"
-msgid "Starts with an empty Calc document."
-msgstr "Стартира с празен документ на Calc."
+msgid "Opens $[officename] built-in or online Help on Writer."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156443\n"
-"63\n"
+"par_id20161204091520522\n"
"help.text"
-msgid "--draw"
-msgstr "--draw"
+msgid "Opens $[officename] built-in or online Help on Calc."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154011\n"
-"64\n"
+"par_id20161204091727059\n"
"help.text"
-msgid "Starts with an empty Draw document."
-msgstr "Стартира с празен документ на Draw."
+msgid "Opens $[officename] built-in or online Help on Draw."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153142\n"
-"65\n"
+"par_id20161204091812159\n"
"help.text"
-msgid "--impress"
-msgstr "--impress"
+msgid "Opens $[officename] built-in or online Help on Impress."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153222\n"
-"66\n"
+"par_id20161204091919599\n"
"help.text"
-msgid "Starts with an empty Impress document."
-msgstr "Стартира с празен документ на Impress."
+msgid "Opens $[officename] built-in or online Help on Base."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155853\n"
-"67\n"
+"par_id20161204092029619\n"
"help.text"
-msgid "--math"
-msgstr "--math"
+msgid "Opens $[officename] built-in or online Help on Basic scripting language."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3146928\n"
-"68\n"
+"par_id2016120409214276\n"
"help.text"
-msgid "Starts with an empty Math document."
-msgstr "Стартира с празен документ на Math."
+msgid "Opens $[officename] built-in or online Help on Math."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149960\n"
-"69\n"
+"par_id31473et\n"
"help.text"
-msgid "--global"
-msgstr "--global"
+msgid "Shows $[officename] version and quits."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151075\n"
-"70\n"
+"par_id2016120409236546\n"
"help.text"
-msgid "Starts with an empty Writer master document."
-msgstr "Стартира с празен главен документ на Writer."
+msgid "(MacOS X sandbox only) Returns path of the temporary directory for the current user and exits. Overrides all other arguments."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154510\n"
-"71\n"
+"hd_id20161204094429235\n"
"help.text"
-msgid "--web"
-msgstr "--web"
+msgid "General arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148836\n"
-"72\n"
+"par_id3153919\n"
"help.text"
-msgid "Starts with an empty HTML document."
-msgstr "Стартира с празен документ на HTML."
+msgid "Activates[Deactivates] the Quickstarter service. It can take only one parameter <emph>no</emph> which deativates the Quickstarter service. Without parameters this service is activated."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149403\n"
+"par_id315330t\n"
"help.text"
-msgid "--show {filename.odp}"
-msgstr "--show {файл.odp}"
+msgid "Disables check for remote instances using the installation."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153838\n"
-"80\n"
+"par_id315053o\n"
"help.text"
-msgid "Starts with the Impress file <emph>{filename.odp}</emph> and starts the presentation. Enters edit mode after the presentation."
-msgstr "Стартира с файла на Impress <emph>{файл.odp}</emph> и започва презентация. След края на презентацията се включва режимът на редактиране."
+msgid "Forces an input filter type, if possible. For example:<br/><item type=\"input\">--infilter=\"Calc Office Open XML\"</item><br/><item type=\"input\">--infilter=\"Text (encoded):UTF8,LF,,,.\"</item>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156276\n"
-"13\n"
+"par_id20161204101917197\n"
+"help.text"
+msgid "Store soffice.bin pid to <emph>{file}</emph>."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3146786\n"
+"help.text"
+msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for $[officename] software on UNIX-like platforms."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"hd_id20161204103115358\n"
"help.text"
-msgid "--minimized"
-msgstr "--minimized"
+msgid "User/programmatic interface control"
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3151334\n"
+"help.text"
+msgid "Disables the splash screen at program start."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3146080\n"
-"14\n"
"help.text"
msgid "Starts minimized. The splash screen is not displayed."
-msgstr "Стартира с минимизиран прозорец. Приветственият екран не се показва."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145641\n"
-"15\n"
+"par_id3153306\n"
"help.text"
-msgid "--invisible"
-msgstr "--invisible"
+msgid "Starts without displaying anything except the splash screen."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3154756\n"
-"16\n"
"help.text"
msgid "Starts in invisible mode."
-msgstr "Стартира в невидим режим."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3148914\n"
-"17\n"
"help.text"
-msgid "Neither the start-up logo nor the initial program window will be visible. However, the $[officename] software can be controlled and documents and dialogs opened via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
-msgstr "Няма да се вижда нито логото при стартиране, нито началният прозорец на програмата. Независимо от това, $[officename] ще може да бъде управляван – включително да бъдат отваряни документи и диалогови прозорци – чрез <link href=\"http://api.libreoffice.org\" name=\"API\">интерфейса за приложни програми (API)</link>."
+msgid "Neither the start-up logo nor the initial program window will be visible. $[officename] software can be controlled, and documents and dialogs can be controlled and opened via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147341\n"
-"18\n"
"help.text"
-msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
-msgstr "Когато $[officename] е стартиран с този параметър, може да бъде спрян само с диспечера на задачите (Task Manager) (в Windows) или командата <emph>kill</emph> (в съвместимите с UNIX системи)."
+msgid "Using the parameter, $[officename] can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3150388\n"
-"48\n"
"help.text"
-msgid "It cannot be used in conjunction with <emph>-quickstart</emph>."
-msgstr "Той не може да бъде използван заедно с <emph>-quickstart</emph>."
+msgid "It cannot be used in conjunction with <emph>--quickstart</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3145147\n"
-"19\n"
"help.text"
-msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
-msgstr "Повече информация можете да намерите в <emph>ръководството за разработчици на $[officename]</emph>."
+msgid "More information is found in <emph>$[officename] Developer's Guide</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155903\n"
-"20\n"
+"par_id3150530\n"
+"help.text"
+msgid "Starts in \"headless mode\" which allows using the application without user interface."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3156353\n"
"help.text"
-msgid "--norestore"
-msgstr "--norestore"
+msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3156374\n"
-"21\n"
"help.text"
msgid "Disables restart and file recovery after a system crash."
-msgstr "Забранява рестартирането и възстановяването на файлове след срив на системата."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id5215918\n"
+"par_id20161204120122917\n"
"help.text"
-msgid "--nofirststartwizard"
-msgstr "--nofirststartwizard"
+msgid "Starts in a safe mode, i.e. starts temporarily with a fresh user profile and helps to restore a broken configuration."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id5665761\n"
+"par_id3147130\n"
"help.text"
-msgid "Disables the Welcome Wizard."
-msgstr "Забранява началния помощник при стартиране."
+msgid "Notifies $[officename] software that upon the creation of \"UNO Acceptor Threads\", a \"UNO Accept String\" will be used."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148477\n"
-"25\n"
+"par_id20161204120828147\n"
"help.text"
-msgid "--quickstart"
-msgstr "--quickstart"
+msgid "UNO-URL is string the such kind <emph>uno:connection-type,params;protocol-name,params;ObjectName</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153919\n"
-"26\n"
+"par_id3148874\n"
"help.text"
-msgid "Activates the Quickstarter."
-msgstr "Включва Quickstarter."
+msgid "More information is found in <emph>$[officename] Developer's Guide</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3152479\n"
-"30\n"
+"par_id314713a\n"
"help.text"
-msgid "--accept={UNO string}"
-msgstr "--accept={низ на UNO}"
+msgid "Closes an acceptor that was created with <emph>--accept={UNO-URL}</emph>. Use <emph>--unaccept=all</emph> to close all open acceptors."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147130\n"
-"31\n"
+"par_id20161204121422689\n"
"help.text"
-msgid "Notifies the $[officename] software that upon the creation of \"UNO Acceptor Threads\", a \"UNO Accept String\" will be used."
-msgstr "Уведомява $[officename], че при създаването на „UNO Acceptor Threads“ ще се използва „UNO Accept String“."
+msgid "Uses specified language, if language is not selected yet for UI. The lang is a tag of the language in IETF language tag."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148874\n"
-"32\n"
+"par_id201612041220386\n"
"help.text"
-msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
-msgstr "Повече информация можете да намерите в <emph>ръководството за разработчици на $[officename]</emph>."
+msgid "Developer arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315247a\n"
-"30\n"
+"par_id20161204122216505\n"
"help.text"
-msgid "--unaccept={UNO string}"
-msgstr "--unaccept={низ на UNO}"
+msgid "Exit after initialization complete (no documents loaded)."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314713a\n"
-"31\n"
+"par_id2016120412237431\n"
"help.text"
-msgid "Closes an acceptor that was created with --accept={UNO string}. Use --unaccept=all to close all open acceptors."
-msgstr "Затваря обект acceptor, отворен с --accept={UNO string}. Използвайте --unaccept=all, за да затворите всички отворени обекти acceptor."
+msgid "Exit after loading documents."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3159238\n"
-"36\n"
+"par_id20161204122420839\n"
"help.text"
-msgid "-p {filename1} {filename2} ..."
-msgstr "-p {файл1} {файл2} ..."
+msgid "New document creation arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3163666\n"
-"37\n"
+"par_id20161204122414892\n"
"help.text"
-msgid "Prints the files <emph>{filename1} {filename2} ...</emph> to the default printer and ends. The splash screen does not appear."
-msgstr "Отпечатва файловете <emph>{файл1} {файл2} ...</emph> с принтера по подразбиране и приключва работа. Приветственият екран не се появява."
+msgid "The arguments create an empty document of specified kind. Only one of them may be used in one command line. If filenames are specified after an argument, then it tries to open those files in the specified component."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150828\n"
-"49\n"
+"par_id3147213\n"
"help.text"
-msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
-msgstr "Ако името на файла съдържа интервали, трябва да бъде заградено с кавички."
+msgid "Starts with an empty Writer document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150883\n"
-"38\n"
+"par_id3145261\n"
"help.text"
-msgid "--pt {Printername} {filename1} {filename2} ..."
-msgstr "--pt {принтер} {файл1} {файл2} ..."
+msgid "Starts with an empty Calc document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155081\n"
-"50\n"
+"par_id3154011\n"
"help.text"
-msgid "Prints the files <emph>{filename1} {filename2} ...</emph> to the printer <emph>{Printername}</emph> and ends. The splash screen does not appear."
-msgstr "Отпечатва файловете <emph>{файл1} {файл2} ...</emph> с принера <emph>{принтер}</emph> и приключва работа. Приветственият екран не се появява."
+msgid "Starts with an empty Draw document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153655\n"
-"51\n"
+"par_id3153222\n"
"help.text"
-msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
-msgstr "Ако името на файла съдържа интервали, трябва да бъде заградено с кавички."
+msgid "Starts with an empty Impress document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154372\n"
-"39\n"
+"par_id3146928\n"
"help.text"
-msgid "-o {filename}"
-msgstr "-o {файл}"
+msgid "Starts with an empty Math document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150309\n"
-"40\n"
+"par_id3151075\n"
"help.text"
-msgid "Opens <emph>{filename}</emph> for editing, even if it is a template."
-msgstr "Отваря <emph>{файл}</emph> за редактиране, дори ако е шаблон."
+msgid "Starts with an empty Writer master document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151182\n"
-"54\n"
+"par_id3148836\n"
"help.text"
-msgid "--view {filename}"
-msgstr "--view {файл}"
+msgid "Starts with an empty HTML document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145268\n"
-"55\n"
+"par_id20161204125123476\n"
"help.text"
-msgid "Creates a temporary copy of <emph>{filename}</emph> and opens it read-only."
-msgstr "Създава временно копие на <emph>{файл}</emph> и го отваря само за четене."
+msgid "File open arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3166421\n"
-"41\n"
+"par_id20161204125411030\n"
"help.text"
-msgid "-n {filename}"
-msgstr "-n {файл}"
+msgid "The arguments define how following filenames are treated. New treatment begins after the argument and ends at the next argument. The default treatment is to open documents for editing, and create new documents from document templates."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3154259\n"
-"42\n"
"help.text"
-msgid "Creates a new document using <emph>{filename}</emph> as a template."
-msgstr "Създава нов документ от шаблона <emph>{файл}</emph>."
+msgid "Treats following files as templates for creation of new documents."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155126\n"
-"43\n"
+"par_id3150309\n"
"help.text"
-msgid "--nologo"
-msgstr "--nologo"
+msgid "Opens following files for editing, regardless whether they are templates or not."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151334\n"
-"44\n"
+"par_id3155081\n"
"help.text"
-msgid "Disables the splash screen at program start."
-msgstr "Забранява показването на приветствения екран при стартиране."
+msgid "Prints the following files to the printer <emph>{Printername}</emph> and ends. The splash screen does not appear."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3159171\n"
-"75\n"
+"par_id3153655\n"
+"51\n"
"help.text"
-msgid "--nodefault"
-msgstr "--nodefault"
+msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
+msgstr "Ако името на файла съдържа интервали, трябва да бъде заградено с кавички."
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153306\n"
-"76\n"
+"par_id20161204010513716\n"
"help.text"
-msgid "Starts without displaying anything except the splash screen."
-msgstr "Стартира без да показва каквото и да е освен приветствения екран."
+msgid "If used multiple times, only last <emph>{Printername}</emph> is effective for all documents of all <emph>--pt</emph> runs."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315917t\n"
-"75\n"
+"par_id2016120401061890\n"
"help.text"
-msgid "--nolockcheck"
-msgstr "--nolockcheck"
+msgid "Also, <emph>--printer-name</emph> argument of <emph>--print-to-file</emph> switch interferes with <emph>{Printername}</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315330t\n"
-"76\n"
+"par_id3163666\n"
"help.text"
-msgid "Disables check for remote instances using the installation."
-msgstr "Забранява проверката за отдалечено използване на инсталацията."
+msgid "Prints following files to the default printer, after which those files are closed. The splash screen does not appear."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3150828\n"
+"help.text"
+msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id2211676\n"
+"par_id3145268\n"
"help.text"
-msgid "--nofirststartwizard"
-msgstr "--nofirststartwizard"
+msgid "Opens following files in viewer mode (read-only)."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id1641895\n"
+"par_id3153838\n"
"help.text"
-msgid "Add this parameter to the program start command to suppress the Welcome Wizard."
-msgstr "Добавете този параметър към командата за стартиране на програмата, за да забраните началния помощник."
+msgid "Opens and starts the following presentation documents of each immediately. Files are closed after the showing. Files other than Impress documents are opened in default mode , regardless of previous mode."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153915\n"
-"45\n"
+"par_id315053p\n"
"help.text"
-msgid "--display {display}"
-msgstr "--display {дисплей}"
+msgid "Batch convert files (implies --headless). If --outdir isn't specified, then current working directory is used as output_dir."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3146786\n"
-"46\n"
+"par_id2016120401222926\n"
"help.text"
-msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX-like platforms."
-msgstr "Задава на променливата от обкръжението <emph>DISPLAY</emph> в съвместими с UNIX платформи стойност <emph>{дисплей}</emph>. Този параметър се поддържа само от стартовия скрипт за $[officename] в съвместими с UNIX платформи."
+msgid "If --convert-to is used more than once, last value of OutputFileExtension[:OutputFilterName] is effective. If --outdir is used more than once, only its last value is effective. For example:"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149595\n"
-"56\n"
+"par_id315053q\n"
"help.text"
-msgid "--headless"
-msgstr "--headless"
+msgid "Batch print files to file. If <emph>--outdir</emph> is not specified, then current working directory is used as output_dir."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150530\n"
-"57\n"
+"par_id20161204012928262\n"
"help.text"
-msgid "Starts in \"headless mode\" which allows using the application without user interface."
-msgstr "Стартира в режим без дисплей, който позволява на приложението да работи без потребителски интерфейс."
+msgid "If <emph>--printer-name</emph> or <emph>--outdir</emph> used multiple times, only last value of each is effective. Also, <emph>{Printername}</emph> of <emph>--pt</emph> switch interferes with <emph>--printer-name</emph>. For example:"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156353\n"
-"58\n"
+"par_id2016120401348732\n"
"help.text"
-msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
-msgstr "Този специален режим може да се използва, когато приложението се управлява от външни клиенти чрез <link href=\"http://api.libreoffice.org\" name=\"API\">интерфейса за приложни програми (API)</link>."
+msgid "Dump text content of the following files to console (implies <emph>--headless</emph>). Cannot be used with <emph>--convert-to</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959o\n"
-"56\n"
+"par_id2016120401398657\n"
"help.text"
-msgid "--infilter={filter}"
-msgstr "--infilter={филтър}"
+msgid "Set a bootstrap variable. For example: to set a non-default user profile path:"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053o\n"
-"57\n"
+"par_id20161204014126760\n"
"help.text"
-msgid "Forces an input filter type, if possible. Eg. --infilter=\"Calc Office Open XML\"."
-msgstr "Налага тип на входния филтър, например --infilter=\"Calc Office Open XML\"."
+msgid "Ignored switches"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959p\n"
-"56\n"
+"par_id2016120401435616\n"
"help.text"
-msgid "--convert-to output_file_extension[:output_filter_name] [--outdir output_dir] files"
-msgstr "--convert-to разширение_на_резултата[:име_на_изходен_филтър] [--outdir директория_за_резултата] файлове"
+msgid "Ignored (MacOS X only)"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053p\n"
-"57\n"
+"par_id20161204014423695\n"
"help.text"
-msgid "Batch convert files. If --outdir is not specified, then current working directory is used as output_dir.<br/>Eg. --convert-to pdf *.doc<br/>--convert-to pdf:writer_pdf_Export --outdir /home/user *.doc"
-msgstr "Пакетно преобразуване на файлове. Ако не е зададен --outdir, за output_dir се използва текущата директория.<br/>Например --convert-to pdf *.doc<br/>--convert-to pdf:writer_pdf_Export --outdir /home/user *.doc"
+msgid "Ignored (COM+ related; Windows only)"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959q\n"
-"56\n"
+"par_id20161204014529900\n"
"help.text"
-msgid "--print-to-file [--printer-name printer_name] [--outdir output_dir] files"
-msgstr "--print-to-file [--printer-name име_на_принтер] [--outdir директория_за_резултата] файлове"
+msgid "Does nothing, accepted only for backward compatibility."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053q\n"
-"57\n"
+"par_id2016120401463584\n"
"help.text"
-msgid "Batch print files to file. If --outdir is not specified, then current working directory is used as output_dir.<br/>Eg. --print-to-file *.doc<br/>--print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc"
-msgstr "Пакетно отпечатване на файлове във файл. Ако не е зададен --outdir, за output_dir се използва текущата директория.<br/>Например --print-to-file *.doc<br/>--print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc"
+msgid "Used only in unit tests and should have two arguments."
+msgstr ""
#: startcenter.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/shared/optionen.po b/source/bg/helpcontent2/source/text/shared/optionen.po
index aa026c4b4ae..07cb3b6cfd4 100644
--- a/source/bg/helpcontent2/source/text/shared/optionen.po
+++ b/source/bg/helpcontent2/source/text/shared/optionen.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
"PO-Revision-Date: 2016-12-02 11:16+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: .\n"
@@ -12,8 +12,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1480677383.000000\n"
@@ -2246,8 +2246,8 @@ msgctxt ""
"01010500.xhp\n"
"tit\n"
"help.text"
-msgid "Colors"
-msgstr "Цветове"
+msgid "Color"
+msgstr ""
#: 01010500.xhp
msgctxt ""
@@ -2261,324 +2261,201 @@ msgstr "<bookmark_value>цветове; модели</bookmark_value>"
msgctxt ""
"01010500.xhp\n"
"hd_id3150543\n"
-"1\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Colors\">Colors</link>"
-msgstr "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Цветове\">Цветове</link>"
+msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Color\">Color</link>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3153104\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/ColorPage\">Allows you to select a color from a color table, edit an existing color, or define new colors.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/ColorPage\">Позволява ви да изберете цвят от таблица с цветове, да редактирате цвет или да задавате нови цветове.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/ColorPage\">Allows you to select a color from a color palette, edit an existing color, or define new colors.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150767\n"
-"3\n"
"help.text"
-msgid "Color table"
-msgstr "Таблица с цветове"
+msgid "Colors"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150869\n"
-"5\n"
"help.text"
-msgid "Name"
-msgstr "Име"
+msgid "Palette"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3149809\n"
-"6\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/name\">Specifies the name of a selected color. You can also type a name in this field when defining a new color.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/name\">Указва името на избрания цвят. В това поле можете да въведете име, когато задавате нов цвят.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/paletteselector\">Specifies the name of a selected palette. You can select a different palette here.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150447\n"
-"7\n"
"help.text"
-msgid "Color"
-msgstr "Цвят"
+msgid "Color Set"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3149560\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/colorlb\">Contains a list of available colors. To select a color, choose one from the list.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/colorlb\">Съдържа списък на наличните цветове. За да изберете цвят, посочете го в списъка.</ahelp>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3155132\n"
-"9\n"
"help.text"
-msgid "Color table"
-msgstr "Таблица с цветове"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3152885\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/modellb\">To modify, select the color model: Red-Green-Blue (RGB) or Cyan-Magenta-Yellow-BlacK (CMYK).</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/modellb\">За да промените, изберете цветовия модел: червено, зелено и синьо (RGB, Red-Green-Blue) или цианово, пурпурно, жълто и черно (CMYK, Cyan-Magenta-Yellow-BlacK).</ahelp>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id1527756\n"
-"help.text"
-msgid "%PRODUCTNAME uses only the RGB color model for printing in color. The CMYK controls are provided only to ease the input of color values using CMYK notation."
-msgstr "%PRODUCTNAME използва само цветовия модел RGB за цветно печатане. Елементите за управление за CMYK са предназначени само за удобно въвеждане на цветове във формат CMYK."
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3147426\n"
-"40\n"
-"help.text"
-msgid "If you select RGB, the initials of the three colors will appear and you can set the color from 0 to 255 with the spin button."
-msgstr "Ако изберете RGB, ще видите инициалите на трите цвята и ще можете да задавате количествата им от 0 до 255 с бутоните – броячи."
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3150103\n"
-"13\n"
-"help.text"
-msgid "R"
-msgstr "R"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3152462\n"
-"14\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/R\">Red</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/R\">Червено (Red)</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/colorset\">Contains a list of available colors. Click on the desired one in the list to select it.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3145366\n"
-"15\n"
+"hd_id31563321\n"
"help.text"
-msgid "G"
-msgstr "G"
+msgid "Recent Colors"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3153144\n"
-"16\n"
+"par_id31544811\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/G\">Green</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/G\">Зелено (Green)</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/recentcolorset\">Displays the last twelve colors selected and applied.</ahelp> Upon selecting a new color it is added to the left of the list. If the list is full and a new color is selected then the rightmost color is deleted."
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3153573\n"
-"17\n"
+"hd_id3156332\n"
"help.text"
-msgid "B"
-msgstr "B"
+msgid "Add"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3153726\n"
-"18\n"
+"par_id3154481\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/B\">Blue</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/B\">Синьо (Blue)</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/add\">Adds the new color to the <emph>Custom</emph> palette.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3152940\n"
-"41\n"
+"hd_id31547578\n"
"help.text"
-msgid "If you select CMYK, the initials of the four colors will appear and you can set the color from 0 to 255 with the spin button."
-msgstr "Ако изберете CMYK, ще видите инициалите на четирите цвята и ще можете да задавате количествата им от 0 до 255 с бутоните – броячи."
+msgid "Delete"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3154942\n"
-"42\n"
+"par_id3154483\n"
"help.text"
-msgid "C"
-msgstr "C"
+msgid "<ahelp hid=\"cui/ui/colorpage/delete\">Deletes the selected color without confirmation.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3145800\n"
-"43\n"
+"par_id3154574\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/C\">Cyan</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/C\">Цианово (Cyan)</ahelp>"
+msgid "You can only delete colors from the <emph>custom</emph> palette."
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3155417\n"
-"44\n"
+"hd_id31507671\n"
"help.text"
-msgid "M"
-msgstr "M"
+msgid "New"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3150093\n"
-"45\n"
+"par_id3147426\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/M\">Magenta</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/M\">Магента (Magenta)</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/newpreview\">Displays a preview of the color selected from the color palette and the changes you make with the controls below.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3147124\n"
-"46\n"
+"hd_id3150103\n"
"help.text"
-msgid "Y"
-msgstr "Y"
+msgid "R"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3154098\n"
-"47\n"
+"par_id3152462\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/Y\">Yellow</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/Y\">Жълто (Yellow)</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/R_custom\">The color code of the red component of the color. Possible values are between 0 and 255.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3154015\n"
-"48\n"
+"hd_id3145366\n"
"help.text"
-msgid "K"
-msgstr "K"
+msgid "G"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3156180\n"
-"49\n"
+"par_id3153144\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/K\">Black</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/K\">Черно (Black)</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/G_custom\">The color code of the green component of the color. Possible values are between 0 and 255.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3156332\n"
-"27\n"
+"hd_id3153573\n"
"help.text"
-msgid "Add"
-msgstr "Добавяне"
+msgid "B"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3154481\n"
-"28\n"
+"par_id3153726\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/add\">Adds a new color.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/add\">Добавя нов цвят.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/B_custom\">The color code of the blue component of the color. Possible values are between 0 and 255.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3153708\n"
-"29\n"
+"hd_id31535731\n"
"help.text"
-msgid "Modify"
-msgstr "Промяна"
+msgid "Hex"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3148916\n"
-"30\n"
+"par_id31537261\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/modify\">Changes the current color.</ahelp> Note that the color is overwritten without a confirmation."
-msgstr "<ahelp hid=\"cui/ui/colorpage/modify\">Променя текущия цвят.</ahelp> Имайте предвид, че цветът се заменя без потвърждение."
+msgid "<ahelp hid=\"cui/ui/colorpage/hex_custom\">The color code of the color expressed as a hexadecimal value.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3154754\n"
-"31\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Edit\">Edit</link>"
-msgstr "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Редактиране\">Редактиране</link>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3159267\n"
-"33\n"
-"help.text"
-msgid "Load Color List"
-msgstr "Зареждане на списък с цветове"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3154705\n"
-"34\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/load\">Accesses the <emph>Open</emph> dialog, which allows you to select a color palette</ahelp>."
-msgstr "<ahelp hid=\"cui/ui/colorpage/load\">Показва диалоговия прозорец <emph>Отваряне</emph>, в който можете да изберете цветова палитра</ahelp>."
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3147344\n"
-"36\n"
-"help.text"
-msgid "Save Color List"
-msgstr "Записване на списък с цветове"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3163808\n"
-"37\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/save\">Opens the <emph>Save As</emph> dialog, which enables you to save the current color table under a specified name.</ahelp> If you do not choose this command, the current color table will be automatically saved as default and re-loaded the next time you start $[officename]."
-msgstr "<ahelp hid=\"cui/ui/colorpage/save\">Отваря диалоговия прозорец <emph>Записване като</emph>, с който можете да запазите текущата цветова таблица под зададено име.</ahelp> Ако не изберете тази команда, текущата таблица с цветове ще бъде автоматично записана като подразбирана и презаредена при следващото стартиране на $[officename]."
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3154572\n"
-"38\n"
-"help.text"
-msgid "The <emph>Load color list</emph> and <emph>Save color list </emph>icons are visible only if you select the <emph>Colors</emph> tab with the <emph>Format - Area</emph> command."
-msgstr "Иконите <emph>Зареждане на списък с цветове</emph> и <emph>Записване на списък с цветове</emph> се виждат само когато изберете раздела <emph>Цветове</emph> с командата <emph>Форматиране - Област</emph>."
+msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Pick\">Pick</link><ahelp hid=\"cui/ui/colorpage/edit\"><embed href=\"text/shared/optionen/01010501.xhp#farbentext\"/></ahelp>"
+msgstr ""
#: 01010501.xhp
msgctxt ""
@@ -5335,8 +5212,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN1064B\n"
"help.text"
-msgid "<ahelp hid=\"703988739\">Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988739\">Отметнете, за да виждате предупреждение при опит за записване или изпращане на документ, който съдържа записани промени, версии или коментари.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/savesenddocs\">Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5351,8 +5228,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10652\n"
"help.text"
-msgid "<ahelp hid=\"703988740\">Select to see a warning dialog when you try to print a document that contains recorded changes or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988740\">Отметнете, за да виждате предупреждение при опит за отпечатване на документ, който съдържа записани промени или коментари.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whenprinting\">Select to see a warning dialog when you try to print a document that contains recorded changes or comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5367,8 +5244,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10659\n"
"help.text"
-msgid "<ahelp hid=\"703988741\">Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988741\">Отметнете, за да виждате предупреждение при опит за подписване на документ, който съдържа записани промени, версии, полета, обръщения до други източници (например свързани раздели или свързани картини) или коментари.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whensigning\">Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5383,8 +5260,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10660\n"
"help.text"
-msgid "<ahelp hid=\"703988742\">Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments.</ahelp>"
-msgstr "<ahelp hid=\"703988742\">Отметнете за да видите предупреждение при опит за експортиране към формат PDF на документ , в който са показани записани промени в Writer или коментари.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whenpdf\">Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5399,8 +5276,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10667\n"
"help.text"
-msgid "<ahelp hid=\"703988743\">Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>"
-msgstr "<ahelp hid=\"703988743\">Отметнете, ако желаете данните за потребителя винаги да се премахват от свойствата на файла. Ако това поле не е отметнато, можете да премахнете личната информация от текущия документ с бутона <emph>Нулиране на свойствата</emph> във <emph>Файл - Свойства - Общи</emph>.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/removepersonal\">Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5415,8 +5292,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10680\n"
"help.text"
-msgid "<ahelp hid=\"703988744\">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp>"
-msgstr "<ahelp hid=\"703988744\">Отметнете това поле, ако искате настройката <emph>Записване с парола</emph> в диалозите за записване на файл да е винаги включена. За да се подразбира записване на файловете без парола, махнете отметката.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/password\">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5431,8 +5308,24 @@ msgctxt ""
"01030300.xhp\n"
"par_id79042\n"
"help.text"
-msgid "<ahelp hid=\".\">If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</ahelp>"
-msgstr "<ahelp hid=\".\">Ако е отметнато, трябва да задържите клавиша Ctrl при щракване върху хипервръзка, за да я задействате. Ако не е отметнато, хипервръзката се отваря с обикновено щракване.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/ctrlclick\">If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</ahelp>"
+msgstr ""
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id1972107\n"
+"help.text"
+msgid "Block any links from documents not among the trusted locations (see Macro Security)"
+msgstr ""
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id79043\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/blockuntrusted\">Blocks the use of links pointing to images not in the trusted locations defined on the <link href=\"text/shared/optionen/macrosecurity_ts.xhp\" name=\"Trusted Sources\">Trusted Sources</link> tab of the Macro Security dialog.</ahelp> This can increase security in case you work with documents from untrusted sources (e.g. the internet) and are worried about vulnerabilities in image processing software components. Blocking the use of links means that images are not loaded in documents, only a placeholder frame is visible."
+msgstr ""
#: 01030300.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/smath.po b/source/bg/helpcontent2/source/text/smath.po
index a72a029f812..44adf972f51 100644
--- a/source/bg/helpcontent2/source/text/smath.po
+++ b/source/bg/helpcontent2/source/text/smath.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-08-25 12:34+0200\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
"PO-Revision-Date: 2015-08-27 09:39+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,8 +12,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1440668386.000000\n"
#: main0000.xhp
@@ -248,10 +248,9 @@ msgstr "<link href=\"text/smath/main0103.xhp\" name=\"View\">Изглед</link>
msgctxt ""
"main0103.xhp\n"
"par_id3147338\n"
-"2\n"
"help.text"
-msgid "Sets the display scale and defines which elements you want to be visible. Most of the commands that you can enter into the <emph>Commands</emph> window can also be accessed through a mouse click if you have already opened the Elements window with <link href=\"text/smath/01/03090000.xhp\" name=\"View - Elements\"><emph>View - Elements</emph></link>."
-msgstr "Служи за задаване мащаба на изображението и видимостта на различните елементи. Повечето команди, които можете да въвеждате в прозореца <emph>Команди</emph>, са достъпни и чрез щракване с мишката, ако сте отворили прозореца „Елементи на формула“ с командата <link href=\"text/smath/01/03090000.xhp\" name=\"View - Elements\"><emph>Изглед - Елементи на формула</emph></link>."
+msgid "Sets the display scale and defines which elements you want to be visible. Most of the commands that you can enter into the <emph>Commands</emph> window can also be accessed through a mouse click if you have already opened the Elements pane with <link href=\"text/smath/01/03090000.xhp\" name=\"View - Elements\"><emph>View - Elements</emph></link>."
+msgstr ""
#: main0103.xhp
msgctxt ""
@@ -614,7 +613,6 @@ msgstr "Формули в контекст"
msgctxt ""
"main0503.xhp\n"
"par_id3148774\n"
-"8\n"
"help.text"
-msgid "To make working with formulas easier, use the context menus, which can be called up with a right mouse click. This applies especially to the Commands window. This context menu contains all the commands that are found in the Elements window, and also operators, and so on, which can be inserted into your formula by mouse-click without having to key them into the Commands window."
-msgstr "За да улесните работата си с формули, ползвайте контекстните менюта, достъпни чрез щракване с десния бутон. Това важи особено за прозореца „Команди“. Неговото контекстно меню съдържа всички команди от прозореца „Елементи на формула“ заедно със символи за операции и други, които можете да вмъквате във формулата с едно щракване, вместо да ги набирате с клавиатурата."
+msgid "To make working with formulas easier, use the context menus, which can be called up with a right mouse click. This applies especially to the Commands window. This context menu contains all the commands that are found in the Elements pane, and also operators, and so on, which can be inserted into your formula by mouse-click without having to key them into the Commands window."
+msgstr ""
diff --git a/source/bg/helpcontent2/source/text/smath/00.po b/source/bg/helpcontent2/source/text/smath/00.po
index 6dae6a3c878..1de1491bae5 100644
--- a/source/bg/helpcontent2/source/text/smath/00.po
+++ b/source/bg/helpcontent2/source/text/smath/00.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2015-12-11 12:17+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2015-11-17 11:48+0000\n"
+"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1449836265.000000\n"
+"X-POOTLE-MTIME: 1447760932.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -311,31 +311,13 @@ msgstr "Отворете контекстното меню в прозореца
msgctxt ""
"00000004.xhp\n"
"par_id3154106\n"
-"71\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Изберете <emph>Изглед - Елементи</emph> - в прозореца Елементи щракнете върху"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3153535\n"
-"help.text"
-msgid "<image id=\"img_id3151310\" src=\"res/helpimg/starmath/im21101.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151310\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Unary/Binary Operators</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3153774\n"
-"72\n"
-"help.text"
-msgid "Unary/Binary Operators"
-msgstr "Едноместни/двуместни операции"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3150360\n"
"73\n"
"help.text"
@@ -346,31 +328,13 @@ msgstr "Отворете контекстното меню в прозореца
msgctxt ""
"00000004.xhp\n"
"par_id3154473\n"
-"74\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Изберете <emph>Изглед - Елементи</emph> - в прозореца Елементи щракнете върху"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3147531\n"
-"help.text"
-msgid "<image id=\"img_id3151103\" src=\"res/helpimg/starmath/bi21309.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151103\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Relations</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3150833\n"
-"75\n"
-"help.text"
-msgid "Relations"
-msgstr "Релации"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149687\n"
"37\n"
"help.text"
@@ -381,31 +345,13 @@ msgstr "Отворете контекстното меню в прозореца
msgctxt ""
"00000004.xhp\n"
"par_id3149342\n"
-"76\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Изберете <emph>Изглед - Елементи</emph> - в прозореца Елементи щракнете върху"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3146921\n"
-"help.text"
-msgid "<image id=\"img_id3146927\" src=\"res/helpimg/starmath/im21105.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146927\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Operators</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3148990\n"
-"39\n"
-"help.text"
-msgid "Operators"
-msgstr "Операции"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149297\n"
"40\n"
"help.text"
@@ -416,31 +362,13 @@ msgstr "Отворете контекстното меню в прозореца
msgctxt ""
"00000004.xhp\n"
"par_id3143275\n"
-"77\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Изберете <emph>Изглед - Елементи</emph> - в прозореца Елементи щракнете върху"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3149103\n"
"help.text"
-msgid "<image id=\"img_id3154825\" src=\"res/helpimg/starmath/im21104.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3154825\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Functions</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3149796\n"
-"42\n"
-"help.text"
-msgid "Functions"
-msgstr "Функции"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3147092\n"
"43\n"
"help.text"
@@ -451,31 +379,13 @@ msgstr "Отворете контекстното меню в прозореца
msgctxt ""
"00000004.xhp\n"
"par_id3147220\n"
-"78\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Изберете <emph>Изглед - Елементи</emph> - в прозореца Елементи щракнете върху"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3147584\n"
"help.text"
-msgid "<image id=\"img_id3148733\" src=\"res/helpimg/starmath/im21107.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148733\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Brackets</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3147330\n"
-"45\n"
-"help.text"
-msgid "Brackets"
-msgstr "Скоби"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3153510\n"
"46\n"
"help.text"
@@ -486,31 +396,13 @@ msgstr "Отворете контекстното меню в прозореца
msgctxt ""
"00000004.xhp\n"
"par_id3147126\n"
-"79\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Изберете <emph>Изглед - Елементи</emph> - в прозореца Елементи щракнете върху"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3154376\n"
"help.text"
-msgid "<image id=\"img_id3154390\" src=\"res/helpimg/starmath/at21706.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154390\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Attributes</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3153361\n"
-"48\n"
-"help.text"
-msgid "Attributes"
-msgstr "Атрибути"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3154114\n"
"49\n"
"help.text"
@@ -521,31 +413,13 @@ msgstr "Отворете контекстното меню в прозореца
msgctxt ""
"00000004.xhp\n"
"par_id3150581\n"
-"80\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Изберете <emph>Изглед - Елементи</emph> - в прозореца Елементи щракнете върху"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3151029\n"
-"help.text"
-msgid "<image id=\"img_id3151036\" src=\"res/helpimg/starmath/im21108.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151036\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Formats</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3155119\n"
-"51\n"
-"help.text"
-msgid "Formats"
-msgstr "Формати"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149008\n"
"52\n"
"help.text"
@@ -556,31 +430,13 @@ msgstr "Отворете контекстното меню в прозореца
msgctxt ""
"00000004.xhp\n"
"par_id3147313\n"
-"81\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Изберете <emph>Изглед - Елементи</emph> - в прозореца Елементи щракнете върху"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3151377\n"
-"help.text"
-msgid "<image id=\"img_id3151384\" src=\"res/helpimg/starmath/op21401.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151384\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Set Operations</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3150686\n"
-"54\n"
-"help.text"
-msgid "Set Operations"
-msgstr "Операции с множества"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3150109\n"
"55\n"
"help.text"
@@ -717,29 +573,12 @@ msgctxt ""
"par_id3153968\n"
"91\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Изберете <emph>Изглед - Елементи</emph> - в прозореца Елементи щракнете върху"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3154715\n"
-"help.text"
-msgid "<image id=\"img_id3154722\" src=\"res/helpimg/starmath/im21117.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154722\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Others</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3150459\n"
-"92\n"
-"help.text"
-msgid "Others"
-msgstr "Други"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3145626\n"
"help.text"
msgid "<image id=\"img_id3145632\" src=\"cmd/sc_formelcursor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145632\">Icon</alt></image>"
diff --git a/source/bg/helpcontent2/source/text/smath/01.po b/source/bg/helpcontent2/source/text/smath/01.po
index 15a5a2da78a..2d17801824b 100644
--- a/source/bg/helpcontent2/source/text/smath/01.po
+++ b/source/bg/helpcontent2/source/text/smath/01.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
"PO-Revision-Date: 2016-08-11 23:34+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
+"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: .\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
@@ -440,19 +440,17 @@ msgstr "<link href=\"text/smath/01/03090100.xhp\" name=\"Едноместни/д
msgctxt ""
"03090100.xhp\n"
"par_id3151241\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">You can choose various unary and binary operators to build your $[officename] Math formula. Unary refers to operators that affect one placeholder. Binary refers to operators that connect two placeholders. The lower area of the Elements window displays the individual operators.</ahelp> The <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window also contains a list of these operators, as well as additional operators. If you need an operator that is not contained in the Elements window, use the context menu or type it directly in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">За изграждане на вашите формули в $[officename] Math разполагате със символи за различни едноместни и двуместни операции. Едноместни са операциите, влияещи върху едно запазено място. Двуместните операции свързват по две запазени места. Отделните операции се показват в долната част на прозореца Елементи.</ahelp> <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"контекстно меню\">Контекстното меню</link> на прозореца <emph>Команди</emph> също съдържа списък на тези и на още допълнителни операции. Ако ви е нужна операция, чийто символ отсъства в прозореца Елементи, използвайте контекстното меню или направо я напишете в прозореца <emph>Команди</emph>."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">You can choose various unary and binary operators to build your $[officename] Math formula. Unary refers to operators that affect one placeholder. Binary refers to operators that connect two placeholders. The lower area of the Elements pane displays the individual operators.</ahelp> The <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window also contains a list of these operators, as well as additional operators. If you need an operator that is not contained in the Elements pane, use the context menu or type it directly in the <emph>Commands</emph> window."
+msgstr ""
#: 03090100.xhp
msgctxt ""
"03090100.xhp\n"
"par_id3146963\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of the unary and binary operators. The symbol next to the operator indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the Commands window."
-msgstr "Следва пълен списък на едноместните и двуместните операции. Символът до името на операцията показва, че тя е достъпна в прозореца Елементи (команда <emph>Изглед - Елементи</emph>) и в контекстното меню на прозореца Команди."
+msgid "The following is a complete list of the unary and binary operators. The symbol next to the operator indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the Commands window."
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -468,8 +466,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10085\n"
"help.text"
-msgid "<image id=\"img_id3156399\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156399\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">Икона</alt></image>"
+msgid "<image id=\"img_id3156399\" src=\"res/helpimg/starmath/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -494,8 +492,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN100C1\n"
"help.text"
-msgid "<image id=\"img_id3148776\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148776\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">Икона</alt></image>"
+msgid "<image id=\"img_id3148776\" src=\"res/helpimg/starmath/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -520,8 +518,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN100FD\n"
"help.text"
-msgid "<image id=\"img_id3150757\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150757\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">Икона</alt></image>"
+msgid "<image id=\"img_id3150757\" src=\"res/helpimg/starmath/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -546,8 +544,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10139\n"
"help.text"
-msgid "<image id=\"img_id3145410\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145410\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">Икона</alt></image>"
+msgid "<image id=\"img_id3145410\" src=\"res/helpimg/starmath/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -572,8 +570,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10175\n"
"help.text"
-msgid "<image id=\"img_id3151098\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">Icon</alt></image>"
-msgstr "<image id=\"img_id3151098\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">Икона</alt></image>"
+msgid "<image id=\"img_id3151098\" src=\"res/helpimg/starmath/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -598,8 +596,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN101B0\n"
"help.text"
-msgid "<image id=\"img_id3155898\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155898\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">Икона</alt></image>"
+msgid "<image id=\"img_id3155898\" src=\"res/helpimg/starmath/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -624,8 +622,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN101E9\n"
"help.text"
-msgid "<image id=\"img_id3149308\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149308\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">Икона</alt></image>"
+msgid "<image id=\"img_id3149308\" src=\"res/helpimg/starmath/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -650,8 +648,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10226\n"
"help.text"
-msgid "<image id=\"img_id3148982\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148982\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">Икона</alt></image>"
+msgid "<image id=\"img_id3148982\" src=\"res/helpimg/starmath/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -676,8 +674,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN1025F\n"
"help.text"
-msgid "<image id=\"img_id3155140\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155140\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">Икона</alt></image>"
+msgid "<image id=\"img_id3155140\" src=\"res/helpimg/starmath/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -702,8 +700,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10298\n"
"help.text"
-msgid "<image id=\"img_id3149168\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149168\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">Икона</alt></image>"
+msgid "<image id=\"img_id3149168\" src=\"res/helpimg/starmath/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -728,8 +726,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN102D1\n"
"help.text"
-msgid "<image id=\"img_id3148765\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148765\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">Икона</alt></image>"
+msgid "<image id=\"img_id3148765\" src=\"res/helpimg/starmath/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -754,8 +752,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN1030A\n"
"help.text"
-msgid "<image id=\"img_id3147418\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147418\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">Икона</alt></image>"
+msgid "<image id=\"img_id3147418\" src=\"res/helpimg/starmath/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -780,8 +778,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10343\n"
"help.text"
-msgid "<image id=\"img_id3149566\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149566\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">Икона</alt></image>"
+msgid "<image id=\"img_id3149566\" src=\"res/helpimg/starmath/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -806,8 +804,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10383\n"
"help.text"
-msgid "<image id=\"img_id3147116\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147116\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">Икона</alt></image>"
+msgid "<image id=\"img_id3147116\" src=\"res/helpimg/starmath/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -832,8 +830,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN103C3\n"
"help.text"
-msgid "<image id=\"img_id3148440\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148440\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">Икона</alt></image>"
+msgid "<image id=\"img_id3148440\" src=\"res/helpimg/starmath/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -858,8 +856,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10403\n"
"help.text"
-msgid "<image id=\"img_id3150173\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150173\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">Икона</alt></image>"
+msgid "<image id=\"img_id3150173\" src=\"res/helpimg/starmath/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -1009,8 +1007,8 @@ msgctxt ""
"par_id3153152\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">You can choose among various relations to structure your <emph>$[officename] Math</emph> formula. The relation functions are displayed in the lower part of the Elements window.</ahelp> The list is also in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All relations that are not contained in the Elements window or in the context menu can be typed manually in the Commands window."
-msgstr "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">При структурирането на формулите в <emph>$[officename] Math</emph> можете да избирате измежду различни означения за релации. Те се показват в долната част на прозореца Елементи.</ahelp> Същите релации са изброени и в <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"контекстно меню\">контекстното меню</link> на прозореца <emph>Команди</emph>. Всички релации, отсъстващи в прозореца Елементи и контекстното меню, могат да бъдат въвеждани ръчно в прозореца Команди."
+msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">You can choose among various relations to structure your <emph>$[officename] Math</emph> formula. The relation functions are displayed in the lower part of the Elements pane.</ahelp> The list is also in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All relations that are not contained in the Elements pane or in the context menu can be typed manually in the Commands window."
+msgstr ""
#: 03090200.xhp
msgctxt ""
@@ -1018,8 +1016,8 @@ msgctxt ""
"par_id3147258\n"
"3\n"
"help.text"
-msgid "The following is a complete list of the relations. The symbol next to the name of the relation indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "Следва пълен списък на релациите. Символът срещу името на релацията показва, че тя е достъпна в прозореца Елементи (команда <emph>Изглед - Елементи</emph>) и в контекстното меню на прозореца <emph>Команди</emph>."
+msgid "The following is a complete list of the relations. The symbol next to the name of the relation indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090200.xhp
msgctxt ""
@@ -1867,19 +1865,17 @@ msgstr "<link href=\"text/smath/01/03090300.xhp\" name=\"Оператори\">О
msgctxt ""
"03090300.xhp\n"
"par_id3149755\n"
-"35\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\">You can choose among various operators to structure your <emph>$[officename] Math</emph> formula. All available operators appear in the lower part of the Elements window.</ahelp> They are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All operators not contained in the Elements window or in the context menu must be typed manually in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\">В <emph>$[officename] Math</emph> имате на разположение широк набор от оператори. Те са достъпни в долната част на прозореца Елементи.</ahelp> Операторите са изброени и в <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"контекстно меню\">контекстното меню</link> на прозореца <emph>Команди</emph>. Всички оператори, отсъстващи в прозореца Елементи и контекстното меню, трябва да бъдат въвеждани ръчно в прозореца <emph>Команди</emph>."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\">You can choose among various operators to structure your <emph>$[officename] Math</emph> formula. All available operators appear in the lower part of the Elements pane.</ahelp> They are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All operators not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window."
+msgstr ""
#: 03090300.xhp
msgctxt ""
"03090300.xhp\n"
"par_id3153576\n"
-"36\n"
"help.text"
-msgid "The following is a list of the available operators. An icon next to the operator name indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "Следва списък на всички налични оператори. Иконите срещу имената на оператори означават, че те са достъпни както в прозореца Елементи (команда <emph>Изглед - Елементи</emph>), така и в контекстното меню на прозореца <emph>Команди</emph>."
+msgid "The following is a list of the available operators. An icon next to the operator name indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090300.xhp
msgctxt ""
@@ -2311,10 +2307,9 @@ msgstr "<link href=\"text/smath/01/03090400.xhp\" name=\"Функции\">Фун
msgctxt ""
"03090400.xhp\n"
"par_id3155374\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">Choose a function in the lower part of the window.</ahelp> These functions are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements window need to be typed manually in the Commands window."
-msgstr "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">Изберете функция в долната част на прозореца.</ahelp> Тези функции са изброени и в <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"контекстно меню\">контекстното меню</link> на прозореца <emph>Команди</emph>. Функциите, отсъстващи в прозореца Елементи, трябва да се изписват ръчно в прозореца Команди."
+msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">Choose a function in the lower part of the window.</ahelp> These functions are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements pane need to be typed manually in the Commands window."
+msgstr ""
#: 03090400.xhp
msgctxt ""
@@ -2322,8 +2317,8 @@ msgctxt ""
"par_id3150760\n"
"3\n"
"help.text"
-msgid "The following is a list of all functions that appear in the <emph>Elements</emph> window. The icon next to the function indicates that it can be accessed through the Elements window (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
-msgstr "Следва списък на функциите в прозореца <emph>Елементи</emph>. Иконите срещу имената на функции означават, че те са достъпни както в прозореца Елементи (команда Изглед - Елементи), така и в контекстното меню на прозореца <emph>Команди</emph>."
+msgid "The following is a list of all functions that appear in the <emph>Elements</emph> pane. The icon next to the function indicates that it can be accessed through the Elements pane (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090400.xhp
msgctxt ""
@@ -3031,19 +3026,17 @@ msgstr "<link href=\"text/smath/01/03090500.xhp\" name=\"Скоби\">Скоби
msgctxt ""
"03090500.xhp\n"
"par_id3147258\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">You can choose among various bracket types to structure a <emph>$[officename] Math</emph> formula. Bracket types are displayed in the lower part of the Elements window.</ahelp> These brackets are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All brackets that are not contained in the Elements window or in the context menu can be typed manually in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">При изграждането на формули в <emph>$[officename] Math</emph> имате на разположение различни видове скоби. Те са показани в долната част на прозореца Елементи.</ahelp> Видовете скоби са изброени и в <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"контекстно меню\">контекстното меню</link> на прозореца <emph>Команди</emph>. Скобите, които не са включени в прозореца Елементи или контекстното меню, трябва да се въвеждат ръчно в прозореца <emph>Команди</emph>."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">You can choose among various bracket types to structure a <emph>$[officename] Math</emph> formula. Bracket types are displayed in the lower part of the Elements pane.</ahelp> These brackets are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All brackets that are not contained in the Elements pane or in the context menu can be typed manually in the <emph>Commands</emph> window."
+msgstr ""
#: 03090500.xhp
msgctxt ""
"03090500.xhp\n"
"par_id3154264\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of all available bracket types. The icon next to the bracket type indicates that it can be accessed through the Elements window (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
-msgstr "Следва списък на всички налични видове скоби. Иконите срещу имената на видове скоби означават, че те са достъпни както в прозореца Елементи (команда Изглед - Елементи), така и в контекстното меню на прозореца <emph>Команди</emph>."
+msgid "The following is a complete list of all available bracket types. The icon next to the bracket type indicates that it can be accessed through the Elements pane (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090500.xhp
msgctxt ""
@@ -3713,19 +3706,17 @@ msgstr "<variable id=\"attributes\"><link href=\"text/smath/01/03090600.xhp\" na
msgctxt ""
"03090600.xhp\n"
"par_id3145802\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\">You can choose from various attributes for <emph>%PRODUCTNAME</emph> <emph>Math</emph> formulas. Some attributes are displayed in the lower part of the Elements window.</ahelp> These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements window or in the context menu must be typed manually in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\">При изграждане на формули в <emph>%PRODUCTNAME</emph> <emph>Math</emph> можете да задавате различни атрибути. Някои от тях са показани в долната част на прозореца Елементи.</ahelp> Те са изброени и в <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"контекстно меню\">контекстното меню</link> на прозореца <emph>Команди</emph>. Атрибутите, отсъстващи в прозореца Елементи и в контекстното меню, трябва да се въвеждат ръчно в прозореца <emph>Команди</emph>."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\">You can choose from various attributes for <emph>%PRODUCTNAME</emph> <emph>Math</emph> formulas. Some attributes are displayed in the lower part of the Elements pane.</ahelp> These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window."
+msgstr ""
#: 03090600.xhp
msgctxt ""
"03090600.xhp\n"
"par_id3155962\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of all attributes available in <item type=\"productname\">%PRODUCTNAME</item> Math. The symbol next to the attribute indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "Следва списък на всички атрибути, налични в <item type=\"productname\">%PRODUCTNAME</item> Math. Символите срещу имената на атрибути означават, че те са достъпни както в прозореца Елементи (команда <emph>Изглед - Елементи</emph>), така и в контекстното меню на прозореца <emph>Команди</emph>."
+msgid "The following is a complete list of all attributes available in <item type=\"productname\">%PRODUCTNAME</item> Math. The symbol next to the attribute indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090600.xhp
msgctxt ""
@@ -4437,8 +4428,8 @@ msgctxt ""
"par_id3147262\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower half of the Formula Elements window.</ahelp> These options are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">В $[officename] Math имате на разположение различни възможности за форматиране на формулите. Те са показани в долната част на прозореца Елементи на формула.</ahelp> Същите формати са изброени и в <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"контекстно меню\">контекстното меню</link> на прозореца <emph>Команди</emph>."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower half of the Formula Elements pane.</ahelp> These options are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window."
+msgstr ""
#: 03090700.xhp
msgctxt ""
@@ -4446,8 +4437,8 @@ msgctxt ""
"par_id3154263\n"
"3\n"
"help.text"
-msgid "The following is a complete list of all available formatting options in $[officename] Math. The icon next to the formatting option indicates that it can be accessed through the Elements window (menu <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "Следва списък на всички команди за форматиране, налични в $[officename] Math. Иконите срещу командите за форматиране означават, че те са достъпни както в прозореца Елементи (команда <emph>Изглед - Елементи</emph>), така и в контекстното меню на прозореца <emph>Команди</emph>."
+msgid "The following is a complete list of all available formatting options in $[officename] Math. The icon next to the formatting option indicates that it can be accessed through the Elements pane (menu <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090700.xhp
msgctxt ""
@@ -5021,8 +5012,8 @@ msgctxt ""
"par_id3154641\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\">Assign different set operators to the characters in your <emph>$[officename] Math</emph> formula. The individual operators are shown in the lower section of the Elements window</ahelp>. Call the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> in the <emph>Commands</emph> window to see an identical list of the individual functions. Any operators not found in the Elements window have to be entered directly in the Commands window. You can also directly insert other parts of the formula even if symbols already exist for them."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\">В <emph>$[officename] Math</emph> можете да включвате във формулите си различни означения, свързани с множества. Отделните операции са показани в долната част на прозореца Елементи</ahelp>. Същите са изброени и в <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"контекстно меню\">контекстното меню</link> на прозореца <emph>Команди</emph>. Означенията, отсъстващи в прозореца Елементи, трябва да се въвеждат ръчно в прозореца Команди. Можете да вмъквате ръчно и други части от формула, независимо дали има символи за тях."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\">Assign different set operators to the characters in your <emph>$[officename] Math</emph> formula. The individual operators are shown in the lower section of the Elements pane</ahelp>. Call the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> in the <emph>Commands</emph> window to see an identical list of the individual functions. Any operators not found in the Elements pane have to be entered directly in the Commands window. You can also directly insert other parts of the formula even if symbols already exist for them."
+msgstr ""
#: 03090800.xhp
msgctxt ""
@@ -5030,8 +5021,8 @@ msgctxt ""
"par_id3149290\n"
"3\n"
"help.text"
-msgid "After clicking the <emph>Set Operations</emph> icon in the Elements window additional icons will be shown in the lower part of this window. Simply click a symbol to incorporate the operator in the formula being edited in the Commands window."
-msgstr "След като щракнете върху иконата <emph>Операции с множества</emph> в прозореца Елементи, в долната му част ще се покажат допълнителни икони. Щракнете върху някой от символите, за да го включите във формулата, редактирана в прозореца Команди."
+msgid "After clicking the <emph>Set Operations</emph> icon in the Elements pane additional icons will be shown in the lower part of this window. Simply click a symbol to incorporate the operator in the formula being edited in the Commands window."
+msgstr ""
#: 03090800.xhp
msgctxt ""
@@ -6117,8 +6108,8 @@ msgctxt ""
"par_id3151392\n"
"5\n"
"help.text"
-msgid "Set brackets were previously inserted in the Elements window or directly in the Commands window as \"left lbrace <?> right rbrace\". Now, a left and a right set bracket can also be inserted using \"lbrace\" and \"rbrace\", with or without wildcards."
-msgstr "Скобите за множество преди се вмъкваха чрез прозореца Елементи или направо в прозореца Команди с „left lbrace <?> right rbrace“. Сега можете да вмъкнете лява и дясна скоба за множество и с \"lbrace\" и \"rbrace\", с или без заместващи знаци."
+msgid "Set brackets were previously inserted in the Elements pane or directly in the Commands window as \"left lbrace <?> right rbrace\". Now, a left and a right set bracket can also be inserted using \"lbrace\" and \"rbrace\", with or without wildcards."
+msgstr ""
#: 03091100.xhp
msgctxt ""
@@ -6967,10 +6958,9 @@ msgstr "Въвеждани команди"
msgctxt ""
"03091501.xhp\n"
"par_id3151388\n"
-"472\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Символ в прозореца Елементи"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -6986,8 +6976,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3156276\n"
"help.text"
-msgid "<image id=\"Graphic10\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic10\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Икона</alt></image>"
+msgid "<image id=\"Graphic10\" src=\"res/helpimg/starmath/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7003,8 +6993,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3163824\n"
"help.text"
-msgid "<image id=\"Graphic21\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic21\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Икона</alt></image>"
+msgid "<image id=\"Graphic21\" src=\"res/helpimg/starmath/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7020,8 +7010,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147514\n"
"help.text"
-msgid "<image id=\"Graphic4\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic4\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Икона</alt></image>"
+msgid "<image id=\"Graphic4\" src=\"res/helpimg/starmath/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7037,8 +7027,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3154821\n"
"help.text"
-msgid "<image id=\"Graphic13\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic13\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Икона</alt></image>"
+msgid "<image id=\"Graphic13\" src=\"res/helpimg/starmath/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7054,8 +7044,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3155179\n"
"help.text"
-msgid "<image id=\"Graphic7\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic7\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Икона</alt></image>"
+msgid "<image id=\"Graphic7\" src=\"res/helpimg/starmath/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7071,8 +7061,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3150832\n"
"help.text"
-msgid "<image id=\"Graphic6\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic6\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Икона</alt></image>"
+msgid "<image id=\"Graphic6\" src=\"res/helpimg/starmath/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7088,8 +7078,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3145590\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic2\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Икона</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/helpimg/starmath/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7105,8 +7095,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3150764\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic3\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Икона</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/helpimg/starmath/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7130,8 +7120,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3146336\n"
"help.text"
-msgid "<image id=\"Graphic14\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic14\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Икона</alt></image>"
+msgid "<image id=\"Graphic14\" src=\"res/helpimg/starmath/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7197,8 +7187,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147212\n"
"help.text"
-msgid "<image id=\"Graphic8\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic8\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Икона</alt></image>"
+msgid "<image id=\"Graphic8\" src=\"res/helpimg/starmath/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7214,8 +7204,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3151130\n"
"help.text"
-msgid "<image id=\"Graphic16\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic16\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Икона</alt></image>"
+msgid "<image id=\"Graphic16\" src=\"res/helpimg/starmath/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7231,8 +7221,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147470\n"
"help.text"
-msgid "<image id=\"Graphic12\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic12\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Икона</alt></image>"
+msgid "<image id=\"Graphic12\" src=\"res/helpimg/starmath/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7248,8 +7238,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3151319\n"
"help.text"
-msgid "<image id=\"Graphic5\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic5\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">Икона</alt></image>"
+msgid "<image id=\"Graphic5\" src=\"res/helpimg/starmath/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7341,8 +7331,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147065\n"
"help.text"
-msgid "<image id=\"Graphic15\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic15\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Икона</alt></image>"
+msgid "<image id=\"Graphic15\" src=\"res/helpimg/starmath/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7375,8 +7365,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3148873\n"
"help.text"
-msgid "<image id=\"Graphic11\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic11\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Икона</alt></image>"
+msgid "<image id=\"Graphic11\" src=\"res/helpimg/starmath/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7392,8 +7382,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147073\n"
"help.text"
-msgid "<image id=\"Graphic9\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic9\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Икона</alt></image>"
+msgid "<image id=\"Graphic9\" src=\"res/helpimg/starmath/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7474,10 +7464,9 @@ msgstr "Въвеждани команди"
msgctxt ""
"03091502.xhp\n"
"par_id3154032\n"
-"475\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Символ в прозореца Елементи"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091502.xhp
msgctxt ""
@@ -8118,10 +8107,9 @@ msgstr "Въвеждани команди"
msgctxt ""
"03091503.xhp\n"
"par_id3145724\n"
-"478\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Символ в прозореца Елементи"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091503.xhp
msgctxt ""
@@ -8558,10 +8546,9 @@ msgstr "Въвеждани команди"
msgctxt ""
"03091504.xhp\n"
"par_id3156681\n"
-"481\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Символ в прозореца Елементи"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091504.xhp
msgctxt ""
@@ -9051,10 +9038,9 @@ msgstr "Въвеждани команди"
msgctxt ""
"03091505.xhp\n"
"par_id3143994\n"
-"484\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Символ в прозореца Елементи"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091505.xhp
msgctxt ""
@@ -9349,10 +9335,9 @@ msgstr "Въвеждани команди"
msgctxt ""
"03091506.xhp\n"
"par_id3167610\n"
-"487\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Символ в прозореца Елементи"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091506.xhp
msgctxt ""
@@ -9791,10 +9776,9 @@ msgstr "Въвеждани команди"
msgctxt ""
"03091507.xhp\n"
"par_id3162086\n"
-"490\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Символ в прозореца Елементи"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091507.xhp
msgctxt ""
@@ -10207,8 +10191,8 @@ msgctxt ""
"03091508.xhp\n"
"par_id3180684\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Символ в прозореца Елементи"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091508.xhp
msgctxt ""
@@ -10662,10 +10646,9 @@ msgstr "Въвеждани команди"
msgctxt ""
"03091509.xhp\n"
"par_id3184320\n"
-"496\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Символ в прозореца Елементи"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091509.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/smath/04.po b/source/bg/helpcontent2/source/text/smath/04.po
index 9c791b66f4c..19be663916f 100644
--- a/source/bg/helpcontent2/source/text/smath/04.po
+++ b/source/bg/helpcontent2/source/text/smath/04.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2012-08-03 13:12+0000\n"
-"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2013-05-24 07:46+0000\n"
+"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1343999542.0\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1369381583.000000\n"
#: 01020000.xhp
msgctxt ""
@@ -171,10 +171,9 @@ msgstr "Обновяване"
msgctxt ""
"01020000.xhp\n"
"hd_id3153732\n"
-"21\n"
"help.text"
-msgid "Navigation in the Elements Window"
-msgstr "Навигация в прозореца Елементи"
+msgid "Navigation in the Elements pane"
+msgstr ""
#: 01020000.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/smath/guide.po b/source/bg/helpcontent2/source/text/smath/guide.po
index ce81682a0a7..8f2c672b28f 100644
--- a/source/bg/helpcontent2/source/text/smath/guide.po
+++ b/source/bg/helpcontent2/source/text/smath/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-22 23:39+0200\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
"PO-Revision-Date: 2016-10-13 14:55+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1476370558.000000\n"
#: align.xhp
@@ -422,28 +422,25 @@ msgstr "Курсорът се намира в прозореца Команди
msgctxt ""
"keyboard.xhp\n"
"par_id3150537\n"
-"13\n"
"help.text"
-msgid "You can compose formulas using the Elements window. Open it with the menu <emph>View - Elements</emph> if it is not already open."
-msgstr "Можете да съставяте формули чрез прозореца Елементи. Ако той не е отворен, отворете го с командата <emph>Изглед - Елементи</emph>."
+msgid "You can compose formulas using the Elements pane. Open it with the menu <emph>View - Elements</emph> if it is not already open."
+msgstr ""
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"par_id3155625\n"
-"10\n"
"help.text"
-msgid "If the Elements window is open, use F6 to switch from the Commands window to the Elements window and back."
-msgstr "Ако прозорецът Елементи е отворен, можете да превключвате между него и прозореца Команди с клавиша F6."
+msgid "If the Elements pane is open, use F6 to switch from the Commands window to the Elements pane and back."
+msgstr ""
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"hd_id3154554\n"
-"11\n"
"help.text"
-msgid "Elements window"
-msgstr "Прозорец Елементи"
+msgid "Elements pane"
+msgstr ""
#: limits.xhp
msgctxt ""
@@ -498,24 +495,24 @@ msgctxt ""
"limits.xhp\n"
"par_id1276589\n"
"help.text"
-msgid "You see the Math input window and the Elements window. If you don't see the Elements window, you can enable it in the View menu."
-msgstr "Ще видите прозореца за въвеждане на Math и прозореца Елементи. Ако не виждате прозореца Елементи, можете да го включите чрез менюто Изглед."
+msgid "You see the Math input window and the Elements pane on the left."
+msgstr ""
#: limits.xhp
msgctxt ""
"limits.xhp\n"
"par_id3283791\n"
"help.text"
-msgid "In the upper part of the Elements window, click the <emph>Operators</emph> icon."
-msgstr "В горната част на прозореца Елементи щракнете върху иконата <emph>Оператори</emph>."
+msgid "From the list on the upper part of the Elements pane, select the <emph>Operators</emph> item."
+msgstr ""
#: limits.xhp
msgctxt ""
"limits.xhp\n"
"par_id9734794\n"
"help.text"
-msgid "In the lower part of the Elements window, click the <emph>Sum</emph> icon."
-msgstr "В долната част на прозореца Елементи щракнете върху иконата <emph>Сума</emph>."
+msgid "In the lower part of the Elements pane, click the <emph>Sum</emph> icon."
+msgstr ""
#: limits.xhp
msgctxt ""
@@ -586,8 +583,8 @@ msgctxt ""
"limits.xhp\n"
"par_id9406414\n"
"help.text"
-msgid "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements window, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window."
-msgstr "По същия начин можете да въведете формула, съдържаща интеграл с граници. Когато щракнете върху икона от прозореца Елементи, съответната текстова команда се вмъква в прозореца за въвеждане. Ако знаете текстовите команди, можете направо да ги въвеждате там."
+msgid "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements pane, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window."
+msgstr ""
#: limits.xhp
msgctxt ""
@@ -618,8 +615,8 @@ msgctxt ""
"limits.xhp\n"
"par_id4651020\n"
"help.text"
-msgid "A small gap exists between f(x) and dx, which you can also enter using the Elements window: click the <emph>Format</emph> icon, then the <emph>Small Gap</emph> icon."
-msgstr "Между f(x) и dx има малка празнина, която можете да въведете и чрез прозореца Елементи: щракнете върху иконата <emph>Формати</emph>, после върху иконата <emph>Малка междина</emph>."
+msgid "A small gap exists between f(x) and dx, which you can also enter using the Elements pane: select the <emph>Formats</emph> item from the list on the top, then the <emph>Small Gap</emph> icon."
+msgstr ""
#: limits.xhp
msgctxt ""
diff --git a/source/bg/helpcontent2/source/text/swriter/01.po b/source/bg/helpcontent2/source/text/swriter/01.po
index 7974ecd1c1d..ff1b24ac60d 100644
--- a/source/bg/helpcontent2/source/text/swriter/01.po
+++ b/source/bg/helpcontent2/source/text/swriter/01.po
@@ -3,9 +3,9 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
"PO-Revision-Date: 2016-10-13 14:57+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
+"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: .\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
@@ -15007,36 +15007,33 @@ msgstr "План и номерация"
msgctxt ""
"05030800.xhp\n"
"hd_id3151173\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/01/05030800.xhp\" name=\"Numbering\">Outline & Numbering</link>"
-msgstr "<link href=\"text/swriter/01/05030800.xhp\" name=\"Номерация\">План и номерация</link>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3154100\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"HID_NUMPARA\">Adds or removes outline level, numbering, or bullets from the paragraph. You can also select the style of numbering to use, and reset the numbering in a numbered list.</ahelp>"
-msgstr "<ahelp hid=\"HID_NUMPARA\">Добавя или премахва ниво от плана, номер или водач от абзаца. Можете също да изберете стила на номериране, както и да започнете номерирането отначало.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/NumParaPage\">Adds or removes outline level, numbering, or bullets from the paragraph. You can also select the style of numbering to use, and reset the numbering in a numbered list.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3153536\n"
"help.text"
-msgid "To change the numbering options for paragraphs that use the same paragraph style, choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles </emph>icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the<emph> Outline & Numbering</emph> tab."
-msgstr "За да промените настройките за номериране за абзаци, използващи един и същ абзацен стил, изберете <emph>Изглед - Стилове и формати</emph> и щракнете върху иконата <emph>Стилове за абзаци</emph>. Щракнете с десния бутон върху стила в списъка, изберете <emph>Промяна</emph> и щракнете върху раздела <emph>План и номерация</emph>."
+msgid "To change the numbering options for paragraphs that use the same paragraph style, choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles</emph> icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the <emph>Outline & Numbering</emph> tab."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3154470\n"
-"26\n"
"help.text"
-msgid "To change the numbering options for selected paragraphs, choose <emph>Format -</emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link>, and then click the<emph> Outline & Numbering</emph> tab."
-msgstr "За да промените настройките за номериране на текущите абзаци, изберете <emph>Форматиране -</emph><link href=\"text/shared/01/05030000.xhp\" name=\"Абзац\"><emph>Абзац</emph></link> и щракнете върху раздела <emph>План и номерация</emph>."
+msgid "To change the numbering options for selected paragraphs, choose <emph>Format - </emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link>, and then click the <emph>Outline & Numbering</emph> tab."
+msgstr ""
#: 05030800.xhp
msgctxt ""
@@ -15051,170 +15048,168 @@ msgctxt ""
"05030800.xhp\n"
"par_id1209200804371097\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Body text</emph> to reset the outline level."
-msgstr "<ahelp hid=\".\">Приписва ниво от плана (от 1 до 10) на избраните абзаци или абзацен стил.</ahelp> Изберете <emph>Основен текст</emph>, за да нулирате нивото от плана."
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_OUTLINE_LEVEL\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Body text</emph> to reset the outline level."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3143283\n"
-"5\n"
"help.text"
msgid "Numbering"
-msgstr "Номерация"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3154188\n"
-"3\n"
"help.text"
msgid "Numbering Style"
-msgstr "Стил за номерация"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3155178\n"
-"4\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_NUMPARA:LB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link> window if you click the <emph>Numbering Style</emph> icon."
-msgstr "<ahelp hid=\"SW:LISTBOX:TP_NUMPARA:LB_NUMBER_STYLE\">Изберете <link href=\"text/swriter/01/05130004.xhp\" name=\"Стил за номерация\">стила за номерация</link>, който желаете да приложите върху абзаца.</ahelp> Тези стилове са достъпни и чрез прозореца <link href=\"text/swriter/01/05140000.xhp\" name=\"Стилове и формати\">Стилове и формати</link>, ако щракнете върху иконата <emph>Стилове за списък</emph>."
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link> window if you click the <emph>Numbering Style</emph> icon."
+msgstr ""
+
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3154189\n"
+"help.text"
+msgid "Edit Style"
+msgstr ""
+
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3155179\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/editnumstyle\">Edit the properties of the selected numbering style.</ahelp> These properties will apply to all paragraphs formatted with the given numbering style."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3149106\n"
-"7\n"
"help.text"
msgid "This section only appears when you edit the properties of the current paragraph by choosing <emph>Format - Paragraph</emph>."
-msgstr "Този раздел се показва само когато редактирате свойствата на текущия абзац, избирайки <emph>Форматиране - абзац</emph>."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3151250\n"
-"8\n"
"help.text"
msgid "Restart at this paragraph"
-msgstr "Започване отначало от този абзац"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3154831\n"
-"9\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_NEW_START\">Restarts the numbering at the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_NEW_START\">Започва отначало номерирането от текущия абзац.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_NEW_START\">Restarts the numbering at the current paragraph.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147096\n"
-"24\n"
"help.text"
msgid "Start with"
-msgstr "Започване с"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3148979\n"
-"25\n"
"help.text"
-msgid "<ahelp hid=\"SW_TRISTATEBOX_TP_NUMPARA_CB_NUMBER_NEW_START\">Select this check box, and then enter the number that you want to assign to the paragraph.</ahelp>"
-msgstr "<ahelp hid=\"SW_TRISTATEBOX_TP_NUMPARA_CB_NUMBER_NEW_START\">Отметнете това поле, после въведете номера, който желаете да припишете на абзаца.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_NUMBER_NEW_START\">Select this check box, and then enter the number that you want to assign to the paragraph.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147226\n"
-"10\n"
"help.text"
msgid "\"Start with\" spin button"
-msgstr "Числово поле \"Започване с\""
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3153632\n"
-"11\n"
"help.text"
-msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_NEW_START\">Enter the number that you want to assign to the paragraph.</ahelp> The following paragraphs are numbered consecutively from the number that you enter here."
-msgstr "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_NEW_START\">Въведете номер, който желаете да припишете на абзаца.</ahelp> Следващите абзаци ще бъдат номерирани последователно от номера, който въведете тук."
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/spinNF_NEW_START\">Enter the number that you want to assign to the paragraph.</ahelp> The following paragraphs are numbered consecutively from the number that you enter here."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147581\n"
-"15\n"
"help.text"
msgid "Line numbering"
-msgstr "Номериране на редове"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3152771\n"
-"16\n"
"help.text"
msgid "Specify the <link href=\"text/swriter/01/06180000.xhp\" name=\"Line numbering\">Line numbering</link> options. To add line numbers to your document, choose <emph>Tools - Line Numbering</emph>."
-msgstr "Задайте настройките за <link href=\"text/swriter/01/06180000.xhp\" name=\"Номериране на редове\">номериране на редове</link>. За да добавите номера на редове в документа, изберете <emph>Инструменти - Номериране на редове</emph>."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3153345\n"
-"17\n"
"help.text"
msgid "Include this paragraph in line numbering"
-msgstr "Включване на този абзац в номерирането на редовете"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3156267\n"
-"18\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_COUNT_PARA\">Includes the current paragraph in the line numbering.</ahelp>"
-msgstr "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_COUNT_PARA\">Включва текущия абзац в номерирането на редовете.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_COUNT_PARA\">Includes the current paragraph in the line numbering.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3151026\n"
-"19\n"
"help.text"
msgid "Restart at this paragraph"
-msgstr "Започване отначало от този абзац"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3149168\n"
-"20\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_RESTART_PARACOUNT\">Restarts the line numbering at the current paragraph, or at the number that you enter.</ahelp>"
-msgstr "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_RESTART_PARACOUNT\">Започва номерирането отначало или от зададен от вас номер от текущия абзац.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_RESTART_PARACOUNT\">Restarts the line numbering at the current paragraph, or at the number that you enter.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3145775\n"
-"21\n"
"help.text"
msgid "Start with"
-msgstr "Започване с"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3149355\n"
-"22\n"
"help.text"
-msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_RESTART_PARA\">Enter the number at which to restart the line numbering</ahelp>"
-msgstr "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_RESTART_PARA\">Въведете номера, от който да започне наново номерирането на редовете.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/spinNF_RESTART_PARA\">Enter the number at which to restart the line numbering</ahelp>"
+msgstr ""
#: 05040000.xhp
msgctxt ""
@@ -15664,199 +15659,209 @@ msgstr "Бележка под линия"
msgctxt ""
"05040600.xhp\n"
"hd_id3154767\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\">Footnote</link>"
-msgstr "<link href=\"text/swriter/01/05040600.xhp\" name=\"Бележка под линия\">Бележка под линия</link>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3149351\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"HID_FOOTNOTE_PAGE\">Specifies the layout options for footnotes, including the line that separates the footnote from the main body of document.</ahelp>"
-msgstr "<ahelp hid=\"HID_FOOTNOTE_PAGE\">Определя настройките за оформяне на бележките под линия, включително и линията, която разделя бележките от основния текст на документа.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/FootnoteAreaPage\">Specifies the layout options for footnotes, including the line that separates the footnote from the main body of document.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154646\n"
-"3\n"
"help.text"
msgid "Footnote area"
-msgstr "Област на бележката под линия"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3151168\n"
-"4\n"
"help.text"
msgid "Set the height of the footnote area."
-msgstr "Определете височината на областта на бележката под линия."
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3145412\n"
-"5\n"
"help.text"
msgid "Not larger than page area"
-msgstr "Не по-голямо от страницата"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3147514\n"
-"6\n"
"help.text"
-msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE\">Automatically adjusts the height of the footnote area depending on the number of footnotes.</ahelp>"
-msgstr "<ahelp hid=\"SW:RADIOBUTTON:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE\">Автоматично приспособява височината на областта за бележки според броя на бележките под линия.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheightpage\">Automatically adjusts the height of the footnote area depending on the number of footnotes.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154099\n"
-"7\n"
"help.text"
-msgid "Maximum Footnote Height"
-msgstr "Максимална височина на бележката под линия"
+msgid "Maximum footnote height"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3149807\n"
-"8\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets a maximum height for the footnote area. Enable this option, then enter the height.</ahelp>"
-msgstr "<ahelp hid=\".\">Определя максимална височина на областта за бележки под линия. Отметнете това поле и въведете височината.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheight\">Sets a maximum height for the footnote area. Enable this option, then enter the height.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3154568\n"
-"10\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT\">Enter the maximum height for the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT\">Въведете максималната височина на областта за бележки под линия.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheightsb\">Enter the maximum height for the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3151318\n"
-"11\n"
"help.text"
-msgid "Distance from text"
-msgstr "Разстояние до текста"
+msgid "Space to text"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3153665\n"
-"12\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_DIST\">Enter the amount of space to leave between the bottom page margin and the first line of text in the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_DIST\">Въведете разстоянието, което да бъде оставено между долното бяло поле на страницата и първия ред от текста в областта за бележки под линия.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/spacetotext\">Enter the amount of space to leave between the bottom page margin and the first line of text in the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3155897\n"
-"13\n"
"help.text"
msgid "Separator Line"
-msgstr "Разделителна линия"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3149689\n"
-"14\n"
"help.text"
-msgid "Specifies the position and length of the separator line."
-msgstr "Определя позицията и дължината на разделителната линия."
+msgid "Specifies the position and other properties of the separator line."
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154194\n"
-"15\n"
"help.text"
msgid "Position"
-msgstr "Позиция"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3155184\n"
-"16\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINEPOS\">Select the horizontal alignment for the line that separates the main text from the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINEPOS\">Изберете хоризонталното подравняване за линията, разделяща основния текст от областта за бележки под линия.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/position\">Select the horizontal alignment for the line that separates the main text from the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"hd_id3143284\n"
-"17\n"
+"hd_id3151253\n"
"help.text"
-msgid "Length"
-msgstr "Дължина"
+msgid "Style"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"par_id3154827\n"
-"18\n"
+"par_id3149105\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEWIDTH\">Enter the length of the separator line as a percentage of the page width area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEWIDTH\">Въведете дължината на разделителната линия в проценти от ширината на страницата.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/style\">Select the formatting style for the separator line. If you do not want a separator line, choose \"None\".</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"hd_id3151253\n"
-"19\n"
+"hd_id3151254\n"
"help.text"
-msgid "Weight"
-msgstr "Тегло"
+msgid "Thickness"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"par_id3149105\n"
-"20\n"
+"par_id3149106\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINETYPE\">Select the formatting style for the separator line. If you do not want a separator line, choose \"0.0 pt\".</ahelp>"
-msgstr "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINETYPE\">Изберете стила за форматиране на разделителната линия. Ако не желаете разделителна линия, изберете \"0.0 пкт\".</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/thickness\">Select the thickness of the separator line.</ahelp>"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"hd_id3151255\n"
+"help.text"
+msgid "Color"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"par_id3149107\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/color\">Select the color of the separator line.</ahelp>"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"hd_id3143284\n"
+"help.text"
+msgid "Length"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"par_id3154827\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/length\">Enter the length of the separator line as a percentage of the page width area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3149828\n"
-"21\n"
"help.text"
-msgid "Spacing"
-msgstr "Разредка"
+msgid "Spacing to footnote contents"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3148970\n"
-"22\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEDIST\">Enter the amount of space to leave between the separator line and the first line of the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEDIST\">Въведете разстоянието, което да бъде оставено между линията и първия ред на бележките под нея.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/spacingtocontents\">Enter the amount of space to leave between the separator line and the first line of the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3155145\n"
-"24\n"
"help.text"
msgid "To specify the spacing between two footnotes, choose <item type=\"menuitem\">Format - Paragraph</item>, and then click the <emph>Indents & Spacing</emph> tab."
-msgstr "За да зададете разстоянието между две бележки под линия, изберете <item type=\"menuitem\">Форматиране - Абзац</item> и щракнете върху <emph>раздела Отстъпи и разредка</emph>."
+msgstr ""
#: 05040700.xhp
msgctxt ""
diff --git a/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
index 680f3c93323..be68f3508a0 100644
--- a/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bg/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-11-26 00:16+0000\n"
+"POT-Creation-Date: 2016-12-27 21:51+0100\n"
+"PO-Revision-Date: 2016-12-01 12:18+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1480119369.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480594709.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -24741,6 +24741,105 @@ msgctxt ""
msgid "Standard"
msgstr "Стандартни"
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
diff --git a/source/bg/sc/source/ui/src.po b/source/bg/sc/source/ui/src.po
index acd897e9f92..5f9f96d7a44 100644
--- a/source/bg/sc/source/ui/src.po
+++ b/source/bg/sc/source/ui/src.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-10-14 11:07+0000\n"
+"POT-Creation-Date: 2016-12-10 23:38+0100\n"
+"PO-Revision-Date: 2016-12-01 12:30+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1476443221.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480595432.000000\n"
#: filter.src
msgctxt ""
@@ -9669,8 +9669,8 @@ msgctxt ""
"RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SUM_IF\n"
"1\n"
"string.text"
-msgid "Totals the arguments that meet the conditions."
-msgstr "Сумира аргументите, отговарящи на условията."
+msgid "Totals the arguments that meet the condition."
+msgstr ""
#: scfuncs.src
msgctxt ""
diff --git a/source/bg/scp2/source/ooo.po b/source/bg/scp2/source/ooo.po
index 63f196beea0..3d3b871fa09 100644
--- a/source/bg/scp2/source/ooo.po
+++ b/source/bg/scp2/source/ooo.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 17:28+0000\n"
+"PO-Revision-Date: 2016-12-29 23:57+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467653328.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483055876.000000\n"
#: folderitem_ooo.ulf
msgctxt ""
@@ -3070,7 +3070,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_VEC\n"
"LngText.text"
msgid "Venetian"
-msgstr ""
+msgstr "Венециански"
#: module_langpack.ulf
msgctxt ""
@@ -3078,7 +3078,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_VEC\n"
"LngText.text"
msgid "Installs the Venetian user interface"
-msgstr ""
+msgstr "Инсталира потребителски интерфейс на венециански"
#: module_langpack.ulf
msgctxt ""
@@ -3806,7 +3806,7 @@ msgctxt ""
"STR_NAME_MODULE_EXTENSION_DICTIONARY_BO\n"
"LngText.text"
msgid "Classical Tibetan"
-msgstr ""
+msgstr "Класически тибетски"
#: module_ooo.ulf
msgctxt ""
@@ -3814,7 +3814,7 @@ msgctxt ""
"STR_DESC_MODULE_EXTENSION_DICTIONARY_BO\n"
"LngText.text"
msgid "Classical Tibetan syllable spelling dictionary"
-msgstr ""
+msgstr "Сричков правописен речник за класически тибетски"
#: module_ooo.ulf
msgctxt ""
diff --git a/source/bg/svx/uiconfig/ui.po b/source/bg/svx/uiconfig/ui.po
index 1b508d123b6..a34077f5908 100644
--- a/source/bg/svx/uiconfig/ui.po
+++ b/source/bg/svx/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-10-11 13:34+0000\n"
+"POT-Creation-Date: 2016-12-21 15:38+0100\n"
+"PO-Revision-Date: 2016-12-01 13:11+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1476192881.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480597889.000000\n"
#: acceptrejectchangesdialog.ui
msgctxt ""
@@ -3061,8 +3061,8 @@ msgctxt ""
"ignorediacritics\n"
"label\n"
"string.text"
-msgid "Ignore diac_ritics CTL"
-msgstr "Игнориране диакритиките в сложна писменост"
+msgid "Ignore diac_ritics"
+msgstr ""
#: findreplacedialog.ui
msgctxt ""
@@ -3070,7 +3070,7 @@ msgctxt ""
"ignorekashida\n"
"label\n"
"string.text"
-msgid "Ignore _kashida CTL"
+msgid "Ignore _kashida"
msgstr ""
#: findreplacedialog.ui
@@ -5161,10 +5161,10 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"radio_deinstall\n"
+"radio_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall extensions"
+msgid "Extensions"
msgstr ""
#: safemodedialog.ui
@@ -5179,10 +5179,19 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"check_deinstall_all_extensions\n"
+"check_reset_shared_extensions\n"
+"label\n"
+"string.text"
+msgid "Reset state of shared extensions"
+msgstr ""
+
+#: safemodedialog.ui
+msgctxt ""
+"safemodedialog.ui\n"
+"check_reset_bundled_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall all extensions (including shared and bundled)"
+msgid "Reset state of bundled extensions"
msgstr ""
#: safemodedialog.ui
diff --git a/source/bg/sw/uiconfig/swriter/ui.po b/source/bg/sw/uiconfig/swriter/ui.po
index d685e363469..87518623729 100644
--- a/source/bg/sw/uiconfig/swriter/ui.po
+++ b/source/bg/sw/uiconfig/swriter/ui.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
"PO-Revision-Date: 2016-12-02 13:08+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
@@ -12,8 +12,8 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1480684117.000000\n"
#: abstractdialog.ui
@@ -982,11 +982,11 @@ msgstr "Позиция"
#: bulletsandnumbering.ui
msgctxt ""
"bulletsandnumbering.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "Настройки"
+msgid "Customize"
+msgstr ""
#: businessdatapage.ui
msgctxt ""
@@ -9822,26 +9822,6 @@ msgid "Style"
msgstr ""
#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"growb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"shrinkb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
msgctxt ""
"notebookbar_groups.ui\n"
"fomatgrouplabel\n"
@@ -15639,11 +15619,11 @@ msgstr "Позиция"
#: templatedialog16.ui
msgctxt ""
"templatedialog16.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "Настройки"
+msgid "Customize"
+msgstr ""
#: templatedialog2.ui
msgctxt ""
diff --git a/source/bg/xmlsecurity/uiconfig/ui.po b/source/bg/xmlsecurity/uiconfig/ui.po
index f5efcfa5a7a..49b60ddf461 100644
--- a/source/bg/xmlsecurity/uiconfig/ui.po
+++ b/source/bg/xmlsecurity/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-11-26 13:44+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-12-29 23:51+0000\n"
"Last-Translator: Mihail Balabanov <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1480167864.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483055493.000000\n"
#: certgeneral.ui
msgctxt ""
@@ -208,6 +208,15 @@ msgstr "Описание"
#: digitalsignaturesdialog.ui
msgctxt ""
"digitalsignaturesdialog.ui\n"
+"type\n"
+"label\n"
+"string.text"
+msgid "Signature type"
+msgstr "Тип на подписа"
+
+#: digitalsignaturesdialog.ui
+msgctxt ""
+"digitalsignaturesdialog.ui\n"
"macrohint\n"
"label\n"
"string.text"
@@ -266,7 +275,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Use AdES-compliant signature when there is a choice"
-msgstr ""
+msgstr "Използване на подпис, съвместим с AdES, ако е възможно"
#: macrosecuritydialog.ui
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/scalc/00.po b/source/bn-IN/helpcontent2/source/text/scalc/00.po
index c722c123637..4217d56970a 100644
--- a/source/bn-IN/helpcontent2/source/text/scalc/00.po
+++ b/source/bn-IN/helpcontent2/source/text/scalc/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-05 13:29+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-11-22 16:59+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn_IN\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467725345.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1479833988.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -573,8 +573,8 @@ msgctxt ""
"par_id3153250\n"
"28\n"
"help.text"
-msgid "<variable id=\"einamen\">Choose <emph>Insert - Names</emph></variable>"
-msgstr "<variable id=\"einamen\"><emph>সন্নিবেশ - নাম</emph> নির্বাচন করুন</variable>"
+msgid "<variable id=\"einamen\">Choose <emph>Insert - Named Ranges and Expressions</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -591,8 +591,8 @@ msgctxt ""
"par_id3143222\n"
"29\n"
"help.text"
-msgid "Choose <emph>Insert - Names - Define</emph>"
-msgstr "<emph>সন্নিবেশ - নাম - নির্ধারণ</emph> নির্বাচন করুন"
+msgid "Choose <emph>Sheet - Named Ranges and Expressions - Define</emph>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -609,8 +609,8 @@ msgctxt ""
"par_id3145214\n"
"30\n"
"help.text"
-msgid "<variable id=\"einaei\">Choose <emph>Insert - Names - Insert</emph></variable>"
-msgstr "<variable id=\"einaei\"><emph>সন্নিবেশ - নাম - সন্নিবেশ</emph> নির্বাচন করুন</variable>"
+msgid "<variable id=\"einaei\">Choose <emph>Sheet - Named Ranges and Expressions - Insert</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -618,8 +618,8 @@ msgctxt ""
"par_id3153558\n"
"31\n"
"help.text"
-msgid "<variable id=\"einaueb\">Choose <emph>Insert - Names - Create</emph></variable>"
-msgstr "<variable id=\"einaueb\"><emph>সন্নিবেশ - নাম - তৈরি</emph> নির্বাচন করুন</variable>"
+msgid "<variable id=\"einaueb\">Choose <emph>Sheet - Named Ranges and Expressions - Create</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -627,8 +627,8 @@ msgctxt ""
"par_id3153483\n"
"32\n"
"help.text"
-msgid "<variable id=\"einabesch\">Choose <emph>Insert - Names - Labels</emph></variable>"
-msgstr "<variable id=\"einabesch\"><emph>সন্নিবেশ - নাম - লেবেল</emph> নির্বাচন করুন</variable>"
+msgid "<variable id=\"einabesch\">Choose <emph>Sheet - Named Ranges and Expressions - Labels</emph></variable>"
+msgstr ""
#: 00000405.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/scalc/01.po b/source/bn-IN/helpcontent2/source/text/scalc/01.po
index 0df6f6f4213..64a04abafc9 100644
--- a/source/bn-IN/helpcontent2/source/text/scalc/01.po
+++ b/source/bn-IN/helpcontent2/source/text/scalc/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-10-18 18:54+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-11-25 08:02+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn_IN\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1476816849.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480060949.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -20795,8 +20795,8 @@ msgctxt ""
"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 "যেভাবে <emph>অন্তর্ভুক্ত করুন - নাম - সংজ্ঞায়িত করুন </emph> তে বর্ণনা করা হয়েছে <emph>সমষ্টিX</emph> সীমানা সারি ৪ এবং কলাম ১ হতে <item type=\"input\">=INDEX(SumX;4;1)</item> মান ফলাফল প্রদান করে।"
+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>Sheet - Named Ranges and Expressions - Define</emph>."
+msgstr ""
#: 04060109.xhp
msgctxt ""
@@ -20820,8 +20820,8 @@ msgctxt ""
"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 "<item type=\"input\">=INDEX((multi);4;1)</item> দ্বারা বিবিধ সীমার মধ্যে, সারি ৪ এবং কালম ১ এর মানগুলোকে বুঝায় যা <emph>সন্নিবেশ - নাম - সংজ্ঞা</emph> এর আওতায় <emph>বিবিধ</emph> হিসাবে নামকরণ করা হয়। বিবিধ সীমায়, প্রত্যেক সারি ৪ এবং কালম ১ দ্বারা তৈরি চতুস্কোনীয় সীমা থাকে। আপনি যদি এখন বিবিধ সীমার দ্বিতীয় ব্লকে কল করতে চান তবে <emph>সীমা</emph> পরিধি হিসাবে <item type=\"input\">২</item> নম্বর দিন।"
+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>Sheet - Named Ranges and Expressions - 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 ""
@@ -50384,8 +50384,8 @@ msgctxt ""
"04070000.xhp\n"
"tit\n"
"help.text"
-msgid "Names"
-msgstr "নাম"
+msgid "Named Ranges and Expressions"
+msgstr ""
#: 04070000.xhp
msgctxt ""
@@ -50393,8 +50393,8 @@ msgctxt ""
"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>"
+msgid "<link href=\"text/scalc/01/04070000.xhp\" name=\"Names\">Named Ranges and Expressions</link>"
+msgstr ""
#: 04070000.xhp
msgctxt ""
@@ -50784,8 +50784,8 @@ msgctxt ""
"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 "সকল পরিসর রয়েছে এমন একটি এলাকা নির্বাচন করুন, যা আপনি নামকরণ করতে চান। তারপর <emph>সন্নিবেশ - নাম - তৈরি</emph> নির্বাচন করুন। এটি <emph>নাম তৈরিকরণ</emph> ডায়ালগ খোলে, যেখান হতে আপনি আপনার পছন্দসই নামকরণ অপশন নির্বাচন করতে পারেন।"
+msgid "Select the area containing all the ranges that you want to name. Then choose <emph>Sheet - Named Ranges and Expressions - Create</emph>. This opens the <emph>Create Names</emph> dialog, from which you can select the naming options that you want."
+msgstr ""
#: 04070300.xhp
msgctxt ""
@@ -52680,8 +52680,8 @@ msgctxt ""
"par_id3145174\n"
"5\n"
"help.text"
-msgid "Select <emph>-none-</emph> to remove a print range definition for the current spreadsheet. Select <emph>-entire sheet-</emph> to set the current sheet as a print range. Select <emph>-selection-</emph> to define the selected area of a spreadsheet as the print range. By selecting <emph>-user-defined-</emph>, you can define a print range that you have already defined using the <emph>Format - Print Ranges - Define</emph> command. If you have given a name to a range using the <emph>Insert - Names - Define</emph> command, this name will be displayed and can be selected from the list box."
-msgstr "বর্তমান স্প্রেডশীটের জন্য একটি মুদ্রণ পরিসর বর্ণনা সরাতে <emph>-কোনটাই নয়-</emph> নির্বাচন করা হয়। একটি মুদ্রণ পরিসর হিসেবে বর্তমান পাতাটি স্থির করার জন্য <emph>-সম্পূর্ণ পাতা-</emph>নির্বাচন করা হয়। মুদ্রণ পরিসর হিসেবে স্প্রেডশীটের নির্বাচিত এলাকা সংজ্ঞায়িত করতে <emph>-নির্বাচন-</emph> নির্বাচন করুন। <emph>-ব্যবহারকারী- সংজ্ঞায়িত-</emph> নির্বাচন করার মাধ্যমে, আপনি একটি মুদ্রণ পরিসর সংজ্ঞায়িত করতে পারেন যা ইতিমধ্যেই <emph>বিন্যাস - মুদ্রণ পরিসর - নির্ধারণ করা</emph> কমান্ড দ্বারা সংজ্ঞায়িত করেছেন। যদি আপনি <emph>অন্তর্ভুক্ত করা - নাম - নির্ধারণ করা</emph> কমান্ড ব্যবহার করে একটি নাম প্রদান করেন, তাহলে এই নামটি প্রদর্শিত হবে এবং তালিকা বাক্স হতে নির্বাচন করা যাবে।"
+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>Sheet - Named Ranges and Expressions - Define</emph> command, this name will be displayed and can be selected from the list box."
+msgstr ""
#: 05080300.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/scalc/guide.po b/source/bn-IN/helpcontent2/source/text/scalc/guide.po
index 5308b03306b..d6a33b999e4 100644
--- a/source/bn-IN/helpcontent2/source/text/scalc/guide.po
+++ b/source/bn-IN/helpcontent2/source/text/scalc/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
"PO-Revision-Date: 2016-05-07 23:47+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,8 +12,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1462664824.000000\n"
#: address_auto.xhp
@@ -2140,8 +2140,8 @@ msgctxt ""
"par_id3154011\n"
"26\n"
"help.text"
-msgid "To set the source range as the range, select the cells and choose <emph>Insert - Names - Define</emph>. Save the source document, and do not close it."
-msgstr "উৎস পরিসরকে পরিসর হিসেবে নির্ধারণ করতে, ঘর নির্বাচন করুন এবং <emph>সন্নিবেশ করান - নাম - সংজ্ঞায়িত করুন</emph>পছন্দ করুন।বর্তমান নথি সংরক্ষণ করুন, এবং এটি বন্ধ করবেন না।"
+msgid "To set the source range as the range, select the cells and choose <emph>Sheet - Named Ranges and Expressions - Define</emph>. Save the source document, and do not close it."
+msgstr ""
#: cellreference_dragdrop.xhp
msgctxt ""
@@ -11866,8 +11866,8 @@ msgctxt ""
"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 "একটি ঘর অথবা ঘর পরিসর নির্বাচন করুন, এরপর <emph>সন্নিবেশ করান - নাম - সংজ্ঞা</emph>পছন্দ করুন। <emph>নাম সংজ্ঞায়িত করুন</emph> ডায়ালগ আবির্ভূত হবে।"
+msgid "Select a cell or range of cells, then choose <emph>Sheet - Named Ranges and Expressions - Define</emph>. The <emph>Define Names</emph> dialog appears."
+msgstr ""
#: value_with_name.xhp
msgctxt ""
@@ -11919,8 +11919,8 @@ msgctxt ""
"par_id3153711\n"
"8\n"
"help.text"
-msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Insert - Names - Define\">Insert - Names - Define</link>"
-msgstr "<link href=\"text/scalc/01/04070100.xhp\" name=\"Insert - Names - Define\">সন্নিবেশ করান - নাম - সংজ্ঞায়িত করুন</link>"
+msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Sheet - Named Ranges and Expressions - Define\">Sheet - Named Ranges and Expressions - Define</link>"
+msgstr ""
#: webquery.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/shared/00.po b/source/bn-IN/helpcontent2/source/text/shared/00.po
index a81141d687a..a349c314b19 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/00.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-05 16:33+0000\n"
+"POT-Creation-Date: 2016-12-21 15:39+0100\n"
+"PO-Revision-Date: 2016-05-24 02:23+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn_IN\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467736382.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1464056622.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -12201,15 +12201,6 @@ msgstr "<emph>বিন্যাস - পৃষ্ঠা - পটভূমি</e
#: 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 "<emph>বিন্যাস - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>বস্তু - </emph></caseinline><caseinline select=\"CALC\"><emph>গ্রাফিক্স - </emph></caseinline></switchinline><emph>এলাকা - রং</emph> ট্যাবটি নির্বাচন করুন"
-
-#: 00040502.xhp
-msgctxt ""
-"00040502.xhp\n"
"par_id3154985\n"
"141\n"
"help.text"
diff --git a/source/bn-IN/helpcontent2/source/text/shared/01.po b/source/bn-IN/helpcontent2/source/text/shared/01.po
index c2198ac5399..150085f198c 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/01.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
"PO-Revision-Date: 2016-10-18 20:14+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,8 +12,8 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1476821644.000000\n"
#: 01010000.xhp
@@ -5027,14 +5027,13 @@ msgctxt ""
"01140000.xhp\n"
"bm_id3147294\n"
"help.text"
-msgid "<bookmark_value>printers; properties</bookmark_value><bookmark_value>settings; printers</bookmark_value><bookmark_value>properties; printers</bookmark_value><bookmark_value>default printer; setting up</bookmark_value><bookmark_value>printers; default printer</bookmark_value><bookmark_value>page formats; restriction</bookmark_value>"
+msgid "<bookmark_value>printers; properties</bookmark_value> <bookmark_value>settings; printers</bookmark_value> <bookmark_value>properties; printers</bookmark_value> <bookmark_value>default printer; setting up</bookmark_value> <bookmark_value>printers; default printer</bookmark_value> <bookmark_value>page formats; restriction</bookmark_value>"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3147294\n"
-"1\n"
"help.text"
msgid "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\">Printer Settings</link>"
msgstr ""
@@ -5043,16 +5042,14 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"par_id3154422\n"
-"2\n"
"help.text"
-msgid "<variable id=\"druckereinstellungtext\"><ahelp hid=\"SVTOOLS:MODALDIALOG:DLG_SVT_PRNDLG_PRNSETUPDLG\">Select the default printer for the current document.</ahelp></variable>"
+msgid "<variable id=\"druckereinstellungtext\"><ahelp hid=\"svt/ui/printersetupdialog/PrinterSetupDialog\">Select the default printer for the current document.</ahelp> </variable>"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3148620\n"
-"20\n"
"help.text"
msgid "You might experience a slight delay when you change the default printer for a document that contains embedded $[officename] OLE objects."
msgstr ""
@@ -5061,25 +5058,22 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"hd_id3145345\n"
-"4\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Printer </caseinline></switchinline>"
+msgid "Printer"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3145211\n"
-"5\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Lists the information that applies to the selected printer. </caseinline></switchinline>"
+msgid "Lists the information that applies to the selected printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3148538\n"
-"19\n"
"help.text"
msgid "If the list is empty, you need to install a default printer for your operating system. Refer to the online help for your operating system for instructions on how to install and setup a default printer."
msgstr ""
@@ -5088,7 +5082,6 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"hd_id3154381\n"
-"6\n"
"help.text"
msgid "Name"
msgstr ""
@@ -5097,88 +5090,78 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"par_id3156155\n"
-"7\n"
"help.text"
-msgid "<ahelp hid=\"SVTOOLS:LISTBOX:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES\">Lists the installed printers on your operating system. To change the default printer, select a printer name from the list.</ahelp>"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/name\">Lists the installed printers on your operating system. To change the default printer, select a printer name from the list.</ahelp>"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3156153\n"
-"8\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Status </caseinline></switchinline>"
+msgid "Status"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3150465\n"
-"9\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Describes the current status of the selected printer. </caseinline></switchinline>"
+msgid "Describes the current status of the selected printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3154898\n"
-"10\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Type </caseinline></switchinline>"
+msgid "Type"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3156326\n"
-"11\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the type of printer that you selected. </caseinline></switchinline>"
+msgid "Displays the type of printer that you selected."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3149416\n"
-"12\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Location </caseinline></switchinline>"
+msgid "Location"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3149955\n"
-"13\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the port for the selected printer. </caseinline></switchinline>"
+msgid "Displays the port for the selected printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3145316\n"
-"14\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Comments </caseinline></switchinline>"
+msgid "Comments"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3155923\n"
-"15\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays additional information for the printer. </caseinline></switchinline>"
+msgid "Displays additional information for the printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3149669\n"
-"16\n"
"help.text"
msgid "Properties"
msgstr ""
@@ -5187,20 +5170,42 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"par_id3149045\n"
-"17\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\"><ahelp hid=\"SVTOOLS:PUSHBUTTON:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_PROPERTIES\">Changes the printer settings of your operating system for the current document.</ahelp></caseinline></switchinline>"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/properties\">Changes the printer settings of your operating system for the current document.</ahelp>"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3157322\n"
-"18\n"
"help.text"
msgid "Ensure that the Landscape or Portrait layout option set in the printer properties dialog matches the page format that you set by choosing <emph>Format - Page</emph>."
msgstr ""
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id201612110303091265\n"
+"help.text"
+msgid "Options"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id201612110239454950\n"
+"help.text"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/options\">Opens the <emph>Printer Options</emph> dialog where you can override the global printer options set on the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Writer</emph></caseinline><caseinline select=\"CALC\"><emph>Calc</emph></caseinline><defaultinline>Writer/Web</defaultinline></switchinline><emph> - Print</emph> panel for the current document.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3157323\n"
+"help.text"
+msgid "The <emph>Options</emph> button is only available in %PRODUCTNAME Writer and Calc."
+msgstr ""
+
#: 01160000.xhp
msgctxt ""
"01160000.xhp\n"
@@ -8291,7 +8296,7 @@ msgctxt ""
"par_id3152551\n"
"59\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Enter the number of characters in the search term that can be exchanged.</ahelp> For example, if you specify 2 exchanged characters, \"black\" and \"crack\" are considered similar."
+msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Enter the number of characters in the search term that can be exchanged.</ahelp> For example, if you specify 2 exchanged characters, \"sweep\" and \"creep\" are considered similar."
msgstr ""
#: 02100100.xhp
@@ -25620,32 +25625,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/areatabpage/LB_BITMAP\">Click the fill that you want to apply to the selected object.</ahelp>"
msgstr ""
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Colors"
-msgstr ""
-
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"hd_id3152895\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210200.xhp\" name=\"Colors\">Colors</link>"
-msgstr ""
-
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"par_id3149119\n"
-"2\n"
-"help.text"
-msgid "Select a color to apply, save the current color list, or load a different color list."
-msgstr ""
-
#: 05210300.xhp
msgctxt ""
"05210300.xhp\n"
@@ -43243,6 +43222,214 @@ msgctxt ""
msgid "<ahelp hid=\"uui/ui/setmasterpassworddlg/password2\">Re-enter the master password.</ahelp>"
msgstr ""
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"tit\n"
+"help.text"
+msgid "Safe Mode"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"bm_id281120160951421436\n"
+"help.text"
+msgid "<bookmark_value>profile;safe mode</bookmark_value>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160939034500\n"
+"help.text"
+msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Safe Mode</link>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160939285779\n"
+"help.text"
+msgid "<ahelp hid=\".\">Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh user profile and disables hardware acceleration. It helps to restore a non-working %PRODUCTNAME instance. </ahelp>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163153357\n"
+"help.text"
+msgid "Choose <emph>Help - Restart in Safe Mode...</emph>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163154362\n"
+"help.text"
+msgid "Start %PRODUCTNAME from command line with <emph>--safe-mode</emph> option"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163154363\n"
+"help.text"
+msgid "Start %PRODUCTNAME from <emph>%PRODUCTNAME (Safe Mode)</emph> start menu entry (Windows only)"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149549\n"
+"help.text"
+msgid "What can I do in safe mode?"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160939281728\n"
+"help.text"
+msgid "Once in safe mode, you will be shown a dialog offering three user profile restoration options"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149551\n"
+"help.text"
+msgid "Continue in Safe Mode"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944279896\n"
+"help.text"
+msgid "This option will let you work with %PRODUCTNAME as you are used to, but using a temporary user profile. It also means that all configuration changes made to the temporary user profile will be lost after restart."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149552\n"
+"help.text"
+msgid "Quit"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944279161\n"
+"help.text"
+msgid "Choosing <emph>Quit</emph> will just exit %PRODUCTNAME. Use this option if you got here by accident."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149543\n"
+"help.text"
+msgid "Apply Changes and Restart"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348926\n"
+"help.text"
+msgid "The dialog offers multiple changes to the user profile that can be made to help restoring %PRODUCTNAME to working state. They get more radical from top down so you should try them successively one after another. Choosing this option applies selected changes"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149545\n"
+"help.text"
+msgid "Restore from backup"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348884\n"
+"help.text"
+msgid "%PRODUCTNAME keeps backups of previous configurations and activated extensions. Use this option to return to the previous state if your problems are likely to be caused by recent changes to configuration or extensions."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149546\n"
+"help.text"
+msgid "Configure"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949347119\n"
+"help.text"
+msgid "You can disable all extensions installed by the user. You can also disable hardware acceleration. Activate this option if you experience startup crashes or visual glitches, they are often related to hardware acceleration."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160944276682\n"
+"help.text"
+msgid "Uninstall extensions"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944275137\n"
+"help.text"
+msgid "Sometimes %PRODUCTNAME cannot be started due to extensions blocking or crashing. This option allows you to disable all extensions installed by the user as well as shared and bundled extensions. Uninstalling shared and bundled extensions should be used with caution. It will only work if you have the necessary system access rights."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160944276687\n"
+"help.text"
+msgid "Reset to factory settings"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id28112016094427792\n"
+"help.text"
+msgid "If all else fails, you can reset your user profile to the factory default. The first option <emph>Reset settings and user customizations</emph> resets all configuration and UI changes, but keeps things like your personal dictionary, templates etc. The second option will reset your entire profile to the state when you first installed %PRODUCTNAME."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id28112016094427243\n"
+"help.text"
+msgid "If you could not resolve your problem by using safe mode, click on <emph>Advanced</emph> expander. You will find instructions how to get further help there."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949347055\n"
+"help.text"
+msgid "If you want to report a problem with your user profile, by clicking on <emph>Create Zip Archive from User Profile</emph> you can generate a zip file which can be uploaded to the bug tracking system to be investigated by the developers."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348679\n"
+"help.text"
+msgid "Be aware that the uploaded profile might contain sensitive information, such as your personal dictionary, settings and installed extensions."
+msgstr ""
+
#: prop_font_embed.xhp
msgctxt ""
"prop_font_embed.xhp\n"
@@ -43274,7 +43461,7 @@ msgctxt ""
"par_id3154863\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"sfx/ui/documentfontspage/DocumentInfoPage\">Embed document fonts in the current file.</ahelp>"
+msgid "<ahelp hid=\"sfx/ui/documentfontspage/DocumentFontsPage\">Embed document fonts in the current file.</ahelp>"
msgstr ""
#: prop_font_embed.xhp
diff --git a/source/bn-IN/helpcontent2/source/text/shared/guide.po b/source/bn-IN/helpcontent2/source/text/shared/guide.po
index b65cf9a1a47..6044517c6f4 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/guide.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-05 16:54+0000\n"
+"POT-Creation-Date: 2016-12-21 15:39+0100\n"
+"PO-Revision-Date: 2016-07-05 16:52+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn_IN\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467737651.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1467737571.000000\n"
#: aaa_start.xhp
msgctxt ""
@@ -2194,7 +2194,7 @@ msgctxt ""
"cmis-remote-files-setup.xhp\n"
"hd_id1508201618160340\n"
"help.text"
-msgid "Connecting to <link href=\"text/shared/00/00000002.xhp#ftp\">FTP</link> and SSH servers (check)"
+msgid "Connecting to <link href=\"text/shared/00/00000002.xhp#ftp\">FTP</link> and SSH servers"
msgstr ""
#: cmis-remote-files-setup.xhp
@@ -2274,7 +2274,7 @@ msgctxt ""
"cmis-remote-files-setup.xhp\n"
"hd_id150820161816049600\n"
"help.text"
-msgid "Connecting to a Windows share (check)"
+msgid "Connecting to a Windows share"
msgstr ""
#: cmis-remote-files-setup.xhp
@@ -9936,8 +9936,8 @@ msgctxt ""
"hyperlink_insert.xhp\n"
"par_idN1076D\n"
"help.text"
-msgid "To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Insert - Names - Define</emph>)."
-msgstr "স্প্রেডশীটের ঘরে সরাসরি যাওয়ার জন্য সর্বপ্রথম ঘরের জন্য নাম সন্নিবেশ করান (<emph>সন্নিবেশ - নাম - বর্ণনা করা</emph>)।"
+msgid "To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Sheet - Named Ranges and Expressions - Define</emph>)."
+msgstr ""
#: hyperlink_insert.xhp
msgctxt ""
@@ -12455,20 +12455,20 @@ msgstr "<emph>পছন্দ</emph> ট্যাব পৃষ্ঠায়,
#: labels.xhp
msgctxt ""
"labels.xhp\n"
-"par_id3156424\n"
-"86\n"
+"par_id3149767\n"
+"29\n"
"help.text"
-msgid "As soon as you click on <emph>New Document</emph>, you will see a small window with the <emph>Synchronize Labels</emph> button. Enter the first label. When you click on the <emph>Synchronize Labels</emph> button, the current individual label is copied to all the other labels on the sheet."
-msgstr "যত শীঘ্রই আপনি <emph>নতুন নথি</emph> তে ক্লিক করবেন, আপনি <emph>যুগপদ মোড়ক</emph> বোতামে একটি ছোট উইন্ডো দেখতে পাবেন। প্রথম মোড়ক সন্নিবেশ করান। যখন আপনি <emph>যুগপদ মোড়ক</emph> বোতামে ক্লিক করবেন, বর্তমান স্বতন্ত্র মোড়ক পাতার অন্য সব মোড়কে অনুলিপি করা হবে।"
+msgid "Click on <emph>New Document</emph> to create a new document with the settings you have entered."
+msgstr "আপনার সন্নিবেশকৃত বৈশিষ্ট্য সহকারে নতুন নথি তৈরি করার জন্য <emph>নতুন নথি</emph> তে ক্লিক করুন।"
#: labels.xhp
msgctxt ""
"labels.xhp\n"
-"par_id3149767\n"
-"29\n"
+"par_id3156424\n"
+"86\n"
"help.text"
-msgid "Click on <emph>New Document</emph> to create a new document with the settings you have entered."
-msgstr "আপনার সন্নিবেশকৃত বৈশিষ্ট্য সহকারে নতুন নথি তৈরি করার জন্য <emph>নতুন নথি</emph> তে ক্লিক করুন।"
+msgid "As soon as you click on <emph>New Document</emph>, you will see a small window with the <emph>Synchronize Labels</emph> button. Enter the first label. When you click on the <emph>Synchronize Labels</emph> button, the current individual label is copied to all the other labels on the sheet."
+msgstr "যত শীঘ্রই আপনি <emph>নতুন নথি</emph> তে ক্লিক করবেন, আপনি <emph>যুগপদ মোড়ক</emph> বোতামে একটি ছোট উইন্ডো দেখতে পাবেন। প্রথম মোড়ক সন্নিবেশ করান। যখন আপনি <emph>যুগপদ মোড়ক</emph> বোতামে ক্লিক করবেন, বর্তমান স্বতন্ত্র মোড়ক পাতার অন্য সব মোড়কে অনুলিপি করা হবে।"
#: labels.xhp
msgctxt ""
@@ -18367,58 +18367,53 @@ msgctxt ""
"start_parameters.xhp\n"
"tit\n"
"help.text"
-msgid "Starting the $[officename] Software With Parameters"
-msgstr "$[officename] মানসমূহের সঙ্গে সফটওয়্যার শুরু করছে"
+msgid "Starting $[officename] Software With Parameters"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"bm_id3156410\n"
"help.text"
-msgid "<bookmark_value>start parameters</bookmark_value><bookmark_value>command line parameters</bookmark_value><bookmark_value>parameters;command line</bookmark_value><bookmark_value>arguments in command line</bookmark_value>"
-msgstr "<bookmark_value>start parameters</bookmark_value><bookmark_value>command line parameters</bookmark_value><bookmark_value>parameters;command line</bookmark_value><bookmark_value>arguments in command line</bookmark_value>"
+msgid "<bookmark_value>start parameters</bookmark_value> <bookmark_value>command line parameters</bookmark_value> <bookmark_value>parameters;command line</bookmark_value> <bookmark_value>arguments in command line</bookmark_value>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"hd_id3156410\n"
-"52\n"
"help.text"
-msgid "Starting the $[officename] Software With Parameters"
-msgstr "$[officename] মানসমূহের সঙ্গে সফটওয়্যার শুরু করছে"
+msgid "Starting $[officename] Software With Parameters"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147009\n"
-"1\n"
"help.text"
-msgid "By starting the $[officename] software from the command line you can assign various parameters, with which you can influence the performance. The use of command line parameters is only recommended for experienced users."
-msgstr "কমান্ড লাইন থেকে $[officename] সফটওয়্যার শুরু করার মাধ্যমে আপনি বিভিন্ন প্যারামিটার বরাদ্দ করতে পারেন,যার মাধ্যমে আপনি কার্যসম্পাদনা প্রভাবিত করতে পারেন। কমান্ড লাইন প্যারামিটারের ব্যবহার কেবল অভিজ্ঞ ব্যবহারকারীর জন্য সুপারিশ করা হয়।"
+msgid "By starting $[officename] software from the command line you can assign various parameters, with which you can influence the performance. The use of command line parameters is only recommended for experienced users."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147618\n"
-"2\n"
"help.text"
-msgid "For normal handling, the use of command line parameters is not necessary. A few of the parameters require a deeper knowledge of the technical background of the $[officename] software technology."
-msgstr "স্বাভাবিক পরিচালনার জন্য কমান্ড সারি মানসমূহের ব্যবহার প্রয়োজনীয় নয়। অতি অল্প মানসমূহ $[officename] সফটওয়্যার প্রযুক্তির প্রযুক্তিগত পটভূমির একটি গভীরতর জ্ঞান প্রয়োজন হয়।"
+msgid "For normal handling, the use of command line parameters is not necessary. A few of the parameters require a deeper knowledge of the technical background of $[officename] software technology."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"hd_id3154898\n"
-"4\n"
"help.text"
-msgid "Starting the $[officename] Software From the Command Line"
-msgstr "কমান্ড সারি হতে $[officename] সফটওয়্যার শুরু করছে"
+msgid "Starting $[officename] Software From the Command Line"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3156152\n"
-"5\n"
"help.text"
msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a shell under Linux, *BSD, or Mac OS X platforms."
msgstr ""
@@ -18427,16 +18422,14 @@ msgstr ""
msgctxt ""
"start_parameters.xhp\n"
"par_id3152472\n"
-"6\n"
"help.text"
msgid "Under Windows, type the following text in the <emph>Open </emph>text field and click <emph>OK</emph>."
-msgstr "উইন্ডোজে, <emph> খোলা</emph> লেখা ক্ষেত্রে নিম্নলিখিত টেক্সট মুদ্রণ করুন এবং <emph>ঠিক আছে</emph> ক্লিক করুন।"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3149669\n"
-"53\n"
"help.text"
msgid "Under UNIX-like systems, type the following line of text, then press <emph>Return</emph>:"
msgstr ""
@@ -18445,679 +18438,649 @@ msgstr ""
msgctxt ""
"start_parameters.xhp\n"
"par_id3147561\n"
-"7\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\\\program\\\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter}</caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter}</caseinline></switchinline>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3153360\n"
-"8\n"
"help.text"
-msgid "Replace <emph>{install}</emph> with the path to your installation of the $[officename] software (for example, <emph>C:\\Program Files\\Office</emph>, or <emph>~/office</emph>)"
-msgstr "<emph> {install}</emph> $[officename] সফটওয়্যার এর স্থাপনা পথের সঙ্গে (উদাহরণস্বরূপ <emph>C:\\\\Program Files\\\\Office</emph> অথবা <emph>~/office</emph>)প্রতিস্থাপন করুন"
+msgid "Replace <emph>{install}</emph> with the path to your installation of $[officename] software (for example, <emph>C:\\Program Files\\Office</emph>, or <emph>~/office</emph>)"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3158407\n"
-"9\n"
+"hd_id3145171\n"
"help.text"
-msgid "Where required, replace <emph>{parameter}</emph> with one or more of the following command line parameters."
-msgstr "যেখানে প্রয়োজন সেখানে <emph> {বৈশিষ্ট্য}</emph> নিম্নলিখিত কমান্ড সারির বৈশিষ্ট্যের এক অথবা আরও অধিক দ্বারা প্রতিস্থাপন করুন।"
+msgid "Valid Command Line Parameters"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"hd_id3145171\n"
-"10\n"
+"hd_id1016120408556191\n"
"help.text"
-msgid "Valid Command Line Parameters"
-msgstr "সঠিক কমান্ড সারির মানসমূহ"
+msgid "Using without special arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148451\n"
-"11\n"
+"par_id215247284938\n"
"help.text"
-msgid "Parameter"
-msgstr "মানসমূহ"
+msgid "Using without any arguments opens the start center."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149167\n"
-"12\n"
+"par_id4016121206183262\n"
"help.text"
-msgid "Meaning"
-msgstr "অর্থ"
+msgid "<emph>{file}</emph>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149983\n"
-"73\n"
+"par_id40161212062813818\n"
"help.text"
-msgid "--help / -h / -?"
-msgstr "-help / -h / -?"
+msgid "Tries to open the file (files) in the components suitable for them."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147349\n"
-"74\n"
+"par_id40161212063110720\n"
"help.text"
-msgid "Lists the available command line parameters <switchinline select=\"sys\"><caseinline select=\"WIN\">in a dialog box</caseinline><defaultinline>to the console</defaultinline></switchinline>."
-msgstr "প্রাপ্তিসাধ্য কমান্ড সারির মানসমূহের তালিকা <switchinline select=\"sys\"><caseinline select=\"WIN\">ডায়ালগ বাক্সে</caseinline><defaultinline>কনসোলে</defaultinline></switchinline>।"
+msgid "<emph>{file} macro:///[Library.Module.MacroName]</emph>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id31499et\n"
-"73\n"
+"par_id40161212063330252\n"
"help.text"
-msgid "--version"
+msgid "Opens the file and applies specified macros from the file."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id31473et\n"
-"74\n"
+"hd_id201612040855610\n"
"help.text"
-msgid "Displays the version information."
+msgid "Getting help and information"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150010\n"
-"59\n"
+"par_id3148451\n"
"help.text"
-msgid "--writer"
-msgstr "-writer"
+msgid "<variable id=\"parameter\">Parameter</variable>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147213\n"
-"60\n"
+"par_id3149167\n"
"help.text"
-msgid "Starts with an empty Writer document."
-msgstr "একটি শূন্য রাইটার নথির সাহায্যে শুরু করে।"
+msgid "<variable id=\"meaning\">Meaning</variable>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148616\n"
-"61\n"
+"par_id3147349\n"
"help.text"
-msgid "--calc"
-msgstr "-calc"
+msgid "Lists the available command line parameters to the console."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145261\n"
-"62\n"
+"par_id20161204091221764\n"
"help.text"
-msgid "Starts with an empty Calc document."
-msgstr "একটি শূন্য calc নথির সাহায্যে শুরু করে।"
+msgid "Opens $[officename] built-in or online Help on Writer."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156443\n"
-"63\n"
+"par_id20161204091520522\n"
"help.text"
-msgid "--draw"
-msgstr "-draw"
+msgid "Opens $[officename] built-in or online Help on Calc."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154011\n"
-"64\n"
+"par_id20161204091727059\n"
"help.text"
-msgid "Starts with an empty Draw document."
-msgstr "একটি শূন্য আঁকার নথির সাহায্যে শুরু করে।"
+msgid "Opens $[officename] built-in or online Help on Draw."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153142\n"
-"65\n"
+"par_id20161204091812159\n"
"help.text"
-msgid "--impress"
-msgstr "-impress"
+msgid "Opens $[officename] built-in or online Help on Impress."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153222\n"
-"66\n"
+"par_id20161204091919599\n"
"help.text"
-msgid "Starts with an empty Impress document."
-msgstr "একটি শূন্য ইমপ্রেস নথির সাহায্যে শুরু করে।"
+msgid "Opens $[officename] built-in or online Help on Base."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155853\n"
-"67\n"
+"par_id20161204092029619\n"
"help.text"
-msgid "--math"
-msgstr "-math"
+msgid "Opens $[officename] built-in or online Help on Basic scripting language."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3146928\n"
-"68\n"
+"par_id2016120409214276\n"
"help.text"
-msgid "Starts with an empty Math document."
-msgstr "একটি শূন্য অংক নথির সাহায্যে শুরু করে।"
+msgid "Opens $[officename] built-in or online Help on Math."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149960\n"
-"69\n"
+"par_id31473et\n"
"help.text"
-msgid "--global"
-msgstr "-global"
+msgid "Shows $[officename] version and quits."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151075\n"
-"70\n"
+"par_id2016120409236546\n"
"help.text"
-msgid "Starts with an empty Writer master document."
-msgstr "একটি শূন্য লেখনী প্রধান নথির সাহায্যে শুরু করে।"
+msgid "(MacOS X sandbox only) Returns path of the temporary directory for the current user and exits. Overrides all other arguments."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154510\n"
-"71\n"
+"hd_id20161204094429235\n"
"help.text"
-msgid "--web"
-msgstr "-web"
+msgid "General arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148836\n"
-"72\n"
+"par_id3153919\n"
"help.text"
-msgid "Starts with an empty HTML document."
-msgstr "একটি শূন্য HTML নথির সাহায্যে শুরু করে।"
+msgid "Activates[Deactivates] the Quickstarter service. It can take only one parameter <emph>no</emph> which deativates the Quickstarter service. Without parameters this service is activated."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id315330t\n"
+"help.text"
+msgid "Disables check for remote instances using the installation."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149403\n"
+"par_id315053o\n"
"help.text"
-msgid "--show {filename.odp}"
-msgstr "-show {filename.odp}"
+msgid "Forces an input filter type, if possible. For example:<br/><item type=\"input\">--infilter=\"Calc Office Open XML\"</item><br/><item type=\"input\">--infilter=\"Text (encoded):UTF8,LF,,,.\"</item>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153838\n"
-"80\n"
+"par_id20161204101917197\n"
"help.text"
-msgid "Starts with the Impress file <emph>{filename.odp}</emph> and starts the presentation. Enters edit mode after the presentation."
-msgstr "ইমপ্রেস ফাইলের সঙ্গে শুরু করে<emph> {filename odp}</emph> এবং উপস্থাপনা শুরু করে। উপস্থাপনার পরে সম্পাদনা মোড সন্নিবেশ করে।"
+msgid "Store soffice.bin pid to <emph>{file}</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156276\n"
-"13\n"
+"par_id3146786\n"
"help.text"
-msgid "--minimized"
-msgstr "-minimized"
+msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for $[officename] software on UNIX-like platforms."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"hd_id20161204103115358\n"
+"help.text"
+msgid "User/programmatic interface control"
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3151334\n"
+"help.text"
+msgid "Disables the splash screen at program start."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3146080\n"
-"14\n"
"help.text"
msgid "Starts minimized. The splash screen is not displayed."
-msgstr "হ্রাস করতে শুরু করে। স্প্ল্যাশ পর্দা প্রদর্শন করা হয় না।"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145641\n"
-"15\n"
+"par_id3153306\n"
"help.text"
-msgid "--invisible"
-msgstr "-invisible"
+msgid "Starts without displaying anything except the splash screen."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3154756\n"
-"16\n"
"help.text"
msgid "Starts in invisible mode."
-msgstr "অদৃশ্য মোড শুরু করে।"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3148914\n"
-"17\n"
"help.text"
-msgid "Neither the start-up logo nor the initial program window will be visible. However, the $[officename] software can be controlled and documents and dialogs opened via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
-msgstr "start-up লোগো নয়তো প্রাথমিক প্রোগ্রাম উইন্ডো দৃশ্যমান নয়। উপরন্তু, $[officename] সফটওয়্যার নিয়ন্ত্রণ করা যাবে এবং নথি এবং ডায়ালগ <link href=\"http://api.openoffice.org\" name=\"API\">API</link> হয়ে খোলেছিল ।"
+msgid "Neither the start-up logo nor the initial program window will be visible. $[officename] software can be controlled, and documents and dialogs can be controlled and opened via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147341\n"
-"18\n"
"help.text"
-msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
+msgid "Using the parameter, $[officename] can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3150388\n"
-"48\n"
"help.text"
-msgid "It cannot be used in conjunction with <emph>-quickstart</emph>."
-msgstr "এইটি <emph> -quickstart</emph>এর সঙ্গে যুক্তাক্ষরে ব্যবহার করা যাবে না।"
+msgid "It cannot be used in conjunction with <emph>--quickstart</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3145147\n"
-"19\n"
"help.text"
-msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
-msgstr "আরও বেশি তথ্য <emph> $ [officename] উন্নয়নকারী সহায়িকা</emph>তে খুঁজে পাওয়া যায়।"
+msgid "More information is found in <emph>$[officename] Developer's Guide</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155903\n"
-"20\n"
+"par_id3150530\n"
"help.text"
-msgid "--norestore"
-msgstr "-norestore"
+msgid "Starts in \"headless mode\" which allows using the application without user interface."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3156353\n"
+"help.text"
+msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3156374\n"
-"21\n"
"help.text"
msgid "Disables restart and file recovery after a system crash."
-msgstr "পদ্ধতি ভেঙ্গে পড়ার পর পুনরায় আরম্ভ করা নিষ্ক্রিয় করে এবং ফাইল পুনরুদ্ধার করে।"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id5215918\n"
+"par_id20161204120122917\n"
"help.text"
-msgid "--nofirststartwizard"
-msgstr "-nofirststartwizard"
+msgid "Starts in a safe mode, i.e. starts temporarily with a fresh user profile and helps to restore a broken configuration."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id5665761\n"
+"par_id3147130\n"
"help.text"
-msgid "Disables the Welcome Wizard."
-msgstr "স্বাগতম উইজার্ড নিষ্ক্রিয় করে।"
+msgid "Notifies $[officename] software that upon the creation of \"UNO Acceptor Threads\", a \"UNO Accept String\" will be used."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148477\n"
-"25\n"
+"par_id20161204120828147\n"
"help.text"
-msgid "--quickstart"
-msgstr "-quickstart"
+msgid "UNO-URL is string the such kind <emph>uno:connection-type,params;protocol-name,params;ObjectName</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153919\n"
-"26\n"
+"par_id3148874\n"
"help.text"
-msgid "Activates the Quickstarter."
-msgstr "Quickstarter টি সক্রিয় করে।"
+msgid "More information is found in <emph>$[officename] Developer's Guide</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3152479\n"
-"30\n"
+"par_id314713a\n"
"help.text"
-msgid "--accept={UNO string}"
-msgstr "-accept={UNO string}"
+msgid "Closes an acceptor that was created with <emph>--accept={UNO-URL}</emph>. Use <emph>--unaccept=all</emph> to close all open acceptors."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147130\n"
-"31\n"
+"par_id20161204121422689\n"
"help.text"
-msgid "Notifies the $[officename] software that upon the creation of \"UNO Acceptor Threads\", a \"UNO Accept String\" will be used."
-msgstr "$[officename] সফটওয়্যার ঘোষনা করে যা \" UNO গ্রাহক থ্রেড \" সৃষ্টির ওপর, একটি \" UNO স্ট্রিং গ্রহণ করে \" ব্যবহার করা হবে।"
+msgid "Uses specified language, if language is not selected yet for UI. The lang is a tag of the language in IETF language tag."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148874\n"
-"32\n"
+"par_id201612041220386\n"
"help.text"
-msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
-msgstr "আরও বেশি তথ্য <emph> $ [officename] উন্নয়নকারী সহায়িকা</emph>তে খুঁজে পাওয়া যায়।"
+msgid "Developer arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315247a\n"
-"30\n"
+"par_id20161204122216505\n"
"help.text"
-msgid "--unaccept={UNO string}"
-msgstr "-accept={UNO string}"
+msgid "Exit after initialization complete (no documents loaded)."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314713a\n"
-"31\n"
+"par_id2016120412237431\n"
"help.text"
-msgid "Closes an acceptor that was created with --accept={UNO string}. Use --unaccept=all to close all open acceptors."
+msgid "Exit after loading documents."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3159238\n"
-"36\n"
+"par_id20161204122420839\n"
"help.text"
-msgid "-p {filename1} {filename2} ..."
-msgstr "-p {filename1} {filename2} ..."
+msgid "New document creation arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3163666\n"
-"37\n"
+"par_id20161204122414892\n"
"help.text"
-msgid "Prints the files <emph>{filename1} {filename2} ...</emph> to the default printer and ends. The splash screen does not appear."
-msgstr "পূর্বনির্ধারিত মুদ্রণযন্ত্রে ফাইল মুদ্রণ করে<emph> {filename১} {filename২}...</emph> এবং শেষ হয়। স্প্ল্যাশ পর্দা আবির্ভূত হয় না।"
+msgid "The arguments create an empty document of specified kind. Only one of them may be used in one command line. If filenames are specified after an argument, then it tries to open those files in the specified component."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150828\n"
-"49\n"
+"par_id3147213\n"
"help.text"
-msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
-msgstr "যদি ফাইলের নাম ফাঁকা স্থান ধারণ করে তাহলে এটি অবশ্যই উদ্ধৃতকরণ চিহ্নে সংযুক্ত হওয়া উচিত।"
+msgid "Starts with an empty Writer document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150883\n"
-"38\n"
+"par_id3145261\n"
"help.text"
-msgid "--pt {Printername} {filename1} {filename2} ..."
-msgstr "-pt {Printername} {filename1} {filename2} ..."
+msgid "Starts with an empty Calc document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155081\n"
-"50\n"
+"par_id3154011\n"
"help.text"
-msgid "Prints the files <emph>{filename1} {filename2} ...</emph> to the printer <emph>{Printername}</emph> and ends. The splash screen does not appear."
-msgstr "ফাইল মুদ্রণ করে<emph> {filename১} {filename২}...</emph> মুদ্রণযন্ত্রে<emph> {Printername}</emph> এবং শেষ হয়। স্প্ল্যাশ পর্দা আবির্ভূত হয় না।"
+msgid "Starts with an empty Draw document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153655\n"
-"51\n"
+"par_id3153222\n"
"help.text"
-msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
-msgstr "যদি ফাইলের নাম ফাঁকা স্থান ধারণ করে তাহলে এটি অবশ্যই উদ্ধৃতকরণ চিহ্নে সংযুক্ত হওয়া উচিত।"
+msgid "Starts with an empty Impress document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154372\n"
-"39\n"
+"par_id3146928\n"
"help.text"
-msgid "-o {filename}"
-msgstr "-o {filename}"
+msgid "Starts with an empty Math document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150309\n"
-"40\n"
+"par_id3151075\n"
"help.text"
-msgid "Opens <emph>{filename}</emph> for editing, even if it is a template."
-msgstr "সম্পাদনা করার জন্য <emph>{filename}</emph> এমনকি এটি যদি একটি ট্যামপ্লেট হয়।"
+msgid "Starts with an empty Writer master document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151182\n"
-"54\n"
+"par_id3148836\n"
"help.text"
-msgid "--view {filename}"
-msgstr "-view {filename}"
+msgid "Starts with an empty HTML document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145268\n"
-"55\n"
+"par_id20161204125123476\n"
"help.text"
-msgid "Creates a temporary copy of <emph>{filename}</emph> and opens it read-only."
-msgstr "<emph> {filename}</emph> এর একটি অস্থায়ী অনুলিপি তৈরি করে এবং শুধুমাত্র পড়ার জন্য খোলে।"
+msgid "File open arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3166421\n"
-"41\n"
+"par_id20161204125411030\n"
"help.text"
-msgid "-n {filename}"
-msgstr "-n {filename}"
+msgid "The arguments define how following filenames are treated. New treatment begins after the argument and ends at the next argument. The default treatment is to open documents for editing, and create new documents from document templates."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3154259\n"
-"42\n"
"help.text"
-msgid "Creates a new document using <emph>{filename}</emph> as a template."
-msgstr "ট্যামপ্লেট হিসেবে <emph> {filename}</emph> ব্যবহার করে একটি নতুন নথি তৈরি করে।"
+msgid "Treats following files as templates for creation of new documents."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155126\n"
-"43\n"
+"par_id3150309\n"
"help.text"
-msgid "--nologo"
-msgstr "-nologo"
+msgid "Opens following files for editing, regardless whether they are templates or not."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151334\n"
-"44\n"
+"par_id3155081\n"
"help.text"
-msgid "Disables the splash screen at program start."
-msgstr "অনুষ্ঠান শুরুতে স্প্ল্যাশ পর্দা নিষ্ক্রিয় করে।"
+msgid "Prints the following files to the printer <emph>{Printername}</emph> and ends. The splash screen does not appear."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3159171\n"
-"75\n"
+"par_id3153655\n"
+"51\n"
"help.text"
-msgid "--nodefault"
-msgstr "-nodefault"
+msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
+msgstr "যদি ফাইলের নাম ফাঁকা স্থান ধারণ করে তাহলে এটি অবশ্যই উদ্ধৃতকরণ চিহ্নে সংযুক্ত হওয়া উচিত।"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153306\n"
-"76\n"
+"par_id20161204010513716\n"
"help.text"
-msgid "Starts without displaying anything except the splash screen."
-msgstr "স্প্ল্যাশ পর্দা ব্যতীত অন্যকিছু প্রদর্শন না করে শুরু করে।"
+msgid "If used multiple times, only last <emph>{Printername}</emph> is effective for all documents of all <emph>--pt</emph> runs."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315917t\n"
-"75\n"
+"par_id2016120401061890\n"
"help.text"
-msgid "--nolockcheck"
+msgid "Also, <emph>--printer-name</emph> argument of <emph>--print-to-file</emph> switch interferes with <emph>{Printername}</emph>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315330t\n"
-"76\n"
+"par_id3163666\n"
"help.text"
-msgid "Disables check for remote instances using the installation."
+msgid "Prints following files to the default printer, after which those files are closed. The splash screen does not appear."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id2211676\n"
+"par_id3150828\n"
"help.text"
-msgid "--nofirststartwizard"
-msgstr "-nofirststartwizard"
+msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id1641895\n"
+"par_id3145268\n"
"help.text"
-msgid "Add this parameter to the program start command to suppress the Welcome Wizard."
-msgstr "স্বাগতম উইজার্ড দমন করতে অনুষ্ঠান শুরু আদেশে এই মানটি সংযুক্ত করুন।"
+msgid "Opens following files in viewer mode (read-only)."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153915\n"
-"45\n"
+"par_id3153838\n"
"help.text"
-msgid "--display {display}"
-msgstr "-display {display}"
+msgid "Opens and starts the following presentation documents of each immediately. Files are closed after the showing. Files other than Impress documents are opened in default mode , regardless of previous mode."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3146786\n"
-"46\n"
+"par_id315053p\n"
"help.text"
-msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX-like platforms."
+msgid "Batch convert files (implies --headless). If --outdir isn't specified, then current working directory is used as output_dir."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149595\n"
-"56\n"
+"par_id2016120401222926\n"
"help.text"
-msgid "--headless"
-msgstr "-headless"
+msgid "If --convert-to is used more than once, last value of OutputFileExtension[:OutputFilterName] is effective. If --outdir is used more than once, only its last value is effective. For example:"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150530\n"
-"57\n"
+"par_id315053q\n"
"help.text"
-msgid "Starts in \"headless mode\" which allows using the application without user interface."
-msgstr "\" headless মোড \" এ শুরু হয় যা ব্যবহারকারী ইন্টারফেস ব্যতীত প্রয়োগ ব্যবহার অনুমোদন করে।"
+msgid "Batch print files to file. If <emph>--outdir</emph> is not specified, then current working directory is used as output_dir."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156353\n"
-"58\n"
+"par_id20161204012928262\n"
"help.text"
-msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
-msgstr "এই বিশেষ মোডটি ব্যবহার করা যাবে যখন প্রয়োগ কোন বাহ্যিক গ্রাহক দ্বারা <link href=\"http://api.openoffice.org\" name=\"API\">API</link>এর মধ্য দিয়ে নিয়ন্ত্রিত হয়।।"
+msgid "If <emph>--printer-name</emph> or <emph>--outdir</emph> used multiple times, only last value of each is effective. Also, <emph>{Printername}</emph> of <emph>--pt</emph> switch interferes with <emph>--printer-name</emph>. For example:"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959o\n"
-"56\n"
+"par_id2016120401348732\n"
"help.text"
-msgid "--infilter={filter}"
+msgid "Dump text content of the following files to console (implies <emph>--headless</emph>). Cannot be used with <emph>--convert-to</emph>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053o\n"
-"57\n"
+"par_id2016120401398657\n"
"help.text"
-msgid "Forces an input filter type, if possible. Eg. --infilter=\"Calc Office Open XML\"."
+msgid "Set a bootstrap variable. For example: to set a non-default user profile path:"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959p\n"
-"56\n"
+"par_id20161204014126760\n"
"help.text"
-msgid "--convert-to output_file_extension[:output_filter_name] [--outdir output_dir] files"
+msgid "Ignored switches"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053p\n"
-"57\n"
+"par_id2016120401435616\n"
"help.text"
-msgid "Batch convert files. If --outdir is not specified, then current working directory is used as output_dir.<br/>Eg. --convert-to pdf *.doc<br/>--convert-to pdf:writer_pdf_Export --outdir /home/user *.doc"
+msgid "Ignored (MacOS X only)"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959q\n"
-"56\n"
+"par_id20161204014423695\n"
"help.text"
-msgid "--print-to-file [--printer-name printer_name] [--outdir output_dir] files"
+msgid "Ignored (COM+ related; Windows only)"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053q\n"
-"57\n"
+"par_id20161204014529900\n"
+"help.text"
+msgid "Does nothing, accepted only for backward compatibility."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id2016120401463584\n"
"help.text"
-msgid "Batch print files to file. If --outdir is not specified, then current working directory is used as output_dir.<br/>Eg. --print-to-file *.doc<br/>--print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc"
+msgid "Used only in unit tests and should have two arguments."
msgstr ""
#: startcenter.xhp
diff --git a/source/bn-IN/helpcontent2/source/text/shared/optionen.po b/source/bn-IN/helpcontent2/source/text/shared/optionen.po
index 278d5e34cf8..877b47be32c 100644
--- a/source/bn-IN/helpcontent2/source/text/shared/optionen.po
+++ b/source/bn-IN/helpcontent2/source/text/shared/optionen.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-05-24 03:13+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-07-05 17:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn_IN\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1464059624.000000\n"
+"X-POOTLE-MTIME: 1467738327.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -2245,8 +2245,8 @@ msgctxt ""
"01010500.xhp\n"
"tit\n"
"help.text"
-msgid "Colors"
-msgstr "রং"
+msgid "Color"
+msgstr ""
#: 01010500.xhp
msgctxt ""
@@ -2260,328 +2260,201 @@ msgstr "<bookmark_value>colors; models</bookmark_value>"
msgctxt ""
"01010500.xhp\n"
"hd_id3150543\n"
-"1\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Colors\">Colors</link>"
-msgstr "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Colors\">রং</link>"
+msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Color\">Color</link>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3153104\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/ColorPage\">Allows you to select a color from a color table, edit an existing color, or define new colors.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/ColorPage\">রঙের সারণি হতে রং নির্বাচন করতে, একটি উপস্থিত রং সম্পাদনা করতে, অথবা নতুন রং সুনির্দিষ্ট করতে আপনাকে অনুমোদন করে।</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/ColorPage\">Allows you to select a color from a color palette, edit an existing color, or define new colors.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150767\n"
-"3\n"
"help.text"
-msgid "Color table"
-msgstr "রঙের সারণি"
+msgid "Colors"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150869\n"
-"5\n"
"help.text"
-msgid "Name"
-msgstr "নাম"
+msgid "Palette"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3149809\n"
-"6\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/name\">Specifies the name of a selected color. You can also type a name in this field when defining a new color.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/name\">একটি নির্বাচিত রঙের নাম সুনির্দিষ্ট করে। নতুন রং সুনির্দিষ্ট করার সময় আপনি এই ক্ষেত্রে নাম টাইপ করতে পারেন।</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/paletteselector\">Specifies the name of a selected palette. You can select a different palette here.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150447\n"
-"7\n"
"help.text"
-msgid "Color"
-msgstr "রং"
+msgid "Color Set"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3149560\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/colorlb\">Contains a list of available colors. To select a color, choose one from the list.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/colorlb\">উপস্থিত রঙের তালিকা বিদ্যমান থাকে। একটি রং নির্বাচন করতে, তালিকা হতে একটি নির্বাচন করুন।</ahelp>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3155132\n"
-"9\n"
"help.text"
-msgid "Color table"
-msgstr "রঙের সারণি"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3152885\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/modellb\">To modify, select the color model: Red-Green-Blue (RGB) or Cyan-Magenta-Yellow-BlacK (CMYK).</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/modellb\">পরিবর্তন করতে, রঙের নমুনা নির্বাচন করুন: লাল-সবুজ-নীল(RGB) অথবা সায়ান-ম্যাজেন্টা-হলুদ-কালো(CMYK)।</ahelp>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id1527756\n"
-"help.text"
-msgid "%PRODUCTNAME uses only the RGB color model for printing in color. The CMYK controls are provided only to ease the input of color values using CMYK notation."
-msgstr "মুদ্রণ রঙের জন্য %PRODUCTNAME এ শুধুমাত্র RGB রং নমুনা ব্যবহৃত হয়। CMYK নোটেশন ব্যবহার করে CMYK কন্ট্রোল শুধুমাত্র রঙের মানের ইনপুট সহজতর করতে প্রদান করা হয়।"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3147426\n"
-"40\n"
-"help.text"
-msgid "If you select RGB, the initials of the three colors will appear and you can set the color from 0 to 255 with the spin button."
-msgstr "আপনি যদি RGB নির্বাচন করেন, তিনটি রঙের আদ্যক্ষর প্রদর্শিত হবে এবং আপনি স্পিন বোতাম দ্বারা ০ হতে ২৫৫ পর্যন্ত রং নির্ধারণ করতে পারেন।"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3150103\n"
-"13\n"
-"help.text"
-msgid "R"
+msgid "<ahelp hid=\"cui/ui/colorpage/colorset\">Contains a list of available colors. Click on the desired one in the list to select it.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3152462\n"
-"14\n"
+"hd_id31563321\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/R\">Red</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/R\">লাল</ahelp>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3145366\n"
-"15\n"
-"help.text"
-msgid "G"
+msgid "Recent Colors"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3153144\n"
-"16\n"
+"par_id31544811\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/G\">Green</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/G\">সবুজ</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/recentcolorset\">Displays the last twelve colors selected and applied.</ahelp> Upon selecting a new color it is added to the left of the list. If the list is full and a new color is selected then the rightmost color is deleted."
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3153573\n"
-"17\n"
+"hd_id3156332\n"
"help.text"
-msgid "B"
+msgid "Add"
msgstr ""
#: 01010500.xhp
-#, fuzzy
msgctxt ""
"01010500.xhp\n"
-"par_id3153726\n"
-"18\n"
+"par_id3154481\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/B\">Blue</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/K\">কালো</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/add\">Adds the new color to the <emph>Custom</emph> palette.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3152940\n"
-"41\n"
+"hd_id31547578\n"
"help.text"
-msgid "If you select CMYK, the initials of the four colors will appear and you can set the color from 0 to 255 with the spin button."
-msgstr "আপনি যদি CMYK নির্বাচন করেন, চারটি রঙের আদ্যক্ষর প্রদর্শিত হবে এবং আপনি স্পিন বোতামের দ্বারা ০ হতে ২৫৫ পর্যন্ত রং নির্ধারণ করতে পারেন।"
+msgid "Delete"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3154942\n"
-"42\n"
+"par_id3154483\n"
"help.text"
-msgid "C"
+msgid "<ahelp hid=\"cui/ui/colorpage/delete\">Deletes the selected color without confirmation.</ahelp>"
msgstr ""
#: 01010500.xhp
-#, fuzzy
msgctxt ""
"01010500.xhp\n"
-"par_id3145800\n"
-"43\n"
+"par_id3154574\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/C\">Cyan</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/G\">সবুজ</ahelp>"
+msgid "You can only delete colors from the <emph>custom</emph> palette."
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3155417\n"
-"44\n"
+"hd_id31507671\n"
"help.text"
-msgid "M"
+msgid "New"
msgstr ""
#: 01010500.xhp
-#, fuzzy
msgctxt ""
"01010500.xhp\n"
-"par_id3150093\n"
-"45\n"
+"par_id3147426\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/M\">Magenta</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/G\">সবুজ</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/newpreview\">Displays a preview of the color selected from the color palette and the changes you make with the controls below.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3147124\n"
-"46\n"
+"hd_id3150103\n"
"help.text"
-msgid "Y"
+msgid "R"
msgstr ""
#: 01010500.xhp
-#, fuzzy
msgctxt ""
"01010500.xhp\n"
-"par_id3154098\n"
-"47\n"
+"par_id3152462\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/Y\">Yellow</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/R\">লাল</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/R_custom\">The color code of the red component of the color. Possible values are between 0 and 255.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3154015\n"
-"48\n"
+"hd_id3145366\n"
"help.text"
-msgid "K"
+msgid "G"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3156180\n"
-"49\n"
+"par_id3153144\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/K\">Black</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/K\">কালো</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/G_custom\">The color code of the green component of the color. Possible values are between 0 and 255.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3156332\n"
-"27\n"
+"hd_id3153573\n"
"help.text"
-msgid "Add"
-msgstr "যোগ করুন"
+msgid "B"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3154481\n"
-"28\n"
+"par_id3153726\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/add\">Adds a new color.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/add\">নতুন রং সংযুক্ত করা হয়।</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/B_custom\">The color code of the blue component of the color. Possible values are between 0 and 255.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3153708\n"
-"29\n"
+"hd_id31535731\n"
"help.text"
-msgid "Modify"
-msgstr "পরিবর্তন করুন"
+msgid "Hex"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3148916\n"
-"30\n"
+"par_id31537261\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/modify\">Changes the current color.</ahelp> Note that the color is overwritten without a confirmation."
-msgstr "<ahelp hid=\"cui/ui/colorpage/modify\">বর্তমান রং পরিবর্তন করা হয়।</ahelp> নোট করুন যে, রং নিশ্চিতকরণ ব্যতীত উপরিলেখন করা হয়েছে।"
+msgid "<ahelp hid=\"cui/ui/colorpage/hex_custom\">The color code of the color expressed as a hexadecimal value.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3154754\n"
-"31\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Edit\">Edit</link>"
-msgstr "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Edit\">সম্পাদনা করুন</link>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3159267\n"
-"33\n"
-"help.text"
-msgid "Load Color List"
-msgstr "রঙের তালিকা লোড করুন"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3154705\n"
-"34\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/load\">Accesses the <emph>Open</emph> dialog, which allows you to select a color palette</ahelp>."
-msgstr "<ahelp hid=\"cui/ui/colorpage/load\"><emph>খুলুন</emph> ডায়ালগে সন্নিবেশ করুন, যা আপনাকে রঙের প্যালেট নির্বাচন করতে অনুমোদন করা হয়</ahelp>।"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3147344\n"
-"36\n"
-"help.text"
-msgid "Save Color List"
-msgstr "রঙের তালিকা সংরক্ষণ করুন"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3163808\n"
-"37\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/save\">Opens the <emph>Save As</emph> dialog, which enables you to save the current color table under a specified name.</ahelp> If you do not choose this command, the current color table will be automatically saved as default and re-loaded the next time you start $[officename]."
-msgstr "<ahelp hid=\"cui/ui/colorpage/save\"><emph>এভাবে সংরক্ষণ করুন</emph> ডায়ালগ খোলে, যা একটি সুনির্দিষ্ট নামের অধীনে বর্তমান রঙের সারণি সংরক্ষণ করতে সক্রিয় করে।</ahelp> আপনি যদি এই কমান্ডটি নির্বাচন না করেন, বর্তমান রঙের সারণি স্বয়ংক্রিয়ভাবে পূর্বনির্ধারণ অনুসারে সংরক্ষিত হবে এবং আপনি পরবর্তী সময়ে $[officename] শুরু করলে পুনরায় লোড করা হবে।"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3154572\n"
-"38\n"
-"help.text"
-msgid "The <emph>Load color list</emph> and <emph>Save color list </emph>icons are visible only if you select the <emph>Colors</emph> tab with the <emph>Format - Area</emph> command."
-msgstr "আপনি যদি <emph>বিন্যাস - এলাকা</emph> দ্বারা <emph>রং</emph> ট্যাব নির্বাচন করেন তবে শুধুমাত্র <emph>রঙের তালিকা লোড করুন</emph> এবং <emph>রঙের তালিকা সংরক্ষণ করুন </emph>আইকন দৃশ্যমান হবে।"
+msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Pick\">Pick</link><ahelp hid=\"cui/ui/colorpage/edit\"><embed href=\"text/shared/optionen/01010501.xhp#farbentext\"/></ahelp>"
+msgstr ""
#: 01010501.xhp
msgctxt ""
@@ -5345,8 +5218,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN1064B\n"
"help.text"
-msgid "<ahelp hid=\"703988739\">Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988739\">রেকর্ডকৃত পরিবর্তন, সংস্করণ অথবা মন্তব্য ধারণকারী নথি সংরক্ষণ অথবা প্রেরণের সময় একটি সতর্কবানী ডায়ালগ দেখার জন্য নির্বাচন করুন।</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/savesenddocs\">Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5361,8 +5234,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10652\n"
"help.text"
-msgid "<ahelp hid=\"703988740\">Select to see a warning dialog when you try to print a document that contains recorded changes or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988740\">রেকর্ডকৃত পরিবর্তন অথবা মন্তব্য ধারণকারী নথি মূদ্রনের চেষ্টা করার সময় একটি সতর্কবানী ডায়ালগ দেখার জন্য নির্বাচন করুন।</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whenprinting\">Select to see a warning dialog when you try to print a document that contains recorded changes or comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5377,8 +5250,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10659\n"
"help.text"
-msgid "<ahelp hid=\"703988741\">Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988741\">রেকর্ডকৃত পরিবর্তন, সংস্করণ, ক্ষেত্র, অন্য সোর্সের রেফারেন্স (যেমন, লিঙ্ককৃত অংশ অথবা ছবি) অথবা মন্তব্য ধারণকারী নথিতে সাক্ষর করার সময় একটি সতর্কবানী ডায়ালগ দেখার জন্য নির্বাচন করুন।</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whensigning\">Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5393,8 +5266,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10660\n"
"help.text"
-msgid "<ahelp hid=\"703988742\">Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments.</ahelp>"
-msgstr "<ahelp hid=\"703988742\">Writer এ রেকর্ডকৃত পরিবর্তন অথবা মন্তব্য প্রদর্শনকারী নথি PDF বিন্যাসে এক্সপোর্টের চেষ্টা করার সময় একটি সতর্কবানী ডায়ালগ দেখার জন্য নির্বাচন করুন।</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whenpdf\">Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5405,13 +5278,12 @@ msgid "Remove personal information on saving"
msgstr "সংরক্ষণের সময় ব্যক্তিগত তথ্য অপসারণ করুন"
#: 01030300.xhp
-#, fuzzy
msgctxt ""
"01030300.xhp\n"
"par_idN10667\n"
"help.text"
-msgid "<ahelp hid=\"703988743\">Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>"
-msgstr "<ahelp hid=\"703988743\">ফাইল বৈশিষ্ট্যাবলী থেকে সবসময় ব্যবহারকারী ডাটা অপসারণ করার জন্য নির্বাচন করুন। যদি এই অপশনটি নির্বাচিত না হয়, তাহলে আপনি <emph>ফাইল - বৈশিষ্ট্যাবলী - সাধারণ</emph> এর <emph>পনুঃনির্ধারণ</emph> বোতামটির সাহায্যে বর্তমান নথির জন্য ব্যক্তিগত তথ্যাবলী অপসারণ করতে পারেন।</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/removepersonal\">Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5426,8 +5298,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10680\n"
"help.text"
-msgid "<ahelp hid=\"703988744\">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp>"
-msgstr "<ahelp hid=\"703988744\">ফাইল সংরক্ষণ ডায়ালগে সর্বদা <emph>গুপ্তসঙ্কেত দ্বারা সংরক্ষণ করুন</emph> অপশন সক্রিয় করতে নির্বাচন করুন। গুপ্তসঙ্কেত ব্যতীত পূর্বনির্ধারণ অনুসারে পাইলটি সংরক্ষণ করতে অপশনটি অনির্বাচিত করুন।</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/password\">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5442,8 +5314,24 @@ msgctxt ""
"01030300.xhp\n"
"par_id79042\n"
"help.text"
-msgid "<ahelp hid=\".\">If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</ahelp>"
-msgstr "<ahelp hid=\".\">যদি সক্রিয় থাকে, আপনাকে অবশ্যই হাইপারলিঙ্ক অনুসরণ করতে ঐ লিঙ্কে ক্লিক করার সময় Ctrl কী চেপে ধরে রাখতে হবে। যদি সক্রিয় না থাকে, একটি ক্লিকে হাইপারলিঙ্ক খোলে যায়।</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/ctrlclick\">If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</ahelp>"
+msgstr ""
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id1972107\n"
+"help.text"
+msgid "Block any links from documents not among the trusted locations (see Macro Security)"
+msgstr ""
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id79043\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/blockuntrusted\">Blocks the use of links pointing to images not in the trusted locations defined on the <link href=\"text/shared/optionen/macrosecurity_ts.xhp\" name=\"Trusted Sources\">Trusted Sources</link> tab of the Macro Security dialog.</ahelp> This can increase security in case you work with documents from untrusted sources (e.g. the internet) and are worried about vulnerabilities in image processing software components. Blocking the use of links means that images are not loaded in documents, only a placeholder frame is visible."
+msgstr ""
#: 01030300.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/smath.po b/source/bn-IN/helpcontent2/source/text/smath.po
index 7922f8454d0..3c23f3312c5 100644
--- a/source/bn-IN/helpcontent2/source/text/smath.po
+++ b/source/bn-IN/helpcontent2/source/text/smath.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-08-25 12:34+0200\n"
-"PO-Revision-Date: 2013-05-24 07:55+0000\n"
-"Last-Translator: system user <>\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2015-08-25 12:14+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn_IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1369382123.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1440504884.000000\n"
#: main0000.xhp
msgctxt ""
@@ -248,9 +248,8 @@ msgstr "<link href=\"text/smath/main0103.xhp\" name=\"View\">প্রদর্
msgctxt ""
"main0103.xhp\n"
"par_id3147338\n"
-"2\n"
"help.text"
-msgid "Sets the display scale and defines which elements you want to be visible. Most of the commands that you can enter into the <emph>Commands</emph> window can also be accessed through a mouse click if you have already opened the Elements window with <link href=\"text/smath/01/03090000.xhp\" name=\"View - Elements\"><emph>View - Elements</emph></link>."
+msgid "Sets the display scale and defines which elements you want to be visible. Most of the commands that you can enter into the <emph>Commands</emph> window can also be accessed through a mouse click if you have already opened the Elements pane with <link href=\"text/smath/01/03090000.xhp\" name=\"View - Elements\"><emph>View - Elements</emph></link>."
msgstr ""
#: main0103.xhp
@@ -618,7 +617,6 @@ msgstr "প্রসঙ্গে বিদ্যমান সূত্র"
msgctxt ""
"main0503.xhp\n"
"par_id3148774\n"
-"8\n"
"help.text"
-msgid "To make working with formulas easier, use the context menus, which can be called up with a right mouse click. This applies especially to the Commands window. This context menu contains all the commands that are found in the Elements window, and also operators, and so on, which can be inserted into your formula by mouse-click without having to key them into the Commands window."
+msgid "To make working with formulas easier, use the context menus, which can be called up with a right mouse click. This applies especially to the Commands window. This context menu contains all the commands that are found in the Elements pane, and also operators, and so on, which can be inserted into your formula by mouse-click without having to key them into the Commands window."
msgstr ""
diff --git a/source/bn-IN/helpcontent2/source/text/smath/00.po b/source/bn-IN/helpcontent2/source/text/smath/00.po
index d561f5e57e3..98e5d2fa58b 100644
--- a/source/bn-IN/helpcontent2/source/text/smath/00.po
+++ b/source/bn-IN/helpcontent2/source/text/smath/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2015-12-11 12:17+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2015-11-10 21:08+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn_IN\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1449836256.000000\n"
+"X-POOTLE-MTIME: 1447189720.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -312,31 +312,13 @@ msgstr "কমান্ড উইন্ডোতে প্রসঙ্গ মে
msgctxt ""
"00000004.xhp\n"
"par_id3154106\n"
-"71\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Unary/Binary Operators</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3153535\n"
-"help.text"
-msgid "<image id=\"img_id3151310\" src=\"res/helpimg/starmath/im21101.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151310\">Icon</alt></image>"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3153774\n"
-"72\n"
-"help.text"
-msgid "Unary/Binary Operators"
-msgstr "ইউনারী/বাইনারী অপারেটর"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3150360\n"
"73\n"
"help.text"
@@ -347,31 +329,13 @@ msgstr "কমান্ড উইন্ডোতে প্রসঙ্গ মে
msgctxt ""
"00000004.xhp\n"
"par_id3154473\n"
-"74\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Relations</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3147531\n"
-"help.text"
-msgid "<image id=\"img_id3151103\" src=\"res/helpimg/starmath/bi21309.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151103\">Icon</alt></image>"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3150833\n"
-"75\n"
-"help.text"
-msgid "Relations"
-msgstr "অন্বয়"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149687\n"
"37\n"
"help.text"
@@ -382,31 +346,13 @@ msgstr "কমান্ড উইন্ডোতে প্রসঙ্গ মে
msgctxt ""
"00000004.xhp\n"
"par_id3149342\n"
-"76\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3146921\n"
"help.text"
-msgid "<image id=\"img_id3146927\" src=\"res/helpimg/starmath/im21105.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146927\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Operators</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3148990\n"
-"39\n"
-"help.text"
-msgid "Operators"
-msgstr "অপারেটর"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149297\n"
"40\n"
"help.text"
@@ -417,31 +363,13 @@ msgstr "কমান্ড উইন্ডোতে প্রসঙ্গ মে
msgctxt ""
"00000004.xhp\n"
"par_id3143275\n"
-"77\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Functions</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3149103\n"
-"help.text"
-msgid "<image id=\"img_id3154825\" src=\"res/helpimg/starmath/im21104.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3154825\">Icon</alt></image>"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3149796\n"
-"42\n"
-"help.text"
-msgid "Functions"
-msgstr "ফাংশন"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3147092\n"
"43\n"
"help.text"
@@ -452,31 +380,13 @@ msgstr "কমান্ড উইন্ডোতে প্রসঙ্গ মে
msgctxt ""
"00000004.xhp\n"
"par_id3147220\n"
-"78\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3147584\n"
"help.text"
-msgid "<image id=\"img_id3148733\" src=\"res/helpimg/starmath/im21107.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148733\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Brackets</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3147330\n"
-"45\n"
-"help.text"
-msgid "Brackets"
-msgstr "বন্ধনী"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3153510\n"
"46\n"
"help.text"
@@ -487,31 +397,13 @@ msgstr "কমান্ড উইন্ডোতে প্রসঙ্গ মে
msgctxt ""
"00000004.xhp\n"
"par_id3147126\n"
-"79\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Attributes</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3154376\n"
-"help.text"
-msgid "<image id=\"img_id3154390\" src=\"res/helpimg/starmath/at21706.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154390\">Icon</alt></image>"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3153361\n"
-"48\n"
-"help.text"
-msgid "Attributes"
-msgstr "বৈশিষ্ট্যাবলী"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3154114\n"
"49\n"
"help.text"
@@ -522,31 +414,13 @@ msgstr "কমান্ড উইন্ডোতে প্রসঙ্গ মে
msgctxt ""
"00000004.xhp\n"
"par_id3150581\n"
-"80\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3151029\n"
"help.text"
-msgid "<image id=\"img_id3151036\" src=\"res/helpimg/starmath/im21108.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151036\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Formats</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3155119\n"
-"51\n"
-"help.text"
-msgid "Formats"
-msgstr "বিন্যাস"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149008\n"
"52\n"
"help.text"
@@ -557,31 +431,13 @@ msgstr "কমান্ড উইন্ডোতে প্রসঙ্গ মে
msgctxt ""
"00000004.xhp\n"
"par_id3147313\n"
-"81\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3151377\n"
"help.text"
-msgid "<image id=\"img_id3151384\" src=\"res/helpimg/starmath/op21401.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151384\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Set Operations</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3150686\n"
-"54\n"
-"help.text"
-msgid "Set Operations"
-msgstr "অপারেশন নির্ধারণ করুন"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3150109\n"
"55\n"
"help.text"
@@ -721,29 +577,12 @@ msgctxt ""
"par_id3153968\n"
"91\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3154715\n"
-"help.text"
-msgid "<image id=\"img_id3154722\" src=\"res/helpimg/starmath/im21117.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154722\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Others</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3150459\n"
-"92\n"
-"help.text"
-msgid "Others"
-msgstr "অন্যান্য"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3145626\n"
"help.text"
msgid "<image id=\"img_id3145632\" src=\"cmd/sc_formelcursor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145632\">Icon</alt></image>"
diff --git a/source/bn-IN/helpcontent2/source/text/smath/01.po b/source/bn-IN/helpcontent2/source/text/smath/01.po
index 23455a5fc7e..aed29234ecf 100644
--- a/source/bn-IN/helpcontent2/source/text/smath/01.po
+++ b/source/bn-IN/helpcontent2/source/text/smath/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
"PO-Revision-Date: 2016-05-06 19:06+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -440,18 +440,16 @@ msgstr "<link href=\"text/smath/01/03090100.xhp\" name=\"Unary/Binary Operators\
msgctxt ""
"03090100.xhp\n"
"par_id3151241\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">You can choose various unary and binary operators to build your $[officename] Math formula. Unary refers to operators that affect one placeholder. Binary refers to operators that connect two placeholders. The lower area of the Elements window displays the individual operators.</ahelp> The <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window also contains a list of these operators, as well as additional operators. If you need an operator that is not contained in the Elements window, use the context menu or type it directly in the <emph>Commands</emph> window."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">You can choose various unary and binary operators to build your $[officename] Math formula. Unary refers to operators that affect one placeholder. Binary refers to operators that connect two placeholders. The lower area of the Elements pane displays the individual operators.</ahelp> The <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window also contains a list of these operators, as well as additional operators. If you need an operator that is not contained in the Elements pane, use the context menu or type it directly in the <emph>Commands</emph> window."
msgstr ""
#: 03090100.xhp
msgctxt ""
"03090100.xhp\n"
"par_id3146963\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of the unary and binary operators. The symbol next to the operator indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the Commands window."
+msgid "The following is a complete list of the unary and binary operators. The symbol next to the operator indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the Commands window."
msgstr ""
#: 03090100.xhp
@@ -468,8 +466,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10085\n"
"help.text"
-msgid "<image id=\"img_id3156399\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156399\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">আইকন</alt></image>"
+msgid "<image id=\"img_id3156399\" src=\"res/helpimg/starmath/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -494,8 +492,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN100C1\n"
"help.text"
-msgid "<image id=\"img_id3148776\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148776\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">আইকন</alt></image>"
+msgid "<image id=\"img_id3148776\" src=\"res/helpimg/starmath/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -520,8 +518,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN100FD\n"
"help.text"
-msgid "<image id=\"img_id3150757\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150757\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">আইকন</alt></image>"
+msgid "<image id=\"img_id3150757\" src=\"res/helpimg/starmath/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -546,8 +544,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10139\n"
"help.text"
-msgid "<image id=\"img_id3145410\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145410\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">আইকন</alt></image>"
+msgid "<image id=\"img_id3145410\" src=\"res/helpimg/starmath/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -572,8 +570,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10175\n"
"help.text"
-msgid "<image id=\"img_id3151098\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">Icon</alt></image>"
-msgstr "<image id=\"img_id3151098\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">আইকন</alt></image>"
+msgid "<image id=\"img_id3151098\" src=\"res/helpimg/starmath/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -598,8 +596,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN101B0\n"
"help.text"
-msgid "<image id=\"img_id3155898\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155898\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">আইকন</alt></image>"
+msgid "<image id=\"img_id3155898\" src=\"res/helpimg/starmath/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -624,8 +622,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN101E9\n"
"help.text"
-msgid "<image id=\"img_id3149308\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149308\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">আইকন</alt></image>"
+msgid "<image id=\"img_id3149308\" src=\"res/helpimg/starmath/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -650,8 +648,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10226\n"
"help.text"
-msgid "<image id=\"img_id3148982\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148982\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">আইকন</alt></image>"
+msgid "<image id=\"img_id3148982\" src=\"res/helpimg/starmath/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -676,8 +674,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN1025F\n"
"help.text"
-msgid "<image id=\"img_id3155140\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155140\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">আইকন</alt></image>"
+msgid "<image id=\"img_id3155140\" src=\"res/helpimg/starmath/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -702,8 +700,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10298\n"
"help.text"
-msgid "<image id=\"img_id3149168\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149168\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">আইকন</alt></image>"
+msgid "<image id=\"img_id3149168\" src=\"res/helpimg/starmath/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -728,8 +726,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN102D1\n"
"help.text"
-msgid "<image id=\"img_id3148765\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148765\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">আইকন</alt></image>"
+msgid "<image id=\"img_id3148765\" src=\"res/helpimg/starmath/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -754,8 +752,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN1030A\n"
"help.text"
-msgid "<image id=\"img_id3147418\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147418\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">আইকন</alt></image>"
+msgid "<image id=\"img_id3147418\" src=\"res/helpimg/starmath/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -780,8 +778,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10343\n"
"help.text"
-msgid "<image id=\"img_id3149566\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149566\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">আইকন</alt></image>"
+msgid "<image id=\"img_id3149566\" src=\"res/helpimg/starmath/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -806,8 +804,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10383\n"
"help.text"
-msgid "<image id=\"img_id3147116\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147116\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">আইকন</alt></image>"
+msgid "<image id=\"img_id3147116\" src=\"res/helpimg/starmath/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -832,8 +830,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN103C3\n"
"help.text"
-msgid "<image id=\"img_id3148440\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148440\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">আইকন</alt></image>"
+msgid "<image id=\"img_id3148440\" src=\"res/helpimg/starmath/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -858,8 +856,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10403\n"
"help.text"
-msgid "<image id=\"img_id3150173\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150173\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">আইকন</alt></image>"
+msgid "<image id=\"img_id3150173\" src=\"res/helpimg/starmath/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -1009,7 +1007,7 @@ msgctxt ""
"par_id3153152\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">You can choose among various relations to structure your <emph>$[officename] Math</emph> formula. The relation functions are displayed in the lower part of the Elements window.</ahelp> The list is also in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All relations that are not contained in the Elements window or in the context menu can be typed manually in the Commands window."
+msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">You can choose among various relations to structure your <emph>$[officename] Math</emph> formula. The relation functions are displayed in the lower part of the Elements pane.</ahelp> The list is also in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All relations that are not contained in the Elements pane or in the context menu can be typed manually in the Commands window."
msgstr ""
#: 03090200.xhp
@@ -1018,7 +1016,7 @@ msgctxt ""
"par_id3147258\n"
"3\n"
"help.text"
-msgid "The following is a complete list of the relations. The symbol next to the name of the relation indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgid "The following is a complete list of the relations. The symbol next to the name of the relation indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
msgstr ""
#: 03090200.xhp
@@ -1867,18 +1865,16 @@ msgstr "<link href=\"text/smath/01/03090300.xhp\" name=\"Operators\">অপা
msgctxt ""
"03090300.xhp\n"
"par_id3149755\n"
-"35\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\">You can choose among various operators to structure your <emph>$[officename] Math</emph> formula. All available operators appear in the lower part of the Elements window.</ahelp> They are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All operators not contained in the Elements window or in the context menu must be typed manually in the <emph>Commands</emph> window."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\">You can choose among various operators to structure your <emph>$[officename] Math</emph> formula. All available operators appear in the lower part of the Elements pane.</ahelp> They are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All operators not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window."
msgstr ""
#: 03090300.xhp
msgctxt ""
"03090300.xhp\n"
"par_id3153576\n"
-"36\n"
"help.text"
-msgid "The following is a list of the available operators. An icon next to the operator name indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgid "The following is a list of the available operators. An icon next to the operator name indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
msgstr ""
#: 03090300.xhp
@@ -2312,9 +2308,8 @@ msgstr "<link href=\"text/smath/01/03090400.xhp\" name=\"Functions\">ফাং
msgctxt ""
"03090400.xhp\n"
"par_id3155374\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">Choose a function in the lower part of the window.</ahelp> These functions are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements window need to be typed manually in the Commands window."
+msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">Choose a function in the lower part of the window.</ahelp> These functions are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements pane need to be typed manually in the Commands window."
msgstr ""
#: 03090400.xhp
@@ -2323,7 +2318,7 @@ msgctxt ""
"par_id3150760\n"
"3\n"
"help.text"
-msgid "The following is a list of all functions that appear in the <emph>Elements</emph> window. The icon next to the function indicates that it can be accessed through the Elements window (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
+msgid "The following is a list of all functions that appear in the <emph>Elements</emph> pane. The icon next to the function indicates that it can be accessed through the Elements pane (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
msgstr ""
#: 03090400.xhp
@@ -3032,18 +3027,16 @@ msgstr "<link href=\"text/smath/01/03090500.xhp\" name=\"Brackets\">বন্ধ
msgctxt ""
"03090500.xhp\n"
"par_id3147258\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">You can choose among various bracket types to structure a <emph>$[officename] Math</emph> formula. Bracket types are displayed in the lower part of the Elements window.</ahelp> These brackets are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All brackets that are not contained in the Elements window or in the context menu can be typed manually in the <emph>Commands</emph> window."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">You can choose among various bracket types to structure a <emph>$[officename] Math</emph> formula. Bracket types are displayed in the lower part of the Elements pane.</ahelp> These brackets are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All brackets that are not contained in the Elements pane or in the context menu can be typed manually in the <emph>Commands</emph> window."
msgstr ""
#: 03090500.xhp
msgctxt ""
"03090500.xhp\n"
"par_id3154264\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of all available bracket types. The icon next to the bracket type indicates that it can be accessed through the Elements window (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
+msgid "The following is a complete list of all available bracket types. The icon next to the bracket type indicates that it can be accessed through the Elements pane (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
msgstr ""
#: 03090500.xhp
@@ -3714,18 +3707,16 @@ msgstr "<variable id=\"attributes\"><link href=\"text/smath/01/03090600.xhp\" na
msgctxt ""
"03090600.xhp\n"
"par_id3145802\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\">You can choose from various attributes for <emph>%PRODUCTNAME</emph> <emph>Math</emph> formulas. Some attributes are displayed in the lower part of the Elements window.</ahelp> These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements window or in the context menu must be typed manually in the <emph>Commands</emph> window."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\">You can choose from various attributes for <emph>%PRODUCTNAME</emph> <emph>Math</emph> formulas. Some attributes are displayed in the lower part of the Elements pane.</ahelp> These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window."
msgstr ""
#: 03090600.xhp
msgctxt ""
"03090600.xhp\n"
"par_id3155962\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of all attributes available in <item type=\"productname\">%PRODUCTNAME</item> Math. The symbol next to the attribute indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgid "The following is a complete list of all attributes available in <item type=\"productname\">%PRODUCTNAME</item> Math. The symbol next to the attribute indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
msgstr ""
#: 03090600.xhp
@@ -4438,8 +4429,8 @@ msgctxt ""
"par_id3147262\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower half of the Formula Elements window.</ahelp> These options are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">আপনার $[officename] Math সূত্র বিন্যাসের জন্য বিভিন্ন ধরনের অপশন থেকে একটি নির্বাচন করতে পারেন। সূত্রের এলিমেন্ট উইন্ডোর নিম্নাংশে বিন্যাস অপশনটি প্রদর্শিত হয়। </ahelp> এই অপশনসমূহ <emph>কমান্ড</emph> উইন্ডোর <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">বিষয়বস্তু মেনু</link> তে তালিকাবদ্ধ থাকতে পারে।"
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower half of the Formula Elements pane.</ahelp> These options are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window."
+msgstr ""
#: 03090700.xhp
msgctxt ""
@@ -4447,7 +4438,7 @@ msgctxt ""
"par_id3154263\n"
"3\n"
"help.text"
-msgid "The following is a complete list of all available formatting options in $[officename] Math. The icon next to the formatting option indicates that it can be accessed through the Elements window (menu <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgid "The following is a complete list of all available formatting options in $[officename] Math. The icon next to the formatting option indicates that it can be accessed through the Elements pane (menu <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
msgstr ""
#: 03090700.xhp
@@ -5022,7 +5013,7 @@ msgctxt ""
"par_id3154641\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\">Assign different set operators to the characters in your <emph>$[officename] Math</emph> formula. The individual operators are shown in the lower section of the Elements window</ahelp>. Call the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> in the <emph>Commands</emph> window to see an identical list of the individual functions. Any operators not found in the Elements window have to be entered directly in the Commands window. You can also directly insert other parts of the formula even if symbols already exist for them."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\">Assign different set operators to the characters in your <emph>$[officename] Math</emph> formula. The individual operators are shown in the lower section of the Elements pane</ahelp>. Call the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> in the <emph>Commands</emph> window to see an identical list of the individual functions. Any operators not found in the Elements pane have to be entered directly in the Commands window. You can also directly insert other parts of the formula even if symbols already exist for them."
msgstr ""
#: 03090800.xhp
@@ -5031,7 +5022,7 @@ msgctxt ""
"par_id3149290\n"
"3\n"
"help.text"
-msgid "After clicking the <emph>Set Operations</emph> icon in the Elements window additional icons will be shown in the lower part of this window. Simply click a symbol to incorporate the operator in the formula being edited in the Commands window."
+msgid "After clicking the <emph>Set Operations</emph> icon in the Elements pane additional icons will be shown in the lower part of this window. Simply click a symbol to incorporate the operator in the formula being edited in the Commands window."
msgstr ""
#: 03090800.xhp
@@ -6118,7 +6109,7 @@ msgctxt ""
"par_id3151392\n"
"5\n"
"help.text"
-msgid "Set brackets were previously inserted in the Elements window or directly in the Commands window as \"left lbrace <?> right rbrace\". Now, a left and a right set bracket can also be inserted using \"lbrace\" and \"rbrace\", with or without wildcards."
+msgid "Set brackets were previously inserted in the Elements pane or directly in the Commands window as \"left lbrace <?> right rbrace\". Now, a left and a right set bracket can also be inserted using \"lbrace\" and \"rbrace\", with or without wildcards."
msgstr ""
#: 03091100.xhp
@@ -6968,10 +6959,9 @@ msgstr "টাইপ করা কমান্ড"
msgctxt ""
"03091501.xhp\n"
"par_id3151388\n"
-"472\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "সূত্রের এলিমেন্ট উইন্ডোর প্রতীক"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -6987,8 +6977,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3156276\n"
"help.text"
-msgid "<image id=\"Graphic10\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic10\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic10\" src=\"res/helpimg/starmath/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7004,8 +6994,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3163824\n"
"help.text"
-msgid "<image id=\"Graphic21\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic21\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic21\" src=\"res/helpimg/starmath/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7021,8 +7011,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147514\n"
"help.text"
-msgid "<image id=\"Graphic4\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic4\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic4\" src=\"res/helpimg/starmath/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7038,8 +7028,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3154821\n"
"help.text"
-msgid "<image id=\"Graphic13\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic13\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic13\" src=\"res/helpimg/starmath/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7055,8 +7045,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3155179\n"
"help.text"
-msgid "<image id=\"Graphic7\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic7\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic7\" src=\"res/helpimg/starmath/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7072,8 +7062,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3150832\n"
"help.text"
-msgid "<image id=\"Graphic6\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic6\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic6\" src=\"res/helpimg/starmath/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7089,8 +7079,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3145590\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic2\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/helpimg/starmath/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7106,8 +7096,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3150764\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic3\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/helpimg/starmath/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7131,8 +7121,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3146336\n"
"help.text"
-msgid "<image id=\"Graphic14\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic14\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic14\" src=\"res/helpimg/starmath/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7198,8 +7188,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147212\n"
"help.text"
-msgid "<image id=\"Graphic8\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic8\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic8\" src=\"res/helpimg/starmath/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7215,8 +7205,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3151130\n"
"help.text"
-msgid "<image id=\"Graphic16\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic16\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic16\" src=\"res/helpimg/starmath/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7232,8 +7222,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147470\n"
"help.text"
-msgid "<image id=\"Graphic12\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic12\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic12\" src=\"res/helpimg/starmath/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7249,8 +7239,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3151319\n"
"help.text"
-msgid "<image id=\"Graphic5\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic5\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic5\" src=\"res/helpimg/starmath/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7342,8 +7332,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147065\n"
"help.text"
-msgid "<image id=\"Graphic15\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic15\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic15\" src=\"res/helpimg/starmath/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7376,8 +7366,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3148873\n"
"help.text"
-msgid "<image id=\"Graphic11\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic11\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic11\" src=\"res/helpimg/starmath/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7393,8 +7383,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147073\n"
"help.text"
-msgid "<image id=\"Graphic9\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic9\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic9\" src=\"res/helpimg/starmath/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7475,10 +7465,9 @@ msgstr "টাইপ করা কমান্ড"
msgctxt ""
"03091502.xhp\n"
"par_id3154032\n"
-"475\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "সূত্রের এলিমেন্ট উইন্ডোর প্রতীক"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091502.xhp
msgctxt ""
@@ -8119,10 +8108,9 @@ msgstr "টাইপ করা কমান্ড"
msgctxt ""
"03091503.xhp\n"
"par_id3145724\n"
-"478\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "সূত্রের এলিমেন্ট উইন্ডোর প্রতীক"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091503.xhp
msgctxt ""
@@ -8559,10 +8547,9 @@ msgstr "টাইপ করা কমান্ড"
msgctxt ""
"03091504.xhp\n"
"par_id3156681\n"
-"481\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "সূত্রের এলিমেন্ট উইন্ডোর প্রতীক"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091504.xhp
msgctxt ""
@@ -9052,10 +9039,9 @@ msgstr "টাইপ করা কমান্ড"
msgctxt ""
"03091505.xhp\n"
"par_id3143994\n"
-"484\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "সূত্রের এলিমেন্ট উইন্ডোর প্রতীক"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091505.xhp
msgctxt ""
@@ -9350,10 +9336,9 @@ msgstr "টাইপ করা কমান্ড"
msgctxt ""
"03091506.xhp\n"
"par_id3167610\n"
-"487\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "সূত্রের এলিমেন্ট উইন্ডোর প্রতীক"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091506.xhp
msgctxt ""
@@ -9792,10 +9777,9 @@ msgstr "টাইপ করা কমান্ড"
msgctxt ""
"03091507.xhp\n"
"par_id3162086\n"
-"490\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "সূত্রের এলিমেন্ট উইন্ডোর প্রতীক"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091507.xhp
msgctxt ""
@@ -10208,8 +10192,8 @@ msgctxt ""
"03091508.xhp\n"
"par_id3180684\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "সূত্রের এলিমেন্ট উইন্ডোর প্রতীক"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091508.xhp
msgctxt ""
@@ -10663,10 +10647,9 @@ msgstr "টাইপ করা কমান্ড"
msgctxt ""
"03091509.xhp\n"
"par_id3184320\n"
-"496\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "সূত্রের এলিমেন্ট উইন্ডোর প্রতীক"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091509.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/smath/04.po b/source/bn-IN/helpcontent2/source/text/smath/04.po
index 614c417b09e..45054177b3a 100644
--- a/source/bn-IN/helpcontent2/source/text/smath/04.po
+++ b/source/bn-IN/helpcontent2/source/text/smath/04.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2012-11-29 05:13+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2013-05-24 07:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn_IN\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1354166020.0\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1369382132.000000\n"
#: 01020000.xhp
msgctxt ""
@@ -171,10 +171,9 @@ msgstr "হালনাগাদ"
msgctxt ""
"01020000.xhp\n"
"hd_id3153732\n"
-"21\n"
"help.text"
-msgid "Navigation in the Elements Window"
-msgstr "সূত্র এলিমেন্ট উইন্ডোতে ন্যাভিগেশন"
+msgid "Navigation in the Elements pane"
+msgstr ""
#: 01020000.xhp
msgctxt ""
diff --git a/source/bn-IN/helpcontent2/source/text/smath/guide.po b/source/bn-IN/helpcontent2/source/text/smath/guide.po
index 048b4b97416..eba039b8907 100644
--- a/source/bn-IN/helpcontent2/source/text/smath/guide.po
+++ b/source/bn-IN/helpcontent2/source/text/smath/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2012-11-29 05:13+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2013-05-24 07:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn_IN\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1354166031.0\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1369382133.000000\n"
#: align.xhp
msgctxt ""
@@ -422,27 +422,24 @@ msgstr "কার্সার কমান্ড উইন্ডোতে অব
msgctxt ""
"keyboard.xhp\n"
"par_id3150537\n"
-"13\n"
"help.text"
-msgid "You can compose formulas using the Elements window. Open it with the menu <emph>View - Elements</emph> if it is not already open."
+msgid "You can compose formulas using the Elements pane. Open it with the menu <emph>View - Elements</emph> if it is not already open."
msgstr ""
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"par_id3155625\n"
-"10\n"
"help.text"
-msgid "If the Elements window is open, use F6 to switch from the Commands window to the Elements window and back."
+msgid "If the Elements pane is open, use F6 to switch from the Commands window to the Elements pane and back."
msgstr ""
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"hd_id3154554\n"
-"11\n"
"help.text"
-msgid "Elements window"
+msgid "Elements pane"
msgstr ""
#: limits.xhp
@@ -498,7 +495,7 @@ msgctxt ""
"limits.xhp\n"
"par_id1276589\n"
"help.text"
-msgid "You see the Math input window and the Elements window. If you don't see the Elements window, you can enable it in the View menu."
+msgid "You see the Math input window and the Elements pane on the left."
msgstr ""
#: limits.xhp
@@ -506,7 +503,7 @@ msgctxt ""
"limits.xhp\n"
"par_id3283791\n"
"help.text"
-msgid "In the upper part of the Elements window, click the <emph>Operators</emph> icon."
+msgid "From the list on the upper part of the Elements pane, select the <emph>Operators</emph> item."
msgstr ""
#: limits.xhp
@@ -514,7 +511,7 @@ msgctxt ""
"limits.xhp\n"
"par_id9734794\n"
"help.text"
-msgid "In the lower part of the Elements window, click the <emph>Sum</emph> icon."
+msgid "In the lower part of the Elements pane, click the <emph>Sum</emph> icon."
msgstr ""
#: limits.xhp
@@ -586,7 +583,7 @@ msgctxt ""
"limits.xhp\n"
"par_id9406414\n"
"help.text"
-msgid "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements window, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window."
+msgid "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements pane, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window."
msgstr ""
#: limits.xhp
@@ -618,7 +615,7 @@ msgctxt ""
"limits.xhp\n"
"par_id4651020\n"
"help.text"
-msgid "A small gap exists between f(x) and dx, which you can also enter using the Elements window: click the <emph>Format</emph> icon, then the <emph>Small Gap</emph> icon."
+msgid "A small gap exists between f(x) and dx, which you can also enter using the Elements pane: select the <emph>Formats</emph> item from the list on the top, then the <emph>Small Gap</emph> icon."
msgstr ""
#: limits.xhp
diff --git a/source/bn-IN/helpcontent2/source/text/swriter/01.po b/source/bn-IN/helpcontent2/source/text/swriter/01.po
index 663177ab3c2..b8af7183864 100644
--- a/source/bn-IN/helpcontent2/source/text/swriter/01.po
+++ b/source/bn-IN/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-05-24 03:40+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-07-05 17:17+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn_IN\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1464061245.000000\n"
+"X-POOTLE-MTIME: 1467739047.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -15198,37 +15198,33 @@ msgstr "বহির্বিন্যাস এবং সংখ্যায়ন"
msgctxt ""
"05030800.xhp\n"
"hd_id3151173\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/01/05030800.xhp\" name=\"Numbering\">Outline & Numbering</link>"
-msgstr "<link href=\"text/swriter/01/05030800.xhp\" name=\"Numbering\">বহির্বিন্যাস এবং সংখ্যায়ন</link>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3154100\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"HID_NUMPARA\">Adds or removes outline level, numbering, or bullets from the paragraph. You can also select the style of numbering to use, and reset the numbering in a numbered list.</ahelp>"
-msgstr "<ahelp hid=\"HID_NUMPARA\">অনুচ্ছেদ হতে বহির্বিন্যাস, সংখ্যায়ন, বা বুলেট যোগ করায় বা সরিয়ে ফেলে। আপনি সংখ্যায়ন তালিকায় ব্যবহারের জন্য শৈলী নির্বাচন করতে পারেন, বা রওসেট করতে পারেন।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/NumParaPage\">Adds or removes outline level, numbering, or bullets from the paragraph. You can also select the style of numbering to use, and reset the numbering in a numbered list.</ahelp>"
+msgstr ""
#: 05030800.xhp
-#, fuzzy
msgctxt ""
"05030800.xhp\n"
"par_id3153536\n"
"help.text"
-msgid "To change the numbering options for paragraphs that use the same paragraph style, choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles </emph>icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the<emph> Outline & Numbering</emph> tab."
-msgstr "To change the numbering options for paragraphs that use the same paragraph style, choose <emph>Format - Styles and </emph>Formatting, and then click the <emph>Paragraph Styles </emph>icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the<emph> Outline & Numbering</emph> tab."
+msgid "To change the numbering options for paragraphs that use the same paragraph style, choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles</emph> icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the <emph>Outline & Numbering</emph> tab."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3154470\n"
-"26\n"
"help.text"
-msgid "To change the numbering options for selected paragraphs, choose <emph>Format -</emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link>, and then click the<emph> Outline & Numbering</emph> tab."
-msgstr "নির্বাচিত অনুচ্ছেদের জন্য সংখ্যায়ন অপশন পরিবর্তন করতে, <emph>বিন্যাস -</emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>অনুচ্ছেদ</emph>নির্বাচন করুন</link>, এবং<emph> বহির্বিন্যাস এবং সংখ্যায়ন</emph> ট্যাবে ক্লিক করুন।"
+msgid "To change the numbering options for selected paragraphs, choose <emph>Format - </emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link>, and then click the <emph>Outline & Numbering</emph> tab."
+msgstr ""
#: 05030800.xhp
msgctxt ""
@@ -15243,170 +15239,168 @@ msgctxt ""
"05030800.xhp\n"
"par_id1209200804371097\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Body text</emph> to reset the outline level."
-msgstr "<ahelp hid=\".\">নির্বাচিত অনুচ্ছেদে বা অনুচ্ছেদ শৈলীতে বহির্বিন্যাস ১ হতে ১০ নিযুক্ত করা হয়।</ahelp> বহির্বিন্যাস স্তর পনুঃনির্ধারণ করতে <emph>বডি টেক্সট</emph> নির্বাচন করুন।"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_OUTLINE_LEVEL\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Body text</emph> to reset the outline level."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3143283\n"
-"5\n"
"help.text"
msgid "Numbering"
-msgstr "সংখ্যায়ন"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3154188\n"
-"3\n"
"help.text"
msgid "Numbering Style"
-msgstr "সংখ্যায়ন শৈলী"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3155178\n"
-"4\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_NUMPARA:LB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link> window if you click the <emph>Numbering Style</emph> icon."
-msgstr "<ahelp hid=\"SW:LISTBOX:TP_NUMPARA:LB_NUMBER_STYLE\"><link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">সংখ্যায়ন শৈলী</link> নির্বাচন করুন যা আপনি অনুচ্ছেদে প্রয়োগ করতে চান।</ahelp> এই শৈলীসমূহ সর্বদা <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">শৈলী ও বিন্যাস</link> উইন্ডোতে তালিকাভূক্ত থাকে যদি আপনি <emph>সংখ্যায়ন শৈলী</emph>আইকনে ক্লিক করেন।"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link> window if you click the <emph>Numbering Style</emph> icon."
+msgstr ""
+
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3154189\n"
+"help.text"
+msgid "Edit Style"
+msgstr ""
+
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3155179\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/editnumstyle\">Edit the properties of the selected numbering style.</ahelp> These properties will apply to all paragraphs formatted with the given numbering style."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3149106\n"
-"7\n"
"help.text"
msgid "This section only appears when you edit the properties of the current paragraph by choosing <emph>Format - Paragraph</emph>."
-msgstr "এই অংশটি কেবলমাত্র তখনই আবির্ভূত হবে যখন আপনি <emph>বিন্যাস - অনুচ্ছেদ</emph> পছন্দ করে বর্তমান অনুচ্ছেদের বৈশিষ্ট্যাবলী সম্পাদনা করবেন।"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3151250\n"
-"8\n"
"help.text"
msgid "Restart at this paragraph"
-msgstr "এই অনুচ্ছেদে পুনরায় আরম্ভ করুন"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3154831\n"
-"9\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_NEW_START\">Restarts the numbering at the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_NEW_START\">বর্তমান অনুচ্ছেদে সংখ্যায়ন পুনরায় আরম্ভ করুন।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_NEW_START\">Restarts the numbering at the current paragraph.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147096\n"
-"24\n"
"help.text"
msgid "Start with"
-msgstr "এটি সহ আরম্ভ করুন"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3148979\n"
-"25\n"
"help.text"
-msgid "<ahelp hid=\"SW_TRISTATEBOX_TP_NUMPARA_CB_NUMBER_NEW_START\">Select this check box, and then enter the number that you want to assign to the paragraph.</ahelp>"
-msgstr "<ahelp hid=\"SW_TRISTATEBOX_TP_NUMPARA_CB_NUMBER_NEW_START\">চেক বাক্স নির্বাচন করুন, এবং এরপর সংখ্যা সন্নিবেশ করান যা আপনি অনুচ্ছেদে বরাদ্দ করতে চান।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_NUMBER_NEW_START\">Select this check box, and then enter the number that you want to assign to the paragraph.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147226\n"
-"10\n"
"help.text"
msgid "\"Start with\" spin button"
-msgstr "\"এটি সহ আরম্ভ করুন\" ঘূর্ণন বোতাম"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3153632\n"
-"11\n"
"help.text"
-msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_NEW_START\">Enter the number that you want to assign to the paragraph.</ahelp> The following paragraphs are numbered consecutively from the number that you enter here."
-msgstr "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_NEW_START\">সে সংখ্যাটি সন্নিবেশ করুন যা আপনি অনুচ্ছেদে নির্দেশ করতে চান।</ahelp> নিম্নোক্ত অনুচ্ছেদসমূহ আপনার সন্নিবেশকৃত সংখ্যা থেকে পর্যায়ক্রমে সংখ্যায়িত করা হবে।"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/spinNF_NEW_START\">Enter the number that you want to assign to the paragraph.</ahelp> The following paragraphs are numbered consecutively from the number that you enter here."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147581\n"
-"15\n"
"help.text"
msgid "Line numbering"
-msgstr "রেখা সংখ্যায়ন"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3152771\n"
-"16\n"
"help.text"
msgid "Specify the <link href=\"text/swriter/01/06180000.xhp\" name=\"Line numbering\">Line numbering</link> options. To add line numbers to your document, choose <emph>Tools - Line Numbering</emph>."
-msgstr "<link href=\"text/swriter/01/06180000.xhp\" name=\"Line numbering\">রেখা সংখ্যায়ন</link> অপশন সুনির্দিষ্ট ভাবে উল্লেখ করুন। আপনার নথিতে রেখা সংখ্যা সন্নিবেশ করাতে, <emph>টুলসমূহ - রেখা সংখ্যায়ন</emph> নির্বাচন করুন।"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3153345\n"
-"17\n"
"help.text"
msgid "Include this paragraph in line numbering"
-msgstr "রেখা সংখ্যায়নে এই অনুচ্ছেদ অন্তর্ভূক্ত করুন।"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3156267\n"
-"18\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_COUNT_PARA\">Includes the current paragraph in the line numbering.</ahelp>"
-msgstr "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_COUNT_PARA\">রেখা সংখ্যায়নে বর্তমান অনুচ্ছেদ অন্তর্ভূক্ত করা হয়।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_COUNT_PARA\">Includes the current paragraph in the line numbering.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3151026\n"
-"19\n"
"help.text"
msgid "Restart at this paragraph"
-msgstr "এই অনুচ্ছেদে পুনরায় আরম্ভ করুন"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3149168\n"
-"20\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_RESTART_PARACOUNT\">Restarts the line numbering at the current paragraph, or at the number that you enter.</ahelp>"
-msgstr "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_RESTART_PARACOUNT\">বর্তমান অনুচ্ছেদে রেখা সংখ্যায়ন, অথবা যে সংখ্যা আপনি সন্নিবেশ করিয়েছেন তাতে পুনরায় আরম্ভ করুন।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_RESTART_PARACOUNT\">Restarts the line numbering at the current paragraph, or at the number that you enter.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3145775\n"
-"21\n"
"help.text"
msgid "Start with"
-msgstr "এটি সহ আরম্ভ করুন"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3149355\n"
-"22\n"
"help.text"
-msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_RESTART_PARA\">Enter the number at which to restart the line numbering</ahelp>"
-msgstr "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_RESTART_PARA\">সংখ্যা সন্নিবেশ করুন যেখানে রেখা সংখ্যায়ন পুনরায় আরম্ভ করতে হবে।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/spinNF_RESTART_PARA\">Enter the number at which to restart the line numbering</ahelp>"
+msgstr ""
#: 05040000.xhp
msgctxt ""
@@ -15856,199 +15850,209 @@ msgstr "পাদটীকা"
msgctxt ""
"05040600.xhp\n"
"hd_id3154767\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\">Footnote</link>"
-msgstr "<link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\">পাদটীকা</link>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3149351\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"HID_FOOTNOTE_PAGE\">Specifies the layout options for footnotes, including the line that separates the footnote from the main body of document.</ahelp>"
-msgstr "<ahelp hid=\"HID_FOOTNOTE_PAGE\">পাদটীকার জন্য বিন্যাস সুনির্দিষ্ঠভাবে উল্লেখ করুন,রেখা অন্তর্ভূক্ত করুন যা নথির মূল অংশ থেকে পাদটীকা আলাদা করে।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/FootnoteAreaPage\">Specifies the layout options for footnotes, including the line that separates the footnote from the main body of document.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154646\n"
-"3\n"
"help.text"
msgid "Footnote area"
-msgstr "পাদটীকা এলাকা"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3151168\n"
-"4\n"
"help.text"
msgid "Set the height of the footnote area."
-msgstr "পাদটীকা এলাকার উচ্চতা নির্ধারণ করুন।"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3145412\n"
-"5\n"
"help.text"
msgid "Not larger than page area"
-msgstr "পৃষ্ঠা এলাকার চেয়ে বড় নয়"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3147514\n"
-"6\n"
"help.text"
-msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE\">Automatically adjusts the height of the footnote area depending on the number of footnotes.</ahelp>"
-msgstr "<ahelp hid=\"SW:RADIOBUTTON:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE\">পাদটীকার সংখ্যার উপর নির্ভর করে স্বয়ংক্রিয়ভাবে পাদটীকা এলাকার উচ্চতা সমন্বয় করুন।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheightpage\">Automatically adjusts the height of the footnote area depending on the number of footnotes.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154099\n"
-"7\n"
"help.text"
-msgid "Maximum Footnote Height"
+msgid "Maximum footnote height"
msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3149807\n"
-"8\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets a maximum height for the footnote area. Enable this option, then enter the height.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheight\">Sets a maximum height for the footnote area. Enable this option, then enter the height.</ahelp>"
msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3154568\n"
-"10\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT\">Enter the maximum height for the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT\">পাদটীকা এলাকার জন্য সর্বোচ্চ উচ্চতা সন্নিবেশ করুন।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheightsb\">Enter the maximum height for the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3151318\n"
-"11\n"
"help.text"
-msgid "Distance from text"
-msgstr "পাঠ্য থেকে দূরত্ব"
+msgid "Space to text"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3153665\n"
-"12\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_DIST\">Enter the amount of space to leave between the bottom page margin and the first line of text in the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_DIST\">পাদটীকা এলাকার নিম্ন পৃষ্ঠা মার্জিন এবং পাঠ্যের প্রথম রেখার মাঝে কতোটুকু স্থান ছেড়ে দিতে হবে সেটি সন্নিবেশ করুন।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/spacetotext\">Enter the amount of space to leave between the bottom page margin and the first line of text in the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3155897\n"
-"13\n"
"help.text"
msgid "Separator Line"
-msgstr "বিভাজক রেখা"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3149689\n"
-"14\n"
"help.text"
-msgid "Specifies the position and length of the separator line."
-msgstr "বিভাজক রেখার অবস্থান এবং দৈর্ঘ্য সুনির্দিষ্টভাবে উল্লেখ করুন।"
+msgid "Specifies the position and other properties of the separator line."
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154194\n"
-"15\n"
"help.text"
msgid "Position"
-msgstr "অবস্থান"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3155184\n"
-"16\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINEPOS\">Select the horizontal alignment for the line that separates the main text from the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINEPOS\">রেখার জন্য অনুভূমিক প্রান্তিককরণ নির্বাচন করুন যা পাদটীকা এলাকা থেকে মূল পাঠ্য আলাদা করে।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/position\">Select the horizontal alignment for the line that separates the main text from the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"hd_id3143284\n"
-"17\n"
+"hd_id3151253\n"
"help.text"
-msgid "Length"
-msgstr "দৈর্ঘ্য"
+msgid "Style"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"par_id3154827\n"
-"18\n"
+"par_id3149105\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEWIDTH\">Enter the length of the separator line as a percentage of the page width area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEWIDTH\">পৃষ্ঠা প্রস্থ এলাকার শতকরা হিসেবে বিভাজক রেখার দৈর্ঘ্য সন্নিবেশ করুন।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/style\">Select the formatting style for the separator line. If you do not want a separator line, choose \"None\".</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"hd_id3151253\n"
-"19\n"
+"hd_id3151254\n"
"help.text"
-msgid "Weight"
-msgstr "ওজন"
+msgid "Thickness"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"par_id3149105\n"
-"20\n"
+"par_id3149106\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINETYPE\">Select the formatting style for the separator line. If you do not want a separator line, choose \"0.0 pt\".</ahelp>"
-msgstr "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINETYPE\">বিভাজক রেখার জন্য বিন্যাস শৈলী নির্বাচন করুন। যদি আপনি একটি বিভাজর রেখা না চান, \"0.0 pt\" নির্বাচন করুন।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/thickness\">Select the thickness of the separator line.</ahelp>"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"hd_id3151255\n"
+"help.text"
+msgid "Color"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"par_id3149107\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/color\">Select the color of the separator line.</ahelp>"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"hd_id3143284\n"
+"help.text"
+msgid "Length"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"par_id3154827\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/length\">Enter the length of the separator line as a percentage of the page width area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3149828\n"
-"21\n"
"help.text"
-msgid "Spacing"
-msgstr "ফাঁকা স্থান"
+msgid "Spacing to footnote contents"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3148970\n"
-"22\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEDIST\">Enter the amount of space to leave between the separator line and the first line of the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEDIST\">পাদটীকা এলাকার বিভাজক রেখা এবং প্রথম রেখার মাঝে কতেটুকু স্থান ফাঁকা রাখতে হবে সেটি সন্নিবেশ করুন।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/spacingtocontents\">Enter the amount of space to leave between the separator line and the first line of the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3155145\n"
-"24\n"
"help.text"
msgid "To specify the spacing between two footnotes, choose <item type=\"menuitem\">Format - Paragraph</item>, and then click the <emph>Indents & Spacing</emph> tab."
-msgstr "দুটি পাদটীকার মাঝে ফাঁকা স্থান দিতে, <item type=\"menuitem\">বিন্যাস - অনুচ্ছেদ</item> নির্বাচন করুন, অতঃপর <emph>ইনডেন্ট এবং স্থান ফাঁকাকরণ</emph> ট্যাবে ক্লিক করুন।"
+msgstr ""
#: 05040700.xhp
msgctxt ""
diff --git a/source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po
index fadc7c52f36..b39beaaf1e2 100644
--- a/source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-04 17:26+0000\n"
+"POT-Creation-Date: 2016-12-27 21:51+0100\n"
+"PO-Revision-Date: 2016-12-01 12:16+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Bengali (India) <anubad@lists.ankur.org.in>\n"
"Language: bn_IN\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467653214.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480594561.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -25020,6 +25020,105 @@ msgctxt ""
msgid "Standard"
msgstr "আদর্শ"
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
diff --git a/source/bn-IN/sc/source/ui/src.po b/source/bn-IN/sc/source/ui/src.po
index 31a787ac101..36036a2f526 100644
--- a/source/bn-IN/sc/source/ui/src.po
+++ b/source/bn-IN/sc/source/ui/src.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 17:41+0000\n"
+"POT-Creation-Date: 2016-12-10 23:38+0100\n"
+"PO-Revision-Date: 2016-12-01 12:29+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: Bengali (India) <anubad@lists.ankur.org.in>\n"
"Language: bn_IN\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467654096.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480595362.000000\n"
#: filter.src
msgctxt ""
@@ -9676,8 +9676,8 @@ msgctxt ""
"RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SUM_IF\n"
"1\n"
"string.text"
-msgid "Totals the arguments that meet the conditions."
-msgstr "যে আর্গুমেন্টগুলো শর্তের সাথে মিলে সেগুলো যোগ করে।"
+msgid "Totals the arguments that meet the condition."
+msgstr ""
#: scfuncs.src
msgctxt ""
diff --git a/source/bn-IN/svx/uiconfig/ui.po b/source/bn-IN/svx/uiconfig/ui.po
index 26dc71e3d3b..e19c0d68a53 100644
--- a/source/bn-IN/svx/uiconfig/ui.po
+++ b/source/bn-IN/svx/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 17:55+0000\n"
+"POT-Creation-Date: 2016-12-21 15:38+0100\n"
+"PO-Revision-Date: 2016-12-01 12:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn_IN\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467654958.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480595791.000000\n"
#: acceptrejectchangesdialog.ui
msgctxt ""
@@ -3064,14 +3064,13 @@ msgid "Search for st_yles"
msgstr "শৈলী অনুসন্ধান (_y)"
#: findreplacedialog.ui
-#, fuzzy
msgctxt ""
"findreplacedialog.ui\n"
"ignorediacritics\n"
"label\n"
"string.text"
-msgid "Ignore diac_ritics CTL"
-msgstr "ডায়াক্রিটিক CTL উপেক্ষা"
+msgid "Ignore diac_ritics"
+msgstr ""
#: findreplacedialog.ui
msgctxt ""
@@ -3079,7 +3078,7 @@ msgctxt ""
"ignorekashida\n"
"label\n"
"string.text"
-msgid "Ignore _kashida CTL"
+msgid "Ignore _kashida"
msgstr ""
#: findreplacedialog.ui
@@ -5180,10 +5179,10 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"radio_deinstall\n"
+"radio_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall extensions"
+msgid "Extensions"
msgstr ""
#: safemodedialog.ui
@@ -5198,10 +5197,19 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"check_deinstall_all_extensions\n"
+"check_reset_shared_extensions\n"
+"label\n"
+"string.text"
+msgid "Reset state of shared extensions"
+msgstr ""
+
+#: safemodedialog.ui
+msgctxt ""
+"safemodedialog.ui\n"
+"check_reset_bundled_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall all extensions (including shared and bundled)"
+msgid "Reset state of bundled extensions"
msgstr ""
#: safemodedialog.ui
diff --git a/source/bn-IN/sw/uiconfig/swriter/ui.po b/source/bn-IN/sw/uiconfig/swriter/ui.po
index 99528731af3..638fd124891 100644
--- a/source/bn-IN/sw/uiconfig/swriter/ui.po
+++ b/source/bn-IN/sw/uiconfig/swriter/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-04 18:01+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-11-12 14:10+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: none\n"
"Language: bn_IN\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467655300.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1478959822.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -987,11 +987,11 @@ msgstr "অবস্থান"
#: bulletsandnumbering.ui
msgctxt ""
"bulletsandnumbering.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "অপশন"
+msgid "Customize"
+msgstr ""
#: businessdatapage.ui
msgctxt ""
@@ -9958,26 +9958,6 @@ msgid "Style"
msgstr ""
#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"growb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"shrinkb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
msgctxt ""
"notebookbar_groups.ui\n"
"fomatgrouplabel\n"
@@ -15840,11 +15820,11 @@ msgstr "অবস্থান"
#: templatedialog16.ui
msgctxt ""
"templatedialog16.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "অপশন"
+msgid "Customize"
+msgstr ""
#: templatedialog2.ui
msgctxt ""
diff --git a/source/bn-IN/xmlsecurity/uiconfig/ui.po b/source/bn-IN/xmlsecurity/uiconfig/ui.po
index 49a182840ed..e53e3100203 100644
--- a/source/bn-IN/xmlsecurity/uiconfig/ui.po
+++ b/source/bn-IN/xmlsecurity/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 18:03+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-12-01 12:36+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn_IN\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467655385.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480595791.000000\n"
#: certgeneral.ui
msgctxt ""
@@ -208,6 +208,15 @@ msgstr ""
#: digitalsignaturesdialog.ui
msgctxt ""
"digitalsignaturesdialog.ui\n"
+"type\n"
+"label\n"
+"string.text"
+msgid "Signature type"
+msgstr ""
+
+#: digitalsignaturesdialog.ui
+msgctxt ""
+"digitalsignaturesdialog.ui\n"
"macrohint\n"
"label\n"
"string.text"
diff --git a/source/bn/helpcontent2/source/text/scalc/00.po b/source/bn/helpcontent2/source/text/scalc/00.po
index dff90454309..dff88b1e21b 100644
--- a/source/bn/helpcontent2/source/text/scalc/00.po
+++ b/source/bn/helpcontent2/source/text/scalc/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-05 13:33+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-11-22 16:58+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467725591.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1479833904.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -573,8 +573,8 @@ msgctxt ""
"par_id3153250\n"
"28\n"
"help.text"
-msgid "<variable id=\"einamen\">Choose <emph>Insert - Names</emph></variable>"
-msgstr "<variable id=\"einamen\"><emph>সন্নিবেশ - নাম</emph> নির্বাচন করুন</variable>"
+msgid "<variable id=\"einamen\">Choose <emph>Insert - Named Ranges and Expressions</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -591,8 +591,8 @@ msgctxt ""
"par_id3143222\n"
"29\n"
"help.text"
-msgid "Choose <emph>Insert - Names - Define</emph>"
-msgstr "<emph>সন্নিবেশ - নাম - নির্ধারণ</emph> নির্বাচন করুন"
+msgid "Choose <emph>Sheet - Named Ranges and Expressions - Define</emph>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -609,8 +609,8 @@ msgctxt ""
"par_id3145214\n"
"30\n"
"help.text"
-msgid "<variable id=\"einaei\">Choose <emph>Insert - Names - Insert</emph></variable>"
-msgstr "<variable id=\"einaei\"><emph>সন্নিবেশ - নাম - সন্নিবেশ</emph> নির্বাচন করুন</variable>"
+msgid "<variable id=\"einaei\">Choose <emph>Sheet - Named Ranges and Expressions - Insert</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -618,8 +618,8 @@ msgctxt ""
"par_id3153558\n"
"31\n"
"help.text"
-msgid "<variable id=\"einaueb\">Choose <emph>Insert - Names - Create</emph></variable>"
-msgstr "<variable id=\"einaueb\"><emph>সন্নিবেশ - নাম - তৈরি</emph> নির্বাচন করুন</variable>"
+msgid "<variable id=\"einaueb\">Choose <emph>Sheet - Named Ranges and Expressions - Create</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -627,8 +627,8 @@ msgctxt ""
"par_id3153483\n"
"32\n"
"help.text"
-msgid "<variable id=\"einabesch\">Choose <emph>Insert - Names - Labels</emph></variable>"
-msgstr "<variable id=\"einabesch\"><emph>সন্নিবেশ - নাম - লেবেল</emph> নির্বাচন করুন</variable>"
+msgid "<variable id=\"einabesch\">Choose <emph>Sheet - Named Ranges and Expressions - Labels</emph></variable>"
+msgstr ""
#: 00000405.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/scalc/01.po b/source/bn/helpcontent2/source/text/scalc/01.po
index 7e46b72b0ff..350ddccabb3 100644
--- a/source/bn/helpcontent2/source/text/scalc/01.po
+++ b/source/bn/helpcontent2/source/text/scalc/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-05-24 02:24+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-12-22 16:12+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1464056671.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1482423147.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -5715,20 +5715,22 @@ msgid "Functions"
msgstr "ফাংশন"
#: 04060102.xhp
+#, fuzzy
msgctxt ""
"04060102.xhp\n"
"par_id231020162315043955\n"
"help.text"
msgid "<embed href=\"text/scalc/01/func_networkdays.intl.xhp#networkdaysintl\"/>"
-msgstr ""
+msgstr "<embed href=\"text/scalc/01/func_networkdays.intl.xhp#networkdaysintl\"/>"
#: 04060102.xhp
+#, fuzzy
msgctxt ""
"04060102.xhp\n"
"par_id231020163315043955\n"
"help.text"
msgid "<embed href=\"text/scalc/01/func_workdays.intl.xhp#workdaysintl\"/>"
-msgstr ""
+msgstr "<embed href=\"text/scalc/01/func_workdays.intl.xhp#workdaysintl\"/>"
#: 04060103.xhp
msgctxt ""
@@ -20793,8 +20795,8 @@ msgctxt ""
"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 "যেভাবে <emph>অন্তর্ভুক্ত করুন - নাম - সংজ্ঞায়িত করুন </emph> তে বর্ণনা করা হয়েছে <emph>সমষ্টিX</emph> সীমানা সারি ৪ এবং কলাম ১ হতে <item type=\"input\">=INDEX(SumX;4;1)</item> মান ফলাফল প্রদান করে।"
+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>Sheet - Named Ranges and Expressions - Define</emph>."
+msgstr ""
#: 04060109.xhp
msgctxt ""
@@ -20818,8 +20820,8 @@ msgctxt ""
"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 "<item type=\"input\">=INDEX((multi);4;1)</item> দ্বারা বিবিধ সীমার মধ্যে, সারি ৪ এবং কালম ১ এর মানগুলোকে বুঝায় যা <emph>সন্নিবেশ - নাম - সংজ্ঞা</emph> এর আওতায় <emph>বিবিধ</emph> হিসাবে নামকরণ করা হয়। বিবিধ সীমায়, প্রত্যেক সারি ৪ এবং কালম ১ দ্বারা তৈরি চতুস্কোনীয় সীমা থাকে। আপনি যদি এখন বিবিধ সীমার দ্বিতীয় ব্লকে কল করতে চান তবে <emph>সীমা</emph> পরিধি হিসাবে <item type=\"input\">২</item> নম্বর দিন।"
+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>Sheet - Named Ranges and Expressions - 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 ""
@@ -50382,8 +50384,8 @@ msgctxt ""
"04070000.xhp\n"
"tit\n"
"help.text"
-msgid "Names"
-msgstr "নাম"
+msgid "Named Ranges and Expressions"
+msgstr ""
#: 04070000.xhp
msgctxt ""
@@ -50391,8 +50393,8 @@ msgctxt ""
"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>"
+msgid "<link href=\"text/scalc/01/04070000.xhp\" name=\"Names\">Named Ranges and Expressions</link>"
+msgstr ""
#: 04070000.xhp
msgctxt ""
@@ -50782,8 +50784,8 @@ msgctxt ""
"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 "সকল পরিসর রয়েছে এমন একটি এলাকা নির্বাচন করুন, যা আপনি নামকরণ করতে চান। তারপর <emph>সন্নিবেশ - নাম - তৈরি</emph> নির্বাচন করুন। এটি <emph>নাম তৈরিকরণ</emph> ডায়ালগ খোলে, যেখান হতে আপনি আপনার পছন্দসই নামকরণ অপশন নির্বাচন করতে পারেন।"
+msgid "Select the area containing all the ranges that you want to name. Then choose <emph>Sheet - Named Ranges and Expressions - Create</emph>. This opens the <emph>Create Names</emph> dialog, from which you can select the naming options that you want."
+msgstr ""
#: 04070300.xhp
msgctxt ""
@@ -52678,8 +52680,8 @@ msgctxt ""
"par_id3145174\n"
"5\n"
"help.text"
-msgid "Select <emph>-none-</emph> to remove a print range definition for the current spreadsheet. Select <emph>-entire sheet-</emph> to set the current sheet as a print range. Select <emph>-selection-</emph> to define the selected area of a spreadsheet as the print range. By selecting <emph>-user-defined-</emph>, you can define a print range that you have already defined using the <emph>Format - Print Ranges - Define</emph> command. If you have given a name to a range using the <emph>Insert - Names - Define</emph> command, this name will be displayed and can be selected from the list box."
-msgstr "বর্তমান স্প্রেডশীটের জন্য একটি মুদ্রণ পরিসর বর্ণনা সরাতে <emph>-কোনটাই নয়-</emph> নির্বাচন করা হয়। একটি মুদ্রণ পরিসর হিসেবে বর্তমান পাতাটি স্থির করার জন্য <emph>-সম্পূর্ণ পাতা-</emph>নির্বাচন করা হয়। মুদ্রণ পরিসর হিসেবে স্প্রেডশীটের নির্বাচিত এলাকা সংজ্ঞায়িত করতে <emph>-নির্বাচন-</emph> নির্বাচন করুন। <emph>-ব্যবহারকারী- সংজ্ঞায়িত-</emph> নির্বাচন করার মাধ্যমে, আপনি একটি মুদ্রণ পরিসর সংজ্ঞায়িত করতে পারেন যা ইতিমধ্যেই <emph>বিন্যাস - মুদ্রণ পরিসর - নির্ধারণ করা</emph> কমান্ড দ্বারা সংজ্ঞায়িত করেছেন। যদি আপনি <emph>অন্তর্ভুক্ত করা - নাম - নির্ধারণ করা</emph> কমান্ড ব্যবহার করে একটি নাম প্রদান করেন, তাহলে এই নামটি প্রদর্শিত হবে এবং তালিকা বাক্স হতে নির্বাচন করা যাবে।"
+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>Sheet - Named Ranges and Expressions - Define</emph> command, this name will be displayed and can be selected from the list box."
+msgstr ""
#: 05080300.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/scalc/guide.po b/source/bn/helpcontent2/source/text/scalc/guide.po
index c7e50299673..ed8aa63cd35 100644
--- a/source/bn/helpcontent2/source/text/scalc/guide.po
+++ b/source/bn/helpcontent2/source/text/scalc/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-05 16:43+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-12-23 14:27+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467737036.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1482503230.000000\n"
#: address_auto.xhp
msgctxt ""
@@ -2140,8 +2140,8 @@ msgctxt ""
"par_id3154011\n"
"26\n"
"help.text"
-msgid "To set the source range as the range, select the cells and choose <emph>Insert - Names - Define</emph>. Save the source document, and do not close it."
-msgstr "উৎস পরিসরকে পরিসর হিসেবে নির্ধারণ করতে, ঘর নির্বাচন করুন এবং <emph>সন্নিবেশ করান - নাম - সংজ্ঞায়িত করুন</emph>পছন্দ করুন।বর্তমান নথি সংরক্ষণ করুন, এবং এটি বন্ধ করবেন না।"
+msgid "To set the source range as the range, select the cells and choose <emph>Sheet - Named Ranges and Expressions - Define</emph>. Save the source document, and do not close it."
+msgstr ""
#: cellreference_dragdrop.xhp
msgctxt ""
@@ -11866,8 +11866,8 @@ msgctxt ""
"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 "একটি ঘর অথবা ঘর পরিসর নির্বাচন করুন, এরপর <emph>সন্নিবেশ করান - নাম - সংজ্ঞা</emph>পছন্দ করুন। <emph>নাম সংজ্ঞায়িত করুন</emph> ডায়ালগ আবির্ভূত হবে।"
+msgid "Select a cell or range of cells, then choose <emph>Sheet - Named Ranges and Expressions - Define</emph>. The <emph>Define Names</emph> dialog appears."
+msgstr ""
#: value_with_name.xhp
msgctxt ""
@@ -11919,8 +11919,8 @@ msgctxt ""
"par_id3153711\n"
"8\n"
"help.text"
-msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Insert - Names - Define\">Insert - Names - Define</link>"
-msgstr "<link href=\"text/scalc/01/04070100.xhp\" name=\"Insert - Names - Define\">সন্নিবেশ করান - নাম - সংজ্ঞায়িত করুন</link>"
+msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Sheet - Named Ranges and Expressions - Define\">Sheet - Named Ranges and Expressions - Define</link>"
+msgstr ""
#: webquery.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/shared/00.po b/source/bn/helpcontent2/source/text/shared/00.po
index 5ff1f490eb6..fb8a8c942ba 100644
--- a/source/bn/helpcontent2/source/text/shared/00.po
+++ b/source/bn/helpcontent2/source/text/shared/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-05 16:44+0000\n"
+"POT-Creation-Date: 2016-12-21 15:39+0100\n"
+"PO-Revision-Date: 2016-05-24 02:24+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467737098.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1464056677.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -12201,15 +12201,6 @@ msgstr "<emph>বিন্যাস - পৃষ্ঠা - পটভূমি</e
#: 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 "<emph>বিন্যাস - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>বস্তু - </emph></caseinline><caseinline select=\"CALC\"><emph>গ্রাফিক্স - </emph></caseinline></switchinline><emph>এলাকা - রং</emph> ট্যাবটি নির্বাচন করুন"
-
-#: 00040502.xhp
-msgctxt ""
-"00040502.xhp\n"
"par_id3154985\n"
"141\n"
"help.text"
diff --git a/source/bn/helpcontent2/source/text/shared/01.po b/source/bn/helpcontent2/source/text/shared/01.po
index b22f3543463..e48d77f4044 100644
--- a/source/bn/helpcontent2/source/text/shared/01.po
+++ b/source/bn/helpcontent2/source/text/shared/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-10-18 20:14+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-12-24 13:49+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1476821652.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1482587356.000000\n"
#: 01010000.xhp
msgctxt ""
@@ -5027,14 +5027,13 @@ msgctxt ""
"01140000.xhp\n"
"bm_id3147294\n"
"help.text"
-msgid "<bookmark_value>printers; properties</bookmark_value><bookmark_value>settings; printers</bookmark_value><bookmark_value>properties; printers</bookmark_value><bookmark_value>default printer; setting up</bookmark_value><bookmark_value>printers; default printer</bookmark_value><bookmark_value>page formats; restriction</bookmark_value>"
+msgid "<bookmark_value>printers; properties</bookmark_value> <bookmark_value>settings; printers</bookmark_value> <bookmark_value>properties; printers</bookmark_value> <bookmark_value>default printer; setting up</bookmark_value> <bookmark_value>printers; default printer</bookmark_value> <bookmark_value>page formats; restriction</bookmark_value>"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3147294\n"
-"1\n"
"help.text"
msgid "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\">Printer Settings</link>"
msgstr ""
@@ -5043,16 +5042,14 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"par_id3154422\n"
-"2\n"
"help.text"
-msgid "<variable id=\"druckereinstellungtext\"><ahelp hid=\"SVTOOLS:MODALDIALOG:DLG_SVT_PRNDLG_PRNSETUPDLG\">Select the default printer for the current document.</ahelp></variable>"
+msgid "<variable id=\"druckereinstellungtext\"><ahelp hid=\"svt/ui/printersetupdialog/PrinterSetupDialog\">Select the default printer for the current document.</ahelp> </variable>"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3148620\n"
-"20\n"
"help.text"
msgid "You might experience a slight delay when you change the default printer for a document that contains embedded $[officename] OLE objects."
msgstr ""
@@ -5061,25 +5058,22 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"hd_id3145345\n"
-"4\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Printer </caseinline></switchinline>"
+msgid "Printer"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3145211\n"
-"5\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Lists the information that applies to the selected printer. </caseinline></switchinline>"
+msgid "Lists the information that applies to the selected printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3148538\n"
-"19\n"
"help.text"
msgid "If the list is empty, you need to install a default printer for your operating system. Refer to the online help for your operating system for instructions on how to install and setup a default printer."
msgstr ""
@@ -5088,7 +5082,6 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"hd_id3154381\n"
-"6\n"
"help.text"
msgid "Name"
msgstr ""
@@ -5097,88 +5090,78 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"par_id3156155\n"
-"7\n"
"help.text"
-msgid "<ahelp hid=\"SVTOOLS:LISTBOX:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES\">Lists the installed printers on your operating system. To change the default printer, select a printer name from the list.</ahelp>"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/name\">Lists the installed printers on your operating system. To change the default printer, select a printer name from the list.</ahelp>"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3156153\n"
-"8\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Status </caseinline></switchinline>"
+msgid "Status"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3150465\n"
-"9\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Describes the current status of the selected printer. </caseinline></switchinline>"
+msgid "Describes the current status of the selected printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3154898\n"
-"10\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Type </caseinline></switchinline>"
+msgid "Type"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3156326\n"
-"11\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the type of printer that you selected. </caseinline></switchinline>"
+msgid "Displays the type of printer that you selected."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3149416\n"
-"12\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Location </caseinline></switchinline>"
+msgid "Location"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3149955\n"
-"13\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the port for the selected printer. </caseinline></switchinline>"
+msgid "Displays the port for the selected printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3145316\n"
-"14\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Comments </caseinline></switchinline>"
+msgid "Comments"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3155923\n"
-"15\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays additional information for the printer. </caseinline></switchinline>"
+msgid "Displays additional information for the printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3149669\n"
-"16\n"
"help.text"
msgid "Properties"
msgstr ""
@@ -5187,20 +5170,42 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"par_id3149045\n"
-"17\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\"><ahelp hid=\"SVTOOLS:PUSHBUTTON:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_PROPERTIES\">Changes the printer settings of your operating system for the current document.</ahelp></caseinline></switchinline>"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/properties\">Changes the printer settings of your operating system for the current document.</ahelp>"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3157322\n"
-"18\n"
"help.text"
msgid "Ensure that the Landscape or Portrait layout option set in the printer properties dialog matches the page format that you set by choosing <emph>Format - Page</emph>."
msgstr ""
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id201612110303091265\n"
+"help.text"
+msgid "Options"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id201612110239454950\n"
+"help.text"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/options\">Opens the <emph>Printer Options</emph> dialog where you can override the global printer options set on the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Writer</emph></caseinline><caseinline select=\"CALC\"><emph>Calc</emph></caseinline><defaultinline>Writer/Web</defaultinline></switchinline><emph> - Print</emph> panel for the current document.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3157323\n"
+"help.text"
+msgid "The <emph>Options</emph> button is only available in %PRODUCTNAME Writer and Calc."
+msgstr ""
+
#: 01160000.xhp
msgctxt ""
"01160000.xhp\n"
@@ -8291,7 +8296,7 @@ msgctxt ""
"par_id3152551\n"
"59\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Enter the number of characters in the search term that can be exchanged.</ahelp> For example, if you specify 2 exchanged characters, \"black\" and \"crack\" are considered similar."
+msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Enter the number of characters in the search term that can be exchanged.</ahelp> For example, if you specify 2 exchanged characters, \"sweep\" and \"creep\" are considered similar."
msgstr ""
#: 02100100.xhp
@@ -15415,12 +15420,13 @@ msgid "Explanation"
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3152801\n"
"help.text"
msgid "#"
-msgstr ""
+msgstr "#"
#: 05020301.xhp
msgctxt ""
@@ -15431,12 +15437,13 @@ msgid "Does not display extra zeros."
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3152802\n"
"help.text"
msgid "?"
-msgstr ""
+msgstr "?"
#: 05020301.xhp
msgctxt ""
@@ -15495,12 +15502,13 @@ msgid "3456.78 as 3456.8"
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3150355\n"
"help.text"
msgid "####.#"
-msgstr ""
+msgstr "####.#"
#: 05020301.xhp
msgctxt ""
@@ -15543,12 +15551,13 @@ msgid "5.75 as 5 3/4 and 6.3 as 6 3/10"
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3145315\n"
"help.text"
msgid "# ???/???"
-msgstr ""
+msgstr "# ???/???"
#: 05020301.xhp
msgctxt ""
@@ -15623,12 +15632,13 @@ msgid "15000 as 15,000"
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3151223\n"
"help.text"
msgid "#,###"
-msgstr ""
+msgstr "#,###"
#: 05020301.xhp
msgctxt ""
@@ -15639,12 +15649,13 @@ msgid "16000 as 16"
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3153961\n"
"help.text"
msgid "#,"
-msgstr ""
+msgstr "#,"
#: 05020301.xhp
msgctxt ""
@@ -15959,12 +15970,13 @@ msgid "Denominator is calculated to get the nearest value of the fraction with r
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3146926\n"
"help.text"
msgid "# ?/???"
-msgstr ""
+msgstr "# ?/???"
#: 05020301.xhp
msgctxt ""
@@ -25620,32 +25632,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/areatabpage/LB_BITMAP\">Click the fill that you want to apply to the selected object.</ahelp>"
msgstr ""
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Colors"
-msgstr ""
-
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"hd_id3152895\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210200.xhp\" name=\"Colors\">Colors</link>"
-msgstr ""
-
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"par_id3149119\n"
-"2\n"
-"help.text"
-msgid "Select a color to apply, save the current color list, or load a different color list."
-msgstr ""
-
#: 05210300.xhp
msgctxt ""
"05210300.xhp\n"
@@ -43243,6 +43229,214 @@ msgctxt ""
msgid "<ahelp hid=\"uui/ui/setmasterpassworddlg/password2\">Re-enter the master password.</ahelp>"
msgstr ""
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"tit\n"
+"help.text"
+msgid "Safe Mode"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"bm_id281120160951421436\n"
+"help.text"
+msgid "<bookmark_value>profile;safe mode</bookmark_value>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160939034500\n"
+"help.text"
+msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Safe Mode</link>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160939285779\n"
+"help.text"
+msgid "<ahelp hid=\".\">Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh user profile and disables hardware acceleration. It helps to restore a non-working %PRODUCTNAME instance. </ahelp>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163153357\n"
+"help.text"
+msgid "Choose <emph>Help - Restart in Safe Mode...</emph>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163154362\n"
+"help.text"
+msgid "Start %PRODUCTNAME from command line with <emph>--safe-mode</emph> option"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163154363\n"
+"help.text"
+msgid "Start %PRODUCTNAME from <emph>%PRODUCTNAME (Safe Mode)</emph> start menu entry (Windows only)"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149549\n"
+"help.text"
+msgid "What can I do in safe mode?"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160939281728\n"
+"help.text"
+msgid "Once in safe mode, you will be shown a dialog offering three user profile restoration options"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149551\n"
+"help.text"
+msgid "Continue in Safe Mode"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944279896\n"
+"help.text"
+msgid "This option will let you work with %PRODUCTNAME as you are used to, but using a temporary user profile. It also means that all configuration changes made to the temporary user profile will be lost after restart."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149552\n"
+"help.text"
+msgid "Quit"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944279161\n"
+"help.text"
+msgid "Choosing <emph>Quit</emph> will just exit %PRODUCTNAME. Use this option if you got here by accident."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149543\n"
+"help.text"
+msgid "Apply Changes and Restart"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348926\n"
+"help.text"
+msgid "The dialog offers multiple changes to the user profile that can be made to help restoring %PRODUCTNAME to working state. They get more radical from top down so you should try them successively one after another. Choosing this option applies selected changes"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149545\n"
+"help.text"
+msgid "Restore from backup"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348884\n"
+"help.text"
+msgid "%PRODUCTNAME keeps backups of previous configurations and activated extensions. Use this option to return to the previous state if your problems are likely to be caused by recent changes to configuration or extensions."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149546\n"
+"help.text"
+msgid "Configure"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949347119\n"
+"help.text"
+msgid "You can disable all extensions installed by the user. You can also disable hardware acceleration. Activate this option if you experience startup crashes or visual glitches, they are often related to hardware acceleration."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160944276682\n"
+"help.text"
+msgid "Uninstall extensions"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944275137\n"
+"help.text"
+msgid "Sometimes %PRODUCTNAME cannot be started due to extensions blocking or crashing. This option allows you to disable all extensions installed by the user as well as shared and bundled extensions. Uninstalling shared and bundled extensions should be used with caution. It will only work if you have the necessary system access rights."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160944276687\n"
+"help.text"
+msgid "Reset to factory settings"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id28112016094427792\n"
+"help.text"
+msgid "If all else fails, you can reset your user profile to the factory default. The first option <emph>Reset settings and user customizations</emph> resets all configuration and UI changes, but keeps things like your personal dictionary, templates etc. The second option will reset your entire profile to the state when you first installed %PRODUCTNAME."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id28112016094427243\n"
+"help.text"
+msgid "If you could not resolve your problem by using safe mode, click on <emph>Advanced</emph> expander. You will find instructions how to get further help there."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949347055\n"
+"help.text"
+msgid "If you want to report a problem with your user profile, by clicking on <emph>Create Zip Archive from User Profile</emph> you can generate a zip file which can be uploaded to the bug tracking system to be investigated by the developers."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348679\n"
+"help.text"
+msgid "Be aware that the uploaded profile might contain sensitive information, such as your personal dictionary, settings and installed extensions."
+msgstr ""
+
#: prop_font_embed.xhp
msgctxt ""
"prop_font_embed.xhp\n"
@@ -43274,7 +43468,7 @@ msgctxt ""
"par_id3154863\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"sfx/ui/documentfontspage/DocumentInfoPage\">Embed document fonts in the current file.</ahelp>"
+msgid "<ahelp hid=\"sfx/ui/documentfontspage/DocumentFontsPage\">Embed document fonts in the current file.</ahelp>"
msgstr ""
#: prop_font_embed.xhp
diff --git a/source/bn/helpcontent2/source/text/shared/guide.po b/source/bn/helpcontent2/source/text/shared/guide.po
index 8542e9ecb2e..0f86bf58ebb 100644
--- a/source/bn/helpcontent2/source/text/shared/guide.po
+++ b/source/bn/helpcontent2/source/text/shared/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-05 17:03+0000\n"
+"POT-Creation-Date: 2016-12-21 15:39+0100\n"
+"PO-Revision-Date: 2016-07-05 17:02+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467738232.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1467738179.000000\n"
#: aaa_start.xhp
msgctxt ""
@@ -2194,7 +2194,7 @@ msgctxt ""
"cmis-remote-files-setup.xhp\n"
"hd_id1508201618160340\n"
"help.text"
-msgid "Connecting to <link href=\"text/shared/00/00000002.xhp#ftp\">FTP</link> and SSH servers (check)"
+msgid "Connecting to <link href=\"text/shared/00/00000002.xhp#ftp\">FTP</link> and SSH servers"
msgstr ""
#: cmis-remote-files-setup.xhp
@@ -2274,7 +2274,7 @@ msgctxt ""
"cmis-remote-files-setup.xhp\n"
"hd_id150820161816049600\n"
"help.text"
-msgid "Connecting to a Windows share (check)"
+msgid "Connecting to a Windows share"
msgstr ""
#: cmis-remote-files-setup.xhp
@@ -9936,8 +9936,8 @@ msgctxt ""
"hyperlink_insert.xhp\n"
"par_idN1076D\n"
"help.text"
-msgid "To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Insert - Names - Define</emph>)."
-msgstr "স্প্রেডশীটের ঘরে সরাসরি যাওয়ার জন্য সর্বপ্রথম ঘরের জন্য নাম সন্নিবেশ করান (<emph>সন্নিবেশ - নাম - বর্ণনা করা</emph>)।"
+msgid "To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Sheet - Named Ranges and Expressions - Define</emph>)."
+msgstr ""
#: hyperlink_insert.xhp
msgctxt ""
@@ -12455,20 +12455,20 @@ msgstr "<emph>পছন্দ</emph> ট্যাব পৃষ্ঠায়,
#: labels.xhp
msgctxt ""
"labels.xhp\n"
-"par_id3156424\n"
-"86\n"
+"par_id3149767\n"
+"29\n"
"help.text"
-msgid "As soon as you click on <emph>New Document</emph>, you will see a small window with the <emph>Synchronize Labels</emph> button. Enter the first label. When you click on the <emph>Synchronize Labels</emph> button, the current individual label is copied to all the other labels on the sheet."
-msgstr "যত শীঘ্রই আপনি <emph>নতুন নথি</emph> তে ক্লিক করবেন, আপনি <emph>যুগপদ মোড়ক</emph> বোতামে একটি ছোট উইন্ডো দেখতে পাবেন। প্রথম মোড়ক সন্নিবেশ করান। যখন আপনি <emph>যুগপদ মোড়ক</emph> বোতামে ক্লিক করবেন, বর্তমান স্বতন্ত্র মোড়ক পাতার অন্য সব মোড়কে অনুলিপি করা হবে।"
+msgid "Click on <emph>New Document</emph> to create a new document with the settings you have entered."
+msgstr "আপনার সন্নিবেশকৃত বৈশিষ্ট্য সহকারে নতুন নথি তৈরি করার জন্য <emph>নতুন নথি</emph> তে ক্লিক করুন।"
#: labels.xhp
msgctxt ""
"labels.xhp\n"
-"par_id3149767\n"
-"29\n"
+"par_id3156424\n"
+"86\n"
"help.text"
-msgid "Click on <emph>New Document</emph> to create a new document with the settings you have entered."
-msgstr "আপনার সন্নিবেশকৃত বৈশিষ্ট্য সহকারে নতুন নথি তৈরি করার জন্য <emph>নতুন নথি</emph> তে ক্লিক করুন।"
+msgid "As soon as you click on <emph>New Document</emph>, you will see a small window with the <emph>Synchronize Labels</emph> button. Enter the first label. When you click on the <emph>Synchronize Labels</emph> button, the current individual label is copied to all the other labels on the sheet."
+msgstr "যত শীঘ্রই আপনি <emph>নতুন নথি</emph> তে ক্লিক করবেন, আপনি <emph>যুগপদ মোড়ক</emph> বোতামে একটি ছোট উইন্ডো দেখতে পাবেন। প্রথম মোড়ক সন্নিবেশ করান। যখন আপনি <emph>যুগপদ মোড়ক</emph> বোতামে ক্লিক করবেন, বর্তমান স্বতন্ত্র মোড়ক পাতার অন্য সব মোড়কে অনুলিপি করা হবে।"
#: labels.xhp
msgctxt ""
@@ -18367,58 +18367,53 @@ msgctxt ""
"start_parameters.xhp\n"
"tit\n"
"help.text"
-msgid "Starting the $[officename] Software With Parameters"
-msgstr "$[officename] মানসমূহের সঙ্গে সফটওয়্যার শুরু করছে"
+msgid "Starting $[officename] Software With Parameters"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"bm_id3156410\n"
"help.text"
-msgid "<bookmark_value>start parameters</bookmark_value><bookmark_value>command line parameters</bookmark_value><bookmark_value>parameters;command line</bookmark_value><bookmark_value>arguments in command line</bookmark_value>"
-msgstr "<bookmark_value>start parameters</bookmark_value><bookmark_value>command line parameters</bookmark_value><bookmark_value>parameters;command line</bookmark_value><bookmark_value>arguments in command line</bookmark_value>"
+msgid "<bookmark_value>start parameters</bookmark_value> <bookmark_value>command line parameters</bookmark_value> <bookmark_value>parameters;command line</bookmark_value> <bookmark_value>arguments in command line</bookmark_value>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"hd_id3156410\n"
-"52\n"
"help.text"
-msgid "Starting the $[officename] Software With Parameters"
-msgstr "$[officename] মানসমূহের সঙ্গে সফটওয়্যার শুরু করছে"
+msgid "Starting $[officename] Software With Parameters"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147009\n"
-"1\n"
"help.text"
-msgid "By starting the $[officename] software from the command line you can assign various parameters, with which you can influence the performance. The use of command line parameters is only recommended for experienced users."
-msgstr "কমান্ড লাইন থেকে $[officename] সফটওয়্যার শুরু করার মাধ্যমে আপনি বিভিন্ন প্যারামিটার বরাদ্দ করতে পারেন,যার মাধ্যমে আপনি কার্যসম্পাদনা প্রভাবিত করতে পারেন। কমান্ড লাইন প্যারামিটারের ব্যবহার কেবল অভিজ্ঞ ব্যবহারকারীর জন্য সুপারিশ করা হয়।"
+msgid "By starting $[officename] software from the command line you can assign various parameters, with which you can influence the performance. The use of command line parameters is only recommended for experienced users."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147618\n"
-"2\n"
"help.text"
-msgid "For normal handling, the use of command line parameters is not necessary. A few of the parameters require a deeper knowledge of the technical background of the $[officename] software technology."
-msgstr "স্বাভাবিক পরিচালনার জন্য কমান্ড সারি মানসমূহের ব্যবহার প্রয়োজনীয় নয়। অতি অল্প মানসমূহ $[officename] সফটওয়্যার প্রযুক্তির প্রযুক্তিগত পটভূমির একটি গভীরতর জ্ঞান প্রয়োজন হয়।"
+msgid "For normal handling, the use of command line parameters is not necessary. A few of the parameters require a deeper knowledge of the technical background of $[officename] software technology."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"hd_id3154898\n"
-"4\n"
"help.text"
-msgid "Starting the $[officename] Software From the Command Line"
-msgstr "কমান্ড সারি হতে $[officename] সফটওয়্যার শুরু করছে"
+msgid "Starting $[officename] Software From the Command Line"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3156152\n"
-"5\n"
"help.text"
msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a shell under Linux, *BSD, or Mac OS X platforms."
msgstr ""
@@ -18427,16 +18422,14 @@ msgstr ""
msgctxt ""
"start_parameters.xhp\n"
"par_id3152472\n"
-"6\n"
"help.text"
msgid "Under Windows, type the following text in the <emph>Open </emph>text field and click <emph>OK</emph>."
-msgstr "উইন্ডোজে, <emph> খোলা</emph> লেখা ক্ষেত্রে নিম্নলিখিত টেক্সট মুদ্রণ করুন এবং <emph>ঠিক আছে</emph> ক্লিক করুন।"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3149669\n"
-"53\n"
"help.text"
msgid "Under UNIX-like systems, type the following line of text, then press <emph>Return</emph>:"
msgstr ""
@@ -18445,679 +18438,649 @@ msgstr ""
msgctxt ""
"start_parameters.xhp\n"
"par_id3147561\n"
-"7\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\\\program\\\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter}</caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter}</caseinline></switchinline>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3153360\n"
-"8\n"
"help.text"
-msgid "Replace <emph>{install}</emph> with the path to your installation of the $[officename] software (for example, <emph>C:\\Program Files\\Office</emph>, or <emph>~/office</emph>)"
-msgstr "<emph> {install}</emph> $[officename] সফটওয়্যার এর স্থাপনা পথের সঙ্গে (উদাহরণস্বরূপ <emph>C:\\\\Program Files\\\\Office</emph> অথবা <emph>~/office</emph>)প্রতিস্থাপন করুন"
+msgid "Replace <emph>{install}</emph> with the path to your installation of $[officename] software (for example, <emph>C:\\Program Files\\Office</emph>, or <emph>~/office</emph>)"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3158407\n"
-"9\n"
+"hd_id3145171\n"
"help.text"
-msgid "Where required, replace <emph>{parameter}</emph> with one or more of the following command line parameters."
-msgstr "যেখানে প্রয়োজন সেখানে <emph> {বৈশিষ্ট্য}</emph> নিম্নলিখিত কমান্ড সারির বৈশিষ্ট্যের এক অথবা আরও অধিক দ্বারা প্রতিস্থাপন করুন।"
+msgid "Valid Command Line Parameters"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"hd_id3145171\n"
-"10\n"
+"hd_id1016120408556191\n"
"help.text"
-msgid "Valid Command Line Parameters"
-msgstr "সঠিক কমান্ড সারির মানসমূহ"
+msgid "Using without special arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148451\n"
-"11\n"
+"par_id215247284938\n"
"help.text"
-msgid "Parameter"
-msgstr "মানসমূহ"
+msgid "Using without any arguments opens the start center."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149167\n"
-"12\n"
+"par_id4016121206183262\n"
"help.text"
-msgid "Meaning"
-msgstr "অর্থ"
+msgid "<emph>{file}</emph>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149983\n"
-"73\n"
+"par_id40161212062813818\n"
"help.text"
-msgid "--help / -h / -?"
-msgstr "-help / -h / -?"
+msgid "Tries to open the file (files) in the components suitable for them."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147349\n"
-"74\n"
+"par_id40161212063110720\n"
"help.text"
-msgid "Lists the available command line parameters <switchinline select=\"sys\"><caseinline select=\"WIN\">in a dialog box</caseinline><defaultinline>to the console</defaultinline></switchinline>."
-msgstr "প্রাপ্তিসাধ্য কমান্ড সারির মানসমূহের তালিকা <switchinline select=\"sys\"><caseinline select=\"WIN\">ডায়ালগ বাক্সে</caseinline><defaultinline>কনসোলে</defaultinline></switchinline>।"
+msgid "<emph>{file} macro:///[Library.Module.MacroName]</emph>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id31499et\n"
-"73\n"
+"par_id40161212063330252\n"
"help.text"
-msgid "--version"
+msgid "Opens the file and applies specified macros from the file."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id31473et\n"
-"74\n"
+"hd_id201612040855610\n"
"help.text"
-msgid "Displays the version information."
+msgid "Getting help and information"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150010\n"
-"59\n"
+"par_id3148451\n"
"help.text"
-msgid "--writer"
-msgstr "-writer"
+msgid "<variable id=\"parameter\">Parameter</variable>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147213\n"
-"60\n"
+"par_id3149167\n"
"help.text"
-msgid "Starts with an empty Writer document."
-msgstr "একটি শূন্য রাইটার নথির সাহায্যে শুরু করে।"
+msgid "<variable id=\"meaning\">Meaning</variable>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148616\n"
-"61\n"
+"par_id3147349\n"
"help.text"
-msgid "--calc"
-msgstr "-calc"
+msgid "Lists the available command line parameters to the console."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145261\n"
-"62\n"
+"par_id20161204091221764\n"
"help.text"
-msgid "Starts with an empty Calc document."
-msgstr "একটি শূন্য calc নথির সাহায্যে শুরু করে।"
+msgid "Opens $[officename] built-in or online Help on Writer."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156443\n"
-"63\n"
+"par_id20161204091520522\n"
"help.text"
-msgid "--draw"
-msgstr "-draw"
+msgid "Opens $[officename] built-in or online Help on Calc."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154011\n"
-"64\n"
+"par_id20161204091727059\n"
"help.text"
-msgid "Starts with an empty Draw document."
-msgstr "একটি শূন্য আঁকার নথির সাহায্যে শুরু করে।"
+msgid "Opens $[officename] built-in or online Help on Draw."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153142\n"
-"65\n"
+"par_id20161204091812159\n"
"help.text"
-msgid "--impress"
-msgstr "-impress"
+msgid "Opens $[officename] built-in or online Help on Impress."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153222\n"
-"66\n"
+"par_id20161204091919599\n"
"help.text"
-msgid "Starts with an empty Impress document."
-msgstr "একটি শূন্য ইমপ্রেস নথির সাহায্যে শুরু করে।"
+msgid "Opens $[officename] built-in or online Help on Base."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155853\n"
-"67\n"
+"par_id20161204092029619\n"
"help.text"
-msgid "--math"
-msgstr "-math"
+msgid "Opens $[officename] built-in or online Help on Basic scripting language."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3146928\n"
-"68\n"
+"par_id2016120409214276\n"
"help.text"
-msgid "Starts with an empty Math document."
-msgstr "একটি শূন্য অংক নথির সাহায্যে শুরু করে।"
+msgid "Opens $[officename] built-in or online Help on Math."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149960\n"
-"69\n"
+"par_id31473et\n"
"help.text"
-msgid "--global"
-msgstr "-global"
+msgid "Shows $[officename] version and quits."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151075\n"
-"70\n"
+"par_id2016120409236546\n"
"help.text"
-msgid "Starts with an empty Writer master document."
-msgstr "একটি শূন্য লেখনী প্রধান নথির সাহায্যে শুরু করে।"
+msgid "(MacOS X sandbox only) Returns path of the temporary directory for the current user and exits. Overrides all other arguments."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154510\n"
-"71\n"
+"hd_id20161204094429235\n"
"help.text"
-msgid "--web"
-msgstr "-web"
+msgid "General arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148836\n"
-"72\n"
+"par_id3153919\n"
"help.text"
-msgid "Starts with an empty HTML document."
-msgstr "একটি শূন্য HTML নথির সাহায্যে শুরু করে।"
+msgid "Activates[Deactivates] the Quickstarter service. It can take only one parameter <emph>no</emph> which deativates the Quickstarter service. Without parameters this service is activated."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id315330t\n"
+"help.text"
+msgid "Disables check for remote instances using the installation."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149403\n"
+"par_id315053o\n"
"help.text"
-msgid "--show {filename.odp}"
-msgstr "-show {filename.odp}"
+msgid "Forces an input filter type, if possible. For example:<br/><item type=\"input\">--infilter=\"Calc Office Open XML\"</item><br/><item type=\"input\">--infilter=\"Text (encoded):UTF8,LF,,,.\"</item>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153838\n"
-"80\n"
+"par_id20161204101917197\n"
"help.text"
-msgid "Starts with the Impress file <emph>{filename.odp}</emph> and starts the presentation. Enters edit mode after the presentation."
-msgstr "ইমপ্রেস ফাইলের সঙ্গে শুরু করে<emph> {filename odp}</emph> এবং উপস্থাপনা শুরু করে। উপস্থাপনার পরে সম্পাদনা মোড সন্নিবেশ করে।"
+msgid "Store soffice.bin pid to <emph>{file}</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156276\n"
-"13\n"
+"par_id3146786\n"
"help.text"
-msgid "--minimized"
-msgstr "-minimized"
+msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for $[officename] software on UNIX-like platforms."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"hd_id20161204103115358\n"
+"help.text"
+msgid "User/programmatic interface control"
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3151334\n"
+"help.text"
+msgid "Disables the splash screen at program start."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3146080\n"
-"14\n"
"help.text"
msgid "Starts minimized. The splash screen is not displayed."
-msgstr "হ্রাস করতে শুরু করে। স্প্ল্যাশ পর্দা প্রদর্শন করা হয় না।"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145641\n"
-"15\n"
+"par_id3153306\n"
"help.text"
-msgid "--invisible"
-msgstr "-invisible"
+msgid "Starts without displaying anything except the splash screen."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3154756\n"
-"16\n"
"help.text"
msgid "Starts in invisible mode."
-msgstr "অদৃশ্য মোড শুরু করে।"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3148914\n"
-"17\n"
"help.text"
-msgid "Neither the start-up logo nor the initial program window will be visible. However, the $[officename] software can be controlled and documents and dialogs opened via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
-msgstr "start-up লোগো নয়তো প্রাথমিক প্রোগ্রাম উইন্ডো দৃশ্যমান নয়। উপরন্তু, $[officename] সফটওয়্যার নিয়ন্ত্রণ করা যাবে এবং নথি এবং ডায়ালগ <link href=\"http://api.openoffice.org\" name=\"API\">API</link> হয়ে খোলেছিল ।"
+msgid "Neither the start-up logo nor the initial program window will be visible. $[officename] software can be controlled, and documents and dialogs can be controlled and opened via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147341\n"
-"18\n"
"help.text"
-msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
+msgid "Using the parameter, $[officename] can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3150388\n"
-"48\n"
"help.text"
-msgid "It cannot be used in conjunction with <emph>-quickstart</emph>."
-msgstr "এইটি <emph> -quickstart</emph>এর সঙ্গে যুক্তাক্ষরে ব্যবহার করা যাবে না।"
+msgid "It cannot be used in conjunction with <emph>--quickstart</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3145147\n"
-"19\n"
"help.text"
-msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
-msgstr "আরও বেশি তথ্য <emph> $ [officename] উন্নয়নকারী সহায়িকা</emph>তে খুঁজে পাওয়া যায়।"
+msgid "More information is found in <emph>$[officename] Developer's Guide</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155903\n"
-"20\n"
+"par_id3150530\n"
"help.text"
-msgid "--norestore"
-msgstr "-norestore"
+msgid "Starts in \"headless mode\" which allows using the application without user interface."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3156353\n"
+"help.text"
+msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3156374\n"
-"21\n"
"help.text"
msgid "Disables restart and file recovery after a system crash."
-msgstr "পদ্ধতি ভেঙ্গে পড়ার পর পুনরায় আরম্ভ করা নিষ্ক্রিয় করে এবং ফাইল পুনরুদ্ধার করে।"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id5215918\n"
+"par_id20161204120122917\n"
"help.text"
-msgid "--nofirststartwizard"
-msgstr "-nofirststartwizard"
+msgid "Starts in a safe mode, i.e. starts temporarily with a fresh user profile and helps to restore a broken configuration."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id5665761\n"
+"par_id3147130\n"
"help.text"
-msgid "Disables the Welcome Wizard."
-msgstr "স্বাগতম উইজার্ড নিষ্ক্রিয় করে।"
+msgid "Notifies $[officename] software that upon the creation of \"UNO Acceptor Threads\", a \"UNO Accept String\" will be used."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148477\n"
-"25\n"
+"par_id20161204120828147\n"
"help.text"
-msgid "--quickstart"
-msgstr "-quickstart"
+msgid "UNO-URL is string the such kind <emph>uno:connection-type,params;protocol-name,params;ObjectName</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153919\n"
-"26\n"
+"par_id3148874\n"
"help.text"
-msgid "Activates the Quickstarter."
-msgstr "Quickstarter টি সক্রিয় করে।"
+msgid "More information is found in <emph>$[officename] Developer's Guide</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3152479\n"
-"30\n"
+"par_id314713a\n"
"help.text"
-msgid "--accept={UNO string}"
-msgstr "-accept={UNO string}"
+msgid "Closes an acceptor that was created with <emph>--accept={UNO-URL}</emph>. Use <emph>--unaccept=all</emph> to close all open acceptors."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147130\n"
-"31\n"
+"par_id20161204121422689\n"
"help.text"
-msgid "Notifies the $[officename] software that upon the creation of \"UNO Acceptor Threads\", a \"UNO Accept String\" will be used."
-msgstr "$[officename] সফটওয়্যার ঘোষনা করে যা \" UNO গ্রাহক থ্রেড \" সৃষ্টির ওপর, একটি \" UNO স্ট্রিং গ্রহণ করে \" ব্যবহার করা হবে।"
+msgid "Uses specified language, if language is not selected yet for UI. The lang is a tag of the language in IETF language tag."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148874\n"
-"32\n"
+"par_id201612041220386\n"
"help.text"
-msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
-msgstr "আরও বেশি তথ্য <emph> $ [officename] উন্নয়নকারী সহায়িকা</emph>তে খুঁজে পাওয়া যায়।"
+msgid "Developer arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315247a\n"
-"30\n"
+"par_id20161204122216505\n"
"help.text"
-msgid "--unaccept={UNO string}"
-msgstr "-accept={UNO string}"
+msgid "Exit after initialization complete (no documents loaded)."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314713a\n"
-"31\n"
+"par_id2016120412237431\n"
"help.text"
-msgid "Closes an acceptor that was created with --accept={UNO string}. Use --unaccept=all to close all open acceptors."
+msgid "Exit after loading documents."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3159238\n"
-"36\n"
+"par_id20161204122420839\n"
"help.text"
-msgid "-p {filename1} {filename2} ..."
-msgstr "-p {filename1} {filename2} ..."
+msgid "New document creation arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3163666\n"
-"37\n"
+"par_id20161204122414892\n"
"help.text"
-msgid "Prints the files <emph>{filename1} {filename2} ...</emph> to the default printer and ends. The splash screen does not appear."
-msgstr "পূর্বনির্ধারিত মুদ্রণযন্ত্রে ফাইল মুদ্রণ করে<emph> {filename১} {filename২}...</emph> এবং শেষ হয়। স্প্ল্যাশ পর্দা আবির্ভূত হয় না।"
+msgid "The arguments create an empty document of specified kind. Only one of them may be used in one command line. If filenames are specified after an argument, then it tries to open those files in the specified component."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150828\n"
-"49\n"
+"par_id3147213\n"
"help.text"
-msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
-msgstr "যদি ফাইলের নাম ফাঁকা স্থান ধারণ করে তাহলে এটি অবশ্যই উদ্ধৃতকরণ চিহ্নে সংযুক্ত হওয়া উচিত।"
+msgid "Starts with an empty Writer document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150883\n"
-"38\n"
+"par_id3145261\n"
"help.text"
-msgid "--pt {Printername} {filename1} {filename2} ..."
-msgstr "-pt {Printername} {filename1} {filename2} ..."
+msgid "Starts with an empty Calc document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155081\n"
-"50\n"
+"par_id3154011\n"
"help.text"
-msgid "Prints the files <emph>{filename1} {filename2} ...</emph> to the printer <emph>{Printername}</emph> and ends. The splash screen does not appear."
-msgstr "ফাইল মুদ্রণ করে<emph> {filename১} {filename২}...</emph> মুদ্রণযন্ত্রে<emph> {Printername}</emph> এবং শেষ হয়। স্প্ল্যাশ পর্দা আবির্ভূত হয় না।"
+msgid "Starts with an empty Draw document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153655\n"
-"51\n"
+"par_id3153222\n"
"help.text"
-msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
-msgstr "যদি ফাইলের নাম ফাঁকা স্থান ধারণ করে তাহলে এটি অবশ্যই উদ্ধৃতকরণ চিহ্নে সংযুক্ত হওয়া উচিত।"
+msgid "Starts with an empty Impress document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154372\n"
-"39\n"
+"par_id3146928\n"
"help.text"
-msgid "-o {filename}"
-msgstr "-o {filename}"
+msgid "Starts with an empty Math document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150309\n"
-"40\n"
+"par_id3151075\n"
"help.text"
-msgid "Opens <emph>{filename}</emph> for editing, even if it is a template."
-msgstr "সম্পাদনা করার জন্য <emph>{filename}</emph> এমনকি এটি যদি একটি ট্যামপ্লেট হয়।"
+msgid "Starts with an empty Writer master document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151182\n"
-"54\n"
+"par_id3148836\n"
"help.text"
-msgid "--view {filename}"
-msgstr "-view {filename}"
+msgid "Starts with an empty HTML document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145268\n"
-"55\n"
+"par_id20161204125123476\n"
"help.text"
-msgid "Creates a temporary copy of <emph>{filename}</emph> and opens it read-only."
-msgstr "<emph> {filename}</emph> এর একটি অস্থায়ী অনুলিপি তৈরি করে এবং শুধুমাত্র পড়ার জন্য খোলে।"
+msgid "File open arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3166421\n"
-"41\n"
+"par_id20161204125411030\n"
"help.text"
-msgid "-n {filename}"
-msgstr "-n {filename}"
+msgid "The arguments define how following filenames are treated. New treatment begins after the argument and ends at the next argument. The default treatment is to open documents for editing, and create new documents from document templates."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3154259\n"
-"42\n"
"help.text"
-msgid "Creates a new document using <emph>{filename}</emph> as a template."
-msgstr "ট্যামপ্লেট হিসেবে <emph> {filename}</emph> ব্যবহার করে একটি নতুন নথি তৈরি করে।"
+msgid "Treats following files as templates for creation of new documents."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155126\n"
-"43\n"
+"par_id3150309\n"
"help.text"
-msgid "--nologo"
-msgstr "-nologo"
+msgid "Opens following files for editing, regardless whether they are templates or not."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151334\n"
-"44\n"
+"par_id3155081\n"
"help.text"
-msgid "Disables the splash screen at program start."
-msgstr "অনুষ্ঠান শুরুতে স্প্ল্যাশ পর্দা নিষ্ক্রিয় করে।"
+msgid "Prints the following files to the printer <emph>{Printername}</emph> and ends. The splash screen does not appear."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3159171\n"
-"75\n"
+"par_id3153655\n"
+"51\n"
"help.text"
-msgid "--nodefault"
-msgstr "-nodefault"
+msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
+msgstr "যদি ফাইলের নাম ফাঁকা স্থান ধারণ করে তাহলে এটি অবশ্যই উদ্ধৃতকরণ চিহ্নে সংযুক্ত হওয়া উচিত।"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153306\n"
-"76\n"
+"par_id20161204010513716\n"
"help.text"
-msgid "Starts without displaying anything except the splash screen."
-msgstr "স্প্ল্যাশ পর্দা ব্যতীত অন্যকিছু প্রদর্শন না করে শুরু করে।"
+msgid "If used multiple times, only last <emph>{Printername}</emph> is effective for all documents of all <emph>--pt</emph> runs."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315917t\n"
-"75\n"
+"par_id2016120401061890\n"
"help.text"
-msgid "--nolockcheck"
+msgid "Also, <emph>--printer-name</emph> argument of <emph>--print-to-file</emph> switch interferes with <emph>{Printername}</emph>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315330t\n"
-"76\n"
+"par_id3163666\n"
"help.text"
-msgid "Disables check for remote instances using the installation."
+msgid "Prints following files to the default printer, after which those files are closed. The splash screen does not appear."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id2211676\n"
+"par_id3150828\n"
"help.text"
-msgid "--nofirststartwizard"
-msgstr "-nofirststartwizard"
+msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id1641895\n"
+"par_id3145268\n"
"help.text"
-msgid "Add this parameter to the program start command to suppress the Welcome Wizard."
-msgstr "স্বাগতম উইজার্ড দমন করতে অনুষ্ঠান শুরু আদেশে এই মানটি সংযুক্ত করুন।"
+msgid "Opens following files in viewer mode (read-only)."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153915\n"
-"45\n"
+"par_id3153838\n"
"help.text"
-msgid "--display {display}"
-msgstr "-display {display}"
+msgid "Opens and starts the following presentation documents of each immediately. Files are closed after the showing. Files other than Impress documents are opened in default mode , regardless of previous mode."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3146786\n"
-"46\n"
+"par_id315053p\n"
"help.text"
-msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX-like platforms."
+msgid "Batch convert files (implies --headless). If --outdir isn't specified, then current working directory is used as output_dir."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149595\n"
-"56\n"
+"par_id2016120401222926\n"
"help.text"
-msgid "--headless"
-msgstr "-headless"
+msgid "If --convert-to is used more than once, last value of OutputFileExtension[:OutputFilterName] is effective. If --outdir is used more than once, only its last value is effective. For example:"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150530\n"
-"57\n"
+"par_id315053q\n"
"help.text"
-msgid "Starts in \"headless mode\" which allows using the application without user interface."
-msgstr "\" headless মোড \" এ শুরু হয় যা ব্যবহারকারী ইন্টারফেস ব্যতীত প্রয়োগ ব্যবহার অনুমোদন করে।"
+msgid "Batch print files to file. If <emph>--outdir</emph> is not specified, then current working directory is used as output_dir."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156353\n"
-"58\n"
+"par_id20161204012928262\n"
"help.text"
-msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
-msgstr "এই বিশেষ মোডটি ব্যবহার করা যাবে যখন প্রয়োগ কোন বাহ্যিক গ্রাহক দ্বারা <link href=\"http://api.openoffice.org\" name=\"API\">API</link>এর মধ্য দিয়ে নিয়ন্ত্রিত হয়।।"
+msgid "If <emph>--printer-name</emph> or <emph>--outdir</emph> used multiple times, only last value of each is effective. Also, <emph>{Printername}</emph> of <emph>--pt</emph> switch interferes with <emph>--printer-name</emph>. For example:"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959o\n"
-"56\n"
+"par_id2016120401348732\n"
"help.text"
-msgid "--infilter={filter}"
+msgid "Dump text content of the following files to console (implies <emph>--headless</emph>). Cannot be used with <emph>--convert-to</emph>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053o\n"
-"57\n"
+"par_id2016120401398657\n"
"help.text"
-msgid "Forces an input filter type, if possible. Eg. --infilter=\"Calc Office Open XML\"."
+msgid "Set a bootstrap variable. For example: to set a non-default user profile path:"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959p\n"
-"56\n"
+"par_id20161204014126760\n"
"help.text"
-msgid "--convert-to output_file_extension[:output_filter_name] [--outdir output_dir] files"
+msgid "Ignored switches"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053p\n"
-"57\n"
+"par_id2016120401435616\n"
"help.text"
-msgid "Batch convert files. If --outdir is not specified, then current working directory is used as output_dir.<br/>Eg. --convert-to pdf *.doc<br/>--convert-to pdf:writer_pdf_Export --outdir /home/user *.doc"
+msgid "Ignored (MacOS X only)"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959q\n"
-"56\n"
+"par_id20161204014423695\n"
"help.text"
-msgid "--print-to-file [--printer-name printer_name] [--outdir output_dir] files"
+msgid "Ignored (COM+ related; Windows only)"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053q\n"
-"57\n"
+"par_id20161204014529900\n"
+"help.text"
+msgid "Does nothing, accepted only for backward compatibility."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id2016120401463584\n"
"help.text"
-msgid "Batch print files to file. If --outdir is not specified, then current working directory is used as output_dir.<br/>Eg. --print-to-file *.doc<br/>--print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc"
+msgid "Used only in unit tests and should have two arguments."
msgstr ""
#: startcenter.xhp
diff --git a/source/bn/helpcontent2/source/text/shared/optionen.po b/source/bn/helpcontent2/source/text/shared/optionen.po
index 2888880860a..6f13f3f6058 100644
--- a/source/bn/helpcontent2/source/text/shared/optionen.po
+++ b/source/bn/helpcontent2/source/text/shared/optionen.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-05-24 03:10+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-07-05 17:11+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1464059412.000000\n"
+"X-POOTLE-MTIME: 1467738682.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -2245,8 +2245,8 @@ msgctxt ""
"01010500.xhp\n"
"tit\n"
"help.text"
-msgid "Colors"
-msgstr "রং"
+msgid "Color"
+msgstr ""
#: 01010500.xhp
msgctxt ""
@@ -2260,328 +2260,201 @@ msgstr "<bookmark_value>colors; models</bookmark_value>"
msgctxt ""
"01010500.xhp\n"
"hd_id3150543\n"
-"1\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Colors\">Colors</link>"
-msgstr "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Colors\">রং</link>"
+msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Color\">Color</link>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3153104\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/ColorPage\">Allows you to select a color from a color table, edit an existing color, or define new colors.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/ColorPage\">রঙের সারণি হতে রং নির্বাচন করতে, একটি উপস্থিত রং সম্পাদনা করতে, অথবা নতুন রং সুনির্দিষ্ট করতে আপনাকে অনুমোদন করে।</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/ColorPage\">Allows you to select a color from a color palette, edit an existing color, or define new colors.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150767\n"
-"3\n"
"help.text"
-msgid "Color table"
-msgstr "রঙের সারণি"
+msgid "Colors"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150869\n"
-"5\n"
"help.text"
-msgid "Name"
-msgstr "নাম"
+msgid "Palette"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3149809\n"
-"6\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/name\">Specifies the name of a selected color. You can also type a name in this field when defining a new color.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/name\">একটি নির্বাচিত রঙের নাম সুনির্দিষ্ট করে। নতুন রং সুনির্দিষ্ট করার সময় আপনি এই ক্ষেত্রে নাম টাইপ করতে পারেন।</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/paletteselector\">Specifies the name of a selected palette. You can select a different palette here.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150447\n"
-"7\n"
"help.text"
-msgid "Color"
-msgstr "রং"
+msgid "Color Set"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3149560\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/colorlb\">Contains a list of available colors. To select a color, choose one from the list.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/colorlb\">উপস্থিত রঙের তালিকা বিদ্যমান থাকে। একটি রং নির্বাচন করতে, তালিকা হতে একটি নির্বাচন করুন।</ahelp>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3155132\n"
-"9\n"
"help.text"
-msgid "Color table"
-msgstr "রঙের সারণি"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3152885\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/modellb\">To modify, select the color model: Red-Green-Blue (RGB) or Cyan-Magenta-Yellow-BlacK (CMYK).</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/modellb\">পরিবর্তন করতে, রঙের নমুনা নির্বাচন করুন: লাল-সবুজ-নীল(RGB) অথবা সায়ান-ম্যাজেন্টা-হলুদ-কালো(CMYK)।</ahelp>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id1527756\n"
-"help.text"
-msgid "%PRODUCTNAME uses only the RGB color model for printing in color. The CMYK controls are provided only to ease the input of color values using CMYK notation."
-msgstr "মুদ্রণ রঙের জন্য %PRODUCTNAME এ শুধুমাত্র RGB রং নমুনা ব্যবহৃত হয়। CMYK নোটেশন ব্যবহার করে CMYK কন্ট্রোল শুধুমাত্র রঙের মানের ইনপুট সহজতর করতে প্রদান করা হয়।"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3147426\n"
-"40\n"
-"help.text"
-msgid "If you select RGB, the initials of the three colors will appear and you can set the color from 0 to 255 with the spin button."
-msgstr "আপনি যদি RGB নির্বাচন করেন, তিনটি রঙের আদ্যক্ষর প্রদর্শিত হবে এবং আপনি স্পিন বোতাম দ্বারা ০ হতে ২৫৫ পর্যন্ত রং নির্ধারণ করতে পারেন।"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3150103\n"
-"13\n"
-"help.text"
-msgid "R"
+msgid "<ahelp hid=\"cui/ui/colorpage/colorset\">Contains a list of available colors. Click on the desired one in the list to select it.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3152462\n"
-"14\n"
+"hd_id31563321\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/R\">Red</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/R\">লাল</ahelp>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3145366\n"
-"15\n"
-"help.text"
-msgid "G"
+msgid "Recent Colors"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3153144\n"
-"16\n"
+"par_id31544811\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/G\">Green</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/G\">সবুজ</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/recentcolorset\">Displays the last twelve colors selected and applied.</ahelp> Upon selecting a new color it is added to the left of the list. If the list is full and a new color is selected then the rightmost color is deleted."
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3153573\n"
-"17\n"
+"hd_id3156332\n"
"help.text"
-msgid "B"
+msgid "Add"
msgstr ""
#: 01010500.xhp
-#, fuzzy
msgctxt ""
"01010500.xhp\n"
-"par_id3153726\n"
-"18\n"
+"par_id3154481\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/B\">Blue</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/K\">কালো</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/add\">Adds the new color to the <emph>Custom</emph> palette.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3152940\n"
-"41\n"
+"hd_id31547578\n"
"help.text"
-msgid "If you select CMYK, the initials of the four colors will appear and you can set the color from 0 to 255 with the spin button."
-msgstr "আপনি যদি CMYK নির্বাচন করেন, চারটি রঙের আদ্যক্ষর প্রদর্শিত হবে এবং আপনি স্পিন বোতামের দ্বারা ০ হতে ২৫৫ পর্যন্ত রং নির্ধারণ করতে পারেন।"
+msgid "Delete"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3154942\n"
-"42\n"
+"par_id3154483\n"
"help.text"
-msgid "C"
+msgid "<ahelp hid=\"cui/ui/colorpage/delete\">Deletes the selected color without confirmation.</ahelp>"
msgstr ""
#: 01010500.xhp
-#, fuzzy
msgctxt ""
"01010500.xhp\n"
-"par_id3145800\n"
-"43\n"
+"par_id3154574\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/C\">Cyan</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/G\">সবুজ</ahelp>"
+msgid "You can only delete colors from the <emph>custom</emph> palette."
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3155417\n"
-"44\n"
+"hd_id31507671\n"
"help.text"
-msgid "M"
+msgid "New"
msgstr ""
#: 01010500.xhp
-#, fuzzy
msgctxt ""
"01010500.xhp\n"
-"par_id3150093\n"
-"45\n"
+"par_id3147426\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/M\">Magenta</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/G\">সবুজ</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/newpreview\">Displays a preview of the color selected from the color palette and the changes you make with the controls below.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3147124\n"
-"46\n"
+"hd_id3150103\n"
"help.text"
-msgid "Y"
+msgid "R"
msgstr ""
#: 01010500.xhp
-#, fuzzy
msgctxt ""
"01010500.xhp\n"
-"par_id3154098\n"
-"47\n"
+"par_id3152462\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/Y\">Yellow</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/R\">লাল</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/R_custom\">The color code of the red component of the color. Possible values are between 0 and 255.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3154015\n"
-"48\n"
+"hd_id3145366\n"
"help.text"
-msgid "K"
+msgid "G"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3156180\n"
-"49\n"
+"par_id3153144\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/K\">Black</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/K\">কালো</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/G_custom\">The color code of the green component of the color. Possible values are between 0 and 255.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3156332\n"
-"27\n"
+"hd_id3153573\n"
"help.text"
-msgid "Add"
-msgstr "যোগ করুন"
+msgid "B"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3154481\n"
-"28\n"
+"par_id3153726\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/add\">Adds a new color.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/add\">নতুন রং সংযুক্ত করা হয়।</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/B_custom\">The color code of the blue component of the color. Possible values are between 0 and 255.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3153708\n"
-"29\n"
+"hd_id31535731\n"
"help.text"
-msgid "Modify"
-msgstr "পরিবর্তন করুন"
+msgid "Hex"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3148916\n"
-"30\n"
+"par_id31537261\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/modify\">Changes the current color.</ahelp> Note that the color is overwritten without a confirmation."
-msgstr "<ahelp hid=\"cui/ui/colorpage/modify\">বর্তমান রং পরিবর্তন করা হয়।</ahelp> নোট করুন যে, রং নিশ্চিতকরণ ব্যতীত উপরিলেখন করা হয়েছে।"
+msgid "<ahelp hid=\"cui/ui/colorpage/hex_custom\">The color code of the color expressed as a hexadecimal value.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3154754\n"
-"31\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Edit\">Edit</link>"
-msgstr "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Edit\">সম্পাদনা করুন</link>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3159267\n"
-"33\n"
-"help.text"
-msgid "Load Color List"
-msgstr "রঙের তালিকা লোড করুন"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3154705\n"
-"34\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/load\">Accesses the <emph>Open</emph> dialog, which allows you to select a color palette</ahelp>."
-msgstr "<ahelp hid=\"cui/ui/colorpage/load\"><emph>খুলুন</emph> ডায়ালগে সন্নিবেশ করুন, যা আপনাকে রঙের প্যালেট নির্বাচন করতে অনুমোদন করা হয়</ahelp>।"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3147344\n"
-"36\n"
-"help.text"
-msgid "Save Color List"
-msgstr "রঙের তালিকা সংরক্ষণ করুন"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3163808\n"
-"37\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/save\">Opens the <emph>Save As</emph> dialog, which enables you to save the current color table under a specified name.</ahelp> If you do not choose this command, the current color table will be automatically saved as default and re-loaded the next time you start $[officename]."
-msgstr "<ahelp hid=\"cui/ui/colorpage/save\"><emph>এভাবে সংরক্ষণ করুন</emph> ডায়ালগ খোলে, যা একটি সুনির্দিষ্ট নামের অধীনে বর্তমান রঙের সারণি সংরক্ষণ করতে সক্রিয় করে।</ahelp> আপনি যদি এই কমান্ডটি নির্বাচন না করেন, বর্তমান রঙের সারণি স্বয়ংক্রিয়ভাবে পূর্বনির্ধারণ অনুসারে সংরক্ষিত হবে এবং আপনি পরবর্তী সময়ে $[officename] শুরু করলে পুনরায় লোড করা হবে।"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3154572\n"
-"38\n"
-"help.text"
-msgid "The <emph>Load color list</emph> and <emph>Save color list </emph>icons are visible only if you select the <emph>Colors</emph> tab with the <emph>Format - Area</emph> command."
-msgstr "আপনি যদি <emph>বিন্যাস - এলাকা</emph> দ্বারা <emph>রং</emph> ট্যাব নির্বাচন করেন তবে শুধুমাত্র <emph>রঙের তালিকা লোড করুন</emph> এবং <emph>রঙের তালিকা সংরক্ষণ করুন </emph>আইকন দৃশ্যমান হবে।"
+msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Pick\">Pick</link><ahelp hid=\"cui/ui/colorpage/edit\"><embed href=\"text/shared/optionen/01010501.xhp#farbentext\"/></ahelp>"
+msgstr ""
#: 01010501.xhp
msgctxt ""
@@ -5345,8 +5218,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN1064B\n"
"help.text"
-msgid "<ahelp hid=\"703988739\">Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988739\">রেকর্ডকৃত পরিবর্তন, সংস্করণ অথবা মন্তব্য ধারণকারী নথি সংরক্ষণ অথবা প্রেরণের সময় একটি সতর্কবানী ডায়ালগ দেখার জন্য নির্বাচন করুন।</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/savesenddocs\">Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5361,8 +5234,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10652\n"
"help.text"
-msgid "<ahelp hid=\"703988740\">Select to see a warning dialog when you try to print a document that contains recorded changes or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988740\">রেকর্ডকৃত পরিবর্তন অথবা মন্তব্য ধারণকারী নথি মূদ্রনের চেষ্টা করার সময় একটি সতর্কবানী ডায়ালগ দেখার জন্য নির্বাচন করুন।</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whenprinting\">Select to see a warning dialog when you try to print a document that contains recorded changes or comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5377,8 +5250,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10659\n"
"help.text"
-msgid "<ahelp hid=\"703988741\">Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988741\">রেকর্ডকৃত পরিবর্তন, সংস্করণ, ক্ষেত্র, অন্য সোর্সের রেফারেন্স (যেমন, লিঙ্ককৃত অংশ অথবা ছবি) অথবা মন্তব্য ধারণকারী নথিতে সাক্ষর করার সময় একটি সতর্কবানী ডায়ালগ দেখার জন্য নির্বাচন করুন।</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whensigning\">Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5393,8 +5266,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10660\n"
"help.text"
-msgid "<ahelp hid=\"703988742\">Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments.</ahelp>"
-msgstr "<ahelp hid=\"703988742\">Writer এ রেকর্ডকৃত পরিবর্তন অথবা মন্তব্য প্রদর্শনকারী নথি PDF বিন্যাসে এক্সপোর্টের চেষ্টা করার সময় একটি সতর্কবানী ডায়ালগ দেখার জন্য নির্বাচন করুন।</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whenpdf\">Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5405,13 +5278,12 @@ msgid "Remove personal information on saving"
msgstr "সংরক্ষণের সময় ব্যক্তিগত তথ্য অপসারণ করুন"
#: 01030300.xhp
-#, fuzzy
msgctxt ""
"01030300.xhp\n"
"par_idN10667\n"
"help.text"
-msgid "<ahelp hid=\"703988743\">Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>"
-msgstr "<ahelp hid=\"703988743\">ফাইল বৈশিষ্ট্যাবলী থেকে সবসময় ব্যবহারকারী ডাটা অপসারণ করার জন্য নির্বাচন করুন। যদি এই অপশনটি নির্বাচিত না হয়, তাহলে আপনি <emph>ফাইল - বৈশিষ্ট্যাবলী - সাধারণ</emph> এর <emph>পনুঃনির্ধারণ</emph> বোতামটির সাহায্যে বর্তমান নথির জন্য ব্যক্তিগত তথ্যাবলী অপসারণ করতে পারেন।</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/removepersonal\">Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5426,8 +5298,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10680\n"
"help.text"
-msgid "<ahelp hid=\"703988744\">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp>"
-msgstr "<ahelp hid=\"703988744\">ফাইল সংরক্ষণ ডায়ালগে সর্বদা <emph>গুপ্তসঙ্কেত দ্বারা সংরক্ষণ করুন</emph> অপশন সক্রিয় করতে নির্বাচন করুন। গুপ্তসঙ্কেত ব্যতীত পূর্বনির্ধারণ অনুসারে পাইলটি সংরক্ষণ করতে অপশনটি অনির্বাচিত করুন।</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/password\">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5442,8 +5314,24 @@ msgctxt ""
"01030300.xhp\n"
"par_id79042\n"
"help.text"
-msgid "<ahelp hid=\".\">If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</ahelp>"
-msgstr "<ahelp hid=\".\">যদি সক্রিয় থাকে, আপনাকে অবশ্যই হাইপারলিঙ্ক অনুসরণ করতে ঐ লিঙ্কে ক্লিক করার সময় Ctrl কী চেপে ধরে রাখতে হবে। যদি সক্রিয় না থাকে, একটি ক্লিকে হাইপারলিঙ্ক খোলে যায়।</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/ctrlclick\">If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</ahelp>"
+msgstr ""
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id1972107\n"
+"help.text"
+msgid "Block any links from documents not among the trusted locations (see Macro Security)"
+msgstr ""
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id79043\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/blockuntrusted\">Blocks the use of links pointing to images not in the trusted locations defined on the <link href=\"text/shared/optionen/macrosecurity_ts.xhp\" name=\"Trusted Sources\">Trusted Sources</link> tab of the Macro Security dialog.</ahelp> This can increase security in case you work with documents from untrusted sources (e.g. the internet) and are worried about vulnerabilities in image processing software components. Blocking the use of links means that images are not loaded in documents, only a placeholder frame is visible."
+msgstr ""
#: 01030300.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/smath.po b/source/bn/helpcontent2/source/text/smath.po
index c1ef0b65465..bb90ab207ab 100644
--- a/source/bn/helpcontent2/source/text/smath.po
+++ b/source/bn/helpcontent2/source/text/smath.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-08-25 12:34+0200\n"
-"PO-Revision-Date: 2013-05-24 07:50+0000\n"
-"Last-Translator: system user <>\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2015-08-25 12:14+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1369381851.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1440504867.000000\n"
#: main0000.xhp
msgctxt ""
@@ -248,9 +248,8 @@ msgstr "<link href=\"text/smath/main0103.xhp\" name=\"View\">প্রদর্
msgctxt ""
"main0103.xhp\n"
"par_id3147338\n"
-"2\n"
"help.text"
-msgid "Sets the display scale and defines which elements you want to be visible. Most of the commands that you can enter into the <emph>Commands</emph> window can also be accessed through a mouse click if you have already opened the Elements window with <link href=\"text/smath/01/03090000.xhp\" name=\"View - Elements\"><emph>View - Elements</emph></link>."
+msgid "Sets the display scale and defines which elements you want to be visible. Most of the commands that you can enter into the <emph>Commands</emph> window can also be accessed through a mouse click if you have already opened the Elements pane with <link href=\"text/smath/01/03090000.xhp\" name=\"View - Elements\"><emph>View - Elements</emph></link>."
msgstr ""
#: main0103.xhp
@@ -618,7 +617,6 @@ msgstr "প্রসঙ্গে বিদ্যমান সূত্র"
msgctxt ""
"main0503.xhp\n"
"par_id3148774\n"
-"8\n"
"help.text"
-msgid "To make working with formulas easier, use the context menus, which can be called up with a right mouse click. This applies especially to the Commands window. This context menu contains all the commands that are found in the Elements window, and also operators, and so on, which can be inserted into your formula by mouse-click without having to key them into the Commands window."
+msgid "To make working with formulas easier, use the context menus, which can be called up with a right mouse click. This applies especially to the Commands window. This context menu contains all the commands that are found in the Elements pane, and also operators, and so on, which can be inserted into your formula by mouse-click without having to key them into the Commands window."
msgstr ""
diff --git a/source/bn/helpcontent2/source/text/smath/00.po b/source/bn/helpcontent2/source/text/smath/00.po
index 8cf848097e9..090e4f858c4 100644
--- a/source/bn/helpcontent2/source/text/smath/00.po
+++ b/source/bn/helpcontent2/source/text/smath/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2015-12-11 12:17+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2015-11-10 21:07+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1449836264.000000\n"
+"X-POOTLE-MTIME: 1447189647.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -312,31 +312,13 @@ msgstr "কমান্ড উইন্ডোতে প্রসঙ্গ মে
msgctxt ""
"00000004.xhp\n"
"par_id3154106\n"
-"71\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Unary/Binary Operators</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3153535\n"
-"help.text"
-msgid "<image id=\"img_id3151310\" src=\"res/helpimg/starmath/im21101.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151310\">Icon</alt></image>"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3153774\n"
-"72\n"
-"help.text"
-msgid "Unary/Binary Operators"
-msgstr "ইউনারী/বাইনারী অপারেটর"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3150360\n"
"73\n"
"help.text"
@@ -347,31 +329,13 @@ msgstr "কমান্ড উইন্ডোতে প্রসঙ্গ মে
msgctxt ""
"00000004.xhp\n"
"par_id3154473\n"
-"74\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Relations</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3147531\n"
-"help.text"
-msgid "<image id=\"img_id3151103\" src=\"res/helpimg/starmath/bi21309.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151103\">Icon</alt></image>"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3150833\n"
-"75\n"
-"help.text"
-msgid "Relations"
-msgstr "অন্বয়"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149687\n"
"37\n"
"help.text"
@@ -382,31 +346,13 @@ msgstr "কমান্ড উইন্ডোতে প্রসঙ্গ মে
msgctxt ""
"00000004.xhp\n"
"par_id3149342\n"
-"76\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3146921\n"
"help.text"
-msgid "<image id=\"img_id3146927\" src=\"res/helpimg/starmath/im21105.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146927\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Operators</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3148990\n"
-"39\n"
-"help.text"
-msgid "Operators"
-msgstr "অপারেটর"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149297\n"
"40\n"
"help.text"
@@ -417,31 +363,13 @@ msgstr "কমান্ড উইন্ডোতে প্রসঙ্গ মে
msgctxt ""
"00000004.xhp\n"
"par_id3143275\n"
-"77\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Functions</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3149103\n"
-"help.text"
-msgid "<image id=\"img_id3154825\" src=\"res/helpimg/starmath/im21104.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3154825\">Icon</alt></image>"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3149796\n"
-"42\n"
-"help.text"
-msgid "Functions"
-msgstr "ফাংশন"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3147092\n"
"43\n"
"help.text"
@@ -452,31 +380,13 @@ msgstr "কমান্ড উইন্ডোতে প্রসঙ্গ মে
msgctxt ""
"00000004.xhp\n"
"par_id3147220\n"
-"78\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3147584\n"
"help.text"
-msgid "<image id=\"img_id3148733\" src=\"res/helpimg/starmath/im21107.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148733\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Brackets</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3147330\n"
-"45\n"
-"help.text"
-msgid "Brackets"
-msgstr "বন্ধনী"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3153510\n"
"46\n"
"help.text"
@@ -487,31 +397,13 @@ msgstr "কমান্ড উইন্ডোতে প্রসঙ্গ মে
msgctxt ""
"00000004.xhp\n"
"par_id3147126\n"
-"79\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Attributes</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3154376\n"
-"help.text"
-msgid "<image id=\"img_id3154390\" src=\"res/helpimg/starmath/at21706.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154390\">Icon</alt></image>"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3153361\n"
-"48\n"
-"help.text"
-msgid "Attributes"
-msgstr "বৈশিষ্ট্যাবলী"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3154114\n"
"49\n"
"help.text"
@@ -522,31 +414,13 @@ msgstr "কমান্ড উইন্ডোতে প্রসঙ্গ মে
msgctxt ""
"00000004.xhp\n"
"par_id3150581\n"
-"80\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3151029\n"
"help.text"
-msgid "<image id=\"img_id3151036\" src=\"res/helpimg/starmath/im21108.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151036\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Formats</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3155119\n"
-"51\n"
-"help.text"
-msgid "Formats"
-msgstr "বিন্যাস"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149008\n"
"52\n"
"help.text"
@@ -557,31 +431,13 @@ msgstr "কমান্ড উইন্ডোতে প্রসঙ্গ মে
msgctxt ""
"00000004.xhp\n"
"par_id3147313\n"
-"81\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3151377\n"
"help.text"
-msgid "<image id=\"img_id3151384\" src=\"res/helpimg/starmath/op21401.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151384\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Set Operations</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3150686\n"
-"54\n"
-"help.text"
-msgid "Set Operations"
-msgstr "অপারেশন নির্ধারণ করুন"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3150109\n"
"55\n"
"help.text"
@@ -721,29 +577,12 @@ msgctxt ""
"par_id3153968\n"
"91\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3154715\n"
-"help.text"
-msgid "<image id=\"img_id3154722\" src=\"res/helpimg/starmath/im21117.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154722\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Others</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3150459\n"
-"92\n"
-"help.text"
-msgid "Others"
-msgstr "অন্যান্য"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3145626\n"
"help.text"
msgid "<image id=\"img_id3145632\" src=\"cmd/sc_formelcursor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145632\">Icon</alt></image>"
diff --git a/source/bn/helpcontent2/source/text/smath/01.po b/source/bn/helpcontent2/source/text/smath/01.po
index 7ce23ab8c13..e7ca9ec70f9 100644
--- a/source/bn/helpcontent2/source/text/smath/01.po
+++ b/source/bn/helpcontent2/source/text/smath/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
"PO-Revision-Date: 2016-05-06 18:45+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -440,18 +440,16 @@ msgstr "<link href=\"text/smath/01/03090100.xhp\" name=\"Unary/Binary Operators\
msgctxt ""
"03090100.xhp\n"
"par_id3151241\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">You can choose various unary and binary operators to build your $[officename] Math formula. Unary refers to operators that affect one placeholder. Binary refers to operators that connect two placeholders. The lower area of the Elements window displays the individual operators.</ahelp> The <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window also contains a list of these operators, as well as additional operators. If you need an operator that is not contained in the Elements window, use the context menu or type it directly in the <emph>Commands</emph> window."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">You can choose various unary and binary operators to build your $[officename] Math formula. Unary refers to operators that affect one placeholder. Binary refers to operators that connect two placeholders. The lower area of the Elements pane displays the individual operators.</ahelp> The <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window also contains a list of these operators, as well as additional operators. If you need an operator that is not contained in the Elements pane, use the context menu or type it directly in the <emph>Commands</emph> window."
msgstr ""
#: 03090100.xhp
msgctxt ""
"03090100.xhp\n"
"par_id3146963\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of the unary and binary operators. The symbol next to the operator indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the Commands window."
+msgid "The following is a complete list of the unary and binary operators. The symbol next to the operator indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the Commands window."
msgstr ""
#: 03090100.xhp
@@ -468,8 +466,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10085\n"
"help.text"
-msgid "<image id=\"img_id3156399\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156399\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">আইকন</alt></image>"
+msgid "<image id=\"img_id3156399\" src=\"res/helpimg/starmath/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -494,8 +492,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN100C1\n"
"help.text"
-msgid "<image id=\"img_id3148776\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148776\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">আইকন</alt></image>"
+msgid "<image id=\"img_id3148776\" src=\"res/helpimg/starmath/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -520,8 +518,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN100FD\n"
"help.text"
-msgid "<image id=\"img_id3150757\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150757\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">আইকন</alt></image>"
+msgid "<image id=\"img_id3150757\" src=\"res/helpimg/starmath/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -546,8 +544,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10139\n"
"help.text"
-msgid "<image id=\"img_id3145410\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145410\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">আইকন</alt></image>"
+msgid "<image id=\"img_id3145410\" src=\"res/helpimg/starmath/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -572,8 +570,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10175\n"
"help.text"
-msgid "<image id=\"img_id3151098\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">Icon</alt></image>"
-msgstr "<image id=\"img_id3151098\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">আইকন</alt></image>"
+msgid "<image id=\"img_id3151098\" src=\"res/helpimg/starmath/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -598,8 +596,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN101B0\n"
"help.text"
-msgid "<image id=\"img_id3155898\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155898\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">আইকন</alt></image>"
+msgid "<image id=\"img_id3155898\" src=\"res/helpimg/starmath/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -624,8 +622,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN101E9\n"
"help.text"
-msgid "<image id=\"img_id3149308\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149308\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">আইকন</alt></image>"
+msgid "<image id=\"img_id3149308\" src=\"res/helpimg/starmath/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -650,8 +648,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10226\n"
"help.text"
-msgid "<image id=\"img_id3148982\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148982\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">আইকন</alt></image>"
+msgid "<image id=\"img_id3148982\" src=\"res/helpimg/starmath/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -676,8 +674,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN1025F\n"
"help.text"
-msgid "<image id=\"img_id3155140\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155140\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">আইকন</alt></image>"
+msgid "<image id=\"img_id3155140\" src=\"res/helpimg/starmath/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -702,8 +700,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10298\n"
"help.text"
-msgid "<image id=\"img_id3149168\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149168\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">আইকন</alt></image>"
+msgid "<image id=\"img_id3149168\" src=\"res/helpimg/starmath/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -728,8 +726,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN102D1\n"
"help.text"
-msgid "<image id=\"img_id3148765\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148765\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">আইকন</alt></image>"
+msgid "<image id=\"img_id3148765\" src=\"res/helpimg/starmath/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -754,8 +752,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN1030A\n"
"help.text"
-msgid "<image id=\"img_id3147418\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147418\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">আইকন</alt></image>"
+msgid "<image id=\"img_id3147418\" src=\"res/helpimg/starmath/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -780,8 +778,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10343\n"
"help.text"
-msgid "<image id=\"img_id3149566\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149566\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">আইকন</alt></image>"
+msgid "<image id=\"img_id3149566\" src=\"res/helpimg/starmath/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -806,8 +804,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10383\n"
"help.text"
-msgid "<image id=\"img_id3147116\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147116\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">আইকন</alt></image>"
+msgid "<image id=\"img_id3147116\" src=\"res/helpimg/starmath/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -832,8 +830,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN103C3\n"
"help.text"
-msgid "<image id=\"img_id3148440\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148440\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">আইকন</alt></image>"
+msgid "<image id=\"img_id3148440\" src=\"res/helpimg/starmath/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -858,8 +856,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10403\n"
"help.text"
-msgid "<image id=\"img_id3150173\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150173\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">আইকন</alt></image>"
+msgid "<image id=\"img_id3150173\" src=\"res/helpimg/starmath/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -1009,7 +1007,7 @@ msgctxt ""
"par_id3153152\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">You can choose among various relations to structure your <emph>$[officename] Math</emph> formula. The relation functions are displayed in the lower part of the Elements window.</ahelp> The list is also in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All relations that are not contained in the Elements window or in the context menu can be typed manually in the Commands window."
+msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">You can choose among various relations to structure your <emph>$[officename] Math</emph> formula. The relation functions are displayed in the lower part of the Elements pane.</ahelp> The list is also in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All relations that are not contained in the Elements pane or in the context menu can be typed manually in the Commands window."
msgstr ""
#: 03090200.xhp
@@ -1018,7 +1016,7 @@ msgctxt ""
"par_id3147258\n"
"3\n"
"help.text"
-msgid "The following is a complete list of the relations. The symbol next to the name of the relation indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgid "The following is a complete list of the relations. The symbol next to the name of the relation indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
msgstr ""
#: 03090200.xhp
@@ -1867,18 +1865,16 @@ msgstr "<link href=\"text/smath/01/03090300.xhp\" name=\"Operators\">অপা
msgctxt ""
"03090300.xhp\n"
"par_id3149755\n"
-"35\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\">You can choose among various operators to structure your <emph>$[officename] Math</emph> formula. All available operators appear in the lower part of the Elements window.</ahelp> They are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All operators not contained in the Elements window or in the context menu must be typed manually in the <emph>Commands</emph> window."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\">You can choose among various operators to structure your <emph>$[officename] Math</emph> formula. All available operators appear in the lower part of the Elements pane.</ahelp> They are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All operators not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window."
msgstr ""
#: 03090300.xhp
msgctxt ""
"03090300.xhp\n"
"par_id3153576\n"
-"36\n"
"help.text"
-msgid "The following is a list of the available operators. An icon next to the operator name indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgid "The following is a list of the available operators. An icon next to the operator name indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
msgstr ""
#: 03090300.xhp
@@ -2312,9 +2308,8 @@ msgstr "<link href=\"text/smath/01/03090400.xhp\" name=\"Functions\">ফাং
msgctxt ""
"03090400.xhp\n"
"par_id3155374\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">Choose a function in the lower part of the window.</ahelp> These functions are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements window need to be typed manually in the Commands window."
+msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">Choose a function in the lower part of the window.</ahelp> These functions are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements pane need to be typed manually in the Commands window."
msgstr ""
#: 03090400.xhp
@@ -2323,7 +2318,7 @@ msgctxt ""
"par_id3150760\n"
"3\n"
"help.text"
-msgid "The following is a list of all functions that appear in the <emph>Elements</emph> window. The icon next to the function indicates that it can be accessed through the Elements window (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
+msgid "The following is a list of all functions that appear in the <emph>Elements</emph> pane. The icon next to the function indicates that it can be accessed through the Elements pane (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
msgstr ""
#: 03090400.xhp
@@ -3032,18 +3027,16 @@ msgstr "<link href=\"text/smath/01/03090500.xhp\" name=\"Brackets\">বন্ধ
msgctxt ""
"03090500.xhp\n"
"par_id3147258\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">You can choose among various bracket types to structure a <emph>$[officename] Math</emph> formula. Bracket types are displayed in the lower part of the Elements window.</ahelp> These brackets are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All brackets that are not contained in the Elements window or in the context menu can be typed manually in the <emph>Commands</emph> window."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">You can choose among various bracket types to structure a <emph>$[officename] Math</emph> formula. Bracket types are displayed in the lower part of the Elements pane.</ahelp> These brackets are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All brackets that are not contained in the Elements pane or in the context menu can be typed manually in the <emph>Commands</emph> window."
msgstr ""
#: 03090500.xhp
msgctxt ""
"03090500.xhp\n"
"par_id3154264\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of all available bracket types. The icon next to the bracket type indicates that it can be accessed through the Elements window (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
+msgid "The following is a complete list of all available bracket types. The icon next to the bracket type indicates that it can be accessed through the Elements pane (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
msgstr ""
#: 03090500.xhp
@@ -3714,18 +3707,16 @@ msgstr "<variable id=\"attributes\"><link href=\"text/smath/01/03090600.xhp\" na
msgctxt ""
"03090600.xhp\n"
"par_id3145802\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\">You can choose from various attributes for <emph>%PRODUCTNAME</emph> <emph>Math</emph> formulas. Some attributes are displayed in the lower part of the Elements window.</ahelp> These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements window or in the context menu must be typed manually in the <emph>Commands</emph> window."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\">You can choose from various attributes for <emph>%PRODUCTNAME</emph> <emph>Math</emph> formulas. Some attributes are displayed in the lower part of the Elements pane.</ahelp> These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window."
msgstr ""
#: 03090600.xhp
msgctxt ""
"03090600.xhp\n"
"par_id3155962\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of all attributes available in <item type=\"productname\">%PRODUCTNAME</item> Math. The symbol next to the attribute indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgid "The following is a complete list of all attributes available in <item type=\"productname\">%PRODUCTNAME</item> Math. The symbol next to the attribute indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
msgstr ""
#: 03090600.xhp
@@ -4438,8 +4429,8 @@ msgctxt ""
"par_id3147262\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower half of the Formula Elements window.</ahelp> These options are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">আপনার $[officename] Math সূত্র বিন্যাসের জন্য বিভিন্ন ধরনের অপশন থেকে একটি নির্বাচন করতে পারেন। সূত্রের এলিমেন্ট উইন্ডোর নিম্নাংশে বিন্যাস অপশনটি প্রদর্শিত হয়। </ahelp> এই অপশনসমূহ <emph>কমান্ড</emph> উইন্ডোর <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">বিষয়বস্তু মেনু</link> তে তালিকাবদ্ধ থাকতে পারে।"
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower half of the Formula Elements pane.</ahelp> These options are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window."
+msgstr ""
#: 03090700.xhp
msgctxt ""
@@ -4447,7 +4438,7 @@ msgctxt ""
"par_id3154263\n"
"3\n"
"help.text"
-msgid "The following is a complete list of all available formatting options in $[officename] Math. The icon next to the formatting option indicates that it can be accessed through the Elements window (menu <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgid "The following is a complete list of all available formatting options in $[officename] Math. The icon next to the formatting option indicates that it can be accessed through the Elements pane (menu <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
msgstr ""
#: 03090700.xhp
@@ -5022,7 +5013,7 @@ msgctxt ""
"par_id3154641\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\">Assign different set operators to the characters in your <emph>$[officename] Math</emph> formula. The individual operators are shown in the lower section of the Elements window</ahelp>. Call the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> in the <emph>Commands</emph> window to see an identical list of the individual functions. Any operators not found in the Elements window have to be entered directly in the Commands window. You can also directly insert other parts of the formula even if symbols already exist for them."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\">Assign different set operators to the characters in your <emph>$[officename] Math</emph> formula. The individual operators are shown in the lower section of the Elements pane</ahelp>. Call the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> in the <emph>Commands</emph> window to see an identical list of the individual functions. Any operators not found in the Elements pane have to be entered directly in the Commands window. You can also directly insert other parts of the formula even if symbols already exist for them."
msgstr ""
#: 03090800.xhp
@@ -5031,7 +5022,7 @@ msgctxt ""
"par_id3149290\n"
"3\n"
"help.text"
-msgid "After clicking the <emph>Set Operations</emph> icon in the Elements window additional icons will be shown in the lower part of this window. Simply click a symbol to incorporate the operator in the formula being edited in the Commands window."
+msgid "After clicking the <emph>Set Operations</emph> icon in the Elements pane additional icons will be shown in the lower part of this window. Simply click a symbol to incorporate the operator in the formula being edited in the Commands window."
msgstr ""
#: 03090800.xhp
@@ -6118,7 +6109,7 @@ msgctxt ""
"par_id3151392\n"
"5\n"
"help.text"
-msgid "Set brackets were previously inserted in the Elements window or directly in the Commands window as \"left lbrace <?> right rbrace\". Now, a left and a right set bracket can also be inserted using \"lbrace\" and \"rbrace\", with or without wildcards."
+msgid "Set brackets were previously inserted in the Elements pane or directly in the Commands window as \"left lbrace <?> right rbrace\". Now, a left and a right set bracket can also be inserted using \"lbrace\" and \"rbrace\", with or without wildcards."
msgstr ""
#: 03091100.xhp
@@ -6968,10 +6959,9 @@ msgstr "টাইপ করা কমান্ড"
msgctxt ""
"03091501.xhp\n"
"par_id3151388\n"
-"472\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "সূত্রের এলিমেন্ট উইন্ডোর প্রতীক"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -6987,8 +6977,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3156276\n"
"help.text"
-msgid "<image id=\"Graphic10\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic10\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic10\" src=\"res/helpimg/starmath/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7004,8 +6994,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3163824\n"
"help.text"
-msgid "<image id=\"Graphic21\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic21\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic21\" src=\"res/helpimg/starmath/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7021,8 +7011,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147514\n"
"help.text"
-msgid "<image id=\"Graphic4\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic4\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic4\" src=\"res/helpimg/starmath/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7038,8 +7028,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3154821\n"
"help.text"
-msgid "<image id=\"Graphic13\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic13\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic13\" src=\"res/helpimg/starmath/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7055,8 +7045,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3155179\n"
"help.text"
-msgid "<image id=\"Graphic7\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic7\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic7\" src=\"res/helpimg/starmath/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7072,8 +7062,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3150832\n"
"help.text"
-msgid "<image id=\"Graphic6\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic6\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic6\" src=\"res/helpimg/starmath/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7089,8 +7079,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3145590\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic2\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/helpimg/starmath/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7106,8 +7096,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3150764\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic3\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/helpimg/starmath/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7131,8 +7121,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3146336\n"
"help.text"
-msgid "<image id=\"Graphic14\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic14\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic14\" src=\"res/helpimg/starmath/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7198,8 +7188,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147212\n"
"help.text"
-msgid "<image id=\"Graphic8\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic8\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic8\" src=\"res/helpimg/starmath/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7215,8 +7205,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3151130\n"
"help.text"
-msgid "<image id=\"Graphic16\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic16\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic16\" src=\"res/helpimg/starmath/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7232,8 +7222,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147470\n"
"help.text"
-msgid "<image id=\"Graphic12\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic12\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic12\" src=\"res/helpimg/starmath/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7249,8 +7239,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3151319\n"
"help.text"
-msgid "<image id=\"Graphic5\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic5\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic5\" src=\"res/helpimg/starmath/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7342,8 +7332,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147065\n"
"help.text"
-msgid "<image id=\"Graphic15\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic15\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic15\" src=\"res/helpimg/starmath/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7376,8 +7366,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3148873\n"
"help.text"
-msgid "<image id=\"Graphic11\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic11\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic11\" src=\"res/helpimg/starmath/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7393,8 +7383,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147073\n"
"help.text"
-msgid "<image id=\"Graphic9\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic9\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">আইকন</alt></image>"
+msgid "<image id=\"Graphic9\" src=\"res/helpimg/starmath/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7475,10 +7465,9 @@ msgstr "টাইপ করা কমান্ড"
msgctxt ""
"03091502.xhp\n"
"par_id3154032\n"
-"475\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "সূত্রের এলিমেন্ট উইন্ডোর প্রতীক"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091502.xhp
msgctxt ""
@@ -8119,10 +8108,9 @@ msgstr "টাইপ করা কমান্ড"
msgctxt ""
"03091503.xhp\n"
"par_id3145724\n"
-"478\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "সূত্রের এলিমেন্ট উইন্ডোর প্রতীক"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091503.xhp
msgctxt ""
@@ -8559,10 +8547,9 @@ msgstr "টাইপ করা কমান্ড"
msgctxt ""
"03091504.xhp\n"
"par_id3156681\n"
-"481\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "সূত্রের এলিমেন্ট উইন্ডোর প্রতীক"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091504.xhp
msgctxt ""
@@ -9052,10 +9039,9 @@ msgstr "টাইপ করা কমান্ড"
msgctxt ""
"03091505.xhp\n"
"par_id3143994\n"
-"484\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "সূত্রের এলিমেন্ট উইন্ডোর প্রতীক"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091505.xhp
msgctxt ""
@@ -9350,10 +9336,9 @@ msgstr "টাইপ করা কমান্ড"
msgctxt ""
"03091506.xhp\n"
"par_id3167610\n"
-"487\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "সূত্রের এলিমেন্ট উইন্ডোর প্রতীক"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091506.xhp
msgctxt ""
@@ -9792,10 +9777,9 @@ msgstr "টাইপ করা কমান্ড"
msgctxt ""
"03091507.xhp\n"
"par_id3162086\n"
-"490\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "সূত্রের এলিমেন্ট উইন্ডোর প্রতীক"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091507.xhp
msgctxt ""
@@ -10208,8 +10192,8 @@ msgctxt ""
"03091508.xhp\n"
"par_id3180684\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "সূত্রের এলিমেন্ট উইন্ডোর প্রতীক"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091508.xhp
msgctxt ""
@@ -10663,10 +10647,9 @@ msgstr "টাইপ করা কমান্ড"
msgctxt ""
"03091509.xhp\n"
"par_id3184320\n"
-"496\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "সূত্রের এলিমেন্ট উইন্ডোর প্রতীক"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091509.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/smath/04.po b/source/bn/helpcontent2/source/text/smath/04.po
index 126aca123c2..481180d4114 100644
--- a/source/bn/helpcontent2/source/text/smath/04.po
+++ b/source/bn/helpcontent2/source/text/smath/04.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2012-11-29 02:35+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2013-05-24 07:51+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1354156530.0\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1369381861.000000\n"
#: 01020000.xhp
msgctxt ""
@@ -171,10 +171,9 @@ msgstr "হালনাগাদ"
msgctxt ""
"01020000.xhp\n"
"hd_id3153732\n"
-"21\n"
"help.text"
-msgid "Navigation in the Elements Window"
-msgstr "সূত্র এলিমেন্ট উইন্ডোতে ন্যাভিগেশন"
+msgid "Navigation in the Elements pane"
+msgstr ""
#: 01020000.xhp
msgctxt ""
diff --git a/source/bn/helpcontent2/source/text/smath/guide.po b/source/bn/helpcontent2/source/text/smath/guide.po
index c5e81ce97e7..15562f308c6 100644
--- a/source/bn/helpcontent2/source/text/smath/guide.po
+++ b/source/bn/helpcontent2/source/text/smath/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2012-11-29 02:35+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2013-05-24 07:51+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1354156554.0\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1369381862.000000\n"
#: align.xhp
msgctxt ""
@@ -422,27 +422,24 @@ msgstr "কার্সার কমান্ড উইন্ডোতে অব
msgctxt ""
"keyboard.xhp\n"
"par_id3150537\n"
-"13\n"
"help.text"
-msgid "You can compose formulas using the Elements window. Open it with the menu <emph>View - Elements</emph> if it is not already open."
+msgid "You can compose formulas using the Elements pane. Open it with the menu <emph>View - Elements</emph> if it is not already open."
msgstr ""
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"par_id3155625\n"
-"10\n"
"help.text"
-msgid "If the Elements window is open, use F6 to switch from the Commands window to the Elements window and back."
+msgid "If the Elements pane is open, use F6 to switch from the Commands window to the Elements pane and back."
msgstr ""
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"hd_id3154554\n"
-"11\n"
"help.text"
-msgid "Elements window"
+msgid "Elements pane"
msgstr ""
#: limits.xhp
@@ -498,7 +495,7 @@ msgctxt ""
"limits.xhp\n"
"par_id1276589\n"
"help.text"
-msgid "You see the Math input window and the Elements window. If you don't see the Elements window, you can enable it in the View menu."
+msgid "You see the Math input window and the Elements pane on the left."
msgstr ""
#: limits.xhp
@@ -506,7 +503,7 @@ msgctxt ""
"limits.xhp\n"
"par_id3283791\n"
"help.text"
-msgid "In the upper part of the Elements window, click the <emph>Operators</emph> icon."
+msgid "From the list on the upper part of the Elements pane, select the <emph>Operators</emph> item."
msgstr ""
#: limits.xhp
@@ -514,7 +511,7 @@ msgctxt ""
"limits.xhp\n"
"par_id9734794\n"
"help.text"
-msgid "In the lower part of the Elements window, click the <emph>Sum</emph> icon."
+msgid "In the lower part of the Elements pane, click the <emph>Sum</emph> icon."
msgstr ""
#: limits.xhp
@@ -586,7 +583,7 @@ msgctxt ""
"limits.xhp\n"
"par_id9406414\n"
"help.text"
-msgid "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements window, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window."
+msgid "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements pane, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window."
msgstr ""
#: limits.xhp
@@ -618,7 +615,7 @@ msgctxt ""
"limits.xhp\n"
"par_id4651020\n"
"help.text"
-msgid "A small gap exists between f(x) and dx, which you can also enter using the Elements window: click the <emph>Format</emph> icon, then the <emph>Small Gap</emph> icon."
+msgid "A small gap exists between f(x) and dx, which you can also enter using the Elements pane: select the <emph>Formats</emph> item from the list on the top, then the <emph>Small Gap</emph> icon."
msgstr ""
#: limits.xhp
diff --git a/source/bn/helpcontent2/source/text/swriter/01.po b/source/bn/helpcontent2/source/text/swriter/01.po
index ec4c5269de8..ef7f9041a8e 100644
--- a/source/bn/helpcontent2/source/text/swriter/01.po
+++ b/source/bn/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-05-24 03:36+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-07-05 17:23+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1464061001.000000\n"
+"X-POOTLE-MTIME: 1467739410.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -15198,37 +15198,33 @@ msgstr "বহির্বিন্যাস এবং সংখ্যায়ন"
msgctxt ""
"05030800.xhp\n"
"hd_id3151173\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/01/05030800.xhp\" name=\"Numbering\">Outline & Numbering</link>"
-msgstr "<link href=\"text/swriter/01/05030800.xhp\" name=\"Numbering\">বহির্বিন্যাস এবং সংখ্যায়ন</link>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3154100\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"HID_NUMPARA\">Adds or removes outline level, numbering, or bullets from the paragraph. You can also select the style of numbering to use, and reset the numbering in a numbered list.</ahelp>"
-msgstr "<ahelp hid=\"HID_NUMPARA\">অনুচ্ছেদ হতে বহির্বিন্যাস, সংখ্যায়ন, বা বুলেট যোগ করায় বা সরিয়ে ফেলে। আপনি সংখ্যায়ন তালিকায় ব্যবহারের জন্য শৈলী নির্বাচন করতে পারেন, বা রওসেট করতে পারেন।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/NumParaPage\">Adds or removes outline level, numbering, or bullets from the paragraph. You can also select the style of numbering to use, and reset the numbering in a numbered list.</ahelp>"
+msgstr ""
#: 05030800.xhp
-#, fuzzy
msgctxt ""
"05030800.xhp\n"
"par_id3153536\n"
"help.text"
-msgid "To change the numbering options for paragraphs that use the same paragraph style, choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles </emph>icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the<emph> Outline & Numbering</emph> tab."
-msgstr "To change the numbering options for paragraphs that use the same paragraph style, choose <emph>Format - Styles and </emph>Formatting, and then click the <emph>Paragraph Styles </emph>icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the<emph> Outline & Numbering</emph> tab."
+msgid "To change the numbering options for paragraphs that use the same paragraph style, choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles</emph> icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the <emph>Outline & Numbering</emph> tab."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3154470\n"
-"26\n"
"help.text"
-msgid "To change the numbering options for selected paragraphs, choose <emph>Format -</emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link>, and then click the<emph> Outline & Numbering</emph> tab."
-msgstr "নির্বাচিত অনুচ্ছেদের জন্য সংখ্যায়ন অপশন পরিবর্তন করতে, <emph>বিন্যাস -</emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>অনুচ্ছেদ</emph>নির্বাচন করুন</link>, এবং<emph> বহির্বিন্যাস এবং সংখ্যায়ন</emph> ট্যাবে ক্লিক করুন।"
+msgid "To change the numbering options for selected paragraphs, choose <emph>Format - </emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link>, and then click the <emph>Outline & Numbering</emph> tab."
+msgstr ""
#: 05030800.xhp
msgctxt ""
@@ -15243,170 +15239,168 @@ msgctxt ""
"05030800.xhp\n"
"par_id1209200804371097\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Body text</emph> to reset the outline level."
-msgstr "<ahelp hid=\".\">নির্বাচিত অনুচ্ছেদে বা অনুচ্ছেদ শৈলীতে বহির্বিন্যাস ১ হতে ১০ নিযুক্ত করা হয়।</ahelp> বহির্বিন্যাস স্তর পনুঃনির্ধারণ করতে <emph>বডি টেক্সট</emph> নির্বাচন করুন।"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_OUTLINE_LEVEL\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Body text</emph> to reset the outline level."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3143283\n"
-"5\n"
"help.text"
msgid "Numbering"
-msgstr "সংখ্যায়ন"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3154188\n"
-"3\n"
"help.text"
msgid "Numbering Style"
-msgstr "সংখ্যায়ন শৈলী"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3155178\n"
-"4\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_NUMPARA:LB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link> window if you click the <emph>Numbering Style</emph> icon."
-msgstr "<ahelp hid=\"SW:LISTBOX:TP_NUMPARA:LB_NUMBER_STYLE\"><link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">সংখ্যায়ন শৈলী</link> নির্বাচন করুন যা আপনি অনুচ্ছেদে প্রয়োগ করতে চান।</ahelp> এই শৈলীসমূহ সর্বদা <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">শৈলী ও বিন্যাস</link> উইন্ডোতে তালিকাভূক্ত থাকে যদি আপনি <emph>সংখ্যায়ন শৈলী</emph>আইকনে ক্লিক করেন।"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link> window if you click the <emph>Numbering Style</emph> icon."
+msgstr ""
+
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3154189\n"
+"help.text"
+msgid "Edit Style"
+msgstr ""
+
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3155179\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/editnumstyle\">Edit the properties of the selected numbering style.</ahelp> These properties will apply to all paragraphs formatted with the given numbering style."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3149106\n"
-"7\n"
"help.text"
msgid "This section only appears when you edit the properties of the current paragraph by choosing <emph>Format - Paragraph</emph>."
-msgstr "এই অংশটি কেবলমাত্র তখনই আবির্ভূত হবে যখন আপনি <emph>বিন্যাস - অনুচ্ছেদ</emph> পছন্দ করে বর্তমান অনুচ্ছেদের বৈশিষ্ট্যাবলী সম্পাদনা করবেন।"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3151250\n"
-"8\n"
"help.text"
msgid "Restart at this paragraph"
-msgstr "এই অনুচ্ছেদে পুনরায় আরম্ভ করুন"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3154831\n"
-"9\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_NEW_START\">Restarts the numbering at the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_NEW_START\">বর্তমান অনুচ্ছেদে সংখ্যায়ন পুনরায় আরম্ভ করুন।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_NEW_START\">Restarts the numbering at the current paragraph.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147096\n"
-"24\n"
"help.text"
msgid "Start with"
-msgstr "এটি সহ আরম্ভ করুন"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3148979\n"
-"25\n"
"help.text"
-msgid "<ahelp hid=\"SW_TRISTATEBOX_TP_NUMPARA_CB_NUMBER_NEW_START\">Select this check box, and then enter the number that you want to assign to the paragraph.</ahelp>"
-msgstr "<ahelp hid=\"SW_TRISTATEBOX_TP_NUMPARA_CB_NUMBER_NEW_START\">চেক বাক্স নির্বাচন করুন, এবং এরপর সংখ্যা সন্নিবেশ করান যা আপনি অনুচ্ছেদে বরাদ্দ করতে চান।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_NUMBER_NEW_START\">Select this check box, and then enter the number that you want to assign to the paragraph.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147226\n"
-"10\n"
"help.text"
msgid "\"Start with\" spin button"
-msgstr "\"এটি সহ আরম্ভ করুন\" ঘূর্ণন বোতাম"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3153632\n"
-"11\n"
"help.text"
-msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_NEW_START\">Enter the number that you want to assign to the paragraph.</ahelp> The following paragraphs are numbered consecutively from the number that you enter here."
-msgstr "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_NEW_START\">সে সংখ্যাটি সন্নিবেশ করুন যা আপনি অনুচ্ছেদে নির্দেশ করতে চান।</ahelp> নিম্নোক্ত অনুচ্ছেদসমূহ আপনার সন্নিবেশকৃত সংখ্যা থেকে পর্যায়ক্রমে সংখ্যায়িত করা হবে।"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/spinNF_NEW_START\">Enter the number that you want to assign to the paragraph.</ahelp> The following paragraphs are numbered consecutively from the number that you enter here."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147581\n"
-"15\n"
"help.text"
msgid "Line numbering"
-msgstr "রেখা সংখ্যায়ন"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3152771\n"
-"16\n"
"help.text"
msgid "Specify the <link href=\"text/swriter/01/06180000.xhp\" name=\"Line numbering\">Line numbering</link> options. To add line numbers to your document, choose <emph>Tools - Line Numbering</emph>."
-msgstr "<link href=\"text/swriter/01/06180000.xhp\" name=\"Line numbering\">রেখা সংখ্যায়ন</link> অপশন সুনির্দিষ্ট ভাবে উল্লেখ করুন। আপনার নথিতে রেখা সংখ্যা সন্নিবেশ করাতে, <emph>টুলসমূহ - রেখা সংখ্যায়ন</emph> নির্বাচন করুন।"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3153345\n"
-"17\n"
"help.text"
msgid "Include this paragraph in line numbering"
-msgstr "রেখা সংখ্যায়নে এই অনুচ্ছেদ অন্তর্ভূক্ত করুন।"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3156267\n"
-"18\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_COUNT_PARA\">Includes the current paragraph in the line numbering.</ahelp>"
-msgstr "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_COUNT_PARA\">রেখা সংখ্যায়নে বর্তমান অনুচ্ছেদ অন্তর্ভূক্ত করা হয়।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_COUNT_PARA\">Includes the current paragraph in the line numbering.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3151026\n"
-"19\n"
"help.text"
msgid "Restart at this paragraph"
-msgstr "এই অনুচ্ছেদে পুনরায় আরম্ভ করুন"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3149168\n"
-"20\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_RESTART_PARACOUNT\">Restarts the line numbering at the current paragraph, or at the number that you enter.</ahelp>"
-msgstr "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_RESTART_PARACOUNT\">বর্তমান অনুচ্ছেদে রেখা সংখ্যায়ন, অথবা যে সংখ্যা আপনি সন্নিবেশ করিয়েছেন তাতে পুনরায় আরম্ভ করুন।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_RESTART_PARACOUNT\">Restarts the line numbering at the current paragraph, or at the number that you enter.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3145775\n"
-"21\n"
"help.text"
msgid "Start with"
-msgstr "এটি সহ আরম্ভ করুন"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3149355\n"
-"22\n"
"help.text"
-msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_RESTART_PARA\">Enter the number at which to restart the line numbering</ahelp>"
-msgstr "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_RESTART_PARA\">সংখ্যা সন্নিবেশ করুন যেখানে রেখা সংখ্যায়ন পুনরায় আরম্ভ করতে হবে।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/spinNF_RESTART_PARA\">Enter the number at which to restart the line numbering</ahelp>"
+msgstr ""
#: 05040000.xhp
msgctxt ""
@@ -15856,199 +15850,209 @@ msgstr "পাদটীকা"
msgctxt ""
"05040600.xhp\n"
"hd_id3154767\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\">Footnote</link>"
-msgstr "<link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\">পাদটীকা</link>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3149351\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"HID_FOOTNOTE_PAGE\">Specifies the layout options for footnotes, including the line that separates the footnote from the main body of document.</ahelp>"
-msgstr "<ahelp hid=\"HID_FOOTNOTE_PAGE\">পাদটীকার জন্য বিন্যাস সুনির্দিষ্ঠভাবে উল্লেখ করুন,রেখা অন্তর্ভূক্ত করুন যা নথির মূল অংশ থেকে পাদটীকা আলাদা করে।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/FootnoteAreaPage\">Specifies the layout options for footnotes, including the line that separates the footnote from the main body of document.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154646\n"
-"3\n"
"help.text"
msgid "Footnote area"
-msgstr "পাদটীকা এলাকা"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3151168\n"
-"4\n"
"help.text"
msgid "Set the height of the footnote area."
-msgstr "পাদটীকা এলাকার উচ্চতা নির্ধারণ করুন।"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3145412\n"
-"5\n"
"help.text"
msgid "Not larger than page area"
-msgstr "পৃষ্ঠা এলাকার চেয়ে বড় নয়"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3147514\n"
-"6\n"
"help.text"
-msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE\">Automatically adjusts the height of the footnote area depending on the number of footnotes.</ahelp>"
-msgstr "<ahelp hid=\"SW:RADIOBUTTON:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE\">পাদটীকার সংখ্যার উপর নির্ভর করে স্বয়ংক্রিয়ভাবে পাদটীকা এলাকার উচ্চতা সমন্বয় করুন।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheightpage\">Automatically adjusts the height of the footnote area depending on the number of footnotes.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154099\n"
-"7\n"
"help.text"
-msgid "Maximum Footnote Height"
+msgid "Maximum footnote height"
msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3149807\n"
-"8\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets a maximum height for the footnote area. Enable this option, then enter the height.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheight\">Sets a maximum height for the footnote area. Enable this option, then enter the height.</ahelp>"
msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3154568\n"
-"10\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT\">Enter the maximum height for the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT\">পাদটীকা এলাকার জন্য সর্বোচ্চ উচ্চতা সন্নিবেশ করুন।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheightsb\">Enter the maximum height for the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3151318\n"
-"11\n"
"help.text"
-msgid "Distance from text"
-msgstr "পাঠ্য থেকে দূরত্ব"
+msgid "Space to text"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3153665\n"
-"12\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_DIST\">Enter the amount of space to leave between the bottom page margin and the first line of text in the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_DIST\">পাদটীকা এলাকার নিম্ন পৃষ্ঠা মার্জিন এবং পাঠ্যের প্রথম রেখার মাঝে কতোটুকু স্থান ছেড়ে দিতে হবে সেটি সন্নিবেশ করুন।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/spacetotext\">Enter the amount of space to leave between the bottom page margin and the first line of text in the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3155897\n"
-"13\n"
"help.text"
msgid "Separator Line"
-msgstr "বিভাজক রেখা"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3149689\n"
-"14\n"
"help.text"
-msgid "Specifies the position and length of the separator line."
-msgstr "বিভাজক রেখার অবস্থান এবং দৈর্ঘ্য সুনির্দিষ্টভাবে উল্লেখ করুন।"
+msgid "Specifies the position and other properties of the separator line."
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154194\n"
-"15\n"
"help.text"
msgid "Position"
-msgstr "অবস্থান"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3155184\n"
-"16\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINEPOS\">Select the horizontal alignment for the line that separates the main text from the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINEPOS\">রেখার জন্য অনুভূমিক প্রান্তিককরণ নির্বাচন করুন যা পাদটীকা এলাকা থেকে মূল পাঠ্য আলাদা করে।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/position\">Select the horizontal alignment for the line that separates the main text from the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"hd_id3143284\n"
-"17\n"
+"hd_id3151253\n"
"help.text"
-msgid "Length"
-msgstr "দৈর্ঘ্য"
+msgid "Style"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"par_id3154827\n"
-"18\n"
+"par_id3149105\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEWIDTH\">Enter the length of the separator line as a percentage of the page width area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEWIDTH\">পৃষ্ঠা প্রস্থ এলাকার শতকরা হিসেবে বিভাজক রেখার দৈর্ঘ্য সন্নিবেশ করুন।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/style\">Select the formatting style for the separator line. If you do not want a separator line, choose \"None\".</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"hd_id3151253\n"
-"19\n"
+"hd_id3151254\n"
"help.text"
-msgid "Weight"
-msgstr "ওজন"
+msgid "Thickness"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"par_id3149105\n"
-"20\n"
+"par_id3149106\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINETYPE\">Select the formatting style for the separator line. If you do not want a separator line, choose \"0.0 pt\".</ahelp>"
-msgstr "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINETYPE\">বিভাজক রেখার জন্য বিন্যাস শৈলী নির্বাচন করুন। যদি আপনি একটি বিভাজর রেখা না চান, \"0.0 pt\" নির্বাচন করুন।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/thickness\">Select the thickness of the separator line.</ahelp>"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"hd_id3151255\n"
+"help.text"
+msgid "Color"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"par_id3149107\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/color\">Select the color of the separator line.</ahelp>"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"hd_id3143284\n"
+"help.text"
+msgid "Length"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"par_id3154827\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/length\">Enter the length of the separator line as a percentage of the page width area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3149828\n"
-"21\n"
"help.text"
-msgid "Spacing"
-msgstr "ফাঁকা স্থান"
+msgid "Spacing to footnote contents"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3148970\n"
-"22\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEDIST\">Enter the amount of space to leave between the separator line and the first line of the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEDIST\">পাদটীকা এলাকার বিভাজক রেখা এবং প্রথম রেখার মাঝে কতেটুকু স্থান ফাঁকা রাখতে হবে সেটি সন্নিবেশ করুন।</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/spacingtocontents\">Enter the amount of space to leave between the separator line and the first line of the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3155145\n"
-"24\n"
"help.text"
msgid "To specify the spacing between two footnotes, choose <item type=\"menuitem\">Format - Paragraph</item>, and then click the <emph>Indents & Spacing</emph> tab."
-msgstr "দুটি পাদটীকার মাঝে ফাঁকা স্থান দিতে, <item type=\"menuitem\">বিন্যাস - অনুচ্ছেদ</item> নির্বাচন করুন, অতঃপর <emph>ইনডেন্ট এবং স্থান ফাঁকাকরণ</emph> ট্যাবে ক্লিক করুন।"
+msgstr ""
#: 05040700.xhp
msgctxt ""
diff --git a/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po
index f97563d2946..be6b2bbb96b 100644
--- a/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bn/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-04 17:04+0000\n"
+"POT-Creation-Date: 2016-12-27 21:51+0100\n"
+"PO-Revision-Date: 2016-12-01 12:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467651853.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480593940.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -25073,6 +25073,105 @@ msgctxt ""
msgid "Standard"
msgstr "আদর্শ"
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
diff --git a/source/bn/sc/source/ui/src.po b/source/bn/sc/source/ui/src.po
index 777e151f7fa..17077ea59ba 100644
--- a/source/bn/sc/source/ui/src.po
+++ b/source/bn/sc/source/ui/src.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 17:12+0000\n"
+"POT-Creation-Date: 2016-12-10 23:38+0100\n"
+"PO-Revision-Date: 2016-12-01 12:14+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467652379.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480594485.000000\n"
#: filter.src
#, fuzzy
@@ -9797,8 +9797,8 @@ msgctxt ""
"RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SUM_IF\n"
"1\n"
"string.text"
-msgid "Totals the arguments that meet the conditions."
-msgstr "যে আর্গুমেন্টগুলো শর্তের সাথে মিলে সেগুলো যোগ করে।"
+msgid "Totals the arguments that meet the condition."
+msgstr ""
#: scfuncs.src
msgctxt ""
diff --git a/source/bn/svx/uiconfig/ui.po b/source/bn/svx/uiconfig/ui.po
index 6e1f890cd7e..2be094d561c 100644
--- a/source/bn/svx/uiconfig/ui.po
+++ b/source/bn/svx/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 17:33+0000\n"
+"POT-Creation-Date: 2016-12-21 15:38+0100\n"
+"PO-Revision-Date: 2016-12-01 12:17+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bn\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467653634.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480594677.000000\n"
#: acceptrejectchangesdialog.ui
msgctxt ""
@@ -3049,7 +3049,7 @@ msgctxt ""
"ignorediacritics\n"
"label\n"
"string.text"
-msgid "Ignore diac_ritics CTL"
+msgid "Ignore diac_ritics"
msgstr ""
#: findreplacedialog.ui
@@ -3058,7 +3058,7 @@ msgctxt ""
"ignorekashida\n"
"label\n"
"string.text"
-msgid "Ignore _kashida CTL"
+msgid "Ignore _kashida"
msgstr ""
#: findreplacedialog.ui
@@ -5144,10 +5144,10 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"radio_deinstall\n"
+"radio_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall extensions"
+msgid "Extensions"
msgstr ""
#: safemodedialog.ui
@@ -5162,10 +5162,19 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"check_deinstall_all_extensions\n"
+"check_reset_shared_extensions\n"
+"label\n"
+"string.text"
+msgid "Reset state of shared extensions"
+msgstr ""
+
+#: safemodedialog.ui
+msgctxt ""
+"safemodedialog.ui\n"
+"check_reset_bundled_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall all extensions (including shared and bundled)"
+msgid "Reset state of bundled extensions"
msgstr ""
#: safemodedialog.ui
diff --git a/source/bn/sw/uiconfig/swriter/ui.po b/source/bn/sw/uiconfig/swriter/ui.po
index a044dd098d9..6f7557b9aa8 100644
--- a/source/bn/sw/uiconfig/swriter/ui.po
+++ b/source/bn/sw/uiconfig/swriter/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-04 17:37+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-11-12 10:59+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: none\n"
"Language: bn\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467653879.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1478948395.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -993,14 +993,13 @@ msgid "Position"
msgstr "অবস্থান"
#: bulletsandnumbering.ui
-#, fuzzy
msgctxt ""
"bulletsandnumbering.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "অপশন"
+msgid "Customize"
+msgstr ""
#: businessdatapage.ui
msgctxt ""
@@ -10042,26 +10041,6 @@ msgid "Style"
msgstr ""
#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"growb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"shrinkb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
msgctxt ""
"notebookbar_groups.ui\n"
"fomatgrouplabel\n"
@@ -15970,14 +15949,13 @@ msgid "Position"
msgstr "অবস্থান"
#: templatedialog16.ui
-#, fuzzy
msgctxt ""
"templatedialog16.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "অপশন"
+msgid "Customize"
+msgstr ""
#: templatedialog2.ui
msgctxt ""
diff --git a/source/bn/xmlsecurity/uiconfig/ui.po b/source/bn/xmlsecurity/uiconfig/ui.po
index e3525d32530..252316e39c6 100644
--- a/source/bn/xmlsecurity/uiconfig/ui.po
+++ b/source/bn/xmlsecurity/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-05-25 12:11+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-12-01 12:17+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: none\n"
"Language: bn\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1464178298.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480594677.000000\n"
#: certgeneral.ui
msgctxt ""
@@ -208,6 +208,15 @@ msgstr ""
#: digitalsignaturesdialog.ui
msgctxt ""
"digitalsignaturesdialog.ui\n"
+"type\n"
+"label\n"
+"string.text"
+msgid "Signature type"
+msgstr ""
+
+#: digitalsignaturesdialog.ui
+msgctxt ""
+"digitalsignaturesdialog.ui\n"
"macrohint\n"
"label\n"
"string.text"
diff --git a/source/bo/helpcontent2/source/text/scalc/00.po b/source/bo/helpcontent2/source/text/scalc/00.po
index a8acfee4055..96cf0764031 100644
--- a/source/bo/helpcontent2/source/text/scalc/00.po
+++ b/source/bo/helpcontent2/source/text/scalc/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-05 13:31+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-11-22 16:56+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bo\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467725482.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1479833802.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -573,8 +573,8 @@ msgctxt ""
"par_id3153250\n"
"28\n"
"help.text"
-msgid "<variable id=\"einamen\">Choose <emph>Insert - Names</emph></variable>"
-msgstr "<variable id=\"einamen\">ཚལ་ཐོ་ <emph>[བསྒར་འཛུད།] - [མིང་།]</emph></variable>"
+msgid "<variable id=\"einamen\">Choose <emph>Insert - Named Ranges and Expressions</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -591,8 +591,8 @@ msgctxt ""
"par_id3143222\n"
"29\n"
"help.text"
-msgid "Choose <emph>Insert - Names - Define</emph>"
-msgstr "ཚལ་ཐོ་ <emph>[བསྒར་འཛུད།] - [མིང་།] - [མཚན་ཉིད།...]</emph>"
+msgid "Choose <emph>Sheet - Named Ranges and Expressions - Define</emph>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -609,8 +609,8 @@ msgctxt ""
"par_id3145214\n"
"30\n"
"help.text"
-msgid "<variable id=\"einaei\">Choose <emph>Insert - Names - Insert</emph></variable>"
-msgstr "<variable id=\"einaei\">ཚལ་ཐོ་ <emph>[བསྒར་འཛུད།] - [མིང་།] - [སྦྱར།...]</emph></variable>"
+msgid "<variable id=\"einaei\">Choose <emph>Sheet - Named Ranges and Expressions - Insert</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -618,8 +618,8 @@ msgctxt ""
"par_id3153558\n"
"31\n"
"help.text"
-msgid "<variable id=\"einaueb\">Choose <emph>Insert - Names - Create</emph></variable>"
-msgstr "<variable id=\"einaueb\">ཚལ་ཐོ་ <emph>[བསྒར་འཛུད།] - [མིང་།] - [གཏན་འཁེལ།...]</emph></variable>"
+msgid "<variable id=\"einaueb\">Choose <emph>Sheet - Named Ranges and Expressions - Create</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -627,8 +627,8 @@ msgctxt ""
"par_id3153483\n"
"32\n"
"help.text"
-msgid "<variable id=\"einabesch\">Choose <emph>Insert - Names - Labels</emph></variable>"
-msgstr "<variable id=\"einabesch\">ཚལ་ཐོ་ <emph>[བསྒར་འཛུད།] - [མིང་།] - [གཞི་གྲངས་མཚོན་རྟགས།...]</emph></variable>"
+msgid "<variable id=\"einabesch\">Choose <emph>Sheet - Named Ranges and Expressions - Labels</emph></variable>"
+msgstr ""
#: 00000405.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/scalc/01.po b/source/bo/helpcontent2/source/text/scalc/01.po
index 437d989ae83..84a88b25dc9 100644
--- a/source/bo/helpcontent2/source/text/scalc/01.po
+++ b/source/bo/helpcontent2/source/text/scalc/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
"PO-Revision-Date: 2016-05-24 02:25+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,8 +12,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1464056716.000000\n"
#: 01120000.xhp
@@ -20793,8 +20793,8 @@ msgctxt ""
"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 "=INDEX(SumX;4;1) ཚལ་ཐོའི་བཀའ་ཚིག་ལ་བརྟེན་ནས་<emph>བསྒར་འཛུད་ - མིང་ - མཚན་འཇོག་</emph>ས་ཁོངས་ནང་ཡིག་ཕྲེང་ <emph>SumX</emph> བཞི་པའི་ 4 སྟར་པ་ 1 གྲངས་ཐང་དུ་ཕྱིར་ལོག་པ།"
+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>Sheet - Named Ranges and Expressions - Define</emph>."
+msgstr ""
#: 04060109.xhp
msgctxt ""
@@ -20818,8 +20818,8 @@ msgctxt ""
"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 "=INDEX((multi);4;1) འབྲས་བུ་ནི་ཚལ་ཐོའི་བཀའ་ཚིག་<emph>བསྒར་འཛུད་ - མིང་ - བཀོད་སྒྲིག་</emph>གིས་གཏན་འཁེལ་བཟོ་བའི་ <emph>multi</emph> སྣ་མང་ས་ཚིགས་ཀྱི་ཡིག་ཕྲེང་ 4 སྟར་པ་ 1 གྲངས་ཐང་ཡིན། སྣ་མང་ས་ཚིགས་ནི་གྲུ་བཞི་དབྱིབས་དྲ་མིག་ས་ཁོངས་མང་པོ་ལས་གྲུབ་པ་ཞིག་ཡིན་ ས་ཁོངས་རེ་རེའི་ཡིག་ཕྲེང་4སྟར་པ་ 1 དྲ་མིག་ཚུད་ཡོད། གལ་སྲིད་སྣ་མང་ས་ཁོངས་འདིའི་ས་ཁོངས་གཉིས་པ་བཀོལ་སྤྱོད་བྱ་དགོས་ཚེ་ 2 བླུགས་ནས་ཞུགས་གྲངས་བརྩིས་རོགས་གནང་ <emph>range</emph>"
+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>Sheet - Named Ranges and Expressions - 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 ""
@@ -50371,8 +50371,8 @@ msgctxt ""
"04070000.xhp\n"
"tit\n"
"help.text"
-msgid "Names"
-msgstr "མིང།"
+msgid "Named Ranges and Expressions"
+msgstr ""
#: 04070000.xhp
msgctxt ""
@@ -50380,8 +50380,8 @@ msgctxt ""
"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=\"མིང་\">མིང་</link>"
+msgid "<link href=\"text/scalc/01/04070000.xhp\" name=\"Names\">Named Ranges and Expressions</link>"
+msgstr ""
#: 04070000.xhp
msgctxt ""
@@ -50771,8 +50771,8 @@ msgctxt ""
"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 "མིང་འདོགས་རྒྱུའི་དྲ་མིག་ས་ཁོངས་ཡོངས་རྫོགས་བདམས་རྗེས་ <emph>[བསྒར་འཛུད་] - [མིང་] - [གཏན་འཁེལ་...]</emph>འདེམས་དགོས། <emph>\"གཏན་འཁེལ་མིང་\"</emph>གླེང་སྒྲོམ་ཁ་འབྱེད་པར་འགྱུར་ དེའི་ནང་མཁོ་བའི་མིང་འདོགས་འདེམས་གཞི་འདེམས་ཆོག་"
+msgid "Select the area containing all the ranges that you want to name. Then choose <emph>Sheet - Named Ranges and Expressions - Create</emph>. This opens the <emph>Create Names</emph> dialog, from which you can select the naming options that you want."
+msgstr ""
#: 04070300.xhp
msgctxt ""
@@ -52667,8 +52667,8 @@ msgctxt ""
"par_id3145174\n"
"5\n"
"help.text"
-msgid "Select <emph>-none-</emph> to remove a print range definition for the current spreadsheet. Select <emph>-entire sheet-</emph> to set the current sheet as a print range. Select <emph>-selection-</emph> to define the selected area of a spreadsheet as the print range. By selecting <emph>-user-defined-</emph>, you can define a print range that you have already defined using the <emph>Format - Print Ranges - Define</emph> command. If you have given a name to a range using the <emph>Insert - Names - Define</emph> command, this name will be displayed and can be selected from the list box."
-msgstr "འདེམས་པ་ <emph>\"- མེད་ -\"</emph>མིག་སྔའི་ལས་དེབ་ཀྱི་གཏག་པར་ཁྱབ་ཁོངས་མཚན་ཉིད་སུབ་ཆོག། <emph>\"- ལས་ཁྲ་ཧྲིལ་པོ་ -\"</emph>འདེམས་ན་མིག་སྔའི་ལས་ཁྲ་གཏག་པར་ཁྱབ་ཁོངས་ལ་བཀོད་སྒྲིག། <emph>\"- འདེམས་པ་ -\"</emph>འདེམས་ན་ལས་དེབ་ནང་གི་བདམས་པའི་ས་ཁོངས་གཏག་པར་ཁྱབ་ཁོངས་ལ་མཚན་འཇོག་བྱེད་ཐུབ། <emph>\"- སྤྱོད་པོ་མཚན་འཇོག་ -\"</emph>འདེམས་ནས་བེད་སྤྱོད་ཟིན་པའི་<emph>[ཡིག་ཆ་] - [གཏག་པར་ས་ཁོངས་] - [བཀོད་སྒྲིག་]</emph>བཀའ་ཚིག་གིས་མཚན་འཇོག་བྱས་པའི་གཏག་པར་ཁྱབ་ཁོངས་ཤིག་མཚན་འཇོག་བྱས་ཆོག། གལ་ཏེ་<emph>[བསྒར་འཛུད་] - [མིང་] - [མཚན་འཇོག་..]</emph>བེད་སྤྱོད་ཟིན་ཏེ་ཁྱབ་ཁོངས་གང་རུང་ལ་མིང་བཏགས་ན་མིང་དེ་རེའུ་འགོད་སྒྲོམ་ནང་མངོན་ནས་ཁྱེད་ལ་འདེམས་རྒྱུར་མཁོ་སྤྲོད་བྱེད།"
+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>Sheet - Named Ranges and Expressions - Define</emph> command, this name will be displayed and can be selected from the list box."
+msgstr ""
#: 05080300.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/scalc/guide.po b/source/bo/helpcontent2/source/text/scalc/guide.po
index 35cb743a1a5..367d38e079e 100644
--- a/source/bo/helpcontent2/source/text/scalc/guide.po
+++ b/source/bo/helpcontent2/source/text/scalc/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-05 16:29+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-07-05 16:28+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bo\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467736140.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1467736118.000000\n"
#: address_auto.xhp
msgctxt ""
@@ -2142,8 +2142,8 @@ msgctxt ""
"par_id3154011\n"
"26\n"
"help.text"
-msgid "To set the source range as the range, select the cells and choose <emph>Insert - Names - Define</emph>. Save the source document, and do not close it."
-msgstr "ཁུངས་ས་ཁོངས་དེ་ས་ཁོངས་ལ་གཏན་འཁེལ་བྱ་དགོས་ན་དྲ་མིག་འདེམས་རོགས་དེ་རྗེས་<emph>བསྒར་འཛུད་ - མིང་ - མཚན་འཇོག་</emph>འདེམས་པར་བྱ། ཉར་ཚགས་དགོས་ འོན་ཏེ་ཁུངས་ཡིག་ཚགས་ཁ་རྒྱག་མི་རུང་།"
+msgid "To set the source range as the range, select the cells and choose <emph>Sheet - Named Ranges and Expressions - Define</emph>. Save the source document, and do not close it."
+msgstr ""
#: cellreference_dragdrop.xhp
msgctxt ""
@@ -11872,8 +11872,8 @@ msgctxt ""
"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 "དྲ་མིག་གམ་དྲ་མིག་ཁོངས་ཞིག་བདམས་རྗེས་ <emph>བསྒར་འཛུད་ - མིང་ - མཚན་འཇོག་</emph>བདམས་ན་ <emph>མིང་མཚན་འཇོག་</emph>གླེང་སྒྲོམ་མངོན།"
+msgid "Select a cell or range of cells, then choose <emph>Sheet - Named Ranges and Expressions - Define</emph>. The <emph>Define Names</emph> dialog appears."
+msgstr ""
#: value_with_name.xhp
msgctxt ""
@@ -11925,8 +11925,8 @@ msgctxt ""
"par_id3153711\n"
"8\n"
"help.text"
-msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Insert - Names - Define\">Insert - Names - Define</link>"
-msgstr "<link href=\"text/scalc/01/04070100.xhp\" name=\"བསྒར་འཛུད་ - མིང་ - མཚན་འཇོག་\">བསྒར་འཛུད་ - མིང་ - མཚན་འཇོག་</link>"
+msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Sheet - Named Ranges and Expressions - Define\">Sheet - Named Ranges and Expressions - Define</link>"
+msgstr ""
#: webquery.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/shared/00.po b/source/bo/helpcontent2/source/text/shared/00.po
index 8eb70a9eb7f..bd3bcc3dd71 100644
--- a/source/bo/helpcontent2/source/text/shared/00.po
+++ b/source/bo/helpcontent2/source/text/shared/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-05 16:30+0000\n"
+"POT-Creation-Date: 2016-12-21 15:39+0100\n"
+"PO-Revision-Date: 2016-05-24 02:25+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bo\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467736206.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1464056736.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -12203,15 +12203,6 @@ msgstr "ཚལ་ཐོ་:<emph>[རྣམ་གཞག་] - [རྒྱབ་
#: 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_id3154985\n"
"141\n"
"help.text"
diff --git a/source/bo/helpcontent2/source/text/shared/01.po b/source/bo/helpcontent2/source/text/shared/01.po
index aa8783b2a30..274daa443de 100644
--- a/source/bo/helpcontent2/source/text/shared/01.po
+++ b/source/bo/helpcontent2/source/text/shared/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-10-18 20:22+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-12-22 14:32+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bo\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1476822154.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1482417172.000000\n"
#: 01010000.xhp
msgctxt ""
@@ -5027,14 +5027,13 @@ msgctxt ""
"01140000.xhp\n"
"bm_id3147294\n"
"help.text"
-msgid "<bookmark_value>printers; properties</bookmark_value><bookmark_value>settings; printers</bookmark_value><bookmark_value>properties; printers</bookmark_value><bookmark_value>default printer; setting up</bookmark_value><bookmark_value>printers; default printer</bookmark_value><bookmark_value>page formats; restriction</bookmark_value>"
+msgid "<bookmark_value>printers; properties</bookmark_value> <bookmark_value>settings; printers</bookmark_value> <bookmark_value>properties; printers</bookmark_value> <bookmark_value>default printer; setting up</bookmark_value> <bookmark_value>printers; default printer</bookmark_value> <bookmark_value>page formats; restriction</bookmark_value>"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3147294\n"
-"1\n"
"help.text"
msgid "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\">Printer Settings</link>"
msgstr ""
@@ -5043,16 +5042,14 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"par_id3154422\n"
-"2\n"
"help.text"
-msgid "<variable id=\"druckereinstellungtext\"><ahelp hid=\"SVTOOLS:MODALDIALOG:DLG_SVT_PRNDLG_PRNSETUPDLG\">Select the default printer for the current document.</ahelp></variable>"
+msgid "<variable id=\"druckereinstellungtext\"><ahelp hid=\"svt/ui/printersetupdialog/PrinterSetupDialog\">Select the default printer for the current document.</ahelp> </variable>"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3148620\n"
-"20\n"
"help.text"
msgid "You might experience a slight delay when you change the default printer for a document that contains embedded $[officename] OLE objects."
msgstr ""
@@ -5061,25 +5058,22 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"hd_id3145345\n"
-"4\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Printer </caseinline></switchinline>"
+msgid "Printer"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3145211\n"
-"5\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Lists the information that applies to the selected printer. </caseinline></switchinline>"
+msgid "Lists the information that applies to the selected printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3148538\n"
-"19\n"
"help.text"
msgid "If the list is empty, you need to install a default printer for your operating system. Refer to the online help for your operating system for instructions on how to install and setup a default printer."
msgstr ""
@@ -5088,7 +5082,6 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"hd_id3154381\n"
-"6\n"
"help.text"
msgid "Name"
msgstr ""
@@ -5097,88 +5090,78 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"par_id3156155\n"
-"7\n"
"help.text"
-msgid "<ahelp hid=\"SVTOOLS:LISTBOX:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES\">Lists the installed printers on your operating system. To change the default printer, select a printer name from the list.</ahelp>"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/name\">Lists the installed printers on your operating system. To change the default printer, select a printer name from the list.</ahelp>"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3156153\n"
-"8\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Status </caseinline></switchinline>"
+msgid "Status"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3150465\n"
-"9\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Describes the current status of the selected printer. </caseinline></switchinline>"
+msgid "Describes the current status of the selected printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3154898\n"
-"10\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Type </caseinline></switchinline>"
+msgid "Type"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3156326\n"
-"11\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the type of printer that you selected. </caseinline></switchinline>"
+msgid "Displays the type of printer that you selected."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3149416\n"
-"12\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Location </caseinline></switchinline>"
+msgid "Location"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3149955\n"
-"13\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the port for the selected printer. </caseinline></switchinline>"
+msgid "Displays the port for the selected printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3145316\n"
-"14\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Comments </caseinline></switchinline>"
+msgid "Comments"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3155923\n"
-"15\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays additional information for the printer. </caseinline></switchinline>"
+msgid "Displays additional information for the printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3149669\n"
-"16\n"
"help.text"
msgid "Properties"
msgstr ""
@@ -5187,20 +5170,42 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"par_id3149045\n"
-"17\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\"><ahelp hid=\"SVTOOLS:PUSHBUTTON:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_PROPERTIES\">Changes the printer settings of your operating system for the current document.</ahelp></caseinline></switchinline>"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/properties\">Changes the printer settings of your operating system for the current document.</ahelp>"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3157322\n"
-"18\n"
"help.text"
msgid "Ensure that the Landscape or Portrait layout option set in the printer properties dialog matches the page format that you set by choosing <emph>Format - Page</emph>."
msgstr ""
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id201612110303091265\n"
+"help.text"
+msgid "Options"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id201612110239454950\n"
+"help.text"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/options\">Opens the <emph>Printer Options</emph> dialog where you can override the global printer options set on the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Writer</emph></caseinline><caseinline select=\"CALC\"><emph>Calc</emph></caseinline><defaultinline>Writer/Web</defaultinline></switchinline><emph> - Print</emph> panel for the current document.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3157323\n"
+"help.text"
+msgid "The <emph>Options</emph> button is only available in %PRODUCTNAME Writer and Calc."
+msgstr ""
+
#: 01160000.xhp
msgctxt ""
"01160000.xhp\n"
@@ -8291,7 +8296,7 @@ msgctxt ""
"par_id3152551\n"
"59\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Enter the number of characters in the search term that can be exchanged.</ahelp> For example, if you specify 2 exchanged characters, \"black\" and \"crack\" are considered similar."
+msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Enter the number of characters in the search term that can be exchanged.</ahelp> For example, if you specify 2 exchanged characters, \"sweep\" and \"creep\" are considered similar."
msgstr ""
#: 02100100.xhp
@@ -15415,12 +15420,13 @@ msgid "Explanation"
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3152801\n"
"help.text"
msgid "#"
-msgstr ""
+msgstr "#"
#: 05020301.xhp
msgctxt ""
@@ -15431,12 +15437,13 @@ msgid "Does not display extra zeros."
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3152802\n"
"help.text"
msgid "?"
-msgstr ""
+msgstr "?"
#: 05020301.xhp
msgctxt ""
@@ -15495,12 +15502,13 @@ msgid "3456.78 as 3456.8"
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3150355\n"
"help.text"
msgid "####.#"
-msgstr ""
+msgstr "####.#"
#: 05020301.xhp
msgctxt ""
@@ -15543,12 +15551,13 @@ msgid "5.75 as 5 3/4 and 6.3 as 6 3/10"
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3145315\n"
"help.text"
msgid "# ???/???"
-msgstr ""
+msgstr "# ???/???"
#: 05020301.xhp
msgctxt ""
@@ -15623,12 +15632,13 @@ msgid "15000 as 15,000"
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3151223\n"
"help.text"
msgid "#,###"
-msgstr ""
+msgstr "#,###"
#: 05020301.xhp
msgctxt ""
@@ -15639,12 +15649,13 @@ msgid "16000 as 16"
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3153961\n"
"help.text"
msgid "#,"
-msgstr ""
+msgstr "#,"
#: 05020301.xhp
msgctxt ""
@@ -15959,12 +15970,13 @@ msgid "Denominator is calculated to get the nearest value of the fraction with r
msgstr ""
#: 05020301.xhp
+#, fuzzy
msgctxt ""
"05020301.xhp\n"
"par_id3146926\n"
"help.text"
msgid "# ?/???"
-msgstr ""
+msgstr "# ?/???"
#: 05020301.xhp
msgctxt ""
@@ -25620,32 +25632,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/areatabpage/LB_BITMAP\">Click the fill that you want to apply to the selected object.</ahelp>"
msgstr ""
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Colors"
-msgstr ""
-
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"hd_id3152895\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210200.xhp\" name=\"Colors\">Colors</link>"
-msgstr ""
-
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"par_id3149119\n"
-"2\n"
-"help.text"
-msgid "Select a color to apply, save the current color list, or load a different color list."
-msgstr ""
-
#: 05210300.xhp
msgctxt ""
"05210300.xhp\n"
@@ -43243,6 +43229,214 @@ msgctxt ""
msgid "<ahelp hid=\"uui/ui/setmasterpassworddlg/password2\">Re-enter the master password.</ahelp>"
msgstr ""
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"tit\n"
+"help.text"
+msgid "Safe Mode"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"bm_id281120160951421436\n"
+"help.text"
+msgid "<bookmark_value>profile;safe mode</bookmark_value>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160939034500\n"
+"help.text"
+msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Safe Mode</link>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160939285779\n"
+"help.text"
+msgid "<ahelp hid=\".\">Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh user profile and disables hardware acceleration. It helps to restore a non-working %PRODUCTNAME instance. </ahelp>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163153357\n"
+"help.text"
+msgid "Choose <emph>Help - Restart in Safe Mode...</emph>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163154362\n"
+"help.text"
+msgid "Start %PRODUCTNAME from command line with <emph>--safe-mode</emph> option"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163154363\n"
+"help.text"
+msgid "Start %PRODUCTNAME from <emph>%PRODUCTNAME (Safe Mode)</emph> start menu entry (Windows only)"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149549\n"
+"help.text"
+msgid "What can I do in safe mode?"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160939281728\n"
+"help.text"
+msgid "Once in safe mode, you will be shown a dialog offering three user profile restoration options"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149551\n"
+"help.text"
+msgid "Continue in Safe Mode"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944279896\n"
+"help.text"
+msgid "This option will let you work with %PRODUCTNAME as you are used to, but using a temporary user profile. It also means that all configuration changes made to the temporary user profile will be lost after restart."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149552\n"
+"help.text"
+msgid "Quit"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944279161\n"
+"help.text"
+msgid "Choosing <emph>Quit</emph> will just exit %PRODUCTNAME. Use this option if you got here by accident."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149543\n"
+"help.text"
+msgid "Apply Changes and Restart"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348926\n"
+"help.text"
+msgid "The dialog offers multiple changes to the user profile that can be made to help restoring %PRODUCTNAME to working state. They get more radical from top down so you should try them successively one after another. Choosing this option applies selected changes"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149545\n"
+"help.text"
+msgid "Restore from backup"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348884\n"
+"help.text"
+msgid "%PRODUCTNAME keeps backups of previous configurations and activated extensions. Use this option to return to the previous state if your problems are likely to be caused by recent changes to configuration or extensions."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149546\n"
+"help.text"
+msgid "Configure"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949347119\n"
+"help.text"
+msgid "You can disable all extensions installed by the user. You can also disable hardware acceleration. Activate this option if you experience startup crashes or visual glitches, they are often related to hardware acceleration."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160944276682\n"
+"help.text"
+msgid "Uninstall extensions"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944275137\n"
+"help.text"
+msgid "Sometimes %PRODUCTNAME cannot be started due to extensions blocking or crashing. This option allows you to disable all extensions installed by the user as well as shared and bundled extensions. Uninstalling shared and bundled extensions should be used with caution. It will only work if you have the necessary system access rights."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160944276687\n"
+"help.text"
+msgid "Reset to factory settings"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id28112016094427792\n"
+"help.text"
+msgid "If all else fails, you can reset your user profile to the factory default. The first option <emph>Reset settings and user customizations</emph> resets all configuration and UI changes, but keeps things like your personal dictionary, templates etc. The second option will reset your entire profile to the state when you first installed %PRODUCTNAME."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id28112016094427243\n"
+"help.text"
+msgid "If you could not resolve your problem by using safe mode, click on <emph>Advanced</emph> expander. You will find instructions how to get further help there."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949347055\n"
+"help.text"
+msgid "If you want to report a problem with your user profile, by clicking on <emph>Create Zip Archive from User Profile</emph> you can generate a zip file which can be uploaded to the bug tracking system to be investigated by the developers."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348679\n"
+"help.text"
+msgid "Be aware that the uploaded profile might contain sensitive information, such as your personal dictionary, settings and installed extensions."
+msgstr ""
+
#: prop_font_embed.xhp
msgctxt ""
"prop_font_embed.xhp\n"
@@ -43274,7 +43468,7 @@ msgctxt ""
"par_id3154863\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"sfx/ui/documentfontspage/DocumentInfoPage\">Embed document fonts in the current file.</ahelp>"
+msgid "<ahelp hid=\"sfx/ui/documentfontspage/DocumentFontsPage\">Embed document fonts in the current file.</ahelp>"
msgstr ""
#: prop_font_embed.xhp
diff --git a/source/bo/helpcontent2/source/text/shared/guide.po b/source/bo/helpcontent2/source/text/shared/guide.po
index ba31099cf96..812066c96e5 100644
--- a/source/bo/helpcontent2/source/text/shared/guide.po
+++ b/source/bo/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
+"POT-Creation-Date: 2016-12-21 15:39+0100\n"
"PO-Revision-Date: 2016-07-05 16:49+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467737397.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1467737380.000000\n"
#: aaa_start.xhp
msgctxt ""
@@ -2194,7 +2194,7 @@ msgctxt ""
"cmis-remote-files-setup.xhp\n"
"hd_id1508201618160340\n"
"help.text"
-msgid "Connecting to <link href=\"text/shared/00/00000002.xhp#ftp\">FTP</link> and SSH servers (check)"
+msgid "Connecting to <link href=\"text/shared/00/00000002.xhp#ftp\">FTP</link> and SSH servers"
msgstr ""
#: cmis-remote-files-setup.xhp
@@ -2274,7 +2274,7 @@ msgctxt ""
"cmis-remote-files-setup.xhp\n"
"hd_id150820161816049600\n"
"help.text"
-msgid "Connecting to a Windows share (check)"
+msgid "Connecting to a Windows share"
msgstr ""
#: cmis-remote-files-setup.xhp
@@ -9932,8 +9932,8 @@ msgctxt ""
"hyperlink_insert.xhp\n"
"par_idN1076D\n"
"help.text"
-msgid "To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Insert - Names - Define</emph>)."
-msgstr "གལ་ཏེ་ལས་ཁྲའི་ནང་དྲ་མིག་མཚོན་པའི་རེ་བ་ཡོད་ན་ དྲ་མིག་དེ་མིང་(<emph>[བསྒར་འཛུད་] - [མིང་] - [མཚན་འཇོག་...]</emph>)བཅུག"
+msgid "To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Sheet - Named Ranges and Expressions - Define</emph>)."
+msgstr ""
#: hyperlink_insert.xhp
msgctxt ""
@@ -12451,20 +12451,20 @@ msgstr "<emph>འདེམས་གཞི་</emph>འདེམས་གཞི
#: labels.xhp
msgctxt ""
"labels.xhp\n"
-"par_id3156424\n"
-"86\n"
+"par_id3149767\n"
+"29\n"
"help.text"
-msgid "As soon as you click on <emph>New Document</emph>, you will see a small window with the <emph>Synchronize Labels</emph> button. Enter the first label. When you click on the <emph>Synchronize Labels</emph> button, the current individual label is copied to all the other labels on the sheet."
-msgstr "<emph>ཡིག་ཚགས་གསར་བཟོ་གནོན་རྡེབ་བྱེད་ན་</emph> ཁྱེད་ཀྱིས་གནོན་མཐེབ་ཞིག་ཁྱེར་ཡོད་པ་<emph>མཉམ་བགྲོད་ཤོག་བྱང་</emph>གི་སྒེའུ་ཁུང་ཡོད་པ་མཐོང་ཐུབ། ཤོང་བྱང་ཨང་དང་པོའི་ནང་དོན་ནང་བཅུག་བྱེད། གོང་བརྗོད་གནོན་མཐེབ་གནོན་རྡེབ་བྱེད་ན་ཤོག་བུའི་ཐོག་མིག་སྔའི་ཤོག་བྱང་རྐྱང་པ་ཤོག་བྱང་གཞན་ཚང་མ་འདྲ་ཕབ་བྱེད།"
+msgid "Click on <emph>New Document</emph> to create a new document with the settings you have entered."
+msgstr "གནོན་པ་<emph>ཡིག་ཚགས་གསར་བཟོ་</emph>དེ་དང་མཚམས་པའི་ནང་དོན་གྱི་གསར་འཛུགས་ཡིག་ཚགས་བཟོ་ཐུབ།"
#: labels.xhp
msgctxt ""
"labels.xhp\n"
-"par_id3149767\n"
-"29\n"
+"par_id3156424\n"
+"86\n"
"help.text"
-msgid "Click on <emph>New Document</emph> to create a new document with the settings you have entered."
-msgstr "གནོན་པ་<emph>ཡིག་ཚགས་གསར་བཟོ་</emph>དེ་དང་མཚམས་པའི་ནང་དོན་གྱི་གསར་འཛུགས་ཡིག་ཚགས་བཟོ་ཐུབ།"
+msgid "As soon as you click on <emph>New Document</emph>, you will see a small window with the <emph>Synchronize Labels</emph> button. Enter the first label. When you click on the <emph>Synchronize Labels</emph> button, the current individual label is copied to all the other labels on the sheet."
+msgstr "<emph>ཡིག་ཚགས་གསར་བཟོ་གནོན་རྡེབ་བྱེད་ན་</emph> ཁྱེད་ཀྱིས་གནོན་མཐེབ་ཞིག་ཁྱེར་ཡོད་པ་<emph>མཉམ་བགྲོད་ཤོག་བྱང་</emph>གི་སྒེའུ་ཁུང་ཡོད་པ་མཐོང་ཐུབ། ཤོང་བྱང་ཨང་དང་པོའི་ནང་དོན་ནང་བཅུག་བྱེད། གོང་བརྗོད་གནོན་མཐེབ་གནོན་རྡེབ་བྱེད་ན་ཤོག་བུའི་ཐོག་མིག་སྔའི་ཤོག་བྱང་རྐྱང་པ་ཤོག་བྱང་གཞན་ཚང་མ་འདྲ་ཕབ་བྱེད།"
#: labels.xhp
msgctxt ""
@@ -18361,58 +18361,53 @@ msgctxt ""
"start_parameters.xhp\n"
"tit\n"
"help.text"
-msgid "Starting the $[officename] Software With Parameters"
-msgstr "ཞུགས་གྲངས་སྒུལ་སློང་ $[officename] མཉེན་ཆས་སྤྱོད།"
+msgid "Starting $[officename] Software With Parameters"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"bm_id3156410\n"
"help.text"
-msgid "<bookmark_value>start parameters</bookmark_value><bookmark_value>command line parameters</bookmark_value><bookmark_value>parameters;command line</bookmark_value><bookmark_value>arguments in command line</bookmark_value>"
-msgstr "<bookmark_value>ཞུགས་གྲངས་</bookmark_value><bookmark_value>བཀའ་ཚིག་ཕྲེང་ཞུགས་གྲངས་</bookmark_value><bookmark_value>ཞུགས་གྲངས་; བཀའ་ཚིག་ཕྲེང་</bookmark_value><bookmark_value>བཀའ་ཚིག་ཕྲེང་ནང་གི་ཞུགས་གྲངས་</bookmark_value>"
+msgid "<bookmark_value>start parameters</bookmark_value> <bookmark_value>command line parameters</bookmark_value> <bookmark_value>parameters;command line</bookmark_value> <bookmark_value>arguments in command line</bookmark_value>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"hd_id3156410\n"
-"52\n"
"help.text"
-msgid "Starting the $[officename] Software With Parameters"
-msgstr "ཞུགས་གྲངས་སྒུལ་སློང་ $[officename] མཉེན་ཆས་སྤྱོད།"
+msgid "Starting $[officename] Software With Parameters"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147009\n"
-"1\n"
"help.text"
-msgid "By starting the $[officename] software from the command line you can assign various parameters, with which you can influence the performance. The use of command line parameters is only recommended for experienced users."
-msgstr "བཀའ་ཚིག་ཕྲེང་གི་སྒུལ་སློང་ $[officename] མཉེན་ཆས་བརྒྱུད་ ཞུགས་གྲངས་ཁག་གཏན་འཁེལ་བྱེད། ཞུགས་གྲངས་འདི་དག་སྤྱད་དེ་མཉེན་ཆས་ཀྱི་རང་ནུས་ཤུགས་རྐྱེན་ཐེབ། ཉམས་མྱོང་ཡོད་པའི་སྤྱོད་པོ་བཀའ་ཚིག་ཕྲེང་ཞུགས་གྲངས་བེད་སྤྱོད་རྒྱུ་དགོངས་འཆར་འདོན།"
+msgid "By starting $[officename] software from the command line you can assign various parameters, with which you can influence the performance. The use of command line parameters is only recommended for experienced users."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147618\n"
-"2\n"
"help.text"
-msgid "For normal handling, the use of command line parameters is not necessary. A few of the parameters require a deeper knowledge of the technical background of the $[officename] software technology."
-msgstr "སྤྱིར་བཏང་བཀོལ་སྤྱོད་ ཕྲེང་ཞུགས་གྲངས་བེད་སྤྱོད་དགོསངེས་མེད། ཞུགས་གྲངས་འགའ་ཤས་ནི་ཅུང་མང་བའི་ $[officename] མཉེན་ཆས་སྒྱུ་རྩལ་ཀྱི་རྒྱབ་ལྗོངས་ཤེས་བྱ་ལྡན་པ་རེ་བ་བྱེད།"
+msgid "For normal handling, the use of command line parameters is not necessary. A few of the parameters require a deeper knowledge of the technical background of $[officename] software technology."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"hd_id3154898\n"
-"4\n"
"help.text"
-msgid "Starting the $[officename] Software From the Command Line"
-msgstr "བཀའ་ཚིག་ཕྲེང་ $[officename] མཉེན་ཆས་སྒུལ་སློང་བྱེད།"
+msgid "Starting $[officename] Software From the Command Line"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3156152\n"
-"5\n"
"help.text"
msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a shell under Linux, *BSD, or Mac OS X platforms."
msgstr ""
@@ -18421,16 +18416,14 @@ msgstr ""
msgctxt ""
"start_parameters.xhp\n"
"par_id3152472\n"
-"6\n"
"help.text"
msgid "Under Windows, type the following text in the <emph>Open </emph>text field and click <emph>OK</emph>."
-msgstr "Windows འོག་<emph>ཁ་ཕྱེ་</emph>ཡི་གེའི་ཡིག་དུམ་ནང་གཤམ་གྱི་ཡི་གེ་མཐེབ་འཇུག་བྱེད་པ་མ་ཟད་<emph>\"གཏན་འཁེལ་\"</emph>རྐྱང་རྡེབ་བྱེད།"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3149669\n"
-"53\n"
"help.text"
msgid "Under UNIX-like systems, type the following line of text, then press <emph>Return</emph>:"
msgstr ""
@@ -18439,679 +18432,649 @@ msgstr ""
msgctxt ""
"start_parameters.xhp\n"
"par_id3147561\n"
-"7\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter}</caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter}</caseinline></switchinline>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3153360\n"
-"8\n"
"help.text"
-msgid "Replace <emph>{install}</emph> with the path to your installation of the $[officename] software (for example, <emph>C:\\Program Files\\Office</emph>, or <emph>~/office</emph>)"
-msgstr "<emph>{install}</emph> $[officename] མཉེན་ཆས་ཀྱི་སྒྲིག་སྦྱོར་བརྒྱུད་ལམ་ (དཔེར་ན་ <emph>C:\\Program Files\\Office</emph> ཡང་ན་ <emph>~/office</emph>)ལ་ཚབ་བརྗེ་བྱེད།"
+msgid "Replace <emph>{install}</emph> with the path to your installation of $[officename] software (for example, <emph>C:\\Program Files\\Office</emph>, or <emph>~/office</emph>)"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3158407\n"
-"9\n"
+"hd_id3145171\n"
"help.text"
-msgid "Where required, replace <emph>{parameter}</emph> with one or more of the following command line parameters."
-msgstr "དགོས་མཁོ་ལྟར་ གཤམ་གྱི་བཀའ་ཚིག་ཕྲེང་ཞུགས་གྲངས་གཅིག་གམ་ཡང་དག་ཚབ་བརྗེ་བྱེད་པ་སྤྱོད་ <emph>{parameter}</emph>"
+msgid "Valid Command Line Parameters"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"hd_id3145171\n"
-"10\n"
+"hd_id1016120408556191\n"
"help.text"
-msgid "Valid Command Line Parameters"
-msgstr "ནུས་ལྡན་གྱི་བཀའ་ཚིག་ཕྲེང་ཞུགས་གྲངས།"
+msgid "Using without special arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148451\n"
-"11\n"
+"par_id215247284938\n"
"help.text"
-msgid "Parameter"
-msgstr "ཞུགས་གྲངས་"
+msgid "Using without any arguments opens the start center."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149167\n"
-"12\n"
+"par_id4016121206183262\n"
"help.text"
-msgid "Meaning"
-msgstr "གོ་དོན།"
+msgid "<emph>{file}</emph>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149983\n"
-"73\n"
+"par_id40161212062813818\n"
"help.text"
-msgid "--help / -h / -?"
-msgstr "-help / -h / -?"
+msgid "Tries to open the file (files) in the components suitable for them."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147349\n"
-"74\n"
+"par_id40161212063110720\n"
"help.text"
-msgid "Lists the available command line parameters <switchinline select=\"sys\"><caseinline select=\"WIN\">in a dialog box</caseinline><defaultinline>to the console</defaultinline></switchinline>."
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">གླེང་སྒྲོམ་ནང་</caseinline><defaultinline>ཚོད་འཛིན་སྟེགས་བུའི་ནང་</defaultinline></switchinline>སྤྱོད་རུང་བའི་བཀའ་ཚིག་ཕྲེང་ཞུགས་གྲངས་སྒྲིག།-help ཅུང་རིང་བའི་རོགས་ཐམ་ཡི་གེ་མངོན་ -h ཅུང་ཐུང་བའི་རོགས་རམ་ཡི་གེ་མངོན།"
+msgid "<emph>{file} macro:///[Library.Module.MacroName]</emph>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id31499et\n"
-"73\n"
+"par_id40161212063330252\n"
"help.text"
-msgid "--version"
+msgid "Opens the file and applies specified macros from the file."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id31473et\n"
-"74\n"
+"hd_id201612040855610\n"
"help.text"
-msgid "Displays the version information."
+msgid "Getting help and information"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150010\n"
-"59\n"
+"par_id3148451\n"
"help.text"
-msgid "--writer"
-msgstr "-writer"
+msgid "<variable id=\"parameter\">Parameter</variable>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147213\n"
-"60\n"
+"par_id3149167\n"
"help.text"
-msgid "Starts with an empty Writer document."
-msgstr "སྟོང་ཆའི་ཡི་གེ་ལས་སྣོན་ཡིག་ཚགས་སྒུལ་སློང་བྱེད།"
+msgid "<variable id=\"meaning\">Meaning</variable>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148616\n"
-"61\n"
+"par_id3147349\n"
"help.text"
-msgid "--calc"
-msgstr "-calc"
+msgid "Lists the available command line parameters to the console."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145261\n"
-"62\n"
+"par_id20161204091221764\n"
"help.text"
-msgid "Starts with an empty Calc document."
-msgstr "སྟོང་པའི་ལས་དེབ་སྒུལ་སློང་།"
+msgid "Opens $[officename] built-in or online Help on Writer."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156443\n"
-"63\n"
+"par_id20161204091520522\n"
"help.text"
-msgid "--draw"
-msgstr "-draw"
+msgid "Opens $[officename] built-in or online Help on Calc."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154011\n"
-"64\n"
+"par_id20161204091727059\n"
"help.text"
-msgid "Starts with an empty Draw document."
-msgstr "སྟོང་ཆའི་རིས་འགོད་ཡིག་ཚགས་སྒུལ་སློང་བྱེད།"
+msgid "Opens $[officename] built-in or online Help on Draw."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153142\n"
-"65\n"
+"par_id20161204091812159\n"
"help.text"
-msgid "--impress"
-msgstr "-impress"
+msgid "Opens $[officename] built-in or online Help on Impress."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153222\n"
-"66\n"
+"par_id20161204091919599\n"
"help.text"
-msgid "Starts with an empty Impress document."
-msgstr "སྟོང་ཆའི་སྒྲོན་བཪྙན་སྤྱིན་ཤོག་སྒུལ་སློང་།"
+msgid "Opens $[officename] built-in or online Help on Base."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155853\n"
-"67\n"
+"par_id20161204092029619\n"
"help.text"
-msgid "--math"
-msgstr "-math"
+msgid "Opens $[officename] built-in or online Help on Basic scripting language."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3146928\n"
-"68\n"
+"par_id2016120409214276\n"
"help.text"
-msgid "Starts with an empty Math document."
-msgstr "སྟོང་ཆའི་སྤྱི་འགྲོས་ཡིག་ཚགས་སྒུལ་སློང་བྱེད།"
+msgid "Opens $[officename] built-in or online Help on Math."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149960\n"
-"69\n"
+"par_id31473et\n"
"help.text"
-msgid "--global"
-msgstr "-global"
+msgid "Shows $[officename] version and quits."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151075\n"
-"70\n"
+"par_id2016120409236546\n"
"help.text"
-msgid "Starts with an empty Writer master document."
-msgstr "སྟོང་ཆའི་ཁྱོན་ཡོངས་ཀྱི་ཡིག་ཚགས་སྒུལ་སློང་བྱེད།"
+msgid "(MacOS X sandbox only) Returns path of the temporary directory for the current user and exits. Overrides all other arguments."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154510\n"
-"71\n"
+"hd_id20161204094429235\n"
"help.text"
-msgid "--web"
-msgstr "-web"
+msgid "General arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148836\n"
-"72\n"
+"par_id3153919\n"
"help.text"
-msgid "Starts with an empty HTML document."
-msgstr "སྟོང་བའི་ HTML ཡིག་ཚགས་སྒུལ་སློང་བྱེད།"
+msgid "Activates[Deactivates] the Quickstarter service. It can take only one parameter <emph>no</emph> which deativates the Quickstarter service. Without parameters this service is activated."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149403\n"
+"par_id315330t\n"
"help.text"
-msgid "--show {filename.odp}"
-msgstr "-show {filename.odp}"
+msgid "Disables check for remote instances using the installation."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153838\n"
-"80\n"
+"par_id315053o\n"
"help.text"
-msgid "Starts with the Impress file <emph>{filename.odp}</emph> and starts the presentation. Enters edit mode after the presentation."
-msgstr "གསལ་སྟོན་ཡིག་ཟིན་ཡིག་ཆ་ནས་ <emph>{filename.odp}</emph> གསལ་སྟོན་ཡིག་ཟིན་བཪྙན་གཏོང་འགོ་འཛུགས། གསལ་སྟོན་ཡིག་ཟིན་བཪྙན་གཏོང་ཚར་བའི་རྗེས་མ་ཚུལ་རྩོམ་སྒྲིག་ནང་ཚུད་ཡོད།"
+msgid "Forces an input filter type, if possible. For example:<br/><item type=\"input\">--infilter=\"Calc Office Open XML\"</item><br/><item type=\"input\">--infilter=\"Text (encoded):UTF8,LF,,,.\"</item>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156276\n"
-"13\n"
+"par_id20161204101917197\n"
+"help.text"
+msgid "Store soffice.bin pid to <emph>{file}</emph>."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3146786\n"
+"help.text"
+msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for $[officename] software on UNIX-like platforms."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"hd_id20161204103115358\n"
+"help.text"
+msgid "User/programmatic interface control"
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3151334\n"
"help.text"
-msgid "--minimized"
-msgstr "-minimized"
+msgid "Disables the splash screen at program start."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3146080\n"
-"14\n"
"help.text"
msgid "Starts minimized. The splash screen is not displayed."
-msgstr "ཆུང་ཤོས་ཀྱི་ཐབས་ཚུལ་གྱིས་སྒུལ་སློང་བྱེད། སྒུལ་སློང་གསལ་ཡོལ་མངོན་མི་ཐུབ།"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145641\n"
-"15\n"
+"par_id3153306\n"
"help.text"
-msgid "--invisible"
-msgstr "-invisible"
+msgid "Starts without displaying anything except the splash screen."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3154756\n"
-"16\n"
"help.text"
msgid "Starts in invisible mode."
-msgstr "མ་ཚུལ་སྒུལ་སློང་གབ་པ།"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3148914\n"
-"17\n"
"help.text"
-msgid "Neither the start-up logo nor the initial program window will be visible. However, the $[officename] software can be controlled and documents and dialogs opened via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgid "Neither the start-up logo nor the initial program window will be visible. $[officename] software can be controlled, and documents and dialogs can be controlled and opened via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147341\n"
-"18\n"
"help.text"
-msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
+msgid "Using the parameter, $[officename] can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3150388\n"
-"48\n"
"help.text"
-msgid "It cannot be used in conjunction with <emph>-quickstart</emph>."
-msgstr "དེ་ <emph>-quickstart</emph> དང་མཉམ་དུ་བེད་སྤྱོད་མི་བྱེད།"
+msgid "It cannot be used in conjunction with <emph>--quickstart</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3145147\n"
-"19\n"
"help.text"
-msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
-msgstr "གལ་སྲིད་དེ་བས་མང་བའི་ཆ་འཕྲིན་དགོས་ན་<emph>《$[officename] གསར་སྤེལ་མཁན་གྱི་ཕྱོགས་སྟོན་》</emph>ལ་དཔྱད་གཟིགས་གནང་།"
+msgid "More information is found in <emph>$[officename] Developer's Guide</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155903\n"
-"20\n"
+"par_id3150530\n"
"help.text"
-msgid "--norestore"
-msgstr "-norestore"
+msgid "Starts in \"headless mode\" which allows using the application without user interface."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3156353\n"
+"help.text"
+msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3156374\n"
-"21\n"
"help.text"
msgid "Disables restart and file recovery after a system crash."
-msgstr "$[officename] མ་ལག་ཐོར་རྗེས་བསྐྱར་དུ་སྒུལ་སློང་དང་ཡིག་ཆ་སླར་གསོ་བཀག་སྤྱོད་བྱེད།"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id5215918\n"
+"par_id20161204120122917\n"
"help.text"
-msgid "--nofirststartwizard"
+msgid "Starts in a safe mode, i.e. starts temporarily with a fresh user profile and helps to restore a broken configuration."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id5665761\n"
+"par_id3147130\n"
"help.text"
-msgid "Disables the Welcome Wizard."
+msgid "Notifies $[officename] software that upon the creation of \"UNO Acceptor Threads\", a \"UNO Accept String\" will be used."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148477\n"
-"25\n"
+"par_id20161204120828147\n"
"help.text"
-msgid "--quickstart"
-msgstr "-quickstart"
+msgid "UNO-URL is string the such kind <emph>uno:connection-type,params;protocol-name,params;ObjectName</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153919\n"
-"26\n"
+"par_id3148874\n"
"help.text"
-msgid "Activates the Quickstarter."
-msgstr "Windows མ་ལག་ནང་ Quickstarterགསོན་སློང་བྱེད། གསལ་ཡོལ་སྒུལ་སློང་མི་མངོན་པ།"
+msgid "More information is found in <emph>$[officename] Developer's Guide</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3152479\n"
-"30\n"
+"par_id314713a\n"
"help.text"
-msgid "--accept={UNO string}"
-msgstr "-accept={UNO string}"
+msgid "Closes an acceptor that was created with <emph>--accept={UNO-URL}</emph>. Use <emph>--unaccept=all</emph> to close all open acceptors."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147130\n"
-"31\n"
+"par_id20161204121422689\n"
"help.text"
-msgid "Notifies the $[officename] software that upon the creation of \"UNO Acceptor Threads\", a \"UNO Accept String\" will be used."
-msgstr "$[officename] མཉེན་ཆས་བརྡ་ཐོ་བྱེད་ \"UNO Acceptor Threads\" ཡི་བརྒྱུད་རིམ་ནང་ \"UNO Accept String\"བེད་སྤྱོད་པ་གསར་བཟོ་བྱེད།"
+msgid "Uses specified language, if language is not selected yet for UI. The lang is a tag of the language in IETF language tag."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148874\n"
-"32\n"
+"par_id201612041220386\n"
"help.text"
-msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
-msgstr "གལ་སྲིད་དེ་བས་མང་བའི་ཆ་འཕྲིན་དགོས་ན་<emph>《$[officename] གསར་སྤེལ་མཁན་གྱི་ཕྱོགས་སྟོན་》</emph>ལ་དཔྱད་གཟིགས་གནང་།"
+msgid "Developer arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315247a\n"
-"30\n"
+"par_id20161204122216505\n"
"help.text"
-msgid "--unaccept={UNO string}"
-msgstr "-accept={UNO string}"
+msgid "Exit after initialization complete (no documents loaded)."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314713a\n"
-"31\n"
+"par_id2016120412237431\n"
"help.text"
-msgid "Closes an acceptor that was created with --accept={UNO string}. Use --unaccept=all to close all open acceptors."
+msgid "Exit after loading documents."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3159238\n"
-"36\n"
+"par_id20161204122420839\n"
"help.text"
-msgid "-p {filename1} {filename2} ..."
-msgstr "-p {filename1} {filename2} ..."
+msgid "New document creation arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3163666\n"
-"37\n"
+"par_id20161204122414892\n"
"help.text"
-msgid "Prints the files <emph>{filename1} {filename2} ...</emph> to the default printer and ends. The splash screen does not appear."
-msgstr "ཁས་ལེན་གཏག་པར་ཆས་སྤྱད་དེ་ཡིག་ཆ་གཏག་པར་བྱེད་ <emph>{filename1} {filename2} ...</emph> དེ་རྗེས་མཇུག་སྒྲིལ་གསལ་ཡོལ་སྒུལ་སློང་མི་མངོན།"
+msgid "The arguments create an empty document of specified kind. Only one of them may be used in one command line. If filenames are specified after an argument, then it tries to open those files in the specified component."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150828\n"
-"49\n"
+"par_id3147213\n"
"help.text"
-msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
-msgstr "གལ་སྲིད་ཡིག་ཆའི་མིང་སྟོང་མིག་ལ་འདུས་ ངེས་པར་དུ་མིང་སྔོན་རྗེས་འདྲེན་རྟགས་གནོན།"
+msgid "Starts with an empty Writer document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150883\n"
-"38\n"
+"par_id3145261\n"
"help.text"
-msgid "--pt {Printername} {filename1} {filename2} ..."
-msgstr "-pt {Printername} {filename1} {filename2} ..."
+msgid "Starts with an empty Calc document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155081\n"
-"50\n"
+"par_id3154011\n"
"help.text"
-msgid "Prints the files <emph>{filename1} {filename2} ...</emph> to the printer <emph>{Printername}</emph> and ends. The splash screen does not appear."
-msgstr "གཏག་པར་ཆས་ <emph>{Printername}</emph> སྤྱད་དེ་ཡིག་ཆ་ <emph>{filename1} {filename2} ...</emph>གཏག་པར་བྱེད་ དེ་རྗེས་མཇུག་སྒྲིལ། གསལ་ཡོལ་སྒུལ་སློང་མི་མངོན།"
+msgid "Starts with an empty Draw document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153655\n"
-"51\n"
+"par_id3153222\n"
"help.text"
-msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
-msgstr "གལ་སྲིད་ཡིག་ཆའི་མིང་སྟོང་མིག་ལ་འདུས་ ངེས་པར་དུ་མིང་སྔོན་རྗེས་འདྲེན་རྟགས་གནོན།"
+msgid "Starts with an empty Impress document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154372\n"
-"39\n"
+"par_id3146928\n"
"help.text"
-msgid "-o {filename}"
-msgstr "-o {filename}"
+msgid "Starts with an empty Math document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150309\n"
-"40\n"
+"par_id3151075\n"
"help.text"
-msgid "Opens <emph>{filename}</emph> for editing, even if it is a template."
-msgstr "<emph>{filename}</emph> རྩོམ་སྒྲིག་ཁ་ཕྱེས། ཡིག་ཆ་འདི་མ་པང་ཞིག་ཡིན་ བཀོལ་སྤྱོད་འདི་ལག་བསྟར་བྱེད།"
+msgid "Starts with an empty Writer master document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151182\n"
-"54\n"
+"par_id3148836\n"
"help.text"
-msgid "--view {filename}"
-msgstr "-view {filename}"
+msgid "Starts with an empty HTML document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145268\n"
-"55\n"
+"par_id20161204125123476\n"
"help.text"
-msgid "Creates a temporary copy of <emph>{filename}</emph> and opens it read-only."
-msgstr "<emph>{filename}</emph> པའི་གནས་སྐབས་འདྲ་ཕབ་ཆས་གསར་བཟོ་བྱེད་པ་མ་ཟད་ཀློག་པ་ཁོ་ནའི་ཐབས་ཚུལ་གྱིས་ཁ་ཕྱེ།"
+msgid "File open arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3166421\n"
-"41\n"
+"par_id20161204125411030\n"
"help.text"
-msgid "-n {filename}"
-msgstr "-n {filename}"
+msgid "The arguments define how following filenames are treated. New treatment begins after the argument and ends at the next argument. The default treatment is to open documents for editing, and create new documents from document templates."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3154259\n"
-"42\n"
"help.text"
-msgid "Creates a new document using <emph>{filename}</emph> as a template."
-msgstr "<emph>{filename}</emph> མ་པང་ལ་བརྩིས་ཏེ་ཡིག་ཚགས་གསར་པ་ཞིག་གསར་བཟོ་བྱེད།"
+msgid "Treats following files as templates for creation of new documents."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155126\n"
-"43\n"
+"par_id3150309\n"
"help.text"
-msgid "--nologo"
-msgstr "-nologo"
+msgid "Opens following files for editing, regardless whether they are templates or not."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151334\n"
-"44\n"
+"par_id3155081\n"
"help.text"
-msgid "Disables the splash screen at program start."
-msgstr "བྱ་རིམ་སྒུལ་སློང་སྐབས་སྒུལ་སློང་གསལ་ཡོལ་སྒུལ་སློང་བྱེད།"
+msgid "Prints the following files to the printer <emph>{Printername}</emph> and ends. The splash screen does not appear."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3159171\n"
-"75\n"
+"par_id3153655\n"
+"51\n"
"help.text"
-msgid "--nodefault"
-msgstr "-nodefault"
+msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
+msgstr "གལ་སྲིད་ཡིག་ཆའི་མིང་སྟོང་མིག་ལ་འདུས་ ངེས་པར་དུ་མིང་སྔོན་རྗེས་འདྲེན་རྟགས་གནོན།"
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153306\n"
-"76\n"
+"par_id20161204010513716\n"
"help.text"
-msgid "Starts without displaying anything except the splash screen."
+msgid "If used multiple times, only last <emph>{Printername}</emph> is effective for all documents of all <emph>--pt</emph> runs."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315917t\n"
-"75\n"
+"par_id2016120401061890\n"
"help.text"
-msgid "--nolockcheck"
+msgid "Also, <emph>--printer-name</emph> argument of <emph>--print-to-file</emph> switch interferes with <emph>{Printername}</emph>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315330t\n"
-"76\n"
+"par_id3163666\n"
"help.text"
-msgid "Disables check for remote instances using the installation."
+msgid "Prints following files to the default printer, after which those files are closed. The splash screen does not appear."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id2211676\n"
+"par_id3150828\n"
"help.text"
-msgid "--nofirststartwizard"
+msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id1641895\n"
+"par_id3145268\n"
"help.text"
-msgid "Add this parameter to the program start command to suppress the Welcome Wizard."
+msgid "Opens following files in viewer mode (read-only)."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153915\n"
-"45\n"
+"par_id3153838\n"
"help.text"
-msgid "--display {display}"
-msgstr "-display {display}"
+msgid "Opens and starts the following presentation documents of each immediately. Files are closed after the showing. Files other than Impress documents are opened in default mode , regardless of previous mode."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3146786\n"
-"46\n"
+"par_id315053p\n"
"help.text"
-msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX-like platforms."
+msgid "Batch convert files (implies --headless). If --outdir isn't specified, then current working directory is used as output_dir."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149595\n"
-"56\n"
+"par_id2016120401222926\n"
"help.text"
-msgid "--headless"
-msgstr "-headless"
+msgid "If --convert-to is used more than once, last value of OutputFileExtension[:OutputFilterName] is effective. If --outdir is used more than once, only its last value is effective. For example:"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150530\n"
-"57\n"
+"par_id315053q\n"
"help.text"
-msgid "Starts in \"headless mode\" which allows using the application without user interface."
-msgstr "\"འཆར་འགོད་མེད་པའི་མ་ཚུལ་\"སྒུལ་སློང་བྱེད་མ་ཚུལ་འདི་སྤྱོད་པོའི་འཆར་འགོད་བརྒྱུད་ཉེར་སྤྱོད་བྱ་རིམ་བེད་སྤྱོད་མི་བྱེད་ཆོག"
+msgid "Batch print files to file. If <emph>--outdir</emph> is not specified, then current working directory is used as output_dir."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156353\n"
-"58\n"
+"par_id20161204012928262\n"
"help.text"
-msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgid "If <emph>--printer-name</emph> or <emph>--outdir</emph> used multiple times, only last value of each is effective. Also, <emph>{Printername}</emph> of <emph>--pt</emph> switch interferes with <emph>--printer-name</emph>. For example:"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959o\n"
-"56\n"
+"par_id2016120401348732\n"
"help.text"
-msgid "--infilter={filter}"
+msgid "Dump text content of the following files to console (implies <emph>--headless</emph>). Cannot be used with <emph>--convert-to</emph>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053o\n"
-"57\n"
+"par_id2016120401398657\n"
"help.text"
-msgid "Forces an input filter type, if possible. Eg. --infilter=\"Calc Office Open XML\"."
+msgid "Set a bootstrap variable. For example: to set a non-default user profile path:"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959p\n"
-"56\n"
+"par_id20161204014126760\n"
"help.text"
-msgid "--convert-to output_file_extension[:output_filter_name] [--outdir output_dir] files"
+msgid "Ignored switches"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053p\n"
-"57\n"
+"par_id2016120401435616\n"
"help.text"
-msgid "Batch convert files. If --outdir is not specified, then current working directory is used as output_dir.<br/>Eg. --convert-to pdf *.doc<br/>--convert-to pdf:writer_pdf_Export --outdir /home/user *.doc"
+msgid "Ignored (MacOS X only)"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959q\n"
-"56\n"
+"par_id20161204014423695\n"
"help.text"
-msgid "--print-to-file [--printer-name printer_name] [--outdir output_dir] files"
+msgid "Ignored (COM+ related; Windows only)"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053q\n"
-"57\n"
+"par_id20161204014529900\n"
+"help.text"
+msgid "Does nothing, accepted only for backward compatibility."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id2016120401463584\n"
"help.text"
-msgid "Batch print files to file. If --outdir is not specified, then current working directory is used as output_dir.<br/>Eg. --print-to-file *.doc<br/>--print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc"
+msgid "Used only in unit tests and should have two arguments."
msgstr ""
#: startcenter.xhp
diff --git a/source/bo/helpcontent2/source/text/shared/optionen.po b/source/bo/helpcontent2/source/text/shared/optionen.po
index 667ee9d6645..5d662ae57be 100644
--- a/source/bo/helpcontent2/source/text/shared/optionen.po
+++ b/source/bo/helpcontent2/source/text/shared/optionen.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-05-24 03:12+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-07-05 16:59+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bo\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1464059576.000000\n"
+"X-POOTLE-MTIME: 1467737998.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -2247,8 +2247,8 @@ msgctxt ""
"01010500.xhp\n"
"tit\n"
"help.text"
-msgid "Colors"
-msgstr "ཚོས་གཞི།"
+msgid "Color"
+msgstr ""
#: 01010500.xhp
msgctxt ""
@@ -2262,328 +2262,201 @@ msgstr "<bookmark_value>ཚོས་གཞི། གདོད་མའི་ཁ
msgctxt ""
"01010500.xhp\n"
"hd_id3150543\n"
-"1\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Colors\">Colors</link>"
-msgstr "<link href=\"text/shared/optionen/01010500.xhp\" name=\"ཚོས་གཞི།\">ཚོས་གཞི།</link>"
+msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Color\">Color</link>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3153104\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/ColorPage\">Allows you to select a color from a color table, edit an existing color, or define new colors.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/ColorPage\">ཚོས་གཞིའི་རེའུ་མིག་ནང་ནས་ཚོས་གཞི་འདེམས་པ་དང་ད་ཡོད་ཚོས་གཞིར་རྩོམ་སྒྲིག་བྱེད་པ་ ཚོས་གཞི་གསར་པ་མཚན་འཇོག་བྱེད་པ་བཅས་སུ་སྤྱོད་དོ། </ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/ColorPage\">Allows you to select a color from a color palette, edit an existing color, or define new colors.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150767\n"
-"3\n"
"help.text"
-msgid "Color table"
-msgstr "ཚོས་གཞི།"
+msgid "Colors"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150869\n"
-"5\n"
"help.text"
-msgid "Name"
-msgstr "མིང་།"
+msgid "Palette"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3149809\n"
-"6\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/name\">Specifies the name of a selected color. You can also type a name in this field when defining a new color.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/name\">འདེམས་ངེས་ཚོས་གཞིའི་མིང་གཏན་འཁེལ་བྱས་དགོས། ཚོས་གཞི་གསར་པ་མཚན་འཇོག་བྱེད་པའི་སྐབས་སུ་ཡང་ཡིག་དུམ་འདིའི་ནང་མིང་ནང་འཇུག་བྱས་ཆོག </ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/paletteselector\">Specifies the name of a selected palette. You can select a different palette here.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150447\n"
-"7\n"
"help.text"
-msgid "Color"
-msgstr "ཚོས་གཞི།"
+msgid "Color Set"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3149560\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/colorlb\">Contains a list of available colors. To select a color, choose one from the list.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/colorlb\">སྤྱོད་རུང་བའི་ཚོས་གཞི་ཚུད་པའི་རེའུ་འགོད་ཚོས་གཞི་བདམས་དགོས་ན་རེའུ་འགོད་ནང་ནས་བདམས་ང་མཛོད་རོགས། </ahelp>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3155132\n"
-"9\n"
-"help.text"
-msgid "Color table"
-msgstr "ཚོས་གཞི།"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3152885\n"
-"12\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/modellb\">To modify, select the color model: Red-Green-Blue (RGB) or Cyan-Magenta-Yellow-BlacK (CMYK).</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/modellb\">ལ་བཟོ་བཅོས་དགོས་ན་ ཚོས་གཞིའི་རིགས་འདེམས་དགོས་པ་སྟེ་:དམར་-ལྗང་-སྔོན་ (RGB) ནམ་སྔོན་མདོག་-དམར་སྨུག་-སེར་-ནག་ (CMYK) </ahelp>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id1527756\n"
-"help.text"
-msgid "%PRODUCTNAME uses only the RGB color model for printing in color. The CMYK controls are provided only to ease the input of color values using CMYK notation."
+msgid "<ahelp hid=\"cui/ui/colorpage/colorset\">Contains a list of available colors. Click on the desired one in the list to select it.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3147426\n"
-"40\n"
+"hd_id31563321\n"
"help.text"
-msgid "If you select RGB, the initials of the three colors will appear and you can set the color from 0 to 255 with the spin button."
-msgstr "གལ་སྲིད་བདམས་ཟིན་པ་ནི་ RGB ཡིན་ན་ཁྱེད་ལ་ཐང་འདེམས་སྒྲོམ་ཟུར་གྱི་ཚོས་གཞི་ཁག་གསུམ་གྱི་བསྡུས་ཡིག་ཡིག་འབྲུ་མཐོང་ཐུབ། ཐང་འདེམསསྒྲོམ་འདི་ལ་བརྟེན་དེ་བརྒྱ་ཆའི་སྡུར་ཚད་ཀྱི་ཐོག་ནས་ཚོས་གཞིའི་སྡུར་ཚད་བཀོད་སྒྲིག་བྱས་ཆོག་པའོ།"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3150103\n"
-"13\n"
-"help.text"
-msgid "R"
+msgid "Recent Colors"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3152462\n"
-"14\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/R\">Red</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/R\">དམར་པོ།</ahelp>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3145366\n"
-"15\n"
+"par_id31544811\n"
"help.text"
-msgid "G"
+msgid "<ahelp hid=\"cui/ui/colorpage/recentcolorset\">Displays the last twelve colors selected and applied.</ahelp> Upon selecting a new color it is added to the left of the list. If the list is full and a new color is selected then the rightmost color is deleted."
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3153144\n"
-"16\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/G\">Green</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/G\">ལྗང་ཁུ།</ahelp>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3153573\n"
-"17\n"
+"hd_id3156332\n"
"help.text"
-msgid "B"
+msgid "Add"
msgstr ""
#: 01010500.xhp
-#, fuzzy
-msgctxt ""
-"01010500.xhp\n"
-"par_id3153726\n"
-"18\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/B\">Blue</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/K\">ནག་པོ།</ahelp>"
-
-#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3152940\n"
-"41\n"
-"help.text"
-msgid "If you select CMYK, the initials of the four colors will appear and you can set the color from 0 to 255 with the spin button."
-msgstr "གལ་སྲིད་བདམས་ཟིན་པའི་ནི་ CMYK ཡིན་ནའང་ཁྱེད་ཀྱི་ཐང་འདེམས་སྒྲོམ་ཟུར་གྱི་ཚོས་གཞི་ཁག་བཞི་ཡི་བསྡུས་ཡིག་ཡིག་འབྲུ་མཐོང་ཐུབ། ཐང་འདེམསསྒྲོམ་འདི་ལ་བརྟེན་དེ་བརྒྱ་ཆའི་སྡུར་ཚད་ཀྱི་ཐོག་ནས་ཚོས་གཞིའི་སྡུར་ཚད་བཀོད་སྒྲིག་བྱས་ཆོག་པའོ།"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3154942\n"
-"42\n"
+"par_id3154481\n"
"help.text"
-msgid "C"
+msgid "<ahelp hid=\"cui/ui/colorpage/add\">Adds the new color to the <emph>Custom</emph> palette.</ahelp>"
msgstr ""
#: 01010500.xhp
-#, fuzzy
-msgctxt ""
-"01010500.xhp\n"
-"par_id3145800\n"
-"43\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/C\">Cyan</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/G\">ལྗང་ཁུ།</ahelp>"
-
-#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3155417\n"
-"44\n"
+"hd_id31547578\n"
"help.text"
-msgid "M"
+msgid "Delete"
msgstr ""
#: 01010500.xhp
-#, fuzzy
-msgctxt ""
-"01010500.xhp\n"
-"par_id3150093\n"
-"45\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/M\">Magenta</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/G\">ལྗང་ཁུ།</ahelp>"
-
-#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3147124\n"
-"46\n"
+"par_id3154483\n"
"help.text"
-msgid "Y"
+msgid "<ahelp hid=\"cui/ui/colorpage/delete\">Deletes the selected color without confirmation.</ahelp>"
msgstr ""
#: 01010500.xhp
-#, fuzzy
msgctxt ""
"01010500.xhp\n"
-"par_id3154098\n"
-"47\n"
+"par_id3154574\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/Y\">Yellow</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/R\">དམར་པོ།</ahelp>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3154015\n"
-"48\n"
-"help.text"
-msgid "K"
+msgid "You can only delete colors from the <emph>custom</emph> palette."
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3156180\n"
-"49\n"
+"hd_id31507671\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/K\">Black</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/K\">ནག་པོ།</ahelp>"
+msgid "New"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3156332\n"
-"27\n"
+"par_id3147426\n"
"help.text"
-msgid "Add"
-msgstr "གསབ་སྣོན།"
+msgid "<ahelp hid=\"cui/ui/colorpage/newpreview\">Displays a preview of the color selected from the color palette and the changes you make with the controls below.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3154481\n"
-"28\n"
+"hd_id3150103\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/add\">Adds a new color.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/add\">ཚོས་གཞི་གསར་པ་ཁ་སྣོན། </ahelp>"
+msgid "R"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3153708\n"
-"29\n"
+"par_id3152462\n"
"help.text"
-msgid "Modify"
-msgstr "བཟོ་བཅོས།"
+msgid "<ahelp hid=\"cui/ui/colorpage/R_custom\">The color code of the red component of the color. Possible values are between 0 and 255.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3148916\n"
-"30\n"
+"hd_id3145366\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/modify\">Changes the current color.</ahelp> Note that the color is overwritten without a confirmation."
-msgstr "<ahelp hid=\"cui/ui/colorpage/modify\">མིག་སྔའི་ཚོས་གཞི་བསྒྱུར་བ། </ahelp>དོ་སྣང་དགོས་རྒྱུར་ ཚོས་གཞི་མ་བཀབ་སྔོན་ངོས་འཛིན་མི་བྱེད།"
+msgid "G"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3154754\n"
-"31\n"
+"par_id3153144\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Edit\">Edit</link>"
-msgstr "<link href=\"text/shared/optionen/01010501.xhp\" name=\"རྩོམ་སྒྲིག\">རྩོམ་སྒྲིག</link>"
+msgid "<ahelp hid=\"cui/ui/colorpage/G_custom\">The color code of the green component of the color. Possible values are between 0 and 255.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3159267\n"
-"33\n"
+"hd_id3153573\n"
"help.text"
-msgid "Load Color List"
-msgstr "ཚཚ་གཞིའི་རེའུ་མིག་ནང་བླུགས་པ།"
+msgid "B"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3154705\n"
-"34\n"
+"par_id3153726\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/load\">Accesses the <emph>Open</emph> dialog, which allows you to select a color palette</ahelp>."
+msgid "<ahelp hid=\"cui/ui/colorpage/B_custom\">The color code of the blue component of the color. Possible values are between 0 and 255.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3147344\n"
-"36\n"
+"hd_id31535731\n"
"help.text"
-msgid "Save Color List"
-msgstr "ཚོས་གཞིའི་རེའུ་མིག་ཉར་ཚགས།"
+msgid "Hex"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3163808\n"
-"37\n"
+"par_id31537261\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/save\">Opens the <emph>Save As</emph> dialog, which enables you to save the current color table under a specified name.</ahelp> If you do not choose this command, the current color table will be automatically saved as default and re-loaded the next time you start $[officename]."
+msgid "<ahelp hid=\"cui/ui/colorpage/hex_custom\">The color code of the color expressed as a hexadecimal value.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3154572\n"
-"38\n"
+"hd_id3154754\n"
"help.text"
-msgid "The <emph>Load color list</emph> and <emph>Save color list </emph>icons are visible only if you select the <emph>Colors</emph> tab with the <emph>Format - Area</emph> command."
-msgstr "གཡས་མཐེབ་ཚལ་ཐོ་བརྒྱུད་<emph>[བཟོ་ལྟ་སྐོང་འཛུད།...] - \"ཚོས་གཞི།\"</emph>ཡི་གེ་འདེམས་གཞི་ཁྭ་བདམས་རྗེས་ ད་གཟོད་<emph>\"ཚོས་གཞིའི་རེའུ་འགོད་ནང་བླུགས་པ།\"</emph>དང་<emph>\"ཚོས་གཞིའི་རེའུ་མིག་ཉར་ཚགས།\"</emph>ཀྱི་རིས་རྟགས་མཐོང་ཐུབ།"
+msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Pick\">Pick</link><ahelp hid=\"cui/ui/colorpage/edit\"><embed href=\"text/shared/optionen/01010501.xhp#farbentext\"/></ahelp>"
+msgstr ""
#: 01010501.xhp
msgctxt ""
@@ -5345,8 +5218,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN1064B\n"
"help.text"
-msgid "<ahelp hid=\"703988739\">Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988739\">ཟིན་ཐོའི་བཟོ་བཅོས་དང་ པར་གཞི་ མཆན་འགྲེལ་བཅས་ཚུད་པའི་ཡིག་ཚགས་ཉར་ཚགས་སམ་བསྒྱུར་བའི་སྐབས་ཐ་ཚིག་གླེང་སྒྲོམ་ལ་ལྟ་ཞིབ་བྱ་རྒྱུ་འདེམས་པ།</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/savesenddocs\">Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5361,8 +5234,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10652\n"
"help.text"
-msgid "<ahelp hid=\"703988740\">Select to see a warning dialog when you try to print a document that contains recorded changes or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988740\">ཟིན་ཐོའི་བཟོ་བཅོས་སམ་མཆན་འགྲེལ་ཚུད་པའི་ཡིག་ཚགས་གཏག་པར་བྱ་རྩིས་སྐབས་ཐ་ཚིག་གླེང་སྒྲོམ་ལ་ལྟ་ཞིབ་བྱ་རྒྱུ་འདེམས་པ།</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whenprinting\">Select to see a warning dialog when you try to print a document that contains recorded changes or comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5377,8 +5250,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10659\n"
"help.text"
-msgid "<ahelp hid=\"703988741\">Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988741\">ཟིན་ཐོའི་བཟོ་བཅོས་དང་ པར་གཞི་ ཡིག་དུམ་ གཞན་ཐོན་ཁུངས་(དཔེར་ན་ ཐག་སྦྲེལ་ས་ཁོངས་སམ་ཐག་སྦྲེལ་པར་རིས་)འདྲེན་སྤྱོད་དམ་མཆན་འགྲེལ་ཚུད་པའི་ཡིག་ཚགས་ལ་མིང་རྟགས་འགོད་རྩིས་བྱ་སྐབས་ཐ་ཚིག་གླེང་སྒྲོམ་ལ་ལྟ་ཞིབ་བྱ་རྒྱུ་འདེམས་པ།</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whensigning\">Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5393,8 +5266,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10660\n"
"help.text"
-msgid "<ahelp hid=\"703988742\">Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments.</ahelp>"
-msgstr "<ahelp hid=\"703988742\">ཡིག་ཚགས་ཉིད་PDF རྣམ་གཞག་ཏུ་འདྲེན་བཏོན་བྱ་རྩིས་སྐབས་ཐ་ཚིག་གླེང་སྒྲོམ་ལ་ལྟ་ཞིབ་བྱ་རྒྱུ་འདེམས་པ་ རྣམ་གཞག་འདི་ནི་ཡི་གེ་ལས་སྣོན་ཡིག་ཚགས་ནང་ཟིན་ཐོའི་བཟོ་བཅོས་སམ་མཆན་འགྲེལ་མངོན་པའི་ནང་མངོན་པའོ།</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whenpdf\">Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5409,7 +5282,7 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10667\n"
"help.text"
-msgid "<ahelp hid=\"703988743\">Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/removepersonal\">Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>"
msgstr ""
#: 01030300.xhp
@@ -5425,8 +5298,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10680\n"
"help.text"
-msgid "<ahelp hid=\"703988744\">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp>"
-msgstr "<ahelp hid=\"703988744\">ཡིག་ཆ་ཉར་ཚགས་གླེང་སྒྲོམ་ནང་གི་<emph>\"གསང་ཨང་སྤྱད་ནས་སྡེར་ཉར་དགོས་རྒྱུའི།\"</emph>འདེམས་གཞི་ཁས་ལེན་བདམས་པར་གཏན་འཁེལ་ལ་བདམས་པ། འདེམས་གཞི་འདི་བདམས་རྒྱུ་བརྩིས་མེད་བཏང་ན་གསང་ཨང་མི་སྤྱོད་པར་ཡིག་ཆ་ཉར་ཆགས་བྱེད།</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/password\">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5441,7 +5314,23 @@ msgctxt ""
"01030300.xhp\n"
"par_id79042\n"
"help.text"
-msgid "<ahelp hid=\".\">If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/ctrlclick\">If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</ahelp>"
+msgstr ""
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id1972107\n"
+"help.text"
+msgid "Block any links from documents not among the trusted locations (see Macro Security)"
+msgstr ""
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id79043\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/blockuntrusted\">Blocks the use of links pointing to images not in the trusted locations defined on the <link href=\"text/shared/optionen/macrosecurity_ts.xhp\" name=\"Trusted Sources\">Trusted Sources</link> tab of the Macro Security dialog.</ahelp> This can increase security in case you work with documents from untrusted sources (e.g. the internet) and are worried about vulnerabilities in image processing software components. Blocking the use of links means that images are not loaded in documents, only a placeholder frame is visible."
msgstr ""
#: 01030300.xhp
diff --git a/source/bo/helpcontent2/source/text/smath.po b/source/bo/helpcontent2/source/text/smath.po
index 353a1047dfe..f255e237ed2 100644
--- a/source/bo/helpcontent2/source/text/smath.po
+++ b/source/bo/helpcontent2/source/text/smath.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-08-25 12:34+0200\n"
-"PO-Revision-Date: 2013-05-24 07:59+0000\n"
-"Last-Translator: system user <>\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2015-08-25 12:16+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1369382393.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1440504978.000000\n"
#: main0000.xhp
msgctxt ""
@@ -248,10 +248,9 @@ msgstr "<link href=\"text/smath/main0103.xhp\" name=\"མཐོང་རིས
msgctxt ""
"main0103.xhp\n"
"par_id3147338\n"
-"2\n"
"help.text"
-msgid "Sets the display scale and defines which elements you want to be visible. Most of the commands that you can enter into the <emph>Commands</emph> window can also be accessed through a mouse click if you have already opened the Elements window with <link href=\"text/smath/01/03090000.xhp\" name=\"View - Elements\"><emph>View - Elements</emph></link>."
-msgstr "དེར་ཁྱེད་ཀྱིས་ མཐོང་རིས་བསྡུར་ཚད་བཀོད་སྒྲིག་ཆོག་པ་མ་ཟད་ དེ་མིན་གཞི་རྒྱུ་གང་དག་མཐོང་ཐུབ་དགོས་པ་སྟེ། <emph>\"བཀའ་ཚིག་\"</emph>སྒེའུ་ཁུང་ནང་ནང་འཇུག་བྱས་་པའི་བཀའ་ཚིག་མང་ཆེ་བ་ཙིག་རྟགས་རྐྱང་རྡེབ་བརྒྱུད་ཐོབ་ཆོག་པར་ནུས་ནས་ ཁྱེད་ཀྱིས་སྔོན་ནས་ཚལ་ཐོ་<link href=\"text/smath/01/03090000.xhp\" name=\"མཐོང་རིས་ - འདེམས་པ་\">མཐོང་རིས་ - འདེམས་པ་</link>འདེམས་ནས་སྒེའུ་ཁུང་འདི་ཁ་ཕྱེ་དགོས།"
+msgid "Sets the display scale and defines which elements you want to be visible. Most of the commands that you can enter into the <emph>Commands</emph> window can also be accessed through a mouse click if you have already opened the Elements pane with <link href=\"text/smath/01/03090000.xhp\" name=\"View - Elements\"><emph>View - Elements</emph></link>."
+msgstr ""
#: main0103.xhp
msgctxt ""
@@ -618,7 +617,6 @@ msgstr "གཡས་མཐེབ་ཚལ་ཐོ་ནང་གི་སྤྱ
msgctxt ""
"main0503.xhp\n"
"par_id3148774\n"
-"8\n"
"help.text"
-msgid "To make working with formulas easier, use the context menus, which can be called up with a right mouse click. This applies especially to the Commands window. This context menu contains all the commands that are found in the Elements window, and also operators, and so on, which can be inserted into your formula by mouse-click without having to key them into the Commands window."
-msgstr "གལ་ཏེ་ཆེས་སྟབས་དེའི་སྤྱི་འགྲོས་བེད་སྤྱད་ན་ ཙིག་རྟགས་གཡས་མཐེབ་རྐྱང་རྡེབ་རྒྱུད་ནས་གཡས་མཐེབ་ཚལ་ཐོའི་ཁོལ་སྤྱོད་བྱས་ཆོག བཀོལ་སྤྱོད་དེ་\"བཀའ་ཚིག་\"སྒེའུ་ཁུངནང་ལ་དེ་བབ་འཁོར་སྤྱོད་བྱེད་ཐུབ་ གཡས་མཐེབ་ཚལ་ཐོ་ནང་འདེམསཔའི་སྒེའུ་ཁུང་ནང་བཀའ་ཚིག་ཡོད་ཚད་གཏོག་པ་ཕུད་ ད་དུང་རྩིས་རྒྱག་རྟགས་སོག་སཀྱང་ཚུད་ཡོད། བཀའ་ཚིག་གམ་ནང་དེ་དག་ཙིག་རྟགས་རྐྱང་རྡེབ་བྱས་པ་བརྒྱུད་སྤྱི་འགྲོས་ནང་བསྒར་འཛུད་བྱེད་པ་ཁོ་ནར་\"བཀའ་ཚིག་\"སྒེའུ་ཁུང་ནང་ནང་བཅུག་བྱེད།"
+msgid "To make working with formulas easier, use the context menus, which can be called up with a right mouse click. This applies especially to the Commands window. This context menu contains all the commands that are found in the Elements pane, and also operators, and so on, which can be inserted into your formula by mouse-click without having to key them into the Commands window."
+msgstr ""
diff --git a/source/bo/helpcontent2/source/text/smath/00.po b/source/bo/helpcontent2/source/text/smath/00.po
index 33a299caec9..d18e64ccd36 100644
--- a/source/bo/helpcontent2/source/text/smath/00.po
+++ b/source/bo/helpcontent2/source/text/smath/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2015-12-11 12:18+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2015-11-10 21:16+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bo\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1449836300.000000\n"
+"X-POOTLE-MTIME: 1447190198.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -313,31 +313,13 @@ msgstr "\"བཀའ་ཚིག་\"སྒེའུ་ཁུང་ནང་ག
msgctxt ""
"00000004.xhp\n"
"par_id3154106\n"
-"71\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "<emph>[མཐོང་རིས་] - [སྤྱི་བཏང་]</emph>འདེམས་པ་ མ་པང་མཐོང་རིས་མ་རྒྱབ།"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3153535\n"
-"help.text"
-msgid "<image id=\"img_id3151310\" src=\"res/helpimg/starmath/im21101.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151310\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Unary/Binary Operators</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3153774\n"
-"72\n"
-"help.text"
-msgid "Unary/Binary Operators"
-msgstr "སྒོར་གཅིག་/སྒོར་གཉིས་རྩིས་རྒྱག་རྟགས་"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3150360\n"
"73\n"
"help.text"
@@ -348,31 +330,13 @@ msgstr "\"བཀའ་ཚིག་\"སྒེའུ་ཁུང་ནང་ག
msgctxt ""
"00000004.xhp\n"
"par_id3154473\n"
-"74\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "<emph>[མཐོང་རིས་] - [སྤྱི་བཏང་]</emph>འདེམས་པ་ མ་པང་མཐོང་རིས་མ་རྒྱབ།"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3147531\n"
-"help.text"
-msgid "<image id=\"img_id3151103\" src=\"res/helpimg/starmath/bi21309.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151103\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Relations</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3150833\n"
-"75\n"
-"help.text"
-msgid "Relations"
-msgstr "འབྲེལ་བ་"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149687\n"
"37\n"
"help.text"
@@ -383,31 +347,13 @@ msgstr "\"བཀའ་ཚིག་\"སྒེའུ་ཁུང་ནང་ག
msgctxt ""
"00000004.xhp\n"
"par_id3149342\n"
-"76\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "<emph>[མཐོང་རིས་] - [སྤྱི་བཏང་]</emph>འདེམས་པ་ མ་པང་མཐོང་རིས་མ་རྒྱབ།"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3146921\n"
-"help.text"
-msgid "<image id=\"img_id3146927\" src=\"res/helpimg/starmath/im21105.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146927\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Operators</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3148990\n"
-"39\n"
-"help.text"
-msgid "Operators"
-msgstr "རྩིས་རྒྱག་རྟགས་"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149297\n"
"40\n"
"help.text"
@@ -418,31 +364,13 @@ msgstr "\"བཀའ་ཚིག་\"སྒེའུ་ཁུང་ནང་ག
msgctxt ""
"00000004.xhp\n"
"par_id3143275\n"
-"77\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "<emph>[མཐོང་རིས་] - [སྤྱི་བཏང་]</emph>འདེམས་པ་ མ་པང་མཐོང་རིས་མ་རྒྱབ།"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3149103\n"
"help.text"
-msgid "<image id=\"img_id3154825\" src=\"res/helpimg/starmath/im21104.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3154825\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Functions</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3149796\n"
-"42\n"
-"help.text"
-msgid "Functions"
-msgstr "རྟེན་གྲངས་"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3147092\n"
"43\n"
"help.text"
@@ -453,31 +381,13 @@ msgstr "\"བཀའ་ཚིག་\"སྒེའུ་ཁུང་ནང་ག
msgctxt ""
"00000004.xhp\n"
"par_id3147220\n"
-"78\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "<emph>[མཐོང་རིས་] - [སྤྱི་བཏང་]</emph>འདེམས་པ་ མ་པང་མཐོང་རིས་མ་རྒྱབ།"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3147584\n"
"help.text"
-msgid "<image id=\"img_id3148733\" src=\"res/helpimg/starmath/im21107.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148733\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Brackets</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3147330\n"
-"45\n"
-"help.text"
-msgid "Brackets"
-msgstr "གུག་རྟགས་"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3153510\n"
"46\n"
"help.text"
@@ -488,31 +398,13 @@ msgstr "\"བཀའ་ཚིག་\"སྒེའུ་ཁུང་ནང་ག
msgctxt ""
"00000004.xhp\n"
"par_id3147126\n"
-"79\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "<emph>[མཐོང་རིས་] - [སྤྱི་བཏང་]</emph>འདེམས་པ་ མ་པང་མཐོང་རིས་མ་རྒྱབ།"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3154376\n"
"help.text"
-msgid "<image id=\"img_id3154390\" src=\"res/helpimg/starmath/at21706.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154390\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Attributes</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3153361\n"
-"48\n"
-"help.text"
-msgid "Attributes"
-msgstr "དམིགས་གསལ་"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3154114\n"
"49\n"
"help.text"
@@ -523,31 +415,13 @@ msgstr "\"བཀའ་ཚིག་\"སྒེའུ་ཁུང་ནང་ག
msgctxt ""
"00000004.xhp\n"
"par_id3150581\n"
-"80\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "<emph>[མཐོང་རིས་] - [སྤྱི་བཏང་]</emph>འདེམས་པ་ མ་པང་མཐོང་རིས་མ་རྒྱབ།"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3151029\n"
-"help.text"
-msgid "<image id=\"img_id3151036\" src=\"res/helpimg/starmath/im21108.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151036\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Formats</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3155119\n"
-"51\n"
-"help.text"
-msgid "Formats"
-msgstr "རྣམ་གཞག་"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149008\n"
"52\n"
"help.text"
@@ -558,31 +432,13 @@ msgstr "\"བཀའ་ཚིག་\"སྒེའུ་ཁུང་ནང་ག
msgctxt ""
"00000004.xhp\n"
"par_id3147313\n"
-"81\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "<emph>[མཐོང་རིས་] - [སྤྱི་བཏང་]</emph>འདེམས་པ་ མ་པང་མཐོང་རིས་མ་རྒྱབ།"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3151377\n"
-"help.text"
-msgid "<image id=\"img_id3151384\" src=\"res/helpimg/starmath/op21401.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151384\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Set Operations</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3150686\n"
-"54\n"
-"help.text"
-msgid "Set Operations"
-msgstr "བཀོལ་སྤྱོད་བཀོད་སྒྲིག་"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3150109\n"
"55\n"
"help.text"
@@ -722,29 +578,12 @@ msgctxt ""
"par_id3153968\n"
"91\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "<emph>[མཐོང་རིས་] - [སྤྱི་བཏང་]</emph>འདེམས་པ་ མ་པང་མཐོང་རིས་མ་རྒྱབ།"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3154715\n"
-"help.text"
-msgid "<image id=\"img_id3154722\" src=\"res/helpimg/starmath/im21117.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154722\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Others</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3150459\n"
-"92\n"
-"help.text"
-msgid "Others"
-msgstr "གཞན་"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3145626\n"
"help.text"
msgid "<image id=\"img_id3145632\" src=\"cmd/sc_formelcursor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145632\">Icon</alt></image>"
diff --git a/source/bo/helpcontent2/source/text/smath/01.po b/source/bo/helpcontent2/source/text/smath/01.po
index eba7cffd2e7..9340c7240e5 100644
--- a/source/bo/helpcontent2/source/text/smath/01.po
+++ b/source/bo/helpcontent2/source/text/smath/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
"PO-Revision-Date: 2016-05-06 19:27+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -442,19 +442,17 @@ msgstr "<link href=\"text/smath/01/03090100.xhp\" name=\"རྒྱུ་གཅ
msgctxt ""
"03090100.xhp\n"
"par_id3151241\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">You can choose various unary and binary operators to build your $[officename] Math formula. Unary refers to operators that affect one placeholder. Binary refers to operators that connect two placeholders. The lower area of the Elements window displays the individual operators.</ahelp> The <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window also contains a list of these operators, as well as additional operators. If you need an operator that is not contained in the Elements window, use the context menu or type it directly in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">སྤྱོད་པོས་རྒྱུ་གཅིག་དང་རྒྱུ་གཉིས་རྩིས་རྒྱག་རྟགས་སྣོ་ཚོགས་འདེམས་པ་རྒྱུད་$[officename] སྤྱི་འགྲོས་གསར་འཛུགས་བྱས་ཐུབ། གཞི་རྒྱུད་གནས་ཟིན་རྟགས་ཅིག་ལ་ཞུགས་རྐྱེན་བྱེད་པའི་རྩིས་རྒྱག་རྟགས་ཡིན། རྒྱུ་གཉིས་ནི་གནས་ཟིན་རྟགས་སྦྲེལ་བའི་རྩིས་རྒྱག་རྟགས་ལ་སྤྱོད། \"འདེམས་པའི་\"སྒེའུ་ཁུང་འོག་ཆོག་ས་ཁོངས་སུ་རྩིས་རྒྱག་རྟགས་མངོན། </ahelp><emph>བཀའ་ཚིག་་</emph>སྒེའུ་ཁུང་གི་<link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"གཡས་མཐེབ་ཚལ་ཐོ་\">གཡས་མཐེབ་ཚལ་ཐོ་</link>ལ་འང་རྩིས་རྒྱག་རྟགས་དེ་དག་གི་རེའུ་འགོད་དང་དེ་བཞིན་རྩིས་རྒྱག་རྟགས་གཞར་དག་སྤྱད་ཚུད་ཡོད། གལ་ཏེ་ཁྱེད་ཀྱི་\"འདེམས་པ་\"སྒེའུ་ཁུང་ནང་ཚུད་མེད་པའི་རྩིས་རྒྱག་རྟགས་སྤྱོད་དགོས་ན་གཡས་མཐེབ་ཚལ་ཐོ་སྤྱོད་རོགས་ ཡང་ན་ཐད་ཀར་དུ་<emph>བཀའ་ཚིག་</emph>སྒེའུ་ཁུང་ནང་རྩིས་རྒྱག་རྟགས་མཐེབ་འཇུག་བྱེད།"
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">You can choose various unary and binary operators to build your $[officename] Math formula. Unary refers to operators that affect one placeholder. Binary refers to operators that connect two placeholders. The lower area of the Elements pane displays the individual operators.</ahelp> The <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window also contains a list of these operators, as well as additional operators. If you need an operator that is not contained in the Elements pane, use the context menu or type it directly in the <emph>Commands</emph> window."
+msgstr ""
#: 03090100.xhp
msgctxt ""
"03090100.xhp\n"
"par_id3146963\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of the unary and binary operators. The symbol next to the operator indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the Commands window."
-msgstr "གཤམ་དུ་ཁྱེད་ལ་སྤྱོད་པར་མཁོ་འདོན་བྱེད་པའི་རྩིས་རྒྱག་རྟགས་ཀྱི་རེའུ་འགོད་ཆ་རྫོགས་པ་ཞིག་ཐོབ་ཐུབ་ དེའི་ནང་རིས་རྟགས་བརྒྱུད་ནས་ལག་བསྟར་བྱས་པའི་རྩིས་རྒྱག་རྟགས་ཀྱི་གཞི་ནས་སྒེའུ་ཁུང་དང་(<emph>མཐོང་རིས་ - འདེམས་པ་</emph>)དང་གཡས་མཐེབ་ཚལ་ཐོ་(\"བཀའ་ཚིག་\"སྒེའུ་ཁུང་)བརྒྱུད་ནསབསྒར་འཛུད་བྱེད།"
+msgid "The following is a complete list of the unary and binary operators. The symbol next to the operator indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the Commands window."
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -470,8 +468,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10085\n"
"help.text"
-msgid "<image id=\"img_id3156399\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">Icon</alt></image>"
-msgstr "<image id=\"img_id3151098\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"img_id3156399\" src=\"res/helpimg/starmath/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -496,8 +494,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN100C1\n"
"help.text"
-msgid "<image id=\"img_id3148776\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148776\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"img_id3148776\" src=\"res/helpimg/starmath/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -522,8 +520,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN100FD\n"
"help.text"
-msgid "<image id=\"img_id3150757\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150757\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"img_id3150757\" src=\"res/helpimg/starmath/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -548,8 +546,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10139\n"
"help.text"
-msgid "<image id=\"img_id3145410\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145410\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"img_id3145410\" src=\"res/helpimg/starmath/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -574,8 +572,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10175\n"
"help.text"
-msgid "<image id=\"img_id3151098\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">Icon</alt></image>"
-msgstr "<image id=\"img_id3151098\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"img_id3151098\" src=\"res/helpimg/starmath/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -600,8 +598,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN101B0\n"
"help.text"
-msgid "<image id=\"img_id3155898\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155898\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"img_id3155898\" src=\"res/helpimg/starmath/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -626,8 +624,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN101E9\n"
"help.text"
-msgid "<image id=\"img_id3149308\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149308\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"img_id3149308\" src=\"res/helpimg/starmath/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -652,8 +650,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10226\n"
"help.text"
-msgid "<image id=\"img_id3148982\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148982\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"img_id3148982\" src=\"res/helpimg/starmath/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -678,8 +676,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN1025F\n"
"help.text"
-msgid "<image id=\"img_id3155140\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155140\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"img_id3155140\" src=\"res/helpimg/starmath/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -704,8 +702,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10298\n"
"help.text"
-msgid "<image id=\"img_id3149168\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149168\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"img_id3149168\" src=\"res/helpimg/starmath/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -730,8 +728,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN102D1\n"
"help.text"
-msgid "<image id=\"img_id3148765\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148765\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"img_id3148765\" src=\"res/helpimg/starmath/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -756,8 +754,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN1030A\n"
"help.text"
-msgid "<image id=\"img_id3147418\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147418\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"img_id3147418\" src=\"res/helpimg/starmath/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -782,8 +780,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10343\n"
"help.text"
-msgid "<image id=\"img_id3149566\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149566\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"img_id3149566\" src=\"res/helpimg/starmath/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -808,8 +806,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10383\n"
"help.text"
-msgid "<image id=\"img_id3147116\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147116\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"img_id3147116\" src=\"res/helpimg/starmath/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -834,8 +832,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN103C3\n"
"help.text"
-msgid "<image id=\"img_id3148440\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148440\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"img_id3148440\" src=\"res/helpimg/starmath/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -860,8 +858,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10403\n"
"help.text"
-msgid "<image id=\"img_id3150173\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150173\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"img_id3150173\" src=\"res/helpimg/starmath/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -1014,8 +1012,8 @@ msgctxt ""
"par_id3153152\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">You can choose among various relations to structure your <emph>$[officename] Math</emph> formula. The relation functions are displayed in the lower part of the Elements window.</ahelp> The list is also in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All relations that are not contained in the Elements window or in the context menu can be typed manually in the Commands window."
-msgstr "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">ཁྱེད་ཀྱི་འབྲེལ་བ་སྣ་ཚོགས་ནང་འདེམས་པ་བྱས་ཏེ་ <emph>$[officename] སྤྱི་འགྲོས་</emph> སྤྱི་འགྲོས་བཟོ་བ། འབྲེལ་བའི་རྟེན་གྲངས་དེ་\"འདེམས་པའི་\"སྒེའུ་ཁུང་གི་གཤམ་ཕྱོགས་ས་ཁོངས་སུ་མངོན། </ahelp>རེའུ་འགོད་དེ་ད་དུང་<emph>བཀའ་ཚིག་་</emph>སྒེའུ་ཁུང་གི་<link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"གཡས་མཐེབ་ཚལ་ཐོ་\">གཡས་མཐེབ་ཚལ་ཐོ་</link>ནང་བསྒྲིགས་པ་བྱེད། \"འདེམས་པའི་\"སྒེའུ་ཁུང་ངམ་གཡས་མཐེབ་ཚལ་ཐོ་ནང་དུ་མ་ཚུད་པའི་འབྲེལ་བ་ སྤྱིར་ན་\"བཀའ་ཚིག་་\"སྒེའུ་ཁུང་ནང་ལས་སྒུལ་གྱི་ནང་བཅུག་བྱེད།"
+msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">You can choose among various relations to structure your <emph>$[officename] Math</emph> formula. The relation functions are displayed in the lower part of the Elements pane.</ahelp> The list is also in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All relations that are not contained in the Elements pane or in the context menu can be typed manually in the Commands window."
+msgstr ""
#: 03090200.xhp
msgctxt ""
@@ -1023,8 +1021,8 @@ msgctxt ""
"par_id3147258\n"
"3\n"
"help.text"
-msgid "The following is a complete list of the relations. The symbol next to the name of the relation indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "གཤམ་ལ་ཁྱེད་ལ་ཆ་རྫོགས་ཀྱི་འབྲེལ་བའི་རེའུ་འགོད་ཅིག་ཐོག་སྲིད་ དེའི་ནང་རིས་རྟགས་བརྒྱུད་ནས་ལག་བསྟར་བྱས་པའི་འབྲེལ་བ་དེ་དག་\"འདེམས་པའི་\"སྒེའུ་ཁུང་(<emph>མཐོང་རིས་ - འདེམས་གཞི་</emph>)དང་གཡས་མཐེབ་ཚལ་ཐོ་(<emph>བཀའ་ཚིག་་</emph>སྒེའུ་ཁུང་)བརྒྱུད་ནས་བསྒར་འཛུད་བྱས་ཆོག"
+msgid "The following is a complete list of the relations. The symbol next to the name of the relation indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090200.xhp
msgctxt ""
@@ -1872,19 +1870,17 @@ msgstr "<link href=\"text/smath/01/03090300.xhp\" name=\"རྩིས་རྒ
msgctxt ""
"03090300.xhp\n"
"par_id3149755\n"
-"35\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\">You can choose among various operators to structure your <emph>$[officename] Math</emph> formula. All available operators appear in the lower part of the Elements window.</ahelp> They are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All operators not contained in the Elements window or in the context menu must be typed manually in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\">ཁྱེད་ཀྱིས་རྩིས་རྒྱག་རྟགས་ཡོད་ཚད་ནང་གདམ་བྱས་ཏེ་<emph>$[officename] སྤྱི་འགྲོས་</emph>འཛུགས་ཐུབ་སྤྱོད་རུང་གི། རྩིས་རྒྱག་རྟགས་ཡོད་ཚད་\"འདེམས་པའི་\"སྒེའུ་ཁུང་གི་གཤམ་ཕྱོགས་ས་ཁོངས་སུ་མངོན། </ahelp>དེ་དག་ཡང་ན་<emph>བཀའ་ཚིག་</emph>སྒེའུ་ཁུང་གི་<link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"གཡས་མཐེབ་ཚལ་ཐོ་\">གཡས་མཐེབ་ཚལ་ཐོ་</link>ནང་བསྒྲིགས་ཆོག འདེམས་པའི་\"འདེམས་པ་\"སྒེའུ་ཁུང་ནང་མ་ཚུད་པའམ་གཡས་མཐེབ་ཚལ་ཐོ་ནང་མ་ཚུད་པའི་རྩིས་རྒྱག་རྟགས་ ཡོད་ཚད་སྤྱིར་ན་ངེས་པར་དུ་<emph>བཀའ་ཚིག་</emph>སྒེའུ་ཁུང་ནང་ལས་སྒུལ་གྱི་ནང་བཅུག་བྱེད།"
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\">You can choose among various operators to structure your <emph>$[officename] Math</emph> formula. All available operators appear in the lower part of the Elements pane.</ahelp> They are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All operators not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window."
+msgstr ""
#: 03090300.xhp
msgctxt ""
"03090300.xhp\n"
"par_id3153576\n"
-"36\n"
"help.text"
-msgid "The following is a list of the available operators. An icon next to the operator name indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "གཤམ་དུ་ཁྱེད་ལ་སྤྱོད་པར་མཁོ་འདོན་བྱེད་པའི་རྩིས་རྒྱག་རྟགས་ཀྱི་ཆ་རྫོགས་རེའུ་འགོད་ཅིག་ཐོབ། དེའི་ནང་རིས་རྟགས་བརྒྱུད་ནས་ལག་བསྟར་རྩིས་རྒྱག་རྟགས་དེ་དག་ཁོ་ན་གཞིག་ནས་\"འདེམས་པ་\"སྒེའུ་ཁུང་(<emph>མཐོང་རིས་ - འདེམས་པ་</emph>)དང་གཡས་མཐེབ་ཚལ་ཐོ་(<emph>བཀའ་ཚིག་</emph>སྒེའུ་ཁུང་)རྒྱུད་ནས་བསྒར་འཛུད་བྱེད།"
+msgid "The following is a list of the available operators. An icon next to the operator name indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090300.xhp
msgctxt ""
@@ -2317,10 +2313,9 @@ msgstr "<link href=\"text/smath/01/03090400.xhp\" name=\"རྟེན་གྲ
msgctxt ""
"03090400.xhp\n"
"par_id3155374\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">Choose a function in the lower part of the window.</ahelp> These functions are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements window need to be typed manually in the Commands window."
-msgstr "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">སྒེའུ་ཁུང་གི་གཤམ་ཕྱོགས་ས་ཁོས་སུ་རྟེན་གྲངས་ཤིག་འདེམས་རོགས། </ahelp>རྟེན་གྲངས་དེ་དག་ཡང་<emph>བཀའ་ཚིག་</emph>སྒེའུ་ཁུང་གྱི་<link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"གཡས་མཐེབ་ཚལ་ཐོ་\">གཡས་མཐེབ་ཚལ་ཐོ་</link>ནང་བསྒྲིགས་ཡོད། \"འདེམས་པ་\"སྒེའུ་ཁུང་ནང་མ་འདུས་པའི་རྟེན་གྲངས་\"བཀའ་ཚིག་\"སྒེའུ་ཁུང་ནང་ལས་སྒུལ་གྱི་ནང་བཅུག་བྱེད།"
+msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">Choose a function in the lower part of the window.</ahelp> These functions are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements pane need to be typed manually in the Commands window."
+msgstr ""
#: 03090400.xhp
msgctxt ""
@@ -2328,8 +2323,8 @@ msgctxt ""
"par_id3150760\n"
"3\n"
"help.text"
-msgid "The following is a list of all functions that appear in the <emph>Elements</emph> window. The icon next to the function indicates that it can be accessed through the Elements window (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
-msgstr "གཤམ་གྱི་རེའུ་འགོད་ནང་བསྒྲིགས་པ་ནི་<emph>འདེམས་པ་</emph>སྒེའུ་ཁུང་ནང་ཐོན་པའི་རྟེན་གྲངས་ཡོད་ཚད་འདེམས་པ་དང། རྟེན་གྲངས་འགྲམ་གྱི་རིས་རྟགས་ཀྱིས་རྟེན་གྲངས་དེས་\"འདེམས་པ་\"སྒེའུ་ཁུང་(\"མཐོང་རིས་\" - \"འདེམས་\"ཚལ་ཐོ་)འདེམས་པ་རྒྱུད་འཚམས་འདྲི་བྱེད་<emph>བཀའ་ཚིག་</emph>སྒེའུ་ཁུང་གི་གཡས་མཐེབ་ཚལ་ཐོ་བརྒྱུད་ནས་འཚམས་འདྲི་བྱེད།"
+msgid "The following is a list of all functions that appear in the <emph>Elements</emph> pane. The icon next to the function indicates that it can be accessed through the Elements pane (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090400.xhp
msgctxt ""
@@ -3037,19 +3032,17 @@ msgstr "<link href=\"text/smath/01/03090500.xhp\" name=\"གུག་རྟག
msgctxt ""
"03090500.xhp\n"
"par_id3147258\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">You can choose among various bracket types to structure a <emph>$[officename] Math</emph> formula. Bracket types are displayed in the lower part of the Elements window.</ahelp> These brackets are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All brackets that are not contained in the Elements window or in the context menu can be typed manually in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">ཁྱེད་ཀྱིསགུག་རྟགས་རིགས་་ཡོད་ཚད་ནང་གདམ་བྱས་ཏེ་ <emph>སྤྱི་འགྲོས་</emph>འཛུགས་ཐུབ་སྤྱོད་རུང་གི། གུག་རྟགས་རིགས་\"འདེམས་པའི་\"སྒེའུ་ཁུང་གི་གཤམ་ཕྱོགས་ས་ཁོངས་སུ་མངོན། </ahelp>གུག་རྟགས་རིགས་ཡོད་ཆད་སྤྱིར་ན་<emph>བཀའ་ཚིག་</emph>སྒེའུ་ཁུང་གི་<link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"གཡས་མཐེབ་ཚལ་ཐོ་\">གཡས་མཐེབ་ཚལ་ཐོ་</link>ནང་བསྒྲིགས་པ་བྱེད། \"འདེམས་པའི་\"སྒེའུ་ཁུང་ངམ་གཡས་མཐེབ་ཚལ་ཐོ་ནང་གུག་རྟགས་དུ་མ་ཚུད་པའི་འབྲེལ་བ་ སྤྱིར་ན་\"བཀའ་ཚིག་་\"སྒེའུ་ཁུང་ནང་ལས་སྒུལ་གྱི་ནང་བཅུག་བྱེད་"
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">You can choose among various bracket types to structure a <emph>$[officename] Math</emph> formula. Bracket types are displayed in the lower part of the Elements pane.</ahelp> These brackets are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All brackets that are not contained in the Elements pane or in the context menu can be typed manually in the <emph>Commands</emph> window."
+msgstr ""
#: 03090500.xhp
msgctxt ""
"03090500.xhp\n"
"par_id3154264\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of all available bracket types. The icon next to the bracket type indicates that it can be accessed through the Elements window (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
-msgstr "དེ་རྗེས་ཁྱེད་ལ་ཆ་རྫོགས་ཀྱི་གུག་རྟགས་རེའུ་འགོད་གཅིག་ཐོབ་ཐུབ་ དེ་ནང་རིས་རྟགས་གཅིག་ལྡན་པའི་གུག་རྟགས་དེ་དག་འདེམས་པའི་སྒེའུ་ཁུང་(\"མཐོང་རིས་\"ཚལ་ཐོ་ - འདེམས་པ་)དང་<emph>བཀའ་ཚིག་</emph>སྒེའུ་ཁུང་གྱི་གཡས་མཐེབ་ཚལ་ཐོབསྒར་འཛུད།"
+msgid "The following is a complete list of all available bracket types. The icon next to the bracket type indicates that it can be accessed through the Elements pane (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090500.xhp
msgctxt ""
@@ -3719,19 +3712,17 @@ msgstr "<variable id=\"func_win\"><link href=\"text/smath/01/03090000.xhp\" name
msgctxt ""
"03090600.xhp\n"
"par_id3145802\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\">You can choose from various attributes for <emph>%PRODUCTNAME</emph> <emph>Math</emph> formulas. Some attributes are displayed in the lower part of the Elements window.</ahelp> These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements window or in the context menu must be typed manually in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\"><emph>%PRODUCTNAME སྤྱི་འགྲོས་</emph>ཀྱི་མི་འདྲ་བའི་གཏོགས་གཤིབ་ནང་ནས་འདེམས་ཆོག། གཏོགས་གཤིབ་འགའ་རེ་ནི་\"འདེམས་པའི་\"སྒེའུ་ཁུང་གི་གཤམ་ཕྱོགས་ཀྱི་ཆ་ཤས་ཕྱེད་ཀར་མངོན་པ། </ahelp> གཏོགས་གཤིབ་དེ་དག་ད་དུང་<emph>བཀའ་ཚིག་</emph>སྒེའུ་ཁུང་ནང་གི་<link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"གཡས་མཐེབ་ཚལ་ཐོ་\">གཡས་མཐེབ་ཚལ་ཐོ་</link>ནང་བསྒྲིགས་ཡོད། \"འདེམས་པའི་\"སྒེའུ་ཁུང་ནང་ཡང་ན་གཡས་མཐེབ་ཚལ་ཐོ་ནང་མེད་པའི་གཏོགས་གཤིབ་ཡོད་ཚད་ངོས་པར་དུ་<emph>བཀའ་ཚིག་</emph>སྒེའུ་ཁུང་ནང་ལག་སྒུལ་གྱིས་མཐེབ་འཇུག་བྱ་དགོས།"
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\">You can choose from various attributes for <emph>%PRODUCTNAME</emph> <emph>Math</emph> formulas. Some attributes are displayed in the lower part of the Elements pane.</ahelp> These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window."
+msgstr ""
#: 03090600.xhp
msgctxt ""
"03090600.xhp\n"
"par_id3155962\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of all attributes available in <item type=\"productname\">%PRODUCTNAME</item> Math. The symbol next to the attribute indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "གཤམ་དུ་ཁྱེད་ལ་<emph>$[officename] སྤྱི་འགྲོས་</emph>ནང་སྤྱོད་པའོ་ཆ་ཚོགས་ཀྱི་གཏོགས་གཤིབ་རེའུ་འགོད་གཅིག་སྤྱོད་ཆོག་ དེའི་ནང་རིས་རྟགས་བརྒྱུད་ནས་ལག་བསྟར་བྱ་དགོས་པའི་གཏོགས་གཤིབ་ཁོ་ནའི་གཞི་ནས་\"འདེམས་པའི་\"སྒེའུ་ཁུང་ནང་(<emph>མཐོང་རིས་ - འདེམས་པ་</emph>)དང་<emph>བཀའ་ཚེག་</emph>སྒེའུ་ཁུང་གི་གཡས་མཐེབ་ཚལ་ཐོ་བརྒྱུད་ནས་བསྒར་འཛུད་བྱ་ཐུབ།"
+msgid "The following is a complete list of all attributes available in <item type=\"productname\">%PRODUCTNAME</item> Math. The symbol next to the attribute indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090600.xhp
msgctxt ""
@@ -4443,8 +4434,8 @@ msgctxt ""
"par_id3147262\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower half of the Formula Elements window.</ahelp> These options are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">རྣམ་གཞག་ཅན་$[officename] སྤྱི་འགྲོས་སྐབས་ སྤྱོད་པོས་འདེམས་གཞི་སྣ་ཚོགས་ནང་ནས་དགོས་ངེས་འདེམས་གཞི་འདེམས་པ་དང། རྣམ་གཞག་འདེམས་གཞི་དེ་\"འདེམས་པའི་\"སྒེའུ་ཁུང་ག་གི་ཕྲེང་གཤམ་གྱི་ཁོངས་སུ་མངོན། </ahelp>འདེམས་གཞི་དེ་དག་ཡང་ན་<emph>བཀའ་ཚིག་</emph>སྒེའུ་ཁུང་གི་<link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"གཡས་མཐེབ་ཚལ་ཐོ་\">གཡས་མཐེབ་ཚལ་ཐོ་</link>ལེགས་བསྒྲིགས་བྱེད།"
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower half of the Formula Elements pane.</ahelp> These options are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window."
+msgstr ""
#: 03090700.xhp
msgctxt ""
@@ -4452,8 +4443,8 @@ msgctxt ""
"par_id3154263\n"
"3\n"
"help.text"
-msgid "The following is a complete list of all available formatting options in $[officename] Math. The icon next to the formatting option indicates that it can be accessed through the Elements window (menu <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "གཤམ་དུ་ཁྱེད་ལ་<emph>$[officename] སྤྱི་འགྲོས་</emph>ནང་སྤྱད་པའི་ཆ་རྫོགས་ཀྱི་རྣམ་གཞག་རེའུ་འགོད་ཅིག་ཐོབ་ཐུབ་ དེའི་ནང་རིས་རྟགས་བརྒྱུད་ནས་ལག་བསྟར་བྱས་པའི་རྣམ་གཞག་བརྒྱུད་ནས་གཞིག་ནས་འདེམས་པའི་སྒེའུ་ཁུང་(ཚལ་ཐོ་ <emph>མཐོང་རིས་ - འདེམས་པ་</emph>)དང་གཡས་མཐེབ་ཚལ་ཐོ་(<emph>བཀའ་ཚིག་</emph>སྒེའུ་ཁུང་)བརྒྱུད་བསྒར་འཛུད་བྱེད།"
+msgid "The following is a complete list of all available formatting options in $[officename] Math. The icon next to the formatting option indicates that it can be accessed through the Elements pane (menu <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090700.xhp
msgctxt ""
@@ -5027,8 +5018,8 @@ msgctxt ""
"par_id3154641\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\">Assign different set operators to the characters in your <emph>$[officename] Math</emph> formula. The individual operators are shown in the lower section of the Elements window</ahelp>. Call the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> in the <emph>Commands</emph> window to see an identical list of the individual functions. Any operators not found in the Elements window have to be entered directly in the Commands window. You can also directly insert other parts of the formula even if symbols already exist for them."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\"><emph>$[officename] སྤྱི་འགྲོས་</emph>ནང་གི་ཡིག་རྟགས་ལ་དེ་ཚོགས་སྤྱི་རྩིས་རྒྱག་རྟགས་བསྒར་འཛུད་བྱེད། རྩིས་རྒྱག་རྟགས་འགའ་རེ་ནི་\"འདེམས་པའི་\"སྒེའུ་ཁུང་གི་གཤམ་ཕྱོགས་ས་ཁོངས་སུ་མངོན།</ahelp><emph>བཀའ་ཚིག་</emph>སྒེའུ་ཁུང་ནང་<link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"གཡས་མཐེབ་ཚལ་ཐོ་\">གཡས་མཐེབ་ཚལ་ཐོ་</link>བཀོལ་སྤྱོད་བྱས་ཏེ་རྟེན་གྲངས་ཀྱི་ཁག་གི་རེའུ་འགོད་མཚུངས་པ་ལ་ལྟ་ཞིབ་བྱ་ཐུབ། \"འདེམས་པའི་\"སྒེའུ་ཁུང་ནང་ཪྙེད་མེད་འི་རྩིས་རྒྱག་རྟགས་ ནི་ངེས་པར་དུ་\"བཀའ་ཚིག་་\"སྒེའུ་ཁུང་ནང་ཐད་ཀར་ནང་བཅུག་བྱེད། ཁྱེད་ཀྱིས་ཡང་ན་གཞན་དག་འགའ་ཤས་སྤྱི་འགྲོས་ཐད་ཀར་དུ་བསྒར་འཛུད་བྱས་ཆོག་ མཚོན་རྟགས་ཆ་ཤས་དེ་དག་གནས་ཡོད་ན་འང་དེ་ལྟ་ཡིན།"
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\">Assign different set operators to the characters in your <emph>$[officename] Math</emph> formula. The individual operators are shown in the lower section of the Elements pane</ahelp>. Call the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> in the <emph>Commands</emph> window to see an identical list of the individual functions. Any operators not found in the Elements pane have to be entered directly in the Commands window. You can also directly insert other parts of the formula even if symbols already exist for them."
+msgstr ""
#: 03090800.xhp
msgctxt ""
@@ -5036,8 +5027,8 @@ msgctxt ""
"par_id3149290\n"
"3\n"
"help.text"
-msgid "After clicking the <emph>Set Operations</emph> icon in the Elements window additional icons will be shown in the lower part of this window. Simply click a symbol to incorporate the operator in the formula being edited in the Commands window."
-msgstr "<emph>ཚོགས་སྤྱི་རྩིས་རྒྱག་</emph>རིས་རྟགས་གནོན་མཐེབ་བྱས་རྗེས་ འདེམས་པའི་མཐའ་སྒྲོམ་གྱི་སོག་ཕྱོགས་སུ་ཚོགས་སྤྱི་རྩིས་རྒྱག་ཀྱི་རིས་རྟགས་མངོན་པ་བྱེད། ཙིག་རྟགས་ལ་གནོན་མཐེབ་བྱས་པ་ཙམ་གྱི་ ཁྱེད་ཀྱི་དེ་དག་བཀའ་ཚིག་མཐོང་སྒྲོམ་ནང་རྩོམ་སྒྲིག་བྱ་བཞིན་པའི་སྤྱི་འགྲོས་ནང་་བསྒར་འཛུད་ཐུབ།"
+msgid "After clicking the <emph>Set Operations</emph> icon in the Elements pane additional icons will be shown in the lower part of this window. Simply click a symbol to incorporate the operator in the formula being edited in the Commands window."
+msgstr ""
#: 03090800.xhp
msgctxt ""
@@ -6123,8 +6114,8 @@ msgctxt ""
"par_id3151392\n"
"5\n"
"help.text"
-msgid "Set brackets were previously inserted in the Elements window or directly in the Commands window as \"left lbrace <?> right rbrace\". Now, a left and a right set bracket can also be inserted using \"lbrace\" and \"rbrace\", with or without wildcards."
-msgstr "གུག་རྟགས་ཆ་གཅིག་ནི་དེ་སྔོན་\"འདེམས་པའི་\"སྒེའུ་ཁུང་ནང་བསྒར་འཛུད་བྱས་པ་འམ་ཡང་ན་ཐད་ཀར་དུ་\"བཀའ་ཚིག་་\"སྒེའུ་ཁུང་ནང་ \"left lbrace <?> right rbrace\" ནང་བཅུག་གྱི་བསྒར་འཛུད་བྱས་པ་ཡིན། ད་ཆ་ད་དུང་ \"lbrace\" དང་ \"rbrace\"(ཀུན་འཕྲོད་རྟགས་ལྡན་པ་འམ་མི་ལྡན་པ་)སྤྱད་ནས་ཁ་སོ་སོར་གཡོན་མ་གུག་རྟགས་དང་གཡས་པ་གུག་རྟགས་བསྒར་འཛུད་བྱེད།"
+msgid "Set brackets were previously inserted in the Elements pane or directly in the Commands window as \"left lbrace <?> right rbrace\". Now, a left and a right set bracket can also be inserted using \"lbrace\" and \"rbrace\", with or without wildcards."
+msgstr ""
#: 03091100.xhp
msgctxt ""
@@ -6973,10 +6964,9 @@ msgstr ""
msgctxt ""
"03091501.xhp\n"
"par_id3151388\n"
-"472\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "རེའུ་མིག་གཞི་རྒྱུའི་སྣེ་སྟོན།"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -6992,8 +6982,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3156276\n"
"help.text"
-msgid "<image id=\"Graphic10\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155140\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"Graphic10\" src=\"res/helpimg/starmath/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7009,8 +6999,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3163824\n"
"help.text"
-msgid "<image id=\"Graphic21\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148776\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"Graphic21\" src=\"res/helpimg/starmath/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7026,8 +7016,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147514\n"
"help.text"
-msgid "<image id=\"Graphic4\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145410\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"Graphic4\" src=\"res/helpimg/starmath/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7043,8 +7033,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3154821\n"
"help.text"
-msgid "<image id=\"Graphic13\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147418\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"Graphic13\" src=\"res/helpimg/starmath/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7060,8 +7050,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3155179\n"
"help.text"
-msgid "<image id=\"Graphic7\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148776\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"Graphic7\" src=\"res/helpimg/starmath/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7077,8 +7067,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3150832\n"
"help.text"
-msgid "<image id=\"Graphic6\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148776\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"Graphic6\" src=\"res/helpimg/starmath/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
#, fuzzy
@@ -7095,8 +7085,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3145590\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148982\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/helpimg/starmath/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7112,8 +7102,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3150764\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150757\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/helpimg/starmath/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7137,8 +7127,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3146336\n"
"help.text"
-msgid "<image id=\"Graphic14\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147116\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"Graphic14\" src=\"res/helpimg/starmath/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7204,8 +7194,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147212\n"
"help.text"
-msgid "<image id=\"Graphic8\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155898\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"Graphic8\" src=\"res/helpimg/starmath/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7221,8 +7211,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3151130\n"
"help.text"
-msgid "<image id=\"Graphic16\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148765\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"Graphic16\" src=\"res/helpimg/starmath/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7238,8 +7228,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147470\n"
"help.text"
-msgid "<image id=\"Graphic12\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148765\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"Graphic12\" src=\"res/helpimg/starmath/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7255,8 +7245,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3151319\n"
"help.text"
-msgid "<image id=\"Graphic5\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149566\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"Graphic5\" src=\"res/helpimg/starmath/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7348,8 +7338,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147065\n"
"help.text"
-msgid "<image id=\"Graphic15\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3151098\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"Graphic15\" src=\"res/helpimg/starmath/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7382,8 +7372,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3148873\n"
"help.text"
-msgid "<image id=\"Graphic11\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149168\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"Graphic11\" src=\"res/helpimg/starmath/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7399,8 +7389,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147073\n"
"help.text"
-msgid "<image id=\"Graphic9\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149308\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">རིས་རྟགས་</alt></image>"
+msgid "<image id=\"Graphic9\" src=\"res/helpimg/starmath/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7481,10 +7471,9 @@ msgstr ""
msgctxt ""
"03091502.xhp\n"
"par_id3154032\n"
-"475\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "རེའུ་མིག་གཞི་རྒྱུའི་སྣེ་སྟོན།"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091502.xhp
msgctxt ""
@@ -8125,10 +8114,9 @@ msgstr ""
msgctxt ""
"03091503.xhp\n"
"par_id3145724\n"
-"478\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "རེའུ་མིག་གཞི་རྒྱུའི་སྣེ་སྟོན།"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091503.xhp
msgctxt ""
@@ -8565,10 +8553,9 @@ msgstr ""
msgctxt ""
"03091504.xhp\n"
"par_id3156681\n"
-"481\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "རེའུ་མིག་གཞི་རྒྱུའི་སྣེ་སྟོན།"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091504.xhp
msgctxt ""
@@ -9058,10 +9045,9 @@ msgstr ""
msgctxt ""
"03091505.xhp\n"
"par_id3143994\n"
-"484\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "རེའུ་མིག་གཞི་རྒྱུའི་སྣེ་སྟོན།"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091505.xhp
msgctxt ""
@@ -9356,10 +9342,9 @@ msgstr ""
msgctxt ""
"03091506.xhp\n"
"par_id3167610\n"
-"487\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "རེའུ་མིག་གཞི་རྒྱུའི་སྣེ་སྟོན།"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091506.xhp
msgctxt ""
@@ -9798,10 +9783,9 @@ msgstr ""
msgctxt ""
"03091507.xhp\n"
"par_id3162086\n"
-"490\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "རེའུ་མིག་གཞི་རྒྱུའི་སྣེ་སྟོན།"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091507.xhp
msgctxt ""
@@ -10214,8 +10198,8 @@ msgctxt ""
"03091508.xhp\n"
"par_id3180684\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "རེའུ་མིག་གཞི་རྒྱུའི་སྣེ་སྟོན།"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091508.xhp
msgctxt ""
@@ -10670,10 +10654,9 @@ msgstr ""
msgctxt ""
"03091509.xhp\n"
"par_id3184320\n"
-"496\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "རེའུ་མིག་གཞི་རྒྱུའི་སྣེ་སྟོན།"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091509.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/smath/04.po b/source/bo/helpcontent2/source/text/smath/04.po
index 888b6807eab..11f6ef317b8 100644
--- a/source/bo/helpcontent2/source/text/smath/04.po
+++ b/source/bo/helpcontent2/source/text/smath/04.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2012-11-29 07:09+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2013-05-24 08:00+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bo\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1354172976.0\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1369382404.000000\n"
#: 01020000.xhp
msgctxt ""
@@ -171,10 +171,9 @@ msgstr "གསར་བཟོ་"
msgctxt ""
"01020000.xhp\n"
"hd_id3153732\n"
-"21\n"
"help.text"
-msgid "Navigation in the Elements Window"
-msgstr "གཞི་གྲངས་ཁུངས་ཀྱི་མིག་བཤེར་ཆས་ནང་མིག་བཤེར་བྱེད།"
+msgid "Navigation in the Elements pane"
+msgstr ""
#: 01020000.xhp
msgctxt ""
diff --git a/source/bo/helpcontent2/source/text/smath/guide.po b/source/bo/helpcontent2/source/text/smath/guide.po
index bc7c86a2a26..5e4b0e5d046 100644
--- a/source/bo/helpcontent2/source/text/smath/guide.po
+++ b/source/bo/helpcontent2/source/text/smath/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2012-11-29 07:09+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-05-02 10:20+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bo\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1354172983.0\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1462184424.000000\n"
#: align.xhp
msgctxt ""
@@ -422,27 +422,24 @@ msgstr "\"བཀའ་ཚིག་\"སྒེའུ་ཁུང་ནང་འ
msgctxt ""
"keyboard.xhp\n"
"par_id3150537\n"
-"13\n"
"help.text"
-msgid "You can compose formulas using the Elements window. Open it with the menu <emph>View - Elements</emph> if it is not already open."
-msgstr "ཁྱེད་ཀྱིས་\"འདེམས་\"སྒེའུ་ཁུང་རྩོམ་འབྲི་སྤྱི་འགྲོས་བེད་སྤྱོད། གལ་སྲིད་སྒེའུ་ཁུང་འདི་ཁ་ཕྱེས་མེད་ ཚལ་ཐོ་<emph>མཐོང་རིས་ - འདེམས་</emph>བེད་སྤྱད་དེ་ཁ་ཕྱེས།"
+msgid "You can compose formulas using the Elements pane. Open it with the menu <emph>View - Elements</emph> if it is not already open."
+msgstr ""
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"par_id3155625\n"
-"10\n"
"help.text"
-msgid "If the Elements window is open, use F6 to switch from the Commands window to the Elements window and back."
-msgstr "གལ་སྲིད་\"འདེམས་\"སྒེའུ་ཁུང་ཁ་ཕྱེས་ན་ F6 སྤྱད་དེ་\"བཀའ་ཚིག་\"སྒེའུ་ཁུང་\"འདེམས་\"སྒེའུ་ཁུང་བརྗེ་འསྒྱུར་བྱེད་ དེ་རྗེས་ཕྱིར་ལོག་"
+msgid "If the Elements pane is open, use F6 to switch from the Commands window to the Elements pane and back."
+msgstr ""
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"hd_id3154554\n"
-"11\n"
"help.text"
-msgid "Elements window"
+msgid "Elements pane"
msgstr ""
#: limits.xhp
@@ -498,7 +495,7 @@ msgctxt ""
"limits.xhp\n"
"par_id1276589\n"
"help.text"
-msgid "You see the Math input window and the Elements window. If you don't see the Elements window, you can enable it in the View menu."
+msgid "You see the Math input window and the Elements pane on the left."
msgstr ""
#: limits.xhp
@@ -506,16 +503,16 @@ msgctxt ""
"limits.xhp\n"
"par_id3283791\n"
"help.text"
-msgid "In the upper part of the Elements window, click the <emph>Operators</emph> icon."
-msgstr "གཞི་གྲངས་མཛོད་སྒེའུ་ཁུང་གི་གཡོན་དྲ་མིག་ནང་ <emph>སྙན་ཐོ་</emph>རིས་རྟགས་རྐྱང་རྡེབ་བྱེད།"
+msgid "From the list on the upper part of the Elements pane, select the <emph>Operators</emph> item."
+msgstr ""
#: limits.xhp
msgctxt ""
"limits.xhp\n"
"par_id9734794\n"
"help.text"
-msgid "In the lower part of the Elements window, click the <emph>Sum</emph> icon."
-msgstr "གཞི་གྲངས་མཛོད་སྒེའུ་ཁུང་ནང་གི་གཡོན་གྱི་ཁྲ་མིག་ནང་ <emph>རེའུ་བྱང་</emph>རིས་རྟགས་རྐྱང་རྡེབ་བྱེད།"
+msgid "In the lower part of the Elements pane, click the <emph>Sum</emph> icon."
+msgstr ""
#: limits.xhp
msgctxt ""
@@ -586,7 +583,7 @@ msgctxt ""
"limits.xhp\n"
"par_id9406414\n"
"help.text"
-msgid "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements window, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window."
+msgid "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements pane, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window."
msgstr ""
#: limits.xhp
@@ -618,7 +615,7 @@ msgctxt ""
"limits.xhp\n"
"par_id4651020\n"
"help.text"
-msgid "A small gap exists between f(x) and dx, which you can also enter using the Elements window: click the <emph>Format</emph> icon, then the <emph>Small Gap</emph> icon."
+msgid "A small gap exists between f(x) and dx, which you can also enter using the Elements pane: select the <emph>Formats</emph> item from the list on the top, then the <emph>Small Gap</emph> icon."
msgstr ""
#: limits.xhp
diff --git a/source/bo/helpcontent2/source/text/swriter/01.po b/source/bo/helpcontent2/source/text/swriter/01.po
index 848863437d9..2a71e9e1abd 100644
--- a/source/bo/helpcontent2/source/text/swriter/01.po
+++ b/source/bo/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-05-24 03:40+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-07-05 17:09+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bo\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1464061250.000000\n"
+"X-POOTLE-MTIME: 1467738569.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -15187,37 +15187,33 @@ msgstr "ཨང་འགོད།"
msgctxt ""
"05030800.xhp\n"
"hd_id3151173\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/01/05030800.xhp\" name=\"Numbering\">Outline & Numbering</link>"
-msgstr "<link href=\"text/swriter/01/05030800.xhp\" name=\"ཨང་འགོད་\">ཨང་འགོད་</link>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3154100\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"HID_NUMPARA\">Adds or removes outline level, numbering, or bullets from the paragraph. You can also select the style of numbering to use, and reset the numbering in a numbered list.</ahelp>"
-msgstr "<ahelp hid=\"HID_NUMPARA\">དུམ་མཚམས་ནང་སྣོན་པའམ་ཨང་འགོད་སུབ་པ་ཡང་ན་རྣམ་གྲངས་མཚོན་རྟགས། བེད་སྤྱོད་དགོས་པའི་ཨང་འགོད་རྣམ་གྲངས་ཟང་བདམས་ན་འགྲིགས་ ད་དུང་ཨང་འགོད་རེའུ་འགོད་ཚར་བའི་ཨང་འགོད་བསྐྱར་སྒྲིག་བྱ་དགོས་</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/NumParaPage\">Adds or removes outline level, numbering, or bullets from the paragraph. You can also select the style of numbering to use, and reset the numbering in a numbered list.</ahelp>"
+msgstr ""
#: 05030800.xhp
-#, fuzzy
msgctxt ""
"05030800.xhp\n"
"par_id3153536\n"
"help.text"
-msgid "To change the numbering options for paragraphs that use the same paragraph style, choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles </emph>icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the<emph> Outline & Numbering</emph> tab."
-msgstr "དུམ་མཚམས་གཅིག་པའི་རྣམ་པའི་དུམ་མཚམས་ཀྱི་ཡང་འགོད་ས་གཞིའི་བེད་སྤྱོད་བཟོ་བཅོས་སྐབས་རྣམ་གཞག་གཞན་པ་<emph>[རྣམ་གཞག་] - [རྣམ་གཞག་རྣམ ་པ་]</emph> རྣམ་གཞག་རྣམ ་པ་<emph>\"དུམ་མཚམས་རྣམ་པ</emph>རིས་རྟགས།རེའུ་འགོདའགོད་ནང་གི་རྣམ་པའི་ཐོན་ཙི་རྟགས་གཡས་མཐེབ་རྐྱང་རྡེབ་ཀྱིས་ བཟོ་བཅོས་<emph>[བདམས་རྗེས་...]</emph> ཨང་<emph>\"编号\"</emph>选项卡"
+msgid "To change the numbering options for paragraphs that use the same paragraph style, choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles</emph> icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the <emph>Outline & Numbering</emph> tab."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3154470\n"
-"26\n"
"help.text"
-msgid "To change the numbering options for selected paragraphs, choose <emph>Format -</emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link>, and then click the<emph> Outline & Numbering</emph> tab."
-msgstr "གཏན་འཁེལ་དུམ་མཚམས་ཀྱི་ཨང་འགོད་འདེམས་གཞི་བཟོ་བཅོས་བྱེད་ན་<emph>[རྣམ་གཞག་] -</emph> <link href=\"text/shared/01/05030000.xhp\" name=\"དུམ་མཚམས་་\"><emph>[དུམ་མཚམས་...]</emph></link> དེ་རྗེས་རེའུ་མིགའདེམས་་<emph>བྱ་ཁ་</emph>རྐྱང་རྡེབ་གནས་རྒྱུ།"
+msgid "To change the numbering options for selected paragraphs, choose <emph>Format - </emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link>, and then click the <emph>Outline & Numbering</emph> tab."
+msgstr ""
#: 05030800.xhp
msgctxt ""
@@ -15232,170 +15228,168 @@ msgctxt ""
"05030800.xhp\n"
"par_id1209200804371097\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Body text</emph> to reset the outline level."
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_OUTLINE_LEVEL\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Body text</emph> to reset the outline level."
msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3143283\n"
-"5\n"
"help.text"
msgid "Numbering"
-msgstr "ཨང་འགོད།"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3154188\n"
-"3\n"
"help.text"
msgid "Numbering Style"
-msgstr "ཨང་འགོད་རྣམ་པ།"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3155178\n"
-"4\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_NUMPARA:LB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link> window if you click the <emph>Numbering Style</emph> icon."
-msgstr "<ahelp hid=\"SW:LISTBOX:TP_NUMPARA:LB_NUMBER_STYLE\">བེད་སྤྱོད་པའི་དུམ་མཚམས་ནང་གི་<link href=\"text/swriter/01/05130004.xhp\" name=\"ཨང་འགོད་རྣམ་པ་\">ཨང་འགོད་རྣམ་པ་</link> </ahelp>གལ་ཏེ་<emph>ཨང་འགོད་རྣམཔའི་</emph>རིས་རྟགས་རྐྱང་རྡེབ་བྱས་ན་ <link href=\"text/swriter/01/05140000.xhp\" name=\"བཟོ་ལྟའི་རིགས་\">\"བཟོ་ལྟའི་རིགས་\"</link>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link> window if you click the <emph>Numbering Style</emph> icon."
+msgstr ""
+
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3154189\n"
+"help.text"
+msgid "Edit Style"
+msgstr ""
+
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3155179\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/editnumstyle\">Edit the properties of the selected numbering style.</ahelp> These properties will apply to all paragraphs formatted with the given numbering style."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3149106\n"
-"7\n"
"help.text"
msgid "This section only appears when you edit the properties of the current paragraph by choosing <emph>Format - Paragraph</emph>."
-msgstr "<emph>[རྣམ་གཞག་] - [དུམ་མཚམས་...]</emph>བརྒྱུད་ནས་མིག་སྔའི་དུམ་མཚམས་ཀྱི་གཏོགས་གཞིས་རྩོམ་སྒྲིག་བྱས་ནས་གཞི་ནས་ཁོངས་འདི་མངོན་ཐུབ།"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3151250\n"
-"8\n"
"help.text"
msgid "Restart at this paragraph"
-msgstr "དུམ་མཚམས་འདི་ནས་ས་ནས་ཡང་བསྐྱར་འགོ་བཙུགས།"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3154831\n"
-"9\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_NEW_START\">Restarts the numbering at the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_NEW_START\">མིང་སྔའི་དུམ་མཚམས་ནང་ཡང་བསྐྱར་འགོ་བཙུགས་ཏེ་ཨང་འགོད་བྱ་</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_NEW_START\">Restarts the numbering at the current paragraph.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147096\n"
-"24\n"
"help.text"
msgid "Start with"
-msgstr "ནས་འགོ་བཙུགས།"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3148979\n"
-"25\n"
"help.text"
-msgid "<ahelp hid=\"SW_TRISTATEBOX_TP_NUMPARA_CB_NUMBER_NEW_START\">Select this check box, and then enter the number that you want to assign to the paragraph.</ahelp>"
-msgstr "<ahelp hid=\"SW_TRISTATEBOX_TP_NUMPARA_CB_NUMBER_NEW_START\">བསྐྱར་འདེམསའདེམས་སྒྲོམ་འདི་བདམས་ རྗེས་ལ་གཏན་འཁེལ་བའི་ཨང་འགོད་ནང་འཇུག་བྱ་དགོས་</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_NUMBER_NEW_START\">Select this check box, and then enter the number that you want to assign to the paragraph.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147226\n"
-"10\n"
"help.text"
msgid "\"Start with\" spin button"
-msgstr "ནས་འགོ་བཙུགས་ཏེ་ལེགས་སྒྲིག་གནོན་པ།"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3153632\n"
-"11\n"
"help.text"
-msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_NEW_START\">Enter the number that you want to assign to the paragraph.</ahelp> The following paragraphs are numbered consecutively from the number that you enter here."
-msgstr "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_NEW_START\">ནང་འཇུག་ནི་དུམ་མཚམས་ཀྱི་གཏན་འཁེལ་བའི་ཨང་འགོད་ལ་ཡིན།</ahelp>དེ་རྗེས་ཀྱི་དུམ་མཚམས་ཨང་དེ་ནས་འགོ་བཙུགས་ཏེ་སྟུད་མར་ཨང་འགོད་བྱ།"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/spinNF_NEW_START\">Enter the number that you want to assign to the paragraph.</ahelp> The following paragraphs are numbered consecutively from the number that you enter here."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147581\n"
-"15\n"
"help.text"
msgid "Line numbering"
-msgstr "ཕྲེང་ཨང་འགོད།"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3152771\n"
-"16\n"
"help.text"
msgid "Specify the <link href=\"text/swriter/01/06180000.xhp\" name=\"Line numbering\">Line numbering</link> options. To add line numbers to your document, choose <emph>Tools - Line Numbering</emph>."
-msgstr "<link href=\"text/swriter/01/06180000.xhp\" name=\"ཕྲེང་ཨང་འགོད་\">ཕྲེང་ཨང་འགོད་</link>འདེམས་གཞི་གཏན་འཁེལ་ཡིན་ཚགས་ནང་ཕྲེང་གི་ཨང་འགོད་སྣོན་དགོས་ན་ <emph>[ ཡོ་བྱད་ ] - [ཕྲེང་གི་ཨང་འགོད་འདེམས་དགོས...]</emph>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3153345\n"
-"17\n"
"help.text"
msgid "Include this paragraph in line numbering"
-msgstr "དུམ་མཚམས་འདིའི་ཕྲེང་ཚུད་པ།"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3156267\n"
-"18\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_COUNT_PARA\">Includes the current paragraph in the line numbering.</ahelp>"
-msgstr "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_COUNT_PARA\">ཨང་འགོད་ནང་མིག་སྔའི་དུམ་མཚམས་ཚུད་ཡོད་ </ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_COUNT_PARA\">Includes the current paragraph in the line numbering.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3151026\n"
-"19\n"
"help.text"
msgid "Restart at this paragraph"
-msgstr "དུམ་མཚམས་འདི་ནས་ས་ནས་ཡང་བསྐྱར་འགོ་བཙུགས།"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3149168\n"
-"20\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_RESTART_PARACOUNT\">Restarts the line numbering at the current paragraph, or at the number that you enter.</ahelp>"
-msgstr "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_RESTART_PARACOUNT\">མིག་སྔའི་དུམ་མཚམས་སོ་ནས་འཇུག་བྱས་ཨང་འགོང་རས་འགོ་བཙུགས་ཏེ་ཡང་བསྐྱར་ཕྲེང་གི་ཨང་བཀོད་སྒྲིག་དགོས་</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_RESTART_PARACOUNT\">Restarts the line numbering at the current paragraph, or at the number that you enter.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3145775\n"
-"21\n"
"help.text"
msgid "Start with"
-msgstr "ནས་འགོ་བཙུགས།"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3149355\n"
-"22\n"
"help.text"
-msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_RESTART_PARA\">Enter the number at which to restart the line numbering</ahelp>"
-msgstr "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_RESTART_PARA\">ཡང་བསྐྱར་འགོ་བཙུགས་ཕྲེང་གི་ཨང་བཀོད་ཀྱི་འགོ་བཙུགས་ཨང་འགོད་ནང་འཇུག་བྱ་དགོས་</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/spinNF_RESTART_PARA\">Enter the number at which to restart the line numbering</ahelp>"
+msgstr ""
#: 05040000.xhp
msgctxt ""
@@ -15845,199 +15839,209 @@ msgstr "ཞབས་མཆན།"
msgctxt ""
"05040600.xhp\n"
"hd_id3154767\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\">Footnote</link>"
-msgstr "<link href=\"text/swriter/01/05040600.xhp\" name=\"ཞབས་མཆན་དང་མཇུག་མཆན\">ཞབས་མཆན་དང་མཇུག་མཆན</link>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3149351\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"HID_FOOTNOTE_PAGE\">Specifies the layout options for footnotes, including the line that separates the footnote from the main body of document.</ahelp>"
-msgstr "<ahelp hid=\"HID_FOOTNOTE_PAGE\">ཞབས་མཆན་དང་མཇུག་མཆན་གྱི་པར་རིས་འདེམས་གཞི་གཏན་འཁེལ་དགོས་དེའུདེའུ་ནང་བར་ཆོད་ཞབས་མཆན་ནམ་མཇུག་མཆན་དང་དངོས་ཡིག་གི་ཐིག་ཚུད་ཡོད།</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/FootnoteAreaPage\">Specifies the layout options for footnotes, including the line that separates the footnote from the main body of document.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154646\n"
-"3\n"
"help.text"
msgid "Footnote area"
-msgstr "ཞབས་མཆན་དང་མཇུག་མཆན་གྱི་ཁོངས།"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3151168\n"
-"4\n"
"help.text"
msgid "Set the height of the footnote area."
-msgstr "ཞབས་མཆན་དང་མཇུག་མཆན་ཁོངས་ཀྱིས་མཐོ་ཚད་བཀོད་སྒྲིག་དགོས།"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3145412\n"
-"5\n"
"help.text"
msgid "Not larger than page area"
-msgstr "མཐར་ཤོས་དེ་ཤོག་ལྷེ་ལས་མཐོ་རྒྱུ་མེད།"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3147514\n"
-"6\n"
"help.text"
-msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE\">Automatically adjusts the height of the footnote area depending on the number of footnotes.</ahelp>"
-msgstr "<ahelp hid=\"SW:RADIOBUTTON:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE\">ཞབས་མཆན་དང་མཇུག་མཆན་གྱི་འབོར་ཚད་ལ་གཞིགས་ཏེ་རང་་འགུལ་གྱིས་ཞབས་མཆན་དང་མཇུག་མཆན་ཁོངས་ཀྱིསམཐོ་ཚད་ལེགས་སྒྲིག་བྱེད།</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheightpage\">Automatically adjusts the height of the footnote area depending on the number of footnotes.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154099\n"
-"7\n"
"help.text"
-msgid "Maximum Footnote Height"
-msgstr "ཞབས་མཆན་དང་མཇུག་མཆན་གྱི་མཐོ་ཚད་མཐོ་ཤོས།"
+msgid "Maximum footnote height"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3149807\n"
-"8\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets a maximum height for the footnote area. Enable this option, then enter the height.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheight\">Sets a maximum height for the footnote area. Enable this option, then enter the height.</ahelp>"
msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3154568\n"
-"10\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT\">Enter the maximum height for the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT\">ཞབས་མཆན་ཁོངས་ཀྱིས་མཐོ་ཚད་ཆེ་ཤོས་ནང་འཇུག་བྱ་དགོས།</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheightsb\">Enter the maximum height for the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3151318\n"
-"11\n"
"help.text"
-msgid "Distance from text"
-msgstr "ནས་ཡི་གེའི་བར་ཐག"
+msgid "Space to text"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3153665\n"
-"12\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_DIST\">Enter the amount of space to leave between the bottom page margin and the first line of text in the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_DIST\">ཤོག་ངོས་གཤམ་མཐའ་དང་ཞབས་མཆན་ནམ་མཇུག་མཆན་ཁོངས་ནང་ཡི་གེ་ཕྲེང་དང་པོའི་དབར་གྱི་བར་རྒྱང་ནང་འཇུག་བྱ་དགོས།</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/spacetotext\">Enter the amount of space to leave between the bottom page margin and the first line of text in the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3155897\n"
-"13\n"
"help.text"
msgid "Separator Line"
-msgstr "བར་ཚད་ཐིག"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3149689\n"
-"14\n"
"help.text"
-msgid "Specifies the position and length of the separator line."
-msgstr "བར་ཆོད་ཐིག་གི་གནས་དང་རིང་ཚད་གཏན་འཁེངསལ་དགོས།"
+msgid "Specifies the position and other properties of the separator line."
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154194\n"
-"15\n"
"help.text"
msgid "Position"
-msgstr "གནས་ས།"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3155184\n"
-"16\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINEPOS\">Select the horizontal alignment for the line that separates the main text from the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINEPOS\">དངོས་ཡིག་དང་ཞབས་མཆན་ནམ་མཇུག་མཆན་ཁོངས་དབར་གྱི་བར་ཆོད་ཆུ་སྙོམ་གཞིའི་རྣམ་པ་བདམས་དགོས།</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/position\">Select the horizontal alignment for the line that separates the main text from the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"hd_id3143284\n"
-"17\n"
+"hd_id3151253\n"
"help.text"
-msgid "Length"
-msgstr "རིང་ཚད།"
+msgid "Style"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"par_id3154827\n"
-"18\n"
+"par_id3149105\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEWIDTH\">Enter the length of the separator line as a percentage of the page width area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEWIDTH\">བར་ཆོད་ཐིག་གི་རིང་ཚད་ནང་འཇུག་སྐབས་ཤོས་ཀྱིས་ཞེང་ཚད་ཁོངས་ཀྱིས་བརྒྱ་ཆའི་བསྡུར་བ་ཡིན་མཚམས་པ་བྱེད་དགོས།</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/style\">Select the formatting style for the separator line. If you do not want a separator line, choose \"None\".</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"hd_id3151253\n"
-"19\n"
+"hd_id3151254\n"
"help.text"
-msgid "Weight"
-msgstr "ཐོན་སྦོམ་ཕྲ།"
+msgid "Thickness"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"par_id3149105\n"
-"20\n"
+"par_id3149106\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINETYPE\">Select the formatting style for the separator line. If you do not want a separator line, choose \"0.0 pt\".</ahelp>"
-msgstr "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINETYPE\">བར\"0.00 pt\" </ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/thickness\">Select the thickness of the separator line.</ahelp>"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"hd_id3151255\n"
+"help.text"
+msgid "Color"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"par_id3149107\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/color\">Select the color of the separator line.</ahelp>"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"hd_id3143284\n"
+"help.text"
+msgid "Length"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"par_id3154827\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/length\">Enter the length of the separator line as a percentage of the page width area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3149828\n"
-"21\n"
"help.text"
-msgid "Spacing"
-msgstr "བར་རྒྱང་།"
+msgid "Spacing to footnote contents"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3148970\n"
-"22\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEDIST\">Enter the amount of space to leave between the separator line and the first line of the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEDIST\">བར་ཆོད་ཐིག་དང་ཞབས་མཆན་ནམ་མཇུག་མཆན་ཁོངས་ཀྱིས་ཕྲེང་དང་པོའི་དབར་གྱི་བར་རྒྱང་ནང་འཇུག་དགོས།</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/spacingtocontents\">Enter the amount of space to leave between the separator line and the first line of the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3155145\n"
-"24\n"
"help.text"
msgid "To specify the spacing between two footnotes, choose <item type=\"menuitem\">Format - Paragraph</item>, and then click the <emph>Indents & Spacing</emph> tab."
-msgstr "ཞབས་མཆན་གཉིས་སམ་མཇུག་མཆན་དབར་གྱི་བར་རྒྱང་གཏན་འཁེལ་བྱ་སྐབས་ རྣམ་བཞག་དུམ་མཚམས་<emph>[རྣམ་བཞག་] - [དུམ་མཚམས་...]</emph>ཚལ་ཐོ་བདམས་རྗེས་<emph>\"ནང\"</emph>འདེམས་གཞིའི་ཁྭ་རྐྱང་རྡེབ་བྱེད།"
+msgstr ""
#: 05040700.xhp
msgctxt ""
diff --git a/source/bo/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bo/officecfg/registry/data/org/openoffice/Office/UI.po
index 4c63a4d20e7..847e4c7b94e 100644
--- a/source/bo/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bo/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-04 18:02+0000\n"
+"POT-Creation-Date: 2016-12-27 21:51+0100\n"
+"PO-Revision-Date: 2016-12-01 12:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bo\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467655322.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480593892.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -25094,6 +25094,105 @@ msgctxt ""
msgid "Standard"
msgstr "རྒྱུན་སྤྱོད།"
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
diff --git a/source/bo/sc/source/ui/src.po b/source/bo/sc/source/ui/src.po
index ad2710c1c75..b51c0ae1dae 100644
--- a/source/bo/sc/source/ui/src.po
+++ b/source/bo/sc/source/ui/src.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 18:08+0000\n"
+"POT-Creation-Date: 2016-12-10 23:38+0100\n"
+"PO-Revision-Date: 2016-12-01 12:15+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bo\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467655739.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480594512.000000\n"
#: filter.src
#, fuzzy
@@ -9841,8 +9841,8 @@ msgctxt ""
"RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SUM_IF\n"
"1\n"
"string.text"
-msgid "Totals the arguments that meet the conditions."
-msgstr "གཏན་འཁེལ་བའི་ཆ་རྐྱེན་ལ་གཞིགས་པས་གཞི་རྒྱུ་ཆ་ཤས་ཀྱི་བསྡོམས་ཐོབ་འཚོལ་བ།"
+msgid "Totals the arguments that meet the condition."
+msgstr ""
#: scfuncs.src
msgctxt ""
diff --git a/source/bo/svx/uiconfig/ui.po b/source/bo/svx/uiconfig/ui.po
index 5e5be75578a..29898c09477 100644
--- a/source/bo/svx/uiconfig/ui.po
+++ b/source/bo/svx/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 18:29+0000\n"
+"POT-Creation-Date: 2016-12-21 15:38+0100\n"
+"PO-Revision-Date: 2016-12-01 12:18+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bo\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467656992.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480594689.000000\n"
#: acceptrejectchangesdialog.ui
msgctxt ""
@@ -3049,7 +3049,7 @@ msgctxt ""
"ignorediacritics\n"
"label\n"
"string.text"
-msgid "Ignore diac_ritics CTL"
+msgid "Ignore diac_ritics"
msgstr ""
#: findreplacedialog.ui
@@ -3058,7 +3058,7 @@ msgctxt ""
"ignorekashida\n"
"label\n"
"string.text"
-msgid "Ignore _kashida CTL"
+msgid "Ignore _kashida"
msgstr ""
#: findreplacedialog.ui
@@ -5144,10 +5144,10 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"radio_deinstall\n"
+"radio_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall extensions"
+msgid "Extensions"
msgstr ""
#: safemodedialog.ui
@@ -5162,10 +5162,19 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"check_deinstall_all_extensions\n"
+"check_reset_shared_extensions\n"
+"label\n"
+"string.text"
+msgid "Reset state of shared extensions"
+msgstr ""
+
+#: safemodedialog.ui
+msgctxt ""
+"safemodedialog.ui\n"
+"check_reset_bundled_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall all extensions (including shared and bundled)"
+msgid "Reset state of bundled extensions"
msgstr ""
#: safemodedialog.ui
diff --git a/source/bo/sw/uiconfig/swriter/ui.po b/source/bo/sw/uiconfig/swriter/ui.po
index f4c09dd377c..f649fe9811f 100644
--- a/source/bo/sw/uiconfig/swriter/ui.po
+++ b/source/bo/sw/uiconfig/swriter/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-04 18:33+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-11-12 11:29+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: none\n"
"Language: bo\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467657239.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1478950155.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -993,14 +993,13 @@ msgid "Position"
msgstr "གནས་ས།"
#: bulletsandnumbering.ui
-#, fuzzy
msgctxt ""
"bulletsandnumbering.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "གདམ་ཚན།"
+msgid "Customize"
+msgstr ""
#: businessdatapage.ui
msgctxt ""
@@ -10042,26 +10041,6 @@ msgid "Style"
msgstr ""
#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"growb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"shrinkb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
msgctxt ""
"notebookbar_groups.ui\n"
"fomatgrouplabel\n"
@@ -15965,14 +15944,13 @@ msgid "Position"
msgstr "གནས་ས།"
#: templatedialog16.ui
-#, fuzzy
msgctxt ""
"templatedialog16.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "གདམ་ཚན།"
+msgid "Customize"
+msgstr ""
#: templatedialog2.ui
msgctxt ""
diff --git a/source/bo/xmlsecurity/uiconfig/ui.po b/source/bo/xmlsecurity/uiconfig/ui.po
index f176c5af767..2568e8a6933 100644
--- a/source/bo/xmlsecurity/uiconfig/ui.po
+++ b/source/bo/xmlsecurity/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-05-25 12:08+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-12-01 12:18+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: none\n"
"Language: bo\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1464178134.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480594689.000000\n"
#: certgeneral.ui
msgctxt ""
@@ -208,6 +208,15 @@ msgstr ""
#: digitalsignaturesdialog.ui
msgctxt ""
"digitalsignaturesdialog.ui\n"
+"type\n"
+"label\n"
+"string.text"
+msgid "Signature type"
+msgstr ""
+
+#: digitalsignaturesdialog.ui
+msgctxt ""
+"digitalsignaturesdialog.ui\n"
"macrohint\n"
"label\n"
"string.text"
diff --git a/source/br/officecfg/registry/data/org/openoffice/Office/UI.po b/source/br/officecfg/registry/data/org/openoffice/Office/UI.po
index ea9d5850291..7a071b2d25c 100644
--- a/source/br/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/br/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-17 14:26+0000\n"
+"POT-Creation-Date: 2016-12-27 21:51+0100\n"
+"PO-Revision-Date: 2016-12-01 12:45+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1468765585.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480596351.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -24741,6 +24741,105 @@ msgctxt ""
msgid "Standard"
msgstr "Reizh"
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
diff --git a/source/br/sc/source/ui/src.po b/source/br/sc/source/ui/src.po
index 3be2ee90f16..5f8a9393960 100644
--- a/source/br/sc/source/ui/src.po
+++ b/source/br/sc/source/ui/src.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-17 14:28+0000\n"
+"POT-Creation-Date: 2016-12-10 23:38+0100\n"
+"PO-Revision-Date: 2016-12-01 12:58+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1468765703.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480597133.000000\n"
#: filter.src
msgctxt ""
@@ -9669,8 +9669,8 @@ msgctxt ""
"RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SUM_IF\n"
"1\n"
"string.text"
-msgid "Totals the arguments that meet the conditions."
-msgstr "Sammañ a ra ar c'helligoù spisaet mar kenglotont gant an dezverkoù."
+msgid "Totals the arguments that meet the condition."
+msgstr ""
#: scfuncs.src
msgctxt ""
diff --git a/source/br/svx/uiconfig/ui.po b/source/br/svx/uiconfig/ui.po
index c5c4d71f56f..e516145f8e1 100644
--- a/source/br/svx/uiconfig/ui.po
+++ b/source/br/svx/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-17 14:09+0000\n"
+"POT-Creation-Date: 2016-12-21 15:38+0100\n"
+"PO-Revision-Date: 2016-12-01 13:43+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1468764581.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480599802.000000\n"
#: acceptrejectchangesdialog.ui
msgctxt ""
@@ -3061,8 +3061,8 @@ msgctxt ""
"ignorediacritics\n"
"label\n"
"string.text"
-msgid "Ignore diac_ritics CTL"
-msgstr "Leuskel a-gostez an arouezennoù diforc'hañ CTL"
+msgid "Ignore diac_ritics"
+msgstr ""
#: findreplacedialog.ui
msgctxt ""
@@ -3070,7 +3070,7 @@ msgctxt ""
"ignorekashida\n"
"label\n"
"string.text"
-msgid "Ignore _kashida CTL"
+msgid "Ignore _kashida"
msgstr ""
#: findreplacedialog.ui
@@ -5161,10 +5161,10 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"radio_deinstall\n"
+"radio_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall extensions"
+msgid "Extensions"
msgstr ""
#: safemodedialog.ui
@@ -5179,10 +5179,19 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"check_deinstall_all_extensions\n"
+"check_reset_shared_extensions\n"
+"label\n"
+"string.text"
+msgid "Reset state of shared extensions"
+msgstr ""
+
+#: safemodedialog.ui
+msgctxt ""
+"safemodedialog.ui\n"
+"check_reset_bundled_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall all extensions (including shared and bundled)"
+msgid "Reset state of bundled extensions"
msgstr ""
#: safemodedialog.ui
diff --git a/source/br/sw/uiconfig/swriter/ui.po b/source/br/sw/uiconfig/swriter/ui.po
index 5ee9837c89f..901bb6219e2 100644
--- a/source/br/sw/uiconfig/swriter/ui.po
+++ b/source/br/sw/uiconfig/swriter/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-04 18:55+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-11-12 16:41+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: none\n"
"Language: br\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467658540.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1478968864.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -982,11 +982,11 @@ msgstr "Lec'hiadur"
#: bulletsandnumbering.ui
msgctxt ""
"bulletsandnumbering.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "Dibarzhioù"
+msgid "Customize"
+msgstr ""
#: businessdatapage.ui
msgctxt ""
@@ -9822,26 +9822,6 @@ msgid "Style"
msgstr ""
#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"growb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"shrinkb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
msgctxt ""
"notebookbar_groups.ui\n"
"fomatgrouplabel\n"
@@ -15639,11 +15619,11 @@ msgstr "Lec'hiadur"
#: templatedialog16.ui
msgctxt ""
"templatedialog16.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "Dibarzhioù"
+msgid "Customize"
+msgstr ""
#: templatedialog2.ui
msgctxt ""
diff --git a/source/br/xmlsecurity/uiconfig/ui.po b/source/br/xmlsecurity/uiconfig/ui.po
index b35a59abe19..1443d0b8539 100644
--- a/source/br/xmlsecurity/uiconfig/ui.po
+++ b/source/br/xmlsecurity/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 18:57+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-12-01 13:53+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467658664.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480600390.000000\n"
#: certgeneral.ui
msgctxt ""
@@ -208,6 +208,15 @@ msgstr "Deskrivadur"
#: digitalsignaturesdialog.ui
msgctxt ""
"digitalsignaturesdialog.ui\n"
+"type\n"
+"label\n"
+"string.text"
+msgid "Signature type"
+msgstr ""
+
+#: digitalsignaturesdialog.ui
+msgctxt ""
+"digitalsignaturesdialog.ui\n"
"macrohint\n"
"label\n"
"string.text"
diff --git a/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po b/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po
index e60820e0de4..4fcd06a2053 100644
--- a/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/brx/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-04 18:04+0000\n"
+"POT-Creation-Date: 2016-12-27 21:51+0100\n"
+"PO-Revision-Date: 2016-12-01 12:32+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: brx\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"
-"X-POOTLE-MTIME: 1467655473.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480595522.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -25131,6 +25131,105 @@ msgctxt ""
msgid "Standard"
msgstr "थाखो मान"
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
diff --git a/source/brx/sc/source/ui/src.po b/source/brx/sc/source/ui/src.po
index 198ebd4c344..00dde71c218 100644
--- a/source/brx/sc/source/ui/src.po
+++ b/source/brx/sc/source/ui/src.po
@@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 18:12+0000\n"
+"POT-Creation-Date: 2016-12-10 23:38+0100\n"
+"PO-Revision-Date: 2016-12-01 12:42+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: brx\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"
-"X-POOTLE-MTIME: 1467655961.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480596170.000000\n"
#: filter.src
#, fuzzy
@@ -9734,8 +9734,8 @@ msgctxt ""
"RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SUM_IF\n"
"1\n"
"string.text"
-msgid "Totals the arguments that meet the conditions."
-msgstr "थासारिजों मोगामोगि जानाय गासै बाथ्राबान फोरखौ"
+msgid "Totals the arguments that meet the condition."
+msgstr ""
#: scfuncs.src
msgctxt ""
diff --git a/source/brx/svx/uiconfig/ui.po b/source/brx/svx/uiconfig/ui.po
index 5f7e3497b98..1c96249eadb 100644
--- a/source/brx/svx/uiconfig/ui.po
+++ b/source/brx/svx/uiconfig/ui.po
@@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 18:32+0000\n"
+"POT-Creation-Date: 2016-12-21 15:38+0100\n"
+"PO-Revision-Date: 2016-12-01 12:45+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: brx\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"
-"X-POOTLE-MTIME: 1467657137.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480596308.000000\n"
#: acceptrejectchangesdialog.ui
msgctxt ""
@@ -3048,7 +3048,7 @@ msgctxt ""
"ignorediacritics\n"
"label\n"
"string.text"
-msgid "Ignore diac_ritics CTL"
+msgid "Ignore diac_ritics"
msgstr ""
#: findreplacedialog.ui
@@ -3057,7 +3057,7 @@ msgctxt ""
"ignorekashida\n"
"label\n"
"string.text"
-msgid "Ignore _kashida CTL"
+msgid "Ignore _kashida"
msgstr ""
#: findreplacedialog.ui
@@ -5143,10 +5143,10 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"radio_deinstall\n"
+"radio_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall extensions"
+msgid "Extensions"
msgstr ""
#: safemodedialog.ui
@@ -5161,10 +5161,19 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"check_deinstall_all_extensions\n"
+"check_reset_shared_extensions\n"
+"label\n"
+"string.text"
+msgid "Reset state of shared extensions"
+msgstr ""
+
+#: safemodedialog.ui
+msgctxt ""
+"safemodedialog.ui\n"
+"check_reset_bundled_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall all extensions (including shared and bundled)"
+msgid "Reset state of bundled extensions"
msgstr ""
#: safemodedialog.ui
diff --git a/source/brx/sw/uiconfig/swriter/ui.po b/source/brx/sw/uiconfig/swriter/ui.po
index fdda6d97660..1b8b91d6b61 100644
--- a/source/brx/sw/uiconfig/swriter/ui.po
+++ b/source/brx/sw/uiconfig/swriter/ui.po
@@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-04 18:36+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-11-12 13:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: none\n"
"Language: brx\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"
-"X-POOTLE-MTIME: 1467657360.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1478955856.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -992,14 +992,13 @@ msgid "Position"
msgstr "थासारि"
#: bulletsandnumbering.ui
-#, fuzzy
msgctxt ""
"bulletsandnumbering.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "उफ्राफोर"
+msgid "Customize"
+msgstr ""
#: businessdatapage.ui
msgctxt ""
@@ -10040,26 +10039,6 @@ msgid "Style"
msgstr ""
#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"growb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"shrinkb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
msgctxt ""
"notebookbar_groups.ui\n"
"fomatgrouplabel\n"
@@ -15967,14 +15946,13 @@ msgid "Position"
msgstr "थासारि"
#: templatedialog16.ui
-#, fuzzy
msgctxt ""
"templatedialog16.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "उफ्राफोर"
+msgid "Customize"
+msgstr ""
#: templatedialog2.ui
msgctxt ""
diff --git a/source/brx/xmlsecurity/uiconfig/ui.po b/source/brx/xmlsecurity/uiconfig/ui.po
index 673281762d6..bab4417ad44 100644
--- a/source/brx/xmlsecurity/uiconfig/ui.po
+++ b/source/brx/xmlsecurity/uiconfig/ui.po
@@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-05-25 12:16+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-12-01 12:45+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: none\n"
"Language: brx\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"
-"X-POOTLE-MTIME: 1464178612.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480596308.000000\n"
#: certgeneral.ui
msgctxt ""
@@ -207,6 +207,15 @@ msgstr ""
#: digitalsignaturesdialog.ui
msgctxt ""
"digitalsignaturesdialog.ui\n"
+"type\n"
+"label\n"
+"string.text"
+msgid "Signature type"
+msgstr ""
+
+#: digitalsignaturesdialog.ui
+msgctxt ""
+"digitalsignaturesdialog.ui\n"
"macrohint\n"
"label\n"
"string.text"
diff --git a/source/bs/helpcontent2/source/text/scalc/00.po b/source/bs/helpcontent2/source/text/scalc/00.po
index 73de1af4fff..22437c6c2a2 100644
--- a/source/bs/helpcontent2/source/text/scalc/00.po
+++ b/source/bs/helpcontent2/source/text/scalc/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-05 13:27+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-11-22 16:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bs\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467725220.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1479833752.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -573,8 +573,8 @@ msgctxt ""
"par_id3153250\n"
"28\n"
"help.text"
-msgid "<variable id=\"einamen\">Choose <emph>Insert - Names</emph></variable>"
-msgstr "<variable id=\"einamen\">Izaberi <emph>Ubaci - Imena</emph></variable>"
+msgid "<variable id=\"einamen\">Choose <emph>Insert - Named Ranges and Expressions</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -591,8 +591,8 @@ msgctxt ""
"par_id3143222\n"
"29\n"
"help.text"
-msgid "Choose <emph>Insert - Names - Define</emph>"
-msgstr "Izaberi <emph>Ubaci - Imena - Define</emph>"
+msgid "Choose <emph>Sheet - Named Ranges and Expressions - Define</emph>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -609,8 +609,8 @@ msgctxt ""
"par_id3145214\n"
"30\n"
"help.text"
-msgid "<variable id=\"einaei\">Choose <emph>Insert - Names - Insert</emph></variable>"
-msgstr "<variable id=\"einaei\">Izaberi <emph>Ubaci - Imena - Ubaci</emph></variable>"
+msgid "<variable id=\"einaei\">Choose <emph>Sheet - Named Ranges and Expressions - Insert</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -618,8 +618,8 @@ msgctxt ""
"par_id3153558\n"
"31\n"
"help.text"
-msgid "<variable id=\"einaueb\">Choose <emph>Insert - Names - Create</emph></variable>"
-msgstr "<variable id=\"einaueb\">Izaberi <emph>Ubaci - Imena - Napravi</emph></variable>"
+msgid "<variable id=\"einaueb\">Choose <emph>Sheet - Named Ranges and Expressions - Create</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -627,8 +627,8 @@ msgctxt ""
"par_id3153483\n"
"32\n"
"help.text"
-msgid "<variable id=\"einabesch\">Choose <emph>Insert - Names - Labels</emph></variable>"
-msgstr "<variable id=\"einabesch\">Izaberi <emph>Ubaci - Imena - Oznake</emph></variable>"
+msgid "<variable id=\"einabesch\">Choose <emph>Sheet - Named Ranges and Expressions - Labels</emph></variable>"
+msgstr ""
#: 00000405.xhp
msgctxt ""
diff --git a/source/bs/helpcontent2/source/text/scalc/01.po b/source/bs/helpcontent2/source/text/scalc/01.po
index 1194b07068b..372a766b176 100644
--- a/source/bs/helpcontent2/source/text/scalc/01.po
+++ b/source/bs/helpcontent2/source/text/scalc/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-10-18 18:55+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-12-22 16:09+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bs\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1476816958.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1482422950.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -20772,7 +20772,7 @@ msgctxt ""
"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>."
+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>Sheet - Named Ranges and Expressions - Define</emph>."
msgstr ""
#: 04060109.xhp
@@ -20797,7 +20797,7 @@ msgctxt ""
"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."
+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>Sheet - Named Ranges and Expressions - 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
@@ -50179,8 +50179,8 @@ msgctxt ""
"04070000.xhp\n"
"tit\n"
"help.text"
-msgid "Names"
-msgstr "Imena"
+msgid "Named Ranges and Expressions"
+msgstr ""
#: 04070000.xhp
msgctxt ""
@@ -50188,8 +50188,8 @@ msgctxt ""
"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/06060100.xhp\" name=\"Sheets\">Stranice</link>"
+msgid "<link href=\"text/scalc/01/04070000.xhp\" name=\"Names\">Named Ranges and Expressions</link>"
+msgstr ""
#: 04070000.xhp
msgctxt ""
@@ -50579,7 +50579,7 @@ msgctxt ""
"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."
+msgid "Select the area containing all the ranges that you want to name. Then choose <emph>Sheet - Named Ranges and Expressions - Create</emph>. This opens the <emph>Create Names</emph> dialog, from which you can select the naming options that you want."
msgstr ""
#: 04070300.xhp
@@ -52470,7 +52470,7 @@ msgctxt ""
"par_id3145174\n"
"5\n"
"help.text"
-msgid "Select <emph>-none-</emph> to remove a print range definition for the current spreadsheet. Select <emph>-entire sheet-</emph> to set the current sheet as a print range. Select <emph>-selection-</emph> to define the selected area of a spreadsheet as the print range. By selecting <emph>-user-defined-</emph>, you can define a print range that you have already defined using the <emph>Format - Print Ranges - Define</emph> command. If you have given a name to a range using the <emph>Insert - Names - Define</emph> command, this name will be displayed and can be selected from the list box."
+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>Sheet - Named Ranges and Expressions - Define</emph> command, this name will be displayed and can be selected from the list box."
msgstr ""
#: 05080300.xhp
diff --git a/source/bs/helpcontent2/source/text/scalc/guide.po b/source/bs/helpcontent2/source/text/scalc/guide.po
index c13f934817a..d049f8a0e53 100644
--- a/source/bs/helpcontent2/source/text/scalc/guide.po
+++ b/source/bs/helpcontent2/source/text/scalc/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
"PO-Revision-Date: 2016-05-07 23:47+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,8 +12,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1462664830.000000\n"
#: address_auto.xhp
@@ -2132,8 +2132,8 @@ msgctxt ""
"par_id3154011\n"
"26\n"
"help.text"
-msgid "To set the source range as the range, select the cells and choose <emph>Insert - Names - Define</emph>. Save the source document, and do not close it."
-msgstr "Da bi postavili izvorni raspon kao raspon, označite ćelije i izaberite <emph>Ubaci - Imena - Define</emph>. Sačuvajte izvorni dokument i nemojte ga zatvarati."
+msgid "To set the source range as the range, select the cells and choose <emph>Sheet - Named Ranges and Expressions - Define</emph>. Save the source document, and do not close it."
+msgstr ""
#: cellreference_dragdrop.xhp
msgctxt ""
@@ -11854,7 +11854,7 @@ msgctxt ""
"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."
+msgid "Select a cell or range of cells, then choose <emph>Sheet - Named Ranges and Expressions - Define</emph>. The <emph>Define Names</emph> dialog appears."
msgstr ""
#: value_with_name.xhp
@@ -11907,7 +11907,7 @@ msgctxt ""
"par_id3153711\n"
"8\n"
"help.text"
-msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Insert - Names - Define\">Insert - Names - Define</link>"
+msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Sheet - Named Ranges and Expressions - Define\">Sheet - Named Ranges and Expressions - Define</link>"
msgstr ""
#: webquery.xhp
diff --git a/source/bs/helpcontent2/source/text/shared/00.po b/source/bs/helpcontent2/source/text/shared/00.po
index 59b81762fc4..851d227a962 100644
--- a/source/bs/helpcontent2/source/text/shared/00.po
+++ b/source/bs/helpcontent2/source/text/shared/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-05 16:30+0000\n"
+"POT-Creation-Date: 2016-12-21 15:39+0100\n"
+"PO-Revision-Date: 2016-05-24 02:21+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bs\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467736206.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1464056501.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -12219,15 +12219,6 @@ 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_id3154985\n"
"141\n"
"help.text"
diff --git a/source/bs/helpcontent2/source/text/shared/01.po b/source/bs/helpcontent2/source/text/shared/01.po
index e8e47aa5f8d..8d28ec7fdf4 100644
--- a/source/bs/helpcontent2/source/text/shared/01.po
+++ b/source/bs/helpcontent2/source/text/shared/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-10-18 18:56+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-07-05 16:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bs\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1476817004.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1467736649.000000\n"
#: 01010000.xhp
msgctxt ""
@@ -5041,33 +5041,29 @@ msgctxt ""
"01140000.xhp\n"
"bm_id3147294\n"
"help.text"
-msgid "<bookmark_value>printers; properties</bookmark_value><bookmark_value>settings; printers</bookmark_value><bookmark_value>properties; printers</bookmark_value><bookmark_value>default printer; setting up</bookmark_value><bookmark_value>printers; default printer</bookmark_value><bookmark_value>page formats; restriction</bookmark_value>"
+msgid "<bookmark_value>printers; properties</bookmark_value> <bookmark_value>settings; printers</bookmark_value> <bookmark_value>properties; printers</bookmark_value> <bookmark_value>default printer; setting up</bookmark_value> <bookmark_value>printers; default printer</bookmark_value> <bookmark_value>page formats; restriction</bookmark_value>"
msgstr ""
#: 01140000.xhp
-#, fuzzy
msgctxt ""
"01140000.xhp\n"
"hd_id3147294\n"
-"1\n"
"help.text"
msgid "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\">Printer Settings</link>"
-msgstr "<link href=\"text/shared/01/02230401.xhp\" name=\"List\">Lista</link>"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3154422\n"
-"2\n"
"help.text"
-msgid "<variable id=\"druckereinstellungtext\"><ahelp hid=\"SVTOOLS:MODALDIALOG:DLG_SVT_PRNDLG_PRNSETUPDLG\">Select the default printer for the current document.</ahelp></variable>"
+msgid "<variable id=\"druckereinstellungtext\"><ahelp hid=\"svt/ui/printersetupdialog/PrinterSetupDialog\">Select the default printer for the current document.</ahelp> </variable>"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3148620\n"
-"20\n"
"help.text"
msgid "You might experience a slight delay when you change the default printer for a document that contains embedded $[officename] OLE objects."
msgstr ""
@@ -5076,25 +5072,22 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"hd_id3145345\n"
-"4\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Printer </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Raspon </caseinline></switchinline>"
+msgid "Printer"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3145211\n"
-"5\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Lists the information that applies to the selected printer. </caseinline></switchinline>"
+msgid "Lists the information that applies to the selected printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3148538\n"
-"19\n"
"help.text"
msgid "If the list is empty, you need to install a default printer for your operating system. Refer to the online help for your operating system for instructions on how to install and setup a default printer."
msgstr ""
@@ -5103,119 +5096,130 @@ msgstr ""
msgctxt ""
"01140000.xhp\n"
"hd_id3154381\n"
-"6\n"
"help.text"
msgid "Name"
-msgstr "Ime"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3156155\n"
-"7\n"
"help.text"
-msgid "<ahelp hid=\"SVTOOLS:LISTBOX:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES\">Lists the installed printers on your operating system. To change the default printer, select a printer name from the list.</ahelp>"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/name\">Lists the installed printers on your operating system. To change the default printer, select a printer name from the list.</ahelp>"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3156153\n"
-"8\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Status </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"CALC\">Raspon </caseinline></switchinline>"
+msgid "Status"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3150465\n"
-"9\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Describes the current status of the selected printer. </caseinline></switchinline>"
+msgid "Describes the current status of the selected printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3154898\n"
-"10\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Type </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Poništi </caseinline></switchinline>"
+msgid "Type"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3156326\n"
-"11\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the type of printer that you selected. </caseinline></switchinline>"
+msgid "Displays the type of printer that you selected."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3149416\n"
-"12\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Location </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Akcija</caseinline></switchinline>"
+msgid "Location"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3149955\n"
-"13\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the port for the selected printer. </caseinline></switchinline>"
+msgid "Displays the port for the selected printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3145316\n"
-"14\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Comments </caseinline></switchinline>"
-msgstr "<switchinline select=\"appl\"><caseinline select=\"WRITER\">Akcija</caseinline></switchinline>"
+msgid "Comments"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3155923\n"
-"15\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays additional information for the printer. </caseinline></switchinline>"
+msgid "Displays additional information for the printer."
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3149669\n"
-"16\n"
"help.text"
msgid "Properties"
-msgstr "Osobine"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3149045\n"
-"17\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\"><ahelp hid=\"SVTOOLS:PUSHBUTTON:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_PROPERTIES\">Changes the printer settings of your operating system for the current document.</ahelp></caseinline></switchinline>"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/properties\">Changes the printer settings of your operating system for the current document.</ahelp>"
msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3157322\n"
-"18\n"
"help.text"
msgid "Ensure that the Landscape or Portrait layout option set in the printer properties dialog matches the page format that you set by choosing <emph>Format - Page</emph>."
msgstr ""
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id201612110303091265\n"
+"help.text"
+msgid "Options"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id201612110239454950\n"
+"help.text"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/options\">Opens the <emph>Printer Options</emph> dialog where you can override the global printer options set on the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Writer</emph></caseinline><caseinline select=\"CALC\"><emph>Calc</emph></caseinline><defaultinline>Writer/Web</defaultinline></switchinline><emph> - Print</emph> panel for the current document.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3157323\n"
+"help.text"
+msgid "The <emph>Options</emph> button is only available in %PRODUCTNAME Writer and Calc."
+msgstr ""
+
#: 01160000.xhp
msgctxt ""
"01160000.xhp\n"
@@ -8313,8 +8317,8 @@ msgctxt ""
"par_id3152551\n"
"59\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Enter the number of characters in the search term that can be exchanged.</ahelp> For example, if you specify 2 exchanged characters, \"black\" and \"crack\" are considered similar."
-msgstr "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Unesite broj znakova u polje za pretragu koji će biti zamijenjeni.</ahelp> Na primjer, ako označite 2 znaka, \"black\" and \"crack\" su smatrani sličnima."
+msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Enter the number of characters in the search term that can be exchanged.</ahelp> For example, if you specify 2 exchanged characters, \"sweep\" and \"creep\" are considered similar."
+msgstr ""
#: 02100100.xhp
msgctxt ""
@@ -25782,32 +25786,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/areatabpage/LB_BITMAP\">Click the fill that you want to apply to the selected object.</ahelp>"
msgstr ""
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Colors"
-msgstr "Boja"
-
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"hd_id3152895\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210200.xhp\" name=\"Colors\">Colors</link>"
-msgstr "<link href=\"text/shared/01/01050000.xhp\" name=\"Close\">Zatvori</link>"
-
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"par_id3149119\n"
-"2\n"
-"help.text"
-msgid "Select a color to apply, save the current color list, or load a different color list."
-msgstr ""
-
#: 05210300.xhp
msgctxt ""
"05210300.xhp\n"
@@ -43427,6 +43405,214 @@ msgctxt ""
msgid "<ahelp hid=\"uui/ui/setmasterpassworddlg/password2\">Re-enter the master password.</ahelp>"
msgstr ""
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"tit\n"
+"help.text"
+msgid "Safe Mode"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"bm_id281120160951421436\n"
+"help.text"
+msgid "<bookmark_value>profile;safe mode</bookmark_value>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160939034500\n"
+"help.text"
+msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Safe Mode</link>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160939285779\n"
+"help.text"
+msgid "<ahelp hid=\".\">Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh user profile and disables hardware acceleration. It helps to restore a non-working %PRODUCTNAME instance. </ahelp>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163153357\n"
+"help.text"
+msgid "Choose <emph>Help - Restart in Safe Mode...</emph>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163154362\n"
+"help.text"
+msgid "Start %PRODUCTNAME from command line with <emph>--safe-mode</emph> option"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163154363\n"
+"help.text"
+msgid "Start %PRODUCTNAME from <emph>%PRODUCTNAME (Safe Mode)</emph> start menu entry (Windows only)"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149549\n"
+"help.text"
+msgid "What can I do in safe mode?"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160939281728\n"
+"help.text"
+msgid "Once in safe mode, you will be shown a dialog offering three user profile restoration options"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149551\n"
+"help.text"
+msgid "Continue in Safe Mode"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944279896\n"
+"help.text"
+msgid "This option will let you work with %PRODUCTNAME as you are used to, but using a temporary user profile. It also means that all configuration changes made to the temporary user profile will be lost after restart."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149552\n"
+"help.text"
+msgid "Quit"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944279161\n"
+"help.text"
+msgid "Choosing <emph>Quit</emph> will just exit %PRODUCTNAME. Use this option if you got here by accident."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149543\n"
+"help.text"
+msgid "Apply Changes and Restart"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348926\n"
+"help.text"
+msgid "The dialog offers multiple changes to the user profile that can be made to help restoring %PRODUCTNAME to working state. They get more radical from top down so you should try them successively one after another. Choosing this option applies selected changes"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149545\n"
+"help.text"
+msgid "Restore from backup"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348884\n"
+"help.text"
+msgid "%PRODUCTNAME keeps backups of previous configurations and activated extensions. Use this option to return to the previous state if your problems are likely to be caused by recent changes to configuration or extensions."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149546\n"
+"help.text"
+msgid "Configure"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949347119\n"
+"help.text"
+msgid "You can disable all extensions installed by the user. You can also disable hardware acceleration. Activate this option if you experience startup crashes or visual glitches, they are often related to hardware acceleration."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160944276682\n"
+"help.text"
+msgid "Uninstall extensions"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944275137\n"
+"help.text"
+msgid "Sometimes %PRODUCTNAME cannot be started due to extensions blocking or crashing. This option allows you to disable all extensions installed by the user as well as shared and bundled extensions. Uninstalling shared and bundled extensions should be used with caution. It will only work if you have the necessary system access rights."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160944276687\n"
+"help.text"
+msgid "Reset to factory settings"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id28112016094427792\n"
+"help.text"
+msgid "If all else fails, you can reset your user profile to the factory default. The first option <emph>Reset settings and user customizations</emph> resets all configuration and UI changes, but keeps things like your personal dictionary, templates etc. The second option will reset your entire profile to the state when you first installed %PRODUCTNAME."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id28112016094427243\n"
+"help.text"
+msgid "If you could not resolve your problem by using safe mode, click on <emph>Advanced</emph> expander. You will find instructions how to get further help there."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949347055\n"
+"help.text"
+msgid "If you want to report a problem with your user profile, by clicking on <emph>Create Zip Archive from User Profile</emph> you can generate a zip file which can be uploaded to the bug tracking system to be investigated by the developers."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348679\n"
+"help.text"
+msgid "Be aware that the uploaded profile might contain sensitive information, such as your personal dictionary, settings and installed extensions."
+msgstr ""
+
#: prop_font_embed.xhp
msgctxt ""
"prop_font_embed.xhp\n"
@@ -43459,7 +43645,7 @@ msgctxt ""
"par_id3154863\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"sfx/ui/documentfontspage/DocumentInfoPage\">Embed document fonts in the current file.</ahelp>"
+msgid "<ahelp hid=\"sfx/ui/documentfontspage/DocumentFontsPage\">Embed document fonts in the current file.</ahelp>"
msgstr ""
#: prop_font_embed.xhp
diff --git a/source/bs/helpcontent2/source/text/shared/guide.po b/source/bs/helpcontent2/source/text/shared/guide.po
index cfffb25b818..9faf4358f31 100644
--- a/source/bs/helpcontent2/source/text/shared/guide.po
+++ b/source/bs/helpcontent2/source/text/shared/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
+"POT-Creation-Date: 2016-12-21 15:39+0100\n"
"PO-Revision-Date: 2016-07-05 16:42+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467736955.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1467736952.000000\n"
#: aaa_start.xhp
msgctxt ""
@@ -2190,7 +2190,7 @@ msgctxt ""
"cmis-remote-files-setup.xhp\n"
"hd_id1508201618160340\n"
"help.text"
-msgid "Connecting to <link href=\"text/shared/00/00000002.xhp#ftp\">FTP</link> and SSH servers (check)"
+msgid "Connecting to <link href=\"text/shared/00/00000002.xhp#ftp\">FTP</link> and SSH servers"
msgstr ""
#: cmis-remote-files-setup.xhp
@@ -2270,7 +2270,7 @@ msgctxt ""
"cmis-remote-files-setup.xhp\n"
"hd_id150820161816049600\n"
"help.text"
-msgid "Connecting to a Windows share (check)"
+msgid "Connecting to a Windows share"
msgstr ""
#: cmis-remote-files-setup.xhp
@@ -9924,7 +9924,7 @@ msgctxt ""
"hyperlink_insert.xhp\n"
"par_idN1076D\n"
"help.text"
-msgid "To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Insert - Names - Define</emph>)."
+msgid "To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Sheet - Named Ranges and Expressions - Define</emph>)."
msgstr ""
#: hyperlink_insert.xhp
@@ -12434,19 +12434,19 @@ msgstr ""
#: labels.xhp
msgctxt ""
"labels.xhp\n"
-"par_id3156424\n"
-"86\n"
+"par_id3149767\n"
+"29\n"
"help.text"
-msgid "As soon as you click on <emph>New Document</emph>, you will see a small window with the <emph>Synchronize Labels</emph> button. Enter the first label. When you click on the <emph>Synchronize Labels</emph> button, the current individual label is copied to all the other labels on the sheet."
+msgid "Click on <emph>New Document</emph> to create a new document with the settings you have entered."
msgstr ""
#: labels.xhp
msgctxt ""
"labels.xhp\n"
-"par_id3149767\n"
-"29\n"
+"par_id3156424\n"
+"86\n"
"help.text"
-msgid "Click on <emph>New Document</emph> to create a new document with the settings you have entered."
+msgid "As soon as you click on <emph>New Document</emph>, you will see a small window with the <emph>Synchronize Labels</emph> button. Enter the first label. When you click on the <emph>Synchronize Labels</emph> button, the current individual label is copied to all the other labels on the sheet."
msgstr ""
#: labels.xhp
@@ -18327,7 +18327,7 @@ msgctxt ""
"start_parameters.xhp\n"
"tit\n"
"help.text"
-msgid "Starting the $[officename] Software With Parameters"
+msgid "Starting $[officename] Software With Parameters"
msgstr ""
#: start_parameters.xhp
@@ -18335,50 +18335,45 @@ msgctxt ""
"start_parameters.xhp\n"
"bm_id3156410\n"
"help.text"
-msgid "<bookmark_value>start parameters</bookmark_value><bookmark_value>command line parameters</bookmark_value><bookmark_value>parameters;command line</bookmark_value><bookmark_value>arguments in command line</bookmark_value>"
+msgid "<bookmark_value>start parameters</bookmark_value> <bookmark_value>command line parameters</bookmark_value> <bookmark_value>parameters;command line</bookmark_value> <bookmark_value>arguments in command line</bookmark_value>"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"hd_id3156410\n"
-"52\n"
"help.text"
-msgid "Starting the $[officename] Software With Parameters"
+msgid "Starting $[officename] Software With Parameters"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147009\n"
-"1\n"
"help.text"
-msgid "By starting the $[officename] software from the command line you can assign various parameters, with which you can influence the performance. The use of command line parameters is only recommended for experienced users."
+msgid "By starting $[officename] software from the command line you can assign various parameters, with which you can influence the performance. The use of command line parameters is only recommended for experienced users."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147618\n"
-"2\n"
"help.text"
-msgid "For normal handling, the use of command line parameters is not necessary. A few of the parameters require a deeper knowledge of the technical background of the $[officename] software technology."
+msgid "For normal handling, the use of command line parameters is not necessary. A few of the parameters require a deeper knowledge of the technical background of $[officename] software technology."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"hd_id3154898\n"
-"4\n"
"help.text"
-msgid "Starting the $[officename] Software From the Command Line"
+msgid "Starting $[officename] Software From the Command Line"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3156152\n"
-"5\n"
"help.text"
msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a shell under Linux, *BSD, or Mac OS X platforms."
msgstr ""
@@ -18387,7 +18382,6 @@ msgstr ""
msgctxt ""
"start_parameters.xhp\n"
"par_id3152472\n"
-"6\n"
"help.text"
msgid "Under Windows, type the following text in the <emph>Open </emph>text field and click <emph>OK</emph>."
msgstr ""
@@ -18396,7 +18390,6 @@ msgstr ""
msgctxt ""
"start_parameters.xhp\n"
"par_id3149669\n"
-"53\n"
"help.text"
msgid "Under UNIX-like systems, type the following line of text, then press <emph>Return</emph>:"
msgstr ""
@@ -18405,249 +18398,246 @@ msgstr ""
msgctxt ""
"start_parameters.xhp\n"
"par_id3147561\n"
-"7\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter}</caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter}</caseinline></switchinline>"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3153360\n"
-"8\n"
"help.text"
-msgid "Replace <emph>{install}</emph> with the path to your installation of the $[officename] software (for example, <emph>C:\\Program Files\\Office</emph>, or <emph>~/office</emph>)"
+msgid "Replace <emph>{install}</emph> with the path to your installation of $[officename] software (for example, <emph>C:\\Program Files\\Office</emph>, or <emph>~/office</emph>)"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3158407\n"
-"9\n"
+"hd_id3145171\n"
"help.text"
-msgid "Where required, replace <emph>{parameter}</emph> with one or more of the following command line parameters."
+msgid "Valid Command Line Parameters"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"hd_id3145171\n"
-"10\n"
+"hd_id1016120408556191\n"
"help.text"
-msgid "Valid Command Line Parameters"
+msgid "Using without special arguments"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148451\n"
-"11\n"
+"par_id215247284938\n"
"help.text"
-msgid "Parameter"
+msgid "Using without any arguments opens the start center."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149167\n"
-"12\n"
+"par_id4016121206183262\n"
"help.text"
-msgid "Meaning"
-msgstr "Znacenje"
+msgid "<emph>{file}</emph>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149983\n"
-"73\n"
+"par_id40161212062813818\n"
"help.text"
-msgid "--help / -h / -?"
+msgid "Tries to open the file (files) in the components suitable for them."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147349\n"
-"74\n"
+"par_id40161212063110720\n"
"help.text"
-msgid "Lists the available command line parameters <switchinline select=\"sys\"><caseinline select=\"WIN\">in a dialog box</caseinline><defaultinline>to the console</defaultinline></switchinline>."
+msgid "<emph>{file} macro:///[Library.Module.MacroName]</emph>"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id31499et\n"
-"73\n"
+"par_id40161212063330252\n"
"help.text"
-msgid "--version"
+msgid "Opens the file and applies specified macros from the file."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id31473et\n"
-"74\n"
+"hd_id201612040855610\n"
"help.text"
-msgid "Displays the version information."
+msgid "Getting help and information"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150010\n"
-"59\n"
+"par_id3148451\n"
"help.text"
-msgid "--writer"
+msgid "<variable id=\"parameter\">Parameter</variable>"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147213\n"
-"60\n"
+"par_id3149167\n"
"help.text"
-msgid "Starts with an empty Writer document."
+msgid "<variable id=\"meaning\">Meaning</variable>"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148616\n"
-"61\n"
+"par_id3147349\n"
"help.text"
-msgid "--calc"
+msgid "Lists the available command line parameters to the console."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145261\n"
-"62\n"
+"par_id20161204091221764\n"
"help.text"
-msgid "Starts with an empty Calc document."
+msgid "Opens $[officename] built-in or online Help on Writer."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156443\n"
-"63\n"
+"par_id20161204091520522\n"
"help.text"
-msgid "--draw"
+msgid "Opens $[officename] built-in or online Help on Calc."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154011\n"
-"64\n"
+"par_id20161204091727059\n"
"help.text"
-msgid "Starts with an empty Draw document."
+msgid "Opens $[officename] built-in or online Help on Draw."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153142\n"
-"65\n"
+"par_id20161204091812159\n"
"help.text"
-msgid "--impress"
+msgid "Opens $[officename] built-in or online Help on Impress."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153222\n"
-"66\n"
+"par_id20161204091919599\n"
"help.text"
-msgid "Starts with an empty Impress document."
+msgid "Opens $[officename] built-in or online Help on Base."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155853\n"
-"67\n"
+"par_id20161204092029619\n"
"help.text"
-msgid "--math"
+msgid "Opens $[officename] built-in or online Help on Basic scripting language."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3146928\n"
-"68\n"
+"par_id2016120409214276\n"
"help.text"
-msgid "Starts with an empty Math document."
+msgid "Opens $[officename] built-in or online Help on Math."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149960\n"
-"69\n"
+"par_id31473et\n"
"help.text"
-msgid "--global"
+msgid "Shows $[officename] version and quits."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151075\n"
-"70\n"
+"par_id2016120409236546\n"
"help.text"
-msgid "Starts with an empty Writer master document."
+msgid "(MacOS X sandbox only) Returns path of the temporary directory for the current user and exits. Overrides all other arguments."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154510\n"
-"71\n"
+"hd_id20161204094429235\n"
"help.text"
-msgid "--web"
+msgid "General arguments"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148836\n"
-"72\n"
+"par_id3153919\n"
"help.text"
-msgid "Starts with an empty HTML document."
+msgid "Activates[Deactivates] the Quickstarter service. It can take only one parameter <emph>no</emph> which deativates the Quickstarter service. Without parameters this service is activated."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149403\n"
+"par_id315330t\n"
"help.text"
-msgid "--show {filename.odp}"
+msgid "Disables check for remote instances using the installation."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153838\n"
-"80\n"
+"par_id315053o\n"
"help.text"
-msgid "Starts with the Impress file <emph>{filename.odp}</emph> and starts the presentation. Enters edit mode after the presentation."
+msgid "Forces an input filter type, if possible. For example:<br/><item type=\"input\">--infilter=\"Calc Office Open XML\"</item><br/><item type=\"input\">--infilter=\"Text (encoded):UTF8,LF,,,.\"</item>"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156276\n"
-"13\n"
+"par_id20161204101917197\n"
"help.text"
-msgid "--minimized"
+msgid "Store soffice.bin pid to <emph>{file}</emph>."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3146786\n"
+"help.text"
+msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for $[officename] software on UNIX-like platforms."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"hd_id20161204103115358\n"
+"help.text"
+msgid "User/programmatic interface control"
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3151334\n"
+"help.text"
+msgid "Disables the splash screen at program start."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3146080\n"
-"14\n"
"help.text"
msgid "Starts minimized. The splash screen is not displayed."
msgstr ""
@@ -18655,17 +18645,15 @@ msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145641\n"
-"15\n"
+"par_id3153306\n"
"help.text"
-msgid "--invisible"
+msgid "Starts without displaying anything except the splash screen."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3154756\n"
-"16\n"
"help.text"
msgid "Starts in invisible mode."
msgstr ""
@@ -18674,52 +18662,54 @@ msgstr ""
msgctxt ""
"start_parameters.xhp\n"
"par_id3148914\n"
-"17\n"
"help.text"
-msgid "Neither the start-up logo nor the initial program window will be visible. However, the $[officename] software can be controlled and documents and dialogs opened via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgid "Neither the start-up logo nor the initial program window will be visible. $[officename] software can be controlled, and documents and dialogs can be controlled and opened via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147341\n"
-"18\n"
"help.text"
-msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
+msgid "Using the parameter, $[officename] can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3150388\n"
-"48\n"
"help.text"
-msgid "It cannot be used in conjunction with <emph>-quickstart</emph>."
+msgid "It cannot be used in conjunction with <emph>--quickstart</emph>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3145147\n"
-"19\n"
"help.text"
-msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
+msgid "More information is found in <emph>$[officename] Developer's Guide</emph>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155903\n"
-"20\n"
+"par_id3150530\n"
+"help.text"
+msgid "Starts in \"headless mode\" which allows using the application without user interface."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3156353\n"
"help.text"
-msgid "--norestore"
+msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3156374\n"
-"21\n"
"help.text"
msgid "Disables restart and file recovery after a system crash."
msgstr ""
@@ -18727,357 +18717,330 @@ msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id5215918\n"
+"par_id20161204120122917\n"
"help.text"
-msgid "--nofirststartwizard"
+msgid "Starts in a safe mode, i.e. starts temporarily with a fresh user profile and helps to restore a broken configuration."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id5665761\n"
+"par_id3147130\n"
"help.text"
-msgid "Disables the Welcome Wizard."
+msgid "Notifies $[officename] software that upon the creation of \"UNO Acceptor Threads\", a \"UNO Accept String\" will be used."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148477\n"
-"25\n"
+"par_id20161204120828147\n"
"help.text"
-msgid "--quickstart"
+msgid "UNO-URL is string the such kind <emph>uno:connection-type,params;protocol-name,params;ObjectName</emph>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153919\n"
-"26\n"
+"par_id3148874\n"
"help.text"
-msgid "Activates the Quickstarter."
+msgid "More information is found in <emph>$[officename] Developer's Guide</emph>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3152479\n"
-"30\n"
+"par_id314713a\n"
"help.text"
-msgid "--accept={UNO string}"
+msgid "Closes an acceptor that was created with <emph>--accept={UNO-URL}</emph>. Use <emph>--unaccept=all</emph> to close all open acceptors."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147130\n"
-"31\n"
+"par_id20161204121422689\n"
"help.text"
-msgid "Notifies the $[officename] software that upon the creation of \"UNO Acceptor Threads\", a \"UNO Accept String\" will be used."
+msgid "Uses specified language, if language is not selected yet for UI. The lang is a tag of the language in IETF language tag."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148874\n"
-"32\n"
+"par_id201612041220386\n"
"help.text"
-msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
+msgid "Developer arguments"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315247a\n"
-"30\n"
+"par_id20161204122216505\n"
"help.text"
-msgid "--unaccept={UNO string}"
+msgid "Exit after initialization complete (no documents loaded)."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314713a\n"
-"31\n"
+"par_id2016120412237431\n"
"help.text"
-msgid "Closes an acceptor that was created with --accept={UNO string}. Use --unaccept=all to close all open acceptors."
+msgid "Exit after loading documents."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3159238\n"
-"36\n"
+"par_id20161204122420839\n"
"help.text"
-msgid "-p {filename1} {filename2} ..."
+msgid "New document creation arguments"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3163666\n"
-"37\n"
+"par_id20161204122414892\n"
"help.text"
-msgid "Prints the files <emph>{filename1} {filename2} ...</emph> to the default printer and ends. The splash screen does not appear."
+msgid "The arguments create an empty document of specified kind. Only one of them may be used in one command line. If filenames are specified after an argument, then it tries to open those files in the specified component."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150828\n"
-"49\n"
+"par_id3147213\n"
"help.text"
-msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
+msgid "Starts with an empty Writer document."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150883\n"
-"38\n"
+"par_id3145261\n"
"help.text"
-msgid "--pt {Printername} {filename1} {filename2} ..."
+msgid "Starts with an empty Calc document."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155081\n"
-"50\n"
+"par_id3154011\n"
"help.text"
-msgid "Prints the files <emph>{filename1} {filename2} ...</emph> to the printer <emph>{Printername}</emph> and ends. The splash screen does not appear."
+msgid "Starts with an empty Draw document."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153655\n"
-"51\n"
+"par_id3153222\n"
"help.text"
-msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
+msgid "Starts with an empty Impress document."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154372\n"
-"39\n"
+"par_id3146928\n"
"help.text"
-msgid "-o {filename}"
+msgid "Starts with an empty Math document."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150309\n"
-"40\n"
+"par_id3151075\n"
"help.text"
-msgid "Opens <emph>{filename}</emph> for editing, even if it is a template."
+msgid "Starts with an empty Writer master document."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151182\n"
-"54\n"
+"par_id3148836\n"
"help.text"
-msgid "--view {filename}"
+msgid "Starts with an empty HTML document."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145268\n"
-"55\n"
+"par_id20161204125123476\n"
"help.text"
-msgid "Creates a temporary copy of <emph>{filename}</emph> and opens it read-only."
+msgid "File open arguments"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3166421\n"
-"41\n"
+"par_id20161204125411030\n"
"help.text"
-msgid "-n {filename}"
+msgid "The arguments define how following filenames are treated. New treatment begins after the argument and ends at the next argument. The default treatment is to open documents for editing, and create new documents from document templates."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3154259\n"
-"42\n"
"help.text"
-msgid "Creates a new document using <emph>{filename}</emph> as a template."
+msgid "Treats following files as templates for creation of new documents."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155126\n"
-"43\n"
+"par_id3150309\n"
"help.text"
-msgid "--nologo"
+msgid "Opens following files for editing, regardless whether they are templates or not."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151334\n"
-"44\n"
+"par_id3155081\n"
"help.text"
-msgid "Disables the splash screen at program start."
+msgid "Prints the following files to the printer <emph>{Printername}</emph> and ends. The splash screen does not appear."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3159171\n"
-"75\n"
+"par_id3153655\n"
+"51\n"
"help.text"
-msgid "--nodefault"
+msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153306\n"
-"76\n"
+"par_id20161204010513716\n"
"help.text"
-msgid "Starts without displaying anything except the splash screen."
+msgid "If used multiple times, only last <emph>{Printername}</emph> is effective for all documents of all <emph>--pt</emph> runs."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315917t\n"
-"75\n"
+"par_id2016120401061890\n"
"help.text"
-msgid "--nolockcheck"
+msgid "Also, <emph>--printer-name</emph> argument of <emph>--print-to-file</emph> switch interferes with <emph>{Printername}</emph>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315330t\n"
-"76\n"
+"par_id3163666\n"
"help.text"
-msgid "Disables check for remote instances using the installation."
+msgid "Prints following files to the default printer, after which those files are closed. The splash screen does not appear."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id2211676\n"
+"par_id3150828\n"
"help.text"
-msgid "--nofirststartwizard"
+msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id1641895\n"
+"par_id3145268\n"
"help.text"
-msgid "Add this parameter to the program start command to suppress the Welcome Wizard."
+msgid "Opens following files in viewer mode (read-only)."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153915\n"
-"45\n"
+"par_id3153838\n"
"help.text"
-msgid "--display {display}"
+msgid "Opens and starts the following presentation documents of each immediately. Files are closed after the showing. Files other than Impress documents are opened in default mode , regardless of previous mode."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3146786\n"
-"46\n"
+"par_id315053p\n"
"help.text"
-msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX-like platforms."
+msgid "Batch convert files (implies --headless). If --outdir isn't specified, then current working directory is used as output_dir."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149595\n"
-"56\n"
+"par_id2016120401222926\n"
"help.text"
-msgid "--headless"
+msgid "If --convert-to is used more than once, last value of OutputFileExtension[:OutputFilterName] is effective. If --outdir is used more than once, only its last value is effective. For example:"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150530\n"
-"57\n"
+"par_id315053q\n"
"help.text"
-msgid "Starts in \"headless mode\" which allows using the application without user interface."
+msgid "Batch print files to file. If <emph>--outdir</emph> is not specified, then current working directory is used as output_dir."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156353\n"
-"58\n"
+"par_id20161204012928262\n"
"help.text"
-msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgid "If <emph>--printer-name</emph> or <emph>--outdir</emph> used multiple times, only last value of each is effective. Also, <emph>{Printername}</emph> of <emph>--pt</emph> switch interferes with <emph>--printer-name</emph>. For example:"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959o\n"
-"56\n"
+"par_id2016120401348732\n"
"help.text"
-msgid "--infilter={filter}"
+msgid "Dump text content of the following files to console (implies <emph>--headless</emph>). Cannot be used with <emph>--convert-to</emph>."
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053o\n"
-"57\n"
+"par_id2016120401398657\n"
"help.text"
-msgid "Forces an input filter type, if possible. Eg. --infilter=\"Calc Office Open XML\"."
+msgid "Set a bootstrap variable. For example: to set a non-default user profile path:"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959p\n"
-"56\n"
+"par_id20161204014126760\n"
"help.text"
-msgid "--convert-to output_file_extension[:output_filter_name] [--outdir output_dir] files"
+msgid "Ignored switches"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053p\n"
-"57\n"
+"par_id2016120401435616\n"
"help.text"
-msgid "Batch convert files. If --outdir is not specified, then current working directory is used as output_dir.<br/>Eg. --convert-to pdf *.doc<br/>--convert-to pdf:writer_pdf_Export --outdir /home/user *.doc"
+msgid "Ignored (MacOS X only)"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959q\n"
-"56\n"
+"par_id20161204014423695\n"
"help.text"
-msgid "--print-to-file [--printer-name printer_name] [--outdir output_dir] files"
+msgid "Ignored (COM+ related; Windows only)"
msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053q\n"
-"57\n"
+"par_id20161204014529900\n"
+"help.text"
+msgid "Does nothing, accepted only for backward compatibility."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id2016120401463584\n"
"help.text"
-msgid "Batch print files to file. If --outdir is not specified, then current working directory is used as output_dir.<br/>Eg. --print-to-file *.doc<br/>--print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc"
+msgid "Used only in unit tests and should have two arguments."
msgstr ""
#: startcenter.xhp
diff --git a/source/bs/helpcontent2/source/text/shared/optionen.po b/source/bs/helpcontent2/source/text/shared/optionen.po
index 9a4491a5408..6c7c41f5963 100644
--- a/source/bs/helpcontent2/source/text/shared/optionen.po
+++ b/source/bs/helpcontent2/source/text/shared/optionen.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-05-24 03:03+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-07-05 16:53+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bs\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1464059011.000000\n"
+"X-POOTLE-MTIME: 1467737594.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -2245,8 +2245,8 @@ msgctxt ""
"01010500.xhp\n"
"tit\n"
"help.text"
-msgid "Colors"
-msgstr "Boja"
+msgid "Color"
+msgstr ""
#: 01010500.xhp
msgctxt ""
@@ -2260,323 +2260,200 @@ msgstr ""
msgctxt ""
"01010500.xhp\n"
"hd_id3150543\n"
-"1\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Colors\">Colors</link>"
-msgstr "<link href=\"text/shared/optionen/01040200.xhp\" name=\"View\">Pogled</link>"
+msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Color\">Color</link>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3153104\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/ColorPage\">Allows you to select a color from a color table, edit an existing color, or define new colors.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/ColorPage\">Allows you to select a color from a color palette, edit an existing color, or define new colors.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150767\n"
-"3\n"
"help.text"
-msgid "Color table"
+msgid "Colors"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150869\n"
-"5\n"
"help.text"
-msgid "Name"
-msgstr "Ime"
+msgid "Palette"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3149809\n"
-"6\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/name\">Specifies the name of a selected color. You can also type a name in this field when defining a new color.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/paletteselector\">Specifies the name of a selected palette. You can select a different palette here.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150447\n"
-"7\n"
"help.text"
-msgid "Color"
-msgstr "Boja"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3149560\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/colorlb\">Contains a list of available colors. To select a color, choose one from the list.</ahelp>"
+msgid "Color Set"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3155132\n"
-"9\n"
-"help.text"
-msgid "Color table"
-msgstr ""
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3152885\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/modellb\">To modify, select the color model: Red-Green-Blue (RGB) or Cyan-Magenta-Yellow-BlacK (CMYK).</ahelp>"
-msgstr ""
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id1527756\n"
-"help.text"
-msgid "%PRODUCTNAME uses only the RGB color model for printing in color. The CMYK controls are provided only to ease the input of color values using CMYK notation."
-msgstr ""
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3147426\n"
-"40\n"
+"par_id3149560\n"
"help.text"
-msgid "If you select RGB, the initials of the three colors will appear and you can set the color from 0 to 255 with the spin button."
+msgid "<ahelp hid=\"cui/ui/colorpage/colorset\">Contains a list of available colors. Click on the desired one in the list to select it.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3150103\n"
-"13\n"
+"hd_id31563321\n"
"help.text"
-msgid "R"
+msgid "Recent Colors"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3152462\n"
-"14\n"
+"par_id31544811\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/R\">Red</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/recentcolorset\">Displays the last twelve colors selected and applied.</ahelp> Upon selecting a new color it is added to the left of the list. If the list is full and a new color is selected then the rightmost color is deleted."
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3145366\n"
-"15\n"
+"hd_id3156332\n"
"help.text"
-msgid "G"
+msgid "Add"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3153144\n"
-"16\n"
+"par_id3154481\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/G\">Green</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/add\">Adds the new color to the <emph>Custom</emph> palette.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3153573\n"
-"17\n"
+"hd_id31547578\n"
"help.text"
-msgid "B"
+msgid "Delete"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3153726\n"
-"18\n"
+"par_id3154483\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/B\">Blue</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/delete\">Deletes the selected color without confirmation.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3152940\n"
-"41\n"
+"par_id3154574\n"
"help.text"
-msgid "If you select CMYK, the initials of the four colors will appear and you can set the color from 0 to 255 with the spin button."
+msgid "You can only delete colors from the <emph>custom</emph> palette."
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3154942\n"
-"42\n"
+"hd_id31507671\n"
"help.text"
-msgid "C"
+msgid "New"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3145800\n"
-"43\n"
+"par_id3147426\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/C\">Cyan</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/newpreview\">Displays a preview of the color selected from the color palette and the changes you make with the controls below.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3155417\n"
-"44\n"
+"hd_id3150103\n"
"help.text"
-msgid "M"
+msgid "R"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3150093\n"
-"45\n"
+"par_id3152462\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/M\">Magenta</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/R_custom\">The color code of the red component of the color. Possible values are between 0 and 255.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3147124\n"
-"46\n"
+"hd_id3145366\n"
"help.text"
-msgid "Y"
+msgid "G"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3154098\n"
-"47\n"
+"par_id3153144\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/Y\">Yellow</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/G_custom\">The color code of the green component of the color. Possible values are between 0 and 255.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3154015\n"
-"48\n"
+"hd_id3153573\n"
"help.text"
-msgid "K"
+msgid "B"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3156180\n"
-"49\n"
+"par_id3153726\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/K\">Black</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/B_custom\">The color code of the blue component of the color. Possible values are between 0 and 255.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3156332\n"
-"27\n"
-"help.text"
-msgid "Add"
-msgstr "Dodaj"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3154481\n"
-"28\n"
+"hd_id31535731\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/add\">Adds a new color.</ahelp>"
+msgid "Hex"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3153708\n"
-"29\n"
+"par_id31537261\n"
"help.text"
-msgid "Modify"
-msgstr "Izmijeni"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3148916\n"
-"30\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/modify\">Changes the current color.</ahelp> Note that the color is overwritten without a confirmation."
+msgid "<ahelp hid=\"cui/ui/colorpage/hex_custom\">The color code of the color expressed as a hexadecimal value.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3154754\n"
-"31\n"
-"help.text"
-msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Edit\">Edit</link>"
-msgstr "<link href=\"text/shared/optionen/01050100.xhp\" name=\"Grid\">Mreža</link>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3159267\n"
-"33\n"
-"help.text"
-msgid "Load Color List"
-msgstr ""
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3154705\n"
-"34\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/load\">Accesses the <emph>Open</emph> dialog, which allows you to select a color palette</ahelp>."
-msgstr ""
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3147344\n"
-"36\n"
-"help.text"
-msgid "Save Color List"
-msgstr ""
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3163808\n"
-"37\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/save\">Opens the <emph>Save As</emph> dialog, which enables you to save the current color table under a specified name.</ahelp> If you do not choose this command, the current color table will be automatically saved as default and re-loaded the next time you start $[officename]."
-msgstr ""
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3154572\n"
-"38\n"
-"help.text"
-msgid "The <emph>Load color list</emph> and <emph>Save color list </emph>icons are visible only if you select the <emph>Colors</emph> tab with the <emph>Format - Area</emph> command."
+msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Pick\">Pick</link><ahelp hid=\"cui/ui/colorpage/edit\"><embed href=\"text/shared/optionen/01010501.xhp#farbentext\"/></ahelp>"
msgstr ""
#: 01010501.xhp
@@ -5335,8 +5212,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN1064B\n"
"help.text"
-msgid "<ahelp hid=\"703988739\">Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988739\">Odaberite da vidite dijalog upozorenja kad želite spasiti ili poslati dokument koji sadrži spasene promjene, verzije, ili blijeske.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/savesenddocs\">Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5351,8 +5228,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10652\n"
"help.text"
-msgid "<ahelp hid=\"703988740\">Select to see a warning dialog when you try to print a document that contains recorded changes or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988740\">Odaberite da vidite dijalog upozorenja kad želite štampati dokument koji sadrži spasene promjene ili blijeske..</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whenprinting\">Select to see a warning dialog when you try to print a document that contains recorded changes or comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5367,8 +5244,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10659\n"
"help.text"
-msgid "<ahelp hid=\"703988741\">Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988741\">Odaberite da vidite dijalog upozorenja kad želite potpisati dokument koji sadrži spasene promjene, verzije,polja, reference na druge izvore(npr. Povezane sekcije ili slike) ili blijeske.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whensigning\">Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5383,8 +5260,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10660\n"
"help.text"
-msgid "<ahelp hid=\"703988742\">Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments.</ahelp>"
-msgstr "<ahelp hid=\"703988742\">Odaberite da vidite dijalog upozorenja kad želite pretvoriti dokument u PDF format koji prikazuje spasene promjene u Writer, ili koji prikazuje blijeske</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whenpdf\">Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5395,13 +5272,12 @@ msgid "Remove personal information on saving"
msgstr "Ukloni privatne informacije pri spasavanju"
#: 01030300.xhp
-#, fuzzy
msgctxt ""
"01030300.xhp\n"
"par_idN10667\n"
"help.text"
-msgid "<ahelp hid=\"703988743\">Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>"
-msgstr "<ahelp hid=\"703988743\">Odaberite da uvijek uklonite podatke o korisniku iz postavki dokumenta. Ako opcija nije odabrana, i dalje možete ukloniti privatne podatke za trenutni dokument pritiskom na <emph>Poništi</emph> dugme na <emph>Datoteka - Osobine - Općenito</emph>.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/removepersonal\">Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5416,8 +5292,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10680\n"
"help.text"
-msgid "<ahelp hid=\"703988744\">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp>"
-msgstr "<ahelp hid=\"703988744\">Odaberite da biste uvijek omogućili <emph>Spasi sa lozinkom</emph> opciju u dijaloškom okviru za spasavanje dokumenta. Odznacite opciju da spasite dokument standardno, bez lozinke.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/password\">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5432,8 +5308,24 @@ msgctxt ""
"01030300.xhp\n"
"par_id79042\n"
"help.text"
-msgid "<ahelp hid=\".\">If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</ahelp>"
-msgstr "<ahelp hid=\".\">Ako je omogućen, morate držati Ctrl tipku dok klikate na hiperlink da slijedite taj link. Ako nije omogućeno, klik otvara hiperlink.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/ctrlclick\">If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</ahelp>"
+msgstr ""
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id1972107\n"
+"help.text"
+msgid "Block any links from documents not among the trusted locations (see Macro Security)"
+msgstr ""
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id79043\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/blockuntrusted\">Blocks the use of links pointing to images not in the trusted locations defined on the <link href=\"text/shared/optionen/macrosecurity_ts.xhp\" name=\"Trusted Sources\">Trusted Sources</link> tab of the Macro Security dialog.</ahelp> This can increase security in case you work with documents from untrusted sources (e.g. the internet) and are worried about vulnerabilities in image processing software components. Blocking the use of links means that images are not loaded in documents, only a placeholder frame is visible."
+msgstr ""
#: 01030300.xhp
msgctxt ""
diff --git a/source/bs/helpcontent2/source/text/smath.po b/source/bs/helpcontent2/source/text/smath.po
index 5130321dfaa..bea4f5ac822 100644
--- a/source/bs/helpcontent2/source/text/smath.po
+++ b/source/bs/helpcontent2/source/text/smath.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-08-25 12:34+0200\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
"PO-Revision-Date: 2016-05-17 09:01+0000\n"
"Last-Translator: Mirsad <mirsad@blic.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
+"X-Generator: LibreOffice\n"
"X-POOTLE-MTIME: 1463475677.000000\n"
#: main0000.xhp
@@ -250,9 +250,8 @@ msgstr "<link href=\"text/smath/main0103.xhp\" name=\"View\">Pogled</link>"
msgctxt ""
"main0103.xhp\n"
"par_id3147338\n"
-"2\n"
"help.text"
-msgid "Sets the display scale and defines which elements you want to be visible. Most of the commands that you can enter into the <emph>Commands</emph> window can also be accessed through a mouse click if you have already opened the Elements window with <link href=\"text/smath/01/03090000.xhp\" name=\"View - Elements\"><emph>View - Elements</emph></link>."
+msgid "Sets the display scale and defines which elements you want to be visible. Most of the commands that you can enter into the <emph>Commands</emph> window can also be accessed through a mouse click if you have already opened the Elements pane with <link href=\"text/smath/01/03090000.xhp\" name=\"View - Elements\"><emph>View - Elements</emph></link>."
msgstr ""
#: main0103.xhp
@@ -619,7 +618,6 @@ msgstr ""
msgctxt ""
"main0503.xhp\n"
"par_id3148774\n"
-"8\n"
"help.text"
-msgid "To make working with formulas easier, use the context menus, which can be called up with a right mouse click. This applies especially to the Commands window. This context menu contains all the commands that are found in the Elements window, and also operators, and so on, which can be inserted into your formula by mouse-click without having to key them into the Commands window."
+msgid "To make working with formulas easier, use the context menus, which can be called up with a right mouse click. This applies especially to the Commands window. This context menu contains all the commands that are found in the Elements pane, and also operators, and so on, which can be inserted into your formula by mouse-click without having to key them into the Commands window."
msgstr ""
diff --git a/source/bs/helpcontent2/source/text/smath/00.po b/source/bs/helpcontent2/source/text/smath/00.po
index be7d4833bfc..b03cd145d38 100644
--- a/source/bs/helpcontent2/source/text/smath/00.po
+++ b/source/bs/helpcontent2/source/text/smath/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2015-11-10 21:04+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2015-11-10 21:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bs\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1447189441.000000\n"
+"X-POOTLE-MTIME: 1447189439.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -311,26 +311,8 @@ msgstr ""
msgctxt ""
"00000004.xhp\n"
"par_id3154106\n"
-"71\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Izaberi <emph>Pogled - Navigator</emph> da otvoriš Navigator prozor."
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3153535\n"
-"help.text"
-msgid "<image id=\"img_id3151310\" src=\"res/helpimg/starmath/im21101.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151310\">Icon</alt></image>"
-msgstr ""
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3153774\n"
-"72\n"
-"help.text"
-msgid "Unary/Binary Operators"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Unary/Binary Operators</emph> from the listbox."
msgstr ""
#: 00000004.xhp
@@ -346,31 +328,13 @@ msgstr ""
msgctxt ""
"00000004.xhp\n"
"par_id3154473\n"
-"74\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Izaberi <emph>Pogled - Navigator</emph> da otvoriš Navigator prozor."
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3147531\n"
-"help.text"
-msgid "<image id=\"img_id3151103\" src=\"res/helpimg/starmath/bi21309.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151103\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Relations</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3150833\n"
-"75\n"
-"help.text"
-msgid "Relations"
-msgstr "Odnosi"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149687\n"
"37\n"
"help.text"
@@ -381,31 +345,13 @@ msgstr ""
msgctxt ""
"00000004.xhp\n"
"par_id3149342\n"
-"76\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Izaberi <emph>Pogled - Navigator</emph> da otvoriš Navigator prozor."
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3146921\n"
"help.text"
-msgid "<image id=\"img_id3146927\" src=\"res/helpimg/starmath/im21105.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146927\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Operators</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3148990\n"
-"39\n"
-"help.text"
-msgid "Operators"
-msgstr "Operatori"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149297\n"
"40\n"
"help.text"
@@ -416,31 +362,13 @@ msgstr ""
msgctxt ""
"00000004.xhp\n"
"par_id3143275\n"
-"77\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Izaberi <emph>Pogled - Navigator</emph> da otvoriš Navigator prozor."
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3149103\n"
-"help.text"
-msgid "<image id=\"img_id3154825\" src=\"res/helpimg/starmath/im21104.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3154825\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Functions</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3149796\n"
-"42\n"
-"help.text"
-msgid "Functions"
-msgstr "Funkcije"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3147092\n"
"43\n"
"help.text"
@@ -451,31 +379,13 @@ msgstr ""
msgctxt ""
"00000004.xhp\n"
"par_id3147220\n"
-"78\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Izaberi <emph>Pogled - Navigator</emph> da otvoriš Navigator prozor."
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3147584\n"
"help.text"
-msgid "<image id=\"img_id3148733\" src=\"res/helpimg/starmath/im21107.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148733\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Brackets</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3147330\n"
-"45\n"
-"help.text"
-msgid "Brackets"
-msgstr "Zagrade"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3153510\n"
"46\n"
"help.text"
@@ -486,31 +396,13 @@ msgstr ""
msgctxt ""
"00000004.xhp\n"
"par_id3147126\n"
-"79\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Izaberi <emph>Pogled - Navigator</emph> da otvoriš Navigator prozor."
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3154376\n"
"help.text"
-msgid "<image id=\"img_id3154390\" src=\"res/helpimg/starmath/at21706.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154390\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Attributes</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3153361\n"
-"48\n"
-"help.text"
-msgid "Attributes"
-msgstr "Atributi"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3154114\n"
"49\n"
"help.text"
@@ -521,31 +413,13 @@ msgstr ""
msgctxt ""
"00000004.xhp\n"
"par_id3150581\n"
-"80\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Izaberi <emph>Pogled - Navigator</emph> da otvoriš Navigator prozor."
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3151029\n"
-"help.text"
-msgid "<image id=\"img_id3151036\" src=\"res/helpimg/starmath/im21108.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151036\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Formats</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3155119\n"
-"51\n"
-"help.text"
-msgid "Formats"
-msgstr "Formati"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149008\n"
"52\n"
"help.text"
@@ -556,31 +430,13 @@ msgstr ""
msgctxt ""
"00000004.xhp\n"
"par_id3147313\n"
-"81\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Izaberi <emph>Pogled - Navigator</emph> da otvoriš Navigator prozor."
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3151377\n"
-"help.text"
-msgid "<image id=\"img_id3151384\" src=\"res/helpimg/starmath/op21401.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151384\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Set Operations</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3150686\n"
-"54\n"
-"help.text"
-msgid "Set Operations"
-msgstr "Operacije nad skupovima"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3150109\n"
"55\n"
"help.text"
@@ -719,29 +575,12 @@ msgctxt ""
"par_id3153968\n"
"91\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Izaberi <emph>Pogled - Navigator</emph> da otvoriš Navigator prozor."
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3154715\n"
-"help.text"
-msgid "<image id=\"img_id3154722\" src=\"res/helpimg/starmath/im21117.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154722\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Others</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3150459\n"
-"92\n"
-"help.text"
-msgid "Others"
-msgstr "Ostalo"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3145626\n"
"help.text"
msgid "<image id=\"img_id3145632\" src=\"cmd/sc_formelcursor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145632\">Icon</alt></image>"
diff --git a/source/bs/helpcontent2/source/text/smath/01.po b/source/bs/helpcontent2/source/text/smath/01.po
index 59849837b87..9491cf22d47 100644
--- a/source/bs/helpcontent2/source/text/smath/01.po
+++ b/source/bs/helpcontent2/source/text/smath/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
"PO-Revision-Date: 2016-05-06 19:43+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -442,18 +442,16 @@ msgstr ""
msgctxt ""
"03090100.xhp\n"
"par_id3151241\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">You can choose various unary and binary operators to build your $[officename] Math formula. Unary refers to operators that affect one placeholder. Binary refers to operators that connect two placeholders. The lower area of the Elements window displays the individual operators.</ahelp> The <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window also contains a list of these operators, as well as additional operators. If you need an operator that is not contained in the Elements window, use the context menu or type it directly in the <emph>Commands</emph> window."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">You can choose various unary and binary operators to build your $[officename] Math formula. Unary refers to operators that affect one placeholder. Binary refers to operators that connect two placeholders. The lower area of the Elements pane displays the individual operators.</ahelp> The <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window also contains a list of these operators, as well as additional operators. If you need an operator that is not contained in the Elements pane, use the context menu or type it directly in the <emph>Commands</emph> window."
msgstr ""
#: 03090100.xhp
msgctxt ""
"03090100.xhp\n"
"par_id3146963\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of the unary and binary operators. The symbol next to the operator indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the Commands window."
+msgid "The following is a complete list of the unary and binary operators. The symbol next to the operator indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the Commands window."
msgstr ""
#: 03090100.xhp
@@ -470,8 +468,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10085\n"
"help.text"
-msgid "<image id=\"img_id3156399\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">Icon</alt></image>"
-msgstr "<image id=\"img_id3168309\" src=\"starmath/res/at21709.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168309\">Ikona</alt></image>"
+msgid "<image id=\"img_id3156399\" src=\"res/helpimg/starmath/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -496,8 +494,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN100C1\n"
"help.text"
-msgid "<image id=\"img_id3148776\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148396\" src=\"starmath/res/bi21312.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148396\">Ikona</alt></image>"
+msgid "<image id=\"img_id3148776\" src=\"res/helpimg/starmath/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -522,8 +520,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN100FD\n"
"help.text"
-msgid "<image id=\"img_id3150757\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">Icon</alt></image>"
-msgstr "<image id=\"img_id3152097\" src=\"starmath/res/fu21503.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3152097\">Ikona</alt></image>"
+msgid "<image id=\"img_id3150757\" src=\"res/helpimg/starmath/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -548,8 +546,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10139\n"
"help.text"
-msgid "<image id=\"img_id3145410\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">Icon</alt></image>"
-msgstr "<image id=\"img_id3144100\" src=\"starmath/res/fo21601.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3144100\">Ikona</alt></image>"
+msgid "<image id=\"img_id3145410\" src=\"res/helpimg/starmath/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -574,8 +572,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10175\n"
"help.text"
-msgid "<image id=\"img_id3151098\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">Icon</alt></image>"
-msgstr "<image id=\"img_id3151509\" src=\"starmath/res/fu21509.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151509\">Ikona</alt></image>"
+msgid "<image id=\"img_id3151098\" src=\"res/helpimg/starmath/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -600,8 +598,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN101B0\n"
"help.text"
-msgid "<image id=\"img_id3155898\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">Icon</alt></image>"
-msgstr "<image id=\"img_id3159778\" src=\"starmath/res/at21705.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3159778\">Ikona</alt></image>"
+msgid "<image id=\"img_id3155898\" src=\"res/helpimg/starmath/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -626,8 +624,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN101E9\n"
"help.text"
-msgid "<image id=\"img_id3149308\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145938\" src=\"starmath/res/op21407.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145938\">Ikona</alt></image>"
+msgid "<image id=\"img_id3149308\" src=\"res/helpimg/starmath/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -652,8 +650,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10226\n"
"help.text"
-msgid "<image id=\"img_id3148982\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">Icon</alt></image>"
-msgstr "<image id=\"img_id3168012\" src=\"starmath/res/at21703.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168012\">Ikona</alt></image>"
+msgid "<image id=\"img_id3148982\" src=\"res/helpimg/starmath/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -678,8 +676,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN1025F\n"
"help.text"
-msgid "<image id=\"img_id3155140\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">Icon</alt></image>"
-msgstr "<image id=\"img_id3165141\" src=\"starmath/res/fu21520.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3165141\">Ikona</alt></image>"
+msgid "<image id=\"img_id3155140\" src=\"res/helpimg/starmath/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -704,8 +702,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10298\n"
"help.text"
-msgid "<image id=\"img_id3149168\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">Icon</alt></image>"
-msgstr "<image id=\"img_id3153168\" src=\"starmath/res/bi21308.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3153168\">Ikona</alt></image>"
+msgid "<image id=\"img_id3149168\" src=\"res/helpimg/starmath/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -730,8 +728,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN102D1\n"
"help.text"
-msgid "<image id=\"img_id3148765\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148396\" src=\"starmath/res/bi21312.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148396\">Ikona</alt></image>"
+msgid "<image id=\"img_id3148765\" src=\"res/helpimg/starmath/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -756,8 +754,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN1030A\n"
"help.text"
-msgid "<image id=\"img_id3147418\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">Icon</alt></image>"
-msgstr "<image id=\"img_id3166318\" src=\"starmath/res/fu21522.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3166318\">Ikona</alt></image>"
+msgid "<image id=\"img_id3147418\" src=\"res/helpimg/starmath/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -782,8 +780,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10343\n"
"help.text"
-msgid "<image id=\"img_id3149566\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">Icon</alt></image>"
-msgstr "<image id=\"img_id3144541\" src=\"starmath/res/fo21604.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3144541\">Ikona</alt></image>"
+msgid "<image id=\"img_id3149566\" src=\"res/helpimg/starmath/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -808,8 +806,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10383\n"
"help.text"
-msgid "<image id=\"img_id3147116\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">Icon</alt></image>"
-msgstr "<image id=\"img_id3167716\" src=\"starmath/res/at21701.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3167716\">Ikona</alt></image>"
+msgid "<image id=\"img_id3147116\" src=\"res/helpimg/starmath/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -834,8 +832,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN103C3\n"
"help.text"
-msgid "<image id=\"img_id3148440\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148396\" src=\"starmath/res/bi21312.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148396\">Ikona</alt></image>"
+msgid "<image id=\"img_id3148440\" src=\"res/helpimg/starmath/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -860,8 +858,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10403\n"
"help.text"
-msgid "<image id=\"img_id3150173\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">Icon</alt></image>"
-msgstr "<image id=\"img_id3158173\" src=\"starmath/res/op21401.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158173\">Ikona</alt></image>"
+msgid "<image id=\"img_id3150173\" src=\"res/helpimg/starmath/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -1011,7 +1009,7 @@ msgctxt ""
"par_id3153152\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">You can choose among various relations to structure your <emph>$[officename] Math</emph> formula. The relation functions are displayed in the lower part of the Elements window.</ahelp> The list is also in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All relations that are not contained in the Elements window or in the context menu can be typed manually in the Commands window."
+msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">You can choose among various relations to structure your <emph>$[officename] Math</emph> formula. The relation functions are displayed in the lower part of the Elements pane.</ahelp> The list is also in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All relations that are not contained in the Elements pane or in the context menu can be typed manually in the Commands window."
msgstr ""
#: 03090200.xhp
@@ -1020,7 +1018,7 @@ msgctxt ""
"par_id3147258\n"
"3\n"
"help.text"
-msgid "The following is a complete list of the relations. The symbol next to the name of the relation indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgid "The following is a complete list of the relations. The symbol next to the name of the relation indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
msgstr ""
#: 03090200.xhp
@@ -1870,18 +1868,16 @@ msgstr "<link href=\"text/scalc/01/05070000.xhp\" name=\"Page\">Strana</link>"
msgctxt ""
"03090300.xhp\n"
"par_id3149755\n"
-"35\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\">You can choose among various operators to structure your <emph>$[officename] Math</emph> formula. All available operators appear in the lower part of the Elements window.</ahelp> They are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All operators not contained in the Elements window or in the context menu must be typed manually in the <emph>Commands</emph> window."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\">You can choose among various operators to structure your <emph>$[officename] Math</emph> formula. All available operators appear in the lower part of the Elements pane.</ahelp> They are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All operators not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window."
msgstr ""
#: 03090300.xhp
msgctxt ""
"03090300.xhp\n"
"par_id3153576\n"
-"36\n"
"help.text"
-msgid "The following is a list of the available operators. An icon next to the operator name indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgid "The following is a list of the available operators. An icon next to the operator name indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
msgstr ""
#: 03090300.xhp
@@ -2314,9 +2310,8 @@ msgstr "<link href=\"text/scalc/01/05070000.xhp\" name=\"Page\">Strana</link>"
msgctxt ""
"03090400.xhp\n"
"par_id3155374\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">Choose a function in the lower part of the window.</ahelp> These functions are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements window need to be typed manually in the Commands window."
+msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">Choose a function in the lower part of the window.</ahelp> These functions are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements pane need to be typed manually in the Commands window."
msgstr ""
#: 03090400.xhp
@@ -2325,7 +2320,7 @@ msgctxt ""
"par_id3150760\n"
"3\n"
"help.text"
-msgid "The following is a list of all functions that appear in the <emph>Elements</emph> window. The icon next to the function indicates that it can be accessed through the Elements window (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
+msgid "The following is a list of all functions that appear in the <emph>Elements</emph> pane. The icon next to the function indicates that it can be accessed through the Elements pane (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
msgstr ""
#: 03090400.xhp
@@ -3034,18 +3029,16 @@ msgstr "<link href=\"text/scalc/01/05070000.xhp\" name=\"Page\">Strana</link>"
msgctxt ""
"03090500.xhp\n"
"par_id3147258\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">You can choose among various bracket types to structure a <emph>$[officename] Math</emph> formula. Bracket types are displayed in the lower part of the Elements window.</ahelp> These brackets are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All brackets that are not contained in the Elements window or in the context menu can be typed manually in the <emph>Commands</emph> window."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">You can choose among various bracket types to structure a <emph>$[officename] Math</emph> formula. Bracket types are displayed in the lower part of the Elements pane.</ahelp> These brackets are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All brackets that are not contained in the Elements pane or in the context menu can be typed manually in the <emph>Commands</emph> window."
msgstr ""
#: 03090500.xhp
msgctxt ""
"03090500.xhp\n"
"par_id3154264\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of all available bracket types. The icon next to the bracket type indicates that it can be accessed through the Elements window (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
+msgid "The following is a complete list of all available bracket types. The icon next to the bracket type indicates that it can be accessed through the Elements pane (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
msgstr ""
#: 03090500.xhp
@@ -3716,18 +3709,16 @@ msgstr "<variable id=\"attributes\"><link href=\"text/smath/01/03091506.xhp\" na
msgctxt ""
"03090600.xhp\n"
"par_id3145802\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\">You can choose from various attributes for <emph>%PRODUCTNAME</emph> <emph>Math</emph> formulas. Some attributes are displayed in the lower part of the Elements window.</ahelp> These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements window or in the context menu must be typed manually in the <emph>Commands</emph> window."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\">You can choose from various attributes for <emph>%PRODUCTNAME</emph> <emph>Math</emph> formulas. Some attributes are displayed in the lower part of the Elements pane.</ahelp> These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window."
msgstr ""
#: 03090600.xhp
msgctxt ""
"03090600.xhp\n"
"par_id3155962\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of all attributes available in <item type=\"productname\">%PRODUCTNAME</item> Math. The symbol next to the attribute indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgid "The following is a complete list of all attributes available in <item type=\"productname\">%PRODUCTNAME</item> Math. The symbol next to the attribute indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
msgstr ""
#: 03090600.xhp
@@ -4440,7 +4431,7 @@ msgctxt ""
"par_id3147262\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower half of the Formula Elements window.</ahelp> These options are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower half of the Formula Elements pane.</ahelp> These options are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window."
msgstr ""
#: 03090700.xhp
@@ -4449,7 +4440,7 @@ msgctxt ""
"par_id3154263\n"
"3\n"
"help.text"
-msgid "The following is a complete list of all available formatting options in $[officename] Math. The icon next to the formatting option indicates that it can be accessed through the Elements window (menu <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgid "The following is a complete list of all available formatting options in $[officename] Math. The icon next to the formatting option indicates that it can be accessed through the Elements pane (menu <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
msgstr ""
#: 03090700.xhp
@@ -5024,7 +5015,7 @@ msgctxt ""
"par_id3154641\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\">Assign different set operators to the characters in your <emph>$[officename] Math</emph> formula. The individual operators are shown in the lower section of the Elements window</ahelp>. Call the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> in the <emph>Commands</emph> window to see an identical list of the individual functions. Any operators not found in the Elements window have to be entered directly in the Commands window. You can also directly insert other parts of the formula even if symbols already exist for them."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\">Assign different set operators to the characters in your <emph>$[officename] Math</emph> formula. The individual operators are shown in the lower section of the Elements pane</ahelp>. Call the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> in the <emph>Commands</emph> window to see an identical list of the individual functions. Any operators not found in the Elements pane have to be entered directly in the Commands window. You can also directly insert other parts of the formula even if symbols already exist for them."
msgstr ""
#: 03090800.xhp
@@ -5033,7 +5024,7 @@ msgctxt ""
"par_id3149290\n"
"3\n"
"help.text"
-msgid "After clicking the <emph>Set Operations</emph> icon in the Elements window additional icons will be shown in the lower part of this window. Simply click a symbol to incorporate the operator in the formula being edited in the Commands window."
+msgid "After clicking the <emph>Set Operations</emph> icon in the Elements pane additional icons will be shown in the lower part of this window. Simply click a symbol to incorporate the operator in the formula being edited in the Commands window."
msgstr ""
#: 03090800.xhp
@@ -6120,7 +6111,7 @@ msgctxt ""
"par_id3151392\n"
"5\n"
"help.text"
-msgid "Set brackets were previously inserted in the Elements window or directly in the Commands window as \"left lbrace <?> right rbrace\". Now, a left and a right set bracket can also be inserted using \"lbrace\" and \"rbrace\", with or without wildcards."
+msgid "Set brackets were previously inserted in the Elements pane or directly in the Commands window as \"left lbrace <?> right rbrace\". Now, a left and a right set bracket can also be inserted using \"lbrace\" and \"rbrace\", with or without wildcards."
msgstr ""
#: 03091100.xhp
@@ -6970,9 +6961,8 @@ msgstr ""
msgctxt ""
"03091501.xhp\n"
"par_id3151388\n"
-"472\n"
"help.text"
-msgid "Symbol in Elements Window"
+msgid "Symbol in Elements pane"
msgstr ""
#: 03091501.xhp
@@ -6989,8 +6979,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3156276\n"
"help.text"
-msgid "<image id=\"Graphic10\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3168309\" src=\"starmath/res/at21709.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168309\">Ikona</alt></image>"
+msgid "<image id=\"Graphic10\" src=\"res/helpimg/starmath/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7006,8 +6996,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3163824\n"
"help.text"
-msgid "<image id=\"Graphic21\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3158218\" src=\"starmath/res/op21402.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3158218\">Ikona</alt></image>"
+msgid "<image id=\"Graphic21\" src=\"res/helpimg/starmath/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7023,8 +7013,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147514\n"
"help.text"
-msgid "<image id=\"Graphic4\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3167864\" src=\"starmath/res/at21702.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3167864\">Ikona</alt></image>"
+msgid "<image id=\"Graphic4\" src=\"res/helpimg/starmath/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7040,8 +7030,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3154821\n"
"help.text"
-msgid "<image id=\"Graphic13\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148396\" src=\"starmath/res/bi21312.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148396\">Ikona</alt></image>"
+msgid "<image id=\"Graphic13\" src=\"res/helpimg/starmath/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7057,8 +7047,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3155179\n"
"help.text"
-msgid "<image id=\"Graphic7\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3157227\" src=\"starmath/res/fu21508.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3157227\">Ikona</alt></image>"
+msgid "<image id=\"Graphic7\" src=\"res/helpimg/starmath/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7074,8 +7064,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3150832\n"
"help.text"
-msgid "<image id=\"Graphic6\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156786\" src=\"starmath/res/fu21505.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156786\">Ikona</alt></image>"
+msgid "<image id=\"Graphic6\" src=\"res/helpimg/starmath/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7091,8 +7081,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3145590\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3166024\" src=\"starmath/res/fu21501.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3166024\">Ikona</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/helpimg/starmath/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7108,8 +7098,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3150764\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3168012\" src=\"starmath/res/at21703.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168012\">Ikona</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/helpimg/starmath/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7133,8 +7123,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3146336\n"
"help.text"
-msgid "<image id=\"Graphic14\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3160814\" src=\"starmath/res/at21714.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3160814\">Ikona</alt></image>"
+msgid "<image id=\"Graphic14\" src=\"res/helpimg/starmath/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7200,8 +7190,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147212\n"
"help.text"
-msgid "<image id=\"Graphic8\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3168457\" src=\"starmath/res/im21106.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3168457\">Ikona</alt></image>"
+msgid "<image id=\"Graphic8\" src=\"res/helpimg/starmath/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7217,8 +7207,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3151130\n"
"help.text"
-msgid "<image id=\"Graphic16\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3166172\" src=\"starmath/res/fu21521.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3166172\">Ikona</alt></image>"
+msgid "<image id=\"Graphic16\" src=\"res/helpimg/starmath/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7234,8 +7224,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147470\n"
"help.text"
-msgid "<image id=\"Graphic12\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149271\" src=\"starmath/res/bi21311.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149271\">Ikona</alt></image>"
+msgid "<image id=\"Graphic12\" src=\"res/helpimg/starmath/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7251,8 +7241,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3151319\n"
"help.text"
-msgid "<image id=\"Graphic5\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3144541\" src=\"starmath/res/fo21604.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3144541\">Ikona</alt></image>"
+msgid "<image id=\"Graphic5\" src=\"res/helpimg/starmath/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7344,8 +7334,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147065\n"
"help.text"
-msgid "<image id=\"Graphic15\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3154422\" src=\"starmath/res/bi21315.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154422\">Ikona</alt></image>"
+msgid "<image id=\"Graphic15\" src=\"res/helpimg/starmath/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7378,8 +7368,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3148873\n"
"help.text"
-msgid "<image id=\"Graphic11\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3151656\" src=\"starmath/res/fu21510.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151656\">Ikona</alt></image>"
+msgid "<image id=\"Graphic11\" src=\"res/helpimg/starmath/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7395,8 +7385,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147073\n"
"help.text"
-msgid "<image id=\"Graphic9\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"img_id3159628\" src=\"starmath/res/at21707.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3159628\">Ikona</alt></image>"
+msgid "<image id=\"Graphic9\" src=\"res/helpimg/starmath/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7477,9 +7467,8 @@ msgstr ""
msgctxt ""
"03091502.xhp\n"
"par_id3154032\n"
-"475\n"
"help.text"
-msgid "Symbol in Elements Window"
+msgid "Symbol in Elements pane"
msgstr ""
#: 03091502.xhp
@@ -8121,9 +8110,8 @@ msgstr ""
msgctxt ""
"03091503.xhp\n"
"par_id3145724\n"
-"478\n"
"help.text"
-msgid "Symbol in Elements Window"
+msgid "Symbol in Elements pane"
msgstr ""
#: 03091503.xhp
@@ -8561,9 +8549,8 @@ msgstr ""
msgctxt ""
"03091504.xhp\n"
"par_id3156681\n"
-"481\n"
"help.text"
-msgid "Symbol in Elements Window"
+msgid "Symbol in Elements pane"
msgstr ""
#: 03091504.xhp
@@ -9054,9 +9041,8 @@ msgstr ""
msgctxt ""
"03091505.xhp\n"
"par_id3143994\n"
-"484\n"
"help.text"
-msgid "Symbol in Elements Window"
+msgid "Symbol in Elements pane"
msgstr ""
#: 03091505.xhp
@@ -9352,9 +9338,8 @@ msgstr ""
msgctxt ""
"03091506.xhp\n"
"par_id3167610\n"
-"487\n"
"help.text"
-msgid "Symbol in Elements Window"
+msgid "Symbol in Elements pane"
msgstr ""
#: 03091506.xhp
@@ -9794,9 +9779,8 @@ msgstr ""
msgctxt ""
"03091507.xhp\n"
"par_id3162086\n"
-"490\n"
"help.text"
-msgid "Symbol in Elements Window"
+msgid "Symbol in Elements pane"
msgstr ""
#: 03091507.xhp
@@ -10210,7 +10194,7 @@ msgctxt ""
"03091508.xhp\n"
"par_id3180684\n"
"help.text"
-msgid "Symbol in Elements Window"
+msgid "Symbol in Elements pane"
msgstr ""
#: 03091508.xhp
@@ -10665,9 +10649,8 @@ msgstr ""
msgctxt ""
"03091509.xhp\n"
"par_id3184320\n"
-"496\n"
"help.text"
-msgid "Symbol in Elements Window"
+msgid "Symbol in Elements pane"
msgstr ""
#: 03091509.xhp
diff --git a/source/bs/helpcontent2/source/text/smath/04.po b/source/bs/helpcontent2/source/text/smath/04.po
index 5527a483262..f1bed3a7222 100644
--- a/source/bs/helpcontent2/source/text/smath/04.po
+++ b/source/bs/helpcontent2/source/text/smath/04.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2012-11-29 08:14+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2013-05-24 08:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bs\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1354176851.0\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1369382717.000000\n"
#: 01020000.xhp
msgctxt ""
@@ -171,10 +171,9 @@ msgstr "Ažuriraj"
msgctxt ""
"01020000.xhp\n"
"hd_id3153732\n"
-"21\n"
"help.text"
-msgid "Navigation in the Elements Window"
-msgstr "Navigacija u pregledniku izvora podataka."
+msgid "Navigation in the Elements pane"
+msgstr ""
#: 01020000.xhp
msgctxt ""
diff --git a/source/bs/helpcontent2/source/text/smath/guide.po b/source/bs/helpcontent2/source/text/smath/guide.po
index 0be87f6744e..c03c156fa10 100644
--- a/source/bs/helpcontent2/source/text/smath/guide.po
+++ b/source/bs/helpcontent2/source/text/smath/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2012-11-29 08:14+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2013-05-24 08:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bs\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1354176852.0\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1369382717.000000\n"
#: align.xhp
msgctxt ""
@@ -422,28 +422,25 @@ msgstr ""
msgctxt ""
"keyboard.xhp\n"
"par_id3150537\n"
-"13\n"
"help.text"
-msgid "You can compose formulas using the Elements window. Open it with the menu <emph>View - Elements</emph> if it is not already open."
+msgid "You can compose formulas using the Elements pane. Open it with the menu <emph>View - Elements</emph> if it is not already open."
msgstr ""
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"par_id3155625\n"
-"10\n"
"help.text"
-msgid "If the Elements window is open, use F6 to switch from the Commands window to the Elements window and back."
+msgid "If the Elements pane is open, use F6 to switch from the Commands window to the Elements pane and back."
msgstr ""
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"hd_id3154554\n"
-"11\n"
"help.text"
-msgid "Elements window"
-msgstr "Element"
+msgid "Elements pane"
+msgstr ""
#: limits.xhp
msgctxt ""
@@ -498,7 +495,7 @@ msgctxt ""
"limits.xhp\n"
"par_id1276589\n"
"help.text"
-msgid "You see the Math input window and the Elements window. If you don't see the Elements window, you can enable it in the View menu."
+msgid "You see the Math input window and the Elements pane on the left."
msgstr ""
#: limits.xhp
@@ -506,16 +503,16 @@ msgctxt ""
"limits.xhp\n"
"par_id3283791\n"
"help.text"
-msgid "In the upper part of the Elements window, click the <emph>Operators</emph> icon."
-msgstr "U <emph> polja</emph> okvir za dijalog, kliknite <emph> dokumenta</emph> karticu."
+msgid "From the list on the upper part of the Elements pane, select the <emph>Operators</emph> item."
+msgstr ""
#: limits.xhp
msgctxt ""
"limits.xhp\n"
"par_id9734794\n"
"help.text"
-msgid "In the lower part of the Elements window, click the <emph>Sum</emph> icon."
-msgstr "U <emph> polja</emph> okvir za dijalog, kliknite <emph> dokumenta</emph> karticu."
+msgid "In the lower part of the Elements pane, click the <emph>Sum</emph> icon."
+msgstr ""
#: limits.xhp
msgctxt ""
@@ -586,7 +583,7 @@ msgctxt ""
"limits.xhp\n"
"par_id9406414\n"
"help.text"
-msgid "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements window, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window."
+msgid "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements pane, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window."
msgstr ""
#: limits.xhp
@@ -618,7 +615,7 @@ msgctxt ""
"limits.xhp\n"
"par_id4651020\n"
"help.text"
-msgid "A small gap exists between f(x) and dx, which you can also enter using the Elements window: click the <emph>Format</emph> icon, then the <emph>Small Gap</emph> icon."
+msgid "A small gap exists between f(x) and dx, which you can also enter using the Elements pane: select the <emph>Formats</emph> item from the list on the top, then the <emph>Small Gap</emph> icon."
msgstr ""
#: limits.xhp
diff --git a/source/bs/helpcontent2/source/text/swriter/01.po b/source/bs/helpcontent2/source/text/swriter/01.po
index 7c03488f022..54046cd8a33 100644
--- a/source/bs/helpcontent2/source/text/swriter/01.po
+++ b/source/bs/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-05-24 03:27+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-07-05 17:05+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bs\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1464060429.000000\n"
+"X-POOTLE-MTIME: 1467738359.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -15156,37 +15156,33 @@ msgstr "Numerisanje"
msgctxt ""
"05030800.xhp\n"
"hd_id3151173\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/01/05030800.xhp\" name=\"Numbering\">Outline & Numbering</link>"
-msgstr "<link href=\"text/swriter/01/05060100.xhp\" name=\"Type\">Vrsta</link>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3154100\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"HID_NUMPARA\">Adds or removes outline level, numbering, or bullets from the paragraph. You can also select the style of numbering to use, and reset the numbering in a numbered list.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/NumParaPage\">Adds or removes outline level, numbering, or bullets from the paragraph. You can also select the style of numbering to use, and reset the numbering in a numbered list.</ahelp>"
msgstr ""
#: 05030800.xhp
-#, fuzzy
msgctxt ""
"05030800.xhp\n"
"par_id3153536\n"
"help.text"
-msgid "To change the numbering options for paragraphs that use the same paragraph style, choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles </emph>icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the<emph> Outline & Numbering</emph> tab."
-msgstr "Za promjenunacina numerisanja paragrafa koji koriste isti stil formatiranja, izaberite <emph>Format - Styles and </emph>, zatim kliknite <emph>Paragraph Styles</emph> ikonu. Desni/klik stil u listi, izaberite<emph>Izmijeni</emph>, and then click the <emph>Numbering</emph> tab."
+msgid "To change the numbering options for paragraphs that use the same paragraph style, choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles</emph> icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the <emph>Outline & Numbering</emph> tab."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3154470\n"
-"26\n"
"help.text"
-msgid "To change the numbering options for selected paragraphs, choose <emph>Format -</emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link>, and then click the<emph> Outline & Numbering</emph> tab."
-msgstr "To change the numbering options for selected paragraphs, choose <emph>Format -</emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Odlomak</emph></link>, and then click the <emph>Numbering</emph> tab."
+msgid "To change the numbering options for selected paragraphs, choose <emph>Format - </emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link>, and then click the <emph>Outline & Numbering</emph> tab."
+msgstr ""
#: 05030800.xhp
msgctxt ""
@@ -15201,50 +15197,61 @@ msgctxt ""
"05030800.xhp\n"
"par_id1209200804371097\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Body text</emph> to reset the outline level."
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_OUTLINE_LEVEL\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Body text</emph> to reset the outline level."
msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3143283\n"
-"5\n"
"help.text"
msgid "Numbering"
-msgstr "Numerisanje"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3154188\n"
-"3\n"
"help.text"
msgid "Numbering Style"
-msgstr "Stil numerisanja"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3155178\n"
-"4\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_NUMPARA:LB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link> window if you click the <emph>Numbering Style</emph> icon."
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link> window if you click the <emph>Numbering Style</emph> icon."
+msgstr ""
+
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3154189\n"
+"help.text"
+msgid "Edit Style"
+msgstr ""
+
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3155179\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/editnumstyle\">Edit the properties of the selected numbering style.</ahelp> These properties will apply to all paragraphs formatted with the given numbering style."
msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3149106\n"
-"7\n"
"help.text"
msgid "This section only appears when you edit the properties of the current paragraph by choosing <emph>Format - Paragraph</emph>."
-msgstr "Ovo poglavlje se pojavljuje samo kada uređujete svojstva trenutnog paragrafa, izaberite <emph>Format - Odlomak</emph>."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3151250\n"
-"8\n"
"help.text"
msgid "Restart at this paragraph"
msgstr ""
@@ -15253,16 +15260,14 @@ msgstr ""
msgctxt ""
"05030800.xhp\n"
"par_id3154831\n"
-"9\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_NEW_START\">Restarts the numbering at the current paragraph.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_NEW_START\">Restarts the numbering at the current paragraph.</ahelp>"
msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147096\n"
-"24\n"
"help.text"
msgid "Start with"
msgstr ""
@@ -15271,16 +15276,14 @@ msgstr ""
msgctxt ""
"05030800.xhp\n"
"par_id3148979\n"
-"25\n"
"help.text"
-msgid "<ahelp hid=\"SW_TRISTATEBOX_TP_NUMPARA_CB_NUMBER_NEW_START\">Select this check box, and then enter the number that you want to assign to the paragraph.</ahelp>"
-msgstr "<ahelp hid=\"SW_TRISTATEBOX_TP_NUMPARA_CB_NUMBER_NEW_START\">Mark this tick box, and then enter the number that you want to assign to the paragraph.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_NUMBER_NEW_START\">Select this check box, and then enter the number that you want to assign to the paragraph.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147226\n"
-"10\n"
"help.text"
msgid "\"Start with\" spin button"
msgstr ""
@@ -15289,25 +15292,22 @@ msgstr ""
msgctxt ""
"05030800.xhp\n"
"par_id3153632\n"
-"11\n"
"help.text"
-msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_NEW_START\">Enter the number that you want to assign to the paragraph.</ahelp> The following paragraphs are numbered consecutively from the number that you enter here."
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/spinNF_NEW_START\">Enter the number that you want to assign to the paragraph.</ahelp> The following paragraphs are numbered consecutively from the number that you enter here."
msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147581\n"
-"15\n"
"help.text"
msgid "Line numbering"
-msgstr "Numerisanje linija"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3152771\n"
-"16\n"
"help.text"
msgid "Specify the <link href=\"text/swriter/01/06180000.xhp\" name=\"Line numbering\">Line numbering</link> options. To add line numbers to your document, choose <emph>Tools - Line Numbering</emph>."
msgstr ""
@@ -15316,7 +15316,6 @@ msgstr ""
msgctxt ""
"05030800.xhp\n"
"hd_id3153345\n"
-"17\n"
"help.text"
msgid "Include this paragraph in line numbering"
msgstr ""
@@ -15325,16 +15324,14 @@ msgstr ""
msgctxt ""
"05030800.xhp\n"
"par_id3156267\n"
-"18\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_COUNT_PARA\">Includes the current paragraph in the line numbering.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_COUNT_PARA\">Includes the current paragraph in the line numbering.</ahelp>"
msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3151026\n"
-"19\n"
"help.text"
msgid "Restart at this paragraph"
msgstr ""
@@ -15343,16 +15340,14 @@ msgstr ""
msgctxt ""
"05030800.xhp\n"
"par_id3149168\n"
-"20\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_RESTART_PARACOUNT\">Restarts the line numbering at the current paragraph, or at the number that you enter.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_RESTART_PARACOUNT\">Restarts the line numbering at the current paragraph, or at the number that you enter.</ahelp>"
msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3145775\n"
-"21\n"
"help.text"
msgid "Start with"
msgstr ""
@@ -15361,9 +15356,8 @@ msgstr ""
msgctxt ""
"05030800.xhp\n"
"par_id3149355\n"
-"22\n"
"help.text"
-msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_RESTART_PARA\">Enter the number at which to restart the line numbering</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/spinNF_RESTART_PARA\">Enter the number at which to restart the line numbering</ahelp>"
msgstr ""
#: 05040000.xhp
@@ -15815,25 +15809,22 @@ msgstr "Fusnote"
msgctxt ""
"05040600.xhp\n"
"hd_id3154767\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\">Footnote</link>"
-msgstr "<link href=\"text/swriter/01/04070200.xhp\" name=\"Format\">Format</link>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3149351\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"HID_FOOTNOTE_PAGE\">Specifies the layout options for footnotes, including the line that separates the footnote from the main body of document.</ahelp>"
-msgstr "<ahelp hid=\"HID_FOOTNOTE_PAGE\">Odredjuje opciju izgleda fusnote, ukljucujuci liniju kojja razdvaja fusnotu od glavnog dijella teksta.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/FootnoteAreaPage\">Specifies the layout options for footnotes, including the line that separates the footnote from the main body of document.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154646\n"
-"3\n"
"help.text"
msgid "Footnote area"
msgstr ""
@@ -15842,172 +15833,185 @@ msgstr ""
msgctxt ""
"05040600.xhp\n"
"par_id3151168\n"
-"4\n"
"help.text"
msgid "Set the height of the footnote area."
-msgstr "Postavlja visinu podrucja fusnote."
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3145412\n"
-"5\n"
"help.text"
msgid "Not larger than page area"
-msgstr "Ne vece od podrucja stranice"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3147514\n"
-"6\n"
"help.text"
-msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE\">Automatically adjusts the height of the footnote area depending on the number of footnotes.</ahelp>"
-msgstr "<ahelp hid=\"SW:RADIOBUTTON:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE\">Automatski podesava visinu podrucja fusnote u zavisnosti od broja fusnota.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheightpage\">Automatically adjusts the height of the footnote area depending on the number of footnotes.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154099\n"
-"7\n"
"help.text"
-msgid "Maximum Footnote Height"
+msgid "Maximum footnote height"
msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3149807\n"
-"8\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets a maximum height for the footnote area. Enable this option, then enter the height.</ahelp>"
-msgstr "<ahelp hid=\".\">Postavlja maksimalnu visinu podrucja fusnote. Oznacite, a zatim unesite visinu</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheight\">Sets a maximum height for the footnote area. Enable this option, then enter the height.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3154568\n"
-"10\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT\">Enter the maximum height for the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT\">Unesite maksimalnu visinu podrucja fusnote.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheightsb\">Enter the maximum height for the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3151318\n"
-"11\n"
"help.text"
-msgid "Distance from text"
+msgid "Space to text"
msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3153665\n"
-"12\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_DIST\">Enter the amount of space to leave between the bottom page margin and the first line of text in the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_DIST\">Unesite kolicinu razmaka izmedju dna stranice i prve linije teksta fusnote.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/spacetotext\">Enter the amount of space to leave between the bottom page margin and the first line of text in the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3155897\n"
-"13\n"
"help.text"
msgid "Separator Line"
-msgstr "Linija razmaka"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3149689\n"
-"14\n"
"help.text"
-msgid "Specifies the position and length of the separator line."
-msgstr "Odrediti poziciju i duzinu linije razmaka"
+msgid "Specifies the position and other properties of the separator line."
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154194\n"
-"15\n"
"help.text"
msgid "Position"
-msgstr "Položaj"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3155184\n"
-"16\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINEPOS\">Select the horizontal alignment for the line that separates the main text from the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINEPOS\">Sizaberite horizontalno poravnanje za liniju koja razdvaja tekst od podrucja fusnote.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/position\">Select the horizontal alignment for the line that separates the main text from the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"hd_id3143284\n"
-"17\n"
+"hd_id3151253\n"
"help.text"
-msgid "Length"
-msgstr "Duzina"
+msgid "Style"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"par_id3154827\n"
-"18\n"
+"par_id3149105\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEWIDTH\">Enter the length of the separator line as a percentage of the page width area.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/style\">Select the formatting style for the separator line. If you do not want a separator line, choose \"None\".</ahelp>"
msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"hd_id3151253\n"
-"19\n"
+"hd_id3151254\n"
"help.text"
-msgid "Weight"
-msgstr "Tezina"
+msgid "Thickness"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"par_id3149105\n"
-"20\n"
+"par_id3149106\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/thickness\">Select the thickness of the separator line.</ahelp>"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"hd_id3151255\n"
+"help.text"
+msgid "Color"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"par_id3149107\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/color\">Select the color of the separator line.</ahelp>"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"hd_id3143284\n"
+"help.text"
+msgid "Length"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"par_id3154827\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINETYPE\">Select the formatting style for the separator line. If you do not want a separator line, choose \"0.0 pt\".</ahelp>"
-msgstr "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINETYPE\">Izaberite stil formatiranjaq za liniju razmaka. Ako ne zelite liniju razmaka, izaberite \"0.0 pt\".</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/length\">Enter the length of the separator line as a percentage of the page width area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3149828\n"
-"21\n"
"help.text"
-msgid "Spacing"
-msgstr "Razdvajanje"
+msgid "Spacing to footnote contents"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3148970\n"
-"22\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEDIST\">Enter the amount of space to leave between the separator line and the first line of the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEDIST\">Unesite kolicinu razmaka izmedju linije razmaka i prve linije fusnote.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/spacingtocontents\">Enter the amount of space to leave between the separator line and the first line of the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3155145\n"
-"24\n"
"help.text"
msgid "To specify the spacing between two footnotes, choose <item type=\"menuitem\">Format - Paragraph</item>, and then click the <emph>Indents & Spacing</emph> tab."
-msgstr "Za odredjivanje razmaka izmedju dvije fusnote <emph>Uvlačenje i razmaci</emph> tab."
+msgstr ""
#: 05040700.xhp
msgctxt ""
diff --git a/source/bs/officecfg/registry/data/org/openoffice/Office/UI.po b/source/bs/officecfg/registry/data/org/openoffice/Office/UI.po
index 78b354612a2..4366129a3eb 100644
--- a/source/bs/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/bs/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-04 18:01+0000\n"
+"POT-Creation-Date: 2016-12-27 21:51+0100\n"
+"PO-Revision-Date: 2016-12-01 12:44+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bs\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467655308.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480596261.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -25033,6 +25033,105 @@ msgctxt ""
msgid "Standard"
msgstr "Standardno"
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
diff --git a/source/bs/sc/source/ui/src.po b/source/bs/sc/source/ui/src.po
index 5c8184a5c2f..24fddc28e08 100644
--- a/source/bs/sc/source/ui/src.po
+++ b/source/bs/sc/source/ui/src.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 18:13+0000\n"
+"POT-Creation-Date: 2016-12-10 23:38+0100\n"
+"PO-Revision-Date: 2016-12-01 12:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bs\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467655992.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480596909.000000\n"
#: filter.src
msgctxt ""
@@ -9682,8 +9682,8 @@ msgctxt ""
"RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SUM_IF\n"
"1\n"
"string.text"
-msgid "Totals the arguments that meet the conditions."
-msgstr "Sumira argumente koji odgovaraju uslovima."
+msgid "Totals the arguments that meet the condition."
+msgstr ""
#: scfuncs.src
msgctxt ""
diff --git a/source/bs/svx/uiconfig/ui.po b/source/bs/svx/uiconfig/ui.po
index f67abe163a7..a7c8beee4eb 100644
--- a/source/bs/svx/uiconfig/ui.po
+++ b/source/bs/svx/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 18:38+0000\n"
+"POT-Creation-Date: 2016-12-21 15:38+0100\n"
+"PO-Revision-Date: 2016-12-01 13:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bs\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467657501.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480597431.000000\n"
#: acceptrejectchangesdialog.ui
msgctxt ""
@@ -3067,14 +3067,13 @@ msgid "Search for st_yles"
msgstr "Traži S_tilove"
#: findreplacedialog.ui
-#, fuzzy
msgctxt ""
"findreplacedialog.ui\n"
"ignorediacritics\n"
"label\n"
"string.text"
-msgid "Ignore diac_ritics CTL"
-msgstr "Ignorirajte dijakritičke znakove CTL"
+msgid "Ignore diac_ritics"
+msgstr ""
#: findreplacedialog.ui
msgctxt ""
@@ -3082,7 +3081,7 @@ msgctxt ""
"ignorekashida\n"
"label\n"
"string.text"
-msgid "Ignore _kashida CTL"
+msgid "Ignore _kashida"
msgstr ""
#: findreplacedialog.ui
@@ -5192,10 +5191,10 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"radio_deinstall\n"
+"radio_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall extensions"
+msgid "Extensions"
msgstr ""
#: safemodedialog.ui
@@ -5210,10 +5209,19 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"check_deinstall_all_extensions\n"
+"check_reset_shared_extensions\n"
+"label\n"
+"string.text"
+msgid "Reset state of shared extensions"
+msgstr ""
+
+#: safemodedialog.ui
+msgctxt ""
+"safemodedialog.ui\n"
+"check_reset_bundled_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall all extensions (including shared and bundled)"
+msgid "Reset state of bundled extensions"
msgstr ""
#: safemodedialog.ui
diff --git a/source/bs/sw/uiconfig/swriter/ui.po b/source/bs/sw/uiconfig/swriter/ui.po
index 8802f213be8..087f66c7ae4 100644
--- a/source/bs/sw/uiconfig/swriter/ui.po
+++ b/source/bs/sw/uiconfig/swriter/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-04 18:44+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-11-13 01:34+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: none\n"
"Language: bs\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467657884.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1479000848.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -986,11 +986,11 @@ msgstr "Pozicija"
#: bulletsandnumbering.ui
msgctxt ""
"bulletsandnumbering.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "Podešavanja"
+msgid "Customize"
+msgstr ""
#: businessdatapage.ui
#, fuzzy
@@ -9951,26 +9951,6 @@ msgid "Style"
msgstr ""
#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"growb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"shrinkb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
msgctxt ""
"notebookbar_groups.ui\n"
"fomatgrouplabel\n"
@@ -15837,11 +15817,11 @@ msgstr "Pozicija"
#: templatedialog16.ui
msgctxt ""
"templatedialog16.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "Opcije"
+msgid "Customize"
+msgstr ""
#: templatedialog2.ui
msgctxt ""
diff --git a/source/bs/xmlsecurity/uiconfig/ui.po b/source/bs/xmlsecurity/uiconfig/ui.po
index d519abf219a..faf902e68bc 100644
--- a/source/bs/xmlsecurity/uiconfig/ui.po
+++ b/source/bs/xmlsecurity/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 18:46+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-12-01 13:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: none\n"
"Language: bs\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467657986.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480597431.000000\n"
#: certgeneral.ui
msgctxt ""
@@ -211,6 +211,15 @@ msgstr ""
#: digitalsignaturesdialog.ui
msgctxt ""
"digitalsignaturesdialog.ui\n"
+"type\n"
+"label\n"
+"string.text"
+msgid "Signature type"
+msgstr ""
+
+#: digitalsignaturesdialog.ui
+msgctxt ""
+"digitalsignaturesdialog.ui\n"
"macrohint\n"
"label\n"
"string.text"
diff --git a/source/ca-valencia/helpcontent2/source/text/scalc/00.po b/source/ca-valencia/helpcontent2/source/text/scalc/00.po
index c0d3dafde3f..aefc8553100 100644
--- a/source/ca-valencia/helpcontent2/source/text/scalc/00.po
+++ b/source/ca-valencia/helpcontent2/source/text/scalc/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-05 16:49+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-11-22 16:56+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca-valencia\n"
@@ -12,10 +12,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca-XV\n"
-"X-POOTLE-MTIME: 1467737388.000000\n"
+"X-POOTLE-MTIME: 1479833803.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -575,8 +575,8 @@ msgctxt ""
"par_id3153250\n"
"28\n"
"help.text"
-msgid "<variable id=\"einamen\">Choose <emph>Insert - Names</emph></variable>"
-msgstr "<variable id=\"einamen\">Trieu <emph>Insereix - Noms</emph></variable>"
+msgid "<variable id=\"einamen\">Choose <emph>Insert - Named Ranges and Expressions</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -593,8 +593,8 @@ msgctxt ""
"par_id3143222\n"
"29\n"
"help.text"
-msgid "Choose <emph>Insert - Names - Define</emph>"
-msgstr "Trieu <emph>Insereix - Noms - Defineix</emph>"
+msgid "Choose <emph>Sheet - Named Ranges and Expressions - Define</emph>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -611,8 +611,8 @@ msgctxt ""
"par_id3145214\n"
"30\n"
"help.text"
-msgid "<variable id=\"einaei\">Choose <emph>Insert - Names - Insert</emph></variable>"
-msgstr "<variable id=\"einaei\">Trieu <emph>Insereix - Noms - Insereix</emph></variable>"
+msgid "<variable id=\"einaei\">Choose <emph>Sheet - Named Ranges and Expressions - Insert</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -620,8 +620,8 @@ msgctxt ""
"par_id3153558\n"
"31\n"
"help.text"
-msgid "<variable id=\"einaueb\">Choose <emph>Insert - Names - Create</emph></variable>"
-msgstr "<variable id=\"einaueb\">Trieu <emph>Insereix - Noms - Crea</emph></variable>"
+msgid "<variable id=\"einaueb\">Choose <emph>Sheet - Named Ranges and Expressions - Create</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -629,8 +629,8 @@ msgctxt ""
"par_id3153483\n"
"32\n"
"help.text"
-msgid "<variable id=\"einabesch\">Choose <emph>Insert - Names - Labels</emph></variable>"
-msgstr "<variable id=\"einabesch\">Trieu <emph>Insereix - Noms - Etiquetes</emph></variable>"
+msgid "<variable id=\"einabesch\">Choose <emph>Sheet - Named Ranges and Expressions - Labels</emph></variable>"
+msgstr ""
#: 00000405.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/scalc/01.po b/source/ca-valencia/helpcontent2/source/text/scalc/01.po
index 6431aa08b82..2f158496032 100644
--- a/source/ca-valencia/helpcontent2/source/text/scalc/01.po
+++ b/source/ca-valencia/helpcontent2/source/text/scalc/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-05-24 05:21+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-12-22 16:03+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca-valencia\n"
@@ -12,10 +12,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca-XV\n"
-"X-POOTLE-MTIME: 1464067309.000000\n"
+"X-POOTLE-MTIME: 1482422594.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -5720,20 +5720,22 @@ msgid "Functions"
msgstr "Funcions"
#: 04060102.xhp
+#, fuzzy
msgctxt ""
"04060102.xhp\n"
"par_id231020162315043955\n"
"help.text"
msgid "<embed href=\"text/scalc/01/func_networkdays.intl.xhp#networkdaysintl\"/>"
-msgstr ""
+msgstr "<embed href=\"text/scalc/01/func_networkdays.intl.xhp#networkdaysintl\"/>"
#: 04060102.xhp
+#, fuzzy
msgctxt ""
"04060102.xhp\n"
"par_id231020163315043955\n"
"help.text"
msgid "<embed href=\"text/scalc/01/func_workdays.intl.xhp#workdaysintl\"/>"
-msgstr ""
+msgstr "<embed href=\"text/scalc/01/func_workdays.intl.xhp#workdaysintl\"/>"
#: 04060103.xhp
msgctxt ""
@@ -20795,8 +20797,8 @@ msgctxt ""
"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 "<item type=\"input\">=INDEX(SumaX;4;1)</item> retorna el valor de l'interval <emph>SumaX</emph> de la fila 4 i la columna 1 tal com s'ha definit a <emph>Insereix - Noms - Defineix</emph>."
+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>Sheet - Named Ranges and Expressions - Define</emph>."
+msgstr ""
#: 04060109.xhp
msgctxt ""
@@ -20820,8 +20822,8 @@ msgctxt ""
"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 "<item type=\"input\">=ÍNDEX((multi);4;1)</item> indica el valor contingut a la fila 4 i a la columna 1 de l'interval (múltiple), que heu anomenat amb <emph>Insereix - Noms - Defineix</emph> com <emph>múltiple</emph>. L'interval múltiple pot consistir en diversos intervals rectangulars, cada un amb una fila 4 i columna 1. Si voleu cridar el segon bloc d'este interval múltiple introduïu el número <item type=\"input\">2</item> com el paràmetre <emph>interval</emph>."
+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>Sheet - Named Ranges and Expressions - 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 ""
@@ -50391,8 +50393,8 @@ msgctxt ""
"04070000.xhp\n"
"tit\n"
"help.text"
-msgid "Names"
-msgstr "Noms"
+msgid "Named Ranges and Expressions"
+msgstr ""
#: 04070000.xhp
msgctxt ""
@@ -50400,8 +50402,8 @@ msgctxt ""
"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=\"Noms\">Noms</link>"
+msgid "<link href=\"text/scalc/01/04070000.xhp\" name=\"Names\">Named Ranges and Expressions</link>"
+msgstr ""
#: 04070000.xhp
msgctxt ""
@@ -50791,8 +50793,8 @@ msgctxt ""
"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 "Seleccioneu l'àrea que conté els intervals que voleu designar. Tot seguit trieu <emph>Insereix - Noms - Crea</emph>. Esta acció obrirà el diàleg <emph>Crea els noms</emph>, on podreu seleccionar les opcions que vulgueu aplicar per a la creació de noms."
+msgid "Select the area containing all the ranges that you want to name. Then choose <emph>Sheet - Named Ranges and Expressions - Create</emph>. This opens the <emph>Create Names</emph> dialog, from which you can select the naming options that you want."
+msgstr ""
#: 04070300.xhp
msgctxt ""
@@ -52688,8 +52690,8 @@ msgctxt ""
"par_id3145174\n"
"5\n"
"help.text"
-msgid "Select <emph>-none-</emph> to remove a print range definition for the current spreadsheet. Select <emph>-entire sheet-</emph> to set the current sheet as a print range. Select <emph>-selection-</emph> to define the selected area of a spreadsheet as the print range. By selecting <emph>-user-defined-</emph>, you can define a print range that you have already defined using the <emph>Format - Print Ranges - Define</emph> command. If you have given a name to a range using the <emph>Insert - Names - Define</emph> command, this name will be displayed and can be selected from the list box."
-msgstr "Seleccioneu <emph>-cap-</emph> per suprimir la definició d'una àrea d'impressió al full actual. Seleccioneu <emph>-tot el full-</emph> per establir el full actual com a àrea d'impressió. Seleccioneu <emph>-selecció-</emph> per definir l'àrea seleccionada del full com a àrea d'impressió. Si seleccioneu <emph>-definit per l'usuari-</emph>, podreu definir una àrea d'impressió que ja hàgeu definit mitjançant l'orde <emph>Format - Àrees d'impressió - Defineix</emph>. Si heu assignat un nom a una àrea mitjançant l'orde <emph>Insereix - Noms - Defineix</emph>, este nom es mostrarà i es podrà seleccionar al quadre de llista."
+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>Sheet - Named Ranges and Expressions - Define</emph> command, this name will be displayed and can be selected from the list box."
+msgstr ""
#: 05080300.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/scalc/guide.po b/source/ca-valencia/helpcontent2/source/text/scalc/guide.po
index 2ef523e5a6c..3e2be4025df 100644
--- a/source/ca-valencia/helpcontent2/source/text/scalc/guide.po
+++ b/source/ca-valencia/helpcontent2/source/text/scalc/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-05 20:12+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-07-05 20:11+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca-valencia\n"
@@ -12,10 +12,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca-XV\n"
-"X-POOTLE-MTIME: 1467749524.000000\n"
+"X-POOTLE-MTIME: 1467749490.000000\n"
#: address_auto.xhp
msgctxt ""
@@ -2145,8 +2145,8 @@ msgctxt ""
"par_id3154011\n"
"26\n"
"help.text"
-msgid "To set the source range as the range, select the cells and choose <emph>Insert - Names - Define</emph>. Save the source document, and do not close it."
-msgstr "Per definir l'interval d'origen com a interval, seleccioneu les cel·les i trieu <emph>Insereix - Noms - Defineix</emph>. Guardeu el document d'origen i no el tanqueu."
+msgid "To set the source range as the range, select the cells and choose <emph>Sheet - Named Ranges and Expressions - Define</emph>. Save the source document, and do not close it."
+msgstr ""
#: cellreference_dragdrop.xhp
msgctxt ""
@@ -11882,8 +11882,8 @@ msgctxt ""
"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 "Seleccioneu una cel·la o un interval de cel·les, després trieu <emph>Insereix - Noms - Defineix</emph>. Apareixerà el diàleg <emph>Defineix els noms</emph>."
+msgid "Select a cell or range of cells, then choose <emph>Sheet - Named Ranges and Expressions - Define</emph>. The <emph>Define Names</emph> dialog appears."
+msgstr ""
#: value_with_name.xhp
msgctxt ""
@@ -11935,8 +11935,8 @@ msgctxt ""
"par_id3153711\n"
"8\n"
"help.text"
-msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Insert - Names - Define\">Insert - Names - Define</link>"
-msgstr "<link href=\"text/scalc/01/04070100.xhp\" name=\"Insereix - Noms - Defineix\">Insereix - Noms - Defineix</link>"
+msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Sheet - Named Ranges and Expressions - Define\">Sheet - Named Ranges and Expressions - Define</link>"
+msgstr ""
#: webquery.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/00.po b/source/ca-valencia/helpcontent2/source/text/shared/00.po
index e1cf40f7015..64198f43e6d 100644
--- a/source/ca-valencia/helpcontent2/source/text/shared/00.po
+++ b/source/ca-valencia/helpcontent2/source/text/shared/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-05 20:13+0000\n"
+"POT-Creation-Date: 2016-12-21 15:39+0100\n"
+"PO-Revision-Date: 2016-12-23 14:37+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca-valencia\n"
@@ -12,10 +12,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca-XV\n"
-"X-POOTLE-MTIME: 1467749609.000000\n"
+"X-POOTLE-MTIME: 1482503825.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -12291,15 +12291,6 @@ msgstr "Trieu la pestanya <emph>Format - Pàgina - Fons</emph> (al $[officename]
#: 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 "Trieu la pestanya <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Objecte - </emph></caseinline><caseinline select=\"CALC\"><emph>Gràfic - </emph></caseinline></switchinline><emph>Àrea - Colors</emph>"
-
-#: 00040502.xhp
-msgctxt ""
-"00040502.xhp\n"
"par_id3154985\n"
"141\n"
"help.text"
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/01.po b/source/ca-valencia/helpcontent2/source/text/shared/01.po
index 5e9c857b851..1b9637a1d2d 100644
--- a/source/ca-valencia/helpcontent2/source/text/shared/01.po
+++ b/source/ca-valencia/helpcontent2/source/text/shared/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-10-18 19:07+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-07-05 20:29+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca-valencia\n"
@@ -12,10 +12,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca-XV\n"
-"X-POOTLE-MTIME: 1476817660.000000\n"
+"X-POOTLE-MTIME: 1467750590.000000\n"
#: 01010000.xhp
msgctxt ""
@@ -5044,180 +5044,184 @@ msgctxt ""
"01140000.xhp\n"
"bm_id3147294\n"
"help.text"
-msgid "<bookmark_value>printers; properties</bookmark_value><bookmark_value>settings; printers</bookmark_value><bookmark_value>properties; printers</bookmark_value><bookmark_value>default printer; setting up</bookmark_value><bookmark_value>printers; default printer</bookmark_value><bookmark_value>page formats; restriction</bookmark_value>"
-msgstr "<bookmark_value>impressores; propietats</bookmark_value><bookmark_value>configuració; impressores</bookmark_value><bookmark_value>propietats; impressores</bookmark_value><bookmark_value>impressora per defecte; configuració</bookmark_value><bookmark_value>impressora; per defecte</bookmark_value><bookmark_value>formats de pàgina; restricció</bookmark_value>"
+msgid "<bookmark_value>printers; properties</bookmark_value> <bookmark_value>settings; printers</bookmark_value> <bookmark_value>properties; printers</bookmark_value> <bookmark_value>default printer; setting up</bookmark_value> <bookmark_value>printers; default printer</bookmark_value> <bookmark_value>page formats; restriction</bookmark_value>"
+msgstr ""
#: 01140000.xhp
-#, fuzzy
msgctxt ""
"01140000.xhp\n"
"hd_id3147294\n"
-"1\n"
"help.text"
msgid "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\">Printer Settings</link>"
-msgstr "<link href=\"text/shared/01/06150000.xhp\" name=\"Paràmetres del filtre XML\">Paràmetres del filtre del filtre XML</link>"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3154422\n"
-"2\n"
"help.text"
-msgid "<variable id=\"druckereinstellungtext\"><ahelp hid=\"SVTOOLS:MODALDIALOG:DLG_SVT_PRNDLG_PRNSETUPDLG\">Select the default printer for the current document.</ahelp></variable>"
-msgstr "<variable id=\"druckereinstellungtext\"><ahelp hid=\"SVTOOLS:MODALDIALOG:DLG_SVT_PRNDLG_PRNSETUPDLG\">Seleccioneu la impressora per defecte que s'ha d'utilitzar per al document actual.</ahelp></variable>"
+msgid "<variable id=\"druckereinstellungtext\"><ahelp hid=\"svt/ui/printersetupdialog/PrinterSetupDialog\">Select the default printer for the current document.</ahelp> </variable>"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3148620\n"
-"20\n"
"help.text"
msgid "You might experience a slight delay when you change the default printer for a document that contains embedded $[officename] OLE objects."
-msgstr "Pot ser que es produïsca un petit retard quan canvieu la impressora per defecte d'un document que conté objectes OLE del $[officename] incrustats."
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3145345\n"
-"4\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Printer </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Impressora </caseinline></switchinline>"
+msgid "Printer"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3145211\n"
-"5\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Lists the information that applies to the selected printer. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Mostra la informació sobre la impressora seleccionada. </caseinline></switchinline>"
+msgid "Lists the information that applies to the selected printer."
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3148538\n"
-"19\n"
"help.text"
msgid "If the list is empty, you need to install a default printer for your operating system. Refer to the online help for your operating system for instructions on how to install and setup a default printer."
-msgstr "Si la llista és buida, heu d'instal·lar una impressora per defecte al sistema operatiu. Vegeu l'ajuda en línia del sistema operatiu per obtindre instruccions per instal·lar una impressora per defecte i configurar-la."
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3154381\n"
-"6\n"
"help.text"
msgid "Name"
-msgstr "Nom"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3156155\n"
-"7\n"
"help.text"
-msgid "<ahelp hid=\"SVTOOLS:LISTBOX:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES\">Lists the installed printers on your operating system. To change the default printer, select a printer name from the list.</ahelp>"
-msgstr "<ahelp hid=\"SVTOOLS:LISTBOX:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES\">Enumera les impressores que hi ha instal·lades al sistema operatiu. Per canviar la impressora per defecte, seleccioneu el nom d'una altra impressora a la llista.</ahelp>"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/name\">Lists the installed printers on your operating system. To change the default printer, select a printer name from the list.</ahelp>"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3156153\n"
-"8\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Status </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Estat </caseinline></switchinline>"
+msgid "Status"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3150465\n"
-"9\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Describes the current status of the selected printer. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Descriu l'estat actual de la impressora seleccionada. </caseinline></switchinline>"
+msgid "Describes the current status of the selected printer."
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3154898\n"
-"10\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Type </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Tipus </caseinline></switchinline>"
+msgid "Type"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3156326\n"
-"11\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the type of printer that you selected. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Mostra el tipus de la impressora seleccionada. </caseinline></switchinline>"
+msgid "Displays the type of printer that you selected."
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3149416\n"
-"12\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Location </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Ubicació</caseinline></switchinline>"
+msgid "Location"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3149955\n"
-"13\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the port for the selected printer. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Mostra el port de la impressora seleccionada. </caseinline></switchinline>"
+msgid "Displays the port for the selected printer."
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3145316\n"
-"14\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Comments </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Comentaris</caseinline></switchinline>"
+msgid "Comments"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3155923\n"
-"15\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays additional information for the printer. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Mostra més informació sobre la impressora. </caseinline></switchinline>"
+msgid "Displays additional information for the printer."
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3149669\n"
-"16\n"
"help.text"
msgid "Properties"
-msgstr "Propietats"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3149045\n"
-"17\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\"><ahelp hid=\"SVTOOLS:PUSHBUTTON:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_PROPERTIES\">Changes the printer settings of your operating system for the current document.</ahelp></caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\"><ahelp hid=\"SVTOOLS:PUSHBUTTON:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_PROPERTIES\">Modifica la configuració de la impressora del sistema operatiu per al document actual.</ahelp></caseinline></switchinline>"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/properties\">Changes the printer settings of your operating system for the current document.</ahelp>"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3157322\n"
-"18\n"
"help.text"
msgid "Ensure that the Landscape or Portrait layout option set in the printer properties dialog matches the page format that you set by choosing <emph>Format - Page</emph>."
-msgstr "Assegureu-vos que l'opció de format de pàgina Horitzontal o Vertical definida al diàleg de propietats de la impressora correspon al format de pàgina que heu triat al menú <emph>Format - Pàgina</emph>."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id201612110303091265\n"
+"help.text"
+msgid "Options"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id201612110239454950\n"
+"help.text"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/options\">Opens the <emph>Printer Options</emph> dialog where you can override the global printer options set on the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Writer</emph></caseinline><caseinline select=\"CALC\"><emph>Calc</emph></caseinline><defaultinline>Writer/Web</defaultinline></switchinline><emph> - Print</emph> panel for the current document.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3157323\n"
+"help.text"
+msgid "The <emph>Options</emph> button is only available in %PRODUCTNAME Writer and Calc."
+msgstr ""
#: 01160000.xhp
msgctxt ""
@@ -8313,8 +8317,8 @@ msgctxt ""
"par_id3152551\n"
"59\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Enter the number of characters in the search term that can be exchanged.</ahelp> For example, if you specify 2 exchanged characters, \"black\" and \"crack\" are considered similar."
-msgstr "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Introduïu el nombre de caràcters que es poden substituir al terme de cerca.</ahelp> Per exemple, si indiqueu dos caràcters substituïbles, \"cella\" i \"malla\" es consideren termes semblants."
+msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Enter the number of characters in the search term that can be exchanged.</ahelp> For example, if you specify 2 exchanged characters, \"sweep\" and \"creep\" are considered similar."
+msgstr ""
#: 02100100.xhp
msgctxt ""
@@ -25794,32 +25798,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/areatabpage/LB_BITMAP\">Click the fill that you want to apply to the selected object.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/areatabpage/LB_BITMAP\">Feu clic a l'emplenament que voleu aplicar a l'objecte seleccionat.</ahelp>"
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Colors"
-msgstr "Colors"
-
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"hd_id3152895\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210200.xhp\" name=\"Colors\">Colors</link>"
-msgstr "<link href=\"text/shared/01/05210200.xhp\" name=\"Colors\">Colors</link>"
-
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"par_id3149119\n"
-"2\n"
-"help.text"
-msgid "Select a color to apply, save the current color list, or load a different color list."
-msgstr "Seleccioneu el color que voleu aplicar, guardeu la llista de colors actual o carregueu una altra llista de colors."
-
#: 05210300.xhp
msgctxt ""
"05210300.xhp\n"
@@ -43459,6 +43437,214 @@ msgctxt ""
msgid "<ahelp hid=\"uui/ui/setmasterpassworddlg/password2\">Re-enter the master password.</ahelp>"
msgstr "<ahelp hid=\"uui/ui/setmasterpassworddlg/password2\">Torneu a introduir la contrasenya mestra.</ahelp>"
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"tit\n"
+"help.text"
+msgid "Safe Mode"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"bm_id281120160951421436\n"
+"help.text"
+msgid "<bookmark_value>profile;safe mode</bookmark_value>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160939034500\n"
+"help.text"
+msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Safe Mode</link>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160939285779\n"
+"help.text"
+msgid "<ahelp hid=\".\">Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh user profile and disables hardware acceleration. It helps to restore a non-working %PRODUCTNAME instance. </ahelp>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163153357\n"
+"help.text"
+msgid "Choose <emph>Help - Restart in Safe Mode...</emph>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163154362\n"
+"help.text"
+msgid "Start %PRODUCTNAME from command line with <emph>--safe-mode</emph> option"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163154363\n"
+"help.text"
+msgid "Start %PRODUCTNAME from <emph>%PRODUCTNAME (Safe Mode)</emph> start menu entry (Windows only)"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149549\n"
+"help.text"
+msgid "What can I do in safe mode?"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160939281728\n"
+"help.text"
+msgid "Once in safe mode, you will be shown a dialog offering three user profile restoration options"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149551\n"
+"help.text"
+msgid "Continue in Safe Mode"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944279896\n"
+"help.text"
+msgid "This option will let you work with %PRODUCTNAME as you are used to, but using a temporary user profile. It also means that all configuration changes made to the temporary user profile will be lost after restart."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149552\n"
+"help.text"
+msgid "Quit"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944279161\n"
+"help.text"
+msgid "Choosing <emph>Quit</emph> will just exit %PRODUCTNAME. Use this option if you got here by accident."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149543\n"
+"help.text"
+msgid "Apply Changes and Restart"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348926\n"
+"help.text"
+msgid "The dialog offers multiple changes to the user profile that can be made to help restoring %PRODUCTNAME to working state. They get more radical from top down so you should try them successively one after another. Choosing this option applies selected changes"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149545\n"
+"help.text"
+msgid "Restore from backup"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348884\n"
+"help.text"
+msgid "%PRODUCTNAME keeps backups of previous configurations and activated extensions. Use this option to return to the previous state if your problems are likely to be caused by recent changes to configuration or extensions."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149546\n"
+"help.text"
+msgid "Configure"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949347119\n"
+"help.text"
+msgid "You can disable all extensions installed by the user. You can also disable hardware acceleration. Activate this option if you experience startup crashes or visual glitches, they are often related to hardware acceleration."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160944276682\n"
+"help.text"
+msgid "Uninstall extensions"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944275137\n"
+"help.text"
+msgid "Sometimes %PRODUCTNAME cannot be started due to extensions blocking or crashing. This option allows you to disable all extensions installed by the user as well as shared and bundled extensions. Uninstalling shared and bundled extensions should be used with caution. It will only work if you have the necessary system access rights."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160944276687\n"
+"help.text"
+msgid "Reset to factory settings"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id28112016094427792\n"
+"help.text"
+msgid "If all else fails, you can reset your user profile to the factory default. The first option <emph>Reset settings and user customizations</emph> resets all configuration and UI changes, but keeps things like your personal dictionary, templates etc. The second option will reset your entire profile to the state when you first installed %PRODUCTNAME."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id28112016094427243\n"
+"help.text"
+msgid "If you could not resolve your problem by using safe mode, click on <emph>Advanced</emph> expander. You will find instructions how to get further help there."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949347055\n"
+"help.text"
+msgid "If you want to report a problem with your user profile, by clicking on <emph>Create Zip Archive from User Profile</emph> you can generate a zip file which can be uploaded to the bug tracking system to be investigated by the developers."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348679\n"
+"help.text"
+msgid "Be aware that the uploaded profile might contain sensitive information, such as your personal dictionary, settings and installed extensions."
+msgstr ""
+
#: prop_font_embed.xhp
msgctxt ""
"prop_font_embed.xhp\n"
@@ -43491,7 +43677,7 @@ msgctxt ""
"par_id3154863\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"sfx/ui/documentfontspage/DocumentInfoPage\">Embed document fonts in the current file.</ahelp>"
+msgid "<ahelp hid=\"sfx/ui/documentfontspage/DocumentFontsPage\">Embed document fonts in the current file.</ahelp>"
msgstr ""
#: prop_font_embed.xhp
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/guide.po b/source/ca-valencia/helpcontent2/source/text/shared/guide.po
index bc157bc4f6a..7f577dc889d 100644
--- a/source/ca-valencia/helpcontent2/source/text/shared/guide.po
+++ b/source/ca-valencia/helpcontent2/source/text/shared/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-05 20:46+0000\n"
+"POT-Creation-Date: 2016-12-21 15:39+0100\n"
+"PO-Revision-Date: 2016-12-24 11:28+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca-valencia\n"
@@ -12,10 +12,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca-XV\n"
-"X-POOTLE-MTIME: 1467751563.000000\n"
+"X-POOTLE-MTIME: 1482578923.000000\n"
#: aaa_start.xhp
msgctxt ""
@@ -2199,16 +2199,17 @@ msgctxt ""
"cmis-remote-files-setup.xhp\n"
"hd_id1508201618160340\n"
"help.text"
-msgid "Connecting to <link href=\"text/shared/00/00000002.xhp#ftp\">FTP</link> and SSH servers (check)"
+msgid "Connecting to <link href=\"text/shared/00/00000002.xhp#ftp\">FTP</link> and SSH servers"
msgstr ""
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816034969\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2251,35 +2252,38 @@ msgid "<variable id=\"rememberpw\"><emph>Remember password</emph>: Check to stor
msgstr ""
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816045167\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816045015\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rootpar\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rootpar\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816045804\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#okbutton\"/>."
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#okbutton\"/>."
#: cmis-remote-files-setup.xhp
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"hd_id150820161816049600\n"
"help.text"
-msgid "Connecting to a Windows share (check)"
+msgid "Connecting to a Windows share"
msgstr ""
#: cmis-remote-files-setup.xhp
@@ -2291,12 +2295,13 @@ msgid "<bookmark_value>remote file service;Windows share</bookmark_value> <book
msgstr ""
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816046729\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2323,36 +2328,40 @@ msgid "<emph>Share</emph>: The Windows share."
msgstr ""
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816049\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rememberpw\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rememberpw\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816048365\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816048181\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rootpar\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rootpar\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816047868\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#okbutton\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#okbutton\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2371,12 +2380,13 @@ msgid "<bookmark_value>remote file service;Google Drive</bookmark_value> <bookm
msgstr ""
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id160820161759169124\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2395,28 +2405,31 @@ msgid "<emph>User, Password</emph>: the username and password of the Google acco
msgstr ""
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id160820161759162239\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rememberpw\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rememberpw\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id160820161759166391\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id160820161759163527\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#okbutton\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#okbutton\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2435,12 +2448,13 @@ msgid "<bookmark_value>remote file service setup;other file services</bookmark_v
msgstr ""
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816048323\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#introservice\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2467,12 +2481,13 @@ msgid "<emph>User, Password</emph>: the username and password of the CMIS servic
msgstr ""
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816054077\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rememberpw\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rememberpw\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -2491,20 +2506,22 @@ msgid "<emph>Refresh button</emph>: click to refresh the contents of the reposit
msgstr ""
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816054039\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#labelpar\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
+#, fuzzy
msgctxt ""
"cmis-remote-files-setup.xhp\n"
"par_id150820161816052286\n"
"help.text"
msgid "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rootpar\" markup=\"keep\"/>"
-msgstr ""
+msgstr "<embedvar href=\"text/shared/guide/cmis-remote-files-setup.xhp#rootpar\" markup=\"keep\"/>"
#: cmis-remote-files-setup.xhp
msgctxt ""
@@ -9949,8 +9966,8 @@ msgctxt ""
"hyperlink_insert.xhp\n"
"par_idN1076D\n"
"help.text"
-msgid "To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Insert - Names - Define</emph>)."
-msgstr "Per navegar a una cel·la d'un full de càlcul, primer introduïu un nom per a la cel·la (<emph>Insereix - Noms - Defineix</emph>)."
+msgid "To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Sheet - Named Ranges and Expressions - Define</emph>)."
+msgstr ""
#: hyperlink_insert.xhp
msgctxt ""
@@ -12471,20 +12488,20 @@ msgstr "A la pestanya <emph>Opcions</emph>, assegureu-vos que la casella <emph>S
#: labels.xhp
msgctxt ""
"labels.xhp\n"
-"par_id3156424\n"
-"86\n"
+"par_id3149767\n"
+"29\n"
"help.text"
-msgid "As soon as you click on <emph>New Document</emph>, you will see a small window with the <emph>Synchronize Labels</emph> button. Enter the first label. When you click on the <emph>Synchronize Labels</emph> button, the current individual label is copied to all the other labels on the sheet."
-msgstr "Quan feu clic a <emph>Document nou</emph> apareix una finestreta amb el botó <emph>Sincronitza les etiquetes</emph>. Introduïu la primera etiqueta. Quan feu clic al botó <emph>Sincronitza les etiquetes</emph>, es copia l'etiqueta a la resta d'etiquetes del full."
+msgid "Click on <emph>New Document</emph> to create a new document with the settings you have entered."
+msgstr "Feu clic a <emph>Document nou</emph> per crear un document nou amb la configuració que heu definit."
#: labels.xhp
msgctxt ""
"labels.xhp\n"
-"par_id3149767\n"
-"29\n"
+"par_id3156424\n"
+"86\n"
"help.text"
-msgid "Click on <emph>New Document</emph> to create a new document with the settings you have entered."
-msgstr "Feu clic a <emph>Document nou</emph> per crear un document nou amb la configuració que heu definit."
+msgid "As soon as you click on <emph>New Document</emph>, you will see a small window with the <emph>Synchronize Labels</emph> button. Enter the first label. When you click on the <emph>Synchronize Labels</emph> button, the current individual label is copied to all the other labels on the sheet."
+msgstr "Quan feu clic a <emph>Document nou</emph> apareix una finestreta amb el botó <emph>Sincronitza les etiquetes</emph>. Introduïu la primera etiqueta. Quan feu clic al botó <emph>Sincronitza les etiquetes</emph>, es copia l'etiqueta a la resta d'etiquetes del full."
#: labels.xhp
msgctxt ""
@@ -18396,758 +18413,721 @@ msgctxt ""
"start_parameters.xhp\n"
"tit\n"
"help.text"
-msgid "Starting the $[officename] Software With Parameters"
-msgstr "Inici del programari del $[officename] amb paràmetres"
+msgid "Starting $[officename] Software With Parameters"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"bm_id3156410\n"
"help.text"
-msgid "<bookmark_value>start parameters</bookmark_value><bookmark_value>command line parameters</bookmark_value><bookmark_value>parameters;command line</bookmark_value><bookmark_value>arguments in command line</bookmark_value>"
-msgstr "<bookmark_value>paràmetres d'inici</bookmark_value><bookmark_value>paràmetres de la línia d'ordes</bookmark_value><bookmark_value>paràmetres;línia d'ordes</bookmark_value><bookmark_value>arguments a la línia d'ordes</bookmark_value>"
+msgid "<bookmark_value>start parameters</bookmark_value> <bookmark_value>command line parameters</bookmark_value> <bookmark_value>parameters;command line</bookmark_value> <bookmark_value>arguments in command line</bookmark_value>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"hd_id3156410\n"
-"52\n"
"help.text"
-msgid "Starting the $[officename] Software With Parameters"
-msgstr "Inici del programari del $[officename] amb paràmetres"
+msgid "Starting $[officename] Software With Parameters"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147009\n"
-"1\n"
"help.text"
-msgid "By starting the $[officename] software from the command line you can assign various parameters, with which you can influence the performance. The use of command line parameters is only recommended for experienced users."
-msgstr "Si inicieu el $[officename] des de la línia d'ordes, podeu assignar diversos paràmetres mitjançant els quals podeu alterar el rendiment. L'ús de paràmetres de la línia d'ordes només es recomana als usuaris experimentats."
+msgid "By starting $[officename] software from the command line you can assign various parameters, with which you can influence the performance. The use of command line parameters is only recommended for experienced users."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147618\n"
-"2\n"
"help.text"
-msgid "For normal handling, the use of command line parameters is not necessary. A few of the parameters require a deeper knowledge of the technical background of the $[officename] software technology."
-msgstr "En un ús normal, no cal utilitzar paràmetres de línia d'ordes. Per utilitzar alguns d'estos paràmetres cal tindre un ampli coneixement de la tecnologia del programari del $[officename]."
+msgid "For normal handling, the use of command line parameters is not necessary. A few of the parameters require a deeper knowledge of the technical background of $[officename] software technology."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"hd_id3154898\n"
-"4\n"
"help.text"
-msgid "Starting the $[officename] Software From the Command Line"
-msgstr "Inici del $[officename] des de la línia d'ordes"
+msgid "Starting $[officename] Software From the Command Line"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3156152\n"
-"5\n"
"help.text"
msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a shell under Linux, *BSD, or Mac OS X platforms."
-msgstr "A Windows, seleccioneu <emph>Executa</emph> des del menú Inicia del Windows, o obriu un terminal a les plaformes Linux, *BSD o Mac OS X."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3152472\n"
-"6\n"
"help.text"
msgid "Under Windows, type the following text in the <emph>Open </emph>text field and click <emph>OK</emph>."
-msgstr "Al Windows, introduïu el text següent al camp de text <emph>Obri</emph> i feu clic a <emph>D'acord</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3149669\n"
-"53\n"
"help.text"
msgid "Under UNIX-like systems, type the following line of text, then press <emph>Return</emph>:"
-msgstr "Als sistemes tipus Unix, escriviu el text següent, després premeu <emph>Retorn</emph>:"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147561\n"
-"7\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">{instal·lació}\\program\\soffice.exe {paràmetre} </caseinline><caseinline select=\"UNIX\">{instal·lació}/program/soffice {paràmetre} </caseinline></switchinline>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter}</caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter}</caseinline></switchinline>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3153360\n"
-"8\n"
"help.text"
-msgid "Replace <emph>{install}</emph> with the path to your installation of the $[officename] software (for example, <emph>C:\\Program Files\\Office</emph>, or <emph>~/office</emph>)"
-msgstr "Reemplaceu <emph>{instal·lació}</emph> pel camí d'instal·lació del programari del $[officename] (per exemple, <emph>C:\\Program Files\\Office</emph> o bé <emph>~/office</emph>)"
+msgid "Replace <emph>{install}</emph> with the path to your installation of $[officename] software (for example, <emph>C:\\Program Files\\Office</emph>, or <emph>~/office</emph>)"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3158407\n"
-"9\n"
+"hd_id3145171\n"
"help.text"
-msgid "Where required, replace <emph>{parameter}</emph> with one or more of the following command line parameters."
-msgstr "On calga, reemplaceu <emph>{paràmetre}</emph> per un dels paràmetres de línia d'ordes següents o més d'un."
+msgid "Valid Command Line Parameters"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"hd_id3145171\n"
-"10\n"
+"hd_id1016120408556191\n"
"help.text"
-msgid "Valid Command Line Parameters"
-msgstr "Paràmetres de línia d'ordes vàlids"
+msgid "Using without special arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148451\n"
-"11\n"
+"par_id215247284938\n"
"help.text"
-msgid "Parameter"
-msgstr "Paràmetre"
+msgid "Using without any arguments opens the start center."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149167\n"
-"12\n"
+"par_id4016121206183262\n"
"help.text"
-msgid "Meaning"
-msgstr "Significat"
+msgid "<emph>{file}</emph>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149983\n"
-"73\n"
+"par_id40161212062813818\n"
"help.text"
-msgid "--help / -h / -?"
-msgstr "--help / -h / -?"
+msgid "Tries to open the file (files) in the components suitable for them."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147349\n"
-"74\n"
+"par_id40161212063110720\n"
"help.text"
-msgid "Lists the available command line parameters <switchinline select=\"sys\"><caseinline select=\"WIN\">in a dialog box</caseinline><defaultinline>to the console</defaultinline></switchinline>."
-msgstr "Enumera els paràmetres de línia d'ordes disponibles <switchinline select=\"sys\"><caseinline select=\"WIN\">a un quadre de diàleg</caseinline><defaultinline> a la consola</defaultinline></switchinline>."
+msgid "<emph>{file} macro:///[Library.Module.MacroName]</emph>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id31499et\n"
-"73\n"
+"par_id40161212063330252\n"
"help.text"
-msgid "--version"
-msgstr "--version"
+msgid "Opens the file and applies specified macros from the file."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id31473et\n"
-"74\n"
+"hd_id201612040855610\n"
"help.text"
-msgid "Displays the version information."
-msgstr "Mostra la informació de la versió."
+msgid "Getting help and information"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150010\n"
-"59\n"
+"par_id3148451\n"
"help.text"
-msgid "--writer"
-msgstr "--writer"
+msgid "<variable id=\"parameter\">Parameter</variable>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147213\n"
-"60\n"
+"par_id3149167\n"
"help.text"
-msgid "Starts with an empty Writer document."
-msgstr "Inicia l'aplicació amb un document del Writer buit."
+msgid "<variable id=\"meaning\">Meaning</variable>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148616\n"
-"61\n"
+"par_id3147349\n"
"help.text"
-msgid "--calc"
-msgstr "--calc"
+msgid "Lists the available command line parameters to the console."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145261\n"
-"62\n"
+"par_id20161204091221764\n"
"help.text"
-msgid "Starts with an empty Calc document."
-msgstr "Inicia l'aplicació amb un document del Calc buit."
+msgid "Opens $[officename] built-in or online Help on Writer."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156443\n"
-"63\n"
+"par_id20161204091520522\n"
"help.text"
-msgid "--draw"
-msgstr "--draw"
+msgid "Opens $[officename] built-in or online Help on Calc."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154011\n"
-"64\n"
+"par_id20161204091727059\n"
"help.text"
-msgid "Starts with an empty Draw document."
-msgstr "Inicia l'aplicació amb un document del Draw buit."
+msgid "Opens $[officename] built-in or online Help on Draw."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153142\n"
-"65\n"
+"par_id20161204091812159\n"
"help.text"
-msgid "--impress"
-msgstr "--impress"
+msgid "Opens $[officename] built-in or online Help on Impress."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153222\n"
-"66\n"
+"par_id20161204091919599\n"
"help.text"
-msgid "Starts with an empty Impress document."
-msgstr "Inicia l'aplicació amb un document de l'Impress buit."
+msgid "Opens $[officename] built-in or online Help on Base."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155853\n"
-"67\n"
+"par_id20161204092029619\n"
"help.text"
-msgid "--math"
-msgstr "--math"
+msgid "Opens $[officename] built-in or online Help on Basic scripting language."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3146928\n"
-"68\n"
+"par_id2016120409214276\n"
"help.text"
-msgid "Starts with an empty Math document."
-msgstr "Inicia l'aplicació amb un document del Math buit."
+msgid "Opens $[officename] built-in or online Help on Math."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149960\n"
-"69\n"
+"par_id31473et\n"
"help.text"
-msgid "--global"
-msgstr "--global"
+msgid "Shows $[officename] version and quits."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151075\n"
-"70\n"
+"par_id2016120409236546\n"
"help.text"
-msgid "Starts with an empty Writer master document."
-msgstr "Inicia l'aplicació amb un document mestre del Writer buit."
+msgid "(MacOS X sandbox only) Returns path of the temporary directory for the current user and exits. Overrides all other arguments."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154510\n"
-"71\n"
+"hd_id20161204094429235\n"
"help.text"
-msgid "--web"
-msgstr "--web"
+msgid "General arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148836\n"
-"72\n"
+"par_id3153919\n"
"help.text"
-msgid "Starts with an empty HTML document."
-msgstr "Inicia l'aplicació amb un document HTML buit."
+msgid "Activates[Deactivates] the Quickstarter service. It can take only one parameter <emph>no</emph> which deativates the Quickstarter service. Without parameters this service is activated."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149403\n"
+"par_id315330t\n"
"help.text"
-msgid "--show {filename.odp}"
-msgstr "--show {nomdefitxer.odp}"
+msgid "Disables check for remote instances using the installation."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153838\n"
-"80\n"
+"par_id315053o\n"
"help.text"
-msgid "Starts with the Impress file <emph>{filename.odp}</emph> and starts the presentation. Enters edit mode after the presentation."
-msgstr "Comença amb el fitxer Impress <emph>{nomdefitxer.odp}</emph> i inicia la presentació. Entra al mode d'edició després de la presentació."
+msgid "Forces an input filter type, if possible. For example:<br/><item type=\"input\">--infilter=\"Calc Office Open XML\"</item><br/><item type=\"input\">--infilter=\"Text (encoded):UTF8,LF,,,.\"</item>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156276\n"
-"13\n"
+"par_id20161204101917197\n"
+"help.text"
+msgid "Store soffice.bin pid to <emph>{file}</emph>."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3146786\n"
+"help.text"
+msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for $[officename] software on UNIX-like platforms."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"hd_id20161204103115358\n"
+"help.text"
+msgid "User/programmatic interface control"
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3151334\n"
"help.text"
-msgid "--minimized"
-msgstr "--minimized"
+msgid "Disables the splash screen at program start."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3146080\n"
-"14\n"
"help.text"
msgid "Starts minimized. The splash screen is not displayed."
-msgstr "Inicia l'aplicació minimitzada. La pantalla de presentació no es mostra."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145641\n"
-"15\n"
+"par_id3153306\n"
"help.text"
-msgid "--invisible"
-msgstr "--invisible"
+msgid "Starts without displaying anything except the splash screen."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3154756\n"
-"16\n"
"help.text"
msgid "Starts in invisible mode."
-msgstr "Inicia l'aplicació en mode invisible."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3148914\n"
-"17\n"
"help.text"
-msgid "Neither the start-up logo nor the initial program window will be visible. However, the $[officename] software can be controlled and documents and dialogs opened via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
-msgstr "El logo d'inici i la finestra inicial del programa no seran visibles. Podeu controlar el programari del $[officename] i obrir documents i diàlegs mitjançant l'<link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgid "Neither the start-up logo nor the initial program window will be visible. $[officename] software can be controlled, and documents and dialogs can be controlled and opened via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147341\n"
-"18\n"
"help.text"
-msgid "When the $[officename] software has been started with this parameter, it can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
-msgstr "Una vegada el programari del $[officename] s'ha iniciat amb este paràmetre, només es pot tancar usant l'administrador de tasques (Windows) o l'orde <emph>kill</emph> (sistemes UNIX i similars)."
+msgid "Using the parameter, $[officename] can only be ended using the taskmanager (Windows) or the <emph>kill </emph>command (UNIX-like systems)."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3150388\n"
-"48\n"
"help.text"
-msgid "It cannot be used in conjunction with <emph>-quickstart</emph>."
-msgstr "No es pot utilitzar juntament amb <emph>-quickstart</emph>."
+msgid "It cannot be used in conjunction with <emph>--quickstart</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3145147\n"
-"19\n"
"help.text"
-msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
-msgstr "En trobareu més informació a la <emph>Guia del desenvolupador del $[officename]</emph> (en anglés)."
+msgid "More information is found in <emph>$[officename] Developer's Guide</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155903\n"
-"20\n"
+"par_id3150530\n"
"help.text"
-msgid "--norestore"
-msgstr "--norestore"
+msgid "Starts in \"headless mode\" which allows using the application without user interface."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3156353\n"
+"help.text"
+msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3156374\n"
-"21\n"
"help.text"
msgid "Disables restart and file recovery after a system crash."
-msgstr "Inhabilita el reinici i la restauració de fitxers després d'una fallada del sistema."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id5215918\n"
+"par_id20161204120122917\n"
"help.text"
-msgid "--nofirststartwizard"
-msgstr "--nofirststartwizard"
+msgid "Starts in a safe mode, i.e. starts temporarily with a fresh user profile and helps to restore a broken configuration."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id5665761\n"
+"par_id3147130\n"
"help.text"
-msgid "Disables the Welcome Wizard."
-msgstr "Desactiva l'auxiliar de benvinguda."
+msgid "Notifies $[officename] software that upon the creation of \"UNO Acceptor Threads\", a \"UNO Accept String\" will be used."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148477\n"
-"25\n"
+"par_id20161204120828147\n"
"help.text"
-msgid "--quickstart"
-msgstr "--quickstart"
+msgid "UNO-URL is string the such kind <emph>uno:connection-type,params;protocol-name,params;ObjectName</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153919\n"
-"26\n"
+"par_id3148874\n"
"help.text"
-msgid "Activates the Quickstarter."
-msgstr "Activa l'inici ràpid."
+msgid "More information is found in <emph>$[officename] Developer's Guide</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3152479\n"
-"30\n"
+"par_id314713a\n"
"help.text"
-msgid "--accept={UNO string}"
-msgstr "--accept={cadena UNO}"
+msgid "Closes an acceptor that was created with <emph>--accept={UNO-URL}</emph>. Use <emph>--unaccept=all</emph> to close all open acceptors."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147130\n"
-"31\n"
+"par_id20161204121422689\n"
"help.text"
-msgid "Notifies the $[officename] software that upon the creation of \"UNO Acceptor Threads\", a \"UNO Accept String\" will be used."
-msgstr "Notifica al programari del $[officename] que s'ha d'utilitzar una cadena \"UNO Accept String\" quan es cree una cadena \"UNO Acceptor Threads\"."
+msgid "Uses specified language, if language is not selected yet for UI. The lang is a tag of the language in IETF language tag."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148874\n"
-"32\n"
+"par_id201612041220386\n"
"help.text"
-msgid "More information is found in the <emph>$[officename] Developer's Guide</emph>."
-msgstr "En trobareu més informació a la <emph>Guia del desenvolupador del $[officename]</emph> (en anglés)."
+msgid "Developer arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315247a\n"
-"30\n"
+"par_id20161204122216505\n"
"help.text"
-msgid "--unaccept={UNO string}"
-msgstr "--unaccept={cadena UNO}"
+msgid "Exit after initialization complete (no documents loaded)."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314713a\n"
-"31\n"
+"par_id2016120412237431\n"
"help.text"
-msgid "Closes an acceptor that was created with --accept={UNO string}. Use --unaccept=all to close all open acceptors."
-msgstr "Tanca un acceptador que es va crear amb --accept={cadena UNO}. Utilitzeu --unaccept=all per tancar tots els acceptadors oberts."
+msgid "Exit after loading documents."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3159238\n"
-"36\n"
+"par_id20161204122420839\n"
"help.text"
-msgid "-p {filename1} {filename2} ..."
-msgstr "-p {nomdefitxer1} {nomdefitxer2} ..."
+msgid "New document creation arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3163666\n"
-"37\n"
+"par_id20161204122414892\n"
"help.text"
-msgid "Prints the files <emph>{filename1} {filename2} ...</emph> to the default printer and ends. The splash screen does not appear."
-msgstr "Imprimeix els fitxers <emph>{nomdefitxer1} {nomdefitxer2}, etc.</emph> a la impressora per defecte i finalitza. La pantalla de presentació no apareix."
+msgid "The arguments create an empty document of specified kind. Only one of them may be used in one command line. If filenames are specified after an argument, then it tries to open those files in the specified component."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150828\n"
-"49\n"
+"par_id3147213\n"
"help.text"
-msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
-msgstr "Si el nom de fitxer conté espais, l'haureu de posar entre cometes."
+msgid "Starts with an empty Writer document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150883\n"
-"38\n"
+"par_id3145261\n"
"help.text"
-msgid "--pt {Printername} {filename1} {filename2} ..."
-msgstr "--pt {nomd'impressora} {nomdefitxer1} {nomdefitxer2} ..."
+msgid "Starts with an empty Calc document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155081\n"
-"50\n"
+"par_id3154011\n"
"help.text"
-msgid "Prints the files <emph>{filename1} {filename2} ...</emph> to the printer <emph>{Printername}</emph> and ends. The splash screen does not appear."
-msgstr "Imprimeix els fitxers <emph>{nomdefitxer1} {nomdefitxer2}, etc.</emph> a la impressora <emph>{nomd'impressora}</emph> i acaba. La pantalla de presentació no apareix."
+msgid "Starts with an empty Draw document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153655\n"
-"51\n"
+"par_id3153222\n"
"help.text"
-msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
-msgstr "Si el nom de fitxer conté espais, l'haureu de posar entre cometes."
+msgid "Starts with an empty Impress document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154372\n"
-"39\n"
+"par_id3146928\n"
"help.text"
-msgid "-o {filename}"
-msgstr "-o {nomdefitxer}"
+msgid "Starts with an empty Math document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150309\n"
-"40\n"
+"par_id3151075\n"
"help.text"
-msgid "Opens <emph>{filename}</emph> for editing, even if it is a template."
-msgstr "Obri <emph>{nomdefitxer}</emph> per editar-lo, fins i tot si és una plantilla."
+msgid "Starts with an empty Writer master document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151182\n"
-"54\n"
+"par_id3148836\n"
"help.text"
-msgid "--view {filename}"
-msgstr "--view {nomdefitxer}"
+msgid "Starts with an empty HTML document."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145268\n"
-"55\n"
+"par_id20161204125123476\n"
"help.text"
-msgid "Creates a temporary copy of <emph>{filename}</emph> and opens it read-only."
-msgstr "Crea una còpia temporal de <emph>{nomdefitxer}</emph> i l'obri en mode només de lectura."
+msgid "File open arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3166421\n"
-"41\n"
+"par_id20161204125411030\n"
"help.text"
-msgid "-n {filename}"
-msgstr "-n {nomdefitxer}"
+msgid "The arguments define how following filenames are treated. New treatment begins after the argument and ends at the next argument. The default treatment is to open documents for editing, and create new documents from document templates."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3154259\n"
-"42\n"
"help.text"
-msgid "Creates a new document using <emph>{filename}</emph> as a template."
-msgstr "Crea un document nou i utilitza <emph>{nomdefitxer}</emph> com a plantilla."
+msgid "Treats following files as templates for creation of new documents."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155126\n"
-"43\n"
+"par_id3150309\n"
"help.text"
-msgid "--nologo"
-msgstr "--nologo"
+msgid "Opens following files for editing, regardless whether they are templates or not."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151334\n"
-"44\n"
+"par_id3155081\n"
"help.text"
-msgid "Disables the splash screen at program start."
-msgstr "Inhabilita la pantalla de presentació quan s'inicia el programa."
+msgid "Prints the following files to the printer <emph>{Printername}</emph> and ends. The splash screen does not appear."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3159171\n"
-"75\n"
+"par_id3153655\n"
+"51\n"
"help.text"
-msgid "--nodefault"
-msgstr "--nodefault"
+msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
+msgstr "Si el nom de fitxer conté espais, l'haureu de posar entre cometes."
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153306\n"
-"76\n"
+"par_id20161204010513716\n"
"help.text"
-msgid "Starts without displaying anything except the splash screen."
-msgstr "Inicia l'aplicació i només mostra la pantalla de presentació."
+msgid "If used multiple times, only last <emph>{Printername}</emph> is effective for all documents of all <emph>--pt</emph> runs."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315917t\n"
-"75\n"
+"par_id2016120401061890\n"
"help.text"
-msgid "--nolockcheck"
-msgstr "--nolockcheck"
+msgid "Also, <emph>--printer-name</emph> argument of <emph>--print-to-file</emph> switch interferes with <emph>{Printername}</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315330t\n"
-"76\n"
+"par_id3163666\n"
"help.text"
-msgid "Disables check for remote instances using the installation."
-msgstr "Desactiva la comprovació per a instàncies remotes que utilitzant la instal·lació"
+msgid "Prints following files to the default printer, after which those files are closed. The splash screen does not appear."
+msgstr ""
+
+#: start_parameters.xhp
+msgctxt ""
+"start_parameters.xhp\n"
+"par_id3150828\n"
+"help.text"
+msgid "If the file name contains spaces, then it must be enclosed in quotation marks."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id2211676\n"
+"par_id3145268\n"
"help.text"
-msgid "--nofirststartwizard"
-msgstr "--nofirststartwizard"
+msgid "Opens following files in viewer mode (read-only)."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id1641895\n"
+"par_id3153838\n"
"help.text"
-msgid "Add this parameter to the program start command to suppress the Welcome Wizard."
-msgstr "Afegiu este paràmetre a l'orde d'inici del programa per suprimir l'auxiliar de benvinguda."
+msgid "Opens and starts the following presentation documents of each immediately. Files are closed after the showing. Files other than Impress documents are opened in default mode , regardless of previous mode."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153915\n"
-"45\n"
+"par_id315053p\n"
"help.text"
-msgid "--display {display}"
-msgstr "--display {visualització}"
+msgid "Batch convert files (implies --headless). If --outdir isn't specified, then current working directory is used as output_dir."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3146786\n"
-"46\n"
+"par_id2016120401222926\n"
"help.text"
-msgid "Sets the <emph>DISPLAY </emph>environment variable on UNIX-like platforms to the value <emph>{display}</emph>. This parameter is only supported by the start script for the $[officename] software on UNIX-like platforms."
-msgstr "Defineix la veriable d'entorn <emph>DISPLAY</emph> a les plataformes UNIX, i similars, al valor <emph>{display}</emph>. Este paràmetre només és suportat per a l'escript d'inici del programari $[officename] a les plataformes UNIX i similars."
+msgid "If --convert-to is used more than once, last value of OutputFileExtension[:OutputFilterName] is effective. If --outdir is used more than once, only its last value is effective. For example:"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149595\n"
-"56\n"
+"par_id315053q\n"
"help.text"
-msgid "--headless"
-msgstr "--headless"
+msgid "Batch print files to file. If <emph>--outdir</emph> is not specified, then current working directory is used as output_dir."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150530\n"
-"57\n"
+"par_id20161204012928262\n"
"help.text"
-msgid "Starts in \"headless mode\" which allows using the application without user interface."
-msgstr "Inici en mode \"headless\", que permet utilitzar l'aplicació sense interfície d'usuari."
+msgid "If <emph>--printer-name</emph> or <emph>--outdir</emph> used multiple times, only last value of each is effective. Also, <emph>{Printername}</emph> of <emph>--pt</emph> switch interferes with <emph>--printer-name</emph>. For example:"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156353\n"
-"58\n"
+"par_id2016120401348732\n"
"help.text"
-msgid "This special mode can be used when the application is controlled by external clients via the <link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
-msgstr "Este mode especial es pot utilitzar quan l'aplicació es controla per clients externs mitjançant l'<link href=\"http://api.libreoffice.org\" name=\"API\">API</link>."
+msgid "Dump text content of the following files to console (implies <emph>--headless</emph>). Cannot be used with <emph>--convert-to</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959o\n"
-"56\n"
+"par_id2016120401398657\n"
"help.text"
-msgid "--infilter={filter}"
-msgstr "--infilter={filtre}"
+msgid "Set a bootstrap variable. For example: to set a non-default user profile path:"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053o\n"
-"57\n"
+"par_id20161204014126760\n"
"help.text"
-msgid "Forces an input filter type, if possible. Eg. --infilter=\"Calc Office Open XML\"."
-msgstr "Força un tipus de filtre d'entrada, si és possible. Per exemple, --infilter=\"Calc Office Open XML\"."
+msgid "Ignored switches"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959p\n"
-"56\n"
+"par_id2016120401435616\n"
"help.text"
-msgid "--convert-to output_file_extension[:output_filter_name] [--outdir output_dir] files"
-msgstr "--convert-to extensió_del_fitxer_de_sortida[:nom_de_filtre_de_sortida] [--outdir directori_de_sortida] fitxers"
+msgid "Ignored (MacOS X only)"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053p\n"
-"57\n"
+"par_id20161204014423695\n"
"help.text"
-msgid "Batch convert files. If --outdir is not specified, then current working directory is used as output_dir.<br/>Eg. --convert-to pdf *.doc<br/>--convert-to pdf:writer_pdf_Export --outdir /home/user *.doc"
-msgstr "Fitxers convertits per lots. Si --outdir no s'especifica, aleshores s'utilitiza el directori actiu actual com a output_dir.<br/>Per exemple, --convert-to pdf *.doc<br/>--convert-to pdf:writer_pdf_Export --outdir /home/user*.doc"
+msgid "Ignored (COM+ related; Windows only)"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id314959q\n"
-"56\n"
+"par_id20161204014529900\n"
"help.text"
-msgid "--print-to-file [--printer-name printer_name] [--outdir output_dir] files"
-msgstr "--print-to-file [--printer-name nom_d_impressora] [--outdir output_dir] fitxers"
+msgid "Does nothing, accepted only for backward compatibility."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id315053q\n"
-"57\n"
+"par_id2016120401463584\n"
"help.text"
-msgid "Batch print files to file. If --outdir is not specified, then current working directory is used as output_dir.<br/>Eg. --print-to-file *.doc<br/>--print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc"
-msgstr "Impressió de fixtxers en lot a un fitxer. Si --outdir no s'especifica, aleshores s'utilitza el directori actiu com a output_dir.<br/>Per exemple, --print-to-file *.doc<br/>--print-to-file --printer-name nasty_lowres_printer --outdir /home/user *.doc"
+msgid "Used only in unit tests and should have two arguments."
+msgstr ""
#: startcenter.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/shared/optionen.po b/source/ca-valencia/helpcontent2/source/text/shared/optionen.po
index 6f1de5b42e1..13d7263910c 100644
--- a/source/ca-valencia/helpcontent2/source/text/shared/optionen.po
+++ b/source/ca-valencia/helpcontent2/source/text/shared/optionen.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-05-24 06:35+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-07-05 20:55+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca-valencia\n"
@@ -15,7 +15,7 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
"X-Language: ca-XV\n"
-"X-POOTLE-MTIME: 1464071702.000000\n"
+"X-POOTLE-MTIME: 1467752158.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -2247,8 +2247,8 @@ msgctxt ""
"01010500.xhp\n"
"tit\n"
"help.text"
-msgid "Colors"
-msgstr "Colors"
+msgid "Color"
+msgstr ""
#: 01010500.xhp
msgctxt ""
@@ -2262,328 +2262,201 @@ msgstr "<bookmark_value>colors; models</bookmark_value>"
msgctxt ""
"01010500.xhp\n"
"hd_id3150543\n"
-"1\n"
"help.text"
-msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Colors\">Colors</link>"
-msgstr "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Colors\">Colors</link>"
+msgid "<link href=\"text/shared/optionen/01010500.xhp\" name=\"Color\">Color</link>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3153104\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/ColorPage\">Allows you to select a color from a color table, edit an existing color, or define new colors.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/ColorPage\">Vos permet seleccionar un color en una taula de colors, editar-ne un d'existent o definir colors nous.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/ColorPage\">Allows you to select a color from a color palette, edit an existing color, or define new colors.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150767\n"
-"3\n"
"help.text"
-msgid "Color table"
-msgstr "Taula de colors"
+msgid "Colors"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150869\n"
-"5\n"
"help.text"
-msgid "Name"
-msgstr "Nom"
+msgid "Palette"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3149809\n"
-"6\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/name\">Specifies the name of a selected color. You can also type a name in this field when defining a new color.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/name\">Especifica el nom d'un color seleccionat. També podeu escriure un nom en este camp quan definiu un color nou.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/paletteselector\">Specifies the name of a selected palette. You can select a different palette here.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3150447\n"
-"7\n"
"help.text"
-msgid "Color"
-msgstr "Color"
+msgid "Color Set"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"par_id3149560\n"
-"8\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/colorlb\">Contains a list of available colors. To select a color, choose one from the list.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/colorlb\">Conté una llista de colors disponibles. Per seleccionar un color, trieu-ne un de la llista.</ahelp>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3155132\n"
-"9\n"
-"help.text"
-msgid "Color table"
-msgstr "Taula de colors"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3152885\n"
-"12\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/modellb\">To modify, select the color model: Red-Green-Blue (RGB) or Cyan-Magenta-Yellow-BlacK (CMYK).</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/modellb\">Per modificar un color, seleccioneu-ne el model: roig-verd-blau (RGB) o cian-magenta-groc-negre (CMYK).</ahelp>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id1527756\n"
-"help.text"
-msgid "%PRODUCTNAME uses only the RGB color model for printing in color. The CMYK controls are provided only to ease the input of color values using CMYK notation."
-msgstr "El %PRODUCTNAME utilitza només el model de color RGB per imprimir en color. Els controls CMYK es proporcionen només per facilitar la introducció de valors de color en notació CMYK."
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3147426\n"
-"40\n"
"help.text"
-msgid "If you select RGB, the initials of the three colors will appear and you can set the color from 0 to 255 with the spin button."
-msgstr "Si seleccioneu RGB, apareixeran les inicials dels tres colors i podreu definir el color de 0 a 255 amb el botó de selecció de valors."
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3150103\n"
-"13\n"
-"help.text"
-msgid "R"
+msgid "<ahelp hid=\"cui/ui/colorpage/colorset\">Contains a list of available colors. Click on the desired one in the list to select it.</ahelp>"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3152462\n"
-"14\n"
+"hd_id31563321\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/R\">Red</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/R\">Roig</ahelp>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3145366\n"
-"15\n"
-"help.text"
-msgid "G"
+msgid "Recent Colors"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3153144\n"
-"16\n"
+"par_id31544811\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/G\">Green</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/G\">Verd</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/recentcolorset\">Displays the last twelve colors selected and applied.</ahelp> Upon selecting a new color it is added to the left of the list. If the list is full and a new color is selected then the rightmost color is deleted."
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3153573\n"
-"17\n"
+"hd_id3156332\n"
"help.text"
-msgid "B"
+msgid "Add"
msgstr ""
#: 01010500.xhp
-#, fuzzy
msgctxt ""
"01010500.xhp\n"
-"par_id3153726\n"
-"18\n"
+"par_id3154481\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/B\">Blue</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/K\">Negre</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/add\">Adds the new color to the <emph>Custom</emph> palette.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3152940\n"
-"41\n"
+"hd_id31547578\n"
"help.text"
-msgid "If you select CMYK, the initials of the four colors will appear and you can set the color from 0 to 255 with the spin button."
-msgstr "Si seleccioneu CMYK, apareixeran les inicials dels quatre colors i podreu definir el color de 0 a 255 amb el botó de selecció de valors."
+msgid "Delete"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3154942\n"
-"42\n"
+"par_id3154483\n"
"help.text"
-msgid "C"
+msgid "<ahelp hid=\"cui/ui/colorpage/delete\">Deletes the selected color without confirmation.</ahelp>"
msgstr ""
#: 01010500.xhp
-#, fuzzy
msgctxt ""
"01010500.xhp\n"
-"par_id3145800\n"
-"43\n"
+"par_id3154574\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/C\">Cyan</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/G\">Verd</ahelp>"
+msgid "You can only delete colors from the <emph>custom</emph> palette."
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3155417\n"
-"44\n"
+"hd_id31507671\n"
"help.text"
-msgid "M"
+msgid "New"
msgstr ""
#: 01010500.xhp
-#, fuzzy
msgctxt ""
"01010500.xhp\n"
-"par_id3150093\n"
-"45\n"
+"par_id3147426\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/M\">Magenta</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/G\">Verd</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/newpreview\">Displays a preview of the color selected from the color palette and the changes you make with the controls below.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3147124\n"
-"46\n"
+"hd_id3150103\n"
"help.text"
-msgid "Y"
+msgid "R"
msgstr ""
#: 01010500.xhp
-#, fuzzy
msgctxt ""
"01010500.xhp\n"
-"par_id3154098\n"
-"47\n"
+"par_id3152462\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/Y\">Yellow</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/R\">Roig</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/R_custom\">The color code of the red component of the color. Possible values are between 0 and 255.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3154015\n"
-"48\n"
+"hd_id3145366\n"
"help.text"
-msgid "K"
+msgid "G"
msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3156180\n"
-"49\n"
+"par_id3153144\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/K\">Black</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/K\">Negre</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/G_custom\">The color code of the green component of the color. Possible values are between 0 and 255.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3156332\n"
-"27\n"
+"hd_id3153573\n"
"help.text"
-msgid "Add"
-msgstr "Afig"
+msgid "B"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3154481\n"
-"28\n"
+"par_id3153726\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/add\">Adds a new color.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/colorpage/add\">Afig un color nou.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/colorpage/B_custom\">The color code of the blue component of the color. Possible values are between 0 and 255.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"hd_id3153708\n"
-"29\n"
+"hd_id31535731\n"
"help.text"
-msgid "Modify"
-msgstr "Modifica"
+msgid "Hex"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
-"par_id3148916\n"
-"30\n"
+"par_id31537261\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/modify\">Changes the current color.</ahelp> Note that the color is overwritten without a confirmation."
-msgstr "<ahelp hid=\"cui/ui/colorpage/modify\">Canvia el color actual.</ahelp> Tingueu en compte que el color se sobreescriu sense confirmació."
+msgid "<ahelp hid=\"cui/ui/colorpage/hex_custom\">The color code of the color expressed as a hexadecimal value.</ahelp>"
+msgstr ""
#: 01010500.xhp
msgctxt ""
"01010500.xhp\n"
"hd_id3154754\n"
-"31\n"
-"help.text"
-msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Edit\">Edit</link>"
-msgstr "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Edita\">Edita</link>"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3159267\n"
-"33\n"
-"help.text"
-msgid "Load Color List"
-msgstr "Carrega la llista de colors"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3154705\n"
-"34\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/load\">Accesses the <emph>Open</emph> dialog, which allows you to select a color palette</ahelp>."
-msgstr "<ahelp hid=\"cui/ui/colorpage/load\">Accedeix al diàleg <emph>Obri</emph>, que vos permet seleccionar una paleta de color</ahelp>."
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"hd_id3147344\n"
-"36\n"
"help.text"
-msgid "Save Color List"
-msgstr "Guarda la llista de colors"
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3163808\n"
-"37\n"
-"help.text"
-msgid "<ahelp hid=\"cui/ui/colorpage/save\">Opens the <emph>Save As</emph> dialog, which enables you to save the current color table under a specified name.</ahelp> If you do not choose this command, the current color table will be automatically saved as default and re-loaded the next time you start $[officename]."
-msgstr "<ahelp hid=\"cui/ui/colorpage/save\">Obri el diàleg <emph>Anomena i guarda</emph>, que vos permet guardar la taula de colors actual amb un nom concret.</ahelp> Si no seleccioneu esta orde, la taula de colors actual es guardarà automàticament com a paràmetre per defecte i es tornarà a carregar la propera vegada que inicieu el $[officename]."
-
-#: 01010500.xhp
-msgctxt ""
-"01010500.xhp\n"
-"par_id3154572\n"
-"38\n"
-"help.text"
-msgid "The <emph>Load color list</emph> and <emph>Save color list </emph>icons are visible only if you select the <emph>Colors</emph> tab with the <emph>Format - Area</emph> command."
-msgstr "Les icones <emph>Carrega la llista de colors</emph> i <emph>Guarda la llista de colors </emph>només són visibles si seleccioneu la pestanya <emph>Colors</emph> amb l'orde <emph>Format - Àrea</emph>."
+msgid "<link href=\"text/shared/optionen/01010501.xhp\" name=\"Pick\">Pick</link><ahelp hid=\"cui/ui/colorpage/edit\"><embed href=\"text/shared/optionen/01010501.xhp#farbentext\"/></ahelp>"
+msgstr ""
#: 01010501.xhp
msgctxt ""
@@ -5346,8 +5219,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN1064B\n"
"help.text"
-msgid "<ahelp hid=\"703988739\">Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988739\">Activeu esta opció per veure un diàleg d'avís quan intenteu guardar o enviar un document que conté canvis registrats, versions o comentaris.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/savesenddocs\">Select to see a warning dialog when you try to save or send a document that contains recorded changes, versions, or comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5362,8 +5235,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10652\n"
"help.text"
-msgid "<ahelp hid=\"703988740\">Select to see a warning dialog when you try to print a document that contains recorded changes or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988740\">Activeu esta opció per veure un diàleg d'avís quan intenteu imprimir un document que conté canvis registrats o comentaris.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whenprinting\">Select to see a warning dialog when you try to print a document that contains recorded changes or comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5378,8 +5251,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10659\n"
"help.text"
-msgid "<ahelp hid=\"703988741\">Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments.</ahelp>"
-msgstr "<ahelp hid=\"703988741\">Activeu esta opció per veure un diàleg d'avís quan intenteu signar un document que conté canvis registrats, versions, camps, referències a altres fonts (per exemple, seccions enllaçades o imatges enllaçades) o comentaris.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whensigning\">Select to see a warning dialog when you try to sign a document that contains recorded changes, versions, fields, references to other sources (for example linked sections or linked pictures), or comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5394,8 +5267,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10660\n"
"help.text"
-msgid "<ahelp hid=\"703988742\">Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments.</ahelp>"
-msgstr "<ahelp hid=\"703988742\">Activeu esta opció per veure un diàleg d'avís quan intenteu exportar un document a format PDF que mostre els canvis registrats al Writer, o bé que mostre comentaris.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/whenpdf\">Select to see a warning dialog when you try to export a document to PDF format that displays recorded changes in Writer, or that displays comments.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5406,13 +5279,12 @@ msgid "Remove personal information on saving"
msgstr "Suprimeix la informació personal en guardar"
#: 01030300.xhp
-#, fuzzy
msgctxt ""
"01030300.xhp\n"
"par_idN10667\n"
"help.text"
-msgid "<ahelp hid=\"703988743\">Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>"
-msgstr "<ahelp hid=\"703988743\">Activeu esta opció per suprimir sempre les dades de l'usuari de les propietats del fitxer. Si esta opció no està activada, igualment podeu suprimir la informació personal del document actual amb el botó <emph>Reinicialitza</emph> de <emph>Fitxer - Propietats - General</emph>.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/removepersonal\">Select to always remove user data from the file properties. If this option is not selected, you can still remove the personal information for the current document with the <emph>Reset Properties</emph> button on <emph>File - Properties - General</emph>.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5427,8 +5299,8 @@ msgctxt ""
"01030300.xhp\n"
"par_idN10680\n"
"help.text"
-msgid "<ahelp hid=\"703988744\">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp>"
-msgstr "<ahelp hid=\"703988744\">Activeu esta opció per habilitar sempre l'opció <emph>Guarda amb contrasenya</emph> als diàlegs per guardar fitxers. Desactiveu l'opció per guardar per defecte els fitxers sense contrasenya.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/password\">Select to always enable the <emph>Save with password</emph> option in the file save dialogs. Deselect the option to save files by default without password.</ahelp>"
+msgstr ""
#: 01030300.xhp
msgctxt ""
@@ -5443,8 +5315,24 @@ msgctxt ""
"01030300.xhp\n"
"par_id79042\n"
"help.text"
-msgid "<ahelp hid=\".\">If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</ahelp>"
-msgstr "<ahelp hid=\".\">Si esta opció està activada, caldrà que manteniu premuda la tecla Ctrl mentre feu clic a un enllaç per obrir-lo. Si l'opció no està activada, obrireu l'enllaç amb un clic.</ahelp>"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/ctrlclick\">If enabled, you must hold down the Ctrl key while clicking a hyperlink to follow that link. If not enabled, a click opens the hyperlink.</ahelp>"
+msgstr ""
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"hd_id1972107\n"
+"help.text"
+msgid "Block any links from documents not among the trusted locations (see Macro Security)"
+msgstr ""
+
+#: 01030300.xhp
+msgctxt ""
+"01030300.xhp\n"
+"par_id79043\n"
+"help.text"
+msgid "<ahelp hid=\"cui/ui/securityoptionsdialog/blockuntrusted\">Blocks the use of links pointing to images not in the trusted locations defined on the <link href=\"text/shared/optionen/macrosecurity_ts.xhp\" name=\"Trusted Sources\">Trusted Sources</link> tab of the Macro Security dialog.</ahelp> This can increase security in case you work with documents from untrusted sources (e.g. the internet) and are worried about vulnerabilities in image processing software components. Blocking the use of links means that images are not loaded in documents, only a placeholder frame is visible."
+msgstr ""
#: 01030300.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/smath.po b/source/ca-valencia/helpcontent2/source/text/smath.po
index df52cac4521..5871e5d6173 100644
--- a/source/ca-valencia/helpcontent2/source/text/smath.po
+++ b/source/ca-valencia/helpcontent2/source/text/smath.po
@@ -3,19 +3,19 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-08-25 12:34+0200\n"
-"PO-Revision-Date: 2015-01-12 06:00+0000\n"
-"Last-Translator: system user <>\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2015-08-25 12:14+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca-valencia\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca-XV\n"
-"X-POOTLE-MTIME: 1421042427.000000\n"
+"X-POOTLE-MTIME: 1440504863.000000\n"
#: main0000.xhp
msgctxt ""
@@ -249,10 +249,9 @@ msgstr "<link href=\"text/smath/main0103.xhp\" name=\"Visualitza\">Visualitza</l
msgctxt ""
"main0103.xhp\n"
"par_id3147338\n"
-"2\n"
"help.text"
-msgid "Sets the display scale and defines which elements you want to be visible. Most of the commands that you can enter into the <emph>Commands</emph> window can also be accessed through a mouse click if you have already opened the Elements window with <link href=\"text/smath/01/03090000.xhp\" name=\"View - Elements\"><emph>View - Elements</emph></link>."
-msgstr "Estableix l'escala de visualització i defineix quins elements voleu que siguen visibles. La majoria d'ordes que podeu introduir a la finestra <emph>Ordes</emph> també es poden obrir amb un clic si heu obert prèviament la finestra Elements mitjançant <link href=\"text/smath/01/03090000.xhp\" name=\"Visualitza - Elements\"><emph>Visualitza - Elements</emph></link>."
+msgid "Sets the display scale and defines which elements you want to be visible. Most of the commands that you can enter into the <emph>Commands</emph> window can also be accessed through a mouse click if you have already opened the Elements pane with <link href=\"text/smath/01/03090000.xhp\" name=\"View - Elements\"><emph>View - Elements</emph></link>."
+msgstr ""
#: main0103.xhp
msgctxt ""
@@ -619,7 +618,6 @@ msgstr "Fórmules en context"
msgctxt ""
"main0503.xhp\n"
"par_id3148774\n"
-"8\n"
"help.text"
-msgid "To make working with formulas easier, use the context menus, which can be called up with a right mouse click. This applies especially to the Commands window. This context menu contains all the commands that are found in the Elements window, and also operators, and so on, which can be inserted into your formula by mouse-click without having to key them into the Commands window."
-msgstr "Per facilitar el treball amb fórmules, utilitzeu els menús contextuals, que s'obren amb el botó dret del ratolí. Això és especialment útil a la finestra Ordes. Este menú contextual conté totes les ordes que hi ha a la finestra Elements, així com operadors (entre altres), que es poden inserir a la fórmula amb un clic del ratolí sense haver-los de teclejar a la finestra Ordes."
+msgid "To make working with formulas easier, use the context menus, which can be called up with a right mouse click. This applies especially to the Commands window. This context menu contains all the commands that are found in the Elements pane, and also operators, and so on, which can be inserted into your formula by mouse-click without having to key them into the Commands window."
+msgstr ""
diff --git a/source/ca-valencia/helpcontent2/source/text/smath/00.po b/source/ca-valencia/helpcontent2/source/text/smath/00.po
index 8f6c892bd4b..794d361d381 100644
--- a/source/ca-valencia/helpcontent2/source/text/smath/00.po
+++ b/source/ca-valencia/helpcontent2/source/text/smath/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2015-12-11 12:16+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2015-11-10 21:06+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca-valencia\n"
@@ -15,7 +15,7 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
"X-Language: ca-XV\n"
-"X-POOTLE-MTIME: 1449836196.000000\n"
+"X-POOTLE-MTIME: 1447189593.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -312,31 +312,13 @@ msgstr "Obriu el menú contextual a la finestra d'ordes i trieu <emph>Operadors
msgctxt ""
"00000004.xhp\n"
"par_id3154106\n"
-"71\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Trieu <emph>Visualitza - Elements</emph> i a la finestra Elements feu clic a"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3153535\n"
-"help.text"
-msgid "<image id=\"img_id3151310\" src=\"res/helpimg/starmath/im21101.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151310\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Unary/Binary Operators</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3153774\n"
-"72\n"
-"help.text"
-msgid "Unary/Binary Operators"
-msgstr "Operadors unaris/binaris"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3150360\n"
"73\n"
"help.text"
@@ -347,31 +329,13 @@ msgstr "Obriu el menú contextual a la finestra d'ordes i trieu <emph>Relacions<
msgctxt ""
"00000004.xhp\n"
"par_id3154473\n"
-"74\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Trieu <emph>Visualitza - Elements</emph> i a la finestra Elements feu clic a"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3147531\n"
-"help.text"
-msgid "<image id=\"img_id3151103\" src=\"res/helpimg/starmath/bi21309.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151103\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Relations</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3150833\n"
-"75\n"
-"help.text"
-msgid "Relations"
-msgstr "Relacions"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149687\n"
"37\n"
"help.text"
@@ -382,31 +346,13 @@ msgstr "Obriu el menú contextual a la finestra d'ordes i trieu <emph>Operadors<
msgctxt ""
"00000004.xhp\n"
"par_id3149342\n"
-"76\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Trieu <emph>Visualitza - Elements</emph> i a la finestra Elements feu clic a"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3146921\n"
-"help.text"
-msgid "<image id=\"img_id3146927\" src=\"res/helpimg/starmath/im21105.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3146927\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Operators</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3148990\n"
-"39\n"
-"help.text"
-msgid "Operators"
-msgstr "Operadors"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149297\n"
"40\n"
"help.text"
@@ -417,31 +363,13 @@ msgstr "Obriu el menú contextual a la finestra d'ordes i trieu <emph>Funcions</
msgctxt ""
"00000004.xhp\n"
"par_id3143275\n"
-"77\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Trieu <emph>Visualitza - Elements</emph> i a la finestra Elements feu clic a"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3149103\n"
"help.text"
-msgid "<image id=\"img_id3154825\" src=\"res/helpimg/starmath/im21104.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3154825\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Functions</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3149796\n"
-"42\n"
-"help.text"
-msgid "Functions"
-msgstr "Funcions"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3147092\n"
"43\n"
"help.text"
@@ -452,31 +380,13 @@ msgstr "Obriu el menú contextual de la finestra Ordes i trieu <emph>Claudàtors
msgctxt ""
"00000004.xhp\n"
"par_id3147220\n"
-"78\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Trieu <emph>Visualitza - Elements</emph> i a la finestra Elements feu clic a"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3147584\n"
"help.text"
-msgid "<image id=\"img_id3148733\" src=\"res/helpimg/starmath/im21107.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148733\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Brackets</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3147330\n"
-"45\n"
-"help.text"
-msgid "Brackets"
-msgstr "Claudàtors"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3153510\n"
"46\n"
"help.text"
@@ -487,31 +397,13 @@ msgstr "Obriu el menú contextual a la finestra d'ordes i trieu <emph>Atributs</
msgctxt ""
"00000004.xhp\n"
"par_id3147126\n"
-"79\n"
-"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Trieu <emph>Visualitza - Elements</emph> i a la finestra Elements feu clic a"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3154376\n"
"help.text"
-msgid "<image id=\"img_id3154390\" src=\"res/helpimg/starmath/at21706.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154390\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Attributes</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3153361\n"
-"48\n"
-"help.text"
-msgid "Attributes"
-msgstr "Atributs"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3154114\n"
"49\n"
"help.text"
@@ -522,31 +414,13 @@ msgstr "Obriu el menú contextual a la finestra d'ordes i trieu <emph>Formats</e
msgctxt ""
"00000004.xhp\n"
"par_id3150581\n"
-"80\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Trieu <emph>Visualitza - Elements</emph> i a la finestra Elements feu clic a"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3151029\n"
-"help.text"
-msgid "<image id=\"img_id3151036\" src=\"res/helpimg/starmath/im21108.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151036\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Formats</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3155119\n"
-"51\n"
-"help.text"
-msgid "Formats"
-msgstr "Formats"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3149008\n"
"52\n"
"help.text"
@@ -557,31 +431,13 @@ msgstr "Obriu el menú contextual de la finestra d'ordes i trieu <emph>Operacion
msgctxt ""
"00000004.xhp\n"
"par_id3147313\n"
-"81\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Trieu <emph>Visualitza - Elements</emph> i a la finestra Elements feu clic a"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3151377\n"
-"help.text"
-msgid "<image id=\"img_id3151384\" src=\"res/helpimg/starmath/op21401.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151384\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Set Operations</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3150686\n"
-"54\n"
-"help.text"
-msgid "Set Operations"
-msgstr "Operacions amb conjunts"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3150109\n"
"55\n"
"help.text"
@@ -721,29 +577,12 @@ msgctxt ""
"par_id3153968\n"
"91\n"
"help.text"
-msgid "Choose <emph>View - Elements</emph> - in the Elements window, click"
-msgstr "Trieu <emph>Visualitza - Elements</emph> i a la finestra Elements feu clic a"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
-"par_id3154715\n"
-"help.text"
-msgid "<image id=\"img_id3154722\" src=\"res/helpimg/starmath/im21117.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3154722\">Icon</alt></image>"
+msgid "Choose <emph>View - Elements</emph>; then on the Elements pane select <emph>Others</emph> from the listbox."
msgstr ""
#: 00000004.xhp
msgctxt ""
"00000004.xhp\n"
-"par_id3150459\n"
-"92\n"
-"help.text"
-msgid "Others"
-msgstr "Altres"
-
-#: 00000004.xhp
-msgctxt ""
-"00000004.xhp\n"
"par_id3145626\n"
"help.text"
msgid "<image id=\"img_id3145632\" src=\"cmd/sc_formelcursor.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145632\">Icon</alt></image>"
diff --git a/source/ca-valencia/helpcontent2/source/text/smath/01.po b/source/ca-valencia/helpcontent2/source/text/smath/01.po
index 42989f859bc..c5eb4a9ba2e 100644
--- a/source/ca-valencia/helpcontent2/source/text/smath/01.po
+++ b/source/ca-valencia/helpcontent2/source/text/smath/01.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
"PO-Revision-Date: 2016-05-06 20:26+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -442,19 +442,17 @@ msgstr "<link href=\"text/smath/01/03090100.xhp\" name=\"Operadors unaris i bina
msgctxt ""
"03090100.xhp\n"
"par_id3151241\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">You can choose various unary and binary operators to build your $[officename] Math formula. Unary refers to operators that affect one placeholder. Binary refers to operators that connect two placeholders. The lower area of the Elements window displays the individual operators.</ahelp> The <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window also contains a list of these operators, as well as additional operators. If you need an operator that is not contained in the Elements window, use the context menu or type it directly in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">Podeu triar diversos operadors unaris i binaris per generar una fórmula del $[officename] Math. Un operador unari és aquell que actua sobre un espai reservat, mentre que un de binari fa referència als operadors que connecten dos espais reservats. La part inferior de la finestra Elements mostra els operadors individuals.</ahelp> El <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"menú contextual\">menú contextual</link> de la finestra d'<emph>ordes</emph> també conté una llista d'estos operadors, així com d'altres d'addicionals. Si necessiteu un operador que no estiga inclòs a la finestra Elements, utilitzeu el menú contextual o introduïu-lo directament a la finestra d'<emph>ordes</emph>."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_UNBINOPS_CAT\">You can choose various unary and binary operators to build your $[officename] Math formula. Unary refers to operators that affect one placeholder. Binary refers to operators that connect two placeholders. The lower area of the Elements pane displays the individual operators.</ahelp> The <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window also contains a list of these operators, as well as additional operators. If you need an operator that is not contained in the Elements pane, use the context menu or type it directly in the <emph>Commands</emph> window."
+msgstr ""
#: 03090100.xhp
msgctxt ""
"03090100.xhp\n"
"par_id3146963\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of the unary and binary operators. The symbol next to the operator indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the Commands window."
-msgstr "A continuació es mostra una llista de tots els operadors unaris i binaris disponibles. El símbol que hi ha al costat de cada operador indica que s'hi pot accedir a través de la finestra Elements (trieu <emph>Visualitza - Elements</emph>), o bé a través del menú contextual de la finestra d'<emph>ordes</emph>."
+msgid "The following is a complete list of the unary and binary operators. The symbol next to the operator indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the Commands window."
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -470,8 +468,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10085\n"
"help.text"
-msgid "<image id=\"img_id3156399\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">Icon</alt></image>"
-msgstr "<image id=\"img_id3156399\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">Icona</alt></image>"
+msgid "<image id=\"img_id3156399\" src=\"res/helpimg/starmath/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3156399\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -496,8 +494,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN100C1\n"
"help.text"
-msgid "<image id=\"img_id3148776\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148776\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">Icona</alt></image>"
+msgid "<image id=\"img_id3148776\" src=\"res/helpimg/starmath/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148776\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -522,8 +520,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN100FD\n"
"help.text"
-msgid "<image id=\"img_id3150757\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150757\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">Icona</alt></image>"
+msgid "<image id=\"img_id3150757\" src=\"res/helpimg/starmath/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150757\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -548,8 +546,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10139\n"
"help.text"
-msgid "<image id=\"img_id3145410\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">Icon</alt></image>"
-msgstr "<image id=\"img_id3145410\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">Icona</alt></image>"
+msgid "<image id=\"img_id3145410\" src=\"res/helpimg/starmath/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3145410\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -574,8 +572,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10175\n"
"help.text"
-msgid "<image id=\"img_id3151098\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">Icon</alt></image>"
-msgstr "<image id=\"img_id3151098\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">Icona</alt></image>"
+msgid "<image id=\"img_id3151098\" src=\"res/helpimg/starmath/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3151098\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -600,8 +598,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN101B0\n"
"help.text"
-msgid "<image id=\"img_id3155898\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155898\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">Icona</alt></image>"
+msgid "<image id=\"img_id3155898\" src=\"res/helpimg/starmath/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155898\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -626,8 +624,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN101E9\n"
"help.text"
-msgid "<image id=\"img_id3149308\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149308\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">Icona</alt></image>"
+msgid "<image id=\"img_id3149308\" src=\"res/helpimg/starmath/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149308\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -652,8 +650,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10226\n"
"help.text"
-msgid "<image id=\"img_id3148982\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148982\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">Icona</alt></image>"
+msgid "<image id=\"img_id3148982\" src=\"res/helpimg/starmath/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148982\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -678,8 +676,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN1025F\n"
"help.text"
-msgid "<image id=\"img_id3155140\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155140\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">Icona</alt></image>"
+msgid "<image id=\"img_id3155140\" src=\"res/helpimg/starmath/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3155140\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -704,8 +702,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10298\n"
"help.text"
-msgid "<image id=\"img_id3149168\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149168\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">Icona</alt></image>"
+msgid "<image id=\"img_id3149168\" src=\"res/helpimg/starmath/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3149168\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -730,8 +728,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN102D1\n"
"help.text"
-msgid "<image id=\"img_id3148765\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148765\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">Icona</alt></image>"
+msgid "<image id=\"img_id3148765\" src=\"res/helpimg/starmath/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148765\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -756,8 +754,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN1030A\n"
"help.text"
-msgid "<image id=\"img_id3147418\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147418\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">Icona</alt></image>"
+msgid "<image id=\"img_id3147418\" src=\"res/helpimg/starmath/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147418\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -782,8 +780,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10343\n"
"help.text"
-msgid "<image id=\"img_id3149566\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">Icon</alt></image>"
-msgstr "<image id=\"img_id3149566\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">Icona</alt></image>"
+msgid "<image id=\"img_id3149566\" src=\"res/helpimg/starmath/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_id3149566\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -808,8 +806,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10383\n"
"help.text"
-msgid "<image id=\"img_id3147116\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">Icon</alt></image>"
-msgstr "<image id=\"img_id3147116\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">Icona</alt></image>"
+msgid "<image id=\"img_id3147116\" src=\"res/helpimg/starmath/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3147116\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -834,8 +832,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN103C3\n"
"help.text"
-msgid "<image id=\"img_id3148440\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">Icon</alt></image>"
-msgstr "<image id=\"img_id3148440\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">Icona</alt></image>"
+msgid "<image id=\"img_id3148440\" src=\"res/helpimg/starmath/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3148440\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -860,8 +858,8 @@ msgctxt ""
"03090100.xhp\n"
"par_idN10403\n"
"help.text"
-msgid "<image id=\"img_id3150173\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">Icon</alt></image>"
-msgstr "<image id=\"img_id3150173\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">Icona</alt></image>"
+msgid "<image id=\"img_id3150173\" src=\"res/helpimg/starmath/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_id3150173\">Icon</alt></image>"
+msgstr ""
#: 03090100.xhp
msgctxt ""
@@ -1014,8 +1012,8 @@ msgctxt ""
"par_id3153152\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">You can choose among various relations to structure your <emph>$[officename] Math</emph> formula. The relation functions are displayed in the lower part of the Elements window.</ahelp> The list is also in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All relations that are not contained in the Elements window or in the context menu can be typed manually in the Commands window."
-msgstr "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">Podeu triar entre diverses relacions per estructurar la vostra fórmula al <emph>$[officename] Math</emph>. Les funcions de relació es mostren a la part inferior de la finestra Elements.</ahelp> La llista també és al <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"menú contextual\">menú contextual</link> de la finestra d'<emph>ordes</emph>. Totes les relacions que no siguen a la finestra Elements ni al menú contextual es poden escriure manualment a la finestra d'ordes."
+msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_RELATIONS_CAT\">You can choose among various relations to structure your <emph>$[officename] Math</emph> formula. The relation functions are displayed in the lower part of the Elements pane.</ahelp> The list is also in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All relations that are not contained in the Elements pane or in the context menu can be typed manually in the Commands window."
+msgstr ""
#: 03090200.xhp
msgctxt ""
@@ -1023,8 +1021,8 @@ msgctxt ""
"par_id3147258\n"
"3\n"
"help.text"
-msgid "The following is a complete list of the relations. The symbol next to the name of the relation indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "A continuació es mostra una llista completa dels operadors de relació disponibles. El símbol que apareix al costat de l'operador indica que s'hi pot accedir a través de la finestra Elements (trieu <emph>Visualitza - Elements</emph>), o bé a través del menú contextual de la finestra d'<emph>ordes</emph>."
+msgid "The following is a complete list of the relations. The symbol next to the name of the relation indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090200.xhp
msgctxt ""
@@ -1872,19 +1870,17 @@ msgstr "<link href=\"text/smath/01/03090300.xhp\" name=\"Operadors\">Operadors</
msgctxt ""
"03090300.xhp\n"
"par_id3149755\n"
-"35\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\">You can choose among various operators to structure your <emph>$[officename] Math</emph> formula. All available operators appear in the lower part of the Elements window.</ahelp> They are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All operators not contained in the Elements window or in the context menu must be typed manually in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\">Podeu triar entre diversos operadors per estructurar una fórmula del <emph>$[officename] Math</emph>. Tots els operadors disponibles apareixen a la part inferior de la finestra Elements.</ahelp> També es llisten al <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"menú contextual\">menú contextual</link> de la finestra d'<emph>ordes</emph>. Tots els operadors que no siguen a la finestra Elements ni al menú contextual s'han d'introduir manualment a la finestra d'<emph>ordes</emph>."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_OPERATORS_CAT\">You can choose among various operators to structure your <emph>$[officename] Math</emph> formula. All available operators appear in the lower part of the Elements pane.</ahelp> They are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All operators not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window."
+msgstr ""
#: 03090300.xhp
msgctxt ""
"03090300.xhp\n"
"par_id3153576\n"
-"36\n"
"help.text"
-msgid "The following is a list of the available operators. An icon next to the operator name indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "A continuació es mostra una llista amb tots els operadors disponibles. La icona que hi ha al costat de l'operador indica que s'hi pot accedir a través de la finestra Elements (trieu <emph>Visualitza - Elements</emph>), o bé a través del menú contextual de la finestra d'<emph>ordes</emph>."
+msgid "The following is a list of the available operators. An icon next to the operator name indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090300.xhp
msgctxt ""
@@ -2317,10 +2313,9 @@ msgstr "<link href=\"text/smath/01/03090400.xhp\" name=\"Funcions\">Funcions</li
msgctxt ""
"03090400.xhp\n"
"par_id3155374\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">Choose a function in the lower part of the window.</ahelp> These functions are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements window need to be typed manually in the Commands window."
-msgstr "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">Trieu una funció a la part inferior de la finestra.</ahelp> Estes funcions també es llisten al <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"menú contextual\">menú contextual</link> de la finestra d'<emph>ordes</emph>. Totes les funcions que no siguen a la finestra Elements s'han d'escriure manualment a la finestra d'ordes."
+msgid "<ahelp hid=\"modules/smath/ui/floatingelements/RID_FUNCTIONS_CAT\">Choose a function in the lower part of the window.</ahelp> These functions are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. Any functions not contained in the Elements pane need to be typed manually in the Commands window."
+msgstr ""
#: 03090400.xhp
msgctxt ""
@@ -2328,8 +2323,8 @@ msgctxt ""
"par_id3150760\n"
"3\n"
"help.text"
-msgid "The following is a list of all functions that appear in the <emph>Elements</emph> window. The icon next to the function indicates that it can be accessed through the Elements window (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
-msgstr "A continuació es mostra una llista amb tots els operadors que apareixen a la finestra <emph>Elements</emph>. La icona que hi ha al costat de cada funció indica que s'hi pot accedir a través de la finestra Elements (menú Visualitza - Elements), o bé a través del menú contextual de la finestra d'<emph>ordes</emph>."
+msgid "The following is a list of all functions that appear in the <emph>Elements</emph> pane. The icon next to the function indicates that it can be accessed through the Elements pane (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090400.xhp
msgctxt ""
@@ -3037,19 +3032,17 @@ msgstr "<link href=\"text/smath/01/03090500.xhp\" name=\"Claudàtors\">Claudàto
msgctxt ""
"03090500.xhp\n"
"par_id3147258\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">You can choose among various bracket types to structure a <emph>$[officename] Math</emph> formula. Bracket types are displayed in the lower part of the Elements window.</ahelp> These brackets are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All brackets that are not contained in the Elements window or in the context menu can be typed manually in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">Podeu triar diferents tipus de claudàtors per estructurar una fórmula del <emph>$[officename] Math</emph>. Tots els tipus de claudàtors apareixen a la part inferior de la finestra Elements.</ahelp> Estos claudàtors també estan llistats al <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"menú contextual\">menú contextual</link> de la finestra d'<emph>ordes</emph>. Podeu escriure manualment tots els claudàtors que no apareguen a la finestra Elements ni al menú contextual a la finestra d'<emph>ordes</emph>."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_BRACKETS_CAT\">You can choose among various bracket types to structure a <emph>$[officename] Math</emph> formula. Bracket types are displayed in the lower part of the Elements pane.</ahelp> These brackets are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All brackets that are not contained in the Elements pane or in the context menu can be typed manually in the <emph>Commands</emph> window."
+msgstr ""
#: 03090500.xhp
msgctxt ""
"03090500.xhp\n"
"par_id3154264\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of all available bracket types. The icon next to the bracket type indicates that it can be accessed through the Elements window (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
-msgstr "A continuació s'ofereix una llista completa de tots els tipus de claudàtors disponibles. La icona que hi ha al costat de cada tipus de claudàtor indica que s'hi pot accedir a través de la finestra Elements (menú Visualitza - Elements), o bé a través del menú contextual de la finestra d'<emph>ordes</emph>."
+msgid "The following is a complete list of all available bracket types. The icon next to the bracket type indicates that it can be accessed through the Elements pane (menu View - Elements) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090500.xhp
msgctxt ""
@@ -3719,19 +3712,17 @@ msgstr "<variable id=\"attributes\"><link href=\"text/smath/01/03090600.xhp\" na
msgctxt ""
"03090600.xhp\n"
"par_id3145802\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\">You can choose from various attributes for <emph>%PRODUCTNAME</emph> <emph>Math</emph> formulas. Some attributes are displayed in the lower part of the Elements window.</ahelp> These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements window or in the context menu must be typed manually in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\">Podeu triar diferents atributs per a les fórmules del <emph>%PRODUCTNAME</emph> <emph>Math</emph>. Alguns atributs es mostren a la part inferior de la finestra Elements.</ahelp> Estos atributs també es llisten al <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"menú contextual\">menú contextual</link> de la finestra d'<emph>ordes</emph>. Tots els atributs que no siguen a la finestra Elements o al menú contextual s'han d'introduir manualment a la finestra d'<emph>ordes</emph>."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_ATTRIBUTES_CAT\">You can choose from various attributes for <emph>%PRODUCTNAME</emph> <emph>Math</emph> formulas. Some attributes are displayed in the lower part of the Elements pane.</ahelp> These attributes are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window. All attributes not contained in the Elements pane or in the context menu must be typed manually in the <emph>Commands</emph> window."
+msgstr ""
#: 03090600.xhp
msgctxt ""
"03090600.xhp\n"
"par_id3155962\n"
-"3\n"
"help.text"
-msgid "The following is a complete list of all attributes available in <item type=\"productname\">%PRODUCTNAME</item> Math. The symbol next to the attribute indicates that it can be accessed through the Elements window (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "A continuació es mostra una llista de tots els atributs disponibles al <item type=\"productname\">%PRODUCTNAME</item> Math. El símbol que hi ha al costat de cada atribut indica que s'hi pot accedir a través de la finestra Elements (trieu <emph>Visualitza - Elements</emph>), o bé a través del menú contextual de la finestra d'<emph>ordes</emph>."
+msgid "The following is a complete list of all attributes available in <item type=\"productname\">%PRODUCTNAME</item> Math. The symbol next to the attribute indicates that it can be accessed through the Elements pane (choose <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090600.xhp
msgctxt ""
@@ -4443,8 +4434,8 @@ msgctxt ""
"par_id3147262\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower half of the Formula Elements window.</ahelp> These options are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">Podeu triar entre diverses opcions per formatar una fórmula del $[officename] Math. Les opcions de format es mostren a la meitat inferior de la finestra Elements de fórmula.</ahelp> Estes opcions també es llisten al <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"menú contextual\">menú contextual</link> de la finestra d'<emph>ordes</emph>."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_FORMAT_CAT\">You can choose among various options for formatting a $[officename] Math formula. The format options are displayed in the lower half of the Formula Elements pane.</ahelp> These options are also listed in the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> of the <emph>Commands</emph> window."
+msgstr ""
#: 03090700.xhp
msgctxt ""
@@ -4452,8 +4443,8 @@ msgctxt ""
"par_id3154263\n"
"3\n"
"help.text"
-msgid "The following is a complete list of all available formatting options in $[officename] Math. The icon next to the formatting option indicates that it can be accessed through the Elements window (menu <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
-msgstr "A continuació es mostra una llista de totes les opcions de formatació disponibles al $[officename] Math. La icona que hi ha al costat de cada opció de formatació indica que s'hi pot accedir a través de la finestra Elements (menú <emph>Visualitza - Elements</emph>), o bé a través del menú contextual de la finestra d'<emph>ordes</emph>."
+msgid "The following is a complete list of all available formatting options in $[officename] Math. The icon next to the formatting option indicates that it can be accessed through the Elements pane (menu <emph>View - Elements</emph>) or through the context menu of the <emph>Commands</emph> window."
+msgstr ""
#: 03090700.xhp
msgctxt ""
@@ -5027,8 +5018,8 @@ msgctxt ""
"par_id3154641\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\">Assign different set operators to the characters in your <emph>$[officename] Math</emph> formula. The individual operators are shown in the lower section of the Elements window</ahelp>. Call the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> in the <emph>Commands</emph> window to see an identical list of the individual functions. Any operators not found in the Elements window have to be entered directly in the Commands window. You can also directly insert other parts of the formula even if symbols already exist for them."
-msgstr "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\">Podeu assignar diferents operadors de conjunts als caràcters d'una fórmula del <emph>$[officename] Math</emph>. Els operadors individuals es mostren a la secció inferior de la finestra Elements.</ahelp> Obriu el <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"menú contextual\">menú contextual</link> de la finestra d'<emph>ordes</emph> per visualitzar una llista idèntica de les funcions individuals. Els operadors que no siguen a la finestra Elements s'han d'escriure directament a la finestra d'ordes, on també podeu inserir altres parts d'una fórmula directament, encara que disposin d'un símbol propi."
+msgid "<ahelp hid=\"smath/ui/floatingelements/RID_SETOPERATIONS_CAT\">Assign different set operators to the characters in your <emph>$[officename] Math</emph> formula. The individual operators are shown in the lower section of the Elements pane</ahelp>. Call the <link href=\"text/shared/00/00000001.xhp#kontextmenue\" name=\"context menu\">context menu</link> in the <emph>Commands</emph> window to see an identical list of the individual functions. Any operators not found in the Elements pane have to be entered directly in the Commands window. You can also directly insert other parts of the formula even if symbols already exist for them."
+msgstr ""
#: 03090800.xhp
msgctxt ""
@@ -5036,8 +5027,8 @@ msgctxt ""
"par_id3149290\n"
"3\n"
"help.text"
-msgid "After clicking the <emph>Set Operations</emph> icon in the Elements window additional icons will be shown in the lower part of this window. Simply click a symbol to incorporate the operator in the formula being edited in the Commands window."
-msgstr "Si feu clic a la icona <emph>Operacions amb conjunts</emph> de la finestra Elements es mostraran icones addicionals a la part inferior d'esta finestra. Feu clic a un símbol per incorporar l'operador a la fórmula que estigueu editant a la finestra d'ordes."
+msgid "After clicking the <emph>Set Operations</emph> icon in the Elements pane additional icons will be shown in the lower part of this window. Simply click a symbol to incorporate the operator in the formula being edited in the Commands window."
+msgstr ""
#: 03090800.xhp
msgctxt ""
@@ -6123,8 +6114,8 @@ msgctxt ""
"par_id3151392\n"
"5\n"
"help.text"
-msgid "Set brackets were previously inserted in the Elements window or directly in the Commands window as \"left lbrace <?> right rbrace\". Now, a left and a right set bracket can also be inserted using \"lbrace\" and \"rbrace\", with or without wildcards."
-msgstr "Anteriorment, els conjunts de claudàtors s'inserien des de la finestra Elements o també des de la finestra d'<emph>ordes</emph>, mitjançant l'orde \"left lbrace <?> right rbrace\". Ara, ja podreu inserir claudàtors esquerres o drets amb les ordes respectives \"lbrace\" i \"rbrace\", que poden incloure comodins o no."
+msgid "Set brackets were previously inserted in the Elements pane or directly in the Commands window as \"left lbrace <?> right rbrace\". Now, a left and a right set bracket can also be inserted using \"lbrace\" and \"rbrace\", with or without wildcards."
+msgstr ""
#: 03091100.xhp
msgctxt ""
@@ -6973,10 +6964,9 @@ msgstr "Ordes introduïdes"
msgctxt ""
"03091501.xhp\n"
"par_id3151388\n"
-"472\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Símbol de la finestra Elements"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -6992,8 +6982,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3156276\n"
"help.text"
-msgid "<image id=\"Graphic10\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic10\" src=\"starmath/res/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icona</alt></image>"
+msgid "<image id=\"Graphic10\" src=\"res/helpimg/starmath/un21209.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7009,8 +6999,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3163824\n"
"help.text"
-msgid "<image id=\"Graphic21\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic21\" src=\"starmath/res/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icona</alt></image>"
+msgid "<image id=\"Graphic21\" src=\"res/helpimg/starmath/un21202.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7026,8 +7016,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147514\n"
"help.text"
-msgid "<image id=\"Graphic4\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic4\" src=\"starmath/res/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icona</alt></image>"
+msgid "<image id=\"Graphic4\" src=\"res/helpimg/starmath/un21204.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7043,8 +7033,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3154821\n"
"help.text"
-msgid "<image id=\"Graphic13\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic13\" src=\"starmath/res/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icona</alt></image>"
+msgid "<image id=\"Graphic13\" src=\"res/helpimg/starmath/un21212.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7060,8 +7050,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3155179\n"
"help.text"
-msgid "<image id=\"Graphic7\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic7\" src=\"starmath/res/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icona</alt></image>"
+msgid "<image id=\"Graphic7\" src=\"res/helpimg/starmath/un21208.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7077,8 +7067,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3150832\n"
"help.text"
-msgid "<image id=\"Graphic6\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic6\" src=\"starmath/res/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icona</alt></image>"
+msgid "<image id=\"Graphic6\" src=\"res/helpimg/starmath/un21205.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7094,8 +7084,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3145590\n"
"help.text"
-msgid "<image id=\"Graphic2\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic2\" src=\"starmath/res/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icona</alt></image>"
+msgid "<image id=\"Graphic2\" src=\"res/helpimg/starmath/un21201.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7111,8 +7101,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3150764\n"
"help.text"
-msgid "<image id=\"Graphic3\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic3\" src=\"starmath/res/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icona</alt></image>"
+msgid "<image id=\"Graphic3\" src=\"res/helpimg/starmath/un21203.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7136,8 +7126,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3146336\n"
"help.text"
-msgid "<image id=\"Graphic14\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic14\" src=\"starmath/res/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icona</alt></image>"
+msgid "<image id=\"Graphic14\" src=\"res/helpimg/starmath/un21214.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7203,8 +7193,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147212\n"
"help.text"
-msgid "<image id=\"Graphic8\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic8\" src=\"starmath/res/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icona</alt></image>"
+msgid "<image id=\"Graphic8\" src=\"res/helpimg/starmath/un21206.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7220,8 +7210,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3151130\n"
"help.text"
-msgid "<image id=\"Graphic16\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic16\" src=\"starmath/res/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icona</alt></image>"
+msgid "<image id=\"Graphic16\" src=\"res/helpimg/starmath/un21221.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7237,8 +7227,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147470\n"
"help.text"
-msgid "<image id=\"Graphic12\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic12\" src=\"starmath/res/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icona</alt></image>"
+msgid "<image id=\"Graphic12\" src=\"res/helpimg/starmath/un21211.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7254,8 +7244,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3151319\n"
"help.text"
-msgid "<image id=\"Graphic5\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic5\" src=\"starmath/res/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">Icona</alt></image>"
+msgid "<image id=\"Graphic5\" src=\"res/helpimg/starmath/un21213.png\" width=\"0.25inch\" height=\"0.25inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7347,8 +7337,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147065\n"
"help.text"
-msgid "<image id=\"Graphic15\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic15\" src=\"starmath/res/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icona</alt></image>"
+msgid "<image id=\"Graphic15\" src=\"res/helpimg/starmath/un21215.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7381,8 +7371,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3148873\n"
"help.text"
-msgid "<image id=\"Graphic11\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic11\" src=\"starmath/res/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icona</alt></image>"
+msgid "<image id=\"Graphic11\" src=\"res/helpimg/starmath/un21210.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7398,8 +7388,8 @@ msgctxt ""
"03091501.xhp\n"
"par_id3147073\n"
"help.text"
-msgid "<image id=\"Graphic9\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
-msgstr "<image id=\"Graphic9\" src=\"starmath/res/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icona</alt></image>"
+msgid "<image id=\"Graphic9\" src=\"res/helpimg/starmath/un21207.png\" width=\"0.3335inch\" height=\"0.3335inch\"><alt id=\"alt_\">Icon</alt></image>"
+msgstr ""
#: 03091501.xhp
msgctxt ""
@@ -7480,10 +7470,9 @@ msgstr "Ordes introduïdes"
msgctxt ""
"03091502.xhp\n"
"par_id3154032\n"
-"475\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Símbol de la finestra Elements"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091502.xhp
msgctxt ""
@@ -8124,10 +8113,9 @@ msgstr "Ordes introduïdes"
msgctxt ""
"03091503.xhp\n"
"par_id3145724\n"
-"478\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Símbol de la finestra Elements"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091503.xhp
msgctxt ""
@@ -8564,10 +8552,9 @@ msgstr "Ordes introduïdes"
msgctxt ""
"03091504.xhp\n"
"par_id3156681\n"
-"481\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Símbol de la finestra Elements"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091504.xhp
msgctxt ""
@@ -9057,10 +9044,9 @@ msgstr "Ordes introduïdes"
msgctxt ""
"03091505.xhp\n"
"par_id3143994\n"
-"484\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Símbol de la finestra Elements"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091505.xhp
msgctxt ""
@@ -9355,10 +9341,9 @@ msgstr "Ordes introduïdes"
msgctxt ""
"03091506.xhp\n"
"par_id3167610\n"
-"487\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Símbol de la finestra Elements"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091506.xhp
msgctxt ""
@@ -9797,10 +9782,9 @@ msgstr "Ordes introduïdes"
msgctxt ""
"03091507.xhp\n"
"par_id3162086\n"
-"490\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Símbol de la finestra Elements"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091507.xhp
msgctxt ""
@@ -10213,8 +10197,8 @@ msgctxt ""
"03091508.xhp\n"
"par_id3180684\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Símbol de la finestra Elements"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091508.xhp
msgctxt ""
@@ -10668,10 +10652,9 @@ msgstr "Ordes introduïdes"
msgctxt ""
"03091509.xhp\n"
"par_id3184320\n"
-"496\n"
"help.text"
-msgid "Symbol in Elements Window"
-msgstr "Símbol de la finestra Elements"
+msgid "Symbol in Elements pane"
+msgstr ""
#: 03091509.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/smath/04.po b/source/ca-valencia/helpcontent2/source/text/smath/04.po
index 8772e581e53..c99640eec55 100644
--- a/source/ca-valencia/helpcontent2/source/text/smath/04.po
+++ b/source/ca-valencia/helpcontent2/source/text/smath/04.po
@@ -3,19 +3,19 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:14+0200\n"
-"PO-Revision-Date: 2012-11-27 23:00+0000\n"
-"Last-Translator: Joan <joan@montane.cat>\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2013-11-20 14:31+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca-valencia\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca-XV\n"
-"X-POOTLE-MTIME: 1354057221.0\n"
+"X-POOTLE-MTIME: 1384957890.000000\n"
#: 01020000.xhp
msgctxt ""
@@ -172,10 +172,9 @@ msgstr "Actualitza"
msgctxt ""
"01020000.xhp\n"
"hd_id3153732\n"
-"21\n"
"help.text"
-msgid "Navigation in the Elements Window"
-msgstr "Navegació a la finestra Elements"
+msgid "Navigation in the Elements pane"
+msgstr ""
#: 01020000.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/smath/guide.po b/source/ca-valencia/helpcontent2/source/text/smath/guide.po
index 971570b2151..92688322e0e 100644
--- a/source/ca-valencia/helpcontent2/source/text/smath/guide.po
+++ b/source/ca-valencia/helpcontent2/source/text/smath/guide.po
@@ -3,19 +3,19 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-11-18 11:24+0100\n"
-"PO-Revision-Date: 2013-05-26 20:56+0000\n"
-"Last-Translator: Joan <joan@montane.cat>\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2015-01-12 06:01+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: ca-XV\n"
+"Language: ca-valencia\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca-XV\n"
-"X-POOTLE-MTIME: 1369601795.0\n"
+"X-POOTLE-MTIME: 1421042465.000000\n"
#: align.xhp
msgctxt ""
@@ -423,28 +423,25 @@ msgstr "A la finestra d'ordes trobareu el cursor i podreu escriure la fórmula."
msgctxt ""
"keyboard.xhp\n"
"par_id3150537\n"
-"13\n"
"help.text"
-msgid "You can compose formulas using the Elements window. Open it with the menu <emph>View - Elements</emph> if it is not already open."
-msgstr "Podeu compondre fórmules utilitzant la finestra Elements. Si no és oberta, obriu-la amb el menú <emph>Visualitza - Elements</emph>."
+msgid "You can compose formulas using the Elements pane. Open it with the menu <emph>View - Elements</emph> if it is not already open."
+msgstr ""
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"par_id3155625\n"
-"10\n"
"help.text"
-msgid "If the Elements window is open, use F6 to switch from the Commands window to the Elements window and back."
-msgstr "Si la finestra Elements ja és oberta, utilitzeu F6 per canviar de la finestra d'ordes a la finestra Elements."
+msgid "If the Elements pane is open, use F6 to switch from the Commands window to the Elements pane and back."
+msgstr ""
#: keyboard.xhp
msgctxt ""
"keyboard.xhp\n"
"hd_id3154554\n"
-"11\n"
"help.text"
-msgid "Elements window"
-msgstr "Finestra Elements"
+msgid "Elements pane"
+msgstr ""
#: limits.xhp
msgctxt ""
@@ -499,24 +496,24 @@ msgctxt ""
"limits.xhp\n"
"par_id1276589\n"
"help.text"
-msgid "You see the Math input window and the Elements window. If you don't see the Elements window, you can enable it in the View menu."
-msgstr "Veureu la finestra d'entrada del Math i la finestra Elements. Si no veieu la finestra Elements, podeu activar-la al menú Visualitza."
+msgid "You see the Math input window and the Elements pane on the left."
+msgstr ""
#: limits.xhp
msgctxt ""
"limits.xhp\n"
"par_id3283791\n"
"help.text"
-msgid "In the upper part of the Elements window, click the <emph>Operators</emph> icon."
-msgstr "A la part superior de la finestra Elements, feu clic a la icona <emph>Operadors</emph>."
+msgid "From the list on the upper part of the Elements pane, select the <emph>Operators</emph> item."
+msgstr ""
#: limits.xhp
msgctxt ""
"limits.xhp\n"
"par_id9734794\n"
"help.text"
-msgid "In the lower part of the Elements window, click the <emph>Sum</emph> icon."
-msgstr "A la part inferior de la finestra Elements, feu clic a la icona <emph>Suma</emph>."
+msgid "In the lower part of the Elements pane, click the <emph>Sum</emph> icon."
+msgstr ""
#: limits.xhp
msgctxt ""
@@ -587,8 +584,8 @@ msgctxt ""
"limits.xhp\n"
"par_id9406414\n"
"help.text"
-msgid "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements window, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window."
-msgstr "De la mateixa manera, podeu introduir una fórmula integral amb límits. Quan feu clic a una icona de la finestra Elements, s'insereix l'orde de text assignada a la finestra d'entrada. Si coneixeu les ordes de text, les podeu introduir directament a la finestra d'entrada."
+msgid "In the same way, you can enter an Integral formula with limits. When you click an icon from the Elements pane, the assigned text command is inserted in the input window. If you know the text commands, you can enter the commands directly in the input window."
+msgstr ""
#: limits.xhp
msgctxt ""
@@ -619,8 +616,8 @@ msgctxt ""
"limits.xhp\n"
"par_id4651020\n"
"help.text"
-msgid "A small gap exists between f(x) and dx, which you can also enter using the Elements window: click the <emph>Format</emph> icon, then the <emph>Small Gap</emph> icon."
-msgstr "Entre f(x) i dx hi ha una separació petita on també podeu entrar amb la finestra Elements: feu clic a la icona <emph>Format</emph> i, tot seguit, a la icona <emph>Separació petita</emph>."
+msgid "A small gap exists between f(x) and dx, which you can also enter using the Elements pane: select the <emph>Formats</emph> item from the list on the top, then the <emph>Small Gap</emph> icon."
+msgstr ""
#: limits.xhp
msgctxt ""
diff --git a/source/ca-valencia/helpcontent2/source/text/swriter/01.po b/source/ca-valencia/helpcontent2/source/text/swriter/01.po
index 0a4ab4dbd73..b70248a43eb 100644
--- a/source/ca-valencia/helpcontent2/source/text/swriter/01.po
+++ b/source/ca-valencia/helpcontent2/source/text/swriter/01.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-05-24 07:07+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-07-05 21:08+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca-valencia\n"
@@ -15,7 +15,7 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
"X-Language: ca-XV\n"
-"X-POOTLE-MTIME: 1464073648.000000\n"
+"X-POOTLE-MTIME: 1467752931.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -15213,37 +15213,33 @@ msgstr "Esquema i numeració"
msgctxt ""
"05030800.xhp\n"
"hd_id3151173\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/01/05030800.xhp\" name=\"Numbering\">Outline & Numbering</link>"
-msgstr "<link href=\"text/swriter/01/05030800.xhp\" name=\"Numeració\">Esquema i numeració</link>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3154100\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"HID_NUMPARA\">Adds or removes outline level, numbering, or bullets from the paragraph. You can also select the style of numbering to use, and reset the numbering in a numbered list.</ahelp>"
-msgstr "<ahelp hid=\"HID_NUMPARA\">Afig o suprimeix el nivell d'esquema, la numeració o els pics del paràgraf. També podeu seleccionar l'estil de numeració que s'utilitzarà, i reinicialitzar la numeració en una llista numerada.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/NumParaPage\">Adds or removes outline level, numbering, or bullets from the paragraph. You can also select the style of numbering to use, and reset the numbering in a numbered list.</ahelp>"
+msgstr ""
#: 05030800.xhp
-#, fuzzy
msgctxt ""
"05030800.xhp\n"
"par_id3153536\n"
"help.text"
-msgid "To change the numbering options for paragraphs that use the same paragraph style, choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles </emph>icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the<emph> Outline & Numbering</emph> tab."
-msgstr "Per canviar les opcions de numeració pels paràgrafs que utilitzen el mateix estil de paràgraf, trieu <emph>Format - Estils i </emph>formatació i, a continuació, feu clic a la icona <emph>Estils de paràgraf</emph>. Feu clic amb el botó dret a l'estil de la llista, trieu <emph>Modifica</emph> i, a continuació, feu clic a la pestanya<emph> Esquema i numeració</emph>."
+msgid "To change the numbering options for paragraphs that use the same paragraph style, choose <emph>View - Styles and Formatting</emph>, and then click the <emph>Paragraph Styles</emph> icon. Right-click the style in the list, choose <emph>Modify</emph>, and then click the <emph>Outline & Numbering</emph> tab."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3154470\n"
-"26\n"
"help.text"
-msgid "To change the numbering options for selected paragraphs, choose <emph>Format -</emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link>, and then click the<emph> Outline & Numbering</emph> tab."
-msgstr "Per canviar les opcions de numeració pels paràgrafs seleccionats, trieu <emph>Format -</emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paràgraf\"><emph>Paràgraf</emph></link> i, a continuació, feu clic a la pestanya<emph> Esquema i numeració</emph>."
+msgid "To change the numbering options for selected paragraphs, choose <emph>Format - </emph><link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\"><emph>Paragraph</emph></link>, and then click the <emph>Outline & Numbering</emph> tab."
+msgstr ""
#: 05030800.xhp
msgctxt ""
@@ -15258,170 +15254,168 @@ msgctxt ""
"05030800.xhp\n"
"par_id1209200804371097\n"
"help.text"
-msgid "<ahelp hid=\".\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Body text</emph> to reset the outline level."
-msgstr "<ahelp hid=\".\">Assigna un nivell d'esquema de l'1 al 10 als paràgrafs o l'estil de paràgraf seleccionats.</ahelp> Seleccioneu <emph>Text del cos</emph> per reinicialitzar el nivell d'esquema."
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_OUTLINE_LEVEL\">Assigns an outline level from 1 to 10 to the selected paragraphs or Paragraph Style.</ahelp> Select <emph>Body text</emph> to reset the outline level."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3143283\n"
-"5\n"
"help.text"
msgid "Numbering"
-msgstr "Numeració"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3154188\n"
-"3\n"
"help.text"
msgid "Numbering Style"
-msgstr "Estil de numeració"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3155178\n"
-"4\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_NUMPARA:LB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link> window if you click the <emph>Numbering Style</emph> icon."
-msgstr "<ahelp hid=\"SW:LISTBOX:TP_NUMPARA:LB_NUMBER_STYLE\">Seleccioneu l'<link href=\"text/swriter/01/05130004.xhp\" name=\"Estil de numeració\">Estil de numeració</link> que voleu aplicar al paràgraf.</ahelp> Estos estils també es llisten a la finestra <link href=\"text/swriter/01/05140000.xhp\" name=\"Estils i formatació\">Estils i formatació</link> si feu clic a la icona <emph>Estils de numeració</emph>."
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/comboLB_NUMBER_STYLE\">Select the <link href=\"text/swriter/01/05130004.xhp\" name=\"Numbering Style\">Numbering Style</link> that you want to apply to the paragraph.</ahelp> These styles are also listed in the <link href=\"text/swriter/01/05140000.xhp\" name=\"Styles and Formatting\">Styles and Formatting</link> window if you click the <emph>Numbering Style</emph> icon."
+msgstr ""
+
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"hd_id3154189\n"
+"help.text"
+msgid "Edit Style"
+msgstr ""
+
+#: 05030800.xhp
+msgctxt ""
+"05030800.xhp\n"
+"par_id3155179\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/editnumstyle\">Edit the properties of the selected numbering style.</ahelp> These properties will apply to all paragraphs formatted with the given numbering style."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3149106\n"
-"7\n"
"help.text"
msgid "This section only appears when you edit the properties of the current paragraph by choosing <emph>Format - Paragraph</emph>."
-msgstr "Esta secció només apareix quan editeu les propietats del paràgraf actual mitjançant <emph>Format - Paràgraf</emph>."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3151250\n"
-"8\n"
"help.text"
msgid "Restart at this paragraph"
-msgstr "Reinicia en este paràgraf"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3154831\n"
-"9\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_NEW_START\">Restarts the numbering at the current paragraph.</ahelp>"
-msgstr "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_NEW_START\">Reinicia la numeració en el paràgraf actual.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_NEW_START\">Restarts the numbering at the current paragraph.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147096\n"
-"24\n"
"help.text"
msgid "Start with"
-msgstr "Inicia a"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3148979\n"
-"25\n"
"help.text"
-msgid "<ahelp hid=\"SW_TRISTATEBOX_TP_NUMPARA_CB_NUMBER_NEW_START\">Select this check box, and then enter the number that you want to assign to the paragraph.</ahelp>"
-msgstr "<ahelp hid=\"SW_TRISTATEBOX_TP_NUMPARA_CB_NUMBER_NEW_START\">Activeu esta casella de selecció i, a continuació, introduïu el número que voleu assignar al paràgraf.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_NUMBER_NEW_START\">Select this check box, and then enter the number that you want to assign to the paragraph.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147226\n"
-"10\n"
"help.text"
msgid "\"Start with\" spin button"
-msgstr "Botó de selecció de valors \"Inicia a\""
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3153632\n"
-"11\n"
"help.text"
-msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_NEW_START\">Enter the number that you want to assign to the paragraph.</ahelp> The following paragraphs are numbered consecutively from the number that you enter here."
-msgstr "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_NEW_START\">Introduïu el nombre que voleu assignar al paràgraf.</ahelp> Els paràgrafs següents es numeren de manera consecutiva a partir del nombre que introduïu ací."
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/spinNF_NEW_START\">Enter the number that you want to assign to the paragraph.</ahelp> The following paragraphs are numbered consecutively from the number that you enter here."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3147581\n"
-"15\n"
"help.text"
msgid "Line numbering"
-msgstr "Numeració de línies"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3152771\n"
-"16\n"
"help.text"
msgid "Specify the <link href=\"text/swriter/01/06180000.xhp\" name=\"Line numbering\">Line numbering</link> options. To add line numbers to your document, choose <emph>Tools - Line Numbering</emph>."
-msgstr "Especifiqueu les opcions de <link href=\"text/swriter/01/06180000.xhp\" name=\"Numeració de línies\">Numeració de línies</link>. Per afegir nombres de línia al document trieu <emph>Eines - Numeració de línies</emph>."
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3153345\n"
-"17\n"
"help.text"
msgid "Include this paragraph in line numbering"
-msgstr "Compta les línies d'este paràgraf"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3156267\n"
-"18\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_COUNT_PARA\">Includes the current paragraph in the line numbering.</ahelp>"
-msgstr "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_COUNT_PARA\">Inclou el paràgraf actual en la numeració de línies.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_COUNT_PARA\">Includes the current paragraph in the line numbering.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3151026\n"
-"19\n"
"help.text"
msgid "Restart at this paragraph"
-msgstr "Reinicia en este paràgraf"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3149168\n"
-"20\n"
"help.text"
-msgid "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_RESTART_PARACOUNT\">Restarts the line numbering at the current paragraph, or at the number that you enter.</ahelp>"
-msgstr "<ahelp hid=\"SW:TRISTATEBOX:TP_NUMPARA:CB_RESTART_PARACOUNT\">Reinicia la numeració de línies en el paràgraf actual, o en el número que introduïu.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/checkCB_RESTART_PARACOUNT\">Restarts the line numbering at the current paragraph, or at the number that you enter.</ahelp>"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"hd_id3145775\n"
-"21\n"
"help.text"
msgid "Start with"
-msgstr "Inicia a"
+msgstr ""
#: 05030800.xhp
msgctxt ""
"05030800.xhp\n"
"par_id3149355\n"
-"22\n"
"help.text"
-msgid "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_RESTART_PARA\">Enter the number at which to restart the line numbering</ahelp>"
-msgstr "<ahelp hid=\"SW:NUMERICFIELD:TP_NUMPARA:NF_RESTART_PARA\">Introduïu el nombre en què voleu que es reinicie la numeració de línies</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/numparapage/spinNF_RESTART_PARA\">Enter the number at which to restart the line numbering</ahelp>"
+msgstr ""
#: 05040000.xhp
msgctxt ""
@@ -15871,199 +15865,209 @@ msgstr "Nota al peu"
msgctxt ""
"05040600.xhp\n"
"hd_id3154767\n"
-"1\n"
"help.text"
msgid "<link href=\"text/swriter/01/05040600.xhp\" name=\"Footnote\">Footnote</link>"
-msgstr "<link href=\"text/swriter/01/05040600.xhp\" name=\"Nota al peu\">Nota al peu</link>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3149351\n"
-"2\n"
"help.text"
-msgid "<ahelp hid=\"HID_FOOTNOTE_PAGE\">Specifies the layout options for footnotes, including the line that separates the footnote from the main body of document.</ahelp>"
-msgstr "<ahelp hid=\"HID_FOOTNOTE_PAGE\">Especifica les opcions de format per a les notes al peu, inclosa la línia que separa la nota al peu del cos principal del document.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/FootnoteAreaPage\">Specifies the layout options for footnotes, including the line that separates the footnote from the main body of document.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154646\n"
-"3\n"
"help.text"
msgid "Footnote area"
-msgstr "Àrea de la nota al peu"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3151168\n"
-"4\n"
"help.text"
msgid "Set the height of the footnote area."
-msgstr "Definiu l'alçada de l'àrea de la nota al peu."
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3145412\n"
-"5\n"
"help.text"
msgid "Not larger than page area"
-msgstr "No més gran que l'àrea de la pàgina"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3147514\n"
-"6\n"
"help.text"
-msgid "<ahelp hid=\"SW:RADIOBUTTON:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE\">Automatically adjusts the height of the footnote area depending on the number of footnotes.</ahelp>"
-msgstr "<ahelp hid=\"SW:RADIOBUTTON:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE\">Ajusta automàticament l'alçada de l'àrea de la nota al peu en funció del nombre de notes al peu.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheightpage\">Automatically adjusts the height of the footnote area depending on the number of footnotes.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154099\n"
-"7\n"
"help.text"
-msgid "Maximum Footnote Height"
-msgstr "Alçada màx. de nota al peu"
+msgid "Maximum footnote height"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3149807\n"
-"8\n"
"help.text"
-msgid "<ahelp hid=\".\">Sets a maximum height for the footnote area. Enable this option, then enter the height.</ahelp>"
-msgstr "<ahelp hid=\".\">Defineix l'alçada màxima per a l'àrea de la nota al peu. Activeu esta opció i, a continuació, introduïu l'alçada.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheight\">Sets a maximum height for the footnote area. Enable this option, then enter the height.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3154568\n"
-"10\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT\">Enter the maximum height for the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT\">Introduïu l'alçada màxima per a l'àrea de la nota al peu.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/maxheightsb\">Enter the maximum height for the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3151318\n"
-"11\n"
"help.text"
-msgid "Distance from text"
-msgstr "Distància des del text"
+msgid "Space to text"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3153665\n"
-"12\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_DIST\">Enter the amount of space to leave between the bottom page margin and the first line of text in the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_DIST\">Introduïu la quantitat d'espai que voleu deixar entre el marge inferior de la pàgina i la primera línia del text a l'àrea de la nota al peu.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/spacetotext\">Enter the amount of space to leave between the bottom page margin and the first line of text in the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3155897\n"
-"13\n"
"help.text"
msgid "Separator Line"
-msgstr "Línia de separació"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3149689\n"
-"14\n"
"help.text"
-msgid "Specifies the position and length of the separator line."
-msgstr "Especifica la posició i la longitud de la línia de separació."
+msgid "Specifies the position and other properties of the separator line."
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3154194\n"
-"15\n"
"help.text"
msgid "Position"
-msgstr "Posició"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3155184\n"
-"16\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINEPOS\">Select the horizontal alignment for the line that separates the main text from the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINEPOS\">Seleccioneu l'alineació vertical per a la línia que separa el text principal de l'àrea de la nota al peu.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/position\">Select the horizontal alignment for the line that separates the main text from the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"hd_id3143284\n"
-"17\n"
+"hd_id3151253\n"
"help.text"
-msgid "Length"
-msgstr "Longitud"
+msgid "Style"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"par_id3154827\n"
-"18\n"
+"par_id3149105\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEWIDTH\">Enter the length of the separator line as a percentage of the page width area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEWIDTH\">Introduïu la longitud de la línia de separació com a percentatge de l'amplada de l'àrea de la pàgina.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/style\">Select the formatting style for the separator line. If you do not want a separator line, choose \"None\".</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"hd_id3151253\n"
-"19\n"
+"hd_id3151254\n"
"help.text"
-msgid "Weight"
-msgstr "Pes"
+msgid "Thickness"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
-"par_id3149105\n"
-"20\n"
+"par_id3149106\n"
"help.text"
-msgid "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINETYPE\">Select the formatting style for the separator line. If you do not want a separator line, choose \"0.0 pt\".</ahelp>"
-msgstr "<ahelp hid=\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINETYPE\">Seleccioneu l'estil de format per a la línia de separació. Si no en voleu, trieu \"0,0 pt\".</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/thickness\">Select the thickness of the separator line.</ahelp>"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"hd_id3151255\n"
+"help.text"
+msgid "Color"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"par_id3149107\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/color\">Select the color of the separator line.</ahelp>"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"hd_id3143284\n"
+"help.text"
+msgid "Length"
+msgstr ""
+
+#: 05040600.xhp
+msgctxt ""
+"05040600.xhp\n"
+"par_id3154827\n"
+"help.text"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/length\">Enter the length of the separator line as a percentage of the page width area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"hd_id3149828\n"
-"21\n"
"help.text"
-msgid "Spacing"
-msgstr "Espaiat"
+msgid "Spacing to footnote contents"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3148970\n"
-"22\n"
"help.text"
-msgid "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEDIST\">Enter the amount of space to leave between the separator line and the first line of the footnote area.</ahelp>"
-msgstr "<ahelp hid=\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEDIST\">Introduïu la quantitat d'espai que voleu deixar entre la línia de separació i la primera línia de l'àrea de la nota al peu.</ahelp>"
+msgid "<ahelp hid=\"modules/swriter/ui/footnoteareapage/spacingtocontents\">Enter the amount of space to leave between the separator line and the first line of the footnote area.</ahelp>"
+msgstr ""
#: 05040600.xhp
msgctxt ""
"05040600.xhp\n"
"par_id3155145\n"
-"24\n"
"help.text"
msgid "To specify the spacing between two footnotes, choose <item type=\"menuitem\">Format - Paragraph</item>, and then click the <emph>Indents & Spacing</emph> tab."
-msgstr "Per especificar l'espaiat entre les dues notes al peu, trieu <item type=\"menuitem\">Format - Paràgraf</item> i, a continuació, feu clic a la pestanya <emph>Sagnats i espaiat</emph>."
+msgstr ""
#: 05040700.xhp
msgctxt ""
diff --git a/source/ca-valencia/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ca-valencia/officecfg/registry/data/org/openoffice/Office/UI.po
index 40a13339810..c0379712e64 100644
--- a/source/ca-valencia/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ca-valencia/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-04 18:07+0000\n"
+"POT-Creation-Date: 2016-12-27 21:51+0100\n"
+"PO-Revision-Date: 2016-12-01 13:28+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca-valencia\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467655633.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480598907.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -24913,6 +24913,105 @@ msgctxt ""
msgid "Standard"
msgstr "Estàndard"
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Writer.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Sidebar\n"
+"Label\n"
+"value.text"
+msgid "Sidebar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Calc.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Default\n"
+"Label\n"
+"value.text"
+msgid "Default"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Single\n"
+"Label\n"
+"value.text"
+msgid "Single toolbar"
+msgstr ""
+
+#: ToolbarMode.xcu
+msgctxt ""
+"ToolbarMode.xcu\n"
+"..ToolbarMode.Applications.Impress.Modes.Notebookbar\n"
+"Label\n"
+"value.text"
+msgid "Notebookbar"
+msgstr ""
+
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
diff --git a/source/ca-valencia/sc/source/ui/src.po b/source/ca-valencia/sc/source/ui/src.po
index 8fbc3c86b22..0cf49a429b2 100644
--- a/source/ca-valencia/sc/source/ui/src.po
+++ b/source/ca-valencia/sc/source/ui/src.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 18:18+0000\n"
+"POT-Creation-Date: 2016-12-10 23:38+0100\n"
+"PO-Revision-Date: 2016-12-01 13:39+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca-valencia\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467656282.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480599576.000000\n"
#: filter.src
msgctxt ""
@@ -9675,8 +9675,8 @@ msgctxt ""
"RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_SUM_IF\n"
"1\n"
"string.text"
-msgid "Totals the arguments that meet the conditions."
-msgstr "Suma els arguments que compleixen les condicions."
+msgid "Totals the arguments that meet the condition."
+msgstr ""
#: scfuncs.src
msgctxt ""
diff --git a/source/ca-valencia/svx/uiconfig/ui.po b/source/ca-valencia/svx/uiconfig/ui.po
index 824646be5f0..9cbbfb16c5c 100644
--- a/source/ca-valencia/svx/uiconfig/ui.po
+++ b/source/ca-valencia/svx/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 18:46+0000\n"
+"POT-Creation-Date: 2016-12-21 15:38+0100\n"
+"PO-Revision-Date: 2016-12-01 14:22+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca-valencia\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467657967.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480602155.000000\n"
#: acceptrejectchangesdialog.ui
msgctxt ""
@@ -3050,14 +3050,13 @@ msgid "Search for st_yles"
msgstr "Cerca es_tils"
#: findreplacedialog.ui
-#, fuzzy
msgctxt ""
"findreplacedialog.ui\n"
"ignorediacritics\n"
"label\n"
"string.text"
-msgid "Ignore diac_ritics CTL"
-msgstr "Ignora els diacrítics CTL"
+msgid "Ignore diac_ritics"
+msgstr ""
#: findreplacedialog.ui
msgctxt ""
@@ -3065,7 +3064,7 @@ msgctxt ""
"ignorekashida\n"
"label\n"
"string.text"
-msgid "Ignore _kashida CTL"
+msgid "Ignore _kashida"
msgstr ""
#: findreplacedialog.ui
@@ -5160,10 +5159,10 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"radio_deinstall\n"
+"radio_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall extensions"
+msgid "Extensions"
msgstr ""
#: safemodedialog.ui
@@ -5178,10 +5177,19 @@ msgstr ""
#: safemodedialog.ui
msgctxt ""
"safemodedialog.ui\n"
-"check_deinstall_all_extensions\n"
+"check_reset_shared_extensions\n"
+"label\n"
+"string.text"
+msgid "Reset state of shared extensions"
+msgstr ""
+
+#: safemodedialog.ui
+msgctxt ""
+"safemodedialog.ui\n"
+"check_reset_bundled_extensions\n"
"label\n"
"string.text"
-msgid "Uninstall all extensions (including shared and bundled)"
+msgid "Reset state of bundled extensions"
msgstr ""
#: safemodedialog.ui
diff --git a/source/ca-valencia/sw/uiconfig/swriter/ui.po b/source/ca-valencia/sw/uiconfig/swriter/ui.po
index cbc1144f0e1..df1c343c3af 100644
--- a/source/ca-valencia/sw/uiconfig/swriter/ui.po
+++ b/source/ca-valencia/sw/uiconfig/swriter/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-07-04 18:53+0000\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
+"PO-Revision-Date: 2016-11-13 09:04+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: none\n"
"Language: ca-valencia\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467658390.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1479027853.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -982,11 +982,11 @@ msgstr "Posició"
#: bulletsandnumbering.ui
msgctxt ""
"bulletsandnumbering.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "Opcions"
+msgid "Customize"
+msgstr ""
#: businessdatapage.ui
msgctxt ""
@@ -9860,26 +9860,6 @@ msgid "Style"
msgstr ""
#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"growb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
-#, fuzzy
-msgctxt ""
-"notebookbar_groups.ui\n"
-"shrinkb\n"
-"label\n"
-"string.text"
-msgid " "
-msgstr " "
-
-#: notebookbar_groups.ui
msgctxt ""
"notebookbar_groups.ui\n"
"fomatgrouplabel\n"
@@ -15682,11 +15662,11 @@ msgstr "Posició"
#: templatedialog16.ui
msgctxt ""
"templatedialog16.ui\n"
-"options\n"
+"customize\n"
"label\n"
"string.text"
-msgid "Options"
-msgstr "Opcions"
+msgid "Customize"
+msgstr ""
#: templatedialog2.ui
msgctxt ""
diff --git a/source/ca-valencia/xmlsecurity/uiconfig/ui.po b/source/ca-valencia/xmlsecurity/uiconfig/ui.po
index 4826fb22471..56508e68d23 100644
--- a/source/ca-valencia/xmlsecurity/uiconfig/ui.po
+++ b/source/ca-valencia/xmlsecurity/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 18:55+0000\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-12-01 14:28+0000\n"
"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca-valencia\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467658503.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1480602527.000000\n"
#: certgeneral.ui
msgctxt ""
@@ -208,6 +208,15 @@ msgstr "Descripció"
#: digitalsignaturesdialog.ui
msgctxt ""
"digitalsignaturesdialog.ui\n"
+"type\n"
+"label\n"
+"string.text"
+msgid "Signature type"
+msgstr ""
+
+#: digitalsignaturesdialog.ui
+msgctxt ""
+"digitalsignaturesdialog.ui\n"
"macrohint\n"
"label\n"
"string.text"
diff --git a/source/ca/avmedia/source/framework.po b/source/ca/avmedia/source/framework.po
index 07c5d83d445..69dd102a57d 100644
--- a/source/ca/avmedia/source/framework.po
+++ b/source/ca/avmedia/source/framework.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-05-08 10:50+0000\n"
+"PO-Revision-Date: 2017-01-09 08:55+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1462704657.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483952123.000000\n"
#: mediacontrol.src
msgctxt ""
@@ -126,7 +126,7 @@ msgctxt ""
"AVMEDIA_MEDIA_PATH\n"
"string.text"
msgid "Media Path"
-msgstr ""
+msgstr "Camí multimèdia"
#: mediacontrol.src
msgctxt ""
@@ -134,4 +134,4 @@ msgctxt ""
"AVMEDIA_MEDIA_PATH_DEFAULT\n"
"string.text"
msgid "No Media Selected"
-msgstr ""
+msgstr "No s'ha seleccionat cap element multimèdia"
diff --git a/source/ca/cui/source/options.po b/source/ca/cui/source/options.po
index f30fcea9a8f..4359bc028e5 100644
--- a/source/ca/cui/source/options.po
+++ b/source/ca/cui/source/options.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-11-30 12:03+0000\n"
+"PO-Revision-Date: 2017-01-09 14:28+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1480507411.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483972130.000000\n"
#: connpooloptions.src
msgctxt ""
@@ -696,7 +696,6 @@ msgid "Nature"
msgstr "Natura"
#: personalization.src
-#, fuzzy
msgctxt ""
"personalization.src\n"
"RID_SVXSTR_PERSONA_CATEGORIES\n"
@@ -1090,7 +1089,7 @@ msgctxt ""
"Formatting Aids\n"
"itemlist.text"
msgid "Formatting Aids"
-msgstr ""
+msgstr "Ajudes a la formatació"
#: treeopt.src
msgctxt ""
@@ -1108,7 +1107,7 @@ msgctxt ""
"Print\n"
"itemlist.text"
msgid "Print"
-msgstr ""
+msgstr "Imprimeix"
#: treeopt.src
msgctxt ""
@@ -1144,7 +1143,7 @@ msgctxt ""
"Settings\n"
"itemlist.text"
msgid "Settings"
-msgstr ""
+msgstr "Paràmetres"
#: treeopt.src
msgctxt ""
@@ -1171,7 +1170,7 @@ msgctxt ""
"Defaults\n"
"itemlist.text"
msgid "Defaults"
-msgstr ""
+msgstr "Valors per defecte"
#: treeopt.src
msgctxt ""
@@ -1180,7 +1179,7 @@ msgctxt ""
"View\n"
"itemlist.text"
msgid "View"
-msgstr ""
+msgstr "Visualitza"
#: treeopt.src
msgctxt ""
@@ -1207,7 +1206,7 @@ msgctxt ""
"Sort Lists\n"
"itemlist.text"
msgid "Sort Lists"
-msgstr ""
+msgstr "Llistes d'ordenació"
#: treeopt.src
msgctxt ""
@@ -1243,7 +1242,7 @@ msgctxt ""
"Print\n"
"itemlist.text"
msgid "Print"
-msgstr ""
+msgstr "Imprimeix"
#: treeopt.src
msgctxt ""
@@ -1270,7 +1269,7 @@ msgctxt ""
"View\n"
"itemlist.text"
msgid "View"
-msgstr ""
+msgstr "Visualitza"
#: treeopt.src
msgctxt ""
@@ -1288,7 +1287,7 @@ msgctxt ""
"Print\n"
"itemlist.text"
msgid "Print"
-msgstr ""
+msgstr "Impressió"
#: treeopt.src
msgctxt ""
@@ -1315,7 +1314,7 @@ msgctxt ""
"View\n"
"itemlist.text"
msgid "View"
-msgstr ""
+msgstr "Visualitza"
#: treeopt.src
msgctxt ""
@@ -1333,7 +1332,7 @@ msgctxt ""
"Print\n"
"itemlist.text"
msgid "Print"
-msgstr ""
+msgstr "Imprimeix"
#: treeopt.src
msgctxt ""
diff --git a/source/ca/cui/source/tabpages.po b/source/ca/cui/source/tabpages.po
index 09d6a57d22c..dfcb23f1558 100644
--- a/source/ca/cui/source/tabpages.po
+++ b/source/ca/cui/source/tabpages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-07-04 17:10+0000\n"
+"PO-Revision-Date: 2017-01-09 07:42+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1467652209.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483947729.000000\n"
#: border.src
msgctxt ""
@@ -158,7 +158,7 @@ msgctxt ""
"RID_SVXSTR_FRAMEDIR_LTR\n"
"string.text"
msgid "Left-to-right (LTR)"
-msgstr ""
+msgstr "D'esquerra a dreta (LTR)"
#: frmdirlbox.src
msgctxt ""
@@ -166,7 +166,7 @@ msgctxt ""
"RID_SVXSTR_FRAMEDIR_RTL\n"
"string.text"
msgid "Right-to-left (RTL)"
-msgstr ""
+msgstr "De dreta a esquerra (RTL)"
#: frmdirlbox.src
msgctxt ""
@@ -258,7 +258,7 @@ msgctxt ""
"RID_SVXSTR_DESC_NEW_PATTERN\n"
"string.text"
msgid "Please enter a name for the pattern:"
-msgstr ""
+msgstr "Inseriu aquí el nom per al patró:"
#: strings.src
msgctxt ""
@@ -281,6 +281,8 @@ msgid ""
"The pattern was modified without saving. \n"
"Modify the selected pattern or add a new pattern"
msgstr ""
+"El patró s'ha modificat sense haver-lo desat. \n"
+"Modifiqueu el patró seleccionat o afegiu-ne un de nou."
#: strings.src
msgctxt ""
diff --git a/source/ca/cui/uiconfig/ui.po b/source/ca/cui/uiconfig/ui.po
index 35f47f8ef6e..3f99c43fc8f 100644
--- a/source/ca/cui/uiconfig/ui.po
+++ b/source/ca/cui/uiconfig/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-11-21 18:13+0000\n"
+"PO-Revision-Date: 2017-01-10 11:52+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1479752003.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1484049147.000000\n"
#: aboutconfigdialog.ui
msgctxt ""
@@ -779,7 +779,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Hatch"
-msgstr ""
+msgstr "Ombreig"
#: areatabpage.ui
msgctxt ""
@@ -1247,7 +1247,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Add / Import"
-msgstr ""
+msgstr "Afegeix / Importa"
#: bitmaptabpage.ui
msgctxt ""
@@ -1301,7 +1301,7 @@ msgctxt ""
"3\n"
"stringlist.text"
msgid "Zoomed"
-msgstr ""
+msgstr "Ampliat"
#: bitmaptabpage.ui
msgctxt ""
@@ -1310,7 +1310,7 @@ msgctxt ""
"4\n"
"stringlist.text"
msgid "Custom"
-msgstr ""
+msgstr "Personalitzat"
#: bitmaptabpage.ui
msgctxt ""
@@ -1373,7 +1373,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "Top Left"
-msgstr ""
+msgstr "Dalt a l'esquerra"
#: bitmaptabpage.ui
msgctxt ""
@@ -1463,7 +1463,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "X:"
-msgstr ""
+msgstr "X:"
#: bitmaptabpage.ui
msgctxt ""
@@ -1472,7 +1472,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Y:"
-msgstr ""
+msgstr "Y:"
#: bitmaptabpage.ui
msgctxt ""
@@ -1481,7 +1481,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Tiling Offset:"
-msgstr ""
+msgstr "Desplaçament del mosaic:"
#: bitmaptabpage.ui
msgctxt ""
@@ -1490,7 +1490,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "Row"
-msgstr ""
+msgstr "Fila"
#: bitmaptabpage.ui
msgctxt ""
@@ -1499,7 +1499,7 @@ msgctxt ""
"1\n"
"stringlist.text"
msgid "Column"
-msgstr ""
+msgstr "Columna"
#: bitmaptabpage.ui
msgctxt ""
@@ -1508,7 +1508,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Options"
-msgstr ""
+msgstr "Opcions"
#: bitmaptabpage.ui
msgctxt ""
@@ -1517,7 +1517,7 @@ msgctxt ""
"AtkObject::accessible-name\n"
"string.text"
msgid "Example"
-msgstr ""
+msgstr "Exemple"
#: bitmaptabpage.ui
msgctxt ""
@@ -1526,7 +1526,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Preview"
-msgstr ""
+msgstr "Previsualització"
#: blackorwhitelistentrydialog.ui
msgctxt ""
@@ -1706,7 +1706,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Pr_esets:"
-msgstr ""
+msgstr "Pr_econfiguracions:"
#: borderpage.ui
msgctxt ""
@@ -1715,7 +1715,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Adjacent Cells:"
-msgstr ""
+msgstr "_Cel·les adjacents:"
#: borderpage.ui
msgctxt ""
@@ -1724,7 +1724,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Remove border"
-msgstr ""
+msgstr "Suprimeix la vora"
#: borderpage.ui
msgctxt ""
@@ -3155,7 +3155,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Palette:"
-msgstr ""
+msgstr "Paleta:"
#: colorpage.ui
msgctxt ""
@@ -3164,7 +3164,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Recent Colors"
-msgstr ""
+msgstr "Colors recents"
#: colorpage.ui
msgctxt ""
@@ -3173,7 +3173,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "RGB"
-msgstr ""
+msgstr "RGB"
#: colorpage.ui
msgctxt ""
@@ -3182,7 +3182,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "CMYK"
-msgstr ""
+msgstr "CMYK"
#: colorpage.ui
msgctxt ""
@@ -3191,7 +3191,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Delete"
-msgstr ""
+msgstr "Suprimeix"
#: colorpage.ui
msgctxt ""
@@ -3200,7 +3200,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Custom Palette"
-msgstr ""
+msgstr "Paleta personalitzada"
#: colorpage.ui
msgctxt ""
@@ -3209,7 +3209,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Colors"
-msgstr ""
+msgstr "Colors"
#: colorpage.ui
msgctxt ""
@@ -3227,7 +3227,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "B"
-msgstr ""
+msgstr "B"
#: colorpage.ui
msgctxt ""
@@ -3254,7 +3254,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Hex"
-msgstr ""
+msgstr "Hexadecimal"
#: colorpage.ui
msgctxt ""
@@ -3263,7 +3263,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_C"
-msgstr ""
+msgstr "_C"
#: colorpage.ui
msgctxt ""
@@ -3272,7 +3272,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_K"
-msgstr ""
+msgstr "_K"
#: colorpage.ui
msgctxt ""
@@ -3281,7 +3281,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Y"
-msgstr ""
+msgstr "_Y"
#: colorpage.ui
msgctxt ""
@@ -3290,7 +3290,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_M"
-msgstr ""
+msgstr "_M"
#: colorpage.ui
msgctxt ""
@@ -3299,7 +3299,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Active"
-msgstr ""
+msgstr "Actiu"
#: colorpage.ui
msgctxt ""
@@ -3317,7 +3317,7 @@ msgctxt ""
"primary_icon_tooltip_text\n"
"string.text"
msgid "Blue"
-msgstr ""
+msgstr "Blau"
#: colorpage.ui
msgctxt ""
@@ -3326,7 +3326,7 @@ msgctxt ""
"primary_icon_tooltip_text\n"
"string.text"
msgid "Red"
-msgstr ""
+msgstr "Vermell"
#: colorpage.ui
msgctxt ""
@@ -3362,7 +3362,7 @@ msgctxt ""
"primary_icon_tooltip_text\n"
"string.text"
msgid "Green"
-msgstr ""
+msgstr "Verd"
#: colorpage.ui
msgctxt ""
@@ -3371,7 +3371,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Hex"
-msgstr ""
+msgstr "_Hex"
#: colorpage.ui
msgctxt ""
@@ -3416,7 +3416,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Pick"
-msgstr ""
+msgstr "Selecciona"
#: colorpage.ui
msgctxt ""
@@ -3425,7 +3425,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "New"
-msgstr ""
+msgstr "Nou"
#: colorpickerdialog.ui
msgctxt ""
@@ -4622,7 +4622,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Accessibility option \"Use automatic font color for screen display\" is active. Font color attributes are not currently used to display text."
-msgstr ""
+msgstr "L'opció d'accessibilitat «Utilitza el color de lletra automàtic per a la visualització de la pantalla» està activada. Els atributs de color de lletra no s'utilitzen actualment per a mostrar el text."
#: effectspage.ui
msgctxt ""
@@ -5657,7 +5657,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Gradient"
-msgstr ""
+msgstr "Degradat"
#: gradientpage.ui
msgctxt ""
@@ -5729,7 +5729,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Increment:"
-msgstr ""
+msgstr "Increment:"
#: gradientpage.ui
msgctxt ""
@@ -5738,7 +5738,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Automatic"
-msgstr ""
+msgstr "Automàtic"
#: gradientpage.ui
msgctxt ""
@@ -5792,7 +5792,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Options"
-msgstr ""
+msgstr "Opcions"
#: gradientpage.ui
msgctxt ""
@@ -5810,7 +5810,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Preview"
-msgstr ""
+msgstr "Previsualització"
#: hangulhanjaadddialog.ui
msgctxt ""
@@ -6161,7 +6161,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Hatch"
-msgstr ""
+msgstr "Ombreig"
#: hatchpage.ui
msgctxt ""
@@ -6233,7 +6233,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Background Color"
-msgstr ""
+msgstr "Color de fons"
#: hatchpage.ui
msgctxt ""
@@ -6242,7 +6242,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Options"
-msgstr ""
+msgstr "Opcions"
#: hatchpage.ui
msgctxt ""
@@ -6260,7 +6260,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Preview"
-msgstr ""
+msgstr "Previsualització"
#: hyperlinkdialog.ui
msgctxt ""
@@ -6269,7 +6269,7 @@ msgctxt ""
"title\n"
"string.text"
msgid "Link"
-msgstr ""
+msgstr "Enllaç"
#: hyperlinkdialog.ui
msgctxt ""
@@ -6494,7 +6494,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Link Type"
-msgstr ""
+msgstr "Tipus d'enllaç"
#: hyperlinkinternetpage.ui
msgctxt ""
@@ -7980,7 +7980,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Style"
-msgstr ""
+msgstr "Estil"
#: menuassignpage.ui
msgctxt ""
@@ -7989,7 +7989,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Icons & Text"
-msgstr ""
+msgstr "Icones i text"
#: menuassignpage.ui
msgctxt ""
@@ -7998,7 +7998,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Icons"
-msgstr ""
+msgstr "Icones"
#: menuassignpage.ui
msgctxt ""
@@ -8007,7 +8007,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Text"
-msgstr ""
+msgstr "Text"
#: menuassignpage.ui
msgctxt ""
@@ -8061,7 +8061,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Reset"
-msgstr ""
+msgstr "Reinicia"
#: menuassignpage.ui
msgctxt ""
@@ -8079,7 +8079,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Remove"
-msgstr ""
+msgstr "Suprimeix"
#: menuassignpage.ui
msgctxt ""
@@ -8088,7 +8088,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Add Command"
-msgstr ""
+msgstr "Afegeix una ordre"
#: menuassignpage.ui
msgctxt ""
@@ -8097,7 +8097,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Add Separator"
-msgstr ""
+msgstr "Afegeix un separador"
#: menuassignpage.ui
msgctxt ""
@@ -8106,7 +8106,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Add Submenu"
-msgstr ""
+msgstr "Afegeix un submenú"
#: menuassignpage.ui
msgctxt ""
@@ -8460,13 +8460,14 @@ msgid "_Decimal places:"
msgstr "Nombre de _decimals:"
#: numberingformatpage.ui
+#, fuzzy
msgctxt ""
"numberingformatpage.ui\n"
"denominatorft\n"
"label\n"
"string.text"
msgid "Den_ominator places:"
-msgstr ""
+msgstr "Nombre de _decimals:"
#: numberingformatpage.ui
msgctxt ""
@@ -9267,7 +9268,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Tab stop at:"
-msgstr ""
+msgstr "Tabulació a:"
#: numberingpositionpage.ui
msgctxt ""
@@ -10036,7 +10037,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "Arabic (1, 2, 3…)"
-msgstr ""
+msgstr "Aràbigues (1, 2, 3…)"
#: optctlpage.ui
msgctxt ""
@@ -10045,7 +10046,7 @@ msgctxt ""
"1\n"
"stringlist.text"
msgid "Eastern Arabic (٣ ,٢ ,١…)"
-msgstr ""
+msgstr "Aràbigues orientals (٣ ,٢ ,١…)"
#: optctlpage.ui
msgctxt ""
@@ -11026,7 +11027,7 @@ msgctxt ""
"AtkObject::accessible-name\n"
"string.text"
msgid "Edit Available language modules"
-msgstr ""
+msgstr "Edita els mòduls de llengua disponibles"
#: optlingupage.ui
msgctxt ""
@@ -11062,7 +11063,7 @@ msgctxt ""
"AtkObject::accessible-name\n"
"string.text"
msgid "Edit User-defined dictionaries"
-msgstr ""
+msgstr "Edita els diccionaris definits per l'usuari"
#: optlingupage.ui
msgctxt ""
@@ -11107,7 +11108,7 @@ msgctxt ""
"AtkObject::accessible-name\n"
"string.text"
msgid "Edit Options"
-msgstr ""
+msgstr "Edita les opcions"
#: optlingupage.ui
msgctxt ""
@@ -11431,7 +11432,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "OpenCL is available for use."
-msgstr ""
+msgstr "L'OpenCL és disponible per a l'ús."
#: optopenclpage.ui
msgctxt ""
@@ -11440,7 +11441,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "OpenCL is not used."
-msgstr ""
+msgstr "L'OpenCL no s'utilitza."
#: optopenclpage.ui
msgctxt ""
@@ -12139,7 +12140,7 @@ msgctxt ""
"AtkObject::accessible-name\n"
"string.text"
msgid "Name"
-msgstr ""
+msgstr "Nom"
#: optuserpage.ui
msgctxt ""
@@ -12310,7 +12311,7 @@ msgctxt ""
"tooltip_text\n"
"string.text"
msgid "Requires restart"
-msgstr ""
+msgstr "Cal reiniciar"
#: optviewpage.ui
msgctxt ""
@@ -12346,7 +12347,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Ignore OpenGL blacklist"
-msgstr ""
+msgstr "Ignora la llista negra de l'OpenGL"
#: optviewpage.ui
msgctxt ""
@@ -12355,7 +12356,7 @@ msgctxt ""
"tooltip_text\n"
"string.text"
msgid "Requires restart. Enabling this may expose driver bugs"
-msgstr ""
+msgstr "Cal reiniciar. Habilitar això pot fer aparèixer errors del controlador"
#: optviewpage.ui
msgctxt ""
@@ -12427,7 +12428,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "Automatic"
-msgstr ""
+msgstr "Automàtic"
#: optviewpage.ui
msgctxt ""
@@ -12436,7 +12437,7 @@ msgctxt ""
"1\n"
"stringlist.text"
msgid "Hide"
-msgstr ""
+msgstr "Amaga"
#: optviewpage.ui
msgctxt ""
@@ -12445,7 +12446,7 @@ msgctxt ""
"2\n"
"stringlist.text"
msgid "Show"
-msgstr ""
+msgstr "Mostra"
#: optviewpage.ui
msgctxt ""
@@ -12454,7 +12455,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Shortcuts in context menus:"
-msgstr ""
+msgstr "Tecles de drecera als menús contextuals:"
#: optviewpage.ui
msgctxt ""
@@ -12490,7 +12491,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Toolbar icon _size:"
-msgstr ""
+msgstr "Mida de les icones de la barra d'eines:"
#: optviewpage.ui
msgctxt ""
@@ -12652,7 +12653,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Sidebar _icon size:"
-msgstr ""
+msgstr "Mida de les _icones de la barra lateral:"
#: optviewpage.ui
msgctxt ""
@@ -13450,7 +13451,7 @@ msgctxt ""
"1\n"
"stringlist.text"
msgid "1.15 Lines"
-msgstr ""
+msgstr "1,15 línies"
#: paraindentspacing.ui
msgctxt ""
@@ -13459,7 +13460,7 @@ msgctxt ""
"2\n"
"stringlist.text"
msgid "1.5 Lines"
-msgstr ""
+msgstr "1,5 línies"
#: paraindentspacing.ui
msgctxt ""
@@ -13858,14 +13859,13 @@ msgid "Example"
msgstr "Exemple"
#: patterntabpage.ui
-#, fuzzy
msgctxt ""
"patterntabpage.ui\n"
"label2\n"
"label\n"
"string.text"
msgid "Preview"
-msgstr "Previsualitza"
+msgstr "Previsualització"
#: percentdialog.ui
msgctxt ""
@@ -14783,7 +14783,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Click the widgets to add annotation:"
-msgstr ""
+msgstr "Feu clic als ginys per a afegir una anotació:"
#: screenshotannotationdialog.ui
msgctxt ""
@@ -14792,7 +14792,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Paste the following markup into the help file:"
-msgstr ""
+msgstr "Enganxeu el codi següent en el fitxer d'ajuda:"
#: scriptorganizer.ui
msgctxt ""
@@ -15035,7 +15035,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Ctrl-click required _to follow links"
-msgstr ""
+msgstr "Requereix Ctrl+clic _per seguir els enllaços"
#: securityoptionsdialog.ui
msgctxt ""
@@ -16241,7 +16241,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Drawing Object Text"
-msgstr ""
+msgstr "Text de l'objecte de dibuix"
#: textattrtabpage.ui
msgctxt ""
@@ -16268,7 +16268,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Custom Shape Text"
-msgstr ""
+msgstr "Text de la forma personalitzada"
#: textattrtabpage.ui
msgctxt ""
@@ -16457,7 +16457,7 @@ msgctxt ""
"AtkObject::accessible-name\n"
"string.text"
msgid "Page Style"
-msgstr ""
+msgstr "Estil de pàgina"
#: textflowpage.ui
msgctxt ""
@@ -17141,7 +17141,7 @@ msgctxt ""
"AtkObject::accessible-name\n"
"string.text"
msgid "Variable"
-msgstr ""
+msgstr "Variable"
#: zoomdialog.ui
msgctxt ""
diff --git a/source/ca/dbaccess/source/ui/tabledesign.po b/source/ca/dbaccess/source/ui/tabledesign.po
index 4cce34804a9..080e340fa46 100644
--- a/source/ca/dbaccess/source/ui/tabledesign.po
+++ b/source/ca/dbaccess/source/ui/tabledesign.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-07-04 17:17+0000\n"
-"Last-Translator: AssumptaAn <assumptaanglada@gmail.com>\n"
+"PO-Revision-Date: 2017-01-09 12:17+0000\n"
+"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1467652634.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483964226.000000\n"
#: table.src
msgctxt ""
@@ -439,7 +439,6 @@ msgstr ""
"No podeu introduir dades en aquest tipus de camps. S'assignarà un valor intrínsec a cada registre nou de manera automàtica (aquest valor provindrà de l'increment del registre anterior)."
#: table.src
-#, fuzzy
msgctxt ""
"table.src\n"
"STR_BUTTON_FORMAT\n"
diff --git a/source/ca/desktop/uiconfig/ui.po b/source/ca/desktop/uiconfig/ui.po
index 618af768983..4bd94fa44fe 100644
--- a/source/ca/desktop/uiconfig/ui.po
+++ b/source/ca/desktop/uiconfig/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-12-01 12:11+0100\n"
-"PO-Revision-Date: 2016-07-04 17:19+0000\n"
+"PO-Revision-Date: 2017-01-09 07:53+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1467652755.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483948407.000000\n"
#: cmdlinehelp.ui
msgctxt ""
@@ -59,7 +59,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Options"
-msgstr ""
+msgstr "_Opcions"
#: extensionmanager.ui
msgctxt ""
@@ -68,7 +68,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Check for _Updates"
-msgstr ""
+msgstr "Comprova si hi ha _actualitzacions"
#: extensionmanager.ui
msgctxt ""
@@ -77,7 +77,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Add"
-msgstr ""
+msgstr "_Afegeix"
#: extensionmanager.ui
msgctxt ""
@@ -86,7 +86,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Remove"
-msgstr ""
+msgstr "Sup_rimeix"
#: extensionmanager.ui
msgctxt ""
@@ -95,7 +95,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Enable"
-msgstr ""
+msgstr "_Habilita"
#: extensionmanager.ui
msgctxt ""
diff --git a/source/ca/extensions/source/bibliography.po b/source/ca/extensions/source/bibliography.po
index 9c4381972a4..14cdd6c2815 100644
--- a/source/ca/extensions/source/bibliography.po
+++ b/source/ca/extensions/source/bibliography.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-07-04 17:21+0000\n"
+"PO-Revision-Date: 2017-01-09 08:04+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1467652866.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483949065.000000\n"
#: bib.src
msgctxt ""
@@ -94,7 +94,7 @@ msgctxt ""
"ST_TYPE_CONFERENCE\n"
"string.text"
msgid "Conference proceedings article (BiBTeX)"
-msgstr ""
+msgstr "Article d'actes de congrés (BiBTeX)"
#: sections.src
msgctxt ""
@@ -118,7 +118,7 @@ msgctxt ""
"ST_TYPE_INPROCEEDINGS\n"
"string.text"
msgid "Conference proceedings article"
-msgstr ""
+msgstr "Article d'actes de congrés"
#: sections.src
msgctxt ""
diff --git a/source/ca/extensions/source/propctrlr.po b/source/ca/extensions/source/propctrlr.po
index adf6e8db5b7..41507b1ec04 100644
--- a/source/ca/extensions/source/propctrlr.po
+++ b/source/ca/extensions/source/propctrlr.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-12-01 09:41+0000\n"
+"PO-Revision-Date: 2017-01-09 09:12+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1480585294.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483953120.000000\n"
#: formlinkdialog.src
msgctxt ""
@@ -964,7 +964,7 @@ msgctxt ""
"Sql [Native]\n"
"itemlist.text"
msgid "Sql [Native]"
-msgstr "SQL (natiu)"
+msgstr "SQL [Natiu]"
#: formres.src
msgctxt ""
@@ -1189,7 +1189,7 @@ msgctxt ""
"Standard (short YYYY)\n"
"itemlist.text"
msgid "Standard (short YYYY)"
-msgstr ""
+msgstr "Estàndard (curta YYYY)"
#: formres.src
msgctxt ""
@@ -1225,7 +1225,7 @@ msgctxt ""
"YY/MM/DD\n"
"itemlist.text"
msgid "YY/MM/DD"
-msgstr ""
+msgstr "YY/MM/DD"
#: formres.src
msgctxt ""
@@ -1396,7 +1396,7 @@ msgctxt ""
"_blank\n"
"itemlist.text"
msgid "_blank"
-msgstr ""
+msgstr "_en blanc"
#: formres.src
msgctxt ""
@@ -1405,7 +1405,7 @@ msgctxt ""
"_parent\n"
"itemlist.text"
msgid "_parent"
-msgstr ""
+msgstr "_pare"
#: formres.src
msgctxt ""
@@ -1414,7 +1414,7 @@ msgctxt ""
"_self\n"
"itemlist.text"
msgid "_self"
-msgstr ""
+msgstr "_si-mateix"
#: formres.src
msgctxt ""
@@ -1423,7 +1423,7 @@ msgctxt ""
"_top\n"
"itemlist.text"
msgid "_top"
-msgstr ""
+msgstr "_superior"
#: formres.src
msgctxt ""
@@ -1441,7 +1441,7 @@ msgctxt ""
"Single\n"
"itemlist.text"
msgid "Single"
-msgstr ""
+msgstr "Simple"
#: formres.src
msgctxt ""
@@ -1459,7 +1459,7 @@ msgctxt ""
"Range\n"
"itemlist.text"
msgid "Range"
-msgstr ""
+msgstr "Interval"
#: formres.src
msgctxt ""
@@ -2076,7 +2076,7 @@ msgctxt ""
"Single-line\n"
"itemlist.text"
msgid "Single-line"
-msgstr ""
+msgstr "Línia única"
#: formres.src
msgctxt ""
@@ -2085,7 +2085,7 @@ msgctxt ""
"Multi-line\n"
"itemlist.text"
msgid "Multi-line"
-msgstr ""
+msgstr "Línies múltiples"
#: formres.src
msgctxt ""
@@ -2094,7 +2094,7 @@ msgctxt ""
"Multi-line with formatting\n"
"itemlist.text"
msgid "Multi-line with formatting"
-msgstr ""
+msgstr "Línies múltiples amb formatació"
#: formres.src
msgctxt ""
@@ -2119,7 +2119,7 @@ msgctxt ""
"LF (Unix)\n"
"itemlist.text"
msgid "LF (Unix)"
-msgstr ""
+msgstr "LF (Unix)"
#: formres.src
msgctxt ""
@@ -2128,7 +2128,7 @@ msgctxt ""
"CR+LF (Windows)\n"
"itemlist.text"
msgid "CR+LF (Windows)"
-msgstr ""
+msgstr "CR+LF (Windows)"
#: formres.src
msgctxt ""
@@ -2137,7 +2137,7 @@ msgctxt ""
"None\n"
"itemlist.text"
msgid "None"
-msgstr ""
+msgstr "Cap"
#: formres.src
msgctxt ""
@@ -2146,7 +2146,7 @@ msgctxt ""
"Horizontal\n"
"itemlist.text"
msgid "Horizontal"
-msgstr ""
+msgstr "Horitzontal"
#: formres.src
msgctxt ""
@@ -2155,7 +2155,7 @@ msgctxt ""
"Vertical\n"
"itemlist.text"
msgid "Vertical"
-msgstr ""
+msgstr "Vertical"
#: formres.src
msgctxt ""
@@ -2164,7 +2164,7 @@ msgctxt ""
"Both\n"
"itemlist.text"
msgid "Both"
-msgstr ""
+msgstr "Totes dues"
#: formres.src
msgctxt ""
@@ -2173,7 +2173,7 @@ msgctxt ""
"Table\n"
"itemlist.text"
msgid "Table"
-msgstr ""
+msgstr "Taula"
#: formres.src
msgctxt ""
@@ -2182,7 +2182,7 @@ msgctxt ""
"Query\n"
"itemlist.text"
msgid "Query"
-msgstr ""
+msgstr "Consulta"
#: formres.src
msgctxt ""
@@ -2191,7 +2191,7 @@ msgctxt ""
"SQL command\n"
"itemlist.text"
msgid "SQL command"
-msgstr ""
+msgstr "Ordre SQL"
#: formres.src
msgctxt ""
@@ -2232,7 +2232,7 @@ msgctxt ""
"3D\n"
"itemlist.text"
msgid "3D"
-msgstr ""
+msgstr "3D"
#: formres.src
msgctxt ""
@@ -2241,7 +2241,7 @@ msgctxt ""
"Flat\n"
"itemlist.text"
msgid "Flat"
-msgstr ""
+msgstr "Pla"
#: formres.src
msgctxt ""
@@ -2258,7 +2258,7 @@ msgctxt ""
"Left top\n"
"itemlist.text"
msgid "Left top"
-msgstr ""
+msgstr "Superior esquerre"
#: formres.src
msgctxt ""
@@ -2267,7 +2267,7 @@ msgctxt ""
"Left centered\n"
"itemlist.text"
msgid "Left centered"
-msgstr ""
+msgstr "Centrat a l'esquerra"
#: formres.src
msgctxt ""
@@ -2276,7 +2276,7 @@ msgctxt ""
"Left bottom\n"
"itemlist.text"
msgid "Left bottom"
-msgstr ""
+msgstr "Inferior esquerre"
#: formres.src
msgctxt ""
@@ -2285,7 +2285,7 @@ msgctxt ""
"Right top\n"
"itemlist.text"
msgid "Right top"
-msgstr ""
+msgstr "Superior dret"
#: formres.src
msgctxt ""
@@ -2294,7 +2294,7 @@ msgctxt ""
"Right centered\n"
"itemlist.text"
msgid "Right centered"
-msgstr ""
+msgstr "Centrat a la dreta"
#: formres.src
msgctxt ""
@@ -2303,7 +2303,7 @@ msgctxt ""
"Right bottom\n"
"itemlist.text"
msgid "Right bottom"
-msgstr ""
+msgstr "Inferior dret"
#: formres.src
msgctxt ""
@@ -2312,7 +2312,7 @@ msgctxt ""
"Above left\n"
"itemlist.text"
msgid "Above left"
-msgstr ""
+msgstr "Dalt a l'esquerra"
#: formres.src
msgctxt ""
@@ -2321,7 +2321,7 @@ msgctxt ""
"Above centered\n"
"itemlist.text"
msgid "Above centered"
-msgstr ""
+msgstr "Dalt centrat"
#: formres.src
msgctxt ""
@@ -2330,7 +2330,7 @@ msgctxt ""
"Above right\n"
"itemlist.text"
msgid "Above right"
-msgstr ""
+msgstr "Dalt a la dreta"
#: formres.src
msgctxt ""
@@ -2339,7 +2339,7 @@ msgctxt ""
"Below left\n"
"itemlist.text"
msgid "Below left"
-msgstr ""
+msgstr "Avall a l'esquerra"
#: formres.src
msgctxt ""
@@ -2348,7 +2348,7 @@ msgctxt ""
"Below centered\n"
"itemlist.text"
msgid "Below centered"
-msgstr ""
+msgstr "Avall centrat"
#: formres.src
msgctxt ""
@@ -2357,7 +2357,7 @@ msgctxt ""
"Below right\n"
"itemlist.text"
msgid "Below right"
-msgstr ""
+msgstr "Avall a la dreta"
#: formres.src
msgctxt ""
@@ -2366,7 +2366,7 @@ msgctxt ""
"Centered\n"
"itemlist.text"
msgid "Centered"
-msgstr ""
+msgstr "Centrat"
#: formres.src
msgctxt ""
@@ -2391,7 +2391,7 @@ msgctxt ""
"Hide\n"
"itemlist.text"
msgid "Hide"
-msgstr ""
+msgstr "Amaga"
#: formres.src
msgctxt ""
@@ -2400,7 +2400,7 @@ msgctxt ""
"Show\n"
"itemlist.text"
msgid "Show"
-msgstr ""
+msgstr "Mostra"
#: formres.src
msgctxt ""
@@ -2489,7 +2489,7 @@ msgctxt ""
"Preserve\n"
"itemlist.text"
msgid "Preserve"
-msgstr ""
+msgstr "Preserva"
#: formres.src
msgctxt ""
@@ -2498,7 +2498,7 @@ msgctxt ""
"Replace\n"
"itemlist.text"
msgid "Replace"
-msgstr ""
+msgstr "Substitueix"
#: formres.src
msgctxt ""
@@ -2507,7 +2507,7 @@ msgctxt ""
"Collapse\n"
"itemlist.text"
msgid "Collapse"
-msgstr ""
+msgstr "Redueix"
#: formres.src
msgctxt ""
@@ -2676,7 +2676,7 @@ msgctxt ""
"No\n"
"itemlist.text"
msgid "No"
-msgstr ""
+msgstr "No"
#: formres.src
msgctxt ""
@@ -2685,7 +2685,7 @@ msgctxt ""
"Keep Ratio\n"
"itemlist.text"
msgid "Keep Ratio"
-msgstr ""
+msgstr "Mantén la proporció"
#: formres.src
msgctxt ""
@@ -2694,7 +2694,7 @@ msgctxt ""
"Fit to Size\n"
"itemlist.text"
msgid "Fit to Size"
-msgstr ""
+msgstr "Ajusta a la mida"
#: formres.src
msgctxt ""
@@ -2719,7 +2719,7 @@ msgctxt ""
"Left-to-right\n"
"itemlist.text"
msgid "Left-to-right"
-msgstr ""
+msgstr "D'esquerra a dreta"
#: formres.src
msgctxt ""
@@ -2728,7 +2728,7 @@ msgctxt ""
"Right-to-left\n"
"itemlist.text"
msgid "Right-to-left"
-msgstr ""
+msgstr "De dreta a esquerra"
#: formres.src
msgctxt ""
@@ -2737,7 +2737,7 @@ msgctxt ""
"Use superordinate object settings\n"
"itemlist.text"
msgid "Use superordinate object settings"
-msgstr ""
+msgstr "Utilitza la configuració d'objectes superordinats"
#: formres.src
msgctxt ""
@@ -2746,7 +2746,7 @@ msgctxt ""
"Never\n"
"itemlist.text"
msgid "Never"
-msgstr ""
+msgstr "Mai"
#: formres.src
msgctxt ""
@@ -2755,7 +2755,7 @@ msgctxt ""
"When focused\n"
"itemlist.text"
msgid "When focused"
-msgstr ""
+msgstr "Quan tingui el focus"
#: formres.src
msgctxt ""
@@ -2764,7 +2764,7 @@ msgctxt ""
"Always\n"
"itemlist.text"
msgid "Always"
-msgstr ""
+msgstr "Sempre"
#: formres.src
msgctxt ""
@@ -2781,7 +2781,7 @@ msgctxt ""
"To Paragraph\n"
"itemlist.text"
msgid "To Paragraph"
-msgstr ""
+msgstr "Al paràgraf"
#: formres.src
msgctxt ""
@@ -2790,7 +2790,7 @@ msgctxt ""
"As Character\n"
"itemlist.text"
msgid "As Character"
-msgstr ""
+msgstr "Com a caràcter"
#: formres.src
msgctxt ""
@@ -2799,7 +2799,7 @@ msgctxt ""
"To Page\n"
"itemlist.text"
msgid "To Page"
-msgstr ""
+msgstr "A la pàgina"
#: formres.src
msgctxt ""
@@ -2808,7 +2808,7 @@ msgctxt ""
"To Frame\n"
"itemlist.text"
msgid "To Frame"
-msgstr ""
+msgstr "Al marc"
#: formres.src
msgctxt ""
@@ -2817,7 +2817,7 @@ msgctxt ""
"To Character\n"
"itemlist.text"
msgid "To Character"
-msgstr ""
+msgstr "Al caràcter"
#: formres.src
msgctxt ""
@@ -2826,7 +2826,7 @@ msgctxt ""
"To Page\n"
"itemlist.text"
msgid "To Page"
-msgstr ""
+msgstr "A la pàgina"
#: formres.src
msgctxt ""
@@ -2835,7 +2835,7 @@ msgctxt ""
"To Cell\n"
"itemlist.text"
msgid "To Cell"
-msgstr ""
+msgstr "A la cel·la"
#. That's the 'Regular' as used for a font style (as opposed to 'italic' and 'bold'), so please use a consistent translation.
#: formres.src
@@ -3084,7 +3084,7 @@ msgctxt ""
"No\n"
"itemlist.text"
msgid "No"
-msgstr ""
+msgstr "No"
#: propres.src
msgctxt ""
@@ -3093,7 +3093,7 @@ msgctxt ""
"Yes\n"
"itemlist.text"
msgid "Yes"
-msgstr ""
+msgstr "Sí"
#: propres.src
msgctxt ""
diff --git a/source/ca/extras/source/autocorr/emoji.po b/source/ca/extras/source/autocorr/emoji.po
index bd7acf9deed..673135099a3 100644
--- a/source/ca/extras/source/autocorr/emoji.po
+++ b/source/ca/extras/source/autocorr/emoji.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-10-18 13:02+0200\n"
-"PO-Revision-Date: 2016-10-21 07:18+0000\n"
+"PO-Revision-Date: 2017-01-09 14:50+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1477034286.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483973434.000000\n"
#. ¢ (U+000A2), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
@@ -8951,7 +8951,7 @@ msgctxt ""
"TROLLEYBUS\n"
"LngText.text"
msgid "trolleybus"
-msgstr "troleibús "
+msgstr "troleibús"
#. 🚏 (U+1F68F), see http://wiki.documentfoundation.org/Emoji
#: emoji.ulf
diff --git a/source/ca/filter/source/config/fragments/filters.po b/source/ca/filter/source/config/fragments/filters.po
index d577b84d3cc..787ed9c5983 100644
--- a/source/ca/filter/source/config/fragments/filters.po
+++ b/source/ca/filter/source/config/fragments/filters.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: Libreoffice42\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-11-28 11:38+0000\n"
+"PO-Revision-Date: 2017-01-09 08:59+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: Softcatalà\n"
"Language: ca\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1480333105.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483952372.000000\n"
#: AbiWord.xcu
msgctxt ""
@@ -869,7 +869,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Legacy StarOffice Text Document"
-msgstr ""
+msgstr "Document de text de l'StarOffice antic"
#: StarOffice_XML__Base_.xcu
msgctxt ""
diff --git a/source/ca/formula/source/core/resource.po b/source/ca/formula/source/core/resource.po
index 8ebef195d8d..fc6840f0c94 100644
--- a/source/ca/formula/source/core/resource.po
+++ b/source/ca/formula/source/core/resource.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-10 20:04+0100\n"
+"POT-Creation-Date: 2017-01-10 21:25+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -3368,7 +3368,7 @@ msgctxt ""
"SC_OPCODE_CONVERT_OOO\n"
"string.text"
msgid "CONVERT_OOO"
-msgstr ""
+msgstr "CONVERTEIX_OOO"
#: core_resource.src
msgctxt ""
diff --git a/source/ca/formula/uiconfig/ui.po b/source/ca/formula/uiconfig/ui.po
index 05736cee350..50c011fedba 100644
--- a/source/ca/formula/uiconfig/ui.po
+++ b/source/ca/formula/uiconfig/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-05-01 20:03+0000\n"
+"PO-Revision-Date: 2017-01-09 11:38+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1462132983.000000\n"
+"X-Generator: Pootle 2.8\n"
+"X-POOTLE-MTIME: 1483961929.000000\n"
#: formuladialog.ui
msgctxt ""
@@ -95,7 +95,7 @@ msgctxt ""
"AtkObject::accessible-name\n"
"string.text"
msgid "Formula"
-msgstr ""
+msgstr "Fórmula"
#: formuladialog.ui
msgctxt ""
@@ -113,7 +113,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Search"
-msgstr ""
+msgstr "_Cerca"
#: functionpage.ui
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/sbasic/shared.po b/source/ca/helpcontent2/source/text/sbasic/shared.po
index 0c2da81ea8a..2d11c5f4e72 100644
--- a/source/ca/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ca/helpcontent2/source/text/sbasic/shared.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-11-09 14:10+0100\n"
-"PO-Revision-Date: 2016-11-15 13:34+0000\n"
+"PO-Revision-Date: 2016-12-14 10:03+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
@@ -15,7 +15,7 @@ msgstr ""
"X-Accelerator-Marker: ~\n"
"X-Generator: LibreOffice\n"
"X-Language: ca\n"
-"X-POOTLE-MTIME: 1479216852.000000\n"
+"X-POOTLE-MTIME: 1481709819.000000\n"
#: 00000002.xhp
msgctxt ""
@@ -175,7 +175,7 @@ msgctxt ""
"110\n"
"help.text"
msgid "URL notation does not allow certain special characters to be used. These are either replaced by other characters or encoded. A slash (<emph>/</emph>) is used as a path separator. For example, a file referred to as <emph>C:\\My File.odt</emph> on the local host in \"Windows notation\" becomes <emph>file:///C|/My%20File.odt</emph> in URL notation."
-msgstr ""
+msgstr "La notació d'URL no admet l'ús de determinats caràcters especials. Aquest caràcters es reemplacen per altres caràcters o es codifiquen. S'utilitza una barra inclinada (<emph>/</emph>) com a separador de camins. Per exemple, un fitxer al qual es fa referència com a <emph>C:\\El meu fitxer.odt</emph> a l'amfitrió local en «notació del Windows» es converteix en <emph>file:///C|/El%20meu%20fitxer.odt</emph> en notació d'URL."
#: 00000003.xhp
msgctxt ""
@@ -10789,7 +10789,7 @@ msgctxt ""
"par_id3154012\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\\*.ods\". 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 ""
+msgstr "Per generar una llista de tots els fitxers existents en un directori específic, procediu tal com s'indica a continuació: la primera vegada que crideu la funció Dir, especifiqueu el camí de cerca complet per als fitxers, per exemple, «D:\\Fitxers\\*.ods». Si el camí és correcte i la cerca troba com a mínim un fitxer, la funció Dir torna el nom del primer fitxer que coincideix amb el camí de cerca. Per tornar noms de fitxers addicionals que coincideixin amb el camí, torneu a cridar Dir, però sense arguments."
#: 03020404.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/scalc/00.po b/source/ca/helpcontent2/source/text/scalc/00.po
index 2c48958752c..03451f598fc 100644
--- a/source/ca/helpcontent2/source/text/scalc/00.po
+++ b/source/ca/helpcontent2/source/text/scalc/00.po
@@ -3,19 +3,19 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-11-16 13:31+0000\n"
-"Last-Translator: Júlia Liébana Ramos <julira95@gmail.com>\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2016-11-22 16:59+0000\n"
+"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca\n"
-"X-POOTLE-MTIME: 1479303117.000000\n"
+"X-POOTLE-MTIME: 1479833957.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -554,8 +554,8 @@ msgctxt ""
"par_id3153250\n"
"28\n"
"help.text"
-msgid "<variable id=\"einamen\">Choose <emph>Insert - Names</emph></variable>"
-msgstr "<variable id=\"einamen\">Trieu <emph>Insereix - Noms</emph></variable>"
+msgid "<variable id=\"einamen\">Choose <emph>Insert - Named Ranges and Expressions</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -572,8 +572,8 @@ msgctxt ""
"par_id3143222\n"
"29\n"
"help.text"
-msgid "Choose <emph>Insert - Names - Define</emph>"
-msgstr "Trieu <emph>Insereix - Noms - Defineix</emph>"
+msgid "Choose <emph>Sheet - Named Ranges and Expressions - Define</emph>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -590,8 +590,8 @@ msgctxt ""
"par_id3145214\n"
"30\n"
"help.text"
-msgid "<variable id=\"einaei\">Choose <emph>Insert - Names - Insert</emph></variable>"
-msgstr "<variable id=\"einaei\">Trieu <emph>Insereix - Noms - Insereix</emph></variable>"
+msgid "<variable id=\"einaei\">Choose <emph>Sheet - Named Ranges and Expressions - Insert</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -599,8 +599,8 @@ msgctxt ""
"par_id3153558\n"
"31\n"
"help.text"
-msgid "<variable id=\"einaueb\">Choose <emph>Insert - Names - Create</emph></variable>"
-msgstr "<variable id=\"einaueb\">Trieu <emph>Insereix - Noms - Crea</emph></variable>"
+msgid "<variable id=\"einaueb\">Choose <emph>Sheet - Named Ranges and Expressions - Create</emph></variable>"
+msgstr ""
#: 00000404.xhp
msgctxt ""
@@ -608,8 +608,8 @@ msgctxt ""
"par_id3153483\n"
"32\n"
"help.text"
-msgid "<variable id=\"einabesch\">Choose <emph>Insert - Names - Labels</emph></variable>"
-msgstr "<variable id=\"einabesch\">Trieu <emph>Insereix - Noms - Etiquetes</emph></variable>"
+msgid "<variable id=\"einabesch\">Choose <emph>Sheet - Named Ranges and Expressions - Labels</emph></variable>"
+msgstr ""
#: 00000405.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/scalc/01.po b/source/ca/helpcontent2/source/text/scalc/01.po
index 4eb4b395eeb..a143806b931 100644
--- a/source/ca/helpcontent2/source/text/scalc/01.po
+++ b/source/ca/helpcontent2/source/text/scalc/01.po
@@ -3,19 +3,19 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
-"PO-Revision-Date: 2016-11-17 11:50+0000\n"
-"Last-Translator: EstefaniaGarcia <estefaniia1992@gmail.com>\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
+"PO-Revision-Date: 2017-01-09 11:55+0000\n"
+"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: Pootle 2.8\n"
"X-Language: ca\n"
-"X-POOTLE-MTIME: 1479383410.000000\n"
+"X-POOTLE-MTIME: 1483962901.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -5686,20 +5686,22 @@ msgid "Functions"
msgstr "Funcions"
#: 04060102.xhp
+#, fuzzy
msgctxt ""
"04060102.xhp\n"
"par_id231020162315043955\n"
"help.text"
msgid "<embed href=\"text/scalc/01/func_networkdays.intl.xhp#networkdaysintl\"/>"
-msgstr ""
+msgstr "<embed href=\"text/scalc/01/func_networkdays.intl.xhp#networkdaysintl\"/>"
#: 04060102.xhp
+#, fuzzy
msgctxt ""
"04060102.xhp\n"
"par_id231020163315043955\n"
"help.text"
msgid "<embed href=\"text/scalc/01/func_workdays.intl.xhp#workdaysintl\"/>"
-msgstr ""
+msgstr "<embed href=\"text/scalc/01/func_workdays.intl.xhp#workdaysintl\"/>"
#: 04060103.xhp
msgctxt ""
@@ -20742,8 +20744,8 @@ msgctxt ""
"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 "<item type=\"input\">=INDEX(SumaX;4;1)</item> retorna el valor de l'interval <emph>SumaX</emph> de la fila 4 i la columna 1 tal com s'ha definit a <emph>Insereix - Noms - Defineix</emph>."
+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>Sheet - Named Ranges and Expressions - Define</emph>."
+msgstr ""
#: 04060109.xhp
msgctxt ""
@@ -20767,8 +20769,8 @@ msgctxt ""
"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 "<item type=\"input\">=ÍNDEX((multi);4;1)</item> indica el valor contingut a la fila 4 i a la columna 1 de l'interval (múltiple), que heu anomenat amb <emph>Insereix - Noms - Defineix</emph> com <emph>múltiple</emph>. L'interval múltiple pot consistir en diversos intervals rectangulars, cada un amb una fila 4 i columna 1. Si voleu cridar el segon bloc d'aquest interval múltiple introduïu el número <item type=\"input\">2</item> com el paràmetre <emph>interval</emph>."
+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>Sheet - Named Ranges and Expressions - 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 ""
@@ -49981,8 +49983,8 @@ msgctxt ""
"04070000.xhp\n"
"tit\n"
"help.text"
-msgid "Names"
-msgstr "Noms"
+msgid "Named Ranges and Expressions"
+msgstr ""
#: 04070000.xhp
msgctxt ""
@@ -49990,8 +49992,8 @@ msgctxt ""
"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=\"Noms\">Noms</link>"
+msgid "<link href=\"text/scalc/01/04070000.xhp\" name=\"Names\">Named Ranges and Expressions</link>"
+msgstr ""
#: 04070000.xhp
msgctxt ""
@@ -50381,8 +50383,8 @@ msgctxt ""
"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 "Seleccioneu l'àrea que conté els intervals que voleu designar. Tot seguit trieu <emph>Insereix - Noms - Crea</emph>. Aquesta acció obrirà el diàleg <emph>Crea els noms</emph>, on podreu seleccionar les opcions que vulgueu aplicar per a la creació de noms."
+msgid "Select the area containing all the ranges that you want to name. Then choose <emph>Sheet - Named Ranges and Expressions - Create</emph>. This opens the <emph>Create Names</emph> dialog, from which you can select the naming options that you want."
+msgstr ""
#: 04070300.xhp
msgctxt ""
@@ -52269,8 +52271,8 @@ msgctxt ""
"par_id3145174\n"
"5\n"
"help.text"
-msgid "Select <emph>-none-</emph> to remove a print range definition for the current spreadsheet. Select <emph>-entire sheet-</emph> to set the current sheet as a print range. Select <emph>-selection-</emph> to define the selected area of a spreadsheet as the print range. By selecting <emph>-user-defined-</emph>, you can define a print range that you have already defined using the <emph>Format - Print Ranges - Define</emph> command. If you have given a name to a range using the <emph>Insert - Names - Define</emph> command, this name will be displayed and can be selected from the list box."
-msgstr "Seleccioneu <emph>-cap-</emph> per suprimir la definició d'una àrea d'impressió al full actual. Seleccioneu <emph>-tot el full-</emph> per establir el full actual com a àrea d'impressió. Seleccioneu <emph>-selecció-</emph> per definir l'àrea seleccionada del full com a àrea d'impressió. Si seleccioneu <emph>-definit per l'usuari-</emph>, podreu definir una àrea d'impressió que ja hàgiu definit mitjançant l'ordre <emph>Format ▸ Àrees d'impressió ▸ Defineix</emph>. Si heu assignat un nom a una àrea mitjançant l'ordre <emph>Insereix ▸ Noms ▸ Defineix</emph>, aquest nom es mostrarà i es podrà seleccionar al quadre de llista."
+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>Sheet - Named Ranges and Expressions - Define</emph> command, this name will be displayed and can be selected from the list box."
+msgstr ""
#: 05080300.xhp
msgctxt ""
@@ -54295,7 +54297,7 @@ msgctxt ""
"par_id3156384\n"
"help.text"
msgid "On the <emph>Tools - Protect Sheet</emph> menu, activate protection for the sheet. Effective immediately, only the cell range you selected in step 1 can be edited."
-msgstr ""
+msgstr "Al menú <emph>Eines ▸ Protegeix el full</emph>, activeu la protecció per al full. Aquesta opció s'aplicarà immediatament i només podreu editar l'interval de cel·les seleccionat al pas 1."
#: 06060100.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/scalc/guide.po b/source/ca/helpcontent2/source/text/scalc/guide.po
index 181db988d01..4f2795f8a6e 100644
--- a/source/ca/helpcontent2/source/text/scalc/guide.po
+++ b/source/ca/helpcontent2/source/text/scalc/guide.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
+"POT-Creation-Date: 2016-12-10 23:39+0100\n"
"PO-Revision-Date: 2016-11-17 12:14+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -12,8 +12,8 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1479384863.000000\n"
@@ -2137,8 +2137,8 @@ msgctxt ""
"par_id3154011\n"
"26\n"
"help.text"
-msgid "To set the source range as the range, select the cells and choose <emph>Insert - Names - Define</emph>. Save the source document, and do not close it."
-msgstr "Per definir l'interval d'origen com a interval, seleccioneu les cel·les i trieu <emph>Insereix - Noms - Defineix</emph>. Deseu el document d'origen i no el tanqueu."
+msgid "To set the source range as the range, select the cells and choose <emph>Sheet - Named Ranges and Expressions - Define</emph>. Save the source document, and do not close it."
+msgstr ""
#: cellreference_dragdrop.xhp
msgctxt ""
@@ -11855,8 +11855,8 @@ msgctxt ""
"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 "Seleccioneu una cel·la o un interval de cel·les, després trieu <emph>Insereix - Noms - Defineix</emph>. Apareixerà el diàleg <emph>Defineix els noms</emph>."
+msgid "Select a cell or range of cells, then choose <emph>Sheet - Named Ranges and Expressions - Define</emph>. The <emph>Define Names</emph> dialog appears."
+msgstr ""
#: value_with_name.xhp
msgctxt ""
@@ -11908,8 +11908,8 @@ msgctxt ""
"par_id3153711\n"
"8\n"
"help.text"
-msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Insert - Names - Define\">Insert - Names - Define</link>"
-msgstr "<link href=\"text/scalc/01/04070100.xhp\" name=\"Insereix - Noms - Defineix\">Insereix - Noms - Defineix</link>"
+msgid "<link href=\"text/scalc/01/04070100.xhp\" name=\"Sheet - Named Ranges and Expressions - Define\">Sheet - Named Ranges and Expressions - Define</link>"
+msgstr ""
#: webquery.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/shared/00.po b/source/ca/helpcontent2/source/text/shared/00.po
index cb3fa099e22..f6efe41267c 100644
--- a/source/ca/helpcontent2/source/text/shared/00.po
+++ b/source/ca/helpcontent2/source/text/shared/00.po
@@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
+"POT-Creation-Date: 2016-12-21 15:39+0100\n"
"PO-Revision-Date: 2016-11-18 14:05+0000\n"
-"Last-Translator: Júlia Liébana Ramos <julira95@gmail.com>\n"
+"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1479477912.000000\n"
@@ -12156,15 +12156,6 @@ msgstr "Trieu la pestanya <emph>Format - Pàgina - Fons</emph> (al $[officename]
#: 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 "Trieu la pestanya <emph>Format - </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Objecte - </emph></caseinline><caseinline select=\"CALC\"><emph>Gràfic - </emph></caseinline></switchinline><emph>Àrea - Colors</emph>"
-
-#: 00040502.xhp
-msgctxt ""
-"00040502.xhp\n"
"par_id3154985\n"
"141\n"
"help.text"
diff --git a/source/ca/helpcontent2/source/text/shared/01.po b/source/ca/helpcontent2/source/text/shared/01.po
index b563c9dbb62..78476dc9798 100644
--- a/source/ca/helpcontent2/source/text/shared/01.po
+++ b/source/ca/helpcontent2/source/text/shared/01.po
@@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
+"POT-Creation-Date: 2016-12-27 21:50+0100\n"
"PO-Revision-Date: 2016-11-16 13:20+0000\n"
-"Last-Translator: Júlia Liébana Ramos <julira95@gmail.com>\n"
+"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1479302410.000000\n"
@@ -5034,179 +5034,184 @@ msgctxt ""
"01140000.xhp\n"
"bm_id3147294\n"
"help.text"
-msgid "<bookmark_value>printers; properties</bookmark_value><bookmark_value>settings; printers</bookmark_value><bookmark_value>properties; printers</bookmark_value><bookmark_value>default printer; setting up</bookmark_value><bookmark_value>printers; default printer</bookmark_value><bookmark_value>page formats; restriction</bookmark_value>"
-msgstr "<bookmark_value>impressores; propietats</bookmark_value><bookmark_value>configuració; impressores</bookmark_value><bookmark_value>propietats; impressores</bookmark_value><bookmark_value>impressora per defecte; configuració</bookmark_value><bookmark_value>impressora; per defecte</bookmark_value><bookmark_value>formats de pàgina; restricció</bookmark_value>"
+msgid "<bookmark_value>printers; properties</bookmark_value> <bookmark_value>settings; printers</bookmark_value> <bookmark_value>properties; printers</bookmark_value> <bookmark_value>default printer; setting up</bookmark_value> <bookmark_value>printers; default printer</bookmark_value> <bookmark_value>page formats; restriction</bookmark_value>"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3147294\n"
-"1\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=\"Configuració de la impressora\">Configuració de la impressora</link>"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3154422\n"
-"2\n"
"help.text"
-msgid "<variable id=\"druckereinstellungtext\"><ahelp hid=\"SVTOOLS:MODALDIALOG:DLG_SVT_PRNDLG_PRNSETUPDLG\">Select the default printer for the current document.</ahelp></variable>"
-msgstr "<variable id=\"druckereinstellungtext\"><ahelp hid=\"SVTOOLS:MODALDIALOG:DLG_SVT_PRNDLG_PRNSETUPDLG\">Seleccioneu la impressora per defecte que s'ha d'utilitzar per al document actual.</ahelp></variable>"
+msgid "<variable id=\"druckereinstellungtext\"><ahelp hid=\"svt/ui/printersetupdialog/PrinterSetupDialog\">Select the default printer for the current document.</ahelp> </variable>"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3148620\n"
-"20\n"
"help.text"
msgid "You might experience a slight delay when you change the default printer for a document that contains embedded $[officename] OLE objects."
-msgstr "Pot ser que es produeixi un petit retard quan canvieu la impressora per defecte d'un document que conté objectes OLE del $[officename] incrustats."
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3145345\n"
-"4\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Printer </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Impressora </caseinline></switchinline>"
+msgid "Printer"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3145211\n"
-"5\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Lists the information that applies to the selected printer. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Mostra la informació sobre la impressora seleccionada. </caseinline></switchinline>"
+msgid "Lists the information that applies to the selected printer."
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3148538\n"
-"19\n"
"help.text"
msgid "If the list is empty, you need to install a default printer for your operating system. Refer to the online help for your operating system for instructions on how to install and setup a default printer."
-msgstr "Si la llista és buida, heu d'instal·lar una impressora per defecte al sistema operatiu. Vegeu l'ajuda en línia del sistema operatiu per obtenir instruccions per instal·lar una impressora per defecte i configurar-la."
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3154381\n"
-"6\n"
"help.text"
msgid "Name"
-msgstr "Nom"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3156155\n"
-"7\n"
"help.text"
-msgid "<ahelp hid=\"SVTOOLS:LISTBOX:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES\">Lists the installed printers on your operating system. To change the default printer, select a printer name from the list.</ahelp>"
-msgstr "<ahelp hid=\"SVTOOLS:LISTBOX:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES\">Enumera les impressores que hi ha instal·lades al sistema operatiu. Per canviar la impressora per defecte, seleccioneu el nom d'una altra impressora a la llista.</ahelp>"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/name\">Lists the installed printers on your operating system. To change the default printer, select a printer name from the list.</ahelp>"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3156153\n"
-"8\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Status </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Estat </caseinline></switchinline>"
+msgid "Status"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3150465\n"
-"9\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Describes the current status of the selected printer. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Descriu l'estat actual de la impressora seleccionada. </caseinline></switchinline>"
+msgid "Describes the current status of the selected printer."
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3154898\n"
-"10\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Type </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Tipus </caseinline></switchinline>"
+msgid "Type"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3156326\n"
-"11\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the type of printer that you selected. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Mostra el tipus de la impressora seleccionada. </caseinline></switchinline>"
+msgid "Displays the type of printer that you selected."
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3149416\n"
-"12\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Location </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Ubicació</caseinline></switchinline>"
+msgid "Location"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3149955\n"
-"13\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays the port for the selected printer. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Mostra el port de la impressora seleccionada. </caseinline></switchinline>"
+msgid "Displays the port for the selected printer."
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3145316\n"
-"14\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Comments </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Comentaris</caseinline></switchinline>"
+msgid "Comments"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3155923\n"
-"15\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">Displays additional information for the printer. </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">Mostra més informació sobre la impressora. </caseinline></switchinline>"
+msgid "Displays additional information for the printer."
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"hd_id3149669\n"
-"16\n"
"help.text"
msgid "Properties"
-msgstr "Propietats"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3149045\n"
-"17\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\"><ahelp hid=\"SVTOOLS:PUSHBUTTON:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_PROPERTIES\">Changes the printer settings of your operating system for the current document.</ahelp></caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\"><ahelp hid=\"SVTOOLS:PUSHBUTTON:DLG_SVT_PRNDLG_PRNSETUPDLG:BTN_PROPERTIES\">Modifica la configuració de la impressora del sistema operatiu per al document actual.</ahelp></caseinline></switchinline>"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/properties\">Changes the printer settings of your operating system for the current document.</ahelp>"
+msgstr ""
#: 01140000.xhp
msgctxt ""
"01140000.xhp\n"
"par_id3157322\n"
-"18\n"
"help.text"
msgid "Ensure that the Landscape or Portrait layout option set in the printer properties dialog matches the page format that you set by choosing <emph>Format - Page</emph>."
-msgstr "Assegureu-vos que l'opció de format de pàgina Horitzontal o Vertical definida al diàleg de propietats de la impressora correspon al format de pàgina que heu triat al menú <emph>Format - Pàgina</emph>."
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"hd_id201612110303091265\n"
+"help.text"
+msgid "Options"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id201612110239454950\n"
+"help.text"
+msgid "<ahelp hid=\"svt/ui/printersetupdialog/options\">Opens the <emph>Printer Options</emph> dialog where you can override the global printer options set on the <switchinline select=\"sys\"><caseinline select=\"MAC\"><emph>%PRODUCTNAME - Preferences</emph></caseinline><defaultinline><emph>Tools - Options</emph></defaultinline></switchinline><emph> - %PRODUCTNAME </emph><switchinline select=\"appl\"><caseinline select=\"WRITER\"><emph>Writer</emph></caseinline><caseinline select=\"CALC\"><emph>Calc</emph></caseinline><defaultinline>Writer/Web</defaultinline></switchinline><emph> - Print</emph> panel for the current document.</ahelp>"
+msgstr ""
+
+#: 01140000.xhp
+msgctxt ""
+"01140000.xhp\n"
+"par_id3157323\n"
+"help.text"
+msgid "The <emph>Options</emph> button is only available in %PRODUCTNAME Writer and Calc."
+msgstr ""
#: 01160000.xhp
msgctxt ""
@@ -8299,8 +8304,8 @@ msgctxt ""
"par_id3152551\n"
"59\n"
"help.text"
-msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Enter the number of characters in the search term that can be exchanged.</ahelp> For example, if you specify 2 exchanged characters, \"black\" and \"crack\" are considered similar."
-msgstr "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Introduïu el nombre de caràcters que es poden substituir al terme de cerca.</ahelp> Per exemple, si indiqueu dos caràcters substituïbles, \"cella\" i \"malla\" es consideren termes semblants."
+msgid "<ahelp hid=\"cui/ui/similaritysearchdialog/otherfld\">Enter the number of characters in the search term that can be exchanged.</ahelp> For example, if you specify 2 exchanged characters, \"sweep\" and \"creep\" are considered similar."
+msgstr ""
#: 02100100.xhp
msgctxt ""
@@ -25653,32 +25658,6 @@ msgctxt ""
msgid "<ahelp hid=\"cui/ui/areatabpage/LB_BITMAP\">Click the fill that you want to apply to the selected object.</ahelp>"
msgstr "<ahelp hid=\"cui/ui/areatabpage/LB_BITMAP\">Feu clic a l'emplenament que voleu aplicar a l'objecte seleccionat.</ahelp>"
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"tit\n"
-"help.text"
-msgid "Colors"
-msgstr "Colors"
-
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"hd_id3152895\n"
-"1\n"
-"help.text"
-msgid "<link href=\"text/shared/01/05210200.xhp\" name=\"Colors\">Colors</link>"
-msgstr "<link href=\"text/shared/01/05210200.xhp\" name=\"Colors\">Colors</link>"
-
-#: 05210200.xhp
-msgctxt ""
-"05210200.xhp\n"
-"par_id3149119\n"
-"2\n"
-"help.text"
-msgid "Select a color to apply, save the current color list, or load a different color list."
-msgstr "Seleccioneu el color que voleu aplicar, deseu la llista de colors actual o carregueu una altra llista de colors."
-
#: 05210300.xhp
msgctxt ""
"05210300.xhp\n"
@@ -43288,6 +43267,214 @@ msgctxt ""
msgid "<ahelp hid=\"uui/ui/setmasterpassworddlg/password2\">Re-enter the master password.</ahelp>"
msgstr "<ahelp hid=\"uui/ui/setmasterpassworddlg/password2\">Torneu a introduir la contrasenya mestra.</ahelp>"
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"tit\n"
+"help.text"
+msgid "Safe Mode"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"bm_id281120160951421436\n"
+"help.text"
+msgid "<bookmark_value>profile;safe mode</bookmark_value>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160939034500\n"
+"help.text"
+msgid "<link href=\"text/shared/01/profile_safe_mode.xhp\">Safe Mode</link>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160939285779\n"
+"help.text"
+msgid "<ahelp hid=\".\">Safe mode is a mode where %PRODUCTNAME temporarily starts with a fresh user profile and disables hardware acceleration. It helps to restore a non-working %PRODUCTNAME instance. </ahelp>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163153357\n"
+"help.text"
+msgid "Choose <emph>Help - Restart in Safe Mode...</emph>"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163154362\n"
+"help.text"
+msgid "Start %PRODUCTNAME from command line with <emph>--safe-mode</emph> option"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120163154363\n"
+"help.text"
+msgid "Start %PRODUCTNAME from <emph>%PRODUCTNAME (Safe Mode)</emph> start menu entry (Windows only)"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149549\n"
+"help.text"
+msgid "What can I do in safe mode?"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160939281728\n"
+"help.text"
+msgid "Once in safe mode, you will be shown a dialog offering three user profile restoration options"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149551\n"
+"help.text"
+msgid "Continue in Safe Mode"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944279896\n"
+"help.text"
+msgid "This option will let you work with %PRODUCTNAME as you are used to, but using a temporary user profile. It also means that all configuration changes made to the temporary user profile will be lost after restart."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149552\n"
+"help.text"
+msgid "Quit"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944279161\n"
+"help.text"
+msgid "Choosing <emph>Quit</emph> will just exit %PRODUCTNAME. Use this option if you got here by accident."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149543\n"
+"help.text"
+msgid "Apply Changes and Restart"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348926\n"
+"help.text"
+msgid "The dialog offers multiple changes to the user profile that can be made to help restoring %PRODUCTNAME to working state. They get more radical from top down so you should try them successively one after another. Choosing this option applies selected changes"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149545\n"
+"help.text"
+msgid "Restore from backup"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348884\n"
+"help.text"
+msgid "%PRODUCTNAME keeps backups of previous configurations and activated extensions. Use this option to return to the previous state if your problems are likely to be caused by recent changes to configuration or extensions."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120163149546\n"
+"help.text"
+msgid "Configure"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949347119\n"
+"help.text"
+msgid "You can disable all extensions installed by the user. You can also disable hardware acceleration. Activate this option if you experience startup crashes or visual glitches, they are often related to hardware acceleration."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160944276682\n"
+"help.text"
+msgid "Uninstall extensions"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160944275137\n"
+"help.text"
+msgid "Sometimes %PRODUCTNAME cannot be started due to extensions blocking or crashing. This option allows you to disable all extensions installed by the user as well as shared and bundled extensions. Uninstalling shared and bundled extensions should be used with caution. It will only work if you have the necessary system access rights."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"hd_id281120160944276687\n"
+"help.text"
+msgid "Reset to factory settings"
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id28112016094427792\n"
+"help.text"
+msgid "If all else fails, you can reset your user profile to the factory default. The first option <emph>Reset settings and user customizations</emph> resets all configuration and UI changes, but keeps things like your personal dictionary, templates etc. The second option will reset your entire profile to the state when you first installed %PRODUCTNAME."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id28112016094427243\n"
+"help.text"
+msgid "If you could not resolve your problem by using safe mode, click on <emph>Advanced</emph> expander. You will find instructions how to get further help there."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949347055\n"
+"help.text"
+msgid "If you want to report a problem with your user profile, by clicking on <emph>Create Zip Archive from User Profile</emph> you can generate a zip file which can be uploaded to the bug tracking system to be investigated by the developers."
+msgstr ""
+
+#: profile_safe_mode.xhp
+msgctxt ""
+"profile_safe_mode.xhp\n"
+"par_id281120160949348679\n"
+"help.text"
+msgid "Be aware that the uploaded profile might contain sensitive information, such as your personal dictionary, settings and installed extensions."
+msgstr ""
+
#: prop_font_embed.xhp
msgctxt ""
"prop_font_embed.xhp\n"
@@ -43320,7 +43507,7 @@ msgctxt ""
"par_id3154863\n"
"2\n"
"help.text"
-msgid "<ahelp hid=\"sfx/ui/documentfontspage/DocumentInfoPage\">Embed document fonts in the current file.</ahelp>"
+msgid "<ahelp hid=\"sfx/ui/documentfontspage/DocumentFontsPage\">Embed document fonts in the current file.</ahelp>"
msgstr ""
#: prop_font_embed.xhp
diff --git a/source/ca/helpcontent2/source/text/shared/guide.po b/source/ca/helpcontent2/source/text/shared/guide.po
index 72b1c82c86d..17439da467e 100644
--- a/source/ca/helpcontent2/source/text/shared/guide.po
+++ b/source/ca/helpcontent2/source/text/shared/guide.po
@@ -3,17 +3,17 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-12-01 12:12+0100\n"
+"POT-Creation-Date: 2016-12-21 15:39+0100\n"
"PO-Revision-Date: 2016-11-16 13:20+0000\n"
-"Last-Translator: Júlia Liébana Ramos <julira95@gmail.com>\n"
+"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
+"X-Generator: LibreOffice\n"
"X-Language: ca\n"
"X-POOTLE-MTIME: 1479302427.000000\n"
@@ -2196,7 +2196,7 @@ msgctxt ""
"cmis-remote-files-setup.xhp\n"
"hd_id1508201618160340\n"
"help.text"
-msgid "Connecting to <link href=\"text/shared/00/00000002.xhp#ftp\">FTP</link> and SSH servers (check)"
+msgid "Connecting to <link href=\"text/shared/00/00000002.xhp#ftp\">FTP</link> and SSH servers"
msgstr ""
#: cmis-remote-files-setup.xhp
@@ -2276,7 +2276,7 @@ msgctxt ""
"cmis-remote-files-setup.xhp\n"
"hd_id150820161816049600\n"
"help.text"
-msgid "Connecting to a Windows share (check)"
+msgid "Connecting to a Windows share"
msgstr ""
#: cmis-remote-files-setup.xhp
@@ -9937,8 +9937,8 @@ msgctxt ""
"hyperlink_insert.xhp\n"
"par_idN1076D\n"
"help.text"
-msgid "To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Insert - Names - Define</emph>)."
-msgstr "Per navegar a una cel·la d'un full de càlcul, primer introduïu un nom per a la cel·la (<emph>Insereix - Noms - Defineix</emph>)."
+msgid "To jump to a cell in a spreadsheet, first enter a name for the cell (<emph>Sheet - Named Ranges and Expressions - Define</emph>)."
+msgstr ""
#: hyperlink_insert.xhp
msgctxt ""
@@ -12450,20 +12450,20 @@ msgstr "A la pestanya <emph>Opcions</emph>, assegureu-vos que la casella <emph>S
#: labels.xhp
msgctxt ""
"labels.xhp\n"
-"par_id3156424\n"
-"86\n"
+"par_id3149767\n"
+"29\n"
"help.text"
-msgid "As soon as you click on <emph>New Document</emph>, you will see a small window with the <emph>Synchronize Labels</emph> button. Enter the first label. When you click on the <emph>Synchronize Labels</emph> button, the current individual label is copied to all the other labels on the sheet."
-msgstr "Quan feu clic a <emph>Document nou</emph> apareix una finestreta amb el botó <emph>Sincronitza les etiquetes</emph>. Introduïu la primera etiqueta. Quan feu clic al botó <emph>Sincronitza les etiquetes</emph>, es copia l'etiqueta a la resta d'etiquetes del full."
+msgid "Click on <emph>New Document</emph> to create a new document with the settings you have entered."
+msgstr "Feu clic a <emph>Document nou</emph> per crear un document nou amb la configuració que heu definit."
#: labels.xhp
msgctxt ""
"labels.xhp\n"
-"par_id3149767\n"
-"29\n"
+"par_id3156424\n"
+"86\n"
"help.text"
-msgid "Click on <emph>New Document</emph> to create a new document with the settings you have entered."
-msgstr "Feu clic a <emph>Document nou</emph> per crear un document nou amb la configuració que heu definit."
+msgid "As soon as you click on <emph>New Document</emph>, you will see a small window with the <emph>Synchronize Labels</emph> button. Enter the first label. When you click on the <emph>Synchronize Labels</emph> button, the current individual label is copied to all the other labels on the sheet."
+msgstr "Quan feu clic a <emph>Document nou</emph> apareix una finestreta amb el botó <emph>Sincronitza les etiquetes</emph>. Introduïu la primera etiqueta. Quan feu clic al botó <emph>Sincronitza les etiquetes</emph>, es copia l'etiqueta a la resta d'etiquetes del full."
#: labels.xhp
msgctxt ""
@@ -18349,758 +18349,721 @@ msgctxt ""
"start_parameters.xhp\n"
"tit\n"
"help.text"
-msgid "Starting the $[officename] Software With Parameters"
-msgstr "Inici del programari del $[officename] amb paràmetres"
+msgid "Starting $[officename] Software With Parameters"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"bm_id3156410\n"
"help.text"
-msgid "<bookmark_value>start parameters</bookmark_value><bookmark_value>command line parameters</bookmark_value><bookmark_value>parameters;command line</bookmark_value><bookmark_value>arguments in command line</bookmark_value>"
-msgstr "<bookmark_value>paràmetres d'inici</bookmark_value><bookmark_value>paràmetres de la línia d'ordres</bookmark_value><bookmark_value>paràmetres;línia d'ordres</bookmark_value><bookmark_value>arguments a la línia d'ordres</bookmark_value>"
+msgid "<bookmark_value>start parameters</bookmark_value> <bookmark_value>command line parameters</bookmark_value> <bookmark_value>parameters;command line</bookmark_value> <bookmark_value>arguments in command line</bookmark_value>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"hd_id3156410\n"
-"52\n"
"help.text"
-msgid "Starting the $[officename] Software With Parameters"
-msgstr "Inici del programari del $[officename] amb paràmetres"
+msgid "Starting $[officename] Software With Parameters"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147009\n"
-"1\n"
"help.text"
-msgid "By starting the $[officename] software from the command line you can assign various parameters, with which you can influence the performance. The use of command line parameters is only recommended for experienced users."
-msgstr "Si inicieu el $[officename] des de la línia d'ordres, podeu assignar diversos paràmetres mitjançant els quals podeu alterar el rendiment. L'ús de paràmetres de la línia d'ordres només es recomana als usuaris experimentats."
+msgid "By starting $[officename] software from the command line you can assign various parameters, with which you can influence the performance. The use of command line parameters is only recommended for experienced users."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147618\n"
-"2\n"
"help.text"
-msgid "For normal handling, the use of command line parameters is not necessary. A few of the parameters require a deeper knowledge of the technical background of the $[officename] software technology."
-msgstr "En un ús normal, no cal utilitzar paràmetres de línia d'ordres. Per utilitzar alguns d'aquests paràmetres cal tenir un ampli coneixement de la tecnologia del programari del $[officename]."
+msgid "For normal handling, the use of command line parameters is not necessary. A few of the parameters require a deeper knowledge of the technical background of $[officename] software technology."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"hd_id3154898\n"
-"4\n"
"help.text"
-msgid "Starting the $[officename] Software From the Command Line"
-msgstr "Inici del $[officename] des de la línia d'ordres"
+msgid "Starting $[officename] Software From the Command Line"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3156152\n"
-"5\n"
"help.text"
msgid "Under Windows, select <emph>Run</emph> from the Windows Start menu, or open a shell under Linux, *BSD, or Mac OS X platforms."
-msgstr "A Windows, seleccioneu <emph>Executa</emph> des del menú Inicia del Windows, o obriu un terminal a les plaformes Linux, *BSD o Mac OS X."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3152472\n"
-"6\n"
"help.text"
msgid "Under Windows, type the following text in the <emph>Open </emph>text field and click <emph>OK</emph>."
-msgstr "Al Windows, introduïu el text següent al camp de text <emph>Obre</emph> i feu clic a <emph>D'acord</emph>."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3149669\n"
-"53\n"
"help.text"
msgid "Under UNIX-like systems, type the following line of text, then press <emph>Return</emph>:"
-msgstr "Als sistemes tipus Unix, escriviu el text següent, després premeu <emph>Retorn</emph>:"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3147561\n"
-"7\n"
"help.text"
-msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter} </caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter} </caseinline></switchinline>"
-msgstr "<switchinline select=\"sys\"><caseinline select=\"WIN\">{instal·lació}\\program\\soffice.exe {paràmetre} </caseinline><caseinline select=\"UNIX\">{instal·lació}/program/soffice {paràmetre} </caseinline></switchinline>"
+msgid "<switchinline select=\"sys\"><caseinline select=\"WIN\">{install}\\program\\soffice.exe {parameter}</caseinline><caseinline select=\"UNIX\">{install}/program/soffice {parameter}</caseinline></switchinline>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
"par_id3153360\n"
-"8\n"
"help.text"
-msgid "Replace <emph>{install}</emph> with the path to your installation of the $[officename] software (for example, <emph>C:\\Program Files\\Office</emph>, or <emph>~/office</emph>)"
-msgstr "Reemplaceu <emph>{instal·lació}</emph> pel camí d'instal·lació del programari del $[officename] (per exemple, <emph>C:\\Program Files\\Office</emph> o bé <emph>~/office</emph>)"
+msgid "Replace <emph>{install}</emph> with the path to your installation of $[officename] software (for example, <emph>C:\\Program Files\\Office</emph>, or <emph>~/office</emph>)"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3158407\n"
-"9\n"
+"hd_id3145171\n"
"help.text"
-msgid "Where required, replace <emph>{parameter}</emph> with one or more of the following command line parameters."
-msgstr "On calgui, reemplaceu <emph>{paràmetre}</emph> per un dels paràmetres de línia d'ordres següents o més d'un."
+msgid "Valid Command Line Parameters"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"hd_id3145171\n"
-"10\n"
+"hd_id1016120408556191\n"
"help.text"
-msgid "Valid Command Line Parameters"
-msgstr "Paràmetres de línia d'ordres vàlids"
+msgid "Using without special arguments"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148451\n"
-"11\n"
+"par_id215247284938\n"
"help.text"
-msgid "Parameter"
-msgstr "Paràmetre"
+msgid "Using without any arguments opens the start center."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149167\n"
-"12\n"
+"par_id4016121206183262\n"
"help.text"
-msgid "Meaning"
-msgstr "Significat"
+msgid "<emph>{file}</emph>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149983\n"
-"73\n"
+"par_id40161212062813818\n"
"help.text"
-msgid "--help / -h / -?"
-msgstr "--help / -h / -?"
+msgid "Tries to open the file (files) in the components suitable for them."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147349\n"
-"74\n"
+"par_id40161212063110720\n"
"help.text"
-msgid "Lists the available command line parameters <switchinline select=\"sys\"><caseinline select=\"WIN\">in a dialog box</caseinline><defaultinline>to the console</defaultinline></switchinline>."
-msgstr "Enumera els paràmetres de línia d'ordres disponibles <switchinline select=\"sys\"><caseinline select=\"WIN\">a un quadre de diàleg</caseinline><defaultinline> a la consola</defaultinline></switchinline>."
+msgid "<emph>{file} macro:///[Library.Module.MacroName]</emph>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id31499et\n"
-"73\n"
+"par_id40161212063330252\n"
"help.text"
-msgid "--version"
-msgstr "--version"
+msgid "Opens the file and applies specified macros from the file."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id31473et\n"
-"74\n"
+"hd_id201612040855610\n"
"help.text"
-msgid "Displays the version information."
-msgstr "Mostra la informació de la versió."
+msgid "Getting help and information"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3150010\n"
-"59\n"
+"par_id3148451\n"
"help.text"
-msgid "--writer"
-msgstr "--writer"
+msgid "<variable id=\"parameter\">Parameter</variable>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3147213\n"
-"60\n"
+"par_id3149167\n"
"help.text"
-msgid "Starts with an empty Writer document."
-msgstr "Inicia l'aplicació amb un document del Writer buit."
+msgid "<variable id=\"meaning\">Meaning</variable>"
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3148616\n"
-"61\n"
+"par_id3147349\n"
"help.text"
-msgid "--calc"
-msgstr "--calc"
+msgid "Lists the available command line parameters to the console."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3145261\n"
-"62\n"
+"par_id20161204091221764\n"
"help.text"
-msgid "Starts with an empty Calc document."
-msgstr "Inicia l'aplicació amb un document del Calc buit."
+msgid "Opens $[officename] built-in or online Help on Writer."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3156443\n"
-"63\n"
+"par_id20161204091520522\n"
"help.text"
-msgid "--draw"
-msgstr "--draw"
+msgid "Opens $[officename] built-in or online Help on Calc."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154011\n"
-"64\n"
+"par_id20161204091727059\n"
"help.text"
-msgid "Starts with an empty Draw document."
-msgstr "Inicia l'aplicació amb un document del Draw buit."
+msgid "Opens $[officename] built-in or online Help on Draw."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153142\n"
-"65\n"
+"par_id20161204091812159\n"
"help.text"
-msgid "--impress"
-msgstr "--impress"
+msgid "Opens $[officename] built-in or online Help on Impress."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3153222\n"
-"66\n"
+"par_id20161204091919599\n"
"help.text"
-msgid "Starts with an empty Impress document."
-msgstr "Inicia l'aplicació amb un document de l'Impress buit."
+msgid "Opens $[officename] built-in or online Help on Base."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3155853\n"
-"67\n"
+"par_id20161204092029619\n"
"help.text"
-msgid "--math"
-msgstr "--math"
+msgid "Opens $[officename] built-in or online Help on Basic scripting language."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3146928\n"
-"68\n"
+"par_id2016120409214276\n"
"help.text"
-msgid "Starts with an empty Math document."
-msgstr "Inicia l'aplicació amb un document del Math buit."
+msgid "Opens $[officename] built-in or online Help on Math."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3149960\n"
-"69\n"
+"par_id31473et\n"
"help.text"
-msgid "--global"
-msgstr "--global"
+msgid "Shows $[officename] version and quits."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3151075\n"
-"70\n"
+"par_id2016120409236546\n"
"help.text"
-msgid "Starts with an empty Writer master document."
-msgstr "Inicia l'aplicació amb un document mestre del Writer buit."
+msgid "(MacOS X sandbox only) Returns path of the temporary directory for the current user and exits. Overrides all other arguments."
+msgstr ""
#: start_parameters.xhp
msgctxt ""
"start_parameters.xhp\n"
-"par_id3154510\n"
-"71\n"
+"hd_id20161204094429235\n"
"help.text"
-msgid "--web"