# -*- 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_CustomTarget_CustomTarget,extras/source/autotext/user)) extras_AUTOTEXTUSER_AUTOTEXTS := \ mytexts \ extras_AUTOTEXTUSER_XMLFILES := \ mytexts/BlockList.xml \ mytexts/META-INF/manifest.xml \ extras_AUTOTEXTUSER_MIMETYPEFILES := \ mytexts/mimetype \ $(call gb_CustomTarget_get_target,extras/source/autotext/user) : \ $(foreach atexts,$(extras_AUTOTEXTUSER_AUTOTEXTS),$(call gb_CustomTarget_get_workdir,extras/source/autotext/user)/$(atexts).bau) $(call gb_CustomTarget_get_workdir,extras/source/autotext/user)/%/mimetype : $(SRCDIR)/extras/source/autotext/%/mimetype $(call gb_Output_announce,autotext/user/$*/mimetype,$(true),CPY,1) $(call gb_Trace_StartRange,autotext/user/$*/mimetype,CPY) cp $< $@ $(call gb_Trace_EndRange,autotext/user/$*/mimetype,CPY) $(call gb_CustomTarget_get_workdir,extras/source/autotext/user)/%.xml : $(SRCDIR)/extras/source/autotext/%.xml \ | $(call gb_ExternalExecutable_get_dependencies,xsltproc) $(call gb_Output_announce,autotext/user/$*.xml,$(true),XSL,1) $(call gb_Trace_StartRange,autotext/user/$*.xml,XSL) $(call gb_ExternalExecutable_get_command,xsltproc) --nonet -o $@ $(SRCDIR)/extras/util/compact.xsl $< $(call gb_Trace_EndRange,autotext/user/$*.xml,XSL) $(call gb_CustomTarget_get_workdir,extras/source/autotext/user)/%.bau : $(call gb_Output_announce,autotext/user/$*.bau,$(true),ZIP,2) $(call gb_Trace_StartRange,autotext/user/$*.bau,ZIP) $(call gb_Helper_abbreviate_dirs,\ cd $(EXTRAS_AUTOTEXTUSER_DIR) && \ zip -q0X --filesync --must-match $@ $(EXTRAS_AUTOTEXTUSER_MIMEFILES_FILTER) && \ zip -qrX --must-match $@ $(EXTRAS_AUTOTEXTUSER_XMLFILES_FILTER) \ ) $(call gb_Trace_EndRange,autotext/user/$*.bau,ZIP) define extras_Autotextuser_make_file_deps $(call gb_CustomTarget_get_workdir,$(1)/user)/$(2) : $(SRCDIR)/$(1)/$(2) \ | $(dir $(call gb_CustomTarget_get_workdir,$(1)/user)/$(2)).dir endef define extras_Autotextuser_make_zip_deps $(call gb_CustomTarget_get_workdir,$(1)/user)/$(2) : \ $(addprefix $(call gb_CustomTarget_get_workdir,$(1)/user)/,$(filter $(3)/%,$(extras_AUTOTEXTUSER_MIMETYPEFILES) $(extras_AUTOTEXTUSER_XMLFILES))) \ | $(dir $(call gb_CustomTarget_get_workdir,$(1)/user)/$(2)).dir $(call gb_CustomTarget_get_workdir,$(1)/user)/$(2) : \ EXTRAS_AUTOTEXTUSER_MIMEFILES_FILTER := $(foreach file,$(filter $(3)/%,$(extras_AUTOTEXTUSER_MIMETYPEFILES)),$(subst $(3)/,,$(file))) $(call gb_CustomTarget_get_workdir,$(1)/user)/$(2) : \ EXTRAS_AUTOTEXTUSER_XMLFILES_FILTER := $(foreach file,$(filter $(3)/%,$(extras_AUTOTEXTUSER_XMLFILES)),$(subst $(3)/,,$(file))) $(call gb_CustomTarget_get_workdir,$(1)/user)/$(2) : \ EXTRAS_AUTOTEXTUSER_DIR := $(call gb_CustomTarget_get_workdir,$(1)/user)/$(3) endef $(eval $(foreach file,$(extras_AUTOTEXTUSER_MIMETYPEFILES) $(extras_AUTOTEXTUSER_XMLFILES),\ $(call extras_Autotextuser_make_file_deps,extras/source/autotext,$(file)) \ )) $(eval $(foreach atexts,$(extras_AUTOTEXTUSER_AUTOTEXTS),\ $(call extras_Autotextuser_make_zip_deps,extras/source/autotext,$(atexts).bau,$(atexts)) \ )) # vim: set noet sw=4 ts=4: /nisz/libreoffice-7-0'>distro/nisz/libreoffice-7-0 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-11-10 22:03:02 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2015-11-10 22:16:00 +0100
commit4be4ef1047744aefb76f714402c34956429ad4f0 (patch)
tree8595b0a175f4a51bd90d83ce029d44599cbfd588 /source
parentb29df8cb3000f603cfedccd11de4ae5ad1373eed (diff)
update translations for master
and force-fix errors using pocheck Change-Id: I9407994b1931f2807645bd091474aac468b6efa9
Diffstat (limited to 'source')
-rw-r--r--source/am/chart2/uiconfig/ui.po12
-rw-r--r--source/am/cui/source/tabpages.po6
-rw-r--r--source/am/cui/uiconfig/ui.po12
-rw-r--r--source/am/dbaccess/source/ui/querydesign.po6
-rw-r--r--source/am/extensions/source/propctrlr.po6
-rw-r--r--source/am/extensions/uiconfig/sbibliography/ui.po14
-rw-r--r--source/am/helpcontent2/source/text/sbasic/shared.po6
-rw-r--r--source/am/helpcontent2/source/text/scalc/01.po8
-rw-r--r--source/am/helpcontent2/source/text/schart/01.po60
-rw-r--r--source/am/helpcontent2/source/text/sdraw/guide.po14
-rw-r--r--source/am/helpcontent2/source/text/shared.po14
-rw-r--r--source/am/helpcontent2/source/text/shared/00.po329
-rw-r--r--source/am/helpcontent2/source/text/shared/01.po104
-rw-r--r--source/am/helpcontent2/source/text/shared/02.po58
-rw-r--r--source/am/helpcontent2/source/text/shared/04.po154
-rw-r--r--source/am/helpcontent2/source/text/shared/05.po14
-rw-r--r--source/am/helpcontent2/source/text/shared/autopi.po8
-rw-r--r--source/am/helpcontent2/source/text/shared/explorer/database.po20
-rw-r--r--source/am/helpcontent2/source/text/simpress.po6
-rw-r--r--source/am/helpcontent2/source/text/simpress/01.po34
-rw-r--r--source/am/helpcontent2/source/text/simpress/02.po6
-rw-r--r--source/am/helpcontent2/source/text/simpress/guide.po76
-rw-r--r--source/am/helpcontent2/source/text/smath/01.po24
-rw-r--r--source/am/helpcontent2/source/text/smath/guide.po22
-rw-r--r--source/am/helpcontent2/source/text/swriter.po6
-rw-r--r--source/am/helpcontent2/source/text/swriter/01.po28
-rw-r--r--source/am/helpcontent2/source/text/swriter/02.po10
-rw-r--r--source/am/helpcontent2/source/text/swriter/guide.po6
-rw-r--r--source/am/instsetoo_native/inc_openoffice/windows/msi_languages.po8
-rw-r--r--source/am/librelogo/source/pythonpath.po14
-rw-r--r--source/am/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po16
-rw-r--r--source/am/nlpsolver/src/locale.po16
-rw-r--r--source/am/officecfg/registry/data/org/openoffice/Office.po12
-rw-r--r--source/am/officecfg/registry/data/org/openoffice/Office/UI.po59
-rw-r--r--source/am/reportdesign/source/ui/inspection.po8
-rw-r--r--source/am/sc/source/ui/drawfunc.po10
-rw-r--r--source/am/sc/source/ui/src.po32
-rw-r--r--source/am/sc/uiconfig/scalc/ui.po12
-rw-r--r--source/am/sd/source/ui/animations.po12
-rw-r--r--source/am/sd/source/ui/app.po34
-rw-r--r--source/am/sd/uiconfig/simpress/ui.po6
-rw-r--r--source/am/shell/source/win32/shlxthandler/res.po14
-rw-r--r--source/am/starmath/uiconfig/smath/ui.po10
-rw-r--r--source/am/svtools/source/dialogs.po6
-rw-r--r--source/am/svx/source/dialog.po8
-rw-r--r--source/am/svx/source/items.po12
-rw-r--r--source/am/svx/source/svdraw.po36
-rw-r--r--source/am/svx/source/toolbars.po14
-rw-r--r--source/am/svx/uiconfig/ui.po8
-rw-r--r--source/am/sw/source/core/undo.po8
-rw-r--r--source/am/sw/source/ui/docvw.po6
-rw-r--r--source/am/sw/source/ui/utlui.po24
-rw-r--r--source/am/sw/source/uibase/utlui.po6
-rw-r--r--source/am/sw/uiconfig/swriter/ui.po30
-rw-r--r--source/am/swext/mediawiki/help.po12
-rw-r--r--source/am/vcl/uiconfig/ui.po6
-rw-r--r--source/am/wizards/source/formwizard.po12
-rw-r--r--source/bg/instsetoo_native/inc_openoffice/windows/msi_languages.po8
-rw-r--r--source/br/formula/source/core/resource.po6
-rw-r--r--source/br/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/br/starmath/source.po10
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/cs/accessibility/source/helper.po6
-rw-r--r--source/cs/basic/source/classes.po66
-rw-r--r--source/cs/chart2/uiconfig/ui.po150
-rw-r--r--source/cs/cui/uiconfig/ui.po10
-rw-r--r--source/cs/extras/source/autocorr/emoji.po16
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/guide.po10
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/shared.po160
-rw-r--r--source/cs/helpcontent2/source/text/scalc/00.po20
-rw-r--r--source/cs/helpcontent2/source/text/scalc/01.po52
-rw-r--r--source/cs/helpcontent2/source/text/scalc/04.po10
-rw-r--r--source/cs/helpcontent2/source/text/scalc/guide.po46
-rw-r--r--source/cs/helpcontent2/source/text/schart/00.po22
-rw-r--r--source/cs/helpcontent2/source/text/schart/01.po10
-rw-r--r--source/cs/helpcontent2/source/text/sdraw/guide.po20
-rw-r--r--source/cs/helpcontent2/source/text/shared.po8
-rw-r--r--source/cs/helpcontent2/source/text/shared/00.po93
-rw-r--r--source/cs/helpcontent2/source/text/shared/01.po148
-rw-r--r--source/cs/helpcontent2/source/text/shared/02.po60
-rw-r--r--source/cs/helpcontent2/source/text/shared/04.po14
-rw-r--r--source/cs/helpcontent2/source/text/shared/05.po18
-rw-r--r--source/cs/helpcontent2/source/text/shared/explorer/database.po34
-rw-r--r--source/cs/helpcontent2/source/text/shared/guide.po102
-rw-r--r--source/cs/helpcontent2/source/text/shared/optionen.po135
-rw-r--r--source/cs/helpcontent2/source/text/simpress/00.po16
-rw-r--r--source/cs/helpcontent2/source/text/simpress/01.po17
-rw-r--r--source/cs/helpcontent2/source/text/simpress/02.po18
-rw-r--r--source/cs/helpcontent2/source/text/simpress/guide.po52
-rw-r--r--source/cs/helpcontent2/source/text/smath.po14
-rw-r--r--source/cs/helpcontent2/source/text/smath/00.po7
-rw-r--r--source/cs/helpcontent2/source/text/smath/01.po28
-rw-r--r--source/cs/helpcontent2/source/text/swriter.po16
-rw-r--r--source/cs/helpcontent2/source/text/swriter/00.po138
-rw-r--r--source/cs/helpcontent2/source/text/swriter/01.po86
-rw-r--r--source/cs/helpcontent2/source/text/swriter/02.po10
-rw-r--r--source/cs/helpcontent2/source/text/swriter/guide.po185
-rw-r--r--source/cs/helpcontent2/source/text/swriter/librelogo.po5
-rw-r--r--source/cs/instsetoo_native/inc_openoffice/windows/msi_languages.po10
-rw-r--r--source/cs/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/cs/officecfg/registry/data/org/openoffice/Office/UI.po481
-rw-r--r--source/cs/sc/source/ui/src.po61
-rw-r--r--source/cs/svtools/source/toolpanel.po8
-rw-r--r--source/cs/svx/inc.po10
-rw-r--r--source/cs/svx/source/svdraw.po12
-rw-r--r--source/cs/svx/uiconfig/ui.po66
-rw-r--r--source/cs/sw/source/ui/app.po22
-rw-r--r--source/cs/sw/uiconfig/swriter/ui.po48
-rw-r--r--source/cy/cui/uiconfig/ui.po10
-rw-r--r--source/cy/filter/source/config/fragments/filters.po20
-rw-r--r--source/cy/filter/source/config/fragments/types.po10
-rw-r--r--source/cy/filter/source/pdf.po14
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice/Office.po22
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice/Office/UI.po20
-rw-r--r--source/cy/scp2/source/impress.po18
-rw-r--r--source/cy/sd/source/ui/accessibility.po54
-rw-r--r--source/cy/sd/source/ui/app.po14
-rw-r--r--source/cy/sd/source/ui/view.po6
-rw-r--r--source/cy/sd/uiconfig/simpress/ui.po6
-rw-r--r--source/cy/sfx2/source/doc.po10
-rw-r--r--source/cy/svl/source/misc.po18
-rw-r--r--source/cy/svtools/source/misc.po16
-rw-r--r--source/cy/svx/source/dialog.po10
-rw-r--r--source/cy/svx/source/gallery2.po10
-rw-r--r--source/cy/sysui/desktop/share.po14
-rw-r--r--source/da/helpcontent2/source/text/scalc/01.po8
-rw-r--r--source/da/helpcontent2/source/text/swriter/00.po8
-rw-r--r--source/de/helpcontent2/source/text/scalc/01.po12
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/de/readlicense_oo/docs.po12
-rw-r--r--source/de/scaddins/source/analysis.po12
-rw-r--r--source/eo/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--source/eo/helpcontent2/source/text/simpress/guide.po16
-rw-r--r--source/es/avmedia/source/viewer.po12
-rw-r--r--source/es/extras/source/autocorr/emoji.po10
-rw-r--r--source/es/formula/source/core/resource.po6
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared.po30
-rw-r--r--source/es/helpcontent2/source/text/scalc/01.po114
-rw-r--r--source/es/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/es/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/et/basic/source/classes.po120
-rw-r--r--source/et/chart2/uiconfig/ui.po114
-rw-r--r--source/et/cui/uiconfig/ui.po10
-rw-r--r--source/et/dbaccess/source/ui/dlg.po2
-rw-r--r--source/et/desktop/uiconfig/ui.po1
-rw-r--r--source/et/extras/source/autocorr/emoji.po36
-rw-r--r--source/et/filter/source/config/fragments/filters.po3
-rw-r--r--source/et/fpicker/source/office.po10
-rw-r--r--source/et/fpicker/uiconfig/ui.po19
-rw-r--r--source/et/framework/source/classes.po6
-rw-r--r--source/et/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/et/officecfg/registry/data/org/openoffice/Office/UI.po269
-rw-r--r--source/et/readlicense_oo/docs.po7
-rw-r--r--source/et/sc/source/ui/src.po48
-rw-r--r--source/et/sc/uiconfig/scalc/ui.po9
-rw-r--r--source/et/sd/source/ui/view.po2
-rw-r--r--source/et/sfx2/source/sidebar.po2
-rw-r--r--source/et/sfx2/uiconfig/ui.po20
-rw-r--r--source/et/svtools/source/dialogs.po2
-rw-r--r--source/et/svtools/source/misc.po14
-rw-r--r--source/et/svtools/uiconfig/ui.po16
-rw-r--r--source/et/svx/inc.po4
-rw-r--r--source/et/svx/source/svdraw.po6
-rw-r--r--source/et/svx/uiconfig/ui.po36
-rw-r--r--source/et/sw/source/ui/app.po12
-rw-r--r--source/et/sw/source/ui/dochdl.po4
-rw-r--r--source/et/sw/uiconfig/swriter/ui.po51
-rw-r--r--source/fr/cui/uiconfig/ui.po6
-rw-r--r--source/fr/helpcontent2/source/text/scalc/01.po17
-rw-r--r--source/fr/helpcontent2/source/text/schart/01.po18
-rw-r--r--source/fr/helpcontent2/source/text/schart/02.po13
-rw-r--r--source/fr/helpcontent2/source/text/shared/02.po6
-rw-r--r--source/fr/helpcontent2/source/text/shared/04.po12
-rw-r--r--source/fr/helpcontent2/source/text/shared/05.po18
-rw-r--r--source/fr/helpcontent2/source/text/shared/autopi.po42
-rw-r--r--source/fr/helpcontent2/source/text/shared/explorer/database.po26
-rw-r--r--source/fr/helpcontent2/source/text/shared/optionen.po110
-rw-r--r--source/fr/helpcontent2/source/text/simpress/02.po6
-rw-r--r--source/fr/helpcontent2/source/text/simpress/guide.po12
-rw-r--r--source/fr/readlicense_oo/docs.po12
-rw-r--r--source/fr/sc/source/ui/src.po98
-rw-r--r--source/fr/sc/uiconfig/scalc/ui.po6
-rw-r--r--source/fr/svx/source/dialog.po12
-rw-r--r--source/fr/sw/uiconfig/swriter/ui.po12
-rw-r--r--source/fr/uui/uiconfig/ui.po6
-rw-r--r--source/gl/helpcontent2/source/auxiliary.po12
-rw-r--r--source/gl/helpcontent2/source/text/shared.po10
-rw-r--r--source/gl/helpcontent2/source/text/simpress.po12
-rw-r--r--source/gl/helpcontent2/source/text/smath.po16
-rw-r--r--source/gug/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/gug/sfx2/uiconfig/ui.po6
-rw-r--r--source/id/svx/inc.po8
-rw-r--r--source/id/svx/source/dialog.po67
-rw-r--r--source/id/svx/source/items.po14
-rw-r--r--source/id/svx/source/stbctrls.po28
-rw-r--r--source/id/svx/source/svdraw.po10
-rw-r--r--source/id/svx/source/tbxctrls.po8
-rw-r--r--source/id/svx/uiconfig/ui.po54
-rw-r--r--source/is/cui/uiconfig/ui.po6
-rw-r--r--source/is/desktop/source/deployment/unopkg.po11
-rw-r--r--source/is/helpcontent2/source/text/scalc.po14
-rw-r--r--source/is/helpcontent2/source/text/schart.po13
-rw-r--r--source/is/helpcontent2/source/text/schart/00.po50
-rw-r--r--source/is/helpcontent2/source/text/schart/01.po32
-rw-r--r--source/is/helpcontent2/source/text/sdraw.po14
-rw-r--r--source/is/helpcontent2/source/text/shared.po140
-rw-r--r--source/is/helpcontent2/source/text/shared/01.po447
-rw-r--r--source/is/helpcontent2/source/text/shared/02.po80
-rw-r--r--source/is/helpcontent2/source/text/shared/05.po76
-rw-r--r--source/is/helpcontent2/source/text/shared/guide.po100
-rw-r--r--source/is/helpcontent2/source/text/shared/optionen.po44
-rw-r--r--source/is/helpcontent2/source/text/simpress.po10
-rw-r--r--source/is/helpcontent2/source/text/simpress/00.po45
-rw-r--r--source/is/helpcontent2/source/text/smath.po8
-rw-r--r--source/is/helpcontent2/source/text/smath/00.po9
-rw-r--r--source/is/helpcontent2/source/text/smath/01.po56
-rw-r--r--source/is/helpcontent2/source/text/swriter.po6
-rw-r--r--source/is/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po26
-rw-r--r--source/is/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/is/officecfg/registry/data/org/openoffice/Office/UI.po12
-rw-r--r--source/is/reportdesign/source/ui/dlg.po2
-rw-r--r--source/is/sc/uiconfig/scalc/ui.po20
-rw-r--r--source/is/sfx2/uiconfig/ui.po12
-rw-r--r--source/is/sw/uiconfig/swriter/ui.po24
-rw-r--r--source/it/cui/uiconfig/ui.po8
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/guide.po8
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/shared.po18
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/shared/01.po16
-rw-r--r--source/ja/helpcontent2/source/text/sbasic/shared/02.po8
-rw-r--r--source/ja/helpcontent2/source/text/scalc/00.po22
-rw-r--r--source/ja/helpcontent2/source/text/scalc/01.po33
-rw-r--r--source/ja/helpcontent2/source/text/shared/guide.po8
-rw-r--r--source/ja/helpcontent2/source/text/shared/optionen.po10
-rw-r--r--source/ja/helpcontent2/source/text/swriter/guide.po12
-rw-r--r--source/ja/wizards/source/formwizard.po6
-rw-r--r--source/kk/dbaccess/uiconfig/ui.po10
-rw-r--r--source/kk/readlicense_oo/docs.po6
-rw-r--r--source/kk/wizards/source/formwizard.po10
-rw-r--r--source/ko/sd/source/core.po30
-rw-r--r--source/ko/sd/source/ui/accessibility.po85
-rw-r--r--source/ko/sd/source/ui/animations.po14
-rw-r--r--source/ko/sd/source/ui/annotations.po17
-rw-r--r--source/ko/sd/source/ui/app.po105
-rw-r--r--source/ko/sd/source/ui/slideshow.po13
-rw-r--r--source/ko/sd/uiconfig/sdraw/ui.po164
-rw-r--r--source/ko/sd/uiconfig/simpress/ui.po777
-rw-r--r--source/ko/sfx2/source/appl.po30
-rw-r--r--source/ko/sfx2/source/control.po10
-rw-r--r--source/ko/sfx2/source/dialog.po12
-rw-r--r--source/ko/sfx2/source/doc.po12
-rw-r--r--source/ko/sfx2/source/sidebar.po4
-rw-r--r--source/ko/sfx2/source/view.po13
-rw-r--r--source/ko/sfx2/uiconfig/ui.po119
-rw-r--r--source/ko/sw/source/core/undo.po10
-rw-r--r--source/ko/sw/source/ui/app.po12
-rw-r--r--source/ko/sw/source/ui/shells.po10
-rw-r--r--source/ko/sw/source/uibase/dbui.po26
-rw-r--r--source/ko/sw/source/uibase/dialog.po20
-rw-r--r--source/ko/sw/source/uibase/docvw.po122
-rw-r--r--source/ko/sw/source/uibase/inc.po18
-rw-r--r--source/ko/sw/source/uibase/lingu.po42
-rw-r--r--source/ko/sw/source/uibase/misc.po24
-rw-r--r--source/ko/sw/source/uibase/ribbar.po204
-rw-r--r--source/ko/sw/source/uibase/smartmenu.po12
-rw-r--r--source/ko/sw/source/uibase/uiview.po56
-rw-r--r--source/ko/sw/source/uibase/utlui.po500
-rw-r--r--source/ko/sw/source/uibase/wrtsh.po22
-rw-r--r--source/ko/sw/uiconfig/swriter/ui.po53
-rw-r--r--source/lv/officecfg/registry/data/org/openoffice/Office/UI.po40
-rw-r--r--source/lv/svx/source/svdraw.po8
-rw-r--r--source/lv/svx/uiconfig/ui.po28
-rw-r--r--source/nb/sfx2/uiconfig/ui.po8
-rw-r--r--source/nn/formula/source/core/resource.po6
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/guide.po12
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared.po58
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared/02.po8
-rw-r--r--source/nn/helpcontent2/source/text/scalc.po8
-rw-r--r--source/nn/helpcontent2/source/text/scalc/00.po6
-rw-r--r--source/nn/helpcontent2/source/text/scalc/01.po64
-rw-r--r--source/nn/helpcontent2/source/text/scalc/guide.po18
-rw-r--r--source/nn/helpcontent2/source/text/schart.po6
-rw-r--r--source/nn/helpcontent2/source/text/shared/00.po10
-rw-r--r--source/nn/helpcontent2/source/text/shared/01.po52
-rw-r--r--source/nn/helpcontent2/source/text/shared/02.po24
-rw-r--r--source/nn/helpcontent2/source/text/shared/explorer/database.po10
-rw-r--r--source/nn/helpcontent2/source/text/shared/guide.po10
-rw-r--r--source/nn/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/nn/helpcontent2/source/text/swriter/00.po12
-rw-r--r--source/nn/helpcontent2/source/text/swriter/01.po14
-rw-r--r--source/nn/helpcontent2/source/text/swriter/guide.po10
-rw-r--r--source/nn/helpcontent2/source/text/swriter/librelogo.po6
-rw-r--r--source/nn/sc/source/ui/drawfunc.po8
-rw-r--r--source/nn/sw/source/ui/app.po6
-rw-r--r--source/nn/sw/uiconfig/swriter/ui.po6
-rw-r--r--source/oc/basic/source/classes.po192
-rw-r--r--source/oc/chart2/uiconfig/ui.po144
-rw-r--r--source/oc/cui/source/tabpages.po6
-rw-r--r--source/oc/cui/uiconfig/ui.po6
-rw-r--r--source/oc/dbaccess/source/ui/dlg.po6
-rw-r--r--source/oc/desktop/source/app.po12
-rw-r--r--source/oc/desktop/source/deployment/unopkg.po12
-rw-r--r--source/oc/desktop/uiconfig/ui.po9
-rw-r--r--source/oc/extras/source/autocorr/emoji.po1600
-rw-r--r--source/oc/filter/source/config/fragments/filters.po21
-rw-r--r--source/oc/formula/source/core/resource.po24
-rw-r--r--source/oc/fpicker/uiconfig/ui.po25
-rw-r--r--source/oc/framework/source/classes.po10
-rw-r--r--source/oc/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/oc/officecfg/registry/data/org/openoffice/Office/UI.po80
-rw-r--r--source/oc/readlicense_oo/docs.po7
-rw-r--r--source/oc/reportdesign/uiconfig/dbreport/ui.po6
-rw-r--r--source/oc/sc/source/ui/sidebar.po6
-rw-r--r--source/oc/sc/source/ui/src.po90
-rw-r--r--source/oc/sc/uiconfig/scalc/ui.po13
-rw-r--r--source/oc/scaddins/source/analysis.po4
-rw-r--r--source/oc/scaddins/source/pricing.po8
-rw-r--r--source/oc/sd/source/ui/app.po6
-rw-r--r--source/oc/sd/uiconfig/sdraw/ui.po8
-rw-r--r--source/oc/sfx2/uiconfig/ui.po10
-rw-r--r--source/oc/starmath/source.po36
-rw-r--r--source/oc/svtools/source/misc.po16
-rw-r--r--source/oc/svtools/uiconfig/ui.po6
-rw-r--r--source/oc/svx/source/src.po12
-rw-r--r--source/oc/uui/source.po10
-rw-r--r--source/pt-BR/cui/uiconfig/ui.po8
-rw-r--r--source/pt-BR/extensions/source/propctrlr.po12
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/01.po6
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/01.po10
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/guide.po12
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/optionen.po10
-rw-r--r--source/pt-BR/helpcontent2/source/text/smath/guide.po6
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter.po28
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/00.po26
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/01.po34
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/guide.po26
-rw-r--r--source/pt-BR/officecfg/registry/data/org/openoffice/Office/UI.po38
-rw-r--r--source/pt-BR/sc/source/ui/src.po6
-rw-r--r--source/pt-BR/sc/uiconfig/scalc/ui.po8
-rw-r--r--source/pt-BR/svx/inc.po8
-rw-r--r--source/pt-BR/svx/source/core.po12
-rw-r--r--source/pt-BR/svx/source/svdraw.po6
-rw-r--r--source/pt-BR/svx/uiconfig/ui.po8
-rw-r--r--source/pt-BR/sw/source/ui/app.po26
-rw-r--r--source/pt-BR/sw/source/uibase/utlui.po22
-rw-r--r--source/pt-BR/sw/uiconfig/swriter/ui.po20
-rw-r--r--source/pt/basic/source/classes.po6
-rw-r--r--source/pt/cui/source/customize.po8
-rw-r--r--source/pt/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/pt/uui/uiconfig/ui.po6
-rw-r--r--source/ro/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/ro/sw/uiconfig/swriter/ui.po8
-rw-r--r--source/ru/chart2/uiconfig/ui.po64
-rw-r--r--source/ru/dbaccess/source/ui/dlg.po2
-rw-r--r--source/ru/desktop/uiconfig/ui.po1
-rw-r--r--source/ru/filter/source/config/fragments/filters.po1
-rw-r--r--source/ru/helpcontent2/source/text/sbasic/guide.po10
-rw-r--r--source/ru/helpcontent2/source/text/scalc/00.po19
-rw-r--r--source/ru/helpcontent2/source/text/scalc/01.po23
-rw-r--r--source/ru/helpcontent2/source/text/scalc/02.po11
-rw-r--r--source/ru/helpcontent2/source/text/scalc/05.po14
-rw-r--r--source/ru/helpcontent2/source/text/scalc/guide.po12
-rw-r--r--source/ru/helpcontent2/source/text/shared/00.po5
-rw-r--r--source/ru/helpcontent2/source/text/shared/01.po8
-rw-r--r--source/ru/helpcontent2/source/text/shared/02.po16
-rw-r--r--source/ru/helpcontent2/source/text/shared/autopi.po14
-rw-r--r--source/ru/helpcontent2/source/text/shared/explorer/database.po14
-rw-r--r--source/ru/helpcontent2/source/text/simpress/01.po3
-rw-r--r--source/ru/helpcontent2/source/text/simpress/02.po12
-rw-r--r--source/ru/helpcontent2/source/text/smath.po5
-rw-r--r--source/ru/helpcontent2/source/text/smath/01.po2
-rw-r--r--source/ru/helpcontent2/source/text/swriter/01.po22
-rw-r--r--source/ru/helpcontent2/source/text/swriter/guide.po4
-rw-r--r--source/ru/officecfg/registry/data/org/openoffice/Office/UI.po110
-rw-r--r--source/ru/readlicense_oo/docs.po7
-rw-r--r--source/ru/sc/source/ui/src.po60
-rw-r--r--source/ru/sd/source/ui/view.po4
-rw-r--r--source/ru/sfx2/uiconfig/ui.po8
-rw-r--r--source/ru/svtools/source/misc.po1
-rw-r--r--source/ru/svtools/uiconfig/ui.po18
-rw-r--r--source/ru/svx/inc.po4
-rw-r--r--source/ru/sw/source/ui/app.po10
-rw-r--r--source/ru/sw/source/ui/dochdl.po6
-rw-r--r--source/sk/cui/uiconfig/ui.po8
-rw-r--r--source/sk/editeng/source/items.po12
-rw-r--r--source/sk/extras/source/autocorr/emoji.po16
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office/UI.po62
-rw-r--r--source/sk/sfx2/source/sidebar.po6
-rw-r--r--source/sk/sw/uiconfig/swriter/ui.po8
-rw-r--r--source/sq/helpcontent2/source/text/sbasic/shared.po12
-rw-r--r--source/sq/helpcontent2/source/text/scalc/01.po396
-rw-r--r--source/sq/helpcontent2/source/text/shared/00.po270
-rw-r--r--source/sq/helpcontent2/source/text/simpress/01.po12
-rw-r--r--source/sq/helpcontent2/source/text/swriter/guide.po9
-rw-r--r--source/sv/officecfg/registry/data/org/openoffice/Office/UI.po18
-rw-r--r--source/sv/sc/source/ui/src.po18
-rw-r--r--source/ta/chart2/uiconfig/ui.po20
-rw-r--r--source/ta/cui/source/customize.po12
-rw-r--r--source/ta/cui/uiconfig/ui.po166
-rw-r--r--source/ta/dbaccess/source/ui/browser.po12
-rw-r--r--source/ta/dbaccess/source/ui/dlg.po8
-rw-r--r--source/ta/dbaccess/source/ui/misc.po12
-rw-r--r--source/ta/dbaccess/uiconfig/ui.po6
-rw-r--r--source/ta/editeng/source/items.po20
-rw-r--r--source/ta/extensions/source/propctrlr.po6
-rw-r--r--source/ta/extensions/source/update/check.po61
-rw-r--r--source/ta/extras/source/autocorr/emoji.po446
-rw-r--r--source/ta/filter/source/config/fragments/filters.po34
-rw-r--r--source/ta/filter/source/config/fragments/types.po6
-rw-r--r--source/ta/filter/source/pdf.po14
-rw-r--r--source/ta/instsetoo_native/inc_openoffice/windows/msi_languages.po10
-rw-r--r--source/ta/officecfg/registry/data/org/openoffice/Office.po12
-rw-r--r--source/ta/officecfg/registry/data/org/openoffice/Office/UI.po122
-rw-r--r--source/ta/readlicense_oo/docs.po12
-rw-r--r--source/ta/reportdesign/source/ui/inspection.po14
-rw-r--r--source/ta/sc/source/ui/src.po36
-rw-r--r--source/ta/sc/uiconfig/scalc/ui.po168
-rw-r--r--source/ta/scp2/source/activex.po13
-rw-r--r--source/ta/scp2/source/draw.po16
-rw-r--r--source/ta/scp2/source/winexplorerext.po12
-rw-r--r--source/ta/sd/source/core.po10
-rw-r--r--source/ta/sd/source/ui/app.po10
-rw-r--r--source/ta/sd/uiconfig/sdraw/ui.po8
-rw-r--r--source/ta/sd/uiconfig/simpress/ui.po18
-rw-r--r--source/ta/sfx2/source/doc.po10
-rw-r--r--source/ta/sfx2/uiconfig/ui.po30
-rw-r--r--source/ta/svtools/source/dialogs.po14
-rw-r--r--source/ta/svtools/source/misc.po6
-rw-r--r--source/ta/svx/source/dialog.po77
-rw-r--r--source/ta/svx/source/items.po6
-rw-r--r--source/ta/svx/source/svdraw.po20
-rw-r--r--source/ta/svx/source/tbxctrls.po6
-rw-r--r--source/ta/svx/uiconfig/ui.po57
-rw-r--r--source/ta/sw/source/core/undo.po8
-rw-r--r--source/ta/sw/source/ui/dbui.po8
-rw-r--r--source/ta/sw/source/ui/docvw.po18
-rw-r--r--source/ta/sw/source/ui/shells.po12
-rw-r--r--source/ta/sw/source/uibase/docvw.po28
-rw-r--r--source/ta/sw/source/uibase/utlui.po22
-rw-r--r--source/ta/sw/uiconfig/swriter/ui.po32
-rw-r--r--source/ta/sysui/desktop/share.po12
-rw-r--r--source/ta/wizards/source/formwizard.po20
-rw-r--r--source/ta/xmlsecurity/uiconfig/ui.po14
-rw-r--r--source/ug/accessibility/source/helper.po29
-rw-r--r--source/ug/avmedia/source/viewer.po12
-rw-r--r--source/ug/basctl/source/basicide.po12
-rw-r--r--source/ug/basctl/source/dlged.po13
-rw-r--r--source/ug/basctl/uiconfig/basicide/ui.po8
-rw-r--r--source/uk/basctl/uiconfig/basicide/ui.po10
-rw-r--r--source/uk/basic/source/classes.po8
-rw-r--r--source/uk/cui/uiconfig/ui.po14
-rw-r--r--source/uk/dbaccess/source/ui/querydesign.po12
-rw-r--r--source/uk/dbaccess/uiconfig/ui.po12
-rw-r--r--source/uk/framework/source/classes.po8
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/shared.po14
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/shared/02.po12
-rw-r--r--source/uk/helpcontent2/source/text/scalc/01.po26
-rw-r--r--source/uk/helpcontent2/source/text/sdraw.po12
-rw-r--r--source/uk/helpcontent2/source/text/shared/00.po10
-rw-r--r--source/uk/helpcontent2/source/text/shared/01.po8
-rw-r--r--source/uk/helpcontent2/source/text/shared/02.po10
-rw-r--r--source/uk/helpcontent2/source/text/shared/optionen.po22
-rw-r--r--source/uk/helpcontent2/source/text/simpress.po12
-rw-r--r--source/uk/helpcontent2/source/text/simpress/02.po6
-rw-r--r--source/uk/helpcontent2/source/text/swriter/01.po82
-rw-r--r--source/uk/helpcontent2/source/text/swriter/guide.po213
-rw-r--r--source/uk/sc/source/ui/src.po10
-rw-r--r--source/uk/sc/uiconfig/scalc/ui.po18
-rw-r--r--source/uk/sd/uiconfig/simpress/ui.po12
-rw-r--r--source/uk/sfx2/uiconfig/ui.po8
-rw-r--r--source/uk/svx/source/stbctrls.po10
-rw-r--r--source/uk/sw/source/uibase/utlui.po10
-rw-r--r--source/uk/sw/uiconfig/swriter/ui.po22
-rw-r--r--source/uk/wizards/source/template.po12
-rw-r--r--source/zh-CN/chart2/uiconfig/ui.po10
-rw-r--r--source/zh-CN/cui/uiconfig/ui.po42
-rw-r--r--source/zh-CN/dbaccess/uiconfig/ui.po10
-rw-r--r--source/zh-CN/extras/source/autocorr/emoji.po315
-rw-r--r--source/zh-CN/filter/uiconfig/ui.po12
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/01.po8
-rw-r--r--source/zh-CN/instsetoo_native/inc_openoffice/windows/msi_languages.po18
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po336
-rw-r--r--source/zh-CN/sc/source/ui/src.po14
-rw-r--r--source/zh-CN/scp2/source/activex.po15
-rw-r--r--source/zh-CN/sfx2/source/sidebar.po8
-rw-r--r--source/zh-CN/svx/source/svdraw.po10
-rw-r--r--source/zh-CN/svx/uiconfig/ui.po46
487 files changed, 8379 insertions, 9484 deletions
diff --git a/source/am/chart2/uiconfig/ui.po b/source/am/chart2/uiconfig/ui.po
index 0a9577099a2..99a9d251fbb 100644
--- a/source/am/chart2/uiconfig/ui.po
+++ b/source/am/chart2/uiconfig/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-08-25 12:33+0200\n"
-"PO-Revision-Date: 2015-09-29 23:56+0000\n"
+"PO-Revision-Date: 2015-10-27 19:17+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1443570960.000000\n"
+"X-POOTLE-MTIME: 1445973452.000000\n"
#: 3dviewdialog.ui
msgctxt ""
@@ -1182,7 +1182,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "2nd X axis title"
-msgstr "2ኛ X axis አርእስት"
+msgstr "2ኛ የ X axis አርእስት"
#: sidebarelements.ui
msgctxt ""
@@ -1200,7 +1200,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "2nd Y axis title"
-msgstr "2ኛ Y axis አርእስት"
+msgstr "2ኛ የ Y axis አርእስት"
#: sidebarelements.ui
msgctxt ""
@@ -1704,7 +1704,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Start with horizontal line"
-msgstr "በአግድም መስመር _ማስጀመሪያ"
+msgstr "በ አግድም መስመር _ማስጀመሪያ"
#: steppedlinesdlg.ui
msgctxt ""
@@ -1722,7 +1722,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_End with horizontal line"
-msgstr "በአግድም መስመር _መጨረሻ"
+msgstr "በ አግድም መስመር _መጨረሻ"
#: steppedlinesdlg.ui
msgctxt ""
diff --git a/source/am/cui/source/tabpages.po b/source/am/cui/source/tabpages.po
index 6ba5c43a549..a77e3a66ab1 100644
--- a/source/am/cui/source/tabpages.po
+++ b/source/am/cui/source/tabpages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-06-24 17:06+0200\n"
-"PO-Revision-Date: 2015-09-29 23:56+0000\n"
+"PO-Revision-Date: 2015-10-27 18:39+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1443571014.000000\n"
+"X-POOTLE-MTIME: 1445971161.000000\n"
#: border.src
msgctxt ""
@@ -38,7 +38,7 @@ msgctxt ""
"RID_SVXSTR_TABLE_PRESET_OUTERHORI\n"
"string.text"
msgid "Set Outer Border and Horizontal Lines"
-msgstr "የውጪ ድንበሮች እና የአግድም መስመሮች ማሰናጃ"
+msgstr "የ ውጪ ድንበሮች እና የ አግድም መስመሮች ማሰናጃ"
#: border.src
msgctxt ""
diff --git a/source/am/cui/uiconfig/ui.po b/source/am/cui/uiconfig/ui.po
index bc7771f7954..e8299d67837 100644
--- a/source/am/cui/uiconfig/ui.po
+++ b/source/am/cui/uiconfig/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-08-25 12:33+0200\n"
-"PO-Revision-Date: 2015-10-15 20:16+0000\n"
+"PO-Revision-Date: 2015-11-06 17:28+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: none\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1444940168.000000\n"
+"X-POOTLE-MTIME: 1446830890.000000\n"
#: aboutconfigdialog.ui
msgctxt ""
@@ -4560,7 +4560,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Emphasis mark:"
-msgstr "የማጉሊያ ምልክት:"
+msgstr "የማጋነኛ ምልክት:"
#: effectspage.ui
msgctxt ""
@@ -9255,7 +9255,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "N_umbering alignment:"
-msgstr "የ_ቁጥር አሰጣጥ አሰላለፍ:"
+msgstr "የ _ቁጥር አሰጣጥ አሰላለፍ:"
#: numberingpositionpage.ui
msgctxt ""
@@ -9331,7 +9331,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "N_umbering alignment:"
-msgstr "የ_ቁጥር አሰጣጥ አሰላለፍ:"
+msgstr "የ _ቁጥር አሰጣጥ አሰላለፍ:"
#: numberingpositionpage.ui
msgctxt ""
@@ -14164,7 +14164,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Relative font size"
-msgstr "የፊደል መጠን ማነጻጸሪያ"
+msgstr "የ ፊደል መጠን ማነጻጸሪያ"
#: positionpage.ui
msgctxt ""
diff --git a/source/am/dbaccess/source/ui/querydesign.po b/source/am/dbaccess/source/ui/querydesign.po
index 3ffaf166c07..5556f07be87 100644
--- a/source/am/dbaccess/source/ui/querydesign.po
+++ b/source/am/dbaccess/source/ui/querydesign.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-04-22 23:40+0200\n"
-"PO-Revision-Date: 2015-09-30 19:54+0000\n"
+"PO-Revision-Date: 2015-11-06 17:28+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1443642874.000000\n"
+"X-POOTLE-MTIME: 1446830907.000000\n"
#: query.src
msgctxt ""
@@ -54,7 +54,7 @@ msgctxt ""
"STR_QUERY_UNDO_SIZETABWIN\n"
"string.text"
msgid "Resize table window"
-msgstr "የሰንጠረዥ መስኮት እንደገና መመጠኛ"
+msgstr "የ ሰንጠረዥ መስኮት እንደገና መመጠኛ"
#: query.src
msgctxt ""
diff --git a/source/am/extensions/source/propctrlr.po b/source/am/extensions/source/propctrlr.po
index 1e15a39751a..ec7d8de0d87 100644
--- a/source/am/extensions/source/propctrlr.po
+++ b/source/am/extensions/source/propctrlr.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-04-22 23:40+0200\n"
-"PO-Revision-Date: 2015-10-13 22:07+0000\n"
+"PO-Revision-Date: 2015-10-29 00:22+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1444774027.000000\n"
+"X-POOTLE-MTIME: 1446078178.000000\n"
#: formlinkdialog.src
msgctxt ""
@@ -263,7 +263,7 @@ msgctxt ""
"RID_STR_VERTICAL_ALIGN\n"
"string.text"
msgid "Vert. Alignment"
-msgstr "በቁመት ማሰለፊያ"
+msgstr "በ ቁመት ማሰለፊያ"
#: formres.src
msgctxt ""
diff --git a/source/am/extensions/uiconfig/sbibliography/ui.po b/source/am/extensions/uiconfig/sbibliography/ui.po
index 30a0ab611b2..2a71015427b 100644
--- a/source/am/extensions/uiconfig/sbibliography/ui.po
+++ b/source/am/extensions/uiconfig/sbibliography/ui.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-11-18 11:23+0100\n"
-"PO-Revision-Date: 2015-01-31 20:10+0000\n"
-"Last-Translator: Samson <sambelet@yahoo.com>\n"
+"POT-Creation-Date: 2015-04-22 23:40+0200\n"
+"PO-Revision-Date: 2015-10-27 19:18+0000\n"
+"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1422735016.000000\n"
+"X-POOTLE-MTIME: 1445973522.000000\n"
#: choosedatasourcedialog.ui
msgctxt ""
@@ -140,7 +140,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Book title"
-msgstr "የ_መጽሀፍ አርእስት"
+msgstr "የ _መጽሀፍ አርእስት"
#: generalpage.ui
msgctxt ""
@@ -437,7 +437,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Book title"
-msgstr "_የመጽሐፍ አርእስት"
+msgstr "የ _መጽሐፍ አርእስት"
#: mappingdialog.ui
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/sbasic/shared.po b/source/am/helpcontent2/source/text/sbasic/shared.po
index 0479466c109..5f24987d7f6 100644
--- a/source/am/helpcontent2/source/text/sbasic/shared.po
+++ b/source/am/helpcontent2/source/text/sbasic/shared.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-09-01 20:20+0200\n"
-"PO-Revision-Date: 2015-10-06 14:14+0000\n"
+"PO-Revision-Date: 2015-11-08 22:12+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1444140894.000000\n"
+"X-POOTLE-MTIME: 1447020745.000000\n"
#: 00000002.xhp
msgctxt ""
@@ -10159,7 +10159,6 @@ msgid "Eof Function [Runtime]"
msgstr "Eof Function [Runtime]"
#: 03020301.xhp
-#, fuzzy
msgctxt ""
"03020301.xhp\n"
"bm_id3154598\n"
@@ -10168,7 +10167,6 @@ msgid "<bookmark_value>Eof function</bookmark_value>"
msgstr "<bookmark_value>Eof function</bookmark_value>"
#: 03020301.xhp
-#, fuzzy
msgctxt ""
"03020301.xhp\n"
"hd_id3154598\n"
diff --git a/source/am/helpcontent2/source/text/scalc/01.po b/source/am/helpcontent2/source/text/scalc/01.po
index 282d9c13d5a..1a74a06bf10 100644
--- a/source/am/helpcontent2/source/text/scalc/01.po
+++ b/source/am/helpcontent2/source/text/scalc/01.po