summaryrefslogtreecommitdiff
path: root/svx/inc/optgenrl.hxx
blob: cee8c657acd46f075c3d662fdff357681b0f4848 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
/*************************************************************************
 *
 *  $RCSfile: optgenrl.hxx,v $
 *
 *  $Revision: 1.1.1.1 $
 *
 *  last change: $Author: hr $ $Date: 2000-09-18 17:00:58 $
 *
 *  The Contents of this file are made available subject to the terms of
 *  either of the following licenses
 *
 *         - GNU Lesser General Public License Version 2.1
 *         - Sun Industry Standards Source License Version 1.1
 *
 *  Sun Microsystems Inc., October, 2000
 *
 *  GNU Lesser General Public License Version 2.1
 *  =============================================
 *  Copyright 2000 by Sun Microsystems, Inc.
 *  901 San Antonio Road, Palo Alto, CA 94303, USA
 *
 *  This library is free software; you can redistribute it and/or
 *  modify it under the terms of the GNU Lesser General Public
 *  License version 2.1, as published by the Free Software Foundation.
 *
 *  This library is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 *  Lesser General Public License for more details.
 *
 *  You should have received a copy of the GNU Lesser General Public
 *  License along with this library; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 *  MA  02111-1307  USA
 *
 *
 *  Sun Industry Standards Source License Version 1.1
 *  =================================================
 *  The contents of this file are subject to the Sun Industry Standards
 *  Source License Version 1.1 (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.openoffice.org/license.html.
 *
 *  Software provided under this License is provided on an "AS IS" basis,
 *  WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
 *  WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
 *  MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
 *  See the License for the specific provisions governing your rights and
 *  obligations concerning the Software.
 *
 *  The Initial Developer of the Original Code is: Sun Microsystems, Inc.
 *
 *  Copyright: 2000 by Sun Microsystems, Inc.
 *
 *  All Rights Reserved.
 *
 *  Contributor(s): _______________________________________
 *
 *
 ************************************************************************/
#ifndef _SVX_OPTGENRL_HXX
#define _SVX_OPTGENRL_HXX

// include ---------------------------------------------------------------

#ifndef _SFXTABDLG_HXX //autogen
#include <sfx2/tabdlg.hxx>
#endif
#ifndef _FIXED_HXX //autogen
#include <vcl/fixed.hxx>
#endif
#ifndef _EDIT_HXX //autogen
#include <vcl/edit.hxx>
#endif
#ifndef _GROUP_HXX //autogen
#include <vcl/group.hxx>
#endif

// forward ---------------------------------------------------------------

class SvxAddressItem;
struct GeneralTabPage_Impl;

// define ----------------------------------------------------------------

#define SfxGeneralTabPage SvxGeneralTabPage

// defines um von Aussen "uber einen Slot einem bestimmten Edit
// den Fokus zu setzen.
#define UNKNOWN_EDIT    ((USHORT)0)
#define COMPANY_EDIT    ((USHORT)1)
#define FIRSTNAME_EDIT  ((USHORT)2)
#define LASTNAME_EDIT   ((USHORT)3)
#define STREET_EDIT     ((USHORT)4)
#define COUNTRY_EDIT    ((USHORT)5)
#define PLZ_EDIT        ((USHORT)6)
#define CITY_EDIT       ((USHORT)7)
#define STATE_EDIT      ((USHORT)8)
#define TITLE_EDIT      ((USHORT)9)
#define POSITION_EDIT   ((USHORT)10)
#define SHORTNAME_EDIT  ((USHORT)11)
#define TELPRIV_EDIT    ((USHORT)12)
#define TELCOMPANY_EDIT ((USHORT)13)
#define FAX_EDIT        ((USHORT)14)
#define EMAIL_EDIT      ((USHORT)15)

// class SvxGeneralTabPage -----------------------------------------------

class SvxGeneralTabPage : public SfxTabPage
{
private:
    FixedText           aCompanyLbl;
    Edit                aCompanyEdit;
    FixedText           aNameLbl;
    FixedText           aNameLblRuss;
    Edit                aFatherName;
    Edit                aFirstName;
    Edit                aName;
    Edit                aShortName;
    FixedText           aStreetLbl;
    FixedText           aStreetLblRuss;
    Edit                aStreetEdit;
    Edit                aApartmentNrEdit;
    FixedText           aCityLbl;
    Edit                aPLZEdit;
    Edit                aCityEdit;
    Edit                aUsCityEdit;
    Edit                aUsStateEdit;
    Edit                aUsZipEdit;
    FixedText           aCountryLbl;
    Edit                aCountryEdit;
    FixedText           aTitlePosLbl;
    Edit                aTitleEdit;
    Edit                aPositionEdit;
    FixedText           aPhoneLbl;
    Edit                aTelPrivEdit;
    Edit                aTelCompanyEdit;
    FixedText           aFaxMailLbl;
    Edit                aFaxEdit;
    Edit                aEmailEdit;
    GroupBox            aAddrFrm;
    CheckBox            aUseDataCB;

    GeneralTabPage_Impl*    pImpl;


#ifdef _SVX_OPTGENRL_CXX
    DECL_LINK( ModifyHdl_Impl, Edit * );

    String              GetAddress_Impl();
    void                SetAddress_Impl( const SvxAddressItem& rAddress );
#endif

protected:
    virtual int         DeactivatePage( SfxItemSet* pSet );

public:
    SvxGeneralTabPage( Window* pParent, const SfxItemSet& rSet );
    ~SvxGeneralTabPage();

    static SfxTabPage*  Create( Window* pParent, const SfxItemSet& rAttrSet );

    virtual BOOL        FillItemSet( SfxItemSet& rSet );
    virtual void        Reset( const SfxItemSet& rSet );
};

#endif // #ifndef _SVX_OPTGENRL_HXX


able summary='file diffstat' width='100%'> -rw-r--r--source/bn-IN/framework/source/classes.po10
-rw-r--r--source/bn-IN/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/07.po16
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/bn-IN/helpcontent2/source/text/shared/guide.po15
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/01.po20
-rw-r--r--source/bn-IN/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/bn-IN/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/bn-IN/sc/source/ui/src.po4
-rw-r--r--source/bn-IN/sd/source/ui/app.po45
-rw-r--r--source/bn-IN/svx/uiconfig/ui.po38
-rw-r--r--source/bn-IN/sw/source/ui/frmdlg.po42
-rw-r--r--source/bn-IN/vcl/uiconfig/ui.po74
-rw-r--r--source/bn/cui/uiconfig/ui.po119
-rw-r--r--source/bn/filter/source/config/fragments/filters.po320
-rw-r--r--source/bn/framework/source/classes.po10
-rw-r--r--source/bn/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/bn/helpcontent2/source/text/shared/07.po16
-rw-r--r--source/bn/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/bn/helpcontent2/source/text/shared/guide.po15
-rw-r--r--source/bn/helpcontent2/source/text/swriter/01.po20
-rw-r--r--source/bn/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/bn/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/bn/sc/source/ui/src.po4
-rw-r--r--source/bn/sd/source/ui/app.po45
-rw-r--r--source/bn/svx/uiconfig/ui.po38
-rw-r--r--source/bn/sw/source/ui/frmdlg.po42
-rw-r--r--source/bn/vcl/uiconfig/ui.po74
-rw-r--r--source/bo/cui/uiconfig/ui.po119
-rw-r--r--source/bo/filter/source/config/fragments/filters.po320
-rw-r--r--source/bo/framework/source/classes.po10
-rw-r--r--source/bo/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/bo/helpcontent2/source/text/shared/07.po16
-rw-r--r--source/bo/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/bo/helpcontent2/source/text/shared/guide.po14
-rw-r--r--source/bo/helpcontent2/source/text/swriter/01.po18
-rw-r--r--source/bo/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/bo/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/bo/sc/source/ui/src.po4
-rw-r--r--source/bo/sd/source/ui/app.po45
-rw-r--r--source/bo/svx/uiconfig/ui.po38
-rw-r--r--source/bo/sw/source/ui/frmdlg.po41
-rw-r--r--source/bo/vcl/uiconfig/ui.po74
-rw-r--r--source/br/cui/uiconfig/ui.po122
-rw-r--r--source/br/filter/source/config/fragments/filters.po332
-rw-r--r--source/br/framework/source/classes.po12
-rw-r--r--source/br/officecfg/registry/data/org/openoffice/Office/UI.po171
-rw-r--r--source/br/sc/source/ui/src.po5
-rw-r--r--source/br/sd/source/ui/app.po47
-rw-r--r--source/br/svx/uiconfig/ui.po40
-rw-r--r--source/br/sw/source/ui/frmdlg.po40
-rw-r--r--source/br/vcl/uiconfig/ui.po74
-rw-r--r--source/brx/cui/uiconfig/ui.po119
-rw-r--r--source/brx/filter/source/config/fragments/filters.po320
-rw-r--r--source/brx/framework/source/classes.po10
-rw-r--r--source/brx/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/brx/sc/source/ui/src.po4
-rw-r--r--source/brx/sd/source/ui/app.po45
-rw-r--r--source/brx/svx/uiconfig/ui.po38
-rw-r--r--source/brx/sw/source/ui/frmdlg.po41
-rw-r--r--source/brx/vcl/uiconfig/ui.po74
-rw-r--r--source/bs/cui/uiconfig/ui.po120
-rw-r--r--source/bs/filter/source/config/fragments/filters.po330
-rw-r--r--source/bs/framework/source/classes.po10
-rw-r--r--source/bs/helpcontent2/source/text/scalc/01.po78
-rw-r--r--source/bs/helpcontent2/source/text/shared/07.po16
-rw-r--r--source/bs/helpcontent2/source/text/shared/explorer/database.po114
-rw-r--r--source/bs/helpcontent2/source/text/shared/guide.po11
-rw-r--r--source/bs/helpcontent2/source/text/swriter/01.po27
-rw-r--r--source/bs/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/bs/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/bs/sc/source/ui/src.po4
-rw-r--r--source/bs/sd/source/ui/app.po45
-rw-r--r--source/bs/svx/uiconfig/ui.po38
-rw-r--r--source/bs/sw/source/ui/frmdlg.po42
-rw-r--r--source/bs/vcl/uiconfig/ui.po74
-rw-r--r--source/ca-valencia/cui/uiconfig/ui.po120
-rw-r--r--source/ca-valencia/filter/source/config/fragments/filters.po331
-rw-r--r--source/ca-valencia/framework/source/classes.po10
-rw-r--r--source/ca-valencia/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/07.po18
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/ca-valencia/helpcontent2/source/text/shared/guide.po15
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/01.po17
-rw-r--r--source/ca-valencia/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/ca-valencia/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/ca-valencia/sc/source/ui/src.po4
-rw-r--r--source/ca-valencia/sd/source/ui/app.po45
-rw-r--r--source/ca-valencia/svx/uiconfig/ui.po38
-rw-r--r--source/ca-valencia/sw/source/ui/frmdlg.po41
-rw-r--r--source/ca-valencia/vcl/uiconfig/ui.po74
-rw-r--r--source/ca/cui/source/tabpages.po5
-rw-r--r--source/ca/cui/uiconfig/ui.po126
-rw-r--r--source/ca/editeng/source/editeng.po6
-rw-r--r--source/ca/filter/source/config/fragments/filters.po332
-rw-r--r--source/ca/framework/source/classes.po10
-rw-r--r--source/ca/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/ca/helpcontent2/source/text/shared/07.po16
-rw-r--r--source/ca/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/ca/helpcontent2/source/text/shared/guide.po15
-rw-r--r--source/ca/helpcontent2/source/text/swriter/01.po17
-rw-r--r--source/ca/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/ca/officecfg/registry/data/org/openoffice/Office/UI.po378
-rw-r--r--source/ca/sc/source/ui/StatisticsDialogs.po22
-rw-r--r--source/ca/sc/source/ui/drawfunc.po5
-rw-r--r--source/ca/sc/source/ui/src.po22
-rw-r--r--source/ca/sc/uiconfig/scalc/ui.po30
-rw-r--r--source/ca/scaddins/source/analysis.po14
-rw-r--r--source/ca/sd/source/ui/animations.po7
-rw-r--r--source/ca/sd/source/ui/app.po51
-rw-r--r--source/ca/sd/uiconfig/sdraw/ui.po5
-rw-r--r--source/ca/sfx2/uiconfig/ui.po8
-rw-r--r--source/ca/starmath/uiconfig/smath/ui.po5
-rw-r--r--source/ca/svx/source/dialog.po25
-rw-r--r--source/ca/svx/source/svdraw.po6
-rw-r--r--source/ca/svx/source/tbxctrls.po6
-rw-r--r--source/ca/svx/uiconfig/ui.po44
-rw-r--r--source/ca/sw/source/ui/frmdlg.po41
-rw-r--r--source/ca/vcl/uiconfig/ui.po74
-rw-r--r--source/ca/wizards/source/formwizard.po7
-rw-r--r--source/cs/cui/uiconfig/ui.po120
-rw-r--r--source/cs/filter/source/config/fragments/filters.po332
-rw-r--r--source/cs/filter/uiconfig/ui.po12
-rw-r--r--source/cs/framework/source/classes.po10
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/guide.po6
-rw-r--r--source/cs/helpcontent2/source/text/sbasic/shared.po10
-rw-r--r--source/cs/helpcontent2/source/text/scalc.po74
-rw-r--r--source/cs/helpcontent2/source/text/scalc/01.po90
-rw-r--r--source/cs/helpcontent2/source/text/scalc/guide.po8
-rw-r--r--source/cs/helpcontent2/source/text/sdraw/guide.po8
-rw-r--r--source/cs/helpcontent2/source/text/shared/00.po10
-rw-r--r--source/cs/helpcontent2/source/text/shared/01.po20
-rw-r--r--source/cs/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/cs/helpcontent2/source/text/shared/autopi.po6
-rw-r--r--source/cs/helpcontent2/source/text/shared/explorer/database.po19
-rw-r--r--source/cs/helpcontent2/source/text/shared/guide.po39
-rw-r--r--source/cs/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/cs/helpcontent2/source/text/simpress/01.po12
-rw-r--r--source/cs/helpcontent2/source/text/simpress/guide.po14
-rw-r--r--source/cs/helpcontent2/source/text/smath.po8
-rw-r--r--source/cs/helpcontent2/source/text/swriter/01.po53
-rw-r--r--source/cs/helpcontent2/source/text/swriter/04.po10
-rw-r--r--source/cs/helpcontent2/source/text/swriter/guide.po21
-rw-r--r--source/cs/officecfg/registry/data/org/openoffice/Office/UI.po413
-rw-r--r--source/cs/readlicense_oo/docs.po6
-rw-r--r--source/cs/sc/source/ui/src.po8
-rw-r--r--source/cs/scaddins/source/analysis.po6
-rw-r--r--source/cs/sd/source/ui/app.po71
-rw-r--r--source/cs/sfx2/source/appl.po6
-rw-r--r--source/cs/sfx2/source/doc.po10
-rw-r--r--source/cs/starmath/source.po14
-rw-r--r--source/cs/svx/inc.po10
-rw-r--r--source/cs/svx/source/src.po6
-rw-r--r--source/cs/svx/source/svdraw.po5
-rw-r--r--source/cs/svx/source/tbxctrls.po5
-rw-r--r--source/cs/svx/uiconfig/ui.po43
-rw-r--r--source/cs/sw/source/ui/app.po16
-rw-r--r--source/cs/sw/source/ui/frmdlg.po42
-rw-r--r--source/cs/sw/source/uibase/utlui.po6
-rw-r--r--source/cs/sw/uiconfig/swriter/ui.po20
-rw-r--r--source/cs/vcl/source/src.po18
-rw-r--r--source/cs/vcl/uiconfig/ui.po74
-rw-r--r--source/cs/wizards/source/formwizard.po6
-rw-r--r--source/cy/cui/uiconfig/ui.po123
-rw-r--r--source/cy/filter/source/config/fragments/filters.po335
-rw-r--r--source/cy/framework/source/classes.po10
-rw-r--r--source/cy/officecfg/registry/data/org/openoffice/Office/UI.po159
-rw-r--r--source/cy/sc/source/ui/src.po8
-rw-r--r--source/cy/sd/source/ui/app.po44
-rw-r--r--source/cy/svx/uiconfig/ui.po38
-rw-r--r--source/cy/sw/source/ui/frmdlg.po42
-rw-r--r--source/cy/vcl/uiconfig/ui.po74
-rw-r--r--source/da/basic/source/classes.po9
-rw-r--r--source/da/cui/uiconfig/ui.po133
-rw-r--r--source/da/desktop/uiconfig/ui.po7
-rw-r--r--source/da/editeng/source/editeng.po7
-rw-r--r--source/da/filter/source/config/fragments/filters.po333
-rw-r--r--source/da/framework/source/classes.po12
-rw-r--r--source/da/helpcontent2/source/text/scalc/01.po83
-rw-r--r--source/da/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/da/helpcontent2/source/text/shared/explorer/database.po15
-rw-r--r--source/da/helpcontent2/source/text/shared/guide.po17
-rw-r--r--source/da/helpcontent2/source/text/swriter/01.po19
-rw-r--r--source/da/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/da/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/da/sc/source/ui/src.po4
-rw-r--r--source/da/sd/source/ui/app.po47
-rw-r--r--source/da/svx/uiconfig/ui.po38
-rw-r--r--source/da/sw/source/ui/frmdlg.po41
-rw-r--r--source/da/vcl/uiconfig/ui.po76
-rw-r--r--source/de/cui/uiconfig/ui.po123
-rw-r--r--source/de/filter/source/config/fragments/filters.po335
-rw-r--r--source/de/fpicker/uiconfig/ui.po8
-rw-r--r--source/de/framework/source/classes.po18
-rw-r--r--source/de/helpcontent2/source/text/scalc/01.po116
-rw-r--r--source/de/helpcontent2/source/text/schart.po8
-rw-r--r--source/de/helpcontent2/source/text/schart/00.po14
-rw-r--r--source/de/helpcontent2/source/text/shared/00.po41
-rw-r--r--source/de/helpcontent2/source/text/shared/01.po296
-rw-r--r--source/de/helpcontent2/source/text/shared/02.po8
-rw-r--r--source/de/helpcontent2/source/text/shared/07.po17
-rw-r--r--source/de/helpcontent2/source/text/shared/explorer/database.po16
-rw-r--r--source/de/helpcontent2/source/text/shared/guide.po30
-rw-r--r--source/de/helpcontent2/source/text/shared/optionen.po29
-rw-r--r--source/de/helpcontent2/source/text/simpress.po54
-rw-r--r--source/de/helpcontent2/source/text/simpress/01.po133
-rw-r--r--source/de/helpcontent2/source/text/smath/01.po36
-rw-r--r--source/de/helpcontent2/source/text/swriter.po64
-rw-r--r--source/de/helpcontent2/source/text/swriter/00.po17
-rw-r--r--source/de/helpcontent2/source/text/swriter/01.po343
-rw-r--r--source/de/helpcontent2/source/text/swriter/02.po16
-rw-r--r--source/de/helpcontent2/source/text/swriter/guide.po70
-rw-r--r--source/de/officecfg/registry/data/org/openoffice/Office/UI.po161
-rw-r--r--source/de/sc/source/ui/src.po8
-rw-r--r--source/de/sd/source/ui/app.po44
-rw-r--r--source/de/sfx2/uiconfig/ui.po6
-rw-r--r--source/de/svx/uiconfig/ui.po38
-rw-r--r--source/de/sw/source/ui/frmdlg.po42
-rw-r--r--source/de/vcl/uiconfig/ui.po74
-rw-r--r--source/dgo/cui/uiconfig/ui.po119
-rw-r--r--source/dgo/filter/source/config/fragments/filters.po320
-rw-r--r--source/dgo/framework/source/classes.po10
-rw-r--r--source/dgo/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/dgo/sc/source/ui/src.po4
-rw-r--r--source/dgo/sd/source/ui/app.po45
-rw-r--r--source/dgo/svx/uiconfig/ui.po38
-rw-r--r--source/dgo/sw/source/ui/frmdlg.po41
-rw-r--r--source/dgo/vcl/uiconfig/ui.po74
-rw-r--r--source/dz/cui/uiconfig/ui.po119
-rw-r--r--source/dz/filter/source/config/fragments/filters.po320
-rw-r--r--source/dz/framework/source/classes.po10
-rw-r--r--source/dz/helpcontent2/source/text/scalc/01.po48
-rw-r--r--source/dz/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/dz/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/dz/helpcontent2/source/text/shared/guide.po15
-rw-r--r--source/dz/helpcontent2/source/text/swriter/01.po20
-rw-r--r--source/dz/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/dz/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/dz/sc/source/ui/src.po4
-rw-r--r--source/dz/sd/source/ui/app.po45
-rw-r--r--source/dz/svx/uiconfig/ui.po38
-rw-r--r--source/dz/sw/source/ui/frmdlg.po41
-rw-r--r--source/dz/vcl/uiconfig/ui.po74
-rw-r--r--source/el/basic/source/classes.po158
-rw-r--r--source/el/cui/uiconfig/ui.po125
-rw-r--r--source/el/dbaccess/source/ui/dlg.po6
-rw-r--r--source/el/desktop/uiconfig/ui.po5
-rw-r--r--source/el/filter/source/config/fragments/filters.po335
-rw-r--r--source/el/fpicker/source/office.po8
-rw-r--r--source/el/fpicker/uiconfig/ui.po23
-rw-r--r--source/el/framework/source/classes.po18
-rw-r--r--source/el/helpcontent2/source/text/scalc/01.po387
-rw-r--r--source/el/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/el/helpcontent2/source/text/shared/explorer/database.po15
-rw-r--r--source/el/helpcontent2/source/text/shared/guide.po15
-rw-r--r--source/el/helpcontent2/source/text/swriter/01.po17
-rw-r--r--source/el/helpcontent2/source/text/swriter/guide.po10
-rw-r--r--source/el/officecfg/registry/data/org/openoffice/Office/UI.po160
-rw-r--r--source/el/sc/source/ui/src.po9
-rw-r--r--source/el/sd/source/ui/app.po45
-rw-r--r--source/el/svx/uiconfig/ui.po38
-rw-r--r--source/el/sw/source/ui/frmdlg.po40
-rw-r--r--source/el/vcl/uiconfig/ui.po74
-rw-r--r--source/en-GB/cui/uiconfig/ui.po123
-rw-r--r--source/en-GB/filter/source/config/fragments/filters.po335
-rw-r--r--source/en-GB/framework/source/classes.po10
-rw-r--r--source/en-GB/helpcontent2/source/text/scalc/01.po70
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/07.po17
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/explorer/database.po18
-rw-r--r--source/en-GB/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/01.po23
-rw-r--r--source/en-GB/helpcontent2/source/text/swriter/guide.po10
-rw-r--r--source/en-GB/officecfg/registry/data/org/openoffice/Office/UI.po159
-rw-r--r--source/en-GB/sc/source/ui/src.po10
-rw-r--r--source/en-GB/sd/source/ui/app.po44
-rw-r--r--source/en-GB/svx/uiconfig/ui.po38
-rw-r--r--source/en-GB/sw/source/ui/frmdlg.po41
-rw-r--r--source/en-GB/vcl/uiconfig/ui.po74
-rw-r--r--source/en-ZA/cui/uiconfig/ui.po119
-rw-r--r--source/en-ZA/filter/source/config/fragments/filters.po320
-rw-r--r--source/en-ZA/framework/source/classes.po10
-rw-r--r--source/en-ZA/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/en-ZA/helpcontent2/source/text/shared/guide.po15
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/01.po20
-rw-r--r--source/en-ZA/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/en-ZA/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/en-ZA/sc/source/ui/src.po4
-rw-r--r--source/en-ZA/sd/source/ui/app.po45
-rw-r--r--source/en-ZA/svx/uiconfig/ui.po38
-rw-r--r--source/en-ZA/sw/source/ui/frmdlg.po41
-rw-r--r--source/en-ZA/vcl/uiconfig/ui.po74
-rw-r--r--source/eo/cui/uiconfig/ui.po126
-rw-r--r--source/eo/filter/source/config/fragments/filters.po333
-rw-r--r--source/eo/framework/source/classes.po10
-rw-r--r--source/eo/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/eo/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/eo/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/eo/helpcontent2/source/text/shared/guide.po17
-rw-r--r--source/eo/helpcontent2/source/text/swriter/01.po17
-rw-r--r--source/eo/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/eo/officecfg/registry/data/org/openoffice/Office/UI.po161
-rw-r--r--source/eo/sc/source/ui/src.po4
-rw-r--r--source/eo/sd/source/ui/app.po45
-rw-r--r--source/eo/svx/uiconfig/ui.po38
-rw-r--r--source/eo/sw/source/ui/frmdlg.po41
-rw-r--r--source/eo/vcl/uiconfig/ui.po74
-rw-r--r--source/es/chart2/source/controller/dialogs.po48
-rw-r--r--source/es/chart2/uiconfig/ui.po10
-rw-r--r--source/es/cui/source/customize.po8
-rw-r--r--source/es/cui/source/dialogs.po8
-rw-r--r--source/es/cui/source/options.po12
-rw-r--r--source/es/cui/uiconfig/ui.po148
-rw-r--r--source/es/extensions/source/update/check.po12
-rw-r--r--source/es/extras/source/autocorr/emoji.po13
-rw-r--r--source/es/filter/source/config/fragments/filters.po341
-rw-r--r--source/es/filter/source/config/fragments/types.po6
-rw-r--r--source/es/framework/source/classes.po10
-rw-r--r--source/es/helpcontent2/source/text/sbasic/shared.po16
-rw-r--r--source/es/helpcontent2/source/text/scalc.po6
-rw-r--r--source/es/helpcontent2/source/text/scalc/00.po27
-rw-r--r--source/es/helpcontent2/source/text/scalc/01.po229
-rw-r--r--source/es/helpcontent2/source/text/scalc/guide.po23
-rw-r--r--source/es/helpcontent2/source/text/schart/00.po12
-rw-r--r--source/es/helpcontent2/source/text/schart/01.po25
-rw-r--r--source/es/helpcontent2/source/text/shared/00.po31
-rw-r--r--source/es/helpcontent2/source/text/shared/01.po355
-rw-r--r--source/es/helpcontent2/source/text/shared/02.po12
-rw-r--r--source/es/helpcontent2/source/text/shared/07.po18
-rw-r--r--source/es/helpcontent2/source/text/shared/explorer/database.po18
-rw-r--r--source/es/helpcontent2/source/text/shared/guide.po32
-rw-r--r--source/es/helpcontent2/source/text/shared/optionen.po73
-rw-r--r--source/es/helpcontent2/source/text/simpress/01.po13
-rw-r--r--source/es/helpcontent2/source/text/simpress/guide.po6
-rw-r--r--source/es/helpcontent2/source/text/swriter.po6
-rw-r--r--source/es/helpcontent2/source/text/swriter/00.po8
-rw-r--r--source/es/helpcontent2/source/text/swriter/01.po300
-rw-r--r--source/es/helpcontent2/source/text/swriter/guide.po24
-rw-r--r--source/es/instsetoo_native/inc_openoffice/windows/msi_languages.po8
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/es/officecfg/registry/data/org/openoffice/Office/UI.po360
-rw-r--r--source/es/reportdesign/source/ui/inspection.po18
-rw-r--r--source/es/sc/source/ui/src.po16
-rw-r--r--source/es/sc/uiconfig/scalc/ui.po10
-rw-r--r--source/es/scp2/source/draw.po6
-rw-r--r--source/es/scp2/source/ooo.po6
-rw-r--r--source/es/sd/source/core.po6
-rw-r--r--source/es/sd/source/ui/app.po56
-rw-r--r--source/es/sfx2/source/dialog.po6
-rw-r--r--source/es/svl/source/misc.po14
-rw-r--r--source/es/svtools/source/misc.po6
-rw-r--r--source/es/svtools/uiconfig/ui.po6
-rw-r--r--source/es/svx/source/dialog.po8
-rw-r--r--source/es/svx/source/svdraw.po6
-rw-r--r--source/es/svx/uiconfig/ui.po54
-rw-r--r--source/es/sw/source/core/undo.po6
-rw-r--r--source/es/sw/source/ui/frmdlg.po42
-rw-r--r--source/es/sw/uiconfig/swriter/ui.po6
-rw-r--r--source/es/vcl/uiconfig/ui.po74
-rw-r--r--source/et/cui/uiconfig/ui.po120
-rw-r--r--source/et/filter/source/config/fragments/filters.po332
-rw-r--r--source/et/framework/source/classes.po10
-rw-r--r--source/et/helpcontent2/source/text/scalc/01.po781
-rw-r--r--source/et/helpcontent2/source/text/shared/07.po17
-rw-r--r--source/et/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/et/helpcontent2/source/text/shared/guide.po15
-rw-r--r--source/et/helpcontent2/source/text/swriter/01.po601
-rw-r--r--source/et/helpcontent2/source/text/swriter/guide.po29
-rw-r--r--source/et/officecfg/registry/data/org/openoffice/Office/UI.po164
-rw-r--r--source/et/sc/source/ui/src.po5
-rw-r--r--source/et/sd/source/ui/app.po45
-rw-r--r--source/et/svx/uiconfig/ui.po38
-rw-r--r--source/et/sw/source/ui/frmdlg.po41
-rw-r--r--source/et/vcl/uiconfig/ui.po74
-rw-r--r--source/eu/cui/uiconfig/ui.po120
-rw-r--r--source/eu/filter/source/config/fragments/filters.po331
-rw-r--r--source/eu/framework/source/classes.po10
-rw-r--r--source/eu/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/eu/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/eu/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/eu/helpcontent2/source/text/shared/guide.po15
-rw-r--r--source/eu/helpcontent2/source/text/swriter/01.po20
-rw-r--r--source/eu/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/eu/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/eu/sc/source/ui/src.po4
-rw-r--r--source/eu/sd/source/ui/app.po45
-rw-r--r--source/eu/svx/uiconfig/ui.po38
-rw-r--r--source/eu/sw/source/ui/frmdlg.po42
-rw-r--r--source/eu/vcl/uiconfig/ui.po74
-rw-r--r--source/fa/cui/uiconfig/ui.po119
-rw-r--r--source/fa/filter/source/config/fragments/filters.po320
-rw-r--r--source/fa/framework/source/classes.po10
-rw-r--r--source/fa/officecfg/registry/data/org/openoffice/Office/UI.po164
-rw-r--r--source/fa/sc/source/ui/src.po4
-rw-r--r--source/fa/sd/source/ui/app.po45
-rw-r--r--source/fa/svx/uiconfig/ui.po38
-rw-r--r--source/fa/sw/source/ui/frmdlg.po41
-rw-r--r--source/fa/vcl/uiconfig/ui.po74
-rw-r--r--source/fi/cui/uiconfig/ui.po120
-rw-r--r--source/fi/filter/source/config/fragments/filters.po333
-rw-r--r--source/fi/framework/source/classes.po10
-rw-r--r--source/fi/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/fi/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/fi/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/fi/helpcontent2/source/text/shared/guide.po15
-rw-r--r--source/fi/helpcontent2/source/text/swriter/01.po17
-rw-r--r--source/fi/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/fi/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/fi/sc/source/ui/src.po4
-rw-r--r--source/fi/sd/source/ui/app.po45
-rw-r--r--source/fi/svx/uiconfig/ui.po38
-rw-r--r--source/fi/sw/source/ui/frmdlg.po41
-rw-r--r--source/fi/vcl/uiconfig/ui.po74
-rw-r--r--source/fr/cui/uiconfig/ui.po123
-rw-r--r--source/fr/filter/source/config/fragments/filters.po335
-rw-r--r--source/fr/framework/source/classes.po10
-rw-r--r--source/fr/helpcontent2/source/text/scalc.po78
-rw-r--r--source/fr/helpcontent2/source/text/scalc/00.po69
-rw-r--r--source/fr/helpcontent2/source/text/scalc/01.po153
-rw-r--r--source/fr/helpcontent2/source/text/schart.po9
-rw-r--r--source/fr/helpcontent2/source/text/schart/00.po12
-rw-r--r--source/fr/helpcontent2/source/text/schart/01.po31
-rw-r--r--source/fr/helpcontent2/source/text/sdraw.po7
-rw-r--r--source/fr/helpcontent2/source/text/shared.po10
-rw-r--r--source/fr/helpcontent2/source/text/shared/00.po37
-rw-r--r--source/fr/helpcontent2/source/text/shared/07.po17
-rw-r--r--source/fr/helpcontent2/source/text/shared/explorer/database.po20
-rw-r--r--source/fr/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/fr/helpcontent2/source/text/shared/optionen.po137
-rw-r--r--source/fr/helpcontent2/source/text/simpress.po87
-rw-r--r--source/fr/helpcontent2/source/text/swriter.po55
-rw-r--r--source/fr/helpcontent2/source/text/swriter/01.po17
-rw-r--r--source/fr/helpcontent2/source/text/swriter/guide.po13
-rw-r--r--source/fr/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/fr/sc/source/ui/src.po10
-rw-r--r--source/fr/sd/source/ui/app.po46
-rw-r--r--source/fr/svx/uiconfig/ui.po38
-rw-r--r--source/fr/sw/source/ui/frmdlg.po41
-rw-r--r--source/fr/vcl/uiconfig/ui.po74
-rw-r--r--source/ga/cui/uiconfig/ui.po120
-rw-r--r--source/ga/filter/source/config/fragments/filters.po331
-rw-r--r--source/ga/framework/source/classes.po10
-rw-r--r--source/ga/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/ga/sc/source/ui/src.po4
-rw-r--r--source/ga/sd/source/ui/app.po45
-rw-r--r--source/ga/svx/uiconfig/ui.po38
-rw-r--r--source/ga/sw/source/ui/frmdlg.po42
-rw-r--r--source/ga/vcl/uiconfig/ui.po74
-rw-r--r--source/gd/basic/source/classes.po188
-rw-r--r--source/gd/cui/uiconfig/ui.po123
-rw-r--r--source/gd/dbaccess/source/ui/dlg.po6
-rw-r--r--source/gd/desktop/uiconfig/ui.po7
-rw-r--r--source/gd/filter/source/config/fragments/filters.po335
-rw-r--r--source/gd/fpicker/source/office.po8
-rw-r--r--source/gd/fpicker/uiconfig/ui.po25
-rw-r--r--source/gd/framework/source/classes.po18
-rw-r--r--source/gd/officecfg/registry/data/org/openoffice/Office/UI.po159
-rw-r--r--source/gd/readlicense_oo/docs.po7
-rw-r--r--source/gd/sc/source/ui/src.po10
-rw-r--r--source/gd/sd/source/ui/app.po44
-rw-r--r--source/gd/sd/source/ui/view.po6
-rw-r--r--source/gd/svtools/source/dialogs.po8
-rw-r--r--source/gd/svx/inc.po8
-rw-r--r--source/gd/svx/uiconfig/ui.po38
-rw-r--r--source/gd/sw/source/ui/dochdl.po8
-rw-r--r--source/gd/sw/source/ui/frmdlg.po41
-rw-r--r--source/gd/vcl/uiconfig/ui.po74
-rw-r--r--source/gl/basic/source/classes.po12
-rw-r--r--source/gl/connectivity/source/resource.po80
-rw-r--r--source/gl/cui/source/dialogs.po8
-rw-r--r--source/gl/cui/source/tabpages.po6
-rw-r--r--source/gl/cui/uiconfig/ui.po120
-rw-r--r--source/gl/dbaccess/source/core/resource.po18
-rw-r--r--source/gl/dbaccess/source/ui/browser.po12
-rw-r--r--source/gl/dbaccess/source/ui/control.po14
-rw-r--r--source/gl/dbaccess/source/ui/dlg.po12
-rw-r--r--source/gl/dbaccess/source/ui/misc.po12
-rw-r--r--source/gl/dbaccess/source/ui/querydesign.po10
-rw-r--r--source/gl/dbaccess/source/ui/relationdesign.po11
-rw-r--r--source/gl/dbaccess/source/ui/tabledesign.po16
-rw-r--r--source/gl/desktop/source/app.po18
-rw-r--r--source/gl/desktop/source/deployment/gui.po6
-rw-r--r--source/gl/desktop/source/deployment/unopkg.po10
-rw-r--r--source/gl/extensions/source/abpilot.po12
-rw-r--r--source/gl/extensions/source/dbpilots.po10
-rw-r--r--source/gl/extensions/source/propctrlr.po12
-rw-r--r--source/gl/extensions/source/update/check.po12
-rw-r--r--source/gl/extensions/uiconfig/sabpilot/ui.po8
-rw-r--r--source/gl/filter/source/config/fragments/filters.po332
-rw-r--r--source/gl/filter/source/xsltdialog.po10
-rw-r--r--source/gl/forms/source/resource.po16
-rw-r--r--source/gl/framework/source/classes.po10
-rw-r--r--source/gl/helpcontent2/source/text/scalc/01.po123
-rw-r--r--source/gl/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/gl/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/gl/helpcontent2/source/text/shared/guide.po21
-rw-r--r--source/gl/helpcontent2/source/text/swriter/01.po17
-rw-r--r--source/gl/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/gl/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/gl/sc/source/ui/src.po5
-rw-r--r--source/gl/sd/source/ui/app.po59
-rw-r--r--source/gl/sfx2/source/appl.po8
-rw-r--r--source/gl/sfx2/source/view.po10
-rw-r--r--source/gl/svtools/source/dialogs.po18
-rw-r--r--source/gl/svx/source/items.po14
-rw-r--r--source/gl/svx/source/src.po28
-rw-r--r--source/gl/svx/uiconfig/ui.po38
-rw-r--r--source/gl/sw/source/ui/app.po12
-rw-r--r--source/gl/sw/source/ui/envelp.po12
-rw-r--r--source/gl/sw/source/ui/frmdlg.po42
-rw-r--r--source/gl/swext/mediawiki/src/registry/data/org/openoffice/Office/Custom.po18
-rw-r--r--source/gl/uui/source.po14
-rw-r--r--source/gl/vcl/source/src.po12
-rw-r--r--source/gl/vcl/uiconfig/ui.po74
-rw-r--r--source/gu/cui/uiconfig/ui.po120
-rw-r--r--source/gu/filter/source/config/fragments/filters.po324
-rw-r--r--source/gu/framework/source/classes.po10
-rw-r--r--source/gu/helpcontent2/source/text/scalc/01.po48
-rw-r--r--source/gu/helpcontent2/source/text/shared/07.po13
-rw-r--r--source/gu/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/gu/helpcontent2/source/text/shared/guide.po14
-rw-r--r--source/gu/helpcontent2/source/text/swriter/01.po20
-rw-r--r--source/gu/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/gu/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/gu/sc/source/ui/src.po4
-rw-r--r--source/gu/sd/source/ui/app.po45
-rw-r--r--source/gu/svx/uiconfig/ui.po38
-rw-r--r--source/gu/sw/source/ui/frmdlg.po42
-rw-r--r--source/gu/vcl/uiconfig/ui.po74
-rw-r--r--source/gug/cui/uiconfig/ui.po120
-rw-r--r--source/gug/filter/source/config/fragments/filters.po333
-rw-r--r--source/gug/framework/source/classes.po10
-rw-r--r--source/gug/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/gug/sc/source/ui/src.po4
-rw-r--r--source/gug/sd/source/ui/app.po45
-rw-r--r--source/gug/svx/uiconfig/ui.po38
-rw-r--r--source/gug/sw/source/ui/frmdlg.po34
-rw-r--r--source/gug/vcl/uiconfig/ui.po74
-rw-r--r--source/he/avmedia/source/viewer.po12
-rw-r--r--source/he/basctl/uiconfig/basicide/ui.po53
-rw-r--r--source/he/chart2/uiconfig/ui.po360
-rw-r--r--source/he/connectivity/source/resource.po18
-rw-r--r--source/he/cui/source/tabpages.po8
-rw-r--r--source/he/cui/uiconfig/ui.po128
-rw-r--r--source/he/dbaccess/source/ui/control.po11
-rw-r--r--source/he/dbaccess/uiconfig/ui.po8
-rw-r--r--source/he/dictionaries/is.po6
-rw-r--r--source/he/dictionaries/sv_SE.po9
-rw-r--r--source/he/editeng/source/accessibility.po13
-rw-r--r--source/he/editeng/source/editeng.po11
-rw-r--r--source/he/editeng/source/items.po15
-rw-r--r--source/he/filter/source/config/fragments/filters.po334
-rw-r--r--source/he/filter/uiconfig/ui.po66
-rw-r--r--source/he/formula/source/core/resource.po8
-rw-r--r--source/he/formula/uiconfig/ui.po42
-rw-r--r--source/he/fpicker/source/office.po10
-rw-r--r--source/he/fpicker/uiconfig/ui.po54
-rw-r--r--source/he/framework/source/classes.po22
-rw-r--r--source/he/helpcontent2/source/text/scalc/01.po69
-rw-r--r--source/he/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/he/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/he/helpcontent2/source/text/shared/guide.po15
-rw-r--r--source/he/helpcontent2/source/text/swriter/01.po17
-rw-r--r--source/he/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/he/instsetoo_native/inc_openoffice/windows/msi_languages.po10
-rw-r--r--source/he/librelogo/source/pythonpath.po16
-rw-r--r--source/he/officecfg/registry/data/org/openoffice/Office.po19
-rw-r--r--source/he/officecfg/registry/data/org/openoffice/Office/UI.po235
-rw-r--r--source/he/reportdesign/uiconfig/dbreport/ui.po123
-rw-r--r--source/he/sc/source/ui/StatisticsDialogs.po48
-rw-r--r--source/he/sc/source/ui/cctrl.po9
-rw-r--r--source/he/sc/source/ui/drawfunc.po10
-rw-r--r--source/he/sc/source/ui/navipi.po11
-rw-r--r--source/he/sc/source/ui/sidebar.po12
-rw-r--r--source/he/sc/source/ui/src.po299
-rw-r--r--source/he/sc/uiconfig/scalc/ui.po12
-rw-r--r--source/he/scaddins/source/analysis.po21
-rw-r--r--source/he/sccomp/source/solver.po9
-rw-r--r--source/he/scp2/source/accessories.po52
-rw-r--r--source/he/scp2/source/calc.po14
-rw-r--r--source/he/scp2/source/draw.po44
-rw-r--r--source/he/scp2/source/graphicfilter.po13
-rw-r--r--source/he/scp2/source/ooo.po68
-rw-r--r--source/he/scp2/source/writer.po12
-rw-r--r--source/he/sd/source/core.po26
-rw-r--r--source/he/sd/source/ui/accessibility.po15
-rw-r--r--source/he/sd/source/ui/animations.po9
-rw-r--r--source/he/sd/source/ui/app.po93
-rw-r--r--source/he/sd/source/ui/slideshow.po13
-rw-r--r--source/he/sd/uiconfig/sdraw/ui.po66
-rw-r--r--source/he/sd/uiconfig/simpress/ui.po58
-rw-r--r--source/he/sfx2/source/doc.po25
-rw-r--r--source/he/sfx2/source/sidebar.po10
-rw-r--r--source/he/sfx2/source/view.po10
-rw-r--r--source/he/sfx2/uiconfig/ui.po8
-rw-r--r--source/he/starmath/source.po108
-rw-r--r--source/he/starmath/uiconfig/smath/ui.po144
-rw-r--r--source/he/svtools/source/contnr.po10
-rw-r--r--source/he/svtools/source/control.po12
-rw-r--r--source/he/svtools/source/misc.po27
-rw-r--r--source/he/svtools/uiconfig/ui.po84
-rw-r--r--source/he/svx/source/dialog.po39
-rw-r--r--source/he/svx/source/form.po8
-rw-r--r--source/he/svx/source/items.po8
-rw-r--r--source/he/svx/source/sidebar/text.po8
-rw-r--r--source/he/svx/source/stbctrls.po18
-rw-r--r--source/he/svx/source/tbxctrls.po30
-rw-r--r--source/he/svx/uiconfig/ui.po151
-rw-r--r--source/he/sw/source/core/undo.po12
-rw-r--r--source/he/sw/source/ui/app.po43
-rw-r--r--source/he/sw/source/ui/frmdlg.po42
-rw-r--r--source/he/sw/source/ui/index.po24
-rw-r--r--source/he/sw/source/ui/misc.po8
-rw-r--r--source/he/sw/source/ui/shells.po13
-rw-r--r--source/he/sw/source/ui/utlui.po13
-rw-r--r--source/he/sw/source/uibase/dbui.po24
-rw-r--r--source/he/sw/source/uibase/dialog.po20
-rw-r--r--source/he/sw/source/uibase/docvw.po44
-rw-r--r--source/he/sw/uiconfig/swriter/ui.po9
-rw-r--r--source/he/sysui/desktop/share.po9
-rw-r--r--source/he/vcl/source/src.po30
-rw-r--r--source/he/vcl/uiconfig/ui.po144
-rw-r--r--source/he/wizards/source/euro.po9
-rw-r--r--source/he/wizards/source/formwizard.po31
-rw-r--r--source/he/xmlsecurity/source/dialogs.po8
-rw-r--r--source/he/xmlsecurity/uiconfig/ui.po45
-rw-r--r--source/hi/cui/uiconfig/ui.po119
-rw-r--r--source/hi/filter/source/config/fragments/filters.po320
-rw-r--r--source/hi/framework/source/classes.po10
-rw-r--r--source/hi/helpcontent2/source/text/scalc/01.po42
-rw-r--r--source/hi/helpcontent2/source/text/shared/07.po13
-rw-r--r--source/hi/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/hi/helpcontent2/source/text/shared/guide.po10
-rw-r--r--source/hi/helpcontent2/source/text/swriter/01.po39
-rw-r--r--source/hi/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/hi/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/hi/sc/source/ui/src.po4
-rw-r--r--source/hi/sd/source/ui/app.po45
-rw-r--r--source/hi/svx/uiconfig/ui.po38
-rw-r--r--source/hi/sw/source/ui/frmdlg.po41
-rw-r--r--source/hi/vcl/uiconfig/ui.po74
-rw-r--r--source/hr/cui/uiconfig/ui.po120
-rw-r--r--source/hr/filter/source/config/fragments/filters.po333
-rw-r--r--source/hr/framework/source/classes.po10
-rw-r--r--source/hr/helpcontent2/source/text/scalc/01.po69
-rw-r--r--source/hr/helpcontent2/source/text/shared/07.po13
-rw-r--r--source/hr/helpcontent2/source/text/shared/explorer/database.po114
-rw-r--r--source/hr/helpcontent2/source/text/shared/guide.po10
-rw-r--r--source/hr/helpcontent2/source/text/swriter/01.po24
-rw-r--r--source/hr/helpcontent2/source/text/swriter/guide.po23
-rw-r--r--source/hr/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/hr/sc/source/ui/src.po6
-rw-r--r--source/hr/sd/source/ui/app.po45
-rw-r--r--source/hr/svx/uiconfig/ui.po38
-rw-r--r--source/hr/sw/source/ui/frmdlg.po42
-rw-r--r--source/hr/vcl/uiconfig/ui.po74
-rw-r--r--source/hu/basic/source/classes.po132
-rw-r--r--source/hu/cui/uiconfig/ui.po123
-rw-r--r--source/hu/dbaccess/source/ui/dlg.po8
-rw-r--r--source/hu/desktop/uiconfig/ui.po7
-rw-r--r--source/hu/filter/source/config/fragments/filters.po337
-rw-r--r--source/hu/fpicker/source/office.po10
-rw-r--r--source/hu/fpicker/uiconfig/ui.po25
-rw-r--r--source/hu/framework/source/classes.po20
-rw-r--r--source/hu/helpcontent2/source/text/scalc/01.po71
-rw-r--r--source/hu/helpcontent2/source/text/shared/07.po17
-rw-r--r--source/hu/helpcontent2/source/text/shared/explorer/database.po20
-rw-r--r--source/hu/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/hu/helpcontent2/source/text/simpress/02.po18
-rw-r--r--source/hu/helpcontent2/source/text/swriter/01.po25
-rw-r--r--source/hu/helpcontent2/source/text/swriter/guide.po10
-rw-r--r--source/hu/officecfg/registry/data/org/openoffice/Office/UI.po159
-rw-r--r--source/hu/readlicense_oo/docs.po7
-rw-r--r--source/hu/sc/source/ui/StatisticsDialogs.po24
-rw-r--r--source/hu/sc/source/ui/drawfunc.po9
-rw-r--r--source/hu/sc/source/ui/src.po10
-rw-r--r--source/hu/sd/source/ui/app.po51
-rw-r--r--source/hu/sd/source/ui/view.po8
-rw-r--r--source/hu/svtools/source/dialogs.po8
-rw-r--r--source/hu/svx/inc.po10
-rw-r--r--source/hu/svx/uiconfig/ui.po38
-rw-r--r--source/hu/sw/source/ui/dochdl.po10
-rw-r--r--source/hu/sw/source/ui/frmdlg.po41
-rw-r--r--source/hu/vcl/uiconfig/ui.po76
-rw-r--r--source/id/cui/uiconfig/ui.po120
-rw-r--r--source/id/filter/source/config/fragments/filters.po334
-rw-r--r--source/id/framework/source/classes.po10
-rw-r--r--source/id/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/id/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/id/helpcontent2/source/text/shared/explorer/database.po78
-rw-r--r--source/id/helpcontent2/source/text/shared/guide.po10
-rw-r--r--source/id/helpcontent2/source/text/swriter/01.po47
-rw-r--r--source/id/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/id/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/id/sc/source/ui/src.po6
-rw-r--r--source/id/sd/source/ui/app.po47
-rw-r--r--source/id/svx/uiconfig/ui.po40
-rw-r--r--source/id/sw/source/ui/frmdlg.po41
-rw-r--r--source/id/vcl/uiconfig/ui.po76
-rw-r--r--source/is/cui/uiconfig/ui.po120
-rw-r--r--source/is/filter/source/config/fragments/filters.po332
-rw-r--r--source/is/framework/source/classes.po12
-rw-r--r--source/is/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/is/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/is/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/is/helpcontent2/source/text/shared/guide.po34
-rw-r--r--source/is/helpcontent2/source/text/swriter/01.po15
-rw-r--r--source/is/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/is/officecfg/registry/data/org/openoffice/Office/UI.po161
-rw-r--r--source/is/sc/source/ui/src.po7
-rw-r--r--source/is/sd/source/ui/app.po45
-rw-r--r--source/is/svx/uiconfig/ui.po38
-rw-r--r--source/is/sw/source/ui/frmdlg.po41
-rw-r--r--source/is/vcl/uiconfig/ui.po74
-rw-r--r--source/it/basic/source/classes.po156
-rw-r--r--source/it/cui/uiconfig/ui.po125
-rw-r--r--source/it/dbaccess/source/ui/dlg.po6
-rw-r--r--source/it/desktop/uiconfig/ui.po7
-rw-r--r--source/it/editeng/source/editeng.po6
-rw-r--r--source/it/filter/source/config/fragments/filters.po335
-rw-r--r--source/it/formula/source/core/resource.po6
-rw-r--r--source/it/fpicker/source/office.po8
-rw-r--r--source/it/fpicker/uiconfig/ui.po27
-rw-r--r--source/it/framework/source/classes.po20
-rw-r--r--source/it/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/it/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/it/helpcontent2/source/text/shared/explorer/database.po15
-rw-r--r--source/it/helpcontent2/source/text/shared/guide.po17
-rw-r--r--source/it/helpcontent2/source/text/swriter/01.po19
-rw-r--r--source/it/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/it/officecfg/registry/data/org/openoffice/Office.po7
-rw-r--r--source/it/officecfg/registry/data/org/openoffice/Office/UI.po470
-rw-r--r--source/it/readlicense_oo/docs.po7
-rw-r--r--source/it/sc/source/ui/StatisticsDialogs.po18
-rw-r--r--source/it/sc/source/ui/src.po76
-rw-r--r--source/it/sc/uiconfig/scalc/ui.po27
-rw-r--r--source/it/sd/source/ui/app.po49
-rw-r--r--source/it/sfx2/uiconfig/ui.po26
-rw-r--r--source/it/starmath/uiconfig/smath/ui.po6
-rw-r--r--source/it/svtools/source/dialogs.po8
-rw-r--r--source/it/svtools/source/misc.po22
-rw-r--r--source/it/svtools/uiconfig/ui.po20
-rw-r--r--source/it/svx/inc.po10
-rw-r--r--source/it/svx/source/dialog.po25
-rw-r--r--source/it/svx/source/svdraw.po6
-rw-r--r--source/it/svx/source/tbxctrls.po9
-rw-r--r--source/it/svx/uiconfig/ui.po45
-rw-r--r--source/it/sw/source/ui/app.po18
-rw-r--r--source/it/sw/source/ui/dochdl.po8
-rw-r--r--source/it/sw/source/ui/frmdlg.po42
-rw-r--r--source/it/sw/source/uibase/lingu.po7
-rw-r--r--source/it/sw/source/uibase/utlui.po40
-rw-r--r--source/it/vcl/uiconfig/ui.po74
-rw-r--r--source/it/wizards/source/formwizard.po7
-rw-r--r--source/ja/chart2/uiconfig/ui.po9
-rw-r--r--source/ja/cui/uiconfig/ui.po145
-rw-r--r--source/ja/dbaccess/source/ui/dlg.po8
-rw-r--r--source/ja/extensions/source/scanner.po12
-rw-r--r--source/ja/filter/source/config/fragments/filters.po335
-rw-r--r--source/ja/filter/uiconfig/ui.po8
-rw-r--r--source/ja/framework/source/classes.po12
-rw-r--r--source/ja/helpcontent2/source/text/scalc/01.po79
-rw-r--r--source/ja/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/ja/helpcontent2/source/text/shared/explorer/database.po19
-rw-r--r--source/ja/helpcontent2/source/text/shared/guide.po21
-rw-r--r--source/ja/helpcontent2/source/text/swriter/01.po17
-rw-r--r--source/ja/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/ja/instsetoo_native/inc_openoffice/windows/msi_languages.po6
-rw-r--r--source/ja/officecfg/registry/data/org/openoffice/Office/UI.po185
-rw-r--r--source/ja/sc/source/ui/drawfunc.po8
-rw-r--r--source/ja/sc/source/ui/src.po16
-rw-r--r--source/ja/sd/source/ui/app.po45
-rw-r--r--source/ja/svx/uiconfig/ui.po56
-rw-r--r--source/ja/sw/source/ui/app.po14
-rw-r--r--source/ja/sw/source/ui/frmdlg.po38
-rw-r--r--source/ja/sw/source/uibase/utlui.po7
-rw-r--r--source/ja/vcl/uiconfig/ui.po76
-rw-r--r--source/ka/cui/uiconfig/ui.po119
-rw-r--r--source/ka/filter/source/config/fragments/filters.po320
-rw-r--r--source/ka/framework/source/classes.po10
-rw-r--r--source/ka/helpcontent2/source/text/scalc/01.po48
-rw-r--r--source/ka/helpcontent2/source/text/shared/07.po13
-rw-r--r--source/ka/helpcontent2/source/text/shared/explorer/database.po78
-rw-r--r--source/ka/helpcontent2/source/text/shared/guide.po10
-rw-r--r--source/ka/helpcontent2/source/text/swriter/01.po20
-rw-r--r--source/ka/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/ka/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/ka/sc/source/ui/src.po4
-rw-r--r--source/ka/sd/source/ui/app.po45
-rw-r--r--source/ka/svx/uiconfig/ui.po38
-rw-r--r--source/ka/sw/source/ui/frmdlg.po41
-rw-r--r--source/ka/vcl/uiconfig/ui.po74
-rw-r--r--source/kk/basic/source/classes.po16
-rw-r--r--source/kk/cui/uiconfig/ui.po123
-rw-r--r--source/kk/dbaccess/source/ui/dlg.po6
-rw-r--r--source/kk/desktop/uiconfig/ui.po7
-rw-r--r--source/kk/filter/source/config/fragments/filters.po343
-rw-r--r--source/kk/filter/source/config/fragments/types.po9
-rw-r--r--source/kk/fpicker/source/office.po10
-rw-r--r--source/kk/fpicker/uiconfig/ui.po25
-rw-r--r--source/kk/framework/source/classes.po18
-rw-r--r--source/kk/officecfg/registry/data/org/openoffice/Office/UI.po167
-rw-r--r--source/kk/readlicense_oo/docs.po7
-rw-r--r--source/kk/sc/source/ui/src.po10
-rw-r--r--source/kk/sd/source/ui/app.po46
-rw-r--r--source/kk/sd/source/ui/view.po8
-rw-r--r--source/kk/svtools/source/dialogs.po6
-rw-r--r--source/kk/svx/inc.po8
-rw-r--r--source/kk/svx/uiconfig/ui.po38
-rw-r--r--source/kk/sw/source/ui/dochdl.po10
-rw-r--r--source/kk/sw/source/ui/frmdlg.po45
-rw-r--r--source/kk/vcl/uiconfig/ui.po74
-rw-r--r--source/km/cui/uiconfig/ui.po120
-rw-r--r--source/km/filter/source/config/fragments/filters.po332
-rw-r--r--source/km/framework/source/classes.po10
-rw-r--r--source/km/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/km/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/km/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/km/helpcontent2/source/text/shared/guide.po15
-rw-r--r--source/km/helpcontent2/source/text/swriter/01.po17
-rw-r--r--source/km/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/km/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/km/sc/source/ui/src.po4
-rw-r--r--source/km/sd/source/ui/app.po45
-rw-r--r--source/km/svx/uiconfig/ui.po38
-rw-r--r--source/km/sw/source/ui/frmdlg.po41
-rw-r--r--source/km/vcl/uiconfig/ui.po74
-rw-r--r--source/kmr-Latn/cui/uiconfig/ui.po119
-rw-r--r--source/kmr-Latn/filter/source/config/fragments/filters.po320
-rw-r--r--source/kmr-Latn/framework/source/classes.po10
-rw-r--r--source/kmr-Latn/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/kmr-Latn/sc/source/ui/src.po4
-rw-r--r--source/kmr-Latn/sd/source/ui/app.po45
-rw-r--r--source/kmr-Latn/svx/uiconfig/ui.po38
-rw-r--r--source/kmr-Latn/sw/source/ui/frmdlg.po41
-rw-r--r--source/kmr-Latn/vcl/uiconfig/ui.po74
-rw-r--r--source/kn/cui/uiconfig/ui.po120
-rw-r--r--source/kn/filter/source/config/fragments/filters.po327
-rw-r--r--source/kn/framework/source/classes.po10
-rw-r--r--source/kn/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/kn/sc/source/ui/src.po4
-rw-r--r--source/kn/sd/source/ui/app.po45
-rw-r--r--source/kn/svx/uiconfig/ui.po38
-rw-r--r--source/kn/sw/source/ui/frmdlg.po41
-rw-r--r--source/kn/vcl/uiconfig/ui.po74
-rw-r--r--source/ko/cui/uiconfig/ui.po194
-rw-r--r--source/ko/filter/source/config/fragments/filters.po333
-rw-r--r--source/ko/framework/source/classes.po10
-rw-r--r--source/ko/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/ko/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/ko/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/ko/helpcontent2/source/text/shared/guide.po15
-rw-r--r--source/ko/helpcontent2/source/text/swriter/01.po20
-rw-r--r--source/ko/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/ko/officecfg/registry/data/org/openoffice/Office.po107
-rw-r--r--source/ko/officecfg/registry/data/org/openoffice/Office/UI.po687
-rw-r--r--source/ko/sc/source/ui/src.po7
-rw-r--r--source/ko/sd/source/ui/app.po45
-rw-r--r--source/ko/svx/inc.po16
-rw-r--r--source/ko/svx/source/core.po11
-rw-r--r--source/ko/svx/source/engine3d.po13
-rw-r--r--source/ko/svx/source/gallery2.po10
-rw-r--r--source/ko/svx/source/src.po13
-rw-r--r--source/ko/svx/source/svdraw.po8
-rw-r--r--source/ko/svx/uiconfig/ui.po38
-rw-r--r--source/ko/sw/source/ui/frmdlg.po41
-rw-r--r--source/ko/vcl/uiconfig/ui.po74
-rw-r--r--source/kok/cui/uiconfig/ui.po119
-rw-r--r--source/kok/filter/source/config/fragments/filters.po323
-rw-r--r--source/kok/framework/source/classes.po10
-rw-r--r--source/kok/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/kok/sc/source/ui/src.po4
-rw-r--r--source/kok/sd/source/ui/app.po45
-rw-r--r--source/kok/svx/uiconfig/ui.po38
-rw-r--r--source/kok/sw/source/ui/frmdlg.po41
-rw-r--r--source/kok/vcl/uiconfig/ui.po74
-rw-r--r--source/ks/cui/uiconfig/ui.po122
-rw-r--r--source/ks/filter/source/config/fragments/filters.po323
-rw-r--r--source/ks/framework/source/classes.po10
-rw-r--r--source/ks/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/ks/sc/source/ui/src.po4
-rw-r--r--source/ks/sd/source/ui/app.po45
-rw-r--r--source/ks/svx/uiconfig/ui.po38
-rw-r--r--source/ks/sw/source/ui/frmdlg.po41
-rw-r--r--source/ks/vcl/uiconfig/ui.po74
-rw-r--r--source/lo/cui/uiconfig/ui.po119
-rw-r--r--source/lo/filter/source/config/fragments/filters.po320
-rw-r--r--source/lo/framework/source/classes.po10
-rw-r--r--source/lo/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/lo/sc/source/ui/src.po4
-rw-r--r--source/lo/sd/source/ui/app.po45
-rw-r--r--source/lo/svx/uiconfig/ui.po38
-rw-r--r--source/lo/sw/source/ui/frmdlg.po83
-rw-r--r--source/lo/vcl/uiconfig/ui.po74
-rw-r--r--source/lt/cui/uiconfig/ui.po120
-rw-r--r--source/lt/filter/source/config/fragments/filters.po332
-rw-r--r--source/lt/framework/source/classes.po10
-rw-r--r--source/lt/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/lt/sc/source/ui/src.po4
-rw-r--r--source/lt/sc/uiconfig/scalc/ui.po8
-rw-r--r--source/lt/sd/source/ui/app.po45
-rw-r--r--source/lt/svx/uiconfig/ui.po38
-rw-r--r--source/lt/sw/source/ui/frmdlg.po34
-rw-r--r--source/lt/vcl/uiconfig/ui.po78
-rw-r--r--source/lv/basic/source/classes.po127
-rw-r--r--source/lv/chart2/uiconfig/ui.po86
-rw-r--r--source/lv/cui/source/customize.po8
-rw-r--r--source/lv/cui/source/options.po8
-rw-r--r--source/lv/cui/source/tabpages.po7
-rw-r--r--source/lv/cui/uiconfig/ui.po153
-rw-r--r--source/lv/dictionaries/is.po8
-rw-r--r--source/lv/dictionaries/sv_SE.po9
-rw-r--r--source/lv/extras/source/autocorr/emoji.po5
-rw-r--r--source/lv/filter/source/config/fragments/filters.po340
-rw-r--r--source/lv/filter/source/config/fragments/types.po11
-rw-r--r--source/lv/formula/source/core/resource.po8
-rw-r--r--source/lv/framework/source/classes.po10
-rw-r--r--source/lv/officecfg/registry/data/org/openoffice/Office.po10
-rw-r--r--source/lv/officecfg/registry/data/org/openoffice/Office/UI.po255
-rw-r--r--source/lv/sc/source/ui/drawfunc.po9
-rw-r--r--source/lv/sc/source/ui/src.po16
-rw-r--r--source/lv/scaddins/source/analysis.po9
-rw-r--r--source/lv/sd/source/ui/animations.po9
-rw-r--r--source/lv/sd/source/ui/app.po45
-rw-r--r--source/lv/sfx2/uiconfig/ui.po24
-rw-r--r--source/lv/svtools/source/misc.po24
-rw-r--r--source/lv/svtools/uiconfig/ui.po22
-rw-r--r--source/lv/svx/source/dialog.po8
-rw-r--r--source/lv/svx/source/svdraw.po10
-rw-r--r--source/lv/svx/source/tbxctrls.po8
-rw-r--r--source/lv/svx/uiconfig/ui.po62
-rw-r--r--source/lv/sw/source/ui/app.po12
-rw-r--r--source/lv/sw/source/ui/frmdlg.po41
-rw-r--r--source/lv/sw/source/uibase/lingu.po9
-rw-r--r--source/lv/sw/source/uibase/utlui.po11
-rw-r--r--source/lv/sw/uiconfig/swriter/ui.po28
-rw-r--r--source/lv/vcl/uiconfig/ui.po74
-rw-r--r--source/mai/cui/uiconfig/ui.po122
-rw-r--r--source/mai/filter/source/config/fragments/filters.po323
-rw-r--r--source/mai/framework/source/classes.po10
-rw-r--r--source/mai/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/mai/sc/source/ui/src.po4
-rw-r--r--source/mai/sd/source/ui/app.po45
-rw-r--r--source/mai/svx/uiconfig/ui.po38
-rw-r--r--source/mai/sw/source/ui/frmdlg.po41
-rw-r--r--source/mai/vcl/uiconfig/ui.po74
-rw-r--r--source/mk/cui/uiconfig/ui.po122
-rw-r--r--source/mk/filter/source/config/fragments/filters.po323
-rw-r--r--source/mk/framework/source/classes.po10
-rw-r--r--source/mk/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/mk/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/mk/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/mk/helpcontent2/source/text/shared/guide.po15
-rw-r--r--source/mk/helpcontent2/source/text/swriter/01.po20
-rw-r--r--source/mk/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/mk/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/mk/sc/source/ui/src.po4
-rw-r--r--source/mk/sd/source/ui/app.po45
-rw-r--r--source/mk/svx/uiconfig/ui.po38
-rw-r--r--source/mk/sw/source/ui/frmdlg.po41
-rw-r--r--source/mk/vcl/uiconfig/ui.po74
-rw-r--r--source/ml/cui/uiconfig/ui.po121
-rw-r--r--source/ml/filter/source/config/fragments/filters.po323
-rw-r--r--source/ml/framework/source/classes.po10
-rw-r--r--source/ml/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/ml/sc/source/ui/src.po4
-rw-r--r--source/ml/sd/source/ui/app.po45
-rw-r--r--source/ml/svx/uiconfig/ui.po38
-rw-r--r--source/ml/sw/source/ui/frmdlg.po41
-rw-r--r--source/ml/vcl/uiconfig/ui.po74
-rw-r--r--source/mn/cui/uiconfig/ui.po122
-rw-r--r--source/mn/filter/source/config/fragments/filters.po323
-rw-r--r--source/mn/framework/source/classes.po10
-rw-r--r--source/mn/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/mn/sc/source/ui/src.po4
-rw-r--r--source/mn/sd/source/ui/app.po45
-rw-r--r--source/mn/svx/uiconfig/ui.po38
-rw-r--r--source/mn/sw/source/ui/frmdlg.po41
-rw-r--r--source/mn/vcl/uiconfig/ui.po74
-rw-r--r--source/mni/cui/uiconfig/ui.po119
-rw-r--r--source/mni/filter/source/config/fragments/filters.po323
-rw-r--r--source/mni/framework/source/classes.po10
-rw-r--r--source/mni/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/mni/sc/source/ui/src.po4
-rw-r--r--source/mni/sd/source/ui/app.po45
-rw-r--r--source/mni/svx/uiconfig/ui.po38
-rw-r--r--source/mni/sw/source/ui/frmdlg.po41
-rw-r--r--source/mni/vcl/uiconfig/ui.po74
-rw-r--r--source/mr/cui/uiconfig/ui.po120
-rw-r--r--source/mr/filter/source/config/fragments/filters.po320
-rw-r--r--source/mr/framework/source/classes.po10
-rw-r--r--source/mr/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/mr/sc/source/ui/src.po4
-rw-r--r--source/mr/sd/source/ui/app.po45
-rw-r--r--source/mr/svx/uiconfig/ui.po38
-rw-r--r--source/mr/sw/source/ui/frmdlg.po41
-rw-r--r--source/mr/vcl/uiconfig/ui.po74
-rw-r--r--source/my/cui/uiconfig/ui.po119
-rw-r--r--source/my/filter/source/config/fragments/filters.po323
-rw-r--r--source/my/framework/source/classes.po10
-rw-r--r--source/my/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/my/sc/source/ui/src.po4
-rw-r--r--source/my/sd/source/ui/app.po45
-rw-r--r--source/my/svx/uiconfig/ui.po38
-rw-r--r--source/my/sw/source/ui/frmdlg.po41
-rw-r--r--source/my/vcl/uiconfig/ui.po74
-rw-r--r--source/nb/cui/uiconfig/ui.po120
-rw-r--r--source/nb/filter/source/config/fragments/filters.po331
-rw-r--r--source/nb/framework/source/classes.po10
-rw-r--r--source/nb/helpcontent2/source/text/scalc/01.po78
-rw-r--r--source/nb/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/nb/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/nb/helpcontent2/source/text/shared/guide.po15
-rw-r--r--source/nb/helpcontent2/source/text/swriter/01.po20
-rw-r--r--source/nb/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/nb/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/nb/sc/source/ui/src.po4
-rw-r--r--source/nb/sd/source/ui/app.po45
-rw-r--r--source/nb/svx/uiconfig/ui.po38
-rw-r--r--source/nb/sw/source/ui/frmdlg.po41
-rw-r--r--source/nb/vcl/uiconfig/ui.po74
-rw-r--r--source/ne/basctl/source/basicide.po16
-rw-r--r--source/ne/connectivity/source/resource.po8
-rw-r--r--source/ne/cui/uiconfig/ui.po119
-rw-r--r--source/ne/dictionaries/en/dialog.po13
-rw-r--r--source/ne/filter/source/config/fragments/filters.po320
-rw-r--r--source/ne/framework/source/classes.po10
-rw-r--r--source/ne/helpcontent2/source/text/scalc/01.po97
-rw-r--r--source/ne/helpcontent2/source/text/sdraw/guide.po8
-rw-r--r--source/ne/helpcontent2/source/text/shared/01.po8
-rw-r--r--source/ne/helpcontent2/source/text/shared/02.po10
-rw-r--r--source/ne/helpcontent2/source/text/shared/07.po13
-rw-r--r--source/ne/helpcontent2/source/text/shared/explorer/database.po25
-rw-r--r--source/ne/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/ne/helpcontent2/source/text/simpress/02.po10
-rw-r--r--source/ne/helpcontent2/source/text/smath/01.po8
-rw-r--r--source/ne/helpcontent2/source/text/swriter/01.po18
-rw-r--r--source/ne/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/ne/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/ne/readlicense_oo/docs.po8
-rw-r--r--source/ne/sc/source/ui/src.po4
-rw-r--r--source/ne/sd/source/ui/annotations.po19
-rw-r--r--source/ne/sd/source/ui/app.po45
-rw-r--r--source/ne/sd/source/ui/view.po8
-rw-r--r--source/ne/svl/source/misc.po11
-rw-r--r--source/ne/svx/uiconfig/ui.po38
-rw-r--r--source/ne/sw/source/ui/frmdlg.po41
-rw-r--r--source/ne/swext/mediawiki/help.po13
-rw-r--r--source/ne/uui/source.po22
-rw-r--r--source/ne/vcl/uiconfig/ui.po74
-rw-r--r--source/nl/basic/source/classes.po148
-rw-r--r--source/nl/cui/uiconfig/ui.po123
-rw-r--r--source/nl/dbaccess/source/ui/dlg.po8
-rw-r--r--source/nl/desktop/uiconfig/ui.po5
-rw-r--r--source/nl/filter/source/config/fragments/filters.po335
-rw-r--r--source/nl/fpicker/source/office.po10
-rw-r--r--source/nl/fpicker/uiconfig/ui.po23
-rw-r--r--source/nl/framework/source/classes.po18
-rw-r--r--source/nl/helpcontent2/source/text/scalc/01.po175
-rw-r--r--source/nl/helpcontent2/source/text/shared/07.po13
-rw-r--r--source/nl/helpcontent2/source/text/shared/explorer/database.po18
-rw-r--r--source/nl/helpcontent2/source/text/shared/guide.po22
-rw-r--r--source/nl/helpcontent2/source/text/shared/optionen.po8
-rw-r--r--source/nl/helpcontent2/source/text/swriter/01.po25
-rw-r--r--source/nl/helpcontent2/source/text/swriter/guide.po10
-rw-r--r--source/nl/officecfg/registry/data/org/openoffice/Office/UI.po157
-rw-r--r--source/nl/readlicense_oo/docs.po9
-rw-r--r--source/nl/sc/source/ui/src.po10
-rw-r--r--source/nl/sd/source/ui/app.po46
-rw-r--r--source/nl/sd/source/ui/view.po6
-rw-r--r--source/nl/svtools/source/dialogs.po8
-rw-r--r--source/nl/svx/inc.po8
-rw-r--r--source/nl/svx/uiconfig/ui.po38
-rw-r--r--source/nl/sw/source/ui/dochdl.po10
-rw-r--r--source/nl/sw/source/ui/frmdlg.po41
-rw-r--r--source/nl/vcl/uiconfig/ui.po74
-rw-r--r--source/nn/cui/uiconfig/ui.po120
-rw-r--r--source/nn/filter/source/config/fragments/filters.po334
-rw-r--r--source/nn/framework/source/classes.po10
-rw-r--r--source/nn/helpcontent2/source/text/scalc/01.po65
-rw-r--r--source/nn/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/nn/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/nn/helpcontent2/source/text/shared/guide.po15
-rw-r--r--source/nn/helpcontent2/source/text/swriter/01.po38
-rw-r--r--source/nn/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/nn/officecfg/registry/data/org/openoffice/Office/UI.po162
-rw-r--r--source/nn/sc/source/ui/src.po7
-rw-r--r--source/nn/sd/source/ui/app.po47
-rw-r--r--source/nn/svx/uiconfig/ui.po38
-rw-r--r--source/nn/sw/source/ui/frmdlg.po42
-rw-r--r--source/nn/vcl/uiconfig/ui.po76
-rw-r--r--source/nr/cui/uiconfig/ui.po122
-rw-r--r--source/nr/filter/source/config/fragments/filters.po323
-rw-r--r--source/nr/framework/source/classes.po10
-rw-r--r--source/nr/officecfg/registry/data/org/openoffice/Office/UI.po157
-rw-r--r--source/nr/sc/source/ui/src.po4
-rw-r--r--source/nr/sd/source/ui/app.po45
-rw-r--r--source/nr/svx/uiconfig/ui.po38
-rw-r--r--source/nr/sw/source/ui/frmdlg.po43
-rw-r--r--source/nr/vcl/uiconfig/ui.po74
-rw-r--r--source/nso/cui/uiconfig/ui.po122
-rw-r--r--source/nso/filter/source/config/fragments/filters.po323
-rw-r--r--source/nso/framework/source/classes.po10
-rw-r--r--source/nso/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/nso/sc/source/ui/src.po4
-rw-r--r--source/nso/sd/source/ui/app.po45
-rw-r--r--source/nso/svx/uiconfig/ui.po38
-rw-r--r--source/nso/sw/source/ui/frmdlg.po41
-rw-r--r--source/nso/vcl/uiconfig/ui.po74
-rw-r--r--source/oc/cui/uiconfig/ui.po120
-rw-r--r--source/oc/filter/source/config/fragments/filters.po332
-rw-r--r--source/oc/framework/source/classes.po10
-rw-r--r--source/oc/officecfg/registry/data/org/openoffice/Office/UI.po164
-rw-r--r--source/oc/sc/source/ui/src.po5
-rw-r--r--source/oc/sd/source/ui/app.po45
-rw-r--r--source/oc/svx/uiconfig/ui.po38
-rw-r--r--source/oc/sw/source/ui/frmdlg.po34
-rw-r--r--source/oc/vcl/uiconfig/ui.po74
-rw-r--r--source/om/cui/uiconfig/ui.po122
-rw-r--r--source/om/filter/source/config/fragments/filters.po323
-rw-r--r--source/om/framework/source/classes.po10
-rw-r--r--source/om/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/om/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/om/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/om/helpcontent2/source/text/shared/guide.po15
-rw-r--r--source/om/helpcontent2/source/text/swriter/01.po20
-rw-r--r--source/om/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/om/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/om/sc/source/ui/src.po4
-rw-r--r--source/om/sd/source/ui/app.po45
-rw-r--r--source/om/svx/uiconfig/ui.po38
-rw-r--r--source/om/sw/source/ui/frmdlg.po41
-rw-r--r--source/om/vcl/uiconfig/ui.po74
-rw-r--r--source/or/avmedia/source/viewer.po9
-rw-r--r--source/or/basctl/uiconfig/basicide/ui.po34
-rw-r--r--source/or/basic/source/classes.po115
-rw-r--r--source/or/chart2/source/controller/dialogs.po12
-rw-r--r--source/or/cui/uiconfig/ui.po120
-rw-r--r--source/or/filter/source/config/fragments/filters.po331
-rw-r--r--source/or/framework/source/classes.po10
-rw-r--r--source/or/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/or/sc/source/ui/src.po4
-rw-r--r--source/or/sd/source/ui/app.po45
-rw-r--r--source/or/svx/uiconfig/ui.po38
-rw-r--r--source/or/sw/source/ui/frmdlg.po41
-rw-r--r--source/or/vcl/uiconfig/ui.po74
-rw-r--r--source/pa-IN/cui/uiconfig/ui.po119
-rw-r--r--source/pa-IN/filter/source/config/fragments/filters.po320
-rw-r--r--source/pa-IN/framework/source/classes.po10
-rw-r--r--source/pa-IN/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/pa-IN/sc/source/ui/src.po4
-rw-r--r--source/pa-IN/sd/source/ui/app.po45
-rw-r--r--source/pa-IN/svx/uiconfig/ui.po38
-rw-r--r--source/pa-IN/sw/source/ui/frmdlg.po42
-rw-r--r--source/pa-IN/vcl/uiconfig/ui.po74
-rw-r--r--source/pl/cui/uiconfig/ui.po120
-rw-r--r--source/pl/filter/source/config/fragments/filters.po332
-rw-r--r--source/pl/framework/source/classes.po10
-rw-r--r--source/pl/helpcontent2/source/text/scalc/00.po15
-rw-r--r--source/pl/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/pl/helpcontent2/source/text/schart.po11
-rw-r--r--source/pl/helpcontent2/source/text/schart/00.po12
-rw-r--r--source/pl/helpcontent2/source/text/schart/01.po27
-rw-r--r--source/pl/helpcontent2/source/text/sdraw.po11
-rw-r--r--source/pl/helpcontent2/source/text/shared.po8
-rw-r--r--source/pl/helpcontent2/source/text/shared/07.po16
-rw-r--r--source/pl/helpcontent2/source/text/shared/explorer/database.po15
-rw-r--r--source/pl/helpcontent2/source/text/shared/guide.po15
-rw-r--r--source/pl/helpcontent2/source/text/swriter/01.po17
-rw-r--r--source/pl/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/pl/officecfg/registry/data/org/openoffice/Office/UI.po165
-rw-r--r--source/pl/sc/source/ui/src.po7
-rw-r--r--source/pl/scaddins/source/analysis.po20
-rw-r--r--source/pl/sd/source/ui/app.po45
-rw-r--r--source/pl/svx/source/dialog.po23
-rw-r--r--source/pl/svx/source/svdraw.po8
-rw-r--r--source/pl/svx/uiconfig/ui.po40
-rw-r--r--source/pl/sw/source/ui/frmdlg.po42
-rw-r--r--source/pl/vcl/uiconfig/ui.po74
-rw-r--r--source/pt-BR/basic/source/classes.po174
-rw-r--r--source/pt-BR/cui/uiconfig/ui.po123
-rw-r--r--source/pt-BR/dbaccess/source/ui/dlg.po6
-rw-r--r--source/pt-BR/desktop/uiconfig/ui.po9
-rw-r--r--source/pt-BR/filter/source/config/fragments/filters.po335
-rw-r--r--source/pt-BR/fpicker/source/office.po8
-rw-r--r--source/pt-BR/fpicker/uiconfig/ui.po25
-rw-r--r--source/pt-BR/framework/source/classes.po18
-rw-r--r--source/pt-BR/helpcontent2/source/text/sbasic/shared.po20
-rw-r--r--source/pt-BR/helpcontent2/source/text/scalc/01.po170
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/00.po10
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/explorer/database.po18
-rw-r--r--source/pt-BR/helpcontent2/source/text/shared/guide.po20
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/01.po23
-rw-r--r--source/pt-BR/helpcontent2/source/text/swriter/guide.po10
-rw-r--r--source/pt-BR/officecfg/registry/data/org/openoffice/Office/UI.po159
-rw-r--r--source/pt-BR/readlicense_oo/docs.po7
-rw-r--r--source/pt-BR/sc/source/ui/src.po10
-rw-r--r--source/pt-BR/sd/source/ui/app.po44
-rw-r--r--source/pt-BR/sd/source/ui/view.po8
-rw-r--r--source/pt-BR/svtools/source/dialogs.po8
-rw-r--r--source/pt-BR/svx/inc.po8
-rw-r--r--source/pt-BR/svx/uiconfig/ui.po38
-rw-r--r--source/pt-BR/sw/source/ui/dochdl.po10
-rw-r--r--source/pt-BR/sw/source/ui/frmdlg.po42
-rw-r--r--source/pt-BR/vcl/uiconfig/ui.po74
-rw-r--r--source/pt/basic/source/classes.po216
-rw-r--r--source/pt/cui/uiconfig/ui.po125
-rw-r--r--source/pt/dbaccess/source/ui/dlg.po8
-rw-r--r--source/pt/desktop/uiconfig/ui.po9
-rw-r--r--source/pt/extensions/source/propctrlr.po6
-rw-r--r--source/pt/filter/source/config/fragments/filters.po337
-rw-r--r--source/pt/filter/uiconfig/ui.po12
-rw-r--r--source/pt/forms/source/resource.po12
-rw-r--r--source/pt/formula/source/core/resource.po4
-rw-r--r--source/pt/fpicker/source/office.po10
-rw-r--r--source/pt/fpicker/uiconfig/ui.po25
-rw-r--r--source/pt/framework/source/classes.po18
-rw-r--r--source/pt/helpcontent2/source/auxiliary.po6
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/shared.po28
-rw-r--r--source/pt/helpcontent2/source/text/sbasic/shared/02.po10
-rw-r--r--source/pt/helpcontent2/source/text/scalc.po8
-rw-r--r--source/pt/helpcontent2/source/text/scalc/01.po291
-rw-r--r--source/pt/helpcontent2/source/text/scalc/02.po6
-rw-r--r--source/pt/helpcontent2/source/text/scalc/05.po8
-rw-r--r--source/pt/helpcontent2/source/text/scalc/guide.po36
-rw-r--r--source/pt/helpcontent2/source/text/schart/01.po16
-rw-r--r--source/pt/helpcontent2/source/text/sdraw.po6
-rw-r--r--source/pt/helpcontent2/source/text/sdraw/guide.po6
-rw-r--r--source/pt/helpcontent2/source/text/shared/00.po24
-rw-r--r--source/pt/helpcontent2/source/text/shared/01.po387
-rw-r--r--source/pt/helpcontent2/source/text/shared/07.po18
-rw-r--r--source/pt/helpcontent2/source/text/shared/autopi.po6
-rw-r--r--source/pt/helpcontent2/source/text/shared/explorer/database.po20
-rw-r--r--source/pt/helpcontent2/source/text/shared/guide.po54
-rw-r--r--source/pt/helpcontent2/source/text/shared/optionen.po156
-rw-r--r--source/pt/helpcontent2/source/text/simpress.po16
-rw-r--r--source/pt/helpcontent2/source/text/simpress/00.po50
-rw-r--r--source/pt/helpcontent2/source/text/simpress/01.po133
-rw-r--r--source/pt/helpcontent2/source/text/simpress/guide.po8
-rw-r--r--source/pt/helpcontent2/source/text/swriter/00.po8
-rw-r--r--source/pt/helpcontent2/source/text/swriter/01.po299
-rw-r--r--source/pt/helpcontent2/source/text/swriter/02.po6
-rw-r--r--source/pt/helpcontent2/source/text/swriter/guide.po117
-rw-r--r--source/pt/officecfg/registry/data/org/openoffice.po8
-rw-r--r--source/pt/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/pt/officecfg/registry/data/org/openoffice/Office/UI.po177
-rw-r--r--source/pt/readlicense_oo/docs.po7
-rw-r--r--source/pt/reportdesign/source/ui/dlg.po6
-rw-r--r--source/pt/reportdesign/uiconfig/dbreport/ui.po6
-rw-r--r--source/pt/sc/source/ui/src.po18
-rw-r--r--source/pt/sc/uiconfig/scalc/ui.po6
-rw-r--r--source/pt/sd/source/ui/app.po50
-rw-r--r--source/pt/sd/source/ui/view.po8
-rw-r--r--source/pt/sd/uiconfig/simpress/ui.po8
-rw-r--r--source/pt/sfx2/source/dialog.po10
-rw-r--r--source/pt/svtools/source/dialogs.po6
-rw-r--r--source/pt/svtools/source/misc.po6
-rw-r--r--source/pt/svx/inc.po8
-rw-r--r--source/pt/svx/source/gallery2.po6
-rw-r--r--source/pt/svx/source/items.po6
-rw-r--r--source/pt/svx/source/src.po14
-rw-r--r--source/pt/svx/uiconfig/ui.po44
-rw-r--r--source/pt/sw/source/ui/app.po12
-rw-r--r--source/pt/sw/source/ui/dochdl.po8
-rw-r--r--source/pt/sw/source/ui/frmdlg.po34
-rw-r--r--source/pt/sw/source/uibase/utlui.po8
-rw-r--r--source/pt/sw/uiconfig/swriter/ui.po12
-rw-r--r--source/pt/vcl/source/src.po12
-rw-r--r--source/pt/vcl/uiconfig/ui.po74
-rw-r--r--source/pt/wizards/source/formwizard.po12
-rw-r--r--source/pt/wizards/source/importwizard.po12
-rw-r--r--source/ro/cui/uiconfig/ui.po120
-rw-r--r--source/ro/filter/source/config/fragments/filters.po333
-rw-r--r--source/ro/framework/source/classes.po10
-rw-r--r--source/ro/officecfg/registry/data/org/openoffice/Office/UI.po161
-rw-r--r--source/ro/sc/source/ui/src.po4
-rw-r--r--source/ro/sd/source/ui/app.po45
-rw-r--r--source/ro/svx/uiconfig/ui.po38
-rw-r--r--source/ro/sw/source/ui/frmdlg.po42
-rw-r--r--source/ro/vcl/uiconfig/ui.po74
-rw-r--r--source/ru/basic/source/classes.po130
-rw-r--r--source/ru/cui/uiconfig/ui.po125
-rw-r--r--source/ru/filter/source/config/fragments/filters.po335
-rw-r--r--source/ru/fpicker/source/office.po10
-rw-r--r--source/ru/fpicker/uiconfig/ui.po25
-rw-r--r--source/ru/framework/source/classes.po14
-rw-r--r--source/ru/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/ru/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/ru/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/ru/helpcontent2/source/text/shared/guide.po15
-rw-r--r--source/ru/helpcontent2/source/text/swriter/01.po17
-rw-r--r--source/ru/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/ru/officecfg/registry/data/org/openoffice/Office/UI.po170
-rw-r--r--source/ru/sc/source/ui/src.po8
-rw-r--r--source/ru/sd/source/ui/app.po48
-rw-r--r--source/ru/svtools/source/dialogs.po8
-rw-r--r--source/ru/svx/source/dialog.po8
-rw-r--r--source/ru/svx/source/svdraw.po6
-rw-r--r--source/ru/svx/uiconfig/ui.po44
-rw-r--r--source/ru/sw/source/ui/frmdlg.po41
-rw-r--r--source/ru/vcl/uiconfig/ui.po74
-rw-r--r--source/rw/cui/uiconfig/ui.po122
-rw-r--r--source/rw/filter/source/config/fragments/filters.po323
-rw-r--r--source/rw/framework/source/classes.po10
-rw-r--r--source/rw/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/rw/sc/source/ui/src.po4
-rw-r--r--source/rw/sd/source/ui/app.po45
-rw-r--r--source/rw/svx/uiconfig/ui.po38
-rw-r--r--source/rw/sw/source/ui/frmdlg.po41
-rw-r--r--source/rw/vcl/uiconfig/ui.po74
-rw-r--r--source/sa-IN/cui/uiconfig/ui.po119
-rw-r--r--source/sa-IN/filter/source/config/fragments/filters.po320
-rw-r--r--source/sa-IN/framework/source/classes.po10
-rw-r--r--source/sa-IN/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/sa-IN/sc/source/ui/src.po4
-rw-r--r--source/sa-IN/sd/source/ui/app.po45
-rw-r--r--source/sa-IN/svx/uiconfig/ui.po38
-rw-r--r--source/sa-IN/sw/source/ui/frmdlg.po41
-rw-r--r--source/sa-IN/vcl/uiconfig/ui.po74
-rw-r--r--source/sat/cui/uiconfig/ui.po119
-rw-r--r--source/sat/filter/source/config/fragments/filters.po320
-rw-r--r--source/sat/framework/source/classes.po10
-rw-r--r--source/sat/officecfg/registry/data/org/openoffice/Office/UI.po164
-rw-r--r--source/sat/sc/source/ui/src.po4
-rw-r--r--source/sat/sd/source/ui/app.po45
-rw-r--r--source/sat/svx/uiconfig/ui.po38
-rw-r--r--source/sat/sw/source/ui/frmdlg.po41
-rw-r--r--source/sat/vcl/uiconfig/ui.po74
-rw-r--r--source/sd/cui/uiconfig/ui.po119
-rw-r--r--source/sd/filter/source/config/fragments/filters.po323
-rw-r--r--source/sd/framework/source/classes.po10
-rw-r--r--source/sd/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/sd/sc/source/ui/src.po4
-rw-r--r--source/sd/sd/source/ui/app.po45
-rw-r--r--source/sd/svx/uiconfig/ui.po38
-rw-r--r--source/sd/sw/source/ui/frmdlg.po41
-rw-r--r--source/sd/vcl/uiconfig/ui.po74
-rw-r--r--source/si/cui/uiconfig/ui.po119
-rw-r--r--source/si/filter/source/config/fragments/filters.po323
-rw-r--r--source/si/framework/source/classes.po10
-rw-r--r--source/si/helpcontent2/source/text/scalc/01.po45
-rw-r--r--source/si/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/si/helpcontent2/source/text/shared/explorer/database.po54
-rw-r--r--source/si/helpcontent2/source/text/shared/guide.po10
-rw-r--r--source/si/helpcontent2/source/text/swriter/01.po15
-rw-r--r--source/si/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/si/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/si/sc/source/ui/src.po4
-rw-r--r--source/si/sd/source/ui/app.po45
-rw-r--r--source/si/svx/uiconfig/ui.po38
-rw-r--r--source/si/sw/source/ui/frmdlg.po41
-rw-r--r--source/si/vcl/uiconfig/ui.po74
-rw-r--r--source/sid/cui/uiconfig/ui.po119
-rw-r--r--source/sid/filter/source/config/fragments/filters.po320
-rw-r--r--source/sid/framework/source/classes.po10
-rw-r--r--source/sid/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/sid/sc/source/ui/src.po4
-rw-r--r--source/sid/sd/source/ui/app.po45
-rw-r--r--source/sid/svx/uiconfig/ui.po38
-rw-r--r--source/sid/sw/source/ui/frmdlg.po43
-rw-r--r--source/sid/vcl/uiconfig/ui.po74
-rw-r--r--source/sk/cui/uiconfig/ui.po120
-rw-r--r--source/sk/filter/source/config/fragments/filters.po332
-rw-r--r--source/sk/framework/source/classes.po10
-rw-r--r--source/sk/helpcontent2/source/text/scalc/01.po81
-rw-r--r--source/sk/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/sk/helpcontent2/source/text/shared/explorer/database.po15
-rw-r--r--source/sk/helpcontent2/source/text/shared/guide.po15
-rw-r--r--source/sk/helpcontent2/source/text/swriter/01.po20
-rw-r--r--source/sk/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/sk/officecfg/registry/data/org/openoffice/Office/UI.po165
-rw-r--r--source/sk/sc/source/ui/src.po5
-rw-r--r--source/sk/sd/source/ui/app.po45
-rw-r--r--source/sk/svx/uiconfig/ui.po38
-rw-r--r--source/sk/sw/source/ui/frmdlg.po41
-rw-r--r--source/sk/vcl/uiconfig/ui.po74
-rw-r--r--source/sq/cui/uiconfig/ui.po119
-rw-r--r--source/sq/filter/source/config/fragments/filters.po331
-rw-r--r--source/sq/framework/source/classes.po10
-rw-r--r--source/sq/helpcontent2/source/text/scalc/01.po258
-rw-r--r--source/sq/helpcontent2/source/text/shared/07.po13
-rw-r--r--source/sq/helpcontent2/source/text/shared/explorer/database.po12
-rw-r--r--source/sq/helpcontent2/source/text/shared/guide.po10
-rw-r--r--source/sq/helpcontent2/source/text/swriter/01.po18
-rw-r--r--source/sq/helpcontent2/source/text/swriter/guide.po14
-rw-r--r--source/sq/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/sq/sc/source/ui/src.po7
-rw-r--r--source/sq/sd/source/ui/app.po45
-rw-r--r--source/sq/sfx2/source/appl.po7
-rw-r--r--source/sq/svx/source/svdraw.po7
-rw-r--r--source/sq/svx/uiconfig/ui.po38
-rw-r--r--source/sq/sw/source/ui/frmdlg.po45
-rw-r--r--source/sq/vcl/uiconfig/ui.po74
-rw-r--r--source/ss/cui/uiconfig/ui.po119
-rw-r--r--source/ss/filter/source/config/fragments/filters.po323
-rw-r--r--source/ss/framework/source/classes.po10
-rw-r--r--source/ss/officecfg/registry/data/org/openoffice/Office/UI.po160
-rw-r--r--source/ss/sc/source/ui/src.po4
-rw-r--r--source/ss/sd/source/ui/app.po45
-rw-r--r--source/ss/svx/uiconfig/ui.po38
-rw-r--r--source/ss/sw/source/ui/frmdlg.po43
-rw-r--r--source/ss/vcl/uiconfig/ui.po74
-rw-r--r--source/st/cui/uiconfig/ui.po122
-rw-r--r--source/st/filter/source/config/fragments/filters.po323
-rw-r--r--source/st/framework/source/classes.po10
-rw-r--r--source/st/officecfg/registry/data/org/openoffice/Office/UI.po157
-rw-r--r--source/st/sc/source/ui/src.po4
-rw-r--r--source/st/sd/source/ui/app.po45
-rw-r--r--source/st/svx/uiconfig/ui.po38
-rw-r--r--source/st/sw/source/ui/frmdlg.po43
-rw-r--r--source/st/vcl/uiconfig/ui.po74
-rw-r--r--source/sv/avmedia/source/viewer.po9
-rw-r--r--source/sv/cui/source/options.po6
-rw-r--r--source/sv/cui/source/tabpages.po5
-rw-r--r--source/sv/cui/uiconfig/ui.po135
-rw-r--r--source/sv/dictionaries/is.po6
-rw-r--r--source/sv/dictionaries/sv_SE.po9
-rw-r--r--source/sv/editeng/source/editeng.po11
-rw-r--r--source/sv/filter/source/config/fragments/filters.po344
-rw-r--r--source/sv/filter/source/config/fragments/types.po9
-rw-r--r--source/sv/formula/source/core/resource.po6
-rw-r--r--source/sv/framework/source/classes.po10
-rw-r--r--source/sv/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/sv/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/sv/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/sv/helpcontent2/source/text/shared/guide.po15
-rw-r--r--source/sv/helpcontent2/source/text/swriter/01.po17
-rw-r--r--source/sv/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/sv/officecfg/registry/data/org/openoffice/Office/UI.po165
-rw-r--r--source/sv/sc/source/ui/src.po4
-rw-r--r--source/sv/sd/source/ui/app.po47
-rw-r--r--source/sv/sfx2/uiconfig/ui.po15
-rw-r--r--source/sv/svx/uiconfig/ui.po40
-rw-r--r--source/sv/sw/source/ui/frmdlg.po41
-rw-r--r--source/sv/vcl/uiconfig/ui.po74
-rw-r--r--source/sw-TZ/cui/uiconfig/ui.po122
-rw-r--r--source/sw-TZ/filter/source/config/fragments/filters.po323
-rw-r--r--source/sw-TZ/framework/source/classes.po10
-rw-r--r--source/sw-TZ/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/sw-TZ/sc/source/ui/src.po4
-rw-r--r--source/sw-TZ/sd/source/ui/app.po45
-rw-r--r--source/sw-TZ/svx/uiconfig/ui.po38
-rw-r--r--source/sw-TZ/sw/source/ui/frmdlg.po41
-rw-r--r--source/sw-TZ/vcl/uiconfig/ui.po74
-rw-r--r--source/ta/avmedia/source/viewer.po9
-rw-r--r--source/ta/chart2/uiconfig/ui.po28
-rw-r--r--source/ta/cui/uiconfig/ui.po122
-rw-r--r--source/ta/filter/source/config/fragments/filters.po333
-rw-r--r--source/ta/framework/source/classes.po10
-rw-r--r--source/ta/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/ta/sc/source/ui/src.po6
-rw-r--r--source/ta/sd/source/ui/app.po47
-rw-r--r--source/ta/sfx2/source/appl.po9
-rw-r--r--source/ta/svx/uiconfig/ui.po38
-rw-r--r--source/ta/sw/source/ui/frmdlg.po38
-rw-r--r--source/ta/vcl/uiconfig/ui.po74
-rw-r--r--source/te/cui/uiconfig/ui.po120
-rw-r--r--source/te/filter/source/config/fragments/filters.po323
-rw-r--r--source/te/framework/source/classes.po10
-rw-r--r--source/te/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/te/sc/source/ui/src.po4
-rw-r--r--source/te/sd/source/ui/app.po45
-rw-r--r--source/te/svx/uiconfig/ui.po38
-rw-r--r--source/te/sw/source/ui/frmdlg.po41
-rw-r--r--source/te/vcl/uiconfig/ui.po74
-rw-r--r--source/tg/cui/uiconfig/ui.po122
-rw-r--r--source/tg/filter/source/config/fragments/filters.po323
-rw-r--r--source/tg/framework/source/classes.po10
-rw-r--r--source/tg/helpcontent2/source/text/scalc/01.po90
-rw-r--r--source/tg/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/tg/helpcontent2/source/text/shared/explorer/database.po97
-rw-r--r--source/tg/helpcontent2/source/text/shared/guide.po16
-rw-r--r--source/tg/helpcontent2/source/text/swriter/01.po99
-rw-r--r--source/tg/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/tg/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/tg/sc/source/ui/src.po4
-rw-r--r--source/tg/sd/source/ui/app.po45
-rw-r--r--source/tg/svx/uiconfig/ui.po38
-rw-r--r--source/tg/sw/source/ui/frmdlg.po41
-rw-r--r--source/tg/vcl/uiconfig/ui.po74
-rw-r--r--source/th/cui/uiconfig/ui.po119
-rw-r--r--source/th/filter/source/config/fragments/filters.po320
-rw-r--r--source/th/framework/source/classes.po10
-rw-r--r--source/th/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/th/sc/source/ui/src.po4
-rw-r--r--source/th/sd/source/ui/app.po45
-rw-r--r--source/th/svx/uiconfig/ui.po38
-rw-r--r--source/th/sw/source/ui/frmdlg.po42
-rw-r--r--source/th/vcl/uiconfig/ui.po74
-rw-r--r--source/tn/cui/uiconfig/ui.po122
-rw-r--r--source/tn/filter/source/config/fragments/filters.po323
-rw-r--r--source/tn/framework/source/classes.po10
-rw-r--r--source/tn/officecfg/registry/data/org/openoffice/Office/UI.po151
-rw-r--r--source/tn/sc/source/ui/src.po4
-rw-r--r--source/tn/sd/source/ui/app.po42
-rw-r--r--source/tn/svx/uiconfig/ui.po38
-rw-r--r--source/tn/sw/source/ui/frmdlg.po43
-rw-r--r--source/tn/vcl/uiconfig/ui.po74
-rw-r--r--source/tr/cui/source/customize.po8
-rw-r--r--source/tr/cui/source/options.po8
-rw-r--r--source/tr/cui/source/tabpages.po8
-rw-r--r--source/tr/cui/uiconfig/ui.po146
-rw-r--r--source/tr/dbaccess/source/ui/dlg.po8
-rw-r--r--source/tr/editeng/source/editeng.po8
-rw-r--r--source/tr/filter/source/config/fragments/filters.po332
-rw-r--r--source/tr/framework/source/classes.po10
-rw-r--r--source/tr/helpcontent2/source/text/scalc.po6
-rw-r--r--source/tr/helpcontent2/source/text/scalc/01.po83
-rw-r--r--source/tr/helpcontent2/source/text/sdraw.po16
-rw-r--r--source/tr/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/tr/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/tr/helpcontent2/source/text/shared/guide.po15
-rw-r--r--source/tr/helpcontent2/source/text/swriter/01.po17
-rw-r--r--source/tr/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/tr/officecfg/registry/data/org/openoffice/Office/UI.po181
-rw-r--r--source/tr/sc/source/ui/src.po4
-rw-r--r--source/tr/sd/source/ui/app.po45
-rw-r--r--source/tr/svx/uiconfig/ui.po38
-rw-r--r--source/tr/sw/source/ui/frmdlg.po42
-rw-r--r--source/tr/vcl/uiconfig/ui.po74
-rw-r--r--source/ts/cui/uiconfig/ui.po122
-rw-r--r--source/ts/filter/source/config/fragments/filters.po323
-rw-r--r--source/ts/framework/source/classes.po10
-rw-r--r--source/ts/officecfg/registry/data/org/openoffice/Office/UI.po157
-rw-r--r--source/ts/sc/source/ui/src.po4
-rw-r--r--source/ts/sd/source/ui/app.po45
-rw-r--r--source/ts/svx/uiconfig/ui.po38
-rw-r--r--source/ts/sw/source/ui/frmdlg.po43
-rw-r--r--source/ts/vcl/uiconfig/ui.po74
-rw-r--r--source/ug/cui/uiconfig/ui.po119
-rw-r--r--source/ug/filter/source/config/fragments/filters.po323
-rw-r--r--source/ug/framework/source/classes.po10
-rw-r--r--source/ug/helpcontent2/source/text/scalc/01.po45
-rw-r--r--source/ug/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/ug/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/ug/helpcontent2/source/text/shared/guide.po10
-rw-r--r--source/ug/helpcontent2/source/text/swriter/01.po21
-rw-r--r--source/ug/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/ug/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/ug/sc/source/ui/src.po4
-rw-r--r--source/ug/sd/source/ui/app.po45
-rw-r--r--source/ug/svx/uiconfig/ui.po38
-rw-r--r--source/ug/sw/source/ui/frmdlg.po42
-rw-r--r--source/ug/vcl/uiconfig/ui.po74
-rw-r--r--source/uk/basic/source/classes.po364
-rw-r--r--source/uk/cui/uiconfig/ui.po125
-rw-r--r--source/uk/dbaccess/source/ui/dlg.po8
-rw-r--r--source/uk/dbaccess/source/ui/querydesign.po8
-rw-r--r--source/uk/desktop/uiconfig/ui.po9
-rw-r--r--source/uk/filter/source/config/fragments/filters.po337
-rw-r--r--source/uk/fpicker/source/office.po10
-rw-r--r--source/uk/fpicker/uiconfig/ui.po29
-rw-r--r--source/uk/framework/source/classes.po20
-rw-r--r--source/uk/helpcontent2/source/text/scalc.po132
-rw-r--r--source/uk/helpcontent2/source/text/scalc/01.po154
-rw-r--r--source/uk/helpcontent2/source/text/scalc/guide.po9
-rw-r--r--source/uk/helpcontent2/source/text/schart.po11
-rw-r--r--source/uk/helpcontent2/source/text/schart/00.po14
-rw-r--r--source/uk/helpcontent2/source/text/schart/01.po65
-rw-r--r--source/uk/helpcontent2/source/text/sdraw.po15
-rw-r--r--source/uk/helpcontent2/source/text/shared.po8
-rw-r--r--source/uk/helpcontent2/source/text/shared/00.po27
-rw-r--r--source/uk/helpcontent2/source/text/shared/01.po46
-rw-r--r--source/uk/helpcontent2/source/text/shared/02.po316
-rw-r--r--source/uk/helpcontent2/source/text/shared/07.po12
-rw-r--r--source/uk/helpcontent2/source/text/shared/explorer/database.po236
-rw-r--r--source/uk/helpcontent2/source/text/shared/guide.po106
-rw-r--r--source/uk/helpcontent2/source/text/shared/optionen.po9
-rw-r--r--source/uk/helpcontent2/source/text/simpress.po179
-rw-r--r--source/uk/helpcontent2/source/text/simpress/00.po76
-rw-r--r--source/uk/helpcontent2/source/text/simpress/01.po198
-rw-r--r--source/uk/helpcontent2/source/text/smath/00.po14
-rw-r--r--source/uk/helpcontent2/source/text/smath/01.po46
-rw-r--r--source/uk/helpcontent2/source/text/swriter.po154
-rw-r--r--source/uk/helpcontent2/source/text/swriter/00.po61
-rw-r--r--source/uk/helpcontent2/source/text/swriter/01.po108
-rw-r--r--source/uk/helpcontent2/source/text/swriter/02.po22
-rw-r--r--source/uk/helpcontent2/source/text/swriter/guide.po35
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice.po12
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice/Office.po6
-rw-r--r--source/uk/officecfg/registry/data/org/openoffice/Office/UI.po275
-rw-r--r--source/uk/readlicense_oo/docs.po9
-rw-r--r--source/uk/sc/source/ui/src.po12
-rw-r--r--source/uk/sd/source/ui/accessibility.po16
-rw-r--r--source/uk/sd/source/ui/app.po48
-rw-r--r--source/uk/sd/source/ui/view.po8
-rw-r--r--source/uk/sd/uiconfig/simpress/ui.po8
-rw-r--r--source/uk/svtools/source/dialogs.po8
-rw-r--r--source/uk/svx/inc.po8
-rw-r--r--source/uk/svx/uiconfig/ui.po40
-rw-r--r--source/uk/sw/source/core/undo.po12
-rw-r--r--source/uk/sw/source/ui/dochdl.po10
-rw-r--r--source/uk/sw/source/ui/frmdlg.po42
-rw-r--r--source/uk/vcl/uiconfig/ui.po74
-rw-r--r--source/uz/cui/uiconfig/ui.po124
-rw-r--r--source/uz/filter/source/config/fragments/filters.po325
-rw-r--r--source/uz/framework/source/classes.po10
-rw-r--r--source/uz/officecfg/registry/data/org/openoffice/Office/UI.po165
-rw-r--r--source/uz/sc/source/ui/src.po6
-rw-r--r--source/uz/sd/source/ui/app.po46
-rw-r--r--source/uz/svx/uiconfig/ui.po38
-rw-r--r--source/uz/sw/source/ui/frmdlg.po41
-rw-r--r--source/uz/vcl/uiconfig/ui.po76
-rw-r--r--source/ve/cui/uiconfig/ui.po122
-rw-r--r--source/ve/filter/source/config/fragments/filters.po323
-rw-r--r--source/ve/framework/source/classes.po10
-rw-r--r--source/ve/officecfg/registry/data/org/openoffice/Office/UI.po157
-rw-r--r--source/ve/sc/source/ui/src.po4
-rw-r--r--source/ve/sd/source/ui/app.po45
-rw-r--r--source/ve/svx/uiconfig/ui.po38
-rw-r--r--source/ve/sw/source/ui/frmdlg.po43
-rw-r--r--source/ve/vcl/uiconfig/ui.po74
-rw-r--r--source/vi/cui/uiconfig/ui.po119
-rw-r--r--source/vi/filter/source/config/fragments/filters.po320
-rw-r--r--source/vi/framework/source/classes.po10
-rw-r--r--source/vi/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/vi/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/vi/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/vi/helpcontent2/source/text/shared/guide.po10
-rw-r--r--source/vi/helpcontent2/source/text/swriter/01.po20
-rw-r--r--source/vi/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/vi/officecfg/registry/data/org/openoffice/Office/UI.po163
-rw-r--r--source/vi/sc/source/ui/src.po4
-rw-r--r--source/vi/sd/source/ui/app.po45
-rw-r--r--source/vi/svx/uiconfig/ui.po38
-rw-r--r--source/vi/sw/source/ui/frmdlg.po41
-rw-r--r--source/vi/vcl/uiconfig/ui.po74
-rw-r--r--source/xh/cui/uiconfig/ui.po122
-rw-r--r--source/xh/filter/source/config/fragments/filters.po320
-rw-r--r--source/xh/framework/source/classes.po10
-rw-r--r--source/xh/officecfg/registry/data/org/openoffice/Office/UI.po157
-rw-r--r--source/xh/sc/source/ui/src.po4
-rw-r--r--source/xh/sd/source/ui/app.po45
-rw-r--r--source/xh/svx/uiconfig/ui.po38
-rw-r--r--source/xh/sw/source/ui/frmdlg.po43
-rw-r--r--source/xh/vcl/uiconfig/ui.po74
-rw-r--r--source/zh-CN/cui/uiconfig/ui.po122
-rw-r--r--source/zh-CN/filter/source/config/fragments/filters.po332
-rw-r--r--source/zh-CN/framework/source/classes.po10
-rw-r--r--source/zh-CN/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/explorer/database.po15
-rw-r--r--source/zh-CN/helpcontent2/source/text/shared/guide.po17
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/01.po19
-rw-r--r--source/zh-CN/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/zh-CN/officecfg/registry/data/org/openoffice/Office/UI.po172
-rw-r--r--source/zh-CN/sc/source/ui/src.po7
-rw-r--r--source/zh-CN/sd/source/ui/app.po45
-rw-r--r--source/zh-CN/svx/uiconfig/ui.po38
-rw-r--r--source/zh-CN/sw/source/ui/frmdlg.po41
-rw-r--r--source/zh-CN/vcl/uiconfig/ui.po74
-rw-r--r--source/zh-TW/cui/uiconfig/ui.po120
-rw-r--r--source/zh-TW/filter/source/config/fragments/filters.po333
-rw-r--r--source/zh-TW/framework/source/classes.po12
-rw-r--r--source/zh-TW/helpcontent2/source/text/scalc/01.po75
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/07.po15
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/explorer/database.po13
-rw-r--r--source/zh-TW/helpcontent2/source/text/shared/guide.po15
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/01.po20
-rw-r--r--source/zh-TW/helpcontent2/source/text/swriter/guide.po11
-rw-r--r--source/zh-TW/officecfg/registry/data/org/openoffice/Office/UI.po169
-rw-r--r--source/zh-TW/sc/source/ui/src.po4
-rw-r--r--source/zh-TW/sd/source/ui/app.po45
-rw-r--r--source/zh-TW/svx/uiconfig/ui.po38
-rw-r--r--source/zh-TW/sw/source/ui/frmdlg.po41
-rw-r--r--source/zh-TW/vcl/uiconfig/ui.po76
-rw-r--r--source/zu/cui/uiconfig/ui.po119
-rw-r--r--source/zu/filter/source/config/fragments/filters.po323
-rw-r--r--source/zu/framework/source/classes.po10
-rw-r--r--source/zu/officecfg/registry/data/org/openoffice/Office/UI.po160
-rw-r--r--source/zu/sc/source/ui/src.po4
-rw-r--r--source/zu/sd/source/ui/app.po45
-rw-r--r--source/zu/svx/uiconfig/ui.po38
-rw-r--r--source/zu/sw/source/ui/frmdlg.po41
-rw-r--r--source/zu/vcl/uiconfig/ui.po74
1766 files changed, 44745 insertions, 72665 deletions
diff --git a/source/af/cui/uiconfig/ui.po b/source/af/cui/uiconfig/ui.po
index 697c2836e3c..0317bb25a59 100644
--- a/source/af/cui/uiconfig/ui.po
+++ b/source/af/cui/uiconfig/ui.po
@@ -3,7 +3,7 @@ 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: 2015-11-16 19:02+0100\n"
+"POT-Creation-Date: 2015-12-11 12:57+0100\n"
"PO-Revision-Date: 2015-08-25 15:23+0000\n"
"Last-Translator: system user <>\n"
"Language-Team: none\n"
@@ -11555,6 +11555,42 @@ msgstr ""
#: optonlineupdatepage.ui
msgctxt ""
"optonlineupdatepage.ui\n"
+"extrabits\n"
+"label\n"
+"string.text"
+msgid "_Send OS version & simple hardware info."
+msgstr ""
+
+#: optonlineupdatepage.ui
+msgctxt ""
+"optonlineupdatepage.ui\n"
+"extrabits\n"
+"tooltip_text\n"
+"string.text"
+msgid "This information lets us optimize for your hardware & OS."
+msgstr ""
+
+#: optonlineupdatepage.ui
+msgctxt ""
+"optonlineupdatepage.ui\n"
+"useragent_label\n"
+"label\n"
+"string.text"
+msgid "User Agent:"
+msgstr ""
+
+#: optonlineupdatepage.ui
+msgctxt ""
+"optonlineupdatepage.ui\n"
+"useragent_changed\n"
+"label\n"
+"string.text"
+msgid "Hit apply to update"
+msgstr ""
+
+#: optonlineupdatepage.ui
+msgctxt ""
+"optonlineupdatepage.ui\n"
"neverchecked\n"
"label\n"
"string.text"
@@ -11573,6 +11609,15 @@ msgstr ""
#: optopenclpage.ui
msgctxt ""
"optopenclpage.ui\n"
+"useswinterpreter\n"
+"label\n"
+"string.text"
+msgid "Allow use of Software Interpreter (even when OpenCL is not available)"
+msgstr ""
+
+#: optopenclpage.ui
+msgctxt ""
+"optopenclpage.ui\n"
"useopencl\n"
"label\n"
"string.text"
@@ -15635,15 +15680,6 @@ msgstr ""
#: slantcornertabpage.ui
msgctxt ""
"slantcornertabpage.ui\n"
-"controlx1\n"
-"text\n"
-"string.text"
-msgid "0.00"
-msgstr ""
-
-#: slantcornertabpage.ui
-msgctxt ""
-"slantcornertabpage.ui\n"
"label6\n"
"label\n"
"string.text"
@@ -15653,15 +15689,6 @@ msgstr ""
#: slantcornertabpage.ui
msgctxt ""
"slantcornertabpage.ui\n"
-"controly1\n"
-"text\n"
-"string.text"
-msgid "0.00"
-msgstr ""
-
-#: slantcornertabpage.ui
-msgctxt ""
-"slantcornertabpage.ui\n"
"label3\n"
"label\n"
"string.text"
@@ -15680,15 +15707,6 @@ msgstr ""
#: slantcornertabpage.ui
msgctxt ""
"slantcornertabpage.ui\n"
-"MTR_FLD_RADIUS\n"
-"text\n"
-"string.text"
-msgid "0.00"
-msgstr ""
-
-#: slantcornertabpage.ui
-msgctxt ""
-"slantcornertabpage.ui\n"
"label1\n"
"label\n"
"string.text"
@@ -15707,15 +15725,6 @@ msgstr ""
#: slantcornertabpage.ui
msgctxt ""
"slantcornertabpage.ui\n"
-"MTR_FLD_ANGLE\n"
-"text\n"
-"string.text"
-msgid "0.00"
-msgstr ""
-
-#: slantcornertabpage.ui
-msgctxt ""
-"slantcornertabpage.ui\n"
"label2\n"
"label\n"
"string.text"
@@ -15734,15 +15743,6 @@ msgstr ""
#: slantcornertabpage.ui
msgctxt ""
"slantcornertabpage.ui\n"
-"controlx2\n"
-"text\n"
-"string.text"
-msgid "0.00"
-msgstr ""
-
-#: slantcornertabpage.ui
-msgctxt ""
-"slantcornertabpage.ui\n"
"label7\n"
"label\n"
"string.text"
@@ -15752,15 +15752,6 @@ msgstr ""
#: slantcornertabpage.ui
msgctxt ""
"slantcornertabpage.ui\n"
-"controly2\n"
-"text\n"
-"string.text"
-msgid "0.00"
-msgstr ""
-
-#: slantcornertabpage.ui
-msgctxt ""
-"slantcornertabpage.ui\n"
"label8\n"
"label\n"
"string.text"
@@ -15906,6 +15897,24 @@ msgctxt ""
msgid "Characters:"
msgstr "Karakters:"
+#: specialcharacters.ui
+msgctxt ""
+"specialcharacters.ui\n"
+"decimallabel\n"
+"label\n"
+"string.text"
+msgid "Decimal:"
+msgstr ""
+
+#: specialcharacters.ui
+msgctxt ""
+"specialcharacters.ui\n"
+"hexlabel\n"
+"label\n"
+"string.text"
+msgid "Hexadecimal:"
+msgstr ""
+
#: spellingdialog.ui
msgctxt ""
"spellingdialog.ui\n"
diff --git a/source/af/filter/source/config/fragments/filters.po b/source/af/filter/source/config/fragments/filters.po
index 295832f878e..858c2c8aece 100644
--- a/source/af/filter/source/config/fragments/filters.po
+++ b/source/af/filter/source/config/fragments/filters.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-11-10 19:33+0100\n"
+"POT-Creation-Date: 2015-12-11 12:58+0100\n"
"PO-Revision-Date: 2015-08-25 15:50+0000\n"
"Last-Translator: system user <>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -61,33 +61,6 @@ msgctxt ""
msgid "BMP - Windows Bitmap"
msgstr ""
-#: Beagle_Works.xcu
-msgctxt ""
-"Beagle_Works.xcu\n"
-"Beagle_Works\n"
-"UIName\n"
-"value.text"
-msgid "BeagleWorks/WordPerfect Works v1 Text Document"
-msgstr ""
-
-#: Beagle_Works_Calc.xcu
-msgctxt ""
-"Beagle_Works_Calc.xcu\n"
-"Beagle_Works_Calc\n"
-"UIName\n"
-"value.text"
-msgid "BeagleWorks/WordPerfect Works v1 Spreadsheet"
-msgstr ""
-
-#: Beagle_Works_Draw.xcu
-msgctxt ""
-"Beagle_Works_Draw.xcu\n"
-"Beagle_Works_Draw\n"
-"UIName\n"
-"value.text"
-msgid "BeagleWorks/WordPerfect Works v1 Drawing"
-msgstr ""
-
#: BroadBand_eBook.xcu
msgctxt ""
"BroadBand_eBook.xcu\n"
@@ -106,15 +79,6 @@ msgctxt ""
msgid "CGM - Computer Graphics Metafile"
msgstr ""
-#: ClarisDraw.xcu
-msgctxt ""
-"ClarisDraw.xcu\n"
-"ClarisDraw\n"
-"UIName\n"
-"value.text"
-msgid "ClarisDraw"
-msgstr ""
-
#: ClarisWorks.xcu
msgctxt ""
"ClarisWorks.xcu\n"
@@ -196,15 +160,6 @@ msgctxt ""
msgid "DXF - AutoCAD Interchange Format"
msgstr ""
-#: DocMaker.xcu
-msgctxt ""
-"DocMaker.xcu\n"
-"DocMaker\n"
-"UIName\n"
-"value.text"
-msgid "DOCMaker (v4) Document"
-msgstr ""
-
#: EMF___MS_Windows_Metafile.xcu
msgctxt ""
"EMF___MS_Windows_Metafile.xcu\n"
@@ -241,15 +196,6 @@ msgctxt ""
msgid "Adobe/Macromedia Freehand"
msgstr ""
-#: FullWrite_Professional.xcu
-msgctxt ""
-"FullWrite_Professional.xcu\n"
-"FullWrite_Professional\n"
-"UIName\n"
-"value.text"
-msgid "FullWrite Professional Document"
-msgstr ""
-
#: GIF___Graphics_Interchange.xcu
msgctxt ""
"GIF___Graphics_Interchange.xcu\n"
@@ -259,33 +205,6 @@ msgctxt ""
msgid "GIF - Graphics Interchange Format"
msgstr ""
-#: Great_Works.xcu
-msgctxt ""
-"Great_Works.xcu\n"
-"Great_Works\n"
-"UIName\n"
-"value.text"
-msgid "GreatWorks Text Document"
-msgstr ""
-
-#: Great_Works_Calc.xcu
-msgctxt ""
-"Great_Works_Calc.xcu\n"
-"Great_Works_Calc\n"
-"UIName\n"
-"value.text"
-msgid "GreatWorks Spreadsheet"
-msgstr ""
-
-#: Great_Works_Draw.xcu
-msgctxt ""
-"Great_Works_Draw.xcu\n"
-"Great_Works_Draw\n"
-"UIName\n"
-"value.text"
-msgid "GreatWorks Drawing"
-msgstr ""
-
#: HTML.xcu
msgctxt ""
"HTML.xcu\n"
@@ -322,24 +241,6 @@ msgctxt ""
msgid "HTML Document (Writer)"
msgstr ""
-#: HanMac_Word_J.xcu
-msgctxt ""
-"HanMac_Word_J.xcu\n"
-"HanMac_Word_J\n"
-"UIName\n"
-"value.text"
-msgid "HanMac Word-J Document"
-msgstr ""
-
-#: HanMac_Word_K.xcu
-msgctxt ""
-"HanMac_Word_K.xcu\n"
-"HanMac_Word_K\n"
-"UIName\n"
-"value.text"
-msgid "HanMac Word-K Document"
-msgstr ""
-
#: JPG___JPEG.xcu
msgctxt ""
"JPG___JPEG.xcu\n"
@@ -349,15 +250,6 @@ msgctxt ""
msgid "JPEG - Joint Photographic Experts Group"
msgstr ""
-#: LightWayText.xcu
-msgctxt ""
-"LightWayText.xcu\n"
-"LightWayText\n"
-"UIName\n"
-"value.text"
-msgid "LightWayText for Mac v4.5"
-msgstr ""
-
#: Lotus.xcu
msgctxt ""
"Lotus.xcu\n"
@@ -608,103 +500,67 @@ msgctxt ""
msgid "Microsoft Write"
msgstr ""
-#: MacDoc.xcu
-msgctxt ""
-"MacDoc.xcu\n"
-"MacDoc\n"
-"UIName\n"
-"value.text"
-msgid "MacDoc v1 Document"
-msgstr ""
-
-#: MacDraft.xcu
-msgctxt ""
-"MacDraft.xcu\n"
-"MacDraft\n"
-"UIName\n"
-"value.text"
-msgid "MacDraft"
-msgstr ""
-
-#: MacDrawPro_Draw.xcu
-msgctxt ""
-"MacDrawPro_Draw.xcu\n"
-"MacDrawPro_Draw\n"
-"UIName\n"
-"value.text"
-msgid "MacDraw II"
-msgstr ""
-
-#: MacDraw_Draw.xcu
-msgctxt ""
-"MacDraw_Draw.xcu\n"
-"MacDraw_Draw\n"
-"UIName\n"
-"value.text"
-msgid "MacDraw (v0-v1)"
-msgstr ""
-
-#: MacPaint_Draw.xcu
+#: MWAW_Bitmap.xcu
msgctxt ""
-"MacPaint_Draw.xcu\n"
-"MacPaint_Draw\n"
+"MWAW_Bitmap.xcu\n"
+"MWAW_Bitmap\n"
"UIName\n"
"value.text"
-msgid "MacPaint (v1)"
+msgid "Legacy Mac Bitmap"
msgstr ""
-#: MacWrite.xcu
+#: MWAW_Database.xcu
msgctxt ""
-"MacWrite.xcu\n"
-"MacWrite\n"
+"MWAW_Database.xcu\n"
+"MWAW_Database\n"
"UIName\n"
"value.text"
-msgid "MacWrite Document"
+msgid "Legacy Mac Database"
msgstr ""
-#: MacWritePro.xcu
+#: MWAW_Drawing.xcu
msgctxt ""
-"MacWritePro.xcu\n"
-"MacWritePro\n"
+"MWAW_Drawing.xcu\n"
+"MWAW_Drawing\n"
"UIName\n"
"value.text"
-msgid "MacWriteII or MacWritePro Document"
+msgid "Legacy Mac Drawing"
msgstr ""
-#: Mac_Acta.xcu
+#: MWAW_Presentation.xcu
msgctxt ""
-"Mac_Acta.xcu\n"
-"Mac_Acta\n"
+"MWAW_Presentation.xcu\n"
+"MWAW_Presentation\n"
"UIName\n"
"value.text"
-msgid "Acta Mac Classic Document"
+msgid "Legacy Mac Presentation"
msgstr ""
-#: Mac_More.xcu
+#: MWAW_Spreadsheet.xcu
msgctxt ""
-"Mac_More.xcu\n"
-"Mac_More\n"
+"MWAW_Spreadsheet.xcu\n"
+"MWAW_Spreadsheet\n"
"UIName\n"
"value.text"
-msgid "More Mac v2-3 Document"
+msgid "Legacy Mac Spreadsheet"
msgstr ""
-#: Mac_RagTime.xcu
+#: MWAW_Text_Document.xcu
msgctxt ""
-"Mac_RagTime.xcu\n"
-"Mac_RagTime\n"
+"MWAW_Text_Document.xcu\n"
+"MWAW_Text_Document\n"
"UIName\n"
"value.text"
-msgid "RagTime Mac v2-5 Document"
+msgid "Legacy Mac Text Document"
msgstr ""
-#: Mac_Wingz_Calc.xcu
+#: MacWrite.xcu
msgctxt ""
-"Mac_Wingz_Calc.xcu\n"
-"Mac_Wingz_Calc\n"
+"MacWrite.xcu\n"
+"MacWrite\n"
"UIName\n"
"value.text"
-msgid "Wingz for Mac Document"
+msgid "MacWrite Document"
msgstr ""
#: Mac_Word.xcu
@@ -734,15 +590,6 @@ msgctxt ""
msgid "Microsoft Works for Mac Spreadsheet (v1 - v4)"
msgstr ""
-#: Mac_Works_Draw.xcu
-msgctxt ""
-"Mac_Works_Draw.xcu\n"
-"Mac_Works_Draw\n"
-"UIName\n"
-"value.text"
-msgid "Microsoft Works for Mac Drawing (v1 - v4)"
-msgstr ""
-
#: Mariner_Write.xcu
msgctxt ""
"Mariner_Write.xcu\n"
@@ -770,24 +617,6 @@ msgctxt ""
msgid "MathType3.x"
msgstr ""
-#: MindWrite.xcu
-msgctxt ""
-"MindWrite.xcu\n"
-"MindWrite\n"
-"UIName\n"
-"value.text"
-msgid "MindWrite Document"
-msgstr ""
-
-#: Nisus_Writer.xcu
-msgctxt ""
-"Nisus_Writer.xcu\n"
-"Nisus_Writer\n"
-"UIName\n"
-"value.text"
-msgid "Nisus Writer Mac Classic v3.4 - 6.5"
-msgstr ""
-
#: OOXML_Text.xcu
msgctxt ""
"OOXML_Text.xcu\n"
@@ -887,6 +716,16 @@ msgctxt ""
msgid "PalmDoc eBook"
msgstr ""
+#: Palm_Text_Document.xcu
+#, fuzzy
+msgctxt ""
+"Palm_Text_Document.xcu\n"
+"Palm_Text_Document\n"
+"UIName\n"
+"value.text"
+msgid "Palm Text Document"
+msgstr "ODF-teksdokument"
+
#: Plucker_eBook.xcu
msgctxt ""
"Plucker_eBook.xcu\n"
@@ -1067,15 +906,6 @@ msgctxt ""
msgid "OpenOffice.org 1.0 Text Document"
msgstr ""
-#: SuperPaint_Draw.xcu
-msgctxt ""
-"SuperPaint_Draw.xcu\n"
-"SuperPaint_Draw\n"
-"UIName\n"
-"value.text"
-msgid "SuperPaint (v1)"
-msgstr ""
-
#: T602Document.xcu
msgctxt ""
"T602Document.xcu\n"
@@ -1103,33 +933,6 @@ msgctxt ""
msgid "TIFF - Tagged Image File Format"
msgstr ""
-#: TeachText.xcu
-msgctxt ""
-"TeachText.xcu\n"
-"TeachText\n"
-"UIName\n"
-"value.text"
-msgid "TeachText/SimpleText v1 Document"
-msgstr ""
-
-#: TealDoc.xcu
-msgctxt ""
-"TealDoc.xcu\n"
-"TealDoc\n"
-"UIName\n"
-"value.text"
-msgid "TealDoc eBook"
-msgstr ""
-
-#: TexEdit.xcu
-msgctxt ""
-"TexEdit.xcu\n"
-"TexEdit\n"
-"UIName\n"
-"value.text"
-msgid "Tex-Edit v2 Document"
-msgstr ""
-
#: Text.xcu
msgctxt ""
"Text.xcu\n"
@@ -1274,15 +1077,6 @@ msgctxt ""
msgid "WriteNow Document"
msgstr ""
-#: WriterPlus.xcu
-msgctxt ""
-"WriterPlus.xcu\n"
-"WriterPlus\n"
-"UIName\n"
-"value.text"
-msgid "WriterPlus Document"
-msgstr ""
-
#: XBM___X_Consortium.xcu
msgctxt ""
"XBM___X_Consortium.xcu\n"
@@ -1301,15 +1095,6 @@ msgctxt ""
msgid "XPM - X PixMap"
msgstr ""
-#: ZWrite.xcu
-msgctxt ""
-"ZWrite.xcu\n"
-"ZWrite\n"
-"UIName\n"
-"value.text"
-msgid "Z-Write 1.3 Document"
-msgstr ""
-
#: calc8.xcu
msgctxt ""
"calc8.xcu\n"
@@ -1681,24 +1466,6 @@ msgctxt ""
msgid "XPM - X PixMap"
msgstr ""
-#: eDoc_Document.xcu
-msgctxt ""
-"eDoc_Document.xcu\n"
-"eDoc_Document\n"
-"UIName\n"
-"value.text"
-msgid "eDOC (v2) Document"
-msgstr ""
-
-#: eReader_eBook.xcu
-msgctxt ""
-"eReader_eBook.xcu\n"
-"eReader eBook\n"
-"UIName\n"
-"value.text"
-msgid "eReader eBook"
-msgstr ""
-
#: impress8.xcu
msgctxt ""
"impress8.xcu\n"
@@ -2206,12 +1973,3 @@ msgctxt ""
"value.text"
msgid "HTML Document Template"
msgstr "HTML-dokumentsjabloon"
-
-#: zTXT.xcu
-msgctxt ""
-"zTXT.xcu\n"
-"zTXT\n"
-"UIName\n"
-"value.text"
-msgid "zTXT eBook"
-msgstr ""
diff --git a/source/af/framework/source/classes.po b/source/af/framework/source/classes.po
index e39216b64b7..5cef3f5973b 100644
--- a/source/af/framework/source/classes.po
+++ b/source/af/framework/source/classes.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-08-25 12:34+0200\n"
+"POT-Creation-Date: 2015-12-11 12:58+0100\n"
"PO-Revision-Date: 2015-08-25 15:51+0000\n"
"Last-Translator: system user <>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -153,14 +153,6 @@ msgstr ""
#: resource.src
msgctxt ""
"resource.src\n"
-"STR_REMOTE_FILE\n"
-"string.text"
-msgid "Save Remote File..."
-msgstr ""
-
-#: resource.src
-msgctxt ""
-"resource.src\n"
"STR_REMOTE_TITLE\n"
"string.text"
msgid " (Remote)"
diff --git a/source/af/officecfg/registry/data/org/openoffice/Office/UI.po b/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
index 5accf67bc4b..d435857e639 100644
--- a/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
+++ b/source/af/officecfg/registry/data/org/openoffice/Office/UI.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-11-16 19:03+0100\n"
+"POT-Creation-Date: 2015-12-11 12:58+0100\n"
"PO-Revision-Date: 2015-08-25 17:18+0000\n"
"Last-Translator: system user <>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -6508,15 +6508,6 @@ msgstr "~Notasmeester"
#: DrawImpressCommands.xcu
msgctxt ""
"DrawImpressCommands.xcu\n"
-"..DrawImpressCommands.UserInterface.Commands..uno:TitleMasterPage\n"
-"Label\n"
-"value.text"
-msgid "~Title Slide Master"
-msgstr "~Titelskyfiemeester"
-
-#: DrawImpressCommands.xcu
-msgctxt ""
-"DrawImpressCommands.xcu\n"
"..DrawImpressCommands.UserInterface.Commands..uno:InsertPageQuick\n"
"Label\n"
"value.text"
@@ -7173,6 +7164,24 @@ msgid "Notes"
msgstr ""
#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:DisplayMode\n"
+"Label\n"
+"value.text"
+msgid "Display Mode"
+msgstr ""
+
+#: DrawImpressCommands.xcu
+msgctxt ""
+"DrawImpressCommands.xcu\n"
+"..DrawImpressCommands.UserInterface.Commands..uno:ToggleTabBarVisibility\n"
+"Label\n"
+"value.text"
+msgid "Toggle Tab bar visibility"
+msgstr ""
+
+#: DrawImpressCommands.xcu
#, fuzzy
msgctxt ""
"DrawImpressCommands.xcu\n"
@@ -11770,6 +11779,15 @@ msgstr ""
#: Effects.xcu
msgctxt ""
"Effects.xcu\n"
+"..Effects.UserInterface.TransitionSets.honeycomb\n"
+"Label\n"
+"value.text"
+msgid "Honeycomb"
+msgstr ""
+
+#: Effects.xcu
+msgctxt ""
+"Effects.xcu\n"
"..Effects.UserInterface.TransitionVariants.plain\n"
"Label\n"
"value.text"
@@ -14865,14 +14883,13 @@ msgid "Save..."
msgstr ""
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:GridMenu\n"
"Label\n"
"value.text"
-msgid "Gr~id"
-msgstr "Ro~oster"
+msgid "Gr~id and Helplines"
+msgstr ""
#: GenericCommands.xcu
#, fuzzy
@@ -14941,6 +14958,15 @@ msgstr ""
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:SaveAsRemote\n"
+"PopupLabel\n"
+"value.text"
+msgid "Save Remote File..."
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:CircleCut\n"
"Label\n"
"value.text"
@@ -15095,11 +15121,22 @@ msgid "Smooth Transition"
msgstr "Gladde oorgang"
#: GenericCommands.xcu
+#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:ToggleObjectBezierMode\n"
"Label\n"
"value.text"
+msgid "Edit Points"
+msgstr "Redigeer punte"
+
+#: GenericCommands.xcu
+#, fuzzy
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:ToggleObjectBezierMode\n"
+"ContextLabel\n"
+"value.text"
msgid "Poi~nts"
msgstr "Pu~nte"
@@ -15547,13 +15584,14 @@ msgid "Demote"
msgstr "Demoveer"
#: GenericCommands.xcu
+#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:OutlineFormat\n"
"Label\n"
"value.text"
msgid "Show Formatting"
-msgstr ""
+msgstr "Bladsyformatering"
#: GenericCommands.xcu
msgctxt ""
@@ -15737,14 +15775,13 @@ msgid "~Edit Style..."
msgstr ""
#: GenericCommands.xcu
-#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:StyleNewByExample\n"
"Label\n"
"value.text"
-msgid "~New Style from Selection..."
-msgstr "Nuwe styl uit seleksie"
+msgid "~New Style..."
+msgstr ""
#: GenericCommands.xcu
msgctxt ""
@@ -16608,6 +16645,36 @@ msgstr "~Vorms"
#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:ShapesLineMenu\n"
+"Label\n"
+"value.text"
+msgid "~Line"
+msgstr "Reël"
+
+#: GenericCommands.xcu
+#, fuzzy
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:ShapesBasicMenu\n"
+"Label\n"
+"value.text"
+msgid "~Basic"
+msgstr "Basies"
+
+#: GenericCommands.xcu
+#, fuzzy
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:ShapesSymbolMenu\n"
+"Label\n"
+"value.text"
+msgid "~Symbol"
+msgstr "Simbole"
+
+#: GenericCommands.xcu
+#, fuzzy
+msgctxt ""
+"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:RulerMenu\n"
"Label\n"
"value.text"
@@ -17747,15 +17814,6 @@ msgid "Flip Horizontally"
msgstr "Draai horisontaal"
#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Commands..uno:FlipHorizontal\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Flip the selected object horizontally."
-msgstr ""
-
-#: GenericCommands.xcu
#, fuzzy
msgctxt ""
"GenericCommands.xcu\n"
@@ -17768,15 +17826,6 @@ msgstr "Draai vertikaal"
#: GenericCommands.xcu
msgctxt ""
"GenericCommands.xcu\n"
-"..GenericCommands.UserInterface.Commands..uno:FlipVertical\n"
-"TooltipLabel\n"
-"value.text"
-msgid "Flip the selected object vertically."
-msgstr ""
-
-#: GenericCommands.xcu
-msgctxt ""
-"GenericCommands.xcu\n"
"..GenericCommands.UserInterface.Commands..uno:SwEditOptions\n"
"Label\n"
"value.text"
@@ -18737,8 +18786,17 @@ msgctxt ""
"..GenericCommands.UserInterface.Commands..uno:SwitchControlDesignMode\n"
"Label\n"
"value.text"
-msgid "Design Mode On/Off"
-msgstr "Ontwerpmodus aan/af"
+msgid "Toggle Design Mode"
+msgstr ""
+
+#: GenericCommands.xcu
+msgctxt ""
+"GenericCommands.xcu\n"
+"..GenericCommands.UserInterface.Commands..uno:SwitchControlDesignMode\n"
+"ContextLabel\n"
+"value.text"
+msgid "Design Mode"
+msgstr ""
#: GenericCommands.xcu
msgctxt ""
@@ -22429,7 +22487,16 @@ msgctxt ""
"..WriterCommands.UserInterface.Commands..uno:InsertMultiIndex\n"
"Label\n"
"value.text"
-msgid "Table of Contents or ~Index..."
+msgid "Insert Table of Contents, Index or Bibliography"
+msgstr ""
+
+#: WriterCommands.xcu
+msgctxt ""
+"WriterCommands.xcu\n"
+"..WriterCommands.UserInterface.Commands..uno:InsertMultiIndex\n"
+"ContextLabel\n"
+"value.text"
+msgid "Table of Contents, ~Index or Bibliography..."
msgstr ""
#: WriterCommands.xcu
@@ -23031,7 +23098,7 @@ msgstr "Voeg objek in"
#: WriterCommands.xcu
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Commands..uno:ObjectMenu\n"
+"..WriterCommands.UserInterface.Commands..uno:FormatObjectMenu\n"
"Label\n"
"value.text"
msgid "~Text Box and Shape"
@@ -23807,8 +23874,8 @@ msgctxt ""
"..WriterCommands.UserInterface.Commands..uno:AlignTop\n"
"Label\n"
"value.text"
-msgid "Align Top"
-msgstr "Bobelyn"
+msgid "Align Top to Anchor"
+msgstr ""
#: WriterCommands.xcu
msgctxt ""
@@ -23816,8 +23883,8 @@ msgctxt ""
"..WriterCommands.UserInterface.Commands..uno:AlignBottom\n"
"Label\n"
"value.text"
-msgid "Align Bottom"
-msgstr "Onderbelyn"
+msgid "Align Bottom to Anchor"
+msgstr ""
#: WriterCommands.xcu
msgctxt ""
@@ -23825,8 +23892,8 @@ msgctxt ""
"..WriterCommands.UserInterface.Commands..uno:AlignVerticalCenter\n"
"Label\n"
"value.text"
-msgid "Align Vertical Center"
-msgstr "Belyn na vertikale middel"
+msgid "Align Middle to Anchor"
+msgstr ""
#: WriterCommands.xcu
msgctxt ""
@@ -24117,8 +24184,8 @@ msgctxt ""
"..WriterCommands.UserInterface.Commands..uno:OptimizeTable\n"
"Label\n"
"value.text"
-msgid "Optimize"
-msgstr "Optimeer"
+msgid "Optimize Size"
+msgstr ""
#: WriterCommands.xcu
msgctxt ""
@@ -26124,7 +26191,7 @@ msgstr ""
#, fuzzy
msgctxt ""
"WriterCommands.xcu\n"
-"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Text Body&amp;FamilyName:string=ParagraphStyles\n"
+"..WriterCommands.UserInterface.Popups..uno:StyleApply?Style:string=Text body&amp;FamilyName:string=ParagraphStyles\n"
"Label\n"
"value.text"
msgid "Text Body"
diff --git a/source/af/sc/source/ui/src.po b/source/af/sc/source/ui/src.po
index 39a17d8f8d2..31d19c8976b 100644
--- a/source/af/sc/source/ui/src.po
+++ b/source/af/sc/source/ui/src.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-11-16 19:02+0100\n"
+"POT-Creation-Date: 2015-12-11 12:57+0100\n"
"PO-Revision-Date: 2015-08-25 17:32+0000\n"
"Last-Translator: system user <>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5758,7 +5758,7 @@ msgctxt ""
"RID_POPUP_ROWHEADER\n"
"FID_INS_ROWS_BEFORE\n"
"menuitem.text"
-msgid "Insert Rows A~bove"
+msgid "~Insert Rows Above"
msgstr ""
#: hdrcont.src
diff --git a/source/af/sd/source/ui/app.po b/source/af/sd/source/ui/app.po
index 1b584f00370..3fb2d201827 100644
--- a/source/af/sd/source/ui/app.po
+++ b/source/af/sd/source/ui/app.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-11-10 19:33+0100\n"
+"POT-Creation-Date: 2015-12-11 12:58+0100\n"
"PO-Revision-Date: 2015-08-25 17:34+0000\n"
"Last-Translator: system user <>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1899,22 +1899,33 @@ msgid "Close Polygon"
msgstr "Sluit veelhoek"
#: strings.src
+#, fuzzy
msgctxt ""
"strings.src\n"
-"STR_SLIDE_MODE\n"
+"STR_SLIDE_SORTER_MODE\n"
"string.text"
msgid "Slide Sorter"
msgstr "Skyfiesorteerder"
#: strings.src
+#, fuzzy
msgctxt ""
"strings.src\n"
-"STR_DRAW_MODE\n"
+"STR_NORMAL_MODE\n"
"string.text"
msgid "Normal"
msgstr "Normaal"
#: strings.src
+#, fuzzy
+msgctxt ""
+"strings.src\n"
+"STR_SLIDE_MASTER_MODE\n"
+"string.text"
+msgid "Slide Master"
+msgstr "Skyfiesorteerder"
+
+#: strings.src
msgctxt ""
"strings.src\n"
"STR_OUTLINE_MODE\n"
@@ -1933,7 +1944,16 @@ msgstr "Notas"
#: strings.src
msgctxt ""
"strings.src\n"
-"STR_HANDOUT_MODE\n"
+"STR_NOTES_MASTER_MODE\n"
+"string.text"
+msgid "Notes Master"
+msgstr ""
+
+#: strings.src
+#, fuzzy
+msgctxt ""
+"strings.src\n"
+"STR_HANDOUT_MASTER_MODE\n"
"string.text"
msgid "Handout"
msgstr "Uitdeelstuk"
@@ -2125,6 +2145,23 @@ msgstr "Nege skyfies"
#: strings.src
msgctxt ""
"strings.src\n"
+"STR_DISPLAYMODE_EDITMODES\n"
+"string.text"
+msgid "Edit Modes"
+msgstr ""
+
+#: strings.src
+#, fuzzy
+msgctxt ""
+"strings.src\n"
+"STR_DISPLAYMODE_MASTERMODES\n"
+"string.text"
+msgid "Master Modes"
+msgstr "Meesterbladsye"
+
+#: strings.src
+msgctxt ""
+"strings.src\n"
"STR_AUTOLAYOUT_NOTES\n"
"string.text"
msgid "Notes"
diff --git a/source/af/svx/uiconfig/ui.po b/source/af/svx/uiconfig/ui.po
index 042c39af053..7efe7933b58 100644
--- a/source/af/svx/uiconfig/ui.po
+++ b/source/af/svx/uiconfig/ui.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-11-16 19:02+0100\n"
+"POT-Creation-Date: 2015-12-11 12:58+0100\n"
"PO-Revision-Date: 2015-08-25 17:37+0000\n"
"Last-Translator: system user <>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -5771,6 +5771,42 @@ msgctxt ""
msgid "_Flip:"
msgstr ""
+#: sidebarpossize.ui
+msgctxt ""
+"sidebarpossize.ui\n"
+"flipvertical\n"
+"tooltip_markup\n"
+"string.text"
+msgid "Flip the selected object vertically."
+msgstr ""
+
+#: sidebarpossize.ui
+msgctxt ""
+"sidebarpossize.ui\n"
+"flipvertical\n"
+"tooltip_text\n"
+"string.text"
+msgid "Flip the selected object vertically."
+msgstr ""
+
+#: sidebarpossize.ui
+msgctxt ""
+"sidebarpossize.ui\n"
+"fliphorizontal\n"
+"tooltip_markup\n"
+"string.text"
+msgid "Flip the selected object horizontally."
+msgstr ""
+
+#: sidebarpossize.ui
+msgctxt ""
+"sidebarpossize.ui\n"
+"fliphorizontal\n"
+"tooltip_text\n"
+"string.text"
+msgid "Flip the selected object horizontally."
+msgstr ""
+
#: sidebarshadow.ui
msgctxt ""
"sidebarshadow.ui\n"
diff --git a/source/af/sw/source/ui/frmdlg.po b/source/af/sw/source/ui/frmdlg.po
index bceb55002f1..192ebb22207 100644
--- a/source/af/sw/source/ui/frmdlg.po
+++ b/source/af/sw/source/ui/frmdlg.po
@@ -3,50 +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:02+0200\n"
-"PO-Revision-Date: 2012-11-13 20:14+0000\n"
-"Last-Translator: dwayne <dwayne@translate.org.za>\n"
+"POT-Creation-Date: 2015-12-11 12:58+0100\n"
+"PO-Revision-Date: 2014-05-15 04:51+0000\n"
+"Last-Translator: system user <>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1352837663.0\n"
-
-#: frmui.src
-msgctxt ""
-"frmui.src\n"
-"STR_TOP\n"
-"string.text"
-msgid "~Top"
-msgstr "~Bokant"
-
-#: frmui.src
-msgctxt ""
-"frmui.src\n"
-"STR_BOTTOM\n"
-"string.text"
-msgid "~Bottom"
-msgstr "~Onderkant"
-
-#: frmui.src
-msgctxt ""
-"frmui.src\n"
-"STR_CENTER_VERT\n"
-"string.text"
-msgid "C~enter"
-msgstr "M~iddel"
-
-#: frmui.src
-msgctxt ""
-"frmui.src\n"
-"STR_CENTER_HORI\n"
-"string.text"
-msgid "~Center"
-msgstr "~Middel"
+"X-POOTLE-MTIME: 1400129502.000000\n"
#: frmui.src
msgctxt ""
diff --git a/source/af/vcl/uiconfig/ui.po b/source/af/vcl/uiconfig/ui.po
index 8a804a53ee0..a4685f5e6f6 100644
--- a/source/af/vcl/uiconfig/ui.po
+++ b/source/af/vcl/uiconfig/ui.po
@@ -3,7 +3,7 @@ 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: 2015-11-10 19:33+0100\n"
+"POT-Creation-Date: 2015-12-11 12:58+0100\n"
"PO-Revision-Date: 2015-06-16 11:44+0000\n"
"Last-Translator: system user <>\n"
"Language-Team: none\n"
@@ -106,78 +106,6 @@ msgctxt ""
msgid "Please choose a printer and try again."
msgstr ""
-#: notebookbar.ui
-msgctxt ""
-"notebookbar.ui\n"
-"label1\n"
-"label\n"
-"string.text"
-msgid "Home"
-msgstr ""
-
-#: notebookbar.ui
-msgctxt ""
-"notebookbar.ui\n"
-"label3\n"
-"label\n"
-"string.text"
-msgid "View"
-msgstr ""
-
-#: notebookbar.ui
-msgctxt ""
-"notebookbar.ui\n"
-"label4\n"
-"label\n"
-"string.text"
-msgid "Insert"
-msgstr ""
-
-#: notebookbar.ui
-msgctxt ""
-"notebookbar.ui\n"
-"label5\n"
-"label\n"
-"string.text"
-msgid "Format"
-msgstr ""
-
-#: notebookbar.ui
-msgctxt ""
-"notebookbar.ui\n"
-"label6\n"
-"label\n"
-"string.text"
-msgid "Table"
-msgstr ""
-
-#: notebookbar.ui
-msgctxt ""
-"notebookbar.ui\n"
-"label7\n"
-"label\n"
-"string.text"
-msgid "Tools"
-msgstr ""
-
-#: notebookbar.ui
-msgctxt ""
-"notebookbar.ui\n"
-"label8\n"
-"label\n"
-"string.text"
-msgid "Window"
-msgstr ""
-
-#: notebookbar.ui
-msgctxt ""
-"notebookbar.ui\n"
-"label9\n"
-"label\n"
-"string.text"
-msgid "Help"
-msgstr ""
-
#: printdialog.ui
#, fuzzy
msgctxt ""
diff --git a/source/am/cui/uiconfig/ui.po b/source/am/cui/uiconfig/ui.po
index 7e512e0c012..9e1073d3a96 100644
--- a/source/am/cui/uiconfig/ui.po
+++ b/source/am/cui/uiconfig/ui.po
@@ -3,7 +3,7 @@ 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: 2015-11-16 19:02+0100\n"
+"POT-Creation-Date: 2015-12-11 12:57+0100\n"
"PO-Revision-Date: 2015-12-01 01:00+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: none\n"
@@ -11375,6 +11375,42 @@ msgstr "መቀ_የሪያ..."
#: optonlineupdatepage.ui
msgctxt ""
"optonlineupdatepage.ui\n"
+"extrabits\n"
+"label\n"
+"string.text"
+msgid "_Send OS version & simple hardware info."
+msgstr ""
+
+#: optonlineupdatepage.ui
+msgctxt ""
+"optonlineupdatepage.ui\n"
+"extrabits\n"
+"tooltip_text\n"
+"string.text"
+msgid "This information lets us optimize for your hardware & OS."
+msgstr ""
+
+#: optonlineupdatepage.ui
+msgctxt ""
+"optonlineupdatepage.ui\n"
+"useragent_label\n"
+"label\n"
+"string.text"
+msgid "User Agent:"
+msgstr ""
+
+#: optonlineupdatepage.ui
+msgctxt ""
+"optonlineupdatepage.ui\n"
+"useragent_changed\n"
+"label\n"
+"string.text"
+msgid "Hit apply to update"
+msgstr ""
+
+#: optonlineupdatepage.ui
+msgctxt ""
+"optonlineupdatepage.ui\n"
"neverchecked\n"
"label\n"
"string.text"
@@ -11391,6 +11427,15 @@ msgid "Online Update Options"
msgstr "በመስመር ላይ የማሻሻያ ምርጫ"
#: optopenclpage.ui
+msgctxt ""
+"optopenclpage.ui\n"
+"useswinterpreter\n"
+"label\n"
+"string.text"
+msgid "Allow use of Software Interpreter (even when OpenCL is not available)"
+msgstr ""
+
+#: optopenclpage.ui
#, fuzzy
msgctxt ""
"optopenclpage.ui\n"
@@ -15433,15 +15478,6 @@ msgstr "_X:"
#: slantcornertabpage.ui
msgctxt ""
"slantcornertabpage.ui\n"
-"controlx1\n"
-"text\n"
-"string.text"
-msgid "0.00"
-msgstr "0.00"
-
-#: slantcornertabpage.ui
-msgctxt ""
-"slantcornertabpage.ui\n"
"label6\n"
"label\n"
"string.text"
@@ -15451,15 +15487,6 @@ msgstr "_Y:"
#: slantcornertabpage.ui
msgctxt ""
"slantcornertabpage.ui\n"
-"controly1\n"
-"text\n"
-"string.text"
-msgid "0.00"
-msgstr "0.00"
-
-#: slantcornertabpage.ui
-msgctxt ""
-"slantcornertabpage.ui\n"
"label3\n"
"label\n"
"string.text"
@@ -15478,15 +15505,6 @@ msgstr ""
#: slantcornertabpage.ui
msgctxt ""
"slantcornertabpage.ui\n"
-"MTR_FLD_RADIUS\n"
-"text\n"
-"string.text"
-msgid "0.00"
-msgstr "0.00"
-
-#: slantcornertabpage.ui
-msgctxt ""
-"slantcornertabpage.ui\n"
"label1\n"
"label\n"
"string.text"
@@ -15505,15 +15523,6 @@ msgstr "_አንግል:"
#: slantcornertabpage.ui
msgctxt ""
"slantcornertabpage.ui\n"
-"MTR_FLD_ANGLE\n"
-"text\n"
-"string.text"
-msgid "0.00"
-msgstr "0.00"
-
-#: slantcornertabpage.ui
-msgctxt ""
-"slantcornertabpage.ui\n"
"label2\n"
"label\n"
"string.text"
@@ -15532,15 +15541,6 @@ msgstr "_X:"
#: slantcornertabpage.ui
msgctxt ""
"slantcornertabpage.ui\n"
-"controlx2\n"
-"text\n"
-"string.text"
-msgid "0.00"
-msgstr "0.00"
-
-#: slantcornertabpage.ui
-msgctxt ""
-"slantcornertabpage.ui\n"
"label7\n"
"label\n"
"string.text"
@@ -15550,15 +15550,6 @@ msgstr "_Y:"
#: slantcornertabpage.ui
msgctxt ""
"slantcornertabpage.ui\n"
-"controly2\n"
-"text\n"
-"string.text"
-msgid "0.00"
-msgstr "0.00"
-
-#: slantcornertabpage.ui
-msgctxt ""
-"slantcornertabpage.ui\n"
"label8\n"
"label\n"
"string.text"
@@ -15705,6 +15696,25 @@ msgctxt ""
msgid "Characters:"
msgstr "ባህሪዎች :"
+#: specialcharacters.ui
+#, fuzzy
+msgctxt ""
+"specialcharacters.ui\n"
+"decimallabel\n"
+"label\n"
+"string.text"
+msgid "Decimal:"
+msgstr "ዴሲ_ማል"
+
+#: specialcharacters.ui
+msgctxt ""
+"specialcharacters.ui\n"
+"hexlabel\n"
+"label\n"
+"string.text"
+msgid "Hexadecimal:"
+msgstr ""
+
#: spellingdialog.ui
msgctxt ""
"spellingdialog.ui\n"
diff --git a/source/am/filter/source/config/fragments/filters.po b/source/am/filter/source/config/fragments/filters.po
index d13a3965f83..cd8fab79b0c 100644
--- a/source/am/filter/source/config/fragments/filters.po
+++ b/source/am/filter/source/config/fragments/filters.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-11-10 19:33+0100\n"
+"POT-Creation-Date: 2015-12-11 12:58+0100\n"
"PO-Revision-Date: 2015-11-11 16:40+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -61,33 +61,6 @@ msgctxt ""
msgid "BMP - Windows Bitmap"
msgstr "BMP - Windows Bitmap"
-#: Beagle_Works.xcu
-msgctxt ""
-"Beagle_Works.xcu\n"
-"Beagle_Works\n"
-"UIName\n"
-"value.text"
-msgid "BeagleWorks/WordPerfect Works v1 Text Document"
-msgstr "BeagleWorks/WordPerfect Works v1 Text Document"
-
-#: Beagle_Works_Calc.xcu
-msgctxt ""
-"Beagle_Works_Calc.xcu\n"
-"Beagle_Works_Calc\n"
-"UIName\n"
-"value.text"
-msgid "BeagleWorks/WordPerfect Works v1 Spreadsheet"
-msgstr "BeagleWorks/WordPerfect Works v1 Spreadsheet"
-
-#: Beagle_Works_Draw.xcu
-msgctxt ""
-"Beagle_Works_Draw.xcu\n"
-"Beagle_Works_Draw\n"
-"UIName\n"
-"value.text"
-msgid "BeagleWorks/WordPerfect Works v1 Drawing"
-msgstr "BeagleWorks/WordPerfect Works v1 Drawing"
-
#: BroadBand_eBook.xcu
msgctxt ""
"BroadBand_eBook.xcu\n"
@@ -106,15 +79,6 @@ msgctxt ""
msgid "CGM - Computer Graphics Metafile"
msgstr "CGM - Computer Graphics Metafile"
-#: ClarisDraw.xcu
-msgctxt ""
-"ClarisDraw.xcu\n"
-"ClarisDraw\n"
-"UIName\n"
-"value.text"
-msgid "ClarisDraw"
-msgstr "ClarisDraw"
-
#: ClarisWorks.xcu
msgctxt ""
"ClarisWorks.xcu\n"
@@ -196,15 +160,6 @@ msgctxt ""
msgid "DXF - AutoCAD Interchange Format"
msgstr "DXF - AutoCAD Interchange Format"
-#: DocMaker.xcu
-msgctxt ""
-"DocMaker.xcu\n"
-"DocMaker\n"
-"UIName\n"
-"value.text"
-msgid "DOCMaker (v4) Document"
-msgstr "DOCMaker (v4) Document"
-
#: EMF___MS_Windows_Metafile.xcu
msgctxt ""
"EMF___MS_Windows_Metafile.xcu\n"
@@ -241,15 +196,6 @@ msgctxt ""
msgid "Adobe/Macromedia Freehand"
msgstr "Adobe/Macromedia Freehand"
-#: FullWrite_Professional.xcu
-msgctxt ""
-"FullWrite_Professional.xcu\n"
-"FullWrite_Professional\n"
-"UIName\n"
-"value.text"
-msgid "FullWrite Professional Document"
-msgstr "FullWrite Professional Document"
-
#: GIF___Graphics_Interchange.xcu
msgctxt ""
"GIF___Graphics_Interchange.xcu\n"
@@ -259,33 +205,6 @@ msgctxt ""
msgid "GIF - Graphics Interchange Format"
msgstr "GIF - Graphics Interchange Format"
-#: Great_Works.xcu
-msgctxt ""
-"Great_Works.xcu\n"
-"Great_Works\n"
-"UIName\n"
-"value.text"
-msgid "GreatWorks Text Document"
-msgstr "GreatWorks Text Document"
-
-#: Great_Works_Calc.xcu
-msgctxt ""
-"Great_Works_Calc.xcu\n"
-"Great_Works_Calc\n"
-"UIName\n"
-"value.text"
-msgid "GreatWorks Spreadsheet"
-msgstr "GreatWorks Spreadsheet"
-
-#: Great_Works_Draw.xcu
-msgctxt ""
-"Great_Works_Draw.xcu\n"
-"Great_Works_Draw\n"
-"UIName\n"
-"value.text"
-msgid "GreatWorks Drawing"
-msgstr "GreatWorks Drawing"
-
#: HTML.xcu
msgctxt ""
"HTML.xcu\n"
@@ -322,24 +241,6 @@ msgctxt ""
msgid "HTML Document (Writer)"
msgstr "HTML Document (መጻፊያ)"
-#: HanMac_Word_J.xcu
-msgctxt ""
-"HanMac_Word_J.xcu\n"
-"HanMac_Word_J\n"
-"UIName\n"
-"value.text"
-msgid "HanMac Word-J Document"
-msgstr "HanMac Word-J Document"
-
-#: HanMac_Word_K.xcu
-msgctxt ""
-"HanMac_Word_K.xcu\n"
-"HanMac_Word_K\n"
-"UIName\n"
-"value.text"
-msgid "HanMac Word-K Document"
-msgstr "HanMac Word-K Document"
-
#: JPG___JPEG.xcu
msgctxt ""
"JPG___JPEG.xcu\n"
@@ -349,15 +250,6 @@ msgctxt ""
msgid "JPEG - Joint Photographic Experts Group"
msgstr "JPEG - Joint Photographic Experts Group"
-#: LightWayText.xcu
-msgctxt ""
-"LightWayText.xcu\n"
-"LightWayText\n"
-"UIName\n"
-"value.text"
-msgid "LightWayText for Mac v4.5"
-msgstr "LightWayText for Mac v4.5"
-
#: Lotus.xcu
msgctxt ""
"Lotus.xcu\n"
@@ -601,50 +493,59 @@ msgctxt ""
msgid "Microsoft Write"
msgstr "Microsoft Write"
-#: MacDoc.xcu
+#: MWAW_Bitmap.xcu
msgctxt ""
-"MacDoc.xcu\n"
-"MacDoc\n"
+"MWAW_Bitmap.xcu\n"
+"MWAW_Bitmap\n"
"UIName\n"
"value.text"
-msgid "MacDoc v1 Document"
-msgstr "MacDoc v1 Document"
+msgid "Legacy Mac Bitmap"
+msgstr ""
-#: MacDraft.xcu
+#: MWAW_Database.xcu
msgctxt ""
-"MacDraft.xcu\n"
-"MacDraft\n"
+"MWAW_Database.xcu\n"
+"MWAW_Database\n"
"UIName\n"
"value.text"
-msgid "MacDraft"
-msgstr "MacDraft"
+msgid "Legacy Mac Database"
+msgstr ""
-#: MacDrawPro_Draw.xcu
+#: MWAW_Drawing.xcu
msgctxt ""
-"MacDrawPro_Draw.xcu\n"
-"MacDrawPro_Draw\n"
+"MWAW_Drawing.xcu\n"
+"MWAW_Drawing\n"
"UIName\n"
"value.text"
-msgid "MacDraw II"
-msgstr "MacDraw II"
+msgid "Legacy Mac Drawing"
+msgstr ""
+
+#: MWAW_Presentation.xcu
+msgctxt ""
+"MWAW_Presentation.xcu\n"
+"MWAW_Presentation\n"
+"UIName\n"
+"value.text"
+msgid "Legacy Mac Presentation"
+msgstr ""
-#: MacDraw_Draw.xcu
+#: MWAW_Spreadsheet.xcu
msgctxt ""
-"MacDraw_Draw.xcu\n"
-"MacDraw_Draw\n"
+"MWAW_Spreadsheet.xcu\n"
+"MWAW_Spreadsheet\n"
"UIName\n"
"value.text"
-msgid "MacDraw (v0-v1)"
-msgstr "MacDraw (v0-v1)"
+msgid "Legacy Mac Spreadsheet"
+msgstr ""
-#: MacPaint_Draw.xcu
+#: MWAW_Text_Document.xcu
msgctxt ""
-"MacPaint_Draw.xcu\n"
-"MacPaint_Draw\n"
+"MWAW_Text_Document.xcu\n"
+"MWAW_Text_Document\n"
"UIName\n"
"value.text"
-msgid "MacPaint (v1)"
-msgstr "MacPaint (v1)"
+msgid "Legacy Mac Text Document"
+msgstr ""
#: MacWrite.xcu
msgctxt ""
@@ -655,51 +556,6 @@ msgctxt ""
msgid "MacWrite Document"
msgstr "MacWrite Document"
-#: MacWritePro.xcu
-msgctxt ""
-"MacWritePro.xcu\n"
-"MacWritePro\n"
-"UIName\n"
-"value.text"
-msgid "MacWriteII or MacWritePro Document"
-msgstr "MacWriteII or MacWritePro Document"
-
-#: Mac_Acta.xcu
-msgctxt ""
-"Mac_Acta.xcu\n"
-"Mac_Acta\n"
-"UIName\n"
-"value.text"
-msgid "Acta Mac Classic Document"
-msgstr "Acta Mac Classic Document"
-
-#: Mac_More.xcu
-msgctxt ""
-"Mac_More.xcu\n"
-"Mac_More\n"
-"UIName\n"
-"value.text"
-msgid "More Mac v2-3 Document"
-msgstr "More Mac v2-3 Document"
-
-#: Mac_RagTime.xcu
-msgctxt ""
-"Mac_RagTime.xcu\n"
-"Mac_RagTime\n"
-"UIName\n"
-"value.text"
-msgid "RagTime Mac v2-5 Document"
-msgstr "RagTime Mac v2-5 Document"
-
-#: Mac_Wingz_Calc.xcu
-msgctxt ""
-"Mac_Wingz_Calc.xcu\n"
-"Mac_Wingz_Calc\n"
-"UIName\n"
-"value.text"
-msgid "Wingz for Mac Document"
-msgstr "Wingz for Mac Document"
-
#: Mac_Word.xcu
msgctxt ""
"Mac_Word.xcu\n"
@@ -727,15 +583,6 @@ msgctxt ""
msgid "Microsoft Works for Mac Spreadsheet (v1 - v4)"
msgstr "Microsoft Works for Mac Spreadsheet (v1 - v4)"
-#: Mac_Works_Draw.xcu
-msgctxt ""
-"Mac_Works_Draw.xcu\n"
-"Mac_Works_Draw\n"
-"UIName\n"
-"value.text"
-msgid "Microsoft Works for Mac Drawing (v1 - v4)"
-msgstr "Microsoft Works for Mac Drawing (v1 - v4)"
-
#: Mariner_Write.xcu
msgctxt ""
"Mariner_Write.xcu\n"
@@ -763,24 +610,6 @@ msgctxt ""
msgid "MathType3.x"
msgstr "MathType3.x"
-#: MindWrite.xcu
-msgctxt ""
-"MindWrite.xcu\n"
-"MindWrite\n"
-"UIName\n"
-"value.text"
-msgid "MindWrite Document"
-msgstr "MindWrite Document"
-
-#: Nisus_Writer.xcu
-msgctxt ""
-"Nisus_Writer.xcu\n"
-"Nisus_Writer\n"
-"UIName\n"
-"value.text"
-msgid "Nisus Writer Mac Classic v3.4 - 6.5"
-msgstr "Nisus Writer Mac Classic v3.4 - 6.5"
-
#: OOXML_Text.xcu
msgctxt ""
"OOXML_Text.xcu\n"
@@ -880,6 +709,16 @@ msgctxt ""
msgid "PalmDoc eBook"
msgstr "PalmDoc eBook"
+#: Palm_Text_Document.xcu
+#, fuzzy
+msgctxt ""
+"Palm_Text_Document.xcu\n"
+"Palm_Text_Document\n"
+"UIName\n"
+"value.text"
+msgid "Palm Text Document"
+msgstr "ODF የጽሁፍ ሰነድ"
+
#: Plucker_eBook.xcu
msgctxt ""
"Plucker_eBook.xcu\n"
@@ -1060,15 +899,6 @@ msgctxt ""
msgid "OpenOffice.org 1.0 Text Document"
msgstr "OpenOffice.org 1.0 የጽሁፍ ሰነድ"
-#: SuperPaint_Draw.xcu
-msgctxt ""
-"SuperPaint_Draw.xcu\n"
-"SuperPaint_Draw\n"
-"UIName\n"
-"value.text"
-msgid "SuperPaint (v1)"
-msgstr "SuperPaint (v1)"
-
#: T602Document.xcu
msgctxt ""
"T602Document.xcu\n"
@@ -1096,33 +926,6 @@ msgctxt ""
msgid "TIFF - Tagged Image File Format"
msgstr "TIFF - Tagged Image File Format"
-#: TeachText.xcu
-msgctxt ""
-"TeachText.xcu\n"
-"TeachText\n"
-"UIName\n"
-"value.text"
-msgid "TeachText/SimpleText v1 Document"
-msgstr "TeachText/SimpleText v1 Document"
-
-#: TealDoc.xcu
-msgctxt ""
-"TealDoc.xcu\n"
-"TealDoc\n"
-"UIName\n"
-"value.text"
-msgid "TealDoc eBook"
-msgstr "TealDoc eBook"
-
-#: TexEdit.xcu
-msgctxt ""
-"TexEdit.xcu\n"
-"TexEdit\n"
-"UIName\n"
-"value.text"
-msgid "Tex-Edit v2 Document"
-msgstr "Tex-Edit v2 Document"
-
#: Text.xcu
msgctxt ""
"Text.xcu\n"
@@ -1267,15 +1070,6 @@ msgctxt ""
msgid "WriteNow Document"
msgstr "WriteNow Document"
-#: WriterPlus.xcu
-msgctxt ""
-"WriterPlus.xcu\n"
-"WriterPlus\n"
-"UIName\n"
-"value.text"
-msgid "WriterPlus Document"
-msgstr "WriterPlus Document"
-
#: XBM___X_Consortium.xcu
msgctxt ""
"XBM___X_Consortium.xcu\n"
@@ -1294,15 +1088,6 @@ msgctxt ""
msgid "XPM - X PixMap"
msgstr "XPM - X PixMap"
-#: ZWrite.xcu
-msgctxt ""
-"ZWrite.xcu\n"
-"ZWrite\n"
-"UIName\n"
-"value.text"
-msgid "Z-Write 1.3 Document"
-msgstr "Z-Write 1.3 Document"
-
#: calc8.xcu
msgctxt ""
"calc8.xcu\n"
@@ -1672,24 +1457,6 @@ msgctxt ""
msgid "XPM - X PixMap"
msgstr "XPM - X PixMap"
-#: eDoc_Document.xcu
-msgctxt ""
-"eDoc_Document.xcu\n"
-"eDoc_Document\n"
-"UIName\n"
-"value.text"
-msgid "eDOC (v2) Document"
-msgstr "eDOC (v2) Document"
-
-#: eReader_eBook.xcu
-msgctxt ""
-"eReader_eBook.xcu\n"
-"eReader eBook\n"
-"UIName\n"
-"value.text"
-msgid "eReader eBook"
-msgstr "eReader eBook"
-
#: impress8.xcu
msgctxt ""
"impress8.xcu\n"
@@ -2193,12 +1960,3 @@ msgctxt ""
"value.text"
msgid "HTML Document Template"
msgstr "HTML Document Template"
-
-#: zTXT.xcu
-msgctxt ""
-"zTXT.xcu\n"
-"zTXT\n"
-"UIName\n"
-"value.text"
-msgid "zTXT eBook"
-msgstr "zTXT eBook"
diff --git a/source/am/framework/source/classes.po b/source/am/framework/source/classes.po
index 9b5c2507cba..7e2e433e4a4 100644
--- a/source/am/framework/source/classes.po
+++ b/source/am/framework/source/classes.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-08-25 12:34+0200\n"
+"POT-Creation-Date: 2015-12-11 12:58+0100\n"
"PO-Revision-Date: 2015-09-20 22:13+0000\n"
"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -153,14 +153,6 @@ msgstr "የ ሩቅ ፋይል መክፈቻ"
#: resource.src
msgctxt ""
"resource.src\n"
-"STR_REMOTE_FILE\n"
-"string.text"
-msgid "Save Remote File..."
-msgstr "የ ሩቅ ፋይል ማስቀመጫ..."
-
-#: resource.src
-msgctxt ""
-"resource.src\n"
"STR_REMOTE_TITLE\n"
"string.text"
msgid " (Remote)"
diff --git a/source/am/helpcontent2/source/text/scalc/01.po b/source/am/helpcontent2/source/text/scalc/01.po
index 133993fe99e..7070688443b 100644
--- a/source/am/helpcontent2/source/text/scalc/01.po
+++ b/source/am/helpcontent2/source/text/scalc/01.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: 2015-11-16 19:02+0100\n"
-"PO-Revision-Date: 2015-11-20 16:40+0000\n"
+"POT-Creation-Date: 2015-12-11 12:58+0100\n"
+"PO-Revision-Date: 2015-12-12 18: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-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1448037620.000000\n"
+"X-POOTLE-MTIME: 1449945604.000000\n"
#: 01120000.xhp
msgctxt ""
@@ -52455,7 +52455,7 @@ msgctxt ""
"par_id3150043\n"
"help.text"
msgid "<image id=\"img_id3159267\" src=\"sc/res/fx.png\"><alt id=\"alt_id3159267\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3159267\" src=\"sc/res/fx.png\"><alt id=\"alt_id3159267\">ምልክት</alt></image>"
#: 04080000.xhp
msgctxt ""
@@ -52782,7 +52782,7 @@ msgctxt ""
"4\n"
"help.text"
msgid "<link href=\"text/scalc/01/05030200.xhp\" name=\"Optimal Height\">Optimal Height</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/05030200.xhp\" name=\"Optimal Height\">አጥጋቢ እርዝመት</link>"
#: 05030200.xhp
msgctxt ""
@@ -54177,7 +54177,7 @@ msgctxt ""
"par_id3150751\n"
"help.text"
msgid "<image id=\"img_id3153714\" src=\"sc/res/sf01.png\"><alt id=\"alt_id3153714\">Icon</alt></image>"
-msgstr ""
+msgstr "<image id=\"img_id3153714\" src=\"sc/res/sf01.png\"><alt id=\"alt_id3153714\">ምልክት</alt></image>"
#: 05100000.xhp
msgctxt ""
@@ -55245,7 +55245,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/scalc/01/06030100.xhp\" name=\"Trace Precedents\">Trace Precedents</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/06030100.xhp\" name=\"Trace Precedents\">ደንብ ፈልጎ ማግኛ</link>"
#: 06030100.xhp
msgctxt ""
@@ -55331,7 +55331,7 @@ msgctxt ""
"1\n"
"help.text"
msgid "<link href=\"text/scalc/01/06030300.xhp\" name=\"Trace Dependents\">Trace Dependents</link>"
-msgstr ""
+msgstr "<link href=\"text/scalc/01/06030300.xhp\" name=\"Trace Dependents\">ጥገኞች ፈልጎ ማግኛ</link>"
#: 06030300.xhp
msgctxt ""
@@ -61734,14 +61734,6 @@ msgstr ""
#: ful_func.xhp
msgctxt ""
"ful_func.xhp\n"
-"tit\n"
-"help.text"
-msgid "Frequently Used Lexemes"
-msgstr ""
-
-#: ful_func.xhp
-msgctxt ""
-"ful_func.xhp\n"
"hd_id126511265112651\n"
"help.text"
msgid "Syntax"
@@ -61760,7 +61752,7 @@ msgctxt ""
"ful_func.xhp\n"
"par_id2595283314097\n"
"help.text"
-msgid "<variable id=\"func_im_comp_numb\"><emph>Complex_number</emph> is a complex number that is entered in the form \"a+bi\" or \"a+bj\", or is the result of a string operation with other functions, cell references, or expressed by concatenating (&) other strings, resulting in a string in the form \"a+bi\" or \"a+bj\".</variable>"
+msgid "<variable id=\"func_im_comp_numb\">A <emph>complex number</emph> is a string expression resulting in the form \"a+bi\" or \"a+bj\", where a and b are numbers.</variable>"
msgstr ""
#: ful_func.xhp
@@ -61768,7 +61760,7 @@ msgctxt ""
"ful_func.xhp\n"
"par_id26516178768369\n"
"help.text"
-msgid "<variable id=\"func_im_real_numb\">If <emph>Complex_number</emph> is actually a real number (b=0), then it can be either a string expression or a number value.</variable>"
+msgid "<variable id=\"func_im_real_numb\">If the <emph>complex number</emph> is actually a real number (b=0), then it can be either a string expression or a number value.</variable>"
msgstr ""
#: ful_func.xhp
@@ -61790,14 +61782,6 @@ msgstr ""
#: ful_func.xhp
msgctxt ""
"ful_func.xhp\n"
-"par_id962376762132\n"
-"help.text"
-msgid "<variable id=\"func_define_complex\"><emph>Complex_number</emph> - A string representing a complex number, a real number in either string or number format, or a reference to a cell containing a number</variable>"
-msgstr ""
-
-#: ful_func.xhp
-msgctxt ""
-"ful_func.xhp\n"
"par_id962376732432\n"
"help.text"
msgid "<variable id=\"func_imag_zero\">The imaginary part is equal to zero, so it is not displayed in the result.</variable>"
@@ -62477,7 +62461,7 @@ msgctxt ""
"par_id2509201519230832\n"
"help.text"
msgid "<item type=\"input\">=AVERAGEIF(B2:B6;\">\"&SMALL(B2:B6;1))</item>"
-msgstr ""
+msgstr "<item type=\"input\">=AVERAGEIF(B2:B6;\">\"&SMALL(B2:B6;1))</item>"
#: func_averageif.xhp
msgctxt ""
@@ -62517,7 +62501,7 @@ msgctxt ""
"par_id2509201519315535\n"
"help.text"
msgid "<item type=\"input\">=AVERAGEIF(B2:B6;\">\"&MIN(B2:B6);C2:C6)</item>"
-msgstr ""
+msgstr "<item type=\"input\">=AVERAGEIF(B2:B6;\">\"&MIN(B2:B6);C2:C6)</item>"
#: func_averageif.xhp
msgctxt ""
@@ -62533,7 +62517,7 @@ msgctxt ""
"par_id2509201519315547\n"
"help.text"
msgid "<item type=\"input\">=AVERAGEIF(B2:B6;\"<\"&LARGE(B2:B6;2);C2:C6)</item>"
-msgstr ""
+msgstr "<item type=\"input\">=AVERAGEIF(B2:B6;\"<\"&LARGE(B2:B6;2);C2:C6)</item>"
#: func_averageif.xhp
msgctxt ""
@@ -62586,12 +62570,13 @@ msgid "The function searches what cells from the range A2:A6 begin with “pen
msgstr ""
#: func_averageif.xhp
+#, fuzzy
msgctxt ""
"func_averageif.xhp\n"
"par_id2509201519361352\n"
"help.text"
msgid "<item type=\"input\">=AVERAGEIF(A2:A6;\".*book.*\";B2:B6)</item>"
-msgstr ""
+msgstr "<item type=\"input\">=AVERAGEIF(A2:A6;\"pen.*\";B2:B6)</item>"
#: func_averageif.xhp
msgctxt ""
@@ -62623,7 +62608,7 @@ msgctxt ""
"par_id134941261230060\n"
"help.text"
msgid "<item type=\"input\">=AVERAGEIF(A2:A6;\".*\"&E2&\".*\";B2:B6)</item>"
-msgstr ""
+msgstr "<item type=\"input\">=AVERAGEIF(A2:A6;\".*\"&E2&\".*\";B2:B6)</item>"
#: func_averageif.xhp
msgctxt ""
@@ -62801,7 +62786,7 @@ msgctxt ""
"par_id30279247419921\n"
"help.text"
msgid "<item type=\"input\">=AVERAGEIFS(C2:C6;B2:B6;\">=20\";C2:C6;\">70\")</item>"
-msgstr ""
+msgstr "<item type=\"input\">=AVERAGEIFS(C2:C6;B2:B6;\">=20\";C2:C6;\">70\")</item>"
#: func_averageifs.xhp
msgctxt ""
@@ -63019,7 +63004,7 @@ msgctxt ""
"par_id74301057922522\n"
"help.text"
msgid "<item type=\"input\">=COUNTIFS(B2:B6;\">=20\";C2:C6;\">70\")</item>"
-msgstr ""
+msgstr "<item type=\"input\">=COUNTIFS(B2:B6;\">=20\";C2:C6;\">70\")</item>"
#: func_countifs.xhp
msgctxt ""
@@ -63043,7 +63028,7 @@ msgctxt ""
"par_id22736248573471\n"
"help.text"
msgid "<item type=\"input\">=COUNTIFS(B2:B6;\"[:alpha:]*\")</item>"
-msgstr ""
+msgstr "<item type=\"input\">=COUNTIFS(B2:B6;\"[:alpha:]*\")</item>"
#: func_countifs.xhp
msgctxt ""
@@ -64548,7 +64533,7 @@ msgctxt ""
"func_imcos.xhp\n"
"par_id2890729435632\n"
"help.text"
-msgid "<embedvar href=\"text/scalc/01/ful_func.xhp#func_define_complex\"/> whose cosine is to be calculated."
+msgid "Complex_number is a complex number whose cosine is to be calculated."
msgstr ""
#: func_imcos.xhp
@@ -64612,7 +64597,7 @@ msgctxt ""
"func_imcosh.xhp\n"
"par_id766137661376613\n"
"help.text"
-msgid "<embedvar href=\"text/scalc/01/ful_func.xhp#func_define_complex\"/> whose hyperbolic cosine is to be calculated."
+msgid "Complex_number is a complex number whose hyperbolic cosine is to be calculated."
msgstr ""
#: func_imcosh.xhp
@@ -64684,7 +64669,7 @@ msgctxt ""
"func_imcot.xhp\n"
"par_id766137661376613\n"
"help.text"
-msgid "<embedvar href=\"text/scalc/01/ful_func.xhp#func_define_complex\"/> whose cotangent is to be calculated."
+msgid "Complex_number is a complex number whose cotangent is to be calculated."
msgstr ""
#: func_imcot.xhp
@@ -64756,7 +64741,7 @@ msgctxt ""
"func_imcsc.xhp\n"
"par_id1899971619670\n"
"help.text"
-msgid "<embedvar href=\"text/scalc/01/ful_func.xhp#func_define_complex\"/> whose cosecant needs to be calculated."
+msgid "Complex_number is a complex number whose cosecant needs to be calculated."
msgstr ""
#: func_imcsc.xhp
@@ -64829,7 +64814,7 @@ msgctxt ""
"func_imcsch.xhp\n"
"par_id1899971619670\n"
"help.text"
-msgid "<embedvar href=\"text/scalc/01/ful_func.xhp#func_define_complex\"/> whose hyperbolic cosecant needs to be calculated."
+msgid "Complex_number is a complex number whose hyperbolic cosecant needs to be calculated."
msgstr ""
#: func_imcsch.xhp
@@ -64901,7 +64886,7 @@ msgctxt ""
"func_imsec.xhp\n"
"par_id3186739645701\n"
"help.text"
-msgid "<embedvar href=\"text/scalc/01/ful_func.xhp#func_define_complex\"/> whose secant needs to be calculated."
+msgid "Complex_number is a complex number whose secant needs to be calculated."
msgstr ""
#: func_imsec.xhp
@@ -64974,7 +64959,7 @@ msgctxt ""
"func_imsech.xhp\n"
"par_id31259109804356\n"
"help.text"
-msgid "<embedvar href=\"text/scalc/01/ful_func.xhp#func_define_complex\"/> whose hyperbolic secant needs to be calculated."
+msgid "Complex_number is a complex number whose hyperbolic secant needs to be calculated."
msgstr ""
#: func_imsech.xhp
@@ -65046,7 +65031,7 @@ msgctxt ""
"func_imsin.xhp\n"
"par_id31206835928272\n"
"help.text"
-msgid "<embedvar href=\"text/scalc/01/ful_func.xhp#func_define_complex\"/> whose sine needs to be calculated."
+msgid "Complex_number is a complex number whose sine needs to be calculated."
msgstr ""
#: func_imsin.xhp
@@ -65118,7 +65103,7 @@ msgctxt ""
"func_imsinh.xhp\n"
"par_id31206835928272\n"
"help.text"
-msgid "<embedvar href=\"text/scalc/01/ful_func.xhp#func_define_complex\"/> whose hyperbolic sine needs to be calculated."
+msgid "Complex_number is a complex number whose hyperbolic sine needs to be calculated."
msgstr ""
#: func_imsinh.xhp
@@ -65198,7 +65183,7 @@ msgctxt ""
"func_imtan.xhp\n"
"par_id10242899132094\n"
"help.text"
-msgid "<embedvar href=\"text/scalc/01/ful_func.xhp#func_define_complex\"/> whose tangent is to be calculated."
+msgid "Complex_number is a complex number whose tangent is to be calculated."
msgstr ""
#: func_imtan.xhp
@@ -65902,12 +65887,13 @@ msgid "Simple usage"
msgstr ""
#: func_sumifs.xhp
+#, fuzzy
msgctxt ""
"func_sumifs.xhp\n"
"par_id94321051525036\n"
"help.text"
msgid "<item type=\"input\">=SUMIFS(B2:B6;B2:B6;\">=20\")</item>"
-msgstr ""
+msgstr "<item type=\"input\">=AVERAGEIFS(B2:B6;B2:B6;\">=20\")</item>"
#: func_sumifs.xhp
msgctxt ""
diff --git a/source/am/helpcontent2/source/text/shared/07.po b/source/am/helpcontent2/source/text/shared/07.po
index 7cdb2637d2b..59525210923 100644
--- a/source/am/helpcontent2/source/text/shared/07.po
+++ b/source/am/helpcontent2/source/text/shared/07.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2013-11-20 13:02+0100\n"
-"PO-Revision-Date: 2013-06-11 22:04+0000\n"
-"Last-Translator: Samson <sambelet@yahoo.com>\n"
+"POT-Creation-Date: 2015-12-11 12:58+0100\n"
+"PO-Revision-Date: 2015-12-15 15:52+0000\n"
+"Last-Translator: Samson B <sambelet@yahoo.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: am\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1370988297.0\n"
+"X-POOTLE-MTIME: 1450194736.000000\n"
#: 09000000.xhp
msgctxt ""
@@ -48,7 +48,7 @@ msgctxt ""
"par_id3143284\n"
"3\n"
"help.text"
-msgid "A tool for creating new web pages is the Web Layout mode, which you enable with <emph>View - Web Layout</emph>."
+msgid "A tool for creating new web pages is the Web Layout mode, which you enable with <emph>View - Web</emph>."
msgstr "አዲስ የ ዌብ ገጽ መፍጠሪያ መሳሪያ የ ዌብ እቅድ ዘዴ ነው ይህን ማስቻል ይችላሉ በ <emph>መመልከቻ - የ ዌብ እቅድ</emph>."
#: 09000000.xhp
@@ -66,7 +66,7 @@ msgctxt ""