summaryrefslogtreecommitdiff
path: root/cppu/qa/any-external.cxx
blob: bac61342786c0739655bbf1badf76983b15022f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/* -*- 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/.
 */

#include <sal/config.h>

#include <cppunit/TestAssert.h>
#include <cppunit/TestFixture.h>
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/plugin/TestPlugIn.h>

#include <com/sun/star/uno/Any.hxx>
#include <sal/types.h>

namespace {

class Test: public CppUnit::TestFixture {
private:
    CPPUNIT_TEST_SUITE(Test);
    CPPUNIT_TEST(testGet);
    CPPUNIT_TEST(testHas);
    CPPUNIT_TEST(testExtract);
    CPPUNIT_TEST(testInsert);
    CPPUNIT_TEST_SUITE_END();

    void testGet() {
        css::uno::Any a(false);
        CPPUNIT_ASSERT_EQUAL(a, a.get<css::uno::Any>());
        CPPUNIT_ASSERT_EQUAL(false, a.get<bool>());
    }

    void testHas() {
        css::uno::Any a(false);
        CPPUNIT_ASSERT_EQUAL(true, a.has<css::uno::Any>());
        CPPUNIT_ASSERT_EQUAL(true, a.has<bool>());
    }

    void testExtract() {
        css::uno::Any a1(false);
        css::uno::Any a2;
        CPPUNIT_ASSERT(a1 >>= a2);
        CPPUNIT_ASSERT_EQUAL(a1, a2);
    }

    void testInsert() {
        css::uno::Any a;
        a <<= css::uno::Any(false);
        CPPUNIT_ASSERT_EQUAL(css::uno::Any(false), a);
    }
};

CPPUNIT_TEST_SUITE_REGISTRATION(Test);

}

CPPUNIT_PLUGIN_IMPLEMENT();

/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
'>
-rw-r--r--source/es/sw/source/ui/utlui.po6
-rw-r--r--source/et/padmin/source.po8
-rw-r--r--source/et/svx/source/unodialogs/textconversiondlgs.po9
-rw-r--r--source/et/sw/source/ui/inc.po14
-rw-r--r--source/fr/padmin/source.po9
-rw-r--r--source/fr/scaddins/source/pricing.po11
-rw-r--r--source/fr/scp2/source/accessories.po23
-rw-r--r--source/fr/sfx2/source/dialog.po9
-rw-r--r--source/fr/svtools/source/misc.po6
-rw-r--r--source/fr/svx/source/unodialogs/textconversiondlgs.po11
-rw-r--r--source/fr/sw/source/ui/config.po15
-rw-r--r--source/fr/sw/source/ui/inc.po12
-rw-r--r--source/gd/dictionaries/pt_BR/dialog.po14
-rw-r--r--source/gd/padmin/source.po8
-rw-r--r--source/gd/scp2/source/accessories.po21
-rw-r--r--source/gd/sfx2/source/dialog.po8
-rw-r--r--source/gd/svx/source/unodialogs/textconversiondlgs.po11
-rw-r--r--source/gd/sw/source/ui/config.po12
-rw-r--r--source/gl/basctl/source/dlged.po9
-rw-r--r--source/gl/cui/uiconfig/ui.po40
-rw-r--r--source/gl/desktop/source/deployment/gui.po10
-rw-r--r--source/gl/sc/source/ui/src.po12
-rw-r--r--source/gl/sc/uiconfig/scalc/ui.po8
-rw-r--r--source/gl/scp2/source/impress.po12
-rw-r--r--source/gl/scp2/source/writer.po12
-rw-r--r--source/hr/scp2/source/accessories.po12
-rw-r--r--source/hr/scp2/source/ooo.po12
-rw-r--r--source/hr/svtools/source/misc.po10
-rw-r--r--source/hr/svx/source/unodialogs/textconversiondlgs.po10
-rw-r--r--source/hu/cui/uiconfig/ui.po12
-rw-r--r--source/hu/sw/source/ui/inc.po16
-rw-r--r--source/id/helpcontent2/source/text/sbasic/shared.po118
-rw-r--r--source/id/helpcontent2/source/text/scalc/01.po34
-rw-r--r--source/id/helpcontent2/source/text/scalc/guide.po24
-rw-r--r--source/id/helpcontent2/source/text/shared/00.po6
-rw-r--r--source/id/helpcontent2/source/text/shared/01.po16
-rw-r--r--source/id/helpcontent2/source/text/shared/02.po20
-rw-r--r--source/id/helpcontent2/source/text/shared/04.po7
-rw-r--r--source/id/helpcontent2/source/text/shared/05.po8
-rw-r--r--source/id/helpcontent2/source/text/simpress/01.po50
-rw-r--r--source/id/helpcontent2/source/text/simpress/02.po8
-rw-r--r--source/id/helpcontent2/source/text/simpress/guide.po104
-rw-r--r--source/id/helpcontent2/source/text/smath/01.po8
-rw-r--r--source/id/helpcontent2/source/text/swriter/01.po17
-rw-r--r--source/id/padmin/source.po8
-rw-r--r--source/id/scp2/source/accessories.po21
-rw-r--r--source/id/sfx2/source/dialog.po8
-rw-r--r--source/id/sfx2/uiconfig/ui.po10
-rw-r--r--source/id/svx/source/unodialogs/textconversiondlgs.po11
-rw-r--r--source/id/sw/source/ui/config.po12
-rw-r--r--source/id/sw/source/ui/inc.po14
-rw-r--r--source/id/sw/uiconfig/swriter/ui.po8
-rw-r--r--source/it/padmin/source.po8
-rw-r--r--source/it/sfx2/uiconfig/ui.po12
-rw-r--r--source/it/svtools/source/misc.po10
-rw-r--r--source/it/sw/source/ui/inc.po15
-rw-r--r--source/ja/cui/uiconfig/ui.po10
-rw-r--r--source/ja/padmin/source.po10
-rw-r--r--source/ja/sc/source/ui/StatisticsDialogs.po12
-rw-r--r--source/ja/sc/source/ui/src.po10
-rw-r--r--source/ja/sc/uiconfig/scalc/ui.po10
-rw-r--r--source/ja/sw/uiconfig/swriter/ui.po8
-rw-r--r--source/kk/sw/source/ui/inc.po14
-rw-r--r--source/lt/cui/uiconfig/ui.po11
-rw-r--r--source/lt/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/nb/librelogo/source/pythonpath.po10
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office/UI.po11
-rw-r--r--source/nb/reportdesign/uiconfig/dbreport/ui.po12
-rw-r--r--source/nb/sc/source/ui/src.po69
-rw-r--r--source/nb/sc/uiconfig/scalc/ui.po28
-rw-r--r--source/nb/sd/uiconfig/simpress/ui.po10
-rw-r--r--source/nb/sfx2/uiconfig/ui.po15
-rw-r--r--source/nb/starmath/source.po109
-rw-r--r--source/nb/svx/uiconfig/ui.po10
-rw-r--r--source/nl/cui/source/customize.po8
-rw-r--r--source/nl/dbaccess/source/ui/dlg.po12
-rw-r--r--source/nl/fpicker/source/office.po14
-rw-r--r--source/nl/reportdesign/source/ui/dlg.po10
-rw-r--r--source/nn/basctl/source/basicide.po6
-rw-r--r--source/nn/connectivity/source/resource.po8
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/guide.po14
-rw-r--r--source/nn/helpcontent2/source/text/sbasic/shared.po28
-rw-r--r--source/nn/helpcontent2/source/text/scalc.po8
-rw-r--r--source/nn/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/nn/helpcontent2/source/text/schart/00.po8
-rw-r--r--source/nn/helpcontent2/source/text/schart/01.po78
-rw-r--r--source/nn/helpcontent2/source/text/sdraw/guide.po8
-rw-r--r--source/nn/helpcontent2/source/text/shared/01.po18
-rw-r--r--source/nn/helpcontent2/source/text/shared/05.po8
-rw-r--r--source/nn/helpcontent2/source/text/shared/explorer/database.po1031
-rw-r--r--source/nn/helpcontent2/source/text/shared/guide.po70
-rw-r--r--source/nn/helpcontent2/source/text/shared/optionen.po10
-rw-r--r--source/nn/helpcontent2/source/text/swriter/01.po12
-rw-r--r--source/nn/helpcontent2/source/text/swriter/guide.po32
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office/UI.po6
-rw-r--r--source/nn/sc/source/ui/src.po6
-rw-r--r--source/nn/sw/source/ui/fldui.po8
-rw-r--r--source/nn/wizards/source/formwizard.po10
-rw-r--r--source/pl/dbaccess/source/ui/dlg.po16
-rw-r--r--source/pl/helpcontent2/source/text/schart/00.po8
-rw-r--r--source/pl/helpcontent2/source/text/schart/01.po34
-rw-r--r--source/pl/svtools/source/contnr.po10
-rw-r--r--source/pl/svtools/source/dialogs.po8
-rw-r--r--source/pt-BR/chart2/uiconfig/ui.po8
-rw-r--r--source/pt-BR/padmin/source.po8
-rw-r--r--source/pt-BR/scaddins/source/pricing.po14
-rw-r--r--source/pt-BR/scp2/source/accessories.po21
-rw-r--r--source/pt-BR/sfx2/source/dialog.po8
-rw-r--r--source/pt-BR/sfx2/uiconfig/ui.po10
-rw-r--r--source/pt-BR/svtools/source/misc.po8
-rw-r--r--source/pt-BR/sw/source/ui/config.po12
-rw-r--r--source/pt-BR/sw/source/ui/inc.po14
-rw-r--r--source/pt-BR/sw/uiconfig/swriter/ui.po10
-rw-r--r--source/pt/dbaccess/source/ui/uno.po7
-rw-r--r--source/pt/helpcontent2/source/text/scalc/01.po12
-rw-r--r--source/pt/helpcontent2/source/text/shared/optionen.po10
-rw-r--r--source/pt/helpcontent2/source/text/swriter/librelogo.po22
-rw-r--r--source/pt/sc/source/ui/src.po26
-rw-r--r--source/pt/sc/uiconfig/scalc/ui.po8
-rw-r--r--source/pt/scaddins/source/pricing.po10
-rw-r--r--source/pt/sfx2/source/doc.po8
-rw-r--r--source/pt/sfx2/uiconfig/ui.po12
-rw-r--r--source/pt/svtools/source/misc.po6
-rw-r--r--source/pt/svx/source/dialog.po10
-rw-r--r--source/pt/svx/uiconfig/ui.po10
-rw-r--r--source/pt/sw/source/ui/inc.po12
-rw-r--r--source/pt/sw/uiconfig/swriter/ui.po8
-rw-r--r--source/pt/uui/source.po12
-rw-r--r--source/ro/scp2/source/accessories.po22
-rw-r--r--source/ro/sfx2/source/dialog.po8
-rw-r--r--source/ro/svx/source/unodialogs/textconversiondlgs.po10
-rw-r--r--source/ro/sw/source/ui/config.po12
-rw-r--r--source/ro/sw/source/ui/inc.po14
-rw-r--r--source/ru/sfx2/uiconfig/ui.po10
-rw-r--r--source/ru/sw/source/ui/inc.po16
-rw-r--r--source/sk/chart2/source/controller/dialogs.po6
-rw-r--r--source/sk/cui/uiconfig/ui.po12
-rw-r--r--source/sk/dbaccess/cui/uiconfig/ui.po10
-rw-r--r--source/sk/dbaccess/officecfg/registry/data/org/openoffice/Office/UI.po46
-rw-r--r--source/sk/dbaccess/source/ui/app.po9
-rw-r--r--source/sk/dbaccess/source/ui/dlg.po12
-rw-r--r--source/sk/dbaccess/source/ui/inc.po7
-rw-r--r--source/sk/dbaccess/source/ui/querydesign.po7
-rw-r--r--source/sk/filter/uiconfig/ui.po6
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice.po10
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office.po14
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office/UI.po44
-rw-r--r--source/sk/sc/source/ui/navipi.po8
-rw-r--r--source/sk/sc/source/ui/src.po6
-rw-r--r--source/sk/sc/uiconfig/scalc/ui.po8
-rw-r--r--source/sk/svl/source/misc.po6
-rw-r--r--source/sk/svx/source/dialog.po8
-rw-r--r--source/sk/svx/source/engine3d.po6
-rw-r--r--source/sk/svx/source/gallery2.po30
-rw-r--r--source/sk/svx/source/items.po6
-rw-r--r--source/sk/svx/source/svdraw.po8
-rw-r--r--source/sk/svx/source/tbxctrls.po36
-rw-r--r--source/sk/svx/source/toolbars.po19
-rw-r--r--source/sk/sw/source/core/undo.po6
-rw-r--r--source/sk/sw/source/ui/docvw.po8
-rw-r--r--source/sk/wizards/source/formwizard.po12
-rw-r--r--source/sq/cui/source/customize.po12
-rw-r--r--source/sq/librelogo/source/pythonpath.po10
-rw-r--r--source/sv/padmin/source.po10
-rw-r--r--source/sv/scp2/source/accessories.po24
-rw-r--r--source/sv/sfx2/source/dialog.po8
-rw-r--r--source/sv/svx/source/unodialogs/textconversiondlgs.po9
-rw-r--r--source/sv/sw/source/ui/config.po14
-rw-r--r--source/sv/sw/source/ui/inc.po14
-rw-r--r--source/sv/sw/uiconfig/swriter/ui.po10
-rw-r--r--source/ta/cui/uiconfig/ui.po43
-rw-r--r--source/th/basic/source/classes.po6
-rw-r--r--source/th/chart2/source/controller/dialogs.po8
-rw-r--r--source/th/connectivity/registry/evoab2/org/openoffice/Office/DataAccess.po14
-rw-r--r--source/th/connectivity/registry/kab/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/th/connectivity/registry/mork/org/openoffice/Office/DataAccess.po9
-rw-r--r--source/th/connectivity/registry/mozab/org/openoffice/Office/DataAccess.po10
-rw-r--r--source/th/connectivity/registry/tdeab/org/openoffice/Office/DataAccess.po11
-rw-r--r--source/th/connectivity/source/resource.po6
-rw-r--r--source/th/cui/source/customize.po6
-rw-r--r--source/th/cui/source/options.po8
-rw-r--r--source/th/cui/source/tabpages.po6
-rw-r--r--source/th/cui/uiconfig/ui.po87
-rw-r--r--source/th/dbaccess/source/core/resource.po8
-rw-r--r--source/th/dbaccess/source/ext/macromigration.po7
-rw-r--r--source/th/dbaccess/source/ui/browser.po6
-rw-r--r--source/th/dbaccess/source/ui/dlg.po18
-rw-r--r--source/th/dbaccess/source/ui/inc.po9
-rw-r--r--source/th/dbaccess/source/ui/misc.po16
-rw-r--r--source/th/dbaccess/source/ui/querydesign.po28
-rw-r--r--source/th/dbaccess/source/ui/tabledesign.po18
-rw-r--r--source/th/desktop/source/app.po12
-rw-r--r--source/th/desktop/source/deployment/gui.po23
-rw-r--r--source/th/desktop/source/deployment/registry/component.po20
-rw-r--r--source/th/desktop/source/deployment/registry/help.po12
-rw-r--r--source/th/desktop/source/deployment/unopkg.po8
-rw-r--r--source/th/editeng/source/outliner.po15
-rw-r--r--source/th/extensions/source/abpilot.po22
-rw-r--r--source/th/extensions/source/bibliography.po10
-rw-r--r--source/th/extensions/source/propctrlr.po85
-rw-r--r--source/th/extensions/uiconfig.po12
-rw-r--r--source/th/extensions/uiconfig/spropctrlr/ui.po10
-rw-r--r--source/th/filter/source/config/fragments/filters.po14
-rw-r--r--source/th/filter/source/config/fragments/internalgraphicfilters.po14
-rw-r--r--source/th/filter/source/config/fragments/types.po8
-rw-r--r--source/th/filter/source/t602.po14
-rw-r--r--source/th/filter/source/xsltdialog.po8
-rw-r--r--source/th/filter/uiconfig/ui.po28
-rw-r--r--source/th/forms/source/resource.po42
-rw-r--r--source/th/fpicker/source/office.po10
-rw-r--r--source/th/framework/source/classes.po20
-rw-r--r--source/th/instsetoo_native/inc_openoffice/windows/msi_languages.po69
-rw-r--r--source/th/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po6
-rw-r--r--source/th/officecfg/registry/data/org/openoffice/Office/UI.po67
-rw-r--r--source/th/reportdesign/source/ui/inspection.po12
-rw-r--r--source/th/reportdesign/uiconfig/dbreport/ui.po12
-rw-r--r--source/th/sc/source/core/src.po21
-rw-r--r--source/th/sc/source/ui/dbgui.po12
-rw-r--r--source/th/sc/source/ui/formdlg.po12
-rw-r--r--source/th/sc/source/ui/src.po26
-rw-r--r--source/th/sc/uiconfig/scalc/ui.po34
-rw-r--r--source/th/scp2/source/draw.po8
-rw-r--r--source/th/scp2/source/onlineupdate.po13
-rw-r--r--source/th/scp2/source/writer.po8
-rw-r--r--source/th/sd/source/ui/app.po6
-rw-r--r--source/th/sd/uiconfig/sdraw/ui.po8
-rw-r--r--source/th/sfx2/source/appl.po16
-rw-r--r--source/th/sfx2/source/dialog.po6
-rw-r--r--source/th/sfx2/source/doc.po12
-rw-r--r--source/th/sfx2/uiconfig/ui.po6
-rw-r--r--source/th/starmath/source.po30
-rw-r--r--source/th/starmath/uiconfig/smath/ui.po10
-rw-r--r--source/th/svl/source/misc.po8
-rw-r--r--source/th/svtools/source/dialogs.po10
-rw-r--r--source/th/svtools/source/misc.po6
-rw-r--r--source/th/svtools/uiconfig/ui.po20
-rw-r--r--source/th/svx/source/dialog.po19
-rw-r--r--source/th/svx/source/form.po34
-rw-r--r--source/th/svx/source/gallery2.po14
-rw-r--r--source/th/svx/source/stbctrls.po8
-rw-r--r--source/th/svx/uiconfig/ui.po22
-rw-r--r--source/th/sw/source/ui/app.po6
-rw-r--r--source/th/sw/source/ui/config.po17
-rw-r--r--source/th/sw/source/ui/envelp.po8
-rw-r--r--source/th/sw/source/ui/fldui.po6
-rw-r--r--source/th/sw/source/ui/ribbar.po12
-rw-r--r--source/th/sw/source/ui/sidebar.po14
-rw-r--r--source/th/sw/source/ui/uiview.po8
-rw-r--r--source/th/sw/source/ui/utlui.po12
-rw-r--r--source/th/sw/uiconfig/swriter/ui.po60
-rw-r--r--source/th/vcl/qa/cppunit/builder.po6
-rw-r--r--source/th/vcl/source/src.po9
-rw-r--r--source/th/vcl/uiconfig/ui.po6
-rw-r--r--source/th/wizards/source/euro.po10
-rw-r--r--source/th/wizards/source/formwizard.po6
-rw-r--r--source/tr/formula/source/core/resource.po2
-rw-r--r--source/uk/helpcontent2/source/text/shared/05.po78
-rw-r--r--source/uk/helpcontent2/source/text/simpress/02.po8
-rw-r--r--source/uk/helpcontent2/source/text/swriter/01.po30
-rw-r--r--source/uk/helpcontent2/source/text/swriter/guide.po12
-rw-r--r--source/uk/sw/source/ui/sidebar.po12
-rw-r--r--source/uk/sw/uiconfig/swriter/ui.po6
-rw-r--r--source/zh-CN/dbaccess/source/ui/querydesign.po6
-rw-r--r--source/zh-CN/sc/uiconfig/scalc/ui.po6
-rw-r--r--source/zh-CN/svx/source/unodialogs/textconversiondlgs.po11
340 files changed, 3089 insertions, 3100 deletions
diff --git a/source/ast/svx/source/unodialogs/textconversiondlgs.po b/source/ast/svx/source/unodialogs/textconversiondlgs.po
index 878b6bfaff9..e849c8bfce5 100644
--- a/source/ast/svx/source/unodialogs/textconversiondlgs.po
+++ b/source/ast/svx/source/unodialogs/textconversiondlgs.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2012-11-18 16:03+0000\n"
+"PO-Revision-Date: 2014-05-16 13:44+0000\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1353254582.0\n"
+"X-POOTLE-MTIME: 1400247891.000000\n"
#: chinese_dictionarydialog.src
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"RB_TO_SIMPLIFIED\n"
"radiobutton.text"
msgid "~Traditional Chinese to simplified Chinese"
-msgstr ""
+msgstr "De chinu ~tradicional a simplificáu"
#: chinese_dictionarydialog.src
msgctxt ""
@@ -32,7 +32,7 @@ msgctxt ""
"RB_TO_TRADITIONAL\n"
"radiobutton.text"
msgid "~Simplified Chinese to traditional Chinese"
-msgstr ""
+msgstr "De chinu ~simplificáu a tradicional"
#: chinese_dictionarydialog.src
msgctxt ""
diff --git a/source/ast/sw/source/ui/inc.po b/source/ast/sw/source/ui/inc.po
index 0b3877b0387..e078835af85 100644
--- a/source/ast/sw/source/ui/inc.po
+++ b/source/ast/sw/source/ui/inc.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-02-13 17:13+0100\n"
-"PO-Revision-Date: 2014-01-07 21:24+0000\n"
+"PO-Revision-Date: 2014-05-16 13:47+0000\n"
"Last-Translator: Xuacu <xuacusk8@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ast\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1389129859.0\n"
+"X-POOTLE-MTIME: 1400248045.000000\n"
#: redline_tmpl.hrc
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"FN_REDLINE_ACCEPT_DIRECT\n"
"menuitem.text"
msgid "Accept Change"
-msgstr ""
+msgstr "Aceptar el cambiu"
#: redline_tmpl.hrc
msgctxt ""
@@ -32,7 +32,7 @@ msgctxt ""
"FN_REDLINE_REJECT_DIRECT\n"
"menuitem.text"
msgid "Reject Change"
-msgstr ""
+msgstr "Refugar el cambiu"
#: redline_tmpl.hrc
msgctxt ""
@@ -41,7 +41,7 @@ msgctxt ""
"FN_REDLINE_NEXT_CHANGE\n"
"menuitem.text"
msgid "Next Change"
-msgstr ""
+msgstr "Siguiente cambiu"
#: redline_tmpl.hrc
msgctxt ""
@@ -50,4 +50,4 @@ msgctxt ""
"FN_REDLINE_PREV_CHANGE\n"
"menuitem.text"
msgid "Previous Change"
-msgstr ""
+msgstr "Cambiu anterior"
diff --git a/source/bg/scaddins/source/pricing.po b/source/bg/scaddins/source/pricing.po
index c4e81607ee8..5acf3f7a8ca 100644
--- a/source/bg/scaddins/source/pricing.po
+++ b/source/bg/scaddins/source/pricing.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-12-17 14:14+0100\n"
-"PO-Revision-Date: 2013-11-29 14:21+0000\n"
-"Last-Translator: mbalabanov <m.balabanov@gmail.com>\n"
+"PO-Revision-Date: 2014-05-26 13:52+0000\n"
+"Last-Translator: Mihail <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1385734906.0\n"
+"X-POOTLE-MTIME: 1401112363.000000\n"
#: pricing.src
msgctxt ""
@@ -356,7 +356,7 @@ msgctxt ""
"11\n"
"string.text"
msgid "Time to maturity of the option in years"
-msgstr ""
+msgstr "Време до падежа на опцията в години"
#: pricing.src
msgctxt ""
@@ -563,7 +563,7 @@ msgctxt ""
"11\n"
"string.text"
msgid "Lower barrier (set to 0 for no lower barrier)"
-msgstr ""
+msgstr "Долна бариера (ако няма, задайте 0)"
#: pricing.src
msgctxt ""
diff --git a/source/bg/sfx2/uiconfig/ui.po b/source/bg/sfx2/uiconfig/ui.po
index 48c18aa2450..9c68a2d4ad4 100644
--- a/source/bg/sfx2/uiconfig/ui.po
+++ b/source/bg/sfx2/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-01-17 15:05+0100\n"
-"PO-Revision-Date: 2014-01-06 12:15+0000\n"
+"POT-Creation-Date: 2014-01-17 05:49+0100\n"
+"PO-Revision-Date: 2014-05-26 13:53+0000\n"
"Last-Translator: Mihail <m.balabanov@gmail.com>\n"
"Language-Team: none\n"
"Language: bg\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1389010549.0\n"
+"X-POOTLE-MTIME: 1401112413.000000\n"
#: alienwarndialog.ui
msgctxt ""
@@ -59,7 +59,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Use %FORMATNAME Format"
-msgstr ""
+msgstr "_Използване на формат „%FORMATNAME“"
#: alienwarndialog.ui
msgctxt ""
diff --git a/source/bg/sw/source/ui/inc.po b/source/bg/sw/source/ui/inc.po
index ad4c135fe06..9244dead965 100644
--- a/source/bg/sw/source/ui/inc.po
+++ b/source/bg/sw/source/ui/inc.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-02-13 17:13+0100\n"
-"PO-Revision-Date: 2014-01-06 10:28+0000\n"
+"PO-Revision-Date: 2014-05-26 13:52+0000\n"
"Last-Translator: Mihail <m.balabanov@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: bg\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1389004130.0\n"
+"X-POOTLE-MTIME: 1401112320.000000\n"
#: redline_tmpl.hrc
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"FN_REDLINE_ACCEPT_DIRECT\n"
"menuitem.text"
msgid "Accept Change"
-msgstr ""
+msgstr "Приемане на промяната"
#: redline_tmpl.hrc
msgctxt ""
@@ -32,7 +32,7 @@ msgctxt ""
"FN_REDLINE_REJECT_DIRECT\n"
"menuitem.text"
msgid "Reject Change"
-msgstr ""
+msgstr "Отхвърляне на промяната"
#: redline_tmpl.hrc
msgctxt ""
@@ -41,7 +41,7 @@ msgctxt ""
"FN_REDLINE_NEXT_CHANGE\n"
"menuitem.text"
msgid "Next Change"
-msgstr ""
+msgstr "Следваща промяна"
#: redline_tmpl.hrc
msgctxt ""
@@ -50,4 +50,4 @@ msgctxt ""
"FN_REDLINE_PREV_CHANGE\n"
"menuitem.text"
msgid "Previous Change"
-msgstr ""
+msgstr "Предишна промяна"
diff --git a/source/br/padmin/source.po b/source/br/padmin/source.po
index 4c417234d21..1f92b519856 100644
--- a/source/br/padmin/source.po
+++ b/source/br/padmin/source.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2013-07-28 15:10+0000\n"
+"PO-Revision-Date: 2014-05-24 22:25+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1375024211.0\n"
+"X-POOTLE-MTIME: 1400970317.000000\n"
#: padialog.src
msgctxt ""
@@ -415,7 +415,7 @@ msgctxt ""
"RID_ERR_PRINTERNOTREMOVABLE\n"
"string.text"
msgid "The printer %s cannot be removed."
-msgstr ""
+msgstr "N'haller ket dilemel ar voullerez %s."
#: padialog.src
msgctxt ""
diff --git a/source/br/sc/source/core/src.po b/source/br/sc/source/core/src.po
index f07848e0a2a..10f6a9f1261 100644
--- a/source/br/sc/source/core/src.po
+++ b/source/br/sc/source/core/src.po
@@ -2,9 +2,9 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: https://bugs.freedesktop.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-05-23 12:06+0200\n"
-"PO-Revision-Date: 2011-04-05 10:50+0200\n"
+"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
+"POT-Creation-Date: 2013-11-20 13:02+0100\n"
+"PO-Revision-Date: 2014-05-24 22:51+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
@@ -12,8 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
+"X-POOTLE-MTIME: 1400971888.000000\n"
#: compiler.src
msgctxt ""
@@ -67,7 +68,7 @@ msgctxt ""
"6\n"
"string.text"
msgid "Mathematical"
-msgstr "Jedoniezhel"
+msgstr "Jedoniel"
#: compiler.src
msgctxt ""
diff --git a/source/br/sc/source/ui/src.po b/source/br/sc/source/ui/src.po
index 9d7ed4a51a3..4c009dbbe28 100644
--- a/source/br/sc/source/ui/src.po
+++ b/source/br/sc/source/ui/src.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-01-06 15:02+0100\n"
-"PO-Revision-Date: 2014-03-23 12:59+0000\n"
+"PO-Revision-Date: 2014-05-24 22:45+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1395579581.000000\n"
+"X-POOTLE-MTIME: 1400971557.000000\n"
#: autofmt.src
msgctxt ""
@@ -13871,7 +13871,7 @@ msgctxt ""
"1\n"
"string.text"
msgid "Rounds a number down to a predefined accuracy."
-msgstr "Rontaat a ra un niver war zigresk betek ur spisder despizet en a raok."
+msgstr "Rontaat a ra un niver war zigresk betek ur spister despizet en a raok."
#: scfuncs.src
msgctxt ""
diff --git a/source/br/scp2/source/accessories.po b/source/br/scp2/source/accessories.po
index c9e07a49450..7aae63fae03 100644
--- a/source/br/scp2/source/accessories.po
+++ b/source/br/scp2/source/accessories.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: 2011-04-23 02:21+0200\n"
+"PO-Revision-Date: 2014-05-24 22:36+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
@@ -12,8 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
+"X-POOTLE-MTIME: 1400970990.000000\n"
#: module_accessories.ulf
msgctxt ""
@@ -1317,7 +1318,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_SR_LATN\n"
"LngText.text"
msgid "Serbian (Latin)"
-msgstr ""
+msgstr "Serbeg (Latin)"
#: module_samples_accessories.ulf
msgctxt ""
@@ -1325,7 +1326,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_SR_LATN\n"
"LngText.text"
msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
+msgstr "Staliañ a ra skor ar serbeg (latin) e %PRODUCTNAME %PRODUCTVERSION"
#: module_samples_accessories.ulf
msgctxt ""
@@ -1637,7 +1638,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_KMR_LATN\n"
"LngText.text"
msgid "Kurdish"
-msgstr ""
+msgstr "Kurdeg"
#: module_samples_accessories.ulf
msgctxt ""
@@ -1645,7 +1646,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_KMR_LATN\n"
"LngText.text"
msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
+msgstr "Staliañ a ra skor ar c'hurdeg e %PRODUCTNAME %PRODUCTVERSION"
#: module_samples_accessories.ulf
msgctxt ""
@@ -3093,7 +3094,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_SR_LATN\n"
"LngText.text"
msgid "Serbian (Latin)"
-msgstr ""
+msgstr "Serbeg (Latin)"
#: module_templates_accessories.ulf
msgctxt ""
@@ -3101,7 +3102,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_SR_LATN\n"
"LngText.text"
msgid "Installs Serbian (Latin) support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
+msgstr "Staliañ a ra skor ar serbeg (latin) e %PRODUCTNAME %PRODUCTVERSION"
#: module_templates_accessories.ulf
msgctxt ""
@@ -3413,7 +3414,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_KMR_LATN\n"
"LngText.text"
msgid "Kurdish"
-msgstr ""
+msgstr "Kurdeg"
#: module_templates_accessories.ulf
msgctxt ""
@@ -3421,7 +3422,7 @@ msgctxt ""
"STR_DESC_MODULE_LANGPACK_KMR_LATN\n"
"LngText.text"
msgid "Installs Kurdish support in %PRODUCTNAME %PRODUCTVERSION"
-msgstr ""
+msgstr "Staliañ a ra skor ar c'hurdeg e %PRODUCTNAME %PRODUCTVERSION"
#: module_templates_accessories.ulf
msgctxt ""
diff --git a/source/br/sfx2/source/dialog.po b/source/br/sfx2/source/dialog.po
index 620b8d86536..15a3d231104 100644
--- a/source/br/sfx2/source/dialog.po
+++ b/source/br/sfx2/source/dialog.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: 2013-07-27 19:38+0000\n"
+"PO-Revision-Date: 2014-05-24 22:29+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1374953911.0\n"
+"X-POOTLE-MTIME: 1400970549.000000\n"
#: dialog.src
msgctxt ""
@@ -844,7 +844,7 @@ msgctxt ""
"MSG_OVERWRITE\n"
"querybox.text"
msgid "Style already exists. Overwrite?"
-msgstr ""
+msgstr "Ar stil zo anezhañ endeo. E flastrañ ?"
#: recfloat.src
msgctxt ""
diff --git a/source/br/svx/source/dialog.po b/source/br/svx/source/dialog.po
index 4ca13597631..e57b6ac4b68 100644
--- a/source/br/svx/source/dialog.po
+++ b/source/br/svx/source/dialog.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-01-17 15:06+0100\n"
-"PO-Revision-Date: 2014-01-25 20:49+0000\n"
+"POT-Creation-Date: 2013-11-20 13:02+0100\n"
+"PO-Revision-Date: 2014-05-24 22:51+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Pootle 2.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1390682952.0\n"
+"X-POOTLE-MTIME: 1400971915.000000\n"
#: bmpmask.src
msgctxt ""
@@ -6956,7 +6956,7 @@ msgctxt ""
"RID_SUBSETSTR_ARABIC_MATHEMATICAL_ALPHABETIC_SYMBOLS\n"
"string.text"
msgid "Arabic Mathematical Alphabetic Symbols"
-msgstr "Arouezioù lizherennel jedoniezhel an Arabed"
+msgstr "Arouezioù lizherennegel jedoniel an Arabed"
#: ucsubset.src
msgctxt ""
diff --git a/source/br/svx/source/unodialogs/textconversiondlgs.po b/source/br/svx/source/unodialogs/textconversiondlgs.po
index b1ae9c8ef2f..f76f14dbcc8 100644
--- a/source/br/svx/source/unodialogs/textconversiondlgs.po
+++ b/source/br/svx/source/unodialogs/textconversiondlgs.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2011-04-23 02:40+0200\n"
+"PO-Revision-Date: 2014-05-24 22:30+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
@@ -12,8 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
+"X-POOTLE-MTIME: 1400970621.000000\n"
#: chinese_dictionarydialog.src
msgctxt ""
@@ -22,7 +23,7 @@ msgctxt ""
"RB_TO_SIMPLIFIED\n"
"radiobutton.text"
msgid "~Traditional Chinese to simplified Chinese"
-msgstr ""
+msgstr "Sinaeg ~hengounel da sinaeg eeunaet"
#: chinese_dictionarydialog.src
msgctxt ""
@@ -31,7 +32,7 @@ msgctxt ""
"RB_TO_TRADITIONAL\n"
"radiobutton.text"
msgid "~Simplified Chinese to traditional Chinese"
-msgstr ""
+msgstr "~Sinaeg eeunaet da sinaeg hengounel"
#: chinese_dictionarydialog.src
msgctxt ""
diff --git a/source/br/sw/source/ui/config.po b/source/br/sw/source/ui/config.po
index a7ca9455481..8c53a026075 100644
--- a/source/br/sw/source/ui/config.po
+++ b/source/br/sw/source/ui/config.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: 2013-08-20 11:45+0000\n"
+"PO-Revision-Date: 2014-05-24 22:33+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1376999132.0\n"
+"X-POOTLE-MTIME: 1400970794.000000\n"
#: optdlg.src
msgctxt ""
@@ -22,7 +22,7 @@ msgctxt ""
"ST_SCRIPT_ASIAN\n"
"string.text"
msgid "Asian"
-msgstr ""
+msgstr "Aziat"
#: optdlg.src
msgctxt ""
@@ -30,7 +30,7 @@ msgctxt ""
"ST_SCRIPT_CTL\n"
"string.text"
msgid "CTL"
-msgstr ""
+msgstr "Skridoù o neuz kemplezh "
#: optdlg.src
msgctxt ""
@@ -38,7 +38,7 @@ msgctxt ""
"ST_SCRIPT_WESTERN\n"
"string.text"
msgid "Western"
-msgstr ""
+msgstr "Kornôg"
#: optdlg.src
msgctxt ""
diff --git a/source/br/sw/source/ui/inc.po b/source/br/sw/source/ui/inc.po
index ebc5632aa25..f4eb6806cc8 100644
--- a/source/br/sw/source/ui/inc.po
+++ b/source/br/sw/source/ui/inc.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-02-13 17:13+0100\n"
-"PO-Revision-Date: 2014-01-13 19:26+0000\n"
+"PO-Revision-Date: 2014-05-24 22:34+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: br\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1389641168.0\n"
+"X-POOTLE-MTIME: 1400970850.000000\n"
#: redline_tmpl.hrc
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"FN_REDLINE_ACCEPT_DIRECT\n"
"menuitem.text"
msgid "Accept Change"
-msgstr ""
+msgstr "Asantiñ d'an daskemmadenn"
#: redline_tmpl.hrc
msgctxt ""
@@ -32,7 +32,7 @@ msgctxt ""
"FN_REDLINE_REJECT_DIRECT\n"
"menuitem.text"
msgid "Reject Change"
-msgstr ""
+msgstr "Argas an daskemmadenn"
#: redline_tmpl.hrc
msgctxt ""
@@ -41,7 +41,7 @@ msgctxt ""
"FN_REDLINE_NEXT_CHANGE\n"
"menuitem.text"
msgid "Next Change"
-msgstr ""
+msgstr "Daskemmadenn war-lerc'h"
#: redline_tmpl.hrc
msgctxt ""
@@ -50,4 +50,4 @@ msgctxt ""
"FN_REDLINE_PREV_CHANGE\n"
"menuitem.text"
msgid "Previous Change"
-msgstr ""
+msgstr "Daskemmadenn gent"
diff --git a/source/br/sw/uiconfig/swriter/ui.po b/source/br/sw/uiconfig/swriter/ui.po
index 7ddf83b536b..1fb1767e7d5 100644
--- a/source/br/sw/uiconfig/swriter/ui.po
+++ b/source/br/sw/uiconfig/swriter/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-02-13 17:13+0100\n"
-"PO-Revision-Date: 2014-03-16 08:34+0000\n"
+"PO-Revision-Date: 2014-05-24 22:34+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
"Language: br\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1394958843.000000\n"
+"X-POOTLE-MTIME: 1400970862.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -5094,7 +5094,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "<None>"
-msgstr ""
+msgstr "<Tra ebet>"
#: frmaddpage.ui
msgctxt ""
diff --git a/source/br/vcl/uiconfig/ui.po b/source/br/vcl/uiconfig/ui.po
index 4362fb8e42a..9ad6405eb7f 100644
--- a/source/br/vcl/uiconfig/ui.po
+++ b/source/br/vcl/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-01-17 15:06+0100\n"
-"PO-Revision-Date: 2014-02-07 13:26+0000\n"
+"POT-Creation-Date: 2013-11-20 13:02+0100\n"
+"PO-Revision-Date: 2014-05-24 22:49+0000\n"
"Last-Translator: Alan <alan.monfort@free.fr>\n"
"Language-Team: none\n"
"Language: br\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Pootle 2.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1391779588.0\n"
+"X-POOTLE-MTIME: 1400971756.000000\n"
#: errornocontentdialog.ui
msgctxt ""
@@ -599,7 +599,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "left to right, then down"
-msgstr "eus an tu dehou, d'an tu kleiz ha diskenn"
+msgstr "eus an tu kleiz d'an tu dehou ha d'an traoñ"
#: printdialog.ui
msgctxt ""
diff --git a/source/cs/cui/uiconfig/ui.po b/source/cs/cui/uiconfig/ui.po
index e6cc20415bb..033813fc240 100644
--- a/source/cs/cui/uiconfig/ui.po
+++ b/source/cs/cui/uiconfig/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-02-13 17:14+0100\n"
-"PO-Revision-Date: 2014-02-21 21:54+0000\n"
+"PO-Revision-Date: 2014-05-01 16:21+0000\n"
"Last-Translator: Stanislav <stanislav.horacek@gmail.com>\n"
"Language-Team: none\n"
"Language: cs\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1393019683.0\n"
+"X-POOTLE-MTIME: 1398961313.000000\n"
#: aboutconfigdialog.ui
msgctxt ""
@@ -13778,7 +13778,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Fit width and height"
-msgstr "Přizpůsobit výšku a šířku"
+msgstr "Podle šířky a výšky"
#: zoomdialog.ui
msgctxt ""
@@ -13787,7 +13787,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Fit width"
-msgstr "Přizpůsobit šířku"
+msgstr "Podle šířky"
#: zoomdialog.ui
msgctxt ""
@@ -13859,4 +13859,4 @@ msgctxt ""
"label\n"
"string.text"
msgid "View layout"
-msgstr "Vzhled"
+msgstr "Režim zobrazení"
diff --git a/source/cs/helpcontent2/source/text/shared/00.po b/source/cs/helpcontent2/source/text/shared/00.po
index c66b678791f..5ad85d69fbf 100644
--- a/source/cs/helpcontent2/source/text/shared/00.po
+++ b/source/cs/helpcontent2/source/text/shared/00.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-12-17 14:15+0100\n"
-"PO-Revision-Date: 2014-03-23 10:27+0000\n"
+"PO-Revision-Date: 2014-05-01 16:12+0000\n"
"Last-Translator: Stanislav <stanislav.horacek@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1395570432.000000\n"
+"X-POOTLE-MTIME: 1398960730.000000\n"
#: 00000001.xhp
msgctxt ""
@@ -7522,7 +7522,7 @@ msgctxt ""
"13\n"
"help.text"
msgid "Double-click or right-click the field on the <emph>Status</emph> Bar"
-msgstr "Dvakrát klikněte na pole ve <emph>stavovém</emph> řádku, nebo na něj klikněte pravým tlačítkem"
+msgstr "Poklepejte na pole ve <emph>stavovém</emph> řádku, nebo na něj klepněte pravým tlačítkem"
#: 00000403.xhp
msgctxt ""
diff --git a/source/cs/helpcontent2/source/text/shared/01.po b/source/cs/helpcontent2/source/text/shared/01.po
index a4d5d934e76..10f5e973a5a 100644
--- a/source/cs/helpcontent2/source/text/shared/01.po
+++ b/source/cs/helpcontent2/source/text/shared/01.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2014-04-14 15:11+0000\n"
+"PO-Revision-Date: 2014-05-01 16:32+0000\n"
"Last-Translator: Stanislav <stanislav.horacek@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1397488267.000000\n"
+"X-POOTLE-MTIME: 1398961928.000000\n"
#: 01010000.xhp
msgctxt ""
@@ -12832,7 +12832,7 @@ msgctxt ""
"26\n"
"help.text"
msgid "Zooming is handled differently on Unix, Linux, and Windows platforms. A document saved with a 100% zoom factor in Windows is displayed at a larger zoom factor on Unix/Linux platforms. To change the zoom factor, double-click or right-click the percentage value on the <emph>Status</emph> bar, and select the zoom factor that you want."
-msgstr "Změna měřítka se jinak řeší na platformě Unix, GNU/Linux i Microsoft Windows. Dokument uložený s měřítkem 100% v systému Windows se na platformách Unix a GNU/Linux zobrazí ve větším měřítku. Pro změnu měřítka poklepejte na procentuální hodnotu na <emph>stavovém řádku</emph> a vyberte požadované měřítko."
+msgstr "Změna měřítka se jinak řeší na platformě Unix, GNU/Linux i Microsoft Windows. Dokument uložený s měřítkem 100 % v systému Windows se na platformách Unix a GNU/Linux zobrazí ve větším měřítku. Pro změnu měřítka poklepejte na procentuální hodnotu na <emph>stavovém řádku</emph> a vyberte požadované měřítko."
#: 03010000.xhp
msgctxt ""
@@ -12877,7 +12877,7 @@ msgctxt ""
"22\n"
"help.text"
msgid "Fit width and height"
-msgstr "úprava šířky a výšky"
+msgstr "Podle šířky a výšky"
#: 03010000.xhp
msgctxt ""
@@ -12895,7 +12895,7 @@ msgctxt ""
"24\n"
"help.text"
msgid "Fit width"
-msgstr "úprava šířky"
+msgstr "Podle šířky"
#: 03010000.xhp
msgctxt ""
@@ -12904,7 +12904,7 @@ msgctxt ""
"23\n"
"help.text"
msgid "<ahelp hid=\"HID_MNU_ZOOM_PAGE_WIDTH\">Displays the complete width of the document page. The top and bottom edges of the page may not be visible.</ahelp>"
-msgstr "<ahelp hid=\"HID_MNU_ZOOM_PAGE_WIDTH\">Zobrazí celou šířku stránky dokumentu. Vrchní a spodní části stránky nemusí být viditelné.</ahelp>"
+msgstr "<ahelp hid=\"HID_MNU_ZOOM_PAGE_WIDTH\">Zobrazí celou šířku stránky dokumentu. Horní a dolní části stránky nemusí být viditelné.</ahelp>"
#: 03010000.xhp
msgctxt ""
@@ -12931,7 +12931,7 @@ msgctxt ""
"15\n"
"help.text"
msgid "Variable"
-msgstr "Proměnný"
+msgstr "Nastavitelný"
#: 03010000.xhp
msgctxt ""
@@ -12948,7 +12948,7 @@ msgctxt ""
"hd_id7319864\n"
"help.text"
msgid "View layout"
-msgstr "Vzhled"
+msgstr "Režim zobrazení"
#: 03010000.xhp
msgctxt ""
@@ -12956,7 +12956,7 @@ msgctxt ""
"par_id3423871\n"
"help.text"
msgid "For text documents, you can set the view layout. Reduce the zoom factor to see the effects of different view layout settings."
-msgstr "Pro textové dokumenty můžete nastavit vzhled. Zmenšením měřítka lupy uvidíte efekty v různém nastavení vzhledu."
+msgstr "Pro textové dokumenty můžete nastavit režim zobrazení. Aby se projevilo nastavení různých režimů, zmenšete faktor zvětšení."
#: 03010000.xhp
msgctxt ""
@@ -12972,7 +12972,7 @@ msgctxt ""
"par_id3187353\n"
"help.text"
msgid "<ahelp hid=\".\">The automatic view layout displays pages side by side, as many as the zoom factor allows.</ahelp>"
-msgstr "<ahelp hid=\".\">Automatický vzhled zobrazí stránky vedle sebe dokud to lupa umožňuje .</ahelp>"
+msgstr "<ahelp hid=\".\">V automatickém režimu se zobrazí vedle sebe tolik stránek, kolik je pro daný faktor zvětšení možné.</ahelp>"
#: 03010000.xhp
msgctxt ""
@@ -12980,7 +12980,7 @@ msgctxt ""
"hd_id8455153\n"
"help.text"
msgid "Single page"
-msgstr "Jednoduchá stránka"
+msgstr "Jedna stránka"
#: 03010000.xhp
msgctxt ""
@@ -12988,7 +12988,7 @@ msgctxt ""
"par_id9912411\n"
"help.text"
msgid "<ahelp hid=\".\">The single page view layout displays pages beneath each other, but never side by side.</ahelp>"
-msgstr "<ahelp hid=\".\">Vzhled jednoduché stránky zobrazí stránky jednu za druhou, ale nikdy ne vedle sebe.</ahelp>"
+msgstr "<ahelp hid=\".\">V režimu jedné stránky se stránky zobrazí jedna za druhou, ale nikdy ne vedle sebe.</ahelp>"
#: 03010000.xhp
msgctxt ""
@@ -13004,7 +13004,7 @@ msgctxt ""
"par_id1993774\n"
"help.text"
msgid "<ahelp hid=\".\">In columns view layout you see pages in a given number of columns side by side. Enter the number of columns.</ahelp>"
-msgstr "<ahelp hid=\".\">Ve sloupci vzhled uvidíte stránky s danými čísly sloupců vedle sebe. Vložte číslo sloupce .</ahelp>"
+msgstr "<ahelp hid=\".\">V režimu sloupců se stránky zobrazí vedle sebe v daném počtu sloupců. Zadejte počet sloupců.</ahelp>"
#: 03010000.xhp
msgctxt ""
@@ -13012,7 +13012,7 @@ msgctxt ""
"hd_id2949919\n"
"help.text"
msgid "Book mode"
-msgstr "režim kniha"
+msgstr "Režim knihy"
#: 03010000.xhp
msgctxt ""
@@ -13020,7 +13020,7 @@ msgctxt ""
"par_id2355113\n"
"help.text"
msgid "<ahelp hid=\".\">In book mode view layout you see two pages side by side as in an open book. The first page is a right page with an odd page number.</ahelp>"
-msgstr "<ahelp hid=\".\">V režimu kniha můžete vidět dvě stránky vedle sebe jako v otevřené knize. První strana je pravá stránka s lichým číslováním.</ahelp>"
+msgstr "<ahelp hid=\".\">V režimu knihy se zobrazí dvě stránky vedle sebe jako v otevřené knize. První stránkou bude pravá stránka s lichým číslem.</ahelp>"
#: 03020000.xhp
msgctxt ""
diff --git a/source/cs/scaddins/source/pricing.po b/source/cs/scaddins/source/pricing.po
index aea36af38e7..22f86b5f19a 100644
--- a/source/cs/scaddins/source/pricing.po
+++ b/source/cs/scaddins/source/pricing.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-12-17 14:14+0100\n"
-"PO-Revision-Date: 2013-12-04 19:56+0000\n"
+"PO-Revision-Date: 2014-05-16 17:22+0000\n"
"Last-Translator: Stanislav <stanislav.horacek@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1386187000.0\n"
+"X-POOTLE-MTIME: 1400260977.000000\n"
#: pricing.src
msgctxt ""
@@ -356,7 +356,7 @@ msgctxt ""
"11\n"
"string.text"
msgid "Time to maturity of the option in years"
-msgstr ""
+msgstr "Čas do splatnosti opce v letech"
#: pricing.src
msgctxt ""
@@ -563,7 +563,7 @@ msgctxt ""
"11\n"
"string.text"
msgid "Lower barrier (set to 0 for no lower barrier)"
-msgstr ""
+msgstr "Dolní bariéra (zadejte 0 pro opci bez dolní bariéry)"
#: pricing.src
msgctxt ""
diff --git a/source/cs/svtools/source/misc.po b/source/cs/svtools/source/misc.po
index 9a16845560f..f70a75ecf4c 100644
--- a/source/cs/svtools/source/misc.po
+++ b/source/cs/svtools/source/misc.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-01-03 16:24+0100\n"
-"PO-Revision-Date: 2013-12-19 07:15+0000\n"
+"PO-Revision-Date: 2014-05-16 17:23+0000\n"
"Last-Translator: Stanislav <stanislav.horacek@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1387437322.0\n"
+"X-POOTLE-MTIME: 1400261009.000000\n"
#: imagemgr.src
msgctxt ""
@@ -1680,7 +1680,7 @@ msgctxt ""
"LANGUAGE_SERBIAN_LATIN_LSO\n"
"pairedlist.text"
msgid "Serbian Latin"
-msgstr ""
+msgstr "Srbština, latinka"
#: langtab.src
msgctxt ""
diff --git a/source/cs/sw/source/ui/inc.po b/source/cs/sw/source/ui/inc.po
index 85ae4d3390e..c5cdce4f100 100644
--- a/source/cs/sw/source/ui/inc.po
+++ b/source/cs/sw/source/ui/inc.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-02-13 17:13+0100\n"
-"PO-Revision-Date: 2013-12-19 07:13+0000\n"
+"PO-Revision-Date: 2014-05-16 17:22+0000\n"
"Last-Translator: Stanislav <stanislav.horacek@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cs\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1387437190.0\n"
+"X-POOTLE-MTIME: 1400260946.000000\n"
#: redline_tmpl.hrc
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"FN_REDLINE_ACCEPT_DIRECT\n"
"menuitem.text"
msgid "Accept Change"
-msgstr ""
+msgstr "Přijmout změnu"
#: redline_tmpl.hrc
msgctxt ""
@@ -32,7 +32,7 @@ msgctxt ""
"FN_REDLINE_REJECT_DIRECT\n"
"menuitem.text"
msgid "Reject Change"
-msgstr ""
+msgstr "Odmítnout změnu"
#: redline_tmpl.hrc
msgctxt ""
@@ -41,7 +41,7 @@ msgctxt ""
"FN_REDLINE_NEXT_CHANGE\n"
"menuitem.text"
msgid "Next Change"
-msgstr ""
+msgstr "Následující změna"
#: redline_tmpl.hrc
msgctxt ""
@@ -50,4 +50,4 @@ msgctxt ""
"FN_REDLINE_PREV_CHANGE\n"
"menuitem.text"
msgid "Previous Change"
-msgstr ""
+msgstr "Předchozí změna"
diff --git a/source/cs/vcl/qa/cppunit/builder.po b/source/cs/vcl/qa/cppunit/builder.po
index 4dde1a53fbe..07037d74d60 100644
--- a/source/cs/vcl/qa/cppunit/builder.po
+++ b/source/cs/vcl/qa/cppunit/builder.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2014-02-21 21:58+0000\n"
+"PO-Revision-Date: 2014-05-01 16:23+0000\n"
"Last-Translator: Stanislav <stanislav.horacek@gmail.com>\n"
"Language-Team: none\n"
"Language: cs\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Pootle 2.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1393019918.0\n"
+"X-POOTLE-MTIME: 1398961397.000000\n"
#: demo.ui
msgctxt ""
@@ -374,7 +374,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Fit width and height"
-msgstr "Přizpůsobit šířku a výšku"
+msgstr "Podle šířky a výšky"
#: demo.ui
msgctxt ""
@@ -383,7 +383,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "Fit width"
-msgstr "Přizpůsobit šířku"
+msgstr "Podle šířky"
#: demo.ui
msgctxt ""
@@ -455,7 +455,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "View layout"
-msgstr "Vzhled"
+msgstr "Režim zobrazení"
#: demo.ui
msgctxt ""
diff --git a/source/cy/dictionaries/pt_BR/dialog.po b/source/cy/dictionaries/pt_BR/dialog.po
index aec87b85d90..ed727e1427d 100644
--- a/source/cy/dictionaries/pt_BR/dialog.po
+++ b/source/cy/dictionaries/pt_BR/dialog.po
@@ -3,16 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-01-17 15:06+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-01-17 05:49+0100\n"
+"PO-Revision-Date: 2014-05-24 11:33+0000\n"
+"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: LibreOffice\n"
+"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
+"X-POOTLE-MTIME: 1400931223.000000\n"
#: OptionsDialog.xcu
msgctxt ""
@@ -21,7 +23,7 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Language Settings"
-msgstr ""
+msgstr "Gosodiadau Iaith"
#: OptionsDialog.xcu
msgctxt ""
@@ -30,4 +32,4 @@ msgctxt ""
"Label\n"
"value.text"
msgid "Grammar checking (Portuguese)"
-msgstr ""
+msgstr "Gwirio gramadeg (Portiwgaleg)"
diff --git a/source/cy/scp2/source/accessories.po b/source/cy/scp2/source/accessories.po
index 17b80d106d9..e0ff7196f8e 100644
--- a/source/cy/scp2/source/accessories.po
+++ b/source/cy/scp2/source/accessories.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: 2012-07-06 16:50+0200\n"
+"POT-Creation-Date: 2013-12-01 17:38+0100\n"
+"PO-Revision-Date: 2014-05-24 11:33+0000\n"
"Last-Translator: Rhoslyn <rprys@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: cy\n"
@@ -12,8 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n==2) ? 1 : 0;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
+"X-POOTLE-MTIME: 1400931238.000000\n"
#: module_accessories.ulf
msgctxt ""
@@ -1317,7 +1318,7 @@ msgctxt ""
"STR_NAME_MODULE_LANGPACK_SR_LATN\n"
"LngText.text"
msgid "Serbian (Latin)"
-msgstr ""
+msgstr "Serbaidd (Lladin)"
#: module_samples_accessories.ulf
msgctxt ""
diff --git a/source/da/cui/uiconfig/ui.po b/source/da/cui/uiconfig/ui.po
index 1af458040f8..e12f8e83547 100644
--- a/source/da/cui/uiconfig/ui.po
+++ b/source/da/cui/uiconfig/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-02-13 17:14+0100\n"
-"PO-Revision-Date: 2014-03-02 16:10+0000\n"
+"PO-Revision-Date: 2014-05-18 16:31+0000\n"
"Last-Translator: Leif <leiflodahl@gmail.com>\n"
"Language-Team: none\n"
"Language: da\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1393776630.0\n"
+"X-POOTLE-MTIME: 1400430665.000000\n"
#: aboutconfigdialog.ui
msgctxt ""
@@ -7943,7 +7943,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "Microsoft Internet Explorer"
-msgstr ""
+msgstr "Microsoft Internet Explorer"
#: opthtmlpage.ui
msgctxt ""
@@ -7952,7 +7952,7 @@ msgctxt ""
"1\n"
"stringlist.text"
msgid "Mozilla Firefox"
-msgstr ""
+msgstr "Mozilla Firefox"
#: opthtmlpage.ui
msgctxt ""
diff --git a/source/de/cui/source/dialogs.po b/source/de/cui/source/dialogs.po
index 628ad5b01fb..8f28a9ca9f7 100644
--- a/source/de/cui/source/dialogs.po
+++ b/source/de/cui/source/dialogs.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: 2013-12-29 21:45+0000\n"
-"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
+"PO-Revision-Date: 2014-05-17 19:38+0000\n"
+"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1388353544.0\n"
+"X-POOTLE-MTIME: 1400355530.000000\n"
#: colorpicker.src
msgctxt ""
@@ -2826,7 +2826,7 @@ msgctxt ""
"1\n"
"fixedtext.text"
msgid "The following columns are currently hidden. Please mark the fields you want to show and choose OK."
-msgstr "Folgende Spalten sind augenblicklich versteckt. Markieren Sie bitte die wieder einzublendenden und wählen Sie OK"
+msgstr "Folgende Spalten sind augenblicklich versteckt. Markieren Sie bitte die wieder einzublendenden und wählen Sie OK."
#: showcols.src
msgctxt ""
diff --git a/source/de/dictionaries/hu_HU/dialog.po b/source/de/dictionaries/hu_HU/dialog.po
index ef92e5b737e..b167dae3141 100644
--- a/source/de/dictionaries/hu_HU/dialog.po
+++ b/source/de/dictionaries/hu_HU/dialog.po
@@ -4,16 +4,17 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: 2011-12-23 17:49+0200\n"
-"Last-Translator: Jochen <dr@jochenschiffers.de>\n"
+"PO-Revision-Date: 2014-05-11 11:08+0000\n"
+"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
+"X-POOTLE-MTIME: 1399806500.000000\n"
#: hu_HU_en_US.properties
msgctxt ""
@@ -125,7 +126,7 @@ msgctxt ""
"dup\n"
"property.text"
msgid "Duplication within clauses"
-msgstr "Wiederholungen innerhalb eines Satzes"
+msgstr "Wiederholung innerhalb von Teilsätzen"
#: hu_HU_en_US.properties
msgctxt ""
@@ -133,7 +134,7 @@ msgctxt ""
"dup2\n"
"property.text"
msgid "Duplication within sentences"
-msgstr "Wiederholungen innerhalb eines Satzes"
+msgstr "Wiederholung innerhalb von Sätzen"
#: hu_HU_en_US.properties
msgctxt ""
diff --git a/source/de/sc/source/ui/src.po b/source/de/sc/source/ui/src.po
index d8c03f84bac..c7837331e44 100644
--- a/source/de/sc/source/ui/src.po
+++ b/source/de/sc/source/ui/src.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-01-17 15:06+0100\n"
-"PO-Revision-Date: 2014-01-19 17:36+0000\n"
+"POT-Creation-Date: 2014-01-06 15:02+0100\n"
+"PO-Revision-Date: 2014-05-24 03:38+0000\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1390153016.0\n"
+"X-POOTLE-MTIME: 1400902739.000000\n"
#: autofmt.src
msgctxt ""
@@ -13502,7 +13502,7 @@ msgctxt ""
"5\n"
"string.text"
msgid "The base of the logarithm. If omitted, the base is regarded as 10."
-msgstr "Die Basis für die Logarithmusberechnung. FAlls leer, wird 10 als Basis angenommen."
+msgstr "Die Basis für die Logarithmusberechnung. Falls leer, wird 10 als Basis angenommen."
#: scfuncs.src
msgctxt ""
diff --git a/source/de/scaddins/source/pricing.po b/source/de/scaddins/source/pricing.po
index 6e63693780e..5f355999500 100644
--- a/source/de/scaddins/source/pricing.po
+++ b/source/de/scaddins/source/pricing.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-12-01 17:38+0100\n"
-"PO-Revision-Date: 2013-11-28 08:04+0000\n"
-"Last-Translator: Thomas <thackert@nexgo.de>\n"
+"POT-Creation-Date: 2013-12-17 14:14+0100\n"
+"PO-Revision-Date: 2014-05-16 19:48+0000\n"
+"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1385625875.0\n"
+"X-POOTLE-MTIME: 1400269698.000000\n"
#: pricing.src
msgctxt ""
@@ -356,7 +356,7 @@ msgctxt ""
"11\n"
"string.text"
msgid "Time to maturity of the option in years"
-msgstr ""
+msgstr "Laufzeit der Option in Jahren"
#: pricing.src
msgctxt ""
@@ -563,7 +563,7 @@ msgctxt ""
"11\n"
"string.text"
msgid "Lower barrier (set to 0 for no lower barrier)"
-msgstr ""
+msgstr "Untere Barriere (0 für keine untere Barriere)"
#: pricing.src
msgctxt ""
diff --git a/source/de/sfx2/source/doc.po b/source/de/sfx2/source/doc.po
index 03b16643470..427b29abae7 100644
--- a/source/de/sfx2/source/doc.po
+++ b/source/de/sfx2/source/doc.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:01+0100\n"
-"PO-Revision-Date: 2013-11-28 17:17+0000\n"
-"Last-Translator: Thomas <thackert@nexgo.de>\n"
+"PO-Revision-Date: 2014-05-22 04:13+0000\n"
+"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1385659024.0\n"
+"X-POOTLE-MTIME: 1400731983.000000\n"
#: doc.src
msgctxt ""
@@ -484,7 +484,7 @@ msgctxt ""
"STR_PACKNGO_NEWMEDIUM\n"
"string.text"
msgid "Insert the next data carrier and click OK."
-msgstr "Legen Sie den nächsten Datenträger ein und betätigen Sie den OK-Button."
+msgstr "Legen Sie den nächsten Datenträger ein und klicken Sie auf OK."
#: doc.src
msgctxt ""
diff --git a/source/de/sfx2/uiconfig/ui.po b/source/de/sfx2/uiconfig/ui.po
index 21debc98a67..f05b6c3eec6 100644
--- a/source/de/sfx2/uiconfig/ui.po
+++ b/source/de/sfx2/uiconfig/ui.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-01-17 15:05+0100\n"
-"PO-Revision-Date: 2014-01-12 16:24+0000\n"
-"Last-Translator: Thomas <thackert@nexgo.de>\n"
+"POT-Creation-Date: 2014-01-17 05:49+0100\n"
+"PO-Revision-Date: 2014-05-16 19:51+0000\n"
+"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: none\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1389543867.0\n"
+"X-POOTLE-MTIME: 1400269867.000000\n"
#: alienwarndialog.ui
msgctxt ""
@@ -59,7 +59,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Use %FORMATNAME Format"
-msgstr ""
+msgstr "%FORMATNAME-Format _benutzen"
#: alienwarndialog.ui
msgctxt ""
diff --git a/source/de/svtools/source/misc.po b/source/de/svtools/source/misc.po
index 8531be4a3d6..ee64518a4f6 100644
--- a/source/de/svtools/source/misc.po
+++ b/source/de/svtools/source/misc.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-01-03 16:24+0100\n"
-"PO-Revision-Date: 2013-12-19 06:42+0000\n"
+"PO-Revision-Date: 2014-05-16 19:53+0000\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1387435374.0\n"
+"X-POOTLE-MTIME: 1400269991.000000\n"
#: imagemgr.src
msgctxt ""
@@ -1680,7 +1680,7 @@ msgctxt ""
"LANGUAGE_SERBIAN_LATIN_LSO\n"
"pairedlist.text"
msgid "Serbian Latin"
-msgstr ""
+msgstr "Serbisch, lateinisch"
#: langtab.src
msgctxt ""
diff --git a/source/de/sw/source/ui/inc.po b/source/de/sw/source/ui/inc.po
index e839205638c..3fd08cb88f2 100644
--- a/source/de/sw/source/ui/inc.po
+++ b/source/de/sw/source/ui/inc.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-02-13 17:13+0100\n"
-"PO-Revision-Date: 2013-12-14 10:43+0000\n"
+"PO-Revision-Date: 2014-05-16 20:09+0000\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1387017793.0\n"
+"X-POOTLE-MTIME: 1400270962.000000\n"
#: redline_tmpl.hrc
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"FN_REDLINE_ACCEPT_DIRECT\n"
"menuitem.text"
msgid "Accept Change"
-msgstr ""
+msgstr "Änderung übernehmen"
#: redline_tmpl.hrc
msgctxt ""
@@ -32,7 +32,7 @@ msgctxt ""
"FN_REDLINE_REJECT_DIRECT\n"
"menuitem.text"
msgid "Reject Change"
-msgstr ""
+msgstr "Änderung zurücknehmen"
#: redline_tmpl.hrc
msgctxt ""
@@ -41,7 +41,7 @@ msgctxt ""
"FN_REDLINE_NEXT_CHANGE\n"
"menuitem.text"
msgid "Next Change"
-msgstr ""
+msgstr "Nächste Änderung"
#: redline_tmpl.hrc
msgctxt ""
@@ -50,4 +50,4 @@ msgctxt ""
"FN_REDLINE_PREV_CHANGE\n"
"menuitem.text"
msgid "Previous Change"
-msgstr ""
+msgstr "Vorherige Änderung"
diff --git a/source/de/sw/uiconfig/swriter/ui.po b/source/de/sw/uiconfig/swriter/ui.po
index 58edc8a1e6b..a8ddb04a4c4 100644
--- a/source/de/sw/uiconfig/swriter/ui.po
+++ b/source/de/sw/uiconfig/swriter/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-02-13 17:13+0100\n"
-"PO-Revision-Date: 2014-04-21 19:39+0000\n"
+"PO-Revision-Date: 2014-05-16 20:09+0000\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: none\n"
"Language: de\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1398109164.000000\n"
+"X-POOTLE-MTIME: 1400270971.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -5094,7 +5094,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "<None>"
-msgstr ""
+msgstr "<Keine>"
#: frmaddpage.ui
msgctxt ""
@@ -5103,7 +5103,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "<None>"
-msgstr ""
+msgstr "<Keine>"
#: frmaddpage.ui
msgctxt ""
diff --git a/source/de/vcl/source/src.po b/source/de/vcl/source/src.po
index 3f077269d23..f51ff302d46 100644
--- a/source/de/vcl/source/src.po
+++ b/source/de/vcl/source/src.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-12-01 17:38+0100\n"
-"PO-Revision-Date: 2013-12-03 15:02+0000\n"
+"POT-Creation-Date: 2013-11-20 13:02+0100\n"
+"PO-Revision-Date: 2014-05-22 04:15+0000\n"
"Last-Translator: Christian <kuehl.christian@googlemail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1386082944.0\n"
+"X-POOTLE-MTIME: 1400732147.000000\n"
#. This is used on buttons for platforms other than windows, there should be a ~ mnemonic in this string
#: btntext.src
@@ -218,7 +218,7 @@ msgctxt ""
"SV_BUTTONTEXT_NEXT\n"
"string.text"
msgid "~Next"
-msgstr "~Nächste Folie"
+msgstr "~Weiter"
#: btntext.src
msgctxt ""
@@ -226,7 +226,7 @@ msgctxt ""
"SV_BUTTONTEXT_GO_UP\n"
"string.text"
msgid "~Up"
-msgstr "~Oben"
+msgstr "Nach ~oben"
#: btntext.src
msgctxt ""
diff --git a/source/el/sfx2/uiconfig/ui.po b/source/el/sfx2/uiconfig/ui.po
index fd7181313e7..0c42825b04b 100644
--- a/source/el/sfx2/uiconfig/ui.po
+++ b/source/el/sfx2/uiconfig/ui.po
@@ -3,8 +3,8 @@ msgid ""
msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2014-01-17 15:05+0100\n"
-"PO-Revision-Date: 2013-12-19 08:54+0000\n"
+"POT-Creation-Date: 2014-01-17 05:49+0100\n"
+"PO-Revision-Date: 2014-05-19 07:52+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: team@lists.gnome.gr\n"
"Language: el\n"
@@ -12,10 +12,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
"X-Project-Style: openoffice\n"
-"X-POOTLE-MTIME: 1387443295.0\n"
+"X-POOTLE-MTIME: 1400485936.000000\n"
#: alienwarndialog.ui
msgctxt ""
@@ -60,7 +60,7 @@ msgctxt ""
"label\n"
"string.text"
msgid "_Use %FORMATNAME Format"
-msgstr ""
+msgstr "_Χρησιμοποιήστε τη μορφή %FORMATNAME"
#: alienwarndialog.ui
msgctxt ""
diff --git a/source/el/svtools/source/misc.po b/source/el/svtools/source/misc.po
index 1cbea1b2fea..3e697e0b851 100644
--- a/source/el/svtools/source/misc.po
+++ b/source/el/svtools/source/misc.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-01-03 16:24+0100\n"
-"PO-Revision-Date: 2013-12-19 08:19+0000\n"
+"PO-Revision-Date: 2014-05-19 07:52+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: team@lists.gnome.gr\n"
"Language: el\n"
@@ -12,10 +12,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
"X-Project-Style: openoffice\n"
-"X-POOTLE-MTIME: 1387441146.0\n"
+"X-POOTLE-MTIME: 1400485962.000000\n"
#: imagemgr.src
msgctxt ""
@@ -1681,7 +1681,7 @@ msgctxt ""
"LANGUAGE_SERBIAN_LATIN_LSO\n"
"pairedlist.text"
msgid "Serbian Latin"
-msgstr ""
+msgstr "Σερβικά, λατινικά"
#: langtab.src
msgctxt ""
diff --git a/source/el/sw/source/ui/inc.po b/source/el/sw/source/ui/inc.po
index 778601ddecc..9f6f4fa2045 100644
--- a/source/el/sw/source/ui/inc.po
+++ b/source/el/sw/source/ui/inc.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-02-13 17:13+0100\n"
-"PO-Revision-Date: 2013-12-19 08:20+0000\n"
+"PO-Revision-Date: 2014-05-19 07:53+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: el\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1387441231.0\n"
+"X-POOTLE-MTIME: 1400486018.000000\n"
#: redline_tmpl.hrc
msgctxt ""
@@ -23,7 +23,7 @@ msgctxt ""
"FN_REDLINE_ACCEPT_DIRECT\n"
"menuitem.text"
msgid "Accept Change"
-msgstr ""
+msgstr "Αποδοχή αλλαγής"
#: redline_tmpl.hrc
msgctxt ""
@@ -32,7 +32,7 @@ msgctxt ""
"FN_REDLINE_REJECT_DIRECT\n"
"menuitem.text"
msgid "Reject Change"
-msgstr ""
+msgstr "Απόρριψη αλλαγής"
#: redline_tmpl.hrc
msgctxt ""
@@ -41,7 +41,7 @@ msgctxt ""
"FN_REDLINE_NEXT_CHANGE\n"
"menuitem.text"
msgid "Next Change"
-msgstr ""
+msgstr "Επόμενη αλλαγή"
#: redline_tmpl.hrc
msgctxt ""
@@ -50,4 +50,4 @@ msgctxt ""
"FN_REDLINE_PREV_CHANGE\n"
"menuitem.text"
msgid "Previous Change"
-msgstr ""
+msgstr "Προηγούμενη αλλαγή"
diff --git a/source/el/sw/uiconfig/swriter/ui.po b/source/el/sw/uiconfig/swriter/ui.po
index 1f71d96d1e1..74679ede2fd 100644
--- a/source/el/sw/uiconfig/swriter/ui.po
+++ b/source/el/sw/uiconfig/swriter/ui.po
@@ -4,7 +4,7 @@ msgstr ""
"Project-Id-Version: LibO 40l10n\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2014-02-13 17:13+0100\n"
-"PO-Revision-Date: 2014-01-18 03:04+0000\n"
+"PO-Revision-Date: 2014-05-19 07:54+0000\n"
"Last-Translator: Dimitris Spingos <dmtrs32@gmail.com>\n"
"Language-Team: none\n"
"Language: el\n"
@@ -12,9 +12,9 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1390014296.0\n"
+"X-POOTLE-MTIME: 1400486040.000000\n"
#: abstractdialog.ui
msgctxt ""
@@ -5094,7 +5094,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "<None>"
-msgstr ""
+msgstr "<Κανένα>"
#: frmaddpage.ui
msgctxt ""
@@ -5103,7 +5103,7 @@ msgctxt ""
"0\n"
"stringlist.text"
msgid "<None>"
-msgstr ""
+msgstr "<Κανένα>"
#: frmaddpage.ui
msgctxt ""
diff --git a/source/es/basctl/source/basicide.po b/source/es/basctl/source/basicide.po
index 528c54d981c..23b26e5023c 100644
--- a/source/es/basctl/source/basicide.po
+++ b/source/es/basctl/source/basicide.po
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.5.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1398785647.000000\n"
diff --git a/source/es/chart2/source/controller/dialogs.po b/source/es/chart2/source/controller/dialogs.po
index 6386ecd17d2..39c5640a27f 100644
--- a/source/es/chart2/source/controller/dialogs.po
+++ b/source/es/chart2/source/controller/dialogs.po
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.5.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1398479749.000000\n"
diff --git a/source/es/cui/source/dialogs.po b/source/es/cui/source/dialogs.po
index 23f98ca2352..5e2473106f3 100644
--- a/source/es/cui/source/dialogs.po
+++ b/source/es/cui/source/dialogs.po
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.5.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1398030910.000000\n"
diff --git a/source/es/cui/source/tabpages.po b/source/es/cui/source/tabpages.po
index e59666f9387..33806385876 100644
--- a/source/es/cui/source/tabpages.po
+++ b/source/es/cui/source/tabpages.po
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.5.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1398486260.000000\n"
diff --git a/source/es/cui/uiconfig/ui.po b/source/es/cui/uiconfig/ui.po
index fbb342ef36a..ef8566b3b0b 100644
--- a/source/es/cui/uiconfig/ui.po
+++ b/source/es/cui/uiconfig/ui.po
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.5.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1398854939.000000\n"
diff --git a/source/es/dbaccess/source/ui/dlg.po b/source/es/dbaccess/source/ui/dlg.po
index 4477646547d..5dd6259919b 100644
--- a/source/es/dbaccess/source/ui/dlg.po
+++ b/source/es/dbaccess/source/ui/dlg.po
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.5.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1398492542.000000\n"
diff --git a/source/es/dbaccess/source/ui/querydesign.po b/source/es/dbaccess/source/ui/querydesign.po
index b0e18728ca0..82cbf0a8681 100644
--- a/source/es/dbaccess/source/ui/querydesign.po
+++ b/source/es/dbaccess/source/ui/querydesign.po
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.5.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1397971477.000000\n"
diff --git a/source/es/extensions/source/abpilot.po b/source/es/extensions/source/abpilot.po
index 67518e23e55..4a706ef433f 100644
--- a/source/es/extensions/source/abpilot.po
+++ b/source/es/extensions/source/abpilot.po
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.5.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1398794295.000000\n"
diff --git a/source/es/extensions/source/propctrlr.po b/source/es/extensions/source/propctrlr.po
index bdd30e121c7..0cefcd1da14 100644
--- a/source/es/extensions/source/propctrlr.po
+++ b/source/es/extensions/source/propctrlr.po
@@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.5.1\n"
+"X-Generator: LibreOffice\n"
"X-Accelerator-Marker: ~\n"
"X-POOTLE-MTIME: 1398492641.000000\n"
diff --git a/source/es/helpcontent2/source/text/sbasic/guide.po b/source/es/helpcontent2/source/text/sbasic/guide.po
index ecde4b80d5b..095544e71c6 100644
--- a/source/es/helpcontent2/source/text/sbasic/guide.po
+++ b/source/es/helpcontent2/source/text/sbasic/guide.po
@@ -4,17 +4,17 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2013-12-29 01:18+0000\n"
-"Last-Translator: javier <m.m.f.javier@gmail.com>\n"
+"PO-Revision-Date: 2014-05-04 20:51+0000\n"
+"Last-Translator: Diego <diegodelasheras@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.5.0\n"
+"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1388279920.0\n"
+"X-POOTLE-MTIME: 1399236684.000000\n"
#: access2base.xhp
msgctxt ""
@@ -573,7 +573,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "In the <item type=\"productname\">%PRODUCTNAME</item> BASIC window for a dialog that you created, leave the dialog editor by clicking the name tab of the Module that the dialog is assigned to. The name tab is at the bottom of the window."
-msgstr "En la ventana de $[officename] BASIC de un diálogo que haya creado, salga del editor de diálogos pulsando la ficha del nombre del módulo al que está asignado el diálogo. La ficha de nombre se encuentra en la parte inferior de la ventana."
+msgstr "En la ventana de <item type=\"productname\">%PRODUCTNAME</item> BASIC de un diálogo que haya creado, salga del editor de diálogos pulsando la pestaña del nombre del módulo al que está asignado el diálogo. El nombre de la ficha se encuentra en la parte inferior de la ventana."
#: show_dialog.xhp
msgctxt ""
diff --git a/source/es/helpcontent2/source/text/sbasic/shared.po b/source/es/helpcontent2/source/text/sbasic/shared.po
index 33131f8f66f..2f90b5cdd11 100644
--- a/source/es/helpcontent2/source/text/sbasic/shared.po
+++ b/source/es/helpcontent2/source/text/sbasic/shared.po
@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2014-03-30 05:47+0000\n"
-"Last-Translator: Adolfo <fito@libreoffice.org>\n"
+"PO-Revision-Date: 2014-05-04 20:52+0000\n"
+"Last-Translator: Diego <diegodelasheras@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
@@ -14,7 +14,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Pootle 2.5.1\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1396158455.000000\n"
+"X-POOTLE-MTIME: 1399236730.000000\n"
#: 00000002.xhp
msgctxt ""
@@ -174,7 +174,7 @@ msgctxt ""
"110\n"
"help.text"
msgid "URL notation does not allow certain special characters to be used. These are either replaced by other characters or encoded. A slash (<emph>/</emph>) is used as a path separator. For example, a file referred to as <emph>C:\\My File.sxw</emph> on the local host in \"Windows notation\" becomes <emph>file:///C|/My%20File.sxw</emph> in URL notation."
-msgstr "La notación URL no permite el uso de algunos caracteres especiales. Éstos se sustituyen por otros caracteres o se codifican. La barra oblicua (<emph>/</emph>) se utiliza como separador de ruta de acceso. Por ejemplo, un archivo al que se hace referencia como <emph>C:\\Mi archivo.sxw</emph> en el ordenador local con la \"notación Windows\" se convierte en <emph>file:///C|Mi%20archivo.sxw</emph> en la notación URL."
+msgstr "La notación URL no permite el uso de algunos caracteres especiales. Éstos se sustituyen por otros caracteres o se codifican. La barra oblicua (<emph>/</emph>) se utiliza como separador de ruta de acceso. Por ejemplo, un archivo al que se hace referencia como <emph>C:\\Mi archivo.sxw</emph> en el ordenador local con la \"notación Windows\" se convierte en <emph>file:///C|/Mi%20archivo.sxw</emph> en la notación URL."
#: 00000003.xhp
msgctxt ""
@@ -7074,7 +7074,7 @@ msgctxt ""
"2\n"
"help.text"
msgid "This section describes the Runtime Functions of <item type=\"productname\">%PRODUCTNAME</item> Basic."
-msgstr "Esta sección describe las funciones de tiempo de ejecución de <item type=\"productname\">$[officename]</item> Basic."
+msgstr "Esta sección describe las funciones de tiempo de ejecución de <item type=\"productname\">%PRODUCTNAME</item> Basic."
#: 03010000.xhp
msgctxt ""
@@ -12724,7 +12724,7 @@ msgctxt ""
"3\n"
"help.text"
msgid "<item type=\"productname\">%PRODUCTNAME</item> Basic lets you calculate time or date differences by converting the time and date values to continuous numeric values. After the difference is calculated, special functions are used to reconvert the values to the standard time or date formats."