aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-02-10 14:39:52 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2021-02-10 14:39:52 +0100
commitf0aa518cbea6377adf4b2af1971e4546ad605d23 (patch)
treef0557b6816d86a4a901631f97f1bb38729348e68
parentd30f2fd5805416d158ed13ba722e63365e43953f (diff)
Version 7.1.1.1, tag libreoffice-7.1.1.1 libreoffice-7.1.1.1
Change-Id: I96436e544619a6fa92d7c187f8f82368259497ee
0 files changed, 0 insertions, 0 deletions
/option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/postprocess/Rdb_services.mk
'>14
AgeCommit message (Collapse)Author
2018-01-23Add KDE5 desktop backendMilian Wolff
This is mostly a copy of the KDE4 backend ported to Qt5/KF5. One difference is that this code will initialize the QApplication on-demand, when it's not yet available. This will allow us to use this desktop backend also within a vclplug that does not use Qt itself, such as the upcoming Gtk3/KDE5 hybrid. Change-Id: I5cf96ac5729608c82a58eead6723a38f014ba875 Reviewed-on: https://gerrit.libreoffice.org/47716 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2017-11-19iOS reactivated swarmsolverjan Iversen
swarmsolver now compiles after the license issue was corrected, so no need to have a special case for iOS. Change-Id: Icae81c2b5769af9c8fd53068d69cbb6e608c7e69
2017-11-18iOS, swarmsolver workaroundjan Iversen
Due to license problems (see mail dev list) disabled swarmsolver Change-Id: I39889ddab2563a857c3bf0982244f889a402097f
2017-11-18Swarm based (uses PSO or DE) experimental non-linear solverTomaž Vajngerl
This is a new, simple non-linear solver that uses a swarm (population) to do global optimization. It uses two algoritms - Particle Swarm Optimization (PSO) or Differential Evolution (DE) to find a (non-optimal) solution. It is experimental as not all functions are implemented and it needs a lot more testing so that it performs well. Change-Id: If55dad7eda17394851a9d178ad892de771eca7c9 Reviewed-on: https://gerrit.libreoffice.org/44382 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2017-10-30related: tdf#103884 remove gltf/collada featureThorsten Behrens
Change-Id: Icd26ad96c0337844ef1463dabfbe791caa00dd2d Reviewed-on: https://gerrit.libreoffice.org/43972 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2017-09-15consistent naming of externals: cmis -> libcmisMichael Stahl
Change-Id: If710b416111dd26a67693d9f6d7d194ea607069b Reviewed-on: https://gerrit.libreoffice.org/42292 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2017-07-21migrate to boost::gettextCaolán McNamara
* all .ui files go from <interface> to <interface domain="MODULE"> e.g. vcl * all .src files go away and the english source strings folded into the .hrc as NC_("context", "source string") * ResMgr is dropped in favour of std::locale imbued by boost::locale::generator pointed at matching MODULE .mo files * UIConfig translations are folded into the module .mo, so e.g. UIConfig_cui goes from l10n target to normal one, so the res/lang.zips of UI files go away * translation via Translation::get(hrc-define-key, imbued-std::locale) * python can now be translated with its inbuilt gettext support (we keep the name strings.hrc there to keep finding the .hrc file uniform) so magic numbers can go away there * java and starbasic components can be translated via the pre-existing css.resource.StringResourceWithLocation mechanism * en-US res files go away, their strings are now the .hrc keys in the source code * remaining .res files are replaced by .mo files * in .res/.ui-lang-zip files, the old scheme missing translations of strings results in inserting the english original so something can be found, now the standard fallback of using the english original from the source key is used, so partial translations shrink dramatically in size * extract .hrc strings with hrcex which backs onto xgettext -C --add-comments --keyword=NC_:1c,2 --from-code=UTF-8 --no-wrap * extract .ui strings with uiex which backs onto xgettext --add-comments --no-wrap * qtz for gettext translations is generated at runtime as ascii-ified crc32 of content + "|" + msgid * [API CHANGE] remove deprecated binary .res resouce loader related uno apis com::sun::star::resource::OfficeResourceLoader com::sun::star::resource::XResourceBundleLoader com::sun::star::resource::XResourceBundle when translating strings via uno apis com.sun.star.resource.StringResourceWithLocation can continue to be used Change-Id: Ia2594a2672b7301d9c3421fdf31b6cfe7f3f8d0a
2017-07-17connectivity: add initial writer backendMiklos Vajna
Similar to the calc one. As a first step the Driver and the Connection interfaces are implemented, though the later has some stubs. Change-Id: Id043f7742fdb2006d4f88526ef4d055a6d8dee82 Reviewed-on: https://gerrit.libreoffice.org/40033 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand
First steps to organize an importer that can read/interpret wmf/emf/emf+ and deliver a primitive representation for the content by parsing it. Use the same mechanisms as already applied for Svg, so to reuse abilities to keep original binary data to allow save again and embedding in files and have an implemented replacement bitmap based representation. For this, unify the used helper classes to handle more than just Svg. For 1st try, add test code and static bool switches Change-Id: I6e0a82943541d811a8f8d65a84115569fcd8cee7
2017-06-21gpg4libre: share static xmlsec lib between nss and gpgThorsten Behrens
In the end, the gpgme implementation uses enough of xmlsec functionality that splitting those (and ending up with two copies) was just not worth it. Change-Id: Ida87c848e4e6a770e3c697add9ceb589a9ec3930
2017-06-16configure: remove --enable-directxMichael Stahl
This used to require extra SDKs in days of yore but now just always build those libraries on WNT. Change-Id: I92c0a35917df42e136c022c762f0333f657a9ec6
2017-06-13remove TDE integration (vclplug, address book, config backend)Michael Stahl
It has ~no users, can't even be built on modern Linuxes, and it annoys folks who want to refactor VCL. Per ESC decision from 2017-06-08, remove --enable-tde and --enable-tdeab. Change-Id: I51ce4786f29f8fcac2e2bb2a654c41fbfbbd8afd Reviewed-on: https://gerrit.libreoffice.org/38718 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2017-05-18gpg4libre: fix windows buildThorsten Behrens
Change-Id: I66b809bbf2f5ab5d9c1eaf40ba8f2c91f4bc8007
2017-05-18gpg4libre: initial GPG signature generationThorsten Behrens
* takes XML-Sec signature template * calculates digest for all added reference streams * produces signature value over canonicalized signature template * writes same as detached signature into template, streams that out Change-Id: I303e080dc25c440175fe1ae897f03cf356d5d0f2 Reviewed-on: https://gerrit.libreoffice.org/36106 Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2017-04-25enable clipboard service for androidTomaž Vajngerl
- register the VCLGenericClipboard as the SystemClipboard - enable vcl.android component in Rdb services as this wasn't done - choose VclGenericClipboard as the android implementation Change-Id: I067dcf4d9cdfc4b7d7a941a1c86f545263d1abad
2017-04-11tdf#105809: Drop the PlaceWare export filterTor Lillqvist
Hard to think of any reason why anybody would need it. Change-Id: If989cdeb1728847973da601f9d3fa60aba1f3bad Reviewed-on: https://gerrit.libreoffice.org/36169 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tor Lillqvist <tml@collabora.com>
2017-03-16gpg4libre: No need to create separate idl files for gpg servicesSamuel Mehrbrodt
Change-Id: Ief217cd91e30433c30ac0547d28fb6eab2dc43b0 Reviewed-on: https://gerrit.libreoffice.org/35213 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2017-03-06oss-fuzz: Module_xmlsecurity has gpg inside ENABLE_NSSCaolán McNamara
which is probably wrong, but nothing uses --disable-nss except IOS and the static build where nss is not built Change-Id: Icdd24ffc301715a0227e31f67335c8775806e085
2017-03-05xsec_gpg isn't available under androidCaolán McNamara
Change-Id: I6c4c20fde4c6723a13a1d6894fa7d293978fca42
2017-03-04gpg4libre: List and view GPG keysSamuel Mehrbrodt
* Add GPG implementation of css::xml::crypto UNO interfaces (part of that is only stub atm) * List gpg keys along with other certificates * Viewing gpg certificates: Not all properties are implemented yet Change-Id: I7f60b26efe949a94bf8fe1b8d4d428002c2995b1 Reviewed-on: https://gerrit.libreoffice.org/33843 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2017-02-17tdf#99967 Drop Web WizardSamuel Mehrbrodt
Change-Id: Ibc0f45a03e16f3fe4ee54b24de30ba88e43a4aab Reviewed-on: https://gerrit.libreoffice.org/26381 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--source/it/sw/uiconfig/swriter/ui.po24
-rw-r--r--source/it/swext/mediawiki/help.po14
-rw-r--r--source/it/sysui/desktop/share.po9
-rw-r--r--source/ja/cui/uiconfig/ui.po12
-rw-r--r--source/kk/sw/uiconfig/swriter/ui.po9
-rw-r--r--source/ko/cui/source/customize.po10
-rw-r--r--source/ko/cui/source/dialogs.po10
-rw-r--r--source/lt/basctl/source/basicide.po12
-rw-r--r--source/lt/chart2/uiconfig/ui.po10
-rw-r--r--source/lt/cui/source/dialogs.po20
-rw-r--r--source/lt/cui/source/options.po12
-rw-r--r--source/lt/cui/uiconfig/ui.po153
-rw-r--r--source/lt/dbaccess/source/ui/app.po9
-rw-r--r--source/lt/dbaccess/source/ui/dlg.po12
-rw-r--r--source/lt/dictionaries/ru_RU/dialog.po10
-rw-r--r--source/lt/editeng/source/items.po14
-rw-r--r--source/lt/extensions/source/propctrlr.po9
-rw-r--r--source/lt/officecfg/registry/data/org/openoffice/Office.po103
-rw-r--r--source/lt/officecfg/registry/data/org/openoffice/Office/UI.po227
-rw-r--r--source/lt/padmin/uiconfig/ui.po20
-rw-r--r--source/lt/reportdesign/source/ui/report.po13
-rw-r--r--source/lt/sc/source/ui/sidebar.po24
-rw-r--r--source/lt/sc/source/ui/src.po471
-rw-r--r--source/lt/sc/uiconfig/scalc/ui.po32
-rw-r--r--source/lt/sd/source/ui/app.po18
-rw-r--r--source/lt/sd/uiconfig/sdraw/ui.po20
-rw-r--r--source/lt/sd/uiconfig/simpress/ui.po45
-rw-r--r--source/lt/sfx2/source/appl.po23
-rw-r--r--source/lt/sfx2/source/control.po10
-rw-r--r--source/lt/sfx2/source/dialog.po14
-rw-r--r--source/lt/sfx2/source/doc.po16
-rw-r--r--source/lt/sfx2/source/sidebar.po16
-rw-r--r--source/lt/sfx2/source/view.po13
-rw-r--r--source/lt/sfx2/uiconfig/ui.po145
-rw-r--r--source/lt/starmath/uiconfig/smath/ui.po12
-rw-r--r--source/lt/svtools/uiconfig/ui.po13
-rw-r--r--source/lt/svx/inc.po27
-rw-r--r--source/lt/svx/source/dialog.po10
-rw-r--r--source/lt/svx/source/items.po9
-rw-r--r--source/lt/svx/source/sidebar/area.po14
-rw-r--r--source/lt/svx/source/sidebar/line.po16
-rw-r--r--source/lt/svx/source/sidebar/paragraph.po44
-rw-r--r--source/lt/svx/source/sidebar/text.po54
-rw-r--r--source/lt/svx/source/svdraw.po11
-rw-r--r--source/lt/sw/source/ui/app.po10
-rw-r--r--source/lt/sw/source/ui/shells.po12
-rw-r--r--source/lt/sw/source/ui/sidebar.po66
-rw-r--r--source/lt/sw/source/ui/utlui.po10
-rw-r--r--source/lt/sw/uiconfig/swriter/ui.po76
-rw-r--r--source/lt/vcl/source/src.po20
-rw-r--r--source/lv/sfx2/uiconfig/ui.po10
-rw-r--r--source/nl/helpcontent2/source/text/swriter/librelogo.po6
-rw-r--r--source/nl/sd/uiconfig/simpress/ui.po6
-rw-r--r--source/nn/chart2/source/controller/dialogs.po6
-rw-r--r--source/nn/cui/source/tabpages.po16
-rw-r--r--source/nn/cui/uiconfig/ui.po12
-rw-r--r--source/nn/editeng/source/items.po22
-rw-r--r--source/nn/helpcontent2/source/text/shared/explorer/database.po400
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/nn/sd/source/core.po8
-rw-r--r--source/nn/sd/source/ui/app.po20
-rw-r--r--source/nn/sd/uiconfig/sdraw/ui.po6
-rw-r--r--source/nn/sd/uiconfig/simpress/ui.po6
-rw-r--r--source/nn/svx/inc.po6
-rw-r--r--source/nn/svx/source/dialog.po12
-rw-r--r--source/nn/svx/source/svdraw.po56
-rw-r--r--source/nn/svx/source/tbxctrls.po14
-rw-r--r--source/nn/svx/source/toolbars.po21
-rw-r--r--source/nn/svx/uiconfig/ui.po8
-rw-r--r--source/oc/scaddins/source/pricing.po5
-rw-r--r--source/oc/sd/uiconfig/sdraw/ui.po40
-rw-r--r--source/oc/svx/source/dialog.po6
-rw-r--r--source/pl/sc/source/ui/src.po20
-rw-r--r--source/pl/sfx2/uiconfig/ui.po8
-rw-r--r--source/pt-BR/chart2/source/controller/dialogs.po8
-rw-r--r--source/pt-BR/fpicker/source/office.po8
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/librelogo.po8
-rw-r--r--source/pt/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/pt/helpcontent2/source/text/shared/guide.po10
-rw-r--r--source/sk/chart2/source/controller/dialogs.po8
-rw-r--r--source/sk/cui/source/options.po6
-rw-r--r--source/sk/cui/uiconfig/ui.po22
-rw-r--r--source/sk/dbaccess/cui/uiconfig/ui.po22
-rw-r--r--source/sk/dbaccess/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office/UI.po90
-rw-r--r--source/sk/reportdesign/source/core/resource.po12
-rw-r--r--source/sk/reportdesign/source/ui/report.po11
-rw-r--r--source/sk/sc/uiconfig/scalc/ui.po6
-rw-r--r--source/sk/sd/source/ui/app.po12
-rw-r--r--source/sk/sd/uiconfig/sdraw/ui.po10
-rw-r--r--source/sk/sd/uiconfig/simpress/ui.po6
-rw-r--r--source/sk/sfx2/source/menu.po8
-rw-r--r--source/sk/starmath/source.po12
-rw-r--r--source/sk/starmath/uiconfig/smath/ui.po6
-rw-r--r--source/sk/svl/source/misc.po8
-rw-r--r--source/sk/svx/inc.po10
-rw-r--r--source/sk/svx/source/dialog.po8
-rw-r--r--source/sk/svx/source/gallery2.po14
-rw-r--r--source/sk/svx/source/svdraw.po10
-rw-r--r--source/sk/svx/uiconfig/ui.po16
-rw-r--r--source/sk/sw/source/ui/docvw.po8
-rw-r--r--source/sk/sw/uiconfig/swriter/ui.po10
-rw-r--r--source/sq/chart2/source/controller/dialogs.po8
-rw-r--r--source/sq/chart2/uiconfig/ui.po161
-rw-r--r--source/sq/connectivity/source/resource.po10
-rw-r--r--source/sq/formula/source/ui/dlg.po21
-rw-r--r--source/sq/officecfg/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--source/sq/reportdesign/source/ui/dlg.po9
-rw-r--r--source/sq/reportdesign/source/ui/report.po13
-rw-r--r--source/sq/sc/source/ui/src.po417
-rw-r--r--source/sq/sd/source/ui/animations.po12
-rw-r--r--source/sq/sd/source/ui/annotations.po13
-rw-r--r--source/sq/setup_native/source/mac.po16
-rw-r--r--source/sq/sfx2/source/menu.po13
-rw-r--r--source/sq/starmath/source.po391
-rw-r--r--source/sq/svx/inc.po13
-rw-r--r--source/sq/svx/source/svdraw.po9
-rw-r--r--source/sq/sw/source/core/undo.po10
-rw-r--r--source/sq/sysui/desktop/share.po49
-rw-r--r--source/sq/vcl/source/src.po10
-rw-r--r--source/sv/helpcontent2/source/text/sbasic/guide.po11
-rw-r--r--source/sv/helpcontent2/source/text/scalc/01.po98
-rw-r--r--source/sv/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--source/sv/helpcontent2/source/text/schart/01.po22
-rw-r--r--source/sv/helpcontent2/source/text/shared/01.po10
-rw-r--r--source/sv/helpcontent2/source/text/shared/guide.po8
-rw-r--r--source/sv/helpcontent2/source/text/shared/optionen.po165
-rw-r--r--source/sv/helpcontent2/source/text/simpress/guide.po10
-rw-r--r--source/sv/helpcontent2/source/text/smath/01.po8
-rw-r--r--source/sv/helpcontent2/source/text/swriter/01.po10
-rw-r--r--source/sv/helpcontent2/source/text/swriter/guide.po54
-rw-r--r--source/sv/helpcontent2/source/text/swriter/librelogo.po38
-rw-r--r--source/sv/sc/source/ui/src.po24
-rw-r--r--source/th/connectivity/registry/mysql/org/openoffice/Office/DataAccess.po14
-rw-r--r--source/th/connectivity/source/resource.po6
-rw-r--r--source/th/cui/source/options.po12
-rw-r--r--source/th/cui/source/tabpages.po20
-rw-r--r--source/th/cui/uiconfig/ui.po101
-rw-r--r--source/th/dbaccess/source/core/resource.po38
-rw-r--r--source/th/dbaccess/source/sdbtools/resource.po13
-rw-r--r--source/th/dbaccess/source/ui/app.po12
-rw-r--r--source/th/dbaccess/source/ui/browser.po8
-rw-r--r--source/th/dbaccess/source/ui/dlg.po50
-rw-r--r--source/th/dbaccess/source/ui/misc.po8
-rw-r--r--source/th/dbaccess/uiconfig/ui.po8
-rw-r--r--source/th/desktop/source/deployment/registry/configuration.po9
-rw-r--r--source/th/editeng/source/items.po13
-rw-r--r--source/th/filter/source/config/fragments/filters.po12
-rw-r--r--source/th/mysqlc/source.po15
-rw-r--r--source/th/mysqlc/source/registry/data/org/openoffice/Office/DataAccess.po13
-rw-r--r--source/th/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po10
-rw-r--r--source/th/nlpsolver/src/locale.po10
-rw-r--r--source/th/officecfg/registry/data/org/openoffice.po10
-rw-r--r--source/th/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/th/padmin/source.po10
-rw-r--r--source/th/sc/uiconfig/scalc/ui.po8
-rw-r--r--source/th/scp2/source/calc.po7
-rw-r--r--source/th/scp2/source/extensions.po10
-rw-r--r--source/th/sfx2/uiconfig/ui.po16
-rw-r--r--source/th/starmath/uiconfig/smath/ui.po7
-rw-r--r--source/th/svx/source/form.po19
-rw-r--r--source/th/svx/source/gallery2.po8
-rw-r--r--source/th/svx/source/svdraw.po10
-rw-r--r--source/th/svx/uiconfig/ui.po6
-rw-r--r--source/th/sw/source/ui/dbui.po12
-rw-r--r--source/th/vcl/source/src.po12
-rw-r--r--source/th/vcl/uiconfig/ui.po11
-rw-r--r--source/th/wizards/source/formwizard.po14
-rw-r--r--source/tr/formula/source/core/resource.po10
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/uk/helpcontent2/source/text/scalc/00.po14
-rw-r--r--source/uk/helpcontent2/source/text/shared/00.po18
-rw-r--r--source/uk/helpcontent2/source/text/shared/02.po16
-rw-r--r--source/uk/helpcontent2/source/text/shared/05.po64
-rw-r--r--source/uk/helpcontent2/source/text/shared/guide.po26
-rw-r--r--source/uk/helpcontent2/source/text/simpress/02.po11
-rw-r--r--source/uk/helpcontent2/source/text/swriter/01.po45
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice/Office/UI.po28
-rw-r--r--source/uk/sw/source/ui/utlui.po24
-rw-r--r--source/uk/sw/uiconfig/swriter/ui.po8
-rw-r--r--source/zh-CN/chart2/source/controller/dialogs.po10
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--source/zh-CN/readlicense_oo/docs.po12
-rw-r--r--source/zh-CN/reportbuilder/java/org/libreoffice/report/function/metadata.po16
-rw-r--r--source/zh-CN/reportdesign/source/core/resource.po18
-rw-r--r--source/zh-CN/reportdesign/source/ui/dlg.po18
-rw-r--r--source/zh-CN/sc/source/ui/dbgui.po14
-rw-r--r--source/zh-CN/sc/source/ui/drawfunc.po16
-rw-r--r--source/zh-CN/sc/uiconfig/scalc/ui.po28
-rw-r--r--source/zh-CN/sd/source/ui/app.po6
-rw-r--r--source/zh-CN/sfx2/uiconfig/ui.po14
-rw-r--r--source/zh-CN/svx/source/dialog.po26
-rw-r--r--source/zh-CN/svx/source/sidebar/text.po22
-rw-r--r--source/zh-CN/svx/uiconfig/ui.po8
-rw-r--r--source/zh-CN/sw/source/core/undo.po6
-rw-r--r--source/zh-CN/sw/uiconfig/swriter/ui.po22
-rw-r--r--source/zh-CN/swext/mediawiki/help.po14
296 files changed, 6091 insertions, 5888 deletions
diff --git a/source/ast/formula/source/core/resource.po b/source/ast/formula/source/core/resource.po
index 8d651d89f9a..c4454748d07 100644
--- a/source/ast/formula/source/core/resource.po
+++ b/source/ast/formula/source/core/resource.po
@@ -3,15 +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: 2014-02-11 16:23+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2013-12-17 14:12+0100\n"
+"PO-Revision-Date: 2014-04-16 03:44+0000\n"
+"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <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"
-"X-Generator: LibreOffice\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
+"X-POOTLE-MTIME: 1397619848.000000\n"
#: core_resource.src
msgctxt ""
@@ -2207,6 +2210,15 @@ msgctxt ""
"SC_OPCODE_WEIBULL\n"
"string.text"
msgid "WEIBULL"
+msgstr "WEIBULL"
+
+#: core_resource.src
+msgctxt ""
+"core_resource.src\n"
+"RID_STRLIST_FUNCTION_NAMES\n"
+"SC_OPCODE_WEIBULL_MS\n"
+"string.text"
+msgid "WEIBULL.DIST"
msgstr "DIST.WEIBULL"
#: core_resource.src
diff --git a/source/ast/svx/source/sidebar/area.po b/source/ast/svx/source/sidebar/area.po
index d1926b5ff2d..1c3a363e55a 100644
--- a/source/ast/svx/source/sidebar/area.po
+++ b/source/ast/svx/source/sidebar/area.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: 2014-01-17 15:06+0100\n"
-"PO-Revision-Date: 2014-01-21 00:04+0000\n"
+"POT-Creation-Date: 2013-11-20 13:02+0100\n"
+"PO-Revision-Date: 2014-04-16 03:51+0000\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\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: Pootle 2.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1390262671.0\n"
+"X-POOTLE-MTIME: 1397620295.000000\n"
#: AreaPropertyPanel.src
msgctxt ""
@@ -41,7 +41,7 @@ msgctxt ""
"FT_TRGR_CENTER_Y\n"
"fixedtext.text"
msgid "Center ~Y:"
-msgstr "Especificar el porcentaxe de desplazamientu horizontal dende'l centru pal estilu de solombra del gradiente. El 50% ye'l centru horizontal."
+msgstr "Centru ~Y:"
#: AreaPropertyPanel.src
msgctxt ""
diff --git a/source/ca/dictionaries/hu_HU/dialog.po b/source/ca/dictionaries/hu_HU/dialog.po
index a38b0e15ad3..8b7b86b3da8 100644
--- a/source/ca/dictionaries/hu_HU/dialog.po
+++ b/source/ca/dictionaries/hu_HU/dialog.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: PACKAGE 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:01+0100\n"
-"PO-Revision-Date: 2014-02-22 22:29+0000\n"
-"Last-Translator: Jordi <jordis@softcatala.cat>\n"
+"PO-Revision-Date: 2014-04-21 19:28+0000\n"
+"Last-Translator: Joan <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: Pootle 2.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1393108177.0\n"
+"X-POOTLE-MTIME: 1398108511.000000\n"
#: hu_HU_en_US.properties
msgctxt ""
@@ -142,7 +142,7 @@ msgctxt ""
"dup3\n"
"property.text"
msgid "Allow previous checkings with affixes"
-msgstr "Permet les comprovacions anteriors amb prefixes"
+msgstr "Permet les comprovacions anteriors amb prefixos"
#: hu_HU_en_US.properties
msgctxt ""
@@ -198,7 +198,7 @@ msgctxt ""
"ligature\n"
"property.text"
msgid "Ligature suggestion"
-msgstr "Sugeriment de lligadura"
+msgstr "Suggeriment de lligadura"
#: hu_HU_en_US.properties
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/shared/00.po b/source/ca/helpcontent2/source/text/shared/00.po
index c4a335f8761..8e6c225db2a 100644
--- a/source/ca/helpcontent2/source/text/shared/00.po
+++ b/source/ca/helpcontent2/source/text/shared/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2013-07-15 18:54+0000\n"
+"PO-Revision-Date: 2014-04-21 19:04+0000\n"
"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
"X-Language: ca\n"
-"X-POOTLE-MTIME: 1373914455.0\n"
+"X-POOTLE-MTIME: 1398107098.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -2139,7 +2139,7 @@ msgctxt ""
"bm_id3151282\n"
"help.text"
msgid "<bookmark_value>kerning; definition</bookmark_value>"
-msgstr "<bookmark_value>interlletrage; definició</bookmark_value>"
+msgstr "<bookmark_value>interlletratge; definició</bookmark_value>"
#: 00000005.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/shared/01.po b/source/ca/helpcontent2/source/text/shared/01.po
index cd2294e9eec..0ab0978973f 100644
--- a/source/ca/helpcontent2/source/text/shared/01.po
+++ b/source/ca/helpcontent2/source/text/shared/01.po
@@ -4,18 +4,18 @@ msgstr ""
"Project-Id-Version: PACKAGE 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: 2014-01-29 21:02+0000\n"
-"Last-Translator: Jordi <jordis@softcatala.cat>\n"
+"PO-Revision-Date: 2014-04-27 18:58+0000\n"
+"Last-Translator: Joan <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: Pootle 2.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
"X-Language: ca\n"
-"X-POOTLE-MTIME: 1391029334.0\n"
+"X-POOTLE-MTIME: 1398625080.000000\n"
#: 01010000.xhp
msgctxt ""
@@ -44690,7 +44690,7 @@ msgctxt ""
"50\n"
"help.text"
msgid "Export button"
-msgstr "Boto d'exportació"
+msgstr "Botó d'exportació"
#: ref_pdf_export.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/shared/02.po b/source/ca/helpcontent2/source/text/shared/02.po
index d744f3499d2..74d05096c89 100644
--- a/source/ca/helpcontent2/source/text/shared/02.po
+++ b/source/ca/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: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2014-01-09 07:48+0000\n"
+"PO-Revision-Date: 2014-04-27 18:56+0000\n"
"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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: Pootle 2.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
"X-Language: ca\n"
-"X-POOTLE-MTIME: 1389253725.0\n"
+"X-POOTLE-MTIME: 1398624995.000000\n"
#: 01110000.xhp
msgctxt ""
@@ -5685,7 +5685,7 @@ msgctxt ""
"42\n"
"help.text"
msgid "{empty} or 0"
-msgstr "{buït} o 0"
+msgstr "{buit} o 0"
#: 01170102.xhp
msgctxt ""
@@ -5766,7 +5766,7 @@ msgctxt ""
"49\n"
"help.text"
msgid "{empty} or 0"
-msgstr "{buït} o 0"
+msgstr "{buit} o 0"
#: 01170102.xhp
msgctxt ""
@@ -17322,7 +17322,7 @@ msgctxt ""
"12\n"
"help.text"
msgid "Clicking in the text extends or crops the current selection."
-msgstr "Si feu clic al text s'amplia o es redueix la selecció actual."
+msgstr "Si feu clic al text, s'amplia o es redueix la selecció actual."
#: 20050000.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/shared/guide.po b/source/ca/helpcontent2/source/text/shared/guide.po
index af34f036c0b..a5c474f9e92 100644
--- a/source/ca/helpcontent2/source/text/shared/guide.po
+++ b/source/ca/helpcontent2/source/text/shared/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2013-05-24 18:45+0000\n"
+"PO-Revision-Date: 2014-04-27 19:00+0000\n"
"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
"X-Language: ca\n"
-"X-POOTLE-MTIME: 1369421107.0\n"
+"X-POOTLE-MTIME: 1398625254.000000\n"
#: aaa_start.xhp
msgctxt ""
@@ -3209,7 +3209,7 @@ msgctxt ""
"par_idN10784\n"
"help.text"
msgid "When finished, close the dialog with <emph>OK</emph>."
-msgstr "Quan hagueu acabat, tanqueu el diàleg amb <emph>D'acord</emph>."
+msgstr "Quan hàgiu acabat, tanqueu el diàleg amb <emph>D'acord</emph>."
#: data_addressbook.xhp
msgctxt ""
@@ -5454,7 +5454,7 @@ msgctxt ""
"par_id0821200912504133\n"
"help.text"
msgid "The signature is OK, but the certificates could not be validated."
-msgstr "La signatura és correcta, pero no s'han pogut validar els certificats."
+msgstr "La signatura és correcta, però no s'han pogut validar els certificats."
#: digital_signatures.xhp
msgctxt ""
@@ -14239,7 +14239,7 @@ msgctxt ""
"par_idN10AC9\n"
"help.text"
msgid "Weak XOR encryption"
-msgstr "Encriptatge XOR feble"
+msgstr "Xifratge XOR feble"
#: ms_import_export_limitations.xhp
msgctxt ""
@@ -14255,7 +14255,7 @@ msgctxt ""
"par_idN10AD6\n"
"help.text"
msgid "Office 97/2000 compatible encryption"
-msgstr "Encriptatge compatible amb l'Office 97/2000"
+msgstr "Xifratge compatible amb l'Office 97/2000"
#: ms_import_export_limitations.xhp
msgctxt ""
@@ -14271,7 +14271,7 @@ msgctxt ""
"par_idN10AE3\n"
"help.text"
msgid "Weak XOR encryption from older Word versions"
-msgstr "Encriptatge XOR feble de versions anteriors del Word"
+msgstr "Xifratge XOR feble de versions anteriors del Word"
#: ms_import_export_limitations.xhp
msgctxt ""
@@ -14287,7 +14287,7 @@ msgctxt ""
"par_idN10AF0\n"
"help.text"
msgid "Weak XOR encryption"
-msgstr "Encriptatge XOR feble"
+msgstr "Xifratge XOR feble"
#: ms_import_export_limitations.xhp
msgctxt ""
@@ -14303,7 +14303,7 @@ msgctxt ""
"par_idN10AFD\n"
"help.text"
msgid "Office 97/2000 compatible encryption"
-msgstr "Encriptatge compatible amb l'Office 97/2000"
+msgstr "Xifratge compatible amb l'Office 97/2000"
#: ms_import_export_limitations.xhp
msgctxt ""
@@ -14319,7 +14319,7 @@ msgctxt ""
"par_idN10B0A\n"
"help.text"
msgid "Weak XOR encryption from older Excel versions"
-msgstr "Encriptatge XOR feble de versions anteriors de l'Excel"
+msgstr "Xifratge XOR feble de versions anteriors de l'Excel"
#: ms_import_export_limitations.xhp
msgctxt ""
@@ -15807,7 +15807,7 @@ msgctxt ""
"bm_id3150620\n"
"help.text"
msgid "<bookmark_value>protecting; contents</bookmark_value> <bookmark_value>protected contents</bookmark_value> <bookmark_value>contents protection</bookmark_value> <bookmark_value>encryption of contents</bookmark_value> <bookmark_value>passwords for protecting contents</bookmark_value> <bookmark_value>security;protecting contents</bookmark_value> <bookmark_value>form controls; protecting</bookmark_value> <bookmark_value>draw objects;protecting</bookmark_value> <bookmark_value>OLE objects;protecting</bookmark_value> <bookmark_value>graphics;protecting</bookmark_value> <bookmark_value>frames;protecting</bookmark_value>"
-msgstr "<bookmark_value>protecció; continguts</bookmark_value><bookmark_value>continguts protegits</bookmark_value><bookmark_value>protecció de continguts</bookmark_value><bookmark_value>encriptatge de continguts</bookmark_value><bookmark_value>contrasenyes per a la protecció de continguts</bookmark_value><bookmark_value>seguretat;protecció de continguts</bookmark_value><bookmark_value>controls de formulari; protecció</bookmark_value><bookmark_value>objectes de dibuix;protecció</bookmark_value><bookmark_value>objectes OLE;protecció</bookmark_value><bookmark_value>gràfics;protecció</bookmark_value><bookmark_value>marcs;protecció</bookmark_value>"
+msgstr "<bookmark_value>protecció; continguts</bookmark_value><bookmark_value>continguts protegits</bookmark_value><bookmark_value>protecció de continguts</bookmark_value><bookmark_value>xifratge de continguts</bookmark_value><bookmark_value>contrasenyes per a la protecció de continguts</bookmark_value><bookmark_value>seguretat;protecció de continguts</bookmark_value><bookmark_value>controls de formulari; protecció</bookmark_value><bookmark_value>objectes de dibuix;protecció</bookmark_value><bookmark_value>objectes OLE;protecció</bookmark_value><bookmark_value>gràfics;protecció</bookmark_value><bookmark_value>marcs;protecció</bookmark_value>"
#: protection.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/smath/01.po b/source/ca/helpcontent2/source/text/smath/01.po
index 708e677ec0a..1015c6ff4b4 100644
--- a/source/ca/helpcontent2/source/text/smath/01.po
+++ b/source/ca/helpcontent2/source/text/smath/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: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2013-05-26 20:56+0000\n"
+"PO-Revision-Date: 2014-04-21 18:53+0000\n"
"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
"X-Language: ca\n"
-"X-POOTLE-MTIME: 1369601765.0\n"
+"X-POOTLE-MTIME: 1398106410.000000\n"
#: 02080000.xhp
msgctxt ""
@@ -1773,7 +1773,7 @@ msgctxt ""
"104\n"
"help.text"
msgid "succeeds or equivalent"
-msgstr "succedeix o és equivalent"
+msgstr "succeeix o és equivalent"
#: 03090200.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/swriter/librelogo.po b/source/ca/helpcontent2/source/text/swriter/librelogo.po
index 0ece2e0f02b..15d9e9b5419 100644
--- a/source/ca/helpcontent2/source/text/swriter/librelogo.po
+++ b/source/ca/helpcontent2/source/text/swriter/librelogo.po
@@ -4,18 +4,18 @@ msgstr ""
"Project-Id-Version: PACKAGE 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: 2013-07-10 12:42+0000\n"
-"Last-Translator: Jordi <jordis@softcatala.cat>\n"
+"PO-Revision-Date: 2014-04-21 19:17+0000\n"
+"Last-Translator: Joan <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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
"X-Language: ca\n"
-"X-POOTLE-MTIME: 1373460175.0\n"
+"X-POOTLE-MTIME: 1398107849.000000\n"
#: LibreLogo.xhp
msgctxt ""
@@ -711,7 +711,7 @@ msgctxt ""
"par_1040\n"
"help.text"
msgid "SHOWTURTLE ; show turtle<br/>"
-msgstr "MOSTRA.TORTUGA ; motra la tortuga<br/>"
+msgstr "MOSTRA.TORTUGA ; mostra la tortuga<br/>"
#: LibreLogo.xhp
msgctxt ""
diff --git a/source/ca/nlpsolver/src/locale.po b/source/ca/nlpsolver/src/locale.po
index 7c0a8b0528e..be3c0831ea7 100644
--- a/source/ca/nlpsolver/src/locale.po
+++ b/source/ca/nlpsolver/src/locale.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: PACKAGE 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: 2014-02-22 22:58+0000\n"
-"Last-Translator: Jordi <jordis@softcatala.cat>\n"
+"PO-Revision-Date: 2014-04-27 18:59+0000\n"
+"Last-Translator: Joan <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: Pootle 2.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1393109925.0\n"
+"X-POOTLE-MTIME: 1398625185.000000\n"
#: NLPSolverCommon_en_US.properties
msgctxt ""
@@ -238,7 +238,7 @@ msgctxt ""
"NLPSolverStatusDialog.Message.StopStagnation\n"
"property.text"
msgid "Process stopped due to stagnation."
-msgstr "S'ha aturat el procés degut a l'estancament."
+msgstr "S'ha aturat el procés a causa de l'estancament."
#: NLPSolverStatusDialog_en_US.properties
msgctxt ""
diff --git a/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po b/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po
index 49d0df21ea3..17aa9127edc 100644
--- a/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/ca/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-12-17 14:14+0100\n"
-"PO-Revision-Date: 2014-04-07 08:10+0000\n"
+"PO-Revision-Date: 2014-04-27 19:20+0000\n"
"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1396858215.000000\n"
+"X-POOTLE-MTIME: 1398626444.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -18034,7 +18034,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Fill Transparency"
-msgstr "Transparència de emplenament"
+msgstr "Transparència d'emplenament"
#: GenericCommands.xcu
msgctxt ""
diff --git a/source/ca/sc/source/ui/StatisticsDialogs.po b/source/ca/sc/source/ui/StatisticsDialogs.po
index b0c6c0133e1..115b9c552c8 100644
--- a/source/ca/sc/source/ui/StatisticsDialogs.po
+++ b/source/ca/sc/source/ui/StatisticsDialogs.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: PACKAGE 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-01-03 16:24+0100\n"
-"PO-Revision-Date: 2014-02-22 22:37+0000\n"
-"Last-Translator: Jordi <jordis@softcatala.cat>\n"
+"PO-Revision-Date: 2014-04-27 18:40+0000\n"
+"Last-Translator: Joan <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: Pootle 2.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1393108637.0\n"
+"X-POOTLE-MTIME: 1398624013.000000\n"
#: StatisticsDialogs.src
msgctxt ""
@@ -230,7 +230,7 @@ msgctxt ""
"STRID_CALC_MEDIAN\n"
"string.text"
msgid "Median"
-msgstr "Mitjana"
+msgstr "Mediana"
#: StatisticsDialogs.src
msgctxt ""
diff --git a/source/ca/sc/source/ui/src.po b/source/ca/sc/source/ui/src.po
index 421e21a0a25..8e07a231d04 100644
--- a/source/ca/sc/source/ui/src.po
+++ b/source/ca/sc/source/ui/src.po
@@ -4,7 +4,7 @@ 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: 2014-01-06 15:02+0100\n"
-"PO-Revision-Date: 2014-04-10 13:18+0000\n"
+"PO-Revision-Date: 2014-04-27 19:15+0000\n"
"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1397135892.000000\n"
+"X-POOTLE-MTIME: 1398626138.000000\n"
#: autofmt.src
msgctxt ""
@@ -4852,7 +4852,7 @@ msgctxt ""
"STR_ERR_LINKOVERLAP\n"
"string.text"
msgid "Source and destination must not overlap."
-msgstr "Cal que la font i la destinació no es superposen."
+msgstr "Cal que la font i la destinació no se superposin."
#: globstr.src
msgctxt ""
@@ -13438,7 +13438,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Calculates the exponent for basis e."
-msgstr "Calcula la potència d'e."
+msgstr "Calcula la potència en base e."
#: scfuncs.src
msgctxt ""
@@ -19747,7 +19747,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the intercept of the linear regression line and the Y axis."
-msgstr "Retorna la intersecció entre la l?nia de regressió lineal i l'eix Y."
+msgstr "Retorna la intersecció entre la línia de regressió lineal i l'eix Y."
#: scfuncs.src
msgctxt ""
@@ -19792,7 +19792,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the slope of the linear regression line."
-msgstr "Retorna la pendent de la l?nia de regressió lineal."
+msgstr "Retorna el pendent de la línia de regressió lineal."
#: scfuncs.src
msgctxt ""
diff --git a/source/ca/scp2/source/accessories.po b/source/ca/scp2/source/accessories.po
index 11fe0a1161d..6e8fc183519 100644
--- a/source/ca/scp2/source/accessories.po
+++ b/source/ca/scp2/source/accessories.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-12-01 17:38+0100\n"
-"PO-Revision-Date: 2013-12-04 17:30+0000\n"
+"POT-Creation-Date: 2013-11-20 13:01+0100\n"
+"PO-Revision-Date: 2014-04-21 19:13+0000\n"
"Last-Translator: Joan <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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1386178255.0\n"
+"X-POOTLE-MTIME: 1398107607.000000\n"
#: module_accessories.ulf
msgctxt ""
@@ -542,7 +542,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_PA_IN\n"
"LngText.text"
msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al punjabi del %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instal·la els fitxers per al panjabi del %PRODUCTNAME %PRODUCTVERSION"
#: module_samples_accessories.ulf
msgctxt ""
@@ -806,7 +806,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_BN_BD\n"
"LngText.text"
msgid "Bengali (Bangladesh)"
-msgstr "bengalí (Bangladesh)"
+msgstr "bengalí (Bangla Desh)"
#: module_samples_accessories.ulf
msgctxt ""
@@ -814,7 +814,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_BN_BD\n"
"LngText.text"
msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al bengalí (Bangladesh) del %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instal·la els fitxers per al bengalí (Bangla Desh) del %PRODUCTNAME %PRODUCTVERSION"
#: module_samples_accessories.ulf
msgctxt ""
@@ -1398,7 +1398,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_RW\n"
"LngText.text"
msgid "Kinyarwanda"
-msgstr "kinyarwanda"
+msgstr "ruandès"
#: module_samples_accessories.ulf
msgctxt ""
@@ -1406,7 +1406,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_RW\n"
"LngText.text"
msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al kinyarwanda del %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instal·la els fitxers per al ruandès del %PRODUCTNAME %PRODUCTVERSION"
#: module_samples_accessories.ulf
msgctxt ""
@@ -2318,7 +2318,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_PA_IN\n"
"LngText.text"
msgid "Installs Punjabi support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al punjabi del %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instal·la els fitxers per al panjabi del %PRODUCTNAME %PRODUCTVERSION"
#: module_templates_accessories.ulf
msgctxt ""
@@ -2582,7 +2582,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_BN_BD\n"
"LngText.text"
msgid "Bengali (Bangladesh)"
-msgstr "bengalí (Bangladesh)"
+msgstr "bengalí (Bangla Desh)"
#: module_templates_accessories.ulf
msgctxt ""
@@ -2590,7 +2590,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_BN_BD\n"
"LngText.text"
msgid "Installs Bengali (Bangladesh) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al bengalí (Bangladesh) del %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instal·la els fitxers per al bengalí (Bangla Desh) del %PRODUCTNAME %PRODUCTVERSION"
#: module_templates_accessories.ulf
msgctxt ""
@@ -3174,7 +3174,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_RW\n"
"LngText.text"
msgid "Kinyarwanda"
-msgstr "kinyarwanda"
+msgstr "ruandès"
#: module_templates_accessories.ulf
msgctxt ""
@@ -3182,7 +3182,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_RW\n"
"LngText.text"
msgid "Installs Kinyarwanda support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la els fitxers per al kinyarwanda del %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instal·la els fitxers per al ruandès del %PRODUCTNAME %PRODUCTVERSION"
#: module_templates_accessories.ulf
msgctxt ""
diff --git a/source/ca/scp2/source/ooo.po b/source/ca/scp2/source/ooo.po
index f1b04c880de..9707a42b875 100644
--- a/source/ca/scp2/source/ooo.po
+++ b/source/ca/scp2/source/ooo.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: 2014-01-17 15:06+0100\n"
-"PO-Revision-Date: 2014-01-20 20:01+0000\n"
+"POT-Creation-Date: 2013-12-17 14:13+0100\n"
+"PO-Revision-Date: 2014-04-22 19:35+0000\n"
"Last-Translator: Joan <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: Pootle 2.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1390248098.0\n"
+"X-POOTLE-MTIME: 1398195302.000000\n"
#: folderitem_ooo.ulf
msgctxt ""
@@ -654,7 +654,7 @@ msgctxt ""
"STR_NAME_MODULE_HELPPACK_BN\n"
"LngText.text"
msgid "Bengali (Bangladesh)"
-msgstr "bengalí (Bangladesh)"
+msgstr "bengalí (Bangla Desh)"
#: module_helppack.ulf
msgctxt ""
@@ -662,7 +662,7 @@ msgctxt ""
"STR_DESC_MODULE_HELPPACK_BN\n"
"LngText.text"
msgid "Installs Bengali (Bangladesh) help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la l'ajuda en bengalí (Bangladesh) al %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instal·la l'ajuda en bengalí (Bangla Desh) al %PRODUCTNAME %PRODUCTVERSION"
#: module_helppack.ulf
msgctxt ""
@@ -1150,7 +1150,7 @@ msgctxt ""
"STR_NAME_MODULE_HELPPACK_RW\n"
"LngText.text"
msgid "Kinyarwanda"
-msgstr "kinyarwanda"
+msgstr "ruandès"
#: module_helppack.ulf
msgctxt ""
@@ -1158,7 +1158,7 @@ msgctxt ""
"STR_DESC_MODULE_HELPPACK_RW\n"
"LngText.text"
msgid "Installs Kinyarwanda help in %PRODUCTNAME %PRODUCTVERSION"
-msgstr "Instal·la l'ajuda en kinyarwanda al %PRODUCTNAME %PRODUCTVERSION"
+msgstr "Instal·la l'ajuda en ruandès al %PRODUCTNAME %PRODUCTVERSION"
#: module_helppack.ulf
msgctxt ""
@@ -1758,7 +1758,7 @@ msgctxt ""
"STR_NAME_MODULE_HELPPACK_TE\n"
"LngText.text"
msgid "Telugu"
-msgstr "tigrinya"
+msgstr "telugu"
#: module_helppack.ulf
msgctxt ""
@@ -2430,7 +2430,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_BN\n"
"LngText.text"
msgid "Bengali (Bangladesh)"
-msgstr "bengalí (Bangladesh)"
+msgstr "bengalí (Bangla Desh)"
#: module_langpack.ulf
msgctxt ""
@@ -2438,7 +2438,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_BN\n"
"LngText.text"
msgid "Installs the Bengali (Bangladesh) user interface"
-msgstr "Instal·la la interfície d'usuari en bengalí (Bangladesh)"
+msgstr "Instal·la la interfície d'usuari en bengalí (Bangla Desh)"
#: module_langpack.ulf
msgctxt ""
@@ -2926,7 +2926,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_RW\n"
"LngText.text"
msgid "Kinyarwanda"
-msgstr "kinyarwanda"
+msgstr "ruandès"
#: module_langpack.ulf
msgctxt ""
@@ -2934,7 +2934,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_RW\n"
"LngText.text"
msgid "Installs the Kinyarwanda user interface"
-msgstr "Instal·la la interfície d'usuari en kinyarwanda"
+msgstr "Instal·la la interfície d'usuari en ruandès"
#: module_langpack.ulf
msgctxt ""
@@ -3174,7 +3174,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_EN_ZA\n"
"LngText.text"
msgid "Installs the English (South Africa) user interface"
-msgstr "Instal·la la interfície d'usuari en anglès (sud-àfrica)"
+msgstr "Instal·la la interfície d'usuari en anglès (Sud-àfrica)"
#: module_langpack.ulf
msgctxt ""
diff --git a/source/ca/sd/uiconfig/simpress/ui.po b/source/ca/sd/uiconfig/simpress/ui.po
index 59f16da7fd3..f70570fc866 100644
--- a/source/ca/sd/uiconfig/simpress/ui.po
+++ b/source/ca/sd/uiconfig/simpress/ui.po
@@ -1,19 +1,20 @@
+#. extracted from sd/uiconfig/simpress/ui
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: 2014-01-17 15:06+0100\n"
-"PO-Revision-Date: 2014-01-29 23:32+0100\n"
-"Last-Translator: Jordi Serratosa <jordis@softcatala.cat>\n"
+"POT-Creation-Date: 2014-01-17 05:49+0100\n"
+"PO-Revision-Date: 2014-04-21 19:23+0000\n"
+"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\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: Poedit 1.6.3\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1389342880.0\n"
+"X-POOTLE-MTIME: 1398108199.000000\n"
#: customanimationcreatedialog.ui
msgctxt ""
@@ -1912,7 +1913,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Snap Lines when moving"
-msgstr "Linie_s de captura en moure"
+msgstr "Línie_s de captura en moure"
#: sdviewpage.ui
msgctxt ""
diff --git a/source/ca/svtools/source/control.po b/source/ca/svtools/source/control.po
index f0b8fcd682d..2b116b441ce 100644
--- a/source/ca/svtools/source/control.po
+++ b/source/ca/svtools/source/control.po
@@ -2,9 +2,9 @@
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-03-19 13:22+0200\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:01+0100\n"
+"PO-Revision-Date: 2014-04-27 18:37+0000\n"
"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
@@ -12,8 +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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
+"X-POOTLE-MTIME: 1398623855.000000\n"
#: calendar.src
msgctxt ""
@@ -77,7 +78,7 @@ msgctxt ""
"STR_SVT_COLLATE_CHARSET\n"
"string.text"
msgid "Character set"
-msgstr "Conjunt de caràcters"
+msgstr "Joc de caràcters"
#: ctrlbox.src
msgctxt ""
diff --git a/source/ca/svtools/source/misc.po b/source/ca/svtools/source/misc.po
index bf0eebb9ffb..41f4f7caffb 100644
--- a/source/ca/svtools/source/misc.po
+++ b/source/ca/svtools/source/misc.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: 2014-01-17 15:06+0100\n"
-"PO-Revision-Date: 2014-01-08 14:35+0000\n"
+"POT-Creation-Date: 2014-01-03 16:24+0100\n"
+"PO-Revision-Date: 2014-04-21 19:14+0000\n"
"Last-Translator: Joan <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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1389191755.0\n"
+"X-POOTLE-MTIME: 1398107656.000000\n"
#: imagemgr.src
msgctxt ""
@@ -1572,7 +1572,7 @@ msgctxt ""
"LANGUAGE_PUNJABI\n"
"pairedlist.text"
msgid "Punjabi"
-msgstr "punjabi"
+msgstr "panjabi"
#: langtab.src
msgctxt ""
@@ -2049,7 +2049,7 @@ msgctxt ""
"LANGUAGE_USER_KINYARWANDA\n"
"pairedlist.text"
msgid "Kinyarwanda (Rwanda)"
-msgstr "kinyaruanda (Ruanda)"
+msgstr "ruandès (Ruanda)"
#: langtab.src
msgctxt ""
diff --git a/source/ca/svx/source/dialog.po b/source/ca/svx/source/dialog.po
index 41d2e5ce1fe..9153a435258 100644
--- a/source/ca/svx/source/dialog.po
+++ b/source/ca/svx/source/dialog.po
@@ -1,19 +1,20 @@
+#. extracted from svx/source/dialog
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: 2014-01-17 15:06+0100\n"
-"PO-Revision-Date: 2014-01-30 00:02+0100\n"
-"Last-Translator: Jordi Serratosa <jordis@softcatala.cat>\n"
+"POT-Creation-Date: 2013-11-20 13:02+0100\n"
+"PO-Revision-Date: 2014-04-27 19:06+0000\n"
+"Last-Translator: Joan <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: Poedit 1.6.3\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1390683641.0\n"
+"X-POOTLE-MTIME: 1398625583.000000\n"
#: bmpmask.src
msgctxt ""
@@ -6496,7 +6497,7 @@ msgctxt ""
"RID_SUBSETSTR_CYRILLIC_EXTENDED_A\n"
"string.text"
msgid "Cyrillic Extended-A"
-msgstr "Ciríŀlic ampliat-A"
+msgstr "Ciríl·lic ampliat-A"
#: ucsubset.src
msgctxt ""
@@ -6514,7 +6515,7 @@ msgctxt ""
"RID_SUBSETSTR_CYRILLIC_EXTENDED_B\n"
"string.text"
msgid "Cyrillic Extended-B"
-msgstr "Ciríŀlic ampliat-B"
+msgstr "Ciríl·lic ampliat-B"
#: ucsubset.src
msgctxt ""
diff --git a/source/ca/svx/source/src.po b/source/ca/svx/source/src.po
index 8373ee63edb..74b19c2b95f 100644
--- a/source/ca/svx/source/src.po
+++ b/source/ca/svx/source/src.po
@@ -2,19 +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-12-02 23:48+0000\n"
-"Last-Translator: Jordi <jordis@softcatala.cat>\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: 2014-04-27 19:11+0000\n"
+"Last-Translator: Joan <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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1354492102.0\n"
+"X-POOTLE-MTIME: 1398625890.000000\n"
#: app.src
msgctxt ""
@@ -597,7 +597,7 @@ msgctxt ""
"ERRCODE_IO_RECURSIVE\n"
"string.text"
msgid "An object cannot be copied into itself."
-msgstr "No es pot copiar un objecte dins de sí mateix."
+msgstr "No es pot copiar un objecte dins de si mateix."
#: errtxt.src
msgctxt ""
@@ -1151,7 +1151,7 @@ msgctxt ""
"ERRCODE_IO_BADCRC\n"
"string.text"
msgid "Wrong check amount."
-msgstr "La suma de comprobació és incorrecta."
+msgstr "La suma de comprovació és incorrecta."
#: errtxt.src
msgctxt ""
diff --git a/source/ca/svx/source/stbctrls.po b/source/ca/svx/source/stbctrls.po
index 0f76abcba37..7a4873ffdf1 100644
--- a/source/ca/svx/source/stbctrls.po
+++ b/source/ca/svx/source/stbctrls.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: PACKAGE 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: 2014-02-22 22:12+0000\n"
-"Last-Translator: Jordi <jordis@softcatala.cat>\n"
+"PO-Revision-Date: 2014-04-27 19:16+0000\n"
+"Last-Translator: Joan <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: Pootle 2.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1393107145.0\n"
+"X-POOTLE-MTIME: 1398626209.000000\n"
#: stbctrls.src
msgctxt ""
@@ -30,7 +30,7 @@ msgctxt ""
"RID_SVXSTR_OVERWRITE_HELPTEXT\n"
"string.text"
msgid "Overwrite mode, text will be overwritten when typing."
-msgstr "Mode de sobreescriptura, el text es sobreescriu quan teclejeu."
+msgstr "Mode de sobreescriptura, el text se sobreescriu quan teclegeu."
#. To be shown in the status bar when in overwrite mode, please try to make it not longer than the word 'Overwrite'.
#: stbctrls.src
diff --git a/source/ca/sw/uiconfig/swriter/ui.po b/source/ca/sw/uiconfig/swriter/ui.po
index 40e1ad0c53d..6970f27dbde 100644
--- a/source/ca/sw/uiconfig/swriter/ui.po
+++ b/source/ca/sw/uiconfig/swriter/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: 2014-02-13 17:13+0100\n"
-"PO-Revision-Date: 2014-04-10 13:26+0000\n"
+"PO-Revision-Date: 2014-04-27 18:48+0000\n"
"Last-Translator: Joan <joan@montane.cat>\n"
"Language-Team: none\n"
"Language: ca\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1397136371.000000\n"
+"X-POOTLE-MTIME: 1398624527.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -10669,7 +10669,7 @@ msgctxt ""
"title\n"
"string.text"
msgid "Select Address List"
-msgstr "Selecciona un llista d'adreces"
+msgstr "Selecciona una llista d'adreces"
#: selectaddressdialog.ui
msgctxt ""
diff --git a/source/ca/uui/source.po b/source/ca/uui/source.po
index c22790cbf16..f72c1d1d5a5 100644
--- a/source/ca/uui/source.po
+++ b/source/ca/uui/source.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: 2014-01-17 15:06+0100\n"
-"PO-Revision-Date: 2013-06-12 18:59+0000\n"
+"POT-Creation-Date: 2013-11-20 13:02+0100\n"
+"PO-Revision-Date: 2014-04-27 19:12+0000\n"
"Last-Translator: Joan <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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1371063583.0\n"
+"X-POOTLE-MTIME: 1398625966.000000\n"
#: alreadyopen.src
msgctxt ""
@@ -462,7 +462,7 @@ msgctxt ""
"(ERRCODE_UUI_IO_RECURSIVE & ERRCODE_RES_MASK)\n"
"string.text"
msgid "$(ARG1) cannot be copied into itself."
-msgstr "$(ARG1) no es pot copiar dins de sí mateix."
+msgstr "$(ARG1) no es pot copiar dins de si mateix."
#: ids.src
msgctxt ""
diff --git a/source/ca/wizards/source/formwizard.po b/source/ca/wizards/source/formwizard.po
index 9dee8e17c53..41a3716e46b 100644
--- a/source/ca/wizards/source/formwizard.po
+++ b/source/ca/wizards/source/formwizard.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: 2014-01-17 15:06+0100\n"
-"PO-Revision-Date: 2013-05-24 18:51+0000\n"
+"POT-Creation-Date: 2013-11-20 13:02+0100\n"
+"PO-Revision-Date: 2014-04-21 19:20+0000\n"
"Last-Translator: Joan <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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1369421490.0\n"
+"X-POOTLE-MTIME: 1398108023.000000\n"
#: dbwizres.src
msgctxt ""
@@ -2253,7 +2253,7 @@ msgctxt ""
"RID_DB_REPORT_WIZARD_START + 102\n"
"string.text"
msgid "Outline - Compact"
-msgstr "Contorn - Compcte"
+msgstr "Contorn - Compacte"
#: dbwizres.src
msgctxt ""
@@ -2317,7 +2317,7 @@ msgctxt ""
"RID_DB_REPORT_WIZARD_START + 110\n"
"string.text"
msgid "Outline, indented - Highlighted"
-msgstr "Contorn, sagnt - Ressaltat"
+msgstr "Contorn, sagnat - Ressaltat"
#: dbwizres.src
msgctxt ""
diff --git a/source/ca/wizards/source/template.po b/source/ca/wizards/source/template.po
index 1f496e3f3ea..5f19ef19831 100644
--- a/source/ca/wizards/source/template.po
+++ b/source/ca/wizards/source/template.po
@@ -2,9 +2,9 @@
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-12-06 14:00+0000\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: 2014-04-27 18:51+0000\n"
"Last-Translator: Joan <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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1354802440.0\n"
+"X-POOTLE-MTIME: 1398624715.000000\n"
#: template.src
msgctxt ""
@@ -206,7 +206,7 @@ msgctxt ""
"STYLENAME + 17\n"
"string.text"
msgid "Pumpkin"
-msgstr "Carbassa"
+msgstr "Carabassa"
#: template.src
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/scalc.po b/source/cs/helpcontent2/source/text/scalc.po
index 36b6c7a0e45..05e87900122 100644
--- a/source/cs/helpcontent2/source/text/scalc.po
+++ b/source/cs/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: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2014-03-16 13:31+0000\n"
+"PO-Revision-Date: 2014-04-28 18:56+0000\n"
"Last-Translator: Stanislav <stanislav.horacek@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1394976699.000000\n"
+"X-POOTLE-MTIME: 1398711372.000000\n"
#: main0000.xhp
msgctxt ""
@@ -1582,7 +1582,7 @@ msgctxt ""
"10\n"
"help.text"
msgid "With a few mouse-clicks, you can reorganize your spreadsheet to show or hide certain data ranges, or to format ranges according to special conditions, or to quickly calculate subtotals and totals."
-msgstr "Pomocí několika klepnutí je možné přeuspořádat sešit tak, aby zobrazoval nebo skryl určité oblasti dat, naformátovat rozsahy podle zvláštních podmínek nebo rychle vypočítat mezisoučty a součty."
+msgstr "Pomocí několika klepnutí je možné přeuspořádat sešit tak, aby zobrazoval nebo skrýval určité oblasti dat, naformátovat rozsahy podle zvláštních podmínek nebo rychle vypočítat mezisoučty a součty."
#: main0503.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/scalc/01.po b/source/cs/helpcontent2/source/text/scalc/01.po
index 7841d22dd3f..244fca345c8 100644
--- a/source/cs/helpcontent2/source/text/scalc/01.po
+++ b/source/cs/helpcontent2/source/text/scalc/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-12-17 14:15+0100\n"
-"PO-Revision-Date: 2014-03-28 19:16+0000\n"
+"PO-Revision-Date: 2014-04-28 18:25+0000\n"
"Last-Translator: Stanislav <stanislav.horacek@gmail.com>\n"
"Language-Team: NONE\n"
"Language: cs\n"
@@ -15,7 +15,7 @@ msgstr ""
"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
"X-Project-Style: openoffice\n"
-"X-POOTLE-MTIME: 1396034174.000000\n"
+"X-POOTLE-MTIME: 1398709541.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -9393,7 +9393,7 @@ msgctxt ""
"par_id3541062\n"
"help.text"
msgid "If an error occurs, the function returns FALSE."
-msgstr "Pokud dojde k chybě, funkce vrací NEPRAVDA."
+msgstr "Pokud dojde k chybě, funkce vrátí NEPRAVDA."
#: 04060104.xhp
msgctxt ""
diff --git a/source/cs/sc/source/ui/src.po b/source/cs/sc/source/ui/src.po
index d780e735ea1..9dc2d11cdc9 100644
--- a/source/cs/sc/source/ui/src.po
+++ b/source/cs/sc/source/ui/src.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: 2014-01-06 15:02+0100\n"
-"PO-Revision-Date: 2014-03-28 18:12+0000\n"
+"PO-Revision-Date: 2014-04-18 10:49+0000\n"
"Last-Translator: Stanislav <stanislav.horacek@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1396030326.000000\n"
+"X-POOTLE-MTIME: 1397818144.000000\n"
#: autofmt.src
msgctxt ""
@@ -22126,7 +22126,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the last character or characters of a text."
-msgstr "Vrátí první znak nebo znaky řetězce."
+msgstr "Vrátí poslední znak nebo znaky řetězce."
#: scfuncs.src
msgctxt ""
diff --git a/source/de/sw/uiconfig/swriter/ui.po b/source/de/sw/uiconfig/swriter/ui.po
index b5d59eda666..58edc8a1e6b 100644
--- a/source/de/sw/uiconfig/swriter/ui.po
+++ b/source/de/sw/uiconfig/swriter/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: 2014-02-13 17:13+0100\n"
-"PO-Revision-Date: 2014-01-19 18:27+0000\n"
+"PO-Revision-Date: 2014-04-21 19:39+0000\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: none\n"
"Language: de\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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1390156031.0\n"
+"X-POOTLE-MTIME: 1398109164.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -11452,7 +11452,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Remaining space "
-msgstr "Verfügbarer Speicherplatz "
+msgstr "Noch _verfügbarer Platz"
#: tablecolumnpage.ui
msgctxt ""
diff --git a/source/es/basctl/source/basicide.po b/source/es/basctl/source/basicide.po
index 2350abc7357..528c54d981c 100644
--- a/source/es/basctl/source/basicide.po
+++ b/source/es/basctl/source/basicide.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: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: 2013-11-10 01:11+0000\n"
+"PO-Revision-Date: 2014-04-29 15:34+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1384045907.0\n"
+"X-POOTLE-MTIME: 1398785647.000000\n"
#: basicprint.src
msgctxt ""
@@ -92,7 +92,7 @@ msgid ""
"The source text is too large and can be neither compiled nor saved.\n"
"Delete some of the comments or transfer some methods into another module."
msgstr ""
-"El texto fuente es demasiado grande por lo que no se puede guardar ni compilar.\n"
+"El texto original es demasiado grande y no se puede guardar ni compilar.\n"
"Elimine algunos comentarios o transfiera algunos métodos a otro módulo."
#: basidesh.src
@@ -307,7 +307,7 @@ msgctxt ""
"RID_STR_GENERATESOURCE\n"
"string.text"
msgid "Generating source"
-msgstr "Creando un texto fuente"
+msgstr "Generando el código fuente"
#: basidesh.src
msgctxt ""
diff --git a/source/es/chart2/source/controller/dialogs.po b/source/es/chart2/source/controller/dialogs.po
index b2a80ac6d51..6386ecd17d2 100644
--- a/source/es/chart2/source/controller/dialogs.po
+++ b/source/es/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: 2013-12-17 14:12+0100\n"
-"PO-Revision-Date: 2014-03-14 02:27+0000\n"
+"PO-Revision-Date: 2014-04-26 02:35+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1394764058.000000\n"
+"X-POOTLE-MTIME: 1398479749.000000\n"
#: Strings.src
msgctxt ""
@@ -118,7 +118,7 @@ msgctxt ""
"STR_PAGE_FONT\n"
"string.text"
msgid "Font"
-msgstr "Fuente"
+msgstr "Tipo de letra"
#: Strings.src
msgctxt ""
@@ -126,7 +126,7 @@ msgctxt ""
"STR_PAGE_FONT_EFFECTS\n"
"string.text"
msgid "Font Effects"
-msgstr "Efectos de fuente"
+msgstr "Efectos tipográficos"
#: Strings.src
msgctxt ""
@@ -1594,7 +1594,7 @@ msgctxt ""
"RID_SVXPAGE_CHAR_NAME\n"
"pageitem.text"
msgid "Font"
-msgstr "Fuente"
+msgstr "Tipo de letra"
#: dlg_ShapeFont.src
msgctxt ""
@@ -1603,7 +1603,7 @@ msgctxt ""
"RID_SVXPAGE_CHAR_EFFECTS\n"
"pageitem.text"
msgid "Font Effects"
-msgstr "Efectos de fuente"
+msgstr "Efectos tipográficos"
#: dlg_ShapeFont.src
msgctxt ""
diff --git a/source/es/cui/source/dialogs.po b/source/es/cui/source/dialogs.po
index 3342bee4004..23f98ca2352 100644
--- a/source/es/cui/source/dialogs.po
+++ b/source/es/cui/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: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: 2014-04-10 01:56+0000\n"
+"PO-Revision-Date: 2014-04-20 21:55+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1397095010.000000\n"
+"X-POOTLE-MTIME: 1398030910.000000\n"
#: colorpicker.src
msgctxt ""
@@ -2724,7 +2724,7 @@ msgctxt ""
"RID_SVXSTR_ERROR_AT_LINE\n"
"string.text"
msgid "An error occurred while running the %LANGUAGENAME script %SCRIPTNAME at line: %LINENUMBER."
-msgstr "Se ha producido un error al ejecutar el script %SCRIPTNAME escrito en %LANGUAGENAME en la línea: %LINENUMBER."
+msgstr "Se produjo un error al ejecutar la secuencia de órdenes %SCRIPTNAME escrita en %LANGUAGENAME (línea %LINENUMBER)."
#: scriptdlg.src
msgctxt ""
@@ -2732,7 +2732,7 @@ msgctxt ""
"RID_SVXSTR_EXCEPTION_AT_LINE\n"
"string.text"
msgid "An exception occurred while running the %LANGUAGENAME script %SCRIPTNAME at line: %LINENUMBER."
-msgstr "Se ha producido un error al ejecutar el script %SCRIPTNAME escrito en %LANGUAGENAME en la línea: %LINENUMBER."
+msgstr "Se produjo una excepción al ejecutar la secuencia de órdenes %SCRIPTNAME escrita en %LANGUAGENAME (línea %LINENUMBER)."
#: scriptdlg.src
msgctxt ""
diff --git a/source/es/cui/source/tabpages.po b/source/es/cui/source/tabpages.po
index 5c1db7d6578..e59666f9387 100644
--- a/source/es/cui/source/tabpages.po
+++ b/source/es/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: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: 2013-12-31 23:56+0000\n"
+"PO-Revision-Date: 2014-04-26 04:24+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1388534219.0\n"
+"X-POOTLE-MTIME: 1398486260.000000\n"
#: autocdlg.src
msgctxt ""
@@ -1646,7 +1646,7 @@ msgctxt ""
"RID_SVXSTR_CHARNAME_FONT\n"
"string.text"
msgid "Font"
-msgstr "Fuente"
+msgstr "Tipo de letra"
#: strings.src
msgctxt ""
diff --git a/source/es/cui/uiconfig/ui.po b/source/es/cui/uiconfig/ui.po
index 522a260baa8..fbb342ef36a 100644
--- a/source/es/cui/uiconfig/ui.po
+++ b/source/es/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: 2014-02-13 17:14+0100\n"
-"PO-Revision-Date: 2014-02-15 13:10+0000\n"
+"PO-Revision-Date: 2014-04-30 10:48+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
"Language: es\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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1392469813.0\n"
+"X-POOTLE-MTIME: 1398854939.000000\n"
#: aboutconfigdialog.ui
msgctxt ""
@@ -4064,7 +4064,7 @@ msgctxt ""
"5\n"
"stringlist.text"
msgid "Dotted (Bold)"
-msgstr "Punteado negrita"
+msgstr "Punteado (grueso)"
#: effectspage.ui
msgctxt ""
@@ -4082,7 +4082,7 @@ msgctxt ""
"7\n"
"stringlist.text"
msgid "Dash (Bold)"
-msgstr "Trazo negrita"
+msgstr "Trazo (grueso)"
#: effectspage.ui
msgctxt ""
@@ -4100,7 +4100,7 @@ msgctxt ""
"9\n"
"stringlist.text"
msgid "Long Dash (Bold)"
-msgstr "Trazo negrita largo"
+msgstr "Trazo largo (grueso)"
#: effectspage.ui
msgctxt ""
@@ -4118,7 +4118,7 @@ msgctxt ""
"11\n"
"stringlist.text"
msgid "Dot Dash (Bold)"
-msgstr "Punto trazo negrita"
+msgstr "Punto trazo (grueso)"
#: effectspage.ui
msgctxt ""
@@ -4136,7 +4136,7 @@ msgctxt ""
"13\n"
"stringlist.text"
msgid "Dot Dot Dash (Bold)"
-msgstr "Punto punto trazo negrita"
+msgstr "Punto punto trazo (grueso)"
#: effectspage.ui
msgctxt ""
@@ -4154,7 +4154,7 @@ msgctxt ""
"15\n"
"stringlist.text"
msgid "Wave (Bold)"
-msgstr "Ondulada negrita"
+msgstr "Ondulada (grueso)"
#: effectspage.ui
msgctxt ""
@@ -9686,7 +9686,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Show p_review of fonts"
-msgstr "Mostrar p_revisualización de las fuentes"
+msgstr "P_revisualizar tipos de letra"
#: optviewpage.ui
msgctxt ""
@@ -9695,7 +9695,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Show font h_istory"
-msgstr "Mostrar h_istorial de fuentes"
+msgstr "Mostrar h_istorial de tipos utilizados"
#: optviewpage.ui
msgctxt ""
@@ -11186,7 +11186,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Relative font size"
-msgstr "Tamaño relativo de fuente"
+msgstr "Tamaño relativo de letra"
#: positionpage.ui
msgctxt ""
diff --git a/source/es/dbaccess/source/ui/dlg.po b/source/es/dbaccess/source/ui/dlg.po
index ee6b25462a9..4477646547d 100644
--- a/source/es/dbaccess/source/ui/dlg.po
+++ b/source/es/dbaccess/source/ui/dlg.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: 2014-01-17 15:06+0100\n"
-"PO-Revision-Date: 2014-02-02 02:05+0000\n"
+"POT-Creation-Date: 2013-11-20 13:02+0100\n"
+"PO-Revision-Date: 2014-04-26 06:09+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1391306701.0\n"
+"X-POOTLE-MTIME: 1398492542.000000\n"
#: AutoControls.src
msgctxt ""
@@ -2281,7 +2281,7 @@ msgctxt ""
"TP_ATTR_CHAR\n"
"string.text"
msgid "Font"
-msgstr "Fuente"
+msgstr "Tipo de letra"
#: dlgattr.src
msgctxt ""
diff --git a/source/es/dbaccess/source/ui/querydesign.po b/source/es/dbaccess/source/ui/querydesign.po
index ed937fe8770..b0e18728ca0 100644
--- a/source/es/dbaccess/source/ui/querydesign.po
+++ b/source/es/dbaccess/source/ui/querydesign.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: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2013-12-31 06:18+0000\n"
+"PO-Revision-Date: 2014-04-20 05:24+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1388470698.0\n"
+"X-POOTLE-MTIME: 1397971477.000000\n"
#: query.src
msgctxt ""
@@ -487,7 +487,7 @@ msgctxt ""
"1\n"
"stringlist.text"
msgid "Inner join"
-msgstr "JOIN interno"
+msgstr "Relación interior"
#: querydlg.src
msgctxt ""
@@ -496,7 +496,7 @@ msgctxt ""
"2\n"
"stringlist.text"
msgid "Left join"
-msgstr "JOIN izquierdo"
+msgstr "Relación a la izquierda"
#: querydlg.src
msgctxt ""
@@ -505,7 +505,7 @@ msgctxt ""
"3\n"
"stringlist.text"
msgid "Right join"
-msgstr "JOIN derecho"
+msgstr "Relación a la derecha"
#: querydlg.src
msgctxt ""
@@ -514,7 +514,7 @@ msgctxt ""
"4\n"
"stringlist.text"
msgid "Full (outer) join"
-msgstr "JOIN (externo) completo"
+msgstr "Relación completa (externa)"
#: querydlg.src
msgctxt ""
@@ -523,7 +523,7 @@ msgctxt ""
"5\n"
"stringlist.text"
msgid "Cross join"
-msgstr "JOIN cruzado"
+msgstr "Relación cruzada"
#: querydlg.src
msgctxt ""
diff --git a/source/es/extensions/source/abpilot.po b/source/es/extensions/source/abpilot.po
index a123e3e415b..67518e23e55 100644
--- a/source/es/extensions/source/abpilot.po
+++ b/source/es/extensions/source/abpilot.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: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2014-03-10 06:52+0000\n"
+"PO-Revision-Date: 2014-04-29 17:58+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\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.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1394434332.0\n"
+"X-POOTLE-MTIME: 1398794295.000000\n"
#: abspilot.src
msgctxt ""
@@ -412,6 +412,6 @@ msgid ""
"You can either assign fields now or do so later by first choosing:\n"
"\"File - Template - Address Book Source...\""
msgstr ""
-"Actualmente no existen campos asignados.\n"
-"Si no puede llevar a cabo de momento ninguna asignación, lo puede hacer posteriormente en cualquier momento:\n"
-"Menú \"Archivo - Plantillas - Fuente de libreta de direcciones...\""
+"No hay campos asignados en este momento.\n"
+"Si prefiere no realizar las asignaciones ahora, puede hacerlo después yendo a:\n"
+"Archivo > Plantilla > Origen de libreta de direcciones…"
diff --git a/source/es/extensions/source/propctrlr.po b/source/es/extensions/source/propctrlr.po
index fd7ad110d12..bdd30e121c7 100644
--- a/source/es/extensions/source/propctrlr.po
+++ b/source/es/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: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2014-03-14 02:14+0000\n"
+"PO-Revision-Date: 2014-04-26 06:10+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1394763298.000000\n"
+"X-POOTLE-MTIME: 1398492641.000000\n"
#: fontdialog.src
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"TABPAGE_CHARACTERS\n"
"pageitem.text"
msgid "Font"
-msgstr "Fuente"
+msgstr "Tipo de letra"
#: fontdialog.src
msgctxt ""
@@ -32,7 +32,7 @@ msgctxt ""
"TABPAGE_CHARACTERS_EXT\n"
"pageitem.text"
msgid "Font Effects"
-msgstr "Efectos de fuente"
+msgstr "Efectos tipográficos"
#: fontdialog.src
msgctxt ""
@@ -357,7 +357,7 @@ msgctxt ""
"RID_STR_FONT\n"
"string.text"
msgid "Font"
-msgstr "Fuente"
+msgstr "Tipo de letra"
#: formres.src
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/scalc/01.po b/source/es/helpcontent2/source/text/scalc/01.po
index c4a59807ae9..2122f56f485 100644
--- a/source/es/helpcontent2/source/text/scalc/01.po
+++ b/source/es/helpcontent2/source/text/scalc/01.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2014-04-08 09:58+0000\n"
-"Last-Translator: Grettel <gbarrio@uci.cu>\n"
+"PO-Revision-Date: 2014-04-18 08:22+0000\n"
+"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1396951105.000000\n"
+"X-POOTLE-MTIME: 1397809365.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -50549,7 +50549,7 @@ msgctxt ""
"par_idN1066D\n"
"help.text"
msgid "To view more completions, press <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab</item> to scroll forward, or <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Shift+Tab</item> to scroll backward."
-msgstr ""
+msgstr "Para ver más posibilidades, oprima <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Comando</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab</item> para desplazarse hacia adelante, o <item type=\"keycode\"><switchinline select=\"sys\"><caseinline select=\"MAC\">Comando</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Mayús+Tab</item> para desplazarse hacia atrás."
#: 06130000.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/schart/01.po b/source/es/helpcontent2/source/text/schart/01.po
index e141e522dc9..eea7dd6e30f 100644
--- a/source/es/helpcontent2/source/text/schart/01.po
+++ b/source/es/helpcontent2/source/text/schart/01.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2014-04-10 02:06+0000\n"
-"Last-Translator: Adolfo <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2014-04-28 07:27+0000\n"
+"Last-Translator: Grettel <gbarrio@uci.cu>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1397095617.000000\n"
+"X-POOTLE-MTIME: 1398670058.000000\n"
#: 03010000.xhp
msgctxt ""
@@ -6898,7 +6898,7 @@ msgctxt ""
"par_id0679473\n"
"help.text"
msgid "Start to step up vertically to the middle of the Y values, draw a horizontal line and finish by stepping vertically to the end."
-msgstr "Comenzar con una línea vertical en el medio de los valores Y, trazar una línea horizontal y finalizar verticalmente al final."
+msgstr "Comenzar con una línea vertical en el medio de los valores Y, trazar una línea horizontal y terminar verticalmente al final."
#: wiz_chart_elements.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/shared/01.po b/source/es/helpcontent2/source/text/shared/01.po
index 73030ff85b8..af50cc44c56 100644
--- a/source/es/helpcontent2/source/text/shared/01.po
+++ b/source/es/helpcontent2/source/text/shared/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: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2014-04-08 10:12+0000\n"
+"PO-Revision-Date: 2014-04-28 07:35+0000\n"
"Last-Translator: Grettel <gbarrio@uci.cu>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1396951973.000000\n"
+"X-POOTLE-MTIME: 1398670513.000000\n"
#: 01010000.xhp
msgctxt ""
@@ -4174,7 +4174,7 @@ msgctxt ""
"10\n"
"help.text"
msgid "<ahelp hid=\"svt/ui/addresstemplatedialog/admin\">Add a new data source to the <emph>Address Book Source </emph>list.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"svt/ui/addresstemplatedialog/admin\">Añadir un nuevo origen de datos a la <emph>Libreta de Direcciones de Origen </emph>.</ahelp>"
#: 01110101.xhp
msgctxt ""
@@ -7782,7 +7782,7 @@ msgctxt ""
"201\n"
"help.text"
msgid "For example, if you enter \"window\" in the <emph>Search for</emph> box and \"&frame\" in the <emph>Replace with</emph> box, the word \"window\" is replaced with \"windowframe\"."
-msgstr "Por ejemplo, si escribe \"ventana\" en el cuadro <emph>Buscar</emph> y \"&marco\" en el cuadro <emph>Reemplazar por</emph>, la palabra \"ventana\" se sustituye por \"ventana marco\"."
+msgstr "Por ejemplo, si escribe «feliz» en el cuadro <emph>Buscar</emph> y «&mente» en el cuadro <emph>Reemplazar por</emph>, la palabra «feliz» se sustituye por «felizmente»."
#: 02100001.xhp
msgctxt ""
@@ -7916,7 +7916,7 @@ msgctxt ""
"208\n"
"help.text"
msgid "For certain symbol fonts the code for special characters may depend on the used font. You can view the codes by choosing <emph>Insert - Special Character</emph>."
-msgstr ""
+msgstr "Para algunas fuentes de símbolos el código de caracteres especiales puede depender de la fuente utilizada. Usted puede ver los códigos seleccionando <emph> Insertar - Carácter especial </ emph>."
#: 02100001.xhp
msgctxt ""
@@ -8099,7 +8099,7 @@ msgctxt ""
"225\n"
"help.text"
msgid "Represents an alphanumeric character ([:alpha:] and [:digit:])."
-msgstr "Representa un carácter alfanumérico [(:letra:) y (:número)]."
+msgstr "Representa un carácter alfanumérico [(:alfa:) y (:dígito)]."
#: 02100001.xhp
msgctxt ""
diff --git a/source/es/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/es/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 9f1b7307cf7..2bed39e6fb6 100644
--- a/source/es/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/es/instsetoo_native/inc_openoffice/windows/msi_languages.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: 2014-01-17 15:07+0100\n"
-"PO-Revision-Date: 2014-01-20 21:26+0000\n"
+"POT-Creation-Date: 2013-11-20 13:02+0100\n"
+"PO-Revision-Date: 2014-04-29 17:58+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1390253176.0\n"
+"X-POOTLE-MTIME: 1398794335.000000\n"
#: ActionTe.ulf
msgctxt ""
@@ -454,7 +454,7 @@ msgctxt ""
"OOO_ACTIONTEXT_55\n"
"LngText.text"
msgid "Registering fonts"
-msgstr "Registrando fuentes"
+msgstr "Registrando tipos de letra"
#: ActionTe.ulf
msgctxt ""
@@ -870,7 +870,7 @@ msgctxt ""
"OOO_ACTIONTEXT_111\n"
"LngText.text"
msgid "Unregistering fonts"
-msgstr "Desregistrando fuentes"
+msgstr "Quitando tipos de letra del registro"
#: ActionTe.ulf
msgctxt ""
diff --git a/source/es/officecfg/registry/data/org/openoffice/Office/UI.po b/source/es/officecfg/registry/data/org/openoffice/Office/UI.po
index fab0d71e8b7..0ba045daaea 100644
--- a/source/es/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/es/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-12-17 14:14+0100\n"
-"PO-Revision-Date: 2014-03-14 02:26+0000\n"
+"PO-Revision-Date: 2014-04-30 10:55+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1394763985.000000\n"
+"X-POOTLE-MTIME: 1398855305.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -2381,7 +2381,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Optimal Column Width, direct"
-msgstr "Ancho óptimo de columnas, directo"
+msgstr "Anchura de columnas óptima, directo"
#: CalcCommands.xcu
msgctxt ""
@@ -9203,7 +9203,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Bold Flash"
-msgstr "Flash en negrita"
+msgstr "Negrita intermitente"
#: Effects.xcu
msgctxt ""
@@ -14623,7 +14623,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "H~alf-width"
-msgstr "~Mitad del ancho"
+msgstr "Anchura ~media"
#: GenericCommands.xcu
msgctxt ""
diff --git a/source/es/sc/source/ui/src.po b/source/es/sc/source/ui/src.po
index 47603ce49f9..0a63783416a 100644
--- a/source/es/sc/source/ui/src.po
+++ b/source/es/sc/source/ui/src.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: 2014-01-06 15:02+0100\n"
-"PO-Revision-Date: 2014-03-20 21:53+0000\n"
+"PO-Revision-Date: 2014-04-29 18:00+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1395352407.000000\n"
+"X-POOTLE-MTIME: 1398794429.000000\n"
#: autofmt.src
msgctxt ""
@@ -8119,7 +8119,7 @@ msgctxt ""
"5\n"
"string.text"
msgid "Indicates which database field (column) is to be used for the search criteria."
-msgstr "indica el campo (columna) de la base de datos que se utiliza para buscar los valores."
+msgstr "Indica el campo (columna) de la base de datos que se usará en los criterios de búsqueda."
#: scfuncs.src
msgctxt ""
@@ -8182,7 +8182,7 @@ msgctxt ""
"5\n"
"string.text"
msgid "Indicates which database field (column) is to be used for the search criteria."
-msgstr "indica el campo (columna) de la base de datos que se utiliza para buscar los valores."
+msgstr "Indica el campo (columna) de la base de datos que se usará en los criterios de búsqueda."
#: scfuncs.src
msgctxt ""
@@ -8245,7 +8245,7 @@ msgctxt ""
"5\n"
"string.text"
msgid "Indicates which database field (column) is to be used for the search criteria."
-msgstr "indica el campo (columna) de la base de datos que se utiliza para buscar los valores."
+msgstr "Indica el campo (columna) de la base de datos que se usará en los criterios de búsqueda."
#: scfuncs.src
msgctxt ""
@@ -8308,7 +8308,7 @@ msgctxt ""
"5\n"
"string.text"
msgid "Indicates which database field (column) is to be used for the search criteria."
-msgstr "indica el campo (columna) de la base de datos que se utiliza para buscar los valores."
+msgstr "Indica el campo (columna) de la base de datos que se usará en los criterios de búsqueda."
#: scfuncs.src
msgctxt ""
@@ -8371,7 +8371,7 @@ msgctxt ""
"5\n"
"string.text"
msgid "Indicates which database field (column) is to be used for the search criteria."
-msgstr "indica el campo (columna) de la base de datos que se utiliza para buscar los valores."
+msgstr "Indica el campo (columna) de la base de datos que se usará en los criterios de búsqueda."
#: scfuncs.src
msgctxt ""
@@ -8434,7 +8434,7 @@ msgctxt ""
"5\n"
"string.text"
msgid "Indicates which database field (column) is to be used for the search criteria."
-msgstr "indica el campo (columna) de la base de datos que se utiliza para buscar los valores."
+msgstr "Indica el campo (columna) de la base de datos que se usará en los criterios de búsqueda."
#: scfuncs.src
msgctxt ""
@@ -8497,7 +8497,7 @@ msgctxt ""
"5\n"
"string.text"
msgid "Indicates which database field (column) is to be used for the search criteria."
-msgstr "indica el campo (columna) de la base de datos que se utiliza para buscar los valores."
+msgstr "Indica el campo (columna) de la base de datos que se usará en los criterios de búsqueda."
#: scfuncs.src
msgctxt ""
@@ -8560,7 +8560,7 @@ msgctxt ""
"5\n"
"string.text"
msgid "Indicates which database field (column) is to be used for the search criteria."
-msgstr "indica el campo (columna) de la base de datos que se utiliza para buscar los valores."
+msgstr "Indica el campo (columna) de la base de datos que se usará en los criterios de búsqueda."
#: scfuncs.src
msgctxt ""
@@ -8623,7 +8623,7 @@ msgctxt ""
"5\n"
"string.text"
msgid "Indicates which database field (column) is to be used for the search criteria."
-msgstr "indica el campo (columna) de la base de datos que se utiliza para buscar los valores."
+msgstr "Indica el campo (columna) de la base de datos que se usará en los criterios de búsqueda."
#: scfuncs.src
msgctxt ""
@@ -8686,7 +8686,7 @@ msgctxt ""
"5\n"
"string.text"
msgid "Indicates which database field (column) is to be used for the search criteria."
-msgstr "indica el campo (columna) de la base de datos que se utiliza para buscar los valores."
+msgstr "Indica el campo (columna) de la base de datos que se usará en los criterios de búsqueda."
#: scfuncs.src
msgctxt ""
@@ -8749,7 +8749,7 @@ msgctxt ""
"5\n"
"string.text"
msgid "Indicates which database field (column) is to be used for the search criteria."
-msgstr "indica el campo (columna) de la base de datos que se utiliza para buscar los valores."
+msgstr "Indica el campo (columna) de la base de datos que se usará en los criterios de búsqueda."
#: scfuncs.src
msgctxt ""
@@ -8812,7 +8812,7 @@ msgctxt ""
"5\n"
"string.text"
msgid "Indicates which database field (column) is to be used for the search criteria."
-msgstr "indica el campo (columna) de la base de datos que se utiliza para buscar los valores."
+msgstr "Indica el campo (columna) de la base de datos que se usará en los criterios de búsqueda."
#: scfuncs.src
msgctxt ""
@@ -11053,7 +11053,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The rate of discount for one period."
-msgstr "es la tasa de descuento durante un período."
+msgstr "La tasa de descuento para un período."
#: scfuncs.src
msgctxt ""
@@ -11107,7 +11107,7 @@ msgctxt ""
"4\n"
"string.text"
msgid "Guess"
-msgstr "estimar"
+msgstr "Estimación"
#: scfuncs.src
msgctxt ""
@@ -25088,7 +25088,7 @@ msgctxt ""
"RID_SVXPAGE_CHAR_EFFECTS\n"
"pageitem.text"
msgid "Font Effects"
-msgstr "Efectos de fuente"
+msgstr "Efectos tipográficos"
#: textdlgs.src
msgctxt ""
diff --git a/source/es/sc/uiconfig/scalc/ui.po b/source/es/sc/uiconfig/scalc/ui.po
index 2a2be8f2a96..1b120d52082 100644
--- a/source/es/sc/uiconfig/scalc/ui.po
+++ b/source/es/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: 2014-02-13 17:15+0100\n"
-"PO-Revision-Date: 2014-02-16 21:26+0000\n"
+"PO-Revision-Date: 2014-04-30 10:55+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: none\n"
"Language: es\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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1392586001.0\n"
+"X-POOTLE-MTIME: 1398855343.000000\n"
#: advancedfilterdialog.ui
msgctxt ""
@@ -3701,7 +3701,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Font Effects"
-msgstr "Efectos de fuente"
+msgstr "Efectos tipográficos"
#: paratemplatedialog.ui
msgctxt ""
@@ -6635,7 +6635,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Fixed width"
-msgstr "Ancho _fijo"
+msgstr "Anchura _fija"
#: textimportcsv.ui
msgctxt ""
diff --git a/source/es/svx/source/items.po b/source/es/svx/source/items.po
index b07bca21dd2..d15f2171827 100644
--- a/source/es/svx/source/items.po
+++ b/source/es/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: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2013-12-25 12:14+0000\n"
+"PO-Revision-Date: 2014-04-20 21:56+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1387973698.0\n"
+"X-POOTLE-MTIME: 1398030961.000000\n"
#: svxerr.src
msgctxt ""
@@ -685,7 +685,7 @@ msgctxt ""
"47\n"
"itemlist.text"
msgid "Size of complex scripts"
-msgstr "Tamaño de scripts complejos"
+msgstr "Tamaño de escrituras complejas"
#: svxitems.src
msgctxt ""
diff --git a/source/es/svx/source/svdraw.po b/source/es/svx/source/svdraw.po
index 092d94d013b..f4388f5b211 100644
--- a/source/es/svx/source/svdraw.po
+++ b/source/es/svx/source/svdraw.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: 2014-01-17 15:06+0100\n"
-"PO-Revision-Date: 2014-02-10 07:20+0000\n"
+"POT-Creation-Date: 2013-11-20 13:02+0100\n"
+"PO-Revision-Date: 2014-04-30 14:42+0000\n"
"Last-Translator: Adolfo <fito@libreoffice.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\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.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1392016857.0\n"
+"X-POOTLE-MTIME: 1398868978.000000\n"
#: svdstr.src
msgctxt ""
@@ -4302,7 +4302,7 @@ msgctxt ""
"SIP_SA_ONESIZEWIDTH\n"
"string.text"
msgid "Single width"
-msgstr "Ancho, individual"
+msgstr "Anchura individual"
#: svdstr.src
msgctxt ""
@@ -4318,7 +4318,7 @@ msgctxt ""
"SIP_SA_LOGICSIZEWIDTH\n"
"string.text"
msgid "Logical width"
-msgstr "Ancho, lógico"
+msgstr "Anchura lógica"
#: svdstr.src
msgctxt ""
@@ -4574,7 +4574,7 @@ msgctxt ""
"SIP_EE_CHAR_FONTHEIGHT\n"
"string.text"
msgid "Font size"
-msgstr "Tamaño de fuente"
+msgstr "Tamaño de letra"
#: svdstr.src
msgctxt ""
@@ -4582,7 +4582,7 @@ msgctxt ""
"SIP_EE_CHAR_FONTWIDTH\n"
"string.text"
msgid "Font width"
-msgstr "Ancho de fuente"
+msgstr "Anchura de letra"
#: svdstr.src
msgctxt ""
diff --git a/source/fa/sw/source/ui/app.po b/source/fa/sw/source/ui/app.po
index a46473f5a28..d45ea4a3d79 100644
--- a/source/fa/sw/source/ui/app.po
+++ b/source/fa/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: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: 2014-01-07 11:07+0000\n"
+"PO-Revision-Date: 2014-04-23 15:01+0000\n"
"Last-Translator: Hossein <hossein.ir@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: fa\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: Pootle 2.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1389092833.0\n"
+"X-POOTLE-MTIME: 1398265268.000000\n"
#: app.src
msgctxt ""
@@ -264,7 +264,7 @@ msgctxt ""
"2\n"
"filterlist.text"
msgid "Hidden Styles"
-msgstr ""
+msgstr "سبک‌های مخفی"
#: app.src
msgctxt ""
@@ -309,7 +309,7 @@ msgctxt ""
"2\n"
"filterlist.text"
msgid "Hidden Styles"
-msgstr ""
+msgstr "سبک‌های مخفی"
#: app.src
msgctxt ""
@@ -976,13 +976,12 @@ msgid "Numeric"
msgstr "عددی"
#: app.src
-#, fuzzy
msgctxt ""
"app.src\n"
"STR_ROW\n"
"string.text"
msgid "Rows"
-msgstr "ردیف‌ها"
+msgstr "سطرها"
#: app.src
msgctxt ""
@@ -1089,13 +1088,12 @@ msgid "Read-Error"
msgstr "خطای خواندن"
#: error.src
-#, fuzzy
msgctxt ""
"error.src\n"
"STR_COMCORE_CANT_SHOW\n"
"string.text"
msgid "Image cannot be displayed."
-msgstr "نمی‌توان گرافیک را نمایش داد."
+msgstr "تصویر قابل نمایش نیست."
#: error.src
msgctxt ""
diff --git a/source/gl/helpcontent2/source/text/sbasic/guide.po b/source/gl/helpcontent2/source/text/sbasic/guide.po
index 2fb582551de..c73b5cb0291 100644
--- a/source/gl/helpcontent2/source/text/sbasic/guide.po
+++ b/source/gl/helpcontent2/source/text/sbasic/guide.po
@@ -4,7 +4,7 @@ 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: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2013-09-17 19:40+0200\n"
+"PO-Revision-Date: 2014-04-28 22:01+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <kde-i18n-doc@kde.org>\n"
"Language: gl\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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1379366488.0\n"
+"X-POOTLE-MTIME: 1398722485.000000\n"
#: access2base.xhp
msgctxt ""
@@ -22,7 +22,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Access2Base"
-msgstr ""
+msgstr "Access2Base"
#: access2base.xhp
msgctxt ""
@@ -30,7 +30,7 @@ msgctxt ""
"bm_idA2B001\n"
"help.text"
msgid "<bookmark_value>Access2Base</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Access2Base</bookmark_value>"
#: access2base.xhp
msgctxt ""
@@ -38,7 +38,7 @@ msgctxt ""
"hd_idA2B002\n"
"help.text"
msgid "Access2Base"
-msgstr ""
+msgstr "Access2Base"
#: access2base.xhp
msgctxt ""
@@ -46,7 +46,7 @@ msgctxt ""
"hd_idA2B003\n"
"help.text"
msgid "What is Access2Base ?"
-msgstr ""
+msgstr "Que é Access2Base?"
#: access2base.xhp
msgctxt ""
@@ -54,7 +54,7 @@ msgctxt ""
"par_idA2B004\n"
"help.text"
msgid "Access2Base is a LibreOffice Basic library of macros for (business or personal) application developers and advanced users. It is one of the libraries stored in \"LibreOffice macros and dialogs\"."
-msgstr ""
+msgstr "Access2Base é unha biblioteca de macros do Basic do LibreOffice para desenvolvedores de aplicativos (de negocios ou persoal) e usuarios avanzados. É unha das bibliotecas almacenadas en «Macros e diálogos do LibreOffice»."
#: access2base.xhp
msgctxt ""
@@ -62,7 +62,7 @@ msgctxt ""
"par_idA2B005\n"
"help.text"
msgid "The provided macros implement functionalities, all directly inspired by Microsoft Access. The macros are callable from a LibreOffice <emph>Base</emph> application only."
-msgstr ""
+msgstr "As macros fornecidas implementan funcionalidades, todas elas inspiradas no Access da Microsoft. As macros poden ser invocadas só polo aplicativo <emph>Base</emph> do LibreOffice."
#: access2base.xhp
msgctxt ""
@@ -70,7 +70,7 @@ msgctxt ""
"par_idA2B006\n"
"help.text"
msgid "The API provided by Access2Base is intended to be more concise, intuitive and easy to learn than the standard UNO API (API = Application Programming Interface)."
-msgstr ""
+msgstr "A API fornecida por Access2Base pretende ser máis concisa, intuitiva e fácil de utilizar que a API estándar de UNO (API=Interface de Programación de Aplicativos)."
#: access2base.xhp
msgctxt ""
@@ -78,7 +78,7 @@ msgctxt ""
"par_idA2B007\n"
"help.text"
msgid "<emph>The library is documented online on <link href=\"http://www.access2base.com\" name=\"http://www.access2base.com\">http://www.access2base.com</link></emph>"
-msgstr ""
+msgstr "<emph>A biblioteca está documentada na rede en <link href=\"http://www.access2base.com\" name=\"http://www.access2base.com\">http://www.access2base.com</link></emph>"
#: access2base.xhp
msgctxt ""
@@ -86,7 +86,7 @@ msgctxt ""
"hd_idA2B008\n"
"help.text"
msgid "The implemented macros include:"
-msgstr ""
+msgstr "As macros implementadas inclúen:"
#: access2base.xhp
msgctxt ""
@@ -94,7 +94,7 @@ msgctxt ""
"par_idA2B009\n"
"help.text"
msgid "a simplified and extensible API for <emph>forms</emph>, <emph>dialogs</emph> and <emph>controls</emph> manipulations similar with the MSAccess object model"
-msgstr ""
+msgstr "unha API simplificada e extensíbel para a manipulación de <emph>formularios</emph>, <emph>diálogos</emph> e <emph>controles</emph> semellante ao modelo de obxectos do MSAccess"
#: access2base.xhp
msgctxt ""
@@ -102,7 +102,7 @@ msgctxt ""
"par_idA2B010\n"
"help.text"
msgid "an API for database access with the <emph>table</emph>, <emph>query</emph>, <emph>recordset</emph> and <emph>field</emph> objects"
-msgstr ""
+msgstr "unha API para acceder a bases de datos cos obxectos <emph>táboa</emph>, <emph>consulta</emph>, <emph>rexistro</emph> e <emph>campo</emph>"
#: access2base.xhp
msgctxt ""
@@ -110,7 +110,7 @@ msgctxt ""
"par_idA2B011\n"
"help.text"
msgid "a number of <emph>actions</emph> with a syntax identical to their corresponding MSAccess macros/actions"
-msgstr ""
+msgstr "diversas <emph>accións</emph> cunha sintaxe idéntica á das macros/accións correspondentes do MSAccess"
#: access2base.xhp
msgctxt ""
@@ -118,7 +118,7 @@ msgctxt ""
"par_idA2B012\n"
"help.text"
msgid "the <emph>DLookup</emph>, <emph>DSum</emph>, ... database functions"
-msgstr ""
+msgstr "as funcións de base de datos <emph>DLookup</emph>, <emph>DSum</emph>, ... "
#: access2base.xhp
msgctxt ""
@@ -126,7 +126,7 @@ msgctxt ""
"par_idA2B013\n"
"help.text"
msgid "the support of the shortcut notations like <item type=\"literal\">Forms!myForm!myControl</item>"
-msgstr ""
+msgstr "a compatibilidade coas notacións de atallo do tipo <item type=\"literal\">Forms!myForm!myControl</item>"
#: access2base.xhp
msgctxt ""
@@ -134,7 +134,7 @@ msgctxt ""
"par_idA2B014\n"
"help.text"
msgid "+"
-msgstr ""
+msgstr "+"
#: access2base.xhp
msgctxt ""
@@ -142,7 +142,7 @@ msgctxt ""
"par_idA2B015\n"
"help.text"
msgid "a consistent errors and exceptions handler"
-msgstr ""
+msgstr "un manipulador de erros e excepcións consistente"
#: access2base.xhp
msgctxt ""
@@ -150,7 +150,7 @@ msgctxt ""
"par_idA2B016\n"
"help.text"
msgid "facilities for programming form, dialog and control <emph>events</emph>"
-msgstr ""
+msgstr "facilidades para programar <emph>eventos</emph> de formularios, diálogos e controles"
#: access2base.xhp
msgctxt ""
@@ -158,7 +158,7 @@ msgctxt ""
"par_idA2B017\n"
"help.text"
msgid "the support of both embedded forms and standalone (Writer) forms"
-msgstr ""
+msgstr "a compatibilidade con formularios incorporados ou autónomos (Writer)"
#: access2base.xhp
msgctxt ""
@@ -166,7 +166,7 @@ msgctxt ""
"hd_idA2B018\n"
"help.text"
msgid "Compare Access2Base with MSAccess VBA"
-msgstr ""
+msgstr "Compare Access2Base co MSAccess VBA"
#: control_properties.xhp
msgctxt ""
diff --git a/source/gl/helpcontent2/source/text/sbasic/shared.po b/source/gl/helpcontent2/source/text/sbasic/shared.po
index f8617506884..94f99d90a0c 100644
--- a/source/gl/helpcontent2/source/text/sbasic/shared.po
+++ b/source/gl/helpcontent2/source/text/sbasic/shared.po
@@ -4,17 +4,17 @@ 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: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2014-03-16 23:17+0100\n"
-"Last-Translator: Xosé <xosecalvo@edu.xunta.es>\n"
+"PO-Revision-Date: 2014-04-29 06:27+0000\n"
+"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <kde-i18n-doc@kde.org>\n"
"Language: gl\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: Lokalize 1.5\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1387145070.0\n"
+"X-POOTLE-MTIME: 1398752825.000000\n"
#: 00000002.xhp
msgctxt ""
@@ -103,7 +103,7 @@ msgctxt ""
"33\n"
"help.text"
msgid "In $[officename] Basic, a <emph>method parameter</emph> or a <emph>property</emph> expecting unit information can be specified either as integer or long integer expression without a unit, or as a character string containing a unit. If no unit is passed to the method the default unit defined for the active document type will be used. If the parameter is passed as a character string containing a measurement unit, the default setting will be ignored. The default measurement unit for a document type can be set under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - (Document Type) - General</emph>."
-msgstr ""
+msgstr "En $[officename] Basic, un <emph>parámetro de método</emph> ou unha <emph>propiedade</emph> que esperen unha información de unidade poden ser indicados como expresión tanto de enteiros como de enteiros longos, sen unidade, ou como unha cadea de caracteres que conteña unha unidade. Se non se pasa ningunha unidade ao método, emprégase a unidade predeterminada definida para o documento activo. Se o parámetro se pasa como unha cadea de caracteres que conteña unha unidade de medida, a opción predeterminada é ignorada. A unidade de medida predeterminada para un tipo de documento pode ser configurada en <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Ferramentas - Opcións</defaultinline></switchinline> - (Tipo de documento) - Xeral</emph>."
#: 00000002.xhp
msgctxt ""
@@ -147,7 +147,7 @@ msgctxt ""
"108\n"
"help.text"
msgid "URLs (<emph>Uniform Resource Locators</emph>) are used to determine the location of a resource like a file in a file system, typically inside a network environment. A URL consists of a protocol specifier, a host specifier and a file and path specifier:"
-msgstr ""
+msgstr "Os URL (<emph>Localizadores Uniformes de Recursos</emph>) empréganse para determinar a situación dun recurso, como un ficheiro nun sistema de ficheiros, habitualmente dentro dun ambiente de rede. Un URL consiste nun especificador de protocolo, un especificador de servidor e un especificador de ficheiro e ruta:"
#: 00000002.xhp
msgctxt ""
@@ -1792,7 +1792,7 @@ msgctxt ""
"bm_id3149346\n"
"help.text"
msgid "<bookmark_value>names of variables</bookmark_value><bookmark_value>variables; using</bookmark_value><bookmark_value>types of variables</bookmark_value><bookmark_value>declaring variables</bookmark_value><bookmark_value>values;of variables</bookmark_value><bookmark_value>constants</bookmark_value><bookmark_value>arrays;declaring</bookmark_value><bookmark_value>defining;constants</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>nomes de variábeis</bookmark_value><bookmark_value>variábeis; uso</bookmark_value><bookmark_value>tipos de variábeis</bookmark_value><bookmark_value>declaración de variábeis</bookmark_value><bookmark_value>valores;de variábeis</bookmark_value><bookmark_value>constantes</bookmark_value><bookmark_value>matrices;declaración</bookmark_value><bookmark_value>definición;constantes</bookmark_value>"
#: 01020100.xhp
msgctxt ""
@@ -2079,7 +2079,7 @@ msgctxt ""
"38\n"
"help.text"
msgid "<emph>Boolean</emph> variables contain either the TRUE or the FALSE value."
-msgstr "As variábeis <emph>lóxicas</emph> conteñen o valor TRUE (verdadeiro) ou o FALSE (falso)."
+msgstr "As variábeis <emph>lóxicas</emph> conteñen ora o valor VERDADEIRO ora o FALSO."
#: 01020100.xhp
msgctxt ""
@@ -2264,7 +2264,7 @@ msgctxt ""
"66\n"
"help.text"
msgid "Date variables can only contain dates and time values stored in an internal format. Values assigned to Date variables with <link href=\"text/sbasic/shared/03030101.xhp\" name=\"Dateserial\"><emph>Dateserial</emph></link>, <link href=\"text/sbasic/shared/03030102.xhp\" name=\"Datevalue\"><emph>Datevalue</emph></link>, <link href=\"text/sbasic/shared/03030205.xhp\" name=\"Timeserial\"><emph>Timeserial</emph></link> or <link href=\"text/sbasic/shared/03030206.xhp\" name=\"Timevalue\"><emph>Timevalue</emph></link> are automatically converted to the internal format. Date-variables are converted to normal numbers by using the <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Month</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Year</emph></link> or the <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link> function. The internal format enables a comparison of date/time values by calculating the difference between two numbers. These variables can only be declared with the key word <emph>Date</emph>."
-msgstr ""
+msgstr "As variábeis de data poden conter só valores de data e hora almacenados nun formato interno. Os valores atribuídos ás variábeis de tipo Data con <link href=\"text/sbasic/shared/03030101.xhp\" name=\"Dateserial\"><emph>Dateserial</emph></link>, <link href=\"text/sbasic/shared/03030102.xhp\" name=\"Datevalue\"><emph>Datevalue</emph></link>, <link href=\"text/sbasic/shared/03030205.xhp\" name=\"Timeserial\"><emph>Timeserial</emph></link> ou <link href=\"text/sbasic/shared/03030206.xhp\" name=\"Timevalue\"><emph>Timevalue</emph></link> son convertidas automaticamente para o formato interno. As variábeis de tipo Data son convertidas para números normais utilizando a función <link href=\"text/sbasic/shared/03030103.xhp\" name=\"Day\"><emph>Day</emph></link>, <link href=\"text/sbasic/shared/03030104.xhp\" name=\"Month\"><emph>Month</emph></link>, <link href=\"text/sbasic/shared/03030106.xhp\" name=\"Year\"><emph>Year</emph></link> ou <link href=\"text/sbasic/shared/03030201.xhp\" name=\"Hour\"><emph>Hour</emph></link>, <link href=\"text/sbasic/shared/03030202.xhp\" name=\"Minute\"><emph>Minute</emph></link>, <link href=\"text/sbasic/shared/03030204.xhp\" name=\"Second\"><emph>Second</emph></link>. O formato interno permite unha comparación de valores de data/hora calculando a diferenza entre dous números. Esas variábeis pode ser declaradas apenas coa palabra chave <emph>Date</emph>."
#: 01020100.xhp
msgctxt ""
@@ -2291,7 +2291,7 @@ msgctxt ""
"70\n"
"help.text"
msgid "<emph>Numeric</emph> variables are automatically assigned the value \"0\" as soon as they are declared."
-msgstr ""
+msgstr "As variábeis <emph>numéricas</emph> reciben automaticamente o valor «0» así que son declaradas."
#: 01020100.xhp
msgctxt ""
@@ -2309,7 +2309,7 @@ msgctxt ""
"72\n"
"help.text"
msgid "<emph>String variables</emph> are assigned an empty-string (\"\") when they are declared."
-msgstr ""
+msgstr "As <emph>variábeis de cadea</emph> reciben unha cadea baleira («») cando son declaradas."
#: 01020100.xhp
msgctxt ""
@@ -2336,7 +2336,7 @@ msgctxt ""
"85\n"
"help.text"
msgid "Arrays <emph>must</emph> be declared with the <emph>Dim</emph> statement. There are several ways to define the index range of an array:"
-msgstr ""
+msgstr "As matrices <emph>teñen que</emph> ser declaradas coa declaración <emph>Dim</emph>. Existen varias maneiras de definir o intervalo do índice dunha matriz:"
#: 01020100.xhp
msgctxt ""
@@ -2754,7 +2754,7 @@ msgctxt ""
"64\n"
"help.text"
msgid "Dim VarName As TYPENAME"
-msgstr "DIM NomeVar As NOMETIPO"
+msgstr "Dim NomeVar As NOMETIPO"
#: 01020300.xhp
msgctxt ""
@@ -2771,7 +2771,7 @@ msgctxt ""
"hd_id5097506\n"
"help.text"
msgid "Example for private variables"
-msgstr ""
+msgstr "Exemplo de variábeis privadas"
#: 01020300.xhp
msgctxt ""
@@ -2787,7 +2787,7 @@ msgctxt ""
"par_id9475997\n"
"help.text"
msgid "myText = \"Hello\""
-msgstr ""
+msgstr "myText = \"Ola\""
#: 01020300.xhp
msgctxt ""
@@ -2795,7 +2795,7 @@ msgctxt ""
"par_id6933500\n"
"help.text"
msgid "Print \"In module1 : \", myText"
-msgstr ""
+msgstr "Print \"No módulo1 : \", myText"
#: 01020300.xhp
msgctxt ""
@@ -2803,7 +2803,7 @@ msgctxt ""
"par_id4104129\n"
"help.text"
msgid "' Now returns empty string"
-msgstr ""
+msgstr "' Devolve agora unha cadea baleira"
#: 01020300.xhp
msgctxt ""
@@ -2811,7 +2811,7 @@ msgctxt ""
"par_id7906125\n"
"help.text"
msgid "' (or rises error for Option Explicit)"
-msgstr ""
+msgstr "' (ou sinaliza un erro para Option Explicit)"
#: 01020300.xhp
msgctxt ""
@@ -2819,7 +2819,7 @@ msgctxt ""
"par_id8055970\n"
"help.text"
msgid "Print \"Now in module2 : \", myText"
-msgstr ""
+msgstr "Print \"Agora no módulo2 : \", myText"
#: 01020300.xhp
msgctxt ""
@@ -2978,7 +2978,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>IDE de Basic;Ambiente de desenvolvemento integrado</bookmark_value> <bookmark_value>IDE;Ambiente de desenvolvemento integrado</bookmark_value>"
#: 01030000.xhp
msgctxt ""
@@ -3058,7 +3058,7 @@ msgctxt ""
"6\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/01050000.xhp\" name=\"Basic IDE\">Basic IDE</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/01050000.xhp\" name=\"Basic IDE\">IDE de Basic</link>"
#: 01030200.xhp
msgctxt ""
@@ -3537,7 +3537,7 @@ msgctxt ""
"8\n"
"help.text"
msgid "Click the <emph>Libraries</emph> tab."
-msgstr ""
+msgstr "Prema a lapela <emph>Bibliotecas</emph>."
#: 01030400.xhp
msgctxt ""
@@ -3555,7 +3555,7 @@ msgctxt ""
"10\n"
"help.text"
msgid "Click <emph>New</emph> and insert a name to create a new library."
-msgstr ""
+msgstr "Prema <emph>Novo</emph> e introduza un nome para crear unha biblioteca nova."
#: 01030400.xhp
msgctxt ""
@@ -3582,7 +3582,7 @@ msgctxt ""
"50\n"
"help.text"
msgid "Click the <emph>Libraries</emph> tab."
-msgstr ""
+msgstr "Prema a lapela <emph>Bibliotecas</emph>."
#: 01030400.xhp
msgctxt ""
@@ -3600,7 +3600,7 @@ msgctxt ""
"52\n"
"help.text"
msgid "Click <emph>Import...</emph> and select an external library to import."
-msgstr ""
+msgstr "Prema en <emph>Importar...</emph> e seleccione a biblioteca externa que desexe importar."
#: 01030400.xhp
msgctxt ""
@@ -3609,7 +3609,7 @@ msgctxt ""
"53\n"
"help.text"
msgid "Select all libraries to be imported in the <emph>Import Libraries</emph> dialog. The dialog displays all libraries that are contained in the selected file."
-msgstr ""
+msgstr "Escolla todas as bibliotecas que queira importar no diálogo <emph>Importar bibliotecas</emph>. O diálogo mostra todas as bibliotecas contidas no ficheiro escollido."
#: 01030400.xhp
msgctxt ""
@@ -3618,7 +3618,7 @@ msgctxt ""
"54\n"
"help.text"
msgid "If you want to insert the library as a reference only check the <emph>Insert as reference (read-only)</emph> box. Read-only libraries are fully functional but cannot be modified in the Basic IDE."
-msgstr ""
+msgstr "Se desexa inserir a biblioteca só como referencia, marque a opción <emph>Inserir como referencia (só para ler)</emph>. As bibliotecas só de lectura son completamente funcionais, mais non poden ser modificadas no IDE do Basic."
#: 01030400.xhp
msgctxt ""
@@ -3663,7 +3663,7 @@ msgctxt ""
"71\n"
"help.text"
msgid "Click the <emph>Libraries</emph> tab."
-msgstr ""
+msgstr "Prema na lapela <emph>Bibliotecas</emph>."
#: 01030400.xhp
msgctxt ""
@@ -3744,7 +3744,7 @@ msgctxt ""
"57\n"
"help.text"
msgid "Click the <emph>Libraries</emph> tab."
-msgstr ""
+msgstr "Prema a lapela <emph>Bibliotecas</emph>."
#: 01030400.xhp
msgctxt ""
@@ -6281,7 +6281,7 @@ msgctxt ""
"par_id986968\n"
"help.text"
msgid "<ahelp hid=\".\">Adds the scrollbar type that you specify to a text box.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Engade o tipo de barra de desprazamento que se indique a unha caixa de texto.</ahelp>"
#: 01170101.xhp
msgctxt ""
@@ -14126,7 +14126,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03030111.xhp\" name=\"CDateToUnoDate Function [Runtime]\">CDateToUnoDate Function [Runtime]</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/03030111.xhp\" name=\"CDateToUnoDate Function [Runtime]\">Función CDateToUnoDate [Tempo de execución]</link>"
#: 03030111.xhp
msgctxt ""
@@ -14223,7 +14223,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03030112.xhp\" name=\"CDateFromUnoDate Function [Runtime]\">CDateFromUnoDate Function [Runtime]</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/03030112.xhp\" name=\"CDateFromUnoDate Function [Runtime]\">Función CDateFromUnoDate [Tempo de execución]</link>"
#: 03030112.xhp
msgctxt ""
@@ -14320,7 +14320,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03030113.xhp\" name=\"CDateToUnoTime Function [Runtime]\">CDateToUnoTime Function [Runtime]</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/03030113.xhp\" name=\"CDateToUnoTime Function [Runtime]\">Función CDateToUnoTime [Tempo de execución]</link>"
#: 03030113.xhp
msgctxt ""
@@ -14417,7 +14417,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03030114.xhp\" name=\"CDateFromUnoTime Function [Runtime]\">CDateFromUnoTime Function [Runtime]</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/03030114.xhp\" name=\"CDateFromUnoTime Function [Runtime]\">Función CDateFromUnoTime [Tempo de execución]</link>"
#: 03030114.xhp
msgctxt ""
@@ -14514,7 +14514,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03030115.xhp\" name=\"CDateToUnoDateTime Function [Runtime]\">CDateToUnoDateTime Function [Runtime]</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/03030115.xhp\" name=\"CDateToUnoDateTime Function [Runtime]\">Función CDateToUnoDateTime [Execución]</link>"
#: 03030115.xhp
msgctxt ""
@@ -20435,7 +20435,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03080701.xhp\" name=\"Sgn Function [Runtime]\">Sgn Function [Runtime]</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/03080701.xhp\" name=\"Sgn Function [Runtime]\">Función Sgn [Execución]</link>"
#: 03080701.xhp
msgctxt ""
@@ -24212,7 +24212,7 @@ msgctxt ""
"10\n"
"help.text"
msgid "<emph>Exit Function</emph>"
-msgstr ""
+msgstr "<emph>Exit Función</emph>"
#: 03090412.xhp
msgctxt ""
@@ -24221,7 +24221,7 @@ msgctxt ""
"11\n"
"help.text"
msgid "Exits the <emph>Function</emph> procedure immediately. Program execution continues with the statement that follows the <emph>Function</emph> call."
-msgstr ""
+msgstr "Sae inmediatamente do procedemento <emph>Función</emph>. A execución do programa continúa coa declaración que segue a chamada á <emph>Función</emph>."
#: 03090412.xhp
msgctxt ""
@@ -31337,7 +31337,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03120102.xhp\" name=\"Chr Function [Runtime]\">Chr Function [Runtime]</link>"
-msgstr ""
+msgstr "<link href=\"text/sbasic/shared/03120102.xhp\" name=\"Chr Function [Runtime]\">Función Chr [Execución]</link>"
#: 03120102.xhp
msgctxt ""
@@ -31400,7 +31400,7 @@ msgctxt ""
"8\n"
"help.text"
msgid "<emph>Expression:</emph> Numeric variables that represent a valid 8 bit ASCII value (0-255) or a 16 bit Unicode value."
-msgstr ""
+msgstr "<emph>Expresión:</emph> Variábeis numéricas que representan un valor en ASCII de 8 bits correcto (0-255) ou un valor en Unicode de 16 bits."
#: 03120102.xhp
msgctxt ""
diff --git a/source/gl/helpcontent2/source/text/sbasic/shared/02.po b/source/gl/helpcontent2/source/text/sbasic/shared/02.po
index 7188aacc049..c3594a13c02 100644
--- a/source/gl/helpcontent2/source/text/sbasic/shared/02.po
+++ b/source/gl/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: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2013-07-11 14:53+0000\n"
+"PO-Revision-Date: 2014-04-23 22:11+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: gl\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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1373554390.0\n"
+"X-POOTLE-MTIME: 1398291109.000000\n"
#: 11010000.xhp
msgctxt ""
@@ -868,7 +868,7 @@ msgctxt ""
"par_id0929200903505320\n"
"help.text"
msgid "If the library contains additional languages compared to the imported dialog, or if the imported dialog is not localized at all, then the additional languages will silently be added to the imported dialog using the strings of the dialog's default locale."
-msgstr ""
+msgstr "Se a biblioteca contén idiomas adicionais comparado co diálogo importado, ou se o diálogo importando non estiver localizado, os idiomas adicionais son engadidos silenciosamente ao diálogo importado empregando as cadeas da localización por omisión do diálogo."
#: 11180000.xhp
msgctxt ""
diff --git a/source/gl/helpcontent2/source/text/scalc/00.po b/source/gl/helpcontent2/source/text/scalc/00.po
index ddfd59245fc..a8a72e61e9d 100644
--- a/source/gl/helpcontent2/source/text/scalc/00.po
+++ b/source/gl/helpcontent2/source/text/scalc/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: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2013-07-11 14:49+0000\n"
+"PO-Revision-Date: 2014-04-28 18:41+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: gl\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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1373554182.0\n"
+"X-POOTLE-MTIME: 1398710507.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -669,14 +669,13 @@ msgid "Choose <emph>Insert - Names - Define</emph>"
msgstr "Escolla <emph>Inserir - Nomes - Definir</emph>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3149385\n"
"35\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
-msgstr "#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\n<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3\\n#-#-#-#-# 04.po (PACKAGE VERSION) #-#-#-#-#\\n<switchinline select=\"sys\"><caseinline select=\"MAC\">Opción </caseinline><defaultinline>Alt</defaultinline></switchinline> + Re Páx"
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F3"
#: 00000404.xhp
msgctxt ""
@@ -1432,22 +1431,24 @@ msgid "Choose <emph>Data - Filter - Advanced Filter - More>></emph> button"
msgstr "Escolla <emph>Datos - Filtro - Filtro avanzado</emph>, botón <emph>Máis>></emph>"
#: 00000412.xhp
+#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3156382\n"
"20\n"
"help.text"
msgid "Choose <emph>Data - Filter - Reset Filter</emph>"
-msgstr ""
+msgstr "Escolla <emph>Datos - Filtro - Eliminar filtro</emph>"
#: 00000412.xhp
+#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3155961\n"
"48\n"
"help.text"
msgid "On Table Data bar, click <emph>Reset Filter/Sort</emph>"
-msgstr ""
+msgstr "Na barra Datos de táboa, prema en <emph>Eliminar filtro/orde</emph>"
#: 00000412.xhp
msgctxt ""
@@ -1458,13 +1459,14 @@ msgid "<image id=\"img_id3145792\" src=\"cmd/sc_removefilter.png\" width=\"0.222
msgstr "<image id=\"img_id3145792\" src=\"cmd/sc_removefilter.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3145792\">Icona</alt></image>"
#: 00000412.xhp
+#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3149207\n"
"49\n"
"help.text"
msgid "Reset Filter/Sort"
-msgstr ""
+msgstr "Eliminar filtro/orde"
#: 00000412.xhp
msgctxt ""
diff --git a/source/gl/helpcontent2/source/text/scalc/01.po b/source/gl/helpcontent2/source/text/scalc/01.po
index 10fef84817a..3873610cf7a 100644
--- a/source/gl/helpcontent2/source/text/scalc/01.po
+++ b/source/gl/helpcontent2/source/text/scalc/01.po
@@ -4,7 +4,7 @@ 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: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2013-09-18 16:20+0200\n"
+"PO-Revision-Date: 2014-04-23 22:14+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <kde-i18n-doc@kde.org>\n"
"Language: gl\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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1375135366.0\n"
+"X-POOTLE-MTIME: 1398291255.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -522,7 +522,7 @@ msgctxt ""
"39\n"
"help.text"
msgid "<ahelp hid=\"HID_SC_NAVIPI_ENTRIES\">Displays all objects in your document.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_SC_NAVIPI_ENTRIES\">Mostra todos os obxectos do documento.</ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -1905,13 +1905,14 @@ msgid "This area contains options for specifying how sheets are displayed after
msgstr ""
#: 02160000.xhp
+#, fuzzy
msgctxt ""
"02160000.xhp\n"
"hd_id3155767\n"
"5\n"
"help.text"
msgid "Shift cells up"
-msgstr ""
+msgstr "Mover as celas cara a baixo"
#: 02160000.xhp
msgctxt ""
@@ -1923,13 +1924,14 @@ msgid "<ahelp hid=\"modules/scalc/ui/deletecells/up\">Fills the space produced b
msgstr ""
#: 02160000.xhp
+#, fuzzy
msgctxt ""
"02160000.xhp\n"
"hd_id3156382\n"
"7\n"
"help.text"
msgid "Shift cells left"
-msgstr ""
+msgstr "Mover celas para a dereita"
#: 02160000.xhp
msgctxt ""
@@ -2937,12 +2939,13 @@ msgid "Insert Sheet"
msgstr "Inserir folla"
#: 04050000.xhp
+#, fuzzy
msgctxt ""
"04050000.xhp\n"
"bm_id4522232\n"
"help.text"
msgid "<bookmark_value>sheets;creating</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04050000.xhp
msgctxt ""
@@ -3948,49 +3951,54 @@ msgid "2"
msgstr ""
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3151240\n"
"16\n"
"help.text"
msgid "<item type=\"input\">Andy</item>"
-msgstr ""
+msgstr "<item type=\"input\">y</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3156016\n"
"17\n"
"help.text"
msgid "<item type=\"input\">3</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3145073\n"
"18\n"
"help.text"
msgid "<item type=\"input\">9</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3154956\n"
"19\n"
"help.text"
msgid "<item type=\"input\">150</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3153976\n"
"20\n"
"help.text"
msgid "<item type=\"input\">40</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
msgctxt ""
@@ -4002,49 +4010,54 @@ msgid "3"
msgstr ""
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3152870\n"
"22\n"
"help.text"
msgid "<item type=\"input\">Betty</item>"
-msgstr ""
+msgstr "<item type=\"input\">y</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3149692\n"
"23\n"
"help.text"
msgid "<item type=\"input\">4</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3154652\n"
"24\n"
"help.text"
msgid "<item type=\"input\">10</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3149381\n"
"25\n"
"help.text"
msgid "<item type=\"input\">1000</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3153812\n"
"26\n"
"help.text"
msgid "<item type=\"input\">42</item>"
-msgstr ""
+msgstr "<item type=\"input\">x2</item>"
#: 04060101.xhp
msgctxt ""
@@ -4056,49 +4069,54 @@ msgid "4"
msgstr ""
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3155596\n"
"28\n"
"help.text"
msgid "<item type=\"input\">Charles</item>"
-msgstr ""
+msgstr "<item type=\"input\">Nome</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3147244\n"
"29\n"
"help.text"
msgid "<item type=\"input\">3</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3149871\n"
"30\n"
"help.text"
msgid "<item type=\"input\">10</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3155752\n"
"31\n"
"help.text"
msgid "<item type=\"input\">300</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3149052\n"
"32\n"
"help.text"
msgid "<item type=\"input\">51</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
msgctxt ""
@@ -4110,13 +4128,14 @@ msgid "5"
msgstr ""
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3147296\n"
"34\n"
"help.text"
msgid "<item type=\"input\">Daniel</item>"
-msgstr ""
+msgstr "<item type=\"input\">Nome</item>"
#: 04060101.xhp
msgctxt ""
@@ -4125,34 +4144,37 @@ msgctxt ""
"35\n"
"help.text"
msgid "<item type=\"input\">5</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3145236\n"
"36\n"
"help.text"
msgid "<item type=\"input\">11</item>"
-msgstr ""
+msgstr "<item type=\"input\">x1</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3150534\n"
"37\n"
"help.text"
msgid "<item type=\"input\">1200</item>"
-msgstr ""
+msgstr "<item type=\"input\">x2</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3150375\n"
"38\n"
"help.text"
msgid "<item type=\"input\">48</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
msgctxt ""
@@ -4164,49 +4186,54 @@ msgid "6"
msgstr ""
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3150456\n"
"40\n"
"help.text"
msgid "<item type=\"input\">Eva</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3146886\n"
"41\n"
"help.text"
msgid "<item type=\"input\">2</item>"
-msgstr ""
+msgstr "<item type=\"input\">x2</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3149945\n"
"42\n"
"help.text"
msgid "<item type=\"input\">8</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3157904\n"
"43\n"
"help.text"
msgid "<item type=\"input\">650</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3149352\n"
"44\n"
"help.text"
msgid "<item type=\"input\">33</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
msgctxt ""
@@ -4227,22 +4254,24 @@ msgid "<item type=\"input\">F</item><item type=\"input\">rank</item>"
msgstr ""
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3150743\n"
"47\n"
"help.text"
msgid "<item type=\"input\">2</item>"
-msgstr ""
+msgstr "<item type=\"input\">x2</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3154844\n"
"48\n"
"help.text"
msgid "<item type=\"input\">7</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
msgctxt ""
@@ -4272,49 +4301,54 @@ msgid "8"
msgstr ""
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3146137\n"
"52\n"
"help.text"
msgid "<item type=\"input\">Greta</item>"
-msgstr ""
+msgstr "<item type=\"input\">Nota</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3148739\n"
"53\n"
"help.text"
msgid "<item type=\"input\">1</item>"
-msgstr ""
+msgstr "<item type=\"input\">x1</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3148583\n"
"54\n"
"help.text"
msgid "<item type=\"input\">7</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3154556\n"
"55\n"
"help.text"
msgid "<item type=\"input\">200</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3155255\n"
"56\n"
"help.text"
msgid "<item type=\"input\">36</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
msgctxt ""
@@ -4326,49 +4360,54 @@ msgid "9"
msgstr ""
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3153078\n"
"58\n"
"help.text"
msgid "<item type=\"input\">Harry</item>"
-msgstr ""
+msgstr "<item type=\"input\">y</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3149955\n"
"59\n"
"help.text"
msgid "<item type=\"input\">3</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3150005\n"
"60\n"
"help.text"
msgid "<item type=\"input\">9</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3155951\n"
"61\n"
"help.text"
msgid "<item type=\"input\">1200</item>"
-msgstr ""
+msgstr "<item type=\"input\">x2</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3145169\n"
"62\n"
"help.text"
msgid "<item type=\"input\">44</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
msgctxt ""
@@ -4380,49 +4419,54 @@ msgid "10"
msgstr "10"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3148761\n"
"64\n"
"help.text"
msgid "<item type=\"input\">Irene</item>"
-msgstr ""
+msgstr "<item type=\"input\">Nota</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3149877\n"
"65\n"
"help.text"
msgid "<item type=\"input\">2</item>"
-msgstr ""
+msgstr "<item type=\"input\">x2</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3154327\n"
"66\n"
"help.text"
msgid "<item type=\"input\">8</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3155435\n"
"67\n"
"help.text"
msgid "<item type=\"input\">1000</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3145353\n"
"68\n"
"help.text"
msgid "<item type=\"input\">42</item>"
-msgstr ""
+msgstr "<item type=\"input\">x2</item>"
#: 04060101.xhp
msgctxt ""
@@ -4506,13 +4550,14 @@ msgid "14"
msgstr ""
#: 04060101.xhp
+#, fuzzy
msgctxt ""
"04060101.xhp\n"
"par_id3148429\n"
"78\n"
"help.text"
msgid "<item type=\"input\">>600</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060101.xhp
msgctxt ""
@@ -6186,12 +6231,13 @@ msgid "<emph>Rate</emph> is the rate of depreciation."
msgstr ""
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"bm_id3145257\n"
"help.text"
msgid "<bookmark_value>ACCRINT function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060103.xhp
msgctxt ""
@@ -6596,13 +6642,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3150395\n"
"8\n"
"help.text"
msgid "PV(Rate; NPer; Pmt; FV; Type)"
-msgstr ""
+msgstr "PMT(taxa; nper ; pv [; fv = 0 [; type = 0 ]] )"
#: 04060103.xhp
msgctxt ""
@@ -6620,7 +6667,7 @@ msgctxt ""
"10\n"
"help.text"
msgid "<emph>NPer</emph> is the total number of periods (payment period)."
-msgstr ""
+msgstr "<emph>NPer</emph> é o número total de períodos (período de pagamento)."
#: 04060103.xhp
msgctxt ""
@@ -6873,13 +6920,14 @@ msgid "1"
msgstr ""
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3153778\n"
"38\n"
"help.text"
msgid "<item type=\"input\">Initial Cost</item>"
-msgstr ""
+msgstr "<item type=\"input\">Total</item>"
#: 04060103.xhp
msgctxt ""
@@ -6891,31 +6939,34 @@ msgid "<item type=\"input\">Salvage Value</item>"
msgstr ""
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3150002\n"
"40\n"
"help.text"
msgid "<item type=\"input\">Useful Life</item>"
-msgstr ""
+msgstr "RECIBIDO"
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3153006\n"
"41\n"
"help.text"
msgid "<item type=\"input\">Time Period</item>"
-msgstr ""
+msgstr "RECIBIDO"
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3154505\n"
"42\n"
"help.text"
msgid "<item type=\"input\">Deprec. SYD</item>"
-msgstr ""
+msgstr "RECIBIDO"
#: 04060103.xhp
msgctxt ""
@@ -6951,16 +7002,17 @@ msgctxt ""
"46\n"
"help.text"
msgid "<item type=\"input\">5</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3148766\n"
"47\n"
"help.text"
msgid "<item type=\"input\">1</item>"
-msgstr ""
+msgstr "<item type=\"input\">x1</item>"
#: 04060103.xhp
msgctxt ""
@@ -6981,13 +7033,14 @@ msgid "3"
msgstr ""
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3148397\n"
"50\n"
"help.text"
msgid "<item type=\"input\">2</item>"
-msgstr ""
+msgstr "<item type=\"input\">x2</item>"
#: 04060103.xhp
msgctxt ""
@@ -7008,13 +7061,14 @@ msgid "4"
msgstr ""
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3150267\n"
"53\n"
"help.text"
msgid "<item type=\"input\">3</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060103.xhp
msgctxt ""
@@ -7035,13 +7089,14 @@ msgid "5"
msgstr ""
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3153545\n"
"56\n"
"help.text"
msgid "<item type=\"input\">4</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060103.xhp
msgctxt ""
@@ -7068,7 +7123,7 @@ msgctxt ""
"59\n"
"help.text"
msgid "<item type=\"input\">5</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060103.xhp
msgctxt ""
@@ -7089,13 +7144,14 @@ msgid "7"
msgstr ""
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3155404\n"
"62\n"
"help.text"
msgid "<item type=\"input\">6</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060103.xhp
msgctxt ""
@@ -7116,13 +7172,14 @@ msgid "8"
msgstr ""
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3083286\n"
"65\n"
"help.text"
msgid "<item type=\"input\">7</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060103.xhp
msgctxt ""
@@ -7134,13 +7191,14 @@ msgid "9"
msgstr ""
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3154815\n"
"68\n"
"help.text"
msgid "<item type=\"input\">8</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060103.xhp
msgctxt ""
@@ -7152,13 +7210,14 @@ msgid "10"
msgstr "10"
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3156307\n"
"71\n"
"help.text"
msgid "<item type=\"input\">9</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060103.xhp
msgctxt ""
@@ -7170,13 +7229,14 @@ msgid "11"
msgstr "11"
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3146856\n"
"74\n"
"help.text"
msgid "<item type=\"input\">10</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060103.xhp
msgctxt ""
@@ -7197,13 +7257,14 @@ msgid "13"
msgstr ""
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3156113\n"
"78\n"
"help.text"
msgid "<item type=\"input\">>0</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060103.xhp
msgctxt ""
@@ -8075,13 +8136,14 @@ msgid "ISPMT(Rate; Period; TotalPeriods; Invest)"
msgstr ""
#: 04060103.xhp
+#, fuzzy
msgctxt ""
"04060103.xhp\n"
"par_id3148672\n"
"318\n"
"help.text"
msgid "<emph>Rate</emph> sets the periodic interest rate."
-msgstr ""
+msgstr "A <emph>taxa</emph> corresponde á taxa de xuro periódica."
#: 04060103.xhp
msgctxt ""
@@ -8226,13 +8288,14 @@ msgid "<emph>2</emph>"
msgstr "<emph>2</emph>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150024\n"
"7\n"
"help.text"
msgid "x <item type=\"input\">value</item>"
-msgstr ""
+msgstr "<item type=\"input\">Valor</item> y"
#: 04060104.xhp
msgctxt ""
@@ -8253,22 +8316,24 @@ msgid "<emph>3</emph>"
msgstr "<emph>3</emph>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3148440\n"
"10\n"
"help.text"
msgid "<item type=\"input\">-5</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3148888\n"
"11\n"
"help.text"
msgid "<item type=\"input\">-3</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060104.xhp
msgctxt ""
@@ -8280,22 +8345,24 @@ msgid "<emph>4</emph>"
msgstr "<emph>4</emph>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150139\n"
"13\n"
"help.text"
msgid "<item type=\"input\">-2</item>"
-msgstr ""
+msgstr "<item type=\"input\">x2</item>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3149542\n"
"14\n"
"help.text"
msgid "<item type=\"input\">0</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060104.xhp
msgctxt ""
@@ -8307,22 +8374,24 @@ msgid "<emph>5</emph>"
msgstr "<emph>A</emph>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153329\n"
"16\n"
"help.text"
msgid "<item type=\"input\">-1</item>"
-msgstr ""
+msgstr "<item type=\"input\">x1</item>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3155257\n"
"17\n"
"help.text"
msgid "<item type=\"input\">1</item>"
-msgstr ""
+msgstr "<item type=\"input\">x1</item>"
#: 04060104.xhp
msgctxt ""
@@ -8334,22 +8403,24 @@ msgid "<emph>6</emph>"
msgstr "<emph>A</emph>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3149956\n"
"19\n"
"help.text"
msgid "<item type=\"input\">0</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3145594\n"
"20\n"
"help.text"
msgid "<item type=\"input\">3</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060104.xhp
msgctxt ""
@@ -8361,22 +8432,24 @@ msgid "<emph>7</emph>"
msgstr "<emph>A</emph>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3148573\n"
"22\n"
"help.text"
msgid "<item type=\"input\">2</item>"
-msgstr ""
+msgstr "<item type=\"input\">x2</item>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3145166\n"
"23\n"
"help.text"
msgid "<item type=\"input\">4</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060104.xhp
msgctxt ""
@@ -8388,22 +8461,24 @@ msgid "<emph>8</emph>"
msgstr "<emph>A</emph>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150018\n"
"25\n"
"help.text"
msgid "<item type=\"input\">4</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150129\n"
"26\n"
"help.text"
msgid "<item type=\"input\">6</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060104.xhp
msgctxt ""
@@ -8415,30 +8490,33 @@ msgid "<emph>9</emph>"
msgstr "<emph>A</emph>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3148389\n"
"28\n"
"help.text"
msgid "<item type=\"input\">6</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3156068\n"
"29\n"
"help.text"
msgid "<item type=\"input\">8</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"bm_id3691824\n"
"help.text"
msgid "<bookmark_value>INFO function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060104.xhp
msgctxt ""
@@ -8611,12 +8689,13 @@ msgid "<item type=\"input\">=INFO(D5)</item> with cell <item type=\"literal\">D5
msgstr ""
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"bm_id3155625\n"
"help.text"
msgid "<bookmark_value>CURRENT function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Loc</bookmark_value>"
#: 04060104.xhp
msgctxt ""
@@ -8697,12 +8776,13 @@ msgid "The example returns A2 + B2 (STYLE returns 0 here). If this sum is greate
msgstr ""
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id7318643\n"
"help.text"
msgid "<item type=\"input\">=\"choo\"&CURRENT()</item>"
-msgstr ""
+msgstr "Actual"
#: 04060104.xhp
msgctxt ""
@@ -8835,13 +8915,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3149821\n"
"40\n"
"help.text"
msgid "ISREF(Value)"
-msgstr ""
+msgstr "ÉPAR(valor)"
#: 04060104.xhp
msgctxt ""
@@ -8879,12 +8960,13 @@ msgid "<item type=\"input\">=ISREF(\"abcdef\")</item> returns always FALSE becau
msgstr ""
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id2131544\n"
"help.text"
msgid "<item type=\"input\">=ISREF(4)</item> returns FALSE."
-msgstr ""
+msgstr "<item type=\"input\">=ÉIMPAR(48)</item> devolve FALSO"
#: 04060104.xhp
msgctxt ""
@@ -8938,13 +9020,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3156312\n"
"48\n"
"help.text"
msgid "ISERR(Value)"
-msgstr ""
+msgstr "ÉPAR(valor)"
#: 04060104.xhp
msgctxt ""
@@ -9132,12 +9215,13 @@ msgid "<item type=\"input\">=ISFORMULA(C4)</item> returns FALSE if the cell C4 c
msgstr ""
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"bm_id3149760\n"
"help.text"
msgid "<bookmark_value>ISEVEN_ADD function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Funnción Sin</bookmark_value>"
#: 04060104.xhp
msgctxt ""
@@ -9194,13 +9278,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153904\n"
"235\n"
"help.text"
msgid "<item type=\"input\">=ISEVEN_ADD(5)</item> returns 0."
-msgstr ""
+msgstr " EVEN(1,2) devolve 2"
#: 04060104.xhp
msgctxt ""
@@ -9343,13 +9428,14 @@ msgid "ISBLANK(Value)"
msgstr ""
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3154212\n"
"81\n"
"help.text"
msgid "<emph>Value</emph> is the content to be tested."
-msgstr ""
+msgstr "<emph>Valor</emph> é o valor que hai que comprobar."
#: 04060104.xhp
msgctxt ""
@@ -9624,12 +9710,13 @@ msgid "<item type=\"input\">=ISTEXT(C3)</item> returns FALSE if cell C3 contains
msgstr ""
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"bm_id3153939\n"
"help.text"
msgid "<bookmark_value>ISODD_ADD function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función DAY</bookmark_value>"
#: 04060104.xhp
msgctxt ""
@@ -9686,13 +9773,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3154793\n"
"242\n"
"help.text"
msgid "<item type=\"input\">=ISODD_ADD(5)</item> returns 1."
-msgstr ""
+msgstr "ODD(-2) dá -3"
#: 04060104.xhp
msgctxt ""
@@ -9775,12 +9863,13 @@ msgid "<item type=\"input\">=ISNUMBER(C2)</item> returns FALSE if the cell C2 co
msgstr ""
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"bm_id3153694\n"
"help.text"
msgid "<bookmark_value>N function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060104.xhp
msgctxt ""
@@ -9854,30 +9943,33 @@ msgid "<item type=\"input\">=N(123)</item> returns 123"
msgstr "<item type=\"input\">= N(123) devolve 123"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id2337717\n"
"help.text"
msgid "<item type=\"input\">=N(TRUE)</item> returns 1"
-msgstr ""
+msgstr "<item type=\"input\">= N(123) devolve 123"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3153781\n"
"126\n"
"help.text"
msgid "<item type=\"input\">=N(FALSE)</item> returns 0"
-msgstr ""
+msgstr "<item type=\"input\">= NOT(falso) devolve Verdadeiro"
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3154670\n"
"243\n"
"help.text"
msgid "<item type=\"input\">=N(\"abc\")</item> returns 0"
-msgstr ""
+msgstr "<item type=\"input\">= N(123) devolve 123"
#: 04060104.xhp
msgctxt ""
@@ -9950,12 +10042,13 @@ msgid "<item type=\"input\">=NA()</item> converts the contents of the cell into
msgstr ""
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"bm_id3151255\n"
"help.text"
msgid "<bookmark_value>TYPE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función EXP</bookmark_value>"
#: 04060104.xhp
msgctxt ""
@@ -10120,13 +10213,14 @@ msgid "Returns the number of the referenced column."
msgstr ""
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3150094\n"
"162\n"
"help.text"
msgid "<item type=\"input\">=CELL(\"COL\";D2)</item> returns 4."
-msgstr ""
+msgstr " DELTA(3; 3) devolve 1"
#: 04060104.xhp
msgctxt ""
@@ -10147,13 +10241,14 @@ msgid "Returns the number of the referenced row."
msgstr ""
#: 04060104.xhp
+#, fuzzy
msgctxt ""
"04060104.xhp\n"
"par_id3151222\n"
"163\n"
"help.text"
msgid "<item type=\"input\">=CELL(\"ROW\";D2)</item> returns 2."
-msgstr ""
+msgstr " DELTA(3; 3) devolve 1"
#: 04060104.xhp
msgctxt ""
@@ -10731,12 +10826,13 @@ msgid "<variable id=\"logischtext\">This category contains the <emph>Logical</em
msgstr ""
#: 04060105.xhp
+#, fuzzy
msgctxt ""
"04060105.xhp\n"
"bm_id3147505\n"
"help.text"
msgid "<bookmark_value>AND function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Tan</bookmark_value>"
#: 04060105.xhp
msgctxt ""
@@ -10820,21 +10916,23 @@ msgid "<item type=\"input\">=AND(12<13;14>12;7<6)</item> returns FALSE."
msgstr ""
#: 04060105.xhp
+#, fuzzy
msgctxt ""
"04060105.xhp\n"
"par_id3149946\n"
"60\n"
"help.text"
msgid "<item type=\"input\">=AND (FALSE;TRUE)</item> returns FALSE."
-msgstr ""
+msgstr "<item type=\"input\">=FALSE()</item> devolve FALSE"
#: 04060105.xhp
+#, fuzzy
msgctxt ""
"04060105.xhp\n"
"bm_id3149015\n"
"help.text"
msgid "<bookmark_value>FALSE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Loc</bookmark_value>"
#: 04060105.xhp
msgctxt ""
@@ -10901,12 +10999,13 @@ msgid "<item type=\"input\">=NOT(FALSE())</item> returns TRUE"
msgstr "<item type=\"input\">= NOT(falso) devolve Verdadeiro"
#: 04060105.xhp
+#, fuzzy
msgctxt ""
"04060105.xhp\n"
"bm_id3150141\n"
"help.text"
msgid "<bookmark_value>IF function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060105.xhp
msgctxt ""
@@ -10998,12 +11097,13 @@ msgid "<item type=\"input\">=IF(A1>5;100;\"too small\")</item> If the value in A
msgstr ""
#: 04060105.xhp
+#, fuzzy
msgctxt ""
"04060105.xhp\n"
"bm_id3155954\n"
"help.text"
msgid "<bookmark_value>NOT function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Now</bookmark_value>"
#: 04060105.xhp
msgctxt ""
@@ -11069,12 +11169,13 @@ msgid "<item type=\"input\">=NOT(A)</item>. If A=TRUE then NOT(A) will evaluate
msgstr ""
#: 04060105.xhp
+#, fuzzy
msgctxt ""
"04060105.xhp\n"
"bm_id3148394\n"
"help.text"
msgid "<bookmark_value>OR function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Hour</bookmark_value>"
#: 04060105.xhp
msgctxt ""
@@ -11158,21 +11259,23 @@ msgid "<item type=\"input\">=OR(12<11;13>22;45=45)</item> returns TRUE."
msgstr ""
#: 04060105.xhp
+#, fuzzy
msgctxt ""
"04060105.xhp\n"
"par_id3158412\n"
"59\n"
"help.text"
msgid "<item type=\"input\">=OR(FALSE;TRUE)</item> returns TRUE."
-msgstr ""
+msgstr "<item type=\"input\">= NOT(falso) devolve Verdadeiro"
#: 04060105.xhp
+#, fuzzy
msgctxt ""
"04060105.xhp\n"
"bm_id3156256\n"
"help.text"
msgid "<bookmark_value>TRUE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Erl</bookmark_value>"
#: 04060105.xhp
msgctxt ""
@@ -11230,39 +11333,43 @@ msgid "If A=TRUE and B=FALSE the following examples appear:"
msgstr ""
#: 04060105.xhp
+#, fuzzy
msgctxt ""
"04060105.xhp\n"
"par_id3083285\n"
"44\n"
"help.text"
msgid "<item type=\"input\">=AND(A;B)</item> returns FALSE"
-msgstr ""
+msgstr "<item type=\"input\">=ÉIMPAR(48)</item> devolve FALSO"
#: 04060105.xhp
+#, fuzzy
msgctxt ""
"04060105.xhp\n"
"par_id3083444\n"
"45\n"
"help.text"
msgid "<item type=\"input\">=OR(A;B)</item> returns TRUE"
-msgstr ""
+msgstr "<item type=\"input\">=ÉIMPAR(33)</item> devolve VERDADEIRO"
#: 04060105.xhp
+#, fuzzy
msgctxt ""
"04060105.xhp\n"
"par_id3154314\n"
"46\n"
"help.text"
msgid "<item type=\"input\">=NOT(AND(A;B))</item> returns TRUE"
-msgstr ""
+msgstr "<item type=\"input\">= NOT(falso) devolve Verdadeiro"
#: 04060105.xhp
+#, fuzzy
msgctxt ""
"04060105.xhp\n"
"bm_id3156257\n"
"help.text"
msgid "<bookmark_value>XOR function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Hour</bookmark_value>"
#: 04060105.xhp
msgctxt ""
@@ -11294,7 +11401,7 @@ msgctxt ""
"hd_id3153718\n"
"help.text"
msgid "Syntax"
-msgstr ""
+msgstr "Sintaxe"
#: 04060105.xhp
msgctxt ""
@@ -11310,15 +11417,16 @@ msgctxt ""
"hd_id3147176\n"
"help.text"
msgid "Example"
-msgstr ""
+msgstr "Exemplo"
#: 04060105.xhp
+#, fuzzy
msgctxt ""
"04060105.xhp\n"
"par_id3083286\n"
"help.text"
msgid "<item type=\"input\">=XOR(TRUE;TRUE)</item> returns FALSE"
-msgstr ""
+msgstr "<item type=\"input\">=FALSE()</item> devolve FALSE"
#: 04060105.xhp
msgctxt ""
@@ -11329,12 +11437,13 @@ msgid "<item type=\"input\">=XOR(TRUE;TRUE;TRUE)</item> returns TRUE"
msgstr ""
#: 04060105.xhp
+#, fuzzy
msgctxt ""
"04060105.xhp\n"
"par_id3154315\n"
"help.text"
msgid "<item type=\"input\">=XOR(FALSE;TRUE)</item> returns TRUE"
-msgstr ""
+msgstr "<item type=\"input\">= NOT(falso) devolve Verdadeiro"
#: 04060106.xhp
msgctxt ""
@@ -11433,30 +11542,33 @@ msgid "Example"
msgstr "Exemplo"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152787\n"
"39\n"
"help.text"
msgid "<item type=\"input\">=ABS(-56)</item> returns 56."
-msgstr ""
+msgstr "<item type=\"input\">=FACT(3)</item> devolve 6."
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3148752\n"
"40\n"
"help.text"
msgid "<item type=\"input\">=ABS(12)</item> returns 12."
-msgstr ""
+msgstr "ODD(-2) dá -3"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id320139\n"
"help.text"
msgid "<item type=\"input\">=ABS(0)</item> returns 0."
-msgstr ""
+msgstr "<item type=\"input\">=FACT(0)</item> devolve 1."
#: 04060106.xhp
msgctxt ""
@@ -11530,12 +11642,13 @@ msgid "<item type=\"input\">=COUNTBLANK(A1:B2)</item> returns 4 if cells A1, A2,
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3153114\n"
"help.text"
msgid "<bookmark_value>ACOS function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -11565,13 +11678,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3150020\n"
"53\n"
"help.text"
msgid "ACOS(Number)"
-msgstr ""
+msgstr "COS(número)"
#: 04060106.xhp
msgctxt ""
@@ -11617,12 +11731,13 @@ msgid "<item type=\"input\">=DEGREES(ACOS(0.5))</item> returns 60. The cosine of
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3145355\n"
"help.text"
msgid "<bookmark_value>ACOSH function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -11652,13 +11767,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3151017\n"
"63\n"
"help.text"
msgid "ACOSH(Number)"
-msgstr ""
+msgstr "COS(número)"
#: 04060106.xhp
msgctxt ""
@@ -11687,29 +11803,32 @@ msgid "Example"
msgstr "Exemplo"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3145629\n"
"66\n"
"help.text"
msgid "<item type=\"input\">=ACOSH(1)</item> returns 0."
-msgstr ""
+msgstr "ODD(-2) dá -3"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id951567\n"
"help.text"
msgid "<item type=\"input\">=ACOSH(COSH(4))</item> returns 4."
-msgstr ""
+msgstr "ODD(-2) dá -3"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3149027\n"
"help.text"
msgid "<bookmark_value>ACOT function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -11739,13 +11858,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3158419\n"
"73\n"
"help.text"
msgid "ACOT(Number)"
-msgstr ""
+msgstr "COS(número)"
#: 04060106.xhp
msgctxt ""
@@ -11791,12 +11911,13 @@ msgid "<item type=\"input\">=DEGREES(ACOT(1))</item> returns 45. The tangent of
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3148426\n"
"help.text"
msgid "<bookmark_value>ACOTH function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -11826,13 +11947,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3147172\n"
"83\n"
"help.text"
msgid "ACOTH(Number)"
-msgstr ""
+msgstr "COS(número)"
#: 04060106.xhp
msgctxt ""
@@ -11870,12 +11992,13 @@ msgid "<item type=\"input\">=ACOTH(1.1)</item> returns inverse hyperbolic cotang
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3145084\n"
"help.text"
msgid "<bookmark_value>ASIN function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -11905,13 +12028,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3156305\n"
"93\n"
"help.text"
msgid "ASIN(Number)"
-msgstr ""
+msgstr "ASINH(número)"
#: 04060106.xhp
msgctxt ""
@@ -11940,13 +12064,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3156100\n"
"96\n"
"help.text"
msgid "<item type=\"input\">=ASIN(0)</item> returns 0."
-msgstr ""
+msgstr " EVEN(1,2) devolve 2"
#: 04060106.xhp
msgctxt ""
@@ -11965,12 +12090,13 @@ msgid "<item type=\"input\">=DEGREES(ASIN(0.5))</item> returns 30. The sine of 3
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3151266\n"
"help.text"
msgid "<bookmark_value>ASINH function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -12036,20 +12162,22 @@ msgid "<item type=\"input\">=ASINH(-90)</item> returns approximately -5.1929877.
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id4808496\n"
"help.text"
msgid "<item type=\"input\">=ASINH(SINH(4))</item> returns 4."
-msgstr ""
+msgstr " EVEN(1,2) devolve 2"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3155996\n"
"help.text"
msgid "<bookmark_value>ATAN function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Tan</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -12079,13 +12207,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3150261\n"
"113\n"
"help.text"
msgid "ATAN(Number)"
-msgstr ""
+msgstr "Tan (Número)"
#: 04060106.xhp
msgctxt ""
@@ -12131,12 +12260,13 @@ msgid "<item type=\"input\">=DEGREES(ATAN(1))</item> returns 45. The tangent of
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3153983\n"
"help.text"
msgid "<bookmark_value>ATAN2 function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Tan</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -12235,12 +12365,13 @@ msgid "<item type=\"input\">=DEGREES(ATAN2(12.3;12.3))</item> returns 45. The ta
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3155398\n"
"help.text"
msgid "<bookmark_value>ATANH function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Tan</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -12270,13 +12401,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3149912\n"
"133\n"
"help.text"
msgid "ATANH(Number)"
-msgstr ""
+msgstr "Tan (Número)"
#: 04060106.xhp
msgctxt ""
@@ -12305,13 +12437,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3145419\n"
"136\n"
"help.text"
msgid "<item type=\"input\">=ATANH(0)</item> returns 0."
-msgstr ""
+msgstr " EVEN(1,2) devolve 2"
#: 04060106.xhp
msgctxt ""
@@ -12402,12 +12535,13 @@ msgid "<item type=\"input\">=COS(RADIANS(60))</item> returns 0.5, the cosine of
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3154277\n"
"help.text"
msgid "<bookmark_value>COSH function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -12437,13 +12571,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3166440\n"
"162\n"
"help.text"
msgid "COSH(Number)"
-msgstr ""
+msgstr "COS(número)"
#: 04060106.xhp
msgctxt ""
@@ -12473,12 +12608,13 @@ msgid "<item type=\"input\">=COSH(0)</item> returns 1, the hyperbolic cosine of
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3152888\n"
"help.text"
msgid "<bookmark_value>COT function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -12508,13 +12644,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3154856\n"
"172\n"
"help.text"
msgid "COT(Number)"
-msgstr ""
+msgstr "COS(número)"
#: 04060106.xhp
msgctxt ""
@@ -12569,12 +12706,13 @@ msgid "<item type=\"input\">=COT(RADIANS(45))</item> returns 1, the cotangent of
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3154337\n"
"help.text"
msgid "<bookmark_value>COTH function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Function Month</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -12604,13 +12742,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3143280\n"
"181\n"
"help.text"
msgid "COTH(Number)"
-msgstr ""
+msgstr "Month (Número)"
#: 04060106.xhp
msgctxt ""
@@ -12640,12 +12779,13 @@ msgid "<item type=\"input\">=COTH(1)</item> returns the hyperbolic cotangent of
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id6110552\n"
"help.text"
msgid "<bookmark_value>CSC function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Loc</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -12675,13 +12815,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id4571344\n"
"152\n"
"help.text"
msgid "CSC(Number)"
-msgstr ""
+msgstr "COS(número)"
#: 04060106.xhp
msgctxt ""
@@ -12728,12 +12869,13 @@ msgid "<item type=\"input\">=CSC(RADIANS(30))</item> returns 2, the cosecant of
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id9288877\n"
"help.text"
msgid "<bookmark_value>CSCH function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Loc</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -12763,13 +12905,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3108851\n"
"162\n"
"help.text"
msgid "CSCH(Number)"
-msgstr ""
+msgstr "ASINH(número)"
#: 04060106.xhp
msgctxt ""
@@ -13105,22 +13248,24 @@ msgid "Example"
msgstr "Exemplo"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3156267\n"
"224\n"
"help.text"
msgid "<item type=\"input\">=INT(5.7)</item> returns 5."
-msgstr ""
+msgstr "ODD(-2) dá -3"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3147323\n"
"225\n"
"help.text"
msgid "<item type=\"input\">=INT(-1.3)</item> returns -2."
-msgstr ""
+msgstr " EVEN(1,2) devolve 2"
#: 04060106.xhp
msgctxt ""
@@ -13158,13 +13303,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3150830\n"
"230\n"
"help.text"
msgid "EVEN(Number)"
-msgstr ""
+msgstr "EXP (Número)"
#: 04060106.xhp
msgctxt ""
@@ -13309,12 +13455,13 @@ msgid "<item type=\"input\">=GCD(B1:B3)</item> where cells B1, B2, B3 contain <i
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3151221\n"
"help.text"
msgid "<bookmark_value>GCD_ADD function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función DAY</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -13371,13 +13518,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3159192\n"
"683\n"
"help.text"
msgid "<item type=\"input\">=GCD_ADD(5;15;25)</item> returns 5."
-msgstr ""
+msgstr "ODD(-2) dá -3"
#: 04060106.xhp
msgctxt ""
@@ -13541,7 +13689,7 @@ msgctxt ""
"259\n"
"help.text"
msgid "<emph>Value</emph> is the value to be checked."
-msgstr ""
+msgstr "<emph>Valor</emph> é o valor que hai que comprobar."
#: 04060106.xhp
msgctxt ""
@@ -13665,12 +13813,13 @@ msgid "If you enter the numbers <item type=\"input\">512</item>;<item type=\"inp
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3154230\n"
"help.text"
msgid "<bookmark_value>LCM_ADD function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -13727,13 +13876,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3145135\n"
"690\n"
"help.text"
msgid "<item type=\"input\">=LCM_ADD(5;15;25)</item> returns 75."
-msgstr ""
+msgstr "ODD(-2) dá -3"
#: 04060106.xhp
msgctxt ""
@@ -13920,13 +14070,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3152904\n"
"289\n"
"help.text"
msgid "<item type=\"input\">=COMBINA(3;2)</item> returns 6."
-msgstr ""
+msgstr " COMBIN(5;5) devolve 1"
#: 04060106.xhp
msgctxt ""
@@ -14061,13 +14212,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3155284\n"
"304\n"
"help.text"
msgid "LN(Number)"
-msgstr ""
+msgstr "INT(número)"
#: 04060106.xhp
msgctxt ""
@@ -14097,12 +14249,13 @@ msgid "<item type=\"input\">=LN(3)</item> returns the natural logarithm of 3 (ap
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id5747245\n"
"help.text"
msgid "<item type=\"input\">=LN(EXP(321))</item> returns 321."
-msgstr ""
+msgstr " VALUE(\"14,03\") devolve 14,03"
#: 04060106.xhp
msgctxt ""
@@ -14185,12 +14338,13 @@ msgid "<item type=\"input\">=LOG(10;3)</item> returns the logarithm to base 3 of
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id5577562\n"
"help.text"
msgid "<item type=\"input\">=LOG(7^4;7)</item> returns 4."
-msgstr ""
+msgstr " COMBIN(5;5) devolve 1"
#: 04060106.xhp
msgctxt ""
@@ -14354,39 +14508,43 @@ msgid "Example"
msgstr "Exemplo"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3145710\n"
"339\n"
"help.text"
msgid "<item type=\"input\">=CEILING(-11;-2)</item> returns -10"
-msgstr ""
+msgstr " DELTA(3; 3) devolve 1"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3145725\n"
"340\n"
"help.text"
msgid "<item type=\"input\">=CEILING(-11;-2;0)</item> returns -10"
-msgstr ""
+msgstr " DELTA(3; 3) devolve 1"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3145740\n"
"341\n"
"help.text"
msgid "<item type=\"input\">=CEILING(-11;-2;1)</item> returns -12"
-msgstr ""
+msgstr " DELTA(3; 3) devolve 1"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3157762\n"
"help.text"
msgid "<bookmark_value>PI function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -14444,12 +14602,13 @@ msgid "<item type=\"input\">=PI()</item> returns 3.14159265358979."
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3152418\n"
"help.text"
msgid "<bookmark_value>MULTINOMIAL function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Minute</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -14515,12 +14674,13 @@ msgid "<item type=\"input\">=MULTINOMIAL(F11:H11)</item> returns 1260, if F11 to
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3155717\n"
"help.text"
msgid "<bookmark_value>POWER function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Now</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -14610,12 +14770,13 @@ msgid "=4^3 also returns 4 to the power of 3."
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3152651\n"
"help.text"
msgid "<bookmark_value>SERIESSUM function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Erl</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -14769,13 +14930,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3144494\n"
"367\n"
"help.text"
msgid "<item type=\"input\">=PRODUCT(2;3;4)</item> returns 24."
-msgstr ""
+msgstr "DEC2OCT(55) devolve \"67\" "
#: 04060106.xhp
msgctxt ""
@@ -15085,12 +15247,13 @@ msgid "<item type=\"input\">=RADIANS(90)</item> returns 1.5707963267949, which i
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3158121\n"
"help.text"
msgid "<bookmark_value>ROUND function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Hour</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -15155,13 +15318,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3145876\n"
"405\n"
"help.text"
msgid "<item type=\"input\">=ROUND(2.348;2)</item> returns 2.35"
-msgstr ""
+msgstr "ODD(-2) dá -3"
#: 04060106.xhp
msgctxt ""
@@ -15173,36 +15337,40 @@ msgid "<item type=\"input\">=ROUND(-32.4834;3)</item> returns -32.483. Change th
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id1371501\n"
"help.text"
msgid "<item type=\"input\">=ROUND(2.348;0)</item> returns 2."
-msgstr ""
+msgstr " EVEN(1,2) devolve 2"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id4661702\n"
"help.text"
msgid "<item type=\"input\">=ROUND(2.5)</item> returns 3."
-msgstr ""
+msgstr "ODD(-2) dá -3"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id7868892\n"
"help.text"
msgid "<item type=\"input\">=ROUND(987.65;-2)</item> returns 1000."
-msgstr ""
+msgstr " MOD(5;5) devolve 0"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3145991\n"
"help.text"
msgid "<bookmark_value>ROUNDDOWN function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Now</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -15267,29 +15435,32 @@ msgid "Example"
msgstr "Exemplo"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3163178\n"
"31\n"
"help.text"
msgid "<item type=\"input\">=ROUNDDOWN(1.234;2)</item> returns 1.23."
-msgstr ""
+msgstr "ODD(-2) dá -3"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id5833307\n"
"help.text"
msgid "<item type=\"input\">=ROUNDDOWN(45.67;0)</item> returns 45."
-msgstr ""
+msgstr "ODD(-2) dá -3"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id7726676\n"
"help.text"
msgid "<item type=\"input\">=ROUNDDOWN(-45.67)</item> returns -45."
-msgstr ""
+msgstr "ODD(-2) dá -3"
#: 04060106.xhp
msgctxt ""
@@ -15300,12 +15471,13 @@ msgid "<item type=\"input\">=ROUNDDOWN(987.65;-2)</item> returns 900."
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3163268\n"
"help.text"
msgid "<bookmark_value>ROUNDUP function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Hour</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -15370,37 +15542,41 @@ msgid "Example"
msgstr "Exemplo"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3144786\n"
"147\n"
"help.text"
msgid "<item type=\"input\">=ROUNDUP(1.1111;2)</item> returns 1.12."
-msgstr ""
+msgstr " MOD(5;5) devolve 0"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id7700430\n"
"help.text"
msgid "<item type=\"input\">=ROUNDUP(1.2345;1)</item> returns 1.3."
-msgstr ""
+msgstr "ODD(-2) dá -3"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id1180455\n"
"help.text"
msgid "<item type=\"input\">=ROUNDUP(45.67;0)</item> returns 46."
-msgstr ""
+msgstr "ODD(-2) dá -3"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3405560\n"
"help.text"
msgid "<item type=\"input\">=ROUNDUP(-45.67)</item> returns -46."
-msgstr ""
+msgstr "ODD(-2) dá -3"
#: 04060106.xhp
msgctxt ""
@@ -15411,12 +15587,13 @@ msgid "<item type=\"input\">=ROUNDUP(987.65;-2)</item> returns 1000."
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id5256537\n"
"help.text"
msgid "<bookmark_value>SEC function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060106.xhp
#, fuzzy
@@ -15447,13 +15624,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id2055913\n"
"152\n"
"help.text"
msgid "SEC(Number)"
-msgstr ""
+msgstr "Sin (Número)"
#: 04060106.xhp
msgctxt ""
@@ -15500,12 +15678,13 @@ msgid "<item type=\"input\">=SEC(RADIANS(60))</item> returns 2, the secant of 60
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id840005\n"
"help.text"
msgid "<bookmark_value>SECH function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Funnción Sin</bookmark_value>"
#: 04060106.xhp
#, fuzzy
@@ -15536,13 +15715,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id4985391\n"
"162\n"
"help.text"
msgid "SECH(Number)"
-msgstr ""
+msgstr "Segundo número"
#: 04060106.xhp
msgctxt ""
@@ -15660,12 +15840,13 @@ msgid "<item type=\"input\">=SIN(RADIANS(30))</item> returns 0.5, the sine of 30
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3163397\n"
"help.text"
msgid "<bookmark_value>SINH function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -15695,13 +15876,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3163457\n"
"421\n"
"help.text"
msgid "SINH(Number)"
-msgstr ""
+msgstr "ASINH(número)"
#: 04060106.xhp
msgctxt ""
@@ -16076,12 +16258,13 @@ msgid "<item type=\"input\">=TAN(RADIANS(45))</item> returns 1, the tangent of 4
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id3165434\n"
"help.text"
msgid "<bookmark_value>TANH function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Tan</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -16111,13 +16294,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3165494\n"
"459\n"
"help.text"
msgid "TANH(Number)"
-msgstr ""
+msgstr "Tan (Número)"
#: 04060106.xhp
msgctxt ""
@@ -16557,12 +16741,13 @@ msgid "<item type=\"input\">=EUROCONVERT(100;\"EUR\";\"DEM\")</item> converts 10
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"bm_id0908200902090676\n"
"help.text"
msgid "<bookmark_value>CONVERT function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060106.xhp
msgctxt ""
@@ -16664,13 +16849,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3157237\n"
"505\n"
"help.text"
msgid "ODD(Number)"
-msgstr ""
+msgstr "Hour (Número)"
#: 04060106.xhp
msgctxt ""
@@ -16817,13 +17003,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3163945\n"
"519\n"
"help.text"
msgid "<item type=\"input\">=FLOOR( -11;-2)</item> returns -12"
-msgstr ""
+msgstr "ODD(-2) dá -3"
#: 04060106.xhp
msgctxt ""
@@ -16835,13 +17022,14 @@ msgid "<item type=\"input\">=FLOOR( -11;-2;0)</item> returns -12"
msgstr ""
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3163988\n"
"521\n"
"help.text"
msgid "<item type=\"input\">=FLOOR( -11;-2;1)</item> returns -10"
-msgstr ""
+msgstr "ODD(-2) dá -3"
#: 04060106.xhp
msgctxt ""
@@ -16879,13 +17067,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164150\n"
"526\n"
"help.text"
msgid "SIGN(Number)"
-msgstr ""
+msgstr "Sin (Número)"
#: 04060106.xhp
msgctxt ""
@@ -16906,22 +17095,24 @@ msgid "Example"
msgstr "Exemplo"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164197\n"
"529\n"
"help.text"
msgid "<item type=\"input\">=SIGN(3.4)</item> returns 1."
-msgstr ""
+msgstr " EVEN(1,2) devolve 2"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164212\n"
"530\n"
"help.text"
msgid "<item type=\"input\">=SIGN(-4.5)</item> returns -1."
-msgstr ""
+msgstr " EVEN(1,2) devolve 2"
#: 04060106.xhp
msgctxt ""
@@ -17045,13 +17236,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164437\n"
"535\n"
"help.text"
msgid "SQRT(Number)"
-msgstr ""
+msgstr "INT(número)"
#: 04060106.xhp
msgctxt ""
@@ -17080,13 +17272,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060106.xhp
+#, fuzzy
msgctxt ""
"04060106.xhp\n"
"par_id3164484\n"
"538\n"
"help.text"
msgid "<item type=\"input\">=SQRT(16)</item> returns 4."
-msgstr ""
+msgstr "ODD(-2) dá -3"
#: 04060106.xhp
msgctxt ""
@@ -17556,31 +17749,34 @@ msgid "1"
msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3146996\n"
"264\n"
"help.text"
msgid "<item type=\"input\">7</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3150529\n"
"265\n"
"help.text"
msgid "<item type=\"input\">31</item>"
-msgstr ""
+msgstr "<item type=\"input\">x1</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3148831\n"
"266\n"
"help.text"
msgid "<item type=\"input\">33</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
msgctxt ""
@@ -17592,31 +17788,34 @@ msgid "2"
msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3149771\n"
"268\n"
"help.text"
msgid "<item type=\"input\">95</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158407\n"
"269\n"
"help.text"
msgid "<item type=\"input\">17</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3148806\n"
"270\n"
"help.text"
msgid "<item type=\"input\">2</item>"
-msgstr ""
+msgstr "<item type=\"input\">x2</item>"
#: 04060107.xhp
msgctxt ""
@@ -17634,25 +17833,27 @@ msgctxt ""
"272\n"
"help.text"
msgid "<item type=\"input\">5</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3148449\n"
"273\n"
"help.text"
msgid "<item type=\"input\">10</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3147238\n"
"274\n"
"help.text"
msgid "<item type=\"input\">50</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
msgctxt ""
@@ -18402,12 +18603,13 @@ msgid "5"
msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"bm_id3158446\n"
"help.text"
msgid "<bookmark_value>MUNIT function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Minute</bookmark_value>"
#: 04060107.xhp
msgctxt ""
@@ -18516,12 +18718,13 @@ msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"bm_id3159084\n"
"help.text"
msgid "<bookmark_value>FREQUENCY function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Loc</bookmark_value>"
#: 04060107.xhp
msgctxt ""
@@ -19102,12 +19305,13 @@ msgid "Select a square range and select MINVERSE. Select the output array, selec
msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"bm_id3148546\n"
"help.text"
msgid "<bookmark_value>MMULT function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Minute</bookmark_value>"
#: 04060107.xhp
msgctxt ""
@@ -19190,12 +19394,13 @@ msgid "Select a square range. Choose the MMULT function. Select the first <emph>
msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"bm_id3154970\n"
"help.text"
msgid "<bookmark_value>TRANSPOSE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Tan</bookmark_value>"
#: 04060107.xhp
msgctxt ""
@@ -19269,12 +19474,13 @@ msgid "In the spreadsheet, select the range in which the transposed array can ap
msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"bm_id3109846\n"
"help.text"
msgid "<bookmark_value>LINEST function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Eof</bookmark_value>"
#: 04060107.xhp
msgctxt ""
@@ -19543,58 +19749,64 @@ msgid "<emph>2</emph>"
msgstr "<emph>2</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3145713\n"
"90\n"
"help.text"
msgid "<item type=\"input\">4</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3145736\n"
"91\n"
"help.text"
msgid "<item type=\"input\">7</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3159427\n"
"92\n"
"help.text"
msgid "<item type=\"input\">100</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3159460\n"
"93\n"
"help.text"
msgid "<item type=\"input\">4,17</item>"
-msgstr ""
+msgstr "<item type=\"input\">x1</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3159483\n"
"94\n"
"help.text"
msgid "-<item type=\"input\">3,48</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3152381\n"
"95\n"
"help.text"
msgid "<item type=\"input\">82,33</item>"
-msgstr ""
+msgstr "<item type=\"input\">x2</item>"
#: 04060107.xhp
msgctxt ""
@@ -19612,52 +19824,57 @@ msgctxt ""
"97\n"
"help.text"
msgid "<item type=\"input\">5</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3152458\n"
"98\n"
"help.text"
msgid "<item type=\"input\">9</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3155652\n"
"99\n"
"help.text"
msgid "<item type=\"input\">105</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3155684\n"
"100\n"
"help.text"
msgid "<item type=\"input\">5,46</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3155707\n"
"101\n"
"help.text"
msgid "<item type=\"input\">10,96</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3155730\n"
"102\n"
"help.text"
msgid "<item type=\"input\">9,35</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
msgctxt ""
@@ -19669,49 +19886,54 @@ msgid "<emph>4</emph>"
msgstr "<emph>4</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3159533\n"
"104\n"
"help.text"
msgid "<item type=\"input\">6</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3159556\n"
"105\n"
"help.text"
msgid "<item type=\"input\">11</item>"
-msgstr ""
+msgstr "<item type=\"input\">x1</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3159579\n"
"106\n"
"help.text"
msgid "<item type=\"input\">104</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3159611\n"
"107\n"
"help.text"
msgid "<item type=\"input\">0,87</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3152606\n"
"108\n"
"help.text"
msgid "<item type=\"input\">5,06</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
#, fuzzy
@@ -19733,49 +19955,54 @@ msgid "<emph>5</emph>"
msgstr "<emph>A</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3152682\n"
"111\n"
"help.text"
msgid "<item type=\"input\">7</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3152705\n"
"112\n"
"help.text"
msgid "<item type=\"input\">12</item>"
-msgstr ""
+msgstr "<item type=\"input\">x2</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3152728\n"
"113\n"
"help.text"
msgid "<item type=\"input\">108</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144352\n"
"114\n"
"help.text"
msgid "<item type=\"input\">13,21</item>"
-msgstr ""
+msgstr "<item type=\"input\">x1</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144375\n"
"115\n"
"help.text"
msgid "<item type=\"input\">4</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
#, fuzzy
@@ -19797,49 +20024,54 @@ msgid "<emph>6</emph>"
msgstr "<emph>A</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144452\n"
"118\n"
"help.text"
msgid "<item type=\"input\">8</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144475\n"
"119\n"
"help.text"
msgid "<item type=\"input\">15</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144498\n"
"120\n"
"help.text"
msgid "<item type=\"input\">111</item>"
-msgstr ""
+msgstr "<item type=\"input\">x1</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158233\n"
"121\n"
"help.text"
msgid "<item type=\"input\">675,45</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158256\n"
"122\n"
"help.text"
msgid "<item type=\"input\">102,26</item>"
-msgstr ""
+msgstr "<item type=\"input\">x2</item>"
#: 04060107.xhp
#, fuzzy
@@ -19861,31 +20093,34 @@ msgid "<emph>7</emph>"
msgstr "<emph>A</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158333\n"
"125\n"
"help.text"
msgid "<item type=\"input\">9</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158356\n"
"126\n"
"help.text"
msgid "<item type=\"input\">17</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3158379\n"
"127\n"
"help.text"
msgid "<item type=\"input\">120</item>"
-msgstr ""
+msgstr "<item type=\"input\">x2</item>"
#: 04060107.xhp
msgctxt ""
@@ -19897,31 +20132,34 @@ msgid "<emph>8</emph>"
msgstr "<emph>A</emph>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144586\n"
"129\n"
"help.text"
msgid "<item type=\"input\">10</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144609\n"
"130\n"
"help.text"
msgid "<item type=\"input\">19</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_id3144632\n"
"131\n"
"help.text"
msgid "<item type=\"input\">133</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
msgctxt ""
@@ -20039,12 +20277,13 @@ msgid "G3: The standard error of the intercept"
msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"bm_id3145859\n"
"help.text"
msgid "<bookmark_value>RSQ calculations</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Loc</bookmark_value>"
#: 04060107.xhp
msgctxt ""
@@ -20109,12 +20348,13 @@ msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"bm_id1596728\n"
"help.text"
msgid "<bookmark_value>LOGEST function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Eof</bookmark_value>"
#: 04060107.xhp
msgctxt ""
@@ -20332,28 +20572,31 @@ msgid "1"
msgstr "1"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_idN11B4E\n"
"help.text"
msgid "<item type=\"input\">2</item>"
-msgstr ""
+msgstr "<item type=\"input\">x2</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_idN11B54\n"
"help.text"
msgid "<item type=\"input\">3</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_idN11B5A\n"
"help.text"
msgid "<item type=\"input\">4</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
msgctxt ""
@@ -20361,7 +20604,7 @@ msgctxt ""
"par_idN11B60\n"
"help.text"
msgid "<item type=\"input\">5</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
msgctxt ""
@@ -20372,36 +20615,40 @@ msgid "2"
msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_idN11B6D\n"
"help.text"
msgid "<item type=\"input\">6</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_idN11B73\n"
"help.text"
msgid "<item type=\"input\">7</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_idN11B79\n"
"help.text"
msgid "<item type=\"input\">8</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_idN11B7F\n"
"help.text"
msgid "<item type=\"input\">9</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
msgctxt ""
@@ -20412,36 +20659,40 @@ msgid "3"
msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_idN11B8C\n"
"help.text"
msgid "<item type=\"input\">10</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_idN11B92\n"
"help.text"
msgid "<item type=\"input\">11</item>"
-msgstr ""
+msgstr "<item type=\"input\">x1</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_idN11B98\n"
"help.text"
msgid "<item type=\"input\">12</item>"
-msgstr ""
+msgstr "<item type=\"input\">x2</item>"
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"par_idN11B9E\n"
"help.text"
msgid "<item type=\"input\">13</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060107.xhp
msgctxt ""
@@ -20484,12 +20735,13 @@ msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"bm_id3144842\n"
"help.text"
msgid "<bookmark_value>SUMX2MY2 function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función EXP</bookmark_value>"
#: 04060107.xhp
msgctxt ""
@@ -20554,12 +20806,13 @@ msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"bm_id3145026\n"
"help.text"
msgid "<bookmark_value>SUMX2PY2 function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función EXP</bookmark_value>"
#: 04060107.xhp
msgctxt ""
@@ -20624,12 +20877,13 @@ msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"bm_id3163527\n"
"help.text"
msgid "<bookmark_value>SUMXMY2 function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función EXP</bookmark_value>"
#: 04060107.xhp
msgctxt ""
@@ -20694,12 +20948,13 @@ msgid "<embedvar href=\"text/scalc/00/00000004.xhp#moreontop\"/>"
msgstr ""
#: 04060107.xhp
+#, fuzzy
msgctxt ""
"04060107.xhp\n"
"bm_id3166062\n"
"help.text"
msgid "<bookmark_value>TREND function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Tan</bookmark_value>"
#: 04060107.xhp
msgctxt ""
@@ -20992,13 +21247,14 @@ msgid "2"
msgstr ""
#: 04060108.xhp
+#, fuzzy
msgctxt ""
"04060108.xhp\n"
"par_id3153551\n"
"13\n"
"help.text"
msgid "x value"
-msgstr ""
+msgstr "Valor Y"
#: 04060108.xhp
#, fuzzy
@@ -21252,12 +21508,13 @@ msgid "<variable id=\"tabelletext\">This section contains descriptions of the <e
msgstr ""
#: 04060109.xhp
+#, fuzzy
msgctxt ""
"04060109.xhp\n"
"bm_id3146968\n"
"help.text"
msgid "<bookmark_value>ADDRESS function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Loc</bookmark_value>"
#: 04060109.xhp
msgctxt ""
@@ -21475,12 +21732,13 @@ msgid "If the cell A1 in sheet 2 contains the value <item type=\"input\">-6</ite
msgstr ""
#: 04060109.xhp
+#, fuzzy
msgctxt ""
"04060109.xhp\n"
"bm_id3150372\n"
"help.text"
msgid "<bookmark_value>AREAS function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Function Year</bookmark_value>"
#: 04060109.xhp
msgctxt ""
@@ -21564,12 +21822,13 @@ msgid "<item type=\"input\">=AREAS(All)</item> returns 1 if you have defined an
msgstr ""
#: 04060109.xhp
+#, fuzzy
msgctxt ""
"04060109.xhp\n"
"bm_id3148727\n"
"help.text"
msgid "<bookmark_value>DDE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función DAY</bookmark_value>"
#: 04060109.xhp
msgctxt ""
@@ -21743,12 +22002,13 @@ msgid "<item type=\"input\">=DDE(\"soffice\";\"c:\\office\\document\\motto.sxw\"
msgstr ""
#: 04060109.xhp
+#, fuzzy
msgctxt ""
"04060109.xhp\n"
"bm_id3153114\n"
"help.text"
msgid "<bookmark_value>ERRORTYPE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función EXP</bookmark_value>"
#: 04060109.xhp
msgctxt ""
@@ -21823,12 +22083,13 @@ msgid "If cell A1 displays Err:518, the function <item type=\"input\">=ERRORTYPE
msgstr ""
#: 04060109.xhp
+#, fuzzy
msgctxt ""
"04060109.xhp\n"
"bm_id3151221\n"
"help.text"
msgid "<bookmark_value>INDEX function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Minute</bookmark_value>"
#: 04060109.xhp
msgctxt ""
@@ -21972,12 +22233,13 @@ msgid "<item type=\"input\">=INDEX((multi);0;0;2)</item> returns a reference to
msgstr ""
#: 04060109.xhp
+#, fuzzy
msgctxt ""
"04060109.xhp\n"
"bm_id3153181\n"
"help.text"
msgid "<bookmark_value>INDIRECT function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Eof</bookmark_value>"
#: 04060109.xhp
msgctxt ""
@@ -22068,12 +22330,13 @@ msgid "<item type=\"input\">=SUM(INDIRECT(\"a1:\" & ADDRESS(1;3)))</item> totals
msgstr ""
#: 04060109.xhp
+#, fuzzy
msgctxt ""
"04060109.xhp\n"
"bm_id3154818\n"
"help.text"
msgid "<bookmark_value>COLUMN function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060109.xhp
msgctxt ""
@@ -22194,12 +22457,13 @@ msgid "<item type=\"input\">{=COLUMN(Rabbit)}</item> returns the single-row arra
msgstr ""
#: 04060109.xhp
+#, fuzzy
msgctxt ""
"04060109.xhp\n"
"bm_id3154643\n"
"help.text"
msgid "<bookmark_value>COLUMNS function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060109.xhp
msgctxt ""
@@ -22552,12 +22816,13 @@ msgid "<item type=\"input\">=SHEETS(Sheet1.A1:Sheet3.G12)</item> returns 3 if Sh
msgstr ""
#: 04060109.xhp
+#, fuzzy
msgctxt ""
"04060109.xhp\n"
"bm_id3158407\n"
"help.text"
msgid "<bookmark_value>MATCH function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Loc</bookmark_value>"
#: 04060109.xhp
msgctxt ""
@@ -22659,12 +22924,13 @@ msgid "<item type=\"input\">=MATCH(200;D1:D100)</item> searches the area D1:D100
msgstr ""
#: 04060109.xhp
+#, fuzzy
msgctxt ""
"04060109.xhp\n"
"bm_id3158430\n"
"help.text"
msgid "<bookmark_value>OFFSET function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Eof</bookmark_value>"
#: 04060109.xhp
msgctxt ""
@@ -22831,12 +23097,13 @@ msgid "<item type=\"input\">=SUM(OFFSET(A1;2;2;5;6))</item> determines the total
msgstr ""
#: 04060109.xhp
+#, fuzzy
msgctxt ""
"04060109.xhp\n"
"bm_id3159273\n"
"help.text"
msgid "<bookmark_value>LOOKUP function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Hour</bookmark_value>"
#: 04060109.xhp
msgctxt ""
@@ -22928,12 +23195,13 @@ msgid "<item type=\"input\">=LOOKUP(A1;D1:D100;F1:F100)</item> searches the corr
msgstr ""
#: 04060109.xhp
+#, fuzzy
msgctxt ""
"04060109.xhp\n"
"bm_id3149425\n"
"help.text"
msgid "<bookmark_value>STYLE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060109.xhp
msgctxt ""
@@ -23131,12 +23399,13 @@ msgid "<item type=\"input\">=CHOOSE(A1;B1;B2;B3;\"Today\";\"Yesterday\";\"Tomorr
msgstr ""
#: 04060109.xhp
+#, fuzzy
msgctxt ""
"04060109.xhp\n"
"bm_id3151001\n"
"help.text"
msgid "<bookmark_value>HLOOKUP function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Hour</bookmark_value>"
#: 04060109.xhp
msgctxt ""
@@ -23184,12 +23453,13 @@ msgid "See also:<link href=\"text/scalc/01/04060109.xhp\" name=\"VLOOKUP\">VLOOK
msgstr ""
#: 04060109.xhp
+#, fuzzy
msgctxt ""
"04060109.xhp\n"
"bm_id3147321\n"
"help.text"
msgid "<bookmark_value>ROW function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Now</bookmark_value>"
#: 04060109.xhp
msgctxt ""
@@ -23310,12 +23580,13 @@ msgid "<item type=\"input\">{=ROW(Rabbit)}</item> returns the single-column arra
msgstr ""
#: 04060109.xhp
+#, fuzzy
msgctxt ""
"04060109.xhp\n"
"bm_id3145772\n"
"help.text"
msgid "<bookmark_value>ROWS function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060109.xhp
msgctxt ""
@@ -23381,13 +23652,14 @@ msgid "<item type=\"input\">=Rows(B5)</item> returns 1 because a cell only conta
msgstr ""
#: 04060109.xhp
+#, fuzzy
msgctxt ""
"04060109.xhp\n"
"par_id3150102\n"
"172\n"
"help.text"
msgid "<item type=\"input\">=ROWS(A10:B12)</item> returns 3."
-msgstr ""
+msgstr "ODD(-2) dá -3"
#: 04060109.xhp
msgctxt ""
@@ -23399,12 +23671,13 @@ msgid "<item type=\"input\">=ROWS(Rabbit)</item> returns 3 if \"Rabbit\" is the
msgstr ""
#: 04060109.xhp
+#, fuzzy
msgctxt ""
"04060109.xhp\n"
"bm_id9959410\n"
"help.text"
msgid "<bookmark_value>HYPERLINK function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060109.xhp
msgctxt ""
@@ -23535,12 +23808,13 @@ msgid "<item type=\"input\">=HYPERLINK(\"file:///C:/writer.odt#Specification\";\
msgstr ""
#: 04060109.xhp
+#, fuzzy
msgctxt ""
"04060109.xhp\n"
"bm_id7682424\n"
"help.text"
msgid "<bookmark_value>GETPIVOTDATA function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Funnción Sin</bookmark_value>"
#: 04060109.xhp
msgctxt ""
@@ -23747,12 +24021,13 @@ msgid "<variable id=\"texttext\">This section contains descriptions of the <emph
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id3149384\n"
"help.text"
msgid "<bookmark_value>ARABIC function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Loc</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -23809,13 +24084,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"par_id3154621\n"
"245\n"
"help.text"
msgid "<item type=\"input\">=ARABIC(\"MXIV\")</item> returns 1014"
-msgstr ""
+msgstr " VALUE(\"14,03\") devolve 14,03"
#: 04060110.xhp
msgctxt ""
@@ -23892,12 +24168,13 @@ msgid "See also JIS function."
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id9323709\n"
"help.text"
msgid "<bookmark_value>BAHTTEXT function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función EXP</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -23957,12 +24234,13 @@ msgid "<item type=\"input\">=BAHTTEXT(12.65)</item> returns a string in Thai cha
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id3153072\n"
"help.text"
msgid "<bookmark_value>BASE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Loc</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -24088,12 +24366,13 @@ msgid "<item type=\"input\">=BASE(255;16;4)</item> returns 00FF in the hexadecim
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id3149321\n"
"help.text"
msgid "<bookmark_value>CHAR function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Function Year</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -24123,13 +24402,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"par_id3145634\n"
"204\n"
"help.text"
msgid "CHAR(Number)"
-msgstr ""
+msgstr "Year (Número)"
#: 04060110.xhp
msgctxt ""
@@ -24167,12 +24447,13 @@ msgid "=\"abc\" & CHAR(10) & \"def\" inserts a newline character into the string
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id3149009\n"
"help.text"
msgid "<bookmark_value>CLEAN function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Loc</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -24220,12 +24501,13 @@ msgid "<emph>Text</emph> refers to the text from which to remove all non-printab
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id3155498\n"
"help.text"
msgid "<bookmark_value>CODE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -24300,12 +24582,13 @@ msgid "The code used here does not refer to ASCII, but to the code table current
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id3149688\n"
"help.text"
msgid "<bookmark_value>CONCATENATE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Function DateValue</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -24371,12 +24654,13 @@ msgid "<item type=\"input\">=CONCATENATE(\"Good \";\"Morning \";\"Mrs. \";\"Doe\
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id3145166\n"
"help.text"
msgid "<bookmark_value>DECIMAL function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función DAY</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -24451,13 +24735,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"par_id3145355\n"
"233\n"
"help.text"
msgid "<item type=\"input\">=DECIMAL(\"17\";10)</item> returns 17."
-msgstr ""
+msgstr " DELTA(3; 3) devolve 1"
#: 04060110.xhp
msgctxt ""
@@ -24469,21 +24754,23 @@ msgid "<item type=\"input\">=DECIMAL(\"FACE\";16)</item> returns 64206."
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"par_id3151015\n"
"235\n"
"help.text"
msgid "<item type=\"input\">=DECIMAL(\"0101\";2)</item> returns 5."
-msgstr ""
+msgstr " DELTA(3; 3) devolve 1"
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id3148402\n"
"help.text"
msgid "<bookmark_value>DOLLAR function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función DAY</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -24577,12 +24864,13 @@ msgid "<item type=\"input\">=DOLLAR(367.456;2)</item> returns $367.46. Use the d
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id3150685\n"
"help.text"
msgid "<bookmark_value>EXACT function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función EXP</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -24657,12 +24945,13 @@ msgid "<item type=\"input\">=EXACT(\"microsystems\";\"Microsystems\")</item> ret
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id3152589\n"
"help.text"
msgid "<bookmark_value>FIND function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -24746,12 +25035,13 @@ msgid "<item type=\"input\">=FIND(76;998877665544)</item> returns 6."
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id3149268\n"
"help.text"
msgid "<bookmark_value>FIXED function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función EXP</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -24843,12 +25133,13 @@ msgid "<item type=\"input\">=FIXED(1234567.89;3;1)</item> returns 1234567.890 as
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id7319864\n"
"help.text"
msgid "<bookmark_value>JIS function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -25063,21 +25354,23 @@ msgid "<item type=\"input\">=LEN(\"Good Afternoon\")</item> returns 14."
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"par_id3154300\n"
"111\n"
"help.text"
msgid "<item type=\"input\">=LEN(12345.67)</item> returns 8."
-msgstr ""
+msgstr " EVEN(1,2) devolve 2"
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id3153983\n"
"help.text"
msgid "<bookmark_value>LOWER function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Loc</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -25135,21 +25428,23 @@ msgid "Example"
msgstr "Exemplo"
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"par_id3155329\n"
"93\n"
"help.text"
msgid "<item type=\"input\">=LOWER(\"Sun\")</item> returns sun."
-msgstr ""
+msgstr "ODD(-2) dá -3"
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id3154589\n"
"help.text"
msgid "<bookmark_value>MID function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -25233,12 +25528,13 @@ msgid "<item type=\"input\">=MID(\"office\";2;2)</item> returns ff."
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id3159143\n"
"help.text"
msgid "<bookmark_value>PROPER function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Hour</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -25268,13 +25564,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"par_id3154260\n"
"73\n"
"help.text"
msgid "PROPER(\"Text\")"
-msgstr ""
+msgstr " LOWER(texto)"
#: 04060110.xhp
msgctxt ""
@@ -25304,12 +25601,13 @@ msgid "<item type=\"input\">=PROPER(\"open office\")</item> returns Open Office.
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id3149171\n"
"help.text"
msgid "<bookmark_value>REPLACE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Function Year</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -25411,12 +25709,13 @@ msgid "<item type=\"input\">=REPLACE(\"1234567\";1;1;\"444\")</item> returns \"4
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id3149741\n"
"help.text"
msgid "<bookmark_value>REPT function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Eof</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -25573,21 +25872,23 @@ msgid "Example"
msgstr "Exemplo"
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"par_id3151132\n"
"120\n"
"help.text"
msgid "<item type=\"input\">=RIGHT(\"Sun\";2)</item> returns un."
-msgstr ""
+msgstr " DELTA(3; 3) devolve 1"
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id3153534\n"
"help.text"
msgid "<bookmark_value>ROMAN function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Tan</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -25653,22 +25954,24 @@ msgid "Example"
msgstr "Exemplo"
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"par_id3151371\n"
"255\n"
"help.text"
msgid "<item type=\"input\">=ROMAN(999)</item> returns CMXCIX"
-msgstr ""
+msgstr " COMBIN(5;5) devolve 1"
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"par_id3153938\n"
"256\n"
"help.text"
msgid "<item type=\"input\">=ROMAN(999;0)</item> returns CMXCIX"
-msgstr ""
+msgstr " COMBIN(5;5) devolve 1"
#: 04060110.xhp
msgctxt ""
@@ -25680,39 +25983,43 @@ msgid "<item type=\"input\">=ROMAN (999;1)</item> returns LMVLIV"
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"par_id3155421\n"
"258\n"
"help.text"
msgid "<item type=\"input\">=ROMAN(999;2)</item> returns XMIX"
-msgstr ""
+msgstr " COMBIN(5;5) devolve 1"
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"par_id3149235\n"
"259\n"
"help.text"
msgid "<item type=\"input\">=ROMAN(999;3)</item> returns VMIV"
-msgstr ""
+msgstr " COMBIN(5;5) devolve 1"
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"par_id3150624\n"
"260\n"
"help.text"
msgid "<item type=\"input\">=ROMAN(999;4)</item> returns IM"
-msgstr ""
+msgstr " COMBIN(5;5) devolve 1"
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id3151005\n"
"help.text"
msgid "<bookmark_value>SEARCH function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Function Year</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -25796,12 +26103,13 @@ msgid "<item type=\"input\">=SEARCH(54;998877665544)</item> returns 10."
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id3154830\n"
"help.text"
msgid "<bookmark_value>SUBSTITUTE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Minute</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -25903,12 +26211,13 @@ msgid "<item type=\"input\">=SUBSTITUTE(\"123123123\";\"3\";\"abc\";2)</item> re
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id3148977\n"
"help.text"
msgid "<bookmark_value>T function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Tan</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -25982,12 +26291,13 @@ msgid "<item type=\"input\">=T(\"12345\")</item> returns the string 12345."
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id3147132\n"
"help.text"
msgid "<bookmark_value>TEXT function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función EXP</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -26141,12 +26451,13 @@ msgid "<item type=\"input\">=TRIM(\" hello world \")</item> returns hello worl
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id0907200904030935\n"
"help.text"
msgid "<bookmark_value>UNICHAR function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Function Year</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -26197,12 +26508,13 @@ msgid "=UNICHAR(169) returns the Copyright character <emph>©</emph>."
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id0907200904033543\n"
"help.text"
msgid "<bookmark_value>UNICODE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -26253,12 +26565,13 @@ msgid "=UNICODE(\"©\") returns the Unicode number 169 for the Copyright charact
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id3145178\n"
"help.text"
msgid "<bookmark_value>UPPER function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función EXP</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -26325,12 +26638,13 @@ msgid "<item type=\"input\">=UPPER(\"Good Morning\")</item> returns GOOD MORNING
msgstr ""
#: 04060110.xhp
+#, fuzzy
msgctxt ""
"04060110.xhp\n"
"bm_id3150802\n"
"help.text"
msgid "<bookmark_value>VALUE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Function DateValue</bookmark_value>"
#: 04060110.xhp
msgctxt ""
@@ -29107,12 +29421,13 @@ msgid "<link href=\"text/scalc/01/04060111.xhp\" name=\"Back to the Overview\">B
msgstr ""
#: 04060115.xhp
+#, fuzzy
msgctxt ""
"04060115.xhp\n"
"bm_id3153074\n"
"help.text"
msgid "<bookmark_value>Bessel functions</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060115.xhp
msgctxt ""
@@ -29478,13 +29793,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060115.xhp
+#, fuzzy
msgctxt ""
"04060115.xhp\n"
"par_id3149686\n"
"31\n"
"help.text"
msgid "<item type=\"input\">=BIN2HEX(1100100;6)</item> returns 000064."
-msgstr ""
+msgstr "BIN2DEC(\"1010\") devolve 12 "
#: 04060115.xhp
msgctxt ""
@@ -29945,21 +30261,23 @@ msgid "Example"
msgstr "Exemplo"
#: 04060115.xhp
+#, fuzzy
msgctxt ""
"04060115.xhp\n"
"par_id3152974\n"
"142\n"
"help.text"
msgid "<item type=\"input\">=ERF(0;1)</item> returns 0.842701."
-msgstr ""
+msgstr "ODD(-2) dá -3"
#: 04060115.xhp
+#, fuzzy
msgctxt ""
"04060115.xhp\n"
"bm_id3145082\n"
"help.text"
msgid "<bookmark_value>ERFC function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función EXP</bookmark_value>"
#: 04060115.xhp
msgctxt ""
@@ -30016,13 +30334,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060115.xhp
+#, fuzzy
msgctxt ""
"04060115.xhp\n"
"par_id3156102\n"
"149\n"
"help.text"
msgid "<item type=\"input\">=ERFC(1)</item> returns 0.157299."
-msgstr ""
+msgstr "YEAR(\"2/22/2002\") devolve 2002"
#: 04060115.xhp
msgctxt ""
@@ -30374,12 +30693,13 @@ msgid "<link href=\"text/scalc/01/04060111.xhp\" name=\"Back to the Overview\">B
msgstr ""
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"bm_id3154959\n"
"help.text"
msgid "<bookmark_value>IMABS function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060116.xhp
msgctxt ""
@@ -30436,21 +30756,23 @@ msgid "Example"
msgstr "Exemplo"
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"par_id3143222\n"
"50\n"
"help.text"
msgid "<item type=\"input\">=IMABS(\"5+12j\")</item> returns 13."
-msgstr ""
+msgstr " IMSQRT(\"1+i\") devolve \"1,09868+0,45509+i\""
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"bm_id3145357\n"
"help.text"
msgid "<bookmark_value>IMAGINARY function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Minute</bookmark_value>"
#: 04060116.xhp
msgctxt ""
@@ -30498,21 +30820,23 @@ msgid "Example"
msgstr "Exemplo"
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"par_id3155592\n"
"57\n"
"help.text"
msgid "<item type=\"input\">=IMAGINARY(\"4+3j\")</item> returns 3."
-msgstr ""
+msgstr " COMBIN(5;5) devolve 1"
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"bm_id3146106\n"
"help.text"
msgid "<bookmark_value>IMPOWER function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Now</bookmark_value>"
#: 04060116.xhp
msgctxt ""
@@ -30579,12 +30903,13 @@ msgid "<item type=\"input\">=IMPOWER(\"2+3i\";2)</item> returns -5+12i."
msgstr " IMPOWER(\"4-i\";2) devolve \"15-8i\""
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"bm_id3148748\n"
"help.text"
msgid "<bookmark_value>IMARGUMENT function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Minute</bookmark_value>"
#: 04060116.xhp
msgctxt ""
@@ -30632,21 +30957,23 @@ msgid "Example"
msgstr "Exemplo"
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"par_id3159125\n"
"72\n"
"help.text"
msgid "<item type=\"input\">=IMARGUMENT(\"3+4j\")</item> returns 0.927295."
-msgstr ""
+msgstr " IMSQRT(\"1+i\") devolve \"1,09868+0,45509+i\""
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"bm_id3149146\n"
"help.text"
msgid "<bookmark_value>IMCOS function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060116.xhp
msgctxt ""
@@ -30703,12 +31030,13 @@ msgid "<item type=\"input\">=IMCOS(\"3+4j\") </item>returns -27.03-3.85i (rounde
msgstr ""
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"bm_id3150024\n"
"help.text"
msgid "<bookmark_value>IMDIV function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060116.xhp
msgctxt ""
@@ -30775,12 +31103,13 @@ msgid "<item type=\"input\">=IMDIV(\"-238+240i\";\"10+24i\")</item> returns 5+12
msgstr " IMDIV(\"12+i\";\"12-i\") devolve \"0,986207+0,16551i\""
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"bm_id3153039\n"
"help.text"
msgid "<bookmark_value>IMEXP function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función EXP</bookmark_value>"
#: 04060116.xhp
msgctxt ""
@@ -30837,12 +31166,13 @@ msgid "<item type=\"input\">=IMEXP(\"1+j\") </item>returns 1.47+2.29j (rounded).
msgstr ""
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"bm_id3149955\n"
"help.text"
msgid "<bookmark_value>IMCONJUGATE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Minute</bookmark_value>"
#: 04060116.xhp
msgctxt ""
@@ -30899,12 +31229,13 @@ msgid "<item type=\"input\">=IMCONJUGATE(\"1+j\")</item> returns 1-j."
msgstr ""
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"bm_id3150898\n"
"help.text"
msgid "<bookmark_value>IMLN function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060116.xhp
msgctxt ""
@@ -30961,12 +31292,13 @@ msgid "<item type=\"input\">=IMLN(\"1+j\")</item> returns 0.35+0.79j (rounded)."
msgstr ""
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"bm_id3155929\n"
"help.text"
msgid "<bookmark_value>IMLOG10 function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Function Month</bookmark_value>"
#: 04060116.xhp
msgctxt ""
@@ -31023,12 +31355,13 @@ msgid "<item type=\"input\">=IMLOG10(\"1+j\")</item> returns 0.15+0.34j (rounded
msgstr ""
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"bm_id3155623\n"
"help.text"
msgid "<bookmark_value>IMLOG2 function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060116.xhp
msgctxt ""
@@ -31085,12 +31418,13 @@ msgid "<item type=\"input\">=IMLOG2(\"1+j\")</item> returns 0.50+1.13j (rounded)
msgstr ""
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"bm_id3145626\n"
"help.text"
msgid "<bookmark_value>IMPRODUCT function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Hour</bookmark_value>"
#: 04060116.xhp
msgctxt ""
@@ -31147,12 +31481,13 @@ msgid "<item type=\"input\">=IMPRODUCT(\"3+4j\";\"5-3j\")</item> returns 27+11j.
msgstr ""
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"bm_id3147539\n"
"help.text"
msgid "<bookmark_value>IMREAL function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Function Year</bookmark_value>"
#: 04060116.xhp
msgctxt ""
@@ -31200,21 +31535,23 @@ msgid "Example"
msgstr "Exemplo"
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"par_id3155986\n"
"135\n"
"help.text"
msgid "<item type=\"input\">=IMREAL(\"1+3j\")</item> returns 1."
-msgstr ""
+msgstr " IMSQRT(\"1+i\") devolve \"1,09868+0,45509+i\""
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"bm_id3148431\n"
"help.text"
msgid "<bookmark_value>IMSIN function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060116.xhp
msgctxt ""
@@ -31271,12 +31608,13 @@ msgid "<item type=\"input\">=IMSIN(\"3+4j\")</item> returns 3.85+27.02j (rounded
msgstr ""
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"bm_id3163826\n"
"help.text"
msgid "<bookmark_value>IMSUB function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060116.xhp
msgctxt ""
@@ -31324,21 +31662,23 @@ msgid "Example"
msgstr "Exemplo"
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"par_id3150963\n"
"149\n"
"help.text"
msgid "<item type=\"input\">=IMSUB(\"13+4j\";\"5+3j\")</item> returns 8+j."
-msgstr ""
+msgstr " IMSQRT(\"1+i\") devolve \"1,09868+0,45509+i\""
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"bm_id3156312\n"
"help.text"
msgid "<bookmark_value>IMSUM function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060116.xhp
msgctxt ""
@@ -31395,12 +31735,13 @@ msgid "<item type=\"input\">=IMSUM(\"13+4j\";\"5+3j\")</item> returns 18+7j."
msgstr ""
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"bm_id3147570\n"
"help.text"
msgid "<bookmark_value>IMSQRT function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060116.xhp
msgctxt ""
@@ -31458,12 +31799,13 @@ msgid "<item type=\"input\">=IMSQRT(\"3+4i\")</item> returns 2+1i."
msgstr " IMSQRT(\"1+i\") devolve \"1,09868+0,45509+i\""
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"bm_id3154054\n"
"help.text"
msgid "<bookmark_value>COMPLEX function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060116.xhp
msgctxt ""
@@ -31538,13 +31880,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"par_id3143229\n"
"165\n"
"help.text"
msgid "<item type=\"input\">=COMPLEX(3;4;\"j\")</item> returns 3+4j."
-msgstr ""
+msgstr " COMBIN(5;5) devolve 1"
#: 04060116.xhp
msgctxt ""
@@ -31771,21 +32114,23 @@ msgid "Example"
msgstr "Exemplo"
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"par_id3148802\n"
"239\n"
"help.text"
msgid "<item type=\"input\">=OCT2HEX(144;4)</item> returns 0064."
-msgstr ""
+msgstr "DEC2HEX(55) devolve \"37\" "
#: 04060116.xhp
+#, fuzzy
msgctxt ""
"04060116.xhp\n"
"bm_id3148446\n"
"help.text"
msgid "<bookmark_value>CONVERT_ADD function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Function Month</bookmark_value>"
#: 04060116.xhp
msgctxt ""
@@ -32812,12 +33157,13 @@ msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4
msgstr ""
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"bm_id3157871\n"
"help.text"
msgid "<bookmark_value>ODDFYIELD function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función DAY</bookmark_value>"
#: 04060118.xhp
msgctxt ""
@@ -32928,12 +33274,13 @@ msgid "<emph>Frequency</emph> is number of interest payments per year (1, 2 or 4
msgstr ""
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"bm_id3153933\n"
"help.text"
msgid "<bookmark_value>ODDLPRICE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Erl</bookmark_value>"
#: 04060118.xhp
msgctxt ""
@@ -33071,12 +33418,13 @@ msgid "=ODDLPRICE(\"1999-02-07\";\"1999-06-15\";\"1998-10-15\"; 0.0375; 0.0405;1
msgstr ""
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"bm_id3153564\n"
"help.text"
msgid "<bookmark_value>ODDLYIELD function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Loc</bookmark_value>"
#: 04060118.xhp
msgctxt ""
@@ -33490,13 +33838,14 @@ msgid "2001-01-01"
msgstr ""
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3145212\n"
"201\n"
"help.text"
msgid "-<item type=\"input\">10000</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060118.xhp
#, fuzzy
@@ -33527,22 +33876,24 @@ msgid "2001-01-02"
msgstr ""
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3151297\n"
"204\n"
"help.text"
msgid "<item type=\"input\">2000</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149985\n"
"205\n"
"help.text"
msgid "<item type=\"input\">Deposited</item>"
-msgstr ""
+msgstr "RECIBIDO"
#: 04060118.xhp
msgctxt ""
@@ -33635,12 +33986,13 @@ msgid "=XIRR(B1:B5; A1:A5; 0.1) returns 0.1828."
msgstr ""
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"bm_id3149198\n"
"help.text"
msgid "<bookmark_value>XNPV function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función EXP</bookmark_value>"
#: 04060118.xhp
msgctxt ""
@@ -33904,13 +34256,14 @@ msgid "<emph>Pmt</emph> is the constant payment (annuity) paid during each perio
msgstr ""
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149160\n"
"255\n"
"help.text"
msgid "<emph>PV</emph> is the cash value in the sequence of payments."
-msgstr ""
+msgstr "<emph>VP</emph> é o valor actual na secuencia de pagamentos."
#: 04060118.xhp
msgctxt ""
@@ -33975,12 +34328,13 @@ msgid "<item type=\"input\">=RATE(3;10;900)</item> = -121% The interest rate is
msgstr ""
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"bm_id3149106\n"
"help.text"
msgid "<bookmark_value>INTRATE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Minute</bookmark_value>"
#: 04060118.xhp
msgctxt ""
@@ -34084,12 +34438,13 @@ msgid "=INTRATE(\"1990-01-15\"; \"2002-05-05\"; 1000000; 2000000; 3) returns 8.1
msgstr " INTRATE(\"28/2/2001\"; \"31/8/2001\"; 1000000; 2000000;1) devolve 1,98"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"bm_id3148654\n"
"help.text"
msgid "<bookmark_value>COUPNCD function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060118.xhp
msgctxt ""
@@ -34119,13 +34474,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3150423\n"
"166\n"
"help.text"
msgid "COUPNCD(Settlement; Maturity; Frequency; Basis)"
-msgstr ""
+msgstr " COUPNUM(dataDepósito; dataVencimento; frecuencia; base)"
#: 04060118.xhp
msgctxt ""
@@ -34173,21 +34529,23 @@ msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15
msgstr ""
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3159251\n"
"172\n"
"help.text"
msgid "=COUPNCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2001-05-15."
-msgstr ""
+msgstr " COUPNUM\"28/2/2001\"; \"31/8/2001\"; 2; 0) devolve 1"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"bm_id3143281\n"
"help.text"
msgid "<bookmark_value>COUPDAYS function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060118.xhp
msgctxt ""
@@ -34217,13 +34575,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149585\n"
"146\n"
"help.text"
msgid "COUPDAYS(Settlement; Maturity; Frequency; Basis)"
-msgstr ""
+msgstr " COUPNUM(dataDepósito; dataVencimento; frecuencia; base)"
#: 04060118.xhp
msgctxt ""
@@ -34271,21 +34630,23 @@ msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15
msgstr ""
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3156338\n"
"152\n"
"help.text"
msgid "=COUPDAYS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 181."
-msgstr ""
+msgstr " COUPNUM\"28/2/2001\"; \"31/8/2001\"; 2; 0) devolve 1"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"bm_id3154832\n"
"help.text"
msgid "<bookmark_value>COUPDAYSNC function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060118.xhp
msgctxt ""
@@ -34315,13 +34676,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3155121\n"
"156\n"
"help.text"
msgid "COUPDAYSNC(Settlement; Maturity; Frequency; Basis)"
-msgstr ""
+msgstr " COUPNUM(dataDepósito; dataVencimento; frecuencia; base)"
#: 04060118.xhp
msgctxt ""
@@ -34369,13 +34731,14 @@ msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15
msgstr ""
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3156158\n"
"162\n"
"help.text"
msgid "=COUPDAYSNC(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 110."
-msgstr ""
+msgstr " COUPNUM\"28/2/2001\"; \"31/8/2001\"; 2; 0) devolve 1"
#: 04060118.xhp
msgctxt ""
@@ -34413,13 +34776,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3159083\n"
"136\n"
"help.text"
msgid "COUPDAYBS(Settlement; Maturity; Frequency; Basis)"
-msgstr ""
+msgstr " COUPNUM(dataDepósito; dataVencimento; frecuencia; base)"
#: 04060118.xhp
msgctxt ""
@@ -34467,13 +34831,14 @@ msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15
msgstr ""
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3151103\n"
"142\n"
"help.text"
msgid "=COUPDAYBS(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 71."
-msgstr ""
+msgstr " COUPNUM\"28/2/2001\"; \"31/8/2001\"; 2; 0) devolve 1"
#: 04060118.xhp
msgctxt ""
@@ -34511,13 +34876,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3153790\n"
"186\n"
"help.text"
msgid "COUPPCD(Settlement; Maturity; Frequency; Basis)"
-msgstr ""
+msgstr " COUPNUM(dataDepósito; dataVencimento; frecuencia; base)"
#: 04060118.xhp
msgctxt ""
@@ -34565,13 +34931,14 @@ msgid "A security is purchased on 2001-01-25; the date of maturity is 2001-11-15
msgstr ""
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3149992\n"
"192\n"
"help.text"
msgid "=COUPPCD(\"2001-01-25\"; \"2001-11-15\"; 2; 3) returns 2000-15-11."
-msgstr ""
+msgstr " COUPNUM\"28/2/2001\"; \"31/8/2001\"; 2; 0) devolve 1"
#: 04060118.xhp
msgctxt ""
@@ -34746,13 +35113,14 @@ msgid "<emph>NPer</emph> is the total number of periods, during which annuity is
msgstr "<emph>NPer</emph> é o número total de períodos durante os cales a anuidade é paga."
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3156211\n"
"270\n"
"help.text"
msgid "<emph>PV</emph> is the present cash value in sequence of payments."
-msgstr ""
+msgstr "<emph>VP</emph> é o valor actual na secuencia de pagamentos."
#: 04060118.xhp
msgctxt ""
@@ -34835,13 +35203,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3145215\n"
"280\n"
"help.text"
msgid "FV(Rate; NPer; Pmt; PV; Type)"
-msgstr ""
+msgstr "PMT(taxa; nper ; pv [; fv = 0 [; type = 0 ]] )"
#: 04060118.xhp
msgctxt ""
@@ -35049,13 +35418,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060118.xhp
+#, fuzzy
msgctxt ""
"04060118.xhp\n"
"par_id3155934\n"
"293\n"
"help.text"
msgid "NPER(Rate; Pmt; PV; FV; Type)"
-msgstr ""
+msgstr "PMT(taxa; nper ; pv [; fv = 0 [; type = 0 ]] )"
#: 04060118.xhp
msgctxt ""
@@ -35191,12 +35561,13 @@ msgid "<link href=\"text/scalc/01/04060118.xhp\" name=\"Forward to Financial Fun
msgstr ""
#: 04060119.xhp
+#, fuzzy
msgctxt ""
"04060119.xhp\n"
"bm_id3150026\n"
"help.text"
msgid "<bookmark_value>PPMT function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Eof</bookmark_value>"
#: 04060119.xhp
msgctxt ""
@@ -35387,13 +35758,14 @@ msgid "<emph>NPer</emph> is the payment period with the total number of periods.
msgstr ""
#: 04060119.xhp
+#, fuzzy
msgctxt ""
"04060119.xhp\n"
"par_id3150007\n"
"258\n"
"help.text"
msgid "<emph>PV</emph> is the current value in the sequence of payments."
-msgstr ""
+msgstr "<emph>VP</emph> é o valor actual na secuencia de pagamentos."
#: 04060119.xhp
msgctxt ""
@@ -35450,12 +35822,13 @@ msgid "<item type=\"input\">=CUMPRINC(5.5%/12;36;15000;10;18;0)</item> = -3669.7
msgstr ""
#: 04060119.xhp
+#, fuzzy
msgctxt ""
"04060119.xhp\n"
"bm_id3150019\n"
"help.text"
msgid "<bookmark_value>CUMPRINC_ADD function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Minute</bookmark_value>"
#: 04060119.xhp
msgctxt ""
@@ -35646,13 +36019,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060119.xhp
+#, fuzzy
msgctxt ""
"04060119.xhp\n"
"par_id3147536\n"
"269\n"
"help.text"
msgid "CUMIPMT(Rate; NPer; PV; S; E; Type)"
-msgstr ""
+msgstr "PMT(taxa; nper ; pv [; fv = 0 [; type = 0 ]] )"
#: 04060119.xhp
msgctxt ""
@@ -35673,13 +36047,14 @@ msgid "<emph>NPer</emph> is the payment period with the total number of periods.
msgstr ""
#: 04060119.xhp
+#, fuzzy
msgctxt ""
"04060119.xhp\n"
"par_id3153186\n"
"272\n"
"help.text"
msgid "<emph>PV</emph> is the current value in the sequence of payments."
-msgstr ""
+msgstr "<emph>VP</emph> é o valor actual na secuencia de pagamentos."
#: 04060119.xhp
msgctxt ""
@@ -35736,12 +36111,13 @@ msgid "<item type=\"input\">=CUMIPMT(5.5%/12;24;5000;4;6;1)</item> = -57.54 curr
msgstr ""
#: 04060119.xhp
+#, fuzzy
msgctxt ""
"04060119.xhp\n"
"bm_id3083280\n"
"help.text"
msgid "<bookmark_value>CUMIPMT_ADD function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Minute</bookmark_value>"
#: 04060119.xhp
msgctxt ""
@@ -36057,13 +36433,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060119.xhp
+#, fuzzy
msgctxt ""
"04060119.xhp\n"
"par_id3146084\n"
"25\n"
"help.text"
msgid "PRICEDISC(Settlement; Maturity; Discount; Redemption; Basis)"
-msgstr ""
+msgstr " INTRATE(acordo; vencimento; investimento; redención; base)"
#: 04060119.xhp
msgctxt ""
@@ -36738,12 +37115,13 @@ msgid "<item type=\"input\">=NOMINAL(13.5%;12)</item> = 12.73%. The nominal inte
msgstr ""
#: 04060119.xhp
+#, fuzzy
msgctxt ""
"04060119.xhp\n"
"bm_id3155123\n"
"help.text"
msgid "<bookmark_value>NOMINAL_ADD function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Minute</bookmark_value>"
#: 04060119.xhp
msgctxt ""
@@ -37928,12 +38306,13 @@ msgid "Bit Operation Functions"
msgstr "Funcións de lóxica binaria"
#: 04060120.xhp
+#, fuzzy
msgctxt ""
"04060120.xhp\n"
"bm_id4150026\n"
"help.text"
msgid "<bookmark_value>BITAND function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Tan</bookmark_value>"
#: 04060120.xhp
#, fuzzy
@@ -38000,12 +38379,13 @@ msgid "<item type=\"input\">=BITAND(6;10)</item> returns 2 (0110 & 1010 = 0010).
msgstr ""
#: 04060120.xhp
+#, fuzzy
msgctxt ""
"04060120.xhp\n"
"bm_id4146139\n"
"help.text"
msgid "<bookmark_value>BITOR function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060120.xhp
#, fuzzy
@@ -38063,12 +38443,13 @@ msgid "<item type=\"input\">=BITOR(6;10)</item> returns 14 (0110 | 1010 = 1110)
msgstr ""
#: 04060120.xhp
+#, fuzzy
msgctxt ""
"04060120.xhp\n"
"bm_id4150019\n"
"help.text"
msgid "<bookmark_value>BITXOR function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060120.xhp
#, fuzzy
@@ -38135,12 +38516,13 @@ msgid "<item type=\"input\">=BITXOR(6;10)</item> returns 12 (0110 ^ 1010 = 1100
msgstr ""
#: 04060120.xhp
+#, fuzzy
msgctxt ""
"04060120.xhp\n"
"bm_id4155370\n"
"help.text"
msgid "<bookmark_value>BITLSHIFT function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Eof</bookmark_value>"
#: 04060120.xhp
#, fuzzy
@@ -38216,12 +38598,13 @@ msgid "<item type=\"input\">=BITLSHIFT(6;1)</item> returns 12 (0110 << 1 = 1100)
msgstr ""
#: 04060120.xhp
+#, fuzzy
msgctxt ""
"04060120.xhp\n"
"bm_id4083280\n"
"help.text"
msgid "<bookmark_value>BITRSHIFT function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Erl</bookmark_value>"
#: 04060120.xhp
#, fuzzy
@@ -38892,13 +39275,14 @@ msgid "BETADIST"
msgstr "DISTBETA"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3150880\n"
"65\n"
"help.text"
msgid "<ahelp hid=\"HID_FUNC_BETAVERT\">Returns the beta function.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_FUNC_TVERT\">Devolve a distribución t.</ahelp>"
#: 04060181.xhp
msgctxt ""
@@ -38998,12 +39382,13 @@ msgid "<item type=\"input\">=BETADIST(0.75;3;4)</item> returns the value 0.96"
msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"bm_id3143228\n"
"help.text"
msgid "<bookmark_value>BINOMDIST function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060181.xhp
msgctxt ""
@@ -39105,12 +39490,13 @@ msgid "<item type=\"input\">=BINOMDIST(A1;12;0.5;1)</item> shows the cumulative
msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"bm_id0119200902432928\n"
"help.text"
msgid "<bookmark_value>CHISQINV function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060181.xhp
msgctxt ""
@@ -39153,12 +39539,13 @@ msgid "<emph>Degrees Of Freedom</emph> is the degrees of freedom for the chi-squ
msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"bm_id3148835\n"
"help.text"
msgid "<bookmark_value>CHIINV function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060181.xhp
msgctxt ""
@@ -39251,22 +39638,24 @@ msgid "If the (observed) Chi square is greater than or equal to the (theoretical
msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3149763\n"
"95\n"
"help.text"
msgid "<item type=\"input\">=CHIINV(0.05;5)</item> returns 11.07."
-msgstr ""
+msgstr "DEC2BIN(12) devolve \"1100\" "
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3159142\n"
"133\n"
"help.text"
msgid "<item type=\"input\">=CHIINV(0.02;5)</item> returns 13.39."
-msgstr ""
+msgstr "<item type=\"input\">=NORMSINV(0.908789)</item> devolve 1,3333."
#: 04060181.xhp
msgctxt ""
@@ -39278,12 +39667,13 @@ msgid "If the probability of error is 5%, the die is not true. If the probabilit
msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"bm_id3154260\n"
"help.text"
msgid "<bookmark_value>CHITEST function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060181.xhp
msgctxt ""
@@ -39385,22 +39775,24 @@ msgid "1"
msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3159279\n"
"139\n"
"help.text"
msgid "<item type=\"input\">195</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3149105\n"
"140\n"
"help.text"
msgid "<item type=\"input\">170</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060181.xhp
msgctxt ""
@@ -39412,22 +39804,24 @@ msgid "2"
msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3148621\n"
"142\n"
"help.text"
msgid "<item type=\"input\">151</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3148987\n"
"143\n"
"help.text"
msgid "<item type=\"input\">170</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060181.xhp
msgctxt ""
@@ -39439,22 +39833,24 @@ msgid "3"
msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3148661\n"
"145\n"
"help.text"
msgid "<item type=\"input\">148</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3151128\n"
"146\n"
"help.text"
msgid "<item type=\"input\">170</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060181.xhp
msgctxt ""
@@ -39466,22 +39862,24 @@ msgid "4"
msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3149237\n"
"148\n"
"help.text"
msgid "<item type=\"input\">189</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3145304\n"
"149\n"
"help.text"
msgid "<item type=\"input\">170</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060181.xhp
msgctxt ""
@@ -39493,22 +39891,24 @@ msgid "5"
msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3150630\n"
"151\n"
"help.text"
msgid "<item type=\"input\">183</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3150423\n"
"152\n"
"help.text"
msgid "<item type=\"input\">170</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060181.xhp
msgctxt ""
@@ -39520,22 +39920,24 @@ msgid "6"
msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3144750\n"
"154\n"
"help.text"
msgid "<item type=\"input\">154</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3153947\n"
"155\n"
"help.text"
msgid "<item type=\"input\">170</item>"
-msgstr ""
+msgstr "<item type=\"input\">5</item>"
#: 04060181.xhp
msgctxt ""
@@ -39547,12 +39949,13 @@ msgid "<item type=\"input\">=CHITEST(A1:A6;B1:B6)</item> equals 0.02. This is th
msgstr ""
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"bm_id3148690\n"
"help.text"
msgid "<bookmark_value>CHIDIST function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060181.xhp
msgctxt ""
@@ -39789,13 +40192,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060181.xhp
+#, fuzzy
msgctxt ""
"04060181.xhp\n"
"par_id3150357\n"
"123\n"
"help.text"
msgid "<item type=\"input\">=EXPONDIST(3;0.5;1)</item> returns 0.78."
-msgstr ""
+msgstr " NEGBINOMDIST(2;5;0,55) devolve 0,152872629"
#: 04060182.xhp
msgctxt ""
@@ -39895,21 +40299,23 @@ msgid "Example"
msgstr "Exemplo"
#: 04060182.xhp
+#, fuzzy
msgctxt ""
"04060182.xhp\n"
"par_id3145073\n"
"10\n"
"help.text"
msgid "<item type=\"input\">=FINV(0.5;5;10)</item> yields 0.93."
-msgstr ""
+msgstr "<item type=\"input\">FDIST(0.8;8;12)</item> é igual a 0.61"
#: 04060182.xhp
+#, fuzzy
msgctxt ""
"04060182.xhp\n"
"bm_id3150888\n"
"help.text"
msgid "<bookmark_value>FISHER function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Minute</bookmark_value>"
#: 04060182.xhp
msgctxt ""
@@ -39967,13 +40373,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060182.xhp
+#, fuzzy
msgctxt ""
"04060182.xhp\n"
"par_id3149383\n"
"18\n"
"help.text"
msgid "<item type=\"input\">=FISHER(0.5)</item> yields 0.55."
-msgstr ""
+msgstr "<item type=\"input\">FDIST(0.8;8;12)</item> é igual a 0.61"
#: 04060182.xhp
msgctxt ""
@@ -40039,21 +40446,23 @@ msgid "Example"
msgstr "Exemplo"
#: 04060182.xhp
+#, fuzzy
msgctxt ""
"04060182.xhp\n"
"par_id3150432\n"
"26\n"
"help.text"
msgid "<item type=\"input\">=FISHERINV(0.5)</item> yields 0.46."
-msgstr ""
+msgstr "<item type=\"input\">FDIST(0.8;8;12)</item> é igual a 0.61"
#: 04060182.xhp
+#, fuzzy
msgctxt ""
"04060182.xhp\n"
"bm_id3151390\n"
"help.text"
msgid "<bookmark_value>FTEST function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Eof</bookmark_value>"
#: 04060182.xhp
msgctxt ""
@@ -40128,12 +40537,13 @@ msgid "<item type=\"input\">=FTEST(A1:A30;B1:B12)</item> calculates whether the
msgstr ""
#: 04060182.xhp
+#, fuzzy
msgctxt ""
"04060182.xhp\n"
"bm_id3150372\n"
"help.text"
msgid "<bookmark_value>FDIST function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060182.xhp
msgctxt ""
@@ -40217,12 +40627,13 @@ msgid "<item type=\"input\">=FDIST(0.8;8;12)</item> yields 0.61."
msgstr "<item type=\"input\">FDIST(0.8;8;12)</item> é igual a 0.61"
#: 04060182.xhp
+#, fuzzy
msgctxt ""
"04060182.xhp\n"
"bm_id0119200903223192\n"
"help.text"
msgid "<bookmark_value>GAMMA function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Tan</bookmark_value>"
#: 04060182.xhp
msgctxt ""
@@ -40257,12 +40668,13 @@ msgid "<emph>Number</emph> is the number for which the Gamma function value is t
msgstr ""
#: 04060182.xhp
+#, fuzzy
msgctxt ""
"04060182.xhp\n"
"bm_id3154841\n"
"help.text"
msgid "<bookmark_value>GAMMAINV function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060182.xhp
msgctxt ""
@@ -40338,13 +40750,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060182.xhp
+#, fuzzy
msgctxt ""
"04060182.xhp\n"
"par_id3153331\n"
"55\n"
"help.text"
msgid "<item type=\"input\">=GAMMAINV(0.8;1;1)</item> yields 1.61."
-msgstr ""
+msgstr "<item type=\"input\">FDIST(0.8;8;12)</item> é igual a 0.61"
#: 04060182.xhp
msgctxt ""
@@ -40419,12 +40832,13 @@ msgid "<item type=\"input\">=GAMMALN(2)</item> yields 0."
msgstr ""
#: 04060182.xhp
+#, fuzzy
msgctxt ""
"04060182.xhp\n"
"bm_id3150132\n"
"help.text"
msgid "<bookmark_value>GAMMADIST function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Loc</bookmark_value>"
#: 04060182.xhp
msgctxt ""
@@ -40462,13 +40876,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060182.xhp
+#, fuzzy
msgctxt ""
"04060182.xhp\n"
"par_id3155436\n"
"68\n"
"help.text"
msgid "GAMMADIST(Number; Alpha; Beta; C)"
-msgstr ""
+msgstr "GAMMAINV(numero;alfa;beta)"
#: 04060182.xhp
msgctxt ""
@@ -40516,13 +40931,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060182.xhp
+#, fuzzy
msgctxt ""
"04060182.xhp\n"
"par_id3145354\n"
"74\n"
"help.text"
msgid "<item type=\"input\">=GAMMADIST(2;1;1;1)</item> yields 0.86."
-msgstr ""
+msgstr "<item type=\"input\">FDIST(0.8;8;12)</item> é igual a 0.61"
#: 04060182.xhp
msgctxt ""
@@ -40568,13 +40984,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060182.xhp
+#, fuzzy
msgctxt ""
"04060182.xhp\n"
"par_id3155368\n"
"79\n"
"help.text"
msgid "GAUSS(Number)"
-msgstr ""
+msgstr "ABS(Número)"
#: 04060182.xhp
msgctxt ""
@@ -40764,12 +41181,13 @@ msgid "<item type=\"input\">=TRIMMEAN(A1:A50; 0.1)</item> calculates the mean va
msgstr ""
#: 04060182.xhp
+#, fuzzy
msgctxt ""
"04060182.xhp\n"
"bm_id3153216\n"
"help.text"
msgid "<bookmark_value>ZTEST function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Eof</bookmark_value>"
#: 04060182.xhp
msgctxt ""
@@ -41029,12 +41447,13 @@ msgid "<variable id=\"kl\"><link href=\"text/scalc/01/04060183.xhp\" name=\"Stat
msgstr ""
#: 04060183.xhp
+#, fuzzy
msgctxt ""
"04060183.xhp\n"
"bm_id3149530\n"
"help.text"
msgid "<bookmark_value>LARGE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Tan</bookmark_value>"
#: 04060183.xhp
msgctxt ""
@@ -41109,12 +41528,13 @@ msgid "<item type=\"input\">=LARGE(A1:C50;2)</item> gives the second largest val
msgstr ""
#: 04060183.xhp
+#, fuzzy
msgctxt ""
"04060183.xhp\n"
"bm_id3154532\n"
"help.text"
msgid "<bookmark_value>SMALL function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060183.xhp
msgctxt ""
@@ -41189,12 +41609,13 @@ msgid "<item type=\"input\">=SMALL(A1:C50;2)</item> gives the second smallest va
msgstr ""
#: 04060183.xhp
+#, fuzzy
msgctxt ""
"04060183.xhp\n"
"bm_id3153559\n"
"help.text"
msgid "<bookmark_value>CONFIDENCE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060183.xhp
msgctxt ""
@@ -41358,12 +41779,13 @@ msgid "<item type=\"input\">=CORREL(A1:A50;B1:B50)</item> calculates the correla
msgstr ""
#: 04060183.xhp
+#, fuzzy
msgctxt ""
"04060183.xhp\n"
"bm_id3150652\n"
"help.text"
msgid "<bookmark_value>COVAR function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060183.xhp
msgctxt ""
@@ -41438,12 +41860,13 @@ msgid "<item type=\"input\">=COVAR(A1:A30;B1:B30)</item>"
msgstr "<item type=\"input\">COVAR(A1:A3; B1:B30)</item>"
#: 04060183.xhp
+#, fuzzy
msgctxt ""
"04060183.xhp\n"
"bm_id3147472\n"
"help.text"
msgid "<bookmark_value>CRITBINOM function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Erl</bookmark_value>"
#: 04060183.xhp
msgctxt ""
@@ -41527,12 +41950,13 @@ msgid "<item type=\"input\">=CRITBINOM(100;0.5;0.1)</item> yields 44."
msgstr ""
#: 04060183.xhp
+#, fuzzy
msgctxt ""
"04060183.xhp\n"
"bm_id3155956\n"
"help.text"
msgid "<bookmark_value>KURT function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Eof</bookmark_value>"
#: 04060183.xhp
msgctxt ""
@@ -41678,13 +42102,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060183.xhp
+#, fuzzy
msgctxt ""
"04060183.xhp\n"
"par_id3155623\n"
"74\n"
"help.text"
msgid "<item type=\"input\">=LOGINV(0.05;0;1)</item> returns 0.19."
-msgstr ""
+msgstr " GESTEP(3; 3) devolve 1"
#: 04060183.xhp
msgctxt ""
@@ -41775,13 +42200,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060183.xhp
+#, fuzzy
msgctxt ""
"04060183.xhp\n"
"par_id3149778\n"
"84\n"
"help.text"
msgid "<item type=\"input\">=LOGNORMDIST(0.1;0;1)</item> returns 0.01."
-msgstr ""
+msgstr " NEGBINOMDIST(2;5;0,55) devolve 0,152872629"
#: 04060184.xhp
msgctxt ""
@@ -41801,12 +42227,13 @@ msgid "<variable id=\"mq\"><link href=\"text/scalc/01/04060184.xhp\" name=\"Stat
msgstr ""
#: 04060184.xhp
+#, fuzzy
msgctxt ""
"04060184.xhp\n"
"bm_id3154511\n"
"help.text"
msgid "<bookmark_value>MAX function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Tan</bookmark_value>"
#: 04060184.xhp
msgctxt ""
@@ -41889,12 +42316,13 @@ msgid "<item type=\"input\">=MAX(A1:B100)</item> returns the largest value from
msgstr ""
#: 04060184.xhp
+#, fuzzy
msgctxt ""
"04060184.xhp\n"
"bm_id3166426\n"
"help.text"
msgid "<bookmark_value>MAXA function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función EXP</bookmark_value>"
#: 04060184.xhp
msgctxt ""
@@ -41977,12 +42405,13 @@ msgid "<item type=\"input\">=MAXA(A1:B100)</item> returns the largest value from
msgstr ""
#: 04060184.xhp
+#, fuzzy
msgctxt ""
"04060184.xhp\n"
"bm_id3153820\n"
"help.text"
msgid "<bookmark_value>MEDIAN function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060184.xhp
msgctxt ""
@@ -42057,12 +42486,13 @@ msgid "for an even number: <item type=\"input\">=MEDIAN(1;5;9;20)</item> returns
msgstr ""
#: 04060184.xhp
+#, fuzzy
msgctxt ""
"04060184.xhp\n"
"bm_id3154541\n"
"help.text"
msgid "<bookmark_value>MIN function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060184.xhp
msgctxt ""
@@ -42136,12 +42566,13 @@ msgid "<item type=\"input\">=MIN(A1:B100)</item> returns the smallest value in t
msgstr ""
#: 04060184.xhp
+#, fuzzy
msgctxt ""
"04060184.xhp\n"
"bm_id3147504\n"
"help.text"
msgid "<bookmark_value>MINA function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060184.xhp
msgctxt ""
@@ -42206,13 +42637,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060184.xhp
+#, fuzzy
msgctxt ""
"04060184.xhp\n"
"par_id3147401\n"
"154\n"
"help.text"
msgid "<item type=\"input\">=MINA(1;\"Text\";20)</item> returns 0."
-msgstr ""
+msgstr " DELTA(3; 3) devolve 1"
#: 04060184.xhp
msgctxt ""
@@ -42295,12 +42727,13 @@ msgid "<item type=\"input\">=AVEDEV(A1:A50)</item>"
msgstr ""
#: 04060184.xhp
+#, fuzzy
msgctxt ""
"04060184.xhp\n"
"bm_id3145824\n"
"help.text"
msgid "<bookmark_value>AVERAGE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Function DateValue</bookmark_value>"
#: 04060184.xhp
msgctxt ""
@@ -42366,12 +42799,13 @@ msgid "<item type=\"input\">=AVERAGE(A1:A50)</item>"
msgstr ""
#: 04060184.xhp
+#, fuzzy
msgctxt ""
"04060184.xhp\n"
"bm_id3148754\n"
"help.text"
msgid "<bookmark_value>AVERAGEA function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Function DateValue</bookmark_value>"
#: 04060184.xhp
msgctxt ""
@@ -42499,13 +42933,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060184.xhp
+#, fuzzy
msgctxt ""
"04060184.xhp\n"
"par_id3153733\n"
"49\n"
"help.text"
msgid "<item type=\"input\">=MODE(A1:A50)</item>"
-msgstr ""
+msgstr "DISTT"
#: 04060184.xhp
msgctxt ""
@@ -42776,30 +43211,33 @@ msgid "Example"
msgstr "Exemplo"
#: 04060184.xhp
+#, fuzzy
msgctxt ""
"04060184.xhp\n"
"par_id3149283\n"
"80\n"
"help.text"
msgid "<item type=\"input\">=NORMDIST(70;63;5;0)</item> returns 0.03."
-msgstr ""
+msgstr " NEGBINOMDIST(2;5;0,55) devolve 0,152872629"
#: 04060184.xhp
+#, fuzzy
msgctxt ""
"04060184.xhp\n"
"par_id3149448\n"
"81\n"
"help.text"
msgid "<item type=\"input\">=NORMDIST(70;63;5;1)</item> returns 0.92."
-msgstr ""
+msgstr " NEGBINOMDIST(2;5;0,55) devolve 0,152872629"
#: 04060184.xhp
+#, fuzzy
msgctxt ""
"04060184.xhp\n"
"bm_id3152934\n"
"help.text"
msgid "<bookmark_value>PEARSON function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Function Year</bookmark_value>"
#: 04060184.xhp
msgctxt ""
@@ -42874,12 +43312,13 @@ msgid "<item type=\"input\">=PEARSON(A1:A30;B1:B30)</item> returns the Pearson c
msgstr ""
#: 04060184.xhp
+#, fuzzy
msgctxt ""
"04060184.xhp\n"
"bm_id3152806\n"
"help.text"
msgid "<bookmark_value>PHI function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Erl</bookmark_value>"
#: 04060184.xhp
msgctxt ""
@@ -42966,12 +43405,13 @@ msgid "<item type=\"input\">=PHI(0)</item> = 0.4"
msgstr "FI"
#: 04060184.xhp
+#, fuzzy
msgctxt ""
"04060184.xhp\n"
"bm_id3153985\n"
"help.text"
msgid "<bookmark_value>POISSON function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060184.xhp
msgctxt ""
@@ -43046,21 +43486,23 @@ msgid "Example"
msgstr "Exemplo"
#: 04060184.xhp
+#, fuzzy
msgctxt ""
"04060184.xhp\n"
"par_id3150113\n"
"110\n"
"help.text"
msgid "<item type=\"input\">=POISSON(60;50;1)</item> returns 0.93."
-msgstr ""
+msgstr " COMBIN(5;5) devolve 1"
#: 04060184.xhp
+#, fuzzy
msgctxt ""
"04060184.xhp\n"
"bm_id3153100\n"
"help.text"
msgid "<bookmark_value>PERCENTILE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Funnción Sin</bookmark_value>"
#: 04060184.xhp
msgctxt ""
@@ -43136,12 +43578,13 @@ msgid "<item type=\"input\">=PERCENTILE(A1:A50;0.1)</item> represents the value
msgstr ""
#: 04060184.xhp
+#, fuzzy
msgctxt ""
"04060184.xhp\n"
"bm_id3148807\n"
"help.text"
msgid "<bookmark_value>PERCENTRANK function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Tan</bookmark_value>"
#: 04060184.xhp
msgctxt ""
@@ -43216,12 +43659,13 @@ msgid "<item type=\"input\">=PERCENTRANK(A1:A50;50)</item> returns the percentag
msgstr ""
#: 04060184.xhp
+#, fuzzy
msgctxt ""
"04060184.xhp\n"
"bm_id3166442\n"
"help.text"
msgid "<bookmark_value>QUARTILE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Erl</bookmark_value>"
#: 04060184.xhp
msgctxt ""
@@ -43418,12 +43862,13 @@ msgid "<item type=\"input\">=RANK(A10;A1:A50)</item> returns the ranking of the
msgstr ""
#: 04060185.xhp
+#, fuzzy
msgctxt ""
"04060185.xhp\n"
"bm_id3153556\n"
"help.text"
msgid "<bookmark_value>SKEW function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función SIN</bookmark_value>"
#: 04060185.xhp
msgctxt ""
@@ -43649,12 +44094,13 @@ msgid "<item type=\"input\">=STDEV(A1:A50)</item> returns the estimated standard
msgstr ""
#: 04060185.xhp
+#, fuzzy
msgctxt ""
"04060185.xhp\n"
"bm_id3144745\n"
"help.text"
msgid "<bookmark_value>STDEVA function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función EXP</bookmark_value>"
#: 04060185.xhp
msgctxt ""
@@ -43791,12 +44237,13 @@ msgid "<item type=\"input\">=STDEVP(A1:A50)</item> returns a standard deviation
msgstr ""
#: 04060185.xhp
+#, fuzzy
msgctxt ""
"04060185.xhp\n"
"bm_id3154522\n"
"help.text"
msgid "<bookmark_value>STDEVPA function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función EXP</bookmark_value>"
#: 04060185.xhp
msgctxt ""
@@ -43986,13 +44433,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: 04060185.xhp
+#, fuzzy
msgctxt ""
"04060185.xhp\n"
"par_id3154195\n"
"59\n"
"help.text"
msgid "NORMINV(Number)"
-msgstr ""
+msgstr " NORMSDIST(número)"
#: 04060185.xhp
msgctxt ""
@@ -44102,12 +44550,13 @@ msgid "<item type=\"input\">=NORMSDIST(1)</item> returns 0.84. The area below th
msgstr ""
#: 04060185.xhp
+#, fuzzy
msgctxt ""
"04060185.xhp\n"
"bm_id3152592\n"
"help.text"
msgid "<bookmark_value>SLOPE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060185.xhp
msgctxt ""
@@ -44173,13 +44622,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060185.xhp
+#, fuzzy
msgctxt ""
"04060185.xhp\n"
"par_id3152480\n"
"79\n"
"help.text"
msgid "<item type=\"input\">=SLOPE(A1:A50;B1:B50)</item>"
-msgstr ""
+msgstr "<item type=\"input\">COVAR(A1:A3; B1:B30)</item>"
#: 04060185.xhp
msgctxt ""
@@ -44253,13 +44703,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060185.xhp
+#, fuzzy
msgctxt ""
"04060185.xhp\n"
"par_id3156131\n"
"88\n"
"help.text"
msgid "<item type=\"input\">=STEXY(A1:A50;B1:B50)</item>"
-msgstr ""
+msgstr "<item type=\"input\">COVAR(A1:A3; B1:B30)</item>"
#: 04060185.xhp
msgctxt ""
@@ -44324,13 +44775,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060185.xhp
+#, fuzzy
msgctxt ""
"04060185.xhp\n"
"par_id3149136\n"
"96\n"
"help.text"
msgid "<item type=\"input\">=DEVSQ(A1:A50)</item>"
-msgstr ""
+msgstr "DISTT"
#: 04060185.xhp
msgctxt ""
@@ -44404,21 +44856,23 @@ msgid "Example"
msgstr "Exemplo"
#: 04060185.xhp
+#, fuzzy
msgctxt ""
"04060185.xhp\n"
"par_id3156010\n"
"105\n"
"help.text"
msgid "<item type=\"input\">=TINV(0.1;6)</item> returns 1.94"
-msgstr ""
+msgstr "ODD(-2) dá -3"
#: 04060185.xhp
+#, fuzzy
msgctxt ""
"04060185.xhp\n"
"bm_id3154129\n"
"help.text"
msgid "<bookmark_value>TTEST function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Eof</bookmark_value>"
#: 04060185.xhp
msgctxt ""
@@ -44502,13 +44956,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060185.xhp
+#, fuzzy
msgctxt ""
"04060185.xhp\n"
"par_id3150119\n"
"116\n"
"help.text"
msgid "<item type=\"input\">=TTEST(A1:A50;B1:B50;2;2)</item>"
-msgstr ""
+msgstr "<item type=\"input\">COVAR(A1:A3; B1:B30)</item>"
#: 04060185.xhp
msgctxt ""
@@ -44663,21 +45118,23 @@ msgid "Example"
msgstr "Exemplo"
#: 04060185.xhp
+#, fuzzy
msgctxt ""
"04060185.xhp\n"
"par_id3153575\n"
"134\n"
"help.text"
msgid "<item type=\"input\">=VAR(A1:A50)</item>"
-msgstr ""
+msgstr "<item type=\"input\">COVAR(A1:A3; B1:B30)</item>"
#: 04060185.xhp
+#, fuzzy
msgctxt ""
"04060185.xhp\n"
"bm_id3151045\n"
"help.text"
msgid "<bookmark_value>VARA function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Tan</bookmark_value>"
#: 04060185.xhp
msgctxt ""
@@ -44734,21 +45191,23 @@ msgid "Example"
msgstr "Exemplo"
#: 04060185.xhp
+#, fuzzy
msgctxt ""
"04060185.xhp\n"
"par_id3154279\n"
"208\n"
"help.text"
msgid "<item type=\"input\">=VARA(A1:A50)</item>"
-msgstr ""
+msgstr "<item type=\"input\">COVAR(A1:A3; B1:B30)</item>"
#: 04060185.xhp
+#, fuzzy
msgctxt ""
"04060185.xhp\n"
"bm_id3166441\n"
"help.text"
msgid "<bookmark_value>VARP function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función EXP</bookmark_value>"
#: 04060185.xhp
msgctxt ""
@@ -44805,21 +45264,23 @@ msgid "Example"
msgstr "Exemplo"
#: 04060185.xhp
+#, fuzzy
msgctxt ""
"04060185.xhp\n"
"par_id3153385\n"
"142\n"
"help.text"
msgid "<item type=\"input\">=VARP(A1:A50)</item>"
-msgstr ""
+msgstr "<item type=\"input\">COVAR(A1:A3; B1:B30)</item>"
#: 04060185.xhp
+#, fuzzy
msgctxt ""
"04060185.xhp\n"
"bm_id3153688\n"
"help.text"
msgid "<bookmark_value>VARPA function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función EXP</bookmark_value>"
#: 04060185.xhp
msgctxt ""
@@ -44876,13 +45337,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060185.xhp
+#, fuzzy
msgctxt ""
"04060185.xhp\n"
"par_id3156203\n"
"216\n"
"help.text"
msgid "<item type=\"input\">=VARPA(A1:A50)</item>"
-msgstr ""
+msgstr "<item type=\"input\">COVAR(A1:A3; B1:B30)</item>"
#: 04060185.xhp
msgctxt ""
@@ -44965,12 +45427,13 @@ msgid "<item type=\"input\">=PERMUT(6;3)</item> returns 120. There are 120 diffe
msgstr ""
#: 04060185.xhp
+#, fuzzy
msgctxt ""
"04060185.xhp\n"
"bm_id3143276\n"
"help.text"
msgid "<bookmark_value>PERMUTATIONA function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Tan</bookmark_value>"
#: 04060185.xhp
msgctxt ""
@@ -45064,12 +45527,13 @@ msgid "<item type=\"input\">=PERMUTATIONA(6;3)</item> returns 216. There are 216
msgstr ""
#: 04060185.xhp
+#, fuzzy
msgctxt ""
"04060185.xhp\n"
"bm_id3152952\n"
"help.text"
msgid "<bookmark_value>PROB function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Cos</bookmark_value>"
#: 04060185.xhp
msgctxt ""
@@ -45162,12 +45626,13 @@ msgid "<item type=\"input\">=PROB(A1:A50;B1:B50;50;60)</item> returns the probab
msgstr ""
#: 04060185.xhp
+#, fuzzy
msgctxt ""
"04060185.xhp\n"
"bm_id3150941\n"
"help.text"
msgid "<bookmark_value>WEIBULL function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Minute</bookmark_value>"
#: 04060185.xhp
msgctxt ""
@@ -45275,13 +45740,14 @@ msgid "Example"
msgstr "Exemplo"
#: 04060185.xhp
+#, fuzzy
msgctxt ""
"04060185.xhp\n"
"par_id3146077\n"
"184\n"
"help.text"
msgid "<item type=\"input\">=WEIBULL(2;1;1;1)</item> returns 0.86."
-msgstr ""
+msgstr " DELTA(3; 3) devolve 1"
#: 04060185.xhp
msgctxt ""
@@ -49084,7 +49550,7 @@ msgctxt ""
"hd_id31531891\n"
"help.text"
msgid "Condition"
-msgstr ""
+msgstr "Condición"
#: 05120000.xhp
msgctxt ""
@@ -49303,12 +49769,13 @@ msgid "For a detailed explanation and examples, please visit <link href=\"http:/
msgstr ""
#: 05120000.xhp
+#, fuzzy
msgctxt ""
"05120000.xhp\n"
"hd_id3156384\n"
"help.text"
msgid "Dates"
-msgstr ""
+msgstr "Data"
#: 05120000.xhp
msgctxt ""
@@ -49343,12 +49810,13 @@ msgid "In the <emph>Range</emph> field, define the range of cells concerned by t
msgstr ""
#: 05120000.xhp
+#, fuzzy
msgctxt ""
"05120000.xhp\n"
"hd_id3153384\n"
"help.text"
msgid "Manage Conditional Formatting"
-msgstr ""
+msgstr "Fomatado condicional"
#: 05120000.xhp
msgctxt ""
@@ -52553,13 +53021,14 @@ msgid "<ahelp hid=\"modules/scalc/ui/consolidatedialog/consareas\">Displays the
msgstr ""
#: 12070000.xhp
+#, fuzzy
msgctxt ""
"12070000.xhp\n"
"hd_id3147397\n"
"12\n"
"help.text"
msgid "Source data range"
-msgstr ""
+msgstr "Para o intervalo de datos"
#: 12070000.xhp
msgctxt ""
@@ -55248,12 +55717,13 @@ msgid "Specifies the value range by which every group's limits are calculated."
msgstr ""
#: 12090400.xhp
+#, fuzzy
msgctxt ""
"12090400.xhp\n"
"par_idN10599\n"
"help.text"
msgid "Number of days"
-msgstr ""
+msgstr "Número de páxinas"
#: 12090400.xhp
msgctxt ""
@@ -56052,12 +56522,13 @@ msgid "DATE"
msgstr "DATA"
#: func_date.xhp
+#, fuzzy
msgctxt ""
"func_date.xhp\n"
"bm_id3155511\n"
"help.text"
msgid "<bookmark_value>DATE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función DAY</bookmark_value>"
#: func_date.xhp
msgctxt ""
@@ -56168,12 +56639,13 @@ msgid "DATEDIF"
msgstr "DATEDIF"
#: func_datedif.xhp
+#, fuzzy
msgctxt ""
"func_datedif.xhp\n"
"bm_id3155511\n"
"help.text"
msgid "<bookmark_value>DATEDIF function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Function DateValue</bookmark_value>"
#: func_datedif.xhp
#, fuzzy
@@ -56462,13 +56934,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: func_datevalue.xhp
+#, fuzzy
msgctxt ""
"func_datevalue.xhp\n"
"par_id3149268\n"
"22\n"
"help.text"
msgid "DATEVALUE(\"Text\")"
-msgstr ""
+msgstr " VALUE(texto)"
#: func_datevalue.xhp
msgctxt ""
@@ -56607,12 +57080,13 @@ msgid "DAYS"
msgstr "DAYS"
#: func_days.xhp
+#, fuzzy
msgctxt ""
"func_days.xhp\n"
"bm_id3151328\n"
"help.text"
msgid "<bookmark_value>DAYS function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función DAY</bookmark_value>"
#: func_days.xhp
#, fuzzy
@@ -56697,12 +57171,13 @@ msgid "DAYS360"
msgstr "DAYS360"
#: func_days360.xhp
+#, fuzzy
msgctxt ""
"func_days360.xhp\n"
"bm_id3148555\n"
"help.text"
msgid "<bookmark_value>DAYS360 function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función DAY</bookmark_value>"
#: func_days360.xhp
#, fuzzy
@@ -56786,12 +57261,13 @@ msgid "EASTERSUNDAY"
msgstr "DOMINGOPASCUA"
#: func_eastersunday.xhp
+#, fuzzy
msgctxt ""
"func_eastersunday.xhp\n"
"bm_id3152960\n"
"help.text"
msgid "<bookmark_value>EASTERSUNDAY function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Funnción Sin</bookmark_value>"
#: func_eastersunday.xhp
#, fuzzy
@@ -56909,12 +57385,13 @@ msgid "EDATE"
msgstr "DATAM"
#: func_edate.xhp
+#, fuzzy
msgctxt ""
"func_edate.xhp\n"
"bm_id3151184\n"
"help.text"
msgid "<bookmark_value>EDATE function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función DAY</bookmark_value>"
#: func_edate.xhp
#, fuzzy
@@ -57007,12 +57484,13 @@ msgid "EOMONTH"
msgstr "FINMES"
#: func_eomonth.xhp
+#, fuzzy
msgctxt ""
"func_eomonth.xhp\n"
"bm_id3150991\n"
"help.text"
msgid "<bookmark_value>EOMONTH function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Function Month</bookmark_value>"
#: func_eomonth.xhp
#, fuzzy
@@ -57409,12 +57887,13 @@ msgid "NETWORKDAYS"
msgstr "DÍASÚTILESTOTAIS"
#: func_networkdays.xhp
+#, fuzzy
msgctxt ""
"func_networkdays.xhp\n"
"bm_id3151254\n"
"help.text"
msgid "<bookmark_value>NETWORKDAYS function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Function WeekDay</bookmark_value>"
#: func_networkdays.xhp
#, fuzzy
@@ -57690,12 +58169,13 @@ msgid "TIME"
msgstr "Hora"
#: func_time.xhp
+#, fuzzy
msgctxt ""
"func_time.xhp\n"
"bm_id3154073\n"
"help.text"
msgid "<bookmark_value>TIME function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función Erl</bookmark_value>"
#: func_time.xhp
#, fuzzy
@@ -57854,13 +58334,14 @@ msgid "Syntax"
msgstr "Sintaxe"
#: func_timevalue.xhp
+#, fuzzy
msgctxt ""
"func_timevalue.xhp\n"
"par_id3150823\n"
"164\n"
"help.text"
msgid "TIMEVALUE(\"Text\")"
-msgstr ""
+msgstr " VALUE(texto)"
#: func_timevalue.xhp
msgctxt ""
@@ -57907,12 +58388,13 @@ msgid "TODAY"
msgstr "HOXE"
#: func_today.xhp
+#, fuzzy
msgctxt ""
"func_today.xhp\n"
"bm_id3145659\n"
"help.text"
msgid "<bookmark_value>TODAY function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Función DAY</bookmark_value>"
#: func_today.xhp
#, fuzzy
@@ -58124,12 +58606,13 @@ msgid "WEEKNUM"
msgstr "SEMANACALENDARIO"
#: func_weeknum.xhp
+#, fuzzy
msgctxt ""
"func_weeknum.xhp\n"
"bm_id3159161\n"
"help.text"
msgid "<bookmark_value>WEEKNUM function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Function WeekDay</bookmark_value>"
#: func_weeknum.xhp
#, fuzzy
@@ -58250,12 +58733,13 @@ msgid "WEEKNUM_ADD"
msgstr ""
#: func_weeknumadd.xhp
+#, fuzzy
msgctxt ""
"func_weeknumadd.xhp\n"
"bm_id3166443\n"
"help.text"
msgid "<bookmark_value>WEEKNUM_ADD function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Function WeekDay</bookmark_value>"
#: func_weeknumadd.xhp
msgctxt ""
@@ -58355,12 +58839,13 @@ msgid "WORKDAY"
msgstr "DÍAÚTIL"
#: func_workday.xhp
+#, fuzzy
msgctxt ""
"func_workday.xhp\n"
"bm_id3149012\n"
"help.text"
msgid "<bookmark_value>WORKDAY function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Function WeekDay</bookmark_value>"
#: func_workday.xhp
#, fuzzy
@@ -58565,12 +59050,13 @@ msgid "YEARFRAC"
msgstr "FRACCIÓNANO"
#: func_yearfrac.xhp
+#, fuzzy
msgctxt ""
"func_yearfrac.xhp\n"
"bm_id3148735\n"
"help.text"
msgid "<bookmark_value>YEARFRAC function</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Function Year</bookmark_value>"
#: func_yearfrac.xhp
#, fuzzy
diff --git a/source/gl/helpcontent2/source/text/schart/01.po b/source/gl/helpcontent2/source/text/schart/01.po
index 6393aee9523..9c3b615f9cd 100644
--- a/source/gl/helpcontent2/source/text/schart/01.po
+++ b/source/gl/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: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2013-07-11 14:54+0000\n"
+"PO-Revision-Date: 2014-04-28 18:42+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: gl\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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1373554490.0\n"
+"X-POOTLE-MTIME: 1398710551.000000\n"
#: 03010000.xhp
msgctxt ""
@@ -580,7 +580,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<variable id=\"datenbeschriftung\"><link href=\"text/schart/01/04030000.xhp\" name=\"Data labels\">Data Labels</link></variable>"
-msgstr ""
+msgstr "<variable id=\"datenbeschriftung\"><link href=\"text/schart/01/04030000.xhp\" name=\"Data labels\">Etiquetas de datos</link></variable>"
#: 04030000.xhp
msgctxt ""
@@ -589,7 +589,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<variable id=\"besch\"><ahelp hid=\".uno:InsertMenuDataLabels\">Opens the<emph> Data Labels </emph>dialog, which enables you to set the data labels.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"besch\"><ahelp hid=\".uno:InsertMenuDataLabels\">Abre o diálogo <emph>Etiquetas de datos</emph>, que permite estabelecer as etiquetas de datos.</ahelp></variable>"
#: 04030000.xhp
msgctxt ""
@@ -597,7 +597,7 @@ msgctxt ""
"par_id0810200912120416\n"
"help.text"
msgid "If an element of a data series is selected, this command works on that data series only. If no element is selected, this command works on all data series."
-msgstr ""
+msgstr "Se hai un elemento seleccionado dunha serie de datos, esta orde actúa exclusivamente sobre esa serie de datos. Se non hai ningún elemento seleccionado, esta orde actúa sobre todas as series de datos."
#: 04030000.xhp
msgctxt ""
@@ -1012,7 +1012,7 @@ msgctxt ""
"8\n"
"help.text"
msgid "<ahelp hid=\"SCH:RADIOBUTTON:TP_STAT:RBT_NONE\">Does not show any error bars.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"SCH:RADIOBUTTON:TP_STAT:RBT_NONE\">Non mostra ningunha barra de erros.</ahelp>"
#: 04050000.xhp
msgctxt ""
diff --git a/source/gl/helpcontent2/source/text/shared/00.po b/source/gl/helpcontent2/source/text/shared/00.po
index eb5cee921c7..95e527dc314 100644
--- a/source/gl/helpcontent2/source/text/shared/00.po
+++ b/source/gl/helpcontent2/source/text/shared/00.po
@@ -4,7 +4,7 @@ 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: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2013-12-15 22:35+0100\n"
+"PO-Revision-Date: 2014-04-29 06:19+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <kde-i18n-doc@kde.org>\n"
"Language: gl\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: Lokalize 1.5\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1373554501.0\n"
+"X-POOTLE-MTIME: 1398752343.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -100,7 +100,7 @@ msgctxt ""
"par_id1094088\n"
"help.text"
msgid "In form controls, a spin button is a property of a numerical field, currency field, date field, or time field. If the property \"Spin button\" is enabled, the field shows a pair of symbols with arrows pointing to opposing directions, either vertically or horizontally."
-msgstr "Nos controles dos formularios, un botón xiratorio é unha propiedade dun campo numérico, un de moeda ou un de data. Se a propiedade «Botón xiratorio» está activada, o campo mostra un par de símbolos con frechas que apuntan en direccións opostas, sexa verticalmente, sexa horizontalmente."
+msgstr "Nos controles de formulario, un botón xiratorio é unha propiedade dun campo numérico, monetario, de data ou de hora. Se a propiedade «Botón xiratorio» estiver activada, o campo mostra un par de símbolos con frechas a apuntaren en direccións opostas, sexa verticalmente, sexa horizontalmente"
#: 00000001.xhp
msgctxt ""
@@ -117,7 +117,7 @@ msgctxt ""
"78\n"
"help.text"
msgid "You can type a numerical value into the field next to the spin button, or select the value with the up-arrow or down-arrow symbols on the spin button. On the keyboard you can press the up arrow and down arrow keys to increase or reduce the value. You can press the Page Up and Page Down keys to set the maximum and minimum value."
-msgstr "Pódese escribir un valor numérico no campo que hai a carón do botón xiratorio ou escoller o valor cos símbolos de frecha para arriba ou para abaixo do botón xiratorio. No teclado pódense premer as teclas das frechas para arriba e para abaixo para aumentar ou reducir o valor. Pódense premer as teclas Re Páx e Av Páx para estabelecer os valores máximo e mínimo."
+msgstr "Pódese escribir un valor numérico no campo que hai a carón do botón xiratorio ou escoller o valor coas frechas para arriba e para abaixo do botón xiratorio. No teclado pódese premer as frechas para arriba e para abaixo para aumentar ou reducir o valor. Pódense premer as teclas Páxina Arriba e Páxina Abaixo para indicar os valores máximo e mínimo."
#: 00000001.xhp
msgctxt ""
diff --git a/source/gl/helpcontent2/source/text/swriter/01.po b/source/gl/helpcontent2/source/text/swriter/01.po
index 9887f49a6d4..e94c398c35e 100644
--- a/source/gl/helpcontent2/source/text/swriter/01.po
+++ b/source/gl/helpcontent2/source/text/swriter/01.po
@@ -4,16 +4,17 @@ 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: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2014-03-14 17:57+0100\n"
-"Last-Translator: Xosé <xosecalvo@edu.xunta.es>\n"
+"PO-Revision-Date: 2014-04-29 06:22+0000\n"
+"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: Galician <kde-i18n-doc@kde.org>\n"
"Language: gl\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: Lokalize 1.5\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
+"X-POOTLE-MTIME: 1398752564.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -29,7 +30,7 @@ msgctxt ""
"hd_id2013916\n"
"help.text"
msgid "<link href=\"text/swriter/01/01120000.xhp\">Page Preview</link>"
-msgstr "<link href=\"text/swriter/01/01120000.xhp\">Previsualización de páxina</link>"
+msgstr "<link href=\"text/swriter/01/01120000.xhp\">Visualizar páxina</link>"
#: 01120000.xhp
msgctxt ""
@@ -45,7 +46,7 @@ msgctxt ""
"par_id8697470\n"
"help.text"
msgid "Use the icons on the <emph>Page Preview Bar</emph> to scroll through the pages of the document or to print the document."
-msgstr "Empregue as iconas da <emph>Barra Previsualización de páxina</emph> para follear as páxinas do documento ou para imprimilo."
+msgstr "Empregue as iconas da <emph>Barra Visualizar páxina</emph> para follear as páxinas do documento ou para imprimilo."
#: 01120000.xhp
msgctxt ""
@@ -61,7 +62,7 @@ msgctxt ""
"par_id4771874\n"
"help.text"
msgid "You cannot edit your document while you are in the page preview."
-msgstr "Non é posíbel editar o documento mentres se está na previsualización de páxina."
+msgstr "Non é posíbel editar o documento mentres se está na visualización de páxina."
#: 01120000.xhp
msgctxt ""
@@ -69,7 +70,7 @@ msgctxt ""
"par_id5027008\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the page preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Para saír da previsualización, prema no botón <emph>Pechar visualización.</emph>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Para saír da visualización, prema no botón <emph>Pechar visualización.</emph>"
#: 01120000.xhp
msgctxt ""
@@ -606,7 +607,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Name and Path of HTML Documents"
-msgstr ""
+msgstr "Nome e ruta dos documentos en HTML"
#: 01160500.xhp
msgctxt ""
@@ -615,7 +616,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "Name and Path of HTML Documents"
-msgstr ""
+msgstr "Nome e ruta dos documentos en HTML"
#: 01160500.xhp
msgctxt ""
@@ -624,7 +625,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<variable id=\"htmltext\"><ahelp hid=\".uno:NewHtmlDoc\">Saves the file as an HTML document, so that you can view it in a web browser. You can choose to create a separate page when a heading style that you specify is encountered in the document.</ahelp> If you choose this option, a separate page of links to all of the pages that are generated is also created. </variable>"
-msgstr ""
+msgstr "<variable id=\"htmltext\"><ahelp hid=\".uno:NewHtmlDoc\">Garda o ficheiro como documento en HTML para que poida ser visto nun navegador web. Pódese escoller crear unha páxina separada cando se atope un estilo de título que vostede indique no documento.</ahelp> Se escolle esta opción, tamén se crea unha páxina separada con ligazóns a todas as páxinas que se xeren.</variable>"
#: 01160500.xhp
msgctxt ""
@@ -916,7 +917,7 @@ msgctxt ""
"73\n"
"help.text"
msgid "<ahelp hid=\"HID_NAVI_TBX16\">Type the number of the page number that you want to jump to, and then press Enter.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_NAVI_TBX16\">Escriba o número da páxina á que desexe ir e prema Intro.</ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -925,7 +926,7 @@ msgctxt ""
"74\n"
"help.text"
msgid "To quickly move the cursor to another page while you are in a document, press Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command </caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F5, type the number of the page that you want to jump to, and then wait a few moments."
-msgstr ""
+msgstr "Para mover rapidamente o cursor a outra páxina cando estea nun documento, prema Maiúsculas+<switchinline select=\"sys\"><caseinline select=\"MAC\">Orde</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F5, escriba o número da páxina a que desexe ir e agarde uns momentos."
#: 02110000.xhp
msgctxt ""
@@ -943,7 +944,7 @@ msgctxt ""
"8\n"
"help.text"
msgid "<ahelp hid=\"HID_NAVI_TBX7\">Shows or hides the <emph>Navigator </emph>list.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_NAVI_TBX7\">Mostra ou agocha a lista do <emph>Navegador</emph>.</ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -978,7 +979,7 @@ msgctxt ""
"11\n"
"help.text"
msgid "<ahelp hid=\"HID_NAVI_TBX8\">Switches between the display of all categories in the Navigator and the selected category.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_NAVI_TBX8\">Alterna entre a presentación de todas as categorías no Navegador e a categoría seleccionada.</ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -1004,7 +1005,7 @@ msgctxt ""
"78\n"
"help.text"
msgid "To quickly reorder headings and their associated text in your document, select the \"Headings\" category in the list, and then click the<emph> Content View</emph> icon. Now you can use drag-and-drop to reorder contents."
-msgstr ""
+msgstr "Para reorganizar rapidamente os títulos do documento e o seu texto asociado, seleccione a categoría «Títulos» na lista e prema na icona <emph>Visualización de contido</emph>. Entón poderá arrastrar e soltar para reorganizar o contido."
#: 02110000.xhp
msgctxt ""
@@ -1022,7 +1023,7 @@ msgctxt ""
"14\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Click here to set a reminder at the current cursor position. You can define up to five reminders. To jump to a reminder, click the <link href=\"text/swriter/01/02110100.xhp\" name=\"Navigation\"><emph>Navigation</emph></link> icon, in the <emph>Navigation</emph> window click the <emph>Reminder</emph> icon, and then click the <emph>Previous</emph> or <emph>Next</emph> button.</ahelp> Click here to set a reminder at the current cursor position. You can define up to five reminders. To jump to a reminder, click the <link href=\"text/swriter/01/02110100.xhp\" name=\"Navigation\">Navigation</link> icon, in the Navigation window click the Reminder icon, and then click the Previous or Next button."
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Prema aquí para colocar un aviso na posición na que estea o cursor. Pódense definir até cinco avisos. Para ir a un aviso, prema na icona <link href=\"text/swriter/01/02110100.xhp\" name=\"Navigation\"><emph>Navegación</emph>, na xanela <emph>Navegación</emph> prema na icona <emph>Aviso</emph> e a seguir os botóns <emph>Anterior</emph> ou <emph>Seguinte</emph>.</ahelp>Prema aquí para colocar un aviso, prema na icona <link href=\"text/swriter/01/02110100.xhp\" name=\"Navigation\">Navegación</link> da xanela Navegación, prema a icona Aviso e a seguir prema os botóns Anterior ou Seguinte."
#: 02110000.xhp
msgctxt ""
@@ -1057,7 +1058,7 @@ msgctxt ""
"18\n"
"help.text"
msgid "<ahelp hid=\"HID_NAVI_TBX10\">Moves the cursor to the header, or from the header to the document text area.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_NAVI_TBX10\">Move o cursor á cabeceira, ou desde a cabeceira á área de texto do documento.</ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -1092,7 +1093,7 @@ msgctxt ""
"21\n"
"help.text"
msgid "<ahelp hid=\"HID_NAVI_TBX11\">Moves the cursor to the footer, or from the footer to the document text area.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_NAVI_TBX11\">Move o cursor ao rodapé, ou desde o rodapé á área de texto do documento.</ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -1118,7 +1119,7 @@ msgctxt ""
"23\n"
"help.text"
msgid "Anchor <-> Text"
-msgstr ""
+msgstr "Áncora <-> Texto"
#: 02110000.xhp
msgctxt ""
@@ -1127,7 +1128,7 @@ msgctxt ""
"24\n"
"help.text"
msgid "<ahelp hid=\"HID_NAVI_TBX12\">Jumps between the footnote text and the footnote anchor.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_NAVI_TBX12\">Alterna entre o texto da nota a rodapé e a súa áncora.</ahelp>"
#: 02110000.xhp
msgctxt ""
@@ -1144,7 +1145,7 @@ msgctxt ""
"25\n"
"help.text"
msgid "Anchor <-> Text"
-msgstr ""
+msgstr "Áncora <-> Texto"
#: 02110000.xhp
msgctxt ""
diff --git a/source/hr/basic/source/classes.po b/source/hr/basic/source/classes.po
index 321efe2fe91..6d76d47986d 100644
--- a/source/hr/basic/source/classes.po
+++ b/source/hr/basic/source/classes.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: PACKAGE 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:01+0100\n"
-"PO-Revision-Date: 2013-12-06 22:31+0000\n"
-"Last-Translator: Krunoslav <kruno0407@gmail.com>\n"
+"PO-Revision-Date: 2014-04-20 15:23+0000\n"
+"Last-Translator: Mihovil <mihovil.stanic@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
"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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1386369092.0\n"
+"X-POOTLE-MTIME: 1398007396.000000\n"
#: sb.src
msgctxt ""
@@ -59,7 +59,7 @@ msgctxt ""
"SbERR_MATH_OVERFLOW & ERRCODE_RES_MASK\n"
"string.text"
msgid "Overflow."
-msgstr "Previše."
+msgstr "Preljev."
#: sb.src
msgctxt ""
diff --git a/source/hr/chart2/uiconfig/ui.po b/source/hr/chart2/uiconfig/ui.po
index 895b94760f6..fda9aee3122 100644
--- a/source/hr/chart2/uiconfig/ui.po
+++ b/source/hr/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: 2013-12-17 14:12+0100\n"
-"PO-Revision-Date: 2014-04-12 19:13+0000\n"
+"PO-Revision-Date: 2014-04-19 19:42+0000\n"
"Last-Translator: Mihovil <mihovil.stanic@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: hr\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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1397329999.000000\n"
+"X-POOTLE-MTIME: 1397936576.000000\n"
#: insertaxisdlg.ui
msgctxt ""
@@ -518,7 +518,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Scale"
-msgstr ""
+msgstr "Skaliraj"
#: tp_Scale.ui
msgctxt ""
diff --git a/source/hr/cui/uiconfig/ui.po b/source/hr/cui/uiconfig/ui.po
index 9c974c87c2f..7c438d4a28b 100644
--- a/source/hr/cui/uiconfig/ui.po
+++ b/source/hr/cui/uiconfig/ui.po
@@ -4,8 +4,8 @@ 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: 2014-02-13 17:14+0100\n"
-"PO-Revision-Date: 2014-04-12 18:39+0000\n"
-"Last-Translator: Krunoslav <kruno0407@gmail.com>\n"
+"PO-Revision-Date: 2014-04-20 15:22+0000\n"
+"Last-Translator: Mihovil <mihovil.stanic@gmail.com>\n"
"Language-Team: none\n"
"Language: hr\n"
"MIME-Version: 1.0\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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1397327940.000000\n"
+"X-POOTLE-MTIME: 1398007353.000000\n"
#: aboutconfigdialog.ui
msgctxt ""
@@ -4892,7 +4892,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Assig_ned start parameters"
-msgstr "Dodijeljeni početni parametri"
+msgstr "Dodijeljeni počet_ni parametri"
#: javastartparametersdialog.ui
msgctxt ""
@@ -8294,7 +8294,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Ignore s_ystem input language"
-msgstr "Zanemari jezik unosa sustava"
+msgstr "Zanemari _jezik unosa sustava"
#: optlanguagespage.ui
msgctxt ""
@@ -10565,7 +10565,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Text-to-text"
-msgstr "Tekst-na-tekst"
+msgstr "Tekst sa tekstom"
#: paragalignpage.ui
msgctxt ""
@@ -12725,7 +12725,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Follow te_xt flow"
-msgstr "Prati tijek _te_ksta"
+msgstr "Prati tijek _teksta"
#: swpossizepage.ui
msgctxt ""
diff --git a/source/hr/dbaccess/uiconfig/ui.po b/source/hr/dbaccess/uiconfig/ui.po
index 68efab653ca..1b8da11492a 100644
--- a/source/hr/dbaccess/uiconfig/ui.po
+++ b/source/hr/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: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2013-11-21 20:14+0000\n"
+"PO-Revision-Date: 2014-04-19 13:46+0000\n"
"Last-Translator: Mihovil <mihovil.stanic@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: hr\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-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1385064866.0\n"
+"X-POOTLE-MTIME: 1397915209.000000\n"
#: directsqldialog.ui
msgctxt ""
@@ -41,7 +41,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Show output of \"select\" statements"
-msgstr "Prikaži izlaz \"select\" naredbi"
+msgstr "_Prikaži izlaz \"select\" naredbi"
#: directsqldialog.ui
msgctxt ""
diff --git a/source/hr/helpcontent2/source/text/swriter.po b/source/hr/helpcontent2/source/text/swriter.po
index efa8568247c..b76050833f6 100644
--- a/source/hr/helpcontent2/source/text/swriter.po
+++ b/source/hr/helpcontent2/source/text/swriter.po
@@ -1,11 +1,10 @@
-#. extracted from helpcontent2/source/text/swriter
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: 2011-05-03 10:42+0200\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"PO-Revision-Date: 2014-04-16 11:45+0100\n"
+"Last-Translator: Krunoslav Šebetić <kruno0407@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: hr\n"
"MIME-Version: 1.0\n"
@@ -21,7 +20,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Welcome to the $[officename] Writer Help"
-msgstr ""
+msgstr "Dobrodošli u Pomoć $[officename] Writera"
#: main0000.xhp
msgctxt ""
@@ -39,7 +38,7 @@ msgctxt ""
"3\n"
"help.text"
msgid "Working With %PRODUCTNAME Writer"
-msgstr ""
+msgstr "Rad s %PRODUCTNAME Writerom"
#: main0000.xhp
msgctxt ""
@@ -48,7 +47,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "Menus, Toolbars, and Keys"
-msgstr ""
+msgstr "Izbornici, alatne trake i tipkovničke kratice"
#: main0000.xhp
msgctxt ""
@@ -74,7 +73,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<variable id=\"main0100\"><link href=\"text/swriter/main0100.xhp\" name=\"Menus\">Menus</link></variable>"
-msgstr ""
+msgstr "<variable id=\"main0100\"><link href=\"text/swriter/main0100.xhp\" name=\"Menus\">Izbornici</link></variable>"
#: main0100.xhp
msgctxt ""
@@ -83,7 +82,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "The following section lists the help topics available for menus and dialogs."
-msgstr ""
+msgstr "U nastavku se donose teme koje će vam pomoći u radu s izbornicima i dijaloškim okvirima."
#: main0101.xhp
msgctxt ""
@@ -100,7 +99,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/swriter/main0101.xhp\" name=\"File\">File</link>"
-msgstr ""
+msgstr "Datoteka"
#: main0101.xhp
msgctxt ""
@@ -109,7 +108,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<ahelp hid=\".\">These commands apply to the current document, open a new document, or close the application.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Naradbama se u ovom izborniku manipulira trenutno uređivanim dokumentom, otvara se novi dokument ili zatvara program.</ahelp>"
#: main0101.xhp
msgctxt ""
@@ -118,7 +117,7 @@ msgctxt ""
"4\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\">Otvori</link>"
#: main0101.xhp
msgctxt ""
@@ -127,7 +126,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Save As</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/01070000.xhp\" name=\"Save As\">Spremi kao</link>"
#: main0101.xhp
msgctxt ""
@@ -136,7 +135,7 @@ msgctxt ""
"12\n"
"help.text"
msgid "<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">Versions</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/01190000.xhp\" name=\"Versions\">Inačice</link>"
#: main0101.xhp
msgctxt ""
@@ -145,7 +144,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "<link href=\"text/shared/01/01100000.xhp\" name=\"Properties\">Properties</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/01100000.xhp\" name=\"Properties\">Svojstva</link>"
#: main0101.xhp
msgctxt ""
@@ -154,7 +153,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">Print</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/01130000.xhp\" name=\"Print\">Ispis</link>"
#: main0101.xhp
msgctxt ""
@@ -163,7 +162,7 @@ msgctxt ""
"10\n"
"help.text"
msgid "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\">Printer Settings</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/01140000.xhp\" name=\"Printer Settings\">Postavke pisača</link>"
#: main0102.xhp
msgctxt ""
@@ -180,7 +179,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/swriter/main0102.xhp\" name=\"Edit\">Edit</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/main0102.xhp\" name=\"Edit\">Uređivanje</link>"
#: main0102.xhp
msgctxt ""
@@ -189,7 +188,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<ahelp hid=\".\">This menu contains commands for editing the contents of the current document.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Izbornik sadrži naredbe za uređivanje sadržaja otvorenog dokumenta.</ahelp>"
#: main0102.xhp
msgctxt ""
@@ -198,7 +197,7 @@ msgctxt ""
"3\n"
"help.text"
msgid "<link href=\"text/shared/01/02070000.xhp\" name=\"Paste Special\">Paste Special</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/02070000.xhp\" name=\"Paste Special\">Posebno umetni</link>"
#: main0102.xhp
msgctxt ""
@@ -207,7 +206,7 @@ msgctxt ""
"16\n"
"help.text"
msgid "<link href=\"text/shared/02/07070000.xhp\" name=\"Select Text\">Select Text</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/02/07070000.xhp\" name=\"Select Text\">Označi teks</link>"
#: main0102.xhp
msgctxt ""
@@ -216,7 +215,7 @@ msgctxt ""
"13\n"
"help.text"
msgid "<link href=\"text/shared/01/02240000.xhp\" name=\"Compare Document\">Compare Document</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/02240000.xhp\" name=\"Compare Document\">Uspoređivanje dokumenta</link>"
#: main0102.xhp
msgctxt ""
@@ -225,7 +224,7 @@ msgctxt ""
"4\n"
"help.text"
msgid "<link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Find & Replace</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/02100000.xhp\" name=\"Find & Replace\">Traži i zamijeni</link>"
#: main0102.xhp
msgctxt ""
@@ -234,7 +233,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">AutoText</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/02120000.xhp\" name=\"AutoText\">Automatski tekst</link>"
#: main0102.xhp
msgctxt ""
@@ -243,7 +242,7 @@ msgctxt ""
"12\n"
"help.text"
msgid "<link href=\"text/swriter/01/04180400.xhp\" name=\"Exchange Database\">Exchange Database</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/04180400.xhp\" name=\"Exchange Database\">Izmjena baza podataka</link>"
#: main0102.xhp
msgctxt ""
@@ -252,7 +251,7 @@ msgctxt ""
"6\n"
"help.text"
msgid "<link href=\"text/swriter/01/02140000.xhp\" name=\"Fields\">Fields</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/02140000.xhp\" name=\"Fields\">Polja</link>"
#: main0102.xhp
msgctxt ""
@@ -261,7 +260,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "<link href=\"text/swriter/01/02150000.xhp\" name=\"Footnotes\">Footnotes</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/02150000.xhp\" name=\"Footnotes\">Fusnote</link>"
#: main0102.xhp
msgctxt ""
@@ -270,7 +269,7 @@ msgctxt ""
"8\n"
"help.text"
msgid "<link href=\"text/swriter/01/02160000.xhp\" name=\"Index Entry\">Index Entry</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/02160000.xhp\" name=\"Index Entry\">Unos indeksa</link>"
#: main0102.xhp
msgctxt ""
@@ -279,7 +278,7 @@ msgctxt ""
"14\n"
"help.text"
msgid "<link href=\"text/swriter/01/02130000.xhp\" name=\"Bibliography Entry\">Bibliography Entry</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/02130000.xhp\" name=\"Bibliography Entry\">Unos bibliografije</link>"
#: main0102.xhp
msgctxt ""
@@ -288,7 +287,7 @@ msgctxt ""
"15\n"
"help.text"
msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Poveznice</link>"
#: main0102.xhp
msgctxt ""
@@ -297,7 +296,7 @@ msgctxt ""
"10\n"
"help.text"
msgid "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Links</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/02180000.xhp\" name=\"Links\">Veze</link>"
#: main0102.xhp
msgctxt ""
@@ -306,7 +305,7 @@ msgctxt ""
"11\n"
"help.text"
msgid "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">ImageMap</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/02220000.xhp\" name=\"ImageMap\">Mapa slike</link>"
#: main0103.xhp
msgctxt ""
@@ -323,7 +322,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/swriter/main0103.xhp\" name=\"View\">View</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/main0103.xhp\" name=\"View\">Pogled</link>"
#: main0103.xhp
msgctxt ""
@@ -332,7 +331,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<ahelp hid=\".\">This menu contains commands for controlling the on-screen display of the document.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Izbornik kontrolira prikaz dokumenta na zaslonu.</ahelp>"
#: main0103.xhp
msgctxt ""
@@ -341,7 +340,7 @@ msgctxt ""
"3\n"
"help.text"
msgid "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Zoom</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/03010000.xhp\" name=\"Zoom\">Uvećanje</link>"
#: main0104.xhp
msgctxt ""
@@ -358,7 +357,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/swriter/main0104.xhp\" name=\"Insert\">Insert</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/main0104.xhp\" name=\"Insert\">Umetni</link>"
#: main0104.xhp
msgctxt ""
@@ -367,7 +366,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<ahelp hid=\".\">The Insert menu contains commands for inserting new elements in your document. This includes sections, footnotes, comments, special characters, graphics, and objects from other applications.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Izbornik sadrži naredbe koje omogućavaju umetanje novih elemenata u dokument, to uključuje odsječke, fusnote, komentare, posebne znakove, grafike i objekte iz drugih aplikacija.</ahelp>"
#: main0104.xhp
msgctxt ""
@@ -376,7 +375,7 @@ msgctxt ""
"3\n"
"help.text"
msgid "<link href=\"text/swriter/01/04010000.xhp\" name=\"Manual Break\">Manual Break</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/04010000.xhp\" name=\"Manual Break\">Ručni prijelom</link>"
#: main0104.xhp
msgctxt ""
@@ -385,7 +384,7 @@ msgctxt ""
"12\n"
"help.text"
msgid "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Special Character</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/04100000.xhp\" name=\"Special Character\">Posebni znak</link>"
#: main0104.xhp
msgctxt ""
@@ -394,7 +393,7 @@ msgctxt ""
"4\n"
"help.text"
msgid "<link href=\"text/swriter/01/04020000.xhp\" name=\"Section\">Section</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/04020000.xhp\" name=\"Section\">Odsječak</link>"
#: main0104.xhp
msgctxt ""
@@ -403,7 +402,7 @@ msgctxt ""
"17\n"
"help.text"
msgid "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Hyperlink</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/02/09070000.xhp\" name=\"Hyperlink\">Poveznica</link>"
#: main0104.xhp
msgctxt ""
@@ -412,7 +411,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "<link href=\"text/swriter/01/04030000.xhp\" name=\"Footnote\">Footnote/Endnote</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/04030000.xhp\" name=\"Footnote\">Fusnota/završna bilješka</link>"
#: main0104.xhp
msgctxt ""
@@ -421,7 +420,7 @@ msgctxt ""
"8\n"
"help.text"
msgid "<link href=\"text/swriter/01/04060000.xhp\" name=\"Caption\">Caption</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/04060000.xhp\" name=\"Caption\">Opis</link>"
#: main0104.xhp
msgctxt ""
@@ -430,7 +429,7 @@ msgctxt ""
"6\n"
"help.text"
msgid "<link href=\"text/swriter/01/04040000.xhp\" name=\"Bookmark\">Bookmark</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/04040000.xhp\" name=\"Bookmark\">Knjižna oznaka</link>"
#: main0104.xhp
msgctxt ""
@@ -439,7 +438,7 @@ msgctxt ""
"25\n"
"help.text"
msgid "<link href=\"text/swriter/01/04090002.xhp\" name=\"Cross-reference\">Cross-reference</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/04090002.xhp\" name=\"Cross-reference\">Unakrsna referenca</link>"
#: main0104.xhp
msgctxt ""
@@ -448,7 +447,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Comment</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/04050000.xhp\" name=\"Comment\">Komentar</link>"
#: main0104.xhp
msgctxt ""
@@ -457,7 +456,7 @@ msgctxt ""
"24\n"
"help.text"
msgid "<link href=\"text/swriter/01/04200000.xhp\" name=\"Script\">Script</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/04200000.xhp\" name=\"Script\">Skripta</link>"
#: main0104.xhp
msgctxt ""
@@ -466,7 +465,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "<link href=\"text/swriter/01/04070000.xhp\" name=\"Envelope\">Envelope</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/04070000.xhp\" name=\"Envelope\">Omotnica</link>"
#: main0104.xhp
msgctxt ""
@@ -475,7 +474,7 @@ msgctxt ""
"13\n"
"help.text"
msgid "<link href=\"text/swriter/01/04130000.xhp\" name=\"Frame\">Frame</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/04130000.xhp\" name=\"Frame\">Okvir</link>"
#: main0104.xhp
msgctxt ""
@@ -484,7 +483,7 @@ msgctxt ""
"15\n"
"help.text"
msgid "<link href=\"text/swriter/01/04150000.xhp\" name=\"Table\">Table</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/04150000.xhp\" name=\"Table\">Tablica</link>"
#: main0104.xhp
msgctxt ""
@@ -493,7 +492,7 @@ msgctxt ""
"20\n"
"help.text"
msgid "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Floating Frame</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/04160500.xhp\" name=\"Floating Frame\">Plutajući okvir</link>"
#: main0104.xhp
msgctxt ""
@@ -502,7 +501,7 @@ msgctxt ""
"16\n"
"help.text"
msgid "<link href=\"text/swriter/01/04190000.xhp\" name=\"File\">File</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/04190000.xhp\" name=\"File\">Datoteka</link>"
#: main0105.xhp
msgctxt ""
@@ -519,7 +518,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/swriter/main0105.xhp\" name=\"Format\">Format</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/main0105.xhp\" name=\"Format\">Oblik</link>"
#: main0105.xhp
msgctxt ""
@@ -528,7 +527,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<ahelp hid=\".uno:FormatMenu\">Contains commands for formatting the layout and the contents of your document.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:FormatMenu\">Sadrži naredbe koje omogućuju oblikovanje izgleda i sadržaja dokumenta.</ahelp>"
#: main0105.xhp
msgctxt ""
@@ -537,7 +536,7 @@ msgctxt ""
"4\n"
"help.text"
msgid "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Character</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/05020000.xhp\" name=\"Character\">Znak</link>"
#: main0105.xhp
msgctxt ""
@@ -546,7 +545,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Paragraph</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/05030000.xhp\" name=\"Paragraph\">Odlomak</link>"
#: main0105.xhp
msgctxt ""
@@ -555,7 +554,7 @@ msgctxt ""
"18\n"
"help.text"
msgid "<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">Bullets and Numbering</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/06050000.xhp\" name=\"Numbering/Bullets\">Grafičke oznake i numeriranje</link>"
#: main0105.xhp
msgctxt ""
@@ -564,7 +563,7 @@ msgctxt ""
"6\n"
"help.text"
msgid "<link href=\"text/swriter/01/05040000.xhp\" name=\"Page\">Page</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/05040000.xhp\" name=\"Page\">Stranica</link>"
#: main0105.xhp
msgctxt ""
@@ -573,7 +572,7 @@ msgctxt ""
"23\n"
"help.text"
msgid "<link href=\"text/swriter/01/05040500.xhp\" name=\"Columns\">Columns</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/05040500.xhp\" name=\"Columns\">Stupci</link>"
#: main0105.xhp
msgctxt ""
@@ -582,7 +581,7 @@ msgctxt ""
"22\n"
"help.text"
msgid "<link href=\"text/swriter/01/02170000.xhp\" name=\"Sections\">Sections</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/02170000.xhp\" name=\"Sections\">Redci</link>"
#: main0105.xhp
msgctxt ""
@@ -591,7 +590,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "<link href=\"text/swriter/01/04130000.xhp\" name=\"Frame\">Frame</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/04130000.xhp\" name=\"Frame\">Okvir</link>"
#: main0105.xhp
msgctxt ""
@@ -600,7 +599,7 @@ msgctxt ""
"8\n"
"help.text"
msgid "<link href=\"text/swriter/01/05060000.xhp\" name=\"Picture\">Picture</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/05060000.xhp\" name=\"Picture\">Slika</link>"
#: main0106.xhp
msgctxt ""
@@ -617,7 +616,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/swriter/main0106.xhp\" name=\"Tools\">Tools</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/main0106.xhp\" name=\"Tools\">Alati</link>"
#: main0106.xhp
msgctxt ""
@@ -626,7 +625,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<ahelp hid=\".\">Contains spelling tools, a gallery of object art that you can add to your document, as well as tools for configuring menus, and setting program preferences.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Sadrži alate za provjeru pravopisa, galeriju grafičkih objekta koje možete umetnuti u dokument, ali i alate za postavljanje izbornika i mogućnosti programa.</ahelp>"
#: main0106.xhp
msgctxt ""
@@ -635,7 +634,7 @@ msgctxt ""
"8\n"
"help.text"
msgid "<link href=\"text/swriter/01/06060000.xhp\" name=\"Outline Numbering\">Outline Numbering</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/06060000.xhp\" name=\"Outline Numbering\">Konturno numeriranje</link>"
#: main0106.xhp
msgctxt ""
@@ -644,7 +643,7 @@ msgctxt ""
"15\n"
"help.text"
msgid "<link href=\"text/swriter/01/06180000.xhp\" name=\"Line Numbering\">Line Numbering</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/06180000.xhp\" name=\"Line Numbering\">Numeriranje linija</link>"
#: main0106.xhp
msgctxt ""
@@ -653,7 +652,7 @@ msgctxt ""
"10\n"
"help.text"
msgid "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Footnotes</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/06080000.xhp\" name=\"Footnotes\">Fusnote</link>"
#: main0106.xhp
msgctxt ""
@@ -662,7 +661,7 @@ msgctxt ""
"12\n"
"help.text"
msgid "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Sort</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/06100000.xhp\" name=\"Sort\">Razvrstaj</link>"
#: main0106.xhp
msgctxt ""
@@ -671,7 +670,7 @@ msgctxt ""
"6\n"
"help.text"
msgid "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">AutoCorrect Options</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/06040000.xhp\" name=\"AutoCorrect\">Mogućnost automatskog ispravljanja</link>"
#: main0106.xhp
msgctxt ""
@@ -680,7 +679,7 @@ msgctxt ""
"14\n"
"help.text"
msgid "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Customize</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/06140000.xhp\" name=\"Customize\">Prilagodi</link>"
#: main0107.xhp
msgctxt ""
@@ -697,7 +696,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/swriter/main0107.xhp\" name=\"Window\">Window</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/main0107.xhp\" name=\"Window\">Prozor</link>"
#: main0107.xhp
msgctxt ""
@@ -706,7 +705,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<ahelp hid=\".uno:WindowList\" visibility=\"visible\">Contains commands for manipulating and displaying document windows.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:WindowList\" visibility=\"visible\">Izbornik sadrži naredbe koje omogućuju prikaz i upravljanje prozorom dokumenta.</ahelp>"
#: main0110.xhp
msgctxt ""
@@ -722,7 +721,7 @@ msgctxt ""
"par_idN10553\n"
"help.text"
msgid "<link href=\"text/swriter/main0110.xhp\">Table</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/main0110.xhp\">Tablica</link>"
#: main0110.xhp
msgctxt ""
@@ -730,7 +729,7 @@ msgctxt ""
"par_idN10563\n"
"help.text"
msgid "<ahelp hid=\".\">Shows commands to insert, edit, and delete a table inside a text document.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Prikaz naredbi koje omogućuju umetanje, uređivanje i brisanje tablice unutar tekstualnog dokumenta.</ahelp>"
#: main0110.xhp
msgctxt ""
@@ -754,7 +753,7 @@ msgctxt ""
"par_idN105B8\n"
"help.text"
msgid "Inserts a new table."
-msgstr ""
+msgstr "Umeće novu tablicu."
#: main0110.xhp
msgctxt ""
@@ -770,7 +769,7 @@ msgctxt ""
"par_idN105D0\n"
"help.text"
msgid "Inserts columns."
-msgstr ""
+msgstr "Umeće stupac."
#: main0110.xhp
msgctxt ""
@@ -786,7 +785,7 @@ msgctxt ""
"par_idN105E8\n"
"help.text"
msgid "Inserts rows."
-msgstr ""
+msgstr "Umeće redak."
#: main0110.xhp
msgctxt ""
@@ -810,7 +809,7 @@ msgctxt ""
"par_idN1060A\n"
"help.text"
msgid "<ahelp hid=\"20529\">Deletes the current table.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"20529\">Briše uređivanu tablicu.</ahelp>"
#: main0110.xhp
msgctxt ""
@@ -826,7 +825,7 @@ msgctxt ""
"par_idN10610\n"
"help.text"
msgid "Deletes the selected columns."
-msgstr ""
+msgstr "Briše označeni stupac."
#: main0110.xhp
msgctxt ""
@@ -842,7 +841,7 @@ msgctxt ""
"par_idN10616\n"
"help.text"
msgid "Deletes the selected rows."
-msgstr ""
+msgstr "Briše označenij redak."
#: main0110.xhp
msgctxt ""
@@ -866,7 +865,7 @@ msgctxt ""
"par_idN10626\n"
"help.text"
msgid "<ahelp hid=\".\">Selects the current table.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Označava uređivanu tablicu.</ahelp>"
#: main0110.xhp
msgctxt ""
@@ -882,7 +881,7 @@ msgctxt ""
"par_idN1062C\n"
"help.text"
msgid "Selects the current column."
-msgstr ""
+msgstr "Označava uređivani stupac."
#: main0110.xhp
msgctxt ""
@@ -898,7 +897,7 @@ msgctxt ""
"par_idN10632\n"
"help.text"
msgid "Selects the current row."
-msgstr ""
+msgstr "Označava uređivani redak."
#: main0110.xhp
msgctxt ""
@@ -914,7 +913,7 @@ msgctxt ""
"par_idN10638\n"
"help.text"
msgid "<ahelp hid=\"20530\">Selects the current cell.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"20530\">Označava uređivanu ćeliju.</ahelp>"
#: main0110.xhp
msgctxt ""
@@ -922,7 +921,7 @@ msgctxt ""
"par_idN105B7\n"
"help.text"
msgid "<link href=\"text/shared/01/05100100.xhp\">Merge Cells</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/05100100.xhp\">Spoji ćelije</link>"
#: main0110.xhp
msgctxt ""
@@ -930,7 +929,7 @@ msgctxt ""
"par_idN105BB\n"
"help.text"
msgid "<link href=\"text/shared/01/05100200.xhp\">Split Cells</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/05100200.xhp\">Razdvoji ćelije</link>"
#: main0110.xhp
msgctxt ""
@@ -938,7 +937,7 @@ msgctxt ""
"par_idN105F7\n"
"help.text"
msgid "<link href=\"text/swriter/01/05150101.xhp\">Table AutoFormat</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/05150101.xhp\">Automatsko oblikovanje tablice</link>"
#: main0110.xhp
msgctxt ""
@@ -946,7 +945,7 @@ msgctxt ""
"par_idN105FB\n"
"help.text"
msgid "Autofit"
-msgstr ""
+msgstr "Automatski prilagodi"
#: main0110.xhp
msgctxt ""
@@ -962,7 +961,7 @@ msgctxt ""
"par_idN106B8\n"
"help.text"
msgid "Opens the Column Width dialog where you can change the width of a column."
-msgstr ""
+msgstr "Otvara dijaloški okvir Širina stupca, u kojemu se može promijeniti širina stupca."
#: main0110.xhp
msgctxt ""
@@ -970,7 +969,7 @@ msgctxt ""
"par_idN106BB\n"
"help.text"
msgid "<link href=\"text/swriter/01/05120200.xhp\">Optimal Column Width</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/05120200.xhp\">Optimalna visina stupca</link>"
#: main0110.xhp
msgctxt ""
@@ -978,7 +977,7 @@ msgctxt ""
"par_idN106D2\n"
"help.text"
msgid "<link href=\"text/shared/01/05120600.xhp\">Distribute Columns Evenly</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/05120600.xhp\">Rasporedi širinu stupaca jednako</link>"
#: main0110.xhp
msgctxt ""
@@ -994,7 +993,7 @@ msgctxt ""
"par_idN106EC\n"
"help.text"
msgid "Opens the Row Height dialog where you can change the height of a row."
-msgstr ""
+msgstr "Otvara dijaloški okvir Visina retka, u kojem je moguće promijeniti visinu retka."
#: main0110.xhp
msgctxt ""
@@ -1002,7 +1001,7 @@ msgctxt ""
"par_idN106EF\n"
"help.text"
msgid "<link href=\"text/swriter/01/05110200.xhp\">Optimal Row Height</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/05110200.xhp\">Optimalna visina retka</link>"
#: main0110.xhp
msgctxt ""
@@ -1010,7 +1009,7 @@ msgctxt ""
"par_idN10706\n"
"help.text"
msgid "<link href=\"text/shared/01/05110600m.xhp\">Distribute Rows Evenly</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/05110600m.xhp\">Rasporedi visinu redaka jednako</link>"
#: main0110.xhp
msgctxt ""
@@ -1026,7 +1025,7 @@ msgctxt ""
"par_idN10720\n"
"help.text"
msgid "<ahelp hid=\"21753\">Allows a page break within the current row.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"21753\">Dopušta prijelom stranice nakon uređivanog retka.</ahelp>"
#: main0110.xhp
msgctxt ""
@@ -1042,7 +1041,7 @@ msgctxt ""
"par_idN1072D\n"
"help.text"
msgid "<ahelp hid=\"20520\">Repeats the table headers on subsequent pages if the table spans one or more pages.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"20520\">Ponavlja zaglavlje tablice i na druge stranice ako se tablica proteže na više stranica.</ahelp>"
#: main0110.xhp
msgctxt ""
@@ -1066,7 +1065,7 @@ msgctxt ""
"par_idN1074F\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can convert the selected text to a table.</ahelp> Opens <link href=\"text/swriter/01/06090000.xhp\">a dialog</link> where you can convert the selected text to a table."
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Otvara dijaloški okvir kojim se tekst može pretvoriti u tablicu.</ahelp> Otvara <link href=\"text/swriter/01/06090000.xhp\">dijaloški okvir</link> kojim se označeni tekst može pretvoriti u tablicu."
#: main0110.xhp
msgctxt ""
@@ -1082,7 +1081,7 @@ msgctxt ""
"par_idN10766\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Opens a dialog where you can convert the current table to text.</ahelp> Opens <link href=\"text/swriter/01/06090000.xhp\">a dialog</link> where you can convert the current table to text."
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Otvara dijaloški okvir kojim se uređivana tablica može pretvoriti u tekst.</ahelp> Otvara <link href=\"text/swriter/01/06090000.xhp\">dijaloški okvir</link> kojim se uređivana tablica može pretvoriti u tekst."
#: main0110.xhp
msgctxt ""
@@ -1090,7 +1089,7 @@ msgctxt ""
"par_idN10607\n"
"help.text"
msgid "<link href=\"text/swriter/01/06100000.xhp\">Sort</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/06100000.xhp\">Razvrstaj</link>"
#: main0110.xhp
msgctxt ""
@@ -1106,7 +1105,7 @@ msgctxt ""
"par_idN10933\n"
"help.text"
msgid "Opens the <link href=\"text/swriter/main0214.xhp\">Formula bar</link> to enter or edit a formula."
-msgstr ""
+msgstr "Otvara <link href=\"text/swriter/main0214.xhp\">Alatnu traku formula</link> kako biste mogli unositi ili uređivati formule."
#: main0110.xhp
msgctxt ""
@@ -1122,7 +1121,7 @@ msgctxt ""
"par_idN107AC\n"
"help.text"
msgid "Opens <link href=\"text/shared/optionen/01040500.xhp\">a dialog</link> where you can specifiy the format of numbers in the table."
-msgstr ""
+msgstr "Otvara <link href=\"text/shared/optionen/01040500.xhp\">dijaloški okvir</link> u kojem možete odrediti oblike brojeva u tablici."
#: main0110.xhp
msgctxt ""
@@ -1138,7 +1137,7 @@ msgctxt ""
"par_idN107CA\n"
"help.text"
msgid "Shows or hides the boundaries around table cells. The boundaries are only visible on screen and are not printed."
-msgstr ""
+msgstr "Skriva ili prikazuje obrube ćelija. Obrubi su vidljivi samo na zaslobnu i ne ispisuju se."
#: main0110.xhp
msgctxt ""
@@ -1146,7 +1145,7 @@ msgctxt ""
"par_idN10617\n"
"help.text"
msgid "<link href=\"text/swriter/01/05090000.xhp\">Table Properties</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/05090000.xhp\">Svojstva tablice</link>"
#: main0200.xhp
msgctxt ""
@@ -1163,7 +1162,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<variable id=\"main0200\"><link href=\"text/swriter/main0200.xhp\" name=\"Toolbars\">Toolbars</link></variable>"
-msgstr ""
+msgstr "<variable id=\"main0200\"><link href=\"text/swriter/main0200.xhp\" name=\"Toolbars\">Alatne trake</link></variable>"
#: main0200.xhp
msgctxt ""
@@ -1172,7 +1171,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "This section provides an overview of the toolbars available in $[officename] Writer. <embedvar href=\"text/shared/00/00000007.xhp#symbolleistenneu\"/>"
-msgstr ""
+msgstr "Ovaj odjeljak opisuje dostupne alatne trake u $[officename] Writeru. <embedvar href=\"text/shared/00/00000007.xhp#symbolleistenneu\"/>"
#: main0202.xhp
msgctxt ""
@@ -1180,7 +1179,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Formatting Bar"
-msgstr ""
+msgstr "Traka oblikovanja"
#: main0202.xhp
msgctxt ""
@@ -1189,7 +1188,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/swriter/main0202.xhp\" name=\"Formatting Bar\">Formatting Bar</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/main0202.xhp\" name=\"Formatting Bar\">Traka oblikovanja</link>"
#: main0202.xhp
msgctxt ""
@@ -1198,7 +1197,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<ahelp hid=\"HID_TEXT_TOOLBOX\">The Formatting bar contains several text formatting functions.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_TEXT_TOOLBOX\">Alatna traka oblikovanja pruža mogućnosti oblikovanja teksta.</ahelp>"
#: main0202.xhp
msgctxt ""
@@ -1207,7 +1206,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Color\">Font Color</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/01/05020200.xhp\" name=\"Font Color\">Boja fonta</link>"
#: main0202.xhp
msgctxt ""
@@ -1216,7 +1215,7 @@ msgctxt ""
"10\n"
"help.text"
msgid "Additional icons"
-msgstr ""
+msgstr "Dodatne ikone"
#: main0202.xhp
msgctxt ""
@@ -1232,7 +1231,7 @@ msgctxt ""
"par_id0122200903085371\n"
"help.text"
msgid "<ahelp hid=\".\">Increases the font size of the selected text.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Povećava veličinu fonta označena teksta.</ahelp>"
#: main0202.xhp
msgctxt ""
@@ -1248,7 +1247,7 @@ msgctxt ""
"par_id0122200903085351\n"
"help.text"
msgid "<ahelp hid=\".\">Reduces the font size of the selected text.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Smanjuje veličinu fonta označena teksta.</ahelp>"
#: main0202.xhp
msgctxt ""
@@ -1257,7 +1256,7 @@ msgctxt ""
"11\n"
"help.text"
msgid "If <link href=\"text/shared/00/00000005.xhp#ctl\" name=\"CTL\">CTL</link> support is enabled, two additional icons are visible."
-msgstr ""
+msgstr "Ako je podržavanje <link href=\"text/shared/00/00000005.xhp#ctl\" name=\"CTL\">CTL</link> omogućeno, pojavit će se i dvije nove ikone."
#: main0202.xhp
msgctxt ""
@@ -1274,7 +1273,7 @@ msgctxt ""
"par_idN10784\n"
"help.text"
msgid "<image id=\"img_id8354747\" src=\"cmd/sc_paralefttoright.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id8354747\">left to right icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id8354747\" src=\"cmd/sc_paralefttoright.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id8354747\">ikona slijeva nadesno</alt></image>"
#: main0202.xhp
msgctxt ""
@@ -1283,7 +1282,7 @@ msgctxt ""
"13\n"
"help.text"
msgid "<ahelp hid=\".uno:ParaLeftToRight\">The text is entered from left to right.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:ParaLeftToRight\">Tekst se unosi slijeva nadesno.</ahelp>"
#: main0202.xhp
msgctxt ""
@@ -1300,7 +1299,7 @@ msgctxt ""
"par_idN107DF\n"
"help.text"
msgid "<image id=\"img_id2405774\" src=\"cmd/sc_pararighttoleft.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id2405774\">right to left icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id2405774\" src=\"cmd/sc_pararighttoleft.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id2405774\">ikona zdesna nalijevo</alt></image>"
#: main0202.xhp
msgctxt ""
@@ -1309,7 +1308,7 @@ msgctxt ""
"15\n"
"help.text"
msgid "<ahelp hid=\".uno:ParaRightToLeft\">The text formatted in a complex text layout language is entered from right to left.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:ParaRightToLeft\">Tekst sa složenim rasporedom pisama unosi se zdesna nalijevo.</ahelp>"
#: main0203.xhp
msgctxt ""
@@ -1317,7 +1316,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Picture Bar"
-msgstr ""
+msgstr "Traka slika"
#: main0203.xhp
msgctxt ""
@@ -1325,7 +1324,7 @@ msgctxt ""
"hd_id3154263\n"
"help.text"
msgid "<link href=\"text/swriter/main0203.xhp\" name=\"Picture Bar\">Picture Bar</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/main0203.xhp\" name=\"Picture Bar\">Traka slika</link>"
#: main0203.xhp
msgctxt ""
@@ -1333,7 +1332,7 @@ msgctxt ""
"par_id3147756\n"
"help.text"
msgid "<ahelp hid=\"HID_GRAFIK_TOOLBOX\">The <emph>Picture</emph> Bar contains functions for formatting and positioning selected bitmap graphics.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_GRAFIK_TOOLBOX\"><emph>Traka slika</emph> sadrži mogućnosti oblikovanja i pozicioniranje označene bitmapne grafike.</ahelp>"
#: main0203.xhp
msgctxt ""
@@ -1341,7 +1340,7 @@ msgctxt ""
"hd_id3145606\n"
"help.text"
msgid "<link href=\"text/swriter/01/05060300.xhp\" name=\"Flip Vertically\">Flip Vertically</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/01/05060300.xhp\" name=\"Flip Vertically\">Flip Vertically</link>"
#: main0203.xhp
msgctxt ""
diff --git a/source/hr/officecfg/registry/data/org/openoffice/Office/UI.po b/source/hr/officecfg/registry/data/org/openoffice/Office/UI.po
index 5261fcdd349..b56821fd743 100644
--- a/source/hr/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/hr/officecfg/registry/data/org/openoffice/Office/UI.po