summaryrefslogtreecommitdiff
path: root/Makefile.in
blob: 44f1e72a75b6b39104d5d6e66a084751d748181a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
# -*- 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/.
#

gb_Top_MODULE_CHECK_TARGETS := slowcheck unitcheck subsequentcheck perfcheck uicheck screenshot

.PHONY : all check-if-root bootstrap gbuild build build-non-l10n-only build-l10n-only check clean clean-build clean-host test-install distclean distro-pack-install docs download etags fetch get-submodules id install install-gdb-printers install-strip tags debugrun help showmodules translations packageinfo internal.clean $(gb_Top_MODULE_CHECK_TARGETS)

MAKECMDGOALS?=all
build_goal:=$(if $(filter build check,$(MAKECMDGOALS)),all)\
 $(if $(filter build-nocheck uicheck,$(MAKECMDGOALS)),build)\
 $(if $(filter check,$(MAKECMDGOALS)),subsequentcheck)\
 $(filter all build-l10n-only build-non-l10n-only debugrun help showmodules translations $(gb_Top_MODULE_CHECK_TARGETS) check packageinfo gbuildtojson,$(MAKECMDGOALS))

SRCDIR := @SRC_ROOT@
BUILDDIR := @BUILDDIR@
COMPILER_PLUGINS := @COMPILER_PLUGINS@
GIT_BUILD := $(if $(wildcard $(SRCDIR)/.git),T)

# Run autogen.sh if needed and force make to restart itself.
# ... but there are several cases where we do not want to run
# autogen.sh:
# 1. if we are building from tarballs, not git checkout (I do not
#    think packagers would ever want that. I certainly do not.)
# 2. if we are making help, clean or distclean, because they do not
#    need updated configuration
ifeq (,$(MAKE_RESTARTS)$(if $(GIT_BUILD),,T)$(if $(filter-out help showmodules clean distclean,$(MAKECMDGOALS)),,T))

# note: this must touch both Makefile and $(BUILDDIR)/Makefile, because make
# may be invoked using either of these paths, and it will restart itself only
# if the updated target is exactly the same path as the Makefile it is using
.PHONY : force-restart
Makefile $(BUILDDIR)/Makefile: $(BUILDDIR)/config_host.mk $(BUILDDIR)/config_host_lang.mk force-restart
	@touch $@

# run configure in an environment not polluted by config_host.mk
$(BUILDDIR)/config_host.mk : $(wildcard \
		$(SRCDIR)/config_host.mk.in \
		$(SRCDIR)/config_host_lang.mk.in \
		$(SRCDIR)/Makefile.in \
		$(SRCDIR)/instsetoo_native/util/openoffice.lst.in \
		$(SRCDIR)/configure.ac \
		$(SRCDIR)/config_host/*.h.in \
		$(SRCDIR)/download.lst \
		$(BUILDDIR)/autogen.input \
		$(BUILDDIR)/autogen.lastrun \
		$(BUILDDIR)/autogen.sh \
		) \
		$(shell . $(SRCDIR)/bin/get_config_variables JAVA_HOME && \
			if test -n "$${JAVA_HOME}" -a ! -d "$${JAVA_HOME}/bin"; then echo force-restart; fi)
	sh -c $(SRCDIR)/autogen.sh

else # MAKE_RESTARTS

all: build

check-if-root:
	@if test ! `uname` = 'Haiku' -a `id -u` = 0 && ! grep -q 'lxc\|docker' /proc/self/cgroup; then \
		echo; \
		echo 'Building LibreOffice as root is a very bad idea, use a regular user.'; \
		echo; \
		exit 1; \
	fi

gb_Side ?= host

include $(BUILDDIR)/config_$(gb_Side).mk

export GMAKE_OPTIONS?=-r$(if $(verbose),,s)$(value $(MAKEFLAGS))

PARALLELISM_OPTION := $(if $(filter-out 0,$(PARALLELISM)),-j $(PARALLELISM),)

IWYU_OPTION := $(if $(IWYU_PATH),-k CC=$(IWYU_PATH) CXX=$(IWYU_PATH),)

# don't want to have a dependency to iwyudummy.generate because it's
# useful to manually edit the generated StaticLibrary_iwyudummy.mk
iwyudummy: bootstrap fetch
	$(if $(wildcard $(BUILDDIR)/iwyudummy),,$(error first call "make iwyudummy.generate"))
	cd $(BUILDDIR)/iwyudummy && $(MAKE) $(IWYU_OPTION) $(GMAKE_OPTIONS)

iwyudummy.generate:
	$(SRCDIR)/bin/gen-iwyu-dummy-lib

#
# Partial Build
#
define gb_Top_GbuildModuleRules
.PHONY: $(1) $(1).all $(1).build $(1).check $(1).clean $(1).showdeliverables $(foreach target,$(gb_Top_MODULE_CHECK_TARGETS),$(1).$(target))

$(1): bootstrap fetch
	cd $(SRCDIR)/$(2) && $$(MAKE) $(IWYU_OPTION) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS)

$(1).build $(1).check $(foreach target,$(gb_Top_MODULE_CHECK_TARGETS),$(1).$(target)): bootstrap fetch
	cd $(SRCDIR)/$(2) && $$(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) $$(patsubst $(1).%,%,$$@)

$(1).clean $(1).showdeliverables:
	cd $(SRCDIR)/$(2) && $$(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) $$(patsubst $(1).%,%,$$@)

$(1).all: bootstrap fetch
	$$(MAKE) $(PARALLELISM_OPTION) $(IWYU_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $(WORKDIR)/Module/$(1) $(if $(CROSS_COMPILING),,$(WORKDIR)/Module/check/$(1) $(WORKDIR)/Module/slowcheck/$(1))

endef

define gb_Top_GbuildModulesRules
$(foreach m,$(1),$(call gb_Top_GbuildModuleRules,$(notdir $(m)),$(m)))
endef

gbuild_modules := $(patsubst $(SRCDIR)/%/,%,$(dir $(wildcard $(SRCDIR)/*/Module_*.mk $(SRCDIR)/external/*/Module_*.mk)))

gbuild_internal_modules := $(filter-out odk external,$(patsubst $(SRCDIR)/%/,%,$(dir $(wildcard $(SRCDIR)/*/Module_*.mk))))

internal.clean: $(addsuffix .clean,$(gbuild_internal_modules))


$(eval $(call gb_Top_GbuildModulesRules,$(gbuild_modules)))

gbuild_TARGETS := AllLangHelp \
	AllLangMoTarget \
	AllLangPackage \
	AutoInstall \
	CliLibrary \
	CliNativeLibrary \
	CliUnoApi \
	CompilerTest \
	Configuration \
	CppunitTest \
	CustomTarget \
	Dictionary \
	Executable \
	Extension \
	ExtensionPackage \
	ExtensionPackageSet \
	ExternalPackage \
	ExternalProject \
	Gallery \
	GeneratedPackage \
	InstallModule \
	InstallScript \
	InternalUnoApi \
	Jar \
	JunitTest \
	Library \
	Module \
	Package \
	PackageSet \
	Pagein \
	Postprocess \
	Pyuno \
	PythonTest \
	Rdb \
	SdiTarget \
	StaticLibrary \
	UIConfig \
	UITest \
	UnoApi \
	UnpackedTarball \
	WinResTarget \
	Zip \

# build a generic gbuild target
$(foreach target,$(gbuild_TARGETS),$(target)_% $(foreach module,$(gbuild_modules),$(target)_$(module)/%)) UIConfig_modules/% %.genpatch: bootstrap fetch
	$(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $@

$(gbuild_TARGETS):
	$(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $@

#
# Clean
#
clean: clean-host clean-build

clean-host:
	rm -fr $(TESTINSTALLDIR)
	rm -fr $(INSTDIR)
	rm -fr $(WORKDIR)
ifeq ($(OS),iOS)
	rm -fr $(SRCDIR)/ios/generated
endif

clean-build:
ifneq ($(CROSS_COMPILING),)
	rm -fr $(INSTDIR_FOR_BUILD)
	rm -fr $(WORKDIR_FOR_BUILD)
ifeq ($(OS),ANDROID)
	rm -fr $(SRCDIR)/android/source/obj
	rm -fr $(SRCDIR)/android/source/jniLibs
	rm -fr $(SRCDIR)/android/source/build
	rm -fr $(SRCDIR)/android/source/assets
	rm -fr $(SRCDIR)/android/source/assets_fullUI
	rm -fr $(SRCDIR)/android/source/assets_strippedUI
endif
endif

include $(SRCDIR)/compilerplugins/Makefile.mk

#
# Distclean
#
distclean : clean compilerplugins-clean
	rm -fr \
        $(BUILDDIR)/Makefile \
        $(BUILDDIR)/aclocal.m4 \
        $(BUILDDIR)/autom4te.cache \
        $(BUILDDIR)/bin/bffvalidator.sh \
        $(BUILDDIR)/bin/odfvalidator.sh \
        $(BUILDDIR)/bin/officeotron.sh \
        $(BUILDDIR)/config.log \
        $(BUILDDIR)/config.Build.log \
        $(BUILDDIR)/config.status \
        $(BUILDDIR)/config_build.mk \
        $(BUILDDIR)/config_build_lang.mk \
        $(BUILDDIR)/config_build/*.h \
        $(BUILDDIR)/config_host.mk \
        $(BUILDDIR)/config_host.mk.stamp \
        $(BUILDDIR)/config_host_lang.mk \
        $(BUILDDIR)/config_host_lang.mk.stamp \
        $(BUILDDIR)/config_host/*.h \
        $(BUILDDIR)/configure \
        $(BUILDDIR)/instsetoo_native/util/openoffice.lst \
        $(BUILDDIR)/lo.xcent \
        $(BUILDDIR)/sysui/desktop/macosx/Info.plist
	$(if $(filter WNT,$(OS)),env -i PATH="$$PATH") $(FIND) $(SRCDIR)/solenv/gdb -name \*.pyc -exec rm {} \;

#
# custom command
#
cmd:
	echo "custom cmd" && ( $(cmd) )

#
# Fetch
#
ifneq ($(DO_FETCH_TARBALLS),)
include $(SRCDIR)/Makefile.fetch
fetch: download
fetch: get-submodules

ifneq (,$(wildcard $(SRCDIR)/.git))
get-submodules:
ifneq ($(foreach i,$(GIT_NEEDED_SUBMODULES),$(SRCDIR)/$(i)/.git),$(wildcard $(foreach i,$(GIT_NEEDED_SUBMODULES),$(SRCDIR)/$(i)/.git)))
	cd $(SRCDIR) && ./g -f clone
endif
ifeq ($(shell test -d $(SRCDIR)/.git; echo $$?),0)
	@cd $(SRCDIR) && ./g -z # make sure the git hooks are in place even if no submodules are needed
endif

else # these sources are from a tarball, so get the other source tarballs
gb_LO_VER := $(shell . $(SRCDIR)/sources.ver && echo $$lo_sources_ver)
$(if $(gb_LO_VER),,$(error Error while retrieving $$lo_sources_ver from $(SRCDIR)/sources.ver))

get-submodules: | download
ifneq ($(foreach i,$(subst helpcontent2,help,$(GIT_NEEDED_SUBMODULES)),$(SRCDIR)/src/libreoffice-$(i)-$(gb_LO_VER)),$(wildcard $(foreach i,$(subst helpcontent2,help,$(GIT_NEEDED_SUBMODULES)),$(SRCDIR)/src/libreoffice-$(i)-$(gb_LO_VER))))
	$(foreach i,$(subst helpcontent2,help,$(GIT_NEEDED_SUBMODULES)),\
		$(call fetch_Download_item_unchecked,http://download.documentfoundation.org/libreoffice/src/$(shell echo $(gb_LO_VER) | sed -e "s/\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/"),libreoffice-$(i)-$(gb_LO_VER).tar.xz))
	$(SRCDIR)/bin/unpack-sources $(SRCDIR) $(foreach i,$(subst helpcontent2,help,$(GIT_NEEDED_SUBMODULES)),\
		$(TARFILE_LOCATION)/libreoffice-$(i)-$(gb_LO_VER).tar.xz)
endif

endif

else
fetch:
	@echo "Automatic fetching of external tarballs is disabled."

endif

#
# Bootstrap
#
bootstrap: check-if-root compilerplugins

#
# Build
#
# Note: this will pipe through all gbuild targets to ... gbuild
#       with some translations like "build"->"all" for historic reasons
#
build: bootstrap fetch $(if $(CROSS_COMPILING),cross-toolset) \
        $(if $(filter check,$(MAKECMDGOALS)),$(if $(COMPILER_PLUGINS),$(if $(LODE_HOME),clang-format-check))) \
        install-gdb-printers
	$(MAKE) $(PARALLELISM_OPTION) $(IWYU_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $(build_goal)
ifeq ($(OS),iOS)
	$(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) ios
endif

build-non-l10n-only build-l10n-only build-nocheck check debugrun translations packageinfo $(gb_Top_MODULE_CHECK_TARGETS): build

help showmodules gbuildtojson:
	$(MAKE) $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $@

cross-toolset: bootstrap fetch
# fetch again in case there are externals only needed on build platform
ifneq ($(OS),iOS)
	$(MAKE) gb_Side=build $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(BUILDDIR)/Makefile fetch
endif
	$(MAKE) gb_Side=build $(PARALLELISM_OPTION) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild build-tools

install-gdb-printers:
ifneq ($(filter-out WNT MACOSX iOS,$(OS)),)
	mkdir -p $(INSTDIR)
	$(SRCDIR)/solenv/bin/install-gdb-printers -a $(INSTDIR) -c
endif


#
# Install
#

define gb_Top_DoInstall
echo "$(1) in $(INSTALLDIR) ..." && \
$(SRCDIR)/solenv/bin/ooinstall $(2) "$(INSTALLDIR)"

endef

ifneq ($(OS),MACOSX)
define gb_Top_InstallFinished
echo && echo "If you want to edit the .ui files with glade first execute:" && \
echo && echo "export GLADE_CATALOG_SEARCH_PATH=$(2)/share/glade" && \
echo && echo "$(1) finished, you can now execute:" && \
echo "$(2)/program/soffice"

endef
else
define gb_Top_InstallFinished
echo && echo "$(1) finished, you can now run: " && \
echo "open $(2)/$(PRODUCTNAME).app" && \
echo "" && \
echo "To debug: gdb $(2)/$(PRODUCTNAME).app/Contents/MacOS/soffice"

endef
endif

ifneq ($(OS),MACOSX)
install:
	@$(call gb_Top_DoInstall,Installing,)
	@$(call gb_Top_InstallFinished,Installation,$(INSTALLDIR))

install-strip:
	@$(call gb_Top_DoInstall,Installing and stripping binaries,--strip)
	@$(call gb_Top_InstallFinished,Installation,$(INSTALLDIR))
endif # !MACOSX

test-install: build
	@rm -rf $(TESTINSTALLDIR)
	@mkdir -p $(TESTINSTALLDIR)
ifeq ($(OS_FOR_BUILD),WNT)
	cd $(SRCDIR)/instsetoo_native && $(MAKE) LIBO_TEST_INSTALL=TRUE $(GMAKE_OPTIONS)
else
	@$(SRCDIR)/solenv/bin/ooinstall $(TESTINSTALLDIR)
ifneq ($(MACOSX_CODESIGNING_IDENTITY),)
#
# Create Resources/*.lproj directories for languages supported by OS X
	set -x; for lang in ca cs da de el en es fi fr hr hu id it ja ko ms nl no pl pt pt_PT ro ru sk sv th tr uk vi zh_CN zh_TW; do \
		lproj=$(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/Resources/$$lang.lproj; \
		mkdir "$$lproj"; \
	done
#
# And remove the "bin" folder which should not be there
	rm -rf $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/bin
#
# Remove unnecessary executables in the LibreOfficePython framework
	rm -rf $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/Frameworks/LibreOfficePython.framework/Versions/[1-9]*/bin
#
# Remove the python.o object file which is weird and interferes with app store uploading
# And with it removed, presumably the other stuff in the Python lib/python3.3/config-3.3m probably does not make sense either.
	rm -rf $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/Frameworks/LibreOfficePython.framework/Versions/[1-9]*/lib/python[1-9]*/config-[1-9]*
#
ifneq ($(ENABLE_MACOSX_SANDBOX),)

# Remove the gengal binary that we hardly need and the shell scripts
# for which code signatures (stored as extended attributes) won't
# survive upload to the App Store anyway. See
# https://developer.apple.com/library/content/documentation/Security/Conceptual/CodeSigningGuide/Procedures/Procedures.html#//apple_ref/doc/uid/TP40005929-CH4-TNTAG201
# We could put the shell scripts somewhere in Resources instead, but
# no 3rd-party code that would be interested in them would look there
# anyway.
	rm $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/MacOS/gengal
	rm $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/MacOS/unopkg
	rm $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app/Contents/MacOS/unoinfo
endif
#
# Then use the macosx-codesign-app-bundle script
	@$(SRCDIR)/solenv/bin/macosx-codesign-app-bundle $(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app
endif
endif
	@$(call gb_Top_InstallFinished,Test Installation,$(TESTINSTALLDIR))

mac-app-store-package: test-install
ifneq ($(MACOSX_PACKAGE_SIGNING_IDENTITY),)
	rm -rf "$(PRODUCTNAME).app"
	mv "$(TESTINSTALLDIR)/$(PRODUCTNAME_WITHOUT_SPACES).app" "$(PRODUCTNAME).app"
	productbuild --component "$(PRODUCTNAME).app" /Applications --sign $(MACOSX_PACKAGE_SIGNING_IDENTITY) $(PRODUCTNAME_WITHOUT_SPACES).pkg
else
	@echo You did not provide an installer signing identity with --enable-macosx-package-signing
	@exit 1
endif

distro-pack-install: install
	$(SRCDIR)/bin/distro-install-clean-up
	$(SRCDIR)/bin/distro-install-desktop-integration
	$(SRCDIR)/bin/distro-install-sdk
	$(SRCDIR)/bin/distro-install-file-lists

install-package-%:
	$(MAKE) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $@

id:
	@$(SRCDIR)/solenv/bin/create-ids

tags:
	@$(SRCDIR)/solenv/bin/create-tags

etags:
	@$(SRCDIR)/solenv/bin/create-tags -e

docs:
	@$(SRCDIR)/solenv/bin/mkdocs.sh $(SRCDIR)/docs $(SRCDIR)/solenv/inc/doxygen.cfg

findunusedheaders:
	$(SRCDIR)/bin/find-unusedheaders.py

symbols:
	rm -fr $(WORKDIR)/symbols/
	mkdir -p $(WORKDIR)/symbols/
ifeq ($(OS),WNT)
	$(SRCDIR)/bin/symbolstore.py $(WORKDIR)/UnpackedTarball/breakpad/src/tools/windows/binaries/dump_syms.exe $(WORKDIR)/symbols/ $(INSTDIR)/program/*
	$(SRCDIR)/bin/symstore.sh
else
	$(SRCDIR)/bin/symbolstore.py $(WORKDIR)/UnpackedTarball/breakpad/src/tools/linux/dump_syms/dump_syms $(WORKDIR)/symbols/ $(INSTDIR)/program/*
endif

	cd $(WORKDIR)/symbols/ && zip -r $(WORKDIR)/symbols.zip *

create-mar:
	rm -fr $(WORKDIR)/installation/mar/
	rm -fr $(WORKDIR)/installation/temp/
	mkdir -p $(WORKDIR)/installation/temp/
	mkdir -p $(WORKDIR)/installation/mar/
	tar -xzf $(WORKDIR)/installation/LibreOfficeDev/archive/install/en-US/LibreOffice* -C $(WORKDIR)/installation/temp/
	$(SRCDIR)/bin/update/make_full_update.sh $(WORKDIR)/installation/mar/test.mar $(WORKDIR)/installation/temp/*/

upload-symbols:
	$(MAKE) -f $(SRCDIR)/Makefile.gbuild upload-symbols

create-update-info:
	$(MAKE) -f $(SRCDIR)/Makefile.gbuild create-update-info

upload-update-info:
	$(MAKE) -f $(SRCDIR)/Makefile.gbuild upload-update-info

create-partial-info:
	$(MAKE) -f $(SRCDIR)/Makefile.gbuild create-partial-info

dump-deps:
	@$(SRCDIR)/bin/module-deps.pl $(MAKE) $(SRCDIR)/Makefile.gbuild

dump-deps-png:
	@$(SRCDIR)/bin/module-deps.pl $(MAKE) $(SRCDIR)/Makefile.gbuild | dot -Tpng -o lo.png

dump-deps-sort:
	@$(SRCDIR)/bin/module-deps.pl -t $(MAKE) $(SRCDIR)/Makefile.gbuild

clang-format-check:
	@$(SRCDIR)/solenv/clang-format/check-last-commit

define gb_Top_GbuildToIdeIntegration
$(1)-ide-integration: gbuildtojson $(if $(filter MACOSX,$(OS_FOR_BUILD)),python3.all)
	cd $(SRCDIR) && \
		$(if $(filter MACOSX,$(OS_FOR_BUILD)),PATH="$(INSTROOT_FOR_BUILD)/Frameworks/LibreOfficePython.framework/Versions/Current/bin:$(PATH)") \
		$(SRCDIR)/bin/gbuild-to-ide --ide $(1) --make $(MAKE)

endef

$(foreach ide,\
	codelite \
	vs2017 \
	kdevelop \
	vim \
	qtcreator \
	xcode \
        eclipsecdt,\
$(eval $(call gb_Top_GbuildToIdeIntegration,$(ide))))

fuzzers: Library_sal Library_salhelper Library_reg Library_store Library_unoidl codemaker Library_cppu Library_i18nlangtag Library_cppuhelper Library_comphelper StaticLibrary_ulingu StaticLibrary_findsofficepath Library_tl Library_basegfx Library_canvastools Library_cppcanvas Library_dbtools Library_deploymentmisc Library_editeng Library_fwe Library_fwi Library_i18nutil Library_localebe1 Library_sax Library_sofficeapp Library_ucbhelper Rdb_services udkapi offapi Library_gie Library_icg Library_reflection Library_invocadapt Library_bootstrap Library_introspection Library_stocservices Library_xmlreader Library_gcc3_uno instsetoo_native more_fonts StaticLibrary_boost_locale StaticLibrary_fuzzerstubs StaticLibrary_fuzzer_core StaticLibrary_fuzzer_calc StaticLibrary_fuzzer_draw StaticLibrary_fuzzer_writer StaticLibrary_fuzzer_math Library_forui Library_binaryurp Library_io Library_invocation Library_namingservice Library_proxyfac Library_uuresolver Module_ure Executable_pptfuzzer Executable_cgmfuzzer Executable_ww2fuzzer Executable_ww6fuzzer Executable_ww8fuzzer Executable_qpwfuzzer Executable_slkfuzzer Executable_fodtfuzzer Executable_fodsfuzzer Executable_fodpfuzzer Executable_xlsfuzzer Executable_scrtffuzzer Executable_wksfuzzer Executable_diffuzzer Executable_docxfuzzer Executable_xlsxfuzzer Executable_pptxfuzzer Executable_htmlfuzzer Executable_rtffuzzer Executable_mmlfuzzer Executable_mtpfuzzer Executable_olefuzzer Executable_lwpfuzzer Executable_hwpfuzzer Executable_wmffuzzer Executable_dxffuzzer Executable_sftfuzzer Executable_svmfuzzer Executable_tiffuzzer Executable_epsfuzzer Executable_jpgfuzzer Executable_metfuzzer Executable_bmpfuzzer Executable_giffuzzer Executable_pngfuzzer Executable_602fuzzer Executable_tgafuzzer Executable_pcxfuzzer Executable_psdfuzzer Executable_ppmfuzzer Executable_pcdfuzzer Executable_rasfuzzer Executable_pctfuzzer Executable_xpmfuzzer Executable_xbmfuzzer

endif # MAKE_RESTARTS

# vim: set noet sw=4 ts=4:
%;'/> -rw-r--r--source/gn/sd/uiconfig/sdraw/ui.po30
-rw-r--r--source/gn/sd/uiconfig/simpress/ui.po46
-rw-r--r--source/gn/sfx2/source/appl.po16
-rw-r--r--source/gn/sfx2/source/dialog.po34
-rw-r--r--source/gn/sfx2/source/doc.po28
-rw-r--r--source/gn/sfx2/source/sidebar.po8
-rw-r--r--source/gn/sfx2/source/view.po6
-rw-r--r--source/gn/sfx2/uiconfig/ui.po42
-rw-r--r--source/gn/shell/source/win32/shlxthandler/res.po6
-rw-r--r--source/gn/starmath/source.po16
-rw-r--r--source/gn/starmath/uiconfig/smath/ui.po32
-rw-r--r--source/gn/svl/source/misc.po8
-rw-r--r--source/gn/svtools/source/contnr.po8
-rw-r--r--source/gn/svtools/source/control.po14
-rw-r--r--source/gn/svtools/source/dialogs.po18
-rw-r--r--source/gn/svtools/source/misc.po16
-rw-r--r--source/gn/svtools/uiconfig/ui.po14
-rw-r--r--source/gn/svx/inc.po66
-rw-r--r--source/gn/svx/source/accessibility.po14
-rw-r--r--source/gn/svx/source/dialog.po70
-rw-r--r--source/gn/svx/source/engine3d.po54
-rw-r--r--source/gn/svx/source/fmcomp.po6
-rw-r--r--source/gn/svx/source/form.po104
-rw-r--r--source/gn/svx/source/gallery2.po12
-rw-r--r--source/gn/svx/source/items.po54
-rw-r--r--source/gn/svx/source/sidebar/line.po6
-rw-r--r--source/gn/svx/source/sidebar/text.po8
-rw-r--r--source/gn/svx/source/src.po22
-rw-r--r--source/gn/svx/source/svdraw.po26
-rw-r--r--source/gn/svx/source/tbxctrls.po66
-rw-r--r--source/gn/svx/uiconfig/ui.po114
-rw-r--r--source/gn/sw/source/core/undo.po14
-rw-r--r--source/gn/sw/source/ui/app.po14
-rw-r--r--source/gn/sw/source/ui/config.po12
-rw-r--r--source/gn/sw/source/ui/dbui.po8
-rw-r--r--source/gn/sw/source/ui/dialog.po6
-rw-r--r--source/gn/sw/source/ui/dochdl.po8
-rw-r--r--source/gn/sw/source/ui/fldui.po8
-rw-r--r--source/gn/sw/source/ui/misc.po8
-rw-r--r--source/gn/sw/source/ui/sidebar.po8
-rw-r--r--source/gn/sw/source/ui/utlui.po26
-rw-r--r--source/gn/sw/source/uibase/docvw.po10
-rw-r--r--source/gn/sw/source/uibase/lingu.po8
-rw-r--r--source/gn/sw/source/uibase/ribbar.po8
-rw-r--r--source/gn/sw/source/uibase/utlui.po32
-rw-r--r--source/gn/sw/source/uibase/wrtsh.po8
-rw-r--r--source/gn/sw/uiconfig/swriter/ui.po208
-rw-r--r--source/gn/swext/mediawiki/help.po10
-rw-r--r--source/gn/vcl/source/src.po22
-rw-r--r--source/gn/vcl/uiconfig/ui.po32
-rw-r--r--source/gn/wizards/source/formwizard.po16
-rw-r--r--source/gn/wizards/source/template.po12
-rw-r--r--source/hu/cui/uiconfig/ui.po6
-rw-r--r--source/hu/sc/source/ui/navipi.po6
-rw-r--r--source/hu/sfx2/source/view.po6
-rw-r--r--source/it/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/it/svx/uiconfig/ui.po12
-rw-r--r--source/kk/sc/source/ui/src.po10
-rw-r--r--source/ko/chart2/source/controller/dialogs.po39
-rw-r--r--source/lv/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--source/nl/filter/uiconfig/ui.po10
-rw-r--r--source/nl/formula/source/core/resource.po2
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/nl/sd/source/ui/annotations.po13
-rw-r--r--source/nl/starmath/source.po6
-rw-r--r--source/nl/sw/source/ui/docvw.po12
-rw-r--r--source/nl/sw/uiconfig/swriter/ui.po8
-rw-r--r--source/nl/swext/mediawiki/help.po12
-rw-r--r--source/nn/editeng/source/items.po10
-rw-r--r--source/nn/filter/uiconfig/ui.po6
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared/01.po10
-rw-r--r--source/nn/helpcontent2/source/text/scalc/01.po8
-rw-r--r--source/nn/helpcontent2/source/text/scalc/guide.po24
-rw-r--r--source/nn/helpcontent2/source/text/shared/00.po10
-rw-r--r--source/nn/helpcontent2/source/text/shared/01.po10
-rw-r--r--source/nn/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/nn/helpcontent2/source/text/simpress/guide.po6
-rw-r--r--source/nn/helpcontent2/source/text/smath/01.po24
-rw-r--r--source/nn/helpcontent2/source/text/swriter/01.po6
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/nn/sc/uiconfig/scalc/ui.po6
-rw-r--r--source/nn/scp2/source/graphicfilter.po10
-rw-r--r--source/nn/starmath/source.po30
-rw-r--r--source/nn/starmath/uiconfig/smath/ui.po18
-rw-r--r--source/nn/svx/source/engine3d.po6
-rw-r--r--source/nn/sw/source/ui/config.po6
-rw-r--r--source/nn/sw/uiconfig/swriter/ui.po8
-rw-r--r--source/nn/vcl/uiconfig/ui.po6
-rw-r--r--source/oc/extensions/uiconfig/sabpilot/ui.po6
-rw-r--r--source/oc/filter/source/config/fragments/filters.po8
-rw-r--r--source/oc/filter/uiconfig/ui.po6
-rw-r--r--source/oc/formula/source/core/resource.po2
-rw-r--r--source/oc/scaddins/source/analysis.po2
-rw-r--r--source/oc/svx/source/dialog.po8
-rw-r--r--source/oc/sw/source/uibase/utlui.po12
-rw-r--r--source/oc/sw/uiconfig/swriter/ui.po32
-rw-r--r--source/pl/helpcontent2/source/text/shared/01.po10
-rw-r--r--source/pl/helpcontent2/source/text/shared/02.po6
-rw-r--r--source/pl/helpcontent2/source/text/shared/autopi.po14
-rw-r--r--source/pl/helpcontent2/source/text/shared/explorer/database.po52
-rw-r--r--source/pl/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/pl/helpcontent2/source/text/shared/optionen.po14
-rw-r--r--source/pt-BR/svx/uiconfig/ui.po12
-rw-r--r--source/pt/avmedia/source/viewer.po6
-rw-r--r--source/pt/basic/source/classes.po6
-rw-r--r--source/pt/cui/uiconfig/ui.po6
-rw-r--r--source/pt/formula/source/core/resource.po6
-rw-r--r--source/pt/helpcontent2/source/text/scalc/01.po12
-rw-r--r--source/pt/helpcontent2/source/text/shared/00.po8
-rw-r--r--source/pt/helpcontent2/source/text/shared/01.po10
-rw-r--r--source/pt/helpcontent2/source/text/shared/guide.po6
-rw-r--r--source/pt/helpcontent2/source/text/simpress/02.po6
-rw-r--r--source/pt/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/pt/sc/source/ui/src.po6
-rw-r--r--source/pt/sd/source/ui/app.po6
-rw-r--r--source/pt/sd/uiconfig/simpress/ui.po6
-rw-r--r--source/pt/svx/source/svdraw.po6
-rw-r--r--source/pt/sw/source/core/undo.po10
-rw-r--r--source/pt/sw/source/ui/app.po6
-rw-r--r--source/pt/wizards/source/formwizard.po6
-rw-r--r--source/ru/sc/uiconfig/scalc/ui.po8
-rw-r--r--source/sl/officecfg/registry/data/org/openoffice/Office/UI.po4
-rw-r--r--source/sl/sd/source/ui/app.po22
-rw-r--r--source/sl/sd/uiconfig/simpress/ui.po463
-rw-r--r--source/sl/starmath/uiconfig/smath/ui.po13
-rw-r--r--source/sq/chart2/uiconfig/ui.po6
-rw-r--r--source/sq/cui/source/options.po6
-rw-r--r--source/sq/cui/uiconfig/ui.po26
-rw-r--r--source/sq/dbaccess/source/ui/app.po6
-rw-r--r--source/sq/dbaccess/uiconfig/ui.po6
-rw-r--r--source/sq/desktop/uiconfig/ui.po10
-rw-r--r--source/sq/extensions/source/propctrlr.po6
-rw-r--r--source/sq/filter/uiconfig/ui.po10
-rw-r--r--source/sq/helpcontent2/source/auxiliary.po100
-rw-r--r--source/sq/helpcontent2/source/text/sbasic/guide.po115
-rw-r--r--source/sq/helpcontent2/source/text/sbasic/shared.po42
-rw-r--r--source/sq/helpcontent2/source/text/scalc/01.po20
-rw-r--r--source/sq/instsetoo_native/inc_openoffice/windows/msi_languages.po2
-rw-r--r--source/sq/officecfg/registry/data/org/openoffice/Office/UI.po17
-rw-r--r--source/sq/sc/uiconfig/scalc/ui.po42
-rw-r--r--source/sq/sd/source/ui/app.po6
-rw-r--r--source/sq/sfx2/source/appl.po6
-rw-r--r--source/sq/sfx2/uiconfig/ui.po6
-rw-r--r--source/sq/svtools/source/contnr.po6
-rw-r--r--source/sq/svtools/source/misc.po214
-rw-r--r--source/sq/svx/source/svdraw.po6
-rw-r--r--source/sq/svx/source/tbxctrls.po6
-rw-r--r--source/sq/sw/uiconfig/swriter/ui.po18
-rw-r--r--source/sq/vcl/source/src.po6
-rw-r--r--source/sq/wizards/source/formwizard.po6
-rw-r--r--source/sv/sc/source/ui/src.po8
293 files changed, 2734 insertions, 3192 deletions
diff --git a/source/br/librelogo/source/pythonpath.po b/source/br/librelogo/source/pythonpath.po
index 358683347ba..e60eb0e5371 100644
--- a/source/br/librelogo/source/pythonpath.po
+++ b/source/br/librelogo/source/pythonpath.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-05-02 00:06+0200\n"
-"PO-Revision-Date: 2014-05-27 20:20+0000\n"
+"POT-Creation-Date: 2014-11-18 11:23+0100\n"
+"PO-Revision-Date: 2015-05-08 14:25+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: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1401222051.000000\n"
+"X-POOTLE-MTIME: 1431095135.000000\n"
#: LibreLogo_en_US.properties
msgctxt ""
@@ -334,7 +334,7 @@ msgctxt ""
"NORMAL\n"
"property.text"
msgid "normal"
-msgstr "Reizh"
+msgstr "reizh"
#: LibreLogo_en_US.properties
msgctxt ""
diff --git a/source/br/officecfg/registry/data/org/openoffice/Office.po b/source/br/officecfg/registry/data/org/openoffice/Office.po
index 60fd2a0b781..5569c911558 100644
--- a/source/br/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/br/officecfg/registry/data/org/openoffice/Office.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: 2014-11-18 11:23+0100\n"
-"PO-Revision-Date: 2015-04-12 16:12+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
+"PO-Revision-Date: 2015-05-08 13:47+0000\n"
+"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\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: 1428855152.000000\n"
+"X-POOTLE-MTIME: 1431092860.000000\n"
#: Addons.xcu
msgctxt ""
@@ -9104,7 +9104,7 @@ msgctxt ""
"Name\n"
"value.text"
msgid "LightPreference"
-msgstr "KizañGouloù"
+msgstr "GwellvezGouloù"
#: TableWizard.xcu
msgctxt ""
@@ -9113,7 +9113,7 @@ msgctxt ""
"ShortName\n"
"value.text"
msgid "LightPref"
-msgstr "KizañGouloù"
+msgstr "GwellvGoul"
#: TableWizard.xcu
msgctxt ""
diff --git a/source/br/officecfg/registry/data/org/openoffice/Office/UI.po b/source/br/officecfg/registry/data/org/openoffice/Office/UI.po
index fb07cabf86c..f8f9811f6f5 100644
--- a/source/br/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/br/officecfg/registry/data/org/openoffice/Office/UI.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: 2015-02-16 22:21+0100\n"
-"PO-Revision-Date: 2015-04-12 16:12+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
+"PO-Revision-Date: 2015-05-08 14:18+0000\n"
+"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\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: 1428855156.000000\n"
+"X-POOTLE-MTIME: 1431094727.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -14533,7 +14533,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Poi~nts"
-msgstr "~A boentoù"
+msgstr "~Poentoù"
#: GenericCommands.xcu
msgctxt ""
@@ -23632,7 +23632,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Number Format : Date"
-msgstr "Mentrezh niverel : deizhiad"
+msgstr "Mentrezh niverel : deiziad"
#: WriterCommands.xcu
msgctxt ""
@@ -24424,7 +24424,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Fie~ld Shadings"
-msgstr "~Merkoù"
+msgstr "~Anneuenn foñs evit ar maeziennoù"
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/br/sc/source/ui/src.po b/source/br/sc/source/ui/src.po
index a08dce86b15..afec595c0cf 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: 2015-01-07 11:08+0100\n"
-"PO-Revision-Date: 2015-04-12 17:43+0000\n"
+"PO-Revision-Date: 2015-04-29 17:58+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: 1428860586.000000\n"
+"X-POOTLE-MTIME: 1430330288.000000\n"
#: condformatdlg.src
msgctxt ""
@@ -8470,7 +8470,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Future value. Returns the future value of an investment based on regular payments and a constant interest rate."
-msgstr "Gwerzh da zont. Jediñ a ra gwerzh da zont ur postadur diazez war taladoù ingal ha war ur feur kampi arstalek."
+msgstr "Gwerzh da zont. Jediñ a ra gwerzh da zont ur postadur diazezet war taladoù ingal ha war ur feur kampi arstalek."
#: scfuncs.src
msgctxt ""
@@ -8569,7 +8569,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Payment period. Calculates the number of payment periods for an investment based on regular payments and a constant interest rate."
-msgstr "Marevezh talañ. Jediñ a ra an niver marevezhioù paeañ evit ur postadur diazez war taladoù ingal hag ur feur kampi arstalek."
+msgstr "Marevezh talañ. Jediñ a ra an niver marevezhioù paeañ evit ur postadur diazezet war taladoù ingal hag ur feur kampi arstalek."
#: scfuncs.src
msgctxt ""
@@ -8884,7 +8884,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Compounded interest. Calculates the interest payment on the principal for an investment with regular payments and a constant interest rate for a given period."
-msgstr "Kampi berniet. Jediñ a ra talad ar c'hampioù evit ur postadur gant paemantoù ingal hag ur feur kampi arstalek evit ar marevezh lavaret.."
+msgstr "Kampi kemplezh. Jediñ a ra talad ar c'hampioù evit ur postadur gant taladoù ingal hag ur feur kampi arstalek evit ar marevezh lavaret."
#: scfuncs.src
msgctxt ""
@@ -8920,7 +8920,7 @@ msgctxt ""
"5\n"
"string.text"
msgid "Periods. The periods for which the compounded interest is to be calculated. P = 1 denotes for the first period, P = NPER for the last one."
-msgstr "Marevezhioù. Ar marevezhioù ma fell deoc'h jediñ e gampioù berniet. P = 1 evit ar marevezh kentañ, P = NMAR evit an hini diwezhañ."
+msgstr "Marevezhioù. Ar marevezhioù ma fell deoc'h jediñ e gampioù kemplezh. P = 1 evit ar marevezh kentañ, P = NMAR evit an hini diwezhañ."
#: scfuncs.src
msgctxt ""
@@ -9001,7 +9001,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Repayment. Calculates the repayment amount for a period for an investment whereby the payments are at regular intervals and the interest rate constant."
-msgstr "Adtalañ. Jediñ a ra sammad an dastaladur evit ur postadur diazezet war paemantoù ingal hag ur feur kampi arstalek."
+msgstr "Dastalañ. Jediñ a ra sammad an dastaladur evit ur postadur diazezet war taladoù ingal hag ur feur kampi arstalek."
#: scfuncs.src
msgctxt ""
@@ -9073,7 +9073,7 @@ msgctxt ""
"9\n"
"string.text"
msgid "The present value. The present value or the amount the annuity is currently worth."
-msgstr "Gwerzh vremanel. Talvoudegezh a-vremañ ar werzh pe kementad ar bloaztaloù a dalv bremañ."
+msgstr "Gwerzh vremanel. Talvoudegezh a-vremañ ar werzh pe kementad ar bloaztalioù a dalv bremañ."
#: scfuncs.src
msgctxt ""
@@ -9172,7 +9172,7 @@ msgctxt ""
"7\n"
"string.text"
msgid "The present value. The present value or the amount the annuity is currently worth."
-msgstr "Gwerzh vremanel. Talvoudegezh a-vremañ ar werzh pe kementad ar bloaztaloù a dalv bremañ."
+msgstr "Gwerzh vremanel. Talvoudegezh a-vremañ ar werzh pe kementad ar bloaztalioù a dalv bremañ."
#: scfuncs.src
msgctxt ""
@@ -9235,7 +9235,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Cumulative compounded interest. Calculates the total amount of the interest share in a period for an investment with a constant interest rate."
-msgstr "Kampi berniet : Jediñ a ra berniad ar c'hampioù paeet etre daou varevezh lavaret evit ur postadur gant ur feur kampi arstalek."
+msgstr "Kampi kemplezh dassammet : Jediñ a ra berniad ar c'hampioù paeet etre daou varevezh lavaret evit ur postadur gant ur feur kampi arstalek."
#: scfuncs.src
msgctxt ""
@@ -9289,7 +9289,7 @@ msgctxt ""
"7\n"
"string.text"
msgid "The present value. The present value or the amount the annuity is currently worth."
-msgstr "Gwerzh vremanel. Talvoudegezh a-vremañ ar werzh pe kementad ar bloaztaloù a dalv bremañ."
+msgstr "Gwerzh vremanel. Talvoudegezh a-vremañ ar werzh pe kementad ar bloaztalioù a dalv bremañ."
#: scfuncs.src
msgctxt ""
@@ -9424,7 +9424,7 @@ msgctxt ""
"9\n"
"string.text"
msgid "Period. The depreciation period which must have the same time unit as average useful life."
-msgstr "Marevezh. Ar marevezh traolañ a rank bezañ gant an hevelep unanenn amzer hag ar vuhevezh talvoudus."
+msgstr "Marevezh. Ar marevezh traolañ a rank bezañ gant an hevelep unanenn amzer hag ar vuhezvezh talvoudus."
#: scfuncs.src
msgctxt ""
@@ -9568,7 +9568,7 @@ msgctxt ""
"9\n"
"string.text"
msgid "Period. The depreciation period in the same time unit as the average useful life entry."
-msgstr "Marevezh. Ar marevezh traolañ gant an hevelep unanenn amzer ha buhezvezh ar mad.."
+msgstr "Marevezh. Ar marevezh dispriziañ gant an hevelep unanenn amzer ha buhezvezh ar mad."
#: scfuncs.src
msgctxt ""
@@ -9586,7 +9586,7 @@ msgctxt ""
"11\n"
"string.text"
msgid "Factor. The factor for balance decline. F = 2 means a double declining balance factor"
-msgstr "Feur. Ar feur traolañ war zigresk. ; F = 2 zo an hentenn draolañ war zigresk dre zaoufeur."
+msgstr "Feur. Ar feur traolañ war zigresk. F = 2 zo an hentenn draolañ war zigresk dre zaoufeur."
#: scfuncs.src
msgctxt ""
@@ -9667,7 +9667,7 @@ msgctxt ""
"9\n"
"string.text"
msgid "Periods: The period for which the depreciation is calculated. The time unit used for period must be the same as that for the useful life."
-msgstr "Marevezhioù : Ar marevezh ma fell deoc'h jediñ an traolañ evitañ. Ret eo dezhañ bezañ eztaolet gant an hevelep unanenn amzer ha buhezvezh ar mad."
+msgstr "Marevezhioù : Ar marevezh ma fell deoc'h jediñ an dispriziañ evitañ. Ret eo dezhañ bezañ eztaolet gant an hevelep unanenn amzer ha buhezvezh ar mad."
#: scfuncs.src
msgctxt ""
diff --git a/source/br/scaddins/source/analysis.po b/source/br/scaddins/source/analysis.po
index d89d26eb43f..c21880b0756 100644
--- a/source/br/scaddins/source/analysis.po
+++ b/source/br/scaddins/source/analysis.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-05-02 00:06+0200\n"
-"PO-Revision-Date: 2014-07-12 11:39+0000\n"
+"POT-Creation-Date: 2014-11-18 11:23+0100\n"
+"PO-Revision-Date: 2015-04-29 17:58+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: 1405165157.000000\n"
+"X-POOTLE-MTIME: 1430330298.000000\n"
#: analysis.src
msgctxt ""
@@ -6053,7 +6053,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the future value of the initial principal after a series of compound interest rates are applied"
-msgstr "Reiñ a ra gwerzh da zont ur c'hevala en ur arloañ ur steudad feurioù kampi mesket outañ"
+msgstr "Reiñ a ra gwerzh da zont ur c'hevala en ur arloañ ur steudad feurioù kampi kemplezh outañ"
#: analysis.src
msgctxt ""
diff --git a/source/br/setup_native/source/mac.po b/source/br/setup_native/source/mac.po
index cba4fb4373f..447b08452ee 100644
--- a/source/br/setup_native/source/mac.po
+++ b/source/br/setup_native/source/mac.po
@@ -2,9 +2,9 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-05-23 12:05+0200\n"
-"PO-Revision-Date: 2011-05-02 14:41+0200\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-05-19 20:20+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: 1432066845.000000\n"
#: macinstall.ulf
msgctxt ""
@@ -45,7 +46,7 @@ msgctxt ""
"IntroText1\n"
"LngText.text"
msgid "Welcome to the [FULLPRODUCTNAME] Installation Wizard"
-msgstr "Degemer mar er meziant staliañ [FULLPRODUCTNAME]"
+msgstr "Degemer mat er meziant staliañ [FULLPRODUCTNAME]"
#: macinstall.ulf
msgctxt ""
diff --git a/source/br/svtools/source/misc.po b/source/br/svtools/source/misc.po
index 525f58942dc..07c8e1e7d0d 100644
--- a/source/br/svtools/source/misc.po
+++ b/source/br/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-11-18 11:23+0100\n"
-"PO-Revision-Date: 2014-12-26 18:25+0000\n"
+"PO-Revision-Date: 2015-05-19 20:28+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: 1419618312.000000\n"
+"X-POOTLE-MTIME: 1432067330.000000\n"
#: imagemgr.src
msgctxt ""
@@ -2580,7 +2580,7 @@ msgctxt ""
"LANGUAGE_USER_EWE_GHANA\n"
"pairedlist.text"
msgid "Éwé"
-msgstr "Éwé"
+msgstr "Ewe"
#: langtab.src
msgctxt ""
diff --git a/source/br/svtools/uiconfig/ui.po b/source/br/svtools/uiconfig/ui.po
index 1c8a6ce8bff..025e85ba069 100644
--- a/source/br/svtools/uiconfig/ui.po
+++ b/source/br/svtools/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-11-18 11:23+0100\n"
-"PO-Revision-Date: 2014-12-26 18:10+0000\n"
+"PO-Revision-Date: 2015-05-08 14:19+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: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1419617409.000000\n"
+"X-POOTLE-MTIME: 1431094770.000000\n"
#: GraphicExportOptionsDialog.ui
msgctxt ""
@@ -500,7 +500,7 @@ msgctxt ""
"3\n"
"stringlist.text"
msgid "points"
-msgstr "a boentoù pegañ"
+msgstr "a boentoù"
#: graphicexport.ui
msgctxt ""
diff --git a/source/br/svx/source/engine3d.po b/source/br/svx/source/engine3d.po
index 300d5f3bc41..215a1b1c55f 100644
--- a/source/br/svx/source/engine3d.po
+++ b/source/br/svx/source/engine3d.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-05-30 13:09+0200\n"
-"PO-Revision-Date: 2013-07-28 15:04+0000\n"
+"POT-Creation-Date: 2014-11-18 11:23+0100\n"
+"PO-Revision-Date: 2015-05-08 14:27+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: 1375023878.0\n"
+"X-POOTLE-MTIME: 1431095257.000000\n"
#: float3d.src
msgctxt ""
@@ -32,7 +32,7 @@ msgctxt ""
"BTN_REPRESENTATION\n"
"imagebutton.quickhelptext"
msgid "Shading"
-msgstr "Skeud"
+msgstr "Disheoliadur"
#: float3d.src
msgctxt ""
@@ -194,7 +194,7 @@ msgctxt ""
"FL_NORMALS\n"
"fixedline.text"
msgid "Normals"
-msgstr "Reizh"
+msgstr "Skoueriegenneoù"
#: float3d.src
msgctxt ""
@@ -347,7 +347,7 @@ msgctxt ""
"FT_FOCAL_LENGTH\n"
"fixedtext.text"
msgid "~Focal length"
-msgstr "Am~kanell"
+msgstr "~Stihed"
#: float3d.src
msgctxt ""
@@ -356,7 +356,7 @@ msgctxt ""
"FL_REPRESENTATION\n"
"fixedline.text"
msgid "Shading"
-msgstr "Skeud"
+msgstr "Disheoliadur"
#: float3d.src
msgctxt ""
@@ -527,7 +527,7 @@ msgctxt ""
"BTN_TEX_MODULATE\n"
"imagebutton.quickhelptext"
msgid "Texture and Shading"
-msgstr "Gwiadezh ha skeud"
+msgstr "Gwiadezh ha disheoliadur"
#: float3d.src
msgctxt ""
@@ -725,7 +725,7 @@ msgctxt ""
"FT_MAT_EMISSION\n"
"fixedtext.text"
msgid "~Illumination color"
-msgstr "~Liv luc'hek"
+msgstr "~Liv sklerijennañ"
#: float3d.src
msgctxt ""
@@ -891,7 +891,7 @@ msgctxt ""
"RID_SVX_3D_UNDO_FOCAL\n"
"string.text"
msgid "Focal length"
-msgstr "Amkanell ar c'hamera"
+msgstr "Stihed"
#: string3d.src
msgctxt ""
diff --git a/source/br/svx/source/sidebar/area.po b/source/br/svx/source/sidebar/area.po
index a139bc107a3..f0f6a915019 100644
--- a/source/br/svx/source/sidebar/area.po
+++ b/source/br/svx/source/sidebar/area.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:06+0200\n"
-"PO-Revision-Date: 2014-06-08 15:59+0000\n"
+"POT-Creation-Date: 2014-11-18 11:23+0100\n"
+"PO-Revision-Date: 2015-05-08 13:38+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: 1402243191.000000\n"
+"X-POOTLE-MTIME: 1431092314.000000\n"
#: AreaPropertyPanel.src
msgctxt ""
@@ -32,7 +32,7 @@ msgctxt ""
"MTR_TRGR_CENTER_X\n"
"metricfield.quickhelptext"
msgid "Specify the horizontal offset percentage from the center for the gradient shading style. 50% is the horizontal center."
-msgstr "Erspizañ dregantad al linkañ a-blaen diouzh ar c'hreiz evit stil skeudañ an ilrezenn. 50% a dalv d'ur c'hreiz a-blaen."
+msgstr "Erspizañ dregantad al linkañ a-blaen diouzh ar c'hreiz evit stil disheoliañ an ilrezenn. 50% a dalv d'ur c'hreiz a-blaen."
#: AreaPropertyPanel.src
msgctxt ""
@@ -50,7 +50,7 @@ msgctxt ""
"MTR_TRGR_CENTER_Y\n"
"metricfield.quickhelptext"
msgid "Specify the vertical offset percentage from the center for the gradient shading style. 50% is the vertical center."
-msgstr "Erspizañ dregantad al linkañ a-serzh diouzh ar c'hreiz evit stil skeudañ an ilrezenn. 50% a dalv d'ur c'hreiz a-serzh."
+msgstr "Erspizañ dregantad al linkañ a-serzh diouzh ar c'hreiz evit stil disheoliañ an ilrezenn. 50% a dalv d'ur c'hreiz a-serzh."
#: AreaPropertyPanel.src
msgctxt ""
@@ -77,7 +77,7 @@ msgctxt ""
"MTR_TRGR_ANGLE\n"
"metricfield.quickhelptext"
msgid "Specify the angle of rotation for the gradient shading style."
-msgstr "Erspizañ korn ar c'hwelañ evit stil skeud an ilrezenn."
+msgstr "Erspizañ korn ar c'hwelañ evit stil disheoliañ an ilrezenn."
#: AreaPropertyPanel.src
msgctxt ""
diff --git a/source/br/svx/source/toolbars.po b/source/br/svx/source/toolbars.po
index 10184c5a4a0..06d60c7aade 100644
--- a/source/br/svx/source/toolbars.po
+++ b/source/br/svx/source/toolbars.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-05-01 11:44+0200\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-05-08 13:26+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: 1431091562.000000\n"
#: extrusionbar.src
msgctxt ""
@@ -93,7 +94,7 @@ msgctxt ""
"RID_SVXSTR_UNDO_APPLY_EXTRUSION_LIGHTING\n"
"string.text"
msgid "Change Lighting"
-msgstr "Daskemmañ ar goulaouiñ"
+msgstr "Daskemmañ ar sklêrijennañ"
#: extrusionbar.src
msgctxt ""
diff --git a/source/ca/chart2/uiconfig/ui.po b/source/ca/chart2/uiconfig/ui.po
index 36ac9d56e8f..864b42509bf 100644
--- a/source/ca/chart2/uiconfig/ui.po
+++ b/source/ca/chart2/uiconfig/ui.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-11-18 11:22+0100\n"
-"PO-Revision-Date: 2014-11-22 07:03+0000\n"
-"Last-Translator: Joan <joan@montane.cat>\n"
+"PO-Revision-Date: 2015-05-06 12:54+0000\n"
+"Last-Translator: Jordi <jordis@softcatala.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1416639798.000000\n"
+"X-POOTLE-MTIME: 1430916854.000000\n"
#: 3dviewdialog.ui
msgctxt ""
@@ -1103,7 +1103,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_End with horizontal line"
-msgstr "_Finalitza amb una línia hortizontal"
+msgstr "_Finalitza amb una línia horitzontal"
#: steppedlinesdlg.ui
msgctxt ""
diff --git a/source/ca/formula/source/core/resource.po b/source/ca/formula/source/core/resource.po
index 6dfb6a35e67..98560f8766f 100644
--- a/source/ca/formula/source/core/resource.po
+++ b/source/ca/formula/source/core/resource.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-04-28 21:31+0200\n"
+"POT-Creation-Date: 2015-05-26 14:41+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/source/ca/helpcontent2/source/text/smath/01.po b/source/ca/helpcontent2/source/text/smath/01.po
index 7a0fb5362fc..783db652a55 100644
--- a/source/ca/helpcontent2/source/text/smath/01.po
+++ b/source/ca/helpcontent2/source/text/smath/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-11-18 11:24+0100\n"
-"PO-Revision-Date: 2015-01-05 21:14+0000\n"
+"PO-Revision-Date: 2015-05-06 12:57+0000\n"
"Last-Translator: Jordi <jordis@softcatala.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
@@ -12,10 +12,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
"X-Language: ca\n"
-"X-POOTLE-MTIME: 1420492456.000000\n"
+"X-POOTLE-MTIME: 1430917040.000000\n"
#: 02080000.xhp
msgctxt ""
@@ -4768,7 +4768,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "Align to horizontal center"
-msgstr "Alineació al centre"
+msgstr "Alineació al centre horitzontal"
#: 03090700.xhp
msgctxt ""
@@ -10925,7 +10925,7 @@ msgctxt ""
"469\n"
"help.text"
msgid "Align to horizontal center"
-msgstr "Alineació al centre"
+msgstr "Alineació al centre horitzontal"
#: 03091509.xhp
msgctxt ""
diff --git a/source/da/scp2/source/extensions.po b/source/da/scp2/source/extensions.po
index 959ed15c65d..e52ae4b49b2 100644
--- a/source/da/scp2/source/extensions.po
+++ b/source/da/scp2/source/extensions.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: 2013-05-29 19:51+0000\n"
-"Last-Translator: laugesen <jesper@laugesen.org>\n"
+"POT-Creation-Date: 2014-11-18 11:23+0100\n"
+"PO-Revision-Date: 2015-05-22 18:57+0000\n"
+"Last-Translator: Jesper <jesper.hertel@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: da\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: 1369857079.0\n"
+"X-POOTLE-MTIME: 1432321035.000000\n"
#: module_extensions.ulf
msgctxt ""
@@ -262,7 +262,7 @@ msgctxt ""
"STR_NAME_MODULE_OPTIONAL_EXTENSIONS_SCRIPT_PROVIDER_FOR_BEANSHELL\n"
"LngText.text"
msgid "Script provider for BeanShell"
-msgstr "Forberedelse af BeanShell-Scripting"
+msgstr "Understøttelse af BeanShell-Scripting"
#: module_extensions.ulf
msgctxt ""
@@ -270,7 +270,7 @@ msgctxt ""
"STR_DESC_MODULE_OPTIONAL_EXTENSIONS_SCRIPT_PROVIDER_FOR_BEANSHELL\n"
"LngText.text"
msgid "Script provider for BeanShell"
-msgstr "Forberedelse af BeanShell-Scripting"
+msgstr "Understøttelse af BeanShell-Scripting"
#: module_extensions.ulf
msgctxt ""
@@ -278,7 +278,7 @@ msgctxt ""
"STR_NAME_MODULE_OPTIONAL_EXTENSIONS_SCRIPT_PROVIDER_FOR_JAVASCRIPT\n"
"LngText.text"
msgid "Script provider for JavaScript"
-msgstr "Forberedelse af JavaScript"
+msgstr "Understøttelse af JavaScript-scripting"
#: module_extensions.ulf
msgctxt ""
@@ -286,7 +286,7 @@ msgctxt ""
"STR_DESC_MODULE_OPTIONAL_EXTENSIONS_SCRIPT_PROVIDER_FOR_JAVASCRIPT\n"
"LngText.text"
msgid "Script provider for JavaScript"
-msgstr "Forberedelse af JavaScript"
+msgstr "Understøttelse af JavaScript-scripting"
#: module_extensions_sun_templates.ulf
msgctxt ""
diff --git a/source/de/cui/uiconfig/ui.po b/source/de/cui/uiconfig/ui.po
index 4897b2e898c..72d4afecf76 100644
--- a/source/de/cui/uiconfig/ui.po
+++ b/source/de/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-01-07 11:08+0100\n"
-"PO-Revision-Date: 2015-02-14 17:51+0000\n"
+"PO-Revision-Date: 2015-05-07 16:02+0000\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: none\n"
"Language: de\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1423936281.000000\n"
+"X-POOTLE-MTIME: 1431014523.000000\n"
#: aboutconfigdialog.ui
msgctxt ""
@@ -716,7 +716,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Area"
-msgstr "_Fläche"
+msgstr "Fläche"
#: areadialog.ui
msgctxt ""
@@ -10513,7 +10513,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Allow collecting usage information, and sending it to TDF servers"
-msgstr "Das Sammeln und Senden von Informationen über die Benutzung an die Server der TDF erlauben"
+msgstr "Erlauben, Nutzungsdaten zu sammeln und an die Server der TDF zu senden."
#: optgeneralpage.ui
msgctxt ""
@@ -12472,7 +12472,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Use OpenGL for all rendering"
-msgstr "OpenGL für das Rendering benutzen"
+msgstr "OpenGL für das Rendern verwenden"
#: optviewpage.ui
msgctxt ""
@@ -12481,7 +12481,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Force OpenGL even if blacklisted (might expose driver bugs)"
-msgstr "OpenGL trotz Blacklist erzwingen"
+msgstr "OpenGL trotz Eintrag in Negativliste erzwingen"
#: optviewpage.ui
msgctxt ""
diff --git a/source/de/extensions/uiconfig/sbibliography/ui.po b/source/de/extensions/uiconfig/sbibliography/ui.po
index f103385f8ad..586a3efb378 100644
--- a/source/de/extensions/uiconfig/sbibliography/ui.po
+++ b/source/de/extensions/uiconfig/sbibliography/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: 2014-11-18 11:23+0100\n"
-"PO-Revision-Date: 2014-11-19 16:25+0000\n"
+"PO-Revision-Date: 2015-05-18 14:01+0000\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: 1416414343.000000\n"
+"X-POOTLE-MTIME: 1431957669.000000\n"
#: choosedatasourcedialog.ui
msgctxt ""
@@ -239,7 +239,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Numb_er"
-msgstr "Anza_hl"
+msgstr "N_ummer"
#: generalpage.ui
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/scalc.po b/source/de/helpcontent2/source/text/scalc.po
index c0528cfb8da..917503f95e6 100644
--- a/source/de/helpcontent2/source/text/scalc.po
+++ b/source/de/helpcontent2/source/text/scalc.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-11-18 11:23+0100\n"
-"PO-Revision-Date: 2015-04-23 16:10+0000\n"
+"PO-Revision-Date: 2015-05-17 12:40+0000\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: 1429805457.000000\n"
+"X-POOTLE-MTIME: 1431866420.000000\n"
#: main0000.xhp
msgctxt ""
@@ -1262,7 +1262,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Page Preview Bar"
-msgstr "Symbolleiste Seitenansicht"
+msgstr "Symbolleiste Druckvorschau"
#: main0210.xhp
msgctxt ""
@@ -1271,7 +1271,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/scalc/main0210.xhp\" name=\"Page Preview Bar\">Page Preview Bar</link>"
-msgstr "<link href=\"text/scalc/main0210.xhp\" name=\"Symbolleiste Seitenansicht\">Symbolleiste Seitenansicht</link>"
+msgstr "<link href=\"text/scalc/main0210.xhp\" name=\"Symbolleiste Druckvorschau\">Symbolleiste Druckvorschau</link>"
#: main0210.xhp
msgctxt ""
@@ -1280,7 +1280,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<ahelp hid=\"HID_SC_WIN_PREVIEW\">The <emph>Page Preview</emph> Bar is displayed when you choose <emph>File - Page Preview</emph>.</ahelp>"
-msgstr "<ahelp hid=\"HID_SC_WIN_PREVIEW\">Die Symbolleiste <emph>Seitenansicht</emph> wird angezeigt, wenn Sie im Menü <emph>Datei - Seitenansicht</emph> auswählen.</ahelp>"
+msgstr "<ahelp hid=\"HID_SC_WIN_PREVIEW\">Die Symbolleiste <emph>Druckvorschau</emph> wird angezeigt, wenn Sie im Menü <emph>Datei - Druckvorschau</emph> auswählen.</ahelp>"
#: main0210.xhp
msgctxt ""
@@ -1349,7 +1349,7 @@ msgctxt ""
"3\n"
"help.text"
msgid "Close Preview"
-msgstr "Seitenansicht schließen"
+msgstr "Druckvorschau schließen"
#: main0210.xhp
msgctxt ""
@@ -1357,7 +1357,7 @@ msgctxt ""
"par_id460829\n"
"help.text"
msgid "To exit the page preview, click the <emph>Close Preview</emph> button."
-msgstr "Um die Seitenansicht zu beenden, klicken Sie auf die Schaltfläche <emph>Seitenansicht schließen</emph>."
+msgstr "Um die Druckvorschau zu beenden, klicken Sie auf die Schaltfläche <emph>Druckvorschau schließen</emph>."
#: main0214.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/scalc/00.po b/source/de/helpcontent2/source/text/scalc/00.po
index d5c6d0586c5..2e3f7b86bc0 100644
--- a/source/de/helpcontent2/source/text/scalc/00.po
+++ b/source/de/helpcontent2/source/text/scalc/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-11-18 11:23+0100\n"
-"PO-Revision-Date: 2014-11-28 14:44+0000\n"
+"PO-Revision-Date: 2015-05-17 12:40+0000\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: 1417185872.000000\n"
+"X-POOTLE-MTIME: 1431866434.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -296,7 +296,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "<variable id=\"seumvo\">Choose <emph>View - Page Break Preview</emph></variable>"
-msgstr "<variable id=\"seumvo\">Menü <emph>Ansicht - Seitenumbruch-Vorschau</emph></variable>"
+msgstr "<variable id=\"seumvo\">Wählen Sie im Menü <emph>Ansicht - Seitenumbruch-Vorschau</emph></variable>"
#: 00000404.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/scalc/01.po b/source/de/helpcontent2/source/text/scalc/01.po
index 6655d0f696a..5c559298517 100644
--- a/source/de/helpcontent2/source/text/scalc/01.po
+++ b/source/de/helpcontent2/source/text/scalc/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-11-26 19:57+0100\n"
-"PO-Revision-Date: 2015-04-23 15:54+0000\n"
+"PO-Revision-Date: 2015-05-22 16:20+0000\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: 1429804449.000000\n"
+"X-POOTLE-MTIME: 1432311641.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -22,7 +22,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Page Preview"
-msgstr "Seitenansicht"
+msgstr "Druckvorschau"
#: 01120000.xhp
msgctxt ""
@@ -30,7 +30,7 @@ msgctxt ""
"hd_id1918698\n"
"help.text"
msgid "<link href=\"text/scalc/01/01120000.xhp\">Page Preview</link>"
-msgstr "<link href=\"text/scalc/01/01120000.xhp\">Seitenansicht</link>"
+msgstr "<link href=\"text/scalc/01/01120000.xhp\">Druckvorschau</link>"
#: 01120000.xhp
msgctxt ""
@@ -38,7 +38,7 @@ msgctxt ""
"par_id3831598\n"
"help.text"
msgid "<ahelp hid=\".uno:PrintPreview\">Displays a preview of the printed page or closes the preview.</ahelp>"
-msgstr "<ahelp hid=\".uno:PrintPreview\">Öffnet oder schließt eine Vorschau der gedruckten Seite.</ahelp>"
+msgstr "<ahelp hid=\".uno:PrintPreview\">Öffnet oder schließt die Druckvorschau.</ahelp>"
#: 01120000.xhp
msgctxt ""
@@ -46,7 +46,7 @@ msgctxt ""
"par_id3145847\n"
"help.text"
msgid "Use the icons on the <emph>Page Preview Bar</emph> to scroll through the pages of the document or to print the document."
-msgstr "In der Symbolleiste <emph>Seitenvorschau</emph> stehen Symbole zum Durchlaufen der Seiten oder Drucken des Dokuments zur Verfügung."
+msgstr "In der Symbolleiste <emph>Druckvorschau</emph> stehen Symbole zum Durchlaufen der Seiten oder Drucken des Dokuments zur Verfügung."
#: 01120000.xhp
msgctxt ""
@@ -62,7 +62,7 @@ msgctxt ""
"par_id7211828\n"
"help.text"
msgid "You cannot edit your document while you are in the page preview."
-msgstr "In der Seitenansicht ist keine Bearbeitung des Dokuments möglich."
+msgstr "In der Druckvorschau ist keine Bearbeitung des Dokuments möglich."
#: 01120000.xhp
msgctxt ""
@@ -70,7 +70,7 @@ msgctxt ""
"par_id460829\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">To exit the page preview, click the <emph>Close Preview</emph> button.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Zum Verlassen der Seitenansicht klicken Sie auf die Schaltfläche <emph>Seitenansicht schließen</emph>.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Zum Verlassen der Druckvorschau klicken Sie auf die Schaltfläche <emph>Druckvorschau schließen</emph>.</ahelp>"
#: 01120000.xhp
msgctxt ""
@@ -9378,7 +9378,7 @@ msgctxt ""
"bm_id3147081\n"
"help.text"
msgid "<bookmark_value>ISERROR function</bookmark_value><bookmark_value>recognizing;general errors</bookmark_value>"
-msgstr "<bookmark_value>ISTFEHLER (Funktion)</bookmark_value><bookmark_value>Erkennen;allgemeine Fehler</bookmark_value>"
+msgstr "<bookmark_value>ISTFEHLER (Funktion)</bookmark_value><bookmark_value>Erkennen; allgemeine Fehler</bookmark_value>"
#: 04060104.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/scalc/04.po b/source/de/helpcontent2/source/text/scalc/04.po
index 94e04d52fb9..4f5901a8e25 100644
--- a/source/de/helpcontent2/source/text/scalc/04.po
+++ b/source/de/helpcontent2/source/text/scalc/04.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-11-18 11:23+0100\n"
-"PO-Revision-Date: 2015-01-13 07:49+0000\n"
+"PO-Revision-Date: 2015-05-17 12:52+0000\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: 1421135349.000000\n"
+"X-POOTLE-MTIME: 1431867167.000000\n"
#: 01020000.xhp
msgctxt ""
@@ -381,7 +381,7 @@ msgctxt ""
"131\n"
"help.text"
msgid "In the page preview: Moves to the previous print page."
-msgstr "In der Seitenvorschau: Springt zur vorigen Druckseite."
+msgstr "In der Druckvorschau: Springt zur vorigen Druckseite."
#: 01020000.xhp
msgctxt ""
@@ -408,7 +408,7 @@ msgctxt ""
"132\n"
"help.text"
msgid "In the page preview: Moves to the next print page."
-msgstr "In der Seitenvorschau: Springt zur nächsten Druckseite."
+msgstr "In der Druckvorschau: Springt zur nächsten Druckseite."
#: 01020000.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/scalc/guide.po b/source/de/helpcontent2/source/text/scalc/guide.po
index d3526357446..5cee4170a99 100644
--- a/source/de/helpcontent2/source/text/scalc/guide.po
+++ b/source/de/helpcontent2/source/text/scalc/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-11-18 11:23+0100\n"
-"PO-Revision-Date: 2015-01-29 13:49+0000\n"
+"PO-Revision-Date: 2015-05-17 12:54+0000\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: 1422539375.000000\n"
+"X-POOTLE-MTIME: 1431867266.000000\n"
#: address_auto.xhp
msgctxt ""
@@ -5549,7 +5549,7 @@ msgctxt ""
"22\n"
"help.text"
msgid "An image that you have loaded with <item type=\"menuitem\">Format - Page - Background</item> is only visible in print or in the page preview. To display a background image on screen as well, insert the graphic image by choosing <item type=\"menuitem\">Insert - Image - From File</item> and arrange the image behind the cells by choosing <item type=\"menuitem\">Format - Arrange - To Background</item>. Use the <link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link> to select the background image."
-msgstr "Ein Bild, das Sie mittels <item type=\"menuitem\">Format - Seite... - Hintergrund</item> hinzugefügt haben, ist nur im Ausdruck oder in der Seitenvorschau sichtbar. Um ein Hintergrundbild auch am Bildschirm anzuzeigen, fügen Sie das Bild über das Menü <item type=\"menuitem\">Einfügen - Bild - Aus Datei...</item> ein und ordnen Sie es über das Menü <item type=\"menuitem\">Format - Anordnung - In den Hintergrund</item> hinter den Zellen an. Benutzen Sie den <link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link>, um das Hintergrundbild auszuwählen."
+msgstr "Ein Bild, das Sie mittels <item type=\"menuitem\">Format - Seite... - Hintergrund</item> hinzugefügt haben, ist nur im Ausdruck oder in der Druckvorschau sichtbar. Um ein Hintergrundbild auch am Bildschirm anzuzeigen, fügen Sie das Bild über das Menü <item type=\"menuitem\">Einfügen - Bild - Aus Datei...</item> ein und ordnen Sie es über das Menü <item type=\"menuitem\">Format - Anordnung - In den Hintergrund</item> hinter den Zellen an. Benutzen Sie den <link href=\"text/scalc/01/02110000.xhp\" name=\"Navigator\">Navigator</link>, um das Hintergrundbild auszuwählen."
#: format_table.xhp
msgctxt ""
@@ -7287,7 +7287,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "Printing and Page Preview"
-msgstr "Drucken und Seitenansicht"
+msgstr "Drucken und Druckvorschau"
#: main.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/shared/00.po b/source/de/helpcontent2/source/text/shared/00.po
index 7cdf3fd6b7c..592b345831b 100644
--- a/source/de/helpcontent2/source/text/shared/00.po
+++ b/source/de/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: 2014-11-18 11:23+0100\n"
-"PO-Revision-Date: 2015-04-23 16:15+0000\n"
+"PO-Revision-Date: 2015-05-17 13:04+0000\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: 1429805724.000000\n"
+"X-POOTLE-MTIME: 1431867889.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -5719,7 +5719,7 @@ msgctxt ""
"par_id389416\n"
"help.text"
msgid "<variable id=\"webhtml\">Choose <emph>File - Preview in Web Browser</emph></variable>"
-msgstr "<variable id=\"webhtml\">Wählen Sie <emph>Datei - Vorschau in Webbrowser</emph></variable>"
+msgstr "<variable id=\"webhtml\">Wählen Sie im Menü <emph>Datei - Vorschau in Webbrowser</emph></variable>"
#: 00000401.xhp
msgctxt ""
@@ -6622,7 +6622,7 @@ msgctxt ""
"69\n"
"help.text"
msgid "Menu<emph> File - Page Preview</emph>"
-msgstr "Menü<emph> Datei - Seitenansicht</emph>"
+msgstr "Wählen Sie im Menü <emph>Datei - Druckvorschau</emph>"
#: 00000401.xhp
msgctxt ""
@@ -6638,7 +6638,7 @@ msgctxt ""
"par_idN11384\n"
"help.text"
msgid "Page Preview"
-msgstr "Seitenansicht"
+msgstr "Druckvorschau"
#: 00000401.xhp
msgctxt ""
@@ -7656,7 +7656,7 @@ msgctxt ""
"44\n"
"help.text"
msgid "Full Screen On/Off (in Page Preview)"
-msgstr "Vollbild ein/aus (in Seitenansicht)"
+msgstr "Vollbild ein/aus (in Druckvorschau)"
#: 00000403.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/shared/01.po b/source/de/helpcontent2/source/text/shared/01.po
index 4ff78c70f0e..6372732e7fb 100644
--- a/source/de/helpcontent2/source/text/shared/01.po
+++ b/source/de/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: 2014-11-18 11:23+0100\n"
-"PO-Revision-Date: 2015-04-23 16:24+0000\n"
+"PO-Revision-Date: 2015-04-29 16:10+0000\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: 1429806265.000000\n"
+"X-POOTLE-MTIME: 1430323805.000000\n"
#: 01010000.xhp
msgctxt ""
@@ -16763,7 +16763,7 @@ msgctxt ""
"138\n"
"help.text"
msgid "Era, full name and year"
-msgstr "Ära, vollständiger Name, und Jahr"
+msgstr "Ära, vollständiger Name und Jahr"
#: 05020301.xhp
msgctxt ""
@@ -22676,7 +22676,7 @@ msgctxt ""
"10\n"
"help.text"
msgid "<ahelp hid=\".uno:ChangeCaseToFullWidth\">Changes the selected Asian characters to full width characters.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\".uno:ChangeCaseToFullWidth\">Formt die ausgewählten asiatischen Zeichen in normale Breite um.</ahelp>"
+msgstr "<ahelp hid=\".uno:ChangeCaseToFullWidth\">Formt die ausgewählten asiatischen Zeichen in normale Breite um.</ahelp>"
#: 05050000.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/shared/02.po b/source/de/helpcontent2/source/text/shared/02.po
index 80cc3e117f4..86b48effae5 100644
--- a/source/de/helpcontent2/source/text/shared/02.po
+++ b/source/de/helpcontent2/source/text/shared/02.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-11-18 11:23+0100\n"
-"PO-Revision-Date: 2014-12-24 04:41+0000\n"
+"PO-Revision-Date: 2015-05-17 13:35+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: 1419396100.000000\n"
+"X-POOTLE-MTIME: 1431869728.000000\n"
#: 01110000.xhp
msgctxt ""
@@ -13087,7 +13087,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<ahelp hid=\".uno:PreviousPage\" visibility=\"visible\">Moves back to the previous page in the document.</ahelp> This function is only active when you select the <emph>Page Preview</emph> function on the <emph>File</emph> menu."
-msgstr "<ahelp hid=\".uno:PreviousPage\" visibility=\"visible\">Springt zur vorigen Seite im Dokument.</ahelp> Diese Funktion ist nur aktiv, wenn Sie die <emph>Seitenansicht</emph> über das Menü <emph>Datei</emph> aufrufen."
+msgstr "<ahelp hid=\".uno:PreviousPage\" visibility=\"visible\">Springt zur vorigen Seite im Dokument.</ahelp> Diese Funktion ist nur aktiv, wenn Sie die <emph>Druckvorschau</emph> über das Menü <emph>Datei</emph> aufrufen."
#: 10010000.xhp
msgctxt ""
@@ -13130,7 +13130,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<ahelp hid=\".uno:NextPage\" visibility=\"visible\">Moves forward to the next page in the document.</ahelp> This function is only active when you select the <emph>Page Preview</emph> function on the <emph>File</emph> menu."
-msgstr "<ahelp hid=\".uno:NextPage\" visibility=\"visible\">Springt zur nächsten Seite im Dokument.</ahelp> Diese Funktion ist nur aktiv, wenn Sie die <emph>Seitenansicht</emph> über das Menü <emph>Datei</emph> aufrufen."
+msgstr "<ahelp hid=\".uno:NextPage\" visibility=\"visible\">Springt zur nächsten Seite im Dokument.</ahelp> Diese Funktion ist nur aktiv, wenn Sie die <emph>Druckvorschau</emph> über das Menü <emph>Datei</emph> aufrufen."
#: 10020000.xhp
msgctxt ""
@@ -13173,7 +13173,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<ahelp hid=\".uno:FirstPage\" visibility=\"visible\">Moves to the first page of the document.</ahelp> This function is only active when you select the <emph>Page Preview</emph> function on the <emph>File</emph> menu."
-msgstr "<ahelp hid=\".uno:FirstPage\" visibility=\"visible\">Springt zur ersten Seite im Dokument.</ahelp> Diese Funktion ist nur aktiv, wenn Sie die <emph>Seitenansicht</emph> über das Menü <emph>Datei</emph> aufrufen."
+msgstr "<ahelp hid=\".uno:FirstPage\" visibility=\"visible\">Springt zur ersten Seite im Dokument.</ahelp> Diese Funktion ist nur aktiv, wenn Sie die <emph>Druckvorschau</emph> über das Menü <emph>Datei</emph> aufrufen."
#: 10030000.xhp
msgctxt ""
@@ -13259,7 +13259,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<ahelp hid=\".uno:CloseWin\">Closes the current window.</ahelp> Choose <emph>Window - Close Window</emph>, or press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+F4. In the page preview of $[officename] Writer and Calc, you can close the current window by clicking the <emph>Close Preview</emph> button."
-msgstr "<ahelp hid=\".uno:CloseWin\">Schließt das aktuelle Fenster.</ahelp> Wählen Sie <emph>Fenster - Fenster schließen</emph>, oder drücken Sie <switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline>+F4. In der Seitenvorschau von $[officename] Writer und Calc können Sie das aktuelle Fenster durch Klicken auf die Schaltfläche <emph>Fenster schließen</emph> schließen."
+msgstr "<ahelp hid=\".uno:CloseWin\">Schließt das aktuelle Fenster.</ahelp> Wählen Sie <emph>Fenster - Fenster schließen</emph> oder drücken Sie <switchinline select=\"sys\"><caseinline select=\"MAC\">Befehl</caseinline><defaultinline>Strg</defaultinline></switchinline>+F4. In der Druckvorschau von $[officename] Writer und Calc können Sie das aktuelle Fenster durch Klicken auf die Schaltfläche <emph>Druckvorschau schließen</emph> verlassen."
#: 10100000.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/shared/04.po b/source/de/helpcontent2/source/text/shared/04.po
index 81e83a0d6c5..147327f547e 100644
--- a/source/de/helpcontent2/source/text/shared/04.po
+++ b/source/de/helpcontent2/source/text/shared/04.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:10+0200\n"
-"PO-Revision-Date: 2014-08-30 09:36+0000\n"
+"POT-Creation-Date: 2014-11-18 11:23+0100\n"
+"PO-Revision-Date: 2015-04-29 16:13+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: 1409391404.000000\n"
+"X-POOTLE-MTIME: 1430324022.000000\n"
#: 01010000.xhp
msgctxt ""
@@ -1503,7 +1503,7 @@ msgctxt ""
"250\n"
"help.text"
msgid "Page Up"
-msgstr "Seite auf"
+msgstr "Bild nach oben"
#: 01010000.xhp
msgctxt ""
@@ -1512,7 +1512,7 @@ msgctxt ""
"249\n"
"help.text"
msgid "Scroll up one screen."
-msgstr "Sprung zur nächsten Seite"
+msgstr "Sprung zur vorherigen Seite"
#: 01010000.xhp
msgctxt ""
@@ -1521,7 +1521,7 @@ msgctxt ""
"355\n"
"help.text"
msgid "Page Down"
-msgstr "Bild ab"
+msgstr "Bild nach unten"
#: 01010000.xhp
msgctxt ""
@@ -1530,7 +1530,7 @@ msgctxt ""
"248\n"
"help.text"
msgid "Scroll down one screen."
-msgstr "Seite ab"
+msgstr "Sprung zur nächsten Seite"
#: 01010000.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/shared/guide.po b/source/de/helpcontent2/source/text/shared/guide.po
index 2a072a92636..9887db08cc5 100644
--- a/source/de/helpcontent2/source/text/shared/guide.po
+++ b/source/de/helpcontent2/source/text/shared/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: 2015-01-07 11:07+0100\n"
-"PO-Revision-Date: 2015-01-10 10:40+0000\n"
-"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
+"PO-Revision-Date: 2015-04-29 16:18+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"
@@ -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: 1420886423.000000\n"
+"X-POOTLE-MTIME: 1430324299.000000\n"
#: aaa_start.xhp
msgctxt ""
@@ -9285,7 +9285,7 @@ msgctxt ""
"48\n"
"help.text"
msgid "You should create the same directory structure on your hard disk as that which exists in the web space hosted by your Internet provider. Call the root directory for the homepage on your hard disk \"homepage\", for example. The start file is then \"index.html\", the full path being \"C:\\homepage\\index.html\" (assuming Windows operating system). The URL on your Internet provider's server might then be as follows: \"http://www.myprovider.com/mypage/index.html\". With relative addressing, you indicate the link relative to the location of the output document. For example, if you placed all the graphics for your homepage in a subfolder called \"C:\\homepage\\images\", you would need to give the following path to access the graphic \"picture.gif\": \"images\\picture.gif\". This is the relative path, starting from the location of the file \"index.html\". On the provider's server, you would place the picture in the folder \"mypage/images\". When you transfer the document \"index.html\" to the provider's server through the <emph>File - Save As</emph> dialog, and if you have marked the option <emph>Copy local graphics to Internet</emph> under <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Preferences</caseinline><defaultinline>Tools - Options</defaultinline></switchinline> - Load/Save - HTML Compatibility</emph>, $[officename] will automatically copy the graphic to the correct directory on the server."
-msgstr "Es empfiehlt sich, auf der Festplatte dieselbe Verzeichnisstruktur wie in Ihrem Homepage-Bereich auf dem Server Ihres Internetanbieters herzustellen. Benennen Sie zum Beispiel das Wurzelverzeichnis ihrer Homepage auf der Festplatte \"homepage\". Die Startdatei ist dann \"index.html\", der komplette Pfad lautet dann \"C:\\homepage\\index.html\" (ein Windows Betriebssystem angenommen). Die URL auf ihrem Internet Provider Server kann dann wie folgt lauten: \"http://www.myprovider.com/mypage/index.html\". Mit relativer Adressierung, geben Sie die Verknüpfung relativ zum Ausgabedokument an. Zum Beispiel, wenn Sie alle Grafiken für ihre Homepage in einem Unterordner \"C:\\homepage\\images\" platzieren, müssen Sie um auf die Grafik \"picture.gif\" zugreifen zu können, \"images\\picture.gif\" angeben. Dies ist der relative Pfad, beginnend beim Speicherort der Datei \"index.html\". Auf dem Server des Anbieters würden Sie die Bilder im Ordner \"mypage/images\" ablegen. Transferieren Sie das Dokument \"index.html\" zum Server des Anbieters über den Dialog <emph>Datei - Speichern unter</emph>, und haben Sie die Option <emph>Kopiere lokale Grafiken zum Internet</emph> unter <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Einstellungen</caseinline><defaultinline>Extras - Optionen...</defaultinline></switchinline> - Laden/Speichern - HTML Kompatibilität</emph> ausgewählt, kopiert $[officename] die Grafiken automatisch in die korrekten Verzeichnisse auf dem Server."
+msgstr "Es empfiehlt sich, auf der Festplatte dieselbe Verzeichnisstruktur wie in Ihrem Homepage-Bereich auf dem Server Ihres Internetanbieters herzustellen. Benennen Sie zum Beispiel das Wurzelverzeichnis ihrer Homepage auf der Festplatte \"homepage\". Die Startdatei ist dann \"index.html\", der komplette Pfad lautet dann \"C:\\homepage\\index.html\" (ein Windows Betriebssystem angenommen). Die URL auf ihrem Internet Provider Server kann dann wie folgt lauten: \"http://www.myprovider.com/mypage/index.html\". Mit relativer Adressierung, geben Sie die Verknüpfung relativ zum Ausgabedokument an. Zum Beispiel, wenn Sie alle Grafiken für ihre Homepage in einem Unterordner \"C:\\homepage\\images\" platzieren, müssen Sie um auf die Grafik \"picture.gif\" zugreifen zu können, \"images\\picture.gif\" angeben. Dies ist der relative Pfad, beginnend beim Speicherort der Datei \"index.html\". Auf dem Server des Anbieters würden Sie die Bilder im Ordner \"mypage/images\" ablegen. Transferieren Sie das Dokument \"index.html\" zum Server des Anbieters über den Dialog <emph>Datei - Speichern unter</emph>, und haben Sie die Option <emph>Kopiere lokale Grafiken zum Internet</emph> unter <emph><switchinline select=\"sys\"><caseinline select=\"MAC\">%PRODUCTNAME - Einstellungen</caseinline><defaultinline>Extras - Optionen...</defaultinline></switchinline> - Laden/Speichern - HTML Kompatibilität</emph> ausgewählt, kopiert $[officename] die Grafiken automatisch in die korrekten Verzeichnisse auf dem Server."
#: hyperlink_rel_abs.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/shared/optionen.po b/source/de/helpcontent2/source/text/shared/optionen.po
index 95d22ee9730..046c228a59f 100644
--- a/source/de/helpcontent2/source/text/shared/optionen.po
+++ b/source/de/helpcontent2/source/text/shared/optionen.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-11-18 11:23+0100\n"
-"PO-Revision-Date: 2014-12-25 05:38+0000\n"
+"PO-Revision-Date: 2015-05-17 13:40+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: 1419485934.000000\n"
+"X-POOTLE-MTIME: 1431870046.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -4887,7 +4887,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "Use system colors for page previews"
-msgstr "Systemfarben für Seitenvorschau verwenden"
+msgstr "Systemfarben für Druckvorschau verwenden"
#: 01013000.xhp
msgctxt ""
@@ -4896,7 +4896,7 @@ msgctxt ""
"8\n"
"help.text"
msgid "<ahelp hid=\"cui/ui/optaccessibilitypage/systempagepreviewcolor\">Applies the high contrast settings of the operating system to page previews.</ahelp>"
-msgstr "<ahelp hid=\"cui/ui/optaccessibilitypage/systempagepreviewcolor\" visibility=\"visible\">Die Systemeinstellungen für die Kontrastdarstellung werden auch auf Seitenansicht und Seitenvorschau angewendet.</ahelp>"
+msgstr "<ahelp hid=\"cui/ui/optaccessibilitypage/systempagepreviewcolor\" visibility=\"visible\">Die Systemeinstellungen für die Kontrastdarstellung werden auch auf die Druckvorschau angewendet.</ahelp>"
#: 01014000.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/simpress/guide.po b/source/de/helpcontent2/source/text/simpress/guide.po
index 1a507e27b72..8c61a260197 100644
--- a/source/de/helpcontent2/source/text/simpress/guide.po
+++ b/source/de/helpcontent2/source/text/simpress/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:10+0200\n"
-"PO-Revision-Date: 2014-08-30 08:55+0000\n"
+"POT-Creation-Date: 2014-11-18 11:23+0100\n"
+"PO-Revision-Date: 2015-05-17 13:43+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: 1409388935.000000\n"
+"X-POOTLE-MTIME: 1431870225.000000\n"
#: 3d_create.xhp
msgctxt ""
@@ -925,7 +925,7 @@ msgctxt ""
"46\n"
"help.text"
msgid "Choose <emph>View - Normal</emph> or <emph>Notes</emph>, select the slide preview on the <emph>Slides Pane</emph>, and then drag the slide preview to another location."
-msgstr "Wählen Sie <emph>Ansicht - Normal</emph> oder <emph>Notizen</emph>, wählen Sie die Vorschau der Folie im Folienbereich aus und ziehen Sie diese an eine andere Stelle."
+msgstr "Wählen Sie im Menü <emph>Ansicht - Normal</emph> oder <emph>Notizen</emph>, wählen Sie die Vorschau der Folie im Folienbereich aus und ziehen Sie diese an eine andere Stelle."
#: arrange_slides.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/smath/00.po b/source/de/helpcontent2/source/text/smath/00.po
index 1a0e874ea3b..3e5a6e2fd1d 100644
--- a/source/de/helpcontent2/source/text/smath/00.po
+++ b/source/de/helpcontent2/source/text/smath/00.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2013-06-06 18:09+0000\n"
+"POT-Creation-Date: 2014-11-18 11:24+0100\n"
+"PO-Revision-Date: 2015-05-06 06:26+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: 1370542147.0\n"
+"X-POOTLE-MTIME: 1430893614.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -585,7 +585,7 @@ msgctxt ""
"55\n"
"help.text"
msgid "<variable id=\"fmtsfa\">Choose <emph>Format - Fonts</emph></variable>"
-msgstr "<variable id=\"fmtsfa\">Menü <emph>Format - Schriftarten...</emph></variable>"
+msgstr "<variable id=\"fmtsfa\">Wählen Sie im Menü <emph>Format - Schriftarten...</emph></variable>"
#: 00000004.xhp
msgctxt ""
@@ -594,7 +594,7 @@ msgctxt ""
"56\n"
"help.text"
msgid "<variable id=\"fmtssa\">Choose <emph>Format - Fonts - Modify</emph></variable>"
-msgstr "<variable id=\"fmtssa\">Menü <emph>Format - Schriftarten - Ändern - ...</emph></variable>"
+msgstr "<variable id=\"fmtssa\">Wählen Sie im Menü <emph>Format - Schriftarten...</emph> und klicken Sie auf <emph>Ändern</emph>.</variable>"
#: 00000004.xhp
msgctxt ""
@@ -603,7 +603,7 @@ msgctxt ""
"57\n"
"help.text"
msgid "<variable id=\"fmtsgr\">Choose <emph>Format - Font Size</emph></variable>"
-msgstr "<variable id=\"fmtsgr\">Menü <emph>Format - Schriftgrößen</emph></variable>"
+msgstr "<variable id=\"fmtsgr\">Wählen Sie im Menü <emph>Format - Schriftgrößen...</emph></variable>"
#: 00000004.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/smath/01.po b/source/de/helpcontent2/source/text/smath/01.po
index 4e1d2287421..90f36e60469 100644
--- a/source/de/helpcontent2/source/text/smath/01.po
+++ b/source/de/helpcontent2/source/text/smath/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-11-18 11:24+0100\n"
-"PO-Revision-Date: 2014-11-18 15:50+0000\n"
+"PO-Revision-Date: 2015-05-06 06:36+0000\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: 1416325840.000000\n"
+"X-POOTLE-MTIME: 1430894205.000000\n"
#: 02080000.xhp
msgctxt ""
@@ -4340,7 +4340,7 @@ msgctxt ""
"43\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_FONTXY\">Inserts a command for changing the font type, with two placeholders. Replace the first placeholder with the name of one of the <link href=\"text/smath/01/05010000.xhp\" name=\"custom fonts\">custom fonts</link>, <emph>Serif, Sans</emph> or <emph>Fixed</emph>. Replace the second placeholder with the text.</ahelp> You can also type <emph>font <?> <?></emph> directly in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"HID_SMA_FONTXY\">Hiermit fügen Sie einen Befehl zum Ändern der Schriftart mit zwei Platzhaltern ein. Ersetzen Sie den ersten Platzhalter durch den Namen einer der <link href=\"text/smath/01/05010000.xhp\" name=\"Benutzerschriftarten\">Benutzerschriftarten</link>, <emph>Serif</emph>, <emph>Sans</emph> oder <emph>Fix</emph>. Ersetzen Sie den zweiten Platzhalter durch den Text.</ahelp> Sie können auch direkt <emph>font <?> <?></emph> in das <emph>Befehlsfenster</emph> eingeben."
+msgstr "<ahelp hid=\"HID_SMA_FONTXY\">Hiermit fügen Sie einen Befehl zum Ändern der Schriftart mit zwei Platzhaltern ein. Ersetzen Sie den ersten Platzhalter durch den Namen einer der <link href=\"text/smath/01/05010000.xhp\" name=\"Benutzerschriftarten\">Benutzerschriftarten</link>, <emph>Serif</emph>, <emph>Sans</emph> oder <emph>Fix</emph>. Ersetzen Sie den zweiten Platzhalter durch den Text.</ahelp> Sie können auch direkt <emph>font <?> <?></emph> in das <emph>Kommandofenster</emph> eingeben."
#: 03090600.xhp
msgctxt ""
@@ -5987,7 +5987,7 @@ msgctxt ""
"bm_id7562181\n"
"help.text"
msgid "<bookmark_value>font sizes;example</bookmark_value><bookmark_value>sum range example</bookmark_value><bookmark_value>examples ;integral</bookmark_value><bookmark_value>range of integral example</bookmark_value><bookmark_value>integrals;example</bookmark_value>"
-msgstr "<bookmark_value>Schriftgrößen;Beispiel</bookmark_value><bookmark_value>Summenbereich-Beispiel</bookmark_value><bookmark_value>Beispiele; integral</bookmark_value><bookmark_value>Integralbereich-Beispiel</bookmark_value><bookmark_value>Integrale;Beispiel</bookmark_value>"
+msgstr "<bookmark_value>Schriftgrößen; Beispiel</bookmark_value><bookmark_value>Summenbereich-Beispiel</bookmark_value><bookmark_value>Beispiele; Integral</bookmark_value><bookmark_value>Integralbereich-Beispiel</bookmark_value><bookmark_value>Integrale; Beispiel</bookmark_value>"
#: 03090909.xhp
msgctxt ""
@@ -6351,7 +6351,7 @@ msgctxt ""
"34\n"
"help.text"
msgid "Please note that the quotation marks must be entered and can be obtained with <emph>Shift+2</emph> and not with typographical quotation marks. Generally, punctuation marks (like the comma in this case) are set as text. Although it is also possible to type \"\\[2,~3\\)\" the above option is preferable. In the previous example, \"fixed size\" always describes a bracket size dependent on the font size used."
-msgstr "Achten Sie darauf, dass Sie die Anführungsstriche verwenden, die Sie mit <emph>(Umschalt)(2)</emph> erreichen und nicht die typographischen. Grundsätzlich sollten Interpunktionszeichen (wie hier das Komma) immer als Text gesetzt werden, auch Leerzeichen machen sich dort oft ganz gut. Es ist zwar auch möglich \"\\[2,~3\\)\" zu verwenden, aber die obige Möglichkeit ist vorzuziehen. Unter \"feste Größe\" ist oben immer eine nur von der verwendeten Fontgröße abhängige Größe der Klammern zu verstehen."
+msgstr "Achten Sie darauf, dass Sie die Anführungsstriche verwenden, die Sie mit <emph>Umschalt+2</emph> erreichen und nicht die typographischen. Grundsätzlich sollten Interpunktionszeichen (wie hier das Komma) immer als Text gesetzt werden, auch Leerzeichen machen sich dort oft ganz gut. Es ist zwar auch möglich \"\\[2,~3\\)\" zu verwenden, aber die obige Möglichkeit ist vorzuziehen. Unter \"feste Größe\" ist oben immer eine nur von der verwendeten Schriftgröße abhängige Größe der Klammern zu verstehen."
#: 03091100.xhp
msgctxt ""
@@ -6369,7 +6369,7 @@ msgctxt ""
"36\n"
"help.text"
msgid "This differs slightly for competing or mutually influencing attributes. This is often the case with font attributes. For example, which color does the b have in \"color yellow color red (a + color green b)\", or which size does it have in \"size *4 (a + size /2 b)\"? Given a base size of 12, does it have the size 48, 6 or even 24 (which could be seen as a combination)? The following are basic resolution rules, which will be followed consistently in the future. In general, the rules apply to all group operations. This only has a visible effect on the font attributes, like \"bold\", \"ital\", \"phantom\", \"size\", \"color\" and \"font\":"
-msgstr "Etwas anders liegt die Sache allerdings bei Attributen, die miteinander konkurrieren oder sich zumindest direkt gegenseitig beeinflussen. Dies ist oft bei den Font-Attributen der Fall. Welche Farbe hat z B in \"color yellow color red (a + color green b)\" das b, oder welche Größe hat es in \"size *4 (a + size /2 b)\"? Eine Basisgröße von 12 vorausgesetzt, hat es dann die Größe 48, 6 oder gar 24 (was als Kombination gelten könnte)? Was gleich beschrieben wird, galt im wesentlichen bereits für $[officename] 4.0, stellt jetzt aber die grundsätzliche Auflösungsregel dar, nach der in Zukunft alles einheitlich funktioniert. Prinzipiell gilt diese Regel für alle Gruppen-Operationen. Einen zu beobachtenden Effekt hat dies jedoch nur bei den Font-Attributen, also \"bold\", \"ital\", \"phantom\", \"size\", \"color\" und \"font\":"
+msgstr "Etwas anders liegt die Sache allerdings bei Attributen, die miteinander konkurrieren oder sich zumindest direkt gegenseitig beeinflussen. Dies ist oft bei den Schriftattributen der Fall. Welche Farbe hat z.B. in \"color yellow color red (a + color green b)\" das b oder welche Größe hat es in \"size *4 (a + size /2 b)\"? Eine Basisgröße von 12 vorausgesetzt, hat es dann die Größe 48, 6 oder gar 24 (was als Kombination gelten könnte)? Was gleich beschrieben wird, galt im wesentlichen bereits für $[officename] 4.0, stellt jetzt aber die grundsätzliche Auflösungsregel dar, nach der in Zukunft alles einheitlich funktioniert. Prinzipiell gilt diese Regel für alle Gruppen-Operationen. Einen zu beobachtenden Effekt hat dies jedoch nur bei den Schriftattributen, also \"bold\", \"ital\", \"phantom\", \"size\", \"color\" und \"font\":"
#: 03091100.xhp
msgctxt ""
@@ -11625,7 +11625,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "The list boxes in the <emph>Fonts</emph> dialog display a default font for all elements. To change to a different font, click <emph>Modify</emph>, then select the element type. A new dialog box appears. Select the desired font and check any desired attributes, then click <emph>OK</emph>. To set the changes as the default fonts, click the <emph>Default</emph> button."
-msgstr "In den Listenfeldern im Dialog <emph>Schrift</emph> sehen Sie zunächst eine Standardschrift für alle Elemente. Klicken Sie zum Wechseln zu einer anderen Schrift auf <emph>Ändern</emph> und wählen Sie den Elementtyp aus. Es wird ein neuer Dialog angezeigt. Wählen Sie die gewünschte Schrift aus und aktivieren Sie alle gewünschten Attribute. Klicken Sie dann auf <emph>OK</emph>. Klicken Sie auf die Schaltfläche <emph>Standard</emph>, um die Änderungen als Standardschrift einzustellen."
+msgstr "In den Listenfeldern im Dialog <emph>Schriftart ändern</emph> sehen Sie zunächst eine Standardschrift für alle Elemente. Klicken Sie zum Wechseln zu einer anderen Schriftart auf <emph>Ändern</emph> und wählen Sie den Elementtyp aus. Es wird ein neuer Dialog angezeigt. Wählen Sie die gewünschte Schriftart aus und aktivieren Sie alle gewünschten Attribute. Klicken Sie dann auf <emph>OK</emph>. Klicken Sie auf die Schaltfläche <emph>Standard</emph>, um die Änderungen als Standard einzustellen."
#: 05010000.xhp
msgctxt ""
@@ -11634,7 +11634,7 @@ msgctxt ""
"6\n"
"help.text"
msgid "If you want to mark individual text segments with a font other than that used for the whole text, then enter the <link href=\"text/smath/01/05010000.xhp\" name=\"FONT\">Font</link> command in the <emph>Commands</emph> window."
-msgstr "Sollen einzelne Textteile in einer anderen Schrift als der für den gesamten Text definierten formatiert werden, so geben Sie hierfür den Befehl <link href=\"text/smath/01/05010000.xhp\" name=\"SCHRIFT\">SCHRIFT</link> in das Fenster <emph>Befehle</emph> ein."
+msgstr "Sollen einzelne Textteile in einer anderen Schrift als der für den gesamten Text definierten formatiert werden, so geben Sie hierfür den Befehl <link href=\"text/smath/01/05010000.xhp\" name=\"FONT\">font</link> in das <emph>Kommandofenster</emph> ein."
#: 05010000.xhp
msgctxt ""
@@ -11733,7 +11733,7 @@ msgctxt ""
"17\n"
"help.text"
msgid "These custom fonts are used if you set a different font with the FONT command in the <emph>Commands</emph> window."
-msgstr "Diese Benutzerschriftarten werden verwendet, wenn Sie im Kommandofenster mit dem Befehl FONT eine andere Schriftart bestimmen."
+msgstr "Diese Benutzerschriftarten werden verwendet, wenn Sie im <emph>Kommandofenster</emph> mit dem Befehl \"font\" eine andere Schriftart bestimmen."
#: 05010000.xhp
msgctxt ""
@@ -11769,7 +11769,7 @@ msgctxt ""
"25\n"
"help.text"
msgid "<ahelp hid=\"modules/smath/ui/fonttypedialog/sansCB\">You can specify the font to be used for <emph>sans</emph> font formatting.</ahelp>"
-msgstr "<ahelp hid=\"modules/smath/ui/fonttypedialog/sansCB\">Wählen Sie hier die Schriftart für die serifelose Formatierung \"font sans\".</ahelp>"
+msgstr "<ahelp hid=\"modules/smath/ui/fonttypedialog/sansCB\">Wählen Sie hier die Schriftart für die serifelose Formatierung <emph>font sans</emph>.</ahelp>"
#: 05010000.xhp
msgctxt ""
@@ -13268,7 +13268,7 @@ msgctxt ""
"11\n"
"help.text"
msgid "<ahelp hid=\"modules/smath/ui/symdefinedialog/fonts\">Displays the name of the current font and enables you to select a different font.</ahelp>"
-msgstr "<ahelp hid=\"modules/smath/ui/symdefinedialog/fonts\">Zeigt den Namen der aktuellen Schrift an und dient zum Auswählen einer anderen Schrift.</ahelp>"
+msgstr "<ahelp hid=\"modules/smath/ui/symdefinedialog/fonts\">Zeigt den Namen der aktuellen Schriftart an und dient zum Auswählen einer anderen Schriftart.</ahelp>"
#: 06010100.xhp
msgctxt ""
@@ -13286,7 +13286,7 @@ msgctxt ""
"33\n"
"help.text"
msgid "<ahelp hid=\"modules/smath/ui/symdefinedialog/fontsSubsetLB\">If you selected a non-symbol font in the <emph>Font</emph> list box, you can select a Unicode subset in which to place your new or edited symbol. When a subset has been selected, all symbols belonging to this subset of the current symbol set are displayed in the symbols list above.</ahelp>"
-msgstr "<ahelp hid=\"modules/smath/ui/symdefinedialog/fontsSubsetLB\">Wenn die Schrift, die Sie im Listenfeld <emph>Schriftart</emph> gewählt haben, keine Symbolschrift ist, können Sie einen Unicode-Teilsatz angeben, in den das neue oder bearbeitete Symbol aufgenommen werden soll. Nach der Wahl des Teilsatzes werden alle zu diesem Teilsatz des aktuellen Symbolsets gehörenden Symbole in der Symbolliste darüber aufgeführt.</ahelp>"
+msgstr "<ahelp hid=\"modules/smath/ui/symdefinedialog/fontsSubsetLB\">Wenn die Schriftart, die Sie im Listenfeld <emph>Schriftart</emph> gewählt haben, keine Symbolschrift ist, können Sie einen Unicode-Teilsatz angeben, in den das neue oder bearbeitete Symbol aufgenommen werden soll. Nach der Wahl des Teilsatzes werden alle zu diesem Teilsatz des aktuellen Symbolsets gehörenden Symbole in der Symbolliste darüber aufgeführt.</ahelp>"
#: 06010100.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/smath/guide.po b/source/de/helpcontent2/source/text/smath/guide.po
index 03b431d0f21..80216f0a000 100644
--- a/source/de/helpcontent2/source/text/smath/guide.po
+++ b/source/de/helpcontent2/source/text/smath/guide.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:14+0200\n"
-"PO-Revision-Date: 2014-10-27 05:43+0000\n"
+"POT-Creation-Date: 2014-11-18 11:24+0100\n"
+"PO-Revision-Date: 2015-05-06 06:37+0000\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: 1414388626.000000\n"
+"X-POOTLE-MTIME: 1430894226.000000\n"
#: align.xhp
msgctxt ""
@@ -109,7 +109,7 @@ msgctxt ""
"bm_id3145792\n"
"help.text"
msgid "<bookmark_value>attributes; changing in $[officename] Math</bookmark_value><bookmark_value>font attributes;changing defaults</bookmark_value><bookmark_value>formatting;changing default attributes</bookmark_value><bookmark_value>defaults;changing default formatting</bookmark_value><bookmark_value>changing;default formatting</bookmark_value>"
-msgstr "<bookmark_value>Attribute; in $[officename] Math ändern</bookmark_value><bookmark_value>Zeichenattribute;Vorgaben ändern</bookmark_value><bookmark_value>Formatierung;Vorgabeattribute ändern</bookmark_value><bookmark_value>Vorgaben;Vorgabeformatierung ändern</bookmark_value><bookmark_value>Ändern;Vorgabeformatierung</bookmark_value>"
+msgstr "<bookmark_value>Attribute; in $[officename] Math ändern</bookmark_value><bookmark_value>Zeichenattribute; Vorgaben ändern</bookmark_value><bookmark_value>Formatierung; Vorgabeattribute ändern</bookmark_value><bookmark_value>Vorgaben; Vorgabeformatierung ändern</bookmark_value><bookmark_value>Ändern; Vorgabeformatierung</bookmark_value>"
#: attributes.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/swriter.po b/source/de/helpcontent2/source/text/swriter.po
index 145c95efdab..2bf13f1cd3f 100644
--- a/source/de/helpcontent2/source/text/swriter.po
+++ b/source/de/helpcontent2/source/text/swriter.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-11-18 11:24+0100\n"
-"PO-Revision-Date: 2014-11-18 15:35+0000\n"
+"PO-Revision-Date: 2015-05-17 13:45+0000\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\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: 1416324930.000000\n"
+"X-POOTLE-MTIME: 1431870351.000000\n"
#: main0000.xhp
msgctxt ""
@@ -1621,7 +1621,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Page Preview"
-msgstr "Symbolleiste Seitenansicht"
+msgstr "Druckvorschau"
#: main0210.xhp
msgctxt ""
@@ -1630,7 +1630,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/swriter/main0210.xhp\" name=\"Page Preview\">Page Preview</link>"
-msgstr "<link href=\"text/swriter/main0210.xhp\" name=\"Symbolleiste Seitenansicht\">Symbolleiste Seitenansicht</link>"
+msgstr "<link href=\"text/swriter/main0210.xhp\" name=\"Druckvorschau\">Druckvorschau</link>"
#: main0210.xhp
msgctxt ""
@@ -1639,7 +1639,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "The <emph>Page Preview</emph> Bar appears when you view the current document in the page preview mode."
-msgstr "Die Symbolleiste <emph>Seitenansicht</emph> erscheint, wenn Sie das aktuelle Dokument im Seitenansichtsmodus betrachten."
+msgstr "Die Symbolleiste <emph>Druckvorschau</emph> erscheint, wenn Sie das aktuelle Dokument in der Druckvorschau betrachten."
#: main0213.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/swriter/01.po b/source/de/helpcontent2/source/text/swriter/01.po
index 0a8fb569b9d..5f5b57f91af 100644
--- a/source/de/helpcontent2/source/text/swriter/01.po
+++ b/source/de/helpcontent2/source/text/swriter/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: 2014-11-18 11:24+0100\n"
-"PO-Revision-Date: 2014-12-20 06:13+0000\n"
+"PO-Revision-Date: 2015-05-17 13:49+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: 1419056032.000000\n"
+"X-POOTLE-MTIME: 1431870555.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -22,7 +22,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Page Preview"
-msgstr "Seitenansicht"
+msgstr "Druckvorschau"
#: 01120000.xhp
msgctxt ""
@@ -30,7 +30,7 @@ msgctxt ""
"hd_id2013916\n"
"help.text"
msgid "<link href=\"text/swriter/01/01120000.xhp\">Page Preview</link>"
-msgstr "<link href=\"text/swriter/01/01120000.xhp\">Seitenansicht</link>"
+msgstr "<link href=\"text/swriter/01/01120000.xhp\">Druckvorschau</link>"
#: 01120000.xhp
msgctxt ""
@@ -38,7 +38,7 @@ msgctxt ""
"par_id1471907\n"
"help.text"
msgid "<ahelp hid=\".uno:PrintPreview\">Displays a preview of the printed page or closes the preview.</ahelp>"
-msgstr "<ahelp hid=\".uno:PrintPreview\">Öffnet oder schließt die Vorschau der Druckseiten.</ahelp>"
+msgstr "<ahelp hid=\".uno:PrintPreview\">Öffnet oder schließt die Druckvorschau.</ahelp>"
#: 01120000.xhp
msgctxt ""
@@ -46,7 +46,7 @@ msgctxt ""
"par_id8697470\n"
"help.text"
msgid "Use the icons on the <emph>Page Preview Bar</emph> to scroll through the pages of the document or to print the document."
-msgstr "Blättern Sie mit den Symbolen auf der Symbolleiste <emph>Seitenvorschau</emph> durch das Dokument oder drucken Sie es."
+msgstr "Blättern Sie mit den Symbolen auf der Symbolleiste <emph>Druckvorschau</emph> durch das Dokument oder drucken Sie es."
#: 01120000.xhp
msgctxt ""
@@ -26976,7 +26976,7 @@ msgctxt ""
"par_idN1057D\n"
"help.text"
msgid "<ahelp hid=\".\">Select a magnification for the page preview.</ahelp>"
-msgstr "<ahelp hid=\".\">Wählen Sie eine Vergrößerung für die Seitenvorschau.</ahelp>"
+msgstr "<ahelp hid=\".\">Wählen Sie eine Vergrößerung für die Druckvorschau.</ahelp>"
#: mailmerge05.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/swriter/02.po b/source/de/helpcontent2/source/text/swriter/02.po
index d1439421f76..846c5d7ca26 100644
--- a/source/de/helpcontent2/source/text/swriter/02.po
+++ b/source/de/helpcontent2/source/text/swriter/02.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-11-18 11:24+0100\n"
-"PO-Revision-Date: 2014-12-20 06:03+0000\n"
+"PO-Revision-Date: 2015-05-17 13:55+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: 1419055392.000000\n"
+"X-POOTLE-MTIME: 1431870942.000000\n"
#: 02110000.xhp
msgctxt ""
@@ -961,7 +961,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Preview Zoom"
-msgstr "Maßstab Seitenansicht"
+msgstr "Maßstab Druckvorschau"
#: 10030000.xhp
msgctxt ""
@@ -970,7 +970,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/swriter/02/10030000.xhp\" name=\"Preview Zoom\">Preview Zoom</link>"
-msgstr "<link href=\"text/swriter/02/10030000.xhp\" name=\"Maßstab Seitenansicht\">Maßstab Seitenansicht</link>"
+msgstr "<link href=\"text/swriter/02/10030000.xhp\" name=\"Maßstab Druckvorschau\">Maßstab Druckvorschau</link>"
#: 10030000.xhp
msgctxt ""
@@ -979,7 +979,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<ahelp hid=\"HID_PVIEW_ZOOM_LB\">Determines the zoom level of the page preview.</ahelp>"
-msgstr "<ahelp hid=\"HID_PVIEW_ZOOM_LB\">Legt den Maßstab der Seitenansicht fest.</ahelp>"
+msgstr "<ahelp hid=\"HID_PVIEW_ZOOM_LB\">Legt den Maßstab der Druckvorschau fest.</ahelp>"
#: 10050000.xhp
msgctxt ""
@@ -1039,7 +1039,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<ahelp hid=\".uno:PreviewZoom\">Defines the number of pages displayed on screen. Click the arrow next to the icon to open a grid to select the number of pages to be displayed as rows and columns in the preview.</ahelp>"
-msgstr "<ahelp visibility=\"visible\" hid=\".uno:PreviewZoom\">Legt fest, wie viele Seiten auf dem Bildschirm angezeigt werden. Ein Mausklick öffnet den Dialog <emph>Mehrere Seiten</emph>. Ein Langklick öffnet ein Raster, in dem Sie auswählen können, wie viele Seiten in der Höhe und Breite der Vorschau angezeigt werden sollen.</ahelp>"
+msgstr "<ahelp hid=\".uno:PreviewZoom\">Legt fest, wie viele Seiten auf dem Bildschirm angezeigt werden. Ein Mausklick öffnet den Dialog <emph>Mehrere Seiten</emph>. Ein Langklick öffnet ein Raster, in dem Sie auswählen können, wie viele Seiten in der Höhe und Breite der Vorschau angezeigt werden sollen.</ahelp>"
#: 10070000.xhp
msgctxt ""
@@ -1065,7 +1065,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "After clicking the <emph>Page Preview: Multiple Pages</emph> icon, the<emph> Multiple pages</emph> dialog opens. Use the two spin buttons to set the number of pages to be displayed."
-msgstr "Nachdem Sie auf das Symbol <emph>Seitenansicht: mehrere Seiten</emph> klicken, wird der Dialog <emph>Mehrere Seiten</emph> geöffnet. Benutzen Sie die beiden Drehfelder, um die Anzahl der anzuzeigenden Seiten einzustellen."
+msgstr "Nachdem Sie auf das Symbol <emph>Seitenansicht: mehrere Seiten</emph> geklickt haben, wird der Dialog <emph>Mehrere Seiten</emph> geöffnet. Benutzen Sie die beiden Drehfelder, um die Anzahl der anzuzeigenden Seiten einzustellen."
#: 10070000.xhp
msgctxt ""
@@ -1110,7 +1110,7 @@ msgctxt ""
"10\n"
"help.text"
msgid "The settings you choose in the dialog can also be set using the mouse: Click the arrow next to the <emph>Page Preview: Multiple Pages</emph> icon. Now move the mouse over the desired number of rows and columns."
-msgstr "Die Einstellungen dieses Dialogs lassen sich auch mit der Maus vornehmen: Langklicken Sie auf das Symbol <emph>Seitenansicht: mehrere Seiten</emph>, bis ein Popup-Menü erscheint, in dem Sie die Seitenzahl mit der Maus auswählen können. Bewegen Sie den Mauszeiger über die gewünschte Anzahl Zeilen und Spalten und bestätigen Sie Ihre Wahl dann mit einem Mausklick. Eine Zeile und Spalte entspricht dabei einer Seite."
+msgstr "Die Einstellungen dieses Dialogs lassen sich auch mit der Maus vornehmen: Klicken Sie auf den Pfeil neben dem Symbol <emph>Seitenansicht: mehrere Seiten</emph>. Bewegen Sie den Mauszeiger über die gewünschte Anzahl Zeilen und Spalten und bestätigen Sie Ihre Wahl dann mit einem Mausklick. Eine Zeile und Spalte entspricht dabei einer Seite."
#: 10080000.xhp
msgctxt ""
@@ -1126,7 +1126,7 @@ msgctxt ""
"bm_id9658192\n"
"help.text"
msgid "<bookmark_value>previews;book preview</bookmark_value><bookmark_value>book previews</bookmark_value>"
-msgstr "<bookmark_value>Vorschau;Buchansicht</bookmark_value><bookmark_value>Buchansicht</bookmark_value>"
+msgstr "<bookmark_value>Vorschau; Buchansicht</bookmark_value><bookmark_value>Buchansicht</bookmark_value>"
#: 10080000.xhp
msgctxt ""
@@ -1142,7 +1142,7 @@ msgctxt ""
"par_idN1054C\n"
"help.text"
msgid "<ahelp hid=\"FN_SHOW_BOOKVIEW\">Select to display the first page on the right side in the page preview.</ahelp> If not selected, the first page is displayed on the left side of the preview."
-msgstr "<ahelp hid=\"FN_SHOW_BOOKVIEW\">Anzeigen der ersten Seite rechts in der Seitenvorschau.</ahelp> Wenn diese Option nicht aktiviert ist, wird die erste Seite links in der Vorschau angezeigt."
+msgstr "<ahelp hid=\"FN_SHOW_BOOKVIEW\">Anzeigen der ersten Seite rechts in der Druckvorschau.</ahelp> Wenn diese Option nicht aktiviert ist, wird die erste Seite links in der Vorschau angezeigt."
#: 10080000.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/swriter/guide.po b/source/de/helpcontent2/source/text/swriter/guide.po
index 600a7f36c3e..4a136d15a5b 100644
--- a/source/de/helpcontent2/source/text/swriter/guide.po
+++ b/source/de/helpcontent2/source/text/swriter/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-11-18 11:24+0100\n"
-"PO-Revision-Date: 2014-12-20 06:11+0000\n"
+"PO-Revision-Date: 2015-05-17 14:02+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: 1419055872.000000\n"
+"X-POOTLE-MTIME: 1431871335.000000\n"
#: anchor_object.xhp
msgctxt ""
@@ -11781,7 +11781,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Previewing a Page Before Printing"
-msgstr "Seitenvorschau vor dem Druck"
+msgstr "Druckvorschau vor dem Druck"
#: print_preview.xhp
msgctxt ""
@@ -11807,7 +11807,7 @@ msgctxt ""
"34\n"
"help.text"
msgid "Choose <emph>File</emph> - <emph>Page Preview</emph>."
-msgstr "Wählen Sie aus dem Menü <emph>Datei</emph> den Befehl <emph>Seitenansicht / Seitendruck</emph>."
+msgstr "Wählen Sie aus dem Menü <emph>Datei - Druckvorschau</emph>."
#: print_preview.xhp
msgctxt ""
@@ -11816,7 +11816,7 @@ msgctxt ""
"35\n"
"help.text"
msgid "Use the zoom icons on the <emph>Page Preview</emph> bar to reduce or enlarge the view of the page."
-msgstr "Verwenden Sie die Symbole <emph>Größer</emph> bzw. <emph>Kleiner</emph> in der Symbolleiste <emph>Seitenvorschau</emph>, um die Seitenansicht zu vergrößern oder zu verkleinern."
+msgstr "Verwenden Sie die Symbole <emph>Größer</emph> bzw. <emph>Kleiner</emph> in der Symbolleiste <emph>Druckvorschau</emph>, um die Seitenansicht zu vergrößern oder zu verkleinern."
#: print_preview.xhp
msgctxt ""
@@ -11833,7 +11833,7 @@ msgctxt ""
"36\n"
"help.text"
msgid "Use the arrow keys or the arrow icons on the <emph>Page Preview</emph> bar to scroll through the document."
-msgstr "Verwenden Sie die Cursortasten oder die Pfeilschaltflächen in der Symbolleiste <emph>Seitenvorschau</emph>, um durch das Dokument zu laufen."
+msgstr "Verwenden Sie die Pfeiltasten oder die Pfeilschaltflächen in der Symbolleiste <emph>Druckvorschau</emph>, um durch das Dokument zu laufen."
#: print_preview.xhp
msgctxt ""
@@ -11842,7 +11842,7 @@ msgctxt ""
"37\n"
"help.text"
msgid "<link href=\"text/swriter/01/01120000.xhp\" name=\"File - Page Preview\">File - Page Preview</link>."
-msgstr "<link href=\"text/swriter/01/01120000.xhp\" name=\"Datei - Seitenansicht\">Datei - Seitenansicht</link>."
+msgstr "<link href=\"text/swriter/01/01120000.xhp\" name=\"Datei - Druckvorschau\">Datei - Druckvorschau</link>."
#: print_small.xhp
msgctxt ""
@@ -11912,7 +11912,7 @@ msgctxt ""
"22\n"
"help.text"
msgid "To print multiple pages on the same sheet, select the number of pages per sheet and optionally set the order of pages. The small preview shows the arrangement of pages."
-msgstr "Um mehrere Seiten auf dem selben Blatt zu drucken, wählen Sie die Anzahl der Seiten pro Blatt und stellen ggf. die Reihenfolge der Seiten ein. Die kleine Seitenvorschau zeigt die Anordnung der Seiten an."
+msgstr "Um mehrere Seiten auf dem selben Blatt zu drucken, wählen Sie die Anzahl der Seiten pro Blatt und stellen ggf. die Reihenfolge der Seiten ein. Die kleine Vorschau zeigt die Anordnung der Seiten an."
#: print_small.xhp
msgctxt ""
@@ -11930,7 +11930,7 @@ msgctxt ""
"23\n"
"help.text"
msgid "<link href=\"text/swriter/main0210.xhp\" name=\"File - Page Preview\">File - Page Preview</link>"
-msgstr "<link href=\"text/swriter/main0210.xhp\" name=\"Datei - Seitenansicht / Seitendruck\">Datei - Seitenansicht / Seitendruck</link>"
+msgstr "<link href=\"text/swriter/main0210.xhp\" name=\"Datei - Druckvorschau\">Datei - Druckvorschau</link>"
#: printer_tray.xhp
msgctxt ""
diff --git a/source/de/officecfg/registry/data/org/openoffice/Office/UI.po b/source/de/officecfg/registry/data/org/openoffice/Office/UI.po
index ef13967568f..1fba2762d72 100644
--- a/source/de/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/de/officecfg/registry/data/org/openoffice/Office/UI.po