# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Module_Module,libreoffice)) # This makefile needs to be read first because some variables like T_LIBS # for libmerged are cleared there and then later we append stuff to it # through e.g. gb_Library_use_external for various libraries in libmerged. ifneq ($(MERGELIBS),) $(eval $(call gb_Module_add_targets,libreoffice,\ Library_merged \ )) endif # WASM_CHART change ifneq ($(ENABLE_WASM_STRIP_CHART),TRUE) $(eval $(call gb_Module_add_moduledirs,libreoffice,\ chart2 \ )) endif # WASM_CANVAS change ifneq ($(ENABLE_WASM_STRIP_CANVAS),TRUE) $(eval $(call gb_Module_add_moduledirs,libreoffice,\ canvas \ cppcanvas \ )) endif ifneq ($(ENABLE_WASM_STRIP_DBACCESS),TRUE) $(eval $(call gb_Module_add_moduledirs,libreoffice,\ dbaccess \ )) endif ifneq ($(ENABLE_WASM_STRIP_ACCESSIBILITY),TRUE) $(eval $(call gb_Module_add_moduledirs,libreoffice,\ accessibility \ winaccessibility \ )) endif $(eval $(call gb_Module_add_moduledirs,libreoffice,\ android \ $(if $(ENABLE_WASM_STRIP_BASIC_DRAW_MATH_IMPRESS),, \ animations \ ) \ apple_remote \ avmedia \ $(if $(ENABLE_WASM_STRIP_CALC),, \ basctl \ ) \ basegfx \ basic \ bean \ binaryurp \ bridges \ cli_ure \ codemaker \ comphelper \ configmgr \ connectivity \ cppu \ cppuhelper \ cpputools \ cui \ desktop \ $(call gb_Helper_optional,DICTIONARIES,dictionaries) \ docmodel\ drawinglayer \ editeng \ embeddedobj \ embedserv \ eventattacher \ extensions \ external \ extras \ filter \ $(call gb_Helper_optional,DBCONNECTIVITY,forms) \ formula \ $(call gb_Helper_optional,DESKTOP,fpicker) \ framework \ $(call gb_Helper_optionals_or,HELPTOOLS XMLHELP,helpcompiler) \ $(call gb_Helper_optional,HELP,helpcontent2) \ hwpfilter \ i18nlangtag \ i18npool \ i18nutil \ idl \ instsetoo_native \ io \ javaunohelper \ jurt \ jvmaccess \ jvmfwk \ $(call gb_Helper_optional,LIBRELOGO,librelogo) \ libreofficekit \ lingucomponent \ linguistic \ lotuswordpro \ $(call gb_Helper_optional,DESKTOP,l10ntools) \ $(call gb_Helper_optional,NLPSOLVER,nlpsolver) \ o3tl \ $(call gb_Helper_optional,ODK,odk) \ offapi \ officecfg \ onlineupdate \ oovbaapi \ oox \ $(call gb_Helper_optional,OPENCL,opencl) \ package \ pch \ postprocess \ $(call gb_Helper_optional,PYUNO,pyuno) \ $(call gb_Helper_optional,QADEVOOO,qadevOOo) \ readlicense_oo \ registry \ remotebridges \ reportbuilder \ $(call gb_Helper_optional,DBCONNECTIVITY,reportdesign) \ ridljar \ sal \ salhelper \ sax \ $(if $(ENABLE_WASM_STRIP_CALC),, \ sc \ scaddins \ sccomp \ ) \ $(call gb_Helper_optional,DESKTOP,scp2) \ scripting \ $(if $(ENABLE_WASM_STRIP_BASIC_DRAW_MATH_IMPRESS),, \ sd \ sdext \ ) \ $(call gb_Helper_optional,DESKTOP,setup_native) \ sfx2 \ shell \ $(if $(ENABLE_WASM_STRIP_BASIC_DRAW_MATH_IMPRESS),, \ slideshow \ ) \ smoketest \ solenv \ soltools \ sot \ $(if $(ENABLE_WASM_STRIP_BASIC_DRAW_MATH_IMPRESS),, \ starmath \ ) \ $(if $(ENABLE_CUSTOMTARGET_COMPONENTS),static) \ stoc \ store \ svl \ svtools \ svgio \ emfio \ svx \ $(if $(ENABLE_WASM_STRIP_WRITER),, \ sw \ swext \ ) \ sysui \ test \ testtools \ toolkit \ tools \ ucb \ ucbhelper \ udkapi \ $(call gb_Helper_optional,PYUNO,uitest) \ UnoControls \ unodevtools \ unoil \ unoidl \ unotest \ unotools \ unoxml \ ure \ uui \ vbahelper \ vcl \ wizards \ writerfilter \ writerperfect \ xmerge \ $(call gb_Helper_optional,XMLHELP,xmlhelp) \ xmloff \ xmlreader \ xmlscript \ xmlsecurity \ )) ifeq (,$(DISABLE_DYNLOADING)) # Especially when building everything with symbols, the linking of the largest # libraries takes enormous amounts of RAM. To prevent annoying OOM situations # etc., try to prevent linking these in parallel by adding artificial build # order dependencies here. # Do this only if a linker is not explicitly set, as this should only apply # to the BFD linker and any decently modern linker presumably performs better. ifeq (,$(USE_LD)) define repositorymodule_serialize1 $(call gb_Library_get_linktarget_target,$(1)) :| $(foreach lib,$(2),$(call gb_Library_get_target,$(lib))) endef else define repositorymodule_serialize1 endef endif define repositorymodule_serialize $(if $(filter-out 0 1,$(words $(1))),\ $(call repositorymodule_serialize1,$(firstword $(1)),$(wordlist 2,$(words $(1)),$(1)))) $(if $(strip $(1)),\ $(call repositorymodule_serialize,$(wordlist 2,$(words $(1)),$(1)))) endef # DO NOT SORT ALPHABETICALLY: the libraries must be listed in dependency order, # otherwise cyclic dependencies ruin everything. # do not serialize on a partial build as that may fail due to missing deps. # the default goal is build (see Module.mk) ifeq (,$(filter-out build check unitcheck slowcheck screenshot subsequentcheck uicheck coverage,$(MAKECMDGOALS))) $(eval $(call repositorymodule_serialize,\ scfilt \ $(call gb_Helper_optional,SCRIPTING,vbaobj) \ sc msword \ $(call gb_Helper_optional,DESKTOP,swui) \ sw sd \ $(call gb_Helper_optional,DBCONNECTIVITY,dbu) \ writerfilter cui chartcontroller chartcore oox \ $(if $(MERGELIBS), merged, \ svx svxcore xo sfx fwk svt vcl) \ )) endif endif # !$(DISABLE_DYNLOADING) # vim: set noet sw=4 ts=4: ption value='distro/collabora/viewer'>distro/collabora/viewer LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/extras/source/templates/l10n/zh_CN_ott_normal/content.xml
d>
AgeCommit message (Expand)Author
2022-11-04Templates: tdf#86483: Add "Localization" category and add a template for zh_CNKevin Suo
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/es/sc/source/ui/dbgui.po16
-rw-r--r--source/es/sc/source/ui/src.po8
-rw-r--r--source/es/sc/uiconfig/scalc/ui.po2
-rw-r--r--source/es/sfx2/source/doc.po6
-rw-r--r--source/es/svtools/source/contnr.po12
-rw-r--r--source/es/svx/source/items.po2
-rw-r--r--source/es/svx/source/svdraw.po2
-rw-r--r--source/es/sw/source/ui/ribbar.po6
-rw-r--r--source/es/sw/source/ui/utlui.po6
-rw-r--r--source/et/padmin/source.po8
-rw-r--r--source/et/svx/source/unodialogs/textconversiondlgs.po9
-rw-r--r--source/et/sw/source/ui/inc.po14
-rw-r--r--source/fr/padmin/source.po9
-rw-r--r--source/fr/scaddins/source/pricing.po11
-rw-r--r--source/fr/scp2/source/accessories.po23
-rw-r--r--source/fr/sfx2/source/dialog.po9
-rw-r--r--source/fr/svtools/source/misc.po6
-rw-r--r--source/fr/svx/source/unodialogs/textconversiondlgs.po11
-rw-r--r--source/fr/sw/source/ui/config.po15
-rw-r--r--source/fr/sw/source/ui/inc.po12
-rw-r--r--source/gd/dictionaries/pt_BR/dialog.po14
-rw-r--r--source/gd/padmin/source.po8
-rw-r--r--source/gd/scp2/source/accessories.po21
-rw-r--r--source/gd/sfx2/source/dialog.po8
-rw-r--r--source/gd/svx/source/unodialogs/textconversiondlgs.po11
-rw-r--r--source/gd/sw/source/ui/config.po12
-rw-r--r--source/gl/basctl/source/dlged.po9
-rw-r--r--source/gl/cui/uiconfig/ui.po40
-rw-r--r--source/gl/desktop/source/deployment/gui.po10
-rw-r--r--source/gl/sc/source/ui/src.po12
-rw-r--r--source/gl/sc/uiconfig/scalc/ui.po8
-rw-r--r--source/gl/scp2/source/impress.po12
-rw-r--r--source/gl/scp2/source/writer.po12
-rw-r--r--source/hr/scp2/source/accessories.po12
-rw-r--r--source/hr/scp2/source/ooo.po12
-rw-r--r--source/hr/svtools/source/misc.po10
-rw-r--r--source/hr/svx/source/unodialogs/textconversiondlgs.po10
-rw-r--r--source/hu/cui/uiconfig/ui.po12
-rw-r--r--source/hu/sw/source/ui/inc.po16
-rw-r--r--source/id/helpcontent2/source/text/sbasic/shared.po118
-rw-r--r--source/id/helpcontent2/source/text/scalc/01.po34
-rw-r--r--source/id/helpcontent2/source/text/scalc/guide.po24
-rw-r--r--source/id/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/id/helpcontent2/source/text/shared/01.po16
-rw-r--r--source/id/helpcontent2/source/text/shared/02.po20
-rw-r--r--source/id/helpcontent2/source/text/shared/04.po7
-rw-r--r--source/id/helpcontent2/source/text/shared/05.po8
-rw-r--r--source/id/helpcontent2/source/text/simpress/01.po50
-rw-r--r--source/id/helpcontent2/source/text/simpress/02.po8
-rw-r--r--source/id/helpcontent2/source/text/simpress/guide.po104
-rw-r--r--source/id/helpcontent2/source/text/smath/01.po8
-rw-r--r--source/id/helpcontent2/source/text/swriter/01.po17
-rw-r--r--source/id/padmin/source.po8
-rw-r--r--source/id/scp2/source/accessories.po21
-rw-r--r--source/id/sfx2/source/dialog.po8
-rw-r--r--source/id/sfx2/uiconfig/ui.po10
-rw-r--r--source/id/svx/source/unodialogs/textconversiondlgs.po11
-rw-r--r--source/id/sw/source/ui/config.po12
-rw-r--r--source/id/sw/source/ui/inc.po14
-rw-r--r--source/id/sw/uiconfig/swriter/ui.po8
-rw-r--r--source/it/padmin/source.po8
-rw-r--r--source/it/sfx2/uiconfig/ui.po12
-rw-r--r--source/it/svtools/source/misc.po10
-rw-r--r--source/it/sw/source/ui/inc.po15
-rw-r--r--source/ja/cui/uiconfig/ui.po10
-rw-r--r--source/ja/padmin/source.po10
-rw-r--r--source/ja/sc/source/ui/StatisticsDialogs.po12
-rw-r--r--source/ja/sc/source/ui/src.po10
-rw-r--r--source/ja/sc/uiconfig/scalc/ui.po10
-rw-r--r--source/ja/sw/uiconfig/swriter/ui.po8
-rw-r--r--source/kk/sw/source/ui/inc.po14
-rw-r--r--source/lt/cui/uiconfig/ui.po11
-rw-r--r--source/lt/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/nb/librelogo/source/pythonpath.po10
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office/UI.po11
-rw-r--r--source/nb/reportdesign/uiconfig/dbreport/ui.po12
-rw-r--r--source/nb/sc/source/ui/src.po69
-rw-r--r--source/nb/sc/uiconfig/scalc/ui.po28
-rw-r--r--source/nb/sd/uiconfig/simpress/ui.po10
-rw-r--r--source/nb/sfx2/uiconfig/ui.po15
-rw-r--r--source/nb/starmath/source.po109
-rw-r--r--source/nb/svx/uiconfig/ui.po10
-rw-r--r--source/nl/cui/source/customize.po8
-rw-r--r--source/nl/dbaccess/source/ui/dlg.po12
-rw-r--r--source/nl/fpicker/source/office.po14
-rw-r--r--source/nl/reportdesign/source/ui/dlg.po10
-rw-r--r--source/nn/basctl/source/basicide.po6
-rw-r--r--source/nn/connectivity/source/resource.po8
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/guide.po14
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared.po28
-rw-r--r--source/nn/helpcontent2/source/text/scalc.po8
-rw-r--r--source/nn/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/nn/helpcontent2/source/text/schart/00.po8
-rw-r--r--source/nn/helpcontent2/source/text/schart/01.po78
-rw-r--r--source/nn/helpcontent2/source/text/sdraw/guide.po8
-rw-r--r--source/nn/helpcontent2/source/text/shared/01.po18
-rw-r--r--source/nn/helpcontent2/source/text/shared/05.po8
-rw-r--r--source/nn/helpcontent2/source/text/shared/explorer/database.po1031
-rw-r--r--source/nn/helpcontent2/source/text/shared/guide.po70
-rw-r--r--source/nn/helpcontent2/source/text/shared/optionen.po10
-rw-r--r--source/nn/helpcontent2/source/text/swriter/01.po12
-rw-r--r--source/nn/helpcontent2/source/text/swriter/guide.po32
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/nn/sc/source/ui/src.po6
-rw-r--r--source/nn/sw/source/ui/fldui.po8
-rw-r--r--source/nn/wizards/source/formwizard.po10
-rw-r--r--source/pl/dbaccess/source/ui/dlg.po16
-rw-r--r--source/pl/helpcontent2/source/text/schart/00.po8
-rw-r--r--source/pl/helpcontent2/source/text/schart/01.po34
-rw-r--r--source/pl/svtools/source/contnr.po10
-rw-r--r--source/pl/svtools/source/dialogs.po8
-rw-r--r--source/pt-BR/chart2/uiconfig/ui.po8
-rw-r--r--source/pt-BR/padmin/source.po8
-rw-r--r--source/pt-BR/scaddins/source/pricing.po14
-rw-r--r--source/pt-BR/scp2/source/accessories.po21
-rw-r--r--source/pt-BR/sfx2/source/dialog.po8
-rw-r--r--source/pt-BR/sfx2/uiconfig/ui.po10
-rw-r--r--source/pt-BR/svtools/source/misc.po8
-rw-r--r--source/pt-BR/sw/source/ui/config.po12
-rw-r--r--source/pt-BR/sw/source/ui/inc.po14
-rw-r--r--source/pt-BR/sw/uiconfig/swriter/ui.po10
-rw-r--r--source/pt/dbaccess/source/ui/uno.po7
-rw-r--r--source/pt/helpcontent2/source/text/scalc/01.po12
-rw-r--r--source/pt/helpcontent2/source/text/shared/optionen.po10
-rw-r--r--source/pt/helpcontent2/source/text/swriter/librelogo.po22
-rw-r--r--source/pt/sc/source/ui/src.po26
-rw-r--r--source/pt/sc/uiconfig/scalc/ui.po8
-rw-r--r--source/pt/scaddins/source/pricing.po10
-rw-r--r--source/pt/sfx2/source/doc.po8
-rw-r--r--source/pt/sfx2/uiconfig/ui.po12
-rw-r--r--source/pt/svtools/source/misc.po6
-rw-r--r--source/pt/svx/source/dialog.po10
-rw-r--r--source/pt/svx/uiconfig/ui.po10
-rw-r--r--source/pt/sw/source/ui/inc.po12
-rw-r--r--source/pt/sw/uiconfig/swriter/ui.po8
-rw-r--r--source/pt/uui/source.po12
-rw-r--r--source/ro/scp2/source/accessories.po22
-rw-r--r--source/ro/sfx2/source/dialog.po8
-rw-r--r--source/ro/svx/source/unodialogs/textconversiondlgs.po10
-rw-r--r--source/ro/sw/source/ui/config.po12
-rw-r--r--source/ro/sw/source/ui/inc.po14
-rw-r--r--source/ru/sfx2/uiconfig/ui.po10
-rw-r--r--source/ru/sw/source/ui/inc.po16
-rw-r--r--source/sk/chart2/source/controller/dialogs.po6
-rw-r--r--source/sk/cui/uiconfig/ui.po12
-rw-r--r--source/sk/dbaccess/cui/uiconfig/ui.po10
-rw-r--r--source/sk/dbaccess/officecfg/registry/data/org/openoffice/Office/UI.po46
-rw-r--r--source/sk/dbaccess/source/ui/app.po9
-rw-r--r--source/sk/dbaccess/source/ui/dlg.po12
-rw-r--r--source/sk/dbaccess/source/ui/inc.po7
-rw-r--r--source/sk/dbaccess/source/ui/querydesign.po7
-rw-r--r--source/sk/filter/uiconfig/ui.po6
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice.po10
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office.po14
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office/UI.po44
-rw-r--r--source/sk/sc/source/ui/navipi.po8
-rw-r--r--source/sk/sc/source/ui/src.po6
-rw-r--r--source/sk/sc/uiconfig/scalc/ui.po8
-rw-r--r--source/sk/svl/source/misc.po6
-rw-r--r--source/sk/svx/source/dialog.po8
-rw-r--r--source/sk/svx/source/engine3d.po6
-rw-r--r--source/sk/svx/source/gallery2.po30
-rw-r--r--source/sk/svx/source/items.po6
-rw-r--r--source/sk/svx/source/svdraw.po8
-rw-r--r--source/sk/svx/source/tbxctrls.po36
-rw-r--r--source/sk/svx/source/toolbars.po19
-rw-r--r--source/sk/sw/source/core/undo.po6
-rw-r--r--source/sk/sw/source/ui/docvw.po8
-rw-r--r--source/sk/wizards/source/formwizard.po12
-rw-r--r--source/sq/cui/source/customize.po12
-rw-r--r--source/sq/librelogo/source/pythonpath.po10
-rw-r--r--source/sv/padmin/source.po10
-rw-r--r--source/sv/scp2/source/accessories.po24
-rw-r--r--source/sv/sfx2/source/dialog.po8
-rw-r--r--source/sv/svx/source/unodialogs/textconversiondlgs.po9
-rw-r--r--source/sv/sw/source/ui/config.po14
-rw-r--r--source/sv/sw/source/ui/inc.po14
-rw-r--r--source/sv/sw/uiconfig/swriter/ui.po10
-rw-r--r--source/ta/cui/uiconfig/ui.po43
-rw-r--r--source/th/basic/source/classes.po6
-rw-r--r--source/th/chart2/source/controller/dialogs.po8
-rw-r--r--source/th/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po14
-rw-r--r--source/th/connectivity/registry/kab/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/th/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/th/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po10
-rw-r--r--source/th/connectivity/registry/tdeab/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/th/connectivity/source/resource.po6
-rw-r--r--source/th/cui/source/customize.po6
-rw-r--r--source/th/cui/source/options.po8
-rw-r--r--source/th/cui/source/tabpages.po6
-rw-r--r--source/th/cui/uiconfig/ui.po87
-rw-r--r--source/th/dbaccess/source/core/resource.po8
-rw-r--r--source/th/dbaccess/source/ext/macromigration.po7
-rw-r--r--source/th/dbaccess/source/ui/browser.po6
-rw-r--r--source/th/dbaccess/source/ui/dlg.po18
-rw-r--r--source/th/dbaccess/source/ui/inc.po9
-rw-r--r--source/th/dbaccess/source/ui/misc.po16
-rw-r--r--source/th/dbaccess/source/ui/querydesign.po28
-rw-r--r--source/th/dbaccess/source/ui/tabledesign.po18
-rw-r--r--source/th/desktop/source/app.po12
-rw-r--r--source/th/desktop/source/deployment/gui.po23
-rw-r--r--source/th/desktop/source/deployment/registry/component.po20
-rw-r--r--source/th/desktop/source/deployment/registry/help.po12
-rw-r--r--source/th/desktop/source/deployment/unopkg.po8
-rw-r--r--source/th/editeng/source/outliner.po15
-rw-r--r--source/th/extensions/source/abpilot.po22
-rw-r--r--source/th/extensions/source/bibliography.po10
-rw-r--r--source/th/extensions/source/propctrlr.po85
-rw-r--r--source/th/extensions/uiconfig.po12
-rw-r--r--source/th/extensions/uiconfig/spropctrlr/ui.po10
-rw-r--r--source/th/filter/source/config/fragments/filters.po14
-rw-r--r--source/th/filter/source/config/fragments/internalgraphicfilters.po14
-rw-r--r--source/th/filter/source/config/fragments/types.po8
-rw-r--r--source/th/filter/source/t602.po14
-rw-r--r--source/th/filter/source/xsltdialog.po8
-rw-r--r--source/th/filter/uiconfig/ui.po28
-rw-r--r--source/th/forms/source/resource.po42
-rw-r--r--source/th/fpicker/source/office.po10
-rw-r--r--source/th/framework/source/classes.po20
-rw-r--r--source/th/instsetoo_native/inc_openoffice/windows/msi_languages.po69
-rw-r--r--source/th/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po6
-rw-r--r--source/th/officecfg/registry/data/org/openoffice/Office/UI.po67
-rw-r--r--source/th/reportdesign/source/ui/inspection.po12
-rw-r--r--source/th/reportdesign/uiconfig/dbreport/ui.po12
-rw-r--r--source/th/sc/source/core/src.po21
-rw-r--r--source/th/sc/source/ui/dbgui.po12
-rw-r--r--source/th/sc/source/ui/formdlg.po12
-rw-r--r--source/th/sc/source/ui/src.po26
-rw-r--r--source/th/sc/uiconfig/scalc/ui.po34
-rw-r--r--source/th/scp2/source/draw.po8
-rw-r--r--source/th/scp2/source/onlineupdate.po13
-rw-r--r--source/th/scp2/source/writer.po8
-rw-r--r--source/th/sd/source/ui/app.po6
-rw-r--r--source/th/sd/uiconfig/sdraw/ui.po8
-rw-r--r--source/th/sfx2/source/appl.po16
-rw-r--r--source/th/sfx2/source/dialog.po6
-rw-r--r--source/th/sfx2/source/doc.po12
-rw-r--r--source/th/sfx2/uiconfig/ui.po6
-rw-r--r--source/th/starmath/source.po30
-rw-r--r--source/th/starmath/uiconfig/smath/ui.po10
-rw-r--r--source/th/svl/source/misc.po8
-rw-r--r--source/th/svtools/source/dialogs.po10
-rw-r--r--source/th/svtools/source/misc.po6
-rw-r--r--source/th/svtools/uiconfig/ui.po20
-rw-r--r--source/th/svx/source/dialog.po19
-rw-r--r--source/th/svx/source/form.po34
-rw-r--r--source/th/svx/source/gallery2.po14
-rw-r--r--source/th/svx/source/stbctrls.po8
-rw-r--r--source/th/svx/uiconfig/ui.po22
-rw-r--r--source/th/sw/source/ui/app.po6
-rw-r--r--source/th/sw/source/ui/config.po17
-rw-r--r--source/th/sw/source/ui/envelp.po8
-rw-r--r--source/th/sw/source/ui/fldui.po6
-rw-r--r--source/th/sw/source/ui/ribbar.po12
-rw-r--r--source/th/sw/source/ui/sidebar.po14
-rw-r--r--source/th/sw/source/ui/uiview.po8
-rw-r--r--source/th/sw/source/ui/utlui.po12
-rw-r--r--source/th/sw/uiconfig/swriter/ui.po60
-rw-r--r--source/th/vcl/qa/cppunit/builder.po6
-rw-r--r--source/th/vcl/source/src.po9
-rw-r--r--source/th/vcl/uiconfig/ui.po6
-rw-r--r--source/th/wizards/source/euro.po10
-rw-r--r--source/th/wizards/source/formwizard.po6
-rw-r--r--source/tr/formula/source/core/resource.po2
-rw-r--r--source/uk/helpcontent2/source/text/shared/05.po78
-rw-r--r--source/uk/helpcontent2/source/text/simpress/02.po8
-rw-r--r--source/uk/helpcontent2/source/text/swriter/01.po30
-rw-r--r--source/uk/helpcontent2/source/text/swriter/guide.po12
-rw-r--r--source/uk/sw/source/ui/sidebar.po12
-rw-r--r--source/uk/sw/uiconfig/swriter/ui.po6
-rw-r--r--source/zh-CN/dbaccess/source/ui/querydesign.po6
-rw-r--r--source/zh-CN/sc/uiconfig/scalc/ui.po6
-rw-r--r--source/zh-CN/svx/source/unodialogs/textconversiondlgs.po11
340 files changed, 3089 insertions, 3100 deletions
diff --git a/source/ast/svx/source/unodialogs/textconversiondlgs.po b/source/ast/svx/source/unodialogs/textconversiondlgs.po
index 878b6bfaff9..e849c8bfce5 100644
--- a/source/ast/svx/source/unodialogs/textconversiondlgs.po
+++ b/source/ast/svx/source/unodialogs/textconversiondlgs.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: 2012-11-18 16:03+0000\n"
+"PO-Revision-Date: 2014-05-16 13:44+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: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1353254582.0\n"
+"X-POOTLE-MTIME: 1400247891.000000\n"
#: chinese_dictionarydialog.src
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"RB_TO_SIMPLIFIED\n"
"radiobutton.text"
msgid "~Traditional Chinese to simplified Chinese"
-msgstr ""
+msgstr "De chinu ~tradicional a simplificáu"
#: chinese_dictionarydialog.src
msgctxt ""
@@ -32,7 +32,7 @@ msgctxt ""
"RB_TO_TRADITIONAL\n"
"radiobutton.text"
msgid "~Simplified Chinese to traditional Chinese"
-msgstr ""
+msgstr "De chinu ~simplificáu a tradicional"
#: chinese_dictionarydialog.src
msgctxt ""
diff --git a/source/ast/sw/source/ui/inc.po b/source/ast/sw/source/ui/inc.po
index 0b3877b0387..e078835af85 100644
--- a/source/ast/sw/source/ui/inc.po
+++ b/source/ast/sw/source/ui/inc.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-02-13 17:13+0100\n"
-"PO-Revision-Date: 2014-01-07 21:24+0000\n"
+"PO-Revision-Date: 2014-05-16 13:47+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: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1389129859.0\n"
+"X-POOTLE-MTIME: 1400248045.000000\n"
#: redline_tmpl.hrc
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"FN_REDLINE_ACCEPT_DIRECT\n"
"menuitem.text"
msgid "Accept Change"
-msgstr ""
+msgstr "Aceptar el cambiu"
#: redline_tmpl.hrc
msgctxt ""
@@ -32,7 +32,7 @@ msgctxt ""
"FN_REDLINE_REJECT_DIRECT\n"
"menuitem.text"
msgid "Reject Change"
-msgstr ""
+msgstr "Refugar el cambiu"
#: redline_tmpl.hrc
msgctxt ""
@@ -41,7 +41,7 @@ msgctxt ""
"FN_REDLINE_NEXT_CHANGE\n"
"menuitem.text"
msgid "Next Change"
-msgstr ""
+msgstr "Siguiente cambiu"
#: redline_tmpl.hrc
msgctxt ""
@@ -50,4 +50,4 @@ msgctxt ""
"FN_REDLINE_PREV_CHANGE\n"
"menuitem.text"
msgid "Previous Change"
-msgstr ""
+msgstr "Cambiu anterior"
diff --git a/source/bg/scaddins/source/pricing.po b/source/bg/scaddins/source/pricing.po
index c4e81607ee8..5acf3f7a8ca 100644
--- a/source/bg/scaddins/source/pricing.po
+++ b/source/bg/scaddins/source/pricing.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-12-17 14:14+0100\n"
-"PO-Revision-Date: 2013-11-29 14:21+0000\n"
-"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
+"PO-Revision-Date: 2014-05-26 13:52+0000\n"
+"Last-Translator: Mihail <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1385734906.0\n"
+"X-POOTLE-MTIME: 1401112363.000000\n"
#: pricing.src
msgctxt ""
@@ -356,7 +356,7 @@ msgctxt ""
"11\n"
"string.text"
msgid "Time to maturity of the option in years"
-msgstr ""
+msgstr "Време до падежа на опцията в години"
#: pricing.src
msgctxt ""
@@ -563,7 +563,7 @@ msgctxt ""
"11\n"
"string.text"
msgid "Lower barrier (set to 0 for no lower barrier)"
-msgstr ""
+msgstr "Долна бариера (ако няма, задайте 0)"
#: pricing.src
msgctxt ""
diff --git a/source/bg/sfx2/uiconfig/ui.po b/source/bg/sfx2/uiconfig/ui.po
index 48c18aa2450..9c68a2d4ad4 100644
--- a/source/bg/sfx2/uiconfig/ui.po
+++ b/source/bg/sfx2/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-01-17 15:05+0100\n"
-"PO-Revision-Date: 2014-01-06 12:15+0000\n"
+"POT-Creation-Date: 2014-01-17 05:49+0100\n"
+"PO-Revision-Date: 2014-05-26 13:53+0000\n"
"Last-Translator: Mihail <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
"Language: bg\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1389010549.0\n"
+"X-POOTLE-MTIME: 1401112413.000000\n"
#: alienwarndialog.ui
msgctxt ""
@@ -59,7 +59,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Use %FORMATNAME Format"
-msgstr ""
+msgstr "_Използване на формат „%FORMATNAME“"
#: alienwarndialog.ui
msgctxt ""
diff --git a/source/bg/sw/source/ui/inc.po b/source/bg/sw/source/ui/inc.po
index ad4c135fe06..9244dead965 100644
--- a/source/bg/sw/source/ui/inc.po
+++ b/source/bg/sw/source/ui/inc.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-02-13 17:13+0100\n"
-"PO-Revision-Date: 2014-01-06 10:28+0000\n"
+"PO-Revision-Date: 2014-05-26 13:52+0000\n"
"Last-Translator: Mihail <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1389004130.0\n"
+"X-POOTLE-MTIME: 1401112320.000000\n"
#: redline_tmpl.hrc
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"FN_REDLINE_ACCEPT_DIRECT\n"
"menuitem.text"
msgid "Accept Change"
-msgstr ""
+msgstr "Приемане на промяната"
#: redline_tmpl.hrc
msgctxt ""
@@ -32,7 +32,7 @@ msgctxt ""
"FN_REDLINE_REJECT_DIRECT\n"
"menuitem.text"
msgid "Reject Change"
-msgstr ""
+msgstr "Отхвърляне на промяната"
#: redline_tmpl.hrc
msgctxt ""
@@ -41,7 +41,7 @@ msgctxt ""
"FN_REDLINE_NEXT_CHANGE\n"
"menuitem.text"
msgid "Next Change"
-msgstr ""
+msgstr "Следваща промяна"
#: redline_tmpl.hrc
msgctxt ""
@@ -50,4 +50,4 @@ msgctxt ""
"FN_REDLINE_PREV_CHANGE\n"
"menuitem.text"
msgid "Previous Change"
-msgstr ""
+msgstr "Предишна промяна"
diff --git a/source/br/padmin/source.po b/source/br/padmin/source.po
index 4c417234d21..1f92b519856 100644
--- a/source/br/padmin/source.po
+++ b/source/br/padmin/source.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2013-07-28 15:10+0000\n"
+"PO-Revision-Date: 2014-05-24 22:25+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1375024211.0\n"
+"X-POOTLE-MTIME: 1400970317.000000\n"
#: padialog.src
msgctxt ""
@@ -415,7 +415,7 @@ msgctxt ""
"RID_ERR_PRINTERNOTREMOVABLE\n"
"string.text"
msgid "The printer %s cannot be removed."
-msgstr ""
+msgstr "N'haller ket dilemel ar voullerez %s."
#: padialog.src
msgctxt ""
diff --git a/source/br/sc/source/core/src.po b/source/br/sc/source/core/src.po
index f07848e0a2a..10f6a9f1261 100644
--- a/source/br/sc/source/core/src.po
+++ b/source/br/sc/source/core/src.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:06+0200\n"
-"PO-Revision-Date: 2011-04-05 10:50+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:02+0100\n"
+"PO-Revision-Date: 2014-05-24 22:51+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\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: 1400971888.000000\n"
#: compiler.src
msgctxt ""
@@ -67,7 +68,7 @@ msgctxt ""
"6\n"
"string.text"
msgid "Mathematical"
-msgstr "Jedoniezhel"
+msgstr "Jedoniel"
#: compiler.src
msgctxt ""
diff --git a/source/br/sc/source/ui/src.po b/source/br/sc/source/ui/src.po
index 9d7ed4a51a3..4c009dbbe28 100644
--- a/source/br/sc/source/ui/src.po
+++ b/source/br/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-23 12:59+0000\n"
+"PO-Revision-Date: 2014-05-24 22:45+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\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: 1395579581.000000\n"
+"X-POOTLE-MTIME: 1400971557.000000\n"
#: autofmt.src
msgctxt ""
@@ -13871,7 +13871,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Rounds a number down to a predefined accuracy."
-msgstr "Rontaat a ra un niver war zigresk betek ur spisder despizet en a raok."
+msgstr "Rontaat a ra un niver war zigresk betek ur spister despizet en a raok."
#: scfuncs.src
msgctxt ""
diff --git a/source/br/scp2/source/accessories.po b/source/br/scp2/source/accessories.po
index c9e07a49450..7aae63fae03 100644
--- a/source/br/scp2/source/accessories.po
+++ b/source/br/scp2/source/accessories.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: 2011-04-23 02:21+0200\n"
+"PO-Revision-Date: 2014-05-24 22:36+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\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: 1400970990.000000\n"
#: module_accessories.ulf
msgctxt ""
@@ -1317,7 +1318,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_SR_LATN\n"
"LngText.text"
msgid "Serbian (Latin)"
-msgstr ""
+msgstr "Serbeg (Latin)"
#: module_samples_accessories.ulf
msgctxt ""
@@ -1325,7 +1326,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_SR_LATN\n"
"LngText.text"
msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
+msgstr "Staliañ a ra skor ar serbeg (latin) e %PRODUCTNAME %PRODUCTVERSION"
#: module_samples_accessories.ulf
msgctxt ""
@@ -1637,7 +1638,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_KMR_LATN\n"
"LngText.text"
msgid "Kurdish"
-msgstr ""
+msgstr "Kurdeg"
#: module_samples_accessories.ulf
msgctxt ""
@@ -1645,7 +1646,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_KMR_LATN\n"
"LngText.text"
msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
+msgstr "Staliañ a ra skor ar c'hurdeg e %PRODUCTNAME %PRODUCTVERSION"
#: module_samples_accessories.ulf
msgctxt ""
@@ -3093,7 +3094,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_SR_LATN\n"
"LngText.text"
msgid "Serbian (Latin)"
-msgstr ""
+msgstr "Serbeg (Latin)"
#: module_templates_accessories.ulf
msgctxt ""
@@ -3101,7 +3102,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_SR_LATN\n"
"LngText.text"
msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
+msgstr "Staliañ a ra skor ar serbeg (latin) e %PRODUCTNAME %PRODUCTVERSION"
#: module_templates_accessories.ulf
msgctxt ""
@@ -3413,7 +3414,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_KMR_LATN\n"
"LngText.text"
msgid "Kurdish"
-msgstr ""
+msgstr "Kurdeg"
#: module_templates_accessories.ulf
msgctxt ""
@@ -3421,7 +3422,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_KMR_LATN\n"
"LngText.text"
msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
+msgstr "Staliañ a ra skor ar c'hurdeg e %PRODUCTNAME %PRODUCTVERSION"
#: module_templates_accessories.ulf
msgctxt ""
diff --git a/source/br/sfx2/source/dialog.po b/source/br/sfx2/source/dialog.po
index 620b8d86536..15a3d231104 100644
--- a/source/br/sfx2/source/dialog.po
+++ b/source/br/sfx2/source/dialog.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: 2013-07-27 19:38+0000\n"
+"PO-Revision-Date: 2014-05-24 22:29+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1374953911.0\n"
+"X-POOTLE-MTIME: 1400970549.000000\n"
#: dialog.src
msgctxt ""
@@ -844,7 +844,7 @@ msgctxt ""
"MSG_OVERWRITE\n"
"querybox.text"
msgid "Style already exists. Overwrite?"
-msgstr ""
+msgstr "Ar stil zo anezhañ endeo. E flastrañ ?"
#: recfloat.src
msgctxt ""
diff --git a/source/br/svx/source/dialog.po b/source/br/svx/source/dialog.po
index 4ca13597631..e57b6ac4b68 100644
--- a/source/br/svx/source/dialog.po
+++ b/source/br/svx/source/dialog.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-25 20:49+0000\n"
+"POT-Creation-Date: 2013-11-20 13:02+0100\n"
+"PO-Revision-Date: 2014-05-24 22:51+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Pootle 2.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1390682952.0\n"
+"X-POOTLE-MTIME: 1400971915.000000\n"
#: bmpmask.src
msgctxt ""
@@ -6956,7 +6956,7 @@ msgctxt ""
"RID_SUBSETSTR_ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS\n"
"string.text"
msgid "Arabic Mathematical Alphabetic Symbols"
-msgstr "Arouezioù lizherennel jedoniezhel an Arabed"
+msgstr "Arouezioù lizherennegel jedoniel an Arabed"
#: ucsubset.src
msgctxt ""
diff --git a/source/br/svx/source/unodialogs/textconversiondlgs.po b/source/br/svx/source/unodialogs/textconversiondlgs.po
index b1ae9c8ef2f..f76f14dbcc8 100644
--- a/source/br/svx/source/unodialogs/textconversiondlgs.po
+++ b/source/br/svx/source/unodialogs/textconversiondlgs.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: 2011-04-23 02:40+0200\n"
+"PO-Revision-Date: 2014-05-24 22:30+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\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: 1400970621.000000\n"
#: chinese_dictionarydialog.src
msgctxt ""
@@ -22,7 +23,7 @@ msgctxt ""
"RB_TO_SIMPLIFIED\n"
"radiobutton.text"
msgid "~Traditional Chinese to simplified Chinese"
-msgstr ""
+msgstr "Sinaeg ~hengounel da sinaeg eeunaet"
#: chinese_dictionarydialog.src
msgctxt ""
@@ -31,7 +32,7 @@ msgctxt ""
"RB_TO_TRADITIONAL\n"
"radiobutton.text"
msgid "~Simplified Chinese to traditional Chinese"
-msgstr ""
+msgstr "~Sinaeg eeunaet da sinaeg hengounel"
#: chinese_dictionarydialog.src
msgctxt ""
diff --git a/source/br/sw/source/ui/config.po b/source/br/sw/source/ui/config.po
index a7ca9455481..8c53a026075 100644
--- a/source/br/sw/source/ui/config.po
+++ b/source/br/sw/source/ui/config.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-08-20 11:45+0000\n"
+"PO-Revision-Date: 2014-05-24 22:33+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1376999132.0\n"
+"X-POOTLE-MTIME: 1400970794.000000\n"
#: optdlg.src
msgctxt ""
@@ -22,7 +22,7 @@ msgctxt ""
"ST_SCRIPT_ASIAN\n"
"string.text"
msgid "Asian"
-msgstr ""
+msgstr "Aziat"
#: optdlg.src
msgctxt ""
@@ -30,7 +30,7 @@ msgctxt ""
"ST_SCRIPT_CTL\n"
"string.text"
msgid "CTL"
-msgstr ""
+msgstr "Skridoù o neuz kemplezh "
#: optdlg.src
msgctxt ""
@@ -38,7 +38,7 @@ msgctxt ""
"ST_SCRIPT_WESTERN\n"
"string.text"
msgid "Western"
-msgstr ""
+msgstr "Kornôg"
#: optdlg.src
msgctxt ""
diff --git a/source/br/sw/source/ui/inc.po b/source/br/sw/source/ui/inc.po
index ebc5632aa25..f4eb6806cc8 100644
--- a/source/br/sw/source/ui/inc.po
+++ b/source/br/sw/source/ui/inc.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-02-13 17:13+0100\n"
-"PO-Revision-Date: 2014-01-13 19:26+0000\n"
+"PO-Revision-Date: 2014-05-24 22:34+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1389641168.0\n"
+"X-POOTLE-MTIME: 1400970850.000000\n"
#: redline_tmpl.hrc
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"FN_REDLINE_ACCEPT_DIRECT\n"
"menuitem.text"
msgid "Accept Change"
-msgstr ""
+msgstr "Asantiñ d'an daskemmadenn"
#: redline_tmpl.hrc
msgctxt ""
@@ -32,7 +32,7 @@ msgctxt ""
"FN_REDLINE_REJECT_DIRECT\n"
"menuitem.text"
msgid "Reject Change"
-msgstr ""
+msgstr "Argas an daskemmadenn"
#: redline_tmpl.hrc
msgctxt ""
@@ -41,7 +41,7 @@ msgctxt ""
"FN_REDLINE_NEXT_CHANGE\n"
"menuitem.text"
msgid "Next Change"
-msgstr ""
+msgstr "Daskemmadenn war-lerc'h"
#: redline_tmpl.hrc
msgctxt ""
@@ -50,4 +50,4 @@ msgctxt ""
"FN_REDLINE_PREV_CHANGE\n"
"menuitem.text"
msgid "Previous Change"
-msgstr ""
+msgstr "Daskemmadenn gent"
diff --git a/source/br/sw/uiconfig/swriter/ui.po b/source/br/sw/uiconfig/swriter/ui.po
index 7ddf83b536b..1fb1767e7d5 100644
--- a/source/br/sw/uiconfig/swriter/ui.po
+++ b/source/br/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-03-16 08:34+0000\n"
+"PO-Revision-Date: 2014-05-24 22:34+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
"Language: br\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: 1394958843.000000\n"
+"X-POOTLE-MTIME: 1400970862.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -5094,7 +5094,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "<None>"
-msgstr ""
+msgstr "<Tra ebet>"
#: frmaddpage.ui
msgctxt ""
diff --git a/source/br/vcl/uiconfig/ui.po b/source/br/vcl/uiconfig/ui.po
index 4362fb8e42a..9ad6405eb7f 100644
--- a/source/br/vcl/uiconfig/ui.po
+++ b/source/br/vcl/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-01-17 15:06+0100\n"
-"PO-Revision-Date: 2014-02-07 13:26+0000\n"
+"POT-Creation-Date: 2013-11-20 13:02+0100\n"
+"PO-Revision-Date: 2014-05-24 22:49+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
"Language: br\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Pootle 2.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1391779588.0\n"
+"X-POOTLE-MTIME: 1400971756.000000\n"
#: errornocontentdialog.ui
msgctxt ""
@@ -599,7 +599,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "left to right, then down"
-msgstr "eus an tu dehou, d'an tu kleiz ha diskenn"
+msgstr "eus an tu kleiz d'an tu dehou ha d'an traoñ"
#: printdialog.ui
msgctxt ""
diff --git a/source/cs/cui/uiconfig/ui.po b/source/cs/cui/uiconfig/ui.po
index e6cc20415bb..033813fc240 100644
--- a/source/cs/cui/uiconfig/ui.po
+++ b/source/cs/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-21 21:54+0000\n"
+"PO-Revision-Date: 2014-05-01 16:21+0000\n"
"Last-Translator: Stanislav <stanislav.horacek@gmail.com>\n"
"Language-Team: none\n"
"Language: cs\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==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1393019683.0\n"
+"X-POOTLE-MTIME: 1398961313.000000\n"
#: aboutconfigdialog.ui
msgctxt ""
@@ -13778,7 +13778,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Fit width and height"
-msgstr "Přizpůsobit výšku a šířku"
+msgstr "Podle šířky a výšky"
#: zoomdialog.ui
msgctxt ""
@@ -13787,7 +13787,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Fit width"
-msgstr "Přizpůsobit šířku"
+msgstr "Podle šířky"
#: zoomdialog.ui
msgctxt ""
@@ -13859,4 +13859,4 @@ msgctxt ""
"label\n"
"string.text"
msgid "View layout"
-msgstr "Vzhled"
+msgstr "Režim zobrazení"
diff --git a/source/cs/helpcontent2/source/text/shared/00.po b/source/cs/helpcontent2/source/text/shared/00.po
index c66b678791f..5ad85d69fbf 100644
--- a/source/cs/helpcontent2/source/text/shared/00.po
+++ b/source/cs/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-12-17 14:15+0100\n"
-"PO-Revision-Date: 2014-03-23 10:27+0000\n"
+"PO-Revision-Date: 2014-05-01 16:12+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: 1395570432.000000\n"
+"X-POOTLE-MTIME: 1398960730.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -7522,7 +7522,7 @@ msgctxt ""
"13\n"
"help.text"
msgid "Double-click or right-click the field on the <emph>Status</emph> Bar"
-msgstr "Dvakrát klikněte na pole ve <emph>stavovém</emph> řádku, nebo na něj klikněte pravým tlačítkem"
+msgstr "Poklepejte na pole ve <emph>stavovém</emph> řádku, nebo na něj klepněte pravým tlačítkem"
#: 00000403.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/shared/01.po b/source/cs/helpcontent2/source/text/shared/01.po
index a4d5d934e76..10f5e973a5a 100644
--- a/source/cs/helpcontent2/source/text/shared/01.po
+++ b/source/cs/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-14 15:11+0000\n"
+"PO-Revision-Date: 2014-05-01 16:32+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: 1397488267.000000\n"
+"X-POOTLE-MTIME: 1398961928.000000\n"
#: 01010000.xhp
msgctxt ""
@@ -12832,7 +12832,7 @@ msgctxt ""
"26\n"
"help.text"
msgid "Zooming is handled differently on Unix, Linux, and Windows platforms. A document saved with a 100% zoom factor in Windows is displayed at a larger zoom factor on Unix/Linux platforms. To change the zoom factor, double-click or right-click the percentage value on the <emph>Status</emph> bar, and select the zoom factor that you want."
-msgstr "Změna měřítka se jinak řeší na platformě Unix, GNU/Linux i Microsoft Windows. Dokument uložený s měřítkem 100% v systému Windows se na platformách Unix a GNU/Linux zobrazí ve větším měřítku. Pro změnu měřítka poklepejte na procentuální hodnotu na <emph>stavovém řádku</emph> a vyberte požadované měřítko."
+msgstr "Změna měřítka se jinak řeší na platformě Unix, GNU/Linux i Microsoft Windows. Dokument uložený s měřítkem 100 % v systému Windows se na platformách Unix a GNU/Linux zobrazí ve větším měřítku. Pro změnu měřítka poklepejte na procentuální hodnotu na <emph>stavovém řádku</emph> a vyberte požadované měřítko."
#: 03010000.xhp
msgctxt ""
@@ -12877,7 +12877,7 @@ msgctxt ""
"22\n"
"help.text"
msgid "Fit width and height"
-msgstr "úprava šířky a výšky"
+msgstr "Podle šířky a výšky"
#: 03010000.xhp
msgctxt ""
@@ -12895,7 +12895,7 @@ msgctxt ""
"24\n"
"help.text"
msgid "Fit width"
-msgstr "úprava šířky"
+msgstr "Podle šířky"
#: 03010000.xhp
msgctxt ""
@@ -12904,7 +12904,7 @@ msgctxt ""
"23\n"
"help.text"
msgid "<ahelp hid=\"HID_MNU_ZOOM_PAGE_WIDTH\">Displays the complete width of the document page. The top and bottom edges of the page may not be visible.</ahelp>"
-msgstr "<ahelp hid=\"HID_MNU_ZOOM_PAGE_WIDTH\">Zobrazí celou šířku stránky dokumentu. Vrchní a spodní části stránky nemusí být viditelné.</ahelp>"
+msgstr "<ahelp hid=\"HID_MNU_ZOOM_PAGE_WIDTH\">Zobrazí celou šířku stránky dokumentu. Horní a dolní části stránky nemusí být viditelné.</ahelp>"
#: 03010000.xhp
msgctxt ""
@@ -12931,7 +12931,7 @@ msgctxt ""
"15\n"
"help.text"
msgid "Variable"
-msgstr "Proměnný"
+msgstr "Nastavitelný"
#: 03010000.xhp
msgctxt ""
@@ -12948,7 +12948,7 @@ msgctxt ""
"hd_id7319864\n"
"help.text"
msgid "View layout"
-msgstr "Vzhled"
+msgstr "Režim zobrazení"
#: 03010000.xhp
msgctxt ""
@@ -12956,7 +12956,7 @@ msgctxt ""
"par_id3423871\n"
"help.text"
msgid "For text documents, you can set the view layout. Reduce the zoom factor to see the effects of different view layout settings."
-msgstr "Pro textové dokumenty můžete nastavit vzhled. Zmenšením měřítka lupy uvidíte efekty v různém nastavení vzhledu."
+msgstr "Pro textové dokumenty můžete nastavit režim zobrazení. Aby se projevilo nastavení různých režimů, zmenšete faktor zvětšení."
#: 03010000.xhp
msgctxt ""
@@ -12972,7 +12972,7 @@ msgctxt ""
"par_id3187353\n"
"help.text"
msgid "<ahelp hid=\".\">The automatic view layout displays pages side by side, as many as the zoom factor allows.</ahelp>"
-msgstr "<ahelp hid=\".\">Automatický vzhled zobrazí stránky vedle sebe dokud to lupa umožňuje .</ahelp>"
+msgstr "<ahelp hid=\".\">V automatickém režimu se zobrazí vedle sebe tolik stránek, kolik je pro daný faktor zvětšení možné.</ahelp>"
#: 03010000.xhp
msgctxt ""
@@ -12980,7 +12980,7 @@ msgctxt ""
"hd_id8455153\n"
"help.text"
msgid "Single page"
-msgstr "Jednoduchá stránka"
+msgstr "Jedna stránka"
#: 03010000.xhp
msgctxt ""
@@ -12988,7 +12988,7 @@ msgctxt ""
"par_id9912411\n"
"help.text"
msgid "<ahelp hid=\".\">The single page view layout displays pages beneath each other, but never side by side.</ahelp>"
-msgstr "<ahelp hid=\".\">Vzhled jednoduché stránky zobrazí stránky jednu za druhou, ale nikdy ne vedle sebe.</ahelp>"
+msgstr "<ahelp hid=\".\">V režimu jedné stránky se stránky zobrazí jedna za druhou, ale nikdy ne vedle sebe.</ahelp>"
#: 03010000.xhp
msgctxt ""
@@ -13004,7 +13004,7 @@ msgctxt ""
"par_id1993774\n"
"help.text"
msgid "<ahelp hid=\".\">In columns view layout you see pages in a given number of columns side by side. Enter the number of columns.</ahelp>"
-msgstr "<ahelp hid=\".\">Ve sloupci vzhled uvidíte stránky s danými čísly sloupců vedle sebe. Vložte číslo sloupce .</ahelp>"
+msgstr "<ahelp hid=\".\">V režimu sloupců se stránky zobrazí vedle sebe v daném počtu sloupců. Zadejte počet sloupců.</ahelp>"
#: 03010000.xhp
msgctxt ""
@@ -13012,7 +13012,7 @@ msgctxt ""
"hd_id2949919\n"
"help.text"
msgid "Book mode"
-msgstr "režim kniha"
+msgstr "Režim knihy"
#: 03010000.xhp
msgctxt ""
@@ -13020,7 +13020,7 @@ msgctxt ""
"par_id2355113\n"
"help.text"
msgid "<ahelp hid=\".\">In book mode view layout you see two pages side by side as in an open book. The first page is a right page with an odd page number.</ahelp>"
-msgstr "<ahelp hid=\".\">V režimu kniha můžete vidět dvě stránky vedle sebe jako v otevřené knize. První strana je pravá stránka s lichým číslováním.</ahelp>"
+msgstr "<ahelp hid=\".\">V režimu knihy se zobrazí dvě stránky vedle sebe jako v otevřené knize. První stránkou bude pravá stránka s lichým číslem.</ahelp>"
#: 03020000.xhp
msgctxt ""
diff --git a/source/cs/scaddins/source/pricing.po b/source/cs/scaddins/source/pricing.po
index aea36af38e7..22f86b5f19a 100644
--- a/source/cs/scaddins/source/pricing.po
+++ b/source/cs/scaddins/source/pricing.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: 2013-12-04 19:56+0000\n"
+"PO-Revision-Date: 2014-05-16 17:22+0000\n"
"Last-Translator: Stanislav <stanislav.horacek@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1386187000.0\n"
+"X-POOTLE-MTIME: 1400260977.000000\n"
#: pricing.src
msgctxt ""
@@ -356,7 +356,7 @@ msgctxt ""
"11\n"
"string.text"
msgid "Time to maturity of the option in years"
-msgstr ""
+msgstr "Čas do splatnosti opce v letech"
#: pricing.src
msgctxt ""
@@ -563,7 +563,7 @@ msgctxt ""
"11\n"
"string.text"
msgid "Lower barrier (set to 0 for no lower barrier)"
-msgstr ""
+msgstr "Dolní bariéra (zadejte 0 pro opci bez dolní bariéry)"
#: pricing.src
msgctxt ""
diff --git a/source/cs/svtools/source/misc.po b/source/cs/svtools/source/misc.po
index 9a16845560f..f70a75ecf4c 100644
--- a/source/cs/svtools/source/misc.po
+++ b/source/cs/svtools/source/misc.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-01-03 16:24+0100\n"
-"PO-Revision-Date: 2013-12-19 07:15+0000\n"
+"PO-Revision-Date: 2014-05-16 17:23+0000\n"
"Last-Translator: Stanislav <stanislav.horacek@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1387437322.0\n"
+"X-POOTLE-MTIME: 1400261009.000000\n"
#: imagemgr.src
msgctxt ""
@@ -1680,7 +1680,7 @@ msgctxt ""
"LANGUAGE_SERBIAN_LATIN_LSO\n"
"pairedlist.text"
msgid "Serbian Latin"
-msgstr ""
+msgstr "Srbština, latinka"
#: langtab.src
msgctxt ""
diff --git a/source/cs/sw/source/ui/inc.po b/source/cs/sw/source/ui/inc.po
index 85ae4d3390e..c5cdce4f100 100644
--- a/source/cs/sw/source/ui/inc.po
+++ b/source/cs/sw/source/ui/inc.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-02-13 17:13+0100\n"
-"PO-Revision-Date: 2013-12-19 07:13+0000\n"
+"PO-Revision-Date: 2014-05-16 17:22+0000\n"
"Last-Translator: Stanislav <stanislav.horacek@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\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==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1387437190.0\n"
+"X-POOTLE-MTIME: 1400260946.000000\n"
#: redline_tmpl.hrc
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"FN_REDLINE_ACCEPT_DIRECT\n"
"menuitem.text"
msgid "Accept Change"
-msgstr ""
+msgstr "Přijmout změnu"
#: redline_tmpl.hrc
msgctxt ""
@@ -32,7 +32,7 @@ msgctxt ""
"FN_REDLINE_REJECT_DIRECT\n"
"menuitem.text"
msgid "Reject Change"
-msgstr ""
+msgstr "Odmítnout změnu"
#: redline_tmpl.hrc
msgctxt ""
@@ -41,7 +41,7 @@ msgctxt ""
"FN_REDLINE_NEXT_CHANGE\n"
"menuitem.text"
msgid "Next Change"
-msgstr ""
+msgstr "Následující změna"
#: redline_tmpl.hrc
msgctxt ""
@@ -50,4 +50,4 @@ msgctxt ""
"FN_REDLINE_PREV_CHANGE\n"
"menuitem.text"
msgid "Previous Change"
-msgstr ""
+msgstr "Předchozí změna"
diff --git a/source/cs/vcl/qa/cppunit/builder.po b/source/cs/vcl/qa/cppunit/builder.po
index 4dde1a53fbe..07037d74d60 100644
--- a/source/cs/vcl/qa/cppunit/builder.po
+++ b/source/cs/vcl/qa/cppunit/builder.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: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2014-02-21 21:58+0000\n"
+"PO-Revision-Date: 2014-05-01 16:23+0000\n"
"Last-Translator: Stanislav <stanislav.horacek@gmail.com>\n"
"Language-Team: none\n"
"Language: cs\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==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1393019918.0\n"
+"X-POOTLE-MTIME: 1398961397.000000\n"
#: demo.ui
msgctxt ""
@@ -374,7 +374,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Fit width and height"
-msgstr "Přizpůsobit šířku a výšku"
+msgstr "Podle šířky a výšky"
#: demo.ui
msgctxt ""
@@ -383,7 +383,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Fit width"
-msgstr "Přizpůsobit šířku"
+msgstr "Podle šířky"
#: demo.ui
msgctxt ""
@@ -455,7 +455,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "View layout"
-msgstr "Vzhled"
+msgstr "Režim zobrazení"
#: demo.ui
msgctxt ""
diff --git a/source/cy/dictionaries/pt_BR/dialog.po b/source/cy/dictionaries/pt_BR/dialog.po
index aec87b85d90..ed727e1427d 100644
--- a/source/cy/dictionaries/pt_BR/dialog.po
+++ b/source/cy/dictionaries/pt_BR/dialog.po
@@ -3,16 +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-01-17 15:06+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-01-17 05:49+0100\n"
+"PO-Revision-Date: 2014-05-24 11:33+0000\n"
+"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\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==2) ? 1 : 0;\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
+"X-POOTLE-MTIME: 1400931223.000000\n"
#: OptionsDialog.xcu
msgctxt ""
@@ -21,7 +23,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Language Settings"
-msgstr ""
+msgstr "Gosodiadau Iaith"
#: OptionsDialog.xcu
msgctxt ""
@@ -30,4 +32,4 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Grammar checking (Portuguese)"
-msgstr ""
+msgstr "Gwirio gramadeg (Portiwgaleg)"
diff --git a/source/cy/scp2/source/accessories.po b/source/cy/scp2/source/accessories.po
index 17b80d106d9..e0ff7196f8e 100644
--- a/source/cy/scp2/source/accessories.po
+++ b/source/cy/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-11-20 13:01+0100\n"
-"PO-Revision-Date: 2012-07-06 16:50+0200\n"
+"POT-Creation-Date: 2013-12-01 17:38+0100\n"
+"PO-Revision-Date: 2014-05-24 11:33+0000\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\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==2) ? 1 : 0;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
+"X-POOTLE-MTIME: 1400931238.000000\n"
#: module_accessories.ulf
msgctxt ""
@@ -1317,7 +1318,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_SR_LATN\n"
"LngText.text"
msgid "Serbian (Latin)"
-msgstr ""
+msgstr "Serbaidd (Lladin)"
#: module_samples_accessories.ulf
msgctxt ""
diff --git a/source/da/cui/uiconfig/ui.po b/source/da/cui/uiconfig/ui.po
index 1af458040f8..e12f8e83547 100644
--- a/source/da/cui/uiconfig/ui.po
+++ b/source/da/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-03-02 16:10+0000\n"
+"PO-Revision-Date: 2014-05-18 16:31+0000\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: none\n"
"Language: da\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: 1393776630.0\n"
+"X-POOTLE-MTIME: 1400430665.000000\n"
#: aboutconfigdialog.ui
msgctxt ""
@@ -7943,7 +7943,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "Microsoft Internet Explorer"
-msgstr ""
+msgstr "Microsoft Internet Explorer"
#: opthtmlpage.ui
msgctxt ""
@@ -7952,7 +7952,7 @@ msgctxt ""
"1\n"
"stringlist.text"
msgid "Mozilla Firefox"
-msgstr ""
+msgstr "Mozilla Firefox"
#: opthtmlpage.ui
msgctxt ""
diff --git a/source/de/cui/source/dialogs.po b/source/de/cui/source/dialogs.po
index 628ad5b01fb..8f28a9ca9f7 100644
--- a/source/de/cui/source/dialogs.po
+++ b/source/de/cui/source/dialogs.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-29 21:45+0000\n"
-"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
+"PO-Revision-Date: 2014-05-17 19:38+0000\n"
+"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\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: 1388353544.0\n"
+"X-POOTLE-MTIME: 1400355530.000000\n"
#: colorpicker.src
msgctxt ""
@@ -2826,7 +2826,7 @@ msgctxt ""
"1\n"
"fixedtext.text"
msgid "The following columns are currently hidden. Please mark the fields you want to show and choose OK."
-msgstr "Folgende Spalten sind augenblicklich versteckt. Markieren Sie bitte die wieder einzublendenden und wählen Sie OK"
+msgstr "Folgende Spalten sind augenblicklich versteckt. Markieren Sie bitte die wieder einzublendenden und wählen Sie OK."
#: showcols.src
msgctxt ""
diff --git a/source/de/dictionaries/hu_HU/dialog.po b/source/de/dictionaries/hu_HU/dialog.po
index ef92e5b737e..b167dae3141 100644
--- a/source/de/dictionaries/hu_HU/dialog.po
+++ b/source/de/dictionaries/hu_HU/dialog.po
@@ -4,16 +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: 2011-12-23 17:49+0200\n"
-"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
+"PO-Revision-Date: 2014-05-11 11:08+0000\n"
+"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\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: 1399806500.000000\n"
#: hu_HU_en_US.properties
msgctxt ""
@@ -125,7 +126,7 @@ msgctxt ""
"dup\n"
"property.text"
msgid "Duplication within clauses"
-msgstr "Wiederholungen innerhalb eines Satzes"
+msgstr "Wiederholung innerhalb von Teilsätzen"
#: hu_HU_en_US.properties
msgctxt ""
@@ -133,7 +134,7 @@ msgctxt ""
"dup2\n"
"property.text"
msgid "Duplication within sentences"
-msgstr "Wiederholungen innerhalb eines Satzes"
+msgstr "Wiederholung innerhalb von Sätzen"
#: hu_HU_en_US.properties
msgctxt ""
diff --git a/source/de/sc/source/ui/src.po b/source/de/sc/source/ui/src.po
index d8c03f84bac..c7837331e44 100644
--- a/source/de/sc/source/ui/src.po
+++ b/source/de/sc/source/ui/src.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-01-17 15:06+0100\n"
-"PO-Revision-Date: 2014-01-19 17:36+0000\n"
+"POT-Creation-Date: 2014-01-06 15:02+0100\n"
+"PO-Revision-Date: 2014-05-24 03:38+0000\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: 1390153016.0\n"
+"X-POOTLE-MTIME: 1400902739.000000\n"
#: autofmt.src
msgctxt ""
@@ -13502,7 +13502,7 @@ msgctxt ""
"5\n"
"string.text"
msgid "The base of the logarithm. If omitted, the base is regarded as 10."
-msgstr "Die Basis für die Logarithmusberechnung. FAlls leer, wird 10 als Basis angenommen."
+msgstr "Die Basis für die Logarithmusberechnung. Falls leer, wird 10 als Basis angenommen."
#: scfuncs.src
msgctxt ""
diff --git a/source/de/scaddins/source/pricing.po b/source/de/scaddins/source/pricing.po
index 6e63693780e..5f355999500 100644
--- a/source/de/scaddins/source/pricing.po
+++ b/source/de/scaddins/source/pricing.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-12-01 17:38+0100\n"
-"PO-Revision-Date: 2013-11-28 08:04+0000\n"
-"Last-Translator: Thomas <thackert@nexgo.de>\n"
+"POT-Creation-Date: 2013-12-17 14:14+0100\n"
+"PO-Revision-Date: 2014-05-16 19:48+0000\n"
+"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\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: 1385625875.0\n"
+"X-POOTLE-MTIME: 1400269698.000000\n"
#: pricing.src
msgctxt ""
@@ -356,7 +356,7 @@ msgctxt ""
"11\n"
"string.text"
msgid "Time to maturity of the option in years"
-msgstr ""
+msgstr "Laufzeit der Option in Jahren"
#: pricing.src
msgctxt ""
@@ -563,7 +563,7 @@ msgctxt ""
"11\n"
"string.text"
msgid "Lower barrier (set to 0 for no lower barrier)"
-msgstr ""
+msgstr "Untere Barriere (0 für keine untere Barriere)"
#: pricing.src
msgctxt ""
diff --git a/source/de/sfx2/source/doc.po b/source/de/sfx2/source/doc.po
index 03b16643470..427b29abae7 100644
--- a/source/de/sfx2/source/doc.po
+++ b/source/de/sfx2/source/doc.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-11-28 17:17+0000\n"
-"Last-Translator: Thomas <thackert@nexgo.de>\n"
+"PO-Revision-Date: 2014-05-22 04:13+0000\n"
+"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\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: 1385659024.0\n"
+"X-POOTLE-MTIME: 1400731983.000000\n"
#: doc.src
msgctxt ""
@@ -484,7 +484,7 @@ msgctxt ""
"STR_PACKNGO_NEWMEDIUM\n"
"string.text"
msgid "Insert the next data carrier and click OK."
-msgstr "Legen Sie den nächsten Datenträger ein und betätigen Sie den OK-Button."
+msgstr "Legen Sie den nächsten Datenträger ein und klicken Sie auf OK."
#: doc.src
msgctxt ""
diff --git a/source/de/sfx2/uiconfig/ui.po b/source/de/sfx2/uiconfig/ui.po
index 21debc98a67..f05b6c3eec6 100644
--- a/source/de/sfx2/uiconfig/ui.po
+++ b/source/de/sfx2/uiconfig/ui.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-01-17 15:05+0100\n"
-"PO-Revision-Date: 2014-01-12 16:24+0000\n"
-"Last-Translator: Thomas <thackert@nexgo.de>\n"
+"POT-Creation-Date: 2014-01-17 05:49+0100\n"
+"PO-Revision-Date: 2014-05-16 19:51+0000\n"
+"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: none\n"
"Language: de\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: 1389543867.0\n"
+"X-POOTLE-MTIME: 1400269867.000000\n"
#: alienwarndialog.ui
msgctxt ""
@@ -59,7 +59,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Use %FORMATNAME Format"
-msgstr ""
+msgstr "%FORMATNAME-Format _benutzen"
#: alienwarndialog.ui
msgctxt ""
diff --git a/source/de/svtools/source/misc.po b/source/de/svtools/source/misc.po
index 8531be4a3d6..ee64518a4f6 100644
--- a/source/de/svtools/source/misc.po
+++ b/source/de/svtools/source/misc.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-01-03 16:24+0100\n"
-"PO-Revision-Date: 2013-12-19 06:42+0000\n"
+"PO-Revision-Date: 2014-05-16 19:53+0000\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: 1387435374.0\n"
+"X-POOTLE-MTIME: 1400269991.000000\n"
#: imagemgr.src
msgctxt ""
@@ -1680,7 +1680,7 @@ msgctxt ""
"LANGUAGE_SERBIAN_LATIN_LSO\n"
"pairedlist.text"
msgid "Serbian Latin"
-msgstr ""
+msgstr "Serbisch, lateinisch"
#: langtab.src
msgctxt ""
diff --git a/source/de/sw/source/ui/inc.po b/source/de/sw/source/ui/inc.po
index e839205638c..3fd08cb88f2 100644
--- a/source/de/sw/source/ui/inc.po
+++ b/source/de/sw/source/ui/inc.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-02-13 17:13+0100\n"
-"PO-Revision-Date: 2013-12-14 10:43+0000\n"
+"PO-Revision-Date: 2014-05-16 20:09+0000\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: 1387017793.0\n"
+"X-POOTLE-MTIME: 1400270962.000000\n"
#: redline_tmpl.hrc
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"FN_REDLINE_ACCEPT_DIRECT\n"
"menuitem.text"
msgid "Accept Change"
-msgstr ""
+msgstr "Änderung übernehmen"
#: redline_tmpl.hrc
msgctxt ""
@@ -32,7 +32,7 @@ msgctxt ""
"FN_REDLINE_REJECT_DIRECT\n"
"menuitem.text"
msgid "Reject Change"
-msgstr ""
+msgstr "Änderung zurücknehmen"
#: redline_tmpl.hrc
msgctxt ""
@@ -41,7 +41,7 @@ msgctxt ""
"FN_REDLINE_NEXT_CHANGE\n"
"menuitem.text"
msgid "Next Change"
-msgstr ""
+msgstr "Nächste Änderung"
#: redline_tmpl.hrc
msgctxt ""
@@ -50,4 +50,4 @@ msgctxt ""
"FN_REDLINE_PREV_CHANGE\n"
"menuitem.text"
msgid "Previous Change"
-msgstr ""
+msgstr "Vorherige Änderung"
diff --git a/source/de/sw/uiconfig/swriter/ui.po b/source/de/sw/uiconfig/swriter/ui.po
index 58edc8a1e6b..a8ddb04a4c4 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-04-21 19:39+0000\n"
+"PO-Revision-Date: 2014-05-16 20:09+0000\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: none\n"
"Language: de\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: 1398109164.000000\n"
+"X-POOTLE-MTIME: 1400270971.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -5094,7 +5094,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "<None>"
-msgstr ""
+msgstr "<Keine>"
#: frmaddpage.ui
msgctxt ""
@@ -5103,7 +5103,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "<None>"
-msgstr ""
+msgstr "<Keine>"
#: frmaddpage.ui
msgctxt ""
diff --git a/source/de/vcl/source/src.po b/source/de/vcl/source/src.po
index 3f077269d23..f51ff302d46 100644
--- a/source/de/vcl/source/src.po
+++ b/source/de/vcl/source/src.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-12-01 17:38+0100\n"
-"PO-Revision-Date: 2013-12-03 15:02+0000\n"
+"POT-Creation-Date: 2013-11-20 13:02+0100\n"
+"PO-Revision-Date: 2014-05-22 04:15+0000\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: 1386082944.0\n"
+"X-POOTLE-MTIME: 1400732147.000000\n"
#. This is used on buttons for platforms other than windows, there should be a ~ mnemonic in this string
#: btntext.src
@@ -218,7 +218,7 @@ msgctxt ""
"SV_BUTTONTEXT_NEXT\n"
"string.text"
msgid "~Next"
-msgstr "~Nächste Folie"
+msgstr "~Weiter"
#: btntext.src
msgctxt ""
@@ -226,7 +226,7 @@ msgctxt ""
"SV_BUTTONTEXT_GO_UP\n"
"string.text"
msgid "~Up"
-msgstr "~Oben"
+msgstr "Nach ~oben"
#: btntext.src
msgctxt ""
diff --git a/source/el/sfx2/uiconfig/ui.po b/source/el/sfx2/uiconfig/ui.po
index fd7181313e7..0c42825b04b 100644
--- a/source/el/sfx2/uiconfig/ui.po
+++ b/source/el/sfx2/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-01-17 15:05+0100\n"
-"PO-Revision-Date: 2013-12-19 08:54+0000\n"
+"POT-Creation-Date: 2014-01-17 05:49+0100\n"
+"PO-Revision-Date: 2014-05-19 07:52+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: team@lists.gnome.gr\n"
"Language: el\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-Project-Style: openoffice\n"
-"X-POOTLE-MTIME: 1387443295.0\n"
+"X-POOTLE-MTIME: 1400485936.000000\n"
#: alienwarndialog.ui
msgctxt ""
@@ -60,7 +60,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Use %FORMATNAME Format"
-msgstr ""
+msgstr "_Χρησιμοποιήστε τη μορφή %FORMATNAME"
#: alienwarndialog.ui
msgctxt ""
diff --git a/source/el/svtools/source/misc.po b/source/el/svtools/source/misc.po
index 1cbea1b2fea..3e697e0b851 100644
--- a/source/el/svtools/source/misc.po
+++ b/source/el/svtools/source/misc.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-01-03 16:24+0100\n"
-"PO-Revision-Date: 2013-12-19 08:19+0000\n"
+"PO-Revision-Date: 2014-05-19 07:52+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: team@lists.gnome.gr\n"
"Language: el\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-Project-Style: openoffice\n"
-"X-POOTLE-MTIME: 1387441146.0\n"
+"X-POOTLE-MTIME: 1400485962.000000\n"
#: imagemgr.src
msgctxt ""
@@ -1681,7 +1681,7 @@ msgctxt ""
"LANGUAGE_SERBIAN_LATIN_LSO\n"
"pairedlist.text"
msgid "Serbian Latin"
-msgstr ""
+msgstr "Σερβικά, λατινικά"
#: langtab.src
msgctxt ""
diff --git a/source/el/sw/source/ui/inc.po b/source/el/sw/source/ui/inc.po
index 778601ddecc..9f6f4fa2045 100644
--- a/source/el/sw/source/ui/inc.po
+++ b/source/el/sw/source/ui/inc.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-02-13 17:13+0100\n"
-"PO-Revision-Date: 2013-12-19 08:20+0000\n"
+"PO-Revision-Date: 2014-05-19 07:53+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: el\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: 1387441231.0\n"
+"X-POOTLE-MTIME: 1400486018.000000\n"
#: redline_tmpl.hrc
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"FN_REDLINE_ACCEPT_DIRECT\n"
"menuitem.text"
msgid "Accept Change"
-msgstr ""
+msgstr "Αποδοχή αλλαγής"
#: redline_tmpl.hrc
msgctxt ""
@@ -32,7 +32,7 @@ msgctxt ""
"FN_REDLINE_REJECT_DIRECT\n"
"menuitem.text"
msgid "Reject Change"
-msgstr ""
+msgstr "Απόρριψη αλλαγής"
#: redline_tmpl.hrc
msgctxt ""
@@ -41,7 +41,7 @@ msgctxt ""
"FN_REDLINE_NEXT_CHANGE\n"
"menuitem.text"
msgid "Next Change"
-msgstr ""
+msgstr "Επόμενη αλλαγή"
#: redline_tmpl.hrc
msgctxt ""
@@ -50,4 +50,4 @@ msgctxt ""
"FN_REDLINE_PREV_CHANGE\n"
"menuitem.text"
msgid "Previous Change"
-msgstr ""
+msgstr "Προηγούμενη αλλαγή"
diff --git a/source/el/sw/uiconfig/swriter/ui.po b/source/el/sw/uiconfig/swriter/ui.po
index 1f71d96d1e1..74679ede2fd 100644
--- a/source/el/sw/uiconfig/swriter/ui.po
+++ b/source/el/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-18 03:04+0000\n"
+"PO-Revision-Date: 2014-05-19 07:54+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
"Language: el\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: 1390014296.0\n"
+"X-POOTLE-MTIME: 1400486040.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -5094,7 +5094,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "<None>"
-msgstr ""
+msgstr "<Κανένα>"
#: frmaddpage.ui
msgctxt ""
@@ -5103,7 +5103,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "<None>"
-msgstr ""
+msgstr "<Κανένα>"
#: frmaddpage.ui
msgctxt ""
diff --git a/source/es/basctl/source/basicide.po b/source/es/basctl/source/basicide.po
index 528c54d981c..23b26e5023c 100644
--- a/source/es/basctl/source/basicide.po
+++ b/source/es/basctl/source/basicide.po
@@ -12,7 +12,7 @@ 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.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1398785647.000000\n"
diff --git a/source/es/chart2/source/controller/dialogs.po b/source/es/chart2/source/controller/dialogs.po
index 6386ecd17d2..39c5640a27f 100644
--- a/source/es/chart2/source/controller/dialogs.po
+++ b/source/es/chart2/source/controller/dialogs.po
@@ -12,7 +12,7 @@ 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.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1398479749.000000\n"
diff --git a/source/es/cui/source/dialogs.po b/source/es/cui/source/dialogs.po
index 23f98ca2352..5e2473106f3 100644
--- a/source/es/cui/source/dialogs.po
+++ b/source/es/cui/source/dialogs.po
@@ -12,7 +12,7 @@ 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.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1398030910.000000\n"
diff --git a/source/es/cui/source/tabpages.po b/source/es/cui/source/tabpages.po
index e59666f9387..33806385876 100644
--- a/source/es/cui/source/tabpages.po
+++ b/source/es/cui/source/tabpages.po
@@ -12,7 +12,7 @@ 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.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1398486260.000000\n"
diff --git a/source/es/cui/uiconfig/ui.po b/source/es/cui/uiconfig/ui.po
index fbb342ef36a..ef8566b3b0b 100644
--- a/source/es/cui/uiconfig/ui.po
+++ b/source/es/cui/uiconfig/ui.po
@@ -12,7 +12,7 @@ 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.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1398854939.000000\n"
diff --git a/source/es/dbaccess/source/ui/dlg.po b/source/es/dbaccess/source/ui/dlg.po
index 4477646547d..5dd6259919b 100644
--- a/source/es/dbaccess/source/ui/dlg.po
+++ b/source/es/dbaccess/source/ui/dlg.po
@@ -12,7 +12,7 @@ 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.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1398492542.000000\n"
diff --git a/source/es/dbaccess/source/ui/querydesign.po b/source/es/dbaccess/source/ui/querydesign.po
index b0e18728ca0..82cbf0a8681 100644
--- a/source/es/dbaccess/source/ui/querydesign.po
+++ b/source/es/dbaccess/source/ui/querydesign.po
@@ -12,7 +12,7 @@ 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.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1397971477.000000\n"
diff --git a/source/es/extensions/source/abpilot.po b/source/es/extensions/source/abpilot.po
index 67518e23e55..4a706ef433f 100644
--- a/source/es/extensions/source/abpilot.po
+++ b/source/es/extensions/source/abpilot.po
@@ -12,7 +12,7 @@ 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.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1398794295.000000\n"
diff --git a/source/es/extensions/source/propctrlr.po b/source/es/extensions/source/propctrlr.po
index bdd30e121c7..0cefcd1da14 100644
--- a/source/es/extensions/source/propctrlr.po
+++ b/source/es/extensions/source/propctrlr.po
@@ -12,7 +12,7 @@ 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.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1398492641.000000\n"
diff --git a/source/es/helpcontent2/source/text/sbasic/guide.po b/source/es/helpcontent2/source/text/sbasic/guide.po
index ecde4b80d5b..095544e71c6 100644
--- a/source/es/helpcontent2/source/text/sbasic/guide.po
+++ b/source/es/helpcontent2/source/text/sbasic/guide.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: 2013-12-29 01:18+0000\n"
-"Last-Translator: javier <m.m.f.javier@gmail.com>\n"
+"PO-Revision-Date: 2014-05-04 20:51+0000\n"
+"Last-Translator: Diego <diegodelasheras@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\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: 1388279920.0\n"
+"X-POOTLE-MTIME: 1399236684.000000\n"
#: access2base.xhp
msgctxt ""
@@ -573,7 +573,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "In the <item type=\"productname\">%PRODUCTNAME</item> BASIC window for a dialog that you created, leave the dialog editor by clicking the name tab of the Module that the dialog is assigned to. The name tab is at the bottom of the window."
-msgstr "En la ventana de $[officename] BASIC de un diálogo que haya creado, salga del editor de diálogos pulsando la ficha del nombre del módulo al que está asignado el diálogo. La ficha de nombre se encuentra en la parte inferior de la ventana."
+msgstr "En la ventana de <item type=\"productname\">%PRODUCTNAME</item> BASIC de un diálogo que haya creado, salga del editor de diálogos pulsando la pestaña del nombre del módulo al que está asignado el diálogo. El nombre de la ficha se encuentra en la parte inferior de la ventana."
#: show_dialog.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/sbasic/shared.po b/source/es/helpcontent2/source/text/sbasic/shared.po
index 33131f8f66f..2f90b5cdd11 100644
--- a/source/es/helpcontent2/source/text/sbasic/shared.po
+++ b/source/es/helpcontent2/source/text/sbasic/shared.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-03-30 05:47+0000\n"
-"Last-Translator: Adolfo <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2014-05-04 20:52+0000\n"
+"Last-Translator: Diego <diegodelasheras@gmail.com>\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: 1396158455.000000\n"
+"X-POOTLE-MTIME: 1399236730.000000\n"
#: 00000002.xhp
msgctxt ""
@@ -174,7 +174,7 @@ msgctxt ""
"110\n"
"help.text"
msgid "URL notation does not allow certain special characters to be used. These are either replaced by other characters or encoded. A slash (<emph>/</emph>) is used as a path separator. For example, a file referred to as <emph>C:\\My File.sxw</emph> on the local host in \"Windows notation\" becomes <emph>file:///C|/My%20File.sxw</emph> in URL notation."
-msgstr "La notación URL no permite el uso de algunos caracteres especiales. Éstos se sustituyen por otros caracteres o se codifican. La barra oblicua (<emph>/</emph>) se utiliza como separador de ruta de acceso. Por ejemplo, un archivo al que se hace referencia como <emph>C:\\Mi archivo.sxw</emph> en el ordenador local con la \"notación Windows\" se convierte en <emph>file:///C|Mi%20archivo.sxw</emph> en la notación URL."
+msgstr "La notación URL no permite el uso de algunos caracteres especiales. Éstos se sustituyen por otros caracteres o se codifican. La barra oblicua (<emph>/</emph>) se utiliza como separador de ruta de acceso. Por ejemplo, un archivo al que se hace referencia como <emph>C:\\Mi archivo.sxw</emph> en el ordenador local con la \"notación Windows\" se convierte en <emph>file:///C|/Mi%20archivo.sxw</emph> en la notación URL."
#: 00000003.xhp
msgctxt ""
@@ -7074,7 +7074,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "This section describes the Runtime Functions of <item type=\"productname\">%PRODUCTNAME</item> Basic."
-msgstr "Esta sección describe las funciones de tiempo de ejecución de <item type=\"productname\">$[officename]</item> Basic."
+msgstr "Esta sección describe las funciones de tiempo de ejecución de <item type=\"productname\">%PRODUCTNAME</item> Basic."
#: 03010000.xhp
msgctxt ""
@@ -12724,7 +12724,7 @@ msgctxt ""
"3\n"
"help.text"
msgid "<item type=\"productname\">%PRODUCTNAME</item> Basic lets you calculate time or date differences by converting the time and date values to continuous numeric values. After the difference is calculated, special functions are used to reconvert the values to the standard time or date formats."
-msgstr "$[officename] Basic permite calcular diferencias de fecha y hora convirtiendo los valores de éstas a valores numéricos continuos. Después de calcular las diferencias, se usan funciones especiales para reconvertir los valores a formatos estándar de fecha y hora."
+msgstr "<item type=\"productname\">%PRODUCTNAME</item> Basic permite calcular diferencias de fecha y hora convirtiendo los valores de éstas a valores numéricos continuos. Después de calcular las diferencias, se usan funciones especiales para reconvertir los valores a formatos estándar de fecha y hora."
#: 03030000.xhp
msgctxt ""
@@ -12733,7 +12733,7 @@ msgctxt ""
"4\n"
"help.text"
msgid "You can combine date and time values into a single floating-decimal number. Dates are converted to integers, and times to decimal values. <item type=\"productname\">%PRODUCTNAME</item> Basic also supports the variable type Date, which can contain a time specification consisting of both a date and time."
-msgstr "Puede combinar valores de fecha y hora en un único número decimal simple de coma flotante. Las fechas se convierten a enteros, y las horas a valores decimales. $[officename] Basic también admite el tipo de variable Date que puede contener una especificación de tiempo compuesta por una fecha y una hora."
+msgstr "Puede combinar valores de fecha y hora en un único número decimal simple de coma flotante. Las fechas se convierten a enteros, y las horas a valores decimales. <item type=\"productname\">%PRODUCTNAME</item> Basic también admite el tipo de variable Date que puede contener una especificación de tiempo compuesta por una fecha y una hora."
#: 03030100.xhp
msgctxt ""
@@ -37840,7 +37840,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/main0601.xhp\" name=\"$[officename] Basic Help\">%PRODUCTNAME Basic Help</link>"
-msgstr "<link href=\"text/sbasic/shared/main0601.xhp\" name=\"$[officename] Basic Help\">Ayuda para $[officename] Basic</link>"
+msgstr "<link href=\"text/sbasic/shared/main0601.xhp\" name=\"$[officename] Basic Help\">Ayuda para %PRODUCTNAME Basic</link>"
#: main0601.xhp
msgctxt ""
@@ -37867,7 +37867,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "Working with %PRODUCTNAME Basic"
-msgstr "Funcionamiento de $[officename] Basic"
+msgstr "Funcionamiento de %PRODUCTNAME Basic"
#: main0601.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/sbasic/shared/01.po b/source/es/helpcontent2/source/text/sbasic/shared/01.po
index 2bd3d1429e7..192a363c621 100644
--- a/source/es/helpcontent2/source/text/sbasic/shared/01.po
+++ b/source/es/helpcontent2/source/text/sbasic/shared/01.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: 2013-07-14 18:03+0000\n"
-"Last-Translator: Adolfo <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2014-05-04 20:52+0000\n"
+"Last-Translator: Diego <diegodelasheras@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\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: 1373824980.0\n"
+"X-POOTLE-MTIME: 1399236737.000000\n"
#: 06130000.xhp
msgctxt ""
@@ -594,7 +594,7 @@ msgctxt ""
"8\n"
"help.text"
msgid "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REF\">Adds the selected library as a read-only file. The library is reloaded each time you start <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
-msgstr "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REF\" visibility=\"visible\">Añade la biblioteca seleccionada como archivo de sólo lectura. La biblioteca se vuelve a cargar cada vez que se inicia $[officename].</ahelp>"
+msgstr "<ahelp hid=\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REF\">Añade la biblioteca seleccionada como archivo de sólo lectura. La biblioteca se vuelve a cargar cada vez que se inicia <item type=\"productname\">%PRODUCTNAME</item>.</ahelp>"
#: 06130500.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/scalc/01.po b/source/es/helpcontent2/source/text/scalc/01.po
index 2122f56f485..21d83dad44c 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-18 08:22+0000\n"
-"Last-Translator: Adolfo <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2014-05-19 07:28+0000\n"
+"Last-Translator: Diego <diegodelasheras@gmail.com>\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: 1397809365.000000\n"
+"X-POOTLE-MTIME: 1400484486.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -6814,7 +6814,7 @@ msgctxt ""
"31\n"
"help.text"
msgid "To have an overview of depreciation rates per period, it is best to define a depreciation table. By entering the different depreciation formulas available in <item type=\"productname\">%PRODUCTNAME</item> Calc next to each other, you can see which depreciation form is the most appropriate. Enter the table as follows:"
-msgstr "Es recomendable definir una tabla de amortización para ver fácilmente todas las tasas de amortización por período. Si introduce una tras otra las diferentes fórmulas de cálculo de amortización de $[officename] Calc, se muestra también la forma de amortización más ventajosa en cada caso. Cree una tabla del modo siguiente:"
+msgstr "Es recomendable definir una tabla de amortización para ver fácilmente todas las tasas de amortización por período. Si introduce una tras otra las diferentes fórmulas de cálculo de amortización de <item type=\"productname\">%PRODUCTNAME</item> Calc, se muestra también la forma de amortización más ventajosa en cada caso. Cree una tabla del modo siguiente:"
#: 04060103.xhp
msgctxt ""
@@ -8568,7 +8568,7 @@ msgctxt ""
"par_id1491134\n"
"help.text"
msgid "Current formula recalculation mode, either \"Automatic\" or \"Manual\" (localized into %PRODUCTNAME language)"
-msgstr "El modo de recálculo de formulas actual es \"Automático\" o \"Manual\"."
+msgstr "El modo de recálculo de formulas actual es \"Automático\" o \"Manual\" (localizado para el idioma de %PRODUCTNAME)"
#: 04060104.xhp
msgctxt ""
@@ -22087,7 +22087,7 @@ msgctxt ""
"194\n"
"help.text"
msgid "If no reference is entered, the column number of the cell in which the formula is entered is found. <item type=\"productname\">%PRODUCTNAME</item> Calc automatically sets the reference to the current cell."
-msgstr "Si se omite la referencia, se calcula el número de columna de la celda en la que se introduce la fórmula. $[officename] Calc establece automáticamente la referencia a la celda actual."
+msgstr "Si se omite la referencia, se calcula el número de columna de la celda en la que se introduce la fórmula. <item type=\"productname\">%PRODUCTNAME</item> Calc establece automáticamente la referencia a la celda actual."
#: 04060109.xhp
msgctxt ""
@@ -23198,7 +23198,7 @@ msgctxt ""
"204\n"
"help.text"
msgid "If you do not indicate a reference, the row number of the cell in which the formula is entered will be found. <item type=\"productname\">%PRODUCTNAME</item> Calc automatically sets the reference to the current cell."
-msgstr "Si se omite la referencia, la función calcula el número de fila de la celda en la que se introduce la fórmula. $[officename] Calc establece automáticamente la referencia a la celda actual."
+msgstr "Si se omite la referencia, la función calcula el número de fila de la celda en la que se introduce la fórmula. <item type=\"productname\">%PRODUCTNAME</item> Calc establece automáticamente la referencia a la celda actual."
#: 04060109.xhp
msgctxt ""
@@ -49038,7 +49038,7 @@ msgctxt ""
"par_id3155602\n"
"help.text"
msgid "This is the same dialog box as if you select <emph>All cells</emph> in the first sub menu entry <emph>Condition</emph>.Apply a color scale to a range consist of displaying a bicolor or tricolor gradient on this range depending on the value of each cell. A typical example might be an array of temperatures, lower blue colored, warmer red with a gradient nuances to the intermediate values."
-msgstr ""
+msgstr "Este es el mismo cuadro de diálogo que si selecciona <emph>Todas las celdas</emph> en la primera entrada del submenú <emph>Condición</emph>. Aplicar una escala de color a un intervalo consiste en mostrar un degradado bicolor o tricolor en este intervalo dependiendo del valor de cada celda. Un ejemplo típico podría ser una serie de temperaturas, de color azul para los más bajos y más cálido para los valores intermedios."
#: 05120000.xhp
msgctxt ""
@@ -49054,7 +49054,7 @@ msgctxt ""
"par_id3155604\n"
"help.text"
msgid "The choices Min and Max are sufficient to themselves as found in the range. Other options need to be specified by a value (Percentile, Value, Percentage) or a cell reference or formula (Formula)."
-msgstr ""
+msgstr "Las opciones Min y Máx son suficientes en si mismas para encontrar el valor en el intervalo. Otras opciones tienen que ser especificadas por un valor (Percentil, Valor, Porcentaje) o una referencia de celda o fórmula (Fórmula)."
#: 05120000.xhp
msgctxt ""
@@ -49062,7 +49062,7 @@ msgctxt ""
"par_id3155605\n"
"help.text"
msgid "For a detailed explanation and examples, please visit <link href=\"http://wiki.documentfoundation.org/Faq/Calc/142\">How to apply a Color Scale Conditional Formatting page in TDF Wiki</link>."
-msgstr ""
+msgstr "Para una explicación detallada y ejemplos, visite la página en la Wiki de TDF <link href=\"http://wiki.documentfoundation.org/Faq/Calc/142\">Cómo aplicar un formato de escala de colores condicional</link>."
#: 05120000.xhp
msgctxt ""
@@ -49198,7 +49198,7 @@ msgctxt ""
"par_id31494177\n"
"help.text"
msgid "In the <emph>Range</emph> field, define the range of cells concerned by the conditional formatting. Click on the <emph>Shrink</emph> button to minimize the dialog box. Click again on the button to come back to the dialog box once the range is selected."
-msgstr ""
+msgstr "En el campo <emph>Intervalo</emph>, defina el intervalo de celdas afectadas por el formato condicional. Haga clic en el botón <emph>Reducir</emph> para minimizar el cuadro de diálogo. Haga clic otra vez en el botón para volver al cuadro de diálogo una vez seleccionado el intervalo."
#: 05120000.xhp
msgctxt ""
@@ -49238,7 +49238,7 @@ msgctxt ""
"par_id3155908\n"
"help.text"
msgid "If you have defined a conditional formatting on a cell range and you try now to define a new conditional formatting on a part of this range, a warning message will be displayed, asking if you want to edit the existing conditional formatting (on the whole range) or define a new conditional formatting overlapping it (on the selected range)."
-msgstr ""
+msgstr "Si ha definido un formato condicional en un intervalo de celdas y ahora intenta definir un nuevo formato condicional en una parte de este intervalo, se mostrará un mensaje de advertencia que le preguntará si desea editar el formato condicional existente (en todo el intervalo) o definir un nuevo formato condicional superpuesto (en el intervalo seleccionado)."
#: 05120000.xhp
msgctxt ""
@@ -56013,7 +56013,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "DATEDIF"
-msgstr ""
+msgstr "DATEDIF"
#: func_datedif.xhp
msgctxt ""
@@ -56053,7 +56053,7 @@ msgctxt ""
"par_id3150474\n"
"help.text"
msgid "DATEDIF(Start date; End date; Interval)"
-msgstr ""
+msgstr "DATEDIF(Fecha inicial; Fecha final; Intervalo)"
#: func_datedif.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/scalc/guide.po b/source/es/helpcontent2/source/text/scalc/guide.po
index 82546f46ca3..7fdeae7957e 100644
--- a/source/es/helpcontent2/source/text/scalc/guide.po
+++ b/source/es/helpcontent2/source/text/scalc/guide.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 10:01+0000\n"
-"Last-Translator: Grettel <gbarrio@uci.cu>\n"
+"PO-Revision-Date: 2014-05-05 00:13+0000\n"
+"Last-Translator: Diego <diegodelasheras@gmail.com>\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: 1396951268.000000\n"
+"X-POOTLE-MTIME: 1399248814.000000\n"
#: address_auto.xhp
msgctxt ""
@@ -3756,7 +3756,7 @@ msgctxt ""
"52\n"
"help.text"
msgid "In <item type=\"productname\">%PRODUCTNAME</item> Calc you can define that a number that you have formatted as \"1,234.50 €\", still remains in euros in another country and does not become dollars."
-msgstr "En $[officename] Calc se puede establecer que un número formateado como \"1,234.50 €\" siga representando euros en otro país y no se convierta en dólares."
+msgstr "En <item type=\"productname\">%PRODUCTNAME</item> Calc se puede establecer que un número formateado como \"1,234.50 €\" siga representando euros en otro país y no se convierta en dólares."
#: currency_format.xhp
msgctxt ""
@@ -4446,7 +4446,7 @@ msgctxt ""
"par_id266609688\n"
"help.text"
msgid "You can assign custom display names to fields, field members, subtotals (with some restrictions), and grand totals inside pivot tables. A custom display name is assigned to an item by overwriting the original name with another name."
-msgstr ""
+msgstr "Puede asignar nombres personalizados a campos, miembros de campos, subtotales (con algunas restricciones), y totales generales dentro de las tablas dinámicas. Un nombre de visualización personalizado se asigna a un elemento al sobrescribir el nombre original con otro nombre."
#: datapilot_filtertable.xhp
msgctxt ""
@@ -4534,7 +4534,7 @@ msgctxt ""
"par_id0720201001344484\n"
"help.text"
msgid "Select a field member in the pop-up window and click the <item type=\"menuitem\">Hide only the current item</item> button to hide only the selected field member. All other field members are shown in the pivot table."
-msgstr ""
+msgstr "Seleccione un miembro de campo en la ventana emergente y haga clic en el botón <item type=\"menuitem\">Ocultar solo el elemento actual</item> para ocultar solo el miembro de campo seleccionado. Los demás miembros de campo se muestran en la tabla dinámica."
#: datapilot_filtertable.xhp
msgctxt ""
@@ -6676,7 +6676,7 @@ msgctxt ""
"3\n"
"help.text"
msgid "<item type=\"productname\">%PRODUCTNAME</item> Calc saves all the sheets of a Calc document together as an HTML document. At the beginning of the HTML document, a heading and a list of hyperlinks are automatically added which lead to the individual sheets within the document."
-msgstr "$[officename] Calc guarda todas las hojas de un documento de Calc en un único documento HTML. Al principio de dicho documento se agregan un encabezado y una lista de hipervínculos a cada una de las hojas individuales del documento."
+msgstr "<item type=\"productname\">%PRODUCTNAME</item> Calc guarda todas las hojas de un documento de Calc en un único documento HTML. Al principio de dicho documento se agregan un encabezado y una lista de hipervínculos a cada una de las hojas individuales del documento."
#: html_doc.xhp
msgctxt ""
@@ -6685,7 +6685,7 @@ msgctxt ""
"4\n"
"help.text"
msgid "Numbers are shown as written. In addition, in the <SDVAL> HTML tag, the exact internal number value is written so that after opening the HTML document with <item type=\"productname\">%PRODUCTNAME</item> you know you have the exact values."
-msgstr "Los números se escriben tal como se ven. Además en el HTML-Tag <SDVAL> se escribirá el valor interno exacto del número, de manera que después de abrir el documento HTML con $[officename] se podrá contar con los valores exactos."
+msgstr "Los números se escriben tal como se ven. Además en el marcador HTML <SDVAL> se escribirá el valor interno exacto del número, de manera que después de abrir el documento HTML con <item type=\"productname\">%PRODUCTNAME</item> se podrá contar con los valores exactos."
#: html_doc.xhp
msgctxt ""
@@ -6748,7 +6748,7 @@ msgctxt ""
"16\n"
"help.text"
msgid "All <item type=\"productname\">%PRODUCTNAME</item> Calc options are now available to you. However, not all options that <item type=\"productname\">%PRODUCTNAME</item> Calc offers for editing can be saved in HTML format."
-msgstr "Todas las opciones de $[officename] Calc están disponibles. No obstante, no todas las opciones de edición de $[officename] Calc pueden guardarse en formato HTML."
+msgstr "Todas las opciones de <item type=\"productname\">%PRODUCTNAME</item> Calc están disponibles para tí. No obstante, no todas las opciones de edición de <item type=\"productname\">%PRODUCTNAME</item> Calc pueden guardarse en formato HTML."
#: html_doc.xhp
msgctxt ""
@@ -10874,7 +10874,7 @@ msgctxt ""
"bm_id3147240\n"
"help.text"
msgid "<bookmark_value>cells; merging/unmerging</bookmark_value> <bookmark_value>tables; merging cells</bookmark_value> <bookmark_value>cell merges</bookmark_value> <bookmark_value>unmerging cells</bookmark_value> <bookmark_value>splitting cells</bookmark_value> <bookmark_value>merging;cells</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>celdas; fusionar/dividir</bookmark_value> <bookmark_value>tablas; fusionar celdas</bookmark_value> <bookmark_value>fusionar celda</bookmark_value> <bookmark_value>dividir celdas</bookmark_value> <bookmark_value>dividir celdas</bookmark_value> <bookmark_value>fusionar;celdas</bookmark_value>"
#: table_cellmerge.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/shared/00.po b/source/es/helpcontent2/source/text/shared/00.po
index cde6e775e2c..9b93500eea9 100644
--- a/source/es/helpcontent2/source/text/shared/00.po
+++ b/source/es/helpcontent2/source/text/shared/00.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-03-02 08:00+0000\n"
-"Last-Translator: Adolfo <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2014-05-04 21:01+0000\n"
+"Last-Translator: Diego <diegodelasheras@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\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: 1393747256.0\n"
+"X-POOTLE-MTIME: 1399237305.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -4694,7 +4694,7 @@ msgctxt ""
"par_id5719779\n"
"help.text"
msgid "<ahelp hid=\".\">Enabled by default, data will be saved as displayed, including applied number formats. If this checkbox is not marked, raw data content will be saved, as in older versions of the software.</ahelp>"
-msgstr "<ahelp hid=\".\">Habilitado de forma predeterminada, los datos se guardarán como se muestran, incluyendo los formatos numéricos aplicados. Si esta casilla de verificación no está marcada, sólo se guardarán los datos contenidos en forma cruda, como en versiones antiguas de %PRODUCTNAME.</ahelp>"
+msgstr "<ahelp hid=\".\">Habilitado de forma predeterminada, los datos se guardarán como se muestran, incluyendo los formatos numéricos aplicados. Si esta casilla de verificación no está marcada, sólo se guardarán los datos en crudo, como en versiones antiguas de este software.</ahelp>"
#: 00000207.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/shared/01.po b/source/es/helpcontent2/source/text/shared/01.po
index af50cc44c56..058a2eadc6b 100644
--- a/source/es/helpcontent2/source/text/shared/01.po
+++ b/source/es/helpcontent2/source/text/shared/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-28 07:35+0000\n"
-"Last-Translator: Grettel <gbarrio@uci.cu>\n"
+"PO-Revision-Date: 2014-05-08 13:48+0000\n"
+"Last-Translator: Diego <diegodelasheras@gmail.com>\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: 1398670513.000000\n"
+"X-POOTLE-MTIME: 1399556883.000000\n"
#: 01010000.xhp
msgctxt ""
@@ -2187,7 +2187,7 @@ msgctxt ""
"109\n"
"help.text"
msgid "The following sections describe the <item type=\"productname\">%PRODUCTNAME</item> <emph>Open</emph> dialog box. To activate the <item type=\"productname\">%PRODUCTNAME</item> <emph>Open</emph> and <emph>Save</emph> dialog boxes, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010600.xhp\" name=\"%PRODUCTNAME - General\">%PRODUCTNAME- General</link></emph>, and then select the <emph>Use %PRODUCTNAME dialogs</emph> in the <emph>Open/Save dialogs</emph> area."
-msgstr ""
+msgstr "La siguiente sección describe el cuadro de diálogo <item type=\"productname\">%PRODUCTNAME</item> <emph>Abrir</emph> . Para activar el cuadro de diálogo <item type=\"productname\">%PRODUCTNAME</item> <emph>Abrir</emph> y <emph>Guardar</emph> , seleccione <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferencias</caseinline><defaultinline>Herramientas - Opciones</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010600.xhp\" name=\"%PRODUCTNAME - General\">%PRODUCTNAME- General</link></emph>, y luego seleccione <emph>Usar los diálogos de %PRODUCTNAME </emph> en el área de <emph>Diálogo para Abrir/Guardar </emph> ."
#: 01020000.xhp
msgctxt ""
@@ -2349,7 +2349,7 @@ msgctxt ""
"24\n"
"help.text"
msgid "<switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>For example, to list all of the text files in a folder, enter the asterisk wildcard with the text file extension (*.txt), and then click<emph> Open</emph>. Use the question mark (?) wildcard to represent any character, as in (??3*.txt), which only displays text files with a '3' as the third character in the file name.</defaultinline></switchinline>"
-msgstr ""
+msgstr "<switchinline select=\"sys\"><caseinline select=\"MAC\"></caseinline><defaultinline>Por ejemplo, para listar todos los archivos de texto en una carpeta, introduzca el comodín asterisco con la extensión de archivo de texto (*.txt), y luego haga clic en <emph> Abrir</emph>. Use el signo de interrogación como comodín para representar cualquier caracter, como en (??3*.txt), que solo muestra archivos de texto con un '3' como tercer caracter en el nombre del archivo.</defaultinline></switchinline>"
#: 01020000.xhp
msgctxt ""
@@ -2493,7 +2493,7 @@ msgctxt ""
"121\n"
"help.text"
msgid "the user template folder <switchinline select=\"sys\"><caseinline select=\"UNIX\">in the home directory</caseinline><defaultinline>in the Documents and Settings folder</defaultinline></switchinline>"
-msgstr ""
+msgstr "La carpeta de plantillas del usuario <switchinline select=\"sys\"><caseinline select=\"UNIX\">en el directorio home </caseinline><defaultinline>en la carpeta Documents and Settings</defaultinline></switchinline>"
#: 01020000.xhp
msgctxt ""
@@ -2518,7 +2518,7 @@ msgctxt ""
"par_id6930143\n"
"help.text"
msgid "When you use <item type=\"menuitem\">File - Save As</item> and select a template filter to save a template at any other folder that is not in the list, then the documents based on that template will not be checked."
-msgstr ""
+msgstr "Cuando use <item type=\"menuitem\">Archivo - Guardar como</item> y seleccione un filtro de plantilla para guardar una plantilla en cualquier otra carpeta que no esté en la lista, entonces no se verificarán los documentos basados ​​en esa plantilla."
#: 01020000.xhp
msgctxt ""
@@ -2886,7 +2886,7 @@ msgctxt ""
"64\n"
"help.text"
msgid "The following sections describe the <emph><item type=\"productname\">%PRODUCTNAME</item> Save as</emph> dialog. To activate the <emph><item type=\"productname\">%PRODUCTNAME</item> Open</emph> and <emph>Save</emph> dialog boxes, choose <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010600.xhp\" name=\"%PRODUCTNAME - General\">%PRODUCTNAME- General</link></emph>, and then select the <emph>Use %PRODUCTNAME dialogs</emph> in the <emph>Open/Save dialogs</emph> area."
-msgstr ""
+msgstr "La siguiente sección describe el diálogo <emph><item type=\"productname\">%PRODUCTNAME</item> Guardar como</emph> . Para activar los cuadros de diálogo <emph><item type=\"productname\">%PRODUCTNAME</item> Abrir</emph> y <emph>Guardar</emph> , seleccione <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferencias</caseinline><defaultinline>Herramientas - Opciones</defaultinline></switchinline> - <link href=\"text/shared/optionen/01010600.xhp\" name=\"%PRODUCTNAME - General\">%PRODUCTNAME- General</link></emph>, y luego seleccione <emph>Usar los diálogos de %PRODUCTNAME </emph> en el área <emph>Diálogos para Abrir/Guardar</emph> ."
#: 01070000.xhp
msgctxt ""
@@ -3026,7 +3026,7 @@ msgctxt ""
"41\n"
"help.text"
msgid "Always save your document in a <item type=\"productname\">%PRODUCTNAME</item> file type before saving it to an external file type. When you export to an external file type, some formatting features may be lost."
-msgstr "Guarde siempre el documento con un tipo de archivo de $[officename] antes de guardarlo con un tipo de archivo externo. Al exportar a un tipo de archivo externo es posible que se pierdan algunos parámetros de formato."
+msgstr "Guarde siempre el documento con un tipo de archivo de <item type=\"productname\">%PRODUCTNAME</item> antes de guardarlo con un tipo de archivo externo. Al exportar a un tipo de archivo externo es posible que se pierdan algunos parámetros de formato."
#: 01070000.xhp
msgctxt ""
@@ -3071,7 +3071,7 @@ msgctxt ""
"65\n"
"help.text"
msgid "Only documents using the <item type=\"productname\">%PRODUCTNAME</item> XML-based format can be saved with a password."
-msgstr "Únicamente se pueden guardar con contraseña los documentos que utilicen el formato basado en XML de $[officename]."
+msgstr "Únicamente se pueden guardar con contraseña los documentos que utilicen el formato basado en XML de <item type=\"productname\">%PRODUCTNAME</item>."
#: 01070000.xhp
msgctxt ""
@@ -5900,7 +5900,7 @@ msgctxt ""
"4\n"
"help.text"
msgid "The file is opened by the <item type=\"productname\">%PRODUCTNAME</item> module that saved it."
-msgstr "El archivo se abre mediante el módulo de $[officename] que lo guardó."
+msgstr "El archivo se abre mediante el módulo de <item type=\"productname\">%PRODUCTNAME</item> que lo guardó."
#: 02010000.xhp
msgctxt ""
@@ -43107,7 +43107,7 @@ msgctxt ""
"par_id671712\n"
"help.text"
msgid "Change to the <switchinline select=\"sys\"><caseinline select=\"WIN\">\\ </caseinline><defaultinline>/</defaultinline></switchinline>program folder in your installation."
-msgstr "Cambie la carpeta del programa para el %PRODUCTNAME<switchinline select=\"sys\"><caseinline select=\"WIN\">\\ </caseinline><defaultinline>/</defaultinline></switchinline>."
+msgstr "Cambie la carpeta del programa <switchinline select=\"sys\"><caseinline select=\"WIN\">\\ </caseinline><defaultinline>/</defaultinline></switchinline> en su instalación."
#: packagemanager.xhp
msgctxt ""
@@ -45938,7 +45938,7 @@ msgctxt ""
"hd_id2480849\n"
"help.text"
msgid "x"
-msgstr ""
+msgstr "x"
#: xformsdatatab.xhp
msgctxt ""
@@ -45954,7 +45954,7 @@ msgctxt ""
"hd_id2927335\n"
"help.text"
msgid "+"
-msgstr ""
+msgstr "+"
#: xformsdatatab.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/shared/02.po b/source/es/helpcontent2/source/text/shared/02.po
index f2befd9abd8..cd11ca5aea9 100644
--- a/source/es/helpcontent2/source/text/shared/02.po
+++ b/source/es/helpcontent2/source/text/shared/02.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-03 10:55+0000\n"
-"Last-Translator: Adolfo <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2014-05-08 13:49+0000\n"
+"Last-Translator: Diego <diegodelasheras@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\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: 1391424942.0\n"
+"X-POOTLE-MTIME: 1399556982.000000\n"
#: 01110000.xhp
msgctxt ""
@@ -3484,7 +3484,7 @@ msgctxt ""
"95\n"
"help.text"
msgid "L"
-msgstr ""
+msgstr "L"
#: 01170101.xhp
msgctxt ""
@@ -3502,7 +3502,7 @@ msgctxt ""
"97\n"
"help.text"
msgid "a"
-msgstr ""
+msgstr "a"
#: 01170101.xhp
msgctxt ""
@@ -3520,7 +3520,7 @@ msgctxt ""
"99\n"
"help.text"
msgid "A"
-msgstr ""
+msgstr "A"
#: 01170101.xhp
msgctxt ""
@@ -3538,7 +3538,7 @@ msgctxt ""
"101\n"
"help.text"
msgid "c"
-msgstr ""
+msgstr "c"
#: 01170101.xhp
msgctxt ""
@@ -3556,7 +3556,7 @@ msgctxt ""
"103\n"
"help.text"
msgid "C"
-msgstr ""
+msgstr "C"
#: 01170101.xhp
msgctxt ""
@@ -3574,7 +3574,7 @@ msgctxt ""
"105\n"
"help.text"
msgid "N"
-msgstr ""
+msgstr "N"
#: 01170101.xhp
msgctxt ""
@@ -3592,7 +3592,7 @@ msgctxt ""
"107\n"
"help.text"
msgid "x"
-msgstr ""
+msgstr "x"
#: 01170101.xhp
msgctxt ""
@@ -3610,7 +3610,7 @@ msgctxt ""
"109\n"
"help.text"
msgid "X"
-msgstr ""
+msgstr "X"
#: 01170101.xhp
msgctxt ""
@@ -5684,7 +5684,7 @@ msgctxt ""
"42\n"
"help.text"
msgid "{empty} or 0"
-msgstr ""
+msgstr "{vacío} o 0"
#: 01170102.xhp
msgctxt ""
@@ -5702,7 +5702,7 @@ msgctxt ""
"44\n"
"help.text"
msgid "1"
-msgstr ""
+msgstr "1"
#: 01170102.xhp
msgctxt ""
@@ -5765,7 +5765,7 @@ msgctxt ""
"49\n"
"help.text"
msgid "{empty} or 0"
-msgstr ""
+msgstr "{vacío} o 0"
#: 01170102.xhp
msgctxt ""
@@ -5783,7 +5783,7 @@ msgctxt ""
"51\n"
"help.text"
msgid "1"
-msgstr ""
+msgstr "1"
#: 01170102.xhp
msgctxt ""
@@ -5801,7 +5801,7 @@ msgctxt ""
"53\n"
"help.text"
msgid "2"
-msgstr ""
+msgstr "2"
#: 01170102.xhp
msgctxt ""
@@ -8814,7 +8814,7 @@ msgctxt ""
"3\n"
"help.text"
msgid "If form elements are inserted into a document, <item type=\"productname\">%PRODUCTNAME</item> automatically determines in which order to move from one control to the next when using the Tab key. Every new control added is automatically placed at the end of this series. In the <emph>Tab Order</emph> dialog, you can adapt the order of this series to your individual needs."
-msgstr "Si se insertan elementos de formulario en un documento, $[officename] determina automáticamente en qué orden se debe ir de un campo de control al siguiente al pulsar la tecla de tabulación. Cada campo de control que se agrega se sitúa automáticamente al final de la serie. El diálogo <emph>Secuencia de activación</emph> permite adaptar el orden de esta serie a sus necesidades individuales."
+msgstr "Si se insertan elementos de formulario en un documento, <item type=\"productname\">%PRODUCTNAME</item> determina automáticamente en qué orden se debe ir de un campo de control al siguiente al pulsar la tecla de tabulación. Cada campo de control que se agrega se sitúa automáticamente al final de la serie. El diálogo <emph>Secuencia de activación</emph> permite adaptar el orden de esta serie a sus necesidades individuales."
#: 01170300.xhp
msgctxt ""
@@ -13550,7 +13550,6 @@ msgid "To filter with several field names simultaneously, click the <emph>Defaul
msgstr "Para filtrar simultáneamente varios nombres de campo, haga clic en el icono <emph>Filtro predeterminado</emph>. Aparece el diálogo <link href=\"text/shared/02/12090000.xhp\" name=\"Default Filter dialog\">Filtro predeterminado</link>, en el que puede combinar varios criterios de filtro."
#: 12040000.xhp
-#, fuzzy
msgctxt ""
"12040000.xhp\n"
"tit\n"
@@ -13565,7 +13564,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/shared/02/12040000.xhp\" name=\"Reset Filter/Sorting\">Reset Filter/Sorting</link>"
-msgstr ""
+msgstr "<link href=\"text/shared/02/12040000.xhp\" name=\"Quitar la ordenación y los filtros\">Quitar la ordenación y los filtros</link>"
#: 12040000.xhp
msgctxt ""
@@ -13585,7 +13584,6 @@ msgid "<image src=\"cmd/sc_removefilter.png\" id=\"img_id3151315\"><alt id=\"alt
msgstr "<image src=\"cmd/sc_removefilter.png\" id=\"img_id3151315\"><alt id=\"alt_id3151315\">Icono</alt></image>"
#: 12040000.xhp
-#, fuzzy
msgctxt ""
"12040000.xhp\n"
"par_id3153750\n"
@@ -13856,7 +13854,7 @@ msgctxt ""
"6\n"
"help.text"
msgid ">"
-msgstr ""
+msgstr ">"
#: 12070100.xhp
msgctxt ""
@@ -13874,7 +13872,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "<"
-msgstr ""
+msgstr "<"
#: 12070100.xhp
msgctxt ""
@@ -14169,7 +14167,7 @@ msgctxt ""
"4\n"
"help.text"
msgid ">"
-msgstr ""
+msgstr ">"
#: 12070200.xhp
msgctxt ""
@@ -15006,7 +15004,7 @@ msgctxt ""
"111\n"
"help.text"
msgid "The search described here is carried out by <item type=\"productname\">%PRODUCTNAME</item>. If you want to use the SQL server to search in a database, then you should use the <link href=\"text/shared/02/12110000.xhp\" name=\"Form-based Filters\">Form-based Filters</link> icon on the <link href=\"text/shared/main0213.xhp\" name=\"Form Bar\">Form Bar</link>."
-msgstr "La búsqueda que se describe aquí la lleva a cabo $[officename]. Si desea utilizar el servidor SQL para buscar en una base de datos deberá utilizar el símbolo <link href=\"text/shared/02/12110000.xhp\" name=\"Filtro basado en formulario\">Filtro basado en formulario</link> de la <link href=\"text/shared/main0213.xhp\" name=\"barra de formulario\">barra de formulario</link>."
+msgstr "La búsqueda que se describe aquí la lleva a cabo <item type=\"productname\">%PRODUCTNAME</item>. Si desea utilizar el servidor SQL para buscar en una base de datos deberá utilizar el símbolo <link href=\"text/shared/02/12110000.xhp\" name=\"Filtro basado en formulario\">Filtro basado en formulario</link> de la <link href=\"text/shared/main0213.xhp\" name=\"barra de formulario\">barra de formulario</link>."
#: 12100200.xhp
msgctxt ""
@@ -15681,7 +15679,7 @@ msgctxt ""
"42\n"
"help.text"
msgid "?"
-msgstr ""
+msgstr "?"
#: 12100200.xhp
msgctxt ""
@@ -15717,7 +15715,7 @@ msgctxt ""
"45\n"
"help.text"
msgid "*"
-msgstr ""
+msgstr "*"
#: 12100200.xhp
msgctxt ""
@@ -15807,7 +15805,7 @@ msgctxt ""
"70\n"
"help.text"
msgid "?"
-msgstr ""
+msgstr "?"
#: 12100200.xhp
msgctxt ""
@@ -15816,7 +15814,7 @@ msgctxt ""
"71\n"
"help.text"
msgid "."
-msgstr ""
+msgstr "."
#: 12100200.xhp
msgctxt ""
@@ -15825,7 +15823,7 @@ msgctxt ""
"72\n"
"help.text"
msgid "*"
-msgstr ""
+msgstr "*"
#: 12100200.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/shared/autopi.po b/source/es/helpcontent2/source/text/shared/autopi.po
index 76fe0d7ad93..ed67dfceda6 100644
--- a/source/es/helpcontent2/source/text/shared/autopi.po
+++ b/source/es/helpcontent2/source/text/shared/autopi.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: 2013-12-26 20:37+0000\n"
-"Last-Translator: Adolfo <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2014-05-08 13:42+0000\n"
+"Last-Translator: Diego <diegodelasheras@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\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: 1388090248.0\n"
+"X-POOTLE-MTIME: 1399556548.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -3428,7 +3428,7 @@ msgctxt ""
"10\n"
"help.text"
msgid ">"
-msgstr ""
+msgstr ">"
#: 01090100.xhp
msgctxt ""
@@ -3464,7 +3464,7 @@ msgctxt ""
"14\n"
"help.text"
msgid "<"
-msgstr ""
+msgstr "<"
#: 01090100.xhp
msgctxt ""
@@ -3499,7 +3499,7 @@ msgctxt ""
"par_idN1074A\n"
"help.text"
msgid "^"
-msgstr ""
+msgstr "^"
#: 01090100.xhp
msgctxt ""
@@ -3515,7 +3515,7 @@ msgctxt ""
"par_idN10751\n"
"help.text"
msgid "v"
-msgstr ""
+msgstr "v"
#: 01090100.xhp
msgctxt ""
@@ -4530,7 +4530,7 @@ msgctxt ""
"10\n"
"help.text"
msgid ">"
-msgstr ""
+msgstr ">"
#: 01100100.xhp
msgctxt ""
@@ -4566,7 +4566,7 @@ msgctxt ""
"14\n"
"help.text"
msgid "<"
-msgstr ""
+msgstr "<"
#: 01100100.xhp
msgctxt ""
@@ -4726,7 +4726,7 @@ msgctxt ""
"4\n"
"help.text"
msgid ">"
-msgstr ""
+msgstr ">"
#: 01100200.xhp
msgctxt ""
@@ -4744,7 +4744,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "<"
-msgstr ""
+msgstr "<"
#: 01100200.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/shared/explorer/database.po b/source/es/helpcontent2/source/text/shared/explorer/database.po
index 997b5f7551c..42591e1b67d 100644
--- a/source/es/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/es/helpcontent2/source/text/shared/explorer/database.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-01-04 08:38+0000\n"
-"Last-Translator: Adolfo <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2014-05-08 13:42+0000\n"
+"Last-Translator: Diego <diegodelasheras@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\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: 1388824700.0\n"
+"X-POOTLE-MTIME: 1399556562.000000\n"
#: 02000000.xhp
msgctxt ""
@@ -12466,7 +12466,7 @@ msgctxt ""
"par_idN105F1\n"
"help.text"
msgid "-"
-msgstr ""
+msgstr "-"
#: querywizard04.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/shared/guide.po b/source/es/helpcontent2/source/text/shared/guide.po
index f638d0a6a9e..0c3039417e8 100644
--- a/source/es/helpcontent2/source/text/shared/guide.po
+++ b/source/es/helpcontent2/source/text/shared/guide.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: 2013-12-26 20:27+0000\n"
-"Last-Translator: Adolfo <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2014-05-05 00:09+0000\n"
+"Last-Translator: Diego <diegodelasheras@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\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: 1388089660.0\n"
+"X-POOTLE-MTIME: 1399248567.000000\n"
#: aaa_start.xhp
msgctxt ""
@@ -3102,7 +3102,7 @@ msgctxt ""
"3\n"
"help.text"
msgid "In <item type=\"productname\">%PRODUCTNAME</item> you can register different data sources. The contents of the data fields are then available to you for use in various fields and controls. Your system address book is such a data source."
-msgstr "En $[officename] puede registrar fuentes de datos diferentes. El contenido de los campos de datos estará entonces disponible en los diversos campos y controles. La libreta de direcciones del sistema es un ejemplo de fuente de datos."
+msgstr "En <item type=\"productname\">%PRODUCTNAME</item> puede registrar fuentes de datos diferentes. El contenido de los campos de datos estará entonces disponible en los diversos campos y controles. La libreta de direcciones del sistema es un ejemplo de fuente de datos."
#: data_addressbook.xhp
msgctxt ""
@@ -3217,7 +3217,7 @@ msgctxt ""
"18\n"
"help.text"
msgid "Now your data source is registered in <item type=\"productname\">%PRODUCTNAME</item> as the address book. If you now open a template from the <emph>Business Correspondence</emph> category, <item type=\"productname\">%PRODUCTNAME</item> can automatically insert the correct fields for a form letter."
-msgstr "A partir de ahora la fuente de datos de $[officename] se reconoce como libreta de direcciones. Abra una plantilla del área <emph>Correspondencia comercial</emph> y $[officename] designará automáticamente los comandos de campo para una carta en serie."
+msgstr "A partir de ahora la fuente de datos de <item type=\"productname\">%PRODUCTNAME</item> se reconoce como libreta de direcciones. Abra una plantilla del área <emph>Correspondencia comercial</emph> y <item type=\"productname\">%PRODUCTNAME</item> designará automáticamente los comandos de campo para una carta en serie."
#: data_dbase2office.xhp
msgctxt ""
@@ -15524,7 +15524,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "Printing in black and white in <item type=\"productname\">%PRODUCTNAME</item> Impress and <item type=\"productname\">%PRODUCTNAME</item> Draw"
-msgstr "Imprimir en $[officename] Impress y $[officename] Draw en blanco y negro"
+msgstr "Imprimir en <item type=\"productname\">%PRODUCTNAME</item> Impress y <item type=\"productname\">%PRODUCTNAME</item> Draw en blanco y negro"
#: print_blackwhite.xhp
msgctxt ""
@@ -15560,7 +15560,7 @@ msgctxt ""
"13\n"
"help.text"
msgid "When either of these options is selected, all presentations or drawings will be printed without color. If you only want to print in black for the <emph>current</emph> print job, select the option in <emph>File - Print - %PRODUCTNAME Draw/Impress</emph>."
-msgstr "Si se ha seleccionado alguna de estas opciones, todas las presentaciones o dibujos se imprimirán sin color. Si sólo desea imprimir en blanco y negro el trabajo de impresión <emph>actual</emph>, seleccione la opción correspondiente en <emph>Archivo - Imprimir - Opciones</emph>."
+msgstr "Si se ha seleccionado alguna de estas opciones, todas las presentaciones o dibujos se imprimirán sin color. Si sólo desea imprimir en blanco y negro el trabajo de impresión <emph>actual</emph>, seleccione la opción correspondiente en <emph>Archivo - Imprimir - %PRODUCTNAME Draw/Impress</emph>."
#: print_blackwhite.xhp
msgctxt ""
@@ -15596,7 +15596,7 @@ msgctxt ""
"18\n"
"help.text"
msgid "In <item type=\"productname\">%PRODUCTNAME</item> Writer you can choose to print color-formatted text in black and white. You can specify this either for all subsequent text documents to be printed, or only for the current printing process."
-msgstr "En $[officename] Writer se puede optar por imprimir en blanco y negro texto formateado con colores. Se puede especificar esta opción para todos los trabajos de impresión de documentos subsiguientes o únicamente para el proceso de impresión actual."
+msgstr "En <item type=\"productname\">%PRODUCTNAME</item> Writer se puede optar por imprimir en blanco y negro texto formateado con colores. Se puede especificar esta opción para todos los trabajos de impresión de documentos subsiguientes o únicamente para el proceso de impresión actual."
#: print_blackwhite.xhp
msgctxt ""
@@ -15824,7 +15824,7 @@ msgctxt ""
"3\n"
"help.text"
msgid "The following is an overview of the different ways of protecting contents in <item type=\"productname\">%PRODUCTNAME</item> from being modified, deleted or viewed."
-msgstr "A continuación se indican de forma general las distintas formas de proteger los contenidos de $[officename] contra modificaciones, supresiones o visualizaciones."
+msgstr "A continuación se indican de forma general las distintas formas de proteger los contenidos de <item type=\"productname\">%PRODUCTNAME</item> contra modificaciones, supresiones o visualizaciones."
#: protection.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/shared/optionen.po b/source/es/helpcontent2/source/text/shared/optionen.po
index 28e6df8c369..002009bca19 100644
--- a/source/es/helpcontent2/source/text/shared/optionen.po
+++ b/source/es/helpcontent2/source/text/shared/optionen.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-03-11 01:09+0000\n"
-"Last-Translator: Adolfo <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2014-05-08 13:52+0000\n"
+"Last-Translator: Diego <diegodelasheras@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\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: 1394500182.0\n"
+"X-POOTLE-MTIME: 1399557167.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -10372,7 +10372,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "A"
-msgstr ""
+msgstr "A"
#: 01060500.xhp
msgctxt ""
@@ -10381,7 +10381,7 @@ msgctxt ""
"10\n"
"help.text"
msgid "B"
-msgstr ""
+msgstr "B"
#: 01060500.xhp
msgctxt ""
@@ -10390,7 +10390,7 @@ msgctxt ""
"11\n"
"help.text"
msgid "5"
-msgstr ""
+msgstr "5"
#: 01060500.xhp
msgctxt ""
@@ -10417,7 +10417,7 @@ msgctxt ""
"14\n"
"help.text"
msgid "6"
-msgstr ""
+msgstr "6"
#: 01060500.xhp
msgctxt ""
@@ -10444,7 +10444,7 @@ msgctxt ""
"17\n"
"help.text"
msgid "7"
-msgstr ""
+msgstr "7"
#: 01060500.xhp
msgctxt ""
@@ -12502,7 +12502,7 @@ msgctxt ""
"35\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/optimpressgeneralpage/metricFields\">Defines the spacing between tab stops.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/optimpressgeneralpage/metricFields\">Define el espacio entre las tabulaciones.</ahelp>"
#: 01070500.xhp
msgctxt ""
@@ -12714,7 +12714,7 @@ msgctxt ""
"18\n"
"help.text"
msgid "<variable id=\"einst\"><ahelp hid=\"modules/smath/ui/smathsettings/SmathSettings\">Defines formula settings that will be valid for all documents.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"einst\"><ahelp hid=\"modules/smath/ui/smathsettings/SmathSettings\">Define la configuración de fórmulas que será válida para todos los documentos.</ahelp></variable>"
#: 01090100.xhp
msgctxt ""
@@ -13651,7 +13651,7 @@ msgctxt ""
"hd_id3146148\n"
"help.text"
msgid "Ignore system input language"
-msgstr ""
+msgstr "Ignorar el idioma de entrada del sistema"
#: 01140000.xhp
msgctxt ""
@@ -13772,7 +13772,7 @@ msgctxt ""
"6\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optasianpage/charkerning\">Specifies that kerning is only applied to western text.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optasianpage/charkerning\">Especifica que el ajuste entre caracteres sólo se aplica al texto occidental.</ahelp>"
#: 01150100.xhp
msgctxt ""
@@ -13790,7 +13790,7 @@ msgctxt ""
"8\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optasianpage/charpunctkerning\">Specifies that kerning is applied to both western text and Asian punctuation.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optasianpage/charpunctkerning\">Especifica que el ajuste entre caracteres se aplica tanto texto occidental como a la puntuación asiática.</ahelp>"
#: 01150100.xhp
msgctxt ""
@@ -13826,7 +13826,7 @@ msgctxt ""
"12\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optasianpage/nocompression\">Specifies that no compression at all will occur.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optasianpage/nocompression\">Especifica que no se va a producir compresión.</ahelp>"
#: 01150100.xhp
msgctxt ""
@@ -13844,7 +13844,7 @@ msgctxt ""
"14\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optasianpage/punctcompression\">Specifies that only the punctuation is compressed.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optasianpage/punctcompression\">Especifica que sólo se comprime la puntuación.</ahelp>"
#: 01150100.xhp
msgctxt ""
@@ -13862,7 +13862,7 @@ msgctxt ""
"16\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optasianpage/punctkanacompression\">Specifies that punctuation and Japanese Kana are compressed.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optasianpage/punctkanacompression\">Especifica que se comprime la puntuacion y el Kana japonés.</ahelp>"
#: 01150100.xhp
msgctxt ""
@@ -13898,7 +13898,7 @@ msgctxt ""
"20\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optasianpage/language\">Specifies the language for which you want to define first and last characters.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optasianpage/language\">Especifica el idioma para el que desea definir primer y último carácter.</ahelp>"
#: 01150100.xhp
msgctxt ""
@@ -14066,7 +14066,7 @@ msgctxt ""
"6\n"
"help.text"
msgid "In languages such as Thai, rules specify that certain characters are not allowed next to other characters. If Sequence Input Checking (SIC) is enabled, <item type=\"productname\">%PRODUCTNAME</item> will not allow a character next to another if this is forbidden by a rule."
-msgstr "En idiomas como el tailandés las normas especifican que ciertos caracteres no se permiten junto a otros caracteres. Si se activa el Control de secuencia de entrada (SIC), $[officename] no permitirá un carácter junto a otro si una norma lo prohíbe."
+msgstr "En idiomas como el tailandés las normas especifican que ciertos caracteres no se permiten junto a otros caracteres. Si se activa el Control de secuencia de entrada (SIC), <item type=\"productname\">%PRODUCTNAME</item> no permitirá un carácter junto a otro si una norma lo prohíbe."
#: 01150300.xhp
msgctxt ""
@@ -14100,7 +14100,7 @@ msgctxt ""
"par_idN10695\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optctlpage/restricted\">Prevents the use as well as the printing of illegal character combinations.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optctlpage/restricted\">Evita el uso y la impresión de combinaciones de caracteres ilegales.</ahelp>"
#: 01150300.xhp
msgctxt ""
@@ -14561,7 +14561,7 @@ msgctxt ""
"bm_id4077578\n"
"help.text"
msgid "<bookmark_value>Java;setting options</bookmark_value><bookmark_value>experimental features</bookmark_value><bookmark_value>unstable options</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>Java;opciones de configuración</bookmark_value><bookmark_value>funcionalidades experimentales</bookmark_value><bookmark_value>opciones inestables</bookmark_value>"
#: java.xhp
msgctxt ""
@@ -14681,7 +14681,7 @@ msgctxt ""
"hd_id3148619\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optadvancedpage/experimental\">Enable experimental features</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optadvancedpage/experimental\">Habilitar funciones experimentales</ahelp>"
#: java.xhp
msgctxt ""
@@ -14689,7 +14689,7 @@ msgctxt ""
"par_id3156344\n"
"help.text"
msgid "It enables features that are not yet complete or contain known bugs. The list of these features is different version by version, or even it can be empty."
-msgstr ""
+msgstr "Permite utilizar funciones que aún no están completas o que contienen errores conocidos. La lista de estas características es diferente en cada versión, o incluso puede estar vacía."
#: java.xhp
msgctxt ""
@@ -14697,7 +14697,7 @@ msgctxt ""
"hd_id3148610\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optadvancedpage/macrorecording\">Enable macro recording</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"cui/ui/optadvancedpage/macrorecording\">Habilitar la grabación de macros</ahelp>"
#: java.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/smath/01.po b/source/es/helpcontent2/source/text/smath/01.po
index 16c6560ca3e..abb37027abc 100644
--- a/source/es/helpcontent2/source/text/smath/01.po
+++ b/source/es/helpcontent2/source/text/smath/01.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-05 04:29+0000\n"
-"Last-Translator: Grettel <gbarrio@uci.cu>\n"
+"PO-Revision-Date: 2014-05-05 00:09+0000\n"
+"Last-Translator: Diego <diegodelasheras@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\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: 1391574585.0\n"
+"X-POOTLE-MTIME: 1399248580.000000\n"
#: 02080000.xhp
msgctxt ""
@@ -6849,7 +6849,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "More detailed information about scaling in <emph><item type=\"productname\">%PRODUCTNAME</item> Math</emph> as well as some examples can be found here. (The quotation marks in this text are for emphasis purposes only and are not part of the examples.)"
-msgstr "A continuación, presentamos información más detallada sobre la escala en <emph>$[officename] Math</emph>, así como diversos ejemplos. (Las comillas empleadas sirven sólo para destacar el texto y no forman parte de los ejemplos)."
+msgstr "A continuación, presentamos información más detallada sobre la escala en <emph><item type=\"productname\">%PRODUCTNAME</item> Math</emph>, así como diversos ejemplos. (Las comillas empleadas sirven sólo para destacar el texto y no forman parte de los ejemplos)."
#: 03091400.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/swriter/04.po b/source/es/helpcontent2/source/text/swriter/04.po
index 83f30a25a46..3f49164642d 100644
--- a/source/es/helpcontent2/source/text/swriter/04.po
+++ b/source/es/helpcontent2/source/text/swriter/04.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: 2013-06-26 12:03+0000\n"
-"Last-Translator: Adolfo <fitoschido@gmail.com>\n"
+"PO-Revision-Date: 2014-05-05 00:09+0000\n"
+"Last-Translator: Diego <diegodelasheras@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\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: 1372248181.0\n"
+"X-POOTLE-MTIME: 1399248591.000000\n"
#: 01020000.xhp
msgctxt ""
@@ -48,7 +48,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "You can use shortcut keys to quickly perform common tasks in <item type=\"productname\">%PRODUCTNAME</item>. This section lists the default shortcut keys for <item type=\"productname\">%PRODUCTNAME</item> Writer."
-msgstr "Puede usar atajos de teclado para realizar rápidamente tareas comunes en <item type=\"productname\">%PRODUCTNAME</item>. Esta sección lista los atajos de teclado predeterminados para <item type=\"productname\">PRODUCTNAME</item> Writer."
+msgstr "Puede usar atajos de teclado para realizar rápidamente tareas comunes en <item type=\"productname\">%PRODUCTNAME</item>. Esta sección lista los atajos de teclado predeterminados para <item type=\"productname\">%PRODUCTNAME</item> Writer."
#: 01020000.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/swriter/guide.po b/source/es/helpcontent2/source/text/swriter/guide.po
index bafbccc1ccb..f341cecb0d2 100644
--- a/source/es/helpcontent2/source/text/swriter/guide.po
+++ b/source/es/helpcontent2/source/text/swriter/guide.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-03-11 00:52+0000\n"
-"Last-Translator: Adolfo <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2014-05-05 00:09+0000\n"
+"Last-Translator: Diego <diegodelasheras@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\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: 1394499169.0\n"
+"X-POOTLE-MTIME: 1399248598.000000\n"
#: anchor_object.xhp
msgctxt ""
@@ -7259,7 +7259,7 @@ msgctxt ""
"20\n"
"help.text"
msgid "You can insert a cross-reference as a hyperlink in your document using the Navigator. You can even cross-reference items from other <item type=\"productname\">%PRODUCTNAME</item> documents. If you click the hyperlink when the document is opened in <item type=\"productname\">%PRODUCTNAME</item>, you are taken to the cross-referenced item."
-msgstr "Puede insertar una referencia como hiperenlace en el documento mediante el Navegador. Incluso puede referenciar algunos elementos a partir de otros documentos de $[officename]. Si pulsa sobre el hiperenlace al abrir el documento en $[officename], llegará al elemento referenciado."
+msgstr "Puede insertar una referencia como hiperenlace en el documento mediante el Navegador. Incluso puede referenciar algunos elementos a partir de otros documentos de <item type=\"productname\">%PRODUCTNAME</item>. Si pulsa sobre el hiperenlace al abrir el documento en <item type=\"productname\">%PRODUCTNAME</item>, llegará al elemento referenciado."
#: hyperlinks.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/swriter/librelogo.po b/source/es/helpcontent2/source/text/swriter/librelogo.po
index d487d036d54..79981b052cd 100644
--- a/source/es/helpcontent2/source/text/swriter/librelogo.po
+++ b/source/es/helpcontent2/source/text/swriter/librelogo.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-03-11 00:56+0000\n"
-"Last-Translator: Adolfo <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2014-05-08 13:55+0000\n"
+"Last-Translator: Diego <diegodelasheras@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\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: 1394499384.0\n"
+"X-POOTLE-MTIME: 1399557304.000000\n"
#: LibreLogo.xhp
msgctxt ""
@@ -374,7 +374,7 @@ msgctxt ""
"par_620\n"
"help.text"
msgid "x = 15<br/> PRINT x<br/>"
-msgstr ""
+msgstr "x = 15<br/> PRINT x<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -390,7 +390,7 @@ msgctxt ""
"par_640\n"
"help.text"
msgid "PRINT FILLCOLOR<br/> p = POSITION<br/> PRINT p<br/> REPEAT 10 [ POSITION ANY POSITION p ]<br/>"
-msgstr ""
+msgstr "PRINT FILLCOLOR<br/> p = POSITION<br/> PRINT p<br/> REPEAT 10 [ POSITION ANY POSITION p ]<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -446,7 +446,7 @@ msgctxt ""
"par_710\n"
"help.text"
msgid "PRINT “Hello, World!”<br/> print “Hello, World, again!”<br/>"
-msgstr ""
+msgstr "PRINT “Hola, Mundo!”<br/> imprime “Hola, Mundo, de nuevo!”<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -462,7 +462,7 @@ msgctxt ""
"par_730\n"
"help.text"
msgid "a = 5<br/> A = 7<br/> PRINT a<br/> PRINT A<br/>"
-msgstr ""
+msgstr "a = 5<br/> A = 7<br/> PRINT a<br/> PRINT A<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -486,7 +486,7 @@ msgctxt ""
"par_760\n"
"help.text"
msgid "PRINT “Hello, World!” PRINT “LibreLogo”<br/>"
-msgstr ""
+msgstr "PRINT “Hola, Mundo!” PRINT “LibreLogo”<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -510,7 +510,7 @@ msgctxt ""
"par_790\n"
"help.text"
msgid "; some comments<br/> PRINT 5 * 5 ; some comments<br/>"
-msgstr ""
+msgstr "; algunos comentarios<br/> PRINT 5 * 5 ; algunos comentarios<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -534,7 +534,7 @@ msgctxt ""
"par_820\n"
"help.text"
msgid "PRINT “This is a very long ” + ~<br/> “warning message”<br/>"
-msgstr ""
+msgstr "PRINT “Este es un mensaje de advertencia ” + ~<br/> “muy largo”<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -550,7 +550,7 @@ msgctxt ""
"hd_840\n"
"help.text"
msgid "FORWARD (fd)"
-msgstr ""
+msgstr "FORWARD (fd)"
#: LibreLogo.xhp
msgctxt ""
@@ -566,7 +566,7 @@ msgctxt ""
"hd_860\n"
"help.text"
msgid "BACK (bk)"
-msgstr ""
+msgstr "BACK (bk)"
#: LibreLogo.xhp
msgctxt ""
@@ -574,7 +574,7 @@ msgctxt ""
"par_870\n"
"help.text"
msgid "BACK 10 ; move back 10pt<br/>"
-msgstr ""
+msgstr "BACK 10 ; mueve hacia atrás 10pt<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -582,7 +582,7 @@ msgctxt ""
"hd_880\n"
"help.text"
msgid "LEFT (lt)"
-msgstr ""
+msgstr "LEFT (lt)"
#: LibreLogo.xhp
msgctxt ""
@@ -598,7 +598,7 @@ msgctxt ""
"hd_900\n"
"help.text"
msgid "RIGHT (rt)"
-msgstr ""
+msgstr "RIGHT (rt)"
#: LibreLogo.xhp
msgctxt ""
@@ -606,7 +606,7 @@ msgctxt ""
"par_910\n"
"help.text"
msgid "RIGHT 90 ; turn clockwise 90 degrees<br/>"
-msgstr ""
+msgstr "RIGHT 90 ; gira 90 grados en sentido horario<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -614,7 +614,7 @@ msgctxt ""
"hd_920\n"
"help.text"
msgid "PENUP (pu)"
-msgstr ""
+msgstr "PENUP (pu)"
#: LibreLogo.xhp
msgctxt ""
@@ -630,7 +630,7 @@ msgctxt ""
"hd_940\n"
"help.text"
msgid "PENDOWN (pd)"
-msgstr ""
+msgstr "PENDOWN (pd)"
#: LibreLogo.xhp
msgctxt ""
@@ -710,7 +710,7 @@ msgctxt ""
"par_1040\n"
"help.text"
msgid "SHOWTURTLE ; show turtle<br/>"
-msgstr ""
+msgstr "SHOWTURTLE ; muestra la tortuga<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -718,7 +718,7 @@ msgctxt ""
"hd_1050\n"
"help.text"
msgid "HOME"
-msgstr ""
+msgstr "HOME"
#: LibreLogo.xhp
msgctxt ""
@@ -734,7 +734,7 @@ msgctxt ""
"hd_1070\n"
"help.text"
msgid "CLEARSCREEN (cs)"
-msgstr ""
+msgstr "CLEARSCREEN (cs)"
#: LibreLogo.xhp
msgctxt ""
@@ -750,7 +750,7 @@ msgctxt ""
"hd_1090\n"
"help.text"
msgid "FILL and CLOSE"
-msgstr ""
+msgstr "FILL y CLOSE"
#: LibreLogo.xhp
msgctxt ""
@@ -774,7 +774,7 @@ msgctxt ""
"hd_1120\n"
"help.text"
msgid "PENSIZE (ps)"
-msgstr ""
+msgstr "PENSIZE (ps)"
#: LibreLogo.xhp
msgctxt ""
@@ -862,7 +862,7 @@ msgctxt ""
"hd_1210\n"
"help.text"
msgid "FILLCOLOR/FILLCOLOUR (fc)"
-msgstr ""
+msgstr "FILLCOLOR/FILLCOLOUR (fc)"
#: LibreLogo.xhp
msgctxt ""
@@ -878,7 +878,7 @@ msgctxt ""
"hd_1230\n"
"help.text"
msgid "FILLSTYLE"
-msgstr ""
+msgstr "FILLSTYLE"
#: LibreLogo.xhp
msgctxt ""
@@ -1062,7 +1062,7 @@ msgctxt ""
"par_1460\n"
"help.text"
msgid "FONTSIZE 12 ; set 12pt<br/>"
-msgstr ""
+msgstr "FONTSIZE 12 ; define 12pt<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -1070,7 +1070,7 @@ msgctxt ""
"hd_1470\n"
"help.text"
msgid "FONTWEIGHT"
-msgstr ""
+msgstr "FONTWEIGHT"
#: LibreLogo.xhp
msgctxt ""
@@ -1086,7 +1086,7 @@ msgctxt ""
"hd_1490\n"
"help.text"
msgid "FONTSTYLE"
-msgstr ""
+msgstr "FONTSTYLE"
#: LibreLogo.xhp
msgctxt ""
@@ -1102,7 +1102,7 @@ msgctxt ""
"hd_1510\n"
"help.text"
msgid "PICTURE (pic)"
-msgstr ""
+msgstr "PICTURE (pic)"
#: LibreLogo.xhp
msgctxt ""
@@ -1110,7 +1110,7 @@ msgctxt ""
"par_1520\n"
"help.text"
msgid "PICTURE is for"
-msgstr ""
+msgstr "PICTURE es para"
#: LibreLogo.xhp
msgctxt ""
@@ -1134,7 +1134,7 @@ msgctxt ""
"par_1545\n"
"help.text"
msgid "saving SVG images and SVG/SMIL animations;"
-msgstr ""
+msgstr "guardar imágenes SVG y animaciones SVG/SMIL;"
#: LibreLogo.xhp
msgctxt ""
@@ -1246,7 +1246,7 @@ msgctxt ""
"par_1640\n"
"help.text"
msgid "PICTURE [ CIRCLE 20 POSITION [-100, 100] CIRCLE 20 ]<br/>"
-msgstr ""
+msgstr "PICTURE [ CIRCLE 20 POSITION [-100, 100] CIRCLE 20 ]<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -1262,7 +1262,7 @@ msgctxt ""
"hd_1660\n"
"help.text"
msgid "REPEAT"
-msgstr ""
+msgstr "REPEAT"
#: LibreLogo.xhp
msgctxt ""
@@ -1270,7 +1270,7 @@ msgctxt ""
"par_1670\n"
"help.text"
msgid "; REPEAT number [ commands ]<br/> <br/> REPEAT 10 [ FORWARD 10 LEFT 45 CIRCLE 10 ] ; repeat 10 times<br/>"
-msgstr ""
+msgstr "; REPEAT number [ commands ]<br/> <br/> REPEAT 10 [ FORWARD 10 LEFT 45 CIRCLE 10 ] ; repite 10 veces<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -1278,7 +1278,7 @@ msgctxt ""
"par_1680\n"
"help.text"
msgid "; number is optional<br/> <br/> REPEAT [ POSITION ANY ] ; endless loop<br/>"
-msgstr ""
+msgstr "; el número es opcional<br/> <br/> REPEAT [ POSITION ANY ] ; bucle infinito<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -1326,7 +1326,7 @@ msgctxt ""
"par_1740\n"
"help.text"
msgid "FOR i IN [1, 5, 7, 9, 11] [<br/> FORWARD i<br/> LEFT 90<br/> ]<br/>"
-msgstr ""
+msgstr "FOR i IN [1, 5, 7, 9, 11] [<br/> FORWARD i<br/> LEFT 90<br/> ]<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -1342,7 +1342,7 @@ msgctxt ""
"par_1760\n"
"help.text"
msgid "FOR i IN “text” [<br/> LABEL i<br/> FORWARD 10<br/> ]<br/>"
-msgstr ""
+msgstr "FOR i IN “texto” [<br/> LABEL i<br/> FORWARD 10<br/> ]<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -1350,7 +1350,7 @@ msgctxt ""
"hd_1770\n"
"help.text"
msgid "WHILE"
-msgstr "BLANCO"
+msgstr "WHILE"
#: LibreLogo.xhp
msgctxt ""
@@ -1358,7 +1358,7 @@ msgctxt ""
"par_1780\n"
"help.text"
msgid "WHILE TRUE [ POSITION ANY ] ; endless loop<br/> WHILE REPCOUNT <= 10 [ FORWARD 50 LEFT 36 ] ; as REPEAT 10 [ ... ]<br/>"
-msgstr ""
+msgstr "WHILE TRUE [ POSITION ANY ] ; bucle infinito<br/> WHILE REPCOUNT <= 10 [ FORWARD 50 LEFT 36 ] ; lo mismo que REPEAT 10 [ ... ]<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -1366,7 +1366,7 @@ msgctxt ""
"hd_1790\n"
"help.text"
msgid "BREAK"
-msgstr ""
+msgstr "BREAK"
#: LibreLogo.xhp
msgctxt ""
@@ -1374,7 +1374,7 @@ msgctxt ""
"par_1800\n"
"help.text"
msgid "Stop the loop."
-msgstr ""
+msgstr "Para el bucle."
#: LibreLogo.xhp
msgctxt ""
@@ -1382,7 +1382,7 @@ msgctxt ""
"par_1810\n"
"help.text"
msgid "REPEAT [ ; endless loop<br/> POSITION ANY<br/> IF REPCOUNT = 100 [ BREAK ] ; equivalent of the REPEAT 100 [ ... ]<br/> ]<br/>"
-msgstr ""
+msgstr "REPEAT [ ; bucle infinito<br/> POSITION ANY<br/> IF REPCOUNT = 100 [ BREAK ] ; equivalente a REPEAT 100 [ ... ]<br/> ]<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -1438,7 +1438,7 @@ msgctxt ""
"hd_1880\n"
"help.text"
msgid "AND, OR, NOT"
-msgstr ""
+msgstr "Y, O, NO"
#: LibreLogo.xhp
msgctxt ""
@@ -1470,7 +1470,7 @@ msgctxt ""
"hd_1920\n"
"help.text"
msgid "TO, END"
-msgstr ""
+msgstr "TO, END"
#: LibreLogo.xhp
msgctxt ""
@@ -1494,7 +1494,7 @@ msgctxt ""
"hd_1950\n"
"help.text"
msgid "OUTPUT"
-msgstr ""
+msgstr "OUTPUT"
#: LibreLogo.xhp
msgctxt ""
@@ -1646,7 +1646,7 @@ msgctxt ""
"par_2140\n"
"help.text"
msgid "PRINT PI ; print 3.14159265359<br/>"
-msgstr ""
+msgstr "PRINT PI ; imprime 3.14159265359<br/>"
#: LibreLogo.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 2bed39e6fb6..9b1dd7c4bc1 100644
--- a/source/es/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/es/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -12,7 +12,7 @@ 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.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1398794335.000000\n"
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 0ba045daaea..2d6eec08389 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-04-30 10:55+0000\n"
+"PO-Revision-Date: 2014-05-23 07:30+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.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1398855305.000000\n"
+"X-POOTLE-MTIME: 1400830243.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -21751,7 +21751,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Subject"
-msgstr "~Tema"
+msgstr "A~sunto"
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/es/sc/source/ui/dbgui.po b/source/es/sc/source/ui/dbgui.po
index f344def0447..8d5fce6f862 100644
--- a/source/es/sc/source/ui/dbgui.po
+++ b/source/es/sc/source/ui/dbgui.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-08 03:02+0000\n"
+"POT-Creation-Date: 2013-11-20 13:02+0100\n"
+"PO-Revision-Date: 2014-05-24 17: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: Pootle 2.5.0\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1391828530.0\n"
+"X-POOTLE-MTIME: 1400954185.000000\n"
#: dapitype.src
msgctxt ""
@@ -379,7 +379,7 @@ msgctxt ""
"CB_QUOTEALL\n"
"checkbox.text"
msgid "~Quote all text cells"
-msgstr "C~itar todas las celdas de texto"
+msgstr "~Entrecomillar todas las celdas de texto"
#: imoptdlg.src
msgctxt ""
@@ -388,7 +388,7 @@ msgctxt ""
"CB_FIXEDWIDTH\n"
"checkbox.text"
msgid "Fixed column ~width"
-msgstr "~Ancho de columna fijo"
+msgstr "Anchura de columna f~ija"
#: imoptdlg.src
msgctxt ""
@@ -426,8 +426,8 @@ msgid ""
"Row\n"
"Fields"
msgstr ""
-"Campos de\n"
-"filas"
+"Campos\n"
+"de fila"
#: pivot.src
msgctxt ""
diff --git a/source/es/sc/source/ui/src.po b/source/es/sc/source/ui/src.po
index 0a63783416a..e5454502510 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-04-29 18:00+0000\n"
+"PO-Revision-Date: 2014-05-23 07:30+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.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1398794429.000000\n"
+"X-POOTLE-MTIME: 1400830250.000000\n"
#: autofmt.src
msgctxt ""
@@ -4701,7 +4701,7 @@ msgctxt ""
"STR_DOC_THEME\n"
"string.text"
msgid "Subject"
-msgstr "Tema"
+msgstr "Asunto"
#: globstr.src
msgctxt ""
diff --git a/source/es/sc/uiconfig/scalc/ui.po b/source/es/sc/uiconfig/scalc/ui.po
index 1b120d52082..73d37394660 100644
--- a/source/es/sc/uiconfig/scalc/ui.po
+++ b/source/es/sc/uiconfig/scalc/ui.po
@@ -12,7 +12,7 @@ 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.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1398855343.000000\n"
diff --git a/source/es/sfx2/source/doc.po b/source/es/sfx2/source/doc.po
index c20bba28f54..64b50102061 100644
--- a/source/es/sfx2/source/doc.po
+++ b/source/es/sfx2/source/doc.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-23 06:20+0000\n"
+"PO-Revision-Date: 2014-05-23 07:30+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: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1387779627.0\n"
+"X-POOTLE-MTIME: 1400830259.000000\n"
#: doc.src
msgctxt ""
@@ -975,7 +975,7 @@ msgctxt ""
"FT_THEMA\n"
"fixedtext.text"
msgid "Subject"
-msgstr "Tema"
+msgstr "Asunto"
#: new.src
msgctxt ""
diff --git a/source/es/svtools/source/contnr.po b/source/es/svtools/source/contnr.po
index 597689757b4..6b943b829a6 100644
--- a/source/es/svtools/source/contnr.po
+++ b/source/es/svtools/source/contnr.po
@@ -2,10 +2,10 @@
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: 2013-02-24 10:15+0000\n"
-"Last-Translator: Adolfo <fitoschido@gmail.com>\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-05-23 07:31+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: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1361700917.0\n"
+"X-POOTLE-MTIME: 1400830275.000000\n"
#: fileview.src
msgctxt ""
@@ -426,7 +426,7 @@ msgctxt ""
"11\n"
"itemlist.text"
msgid "Subject"
-msgstr "Tema"
+msgstr "Asunto"
#: templwin.src
msgctxt ""
diff --git a/source/es/svx/source/items.po b/source/es/svx/source/items.po
index d15f2171827..896f5229f95 100644
--- a/source/es/svx/source/items.po
+++ b/source/es/svx/source/items.po
@@ -12,7 +12,7 @@ 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.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1398030961.000000\n"
diff --git a/source/es/svx/source/svdraw.po b/source/es/svx/source/svdraw.po
index f4388f5b211..bba29797053 100644
--- a/source/es/svx/source/svdraw.po
+++ b/source/es/svx/source/svdraw.po
@@ -12,7 +12,7 @@ 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.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1398868978.000000\n"
diff --git a/source/es/sw/source/ui/ribbar.po b/source/es/sw/source/ui/ribbar.po
index fd736e08395..927df0656ba 100644
--- a/source/es/sw/source/ui/ribbar.po
+++ b/source/es/sw/source/ui/ribbar.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: 2013-08-20 23:16+0000\n"
+"PO-Revision-Date: 2014-05-23 07:31+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: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1377040601.0\n"
+"X-POOTLE-MTIME: 1400830289.000000\n"
#: inputwin.src
msgctxt ""
@@ -391,7 +391,7 @@ msgctxt ""
"FN_INSERT_FLD_TOPIC\n"
"menuitem.text"
msgid "Subject"
-msgstr "Tema"
+msgstr "Asunto"
#: workctrl.src
msgctxt ""
diff --git a/source/es/sw/source/ui/utlui.po b/source/es/sw/source/ui/utlui.po
index 18764cbe120..781f65688ca 100644
--- a/source/es/sw/source/ui/utlui.po
+++ b/source/es/sw/source/ui/utlui.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-01 00:08+0000\n"
+"PO-Revision-Date: 2014-05-23 07:31+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: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1388534935.0\n"
+"X-POOTLE-MTIME: 1400830297.000000\n"
#: attrdesc.src
msgctxt ""
@@ -932,7 +932,7 @@ msgctxt ""
"FLD_DOCINFO_THEMA\n"
"string.text"
msgid "Subject"
-msgstr "Tema"
+msgstr "Asunto"
#: initui.src
msgctxt ""
diff --git a/source/et/padmin/source.po b/source/et/padmin/source.po
index f62cf173ccd..20777e26be8 100644
--- a/source/et/padmin/source.po
+++ b/source/et/padmin/source.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2012-12-26 11:17+0000\n"
+"PO-Revision-Date: 2014-05-15 22:07+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\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: 1356520679.0\n"
+"X-POOTLE-MTIME: 1400191670.000000\n"
#: padialog.src
msgctxt ""
@@ -415,7 +415,7 @@ msgctxt ""
"RID_ERR_PRINTERNOTREMOVABLE\n"
"string.text"
msgid "The printer %s cannot be removed."
-msgstr ""
+msgstr "Printeri %s eemaldamine ei õnnestunud."
#: padialog.src
msgctxt ""
diff --git a/source/et/svx/source/unodialogs/textconversiondlgs.po b/source/et/svx/source/unodialogs/textconversiondlgs.po
index 8addffebc15..5c3eae37635 100644
--- a/source/et/svx/source/unodialogs/textconversiondlgs.po
+++ b/source/et/svx/source/unodialogs/textconversiondlgs.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: 2011-10-10 13:40+0200\n"
+"PO-Revision-Date: 2014-05-15 22:08+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\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: 1400191702.000000\n"
#: chinese_dictionarydialog.src
msgctxt ""
@@ -22,7 +23,7 @@ msgctxt ""
"RB_TO_SIMPLIFIED\n"
"radiobutton.text"
msgid "~Traditional Chinese to simplified Chinese"
-msgstr ""
+msgstr "Traditsioonilisest hiina kirjast lihtsustatud kirja"
#: chinese_dictionarydialog.src
msgctxt ""
@@ -31,7 +32,7 @@ msgctxt ""
"RB_TO_TRADITIONAL\n"
"radiobutton.text"
msgid "~Simplified Chinese to traditional Chinese"
-msgstr ""
+msgstr "Lihtsustatud hiina kirjast traditsioonilisse kirja"
#: chinese_dictionarydialog.src
msgctxt ""
diff --git a/source/et/sw/source/ui/inc.po b/source/et/sw/source/ui/inc.po
index c28f7972309..32e6bcbf3bd 100644
--- a/source/et/sw/source/ui/inc.po
+++ b/source/et/sw/source/ui/inc.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-02-13 17:13+0100\n"
-"PO-Revision-Date: 2014-01-06 01:31+0000\n"
+"PO-Revision-Date: 2014-05-15 22:08+0000\n"
"Last-Translator: Mihkel Tõnnov <mihhkel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: et\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: 1388971917.0\n"
+"X-POOTLE-MTIME: 1400191731.000000\n"
#: redline_tmpl.hrc
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"FN_REDLINE_ACCEPT_DIRECT\n"
"menuitem.text"
msgid "Accept Change"
-msgstr ""
+msgstr "Nõustu muudatusega"
#: redline_tmpl.hrc
msgctxt ""
@@ -32,7 +32,7 @@ msgctxt ""
"FN_REDLINE_REJECT_DIRECT\n"
"menuitem.text"
msgid "Reject Change"
-msgstr ""
+msgstr "Hülga muudatus"
#: redline_tmpl.hrc
msgctxt ""
@@ -41,7 +41,7 @@ msgctxt ""
"FN_REDLINE_NEXT_CHANGE\n"
"menuitem.text"
msgid "Next Change"
-msgstr ""
+msgstr "Järgmine muudatus"
#: redline_tmpl.hrc
msgctxt ""
@@ -50,4 +50,4 @@ msgctxt ""
"FN_REDLINE_PREV_CHANGE\n"
"menuitem.text"
msgid "Previous Change"
-msgstr ""
+msgstr "Eelmine muudatus"
diff --git a/source/fr/padmin/source.po b/source/fr/padmin/source.po
index 951bb661ffd..42e3ca4f92c 100644
--- a/source/fr/padmin/source.po
+++ b/source/fr/padmin/source.po
@@ -4,17 +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: 2012-12-26 11:23+0000\n"
+"PO-Revision-Date: 2014-05-18 15:30+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language-Team: ll.org\n"
"Language: fr\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: Virtaal 0.7.1\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1356521014.0\n"
+"X-Project-Style: openoffice\n"
#: padialog.src
msgctxt ""
@@ -415,7 +416,7 @@ msgctxt ""
"RID_ERR_PRINTERNOTREMOVABLE\n"
"string.text"
msgid "The printer %s cannot be removed."
-msgstr ""
+msgstr "Impossible de supprimer l'imprimante %s."
#: padialog.src
msgctxt ""
diff --git a/source/fr/scaddins/source/pricing.po b/source/fr/scaddins/source/pricing.po
index 2f4948f8d71..fffe9aa851d 100644
--- a/source/fr/scaddins/source/pricing.po
+++ b/source/fr/scaddins/source/pricing.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-11-30 17:49+0200\n"
+"POT-Creation-Date: 2013-12-17 14:14+0100\n"
+"PO-Revision-Date: 2014-05-18 15:32+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: ll.org\n"
"Language: fr\n"
@@ -12,9 +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: Virtaal 0.7.1\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1358079763.0\n"
+"X-Project-Style: openoffice\n"
#: pricing.src
msgctxt ""
@@ -356,7 +357,7 @@ msgctxt ""
"11\n"
"string.text"
msgid "Time to maturity of the option in years"
-msgstr ""
+msgstr "Échéance de l'option en années"
#: pricing.src
msgctxt ""
@@ -563,7 +564,7 @@ msgctxt ""
"11\n"
"string.text"
msgid "Lower barrier (set to 0 for no lower barrier)"
-msgstr ""
+msgstr "Barrière la plus basse (définie sur 0 si pas de barrière plus basse)"
#: pricing.src
msgctxt ""
diff --git a/source/fr/scp2/source/accessories.po b/source/fr/scp2/source/accessories.po
index 9c257bf66ec..6b566d7119e 100644
--- a/source/fr/scp2/source/accessories.po
+++ b/source/fr/scp2/source/accessories.po
@@ -4,16 +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: 2012-06-17 12:20+0200\n"
+"PO-Revision-Date: 2014-05-18 15:34+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language-Team: ll.org\n"
"Language: fr\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: Virtaal 0.7.1\n"
"X-Accelerator-Marker: ~\n"
+"X-Project-Style: openoffice\n"
#: module_accessories.ulf
msgctxt ""
@@ -1317,7 +1318,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_SR_LATN\n"
"LngText.text"
msgid "Serbian (Latin)"
-msgstr ""
+msgstr "Serbe (Latin)"
#: module_samples_accessories.ulf
msgctxt ""
@@ -1325,7 +1326,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_SR_LATN\n"
"LngText.text"
msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
+msgstr "Installe la prise en charge du serbe (latin) dans %PRODUCTNAME %PRODUCTVERSION"
#: module_samples_accessories.ulf
msgctxt ""
@@ -1637,7 +1638,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_KMR_LATN\n"
"LngText.text"
msgid "Kurdish"
-msgstr ""
+msgstr "Kurde"
#: module_samples_accessories.ulf
msgctxt ""
@@ -1645,7 +1646,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_KMR_LATN\n"
"LngText.text"
msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
+msgstr "Installe la prise en charge du kurde dans %PRODUCTNAME %PRODUCTVERSION"
#: module_samples_accessories.ulf
msgctxt ""
@@ -3093,7 +3094,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_SR_LATN\n"
"LngText.text"
msgid "Serbian (Latin)"
-msgstr ""
+msgstr "Serbe (Latin)"
#: module_templates_accessories.ulf
msgctxt ""
@@ -3101,7 +3102,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_SR_LATN\n"
"LngText.text"
msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
+msgstr "Installe la prise en charge du serbe (latin) dans %PRODUCTNAME %PRODUCTVERSION"
#: module_templates_accessories.ulf
msgctxt ""
@@ -3413,7 +3414,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_KMR_LATN\n"
"LngText.text"
msgid "Kurdish"
-msgstr ""
+msgstr "Kurde"
#: module_templates_accessories.ulf
msgctxt ""
@@ -3421,7 +3422,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_KMR_LATN\n"
"LngText.text"
msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
+msgstr "Installe la prise en charge du kurde dans %PRODUCTNAME %PRODUCTVERSION"
#: module_templates_accessories.ulf
msgctxt ""
diff --git a/source/fr/sfx2/source/dialog.po b/source/fr/sfx2/source/dialog.po
index 1ebc73ad46b..a929131fe43 100644
--- a/source/fr/sfx2/source/dialog.po
+++ b/source/fr/sfx2/source/dialog.po
@@ -4,17 +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:01+0100\n"
-"PO-Revision-Date: 2012-12-26 11:25+0000\n"
+"PO-Revision-Date: 2014-05-18 15:36+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language-Team: ll.org\n"
"Language: fr\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: Virtaal 0.7.1\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1356521102.0\n"
+"X-Project-Style: openoffice\n"
#: dialog.src
msgctxt ""
@@ -844,7 +845,7 @@ msgctxt ""
"MSG_OVERWRITE\n"
"querybox.text"
msgid "Style already exists. Overwrite?"
-msgstr ""
+msgstr "Le style existe déjà. L'écraser ?"
#: recfloat.src
msgctxt ""
diff --git a/source/fr/svtools/source/misc.po b/source/fr/svtools/source/misc.po
index df46be12035..4d7fa610ce2 100644
--- a/source/fr/svtools/source/misc.po
+++ b/source/fr/svtools/source/misc.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-01-03 16:24+0100\n"
-"PO-Revision-Date: 2013-12-22 17:09+0200\n"
+"PO-Revision-Date: 2014-05-18 15:38+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: ll.org\n"
"Language: fr\n"
@@ -12,7 +12,7 @@ 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: Virtaal 0.7.1\n"
"X-Accelerator-Marker: ~\n"
"X-Project-Style: openoffice\n"
"X-POOTLE-MTIME: 1360690269.0\n"
@@ -1681,7 +1681,7 @@ msgctxt ""
"LANGUAGE_SERBIAN_LATIN_LSO\n"
"pairedlist.text"
msgid "Serbian Latin"
-msgstr ""
+msgstr "Serbe latin"
#: langtab.src
msgctxt ""
diff --git a/source/fr/svx/source/unodialogs/textconversiondlgs.po b/source/fr/svx/source/unodialogs/textconversiondlgs.po
index cb6e2005036..5b73af70016 100644
--- a/source/fr/svx/source/unodialogs/textconversiondlgs.po
+++ b/source/fr/svx/source/unodialogs/textconversiondlgs.po
@@ -4,16 +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: 2012-06-17 12:29+0200\n"
+"PO-Revision-Date: 2014-05-18 15:39+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language-Team: ll.org\n"
"Language: fr\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: Virtaal 0.7.1\n"
"X-Accelerator-Marker: ~\n"
+"X-Project-Style: openoffice\n"
#: chinese_dictionarydialog.src
msgctxt ""
@@ -22,7 +23,7 @@ msgctxt ""
"RB_TO_SIMPLIFIED\n"
"radiobutton.text"
msgid "~Traditional Chinese to simplified Chinese"
-msgstr ""
+msgstr "Chinois ~traditionnel en chinois simplifié"
#: chinese_dictionarydialog.src
msgctxt ""
@@ -31,7 +32,7 @@ msgctxt ""
"RB_TO_TRADITIONAL\n"
"radiobutton.text"
msgid "~Simplified Chinese to traditional Chinese"
-msgstr ""
+msgstr "Chinois ~simplifié en chinois traditionnel"
#: chinese_dictionarydialog.src
msgctxt ""
diff --git a/source/fr/sw/source/ui/config.po b/source/fr/sw/source/ui/config.po
index 8789e8de7b5..8715af1f3f3 100644
--- a/source/fr/sw/source/ui/config.po
+++ b/source/fr/sw/source/ui/config.po
@@ -4,16 +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: 2012-11-20 15:38+0100\n"
-"Last-Translator: sophi <sophie.gautier@documentfoundation.org>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
+"PO-Revision-Date: 2014-05-18 15:41+0200\n"
+"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
+"Language-Team: ll.org\n"
"Language: fr\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: Virtaal 0.7.1\n"
"X-Accelerator-Marker: ~\n"
+"X-Project-Style: openoffice\n"
#: optdlg.src
msgctxt ""
@@ -21,7 +22,7 @@ msgctxt ""
"ST_SCRIPT_ASIAN\n"
"string.text"
msgid "Asian"
-msgstr ""
+msgstr "Asiatique"
#: optdlg.src
msgctxt ""
@@ -29,7 +30,7 @@ msgctxt ""
"ST_SCRIPT_CTL\n"
"string.text"
msgid "CTL"
-msgstr ""
+msgstr "Scripts complexes"
#: optdlg.src
msgctxt ""
@@ -37,7 +38,7 @@ msgctxt ""
"ST_SCRIPT_WESTERN\n"
"string.text"
msgid "Western"
-msgstr ""
+msgstr "Occidental"
#: optdlg.src
msgctxt ""
diff --git a/source/fr/sw/source/ui/inc.po b/source/fr/sw/source/ui/inc.po
index 7999211f732..ebde05d50fd 100644
--- a/source/fr/sw/source/ui/inc.po
+++ b/source/fr/sw/source/ui/inc.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-02-13 17:13+0100\n"
-"PO-Revision-Date: 2013-12-14 12:17+0200\n"
+"PO-Revision-Date: 2014-05-18 15:42+0200\n"
"Last-Translator: sophie <gautier.sophie@gmail.com>\n"
"Language-Team: ll.org\n"
"Language: fr\n"
@@ -12,7 +12,7 @@ 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: Virtaal 0.7.1\n"
"X-Accelerator-Marker: ~\n"
"X-Project-Style: openoffice\n"
@@ -23,7 +23,7 @@ msgctxt ""
"FN_REDLINE_ACCEPT_DIRECT\n"
"menuitem.text"
msgid "Accept Change"
-msgstr ""
+msgstr "Accepter la modification"
#: redline_tmpl.hrc
msgctxt ""
@@ -32,7 +32,7 @@ msgctxt ""
"FN_REDLINE_REJECT_DIRECT\n"
"menuitem.text"
msgid "Reject Change"
-msgstr ""
+msgstr "Rejeter la modification"
#: redline_tmpl.hrc
msgctxt ""
@@ -41,7 +41,7 @@ msgctxt ""
"FN_REDLINE_NEXT_CHANGE\n"
"menuitem.text"
msgid "Next Change"
-msgstr ""
+msgstr "Modification suivante"
#: redline_tmpl.hrc
msgctxt ""
@@ -50,4 +50,4 @@ msgctxt ""
"FN_REDLINE_PREV_CHANGE\n"
"menuitem.text"
msgid "Previous Change"
-msgstr ""
+msgstr "Modification précédente"
diff --git a/source/gd/dictionaries/pt_BR/dialog.po b/source/gd/dictionaries/pt_BR/dialog.po
index 3bfcf24947a..bb34497cab5 100644
--- a/source/gd/dictionaries/pt_BR/dialog.po
+++ b/source/gd/dictionaries/pt_BR/dialog.po
@@ -3,16 +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-01-17 15:06+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-01-17 05:49+0100\n"
+"PO-Revision-Date: 2014-05-18 18:53+0000\n"
+"Last-Translator: Michael <fios@akerbeltz.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: gd\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=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
+"X-POOTLE-MTIME: 1400439228.000000\n"
#: OptionsDialog.xcu
msgctxt ""
@@ -21,7 +23,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Language Settings"
-msgstr ""
+msgstr "Roghainnean cànain"
#: OptionsDialog.xcu
msgctxt ""
@@ -30,4 +32,4 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Grammar checking (Portuguese)"
-msgstr ""
+msgstr "Dearbhadh-gràmair (Portagailis)"
diff --git a/source/gd/padmin/source.po b/source/gd/padmin/source.po
index 132574c696e..effa5a20284 100644
--- a/source/gd/padmin/source.po
+++ b/source/gd/padmin/source.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2013-06-10 18:50+0000\n"
+"PO-Revision-Date: 2014-05-18 18:54+0000\n"
"Last-Translator: Michael <fios@akerbeltz.org>\n"
"Language-Team: Akerbeltz\n"
"Language: gd\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1370890245.0\n"
+"X-POOTLE-MTIME: 1400439295.000000\n"
#: padialog.src
msgctxt ""
@@ -415,7 +415,7 @@ msgctxt ""
"RID_ERR_PRINTERNOTREMOVABLE\n"
"string.text"
msgid "The printer %s cannot be removed."
-msgstr ""
+msgstr "Cha ghabh an clò-bhualadair %s a thoirt air falbh."
#: padialog.src
msgctxt ""
diff --git a/source/gd/scp2/source/accessories.po b/source/gd/scp2/source/accessories.po
index e5b0c5bfe15..13dd7c812d7 100644
--- a/source/gd/scp2/source/accessories.po
+++ b/source/gd/scp2/source/accessories.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: 2011-11-28 22:10+0200\n"
+"PO-Revision-Date: 2014-05-18 18:56+0000\n"
"Last-Translator: Michael <fios@akerbeltz.org>\n"
"Language-Team: Akerbeltz\n"
"Language: gd\n"
@@ -12,9 +12,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
"X-Project-Style: openoffice\n"
+"X-POOTLE-MTIME: 1400439398.000000\n"
#: module_accessories.ulf
msgctxt ""
@@ -1318,7 +1319,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_SR_LATN\n"
"LngText.text"
msgid "Serbian (Latin)"
-msgstr ""
+msgstr "Sèirbis (Laidinneach)"
#: module_samples_accessories.ulf
msgctxt ""
@@ -1326,7 +1327,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_SR_LATN\n"
"LngText.text"
msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
+msgstr "Stàlaichidh seo taic na Sèirbise (Laidinneach) ann an %PRODUCTNAME %PRODUCTVERSION"
#: module_samples_accessories.ulf
msgctxt ""
@@ -1638,7 +1639,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_KMR_LATN\n"
"LngText.text"
msgid "Kurdish"
-msgstr ""
+msgstr "Cùrdais"
#: module_samples_accessories.ulf
msgctxt ""
@@ -1646,7 +1647,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_KMR_LATN\n"
"LngText.text"
msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
+msgstr "Stàlaichidh seo taic na Cùrdaise ann an %PRODUCTNAME %PRODUCTVERSION"
#: module_samples_accessories.ulf
msgctxt ""
@@ -3094,7 +3095,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_SR_LATN\n"
"LngText.text"
msgid "Serbian (Latin)"
-msgstr ""
+msgstr "Sèirbis (Laidinneach)"
#: module_templates_accessories.ulf
msgctxt ""
@@ -3102,7 +3103,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_SR_LATN\n"
"LngText.text"
msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
+msgstr "Stàlaichidh seo taic na Sèirbise (Laidinneach) ann an %PRODUCTNAME %PRODUCTVERSION"
#: module_templates_accessories.ulf
msgctxt ""
@@ -3414,7 +3415,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_KMR_LATN\n"
"LngText.text"
msgid "Kurdish"
-msgstr ""
+msgstr "Cùrdais"
#: module_templates_accessories.ulf
msgctxt ""
@@ -3422,7 +3423,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_KMR_LATN\n"
"LngText.text"
msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
+msgstr "Stàlaichidh seo taic na Cùrdaise ann an %PRODUCTNAME %PRODUCTVERSION"
#: module_templates_accessories.ulf
msgctxt ""
diff --git a/source/gd/sfx2/source/dialog.po b/source/gd/sfx2/source/dialog.po
index 3f2d09d78ba..f2053287dff 100644
--- a/source/gd/sfx2/source/dialog.po
+++ b/source/gd/sfx2/source/dialog.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: 2013-05-31 18:04+0000\n"
+"PO-Revision-Date: 2014-05-18 18:57+0000\n"
"Last-Translator: Michael <fios@akerbeltz.org>\n"
"Language-Team: Akerbeltz\n"
"Language: gd\n"
@@ -12,10 +12,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
"X-Project-Style: openoffice\n"
-"X-POOTLE-MTIME: 1370023444.0\n"
+"X-POOTLE-MTIME: 1400439466.000000\n"
#: dialog.src
msgctxt ""
@@ -845,7 +845,7 @@ msgctxt ""
"MSG_OVERWRITE\n"
"querybox.text"
msgid "Style already exists. Overwrite?"
-msgstr ""
+msgstr "Tha an stoidhle seo ann mu thràth. A bheil thu airson sgrìobhadh thairis air?"
#: recfloat.src
msgctxt ""
diff --git a/source/gd/svx/source/unodialogs/textconversiondlgs.po b/source/gd/svx/source/unodialogs/textconversiondlgs.po
index da99949e376..d0ba0225ec1 100644
--- a/source/gd/svx/source/unodialogs/textconversiondlgs.po
+++ b/source/gd/svx/source/unodialogs/textconversiondlgs.po
@@ -4,17 +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: 2011-09-29 18:33+0100\n"
-"Last-Translator: Michael Bauer <fios@akerbeltz.org>\n"
+"PO-Revision-Date: 2014-05-18 18:58+0000\n"
+"Last-Translator: Michael <fios@akerbeltz.org>\n"
"Language-Team: Akerbeltz\n"
"Language: gd\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
"X-Project-Style: openoffice\n"
+"X-POOTLE-MTIME: 1400439524.000000\n"
#: chinese_dictionarydialog.src
msgctxt ""
@@ -23,7 +24,7 @@ msgctxt ""
"RB_TO_SIMPLIFIED\n"
"radiobutton.text"
msgid "~Traditional Chinese to simplified Chinese"
-msgstr ""
+msgstr "Sìnis ~thradaiseanta 'na Shìnis shimplichte"
#: chinese_dictionarydialog.src
msgctxt ""
@@ -32,7 +33,7 @@ msgctxt ""
"RB_TO_TRADITIONAL\n"
"radiobutton.text"
msgid "~Simplified Chinese to traditional Chinese"
-msgstr ""
+msgstr "~Sìnis Shimplichte 'na Shìnis thradaiseanta"
#: chinese_dictionarydialog.src
msgctxt ""
diff --git a/source/gd/sw/source/ui/config.po b/source/gd/sw/source/ui/config.po
index 3553893ee00..8720fc9ec44 100644
--- a/source/gd/sw/source/ui/config.po
+++ b/source/gd/sw/source/ui/config.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: 2012-11-25 17:57+0000\n"
+"PO-Revision-Date: 2014-05-18 19:00+0000\n"
"Last-Translator: Michael <fios@akerbeltz.org>\n"
"Language-Team: Akerbeltz\n"
"Language: gd\n"
@@ -12,10 +12,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
"X-Project-Style: openoffice\n"
-"X-POOTLE-MTIME: 1353866228.0\n"
+"X-POOTLE-MTIME: 1400439618.000000\n"
#: optdlg.src
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"ST_SCRIPT_ASIAN\n"
"string.text"
msgid "Asian"
-msgstr ""
+msgstr "Àiseanach"
#: optdlg.src
msgctxt ""
@@ -31,7 +31,7 @@ msgctxt ""
"ST_SCRIPT_CTL\n"
"string.text"
msgid "CTL"
-msgstr ""
+msgstr "CTL"
#: optdlg.src
msgctxt ""
@@ -39,7 +39,7 @@ msgctxt ""
"ST_SCRIPT_WESTERN\n"
"string.text"
msgid "Western"
-msgstr ""
+msgstr "Siarach"
#: optdlg.src
msgctxt ""
diff --git a/source/gl/basctl/source/dlged.po b/source/gl/basctl/source/dlged.po
index 1ceb5751cb1..425164bbbbe 100644
--- a/source/gl/basctl/source/dlged.po
+++ b/source/gl/basctl/source/dlged.po
@@ -4,16 +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: 2012-06-18 19:45+0200\n"
-"Last-Translator: Antón <meixome@certima.net>\n"
+"PO-Revision-Date: 2014-05-06 17:55+0000\n"
+"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.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: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
+"X-POOTLE-MTIME: 1399398917.000000\n"
#: dlgresid.src
msgctxt ""
@@ -118,7 +119,7 @@ msgctxt ""
"STR_CREATE_LANG\n"
"string.text"
msgid "<Press 'Add' to create language resources>"
-msgstr "<Prema en 'Engadir' para crear recursos de idioma>"
+msgstr "<Prema en «Engadir» para crear recursos de idioma>"
#: managelang.src
msgctxt ""
diff --git a/source/gl/cui/uiconfig/ui.po b/source/gl/cui/uiconfig/ui.po
index 6c523079c88..91ea921aa60 100644
--- a/source/gl/cui/uiconfig/ui.po
+++ b/source/gl/cui/uiconfig/ui.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-02-13 17:14+0100\n"
-"PO-Revision-Date: 2014-03-03 09:04+0000\n"
-"Last-Translator: Adolfo <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2014-05-06 17:54+0000\n"
+"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: none\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: Pootle 2.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1393837490.0\n"
+"X-POOTLE-MTIME: 1399398870.000000\n"
#: aboutconfigdialog.ui
msgctxt ""
@@ -788,7 +788,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Auto_Fit"
-msgstr "Axuste automático"
+msgstr "Axuste _automático"
#: areatabpage.ui
msgctxt ""
@@ -3326,7 +3326,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Change _Icon..."
-msgstr "Mudar _icona…"
+msgstr "Mudar _icona..."
#: customize.ui
msgctxt ""
@@ -3488,7 +3488,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Guide _overhang"
-msgstr "Proxección da guía"
+msgstr "Pr_oxección da guía"
#: dimensionlinestabpage.ui
msgctxt ""
@@ -4712,7 +4712,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Search ..."
-msgstr "Buscar…"
+msgstr "Buscar..."
#: insertoleobject.ui
msgctxt ""
@@ -4838,7 +4838,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "A_ssigned folders and archives"
-msgstr "Cartafoles e ficheiros atribuídos"
+msgstr "Cartafole_s e ficheiros atribuídos"
#: javaclasspathdialog.ui
msgctxt ""
@@ -4883,7 +4883,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Java start _parameter"
-msgstr "Parámetro de inicio de Java"
+msgstr "_Parámetro de inicio de Java"
#: javastartparametersdialog.ui
msgctxt ""
@@ -4964,7 +4964,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Arrow Styles"
-msgstr "Estilos de frecha:"
+msgstr "Estilos de frecha"
#: lineendstabpage.ui
msgctxt ""
@@ -7025,7 +7025,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Western characters only"
-msgstr "Só caracteres occidentais"
+msgstr "Só caracteres _occidentais"
#: optasianpage.ui
msgctxt ""
@@ -7061,7 +7061,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Compress punctuation only"
-msgstr "Comprimir só a puntuación"
+msgstr "_Comprimir só a puntuación"
#: optasianpage.ui
msgctxt ""
@@ -7421,7 +7421,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Sending documents as e-mail attachments"
-msgstr "Enviando documentos como anexos de correo electrónico"
+msgstr "Envío de documentos como anexos de correo electrónico"
#: optfltrembedpage.ui
msgctxt ""
@@ -7430,7 +7430,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "[L]: Load and convert the object"
-msgstr "[c]: cargar e converter o obxecto"
+msgstr "[C]: Cargar e converter o obxecto"
#: optfltrembedpage.ui
msgctxt ""
@@ -7439,7 +7439,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "[S]: Convert and save the object"
-msgstr "[s]: converter e gardar o obxecto"
+msgstr "[s]: Converter e gardar o obxecto"
#: optfltrembedpage.ui
msgctxt ""
@@ -8213,7 +8213,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Default currency"
-msgstr "Moeda pre_determinada"
+msgstr "Moeda pre_determinada"
#: optlanguagespage.ui
msgctxt ""
@@ -8222,7 +8222,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Date acceptance _patterns"
-msgstr "Patróns aceptados de datas"
+msgstr "_Patróns aceptados de datas"
#: optlanguagespage.ui
msgctxt ""
@@ -8258,7 +8258,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Complex _text layout (CTL)"
-msgstr "Deseño de texto complexo (CTL)"
+msgstr "Deseño de _texto complexo (CTL)"
#: optlanguagespage.ui
msgctxt ""
@@ -11726,7 +11726,7 @@ msgctxt ""
"secondary_text\n"
"string.text"
msgid "Please choose another name."
-msgstr "Escolla outro nome"
+msgstr "Escolla outro nome."
#: querynoloadedfiledialog.ui
msgctxt ""
diff --git a/source/gl/desktop/source/deployment/gui.po b/source/gl/desktop/source/deployment/gui.po
index 9cf9f0e3f7d..f60473cba87 100644
--- a/source/gl/desktop/source/deployment/gui.po
+++ b/source/gl/desktop/source/deployment/gui.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-06-08 20:06+0000\n"
-"Last-Translator: Antón <meixome@certima.net>\n"
+"PO-Revision-Date: 2014-05-07 07:32+0000\n"
+"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.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: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1370722009.0\n"
+"X-POOTLE-MTIME: 1399447931.000000\n"
#: dp_gui_dependencydialog.src
msgctxt ""
@@ -802,7 +802,7 @@ msgid ""
"Click 'Cancel' to stop the installation."
msgstr ""
"Está a piques de instalar a versión $NEW da extensión «$NAME».\n"
-"A versión máis recente $DEPLOYED xa está instalada.\n"
+"A versión máis recente, $DEPLOYED, xa está instalada.\n"
"Prema «Aceptar» para substituír a extensión instalada.\n"
"Prema «Cancelar» para deter a instalación."
diff --git a/source/gl/sc/source/ui/src.po b/source/gl/sc/source/ui/src.po
index c62b0b8f6d0..77e40d4b149 100644
--- a/source/gl/sc/source/ui/src.po
+++ b/source/gl/sc/source/ui/src.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-01-17 15:06+0100\n"
-"PO-Revision-Date: 2014-01-20 16:59+0000\n"
-"Last-Translator: Antón <meixome@certima.net>\n"
+"POT-Creation-Date: 2014-01-06 15:02+0100\n"
+"PO-Revision-Date: 2014-05-06 18:05+0000\n"
+"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.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: Pootle 2.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1390237173.0\n"
+"X-POOTLE-MTIME: 1399399538.000000\n"
#: autofmt.src
msgctxt ""
@@ -22045,7 +22045,7 @@ msgctxt ""
"7\n"
"string.text"
msgid "Thousands separator. If 0 or omitted the locale group separator is used else the separator is suppressed."
-msgstr "Separador de millares. Se 0 ou se omite, utilizarase o separador local de agrupamento se non, suprimirase. "
+msgstr "Separador de millares. Se 0 ou se omite, utilizarase o separador local de agrupamento se non, suprimirase."
#: scfuncs.src
msgctxt ""
diff --git a/source/gl/sc/uiconfig/scalc/ui.po b/source/gl/sc/uiconfig/scalc/ui.po
index 44f99c57223..5417a84f611 100644
--- a/source/gl/sc/uiconfig/scalc/ui.po
+++ b/source/gl/sc/uiconfig/scalc/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:15+0100\n"
-"PO-Revision-Date: 2014-04-04 19:58+0000\n"
-"Last-Translator: Antón <meixome@certima.net>\n"
+"PO-Revision-Date: 2014-05-06 18:05+0000\n"
+"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: none\n"
"Language: gl\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: 1396641522.000000\n"
+"X-POOTLE-MTIME: 1399399549.000000\n"
#: advancedfilterdialog.ui
msgctxt ""
@@ -2927,7 +2927,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Interval"
-msgstr "Intervalo "
+msgstr "Intervalo"
#: movingaveragedialog.ui
msgctxt ""
diff --git a/source/gl/scp2/source/impress.po b/source/gl/scp2/source/impress.po
index cd3d36a5329..a59376a8978 100644
--- a/source/gl/scp2/source/impress.po
+++ b/source/gl/scp2/source/impress.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-01-17 15:06+0100\n"
-"PO-Revision-Date: 2014-01-14 20:04+0000\n"
-"Last-Translator: Antón <meixome@certima.net>\n"
+"POT-Creation-Date: 2013-11-20 13:01+0100\n"
+"PO-Revision-Date: 2014-05-06 18:06+0000\n"
+"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.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: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1389729877.0\n"
+"X-POOTLE-MTIME: 1399399562.000000\n"
#: folderitem_impress.ulf
msgctxt ""
@@ -190,7 +190,7 @@ msgctxt ""
"STR_REG_VAL_UNIFORM_OFFICE_FORMAT_PRESENTATION\n"
"LngText.text"
msgid "Uniform Office Format Presentation"
-msgstr "Presentación Uniform Office Format "
+msgstr "Presentación Uniform Office Format"
#: registryitem_impress.ulf
msgctxt ""
diff --git a/source/gl/scp2/source/writer.po b/source/gl/scp2/source/writer.po
index 54158104654..452f3fe446a 100644
--- a/source/gl/scp2/source/writer.po
+++ b/source/gl/scp2/source/writer.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-01-17 15:06+0100\n"
-"PO-Revision-Date: 2014-01-14 20:14+0000\n"
-"Last-Translator: Antón <meixome@certima.net>\n"
+"POT-Creation-Date: 2013-11-20 13:01+0100\n"
+"PO-Revision-Date: 2014-05-06 18:06+0000\n"
+"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.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: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1389730485.0\n"
+"X-POOTLE-MTIME: 1399399573.000000\n"
#: folderitem_writer.ulf
msgctxt ""
@@ -54,7 +54,7 @@ msgctxt ""
"STR_DESC_MODULE_PRG_WRT\n"
"LngText.text"
msgid "Create and edit text and images in letters, reports, documents and Web pages by using %PRODUCTNAME Writer."
-msgstr "Crear e editar texto e imaxes en cartas, informes, documentos e páxinas de web utilizando %PRODUCTNAME "
+msgstr "Crear e editar texto e imaxes en cartas, informes, documentos e páxinas de web utilizando %PRODUCTNAME."
#: module_writer.ulf
msgctxt ""
diff --git a/source/hr/scp2/source/accessories.po b/source/hr/scp2/source/accessories.po
index 54ae25e8548..72a78afe0d5 100644
--- a/source/hr/scp2/source/accessories.po
+++ b/source/hr/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: 2014-01-17 15:06+0100\n"
-"PO-Revision-Date: 2014-01-14 19:21+0000\n"
+"POT-Creation-Date: 2013-11-20 13:01+0100\n"
+"PO-Revision-Date: 2014-05-10 05:25+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: 1389727262.0\n"
+"X-POOTLE-MTIME: 1399699533.000000\n"
#: module_accessories.ulf
msgctxt ""
@@ -1334,7 +1334,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_GA\n"
"LngText.text"
msgid "Irish"
-msgstr "Isrki"
+msgstr "Irski"
#: module_samples_accessories.ulf
msgctxt ""
@@ -3110,7 +3110,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_GA\n"
"LngText.text"
msgid "Irish"
-msgstr "Isrki"
+msgstr "Irski"
#: module_templates_accessories.ulf
msgctxt ""
diff --git a/source/hr/scp2/source/ooo.po b/source/hr/scp2/source/ooo.po
index 375356e631a..d9cdcc119c7 100644
--- a/source/hr/scp2/source/ooo.po
+++ b/source/hr/scp2/source/ooo.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-12-17 14:13+0100\n"
-"PO-Revision-Date: 2014-02-15 20:11+0000\n"
-"Last-Translator: Krunoslav <kruno0407@gmail.com>\n"
+"PO-Revision-Date: 2014-05-10 05:25+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: Pootle 2.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1392495086.0\n"
+"X-POOTLE-MTIME: 1399699540.000000\n"
#: folderitem_ooo.ulf
msgctxt ""
@@ -1086,7 +1086,7 @@ msgctxt ""
"STR_NAME_MODULE_HELPPACK_GA\n"
"LngText.text"
msgid "Irish"
-msgstr "Isrki"
+msgstr "Irski"
#: module_helppack.ulf
msgctxt ""
@@ -2862,7 +2862,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_GA\n"
"LngText.text"
msgid "Irish"
-msgstr "Isrki"
+msgstr "Irski"
#: module_langpack.ulf
msgctxt ""
diff --git a/source/hr/svtools/source/misc.po b/source/hr/svtools/source/misc.po
index 529dbc620d7..05638cd07a9 100644
--- a/source/hr/svtools/source/misc.po
+++ b/source/hr/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-13 20:36+0000\n"
+"POT-Creation-Date: 2014-01-03 16:24+0100\n"
+"PO-Revision-Date: 2014-05-10 05:25+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: 1389645398.0\n"
+"X-POOTLE-MTIME: 1399699543.000000\n"
#: imagemgr.src
msgctxt ""
@@ -2256,7 +2256,7 @@ msgctxt ""
"LANGUAGE_GAELIC_IRELAND\n"
"pairedlist.text"
msgid "Irish"
-msgstr "Isrki"
+msgstr "Irski"
#: langtab.src
msgctxt ""
diff --git a/source/hr/svx/source/unodialogs/textconversiondlgs.po b/source/hr/svx/source/unodialogs/textconversiondlgs.po
index 959047e308f..448f648c57a 100644
--- a/source/hr/svx/source/unodialogs/textconversiondlgs.po
+++ b/source/hr/svx/source/unodialogs/textconversiondlgs.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-06-16 19:37+0000\n"
+"PO-Revision-Date: 2014-05-16 11:57+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: 1371411440.0\n"
+"X-POOTLE-MTIME: 1400241437.000000\n"
#: chinese_dictionarydialog.src
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"RB_TO_SIMPLIFIED\n"
"radiobutton.text"
msgid "~Traditional Chinese to simplified Chinese"
-msgstr ""
+msgstr "~Tradicionalni kineski u pojednostavljeni kineski"
#: chinese_dictionarydialog.src
msgctxt ""
@@ -32,7 +32,7 @@ msgctxt ""
"RB_TO_TRADITIONAL\n"
"radiobutton.text"
msgid "~Simplified Chinese to traditional Chinese"
-msgstr ""
+msgstr "Pojedno~stavljeni kineski u tradicionalni kineski"
#: chinese_dictionarydialog.src
msgctxt ""
diff --git a/source/hu/cui/uiconfig/ui.po b/source/hu/cui/uiconfig/ui.po
index 09598a3d414..1c6f3dbb5bb 100644
--- a/source/hu/cui/uiconfig/ui.po
+++ b/source/hu/cui/uiconfig/ui.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-02-13 17:14+0100\n"
-"PO-Revision-Date: 2014-02-14 13:10+0000\n"
-"Last-Translator: Andras <timar74@gmail.com>\n"
+"PO-Revision-Date: 2014-05-07 19:25+0000\n"
+"Last-Translator: Gábor <kelemeng@gnome.hu>\n"
"Language-Team: Hungarian <openscope at gmail dot com>\n"
"Language: hu\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: 1392383442.0\n"
+"X-POOTLE-MTIME: 1399490749.000000\n"
#: aboutconfigdialog.ui
msgctxt ""
@@ -5882,7 +5882,7 @@ msgctxt ""
"5\n"
"stringlist.text"
msgid "Date"
-msgstr "dátum"
+msgstr "Dátum"
#: numberingformatpage.ui
msgctxt ""
@@ -5909,7 +5909,7 @@ msgctxt ""
"8\n"
"stringlist.text"
msgid "Fraction"
-msgstr "tört_nevező"
+msgstr "Tört"
#: numberingformatpage.ui
msgctxt ""
diff --git a/source/hu/sw/source/ui/inc.po b/source/hu/sw/source/ui/inc.po
index 2bd644c3705..6a89f9b9113 100644
--- a/source/hu/sw/source/ui/inc.po
+++ b/source/hu/sw/source/ui/inc.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-02-13 17:13+0100\n"
-"PO-Revision-Date: 2014-01-23 01:48+0000\n"
-"Last-Translator: Gábor <kelemeng@gnome.hu>\n"
+"PO-Revision-Date: 2014-05-16 13:03+0000\n"
+"Last-Translator: Andras <timar74@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: hu\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: 1390441723.0\n"
+"X-POOTLE-MTIME: 1400245412.000000\n"
#: redline_tmpl.hrc
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"FN_REDLINE_ACCEPT_DIRECT\n"
"menuitem.text"
msgid "Accept Change"
-msgstr ""
+msgstr "Módosítás elfogadása"
#: redline_tmpl.hrc
msgctxt ""
@@ -32,7 +32,7 @@ msgctxt ""
"FN_REDLINE_REJECT_DIRECT\n"
"menuitem.text"
msgid "Reject Change"
-msgstr ""
+msgstr "Módosítás elvetése"
#: redline_tmpl.hrc
msgctxt ""
@@ -41,7 +41,7 @@ msgctxt ""
"FN_REDLINE_NEXT_CHANGE\n"
"menuitem.text"
msgid "Next Change"
-msgstr ""
+msgstr "Következő változás"
#: redline_tmpl.hrc
msgctxt ""
@@ -50,4 +50,4 @@ msgctxt ""
"FN_REDLINE_PREV_CHANGE\n"
"menuitem.text"
msgid "Previous Change"
-msgstr ""
+msgstr "Előző változás"
diff --git a/source/id/helpcontent2/source/text/sbasic/shared.po b/source/id/helpcontent2/source/text/sbasic/shared.po
index 197968e7118..dde3213020b 100644
--- a/source/id/helpcontent2/source/text/sbasic/shared.po
+++ b/source/id/helpcontent2/source/text/sbasic/shared.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2014-04-30 09:56+0000\n"
+"PO-Revision-Date: 2014-05-04 12:36+0000\n"
"Last-Translator: Andika <andika@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: id\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1398851817.000000\n"
+"X-POOTLE-MTIME: 1399206999.000000\n"
#: 00000002.xhp
msgctxt ""
@@ -7135,7 +7135,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "MsgBox Statement [Runtime]"
-msgstr "Input# Statement [Runtime]"
+msgstr ""
#: 03010101.xhp
msgctxt ""
@@ -7715,7 +7715,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Print Statement [Runtime]"
-msgstr "Input# Statement [Runtime]"
+msgstr ""
#: 03010103.xhp
msgctxt ""
@@ -8931,7 +8931,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Close Statement [Runtime]"
-msgstr "Input# Statement [Runtime]"
+msgstr ""
#: 03020101.xhp
msgctxt ""
@@ -9134,7 +9134,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Open Statement[Runtime]"
-msgstr "Input# Statement [Runtime]"
+msgstr ""
#: 03020103.xhp
msgctxt ""
@@ -9285,7 +9285,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Reset Statement [Runtime]"
-msgstr "Input# Statement [Runtime]"
+msgstr ""
#: 03020104.xhp
msgctxt ""
@@ -9372,7 +9372,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Get Statement [Runtime]"
-msgstr "Input# Statement [Runtime]"
+msgstr ""
#: 03020201.xhp
msgctxt ""
@@ -9576,7 +9576,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020202.xhp\" name=\"Input# Statement [Runtime]\">Input# Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03080101.xhp\" name=\"Fungsi Atn [Runtime]\">Fungsi Atn [Runtime]</link>"
+msgstr ""
#: 03020202.xhp
msgctxt ""
@@ -9716,7 +9716,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03020203.xhp\" name=\"Line Input # Statement [Runtime]\">Line Input # Statement [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03080101.xhp\" name=\"Fungsi Atn [Runtime]\">Fungsi Atn [Runtime]</link>"
+msgstr ""
#: 03020203.xhp
msgctxt ""
@@ -9814,7 +9814,7 @@ msgctxt ""
"tit\n"