/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #ifndef INCLUDED_SFX2_SOURCE_INC_APPDATA_HXX #define INCLUDED_SFX2_SOURCE_INC_APPDATA_HXX #include #include #include #include #include #include #include #include #include #include class SfxApplication; class SfxPickList; class SfxProgress; class SfxDdeDocTopic_Impl; class DdeService; class SfxItemPool; class SfxFilterMatcher; class ISfxTemplateCommon; class SfxFilterMatcher; class SfxStatusDispatcher; class SfxDdeTriggerTopic_Impl; class SfxDocumentTemplates; class SfxFrame; class SvtSaveOptions; class SvtHelpOptions; class SfxViewFrame; class SfxSlotPool; class SfxDispatcher; class SfxInterface; class BasicManager; class SfxBasicManagerHolder; class SfxBasicManagerCreationListener; namespace sfx2 { namespace sidebar { class Theme; } } typedef std::vector SfxDdeDocTopics_Impl; class SfxAppData_Impl { public: IndexBitSet aIndexBitSet; // for counting noname documents OUString aLastDir; // for IO dialog // DDE stuff std::unique_ptr pDdeService; std::unique_ptr pDocTopics; std::unique_ptr pTriggerTopic; std::unique_ptr pDdeService2; // single instance classes SfxChildWinFactArr_Impl* pFactArr; std::vector vTopFrames; // application members SfxFilterMatcher* pMatcher; SfxErrorHandler *m_pToolsErrorHdl; SfxErrorHandler *m_pSoErrorHdl; #if HAVE_FEATURE_SCRIPTING SfxErrorHandler *m_pSbxErrorHdl; #endif rtl::Reference mxAppDispatch; std::unique_ptr mxAppPickList; SfxDocumentTemplates* pTemplates; // global pointers SfxItemPool* pPool; // "current" functionality SfxProgress* pProgress; sal_uInt16 nDocModalMode; // counts documents in modal mode sal_uInt16 nRescheduleLocks; SfxTbxCtrlFactArr_Impl* pTbxCtrlFac; SfxStbCtrlFactArr_Impl* pStbCtrlFac; SfxViewFrameArr_Impl* pViewFrames; SfxViewShellArr_Impl* pViewShells; SfxObjectShellArr_Impl* pObjShells; std::unique_ptr pBasicManager; std::unique_ptr pBasMgrListener; SfxViewFrame* pViewFrame; SfxSlotPool* pSlotPool; SfxDispatcher* pAppDispat; // Dispatcher if no document ::rtl::Reference m_pSidebarTheme; bool bDowning:1; // sal_True on Exit and afterwards bool bInQuit : 1; SfxAppData_Impl(); ~SfxAppData_Impl(); SfxDocumentTemplates* GetDocumentTemplates(); void DeInitDDE(); o3tl::enumarray> aModules; /** called when the Application's BasicManager has been created. This can happen explicitly in SfxApplication::GetBasicManager, or implicitly if a document's BasicManager is created before the application's BasicManager exists. */ void OnApplicationBasicManagerCreated( BasicManager& _rManager ); }; class SfxDdeTriggerTopic_Impl : public DdeTopic { #if defined(_WIN32) public: SfxDdeTriggerTopic_Impl() : DdeTopic( "TRIGGER" ) {} virtual bool Execute( const OUString* ) override { return true; } #endif }; #endif // INCLUDED_SFX2_SOURCE_INC_APPDATA_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ion> LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/af/sw/uiconfig/swriter/ui.po12
-rw-r--r--source/am/basic/source/classes.po18
-rw-r--r--source/am/cui/source/options.po5
-rw-r--r--source/am/cui/uiconfig/ui.po7
-rw-r--r--source/am/helpcontent2/source/auxiliary.po6
-rw-r--r--source/am/helpcontent2/source/text/sbasic/guide.po8
-rw-r--r--source/am/helpcontent2/source/text/sbasic/shared.po17
-rw-r--r--source/am/helpcontent2/source/text/scalc/00.po25
-rw-r--r--source/am/helpcontent2/source/text/scalc/01.po34
-rw-r--r--source/am/helpcontent2/source/text/scalc/04.po12
-rw-r--r--source/am/helpcontent2/source/text/scalc/guide.po24
-rw-r--r--source/am/helpcontent2/source/text/sdraw/guide.po30
-rw-r--r--source/am/helpcontent2/source/text/shared.po8
-rw-r--r--source/am/helpcontent2/source/text/shared/01.po18
-rw-r--r--source/am/helpcontent2/source/text/shared/02.po24
-rw-r--r--source/am/helpcontent2/source/text/shared/05.po6
-rw-r--r--source/am/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/am/helpcontent2/source/text/shared/optionen.po18
-rw-r--r--source/am/helpcontent2/source/text/simpress/00.po8
-rw-r--r--source/am/helpcontent2/source/text/simpress/01.po10
-rw-r--r--source/am/helpcontent2/source/text/simpress/02.po34
-rw-r--r--source/am/helpcontent2/source/text/simpress/guide.po22
-rw-r--r--source/am/helpcontent2/source/text/swriter/01.po8
-rw-r--r--source/am/helpcontent2/source/text/swriter/librelogo.po104
-rw-r--r--source/am/sfx2/source/appl.po6
-rw-r--r--source/am/sfx2/source/control.po8
-rw-r--r--source/am/sfx2/source/view.po8
-rw-r--r--source/ar/basic/source/classes.po85
-rw-r--r--source/ar/cui/uiconfig/ui.po11
-rw-r--r--source/ar/dbaccess/source/core/resource.po12
-rw-r--r--source/ar/dbaccess/source/ext/macromigration.po10
-rw-r--r--source/ar/dbaccess/source/ui/app.po30
-rw-r--r--source/ar/dbaccess/source/ui/browser.po21
-rw-r--r--source/ar/dbaccess/source/ui/dlg.po16
-rw-r--r--source/ar/dbaccess/source/ui/querydesign.po20
-rw-r--r--source/ar/dbaccess/source/ui/relationdesign.po8
-rw-r--r--source/ar/dbaccess/source/ui/tabledesign.po17
-rw-r--r--source/ar/desktop/source/deployment/unopkg.po9
-rw-r--r--source/ar/desktop/uiconfig/ui.po11
-rw-r--r--source/ar/editeng/source/editeng.po15
-rw-r--r--source/ar/extensions/source/abpilot.po8
-rw-r--r--source/ar/framework/source/classes.po12
-rw-r--r--source/ar/readlicense_oo/docs.po9
-rw-r--r--source/ar/reportdesign/source/ui/dlg.po14
-rw-r--r--source/ar/reportdesign/source/ui/report.po37
-rw-r--r--source/ar/reportdesign/uiconfig/dbreport/ui.po24
-rw-r--r--source/ar/sc/source/ui/src.po14
-rw-r--r--source/ar/sccomp/source/solver.po9
-rw-r--r--source/ar/sd/source/ui/app.po12
-rw-r--r--source/ar/sd/source/ui/view.po48
-rw-r--r--source/ar/sd/uiconfig/simpress/ui.po69
-rw-r--r--source/ar/sfx2/source/appl.po8
-rw-r--r--source/ar/sfx2/source/doc.po18
-rw-r--r--source/ar/sfx2/source/sidebar.po10
-rw-r--r--source/ar/sfx2/source/view.po12
-rw-r--r--source/ar/sfx2/uiconfig/ui.po40
-rw-r--r--source/ar/svtools/uiconfig/ui.po10
-rw-r--r--source/ar/svx/source/dialog.po20
-rw-r--r--source/ar/svx/source/form.po28
-rw-r--r--source/ar/svx/uiconfig/ui.po48
-rw-r--r--source/ar/sw/source/ui/app.po29
-rw-r--r--source/ar/sw/source/ui/config.po70
-rw-r--r--source/ar/sw/uiconfig/swriter/ui.po44
-rw-r--r--source/ar/sysui/desktop/share.po26
-rw-r--r--source/ar/uui/uiconfig/ui.po27
-rw-r--r--source/br/filter/uiconfig/ui.po8
-rw-r--r--source/br/formula/source/core/resource.po6
-rw-r--r--source/br/fpicker/uiconfig/ui.po14
-rw-r--r--source/br/framework/source/classes.po9
-rw-r--r--source/br/instsetoo_native/inc_openoffice/windows/msi_languages.po10
-rw-r--r--source/br/officecfg/registry/data/org/openoffice/Office/UI.po73
-rw-r--r--source/br/sc/source/ui/src.po12
-rw-r--r--source/br/sfx2/source/view.po11
-rw-r--r--source/br/sfx2/uiconfig/ui.po53
-rw-r--r--source/br/svtools/source/misc.po12
-rw-r--r--source/br/svtools/uiconfig/ui.po18
-rw-r--r--source/bs/accessibility/source/helper.po30
-rw-r--r--source/bs/avmedia/source/viewer.po14
-rw-r--r--source/bs/basic/source/classes.po150
-rw-r--r--source/bs/sccomp/source/solver.po11
-rw-r--r--source/bs/sysui/desktop/share.po14
-rw-r--r--source/ca/helpcontent2/source/text/sbasic/shared.po17
-rw-r--r--source/ca/helpcontent2/source/text/simpress/00.po31
-rw-r--r--source/ca/helpcontent2/source/text/simpress/01.po257
-rw-r--r--source/ca/helpcontent2/source/text/swriter.po23
-rw-r--r--source/cy/basctl/source/basicide.po14
-rw-r--r--source/cy/cui/source/customize.po8
-rw-r--r--source/cy/cui/source/options.po6
-rw-r--r--source/cy/cui/source/tabpages.po8
-rw-r--r--source/cy/cui/uiconfig/ui.po16
-rw-r--r--source/cy/desktop/source/deployment/gui.po18
-rw-r--r--source/cy/forms/source/resource.po14
-rw-r--r--source/cy/fpicker/source/office.po10
-rw-r--r--source/cy/instsetoo_native/inc_openoffice/windows/msi_languages.po8
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice/Office.po8
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice/Office/UI.po14
-rw-r--r--source/cy/sc/source/ui/src.po28
-rw-r--r--source/cy/sd/source/ui/app.po6
-rw-r--r--source/cy/svx/source/dialog.po6
-rw-r--r--source/cy/svx/source/tbxctrls.po8
-rw-r--r--source/cy/svx/uiconfig/ui.po14
-rw-r--r--source/cy/sw/source/core/undo.po12
-rw-r--r--source/cy/sw/uiconfig/swriter/ui.po10
-rw-r--r--source/cy/uui/source.po8
-rw-r--r--source/cy/uui/uiconfig/ui.po6
-rw-r--r--source/cy/vcl/source/src.po10
-rw-r--r--source/da/helpcontent2/source/text/shared/00.po8
-rw-r--r--source/da/helpcontent2/source/text/smath/01.po8
-rw-r--r--source/de/cui/uiconfig/ui.po6
-rw-r--r--source/de/dbaccess/source/ui/uno.po8
-rw-r--r--source/de/desktop/source/deployment/manager.po8
-rw-r--r--source/de/formula/source/core/resource.po28
-rw-r--r--source/de/fpicker/uiconfig/ui.po8
-rw-r--r--source/de/helpcontent2/source/text/sbasic/shared.po8
-rw-r--r--source/de/helpcontent2/source/text/shared/00.po40
-rw-r--r--source/de/helpcontent2/source/text/shared/explorer/database.po6
-rw-r--r--source/de/helpcontent2/source/text/simpress/00.po6
-rw-r--r--source/de/helpcontent2/source/text/simpress/01.po20
-rw-r--r--source/de/helpcontent2/source/text/simpress/02.po8
-rw-r--r--source/de/helpcontent2/source/text/smath/01.po8
-rw-r--r--source/de/helpcontent2/source/text/swriter/00.po36
-rw-r--r--source/de/helpcontent2/source/text/swriter/01.po16
-rw-r--r--source/de/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/de/helpcontent2/source/text/swriter/guide.po28
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office/UI.po16
-rw-r--r--source/de/sc/source/ui/src.po34
-rw-r--r--source/de/sc/uiconfig/scalc/ui.po26
-rw-r--r--source/de/scaddins/source/analysis.po290
-rw-r--r--source/de/scaddins/source/datefunc.po37
-rw-r--r--source/de/scp2/source/base.po13
-rw-r--r--source/de/scp2/source/calc.po8
-rw-r--r--source/de/scp2/source/draw.po12
-rw-r--r--source/de/scp2/source/extensions.po14
-rw-r--r--source/de/scp2/source/impress.po10
-rw-r--r--source/de/scp2/source/math.po13
-rw-r--r--source/de/scp2/source/ooo.po10
-rw-r--r--source/de/sd/source/ui/app.po14
-rw-r--r--source/de/sd/uiconfig/sdraw/ui.po8
-rw-r--r--source/de/sd/uiconfig/simpress/ui.po6
-rw-r--r--source/de/setup_native/source/mac.po22
-rw-r--r--source/de/sfx2/source/doc.po8
-rw-r--r--source/de/svx/source/form.po8
-rw-r--r--source/de/svx/source/sidebar/area.po14
-rw-r--r--source/de/svx/source/src.po14
-rw-r--r--source/de/svx/source/svdraw.po6
-rw-r--r--source/de/svx/uiconfig/ui.po28
-rw-r--r--source/de/sw/source/ui/app.po10
-rw-r--r--source/de/sw/source/ui/dialog.po12
-rw-r--r--source/de/sw/source/ui/dochdl.po12
-rw-r--r--source/de/sw/source/ui/docvw.po12
-rw-r--r--source/de/sw/source/ui/index.po8
-rw-r--r--source/de/sw/source/ui/misc.po10
-rw-r--r--source/de/sw/source/ui/sidebar.po8
-rw-r--r--source/de/sw/source/uibase/lingu.po8
-rw-r--r--source/de/sw/source/uibase/utlui.po6
-rw-r--r--source/de/sw/source/uibase/wrtsh.po14
-rw-r--r--source/de/sw/uiconfig/swriter/ui.po26
-rw-r--r--source/de/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po8
-rw-r--r--source/de/uui/source.po10
-rw-r--r--source/de/wizards/source/euro.po14
-rw-r--r--source/de/wizards/source/formwizard.po26
-rw-r--r--source/de/wizards/source/importwizard.po20
-rw-r--r--source/de/wizards/source/template.po8
-rw-r--r--source/de/xmlsecurity/uiconfig/ui.po6
-rw-r--r--source/el/helpcontent2/source/text/sbasic/shared.po218
-rw-r--r--source/es/cui/uiconfig/ui.po12
-rw-r--r--source/es/filter/uiconfig/ui.po6
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared.po92
-rw-r--r--source/es/helpcontent2/source/text/scalc/00.po28
-rw-r--r--source/es/helpcontent2/source/text/scalc/01.po131
-rw-r--r--source/es/helpcontent2/source/text/scalc/guide.po38
-rw-r--r--source/es/helpcontent2/source/text/schart/01.po8
-rw-r--r--source/es/helpcontent2/source/text/shared/00.po24
-rw-r--r--source/es/helpcontent2/source/text/shared/01.po79
-rw-r--r--source/es/helpcontent2/source/text/shared/02.po18
-rw-r--r--source/es/helpcontent2/source/text/shared/04.po44
-rw-r--r--source/es/helpcontent2/source/text/shared/05.po8
-rw-r--r--source/es/helpcontent2/source/text/shared/07.po8
-rw-r--r--source/es/helpcontent2/source/text/shared/autopi.po8
-rw-r--r--source/es/helpcontent2/source/text/shared/explorer/database.po15
-rw-r--r--source/es/helpcontent2/source/text/shared/guide.po87
-rw-r--r--source/es/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/es/helpcontent2/source/text/simpress/04.po50
-rw-r--r--source/es/helpcontent2/source/text/simpress/guide.po6
-rw-r--r--source/es/helpcontent2/source/text/smath.po8
-rw-r--r--source/es/helpcontent2/source/text/smath/01.po10
-rw-r--r--source/es/helpcontent2/source/text/swriter/00.po8
-rw-r--r--source/es/helpcontent2/source/text/swriter/01.po35
-rw-r--r--source/es/helpcontent2/source/text/swriter/04.po112
-rw-r--r--source/es/helpcontent2/source/text/swriter/guide.po132
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/es/sc/source/core/src.po14
-rw-r--r--source/es/sc/source/ui/src.po6
-rw-r--r--source/es/scp2/source/accessories.po14
-rw-r--r--source/es/scp2/source/ooo.po12
-rw-r--r--source/es/sd/source/core.po10
-rw-r--r--source/es/sfx2/uiconfig/ui.po6
-rw-r--r--source/es/svl/source/misc.po10
-rw-r--r--source/es/svtools/source/misc.po6
-rw-r--r--source/es/sw/source/uibase/utlui.po6
-rw-r--r--source/es/wizards/source/formwizard.po6
-rw-r--r--source/eu/cui/uiconfig/ui.po14
-rw-r--r--source/eu/dbaccess/source/ui/misc.po12
-rw-r--r--source/eu/dbaccess/uiconfig/ui.po12
-rw-r--r--source/eu/dictionaries/af_ZA.po12
-rw-r--r--source/eu/dictionaries/an_ES.po10
-rw-r--r--source/eu/dictionaries/bg_BG.po12
-rw-r--r--source/eu/dictionaries/el_GR.po10
-rw-r--r--source/eu/dictionaries/es.po10
-rw-r--r--source/eu/extras/source/autocorr/emoji.po40
-rw-r--r--source/eu/filter/uiconfig/ui.po10
-rw-r--r--source/eu/formula/source/core/resource.po14
-rw-r--r--source/eu/helpcontent2/source/text/shared/guide.po10
-rw-r--r--source/eu/officecfg/registry/data/org/openoffice/Office.po14
-rw-r--r--source/eu/officecfg/registry/data/org/openoffice/Office/UI.po92
-rw-r--r--source/eu/readlicense_oo/docs.po10
-rw-r--r--source/eu/sc/source/ui/src.po62
-rw-r--r--source/eu/sc/uiconfig/scalc/ui.po18
-rw-r--r--source/eu/sd/source/ui/animations.po16
-rw-r--r--source/eu/sd/source/ui/app.po10
-rw-r--r--source/eu/sd/source/ui/view.po20
-rw-r--r--source/eu/sd/uiconfig/sdraw/ui.po9
-rw-r--r--source/eu/sd/uiconfig/simpress/ui.po104
-rw-r--r--source/eu/sfx2/source/appl.po10
-rw-r--r--source/eu/sfx2/source/control.po8
-rw-r--r--source/eu/sfx2/source/doc.po33
-rw-r--r--source/eu/sfx2/source/view.po14
-rw-r--r--source/eu/sfx2/uiconfig/ui.po54
-rw-r--r--source/eu/svtools/source/misc.po12
-rw-r--r--source/eu/svtools/uiconfig/ui.po23
-rw-r--r--source/eu/svx/source/fmcomp.po10
-rw-r--r--source/eu/svx/source/svdraw.po65
-rw-r--r--source/eu/svx/uiconfig/ui.po58
-rw-r--r--source/eu/sw/source/core/unocore.po10
-rw-r--r--source/eu/sw/source/ui/utlui.po9
-rw-r--r--source/eu/sw/uiconfig/swriter/ui.po60
-rw-r--r--source/eu/uui/uiconfig/ui.po12
-rw-r--r--source/eu/xmlsecurity/source/dialogs.po10
-rw-r--r--source/eu/xmlsecurity/uiconfig/ui.po27
-rw-r--r--source/fi/helpcontent2/source/text/scalc/01.po10
-rw-r--r--source/fr/cui/uiconfig/ui.po14
-rw-r--r--source/fr/filter/uiconfig/ui.po8
-rw-r--r--source/fr/fpicker/uiconfig/ui.po10
-rw-r--r--source/fr/framework/source/classes.po9
-rw-r--r--source/fr/officecfg/registry/data/org/openoffice/Office/UI.po73
-rw-r--r--source/fr/sc/source/ui/src.po19
-rw-r--r--source/fr/sc/uiconfig/scalc/ui.po10
-rw-r--r--source/fr/sd/source/ui/animations.po14
-rw-r--r--source/fr/sd/source/ui/app.po8
-rw-r--r--source/fr/sd/source/ui/view.po73
-rw-r--r--source/fr/sd/uiconfig/sdraw/ui.po7
-rw-r--r--source/fr/sd/uiconfig/simpress/ui.po113
-rw-r--r--source/fr/sfx2/source/appl.po10
-rw-r--r--source/fr/sfx2/source/control.po8
-rw-r--r--source/fr/sfx2/source/doc.po31
-rw-r--r--source/fr/sfx2/source/view.po10
-rw-r--r--source/fr/sfx2/uiconfig/ui.po53
-rw-r--r--source/fr/svtools/source/misc.po10
-rw-r--r--source/fr/svtools/uiconfig/ui.po18
-rw-r--r--source/fr/svx/source/dialog.po17
-rw-r--r--source/fr/svx/source/fmcomp.po10
-rw-r--r--source/fr/svx/source/form.po14
-rw-r--r--source/fr/svx/source/svdraw.po88
-rw-r--r--source/fr/svx/source/tbxctrls.po10
-rw-r--r--source/fr/svx/uiconfig/ui.po131
-rw-r--r--source/fr/sw/source/core/unocore.po8
-rw-r--r--source/fr/sw/source/ui/app.po5
-rw-r--r--source/fr/sw/source/ui/utlui.po3
-rw-r--r--source/fr/sw/uiconfig/swriter/ui.po20
-rw-r--r--source/fr/sysui/desktop/share.po7
-rw-r--r--source/fr/uui/uiconfig/ui.po16
-rw-r--r--source/fr/xmlsecurity/source/dialogs.po10
-rw-r--r--source/fr/xmlsecurity/uiconfig/ui.po25
-rw-r--r--source/gd/cui/uiconfig/ui.po35
-rw-r--r--source/gd/filter/uiconfig/ui.po8
-rw-r--r--source/gd/formula/source/core/resource.po18
-rw-r--r--source/gd/fpicker/uiconfig/ui.po10
-rw-r--r--source/gd/framework/source/classes.po7
-rw-r--r--source/gd/officecfg/registry/data/org/openoffice/Office.po27
-rw-r--r--source/gd/officecfg/registry/data/org/openoffice/Office/UI.po23
-rw-r--r--source/gd/sc/source/ui/src.po85
-rw-r--r--source/gd/sc/uiconfig/scalc/ui.po16
-rw-r--r--source/gd/sd/uiconfig/sdraw/ui.po7
-rw-r--r--source/gd/sd/uiconfig/simpress/ui.po22
-rw-r--r--source/gl/cui/source/dialogs.po10
-rw-r--r--source/gl/cui/source/options.po10
-rw-r--r--source/gl/cui/uiconfig/ui.po19
-rw-r--r--source/gl/dbaccess/source/ui/browser.po12
-rw-r--r--source/gl/extras/source/autocorr/emoji.po10
-rw-r--r--source/gl/formula/source/core/resource.po4
-rw-r--r--source/gl/framework/source/classes.po11
-rw-r--r--source/gl/helpcontent2/source/text/scalc/guide.po10
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice/Office.po12
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice/Office/UI.po43
-rw-r--r--source/gl/sc/source/ui/src.po22
-rw-r--r--source/gl/sc/uiconfig/scalc/ui.po12
-rw-r--r--source/gl/sd/source/ui/view.po22
-rw-r--r--source/gl/sd/uiconfig/sdraw/ui.po9
-rw-r--r--source/gl/sd/uiconfig/simpress/ui.po43
-rw-r--r--source/gl/sfx2/source/doc.po17
-rw-r--r--source/gl/sfx2/uiconfig/ui.po17
-rw-r--r--source/gl/svtools/source/misc.po12
-rw-r--r--source/gl/svx/source/svdraw.po12
-rw-r--r--source/gug/avmedia/source/viewer.po11
-rw-r--r--source/gug/basic/source/classes.po64
-rw-r--r--source/gug/extensions/source/propctrlr.po8
-rw-r--r--source/gug/fpicker/uiconfig/ui.po27
-rw-r--r--source/gug/officecfg/registry/data/org/openoffice/Office.po29
-rw-r--r--source/gug/officecfg/registry/data/org/openoffice/Office/UI.po282
-rw-r--r--source/gug/sc/source/ui/StatisticsDialogs.po26
-rw-r--r--source/gug/sc/source/ui/formdlg.po9
-rw-r--r--source/gug/sc/source/ui/src.po142
-rw-r--r--source/gug/sc/uiconfig/scalc/ui.po38
-rw-r--r--source/gug/scaddins/source/analysis.po11
-rw-r--r--source/gug/sd/source/ui/animations.po17
-rw-r--r--source/gug/sd/source/ui/app.po13
-rw-r--r--source/gug/sd/source/ui/view.po39
-rw-r--r--source/gug/sfx2/source/doc.po9
-rw-r--r--source/gug/sfx2/source/view.po9
-rw-r--r--source/gug/sfx2/uiconfig/ui.po34
-rw-r--r--source/gug/sw/source/core/undo.po50
-rw-r--r--source/gug/sw/source/core/unocore.po10
-rw-r--r--source/gug/sw/source/ui/app.po31
-rw-r--r--source/gug/sw/source/ui/config.po57
-rw-r--r--source/gug/sw/source/ui/dbui.po21
-rw-r--r--source/gug/sw/source/ui/dochdl.po10
-rw-r--r--source/gug/sw/source/ui/fldui.po14
-rw-r--r--source/gug/sw/source/ui/frmdlg.po10
-rw-r--r--source/gug/sw/source/ui/index.po10
-rw-r--r--source/gug/sw/source/ui/shells.po10
-rw-r--r--source/gug/sw/source/ui/utlui.po8
-rw-r--r--source/gug/sw/source/uibase/docvw.po10
-rw-r--r--source/gug/sw/source/uibase/lingu.po12
-rw-r--r--source/gug/sw/source/uibase/ribbar.po9
-rw-r--r--source/gug/sw/source/uibase/utlui.po76
-rw-r--r--source/gug/sw/uiconfig/swriter/ui.po213
-rw-r--r--source/gug/sysui/desktop/share.po9
-rw-r--r--source/hr/cui/source/customize.po7
-rw-r--r--source/hr/cui/source/dialogs.po10
-rw-r--r--source/hr/cui/source/options.po12
-rw-r--r--source/hr/cui/uiconfig/ui.po68
-rw-r--r--source/hr/dbaccess/source/ui/browser.po13
-rw-r--r--source/hr/dbaccess/source/ui/misc.po10
-rw-r--r--source/hr/dbaccess/uiconfig/ui.po10
-rw-r--r--source/hr/desktop/source/deployment/unopkg.po9
-rw-r--r--source/hr/filter/uiconfig/ui.po6
-rw-r--r--source/hr/formula/source/core/resource.po38
-rw-r--r--source/hr/instsetoo_native/inc_openoffice/windows/msi_languages.po8
-rw-r--r--source/hr/sc/uiconfig/scalc/ui.po10
-rw-r--r--source/hr/sd/source/ui/animations.po10
-rw-r--r--source/hr/sfx2/source/appl.po10
-rw-r--r--source/hr/sfx2/source/control.po8
-rw-r--r--source/hr/sfx2/source/doc.po33
-rw-r--r--source/hr/sfx2/source/view.po20
-rw-r--r--source/hr/sfx2/uiconfig/ui.po55
-rw-r--r--source/hr/svtools/source/misc.po16
-rw-r--r--source/hr/svtools/uiconfig/ui.po20
-rw-r--r--source/hr/svx/source/dialog.po19
-rw-r--r--source/hr/svx/source/fmcomp.po8
-rw-r--r--source/hr/svx/source/form.po12
-rw-r--r--source/hr/svx/source/svdraw.po86
-rw-r--r--source/hr/svx/source/tbxctrls.po8
-rw-r--r--source/hr/svx/uiconfig/ui.po137
-rw-r--r--source/hr/sysui/desktop/share.po9
-rw-r--r--source/hr/uui/uiconfig/ui.po18
-rw-r--r--source/hr/xmlsecurity/source/dialogs.po10
-rw-r--r--source/hr/xmlsecurity/uiconfig/ui.po25
-rw-r--r--source/id/extensions/uiconfig/sbibliography/ui.po20
-rw-r--r--source/id/helpcontent2/source/text/scalc/01.po11
-rw-r--r--source/id/uui/uiconfig/ui.po10
-rw-r--r--source/id/xmlsecurity/source/dialogs.po10
-rw-r--r--source/id/xmlsecurity/uiconfig/ui.po25
-rw-r--r--source/it/helpcontent2/source/text/scalc/01.po355
-rw-r--r--source/it/helpcontent2/source/text/swriter/00.po197
-rw-r--r--source/it/helpcontent2/source/text/swriter/01.po198
-rw-r--r--source/it/helpcontent2/source/text/swriter/04.po9
-rw-r--r--source/it/officecfg/registry/data/org/openoffice/Office/UI.po10
-rw-r--r--source/it/sc/source/ui/src.po6
-rw-r--r--source/it/sd/source/ui/app.po6
-rw-r--r--source/it/vcl/source/src.po8
-rw-r--r--source/kk/extras/source/autocorr/emoji.po146
-rw-r--r--source/kk/officecfg/registry/data/org/openoffice/Office/UI.po48
-rw-r--r--source/kk/sc/source/ui/src.po263
-rw-r--r--source/kk/sd/source/ui/animations.po8
-rw-r--r--source/kk/sd/uiconfig/simpress/ui.po14
-rw-r--r--source/kk/svx/source/svdraw.po30
-rw-r--r--source/kk/svx/source/tbxctrls.po10
-rw-r--r--source/kk/svx/uiconfig/ui.po17
-rw-r--r--source/kk/sw/uiconfig/swriter/ui.po41
-rw-r--r--source/lv/cui/uiconfig/ui.po8
-rw-r--r--source/lv/sc/source/ui/src.po48
-rw-r--r--source/lv/sd/uiconfig/simpress/ui.po8
-rw-r--r--source/lv/sfx2/source/appl.po8
-rw-r--r--source/lv/sfx2/source/control.po8
-rw-r--r--source/lv/sfx2/source/view.po6
-rw-r--r--source/nb/cui/uiconfig/ui.po11
-rw-r--r--source/nb/helpcontent2/source/auxiliary.po12
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/shared.po18
-rw-r--r--source/nb/helpcontent2/source/text/sbasic/shared/02.po12
-rw-r--r--source/nb/helpcontent2/source/text/scalc.po10
-rw-r--r--source/nb/helpcontent2/source/text/scalc/00.po20
-rw-r--r--source/nb/helpcontent2/source/text/scalc/01.po29
-rw-r--r--source/nb/helpcontent2/source/text/shared/01.po113
-rw-r--r--source/nb/helpcontent2/source/text/shared/02.po279
-rw-r--r--source/nb/helpcontent2/source/text/shared/04.po12
-rw-r--r--source/nb/helpcontent2/source/text/shared/05.po43
-rw-r--r--source/nb/helpcontent2/source/text/shared/07.po10
-rw-r--r--source/nb/helpcontent2/source/text/shared/autokorr.po11
-rw-r--r--source/nb/helpcontent2/source/text/shared/autopi.po45
-rw-r--r--source/nb/helpcontent2/source/text/shared/explorer/database.po155
-rw-r--r--source/nb/helpcontent2/source/text/shared/guide.po153
-rw-r--r--source/nb/helpcontent2/source/text/shared/menu.po41
-rw-r--r--source/nb/instsetoo_native/inc_openoffice/windows/msi_languages.po12
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office/UI.po34
-rw-r--r--source/nb/reportdesign/source/ui/dlg.po10
-rw-r--r--source/nb/reportdesign/source/ui/inspection.po22
-rw-r--r--source/nb/reportdesign/source/ui/report.po14
-rw-r--r--source/nb/reportdesign/uiconfig/dbreport/ui.po6
-rw-r--r--source/nb/sc/source/ui/src.po9
-rw-r--r--source/nb/sfx2/uiconfig/ui.po10
-rw-r--r--source/nb/svx/uiconfig/ui.po18
-rw-r--r--source/nb/sw/source/core/undo.po14
-rw-r--r--source/nb/sw/source/core/unocore.po10
-rw-r--r--source/nb/sw/source/ui/app.po8
-rw-r--r--source/nb/sw/source/ui/utlui.po11
-rw-r--r--source/nb/sw/source/uibase/dialog.po16
-rw-r--r--source/nb/sw/source/uibase/ribbar.po14
-rw-r--r--source/nb/sw/source/uibase/uiview.po10
-rw-r--r--source/nb/sw/uiconfig/swriter/ui.po34
-rw-r--r--source/nl/helpcontent2/source/text/sbasic/shared.po10
-rw-r--r--source/nn/formula/source/core/resource.po6
-rw-r--r--source/nn/helpcontent2/source/text/scalc/01.po52
-rw-r--r--source/nn/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/nn/helpcontent2/source/text/shared/01.po6
-rw-r--r--source/nn/helpcontent2/source/text/swriter.po8
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office/UI.po7
-rw-r--r--source/nn/sfx2/source/view.po8
-rw-r--r--source/nn/svx/uiconfig/ui.po6
-rw-r--r--source/nn/vcl/source/src.po10
-rw-r--r--source/oc/cui/uiconfig/ui.po14
-rw-r--r--source/oc/dbaccess/source/ui/misc.po6
-rw-r--r--source/oc/dbaccess/uiconfig/ui.po8
-rw-r--r--source/oc/dictionaries/es.po8
-rw-r--r--source/oc/filter/uiconfig/ui.po8
-rw-r--r--source/oc/formula/source/core/resource.po6
-rw-r--r--source/oc/fpicker/source/office.po6
-rw-r--r--source/oc/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--source/oc/officecfg/registry/data/org/openoffice/Office/UI.po72
-rw-r--r--source/oc/readlicense_oo/docs.po6
-rw-r--r--source/oc/reportdesign/source/ui/report.po30
-rw-r--r--source/oc/sc/source/ui/src.po95
-rw-r--r--source/oc/sc/uiconfig/scalc/ui.po11
-rw-r--r--source/oc/scaddins/source/analysis.po4
-rw-r--r--source/oc/scp2/source/activex.po8
-rw-r--r--source/oc/sd/source/ui/animations.po12
-rw-r--r--source/oc/sd/source/ui/view.po25
-rw-r--r--source/oc/sd/uiconfig/simpress/ui.po92
-rw-r--r--source/oc/sfx2/uiconfig/ui.po10
-rw-r--r--source/oc/starmath/uiconfig/smath/ui.po6
-rw-r--r--source/oc/svtools/source/control.po6
-rw-r--r--source/oc/svtools/source/dialogs.po6
-rw-r--r--source/oc/svtools/source/misc.po18
-rw-r--r--source/oc/svtools/uiconfig/ui.po32
-rw-r--r--source/oc/svx/source/dialog.po18
-rw-r--r--source/oc/svx/source/form.po10
-rw-r--r--source/oc/svx/uiconfig/ui.po100
-rw-r--r--source/oc/sw/uiconfig/swriter/ui.po6
-rw-r--r--source/oc/uui/uiconfig/ui.po8
-rw-r--r--source/oc/vcl/source/src.po8
-rw-r--r--source/oc/xmlsecurity/source/dialogs.po8
-rw-r--r--source/oc/xmlsecurity/uiconfig/ui.po20
-rw-r--r--source/pa-IN/extras/source/gallery/share.po14
-rw-r--r--source/pa-IN/fpicker/source/office.po12
-rw-r--r--source/pa-IN/fpicker/uiconfig/ui.po64
-rw-r--r--source/pa-IN/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po49
-rw-r--r--source/pa-IN/sysui/desktop/share.po34
-rw-r--r--source/pa-IN/vcl/source/edit.po21
-rw-r--r--source/pa-IN/vcl/source/src.po38
-rw-r--r--source/pl/helpcontent2/source/text/scalc/01.po39
-rw-r--r--source/pl/helpcontent2/source/text/shared/00.po161
-rw-r--r--source/pl/helpcontent2/source/text/simpress/00.po13
-rw-r--r--source/pl/helpcontent2/source/text/simpress/01.po31
-rw-r--r--source/pl/helpcontent2/source/text/simpress/02.po14
-rw-r--r--source/pl/helpcontent2/source/text/simpress/guide.po42
-rw-r--r--source/pl/helpcontent2/source/text/swriter.po6
-rw-r--r--source/pl/helpcontent2/source/text/swriter/01.po31
-rw-r--r--source/pl/helpcontent2/source/text/swriter/02.po42
-rw-r--r--source/pl/helpcontent2/source/text/swriter/04.po11
-rw-r--r--source/pl/helpcontent2/source/text/swriter/guide.po586
-rw-r--r--source/pl/helpcontent2/source/text/swriter/menu.po43
-rw-r--r--source/pl/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/pt-BR/formula/source/core/resource.po22
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/00.po12
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/01.po569
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/guide.po59
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/00.po329
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/01.po218
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/explorer/database.po50
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/guide.po131
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/optionen.po46
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/00.po214
-rw-r--r--source/pt-BR/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/pt-BR/sc/source/ui/src.po8
-rw-r--r--source/pt/cui/source/options.po8
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/shared.po16
-rw-r--r--source/pt/helpcontent2/source/text/scalc/01.po161
-rw-r--r--source/pt/helpcontent2/source/text/scalc/02.po8
-rw-r--r--source/pt/helpcontent2/source/text/scalc/guide.po31
-rw-r--r--source/pt/helpcontent2/source/text/schart/01.po8
-rw-r--r--source/pt/helpcontent2/source/text/sdraw/guide.po6
-rw-r--r--source/pt/helpcontent2/source/text/shared/00.po156
-rw-r--r--source/pt/helpcontent2/source/text/shared/01.po198
-rw-r--r--source/pt/helpcontent2/source/text/shared/02.po42
-rw-r--r--source/pt/helpcontent2/source/text/shared/05.po8
-rw-r--r--source/pt/helpcontent2/source/text/shared/autopi.po10
-rw-r--r--source/pt/helpcontent2/source/text/shared/explorer/database.po20
-rw-r--r--source/pt/helpcontent2/source/text/shared/guide.po25
-rw-r--r--source/pt/helpcontent2/source/text/shared/menu.po41
-rw-r--r--source/pt/helpcontent2/source/text/shared/optionen.po49
-rw-r--r--source/pt/helpcontent2/source/text/simpress/guide.po6
-rw-r--r--source/pt/helpcontent2/source/text/swriter.po16
-rw-r--r--source/pt/helpcontent2/source/text/swriter/guide.po203
-rw-r--r--source/pt/officecfg/registry/data/org/openoffice/Office/UI.po8
-rw-r--r--source/pt/sc/source/ui/src.po8
-rw-r--r--source/pt/sc/uiconfig/scalc/ui.po6
-rw-r--r--source/pt/sfx2/uiconfig/ui.po6
-rw-r--r--source/pt/sw/source/ui/fldui.po6
-rw-r--r--source/pt/swext/mediawiki/help.po8
-rw-r--r--source/ro/cui/uiconfig/ui.po6
-rw-r--r--source/ro/sc/source/ui/src.po55
-rw-r--r--source/ro/sc/uiconfig/scalc/ui.po8
-rw-r--r--source/ro/sd/source/ui/animations.po16
-rw-r--r--source/ro/sd/source/ui/app.po5
-rw-r--r--source/ro/sd/source/ui/view.po16
-rw-r--r--source/ro/sd/uiconfig/simpress/ui.po12
-rw-r--r--source/ro/sw/uiconfig/swriter/ui.po10
-rw-r--r--source/ru/cui/source/options.po10
-rw-r--r--source/ru/cui/uiconfig/ui.po8
-rw-r--r--source/ru/filter/uiconfig/ui.po13
-rw-r--r--source/ru/forms/source/resource.po10
-rw-r--r--source/ru/officecfg/registry/data/org/openoffice/Office.po23
-rw-r--r--source/ru/officecfg/registry/data/org/openoffice/Office/UI.po141
-rw-r--r--source/ru/sc/source/ui/navipi.po12
-rw-r--r--source/ru/sc/source/ui/src.po63
-rw-r--r--source/ru/sc/uiconfig/scalc/ui.po16
-rw-r--r--source/ru/sd/source/ui/animations.po16
-rw-r--r--source/ru/sd/source/ui/app.po12
-rw-r--r--source/ru/sd/source/ui/view.po76
-rw-r--r--source/ru/sd/uiconfig/sdraw/ui.po11
-rw-r--r--source/ru/sd/uiconfig/simpress/ui.po119
-rw-r--r--source/ru/sfx2/source/appl.po10
-rw-r--r--source/ru/sfx2/source/control.po10
-rw-r--r--source/ru/sfx2/source/doc.po33
-rw-r--r--source/ru/sfx2/source/view.po15
-rw-r--r--source/ru/sfx2/uiconfig/ui.po55
-rw-r--r--source/ru/svtools/source/misc.po16
-rw-r--r--source/ru/svtools/uiconfig/ui.po21
-rw-r--r--source/ru/svx/source/dialog.po10
-rw-r--r--source/ru/svx/source/svdraw.po72
-rw-r--r--source/ru/svx/uiconfig/ui.po82
-rw-r--r--source/ru/sw/source/core/undo.po14
-rw-r--r--source/ru/sw/source/ui/app.po9
-rw-r--r--source/ru/sw/source/ui/config.po8
-rw-r--r--source/ru/sw/source/ui/dbui.po14
-rw-r--r--source/ru/sw/source/ui/fldui.po10
-rw-r--r--source/ru/sw/source/ui/utlui.po14
-rw-r--r--source/ru/sw/source/uibase/utlui.po33
-rw-r--r--source/ru/sw/uiconfig/swriter/ui.po121
-rw-r--r--source/ru/sysui/desktop/share.po11
-rw-r--r--source/ru/uui/uiconfig/ui.po18
-rw-r--r--source/ru/wizards/source/formwizard.po16
-rw-r--r--source/ru/wizards/source/template.po10
-rw-r--r--source/ru/xmlsecurity/uiconfig/ui.po27
-rw-r--r--source/sk/cui/uiconfig/ui.po6
-rw-r--r--source/sk/uui/uiconfig/ui.po6
-rw-r--r--source/sq/avmedia/source/viewer.po9
-rw-r--r--source/sq/basic/source/classes.po34
-rw-r--r--source/sq/chart2/source/controller/dialogs.po8
-rw-r--r--source/sq/cui/uiconfig/ui.po10
-rw-r--r--source/sq/desktop/source/deployment/gui.po8
-rw-r--r--source/sq/dictionaries/sr.po14
-rw-r--r--source/sq/extensions/source/propctrlr.po8
-rw-r--r--source/sq/helpcontent2/source/text/sbasic/shared.po32
-rw-r--r--source/sq/helpcontent2/source/text/scalc/00.po53
-rw-r--r--source/sq/helpcontent2/source/text/scalc/01.po86
-rw-r--r--source/sq/instsetoo_native/inc_openoffice/windows/msi_languages.po8
-rw-r--r--source/sq/sc/source/ui/src.po14
-rw-r--r--source/sq/sfx2/source/appl.po11
-rw-r--r--source/sq/sfx2/uiconfig/ui.po11
-rw-r--r--source/sq/svtools/uiconfig/ui.po10
-rw-r--r--source/sq/svx/source/form.po22
-rw-r--r--source/sq/svx/source/svdraw.po11
-rw-r--r--source/sq/sw/uiconfig/swriter/ui.po14
-rw-r--r--source/sq/uui/source.po10
-rw-r--r--source/sq/uui/uiconfig/ui.po16
-rw-r--r--source/sv/helpcontent2/source/text/scalc/01.po64
-rw-r--r--source/tr/chart2/uiconfig/ui.po10
-rw-r--r--source/tr/cui/source/customize.po9
-rw-r--r--source/tr/cui/source/dialogs.po10
-rw-r--r--source/tr/cui/source/options.po16
-rw-r--r--source/tr/dbaccess/source/ui/app.po13
-rw-r--r--source/uk/cui/uiconfig/ui.po24
-rw-r--r--source/uk/extras/source/autocorr/emoji.po20
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/shared.po19
-rw-r--r--source/uk/helpcontent2/source/text/sbasic/shared/02.po10
-rw-r--r--source/uk/helpcontent2/source/text/scalc.po8
-rw-r--r--source/uk/helpcontent2/source/text/scalc/00.po44
-rw-r--r--source/uk/helpcontent2/source/text/scalc/01.po15
-rw-r--r--source/uk/helpcontent2/source/text/sdraw.po8
-rw-r--r--source/uk/helpcontent2/source/text/shared.po12
-rw-r--r--source/uk/helpcontent2/source/text/shared/00.po13
-rw-r--r--source/uk/helpcontent2/source/text/shared/01.po13
-rw-r--r--source/uk/helpcontent2/source/text/shared/02.po14
-rw-r--r--source/uk/helpcontent2/source/text/shared/04.po10
-rw-r--r--source/uk/helpcontent2/source/text/simpress.po11
-rw-r--r--source/uk/helpcontent2/source/text/simpress/00.po46
-rw-r--r--source/uk/helpcontent2/source/text/simpress/01.po24
-rw-r--r--source/uk/helpcontent2/source/text/simpress/guide.po10
-rw-r--r--source/uk/helpcontent2/source/text/swriter.po21
-rw-r--r--source/uk/helpcontent2/source/text/swriter/00.po50
-rw-r--r--source/uk/helpcontent2/source/text/swriter/01.po35
-rw-r--r--source/uk/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice/Office.po20
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice/Office/UI.po64
-rw-r--r--source/uk/sc/source/ui/src.po77
-rw-r--r--source/uk/sc/uiconfig/scalc/ui.po18
-rw-r--r--source/uk/sd/source/ui/app.po8
-rw-r--r--source/uk/sd/uiconfig/simpress/ui.po58
-rw-r--r--source/uk/sfx2/source/doc.po35
-rw-r--r--source/uk/sfx2/source/view.po14
-rw-r--r--source/uk/sfx2/uiconfig/ui.po54
-rw-r--r--source/uk/svtools/uiconfig/ui.po15
-rw-r--r--source/uk/svx/source/dialog.po18
-rw-r--r--source/uk/svx/uiconfig/ui.po18
-rw-r--r--source/uk/sw/uiconfig/swriter/ui.po15
-rw-r--r--source/uk/vcl/source/src.po8
-rw-r--r--source/uk/xmlsecurity/source/dialogs.po18
-rw-r--r--source/uk/xmlsecurity/uiconfig/ui.po8
-rw-r--r--source/zh-CN/dbaccess/source/ui/misc.po10
-rw-r--r--source/zh-CN/dbaccess/uiconfig/ui.po12
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office.po22
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po629
-rw-r--r--source/zh-CN/sc/source/ui/src.po320
-rw-r--r--source/zh-CN/sd/source/ui/animations.po16
-rw-r--r--source/zh-CN/sd/source/ui/app.po8
-rw-r--r--source/zh-CN/sd/source/ui/view.po73
-rw-r--r--source/zh-CN/sd/uiconfig/sdraw/ui.po9
-rw-r--r--source/zh-CN/sd/uiconfig/simpress/ui.po113
-rw-r--r--source/zh-CN/sfx2/source/appl.po10
-rw-r--r--source/zh-CN/sfx2/source/control.po8
-rw-r--r--source/zh-CN/sfx2/source/doc.po31
-rw-r--r--source/zh-CN/sfx2/source/view.po14
-rw-r--r--source/zh-CN/sfx2/uiconfig/ui.po53
-rw-r--r--source/zh-CN/svx/source/dialog.po10
-rw-r--r--source/zh-CN/svx/source/svdraw.po74
-rw-r--r--source/zh-CN/svx/uiconfig/ui.po118
-rw-r--r--source/zh-CN/xmlsecurity/source/dialogs.po10
-rw-r--r--source/zh-CN/xmlsecurity/uiconfig/ui.po23
658 files changed, 8793 insertions, 12189 deletions
diff --git a/source/af/sw/uiconfig/swriter/ui.po b/source/af/sw/uiconfig/swriter/ui.po
index 4ea35f61d6f..73682c07ce1 100644
--- a/source/af/sw/uiconfig/swriter/ui.po
+++ b/source/af/sw/uiconfig/swriter/ui.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-07 21:35+0200\n"
-"PO-Revision-Date: 2016-04-17 01:16+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
+"PO-Revision-Date: 2016-06-09 07:32+0000\n"
+"Last-Translator: Dwayne Bailey (admin) <dwayne+loadmin@translate.org.za>\n"
"Language-Team: none\n"
"Language: af\n"
"MIME-Version: 1.0\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1460855781.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1465457553.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -6448,7 +6448,6 @@ msgid "Options..."
msgstr ""
#: insertcaption.ui
-#, fuzzy
msgctxt ""
"insertcaption.ui\n"
"liststore1\n"
@@ -15845,14 +15844,13 @@ msgid "_Number entries"
msgstr ""
#: tocindexpage.ui
-#, fuzzy
msgctxt ""
"tocindexpage.ui\n"
"brackets\n"
"0\n"
"stringlist.text"
msgid "[none]"
-msgstr "[Geen]"
+msgstr "[geen]"
#: tocindexpage.ui
msgctxt ""
diff --git a/source/am/basic/source/classes.po b/source/am/basic/source/classes.po
index 5df30ab98df..c973ae9a067 100644
--- a/source/am/basic/source/classes.po
+++ b/source/am/basic/source/classes.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-08-25 12:33+0200\n"
-"PO-Revision-Date: 2016-01-22 22:19+0000\n"
+"PO-Revision-Date: 2016-06-18 16:13+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1453501143.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466266385.000000\n"
#: sb.src
msgctxt ""
@@ -180,14 +180,13 @@ msgid "Error loading DLL file."
msgstr "ስህተት የ DLL ፋይልን በመጫን ላይ"
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
"ERRCODE_BASIC_BAD_DLL_CALL & ERRCODE_RES_MASK\n"
"string.text"
msgid "Wrong DLL call convention."
-msgstr "Wrong DLL call convention."
+msgstr "የ ተሳሳተ የ DLL ጥሪ ስብሰባ"
#: sb.src
msgctxt ""
@@ -974,14 +973,13 @@ msgid "Exit $(ARG1) expected."
msgstr "መውጫ $(ARG1) የተጠበቀ"
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
"ERRCODE_BASIC_BAD_BLOCK & ERRCODE_RES_MASK\n"
"string.text"
msgid "Statement block still open: $(ARG1) missing."
-msgstr "Statement block still open: $(ARG1) missing."
+msgstr "አረፍተ ነገር መከልከያ እንደ ተከፈተ ነው: $(ARG1) ጎድሏል"
#: sb.src
msgctxt ""
@@ -1002,14 +1000,13 @@ msgid "Symbol $(ARG1) already defined differently."
msgstr "ምልክት $(ARG1) ቀደም ብሎ በተለየ መንገድ ተገልጿል"
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
"ERRCODE_BASIC_BAD_PARAMETERS & ERRCODE_RES_MASK\n"
"string.text"
msgid "Parameters do not correspond to procedure."
-msgstr "Parameters do not correspond to procedure."
+msgstr "ደንቦቹ ከ አሰራሩ ጋር አይመሳሰሉም"
#: sb.src
msgctxt ""
@@ -1077,14 +1074,13 @@ msgid "Unknown option: $(ARG1)."
msgstr "ያልታወቀ ምርጫ: $(ARG1)"
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
"ERRCODE_BASIC_CONSTANT_REDECLARED & ERRCODE_RES_MASK\n"
"string.text"
msgid "Constant $(ARG1) redefined."
-msgstr "Constant $(ARG1) redefined."
+msgstr "የማያቋርጥ $(ARG1) እንደገና መግለጫ"
#: sb.src
msgctxt ""
diff --git a/source/am/cui/source/options.po b/source/am/cui/source/options.po
index fe7918b92fd..3cf17fa1916 100644
--- a/source/am/cui/source/options.po
+++ b/source/am/cui/source/options.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-07 21:35+0200\n"
-"PO-Revision-Date: 2016-05-20 00:38+0000\n"
+"PO-Revision-Date: 2016-06-18 16:14+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1463704708.000000\n"
+"X-POOTLE-MTIME: 1466266442.000000\n"
#: connpooloptions.src
msgctxt ""
@@ -857,7 +857,6 @@ msgid "Online Update"
msgstr "መስመር ላይ ማሻሻያ"
#: treeopt.src
-#, fuzzy
msgctxt ""
"treeopt.src\n"
"RID_OFADLG_OPTIONS_TREE_PAGES.SID_GENERAL_OPTIONS\n"
diff --git a/source/am/cui/uiconfig/ui.po b/source/am/cui/uiconfig/ui.po
index a09afd783ed..cffad8b7e9b 100644
--- a/source/am/cui/uiconfig/ui.po
+++ b/source/am/cui/uiconfig/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-25 13:27+0200\n"
-"PO-Revision-Date: 2016-05-29 16:24+0000\n"
+"PO-Revision-Date: 2016-06-18 16:15+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: none\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464539066.000000\n"
+"X-POOTLE-MTIME: 1466266532.000000\n"
#: aboutconfigdialog.ui
msgctxt ""
@@ -1627,14 +1627,13 @@ msgid "Create OpenCL Whitelist Entry"
msgstr "Create OpenCL Whitelist Entry"
#: blackorwhitelistentrydialog.ui
-#, fuzzy
msgctxt ""
"blackorwhitelistentrydialog.ui\n"
"label1\n"
"label\n"
"string.text"
msgid "OpenCL Information"
-msgstr "OpenCL Information"
+msgstr "OpenCL መረጃ"
#: blackorwhitelistentrydialog.ui
msgctxt ""
diff --git a/source/am/helpcontent2/source/auxiliary.po b/source/am/helpcontent2/source/auxiliary.po
index 474b1ae838c..813764734ce 100644
--- a/source/am/helpcontent2/source/auxiliary.po
+++ b/source/am/helpcontent2/source/auxiliary.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-04-22 23:40+0200\n"
-"PO-Revision-Date: 2016-06-04 12:39+0000\n"
+"PO-Revision-Date: 2016-06-20 12:34+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1465043944.000000\n"
+"X-POOTLE-MTIME: 1466426064.000000\n"
#: sbasic.tree
msgctxt ""
@@ -318,7 +318,7 @@ msgctxt ""
"100510\n"
"node.text"
msgid "Document Converter Wizard"
-msgstr "የሰነድ መቀየሪያ አዋቂ"
+msgstr "የ ሰነድ መቀየሪያ አዋቂ"
#: shared.tree
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/sbasic/guide.po b/source/am/helpcontent2/source/text/sbasic/guide.po
index de495bdd126..056493b4502 100644
--- a/source/am/helpcontent2/source/text/sbasic/guide.po
+++ b/source/am/helpcontent2/source/text/sbasic/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-03-09 20:48+0100\n"
-"PO-Revision-Date: 2016-05-09 15:58+0000\n"
+"PO-Revision-Date: 2016-06-16 14:07+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1462809497.000000\n"
+"X-POOTLE-MTIME: 1466086022.000000\n"
#: access2base.xhp
msgctxt ""
@@ -243,7 +243,7 @@ msgctxt ""
"3\n"
"help.text"
msgid "Choose <emph>Tools - Macros - Organize Dialogs</emph>, and then click <emph>New</emph>."
-msgstr "ይምረጡ <emph>መሳሪያዎች - Macros - ንግግር ማዘጋጃ </emph> እና ከዛ ይጫኑ <emph>አዲስ</emph>."
+msgstr "ይምረጡ <emph>መሳሪያዎች - Macros - ንግግር ማዘጋጃ</emph> እና ከዛ ይጫኑ <emph>አዲስ</emph>."
#: create_dialog.xhp
msgctxt ""
@@ -582,7 +582,7 @@ msgctxt ""
"6\n"
"help.text"
msgid "Enter the following code for a subroutine called <emph>Dialog1Show</emph>. In this example, the name of the dialog that you created is \"Dialog1\":"
-msgstr "የሚቀጥለውን ኮድ ያስገቡ ንዑስ ተከታታይ ፕሮግራም የተባለ <emph>ንግግር1 ማሳያ</emph> በዚህ ምሳሌ ውስጥ: የ ንግግሩን ስም እርስዎ የ ፈጠሩት ነው \"ንግግር1\":"
+msgstr "የሚቀጥለውን ኮድ ያስገቡ ንዑስ ተከታታይ ፕሮግራም የተባለ <emph>ንግግር1 ማሳያ </emph> በዚህ ምሳሌ ውስጥ: የ ንግግሩን ስም እርስዎ የ ፈጠሩት ነው \"ንግግር1\":"
#: show_dialog.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/sbasic/shared.po b/source/am/helpcontent2/source/text/sbasic/shared.po
index 402c2fe1d98..2ff67eb3f66 100644
--- a/source/am/helpcontent2/source/text/sbasic/shared.po
+++ b/source/am/helpcontent2/source/text/sbasic/shared.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
-"PO-Revision-Date: 2016-06-06 19:01+0000\n"
+"PO-Revision-Date: 2016-06-20 12:36+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1465239684.000000\n"
+"X-POOTLE-MTIME: 1466426208.000000\n"
#: 00000002.xhp
msgctxt ""
@@ -129,7 +129,7 @@ msgctxt ""
"6\n"
"help.text"
msgid "A twip is a screen-independent unit which is used to define the uniform position and size of screen elements on all display systems. A twip is 1/1440th of an inch or 1/20 of a printer's point. There are 1440 twips to an inch or about 567 twips to a centimeter."
-msgstr "የ ኢንች አንድ ሀያኛ የ መመልከቻ-ነፃ ክፍል ነው: የሚጠቅመውም ተመሳሳይ ቦታ እና መጠን በ መመልከቻ አካሎች ላይ ለማሳየት ነው በ ስርአቱ ላይ: 1440 የ ኢንች አንድ ሀያኛ ይኖራል በ ኢንች ውስጥ ወይንም በግምት 567 የ ኢንች አንድ ሀያኛ በ ሴንቲ ሚትር ውስጥ"
+msgstr "twip የ ኢንች አንድ ሀያኛ የ መመልከቻ-ነፃ ክፍል ነው: የሚጠቅመውም ተመሳሳይ ቦታ እና መጠን በ መመልከቻ አካሎች ላይ ለማሳየት ነው በ ስርአቱ ላይ: twip 1/1440 የ ኢንች አንድ ሀያኛ ይኖራል በ ኢንች ውስጥ ወይንም በግምት 567 የ ኢንች አንድ ሀያኛ በ ሴንቲ ሚትር ውስጥ"
#: 00000002.xhp
msgctxt ""
@@ -4229,7 +4229,7 @@ msgctxt ""
"51\n"
"help.text"
msgid "Change of the page count"
-msgstr "የ ገጽ ቆጠራ መቀየሪያ"
+msgstr "የ ገጽ መቁጠሪያ መቀየሪያ"
#: 01040000.xhp
msgctxt ""
@@ -22661,7 +22661,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Switch Function [Runtime]"
-msgstr "መቀየሪያ ተግባር [Runtime]"
+msgstr "ተግባር መቀየሪያ [Runtime]"
#: 03090410.xhp
msgctxt ""
@@ -22669,7 +22669,7 @@ msgctxt ""
"bm_id3148554\n"
"help.text"
msgid "<bookmark_value>Switch function</bookmark_value>"
-msgstr "<bookmark_value>መቀየሪያ ተግባር</bookmark_value>"
+msgstr "<bookmark_value>ተግባር መቀየሪ</bookmark_value>"
#: 03090410.xhp
msgctxt ""
@@ -22677,7 +22677,7 @@ msgctxt ""
"hd_id3148554\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch Function [Runtime]\">Switch Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch Function [Runtime]\">መቀየሪያ ተግባር [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03090410.xhp\" name=\"Switch Function [Runtime]\">ተግባር መቀየሪያ [Runtime]</link>"
#: 03090410.xhp
msgctxt ""
@@ -29266,13 +29266,12 @@ msgid "<bookmark_value>comparison operators;%PRODUCTNAME Basic</bookmark_value>
msgstr ""
#: 03110100.xhp
-#, fuzzy
msgctxt ""
"03110100.xhp\n"
"hd_id3150682\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03110100.xhp\" name=\"Comparison Operators [Runtime]\">Comparison Operators [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03060500.xhp\" name=\"Or-Operator [Runtime]\">ወይንም አንቀሳቃሽ [Runtime]</link>"
+msgstr "<link href=\"text/sbasic/shared/03110100.xhp\" name=\"Comparison Operators [Runtime]\">የ ማነፃፀሪያ አንቀሳቃሽ [Runtime]</link>"
#: 03110100.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/scalc/00.po b/source/am/helpcontent2/source/text/scalc/00.po
index 25e00cde472..ca4c0a73537 100644
--- a/source/am/helpcontent2/source/text/scalc/00.po
+++ b/source/am/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: 2016-05-23 21:36+0200\n"
-"PO-Revision-Date: 2016-06-03 15:12+0000\n"
+"PO-Revision-Date: 2016-06-11 19:40+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464966730.000000\n"
+"X-POOTLE-MTIME: 1465674044.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -1243,13 +1243,12 @@ msgid "<variable id=\"dbrba\">Choose <emph>Data - Select Range</emph></variable>
msgstr "<variable id=\"dbrba\">ይምረጡ <emph>ዳታ - መጠኑን ይምረጡ</emph></variable>"
#: 00000412.xhp
-#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3150443\n"
"help.text"
msgid "<variable id=\"dnsrt\">Choose <emph>Data - Sort...</emph></variable>"
-msgstr "<variable id=\"dnsrt\">ይምረጡ <emph>ዳታ - መለያ </emph></variable>"
+msgstr "<variable id=\"dnsrt\">ይምረጡ <emph>ዳታ - መለያ... </emph></variable>"
#: 00000412.xhp
msgctxt ""
@@ -1322,13 +1321,12 @@ msgid "<variable id=\"dnftr\">Choose <emph>Data - Filter</emph></variable>"
msgstr "<variable id=\"dnftr\">ይምረጡ <emph>ዳታ - ማጣሪያ</emph></variable>"
#: 00000412.xhp
-#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3148646\n"
"help.text"
msgid "Choose <emph>Data - AutoFilter</emph>"
-msgstr "ይምረጡ <emph>ዳታ - ማጣሪያ - በራሱ ማጣሪያ</emph>"
+msgstr "ይምረጡ <emph>ዳታ - በራሱ ማጣሪያ</emph>"
#: 00000412.xhp
msgctxt ""
@@ -1357,40 +1355,36 @@ msgid "AutoFilter"
msgstr "በራሱ ማጣሪያ"
#: 00000412.xhp
-#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3156278\n"
"help.text"
msgid "<variable id=\"dnfspz\">Choose <emph>Data - More Filters - Advanced Filter...</emph></variable>"
-msgstr "<variable id=\"dnfspz\">ይምረጡ <emph>ዳታ - ማጣሪያ - የረቀቀ ማጣሪያ</emph></variable>"
+msgstr "<variable id=\"dnfspz\">ይምረጡ <emph>ዳታ - ተጨማሪ ማጣሪያ - የረቀቀ ማጣሪያ...</emph></variable>"
#: 00000412.xhp
-#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3153764\n"
"help.text"
msgid "Choose <emph>Data - More Filters - Standard Filter... - Options</emph> label"
-msgstr "ይምረጡ <emph>ዳታ - ማጣሪያ - መደበኛ ማጣሪያ - ምርጫ</emph> ምልክት"
+msgstr "ይምረጡ <emph>ዳታ - ተጨማሪ ማጣሪያ - መደበኛ ማጣሪያ... - ምርጫ</emph> ምልክት"
#: 00000412.xhp
-#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3155444\n"
"help.text"
msgid "Choose <emph>Data - More Filters - Advanced Filter... - Options</emph> label"
-msgstr "ይምረጡ <emph>ዳታ - ማጣሪያ - የረቀቀ ማጣሪያ - ምርጫ</emph> ምልክት"
+msgstr "ይምረጡ <emph>ዳታ - ተጨመሪ ማጣሪያ - የረቀቀ ማጣሪያ... - ምርጫ</emph> ምልክት"
#: 00000412.xhp
-#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3156382\n"
"help.text"
msgid "Choose <emph>Data - More Filters - Reset Filter</emph>"
-msgstr "ይምረጡ <emph>ዳታ - ማጣሪያ - ማጣሪያ እንደ ነበር መመለሻ</emph>"
+msgstr "ይምረጡ <emph>ዳታ - ተጨማሪ ማጣሪያ - ማጣሪያ እንደ ነበር መመለሻ</emph>"
#: 00000412.xhp
msgctxt ""
@@ -1419,13 +1413,12 @@ msgid "Reset Filter/Sort"
msgstr "እንደ ነበር መመለሻ ማጣሪያ/መለያ"
#: 00000412.xhp
-#, fuzzy
msgctxt ""
"00000412.xhp\n"
"par_id3152778\n"
"help.text"
msgid "<variable id=\"dnaftas\">Choose <emph>Data - More Filter - Hide AutoFilter</emph></variable>"
-msgstr "<variable id=\"dnaftas\">ይምረጡ <emph>ዳታ - ማጣሪያ - መደበቂያ በራሱ መሙያ</emph></variable>"
+msgstr "<variable id=\"dnaftas\">ይምረጡ <emph>ዳታ - ተጨማሪ ማጣሪያ - መደበቂያ በራሱ መሙያ</emph></variable>"
#: 00000412.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/scalc/01.po b/source/am/helpcontent2/source/text/scalc/01.po
index 73ea98f6967..5c725e47270 100644
--- a/source/am/helpcontent2/source/text/scalc/01.po
+++ b/source/am/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: 2016-05-23 22:09+0200\n"
-"PO-Revision-Date: 2016-06-06 21:25+0000\n"
+"PO-Revision-Date: 2016-06-17 20:17+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1465248313.000000\n"
+"X-POOTLE-MTIME: 1466194640.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -4546,7 +4546,7 @@ msgctxt ""
"bm_id3150882\n"
"help.text"
msgid "<bookmark_value>DCOUNT function</bookmark_value> <bookmark_value>counting rows;with numeric values</bookmark_value>"
-msgstr "<bookmark_value>ደረጃ ተግባር</bookmark_value> <bookmark_value>ቁጥሮች:ደረጃ መወሰኛ</bookmark_value>"
+msgstr "<bookmark_value>Dመቁጠሪያ ተግባር</bookmark_value> <bookmark_value>መቁጠሪያ ረድፎች:ከ ቁጥር ዋጋዎች ጋር</bookmark_value>"
#: 04060101.xhp
msgctxt ""
@@ -10170,7 +10170,7 @@ msgctxt ""
"par_id3151004\n"
"help.text"
msgid "Returns the complete cell address in Lotus(TM) notation."
-msgstr ""
+msgstr "ሙሉ የ ክፍል አድራሻ ይመልሳል በ Lotus(TM) notation."
#: 04060104.xhp
msgctxt ""
@@ -10234,7 +10234,7 @@ msgctxt ""
"par_id3155176\n"
"help.text"
msgid "l = label. Text, result of a formula as text"
-msgstr "ም = ምልክት: የ ጽሁፍ: ውጤት ለ መቀመሪያ እንደ ጽሁፍ"
+msgstr "ም = ምልክት: የ ጽሁፍ: ውጤት ለ መቀመሪያ እንደ ጽሁፍ ያለ"
#: 04060104.xhp
msgctxt ""
@@ -10394,7 +10394,7 @@ msgctxt ""
"par_id3153515\n"
"help.text"
msgid "P = percentage"
-msgstr "P = ፐርሰንት"
+msgstr "ፐ = ፐርሰንት"
#: 04060104.xhp
msgctxt ""
@@ -10498,7 +10498,7 @@ msgctxt ""
"par_id3155545\n"
"help.text"
msgid "() (brackets) at the end = there is an opening bracket in the format code"
-msgstr ""
+msgstr "() (ቅንፎች) በ መጨረሻ ላይ = የ ተከፈተ ቅንፍ አለ በ ኮድ አቀራረብ ውስጥ"
#: 04060104.xhp
msgctxt ""
@@ -10514,7 +10514,7 @@ msgctxt ""
"par_id3152922\n"
"help.text"
msgid "Returns 1, if negative values have been formatted in color, otherwise 0."
-msgstr "ይመልሳል 1, if አሉታዊ ቁጥሮች የሚቀርቡት በ ቀለም ነው: ያለ በለዚያ 0."
+msgstr "ይመልሳል 1, ከሆነ አሉታዊ ቁጥሮች የሚቀርቡት በ ቀለም ነው: ያለ በለዚያ 0."
#: 04060104.xhp
msgctxt ""
@@ -10538,7 +10538,7 @@ msgctxt ""
"par_id3156090\n"
"help.text"
msgid "<emph>Reference</emph> (list of options) is the position of the cell to be examined. If <emph>Reference</emph> is a range, the cell moves to the top left of the range. If <emph>Reference</emph> is missing, $[officename] Calc uses the position of the cell in which this formula is located. Microsoft Excel uses the reference of the cell in which the cursor is positioned."
-msgstr "<emph>ማመሳከሪያ</emph> (ዝርዝር ምርጫዎች) የሚመረመረው ክፍል ቦታ ነው: በ <emph>ማመሳከሪያ</emph> መጠን ነው: ክፍሉ ወደ ላይ በ ግራ በኩል ይንቀሳቀሳል: <emph>ማመሳከሪያ</emph> ጎድሏል: $[officename] ሰንጠረዥ የ ክፍል ቦታ ይጠቀማል ይህ መቀመሪያ የሚገኝበትን: Microsoft Excel የሚጠቀመው የ ክፍል ማመሳከሪያ ነው መጠቆሚያው ባለበት ቦታ"
+msgstr "<emph>ማመሳከሪያ</emph> (ዝርዝር ምርጫዎች) ነው ለሚመረመረው ክፍል: በ <emph>ማመሳከሪያ</emph> መጠን ነው: ክፍሉ ወደ ላይ በ ግራ በኩል ይንቀሳቀሳል: <emph>ማመሳከሪያ</emph> ጎድሏል: $[officename] ሰንጠረዥ የ ክፍል ቦታ ይጠቀማል ይህ መቀመሪያ የሚገኝበትን: Microsoft Excel የሚጠቀመው የ ክፍል ማመሳከሪያ ነው መጠቆሚያው ባለበት ቦታ"
#: 04060105.xhp
msgctxt ""
@@ -15845,7 +15845,7 @@ msgctxt ""
"par_id3143853\n"
"help.text"
msgid "<item type=\"input\">=EUROCONVERT(100;\"EUR\";\"DEM\")</item> converts 100 Euros into German Marks."
-msgstr ""
+msgstr "<item type=\"input\">=ኢዩሮ መቀየሪያ(100;\"ኢዩሮ\";\"ደች ማርክ\")</item> መቀየሪያ 100 ኢዩሮ ወደ ጀርመን ማርክ"
#: 04060106.xhp
msgctxt ""
@@ -15893,7 +15893,7 @@ msgctxt ""
"par_id0908200902131191\n"
"help.text"
msgid "CONVERT(value;\"text\";\"text\")"
-msgstr "መቀየሪያ(ዋጋ:\"ጽሁፍ\";\"ጽሁፍ\")"
+msgstr "መቀየሪያ(ዋጋ:\"ጽሁፍ\":\"ጽሁፍ\")"
#: 04060106.xhp
msgctxt ""
@@ -15909,7 +15909,7 @@ msgctxt ""
"par_id090820090213112\n"
"help.text"
msgid "<item type=\"input\">=CONVERT(100;\"ATS\";\"EUR\")</item> returns the Euro value of 100 Austrian Schillings."
-msgstr "<item type=\"input\">=መቀየሪያ(100;\"ATS\";\"EUR\")</item> ይመልሳል የ ኢዩሮ ዋጋ የ 100 አውስትራሊያ ሽልንግ"
+msgstr "<item type=\"input\">=መቀየሪያ(100;\"አውስ\";\"ኢዩሮ\")</item> ይመልሳል የ ኢዩሮ ዋጋ የ 100 አውስትራሊያ ሽልንግ"
#: 04060106.xhp
msgctxt ""
@@ -52441,7 +52441,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "You can also define repeating rows by dragging the mouse in the spreadsheet, if the cursor is in the <emph>Rows to repeat</emph> text field in the dialog."
-msgstr ""
+msgstr "እርስዎ መግለጽ ይችላሉ የሚደገሙ ረድፎችን የ አይጥ ቁልፍ በ ሰንጠረዥ ውስጥ በ መጎተት: መጠቆሚያው በ <emph>ረድፎች መድገሚያ</emph>ጽሁፍ ሜዳ ንግግር ውስጥ ከሆነ"
#: 05080300.xhp
msgctxt ""
@@ -52468,7 +52468,7 @@ msgctxt ""
"12\n"
"help.text"
msgid "You can also define repeating columns by dragging the mouse in the spreadsheet, if the cursor is in the <emph>Columns to repeat</emph> text field in the dialog."
-msgstr ""
+msgstr "እርስዎ መግለጽ ይችላሉ የሚደገሙ አምዶችን የ አይጥ ቁልፍ በ ሰንጠረዥ ውስጥ በ መጎተት: መጠቆሚያው በ <emph>አምዶች መድገሚያ</emph>ጽሁፍ ሜዳ ንግግር ውስጥ ከሆነ"
#: 05080400.xhp
msgctxt ""
@@ -61457,7 +61457,7 @@ msgctxt ""
"par_id115612745015792\n"
"help.text"
msgid "<emph>Criterion1</emph> – required argument. A condition in the form of expression or a cell reference to expression that defines what cells should be used to calculate the mean. The expression can contain text, numbers, regular expressions (if enabled in calculation options) or wildcards (if enabled in calculation options)."
-msgstr ""
+msgstr "<emph>መመዘኛ1</emph> – ክርክር ይፈልጋል: ሁኔታ በ አገላለጽ ፎርም ውስጥ ወይንም የ ክፍል መግለጫ ምን እንደሚያሰላ ለ አማካይ መግለጫ: መግለጫው ጽሁፍ: ቁጥር: መደበኛ አገላለጽ መያዝ ይችላል: (ከ ተጣበቀ በ ማስሊያ ምርጫ ውስጥ) ወይንም ሁለገብ (ካስቻሉ በ ስሌት ምርጫ ውስጥ)"
#: func_averageifs.xhp
msgctxt ""
@@ -61770,7 +61770,7 @@ msgctxt ""
"par_id23526994221948\n"
"help.text"
msgid "<emph>Criterion1</emph> – required argument. A condition in the form of expression or a cell reference to expression that defines what cells should be used for counting. The expression can contain text, numbers, regular expressions (if enabled in calculation options) or wildcards (if enabled in calculation options)."
-msgstr ""
+msgstr "<emph>መመዘኛ1</emph> – ክርክር ይፈልጋል: ሁኔታ በ አገላለጽ ፎርም ውስጥ ወይንም የ ክፍል መግለጫ ምን እንደሚያሰላ ለ አማካይ መግለጫ: መግለጫው ጽሁፍ: ቁጥር: መደበኛ አገላለጽ መያዝ ይችላል: (ከ ተጣበቀ በ ማስሊያ ምርጫ ውስጥ) ወይንም ሁለገብ (ካስቻሉ በ ስሌት ምርጫ ውስጥ)"
#: func_countifs.xhp
msgctxt ""
@@ -65588,7 +65588,7 @@ msgctxt ""
"par_id24470258022447\n"
"help.text"
msgid "<emph>Criterion1</emph> – required argument. A condition in the form of expression or a cell reference to expression that defines what cells should be used to calculate the sum. The expression can contain text, numbers, regular expressions (if enabled in calculation options) or wildcards (if enabled in calculation options)."
-msgstr ""
+msgstr "<emph>መመዘኛ1</emph> – ክርክር ይፈልጋል: ሁኔታ በ አገላለጽ ፎርም ውስጥ ወይንም የ ክፍል መግለጫ ምን እንደሚያሰላ ለ አማካይ መግለጫ: መግለጫው ጽሁፍ: ቁጥር: መደበኛ አገላለጽ መያዝ ይችላል: (ከ ተጣበቀ በ ማስሊያ ምርጫ ውስጥ) ወይንም ሁለገብ (ካስቻሉ በ ስሌት ምርጫ ውስጥ)"
#: func_sumifs.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/scalc/04.po b/source/am/helpcontent2/source/text/scalc/04.po
index 31304da5140..94f44e3bc6b 100644
--- a/source/am/helpcontent2/source/text/scalc/04.po
+++ b/source/am/helpcontent2/source/text/scalc/04.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-03-09 20:48+0100\n"
-"PO-Revision-Date: 2016-06-03 15:12+0000\n"
+"PO-Revision-Date: 2016-06-11 22:27+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464966761.000000\n"
+"X-POOTLE-MTIME: 1465684030.000000\n"
#: 01020000.xhp
msgctxt ""
@@ -460,7 +460,7 @@ msgctxt ""
"par_idN10B00\n"
"help.text"
msgid "Adds the previous sheet to the current selection of sheets. If all the sheets in a spreadsheet are selected, this shortcut key combination only selects the previous sheet. Makes the previous sheet the current sheet."
-msgstr ""
+msgstr "ያለፈውን ወረቀት ወደ አሁኑ ወረቀቶች ምርጫ መጨመሪያ: ሁሉም ወረቀቶች በ ሰንጠረዥ ውስጥ ከ ተመረጡ: ይህ የ አቋራጭ ቁልፍ መቀላቀያ የሚመርጠው ያለፈውን ወረቀት ነው: ያለፈውን ወረቀት የ አሁኑ ወረቀት ያደርገዋል"
#: 01020000.xhp
msgctxt ""
@@ -476,7 +476,7 @@ msgctxt ""
"par_idN10B07\n"
"help.text"
msgid "Adds the next sheet to the current selection of sheets. If all the sheets in a spreadsheet are selected, this shortcut key combination only selects the next sheet. Makes the next sheet the current sheet."
-msgstr ""
+msgstr "የሚቀጥለውን ወረቀት ወደ አሁኑ ወረቀቶች ምርጫ መጨመሪያ: ሁሉም ወረቀቶች በ ሰንጠረዥ ውስጥ ከ ተመረጡ: ይህ የ አቋራጭ ቁልፍ መቀላቀያ የሚመርጠው የሚቀጥለውን ወረቀት ነው: የሚቀጥለውን ወረቀት የ አሁኑ ወረቀት ያደርገዋል"
#: 01020000.xhp
msgctxt ""
@@ -503,7 +503,7 @@ msgctxt ""
"98\n"
"help.text"
msgid "Selects the data range that contains the cursor. A range is a contiguous cell range that contains data and is bounded by empty row and columns."
-msgstr ""
+msgstr "የ ዳታ መጠን ይምረጡ መጠቆሚያውን የያዘ: መጠን የ ተጠጋጋ ዳታ የያዘ የ ክፍል መጠን ነው በ ባዶ ረድፍ እና አምድ የ ተከበበ"
#: 01020000.xhp
msgctxt ""
@@ -1230,7 +1230,7 @@ msgctxt ""
"66\n"
"help.text"
msgid "Standard exponential format"
-msgstr ""
+msgstr "መደበኛ exponential አቀራረብ"
#: 01020000.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/scalc/guide.po b/source/am/helpcontent2/source/text/scalc/guide.po
index 0902e953db1..7c6f05fd3bd 100644
--- a/source/am/helpcontent2/source/text/scalc/guide.po
+++ b/source/am/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: 2016-05-07 21:35+0200\n"
-"PO-Revision-Date: 2016-06-07 00:09+0000\n"
+"PO-Revision-Date: 2016-06-08 21:29+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1465258188.000000\n"
+"X-POOTLE-MTIME: 1465421375.000000\n"
#: address_auto.xhp
msgctxt ""
@@ -5862,7 +5862,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Copying Formulas"
-msgstr "Formulas ኮፒ ማድረጊያ"
+msgstr "መቀመሪያ ኮፒ ማድረጊያ"
#: formula_copy.xhp
msgctxt ""
@@ -5870,7 +5870,7 @@ msgctxt ""
"bm_id3151113\n"
"help.text"
msgid "<bookmark_value>formulas; copying and pasting</bookmark_value><bookmark_value>copying; formulas</bookmark_value><bookmark_value>pasting;formulas</bookmark_value>"
-msgstr "<bookmark_value>formulas; ኮፒ ማድረጊያ እና መለጠፊያ </bookmark_value><bookmark_value>ኮፒ ማድረጊያ; formulas</bookmark_value><bookmark_value>መለጠፊያ;formulas</bookmark_value>"
+msgstr "<bookmark_value>መቀመሪያ:; ኮፒ ማድረጊያ እና መለጠፊያ </bookmark_value><bookmark_value>ኮፒ ማድረጊያ: መቀመሪያ</bookmark_value><bookmark_value>መለጠፊያ:መቀመሪያ</bookmark_value>"
#: formula_copy.xhp
msgctxt ""
@@ -5879,7 +5879,7 @@ msgctxt ""
"54\n"
"help.text"
msgid "<variable id=\"formula_copy\"><link href=\"text/scalc/guide/formula_copy.xhp\" name=\"Copying Formulas\">Copying Formulas</link></variable>"
-msgstr "<variable id=\"formula_copy\"><link href=\"text/scalc/guide/formula_copy.xhp\" name=\"Copying Formulas\">Formulas ኮፒ ማድረጊያ</link></variable>"
+msgstr "<variable id=\"formula_copy\"><link href=\"text/scalc/guide/formula_copy.xhp\" name=\"Copying Formulas\">መቀመሪያ ኮፒ ማድረጊያ</link></variable>"
#: formula_copy.xhp
msgctxt ""
@@ -5897,7 +5897,7 @@ msgctxt ""
"30\n"
"help.text"
msgid "Select the cell containing the formula."
-msgstr "formula የያዘውን ክፍል ይምረጡ"
+msgstr "መቀመሪያ የያዘውን ክፍል ይምረጡ"
#: formula_copy.xhp
msgctxt ""
@@ -5942,7 +5942,7 @@ msgctxt ""
"12\n"
"help.text"
msgid "Select the cell containing the formula."
-msgstr "formula የያዘውን ክፍል ይምረጡ"
+msgstr "መቀመሪያ የያዘውን ክፍል ይምረጡ"
#: formula_copy.xhp
msgctxt ""
@@ -5969,7 +5969,7 @@ msgctxt ""
"15\n"
"help.text"
msgid "When you release the mouse button, the formula will be copied into the cells and automatically adjusted."
-msgstr ""
+msgstr "እርስዎ የ አይጥ ቁልፍ በሚለቁ ጊዜ: መቀመሪያው ኮፒ ይደረጋል ወደ ክፍሎች ውስጥ እና ራሱ በራሱ ይስተካከላል"
#: formula_copy.xhp
msgctxt ""
@@ -6494,7 +6494,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "With the help of Goal Seek you can calculate a value that, as part of a formula, leads to the result you specify for the formula. You thus define the formula with several fixed values and one variable value and the result of the formula."
-msgstr ""
+msgstr "በ ግብ መፈለጊያ እርዳታ እርስዎ ዋጋ ማስላት ይችላሉ: እንደ መቀመሪያ አካል: ውጤቱ እርስዎ እንደ ወሰኑት መቀመሪያ ይሆናል: እርስዎ መግለጽ ይችላሉ ከ በርካታ ዋጋዎች መጠገኛ ጋር እና አንድ ተለዋዋጭ ዋጋ እና ለ መቀመሪያ ውጤት"
#: goalseek.xhp
msgctxt ""
@@ -6557,7 +6557,7 @@ msgctxt ""
"17\n"
"help.text"
msgid "The correct cell is already entered in the field <emph>Formula Cell</emph>."
-msgstr ""
+msgstr "ትክክለኛው ክፍል ቀደም ሲል በ ሜዳ ውስጥ ገብቷል በ <emph>መቀመሪያ ክፍል </emph> ውስጥ"
#: goalseek.xhp
msgctxt ""
@@ -6566,7 +6566,7 @@ msgctxt ""
"18\n"
"help.text"
msgid "Place the cursor in the field <emph>Variable Cell</emph>. In the sheet, click in the cell that contains the value to be changed, in this example it is the cell with the capital value <item type=\"literal\">C</item>."
-msgstr ""
+msgstr "መጠቆሚያውን በ ሜዳ ውስጥ ያድርጉ <emph>ተለዋዋጭ ክፍል</emph> በ ወረቀት ውስጥ: ይጫኑ የሚቀየረውን ዋጋ በያዘው በ ክፍሉ ውስጥ: በዚህ ምሳሌ ውስጥ ክፍሉ ነው የ ዋናው ዋጋ <item type=\"literal\">ዋ</item>."
#: goalseek.xhp
msgctxt ""
@@ -10214,7 +10214,7 @@ msgctxt ""
"4\n"
"help.text"
msgid "For example, enter the text \"Jan\" or \"January\" in an empty cell. Select the cell and click the mouse on the lower right corner of the cell border. Then drag the selected cell a few cells to the right or downwards. When you release the mouse button, the highlighted cells will be filled with the names of the months."
-msgstr ""
+msgstr "ለምሳሌ: ያስገቡ ጽሁፍ \"ተሕ\" ወይንም \"ታሕሳስ\" በ ባዶ ክፍል ውስጥ: ክፍሉን ይምረጡ እና ይጫኑ በ አይጡ ከ ታች በ ቀኝ ጠረዝ በኩል በ ክፍሉ ድንበር ውስጥ: እና ከዛ ይጎትቱ የ ተመረጠውን ክፍል ጥቂት ክፍሎች ወደ ቀኝ በኩል ወይንም ወደ ታች በኩል: እርስዎ የ አይጥ ቁልፍ በሚለቁ ጊዜ የ ደመቁት ክፍሎች በሙሉ ይሞላሉ በ ወሩ ስም ታሕሳስ"
#: sorted_list.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/sdraw/guide.po b/source/am/helpcontent2/source/text/sdraw/guide.po
index 58b27dce346..cd45fd3f1c0 100644
--- a/source/am/helpcontent2/source/text/sdraw/guide.po
+++ b/source/am/helpcontent2/source/text/sdraw/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-03-09 20:48+0100\n"
-"PO-Revision-Date: 2016-06-06 13:57+0000\n"
+"PO-Revision-Date: 2016-06-14 19:05+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1465221434.000000\n"
+"X-POOTLE-MTIME: 1465931140.000000\n"
#: align_arrange.xhp
msgctxt ""
@@ -426,7 +426,7 @@ msgctxt ""
"bm_id3156443\n"
"help.text"
msgid "<bookmark_value>combining; draw objects</bookmark_value><bookmark_value>merging; draw objects</bookmark_value><bookmark_value>connecting; draw objects</bookmark_value><bookmark_value>draw objects; combining</bookmark_value><bookmark_value>intersecting draw objects</bookmark_value><bookmark_value>polygons; intersecting/subtracting/merging</bookmark_value><bookmark_value>subtracting polygons</bookmark_value><bookmark_value>constructing shapes</bookmark_value>"
-msgstr "<bookmark_value>መቀላቀያ; መሳያ እቃዎች</bookmark_value><bookmark_value>ማዋሀጃ; መሳያ እቃዎች</bookmark_value><bookmark_value>መገናኛ; መሳያ እቃዎች</bookmark_value><bookmark_value>መሳያ እቃዎች; መቀላቀያ</bookmark_value><bookmark_value>መተላለፊያ መሳያ እቃዎች</bookmark_value><bookmark_value>polygons; መተላለፊያ/መቀነሻ/ማዋሀጃ</bookmark_value><bookmark_value>መቀነሻ polygons</bookmark_value><bookmark_value>መገንቢያ ቅርጾች</bookmark_value>"
+msgstr "<bookmark_value>መቀላቀያ: መሳያ እቃዎች</bookmark_value><bookmark_value>ማዋሀጃ: መሳያ እቃዎች</bookmark_value><bookmark_value>መገናኛ: መሳያ እቃዎች</bookmark_value><bookmark_value>መሳያ እቃዎች: መቀላቀያ</bookmark_value><bookmark_value>መተላለፊያ መሳያ እቃዎች</bookmark_value><bookmark_value>ፖሊጎኖች: መተላለፊያ/መቀነሻ/ማዋሀጃ</bookmark_value><bookmark_value>መቀነሻ ፖሊጎኖች</bookmark_value><bookmark_value>መገንቢያ ቅርጾች</bookmark_value>"
#: combine_etc.xhp
msgctxt ""
@@ -841,7 +841,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Drawing Sectors and Segments"
-msgstr ""
+msgstr "መሳያ ክፋይ እና የ ክብ ክፋይ"
#: draw_sector.xhp
msgctxt ""
@@ -849,7 +849,7 @@ msgctxt ""
"bm_id3146974\n"
"help.text"
msgid "<bookmark_value>sectors of circles/ellipses</bookmark_value><bookmark_value>segments of circles/ellipses</bookmark_value><bookmark_value>circle segments</bookmark_value><bookmark_value>ellipses; segments</bookmark_value><bookmark_value>drawing; sectors and segments</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>የ ክብ ክፋይ/ellipses</bookmark_value><bookmark_value>የ ክብ ክፋይ/ellipses</bookmark_value><bookmark_value>የ ክብ ክፋይ</bookmark_value><bookmark_value>ellipses: ክፋይ</bookmark_value><bookmark_value>መሳያ: ክፋይ እና ክፋዮች</bookmark_value>"
#: draw_sector.xhp
msgctxt ""
@@ -858,7 +858,7 @@ msgctxt ""
"30\n"
"help.text"
msgid "<variable id=\"draw_sector\"><link href=\"text/sdraw/guide/draw_sector.xhp\" name=\"Drawing Sectors and Segments\">Drawing Sectors and Segments</link></variable>"
-msgstr ""
+msgstr "<variable id=\"draw_sector\"><link href=\"text/sdraw/guide/draw_sector.xhp\" name=\"Drawing Sectors and Segments\">መሳያ ክፋይ እና የ ክብ ክፋይ </link></variable>"
#: draw_sector.xhp
msgctxt ""
@@ -867,7 +867,7 @@ msgctxt ""
"31\n"
"help.text"
msgid "The <emph>Ellipse</emph> toolbar contains tools for drawing ellipses and circles. You can also draw segments and sectors of circles and ellipses."
-msgstr ""
+msgstr "የ <emph>Ellipse</emph> እቃ መደርደሪያ የያዛቸው መሳሪያዎች ለ መሳያ ነው ellipses እና ክቦች: እርስዎ እንዲሁም መሳል ይችላሉ የ ክብ ክፋይ እና ክፋዮች እና ellipses."
#: draw_sector.xhp
msgctxt ""
@@ -876,7 +876,7 @@ msgctxt ""
"32\n"
"help.text"
msgid "To draw a sector of a circle or an ellipse:"
-msgstr ""
+msgstr "ለ መሳል ክፋይ የ ክብ ወይንም ellipse:"
#: draw_sector.xhp
msgctxt ""
@@ -921,7 +921,7 @@ msgctxt ""
"37\n"
"help.text"
msgid "Position the pointer where you want to place the first boundary of the sector and click."
-msgstr ""
+msgstr "መጠቆሚያውን የ መጀመሪያው ክፋይ ድንበር እንዲሆን በሚፈልጉበት ቦታ ያድርጉ እና ይጫኑ"
#: draw_sector.xhp
msgctxt ""
@@ -930,7 +930,7 @@ msgctxt ""
"51\n"
"help.text"
msgid "As the radius line that follows the pointer is constrained to the circle boundaries, you can click anywhere in the document."
-msgstr ""
+msgstr "መጠቆሚያውን የሚከተለው የ radius line በ ክብ ድንበሮች የ ተወሰነ ነው: እርስዎ መጫን ይችላሉ በ ማንኛውም ቦታ በ ሰነዱ ውስጥ"
#: draw_sector.xhp
msgctxt ""
@@ -939,7 +939,7 @@ msgctxt ""
"38\n"
"help.text"
msgid "Position the pointer where you want to place the second boundary of the sector and click. The completed sector is displayed."
-msgstr ""
+msgstr "መጠቆሚያውን ሁለተኛው ክፋይ ድንበር እንዲሆን በሚፈልጉበት ቦታ ያድርጉ እና ይጫኑ: የ ተጨረሰው ክፋይ ይታያል"
#: draw_sector.xhp
msgctxt ""
@@ -948,7 +948,7 @@ msgctxt ""
"41\n"
"help.text"
msgid "To draw a segment of a circle or ellipse, follow the steps for creating a sector based on a circle."
-msgstr ""
+msgstr "የ ክብ ክፋይ ወይንም ellipse ለ መሳል: እነዚህን ደረጃዎች ይከተሉ ክፋይ መሰረት ያደረገ ክብ ለ መፍጠር"
#: draw_sector.xhp
msgctxt ""
@@ -957,7 +957,7 @@ msgctxt ""
"42\n"
"help.text"
msgid "To draw an arc based on an ellipse, choose one of the arc icons and follow the same steps for creating a sector based on a circle."
-msgstr ""
+msgstr "ቅስት ለ መሳል ellipse መሰረት ያደረገ: ይምረጡ አንድ የ ቅስት ምልክት እና ተመሳሳይ ደረጃዎችን ይከተሉ ክፍያ መሰረት ያደረገ ክብ ለ መፍጠር"
#: duplicate_object.xhp
msgctxt ""
@@ -2074,7 +2074,7 @@ msgctxt ""
"13\n"
"help.text"
msgid "You can rotate an object around its default pivot point (center point) or a pivot point that you designate."
-msgstr ""
+msgstr "እርስዎ ማሽከርከር ይችላሉ በ ነባር pivot point (መሀከል ነጥብ) ወይንም a pivot point እርስዎ በሚወስኑት"
#: rotate_object.xhp
msgctxt ""
@@ -2133,7 +2133,7 @@ msgctxt ""
"16\n"
"help.text"
msgid "To change the pivot point, drag the small circle in the center of the object to a new location."
-msgstr ""
+msgstr "የ pivot point, ለ መቀየር ይጎትቱ ትንሹን ክብ በ እቃው መሀከል ወደ አዲሱ ቦታ"
#: rotate_object.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared.po b/source/am/helpcontent2/source/text/shared.po
index 0950b2ac49b..a2b89ab2377 100644
--- a/source/am/helpcontent2/source/text/shared.po
+++ b/source/am/helpcontent2/source/text/shared.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-06-04 19:19+0000\n"
+"PO-Revision-Date: 2016-06-13 22:20+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1465067954.000000\n"
+"X-POOTLE-MTIME: 1465856456.000000\n"
#: 3dsettings_toolbar.xhp
msgctxt ""
@@ -1498,7 +1498,7 @@ msgctxt ""
"40\n"
"help.text"
msgid "<ahelp hid=\"HID_BEZIER_TOOLBOX\">The <emph>Edit Points </emph>Bar appears when you select a polygon object and click <emph>Edit Points</emph>.</ahelp>"
-msgstr "<ahelp hid=\"HID_BEZIER_TOOLBOX\">የ <emph>ማረሚያ ነጥቦች </emph>መደርደሪያ ይታያል የ polygon እቃ በሚመርጡ ጊዜ እና ይጫኑ <emph>ማረሚያ ነጥቦች</emph>.</ahelp>"
+msgstr "<ahelp hid=\"HID_BEZIER_TOOLBOX\">የ <emph>ማረሚያ ነጥቦች </emph>መደርደሪያ ይታያል የ ፖሊጎን እቃ በሚመርጡ ጊዜ እና ይጫኑ <emph>ማረሚያ ነጥቦች</emph>.</ahelp>"
#: main0227.xhp
msgctxt ""
@@ -1911,7 +1911,7 @@ msgctxt ""
"38\n"
"help.text"
msgid "<ahelp hid=\".uno:BezierEliminatePoints\">Marks the current point or the selected points for deletion.</ahelp> This happens in the event that the point is located on a straight line. If you convert a curve or a polygon with the <emph>Convert to Curve </emph>icon into a straight line or you change a curve with the mouse so that a point lies on the straight line, it is removed. The angle from which the point reduction is to take place <switchinline select=\"appl\"><caseinline select=\"DRAW\">can be set by choosing <link href=\"text/shared/optionen/01070300.xhp\" name=\"Drawing - Grid\"><emph>%PRODUCTNAME Draw - Grid</emph></link> in the Options dialog box</caseinline><caseinline select=\"IMPRESS\">can be set by choosing <link href=\"text/shared/optionen/01070300.xhp\" name=\"Presentation - Grid\"><emph>%PRODUCTNAME Impress - Grid</emph></link> in the Options dialog box</caseinline><defaultinline>is 15° by default.</defaultinline></switchinline>"
-msgstr "<ahelp hid=\".uno:BezierEliminatePoints\">የ አሁኑን ነጥብ ምልክት ማድረጊያ ወይንም የ ተመረጡትን ነጥቦች ለማጥፋት</ahelp> ይህ የሚሆነው ሁኔታው በ ቀጥታ መስመር ላይ ሲገኝ ነው: እርስዎ ከ ቀየሩ curve ወይንም polygon ከ <emph>ወደ Curve መቀየሪያ</emph>ምልክት ወደ ቀጥተኛ መስመር ወይንም ከ ቀየሩ curve በ አይጥ ነጥቡ በቀጥታ መስመር ላይ ከሆነ ይወገዳል: ነጥቡ የሚቀነስበት ቦታ angle ከሆነ <switchinline select=\"appl\"><caseinline select=\"DRAW\">በ መምረጥ ማሰናዳት ይቻላል <link href=\"text/shared/optionen/01070300.xhp\" name=\"Drawing - Grid\"><emph>%PRODUCTNAME መሳያ – መጋጠሚያ</emph></link> በ ምርጫ ንግግር ሳጥን ውስጥ</caseinline><caseinline select=\"IMPRESS\">ማሰናዳት ይቻላል በ መምረጥ <link href=\"text/shared/optionen/01070300.xhp\" name=\"Presentation - Grid\"><emph>%PRODUCTNAME ማስደነቂያ – መጋጠሚያ</emph></link> በ ምርጫ ንግግር ሳጥን ውስጥ </caseinline><defaultinline> 15° ነባር ነው</defaultinline></switchinline>"
+msgstr "<ahelp hid=\".uno:BezierEliminatePoints\">የ አሁኑን ነጥብ ምልክት ማድረጊያ ወይንም የ ተመረጡትን ነጥቦች ለማጥፋት</ahelp> ይህ የሚሆነው ሁኔታው በ ቀጥታ መስመር ላይ ሲገኝ ነው: እርስዎ ከ ቀየሩ curve ወይንም ፖሊጎን ከ <emph>ወደ Curve መቀየሪያ</emph>ምልክት ወደ ቀጥተኛ መስመር ወይንም ከ ቀየሩ curve በ አይጥ ነጥቡ በቀጥታ መስመር ላይ ከሆነ ይወገዳል: ነጥቡ የሚቀነስበት ቦታ angle ከሆነ <switchinline select=\"appl\"><caseinline select=\"DRAW\">በ መምረጥ ማሰናዳት ይቻላል <link href=\"text/shared/optionen/01070300.xhp\" name=\"Drawing - Grid\"><emph>%PRODUCTNAME መሳያ – መጋጠሚያ</emph></link> በ ምርጫ ንግግር ሳጥን ውስጥ</caseinline><caseinline select=\"IMPRESS\">ማሰናዳት ይቻላል በ መምረጥ <link href=\"text/shared/optionen/01070300.xhp\" name=\"Presentation - Grid\"><emph>%PRODUCTNAME ማስደነቂያ – መጋጠሚያ</emph></link> በ ምርጫ ንግግር ሳጥን ውስጥ </caseinline><defaultinline> 15° ነባር ነው</defaultinline></switchinline>"
#: main0227.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/01.po b/source/am/helpcontent2/source/text/shared/01.po
index 32f11fd0343..1f48a294fc3 100644
--- a/source/am/helpcontent2/source/text/shared/01.po
+++ b/source/am/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: 2016-05-23 22:09+0200\n"
-"PO-Revision-Date: 2016-06-07 13:57+0000\n"
+"PO-Revision-Date: 2016-06-13 22:21+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1465307841.000000\n"
+"X-POOTLE-MTIME: 1465856505.000000\n"
#: 01010000.xhp
msgctxt ""
@@ -4548,7 +4548,7 @@ msgctxt ""
"par_id6\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Enable this option to print text that is marked as hidden.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">ይህን ምርጫ ያስችሉ እንደ የተደበቀ ምልክት የተደረገበትን ጽሁፍ ለ ማተም</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">ይህን ምርጫ ያስችሉ እንደ የ ተደበቀ ምልክት የ ተደረገበትን ጽሁፍ ለ ማተም</ahelp>"
#: 01130000.xhp
msgctxt ""
@@ -6982,7 +6982,7 @@ msgctxt ""
"par_id8876918\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Searches for text formatted with the style that you specify. Select this checkbox, and then select a style from the Search for list. To specify a replacement style, select a style from the Replace with list.</ahelp>"
-msgstr "<ahelp hid=\".\" visibility=\"hidden\">Searches for text formatted with the style that you specify. Select this checkbox, and then select a style from the Search for list. To specify a replacement style, select a style from the Replace with list.</ahelp>"
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">እርስዎ በወስኑት ዘዴ የቀረበ ጽሁፍ መፈለጊያ: ይህን ምልክት ማድረጊያ ይምረጡ: እና ከዛ ይምረጡ ዘዴ ከ ዝርዝር መፈለጊያ ውስጥ: መቀየሪያ ዘዴ ለ መወሰን: ይምረጡ ዘዴ ከ መቀየሪያ ዝርዝር ውስጥ </ahelp>"
#: 02100000.xhp
msgctxt ""
@@ -7000,7 +7000,7 @@ msgctxt ""
"50\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/findreplacedialog/layout\">Searches for text formatted with the style that you specify. Select this checkbox, and then select a style from the <emph>Search for </emph>list. To specify a replacement style, select a style from the <emph>Replace with</emph> list.</ahelp>"
-msgstr "<ahelp hid=\"svx/ui/findreplacedialog/layout\">Searches for text formatted with the style that you specify. Select this checkbox, and then select a style from the <emph>Search for </emph>list. To specify a replacement style, select a style from the <emph>Replace with</emph> list.</ahelp>"
+msgstr "<ahelp hid=\"svx/ui/findreplacedialog/layout\">እርስዎ በወስኑት ዘዴ የቀረበ ጽሁፍ መፈለጊያ: ይህን ምልክት ማድረጊያ ይምረጡ: እና ከዛ ይምረጡ ዘዴ ከ <emph> መፈለጊያ ከ </emph>ዝርዝር ውስጥ: መቀየሪያ ዘዴ ለ መወሰን: ይምረጡ ዘዴ ከ<emph> መቀየሪያ ከ</emph> ዝርዝር ውስጥ</ahelp>"
#: 02100000.xhp
msgctxt ""
@@ -10652,7 +10652,7 @@ msgctxt ""
"par_id3159128\n"
"help.text"
msgid "Freeform Polygon"
-msgstr ""
+msgstr "ነፃ እጅ ፖሊጎን"
#: 02220000.xhp
msgctxt ""
@@ -13509,7 +13509,7 @@ msgctxt ""
"par_id3155390\n"
"help.text"
msgid "To edit a shown comment, double-click the comment text. To edit a comment that is not shown permanently, right-click in the cell that contains the comment, and then choose <emph>Edit Comment</emph>. To specify the formatting of the comment text, right-click the comment text in edit mode."
-msgstr ""
+msgstr "የሚታየውን አስተያየት ለ ማረም: ሁለት ጊዜ-ይጫኑ በ አስተያየቱ ጽሁፍ ላይ: በ ቋሚነት የማይታየውን አስተያየት ለ ማረም: ሁለት ጊዜ-ይጫኑ በ አስተያየቱ ጽሁፍ ላይ: እና ከዛ ይምረጡ <emph>አስተያየት ማረሚያ</emph>የ አስተያየት ጽሁፍ አቀራረብ ለ መግለጽ: ሁለት ጊዜ-ይጫኑ በ አስተያየቱ ጽሁፍ በ ማረሚያ ዘዴ ላይ"
#: 04050000.xhp
msgctxt ""
@@ -19421,7 +19421,7 @@ msgctxt ""
"bm_id3156027\n"
"help.text"
msgid "<bookmark_value>formats; tabulators</bookmark_value><bookmark_value>fill characters with tabulators</bookmark_value><bookmark_value>tab stops;settings</bookmark_value>"
-msgstr "<bookmark_value>አቀራረብ; tabulators</bookmark_value><bookmark_value>መሙያ ባህሪዎች በ tabulators</bookmark_value><bookmark_value>tab ማስቆሚያ;ማሰናጃዎች</bookmark_value>"
+msgstr "<bookmark_value>አቀራረብ: ማዘጋጃ</bookmark_value><bookmark_value>መሙያ ባህሪዎች በ ማዘጋጃ</bookmark_value><bookmark_value>tab ማስቆሚያ:ማሰናጃዎች</bookmark_value>"
#: 05030300.xhp
msgctxt ""
@@ -31833,7 +31833,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<ahelp hid=\"svx/ui/docking3deffects/texture\">Sets the properties of the surface texture for the selected 3D object. This feature is only available after you apply a surface texture to the selected object. To quickly apply a surface texture, open the <emph>Gallery</emph>, hold down Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, and then drag an image onto the selected 3D object.</ahelp>"
-msgstr "<ahelp hid=\"svx/ui/docking3deffects/texture\">Sets the properties of the surface texture for the selected 3D object. This feature is only available after you apply a surface texture to the selected object. To quickly apply a surface texture, open the <emph>Gallery</emph>, hold down Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>, and then drag an image onto the selected 3D object.</ahelp>"
+msgstr "<ahelp hid=\"svx/ui/docking3deffects/texture\">ለ ተመረጠው የ 3ዲ እቃ የ ገጽታ ክፍል ባህሪ ማሰናጃ: ይህ ገጽታ ዝግጁ የሚሆነው እርስዎ በ ተመረጠው እቃ ላይ የ ገጽታ ክፍል ከ ፈጸሙ በኋላ ነው: በፍጥነት የ ገጽታ ክፍል ለ መፈጸም ወደ ተመረጠው እቃ: ይክፈቱ <emph>አዳራሽ</emph> ተጭነው ይያዙ Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline> እና ከዛ ይጎትቱ ምስል ወደ ተመረጠው የ 3ዲ እቃ </ahelp>"
#: 05350500.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/02.po b/source/am/helpcontent2/source/text/shared/02.po
index 111589fe191..50bd43accb3 100644
--- a/source/am/helpcontent2/source/text/shared/02.po
+++ b/source/am/helpcontent2/source/text/shared/02.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
-"PO-Revision-Date: 2016-06-06 20:18+0000\n"
+"PO-Revision-Date: 2016-06-13 22:23+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1465244310.000000\n"
+"X-POOTLE-MTIME: 1465856594.000000\n"
#: 01110000.xhp
msgctxt ""
@@ -262,7 +262,7 @@ msgctxt ""
"23\n"
"help.text"
msgid "Polygon"
-msgstr "Polygon"
+msgstr "ፖሊጎን"
#: 01140000.xhp
msgctxt ""
@@ -288,7 +288,7 @@ msgctxt ""
"47\n"
"help.text"
msgid "Hold the Shift key while drawing a polygon to position new points at 45 degree angles."
-msgstr "ተጭነው ይያዙ Shift ቁልፍ polygon በሚስሉ ጊዜ አዲስ ነጥቦች በ 45 ዲግሪ አንግል ቦታ ለማስያዝ"
+msgstr "ተጭነው ይያዙ Shift ቁልፍ ፖሊጎን በሚስሉ ጊዜ አዲስ ነጥቦች በ 45 ዲግሪ አንግል ቦታ ለማስያዝ"
#: 01140000.xhp
msgctxt ""
@@ -297,7 +297,7 @@ msgctxt ""
"48\n"
"help.text"
msgid "The <link href=\"text/shared/01/05270000.xhp\" name=\"Edit Points\">Edit Points</link> mode enables you to interactively modify the individual points of the polygon."
-msgstr "የ <link href=\"text/shared/01/05270000.xhp\" name=\"Edit Points\">ነጥቦች ማረሚያ</link> ዘዴ እርስዎን የሚያስችለው የ polygon እያንዳንዱን ነጥብ ማሻሻል ነው"
+msgstr "የ <link href=\"text/shared/01/05270000.xhp\" name=\"Edit Points\">ነጥቦች ማረሚያ</link> ዘዴ እርስዎን የሚያስችለው የ ፖሊጎን እያንዳንዱን ነጥብ ማሻሻል ነው"
#: 01140000.xhp
msgctxt ""
@@ -786,7 +786,7 @@ msgctxt ""
"135\n"
"help.text"
msgid "You can drag and drop controls from one document to another document. You can also copy and paste controls between documents. When you insert a control from another document, $[officename] analyzes the data source, content type, and content properties of the control so that the control fits the logical structure in the target document. For example, a control that displays contents from an address book continues to display the same contents after you copy the control to a different document. You can view these properties on the <emph>Data</emph> tab page of the <emph>Form properties</emph> dialog."
-msgstr "እርስዎ መጎተት እና መጣል ይችላሉ መቆጣጠሪያዎች ከ አንድ ሰነድ ወደ ሌላ ሰነድ ውስጥ: እርስዎ እንዲሁም ኮፒ ማድረግ እና መለጠፍ ይችላሉ በ ሰነዶች መካከል: እርስዎ መቆጣጠሪያ በ ሚያስገቡ ጊዜ ከ ሌላ ሰነድ ውስጥ $[officename] ይመርምሩ የ ዳታ ምንጩን: የ ይዞታውን አይነት: እና የ መቆጣጠሪያ ይዞታ ባህሪዎችን: ስለዚህ መቆጣጠሪያው የሚፈልጉትን የ logical አካል እንደሚያሟላ በ ታለመው ሰነድ ውስጥ: ለምሳሌ: መቆጣጠሪያ ከ አድራሻ ደብተር ውስጥ ይዞታዎችን የሚያሳይ ተመሳሳይ ሁኔታዎች ማሳየት መቀጠሉን እርስዎ ኮፒ ካደረጉ በኋላ ወደ ሌላ ሰነድ ውስጥ: እርስዎ እነዚህን ባህሪዎች መመልከት ይችላሉ በ <emph>ዳታ</emph> tab ገጽ ውስጥ በ <emph>ፎርም ባህሪዎች</emph> ንግግር ውስጥ"
+msgstr "እርስዎ መጎተት እና መጣል ይችላሉ መቆጣጠሪያዎች ከ አንድ ሰነድ ወደ ሌላ ሰነድ ውስጥ: እርስዎ እንዲሁም ኮፒ ማድረግ እና መለጠፍ ይችላሉ በ ሰነዶች መካከል: እርስዎ መቆጣጠሪያ በ ሚያስገቡ ጊዜ ከ ሌላ ሰነድ ውስጥ $[officename] ይመርምሩ የ ዳታ ምንጩን: የ ይዞታውን አይነት: እና የ መቆጣጠሪያ ይዞታ ባህሪዎችን: ስለዚህ መቆጣጠሪያው የሚፈልጉትን የ logical አካል እንደሚያሟላ በ ታለመው ሰነድ ውስጥ: ለምሳሌ: መቆጣጠሪያ ከ አድራሻ ደብተር ውስጥ ይዞታዎችን የሚያሳይ ተመሳሳይ ሁኔታዎች ማሳየት መቀጠሉን እርስዎ ኮፒ ካደረጉ በኋላ ወደ ሌላ ሰነድ ውስጥ: እርስዎ እነዚህን ባህሪዎች መመልከት ይችላሉ ከ <emph>ዳታ</emph> tab ገጽ ውስጥ በ <emph>ፎርም ባህሪዎች</emph> ንግግር ውስጥ"
#: 01170000.xhp
msgctxt ""
@@ -2560,7 +2560,7 @@ msgctxt ""
"3\n"
"help.text"
msgid "If you enter data in the <emph>Properties</emph> dialog, note that multiline input is possible for certain drop-down combo boxes. This concerns all fields in which an SQL statement can be entered, as well as the properties of text boxes or label fields. You can open these fields and enter text in the opened list. The following shortcut keys are valid:"
-msgstr ""
+msgstr "እርስዎ ዳታ ካስገቡ በ <emph>ባህሪዎች</emph> ንግግር ውስጥ: ያስታውሱ በርካታ መስመር ማስገቢያ እንደሚቻል ለ አንዳንድ ወደ ታች-ለሚዘረገፍ ማጣመሪያ ሳጥኖች: ይህ ሁሉንም ሜዳዎች ይመለከታል በ SQL አረፍተ ነገር በሚገባበት: እንዲሁም ባህሪዎች ለ ጽሁፍ ሳጥኖች ወይንም ለ ምልክት ሜዳዎች: እርስዎ መክፈት ይችላሉ እነዚህን ሜዳዎች እና ጽሁፍ ማስገባት በ ተፈተው ዝርዝር ውስጥ: የሚቀጥለው አቋራጭ ቁልፍ ዋጋ ያለው ነው:"
#: 01170100.xhp
msgctxt ""
@@ -9052,7 +9052,7 @@ msgctxt ""
"3\n"
"help.text"
msgid "<ahelp hid=\"HID_FORM_NAVIGATOR\">The <emph>Form Navigator</emph> contains a list of all created (logical) forms with the corresponding control fields.</ahelp> You can see whether a form contains control fields by the plus sign displayed before the entry. Click the plus sign to open the list of the form elements."
-msgstr ""
+msgstr "<ahelp hid=\"HID_FORM_NAVIGATOR\">የ <emph>ፎርም መቃኛ</emph> የያዘው ዝርዝር ሁሉም የ ተፈጠረውን (logical) ፎርሞች ከ ተመሳሳያ መቆጣጠሪያ ሜዳ ጋር ነው</ahelp> Yእርስዎ መመልከት ይችላሉ የ ፎርም መቆጣጠሪያ ሜዳ የ መደመሪያ ምልክትር ከ ፊቱ እንዳለ: ይጫኑ የ መደመሪያ ምልክቱን ለ መክፈት የ ዝርዝር ፎርም አካሎችን"
#: 01170600.xhp
msgctxt ""
@@ -9061,7 +9061,7 @@ msgctxt ""
"4\n"
"help.text"
msgid "You can change how the different controls are arranged by dragging and dropping them in the <emph>Form Navigator</emph>. Select one or more controls and drag them into another form. Alternatively use <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+X or the context menu command <emph>Cut</emph> to move a control to the clipboard and <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V or the command <emph>Insert</emph> to insert the control into another position."
-msgstr "እርስዎ መቀየር ይችላሉ የተለያዩ መቆጣጠሪያዎችን አዘገጃጀት: በ መጎተት እና በ መጣል በ <emph>ፎርም መቃኛ</emph>. ይምረጡ አንድ ወይንም ተጨማሪ መቆጣጠሪያዎች እና ይጎትቱዋቸው ወደ ሌላ ፎርም: በ አማራጭ ይጠቀሙ <switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+X ወይንም የ አገባብ ዝርዝር ትእዛዝ <emph>መቁረጫ</emph> ለ ማንቀሳቀስ መቆጣጠሪያውን ወደ ቁራጭ ሰሌዳ እና <switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V ወይንም የ ትእዛዝ <emph>ማስገቢያ</emph> ለ ማስገባት መቆጣጠሪያውን ወደ ሌላ ቦታ"
+msgstr "እርስዎ መቀየር ይችላሉ የተለያዩ መቆጣጠሪያዎችን አዘገጃጀት: በ መጎተት እና በ መጣል በ <emph>ፎርም መቃኛ</emph> ይምረጡ አንድ ወይንም ተጨማሪ መቆጣጠሪያዎች እና ይጎትቱዋቸው ወደ ሌላ ፎርም: በ አማራጭ ይጠቀሙ <switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+X ወይንም የ አገባብ ዝርዝር ትእዛዝ <emph>መቁረጫ</emph> ለ ማንቀሳቀስ መቆጣጠሪያውን ወደ ቁራጭ ሰሌዳ እና <switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+V ወይንም የ ትእዛዝ <emph>ማስገቢያ</emph> ለ ማስገባት መቆጣጠሪያውን ወደ ሌላ ቦታ"
#: 01170600.xhp
msgctxt ""
@@ -9142,7 +9142,7 @@ msgctxt ""
"12\n"
"help.text"
msgid "<ahelp hid=\"SID_FM_NEW_HIDDEN\">Creates a hidden control in the selected form that is not displayed on the screen. A hidden control serves to include data that is transmitted together with the form.</ahelp> It contains additional information or clarifying text that you can specify when creating the form through the <link href=\"text/shared/02/01170101.xhp\" name=\"Special Properties\">Special Properties</link> of the control. Select the entry of the hidden control in the <emph>Form Navigator</emph> and select the <emph>Properties</emph> command."
-msgstr ""
+msgstr "<ahelp hid=\"SID_FM_NEW_HIDDEN\">የ ተደበቀ መቆጣጠሪያ መፍጠሪያ ለ ተመረጠው ፎርም በ መመልከቻው ላይ ለማይታየው: የ ተደበቀ መቆጣጠሪያ የሚያገለግለው አብረው የሚተላለፍ ዳታ ለማካተት ነው በ ፍሮም ውስጥ </ahelp> ተጨማሪ መረጀ ይይዛል ወይንም መግለጫ ጽሁፍ እርስዎ የሚገልጹት ፎርም በሚፈጥሩ ጊዜ በ <link href=\"text/shared/02/01170101.xhp\" name=\"Special Properties\">የ ተለዩ ባህሪዎች</link> መቆጣጠሪያ: ይምረጡ የ ተደበቀ መቆጣጠሪያ ማስገቢያ በ <emph>ፎርም መቃኛ</emph>ውስጥ እና ይምረጡ የ <emph>ባህሪዎች</emph> ትእዛዝ."
#: 01170600.xhp
msgctxt ""
@@ -11994,7 +11994,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "<ahelp hid=\"HID_HELP_TEXT_SELECTION_MODE\">You can enable a selection cursor in a read-only text document or in the Help. Choose <emph>Edit - Select Text </emph>or open the context menu of a read-only document and choose <emph>Select Text</emph>. The selection cursor does not blink.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"HID_HELP_TEXT_SELECTION_MODE\">እርስዎ ማስቻል ይችላሉ የ መጠቆሚያ መምረጫ ለ ንባብ-ብቻ ጽሁፍ ሰነድ ውስጥ ወይንም በ እርዳታ ውስጥ: ይምረጡ <emph>ማረሚያ - ጽሁፍ መምረጫ </emph>ወይንም መክፈቻ የ አገባብ ዝርዝር ለ ንባብ-ብቻ ጽሁፍ ሰነድ እና ይምረጡ <emph>ጽሁፍ መምረጫ</emph> የ ተመረጠው መጠቆሚያ ብልጭ ድርግም አይልም </ahelp>"
#: 07070100.xhp
msgctxt ""
@@ -12063,7 +12063,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "To make changes in a database used by more than one person, you must have the appropriate access rights. When you edit an external database, there is no intermediate storage by $[officename] of the changes made. They are sent directly to the database."
-msgstr ""
+msgstr "ከ አንድ በላይ ተጠቃሚ ባለው ዳታቤዝ ውስጥ እርስዎ ለውጦች መፈጸም ከ ፈለጉ: እርስዎ ተገቢው ፍቃድ ያስፈልጎታል: እርስዎ የ ውስጥ ዳታቤዝ በሚያርሙ ጊዜ: በ ሁለቱ መአከል ማስቀመጫ የለም $[officename] የ ተፈጸመውን ለውጥ: በ ቀጥታ የሚላኩት ወደ ዳታቤዝ ነው"
#: 07070200.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/05.po b/source/am/helpcontent2/source/text/shared/05.po
index 446a42d8c66..c00df761ee2 100644
--- a/source/am/helpcontent2/source/text/shared/05.po
+++ b/source/am/helpcontent2/source/text/shared/05.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-06-04 12:16+0000\n"
+"PO-Revision-Date: 2016-06-18 18:33+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1465042581.000000\n"
+"X-POOTLE-MTIME: 1466274805.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -89,7 +89,7 @@ msgctxt ""
"par_id3166335\n"
"help.text"
msgid "Ask about %PRODUCTNAME, find help by volunteers, and discuss topics on the public mailing lists. You can find many general and specialized mailing lists on the %PRODUCTNAME website at <link href=\"http://www.libreoffice.org/get-help/mailing-lists/\">www.libreoffice.org/get-help/mailing-lists/</link>."
-msgstr ""
+msgstr "ይጠይቁ %PRODUCTNAME, ፈቃደኞች እርዳታ ለማግኘት: እና ይወያዩ በ ሕዝብ ደብዳቤ ዝርዝሮች: የ ተለያዩ የ ደብዳቤ ዝርዝሮች ያገኛሉ በ %PRODUCTNAME ድህረ ገጽ በ <link href=\"http://www.libreoffice.org/get-help/mailing-lists/\">www.libreoffice.org/get-help/mailing-lists/</link>."
#: 00000001.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/guide.po b/source/am/helpcontent2/source/text/shared/guide.po
index 76e9c2b054e..fdc2f049207 100644
--- a/source/am/helpcontent2/source/text/shared/guide.po
+++ b/source/am/helpcontent2/source/text/shared/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 22:09+0200\n"
-"PO-Revision-Date: 2016-06-07 13:37+0000\n"
+"PO-Revision-Date: 2016-06-13 22:26+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1465306667.000000\n"
+"X-POOTLE-MTIME: 1465856793.000000\n"
#: aaa_start.xhp
msgctxt ""
@@ -786,7 +786,7 @@ msgctxt ""
"71\n"
"help.text"
msgid "<variable id=\"autohide\"><link href=\"text/shared/guide/autohide.xhp\" name=\"Showing, Docking and Hiding Windows\">Showing, Docking and Hiding Windows</link></variable>"
-msgstr "<variable id=\"autohide\"><link href=\"text/shared/guide/autohide.xhp\" name=\"Showing, Docking and Hiding Windows\">ማሳረፊያ ማሳያ እና መስኮት መደበቂያ</link></variable>"
+msgstr "<variable id=\"autohide\"><link href=\"text/shared/guide/autohide.xhp\" name=\"Showing, Docking and Hiding Windows\">ማሳረፊያ እና መደበቂያ መስኮት ማሳያ </link></variable>"
#: autohide.xhp
msgctxt ""
@@ -4117,7 +4117,7 @@ msgctxt ""
"par_idN107D7\n"
"help.text"
msgid "Unless you have a thorough understanding of the database the report accesses, do not edit the SQL statement, database name, the hidden form controls, or the related information on the report."
-msgstr "እርስዎ ጠለቅ ያለ የ database እውቀት ከሌለዎት የ መግለጫ መድረሻ በፍጹም አያርሙት በ SQL መግለጫ: የ ዳታቤዝ ስም: የ ተደበቁ የ ፎርም መቆጣጠሪያዎች: ወይንም የ ተዛመዱ ከ መግለጫው ጋር"
+msgstr "እርስዎ ጠለቅ ያለ የ ዳታቤዝ እውቀት ከሌለዎት የ መግለጫ መድረሻን በፍጹም አያርሙት በ SQL መግለጫ: የ ዳታቤዝ ስም: የ ተደበቁ የ ፎርም መቆጣጠሪያዎች: ወይንም የ ተዛመዱ ከ መግለጫው ጋር"
#: data_reports.xhp
msgctxt ""
@@ -6727,7 +6727,7 @@ msgctxt ""
"45\n"
"help.text"
msgid "When you drag a database column into the text document, you insert a field. If you hold down Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> while dragging, a text field is inserted, grouped with an appropriate label field. The text field already contains all the database information that you need for the form."
-msgstr ""
+msgstr "እርስዎ በሚጎትቱ ጊዜ የ ዳታቤዝ አምድ ወደ ጽሁፍ ሰነድ ውስጥ: እርስዎ ሜዳ ያስገቡ:እርስዎ ተጭነው ከያዙ የ Shift+<switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline> በሚጎትቱ ጊዜ የሚገባውን የ ጽሁፍ ሜዳ: ከ ተገቢው የምልክት ሜዳ ቡድን ጋር: እርስዎ ለ ፎርም የሚፈልጉትን የ ጽሁፍ ሜዳ ቀደም ብሎ ጠቅላላ የ ዳታቤዝ መረጃ የያዘ"
#: dragdrop_fromgallery.xhp
msgctxt ""
@@ -9110,7 +9110,7 @@ msgctxt ""
"34\n"
"help.text"
msgid "If you wish to insert in a text a hyperlink that refers to Table 1, drag the entry Table 1 from the Navigator and drop it in the text. To do this, the <emph>Insert as Hyperlink</emph> drag mode must be selected in the Navigator."
-msgstr ""
+msgstr "እርስዎ ጽሁፍ ማስገባት ከ ፈለጉ hyperlink የሚያመሳክር ወደ ሰንጠረዥ 1: ይጎትቱ ጠቅላላ ሰንጠረዥ 1 ከ መቃኛው ውስጥ እና ይጣሉት ወደ ጽሁፍ ውስጥ: ይህን ለማድረግ የ <emph>ማስገቢያ እንደ Hyperlink</emph> መጎተቻ ዘዴ መመረጥ አለበት ከ መቃኛ ውስጥ"
#: hyperlink_rel_abs.xhp
msgctxt ""
@@ -9631,7 +9631,7 @@ msgctxt ""
"11\n"
"help.text"
msgid "When you select the bitmap image, the <emph>Image</emph> Bar offers you the tools for editing the image. Only a local copy is edited in the document, even if you have inserted an image as a link."
-msgstr ""
+msgstr "እርስዎ በሚመርጡ ጊዜ የ bitmap ምስል: በ <emph>ምስል</emph> መደርደሪያ መሳሪያዎች ያቀርባል ለ ምስል ማረሚያ: የ አካባቢ ኮፒ ብቻ ነው በ ሰነዱ ውስጥ ማረም የሚችሉት: ምስል እንደ አገናኝ ቢያስገቡም እንኳን"
#: insert_bitmap.xhp
msgctxt ""
@@ -9657,7 +9657,7 @@ msgctxt ""
"par_id7055574\n"
"help.text"
msgid "The original image file will not be changed by the filters. Filters are applied to an image only inside the document."
-msgstr ""
+msgstr "ዋናው ምስል አይቀየርም በ ማጣሪያዎች: ማጣሪያዎች የሚፈጸሙት በ ሰነዱ ውስጥ ባለው ምስል ላይ ነው"
#: insert_bitmap.xhp
msgctxt ""
@@ -9666,7 +9666,7 @@ msgctxt ""
"14\n"
"help.text"
msgid "Some of the filters open a dialog, which you can use to select, for example, the intensity of the filter. Most filters can be applied multiple times to increase the filter effect."
-msgstr ""
+msgstr "አንዳንድ ማጣሪያዎች ንግግር ይከፍታሉ: እርስዎ መምረጥ የሚችሉበት: ለምሳሌ የ ማጣሪያውን ጥራት: በርካታ ማጣሪያዎች በርካታ ጊዜ ደጋግሞ መፈጸም ይቻላል: የማጣሪያውን ተጽዕኖ ለ መጨመር"
#: insert_bitmap.xhp
msgctxt ""
@@ -9675,7 +9675,7 @@ msgctxt ""
"15\n"
"help.text"
msgid "In $[officename] Draw and $[officename] Impress, you can add text and graphics, select these objects together with the bitmap, and export the selection as a new bitmap image."
-msgstr ""
+msgstr "በ $[officename] መሳይ እና $[officename] ማስደነቂያ ውስጥ እርስዎ ጽሁፍ እና ንድፎች መጨመር ይችላሉ: ይምረጡእነዚህን እቃዎች ከ bitmap ጋር እና የ ተመረጠውን ይላኩ እንደ አዲስ bitmap ምስል"
#: insert_bitmap.xhp
msgctxt ""
@@ -11068,7 +11068,7 @@ msgctxt ""
"75\n"
"help.text"
msgid "Press Tab to select an icon. If you selected one of the icons from <emph>Rectangle</emph> to <emph>Freeform Polygon</emph> and you press <switchinline select=\"sys\"><caseinline select=\"MAC\">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter, an object of the selected type is created in default size."
-msgstr ""
+msgstr "ይጫኑ Tab ምልክት ለ መምረጥ: እርስዎ አንዱን ምልክት ከ መረጡ ከ <emph>አራት ማእዘን</emph> ወደ <emph>ነፃ እጅ ፖሊጎን</emph> እና እርስዎ ከ ተጫኑ የ <switchinline select=\"sys\"><caseinline select=\"MAC\">ትእዛዝ</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Enter: የ ተመረጠው እቃ አይነት ይፈጠራል እንደ ነባሩ መጠን"
#: keyboard.xhp
msgctxt ""
@@ -12008,7 +12008,7 @@ msgctxt ""
"par_id7919248\n"
"help.text"
msgid "Dictionaries are supplied and installed as extensions. Choose <item type=\"menuitem\">Tools - Language - More Dictionaries Online</item> to open the dictionaries page in your default web browser."
-msgstr ""
+msgstr "መዝገበ ቃላቶች የሚቀርቡት እና የሚገጠሙት እንደ ተጨማሪዎች ነው: ይምረጡ <item type=\"menuitem\">መሳሪያዎች - ቋንቋ - ተጨማሪ መዝገበ ቃላቶች በ መስመር ላይ </item> በ እርስዎ መቃኛ ውስጥ የ መዝገበ ቃላቶች ገጽ ለ መክፈት"
#: language_select.xhp
msgctxt ""
@@ -12016,7 +12016,7 @@ msgctxt ""
"par_id5174108\n"
"help.text"
msgid "Select a dictionary in the list of descriptions. Click the heading in a dictionary description that you want to get."
-msgstr ""
+msgstr "መዝገበ ቃላት ይምረጡ ከ ዝርዝር መግለጫ ውስጥ: ይጫኑ የ መዝገበ ቃላት ራስጌ ከ ዝርዝር መግለጫ ውስጥ እርስዎ የሚፈልጉትን"
#: language_select.xhp
msgctxt ""
@@ -12024,7 +12024,7 @@ msgctxt ""
"par_id2897427\n"
"help.text"
msgid "In the next page, click the Get It icon to download the dictionary extension. Note the folder name to which your browser downloads the file. Download additional dictionaries as you like."
-msgstr ""
+msgstr "በሚቀጥለው ገጽ ውስጥ: ይጫኑ አሁን ያግኙ ምልክት የ መዝገበ ቃላት ተጨማሪ ለማግኘት: ያስታውሱ የ ፎልደሩን ስም የ እርስዎ መቃኛ የሚያወርደውን ፋይል ስም: እርስዎ ከ ፈለጉ ተጨማሪ መዝገበ ቃላት ማውረድ ይችላሉ"
#: language_select.xhp
msgctxt ""
@@ -12032,7 +12032,7 @@ msgctxt ""
"par_id3906979\n"
"help.text"
msgid "In %PRODUCTNAME, choose <item type=\"menuitem\">Tools - Extension Manager</item> and click Add to install the downloaded extensions."
-msgstr ""
+msgstr "ከ %PRODUCTNAME, ይምረጡ <item type=\"menuitem\">መሳሪያዎች - የ ተጨማሪ አስተዳዳሪ</item> እና ይጫኑ መጨመሪያ ለ መግጠም የ ወረዱትን ተጨማሪዎች"
#: language_select.xhp
msgctxt ""
@@ -12040,7 +12040,7 @@ msgctxt ""
"par_id0220200911174493\n"
"help.text"
msgid "After you installed the extensions, you should close %PRODUCTNAME (including the Quickstarter), and restart."
-msgstr ""
+msgstr "እርስዎ ተጨማሪዎች ከ ገጠሙ በኋላ: እርስዎ መዝጋት አለብዎት %PRODUCTNAME (በፍጥነት ማስጀመሪያንም ያካትታል) እና እንደገና ያስጀምሩ"
#: language_select.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/optionen.po b/source/am/helpcontent2/source/text/shared/optionen.po
index 4703fb8eaae..fa37a027753 100644
--- a/source/am/helpcontent2/source/text/shared/optionen.po
+++ b/source/am/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: 2016-05-23 21:37+0200\n"
-"PO-Revision-Date: 2016-06-06 20:19+0000\n"
+"PO-Revision-Date: 2016-06-12 19:15+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1465244360.000000\n"
+"X-POOTLE-MTIME: 1465758913.000000\n"
#: 01000000.xhp
msgctxt ""
@@ -6338,7 +6338,7 @@ msgctxt ""
"37\n"
"help.text"
msgid "<variable id=\"grafikenaus\"><ahelp hid=\"modules/swriter/ui/viewoptionspage/graphics\">Specifies whether to display graphics and objects on the screen.</ahelp></variable> If these elements are hidden, you will see empty frames as placeholders."
-msgstr ""
+msgstr "<variable id=\"grafikenaus\"><ahelp hid=\"modules/swriter/ui/viewoptionspage/graphics\">በ መመልከቻው ላይ ንድፎች እና እቃዎች ይታዩ እንደሆን መወሰኛ </ahelp></variable> እነዚህ አካሎች ከ ተደበቁ: ለ እርስዎ የሚታየው ባዶ ክፈፍ ነው እንደ ቦታ ያዢ"
#: 01040200.xhp
msgctxt ""
@@ -6410,7 +6410,7 @@ msgctxt ""
"44\n"
"help.text"
msgid "Field codes"
-msgstr "የ ሜዳ codes"
+msgstr "የ ሜዳ ኮዶች"
#: 01040200.xhp
msgctxt ""
@@ -6437,7 +6437,7 @@ msgctxt ""
"47\n"
"help.text"
msgid "<ahelp hid=\"modules/swriter/ui/viewoptionspage/comments\">Displays comments. Click a comment to edit the text. Use the context menu in Navigator to locate or delete a comment. Use the comments's context menu to delete this comment or all comments or all comments of this author.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/swriter/ui/viewoptionspage/comments\">አስተያየት ማሳያ: ይጫኑ በ አስተያየቱ ጽሁፍ ላይ ለማረም: የ አገባብ ዝርዝር ይጠቀሙ በ መቃኛው ላይ አስተያየቱ ፈልጎ ለማግኘት ወይንም ለማጥፋት: የ አስተያየት አገባብ ዝርዝር ይጠቀሙ ይህን አስተያየት ለማጥፋት ወይንም ሁሉንም አስተያየቶች ወይንም የዚህን ደራሲ ሁሉንም አስተያየቶች ለማጥፋት </ahelp>"
#: 01040200.xhp
msgctxt ""
@@ -13592,7 +13592,7 @@ msgctxt ""
"par_idN10685\n"
"help.text"
msgid "<ahelp hid=\".\">Select the language used for the user interface, for example menus, dialogs, help files. You must have installed at least one additional language pack or a multi-language version of %PRODUCTNAME.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">ይምረጡ ቋንቋ ለ ተጠቃሚ ገጽታ: ለምሳሌ: ዝርዝር: ንግግር: እርዳታ ፋይሎች: እርስዎ ቢያንስ አንድ ተጨማሪ ቋንቋ ወይንም በርካታ የ ቋንቋ እትም መግጠም አለብዎት %PRODUCTNAME.</ahelp>"
#: 01140000.xhp
msgctxt ""
@@ -13600,7 +13600,7 @@ msgctxt ""
"par_id0125201009445727\n"
"help.text"
msgid "The \"Default\" entry selects the language of the user interface for the operating system. If this language is not available in the %PRODUCTNAME installation, the language of the %PRODUCTNAME installation is the default language."
-msgstr ""
+msgstr "ይህ \"ነባር\" ማስገቢያ የሚመርጠው ቋንቋ ለ ተጠቃሚ ገጽታ ለ መስሪያ ስርአት ነው: ይህ ቋንቋ ዝግጁ ካልሆነ በ %PRODUCTNAME ለ መግጠም: ይህ ቋንቋ የ %PRODUCTNAME ለ መግጠም ነባር ቋንቋ ይሆናል"
#: 01140000.xhp
msgctxt ""
@@ -13635,7 +13635,7 @@ msgctxt ""
"27\n"
"help.text"
msgid "A change in this field is immediately applicable. However, some formats that were formatted by default change only if the document is newly loaded."
-msgstr ""
+msgstr "ለውጦች በዚህ ሜዳ ውስጥ ወዲያውኑ ይፈጼማሉ: ነገር ግን: ሰነዱ አዲስ የ ተጫነ ከሆነ አንዳንድ አቀራረብ በ ነባር አቀራረብ ይቀርባሉ"
#: 01140000.xhp
msgctxt ""
@@ -13659,7 +13659,7 @@ msgctxt ""
"par_idN106F1\n"
"help.text"
msgid "If this checkbox is activated, the character shown after \"Same as locale setting\" is inserted when you press the key on the number pad. If this checkbox is not activated, the character that your keyboard driver software provides is inserted."
-msgstr ""
+msgstr "ይህን ምልክት ማድረጊያ ካስጀመሩ: ባህሪው የሚታየው ከ \"ተመሳሳይ እንደ ቋንቋ ማሰናጃ\" በኋላ ይገባል እርስዎ ሲጫኑ የ ቁጥር ገበታ: ይህን ምልክት ማድረጊያ ካላስጀመሩ: ባህሪው የ እርስዎ ፊደል ገበታ ሶፍትዌር የሚያቀርበው ይገባል"
#: 01140000.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/simpress/00.po b/source/am/helpcontent2/source/text/simpress/00.po
index 9d8ed7c427e..d30fe6512af 100644
--- a/source/am/helpcontent2/source/text/simpress/00.po
+++ b/source/am/helpcontent2/source/text/simpress/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
-"PO-Revision-Date: 2016-05-27 16:27+0000\n"
+"PO-Revision-Date: 2016-06-13 22:27+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464366460.000000\n"
+"X-POOTLE-MTIME: 1465856869.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -1002,7 +1002,7 @@ msgctxt ""
"4\n"
"help.text"
msgid "Choose <emph>Modify - Convert - To Polygon</emph> (<item type=\"productname\">%PRODUCTNAME</item> Draw only)"
-msgstr "ይምረጡ <emph>ማሻሻያ - መቀየሪያ - ወደ Polygon</emph> (<item type=\"productname\">%PRODUCTNAME</item> ለመሳያ ብቻ)"
+msgstr "ይምረጡ <emph>ማሻሻያ - መቀየሪያ - ወደ ፖሊጎን</emph> (<item type=\"productname\">%PRODUCTNAME</item> ለመሳያ ብቻ)"
#: 00000413.xhp
msgctxt ""
@@ -1011,7 +1011,7 @@ msgctxt ""
"26\n"
"help.text"
msgid "Open the context menu of a selected object and choose <emph>Convert - To Polygon</emph>"
-msgstr "የተመረጠውን እቃ አገባብ ዝርዝር ይክፈቱ እና ይምረጡ <emph>መቀየሪያ - ወደ Polygon</emph>"
+msgstr "የተመረጠውን እቃ አገባብ ዝርዝር ይክፈቱ እና ይምረጡ <emph>መቀየሪያ - ወደ ፖሊጎን</emph>"
#: 00000413.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/simpress/01.po b/source/am/helpcontent2/source/text/simpress/01.po
index 17997c481ed..8bddd758f70 100644
--- a/source/am/helpcontent2/source/text/simpress/01.po
+++ b/source/am/helpcontent2/source/text/simpress/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 22:09+0200\n"
-"PO-Revision-Date: 2016-06-02 13:58+0000\n"
+"PO-Revision-Date: 2016-06-13 22:28+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464875915.000000\n"
+"X-POOTLE-MTIME: 1465856907.000000\n"
#: 01170000.xhp
msgctxt ""
@@ -7432,7 +7432,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "To Polygon"
-msgstr "ወደ Polygon"
+msgstr "ወደ ፖሊጎን"
#: 13050200.xhp
msgctxt ""
@@ -7441,7 +7441,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/simpress/01/13050200.xhp\" name=\"To Polygon\">To Polygon</link>"
-msgstr "<link href=\"text/simpress/01/13050200.xhp\" name=\"To Polygon\">ወደ Polygon</link>"
+msgstr "<link href=\"text/simpress/01/13050200.xhp\" name=\"To Polygon\">ወደ ፖሊጎን</link>"
#: 13050200.xhp
msgctxt ""
@@ -7459,7 +7459,7 @@ msgctxt ""
"4\n"
"help.text"
msgid "Convert to Polygon"
-msgstr "ወደ Polygon መቀየሪያ"
+msgstr "ወደ ፖሊጎን መቀየሪያ"
#: 13050200.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/simpress/02.po b/source/am/helpcontent2/source/text/simpress/02.po
index 717083faace..75eb330f523 100644
--- a/source/am/helpcontent2/source/text/simpress/02.po
+++ b/source/am/helpcontent2/source/text/simpress/02.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-06-05 22:58+0000\n"
+"PO-Revision-Date: 2016-06-13 22:30+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1465167504.000000\n"
+"X-POOTLE-MTIME: 1465857027.000000\n"
#: 04010000.xhp
msgctxt ""
@@ -918,7 +918,7 @@ msgctxt ""
"26\n"
"help.text"
msgid "<ahelp hid=\".uno:CrookRotate\">Distorts the selected object by wrapping it around imaginary circles, and then adding perspective. Drag a handle of the selected object to distort it.</ahelp> If the selected object is not a polygon or Bézier curve, you are prompted to change the object to a curve before you can distort it."
-msgstr ""
+msgstr "<ahelp hid=\".uno:CrookRotate\">የ ተመረጠውን እቃ ማጣመሚያ በ መጠቅለል በ ክብ ዙሪያ: እና ከዛ መጨመሪያ perspective. የ ተመረጠውን እቃ አጄታ ይዘው ይጎትቱ </ahelp> የ ተመረጠውን እቃ ፖሊጎን ወይንም Bézier curve: እርስዎ እቃ ወደ ክብ ወዲያውኑ መቀየር ይችላሉ ከ መጣመሙ በፊት"
#: 10030000.xhp
msgctxt ""
@@ -953,7 +953,7 @@ msgctxt ""
"29\n"
"help.text"
msgid "<ahelp hid=\".uno:CrookSlant\">Distorts the selected object by wrapping it around imaginary circles. Drag a handle of the selected object to distort it.</ahelp> If the selected object is not a polygon or Bézier curve, you are prompted to change the object to a curve before you can distort it."
-msgstr ""
+msgstr "<ahelp hid=\".uno:CrookSlant\">የ ተመረጠውን እቃ መጠቅለያ በ መጠቅለል በ ክብ ዙሪያ: እና ከዛ መጨመሪያ የ ተመረጠውን እቃ አጄታ ይዘው ይጎትቱ </ahelp> የ ተመረጠውን እቃ ፖሊጎን ወይንም Bézier curve, እርስዎ እቃ ወደ ክብ ወዲያውኑ መቀየር ይችላሉ ከ መጣመሙ በፊት"
#: 10030000.xhp
msgctxt ""
@@ -2382,7 +2382,7 @@ msgctxt ""
"31\n"
"help.text"
msgid "<ahelp hid=\".uno:Pie_Unfilled\">Draws an empty shape that is defined by the arc of an oval and two radius lines in the current document. To draw an ellipse pie, drag an oval to the size you want, and then click to define the first radius line. Move your pointer to where you want to place the second radius line and click. You do not need to click on the oval. To draw a circle pie, hold down Shift while you drag.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:Pie_Unfilled\">ባዶ ቅርጽ መሳያ በ ቅስት የ ተገለጸ በ oval እና ሁለት radius lines በ አሁኑ ሰነድ ውስጥ: የ ellipse pie ለ መሳል: ይጎትቱ oval እርስዎ እስከሚፈልጉት መጠን ድረስ: እና ከዛ ይጫኑ ለ መግለጽ የ መጀመሪያውን radius line. የ እርስዎን መጠቆሚያ ያንቀሳቅሱ ወደ እርስዎ ሁለተኛው radius line እንዲሆን የሚፈልጉበት ቦታ እና ይጫኑ: እርስዎ መጫን የለብዎትም በ oval ላይ: ለ መሳል የ circle pie: ተጭነው ይያዙ የ Shift ቁልፍ በሚጎትቱ ጊዜ </ahelp>"
#: 10070000.xhp
msgctxt ""
@@ -2417,7 +2417,7 @@ msgctxt ""
"34\n"
"help.text"
msgid "<ahelp hid=\".uno:CirclePie_Unfilled\">Draws an empty shape that is defined by the arc of a circle and two radius lines in the current document. To draw a circle pie, drag a circle to the size you want, and then click to define the first radius line. Move your pointer to where you want to place the second radius line and click. You do not need to click on the circle. To draw an ellipse pie, hold down Shift while you drag.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:CirclePie_Unfilled\">ባዶ ቅርጽ መሳያ በ ቅስት የ ተገለጸ በ oval እና ሁለት radius lines በ አሁኑ ሰነድ ውስጥ: የ ክብ pie ለ መሳል: ይጎትቱ ክብ እርስዎ እስከሚፈልጉት መጠን ድረስ: እና ከዛ ይጫኑ ለ መግለጽ የ መጀመሪያውን radius line. የ እርስዎን መጠቆሚያ ያንቀሳቅሱ ወደ እርስዎ ሁለተኛው radius line እንዲሆን የሚፈልጉበት ቦታ እና ይጫኑ: እርስዎ መጫን የለብዎትም በ ክብ ላይ: ለ መሳል የ ellipse pie: ተጭነው ይያዙ የ Shift ቁልፍ በሚጎትቱ ጊዜ</ahelp>"
#: 10070000.xhp
msgctxt ""
@@ -2452,7 +2452,7 @@ msgctxt ""
"37\n"
"help.text"
msgid "<ahelp hid=\".uno:EllipseCut_Unfilled\">Draws an empty shape that is defined by the arc of an oval and a diameter line in the current document. To draw an ellipse segment, drag an ellipse to the size you want, and then click to define the starting point of the diameter line. Move your pointer to where you want to place the endpoint of the diameter line and click. You do not need to click on the ellipse. To draw a circle segment, hold down Shift while you drag.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:EllipseCut_Unfilled\">ባዶ ቅርጽ መሳያ በ ቅስት የ ተገለጸ በ oval እና ሁለት diameter lines በ አሁኑ ሰነድ ውስጥ: የ ellipse ክፋይ ለ መሳል: ይጎትቱ ellipse እርስዎ እስከሚፈልጉት መጠን ድረስ: እና ከዛ ይጫኑ ለ መግለጽ የ መጀመሪያውን diameter line. የ እርስዎን መጠቆሚያ ያንቀሳቅሱ ወደ እርስዎ ሁለተኛው diameter line እንዲሆን የሚፈልጉበት ቦታ እና ይጫኑ: እርስዎ መጫን የለብዎትም በ ellipse ላይ: ለ መሳል የ ክብ ክፋይ: ተጭነው ይያዙ የ Shift ቁልፍ በሚጎትቱ ጊዜ</ahelp>"
#: 10070000.xhp
msgctxt ""
@@ -2635,7 +2635,7 @@ msgctxt ""
"4\n"
"help.text"
msgid "Curve, Filled"
-msgstr "ክብ ፡ የተሞላ"
+msgstr "ክብ: የተሞላ"
#: 10080000.xhp
msgctxt ""
@@ -2661,7 +2661,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "Curve, Filled"
-msgstr "ክብ ፡ የተሞላ"
+msgstr "ክብ: የተሞላ"
#: 10080000.xhp
msgctxt ""
@@ -2670,7 +2670,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "Polygon, filled"
-msgstr ""
+msgstr "ፖሊጎን: የተሞላ"
#: 10080000.xhp
msgctxt ""
@@ -2705,7 +2705,7 @@ msgctxt ""
"13\n"
"help.text"
msgid "Polygon (45°), Filled"
-msgstr "Polygon (45°), የተሞላ"
+msgstr "ፖሊጎን (45°): የተሞላ"
#: 10080000.xhp
msgctxt ""
@@ -2731,7 +2731,7 @@ msgctxt ""
"14\n"
"help.text"
msgid "Polygon (45°), Filled"
-msgstr "Polygon (45°), የተሞላ"
+msgstr "ፖሊጎን (45°): የተሞላ"
#: 10080000.xhp
msgctxt ""
@@ -2801,7 +2801,7 @@ msgctxt ""
"22\n"
"help.text"
msgid "Polygon"
-msgstr "Polygon"
+msgstr "ፖሊጎን"
#: 10080000.xhp
msgctxt ""
@@ -2818,7 +2818,7 @@ msgctxt ""
"23\n"
"help.text"
msgid "Polygon"
-msgstr "Polygon"
+msgstr "ፖሊጎን"
#: 10080000.xhp
msgctxt ""
@@ -2827,7 +2827,7 @@ msgctxt ""
"26\n"
"help.text"
msgid "Polygon (45°)"
-msgstr "Polygon (45°)"
+msgstr "ፖሊጎን (45°)"
#: 10080000.xhp
msgctxt ""
@@ -2853,7 +2853,7 @@ msgctxt ""
"27\n"
"help.text"
msgid "Polygon (45°)"
-msgstr "Polygon (45°)"
+msgstr "ፖሊጎን (45°)"
#: 10080000.xhp
msgctxt ""
@@ -3097,7 +3097,7 @@ msgctxt ""
"19\n"
"help.text"
msgid "<ahelp hid=\".uno:Cyramid\">Draws a pyramid with a square base where you drag in the slide. To draw a pyramid with a rectangular base, hold down Shift while you drag. To define a different polygon for the base of the pyramid, open the <emph>3D Effects </emph>dialog and click the <link href=\"text/shared/01/05350200.xhp\" name=\"Geometry\"><emph>Geometry</emph></link> tab. In the <emph>Segments</emph> area, enter the number of sides for the polygon in the box labeled <emph>Horizontal</emph>, and then click the green checkmark.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".uno:Cyramid\">ፒራሚድ መሳያ ከ ስኴር መሰረት ጋር እርስዎ በሚጎትቱ ጊዜ በ ተንሸራታች ውስጥ: ፒራሚድ ለ መሳል ከ አራት ማእዘን መሰረት ጋር: ተጭነው ይያዙ Shift እርስዎ በሚጎትቱ ጊዜ: የ ተለየ ፖሊጎን ለ ፒራሚድ መሰረት ለ መግለጽ: ይክፈቱ የ <emph>3ዲ ተፅእኖዎች </emph>ንግግር እና ይጫኑ የ <link href=\"text/shared/01/05350200.xhp\" name=\"Geometry\"><emph>Geometry</emph></link> tab. በ <emph>ክፍያ</emph> ቦታ ውስጥ: የ ፖሊጎኑን ጎኖች ቁጥር ያስገቡ በ ሳጥኑ ውስጥ ምልክት በ ተደረገበት <emph>አግድም</emph> እና ከዛ ይጫኑ አረንጓዴውን ምልክት ማድረጊያ</ahelp>"
#: 10090000.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/simpress/guide.po b/source/am/helpcontent2/source/text/simpress/guide.po
index 3f1d3bad662..a387914564c 100644
--- a/source/am/helpcontent2/source/text/simpress/guide.po
+++ b/source/am/helpcontent2/source/text/simpress/guide.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-07 21:35+0200\n"
-"PO-Revision-Date: 2016-06-06 14:23+0000\n"
+"PO-Revision-Date: 2016-06-13 22:33+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1465222990.000000\n"
+"X-POOTLE-MTIME: 1465857229.000000\n"
#: 3d_create.xhp
msgctxt ""
@@ -22,7 +22,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Converting 2D Objects to Curves, Polygons, and 3D Objects"
-msgstr "መቀየሪያ 2ዲ እቃዎችን ወደ ክብ፡ Polygons, እና 3ዲ እቃዎች"
+msgstr "መቀየሪያ 2ዲ እቃዎችን ወደ ክብ: ፖሊጎን: እና 3ዲ እቃዎች"
#: 3d_create.xhp
msgctxt ""
@@ -30,7 +30,7 @@ msgctxt ""
"bm_id3150207\n"
"help.text"
msgid "<bookmark_value>3D rotation objects; generating</bookmark_value><bookmark_value>3D objects; generating</bookmark_value><bookmark_value>3D scenes; creating</bookmark_value><bookmark_value>converting; to curves, polygons, 3D</bookmark_value><bookmark_value>extrusion objects</bookmark_value>"
-msgstr "<bookmark_value>3ዲ ማዞሪያ እቃዎችን; ማመንጫ</bookmark_value><bookmark_value>3ዲ እቃዎችን; ማመንጫ</bookmark_value><bookmark_value>3ዲ ገጽታዎች; መፍጠሪያ</bookmark_value><bookmark_value>መቀየሪያ; ወደ ክቦች, polygons, 3ዲ</bookmark_value><bookmark_value>extrusion objects</bookmark_value>"
+msgstr "<bookmark_value>3ዲ ማዞሪያ እቃዎችን: ማመንጫ</bookmark_value><bookmark_value>3ዲ እቃዎችን: ማመንጫ</bookmark_value><bookmark_value>3ዲ ገጽታዎች: መፍጠሪያ</bookmark_value><bookmark_value>መቀየሪያ; ወደ ክቦች: ፖሊጎኖች: 3ዲ</bookmark_value><bookmark_value>እቃዎች ማሾለኪያ</bookmark_value>"
#: 3d_create.xhp
msgctxt ""
@@ -39,7 +39,7 @@ msgctxt ""
"32\n"
"help.text"
msgid "<variable id=\"3d_create\"><link href=\"text/simpress/guide/3d_create.xhp\" name=\"Converting 2D Objects to Curves, Polygons, and 3D Objects\">Converting 2D Objects to Curves, Polygons, and 3D Objects</link></variable>"
-msgstr "<variable id=\"3d_create\"><link href=\"text/simpress/guide/3d_create.xhp\" name=\"Converting 2D Objects to Curves, Polygons, and 3D Objects\">መቀየሪያ 2ዲ እቃዎችን ወደ ክብ፡ Polygons, እና 3ዲ እቃዎች</link></variable>"
+msgstr "<variable id=\"3d_create\"><link href=\"text/simpress/guide/3d_create.xhp\" name=\"Converting 2D Objects to Curves, Polygons, and 3D Objects\">መቀየሪያ 2ዲ እቃዎችን ወደ ክብ: ፖሊጎኖች: እና 3ዲ እቃዎች</link></variable>"
#: 3d_create.xhp
msgctxt ""
@@ -153,7 +153,7 @@ msgctxt ""
"56\n"
"help.text"
msgid "To convert a 2D object to a polygon:"
-msgstr "ለ መቀየር የ 2ዲ እቃዎችን ወደ polygon:"
+msgstr "ለ መቀየር የ 2ዲ እቃዎችን ወደ ፖሊጎን:"
#: 3d_create.xhp
msgctxt ""
@@ -171,7 +171,7 @@ msgctxt ""
"59\n"
"help.text"
msgid "Right-click the object and choose <emph>Convert - To Polygon.</emph>"
-msgstr "እቃውን በቀኝ-ይጫኑ እና ይምረጡ <emph>መቀየሪያ - ወደ polygon</emph>."
+msgstr "እቃውን በቀኝ-ይጫኑ እና ይምረጡ <emph>መቀየሪያ - ወደ ፖሊጎን</emph>."
#: 3d_create.xhp
msgctxt ""
@@ -5584,7 +5584,7 @@ msgctxt ""
"37\n"
"help.text"
msgid "In $[officename] Draw, choose <emph>Modify - Convert - To Polygon</emph>."
-msgstr "ከ $[officename] መሳያ ይምረጡ <emph>ማሻሻያ - መቀየሪያ - ወደ Polygon</emph>."
+msgstr "ከ $[officename] መሳያ ይምረጡ <emph>ማሻሻያ - መቀየሪያ - ወደ ፖሊጎን</emph>."
#: vectorize.xhp
msgctxt ""
@@ -5593,7 +5593,7 @@ msgctxt ""
"38\n"
"help.text"
msgid "In $[officename] Impress, right-click the object, and then choose <emph>Convert - To Polygon</emph>."
-msgstr "ከ $[officename] ማስደነቂያ በ ቀኝ-ይጫኑ እቃውን እና ከዛ ይምረጡ <emph>መቀየሪያ - ወደ Polygon</emph>."
+msgstr "ከ $[officename] ማስደነቂያ በ ቀኝ-ይጫኑ እቃውን እና ከዛ ይምረጡ <emph>መቀየሪያ - ወደ ፖሊጎን</emph>."
#: vectorize.xhp
msgctxt ""
@@ -5602,7 +5602,7 @@ msgctxt ""
"30\n"
"help.text"
msgid "Set the conversion options for the image, and then click <emph>OK</emph>. See <link href=\"text/simpress/01/13050200.xhp\" name=\"Convert to Polygon\"><emph>Convert to Polygon</emph></link> for a description of the conversion options."
-msgstr "ለ ምስሉ የ መቀየሪያውን ምርጫ ያሰናዱ እና ይጫኑ <emph>እሺ</emph>. ይመልከቱ <link href=\"text/simpress/01/13050200.xhp\" name=\"Convert to Polygon\"><emph>ወደ Polygon መቀየሪያ</emph></link> ለ መቀየሪያ መግለጫ ምርጫዎች"
+msgstr "ለ ምስሉ የ መቀየሪያውን ምርጫ ያሰናዱ እና ይጫኑ <emph>እሺ</emph>. ይመልከቱ <link href=\"text/simpress/01/13050200.xhp\" name=\"Convert to Polygon\"><emph>ወደ ፖሊጎን መቀየሪያ</emph></link> ለ መቀየሪያ መግለጫ ምርጫዎች"
#: vectorize.xhp
msgctxt ""
@@ -5610,4 +5610,4 @@ msgctxt ""
"par_id3147371\n"
"help.text"
msgid "<link href=\"text/simpress/01/13050200.xhp\" name=\"Convert to Polygon\">Convert to Polygon</link>"
-msgstr "<link href=\"text/simpress/01/13050200.xhp\" name=\"Convert to Polygon\">ወደ Polygon መቀየሪያ</link>"
+msgstr "<link href=\"text/simpress/01/13050200.xhp\" name=\"Convert to Polygon\">ወደ ፖሊጎን መቀየሪያ</link>"
diff --git a/source/am/helpcontent2/source/text/swriter/01.po b/source/am/helpcontent2/source/text/swriter/01.po
index e7d66ac1f65..3cd87eb515c 100644
--- a/source/am/helpcontent2/source/text/swriter/01.po
+++ b/source/am/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: 2016-05-23 21:36+0200\n"
-"PO-Revision-Date: 2016-06-05 14:44+0000\n"
+"PO-Revision-Date: 2016-06-17 15:32+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1465137875.000000\n"
+"X-POOTLE-MTIME: 1466177524.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -3632,7 +3632,7 @@ msgctxt ""
"par_id3149287\n"
"help.text"
msgid "To change the default field display to field names instead of the field contents, choose <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - Preferences</item></caseinline><defaultinline><item type=\"menuitem\">Tools - Options</item></defaultinline></switchinline><emph> - %PRODUCTNAME Writer - View</emph>, and then select the <emph>Field codes</emph> checkbox in the <emph>Display</emph> area."
-msgstr "ለ መቀየር ነባር የ ሜዳ ማሳያ ወደ ሜዳ ስሞች በ ሜዳ ይዞታዎች ምትክ ይምረጡ <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - ምርጫዎች</item></caseinline><defaultinline><item type=\"menuitem\">መሳሪያዎች - ምርጫ</item></defaultinline></switchinline><emph> - %PRODUCTNAME መጻፊያ - መመልከቻ</emph>, እና ከዛ ይምረጡ የ <emph> ሜዳ codes </emph>ሳጥን ውስጥ ምልክት ያድርጉ በ <emph>ማሳያ</emph> ቦታ ውስጥ"
+msgstr "ለ መቀየር ነባር የ ሜዳ ማሳያ ወደ ሜዳ ስሞች በ ሜዳ ይዞታዎች ምትክ ይምረጡ <switchinline select=\"sys\"><caseinline select=\"MAC\"><item type=\"menuitem\">%PRODUCTNAME - ምርጫዎች</item></caseinline><defaultinline><item type=\"menuitem\">መሳሪያዎች - ምርጫ</item></defaultinline></switchinline><emph> - %PRODUCTNAME መጻፊያ - መመልከቻ</emph> እና ከዛ ይምረጡ የ <emph> ሜዳ ኮዶች </emph>ሳጥን ውስጥ ምልክት ያድርጉ በ <emph>ማሳያ</emph> ቦታ ውስጥ"
#: 03090000.xhp
msgctxt ""
@@ -16881,7 +16881,7 @@ msgctxt ""
"par_idN10AA6\n"
"help.text"
msgid "By default, the <emph>Follow text flow</emph> option is selected when you open a document that was created in a version of Writer older than OpenOffice.org 2.0. However, this option is not selected when you create a document or when you open a document in Microsoft Word format (*.doc)."
-msgstr ""
+msgstr "በ ነባር የ <emph>ጽሁፍ ፍሰት መከተያ</emph> ምርጫ ይመረጣል: እርስዎ ሰነድ በሚከፍቱ ጊዜ በ መጻፊያ አሮጌ እትም ከ OpenOffice.org 2.0. ነገር ግን: ይህ ምርጫ አይመረጥም ወይንም እርስዎ በሚከፍቱ ጊዜ በ Microsoft Word format (*.doc)."
#: 05060100.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/swriter/librelogo.po b/source/am/helpcontent2/source/text/swriter/librelogo.po
index 859cba973e6..55857c97459 100644
--- a/source/am/helpcontent2/source/text/swriter/librelogo.po
+++ b/source/am/helpcontent2/source/text/swriter/librelogo.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-08-06 22:51+0200\n"
-"PO-Revision-Date: 2016-05-12 18:56+0000\n"
+"PO-Revision-Date: 2016-06-21 16:05+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1463079410.000000\n"
+"X-POOTLE-MTIME: 1466525151.000000\n"
#: LibreLogo.xhp
msgctxt ""
@@ -46,7 +46,7 @@ msgctxt ""
"par_180\n"
"help.text"
msgid "LibreLogo is a simple, localized, Logo-like programming environment with turtle vector graphics for teaching of computing (programming and word processing), DTP and graphic design. See <link href=\"http://www.numbertext.org/logo/librelogo.pdf\">http://www.numbertext.org/logo/librelogo.pdf</link>."
-msgstr ""
+msgstr "LibreLogo በጣም ቀላል የ ተተረጎመ የ አርማ-አይነት ፕሮግራም ነው ከ ኤሊ vector ንድፍ ጋር (ፕሮግራም እና የ ቃላት ማሰናጃ) ለ ማስተማሪያ: ለ DTP እና ንድፍ ይህን ይመልከቱ <link href=\"http://www.numbertext.org/logo/librelogo.pdf\">http://www.numbertext.org/logo/librelogo.pdf</link>."
#: LibreLogo.xhp
msgctxt ""
@@ -62,7 +62,7 @@ msgctxt ""
"par_230\n"
"help.text"
msgid "The LibreLogo toolbar (View » Toolbars » Logo) contains turtle moving, program start, stop, home, clear screen, program editor/syntax highlighting/translating icons and an input bar (command line)."
-msgstr ""
+msgstr "የ LibreLogo እቃ መደርደሪያ (መመልከቻ » እቃ መደርደሪያ » አርማ) የያዘው የ ኤሊ ተንቀሳቃሽ ፕሮግራም ነው ማስጀመሪያ: ማስቆሚያ: ቤት: መመልከቻ ማጽጃ: ፕሮግራም አራሚ/አገባብ ማድመቂያ/ምልክቶች መተርጎሚያ እና ማስገቢያ መደርደሪያ ነው (የ ትእዛዝ መስመር)."
#: LibreLogo.xhp
msgctxt ""
@@ -206,7 +206,7 @@ msgctxt ""
"par_415\n"
"help.text"
msgid "Turtle shape of LibreLogo is a normal fixed size drawing object. You can positionate and rotate it on standard way, too, using the mouse and the Rotate icon of the Drawing Object Properties toolbar. Modify Line Width, Line Color and Area Color settings of the turtle shape to set PENSIZE, PENCOLOR and FILLCOLOR attributes of LibreLogo."
-msgstr ""
+msgstr "የ ኤሊ ቅርጽ LibreLogo መደበኛ የ ተወሰነ የ እቃ መሳያ ነው: እርስዎ ቦታ መቀየር: ማዞር ይችላሉ በ መደበኛ መንገድ: የ አይጥ ቁልፍ በ መጠቀም እና የ መሳያ እቃ ምልክት ባህሪዎችን እቃ መደርደሪያ በማዞር: የ መስመር ስፋት ማሻሻያ: የ መስመር ቀለም: እና ለ ኤሊ ቅርጽ ቦታ ቀለም ማሰናጃ ለማሰናዳት የ ብዕር መጠን: የ ብዕር ቀለም እና መለያዎች ለ LibreLogo."
#: LibreLogo.xhp
msgctxt ""
@@ -230,7 +230,7 @@ msgctxt ""
"hd_440\n"
"help.text"
msgid "LibreLogo programming language"
-msgstr ""
+msgstr "የ LibreLogo ፕሮግራም ቋንቋ"
#: LibreLogo.xhp
msgctxt ""
@@ -262,7 +262,7 @@ msgctxt ""
"par_480\n"
"help.text"
msgid "List members are comma separated: POSITION [0, 0]"
-msgstr ""
+msgstr "ዝርዝር አባሎች በ ኮማ የ ተለያዩ ናቸው: ቦታ [0, 0]"
#: LibreLogo.xhp
msgctxt ""
@@ -270,7 +270,7 @@ msgctxt ""
"par_490\n"
"help.text"
msgid "Program blocks and lists are different"
-msgstr ""
+msgstr "ፕሮግራም መከልከያ እና ዝርዝር የ ተለያዩ ናቸው"
#: LibreLogo.xhp
msgctxt ""
@@ -278,7 +278,7 @@ msgctxt ""
"par_500\n"
"help.text"
msgid "Program blocks need space or new line at parenthesization: REPEAT 10 [ FORWARD 10 LEFT 36 ]"
-msgstr ""
+msgstr "ፕሮግራም መከልከያ ክፍተት ይፈላጋል ወይንም አዲስ መስመር በ ቅንፍ ውስጥ: መድገሚያ 10 [ ወደ ፊት 10 በ ግራ 36 ]"
#: LibreLogo.xhp
msgctxt ""
@@ -286,7 +286,7 @@ msgctxt ""
"par_510\n"
"help.text"
msgid "Lists need close parenthesization: POSITION [0, 0], and not POSITION [ 0, 0 ]"
-msgstr ""
+msgstr "ዝርዝር የ ተዘጋ ቅንፍ ይፈልጋል: ቦታ [0, 0], እና አይደለም ቦታ [ 0, 0 ]"
#: LibreLogo.xhp
msgctxt ""
@@ -302,7 +302,7 @@ msgctxt ""
"hd_530\n"
"help.text"
msgid "Other features of LibreLogo"
-msgstr ""
+msgstr "ለ LibreLogo ሌሎች ገጽታዎች"
#: LibreLogo.xhp
msgctxt ""
@@ -310,7 +310,7 @@ msgctxt ""
"par_540\n"
"help.text"
msgid "The colon is optional before the variable names."
-msgstr ""
+msgstr "(:) ኮለን በምርጫ ነው ከ ተለዋዋጭ ስሞች በፊት"
#: LibreLogo.xhp
msgctxt ""
@@ -334,7 +334,7 @@ msgctxt ""
"par_570\n"
"help.text"
msgid "PRINT \"word ; original Logo syntax<br/> PRINT “Arbitrary text.” ; orthography, Writer<br/> PRINT 'Arbitrary text.' ; Python syntax<br/>"
-msgstr ""
+msgstr "ማተሚያ \"ቃል : ዋናው አርማ አገባብ<br/> ማተሚያ “አሻሚ ጽሁፍ” ; orthography, መጻፊያ<br/> ማተሚያ 'ማተሚያ ቃል' ; Python syntax<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -398,7 +398,7 @@ msgctxt ""
"par_650\n"
"help.text"
msgid "Alternative parenthesization in function calls"
-msgstr ""
+msgstr "አማራጭ ቅንፍ በ ተግባር መጥሪያ ውስጥ"
#: LibreLogo.xhp
msgctxt ""
@@ -406,7 +406,7 @@ msgctxt ""
"par_660\n"
"help.text"
msgid "TO star size color<br/> FILLCOLOR color<br/> REPEAT 5 [ LEFT 72 FORWARD size RIGHT 144 FORWARD size ]<br/> FILL<br/> END<br/> <br/> star 100 “red”<br/> star (100, “green”)<br/> star(100, “blue”)<br/>"
-msgstr ""
+msgstr "ለ ኮከብ መጠን ቀለም<br/> ቀለም መሙያ ቀለም<br/> መድገሚያ 5 [ በ ግራ 72 ወደ ፊት መጠን በ ቀኝ 144 ወደ ፊት መጠን ]<br/> መሙያ<br/> መጨረሻ<br/> <br/> ኮከብ 100 “ቀይ”<br/> ኮከብ (100, “አረንጓዴ”)<br/> ኮከብ(100, “ሰማያዊ”)<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -478,7 +478,7 @@ msgctxt ""
"par_750\n"
"help.text"
msgid "Lines of a LibreLogo program are paragraphs in the LibreOffice Writer document. A program line can contain multiple commands:"
-msgstr ""
+msgstr "የ LibreLogo መስመር ፕሮግራም አንቀጾች ናቸው በ LibreOffice መጻፊያ ሰነድ ውስጥ: የ ፕሮግራም መስመር በርካታ ትእዛዞች መያዝ ይችላል:"
#: LibreLogo.xhp
msgctxt ""
@@ -502,7 +502,7 @@ msgctxt ""
"par_780\n"
"help.text"
msgid "Lines or line parts are comments from a semicolon to the end of the line (paragraph):"
-msgstr ""
+msgstr "መስመሮች ወይንም የ መስመር አካሎች አስተያየቶች ናቸው ከ ሴሚ ኮለን ; እስከ መጨረሻው መስመር ድረስ ያሉ (አንቀጽ):"
#: LibreLogo.xhp
msgctxt ""
@@ -518,7 +518,7 @@ msgctxt ""
"hd_800\n"
"help.text"
msgid "Break program lines to multiple paragraphs"
-msgstr ""
+msgstr "የ ፕሮግራም መስመሮች ወደ በርካታ አንቀጾች መጨረሻ"
#: LibreLogo.xhp
msgctxt ""
@@ -526,7 +526,7 @@ msgctxt ""
"par_810\n"
"help.text"
msgid "It’s possible to break a program line for more paragraphs using the character tilde at the end of the line:"
-msgstr ""
+msgstr "የ ፕሮግራም መስመሮች በ መጠቀም ወደ በርካታ አንቀጾች መጨረሻ የ ቲልዴ ~ ባህሪ በ መጨረሻ መስመር ላይ በ መጠቀም"
#: LibreLogo.xhp
msgctxt ""
@@ -654,7 +654,7 @@ msgctxt ""
"par_970\n"
"help.text"
msgid "POSITION [0, 0] ; turn and move to the top-left corner<br/> POSITION PAGESIZE ; turn and move to the bottom-right corner<br/> POSITION [PAGESIZE[0], 0] ; turn and move to the top-right corner<br/> POSITION ANY ; turn and move to a random position<br/>"
-msgstr ""
+msgstr "ቦታ [0, 0] ; ማዞሪያ እና ማንቀሳቀሻ ወደ ላይ-በ ግራ ጠርዝ በኩል<br/> ቦታ የ ገጽ መጠን ; ማዞሪያ እና ማንቀሳቀሻ ወደ ታች-በ ቀኝ ጠርዝ በኩል<br/> ቦታ [የ ገጽ መጠን[0], 0] ; ማዞሪያ እና ማንቀሳቀሻ ወደ ላይ-በ ቀኝ ጠርዝ በኩል<br/> ቦታ በማንኛውም ; ማዞሪያ እና ማንቀሳቀሻ በ ማንኛውም ቦታ በኩል<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -758,7 +758,7 @@ msgctxt ""
"par_1100\n"
"help.text"
msgid "FILL ; close and fill the actual line shape or points<br/> CLOSE ; close the actual line shape or join the actual points<br/>"
-msgstr ""
+msgstr "መሙያ: መዝጊያ እና መሙያ ትክክለኛውን የ መስመር ቅርጽ ወይንም ነጥቦች <br/> መዝጊያ: መዝጊያ ትክክለኛውን የ መስመር ቅርጽ ወይንም ነጥቦች<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -830,7 +830,7 @@ msgctxt ""
"par_1150\n"
"help.text"
msgid "PENCOLOR “red” ; set red pen color (by color name, see color constants)<br/> PENCOLOR [255, 255, 0] ; set yellow color (RGB list)<br/> PENCOLOR 0xffff00 ; set yellow color (hexa code)<br/> PENCOLOR 0 ; set black color (0x000000)<br/> PENCOLOR ANY ; random color<br/> PENCOLOR [5] ; set red color (by color identifier, see color constants)<br/> PENCOLOR “invisible” ; invisible pen color for shapes without visible outline<br/> PENCOLOR “~red” ; set random red color<br/>"
-msgstr ""
+msgstr "የ ብዕር ቀለም “ቀይ” ; ማሰናጃ ቀይ የ ብዕር ቀለም (በ ቀለም ስም: መደበኛ ቀለም ይመልከቱ )<br/> የ ብዕር ቀለም [255, 255, 0] ; ማሰናጃ ቢጫ ቀለም (ቀአሰ ዝርዝር)<br/> የ ብዕር ቀለም 0xffff00 ; ማሰናጃ ቢጫ ቀለም (hexa code)<br/> የ ብዕር ቀለም 0 ; ማሰናጃ ጥቁር ቀለም (0x000000)<br/> የ ብዕር ቀለም ማንኛውም ; በ ደፈናው ቀለም<br/> የ ብዕር ቀለም [5] ; ማሰናጃ ቀይ ቀለም (በ ቀለም መለያ: ይህን ይመልከቱ መደበኛ)<br/> የ ብዕር ቀለም “የማይታይ” ; የማይታይ የ ብዕር ቀለም ለ ቅርጾች ረቂቅ ሳይታይ<br/> የ ብዕር ቀለም “~ቀይ” ; ማሰናጃ በ ደፈናው ቀይ ቀለም<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -886,7 +886,7 @@ msgctxt ""
"hd_1180\n"
"help.text"
msgid "PENSTYLE"
-msgstr ""
+msgstr "የ ብዕር ዘዴ"
#: LibreLogo.xhp
msgctxt ""
@@ -894,7 +894,7 @@ msgctxt ""
"par_1190\n"
"help.text"
msgid "PENSTYLE “solid” ; solid line (default)<br/> PENSTYLE “dotted” ; dotted line<br/> PENSTYLE “dashed” ; dashed line<br/> <br/> ; custom dot–dash pattern specified by a list with the following arguments:<br/> ; – number of the neighbouring dots<br/> ; – length of a dot<br/> ; – number of the neighbouring dashes<br/> ; – length of a dash<br/> ; – distance of the dots/dashes<br/> ; – type (optional):<br/> ; 0 = dots are rectangles (default)<br/> ; 2 = dots are squares (lengths and distances are relative to the pensize)<br/> <br/> PENSTYLE [3, 1mm, 2, 4mm, 2mm, 2] ; ...––...––...––<br/>"
-msgstr ""
+msgstr "የ ብዕር ዘዴ “ሙሉ” ; ሙሉ መስመር (ነባር)<br/> የ ብዕር ዘዴ “ነጠብጣብ” ; ነጠብጣብ መስመር<br/> የ ብዕር ዘዴ “ዳሽ” ; ዳሽ መስመር<br/> <br/> ; ማስተካከያ ነጥብ–ዳሽ ዘዴዎችን የ ተወሰኑ በ ዝርዝር ውስጥ በሚቀጥሉት ክርክሮች:<br/> ; – ቁጥር የ ጎረቤት ነጥቦች<br/> ; – እርዝመት የ ነጥብ<br/> ; – ቁጥር የ ጎረቤት ዳሾች<br/> ; – እርዝመት የ ዳሽ<br/> ; – እርዝመት የ ነጥቦች/ዳሾች<br/> ; – አይነት (በምርጫ):<br/> ; 0 = ነጥቦች አራት ማእዘን ናቸው (ነባር)<br/> ; 2 = ነጥቦች ስኴር ናቸው (እርዝመት እና እርቀት አንፃራዊ ናቸው ለ ብዕር መጠን)<br/> <br/> የ ብዕር ዘዴ [3, 1ሚሚ, 2, 4ሚሚ, 2ሚሚ, 2] ; ...––...––...––<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -902,7 +902,7 @@ msgctxt ""
"hd_1200\n"
"help.text"
msgid "Fill settings"
-msgstr ""
+msgstr "መሙያ ማሰናጃዎች"
#: LibreLogo.xhp
msgctxt ""
@@ -910,7 +910,7 @@ msgctxt ""
"hd_1210\n"
"help.text"
msgid "FILLCOLOR/FILLCOLOUR (fc)"
-msgstr ""
+msgstr "ቀለም መሙያ/ቀለም መሙያ (ቀመ)"
#: LibreLogo.xhp
msgctxt ""
@@ -918,7 +918,7 @@ msgctxt ""
"par_1220\n"
"help.text"
msgid "FILLCOLOR “blue” ; fill with blue color, see also PENCOLOR<br/> FILLCOLOR “invisible” CIRCLE 10 ; unfilled circle<br/> FILLCOLOR [“blue”, “red”] ; gradient between red and blue<br/> FILLCOLOR [[255, 255, 255], [255, 128, 0]] ; between white and orange<br/> FILLCOLOR [“blue”, “red”, 1, 0, 0] ; set axial gradient (with the required rotation and border settings), possible values: 0-5 = linear, axial, radial, elliptical, square and rectangle gradients<br/> FILLCOLOR [“red”, “blue”, 0, 90, 20] ; linear with 20% border, rotated with 90 degrees from the actual heading of the turtle<br/> FILLCOLOR [“red”, “blue”, 0, 90, 20, 0, 0, 200, 50] ; from 200% to 50% intensity<br/> FILLCOLOR [ANY, ANY, 2, 0, 0, 50, 50] ; radial gradient with random colors and 50-50% horizontal and vertical positions of the center<br/>"
-msgstr ""
+msgstr "ቀለም መሙያ “ሰማያዊ” ; በ ሰማያዊ ቀለም መሙያ: ይህን ይመልከቱ የ ብዕር ቀለም<br/> ቀለም መሙያ “የማይታይ” ክብ 10 ; ያልተሞላ ክብ<br/> ቀለም መሙያ [“ሰማያዊ”, “ቀይ”] ; ከፍታ በ ቀይ እና በ ሰማያዊ መካከል<br/> ቀለም መሙያ [[255, 255, 255], [255, 128, 0]] ; በ ነጭ እና በ ብርቱካን መካከል<br/> ቀለም መሙያ [“ሰማያዊ”, “ቀይ”, 1, 0, 0] ; የ axial ከፍታ ማሰናጃ (በሚፈለገው ማዞሪያ እና ድንበር ማሰናጃ), የሚቻሉ ዋጋዎች: 0-5 = ቀጥተኛ, axial, radial, elliptical, ስኴር እና አራት ማእዛን ከፍታዎች<br/> ቀለም መሙያ [“ቀይ”, “ሰማያዊ”, 0, 90, 20] ; ቀጥተኛ በ 20% ድንበር, የዞረ በ 90 ዲግሪዎች በ ቀጥታ በ ኤሊው ራስጌ ላይ<br/> ቀለም መሙያ [“ቀይ”, “ሰማያዊ”, 0, 90, 20, 0, 0, 200, 50] ; ከ 200% እስከ 50% ጥልቀት<br/> ቀለም መሙያ [ማኝኛውም, ማኝኛውም, 2, 0, 0, 50, 50] ; radial ከፍታ ከ በደፈናው ቀለሞች ጋር እና 50-50% የ አግድም እና የ ቁመት ቦታዎች መሀከል ላይ<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -926,7 +926,7 @@ msgctxt ""
"hd_1225\n"
"help.text"
msgid "FILLTRANSPARENCY"
-msgstr ""
+msgstr "ግልፅነት መሙያ"
#: LibreLogo.xhp
msgctxt ""
@@ -934,7 +934,7 @@ msgctxt ""
"par_1226\n"
"help.text"
msgid "FILLTRANSPARENCY 80 ; set the transparency of the actual fill color to 80%<br/> FILLTRANSPARENCY [80] ; set linear transparency gradient from 80% to 0%<br/> FILLTRANSPARENCY [80, 20] ; set linear transparency gradient from 80% to 20%<br/> FILLTRANSPARENCY [80, 20, 1, 90] ; set axial transparency gradient rotated with 90 degrees from the actual heading of the turtle<br/> FILLTRANSPARENCY [80, 20, 2, 0, 20, 50, 50] ; set radial transparency gradient from outer 80% to inner 20% transparency with 20% border and with 50-50% horizontal and vertical positions of the center<br/>"
-msgstr ""
+msgstr "ግልፅነት መሙያ 80 ; ግልፅነት መሙያ ማሰናጃ ለ ቀለም መሙያ ወደ 80%<br/> ግልፅነት መሙያ [80] ; በ ቀጥታ ግልፅነት መሙያ ማሰናጃ ለ ከፍታ ከ 80% ወደ 0%<br/> ግልፅነት መሙያ [80, 20] ; ግልፅነት መሙያ ማሰናጃ ለ ከፍታ ከ 80% to 20%<br/> ግልፅነት መሙያ [80, 20, 1, 90] ; ማሰናጃ axial ግልፅነት መሙያ ማሰናጃ ለ ከፍታ ከ 90 ዲግሪዎች ጋር ከ ትክክለኛው ራስጌ ከ ኤሊው<br/> ግልፅነት መሙያ [80, 20, 2, 0, 20, 50, 50] ; ማሰናጃ radial ግልፅነት ከፍታ ከ ውጪ 80% ወደ ውስጥ 20% ግልፅነት በ 20% ድንበር እና በ 50-50% የ አግድም እና የ ቁመት ቦታ በ መሀከል ላይ<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -950,7 +950,7 @@ msgctxt ""
"par_1240\n"
"help.text"
msgid "FILLSTYLE 0 ; fill without hatches (default)<br/> FILLSTYLE 1 ; black single hatches (horizontal)<br/> FILLSTYLE 2 ; black single hatches (45 degrees)<br/> FILLSTYLE 3 ; black single hatches (-45 degrees)<br/> FILLSTYLE 4 ; black single hatches (vertical)<br/> FILLSTYLE 5 ; red crossed hatches (45 degrees)<br/> FILLSTYLE 6 ; red crossed hatches (0 degrees)<br/> FILLSTYLE 7 ; blue crossed hatches (45 degrees)<br/> FILLSTYLE 8 ; blue crossed hatches (0 degrees)<br/> FILLSTYLE 9 ; blue triple crossed<br/> FILLSTYLE 10 ; black wide single hatches (45 degrees)<br/> <br/> ; custom hatches specified by a list with the following arguments:<br/> ; – style (1 = single, 2 = double, 3 = triple hatching)<br/> ; – color<br/> ; – distance<br/> ; – degree<br/> <br/> FILLSTYLE [2, “green”, 3pt, 15°] ; green crossed hatches (15 degrees)<br/>"
-msgstr ""
+msgstr "የ መሙያ ዘዴ 0 ; መሙያ ያለ hatches (ነባር)<br/> FILLSTYLE 1 ; ጥቁር ነጠላ hatches (በ አግድም)<br/> የ መሙያ ዘዴ 2 ; ጥቁር ነጠላ hatches (45 ዲግሪዎች)<br/> የ መሙያ ዘዴ 3 ; ጥቁር ነጠላ hatches (-45 ዲግሪዎች)<br/> የ መሙያ ዘዴ 4 ; ጥቁር ነጠላ hatches (በ ቁመት)<br/> የ መሙያ ዘዴ 5 ; ቀይ crossed hatches (45 ዲግሪዎች)<br/> የ መሙያ ዘዴ 6 ; ቀይ crossed hatches (0 ዲግሪዎች)<br/> የ መሙያ ዘዴ 7 ; ሰማያዊ crossed hatches (45 ዲግሪዎች)<br/> የ መሙያ ዘዴ 8 ; ሰማያዊ crossed hatches (0 ዲግሪዎች)<br/> የ መሙያ ዘዴ 9 ; ሰማያዊ triple crossed<br/> የ መሙያ ዘዴ 10 ; ጥቁር ሰፊ ነጠላ hatches (45 ዲግሪዎች)<br/> <br/> ; hatches ማስተካከያ በ ተወሰነው ዝርዝር በሚቀጥሉት ክርክሮች:<br/> ; – ዘዴ (1 = ነጠላ, 2 = ድርብ, 3 = ሶስት hatching)<br/> ; – ቀለም<br/> ; – እርቀት<br/> ; – ዲግሪ<br/> <br/> የ መሙያ ዘዴ [2, “አረንጓዴ”, 3ነጥብ, 15°] ; አረንጓዴ crossed hatches (15 ዲግሪ)<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -974,7 +974,7 @@ msgctxt ""
"par_1270\n"
"help.text"
msgid "CIRCLE 100 ; draw a circle shape (diameter = 100pt)<br/>"
-msgstr ""
+msgstr "ክብ 100 : ክብ ቅርጽ መሳያ (አጋማሽ = 100ነጥብ)<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -1006,7 +1006,7 @@ msgctxt ""
"par_1310\n"
"help.text"
msgid "SQUARE 100 ; draw a square shape (size = 100pt)<br/>"
-msgstr ""
+msgstr "ስኴር 100 : ስኴር ቅርጽ መሳያ (መጠን = 100ነጥብ)<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -1022,7 +1022,7 @@ msgctxt ""
"par_1330\n"
"help.text"
msgid "RECTANGLE [50, 100] ; draw a rectangle shape (50×100pt)<br/> RECTANGLE [50, 100, 10] ; draw a rectangle with rounded corners<br/>"
-msgstr ""
+msgstr "አራት ማእዘን [50, 100] : አራት ማእዘን ቅርጽ መሳያ (50×100ነጥብ)<br/> አራት ማእዘን [50, 100, 10] : አራት ማእዘን መሳያ ከ ክብ ጠርዞች ጋር<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -1038,7 +1038,7 @@ msgctxt ""
"par_1350\n"
"help.text"
msgid "POINT ; draw a point with size and color of the pen<br/>"
-msgstr ""
+msgstr "ነጥብ : ነጥብ መሳያ ከ መጠን እና ቀለም ጋር በ ብዕር<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -1046,7 +1046,7 @@ msgctxt ""
"par_1354\n"
"help.text"
msgid "CLOSE can join the last points, FILL can fill the shape defined by points. For example, it’s easy to draw a “flat” star starting from its center:"
-msgstr ""
+msgstr "መዝጊያ የ መጨረሻውን ሁለት ነጥቦች ያገናኛል: መሙያ በ ነጥብ የ ተገለጹ ቅርጾችን ይሞላል: ለምሳሌ: ለ መሳል በጣም ቀላል ነው “ጠፍጣፋ” ኮከብ ከ መሀል በ መጀመር:"
#: LibreLogo.xhp
msgctxt ""
@@ -1054,7 +1054,7 @@ msgctxt ""
"par_1357\n"
"help.text"
msgid "PENUP<br/> REPEAT 5 [<br/> FORWARD 80<br/> POINT<br/> BACK 80<br/> RIGHT 36<br/> FORWARD 50<br/> POINT<br/> BACK 50<br/> RIGHT 120<br/> ] FILL<br/>"
-msgstr ""
+msgstr "ብዕር ወደ ላይ<br/> መድገሚያ 5 [<br/> ወደ ፊት 80<br/> ነጥብ<br/> ወደ ኋላ 80<br/> በ ቀኝ 36<br/> ወደ ፊት 50<br/> ነጥብ<br/> ወደ ኋላ 50<br/> በ ቀኝ 120<br/> ] መሙያ<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -1070,7 +1070,7 @@ msgctxt ""
"par_1370\n"
"help.text"
msgid "LABEL “text” ; print text in the turtle position<br/> LABEL 'text' ; see above<br/> LABEL \"text ; see above (only for single words)<br/>"
-msgstr ""
+msgstr "ምልክት “ጽሁፍ” ; ጽሁፍ ማተሚያ ኤሊው ባለበት ቦታ<br/> ምልክት 'ጽሁፍ' ; ከ ላይ ይመልከቱ<br/> ምልክት \"ጽሁፍ ; ከ ላይ ይመልከቱ (ለ ነጠላ ቃሎች ብቻ)<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -1086,7 +1086,7 @@ msgctxt ""
"par_1390\n"
"help.text"
msgid "CIRCLE 10 TEXT “text” ; set text of the actual drawing object<br/>"
-msgstr ""
+msgstr "ክብ 10 ጽሁፍ “ጽሁፍ” : ጽሁፍ ማሰናጃ በ መሳያ እቃው ልክ <br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -1142,7 +1142,7 @@ msgctxt ""
"par_1460\n"
"help.text"
msgid "FONTSIZE 12 ; set 12pt<br/>"
-msgstr ""
+msgstr "የ ፊደል መጠን 12 : ማሰናጃ 12ነጥብ<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -1158,7 +1158,7 @@ msgctxt ""
"par_1480\n"
"help.text"
msgid "FONTWEIGHT “bold” ; set bold font<br/> FONTWEIGHT “normal” ; set normal weight<br/>"
-msgstr ""
+msgstr "የ ፊደል ክብደት “ማድመቂያ” ; ፊደል ማድመቂያ ማሰናጃ<br/> የ ፊደል ክብደት “መደበኛ” ; መደበኛ ክብደት ማሰናጃ<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -1174,7 +1174,7 @@ msgctxt ""
"par_1500\n"
"help.text"
msgid "FONTSTYLE “italic” ; set italic variant<br/> FONTSTYLE “normal” ; set normal variant<br/>"
-msgstr ""
+msgstr "የ ፊደል ዘዴ “ማዝመሚያ” ; ልዩ ማዝመሚያ ማሰናጃ<br/> FONTSTYLE “መደበኛ” ; ልዩ መደበኛ ማሰናጃ<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -1206,7 +1206,7 @@ msgctxt ""
"par_1540\n"
"help.text"
msgid "starting new line shapes;"
-msgstr ""
+msgstr "አዲስ የ መስመር ቅርጾች ማስጀመሪያ:"
#: LibreLogo.xhp
msgctxt ""
@@ -1214,7 +1214,7 @@ msgctxt ""
"par_1545\n"
"help.text"
msgid "saving SVG images and SVG/SMIL animations;"
-msgstr ""
+msgstr "የ SVG ምስሎች እና የ SVG/SMIL እንቅስቃሴዎች በማስቀመጥ ላይ;"
#: LibreLogo.xhp
msgctxt ""
@@ -1238,7 +1238,7 @@ msgctxt ""
"par_1570\n"
"help.text"
msgid "; PICTURE [ LibreLogo_commands ]<br/> PICTURE [ FORWARD 100 CIRCLE 100 ] ; tree-like grouped shape<br/>"
-msgstr ""
+msgstr "; ስእል [ LibreLogo_ትእዛዝ ]<br/> ስእል [ ወደ ፊት 100 ክብ 100 ] ; ዛፍ-አይነት የ ቡድን ቅርጽ<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -1246,7 +1246,7 @@ msgctxt ""
"par_1580\n"
"help.text"
msgid "See also “Group” in LibreOffice Writer Help."
-msgstr ""
+msgstr "ይህን ይመልከቱ “ቡድን” በ LibreOffice መጻፊያ እርዳታ ውስጥ"
#: LibreLogo.xhp
msgctxt ""
@@ -1254,7 +1254,7 @@ msgctxt ""
"par_1590\n"
"help.text"
msgid "TO tree location<br/> PENUP POSITION location HEADING 0 PENDOWN<br/> PICTURE [ FORWARD 100 CIRCLE 100 ] ; tree-like grouped shape<br/> END<br/> <br/> PICTURE [ tree [30, 50] tree [100, 50] ] ; grouped shapes in a grouped shape<br/>"
-msgstr ""
+msgstr "ወደ ዛፍ አካባቢ<br/> ብዕር ወደ ላይ ቦታ አካባቢ ራስጌ 0 ብዕር ወደ ታች<br/> ስእል [ ወደ ፊት 100 ክብ 100 ] ; ዛፍ-አይነት ቡድን ቅርጽ<br/> መጨረሻ<br/> <br/> ስእል [ ዛፍ [30, 50] ዛፍ [100, 50] ] ; ቡድን ቅርጽ በ ቡድን ቅርጽ ውስጥ<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -1262,7 +1262,7 @@ msgctxt ""
"hd_1600\n"
"help.text"
msgid "Starting new line shapes"
-msgstr ""
+msgstr "አዲስ የ መስመር ቅርጾች ማስጀመሪያ"
#: LibreLogo.xhp
msgctxt ""
@@ -1270,7 +1270,7 @@ msgctxt ""
"par_1610\n"
"help.text"
msgid "PICTURE ; start a new line shape<br/> FORWARD 10 PICTURE FORWARD 10 ; two line shapes<br/>"
-msgstr ""
+msgstr "ስእል ; ማስጀመሪያ አዲስ መስመር ቅርጽ<br/> ወደ ፊት 10 ስእል ወደ ፊት 10 ; ሁለት መስመር ቅርጾች<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -1278,7 +1278,7 @@ msgctxt ""
"hd_1614\n"
"help.text"
msgid "Saving SVG images"
-msgstr ""
+msgstr "የ SVG ምስሎች ማስቀመጫ"
#: LibreLogo.xhp
msgctxt ""
@@ -1286,7 +1286,7 @@ msgctxt ""
"par_1617\n"
"help.text"
msgid "PICTURE “example.svg” [ CIRCLE 5 ] ; save the picture as an SVG image file in the user folder<br/> PICTURE “Desktop/example.svg” [ FORWARD 100 CIRCLE 5 ] ; as above, with a relative path<br/> PICTURE “/home/user/example.svg” [ CIRCLE 5 ] ; absolute path for Unix/Linux<br/> PICTURE “C:\\example.svg” [ CIRCLE 5 ] ; absolute path for Windows<br/>"
-msgstr ""
+msgstr "ስእል “ለምሳሌ.svg” [ ክብ 5 ] ; ስእል ማስቀመጫ እንደ SVG ምስል ፋይል በ ተጠቃሚ ፎልደር ውስጥ<br/> PICTURE “ስእል/ለምሳሌ.svg” [ ወደ ፊት 100 ክብ 5 ] ; እንደ ላይኛው: በ አንፃራዊ መንገድ<br/> ስእል “/home/user/example.svg” [ ክብ 5 ] ; absolute path for Unix/Linux<br/> ስእል “C:\\example.svg” [ ክብ 5 ] ; absolute path for Windows<br/>"
#: LibreLogo.xhp
msgctxt ""
@@ -1294,7 +1294,7 @@ msgctxt ""
"hd_1618\n"
"help.text"
msgid "Saving SVG/SMIL animations (drawings with SLEEP commands)"
-msgstr ""
+msgstr "በ ማስቀመጥ ላይ የ SVG/SMIL እንቅስቃሴዎች (መሳያ በ ማስተኛ ትእዛዞች)"
#: LibreLogo.xhp
msgctxt ""
@@ -1326,7 +1326,7 @@ msgctxt ""
"par_1640\n"
"help.text"
msgid "PICTURE [ CIRCLE 20 POSITION [-100, 100] CIRCLE 20 ]<br/>"
-msgstr ""
+msgstr "ስእል [ ክብ 20 ቦታ [-100: 100] ክብ 20 ]<br/>"
#: LibreLogo.xhp
msgctxt ""
diff --git a/source/am/sfx2/source/appl.po b/source/am/sfx2/source/appl.po
index 011a36fded9..f0fd564cf0d 100644
--- a/source/am/sfx2/source/appl.po
+++ b/source/am/sfx2/source/appl.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-05-21 18:12+0000\n"
+"PO-Revision-Date: 2016-06-11 15:01+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1463854333.000000\n"
+"X-POOTLE-MTIME: 1465657300.000000\n"
#: app.src
msgctxt ""
@@ -97,6 +97,8 @@ msgid ""
"Opening \"$(ARG1)\" failed with error code $(ARG2) and message: \"$(ARG3)\"\n"
"Maybe no web browser could be found on your system. In that case, please check your Desktop Preferences or install a web browser (for example, Firefox) in the default location requested during the browser installation."
msgstr ""
+"መክፈት \"$(ARG1)\" አልተቻለም: የ ስህተት ኮድ $(ARG2) እና መልእክት: \"$(ARG3)\"\n"
+"ምናልባት የ ዌብ መቃኛ በ እርስዎ ስርአት ውስጥ አልተገኘም ይሆናል: እባክዎን የ እርስዎን ዴስክቶፕ ምርጫዎች ይመርምሩ ወይንም የ ዌብ መቃኛ ይግጠሙ: (ለምሳሌ: Firefox) በ ነባር ቦታ የ መቃኛ መግጠሚያ በሚጠየቅበት አካባቢ"
#: app.src
msgctxt ""
diff --git a/source/am/sfx2/source/control.po b/source/am/sfx2/source/control.po
index 6d3364082ff..004a5761000 100644
--- a/source/am/sfx2/source/control.po
+++ b/source/am/sfx2/source/control.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-07 21:35+0200\n"
-"PO-Revision-Date: 2016-05-01 17:45+0000\n"
+"PO-Revision-Date: 2016-06-11 15:02+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1462124724.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1465657368.000000\n"
#: templateview.src
msgctxt ""
@@ -38,4 +38,4 @@ msgctxt ""
"STR_WELCOME_LINE2\n"
"string.text"
msgid "Drop a document here or pick an app from the left side to create one."
-msgstr ""
+msgstr "ሰነድ እዚህ ይጣሉ ወይንም መተግበሪያ ከ ግራ በኩል ያንሱ አዲስ ለ መፍጠር"
diff --git a/source/am/sfx2/source/view.po b/source/am/sfx2/source/view.po
index c213218136d..2e72ed56f05 100644
--- a/source/am/sfx2/source/view.po
+++ b/source/am/sfx2/source/view.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
-"PO-Revision-Date: 2016-05-26 22:13+0000\n"
+"PO-Revision-Date: 2016-06-11 15:05+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464300823.000000\n"
+"X-POOTLE-MTIME: 1465657516.000000\n"
#: view.src
msgctxt ""
@@ -184,7 +184,7 @@ msgctxt ""
"STR_CLASSIFIED_DOCUMENT\n"
"string.text"
msgid "The classification label of this document is %1."
-msgstr ""
+msgstr "ይህ የዚህ ሰነድ ምድብ ምልክት ነው %1."
#: view.src
msgctxt ""
@@ -192,7 +192,7 @@ msgctxt ""
"STR_TARGET_DOC_NOT_CLASSIFIED\n"
"string.text"
msgid "This document must be classified before the clipboard can be pasted."
-msgstr ""
+msgstr "ይህ ሰነድ መመደብ አለበት ቁራጭ ሰሌዳ ከ መለጠፉ በፊት"
#: view.src
msgctxt ""
diff --git a/source/ar/basic/source/classes.po b/source/ar/basic/source/classes.po
index 48bb56a5589..c79e6145e06 100644
--- a/source/ar/basic/source/classes.po
+++ b/source/ar/basic/source/classes.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-08-25 12:33+0200\n"
-"PO-Revision-Date: 2016-05-19 16:57+0000\n"
-"Last-Translator: Damascene <uahello@gmail.com>\n"
+"PO-Revision-Date: 2016-06-15 15:38+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1463677037.000000\n"
+"X-POOTLE-MTIME: 1466005090.000000\n"
#: sb.src
msgctxt ""
@@ -44,7 +44,6 @@ msgid "Incorrect entry; please retry."
msgstr "المدخلة خاطئة؛ فضلا حاول مجددا."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -180,7 +179,6 @@ msgid "Error loading DLL file."
msgstr "خطأ في تحميل ملفّ DLL."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -253,7 +251,6 @@ msgid "File already exists."
msgstr "الملف موجود بالفعل."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -281,7 +278,6 @@ msgid "Reading exceeds EOF."
msgstr "تتجاوز القراءة نهاية الملف."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -417,7 +413,6 @@ msgid "No DDE channels available."
msgstr "لا قنوات DDE متوفّرة."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -427,7 +422,6 @@ msgid "No application responded to DDE connect initiation."
msgstr "لم يردّ أيّ تطبيق على تمهيد اتّصال DDE."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -437,7 +431,6 @@ msgid "Too many applications responded to DDE connect initiation."
msgstr "الكثير من التّطبيقات ردّت على تمهيد اتّصال DDE."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -447,7 +440,6 @@ msgid "DDE channel locked."
msgstr "قناة DDE مقفلة."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -457,7 +449,6 @@ msgid "External application cannot execute DDE operation."
msgstr "لا يمكن للتّطبيق الخارجيّ تنفيذ عمليّة DDE."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -467,7 +458,6 @@ msgid "Timeout while waiting for DDE response."
msgstr "انتهت المهلة أثناء انتظار ردّ عمليّة DDE."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -477,7 +467,6 @@ msgid "User pressed ESCAPE during DDE operation."
msgstr "ضغط المستخدم ESCAPE أثناء عمليّة DDE."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -487,7 +476,6 @@ msgid "External application busy."
msgstr "التّطبيق الخارجيّ مشغول."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -497,7 +485,6 @@ msgid "DDE operation without data."
msgstr "عمليّة DDE بلا بيانات."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -507,7 +494,6 @@ msgid "Data are in wrong format."
msgstr "البيانات بنسق خاطئ."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -517,7 +503,6 @@ msgid "External application has been terminated."
msgstr "أُنهي التّطبيق الخارجيّ."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -527,7 +512,6 @@ msgid "DDE connection interrupted or modified."
msgstr "قوطع اتّصال DDE أو عُدّل."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -537,7 +521,6 @@ msgid "DDE method invoked with no channel open."
msgstr "استدُعيت طريقة DDE بلا قنوات مفتوحة."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -547,7 +530,6 @@ msgid "Invalid DDE link format."
msgstr "نسق وصلة DDE غير صالح."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -557,7 +539,6 @@ msgid "DDE message has been lost."
msgstr "فُقدت رسالة DDE."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -567,7 +548,6 @@ msgid "Paste link already performed."
msgstr "لصق الوصلة نُفّذ بالفعل."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -577,7 +557,6 @@ msgid "Link mode cannot be set due to invalid link topic."
msgstr "لا يمكن تعيين وضع الوصلة بسبب موضوعها غير الصّالح."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -587,7 +566,6 @@ msgid "DDE requires the DDEML.DLL file."
msgstr "يحتاج DDE ملفّ DDEML.DLL."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -597,7 +575,6 @@ msgid "Module cannot be loaded; invalid format."
msgstr "تعذّر تحميل الوحدة لأنّ النّسق غير صالح."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -607,7 +584,6 @@ msgid "Invalid object index."
msgstr "فهرس الكائن غير صالح."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -617,7 +593,6 @@ msgid "Object is not available."
msgstr "الكائن غير متوفّر."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -627,7 +602,6 @@ msgid "Incorrect property value."
msgstr "قيمة الخاصّيّة خاطئة."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -637,7 +611,6 @@ msgid "This property is read-only."
msgstr "هذه الخاصّيّة للقراءة فقط."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -647,7 +620,6 @@ msgid "This property is write only."
msgstr "هذه الخاصّيّة للكتابة فقط."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -657,7 +629,6 @@ msgid "Invalid object reference."
msgstr "مرجع الكائن غير صالح."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -667,7 +638,6 @@ msgid "Property or method not found: $(ARG1)."
msgstr "لم يُعثر على الخاصيّة/الطّريقة: $(ARG1)."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -677,7 +647,6 @@ msgid "Object required."
msgstr "الكائن مطلوب."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -687,7 +656,6 @@ msgid "Invalid use of an object."
msgstr "استخدام غير صالح للكائن."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -697,7 +665,6 @@ msgid "OLE Automation is not supported by this object."
msgstr "لا يدعم كائن OLE هذا الأتمتة."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -707,7 +674,6 @@ msgid "This property or method is not supported by the object."
msgstr "لا يدعم الكائن هذه الخاصّيّة أو الطّريقة."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -717,7 +683,6 @@ msgid "OLE Automation Error."
msgstr "خطأ في أتمتة OLE."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -727,7 +692,6 @@ msgid "This action is not supported by given object."
msgstr "لا يدعم الكائن المعطى هذا الإجراء."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -737,7 +701,6 @@ msgid "Named arguments are not supported by given object."
msgstr "لا يدعم الكائن المعطى المعاملات المسمّاة."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -747,7 +710,6 @@ msgid "The current locale setting is not supported by the given object."
msgstr "لا يدعم الكائن المعطى إعداد المحليّة الحاليّ."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -757,7 +719,6 @@ msgid "Named argument not found."
msgstr "لم يُعثر على المعامل المسمّى."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -767,7 +728,6 @@ msgid "Argument is not optional."
msgstr "المعامل ليس اختياريًّا."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -777,7 +737,6 @@ msgid "Invalid number of arguments."
msgstr "عدد المعاملات غير صالح."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -787,7 +746,6 @@ msgid "Object is not a list."
msgstr "الكائن ليس قائمة."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -797,7 +755,6 @@ msgid "Invalid ordinal number."
msgstr "العدد التّرتيبيّ غير صالح."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -807,7 +764,6 @@ msgid "Specified DLL function not found."
msgstr "لم يُعثر على دالة DLL المحدّدة."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -817,7 +773,6 @@ msgid "Invalid clipboard format."
msgstr "نسق الحافظة غير صالح."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -827,7 +782,6 @@ msgid "Object does not have this property."
msgstr "لا يملك الكائن هذه الخاصّيّة."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -837,7 +791,6 @@ msgid "Object does not have this method."
msgstr "لا يملك الكائن هذه الطّريقة."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -847,7 +800,6 @@ msgid "Required argument lacking."
msgstr "أحد المعاملات المطلوبة ناقص."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -857,7 +809,6 @@ msgid "Invalid number of arguments."
msgstr "عدد المعاملات غير صالح."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -877,7 +828,6 @@ msgid "Unable to set property."
msgstr "تعذّر تعيين الخاصّيّة."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -887,7 +837,6 @@ msgid "Unable to determine property."
msgstr "تعذّر تحديد الخاصّيّة."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -897,7 +846,6 @@ msgid "Unexpected symbol: $(ARG1)."
msgstr "رمز غير متوقّع: $(ARG1)."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -907,7 +855,6 @@ msgid "Expected: $(ARG1)."
msgstr "المتوقّع: $(ARG1)."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -917,7 +864,6 @@ msgid "Symbol expected."
msgstr "توقّعت رمزًا."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -927,7 +873,6 @@ msgid "Variable expected."
msgstr "توقّعت متغيّرًا."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -937,7 +882,6 @@ msgid "Label expected."
msgstr "توقّعت لصيقة."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -947,7 +891,6 @@ msgid "Value cannot be applied."
msgstr "لا يمكن تطبيق القيمة."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -957,7 +900,6 @@ msgid "Variable $(ARG1) already defined."
msgstr "المتغيّر $(ARG1) معرّف بالفعل."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -967,7 +909,6 @@ msgid "Sub procedure or function procedure $(ARG1) already defined."
msgstr "الإجراء الفرعيّ أو الإجراء الدّاليّ $(ARG1) معرّف بالفعل."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -977,7 +918,6 @@ msgid "Label $(ARG1) already defined."
msgstr "اللصيقة $(ARG1) معرّفة بالفعل."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -987,7 +927,6 @@ msgid "Variable $(ARG1) not found."
msgstr "لم يُعثر على المتغيّر $(ARG1)."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -997,7 +936,6 @@ msgid "Array or procedure $(ARG1) not found."
msgstr "لم يُعثر على المصفوصة أو الإجراء $(ARG1)."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1007,7 +945,6 @@ msgid "Procedure $(ARG1) not found."
msgstr "لم يُعثر على الإجراء $(ARG1)."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1017,7 +954,6 @@ msgid "Label $(ARG1) undefined."
msgstr "اللصيقة $(ARG1) غير معرّفة."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1027,7 +963,6 @@ msgid "Unknown data type $(ARG1)."
msgstr "نوع البيانات $(ARG1) مجهول."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1037,7 +972,6 @@ msgid "Exit $(ARG1) expected."
msgstr "توقّعت الخروج من $(ARG1)."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1047,7 +981,6 @@ msgid "Statement block still open: $(ARG1) missing."
msgstr "كتلة الإفادات ما زالت مفتوحة: $(ARG1) مفقود."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1057,7 +990,6 @@ msgid "Parentheses do not match."
msgstr "الأقواس لا تتطابق."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1067,7 +999,6 @@ msgid "Symbol $(ARG1) already defined differently."
msgstr "الرّمز $(ARG1) معرّف بالفعل تعريفًا مختلفًا."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1077,7 +1008,6 @@ msgid "Parameters do not correspond to procedure."
msgstr "المعاملات لا تتطابق مع الإجراء."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1087,7 +1017,6 @@ msgid "Invalid character in number."
msgstr "محرف غير صحيح في العدد."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1097,7 +1026,6 @@ msgid "Array must be dimensioned."
msgstr "يجب تعيين أبعاد المصفوفة."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1107,7 +1035,6 @@ msgid "Else/Endif without If."
msgstr "Else/Endif بلا If."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1117,7 +1044,6 @@ msgid "$(ARG1) not allowed within a procedure."
msgstr "$(ARG1) غير مسموح به في الإجراءات."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1127,7 +1053,6 @@ msgid "$(ARG1) not allowed outside a procedure."
msgstr "$(ARG1) غير مسموح به خارج الإجراءات."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1137,7 +1062,6 @@ msgid "Dimension specifications do not match."
msgstr "مواصفات الأبعاد لا تتطابق."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1147,7 +1071,6 @@ msgid "Unknown option: $(ARG1)."
msgstr "خيار مجهول: $(ARG1)."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1157,7 +1080,6 @@ msgid "Constant $(ARG1) redefined."
msgstr "أُعيد تعريف الثّابت $(ARG1)."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1167,7 +1089,6 @@ msgid "Program too large."
msgstr "البرنامج كبير جدًّا."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
diff --git a/source/ar/cui/uiconfig/ui.po b/source/ar/cui/uiconfig/ui.po
index 5333221d483..4643322b3b0 100644
--- a/source/ar/cui/uiconfig/ui.po
+++ b/source/ar/cui/uiconfig/ui.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-25 13:27+0200\n"
-"PO-Revision-Date: 2016-05-19 16:59+0000\n"
-"Last-Translator: Damascene <uahello@gmail.com>\n"
+"PO-Revision-Date: 2016-06-15 15:38+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: Arabic <doc@arabeyes.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1463677189.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466005122.000000\n"
#: aboutconfigdialog.ui
msgctxt ""
@@ -179,14 +179,13 @@ msgid "%PRODUCTNAME is a modern, easy-to-use, open source productivity suite for
msgstr "‏%PRODUCTNAME طقم لزيادة الإنتاجيّة حديث، سهل الاستخدام ومفتوح المصدر لمعالجة الكلمات، الجداول الممتدّة، العروض التّقديميّة وأكثر."
#: aboutdialog.ui
-#, fuzzy
msgctxt ""
"aboutdialog.ui\n"
"copyright\n"
"label\n"
"string.text"
msgid "Copyright © 2000–2016 LibreOffice contributors."
-msgstr "حقوق النّشر © 2000 - 2015 لمساهمي ليبر‌أُفِس."
+msgstr "الحقوق محفوظة © 2000 - 2016 مساهمو ليبر‌أوفيس."
#: aboutdialog.ui
msgctxt ""
diff --git a/source/ar/dbaccess/source/core/resource.po b/source/ar/dbaccess/source/core/resource.po
index bf5fc1eea61..bcad1c73dec 100644
--- a/source/ar/dbaccess/source/core/resource.po
+++ b/source/ar/dbaccess/source/core/resource.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-05-11 16:12+0200\n"
-"PO-Revision-Date: 2015-05-11 21:11+0000\n"
+"PO-Revision-Date: 2016-06-17 07:40+0000\n"
"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1431378714.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466149213.000000\n"
#: strings.src
msgctxt ""
@@ -186,7 +186,7 @@ msgctxt ""
"RID_STR_NOT_SEQUENCE_INT8\n"
"string.text"
msgid "The value of the columns is not of the type Sequence<sal_Int8>."
-msgstr ""
+msgstr "قيمة الأعمدة ليست من النوع Sequence<sal_Int8>‎."
#: strings.src
msgctxt ""
@@ -234,7 +234,7 @@ msgctxt ""
"RID_STR_NO_RELATIVE\n"
"string.text"
msgid "Relative positioning is not allowed in this state."
-msgstr ""
+msgstr "لا يُسمح بالتموضع النسبي في هذه الحالة."
#: strings.src
msgctxt ""
@@ -250,7 +250,7 @@ msgctxt ""
"RID_STR_NO_MOVETOINSERTROW_CALLED\n"
"string.text"
msgid "A new row cannot be inserted when the ResultSet is not first moved to the insert row."
-msgstr ""
+msgstr "لا يمكن إدراج صف جديد إذا لم يُنقل ResultSet أولاً إلى صف الإدراج. "
#: strings.src
msgctxt ""
diff --git a/source/ar/dbaccess/source/ext/macromigration.po b/source/ar/dbaccess/source/ext/macromigration.po
index 53a0a555d35..c811b4e65d9 100644
--- a/source/ar/dbaccess/source/ext/macromigration.po
+++ b/source/ar/dbaccess/source/ext/macromigration.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-04-22 23:40+0200\n"
-"PO-Revision-Date: 2015-05-11 21:12+0000\n"
+"PO-Revision-Date: 2016-06-17 07:46+0000\n"
"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1431378726.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466149575.000000\n"
#: macromigration.src
msgctxt ""
@@ -22,7 +22,7 @@ msgctxt ""
"STR_TITLE_MACRO_MIGRATION\n"
"string.text"
msgid "Database Document Macro Migration"
-msgstr ""
+msgstr "ترحيل ماكروهات مستند قاعدة البيانات"
#: macromigration.src
msgctxt ""
@@ -88,7 +88,7 @@ msgctxt ""
"STR_DATABASE_DOCUMENT\n"
"string.text"
msgid "Database Document"
-msgstr ""
+msgstr "مستند قاعدة البيانات"
#: macromigration.src
msgctxt ""
diff --git a/source/ar/dbaccess/source/ui/app.po b/source/ar/dbaccess/source/ui/app.po
index 7ac08a0d3b2..fa0be37409d 100644
--- a/source/ar/dbaccess/source/ui/app.po
+++ b/source/ar/dbaccess/source/ui/app.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: 2016-03-09 20:48+0100\n"
-"PO-Revision-Date: 2015-12-11 14:12+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2016-06-17 07:53+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1449843129.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466149993.000000\n"
#: app.src
msgctxt ""
@@ -131,14 +131,13 @@ msgid "Report..."
msgstr "تقرير..."
#: app.src
-#, fuzzy
msgctxt ""
"app.src\n"
"RID_MENU_APP_NEW\n"
"ID_DOCUMENT_CREATE_REPWIZ\n"
"menuitem.text"
msgid "Report Wizard..."
-msgstr "مُرشد التّقرير..."
+msgstr "مُرشد التّقارير..."
#: app.src
msgctxt ""
@@ -147,7 +146,7 @@ msgctxt ""
"ID_NEW_QUERY_DESIGN\n"
"menuitem.text"
msgid "New ~Query (Design View)"
-msgstr ""
+msgstr "اس~تعلام جديد (عرض التصميم)"
#: app.src
msgctxt ""
@@ -156,7 +155,7 @@ msgctxt ""
"ID_NEW_QUERY_SQL\n"
"menuitem.text"
msgid "New Query (~SQL View)"
-msgstr ""
+msgstr "استعلام جديد (~عرض SQL)"
#: app.src
msgctxt ""
@@ -165,7 +164,7 @@ msgctxt ""
"ID_NEW_TABLE_DESIGN\n"
"menuitem.text"
msgid "New ~Table Design"
-msgstr ""
+msgstr "تصميم ~جدول جديد"
#: app.src
msgctxt ""
@@ -174,7 +173,7 @@ msgctxt ""
"ID_NEW_VIEW_DESIGN\n"
"menuitem.text"
msgid "New ~View Design"
-msgstr ""
+msgstr "تصميم عر~ض جديد"
#: app.src
msgctxt ""
@@ -192,7 +191,7 @@ msgctxt ""
"SID_COPY\n"
"menuitem.text"
msgid "~Copy"
-msgstr ""
+msgstr "ا~نسخ"
#: app.src
msgctxt ""
@@ -201,7 +200,7 @@ msgctxt ""
"SID_PASTE\n"
"menuitem.text"
msgid "~Paste"
-msgstr ""
+msgstr "أل~صق"
#: app.src
msgctxt ""
@@ -505,7 +504,7 @@ msgctxt ""
"SID_DB_APP_DISABLE_PREVIEW\n"
"menuitem.text"
msgid "None"
-msgstr ""
+msgstr "بلا"
#: app.src
msgctxt ""
@@ -585,6 +584,11 @@ msgid ""
"\n"
"Note that you won't be able to embed macros into the database document itself until this migration is done. "
msgstr ""
+"ينبغي تضمين الماكروهات في نفس مستند قاعدة البيانات.\n"
+"\n"
+"يمكنك متابعة استخدام المستند كما في السابق، ولكننا ننصح بترحيل الماكروهات. سيساعدك عنصر القائمة \"أدوات / رحل الماكروهات...\" في هذا.\n"
+"\n"
+"لاحظ أنك لن تتمكن من تضمين الماكروهات في مستند قاعدة البيانات ذاته حتى ينتهي هذا الترحيل. "
#: app.src
msgctxt ""
diff --git a/source/ar/dbaccess/source/ui/browser.po b/source/ar/dbaccess/source/ui/browser.po
index 01e8c886528..f47bcfd46b3 100644
--- a/source/ar/dbaccess/source/ui/browser.po
+++ b/source/ar/dbaccess/source/ui/browser.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: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2015-12-11 14:12+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2016-06-17 07:56+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1449843133.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466150214.000000\n"
#: sbabrw.src
msgctxt ""
@@ -73,7 +73,6 @@ msgid "Tables"
msgstr "الجداول"
#: sbabrw.src
-#, fuzzy
msgctxt ""
"sbabrw.src\n"
"MENU_BROWSER_DEFAULTCONTEXT\n"
@@ -83,7 +82,6 @@ msgid "Edit ~Database File..."
msgstr "حرّر ملفّ ~قاعدة البيانات..."
#: sbabrw.src
-#, fuzzy
msgctxt ""
"sbabrw.src\n"
"MENU_BROWSER_DEFAULTCONTEXT\n"
@@ -99,10 +97,9 @@ msgctxt ""
"SID_COPY\n"
"menuitem.text"
msgid "~Copy"
-msgstr ""
+msgstr "ا~نسخ"
#: sbabrw.src
-#, fuzzy
msgctxt ""
"sbabrw.src\n"
"MENU_BROWSER_DEFAULTCONTEXT\n"
@@ -198,7 +195,7 @@ msgctxt ""
"ID_BROWSER_REFRESH\n"
"menuitem.text"
msgid "Refresh"
-msgstr ""
+msgstr "أنعش"
#: sbabrw.src
msgctxt ""
@@ -225,7 +222,7 @@ msgctxt ""
"ID_BROWSER_COLWIDTH\n"
"menuitem.text"
msgid "Column ~Width..."
-msgstr ""
+msgstr "عر~ض العمود..."
#: sbagrid.src
msgctxt ""
@@ -261,7 +258,7 @@ msgctxt ""
"SID_COPY\n"
"menuitem.text"
msgid "~Copy"
-msgstr ""
+msgstr "ا~نسخ"
#: sbagrid.src
msgctxt ""
@@ -269,7 +266,7 @@ msgctxt ""
"RID_STR_UNDO_MODIFY_RECORD\n"
"string.text"
msgid "Undo: Data Input"
-msgstr ""
+msgstr "تراجع عن: إدخال البيانات"
#: sbagrid.src
msgctxt ""
diff --git a/source/ar/dbaccess/source/ui/dlg.po b/source/ar/dbaccess/source/ui/dlg.po
index 891f69cdfed..b1b9aa0ee5f 100644
--- a/source/ar/dbaccess/source/ui/dlg.po
+++ b/source/ar/dbaccess/source/ui/dlg.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: 2015-08-25 12:34+0200\n"
-"PO-Revision-Date: 2015-08-25 17:05+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2016-06-17 07:58+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1440522352.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466150296.000000\n"
#: AutoControls.src
msgctxt ""
@@ -246,7 +246,7 @@ msgctxt ""
"STR_COULD_NOT_LOAD_ODBC_LIB\n"
"string.text"
msgid "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available."
-msgstr ""
+msgstr "إما أنه تعذر تحميل مكتبة البرنامج #lib#، أو أنها تالفة. تحديد مصادر بيانات ODBC غير متوفر."
#: dbadmin.src
msgctxt ""
@@ -541,13 +541,12 @@ msgid "Set up a connection to text files"
msgstr "أعدّ اتّصالًا بملفّات نصّيّة"
#: dbadminsetup.src
-#, fuzzy
msgctxt ""
"dbadminsetup.src\n"
"STR_TEXT_HELPTEXT\n"
"string.text"
msgid "Select the folder where the CSV (Comma Separated Values) text files are stored. %PRODUCTNAME Base will open these files in read-only mode."
-msgstr "حدّد المجلد الذي تُخزَّن فيه ملفات CSV (القيم المفصولة بفواصل) النصية. سسيفتح %PRODUCTNAME بيز هذه الملفات في وضع القراءة فقط."
+msgstr "اختر المجلد حيث تُخزّن فيه ملفات CSV (القيم المفصولة بفواصل) النصية. سسيفتح %PRODUCTNAME بيز هذه الملفات في وضع القراءة فقط."
#: dbadminsetup.src
msgctxt ""
@@ -682,7 +681,6 @@ msgid "Set up a connection to spreadsheets"
msgstr "أعدّ اتّصالًا بجداول ممتدّة"
#: dbadminsetup.src
-#, fuzzy
msgctxt ""
"dbadminsetup.src\n"
"STR_SPREADSHEET_HELPTEXT\n"
@@ -691,7 +689,7 @@ msgid ""
"Click 'Browse...' to select a %PRODUCTNAME spreadsheet or Microsoft Excel workbook.\n"
"%PRODUCTNAME will open this file in read-only mode."
msgstr ""
-"انقر \"تصفّح...\" لتحديد جدول %PRODUCTNAME مُمتد أو كتاب عمل مايكروسوفت إكسل.\n"
+"انقر \"تصفّح...\" لاختيار جدول %PRODUCTNAME مُمتد أو كتاب عمل مايكروسوفت إكسل.\n"
"سيفتح %PRODUCTNAME هذا الملف في وضع القراءة فقط."
#: dbadminsetup.src
diff --git a/source/ar/dbaccess/source/ui/querydesign.po b/source/ar/dbaccess/source/ui/querydesign.po
index 7414d15f01b..e933c86a5ef 100644
--- a/source/ar/dbaccess/source/ui/querydesign.po
+++ b/source/ar/dbaccess/source/ui/querydesign.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: 2016-03-09 20:48+0100\n"
-"PO-Revision-Date: 2015-12-11 14:13+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2016-06-17 07:59+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1449843188.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466150392.000000\n"
#: query.src
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"SID_DELETE\n"
"menuitem.text"
msgid "~Delete"
-msgstr ""
+msgstr "اح~ذف"
#: query.src
msgctxt ""
@@ -32,7 +32,7 @@ msgctxt ""
"ID_QUERY_EDIT_JOINCONNECTION\n"
"menuitem.text"
msgid "Edit..."
-msgstr ""
+msgstr "حرّر..."
#: query.src
msgctxt ""
@@ -41,7 +41,7 @@ msgctxt ""
"SID_DELETE\n"
"menuitem.text"
msgid "~Delete"
-msgstr ""
+msgstr "اح~ذف"
#: query.src
msgctxt ""
@@ -50,7 +50,7 @@ msgctxt ""
"ID_BROWSER_COLWIDTH\n"
"menuitem.text"
msgid "Column ~Width..."
-msgstr ""
+msgstr "عر~ض العمود..."
#: query.src
msgctxt ""
@@ -59,7 +59,7 @@ msgctxt ""
"SID_DELETE\n"
"menuitem.text"
msgid "~Delete"
-msgstr ""
+msgstr "اح~ذف"
#: query.src
msgctxt ""
@@ -75,7 +75,7 @@ msgctxt ""
"STR_QUERY_UNDO_MOVETABWIN\n"
"string.text"
msgid "Move table window"
-msgstr ""
+msgstr "نقل نافذة الجدول"
#: query.src
msgctxt ""
diff --git a/source/ar/dbaccess/source/ui/relationdesign.po b/source/ar/dbaccess/source/ui/relationdesign.po
index 6c5908c3a9c..599661b0ecc 100644
--- a/source/ar/dbaccess/source/ui/relationdesign.po
+++ b/source/ar/dbaccess/source/ui/relationdesign.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-04-22 23:40+0200\n"
-"PO-Revision-Date: 2014-11-18 12:31+0000\n"
+"PO-Revision-Date: 2016-06-17 08:00+0000\n"
"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1416313901.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466150455.000000\n"
#: relation.src
msgctxt ""
@@ -73,3 +73,5 @@ msgid ""
"The database could not create the relation. Maybe foreign keys for this kind of table aren't supported.\n"
"Please check your documentation of the database."
msgstr ""
+"تعذر على قاعدة البيانات إنشاء العلاقة. لربما المفاتيح الخارجية لهذا النوع من الجداول غير مدعومة.\n"
+"فضلا طالع توثيق قاعدة البيانات."
diff --git a/source/ar/dbaccess/source/ui/tabledesign.po b/source/ar/dbaccess/source/ui/tabledesign.po
index bccdd0e7d22..952d6772ef4 100644
--- a/source/ar/dbaccess/source/ui/tabledesign.po
+++ b/source/ar/dbaccess/source/ui/tabledesign.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-03-09 20:48+0100\n"
-"PO-Revision-Date: 2016-05-19 17:00+0000\n"
-"Last-Translator: Damascene <uahello@gmail.com>\n"
+"PO-Revision-Date: 2016-06-17 08:02+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1463677214.000000\n"
+"X-POOTLE-MTIME: 1466150569.000000\n"
#: table.src
msgctxt ""
@@ -131,13 +131,12 @@ msgid "Column Description"
msgstr "وصف العمود"
#: table.src
-#, fuzzy
msgctxt ""
"table.src\n"
"STR_TAB_FIELD_NULLABLE\n"
"string.text"
msgid "Input required"
-msgstr "للحذف"
+msgstr "الدخل مطلوب"
#: table.src
msgctxt ""
@@ -186,7 +185,7 @@ msgctxt ""
"SID_CUT\n"
"menuitem.text"
msgid "Cu~t"
-msgstr ""
+msgstr "~قص"
#: table.src
msgctxt ""
@@ -195,7 +194,7 @@ msgctxt ""
"SID_COPY\n"
"menuitem.text"
msgid "~Copy"
-msgstr ""
+msgstr "ا~نسخ"
#: table.src
msgctxt ""
@@ -204,7 +203,7 @@ msgctxt ""
"SID_PASTE\n"
"menuitem.text"
msgid "~Paste"
-msgstr ""
+msgstr "أل~صق"
#: table.src
msgctxt ""
@@ -213,7 +212,7 @@ msgctxt ""
"SID_DELETE\n"
"menuitem.text"
msgid "~Delete"
-msgstr ""
+msgstr "اح~ذف"
#: table.src
msgctxt ""
diff --git a/source/ar/desktop/source/deployment/unopkg.po b/source/ar/desktop/source/deployment/unopkg.po
index 35380a7a5e4..2f3a6c3e18f 100644
--- a/source/ar/desktop/source/deployment/unopkg.po
+++ b/source/ar/desktop/source/deployment/unopkg.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-03-09 20:48+0100\n"
-"PO-Revision-Date: 2013-07-10 14:41+0000\n"
+"PO-Revision-Date: 2016-06-15 16:09+0000\n"
"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1373467272.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466006966.000000\n"
#: unopkg.src
msgctxt ""
@@ -81,13 +81,12 @@ msgid "N"
msgstr "ل"
#: unopkg.src
-#, fuzzy
msgctxt ""
"unopkg.src\n"
"RID_STR_CONCURRENTINSTANCE\n"
"string.text"
msgid "unopkg cannot be started. The lock file indicates it is already running. If this does not apply, delete the lock file at:"
-msgstr "يتعذر بدء unopkg. حيث يشير ملف القفل إلى أنه قيد التشغيل بالفعل. فإن لم يكن كذلك، فقم بحذف ملف القفل في:"
+msgstr "تعذّر بدء unopkg. يشير ملف القفل أنه يعمل بالفعل. فإن لم يكن كذلك، فاحذف ملف القفل في:"
#: unopkg.src
msgctxt ""
diff --git a/source/ar/desktop/uiconfig/ui.po b/source/ar/desktop/uiconfig/ui.po
index 60da61985dd..0cd11ff0609 100644
--- a/source/ar/desktop/uiconfig/ui.po
+++ b/source/ar/desktop/uiconfig/ui.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-08-25 12:33+0200\n"
-"PO-Revision-Date: 2015-08-25 17:06+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2016-06-15 16:09+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: none\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1440522416.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466006998.000000\n"
#: cmdlinehelp.ui
msgctxt ""
@@ -215,14 +215,13 @@ msgid "2."
msgstr "2."
#: licensedialog.ui
-#, fuzzy
msgctxt ""
"licensedialog.ui\n"
"label4\n"
"label\n"
"string.text"
msgid "Read the complete License Agreement. Use the scroll bar or the 'Scroll Down' button in this dialog to view the entire license text."
-msgstr "اقرأ اتفاقية الترخيص الكاملة. استخدم شريط التمرير أو الزر 'تمرير لأسفل' في مربع الحوار هذا لرؤية نص الترخيص كاملًا."
+msgstr "اقرأ اتفاقية الترخيص كاملة. استخدم شريط التمرير أو زر 'مرّر لأسفل' في هذا الحواري لرؤية نص الترخيص كاملًا."
#: licensedialog.ui
msgctxt ""
diff --git a/source/ar/editeng/source/editeng.po b/source/ar/editeng/source/editeng.po
index f0bd9f9c1b0..39c8cc02015 100644
--- a/source/ar/editeng/source/editeng.po
+++ b/source/ar/editeng/source/editeng.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: 2015-11-10 19:33+0100\n"
-"PO-Revision-Date: 2013-05-27 16:39+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2016-06-15 16:13+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1369672785.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466007190.000000\n"
#: editeng.src
msgctxt ""
@@ -89,14 +89,13 @@ msgid "Change Case"
msgstr "تغيير حالة الأحرف"
#: editeng.src
-#, fuzzy
msgctxt ""
"editeng.src\n"
"RID_MENU_SPELL\n"
"MN_IGNORE\n"
"menuitem.text"
msgid "I~gnore All"
-msgstr "تجاهل الكل"
+msgstr "ت~جاهل الكل"
#: editeng.src
msgctxt ""
@@ -132,7 +131,7 @@ msgctxt ""
"MN_AUTOCORR\n"
"menuitem.text"
msgid "AutoCorrect ~To"
-msgstr ""
+msgstr "صحح آليا إ~لى"
#: editeng.src
msgctxt ""
@@ -141,7 +140,7 @@ msgctxt ""
"MN_AUTO_CORRECT_DLG\n"
"menuitem.text"
msgid "Auto~Correct Options..."
-msgstr ""
+msgstr "خيارات الت~صحيح الآلي..."
#: editeng.src
msgctxt ""
diff --git a/source/ar/extensions/source/abpilot.po b/source/ar/extensions/source/abpilot.po
index 95aefcec863..b25abc20f9e 100644
--- a/source/ar/extensions/source/abpilot.po
+++ b/source/ar/extensions/source/abpilot.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-04-22 23:40+0200\n"
-"PO-Revision-Date: 2015-05-11 21:14+0000\n"
+"PO-Revision-Date: 2016-06-16 16:11+0000\n"
"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1431378888.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466093515.000000\n"
#: abspilot.src
msgctxt ""
@@ -81,6 +81,8 @@ msgid ""
"The data source does not contain any tables.\n"
"Do you want to set it up as an address data source, anyway?"
msgstr ""
+"ليس في مصدر البيانات أية جداول.\n"
+"أتريد إعداده كمصدر بيانات عناوين؟"
#: abspilot.src
msgctxt ""
diff --git a/source/ar/framework/source/classes.po b/source/ar/framework/source/classes.po
index 56ac4863103..caa9212062b 100644
--- a/source/ar/framework/source/classes.po
+++ b/source/ar/framework/source/classes.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-07 21:35+0200\n"
-"PO-Revision-Date: 2016-05-19 17:03+0000\n"
-"Last-Translator: Damascene <uahello@gmail.com>\n"
+"PO-Revision-Date: 2016-06-15 16:10+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1463677383.000000\n"
+"X-POOTLE-MTIME: 1466007024.000000\n"
#: resource.src
msgctxt ""
@@ -148,7 +148,7 @@ msgctxt ""
"STR_OPEN_REMOTE\n"
"string.text"
msgid "Open Remote File"
-msgstr ""
+msgstr "افتح ملفا بعيدا"
#: resource.src
msgctxt ""
@@ -156,7 +156,7 @@ msgctxt ""
"STR_REMOTE_TITLE\n"
"string.text"
msgid " (Remote)"
-msgstr ""
+msgstr " (بعيد)"
#: resource.src
msgctxt ""
@@ -310,4 +310,4 @@ msgctxt ""
"STR_LANGSTATUS_HINT\n"
"string.text"
msgid "Text Language. Right-click to set character or paragraph language"
-msgstr ""
+msgstr "لغة النص. انقر باليمين لضبط لغة المحرف أو الفقرة"
diff --git a/source/ar/readlicense_oo/docs.po b/source/ar/readlicense_oo/docs.po
index e1fafcc8864..c856a98c0db 100644
--- a/source/ar/readlicense_oo/docs.po
+++ b/source/ar/readlicense_oo/docs.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-03-09 20:48+0100\n"
-"PO-Revision-Date: 2016-05-31 15:20+0000\n"
+"PO-Revision-Date: 2016-06-17 07:26+0000\n"
"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464708046.000000\n"
+"X-POOTLE-MTIME: 1466148374.000000\n"
#: readme.xrm
msgctxt ""
@@ -126,7 +126,7 @@ msgctxt ""
"s2s3sdf21\n"
"readmeitem.text"
msgid "Microsoft Windows XP SP3, Vista, 7, 8, or 10"
-msgstr ""
+msgstr "مايكروسوفت وندوز إكس‌بي الحزمة الثالثة، أو فيستا، أو 7، أو 8 أو 10"
#: readme.xrm
msgctxt ""
@@ -585,7 +585,6 @@ msgid "Shortcut Keys"
msgstr "اختصارات المفاتيح"
#: readme.xrm
-#, fuzzy
msgctxt ""
"readme.xrm\n"
"w32e1\n"
@@ -839,4 +838,4 @@ msgctxt ""
"ModifiedSourceCodePara\n"
"readmeitem.text"
msgid "Portions Copyright 1998, 1999 James Clark. Portions Copyright 1996, 1998 Netscape Communications Corporation."
-msgstr ""
+msgstr "حقوق محفوظة جزئيا 1998، 1999 جيمس كلارك. حقوق محفوظة جزئيا 1996، 1998 شركة نِت‌سكيب للاتصالات."
diff --git a/source/ar/reportdesign/source/ui/dlg.po b/source/ar/reportdesign/source/ui/dlg.po
index 008113e77a2..cf54242f85d 100644
--- a/source/ar/reportdesign/source/ui/dlg.po
+++ b/source/ar/reportdesign/source/ui/dlg.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: 2016-03-09 20:48+0100\n"
-"PO-Revision-Date: 2015-12-11 14:33+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2016-06-15 16:13+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1449844404.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466007239.000000\n"
#: CondFormat.src
msgctxt ""
@@ -253,14 +253,13 @@ msgid "Select ascending or descending sort order. Ascending means from A to Z or
msgstr "حدد ترتيب فرز تصاعديًا أو تنازليًا. التصاعدي يعني من الألف إلى الياء أو من 0 إلى 9."
#: GroupsSorting.src
-#, fuzzy
msgctxt ""
"GroupsSorting.src\n"
"RID_GROUPSROWPOPUPMENU\n"
"SID_DELETE\n"
"menuitem.text"
msgid "~Delete"
-msgstr "ح~ذف"
+msgstr "اح~ذف"
#: Navigator.src
msgctxt ""
@@ -324,14 +323,13 @@ msgid "Properties..."
msgstr "خصائص..."
#: Navigator.src
-#, fuzzy
msgctxt ""
"Navigator.src\n"
"RID_MENU_NAVIGATOR\n"
"SID_DELETE\n"
"menuitem.text"
msgid "~Delete"
-msgstr "ح~ذف"
+msgstr "اح~ذف"
#. The space after the word is no error. #PAGENUMBER# is a replacement and & must not be translated as well as "
#: PageNumber.src
diff --git a/source/ar/reportdesign/source/ui/report.po b/source/ar/reportdesign/source/ui/report.po
index 52758bf4785..44652bdf1d3 100644
--- a/source/ar/reportdesign/source/ui/report.po
+++ b/source/ar/reportdesign/source/ui/report.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: 2016-03-09 20:48+0100\n"
-"PO-Revision-Date: 2015-06-25 22:27+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2016-06-15 16:25+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1435271275.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466007951.000000\n"
#: report.src
msgctxt ""
@@ -414,7 +414,7 @@ msgctxt ""
"SID_FRAME_TO_TOP\n"
"menuitem.text"
msgid "~Bring to Front"
-msgstr ""
+msgstr "اجلب للم~قدمة"
#: report.src
msgctxt ""
@@ -441,7 +441,7 @@ msgctxt ""
"SID_FRAME_TO_BOTTOM\n"
"menuitem.text"
msgid "~Send to Back"
-msgstr ""
+msgstr "أر&سل للخلف"
#: report.src
msgctxt ""
@@ -450,7 +450,7 @@ msgctxt ""
"SID_OBJECT_HEAVEN\n"
"menuitem.text"
msgid "~To Foreground"
-msgstr ""
+msgstr "إلى المق&دمة"
#: report.src
msgctxt ""
@@ -459,7 +459,7 @@ msgctxt ""
"SID_OBJECT_HELL\n"
"menuitem.text"
msgid "T~o Background"
-msgstr ""
+msgstr "إلى ال&خلفية"
#: report.src
msgctxt ""
@@ -477,7 +477,7 @@ msgctxt ""
"SID_OBJECT_ALIGN_LEFT\n"
"menuitem.text"
msgid "~Left"
-msgstr ""
+msgstr "إلى الي~سار"
#: report.src
msgctxt ""
@@ -486,7 +486,7 @@ msgctxt ""
"SID_OBJECT_ALIGN_CENTER\n"
"menuitem.text"
msgid "~Centered"
-msgstr ""
+msgstr "إلى الوس~ط"
#: report.src
msgctxt ""
@@ -495,7 +495,7 @@ msgctxt ""
"SID_OBJECT_ALIGN_RIGHT\n"
"menuitem.text"
msgid "~Right"
-msgstr ""
+msgstr "إلى الي~مين"
#: report.src
msgctxt ""
@@ -504,7 +504,7 @@ msgctxt ""
"SID_OBJECT_ALIGN_UP\n"
"menuitem.text"
msgid "~Top"
-msgstr ""
+msgstr "إلى أ~على"
#: report.src
msgctxt ""
@@ -513,7 +513,7 @@ msgctxt ""
"SID_OBJECT_ALIGN_MIDDLE\n"
"menuitem.text"
msgid "C~enter"
-msgstr ""
+msgstr "إلى ال~وسط"
#: report.src
msgctxt ""
@@ -522,7 +522,7 @@ msgctxt ""
"SID_OBJECT_ALIGN_DOWN\n"
"menuitem.text"
msgid "~Bottom"
-msgstr ""
+msgstr "إلى أس~فل"
#: report.src
msgctxt ""
@@ -531,7 +531,7 @@ msgctxt ""
"SID_OBJECT_ALIGN\n"
"menuitem.text"
msgid "A~lignment"
-msgstr ""
+msgstr "المحا~ذاة"
#: report.src
msgctxt ""
@@ -639,7 +639,7 @@ msgctxt ""
"SID_CUT\n"
"menuitem.text"
msgid "Cu~t"
-msgstr ""
+msgstr "ق~ص"
#: report.src
msgctxt ""
@@ -648,17 +648,16 @@ msgctxt ""
"SID_COPY\n"
"menuitem.text"
msgid "~Copy"
-msgstr ""
+msgstr "ا~نسخ"
#: report.src
-#, fuzzy
msgctxt ""
"report.src\n"
"RID_MENU_REPORT\n"
"SID_PASTE\n"
"menuitem.text"
msgid "~Paste"
-msgstr "لصق"
+msgstr "أل~صق"
#: report.src
msgctxt ""
diff --git a/source/ar/reportdesign/uiconfig/dbreport/ui.po b/source/ar/reportdesign/uiconfig/dbreport/ui.po
index 3df0b6deb34..686bd11cd31 100644
--- a/source/ar/reportdesign/uiconfig/dbreport/ui.po
+++ b/source/ar/reportdesign/uiconfig/dbreport/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-06-24 17:05+0200\n"
-"PO-Revision-Date: 2015-07-31 07:32+0000\n"
+"PO-Revision-Date: 2016-06-15 16:28+0000\n"
"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1438327964.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466008113.000000\n"
#: backgrounddialog.ui
msgctxt ""
@@ -347,7 +347,7 @@ msgctxt ""
"title\n"
"string.text"
msgid "Report navigator"
-msgstr ""
+msgstr "ملاح التقرير"
#: floatingsort.ui
msgctxt ""
@@ -356,7 +356,7 @@ msgctxt ""
"title\n"
"string.text"
msgid "Sorting and Grouping"
-msgstr ""
+msgstr "الفرز والتجميع"
#: floatingsort.ui
msgctxt ""
@@ -374,7 +374,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Move up"
-msgstr ""
+msgstr "انقل لأعلى"
#: floatingsort.ui
msgctxt ""
@@ -383,7 +383,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Move down"
-msgstr ""
+msgstr "انقل لأسفل"
#: floatingsort.ui
msgctxt ""
@@ -392,7 +392,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Delete"
-msgstr ""
+msgstr "احذف"
#: floatingsort.ui
msgctxt ""
@@ -401,7 +401,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Groups"
-msgstr ""
+msgstr "المجموعات"
#: floatingsort.ui
msgctxt ""
@@ -410,7 +410,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Sorting"
-msgstr ""
+msgstr "الفرز"
#: floatingsort.ui
msgctxt ""
@@ -419,7 +419,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Group Header"
-msgstr ""
+msgstr "ترويسة المجموعة"
#: floatingsort.ui
msgctxt ""
@@ -428,7 +428,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Group Footer"
-msgstr ""
+msgstr "تذييل المجموعة"
#: floatingsort.ui
msgctxt ""
diff --git a/source/ar/sc/source/ui/src.po b/source/ar/sc/source/ui/src.po
index 928e80230ca..8ea6a2c406e 100644
--- a/source/ar/sc/source/ui/src.po
+++ b/source/ar/sc/source/ui/src.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-25 13:27+0200\n"
-"PO-Revision-Date: 2016-04-17 01:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
+"PO-Revision-Date: 2016-06-16 17:05+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1460856395.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466096711.000000\n"
#: condformatdlg.src
msgctxt ""
@@ -737,7 +737,6 @@ msgid "3 Symbols 2"
msgstr "3 رموز 2"
#: condformatdlg.src
-#, fuzzy
msgctxt ""
"condformatdlg.src\n"
"RID_COND_ENTRY.LB_ICONSET_TYPE\n"
@@ -765,7 +764,6 @@ msgid "3 Triangles"
msgstr ""
#: condformatdlg.src
-#, fuzzy
msgctxt ""
"condformatdlg.src\n"
"RID_COND_ENTRY.LB_ICONSET_TYPE\n"
@@ -4362,14 +4360,13 @@ msgid "#1 inserted"
msgstr "تم إدراج #1"
#: globstr.src
-#, fuzzy
msgctxt ""
"globstr.src\n"
"RID_GLOBSTR\n"
"STR_CHANGED_DELETE\n"
"string.text"
msgid "#1 deleted"
-msgstr "تم حذف #1"
+msgstr "حُذفت #1"
#: globstr.src
msgctxt ""
@@ -6990,7 +6987,6 @@ msgid "Returns the number of workdays between two dates using arguments to indic
msgstr ""
#: scfuncs.src
-#, fuzzy
msgctxt ""
"scfuncs.src\n"
"RID_SC_FUNCTION_DESCRIPTIONS1.SC_OPCODE_NETWORKDAYS\n"
diff --git a/source/ar/sccomp/source/solver.po b/source/ar/sccomp/source/solver.po
index 14c838c8f63..971fb4c7027 100644
--- a/source/ar/sccomp/source/solver.po
+++ b/source/ar/sccomp/source/solver.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-04-22 23:40+0200\n"
-"PO-Revision-Date: 2015-05-11 21:25+0000\n"
+"PO-Revision-Date: 2016-06-15 16:13+0000\n"
"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1431379530.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466007215.000000\n"
#: solver.src
msgctxt ""
@@ -25,13 +25,12 @@ msgid "%PRODUCTNAME Linear Solver"
msgstr "حلّال %PRODUCTNAME الخطّيّ"
#: solver.src
-#, fuzzy
msgctxt ""
"solver.src\n"
"RID_COINMP_SOLVER_COMPONENT\n"
"string.text"
msgid "%PRODUCTNAME CoinMP Linear Solver"
-msgstr "حلّال %PRODUCTNAME الخطّيّ"
+msgstr "حلّال %PRODUCTNAME CoinMP الخطّيّ"
#: solver.src
msgctxt ""
diff --git a/source/ar/sd/source/ui/app.po b/source/ar/sd/source/ui/app.po
index f0f7622d2ac..f73ccd2a71e 100644
--- a/source/ar/sd/source/ui/app.po
+++ b/source/ar/sd/source/ui/app.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: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2015-12-11 14:38+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2016-06-15 16:07+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1449844728.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466006832.000000\n"
#: popup.src
msgctxt ""
@@ -150,7 +150,6 @@ msgid "All Styles"
msgstr "جميع الأنماط"
#: res_bmp.src
-#, fuzzy
msgctxt ""
"res_bmp.src\n"
"DLG_STYLE_DESIGNER\n"
@@ -196,7 +195,6 @@ msgid "Custom Styles"
msgstr "أنماط مخصصة"
#: res_bmp.src
-#, fuzzy
msgctxt ""
"res_bmp.src\n"
"DLG_STYLE_DESIGNER\n"
@@ -456,7 +454,6 @@ msgid "Close Polygon"
msgstr "إغلاق المضلع"
#: strings.src
-#, fuzzy
msgctxt ""
"strings.src\n"
"STR_SLIDE_SORTER_MODE\n"
@@ -465,7 +462,6 @@ msgid "Slide Sorter"
msgstr "فارز الشرائح"
#: strings.src
-#, fuzzy
msgctxt ""
"strings.src\n"
"STR_NORMAL_MODE\n"
diff --git a/source/ar/sd/source/ui/view.po b/source/ar/sd/source/ui/view.po
index 555691a1204..7afaa2fa681 100644
--- a/source/ar/sd/source/ui/view.po
+++ b/source/ar/sd/source/ui/view.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: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2015-12-11 14:40+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2016-06-15 17:00+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1449844824.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466010021.000000\n"
#: DocumentRenderer.src
#, fuzzy
@@ -97,7 +97,6 @@ msgid "Outline"
msgstr "المخطط التفصيلي"
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS\n"
@@ -170,7 +169,6 @@ msgid "9"
msgstr ""
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS\n"
@@ -180,7 +178,6 @@ msgid "Order"
msgstr "الترتيب"
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_ORDER_CHOICES\n"
@@ -190,7 +187,6 @@ msgid "Left to right, then down"
msgstr "من اليسار إلى اليمين ثم لأسفل"
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_ORDER_CHOICES\n"
@@ -210,7 +206,6 @@ msgid "~Contents"
msgstr "المح~تويات"
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS\n"
@@ -220,7 +215,6 @@ msgid "~Slide name"
msgstr "اسم ال~شريحة"
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS\n"
@@ -230,7 +224,6 @@ msgid "P~age name"
msgstr "اسم ال~صفحة"
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS\n"
@@ -240,7 +233,6 @@ msgid "~Date and time"
msgstr "التاريخ والو~قت"
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS\n"
@@ -250,27 +242,24 @@ msgid "Hidden pages"
msgstr "الصفحات المخفية"
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS\n"
"STR_IMPRESS_PRINT_UI_OUTPUT_OPTIONS_GROUP\n"
"string.text"
msgid "Output options"
-msgstr "خيارات الإخراج"
+msgstr "خيارات الخرج"
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS\n"
"STR_IMPRESS_PRINT_UI_QUALITY\n"
"string.text"
msgid "Color"
-msgstr "لون"
+msgstr "اللون"
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_QUALITY_CHOICES\n"
@@ -280,7 +269,6 @@ msgid "Original colors"
msgstr "الألوان الأصلية"
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_QUALITY_CHOICES\n"
@@ -290,7 +278,6 @@ msgid "Grayscale"
msgstr "تدرج الرمادي"
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_QUALITY_CHOICES\n"
@@ -300,7 +287,6 @@ msgid "Black & white"
msgstr "أسود وأبيض"
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS\n"
@@ -310,7 +296,6 @@ msgid "~Size"
msgstr "ال~حجم"
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES\n"
@@ -320,14 +305,13 @@ msgid "Original size"
msgstr "الحجم الأصلي"
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_PAGE_OPTIONS_CHOICES\n"
"Fit to printable page\n"
"itemlist.text"
msgid "Fit to printable page"
-msgstr "ملاءمة للصفحة القابلة للطباعة"
+msgstr "لائم المنطقة المطبوعة"
#: DocumentRenderer.src
#, fuzzy
@@ -460,17 +444,15 @@ msgid "Paper tray"
msgstr "درج الورق"
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS\n"
"STR_IMPRESS_PRINT_UI_PAPER_TRAY\n"
"string.text"
msgid "~Use only paper tray from printer preferences"
-msgstr "است~خدام درج الورق فقط من تفضيلات الطابعة"
+msgstr "است~خدم درج الورق فقط من تفضيلات الطابعة"
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS\n"
@@ -480,17 +462,15 @@ msgid "Print range"
msgstr "نطاق الطباعة"
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE\n"
"~All slides\n"
"itemlist.text"
msgid "~All slides"
-msgstr "جم~يع الشرائح"
+msgstr "~كل الشرائح"
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE\n"
@@ -500,27 +480,24 @@ msgid "~Slides"
msgstr "ال~شرائح"
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS.STR_IMPRESS_PRINT_UI_PAGE_RANGE_CHOICE\n"
"Se~lection\n"
"itemlist.text"
msgid "Se~lection"
-msgstr "تح~ديد"
+msgstr "التح~ديد"
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS.STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE\n"
"~All pages\n"
"itemlist.text"
msgid "~All pages"
-msgstr "جميع ال~صفحات"
+msgstr "~كل الصفحات"
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS.STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE\n"
@@ -530,11 +507,10 @@ msgid "Pa~ges"
msgstr "الص~فحات"
#: DocumentRenderer.src
-#, fuzzy
msgctxt ""
"DocumentRenderer.src\n"
"STR_IMPRESS_PRINT_UI_OPTIONS.STR_DRAW_PRINT_UI_PAGE_RANGE_CHOICE\n"
"Se~lection\n"
"itemlist.text"
msgid "Se~lection"
-msgstr "تح~ديد"
+msgstr "التح~ديد"
diff --git a/source/ar/sd/uiconfig/simpress/ui.po b/source/ar/sd/uiconfig/simpress/ui.po
index fdbb01c80d9..3c87be307b1 100644
--- a/source/ar/sd/uiconfig/simpress/ui.po
+++ b/source/ar/sd/uiconfig/simpress/ui.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
-"PO-Revision-Date: 2016-05-21 08:59+0000\n"
-"Last-Translator: Damascene <uahello@gmail.com>\n"
+"PO-Revision-Date: 2016-06-15 16:58+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: none\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1463821176.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466009908.000000\n"
#: assistentdialog.ui
msgctxt ""
@@ -233,34 +233,31 @@ msgid "_Automatic"
msgstr ""
#: assistentdialog.ui
-#, fuzzy
msgctxt ""
"assistentdialog.ui\n"
"breakLabel\n"
"label\n"
"string.text"
msgid "Du_ration of pause:"
-msgstr "مدة الإيقاف المؤقتت"
+msgstr "م_دة الإلباث:"
#: assistentdialog.ui
-#, fuzzy
msgctxt ""
"assistentdialog.ui\n"
"presTimeLabel\n"
"label\n"
"string.text"
msgid "D_uration of page:"
-msgstr "مدة الإيقاف المؤقتت"
+msgstr "مد_ة الصفحة:"
#: assistentdialog.ui
-#, fuzzy
msgctxt ""
"assistentdialog.ui\n"
"logoCheckbutton\n"
"label\n"
"string.text"
msgid "Sh_ow logo"
-msgstr "إظهار ال_شعار"
+msgstr "أ_ظهر الشعار"
#: assistentdialog.ui
msgctxt ""
@@ -633,14 +630,13 @@ msgid "Misc Effects"
msgstr ""
#: customanimationspanel.ui
-#, fuzzy
msgctxt ""
"customanimationspanel.ui\n"
"start_effect\n"
"label\n"
"string.text"
msgid "_Start:"
-msgstr "الب_داية"
+msgstr "الب_داية:"
#: customanimationspanel.ui
msgctxt ""
@@ -841,14 +837,13 @@ msgid "_In reverse order"
msgstr ""
#: customanimationtimingtab.ui
-#, fuzzy
msgctxt ""
"customanimationtimingtab.ui\n"
"start_label\n"
"label\n"
"string.text"
msgid "_Start:"
-msgstr "الب_داية"
+msgstr "الب_داية:"
#: customanimationtimingtab.ui
msgctxt ""
@@ -986,14 +981,13 @@ msgid "_Start"
msgstr "الب_داية"
#: customslideshows.ui
-#, fuzzy
msgctxt ""
"customslideshows.ui\n"
"usecustomshows\n"
"label\n"
"string.text"
msgid "_Use custom slide show"
-msgstr "ا_ستخدام عرض شرائح مخصص"
+msgstr "ا_ستخدم عرض شرائح مخصص"
#: definecustomslideshow.ui
msgctxt ""
@@ -1014,24 +1008,22 @@ msgid "_Name:"
msgstr "الاس_م:"
#: definecustomslideshow.ui
-#, fuzzy
msgctxt ""
"definecustomslideshow.ui\n"
"label2\n"
"label\n"
"string.text"
msgid "_Existing slides:"
-msgstr "الشرائح المو_جودة"
+msgstr "الشرائح المو_جودة:"
#: definecustomslideshow.ui
-#, fuzzy
msgctxt ""
"definecustomslideshow.ui\n"
"label3\n"
"label\n"
"string.text"
msgid "_Selected slides:"
-msgstr "الشرائح المحدّ_دة"
+msgstr "الشرائح المحدّ_دة:"
#: definecustomslideshow.ui
msgctxt ""
@@ -1151,14 +1143,13 @@ msgid "Duration"
msgstr ""
#: dockinganimation.ui
-#, fuzzy
msgctxt ""
"dockinganimation.ui\n"
"numbitmap\n"
"tooltip_text\n"
"string.text"
msgid "Image Number"
-msgstr "ا_سم الصفحة"
+msgstr "رقم الصورة"
#: dockinganimation.ui
msgctxt ""
@@ -1440,14 +1431,13 @@ msgid "Header _text:"
msgstr ""
#: headerfootertab.ui
-#, fuzzy
msgctxt ""
"headerfootertab.ui\n"
"datetime_cb\n"
"label\n"
"string.text"
msgid "_Date and time"
-msgstr "التاريخ والوقت"
+msgstr "ال_تاريخ والوقت"
#: headerfootertab.ui
msgctxt ""
@@ -1531,14 +1521,13 @@ msgid "Do _not show on the first slide"
msgstr ""
#: headerfootertab.ui
-#, fuzzy
msgctxt ""
"headerfootertab.ui\n"
"replacement_a\n"
"label\n"
"string.text"
msgid "_Page Number"
-msgstr "ا_سم الصفحة"
+msgstr "رقم ال_صفحة"
#: headerfootertab.ui
msgctxt ""
@@ -1685,14 +1674,13 @@ msgid "_Footer"
msgstr ""
#: masterlayoutdlg.ui
-#, fuzzy
msgctxt ""
"masterlayoutdlg.ui\n"
"pagenumber\n"
"label\n"
"string.text"
msgid "_Page number"
-msgstr "ا_سم الصفحة"
+msgstr "رقم ال_صفحة"
#: masterlayoutdlg.ui
msgctxt ""
@@ -1768,7 +1756,6 @@ msgid "Start with _wizard"
msgstr "إبدأ مع الم_عالج"
#: optimpressgeneralpage.ui
-#, fuzzy
msgctxt ""
"optimpressgeneralpage.ui\n"
"newdoclbl\n"
@@ -1787,14 +1774,13 @@ msgid "Copy when moving"
msgstr "نسخ أثناء التحريك"
#: optimpressgeneralpage.ui
-#, fuzzy
msgctxt ""
"optimpressgeneralpage.ui\n"
"label6\n"
"label\n"
"string.text"
msgid "Unit of _measurement:"
-msgstr "وحدة ال_قياس"
+msgstr "وحدة ال_قياس:"
#: optimpressgeneralpage.ui
#, fuzzy
@@ -1870,34 +1856,31 @@ msgid "Presentation"
msgstr "عرض تقديمي"
#: optimpressgeneralpage.ui
-#, fuzzy
msgctxt ""
"optimpressgeneralpage.ui\n"
"label8\n"
"label\n"
"string.text"
msgid "_Drawing scale:"
-msgstr "_مقياس الرسم"
+msgstr "_مقياس الرسم:"
#: optimpressgeneralpage.ui
-#, fuzzy
msgctxt ""
"optimpressgeneralpage.ui\n"
"widthlbl\n"
"label\n"
"string.text"
msgid "Page _width:"
-msgstr "عر_ض الصفحة"
+msgstr "عر_ض الصفحة:"
#: optimpressgeneralpage.ui
-#, fuzzy
msgctxt ""
"optimpressgeneralpage.ui\n"
"heightlbl\n"
"label\n"
"string.text"
msgid "Page _height:"
-msgstr "ارتفاع ال_صفحة"
+msgstr "ارتفاع ال_صفحة:"
#: optimpressgeneralpage.ui
msgctxt ""
@@ -2017,14 +2000,13 @@ msgid "Preview"
msgstr "معاينة"
#: photoalbum.ui
-#, fuzzy
msgctxt ""
"photoalbum.ui\n"
"label7\n"
"label\n"
"string.text"
msgid "Slide layout:"
-msgstr "تخطيط الشريحة"
+msgstr "تخطيط الشريحة:"
#: photoalbum.ui
msgctxt ""
@@ -2036,14 +2018,13 @@ msgid "Add caption to each slide"
msgstr ""
#: photoalbum.ui
-#, fuzzy
msgctxt ""
"photoalbum.ui\n"
"asr_check\n"
"label\n"
"string.text"
msgid "Keep aspect ratio"
-msgstr "حافظ على نسبة القياس"
+msgstr "أبقِ النسبة الباعية"
#: photoalbum.ui
msgctxt ""
@@ -2109,7 +2090,6 @@ msgid "All _slides"
msgstr "كل ال_شرائح"
#: presentationdialog.ui
-#, fuzzy
msgctxt ""
"presentationdialog.ui\n"
"customslideshow\n"
@@ -2173,7 +2153,6 @@ msgid "Auto External (Display %1)"
msgstr ""
#: presentationdialog.ui
-#, fuzzy
msgctxt ""
"presentationdialog.ui\n"
"label3\n"
@@ -2534,7 +2513,6 @@ msgid "Ba_ck"
msgstr "_خلف"
#: prntopts.ui
-#, fuzzy
msgctxt ""
"prntopts.ui\n"
"label3\n"
@@ -2886,14 +2864,13 @@ msgid "_JPG"
msgstr ""
#: publishingdialog.ui
-#, fuzzy
msgctxt ""
"publishingdialog.ui\n"
"qualityTxtLabel\n"
"label\n"
"string.text"
msgid "_Quality:"
-msgstr "الجودة"
+msgstr "ال_جودة:"
#: publishingdialog.ui
msgctxt ""
diff --git a/source/ar/sfx2/source/appl.po b/source/ar/sfx2/source/appl.po
index a09524e89e3..2d95318b0f9 100644
--- a/source/ar/sfx2/source/appl.po
+++ b/source/ar/sfx2/source/appl.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-05-19 17:07+0000\n"
-"Last-Translator: Damascene <uahello@gmail.com>\n"
+"PO-Revision-Date: 2016-06-15 16:30+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1463677659.000000\n"
+"X-POOTLE-MTIME: 1466008234.000000\n"
#: app.src
msgctxt ""
@@ -97,6 +97,8 @@ msgid ""
"Opening \"$(ARG1)\" failed with error code $(ARG2) and message: \"$(ARG3)\"\n"
"Maybe no web browser could be found on your system. In that case, please check your Desktop Preferences or install a web browser (for example, Firefox) in the default location requested during the browser installation."
msgstr ""
+"فشل فتح \"$(ARG1)\" مع رمز الخطأ $(ARG2) والرسالة: \"$(ARG3)\"\n"
+"لربما يكون ذلك بسبب عدم إيجاد متصفح وِب في النظام. إن كان كذلك ففضلا افحص تفضيلات سطح المكتب أو ثبت متصفح وِب (فيرفكس مثلا) في المكان الافتراضي المطلوب أثناء تثبيت المتصفح."
#: app.src
msgctxt ""
diff --git a/source/ar/sfx2/source/doc.po b/source/ar/sfx2/source/doc.po
index 59138a293c4..e97d6b528e9 100644
--- a/source/ar/sfx2/source/doc.po
+++ b/source/ar/sfx2/source/doc.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
-"PO-Revision-Date: 2016-05-31 15:15+0000\n"
+"PO-Revision-Date: 2016-06-15 16:32+0000\n"
"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464707720.000000\n"
+"X-POOTLE-MTIME: 1466008352.000000\n"
#: doc.src
msgctxt ""
@@ -126,7 +126,7 @@ msgctxt ""
"STR_RENAME_TEMPLATE\n"
"string.text"
msgid "Enter New Name: "
-msgstr ""
+msgstr "أدخل اسما جديدا:"
#: doc.src
msgctxt ""
@@ -409,7 +409,7 @@ msgctxt ""
"STR_CATEGORY_NEW\n"
"string.text"
msgid "New Category"
-msgstr ""
+msgstr "فئة جديدة"
#: doc.src
msgctxt ""
@@ -417,7 +417,7 @@ msgctxt ""
"STR_CATEGORY_DELETE\n"
"string.text"
msgid "Delete Category"
-msgstr ""
+msgstr "احذف الفئة"
#: doc.src
msgctxt ""
@@ -425,7 +425,7 @@ msgctxt ""
"STR_CATEGORY_SELECT\n"
"string.text"
msgid "Select Category"
-msgstr ""
+msgstr "اختر فئة"
#: doc.src
msgctxt ""
@@ -433,7 +433,7 @@ msgctxt ""
"STR_CREATE_ERROR\n"
"string.text"
msgid "Cannot create category: $1"
-msgstr ""
+msgstr "تعذر إنشاء الفئة: $1"
#: doc.src
msgctxt ""
@@ -441,7 +441,7 @@ msgctxt ""
"STR_ERROR_SAVEAS\n"
"string.text"
msgid "Cannot save template: $1"
-msgstr ""
+msgstr "تعذر حفظ القالب: $1"
#: doc.src
msgctxt ""
@@ -449,7 +449,7 @@ msgctxt ""
"STR_INPUT_NEW\n"
"string.text"
msgid "Enter category name:"
-msgstr ""
+msgstr "أدخل اسم الفئة:"
#: doc.src
msgctxt ""
diff --git a/source/ar/sfx2/source/sidebar.po b/source/ar/sfx2/source/sidebar.po
index 9ff6a094fdb..e4e33b842cf 100644
--- a/source/ar/sfx2/source/sidebar.po
+++ b/source/ar/sfx2/source/sidebar.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: 2015-09-01 20:20+0200\n"
-"PO-Revision-Date: 2015-05-11 21:28+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2016-06-15 16:32+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1431379710.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466008355.000000\n"
#: Sidebar.src
msgctxt ""
@@ -65,4 +65,4 @@ msgctxt ""
"SFX_STR_SIDEBAR_SETTINGS\n"
"string.text"
msgid "Sidebar Settings"
-msgstr ""
+msgstr "إعدادات الشريط الجانبي"
diff --git a/source/ar/sfx2/source/view.po b/source/ar/sfx2/source/view.po
index b759263c812..2f3a3e5718a 100644
--- a/source/ar/sfx2/source/view.po
+++ b/source/ar/sfx2/source/view.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
-"PO-Revision-Date: 2016-05-31 15:17+0000\n"
+"PO-Revision-Date: 2016-06-15 16:33+0000\n"
"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464707845.000000\n"
+"X-POOTLE-MTIME: 1466008411.000000\n"
#: view.src
msgctxt ""
@@ -192,7 +192,7 @@ msgctxt ""
"STR_TARGET_DOC_NOT_CLASSIFIED\n"
"string.text"
msgid "This document must be classified before the clipboard can be pasted."
-msgstr ""
+msgstr "يجب تصنيف هذا المستند قبل لصق محتوى الحافظة."
#: view.src
msgctxt ""
@@ -200,7 +200,7 @@ msgctxt ""
"STR_DOC_CLASSIFICATION_TOO_LOW\n"
"string.text"
msgid "This document has a lower classification level than the clipboard."
-msgstr ""
+msgstr "‫لهذا المستند تصنيفا أقل مستوى من الحافظة."
#: view.src
msgctxt ""
@@ -208,7 +208,7 @@ msgctxt ""
"STR_CLASSIFIED_INTELLECTUAL_PROPERTY\n"
"string.text"
msgid "Intellectual Property:"
-msgstr ""
+msgstr "الملكية الفكرية:"
#: view.src
msgctxt ""
@@ -217,7 +217,7 @@ msgctxt ""
"STR_CLASSIFIED_EXPORT_CONTROL\n"
"string.text"
msgid "Export Control:"
-msgstr ""
+msgstr "التحكم في التصدير:"
#: view.src
#, fuzzy
diff --git a/source/ar/sfx2/uiconfig/ui.po b/source/ar/sfx2/uiconfig/ui.po
index a70a79d00a3..b9698753f47 100644
--- a/source/ar/sfx2/uiconfig/ui.po
+++ b/source/ar/sfx2/uiconfig/ui.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-25 13:27+0200\n"
-"PO-Revision-Date: 2016-05-19 17:07+0000\n"
-"Last-Translator: Damascene <uahello@gmail.com>\n"
+"PO-Revision-Date: 2016-06-15 16:44+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: none\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1463677665.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466009064.000000\n"
#: alienwarndialog.ui
msgctxt ""
@@ -348,7 +348,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Save preview image with this document"
-msgstr ""
+msgstr "احفظ صورة معاينة مع هذا المستند"
#: documentinfopage.ui
msgctxt ""
@@ -357,7 +357,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Reset Properties"
-msgstr ""
+msgstr "صفّر الخصائص"
#: documentinfopage.ui
msgctxt ""
@@ -1622,64 +1622,58 @@ msgid "Create:"
msgstr "أنشئ:"
#: startcenter.ui
-#, fuzzy
msgctxt ""
"startcenter.ui\n"
"writer_all\n"
"label\n"
"string.text"
msgid "_Writer Document"
-msgstr "_مستند رايتر"
+msgstr "مستند راي_تر"
#: startcenter.ui
-#, fuzzy
msgctxt ""
"startcenter.ui\n"
"calc_all\n"
"label\n"
"string.text"
msgid "_Calc Spreadsheet"
-msgstr "ج_دول كالك مُمتد"
+msgstr "جدول _كالك مُمتد"
#: startcenter.ui
-#, fuzzy
msgctxt ""
"startcenter.ui\n"
"impress_all\n"
"label\n"
"string.text"
msgid "_Impress Presentation"
-msgstr "_عرض إمبريس تقديمي"
+msgstr "عرض إمبري_س تقديمي"
#: startcenter.ui
-#, fuzzy
msgctxt ""
"startcenter.ui\n"
"draw_all\n"
"label\n"
"string.text"
msgid "_Draw Drawing"
-msgstr "ر_سمة درو"
+msgstr "رسمة _درو"
#: startcenter.ui
-#, fuzzy
msgctxt ""
"startcenter.ui\n"
"math_all\n"
"label\n"
"string.text"
msgid "_Math Formula"
-msgstr "_صيغة ماث"
+msgstr "صيغة ما_ث"
#: startcenter.ui
-#, fuzzy
msgctxt ""
"startcenter.ui\n"
"database_all\n"
"label\n"
"string.text"
msgid "_Base Database"
-msgstr "_قاعدة بيانات بيز"
+msgstr "قاعدة بيانات بي_ز"
#: startcenter.ui
msgctxt ""
@@ -1736,7 +1730,6 @@ msgid "None"
msgstr ""
#: templatedlg.ui
-#, fuzzy
msgctxt ""
"templatedlg.ui\n"
"TemplateDialog\n"
@@ -1809,7 +1802,6 @@ msgid "Move Templates"
msgstr ""
#: templatedlg.ui
-#, fuzzy
msgctxt ""
"templatedlg.ui\n"
"export_btn\n"
@@ -1828,7 +1820,6 @@ msgid "Export Templates"
msgstr ""
#: templatedlg.ui
-#, fuzzy
msgctxt ""
"templatedlg.ui\n"
"import_btn\n"
@@ -1856,7 +1847,6 @@ msgid "All Applications"
msgstr ""
#: templatedlg.ui
-#, fuzzy
msgctxt ""
"templatedlg.ui\n"
"applist\n"
@@ -1866,7 +1856,6 @@ msgid "Documents"
msgstr "المستندات"
#: templatedlg.ui
-#, fuzzy
msgctxt ""
"templatedlg.ui\n"
"applist\n"
@@ -1876,7 +1865,6 @@ msgid "Spreadsheets"
msgstr "الجداول الممتدّة"
#: templatedlg.ui
-#, fuzzy
msgctxt ""
"templatedlg.ui\n"
"applist\n"
@@ -1886,7 +1874,6 @@ msgid "Presentations"
msgstr "العروض التقديمية"
#: templatedlg.ui
-#, fuzzy
msgctxt ""
"templatedlg.ui\n"
"applist\n"
@@ -1977,7 +1964,6 @@ msgid "Comments"
msgstr "التعليقات"
#: versionscmis.ui
-#, fuzzy
msgctxt ""
"versionscmis.ui\n"
"label2\n"
@@ -2032,7 +2018,6 @@ msgid "_Always save a new version on closing"
msgstr "ا_حفظ دائمًا إصدارًا جديدًا عند الإغلاق"
#: versionsofdialog.ui
-#, fuzzy
msgctxt ""
"versionsofdialog.ui\n"
"label1\n"
@@ -2069,7 +2054,6 @@ msgid "Comments"
msgstr "التعليقات"
#: versionsofdialog.ui
-#, fuzzy
msgctxt ""
"versionsofdialog.ui\n"
"label2\n"
diff --git a/source/ar/svtools/uiconfig/ui.po b/source/ar/svtools/uiconfig/ui.po
index 310fa65e742..1be6446e2f9 100644
--- a/source/ar/svtools/uiconfig/ui.po
+++ b/source/ar/svtools/uiconfig/ui.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
-"PO-Revision-Date: 2016-04-17 01:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
+"PO-Revision-Date: 2016-06-15 16:49+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: none\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1460856395.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466009374.000000\n"
#: GraphicExportOptionsDialog.ui
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"title\n"
"string.text"
msgid "Image Options"
-msgstr ""
+msgstr "خيارات الصورة"
#: GraphicExportOptionsDialog.ui
msgctxt ""
diff --git a/source/ar/svx/source/dialog.po b/source/ar/svx/source/dialog.po
index 35663e8e5af..fe7c0071984 100644
--- a/source/ar/svx/source/dialog.po
+++ b/source/ar/svx/source/dialog.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-05-19 17:16+0000\n"
-"Last-Translator: Damascene <uahello@gmail.com>\n"
+"PO-Revision-Date: 2016-06-16 15:07+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1463678166.000000\n"
+"X-POOTLE-MTIME: 1466089630.000000\n"
#: bmpmask.src
msgctxt ""
@@ -2788,16 +2788,14 @@ msgid "Not recovered yet"
msgstr "لم تتم الاستعادة بعد"
#: sdstring.src
-#, fuzzy
msgctxt ""
"sdstring.src\n"
"RID_SVXSTR_RECOVERY_INPROGRESS\n"
"string.text"
msgid "%PRODUCTNAME %PRODUCTVERSION will start to recover your documents. Depending on the size of the documents this process can take some time."
-msgstr "%PRODUCTNAME %PRODUCTVERSION سيبدأ في استعادة مستنداتك. بالاعتماد على حجم المستندات هذه العملية يمكن أن تأخذ بعض الوقت."
+msgstr "سيبدأ %PRODUCTNAME %PRODUCTVERSION باستعادة مستنداتك. حسب حجم هذه المستندات، قد تأخذ العملية بعض الوقت."
#: sdstring.src
-#, fuzzy
msgctxt ""
"sdstring.src\n"
"RID_SVXSTR_RECOVERYONLY_FINISH_DESCR\n"
@@ -2806,8 +2804,8 @@ msgid ""
"Recovery of your documents was finished.\n"
"Click 'Finish' to see your documents."
msgstr ""
-"استعادة ملفاتك انتهت.\n"
-"اضغط 'انتهاء' لرؤية ملفاتك."
+"انتهت استعادة مستنداتك.\n"
+"انقر 'أنه' لمطالعتها."
#: sdstring.src
msgctxt ""
@@ -2970,13 +2968,12 @@ msgid "Tick mark bullets"
msgstr "اختر علامة التنقيط"
#: svxbmpnumvalueset.src
-#, fuzzy
msgctxt ""
"svxbmpnumvalueset.src\n"
"RID_SVXSTR_SINGLENUM_DESCRIPTION_0\n"
"string.text"
msgid "Number 1) 2) 3)"
-msgstr "رقم (1) (2) (3)"
+msgstr "رقم 1) 2) 3)"
#: svxbmpnumvalueset.src
msgctxt ""
@@ -4134,14 +4131,13 @@ msgid "Korean (Windows-Johab-1361)"
msgstr "الكورية (Windows-Johab-1361)"
#: txenctab.src
-#, fuzzy
msgctxt ""
"txenctab.src\n"
"RID_SVXSTR_TEXTENCODING_TABLE\n"
"RTL_TEXTENCODING_UCS2\n"
"pairedlist.text"
msgid "Unicode (UTF-16)"
-msgstr "يونيكود (UTF-7)"
+msgstr "يونيكود (UTF-16)"
#: txenctab.src
msgctxt ""
diff --git a/source/ar/svx/source/form.po b/source/ar/svx/source/form.po
index 81470430fdd..316b22e2db7 100644
--- a/source/ar/svx/source/form.po
+++ b/source/ar/svx/source/form.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: 2016-03-09 20:48+0100\n"
-"PO-Revision-Date: 2015-12-11 14:51+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2016-06-16 15:11+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1449845519.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466089863.000000\n"
#: datanavi.src
msgctxt ""
@@ -29,7 +29,6 @@ msgstr ""
"أتريد حقًّا حذف هذا النّموذج؟"
#: datanavi.src
-#, fuzzy
msgctxt ""
"datanavi.src\n"
"RID_STR_QRY_REMOVE_INSTANCE\n"
@@ -38,11 +37,10 @@ msgid ""
"Deleting the instance '$INSTANCENAME' affects all controls currently bound to this instance.\n"
"Do you really want to delete this instance?"
msgstr ""
-"حذف حالة '$INSTANCENAME' يؤثر في جميع المتحكمات الحالية المرتبطة بهذه الحالة.\n"
-"هل ترغب بالفعل في حذف هذه الحالة ؟ "
+"حذف السيرورة '$INSTANCENAME' يؤثر على كل المتحكمات المربوطة بهذه السيرورة.\n"
+"أمتأكد من حذف السيرورة؟"
#: datanavi.src
-#, fuzzy
msgctxt ""
"datanavi.src\n"
"RID_STR_QRY_REMOVE_ELEMENT\n"
@@ -51,8 +49,8 @@ msgid ""
"Deleting the element '$ELEMENTNAME' affects all controls currently bound to this element.\n"
"Do you really want to delete this element?"
msgstr ""
-"حذف العنصر '$ELEMENTNAME' يؤثر في جميع المتحكمات المرتبطة بهذا العنصر.\n"
-"هل ترغب بالفعل في حذف هذا العنصر؟"
+"حذف العنصر '$ELEMENTNAME' يؤثر على كل المتحكمات المربوطة بهذا العنصر.\n"
+"أمتأكد من حذف العنصر؟"
#: datanavi.src
msgctxt ""
@@ -63,7 +61,6 @@ msgid "Do you really want to delete the attribute '$ATTRIBUTENAME'?"
msgstr "هل ترغب بالفعل في حذف هذه الصفة '$ATTRIBUTENAME'؟"
#: datanavi.src
-#, fuzzy
msgctxt ""
"datanavi.src\n"
"RID_STR_QRY_REMOVE_SUBMISSION\n"
@@ -73,12 +70,11 @@ msgid ""
"\n"
"Do you really want to delete this submission?"
msgstr ""
-"حذف التسليم '$SUBMISSIONNAME' يؤثر في جميع المتحكمات المرتبطة بهذا التسليم.\n"
+"حذف التسليم '$SUBMISSIONNAME' يؤثر على كل المتحكمات المربوطة بهذا التسليم.\n"
"\n"
-"هل ترغب بالفعل في حذف هذا التسليم؟"
+"أمتأكد من حذف التسليم؟"
#: datanavi.src
-#, fuzzy
msgctxt ""
"datanavi.src\n"
"RID_STR_QRY_REMOVE_BINDING\n"
@@ -88,9 +84,9 @@ msgid ""
"\n"
"Do you really want to delete this binding?"
msgstr ""
-"حذف الربط '$BINDINGNAME يؤثر في جميع المتحكمات المتربطة بهذا الربط.\n"
+"حذف الرابط '$BINDINGNAME' يؤثر على كل المتحكمات المربوطة بهذا الرابط.\n"
"\n"
-"هل ترغب بالفعل في حذف هذا الربط؟"
+"أمتأكد من حذف الرابط؟"
#: datanavi.src
msgctxt ""
diff --git a/source/ar/svx/uiconfig/ui.po b/source/ar/svx/uiconfig/ui.po
index 27413fe3e4c..84f8e3fb3e0 100644
--- a/source/ar/svx/uiconfig/ui.po
+++ b/source/ar/svx/uiconfig/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: 2016-05-25 17:52+0200\n"
-"PO-Revision-Date: 2016-04-17 01:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
+"PO-Revision-Date: 2016-06-16 16:10+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1460856395.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466093437.000000\n"
#: acceptrejectchangesdialog.ui
msgctxt ""
@@ -1016,14 +1016,13 @@ msgid "Image size:"
msgstr ""
#: compressgraphicdialog.ui
-#, fuzzy
msgctxt ""
"compressgraphicdialog.ui\n"
"label10\n"
"label\n"
"string.text"
msgid "New size:"
-msgstr "حجم العرض:"
+msgstr "الحجم الجديد:"
#: compressgraphicdialog.ui
msgctxt ""
@@ -1560,14 +1559,13 @@ msgid "_Focal length"
msgstr ""
#: docking3deffects.ui
-#, fuzzy
msgctxt ""
"docking3deffects.ui\n"
"label14\n"
"label\n"
"string.text"
msgid "_Distance"
-msgstr "السّيرورة"
+msgstr "الم_سافة"
#: docking3deffects.ui
msgctxt ""
@@ -2102,14 +2100,13 @@ msgid "Replace with..."
msgstr ""
#: dockingcolorreplace.ui
-#, fuzzy
msgctxt ""
"dockingcolorreplace.ui\n"
"cbx5\n"
"label\n"
"string.text"
msgid "Tr_ansparency"
-msgstr "الشفافية"
+msgstr "ال_شفافية"
#: dockingcolorreplace.ui
msgctxt ""
@@ -2238,14 +2235,13 @@ msgid "AutoSize Text"
msgstr ""
#: dockingfontwork.ui
-#, fuzzy
msgctxt ""
"dockingfontwork.ui\n"
"distance\n"
"tooltip_text\n"
"string.text"
msgid "Distance"
-msgstr "السّيرورة"
+msgstr "المسافة"
#: dockingfontwork.ui
msgctxt ""
@@ -2303,24 +2299,22 @@ msgid "Slant"
msgstr ""
#: dockingfontwork.ui
-#, fuzzy
msgctxt ""
"dockingfontwork.ui\n"
"distancex\n"
"tooltip_text\n"
"string.text"
msgid "Distance X"
-msgstr "السّيرورة"
+msgstr "المسافة السينية"
#: dockingfontwork.ui
-#, fuzzy
msgctxt ""
"dockingfontwork.ui\n"
"distancey\n"
"tooltip_text\n"
"string.text"
msgid "Distance Y"
-msgstr "السّيرورة"
+msgstr "المسافة الصادية"
#: dockingfontwork.ui
msgctxt ""
@@ -2466,7 +2460,6 @@ msgid "Document Name"
msgstr ""
#: docrecoveryrecoverdialog.ui
-#, fuzzy
msgctxt ""
"docrecoveryrecoverdialog.ui\n"
"statusft\n"
@@ -2539,24 +2532,22 @@ msgid "Extrusion Depth"
msgstr ""
#: extrustiondepthdialog.ui
-#, fuzzy
msgctxt ""
"extrustiondepthdialog.ui\n"
"label1\n"
"label\n"
"string.text"
msgid "_Value"
-msgstr "القيم"
+msgstr "ال_قيمة"
#: extrustiondepthdialog.ui
-#, fuzzy
msgctxt ""
"extrustiondepthdialog.ui\n"
"label2\n"
"label\n"
"string.text"
msgid "Depth"
-msgstr "ال_عمق"
+msgstr "العمق"
#: findreplacedialog.ui
msgctxt ""
@@ -2568,14 +2559,13 @@ msgid "Find & Replace"
msgstr "بحث واستبدال"
#: findreplacedialog.ui
-#, fuzzy
msgctxt ""
"findreplacedialog.ui\n"
"label4\n"
"label\n"
"string.text"
msgid "_Find:"
-msgstr "_بحث..."
+msgstr "جِ_د:"
#: findreplacedialog.ui
msgctxt ""
@@ -2623,14 +2613,13 @@ msgid "All sheets"
msgstr ""
#: findreplacedialog.ui
-#, fuzzy
msgctxt ""
"findreplacedialog.ui\n"
"label1\n"
"label\n"
"string.text"
msgid "_Search For"
-msgstr "ال_بحث عن"
+msgstr "ا_بحث عن"
#: findreplacedialog.ui
#, fuzzy
@@ -2643,14 +2632,13 @@ msgid "Re_place:"
msgstr "ا_ستبدل ب‍:"
#: findreplacedialog.ui
-#, fuzzy
msgctxt ""
"findreplacedialog.ui\n"
"label2\n"
"label\n"
"string.text"
msgid "Re_place With"
-msgstr "استبد_ال بـ"
+msgstr "استبد_ل ب‍"
#: findreplacedialog.ui
msgctxt ""
@@ -2753,14 +2741,13 @@ msgid "Search for st_yles"
msgstr "الب_حث عن أنماط"
#: findreplacedialog.ui
-#, fuzzy
msgctxt ""
"findreplacedialog.ui\n"
"ignorediacritics\n"
"label\n"
"string.text"
msgid "Ignore diac_ritics CTL"
-msgstr "تجاهل العلامات الصوتية للنص المركّب"
+msgstr "تجاهل الحر_كات للغات المعقدة"
#: findreplacedialog.ui
msgctxt ""
@@ -2772,14 +2759,13 @@ msgid "Ig_nore kashida CTL"
msgstr ""
#: findreplacedialog.ui
-#, fuzzy
msgctxt ""
"findreplacedialog.ui\n"
"matchcharwidth\n"
"label\n"
"string.text"
msgid "Match character _width"
-msgstr "مطابقة عرض الأحرف"
+msgstr "طابق عر_ض المحارف"
#: findreplacedialog.ui
msgctxt ""
diff --git a/source/ar/sw/source/ui/app.po b/source/ar/sw/source/ui/app.po
index 24837ceed06..da9b1cfe1c3 100644
--- a/source/ar/sw/source/ui/app.po
+++ b/source/ar/sw/source/ui/app.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-06-05 16:29+0000\n"
+"PO-Revision-Date: 2016-06-15 17:33+0000\n"
"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1465144176.000000\n"
+"X-POOTLE-MTIME: 1466011985.000000\n"
#: app.src
msgctxt ""
@@ -810,22 +810,20 @@ msgid "Unknown Author"
msgstr "مؤلف غير معروف"
#: app.src
-#, fuzzy
msgctxt ""
"app.src\n"
"STR_DELETE_NOTE_AUTHOR\n"
"string.text"
msgid "Delete ~All Comments by $1"
-msgstr "حذف ~جميع تعليقات $1"
+msgstr "احذف ~كل تعليقات $1"
#: app.src
-#, fuzzy
msgctxt ""
"app.src\n"
"STR_HIDE_NOTE_AUTHOR\n"
"string.text"
msgid "H~ide All Comments by $1"
-msgstr "حذف ~جميع تعليقات $1"
+msgstr "أ~خفِ كل تعليقات $1"
#: app.src
msgctxt ""
@@ -1184,14 +1182,13 @@ msgid "Password-protected files cannot be opened."
msgstr "الملفات المحمية بكلمات السر لا يمكن فتحها."
#: error.src
-#, fuzzy
msgctxt ""
"error.src\n"
"RID_SW_ERRHDL\n"
"ERR_CODE ( ERRCODE_CLASS_READ , ERR_WW6_NO_WW6_FILE_ERR )\n"
"string.text"
msgid "This is not a valid WinWord6 file."
-msgstr "هذا ليس ملف WinWord6."
+msgstr "ليس هذا بملف WinWord6 صالح."
#: error.src
msgctxt ""
@@ -1221,14 +1218,13 @@ msgid "File has been written in a newer version."
msgstr "قد كتب هذا الملف بإصدار أحدث."
#: error.src
-#, fuzzy
msgctxt ""
"error.src\n"
"RID_SW_ERRHDL\n"
"ERR_CODE ( ERRCODE_CLASS_READ , ERR_WW8_NO_WW8_FILE_ERR )\n"
"string.text"
msgid "This is not a valid WinWord97 file."
-msgstr "هذا ليس ملف WinWord97 ."
+msgstr "ليس هذا بملف WinWord97 صالح."
#: error.src
msgctxt ""
@@ -1435,47 +1431,42 @@ msgid "Format error discovered in the file in sub-document $(ARG1) at $(ARG2)(ro
msgstr "تم اكتشاف خطأ تنسيق في الملف الموجود بالمستند الفرعي $(ARG1) عند $(ARG2)(صف،عمود)."
#: mn.src
-#, fuzzy
msgctxt ""
"mn.src\n"
"MN_ANNOTATION_BUTTON\n"
"FN_REPLY\n"
"menuitem.text"
msgid "Reply"
-msgstr "الرد"
+msgstr "ردّ"
#: mn.src
-#, fuzzy
msgctxt ""
"mn.src\n"
"MN_ANNOTATION_BUTTON\n"
"FN_DELETE_COMMENT\n"
"menuitem.text"
msgid "Delete ~Comment"
-msgstr "حذف ~تعليق"
+msgstr "احذف ال~تعليق"
#: mn.src
-#, fuzzy
msgctxt ""
"mn.src\n"
"MN_ANNOTATION_BUTTON\n"
"FN_DELETE_NOTE_AUTHOR\n"
"menuitem.text"
msgid "Delete ~All Comments by $1"
-msgstr "حذف ~جميع تعليقات $1"
+msgstr "احذف ~كل تعليقات $1"
#: mn.src
-#, fuzzy
msgctxt ""
"mn.src\n"
"MN_ANNOTATION_BUTTON\n"
"FN_DELETE_ALL_NOTES\n"
"menuitem.text"
msgid "~Delete All Comments"
-msgstr "~حذف جميع التعليقات"
+msgstr "ا~حذف كل التعليقات"
#: mn.src
-#, fuzzy
msgctxt ""
"mn.src\n"
"MN_ANNOTATION_BUTTON\n"
diff --git a/source/ar/sw/source/ui/config.po b/source/ar/sw/source/ui/config.po
index 534442b12c8..49ac4110d1e 100644
--- a/source/ar/sw/source/ui/config.po
+++ b/source/ar/sw/source/ui/config.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: 2016-03-09 20:49+0100\n"
-"PO-Revision-Date: 2015-12-11 14:53+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2016-06-15 18:16+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1449845637.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466014598.000000\n"
#: optdlg.src
msgctxt ""
@@ -41,7 +41,6 @@ msgid "Western"
msgstr "غربي"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_PRODUCTNAME\n"
@@ -50,7 +49,6 @@ msgid "%PRODUCTNAME %s"
msgstr "%PRODUCTNAME %s"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_CONTENTS\n"
@@ -59,7 +57,6 @@ msgid "Contents"
msgstr "المحتويات"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_PAGE_BACKGROUND\n"
@@ -68,7 +65,6 @@ msgid "Page ba~ckground"
msgstr "خل~فية الصفحة"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_PICTURES\n"
@@ -77,7 +73,6 @@ msgid "P~ictures and other graphic objects"
msgstr "الصور وال~كائنات الرسومية الأخرى"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_HIDDEN\n"
@@ -86,25 +81,22 @@ msgid "Hidden te~xt"
msgstr "نص م~خفي"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_TEXT_PLACEHOLDERS\n"
"string.text"
msgid "~Text placeholders"
-msgstr "العنا~صر النائبة للنص"
+msgstr "ماسكات مكان ال~نص"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_FORM_CONTROLS\n"
"string.text"
msgid "Form control~s"
-msgstr "ع~ناصر تحكم النموذج"
+msgstr "متح~كّمات النماذج"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_COLOR\n"
@@ -113,52 +105,46 @@ msgid "Color"
msgstr "اللون"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_PRINT_BLACK\n"
"string.text"
msgid "Print text in blac~k"
-msgstr "ط~باعة النص باللون الأسود"
+msgstr "اطبع النص بالأ~سود"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_PAGES_TEXT\n"
"string.text"
msgid "Pages"
-msgstr "صفحات"
+msgstr "الصفحات"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_PRINT_BLANK\n"
"string.text"
msgid "Print ~automatically inserted blank pages"
-msgstr "طباعة الص~فحات الفارغة التي تم إدراجها تلقائيًا"
+msgstr "اطبع آ&ليا الصفحات الفارغة المُدرجة"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_ONLY_PAPER\n"
"string.text"
msgid "~Use only paper tray from printer preferences"
-msgstr "است~خدام درج الورق فقط من تفضيلات الطابعة"
+msgstr "اس~تخدام درج الورق فقط من تفضيلات الطابعة"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_PRINT\n"
"string.text"
msgid "Print"
-msgstr "طباعة"
+msgstr "الطباعة"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_NONE\n"
@@ -167,7 +153,6 @@ msgid "None (document only)"
msgstr "بلا (المستند فقط)"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_COMMENTS_ONLY\n"
@@ -176,34 +161,30 @@ msgid "Comments only"
msgstr "التعليقات فقط"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_PLACE_END\n"
"string.text"
msgid "Place at end of document"
-msgstr "مكان في نهاية المستند"
+msgstr "ضعها نهاية المستند"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_PLACE_PAGE\n"
"string.text"
msgid "Place at end of page"
-msgstr "مكان في نهاية الصفحة"
+msgstr "ضعها نهاية الصفحة"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_COMMENTS\n"
"string.text"
msgid "~Comments"
-msgstr "~التعليقات"
+msgstr "ال~تعليقات"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_PAGE_SIDES\n"
@@ -212,16 +193,14 @@ msgid "Page sides"
msgstr "جوانب الصفحة"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_ALL_PAGES\n"
"string.text"
msgid "All pages"
-msgstr "جميع الصفحات"
+msgstr "كل الصفحات"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_BACK_PAGES\n"
@@ -230,7 +209,6 @@ msgid "Back sides / left pages"
msgstr "الجوانب الخلفية / الصفحات اليسرى"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_FONT_PAGES\n"
@@ -239,16 +217,14 @@ msgid "Front sides / right pages"
msgstr "الجوانب الأمامية / الصفحات اليمنى"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_INCLUDE\n"
"string.text"
msgid "Include"
-msgstr "تضمين"
+msgstr "ضمّن"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_BROCHURE\n"
@@ -257,25 +233,22 @@ msgid "Broch~ure"
msgstr "من~شور"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_LEFT_SCRIPT\n"
"string.text"
msgid "Left-to-right script"
-msgstr "نص برمجي من اليسار إلى اليمين"
+msgstr "لغة من اليسار إلى اليمين"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_RIGHT_SCRIPT\n"
"string.text"
msgid "Right-to-left script"
-msgstr "نص برمجي من اليمين إلى اليسار"
+msgstr "لغة من اليمين إلى اليسار"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_RANGE_COPIES\n"
@@ -284,16 +257,14 @@ msgid "Range and copies"
msgstr "النطاق والنسخ"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_ALLPAGES\n"
"string.text"
msgid "~All pages"
-msgstr "جميع ال~صفحات"
+msgstr "~كل الصفحات"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_SOMEPAGES\n"
@@ -302,13 +273,12 @@ msgid "Pa~ges"
msgstr "الص~فحات"
#: optdlg.src
-#, fuzzy
msgctxt ""
"optdlg.src\n"
"STR_PRINTOPTUI_SELECTION\n"
"string.text"
msgid "~Selection"
-msgstr "تح~ديد"
+msgstr "التح~ديد"
#: optdlg.src
msgctxt ""
diff --git a/source/ar/sw/uiconfig/swriter/ui.po b/source/ar/sw/uiconfig/swriter/ui.po
index 68b6cc7f42a..8d6ef89bad5 100644
--- a/source/ar/sw/uiconfig/swriter/ui.po
+++ b/source/ar/sw/uiconfig/swriter/ui.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-07 21:35+0200\n"
-"PO-Revision-Date: 2016-05-21 08:32+0000\n"
-"Last-Translator: Damascene <uahello@gmail.com>\n"
+"PO-Revision-Date: 2016-06-16 16:19+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: none\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1463819574.000000\n"
+"X-POOTLE-MTIME: 1466093957.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -1286,14 +1286,13 @@ msgid "_Apply border and shadow"
msgstr "ت_طبيق الحدود والظل"
#: captionoptions.ui
-#, fuzzy
msgctxt ""
"captionoptions.ui\n"
"label2\n"
"label\n"
"string.text"
msgid "Category and Frame Format"
-msgstr "تنسيق الفئات والأطر"
+msgstr "نسق الفئات والإطارات"
#: captionoptions.ui
msgctxt ""
@@ -1341,17 +1340,15 @@ msgid "AutoText - Section"
msgstr "نص تلقائي - مقطع"
#: cardformatpage.ui
-#, fuzzy
msgctxt ""
"cardformatpage.ui\n"
"label1\n"
"label\n"
"string.text"
msgid "Content"
-msgstr "المحتويات"
+msgstr "المحتوى"
#: cardmediumpage.ui
-#, fuzzy
msgctxt ""
"cardmediumpage.ui\n"
"address\n"
@@ -1370,34 +1367,31 @@ msgid "Label text:"
msgstr "نص اللصاقة:"
#: cardmediumpage.ui
-#, fuzzy
msgctxt ""
"cardmediumpage.ui\n"
"label4\n"
"label\n"
"string.text"
msgid "Database:"
-msgstr "قاعدة بيانات"
+msgstr "قاعدة البيانات:"
#: cardmediumpage.ui
-#, fuzzy
msgctxt ""
"cardmediumpage.ui\n"
"label7\n"
"label\n"
"string.text"
msgid "Table:"
-msgstr "الجدول"
+msgstr "الجدول:"
#: cardmediumpage.ui
-#, fuzzy
msgctxt ""
"cardmediumpage.ui\n"
"label8\n"
"label\n"
"string.text"
msgid "Database field:"
-msgstr "حقل قاعدة البيانات"
+msgstr "حقل قاعدة البيانات:"
#: cardmediumpage.ui
msgctxt ""
@@ -1445,14 +1439,13 @@ msgid "Brand:"
msgstr "العلامة التجارية:"
#: cardmediumpage.ui
-#, fuzzy
msgctxt ""
"cardmediumpage.ui\n"
"label3\n"
"label\n"
"string.text"
msgid "_Type:"
-msgstr "النوع:"
+msgstr "ال_نوع:"
#: cardmediumpage.ui
msgctxt ""
@@ -2644,14 +2637,13 @@ msgid "_Add..."
msgstr "أ_ضِف..."
#: customizeaddrlistdialog.ui
-#, fuzzy
msgctxt ""
"customizeaddrlistdialog.ui\n"
"rename\n"
"label\n"
"string.text"
msgid "_Rename..."
-msgstr "إعادة تسمية..."
+msgstr "أ_عد التسمية..."
#: customizeaddrlistdialog.ui
msgctxt ""
@@ -4826,14 +4818,13 @@ msgid "_Restart numbering"
msgstr ""
#: footnotesendnotestabpage.ui
-#, fuzzy
msgctxt ""
"footnotesendnotestabpage.ui\n"
"ftnoffset_label\n"
"label\n"
"string.text"
msgid "_Start at:"
-msgstr "بداية من"
+msgstr "ا_بدأ عند:"
#: footnotesendnotestabpage.ui
msgctxt ""
@@ -4845,7 +4836,6 @@ msgid "Custom _format"
msgstr ""
#: footnotesendnotestabpage.ui
-#, fuzzy
msgctxt ""
"footnotesendnotestabpage.ui\n"
"ftnsuffix_label\n"
@@ -4855,14 +4845,13 @@ msgid "Aft_er:"
msgstr "ب_عد:"
#: footnotesendnotestabpage.ui
-#, fuzzy
msgctxt ""
"footnotesendnotestabpage.ui\n"
"ftnprefix_label\n"
"label\n"
"string.text"
msgid "Be_fore:"
-msgstr "_قبل"
+msgstr "_قبل:"
#: footnotesendnotestabpage.ui
msgctxt ""
@@ -8716,24 +8705,22 @@ msgid "Start fro_m a recently saved starting document"
msgstr ""
#: mmselectpage.ui
-#, fuzzy
msgctxt ""
"mmselectpage.ui\n"
"browsedoc\n"
"label\n"
"string.text"
msgid "B_rowse..."
-msgstr "استعراض..."
+msgstr "ت_صفح..."
#: mmselectpage.ui
-#, fuzzy
msgctxt ""
"mmselectpage.ui\n"
"browsetemplate\n"
"label\n"
"string.text"
msgid "B_rowse..."
-msgstr "استعراض..."
+msgstr "ت_صفح..."
#: mmselectpage.ui
msgctxt ""
@@ -8863,14 +8850,13 @@ msgid "File"
msgstr ""
#: notebookbar.ui
-#, fuzzy
msgctxt ""
"notebookbar.ui\n"
"numberbullet\n"
"tooltip_text\n"
"string.text"
msgid "Bullets and Numbering"
-msgstr "تعداد نقطي و رقمي"
+msgstr "التنقيط والترقيم"
#: notebookbar.ui
#, fuzzy
diff --git a/source/ar/sysui/desktop/share.po b/source/ar/sysui/desktop/share.po
index 0e828df4530..b334dfbed9c 100644
--- a/source/ar/sysui/desktop/share.po
+++ b/source/ar/sysui/desktop/share.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-07 21:35+0200\n"
-"PO-Revision-Date: 2015-07-09 15:29+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
+"PO-Revision-Date: 2016-06-17 07:19+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1436455783.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466147942.000000\n"
#: documents.ulf
msgctxt ""
@@ -54,16 +54,15 @@ msgctxt ""
"presentation\n"
"LngText.text"
msgid "OpenOffice.org 1.0 Presentation"
-msgstr ""
+msgstr "عرض أوبن‌أوفيس.أورغ 1.0 تقديمي"
#: documents.ulf
-#, fuzzy
msgctxt ""
"documents.ulf\n"
"presentation-template\n"
"LngText.text"
msgid "OpenOffice.org 1.0 Presentation Template"
-msgstr "قالب جدول OpenDocument مُمتد"
+msgstr "قالب عرض أوبن‌أوفيس.أورغ 1.0 تقديمي"
#: documents.ulf
msgctxt ""
@@ -71,16 +70,15 @@ msgctxt ""
"drawing\n"
"LngText.text"
msgid "OpenOffice.org 1.0 Drawing"
-msgstr ""
+msgstr "رسمة أوبن‌أوفيس.أورغ 1.0"
#: documents.ulf
-#, fuzzy
msgctxt ""
"documents.ulf\n"
"drawing-template\n"
"LngText.text"
msgid "OpenOffice.org 1.0 Drawing Template"
-msgstr "قالب جدول OpenDocument مُمتد"
+msgstr "قالب رسمة أوبن‌أوفيس.أورغ 1.0"
#: documents.ulf
msgctxt ""
@@ -131,13 +129,12 @@ msgid "OpenDocument Master Document"
msgstr "مستند OpenDocument رئيسي"
#: documents.ulf
-#, fuzzy
msgctxt ""
"documents.ulf\n"
"oasis-master-document-template\n"
"LngText.text"
msgid "OpenDocument Master Document Template"
-msgstr "مستند OpenDocument رئيسي"
+msgstr "قالب مستند أوبن‌دكيومنت رئيس"
#: documents.ulf
msgctxt ""
@@ -209,7 +206,7 @@ msgctxt ""
"oasis-spreadsheet-flat-xml\n"
"LngText.text"
msgid "OpenDocument Spreadsheet (Flat XML)"
-msgstr ""
+msgstr "جدول أوبن‌دكيومنت ممتد (XML سطحي)"
#: documents.ulf
msgctxt ""
@@ -380,13 +377,12 @@ msgid "Microsoft Excel Worksheet"
msgstr "ورقة عمل مايكروسوفت إكسل"
#: launcher_comment.ulf
-#, fuzzy
msgctxt ""
"launcher_comment.ulf\n"
"writer\n"
"LngText.text"
msgid "Create and edit text and images in letters, reports, documents and Web pages by using Writer."
-msgstr "إنشاء النصوص والرسومات في الخطابات، والتقارير، والمستندات وصفحات ويب وتحريرها باستخدام رايتر."
+msgstr "أنشئ النصوص والصور وحررها في الرسائل، والتقارير، والمستندات وصفحات الوِب باستخدام رايتر."
#: launcher_comment.ulf
msgctxt ""
diff --git a/source/ar/uui/uiconfig/ui.po b/source/ar/uui/uiconfig/ui.po
index 17dc52c990e..1a49dd041a1 100644
--- a/source/ar/uui/uiconfig/ui.po
+++ b/source/ar/uui/uiconfig/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: 2016-05-23 21:37+0200\n"
-"PO-Revision-Date: 2016-04-17 01:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
+"PO-Revision-Date: 2016-06-15 16:12+0000\n"
+"Last-Translator: صفا الفليج <safaalfulaij@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ar\n"
"MIME-Version: 1.0\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1460856395.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466007152.000000\n"
#: authfallback.ui
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"title\n"
"string.text"
msgid "Authentication Code"
-msgstr ""
+msgstr "رمز الاستيثاق"
#: authfallback.ui
msgctxt ""
@@ -129,7 +129,6 @@ msgstr ""
"\"%2\" على %1"
#: logindialog.ui
-#, fuzzy
msgctxt ""
"logindialog.ui\n"
"wrongloginrealm\n"
@@ -139,11 +138,10 @@ msgid ""
"Wrong user name and password for:\n"
"“%2” on %1"
msgstr ""
-"أدخل اسم مستخدم وكلمة مرور: \n"
+"اسم المستخدم وكلمة المرور خاطئتان ل‍:\n"
"\"%2\" على %1"
#: logindialog.ui
-#, fuzzy
msgctxt ""
"logindialog.ui\n"
"wrongrequestinfo\n"
@@ -153,7 +151,7 @@ msgid ""
"Wrong user name and password for:\n"
"%1"
msgstr ""
-"أدخل اسم مستخدم وكلمة سر: \n"
+"اسم المستخدم وكلمة المرور خاطئتان ل‍:\n"
"%1"
#: logindialog.ui
@@ -248,7 +246,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Always trust macros from this source"
-msgstr ""
+msgstr "_ثق دائما بالماكروهات من هذا المصدر"
#: masterpassworddlg.ui
msgctxt ""
@@ -329,7 +327,7 @@ msgctxt ""
"title\n"
"string.text"
msgid "File Exists"
-msgstr ""
+msgstr "الملف موجود"
#: simplenameclash.ui
msgctxt ""
@@ -338,7 +336,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Replace"
-msgstr ""
+msgstr "استبدله"
#: simplenameclash.ui
msgctxt ""
@@ -347,7 +345,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Rename"
-msgstr ""
+msgstr "أعد تسميته"
#: sslwarndialog.ui
msgctxt ""
@@ -413,11 +411,10 @@ msgid "Do not accept this certificate and do not connect to this Web site"
msgstr "لا تقبل هذه الشهادة ولا تقم بالاتصال بهذا الموقع"
#: unknownauthdialog.ui
-#, fuzzy
msgctxt ""
"unknownauthdialog.ui\n"
"examine\n"
"label\n"
"string.text"
msgid "Examine Certificate…"
-msgstr "تفحص الشهادة..."
+msgstr "افحص الشهادة…"
diff --git a/source/br/filter/uiconfig/ui.po b/source/br/filter/uiconfig/ui.po
index 653d2ab49c0..1d091b040d6 100644
--- a/source/br/filter/uiconfig/ui.po
+++ b/source/br/filter/uiconfig/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
-"PO-Revision-Date: 2016-05-22 10:59+0000\n"
+"PO-Revision-Date: 2016-06-09 21:16+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1463914785.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1465507014.000000\n"
#: impswfdialog.ui
msgctxt ""
@@ -414,7 +414,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Expo_rt placeholders"
-msgstr ""
+msgstr "Ezpo_rzhiañ erlec'hiadoù"
#: pdfgeneralpage.ui
msgctxt ""
diff --git a/source/br/formula/source/core/resource.po b/source/br/formula/source/core/resource.po
index e78de50929e..ec3d11e63ac 100644
--- a/source/br/formula/source/core/resource.po
+++ b/source/br/formula/source/core/resource.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2016-05-25 18:58+0200\n"
+"POT-Creation-Date: 2016-06-21 18:49+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"
@@ -2198,7 +2198,7 @@ msgctxt ""
"SC_OPCODE_CONCAT_MS\n"
"string.text"
msgid "CONCAT"
-msgstr ""
+msgstr "ARREVELL"
#: core_resource.src
msgctxt ""
@@ -2207,7 +2207,7 @@ msgctxt ""
"SC_OPCODE_TEXTJOIN_MS\n"
"string.text"
msgid "TEXTJOIN"
-msgstr ""
+msgstr "JUNTTESTENN"
#: core_resource.src
msgctxt ""
diff --git a/source/br/fpicker/uiconfig/ui.po b/source/br/fpicker/uiconfig/ui.po
index bf13672d119..f5fd6b1d2d6 100644
--- a/source/br/fpicker/uiconfig/ui.po
+++ b/source/br/fpicker/uiconfig/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-07 21:35+0200\n"
-"PO-Revision-Date: 2016-05-01 19:48+0000\n"
+"PO-Revision-Date: 2016-06-09 21:21+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1462132135.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1465507267.000000\n"
#: explorerfiledialog.ui
msgctxt ""
@@ -176,7 +176,7 @@ msgctxt ""
"tooltip_markup\n"
"string.text"
msgid "List view"
-msgstr ""
+msgstr "Gwel dre roll"
#: remotefilesdialog.ui
msgctxt ""
@@ -185,7 +185,7 @@ msgctxt ""
"tooltip_text\n"
"string.text"
msgid "List view"
-msgstr ""
+msgstr "Gwel dre roll"
#: remotefilesdialog.ui
msgctxt ""
@@ -194,7 +194,7 @@ msgctxt ""
"tooltip_markup\n"
"string.text"
msgid "Icon view"
-msgstr ""
+msgstr "Gwel dre arlunioù"
#: remotefilesdialog.ui
msgctxt ""
@@ -203,7 +203,7 @@ msgctxt ""
"tooltip_text\n"
"string.text"
msgid "Icon view"
-msgstr ""
+msgstr "Gwel dre arlunioù"
#: remotefilesdialog.ui
msgctxt ""
diff --git a/source/br/framework/source/classes.po b/source/br/framework/source/classes.po
index 18b2454fc60..a638b139868 100644
--- a/source/br/framework/source/classes.po
+++ b/source/br/framework/source/classes.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-07 21:35+0200\n"
-"PO-Revision-Date: 2015-12-11 14:26+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
+"PO-Revision-Date: 2016-06-09 21:21+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"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1449844011.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1465507277.000000\n"
#: resource.src
msgctxt ""
@@ -143,7 +143,6 @@ msgid "Clears the list with the most recently opened files. This action can not
msgstr "Skarzhañ ar roll gant ar restroù bet digoret n'eus ket pell. N'hall ket bezañ disc'hraet."
#: resource.src
-#, fuzzy
msgctxt ""
"resource.src\n"
"STR_OPEN_REMOTE\n"
diff --git a/source/br/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/br/instsetoo_native/inc_openoffice/windows/msi_languages.po
index 14c2f2a7549..7402cd63f60 100644
--- a/source/br/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/br/instsetoo_native/inc_openoffice/windows/msi_languages.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: 2016-03-09 20:48+0100\n"
-"PO-Revision-Date: 2015-12-11 14:26+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2016-06-09 21:21+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"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1449844012.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1465507310.000000\n"
#: ActionTe.ulf
msgctxt ""
@@ -598,7 +598,7 @@ msgctxt ""
"OOO_ACTIONTEXT_73\n"
"LngText.text"
msgid "Removing files from previous installation"
-msgstr ""
+msgstr "Dilamadur ar restroù o tont eus ar staliadur kent"
#: ActionTe.ulf
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 b554a4693a1..03db0d42ab7 100644
--- a/source/br/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/br/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
-"PO-Revision-Date: 2016-05-29 14:15+0000\n"
+"PO-Revision-Date: 2016-06-19 16:06+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-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464531301.000000\n"
+"X-POOTLE-MTIME: 1466352362.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -7682,7 +7682,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Slide Master D~esign..."
-msgstr ""
+msgstr "Ergrafañ ma~skl an dreyonenn..."
#: DrawImpressCommands.xcu
msgctxt ""
@@ -9806,7 +9806,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Box (drawing)"
-msgstr ""
+msgstr "Maez testenn (tresañ)"
#: DrawWindowState.xcu
msgctxt ""
@@ -18115,7 +18115,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Repea~t"
-msgstr ""
+msgstr "A~rren"
#: GenericCommands.xcu
msgctxt ""
@@ -18415,14 +18415,13 @@ msgid "Fit to Frame"
msgstr "Lakaat da genglotañ gant ar stern"
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ImageMapDialog\n"
"Label\n"
"value.text"
msgid "Image~Map"
-msgstr "Skeudenn Map"
+msgstr "Skeudenn mod ~Map"
#: GenericCommands.xcu
msgctxt ""
@@ -21116,14 +21115,13 @@ msgid "A~rrange"
msgstr "Ke~mpenn"
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Popups..uno:FlipMenu\n"
"Label\n"
"value.text"
msgid "F~lip"
-msgstr "Distreiñ"
+msgstr "Gwin~tañ"
#: GenericCommands.xcu
msgctxt ""
@@ -21384,7 +21382,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Apply Document Classification"
-msgstr ""
+msgstr "Arloañ rummata an teul"
#: ImpressWindowState.xcu
msgctxt ""
@@ -21420,7 +21418,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Connector/Freeform Line"
-msgstr ""
+msgstr "Kennaskell/Linenn gant an dorn"
#: ImpressWindowState.xcu
msgctxt ""
@@ -21564,7 +21562,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Slide Sorter/Pane"
-msgstr ""
+msgstr "Rummerez treyonennoù/Stalaf"
#: ImpressWindowState.xcu
msgctxt ""
@@ -21573,7 +21571,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Slide Sorter/Pane (no selection)"
-msgstr ""
+msgstr "Rummerez treyonennoù/Stalaf (diuz ebet)"
#: ImpressWindowState.xcu
msgctxt ""
@@ -21582,7 +21580,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Slide Master Sorter/Pane"
-msgstr ""
+msgstr "Rummerez maskloù treyonennoù/Stalaf "
#: ImpressWindowState.xcu
msgctxt ""
@@ -21591,7 +21589,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Slide Master Sorter/Pane (no selection)"
-msgstr ""
+msgstr "Rummerez maskloù treyonennoù/Stalaf (diuz ebet)"
#: ImpressWindowState.xcu
msgctxt ""
@@ -21618,7 +21616,7 @@ msgctxt ""
"UIName\n"
"value.text"
msgid "Text Box (drawing)"
-msgstr ""
+msgstr "Maez testenn (tresañ)"
#: ImpressWindowState.xcu
msgctxt ""
@@ -23499,7 +23497,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Add Text Box"
-msgstr ""
+msgstr "Ouzhpennañ ur maez testenn"
#: WriterCommands.xcu
msgctxt ""
@@ -23508,7 +23506,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Remove Text Box"
-msgstr ""
+msgstr "Dilemel ar maez testenn"
#: WriterCommands.xcu
msgctxt ""
@@ -24033,14 +24031,13 @@ msgid "~More Fields..."
msgstr "~Muioc'h a vaeziennoù..."
#: WriterCommands.xcu
-#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:ChangeDatabaseField\n"
"Label\n"
"value.text"
msgid "Exchange Data~base..."
-msgstr "K~emmañ stlennvon..."
+msgstr "K~emmañ ar stlennvon..."
#: WriterCommands.xcu
msgctxt ""
@@ -24274,7 +24271,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "First Mail Merge Entry"
-msgstr ""
+msgstr "Enankad kentañ al lizhiri dre doueziañ"
#: WriterCommands.xcu
msgctxt ""
@@ -24283,7 +24280,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Previous Mail Merge Entry"
-msgstr ""
+msgstr "Enankad kent al lizhiri dre doueziañ"
#: WriterCommands.xcu
msgctxt ""
@@ -24292,7 +24289,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Current Mail Merge Entry"
-msgstr ""
+msgstr "Enankad bremanel al lizhiri dre doueziañ"
#: WriterCommands.xcu
msgctxt ""
@@ -24301,7 +24298,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Next Mail Merge Entry"
-msgstr ""
+msgstr "Enankad da heul al lizhiri dre doueziañ"
#: WriterCommands.xcu
msgctxt ""
@@ -24310,7 +24307,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Last Mail Merge Entry"
-msgstr ""
+msgstr "Enankad diwezhañ al lizhiri dre doueziañ"
#: WriterCommands.xcu
msgctxt ""
@@ -24319,7 +24316,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Exclude Mail Merge Entry"
-msgstr ""
+msgstr "Ezlakaat un enankad eus al lizhiri dre doueziañ"
#: WriterCommands.xcu
msgctxt ""
@@ -24355,7 +24352,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Send E-Mail Messages"
-msgstr ""
+msgstr "Kas ar posteloù"
#: WriterCommands.xcu
msgctxt ""
@@ -24430,7 +24427,6 @@ msgid "Insert Object"
msgstr "Enlakaat un ergorenn"
#: WriterCommands.xcu
-#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
"..WriterCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
@@ -27635,14 +27631,13 @@ msgid "Shape"
msgstr "Lun"
#: WriterFormWindowState.xcu
-#, fuzzy
msgctxt ""
"WriterFormWindowState.xcu\n"
"..WriterFormWindowState.UIElements.States.private:resource/popupmenu/drawtext\n"
"UIName\n"
"value.text"
msgid "Shape Text"
-msgstr "Skeul an destenn"
+msgstr "Testenn dre lun"
#: WriterFormWindowState.xcu
msgctxt ""
@@ -28086,14 +28081,13 @@ msgid "Shape"
msgstr "Lun"
#: WriterGlobalWindowState.xcu
-#, fuzzy
msgctxt ""
"WriterGlobalWindowState.xcu\n"
"..WriterGlobalWindowState.UIElements.States.private:resource/popupmenu/drawtext\n"
"UIName\n"
"value.text"
msgid "Shape Text"
-msgstr "Skeul an destenn"
+msgstr "Testenn dre lun"
#: WriterGlobalWindowState.xcu
msgctxt ""
@@ -28537,14 +28531,13 @@ msgid "Shape"
msgstr "Lun"
#: WriterReportWindowState.xcu
-#, fuzzy
msgctxt ""
"WriterReportWindowState.xcu\n"
"..WriterReportWindowState.UIElements.States.private:resource/popupmenu/drawtext\n"
"UIName\n"
"value.text"
msgid "Shape Text"
-msgstr "Skeul an destenn"
+msgstr "Testenn dre lun"
#: WriterReportWindowState.xcu
msgctxt ""
@@ -28565,14 +28558,13 @@ msgid "Text Box Formatting"
msgstr "Mentrezhañ ar maez testenn"
#: WriterReportWindowState.xcu
-#, fuzzy
msgctxt ""
"WriterReportWindowState.xcu\n"
"..WriterReportWindowState.UIElements.States.private:resource/popupmenu/frame\n"
"UIName\n"
"value.text"
msgid "Text Frame"
-msgstr "Stern war-lerc'h"
+msgstr "Stern testenn"
#: WriterReportWindowState.xcu
msgctxt ""
@@ -29376,14 +29368,13 @@ msgid "Shape"
msgstr "Lun"
#: WriterWindowState.xcu
-#, fuzzy
msgctxt ""
"WriterWindowState.xcu\n"
"..WriterWindowState.UIElements.States.private:resource/popupmenu/drawtext\n"
"UIName\n"
"value.text"
msgid "Shape Text"
-msgstr "Skeul an destenn"
+msgstr "Testenn dre lun"
#: WriterWindowState.xcu
msgctxt ""
@@ -29881,14 +29872,13 @@ msgid "Shape"
msgstr "Lun"
#: XFormsWindowState.xcu
-#, fuzzy
msgctxt ""
"XFormsWindowState.xcu\n"
"..XFormsWindowState.UIElements.States.private:resource/popupmenu/drawtext\n"
"UIName\n"
"value.text"
msgid "Shape Text"
-msgstr "Skeul an destenn"
+msgstr "Testenn dre lun"
#: XFormsWindowState.xcu
msgctxt ""
@@ -29909,14 +29899,13 @@ msgid "Text Box Formatting"
msgstr "Mentrezhañ ar maez testenn"
#: XFormsWindowState.xcu
-#, fuzzy
msgctxt ""
"XFormsWindowState.xcu\n"
"..XFormsWindowState.UIElements.States.private:resource/popupmenu/frame\n"
"UIName\n"
"value.text"
msgid "Text Frame"
-msgstr "Stern war-lerc'h"
+msgstr "Stern testenn"
#: XFormsWindowState.xcu
msgctxt ""
diff --git a/source/br/sc/source/ui/src.po b/source/br/sc/source/ui/src.po
index a8a1e13dc89..9d8f45236fe 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: 2016-05-25 13:27+0200\n"
-"PO-Revision-Date: 2016-06-05 16:30+0000\n"
+"PO-Revision-Date: 2016-06-14 20:32+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-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1465144207.000000\n"
+"X-POOTLE-MTIME: 1465936351.000000\n"
#: condformatdlg.src
msgctxt ""
@@ -20973,7 +20973,7 @@ msgctxt ""
"9\n"
"string.text"
msgid "Aggregation (default 1 = AVERAGE); method to be used to aggregate identical (time) values."
-msgstr ""
+msgstr "Kevelstrollañ (gwerzh dre ziouer = 1 KEITAD) : hentenn da ober ganti evit kevelstrollañ ar gwerzhioù (amzer) heñvel."
#: scfuncs.src
msgctxt ""
@@ -20982,7 +20982,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns statistical value(s) using additive Exponential Smoothing algorithm."
-msgstr ""
+msgstr "Reiñ a ra gwerzhioù stadegel en ur ober gant un treol lenkraat argemmvarc'hel sammadel."
#: scfuncs.src
msgctxt ""
@@ -21000,7 +21000,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The data array from which you want to forecast."
-msgstr ""
+msgstr "Oged ar roadennoù ma fell deoc'h sevel un diawel diwarni."
#: scfuncs.src
msgctxt ""
@@ -21036,7 +21036,7 @@ msgctxt ""
"7\n"
"string.text"
msgid "Value (1-9) or array of values, indicating which statistic will be returned for the calculated forecast"
-msgstr ""
+msgstr "Gwerzh (1-9) pe oged ar gwerzhioù o venegiñ peseurt stadegenn a vo kaset evit an diawel jedet."
#: scfuncs.src
msgctxt ""
diff --git a/source/br/sfx2/source/view.po b/source/br/sfx2/source/view.po
index 29bdc56e37c..afe1fe9be13 100644
--- a/source/br/sfx2/source/view.po
+++ b/source/br/sfx2/source/view.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
-"PO-Revision-Date: 2016-06-05 16:12+0000\n"
+"PO-Revision-Date: 2016-06-19 16:10+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-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1465143146.000000\n"
+"X-POOTLE-MTIME: 1466352617.000000\n"
#: view.src
msgctxt ""
@@ -192,7 +192,7 @@ msgctxt ""
"STR_TARGET_DOC_NOT_CLASSIFIED\n"
"string.text"
msgid "This document must be classified before the clipboard can be pasted."
-msgstr ""
+msgstr "An teul-mñ a rank bezañ rummataet kent ma vo peget ar golverad."
#: view.src
msgctxt ""
@@ -200,7 +200,7 @@ msgctxt ""
"STR_DOC_CLASSIFICATION_TOO_LOW\n"
"string.text"
msgid "This document has a lower classification level than the clipboard."
-msgstr ""
+msgstr "Ul live rummata izeloc'h eget hini ar golver ez eus gant an teul-mañ."
#: view.src
msgctxt ""
@@ -208,7 +208,7 @@ msgctxt ""
"STR_CLASSIFIED_INTELLECTUAL_PROPERTY\n"
"string.text"
msgid "Intellectual Property:"
-msgstr ""
+msgstr "Perc'hentiezh kefredel :"
#: view.src
msgctxt ""
@@ -230,7 +230,6 @@ msgid "Check Out"
msgstr "Eztennañ"
#: view.src
-#, fuzzy
msgctxt ""
"view.src\n"
"STR_CLASSIFIED_NATIONAL_SECURITY\n"
diff --git a/source/br/sfx2/uiconfig/ui.po b/source/br/sfx2/uiconfig/ui.po
index f502bde3bef..a5927bd151b 100644
--- a/source/br/sfx2/uiconfig/ui.po
+++ b/source/br/sfx2/uiconfig/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-25 13:27+0200\n"
-"PO-Revision-Date: 2016-05-01 19:50+0000\n"
+"PO-Revision-Date: 2016-06-19 16:16+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
"Language: br\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1462132219.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466352972.000000\n"
#: alienwarndialog.ui
msgctxt ""
@@ -1022,7 +1022,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "File"
-msgstr ""
+msgstr "Restr"
#: notebookbar.ui
msgctxt ""
@@ -1031,7 +1031,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Home"
-msgstr ""
+msgstr "Kêr"
#: optprintpage.ui
msgctxt ""
@@ -1400,7 +1400,7 @@ msgctxt ""
"title\n"
"string.text"
msgid "Save As Template"
-msgstr ""
+msgstr "Enrollañ evel ur patrom"
#: saveastemplatedlg.ui
msgctxt ""
@@ -1409,7 +1409,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Enter Template Name"
-msgstr ""
+msgstr "Enankañ anv ar patrom"
#: saveastemplatedlg.ui
msgctxt ""
@@ -1418,7 +1418,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Select Template Category"
-msgstr ""
+msgstr "Diuzañ ur rummad patromoù"
#: saveastemplatedlg.ui
msgctxt ""
@@ -1427,7 +1427,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "None"
-msgstr ""
+msgstr "Hini ebet"
#: searchdialog.ui
msgctxt ""
@@ -1706,7 +1706,7 @@ msgctxt ""
"title\n"
"string.text"
msgid "Select Category"
-msgstr ""
+msgstr "Diuzañ ur rummad"
#: templatecategorydlg.ui
msgctxt ""
@@ -1715,7 +1715,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Select from Existing Category"
-msgstr ""
+msgstr "Diuzañ e-touez ar rummadoù ez eus anezho"
#: templatecategorydlg.ui
msgctxt ""
@@ -1724,7 +1724,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "or Create a New Category"
-msgstr ""
+msgstr "pe krouiñ ur rummad nevez"
#: templatecategorydlg.ui
msgctxt ""
@@ -1733,10 +1733,9 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "None"
-msgstr ""
+msgstr "Hini ebet"
#: templatedlg.ui
-#, fuzzy
msgctxt ""
"templatedlg.ui\n"
"TemplateDialog\n"
@@ -1752,7 +1751,7 @@ msgctxt ""
"placeholder_text\n"
"string.text"
msgid "Search..."
-msgstr ""
+msgstr "Klask..."
#: templatedlg.ui
msgctxt ""
@@ -1761,7 +1760,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Filter"
-msgstr ""
+msgstr "Silañ"
#: templatedlg.ui
msgctxt ""
@@ -1788,7 +1787,7 @@ msgctxt ""
"tooltip_text\n"
"string.text"
msgid "Browse Templates Online"
-msgstr ""
+msgstr "Furchal e-touez ar patromoù enlinenn"
#: templatedlg.ui
msgctxt ""
@@ -1797,7 +1796,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Move"
-msgstr ""
+msgstr "Dilec'hiañ"
#: templatedlg.ui
msgctxt ""
@@ -1806,10 +1805,9 @@ msgctxt ""
"tooltip_text\n"
"string.text"
msgid "Move Templates"
-msgstr ""
+msgstr "Dilec'hiañ patromoù"
#: templatedlg.ui
-#, fuzzy
msgctxt ""
"templatedlg.ui\n"
"export_btn\n"
@@ -1819,17 +1817,15 @@ msgid "Export"
msgstr "Ezporzhiañ"
#: templatedlg.ui
-#, fuzzy
msgctxt ""
"templatedlg.ui\n"
"export_btn\n"
"tooltip_text\n"
"string.text"
msgid "Export Templates"
-msgstr "Embann ar patromoù"
+msgstr "Ezporzhiañ patromoù"
#: templatedlg.ui
-#, fuzzy
msgctxt ""
"templatedlg.ui\n"
"import_btn\n"
@@ -1839,14 +1835,13 @@ msgid "Import"
msgstr "Enporzhiañ"
#: templatedlg.ui
-#, fuzzy
msgctxt ""
"templatedlg.ui\n"
"import_btn\n"
"tooltip_text\n"
"string.text"
msgid "Import Templates"
-msgstr "Patromoù Impress"
+msgstr "Enporzhiañ patromoù"
#: templatedlg.ui
msgctxt ""
@@ -1855,10 +1850,9 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "All Applications"
-msgstr ""
+msgstr "An holl arloadoù"
#: templatedlg.ui
-#, fuzzy
msgctxt ""
"templatedlg.ui\n"
"applist\n"
@@ -1868,7 +1862,6 @@ msgid "Documents"
msgstr "Teulioù"
#: templatedlg.ui
-#, fuzzy
msgctxt ""
"templatedlg.ui\n"
"applist\n"
@@ -1878,7 +1871,6 @@ msgid "Spreadsheets"
msgstr "Renkelloù"
#: templatedlg.ui
-#, fuzzy
msgctxt ""
"templatedlg.ui\n"
"applist\n"
@@ -1888,7 +1880,6 @@ msgid "Presentations"
msgstr "Kinnigadennoù"
#: templatedlg.ui
-#, fuzzy
msgctxt ""
"templatedlg.ui\n"
"applist\n"
@@ -1904,7 +1895,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "All Categories"
-msgstr ""
+msgstr "An holl rummadoù"
#: versioncommentdialog.ui
msgctxt ""
diff --git a/source/br/svtools/source/misc.po b/source/br/svtools/source/misc.po
index 11b4237be08..e1514f91273 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: 2016-05-07 21:35+0200\n"
-"PO-Revision-Date: 2016-03-10 19:10+0000\n"
+"PO-Revision-Date: 2016-06-19 16:21+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1457637055.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466353297.000000\n"
#: imagemgr.src
msgctxt ""
@@ -3849,7 +3849,7 @@ msgctxt ""
"LANGUAGE_USER_APATANI\n"
"pairedlist.text"
msgid "Apatani"
-msgstr ""
+msgstr "Apatanieg"
#: langtab.src
msgctxt ""
@@ -3858,7 +3858,7 @@ msgctxt ""
"LANGUAGE_USER_ENGLISH_MAURITIUS\n"
"pairedlist.text"
msgid "English (Mauritius)"
-msgstr ""
+msgstr "Saozneg (Enez Maoris)"
#: langtab.src
msgctxt ""
@@ -3867,7 +3867,7 @@ msgctxt ""
"LANGUAGE_USER_FRENCH_MAURITIUS\n"
"pairedlist.text"
msgid "French (Mauritius)"
-msgstr ""
+msgstr "Galleg (Enez Maoris)"
#: svtools.src
msgctxt ""
diff --git a/source/br/svtools/uiconfig/ui.po b/source/br/svtools/uiconfig/ui.po
index e842f0bfc2e..63558dba292 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: 2016-05-23 21:36+0200\n"
-"PO-Revision-Date: 2016-05-01 19:50+0000\n"
+"PO-Revision-Date: 2016-06-19 16:25+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
"Language: br\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1462132251.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466353555.000000\n"
#: GraphicExportOptionsDialog.ui
msgctxt ""
@@ -818,7 +818,6 @@ msgid "For the selected Java runtime environment to work properly, %PRODUCTNAME
msgstr "Ret eo deoc'h adloc'hañ %PRODUCTNAME a-benn ma yay an amva erounit Java en-dro gant un doare dereat."
#: restartdialog.ui
-#, fuzzy
msgctxt ""
"restartdialog.ui\n"
"reason_mailmerge_install\n"
@@ -852,7 +851,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "For the assigned folders and archives to take effect, %PRODUCTNAME must be restarted."
-msgstr ""
+msgstr "A-benn ma vo efedusar c'hemmoù war an teuliadoù deverket hag an dielloù e vo ret adloc'hañ %PRODUCTNAME."
#: restartdialog.ui
msgctxt ""
@@ -861,7 +860,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "For the assigned Java parameters to take effect, %PRODUCTNAME must be restarted."
-msgstr ""
+msgstr "A-benn ma vo efedus arventennoù Java deverket e vo ret adloc'hañ %PRODUCTNAME."
#: restartdialog.ui
msgctxt ""
@@ -870,7 +869,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "For the added path to take effect, %PRODUCTNAME must be restarted."
-msgstr ""
+msgstr "A-benn ma vo efedus an teug ouzhpennet e vo ret adloc'hañ %PRODUCTNAME."
#: restartdialog.ui
msgctxt ""
@@ -879,17 +878,16 @@ msgctxt ""
"label\n"
"string.text"
msgid "For the updated language settings to take effect, %PRODUCTNAME must be restarted."
-msgstr ""
+msgstr "A-benn ma vo efedus arventennoù ar yezh e vo ret adloc'hañ %PRODUCTNAME."
#: restartdialog.ui
-#, fuzzy
msgctxt ""
"restartdialog.ui\n"
"reason_exp_features\n"
"label\n"
"string.text"
msgid "For the modified experimental features to take effect, %PRODUCTNAME must be restarted."
-msgstr "Ret eo deoc'h adloc'hañ %PRODUCTNAME a-benn ma vo efedus daskemmadur mentrezh al labour moullañ dre ziouer."
+msgstr "Ret eo deoc'h adloc'hañ %PRODUCTNAME a-benn ma vo efedus daskemmadur ar c'heweriusterioù arnoek."
#: restartdialog.ui
msgctxt ""
diff --git a/source/bs/accessibility/source/helper.po b/source/bs/accessibility/source/helper.po
index c6ef93edbcd..93038ea1239 100644
--- a/source/bs/accessibility/source/helper.po
+++ b/source/bs/accessibility/source/helper.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-05-02 00:06+0200\n"
-"PO-Revision-Date: 2014-01-15 19:01+0000\n"
-"Last-Translator: vljubovic <vedran-liste@linux.org.ba>\n"
+"POT-Creation-Date: 2015-04-22 23:40+0200\n"
+"PO-Revision-Date: 2016-06-09 09:35+0000\n"
+"Last-Translator: Mirsad <mirsad@blic.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1389812502.0\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1465464944.000000\n"
#: accessiblestrings.src
msgctxt ""
@@ -30,7 +30,7 @@ msgctxt ""
"STR_SVT_ACC_ACTION_EXPAND\n"
"string.text"
msgid "Expand"
-msgstr ""
+msgstr "Proširi"
#: accessiblestrings.src
msgctxt ""
@@ -38,7 +38,7 @@ msgctxt ""
"STR_SVT_ACC_ACTION_COLLAPSE\n"
"string.text"
msgid "Collapse"
-msgstr ""
+msgstr "Sažmi"
#: accessiblestrings.src
msgctxt ""
@@ -46,7 +46,7 @@ msgctxt ""
"STR_SVT_ACC_LISTENTRY_SELCTED_STATE\n"
"string.text"
msgid "(Selected)"
-msgstr ""
+msgstr "(Izabrano)"
#: accessiblestrings.src
msgctxt ""
@@ -54,7 +54,7 @@ msgctxt ""
"RID_STR_ACC_NAME_PREVIEW\n"
"string.text"
msgid "Preview"
-msgstr ""
+msgstr "Pregled unaprijed"
#: accessiblestrings.src
msgctxt ""
@@ -62,7 +62,7 @@ msgctxt ""
"RID_STR_ACC_ACTION_CHECK\n"
"string.text"
msgid "Check"
-msgstr ""
+msgstr "Popuni"
#: accessiblestrings.src
msgctxt ""
@@ -70,7 +70,7 @@ msgctxt ""
"RID_STR_ACC_ACTION_UNCHECK\n"
"string.text"
msgid "Uncheck"
-msgstr ""
+msgstr "Isprazni"
#: accessiblestrings.src
msgctxt ""
@@ -78,7 +78,7 @@ msgctxt ""
"RID_STR_ACC_ACTION_DOUBLE_CLICK\n"
"string.text"
msgid "Double click"
-msgstr ""
+msgstr "Dvostruki klik"
#: accessiblestrings.src
msgctxt ""
@@ -86,7 +86,7 @@ msgctxt ""
"RID_STR_ACC_SCROLLBAR_NAME_VERTICAL\n"
"string.text"
msgid "Vertical scroll bar"
-msgstr ""
+msgstr "Vertikalna traka za klizač"
#: accessiblestrings.src
msgctxt ""
@@ -94,7 +94,7 @@ msgctxt ""
"RID_STR_ACC_SCROLLBAR_NAME_HORIZONTAL\n"
"string.text"
msgid "Horizontal scroll bar"
-msgstr ""
+msgstr "Horizontalna traka za klizač"
#: accessiblestrings.src
msgctxt ""
@@ -102,7 +102,7 @@ msgctxt ""
"RID_STR_ACC_PANEL_DESCRIPTION\n"
"string.text"
msgid "Please press enter to go into child control for more operations"
-msgstr ""
+msgstr "Pritisnite unos da bi ste ušli u dječije kontrole za više operacija"
#: accessiblestrings.src
msgctxt ""
diff --git a/source/bs/avmedia/source/viewer.po b/source/bs/avmedia/source/viewer.po
index 2ceefdaf9b2..ff80f040457 100644
--- a/source/bs/avmedia/source/viewer.po
+++ b/source/bs/avmedia/source/viewer.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: 2015-11-10 19:32+0100\n"
-"PO-Revision-Date: 2015-05-12 02:10+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2016-06-09 09:57+0000\n"
+"Last-Translator: Mirsad <mirsad@blic.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1431396632.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1465466249.000000\n"
#: mediawindow.src
msgctxt ""
@@ -22,7 +22,7 @@ msgctxt ""
"AVMEDIA_STR_INSERTMEDIA_DLG\n"
"string.text"
msgid "Insert Audio or Video"
-msgstr ""
+msgstr "Ubaci zvuk ili film"
#: mediawindow.src
msgctxt ""
@@ -30,7 +30,7 @@ msgctxt ""
"AVMEDIA_STR_OPENMEDIA_DLG\n"
"string.text"
msgid "Open Audio or Video"
-msgstr ""
+msgstr "Otvori zvuk ili film"
#: mediawindow.src
msgctxt ""
@@ -38,7 +38,7 @@ msgctxt ""
"AVMEDIA_STR_ALL_MEDIAFILES\n"
"string.text"
msgid "All audio and video files"
-msgstr ""
+msgstr "Sve zvučne i film datoteke"
#: mediawindow.src
msgctxt ""
diff --git a/source/bs/basic/source/classes.po b/source/bs/basic/source/classes.po
index 1209e02820e..7238def9e38 100644
--- a/source/bs/basic/source/classes.po
+++ b/source/bs/basic/source/classes.po
@@ -4,20 +4,19 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-08-25 12:33+0200\n"
-"PO-Revision-Date: 2015-08-25 19:00+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2016-06-09 09:54+0000\n"
+"Last-Translator: Mirsad <mirsad@blic.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1440529220.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1465466056.000000\n"
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -27,17 +26,15 @@ msgid "Syntax error."
msgstr "Sintaksna greška."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
"ERRCODE_BASIC_NO_GOSUB & ERRCODE_RES_MASK\n"
"string.text"
msgid "Return without Gosub."
-msgstr "Return bez Gosub."
+msgstr "Povratak bez Gosub."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -47,7 +44,6 @@ msgid "Incorrect entry; please retry."
msgstr "Netačan unos; pokušajte ponovo."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -57,17 +53,15 @@ msgid "Invalid procedure call."
msgstr "Netačan poziv procedure."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
"ERRCODE_BASIC_MATH_OVERFLOW & ERRCODE_RES_MASK\n"
"string.text"
msgid "Overflow."
-msgstr "Prekoračenje."
+msgstr "Prelivanje."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -77,7 +71,6 @@ msgid "Not enough memory."
msgstr "Nema dovoljno memorije."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -87,7 +80,6 @@ msgid "Array already dimensioned."
msgstr "Polje već dimenzionirano."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -97,7 +89,6 @@ msgid "Index out of defined range."
msgstr "Indeks izvan definisanog područja."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -107,7 +98,6 @@ msgid "Duplicate definition."
msgstr "Dvostruka definicija."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -117,7 +107,6 @@ msgid "Division by zero."
msgstr "Dijeljenje sa nulom."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -127,7 +116,6 @@ msgid "Variable not defined."
msgstr "Promjenljiva nije definisana."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -137,7 +125,6 @@ msgid "Data type mismatch."
msgstr "Vrsta podataka se ne slaže."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -147,7 +134,6 @@ msgid "Invalid parameter."
msgstr "Neispravan parametar."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -157,7 +143,6 @@ msgid "Process interrupted by user."
msgstr "Korisnik je prekinuo proces."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -167,17 +152,15 @@ msgid "Resume without error."
msgstr "Nastavi bez greške."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
"ERRCODE_BASIC_STACK_OVERFLOW & ERRCODE_RES_MASK\n"
"string.text"
msgid "Not enough stack memory."
-msgstr "Nedovoljno stack memorije."
+msgstr "Nedovoljno stak memorije."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -187,7 +170,6 @@ msgid "Sub-procedure or function procedure not defined."
msgstr "Podprocedura ili funkcija nije definisana."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -197,7 +179,6 @@ msgid "Error loading DLL file."
msgstr "Greška pri učitavanju DLL datoteke."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -207,7 +188,6 @@ msgid "Wrong DLL call convention."
msgstr "Pogrešna konvencija DLL poziva."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -217,7 +197,6 @@ msgid "Internal error $(ARG1)."
msgstr "Interna greška $(ARG1)."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -227,7 +206,6 @@ msgid "Invalid file name or file number."
msgstr "Pogrešno ime ili broj datoteke."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -237,7 +215,6 @@ msgid "File not found."
msgstr "Datoteka nije pronađena."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -247,7 +224,6 @@ msgid "Incorrect file mode."
msgstr "Pogrešan datotečni režim."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -257,7 +233,6 @@ msgid "File already open."
msgstr "Datoteka je već otvorena."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -267,7 +242,6 @@ msgid "Device I/O error."
msgstr "I/O greška uređaja."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -277,7 +251,6 @@ msgid "File already exists."
msgstr "Datoteka već postoji."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -287,17 +260,15 @@ msgid "Incorrect record length."
msgstr "Pogrešna dužina zapisa."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
"ERRCODE_BASIC_DISK_FULL & ERRCODE_RES_MASK\n"
"string.text"
msgid "Disk or hard drive full."
-msgstr "Nema mjesta na disku."
+msgstr "Nema mjesta na disku ili tvrdom disku."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -307,7 +278,6 @@ msgid "Reading exceeds EOF."
msgstr "Čitanje prekoračuje EOF."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -317,7 +287,6 @@ msgid "Incorrect record number."
msgstr "Pogrešan broj zapisa."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -327,7 +296,6 @@ msgid "Too many files."
msgstr "Previše datoteka."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -337,7 +305,6 @@ msgid "Device not available."
msgstr "Uređaj nije dostupan."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -347,7 +314,6 @@ msgid "Access denied."
msgstr "Pristup odbijen."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -357,7 +323,6 @@ msgid "Disk not ready."
msgstr "Disk nije spreman."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -367,7 +332,6 @@ msgid "Not implemented."
msgstr "Nije implementirano."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -377,7 +341,6 @@ msgid "Renaming on different drives impossible."
msgstr "Promjena imena na različitim diskovima nije moguća."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -387,7 +350,6 @@ msgid "Path/File access error."
msgstr "Greška u pristupu datoteci/putu."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -397,7 +359,6 @@ msgid "Path not found."
msgstr "Ne mogu naći stazu."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -407,7 +368,6 @@ msgid "Object variable not set."
msgstr "Promjenljiva objekta nije postavljena."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -417,7 +377,6 @@ msgid "Invalid string pattern."
msgstr "Pogrešan uzorak niza."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -427,7 +386,6 @@ msgid "Use of zero not permitted."
msgstr "Upotreba nule nije dozvoljena."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -437,7 +395,6 @@ msgid "DDE Error."
msgstr "DDE greška."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -447,7 +404,6 @@ msgid "Awaiting response to DDE connection."
msgstr "Čekam odgovor na DDE konekciju."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -457,7 +413,6 @@ msgid "No DDE channels available."
msgstr "Nijedan DDE kanal nije dostupan."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -467,7 +422,6 @@ msgid "No application responded to DDE connect initiation."
msgstr "Nijedna aplikacija nije odgovorila na inicijalizaciju DDE konekcije."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -477,7 +431,6 @@ msgid "Too many applications responded to DDE connect initiation."
msgstr "Previše aplikacija je odgovorilo na inicijalizaciju DDE konekcije."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -487,7 +440,6 @@ msgid "DDE channel locked."
msgstr "DDE kanal zaključan."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -497,7 +449,6 @@ msgid "External application cannot execute DDE operation."
msgstr "Vanjska aplikacija ne može izvršiti DDE operaciju."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -507,7 +458,6 @@ msgid "Timeout while waiting for DDE response."
msgstr "Istek vremena pri čekanju na DDE odgovor."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -517,7 +467,6 @@ msgid "User pressed ESCAPE during DDE operation."
msgstr "Korisnik je pritisnuo ESCAPE tokom DDE operacije."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -527,7 +476,6 @@ msgid "External application busy."
msgstr "Vanjski program zauzet."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -537,7 +485,6 @@ msgid "DDE operation without data."
msgstr "DDE operacija bez podataka."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -547,7 +494,6 @@ msgid "Data are in wrong format."
msgstr "Podaci su u pogrešnom formatu."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -557,7 +503,6 @@ msgid "External application has been terminated."
msgstr "Vanjski program je prekinut."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -567,7 +512,6 @@ msgid "DDE connection interrupted or modified."
msgstr "DDE konekcija prekinuta ili promijenjena."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -577,17 +521,15 @@ msgid "DDE method invoked with no channel open."
msgstr "DDE metoda pozvana bez otvorenog kanala."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
"ERRCODE_BASIC_DDE_INVALID_LINK & ERRCODE_RES_MASK\n"
"string.text"
msgid "Invalid DDE link format."
-msgstr "Pogrešan format DDE linka."
+msgstr "Pogrešan format DDE veze."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -597,27 +539,24 @@ msgid "DDE message has been lost."
msgstr "DDE poruka je izgubljena."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
"ERRCODE_BASIC_DDE_LINK_ALREADY_EST & ERRCODE_RES_MASK\n"
"string.text"
msgid "Paste link already performed."
-msgstr "Umetanje linka već završeno."
+msgstr "Umetanje veze već završeno."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
"ERRCODE_BASIC_DDE_LINK_INV_TOPIC & ERRCODE_RES_MASK\n"
"string.text"
msgid "Link mode cannot be set due to invalid link topic."
-msgstr "Način linka se ne može postaviti zbog pogrešnog naslova linka."
+msgstr "Način veze se ne može postaviti zbog pogrešnog naslova veze."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -627,7 +566,6 @@ msgid "DDE requires the DDEML.DLL file."
msgstr "DDE zahtijeva DDEML.DLL datoteku."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -637,7 +575,6 @@ msgid "Module cannot be loaded; invalid format."
msgstr "Modul nije moguće učitati; pogrešan format."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -647,7 +584,6 @@ msgid "Invalid object index."
msgstr "Pogrešan indeks objekta."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -657,7 +593,6 @@ msgid "Object is not available."
msgstr "Objekat nije dostupan."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -667,7 +602,6 @@ msgid "Incorrect property value."
msgstr "Pogrešna vrijednost osobine."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -677,7 +611,6 @@ msgid "This property is read-only."
msgstr "Ova osobina je samo za čitanje."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -687,7 +620,6 @@ msgid "This property is write only."
msgstr "Ova osobina je samo za pisanje."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -697,7 +629,6 @@ msgid "Invalid object reference."
msgstr "Pogrešna referenca na objekat."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -707,7 +638,6 @@ msgid "Property or method not found: $(ARG1)."
msgstr "Osobina ili metoda nije nađena: $(ARG1)."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -717,7 +647,6 @@ msgid "Object required."
msgstr "Potreban objekat."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -727,7 +656,6 @@ msgid "Invalid use of an object."
msgstr "Pogrešna upotreba objekta."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -737,7 +665,6 @@ msgid "OLE Automation is not supported by this object."
msgstr "Ovaj objekat ne podržava OLE automatizaciju."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -747,7 +674,6 @@ msgid "This property or method is not supported by the object."
msgstr "Objekat ne podržava ovu osobinu ili metodu."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -757,7 +683,6 @@ msgid "OLE Automation Error."
msgstr "Greška pri OLE automatizaciji."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -767,7 +692,6 @@ msgid "This action is not supported by given object."
msgstr "Navedeni objekat ne podržava ovu akciju."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -777,7 +701,6 @@ msgid "Named arguments are not supported by given object."
msgstr "Navedeni objekat ne podržava navedene argumente."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -787,7 +710,6 @@ msgid "The current locale setting is not supported by the given object."
msgstr "Navedeni objekat ne podržava trenutne lokalne postavke."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -797,7 +719,6 @@ msgid "Named argument not found."
msgstr "Imenovani argument nije nađen."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -807,7 +728,6 @@ msgid "Argument is not optional."
msgstr "Argument je obavezan."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -817,7 +737,6 @@ msgid "Invalid number of arguments."
msgstr "Pogrešan broj argumenata."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -827,7 +746,6 @@ msgid "Object is not a list."
msgstr "Objekat nije lista."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -837,7 +755,6 @@ msgid "Invalid ordinal number."
msgstr "Pogrešan redni broj."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -847,17 +764,15 @@ msgid "Specified DLL function not found."
msgstr "Navedenu DLL funkciju nije moguće naći."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
"ERRCODE_BASIC_BAD_CLIPBD_FORMAT & ERRCODE_RES_MASK\n"
"string.text"
msgid "Invalid clipboard format."
-msgstr "Pogrešan format clipboard-a."
+msgstr "Pogrešan format spremnika."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -867,7 +782,6 @@ msgid "Object does not have this property."
msgstr "Objekat nema ovu osobinu."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -877,7 +791,6 @@ msgid "Object does not have this method."
msgstr "Objekat nema ovu metodu."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -887,7 +800,6 @@ msgid "Required argument lacking."
msgstr "Nedostaje potrebni argument."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -897,7 +809,6 @@ msgid "Invalid number of arguments."
msgstr "Pogrešan broj argumenata."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -907,7 +818,6 @@ msgid "Error executing a method."
msgstr "Greška pri izvođenju metode."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -917,7 +827,6 @@ msgid "Unable to set property."
msgstr "Nije moguće postaviti osobinu."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -927,7 +836,6 @@ msgid "Unable to determine property."
msgstr "Nije moguće utvrditi osobinu."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -937,7 +845,6 @@ msgid "Unexpected symbol: $(ARG1)."
msgstr "Neočekivan simbol: $(ARG1)."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -947,7 +854,6 @@ msgid "Expected: $(ARG1)."
msgstr "Očekivano: $(ARG1)."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -957,7 +863,6 @@ msgid "Symbol expected."
msgstr "Očekivan je simbol."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -967,17 +872,15 @@ msgid "Variable expected."
msgstr "Očekivana je promjenljiva."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
"ERRCODE_BASIC_LABEL_EXPECTED & ERRCODE_RES_MASK\n"
"string.text"
msgid "Label expected."
-msgstr "Očekivana je labela."
+msgstr "Očekivana je oznaka."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -987,7 +890,6 @@ msgid "Value cannot be applied."
msgstr "Vrijednost se ne može primijeniti."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -997,7 +899,6 @@ msgid "Variable $(ARG1) already defined."
msgstr "Promjenljiva $(ARG1) je već definisana."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1007,17 +908,15 @@ msgid "Sub procedure or function procedure $(ARG1) already defined."
msgstr "Pod-procedura ili funkcija procedure $(ARG1) je već definisana."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
"ERRCODE_BASIC_LABEL_DEFINED & ERRCODE_RES_MASK\n"
"string.text"
msgid "Label $(ARG1) already defined."
-msgstr "Naziv $(ARG1) je već definisan."
+msgstr "Oznaka $(ARG1) je već definisana."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1027,7 +926,6 @@ msgid "Variable $(ARG1) not found."
msgstr "Ne mogu naći promjenljivu $(ARG1)."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1037,7 +935,6 @@ msgid "Array or procedure $(ARG1) not found."
msgstr "Ne mogu naći niz ili proceduru $(ARG1)."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1047,17 +944,15 @@ msgid "Procedure $(ARG1) not found."
msgstr "Ne mogu naći proceduru $(ARG1)."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
"ERRCODE_BASIC_UNDEF_LABEL & ERRCODE_RES_MASK\n"
"string.text"
msgid "Label $(ARG1) undefined."
-msgstr "Naziv $(ARG1) nije definisan."
+msgstr "Oznaka $(ARG1) nije definisana."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1067,7 +962,6 @@ msgid "Unknown data type $(ARG1)."
msgstr "Nepoznata vrsta podataka $(ARG1)."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1077,7 +971,6 @@ msgid "Exit $(ARG1) expected."
msgstr "Očekivan je izlaz $(ARG1)."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1087,7 +980,6 @@ msgid "Statement block still open: $(ARG1) missing."
msgstr "Izjavni blok je još uvijek otvoren: nedostaje $(ARG1)."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1097,7 +989,6 @@ msgid "Parentheses do not match."
msgstr "Zagrade se ne slažu."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1107,7 +998,6 @@ msgid "Symbol $(ARG1) already defined differently."
msgstr "Simbol $(ARG1) je drugačije definisan."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1117,7 +1007,6 @@ msgid "Parameters do not correspond to procedure."
msgstr "Parametri ne odgovaraju proceduri."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1127,7 +1016,6 @@ msgid "Invalid character in number."
msgstr "Pogrešan karakter u broju."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1137,7 +1025,6 @@ msgid "Array must be dimensioned."
msgstr "Polje mora biti dimenzionisano."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1147,7 +1034,6 @@ msgid "Else/Endif without If."
msgstr "Else/Endif bez If."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1157,7 +1043,6 @@ msgid "$(ARG1) not allowed within a procedure."
msgstr "$(ARG1) nije dozvoljen unutar procedure."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1167,7 +1052,6 @@ msgid "$(ARG1) not allowed outside a procedure."
msgstr "$(ARG1) nije dozvoljen izvan procedure."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1177,7 +1061,6 @@ msgid "Dimension specifications do not match."
msgstr "Specifikacija dimenzija se ne slaže."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1187,7 +1070,6 @@ msgid "Unknown option: $(ARG1)."
msgstr "Nepoznata opcija: $(ARG1)."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1197,7 +1079,6 @@ msgid "Constant $(ARG1) redefined."
msgstr "Konstanta $(ARG1) redefinisana."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
@@ -1207,7 +1088,6 @@ msgid "Program too large."
msgstr "Program je prevelik."
#: sb.src
-#, fuzzy
msgctxt ""
"sb.src\n"
"RID_BASIC_START\n"
diff --git a/source/bs/sccomp/source/solver.po b/source/bs/sccomp/source/solver.po
index 2109ddd9840..931a0a363a9 100644
--- a/source/bs/sccomp/source/solver.po
+++ b/source/bs/sccomp/source/solver.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: 2015-04-22 23:40+0200\n"
-"PO-Revision-Date: 2015-05-12 02:26+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2016-06-09 09:31+0000\n"
+"Last-Translator: Mirsad <mirsad@blic.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1431397615.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1465464667.000000\n"
#: solver.src
msgctxt ""
@@ -25,13 +25,12 @@ msgid "%PRODUCTNAME Linear Solver"
msgstr "%PRODUCTNAME Linearni rješavač"
#: solver.src
-#, fuzzy
msgctxt ""
"solver.src\n"
"RID_COINMP_SOLVER_COMPONENT\n"
"string.text"
msgid "%PRODUCTNAME CoinMP Linear Solver"
-msgstr "%PRODUCTNAME Linearni rješavač"
+msgstr "%PRODUCTNAME CoinMP Linearni rješavač"
#: solver.src
msgctxt ""
diff --git a/source/bs/sysui/desktop/share.po b/source/bs/sysui/desktop/share.po
index c909a38e5ef..784f02b3acd 100644
--- a/source/bs/sysui/desktop/share.po
+++ b/source/bs/sysui/desktop/share.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-07 21:35+0200\n"
-"PO-Revision-Date: 2015-05-12 02:39+0000\n"
-"Last-Translator: Anonymous Pootle User\n"
+"PO-Revision-Date: 2016-06-09 09:56+0000\n"
+"Last-Translator: Mirsad <mirsad@blic.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1431398386.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1465466173.000000\n"
#: documents.ulf
msgctxt ""
@@ -129,13 +129,12 @@ msgid "OpenDocument Master Document"
msgstr "OpenDocument master dokument"
#: documents.ulf
-#, fuzzy
msgctxt ""
"documents.ulf\n"
"oasis-master-document-template\n"
"LngText.text"
msgid "OpenDocument Master Document Template"
-msgstr "OpenDocument master dokument"
+msgstr "OtvoriDokument Glavni dokument šablon"
#: documents.ulf
msgctxt ""
@@ -378,13 +377,12 @@ msgid "Microsoft Excel Worksheet"
msgstr "Microsoft Excel radna tabela"
#: launcher_comment.ulf
-#, fuzzy
msgctxt ""
"launcher_comment.ulf\n"
"writer\n"
"LngText.text"
msgid "Create and edit text and images in letters, reports, documents and Web pages by using Writer."
-msgstr "Pravite i mijenjajte tekst i grafiku u pismima, izvještajima, dokumentima i Web stranicama koristeći Writer."
+msgstr "Pravite i mijenjajte tekst i grafiku u pismima, izvještajima, dokumentima i internet stranicama koristeći Pisac."
#: launcher_comment.ulf
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/sbasic/shared.po b/source/ca/helpcontent2/source/text/sbasic/shared.po
index dd7b81d4953..8861ee0b731 100644
--- a/source/ca/helpcontent2/source/text/sbasic/shared.po
+++ b/source/ca/helpcontent2/source/text/sbasic/shared.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
-"PO-Revision-Date: 2016-05-09 12:31+0000\n"
+"PO-Revision-Date: 2016-06-09 11:46+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
@@ -13,9 +13,9 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.7\n"
"X-Language: ca\n"
-"X-POOTLE-MTIME: 1462797087.000000\n"
+"X-POOTLE-MTIME: 1465472803.000000\n"
#: 00000002.xhp
msgctxt ""
@@ -18591,7 +18591,7 @@ msgctxt ""
"hd_id3150616\n"
"help.text"
msgid "<variable id=\"heading_randomize\"><link href=\"text/sbasic/shared/03080301.xhp\" name=\"Randomize Statement [Runtime]\">Randomize Statement [Runtime]</link></variable>"
-msgstr ""
+msgstr "<variable id=\"heading_randomize\"><link href=\"text/sbasic/shared/03080301.xhp\" name=\"Expressió Randomize [Runtime]\">Expressió Randomize [Runtime]</link></variable>"
#: 03080301.xhp
msgctxt ""
@@ -18599,7 +18599,7 @@ msgctxt ""
"par_id3145090\n"
"help.text"
msgid "Initializes the random-number generator used by the <emph>Rnd</emph> function."
-msgstr ""
+msgstr "Inicialitza el generador de nombres aleatoris usat per la funció <emph>Rnd</emph>."
#: 03080301.xhp
msgctxt ""
@@ -18658,13 +18658,12 @@ msgid "Example:"
msgstr "Exemple:"
#: 03080301.xhp
-#, fuzzy
msgctxt ""
"03080301.xhp\n"
"par_id3147288\n"
"help.text"
msgid "iVar = Int(10 * Rnd) ' Range from 0 to 9"
-msgstr "iVar = Int((10 * Rnd) ) ' Interval de 0 a 9"
+msgstr "iVar = Int(10 * Rnd) ' Interval de 0 a 9"
#: 03080301.xhp
msgctxt ""
@@ -18696,7 +18695,7 @@ msgctxt ""
"hd_id3148685\n"
"help.text"
msgid "<variable id=\"heading_rnd\"><link href=\"text/sbasic/shared/03080302.xhp\" name=\"Rnd Function [Runtime]\">Rnd Function [Runtime]</link></variable>"
-msgstr ""
+msgstr "<variable id=\"heading_rnd\"><link href=\"text/sbasic/shared/03080302.xhp\" name=\"Funció Rnd [Runtime]\">Funció Rnd [Runtime]</link></variable>"
#: 03080302.xhp
msgctxt ""
@@ -18752,7 +18751,7 @@ msgctxt ""
"par_id3125864\n"
"help.text"
msgid "<emph>Expression:</emph> Has no effect, is ignored if provided."
-msgstr ""
+msgstr "<emph>Expressió:</emph> no té cap efecte. S'ignora si es proporciona."
#: 03080302.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/simpress/00.po b/source/ca/helpcontent2/source/text/simpress/00.po
index 9b7d7534bd2..9fdd8ccc1c9 100644
--- a/source/ca/helpcontent2/source/text/simpress/00.po
+++ b/source/ca/helpcontent2/source/text/simpress/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
-"PO-Revision-Date: 2016-05-09 12:40+0000\n"
+"PO-Revision-Date: 2016-06-09 09:52+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
@@ -13,9 +13,9 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.7\n"
"X-Language: ca\n"
-"X-POOTLE-MTIME: 1462797622.000000\n"
+"X-POOTLE-MTIME: 1465465969.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -624,76 +624,68 @@ msgid "File"
msgstr "Fitxer"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3149351\n"
"help.text"
msgid "<variable id=\"feldbf\">Choose <emph>Insert - Field</emph></variable>"
-msgstr "<variable id=\"feldbf\">Trieu <emph>Insereix - Camps</emph></variable>"
+msgstr "<variable id=\"feldbf\">Trieu <emph>Insereix - Camp</emph></variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3150477\n"
"help.text"
msgid "<variable id=\"feldbf1\">Choose <emph>Insert - Field - Date (fixed)</emph></variable>"
-msgstr "<variable id=\"feldbf1\">Trieu <emph>Insereix - Camps - Data (fixa)</emph></variable>"
+msgstr "<variable id=\"feldbf1\">Trieu <emph>Insereix - Camp - Data (fixa)</emph></variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3146879\n"
"help.text"
msgid "<variable id=\"feldbf2\">Choose <emph>Insert - Field - Date (variable)</emph></variable>"
-msgstr "<variable id=\"feldbf2\">Trieu <emph>Insereix - Camps - Data (variable)</emph></variable>"
+msgstr "<variable id=\"feldbf2\">Trieu <emph>Insereix - Camp - Data (variable)</emph></variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3153036\n"
"help.text"
msgid "<variable id=\"feldbf3\">Choose <emph>Insert - Field - Time (fixed)</emph></variable>"
-msgstr "<variable id=\"feldbf3\">Trieu <emph>Insereix - Camps - Hora (fixa)</emph></variable>"
+msgstr "<variable id=\"feldbf3\">Trieu <emph>Insereix - Camp - Hora (fixa)</emph></variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3145590\n"
"help.text"
msgid "<variable id=\"feldbf4\">Choose <emph>Insert - Field - Time (variable)</emph></variable>"
-msgstr "<variable id=\"feldbf4\">Trieu <emph>Insereix - Camps - Hora (variable)</emph></variable>"
+msgstr "<variable id=\"feldbf4\">Trieu <emph>Insereix - Camp - Hora (variable)</emph></variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3153935\n"
"help.text"
msgid "<variable id=\"feldbf5\">Choose <emph>Insert - Field - Page Number</emph></variable>"
-msgstr "<variable id=\"feldbf5\">Trieu <emph>Insereix - Camps - Número de pàgina</emph></variable>"
+msgstr "<variable id=\"feldbf5\">Trieu <emph>Insereix - Camp - Número de pàgina</emph></variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3148583\n"
"help.text"
msgid "<variable id=\"feldbf6\">Choose <emph>Insert - Field - Author</emph></variable>"
-msgstr "<variable id=\"feldbf6\">Trieu <emph>Insereix - Camps - Autor</emph></variable>"
+msgstr "<variable id=\"feldbf6\">Trieu <emph>Insereix - Camp - Autor</emph></variable>"
#: 00000404.xhp
-#, fuzzy
msgctxt ""
"00000404.xhp\n"
"par_id3155951\n"
"help.text"
msgid "<variable id=\"feldbf7\">Choose <emph>Insert - Field - File Name</emph></variable>"
-msgstr "<variable id=\"feldbf7\">Trieu <emph>Insereix - Camps - Nom del fitxer</emph></variable>"
+msgstr "<variable id=\"feldbf7\">Trieu <emph>Insereix - Camp - Nom del fitxer</emph></variable>"
#: 00000405.xhp
msgctxt ""
@@ -1389,7 +1381,6 @@ msgid "Select two or more objects, open the context menu and choose <emph>Shapes
msgstr "Seleccioneu dos objectes o més, obriu-ne el menú contextual i trieu <emph>Formes - Interseca</emph>"
#: slide_menu.xhp
-#, fuzzy
msgctxt ""
"slide_menu.xhp\n"
"tit\n"
diff --git a/source/ca/helpcontent2/source/text/simpress/01.po b/source/ca/helpcontent2/source/text/simpress/01.po
index 136fb62bd82..65336838496 100644
--- a/source/ca/helpcontent2/source/text/simpress/01.po
+++ b/source/ca/helpcontent2/source/text/simpress/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 22:09+0200\n"
-"PO-Revision-Date: 2016-05-10 10:49+0000\n"
+"PO-Revision-Date: 2016-06-09 11:33+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
@@ -13,8 +13,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
-"X-POOTLE-MTIME: 1462877379.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1465471988.000000\n"
#: 01170000.xhp
msgctxt ""
@@ -324,7 +324,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "Left"
-msgstr ""
+msgstr "Esquerra"
#: 01180001.xhp
msgctxt ""
@@ -342,10 +342,9 @@ msgctxt ""
"7\n"
"help.text"
msgid "Right"
-msgstr ""
+msgstr "Dreta"
#: 01180001.xhp
-#, fuzzy
msgctxt ""
"01180001.xhp\n"
"par_id3153001\n"
@@ -1122,7 +1121,6 @@ msgid "Delete Slide"
msgstr "Suprimeix la diapositiva"
#: 02130000.xhp
-#, fuzzy
msgctxt ""
"02130000.xhp\n"
"bm_id3154253\n"
@@ -1835,14 +1833,13 @@ msgid "<bookmark_value>master views</bookmark_value>"
msgstr "<bookmark_value>visualitzacions mestres</bookmark_value>"
#: 03150000.xhp
-#, fuzzy
msgctxt ""
"03150000.xhp\n"
"hd_id3153142\n"
"1\n"
"help.text"
msgid "<link href=\"text/simpress/01/03150000.xhp\" name=\"Master\">Master</link>"
-msgstr "<link href=\"text/simpress/01/01180001.xhp\" name=\"Pàgina\">Pàgina</link>"
+msgstr "<link href=\"text/simpress/01/03150000.xhp\" name=\"Mestre\">Mestre</link>"
#: 03150000.xhp
msgctxt ""
@@ -1854,13 +1851,12 @@ msgid "<ahelp hid=\"HID_SD_BTN_MASTERPAGE\">Switches to one of several master vi
msgstr "<ahelp hid=\"HID_SD_BTN_MASTERPAGE\">Canvia a una de les diverses visualitzacions mestres, on podeu afegir elements que voleu que apareguin en totes les diapositives de la presentació.</ahelp>"
#: 03150100.xhp
-#, fuzzy
msgctxt ""
"03150100.xhp\n"
"tit\n"
"help.text"
msgid "Slide Master"
-msgstr "Classificador de diapositives"
+msgstr "Diapositiva mestra"
#: 03150100.xhp
msgctxt ""
@@ -1868,16 +1864,15 @@ msgctxt ""
"bm_id3154013\n"
"help.text"
msgid "<bookmark_value>normal view; backgrounds</bookmark_value> <bookmark_value>backgrounds; normal view</bookmark_value> <bookmark_value>views;slide master view</bookmark_value> <bookmark_value>slide master view</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>visualització normal; fons</bookmark_value> <bookmark_value>fons; visualització normal</bookmark_value> <bookmark_value>visualitzacions;visualització de diapositiva mestra</bookmark_value> <bookmark_value>visualització de diapositiva mestra</bookmark_value>"
#: 03150100.xhp
-#, fuzzy
msgctxt ""
"03150100.xhp\n"
"hd_id3154013\n"
"help.text"
msgid "<link href=\"text/simpress/01/03150100.xhp\" name=\"Slide Master\">Slide Master</link>"
-msgstr "<link href=\"text/simpress/01/03100000.xhp\" name=\"Classificador de diapositives\">Classificador de diapositives</link>"
+msgstr "<link href=\"text/simpress/01/03150100.xhp\" name=\"Diapositiva mestra\">Diapositiva mestra</link>"
#: 03150100.xhp
msgctxt ""
@@ -1885,7 +1880,7 @@ msgctxt ""
"par_id3151075\n"
"help.text"
msgid "<ahelp hid=\".\">Switches to slide master view, where you can add elements that you want to appear on all of the slides that use the same slide master.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Canvia a la visualització de la diapositiva mestra, on podeu afegir elements que voleu que apareguen a totes les diapositives de la presentació que utilitzen la mateixa diapositiva mestra.</ahelp>"
#: 03150100.xhp
msgctxt ""
@@ -1893,7 +1888,7 @@ msgctxt ""
"par_id4941557\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Inserts a new slide master into the document. Double-click the new slide master on the Slides pane to apply it to all slides.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Insereix una diapositiva mestra al document. Feu doble clic a la diapositiva mestra nova a la subfinestra Diapositives per a aplicar-la a totes les diapositives.</ahelp>"
#: 03150100.xhp
msgctxt ""
@@ -1901,7 +1896,7 @@ msgctxt ""
"par_id9961851\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a slide master and click this icon to remove the slide master from the document.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Seleccioneu una diapositiva mestra i feu clic en aquesta icona per a suprimir-la del document.</ahelp>"
#: 03150100.xhp
msgctxt ""
@@ -1909,7 +1904,7 @@ msgctxt ""
"par_id4526200\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Select a slide master and click this icon to rename the slide master.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Seleccioneu una diapositiva mestra i feu clic en aquesta icona per a canviar-ne el nom.</ahelp>"
#: 03150100.xhp
msgctxt ""
@@ -1917,7 +1912,7 @@ msgctxt ""
"par_id8036133\n"
"help.text"
msgid "<ahelp hid=\".\" visibility=\"hidden\">Closes the slide master view.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\" visibility=\"hidden\">Tanca la visualització de diapositives mestres.</ahelp>"
#: 03150300.xhp
msgctxt ""
@@ -1925,7 +1920,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Notes Master"
-msgstr ""
+msgstr "Notes mestres"
#: 03150300.xhp
msgctxt ""
@@ -1933,16 +1928,15 @@ msgctxt ""
"bm_id3153144\n"
"help.text"
msgid "<bookmark_value>notes;default formatting</bookmark_value> <bookmark_value>backgrounds;notes</bookmark_value> <bookmark_value>speaker notes;defaults</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>notes;format per defecte</bookmark_value> <bookmark_value>fons;notes</bookmark_value> <bookmark_value>notes del presentador;per defecte</bookmark_value>"
#: 03150300.xhp
-#, fuzzy
msgctxt ""
"03150300.xhp\n"
"hd_id3153144\n"
"help.text"
msgid "<link href=\"text/simpress/01/03150300.xhp\" name=\"Notes Master\">Notes Master</link>"
-msgstr "<link href=\"text/simpress/01/03110000.xhp\" name=\"Visualització de les notes\">Notes</link>"
+msgstr "<link href=\"text/simpress/01/03150300.xhp\" name=\"Notes mestres\">Notes mestres</link>"
#: 03150300.xhp
msgctxt ""
@@ -1950,7 +1944,7 @@ msgctxt ""
"par_id3154491\n"
"help.text"
msgid "<ahelp hid=\".\">Displays the notes master, where you can set the default formatting for notes.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Mostra les notes mestres, on podeu definir el format per defecte per a les notes.</ahelp>"
#: 03151000.xhp
msgctxt ""
@@ -1958,7 +1952,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Master Elements"
-msgstr ""
+msgstr "Elements mestres"
#: 03151000.xhp
msgctxt ""
@@ -1966,7 +1960,7 @@ msgctxt ""
"bm_id4083986\n"
"help.text"
msgid "<bookmark_value>headers and footers;master layouts</bookmark_value> <bookmark_value>master layouts with headers and footers</bookmark_value>"
-msgstr ""
+msgstr "<bookmark_value>capçaleres i peus;formats mestres</bookmark_value> <bookmark_value>formats mestres amb capçaleres i peus de pàgina</bookmark_value>"
#: 03151000.xhp
msgctxt ""
@@ -1982,7 +1976,7 @@ msgctxt ""
"par_idN1057D\n"
"help.text"
msgid "<ahelp hid=\".\">Add header, footer, date, and slide number placeholders to the slide master.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Afegeix espais reservats per a la capçalera, el peu de pàgina, la data i el número de diapositiva a la diapositiva mestra.</ahelp>"
#: 03151100.xhp
msgctxt ""
@@ -5456,14 +5450,13 @@ msgid "<image id=\"img_id3154657\" src=\"res/helpimg/left2.png\" width=\"0.2189i
msgstr "<image id=\"img_id3157870\" src=\"res/sc10350.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3157870\">Icona</alt></image>"
#: 06050000.xhp
-#, fuzzy
msgctxt ""
"06050000.xhp\n"
"par_id3155530\n"
"5\n"
"help.text"
msgid "First image"
-msgstr "Primera pàgina"
+msgstr "Primera imatge"
#: 06050000.xhp
msgctxt ""
@@ -5475,13 +5468,12 @@ msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/prev\">Plays the animat
msgstr ""
#: 06050000.xhp
-#, fuzzy
msgctxt ""
"06050000.xhp\n"
"par_id3153912\n"
"help.text"
msgid "<image id=\"img_id3155268\" src=\"res/helpimg/left.png\" width=\"0.2189in\" height=\"0.1874in\"><alt id=\"alt_id3155268\">Icon</alt></image>"
-msgstr "<image id=\"img_id3157870\" src=\"res/sc10350.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3157870\">Icona</alt></image>"
+msgstr "<image id=\"img_id3155268\" src=\"res/helpimg/left.png\" width=\"0.2189in\" height=\"0.1874in\"><alt id=\"alt_id3155268\">Icona</alt></image>"
#: 06050000.xhp
msgctxt ""
@@ -5490,7 +5482,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "Backwards"
-msgstr ""
+msgstr "Enrere"
#: 06050000.xhp
msgctxt ""
@@ -5502,13 +5494,12 @@ msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/stop\">Stops playing th
msgstr ""
#: 06050000.xhp
-#, fuzzy
msgctxt ""
"06050000.xhp\n"
"par_id3153011\n"
"help.text"
msgid "<image id=\"img_id3147250\" src=\"res/helpimg/sistop.png\" width=\"0.2189in\" height=\"0.1874in\"><alt id=\"alt_id3147250\">Icon</alt></image>"
-msgstr "<image id=\"img_id3157870\" src=\"res/sc10350.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3157870\">Icona</alt></image>"
+msgstr "<image id=\"img_id3147250\" src=\"res/helpimg/sistop.png\" width=\"0.2189in\" height=\"0.1874in\"><alt id=\"alt_id3147250\">Icona</alt></image>"
#: 06050000.xhp
msgctxt ""
@@ -5517,7 +5508,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "Stop"
-msgstr ""
+msgstr "Atura"
#: 06050000.xhp
msgctxt ""
@@ -5529,13 +5520,12 @@ msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/next\">Plays the animat
msgstr ""
#: 06050000.xhp
-#, fuzzy
msgctxt ""
"06050000.xhp\n"
"par_id3153119\n"
"help.text"
msgid "<image id=\"img_id3149352\" src=\"res/helpimg/right.png\" width=\"0.2189in\" height=\"0.1874in\"><alt id=\"alt_id3149352\">Icon</alt></image>"
-msgstr "<image id=\"img_id3157870\" src=\"res/sc10350.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3157870\">Icona</alt></image>"
+msgstr "<image id=\"img_id3149352\" src=\"res/helpimg/right.png\" width=\"0.2189in\" height=\"0.1874in\"><alt id=\"alt_id3149352\">Icona</alt></image>"
#: 06050000.xhp
msgctxt ""
@@ -5544,7 +5534,7 @@ msgctxt ""
"11\n"
"help.text"
msgid "Play"
-msgstr ""
+msgstr "Reprodueix"
#: 06050000.xhp
msgctxt ""
@@ -5556,13 +5546,12 @@ msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/last\">Jumps to the las
msgstr ""
#: 06050000.xhp
-#, fuzzy
msgctxt ""
"06050000.xhp\n"
"par_id3153932\n"
"help.text"
msgid "<image id=\"img_id3145593\" src=\"res/helpimg/right2.png\" width=\"0.2189in\" height=\"0.1874in\"><alt id=\"alt_id3145593\">Icon</alt></image>"
-msgstr "<image id=\"img_id3155931\" src=\"cmd/sc_firstrecord.png\" width=\"0.222inch\" height=\"0.222inch\"><alt id=\"alt_id3155931\">Icona</alt></image>"
+msgstr "<image id=\"img_id3145593\" src=\"res/helpimg/right2.png\" width=\"0.2189in\" height=\"0.1874in\"><alt id=\"alt_id3145593\">Icona</alt></image>"
#: 06050000.xhp
msgctxt ""
@@ -5571,7 +5560,7 @@ msgctxt ""
"13\n"
"help.text"
msgid "Last image"
-msgstr ""
+msgstr "Última imatge"
#: 06050000.xhp
msgctxt ""
@@ -5580,7 +5569,7 @@ msgctxt ""
"15\n"
"help.text"
msgid "Image Number"
-msgstr ""
+msgstr "Número d'imatge"
#: 06050000.xhp
msgctxt ""
@@ -5589,7 +5578,7 @@ msgctxt ""
"16\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/numbitmap\">Indicates the position of the current image in the animation sequence.</ahelp> If you want to view another image, enter its number or click the up and down arrows."
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/dockinganimation/numbitmap\">Indica la posició de la imatge actual a la seqüència d'animació.</ahelp> Si voleu visualitzar una altra imatge, introduïu-ne el número o feu clic a les fletxes amunt i avall."
#: 06050000.xhp
msgctxt ""
@@ -5598,7 +5587,7 @@ msgctxt ""
"17\n"
"help.text"
msgid "Duration"
-msgstr ""
+msgstr "Durada"
#: 06050000.xhp
msgctxt ""
@@ -5607,16 +5596,17 @@ msgctxt ""
"18\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/duration\">Enter the number of seconds to display the current image. This option is only available if you select the <emph>Bitmap object</emph> option in the <emph>Animation group</emph> field.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/dockinganimation/duration\">Introduïu el nombre de segons durant els quals s'ha de mostrar la imatge actual. Aquesta opció només està disponible si l'opció <emph>Objecte de mapa de bits</emph> està seleccionada al camp <emph>Grup d'animació</emph>.</ahelp>"
#: 06050000.xhp
+#, fuzzy
msgctxt ""
"06050000.xhp\n"
"hd_id3147368\n"
"83\n"
"help.text"
msgid "Loop count"
-msgstr ""
+msgstr "Comptador de bucles"
#: 06050000.xhp
msgctxt ""
@@ -5625,7 +5615,7 @@ msgctxt ""
"84\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/loopcount\">Sets the number of times that the animation is played.</ahelp> If you want the animation to play continuously, choose <emph>Max</emph>."
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/dockinganimation/loopcount\">Defineix el nombre de vegades que s'ha de reproduir l'animació.</ahelp> Si voleu que l'animació es reprodueixi indefinidament, trieu <emph>Màx</emph>."
#: 06050000.xhp
msgctxt ""
@@ -5634,7 +5624,7 @@ msgctxt ""
"19\n"
"help.text"
msgid "Image"
-msgstr ""
+msgstr "Imatge"
#: 06050000.xhp
msgctxt ""
@@ -5643,7 +5633,7 @@ msgctxt ""
"37\n"
"help.text"
msgid "Adds or removes objects from your animation."
-msgstr ""
+msgstr "Afegeix o elimina objectes de l'animació."
#: 06050000.xhp
msgctxt ""
@@ -5664,13 +5654,12 @@ msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/getone\">Adds selected
msgstr ""
#: 06050000.xhp
-#, fuzzy
msgctxt ""
"06050000.xhp\n"
"par_id3156068\n"
"help.text"
msgid "<image id=\"img_id3148768\" src=\"sd/res/get1obj.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3148768\">Icon</alt></image>"
-msgstr "<image id=\"img_id3157870\" src=\"res/sc10350.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3157870\">Icona</alt></image>"
+msgstr "<image id=\"img_id3148768\" src=\"sd/res/get1obj.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3148768\">Icona</alt></image>"
#: 06050000.xhp
msgctxt ""
@@ -5733,7 +5722,7 @@ msgctxt ""
"42\n"
"help.text"
msgid "Delete Current Image"
-msgstr ""
+msgstr "Suprimeix la imatge actual"
#: 06050000.xhp
msgctxt ""
@@ -5745,13 +5734,12 @@ msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/delone\">Deletes curren
msgstr ""
#: 06050000.xhp
-#, fuzzy
msgctxt ""
"06050000.xhp\n"
"par_id3152926\n"
"help.text"
msgid "<image id=\"img_id3153210\" src=\"sd/res/del1bmp.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153210\">Icon</alt></image>"
-msgstr "<image id=\"img_id3157870\" src=\"res/sc10350.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3157870\">Icona</alt></image>"
+msgstr "<image id=\"img_id3153210\" src=\"sd/res/del1bmp.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3153210\">Icona</alt></image>"
#: 06050000.xhp
msgctxt ""
@@ -5760,7 +5748,7 @@ msgctxt ""
"81\n"
"help.text"
msgid "Delete Current Image"
-msgstr ""
+msgstr "Suprimeix la imatge actual"
#: 06050000.xhp
msgctxt ""
@@ -5769,7 +5757,7 @@ msgctxt ""
"44\n"
"help.text"
msgid "Delete All Images"
-msgstr ""
+msgstr "Suprimeix totes les imatges"
#: 06050000.xhp
msgctxt ""
@@ -5781,13 +5769,12 @@ msgid "<ahelp hid=\"modules/simpress/ui/dockinganimation/delall\">Deletes all of
msgstr ""
#: 06050000.xhp
-#, fuzzy
msgctxt ""
"06050000.xhp\n"
"par_id3147271\n"
"help.text"
msgid "<image id=\"img_id3154049\" src=\"sd/res/delall.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154049\">Icon</alt></image>"
-msgstr "<image id=\"img_id3157870\" src=\"res/sc10350.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3157870\">Icona</alt></image>"
+msgstr "<image id=\"img_id3154049\" src=\"sd/res/delall.png\" width=\"0.1665in\" height=\"0.1665in\"><alt id=\"alt_id3154049\">Icona</alt></image>"
#: 06050000.xhp
msgctxt ""
@@ -5796,7 +5783,7 @@ msgctxt ""
"82\n"
"help.text"
msgid "Delete All Images"
-msgstr ""
+msgstr "Suprimeix totes les imatges"
#: 06050000.xhp
msgctxt ""
@@ -5805,7 +5792,7 @@ msgctxt ""
"22\n"
"help.text"
msgid "Number"
-msgstr ""
+msgstr "Número"
#: 06050000.xhp
msgctxt ""
@@ -5814,7 +5801,7 @@ msgctxt ""
"23\n"
"help.text"
msgid "Total number of images in the animation."
-msgstr ""
+msgstr "Nombre total d'imatges de l'animació."
#: 06050000.xhp
msgctxt ""
@@ -5823,7 +5810,7 @@ msgctxt ""
"24\n"
"help.text"
msgid "Animation group"
-msgstr ""
+msgstr "Grup d'animació"
#: 06050000.xhp
msgctxt ""
@@ -5832,7 +5819,7 @@ msgctxt ""
"25\n"
"help.text"
msgid "Sets object properties for your animation."
-msgstr ""
+msgstr "Defineix les propietats d'objecte per a l'animació."
#: 06050000.xhp
msgctxt ""
@@ -5895,7 +5882,7 @@ msgctxt ""
"34\n"
"help.text"
msgid "Create"
-msgstr ""
+msgstr "Crea"
#: 06050000.xhp
msgctxt ""
@@ -5938,7 +5925,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "<variable id=\"effekttext\"><ahelp hid=\".uno:EffectWindow\">Assigns effects to selected objects.</ahelp></variable>"
-msgstr ""
+msgstr "<variable id=\"effekttext\"><ahelp hid=\".uno:EffectWindow\">Assigna efectes als objectes seleccionats.</ahelp></variable>"
#: 06060000.xhp
msgctxt ""
@@ -5946,7 +5933,7 @@ msgctxt ""
"par_idN1078E\n"
"help.text"
msgid "Animation List"
-msgstr ""
+msgstr "Llista d'animacions"
#: 06060000.xhp
msgctxt ""
@@ -5954,7 +5941,7 @@ msgctxt ""
"par_idN10792\n"
"help.text"
msgid "<ahelp hid=\".\">The animation list displays all animations for the current slide. </ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">La llista d'animacions mostra totes les animacions de la diapositiva actual. </ahelp>"
#: 06060000.xhp
msgctxt ""
@@ -5962,7 +5949,7 @@ msgctxt ""
"par_idN10798\n"
"help.text"
msgid "Each slide has one main animation that runs when the slide is shown."
-msgstr ""
+msgstr "Cada diapositiva conté una animació principal que s'executa quan es mostra la diapositiva."
#: 06060000.xhp
msgctxt ""
@@ -5970,7 +5957,7 @@ msgctxt ""
"par_idN1079C\n"
"help.text"
msgid "More animations may be present, which run when a shape is shown. If any of these animated shapes are present, they are listed in the lower half of the animation list. Tabs display the name of each shape that runs an animation."
-msgstr ""
+msgstr "Hi pot haver més animacions, que s'executen quan es mostra una forma. Si hi ha alguna d'aquestes formes animades, s'enumeren a la part inferior de la llista d'animacions. Les pestanyes mostren el nom de cada forma que executa una animació."
#: 06060000.xhp
msgctxt ""
@@ -5978,7 +5965,7 @@ msgctxt ""
"par_idN1079F\n"
"help.text"
msgid "Each list entry can consist of the following columns, from left to right:"
-msgstr ""
+msgstr "Cada entrada de llista pot comprendre les columnes següents (d'esquerra a dreta):"
#: 06060000.xhp
msgctxt ""
@@ -5986,7 +5973,7 @@ msgctxt ""
"par_idN107A5\n"
"help.text"
msgid "An optional + character signals that the text paragraphs are animated."
-msgstr ""
+msgstr "El caràcter + (opcional) indica que els paràgrafs del text estan animats."
#: 06060000.xhp
msgctxt ""
@@ -5994,7 +5981,7 @@ msgctxt ""
"par_idN107A9\n"
"help.text"
msgid "The second column shows the execution number of the animation."
-msgstr ""
+msgstr "La segona columna conté el número d'execució de l'animació."
#: 06060000.xhp
msgctxt ""
@@ -6002,7 +5989,7 @@ msgctxt ""
"par_idN107AD\n"
"help.text"
msgid "Column three shows a mouse icon if the animation is started by a mouse click, and a clock if the animation starts after the previous animation ends."
-msgstr ""
+msgstr "La tercera columna mostra una icona en forma de ratolí si l'animació s'inicia mitjançant un clic, o bé un rellotge si l'animació s'inicia després que acabi l'animació anterior."
#: 06060000.xhp
msgctxt ""
@@ -6010,7 +5997,7 @@ msgctxt ""
"par_idN107B1\n"
"help.text"
msgid "In column four, an icon shows the animation effect."
-msgstr ""
+msgstr "A la quarta columna, una icona mostra l'efecte d'animació."
#: 06060000.xhp
msgctxt ""
@@ -6018,7 +6005,7 @@ msgctxt ""
"par_idN107B5\n"
"help.text"
msgid "The fifth column shows the name of the shape for this animation effect and optionally the first characters of animated text."
-msgstr ""
+msgstr "La cinquena columna mostra el nom de la forma per a aquest efecte d'animació i, opcionalment, els primers caràcters del text animat."
#: 06060000.xhp
msgctxt ""
@@ -6026,7 +6013,7 @@ msgctxt ""
"par_idN107B8\n"
"help.text"
msgid "Add"
-msgstr ""
+msgstr "Afegeix"
#: 06060000.xhp
msgctxt ""
@@ -6034,7 +6021,7 @@ msgctxt ""
"par_idN107BC\n"
"help.text"
msgid "<ahelp hid=\".\">Opens the <link href=\"text/simpress/01/animationeffect.xhp\">Custom Animation</link> dialog to add another animation effect for the selected object on the slide.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Obre el diàleg <link href=\"text/simpress/01/animationeffect.xhp\">Animació personalitzada</link>, on podeu afegir un altre efecte d'animació per a l'objecte seleccionat a la diapositiva.</ahelp>"
#: 06060000.xhp
msgctxt ""
@@ -6042,7 +6029,7 @@ msgctxt ""
"par_idN107CD\n"
"help.text"
msgid "Change"
-msgstr ""
+msgstr "Canvia"
#: 06060000.xhp
msgctxt ""
@@ -6050,7 +6037,7 @@ msgctxt ""
"par_idN107D1\n"
"help.text"
msgid "<ahelp hid=\".\">Opens the <link href=\"text/simpress/01/animationeffect.xhp\">Custom Animation</link> dialog to change the animation effect for the selected entry on the animation list.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Obre el diàleg <link href=\"text/simpress/01/animationeffect.xhp\">Animació personalitzada</link>, on podeu modificar l'efecte d'animació per a l'entrada seleccionada a la llista d'animacions.</ahelp>"
#: 06060000.xhp
msgctxt ""
@@ -6058,7 +6045,7 @@ msgctxt ""
"par_idN107E2\n"
"help.text"
msgid "Remove"
-msgstr ""
+msgstr "Suprimeix"
#: 06060000.xhp
msgctxt ""
@@ -6066,7 +6053,7 @@ msgctxt ""
"par_idN107E6\n"
"help.text"
msgid "<ahelp hid=\".\">Removes the selected animation effects from the animation list.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Suprimeix l'efecte d'animació seleccionat de la llista d'animacions.</ahelp>"
#: 06060000.xhp
#, fuzzy
@@ -6147,7 +6134,7 @@ msgctxt ""
"par_idN10827\n"
"help.text"
msgid "Change order"
-msgstr ""
+msgstr "Canvia l'ordre"
#: 06060000.xhp
msgctxt ""
@@ -6155,7 +6142,7 @@ msgctxt ""
"par_idN1082B\n"
"help.text"
msgid "<ahelp hid=\".\">Click one of the buttons to move the selected animation effect up or down in the list.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Feu clic a un dels botons per a moure l'efecte d'animació seleccionat cap amunt o cap avall a la llista.</ahelp>"
#: 06060000.xhp
msgctxt ""
@@ -6163,7 +6150,7 @@ msgctxt ""
"par_idN1082E\n"
"help.text"
msgid "Play"
-msgstr ""
+msgstr "Reprodueix"
#: 06060000.xhp
msgctxt ""
@@ -6171,7 +6158,7 @@ msgctxt ""
"par_idN10832\n"
"help.text"
msgid "<ahelp hid=\".\">Plays the selected animation effect in the preview.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">Reprodueix l'efecte d'animació seleccionat a la previsualització.</ahelp>"
#: 06060000.xhp
#, fuzzy
@@ -6247,7 +6234,7 @@ msgctxt ""
"3\n"
"help.text"
msgid "Action at mouse click"
-msgstr ""
+msgstr "Acció en fer clic"
#: 06070000.xhp
msgctxt ""
@@ -6256,7 +6243,7 @@ msgctxt ""
"44\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/interactionpage/listbox\">Specifies the action that will run when you click the selected object during a slide show.</ahelp> You can also assign actions to grouped objects."
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/interactionpage/listbox\">Especifica l'acció que s'executarà quan feu clic a l'objecte seleccionat durant una presentació de diapositives.</ahelp> També podeu assignar accions a objectes agrupats."
#: 06070000.xhp
msgctxt ""
@@ -6265,7 +6252,7 @@ msgctxt ""
"4\n"
"help.text"
msgid "No action"
-msgstr ""
+msgstr "Cap acció"
#: 06070000.xhp
msgctxt ""
@@ -6274,7 +6261,7 @@ msgctxt ""
"45\n"
"help.text"
msgid "No action occurs."
-msgstr ""
+msgstr "No succeeix cap acció."
#: 06070000.xhp
msgctxt ""
@@ -6283,7 +6270,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "Go to previous slide"
-msgstr ""
+msgstr "Vés a la diapositiva anterior"
#: 06070000.xhp
msgctxt ""
@@ -6292,7 +6279,7 @@ msgctxt ""
"46\n"
"help.text"
msgid "Moves back one slide in the slide show."
-msgstr ""
+msgstr "Torna a la diapositiva anterior de la presentació de diapositives."
#: 06070000.xhp
msgctxt ""
@@ -6301,7 +6288,7 @@ msgctxt ""
"6\n"
"help.text"
msgid "Go to next slide"
-msgstr ""
+msgstr "Vés a la diapositiva següent"
#: 06070000.xhp
msgctxt ""
@@ -6310,7 +6297,7 @@ msgctxt ""
"47\n"
"help.text"
msgid "Moves forward one slide in the slide show."
-msgstr ""
+msgstr "Passa a la diapositiva següent de la presentació de diapositives."
#: 06070000.xhp
msgctxt ""
@@ -6319,7 +6306,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "Go to first slide"
-msgstr ""
+msgstr "Vés a la primera diapositiva"
#: 06070000.xhp
msgctxt ""
@@ -6328,7 +6315,7 @@ msgctxt ""
"48\n"
"help.text"
msgid "Jumps to the first slide in the slide show."
-msgstr ""
+msgstr "Salta a la primera diapositiva de la presentació de diapositives."
#: 06070000.xhp
msgctxt ""
@@ -6337,7 +6324,7 @@ msgctxt ""
"8\n"
"help.text"
msgid "Go to last slide"
-msgstr ""
+msgstr "Vés a l'última diapositiva"
#: 06070000.xhp
msgctxt ""
@@ -6346,7 +6333,7 @@ msgctxt ""
"49\n"
"help.text"
msgid "Jumps to the last slide in the slide show."
-msgstr ""
+msgstr "Salta a l'última diapositiva de la presentació de diapositives."
#: 06070000.xhp
msgctxt ""
@@ -6355,7 +6342,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "Go to page or object"
-msgstr ""
+msgstr "Vés a la pàgina o l'objecte"
#: 06070000.xhp
msgctxt ""
@@ -6364,7 +6351,7 @@ msgctxt ""
"50\n"
"help.text"
msgid "Jumps to a slide or a named object in a slide."
-msgstr ""
+msgstr "Salta a una diapositiva o a un objecte anomenat d'una diapositiva."
#: 06070000.xhp
msgctxt ""
@@ -6373,7 +6360,7 @@ msgctxt ""
"10\n"
"help.text"
msgid "Target"
-msgstr ""
+msgstr "Objectiu"
#: 06070000.xhp
msgctxt ""
@@ -6391,7 +6378,7 @@ msgctxt ""
"11\n"
"help.text"
msgid "Slide / Object"
-msgstr ""
+msgstr "Diapositiva / objecte"
#: 06070000.xhp
msgctxt ""
@@ -6409,7 +6396,7 @@ msgctxt ""
"12\n"
"help.text"
msgid "Find"
-msgstr ""
+msgstr "Cerca"
#: 06070000.xhp
msgctxt ""
@@ -6427,7 +6414,7 @@ msgctxt ""
"13\n"
"help.text"
msgid "Go to document"
-msgstr ""
+msgstr "Vés al document"
#: 06070000.xhp
msgctxt ""
@@ -6436,7 +6423,7 @@ msgctxt ""
"55\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/interactionpage/treedoc\">Opens and displays a file during a slide show. If you select a $[officename] file as the target document, you can also specify the page that will open.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/interactionpage/treedoc\">Obre un fitxer i el mostra durant la presentació de diapositives. Si seleccioneu un fitxer del $[officename] com a document de destinació, també podeu indicar la pàgina que s'obrirà.</ahelp>"
#: 06070000.xhp
msgctxt ""
@@ -6445,7 +6432,7 @@ msgctxt ""
"14\n"
"help.text"
msgid "Document"
-msgstr ""
+msgstr "Document"
#: 06070000.xhp
msgctxt ""
@@ -6454,7 +6441,7 @@ msgctxt ""
"56\n"
"help.text"
msgid "Define the location of the target document."
-msgstr ""
+msgstr "Definiu la ubicació del document de destinació."
#: 06070000.xhp
msgctxt ""
@@ -6463,7 +6450,7 @@ msgctxt ""
"15\n"
"help.text"
msgid "Document"
-msgstr ""
+msgstr "Document"
#: 06070000.xhp
msgctxt ""
@@ -6472,7 +6459,7 @@ msgctxt ""
"57\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/interactionpage/document\">Enter a path to the file you want to open, or click <emph>Browse </emph>to locate the file.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/interactionpage/document\">Introduïu el camí del fitxer que voleu obrir o feu clic a <emph>Navega</emph> per cercar el fitxer.</ahelp>"
#: 06070000.xhp
msgctxt ""
@@ -6481,7 +6468,7 @@ msgctxt ""
"16\n"
"help.text"
msgid "Browse"
-msgstr ""
+msgstr "Navega"
#: 06070000.xhp
msgctxt ""
@@ -6499,7 +6486,7 @@ msgctxt ""
"18\n"
"help.text"
msgid "Play audio"
-msgstr ""
+msgstr "Reprodueix l'àudio"
#: 06070000.xhp
msgctxt ""
@@ -6508,7 +6495,7 @@ msgctxt ""
"60\n"
"help.text"
msgid "Plays an audio file."
-msgstr ""
+msgstr "Reprodueix un fitxer d'àudio"
#: 06070000.xhp
msgctxt ""
@@ -6517,7 +6504,7 @@ msgctxt ""
"19\n"
"help.text"
msgid "Audio"
-msgstr ""
+msgstr "Àudio"
#: 06070000.xhp
msgctxt ""
@@ -6526,7 +6513,7 @@ msgctxt ""
"61\n"
"help.text"
msgid "Define the location of the audio file."
-msgstr ""
+msgstr "Definiu la ubicació del fitxer d'àudio."
#: 06070000.xhp
msgctxt ""
@@ -6535,7 +6522,7 @@ msgctxt ""
"20\n"
"help.text"
msgid "Audio"
-msgstr ""
+msgstr "Àudio"
#: 06070000.xhp
msgctxt ""
@@ -6553,7 +6540,7 @@ msgctxt ""
"21\n"
"help.text"
msgid "Browse"
-msgstr ""
+msgstr "Navega"
#: 06070000.xhp
msgctxt ""
@@ -6616,7 +6603,7 @@ msgctxt ""
"36\n"
"help.text"
msgid "Program"
-msgstr ""
+msgstr "Programa"
#: 06070000.xhp
msgctxt ""
@@ -6625,7 +6612,7 @@ msgctxt ""
"37\n"
"help.text"
msgid "Program"
-msgstr ""
+msgstr "Programa"
#: 06070000.xhp
msgctxt ""
@@ -6634,7 +6621,7 @@ msgctxt ""
"81\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/interactionpage/program\">Enter a path to the program you want to start, or click <emph>Browse </emph>to locate the program.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/interactionpage/program\">Introduïu el camí del programa que voleu executar o feu clic a <emph>Navega</emph> per cercar el programa.</ahelp>"
#: 06070000.xhp
msgctxt ""
@@ -6643,7 +6630,7 @@ msgctxt ""
"38\n"
"help.text"
msgid "Browse"
-msgstr ""
+msgstr "Navega"
#: 06070000.xhp
msgctxt ""
@@ -6652,7 +6639,7 @@ msgctxt ""
"82\n"
"help.text"
msgid "Locate the program you want to start."
-msgstr ""
+msgstr "Cerqueu el programa que voleu executar."
#: 06070000.xhp
msgctxt ""
@@ -6661,7 +6648,7 @@ msgctxt ""
"39\n"
"help.text"
msgid "Run macro"
-msgstr ""
+msgstr "Executa la macro"
#: 06070000.xhp
msgctxt ""
@@ -6670,7 +6657,7 @@ msgctxt ""
"83\n"
"help.text"
msgid "Runs a macro during the slide show."
-msgstr ""
+msgstr "Executa una macro durant la presentació de diapositives."
#: 06070000.xhp
msgctxt ""
@@ -6679,7 +6666,7 @@ msgctxt ""
"40\n"
"help.text"
msgid "Macro"
-msgstr ""
+msgstr "Macro"
#: 06070000.xhp
msgctxt ""
@@ -6688,7 +6675,7 @@ msgctxt ""
"41\n"
"help.text"
msgid "Macro"
-msgstr ""
+msgstr "Macro"
#: 06070000.xhp
msgctxt ""
@@ -6697,7 +6684,7 @@ msgctxt ""
"85\n"
"help.text"
msgid "<ahelp hid=\"modules/simpress/ui/interactionpage/macro\">Enter a path to the macro you want to run, or click <emph>Browse </emph>to locate the macro.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\"modules/simpress/ui/interactionpage/macro\">Introduïu el camí de la macro que voleu executar o feu clic a <emph>Navega</emph> per cercar la macro.</ahelp>"
#: 06070000.xhp
msgctxt ""
@@ -6706,7 +6693,7 @@ msgctxt ""
"42\n"
"help.text"
msgid "Browse"
-msgstr ""
+msgstr "Navega"
#: 06070000.xhp
msgctxt ""
@@ -6715,7 +6702,7 @@ msgctxt ""
"86\n"
"help.text"
msgid "Locate the macro you want to run."
-msgstr ""
+msgstr "Cerqueu la macro que voleu executar."
#: 06070000.xhp
msgctxt ""
@@ -6724,7 +6711,7 @@ msgctxt ""
"43\n"
"help.text"
msgid "Exit presentation"
-msgstr ""
+msgstr "Acaba la presentació"
#: 06070000.xhp
msgctxt ""
@@ -6733,7 +6720,7 @@ msgctxt ""
"87\n"
"help.text"
msgid "Ends the presentation."
-msgstr ""
+msgstr "Finalitza la presentació."
#: 06070000.xhp
msgctxt ""
@@ -6741,7 +6728,7 @@ msgctxt ""
"par_idN10AE2\n"
"help.text"
msgid "Start object action"
-msgstr ""
+msgstr "Executa l'acció de l'objecte"
#: 06070000.xhp
msgctxt ""
@@ -6749,7 +6736,7 @@ msgctxt ""
"par_idN10AE6\n"
"help.text"
msgid "You can choose the \"Start object action\" entry for inserted OLE objects."
-msgstr ""
+msgstr "Podeu seleccionar l'entrada «Executa l'acció de l'objecte» per als objectes OLE inserits."
#: 06070000.xhp
msgctxt ""
@@ -6757,7 +6744,7 @@ msgctxt ""
"par_idN10AE9\n"
"help.text"
msgid "Edit"
-msgstr ""
+msgstr "Edita"
#: 06070000.xhp
msgctxt ""
@@ -6765,7 +6752,7 @@ msgctxt ""
"par_idN10AED\n"
"help.text"
msgid "Opens the object in edit mode."
-msgstr ""
+msgstr "Obre l'objecte en mode d'edició."
#: 06080000.xhp
msgctxt ""
@@ -6773,7 +6760,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Slide Show Settings"
-msgstr ""
+msgstr "Paràmetres de la presentació de diapositives"
#: 06080000.xhp
msgctxt ""
@@ -6821,7 +6808,7 @@ msgctxt ""
"hd_id3145363\n"
"help.text"
msgid "All slides"
-msgstr ""
+msgstr "Totes les diapositives"
#: 06080000.xhp
msgctxt ""
diff --git a/source/ca/helpcontent2/source/text/swriter.po b/source/ca/helpcontent2/source/text/swriter.po
index 6e62ac8a589..47c49e7709d 100644
--- a/source/ca/helpcontent2/source/text/swriter.po
+++ b/source/ca/helpcontent2/source/text/swriter.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
-"PO-Revision-Date: 2016-05-09 12:36+0000\n"
+"PO-Revision-Date: 2016-06-09 11:50+0000\n"
"Last-Translator: Joan Montané <joan@montane.cat>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ca\n"
@@ -13,9 +13,9 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.7\n"
"X-Language: ca\n"
-"X-POOTLE-MTIME: 1462797380.000000\n"
+"X-POOTLE-MTIME: 1465473054.000000\n"
#: classificationbar.xhp
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"tit\n"
"help.text"
msgid "Classification Bar"
-msgstr ""
+msgstr "Barra de classificació"
#: classificationbar.xhp
msgctxt ""
@@ -31,7 +31,7 @@ msgctxt ""
"hd_id3150342\n"
"help.text"
msgid "<link href=\"text/swriter/classificationbar.xhp\" name=\"Classification Bar\">Classification Bar</link>"
-msgstr ""
+msgstr "<link href=\"text/swriter/classificationbar.xhp\" name=\"Barra de classificació\">Barra de classificació</link>"
#: classificationbar.xhp
msgctxt ""
@@ -39,7 +39,7 @@ msgctxt ""
"par_id3150202\n"
"help.text"
msgid "<ahelp hid=\".\">The <emph>Classification</emph> bar contains tools to help secure document handling.</ahelp>"
-msgstr ""
+msgstr "<ahelp hid=\".\">La barra de <emph>classificació</emph> conté eines que us ajuden en la gestió segura de documents.</ahelp>"
#: classificationbar.xhp
msgctxt ""
@@ -55,7 +55,7 @@ msgctxt ""
"par_idN106B0\n"
"help.text"
msgid "Intellectual Property"
-msgstr ""
+msgstr "Propietat intel·lectual"
#: classificationbar.xhp
msgctxt ""
@@ -71,7 +71,7 @@ msgctxt ""
"par_idN106CD\n"
"help.text"
msgid "National Security"
-msgstr ""
+msgstr "Seguretat nacional"
#: classificationbar.xhp
msgctxt ""
@@ -87,7 +87,7 @@ msgctxt ""
"par_idN106EA\n"
"help.text"
msgid "Export Control"
-msgstr ""
+msgstr "Control d'exportació"
#: classificationbar.xhp
msgctxt ""
@@ -95,7 +95,7 @@ msgctxt ""
"par_idN106FA\n"
"help.text"
msgid "Selects the category of this document for the export control policy type. The selected category is saved together with the document as BAILS metadata, but it does not influence the user interface."
-msgstr ""
+msgstr "Seleccioneu la categoria d'aquest document per al tipus de política de control d'exportació. La categoria seleccionada es desa juntament amb el document com a metadades BAILS, però això no afecta a la interfície d'usuari."
#: main0000.xhp
msgctxt ""
@@ -1658,13 +1658,12 @@ msgid "Zoom & View Layout"
msgstr "Escala i format de la visualització"
#: main0208.xhp
-#, fuzzy
msgctxt ""
"main0208.xhp\n"
"par_id7723929\n"
"help.text"
msgid "Three controls on the Writer Status Bar allow you to change the zoom and view layout of your text documents."
-msgstr "Hi ha tres controls a la barra d'estat del Writer que permeten canviar l'escala i el format de la visualització dels documents de text."
+msgstr "Hi ha tres controls a la barra d'estat del Writer que us permeten canviar l'escala i el format de la visualització dels documents de text."
#: main0208.xhp
msgctxt ""
diff --git a/source/cy/basctl/source/basicide.po b/source/cy/basctl/source/basicide.po
index 6d38fdf79e3..6d36d38cf9c 100644
--- a/source/cy/basctl/source/basicide.po
+++ b/source/cy/basctl/source/basicide.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: 2016-03-09 20:49+0100\n"
-"PO-Revision-Date: 2015-12-11 14:58+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2016-06-13 08:35+0000\n"
+"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1449845898.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1465806954.000000\n"
#: basicprint.src
msgctxt ""
@@ -259,7 +259,7 @@ msgctxt ""
"RID_STR_SEARCHREPLACES\n"
"string.text"
msgid "Search key replaced XX times"
-msgstr "Allwedd chwilio wedi ei amnewid XX gwaith"
+msgstr "Allwedd chwilio wedi ei newid XX gwaith"
#: basidesh.src
msgctxt ""
@@ -427,7 +427,7 @@ msgctxt ""
"RID_STR_REPLACESTDLIB\n"
"string.text"
msgid "The default library cannot be replaced."
-msgstr "Methu amnewid y llyfrgell rhagosodedig."
+msgstr "Methu newid y llyfrgell rhagosodedig."
#: basidesh.src
msgctxt ""
@@ -852,7 +852,7 @@ msgstr ""
"\n"
"$(ARG1)\n"
"\n"
-"Ailenwi'r ddeialog i gadw'r ddeialog gyfredol neu amnewid y ddeialog gyfredol.\n"
+"Ailenwi'r ddeialog i gadw'r ddeialog gyfredol neu newid y ddeialog gyfredol.\n"
" "
#: basidesh.src
diff --git a/source/cy/cui/source/customize.po b/source/cy/cui/source/customize.po
index 9c7550d1a5b..2ac4160cc3e 100644
--- a/source/cy/cui/source/customize.po
+++ b/source/cy/cui/source/customize.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-05-10 16:03+0000\n"
+"PO-Revision-Date: 2016-06-13 08:36+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1462896225.000000\n"
+"X-POOTLE-MTIME: 1465806961.000000\n"
#: acccfg.src
msgctxt ""
@@ -196,7 +196,7 @@ msgid ""
"Would you like to replace the existing icon?"
msgstr ""
"Mae'r eicon %ICONNAME eisoes wedi'i gynnwys yn y rhestr delwedd.\n"
-"Hoffech chi amnewid yr eicon presennol?"
+"Hoffech chi newid yr eicon presennol?"
#: cfg.src
msgctxt ""
@@ -204,7 +204,7 @@ msgctxt ""
"RID_SVXSTR_REPLACE_ICON_CONFIRM\n"
"string.text"
msgid "Confirm Icon Replacement"
-msgstr "Cadarnhau Amnewid Eicon"
+msgstr "Cadarnhau Newid Eicon"
#: cfg.src
msgctxt ""
diff --git a/source/cy/cui/source/options.po b/source/cy/cui/source/options.po
index eeb7e06b6d6..83e28e34a21 100644
--- a/source/cy/cui/source/options.po
+++ b/source/cy/cui/source/options.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-07 21:35+0200\n"
-"PO-Revision-Date: 2016-05-10 16:04+0000\n"
+"PO-Revision-Date: 2016-06-13 07:39+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1462896265.000000\n"
+"X-POOTLE-MTIME: 1465803564.000000\n"
#: connpooloptions.src
msgctxt ""
@@ -186,7 +186,7 @@ msgctxt ""
"STR_MODIFY\n"
"string.text"
msgid "~Replace"
-msgstr "~Amnewid"
+msgstr "~Newid"
#: optdict.src
msgctxt ""
diff --git a/source/cy/cui/source/tabpages.po b/source/cy/cui/source/tabpages.po
index bf99f6156a6..fd503b8c730 100644
--- a/source/cy/cui/source/tabpages.po
+++ b/source/cy/cui/source/tabpages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-11-10 19:33+0100\n"
-"PO-Revision-Date: 2015-11-14 14:40+0000\n"
+"PO-Revision-Date: 2016-06-13 07:39+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\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==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1447512030.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1465803571.000000\n"
#: border.src
msgctxt ""
@@ -1071,7 +1071,7 @@ msgctxt ""
"RID_SVXSTR_BULLET\n"
"string.text"
msgid "Replace bullets with: "
-msgstr "Amnewid bwledi gyda: "
+msgstr "Newid bwledi gyda: "
#: strings.src
msgctxt ""
diff --git a/source/cy/cui/uiconfig/ui.po b/source/cy/cui/uiconfig/ui.po
index 061c6c10d0f..032621d3bce 100644
--- a/source/cy/cui/uiconfig/ui.po
+++ b/source/cy/cui/uiconfig/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-25 13:27+0200\n"
-"PO-Revision-Date: 2016-05-31 13:43+0000\n"
+"PO-Revision-Date: 2016-06-13 08:36+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464702190.000000\n"
+"X-POOTLE-MTIME: 1465806967.000000\n"
#: aboutconfigdialog.ui
msgctxt ""
@@ -1049,7 +1049,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Replacements and exceptions for language:"
-msgstr "Amnewidiadau ac eithriadau ar gyfer iaith:"
+msgstr "Newidiadau ac eithriadau ar gyfer iaith:"
#: autocorrectdialog.ui
msgctxt ""
@@ -5945,7 +5945,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Always R_eplace"
-msgstr "_Amnewid Bob Tro"
+msgstr "_Newid Bob Tro"
#: hangulhanjaconversiondialog.ui
msgctxt ""
@@ -5954,7 +5954,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Replace b_y character"
-msgstr "Amnewid gan _nod"
+msgstr "Newid yn ôl _nod"
#: hangulhanjaconversiondialog.ui
msgctxt ""
@@ -6062,7 +6062,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Replace all unique entries automatically"
-msgstr "Amnewid pob cofnod unigryw yn awtomatig"
+msgstr "Newid pob cofnod unigryw yn awtomatig"
#: hangulhanjaoptdialog.ui
msgctxt ""
@@ -9926,7 +9926,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Type and replace"
-msgstr "_Teipio ac amnewid"
+msgstr "_Teipio ac newid"
#: optctlpage.ui
msgctxt ""
@@ -10250,7 +10250,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Re_place with:"
-msgstr "_Amnewid gyda:"
+msgstr "_Newid gyda:"
#: optfontspage.ui
msgctxt ""
diff --git a/source/cy/desktop/source/deployment/gui.po b/source/cy/desktop/source/deployment/gui.po
index bcfce93ef41..e53402c0a54 100644
--- a/source/cy/desktop/source/deployment/gui.po
+++ b/source/cy/desktop/source/deployment/gui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-08-25 12:33+0200\n"
-"PO-Revision-Date: 2015-09-24 14:48+0000\n"
+"PO-Revision-Date: 2016-06-13 08:36+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\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==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1443106096.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1465807000.000000\n"
#: dp_gui_dialog.src
msgctxt ""
@@ -433,7 +433,7 @@ msgid ""
msgstr ""
"Rydych ar fin gosod fersiwn $NEW o estyniad '$NAME'.\n"
"Mae'r fersiwn diweddaraf o $DEPLOYED eisioes wedi ei osod.\n"
-"Cliciwch 'Iawn' i amnewid yr estyniad sydd wedi ei osod.\n"
+"Cliciwch 'Iawn' i newid yr estyniad sydd wedi ei osod.\n"
"Cliciwch 'Diddymu' i atal y gosod."
#: dp_gui_versionboxes.src
@@ -449,7 +449,7 @@ msgid ""
msgstr ""
"Rydych ar fin gosod fersiwn $NEW o estyniad '$NAME'.\n"
"Mae'r fersiwn diweddaraf o $DEPLOYED o'r enw '$OLDNAME', eisioes wedi ei osod.\n"
-"Cliciwch 'Iawn' i amnewid yr estyniad sydd wedi ei osod.\n"
+"Cliciwch 'Iawn' i newid yr estyniad sydd wedi ei osod.\n"
"Cliciwch 'Diddymu' i atal y gosod."
#: dp_gui_versionboxes.src
@@ -465,7 +465,7 @@ msgid ""
msgstr ""
"Rydych ar fin gosod fersiwn $NEW o estyniad '$NAME'.\n"
"Mae'r fersiwn yna wedi ei osod eisoes.\n"
-"Cliciwch 'Iawn' i amnewid yr estyniad sydd wedi ei osod.\n"
+"Cliciwch 'Iawn' i newid yr estyniad sydd wedi ei osod.\n"
"Cliciwch 'Diddymu' i atal y gosod."
#: dp_gui_versionboxes.src
@@ -481,7 +481,7 @@ msgid ""
msgstr ""
"Rydych ar fin gosod fersiwn $NEW o estyniad '$NAME'.\n"
"Mae'r fersiwn yna, sef '$OLDNAME' eisoes wedi ei osod.\n"
-"Cliciwch 'Iawn' i amnewid yr estyniad sydd wedi ei osod.\n"
+"Cliciwch 'Iawn' i newid yr estyniad sydd wedi ei osod.\n"
"Cliciwch 'Diddymu' i atal y gosod."
#: dp_gui_versionboxes.src
@@ -497,7 +497,7 @@ msgid ""
msgstr ""
"Rydych ar fin gosod fersiwn $NEW o estyniad '$NAME'.\n"
"Mae'r fersiwn hŷn, sef $DEPLOYED eisoes wedi ei osod.\n"
-"Cliciwch 'Iawn' i amnewid yr estyniad sydd wedi ei osod.\n"
+"Cliciwch 'Iawn' i newid yr estyniad sydd wedi ei osod.\n"
"Cliciwch 'Diddymu' i atal y gosod."
#: dp_gui_versionboxes.src
@@ -513,5 +513,5 @@ msgid ""
msgstr ""
"Rydych ar fin gosod fersiwn $NEW o estyniad '$NAME'.\n"
"Mae'r fersiwn hŷn $DEPLOYED, o'r enw '$OLDNAME' eisioes wedi ei osod.\n"
-"Cliciwch 'Iawn' i amnewid yr estyniad sydd wedi ei osod.\n"
+"Cliciwch 'Iawn' i newid yr estyniad sydd wedi ei osod.\n"
"Cliciwch 'Diddymu' i atal y gosod."
diff --git a/source/cy/forms/source/resource.po b/source/cy/forms/source/resource.po
index ba4a39ef24e..d2005aa8b7c 100644
--- a/source/cy/forms/source/resource.po
+++ b/source/cy/forms/source/resource.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-11-18 11:23+0100\n"
-"PO-Revision-Date: 2014-12-08 10:30+0000\n"
-"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
+"POT-Creation-Date: 2015-04-22 23:40+0200\n"
+"PO-Revision-Date: 2016-06-13 08:36+0000\n"
+"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1418034638.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1465807010.000000\n"
#: strings.src
msgctxt ""
@@ -38,7 +38,7 @@ msgctxt ""
"RID_STR_CONTROL_SUBSTITUTED_NAME\n"
"string.text"
msgid "substituted"
-msgstr "amnewidiwyd"
+msgstr "newidiwyd"
#: strings.src
msgctxt ""
@@ -46,7 +46,7 @@ msgctxt ""
"RID_STR_CONTROL_SUBSTITUTED_EPXPLAIN\n"
"string.text"
msgid "An error occurred while this control was being loaded. It was therefore replaced with a placeholder."
-msgstr "Digwyddodd gwall wrth i'r rheolwr gael ei lwytho. Cafodd ei amnewid gyda dalfan."
+msgstr "Digwyddodd gwall wrth i'r rheolwr gael ei lwytho. Cafodd ei newid gyda dalfan."
#: strings.src
msgctxt ""
diff --git a/source/cy/fpicker/source/office.po b/source/cy/fpicker/source/office.po
index e67a0a2d5b9..42f65d2658e 100644
--- a/source/cy/fpicker/source/office.po
+++ b/source/cy/fpicker/source/office.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: 2015-08-25 12:34+0200\n"
-"PO-Revision-Date: 2015-08-26 14:24+0000\n"
-"Last-Translator: system user <>\n"
+"PO-Revision-Date: 2016-06-13 08:36+0000\n"
+"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1440599095.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1465807016.000000\n"
#: OfficeFilePicker.src
msgctxt ""
@@ -240,7 +240,7 @@ msgid ""
msgstr ""
"Mae ffeil o'r enw \"$filename$\" yn bodoli eisoes.\n"
"\n"
-"Hoffech chi ei amnewid?"
+"Hoffech chi ei newid?"
#: iodlg.src
msgctxt ""
diff --git a/source/cy/instsetoo_native/inc_openoffice/windows/msi_languages.po b/source/cy/instsetoo_native/inc_openoffice/windows/msi_languages.po
index ec0e8cd7c6b..b64ea8e95cd 100644
--- a/source/cy/instsetoo_native/inc_openoffice/windows/msi_languages.po
+++ b/source/cy/instsetoo_native/inc_openoffice/windows/msi_languages.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-03-09 20:48+0100\n"
-"PO-Revision-Date: 2016-03-31 16:24+0000\n"
+"PO-Revision-Date: 2016-06-13 08:37+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\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==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1459441473.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1465807021.000000\n"
#: ActionTe.ulf
msgctxt ""
@@ -3662,7 +3662,7 @@ msgctxt ""
"OOO_ERROR_110\n"
"LngText.text"
msgid "Could not schedule file [2] to replace file [3] on reboot. Verify that you have write permissions to file [3]."
-msgstr "Methu amserlenni ffeil [2] i amnewid ffeil [3] wrth gychwyn. Gwiriwch fod gennych ganiatâd ysgrifennu i ffeil: [3]."
+msgstr "Methu amserlenni ffeil [2] i newid ffeil [3] wrth gychwyn. Gwiriwch fod gennych ganiatâd ysgrifennu i ffeil: [3]."
#: Error.ulf
msgctxt ""
diff --git a/source/cy/officecfg/registry/data/org/openoffice/Office.po b/source/cy/officecfg/registry/data/org/openoffice/Office.po
index 11062242627..72c45c90821 100644
--- a/source/cy/officecfg/registry/data/org/openoffice/Office.po
+++ b/source/cy/officecfg/registry/data/org/openoffice/Office.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-07 21:35+0200\n"
-"PO-Revision-Date: 2016-05-11 16:19+0000\n"
+"PO-Revision-Date: 2016-06-13 08:37+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1462983550.000000\n"
+"X-POOTLE-MTIME: 1465807031.000000\n"
#: Addons.xcu
msgctxt ""
@@ -1139,7 +1139,7 @@ msgctxt ""
"STR_OLE_OPTIMIZATION\n"
"value.text"
msgid "Choose settings for replacing OLE objects"
-msgstr "Dewis dewisiadau ar gyfer amnewid gwrthrychau OLE"
+msgstr "Dewis dewisiadau ar gyfer newid gwrthrychau OLE"
#: PresentationMinimizer.xcu
msgctxt ""
@@ -1148,7 +1148,7 @@ msgctxt ""
"STR_OLE_REPLACE\n"
"value.text"
msgid "Create static replacement images for OLE objects"
-msgstr "Creu graffigau amnewidiad statig ar gyfer gwrthrychau OLE"
+msgstr "Creu graffigau newidiad statig ar gyfer gwrthrychau OLE"
#: PresentationMinimizer.xcu
msgctxt ""
diff --git a/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po b/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po
index a44d1d7cf25..22b92ced97e 100644
--- a/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/cy/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
-"PO-Revision-Date: 2016-05-31 13:43+0000\n"
+"PO-Revision-Date: 2016-06-13 07:40+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464702217.000000\n"
+"X-POOTLE-MTIME: 1465803638.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -8285,7 +8285,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Replace..."
-msgstr "~Amnewid..."
+msgstr "~Newid..."
#: DrawImpressCommands.xcu
msgctxt ""
@@ -13613,7 +13613,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Replace with"
-msgstr "~Amnewid gyda"
+msgstr "~Newid gyda"
#: GenericCommands.xcu
msgctxt ""
@@ -15935,7 +15935,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Replace Image"
-msgstr "Amnewid Delwedd"
+msgstr "Newid Delwedd"
#: GenericCommands.xcu
msgctxt ""
@@ -15944,7 +15944,7 @@ msgctxt ""
"ContextLabel\n"
"value.text"
msgid "~Replace..."
-msgstr "~Amnewid..."
+msgstr "~Newid..."
#: GenericCommands.xcu
msgctxt ""
@@ -17125,7 +17125,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Background Color"
-msgstr "Cefndir Lliw"
+msgstr "Lliw Cefndir"
#: GenericCommands.xcu
msgctxt ""
diff --git a/source/cy/sc/source/ui/src.po b/source/cy/sc/source/ui/src.po
index 03141baf02d..bdf27060e9d 100644
--- a/source/cy/sc/source/ui/src.po
+++ b/source/cy/sc/source/ui/src.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-25 13:27+0200\n"
-"PO-Revision-Date: 2016-05-31 13:48+0000\n"
+"PO-Revision-Date: 2016-06-13 08:38+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464702488.000000\n"
+"X-POOTLE-MTIME: 1465807105.000000\n"
#: condformatdlg.src
msgctxt ""
@@ -3608,7 +3608,7 @@ msgctxt ""
"STR_CREATENAME_REPLACE\n"
"string.text"
msgid "Replace existing definition of #?"
-msgstr "Amnewid diffiniad presennol o #?"
+msgstr "Newid diffiniad presennol o #?"
#: globstr.src
msgctxt ""
@@ -4294,7 +4294,7 @@ msgctxt ""
"STR_IMPORT_REPLACE\n"
"string.text"
msgid "Do you want to replace the contents of #?"
-msgstr "Hoffech chi amnewid cynnwys #?"
+msgstr "Hoffech chi newid cynnwys #?"
#: globstr.src
msgctxt ""
@@ -23207,7 +23207,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The text in which the beginning of words are to be replaced by capital letters."
-msgstr "Testun lle fydd cychwyn pob gair yn cael ei amnewid gyda phriflythyren."
+msgstr "Testun lle fydd cychwyn pob gair yn cael ei newid gyda phriflythyren."
#: scfuncs.src
msgctxt ""
@@ -23369,7 +23369,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Replaces characters within a text string with a different text string."
-msgstr "Amnewid nod o fewn llinyn testun gyda llinyn testun gwahanol."
+msgstr "Newid nod o fewn llinyn testun gyda llinyn testun gwahanol."
#: scfuncs.src
msgctxt ""
@@ -23387,7 +23387,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The text in which some characters are to be replaced."
-msgstr "Testun lle mae rhai nodau i gael eu hamnewid."
+msgstr "Testun lle mae rhai nodau i gael eu newid."
#: scfuncs.src
msgctxt ""
@@ -23405,7 +23405,7 @@ msgctxt ""
"5\n"
"string.text"
msgid "The character position from which text is to be replaced."
-msgstr "Safle nod o'r hyn mae testun i gael ei amnewid."
+msgstr "Safle nod o'r hyn mae testun i gael ei newid."
#: scfuncs.src
msgctxt ""
@@ -23423,7 +23423,7 @@ msgctxt ""
"7\n"
"string.text"
msgid "The number of characters to be replaced."
-msgstr "Nifer y nodau i gael eu hamnewid."
+msgstr "Nifer y nodau i gael eu newid."
#: scfuncs.src
msgctxt ""
@@ -23738,7 +23738,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Substitutes new text for old text in a string."
-msgstr "Amnewid testun newydd yn lle hen destun mewn llinyn."
+msgstr "Newid testun newydd yn lle hen destun mewn llinyn."
#: scfuncs.src
msgctxt ""
@@ -23756,7 +23756,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The text in which partial words are to be replaced."
-msgstr "Testun y bydd geiriau rhannol yn cael eu hamnewid."
+msgstr "Testun y bydd geiriau rhannol yn cael eu newid."
#: scfuncs.src
msgctxt ""
@@ -23774,7 +23774,7 @@ msgctxt ""
"5\n"
"string.text"
msgid "The partial string to be (repeatedly) replaced."
-msgstr "Llinyn rhannol i'w amnewid (dro ar ôl tro)."
+msgstr "Llinyn rhannol i'w newid (dro ar ôl tro)."
#: scfuncs.src
msgctxt ""
@@ -23792,7 +23792,7 @@ msgctxt ""
"7\n"
"string.text"
msgid "The text which is to replace the text string."
-msgstr "Testun i amnewid y llinyn testun."
+msgstr "Testun i newid y llinyn testun."
#: scfuncs.src
msgctxt ""
@@ -23810,7 +23810,7 @@ msgctxt ""
"9\n"
"string.text"
msgid "Which occurrence of the old text is to be replaced."
-msgstr "Pa enghraifft o'r hen destun i'w amnewid."
+msgstr "Pa enghraifft o'r hen destun i'w newid."
#: scfuncs.src
msgctxt ""
diff --git a/source/cy/sd/source/ui/app.po b/source/cy/sd/source/ui/app.po
index 9bc506770e6..9443875218c 100644
--- a/source/cy/sd/source/ui/app.po
+++ b/source/cy/sd/source/ui/app.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-05-12 10:18+0000\n"
+"PO-Revision-Date: 2016-06-13 08:38+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1463048299.000000\n"
+"X-POOTLE-MTIME: 1465807110.000000\n"
#: popup.src
msgctxt ""
@@ -1880,7 +1880,7 @@ msgid ""
"Do you want to replace it?"
msgstr ""
"Mae cynllun yn bodoli gyda'r enw yma.\n"
-"Hoffech chi ei amnewid?"
+"Hoffech chi ei newid?"
#: strings.src
msgctxt ""
diff --git a/source/cy/svx/source/dialog.po b/source/cy/svx/source/dialog.po
index 9a55fddb784..86da8acea13 100644
--- a/source/cy/svx/source/dialog.po
+++ b/source/cy/svx/source/dialog.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-05-12 16:30+0000\n"
+"PO-Revision-Date: 2016-06-13 07:40+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1463070642.000000\n"
+"X-POOTLE-MTIME: 1465803652.000000\n"
#: bmpmask.src
msgctxt ""
@@ -54,7 +54,7 @@ msgctxt ""
"RID_SVXDLG_BMPMASK_STR_REPLACEWITH\n"
"string.text"
msgid "Replace with"
-msgstr "Amnewid gyda"
+msgstr "Newid gyda"
#: compressgraphicdialog.src
msgctxt ""
diff --git a/source/cy/svx/source/tbxctrls.po b/source/cy/svx/source/tbxctrls.po
index b4989897249..1c781a92a97 100644
--- a/source/cy/svx/source/tbxctrls.po
+++ b/source/cy/svx/source/tbxctrls.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-03-09 20:48+0100\n"
-"PO-Revision-Date: 2016-04-06 08:26+0000\n"
+"PO-Revision-Date: 2016-06-13 08:38+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\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==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1459931200.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1465807116.000000\n"
#: colrctrl.src
msgctxt ""
@@ -640,7 +640,7 @@ msgctxt ""
"RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE\n"
"string.text"
msgid "Font Name. The current font is not available and will be substituted."
-msgstr "Enw Ffont. Nid yw'r ffont cyfredol ar gael a bydd yn cael ei amnewid."
+msgstr "Enw Ffont. Nid yw'r ffont cyfredol ar gael a bydd yn cael ei newid."
#: tbcontrl.src
msgctxt ""
diff --git a/source/cy/svx/uiconfig/ui.po b/source/cy/svx/uiconfig/ui.po
index ca94f534f67..b9730355b8d 100644
--- a/source/cy/svx/uiconfig/ui.po
+++ b/source/cy/svx/uiconfig/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-25 17:52+0200\n"
-"PO-Revision-Date: 2016-05-31 14:23+0000\n"
+"PO-Revision-Date: 2016-06-13 07:41+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464704625.000000\n"
+"X-POOTLE-MTIME: 1465803701.000000\n"
#: acceptrejectchangesdialog.ui
msgctxt ""
@@ -2072,7 +2072,7 @@ msgctxt ""
"title\n"
"string.text"
msgid "Color Replacer"
-msgstr "Amnewidydd Lliw"
+msgstr "Newidydd Lliw"
#: dockingcolorreplace.ui
msgctxt ""
@@ -2565,7 +2565,7 @@ msgctxt ""
"title\n"
"string.text"
msgid "Find & Replace"
-msgstr "Canfod ac Amnewid"
+msgstr "Canfod a Newid"
#: findreplacedialog.ui
msgctxt ""
@@ -2637,7 +2637,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Re_place:"
-msgstr "_Amnewid:"
+msgstr "_Newid:"
#: findreplacedialog.ui
msgctxt ""
@@ -2646,7 +2646,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Re_place With"
-msgstr "_Amnewid Gyda"
+msgstr "_Newid Gyda"
#: findreplacedialog.ui
msgctxt ""
@@ -2835,7 +2835,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Replace Bac_kwards"
-msgstr "Amnewid _Nôl"
+msgstr "Newid _Nôl"
#: findreplacedialog.ui
msgctxt ""
diff --git a/source/cy/sw/source/core/undo.po b/source/cy/sw/source/core/undo.po
index 807482a6889..c7f9cb1910a 100644
--- a/source/cy/sw/source/core/undo.po
+++ b/source/cy/sw/source/core/undo.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-11-18 11:23+0100\n"
-"PO-Revision-Date: 2014-12-08 10:45+0000\n"
-"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
+"POT-Creation-Date: 2015-04-22 23:40+0200\n"
+"PO-Revision-Date: 2016-06-13 07:41+0000\n"
+"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1418035558.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1465803704.000000\n"
#: undo.src
msgctxt ""
@@ -550,7 +550,7 @@ msgctxt ""
"STR_REREAD\n"
"string.text"
msgid "Replace Image"
-msgstr "Amnewid Delwedd"
+msgstr "Newid Delwedd"
#: undo.src
msgctxt ""
diff --git a/source/cy/sw/uiconfig/swriter/ui.po b/source/cy/sw/uiconfig/swriter/ui.po
index 1aac0e0df30..ba19139090c 100644
--- a/source/cy/sw/uiconfig/swriter/ui.po
+++ b/source/cy/sw/uiconfig/swriter/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-07 21:35+0200\n"
-"PO-Revision-Date: 2016-05-13 09:11+0000\n"
+"PO-Revision-Date: 2016-06-13 08:38+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: none\n"
"Language: cy\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1463130694.000000\n"
+"X-POOTLE-MTIME: 1465807127.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -12122,7 +12122,7 @@ msgctxt ""
"text\n"
"string.text"
msgid "A label named \"%1 / %2\" already exists. Do you want to replace it?"
-msgstr "Mae label o'r enw \"%1 / %2\" yn bodoli eisoes. Hoffech chi ei amnewid?"
+msgstr "Mae label o'r enw \"%1 / %2\" yn bodoli eisoes. Hoffech chi ei newid?"
#: querysavelabeldialog.ui
msgctxt ""
@@ -12131,7 +12131,7 @@ msgctxt ""
"secondary_text\n"
"string.text"
msgid "A label already exists with brand \"%1\" and type \"%2\". Replacing it will overwrite its contents."
-msgstr "Mae label yn bodoli gydag enw \"%1\" a math \"%2\" . Bydd ei amnewid yn trosysgrifo ei gynnwys."
+msgstr "Mae label yn bodoli gydag enw \"%1\" a math \"%2\" . Bydd ei newid yn trosysgrifo ei gynnwys."
#: queryshowchangesdialog.ui
msgctxt ""
@@ -13283,7 +13283,7 @@ msgctxt ""
"title\n"
"string.text"
msgid "Split Table"
-msgstr "Tabl Hollt"
+msgstr "Hollti Tabl"
#: splittable.ui
msgctxt ""
diff --git a/source/cy/uui/source.po b/source/cy/uui/source.po
index 50f7db7e3d1..91fa29e927f 100644
--- a/source/cy/uui/source.po
+++ b/source/cy/uui/source.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-11-10 19:33+0100\n"
-"PO-Revision-Date: 2015-09-24 14:52+0000\n"
+"PO-Revision-Date: 2016-06-13 07:41+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\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==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1443106349.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1465803719.000000\n"
#: alreadyopen.src
msgctxt ""
@@ -899,7 +899,7 @@ msgid ""
"Choose Replace to overwrite the existing file or provide a new name."
msgstr ""
"Mae ffeil gyda'r enw \"%NAME\" yn bodoli eisoes yn y lleoliad \"%FOLDER\".\n"
-"Dewiswch Amnewid i drosysgrifo'r ffeil bresennol neu ddarparwch enw newydd."
+"Dewiswch Newid i drosysgrifo'r ffeil bresennol neu ddarparwch enw newydd."
#: nameclashdlg.src
msgctxt ""
diff --git a/source/cy/uui/uiconfig/ui.po b/source/cy/uui/uiconfig/ui.po
index cde32985154..9f35014518b 100644
--- a/source/cy/uui/uiconfig/ui.po
+++ b/source/cy/uui/uiconfig/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
-"PO-Revision-Date: 2016-05-31 14:24+0000\n"
+"PO-Revision-Date: 2016-06-13 07:42+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464704662.000000\n"
+"X-POOTLE-MTIME: 1465803723.000000\n"
#: authfallback.ui
msgctxt ""
@@ -336,7 +336,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Replace"
-msgstr "Amnewid"
+msgstr "Newid"
#: simplenameclash.ui
msgctxt ""
diff --git a/source/cy/vcl/source/src.po b/source/cy/vcl/source/src.po
index 85eeee930b0..a061ba14331 100644
--- a/source/cy/vcl/source/src.po
+++ b/source/cy/vcl/source/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: 2016-02-10 14:46+0100\n"
-"PO-Revision-Date: 2016-02-11 10:06+0000\n"
+"PO-Revision-Date: 2016-06-13 08:38+0000\n"
"Last-Translator: Rhoslyn Prys <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\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==2) ? 1 : 0;\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1455185211.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1465807136.000000\n"
#: app.src
msgctxt ""
@@ -426,7 +426,7 @@ msgctxt ""
"STR_FPICKER_ALREADYEXISTOVERWRITE_PRIMARY\n"
"string.text"
msgid "A file named \"$filename$\" already exists. Do you want to replace it?"
-msgstr "Mae ffeil o'r enw \"$filename$\" yn bodoli eisoes. Hoffech chi ei amnewid?"
+msgstr "Mae ffeil o'r enw \"$filename$\" yn bodoli eisoes. Hoffech chi ei newid?"
#: fpicker.src
msgctxt ""
@@ -434,7 +434,7 @@ msgctxt ""
"STR_FPICKER_ALREADYEXISTOVERWRITE_SECONDARY\n"
"string.text"
msgid "The file already exists in \"$dirname$\". Replacing it will overwrite its contents."
-msgstr "Mae'r ffeil yn bodoli eisoes yn \"$dirname$\". Bydd ei amnewid yn trosysgrifo ei gynnwys."
+msgstr "Mae'r ffeil yn bodoli eisoes yn \"$dirname$\". Bydd ei newid yn trosysgrifo ei gynnwys."
#: fpicker.src
msgctxt ""
diff --git a/source/da/helpcontent2/source/text/shared/00.po b/source/da/helpcontent2/source/text/shared/00.po
index 88a34d36cd8..4751a54d4d8 100644
--- a/source/da/helpcontent2/source/text/shared/00.po
+++ b/source/da/helpcontent2/source/text/shared/00.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
-"PO-Revision-Date: 2016-05-24 17:59+0000\n"
-"Last-Translator: Leif Lodahl <leiflodahl@gmail.com>\n"
+"PO-Revision-Date: 2016-06-10 07:51+0000\n"
+"Last-Translator: Esben Aaberg <esben_aaberg@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464112794.000000\n"
+"X-POOTLE-MTIME: 1465545075.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -883,7 +883,7 @@ msgctxt ""
"74\n"
"help.text"
msgid "$[officename] creates ImageMaps for both methods. Select the format from the <emph>File type </emph>list in the <emph>Save As </emph>dialog in the <emph>ImageMap Editor</emph>. Separate Map Files are created which you must upload to the server. You will need to ask your provider or network administrator which type of ImageMaps are supported by the server and how to access the evaluation program."
-msgstr "$[officename] opretter Imagemaps til begge metoder. Vælg formatet fra listen <emph>Gem som type</emph> i dialogen <emph>Gem som</emph> i <emph>Imagemap-redigering</emph>. Separate Imagemap-filer er oprettet, som du skal lægge op på serveren. Du bliver nødt til at spørge din internetudbyder eller netværkadministrator, hvilken type Imagemaps der understøttes af serveren, og hvordan adgang til evalueringsprogrammet sker."
+msgstr "$[officename] opretter Imagemaps til begge metoder. Vælg formatet fra listen <emph>Gem som type</emph> i dialogen <emph>Gem som</emph> i <emph>Imagemap-redigering</emph>. Separate Imagemap-filer er oprettet, som du skal lægge op på serveren. Du bliver nødt til at spørge din internetudbyder eller netværksadministrator, hvilken type Imagemaps der understøttes af serveren, og hvordan adgang til evalueringsprogrammet sker."
#: 00000002.xhp
msgctxt ""
diff --git a/source/da/helpcontent2/source/text/smath/01.po b/source/da/helpcontent2/source/text/smath/01.po
index 47393dd13c2..f072b93608e 100644
--- a/source/da/helpcontent2/source/text/smath/01.po
+++ b/source/da/helpcontent2/source/text/smath/01.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-03-09 20:48+0100\n"
-"PO-Revision-Date: 2016-05-21 20:20+0000\n"
-"Last-Translator: SteenRønnow <steen.roennow@mail.dk>\n"
+"PO-Revision-Date: 2016-06-10 07:56+0000\n"
+"Last-Translator: Esben Aaberg <esben_aaberg@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1463862005.000000\n"
+"X-POOTLE-MTIME: 1465545386.000000\n"
#: 02080000.xhp
msgctxt ""
@@ -13402,7 +13402,7 @@ msgctxt ""
"par_id3153917\n"
"help.text"
msgid "You can import MathML files created by other applications as well. The MathML source must have a <item type=\"code\">math</item> element with an <item type=\"code\">xmlns</item> attribute with value \"http://www.w3.org/1998/Math/MathML\". The languages MathML and StarMath are not fully compatible, therefore you should revise the import result. For details about the language MathML see its <link href=\"http://www.w3.org/TR/#tr_MathML\">specification</link>."
-msgstr "Du kan også importere MathML-filer, som er oprettet med andre programmer. MathML-kilden skal have et <item type=\"code\">math</item>-element med en <item type=\"code\">xmlns</item>-attribut med værdien \"http://www.w3.org/1998/Math/MathML\". Sprogene MathML og StarMath er ikke fuldt kompatible, og derfor skal du vurdere det importerede resultat. For flere detaljer om sproget MathML, kan du se <link href=\"http://www.w3.org/TR/#tr_MathML\">specificationen</link>."
+msgstr "Du kan også importere MathML-filer, som er oprettet med andre programmer. MathML-kilden skal have et <item type=\"code\">math</item>-element med en <item type=\"code\">xmlns</item>-attribut med værdien \"http://www.w3.org/1998/Math/MathML\". Sprogene MathML og StarMath er ikke fuldt kompatible, og derfor skal du vurdere det importerede resultat. For flere detaljer om sproget MathML, kan du se <link href=\"http://www.w3.org/TR/#tr_MathML\">specifikationen</link>."
#: 06020000.xhp
msgctxt ""
diff --git a/source/de/cui/uiconfig/ui.po b/source/de/cui/uiconfig/ui.po
index c8df44dff71..01702edfa01 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: 2016-05-25 13:27+0200\n"
-"PO-Revision-Date: 2016-05-26 04:23+0000\n"
+"PO-Revision-Date: 2016-06-18 04:37+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: none\n"
"Language: de\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464236611.000000\n"
+"X-POOTLE-MTIME: 1466224642.000000\n"
#: aboutconfigdialog.ui
msgctxt ""
@@ -932,7 +932,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Import Image..."
-msgstr "Bild importieren ..."
+msgstr "Bild importieren..."
#: areatabpage.ui
msgctxt ""
diff --git a/source/de/dbaccess/source/ui/uno.po b/source/de/dbaccess/source/ui/uno.po
index d96d99da5c9..d6c8f6a79cb 100644
--- a/source/de/dbaccess/source/ui/uno.po
+++ b/source/de/dbaccess/source/ui/uno.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-04-22 23:40+0200\n"
-"PO-Revision-Date: 2015-07-25 06:44+0000\n"
+"PO-Revision-Date: 2016-06-18 04:37+0000\n"
"Last-Translator: Christian Kühl <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: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1437806646.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466224669.000000\n"
#: copytablewizard.src
msgctxt ""
@@ -38,7 +38,7 @@ msgctxt ""
"STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR\n"
"string.text"
msgid "no data access descriptor found, or no data access descriptor able to provide all necessary information"
-msgstr "Kein DataAccess-Descriptor gefunden oder kein DataAccess-Descriptor verfügbar, der alle benötigten Informationen zur Verfügung stellen kann."
+msgstr "Kein DataAccess-Descriptor gefunden oder kein DataAccess-Descriptor verfügbar, der alle benötigten Informationen zur Verfügung stellen kann"
#: copytablewizard.src
msgctxt ""
diff --git a/source/de/desktop/source/deployment/manager.po b/source/de/desktop/source/deployment/manager.po
index ed4a7ffcbc3..91848148a42 100644
--- a/source/de/desktop/source/deployment/manager.po
+++ b/source/de/desktop/source/deployment/manager.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-04-22 23:40+0200\n"
-"PO-Revision-Date: 2015-07-25 06:47+0000\n"
+"PO-Revision-Date: 2016-06-18 04:37+0000\n"
"Last-Translator: Christian Kühl <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: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1437806825.000000\n"
+"X-Generator: Pootle 2.7\n"
+"X-POOTLE-MTIME: 1466224676.000000\n"
#: dp_manager.src
msgctxt ""
@@ -62,4 +62,4 @@ msgctxt ""
"RID_STR_SYNCHRONIZING_REPOSITORY\n"
"string.text"
msgid "Synchronizing repository for %NAME extensions"
-msgstr "Die Quelle der Extension %NAME wird abgeglichen."
+msgstr "Die Quelle der Extension %NAME wird abgeglichen"
diff --git a/source/de/formula/source/core/resource.po b/source/de/formula/source/core/resource.po
index 0059f90ba00..35bb8c86d3c 100644
--- a/source/de/formula/source/core/resource.po
+++ b/source/de/formula/source/core/resource.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-07 21:35+0200\n"
-"PO-Revision-Date: 2016-06-06 03:59+0000\n"
-"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"PO-Revision-Date: 2016-06-17 09:27+0000\n"
+"Last-Translator: Jochen <dr@jochenschiffers.de>\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-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1465185546.000000\n"
+"X-POOTLE-MTIME: 1466155663.000000\n"
#: core_resource.src
msgctxt ""
@@ -2219,7 +2219,7 @@ msgctxt ""
"SC_OPCODE_CONCAT_MS\n"
"string.text"
msgid "CONCAT"
-msgstr "VERKETTEN_EXCEL"
+msgstr "TEXTKETTE"
#: core_resource.src
msgctxt ""
@@ -2228,7 +2228,7 @@ msgctxt ""
"SC_OPCODE_TEXTJOIN_MS\n"
"string.text"
msgid "TEXTJOIN"
-msgstr "VERKETTEN2"
+msgstr "VERBINDEN"
#: core_resource.src
msgctxt ""
@@ -3002,7 +3002,7 @@ msgctxt ""
"SC_OPCODE_FORECAST_ETS_ADD\n"
"string.text"
msgid "FORECAST.ETS.ADD"
-msgstr "SCHÄTZER.EXP.ADD"
+msgstr "PROGNOSE.EXP.ADD"
#: core_resource.src
msgctxt ""
@@ -3011,7 +3011,7 @@ msgctxt ""
"SC_OPCODE_FORECAST_ETS_SEA\n"
"string.text"
msgid "FORECAST.ETS.SEASONALITY"
-msgstr "SCHÄTZER.EXP.SAISONAL"
+msgstr "PROGNOSE.EXP.SAISONAL"
#: core_resource.src
msgctxt ""
@@ -3020,7 +3020,7 @@ msgctxt ""
"SC_OPCODE_FORECAST_ETS_MUL\n"
"string.text"
msgid "FORECAST.ETS.MULT"
-msgstr "SCHÄTZER.EXP.MULT"
+msgstr "PROGNOSE.EXP.MULT"
#: core_resource.src
msgctxt ""
@@ -3029,7 +3029,7 @@ msgctxt ""
"SC_OPCODE_FORECAST_ETS_PIA\n"
"string.text"
msgid "FORECAST.ETS.PI.ADD"
-msgstr "SCHÄTZER.EXP.VOR.ADD"
+msgstr "PROGNOSE.EXP.VOR.ADD"
#: core_resource.src
msgctxt ""
@@ -3038,7 +3038,7 @@ msgctxt ""
"SC_OPCODE_FORECAST_ETS_PIM\n"
"string.text"
msgid "FORECAST.ETS.PI.MULT"
-msgstr "SCHÄTZER.EXP.VOR.MULT"
+msgstr "PROGNOSE.EXP.VOR.MULT"
#: core_resource.src
msgctxt ""
@@ -3047,7 +3047,7 @@ msgctxt ""
"SC_OPCODE_FORECAST_ETS_STA\n"
"string.text"
msgid "FORECAST.ETS.STAT.ADD"
-msgstr "SCHÄTZER.EXP.STAT.ADD"
+msgstr "PROGNOSE.EXP.STAT.ADD"
#: core_resource.src
msgctxt ""
@@ -3056,7 +3056,7 @@ msgctxt ""
"SC_OPCODE_FORECAST_ETS_STM\n"
"string.text"
msgid "FORECAST.ETS.STAT.MULT"
-msgstr "SCHÄTZER.EXP.STAT.MULT"
+msgstr "PROGNOSE.EXP.STAT.MULT"
#: core_resource.src
msgctxt ""
@@ -3065,7 +3065,7 @@ msgctxt ""
"SC_OPCODE_FORECAST_LIN\n"
"string.text"
msgid "FORECAST.LINEAR"
-msgstr "SCHÄTZER.LINEAR"
+msgstr "PROGNOSE.LINEAR"
#: core_resource.src
msgctxt ""
@@ -3659,4 +3659,4 @@ msgctxt ""
"SC_OPCODE_RAWSUBTRACT\n"
"string.text"
msgid "RAWSUBTRACT"
-msgstr "SUBTRAKTIONS"
+msgstr "SUBTRAKTION"
diff --git a/source/de/fpicker/uiconfig/ui.po b/source/de/fpicker/uiconfig/ui.po
index bb3b009be7a..3f59b3f6c1c 100644
--- a/source/de/fpicker/uiconfig/ui.po
+++ b/source/de/fpicker/uiconfig/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: 2016-05-07 21:35+0200\n"
-"PO-Revision-Date: 2016-05-11 12:12+0000\n"
-"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"PO-Revision-Date: 2016-06-18 04:38+0000\n"
+"Last-Translator: Jochen <dr@jochenschiffers.de>\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-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1462968754.000000\n"
+"X-POOTLE-MTIME: 1466224684.000000\n"
#: explorerfiledialog.ui
msgctxt ""
@@ -239,7 +239,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "File name"
-msgstr "Dateiname:"
+msgstr "Dateiname"
#: remotefilesdialog.ui
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/sbasic/shared.po b/source/de/helpcontent2/source/text/sbasic/shared.po
index 01bebeb8c8a..46723a1ba7f 100644
--- a/source/de/helpcontent2/source/text/sbasic/shared.po
+++ b/source/de/helpcontent2/source/text/sbasic/shared.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
-"PO-Revision-Date: 2016-06-06 03:40+0000\n"
-"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"PO-Revision-Date: 2016-06-20 20:35+0000\n"
+"Last-Translator: Jochen <dr@jochenschiffers.de>\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-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1465184409.000000\n"
+"X-POOTLE-MTIME: 1466454925.000000\n"
#: 00000002.xhp
msgctxt ""
@@ -7903,7 +7903,7 @@ msgctxt ""
"hd_id3149180\n"
"help.text"
msgid "<link href=\"text/sbasic/shared/03010301.xhp\" name=\"Blue Function [Runtime]\">Blue Function [Runtime]</link>"
-msgstr "<link href=\"text/sbasic/shared/03010301.xhp\" name=\"Funktion Blue [Laufzeit]\">Funktion \"Blue\" [Laufzeit]</link>"
+msgstr "<link href=\"text/sbasic/shared/03010301.xhp\" name=\"Blue-Funktion [Runtime]\">Blue-Funktion [Laufzeit]</link>"
#: 03010301.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/shared/00.po b/source/de/helpcontent2/source/text/shared/00.po
index ddccff08ad7..706a249c8fe 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: 2016-05-23 21:37+0200\n"
-"PO-Revision-Date: 2016-05-28 05:19+0000\n"
+"PO-Revision-Date: 2016-06-17 06:36+0000\n"
"Last-Translator: Christian Kühl <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-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464412755.000000\n"
+"X-POOTLE-MTIME: 1466145404.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -584,7 +584,7 @@ msgctxt ""
"54\n"
"help.text"
msgid "<variable id=\"kontext\">(This command is only accessible through the <link href=\"text/shared/00/00000005.xhp#kontextmenue\" name=\"context menu\">context menu</link>).</variable>"
-msgstr "<variable id=\"kontext\">(Auf diesen Befehl können Sie nur über das <link name=\"Kontextmenü\" href=\"text/shared/00/00000005.xhp#kontextmenue\">Kontextmenü</link> zugreifen).</variable>"
+msgstr "<variable id=\"kontext\">(Dieser Befehl ist nur über das <link href=\"text/shared/00/00000005.xhp#kontextmenue\" name=\"Kontextmenü\">Kontextmenü</link> erreichbar).</variable>"
#: 00000001.xhp
msgctxt ""
@@ -2687,7 +2687,7 @@ msgctxt ""
"4\n"
"help.text"
msgid "<variable id=\"werkzeugleiste\">Icon on the Tools bar: </variable>"
-msgstr "<variable id=\"werkzeugleiste\">Symbol in der <emph>Symbolleiste</emph>:</variable>"
+msgstr "<variable id=\"werkzeugleiste\">Symbol in der Symbolleiste Extras: </variable>"
#: 00000007.xhp
msgctxt ""
@@ -2696,7 +2696,7 @@ msgctxt ""
"5\n"
"help.text"
msgid "<variable id=\"textobjektleiste\">Icon on the Formatting Bar: </variable>"
-msgstr "<variable id=\"textobjektleiste\">Symbol in der Symbolleiste <emph>Text</emph>:</variable>"
+msgstr "<variable id=\"textobjektleiste\">Symbol in der Symbolleiste Formatierungen: </variable>"
#: 00000007.xhp
msgctxt ""
@@ -2714,7 +2714,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "<variable id=\"diaobjektleiste\">Icon on the Slide View Bar: </variable>"
-msgstr "<variable id=\"diaobjektleiste\">Symbol in der <emph>Symbolleiste</emph> Folienansicht: </variable>"
+msgstr "<variable id=\"diaobjektleiste\">Symbol in der Symbolleiste Folienansicht: </variable>"
#: 00000007.xhp
msgctxt ""
@@ -5825,7 +5825,7 @@ msgctxt ""
"82\n"
"help.text"
msgid "Menu <emph>File - New</emph><emph>- Templates</emph>."
-msgstr "Wählen Sie im Menü <emph>Datei - Neu - Vorlagen...</emph>"
+msgstr "Wählen Sie im Menü <emph>Datei - Neu - Vorlagen...</emph>."
#: 00000401.xhp
msgctxt ""
@@ -6022,7 +6022,7 @@ msgctxt ""
"111\n"
"help.text"
msgid "<variable id=\"autopilotbrief1\">Choose <emph>File - Wizards - Letter - Page design</emph></variable>"
-msgstr "<variable id=\"autopilotbrief1\">Wählen Sie im Menü <emph>Datei - Assistenten - Brief...</emph> und den Abschnitt <emph>Seitendesign</emph></variable>"
+msgstr "<variable id=\"autopilotbrief1\">Wählen Sie im Menü <emph>Datei - Assistenten - Brief...</emph> und den Schritt <emph>Seitendesign</emph></variable>"
#: 00000401.xhp
msgctxt ""
@@ -6031,7 +6031,7 @@ msgctxt ""
"112\n"
"help.text"
msgid "<variable id=\"autopilotbrief2\">Choose <emph>File - Wizards - Letter - Letterhead layout</emph></variable>"
-msgstr "<variable id=\"autopilotbrief2\">Wählen Sie im Menü <emph>Datei - Assistenten - Brief...</emph> und den Abschnitt <emph>Briefpapier-Layout</emph></variable>"
+msgstr "<variable id=\"autopilotbrief2\">Wählen Sie im Menü <emph>Datei - Assistenten - Brief...</emph> und den Schritt <emph>Briefpapier-Layout</emph></variable>"
#: 00000401.xhp
msgctxt ""
@@ -6040,7 +6040,7 @@ msgctxt ""
"113\n"
"help.text"
msgid "<variable id=\"autopilotbrief3\">Choose <emph>File - Wizards - Letter - Printed items</emph></variable>"
-msgstr "<variable id=\"autopilotbrief3\">Wählen Sie im Menü <emph>Datei - Assistenten - Brief...</emph> und den Abschnitt <emph>Gedruckte Elemente</emph></variable>"
+msgstr "<variable id=\"autopilotbrief3\">Wählen Sie im Menü <emph>Datei - Assistenten - Brief...</emph> und den Schritt <emph>Gedruckte Elemente</emph></variable>"
#: 00000401.xhp
msgctxt ""
@@ -6049,7 +6049,7 @@ msgctxt ""
"114\n"
"help.text"
msgid "<variable id=\"autopilotbrief4\">Choose <emph>File - Wizards - Letter - Recipient and sender</emph></variable>"
-msgstr "<variable id=\"autopilotbrief4\">Wählen Sie im Menü <emph>Datei - Assistenten - Brief...</emph> und den Abschnitt <emph>Empfänger und Absender</emph></variable>"
+msgstr "<variable id=\"autopilotbrief4\">Wählen Sie im Menü <emph>Datei - Assistenten - Brief...</emph> und den Schritt <emph>Empfänger und Absender</emph></variable>"
#: 00000401.xhp
msgctxt ""
@@ -6058,7 +6058,7 @@ msgctxt ""
"115\n"
"help.text"
msgid "<variable id=\"autopilotbrief5\">Choose <emph>File - Wizards - Letter - Footer</emph></variable>"
-msgstr "<variable id=\"autopilotbrief5\">Wählen Sie im Menü <emph>Datei - Assistenten - Brief...</emph> und den Abschnitt <emph>Fußzeile</emph></variable>"
+msgstr "<variable id=\"autopilotbrief5\">Wählen Sie im Menü <emph>Datei - Assistenten - Brief...</emph> und den Schritt <emph>Fußzeile</emph></variable>"
#: 00000401.xhp
msgctxt ""
@@ -6094,7 +6094,7 @@ msgctxt ""
"209\n"
"help.text"
msgid "<variable id=\"autopilotfax2\">Choose <emph>File - Wizards - Fax - Items to include</emph></variable>"
-msgstr "<variable id=\"autopilotfax2\">Wählen Sie im Menü <emph>Datei - Assistenten - Fax...</emph> und den Abschnitt <emph>Bestandteile</emph></variable>"
+msgstr "<variable id=\"autopilotfax2\">Wählen Sie im Menü <emph>Datei - Assistenten - Fax...</emph> und den Schritt <emph>Bestandteile</emph></variable>"
#: 00000401.xhp
msgctxt ""
@@ -6184,7 +6184,7 @@ msgctxt ""
"136\n"
"help.text"
msgid "<variable id=\"autopilotagenda6\">Choose <emph>File - Wizards - Agenda - Title and Location</emph></variable>"
-msgstr "<variable id=\"autopilotagenda6\">Wählen Sie im Menü <emph>Datei - Assistenten - Agenda...</emph> und den Abschnitt <emph>Name und Ordner</emph></variable>"
+msgstr "<variable id=\"autopilotagenda6\">Wählen Sie im Menü <emph>Datei - Assistenten - Agenda...</emph> und den Schritt <emph>Name und Ordner</emph></variable>"
#: 00000401.xhp
msgctxt ""
@@ -6202,7 +6202,7 @@ msgctxt ""
"103\n"
"help.text"
msgid "<variable id=\"dtapse\">Choose <emph>File - Wizards - Presentation - Page 1</emph></variable>"
-msgstr "<variable id=\"dtapse\">Wählen Sie im Menü <emph>Datei - Assistenten - Präsentation...</emph> und den Abschnitt <emph>Seite 1</emph></variable>"
+msgstr "<variable id=\"dtapse\">Wählen Sie im Menü <emph>Datei - Assistenten - Präsentation...</emph> und den Schritt <emph>Seite 1</emph></variable>"
#: 00000401.xhp
msgctxt ""
@@ -6211,7 +6211,7 @@ msgctxt ""
"104\n"
"help.text"
msgid "<variable id=\"dtapsz\">Choose <emph>File - Wizards - Presentation - Page 2</emph></variable>"
-msgstr "<variable id=\"dtapsz\">Wählen Sie im Menü <emph>Datei - Assistenten - Präsentation...</emph> und den Abschnitt <emph>Seite 2</emph></variable>"
+msgstr "<variable id=\"dtapsz\">Wählen Sie im Menü <emph>Datei - Assistenten - Präsentation...</emph> und den Schritt <emph>Seite 2</emph></variable>"
#: 00000401.xhp
msgctxt ""
@@ -6220,7 +6220,7 @@ msgctxt ""
"105\n"
"help.text"
msgid "<variable id=\"dtapsd\">Choose <emph>File - Wizards - Presentation - Page 3</emph></variable>"
-msgstr "<variable id=\"dtapsd\">Wählen Sie im Menü <emph>Datei - Assistenten - Präsentation...</emph> und den Abschnitt <emph>Seite 3</emph></variable>"
+msgstr "<variable id=\"dtapsd\">Wählen Sie im Menü <emph>Datei - Assistenten - Präsentation...</emph> und den Schritt <emph>Seite 3</emph></variable>"
#: 00000401.xhp
msgctxt ""
@@ -6229,7 +6229,7 @@ msgctxt ""
"106\n"
"help.text"
msgid "<variable id=\"dtapsv\">Choose <emph>File - Wizards - Presentation - Page 4</emph></variable>"
-msgstr "<variable id=\"dtapsv\">Wählen Sie im Menü <emph>Datei - Assistenten - Präsentation...</emph> und den Abschnitt <emph>Seite 4</emph></variable>"
+msgstr "<variable id=\"dtapsv\">Wählen Sie im Menü <emph>Datei - Assistenten - Präsentation...</emph> und den Schritt <emph>Seite 4</emph></variable>"
#: 00000401.xhp
msgctxt ""
@@ -6238,7 +6238,7 @@ msgctxt ""
"107\n"
"help.text"
msgid "<variable id=\"dtapsf\">Choose <emph>File - Wizards - Presentation - Page 5</emph></variable>"
-msgstr "<variable id=\"dtapsf\">Wählen Sie im Menü <emph>Datei - Assistenten - Präsentation...</emph> und den Abschnitt <emph>Seite 5</emph></variable>"
+msgstr "<variable id=\"dtapsf\">Wählen Sie im Menü <emph>Datei - Assistenten - Präsentation...</emph> und den Schritt <emph>Seite 5</emph></variable>"
#: 00000401.xhp
msgctxt ""
@@ -13233,7 +13233,7 @@ msgctxt ""
"par_id3150823\n"
"help.text"
msgid "Also as <emph>Number Format</emph> dialog for tables and fields in text documents: Choose <emph>Format - Number Format</emph>, or choose <emph>Insert - Field - More Fields - Variables</emph> tab and select \"Additional formats\" in the <emph>Format</emph> list."
-msgstr "Oder als Dialog <emph>Zahlenformat</emph> für Tabellen und Felder in Textdokumenten: Wählen Sie im Menü <emph>Einfügen - Feldbefehle - Weitere Felder...</emph>, das Register <emph>Variablen</emph> und in der Liste <emph>Format</emph> den Eintrag \"Weitere Formate\"."
+msgstr "Oder als Dialog <emph>Zahlenformat</emph> für Tabellen und Felder in Textdokumenten: Wählen Sie im Menü <emph>Einfügen - Feldbefehle - Weitere Feldbefehle...</emph>, das Register <emph>Variablen</emph> und in der Liste <emph>Format</emph> den Eintrag \"Weitere Formate\"."
#: 00040503.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/shared/explorer/database.po b/source/de/helpcontent2/source/text/shared/explorer/database.po
index ed6a8bdfde1..5ede1e503b0 100644
--- a/source/de/helpcontent2/source/text/shared/explorer/database.po
+++ b/source/de/helpcontent2/source/text/shared/explorer/database.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:37+0200\n"
-"PO-Revision-Date: 2016-06-02 08:03+0000\n"
+"PO-Revision-Date: 2016-06-10 04:35+0000\n"
"Last-Translator: Christian Kühl <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-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464854586.000000\n"
+"X-POOTLE-MTIME: 1465533358.000000\n"
#: 02000000.xhp
msgctxt ""
@@ -8848,7 +8848,7 @@ msgctxt ""
"par_idN105B4\n"
"help.text"
msgid "<ahelp hid=\".\">Select to register the database within your user copy of %PRODUCTNAME. After registering, the database is displayed in the <emph>View - Data Sources</emph> window. You must register a database to be able to insert the database fields in a document (Insert - Field - More Fields) or in a mail merge.</ahelp>"
-msgstr "<ahelp hid=\".\">Wählen, um die Datenbank innerhalb Ihrer Benutzerkopie von %PRODUCTNAME zu registrieren. Nach der Registrierung wird die Datenbank im Fenster <emph>Ansicht - Datenquellen</emph> angezeigt. Sie müssen eine Datenbank registrieren, um ein Datenbankfeld in ein Dokument (Einfügen - Feldbefehl - Weitere Felder...) oder in einen Serienbrief einfügen zu können.</ahelp>"
+msgstr "<ahelp hid=\".\">Wählen, um die Datenbank innerhalb Ihrer Benutzerkopie von %PRODUCTNAME zu registrieren. Nach der Registrierung wird die Datenbank im Fenster <emph>Ansicht - Datenquellen</emph> angezeigt. Sie müssen eine Datenbank registrieren, um ein Datenbankfeld in ein Dokument (Einfügen - Feldbefehl - Weitere Feldbefehle...) oder in einen Serienbrief einfügen zu können.</ahelp>"
#: dabawiz02.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/simpress/00.po b/source/de/helpcontent2/source/text/simpress/00.po
index e7afa3f40c3..abc4aabe381 100644
--- a/source/de/helpcontent2/source/text/simpress/00.po
+++ b/source/de/helpcontent2/source/text/simpress/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
-"PO-Revision-Date: 2016-05-26 08:35+0000\n"
+"PO-Revision-Date: 2016-06-17 06:37+0000\n"
"Last-Translator: Christian Kühl <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-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464251757.000000\n"
+"X-POOTLE-MTIME: 1466145436.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -237,7 +237,7 @@ msgctxt ""
"par_id8695944\n"
"help.text"
msgid "<variable id=\"gluebar\">Click the <emph>Glue Points</emph> icon on the Drawing Bar </variable>"
-msgstr "<variable id=\"gluebar\">Klicken Sie in der Symbolleiste <emph>Zeichnen</emph> auf das Symbol <emph>Klebepunkte</emph>.</variable>"
+msgstr "<variable id=\"gluebar\">Klicken Sie in der Symbolleiste Zeichnen auf das Symbol <emph>Klebepunkte</emph> </variable>"
#: 00000403.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/simpress/01.po b/source/de/helpcontent2/source/text/simpress/01.po
index 02f5452bdd6..4c95c238efb 100644
--- a/source/de/helpcontent2/source/text/simpress/01.po
+++ b/source/de/helpcontent2/source/text/simpress/01.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 22:09+0200\n"
-"PO-Revision-Date: 2016-05-29 05:24+0000\n"
-"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"PO-Revision-Date: 2016-06-20 20:23+0000\n"
+"Last-Translator: Jochen <dr@jochenschiffers.de>\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-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464499498.000000\n"
+"X-POOTLE-MTIME: 1466454214.000000\n"
#: 01170000.xhp
msgctxt ""
@@ -930,7 +930,7 @@ msgctxt ""
"27\n"
"help.text"
msgid "<ahelp hid=\"modules/sdraw/ui/copydlg/viewdata\">Enters the width and the height values of the selected object in the <emph>X axis </emph>and the <emph>Y axis </emph>boxes respectively as well as the fill color of the object in the Start box.</ahelp> The rotation angle of the selected object is not entered."
-msgstr "<ahelp hid=\"modules/sdraw/ui/copydlg/viewdata\">Fügt die Werte für Breite und Höhe des ausgewählten Objektes in die Felder <emph>X-Achse</emph> und <emph>Y-Achse</emph> ein und übernimmt die Füllfarbe des Objektes in das Auswahlfeld <emph>Anfang</emph>.</ahelp> Der Drehwinkel des Objektes wird nicht übernommen."
+msgstr "<ahelp hid=\"modules/sdraw/ui/copydlg/viewdata\">Fügt die Werte für Breite und Höhe des ausgewählten Objektes in die Felder <emph>X-Achse</emph> und <emph>Y-Achse</emph> ein und übernimmt die Füllfarbe des Objektes in das Auswahlfeld Anfang.</ahelp> Der Drehwinkel des Objektes wird nicht übernommen."
#: 02120000.xhp
msgctxt ""
@@ -1796,7 +1796,7 @@ msgctxt ""
"7\n"
"help.text"
msgid "Right-click a slide in <emph>Normal</emph> view and choose <emph>Slide Show.</emph>"
-msgstr "Rechtsklicken Sie in das Dokument im Arbeitsbereich und wählen Sie <emph>Bildschirmpräsentation</emph> aus dem Kontextmenü."
+msgstr "Rechtsklicken Sie in der Ansicht <emph>Normal</emph> auf eine Folie und wählen Sie aus dem Kontextmenü <emph>Bildschirmpräsentation.</emph>"
#: 03130000.xhp
msgctxt ""
@@ -2376,7 +2376,7 @@ msgctxt ""
"bm_id3153142\n"
"help.text"
msgid "<bookmark_value>display qualities of presentations</bookmark_value><bookmark_value>colors; displaying presentations</bookmark_value><bookmark_value>black and white display</bookmark_value><bookmark_value>grayscale display</bookmark_value>"
-msgstr "<bookmark_value>Anzeigequalität von Präsentationen</bookmark_value><bookmark_value>Qualität; Anzeige von Präsentationen</bookmark_value><bookmark_value>Farben; Präsentationen anzeigen</bookmark_value><bookmark_value>Schwarzweiß-Anzeige</bookmark_value><bookmark_value>Graustufen-Anzeige</bookmark_value>"
+msgstr "<bookmark_value>Anzeigequalität von Präsentationen</bookmark_value><bookmark_value>Farben;Präsentationen anzeigen</bookmark_value><bookmark_value>Schwarz-Weiß anzeigen</bookmark_value><bookmark_value>Graustufen anzeigen</bookmark_value>"
#: 03180000.xhp
msgctxt ""
@@ -3339,7 +3339,7 @@ msgctxt ""
"bm_id3154011\n"
"help.text"
msgid "<bookmark_value>fields;in slides</bookmark_value>"
-msgstr "<bookmark_value>Felder; in Folien</bookmark_value><bookmark_value>Feldbefehl; einfügen</bookmark_value><bookmark_value>Einfügen; Feldbefehl</bookmark_value>"
+msgstr "<bookmark_value>Feldbefehle;in Folien</bookmark_value>"
#: 04990000.xhp
msgctxt ""
@@ -4719,7 +4719,7 @@ msgctxt ""
"bm_id3150297\n"
"help.text"
msgid "<bookmark_value>connectors; properties of</bookmark_value>"
-msgstr "<bookmark_value>Verbinder; Eigenschaften</bookmark_value><bookmark_value>Eigenschaften; Verbinder</bookmark_value>"
+msgstr "<bookmark_value>Verbinder;Eigenschaften</bookmark_value>"
#: 05170000.xhp
msgctxt ""
@@ -6642,7 +6642,7 @@ msgctxt ""
"83\n"
"help.text"
msgid "Runs a macro during the slide show."
-msgstr "Hier können Sie ein Makro bestimmen, das bei einem Mausklick ausgelöst werden soll. Im Textfeld <emph>Makro</emph> können Sie den Makronamen eingeben oder es über die Schaltfläche <emph>Durchsuchen...</emph> auswählen."
+msgstr "Führt ein Makro während der Präsentation aus."
#: 06070000.xhp
msgctxt ""
@@ -6721,7 +6721,7 @@ msgctxt ""
"par_idN10AE6\n"
"help.text"
msgid "You can choose the \"Start object action\" entry for inserted OLE objects."
-msgstr "Der Eintrag <emph>Objektaktion starten</emph> kann für eingefügte Objekte ausgewählt werden."
+msgstr "Sie können den \"Objektaktion ausführen\"-Eintrag für eingefügte OLE-Objekte wählen."
#: 06070000.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/simpress/02.po b/source/de/helpcontent2/source/text/simpress/02.po
index 0218379f3e0..a16d8feb80b 100644
--- a/source/de/helpcontent2/source/text/simpress/02.po
+++ b/source/de/helpcontent2/source/text/simpress/02.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-04-16 21:40+0200\n"
-"PO-Revision-Date: 2016-05-29 11:15+0000\n"
-"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"PO-Revision-Date: 2016-06-20 20:24+0000\n"
+"Last-Translator: Jochen <dr@jochenschiffers.de>\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-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464520511.000000\n"
+"X-POOTLE-MTIME: 1466454257.000000\n"
#: 04010000.xhp
msgctxt ""
@@ -376,7 +376,7 @@ msgctxt ""
"9\n"
"help.text"
msgid "You can also select the <emph>Zoom In </emph>tool and drag a rectangular frame around the area you want to enlarge."
-msgstr "Sie können statt zu klicken auch einen rechteckigen Rahmen um die Fläche aufziehen, die Sie vergrößert sehen wollen."
+msgstr "Sie können auch das <emph>Hineinzoomen</emph>-Werkzeug wählen und einen rechteckigen Rahmen um den Bereich ziehen, den Sie vergrößern wollen."
#: 10020000.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/smath/01.po b/source/de/helpcontent2/source/text/smath/01.po
index 34873cc5cf6..3d44310ea4f 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: 2016-03-09 20:48+0100\n"
-"PO-Revision-Date: 2016-06-05 06:20+0000\n"
+"PO-Revision-Date: 2016-06-17 06:49+0000\n"
"Last-Translator: Christian Kühl <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-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1465107636.000000\n"
+"X-POOTLE-MTIME: 1466146188.000000\n"
#: 02080000.xhp
msgctxt ""
@@ -694,7 +694,7 @@ msgctxt ""
"10\n"
"help.text"
msgid "<ahelp hid=\"HID_SMA_XMINUSY\">Inserts a subtraction sign with two placeholders.</ahelp> You can also type <emph><?>-<?></emph> in the <emph>Commands</emph> window."
-msgstr "<ahelp hid=\"HID_SMA_XMINUSY\">Fügt das Zeichen für <emph>Subtraktion (Minus)</emph> mit zwei Platzhaltern ein.</ahelp> Sie können auch direkt <emph><?> - <?></emph> in die <emph>Kommandozeile</emph> eingeben."
+msgstr "<ahelp hid=\"HID_SMA_XMINUSY\">Fügt das Zeichen für Subtraktion (Minus) mit zwei Platzhaltern ein.</ahelp> Sie können auch <emph><?> - <?></emph> in das <emph>Kommandofenster</emph> eingeben."
#: 03090100.xhp
msgctxt ""
@@ -2234,7 +2234,7 @@ msgctxt ""
"47\n"
"help.text"
msgid "You can also add limits to an operator (for example, an integral) by first clicking the desired operator and then clicking the <emph>limit</emph> symbol. This method is faster than typing the commands directly."
-msgstr "Schneller als durch eine direkte Eingabe im Kommandofenster können Sie einen Operator, z. B. ein Integral, mit Grenzen (Platzhalter) versehen, wenn Sie erst auf das gewünschte Integral und anschließend auf das Symbol für die Grenzen klicken."
+msgstr "Sie können einem Operator (zum Beispiel einem Integral) auch Grenzwerte hinzufügen, indem Sie zunächst auf den gewünschten Operator klicken und anschließend auf das Symbol <emph>Grenzen</emph>. Diese Methode ist schneller, als die Befehle direkt einzugeben."
#: 03090300.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/swriter/00.po b/source/de/helpcontent2/source/text/swriter/00.po
index 403c2245224..d6aecbee6d8 100644
--- a/source/de/helpcontent2/source/text/swriter/00.po
+++ b/source/de/helpcontent2/source/text/swriter/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
-"PO-Revision-Date: 2016-06-06 03:40+0000\n"
+"PO-Revision-Date: 2016-06-17 06:55+0000\n"
"Last-Translator: Christian Kühl <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-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1465184445.000000\n"
+"X-POOTLE-MTIME: 1466146504.000000\n"
#: 00000004.xhp
msgctxt ""
@@ -618,7 +618,7 @@ msgctxt ""
"par_id3148386\n"
"help.text"
msgid "Choose <emph>Insert - Field - More Fields</emph>"
-msgstr "Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Felder...</emph>"
+msgstr "Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph>"
#: 00000404.xhp
msgctxt ""
@@ -661,7 +661,7 @@ msgctxt ""
"par_id3149295\n"
"help.text"
msgid "<variable id=\"felddokument\">Choose <emph>Insert - Field - More Fields - Document</emph> tab</variable>"
-msgstr "<variable id=\"felddokument\">Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Felder...</emph> das Register <emph>Dokument</emph></variable>"
+msgstr "<variable id=\"felddokument\">Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph> das Register <emph>Dokument</emph></variable>"
#: 00000404.xhp
msgctxt ""
@@ -669,7 +669,7 @@ msgctxt ""
"par_id3154692\n"
"help.text"
msgid "Choose <emph>Insert - Field - More Fields - Cross-references</emph> tab"
-msgstr "Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Felder...</emph> das Register <emph>Querverweise</emph>"
+msgstr "Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph> das Register <emph>Querverweise</emph>"
#: 00000404.xhp
msgctxt ""
@@ -685,7 +685,7 @@ msgctxt ""
"par_id3147515\n"
"help.text"
msgid "<variable id=\"feldfunktionen\">Choose <emph>Insert - Field - More Fields - Functions</emph> tab</variable>"
-msgstr "<variable id=\"feldfunktionen\">Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Felder...</emph> das Register <emph>Funktionen</emph></variable>"
+msgstr "<variable id=\"feldfunktionen\">Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph> das Register <emph>Funktionen</emph></variable>"
#: 00000404.xhp
msgctxt ""
@@ -693,7 +693,7 @@ msgctxt ""
"par_id3153581\n"
"help.text"
msgid "<variable id=\"felddokumentinfo\">Choose <emph>Insert - Field - More Fields - DocInformation</emph> tab</variable>"
-msgstr "<variable id=\"felddokumentinfo\">Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Felder...</emph> das Register <emph>Dokumentinfo</emph></variable>"
+msgstr "<variable id=\"felddokumentinfo\">Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph> das Register <emph>Dokumentinfo</emph></variable>"
#: 00000404.xhp
msgctxt ""
@@ -701,7 +701,7 @@ msgctxt ""
"par_id3150710\n"
"help.text"
msgid "<variable id=\"feldvariablen\">Choose <emph>Insert - Field - More Fields - Variables</emph> tab</variable>"
-msgstr "<variable id=\"feldvariablen\">Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Felder...</emph> das Register <emph>Variablen</emph></variable>"
+msgstr "<variable id=\"feldvariablen\">Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph> das Register <emph>Variablen</emph></variable>"
#: 00000404.xhp
msgctxt ""
@@ -709,7 +709,7 @@ msgctxt ""
"par_id3152945\n"
"help.text"
msgid "<variable id=\"felddatenbank\">Choose <emph>Insert - Field - More Fields - Database</emph> tab</variable>"
-msgstr "<variable id=\"felddatenbank\">Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Felder...</emph> das Register <emph>Datenbank</emph></variable>"
+msgstr "<variable id=\"felddatenbank\">Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph> das Register <emph>Datenbank</emph></variable>"
#: 00000404.xhp
msgctxt ""
@@ -1340,7 +1340,7 @@ msgctxt ""
"12\n"
"help.text"
msgid "Choose <emph>Format - Paragraph - Drop Caps</emph> tab"
-msgstr "Menü <emph>Format - Absatz...</emph> - Register <emph>Initialen</emph>"
+msgstr "Wählen Sie im Menü <emph>Format - Absatz...</emph> und das Register <emph>Initialen</emph>"
#: 00000405.xhp
msgctxt ""
@@ -1357,7 +1357,7 @@ msgctxt ""
"15\n"
"help.text"
msgid "Choose <emph>Format - Paragraph - Text Flow</emph> tab"
-msgstr "Menü <emph>Format - Absatz...</emph> - Register <emph>Textfluss</emph>"
+msgstr "Wählen Sie im Menü <emph>Format - Absatz...</emph> und das Register <emph>Textfluss</emph>"
#: 00000405.xhp
msgctxt ""
@@ -1374,7 +1374,7 @@ msgctxt ""
"18\n"
"help.text"
msgid "Choose <emph>Edit - Find & Replace - Format - Text Flow</emph> tab"
-msgstr "Menü <emph>Bearbeiten - Suchen & Ersetzen... - Format...</emph> - Register <emph>Textfluss</emph>"
+msgstr "Wählen Sie im Menü <emph>Bearbeiten - Suchen & Ersetzen...</emph>, klicken Sie auf die Schaltfäche <emph>Format...</emph> und wählen Sie das Register <emph>Textfluss</emph>"
#: 00000405.xhp
msgctxt ""
@@ -1416,7 +1416,7 @@ msgctxt ""
"131\n"
"help.text"
msgid "Choose <emph>Format - Paragraph - Outline & Numbering</emph> tab"
-msgstr "Menü <emph>Format - Absatz</emph> - Register <emph>Gliederung & Nummerierung</emph>"
+msgstr "Wählen Sie im Menü <emph>Format - Absatz</emph> und das Register <emph>Gliederung & Nummerierung</emph>"
#: 00000405.xhp
msgctxt ""
@@ -1442,7 +1442,7 @@ msgctxt ""
"20\n"
"help.text"
msgid "Choose <emph>Format - Page - Columns</emph> tab"
-msgstr "Menü <emph>Format - Seite</emph> - Register <emph>Spalten</emph>"
+msgstr "Wählen Sie im Menü <emph>Format - Seite</emph> und das Register <emph>Spalten</emph>"
#: 00000405.xhp
msgctxt ""
@@ -1451,7 +1451,7 @@ msgctxt ""
"123\n"
"help.text"
msgid "Choose <emph>Format - Frame/Object - Columns</emph> tab"
-msgstr "Menü <emph>Format - Rahmen... -</emph> Register <emph>Spalten</emph>"
+msgstr "Wählen Sie im Menü <emph>Format - Rahmen... -</emph> und das Register <emph>Spalten</emph>"
#: 00000405.xhp
msgctxt ""
@@ -1468,7 +1468,7 @@ msgctxt ""
"23\n"
"help.text"
msgid "Choose <emph>Insert - Frame - Columns</emph> tab"
-msgstr "Menü <emph>Einfügen - Rahmen...</emph> - Register <emph>Spalten</emph>"
+msgstr "Wählen Sie im Menü <emph>Einfügen - Rahmen...</emph> und das Register <emph>Spalten</emph>"
#: 00000405.xhp
msgctxt ""
@@ -1477,7 +1477,7 @@ msgctxt ""
"156\n"
"help.text"
msgid "Choose <emph>Insert/Format - Section(s) - Columns</emph> tab"
-msgstr "Wählen Sie im Menü <emph>Einfügen - Bereich...</emph> oder <emph>Format - Bereiche...</emph> und dort das Register <emph>Spalten</emph>"
+msgstr "Wählen Sie im Menü <emph>Einfügen/Format - Bereich(e)...</emph> und das Register <emph>Spalten</emph>"
#: 00000405.xhp
msgctxt ""
@@ -1486,7 +1486,7 @@ msgctxt ""
"27\n"
"help.text"
msgid "Choose <emph>Format - Page - Footnote</emph> tab"
-msgstr "Menü <emph>Format - Seite</emph> - Register <emph>Fußnote</emph>"
+msgstr "Wählen Sie im Menü <emph>Format - Seite...</emph> und das Register <emph>Fußnote</emph>"
#: 00000405.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/swriter/01.po b/source/de/helpcontent2/source/text/swriter/01.po
index c74b9b8c0ee..bd950dbc791 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: 2016-05-23 21:36+0200\n"
-"PO-Revision-Date: 2016-05-29 19:11+0000\n"
+"PO-Revision-Date: 2016-06-10 04:37+0000\n"
"Last-Translator: Christian Kühl <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-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464549101.000000\n"
+"X-POOTLE-MTIME: 1465533468.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -112,7 +112,7 @@ msgctxt ""
"par_id3154102\n"
"help.text"
msgid "During printing, the database information replaces the corresponding database fields (placeholders). For more information about inserting database fields refer to the <link href=\"text/swriter/01/04090006.xhp\" name=\"Database\"><emph>Database</emph></link> tab page under <emph>Insert - Field - More Fields</emph>."
-msgstr "Die Datenbankinformationen werden erst beim Drucken an der Position der Datenbank-Feldbefehle (Platzhalter) eingefügt. Informationen zum Einfügen von Datenbank-Feldbefehlen finden Sie unter <emph>Einfügen - Feldbefehl - Weitere Felder...</emph> im Register <link href=\"text/swriter/01/04090006.xhp\" name=\"Datenbank\">Datenbank</link>."
+msgstr "Die Datenbankinformationen werden erst beim Drucken an der Position der Datenbank-Feldbefehle (Platzhalter) eingefügt. Informationen zum Einfügen von Datenbank-Feldbefehlen finden Sie unter <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph> im Register <link href=\"text/swriter/01/04090006.xhp\" name=\"Datenbank\">Datenbank</link>."
#: 01150000.xhp
msgctxt ""
@@ -10020,7 +10020,7 @@ msgctxt ""
"par_id3150333\n"
"help.text"
msgid "Choose <emph>Insert - Field - More Fields</emph>, and then click the <emph>Functions</emph> tab."
-msgstr "Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Felder...</emph> das Register <emph>Funktionen</emph>."
+msgstr "Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph> das Register <emph>Funktionen</emph>."
#: 04090200.xhp
msgctxt ""
@@ -10082,7 +10082,7 @@ msgctxt ""
"par_id3155836\n"
"help.text"
msgid "Choose <emph>Insert - Field - More Fields</emph>, and then click the <emph>Variables</emph> tab."
-msgstr "Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Felder...</emph> das Register <emph>Variablen</emph>."
+msgstr "Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph> das Register <emph>Variablen</emph>."
#: 04090200.xhp
msgctxt ""
@@ -10198,7 +10198,7 @@ msgctxt ""
"par_id3150523\n"
"help.text"
msgid "Choose <emph>Insert - Field - More Fields</emph>, and then click the <emph>Database</emph> tab."
-msgstr "Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Felder...</emph> das Register <emph>Datenbank</emph>."
+msgstr "Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph> das Register <emph>Datenbank</emph>."
#: 04090200.xhp
msgctxt ""
@@ -14461,7 +14461,7 @@ msgctxt ""
"par_id3145827\n"
"help.text"
msgid "The submenu lists the most common field types that can be inserted into a document at the current cursor position. To view all of the available fields, choose <emph>More Fields</emph>."
-msgstr "Das Untermenü listet die gebräuchlichsten Feldbefehltypen auf, die in ein Dokument an der aktuellen Cursorposition eingefügt werden können. Um alle verfügbaren Feldbefehle anzusehen, wählen Sie <emph>Weitere Felder...</emph>."
+msgstr "Das Untermenü listet die gebräuchlichsten Feldbefehltypen auf, die in ein Dokument an der aktuellen Cursorposition eingefügt werden können. Um alle verfügbaren Feldbefehle anzusehen, wählen Sie <emph>Weitere Feldbefehle...</emph>."
#: 04990000.xhp
msgctxt ""
@@ -14469,7 +14469,7 @@ msgctxt ""
"hd_id3147571\n"
"help.text"
msgid "<link href=\"text/swriter/01/04090000.xhp\" name=\"Other\">More Fields</link>"
-msgstr "<link href=\"text/swriter/01/04090000.xhp\" name=\"Weitere Felder...\">Weitere Felder...</link>"
+msgstr "<link href=\"text/swriter/01/04090000.xhp\" name=\"Weitere Feldbefehle...\">Weitere Feldbefehle...</link>"
#: 05030200.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/swriter/02.po b/source/de/helpcontent2/source/text/swriter/02.po
index fdf8693867c..67c0061cd1c 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: 2016-05-23 21:36+0200\n"
-"PO-Revision-Date: 2016-05-26 08:43+0000\n"
+"PO-Revision-Date: 2016-06-10 04:38+0000\n"
"Last-Translator: Christian Kühl <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-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464252216.000000\n"
+"X-POOTLE-MTIME: 1465533533.000000\n"
#: 02110000.xhp
msgctxt ""
@@ -3439,7 +3439,7 @@ msgctxt ""
"par_id3151312\n"
"help.text"
msgid "If you would like to define a different date format, or have the date updated automatically, select <emph>Insert - Field - More Fields</emph> to insert a field command and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The format of an existing date field can be modified at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>."
-msgstr "Wenn Sie ein anderes Datenformat verwenden möchten oder das Datum automatisch aktualisiert werden soll, wählen Sie <emph>Einfügen - Feldbefehl - Weitere Felder...</emph>, um einen Feldbefehl einzufügen, und nehmen Sie im Dialog <link href=\"text/swriter/01/04090000.xhp\" name=\"Feldbefehle\"><emph>Feldbefehle</emph></link> die gewünschten Änderungen vor. Das Format bestehender Datumsfelder kann jederzeit über den Menübefehl <link href=\"text/swriter/01/02140000.xhp\" name=\"Bearbeiten - Feldbefehl...\"><emph>Bearbeiten - Feldbefehl...</emph></link> geändert werden."
+msgstr "Wenn Sie ein anderes Datenformat verwenden möchten oder das Datum automatisch aktualisiert werden soll, wählen Sie <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph>, um einen Feldbefehl einzufügen, und nehmen Sie im Dialog <link href=\"text/swriter/01/04090000.xhp\" name=\"Feldbefehle\"><emph>Feldbefehle</emph></link> die gewünschten Änderungen vor. Das Format bestehender Datumsfelder kann jederzeit über den Menübefehl <link href=\"text/swriter/01/02140000.xhp\" name=\"Bearbeiten - Feldbefehl...\"><emph>Bearbeiten - Feldbefehl...</emph></link> geändert werden."
#: 18030200.xhp
msgctxt ""
@@ -3481,7 +3481,7 @@ msgctxt ""
"par_id3151177\n"
"help.text"
msgid "To assign a different time format, or adapt the actual time data, select <emph>Insert - Field - More Fields</emph> and make the desired changes in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. Additionally, you can modify the format of an inserted time field at any time by choosing <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>."
-msgstr "Um ein anderes Zeitformat zu verwenden oder die tatsächlichen Uhrzeitangaben anzupassen, wählen Sie <emph>Einfügen - Feldbefehl - Weitere Felder...</emph> und nehmen im Dialog <link href=\"text/swriter/01/04090000.xhp\" name=\"Feldbefehle\"><emph>Feldbefehle</emph></link> die gewünschten Änderungen vor. Darüber hinaus können Sie das Format eines eingefügten Zeitfelds jederzeit ändern, indem Sie im Menü <link href=\"text/swriter/01/02140000.xhp\" name=\"Bearbeiten - Feldbefehl...\"><emph>Bearbeiten - Feldbefehl...</emph></link> wählen."
+msgstr "Um ein anderes Zeitformat zu verwenden oder die tatsächlichen Uhrzeitangaben anzupassen, wählen Sie <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph> und nehmen im Dialog <link href=\"text/swriter/01/04090000.xhp\" name=\"Feldbefehle\"><emph>Feldbefehle</emph></link> die gewünschten Änderungen vor. Darüber hinaus können Sie das Format eines eingefügten Zeitfelds jederzeit ändern, indem Sie im Menü <link href=\"text/swriter/01/02140000.xhp\" name=\"Bearbeiten - Feldbefehl...\"><emph>Bearbeiten - Feldbefehl...</emph></link> wählen."
#: 18030300.xhp
msgctxt ""
@@ -3513,7 +3513,7 @@ msgctxt ""
"par_id3151175\n"
"help.text"
msgid "If you would like to define a different format or modify the page number, insert a field with <emph>Insert - Field - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. It is also possible to edit a field inserted with the <emph>Page Number</emph> command with <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Fields\"><emph>Edit - Fields</emph></link>. To change page numbers, read the <link href=\"text/swriter/guide/pagenumbers.xhp\" name=\"Page Numbers\"><emph>Page Numbers</emph></link> guide."
-msgstr "Wünschen Sie ein anderes Format oder die Möglichkeit zur Korrektur der Seitenzahl, wählen Sie zum Einfügen des Feldbefehls im Menü <emph>Einfügen - Feldbefehl - Weitere Felder...</emph> und nehmen dann die gewünschten Einstellungen im Dialog <link href=\"text/swriter/01/04090000.xhp\" name=\"Feldbefehle\"><emph>Feldbefehle</emph></link> vor. Formatierung und Korrekturwert des mit dem Befehl <emph>Seitennummer</emph> eingefügten Feldes können Sie aber auch jederzeit über das Menü <link href=\"text/swriter/01/02140000.xhp\" name=\"Bearbeiten - Feldbefehl...\"><emph>Bearbeiten - Feldbefehl...</emph></link> ändern. Wie die Seitenzahlen geändert werden, können Sie im Leitfaden <link href=\"text/swriter/guide/pagenumbers.xhp\" name=\"Seitenzahlen\"><emph>Seitenzahlen</emph></link> nachlesen."
+msgstr "Wünschen Sie ein anderes Format oder die Möglichkeit zur Korrektur der Seitenzahl, wählen Sie zum Einfügen des Feldbefehls im Menü <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph> und nehmen dann die gewünschten Einstellungen im Dialog <link href=\"text/swriter/01/04090000.xhp\" name=\"Feldbefehle\"><emph>Feldbefehle</emph></link> vor. Formatierung und Korrekturwert des mit dem Befehl <emph>Seitennummer</emph> eingefügten Feldes können Sie aber auch jederzeit über das Menü <link href=\"text/swriter/01/02140000.xhp\" name=\"Bearbeiten - Feldbefehl...\"><emph>Bearbeiten - Feldbefehl...</emph></link> ändern. Wie die Seitenzahlen geändert werden, können Sie im Leitfaden <link href=\"text/swriter/guide/pagenumbers.xhp\" name=\"Seitenzahlen\"><emph>Seitenzahlen</emph></link> nachlesen."
#: 18030400.xhp
msgctxt ""
@@ -3548,7 +3548,7 @@ msgctxt ""
"3\n"
"help.text"
msgid "If you wish to have the page number formatted with a different numbering style, choose <emph>Insert - Field - More Fields</emph> to insert the required field, and specify the settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Field\"><emph>Field</emph></link> dialog. The format of the field inserted using the <emph>Page Number</emph> command can also be modified using the <link href=\"text/swriter/01/02140000.xhp\" name=\"Edit - Field\"><emph>Edit - Field</emph></link> command."
-msgstr "Wünschen Sie ein anderes Darstellungsformat der Seitenanzahl, wählen Sie zum Einfügen des Feldbefehls den Befehl <emph>Einfügen - Feldbefehl - Weitere Felder...</emph> und nehmen Sie die gewünschten Einstellungen im Dialog <link href=\"text/swriter/01/04090000.xhp\" name=\"Feldbefehle\"><emph>Feldbefehle</emph></link> vor. Sie können die Formatierung des mit dem Menübefehl <emph>Seitenanzahl</emph> eingefügten Feldes aber auch über das Menü <link href=\"text/swriter/01/02140000.xhp\" name=\"Bearbeiten - Feldbefehl...\"><emph>Bearbeiten - Feldbefehl...</emph></link> ändern."
+msgstr "Wünschen Sie ein anderes Darstellungsformat der Seitenanzahl, wählen Sie zum Einfügen des Feldbefehls den Befehl <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph> und nehmen Sie die gewünschten Einstellungen im Dialog <link href=\"text/swriter/01/04090000.xhp\" name=\"Feldbefehle\"><emph>Feldbefehle</emph></link> vor. Sie können die Formatierung des mit dem Menübefehl <emph>Seitenanzahl</emph> eingefügten Feldes aber auch über das Menü <link href=\"text/swriter/01/02140000.xhp\" name=\"Bearbeiten - Feldbefehl...\"><emph>Bearbeiten - Feldbefehl...</emph></link> ändern."
#: 18030500.xhp
msgctxt ""
@@ -3590,7 +3590,7 @@ msgctxt ""
"par_id3156380\n"
"help.text"
msgid "If you would like to insert a different document property as a field, select <emph>Insert - Field - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties."
-msgstr "Möchten Sie eine andere Dokumenteigenschaft als Feldbefehl einfügen, wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Felder...</emph> und nehmen Sie die gewünschten Einstellungen im Dialog <link href=\"text/swriter/01/04090000.xhp\" name=\"Feldbefehle\"><emph>Feldbefehle</emph></link> vor. Hier finden Sie im Register <emph>Dokumentinfo</emph> sämtliche verfügbaren Felder."
+msgstr "Möchten Sie eine andere Dokumenteigenschaft als Feldbefehl einfügen, wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph> und nehmen Sie die gewünschten Einstellungen im Dialog <link href=\"text/swriter/01/04090000.xhp\" name=\"Feldbefehle\"><emph>Feldbefehle</emph></link> vor. Hier finden Sie im Register <emph>Dokumentinfo</emph> sämtliche verfügbaren Felder."
#: 18030600.xhp
msgctxt ""
@@ -3624,7 +3624,7 @@ msgctxt ""
"par_id3148768\n"
"help.text"
msgid "If you would like to insert a different document property as a field, select <emph>Insert - Field - More Fields</emph> and make the desired settings in the <link href=\"text/swriter/01/04090000.xhp\" name=\"Fields\"><emph>Fields</emph></link> dialog. The <emph>DocInformation</emph> category contains all of the fields shown in the document properties."
-msgstr "Möchten Sie eine andere Dokumenteigenschaft als Feldbefehl einfügen, wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Felder...</emph> und nehmen Sie die gewünschten Einstellungen im Dialog <link href=\"text/swriter/01/04090000.xhp\" name=\"Feldbefehle\"><emph>Feldbefehle</emph></link> vor. Hier finden Sie im Register <emph>Dokumentinfo</emph> sämtliche verfügbaren Felder."
+msgstr "Möchten Sie eine andere Dokumenteigenschaft als Feldbefehl einfügen, wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph> und nehmen Sie die gewünschten Einstellungen im Dialog <link href=\"text/swriter/01/04090000.xhp\" name=\"Feldbefehle\"><emph>Feldbefehle</emph></link> vor. Hier finden Sie im Register <emph>Dokumentinfo</emph> sämtliche verfügbaren Felder."
#: 18030700.xhp
msgctxt ""
diff --git a/source/de/helpcontent2/source/text/swriter/guide.po b/source/de/helpcontent2/source/text/swriter/guide.po
index 903edb9bddd..d6f64414a65 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: 2016-05-23 21:37+0200\n"
-"PO-Revision-Date: 2016-05-27 13:23+0000\n"
+"PO-Revision-Date: 2016-06-10 04:39+0000\n"
"Last-Translator: Christian Kühl <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-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464355402.000000\n"
+"X-POOTLE-MTIME: 1465533578.000000\n"
#: anchor_object.xhp
msgctxt ""
@@ -3218,7 +3218,7 @@ msgctxt ""
"par_id3155566\n"
"help.text"
msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item>, and then click the <item type=\"menuitem\">Variables</item> tab."
-msgstr "Wählen Sie im Menü <item type=\"menuitem\">Einfügen - Feldbefehl - Weitere Felder...</item> und das Register <item type=\"menuitem\">Variablen</item>."
+msgstr "Wählen Sie im Menü <item type=\"menuitem\">Einfügen - Feldbefehl - Weitere Feldbefehle...</item> und das Register <item type=\"menuitem\">Variablen</item>."
#: conditional_text.xhp
msgctxt ""
@@ -3282,7 +3282,7 @@ msgctxt ""
"par_id3151212\n"
"help.text"
msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab."
-msgstr "Wählen Sie im Menü <item type=\"menuitem\">Einfügen - Feldbefehl - Weitere Felder...</item> und das Register <item type=\"menuitem\">Funktionen</item>."
+msgstr "Wählen Sie im Menü <item type=\"menuitem\">Einfügen - Feldbefehl - Weitere Feldbefehle...</item> und das Register <item type=\"menuitem\">Funktionen</item>."
#: conditional_text.xhp
msgctxt ""
@@ -3426,7 +3426,7 @@ msgctxt ""
"par_id3150537\n"
"help.text"
msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item>, and then click the <item type=\"menuitem\">Functions</item> tab."
-msgstr "Wählen Sie im Menü <item type=\"menuitem\">Einfügen - Feldbefehl - Weitere Felder...</item> und das Register <item type=\"menuitem\">Funktionen</item>."
+msgstr "Wählen Sie im Menü <item type=\"menuitem\">Einfügen - Feldbefehl - Weitere Feldbefehle...</item> und das Register <item type=\"menuitem\">Funktionen</item>."
#: conditional_text2.xhp
msgctxt ""
@@ -4076,7 +4076,7 @@ msgctxt ""
"par_id3147679\n"
"help.text"
msgid "Choose <emph>Insert - Field - More Fields</emph> and click the <emph>Document</emph> tab."
-msgstr "Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Felder...</emph> das Register <emph>Dokument</emph>."
+msgstr "Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph> das Register <emph>Dokument</emph>."
#: fields_date.xhp
msgctxt ""
@@ -4140,7 +4140,7 @@ msgctxt ""
"par_id3145776\n"
"help.text"
msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item> and click the <item type=\"menuitem\">Functions</item> tab."
-msgstr "Wählen Sie im Menü <item type=\"menuitem\">Einfügen - Feldbefehl - Weitere Felder...</item> das Register <item type=\"menuitem\">Funktionen</item>."
+msgstr "Wählen Sie im Menü <item type=\"menuitem\">Einfügen - Feldbefehl - Weitere Feldbefehle...</item> das Register <item type=\"menuitem\">Funktionen</item>."
#: fields_enter.xhp
msgctxt ""
@@ -4996,7 +4996,7 @@ msgctxt ""
"par_id3147109\n"
"help.text"
msgid "Place the cursor in the footer and choose <emph>Insert - Field - More Fields</emph>."
-msgstr "Setzen Sie den Cursor in die Fußzeile und wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Felder...</emph>."
+msgstr "Setzen Sie den Cursor in die Fußzeile und wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph>."
#: footer_nextpage.xhp
msgctxt ""
@@ -6382,7 +6382,7 @@ msgctxt ""
"par_id3146863\n"
"help.text"
msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item> and click the <item type=\"menuitem\">Document</item> tab."
-msgstr "Wählen Sie im Menü <item type=\"menuitem\">Einfügen - Feldbefehl - Weitere Felder...</item> das Register <item type=\"menuitem\">Dokument</item>."
+msgstr "Wählen Sie im Menü <item type=\"menuitem\">Einfügen - Feldbefehl - Weitere Feldbefehle...</item> das Register <item type=\"menuitem\">Dokument</item>."
#: header_with_chapter.xhp
msgctxt ""
@@ -6537,7 +6537,7 @@ msgctxt ""
"par_id3153131\n"
"help.text"
msgid "Click in your document and choose <emph>Insert - Field - More Fields</emph>."
-msgstr "Klicken Sie in Ihr Dokument und wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Felder...</emph>."
+msgstr "Klicken Sie in Ihr Dokument und wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph>."
#: hidden_text.xhp
msgctxt ""
@@ -6617,7 +6617,7 @@ msgctxt ""
"par_id3145409\n"
"help.text"
msgid "Choose <emph>Insert - Field - More Fields</emph> and click the <emph>Functions</emph> tab."
-msgstr "Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Felder...</emph> das Register <emph>Funktionen</emph>."
+msgstr "Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph> das Register <emph>Funktionen</emph>."
#: hidden_text.xhp
msgctxt ""
@@ -6679,7 +6679,7 @@ msgctxt ""
"par_id3154872\n"
"help.text"
msgid "Choose <emph>Insert - Field - More Fields</emph> and click the <emph>Functions</emph> tab."
-msgstr "Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Felder...</emph> das Register <emph>Funktionen</emph>."
+msgstr "Wählen Sie im Menü <emph>Einfügen - Feldbefehl - Weitere Feldbefehle...</emph> das Register <emph>Funktionen</emph>."
#: hidden_text.xhp
msgctxt ""
@@ -6783,7 +6783,7 @@ msgctxt ""
"par_id3148603\n"
"help.text"
msgid "<link href=\"text/swriter/01/04090000.xhp\" name=\"Insert - Fields - Other\">Insert - Field - More Fields</link>"
-msgstr "<link href=\"text/swriter/01/04090000.xhp\" name=\"Einfügen - Feldbefehl - Weitere Felder...\">Einfügen - Feldbefehl - Weitere Felder...</link>"
+msgstr "<link href=\"text/swriter/01/04090000.xhp\" name=\"Einfügen - Feldbefehl - Weitere Feldbefehle...\">Einfügen - Feldbefehl - Weitere Felder...</link>"
#: hidden_text.xhp
msgctxt ""
@@ -9498,7 +9498,7 @@ msgctxt ""
"par_id3155048\n"
"help.text"
msgid "Choose <item type=\"menuitem\">Insert - Field - More Fields</item>, and then click the <item type=\"menuitem\">Variables</item> tab."
-msgstr "Wählen Sie im Menü <item type=\"menuitem\">Einfügen - Feldbefehl - Weitere Felder...</item> und das Register <item type=\"menuitem\">Variablen</item>."
+msgstr "Wählen Sie im Menü <item type=\"menuitem\">Einfügen - Feldbefehl - Weitere Feldbefehle...</item> und das Register <item type=\"menuitem\">Variablen</item>."
#: number_sequence.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 7eccb3fa4a1..f9a7a533498 100644
--- a/source/de/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/de/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: 2016-05-23 21:37+0200\n"
-"PO-Revision-Date: 2016-05-26 08:25+0000\n"
-"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
+"PO-Revision-Date: 2016-06-20 20:20+0000\n"
+"Last-Translator: Jochen <dr@jochenschiffers.de>\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-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464251121.000000\n"
+"X-POOTLE-MTIME: 1466454039.000000\n"
#: BaseWindowState.xcu
msgctxt ""
@@ -914,7 +914,7 @@ msgctxt ""
"PopupLabel\n"
"value.text"
msgid "~Edit Layout..."
-msgstr "Layout Bea_rbeiten…"
+msgstr "Layout Bea_rbeiten..."
#: CalcCommands.xcu
msgctxt ""
@@ -3587,7 +3587,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~Named Expressions"
-msgstr "Benannte ~Ausdrücke"
+msgstr "N~amen"
#: CalcCommands.xcu
msgctxt ""
@@ -13604,7 +13604,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Polygon, filled"
-msgstr "Vieleck, gefüllt"
+msgstr "Polygon, gefüllt"
#: GenericCommands.xcu
msgctxt ""
@@ -18376,7 +18376,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Notebookbar"
-msgstr ""
+msgstr "Notebookleiste"
#: GenericCommands.xcu
msgctxt ""
@@ -24028,7 +24028,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "~More Fields..."
-msgstr "~Weitere Felder..."
+msgstr "~Weitere Feldbefehle..."
#: WriterCommands.xcu
msgctxt ""
diff --git a/source/de/sc/source/ui/src.po b/source/de/sc/source/ui/src.po
index 0407260b777..d9f4c2c5eb2 100644
--- a/source/de/sc/source/ui/src.po
+++ b/source/de/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: 2016-05-25 13:27+0200\n"
-"PO-Revision-Date: 2016-05-26 04:32+0000\n"
+"PO-Revision-Date: 2016-06-18 05:01+0000\n"
"Last-Translator: Christian Kühl <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-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464237169.000000\n"
+"X-POOTLE-MTIME: 1466226099.000000\n"
#: condformatdlg.src
msgctxt ""
@@ -1876,7 +1876,7 @@ msgctxt ""
"STR_MSSG_MERGECELLS_0\n"
"string.text"
msgid "Cell merge not possible if cells already merged"
-msgstr "Das Verbinden ist nicht möglich, wenn bereits Zellen verbunden sind."
+msgstr "Das Verbinden ist nicht möglich, wenn bereits Zellen verbunden sind"
#: globstr.src
msgctxt ""
@@ -20631,7 +20631,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns a prediction interval at the specified target value(s) for additive Exponential Smoothing method"
-msgstr "Liefert zu einem vorgegebenen Zielwert ein Vorhersageintervall unter Verwendung der additiven exponentiellen Glättung."
+msgstr "Liefert zu einem vorgegebenen Zielwert ein Vorhersageintervall unter Verwendung der additiven exponentiellen Glättung"
#: scfuncs.src
msgctxt ""
@@ -20766,7 +20766,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns a prediction interval at the specified target value(s) for multiplicative Exponential Smoothing method"
-msgstr "Liefert zu einem vorgegebenen Zielwert ein Vorhersageintervall unter Verwendung der multiplikativen exponentiellen Glättung."
+msgstr "Liefert zu einem vorgegebenen Zielwert ein Vorhersageintervall unter Verwendung der multiplikativen exponentiellen Glättung"
#: scfuncs.src
msgctxt ""
@@ -21036,7 +21036,7 @@ msgctxt ""
"7\n"
"string.text"
msgid "Value (1-9) or array of values, indicating which statistic will be returned for the calculated forecast"
-msgstr "Wert (1-9) bzw. Matrix mit Werten, der angibt, wecher Statistikwert für die zu berechnende Prognose zurückgegeben werden soll."
+msgstr "Wert (1-9) bzw. Matrix mit Werten, der angibt, wecher Statistikwert für die zu berechnende Prognose zurückgegeben werden soll"
#: scfuncs.src
msgctxt ""
@@ -21153,7 +21153,7 @@ msgctxt ""
"7\n"
"string.text"
msgid "Value (1-9) or array of values, indicating which statistic will be returned for the calculated forecast"
-msgstr "Wert (1-9) bzw. Matrix mit Werten, der angibt, wecher Statistikwert für die zu berechnende Prognose zurückgegeben werden soll."
+msgstr "Wert (1-9) bzw. Matrix mit Werten, der angibt, wecher Statistikwert für die zu berechnende Prognose zurückgegeben werden soll"
#: scfuncs.src
msgctxt ""
@@ -21216,7 +21216,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns a value along a linear regression"
-msgstr "Berechnet einen Wert auf der Regressionsgeraden."
+msgstr "Berechnet einen Wert auf der Regressionsgeraden"
#: scfuncs.src
msgctxt ""
@@ -22757,7 +22757,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Checks 1 or more conditions and returns a value corresponding to the first true condition."
-msgstr "Prüft eine oder mehr Bedingungen und gibt einen Wert zurück, der der ersten wahren Bedingung entspricht."
+msgstr "Prüft eine oder mehr Bedingungen und gibt einen Wert zurück, welcher der ersten wahren Bedingung entspricht."
#: scfuncs.src
msgctxt ""
@@ -22802,7 +22802,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Checks 1 or more conditions and returns a value corresponding to the first true condition."
-msgstr "Prüft eine oder mehr Bedingungen und gibt einen Wert zurück, der der ersten wahren Bedingung entspricht."
+msgstr "Prüft eine oder mehr Bedingungen und gibt einen Wert zurück, welcher der ersten wahren Bedingung entspricht."
#: scfuncs.src
msgctxt ""
@@ -23090,7 +23090,7 @@ msgctxt ""
"7\n"
"string.text"
msgid "The position in the text from which the search starts."
-msgstr "Die Position im Text, ab der gesucht wird"
+msgstr "Die Position im Text, ab der gesucht wird."
#: scfuncs.src
msgctxt ""
@@ -23153,7 +23153,7 @@ msgctxt ""
"7\n"
"string.text"
msgid "The position in the text where the search is started."
-msgstr "Die Position im Text, ab der gesucht wird"
+msgstr "Die Position im Text, ab der gesucht wird."
#: scfuncs.src
msgctxt ""
@@ -24134,7 +24134,7 @@ msgctxt ""
"3\n"
"string.text"
msgid "The code value for the character."
-msgstr "Der Codewert für das Zeichen"
+msgstr "Der Codewert für das Zeichen."
#: scfuncs.src
msgctxt ""
@@ -24531,7 +24531,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Calculates length of a text string, with DBCS"
-msgstr "Berechnet die Länge eines Textes mit DBCS."
+msgstr "Berechnet die Länge eines Textes mit DBCS"
#: scfuncs.src
msgctxt ""
@@ -24558,7 +24558,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the last character or characters of a text,with DBCS"
-msgstr "Bestimmt das Endteilwort eines Textes mit DBCS."
+msgstr "Bestimmt das Endteilwort eines Textes mit DBCS"
#: scfuncs.src
msgctxt ""
@@ -24603,7 +24603,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the first character or characters of a text,with DBCS"
-msgstr "Bestimmt das Anfangsteilwort eines Textes mit DBCS."
+msgstr "Bestimmt das Anfangsteilwort eines Textes mit DBCS"
#: scfuncs.src
msgctxt ""
@@ -24648,7 +24648,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns a partial text string of a text, with DBCS"
-msgstr "Bestimmt ein Teilwort eines Textes mit DBCS."
+msgstr "Bestimmt ein Teilwort eines Textes mit DBCS"
#: scfuncs.src
msgctxt ""
diff --git a/source/de/sc/uiconfig/scalc/ui.po b/source/de/sc/uiconfig/scalc/ui.po
index 209078f43cd..f09665a85e4 100644
--- a/source/de/sc/uiconfig/scalc/ui.po
+++ b/source/de/sc/uiconfig/scalc/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2016-05-23 21:36+0200\n"
-"PO-Revision-Date: 2016-06-03 21:08+0000\n"
+"PO-Revision-Date: 2016-06-18 04:40+0000\n"
"Last-Translator: Christian Kühl <kuehl.christian@googlemail.com>\n"
"Language-Team: none\n"
"Language: de\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464988134.000000\n"
+"X-POOTLE-MTIME: 1466224856.000000\n"
#: advancedfilterdialog.ui
msgctxt ""
@@ -2081,7 +2081,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Empty lines trigger UI refresh"
-msgstr "Leere Zeilen lösen ein Auffrischen der Benutzeroberfläche aus."
+msgstr "Leere Zeilen lösen ein Auffrischen der Benutzeroberfläche aus"
#: datastreams.ui
msgctxt ""
@@ -4637,7 +4637,7 @@ msgctxt ""
"tooltip_markup\n"
"string.text"
msgid "Disable case sensitivity for interoperability with Microsoft Excel"
-msgstr "Groß- und Kleinschreibung für die Kompatibilität mit Microsoft Excel deaktivieren."
+msgstr "Groß- und Kleinschreibung für die Kompatibilität mit Microsoft Excel deaktivieren"
#: optcalculatepage.ui
msgctxt ""
@@ -4664,7 +4664,7 @@ msgctxt ""
"tooltip_markup\n"
"string.text"
msgid "Enable this for interoperability with Microsoft Excel"
-msgstr "Aktivieren Sie diese Option für die Kompatibilität mit Microsoft Excel."
+msgstr "Aktivieren Sie diese Option für die Kompatibilität mit Microsoft Excel"
#: optcalculatepage.ui
msgctxt ""
@@ -4682,7 +4682,7 @@ msgctxt ""
"tooltip_markup\n"
"string.text"
msgid "Enable wildcards for interoperability with Microsoft Excel"
-msgstr "Aktiviert Platzhalter für die Kompatibilität mit Microsoft Excel."
+msgstr "Aktiviert Platzhalter für die Kompatibilität mit Microsoft Excel"
#: optcalculatepage.ui
msgctxt ""
@@ -4700,7 +4700,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "No wildcards or regular expressions in formulas"
-msgstr "Keine Platzhalter oder regulären Ausdrücke in Formeln."
+msgstr "Keine Platzhalter oder regulären Ausdrücke in Formeln"
#: optcalculatepage.ui
msgctxt ""
@@ -5006,7 +5006,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Formula _syntax:"
-msgstr "Formel-_Syntax"
+msgstr "Formel-_Syntax:"
#: optformula.ui
msgctxt ""
@@ -6806,7 +6806,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "New password must match the original password"
-msgstr "Neues Kennwort muss dem Originalkennwort entsprechen."
+msgstr "Neues Kennwort muss dem Originalkennwort entsprechen"
#: retypepassworddialog.ui
msgctxt ""
@@ -6815,7 +6815,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Remove password from this protected item"
-msgstr "Kennwort von geschütztem Element entfernen."
+msgstr "Kennwort von geschütztem Element entfernen"
#: rightfooterdialog.ui
msgctxt ""
@@ -8003,7 +8003,7 @@ msgctxt ""
"tooltip_text\n"
"string.text"
msgid "Text Extension From Lower Cell Border"
-msgstr "Textausdehnung von unterer Zellkante aus."
+msgstr "Textausdehnung von unterer Zellkante aus"
#: sidebaralignment.ui
msgctxt ""
@@ -8012,7 +8012,7 @@ msgctxt ""
"tooltip_text\n"
"string.text"
msgid "Text Extension From Upper Cell Border"
-msgstr "Textausdehnung von oberer Zellkante aus."
+msgstr "Textausdehnung von oberer Zellkante aus"
#: sidebaralignment.ui
msgctxt ""
@@ -8021,7 +8021,7 @@ msgctxt ""
"tooltip_text\n"
"string.text"
msgid "Text Extension Inside Cell"
-msgstr "Textausdehnung nur innerhalb der Zelle."
+msgstr "Textausdehnung nur innerhalb der Zelle"
#: sidebaralignment.ui
msgctxt ""
diff --git a/source/de/scaddins/source/analysis.po b/source/de/scaddins/source/analysis.po
index 15334dc24ad..0cd28723626 100644
--- a/source/de/scaddins/source/analysis.po
+++ b/source/de/scaddins/source/analysis.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2015-11-10 19:33+0100\n"
-"PO-Revision-Date: 2016-06-02 06:51+0000\n"
+"PO-Revision-Date: 2016-06-18 04:47+0000\n"
"Last-Translator: Christian Kühl <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-Accelerator-Marker: ~\n"
"X-Generator: Pootle 2.7\n"
-"X-POOTLE-MTIME: 1464850265.000000\n"
+"X-POOTLE-MTIME: 1466225227.000000\n"
#: analysis.src
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Returns the serial number of the date before or after a specified number of workdays"
-msgstr "Liefert die fortlaufende Zahl des Datums, das vor oder nach einer bestimmten Anzahl von Arbeitstagen liegt."
+msgstr "Liefert die fortlaufende Zahl des Datums, das vor oder nach einer bestimmten Anzahl von Arbeitstagen liegt"
#: analysis.src
msgctxt ""
@@ -59,7 +59,7 @@ msgctxt ""
"5\n"
"string.text"
msgid "The number of workdays before or after the start date"
-msgstr "Anzahl Arbeitstage vor oder nach dem Ausgangsdatum."
+msgstr "Anzahl Arbeitstage vor oder nach dem Ausgangsdatum"
#: analysis.src
msgctxt ""